cooptypes 2.2.7 → 2.2.8
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 +254 -280
- package/dist/index.d.cts +260 -286
- package/dist/index.d.mts +260 -286
- package/dist/index.d.ts +260 -286
- package/dist/index.mjs +254 -280
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -230,7 +230,7 @@ declare namespace draft {
|
|
|
230
230
|
export type { ICounts$4 as ICounts, ICountsBase$4 as ICountsBase, draft_ICreatedraft as ICreatedraft, draft_ICreatetrans as ICreatetrans, draft_IDeldraft as IDeldraft, draft_IDeltrans as IDeltrans, draft_IEditdraft as IEditdraft, draft_IEdittrans as IEdittrans, IMigrate$5 as IMigrate, IName$b as IName, INewid$1 as INewid, draft_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$7 as IUint64 };
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
declare const authorizations$
|
|
233
|
+
declare const authorizations$2J: readonly [{
|
|
234
234
|
readonly permissions: readonly ["active"];
|
|
235
235
|
readonly actor: {
|
|
236
236
|
readonly production: "eosio";
|
|
@@ -240,7 +240,7 @@ declare const authorizations$2L: readonly [{
|
|
|
240
240
|
/**
|
|
241
241
|
* Имя действия
|
|
242
242
|
*/
|
|
243
|
-
declare const actionName$
|
|
243
|
+
declare const actionName$2J = "createdraft";
|
|
244
244
|
/**
|
|
245
245
|
* @interface
|
|
246
246
|
*/
|
|
@@ -248,10 +248,10 @@ type ICreateDraft = ICreatedraft;
|
|
|
248
248
|
|
|
249
249
|
type createDraft_ICreateDraft = ICreateDraft;
|
|
250
250
|
declare namespace createDraft {
|
|
251
|
-
export { type createDraft_ICreateDraft as ICreateDraft, actionName$
|
|
251
|
+
export { type createDraft_ICreateDraft as ICreateDraft, actionName$2J as actionName, authorizations$2J as authorizations };
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
declare const authorizations$
|
|
254
|
+
declare const authorizations$2I: readonly [{
|
|
255
255
|
readonly permissions: readonly ["active"];
|
|
256
256
|
readonly actor: {
|
|
257
257
|
readonly production: "eosio";
|
|
@@ -261,7 +261,7 @@ declare const authorizations$2K: readonly [{
|
|
|
261
261
|
/**
|
|
262
262
|
* Имя действия
|
|
263
263
|
*/
|
|
264
|
-
declare const actionName$
|
|
264
|
+
declare const actionName$2I = "editdraft";
|
|
265
265
|
/**
|
|
266
266
|
* @interface
|
|
267
267
|
*/
|
|
@@ -269,10 +269,10 @@ type IEditDraft = IEditdraft;
|
|
|
269
269
|
|
|
270
270
|
type editDraft_IEditDraft = IEditDraft;
|
|
271
271
|
declare namespace editDraft {
|
|
272
|
-
export { type editDraft_IEditDraft as IEditDraft, actionName$
|
|
272
|
+
export { type editDraft_IEditDraft as IEditDraft, actionName$2I as actionName, authorizations$2I as authorizations };
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
declare const authorizations$
|
|
275
|
+
declare const authorizations$2H: readonly [{
|
|
276
276
|
readonly permissions: readonly ["active"];
|
|
277
277
|
readonly actor: {
|
|
278
278
|
readonly production: "eosio";
|
|
@@ -282,7 +282,7 @@ declare const authorizations$2J: readonly [{
|
|
|
282
282
|
/**
|
|
283
283
|
* Имя действия
|
|
284
284
|
*/
|
|
285
|
-
declare const actionName$
|
|
285
|
+
declare const actionName$2H = "deldraft";
|
|
286
286
|
/**
|
|
287
287
|
* @interface
|
|
288
288
|
*/
|
|
@@ -290,10 +290,10 @@ type IDeleteDraft = IDeldraft;
|
|
|
290
290
|
|
|
291
291
|
type deleteDraft_IDeleteDraft = IDeleteDraft;
|
|
292
292
|
declare namespace deleteDraft {
|
|
293
|
-
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$
|
|
293
|
+
export { type deleteDraft_IDeleteDraft as IDeleteDraft, actionName$2H as actionName, authorizations$2H as authorizations };
|
|
294
294
|
}
|
|
295
295
|
|
|
296
|
-
declare const authorizations$
|
|
296
|
+
declare const authorizations$2G: readonly [{
|
|
297
297
|
readonly permissions: readonly ["active"];
|
|
298
298
|
readonly actor: {
|
|
299
299
|
readonly production: "eosio";
|
|
@@ -303,7 +303,7 @@ declare const authorizations$2I: readonly [{
|
|
|
303
303
|
/**
|
|
304
304
|
* Имя действия
|
|
305
305
|
*/
|
|
306
|
-
declare const actionName$
|
|
306
|
+
declare const actionName$2G = "createtrans";
|
|
307
307
|
/**
|
|
308
308
|
* @interface
|
|
309
309
|
*/
|
|
@@ -311,10 +311,10 @@ type ICreateTranslation = ICreatetrans;
|
|
|
311
311
|
|
|
312
312
|
type createTranslation_ICreateTranslation = ICreateTranslation;
|
|
313
313
|
declare namespace createTranslation {
|
|
314
|
-
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$
|
|
314
|
+
export { type createTranslation_ICreateTranslation as ICreateTranslation, actionName$2G as actionName, authorizations$2G as authorizations };
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
declare const authorizations$
|
|
317
|
+
declare const authorizations$2F: readonly [{
|
|
318
318
|
readonly permissions: readonly ["active"];
|
|
319
319
|
readonly actor: {
|
|
320
320
|
readonly production: "eosio";
|
|
@@ -324,7 +324,7 @@ declare const authorizations$2H: readonly [{
|
|
|
324
324
|
/**
|
|
325
325
|
* Имя действия
|
|
326
326
|
*/
|
|
327
|
-
declare const actionName$
|
|
327
|
+
declare const actionName$2F = "edittrans";
|
|
328
328
|
/**
|
|
329
329
|
* @interface
|
|
330
330
|
*/
|
|
@@ -332,10 +332,10 @@ type IEditTranslation = IEdittrans;
|
|
|
332
332
|
|
|
333
333
|
type editTranslation_IEditTranslation = IEditTranslation;
|
|
334
334
|
declare namespace editTranslation {
|
|
335
|
-
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$
|
|
335
|
+
export { type editTranslation_IEditTranslation as IEditTranslation, actionName$2F as actionName, authorizations$2F as authorizations };
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
declare const authorizations$
|
|
338
|
+
declare const authorizations$2E: readonly [{
|
|
339
339
|
readonly permissions: readonly ["active"];
|
|
340
340
|
readonly actor: {
|
|
341
341
|
readonly production: "draft";
|
|
@@ -345,7 +345,7 @@ declare const authorizations$2G: readonly [{
|
|
|
345
345
|
/**
|
|
346
346
|
* Имя действия
|
|
347
347
|
*/
|
|
348
|
-
declare const actionName$
|
|
348
|
+
declare const actionName$2E = "newid";
|
|
349
349
|
/**
|
|
350
350
|
* @interface
|
|
351
351
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
@@ -354,7 +354,7 @@ type INewId = INewid$1;
|
|
|
354
354
|
|
|
355
355
|
type newId_INewId = INewId;
|
|
356
356
|
declare namespace newId {
|
|
357
|
-
export { type newId_INewId as INewId, actionName$
|
|
357
|
+
export { type newId_INewId as INewId, actionName$2E as actionName, authorizations$2E as authorizations };
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
declare const index$12_newId: typeof newId;
|
|
@@ -434,7 +434,7 @@ interface ICreatebranch$1 {
|
|
|
434
434
|
braname: IName$a;
|
|
435
435
|
trustee: IName$a;
|
|
436
436
|
}
|
|
437
|
-
interface IDeletebranch {
|
|
437
|
+
interface IDeletebranch$1 {
|
|
438
438
|
coopname: IName$a;
|
|
439
439
|
braname: IName$a;
|
|
440
440
|
}
|
|
@@ -456,21 +456,20 @@ interface IMigrate$4 {
|
|
|
456
456
|
type branch_IAddtrusted = IAddtrusted;
|
|
457
457
|
type branch_IBranchstat = IBranchstat;
|
|
458
458
|
type branch_ICoobranch = ICoobranch;
|
|
459
|
-
type branch_IDeletebranch = IDeletebranch;
|
|
460
459
|
type branch_IDeltrusted = IDeltrusted;
|
|
461
460
|
type branch_IEditbranch = IEditbranch;
|
|
462
461
|
declare namespace branch {
|
|
463
|
-
export type { branch_IAddtrusted as IAddtrusted, branch_IBranchstat as IBranchstat, branch_ICoobranch as ICoobranch, ICreatebranch$1 as ICreatebranch,
|
|
462
|
+
export type { branch_IAddtrusted as IAddtrusted, branch_IBranchstat as IBranchstat, branch_ICoobranch as ICoobranch, ICreatebranch$1 as ICreatebranch, IDeletebranch$1 as IDeletebranch, branch_IDeltrusted as IDeltrusted, branch_IEditbranch as IEditbranch, IInit$a as IInit, IMigrate$4 as IMigrate, IName$a as IName, IUint64$6 as IUint64 };
|
|
464
463
|
}
|
|
465
464
|
|
|
466
|
-
declare const authorizations$
|
|
465
|
+
declare const authorizations$2D: readonly [{
|
|
467
466
|
readonly permissions: readonly ["active"];
|
|
468
467
|
readonly actor: "_trustee";
|
|
469
468
|
}];
|
|
470
469
|
/**
|
|
471
470
|
* Имя действия
|
|
472
471
|
*/
|
|
473
|
-
declare const actionName$
|
|
472
|
+
declare const actionName$2D = "addtrusted";
|
|
474
473
|
/**
|
|
475
474
|
* @interface
|
|
476
475
|
*/
|
|
@@ -478,17 +477,17 @@ type IAddTrusted = IAddtrusted;
|
|
|
478
477
|
|
|
479
478
|
type addTrusted_IAddTrusted = IAddTrusted;
|
|
480
479
|
declare namespace addTrusted {
|
|
481
|
-
export { type addTrusted_IAddTrusted as IAddTrusted, actionName$
|
|
480
|
+
export { type addTrusted_IAddTrusted as IAddTrusted, actionName$2D as actionName, authorizations$2D as authorizations };
|
|
482
481
|
}
|
|
483
482
|
|
|
484
|
-
declare const authorizations$
|
|
483
|
+
declare const authorizations$2C: readonly [{
|
|
485
484
|
readonly permissions: readonly ["active"];
|
|
486
485
|
readonly actor: "_chairman";
|
|
487
486
|
}];
|
|
488
487
|
/**
|
|
489
488
|
* Имя действия
|
|
490
489
|
*/
|
|
491
|
-
declare const actionName$
|
|
490
|
+
declare const actionName$2C = "createbranch";
|
|
492
491
|
/**
|
|
493
492
|
* @interface
|
|
494
493
|
*/
|
|
@@ -496,35 +495,35 @@ type ICreateBranch = ICreatebranch$1;
|
|
|
496
495
|
|
|
497
496
|
type createBranch_ICreateBranch = ICreateBranch;
|
|
498
497
|
declare namespace createBranch {
|
|
499
|
-
export { type createBranch_ICreateBranch as ICreateBranch, actionName$
|
|
498
|
+
export { type createBranch_ICreateBranch as ICreateBranch, actionName$2C as actionName, authorizations$2C as authorizations };
|
|
500
499
|
}
|
|
501
500
|
|
|
502
|
-
declare const authorizations$
|
|
501
|
+
declare const authorizations$2B: readonly [{
|
|
503
502
|
readonly permissions: readonly ["active"];
|
|
504
503
|
readonly actor: "_chairman";
|
|
505
504
|
}];
|
|
506
505
|
/**
|
|
507
506
|
* Имя действия
|
|
508
507
|
*/
|
|
509
|
-
declare const actionName$
|
|
508
|
+
declare const actionName$2B = "deletebranch";
|
|
510
509
|
/**
|
|
511
510
|
* @interface
|
|
512
511
|
*/
|
|
513
|
-
type IDeleteBranch = IDeletebranch;
|
|
512
|
+
type IDeleteBranch = IDeletebranch$1;
|
|
514
513
|
|
|
515
514
|
type deleteBranch_IDeleteBranch = IDeleteBranch;
|
|
516
515
|
declare namespace deleteBranch {
|
|
517
|
-
export { type deleteBranch_IDeleteBranch as IDeleteBranch, actionName$
|
|
516
|
+
export { type deleteBranch_IDeleteBranch as IDeleteBranch, actionName$2B as actionName, authorizations$2B as authorizations };
|
|
518
517
|
}
|
|
519
518
|
|
|
520
|
-
declare const authorizations$
|
|
519
|
+
declare const authorizations$2A: readonly [{
|
|
521
520
|
readonly permissions: readonly ["active"];
|
|
522
521
|
readonly actor: "_trustee";
|
|
523
522
|
}];
|
|
524
523
|
/**
|
|
525
524
|
* Имя действия
|
|
526
525
|
*/
|
|
527
|
-
declare const actionName$
|
|
526
|
+
declare const actionName$2A = "deltrusted";
|
|
528
527
|
/**
|
|
529
528
|
* @interface
|
|
530
529
|
*/
|
|
@@ -532,17 +531,17 @@ type IDeleteTrusted = IDeltrusted;
|
|
|
532
531
|
|
|
533
532
|
type deleteTrusted_IDeleteTrusted = IDeleteTrusted;
|
|
534
533
|
declare namespace deleteTrusted {
|
|
535
|
-
export { type deleteTrusted_IDeleteTrusted as IDeleteTrusted, actionName$
|
|
534
|
+
export { type deleteTrusted_IDeleteTrusted as IDeleteTrusted, actionName$2A as actionName, authorizations$2A as authorizations };
|
|
536
535
|
}
|
|
537
536
|
|
|
538
|
-
declare const authorizations$
|
|
537
|
+
declare const authorizations$2z: readonly [{
|
|
539
538
|
readonly permissions: readonly ["active"];
|
|
540
539
|
readonly actor: "_chairman";
|
|
541
540
|
}];
|
|
542
541
|
/**
|
|
543
542
|
* Имя действия
|
|
544
543
|
*/
|
|
545
|
-
declare const actionName$
|
|
544
|
+
declare const actionName$2z = "editbranch";
|
|
546
545
|
/**
|
|
547
546
|
* @interface
|
|
548
547
|
*/
|
|
@@ -550,7 +549,7 @@ type IEditBranch = IEditbranch;
|
|
|
550
549
|
|
|
551
550
|
type editBranch_IEditBranch = IEditBranch;
|
|
552
551
|
declare namespace editBranch {
|
|
553
|
-
export { type editBranch_IEditBranch as IEditBranch, actionName$
|
|
552
|
+
export { type editBranch_IEditBranch as IEditBranch, actionName$2z as actionName, authorizations$2z as authorizations };
|
|
554
553
|
}
|
|
555
554
|
|
|
556
555
|
declare namespace index$$ {
|
|
@@ -792,7 +791,7 @@ declare namespace fund {
|
|
|
792
791
|
export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, fund_IAddinitial as IAddinitial, IAsset$7 as IAsset, IAuthorize$7 as IAuthorize, IChecksum256$7 as IChecksum256, IComplete$1 as IComplete, fund_ICoopwallet as ICoopwallet, ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$5 as IDocument, fund_IEditfund as IEditfund, fund_IExpfund as IExpfund, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraw as IFwithdraw, IInit$9 as IInit, IMigrate$3 as IMigrate, IName$9 as IName, INewfund$1 as INewfund, INewwithdraw$1 as INewwithdraw, IPublicKey$6 as IPublicKey, ISignature$5 as ISignature, fund_ISimpleWallet as ISimpleWallet, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$8 as ITimePointSec, IUint64$5 as IUint64 };
|
|
793
792
|
}
|
|
794
793
|
|
|
795
|
-
declare const authorizations$
|
|
794
|
+
declare const authorizations$2y: readonly [{
|
|
796
795
|
readonly permissions: readonly ["active"];
|
|
797
796
|
readonly actor: {
|
|
798
797
|
readonly production: "fund";
|
|
@@ -802,7 +801,7 @@ declare const authorizations$2A: readonly [{
|
|
|
802
801
|
/**
|
|
803
802
|
* Имя действия
|
|
804
803
|
*/
|
|
805
|
-
declare const actionName$
|
|
804
|
+
declare const actionName$2y = "addaccum";
|
|
806
805
|
/**
|
|
807
806
|
* @interface
|
|
808
807
|
*/
|
|
@@ -810,10 +809,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
810
809
|
|
|
811
810
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
812
811
|
declare namespace addAccumulation {
|
|
813
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
812
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$2y as actionName, authorizations$2y as authorizations };
|
|
814
813
|
}
|
|
815
814
|
|
|
816
|
-
declare const authorizations$
|
|
815
|
+
declare const authorizations$2x: readonly [{
|
|
817
816
|
readonly permissions: readonly ["active"];
|
|
818
817
|
readonly actor: {
|
|
819
818
|
readonly production: "fund";
|
|
@@ -823,7 +822,7 @@ declare const authorizations$2z: readonly [{
|
|
|
823
822
|
/**
|
|
824
823
|
* Имя действия
|
|
825
824
|
*/
|
|
826
|
-
declare const actionName$
|
|
825
|
+
declare const actionName$2x = "subaccum";
|
|
827
826
|
/**
|
|
828
827
|
* @interface
|
|
829
828
|
*/
|
|
@@ -831,10 +830,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
831
830
|
|
|
832
831
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
833
832
|
declare namespace subAccumulation {
|
|
834
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
833
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$2x as actionName, authorizations$2x as authorizations };
|
|
835
834
|
}
|
|
836
835
|
|
|
837
|
-
declare const authorizations$
|
|
836
|
+
declare const authorizations$2w: readonly [{
|
|
838
837
|
readonly permissions: readonly ["active"];
|
|
839
838
|
readonly actor: {
|
|
840
839
|
readonly production: "gateway";
|
|
@@ -844,7 +843,7 @@ declare const authorizations$2y: readonly [{
|
|
|
844
843
|
/**
|
|
845
844
|
* Имя действия
|
|
846
845
|
*/
|
|
847
|
-
declare const actionName$
|
|
846
|
+
declare const actionName$2w = "addcirculate";
|
|
848
847
|
/**
|
|
849
848
|
* @interface
|
|
850
849
|
*/
|
|
@@ -852,10 +851,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
852
851
|
|
|
853
852
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
854
853
|
declare namespace addCirculation {
|
|
855
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
854
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$2w as actionName, authorizations$2w as authorizations };
|
|
856
855
|
}
|
|
857
856
|
|
|
858
|
-
declare const authorizations$
|
|
857
|
+
declare const authorizations$2v: readonly [{
|
|
859
858
|
readonly permissions: readonly ["active"];
|
|
860
859
|
readonly actor: {
|
|
861
860
|
readonly production: "fund";
|
|
@@ -865,7 +864,7 @@ declare const authorizations$2x: readonly [{
|
|
|
865
864
|
/**
|
|
866
865
|
* Имя действия
|
|
867
866
|
*/
|
|
868
|
-
declare const actionName$
|
|
867
|
+
declare const actionName$2v = "addexpense";
|
|
869
868
|
/**
|
|
870
869
|
* @interface
|
|
871
870
|
*/
|
|
@@ -873,10 +872,10 @@ type IAddExpense = IAddexpense;
|
|
|
873
872
|
|
|
874
873
|
type addExpense_IAddExpense = IAddExpense;
|
|
875
874
|
declare namespace addExpense {
|
|
876
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
875
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$2v as actionName, authorizations$2v as authorizations };
|
|
877
876
|
}
|
|
878
877
|
|
|
879
|
-
declare const authorizations$
|
|
878
|
+
declare const authorizations$2u: readonly [{
|
|
880
879
|
readonly permissions: readonly ["active"];
|
|
881
880
|
readonly actor: {
|
|
882
881
|
readonly production: "soviet";
|
|
@@ -886,17 +885,17 @@ declare const authorizations$2w: readonly [{
|
|
|
886
885
|
/**
|
|
887
886
|
* Имя действия
|
|
888
887
|
*/
|
|
889
|
-
declare const actionName$
|
|
888
|
+
declare const actionName$2u = "authorize";
|
|
890
889
|
/**
|
|
891
890
|
* @interface
|
|
892
891
|
*/
|
|
893
892
|
type IAuthorize$6 = IAuthorize$7;
|
|
894
893
|
|
|
895
894
|
declare namespace authorizeWithdraw {
|
|
896
|
-
export { type IAuthorize$6 as IAuthorize, actionName$
|
|
895
|
+
export { type IAuthorize$6 as IAuthorize, actionName$2u as actionName, authorizations$2u as authorizations };
|
|
897
896
|
}
|
|
898
897
|
|
|
899
|
-
declare const authorizations$
|
|
898
|
+
declare const authorizations$2t: readonly [{
|
|
900
899
|
readonly permissions: readonly ["active", {
|
|
901
900
|
readonly contract: "_contract";
|
|
902
901
|
readonly action: "actionName";
|
|
@@ -906,7 +905,7 @@ declare const authorizations$2v: readonly [{
|
|
|
906
905
|
/**
|
|
907
906
|
* Имя действия
|
|
908
907
|
*/
|
|
909
|
-
declare const actionName$
|
|
908
|
+
declare const actionName$2t = "complete";
|
|
910
909
|
/**
|
|
911
910
|
* @interface
|
|
912
911
|
*/
|
|
@@ -914,10 +913,10 @@ type ICompleteWithdraw = IComplete$1;
|
|
|
914
913
|
|
|
915
914
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
916
915
|
declare namespace completeWithdraw$1 {
|
|
917
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
916
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$2t as actionName, authorizations$2t as authorizations };
|
|
918
917
|
}
|
|
919
918
|
|
|
920
|
-
declare const authorizations$
|
|
919
|
+
declare const authorizations$2s: readonly [{
|
|
921
920
|
readonly permissions: readonly ["active"];
|
|
922
921
|
readonly actor: {
|
|
923
922
|
readonly production: "fund";
|
|
@@ -927,7 +926,7 @@ declare const authorizations$2u: readonly [{
|
|
|
927
926
|
/**
|
|
928
927
|
* Имя действия
|
|
929
928
|
*/
|
|
930
|
-
declare const actionName$
|
|
929
|
+
declare const actionName$2s = "newfund";
|
|
931
930
|
/**
|
|
932
931
|
* @interface
|
|
933
932
|
*/
|
|
@@ -935,17 +934,17 @@ type INewfund = INewfund$1;
|
|
|
935
934
|
|
|
936
935
|
type newFund_INewfund = INewfund;
|
|
937
936
|
declare namespace newFund {
|
|
938
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
937
|
+
export { type newFund_INewfund as INewfund, actionName$2s as actionName, authorizations$2s as authorizations };
|
|
939
938
|
}
|
|
940
939
|
|
|
941
|
-
declare const authorizations$
|
|
940
|
+
declare const authorizations$2r: readonly [{
|
|
942
941
|
readonly permissions: readonly ["active"];
|
|
943
942
|
readonly actor: "_chairman";
|
|
944
943
|
}];
|
|
945
944
|
/**
|
|
946
945
|
* Имя действия
|
|
947
946
|
*/
|
|
948
|
-
declare const actionName$
|
|
947
|
+
declare const actionName$2r = "createfund";
|
|
949
948
|
/**
|
|
950
949
|
* @interface
|
|
951
950
|
*/
|
|
@@ -953,17 +952,17 @@ type ICreateFund = ICreatefund;
|
|
|
953
952
|
|
|
954
953
|
type createFund_ICreateFund = ICreateFund;
|
|
955
954
|
declare namespace createFund {
|
|
956
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
955
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$2r as actionName, authorizations$2r as authorizations };
|
|
957
956
|
}
|
|
958
957
|
|
|
959
|
-
declare const authorizations$
|
|
958
|
+
declare const authorizations$2q: readonly [{
|
|
960
959
|
readonly permissions: readonly ["active"];
|
|
961
960
|
readonly actor: "_chairman";
|
|
962
961
|
}];
|
|
963
962
|
/**
|
|
964
963
|
* Имя действия
|
|
965
964
|
*/
|
|
966
|
-
declare const actionName$
|
|
965
|
+
declare const actionName$2q = "delfund";
|
|
967
966
|
/**
|
|
968
967
|
* @interface
|
|
969
968
|
*/
|
|
@@ -971,17 +970,17 @@ type IDeleteFund = IDelfund;
|
|
|
971
970
|
|
|
972
971
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
973
972
|
declare namespace deleteFund {
|
|
974
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
973
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$2q as actionName, authorizations$2q as authorizations };
|
|
975
974
|
}
|
|
976
975
|
|
|
977
|
-
declare const authorizations$
|
|
976
|
+
declare const authorizations$2p: readonly [{
|
|
978
977
|
readonly permissions: readonly ["active"];
|
|
979
978
|
readonly actor: "_chairman";
|
|
980
979
|
}];
|
|
981
980
|
/**
|
|
982
981
|
* Имя действия
|
|
983
982
|
*/
|
|
984
|
-
declare const actionName$
|
|
983
|
+
declare const actionName$2p = "editfund";
|
|
985
984
|
/**
|
|
986
985
|
* @interface
|
|
987
986
|
*/
|
|
@@ -989,7 +988,7 @@ type IEditFund = IEditfund;
|
|
|
989
988
|
|
|
990
989
|
type editFund_IEditFund = IEditFund;
|
|
991
990
|
declare namespace editFund {
|
|
992
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
991
|
+
export { type editFund_IEditFund as IEditFund, actionName$2p as actionName, authorizations$2p as authorizations };
|
|
993
992
|
}
|
|
994
993
|
|
|
995
994
|
/**
|
|
@@ -998,7 +997,7 @@ declare namespace editFund {
|
|
|
998
997
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
999
998
|
* которому было передано управление фондом накопления или списания.
|
|
1000
999
|
*/
|
|
1001
|
-
declare const authorizations$
|
|
1000
|
+
declare const authorizations$2o: readonly [{
|
|
1002
1001
|
readonly permissions: readonly ["active"];
|
|
1003
1002
|
readonly actor: "_username";
|
|
1004
1003
|
}, {
|
|
@@ -1014,7 +1013,7 @@ declare const authorizations$2q: readonly [{
|
|
|
1014
1013
|
/**
|
|
1015
1014
|
* Имя действия
|
|
1016
1015
|
*/
|
|
1017
|
-
declare const actionName$
|
|
1016
|
+
declare const actionName$2o = "fundwithdraw";
|
|
1018
1017
|
/**
|
|
1019
1018
|
* @interface
|
|
1020
1019
|
*/
|
|
@@ -1022,10 +1021,10 @@ type ICreateWithdraw = IFundwithdraw$1;
|
|
|
1022
1021
|
|
|
1023
1022
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
1024
1023
|
declare namespace createWithdraw$1 {
|
|
1025
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
1024
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$2o as actionName, authorizations$2o as authorizations };
|
|
1026
1025
|
}
|
|
1027
1026
|
|
|
1028
|
-
declare const authorizations$
|
|
1027
|
+
declare const authorizations$2n: readonly [{
|
|
1029
1028
|
readonly permissions: readonly ["active"];
|
|
1030
1029
|
readonly actor: {
|
|
1031
1030
|
readonly production: "soviet";
|
|
@@ -1035,17 +1034,17 @@ declare const authorizations$2p: readonly [{
|
|
|
1035
1034
|
/**
|
|
1036
1035
|
* Имя действия
|
|
1037
1036
|
*/
|
|
1038
|
-
declare const actionName$
|
|
1037
|
+
declare const actionName$2n = "init";
|
|
1039
1038
|
/**
|
|
1040
1039
|
* @interface
|
|
1041
1040
|
*/
|
|
1042
1041
|
type IInit$8 = IInit$9;
|
|
1043
1042
|
|
|
1044
1043
|
declare namespace init$4 {
|
|
1045
|
-
export { type IInit$8 as IInit, actionName$
|
|
1044
|
+
export { type IInit$8 as IInit, actionName$2n as actionName, authorizations$2n as authorizations };
|
|
1046
1045
|
}
|
|
1047
1046
|
|
|
1048
|
-
declare const authorizations$
|
|
1047
|
+
declare const authorizations$2m: readonly [{
|
|
1049
1048
|
readonly permissions: readonly ["active"];
|
|
1050
1049
|
readonly actor: {
|
|
1051
1050
|
readonly production: "fund";
|
|
@@ -1055,7 +1054,7 @@ declare const authorizations$2o: readonly [{
|
|
|
1055
1054
|
/**
|
|
1056
1055
|
* Имя действия
|
|
1057
1056
|
*/
|
|
1058
|
-
declare const actionName$
|
|
1057
|
+
declare const actionName$2m = "newwithdraw";
|
|
1059
1058
|
/**
|
|
1060
1059
|
* @interface
|
|
1061
1060
|
*/
|
|
@@ -1063,10 +1062,10 @@ type INewWithdraw = INewwithdraw$1;
|
|
|
1063
1062
|
|
|
1064
1063
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
1065
1064
|
declare namespace newWithdraw {
|
|
1066
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
1065
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$2m as actionName, authorizations$2m as authorizations };
|
|
1067
1066
|
}
|
|
1068
1067
|
|
|
1069
|
-
declare const authorizations$
|
|
1068
|
+
declare const authorizations$2l: readonly [{
|
|
1070
1069
|
readonly permissions: readonly ["active"];
|
|
1071
1070
|
readonly actor: {
|
|
1072
1071
|
readonly production: "marketplace";
|
|
@@ -1082,7 +1081,7 @@ declare const authorizations$2n: readonly [{
|
|
|
1082
1081
|
/**
|
|
1083
1082
|
* Имя действия
|
|
1084
1083
|
*/
|
|
1085
|
-
declare const actionName$
|
|
1084
|
+
declare const actionName$2l = "spreadamount";
|
|
1086
1085
|
/**
|
|
1087
1086
|
* @interface
|
|
1088
1087
|
*/
|
|
@@ -1090,10 +1089,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
1090
1089
|
|
|
1091
1090
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
1092
1091
|
declare namespace spreadAmount {
|
|
1093
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
1092
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$2l as actionName, authorizations$2l as authorizations };
|
|
1094
1093
|
}
|
|
1095
1094
|
|
|
1096
|
-
declare const authorizations$
|
|
1095
|
+
declare const authorizations$2k: readonly [{
|
|
1097
1096
|
readonly permissions: readonly ["active"];
|
|
1098
1097
|
readonly actor: {
|
|
1099
1098
|
readonly production: "gateway";
|
|
@@ -1103,7 +1102,7 @@ declare const authorizations$2m: readonly [{
|
|
|
1103
1102
|
/**
|
|
1104
1103
|
* Имя действия
|
|
1105
1104
|
*/
|
|
1106
|
-
declare const actionName$
|
|
1105
|
+
declare const actionName$2k = "subcirculate";
|
|
1107
1106
|
/**
|
|
1108
1107
|
* @interface
|
|
1109
1108
|
*/
|
|
@@ -1111,7 +1110,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
1111
1110
|
|
|
1112
1111
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
1113
1112
|
declare namespace subCirculation {
|
|
1114
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
1113
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$2k as actionName, authorizations$2k as authorizations };
|
|
1115
1114
|
}
|
|
1116
1115
|
|
|
1117
1116
|
/**
|
|
@@ -1374,7 +1373,7 @@ declare namespace gateway {
|
|
|
1374
1373
|
* Имя действия
|
|
1375
1374
|
* Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
|
|
1376
1375
|
*/
|
|
1377
|
-
declare const authorizations$
|
|
1376
|
+
declare const authorizations$2j: readonly [{
|
|
1378
1377
|
readonly permissions: readonly ["active", {
|
|
1379
1378
|
readonly contract: "_contract";
|
|
1380
1379
|
readonly action: "actionName";
|
|
@@ -1384,7 +1383,7 @@ declare const authorizations$2l: readonly [{
|
|
|
1384
1383
|
/**
|
|
1385
1384
|
* Имя действия
|
|
1386
1385
|
*/
|
|
1387
|
-
declare const actionName$
|
|
1386
|
+
declare const actionName$2j = "deposit";
|
|
1388
1387
|
/**
|
|
1389
1388
|
* @interface
|
|
1390
1389
|
* Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
|
|
@@ -1399,14 +1398,14 @@ type ICreateDeposit = IDeposit;
|
|
|
1399
1398
|
|
|
1400
1399
|
type createDeposit_ICreateDeposit = ICreateDeposit;
|
|
1401
1400
|
declare namespace createDeposit {
|
|
1402
|
-
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$
|
|
1401
|
+
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$2j as actionName, authorizations$2j as authorizations };
|
|
1403
1402
|
}
|
|
1404
1403
|
|
|
1405
1404
|
/**
|
|
1406
1405
|
* Имя действия
|
|
1407
1406
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1408
1407
|
*/
|
|
1409
|
-
declare const authorizations$
|
|
1408
|
+
declare const authorizations$2i: readonly [{
|
|
1410
1409
|
readonly permissions: readonly ["active", {
|
|
1411
1410
|
readonly contract: "_contract";
|
|
1412
1411
|
readonly action: "actionName";
|
|
@@ -1416,7 +1415,7 @@ declare const authorizations$2k: readonly [{
|
|
|
1416
1415
|
/**
|
|
1417
1416
|
* Имя действия
|
|
1418
1417
|
*/
|
|
1419
|
-
declare const actionName$
|
|
1418
|
+
declare const actionName$2i = "dpcomplete";
|
|
1420
1419
|
/**
|
|
1421
1420
|
* @interface
|
|
1422
1421
|
*/
|
|
@@ -1424,14 +1423,14 @@ type ICompleteDeposit = IDpcomplete;
|
|
|
1424
1423
|
|
|
1425
1424
|
type completeDeposit_ICompleteDeposit = ICompleteDeposit;
|
|
1426
1425
|
declare namespace completeDeposit {
|
|
1427
|
-
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$
|
|
1426
|
+
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$2i as actionName, authorizations$2i as authorizations };
|
|
1428
1427
|
}
|
|
1429
1428
|
|
|
1430
1429
|
/**
|
|
1431
1430
|
* Имя действия
|
|
1432
1431
|
* Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
|
|
1433
1432
|
*/
|
|
1434
|
-
declare const authorizations$
|
|
1433
|
+
declare const authorizations$2h: readonly [{
|
|
1435
1434
|
readonly permissions: readonly ["active", {
|
|
1436
1435
|
readonly contract: "_contract";
|
|
1437
1436
|
readonly action: "actionName";
|
|
@@ -1441,7 +1440,7 @@ declare const authorizations$2j: readonly [{
|
|
|
1441
1440
|
/**
|
|
1442
1441
|
* Имя действия
|
|
1443
1442
|
*/
|
|
1444
|
-
declare const actionName$
|
|
1443
|
+
declare const actionName$2h = "dprefund";
|
|
1445
1444
|
/**
|
|
1446
1445
|
* @interface
|
|
1447
1446
|
*/
|
|
@@ -1449,14 +1448,14 @@ type IRefundDeposit = IDprefund;
|
|
|
1449
1448
|
|
|
1450
1449
|
type refundDeposit_IRefundDeposit = IRefundDeposit;
|
|
1451
1450
|
declare namespace refundDeposit {
|
|
1452
|
-
export { type refundDeposit_IRefundDeposit as IRefundDeposit, actionName$
|
|
1451
|
+
export { type refundDeposit_IRefundDeposit as IRefundDeposit, actionName$2h as actionName, authorizations$2h as authorizations };
|
|
1453
1452
|
}
|
|
1454
1453
|
|
|
1455
1454
|
/**
|
|
1456
1455
|
* Имя действия
|
|
1457
1456
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1458
1457
|
*/
|
|
1459
|
-
declare const authorizations$
|
|
1458
|
+
declare const authorizations$2g: readonly [{
|
|
1460
1459
|
readonly permissions: readonly ["active"];
|
|
1461
1460
|
readonly actor: {
|
|
1462
1461
|
readonly production: "gateway";
|
|
@@ -1466,7 +1465,7 @@ declare const authorizations$2i: readonly [{
|
|
|
1466
1465
|
/**
|
|
1467
1466
|
* Имя действия
|
|
1468
1467
|
*/
|
|
1469
|
-
declare const actionName$
|
|
1468
|
+
declare const actionName$2g = "newdepositid";
|
|
1470
1469
|
/**
|
|
1471
1470
|
* @interface
|
|
1472
1471
|
*/
|
|
@@ -1474,14 +1473,14 @@ type NewDepositId = INewdepositid;
|
|
|
1474
1473
|
|
|
1475
1474
|
type newDepositId_NewDepositId = NewDepositId;
|
|
1476
1475
|
declare namespace newDepositId {
|
|
1477
|
-
export { type newDepositId_NewDepositId as NewDepositId, actionName$
|
|
1476
|
+
export { type newDepositId_NewDepositId as NewDepositId, actionName$2g as actionName, authorizations$2g as authorizations };
|
|
1478
1477
|
}
|
|
1479
1478
|
|
|
1480
1479
|
/**
|
|
1481
1480
|
* Имя действия
|
|
1482
1481
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1483
1482
|
*/
|
|
1484
|
-
declare const authorizations$
|
|
1483
|
+
declare const authorizations$2f: readonly [{
|
|
1485
1484
|
readonly permissions: readonly ["active"];
|
|
1486
1485
|
readonly actor: {
|
|
1487
1486
|
readonly production: "gateway";
|
|
@@ -1491,7 +1490,7 @@ declare const authorizations$2h: readonly [{
|
|
|
1491
1490
|
/**
|
|
1492
1491
|
* Имя действия
|
|
1493
1492
|
*/
|
|
1494
|
-
declare const actionName$
|
|
1493
|
+
declare const actionName$2f = "newwithdrid";
|
|
1495
1494
|
/**
|
|
1496
1495
|
* @interface
|
|
1497
1496
|
*/
|
|
@@ -1499,21 +1498,21 @@ type NewWithdrawId = INewwithdrid;
|
|
|
1499
1498
|
|
|
1500
1499
|
type newWithdrawId_NewWithdrawId = NewWithdrawId;
|
|
1501
1500
|
declare namespace newWithdrawId {
|
|
1502
|
-
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$
|
|
1501
|
+
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$2f as actionName, authorizations$2f as authorizations };
|
|
1503
1502
|
}
|
|
1504
1503
|
|
|
1505
1504
|
/**
|
|
1506
1505
|
* Имя действия
|
|
1507
1506
|
* Требуется авторизация {@link Actors._username | пользователя}.
|
|
1508
1507
|
*/
|
|
1509
|
-
declare const authorizations$
|
|
1508
|
+
declare const authorizations$2e: readonly [{
|
|
1510
1509
|
readonly permissions: readonly ["active"];
|
|
1511
1510
|
readonly actor: "_username";
|
|
1512
1511
|
}];
|
|
1513
1512
|
/**
|
|
1514
1513
|
* Имя действия
|
|
1515
1514
|
*/
|
|
1516
|
-
declare const actionName$
|
|
1515
|
+
declare const actionName$2e = "withdraw";
|
|
1517
1516
|
/**
|
|
1518
1517
|
* @interface
|
|
1519
1518
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
@@ -1521,14 +1520,14 @@ declare const actionName$2g = "withdraw";
|
|
|
1521
1520
|
type IFailDeposit$1 = IWithdraw$1;
|
|
1522
1521
|
|
|
1523
1522
|
declare namespace createWithdraw {
|
|
1524
|
-
export { type IFailDeposit$1 as IFailDeposit, actionName$
|
|
1523
|
+
export { type IFailDeposit$1 as IFailDeposit, actionName$2e as actionName, authorizations$2e as authorizations };
|
|
1525
1524
|
}
|
|
1526
1525
|
|
|
1527
1526
|
/**
|
|
1528
1527
|
* Имя действия
|
|
1529
1528
|
* Требуется авторизация {@link Actors._admin | администратора}.
|
|
1530
1529
|
*/
|
|
1531
|
-
declare const authorizations$
|
|
1530
|
+
declare const authorizations$2d: readonly [{
|
|
1532
1531
|
readonly permissions: readonly ["active", {
|
|
1533
1532
|
readonly contract: "_contract";
|
|
1534
1533
|
readonly action: "actionName";
|
|
@@ -1538,7 +1537,7 @@ declare const authorizations$2f: readonly [{
|
|
|
1538
1537
|
/**
|
|
1539
1538
|
* Имя действия
|
|
1540
1539
|
*/
|
|
1541
|
-
declare const actionName$
|
|
1540
|
+
declare const actionName$2d = "wthdcomplete";
|
|
1542
1541
|
/**
|
|
1543
1542
|
* @interface
|
|
1544
1543
|
* Действие для подтверждения платежа по возврату паевого взноса пользователю.
|
|
@@ -1547,14 +1546,14 @@ type IFailDeposit = IWthdcomplete;
|
|
|
1547
1546
|
|
|
1548
1547
|
type completeWithdraw_IFailDeposit = IFailDeposit;
|
|
1549
1548
|
declare namespace completeWithdraw {
|
|
1550
|
-
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$
|
|
1549
|
+
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$2d as actionName, authorizations$2d as authorizations };
|
|
1551
1550
|
}
|
|
1552
1551
|
|
|
1553
1552
|
/**
|
|
1554
1553
|
* Имя действия
|
|
1555
1554
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1556
1555
|
*/
|
|
1557
|
-
declare const authorizations$
|
|
1556
|
+
declare const authorizations$2c: readonly [{
|
|
1558
1557
|
readonly permissions: readonly ["active", {
|
|
1559
1558
|
readonly contract: "_contract";
|
|
1560
1559
|
readonly action: "actionName";
|
|
@@ -1564,7 +1563,7 @@ declare const authorizations$2e: readonly [{
|
|
|
1564
1563
|
/**
|
|
1565
1564
|
* Имя действия
|
|
1566
1565
|
*/
|
|
1567
|
-
declare const actionName$
|
|
1566
|
+
declare const actionName$2c = "wthdfail";
|
|
1568
1567
|
/**
|
|
1569
1568
|
* @interface
|
|
1570
1569
|
*/
|
|
@@ -1572,7 +1571,7 @@ type IFailWithdraw = IWthdfail;
|
|
|
1572
1571
|
|
|
1573
1572
|
type failWithdraw_IFailWithdraw = IFailWithdraw;
|
|
1574
1573
|
declare namespace failWithdraw {
|
|
1575
|
-
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$
|
|
1574
|
+
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$2c as actionName, authorizations$2c as authorizations };
|
|
1576
1575
|
}
|
|
1577
1576
|
|
|
1578
1577
|
/**
|
|
@@ -1813,7 +1812,7 @@ declare namespace registrator {
|
|
|
1813
1812
|
export type { IAccount$2 as IAccount, IAdduser$1 as IAdduser, IAsset$5 as IAsset, registrator_IChangekey as IChangekey, IChecksum256$5 as IChecksum256, registrator_IConfirmreg as IConfirmreg, ICooperative$1 as ICooperative, registrator_ICreatebranch as ICreatebranch, registrator_IDelcoop as IDelcoop, registrator_IDisbranches as IDisbranches, IDocument$3 as IDocument, registrator_IEnabranches as IEnabranches, IInit$7 as IInit, IJoincoop$1 as IJoincoop, IMigrate$1 as IMigrate, IName$7 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, IPublicKey$4 as IPublicKey, registrator_IRegcoop as IRegcoop, registrator_IReguser as IReguser, ISignature$3 as ISignature, registrator_IStcoopstatus as IStcoopstatus, ITimePointSec$6 as ITimePointSec, registrator_IUpdateaccnt as IUpdateaccnt, registrator_IUpdatecoop as IUpdatecoop, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
|
|
1814
1813
|
}
|
|
1815
1814
|
|
|
1816
|
-
declare const authorizations$
|
|
1815
|
+
declare const authorizations$2b: readonly [{
|
|
1817
1816
|
readonly permissions: readonly ["active"];
|
|
1818
1817
|
readonly actor: {
|
|
1819
1818
|
readonly production: "eosio";
|
|
@@ -1823,7 +1822,7 @@ declare const authorizations$2d: readonly [{
|
|
|
1823
1822
|
/**
|
|
1824
1823
|
* Имя действия
|
|
1825
1824
|
*/
|
|
1826
|
-
declare const actionName$
|
|
1825
|
+
declare const actionName$2b = "verificate";
|
|
1827
1826
|
/**
|
|
1828
1827
|
* @interface
|
|
1829
1828
|
*/
|
|
@@ -1831,17 +1830,17 @@ type IVerificateAccount = IVerificate;
|
|
|
1831
1830
|
|
|
1832
1831
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1833
1832
|
declare namespace verificateAccount {
|
|
1834
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$
|
|
1833
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$2b as actionName, authorizations$2b as authorizations };
|
|
1835
1834
|
}
|
|
1836
1835
|
|
|
1837
|
-
declare const authorizations$
|
|
1836
|
+
declare const authorizations$2a: readonly [{
|
|
1838
1837
|
readonly permissions: readonly ["active"];
|
|
1839
1838
|
readonly actor: "_username";
|
|
1840
1839
|
}];
|
|
1841
1840
|
/**
|
|
1842
1841
|
* Имя действия
|
|
1843
1842
|
*/
|
|
1844
|
-
declare const actionName$
|
|
1843
|
+
declare const actionName$2a = "updateaccnt";
|
|
1845
1844
|
/**
|
|
1846
1845
|
* @interface
|
|
1847
1846
|
*/
|
|
@@ -1849,17 +1848,17 @@ type IUpdateAccount = IUpdateaccnt;
|
|
|
1849
1848
|
|
|
1850
1849
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1851
1850
|
declare namespace updateAccount {
|
|
1852
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1851
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$2a as actionName, authorizations$2a as authorizations };
|
|
1853
1852
|
}
|
|
1854
1853
|
|
|
1855
|
-
declare const authorizations$
|
|
1854
|
+
declare const authorizations$29: readonly [{
|
|
1856
1855
|
readonly permissions: readonly ["active"];
|
|
1857
1856
|
readonly actor: "_username";
|
|
1858
1857
|
}];
|
|
1859
1858
|
/**
|
|
1860
1859
|
* Имя действия
|
|
1861
1860
|
*/
|
|
1862
|
-
declare const actionName$
|
|
1861
|
+
declare const actionName$29 = "updatecoop";
|
|
1863
1862
|
/**
|
|
1864
1863
|
* @interface
|
|
1865
1864
|
*/
|
|
@@ -1867,13 +1866,13 @@ type IUpdateCoop = IUpdatecoop;
|
|
|
1867
1866
|
|
|
1868
1867
|
type updateCoop_IUpdateCoop = IUpdateCoop;
|
|
1869
1868
|
declare namespace updateCoop {
|
|
1870
|
-
export { type updateCoop_IUpdateCoop as IUpdateCoop, actionName$
|
|
1869
|
+
export { type updateCoop_IUpdateCoop as IUpdateCoop, actionName$29 as actionName, authorizations$29 as authorizations };
|
|
1871
1870
|
}
|
|
1872
1871
|
|
|
1873
1872
|
/**
|
|
1874
1873
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1875
1874
|
*/
|
|
1876
|
-
declare const authorizations$
|
|
1875
|
+
declare const authorizations$28: readonly [{
|
|
1877
1876
|
readonly permissions: readonly ["active", {
|
|
1878
1877
|
readonly contract: "_contract";
|
|
1879
1878
|
readonly action: "actionName";
|
|
@@ -1883,17 +1882,17 @@ declare const authorizations$2a: readonly [{
|
|
|
1883
1882
|
/**
|
|
1884
1883
|
* Имя действия
|
|
1885
1884
|
*/
|
|
1886
|
-
declare const actionName$
|
|
1885
|
+
declare const actionName$28 = "newaccount";
|
|
1887
1886
|
/**
|
|
1888
1887
|
* @interface
|
|
1889
1888
|
*/
|
|
1890
1889
|
type ICreateAccount$1 = INewaccount$1;
|
|
1891
1890
|
|
|
1892
1891
|
declare namespace createAccount$1 {
|
|
1893
|
-
export { type ICreateAccount$1 as ICreateAccount, actionName$
|
|
1892
|
+
export { type ICreateAccount$1 as ICreateAccount, actionName$28 as actionName, authorizations$28 as authorizations };
|
|
1894
1893
|
}
|
|
1895
1894
|
|
|
1896
|
-
declare const authorizations$
|
|
1895
|
+
declare const authorizations$27: readonly [{
|
|
1897
1896
|
readonly permissions: readonly ["active", {
|
|
1898
1897
|
readonly contract: "_contract";
|
|
1899
1898
|
readonly action: "actionName";
|
|
@@ -1903,7 +1902,7 @@ declare const authorizations$29: readonly [{
|
|
|
1903
1902
|
/**
|
|
1904
1903
|
* Имя действия
|
|
1905
1904
|
*/
|
|
1906
|
-
declare const actionName$
|
|
1905
|
+
declare const actionName$27 = "reguser";
|
|
1907
1906
|
/**
|
|
1908
1907
|
* @interface
|
|
1909
1908
|
*/
|
|
@@ -1911,10 +1910,10 @@ type IRegistrerUser = IReguser;
|
|
|
1911
1910
|
|
|
1912
1911
|
type registerUser_IRegistrerUser = IRegistrerUser;
|
|
1913
1912
|
declare namespace registerUser {
|
|
1914
|
-
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$
|
|
1913
|
+
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$27 as actionName, authorizations$27 as authorizations };
|
|
1915
1914
|
}
|
|
1916
1915
|
|
|
1917
|
-
declare const authorizations$
|
|
1916
|
+
declare const authorizations$26: readonly [{
|
|
1918
1917
|
readonly permissions: readonly ["active", {
|
|
1919
1918
|
readonly contract: "_contract";
|
|
1920
1919
|
readonly action: "actionName";
|
|
@@ -1924,7 +1923,7 @@ declare const authorizations$28: readonly [{
|
|
|
1924
1923
|
/**
|
|
1925
1924
|
* Имя действия
|
|
1926
1925
|
*/
|
|
1927
|
-
declare const actionName$
|
|
1926
|
+
declare const actionName$26 = "regcoop";
|
|
1928
1927
|
/**
|
|
1929
1928
|
* @interface
|
|
1930
1929
|
*/
|
|
@@ -1932,10 +1931,10 @@ type IRegisterCooperative = IRegcoop;
|
|
|
1932
1931
|
|
|
1933
1932
|
type registerCooperative_IRegisterCooperative = IRegisterCooperative;
|
|
1934
1933
|
declare namespace registerCooperative {
|
|
1935
|
-
export { type registerCooperative_IRegisterCooperative as IRegisterCooperative, actionName$
|
|
1934
|
+
export { type registerCooperative_IRegisterCooperative as IRegisterCooperative, actionName$26 as actionName, authorizations$26 as authorizations };
|
|
1936
1935
|
}
|
|
1937
1936
|
|
|
1938
|
-
declare const authorizations$
|
|
1937
|
+
declare const authorizations$25: readonly [{
|
|
1939
1938
|
readonly permissions: readonly ["active"];
|
|
1940
1939
|
readonly actor: {
|
|
1941
1940
|
readonly production: "eosio";
|
|
@@ -1945,7 +1944,7 @@ declare const authorizations$27: readonly [{
|
|
|
1945
1944
|
/**
|
|
1946
1945
|
* Имя действия
|
|
1947
1946
|
*/
|
|
1948
|
-
declare const actionName$
|
|
1947
|
+
declare const actionName$25 = "changekey";
|
|
1949
1948
|
/**
|
|
1950
1949
|
* @interface
|
|
1951
1950
|
*/
|
|
@@ -1953,13 +1952,13 @@ type IChangeKey = IChangekey;
|
|
|
1953
1952
|
|
|
1954
1953
|
type changeKey_IChangeKey = IChangeKey;
|
|
1955
1954
|
declare namespace changeKey {
|
|
1956
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1955
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$25 as actionName, authorizations$25 as authorizations };
|
|
1957
1956
|
}
|
|
1958
1957
|
|
|
1959
1958
|
/**
|
|
1960
1959
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1961
1960
|
*/
|
|
1962
|
-
declare const authorizations$
|
|
1961
|
+
declare const authorizations$24: readonly [{
|
|
1963
1962
|
readonly permissions: readonly ["active", {
|
|
1964
1963
|
readonly contract: "_contract";
|
|
1965
1964
|
readonly action: "actionName";
|
|
@@ -1972,7 +1971,7 @@ declare const authorizations$26: readonly [{
|
|
|
1972
1971
|
/**
|
|
1973
1972
|
* Имя действия
|
|
1974
1973
|
*/
|
|
1975
|
-
declare const actionName$
|
|
1974
|
+
declare const actionName$24 = "joincoop";
|
|
1976
1975
|
/**
|
|
1977
1976
|
* @interface
|
|
1978
1977
|
*/
|
|
@@ -1980,10 +1979,10 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1980
1979
|
|
|
1981
1980
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1982
1981
|
declare namespace joinCooperative {
|
|
1983
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1982
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$24 as actionName, authorizations$24 as authorizations };
|
|
1984
1983
|
}
|
|
1985
1984
|
|
|
1986
|
-
declare const authorizations$
|
|
1985
|
+
declare const authorizations$23: readonly [{
|
|
1987
1986
|
readonly permissions: readonly ["active"];
|
|
1988
1987
|
readonly actor: {
|
|
1989
1988
|
readonly production: "eosio";
|
|
@@ -1993,17 +1992,17 @@ declare const authorizations$25: readonly [{
|
|
|
1993
1992
|
/**
|
|
1994
1993
|
* Имя действия
|
|
1995
1994
|
*/
|
|
1996
|
-
declare const actionName$
|
|
1995
|
+
declare const actionName$23 = "init";
|
|
1997
1996
|
/**
|
|
1998
1997
|
* @interface
|
|
1999
1998
|
*/
|
|
2000
1999
|
type IInit$6 = IInit$7;
|
|
2001
2000
|
|
|
2002
2001
|
declare namespace init$3 {
|
|
2003
|
-
export { type IInit$6 as IInit, actionName$
|
|
2002
|
+
export { type IInit$6 as IInit, actionName$23 as actionName, authorizations$23 as authorizations };
|
|
2004
2003
|
}
|
|
2005
2004
|
|
|
2006
|
-
declare const authorizations$
|
|
2005
|
+
declare const authorizations$22: readonly [{
|
|
2007
2006
|
readonly permissions: readonly ["active", {
|
|
2008
2007
|
readonly contract: "_contract";
|
|
2009
2008
|
readonly action: "actionName";
|
|
@@ -2013,7 +2012,7 @@ declare const authorizations$24: readonly [{
|
|
|
2013
2012
|
/**
|
|
2014
2013
|
* Имя действия
|
|
2015
2014
|
*/
|
|
2016
|
-
declare const actionName$
|
|
2015
|
+
declare const actionName$22 = "adduser";
|
|
2017
2016
|
/**
|
|
2018
2017
|
* @interface
|
|
2019
2018
|
*/
|
|
@@ -2021,10 +2020,10 @@ type IAddUser = IAdduser$1;
|
|
|
2021
2020
|
|
|
2022
2021
|
type addUser_IAddUser = IAddUser;
|
|
2023
2022
|
declare namespace addUser {
|
|
2024
|
-
export { type addUser_IAddUser as IAddUser, actionName$
|
|
2023
|
+
export { type addUser_IAddUser as IAddUser, actionName$22 as actionName, authorizations$22 as authorizations };
|
|
2025
2024
|
}
|
|
2026
2025
|
|
|
2027
|
-
declare const authorizations$
|
|
2026
|
+
declare const authorizations$21: readonly [{
|
|
2028
2027
|
readonly permissions: readonly ["active", {
|
|
2029
2028
|
readonly contract: "_contract";
|
|
2030
2029
|
readonly action: "actionName";
|
|
@@ -2034,7 +2033,7 @@ declare const authorizations$23: readonly [{
|
|
|
2034
2033
|
/**
|
|
2035
2034
|
* Имя действия
|
|
2036
2035
|
*/
|
|
2037
|
-
declare const actionName$
|
|
2036
|
+
declare const actionName$21 = "stcoopstatus";
|
|
2038
2037
|
/**
|
|
2039
2038
|
* @interface
|
|
2040
2039
|
*/
|
|
@@ -2042,10 +2041,10 @@ type ISetCoopStatus = IStcoopstatus;
|
|
|
2042
2041
|
|
|
2043
2042
|
type setCoopStatus_ISetCoopStatus = ISetCoopStatus;
|
|
2044
2043
|
declare namespace setCoopStatus {
|
|
2045
|
-
export { type setCoopStatus_ISetCoopStatus as ISetCoopStatus, actionName$
|
|
2044
|
+
export { type setCoopStatus_ISetCoopStatus as ISetCoopStatus, actionName$21 as actionName, authorizations$21 as authorizations };
|
|
2046
2045
|
}
|
|
2047
2046
|
|
|
2048
|
-
declare const authorizations$
|
|
2047
|
+
declare const authorizations$20: readonly [{
|
|
2049
2048
|
readonly permissions: readonly ["active", {
|
|
2050
2049
|
readonly contract: "_contract";
|
|
2051
2050
|
readonly action: "actionName";
|
|
@@ -2055,7 +2054,7 @@ declare const authorizations$22: readonly [{
|
|
|
2055
2054
|
/**
|
|
2056
2055
|
* Имя действия
|
|
2057
2056
|
*/
|
|
2058
|
-
declare const actionName$
|
|
2057
|
+
declare const actionName$20 = "delcoop";
|
|
2059
2058
|
/**
|
|
2060
2059
|
* @interface
|
|
2061
2060
|
*/
|
|
@@ -2063,17 +2062,17 @@ type IDeleteCooperative = IDelcoop;
|
|
|
2063
2062
|
|
|
2064
2063
|
type deleteCooperative_IDeleteCooperative = IDeleteCooperative;
|
|
2065
2064
|
declare namespace deleteCooperative {
|
|
2066
|
-
export { type deleteCooperative_IDeleteCooperative as IDeleteCooperative, actionName$
|
|
2065
|
+
export { type deleteCooperative_IDeleteCooperative as IDeleteCooperative, actionName$20 as actionName, authorizations$20 as authorizations };
|
|
2067
2066
|
}
|
|
2068
2067
|
|
|
2069
|
-
declare const authorizations$
|
|
2068
|
+
declare const authorizations$1$: readonly [{
|
|
2070
2069
|
readonly permissions: readonly ["active"];
|
|
2071
2070
|
readonly actor: "_coopname";
|
|
2072
2071
|
}];
|
|
2073
2072
|
/**
|
|
2074
2073
|
* Имя действия
|
|
2075
2074
|
*/
|
|
2076
|
-
declare const actionName$
|
|
2075
|
+
declare const actionName$1$ = "enabranches";
|
|
2077
2076
|
/**
|
|
2078
2077
|
* @interface
|
|
2079
2078
|
* @private
|
|
@@ -2082,17 +2081,17 @@ type IEnableBranches = IEnabranches;
|
|
|
2082
2081
|
|
|
2083
2082
|
type enableBranches_IEnableBranches = IEnableBranches;
|
|
2084
2083
|
declare namespace enableBranches {
|
|
2085
|
-
export { type enableBranches_IEnableBranches as IEnableBranches, actionName$
|
|
2084
|
+
export { type enableBranches_IEnableBranches as IEnableBranches, actionName$1$ as actionName, authorizations$1$ as authorizations };
|
|
2086
2085
|
}
|
|
2087
2086
|
|
|
2088
|
-
declare const authorizations$
|
|
2087
|
+
declare const authorizations$1_: readonly [{
|
|
2089
2088
|
readonly permissions: readonly ["active"];
|
|
2090
2089
|
readonly actor: "_coopname";
|
|
2091
2090
|
}];
|
|
2092
2091
|
/**
|
|
2093
2092
|
* Имя действия
|
|
2094
2093
|
*/
|
|
2095
|
-
declare const actionName$
|
|
2094
|
+
declare const actionName$1_ = "disbranches";
|
|
2096
2095
|
/**
|
|
2097
2096
|
* @interface
|
|
2098
2097
|
* @private
|
|
@@ -2101,7 +2100,7 @@ type IDisableBranches = IDisbranches;
|
|
|
2101
2100
|
|
|
2102
2101
|
type disableBranches_IDisableBranches = IDisableBranches;
|
|
2103
2102
|
declare namespace disableBranches {
|
|
2104
|
-
export { type disableBranches_IDisableBranches as IDisableBranches, actionName$
|
|
2103
|
+
export { type disableBranches_IDisableBranches as IDisableBranches, actionName$1_ as actionName, authorizations$1_ as authorizations };
|
|
2105
2104
|
}
|
|
2106
2105
|
|
|
2107
2106
|
/**
|
|
@@ -2218,14 +2217,14 @@ declare namespace token {
|
|
|
2218
2217
|
export type { token_IAccount as IAccount, IAsset$4 as IAsset, IClose$1 as IClose, ICreate$1 as ICreate, ICurrencyStats$1 as ICurrencyStats, IIssue$1 as IIssue, IName$6 as IName, IOpen$1 as IOpen, IRetire$1 as IRetire, ISymbol$1 as ISymbol, ITransfer$1 as ITransfer };
|
|
2219
2218
|
}
|
|
2220
2219
|
|
|
2221
|
-
declare const authorizations$
|
|
2220
|
+
declare const authorizations$1Z: readonly [{
|
|
2222
2221
|
readonly permissions: readonly ["active"];
|
|
2223
2222
|
readonly actor: "_username";
|
|
2224
2223
|
}];
|
|
2225
2224
|
/**
|
|
2226
2225
|
* Имя действия
|
|
2227
2226
|
*/
|
|
2228
|
-
declare const actionName$
|
|
2227
|
+
declare const actionName$1Z = "transfer";
|
|
2229
2228
|
/**
|
|
2230
2229
|
* @interface
|
|
2231
2230
|
*/
|
|
@@ -2233,17 +2232,17 @@ type ITransfer = ITransfer$1;
|
|
|
2233
2232
|
|
|
2234
2233
|
type transfer_ITransfer = ITransfer;
|
|
2235
2234
|
declare namespace transfer {
|
|
2236
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
2235
|
+
export { type transfer_ITransfer as ITransfer, actionName$1Z as actionName, authorizations$1Z as authorizations };
|
|
2237
2236
|
}
|
|
2238
2237
|
|
|
2239
|
-
declare const authorizations$
|
|
2238
|
+
declare const authorizations$1Y: readonly [{
|
|
2240
2239
|
readonly permissions: readonly ["active"];
|
|
2241
2240
|
readonly actor: "_username";
|
|
2242
2241
|
}];
|
|
2243
2242
|
/**
|
|
2244
2243
|
* Имя действия
|
|
2245
2244
|
*/
|
|
2246
|
-
declare const actionName$
|
|
2245
|
+
declare const actionName$1Y = "open";
|
|
2247
2246
|
/**
|
|
2248
2247
|
* @interface
|
|
2249
2248
|
*/
|
|
@@ -2251,7 +2250,7 @@ type IOpen = IOpen$1;
|
|
|
2251
2250
|
|
|
2252
2251
|
type open_IOpen = IOpen;
|
|
2253
2252
|
declare namespace open {
|
|
2254
|
-
export { type open_IOpen as IOpen, actionName$
|
|
2253
|
+
export { type open_IOpen as IOpen, actionName$1Y as actionName, authorizations$1Y as authorizations };
|
|
2255
2254
|
}
|
|
2256
2255
|
|
|
2257
2256
|
/**
|
|
@@ -2261,28 +2260,28 @@ type IClose = IClose$1;
|
|
|
2261
2260
|
/**
|
|
2262
2261
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
2263
2262
|
*/
|
|
2264
|
-
declare const authorizations$
|
|
2263
|
+
declare const authorizations$1X: readonly [{
|
|
2265
2264
|
readonly permissions: readonly ["active"];
|
|
2266
2265
|
readonly actor: "_username";
|
|
2267
2266
|
}];
|
|
2268
2267
|
/**
|
|
2269
2268
|
* Имя действия
|
|
2270
2269
|
*/
|
|
2271
|
-
declare const actionName$
|
|
2270
|
+
declare const actionName$1X = "close";
|
|
2272
2271
|
|
|
2273
2272
|
type close_IClose = IClose;
|
|
2274
2273
|
declare namespace close {
|
|
2275
|
-
export { type close_IClose as IClose, actionName$
|
|
2274
|
+
export { type close_IClose as IClose, actionName$1X as actionName, authorizations$1X as authorizations };
|
|
2276
2275
|
}
|
|
2277
2276
|
|
|
2278
|
-
declare const authorizations$
|
|
2277
|
+
declare const authorizations$1W: readonly [{
|
|
2279
2278
|
readonly permissions: readonly ["active"];
|
|
2280
2279
|
readonly actor: "_system";
|
|
2281
2280
|
}];
|
|
2282
2281
|
/**
|
|
2283
2282
|
* Имя действия
|
|
2284
2283
|
*/
|
|
2285
|
-
declare const actionName$
|
|
2284
|
+
declare const actionName$1W = "create";
|
|
2286
2285
|
/**
|
|
2287
2286
|
* @interface
|
|
2288
2287
|
*/
|
|
@@ -2290,20 +2289,20 @@ type ICreate = ICreate$1;
|
|
|
2290
2289
|
|
|
2291
2290
|
type create_ICreate = ICreate;
|
|
2292
2291
|
declare namespace create {
|
|
2293
|
-
export { type create_ICreate as ICreate, actionName$
|
|
2292
|
+
export { type create_ICreate as ICreate, actionName$1W as actionName, authorizations$1W as authorizations };
|
|
2294
2293
|
}
|
|
2295
2294
|
|
|
2296
2295
|
/**
|
|
2297
2296
|
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная в поле issuer при создании токена.
|
|
2298
2297
|
*/
|
|
2299
|
-
declare const authorizations$
|
|
2298
|
+
declare const authorizations$1V: readonly [{
|
|
2300
2299
|
readonly permissions: readonly ["active"];
|
|
2301
2300
|
readonly actor: "currencyStats.issuer";
|
|
2302
2301
|
}];
|
|
2303
2302
|
/**
|
|
2304
2303
|
* Имя действия
|
|
2305
2304
|
*/
|
|
2306
|
-
declare const actionName$
|
|
2305
|
+
declare const actionName$1V = "issue";
|
|
2307
2306
|
/**
|
|
2308
2307
|
* @interface
|
|
2309
2308
|
*/
|
|
@@ -2311,20 +2310,20 @@ type IIssue = IIssue$1;
|
|
|
2311
2310
|
|
|
2312
2311
|
type issue_IIssue = IIssue;
|
|
2313
2312
|
declare namespace issue {
|
|
2314
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
2313
|
+
export { type issue_IIssue as IIssue, actionName$1V as actionName, authorizations$1V as authorizations };
|
|
2315
2314
|
}
|
|
2316
2315
|
|
|
2317
2316
|
/**
|
|
2318
2317
|
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная при создании токена.
|
|
2319
2318
|
*/
|
|
2320
|
-
declare const authorizations$
|
|
2319
|
+
declare const authorizations$1U: readonly [{
|
|
2321
2320
|
readonly permissions: readonly ["active"];
|
|
2322
2321
|
readonly actor: "currencyStats.issuer";
|
|
2323
2322
|
}];
|
|
2324
2323
|
/**
|
|
2325
2324
|
* Имя действия
|
|
2326
2325
|
*/
|
|
2327
|
-
declare const actionName$
|
|
2326
|
+
declare const actionName$1U = "retire";
|
|
2328
2327
|
/**
|
|
2329
2328
|
* @interface
|
|
2330
2329
|
*/
|
|
@@ -2332,7 +2331,7 @@ type IRetire = IRetire$1;
|
|
|
2332
2331
|
|
|
2333
2332
|
type retire_IRetire = IRetire;
|
|
2334
2333
|
declare namespace retire {
|
|
2335
|
-
export { type retire_IRetire as IRetire, actionName$
|
|
2334
|
+
export { type retire_IRetire as IRetire, actionName$1U as actionName, authorizations$1U as authorizations };
|
|
2336
2335
|
}
|
|
2337
2336
|
|
|
2338
2337
|
/**
|
|
@@ -2405,12 +2404,13 @@ type IPublicKey$3 = string;
|
|
|
2405
2404
|
type ISignature$2 = string;
|
|
2406
2405
|
type ITimePointSec$5 = string;
|
|
2407
2406
|
type IUint64$3 = number | string;
|
|
2408
|
-
interface
|
|
2407
|
+
interface IAddbal {
|
|
2409
2408
|
coopname: IName$5;
|
|
2410
2409
|
username: IName$5;
|
|
2410
|
+
program_id: IUint64$3;
|
|
2411
2411
|
quantity: IAsset$3;
|
|
2412
2412
|
}
|
|
2413
|
-
interface
|
|
2413
|
+
interface IAddmemberfee {
|
|
2414
2414
|
coopname: IName$5;
|
|
2415
2415
|
username: IName$5;
|
|
2416
2416
|
program_id: IUint64$3;
|
|
@@ -2503,6 +2503,7 @@ interface IBlock {
|
|
|
2503
2503
|
interface IBlockbal {
|
|
2504
2504
|
coopname: IName$5;
|
|
2505
2505
|
username: IName$5;
|
|
2506
|
+
program_id: IUint64$3;
|
|
2506
2507
|
quantity: IAsset$3;
|
|
2507
2508
|
}
|
|
2508
2509
|
interface IBoardMember {
|
|
@@ -2544,6 +2545,13 @@ interface IChanges$1 {
|
|
|
2544
2545
|
contribution_product_decision_id: IUint64$3;
|
|
2545
2546
|
return_product_decision_id: IUint64$3;
|
|
2546
2547
|
}
|
|
2548
|
+
interface IClaim$2 {
|
|
2549
|
+
coopname: IName$5;
|
|
2550
|
+
username: IName$5;
|
|
2551
|
+
result_id: IUint64$3;
|
|
2552
|
+
statement: IDocument$2;
|
|
2553
|
+
meta: string;
|
|
2554
|
+
}
|
|
2547
2555
|
interface ICoagreement {
|
|
2548
2556
|
type: IName$5;
|
|
2549
2557
|
coopname: IName$5;
|
|
@@ -2556,6 +2564,13 @@ interface IConfirmagree {
|
|
|
2556
2564
|
username: IName$5;
|
|
2557
2565
|
agreement_id: IUint64$3;
|
|
2558
2566
|
}
|
|
2567
|
+
interface IContribute$2 {
|
|
2568
|
+
coopname: IName$5;
|
|
2569
|
+
username: IName$5;
|
|
2570
|
+
claim_id: IUint64$3;
|
|
2571
|
+
statement: IDocument$2;
|
|
2572
|
+
meta: string;
|
|
2573
|
+
}
|
|
2559
2574
|
interface ICounts$1 extends ICountsBase$1 {
|
|
2560
2575
|
}
|
|
2561
2576
|
interface ICountsBase$1 {
|
|
@@ -2589,6 +2604,7 @@ interface ICreateprog {
|
|
|
2589
2604
|
calculation_type: IName$5;
|
|
2590
2605
|
fixed_membership_contribution: IAsset$3;
|
|
2591
2606
|
membership_percent_fee: IUint64$3;
|
|
2607
|
+
is_can_coop_spend_share_contributions: boolean;
|
|
2592
2608
|
meta: string;
|
|
2593
2609
|
}
|
|
2594
2610
|
interface IDecision$1 {
|
|
@@ -2616,11 +2632,20 @@ interface IDeclineagree {
|
|
|
2616
2632
|
agreement_id: IUint64$3;
|
|
2617
2633
|
comment: string;
|
|
2618
2634
|
}
|
|
2635
|
+
interface IDeclinedoc {
|
|
2636
|
+
coopname: IName$5;
|
|
2637
|
+
username: IName$5;
|
|
2638
|
+
document: IDocument$2;
|
|
2639
|
+
}
|
|
2619
2640
|
interface IDeladdress {
|
|
2620
2641
|
coopname: IName$5;
|
|
2621
2642
|
chairman: IName$5;
|
|
2622
2643
|
address_id: IUint64$3;
|
|
2623
2644
|
}
|
|
2645
|
+
interface IDeletebranch {
|
|
2646
|
+
coopname: IName$5;
|
|
2647
|
+
braname: IName$5;
|
|
2648
|
+
}
|
|
2624
2649
|
interface IDisableprog {
|
|
2625
2650
|
coopname: IName$5;
|
|
2626
2651
|
program_id: IUint64$3;
|
|
@@ -2717,6 +2742,11 @@ interface INewdecision {
|
|
|
2717
2742
|
decision_id: IUint64$3;
|
|
2718
2743
|
document: IDocument$2;
|
|
2719
2744
|
}
|
|
2745
|
+
interface INewdeclined {
|
|
2746
|
+
coopname: IName$5;
|
|
2747
|
+
username: IName$5;
|
|
2748
|
+
document: IDocument$2;
|
|
2749
|
+
}
|
|
2720
2750
|
interface INewprogram {
|
|
2721
2751
|
coopname: IName$5;
|
|
2722
2752
|
program_id: IUint64$3;
|
|
@@ -2754,6 +2784,8 @@ interface IParticipant {
|
|
|
2754
2784
|
has_vote: boolean;
|
|
2755
2785
|
type: IName$5;
|
|
2756
2786
|
braname: IName$5;
|
|
2787
|
+
initial_amount: IAsset$3;
|
|
2788
|
+
minimum_amount: IAsset$3;
|
|
2757
2789
|
}
|
|
2758
2790
|
interface IProgram$1 {
|
|
2759
2791
|
id: IUint64$3;
|
|
@@ -2772,6 +2804,12 @@ interface IProgram$1 {
|
|
|
2772
2804
|
fixed_membership_contribution: IAsset$3;
|
|
2773
2805
|
start_at: ITimePointSec$5;
|
|
2774
2806
|
expired_at: ITimePointSec$5;
|
|
2807
|
+
available: IAsset$3;
|
|
2808
|
+
spended: IAsset$3;
|
|
2809
|
+
blocked: IAsset$3;
|
|
2810
|
+
is_can_coop_spend_share_contributions: boolean;
|
|
2811
|
+
share_contributions: IAsset$3;
|
|
2812
|
+
membership_contributions: IAsset$3;
|
|
2775
2813
|
}
|
|
2776
2814
|
interface IProgwallet {
|
|
2777
2815
|
id: IUint64$3;
|
|
@@ -2780,6 +2818,8 @@ interface IProgwallet {
|
|
|
2780
2818
|
agreement_id: IUint64$3;
|
|
2781
2819
|
username: IName$5;
|
|
2782
2820
|
available: IAsset$3;
|
|
2821
|
+
blocked: IAsset$3;
|
|
2822
|
+
membership_contribution: IAsset$3;
|
|
2783
2823
|
}
|
|
2784
2824
|
interface IRecieved {
|
|
2785
2825
|
coopname: IName$5;
|
|
@@ -2825,17 +2865,12 @@ interface IStaff {
|
|
|
2825
2865
|
created_at: ITimePointSec$5;
|
|
2826
2866
|
updated_at: ITimePointSec$5;
|
|
2827
2867
|
}
|
|
2828
|
-
interface
|
|
2829
|
-
coopname: IName$5;
|
|
2830
|
-
username: IName$5;
|
|
2831
|
-
quantity: IAsset$3;
|
|
2832
|
-
skip_available_check: boolean;
|
|
2833
|
-
}
|
|
2834
|
-
interface ISubprogbal {
|
|
2868
|
+
interface ISubbal {
|
|
2835
2869
|
coopname: IName$5;
|
|
2836
2870
|
username: IName$5;
|
|
2837
2871
|
program_id: IUint64$3;
|
|
2838
2872
|
quantity: IAsset$3;
|
|
2873
|
+
skip_available_check: boolean;
|
|
2839
2874
|
}
|
|
2840
2875
|
interface IUnblock {
|
|
2841
2876
|
coopname: IName$5;
|
|
@@ -2847,6 +2882,7 @@ interface IUnblock {
|
|
|
2847
2882
|
interface IUnblockbal {
|
|
2848
2883
|
coopname: IName$5;
|
|
2849
2884
|
username: IName$5;
|
|
2885
|
+
program_id: IUint64$3;
|
|
2850
2886
|
quantity: IAsset$3;
|
|
2851
2887
|
}
|
|
2852
2888
|
interface IUpdateboard {
|
|
@@ -2878,8 +2914,8 @@ interface IWithdraw {
|
|
|
2878
2914
|
withdraw_id: IUint64$3;
|
|
2879
2915
|
}
|
|
2880
2916
|
|
|
2881
|
-
type
|
|
2882
|
-
type
|
|
2917
|
+
type soviet_IAddbal = IAddbal;
|
|
2918
|
+
type soviet_IAddmemberfee = IAddmemberfee;
|
|
2883
2919
|
type soviet_IAddressData = IAddressData;
|
|
2884
2920
|
type soviet_IAddstaff = IAddstaff;
|
|
2885
2921
|
type soviet_IAdduser = IAdduser;
|
|
@@ -2896,7 +2932,9 @@ type soviet_IConfirmagree = IConfirmagree;
|
|
|
2896
2932
|
type soviet_ICreaddress = ICreaddress;
|
|
2897
2933
|
type soviet_ICreateprog = ICreateprog;
|
|
2898
2934
|
type soviet_IDeclineagree = IDeclineagree;
|
|
2935
|
+
type soviet_IDeclinedoc = IDeclinedoc;
|
|
2899
2936
|
type soviet_IDeladdress = IDeladdress;
|
|
2937
|
+
type soviet_IDeletebranch = IDeletebranch;
|
|
2900
2938
|
type soviet_IDisableprog = IDisableprog;
|
|
2901
2939
|
type soviet_IEditaddress = IEditaddress;
|
|
2902
2940
|
type soviet_IEditprog = IEditprog;
|
|
@@ -2909,6 +2947,7 @@ type soviet_IMigrate = IMigrate;
|
|
|
2909
2947
|
type soviet_INewact = INewact;
|
|
2910
2948
|
type soviet_INewbatch = INewbatch;
|
|
2911
2949
|
type soviet_INewdecision = INewdecision;
|
|
2950
|
+
type soviet_INewdeclined = INewdeclined;
|
|
2912
2951
|
type soviet_INewprogram = INewprogram;
|
|
2913
2952
|
type soviet_INewresolved = INewresolved;
|
|
2914
2953
|
type soviet_INewsubmitted = INewsubmitted;
|
|
@@ -2923,8 +2962,7 @@ type soviet_ISelectbranch = ISelectbranch;
|
|
|
2923
2962
|
type soviet_ISetrights = ISetrights;
|
|
2924
2963
|
type soviet_ISndagreement = ISndagreement;
|
|
2925
2964
|
type soviet_IStaff = IStaff;
|
|
2926
|
-
type
|
|
2927
|
-
type soviet_ISubprogbal = ISubprogbal;
|
|
2965
|
+
type soviet_ISubbal = ISubbal;
|
|
2928
2966
|
type soviet_IUnblock = IUnblock;
|
|
2929
2967
|
type soviet_IUnblockbal = IUnblockbal;
|
|
2930
2968
|
type soviet_IUpdateboard = IUpdateboard;
|
|
@@ -2932,13 +2970,13 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2932
2970
|
type soviet_IVotefor = IVotefor;
|
|
2933
2971
|
type soviet_IWithdraw = IWithdraw;
|
|
2934
2972
|
declare namespace soviet {
|
|
2935
|
-
export type {
|
|
2973
|
+
export type { soviet_IAddbal as IAddbal, soviet_IAddmemberfee as IAddmemberfee, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, soviet_IAdduser as IAdduser, IAgreement$1 as IAgreement, IAsset$3 as IAsset, IAuthorize$5 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, soviet_IBlock as IBlock, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelreg as ICancelreg, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$4 as IChecksum256, IClaim$2 as IClaim, soviet_ICoagreement as ICoagreement, soviet_IConfirmagree as IConfirmagree, IContribute$2 as IContribute, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreateprog as ICreateprog, IDecision$1 as IDecision, soviet_IDeclineagree as IDeclineagree, soviet_IDeclinedoc as IDeclinedoc, soviet_IDeladdress as IDeladdress, soviet_IDeletebranch as IDeletebranch, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$2 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFreedecision as IFreedecision, soviet_IFundwithdraw as IFundwithdraw, IInit$5 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, soviet_IMakecoagreem as IMakecoagreem, soviet_IMigrate as IMigrate, IName$5 as IName, soviet_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewdeclined as INewdeclined, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, soviet_IParticipant as IParticipant, IProgram$1 as IProgram, soviet_IProgwallet as IProgwallet, IPublicKey$3 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISelectbranch as ISelectbranch, soviet_ISetrights as ISetrights, ISignature$2 as ISignature, soviet_ISndagreement as ISndagreement, soviet_IStaff as IStaff, soviet_ISubbal as ISubbal, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, soviet_IUnblock as IUnblock, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, soviet_IWithdraw as IWithdraw };
|
|
2936
2974
|
}
|
|
2937
2975
|
|
|
2938
2976
|
/**
|
|
2939
2977
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2940
2978
|
*/
|
|
2941
|
-
declare const authorizations$
|
|
2979
|
+
declare const authorizations$1T: readonly [{
|
|
2942
2980
|
readonly permissions: readonly ["active"];
|
|
2943
2981
|
readonly actor: {
|
|
2944
2982
|
readonly production: "soviet";
|
|
@@ -2948,7 +2986,7 @@ declare const authorizations$1V: readonly [{
|
|
|
2948
2986
|
/**
|
|
2949
2987
|
* Имя действия
|
|
2950
2988
|
*/
|
|
2951
|
-
declare const actionName$
|
|
2989
|
+
declare const actionName$1T = "newsubmitted";
|
|
2952
2990
|
/**
|
|
2953
2991
|
* @interface
|
|
2954
2992
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
@@ -2957,13 +2995,13 @@ type INewSubmitted = INewsubmitted;
|
|
|
2957
2995
|
|
|
2958
2996
|
type newsubmitted_INewSubmitted = INewSubmitted;
|
|
2959
2997
|
declare namespace newsubmitted {
|
|
2960
|
-
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$
|
|
2998
|
+
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$1T as actionName, authorizations$1T as authorizations };
|
|
2961
2999
|
}
|
|
2962
3000
|
|
|
2963
3001
|
/**
|
|
2964
3002
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2965
3003
|
*/
|
|
2966
|
-
declare const authorizations$
|
|
3004
|
+
declare const authorizations$1S: readonly [{
|
|
2967
3005
|
readonly permissions: readonly ["active"];
|
|
2968
3006
|
readonly actor: {
|
|
2969
3007
|
readonly production: "soviet";
|
|
@@ -2973,7 +3011,7 @@ declare const authorizations$1U: readonly [{
|
|
|
2973
3011
|
/**
|
|
2974
3012
|
* Имя действия
|
|
2975
3013
|
*/
|
|
2976
|
-
declare const actionName$
|
|
3014
|
+
declare const actionName$1S = "newbatch";
|
|
2977
3015
|
/**
|
|
2978
3016
|
* @interface
|
|
2979
3017
|
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
@@ -2982,13 +3020,13 @@ type INewBatch = INewbatch;
|
|
|
2982
3020
|
|
|
2983
3021
|
type newbatch_INewBatch = INewBatch;
|
|
2984
3022
|
declare namespace newbatch {
|
|
2985
|
-
export { type newbatch_INewBatch as INewBatch, actionName$
|
|
3023
|
+
export { type newbatch_INewBatch as INewBatch, actionName$1S as actionName, authorizations$1S as authorizations };
|
|
2986
3024
|
}
|
|
2987
3025
|
|
|
2988
3026
|
/**
|
|
2989
3027
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2990
3028
|
*/
|
|
2991
|
-
declare const authorizations$
|
|
3029
|
+
declare const authorizations$1R: readonly [{
|
|
2992
3030
|
readonly permissions: readonly ["active"];
|
|
2993
3031
|
readonly actor: {
|
|
2994
3032
|
readonly production: "soviet";
|
|
@@ -2998,7 +3036,7 @@ declare const authorizations$1T: readonly [{
|
|
|
2998
3036
|
/**
|
|
2999
3037
|
* Имя действия
|
|
3000
3038
|
*/
|
|
3001
|
-
declare const actionName$
|
|
3039
|
+
declare const actionName$1R = "newresolved";
|
|
3002
3040
|
/**
|
|
3003
3041
|
* @interface
|
|
3004
3042
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
@@ -3008,13 +3046,13 @@ type INewResolved = INewresolved;
|
|
|
3008
3046
|
|
|
3009
3047
|
type newresolved_INewResolved = INewResolved;
|
|
3010
3048
|
declare namespace newresolved {
|
|
3011
|
-
export { type newresolved_INewResolved as INewResolved, actionName$
|
|
3049
|
+
export { type newresolved_INewResolved as INewResolved, actionName$1R as actionName, authorizations$1R as authorizations };
|
|
3012
3050
|
}
|
|
3013
3051
|
|
|
3014
3052
|
/**
|
|
3015
3053
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
3016
3054
|
*/
|
|
3017
|
-
declare const authorizations$
|
|
3055
|
+
declare const authorizations$1Q: readonly [{
|
|
3018
3056
|
readonly permissions: readonly ["active"];
|
|
3019
3057
|
readonly actor: {
|
|
3020
3058
|
readonly production: "soviet";
|
|
@@ -3024,7 +3062,7 @@ declare const authorizations$1S: readonly [{
|
|
|
3024
3062
|
/**
|
|
3025
3063
|
* Имя действия
|
|
3026
3064
|
*/
|
|
3027
|
-
declare const actionName$
|
|
3065
|
+
declare const actionName$1Q = "newact";
|
|
3028
3066
|
/**
|
|
3029
3067
|
* @interface
|
|
3030
3068
|
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
@@ -3033,13 +3071,13 @@ type INewAct = INewact;
|
|
|
3033
3071
|
|
|
3034
3072
|
type newact_INewAct = INewAct;
|
|
3035
3073
|
declare namespace newact {
|
|
3036
|
-
export { type newact_INewAct as INewAct, actionName$
|
|
3074
|
+
export { type newact_INewAct as INewAct, actionName$1Q as actionName, authorizations$1Q as authorizations };
|
|
3037
3075
|
}
|
|
3038
3076
|
|
|
3039
3077
|
/**
|
|
3040
3078
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
3041
3079
|
*/
|
|
3042
|
-
declare const authorizations$
|
|
3080
|
+
declare const authorizations$1P: readonly [{
|
|
3043
3081
|
readonly permissions: readonly ["active"];
|
|
3044
3082
|
readonly actor: {
|
|
3045
3083
|
readonly production: "soviet";
|
|
@@ -3049,7 +3087,7 @@ declare const authorizations$1R: readonly [{
|
|
|
3049
3087
|
/**
|
|
3050
3088
|
* Имя действия
|
|
3051
3089
|
*/
|
|
3052
|
-
declare const actionName$
|
|
3090
|
+
declare const actionName$1P = "newdecision";
|
|
3053
3091
|
/**
|
|
3054
3092
|
* @interface
|
|
3055
3093
|
* Действие фиксирует в реестре принятое решение совета.
|
|
@@ -3058,13 +3096,13 @@ type INewDecision = INewdecision;
|
|
|
3058
3096
|
|
|
3059
3097
|
type newdecision_INewDecision = INewDecision;
|
|
3060
3098
|
declare namespace newdecision {
|
|
3061
|
-
export { type newdecision_INewDecision as INewDecision, actionName$
|
|
3099
|
+
export { type newdecision_INewDecision as INewDecision, actionName$1P as actionName, authorizations$1P as authorizations };
|
|
3062
3100
|
}
|
|
3063
3101
|
|
|
3064
3102
|
/**
|
|
3065
3103
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
3066
3104
|
*/
|
|
3067
|
-
declare const authorizations$
|
|
3105
|
+
declare const authorizations$1O: readonly [{
|
|
3068
3106
|
readonly permissions: readonly ["active"];
|
|
3069
3107
|
readonly actor: {
|
|
3070
3108
|
readonly production: "soviet";
|
|
@@ -3074,7 +3112,7 @@ declare const authorizations$1Q: readonly [{
|
|
|
3074
3112
|
/**
|
|
3075
3113
|
* Имя действия
|
|
3076
3114
|
*/
|
|
3077
|
-
declare const actionName$
|
|
3115
|
+
declare const actionName$1O = "newprogram";
|
|
3078
3116
|
/**
|
|
3079
3117
|
* @interface
|
|
3080
3118
|
* Действие фиксирует созданную программу после создания и возвращает её идентификатор
|
|
@@ -3083,7 +3121,7 @@ type INewProgram = INewprogram;
|
|
|
3083
3121
|
|
|
3084
3122
|
type newprogram_INewProgram = INewProgram;
|
|
3085
3123
|
declare namespace newprogram {
|
|
3086
|
-
export { type newprogram_INewProgram as INewProgram, actionName$
|
|
3124
|
+
export { type newprogram_INewProgram as INewProgram, actionName$1O as actionName, authorizations$1O as authorizations };
|
|
3087
3125
|
}
|
|
3088
3126
|
|
|
3089
3127
|
/**
|
|
@@ -3098,14 +3136,14 @@ declare namespace index$M {
|
|
|
3098
3136
|
/**
|
|
3099
3137
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3100
3138
|
*/
|
|
3101
|
-
declare const authorizations$
|
|
3139
|
+
declare const authorizations$1N: readonly [{
|
|
3102
3140
|
readonly permissions: readonly ["active"];
|
|
3103
3141
|
readonly actor: "_chairman";
|
|
3104
3142
|
}];
|
|
3105
3143
|
/**
|
|
3106
3144
|
* Имя действия
|
|
3107
3145
|
*/
|
|
3108
|
-
declare const actionName$
|
|
3146
|
+
declare const actionName$1N = "creaddress";
|
|
3109
3147
|
/**
|
|
3110
3148
|
* @interface
|
|
3111
3149
|
* Действие создаёт новый адрес.
|
|
@@ -3114,20 +3152,20 @@ type ICreateAddress = ICreaddress;
|
|
|
3114
3152
|
|
|
3115
3153
|
type createAddress_ICreateAddress = ICreateAddress;
|
|
3116
3154
|
declare namespace createAddress {
|
|
3117
|
-
export { type createAddress_ICreateAddress as ICreateAddress, actionName$
|
|
3155
|
+
export { type createAddress_ICreateAddress as ICreateAddress, actionName$1N as actionName, authorizations$1N as authorizations };
|
|
3118
3156
|
}
|
|
3119
3157
|
|
|
3120
3158
|
/**
|
|
3121
3159
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3122
3160
|
*/
|
|
3123
|
-
declare const authorizations$
|
|
3161
|
+
declare const authorizations$1M: readonly [{
|
|
3124
3162
|
readonly permissions: readonly ["active"];
|
|
3125
3163
|
readonly actor: "_chairman";
|
|
3126
3164
|
}];
|
|
3127
3165
|
/**
|
|
3128
3166
|
* Имя действия
|
|
3129
3167
|
*/
|
|
3130
|
-
declare const actionName$
|
|
3168
|
+
declare const actionName$1M = "deladdress";
|
|
3131
3169
|
/**
|
|
3132
3170
|
* @interface
|
|
3133
3171
|
* Действие удаляет адресс.
|
|
@@ -3136,20 +3174,20 @@ type IDeleteAddress = IDeladdress;
|
|
|
3136
3174
|
|
|
3137
3175
|
type deleteAddress_IDeleteAddress = IDeleteAddress;
|
|
3138
3176
|
declare namespace deleteAddress {
|
|
3139
|
-
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$
|
|
3177
|
+
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$1M as actionName, authorizations$1M as authorizations };
|
|
3140
3178
|
}
|
|
3141
3179
|
|
|
3142
3180
|
/**
|
|
3143
3181
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3144
3182
|
*/
|
|
3145
|
-
declare const authorizations$
|
|
3183
|
+
declare const authorizations$1L: readonly [{
|
|
3146
3184
|
readonly permissions: readonly ["active"];
|
|
3147
3185
|
readonly actor: "_chairman";
|
|
3148
3186
|
}];
|
|
3149
3187
|
/**
|
|
3150
3188
|
* Имя действия
|
|
3151
3189
|
*/
|
|
3152
|
-
declare const actionName$
|
|
3190
|
+
declare const actionName$1L = "editaddress";
|
|
3153
3191
|
/**
|
|
3154
3192
|
* @interface
|
|
3155
3193
|
* Действие редактирует адресс.
|
|
@@ -3158,7 +3196,7 @@ type IEditAddress = IEditaddress;
|
|
|
3158
3196
|
|
|
3159
3197
|
type editAddress_IEditAddress = IEditAddress;
|
|
3160
3198
|
declare namespace editAddress {
|
|
3161
|
-
export { type editAddress_IEditAddress as IEditAddress, actionName$
|
|
3199
|
+
export { type editAddress_IEditAddress as IEditAddress, actionName$1L as actionName, authorizations$1L as authorizations };
|
|
3162
3200
|
}
|
|
3163
3201
|
|
|
3164
3202
|
/**
|
|
@@ -3172,7 +3210,7 @@ declare namespace index$L {
|
|
|
3172
3210
|
/**
|
|
3173
3211
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3174
3212
|
*/
|
|
3175
|
-
declare const authorizations$
|
|
3213
|
+
declare const authorizations$1K: readonly [{
|
|
3176
3214
|
readonly permissions: readonly ["active"];
|
|
3177
3215
|
readonly actor: {
|
|
3178
3216
|
readonly production: "soviet";
|
|
@@ -3194,23 +3232,23 @@ declare const authorizations$1M: readonly [{
|
|
|
3194
3232
|
/**
|
|
3195
3233
|
* Имя действия
|
|
3196
3234
|
*/
|
|
3197
|
-
declare const actionName$
|
|
3235
|
+
declare const actionName$1K = "addbal";
|
|
3198
3236
|
/**
|
|
3199
3237
|
* @interface
|
|
3200
3238
|
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
3201
3239
|
* @private
|
|
3202
3240
|
*/
|
|
3203
|
-
type IAddBalance =
|
|
3241
|
+
type IAddBalance = IAddbal;
|
|
3204
3242
|
|
|
3205
3243
|
type addBalance_IAddBalance = IAddBalance;
|
|
3206
3244
|
declare namespace addBalance {
|
|
3207
|
-
export { type addBalance_IAddBalance as IAddBalance, actionName$
|
|
3245
|
+
export { type addBalance_IAddBalance as IAddBalance, actionName$1K as actionName, authorizations$1K as authorizations };
|
|
3208
3246
|
}
|
|
3209
3247
|
|
|
3210
3248
|
/**
|
|
3211
3249
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3212
3250
|
*/
|
|
3213
|
-
declare const authorizations$
|
|
3251
|
+
declare const authorizations$1J: readonly [{
|
|
3214
3252
|
readonly permissions: readonly ["active"];
|
|
3215
3253
|
readonly actor: {
|
|
3216
3254
|
readonly production: "soviet";
|
|
@@ -3232,23 +3270,23 @@ declare const authorizations$1L: readonly [{
|
|
|
3232
3270
|
/**
|
|
3233
3271
|
* Имя действия
|
|
3234
3272
|
*/
|
|
3235
|
-
declare const actionName$
|
|
3273
|
+
declare const actionName$1J = "subbal";
|
|
3236
3274
|
/**
|
|
3237
3275
|
* @interface
|
|
3238
3276
|
* @private
|
|
3239
3277
|
* Действие списывает баланс токенов учёта паевого взноса из кошелька пользователя.
|
|
3240
3278
|
*/
|
|
3241
|
-
type ISubBalance =
|
|
3279
|
+
type ISubBalance = ISubbal;
|
|
3242
3280
|
|
|
3243
3281
|
type subBalance_ISubBalance = ISubBalance;
|
|
3244
3282
|
declare namespace subBalance {
|
|
3245
|
-
export { type subBalance_ISubBalance as ISubBalance, actionName$
|
|
3283
|
+
export { type subBalance_ISubBalance as ISubBalance, actionName$1J as actionName, authorizations$1J as authorizations };
|
|
3246
3284
|
}
|
|
3247
3285
|
|
|
3248
3286
|
/**
|
|
3249
3287
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3250
3288
|
*/
|
|
3251
|
-
declare const authorizations$
|
|
3289
|
+
declare const authorizations$1I: readonly [{
|
|
3252
3290
|
readonly permissions: readonly ["active"];
|
|
3253
3291
|
readonly actor: {
|
|
3254
3292
|
readonly production: "soviet";
|
|
@@ -3270,7 +3308,7 @@ declare const authorizations$1K: readonly [{
|
|
|
3270
3308
|
/**
|
|
3271
3309
|
* Имя действия
|
|
3272
3310
|
*/
|
|
3273
|
-
declare const actionName$
|
|
3311
|
+
declare const actionName$1I = "blockbal";
|
|
3274
3312
|
/**
|
|
3275
3313
|
* @interface
|
|
3276
3314
|
* @private
|
|
@@ -3280,13 +3318,13 @@ type IBlockBalance = IBlockbal;
|
|
|
3280
3318
|
|
|
3281
3319
|
type blockBalance_IBlockBalance = IBlockBalance;
|
|
3282
3320
|
declare namespace blockBalance {
|
|
3283
|
-
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$
|
|
3321
|
+
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$1I as actionName, authorizations$1I as authorizations };
|
|
3284
3322
|
}
|
|
3285
3323
|
|
|
3286
3324
|
/**
|
|
3287
3325
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3288
3326
|
*/
|
|
3289
|
-
declare const authorizations$
|
|
3327
|
+
declare const authorizations$1H: readonly [{
|
|
3290
3328
|
readonly permissions: readonly ["active"];
|
|
3291
3329
|
readonly actor: {
|
|
3292
3330
|
readonly production: "soviet";
|
|
@@ -3308,7 +3346,7 @@ declare const authorizations$1J: readonly [{
|
|
|
3308
3346
|
/**
|
|
3309
3347
|
* Имя действия
|
|
3310
3348
|
*/
|
|
3311
|
-
declare const actionName$
|
|
3349
|
+
declare const actionName$1H = "unblockbal";
|
|
3312
3350
|
/**
|
|
3313
3351
|
* @interface
|
|
3314
3352
|
* @private
|
|
@@ -3318,71 +3356,7 @@ type IUnblockBal = IUnblockbal;
|
|
|
3318
3356
|
|
|
3319
3357
|
type unblockBalance_IUnblockBal = IUnblockBal;
|
|
3320
3358
|
declare namespace unblockBalance {
|
|
3321
|
-
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
/**
|
|
3325
|
-
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3326
|
-
*/
|
|
3327
|
-
declare const authorizations$1I: readonly [{
|
|
3328
|
-
readonly permissions: readonly ["active"];
|
|
3329
|
-
readonly actor: {
|
|
3330
|
-
readonly production: "soviet";
|
|
3331
|
-
readonly testnet: "soviettest22";
|
|
3332
|
-
};
|
|
3333
|
-
}, {
|
|
3334
|
-
readonly permissions: readonly ["active"];
|
|
3335
|
-
readonly actor: {
|
|
3336
|
-
readonly production: "marketplace";
|
|
3337
|
-
readonly testnet: "markettest22";
|
|
3338
|
-
};
|
|
3339
|
-
}];
|
|
3340
|
-
/**
|
|
3341
|
-
* Имя действия
|
|
3342
|
-
*/
|
|
3343
|
-
declare const actionName$1I = "addprogbal";
|
|
3344
|
-
/**
|
|
3345
|
-
* @interface
|
|
3346
|
-
* @private
|
|
3347
|
-
* Действие добавляет баланс токенов учёта в целевую потребительскую программу кооператива.
|
|
3348
|
-
*/
|
|
3349
|
-
type IAddProgramBalance = IAddprogbal;
|
|
3350
|
-
|
|
3351
|
-
type addProgramBalance_IAddProgramBalance = IAddProgramBalance;
|
|
3352
|
-
declare namespace addProgramBalance {
|
|
3353
|
-
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$1I as actionName, authorizations$1I as authorizations };
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
/**
|
|
3357
|
-
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
3358
|
-
*/
|
|
3359
|
-
declare const authorizations$1H: readonly [{
|
|
3360
|
-
readonly permissions: readonly ["active"];
|
|
3361
|
-
readonly actor: {
|
|
3362
|
-
readonly production: "soviet";
|
|
3363
|
-
readonly testnet: "soviettest22";
|
|
3364
|
-
};
|
|
3365
|
-
}, {
|
|
3366
|
-
readonly permissions: readonly ["active"];
|
|
3367
|
-
readonly actor: {
|
|
3368
|
-
readonly production: "marketplace";
|
|
3369
|
-
readonly testnet: "markettest22";
|
|
3370
|
-
};
|
|
3371
|
-
}];
|
|
3372
|
-
/**
|
|
3373
|
-
* Имя действия
|
|
3374
|
-
*/
|
|
3375
|
-
declare const actionName$1H = "subprogbal";
|
|
3376
|
-
/**
|
|
3377
|
-
* @interface
|
|
3378
|
-
* @private
|
|
3379
|
-
* Действие списывает баланс токенов учёта из целевой потребительской программы кооператива.
|
|
3380
|
-
*/
|
|
3381
|
-
type ISubProgramBalance = ISubprogbal;
|
|
3382
|
-
|
|
3383
|
-
type subProgramBalance_ISubProgramBalance = ISubProgramBalance;
|
|
3384
|
-
declare namespace subProgramBalance {
|
|
3385
|
-
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$1H as actionName, authorizations$1H as authorizations };
|
|
3359
|
+
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$1H as actionName, authorizations$1H as authorizations };
|
|
3386
3360
|
}
|
|
3387
3361
|
|
|
3388
3362
|
/**
|
|
@@ -3391,7 +3365,7 @@ declare namespace subProgramBalance {
|
|
|
3391
3365
|
*/
|
|
3392
3366
|
|
|
3393
3367
|
declare namespace index$K {
|
|
3394
|
-
export { addBalance as AddBalance,
|
|
3368
|
+
export { addBalance as AddBalance, blockBalance as BlockBalance, subBalance as SubBalance, unblockBalance as UnblockBalance };
|
|
3395
3369
|
}
|
|
3396
3370
|
|
|
3397
3371
|
/**
|