cooptypes 0.5.8 → 0.5.10
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 +188 -168
- package/dist/index.d.cts +194 -150
- package/dist/index.d.mts +194 -150
- package/dist/index.d.ts +194 -150
- package/dist/index.mjs +188 -168
- package/package.json +1 -1
package/dist/index.d.mts
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$29: 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$29 = "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$29 as actionName, authorizations$29 as authorizations };
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare const authorizations$
|
|
222
|
+
declare const authorizations$28: 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$28 = "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$28 as actionName, authorizations$28 as authorizations };
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
declare const authorizations$
|
|
243
|
+
declare const authorizations$27: 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$27 = "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$27 as actionName, authorizations$27 as authorizations };
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
declare const authorizations$
|
|
264
|
+
declare const authorizations$26: 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$26 = "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$26 as actionName, authorizations$26 as authorizations };
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
declare const authorizations$
|
|
285
|
+
declare const authorizations$25: 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$25 = "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$25 as actionName, authorizations$25 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$24: 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$24 = "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$24 as actionName, authorizations$24 as authorizations };
|
|
545
545
|
}
|
|
546
546
|
|
|
547
|
-
declare const authorizations$
|
|
547
|
+
declare const authorizations$23: 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$23 = "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$23 as actionName, authorizations$23 as authorizations };
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
declare const authorizations$
|
|
568
|
+
declare const authorizations$22: 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$22 = "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$22 as actionName, authorizations$22 as authorizations };
|
|
587
587
|
}
|
|
588
588
|
|
|
589
|
-
declare const authorizations$
|
|
589
|
+
declare const authorizations$21: 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$21 = "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$21 as actionName, authorizations$21 as authorizations };
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
declare const authorizations$
|
|
610
|
+
declare const authorizations$20: 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$20 = "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$20 as actionName, authorizations$20 as authorizations };
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
-
declare const authorizations$
|
|
630
|
+
declare const authorizations$1$: 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$1$ = "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$1$ as actionName, authorizations$1$ 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$1Z: 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$1Z = "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$1Z as actionName, authorizations$1Z as authorizations };
|
|
688
688
|
}
|
|
689
689
|
|
|
690
|
-
declare const authorizations$
|
|
690
|
+
declare const authorizations$1Y: 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$1Y = "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$1Y as actionName, authorizations$1Y as authorizations };
|
|
706
706
|
}
|
|
707
707
|
|
|
708
|
-
declare const authorizations$
|
|
708
|
+
declare const authorizations$1X: 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$1X = "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$1X as actionName, authorizations$1X 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$1W: 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$1W = "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$1W as actionName, authorizations$1W as authorizations };
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
declare const authorizations$
|
|
759
|
+
declare const authorizations$1V: 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$1V = "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$1V as actionName, authorizations$1V as authorizations };
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
declare const authorizations$
|
|
779
|
+
declare const authorizations$1U: 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$1U = "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$1U as actionName, authorizations$1U as authorizations };
|
|
798
798
|
}
|
|
799
799
|
|
|
800
|
-
declare const authorizations$
|
|
800
|
+
declare const authorizations$1T: 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$1T = "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$1T as actionName, authorizations$1T as authorizations };
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
declare const authorizations$
|
|
827
|
+
declare const authorizations$1S: 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$1S = "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$1S as actionName, authorizations$1S 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$1R: 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$1R = "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$1R as actionName, authorizations$1R 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$1Q: 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$1Q = "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$1Q as actionName, authorizations$1Q 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$1P: 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$1P = "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$1P as actionName, authorizations$1P 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$1O: 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$1O = "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$1O as actionName, authorizations$1O 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$1N: 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$1N = "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$1N as actionName, authorizations$1N 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$1M: 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$1M = "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$1M as actionName, authorizations$1M 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$1L: 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$1L = "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$1L as actionName, authorizations$1L 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$1K: 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$1K = "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$1K as actionName, authorizations$1K 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$1J: 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$1J = "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$1J as actionName, authorizations$1J as authorizations };
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
|
-
declare const authorizations$
|
|
1506
|
+
declare const authorizations$1I: 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$1I = "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$1I as actionName, authorizations$1I 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$1H: readonly [{
|
|
1528
1528
|
readonly permissions: readonly ["active", {
|
|
1529
1529
|
readonly contract: "_contract";
|
|
1530
1530
|
readonly action: "actionName";
|
|
@@ -1534,7 +1534,7 @@ declare const authorizations$1F: readonly [{
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* Имя действия
|
|
1536
1536
|
*/
|
|
1537
|
-
declare const actionName$
|
|
1537
|
+
declare const actionName$1H = "newaccount";
|
|
1538
1538
|
/**
|
|
1539
1539
|
* @interface
|
|
1540
1540
|
*/
|
|
@@ -1542,10 +1542,10 @@ type ICreateAccount = INewaccount$1;
|
|
|
1542
1542
|
|
|
1543
1543
|
type createAccount_ICreateAccount = ICreateAccount;
|
|
1544
1544
|
declare namespace createAccount {
|
|
1545
|
-
export { type createAccount_ICreateAccount as ICreateAccount, actionName$
|
|
1545
|
+
export { type createAccount_ICreateAccount as ICreateAccount, actionName$1H as actionName, authorizations$1H as authorizations };
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
-
declare const authorizations$
|
|
1548
|
+
declare const authorizations$1G: readonly [{
|
|
1549
1549
|
readonly permissions: readonly ["active", {
|
|
1550
1550
|
readonly contract: "_contract";
|
|
1551
1551
|
readonly action: "actionName";
|
|
@@ -1555,7 +1555,7 @@ declare const authorizations$1E: readonly [{
|
|
|
1555
1555
|
/**
|
|
1556
1556
|
* Имя действия
|
|
1557
1557
|
*/
|
|
1558
|
-
declare const actionName$
|
|
1558
|
+
declare const actionName$1G = "regorg";
|
|
1559
1559
|
/**
|
|
1560
1560
|
* @interface
|
|
1561
1561
|
*/
|
|
@@ -1563,10 +1563,10 @@ type IRegisterOrganization = IRegorg;
|
|
|
1563
1563
|
|
|
1564
1564
|
type registerOrganization_IRegisterOrganization = IRegisterOrganization;
|
|
1565
1565
|
declare namespace registerOrganization {
|
|
1566
|
-
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$
|
|
1566
|
+
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$1G as actionName, authorizations$1G as authorizations };
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
|
-
declare const authorizations$
|
|
1569
|
+
declare const authorizations$1F: readonly [{
|
|
1570
1570
|
readonly permissions: readonly ["active"];
|
|
1571
1571
|
readonly actor: {
|
|
1572
1572
|
readonly production: "eosio";
|
|
@@ -1576,7 +1576,7 @@ declare const authorizations$1D: readonly [{
|
|
|
1576
1576
|
/**
|
|
1577
1577
|
* Имя действия
|
|
1578
1578
|
*/
|
|
1579
|
-
declare const actionName$
|
|
1579
|
+
declare const actionName$1F = "changekey";
|
|
1580
1580
|
/**
|
|
1581
1581
|
* @interface
|
|
1582
1582
|
*/
|
|
@@ -1584,13 +1584,13 @@ type IChangeKey = IChangekey;
|
|
|
1584
1584
|
|
|
1585
1585
|
type changeKey_IChangeKey = IChangeKey;
|
|
1586
1586
|
declare namespace changeKey {
|
|
1587
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1587
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$1F as actionName, authorizations$1F as authorizations };
|
|
1588
1588
|
}
|
|
1589
1589
|
|
|
1590
1590
|
/**
|
|
1591
1591
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1592
1592
|
*/
|
|
1593
|
-
declare const authorizations$
|
|
1593
|
+
declare const authorizations$1E: readonly [{
|
|
1594
1594
|
readonly permissions: readonly ["active", {
|
|
1595
1595
|
readonly contract: "_contract";
|
|
1596
1596
|
readonly action: "actionName";
|
|
@@ -1603,7 +1603,7 @@ declare const authorizations$1C: readonly [{
|
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Имя действия
|
|
1605
1605
|
*/
|
|
1606
|
-
declare const actionName$
|
|
1606
|
+
declare const actionName$1E = "joincoop";
|
|
1607
1607
|
/**
|
|
1608
1608
|
* @interface
|
|
1609
1609
|
*/
|
|
@@ -1611,13 +1611,13 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1611
1611
|
|
|
1612
1612
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1613
1613
|
declare namespace joinCooperative {
|
|
1614
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1614
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$1E as actionName, authorizations$1E as authorizations };
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
1617
|
/**
|
|
1618
1618
|
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1619
1619
|
*/
|
|
1620
|
-
declare const authorizations$
|
|
1620
|
+
declare const authorizations$1D: readonly [{
|
|
1621
1621
|
readonly permissions: readonly ["active"];
|
|
1622
1622
|
readonly actor: {
|
|
1623
1623
|
readonly production: "soviet";
|
|
@@ -1627,7 +1627,7 @@ declare const authorizations$1B: readonly [{
|
|
|
1627
1627
|
/**
|
|
1628
1628
|
* Имя действия
|
|
1629
1629
|
*/
|
|
1630
|
-
declare const actionName$
|
|
1630
|
+
declare const actionName$1D = "confirmreg";
|
|
1631
1631
|
/**
|
|
1632
1632
|
* @interface
|
|
1633
1633
|
*/
|
|
@@ -1635,7 +1635,27 @@ type IConfirmJoin = IConfirmreg;
|
|
|
1635
1635
|
|
|
1636
1636
|
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1637
1637
|
declare namespace confirmJoin {
|
|
1638
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$
|
|
1638
|
+
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$1D as actionName, authorizations$1D as authorizations };
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
declare const authorizations$1C: readonly [{
|
|
1642
|
+
readonly permissions: readonly ["active"];
|
|
1643
|
+
readonly actor: {
|
|
1644
|
+
readonly production: "eosio";
|
|
1645
|
+
readonly testnet: "eosio";
|
|
1646
|
+
};
|
|
1647
|
+
}];
|
|
1648
|
+
/**
|
|
1649
|
+
* Имя действия
|
|
1650
|
+
*/
|
|
1651
|
+
declare const actionName$1C = "init";
|
|
1652
|
+
/**
|
|
1653
|
+
* @interface
|
|
1654
|
+
*/
|
|
1655
|
+
type IInit$3 = IInit$4;
|
|
1656
|
+
|
|
1657
|
+
declare namespace init$1 {
|
|
1658
|
+
export { type IInit$3 as IInit, actionName$1C as actionName, authorizations$1C as authorizations };
|
|
1639
1659
|
}
|
|
1640
1660
|
|
|
1641
1661
|
/**
|
|
@@ -1643,7 +1663,7 @@ declare namespace confirmJoin {
|
|
|
1643
1663
|
*/
|
|
1644
1664
|
|
|
1645
1665
|
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 };
|
|
1666
|
+
export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount as CreateAccount, init$1 as Init, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
|
|
1647
1667
|
}
|
|
1648
1668
|
|
|
1649
1669
|
/**
|
|
@@ -1752,14 +1772,14 @@ declare namespace token {
|
|
|
1752
1772
|
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
1773
|
}
|
|
1754
1774
|
|
|
1755
|
-
declare const authorizations$
|
|
1775
|
+
declare const authorizations$1B: readonly [{
|
|
1756
1776
|
readonly permissions: readonly ["active"];
|
|
1757
1777
|
readonly actor: "_username";
|
|
1758
1778
|
}];
|
|
1759
1779
|
/**
|
|
1760
1780
|
* Имя действия
|
|
1761
1781
|
*/
|
|
1762
|
-
declare const actionName$
|
|
1782
|
+
declare const actionName$1B = "transfer";
|
|
1763
1783
|
/**
|
|
1764
1784
|
* @interface
|
|
1765
1785
|
*/
|
|
@@ -1767,17 +1787,17 @@ type ITransfer = ITransfer$1;
|
|
|
1767
1787
|
|
|
1768
1788
|
type transfer_ITransfer = ITransfer;
|
|
1769
1789
|
declare namespace transfer {
|
|
1770
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
1790
|
+
export { type transfer_ITransfer as ITransfer, actionName$1B as actionName, authorizations$1B as authorizations };
|
|
1771
1791
|
}
|
|
1772
1792
|
|
|
1773
|
-
declare const authorizations$
|
|
1793
|
+
declare const authorizations$1A: readonly [{
|
|
1774
1794
|
readonly permissions: readonly ["active"];
|
|
1775
1795
|
readonly actor: "_username";
|
|
1776
1796
|
}];
|
|
1777
1797
|
/**
|
|
1778
1798
|
* Имя действия
|
|
1779
1799
|
*/
|
|
1780
|
-
declare const actionName$
|
|
1800
|
+
declare const actionName$1A = "open";
|
|
1781
1801
|
/**
|
|
1782
1802
|
* @interface
|
|
1783
1803
|
*/
|
|
@@ -1785,7 +1805,7 @@ type IOpen = IOpen$1;
|
|
|
1785
1805
|
|
|
1786
1806
|
type open_IOpen = IOpen;
|
|
1787
1807
|
declare namespace open {
|
|
1788
|
-
export { type open_IOpen as IOpen, actionName$
|
|
1808
|
+
export { type open_IOpen as IOpen, actionName$1A as actionName, authorizations$1A as authorizations };
|
|
1789
1809
|
}
|
|
1790
1810
|
|
|
1791
1811
|
/**
|
|
@@ -1795,28 +1815,28 @@ type IClose = IClose$1;
|
|
|
1795
1815
|
/**
|
|
1796
1816
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1797
1817
|
*/
|
|
1798
|
-
declare const authorizations$
|
|
1818
|
+
declare const authorizations$1z: readonly [{
|
|
1799
1819
|
readonly permissions: readonly ["active"];
|
|
1800
1820
|
readonly actor: "_username";
|
|
1801
1821
|
}];
|
|
1802
1822
|
/**
|
|
1803
1823
|
* Имя действия
|
|
1804
1824
|
*/
|
|
1805
|
-
declare const actionName$
|
|
1825
|
+
declare const actionName$1z = "close";
|
|
1806
1826
|
|
|
1807
1827
|
type close_IClose = IClose;
|
|
1808
1828
|
declare namespace close {
|
|
1809
|
-
export { type close_IClose as IClose, actionName$
|
|
1829
|
+
export { type close_IClose as IClose, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
1810
1830
|
}
|
|
1811
1831
|
|
|
1812
|
-
declare const authorizations$
|
|
1832
|
+
declare const authorizations$1y: readonly [{
|
|
1813
1833
|
readonly permissions: readonly ["active"];
|
|
1814
1834
|
readonly actor: "_system";
|
|
1815
1835
|
}];
|
|
1816
1836
|
/**
|
|
1817
1837
|
* Имя действия
|
|
1818
1838
|
*/
|
|
1819
|
-
declare const actionName$
|
|
1839
|
+
declare const actionName$1y = "create";
|
|
1820
1840
|
/**
|
|
1821
1841
|
* @interface
|
|
1822
1842
|
*/
|
|
@@ -1824,20 +1844,20 @@ type ICreate = ICreate$1;
|
|
|
1824
1844
|
|
|
1825
1845
|
type create_ICreate = ICreate;
|
|
1826
1846
|
declare namespace create {
|
|
1827
|
-
export { type create_ICreate as ICreate, actionName$
|
|
1847
|
+
export { type create_ICreate as ICreate, actionName$1y as actionName, authorizations$1y as authorizations };
|
|
1828
1848
|
}
|
|
1829
1849
|
|
|
1830
1850
|
/**
|
|
1831
1851
|
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1832
1852
|
*/
|
|
1833
|
-
declare const authorizations$
|
|
1853
|
+
declare const authorizations$1x: readonly [{
|
|
1834
1854
|
readonly permissions: readonly ["active"];
|
|
1835
1855
|
readonly actor: "currencyStats.issuer";
|
|
1836
1856
|
}];
|
|
1837
1857
|
/**
|
|
1838
1858
|
* Имя действия
|
|
1839
1859
|
*/
|
|
1840
|
-
declare const actionName$
|
|
1860
|
+
declare const actionName$1x = "issue";
|
|
1841
1861
|
/**
|
|
1842
1862
|
* @interface
|
|
1843
1863
|
*/
|
|
@@ -1845,20 +1865,20 @@ type IIssue = IIssue$1;
|
|
|
1845
1865
|
|
|
1846
1866
|
type issue_IIssue = IIssue;
|
|
1847
1867
|
declare namespace issue {
|
|
1848
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
1868
|
+
export { type issue_IIssue as IIssue, actionName$1x as actionName, authorizations$1x as authorizations };
|
|
1849
1869
|
}
|
|
1850
1870
|
|
|
1851
1871
|
/**
|
|
1852
1872
|
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная {@link create.ICreate | при создании токена}.
|
|
1853
1873
|
*/
|
|
1854
|
-
declare const authorizations$
|
|
1874
|
+
declare const authorizations$1w: readonly [{
|
|
1855
1875
|
readonly permissions: readonly ["active"];
|
|
1856
1876
|
readonly actor: "currencyStats.issuer";
|
|
1857
1877
|
}];
|
|
1858
1878
|
/**
|
|
1859
1879
|
* Имя действия
|
|
1860
1880
|
*/
|
|
1861
|
-
declare const actionName$
|
|
1881
|
+
declare const actionName$1w = "retire";
|
|
1862
1882
|
/**
|
|
1863
1883
|
* @interface
|
|
1864
1884
|
*/
|
|
@@ -1866,7 +1886,7 @@ type IRetire = IRetire$1;
|
|
|
1866
1886
|
|
|
1867
1887
|
type retire_IRetire = IRetire;
|
|
1868
1888
|
declare namespace retire {
|
|
1869
|
-
export { type retire_IRetire as IRetire, actionName$
|
|
1889
|
+
export { type retire_IRetire as IRetire, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
1870
1890
|
}
|
|
1871
1891
|
|
|
1872
1892
|
/**
|
|
@@ -2204,7 +2224,7 @@ interface IProgcomarket {
|
|
|
2204
2224
|
membership_percent_fee: IUint64$2;
|
|
2205
2225
|
fixed_membership_contribution: IAsset$2;
|
|
2206
2226
|
}
|
|
2207
|
-
interface IProgram {
|
|
2227
|
+
interface IProgram$1 {
|
|
2208
2228
|
coopname: IName$4;
|
|
2209
2229
|
program_id: IUint64$2;
|
|
2210
2230
|
}
|
|
@@ -2319,7 +2339,6 @@ type soviet_IJoincoop = IJoincoop;
|
|
|
2319
2339
|
type soviet_IJoincoops = IJoincoops;
|
|
2320
2340
|
type soviet_IOnewallet = IOnewallet;
|
|
2321
2341
|
type soviet_IProgcomarket = IProgcomarket;
|
|
2322
|
-
type soviet_IProgram = IProgram;
|
|
2323
2342
|
type soviet_IProgwallet = IProgwallet;
|
|
2324
2343
|
type soviet_IRecieved = IRecieved;
|
|
2325
2344
|
type soviet_IRegpaid = IRegpaid;
|
|
@@ -2335,13 +2354,13 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2335
2354
|
type soviet_IVotefor = IVotefor;
|
|
2336
2355
|
type soviet_IWithdraw = IWithdraw;
|
|
2337
2356
|
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,
|
|
2357
|
+
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
2358
|
}
|
|
2340
2359
|
|
|
2341
2360
|
/**
|
|
2342
2361
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2343
2362
|
*/
|
|
2344
|
-
declare const authorizations$
|
|
2363
|
+
declare const authorizations$1v: readonly [{
|
|
2345
2364
|
readonly permissions: readonly ["active"];
|
|
2346
2365
|
readonly actor: {
|
|
2347
2366
|
readonly production: "soviet";
|
|
@@ -2351,7 +2370,7 @@ declare const authorizations$1u: readonly [{
|
|
|
2351
2370
|
/**
|
|
2352
2371
|
* Имя действия
|
|
2353
2372
|
*/
|
|
2354
|
-
declare const actionName$
|
|
2373
|
+
declare const actionName$1v = "draft";
|
|
2355
2374
|
/**
|
|
2356
2375
|
* @interface
|
|
2357
2376
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
@@ -2360,13 +2379,13 @@ type IDraft = IDraft$1;
|
|
|
2360
2379
|
|
|
2361
2380
|
type draft_IDraft = IDraft;
|
|
2362
2381
|
declare namespace draft {
|
|
2363
|
-
export { type draft_IDraft as IDraft, actionName$
|
|
2382
|
+
export { type draft_IDraft as IDraft, actionName$1v as actionName, authorizations$1v as authorizations };
|
|
2364
2383
|
}
|
|
2365
2384
|
|
|
2366
2385
|
/**
|
|
2367
2386
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2368
2387
|
*/
|
|
2369
|
-
declare const authorizations$
|
|
2388
|
+
declare const authorizations$1u: readonly [{
|
|
2370
2389
|
readonly permissions: readonly ["active"];
|
|
2371
2390
|
readonly actor: {
|
|
2372
2391
|
readonly production: "soviet";
|
|
@@ -2376,7 +2395,7 @@ declare const authorizations$1t: readonly [{
|
|
|
2376
2395
|
/**
|
|
2377
2396
|
* Имя действия
|
|
2378
2397
|
*/
|
|
2379
|
-
declare const actionName$
|
|
2398
|
+
declare const actionName$1u = "batch";
|
|
2380
2399
|
/**
|
|
2381
2400
|
* @interface
|
|
2382
2401
|
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
@@ -2385,13 +2404,13 @@ type IBatch = IBatch$1;
|
|
|
2385
2404
|
|
|
2386
2405
|
type batch_IBatch = IBatch;
|
|
2387
2406
|
declare namespace batch {
|
|
2388
|
-
export { type batch_IBatch as IBatch, actionName$
|
|
2407
|
+
export { type batch_IBatch as IBatch, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2389
2408
|
}
|
|
2390
2409
|
|
|
2391
2410
|
/**
|
|
2392
2411
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2393
2412
|
*/
|
|
2394
|
-
declare const authorizations$
|
|
2413
|
+
declare const authorizations$1t: readonly [{
|
|
2395
2414
|
readonly permissions: readonly ["active"];
|
|
2396
2415
|
readonly actor: {
|
|
2397
2416
|
readonly production: "soviet";
|
|
@@ -2401,7 +2420,7 @@ declare const authorizations$1s: readonly [{
|
|
|
2401
2420
|
/**
|
|
2402
2421
|
* Имя действия
|
|
2403
2422
|
*/
|
|
2404
|
-
declare const actionName$
|
|
2423
|
+
declare const actionName$1t = "statement";
|
|
2405
2424
|
/**
|
|
2406
2425
|
* @interface
|
|
2407
2426
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
@@ -2411,13 +2430,13 @@ type IStatement = IStatement$1;
|
|
|
2411
2430
|
|
|
2412
2431
|
type statement_IStatement = IStatement;
|
|
2413
2432
|
declare namespace statement {
|
|
2414
|
-
export { type statement_IStatement as IStatement, actionName$
|
|
2433
|
+
export { type statement_IStatement as IStatement, actionName$1t as actionName, authorizations$1t as authorizations };
|
|
2415
2434
|
}
|
|
2416
2435
|
|
|
2417
2436
|
/**
|
|
2418
2437
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2419
2438
|
*/
|
|
2420
|
-
declare const authorizations$
|
|
2439
|
+
declare const authorizations$1s: readonly [{
|
|
2421
2440
|
readonly permissions: readonly ["active"];
|
|
2422
2441
|
readonly actor: {
|
|
2423
2442
|
readonly production: "soviet";
|
|
@@ -2427,7 +2446,7 @@ declare const authorizations$1r: readonly [{
|
|
|
2427
2446
|
/**
|
|
2428
2447
|
* Имя действия
|
|
2429
2448
|
*/
|
|
2430
|
-
declare const actionName$
|
|
2449
|
+
declare const actionName$1s = "act";
|
|
2431
2450
|
/**
|
|
2432
2451
|
* @interface
|
|
2433
2452
|
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
@@ -2436,13 +2455,13 @@ type IAct = IAct$1;
|
|
|
2436
2455
|
|
|
2437
2456
|
type act_IAct = IAct;
|
|
2438
2457
|
declare namespace act {
|
|
2439
|
-
export { type act_IAct as IAct, actionName$
|
|
2458
|
+
export { type act_IAct as IAct, actionName$1s as actionName, authorizations$1s as authorizations };
|
|
2440
2459
|
}
|
|
2441
2460
|
|
|
2442
2461
|
/**
|
|
2443
2462
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2444
2463
|
*/
|
|
2445
|
-
declare const authorizations$
|
|
2464
|
+
declare const authorizations$1r: readonly [{
|
|
2446
2465
|
readonly permissions: readonly ["active"];
|
|
2447
2466
|
readonly actor: {
|
|
2448
2467
|
readonly production: "soviet";
|
|
@@ -2452,7 +2471,7 @@ declare const authorizations$1q: readonly [{
|
|
|
2452
2471
|
/**
|
|
2453
2472
|
* Имя действия
|
|
2454
2473
|
*/
|
|
2455
|
-
declare const actionName$
|
|
2474
|
+
declare const actionName$1r = "decision";
|
|
2456
2475
|
/**
|
|
2457
2476
|
* @interface
|
|
2458
2477
|
* Действие фиксирует в реестре принятое решение совета.
|
|
@@ -2460,7 +2479,32 @@ declare const actionName$1q = "decision";
|
|
|
2460
2479
|
type IDecision$1 = IDecision$2;
|
|
2461
2480
|
|
|
2462
2481
|
declare namespace decision {
|
|
2463
|
-
export { type IDecision$1 as IDecision, actionName$
|
|
2482
|
+
export { type IDecision$1 as IDecision, actionName$1r as actionName, authorizations$1r as authorizations };
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
/**
|
|
2486
|
+
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2487
|
+
*/
|
|
2488
|
+
declare const authorizations$1q: readonly [{
|
|
2489
|
+
readonly permissions: readonly ["active"];
|
|
2490
|
+
readonly actor: {
|
|
2491
|
+
readonly production: "soviet";
|
|
2492
|
+
readonly testnet: "soviettest22";
|
|
2493
|
+
};
|
|
2494
|
+
}];
|
|
2495
|
+
/**
|
|
2496
|
+
* Имя действия
|
|
2497
|
+
*/
|
|
2498
|
+
declare const actionName$1q = "program";
|
|
2499
|
+
/**
|
|
2500
|
+
* @interface
|
|
2501
|
+
* Действие фиксирует созданную программу после создания и возвращает её идентификатор
|
|
2502
|
+
*/
|
|
2503
|
+
type IProgram = IProgram$1;
|
|
2504
|
+
|
|
2505
|
+
type program_IProgram = IProgram;
|
|
2506
|
+
declare namespace program {
|
|
2507
|
+
export { type program_IProgram as IProgram, actionName$1q as actionName, authorizations$1q as authorizations };
|
|
2464
2508
|
}
|
|
2465
2509
|
|
|
2466
2510
|
/**
|
|
@@ -2469,7 +2513,7 @@ declare namespace decision {
|
|
|
2469
2513
|
*/
|
|
2470
2514
|
|
|
2471
2515
|
declare namespace index$j {
|
|
2472
|
-
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2516
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, program as Program, statement as Statement };
|
|
2473
2517
|
}
|
|
2474
2518
|
|
|
2475
2519
|
/**
|