cooptypes 0.5.8 → 0.5.11
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 +467 -435
- package/dist/index.d.cts +475 -411
- package/dist/index.d.mts +475 -411
- package/dist/index.d.ts +475 -411
- package/dist/index.mjs +467 -435
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -198,7 +198,7 @@ declare namespace draft$1 {
|
|
|
198
198
|
export type { ICounts$4 as ICounts, ICountsBase$4 as ICountsBase, draft$1_ICreatedraft as ICreatedraft, draft$1_ICreatetrans as ICreatetrans, draft$1_IDeldraft as IDeldraft, draft$1_IDeltrans as IDeltrans, draft$1_IEdittrans as IEdittrans, IName$9 as IName, INewid$1 as INewid, draft$1_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$6 as IUint64 };
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
declare const authorizations$
|
|
201
|
+
declare const authorizations$2a: readonly [{
|
|
202
202
|
readonly permissions: readonly ["active"];
|
|
203
203
|
readonly actor: {
|
|
204
204
|
readonly production: "eosio";
|
|
@@ -208,7 +208,7 @@ declare const authorizations$27: readonly [{
|
|
|
208
208
|
/**
|
|
209
209
|
* Имя действия
|
|
210
210
|
*/
|
|
211
|
-
declare const actionName$
|
|
211
|
+
declare const actionName$2a = "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$
|
|
219
|
+
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$2a as actionName, authorizations$2a as authorizations };
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare const authorizations$
|
|
222
|
+
declare const authorizations$29: readonly [{
|
|
223
223
|
readonly permissions: readonly ["active"];
|
|
224
224
|
readonly actor: {
|
|
225
225
|
readonly production: "eosio";
|
|
@@ -229,7 +229,7 @@ declare const authorizations$26: readonly [{
|
|
|
229
229
|
/**
|
|
230
230
|
* Имя действия
|
|
231
231
|
*/
|
|
232
|
-
declare const actionName$
|
|
232
|
+
declare const actionName$29 = "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$
|
|
240
|
+
export { type createDraft_ICreateDraft as ICreateDraft, actionName$29 as actionName, authorizations$29 as authorizations };
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
declare const authorizations$
|
|
243
|
+
declare const authorizations$28: readonly [{
|
|
244
244
|
readonly permissions: readonly ["active"];
|
|
245
245
|
readonly actor: {
|
|
246
246
|
readonly production: "eosio";
|
|
@@ -250,7 +250,7 @@ declare const authorizations$25: readonly [{
|
|
|
250
250
|
/**
|
|
251
251
|
* Имя действия
|
|
252
252
|
*/
|
|
253
|
-
declare const actionName$
|
|
253
|
+
declare const actionName$28 = "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$
|
|
261
|
+
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$28 as actionName, authorizations$28 as authorizations };
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
declare const authorizations$
|
|
264
|
+
declare const authorizations$27: readonly [{
|
|
265
265
|
readonly permissions: readonly ["active"];
|
|
266
266
|
readonly actor: {
|
|
267
267
|
readonly production: "eosio";
|
|
@@ -271,7 +271,7 @@ declare const authorizations$24: readonly [{
|
|
|
271
271
|
/**
|
|
272
272
|
* Имя действия
|
|
273
273
|
*/
|
|
274
|
-
declare const actionName$
|
|
274
|
+
declare const actionName$27 = "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$
|
|
282
|
+
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$27 as actionName, authorizations$27 as authorizations };
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
declare const authorizations$
|
|
285
|
+
declare const authorizations$26: readonly [{
|
|
286
286
|
readonly permissions: readonly ["active"];
|
|
287
287
|
readonly actor: {
|
|
288
288
|
readonly production: "draft";
|
|
@@ -292,7 +292,7 @@ declare const authorizations$23: readonly [{
|
|
|
292
292
|
/**
|
|
293
293
|
* Имя действия
|
|
294
294
|
*/
|
|
295
|
-
declare const actionName$
|
|
295
|
+
declare const actionName$26 = "newid";
|
|
296
296
|
/**
|
|
297
297
|
* @interface
|
|
298
298
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
@@ -301,7 +301,7 @@ type INewId = INewid$1;
|
|
|
301
301
|
|
|
302
302
|
type newId_INewId = INewId;
|
|
303
303
|
declare namespace newId {
|
|
304
|
-
export { type newId_INewId as INewId, actionName$
|
|
304
|
+
export { type newId_INewId as INewId, actionName$26 as actionName, authorizations$26 as authorizations };
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
declare const index$y_newId: typeof newId;
|
|
@@ -477,7 +477,7 @@ interface IFwithdraw {
|
|
|
477
477
|
bank_data_id: string;
|
|
478
478
|
expired_at: ITimePointSec$7;
|
|
479
479
|
}
|
|
480
|
-
interface IInit$
|
|
480
|
+
interface IInit$6 {
|
|
481
481
|
coopname: IName$8;
|
|
482
482
|
initial: IAsset$6;
|
|
483
483
|
}
|
|
@@ -520,10 +520,10 @@ type fund_ISpreadamount = ISpreadamount;
|
|
|
520
520
|
type fund_ISubaccum = ISubaccum;
|
|
521
521
|
type fund_ISubcirculate = ISubcirculate;
|
|
522
522
|
declare namespace fund {
|
|
523
|
-
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$
|
|
523
|
+
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 };
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
declare const authorizations$
|
|
526
|
+
declare const authorizations$25: readonly [{
|
|
527
527
|
readonly permissions: readonly ["active"];
|
|
528
528
|
readonly actor: {
|
|
529
529
|
readonly production: "fund";
|
|
@@ -533,7 +533,7 @@ declare const authorizations$22: readonly [{
|
|
|
533
533
|
/**
|
|
534
534
|
* Имя действия
|
|
535
535
|
*/
|
|
536
|
-
declare const actionName$
|
|
536
|
+
declare const actionName$25 = "addaccum";
|
|
537
537
|
/**
|
|
538
538
|
* @interface
|
|
539
539
|
*/
|
|
@@ -541,10 +541,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
541
541
|
|
|
542
542
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
543
543
|
declare namespace addAccumulation {
|
|
544
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
544
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$25 as actionName, authorizations$25 as authorizations };
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
declare const authorizations$
|
|
547
|
+
declare const authorizations$24: readonly [{
|
|
548
548
|
readonly permissions: readonly ["active"];
|
|
549
549
|
readonly actor: {
|
|
550
550
|
readonly production: "fund";
|
|
@@ -554,7 +554,7 @@ declare const authorizations$21: readonly [{
|
|
|
554
554
|
/**
|
|
555
555
|
* Имя действия
|
|
556
556
|
*/
|
|
557
|
-
declare const actionName$
|
|
557
|
+
declare const actionName$24 = "subaccum";
|
|
558
558
|
/**
|
|
559
559
|
* @interface
|
|
560
560
|
*/
|
|
@@ -562,10 +562,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
562
562
|
|
|
563
563
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
564
564
|
declare namespace subAccumulation {
|
|
565
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
565
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$24 as actionName, authorizations$24 as authorizations };
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
declare const authorizations$
|
|
568
|
+
declare const authorizations$23: readonly [{
|
|
569
569
|
readonly permissions: readonly ["active"];
|
|
570
570
|
readonly actor: {
|
|
571
571
|
readonly production: "gateway";
|
|
@@ -575,7 +575,7 @@ declare const authorizations$20: readonly [{
|
|
|
575
575
|
/**
|
|
576
576
|
* Имя действия
|
|
577
577
|
*/
|
|
578
|
-
declare const actionName$
|
|
578
|
+
declare const actionName$23 = "addcirculate";
|
|
579
579
|
/**
|
|
580
580
|
* @interface
|
|
581
581
|
*/
|
|
@@ -583,10 +583,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
583
583
|
|
|
584
584
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
585
585
|
declare namespace addCirculation {
|
|
586
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
586
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$23 as actionName, authorizations$23 as authorizations };
|
|
587
587
|
}
|
|
588
588
|
|
|
589
|
-
declare const authorizations$
|
|
589
|
+
declare const authorizations$22: readonly [{
|
|
590
590
|
readonly permissions: readonly ["active"];
|
|
591
591
|
readonly actor: {
|
|
592
592
|
readonly production: "fund";
|
|
@@ -596,7 +596,7 @@ declare const authorizations$1$: readonly [{
|
|
|
596
596
|
/**
|
|
597
597
|
* Имя действия
|
|
598
598
|
*/
|
|
599
|
-
declare const actionName$
|
|
599
|
+
declare const actionName$22 = "addexpense";
|
|
600
600
|
/**
|
|
601
601
|
* @interface
|
|
602
602
|
*/
|
|
@@ -604,10 +604,10 @@ type IAddExpense = IAddexpense;
|
|
|
604
604
|
|
|
605
605
|
type addExpense_IAddExpense = IAddExpense;
|
|
606
606
|
declare namespace addExpense {
|
|
607
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
607
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$22 as actionName, authorizations$22 as authorizations };
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
declare const authorizations$
|
|
610
|
+
declare const authorizations$21: readonly [{
|
|
611
611
|
readonly permissions: readonly ["active"];
|
|
612
612
|
readonly actor: {
|
|
613
613
|
readonly production: "soviet";
|
|
@@ -617,17 +617,17 @@ declare const authorizations$1_: readonly [{
|
|
|
617
617
|
/**
|
|
618
618
|
* Имя действия
|
|
619
619
|
*/
|
|
620
|
-
declare const actionName$
|
|
620
|
+
declare const actionName$21 = "authorize";
|
|
621
621
|
/**
|
|
622
622
|
* @interface
|
|
623
623
|
*/
|
|
624
624
|
type IAuthorize$4 = IAuthorize$5;
|
|
625
625
|
|
|
626
626
|
declare namespace authorizeWithdraw {
|
|
627
|
-
export { type IAuthorize$4 as IAuthorize, actionName$
|
|
627
|
+
export { type IAuthorize$4 as IAuthorize, actionName$21 as actionName, authorizations$21 as authorizations };
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
-
declare const authorizations$
|
|
630
|
+
declare const authorizations$20: readonly [{
|
|
631
631
|
readonly permissions: readonly ["active", {
|
|
632
632
|
readonly contract: "_contract";
|
|
633
633
|
readonly action: "actionName";
|
|
@@ -637,7 +637,7 @@ declare const authorizations$1Z: readonly [{
|
|
|
637
637
|
/**
|
|
638
638
|
* Имя действия
|
|
639
639
|
*/
|
|
640
|
-
declare const actionName$
|
|
640
|
+
declare const actionName$20 = "complete";
|
|
641
641
|
/**
|
|
642
642
|
* @interface
|
|
643
643
|
*/
|
|
@@ -645,10 +645,10 @@ type ICompleteWithdraw = IComplete$1;
|
|
|
645
645
|
|
|
646
646
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
647
647
|
declare namespace completeWithdraw$1 {
|
|
648
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
648
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$20 as actionName, authorizations$20 as authorizations };
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
declare const authorizations$
|
|
651
|
+
declare const authorizations$1$: readonly [{
|
|
652
652
|
readonly permissions: readonly ["active"];
|
|
653
653
|
readonly actor: {
|
|
654
654
|
readonly production: "fund";
|
|
@@ -658,7 +658,7 @@ declare const authorizations$1Y: readonly [{
|
|
|
658
658
|
/**
|
|
659
659
|
* Имя действия
|
|
660
660
|
*/
|
|
661
|
-
declare const actionName$
|
|
661
|
+
declare const actionName$1$ = "newfund";
|
|
662
662
|
/**
|
|
663
663
|
* @interface
|
|
664
664
|
*/
|
|
@@ -666,17 +666,17 @@ type INewfund = INewfund$1;
|
|
|
666
666
|
|
|
667
667
|
type newFund_INewfund = INewfund;
|
|
668
668
|
declare namespace newFund {
|
|
669
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
669
|
+
export { type newFund_INewfund as INewfund, actionName$1$ as actionName, authorizations$1$ as authorizations };
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
declare const authorizations$
|
|
672
|
+
declare const authorizations$1_: readonly [{
|
|
673
673
|
readonly permissions: readonly ["active"];
|
|
674
674
|
readonly actor: "_chairman";
|
|
675
675
|
}];
|
|
676
676
|
/**
|
|
677
677
|
* Имя действия
|
|
678
678
|
*/
|
|
679
|
-
declare const actionName$
|
|
679
|
+
declare const actionName$1_ = "createfund";
|
|
680
680
|
/**
|
|
681
681
|
* @interface
|
|
682
682
|
*/
|
|
@@ -684,17 +684,17 @@ type ICreateFund = ICreatefund;
|
|
|
684
684
|
|
|
685
685
|
type createFund_ICreateFund = ICreateFund;
|
|
686
686
|
declare namespace createFund {
|
|
687
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
687
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$1_ as actionName, authorizations$1_ as authorizations };
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
-
declare const authorizations$
|
|
690
|
+
declare const authorizations$1Z: readonly [{
|
|
691
691
|
readonly permissions: readonly ["active"];
|
|
692
692
|
readonly actor: "_chairman";
|
|
693
693
|
}];
|
|
694
694
|
/**
|
|
695
695
|
* Имя действия
|
|
696
696
|
*/
|
|
697
|
-
declare const actionName$
|
|
697
|
+
declare const actionName$1Z = "delfund";
|
|
698
698
|
/**
|
|
699
699
|
* @interface
|
|
700
700
|
*/
|
|
@@ -702,17 +702,17 @@ type IDeleteFund = IDelfund;
|
|
|
702
702
|
|
|
703
703
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
704
704
|
declare namespace deleteFund {
|
|
705
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
705
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$1Z as actionName, authorizations$1Z as authorizations };
|
|
706
706
|
}
|
|
707
707
|
|
|
708
|
-
declare const authorizations$
|
|
708
|
+
declare const authorizations$1Y: readonly [{
|
|
709
709
|
readonly permissions: readonly ["active"];
|
|
710
710
|
readonly actor: "_chairman";
|
|
711
711
|
}];
|
|
712
712
|
/**
|
|
713
713
|
* Имя действия
|
|
714
714
|
*/
|
|
715
|
-
declare const actionName$
|
|
715
|
+
declare const actionName$1Y = "editfund";
|
|
716
716
|
/**
|
|
717
717
|
* @interface
|
|
718
718
|
*/
|
|
@@ -720,7 +720,7 @@ type IEditFund = IEditfund;
|
|
|
720
720
|
|
|
721
721
|
type editFund_IEditFund = IEditFund;
|
|
722
722
|
declare namespace editFund {
|
|
723
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
723
|
+
export { type editFund_IEditFund as IEditFund, actionName$1Y as actionName, authorizations$1Y as authorizations };
|
|
724
724
|
}
|
|
725
725
|
|
|
726
726
|
/**
|
|
@@ -729,7 +729,7 @@ declare namespace editFund {
|
|
|
729
729
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
730
730
|
* которому было передано управление фондом накопления или списания.
|
|
731
731
|
*/
|
|
732
|
-
declare const authorizations$
|
|
732
|
+
declare const authorizations$1X: readonly [{
|
|
733
733
|
readonly permissions: readonly ["active"];
|
|
734
734
|
readonly actor: "_username";
|
|
735
735
|
}, {
|
|
@@ -745,7 +745,7 @@ declare const authorizations$1U: readonly [{
|
|
|
745
745
|
/**
|
|
746
746
|
* Имя действия
|
|
747
747
|
*/
|
|
748
|
-
declare const actionName$
|
|
748
|
+
declare const actionName$1X = "fundwithdraw";
|
|
749
749
|
/**
|
|
750
750
|
* @interface
|
|
751
751
|
*/
|
|
@@ -753,10 +753,10 @@ type ICreateWithdraw = IFundwithdraw$1;
|
|
|
753
753
|
|
|
754
754
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
755
755
|
declare namespace createWithdraw$1 {
|
|
756
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
756
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$1X as actionName, authorizations$1X as authorizations };
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
declare const authorizations$
|
|
759
|
+
declare const authorizations$1W: readonly [{
|
|
760
760
|
readonly permissions: readonly ["active"];
|
|
761
761
|
readonly actor: {
|
|
762
762
|
readonly production: "soviet";
|
|
@@ -766,17 +766,17 @@ declare const authorizations$1T: readonly [{
|
|
|
766
766
|
/**
|
|
767
767
|
* Имя действия
|
|
768
768
|
*/
|
|
769
|
-
declare const actionName$
|
|
769
|
+
declare const actionName$1W = "init";
|
|
770
770
|
/**
|
|
771
771
|
* @interface
|
|
772
772
|
*/
|
|
773
|
-
type IInit$
|
|
773
|
+
type IInit$5 = IInit$6;
|
|
774
774
|
|
|
775
|
-
declare namespace init$
|
|
776
|
-
export { type IInit$
|
|
775
|
+
declare namespace init$2 {
|
|
776
|
+
export { type IInit$5 as IInit, actionName$1W as actionName, authorizations$1W as authorizations };
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
declare const authorizations$
|
|
779
|
+
declare const authorizations$1V: readonly [{
|
|
780
780
|
readonly permissions: readonly ["active"];
|
|
781
781
|
readonly actor: {
|
|
782
782
|
readonly production: "fund";
|
|
@@ -786,7 +786,7 @@ declare const authorizations$1S: readonly [{
|
|
|
786
786
|
/**
|
|
787
787
|
* Имя действия
|
|
788
788
|
*/
|
|
789
|
-
declare const actionName$
|
|
789
|
+
declare const actionName$1V = "newwithdraw";
|
|
790
790
|
/**
|
|
791
791
|
* @interface
|
|
792
792
|
*/
|
|
@@ -794,10 +794,10 @@ type INewWithdraw = INewwithdraw;
|
|
|
794
794
|
|
|
795
795
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
796
796
|
declare namespace newWithdraw {
|
|
797
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
797
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1V as actionName, authorizations$1V as authorizations };
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
declare const authorizations$
|
|
800
|
+
declare const authorizations$1U: readonly [{
|
|
801
801
|
readonly permissions: readonly ["active"];
|
|
802
802
|
readonly actor: {
|
|
803
803
|
readonly production: "marketplace";
|
|
@@ -813,7 +813,7 @@ declare const authorizations$1R: readonly [{
|
|
|
813
813
|
/**
|
|
814
814
|
* Имя действия
|
|
815
815
|
*/
|
|
816
|
-
declare const actionName$
|
|
816
|
+
declare const actionName$1U = "spreadamount";
|
|
817
817
|
/**
|
|
818
818
|
* @interface
|
|
819
819
|
*/
|
|
@@ -821,10 +821,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
821
821
|
|
|
822
822
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
823
823
|
declare namespace spreadAmount {
|
|
824
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
824
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$1U as actionName, authorizations$1U as authorizations };
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
declare const authorizations$
|
|
827
|
+
declare const authorizations$1T: readonly [{
|
|
828
828
|
readonly permissions: readonly ["active"];
|
|
829
829
|
readonly actor: {
|
|
830
830
|
readonly production: "gateway";
|
|
@@ -834,7 +834,7 @@ declare const authorizations$1Q: readonly [{
|
|
|
834
834
|
/**
|
|
835
835
|
* Имя действия
|
|
836
836
|
*/
|
|
837
|
-
declare const actionName$
|
|
837
|
+
declare const actionName$1T = "subcirculate";
|
|
838
838
|
/**
|
|
839
839
|
* @interface
|
|
840
840
|
*/
|
|
@@ -842,7 +842,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
842
842
|
|
|
843
843
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
844
844
|
declare namespace subCirculation {
|
|
845
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
845
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$1T as actionName, authorizations$1T as authorizations };
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
/**
|
|
@@ -851,7 +851,7 @@ declare namespace subCirculation {
|
|
|
851
851
|
*/
|
|
852
852
|
|
|
853
853
|
declare namespace index$v {
|
|
854
|
-
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$
|
|
854
|
+
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 };
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
/**
|
|
@@ -1087,7 +1087,7 @@ declare namespace gateway {
|
|
|
1087
1087
|
* Имя действия
|
|
1088
1088
|
* Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
|
|
1089
1089
|
*/
|
|
1090
|
-
declare const authorizations$
|
|
1090
|
+
declare const authorizations$1S: readonly [{
|
|
1091
1091
|
readonly permissions: readonly ["active", {
|
|
1092
1092
|
readonly contract: "_contract";
|
|
1093
1093
|
readonly action: "actionName";
|
|
@@ -1097,7 +1097,7 @@ declare const authorizations$1P: readonly [{
|
|
|
1097
1097
|
/**
|
|
1098
1098
|
* Имя действия
|
|
1099
1099
|
*/
|
|
1100
|
-
declare const actionName$
|
|
1100
|
+
declare const actionName$1S = "deposit";
|
|
1101
1101
|
/**
|
|
1102
1102
|
* @interface
|
|
1103
1103
|
* Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
|
|
@@ -1112,14 +1112,14 @@ type ICreateDeposit = IDeposit;
|
|
|
1112
1112
|
|
|
1113
1113
|
type createDeposit_ICreateDeposit = ICreateDeposit;
|
|
1114
1114
|
declare namespace createDeposit {
|
|
1115
|
-
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$
|
|
1115
|
+
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$1S as actionName, authorizations$1S as authorizations };
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
1118
|
/**
|
|
1119
1119
|
* Имя действия
|
|
1120
1120
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1121
1121
|
*/
|
|
1122
|
-
declare const authorizations$
|
|
1122
|
+
declare const authorizations$1R: readonly [{
|
|
1123
1123
|
readonly permissions: readonly ["active", {
|
|
1124
1124
|
readonly contract: "_contract";
|
|
1125
1125
|
readonly action: "actionName";
|
|
@@ -1129,7 +1129,7 @@ declare const authorizations$1O: readonly [{
|
|
|
1129
1129
|
/**
|
|
1130
1130
|
* Имя действия
|
|
1131
1131
|
*/
|
|
1132
|
-
declare const actionName$
|
|
1132
|
+
declare const actionName$1R = "dpcomplete";
|
|
1133
1133
|
/**
|
|
1134
1134
|
* @interface
|
|
1135
1135
|
*/
|
|
@@ -1137,14 +1137,14 @@ type ICompleteDeposit = IDpcomplete;
|
|
|
1137
1137
|
|
|
1138
1138
|
type completeDeposit_ICompleteDeposit = ICompleteDeposit;
|
|
1139
1139
|
declare namespace completeDeposit {
|
|
1140
|
-
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$
|
|
1140
|
+
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$1R as actionName, authorizations$1R as authorizations };
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
/**
|
|
1144
1144
|
* Имя действия
|
|
1145
1145
|
* Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
|
|
1146
1146
|
*/
|
|
1147
|
-
declare const authorizations$
|
|
1147
|
+
declare const authorizations$1Q: readonly [{
|
|
1148
1148
|
readonly permissions: readonly ["active", {
|
|
1149
1149
|
readonly contract: "_contract";
|
|
1150
1150
|
readonly action: "actionName";
|
|
@@ -1154,21 +1154,21 @@ declare const authorizations$1N: readonly [{
|
|
|
1154
1154
|
/**
|
|
1155
1155
|
* Имя действия
|
|
1156
1156
|
*/
|
|
1157
|
-
declare const actionName$
|
|
1157
|
+
declare const actionName$1Q = "dpfail";
|
|
1158
1158
|
/**
|
|
1159
1159
|
* @interface
|
|
1160
1160
|
*/
|
|
1161
1161
|
type IFailDeposit$2 = IDpfail;
|
|
1162
1162
|
|
|
1163
1163
|
declare namespace failDeposit {
|
|
1164
|
-
export { type IFailDeposit$2 as IFailDeposit, actionName$
|
|
1164
|
+
export { type IFailDeposit$2 as IFailDeposit, actionName$1Q as actionName, authorizations$1Q as authorizations };
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
1167
|
/**
|
|
1168
1168
|
* Имя действия
|
|
1169
1169
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1170
1170
|
*/
|
|
1171
|
-
declare const authorizations$
|
|
1171
|
+
declare const authorizations$1P: readonly [{
|
|
1172
1172
|
readonly permissions: readonly ["active"];
|
|
1173
1173
|
readonly actor: {
|
|
1174
1174
|
readonly production: "gateway";
|
|
@@ -1178,7 +1178,7 @@ declare const authorizations$1M: readonly [{
|
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Имя действия
|
|
1180
1180
|
*/
|
|
1181
|
-
declare const actionName$
|
|
1181
|
+
declare const actionName$1P = "newdepositid";
|
|
1182
1182
|
/**
|
|
1183
1183
|
* @interface
|
|
1184
1184
|
*/
|
|
@@ -1186,14 +1186,14 @@ type NewDepositId = INewdepositid;
|
|
|
1186
1186
|
|
|
1187
1187
|
type newDepositId_NewDepositId = NewDepositId;
|
|
1188
1188
|
declare namespace newDepositId {
|
|
1189
|
-
export { type newDepositId_NewDepositId as NewDepositId, actionName$
|
|
1189
|
+
export { type newDepositId_NewDepositId as NewDepositId, actionName$1P as actionName, authorizations$1P as authorizations };
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
1192
|
/**
|
|
1193
1193
|
* Имя действия
|
|
1194
1194
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1195
1195
|
*/
|
|
1196
|
-
declare const authorizations$
|
|
1196
|
+
declare const authorizations$1O: readonly [{
|
|
1197
1197
|
readonly permissions: readonly ["active"];
|
|
1198
1198
|
readonly actor: {
|
|
1199
1199
|
readonly production: "gateway";
|
|
@@ -1203,7 +1203,7 @@ declare const authorizations$1L: readonly [{
|
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Имя действия
|
|
1205
1205
|
*/
|
|
1206
|
-
declare const actionName$
|
|
1206
|
+
declare const actionName$1O = "newwithdrid";
|
|
1207
1207
|
/**
|
|
1208
1208
|
* @interface
|
|
1209
1209
|
*/
|
|
@@ -1211,21 +1211,21 @@ type NewWithdrawId = INewwithdrid;
|
|
|
1211
1211
|
|
|
1212
1212
|
type newWithdrawId_NewWithdrawId = NewWithdrawId;
|
|
1213
1213
|
declare namespace newWithdrawId {
|
|
1214
|
-
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$
|
|
1214
|
+
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$1O as actionName, authorizations$1O as authorizations };
|
|
1215
1215
|
}
|
|
1216
1216
|
|
|
1217
1217
|
/**
|
|
1218
1218
|
* Имя действия
|
|
1219
1219
|
* Требуется авторизация {@link Actors._username | пользователя}.
|
|
1220
1220
|
*/
|
|
1221
|
-
declare const authorizations$
|
|
1221
|
+
declare const authorizations$1N: readonly [{
|
|
1222
1222
|
readonly permissions: readonly ["active"];
|
|
1223
1223
|
readonly actor: "_username";
|
|
1224
1224
|
}];
|
|
1225
1225
|
/**
|
|
1226
1226
|
* Имя действия
|
|
1227
1227
|
*/
|
|
1228
|
-
declare const actionName$
|
|
1228
|
+
declare const actionName$1N = "withdraw";
|
|
1229
1229
|
/**
|
|
1230
1230
|
* @interface
|
|
1231
1231
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
@@ -1233,14 +1233,14 @@ declare const actionName$1K = "withdraw";
|
|
|
1233
1233
|
type IFailDeposit$1 = IWithdraw$1;
|
|
1234
1234
|
|
|
1235
1235
|
declare namespace createWithdraw {
|
|
1236
|
-
export { type IFailDeposit$1 as IFailDeposit, actionName$
|
|
1236
|
+
export { type IFailDeposit$1 as IFailDeposit, actionName$1N as actionName, authorizations$1N as authorizations };
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Имя действия
|
|
1241
1241
|
* Требуется авторизация {@link Actors._admin | администратора}.
|
|
1242
1242
|
*/
|
|
1243
|
-
declare const authorizations$
|
|
1243
|
+
declare const authorizations$1M: readonly [{
|
|
1244
1244
|
readonly permissions: readonly ["active", {
|
|
1245
1245
|
readonly contract: "_contract";
|
|
1246
1246
|
readonly action: "actionName";
|
|
@@ -1250,7 +1250,7 @@ declare const authorizations$1J: readonly [{
|
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Имя действия
|
|
1252
1252
|
*/
|
|
1253
|
-
declare const actionName$
|
|
1253
|
+
declare const actionName$1M = "wthdcomplete";
|
|
1254
1254
|
/**
|
|
1255
1255
|
* @interface
|
|
1256
1256
|
* Действие для подтверждения платежа по возврату паевого взноса пользователю.
|
|
@@ -1259,14 +1259,14 @@ type IFailDeposit = IWthdcomplete;
|
|
|
1259
1259
|
|
|
1260
1260
|
type completeWithdraw_IFailDeposit = IFailDeposit;
|
|
1261
1261
|
declare namespace completeWithdraw {
|
|
1262
|
-
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$
|
|
1262
|
+
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$1M as actionName, authorizations$1M as authorizations };
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
1265
|
/**
|
|
1266
1266
|
* Имя действия
|
|
1267
1267
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1268
1268
|
*/
|
|
1269
|
-
declare const authorizations$
|
|
1269
|
+
declare const authorizations$1L: readonly [{
|
|
1270
1270
|
readonly permissions: readonly ["active", {
|
|
1271
1271
|
readonly contract: "_contract";
|
|
1272
1272
|
readonly action: "actionName";
|
|
@@ -1276,7 +1276,7 @@ declare const authorizations$1I: readonly [{
|
|
|
1276
1276
|
/**
|
|
1277
1277
|
* Имя действия
|
|
1278
1278
|
*/
|
|
1279
|
-
declare const actionName$
|
|
1279
|
+
declare const actionName$1L = "wthdfail";
|
|
1280
1280
|
/**
|
|
1281
1281
|
* @interface
|
|
1282
1282
|
*/
|
|
@@ -1284,7 +1284,7 @@ type IFailWithdraw = IWthdfail;
|
|
|
1284
1284
|
|
|
1285
1285
|
type failWithdraw_IFailWithdraw = IFailWithdraw;
|
|
1286
1286
|
declare namespace failWithdraw {
|
|
1287
|
-
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$
|
|
1287
|
+
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$1L as actionName, authorizations$1L as authorizations };
|
|
1288
1288
|
}
|
|
1289
1289
|
|
|
1290
1290
|
/**
|
|
@@ -1395,7 +1395,7 @@ interface IDocument$2 {
|
|
|
1395
1395
|
signature: ISignature$2;
|
|
1396
1396
|
meta: string;
|
|
1397
1397
|
}
|
|
1398
|
-
interface IInit$
|
|
1398
|
+
interface IInit$4 {
|
|
1399
1399
|
}
|
|
1400
1400
|
interface IJoincoop$1 {
|
|
1401
1401
|
registrator: IName$6;
|
|
@@ -1479,10 +1479,10 @@ type registrator_IReguser = IReguser;
|
|
|
1479
1479
|
type registrator_IVerificate = IVerificate;
|
|
1480
1480
|
type registrator_IVerification = IVerification;
|
|
1481
1481
|
declare namespace registrator {
|
|
1482
|
-
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$
|
|
1482
|
+
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 };
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
declare const authorizations$
|
|
1485
|
+
declare const authorizations$1K: readonly [{
|
|
1486
1486
|
readonly permissions: readonly ["active"];
|
|
1487
1487
|
readonly actor: {
|
|
1488
1488
|
readonly production: "eosio";
|
|
@@ -1492,7 +1492,7 @@ declare const authorizations$1H: readonly [{
|
|
|
1492
1492
|
/**
|
|
1493
1493
|
* Имя действия
|
|
1494
1494
|
*/
|
|
1495
|
-
declare const actionName$
|
|
1495
|
+
declare const actionName$1K = "verificate";
|
|
1496
1496
|
/**
|
|
1497
1497
|
* @interface
|
|
1498
1498
|
*/
|
|
@@ -1500,17 +1500,17 @@ type IVerificateAccount = IVerificate;
|
|
|
1500
1500
|
|
|
1501
1501
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1502
1502
|
declare namespace verificateAccount {
|
|
1503
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$
|
|
1503
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$1K as actionName, authorizations$1K as authorizations };
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
|
-
declare const authorizations$
|
|
1506
|
+
declare const authorizations$1J: readonly [{
|
|
1507
1507
|
readonly permissions: readonly ["active"];
|
|
1508
1508
|
readonly actor: "_username";
|
|
1509
1509
|
}];
|
|
1510
1510
|
/**
|
|
1511
1511
|
* Имя действия
|
|
1512
1512
|
*/
|
|
1513
|
-
declare const actionName$
|
|
1513
|
+
declare const actionName$1J = "update";
|
|
1514
1514
|
/**
|
|
1515
1515
|
* @interface
|
|
1516
1516
|
*/
|
|
@@ -1518,13 +1518,13 @@ type IUpdateAccount = IUpdate$1;
|
|
|
1518
1518
|
|
|
1519
1519
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1520
1520
|
declare namespace updateAccount {
|
|
1521
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1521
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$1J as actionName, authorizations$1J as authorizations };
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1526
1526
|
*/
|
|
1527
|
-
declare const authorizations$
|
|
1527
|
+
declare const authorizations$1I: readonly [{
|
|
1528
1528
|
readonly permissions: readonly ["active", {
|
|
1529
1529
|
readonly contract: "_contract";
|
|
1530
1530
|
readonly action: "actionName";
|
|
@@ -1534,18 +1534,17 @@ declare const authorizations$1F: readonly [{
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* Имя действия
|
|
1536
1536
|
*/
|
|
1537
|
-
declare const actionName$
|
|
1537
|
+
declare const actionName$1I = "newaccount";
|
|
1538
1538
|
/**
|
|
1539
1539
|
* @interface
|
|
1540
1540
|
*/
|
|
1541
|
-
type ICreateAccount = INewaccount$1;
|
|
1541
|
+
type ICreateAccount$1 = INewaccount$1;
|
|
1542
1542
|
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
export { type createAccount_ICreateAccount as ICreateAccount, actionName$1F as actionName, authorizations$1F as authorizations };
|
|
1543
|
+
declare namespace createAccount$1 {
|
|
1544
|
+
export { type ICreateAccount$1 as ICreateAccount, actionName$1I as actionName, authorizations$1I as authorizations };
|
|
1546
1545
|
}
|
|
1547
1546
|
|
|
1548
|
-
declare const authorizations$
|
|
1547
|
+
declare const authorizations$1H: readonly [{
|
|
1549
1548
|
readonly permissions: readonly ["active", {
|
|
1550
1549
|
readonly contract: "_contract";
|
|
1551
1550
|
readonly action: "actionName";
|
|
@@ -1555,7 +1554,7 @@ declare const authorizations$1E: readonly [{
|
|
|
1555
1554
|
/**
|
|
1556
1555
|
* Имя действия
|
|
1557
1556
|
*/
|
|
1558
|
-
declare const actionName$
|
|
1557
|
+
declare const actionName$1H = "regorg";
|
|
1559
1558
|
/**
|
|
1560
1559
|
* @interface
|
|
1561
1560
|
*/
|
|
@@ -1563,10 +1562,10 @@ type IRegisterOrganization = IRegorg;
|
|
|
1563
1562
|
|
|
1564
1563
|
type registerOrganization_IRegisterOrganization = IRegisterOrganization;
|
|
1565
1564
|
declare namespace registerOrganization {
|
|
1566
|
-
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$
|
|
1565
|
+
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$1H as actionName, authorizations$1H as authorizations };
|
|
1567
1566
|
}
|
|
1568
1567
|
|
|
1569
|
-
declare const authorizations$
|
|
1568
|
+
declare const authorizations$1G: readonly [{
|
|
1570
1569
|
readonly permissions: readonly ["active"];
|
|
1571
1570
|
readonly actor: {
|
|
1572
1571
|
readonly production: "eosio";
|
|
@@ -1576,7 +1575,7 @@ declare const authorizations$1D: readonly [{
|
|
|
1576
1575
|
/**
|
|
1577
1576
|
* Имя действия
|
|
1578
1577
|
*/
|
|
1579
|
-
declare const actionName$
|
|
1578
|
+
declare const actionName$1G = "changekey";
|
|
1580
1579
|
/**
|
|
1581
1580
|
* @interface
|
|
1582
1581
|
*/
|
|
@@ -1584,13 +1583,13 @@ type IChangeKey = IChangekey;
|
|
|
1584
1583
|
|
|
1585
1584
|
type changeKey_IChangeKey = IChangeKey;
|
|
1586
1585
|
declare namespace changeKey {
|
|
1587
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1586
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$1G as actionName, authorizations$1G as authorizations };
|
|
1588
1587
|
}
|
|
1589
1588
|
|
|
1590
1589
|
/**
|
|
1591
1590
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1592
1591
|
*/
|
|
1593
|
-
declare const authorizations$
|
|
1592
|
+
declare const authorizations$1F: readonly [{
|
|
1594
1593
|
readonly permissions: readonly ["active", {
|
|
1595
1594
|
readonly contract: "_contract";
|
|
1596
1595
|
readonly action: "actionName";
|
|
@@ -1603,7 +1602,7 @@ declare const authorizations$1C: readonly [{
|
|
|
1603
1602
|
/**
|
|
1604
1603
|
* Имя действия
|
|
1605
1604
|
*/
|
|
1606
|
-
declare const actionName$
|
|
1605
|
+
declare const actionName$1F = "joincoop";
|
|
1607
1606
|
/**
|
|
1608
1607
|
* @interface
|
|
1609
1608
|
*/
|
|
@@ -1611,13 +1610,13 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1611
1610
|
|
|
1612
1611
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1613
1612
|
declare namespace joinCooperative {
|
|
1614
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1613
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$1F as actionName, authorizations$1F as authorizations };
|
|
1615
1614
|
}
|
|
1616
1615
|
|
|
1617
1616
|
/**
|
|
1618
1617
|
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1619
1618
|
*/
|
|
1620
|
-
declare const authorizations$
|
|
1619
|
+
declare const authorizations$1E: readonly [{
|
|
1621
1620
|
readonly permissions: readonly ["active"];
|
|
1622
1621
|
readonly actor: {
|
|
1623
1622
|
readonly production: "soviet";
|
|
@@ -1627,7 +1626,7 @@ declare const authorizations$1B: readonly [{
|
|
|
1627
1626
|
/**
|
|
1628
1627
|
* Имя действия
|
|
1629
1628
|
*/
|
|
1630
|
-
declare const actionName$
|
|
1629
|
+
declare const actionName$1E = "confirmreg";
|
|
1631
1630
|
/**
|
|
1632
1631
|
* @interface
|
|
1633
1632
|
*/
|
|
@@ -1635,7 +1634,27 @@ type IConfirmJoin = IConfirmreg;
|
|
|
1635
1634
|
|
|
1636
1635
|
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1637
1636
|
declare namespace confirmJoin {
|
|
1638
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$
|
|
1637
|
+
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$1E as actionName, authorizations$1E as authorizations };
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
declare const authorizations$1D: readonly [{
|
|
1641
|
+
readonly permissions: readonly ["active"];
|
|
1642
|
+
readonly actor: {
|
|
1643
|
+
readonly production: "eosio";
|
|
1644
|
+
readonly testnet: "eosio";
|
|
1645
|
+
};
|
|
1646
|
+
}];
|
|
1647
|
+
/**
|
|
1648
|
+
* Имя действия
|
|
1649
|
+
*/
|
|
1650
|
+
declare const actionName$1D = "init";
|
|
1651
|
+
/**
|
|
1652
|
+
* @interface
|
|
1653
|
+
*/
|
|
1654
|
+
type IInit$3 = IInit$4;
|
|
1655
|
+
|
|
1656
|
+
declare namespace init$1 {
|
|
1657
|
+
export { type IInit$3 as IInit, actionName$1D as actionName, authorizations$1D as authorizations };
|
|
1639
1658
|
}
|
|
1640
1659
|
|
|
1641
1660
|
/**
|
|
@@ -1643,7 +1662,7 @@ declare namespace confirmJoin {
|
|
|
1643
1662
|
*/
|
|
1644
1663
|
|
|
1645
1664
|
declare namespace index$p {
|
|
1646
|
-
export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount as CreateAccount, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
|
|
1665
|
+
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 };
|
|
1647
1666
|
}
|
|
1648
1667
|
|
|
1649
1668
|
/**
|
|
@@ -1752,14 +1771,14 @@ declare namespace token {
|
|
|
1752
1771
|
export type { token_IAccount as IAccount, IAsset$3 as IAsset, IClose$1 as IClose, ICreate$1 as ICreate, ICurrencyStats$1 as ICurrencyStats, IIssue$1 as IIssue, IName$5 as IName, IOpen$1 as IOpen, IRetire$1 as IRetire, ISymbol$1 as ISymbol, ITransfer$1 as ITransfer };
|
|
1753
1772
|
}
|
|
1754
1773
|
|
|
1755
|
-
declare const authorizations$
|
|
1774
|
+
declare const authorizations$1C: readonly [{
|
|
1756
1775
|
readonly permissions: readonly ["active"];
|
|
1757
1776
|
readonly actor: "_username";
|
|
1758
1777
|
}];
|
|
1759
1778
|
/**
|
|
1760
1779
|
* Имя действия
|
|
1761
1780
|
*/
|
|
1762
|
-
declare const actionName$
|
|
1781
|
+
declare const actionName$1C = "transfer";
|
|
1763
1782
|
/**
|
|
1764
1783
|
* @interface
|
|
1765
1784
|
*/
|
|
@@ -1767,17 +1786,17 @@ type ITransfer = ITransfer$1;
|
|
|
1767
1786
|
|
|
1768
1787
|
type transfer_ITransfer = ITransfer;
|
|
1769
1788
|
declare namespace transfer {
|
|
1770
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
1789
|
+
export { type transfer_ITransfer as ITransfer, actionName$1C as actionName, authorizations$1C as authorizations };
|
|
1771
1790
|
}
|
|
1772
1791
|
|
|
1773
|
-
declare const authorizations$
|
|
1792
|
+
declare const authorizations$1B: readonly [{
|
|
1774
1793
|
readonly permissions: readonly ["active"];
|
|
1775
1794
|
readonly actor: "_username";
|
|
1776
1795
|
}];
|
|
1777
1796
|
/**
|
|
1778
1797
|
* Имя действия
|
|
1779
1798
|
*/
|
|
1780
|
-
declare const actionName$
|
|
1799
|
+
declare const actionName$1B = "open";
|
|
1781
1800
|
/**
|
|
1782
1801
|
* @interface
|
|
1783
1802
|
*/
|
|
@@ -1785,7 +1804,7 @@ type IOpen = IOpen$1;
|
|
|
1785
1804
|
|
|
1786
1805
|
type open_IOpen = IOpen;
|
|
1787
1806
|
declare namespace open {
|
|
1788
|
-
export { type open_IOpen as IOpen, actionName$
|
|
1807
|
+
export { type open_IOpen as IOpen, actionName$1B as actionName, authorizations$1B as authorizations };
|
|
1789
1808
|
}
|
|
1790
1809
|
|
|
1791
1810
|
/**
|
|
@@ -1795,28 +1814,28 @@ type IClose = IClose$1;
|
|
|
1795
1814
|
/**
|
|
1796
1815
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1797
1816
|
*/
|
|
1798
|
-
declare const authorizations$
|
|
1817
|
+
declare const authorizations$1A: readonly [{
|
|
1799
1818
|
readonly permissions: readonly ["active"];
|
|
1800
1819
|
readonly actor: "_username";
|
|
1801
1820
|
}];
|
|
1802
1821
|
/**
|
|
1803
1822
|
* Имя действия
|
|
1804
1823
|
*/
|
|
1805
|
-
declare const actionName$
|
|
1824
|
+
declare const actionName$1A = "close";
|
|
1806
1825
|
|
|
1807
1826
|
type close_IClose = IClose;
|
|
1808
1827
|
declare namespace close {
|
|
1809
|
-
export { type close_IClose as IClose, actionName$
|
|
1828
|
+
export { type close_IClose as IClose, actionName$1A as actionName, authorizations$1A as authorizations };
|
|
1810
1829
|
}
|
|
1811
1830
|
|
|
1812
|
-
declare const authorizations$
|
|
1831
|
+
declare const authorizations$1z: readonly [{
|
|
1813
1832
|
readonly permissions: readonly ["active"];
|
|
1814
1833
|
readonly actor: "_system";
|
|
1815
1834
|
}];
|
|
1816
1835
|
/**
|
|
1817
1836
|
* Имя действия
|
|
1818
1837
|
*/
|
|
1819
|
-
declare const actionName$
|
|
1838
|
+
declare const actionName$1z = "create";
|
|
1820
1839
|
/**
|
|
1821
1840
|
* @interface
|
|
1822
1841
|
*/
|
|
@@ -1824,20 +1843,20 @@ type ICreate = ICreate$1;
|
|
|
1824
1843
|
|
|
1825
1844
|
type create_ICreate = ICreate;
|
|
1826
1845
|
declare namespace create {
|
|
1827
|
-
export { type create_ICreate as ICreate, actionName$
|
|
1846
|
+
export { type create_ICreate as ICreate, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
1828
1847
|
}
|
|
1829
1848
|
|
|
1830
1849
|
/**
|
|
1831
|
-
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная
|
|
1850
|
+
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная в поле issuer при создании токена.
|
|
1832
1851
|
*/
|
|
1833
|
-
declare const authorizations$
|
|
1852
|
+
declare const authorizations$1y: readonly [{
|
|
1834
1853
|
readonly permissions: readonly ["active"];
|
|
1835
1854
|
readonly actor: "currencyStats.issuer";
|
|
1836
1855
|
}];
|
|
1837
1856
|
/**
|
|
1838
1857
|
* Имя действия
|
|
1839
1858
|
*/
|
|
1840
|
-
declare const actionName$
|
|
1859
|
+
declare const actionName$1y = "issue";
|
|
1841
1860
|
/**
|
|
1842
1861
|
* @interface
|
|
1843
1862
|
*/
|
|
@@ -1845,20 +1864,20 @@ type IIssue = IIssue$1;
|
|
|
1845
1864
|
|
|
1846
1865
|
type issue_IIssue = IIssue;
|
|
1847
1866
|
declare namespace issue {
|
|
1848
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
1867
|
+
export { type issue_IIssue as IIssue, actionName$1y as actionName, authorizations$1y as authorizations };
|
|
1849
1868
|
}
|
|
1850
1869
|
|
|
1851
1870
|
/**
|
|
1852
|
-
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная
|
|
1871
|
+
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная при создании токена.
|
|
1853
1872
|
*/
|
|
1854
|
-
declare const authorizations$
|
|
1873
|
+
declare const authorizations$1x: readonly [{
|
|
1855
1874
|
readonly permissions: readonly ["active"];
|
|
1856
1875
|
readonly actor: "currencyStats.issuer";
|
|
1857
1876
|
}];
|
|
1858
1877
|
/**
|
|
1859
1878
|
* Имя действия
|
|
1860
1879
|
*/
|
|
1861
|
-
declare const actionName$
|
|
1880
|
+
declare const actionName$1x = "retire";
|
|
1862
1881
|
/**
|
|
1863
1882
|
* @interface
|
|
1864
1883
|
*/
|
|
@@ -1866,7 +1885,7 @@ type IRetire = IRetire$1;
|
|
|
1866
1885
|
|
|
1867
1886
|
type retire_IRetire = IRetire;
|
|
1868
1887
|
declare namespace retire {
|
|
1869
|
-
export { type retire_IRetire as IRetire, actionName$
|
|
1888
|
+
export { type retire_IRetire as IRetire, actionName$1x as actionName, authorizations$1x as authorizations };
|
|
1870
1889
|
}
|
|
1871
1890
|
|
|
1872
1891
|
/**
|
|
@@ -2204,7 +2223,7 @@ interface IProgcomarket {
|
|
|
2204
2223
|
membership_percent_fee: IUint64$2;
|
|
2205
2224
|
fixed_membership_contribution: IAsset$2;
|
|
2206
2225
|
}
|
|
2207
|
-
interface IProgram {
|
|
2226
|
+
interface IProgram$1 {
|
|
2208
2227
|
coopname: IName$4;
|
|
2209
2228
|
program_id: IUint64$2;
|
|
2210
2229
|
}
|
|
@@ -2319,7 +2338,6 @@ type soviet_IJoincoop = IJoincoop;
|
|
|
2319
2338
|
type soviet_IJoincoops = IJoincoops;
|
|
2320
2339
|
type soviet_IOnewallet = IOnewallet;
|
|
2321
2340
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2322
|
-
type soviet_IProgram = IProgram;
|
|
2323
2341
|
type soviet_IProgwallet = IProgwallet;
|
|
2324
2342
|
type soviet_IRecieved = IRecieved;
|
|
2325
2343
|
type soviet_IRegpaid = IRegpaid;
|
|
@@ -2335,13 +2353,13 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2335
2353
|
type soviet_IVotefor = IVotefor;
|
|
2336
2354
|
type soviet_IWithdraw = IWithdraw;
|
|
2337
2355
|
declare namespace soviet {
|
|
2338
|
-
export type { IAct$1 as IAct, soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, IBatch$1 as IBatch, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreateprog as ICreateprog, IDecision$2 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, IDraft$1 as IDraft, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$2 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, IName$4 as IName, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket,
|
|
2356
|
+
export type { IAct$1 as IAct, soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, IBatch$1 as IBatch, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreateprog as ICreateprog, IDecision$2 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, IDraft$1 as IDraft, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$2 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, IName$4 as IName, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, 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_IStaff as IStaff, IStatement$1 as IStatement, 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 };
|
|
2339
2357
|
}
|
|
2340
2358
|
|
|
2341
2359
|
/**
|
|
2342
2360
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2343
2361
|
*/
|
|
2344
|
-
declare const authorizations$
|
|
2362
|
+
declare const authorizations$1w: readonly [{
|
|
2345
2363
|
readonly permissions: readonly ["active"];
|
|
2346
2364
|
readonly actor: {
|
|
2347
2365
|
readonly production: "soviet";
|
|
@@ -2351,7 +2369,7 @@ declare const authorizations$1u: readonly [{
|
|
|
2351
2369
|
/**
|
|
2352
2370
|
* Имя действия
|
|
2353
2371
|
*/
|
|
2354
|
-
declare const actionName$
|
|
2372
|
+
declare const actionName$1w = "draft";
|
|
2355
2373
|
/**
|
|
2356
2374
|
* @interface
|
|
2357
2375
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
@@ -2360,13 +2378,13 @@ type IDraft = IDraft$1;
|
|
|
2360
2378
|
|
|
2361
2379
|
type draft_IDraft = IDraft;
|
|
2362
2380
|
declare namespace draft {
|
|
2363
|
-
export { type draft_IDraft as IDraft, actionName$
|
|
2381
|
+
export { type draft_IDraft as IDraft, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
2364
2382
|
}
|
|
2365
2383
|
|
|
2366
2384
|
/**
|
|
2367
2385
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2368
2386
|
*/
|
|
2369
|
-
declare const authorizations$
|
|
2387
|
+
declare const authorizations$1v: readonly [{
|
|
2370
2388
|
readonly permissions: readonly ["active"];
|
|
2371
2389
|
readonly actor: {
|
|
2372
2390
|
readonly production: "soviet";
|
|
@@ -2376,7 +2394,7 @@ declare const authorizations$1t: readonly [{
|
|
|
2376
2394
|
/**
|
|
2377
2395
|
* Имя действия
|
|
2378
2396
|
*/
|
|
2379
|
-
declare const actionName$
|
|
2397
|
+
declare const actionName$1v = "batch";
|
|
2380
2398
|
/**
|
|
2381
2399
|
* @interface
|
|
2382
2400
|
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
@@ -2385,13 +2403,13 @@ type IBatch = IBatch$1;
|
|
|
2385
2403
|
|
|
2386
2404
|
type batch_IBatch = IBatch;
|
|
2387
2405
|
declare namespace batch {
|
|
2388
|
-
export { type batch_IBatch as IBatch, actionName$
|
|
2406
|
+
export { type batch_IBatch as IBatch, actionName$1v as actionName, authorizations$1v as authorizations };
|
|
2389
2407
|
}
|
|
2390
2408
|
|
|
2391
2409
|
/**
|
|
2392
2410
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2393
2411
|
*/
|
|
2394
|
-
declare const authorizations$
|
|
2412
|
+
declare const authorizations$1u: readonly [{
|
|
2395
2413
|
readonly permissions: readonly ["active"];
|
|
2396
2414
|
readonly actor: {
|
|
2397
2415
|
readonly production: "soviet";
|
|
@@ -2401,7 +2419,7 @@ declare const authorizations$1s: readonly [{
|
|
|
2401
2419
|
/**
|
|
2402
2420
|
* Имя действия
|
|
2403
2421
|
*/
|
|
2404
|
-
declare const actionName$
|
|
2422
|
+
declare const actionName$1u = "statement";
|
|
2405
2423
|
/**
|
|
2406
2424
|
* @interface
|
|
2407
2425
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
@@ -2411,13 +2429,13 @@ type IStatement = IStatement$1;
|
|
|
2411
2429
|
|
|
2412
2430
|
type statement_IStatement = IStatement;
|
|
2413
2431
|
declare namespace statement {
|
|
2414
|
-
export { type statement_IStatement as IStatement, actionName$
|
|
2432
|
+
export { type statement_IStatement as IStatement, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2415
2433
|
}
|
|
2416
2434
|
|
|
2417
2435
|
/**
|
|
2418
2436
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2419
2437
|
*/
|
|
2420
|
-
declare const authorizations$
|
|
2438
|
+
declare const authorizations$1t: readonly [{
|
|
2421
2439
|
readonly permissions: readonly ["active"];
|
|
2422
2440
|
readonly actor: {
|
|
2423
2441
|
readonly production: "soviet";
|
|
@@ -2427,7 +2445,7 @@ declare const authorizations$1r: readonly [{
|
|
|
2427
2445
|
/**
|
|
2428
2446
|
* Имя действия
|
|
2429
2447
|
*/
|
|
2430
|
-
declare const actionName$
|
|
2448
|
+
declare const actionName$1t = "act";
|
|
2431
2449
|
/**
|
|
2432
2450
|
* @interface
|
|
2433
2451
|
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
@@ -2436,13 +2454,13 @@ type IAct = IAct$1;
|
|
|
2436
2454
|
|
|
2437
2455
|
type act_IAct = IAct;
|
|
2438
2456
|
declare namespace act {
|
|
2439
|
-
export { type act_IAct as IAct, actionName$
|
|
2457
|
+
export { type act_IAct as IAct, actionName$1t as actionName, authorizations$1t as authorizations };
|
|
2440
2458
|
}
|
|
2441
2459
|
|
|
2442
2460
|
/**
|
|
2443
2461
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2444
2462
|
*/
|
|
2445
|
-
declare const authorizations$
|
|
2463
|
+
declare const authorizations$1s: readonly [{
|
|
2446
2464
|
readonly permissions: readonly ["active"];
|
|
2447
2465
|
readonly actor: {
|
|
2448
2466
|
readonly production: "soviet";
|
|
@@ -2452,7 +2470,7 @@ declare const authorizations$1q: readonly [{
|
|
|
2452
2470
|
/**
|
|
2453
2471
|
* Имя действия
|
|
2454
2472
|
*/
|
|
2455
|
-
declare const actionName$
|
|
2473
|
+
declare const actionName$1s = "decision";
|
|
2456
2474
|
/**
|
|
2457
2475
|
* @interface
|
|
2458
2476
|
* Действие фиксирует в реестре принятое решение совета.
|
|
@@ -2460,7 +2478,32 @@ declare const actionName$1q = "decision";
|
|
|
2460
2478
|
type IDecision$1 = IDecision$2;
|
|
2461
2479
|
|
|
2462
2480
|
declare namespace decision {
|
|
2463
|
-
export { type IDecision$1 as IDecision, actionName$
|
|
2481
|
+
export { type IDecision$1 as IDecision, actionName$1s as actionName, authorizations$1s as authorizations };
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
/**
|
|
2485
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2486
|
+
*/
|
|
2487
|
+
declare const authorizations$1r: readonly [{
|
|
2488
|
+
readonly permissions: readonly ["active"];
|
|
2489
|
+
readonly actor: {
|
|
2490
|
+
readonly production: "soviet";
|
|
2491
|
+
readonly testnet: "soviettest22";
|
|
2492
|
+
};
|
|
2493
|
+
}];
|
|
2494
|
+
/**
|
|
2495
|
+
* Имя действия
|
|
2496
|
+
*/
|
|
2497
|
+
declare const actionName$1r = "program";
|
|
2498
|
+
/**
|
|
2499
|
+
* @interface
|
|
2500
|
+
* Действие фиксирует созданную программу после создания и возвращает её идентификатор
|
|
2501
|
+
*/
|
|
2502
|
+
type IProgram = IProgram$1;
|
|
2503
|
+
|
|
2504
|
+
type program_IProgram = IProgram;
|
|
2505
|
+
declare namespace program {
|
|
2506
|
+
export { type program_IProgram as IProgram, actionName$1r as actionName, authorizations$1r as authorizations };
|
|
2464
2507
|
}
|
|
2465
2508
|
|
|
2466
2509
|
/**
|
|
@@ -2469,20 +2512,20 @@ declare namespace decision {
|
|
|
2469
2512
|
*/
|
|
2470
2513
|
|
|
2471
2514
|
declare namespace index$j {
|
|
2472
|
-
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2515
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, program as Program, statement as Statement };
|
|
2473
2516
|
}
|
|
2474
2517
|
|
|
2475
2518
|
/**
|
|
2476
2519
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2477
2520
|
*/
|
|
2478
|
-
declare const authorizations$
|
|
2521
|
+
declare const authorizations$1q: readonly [{
|
|
2479
2522
|
readonly permissions: readonly ["active"];
|
|
2480
2523
|
readonly actor: "_chairman";
|
|
2481
2524
|
}];
|
|
2482
2525
|
/**
|
|
2483
2526
|
* Имя действия
|
|
2484
2527
|
*/
|
|
2485
|
-
declare const actionName$
|
|
2528
|
+
declare const actionName$1q = "creaddress";
|
|
2486
2529
|
/**
|
|
2487
2530
|
* @interface
|
|
2488
2531
|
* Действие создаёт новый адрес.
|
|
@@ -2491,20 +2534,20 @@ type ICreateAddress = ICreaddress;
|
|
|
2491
2534
|
|
|
2492
2535
|
type createAddress_ICreateAddress = ICreateAddress;
|
|
2493
2536
|
declare namespace createAddress {
|
|
2494
|
-
export { type createAddress_ICreateAddress as ICreateAddress, actionName$
|
|
2537
|
+
export { type createAddress_ICreateAddress as ICreateAddress, actionName$1q as actionName, authorizations$1q as authorizations };
|
|
2495
2538
|
}
|
|
2496
2539
|
|
|
2497
2540
|
/**
|
|
2498
2541
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2499
2542
|
*/
|
|
2500
|
-
declare const authorizations$
|
|
2543
|
+
declare const authorizations$1p: readonly [{
|
|
2501
2544
|
readonly permissions: readonly ["active"];
|
|
2502
2545
|
readonly actor: "_chairman";
|
|
2503
2546
|
}];
|
|
2504
2547
|
/**
|
|
2505
2548
|
* Имя действия
|
|
2506
2549
|
*/
|
|
2507
|
-
declare const actionName$
|
|
2550
|
+
declare const actionName$1p = "deladdress";
|
|
2508
2551
|
/**
|
|
2509
2552
|
* @interface
|
|
2510
2553
|
* Действие удаляет адресс.
|
|
@@ -2513,20 +2556,20 @@ type IDeleteAddress = IDeladdress;
|
|
|
2513
2556
|
|
|
2514
2557
|
type deleteAddress_IDeleteAddress = IDeleteAddress;
|
|
2515
2558
|
declare namespace deleteAddress {
|
|
2516
|
-
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$
|
|
2559
|
+
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$1p as actionName, authorizations$1p as authorizations };
|
|
2517
2560
|
}
|
|
2518
2561
|
|
|
2519
2562
|
/**
|
|
2520
2563
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2521
2564
|
*/
|
|
2522
|
-
declare const authorizations$
|
|
2565
|
+
declare const authorizations$1o: readonly [{
|
|
2523
2566
|
readonly permissions: readonly ["active"];
|
|
2524
2567
|
readonly actor: "_chairman";
|
|
2525
2568
|
}];
|
|
2526
2569
|
/**
|
|
2527
2570
|
* Имя действия
|
|
2528
2571
|
*/
|
|
2529
|
-
declare const actionName$
|
|
2572
|
+
declare const actionName$1o = "editaddress";
|
|
2530
2573
|
/**
|
|
2531
2574
|
* @interface
|
|
2532
2575
|
* Действие редактирует адресс.
|
|
@@ -2535,7 +2578,7 @@ type IEditAddress = IEditaddress;
|
|
|
2535
2578
|
|
|
2536
2579
|
type editAddress_IEditAddress = IEditAddress;
|
|
2537
2580
|
declare namespace editAddress {
|
|
2538
|
-
export { type editAddress_IEditAddress as IEditAddress, actionName$
|
|
2581
|
+
export { type editAddress_IEditAddress as IEditAddress, actionName$1o as actionName, authorizations$1o as authorizations };
|
|
2539
2582
|
}
|
|
2540
2583
|
|
|
2541
2584
|
/**
|
|
@@ -2549,7 +2592,7 @@ declare namespace index$i {
|
|
|
2549
2592
|
/**
|
|
2550
2593
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2551
2594
|
*/
|
|
2552
|
-
declare const authorizations$
|
|
2595
|
+
declare const authorizations$1n: readonly [{
|
|
2553
2596
|
readonly permissions: readonly ["active"];
|
|
2554
2597
|
readonly actor: {
|
|
2555
2598
|
readonly production: "soviet";
|
|
@@ -2571,7 +2614,7 @@ declare const authorizations$1m: readonly [{
|
|
|
2571
2614
|
/**
|
|
2572
2615
|
* Имя действия
|
|
2573
2616
|
*/
|
|
2574
|
-
declare const actionName$
|
|
2617
|
+
declare const actionName$1n = "addbalance";
|
|
2575
2618
|
/**
|
|
2576
2619
|
* @interface
|
|
2577
2620
|
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
@@ -2581,13 +2624,13 @@ type IAddBalance = IAddbalance;
|
|
|
2581
2624
|
|
|
2582
2625
|
type addBalance_IAddBalance = IAddBalance;
|
|
2583
2626
|
declare namespace addBalance {
|
|
2584
|
-
export { type addBalance_IAddBalance as IAddBalance, actionName$
|
|
2627
|
+
export { type addBalance_IAddBalance as IAddBalance, actionName$1n as actionName, authorizations$1n as authorizations };
|
|
2585
2628
|
}
|
|
2586
2629
|
|
|
2587
2630
|
/**
|
|
2588
2631
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2589
2632
|
*/
|
|
2590
|
-
declare const authorizations$
|
|
2633
|
+
declare const authorizations$1m: readonly [{
|
|
2591
2634
|
readonly permissions: readonly ["active"];
|
|
2592
2635
|
readonly actor: {
|
|
2593
2636
|
readonly production: "soviet";
|
|
@@ -2609,7 +2652,7 @@ declare const authorizations$1l: readonly [{
|
|
|
2609
2652
|
/**
|
|
2610
2653
|
* Имя действия
|
|
2611
2654
|
*/
|
|
2612
|
-
declare const actionName$
|
|
2655
|
+
declare const actionName$1m = "subbalance";
|
|
2613
2656
|
/**
|
|
2614
2657
|
* @interface
|
|
2615
2658
|
* @private
|
|
@@ -2619,13 +2662,13 @@ type ISubBalance = ISubbalance;
|
|
|
2619
2662
|
|
|
2620
2663
|
type subBalance_ISubBalance = ISubBalance;
|
|
2621
2664
|
declare namespace subBalance {
|
|
2622
|
-
export { type subBalance_ISubBalance as ISubBalance, actionName$
|
|
2665
|
+
export { type subBalance_ISubBalance as ISubBalance, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
2623
2666
|
}
|
|
2624
2667
|
|
|
2625
2668
|
/**
|
|
2626
2669
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2627
2670
|
*/
|
|
2628
|
-
declare const authorizations$
|
|
2671
|
+
declare const authorizations$1l: readonly [{
|
|
2629
2672
|
readonly permissions: readonly ["active"];
|
|
2630
2673
|
readonly actor: {
|
|
2631
2674
|
readonly production: "soviet";
|
|
@@ -2647,7 +2690,7 @@ declare const authorizations$1k: readonly [{
|
|
|
2647
2690
|
/**
|
|
2648
2691
|
* Имя действия
|
|
2649
2692
|
*/
|
|
2650
|
-
declare const actionName$
|
|
2693
|
+
declare const actionName$1l = "blockbal";
|
|
2651
2694
|
/**
|
|
2652
2695
|
* @interface
|
|
2653
2696
|
* @private
|
|
@@ -2657,13 +2700,13 @@ type IBlockBalance = IBlockbal;
|
|
|
2657
2700
|
|
|
2658
2701
|
type blockBalance_IBlockBalance = IBlockBalance;
|
|
2659
2702
|
declare namespace blockBalance {
|
|
2660
|
-
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$
|
|
2703
|
+
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$1l as actionName, authorizations$1l as authorizations };
|
|
2661
2704
|
}
|
|
2662
2705
|
|
|
2663
2706
|
/**
|
|
2664
2707
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2665
2708
|
*/
|
|
2666
|
-
declare const authorizations$
|
|
2709
|
+
declare const authorizations$1k: readonly [{
|
|
2667
2710
|
readonly permissions: readonly ["active"];
|
|
2668
2711
|
readonly actor: {
|
|
2669
2712
|
readonly production: "soviet";
|
|
@@ -2685,7 +2728,7 @@ declare const authorizations$1j: readonly [{
|
|
|
2685
2728
|
/**
|
|
2686
2729
|
* Имя действия
|
|
2687
2730
|
*/
|
|
2688
|
-
declare const actionName$
|
|
2731
|
+
declare const actionName$1k = "unblockbal";
|
|
2689
2732
|
/**
|
|
2690
2733
|
* @interface
|
|
2691
2734
|
* @private
|
|
@@ -2695,13 +2738,13 @@ type IUnblockBal = IUnblockbal;
|
|
|
2695
2738
|
|
|
2696
2739
|
type unblockBalance_IUnblockBal = IUnblockBal;
|
|
2697
2740
|
declare namespace unblockBalance {
|
|
2698
|
-
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$
|
|
2741
|
+
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$1k as actionName, authorizations$1k as authorizations };
|
|
2699
2742
|
}
|
|
2700
2743
|
|
|
2701
2744
|
/**
|
|
2702
2745
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2703
2746
|
*/
|
|
2704
|
-
declare const authorizations$
|
|
2747
|
+
declare const authorizations$1j: readonly [{
|
|
2705
2748
|
readonly permissions: readonly ["active"];
|
|
2706
2749
|
readonly actor: {
|
|
2707
2750
|
readonly production: "soviet";
|
|
@@ -2717,7 +2760,7 @@ declare const authorizations$1i: readonly [{
|
|
|
2717
2760
|
/**
|
|
2718
2761
|
* Имя действия
|
|
2719
2762
|
*/
|
|
2720
|
-
declare const actionName$
|
|
2763
|
+
declare const actionName$1j = "addprogbal";
|
|
2721
2764
|
/**
|
|
2722
2765
|
* @interface
|
|
2723
2766
|
* @private
|
|
@@ -2727,13 +2770,13 @@ type IAddProgramBalance = IAddprogbal;
|
|
|
2727
2770
|
|
|
2728
2771
|
type addProgramBalance_IAddProgramBalance = IAddProgramBalance;
|
|
2729
2772
|
declare namespace addProgramBalance {
|
|
2730
|
-
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$
|
|
2773
|
+
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$1j as actionName, authorizations$1j as authorizations };
|
|
2731
2774
|
}
|
|
2732
2775
|
|
|
2733
2776
|
/**
|
|
2734
2777
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2735
2778
|
*/
|
|
2736
|
-
declare const authorizations$
|
|
2779
|
+
declare const authorizations$1i: readonly [{
|
|
2737
2780
|
readonly permissions: readonly ["active"];
|
|
2738
2781
|
readonly actor: {
|
|
2739
2782
|
readonly production: "soviet";
|
|
@@ -2749,7 +2792,7 @@ declare const authorizations$1h: readonly [{
|
|
|
2749
2792
|
/**
|
|
2750
2793
|
* Имя действия
|
|
2751
2794
|
*/
|
|
2752
|
-
declare const actionName$
|
|
2795
|
+
declare const actionName$1i = "subprogbal";
|
|
2753
2796
|
/**
|
|
2754
2797
|
* @interface
|
|
2755
2798
|
* @private
|
|
@@ -2759,7 +2802,7 @@ type ISubProgramBalance = ISubprogbal;
|
|
|
2759
2802
|
|
|
2760
2803
|
type subProgramBalance_ISubProgramBalance = ISubProgramBalance;
|
|
2761
2804
|
declare namespace subProgramBalance {
|
|
2762
|
-
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$
|
|
2805
|
+
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$1i as actionName, authorizations$1i as authorizations };
|
|
2763
2806
|
}
|
|
2764
2807
|
|
|
2765
2808
|
/**
|
|
@@ -2774,14 +2817,14 @@ declare namespace index$h {
|
|
|
2774
2817
|
/**
|
|
2775
2818
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2776
2819
|
*/
|
|
2777
|
-
declare const authorizations$
|
|
2820
|
+
declare const authorizations$1h: readonly [{
|
|
2778
2821
|
readonly permissions: readonly ["active"];
|
|
2779
2822
|
readonly actor: "_chairman";
|
|
2780
2823
|
}];
|
|
2781
2824
|
/**
|
|
2782
2825
|
* Имя действия
|
|
2783
2826
|
*/
|
|
2784
|
-
declare const actionName$
|
|
2827
|
+
declare const actionName$1h = "createprog";
|
|
2785
2828
|
/**
|
|
2786
2829
|
* @interface
|
|
2787
2830
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2790,20 +2833,20 @@ type ICreateMarketProgram = ICreateprog;
|
|
|
2790
2833
|
|
|
2791
2834
|
type createMarketProgram_ICreateMarketProgram = ICreateMarketProgram;
|
|
2792
2835
|
declare namespace createMarketProgram {
|
|
2793
|
-
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$
|
|
2836
|
+
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$1h as actionName, authorizations$1h as authorizations };
|
|
2794
2837
|
}
|
|
2795
2838
|
|
|
2796
2839
|
/**
|
|
2797
2840
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2798
2841
|
*/
|
|
2799
|
-
declare const authorizations$
|
|
2842
|
+
declare const authorizations$1g: readonly [{
|
|
2800
2843
|
readonly permissions: readonly ["active"];
|
|
2801
2844
|
readonly actor: "_chairman";
|
|
2802
2845
|
}];
|
|
2803
2846
|
/**
|
|
2804
2847
|
* Имя действия
|
|
2805
2848
|
*/
|
|
2806
|
-
declare const actionName$
|
|
2849
|
+
declare const actionName$1g = "editprog";
|
|
2807
2850
|
/**
|
|
2808
2851
|
* @interface
|
|
2809
2852
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2812,20 +2855,20 @@ type IEditMarketProgram = IEditprog;
|
|
|
2812
2855
|
|
|
2813
2856
|
type editMarketProgram_IEditMarketProgram = IEditMarketProgram;
|
|
2814
2857
|
declare namespace editMarketProgram {
|
|
2815
|
-
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$
|
|
2858
|
+
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$1g as actionName, authorizations$1g as authorizations };
|
|
2816
2859
|
}
|
|
2817
2860
|
|
|
2818
2861
|
/**
|
|
2819
2862
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2820
2863
|
*/
|
|
2821
|
-
declare const authorizations$
|
|
2864
|
+
declare const authorizations$1f: readonly [{
|
|
2822
2865
|
readonly permissions: readonly ["active"];
|
|
2823
2866
|
readonly actor: "_chairman";
|
|
2824
2867
|
}];
|
|
2825
2868
|
/**
|
|
2826
2869
|
* Имя действия
|
|
2827
2870
|
*/
|
|
2828
|
-
declare const actionName$
|
|
2871
|
+
declare const actionName$1f = "disableprog";
|
|
2829
2872
|
/**
|
|
2830
2873
|
* @interface
|
|
2831
2874
|
* Действие отключает целевую потребительскую программу маркетплейса.
|
|
@@ -2834,7 +2877,7 @@ type IDisableMarketProgram = IDisableprog;
|
|
|
2834
2877
|
|
|
2835
2878
|
type disableMarketProgram_IDisableMarketProgram = IDisableMarketProgram;
|
|
2836
2879
|
declare namespace disableMarketProgram {
|
|
2837
|
-
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$
|
|
2880
|
+
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$1f as actionName, authorizations$1f as authorizations };
|
|
2838
2881
|
}
|
|
2839
2882
|
|
|
2840
2883
|
/**
|
|
@@ -2848,14 +2891,14 @@ declare namespace index$g {
|
|
|
2848
2891
|
/**
|
|
2849
2892
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2850
2893
|
*/
|
|
2851
|
-
declare const authorizations$
|
|
2894
|
+
declare const authorizations$1e: readonly [{
|
|
2852
2895
|
readonly permissions: readonly ["active"];
|
|
2853
2896
|
readonly actor: "_member";
|
|
2854
2897
|
}];
|
|
2855
2898
|
/**
|
|
2856
2899
|
* Имя действия
|
|
2857
2900
|
*/
|
|
2858
|
-
declare const actionName$
|
|
2901
|
+
declare const actionName$1e = "voteagainst";
|
|
2859
2902
|
/**
|
|
2860
2903
|
* @interface
|
|
2861
2904
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -2863,20 +2906,20 @@ declare const actionName$1d = "voteagainst";
|
|
|
2863
2906
|
type IVoteAgainstDecision$1 = IVoteagainst;
|
|
2864
2907
|
|
|
2865
2908
|
declare namespace voteAgainst {
|
|
2866
|
-
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$
|
|
2909
|
+
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$1e as actionName, authorizations$1e as authorizations };
|
|
2867
2910
|
}
|
|
2868
2911
|
|
|
2869
2912
|
/**
|
|
2870
2913
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2871
2914
|
*/
|
|
2872
|
-
declare const authorizations$
|
|
2915
|
+
declare const authorizations$1d: readonly [{
|
|
2873
2916
|
readonly permissions: readonly ["active"];
|
|
2874
2917
|
readonly actor: "_member";
|
|
2875
2918
|
}];
|
|
2876
2919
|
/**
|
|
2877
2920
|
* Имя действия
|
|
2878
2921
|
*/
|
|
2879
|
-
declare const actionName$
|
|
2922
|
+
declare const actionName$1d = "votefor";
|
|
2880
2923
|
/**
|
|
2881
2924
|
* @interface
|
|
2882
2925
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -2885,20 +2928,20 @@ type IVoteForDecision = IVotefor;
|
|
|
2885
2928
|
|
|
2886
2929
|
type voteFor_IVoteForDecision = IVoteForDecision;
|
|
2887
2930
|
declare namespace voteFor {
|
|
2888
|
-
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$
|
|
2931
|
+
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$1d as actionName, authorizations$1d as authorizations };
|
|
2889
2932
|
}
|
|
2890
2933
|
|
|
2891
2934
|
/**
|
|
2892
2935
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2893
2936
|
*/
|
|
2894
|
-
declare const authorizations$
|
|
2937
|
+
declare const authorizations$1c: readonly [{
|
|
2895
2938
|
readonly permissions: readonly ["active"];
|
|
2896
2939
|
readonly actor: "_member";
|
|
2897
2940
|
}];
|
|
2898
2941
|
/**
|
|
2899
2942
|
* Имя действия
|
|
2900
2943
|
*/
|
|
2901
|
-
declare const actionName$
|
|
2944
|
+
declare const actionName$1c = "cancelvote";
|
|
2902
2945
|
/**
|
|
2903
2946
|
* @interface
|
|
2904
2947
|
* Принимает отмену голоса. Метод позволяет члену совета отменить свой голос, если решение еще не принято.
|
|
@@ -2907,20 +2950,20 @@ type IVoteAgainstDecision = IVoteagainst;
|
|
|
2907
2950
|
|
|
2908
2951
|
type cancelVote_IVoteAgainstDecision = IVoteAgainstDecision;
|
|
2909
2952
|
declare namespace cancelVote {
|
|
2910
|
-
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$
|
|
2953
|
+
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$1c as actionName, authorizations$1c as authorizations };
|
|
2911
2954
|
}
|
|
2912
2955
|
|
|
2913
2956
|
/**
|
|
2914
2957
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2915
2958
|
*/
|
|
2916
|
-
declare const authorizations$
|
|
2959
|
+
declare const authorizations$1b: readonly [{
|
|
2917
2960
|
readonly permissions: readonly ["active"];
|
|
2918
2961
|
readonly actor: "_chairman";
|
|
2919
2962
|
}];
|
|
2920
2963
|
/**
|
|
2921
2964
|
* Имя действия
|
|
2922
2965
|
*/
|
|
2923
|
-
declare const actionName$
|
|
2966
|
+
declare const actionName$1b = "authorize";
|
|
2924
2967
|
/**
|
|
2925
2968
|
* @interface
|
|
2926
2969
|
* Действие утверждения принятого советом решения.
|
|
@@ -2928,20 +2971,20 @@ declare const actionName$1a = "authorize";
|
|
|
2928
2971
|
type IAuthorize$2 = IAuthorize$3;
|
|
2929
2972
|
|
|
2930
2973
|
declare namespace authorize$1 {
|
|
2931
|
-
export { type IAuthorize$2 as IAuthorize, actionName$
|
|
2974
|
+
export { type IAuthorize$2 as IAuthorize, actionName$1b as actionName, authorizations$1b as authorizations };
|
|
2932
2975
|
}
|
|
2933
2976
|
|
|
2934
2977
|
/**
|
|
2935
2978
|
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
2936
2979
|
*/
|
|
2937
|
-
declare const authorizations$
|
|
2980
|
+
declare const authorizations$1a: readonly [{
|
|
2938
2981
|
readonly permissions: readonly ["active"];
|
|
2939
2982
|
readonly actor: "_username";
|
|
2940
2983
|
}];
|
|
2941
2984
|
/**
|
|
2942
2985
|
* Имя действия
|
|
2943
2986
|
*/
|
|
2944
|
-
declare const actionName$
|
|
2987
|
+
declare const actionName$1a = "exec";
|
|
2945
2988
|
/**
|
|
2946
2989
|
* @interface
|
|
2947
2990
|
* Действие исполнения принятого решения.
|
|
@@ -2953,13 +2996,13 @@ declare const actionName$19 = "exec";
|
|
|
2953
2996
|
type IExec$3 = IExec$4;
|
|
2954
2997
|
|
|
2955
2998
|
declare namespace exec$1 {
|
|
2956
|
-
export { type IExec$3 as IExec, actionName$
|
|
2999
|
+
export { type IExec$3 as IExec, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
2957
3000
|
}
|
|
2958
3001
|
|
|
2959
3002
|
/**
|
|
2960
3003
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
2961
3004
|
*/
|
|
2962
|
-
declare const authorizations$
|
|
3005
|
+
declare const authorizations$19: readonly [{
|
|
2963
3006
|
readonly permissions: readonly ["active"];
|
|
2964
3007
|
readonly actor: {
|
|
2965
3008
|
readonly production: "marketplace";
|
|
@@ -2969,7 +3012,7 @@ declare const authorizations$18: readonly [{
|
|
|
2969
3012
|
/**
|
|
2970
3013
|
* Имя действия
|
|
2971
3014
|
*/
|
|
2972
|
-
declare const actionName$
|
|
3015
|
+
declare const actionName$19 = "change";
|
|
2973
3016
|
/**
|
|
2974
3017
|
* @interface
|
|
2975
3018
|
* Действие поставляет в совет на голосование заявления на взнос и возврат взноса двух пайщиков целевой потребительской программы маркетплейса.
|
|
@@ -2979,13 +3022,13 @@ type IMarketDecision = IChange;
|
|
|
2979
3022
|
|
|
2980
3023
|
type marketDecision_IMarketDecision = IMarketDecision;
|
|
2981
3024
|
declare namespace marketDecision {
|
|
2982
|
-
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$
|
|
3025
|
+
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$19 as actionName, authorizations$19 as authorizations };
|
|
2983
3026
|
}
|
|
2984
3027
|
|
|
2985
3028
|
/**
|
|
2986
3029
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._gateway | шлюза}.
|
|
2987
3030
|
*/
|
|
2988
|
-
declare const authorizations$
|
|
3031
|
+
declare const authorizations$18: readonly [{
|
|
2989
3032
|
readonly permissions: readonly ["active"];
|
|
2990
3033
|
readonly actor: {
|
|
2991
3034
|
readonly production: "gateway";
|
|
@@ -2995,7 +3038,7 @@ declare const authorizations$17: readonly [{
|
|
|
2995
3038
|
/**
|
|
2996
3039
|
* Имя действия
|
|
2997
3040
|
*/
|
|
2998
|
-
declare const actionName$
|
|
3041
|
+
declare const actionName$18 = "withdraw";
|
|
2999
3042
|
/**
|
|
3000
3043
|
* @interface
|
|
3001
3044
|
* Действие поставляет в совет на голосование заявление на возврат паевого взноса.
|
|
@@ -3005,13 +3048,13 @@ type IWithdrawDecision = IWithdraw;
|
|
|
3005
3048
|
|
|
3006
3049
|
type withdrawDecision_IWithdrawDecision = IWithdrawDecision;
|
|
3007
3050
|
declare namespace withdrawDecision {
|
|
3008
|
-
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$
|
|
3051
|
+
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$18 as actionName, authorizations$18 as authorizations };
|
|
3009
3052
|
}
|
|
3010
3053
|
|
|
3011
3054
|
/**
|
|
3012
3055
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._fund | фондов}.
|
|
3013
3056
|
*/
|
|
3014
|
-
declare const authorizations$
|
|
3057
|
+
declare const authorizations$17: readonly [{
|
|
3015
3058
|
readonly permissions: readonly ["active"];
|
|
3016
3059
|
readonly actor: {
|
|
3017
3060
|
readonly production: "fund";
|
|
@@ -3021,7 +3064,7 @@ declare const authorizations$16: readonly [{
|
|
|
3021
3064
|
/**
|
|
3022
3065
|
* Имя действия
|
|
3023
3066
|
*/
|
|
3024
|
-
declare const actionName$
|
|
3067
|
+
declare const actionName$17 = "fundwithdraw";
|
|
3025
3068
|
/**
|
|
3026
3069
|
* @interface
|
|
3027
3070
|
* Действие поставляет в совет на голосование документ о необходимости использования средств фондов кооператива (кроме паевого).
|
|
@@ -3031,13 +3074,13 @@ type IFundWithdrawDecision = IFundwithdraw;
|
|
|
3031
3074
|
|
|
3032
3075
|
type fundWithdrawDecision_IFundWithdrawDecision = IFundWithdrawDecision;
|
|
3033
3076
|
declare namespace fundWithdrawDecision {
|
|
3034
|
-
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$
|
|
3077
|
+
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$17 as actionName, authorizations$17 as authorizations };
|
|
3035
3078
|
}
|
|
3036
3079
|
|
|
3037
3080
|
/**
|
|
3038
3081
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._registrator | шлюза}.
|
|
3039
3082
|
*/
|
|
3040
|
-
declare const authorizations$
|
|
3083
|
+
declare const authorizations$16: readonly [{
|
|
3041
3084
|
readonly permissions: readonly ["active"];
|
|
3042
3085
|
readonly actor: {
|
|
3043
3086
|
readonly production: "registrator";
|
|
@@ -3047,7 +3090,7 @@ declare const authorizations$15: readonly [{
|
|
|
3047
3090
|
/**
|
|
3048
3091
|
* Имя действия
|
|
3049
3092
|
*/
|
|
3050
|
-
declare const actionName$
|
|
3093
|
+
declare const actionName$16 = "joincoop";
|
|
3051
3094
|
/**
|
|
3052
3095
|
* @interface
|
|
3053
3096
|
* Действие поставляет в совет на голосование заявление на вступление в кооператив.
|
|
@@ -3057,13 +3100,13 @@ type IJoinCoopDecision = IJoincoop;
|
|
|
3057
3100
|
|
|
3058
3101
|
type joinCoopDecision_IJoinCoopDecision = IJoinCoopDecision;
|
|
3059
3102
|
declare namespace joinCoopDecision {
|
|
3060
|
-
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$
|
|
3103
|
+
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$16 as actionName, authorizations$16 as authorizations };
|
|
3061
3104
|
}
|
|
3062
3105
|
|
|
3063
3106
|
/**
|
|
3064
3107
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3065
3108
|
*/
|
|
3066
|
-
declare const authorizations$
|
|
3109
|
+
declare const authorizations$15: readonly [{
|
|
3067
3110
|
readonly permissions: readonly ["active"];
|
|
3068
3111
|
readonly actor: {
|
|
3069
3112
|
readonly production: "marketplace";
|
|
@@ -3073,7 +3116,7 @@ declare const authorizations$14: readonly [{
|
|
|
3073
3116
|
/**
|
|
3074
3117
|
* Имя действия
|
|
3075
3118
|
*/
|
|
3076
|
-
declare const actionName$
|
|
3119
|
+
declare const actionName$15 = "recieved";
|
|
3077
3120
|
/**
|
|
3078
3121
|
* @interface
|
|
3079
3122
|
* Действие поставляет в совет информацию о завершении процесса клиринга и инициирует выпуск закрывающих документов в реестр.
|
|
@@ -3083,13 +3126,13 @@ type IProductRecieved = IRecieved;
|
|
|
3083
3126
|
|
|
3084
3127
|
type productRecieved_IProductRecieved = IProductRecieved;
|
|
3085
3128
|
declare namespace productRecieved {
|
|
3086
|
-
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$
|
|
3129
|
+
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$15 as actionName, authorizations$15 as authorizations };
|
|
3087
3130
|
}
|
|
3088
3131
|
|
|
3089
3132
|
/**
|
|
3090
3133
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3091
3134
|
*/
|
|
3092
|
-
declare const authorizations$
|
|
3135
|
+
declare const authorizations$14: readonly [{
|
|
3093
3136
|
readonly permissions: readonly ["active", {
|
|
3094
3137
|
readonly contract: "_contract";
|
|
3095
3138
|
readonly action: "actionName";
|
|
@@ -3099,7 +3142,7 @@ declare const authorizations$13: readonly [{
|
|
|
3099
3142
|
/**
|
|
3100
3143
|
* Имя действия
|
|
3101
3144
|
*/
|
|
3102
|
-
declare const actionName$
|
|
3145
|
+
declare const actionName$14 = "validated";
|
|
3103
3146
|
/**
|
|
3104
3147
|
* @interface
|
|
3105
3148
|
* Действие валидации документов, поданных на голосование в совет.
|
|
@@ -3108,20 +3151,20 @@ type IValidate = IValidate$1;
|
|
|
3108
3151
|
|
|
3109
3152
|
type validate_IValidate = IValidate;
|
|
3110
3153
|
declare namespace validate {
|
|
3111
|
-
export { type validate_IValidate as IValidate, actionName$
|
|
3154
|
+
export { type validate_IValidate as IValidate, actionName$14 as actionName, authorizations$14 as authorizations };
|
|
3112
3155
|
}
|
|
3113
3156
|
|
|
3114
3157
|
/**
|
|
3115
3158
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3116
3159
|
*/
|
|
3117
|
-
declare const authorizations$
|
|
3160
|
+
declare const authorizations$13: readonly [{
|
|
3118
3161
|
readonly permissions: readonly ["active"];
|
|
3119
3162
|
readonly actor: "_member";
|
|
3120
3163
|
}];
|
|
3121
3164
|
/**
|
|
3122
3165
|
* Имя действия
|
|
3123
3166
|
*/
|
|
3124
|
-
declare const actionName$
|
|
3167
|
+
declare const actionName$13 = "automate";
|
|
3125
3168
|
/**
|
|
3126
3169
|
* @interface
|
|
3127
3170
|
* Подключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3130,20 +3173,20 @@ type IAutomate = IAutomate$1;
|
|
|
3130
3173
|
|
|
3131
3174
|
type automate_IAutomate = IAutomate;
|
|
3132
3175
|
declare namespace automate {
|
|
3133
|
-
export { type automate_IAutomate as IAutomate, actionName$
|
|
3176
|
+
export { type automate_IAutomate as IAutomate, actionName$13 as actionName, authorizations$13 as authorizations };
|
|
3134
3177
|
}
|
|
3135
3178
|
|
|
3136
3179
|
/**
|
|
3137
3180
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3138
3181
|
*/
|
|
3139
|
-
declare const authorizations$
|
|
3182
|
+
declare const authorizations$12: readonly [{
|
|
3140
3183
|
readonly permissions: readonly ["active"];
|
|
3141
3184
|
readonly actor: "_member";
|
|
3142
3185
|
}];
|
|
3143
3186
|
/**
|
|
3144
3187
|
* Имя действия
|
|
3145
3188
|
*/
|
|
3146
|
-
declare const actionName$
|
|
3189
|
+
declare const actionName$12 = "disautomate";
|
|
3147
3190
|
/**
|
|
3148
3191
|
* @interface
|
|
3149
3192
|
* Отключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3152,7 +3195,7 @@ type IDisautomate = IDisautomate$1;
|
|
|
3152
3195
|
|
|
3153
3196
|
type disautomate_IDisautomate = IDisautomate;
|
|
3154
3197
|
declare namespace disautomate {
|
|
3155
|
-
export { type disautomate_IDisautomate as IDisautomate, actionName$
|
|
3198
|
+
export { type disautomate_IDisautomate as IDisautomate, actionName$12 as actionName, authorizations$12 as authorizations };
|
|
3156
3199
|
}
|
|
3157
3200
|
|
|
3158
3201
|
/**
|
|
@@ -3163,14 +3206,14 @@ declare namespace index$f {
|
|
|
3163
3206
|
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 };
|
|
3164
3207
|
}
|
|
3165
3208
|
|
|
3166
|
-
declare const authorizations$
|
|
3209
|
+
declare const authorizations$11: readonly [{
|
|
3167
3210
|
readonly permissions: readonly ["active"];
|
|
3168
3211
|
readonly actor: "_chairman";
|
|
3169
3212
|
}];
|
|
3170
3213
|
/**
|
|
3171
3214
|
* Имя действия
|
|
3172
3215
|
*/
|
|
3173
|
-
declare const actionName$
|
|
3216
|
+
declare const actionName$11 = "createboard";
|
|
3174
3217
|
/**
|
|
3175
3218
|
* @interface
|
|
3176
3219
|
*/
|
|
@@ -3178,17 +3221,17 @@ type ICreateboard = ICreateboard$1;
|
|
|
3178
3221
|
|
|
3179
3222
|
type createBoard_ICreateboard = ICreateboard;
|
|
3180
3223
|
declare namespace createBoard {
|
|
3181
|
-
export { type createBoard_ICreateboard as ICreateboard, actionName$
|
|
3224
|
+
export { type createBoard_ICreateboard as ICreateboard, actionName$11 as actionName, authorizations$11 as authorizations };
|
|
3182
3225
|
}
|
|
3183
3226
|
|
|
3184
|
-
declare const authorizations
|
|
3227
|
+
declare const authorizations$10: readonly [{
|
|
3185
3228
|
readonly permissions: readonly ["active"];
|
|
3186
3229
|
readonly actor: "_chairman";
|
|
3187
3230
|
}];
|
|
3188
3231
|
/**
|
|
3189
3232
|
* Имя действия
|
|
3190
3233
|
*/
|
|
3191
|
-
declare const actionName
|
|
3234
|
+
declare const actionName$10 = "updateboard";
|
|
3192
3235
|
/**
|
|
3193
3236
|
* @interface
|
|
3194
3237
|
* Действие изменения данных доски совета.
|
|
@@ -3197,7 +3240,7 @@ type IUpdateBoard = IUpdateboard;
|
|
|
3197
3240
|
|
|
3198
3241
|
type updateBoard_IUpdateBoard = IUpdateBoard;
|
|
3199
3242
|
declare namespace updateBoard {
|
|
3200
|
-
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName
|
|
3243
|
+
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$10 as actionName, authorizations$10 as authorizations };
|
|
3201
3244
|
}
|
|
3202
3245
|
|
|
3203
3246
|
declare namespace index$e {
|
|
@@ -3690,14 +3733,14 @@ declare namespace marketplace {
|
|
|
3690
3733
|
* Имя действия
|
|
3691
3734
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3692
3735
|
*/
|
|
3693
|
-
declare const authorizations
|
|
3736
|
+
declare const authorizations$$: readonly [{
|
|
3694
3737
|
readonly permissions: readonly ["active"];
|
|
3695
3738
|
readonly actor: "_username";
|
|
3696
3739
|
}];
|
|
3697
3740
|
/**
|
|
3698
3741
|
* Имя действия
|
|
3699
3742
|
*/
|
|
3700
|
-
declare const actionName
|
|
3743
|
+
declare const actionName$$ = "accept";
|
|
3701
3744
|
/**
|
|
3702
3745
|
* @interface
|
|
3703
3746
|
*/
|
|
@@ -3705,14 +3748,14 @@ type IAcceptRequest = IAccept;
|
|
|
3705
3748
|
|
|
3706
3749
|
type acceptRequest_IAcceptRequest = IAcceptRequest;
|
|
3707
3750
|
declare namespace acceptRequest {
|
|
3708
|
-
export { type acceptRequest_IAcceptRequest as IAcceptRequest, actionName
|
|
3751
|
+
export { type acceptRequest_IAcceptRequest as IAcceptRequest, actionName$$ as actionName, authorizations$$ as authorizations };
|
|
3709
3752
|
}
|
|
3710
3753
|
|
|
3711
3754
|
/**
|
|
3712
3755
|
* Имя действия
|
|
3713
3756
|
* Требуется авторизация {@link ContractNames._soviet | аккаунта контракта совета}.
|
|
3714
3757
|
*/
|
|
3715
|
-
declare const authorizations$
|
|
3758
|
+
declare const authorizations$_: readonly [{
|
|
3716
3759
|
readonly permissions: readonly ["active"];
|
|
3717
3760
|
readonly actor: {
|
|
3718
3761
|
readonly production: "soviet";
|
|
@@ -3722,7 +3765,7 @@ declare const authorizations$Z: readonly [{
|
|
|
3722
3765
|
/**
|
|
3723
3766
|
* Имя действия
|
|
3724
3767
|
*/
|
|
3725
|
-
declare const actionName$
|
|
3768
|
+
declare const actionName$_ = "authorize";
|
|
3726
3769
|
/**
|
|
3727
3770
|
* @interface
|
|
3728
3771
|
*/
|
|
@@ -3730,21 +3773,21 @@ type IAuthorize = IAuthorize$1;
|
|
|
3730
3773
|
|
|
3731
3774
|
type authorize_IAuthorize = IAuthorize;
|
|
3732
3775
|
declare namespace authorize {
|
|
3733
|
-
export { type authorize_IAuthorize as IAuthorize, actionName$
|
|
3776
|
+
export { type authorize_IAuthorize as IAuthorize, actionName$_ as actionName, authorizations$_ as authorizations };
|
|
3734
3777
|
}
|
|
3735
3778
|
|
|
3736
3779
|
/**
|
|
3737
3780
|
* Имя действия
|
|
3738
3781
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3739
3782
|
*/
|
|
3740
|
-
declare const authorizations$
|
|
3783
|
+
declare const authorizations$Z: readonly [{
|
|
3741
3784
|
readonly permissions: readonly ["active"];
|
|
3742
3785
|
readonly actor: "_username";
|
|
3743
3786
|
}];
|
|
3744
3787
|
/**
|
|
3745
3788
|
* Имя действия
|
|
3746
3789
|
*/
|
|
3747
|
-
declare const actionName$
|
|
3790
|
+
declare const actionName$Z = "cancel";
|
|
3748
3791
|
/**
|
|
3749
3792
|
* @interface
|
|
3750
3793
|
*/
|
|
@@ -3752,21 +3795,21 @@ type ICancelRequest = ICancel$1;
|
|
|
3752
3795
|
|
|
3753
3796
|
type cancelRequest_ICancelRequest = ICancelRequest;
|
|
3754
3797
|
declare namespace cancelRequest {
|
|
3755
|
-
export { type cancelRequest_ICancelRequest as ICancelRequest, actionName$
|
|
3798
|
+
export { type cancelRequest_ICancelRequest as ICancelRequest, actionName$Z as actionName, authorizations$Z as authorizations };
|
|
3756
3799
|
}
|
|
3757
3800
|
|
|
3758
3801
|
/**
|
|
3759
3802
|
* Имя действия
|
|
3760
3803
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3761
3804
|
*/
|
|
3762
|
-
declare const authorizations$
|
|
3805
|
+
declare const authorizations$Y: readonly [{
|
|
3763
3806
|
readonly permissions: readonly ["active"];
|
|
3764
3807
|
readonly actor: "_username";
|
|
3765
3808
|
}];
|
|
3766
3809
|
/**
|
|
3767
3810
|
* Имя действия
|
|
3768
3811
|
*/
|
|
3769
|
-
declare const actionName$
|
|
3812
|
+
declare const actionName$Y = "complete";
|
|
3770
3813
|
/**
|
|
3771
3814
|
* @interface
|
|
3772
3815
|
*/
|
|
@@ -3774,21 +3817,21 @@ type ICompleteRequest = IComplete;
|
|
|
3774
3817
|
|
|
3775
3818
|
type completeRequest_ICompleteRequest = ICompleteRequest;
|
|
3776
3819
|
declare namespace completeRequest {
|
|
3777
|
-
export { type completeRequest_ICompleteRequest as ICompleteRequest, actionName$
|
|
3820
|
+
export { type completeRequest_ICompleteRequest as ICompleteRequest, actionName$Y as actionName, authorizations$Y as authorizations };
|
|
3778
3821
|
}
|
|
3779
3822
|
|
|
3780
3823
|
/**
|
|
3781
3824
|
* Имя действия
|
|
3782
3825
|
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
3783
3826
|
*/
|
|
3784
|
-
declare const authorizations$
|
|
3827
|
+
declare const authorizations$X: readonly [{
|
|
3785
3828
|
readonly permissions: readonly ["active"];
|
|
3786
3829
|
readonly actor: "_chairman";
|
|
3787
3830
|
}];
|
|
3788
3831
|
/**
|
|
3789
3832
|
* Имя действия
|
|
3790
3833
|
*/
|
|
3791
|
-
declare const actionName$
|
|
3834
|
+
declare const actionName$X = "recievecnfrm";
|
|
3792
3835
|
/**
|
|
3793
3836
|
* @interface
|
|
3794
3837
|
*/
|
|
@@ -3796,21 +3839,21 @@ type IConfirmRecieve = IRecievecnfrm;
|
|
|
3796
3839
|
|
|
3797
3840
|
type confirmRecieve_IConfirmRecieve = IConfirmRecieve;
|
|
3798
3841
|
declare namespace confirmRecieve {
|
|
3799
|
-
export { type confirmRecieve_IConfirmRecieve as IConfirmRecieve, actionName$
|
|
3842
|
+
export { type confirmRecieve_IConfirmRecieve as IConfirmRecieve, actionName$X as actionName, authorizations$X as authorizations };
|
|
3800
3843
|
}
|
|
3801
3844
|
|
|
3802
3845
|
/**
|
|
3803
3846
|
* Имя действия
|
|
3804
3847
|
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
3805
3848
|
*/
|
|
3806
|
-
declare const authorizations$
|
|
3849
|
+
declare const authorizations$W: readonly [{
|
|
3807
3850
|
readonly permissions: readonly ["active"];
|
|
3808
3851
|
readonly actor: "_chairman";
|
|
3809
3852
|
}];
|
|
3810
3853
|
/**
|
|
3811
3854
|
* Имя действия
|
|
3812
3855
|
*/
|
|
3813
|
-
declare const actionName$
|
|
3856
|
+
declare const actionName$W = "supplycnfrm";
|
|
3814
3857
|
/**
|
|
3815
3858
|
* @interface
|
|
3816
3859
|
*/
|
|
@@ -3818,21 +3861,21 @@ type IConfirmSupply = ISupplycnfrm;
|
|
|
3818
3861
|
|
|
3819
3862
|
type confirmSupply_IConfirmSupply = IConfirmSupply;
|
|
3820
3863
|
declare namespace confirmSupply {
|
|
3821
|
-
export { type confirmSupply_IConfirmSupply as IConfirmSupply, actionName$
|
|
3864
|
+
export { type confirmSupply_IConfirmSupply as IConfirmSupply, actionName$W as actionName, authorizations$W as authorizations };
|
|
3822
3865
|
}
|
|
3823
3866
|
|
|
3824
3867
|
/**
|
|
3825
3868
|
* Имя действия
|
|
3826
3869
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3827
3870
|
*/
|
|
3828
|
-
declare const authorizations$
|
|
3871
|
+
declare const authorizations$V: readonly [{
|
|
3829
3872
|
readonly permissions: readonly ["active"];
|
|
3830
3873
|
readonly actor: "_username";
|
|
3831
3874
|
}];
|
|
3832
3875
|
/**
|
|
3833
3876
|
* Имя действия
|
|
3834
3877
|
*/
|
|
3835
|
-
declare const actionName$
|
|
3878
|
+
declare const actionName$V = "offer";
|
|
3836
3879
|
/**
|
|
3837
3880
|
* @interface
|
|
3838
3881
|
*/
|
|
@@ -3840,21 +3883,21 @@ type ICreateOffer = IOffer;
|
|
|
3840
3883
|
|
|
3841
3884
|
type createOffer_ICreateOffer = ICreateOffer;
|
|
3842
3885
|
declare namespace createOffer {
|
|
3843
|
-
export { type createOffer_ICreateOffer as ICreateOffer, actionName$
|
|
3886
|
+
export { type createOffer_ICreateOffer as ICreateOffer, actionName$V as actionName, authorizations$V as authorizations };
|
|
3844
3887
|
}
|
|
3845
3888
|
|
|
3846
3889
|
/**
|
|
3847
3890
|
* Имя действия
|
|
3848
3891
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3849
3892
|
*/
|
|
3850
|
-
declare const authorizations$
|
|
3893
|
+
declare const authorizations$U: readonly [{
|
|
3851
3894
|
readonly permissions: readonly ["active"];
|
|
3852
3895
|
readonly actor: "_username";
|
|
3853
3896
|
}];
|
|
3854
3897
|
/**
|
|
3855
3898
|
* Имя действия
|
|
3856
3899
|
*/
|
|
3857
|
-
declare const actionName$
|
|
3900
|
+
declare const actionName$U = "order";
|
|
3858
3901
|
/**
|
|
3859
3902
|
* @interface
|
|
3860
3903
|
*/
|
|
@@ -3862,21 +3905,21 @@ type ICreateOrder = IOrder;
|
|
|
3862
3905
|
|
|
3863
3906
|
type createOrder_ICreateOrder = ICreateOrder;
|
|
3864
3907
|
declare namespace createOrder {
|
|
3865
|
-
export { type createOrder_ICreateOrder as ICreateOrder, actionName$
|
|
3908
|
+
export { type createOrder_ICreateOrder as ICreateOrder, actionName$U as actionName, authorizations$U as authorizations };
|
|
3866
3909
|
}
|
|
3867
3910
|
|
|
3868
3911
|
/**
|
|
3869
3912
|
* Имя действия
|
|
3870
3913
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3871
3914
|
*/
|
|
3872
|
-
declare const authorizations$
|
|
3915
|
+
declare const authorizations$T: readonly [{
|
|
3873
3916
|
readonly permissions: readonly ["active"];
|
|
3874
3917
|
readonly actor: "_username";
|
|
3875
3918
|
}];
|
|
3876
3919
|
/**
|
|
3877
3920
|
* Имя действия
|
|
3878
3921
|
*/
|
|
3879
|
-
declare const actionName$
|
|
3922
|
+
declare const actionName$T = "decline";
|
|
3880
3923
|
/**
|
|
3881
3924
|
* @interface
|
|
3882
3925
|
*/
|
|
@@ -3884,21 +3927,21 @@ type IDeclineRequest = IDecline;
|
|
|
3884
3927
|
|
|
3885
3928
|
type declineRequest_IDeclineRequest = IDeclineRequest;
|
|
3886
3929
|
declare namespace declineRequest {
|
|
3887
|
-
export { type declineRequest_IDeclineRequest as IDeclineRequest, actionName$
|
|
3930
|
+
export { type declineRequest_IDeclineRequest as IDeclineRequest, actionName$T as actionName, authorizations$T as authorizations };
|
|
3888
3931
|
}
|
|
3889
3932
|
|
|
3890
3933
|
/**
|
|
3891
3934
|
* Имя действия
|
|
3892
3935
|
* Требуется авторизация {@link Actors._chairman | аккаунта председателя}.
|
|
3893
3936
|
*/
|
|
3894
|
-
declare const authorizations$
|
|
3937
|
+
declare const authorizations$S: readonly [{
|
|
3895
3938
|
readonly permissions: readonly ["active"];
|
|
3896
3939
|
readonly actor: "_chairman";
|
|
3897
3940
|
}];
|
|
3898
3941
|
/**
|
|
3899
3942
|
* Имя действия
|
|
3900
3943
|
*/
|
|
3901
|
-
declare const actionName$
|
|
3944
|
+
declare const actionName$S = "delivered";
|
|
3902
3945
|
/**
|
|
3903
3946
|
* @interface
|
|
3904
3947
|
*/
|
|
@@ -3906,14 +3949,14 @@ type IDeliverOnRequest = IDelivered;
|
|
|
3906
3949
|
|
|
3907
3950
|
type deliverOnRequest_IDeliverOnRequest = IDeliverOnRequest;
|
|
3908
3951
|
declare namespace deliverOnRequest {
|
|
3909
|
-
export { type deliverOnRequest_IDeliverOnRequest as IDeliverOnRequest, actionName$
|
|
3952
|
+
export { type deliverOnRequest_IDeliverOnRequest as IDeliverOnRequest, actionName$S as actionName, authorizations$S as authorizations };
|
|
3910
3953
|
}
|
|
3911
3954
|
|
|
3912
3955
|
/**
|
|
3913
3956
|
* Имя действия
|
|
3914
3957
|
* Требуется авторизация {@link Actors._admin | аккаунта администратора}.
|
|
3915
3958
|
*/
|
|
3916
|
-
declare const authorizations$
|
|
3959
|
+
declare const authorizations$R: readonly [{
|
|
3917
3960
|
readonly permissions: readonly ["active", {
|
|
3918
3961
|
readonly contract: "_contract";
|
|
3919
3962
|
readonly action: "actionName";
|
|
@@ -3923,7 +3966,7 @@ declare const authorizations$Q: readonly [{
|
|
|
3923
3966
|
/**
|
|
3924
3967
|
* Имя действия
|
|
3925
3968
|
*/
|
|
3926
|
-
declare const actionName$
|
|
3969
|
+
declare const actionName$R = "moderate";
|
|
3927
3970
|
/**
|
|
3928
3971
|
* @interface
|
|
3929
3972
|
*/
|
|
@@ -3931,14 +3974,14 @@ type IModerateRequest = IModerate;
|
|
|
3931
3974
|
|
|
3932
3975
|
type moderateRequest_IModerateRequest = IModerateRequest;
|
|
3933
3976
|
declare namespace moderateRequest {
|
|
3934
|
-
export { type moderateRequest_IModerateRequest as IModerateRequest, actionName$
|
|
3977
|
+
export { type moderateRequest_IModerateRequest as IModerateRequest, actionName$R as actionName, authorizations$R as authorizations };
|
|
3935
3978
|
}
|
|
3936
3979
|
|
|
3937
3980
|
/**
|
|
3938
3981
|
* Имя действия
|
|
3939
3982
|
* Требуется авторизация {@link ContractNames._marketplace | аккаунта контракта маркетплейса}.
|
|
3940
3983
|
*/
|
|
3941
|
-
declare const authorizations$
|
|
3984
|
+
declare const authorizations$Q: readonly [{
|
|
3942
3985
|
readonly permissions: readonly ["active"];
|
|
3943
3986
|
readonly actor: {
|
|
3944
3987
|
readonly production: "marketplace";
|
|
@@ -3948,7 +3991,7 @@ declare const authorizations$P: readonly [{
|
|
|
3948
3991
|
/**
|
|
3949
3992
|
* Имя действия
|
|
3950
3993
|
*/
|
|
3951
|
-
declare const actionName$
|
|
3994
|
+
declare const actionName$Q = "newid";
|
|
3952
3995
|
/**
|
|
3953
3996
|
* @interface
|
|
3954
3997
|
* @private
|
|
@@ -3957,21 +4000,21 @@ type INewRequestId = INewid;
|
|
|
3957
4000
|
|
|
3958
4001
|
type newRequestId_INewRequestId = INewRequestId;
|
|
3959
4002
|
declare namespace newRequestId {
|
|
3960
|
-
export { type newRequestId_INewRequestId as INewRequestId, actionName$
|
|
4003
|
+
export { type newRequestId_INewRequestId as INewRequestId, actionName$Q as actionName, authorizations$Q as authorizations };
|
|
3961
4004
|
}
|
|
3962
4005
|
|
|
3963
4006
|
/**
|
|
3964
4007
|
* Имя действия
|
|
3965
4008
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
3966
4009
|
*/
|
|
3967
|
-
declare const authorizations$
|
|
4010
|
+
declare const authorizations$P: readonly [{
|
|
3968
4011
|
readonly permissions: readonly ["active"];
|
|
3969
4012
|
readonly actor: "_username";
|
|
3970
4013
|
}];
|
|
3971
4014
|
/**
|
|
3972
4015
|
* Имя действия
|
|
3973
4016
|
*/
|
|
3974
|
-
declare const actionName$
|
|
4017
|
+
declare const actionName$P = "dispute";
|
|
3975
4018
|
/**
|
|
3976
4019
|
* @interface
|
|
3977
4020
|
*/
|
|
@@ -3979,14 +4022,14 @@ type IOpenDispute = IDispute;
|
|
|
3979
4022
|
|
|
3980
4023
|
type openDispute_IOpenDispute = IOpenDispute;
|
|
3981
4024
|
declare namespace openDispute {
|
|
3982
|
-
export { type openDispute_IOpenDispute as IOpenDispute, actionName$
|
|
4025
|
+
export { type openDispute_IOpenDispute as IOpenDispute, actionName$P as actionName, authorizations$P as authorizations };
|
|
3983
4026
|
}
|
|
3984
4027
|
|
|
3985
4028
|
/**
|
|
3986
4029
|
* Имя действия
|
|
3987
4030
|
* Требуется авторизация {@link Actors._admin | аккаунта администратора}.
|
|
3988
4031
|
*/
|
|
3989
|
-
declare const authorizations$
|
|
4032
|
+
declare const authorizations$O: readonly [{
|
|
3990
4033
|
readonly permissions: readonly ["active", {
|
|
3991
4034
|
readonly contract: "_contract";
|
|
3992
4035
|
readonly action: "actionName";
|
|
@@ -3996,7 +4039,7 @@ declare const authorizations$N: readonly [{
|
|
|
3996
4039
|
/**
|
|
3997
4040
|
* Имя действия
|
|
3998
4041
|
*/
|
|
3999
|
-
declare const actionName$
|
|
4042
|
+
declare const actionName$O = "prohibit";
|
|
4000
4043
|
/**
|
|
4001
4044
|
* @interface
|
|
4002
4045
|
*/
|
|
@@ -4004,21 +4047,21 @@ type IProhibitRequest = IProhibit;
|
|
|
4004
4047
|
|
|
4005
4048
|
type prohibitRequest_IProhibitRequest = IProhibitRequest;
|
|
4006
4049
|
declare namespace prohibitRequest {
|
|
4007
|
-
export { type prohibitRequest_IProhibitRequest as IProhibitRequest, actionName$
|
|
4050
|
+
export { type prohibitRequest_IProhibitRequest as IProhibitRequest, actionName$O as actionName, authorizations$O as authorizations };
|
|
4008
4051
|
}
|
|
4009
4052
|
|
|
4010
4053
|
/**
|
|
4011
4054
|
* Имя действия
|
|
4012
4055
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4013
4056
|
*/
|
|
4014
|
-
declare const authorizations$
|
|
4057
|
+
declare const authorizations$N: readonly [{
|
|
4015
4058
|
readonly permissions: readonly ["active"];
|
|
4016
4059
|
readonly actor: "_username";
|
|
4017
4060
|
}];
|
|
4018
4061
|
/**
|
|
4019
4062
|
* Имя действия
|
|
4020
4063
|
*/
|
|
4021
|
-
declare const actionName$
|
|
4064
|
+
declare const actionName$N = "publish";
|
|
4022
4065
|
/**
|
|
4023
4066
|
* @interface
|
|
4024
4067
|
*/
|
|
@@ -4026,21 +4069,21 @@ type IPublishRequest = IPublish;
|
|
|
4026
4069
|
|
|
4027
4070
|
type publishRequest_IPublishRequest = IPublishRequest;
|
|
4028
4071
|
declare namespace publishRequest {
|
|
4029
|
-
export { type publishRequest_IPublishRequest as IPublishRequest, actionName$
|
|
4072
|
+
export { type publishRequest_IPublishRequest as IPublishRequest, actionName$N as actionName, authorizations$N as authorizations };
|
|
4030
4073
|
}
|
|
4031
4074
|
|
|
4032
4075
|
/**
|
|
4033
4076
|
* Имя действия
|
|
4034
4077
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4035
4078
|
*/
|
|
4036
|
-
declare const authorizations$
|
|
4079
|
+
declare const authorizations$M: readonly [{
|
|
4037
4080
|
readonly permissions: readonly ["active"];
|
|
4038
4081
|
readonly actor: "_username";
|
|
4039
4082
|
}];
|
|
4040
4083
|
/**
|
|
4041
4084
|
* Имя действия
|
|
4042
4085
|
*/
|
|
4043
|
-
declare const actionName$
|
|
4086
|
+
declare const actionName$M = "recieve";
|
|
4044
4087
|
/**
|
|
4045
4088
|
* @interface
|
|
4046
4089
|
*/
|
|
@@ -4048,21 +4091,21 @@ type IRecieveOnRequest = IRecieve;
|
|
|
4048
4091
|
|
|
4049
4092
|
type recieveOnRequest_IRecieveOnRequest = IRecieveOnRequest;
|
|
4050
4093
|
declare namespace recieveOnRequest {
|
|
4051
|
-
export { type recieveOnRequest_IRecieveOnRequest as IRecieveOnRequest, actionName$
|
|
4094
|
+
export { type recieveOnRequest_IRecieveOnRequest as IRecieveOnRequest, actionName$M as actionName, authorizations$M as authorizations };
|
|
4052
4095
|
}
|
|
4053
4096
|
|
|
4054
4097
|
/**
|
|
4055
4098
|
* Имя действия
|
|
4056
4099
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4057
4100
|
*/
|
|
4058
|
-
declare const authorizations$
|
|
4101
|
+
declare const authorizations$L: readonly [{
|
|
4059
4102
|
readonly permissions: readonly ["active"];
|
|
4060
4103
|
readonly actor: "_username";
|
|
4061
4104
|
}];
|
|
4062
4105
|
/**
|
|
4063
4106
|
* Имя действия
|
|
4064
4107
|
*/
|
|
4065
|
-
declare const actionName$
|
|
4108
|
+
declare const actionName$L = "supply";
|
|
4066
4109
|
/**
|
|
4067
4110
|
* @interface
|
|
4068
4111
|
*/
|
|
@@ -4070,21 +4113,21 @@ type ISupplyOnRequest = ISupply;
|
|
|
4070
4113
|
|
|
4071
4114
|
type supplyOnRequest_ISupplyOnRequest = ISupplyOnRequest;
|
|
4072
4115
|
declare namespace supplyOnRequest {
|
|
4073
|
-
export { type supplyOnRequest_ISupplyOnRequest as ISupplyOnRequest, actionName$
|
|
4116
|
+
export { type supplyOnRequest_ISupplyOnRequest as ISupplyOnRequest, actionName$L as actionName, authorizations$L as authorizations };
|
|
4074
4117
|
}
|
|
4075
4118
|
|
|
4076
4119
|
/**
|
|
4077
4120
|
* Имя действия
|
|
4078
4121
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4079
4122
|
*/
|
|
4080
|
-
declare const authorizations$
|
|
4123
|
+
declare const authorizations$K: readonly [{
|
|
4081
4124
|
readonly permissions: readonly ["active"];
|
|
4082
4125
|
readonly actor: "_username";
|
|
4083
4126
|
}];
|
|
4084
4127
|
/**
|
|
4085
4128
|
* Имя действия
|
|
4086
4129
|
*/
|
|
4087
|
-
declare const actionName$
|
|
4130
|
+
declare const actionName$K = "unpublish";
|
|
4088
4131
|
/**
|
|
4089
4132
|
* @interface
|
|
4090
4133
|
*/
|
|
@@ -4092,21 +4135,21 @@ type IUnpublishRequest = IUnpublish;
|
|
|
4092
4135
|
|
|
4093
4136
|
type unpublishRequest_IUnpublishRequest = IUnpublishRequest;
|
|
4094
4137
|
declare namespace unpublishRequest {
|
|
4095
|
-
export { type unpublishRequest_IUnpublishRequest as IUnpublishRequest, actionName$
|
|
4138
|
+
export { type unpublishRequest_IUnpublishRequest as IUnpublishRequest, actionName$K as actionName, authorizations$K as authorizations };
|
|
4096
4139
|
}
|
|
4097
4140
|
|
|
4098
4141
|
/**
|
|
4099
4142
|
* Имя действия
|
|
4100
4143
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4101
4144
|
*/
|
|
4102
|
-
declare const authorizations$
|
|
4145
|
+
declare const authorizations$J: readonly [{
|
|
4103
4146
|
readonly permissions: readonly ["active"];
|
|
4104
4147
|
readonly actor: "_username";
|
|
4105
4148
|
}];
|
|
4106
4149
|
/**
|
|
4107
4150
|
* Имя действия
|
|
4108
4151
|
*/
|
|
4109
|
-
declare const actionName$
|
|
4152
|
+
declare const actionName$J = "update";
|
|
4110
4153
|
/**
|
|
4111
4154
|
* @interface
|
|
4112
4155
|
*/
|
|
@@ -4114,7 +4157,7 @@ type IUpdateRequest = IUpdate;
|
|
|
4114
4157
|
|
|
4115
4158
|
type updateRequest_IUpdateRequest = IUpdateRequest;
|
|
4116
4159
|
declare namespace updateRequest {
|
|
4117
|
-
export { type updateRequest_IUpdateRequest as IUpdateRequest, actionName$
|
|
4160
|
+
export { type updateRequest_IUpdateRequest as IUpdateRequest, actionName$J as actionName, authorizations$J as authorizations };
|
|
4118
4161
|
}
|
|
4119
4162
|
|
|
4120
4163
|
/**
|
|
@@ -4269,14 +4312,14 @@ declare namespace msig {
|
|
|
4269
4312
|
* Имя действия
|
|
4270
4313
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4271
4314
|
*/
|
|
4272
|
-
declare const authorizations$
|
|
4315
|
+
declare const authorizations$I: readonly [{
|
|
4273
4316
|
readonly permissions: readonly ["active"];
|
|
4274
4317
|
readonly actor: "_username";
|
|
4275
4318
|
}];
|
|
4276
4319
|
/**
|
|
4277
4320
|
* Имя действия
|
|
4278
4321
|
*/
|
|
4279
|
-
declare const actionName$
|
|
4322
|
+
declare const actionName$I = "propose";
|
|
4280
4323
|
/**
|
|
4281
4324
|
* @interface
|
|
4282
4325
|
* @prop proposer - имя аккаунта, создающего предложение.
|
|
@@ -4288,21 +4331,21 @@ type IProposeTransaction = IPropose;
|
|
|
4288
4331
|
|
|
4289
4332
|
type proposeTransaction_IProposeTransaction = IProposeTransaction;
|
|
4290
4333
|
declare namespace proposeTransaction {
|
|
4291
|
-
export { type proposeTransaction_IProposeTransaction as IProposeTransaction, actionName$
|
|
4334
|
+
export { type proposeTransaction_IProposeTransaction as IProposeTransaction, actionName$I as actionName, authorizations$I as authorizations };
|
|
4292
4335
|
}
|
|
4293
4336
|
|
|
4294
4337
|
/**
|
|
4295
4338
|
* Имя действия
|
|
4296
4339
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4297
4340
|
*/
|
|
4298
|
-
declare const authorizations$
|
|
4341
|
+
declare const authorizations$H: readonly [{
|
|
4299
4342
|
readonly permissions: readonly ["active"];
|
|
4300
4343
|
readonly actor: "_username";
|
|
4301
4344
|
}];
|
|
4302
4345
|
/**
|
|
4303
4346
|
* Имя действия
|
|
4304
4347
|
*/
|
|
4305
|
-
declare const actionName$
|
|
4348
|
+
declare const actionName$H = "approve";
|
|
4306
4349
|
/**
|
|
4307
4350
|
* @interface
|
|
4308
4351
|
* @prop proposer - имя аккаунта, предложившего транзакцию.
|
|
@@ -4314,21 +4357,21 @@ type IApproveProposal = IApprove;
|
|
|
4314
4357
|
|
|
4315
4358
|
type approveProposal_IApproveProposal = IApproveProposal;
|
|
4316
4359
|
declare namespace approveProposal {
|
|
4317
|
-
export { type approveProposal_IApproveProposal as IApproveProposal, actionName$
|
|
4360
|
+
export { type approveProposal_IApproveProposal as IApproveProposal, actionName$H as actionName, authorizations$H as authorizations };
|
|
4318
4361
|
}
|
|
4319
4362
|
|
|
4320
4363
|
/**
|
|
4321
4364
|
* Имя действия
|
|
4322
4365
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4323
4366
|
*/
|
|
4324
|
-
declare const authorizations$
|
|
4367
|
+
declare const authorizations$G: readonly [{
|
|
4325
4368
|
readonly permissions: readonly ["active"];
|
|
4326
4369
|
readonly actor: "_username";
|
|
4327
4370
|
}];
|
|
4328
4371
|
/**
|
|
4329
4372
|
* Имя действия
|
|
4330
4373
|
*/
|
|
4331
|
-
declare const actionName$
|
|
4374
|
+
declare const actionName$G = "unapprove";
|
|
4332
4375
|
/**
|
|
4333
4376
|
* @interface
|
|
4334
4377
|
* @prop proposer - имя аккаунта, предложившего транзакцию.
|
|
@@ -4339,21 +4382,21 @@ type IUnapproveProposal = IUnapprove;
|
|
|
4339
4382
|
|
|
4340
4383
|
type unapproveProposal_IUnapproveProposal = IUnapproveProposal;
|
|
4341
4384
|
declare namespace unapproveProposal {
|
|
4342
|
-
export { type unapproveProposal_IUnapproveProposal as IUnapproveProposal, actionName$
|
|
4385
|
+
export { type unapproveProposal_IUnapproveProposal as IUnapproveProposal, actionName$G as actionName, authorizations$G as authorizations };
|
|
4343
4386
|
}
|
|
4344
4387
|
|
|
4345
4388
|
/**
|
|
4346
4389
|
* Имя действия
|
|
4347
4390
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4348
4391
|
*/
|
|
4349
|
-
declare const authorizations$
|
|
4392
|
+
declare const authorizations$F: readonly [{
|
|
4350
4393
|
readonly permissions: readonly ["active"];
|
|
4351
4394
|
readonly actor: "_username";
|
|
4352
4395
|
}];
|
|
4353
4396
|
/**
|
|
4354
4397
|
* Имя действия
|
|
4355
4398
|
*/
|
|
4356
|
-
declare const actionName$
|
|
4399
|
+
declare const actionName$F = "cancel";
|
|
4357
4400
|
/**
|
|
4358
4401
|
* @interface
|
|
4359
4402
|
* @prop proposer - имя аккаунта, предложившего транзакцию.
|
|
@@ -4364,21 +4407,21 @@ type ICancelProposal = ICancel;
|
|
|
4364
4407
|
|
|
4365
4408
|
type cancelProposal_ICancelProposal = ICancelProposal;
|
|
4366
4409
|
declare namespace cancelProposal {
|
|
4367
|
-
export { type cancelProposal_ICancelProposal as ICancelProposal, actionName$
|
|
4410
|
+
export { type cancelProposal_ICancelProposal as ICancelProposal, actionName$F as actionName, authorizations$F as authorizations };
|
|
4368
4411
|
}
|
|
4369
4412
|
|
|
4370
4413
|
/**
|
|
4371
4414
|
* Имя действия
|
|
4372
4415
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4373
4416
|
*/
|
|
4374
|
-
declare const authorizations$
|
|
4417
|
+
declare const authorizations$E: readonly [{
|
|
4375
4418
|
readonly permissions: readonly ["active"];
|
|
4376
4419
|
readonly actor: "_username";
|
|
4377
4420
|
}];
|
|
4378
4421
|
/**
|
|
4379
4422
|
* Имя действия
|
|
4380
4423
|
*/
|
|
4381
|
-
declare const actionName$
|
|
4424
|
+
declare const actionName$E = "exec";
|
|
4382
4425
|
/**
|
|
4383
4426
|
* @interface
|
|
4384
4427
|
* @prop proposer - имя аккаунта, предложившего транзакцию.
|
|
@@ -4389,21 +4432,21 @@ type IExecProposal = IExec$2;
|
|
|
4389
4432
|
|
|
4390
4433
|
type execProposal_IExecProposal = IExecProposal;
|
|
4391
4434
|
declare namespace execProposal {
|
|
4392
|
-
export { type execProposal_IExecProposal as IExecProposal, actionName$
|
|
4435
|
+
export { type execProposal_IExecProposal as IExecProposal, actionName$E as actionName, authorizations$E as authorizations };
|
|
4393
4436
|
}
|
|
4394
4437
|
|
|
4395
4438
|
/**
|
|
4396
4439
|
* Имя действия
|
|
4397
4440
|
* Требуется авторизация {@link Actors._username | аккаунта пользователя}.
|
|
4398
4441
|
*/
|
|
4399
|
-
declare const authorizations$
|
|
4442
|
+
declare const authorizations$D: readonly [{
|
|
4400
4443
|
readonly permissions: readonly ["active"];
|
|
4401
4444
|
readonly actor: "_username";
|
|
4402
4445
|
}];
|
|
4403
4446
|
/**
|
|
4404
4447
|
* Имя действия
|
|
4405
4448
|
*/
|
|
4406
|
-
declare const actionName$
|
|
4449
|
+
declare const actionName$D = "invalidate";
|
|
4407
4450
|
/**
|
|
4408
4451
|
* @interface
|
|
4409
4452
|
*/
|
|
@@ -4411,7 +4454,7 @@ type IInvalidateAccount = IInvalidate;
|
|
|
4411
4454
|
|
|
4412
4455
|
type invalidateAccount_IInvalidateAccount = IInvalidateAccount;
|
|
4413
4456
|
declare namespace invalidateAccount {
|
|
4414
|
-
export { type invalidateAccount_IInvalidateAccount as IInvalidateAccount, actionName$
|
|
4457
|
+
export { type invalidateAccount_IInvalidateAccount as IInvalidateAccount, actionName$D as actionName, authorizations$D as authorizations };
|
|
4415
4458
|
}
|
|
4416
4459
|
|
|
4417
4460
|
/**
|
|
@@ -4574,14 +4617,14 @@ declare namespace wrap {
|
|
|
4574
4617
|
/**
|
|
4575
4618
|
* Требуется авторизация владельца аккаунта executer.
|
|
4576
4619
|
*/
|
|
4577
|
-
declare const authorizations$
|
|
4620
|
+
declare const authorizations$C: readonly [{
|
|
4578
4621
|
readonly permissions: readonly ["active"];
|
|
4579
4622
|
readonly actor: "_username";
|
|
4580
4623
|
}];
|
|
4581
4624
|
/**
|
|
4582
4625
|
* Имя действия
|
|
4583
4626
|
*/
|
|
4584
|
-
declare const actionName$
|
|
4627
|
+
declare const actionName$C = "exec";
|
|
4585
4628
|
/**
|
|
4586
4629
|
* @interface
|
|
4587
4630
|
* @prop executer - аккаунт, выполняющий транзакцию,
|
|
@@ -4591,7 +4634,7 @@ type IExec = IExec$1;
|
|
|
4591
4634
|
|
|
4592
4635
|
type exec_IExec = IExec;
|
|
4593
4636
|
declare namespace exec {
|
|
4594
|
-
export { type exec_IExec as IExec, actionName$
|
|
4637
|
+
export { type exec_IExec as IExec, actionName$C as actionName, authorizations$C as authorizations };
|
|
4595
4638
|
}
|
|
4596
4639
|
|
|
4597
4640
|
/**
|
|
@@ -5117,7 +5160,7 @@ declare namespace system {
|
|
|
5117
5160
|
export type { system_IAbiHash as IAbiHash, system_IActivate as IActivate, system_IAsset as IAsset, system_IAuthority as IAuthority, IBidRefund$1 as IBidRefund, system_IBidname as IBidname, system_IBidrefund as IBidrefund, system_IBlockHeader as IBlockHeader, system_IBlockInfoRecord as IBlockInfoRecord, system_IBlockSigningAuthority as IBlockSigningAuthority, system_IBlockSigningAuthorityV0 as IBlockSigningAuthorityV0, system_IBlockTimestampType as IBlockTimestampType, system_IBlockchainParameters as IBlockchainParameters, system_IBlockchainParametersT as IBlockchainParametersT, system_IBlockchainParametersV1 as IBlockchainParametersV1, system_IBuyram as IBuyram, system_IBuyrambytes as IBuyrambytes, system_IBytes as IBytes, system_ICanceldelay as ICanceldelay, system_ICfgpowerup as ICfgpowerup, system_IChecksum256 as IChecksum256, system_IClaimrewards as IClaimrewards, system_IConnector as IConnector, system_ICreateaccnt as ICreateaccnt, system_IDelegatebw as IDelegatebw, IDelegatedBandwidth$1 as IDelegatedBandwidth, system_IDeleteauth as IDeleteauth, IEmissionState$1 as IEmissionState, system_IEosioGlobalState as IEosioGlobalState, system_IExchangeState as IExchangeState, system_IFloat64 as IFloat64, IInit$1 as IInit, system_IInitemission as IInitemission, system_IInt64 as IInt64, system_IKeyWeight as IKeyWeight, system_ILimitAuthChange as ILimitAuthChange, system_ILimitauthchg as ILimitauthchg, system_ILinkauth as ILinkauth, system_IName as IName, INameBid$1 as INameBid, system_INewaccount as INewaccount, system_IOnblock as IOnblock, system_IOnerror as IOnerror, system_IPermissionLevel as IPermissionLevel, system_IPermissionLevelWeight as IPermissionLevelWeight, IPowerup$1 as IPowerup, system_IPowerupConfig as IPowerupConfig, IPowerupOrder$1 as IPowerupOrder, IPowerupState$1 as IPowerupState, system_IPowerupStateResource as IPowerupStateResource, system_IPowerupexec as IPowerupexec, IProducerInfo$1 as IProducerInfo, system_IProducerKey as IProducerKey, system_IProducerSchedule as IProducerSchedule, system_IPublicKey as IPublicKey, IRamDebtRecord$1 as IRamDebtRecord, IRefund$1 as IRefund, IRefundRequest$1 as IRefundRequest, system_IRegproducer as IRegproducer, system_IRegproducer2 as IRegproducer2, system_IRegproxy as IRegproxy, system_IRmvproducer as IRmvproducer, system_ISellram as ISellram, ISetabi$1 as ISetabi, system_ISetacctcpu as ISetacctcpu, system_ISetacctnet as ISetacctnet, system_ISetacctram as ISetacctram, system_ISetalimits as ISetalimits, system_ISetcode as ISetcode, system_ISetparams as ISetparams, system_ISetpriv as ISetpriv, system_ISetram as ISetram, system_ISetramrate as ISetramrate, system_ISymbol as ISymbol, system_ITimePoint as ITimePoint, system_ITimePointSec as ITimePointSec, system_IUint128 as IUint128, system_IUint16 as IUint16, system_IUint32 as IUint32, system_IUint64 as IUint64, system_IUint8 as IUint8, system_IUndelegatebw as IUndelegatebw, system_IUnlinkauth as IUnlinkauth, system_IUnregprod as IUnregprod, system_IUpdateauth as IUpdateauth, system_IUpdtrevision as IUpdtrevision, IUserResources$1 as IUserResources, system_IVariantBlockSigningAuthorityV0 as IVariantBlockSigningAuthorityV0, system_IVoteproducer as IVoteproducer, IVoterInfo$1 as IVoterInfo, system_IVoteupdate as IVoteupdate, system_IWaitWeight as IWaitWeight, system_IWasmcfg as IWasmcfg };
|
|
5118
5161
|
}
|
|
5119
5162
|
|
|
5120
|
-
declare const authorizations$
|
|
5163
|
+
declare const authorizations$B: readonly [{
|
|
5121
5164
|
readonly permissions: readonly ["active"];
|
|
5122
5165
|
readonly actor: {
|
|
5123
5166
|
readonly production: "eosio";
|
|
@@ -5127,7 +5170,7 @@ declare const authorizations$A: readonly [{
|
|
|
5127
5170
|
/**
|
|
5128
5171
|
* Имя действия
|
|
5129
5172
|
*/
|
|
5130
|
-
declare const actionName$
|
|
5173
|
+
declare const actionName$B = "init";
|
|
5131
5174
|
/**
|
|
5132
5175
|
* @interface
|
|
5133
5176
|
*/
|
|
@@ -5135,17 +5178,17 @@ type IInit = IInit$1;
|
|
|
5135
5178
|
|
|
5136
5179
|
type init_IInit = IInit;
|
|
5137
5180
|
declare namespace init {
|
|
5138
|
-
export { type init_IInit as IInit, actionName$
|
|
5181
|
+
export { type init_IInit as IInit, actionName$B as actionName, authorizations$B as authorizations };
|
|
5139
5182
|
}
|
|
5140
5183
|
|
|
5141
|
-
declare const authorizations$
|
|
5184
|
+
declare const authorizations$A: readonly [{
|
|
5142
5185
|
readonly permissions: readonly ["active"];
|
|
5143
5186
|
readonly actor: "_contract";
|
|
5144
5187
|
}];
|
|
5145
5188
|
/**
|
|
5146
5189
|
* Имя действия
|
|
5147
5190
|
*/
|
|
5148
|
-
declare const actionName$
|
|
5191
|
+
declare const actionName$A = "setcode";
|
|
5149
5192
|
/**
|
|
5150
5193
|
* @interface
|
|
5151
5194
|
*/
|
|
@@ -5153,10 +5196,10 @@ type ISetCode = ISetcode;
|
|
|
5153
5196
|
|
|
5154
5197
|
type setCode_ISetCode = ISetCode;
|
|
5155
5198
|
declare namespace setCode {
|
|
5156
|
-
export { type setCode_ISetCode as ISetCode, actionName$
|
|
5199
|
+
export { type setCode_ISetCode as ISetCode, actionName$A as actionName, authorizations$A as authorizations };
|
|
5157
5200
|
}
|
|
5158
5201
|
|
|
5159
|
-
declare const authorizations$
|
|
5202
|
+
declare const authorizations$z: readonly [{
|
|
5160
5203
|
readonly permissions: readonly ["active"];
|
|
5161
5204
|
readonly actor: {
|
|
5162
5205
|
readonly production: "eosio";
|
|
@@ -5166,7 +5209,7 @@ declare const authorizations$y: readonly [{
|
|
|
5166
5209
|
/**
|
|
5167
5210
|
* Имя действия
|
|
5168
5211
|
*/
|
|
5169
|
-
declare const actionName$
|
|
5212
|
+
declare const actionName$z = "initemission";
|
|
5170
5213
|
/**
|
|
5171
5214
|
* @interface
|
|
5172
5215
|
*/
|
|
@@ -5174,10 +5217,10 @@ type IInitEmission = IInitemission;
|
|
|
5174
5217
|
|
|
5175
5218
|
type initEmission_IInitEmission = IInitEmission;
|
|
5176
5219
|
declare namespace initEmission {
|
|
5177
|
-
export { type initEmission_IInitEmission as IInitEmission, actionName$
|
|
5220
|
+
export { type initEmission_IInitEmission as IInitEmission, actionName$z as actionName, authorizations$z as authorizations };
|
|
5178
5221
|
}
|
|
5179
5222
|
|
|
5180
|
-
declare const authorizations$
|
|
5223
|
+
declare const authorizations$y: readonly [{
|
|
5181
5224
|
readonly permissions: readonly ["active"];
|
|
5182
5225
|
readonly actor: {
|
|
5183
5226
|
readonly production: "eosio";
|
|
@@ -5187,7 +5230,7 @@ declare const authorizations$x: readonly [{
|
|
|
5187
5230
|
/**
|
|
5188
5231
|
* Имя действия
|
|
5189
5232
|
*/
|
|
5190
|
-
declare const actionName$
|
|
5233
|
+
declare const actionName$y = "setacctcpu";
|
|
5191
5234
|
/**
|
|
5192
5235
|
* @interface
|
|
5193
5236
|
*/
|
|
@@ -5195,10 +5238,10 @@ type ISetCPULimits = ISetacctcpu;
|
|
|
5195
5238
|
|
|
5196
5239
|
type setCPULimits_ISetCPULimits = ISetCPULimits;
|
|
5197
5240
|
declare namespace setCPULimits {
|
|
5198
|
-
export { type setCPULimits_ISetCPULimits as ISetCPULimits, actionName$
|
|
5241
|
+
export { type setCPULimits_ISetCPULimits as ISetCPULimits, actionName$y as actionName, authorizations$y as authorizations };
|
|
5199
5242
|
}
|
|
5200
5243
|
|
|
5201
|
-
declare const authorizations$
|
|
5244
|
+
declare const authorizations$x: readonly [{
|
|
5202
5245
|
readonly permissions: readonly ["active"];
|
|
5203
5246
|
readonly actor: {
|
|
5204
5247
|
readonly production: "eosio";
|
|
@@ -5208,7 +5251,7 @@ declare const authorizations$w: readonly [{
|
|
|
5208
5251
|
/**
|
|
5209
5252
|
* Имя действия
|
|
5210
5253
|
*/
|
|
5211
|
-
declare const actionName$
|
|
5254
|
+
declare const actionName$x = "setacctnet";
|
|
5212
5255
|
/**
|
|
5213
5256
|
* @interface
|
|
5214
5257
|
*/
|
|
@@ -5216,10 +5259,10 @@ type ISetNETLimits = ISetacctnet;
|
|
|
5216
5259
|
|
|
5217
5260
|
type setNETLimits_ISetNETLimits = ISetNETLimits;
|
|
5218
5261
|
declare namespace setNETLimits {
|
|
5219
|
-
export { type setNETLimits_ISetNETLimits as ISetNETLimits, actionName$
|
|
5262
|
+
export { type setNETLimits_ISetNETLimits as ISetNETLimits, actionName$x as actionName, authorizations$x as authorizations };
|
|
5220
5263
|
}
|
|
5221
5264
|
|
|
5222
|
-
declare const authorizations$
|
|
5265
|
+
declare const authorizations$w: readonly [{
|
|
5223
5266
|
readonly permissions: readonly ["active"];
|
|
5224
5267
|
readonly actor: {
|
|
5225
5268
|
readonly production: "eosio";
|
|
@@ -5229,7 +5272,7 @@ declare const authorizations$v: readonly [{
|
|
|
5229
5272
|
/**
|
|
5230
5273
|
* Имя действия
|
|
5231
5274
|
*/
|
|
5232
|
-
declare const actionName$
|
|
5275
|
+
declare const actionName$w = "setacctram";
|
|
5233
5276
|
/**
|
|
5234
5277
|
* @interface
|
|
5235
5278
|
*/
|
|
@@ -5237,10 +5280,10 @@ type ISetRAMLimits = ISetacctram;
|
|
|
5237
5280
|
|
|
5238
5281
|
type setRAMLimits_ISetRAMLimits = ISetRAMLimits;
|
|
5239
5282
|
declare namespace setRAMLimits {
|
|
5240
|
-
export { type setRAMLimits_ISetRAMLimits as ISetRAMLimits, actionName$
|
|
5283
|
+
export { type setRAMLimits_ISetRAMLimits as ISetRAMLimits, actionName$w as actionName, authorizations$w as authorizations };
|
|
5241
5284
|
}
|
|
5242
5285
|
|
|
5243
|
-
declare const authorizations$
|
|
5286
|
+
declare const authorizations$v: readonly [{
|
|
5244
5287
|
readonly permissions: readonly ["active"];
|
|
5245
5288
|
readonly actor: {
|
|
5246
5289
|
readonly production: "eosio";
|
|
@@ -5250,7 +5293,7 @@ declare const authorizations$u: readonly [{
|
|
|
5250
5293
|
/**
|
|
5251
5294
|
* Имя действия
|
|
5252
5295
|
*/
|
|
5253
|
-
declare const actionName$
|
|
5296
|
+
declare const actionName$v = "activate";
|
|
5254
5297
|
/**
|
|
5255
5298
|
* @interface
|
|
5256
5299
|
*/
|
|
@@ -5258,17 +5301,17 @@ type IActivateFeature = IActivate;
|
|
|
5258
5301
|
|
|
5259
5302
|
type activateFeature_IActivateFeature = IActivateFeature;
|
|
5260
5303
|
declare namespace activateFeature {
|
|
5261
|
-
export { type activateFeature_IActivateFeature as IActivateFeature, actionName$
|
|
5304
|
+
export { type activateFeature_IActivateFeature as IActivateFeature, actionName$v as actionName, authorizations$v as authorizations };
|
|
5262
5305
|
}
|
|
5263
5306
|
|
|
5264
|
-
declare const authorizations$
|
|
5307
|
+
declare const authorizations$u: readonly [{
|
|
5265
5308
|
readonly permissions: readonly ["active"];
|
|
5266
5309
|
readonly actor: "_username";
|
|
5267
5310
|
}];
|
|
5268
5311
|
/**
|
|
5269
5312
|
* Имя действия
|
|
5270
5313
|
*/
|
|
5271
|
-
declare const actionName$
|
|
5314
|
+
declare const actionName$u = "delegatebw";
|
|
5272
5315
|
/**
|
|
5273
5316
|
* @interface
|
|
5274
5317
|
*/
|
|
@@ -5276,17 +5319,17 @@ type IDelegateBW = IDelegatebw;
|
|
|
5276
5319
|
|
|
5277
5320
|
type delegateBW_IDelegateBW = IDelegateBW;
|
|
5278
5321
|
declare namespace delegateBW {
|
|
5279
|
-
export { type delegateBW_IDelegateBW as IDelegateBW, actionName$
|
|
5322
|
+
export { type delegateBW_IDelegateBW as IDelegateBW, actionName$u as actionName, authorizations$u as authorizations };
|
|
5280
5323
|
}
|
|
5281
5324
|
|
|
5282
|
-
declare const authorizations$
|
|
5325
|
+
declare const authorizations$t: readonly [{
|
|
5283
5326
|
readonly permissions: readonly ["active"];
|
|
5284
5327
|
readonly actor: "_username";
|
|
5285
5328
|
}];
|
|
5286
5329
|
/**
|
|
5287
5330
|
* Имя действия
|
|
5288
5331
|
*/
|
|
5289
|
-
declare const actionName$
|
|
5332
|
+
declare const actionName$t = "undelegatebw";
|
|
5290
5333
|
/**
|
|
5291
5334
|
* @interface
|
|
5292
5335
|
*/
|
|
@@ -5294,17 +5337,17 @@ type IUndelegateBW = IUndelegatebw;
|
|
|
5294
5337
|
|
|
5295
5338
|
type undelegateBW_IUndelegateBW = IUndelegateBW;
|
|
5296
5339
|
declare namespace undelegateBW {
|
|
5297
|
-
export { type undelegateBW_IUndelegateBW as IUndelegateBW, actionName$
|
|
5340
|
+
export { type undelegateBW_IUndelegateBW as IUndelegateBW, actionName$t as actionName, authorizations$t as authorizations };
|
|
5298
5341
|
}
|
|
5299
5342
|
|
|
5300
|
-
declare const authorizations$
|
|
5343
|
+
declare const authorizations$s: readonly [{
|
|
5301
5344
|
readonly permissions: readonly ["active"];
|
|
5302
5345
|
readonly actor: "_username";
|
|
5303
5346
|
}];
|
|
5304
5347
|
/**
|
|
5305
5348
|
* Имя действия
|
|
5306
5349
|
*/
|
|
5307
|
-
declare const actionName$
|
|
5350
|
+
declare const actionName$s = "buyram";
|
|
5308
5351
|
/**
|
|
5309
5352
|
* @interface
|
|
5310
5353
|
*/
|
|
@@ -5312,17 +5355,17 @@ type IBuyRAM = IBuyram;
|
|
|
5312
5355
|
|
|
5313
5356
|
type buyRAM_IBuyRAM = IBuyRAM;
|
|
5314
5357
|
declare namespace buyRAM {
|
|
5315
|
-
export { type buyRAM_IBuyRAM as IBuyRAM, actionName$
|
|
5358
|
+
export { type buyRAM_IBuyRAM as IBuyRAM, actionName$s as actionName, authorizations$s as authorizations };
|
|
5316
5359
|
}
|
|
5317
5360
|
|
|
5318
|
-
declare const authorizations$
|
|
5361
|
+
declare const authorizations$r: readonly [{
|
|
5319
5362
|
readonly permissions: readonly ["active"];
|
|
5320
5363
|
readonly actor: "_username";
|
|
5321
5364
|
}];
|
|
5322
5365
|
/**
|
|
5323
5366
|
* Имя действия
|
|
5324
5367
|
*/
|
|
5325
|
-
declare const actionName$
|
|
5368
|
+
declare const actionName$r = "buyrambytes";
|
|
5326
5369
|
/**
|
|
5327
5370
|
* @interface
|
|
5328
5371
|
*/
|
|
@@ -5330,17 +5373,17 @@ type IBuyRAMBytes = IBuyrambytes;
|
|
|
5330
5373
|
|
|
5331
5374
|
type buyRAMBytes_IBuyRAMBytes = IBuyRAMBytes;
|
|
5332
5375
|
declare namespace buyRAMBytes {
|
|
5333
|
-
export { type buyRAMBytes_IBuyRAMBytes as IBuyRAMBytes, actionName$
|
|
5376
|
+
export { type buyRAMBytes_IBuyRAMBytes as IBuyRAMBytes, actionName$r as actionName, authorizations$r as authorizations };
|
|
5334
5377
|
}
|
|
5335
5378
|
|
|
5336
|
-
declare const authorizations$
|
|
5379
|
+
declare const authorizations$q: readonly [{
|
|
5337
5380
|
readonly permissions: readonly ["active"];
|
|
5338
5381
|
readonly actor: "_username";
|
|
5339
5382
|
}];
|
|
5340
5383
|
/**
|
|
5341
5384
|
* Имя действия
|
|
5342
5385
|
*/
|
|
5343
|
-
declare const actionName$
|
|
5386
|
+
declare const actionName$q = "refund";
|
|
5344
5387
|
/**
|
|
5345
5388
|
* @interface
|
|
5346
5389
|
*/
|
|
@@ -5348,17 +5391,17 @@ type IRefund = IRefund$1;
|
|
|
5348
5391
|
|
|
5349
5392
|
type refund_IRefund = IRefund;
|
|
5350
5393
|
declare namespace refund {
|
|
5351
|
-
export { type refund_IRefund as IRefund, actionName$
|
|
5394
|
+
export { type refund_IRefund as IRefund, actionName$q as actionName, authorizations$q as authorizations };
|
|
5352
5395
|
}
|
|
5353
5396
|
|
|
5354
|
-
declare const authorizations$
|
|
5397
|
+
declare const authorizations$p: readonly [{
|
|
5355
5398
|
readonly permissions: readonly ["active"];
|
|
5356
5399
|
readonly actor: "_username";
|
|
5357
5400
|
}];
|
|
5358
5401
|
/**
|
|
5359
5402
|
* Имя действия
|
|
5360
5403
|
*/
|
|
5361
|
-
declare const actionName$
|
|
5404
|
+
declare const actionName$p = "regproducer";
|
|
5362
5405
|
/**
|
|
5363
5406
|
* @interface
|
|
5364
5407
|
*/
|
|
@@ -5366,17 +5409,17 @@ type IRegisterProducer = IRegproducer;
|
|
|
5366
5409
|
|
|
5367
5410
|
type registerProducer_IRegisterProducer = IRegisterProducer;
|
|
5368
5411
|
declare namespace registerProducer {
|
|
5369
|
-
export { type registerProducer_IRegisterProducer as IRegisterProducer, actionName$
|
|
5412
|
+
export { type registerProducer_IRegisterProducer as IRegisterProducer, actionName$p as actionName, authorizations$p as authorizations };
|
|
5370
5413
|
}
|
|
5371
5414
|
|
|
5372
|
-
declare const authorizations$
|
|
5415
|
+
declare const authorizations$o: readonly [{
|
|
5373
5416
|
readonly permissions: readonly ["active"];
|
|
5374
5417
|
readonly actor: "_username";
|
|
5375
5418
|
}];
|
|
5376
5419
|
/**
|
|
5377
5420
|
* Имя действия
|
|
5378
5421
|
*/
|
|
5379
|
-
declare const actionName$
|
|
5422
|
+
declare const actionName$o = "regproducer2";
|
|
5380
5423
|
/**
|
|
5381
5424
|
* @interface
|
|
5382
5425
|
*/
|
|
@@ -5384,17 +5427,17 @@ type IRegisterProducer2 = IRegproducer2;
|
|
|
5384
5427
|
|
|
5385
5428
|
type registerProducer2_IRegisterProducer2 = IRegisterProducer2;
|
|
5386
5429
|
declare namespace registerProducer2 {
|
|
5387
|
-
export { type registerProducer2_IRegisterProducer2 as IRegisterProducer2, actionName$
|
|
5430
|
+
export { type registerProducer2_IRegisterProducer2 as IRegisterProducer2, actionName$o as actionName, authorizations$o as authorizations };
|
|
5388
5431
|
}
|
|
5389
5432
|
|
|
5390
|
-
declare const authorizations$
|
|
5433
|
+
declare const authorizations$n: readonly [{
|
|
5391
5434
|
readonly permissions: readonly ["active"];
|
|
5392
5435
|
readonly actor: "_username";
|
|
5393
5436
|
}];
|
|
5394
5437
|
/**
|
|
5395
5438
|
* Имя действия
|
|
5396
5439
|
*/
|
|
5397
|
-
declare const actionName$
|
|
5440
|
+
declare const actionName$n = "unregprod";
|
|
5398
5441
|
/**
|
|
5399
5442
|
* @interface
|
|
5400
5443
|
*/
|
|
@@ -5402,10 +5445,10 @@ type IUnregisterProducer = IUnregprod;
|
|
|
5402
5445
|
|
|
5403
5446
|
type unregisterProducer_IUnregisterProducer = IUnregisterProducer;
|
|
5404
5447
|
declare namespace unregisterProducer {
|
|
5405
|
-
export { type unregisterProducer_IUnregisterProducer as IUnregisterProducer, actionName$
|
|
5448
|
+
export { type unregisterProducer_IUnregisterProducer as IUnregisterProducer, actionName$n as actionName, authorizations$n as authorizations };
|
|
5406
5449
|
}
|
|
5407
5450
|
|
|
5408
|
-
declare const authorizations$
|
|
5451
|
+
declare const authorizations$m: readonly [{
|
|
5409
5452
|
readonly permissions: readonly ["active"];
|
|
5410
5453
|
readonly actor: {
|
|
5411
5454
|
readonly production: "eosio";
|
|
@@ -5415,7 +5458,7 @@ declare const authorizations$l: readonly [{
|
|
|
5415
5458
|
/**
|
|
5416
5459
|
* Имя действия
|
|
5417
5460
|
*/
|
|
5418
|
-
declare const actionName$
|
|
5461
|
+
declare const actionName$m = "setram";
|
|
5419
5462
|
/**
|
|
5420
5463
|
* @interface
|
|
5421
5464
|
*/
|
|
@@ -5423,10 +5466,10 @@ type ISetRAM = ISetram;
|
|
|
5423
5466
|
|
|
5424
5467
|
type setTotalRAM_ISetRAM = ISetRAM;
|
|
5425
5468
|
declare namespace setTotalRAM {
|
|
5426
|
-
export { type setTotalRAM_ISetRAM as ISetRAM, actionName$
|
|
5469
|
+
export { type setTotalRAM_ISetRAM as ISetRAM, actionName$m as actionName, authorizations$m as authorizations };
|
|
5427
5470
|
}
|
|
5428
5471
|
|
|
5429
|
-
declare const authorizations$
|
|
5472
|
+
declare const authorizations$l: readonly [{
|
|
5430
5473
|
readonly permissions: readonly ["active"];
|
|
5431
5474
|
readonly actor: {
|
|
5432
5475
|
readonly production: "eosio";
|
|
@@ -5436,7 +5479,7 @@ declare const authorizations$k: readonly [{
|
|
|
5436
5479
|
/**
|
|
5437
5480
|
* Имя действия
|
|
5438
5481
|
*/
|
|
5439
|
-
declare const actionName$
|
|
5482
|
+
declare const actionName$l = "setramrate";
|
|
5440
5483
|
/**
|
|
5441
5484
|
* @interface
|
|
5442
5485
|
*/
|
|
@@ -5444,17 +5487,17 @@ type ISetTotalRAMRate = ISetramrate;
|
|
|
5444
5487
|
|
|
5445
5488
|
type setTotalRAMRate_ISetTotalRAMRate = ISetTotalRAMRate;
|
|
5446
5489
|
declare namespace setTotalRAMRate {
|
|
5447
|
-
export { type setTotalRAMRate_ISetTotalRAMRate as ISetTotalRAMRate, actionName$
|
|
5490
|
+
export { type setTotalRAMRate_ISetTotalRAMRate as ISetTotalRAMRate, actionName$l as actionName, authorizations$l as authorizations };
|
|
5448
5491
|
}
|
|
5449
5492
|
|
|
5450
|
-
declare const authorizations$
|
|
5493
|
+
declare const authorizations$k: readonly [{
|
|
5451
5494
|
readonly permissions: readonly ["active"];
|
|
5452
5495
|
readonly actor: "_username";
|
|
5453
5496
|
}];
|
|
5454
5497
|
/**
|
|
5455
5498
|
* Имя действия
|
|
5456
5499
|
*/
|
|
5457
|
-
declare const actionName$
|
|
5500
|
+
declare const actionName$k = "voteproducer";
|
|
5458
5501
|
/**
|
|
5459
5502
|
* @interface
|
|
5460
5503
|
*/
|
|
@@ -5462,17 +5505,17 @@ type IVoteForProducer = IVoteproducer;
|
|
|
5462
5505
|
|
|
5463
5506
|
type voteForProducer_IVoteForProducer = IVoteForProducer;
|
|
5464
5507
|
declare namespace voteForProducer {
|
|
5465
|
-
export { type voteForProducer_IVoteForProducer as IVoteForProducer, actionName$
|
|
5508
|
+
export { type voteForProducer_IVoteForProducer as IVoteForProducer, actionName$k as actionName, authorizations$k as authorizations };
|
|
5466
5509
|
}
|
|
5467
5510
|
|
|
5468
|
-
declare const authorizations$
|
|
5511
|
+
declare const authorizations$j: readonly [{
|
|
5469
5512
|
readonly permissions: readonly ["active"];
|
|
5470
5513
|
readonly actor: "_username";
|
|
5471
5514
|
}];
|
|
5472
5515
|
/**
|
|
5473
5516
|
* Имя действия
|
|
5474
5517
|
*/
|
|
5475
|
-
declare const actionName$
|
|
5518
|
+
declare const actionName$j = "voteupdate";
|
|
5476
5519
|
/**
|
|
5477
5520
|
* @interface
|
|
5478
5521
|
* @deprecated
|
|
@@ -5481,17 +5524,17 @@ type IVoteUpdate = IVoteupdate;
|
|
|
5481
5524
|
|
|
5482
5525
|
type voteUpdate_IVoteUpdate = IVoteUpdate;
|
|
5483
5526
|
declare namespace voteUpdate {
|
|
5484
|
-
export { type voteUpdate_IVoteUpdate as IVoteUpdate, actionName$
|
|
5527
|
+
export { type voteUpdate_IVoteUpdate as IVoteUpdate, actionName$j as actionName, authorizations$j as authorizations };
|
|
5485
5528
|
}
|
|
5486
5529
|
|
|
5487
|
-
declare const authorizations$
|
|
5530
|
+
declare const authorizations$i: readonly [{
|
|
5488
5531
|
readonly permissions: readonly ["active"];
|
|
5489
5532
|
readonly actor: "_username";
|
|
5490
5533
|
}];
|
|
5491
5534
|
/**
|
|
5492
5535
|
* Имя действия
|
|
5493
5536
|
*/
|
|
5494
|
-
declare const actionName$
|
|
5537
|
+
declare const actionName$i = "regproxy";
|
|
5495
5538
|
/**
|
|
5496
5539
|
* @interface
|
|
5497
5540
|
*/
|
|
@@ -5499,17 +5542,17 @@ type IRegisterProxy = IRegproxy;
|
|
|
5499
5542
|
|
|
5500
5543
|
type registerProxy_IRegisterProxy = IRegisterProxy;
|
|
5501
5544
|
declare namespace registerProxy {
|
|
5502
|
-
export { type registerProxy_IRegisterProxy as IRegisterProxy, actionName$
|
|
5545
|
+
export { type registerProxy_IRegisterProxy as IRegisterProxy, actionName$i as actionName, authorizations$i as authorizations };
|
|
5503
5546
|
}
|
|
5504
5547
|
|
|
5505
|
-
declare const authorizations$
|
|
5548
|
+
declare const authorizations$h: readonly [{
|
|
5506
5549
|
readonly permissions: readonly ["active"];
|
|
5507
5550
|
readonly actor: "_username";
|
|
5508
5551
|
}];
|
|
5509
5552
|
/**
|
|
5510
5553
|
* Имя действия
|
|
5511
5554
|
*/
|
|
5512
|
-
declare const actionName$
|
|
5555
|
+
declare const actionName$h = "claimrewards";
|
|
5513
5556
|
/**
|
|
5514
5557
|
* @interface
|
|
5515
5558
|
*/
|
|
@@ -5517,10 +5560,10 @@ type IClaimRewards = IClaimrewards;
|
|
|
5517
5560
|
|
|
5518
5561
|
type claimRewards_IClaimRewards = IClaimRewards;
|
|
5519
5562
|
declare namespace claimRewards {
|
|
5520
|
-
export { type claimRewards_IClaimRewards as IClaimRewards, actionName$
|
|
5563
|
+
export { type claimRewards_IClaimRewards as IClaimRewards, actionName$h as actionName, authorizations$h as authorizations };
|
|
5521
5564
|
}
|
|
5522
5565
|
|
|
5523
|
-
declare const authorizations$
|
|
5566
|
+
declare const authorizations$g: readonly [{
|
|
5524
5567
|
readonly permissions: readonly ["active"];
|
|
5525
5568
|
readonly actor: {
|
|
5526
5569
|
readonly production: "eosio";
|
|
@@ -5530,7 +5573,7 @@ declare const authorizations$f: readonly [{
|
|
|
5530
5573
|
/**
|
|
5531
5574
|
* Имя действия
|
|
5532
5575
|
*/
|
|
5533
|
-
declare const actionName$
|
|
5576
|
+
declare const actionName$g = "rmvproducer";
|
|
5534
5577
|
/**
|
|
5535
5578
|
* @interface
|
|
5536
5579
|
*/
|
|
@@ -5538,10 +5581,10 @@ type IRemoveProducer = IRmvproducer;
|
|
|
5538
5581
|
|
|
5539
5582
|
type removeProducer_IRemoveProducer = IRemoveProducer;
|
|
5540
5583
|
declare namespace removeProducer {
|
|
5541
|
-
export { type removeProducer_IRemoveProducer as IRemoveProducer, actionName$
|
|
5584
|
+
export { type removeProducer_IRemoveProducer as IRemoveProducer, actionName$g as actionName, authorizations$g as authorizations };
|
|
5542
5585
|
}
|
|
5543
5586
|
|
|
5544
|
-
declare const authorizations$
|
|
5587
|
+
declare const authorizations$f: readonly [{
|
|
5545
5588
|
readonly permissions: readonly ["active"];
|
|
5546
5589
|
readonly actor: {
|
|
5547
5590
|
readonly production: "eosio";
|
|
@@ -5551,7 +5594,7 @@ declare const authorizations$e: readonly [{
|
|
|
5551
5594
|
/**
|
|
5552
5595
|
* Имя действия
|
|
5553
5596
|
*/
|
|
5554
|
-
declare const actionName$
|
|
5597
|
+
declare const actionName$f = "updtrevision";
|
|
5555
5598
|
/**
|
|
5556
5599
|
* @interface
|
|
5557
5600
|
*/
|
|
@@ -5559,17 +5602,17 @@ type IUpdateRevision = IUpdtrevision;
|
|
|
5559
5602
|
|
|
5560
5603
|
type updateRevision_IUpdateRevision = IUpdateRevision;
|
|
5561
5604
|
declare namespace updateRevision {
|
|
5562
|
-
export { type updateRevision_IUpdateRevision as IUpdateRevision, actionName$
|
|
5605
|
+
export { type updateRevision_IUpdateRevision as IUpdateRevision, actionName$f as actionName, authorizations$f as authorizations };
|
|
5563
5606
|
}
|
|
5564
5607
|
|
|
5565
|
-
declare const authorizations$
|
|
5608
|
+
declare const authorizations$e: readonly [{
|
|
5566
5609
|
readonly permissions: readonly ["active"];
|
|
5567
5610
|
readonly actor: "_username";
|
|
5568
5611
|
}];
|
|
5569
5612
|
/**
|
|
5570
5613
|
* Имя действия
|
|
5571
5614
|
*/
|
|
5572
|
-
declare const actionName$
|
|
5615
|
+
declare const actionName$e = "bidname";
|
|
5573
5616
|
/**
|
|
5574
5617
|
* @interface
|
|
5575
5618
|
*/
|
|
@@ -5577,17 +5620,17 @@ type IBidName = IBidname;
|
|
|
5577
5620
|
|
|
5578
5621
|
type bidName_IBidName = IBidName;
|
|
5579
5622
|
declare namespace bidName {
|
|
5580
|
-
export { type bidName_IBidName as IBidName, actionName$
|
|
5623
|
+
export { type bidName_IBidName as IBidName, actionName$e as actionName, authorizations$e as authorizations };
|
|
5581
5624
|
}
|
|
5582
5625
|
|
|
5583
|
-
declare const authorizations$
|
|
5626
|
+
declare const authorizations$d: readonly [{
|
|
5584
5627
|
readonly permissions: readonly ["active"];
|
|
5585
5628
|
readonly actor: "_username";
|
|
5586
5629
|
}];
|
|
5587
5630
|
/**
|
|
5588
5631
|
* Имя действия
|
|
5589
5632
|
*/
|
|
5590
|
-
declare const actionName$
|
|
5633
|
+
declare const actionName$d = "bidrefund";
|
|
5591
5634
|
/**
|
|
5592
5635
|
* @interface
|
|
5593
5636
|
*/
|
|
@@ -5595,10 +5638,10 @@ type IBidNameRefund = IBidRefund$1;
|
|
|
5595
5638
|
|
|
5596
5639
|
type bidNameRefund_IBidNameRefund = IBidNameRefund;
|
|
5597
5640
|
declare namespace bidNameRefund {
|
|
5598
|
-
export { type bidNameRefund_IBidNameRefund as IBidNameRefund, actionName$
|
|
5641
|
+
export { type bidNameRefund_IBidNameRefund as IBidNameRefund, actionName$d as actionName, authorizations$d as authorizations };
|
|
5599
5642
|
}
|
|
5600
5643
|
|
|
5601
|
-
declare const authorizations$
|
|
5644
|
+
declare const authorizations$c: readonly [{
|
|
5602
5645
|
readonly permissions: readonly ["active"];
|
|
5603
5646
|
readonly actor: {
|
|
5604
5647
|
readonly production: "eosio";
|
|
@@ -5608,7 +5651,7 @@ declare const authorizations$b: readonly [{
|
|
|
5608
5651
|
/**
|
|
5609
5652
|
* Имя действия
|
|
5610
5653
|
*/
|
|
5611
|
-
declare const actionName$
|
|
5654
|
+
declare const actionName$c = "setpriv";
|
|
5612
5655
|
/**
|
|
5613
5656
|
* @interface
|
|
5614
5657
|
*/
|
|
@@ -5616,10 +5659,10 @@ type ISetPrivileged = ISetpriv;
|
|
|
5616
5659
|
|
|
5617
5660
|
type setPrivileged_ISetPrivileged = ISetPrivileged;
|
|
5618
5661
|
declare namespace setPrivileged {
|
|
5619
|
-
export { type setPrivileged_ISetPrivileged as ISetPrivileged, actionName$
|
|
5662
|
+
export { type setPrivileged_ISetPrivileged as ISetPrivileged, actionName$c as actionName, authorizations$c as authorizations };
|
|
5620
5663
|
}
|
|
5621
5664
|
|
|
5622
|
-
declare const authorizations$
|
|
5665
|
+
declare const authorizations$b: readonly [{
|
|
5623
5666
|
readonly permissions: readonly ["active"];
|
|
5624
5667
|
readonly actor: {
|
|
5625
5668
|
readonly production: "eosio";
|
|
@@ -5629,7 +5672,7 @@ declare const authorizations$a: readonly [{
|
|
|
5629
5672
|
/**
|
|
5630
5673
|
* Имя действия
|
|
5631
5674
|
*/
|
|
5632
|
-
declare const actionName$
|
|
5675
|
+
declare const actionName$b = "setalimits";
|
|
5633
5676
|
/**
|
|
5634
5677
|
* @interface
|
|
5635
5678
|
*/
|
|
@@ -5637,10 +5680,10 @@ type ISetAccountLimits = ISetalimits;
|
|
|
5637
5680
|
|
|
5638
5681
|
type setAccountLimits_ISetAccountLimits = ISetAccountLimits;
|
|
5639
5682
|
declare namespace setAccountLimits {
|
|
5640
|
-
export { type setAccountLimits_ISetAccountLimits as ISetAccountLimits, actionName$
|
|
5683
|
+
export { type setAccountLimits_ISetAccountLimits as ISetAccountLimits, actionName$b as actionName, authorizations$b as authorizations };
|
|
5641
5684
|
}
|
|
5642
5685
|
|
|
5643
|
-
declare const authorizations$
|
|
5686
|
+
declare const authorizations$a: readonly [{
|
|
5644
5687
|
readonly permissions: readonly ["active"];
|
|
5645
5688
|
readonly actor: {
|
|
5646
5689
|
readonly production: "eosio";
|
|
@@ -5650,7 +5693,7 @@ declare const authorizations$9: readonly [{
|
|
|
5650
5693
|
/**
|
|
5651
5694
|
* Имя действия
|
|
5652
5695
|
*/
|
|
5653
|
-
declare const actionName$
|
|
5696
|
+
declare const actionName$a = "setparams";
|
|
5654
5697
|
/**
|
|
5655
5698
|
* @interface
|
|
5656
5699
|
*/
|
|
@@ -5658,10 +5701,10 @@ type ISetParams = ISetparams;
|
|
|
5658
5701
|
|
|
5659
5702
|
type setParams_ISetParams = ISetParams;
|
|
5660
5703
|
declare namespace setParams {
|
|
5661
|
-
export { type setParams_ISetParams as ISetParams, actionName$
|
|
5704
|
+
export { type setParams_ISetParams as ISetParams, actionName$a as actionName, authorizations$a as authorizations };
|
|
5662
5705
|
}
|
|
5663
5706
|
|
|
5664
|
-
declare const authorizations$
|
|
5707
|
+
declare const authorizations$9: readonly [{
|
|
5665
5708
|
readonly permissions: readonly ["active"];
|
|
5666
5709
|
readonly actor: {
|
|
5667
5710
|
readonly production: "eosio";
|
|
@@ -5671,7 +5714,7 @@ declare const authorizations$8: readonly [{
|
|
|
5671
5714
|
/**
|
|
5672
5715
|
* Имя действия
|
|
5673
5716
|
*/
|
|
5674
|
-
declare const actionName$
|
|
5717
|
+
declare const actionName$9 = "cfgpowerup";
|
|
5675
5718
|
/**
|
|
5676
5719
|
* @interface
|
|
5677
5720
|
*/
|
|
@@ -5679,17 +5722,17 @@ type IInitPowerup = ICfgpowerup;
|
|
|
5679
5722
|
|
|
5680
5723
|
type initPowerup_IInitPowerup = IInitPowerup;
|
|
5681
5724
|
declare namespace initPowerup {
|
|
5682
|
-
export { type initPowerup_IInitPowerup as IInitPowerup, actionName$
|
|
5725
|
+
export { type initPowerup_IInitPowerup as IInitPowerup, actionName$9 as actionName, authorizations$9 as authorizations };
|
|
5683
5726
|
}
|
|
5684
5727
|
|
|
5685
|
-
declare const authorizations$
|
|
5728
|
+
declare const authorizations$8: readonly [{
|
|
5686
5729
|
readonly permissions: readonly ["active"];
|
|
5687
5730
|
readonly actor: "_username";
|
|
5688
5731
|
}];
|
|
5689
5732
|
/**
|
|
5690
5733
|
* Имя действия
|
|
5691
5734
|
*/
|
|
5692
|
-
declare const actionName$
|
|
5735
|
+
declare const actionName$8 = "powerupexec";
|
|
5693
5736
|
/**
|
|
5694
5737
|
* @interface
|
|
5695
5738
|
*/
|
|
@@ -5697,17 +5740,17 @@ type IExecPowerup = IPowerupexec;
|
|
|
5697
5740
|
|
|
5698
5741
|
type execPowerup_IExecPowerup = IExecPowerup;
|
|
5699
5742
|
declare namespace execPowerup {
|
|
5700
|
-
export { type execPowerup_IExecPowerup as IExecPowerup, actionName$
|
|
5743
|
+
export { type execPowerup_IExecPowerup as IExecPowerup, actionName$8 as actionName, authorizations$8 as authorizations };
|
|
5701
5744
|
}
|
|
5702
5745
|
|
|
5703
|
-
declare const authorizations$
|
|
5746
|
+
declare const authorizations$7: readonly [{
|
|
5704
5747
|
readonly permissions: readonly ["active"];
|
|
5705
5748
|
readonly actor: "_username";
|
|
5706
5749
|
}];
|
|
5707
5750
|
/**
|
|
5708
5751
|
* Имя действия
|
|
5709
5752
|
*/
|
|
5710
|
-
declare const actionName$
|
|
5753
|
+
declare const actionName$7 = "powerup";
|
|
5711
5754
|
/**
|
|
5712
5755
|
* @interface
|
|
5713
5756
|
*/
|
|
@@ -5715,10 +5758,10 @@ type IPowerup = IPowerup$1;
|
|
|
5715
5758
|
|
|
5716
5759
|
type powerup_IPowerup = IPowerup;
|
|
5717
5760
|
declare namespace powerup {
|
|
5718
|
-
export { type powerup_IPowerup as IPowerup, actionName$
|
|
5761
|
+
export { type powerup_IPowerup as IPowerup, actionName$7 as actionName, authorizations$7 as authorizations };
|
|
5719
5762
|
}
|
|
5720
5763
|
|
|
5721
|
-
declare const authorizations$
|
|
5764
|
+
declare const authorizations$6: readonly [{
|
|
5722
5765
|
readonly permissions: readonly ["active"];
|
|
5723
5766
|
readonly actor: {
|
|
5724
5767
|
readonly production: "eosio";
|
|
@@ -5734,7 +5777,7 @@ declare const authorizations$5: readonly [{
|
|
|
5734
5777
|
/**
|
|
5735
5778
|
* Имя действия
|
|
5736
5779
|
*/
|
|
5737
|
-
declare const actionName$
|
|
5780
|
+
declare const actionName$6 = "newaccount";
|
|
5738
5781
|
/**
|
|
5739
5782
|
* @interface
|
|
5740
5783
|
*/
|
|
@@ -5742,7 +5785,28 @@ type INewAccount = INewaccount;
|
|
|
5742
5785
|
|
|
5743
5786
|
type newAccount_INewAccount = INewAccount;
|
|
5744
5787
|
declare namespace newAccount {
|
|
5745
|
-
export { type newAccount_INewAccount as INewAccount, actionName$
|
|
5788
|
+
export { type newAccount_INewAccount as INewAccount, actionName$6 as actionName, authorizations$6 as authorizations };
|
|
5789
|
+
}
|
|
5790
|
+
|
|
5791
|
+
declare const authorizations$5: readonly [{
|
|
5792
|
+
readonly permissions: readonly ["active"];
|
|
5793
|
+
readonly actor: {
|
|
5794
|
+
readonly production: "registrator";
|
|
5795
|
+
readonly testnet: "regtest22222";
|
|
5796
|
+
};
|
|
5797
|
+
}];
|
|
5798
|
+
/**
|
|
5799
|
+
* Имя действия
|
|
5800
|
+
*/
|
|
5801
|
+
declare const actionName$5 = "createaccnt";
|
|
5802
|
+
/**
|
|
5803
|
+
* @interface
|
|
5804
|
+
*/
|
|
5805
|
+
type ICreateAccount = ICreateaccnt;
|
|
5806
|
+
|
|
5807
|
+
type createAccount_ICreateAccount = ICreateAccount;
|
|
5808
|
+
declare namespace createAccount {
|
|
5809
|
+
export { type createAccount_ICreateAccount as ICreateAccount, actionName$5 as actionName, authorizations$5 as authorizations };
|
|
5746
5810
|
}
|
|
5747
5811
|
|
|
5748
5812
|
declare const authorizations$4: readonly [{
|
|
@@ -5842,7 +5906,7 @@ declare namespace cancelDelay {
|
|
|
5842
5906
|
*/
|
|
5843
5907
|
|
|
5844
5908
|
declare namespace index$2 {
|
|
5845
|
-
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, 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 };
|
|
5909
|
+
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 };
|
|
5846
5910
|
}
|
|
5847
5911
|
|
|
5848
5912
|
/**
|