cooptypes 0.5.23 → 0.5.25
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 +421 -356
- package/dist/index.d.cts +418 -298
- package/dist/index.d.mts +418 -298
- package/dist/index.d.ts +418 -298
- package/dist/index.mjs +416 -351
- package/package.json +1 -4
package/dist/index.d.mts
CHANGED
|
@@ -27,14 +27,14 @@ declare const _contract = "_contract";
|
|
|
27
27
|
*/
|
|
28
28
|
declare const _system$1 = "_system";
|
|
29
29
|
|
|
30
|
-
declare const index$
|
|
31
|
-
declare const index$
|
|
32
|
-
declare const index$
|
|
33
|
-
declare const index$
|
|
34
|
-
declare const index$
|
|
35
|
-
declare const index$
|
|
36
|
-
declare namespace index$
|
|
37
|
-
export { index$
|
|
30
|
+
declare const index$H__admin: typeof _admin;
|
|
31
|
+
declare const index$H__chairman: typeof _chairman;
|
|
32
|
+
declare const index$H__contract: typeof _contract;
|
|
33
|
+
declare const index$H__coopname: typeof _coopname;
|
|
34
|
+
declare const index$H__member: typeof _member;
|
|
35
|
+
declare const index$H__username: typeof _username;
|
|
36
|
+
declare namespace index$H {
|
|
37
|
+
export { index$H__admin as _admin, index$H__chairman as _chairman, index$H__contract as _contract, index$H__coopname as _coopname, index$H__member as _member, _system$1 as _system, index$H__username as _username };
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
declare const _draft: {
|
|
@@ -78,18 +78,18 @@ declare const _wrap: {
|
|
|
78
78
|
readonly testnet: "eosio.wrap";
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
declare const index$
|
|
82
|
-
declare const index$
|
|
83
|
-
declare const index$
|
|
84
|
-
declare const index$
|
|
85
|
-
declare const index$
|
|
86
|
-
declare const index$
|
|
87
|
-
declare const index$
|
|
88
|
-
declare const index$
|
|
89
|
-
declare const index$
|
|
90
|
-
declare const index$
|
|
91
|
-
declare namespace index$
|
|
92
|
-
export { index$
|
|
81
|
+
declare const index$G__draft: typeof _draft;
|
|
82
|
+
declare const index$G__fund: typeof _fund;
|
|
83
|
+
declare const index$G__gateway: typeof _gateway;
|
|
84
|
+
declare const index$G__marketplace: typeof _marketplace;
|
|
85
|
+
declare const index$G__msig: typeof _msig;
|
|
86
|
+
declare const index$G__registrator: typeof _registrator;
|
|
87
|
+
declare const index$G__soviet: typeof _soviet;
|
|
88
|
+
declare const index$G__system: typeof _system;
|
|
89
|
+
declare const index$G__token: typeof _token;
|
|
90
|
+
declare const index$G__wrap: typeof _wrap;
|
|
91
|
+
declare namespace index$G {
|
|
92
|
+
export { index$G__draft as _draft, index$G__fund as _fund, index$G__gateway as _gateway, index$G__marketplace as _marketplace, index$G__msig as _msig, index$G__registrator as _registrator, index$G__soviet as _soviet, index$G__system as _system, index$G__token as _token, index$G__wrap as _wrap };
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/**
|
|
@@ -118,16 +118,16 @@ interface Authorization {
|
|
|
118
118
|
actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
type index$
|
|
122
|
-
declare const index$
|
|
123
|
-
declare const index$
|
|
124
|
-
declare const index$
|
|
125
|
-
declare namespace index$
|
|
126
|
-
export { type index$
|
|
121
|
+
type index$F_Authorization = Authorization;
|
|
122
|
+
declare const index$F_active: typeof active;
|
|
123
|
+
declare const index$F_owner: typeof owner;
|
|
124
|
+
declare const index$F_special: typeof special;
|
|
125
|
+
declare namespace index$F {
|
|
126
|
+
export { type index$F_Authorization as Authorization, index$F_active as active, index$F_owner as owner, index$F_special as special };
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
declare namespace index$
|
|
130
|
-
export { index$
|
|
129
|
+
declare namespace index$E {
|
|
130
|
+
export { index$H as Actors, index$G as ContractNames, index$F as Permissions };
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
type IName$9 = string;
|
|
@@ -198,7 +198,7 @@ declare namespace draft {
|
|
|
198
198
|
export type { ICounts$4 as ICounts, ICountsBase$4 as ICountsBase, draft_ICreatedraft as ICreatedraft, draft_ICreatetrans as ICreatetrans, draft_IDeldraft as IDeldraft, draft_IDeltrans as IDeltrans, draft_IEdittrans as IEdittrans, IName$9 as IName, INewid$1 as INewid, draft_IOnedraft as IOnedraft, ITranslation$1 as ITranslation, IUint64$6 as IUint64 };
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
declare const authorizations$
|
|
201
|
+
declare const authorizations$2g: readonly [{
|
|
202
202
|
readonly permissions: readonly ["active"];
|
|
203
203
|
readonly actor: {
|
|
204
204
|
readonly production: "eosio";
|
|
@@ -208,7 +208,7 @@ declare const authorizations$2b: readonly [{
|
|
|
208
208
|
/**
|
|
209
209
|
* Имя действия
|
|
210
210
|
*/
|
|
211
|
-
declare const actionName$
|
|
211
|
+
declare const actionName$2g = "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$2g as actionName, authorizations$2g as authorizations };
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare const authorizations$
|
|
222
|
+
declare const authorizations$2f: readonly [{
|
|
223
223
|
readonly permissions: readonly ["active"];
|
|
224
224
|
readonly actor: {
|
|
225
225
|
readonly production: "eosio";
|
|
@@ -229,7 +229,7 @@ declare const authorizations$2a: readonly [{
|
|
|
229
229
|
/**
|
|
230
230
|
* Имя действия
|
|
231
231
|
*/
|
|
232
|
-
declare const actionName$
|
|
232
|
+
declare const actionName$2f = "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$2f as actionName, authorizations$2f as authorizations };
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
declare const authorizations$
|
|
243
|
+
declare const authorizations$2e: readonly [{
|
|
244
244
|
readonly permissions: readonly ["active"];
|
|
245
245
|
readonly actor: {
|
|
246
246
|
readonly production: "eosio";
|
|
@@ -250,7 +250,7 @@ declare const authorizations$29: readonly [{
|
|
|
250
250
|
/**
|
|
251
251
|
* Имя действия
|
|
252
252
|
*/
|
|
253
|
-
declare const actionName$
|
|
253
|
+
declare const actionName$2e = "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$2e as actionName, authorizations$2e as authorizations };
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
declare const authorizations$
|
|
264
|
+
declare const authorizations$2d: readonly [{
|
|
265
265
|
readonly permissions: readonly ["active"];
|
|
266
266
|
readonly actor: {
|
|
267
267
|
readonly production: "eosio";
|
|
@@ -271,7 +271,7 @@ declare const authorizations$28: readonly [{
|
|
|
271
271
|
/**
|
|
272
272
|
* Имя действия
|
|
273
273
|
*/
|
|
274
|
-
declare const actionName$
|
|
274
|
+
declare const actionName$2d = "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$2d as actionName, authorizations$2d as authorizations };
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
declare const authorizations$
|
|
285
|
+
declare const authorizations$2c: readonly [{
|
|
286
286
|
readonly permissions: readonly ["active"];
|
|
287
287
|
readonly actor: {
|
|
288
288
|
readonly production: "draft";
|
|
@@ -292,7 +292,7 @@ declare const authorizations$27: readonly [{
|
|
|
292
292
|
/**
|
|
293
293
|
* Имя действия
|
|
294
294
|
*/
|
|
295
|
-
declare const actionName$
|
|
295
|
+
declare const actionName$2c = "newid";
|
|
296
296
|
/**
|
|
297
297
|
* @interface
|
|
298
298
|
* Действие вызывается контрактом в процессе исполнения для возврата идентификатора черновика.
|
|
@@ -301,12 +301,12 @@ type INewId = INewid$1;
|
|
|
301
301
|
|
|
302
302
|
type newId_INewId = INewId;
|
|
303
303
|
declare namespace newId {
|
|
304
|
-
export { type newId_INewId as INewId, actionName$
|
|
304
|
+
export { type newId_INewId as INewId, actionName$2c as actionName, authorizations$2c as authorizations };
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
declare const index$
|
|
308
|
-
declare namespace index$
|
|
309
|
-
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$
|
|
307
|
+
declare const index$D_newId: typeof newId;
|
|
308
|
+
declare namespace index$D {
|
|
309
|
+
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$D_newId as newId };
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
/**
|
|
@@ -347,7 +347,7 @@ declare namespace translations {
|
|
|
347
347
|
export { type translations_ITranslation as ITranslation, scope$D as scope, tableName$D as tableName };
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
declare namespace index$
|
|
350
|
+
declare namespace index$C {
|
|
351
351
|
export { drafts as Drafts, translations as Translations };
|
|
352
352
|
}
|
|
353
353
|
|
|
@@ -356,8 +356,8 @@ declare const contractName$9: {
|
|
|
356
356
|
readonly testnet: "drafttest222";
|
|
357
357
|
};
|
|
358
358
|
|
|
359
|
-
declare namespace index$
|
|
360
|
-
export { index$
|
|
359
|
+
declare namespace index$B {
|
|
360
|
+
export { index$D as Actions, draft as Interfaces, index$C as Tables, contractName$9 as contractName };
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
type IAsset$6 = string;
|
|
@@ -478,7 +478,7 @@ interface IFwithdraw {
|
|
|
478
478
|
bank_data_id: string;
|
|
479
479
|
expired_at: ITimePointSec$7;
|
|
480
480
|
}
|
|
481
|
-
interface IInit$
|
|
481
|
+
interface IInit$7 {
|
|
482
482
|
coopname: IName$8;
|
|
483
483
|
initial: IAsset$6;
|
|
484
484
|
}
|
|
@@ -521,10 +521,10 @@ type fund_ISpreadamount = ISpreadamount;
|
|
|
521
521
|
type fund_ISubaccum = ISubaccum;
|
|
522
522
|
type fund_ISubcirculate = ISubcirculate;
|
|
523
523
|
declare namespace fund {
|
|
524
|
-
export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, IComplete$1 as IComplete, ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$4 as IDocument, fund_IEditfund as IEditfund, fund_IExpfund as IExpfund, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraw as IFwithdraw, IInit$
|
|
524
|
+
export type { fund_IAccfund as IAccfund, fund_IAddaccum as IAddaccum, fund_IAddcirculate as IAddcirculate, fund_IAddexpense as IAddexpense, IAsset$6 as IAsset, IAuthorize$5 as IAuthorize, IChecksum256$6 as IChecksum256, IComplete$1 as IComplete, ICounts$3 as ICounts, ICountsBase$3 as ICountsBase, fund_ICreatefund as ICreatefund, fund_IDelfund as IDelfund, IDocument$4 as IDocument, fund_IEditfund as IEditfund, fund_IExpfund as IExpfund, fund_IFundwallet as IFundwallet, IFundwithdraw$1 as IFundwithdraw, fund_IFwithdraw as IFwithdraw, IInit$7 as IInit, IName$8 as IName, INewfund$1 as INewfund, fund_INewwithdraw as INewwithdraw, IPublicKey$5 as IPublicKey, ISignature$4 as ISignature, fund_ISpreadamount as ISpreadamount, fund_ISubaccum as ISubaccum, fund_ISubcirculate as ISubcirculate, ITimePointSec$7 as ITimePointSec, IUint64$5 as IUint64 };
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
declare const authorizations$
|
|
527
|
+
declare const authorizations$2b: readonly [{
|
|
528
528
|
readonly permissions: readonly ["active"];
|
|
529
529
|
readonly actor: {
|
|
530
530
|
readonly production: "fund";
|
|
@@ -534,7 +534,7 @@ declare const authorizations$26: readonly [{
|
|
|
534
534
|
/**
|
|
535
535
|
* Имя действия
|
|
536
536
|
*/
|
|
537
|
-
declare const actionName$
|
|
537
|
+
declare const actionName$2b = "addaccum";
|
|
538
538
|
/**
|
|
539
539
|
* @interface
|
|
540
540
|
*/
|
|
@@ -542,10 +542,10 @@ type IAddAccumulation = IAddaccum;
|
|
|
542
542
|
|
|
543
543
|
type addAccumulation_IAddAccumulation = IAddAccumulation;
|
|
544
544
|
declare namespace addAccumulation {
|
|
545
|
-
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$
|
|
545
|
+
export { type addAccumulation_IAddAccumulation as IAddAccumulation, actionName$2b as actionName, authorizations$2b as authorizations };
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
declare const authorizations$
|
|
548
|
+
declare const authorizations$2a: readonly [{
|
|
549
549
|
readonly permissions: readonly ["active"];
|
|
550
550
|
readonly actor: {
|
|
551
551
|
readonly production: "fund";
|
|
@@ -555,7 +555,7 @@ declare const authorizations$25: readonly [{
|
|
|
555
555
|
/**
|
|
556
556
|
* Имя действия
|
|
557
557
|
*/
|
|
558
|
-
declare const actionName$
|
|
558
|
+
declare const actionName$2a = "subaccum";
|
|
559
559
|
/**
|
|
560
560
|
* @interface
|
|
561
561
|
*/
|
|
@@ -563,10 +563,10 @@ type ISubAccumulation = ISubaccum;
|
|
|
563
563
|
|
|
564
564
|
type subAccumulation_ISubAccumulation = ISubAccumulation;
|
|
565
565
|
declare namespace subAccumulation {
|
|
566
|
-
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$
|
|
566
|
+
export { type subAccumulation_ISubAccumulation as ISubAccumulation, actionName$2a as actionName, authorizations$2a as authorizations };
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
declare const authorizations$
|
|
569
|
+
declare const authorizations$29: readonly [{
|
|
570
570
|
readonly permissions: readonly ["active"];
|
|
571
571
|
readonly actor: {
|
|
572
572
|
readonly production: "gateway";
|
|
@@ -576,7 +576,7 @@ declare const authorizations$24: readonly [{
|
|
|
576
576
|
/**
|
|
577
577
|
* Имя действия
|
|
578
578
|
*/
|
|
579
|
-
declare const actionName$
|
|
579
|
+
declare const actionName$29 = "addcirculate";
|
|
580
580
|
/**
|
|
581
581
|
* @interface
|
|
582
582
|
*/
|
|
@@ -584,10 +584,10 @@ type IAddCirculation = IAddcirculate;
|
|
|
584
584
|
|
|
585
585
|
type addCirculation_IAddCirculation = IAddCirculation;
|
|
586
586
|
declare namespace addCirculation {
|
|
587
|
-
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$
|
|
587
|
+
export { type addCirculation_IAddCirculation as IAddCirculation, actionName$29 as actionName, authorizations$29 as authorizations };
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
declare const authorizations$
|
|
590
|
+
declare const authorizations$28: readonly [{
|
|
591
591
|
readonly permissions: readonly ["active"];
|
|
592
592
|
readonly actor: {
|
|
593
593
|
readonly production: "fund";
|
|
@@ -597,7 +597,7 @@ declare const authorizations$23: readonly [{
|
|
|
597
597
|
/**
|
|
598
598
|
* Имя действия
|
|
599
599
|
*/
|
|
600
|
-
declare const actionName$
|
|
600
|
+
declare const actionName$28 = "addexpense";
|
|
601
601
|
/**
|
|
602
602
|
* @interface
|
|
603
603
|
*/
|
|
@@ -605,10 +605,10 @@ type IAddExpense = IAddexpense;
|
|
|
605
605
|
|
|
606
606
|
type addExpense_IAddExpense = IAddExpense;
|
|
607
607
|
declare namespace addExpense {
|
|
608
|
-
export { type addExpense_IAddExpense as IAddExpense, actionName$
|
|
608
|
+
export { type addExpense_IAddExpense as IAddExpense, actionName$28 as actionName, authorizations$28 as authorizations };
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
declare const authorizations$
|
|
611
|
+
declare const authorizations$27: readonly [{
|
|
612
612
|
readonly permissions: readonly ["active"];
|
|
613
613
|
readonly actor: {
|
|
614
614
|
readonly production: "soviet";
|
|
@@ -618,17 +618,17 @@ declare const authorizations$22: readonly [{
|
|
|
618
618
|
/**
|
|
619
619
|
* Имя действия
|
|
620
620
|
*/
|
|
621
|
-
declare const actionName$
|
|
621
|
+
declare const actionName$27 = "authorize";
|
|
622
622
|
/**
|
|
623
623
|
* @interface
|
|
624
624
|
*/
|
|
625
625
|
type IAuthorize$4 = IAuthorize$5;
|
|
626
626
|
|
|
627
627
|
declare namespace authorizeWithdraw {
|
|
628
|
-
export { type IAuthorize$4 as IAuthorize, actionName$
|
|
628
|
+
export { type IAuthorize$4 as IAuthorize, actionName$27 as actionName, authorizations$27 as authorizations };
|
|
629
629
|
}
|
|
630
630
|
|
|
631
|
-
declare const authorizations$
|
|
631
|
+
declare const authorizations$26: readonly [{
|
|
632
632
|
readonly permissions: readonly ["active", {
|
|
633
633
|
readonly contract: "_contract";
|
|
634
634
|
readonly action: "actionName";
|
|
@@ -638,7 +638,7 @@ declare const authorizations$21: readonly [{
|
|
|
638
638
|
/**
|
|
639
639
|
* Имя действия
|
|
640
640
|
*/
|
|
641
|
-
declare const actionName$
|
|
641
|
+
declare const actionName$26 = "complete";
|
|
642
642
|
/**
|
|
643
643
|
* @interface
|
|
644
644
|
*/
|
|
@@ -646,10 +646,10 @@ type ICompleteWithdraw = IComplete$1;
|
|
|
646
646
|
|
|
647
647
|
type completeWithdraw$1_ICompleteWithdraw = ICompleteWithdraw;
|
|
648
648
|
declare namespace completeWithdraw$1 {
|
|
649
|
-
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$
|
|
649
|
+
export { type completeWithdraw$1_ICompleteWithdraw as ICompleteWithdraw, actionName$26 as actionName, authorizations$26 as authorizations };
|
|
650
650
|
}
|
|
651
651
|
|
|
652
|
-
declare const authorizations$
|
|
652
|
+
declare const authorizations$25: readonly [{
|
|
653
653
|
readonly permissions: readonly ["active"];
|
|
654
654
|
readonly actor: {
|
|
655
655
|
readonly production: "fund";
|
|
@@ -659,7 +659,7 @@ declare const authorizations$20: readonly [{
|
|
|
659
659
|
/**
|
|
660
660
|
* Имя действия
|
|
661
661
|
*/
|
|
662
|
-
declare const actionName$
|
|
662
|
+
declare const actionName$25 = "newfund";
|
|
663
663
|
/**
|
|
664
664
|
* @interface
|
|
665
665
|
*/
|
|
@@ -667,17 +667,17 @@ type INewfund = INewfund$1;
|
|
|
667
667
|
|
|
668
668
|
type newFund_INewfund = INewfund;
|
|
669
669
|
declare namespace newFund {
|
|
670
|
-
export { type newFund_INewfund as INewfund, actionName$
|
|
670
|
+
export { type newFund_INewfund as INewfund, actionName$25 as actionName, authorizations$25 as authorizations };
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
-
declare const authorizations$
|
|
673
|
+
declare const authorizations$24: readonly [{
|
|
674
674
|
readonly permissions: readonly ["active"];
|
|
675
675
|
readonly actor: "_chairman";
|
|
676
676
|
}];
|
|
677
677
|
/**
|
|
678
678
|
* Имя действия
|
|
679
679
|
*/
|
|
680
|
-
declare const actionName$
|
|
680
|
+
declare const actionName$24 = "createfund";
|
|
681
681
|
/**
|
|
682
682
|
* @interface
|
|
683
683
|
*/
|
|
@@ -685,17 +685,17 @@ type ICreateFund = ICreatefund;
|
|
|
685
685
|
|
|
686
686
|
type createFund_ICreateFund = ICreateFund;
|
|
687
687
|
declare namespace createFund {
|
|
688
|
-
export { type createFund_ICreateFund as ICreateFund, actionName$
|
|
688
|
+
export { type createFund_ICreateFund as ICreateFund, actionName$24 as actionName, authorizations$24 as authorizations };
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
-
declare const authorizations$
|
|
691
|
+
declare const authorizations$23: readonly [{
|
|
692
692
|
readonly permissions: readonly ["active"];
|
|
693
693
|
readonly actor: "_chairman";
|
|
694
694
|
}];
|
|
695
695
|
/**
|
|
696
696
|
* Имя действия
|
|
697
697
|
*/
|
|
698
|
-
declare const actionName$
|
|
698
|
+
declare const actionName$23 = "delfund";
|
|
699
699
|
/**
|
|
700
700
|
* @interface
|
|
701
701
|
*/
|
|
@@ -703,17 +703,17 @@ type IDeleteFund = IDelfund;
|
|
|
703
703
|
|
|
704
704
|
type deleteFund_IDeleteFund = IDeleteFund;
|
|
705
705
|
declare namespace deleteFund {
|
|
706
|
-
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$
|
|
706
|
+
export { type deleteFund_IDeleteFund as IDeleteFund, actionName$23 as actionName, authorizations$23 as authorizations };
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
declare const authorizations$
|
|
709
|
+
declare const authorizations$22: readonly [{
|
|
710
710
|
readonly permissions: readonly ["active"];
|
|
711
711
|
readonly actor: "_chairman";
|
|
712
712
|
}];
|
|
713
713
|
/**
|
|
714
714
|
* Имя действия
|
|
715
715
|
*/
|
|
716
|
-
declare const actionName$
|
|
716
|
+
declare const actionName$22 = "editfund";
|
|
717
717
|
/**
|
|
718
718
|
* @interface
|
|
719
719
|
*/
|
|
@@ -721,7 +721,7 @@ type IEditFund = IEditfund;
|
|
|
721
721
|
|
|
722
722
|
type editFund_IEditFund = IEditFund;
|
|
723
723
|
declare namespace editFund {
|
|
724
|
-
export { type editFund_IEditFund as IEditFund, actionName$
|
|
724
|
+
export { type editFund_IEditFund as IEditFund, actionName$22 as actionName, authorizations$22 as authorizations };
|
|
725
725
|
}
|
|
726
726
|
|
|
727
727
|
/**
|
|
@@ -730,7 +730,7 @@ declare namespace editFund {
|
|
|
730
730
|
* на совершение действия или авторизация любого {@link Actors._contract | контракта},
|
|
731
731
|
* которому было передано управление фондом накопления или списания.
|
|
732
732
|
*/
|
|
733
|
-
declare const authorizations$
|
|
733
|
+
declare const authorizations$21: readonly [{
|
|
734
734
|
readonly permissions: readonly ["active"];
|
|
735
735
|
readonly actor: "_username";
|
|
736
736
|
}, {
|
|
@@ -746,7 +746,7 @@ declare const authorizations$1Y: readonly [{
|
|
|
746
746
|
/**
|
|
747
747
|
* Имя действия
|
|
748
748
|
*/
|
|
749
|
-
declare const actionName$
|
|
749
|
+
declare const actionName$21 = "fundwithdraw";
|
|
750
750
|
/**
|
|
751
751
|
* @interface
|
|
752
752
|
*/
|
|
@@ -754,10 +754,10 @@ type ICreateWithdraw = IFundwithdraw$1;
|
|
|
754
754
|
|
|
755
755
|
type createWithdraw$1_ICreateWithdraw = ICreateWithdraw;
|
|
756
756
|
declare namespace createWithdraw$1 {
|
|
757
|
-
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$
|
|
757
|
+
export { type createWithdraw$1_ICreateWithdraw as ICreateWithdraw, actionName$21 as actionName, authorizations$21 as authorizations };
|
|
758
758
|
}
|
|
759
759
|
|
|
760
|
-
declare const authorizations$
|
|
760
|
+
declare const authorizations$20: readonly [{
|
|
761
761
|
readonly permissions: readonly ["active"];
|
|
762
762
|
readonly actor: {
|
|
763
763
|
readonly production: "soviet";
|
|
@@ -767,17 +767,17 @@ declare const authorizations$1X: readonly [{
|
|
|
767
767
|
/**
|
|
768
768
|
* Имя действия
|
|
769
769
|
*/
|
|
770
|
-
declare const actionName$
|
|
770
|
+
declare const actionName$20 = "init";
|
|
771
771
|
/**
|
|
772
772
|
* @interface
|
|
773
773
|
*/
|
|
774
|
-
type IInit$
|
|
774
|
+
type IInit$6 = IInit$7;
|
|
775
775
|
|
|
776
|
-
declare namespace init$
|
|
777
|
-
export { type IInit$
|
|
776
|
+
declare namespace init$3 {
|
|
777
|
+
export { type IInit$6 as IInit, actionName$20 as actionName, authorizations$20 as authorizations };
|
|
778
778
|
}
|
|
779
779
|
|
|
780
|
-
declare const authorizations$
|
|
780
|
+
declare const authorizations$1$: readonly [{
|
|
781
781
|
readonly permissions: readonly ["active"];
|
|
782
782
|
readonly actor: {
|
|
783
783
|
readonly production: "fund";
|
|
@@ -787,7 +787,7 @@ declare const authorizations$1W: readonly [{
|
|
|
787
787
|
/**
|
|
788
788
|
* Имя действия
|
|
789
789
|
*/
|
|
790
|
-
declare const actionName$
|
|
790
|
+
declare const actionName$1$ = "newwithdraw";
|
|
791
791
|
/**
|
|
792
792
|
* @interface
|
|
793
793
|
*/
|
|
@@ -795,10 +795,10 @@ type INewWithdraw = INewwithdraw;
|
|
|
795
795
|
|
|
796
796
|
type newWithdraw_INewWithdraw = INewWithdraw;
|
|
797
797
|
declare namespace newWithdraw {
|
|
798
|
-
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$
|
|
798
|
+
export { type newWithdraw_INewWithdraw as INewWithdraw, actionName$1$ as actionName, authorizations$1$ as authorizations };
|
|
799
799
|
}
|
|
800
800
|
|
|
801
|
-
declare const authorizations$
|
|
801
|
+
declare const authorizations$1_: readonly [{
|
|
802
802
|
readonly permissions: readonly ["active"];
|
|
803
803
|
readonly actor: {
|
|
804
804
|
readonly production: "marketplace";
|
|
@@ -814,7 +814,7 @@ declare const authorizations$1V: readonly [{
|
|
|
814
814
|
/**
|
|
815
815
|
* Имя действия
|
|
816
816
|
*/
|
|
817
|
-
declare const actionName$
|
|
817
|
+
declare const actionName$1_ = "spreadamount";
|
|
818
818
|
/**
|
|
819
819
|
* @interface
|
|
820
820
|
*/
|
|
@@ -822,10 +822,10 @@ type ISpreadAmount = ISpreadamount;
|
|
|
822
822
|
|
|
823
823
|
type spreadAmount_ISpreadAmount = ISpreadAmount;
|
|
824
824
|
declare namespace spreadAmount {
|
|
825
|
-
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$
|
|
825
|
+
export { type spreadAmount_ISpreadAmount as ISpreadAmount, actionName$1_ as actionName, authorizations$1_ as authorizations };
|
|
826
826
|
}
|
|
827
827
|
|
|
828
|
-
declare const authorizations$
|
|
828
|
+
declare const authorizations$1Z: readonly [{
|
|
829
829
|
readonly permissions: readonly ["active"];
|
|
830
830
|
readonly actor: {
|
|
831
831
|
readonly production: "gateway";
|
|
@@ -835,7 +835,7 @@ declare const authorizations$1U: readonly [{
|
|
|
835
835
|
/**
|
|
836
836
|
* Имя действия
|
|
837
837
|
*/
|
|
838
|
-
declare const actionName$
|
|
838
|
+
declare const actionName$1Z = "subcirculate";
|
|
839
839
|
/**
|
|
840
840
|
* @interface
|
|
841
841
|
*/
|
|
@@ -843,7 +843,7 @@ type ISubCirculation = ISubcirculate;
|
|
|
843
843
|
|
|
844
844
|
type subCirculation_ISubCirculation = ISubCirculation;
|
|
845
845
|
declare namespace subCirculation {
|
|
846
|
-
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$
|
|
846
|
+
export { type subCirculation_ISubCirculation as ISubCirculation, actionName$1Z as actionName, authorizations$1Z as authorizations };
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
/**
|
|
@@ -851,8 +851,8 @@ declare namespace subCirculation {
|
|
|
851
851
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
852
852
|
*/
|
|
853
853
|
|
|
854
|
-
declare namespace index$
|
|
855
|
-
export { addAccumulation as AddAccumulation, addCirculation as AddCirculation, addExpense as AddExpense, authorizeWithdraw as AuthorizeWithdraw, completeWithdraw$1 as CompleteWithdraw, createFund as CreateFund, createWithdraw$1 as CreateWithdraw, deleteFund as DeleteFund, editFund as EditFund, init$
|
|
854
|
+
declare namespace index$A {
|
|
855
|
+
export { addAccumulation as AddAccumulation, addCirculation as AddCirculation, addExpense as AddExpense, authorizeWithdraw as AuthorizeWithdraw, completeWithdraw$1 as CompleteWithdraw, createFund as CreateFund, createWithdraw$1 as CreateWithdraw, deleteFund as DeleteFund, editFund as EditFund, init$3 as Init, newFund as NewFund, newWithdraw as NewWithdraw, spreadAmount as SpreadAmount, subAccumulation as SubAccumulation, subCirculation as SubCirculation };
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
/**
|
|
@@ -957,7 +957,7 @@ declare namespace fundWithdraws {
|
|
|
957
957
|
*
|
|
958
958
|
*/
|
|
959
959
|
|
|
960
|
-
declare namespace index$
|
|
960
|
+
declare namespace index$z {
|
|
961
961
|
export { accumulationFunds as AccumulatedFunds, expenseFunds as ExpensedFunds, fundWallet as FundWallet, fundWithdraws as FundWithdraws };
|
|
962
962
|
}
|
|
963
963
|
|
|
@@ -966,8 +966,8 @@ declare const contractName$8: {
|
|
|
966
966
|
readonly testnet: "fundtest2222";
|
|
967
967
|
};
|
|
968
968
|
|
|
969
|
-
declare namespace index$
|
|
970
|
-
export { index$
|
|
969
|
+
declare namespace index$y {
|
|
970
|
+
export { index$A as Actions, fund as Interfaces, index$z as Tables, contractName$8 as contractName };
|
|
971
971
|
}
|
|
972
972
|
|
|
973
973
|
type IAsset$5 = string;
|
|
@@ -1088,7 +1088,7 @@ declare namespace gateway {
|
|
|
1088
1088
|
* Имя действия
|
|
1089
1089
|
* Требуется авторизация {@link Actors._coopname | технического аккаунта кооператива} со специальным разрешением.
|
|
1090
1090
|
*/
|
|
1091
|
-
declare const authorizations$
|
|
1091
|
+
declare const authorizations$1Y: readonly [{
|
|
1092
1092
|
readonly permissions: readonly ["active", {
|
|
1093
1093
|
readonly contract: "_contract";
|
|
1094
1094
|
readonly action: "actionName";
|
|
@@ -1098,7 +1098,7 @@ declare const authorizations$1T: readonly [{
|
|
|
1098
1098
|
/**
|
|
1099
1099
|
* Имя действия
|
|
1100
1100
|
*/
|
|
1101
|
-
declare const actionName$
|
|
1101
|
+
declare const actionName$1Y = "deposit";
|
|
1102
1102
|
/**
|
|
1103
1103
|
* @interface
|
|
1104
1104
|
* Действие для создания заявки на взнос в кошелёк, которое производится уполномоченным аккаунтом от кооператива с бэкенда.
|
|
@@ -1113,14 +1113,14 @@ type ICreateDeposit = IDeposit;
|
|
|
1113
1113
|
|
|
1114
1114
|
type createDeposit_ICreateDeposit = ICreateDeposit;
|
|
1115
1115
|
declare namespace createDeposit {
|
|
1116
|
-
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$
|
|
1116
|
+
export { type createDeposit_ICreateDeposit as ICreateDeposit, actionName$1Y as actionName, authorizations$1Y as authorizations };
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
/**
|
|
1120
1120
|
* Имя действия
|
|
1121
1121
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1122
1122
|
*/
|
|
1123
|
-
declare const authorizations$
|
|
1123
|
+
declare const authorizations$1X: readonly [{
|
|
1124
1124
|
readonly permissions: readonly ["active", {
|
|
1125
1125
|
readonly contract: "_contract";
|
|
1126
1126
|
readonly action: "actionName";
|
|
@@ -1130,7 +1130,7 @@ declare const authorizations$1S: readonly [{
|
|
|
1130
1130
|
/**
|
|
1131
1131
|
* Имя действия
|
|
1132
1132
|
*/
|
|
1133
|
-
declare const actionName$
|
|
1133
|
+
declare const actionName$1X = "dpcomplete";
|
|
1134
1134
|
/**
|
|
1135
1135
|
* @interface
|
|
1136
1136
|
*/
|
|
@@ -1138,14 +1138,14 @@ type ICompleteDeposit = IDpcomplete;
|
|
|
1138
1138
|
|
|
1139
1139
|
type completeDeposit_ICompleteDeposit = ICompleteDeposit;
|
|
1140
1140
|
declare namespace completeDeposit {
|
|
1141
|
-
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$
|
|
1141
|
+
export { type completeDeposit_ICompleteDeposit as ICompleteDeposit, actionName$1X as actionName, authorizations$1X as authorizations };
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Имя действия
|
|
1146
1146
|
* Требуется авторизация {@link Actors._admin | администратором кооператива} со специальным разрешением.
|
|
1147
1147
|
*/
|
|
1148
|
-
declare const authorizations$
|
|
1148
|
+
declare const authorizations$1W: readonly [{
|
|
1149
1149
|
readonly permissions: readonly ["active", {
|
|
1150
1150
|
readonly contract: "_contract";
|
|
1151
1151
|
readonly action: "actionName";
|
|
@@ -1155,21 +1155,21 @@ declare const authorizations$1R: readonly [{
|
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Имя действия
|
|
1157
1157
|
*/
|
|
1158
|
-
declare const actionName$
|
|
1158
|
+
declare const actionName$1W = "dpfail";
|
|
1159
1159
|
/**
|
|
1160
1160
|
* @interface
|
|
1161
1161
|
*/
|
|
1162
1162
|
type IFailDeposit$2 = IDpfail;
|
|
1163
1163
|
|
|
1164
1164
|
declare namespace failDeposit {
|
|
1165
|
-
export { type IFailDeposit$2 as IFailDeposit, actionName$
|
|
1165
|
+
export { type IFailDeposit$2 as IFailDeposit, actionName$1W as actionName, authorizations$1W as authorizations };
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
1168
|
/**
|
|
1169
1169
|
* Имя действия
|
|
1170
1170
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1171
1171
|
*/
|
|
1172
|
-
declare const authorizations$
|
|
1172
|
+
declare const authorizations$1V: readonly [{
|
|
1173
1173
|
readonly permissions: readonly ["active"];
|
|
1174
1174
|
readonly actor: {
|
|
1175
1175
|
readonly production: "gateway";
|
|
@@ -1179,7 +1179,7 @@ declare const authorizations$1Q: readonly [{
|
|
|
1179
1179
|
/**
|
|
1180
1180
|
* Имя действия
|
|
1181
1181
|
*/
|
|
1182
|
-
declare const actionName$
|
|
1182
|
+
declare const actionName$1V = "newdepositid";
|
|
1183
1183
|
/**
|
|
1184
1184
|
* @interface
|
|
1185
1185
|
*/
|
|
@@ -1187,14 +1187,14 @@ type NewDepositId = INewdepositid;
|
|
|
1187
1187
|
|
|
1188
1188
|
type newDepositId_NewDepositId = NewDepositId;
|
|
1189
1189
|
declare namespace newDepositId {
|
|
1190
|
-
export { type newDepositId_NewDepositId as NewDepositId, actionName$
|
|
1190
|
+
export { type newDepositId_NewDepositId as NewDepositId, actionName$1V as actionName, authorizations$1V as authorizations };
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
1193
|
/**
|
|
1194
1194
|
* Имя действия
|
|
1195
1195
|
* Требуется авторизация {@link ContractNames._gateway | аккаунта контракта шлюза}.
|
|
1196
1196
|
*/
|
|
1197
|
-
declare const authorizations$
|
|
1197
|
+
declare const authorizations$1U: readonly [{
|
|
1198
1198
|
readonly permissions: readonly ["active"];
|
|
1199
1199
|
readonly actor: {
|
|
1200
1200
|
readonly production: "gateway";
|
|
@@ -1204,7 +1204,7 @@ declare const authorizations$1P: readonly [{
|
|
|
1204
1204
|
/**
|
|
1205
1205
|
* Имя действия
|
|
1206
1206
|
*/
|
|
1207
|
-
declare const actionName$
|
|
1207
|
+
declare const actionName$1U = "newwithdrid";
|
|
1208
1208
|
/**
|
|
1209
1209
|
* @interface
|
|
1210
1210
|
*/
|
|
@@ -1212,21 +1212,21 @@ type NewWithdrawId = INewwithdrid;
|
|
|
1212
1212
|
|
|
1213
1213
|
type newWithdrawId_NewWithdrawId = NewWithdrawId;
|
|
1214
1214
|
declare namespace newWithdrawId {
|
|
1215
|
-
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$
|
|
1215
|
+
export { type newWithdrawId_NewWithdrawId as NewWithdrawId, actionName$1U as actionName, authorizations$1U as authorizations };
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Имя действия
|
|
1220
1220
|
* Требуется авторизация {@link Actors._username | пользователя}.
|
|
1221
1221
|
*/
|
|
1222
|
-
declare const authorizations$
|
|
1222
|
+
declare const authorizations$1T: readonly [{
|
|
1223
1223
|
readonly permissions: readonly ["active"];
|
|
1224
1224
|
readonly actor: "_username";
|
|
1225
1225
|
}];
|
|
1226
1226
|
/**
|
|
1227
1227
|
* Имя действия
|
|
1228
1228
|
*/
|
|
1229
|
-
declare const actionName$
|
|
1229
|
+
declare const actionName$1T = "withdraw";
|
|
1230
1230
|
/**
|
|
1231
1231
|
* @interface
|
|
1232
1232
|
* Действие для создания заявки на возврат паевого взноса из кошелька.
|
|
@@ -1234,14 +1234,14 @@ declare const actionName$1O = "withdraw";
|
|
|
1234
1234
|
type IFailDeposit$1 = IWithdraw$1;
|
|
1235
1235
|
|
|
1236
1236
|
declare namespace createWithdraw {
|
|
1237
|
-
export { type IFailDeposit$1 as IFailDeposit, actionName$
|
|
1237
|
+
export { type IFailDeposit$1 as IFailDeposit, actionName$1T as actionName, authorizations$1T as authorizations };
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
/**
|
|
1241
1241
|
* Имя действия
|
|
1242
1242
|
* Требуется авторизация {@link Actors._admin | администратора}.
|
|
1243
1243
|
*/
|
|
1244
|
-
declare const authorizations$
|
|
1244
|
+
declare const authorizations$1S: readonly [{
|
|
1245
1245
|
readonly permissions: readonly ["active", {
|
|
1246
1246
|
readonly contract: "_contract";
|
|
1247
1247
|
readonly action: "actionName";
|
|
@@ -1251,7 +1251,7 @@ declare const authorizations$1N: readonly [{
|
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Имя действия
|
|
1253
1253
|
*/
|
|
1254
|
-
declare const actionName$
|
|
1254
|
+
declare const actionName$1S = "wthdcomplete";
|
|
1255
1255
|
/**
|
|
1256
1256
|
* @interface
|
|
1257
1257
|
* Действие для подтверждения платежа по возврату паевого взноса пользователю.
|
|
@@ -1260,14 +1260,14 @@ type IFailDeposit = IWthdcomplete;
|
|
|
1260
1260
|
|
|
1261
1261
|
type completeWithdraw_IFailDeposit = IFailDeposit;
|
|
1262
1262
|
declare namespace completeWithdraw {
|
|
1263
|
-
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$
|
|
1263
|
+
export { type completeWithdraw_IFailDeposit as IFailDeposit, actionName$1S as actionName, authorizations$1S as authorizations };
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* Имя действия
|
|
1268
1268
|
* Требуется авторизация {@link Actors._admin | администратора кооператива} со специальным разрешением.
|
|
1269
1269
|
*/
|
|
1270
|
-
declare const authorizations$
|
|
1270
|
+
declare const authorizations$1R: readonly [{
|
|
1271
1271
|
readonly permissions: readonly ["active", {
|
|
1272
1272
|
readonly contract: "_contract";
|
|
1273
1273
|
readonly action: "actionName";
|
|
@@ -1277,7 +1277,7 @@ declare const authorizations$1M: readonly [{
|
|
|
1277
1277
|
/**
|
|
1278
1278
|
* Имя действия
|
|
1279
1279
|
*/
|
|
1280
|
-
declare const actionName$
|
|
1280
|
+
declare const actionName$1R = "wthdfail";
|
|
1281
1281
|
/**
|
|
1282
1282
|
* @interface
|
|
1283
1283
|
*/
|
|
@@ -1285,14 +1285,14 @@ type IFailWithdraw = IWthdfail;
|
|
|
1285
1285
|
|
|
1286
1286
|
type failWithdraw_IFailWithdraw = IFailWithdraw;
|
|
1287
1287
|
declare namespace failWithdraw {
|
|
1288
|
-
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$
|
|
1288
|
+
export { type failWithdraw_IFailWithdraw as IFailWithdraw, actionName$1R as actionName, authorizations$1R as authorizations };
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
/**
|
|
1292
1292
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1293
1293
|
*/
|
|
1294
1294
|
|
|
1295
|
-
declare namespace index$
|
|
1295
|
+
declare namespace index$x {
|
|
1296
1296
|
export { completeDeposit as CompleteDeposit, completeWithdraw as CompleteWithdraw, createDeposit as CreateDeposit, createWithdraw as CreateWithdraw, failDeposit as FailDeposit, failWithdraw as FailWithdraw, newDepositId as NewDepositId, newWithdrawId as NewWithdrawId };
|
|
1297
1297
|
}
|
|
1298
1298
|
|
|
@@ -1343,7 +1343,7 @@ declare namespace withdraws {
|
|
|
1343
1343
|
export { type withdraws_IWithdraws as IWithdraws, scope$x as scope, tableName$x as tableName };
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
-
declare namespace index$
|
|
1346
|
+
declare namespace index$w {
|
|
1347
1347
|
export { deposits as Deposits, withdraws as Withdraws };
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
@@ -1352,8 +1352,8 @@ declare const contractName$7: {
|
|
|
1352
1352
|
readonly testnet: "gateway2222";
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
|
-
declare namespace index$
|
|
1356
|
-
export { index$
|
|
1355
|
+
declare namespace index$v {
|
|
1356
|
+
export { index$x as Actions, gateway as Interfaces, index$w as Tables, contractName$7 as contractName };
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
1359
|
type IAsset$4 = string;
|
|
@@ -1396,7 +1396,7 @@ interface IDocument$2 {
|
|
|
1396
1396
|
signature: ISignature$2;
|
|
1397
1397
|
meta: string;
|
|
1398
1398
|
}
|
|
1399
|
-
interface IInit$
|
|
1399
|
+
interface IInit$5 {
|
|
1400
1400
|
}
|
|
1401
1401
|
interface IJoincoop$1 {
|
|
1402
1402
|
registrator: IName$6;
|
|
@@ -1481,10 +1481,10 @@ type registrator_IReguser = IReguser;
|
|
|
1481
1481
|
type registrator_IVerificate = IVerificate;
|
|
1482
1482
|
type registrator_IVerification = IVerification;
|
|
1483
1483
|
declare namespace registrator {
|
|
1484
|
-
export type { IAccount$2 as IAccount, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IInit$
|
|
1484
|
+
export type { IAccount$2 as IAccount, IAsset$4 as IAsset, IBalances$1 as IBalances, IBalancesBase$1 as IBalancesBase, registrator_IChangekey as IChangekey, IChecksum256$4 as IChecksum256, registrator_IConfirmreg as IConfirmreg, IDocument$2 as IDocument, IInit$5 as IInit, IJoincoop$1 as IJoincoop, IName$6 as IName, INewaccount$1 as INewaccount, registrator_IOrgData as IOrgData, IOrganization$1 as IOrganization, registrator_IPlotData as IPlotData, IPublicKey$3 as IPublicKey, registrator_IRegdepartmnt as IRegdepartmnt, registrator_IRegorg as IRegorg, registrator_IReguser as IReguser, ISignature$2 as ISignature, ITimePointSec$5 as ITimePointSec, IUint64$3 as IUint64, IUpdate$1 as IUpdate, registrator_IVerificate as IVerificate, registrator_IVerification as IVerification };
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
|
-
declare const authorizations$
|
|
1487
|
+
declare const authorizations$1Q: readonly [{
|
|
1488
1488
|
readonly permissions: readonly ["active"];
|
|
1489
1489
|
readonly actor: {
|
|
1490
1490
|
readonly production: "eosio";
|
|
@@ -1494,7 +1494,7 @@ declare const authorizations$1L: readonly [{
|
|
|
1494
1494
|
/**
|
|
1495
1495
|
* Имя действия
|
|
1496
1496
|
*/
|
|
1497
|
-
declare const actionName$
|
|
1497
|
+
declare const actionName$1Q = "verificate";
|
|
1498
1498
|
/**
|
|
1499
1499
|
* @interface
|
|
1500
1500
|
*/
|
|
@@ -1502,17 +1502,17 @@ type IVerificateAccount = IVerificate;
|
|
|
1502
1502
|
|
|
1503
1503
|
type verificateAccount_IVerificateAccount = IVerificateAccount;
|
|
1504
1504
|
declare namespace verificateAccount {
|
|
1505
|
-
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$
|
|
1505
|
+
export { type verificateAccount_IVerificateAccount as IVerificateAccount, actionName$1Q as actionName, authorizations$1Q as authorizations };
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
|
-
declare const authorizations$
|
|
1508
|
+
declare const authorizations$1P: readonly [{
|
|
1509
1509
|
readonly permissions: readonly ["active"];
|
|
1510
1510
|
readonly actor: "_username";
|
|
1511
1511
|
}];
|
|
1512
1512
|
/**
|
|
1513
1513
|
* Имя действия
|
|
1514
1514
|
*/
|
|
1515
|
-
declare const actionName$
|
|
1515
|
+
declare const actionName$1P = "update";
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @interface
|
|
1518
1518
|
*/
|
|
@@ -1520,13 +1520,13 @@ type IUpdateAccount = IUpdate$1;
|
|
|
1520
1520
|
|
|
1521
1521
|
type updateAccount_IUpdateAccount = IUpdateAccount;
|
|
1522
1522
|
declare namespace updateAccount {
|
|
1523
|
-
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$
|
|
1523
|
+
export { type updateAccount_IUpdateAccount as IUpdateAccount, actionName$1P as actionName, authorizations$1P as authorizations };
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
/**
|
|
1527
1527
|
* Требуется авторизация аккаунта {@link Actors._admin | администратора} c позитивным балансом AXON для оплаты аренды ресурсов.
|
|
1528
1528
|
*/
|
|
1529
|
-
declare const authorizations$
|
|
1529
|
+
declare const authorizations$1O: readonly [{
|
|
1530
1530
|
readonly permissions: readonly ["active", {
|
|
1531
1531
|
readonly contract: "_contract";
|
|
1532
1532
|
readonly action: "actionName";
|
|
@@ -1536,17 +1536,17 @@ declare const authorizations$1J: readonly [{
|
|
|
1536
1536
|
/**
|
|
1537
1537
|
* Имя действия
|
|
1538
1538
|
*/
|
|
1539
|
-
declare const actionName$
|
|
1539
|
+
declare const actionName$1O = "newaccount";
|
|
1540
1540
|
/**
|
|
1541
1541
|
* @interface
|
|
1542
1542
|
*/
|
|
1543
1543
|
type ICreateAccount$1 = INewaccount$1;
|
|
1544
1544
|
|
|
1545
1545
|
declare namespace createAccount$1 {
|
|
1546
|
-
export { type ICreateAccount$1 as ICreateAccount, actionName$
|
|
1546
|
+
export { type ICreateAccount$1 as ICreateAccount, actionName$1O as actionName, authorizations$1O as authorizations };
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
|
-
declare const authorizations$
|
|
1549
|
+
declare const authorizations$1N: readonly [{
|
|
1550
1550
|
readonly permissions: readonly ["active", {
|
|
1551
1551
|
readonly contract: "_contract";
|
|
1552
1552
|
readonly action: "actionName";
|
|
@@ -1556,7 +1556,7 @@ declare const authorizations$1I: readonly [{
|
|
|
1556
1556
|
/**
|
|
1557
1557
|
* Имя действия
|
|
1558
1558
|
*/
|
|
1559
|
-
declare const actionName$
|
|
1559
|
+
declare const actionName$1N = "reguser";
|
|
1560
1560
|
/**
|
|
1561
1561
|
* @interface
|
|
1562
1562
|
*/
|
|
@@ -1564,10 +1564,10 @@ type IRegistrerUser = IReguser;
|
|
|
1564
1564
|
|
|
1565
1565
|
type registerUser_IRegistrerUser = IRegistrerUser;
|
|
1566
1566
|
declare namespace registerUser {
|
|
1567
|
-
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$
|
|
1567
|
+
export { type registerUser_IRegistrerUser as IRegistrerUser, actionName$1N as actionName, authorizations$1N as authorizations };
|
|
1568
1568
|
}
|
|
1569
1569
|
|
|
1570
|
-
declare const authorizations$
|
|
1570
|
+
declare const authorizations$1M: readonly [{
|
|
1571
1571
|
readonly permissions: readonly ["active", {
|
|
1572
1572
|
readonly contract: "_contract";
|
|
1573
1573
|
readonly action: "actionName";
|
|
@@ -1577,7 +1577,7 @@ declare const authorizations$1H: readonly [{
|
|
|
1577
1577
|
/**
|
|
1578
1578
|
* Имя действия
|
|
1579
1579
|
*/
|
|
1580
|
-
declare const actionName$
|
|
1580
|
+
declare const actionName$1M = "regorg";
|
|
1581
1581
|
/**
|
|
1582
1582
|
* @interface
|
|
1583
1583
|
*/
|
|
@@ -1585,10 +1585,10 @@ type IRegisterOrganization = IRegorg;
|
|
|
1585
1585
|
|
|
1586
1586
|
type registerOrganization_IRegisterOrganization = IRegisterOrganization;
|
|
1587
1587
|
declare namespace registerOrganization {
|
|
1588
|
-
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$
|
|
1588
|
+
export { type registerOrganization_IRegisterOrganization as IRegisterOrganization, actionName$1M as actionName, authorizations$1M as authorizations };
|
|
1589
1589
|
}
|
|
1590
1590
|
|
|
1591
|
-
declare const authorizations$
|
|
1591
|
+
declare const authorizations$1L: readonly [{
|
|
1592
1592
|
readonly permissions: readonly ["active"];
|
|
1593
1593
|
readonly actor: {
|
|
1594
1594
|
readonly production: "eosio";
|
|
@@ -1598,7 +1598,7 @@ declare const authorizations$1G: readonly [{
|
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Имя действия
|
|
1600
1600
|
*/
|
|
1601
|
-
declare const actionName$
|
|
1601
|
+
declare const actionName$1L = "changekey";
|
|
1602
1602
|
/**
|
|
1603
1603
|
* @interface
|
|
1604
1604
|
*/
|
|
@@ -1606,13 +1606,13 @@ type IChangeKey = IChangekey;
|
|
|
1606
1606
|
|
|
1607
1607
|
type changeKey_IChangeKey = IChangeKey;
|
|
1608
1608
|
declare namespace changeKey {
|
|
1609
|
-
export { type changeKey_IChangeKey as IChangeKey, actionName$
|
|
1609
|
+
export { type changeKey_IChangeKey as IChangeKey, actionName$1L as actionName, authorizations$1L as authorizations };
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
1612
|
/**
|
|
1613
1613
|
* Требуется авторизация администратора кооператива или пользователя.
|
|
1614
1614
|
*/
|
|
1615
|
-
declare const authorizations$
|
|
1615
|
+
declare const authorizations$1K: readonly [{
|
|
1616
1616
|
readonly permissions: readonly ["active", {
|
|
1617
1617
|
readonly contract: "_contract";
|
|
1618
1618
|
readonly action: "actionName";
|
|
@@ -1625,7 +1625,7 @@ declare const authorizations$1F: readonly [{
|
|
|
1625
1625
|
/**
|
|
1626
1626
|
* Имя действия
|
|
1627
1627
|
*/
|
|
1628
|
-
declare const actionName$
|
|
1628
|
+
declare const actionName$1K = "joincoop";
|
|
1629
1629
|
/**
|
|
1630
1630
|
* @interface
|
|
1631
1631
|
*/
|
|
@@ -1633,13 +1633,13 @@ type IJoinCooperative = IJoincoop$1;
|
|
|
1633
1633
|
|
|
1634
1634
|
type joinCooperative_IJoinCooperative = IJoinCooperative;
|
|
1635
1635
|
declare namespace joinCooperative {
|
|
1636
|
-
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$
|
|
1636
|
+
export { type joinCooperative_IJoinCooperative as IJoinCooperative, actionName$1K as actionName, authorizations$1K as authorizations };
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
1639
|
/**
|
|
1640
1640
|
* Требуется подпись контракта {@link ContractNames._soviet | совета}, которая поставляется автоматически в момент исполнения решения совета о приёме нового пайщика.
|
|
1641
1641
|
*/
|
|
1642
|
-
declare const authorizations$
|
|
1642
|
+
declare const authorizations$1J: readonly [{
|
|
1643
1643
|
readonly permissions: readonly ["active"];
|
|
1644
1644
|
readonly actor: {
|
|
1645
1645
|
readonly production: "soviet";
|
|
@@ -1649,7 +1649,7 @@ declare const authorizations$1E: readonly [{
|
|
|
1649
1649
|
/**
|
|
1650
1650
|
* Имя действия
|
|
1651
1651
|
*/
|
|
1652
|
-
declare const actionName$
|
|
1652
|
+
declare const actionName$1J = "confirmreg";
|
|
1653
1653
|
/**
|
|
1654
1654
|
* @interface
|
|
1655
1655
|
*/
|
|
@@ -1657,10 +1657,10 @@ type IConfirmJoin = IConfirmreg;
|
|
|
1657
1657
|
|
|
1658
1658
|
type confirmJoin_IConfirmJoin = IConfirmJoin;
|
|
1659
1659
|
declare namespace confirmJoin {
|
|
1660
|
-
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$
|
|
1660
|
+
export { type confirmJoin_IConfirmJoin as IConfirmJoin, actionName$1J as actionName, authorizations$1J as authorizations };
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
|
-
declare const authorizations$
|
|
1663
|
+
declare const authorizations$1I: readonly [{
|
|
1664
1664
|
readonly permissions: readonly ["active"];
|
|
1665
1665
|
readonly actor: {
|
|
1666
1666
|
readonly production: "eosio";
|
|
@@ -1670,22 +1670,22 @@ declare const authorizations$1D: readonly [{
|
|
|
1670
1670
|
/**
|
|
1671
1671
|
* Имя действия
|
|
1672
1672
|
*/
|
|
1673
|
-
declare const actionName$
|
|
1673
|
+
declare const actionName$1I = "init";
|
|
1674
1674
|
/**
|
|
1675
1675
|
* @interface
|
|
1676
1676
|
*/
|
|
1677
|
-
type IInit$
|
|
1677
|
+
type IInit$4 = IInit$5;
|
|
1678
1678
|
|
|
1679
|
-
declare namespace init$
|
|
1680
|
-
export { type IInit$
|
|
1679
|
+
declare namespace init$2 {
|
|
1680
|
+
export { type IInit$4 as IInit, actionName$1I as actionName, authorizations$1I as authorizations };
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
/**
|
|
1684
1684
|
* Действие верификации аккаунта
|
|
1685
1685
|
*/
|
|
1686
1686
|
|
|
1687
|
-
declare namespace index$
|
|
1688
|
-
export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount$1 as CreateAccount, init$
|
|
1687
|
+
declare namespace index$u {
|
|
1688
|
+
export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount$1 as CreateAccount, init$2 as Init, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, registerUser as RegisterUser, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
1691
|
/**
|
|
@@ -1736,7 +1736,7 @@ declare namespace organizations {
|
|
|
1736
1736
|
*
|
|
1737
1737
|
*/
|
|
1738
1738
|
|
|
1739
|
-
declare namespace index$
|
|
1739
|
+
declare namespace index$t {
|
|
1740
1740
|
export { accounts as Accounts, organizations as Organizations };
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
@@ -1745,8 +1745,8 @@ declare const contractName$6: {
|
|
|
1745
1745
|
readonly testnet: "regtest22222";
|
|
1746
1746
|
};
|
|
1747
1747
|
|
|
1748
|
-
declare namespace index$
|
|
1749
|
-
export { index$
|
|
1748
|
+
declare namespace index$s {
|
|
1749
|
+
export { index$u as Actions, registrator as Interfaces, index$t as Tables, contractName$6 as contractName };
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
type IAsset$3 = string;
|
|
@@ -1794,14 +1794,14 @@ declare namespace token {
|
|
|
1794
1794
|
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 };
|
|
1795
1795
|
}
|
|
1796
1796
|
|
|
1797
|
-
declare const authorizations$
|
|
1797
|
+
declare const authorizations$1H: readonly [{
|
|
1798
1798
|
readonly permissions: readonly ["active"];
|
|
1799
1799
|
readonly actor: "_username";
|
|
1800
1800
|
}];
|
|
1801
1801
|
/**
|
|
1802
1802
|
* Имя действия
|
|
1803
1803
|
*/
|
|
1804
|
-
declare const actionName$
|
|
1804
|
+
declare const actionName$1H = "transfer";
|
|
1805
1805
|
/**
|
|
1806
1806
|
* @interface
|
|
1807
1807
|
*/
|
|
@@ -1809,17 +1809,17 @@ type ITransfer = ITransfer$1;
|
|
|
1809
1809
|
|
|
1810
1810
|
type transfer_ITransfer = ITransfer;
|
|
1811
1811
|
declare namespace transfer {
|
|
1812
|
-
export { type transfer_ITransfer as ITransfer, actionName$
|
|
1812
|
+
export { type transfer_ITransfer as ITransfer, actionName$1H as actionName, authorizations$1H as authorizations };
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
|
-
declare const authorizations$
|
|
1815
|
+
declare const authorizations$1G: readonly [{
|
|
1816
1816
|
readonly permissions: readonly ["active"];
|
|
1817
1817
|
readonly actor: "_username";
|
|
1818
1818
|
}];
|
|
1819
1819
|
/**
|
|
1820
1820
|
* Имя действия
|
|
1821
1821
|
*/
|
|
1822
|
-
declare const actionName$
|
|
1822
|
+
declare const actionName$1G = "open";
|
|
1823
1823
|
/**
|
|
1824
1824
|
* @interface
|
|
1825
1825
|
*/
|
|
@@ -1827,7 +1827,7 @@ type IOpen = IOpen$1;
|
|
|
1827
1827
|
|
|
1828
1828
|
type open_IOpen = IOpen;
|
|
1829
1829
|
declare namespace open {
|
|
1830
|
-
export { type open_IOpen as IOpen, actionName$
|
|
1830
|
+
export { type open_IOpen as IOpen, actionName$1G as actionName, authorizations$1G as authorizations };
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
1833
|
/**
|
|
@@ -1837,28 +1837,28 @@ type IClose = IClose$1;
|
|
|
1837
1837
|
/**
|
|
1838
1838
|
* Требуется авторизация владельца аккаунта, чей баланс закрывается.
|
|
1839
1839
|
*/
|
|
1840
|
-
declare const authorizations$
|
|
1840
|
+
declare const authorizations$1F: readonly [{
|
|
1841
1841
|
readonly permissions: readonly ["active"];
|
|
1842
1842
|
readonly actor: "_username";
|
|
1843
1843
|
}];
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Имя действия
|
|
1846
1846
|
*/
|
|
1847
|
-
declare const actionName$
|
|
1847
|
+
declare const actionName$1F = "close";
|
|
1848
1848
|
|
|
1849
1849
|
type close_IClose = IClose;
|
|
1850
1850
|
declare namespace close {
|
|
1851
|
-
export { type close_IClose as IClose, actionName$
|
|
1851
|
+
export { type close_IClose as IClose, actionName$1F as actionName, authorizations$1F as authorizations };
|
|
1852
1852
|
}
|
|
1853
1853
|
|
|
1854
|
-
declare const authorizations$
|
|
1854
|
+
declare const authorizations$1E: readonly [{
|
|
1855
1855
|
readonly permissions: readonly ["active"];
|
|
1856
1856
|
readonly actor: "_system";
|
|
1857
1857
|
}];
|
|
1858
1858
|
/**
|
|
1859
1859
|
* Имя действия
|
|
1860
1860
|
*/
|
|
1861
|
-
declare const actionName$
|
|
1861
|
+
declare const actionName$1E = "create";
|
|
1862
1862
|
/**
|
|
1863
1863
|
* @interface
|
|
1864
1864
|
*/
|
|
@@ -1866,20 +1866,20 @@ type ICreate = ICreate$1;
|
|
|
1866
1866
|
|
|
1867
1867
|
type create_ICreate = ICreate;
|
|
1868
1868
|
declare namespace create {
|
|
1869
|
-
export { type create_ICreate as ICreate, actionName$
|
|
1869
|
+
export { type create_ICreate as ICreate, actionName$1E as actionName, authorizations$1E as authorizations };
|
|
1870
1870
|
}
|
|
1871
1871
|
|
|
1872
1872
|
/**
|
|
1873
1873
|
* Для выпуска токенов требуется авторизация учетной записи эмитента, указанная в поле issuer при создании токена.
|
|
1874
1874
|
*/
|
|
1875
|
-
declare const authorizations$
|
|
1875
|
+
declare const authorizations$1D: readonly [{
|
|
1876
1876
|
readonly permissions: readonly ["active"];
|
|
1877
1877
|
readonly actor: "currencyStats.issuer";
|
|
1878
1878
|
}];
|
|
1879
1879
|
/**
|
|
1880
1880
|
* Имя действия
|
|
1881
1881
|
*/
|
|
1882
|
-
declare const actionName$
|
|
1882
|
+
declare const actionName$1D = "issue";
|
|
1883
1883
|
/**
|
|
1884
1884
|
* @interface
|
|
1885
1885
|
*/
|
|
@@ -1887,20 +1887,20 @@ type IIssue = IIssue$1;
|
|
|
1887
1887
|
|
|
1888
1888
|
type issue_IIssue = IIssue;
|
|
1889
1889
|
declare namespace issue {
|
|
1890
|
-
export { type issue_IIssue as IIssue, actionName$
|
|
1890
|
+
export { type issue_IIssue as IIssue, actionName$1D as actionName, authorizations$1D as authorizations };
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
/**
|
|
1894
1894
|
* Для сжигания токенов требуется авторизация учетной записи эмитента, указанная при создании токена.
|
|
1895
1895
|
*/
|
|
1896
|
-
declare const authorizations$
|
|
1896
|
+
declare const authorizations$1C: readonly [{
|
|
1897
1897
|
readonly permissions: readonly ["active"];
|
|
1898
1898
|
readonly actor: "currencyStats.issuer";
|
|
1899
1899
|
}];
|
|
1900
1900
|
/**
|
|
1901
1901
|
* Имя действия
|
|
1902
1902
|
*/
|
|
1903
|
-
declare const actionName$
|
|
1903
|
+
declare const actionName$1C = "retire";
|
|
1904
1904
|
/**
|
|
1905
1905
|
* @interface
|
|
1906
1906
|
*/
|
|
@@ -1908,14 +1908,14 @@ type IRetire = IRetire$1;
|
|
|
1908
1908
|
|
|
1909
1909
|
type retire_IRetire = IRetire;
|
|
1910
1910
|
declare namespace retire {
|
|
1911
|
-
export { type retire_IRetire as IRetire, actionName$
|
|
1911
|
+
export { type retire_IRetire as IRetire, actionName$1C as actionName, authorizations$1C as authorizations };
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1916
1916
|
*/
|
|
1917
1917
|
|
|
1918
|
-
declare namespace index$
|
|
1918
|
+
declare namespace index$r {
|
|
1919
1919
|
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
1920
1920
|
}
|
|
1921
1921
|
|
|
@@ -1961,7 +1961,7 @@ declare namespace currencyStats {
|
|
|
1961
1961
|
* Таблица содержит информацию о балансе токенов пользователей
|
|
1962
1962
|
*/
|
|
1963
1963
|
|
|
1964
|
-
declare namespace index$
|
|
1964
|
+
declare namespace index$q {
|
|
1965
1965
|
export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
@@ -1970,8 +1970,8 @@ declare const contractName$5: {
|
|
|
1970
1970
|
readonly testnet: "eosio.token";
|
|
1971
1971
|
};
|
|
1972
1972
|
|
|
1973
|
-
declare namespace index$
|
|
1974
|
-
export { index$
|
|
1973
|
+
declare namespace index$p {
|
|
1974
|
+
export { index$r as Actions, token as Interfaces, index$q as Tables, contractName$5 as contractName };
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
type IAsset$2 = string;
|
|
@@ -2186,7 +2186,7 @@ interface IFundwithdraw {
|
|
|
2186
2186
|
withdraw_id: IUint64$2;
|
|
2187
2187
|
document: IDocument$1;
|
|
2188
2188
|
}
|
|
2189
|
-
interface IInit$
|
|
2189
|
+
interface IInit$3 {
|
|
2190
2190
|
}
|
|
2191
2191
|
interface IJoincoop {
|
|
2192
2192
|
coopname: IName$4;
|
|
@@ -2393,13 +2393,13 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2393
2393
|
type soviet_IVotefor = IVotefor;
|
|
2394
2394
|
type soviet_IWithdraw = IWithdraw;
|
|
2395
2395
|
declare namespace soviet {
|
|
2396
|
-
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$
|
|
2396
|
+
export type { 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, 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$1 as IDecision, soviet_IDeladdress as IDeladdress, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$3 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, IName$4 as IName, soviet_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, IParticipants$1 as IParticipants, soviet_IProgcomarket as IProgcomarket, 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, 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 };
|
|
2397
2397
|
}
|
|
2398
2398
|
|
|
2399
2399
|
/**
|
|
2400
2400
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2401
2401
|
*/
|
|
2402
|
-
declare const authorizations$
|
|
2402
|
+
declare const authorizations$1B: readonly [{
|
|
2403
2403
|
readonly permissions: readonly ["active"];
|
|
2404
2404
|
readonly actor: {
|
|
2405
2405
|
readonly production: "soviet";
|
|
@@ -2409,7 +2409,7 @@ declare const authorizations$1w: readonly [{
|
|
|
2409
2409
|
/**
|
|
2410
2410
|
* Имя действия
|
|
2411
2411
|
*/
|
|
2412
|
-
declare const actionName$
|
|
2412
|
+
declare const actionName$1B = "newsubmitted";
|
|
2413
2413
|
/**
|
|
2414
2414
|
* @interface
|
|
2415
2415
|
* Действие фиксирует документ в реестре перед отправкой в совет.
|
|
@@ -2418,13 +2418,13 @@ type INewSubmitted = INewsubmitted;
|
|
|
2418
2418
|
|
|
2419
2419
|
type newsubmitted_INewSubmitted = INewSubmitted;
|
|
2420
2420
|
declare namespace newsubmitted {
|
|
2421
|
-
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$
|
|
2421
|
+
export { type newsubmitted_INewSubmitted as INewSubmitted, actionName$1B as actionName, authorizations$1B as authorizations };
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
2424
|
/**
|
|
2425
2425
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2426
2426
|
*/
|
|
2427
|
-
declare const authorizations$
|
|
2427
|
+
declare const authorizations$1A: readonly [{
|
|
2428
2428
|
readonly permissions: readonly ["active"];
|
|
2429
2429
|
readonly actor: {
|
|
2430
2430
|
readonly production: "soviet";
|
|
@@ -2434,7 +2434,7 @@ declare const authorizations$1v: readonly [{
|
|
|
2434
2434
|
/**
|
|
2435
2435
|
* Имя действия
|
|
2436
2436
|
*/
|
|
2437
|
-
declare const actionName$
|
|
2437
|
+
declare const actionName$1A = "newbatch";
|
|
2438
2438
|
/**
|
|
2439
2439
|
* @interface
|
|
2440
2440
|
* Действие фиксирует связанную группу подписанных документов, которые отправляются в совет на голосование.
|
|
@@ -2443,13 +2443,13 @@ type INewBatch = INewbatch;
|
|
|
2443
2443
|
|
|
2444
2444
|
type newbatch_INewBatch = INewBatch;
|
|
2445
2445
|
declare namespace newbatch {
|
|
2446
|
-
export { type newbatch_INewBatch as INewBatch, actionName$
|
|
2446
|
+
export { type newbatch_INewBatch as INewBatch, actionName$1A as actionName, authorizations$1A as authorizations };
|
|
2447
2447
|
}
|
|
2448
2448
|
|
|
2449
2449
|
/**
|
|
2450
2450
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2451
2451
|
*/
|
|
2452
|
-
declare const authorizations$
|
|
2452
|
+
declare const authorizations$1z: readonly [{
|
|
2453
2453
|
readonly permissions: readonly ["active"];
|
|
2454
2454
|
readonly actor: {
|
|
2455
2455
|
readonly production: "soviet";
|
|
@@ -2459,7 +2459,7 @@ declare const authorizations$1u: readonly [{
|
|
|
2459
2459
|
/**
|
|
2460
2460
|
* Имя действия
|
|
2461
2461
|
*/
|
|
2462
|
-
declare const actionName$
|
|
2462
|
+
declare const actionName$1z = "newresolved";
|
|
2463
2463
|
/**
|
|
2464
2464
|
* @interface
|
|
2465
2465
|
* Действие фиксирует принятое заявление в реестре после принятия решения советом кооператива.
|
|
@@ -2469,13 +2469,13 @@ type INewResolved = INewresolved;
|
|
|
2469
2469
|
|
|
2470
2470
|
type newresolved_INewResolved = INewResolved;
|
|
2471
2471
|
declare namespace newresolved {
|
|
2472
|
-
export { type newresolved_INewResolved as INewResolved, actionName$
|
|
2472
|
+
export { type newresolved_INewResolved as INewResolved, actionName$1z as actionName, authorizations$1z as authorizations };
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
2475
|
/**
|
|
2476
2476
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2477
2477
|
*/
|
|
2478
|
-
declare const authorizations$
|
|
2478
|
+
declare const authorizations$1y: readonly [{
|
|
2479
2479
|
readonly permissions: readonly ["active"];
|
|
2480
2480
|
readonly actor: {
|
|
2481
2481
|
readonly production: "soviet";
|
|
@@ -2485,7 +2485,7 @@ declare const authorizations$1t: readonly [{
|
|
|
2485
2485
|
/**
|
|
2486
2486
|
* Имя действия
|
|
2487
2487
|
*/
|
|
2488
|
-
declare const actionName$
|
|
2488
|
+
declare const actionName$1y = "newact";
|
|
2489
2489
|
/**
|
|
2490
2490
|
* @interface
|
|
2491
2491
|
* Действие фиксирует в реестре подписанные акты приёма-передачи имущества.
|
|
@@ -2494,13 +2494,13 @@ type INewAct = INewact;
|
|
|
2494
2494
|
|
|
2495
2495
|
type newact_INewAct = INewAct;
|
|
2496
2496
|
declare namespace newact {
|
|
2497
|
-
export { type newact_INewAct as INewAct, actionName$
|
|
2497
|
+
export { type newact_INewAct as INewAct, actionName$1y as actionName, authorizations$1y as authorizations };
|
|
2498
2498
|
}
|
|
2499
2499
|
|
|
2500
2500
|
/**
|
|
2501
2501
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2502
2502
|
*/
|
|
2503
|
-
declare const authorizations$
|
|
2503
|
+
declare const authorizations$1x: readonly [{
|
|
2504
2504
|
readonly permissions: readonly ["active"];
|
|
2505
2505
|
readonly actor: {
|
|
2506
2506
|
readonly production: "soviet";
|
|
@@ -2510,7 +2510,7 @@ declare const authorizations$1s: readonly [{
|
|
|
2510
2510
|
/**
|
|
2511
2511
|
* Имя действия
|
|
2512
2512
|
*/
|
|
2513
|
-
declare const actionName$
|
|
2513
|
+
declare const actionName$1x = "newdecision";
|
|
2514
2514
|
/**
|
|
2515
2515
|
* @interface
|
|
2516
2516
|
* Действие фиксирует в реестре принятое решение совета.
|
|
@@ -2519,13 +2519,13 @@ type INewDecision = INewdecision;
|
|
|
2519
2519
|
|
|
2520
2520
|
type newdecision_INewDecision = INewDecision;
|
|
2521
2521
|
declare namespace newdecision {
|
|
2522
|
-
export { type newdecision_INewDecision as INewDecision, actionName$
|
|
2522
|
+
export { type newdecision_INewDecision as INewDecision, actionName$1x as actionName, authorizations$1x as authorizations };
|
|
2523
2523
|
}
|
|
2524
2524
|
|
|
2525
2525
|
/**
|
|
2526
2526
|
* Действие выполняется автоматически по ходу работы системы за подписью контракта _soviet.
|
|
2527
2527
|
*/
|
|
2528
|
-
declare const authorizations$
|
|
2528
|
+
declare const authorizations$1w: readonly [{
|
|
2529
2529
|
readonly permissions: readonly ["active"];
|
|
2530
2530
|
readonly actor: {
|
|
2531
2531
|
readonly production: "soviet";
|
|
@@ -2535,7 +2535,7 @@ declare const authorizations$1r: readonly [{
|
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Имя действия
|
|
2537
2537
|
*/
|
|
2538
|
-
declare const actionName$
|
|
2538
|
+
declare const actionName$1w = "newprogram";
|
|
2539
2539
|
/**
|
|
2540
2540
|
* @interface
|
|
2541
2541
|
* Действие фиксирует созданную программу после создания и возвращает её идентификатор
|
|
@@ -2544,7 +2544,7 @@ type INewProgram = INewprogram;
|
|
|
2544
2544
|
|
|
2545
2545
|
type newprogram_INewProgram = INewProgram;
|
|
2546
2546
|
declare namespace newprogram {
|
|
2547
|
-
export { type newprogram_INewProgram as INewProgram, actionName$
|
|
2547
|
+
export { type newprogram_INewProgram as INewProgram, actionName$1w as actionName, authorizations$1w as authorizations };
|
|
2548
2548
|
}
|
|
2549
2549
|
|
|
2550
2550
|
/**
|
|
@@ -2552,21 +2552,21 @@ declare namespace newprogram {
|
|
|
2552
2552
|
* @private
|
|
2553
2553
|
*/
|
|
2554
2554
|
|
|
2555
|
-
declare namespace index$
|
|
2555
|
+
declare namespace index$o {
|
|
2556
2556
|
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
2557
2557
|
}
|
|
2558
2558
|
|
|
2559
2559
|
/**
|
|
2560
2560
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2561
2561
|
*/
|
|
2562
|
-
declare const authorizations$
|
|
2562
|
+
declare const authorizations$1v: readonly [{
|
|
2563
2563
|
readonly permissions: readonly ["active"];
|
|
2564
2564
|
readonly actor: "_chairman";
|
|
2565
2565
|
}];
|
|
2566
2566
|
/**
|
|
2567
2567
|
* Имя действия
|
|
2568
2568
|
*/
|
|
2569
|
-
declare const actionName$
|
|
2569
|
+
declare const actionName$1v = "creaddress";
|
|
2570
2570
|
/**
|
|
2571
2571
|
* @interface
|
|
2572
2572
|
* Действие создаёт новый адрес.
|
|
@@ -2575,20 +2575,20 @@ type ICreateAddress = ICreaddress;
|
|
|
2575
2575
|
|
|
2576
2576
|
type createAddress_ICreateAddress = ICreateAddress;
|
|
2577
2577
|
declare namespace createAddress {
|
|
2578
|
-
export { type createAddress_ICreateAddress as ICreateAddress, actionName$
|
|
2578
|
+
export { type createAddress_ICreateAddress as ICreateAddress, actionName$1v as actionName, authorizations$1v as authorizations };
|
|
2579
2579
|
}
|
|
2580
2580
|
|
|
2581
2581
|
/**
|
|
2582
2582
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2583
2583
|
*/
|
|
2584
|
-
declare const authorizations$
|
|
2584
|
+
declare const authorizations$1u: readonly [{
|
|
2585
2585
|
readonly permissions: readonly ["active"];
|
|
2586
2586
|
readonly actor: "_chairman";
|
|
2587
2587
|
}];
|
|
2588
2588
|
/**
|
|
2589
2589
|
* Имя действия
|
|
2590
2590
|
*/
|
|
2591
|
-
declare const actionName$
|
|
2591
|
+
declare const actionName$1u = "deladdress";
|
|
2592
2592
|
/**
|
|
2593
2593
|
* @interface
|
|
2594
2594
|
* Действие удаляет адресс.
|
|
@@ -2597,20 +2597,20 @@ type IDeleteAddress = IDeladdress;
|
|
|
2597
2597
|
|
|
2598
2598
|
type deleteAddress_IDeleteAddress = IDeleteAddress;
|
|
2599
2599
|
declare namespace deleteAddress {
|
|
2600
|
-
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$
|
|
2600
|
+
export { type deleteAddress_IDeleteAddress as IDeleteAddress, actionName$1u as actionName, authorizations$1u as authorizations };
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
2603
|
/**
|
|
2604
2604
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2605
2605
|
*/
|
|
2606
|
-
declare const authorizations$
|
|
2606
|
+
declare const authorizations$1t: readonly [{
|
|
2607
2607
|
readonly permissions: readonly ["active"];
|
|
2608
2608
|
readonly actor: "_chairman";
|
|
2609
2609
|
}];
|
|
2610
2610
|
/**
|
|
2611
2611
|
* Имя действия
|
|
2612
2612
|
*/
|
|
2613
|
-
declare const actionName$
|
|
2613
|
+
declare const actionName$1t = "editaddress";
|
|
2614
2614
|
/**
|
|
2615
2615
|
* @interface
|
|
2616
2616
|
* Действие редактирует адресс.
|
|
@@ -2619,21 +2619,21 @@ type IEditAddress = IEditaddress;
|
|
|
2619
2619
|
|
|
2620
2620
|
type editAddress_IEditAddress = IEditAddress;
|
|
2621
2621
|
declare namespace editAddress {
|
|
2622
|
-
export { type editAddress_IEditAddress as IEditAddress, actionName$
|
|
2622
|
+
export { type editAddress_IEditAddress as IEditAddress, actionName$1t as actionName, authorizations$1t as authorizations };
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
2625
2625
|
/**
|
|
2626
2626
|
* Действие создаёт новый адрес.
|
|
2627
2627
|
*/
|
|
2628
2628
|
|
|
2629
|
-
declare namespace index$
|
|
2629
|
+
declare namespace index$n {
|
|
2630
2630
|
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2631
2631
|
}
|
|
2632
2632
|
|
|
2633
2633
|
/**
|
|
2634
2634
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2635
2635
|
*/
|
|
2636
|
-
declare const authorizations$
|
|
2636
|
+
declare const authorizations$1s: readonly [{
|
|
2637
2637
|
readonly permissions: readonly ["active"];
|
|
2638
2638
|
readonly actor: {
|
|
2639
2639
|
readonly production: "soviet";
|
|
@@ -2655,7 +2655,7 @@ declare const authorizations$1n: readonly [{
|
|
|
2655
2655
|
/**
|
|
2656
2656
|
* Имя действия
|
|
2657
2657
|
*/
|
|
2658
|
-
declare const actionName$
|
|
2658
|
+
declare const actionName$1s = "addbalance";
|
|
2659
2659
|
/**
|
|
2660
2660
|
* @interface
|
|
2661
2661
|
* Действие добавляет баланс токенов учёта паевого взноса в кошелёк пользователя.
|
|
@@ -2665,13 +2665,13 @@ type IAddBalance = IAddbalance;
|
|
|
2665
2665
|
|
|
2666
2666
|
type addBalance_IAddBalance = IAddBalance;
|
|
2667
2667
|
declare namespace addBalance {
|
|
2668
|
-
export { type addBalance_IAddBalance as IAddBalance, actionName$
|
|
2668
|
+
export { type addBalance_IAddBalance as IAddBalance, actionName$1s as actionName, authorizations$1s as authorizations };
|
|
2669
2669
|
}
|
|
2670
2670
|
|
|
2671
2671
|
/**
|
|
2672
2672
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2673
2673
|
*/
|
|
2674
|
-
declare const authorizations$
|
|
2674
|
+
declare const authorizations$1r: readonly [{
|
|
2675
2675
|
readonly permissions: readonly ["active"];
|
|
2676
2676
|
readonly actor: {
|
|
2677
2677
|
readonly production: "soviet";
|
|
@@ -2693,7 +2693,7 @@ declare const authorizations$1m: readonly [{
|
|
|
2693
2693
|
/**
|
|
2694
2694
|
* Имя действия
|
|
2695
2695
|
*/
|
|
2696
|
-
declare const actionName$
|
|
2696
|
+
declare const actionName$1r = "subbalance";
|
|
2697
2697
|
/**
|
|
2698
2698
|
* @interface
|
|
2699
2699
|
* @private
|
|
@@ -2703,13 +2703,13 @@ type ISubBalance = ISubbalance;
|
|
|
2703
2703
|
|
|
2704
2704
|
type subBalance_ISubBalance = ISubBalance;
|
|
2705
2705
|
declare namespace subBalance {
|
|
2706
|
-
export { type subBalance_ISubBalance as ISubBalance, actionName$
|
|
2706
|
+
export { type subBalance_ISubBalance as ISubBalance, actionName$1r as actionName, authorizations$1r as authorizations };
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
2709
|
/**
|
|
2710
2710
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2711
2711
|
*/
|
|
2712
|
-
declare const authorizations$
|
|
2712
|
+
declare const authorizations$1q: readonly [{
|
|
2713
2713
|
readonly permissions: readonly ["active"];
|
|
2714
2714
|
readonly actor: {
|
|
2715
2715
|
readonly production: "soviet";
|
|
@@ -2731,7 +2731,7 @@ declare const authorizations$1l: readonly [{
|
|
|
2731
2731
|
/**
|
|
2732
2732
|
* Имя действия
|
|
2733
2733
|
*/
|
|
2734
|
-
declare const actionName$
|
|
2734
|
+
declare const actionName$1q = "blockbal";
|
|
2735
2735
|
/**
|
|
2736
2736
|
* @interface
|
|
2737
2737
|
* @private
|
|
@@ -2741,13 +2741,13 @@ type IBlockBalance = IBlockbal;
|
|
|
2741
2741
|
|
|
2742
2742
|
type blockBalance_IBlockBalance = IBlockBalance;
|
|
2743
2743
|
declare namespace blockBalance {
|
|
2744
|
-
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$
|
|
2744
|
+
export { type blockBalance_IBlockBalance as IBlockBalance, actionName$1q as actionName, authorizations$1q as authorizations };
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
2747
2747
|
/**
|
|
2748
2748
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета}, {@link ContractNames._gateway | шлюза} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2749
2749
|
*/
|
|
2750
|
-
declare const authorizations$
|
|
2750
|
+
declare const authorizations$1p: readonly [{
|
|
2751
2751
|
readonly permissions: readonly ["active"];
|
|
2752
2752
|
readonly actor: {
|
|
2753
2753
|
readonly production: "soviet";
|
|
@@ -2769,7 +2769,7 @@ declare const authorizations$1k: readonly [{
|
|
|
2769
2769
|
/**
|
|
2770
2770
|
* Имя действия
|
|
2771
2771
|
*/
|
|
2772
|
-
declare const actionName$
|
|
2772
|
+
declare const actionName$1p = "unblockbal";
|
|
2773
2773
|
/**
|
|
2774
2774
|
* @interface
|
|
2775
2775
|
* @private
|
|
@@ -2779,13 +2779,13 @@ type IUnblockBal = IUnblockbal;
|
|
|
2779
2779
|
|
|
2780
2780
|
type unblockBalance_IUnblockBal = IUnblockBal;
|
|
2781
2781
|
declare namespace unblockBalance {
|
|
2782
|
-
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$
|
|
2782
|
+
export { type unblockBalance_IUnblockBal as IUnblockBal, actionName$1p as actionName, authorizations$1p as authorizations };
|
|
2783
2783
|
}
|
|
2784
2784
|
|
|
2785
2785
|
/**
|
|
2786
2786
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2787
2787
|
*/
|
|
2788
|
-
declare const authorizations$
|
|
2788
|
+
declare const authorizations$1o: readonly [{
|
|
2789
2789
|
readonly permissions: readonly ["active"];
|
|
2790
2790
|
readonly actor: {
|
|
2791
2791
|
readonly production: "soviet";
|
|
@@ -2801,7 +2801,7 @@ declare const authorizations$1j: readonly [{
|
|
|
2801
2801
|
/**
|
|
2802
2802
|
* Имя действия
|
|
2803
2803
|
*/
|
|
2804
|
-
declare const actionName$
|
|
2804
|
+
declare const actionName$1o = "addprogbal";
|
|
2805
2805
|
/**
|
|
2806
2806
|
* @interface
|
|
2807
2807
|
* @private
|
|
@@ -2811,13 +2811,13 @@ type IAddProgramBalance = IAddprogbal;
|
|
|
2811
2811
|
|
|
2812
2812
|
type addProgramBalance_IAddProgramBalance = IAddProgramBalance;
|
|
2813
2813
|
declare namespace addProgramBalance {
|
|
2814
|
-
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$
|
|
2814
|
+
export { type addProgramBalance_IAddProgramBalance as IAddProgramBalance, actionName$1o as actionName, authorizations$1o as authorizations };
|
|
2815
2815
|
}
|
|
2816
2816
|
|
|
2817
2817
|
/**
|
|
2818
2818
|
* Действие выполняется автоматически по ходу работы системы за подписью одного из контрактов: {@link ContractNames._soviet | совета} или {@link ContractNames._marketplace | маркетплейса}.
|
|
2819
2819
|
*/
|
|
2820
|
-
declare const authorizations$
|
|
2820
|
+
declare const authorizations$1n: readonly [{
|
|
2821
2821
|
readonly permissions: readonly ["active"];
|
|
2822
2822
|
readonly actor: {
|
|
2823
2823
|
readonly production: "soviet";
|
|
@@ -2833,7 +2833,7 @@ declare const authorizations$1i: readonly [{
|
|
|
2833
2833
|
/**
|
|
2834
2834
|
* Имя действия
|
|
2835
2835
|
*/
|
|
2836
|
-
declare const actionName$
|
|
2836
|
+
declare const actionName$1n = "subprogbal";
|
|
2837
2837
|
/**
|
|
2838
2838
|
* @interface
|
|
2839
2839
|
* @private
|
|
@@ -2843,7 +2843,7 @@ type ISubProgramBalance = ISubprogbal;
|
|
|
2843
2843
|
|
|
2844
2844
|
type subProgramBalance_ISubProgramBalance = ISubProgramBalance;
|
|
2845
2845
|
declare namespace subProgramBalance {
|
|
2846
|
-
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$
|
|
2846
|
+
export { type subProgramBalance_ISubProgramBalance as ISubProgramBalance, actionName$1n as actionName, authorizations$1n as authorizations };
|
|
2847
2847
|
}
|
|
2848
2848
|
|
|
2849
2849
|
/**
|
|
@@ -2851,21 +2851,21 @@ declare namespace subProgramBalance {
|
|
|
2851
2851
|
* @private
|
|
2852
2852
|
*/
|
|
2853
2853
|
|
|
2854
|
-
declare namespace index$
|
|
2854
|
+
declare namespace index$m {
|
|
2855
2855
|
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
2856
2856
|
}
|
|
2857
2857
|
|
|
2858
2858
|
/**
|
|
2859
2859
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2860
2860
|
*/
|
|
2861
|
-
declare const authorizations$
|
|
2861
|
+
declare const authorizations$1m: readonly [{
|
|
2862
2862
|
readonly permissions: readonly ["active"];
|
|
2863
2863
|
readonly actor: "_chairman";
|
|
2864
2864
|
}];
|
|
2865
2865
|
/**
|
|
2866
2866
|
* Имя действия
|
|
2867
2867
|
*/
|
|
2868
|
-
declare const actionName$
|
|
2868
|
+
declare const actionName$1m = "createprog";
|
|
2869
2869
|
/**
|
|
2870
2870
|
* @interface
|
|
2871
2871
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2874,20 +2874,20 @@ type ICreateMarketProgram = ICreateprog;
|
|
|
2874
2874
|
|
|
2875
2875
|
type createMarketProgram_ICreateMarketProgram = ICreateMarketProgram;
|
|
2876
2876
|
declare namespace createMarketProgram {
|
|
2877
|
-
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$
|
|
2877
|
+
export { type createMarketProgram_ICreateMarketProgram as ICreateMarketProgram, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
2878
2878
|
}
|
|
2879
2879
|
|
|
2880
2880
|
/**
|
|
2881
2881
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2882
2882
|
*/
|
|
2883
|
-
declare const authorizations$
|
|
2883
|
+
declare const authorizations$1l: readonly [{
|
|
2884
2884
|
readonly permissions: readonly ["active"];
|
|
2885
2885
|
readonly actor: "_chairman";
|
|
2886
2886
|
}];
|
|
2887
2887
|
/**
|
|
2888
2888
|
* Имя действия
|
|
2889
2889
|
*/
|
|
2890
|
-
declare const actionName$
|
|
2890
|
+
declare const actionName$1l = "editprog";
|
|
2891
2891
|
/**
|
|
2892
2892
|
* @interface
|
|
2893
2893
|
* Действие редактирует целевую потребительскую программу маркетплейса.
|
|
@@ -2896,20 +2896,20 @@ type IEditMarketProgram = IEditprog;
|
|
|
2896
2896
|
|
|
2897
2897
|
type editMarketProgram_IEditMarketProgram = IEditMarketProgram;
|
|
2898
2898
|
declare namespace editMarketProgram {
|
|
2899
|
-
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$
|
|
2899
|
+
export { type editMarketProgram_IEditMarketProgram as IEditMarketProgram, actionName$1l as actionName, authorizations$1l as authorizations };
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
2902
|
/**
|
|
2903
2903
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2904
2904
|
*/
|
|
2905
|
-
declare const authorizations$
|
|
2905
|
+
declare const authorizations$1k: readonly [{
|
|
2906
2906
|
readonly permissions: readonly ["active"];
|
|
2907
2907
|
readonly actor: "_chairman";
|
|
2908
2908
|
}];
|
|
2909
2909
|
/**
|
|
2910
2910
|
* Имя действия
|
|
2911
2911
|
*/
|
|
2912
|
-
declare const actionName$
|
|
2912
|
+
declare const actionName$1k = "disableprog";
|
|
2913
2913
|
/**
|
|
2914
2914
|
* @interface
|
|
2915
2915
|
* Действие отключает целевую потребительскую программу маркетплейса.
|
|
@@ -2918,28 +2918,28 @@ type IDisableMarketProgram = IDisableprog;
|
|
|
2918
2918
|
|
|
2919
2919
|
type disableMarketProgram_IDisableMarketProgram = IDisableMarketProgram;
|
|
2920
2920
|
declare namespace disableMarketProgram {
|
|
2921
|
-
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$
|
|
2921
|
+
export { type disableMarketProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$1k as actionName, authorizations$1k as authorizations };
|
|
2922
2922
|
}
|
|
2923
2923
|
|
|
2924
2924
|
/**
|
|
2925
2925
|
* Действие создаёт целевую потребительскую программу маркетплейса.
|
|
2926
2926
|
*/
|
|
2927
2927
|
|
|
2928
|
-
declare namespace index$
|
|
2928
|
+
declare namespace index$l {
|
|
2929
2929
|
export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
2932
2932
|
/**
|
|
2933
2933
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2934
2934
|
*/
|
|
2935
|
-
declare const authorizations$
|
|
2935
|
+
declare const authorizations$1j: readonly [{
|
|
2936
2936
|
readonly permissions: readonly ["active"];
|
|
2937
2937
|
readonly actor: "_member";
|
|
2938
2938
|
}];
|
|
2939
2939
|
/**
|
|
2940
2940
|
* Имя действия
|
|
2941
2941
|
*/
|
|
2942
|
-
declare const actionName$
|
|
2942
|
+
declare const actionName$1j = "voteagainst";
|
|
2943
2943
|
/**
|
|
2944
2944
|
* @interface
|
|
2945
2945
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -2947,20 +2947,20 @@ declare const actionName$1e = "voteagainst";
|
|
|
2947
2947
|
type IVoteAgainstDecision$1 = IVoteagainst;
|
|
2948
2948
|
|
|
2949
2949
|
declare namespace voteAgainst {
|
|
2950
|
-
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$
|
|
2950
|
+
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$1j as actionName, authorizations$1j as authorizations };
|
|
2951
2951
|
}
|
|
2952
2952
|
|
|
2953
2953
|
/**
|
|
2954
2954
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2955
2955
|
*/
|
|
2956
|
-
declare const authorizations$
|
|
2956
|
+
declare const authorizations$1i: readonly [{
|
|
2957
2957
|
readonly permissions: readonly ["active"];
|
|
2958
2958
|
readonly actor: "_member";
|
|
2959
2959
|
}];
|
|
2960
2960
|
/**
|
|
2961
2961
|
* Имя действия
|
|
2962
2962
|
*/
|
|
2963
|
-
declare const actionName$
|
|
2963
|
+
declare const actionName$1i = "votefor";
|
|
2964
2964
|
/**
|
|
2965
2965
|
* @interface
|
|
2966
2966
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -2969,20 +2969,20 @@ type IVoteForDecision = IVotefor;
|
|
|
2969
2969
|
|
|
2970
2970
|
type voteFor_IVoteForDecision = IVoteForDecision;
|
|
2971
2971
|
declare namespace voteFor {
|
|
2972
|
-
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$
|
|
2972
|
+
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$1i as actionName, authorizations$1i as authorizations };
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
2975
|
/**
|
|
2976
2976
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
2977
2977
|
*/
|
|
2978
|
-
declare const authorizations$
|
|
2978
|
+
declare const authorizations$1h: readonly [{
|
|
2979
2979
|
readonly permissions: readonly ["active"];
|
|
2980
2980
|
readonly actor: "_member";
|
|
2981
2981
|
}];
|
|
2982
2982
|
/**
|
|
2983
2983
|
* Имя действия
|
|
2984
2984
|
*/
|
|
2985
|
-
declare const actionName$
|
|
2985
|
+
declare const actionName$1h = "cancelvote";
|
|
2986
2986
|
/**
|
|
2987
2987
|
* @interface
|
|
2988
2988
|
* Принимает отмену голоса. Метод позволяет члену совета отменить свой голос, если решение еще не принято.
|
|
@@ -2991,20 +2991,20 @@ type IVoteAgainstDecision = IVoteagainst;
|
|
|
2991
2991
|
|
|
2992
2992
|
type cancelVote_IVoteAgainstDecision = IVoteAgainstDecision;
|
|
2993
2993
|
declare namespace cancelVote {
|
|
2994
|
-
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$
|
|
2994
|
+
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$1h as actionName, authorizations$1h as authorizations };
|
|
2995
2995
|
}
|
|
2996
2996
|
|
|
2997
2997
|
/**
|
|
2998
2998
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
2999
2999
|
*/
|
|
3000
|
-
declare const authorizations$
|
|
3000
|
+
declare const authorizations$1g: readonly [{
|
|
3001
3001
|
readonly permissions: readonly ["active"];
|
|
3002
3002
|
readonly actor: "_chairman";
|
|
3003
3003
|
}];
|
|
3004
3004
|
/**
|
|
3005
3005
|
* Имя действия
|
|
3006
3006
|
*/
|
|
3007
|
-
declare const actionName$
|
|
3007
|
+
declare const actionName$1g = "authorize";
|
|
3008
3008
|
/**
|
|
3009
3009
|
* @interface
|
|
3010
3010
|
* Действие утверждения принятого советом решения.
|
|
@@ -3012,20 +3012,20 @@ declare const actionName$1b = "authorize";
|
|
|
3012
3012
|
type IAuthorize$2 = IAuthorize$3;
|
|
3013
3013
|
|
|
3014
3014
|
declare namespace authorize$1 {
|
|
3015
|
-
export { type IAuthorize$2 as IAuthorize, actionName$
|
|
3015
|
+
export { type IAuthorize$2 as IAuthorize, actionName$1g as actionName, authorizations$1g as authorizations };
|
|
3016
3016
|
}
|
|
3017
3017
|
|
|
3018
3018
|
/**
|
|
3019
3019
|
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3020
3020
|
*/
|
|
3021
|
-
declare const authorizations$
|
|
3021
|
+
declare const authorizations$1f: readonly [{
|
|
3022
3022
|
readonly permissions: readonly ["active"];
|
|
3023
3023
|
readonly actor: "_username";
|
|
3024
3024
|
}];
|
|
3025
3025
|
/**
|
|
3026
3026
|
* Имя действия
|
|
3027
3027
|
*/
|
|
3028
|
-
declare const actionName$
|
|
3028
|
+
declare const actionName$1f = "exec";
|
|
3029
3029
|
/**
|
|
3030
3030
|
* @interface
|
|
3031
3031
|
* Действие исполнения принятого решения.
|
|
@@ -3037,13 +3037,13 @@ declare const actionName$1a = "exec";
|
|
|
3037
3037
|
type IExec$3 = IExec$4;
|
|
3038
3038
|
|
|
3039
3039
|
declare namespace exec$1 {
|
|
3040
|
-
export { type IExec$3 as IExec, actionName$
|
|
3040
|
+
export { type IExec$3 as IExec, actionName$1f as actionName, authorizations$1f as authorizations };
|
|
3041
3041
|
}
|
|
3042
3042
|
|
|
3043
3043
|
/**
|
|
3044
3044
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3045
3045
|
*/
|
|
3046
|
-
declare const authorizations$
|
|
3046
|
+
declare const authorizations$1e: readonly [{
|
|
3047
3047
|
readonly permissions: readonly ["active"];
|
|
3048
3048
|
readonly actor: {
|
|
3049
3049
|
readonly production: "marketplace";
|
|
@@ -3053,7 +3053,7 @@ declare const authorizations$19: readonly [{
|
|
|
3053
3053
|
/**
|
|
3054
3054
|
* Имя действия
|
|
3055
3055
|
*/
|
|
3056
|
-
declare const actionName$
|
|
3056
|
+
declare const actionName$1e = "change";
|
|
3057
3057
|
/**
|
|
3058
3058
|
* @interface
|
|
3059
3059
|
* Действие поставляет в совет на голосование заявления на взнос и возврат взноса двух пайщиков целевой потребительской программы маркетплейса.
|
|
@@ -3063,13 +3063,13 @@ type IMarketDecision = IChange;
|
|
|
3063
3063
|
|
|
3064
3064
|
type marketDecision_IMarketDecision = IMarketDecision;
|
|
3065
3065
|
declare namespace marketDecision {
|
|
3066
|
-
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$
|
|
3066
|
+
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$1e as actionName, authorizations$1e as authorizations };
|
|
3067
3067
|
}
|
|
3068
3068
|
|
|
3069
3069
|
/**
|
|
3070
3070
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._gateway | шлюза}.
|
|
3071
3071
|
*/
|
|
3072
|
-
declare const authorizations$
|
|
3072
|
+
declare const authorizations$1d: readonly [{
|
|
3073
3073
|
readonly permissions: readonly ["active"];
|
|
3074
3074
|
readonly actor: {
|
|
3075
3075
|
readonly production: "gateway";
|
|
@@ -3079,7 +3079,7 @@ declare const authorizations$18: readonly [{
|
|
|
3079
3079
|
/**
|
|
3080
3080
|
* Имя действия
|
|
3081
3081
|
*/
|
|
3082
|
-
declare const actionName$
|
|
3082
|
+
declare const actionName$1d = "withdraw";
|
|
3083
3083
|
/**
|
|
3084
3084
|
* @interface
|
|
3085
3085
|
* Действие поставляет в совет на голосование заявление на возврат паевого взноса.
|
|
@@ -3089,13 +3089,13 @@ type IWithdrawDecision = IWithdraw;
|
|
|
3089
3089
|
|
|
3090
3090
|
type withdrawDecision_IWithdrawDecision = IWithdrawDecision;
|
|
3091
3091
|
declare namespace withdrawDecision {
|
|
3092
|
-
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$
|
|
3092
|
+
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$1d as actionName, authorizations$1d as authorizations };
|
|
3093
3093
|
}
|
|
3094
3094
|
|
|
3095
3095
|
/**
|
|
3096
3096
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._fund | фондов}.
|
|
3097
3097
|
*/
|
|
3098
|
-
declare const authorizations$
|
|
3098
|
+
declare const authorizations$1c: readonly [{
|
|
3099
3099
|
readonly permissions: readonly ["active"];
|
|
3100
3100
|
readonly actor: {
|
|
3101
3101
|
readonly production: "fund";
|
|
@@ -3105,7 +3105,7 @@ declare const authorizations$17: readonly [{
|
|
|
3105
3105
|
/**
|
|
3106
3106
|
* Имя действия
|
|
3107
3107
|
*/
|
|
3108
|
-
declare const actionName$
|
|
3108
|
+
declare const actionName$1c = "fundwithdraw";
|
|
3109
3109
|
/**
|
|
3110
3110
|
* @interface
|
|
3111
3111
|
* Действие поставляет в совет на голосование документ о необходимости использования средств фондов кооператива (кроме паевого).
|
|
@@ -3115,13 +3115,13 @@ type IFundWithdrawDecision = IFundwithdraw;
|
|
|
3115
3115
|
|
|
3116
3116
|
type fundWithdrawDecision_IFundWithdrawDecision = IFundWithdrawDecision;
|
|
3117
3117
|
declare namespace fundWithdrawDecision {
|
|
3118
|
-
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$
|
|
3118
|
+
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$1c as actionName, authorizations$1c as authorizations };
|
|
3119
3119
|
}
|
|
3120
3120
|
|
|
3121
3121
|
/**
|
|
3122
3122
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._registrator | шлюза}.
|
|
3123
3123
|
*/
|
|
3124
|
-
declare const authorizations$
|
|
3124
|
+
declare const authorizations$1b: readonly [{
|
|
3125
3125
|
readonly permissions: readonly ["active"];
|
|
3126
3126
|
readonly actor: {
|
|
3127
3127
|
readonly production: "registrator";
|
|
@@ -3131,7 +3131,7 @@ declare const authorizations$16: readonly [{
|
|
|
3131
3131
|
/**
|
|
3132
3132
|
* Имя действия
|
|
3133
3133
|
*/
|
|
3134
|
-
declare const actionName$
|
|
3134
|
+
declare const actionName$1b = "joincoop";
|
|
3135
3135
|
/**
|
|
3136
3136
|
* @interface
|
|
3137
3137
|
* Действие поставляет в совет на голосование заявление на вступление в кооператив.
|
|
@@ -3141,13 +3141,13 @@ type IJoinCoopDecision = IJoincoop;
|
|
|
3141
3141
|
|
|
3142
3142
|
type joinCoopDecision_IJoinCoopDecision = IJoinCoopDecision;
|
|
3143
3143
|
declare namespace joinCoopDecision {
|
|
3144
|
-
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$
|
|
3144
|
+
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$1b as actionName, authorizations$1b as authorizations };
|
|
3145
3145
|
}
|
|
3146
3146
|
|
|
3147
3147
|
/**
|
|
3148
3148
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3149
3149
|
*/
|
|
3150
|
-
declare const authorizations$
|
|
3150
|
+
declare const authorizations$1a: readonly [{
|
|
3151
3151
|
readonly permissions: readonly ["active"];
|
|
3152
3152
|
readonly actor: {
|
|
3153
3153
|
readonly production: "marketplace";
|
|
@@ -3157,7 +3157,7 @@ declare const authorizations$15: readonly [{
|
|
|
3157
3157
|
/**
|
|
3158
3158
|
* Имя действия
|
|
3159
3159
|
*/
|
|
3160
|
-
declare const actionName$
|
|
3160
|
+
declare const actionName$1a = "recieved";
|
|
3161
3161
|
/**
|
|
3162
3162
|
* @interface
|
|
3163
3163
|
* Действие поставляет в совет информацию о завершении процесса клиринга и инициирует выпуск закрывающих документов в реестр.
|
|
@@ -3167,13 +3167,13 @@ type IProductRecieved = IRecieved;
|
|
|
3167
3167
|
|
|
3168
3168
|
type productRecieved_IProductRecieved = IProductRecieved;
|
|
3169
3169
|
declare namespace productRecieved {
|
|
3170
|
-
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$
|
|
3170
|
+
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
3171
3171
|
}
|
|
3172
3172
|
|
|
3173
3173
|
/**
|
|
3174
3174
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3175
3175
|
*/
|
|
3176
|
-
declare const authorizations$
|
|
3176
|
+
declare const authorizations$19: readonly [{
|
|
3177
3177
|
readonly permissions: readonly ["active", {
|
|
3178
3178
|
readonly contract: "_contract";
|
|
3179
3179
|
readonly action: "actionName";
|
|
@@ -3183,7 +3183,7 @@ declare const authorizations$14: readonly [{
|
|
|
3183
3183
|
/**
|
|
3184
3184
|
* Имя действия
|
|
3185
3185
|
*/
|
|
3186
|
-
declare const actionName$
|
|
3186
|
+
declare const actionName$19 = "validated";
|
|
3187
3187
|
/**
|
|
3188
3188
|
* @interface
|
|
3189
3189
|
* Действие валидации документов, поданных на голосование в совет.
|
|
@@ -3192,20 +3192,20 @@ type IValidate = IValidate$1;
|
|
|
3192
3192
|
|
|
3193
3193
|
type validate_IValidate = IValidate;
|
|
3194
3194
|
declare namespace validate {
|
|
3195
|
-
export { type validate_IValidate as IValidate, actionName$
|
|
3195
|
+
export { type validate_IValidate as IValidate, actionName$19 as actionName, authorizations$19 as authorizations };
|
|
3196
3196
|
}
|
|
3197
3197
|
|
|
3198
3198
|
/**
|
|
3199
3199
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3200
3200
|
*/
|
|
3201
|
-
declare const authorizations$
|
|
3201
|
+
declare const authorizations$18: readonly [{
|
|
3202
3202
|
readonly permissions: readonly ["active"];
|
|
3203
3203
|
readonly actor: "_member";
|
|
3204
3204
|
}];
|
|
3205
3205
|
/**
|
|
3206
3206
|
* Имя действия
|
|
3207
3207
|
*/
|
|
3208
|
-
declare const actionName$
|
|
3208
|
+
declare const actionName$18 = "automate";
|
|
3209
3209
|
/**
|
|
3210
3210
|
* @interface
|
|
3211
3211
|
* Подключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3214,20 +3214,20 @@ type IAutomate = IAutomate$1;
|
|
|
3214
3214
|
|
|
3215
3215
|
type automate_IAutomate = IAutomate;
|
|
3216
3216
|
declare namespace automate {
|
|
3217
|
-
export { type automate_IAutomate as IAutomate, actionName$
|
|
3217
|
+
export { type automate_IAutomate as IAutomate, actionName$18 as actionName, authorizations$18 as authorizations };
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
3220
3220
|
/**
|
|
3221
3221
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3222
3222
|
*/
|
|
3223
|
-
declare const authorizations$
|
|
3223
|
+
declare const authorizations$17: readonly [{
|
|
3224
3224
|
readonly permissions: readonly ["active"];
|
|
3225
3225
|
readonly actor: "_member";
|
|
3226
3226
|
}];
|
|
3227
3227
|
/**
|
|
3228
3228
|
* Имя действия
|
|
3229
3229
|
*/
|
|
3230
|
-
declare const actionName$
|
|
3230
|
+
declare const actionName$17 = "disautomate";
|
|
3231
3231
|
/**
|
|
3232
3232
|
* @interface
|
|
3233
3233
|
* Отключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3236,25 +3236,25 @@ type IDisautomate = IDisautomate$1;
|
|
|
3236
3236
|
|
|
3237
3237
|
type disautomate_IDisautomate = IDisautomate;
|
|
3238
3238
|
declare namespace disautomate {
|
|
3239
|
-
export { type disautomate_IDisautomate as IDisautomate, actionName$
|
|
3239
|
+
export { type disautomate_IDisautomate as IDisautomate, actionName$17 as actionName, authorizations$17 as authorizations };
|
|
3240
3240
|
}
|
|
3241
3241
|
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3244
3244
|
*/
|
|
3245
3245
|
|
|
3246
|
-
declare namespace index$
|
|
3246
|
+
declare namespace index$k {
|
|
3247
3247
|
export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, disautomate as Disautomate, exec$1 as Exec, fundWithdrawDecision as FundWithdrawDecision, joinCoopDecision as JoinCoopDecision, marketDecision as MarketDecision, productRecieved as ProductRecieved, validate as Validate, voteAgainst as VoteAgainst, voteFor as VoteFor, withdrawDecision as WithdrawDecision };
|
|
3248
3248
|
}
|
|
3249
3249
|
|
|
3250
|
-
declare const authorizations$
|
|
3250
|
+
declare const authorizations$16: readonly [{
|
|
3251
3251
|
readonly permissions: readonly ["active"];
|
|
3252
3252
|
readonly actor: "_chairman";
|
|
3253
3253
|
}];
|
|
3254
3254
|
/**
|
|
3255
3255
|
* Имя действия
|
|
3256
3256
|
*/
|
|
3257
|
-
declare const actionName$
|
|
3257
|
+
declare const actionName$16 = "createboard";
|
|
3258
3258
|
/**
|
|
3259
3259
|
* @interface
|
|
3260
3260
|
*/
|
|
@@ -3262,17 +3262,17 @@ type ICreateboard = ICreateboard$1;
|
|
|
3262
3262
|
|
|
3263
3263
|
type createBoard_ICreateboard = ICreateboard;
|
|
3264
3264
|
declare namespace createBoard {
|
|
3265
|
-
export { type createBoard_ICreateboard as ICreateboard, actionName$
|
|
3265
|
+
export { type createBoard_ICreateboard as ICreateboard, actionName$16 as actionName, authorizations$16 as authorizations };
|
|
3266
3266
|
}
|
|
3267
3267
|
|
|
3268
|
-
declare const authorizations$
|
|
3268
|
+
declare const authorizations$15: readonly [{
|
|
3269
3269
|
readonly permissions: readonly ["active"];
|
|
3270
3270
|
readonly actor: "_chairman";
|
|
3271
3271
|
}];
|
|
3272
3272
|
/**
|
|
3273
3273
|
* Имя действия
|
|
3274
3274
|
*/
|
|
3275
|
-
declare const actionName$
|
|
3275
|
+
declare const actionName$15 = "updateboard";
|
|
3276
3276
|
/**
|
|
3277
3277
|
* @interface
|
|
3278
3278
|
* Действие изменения данных доски совета.
|
|
@@ -3281,20 +3281,140 @@ type IUpdateBoard = IUpdateboard;
|
|
|
3281
3281
|
|
|
3282
3282
|
type updateBoard_IUpdateBoard = IUpdateBoard;
|
|
3283
3283
|
declare namespace updateBoard {
|
|
3284
|
-
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$
|
|
3284
|
+
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$15 as actionName, authorizations$15 as authorizations };
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
|
-
declare namespace index$
|
|
3287
|
+
declare namespace index$j {
|
|
3288
3288
|
export { createBoard as CreateBoard, updateBoard as UpdateBoard };
|
|
3289
3289
|
}
|
|
3290
3290
|
|
|
3291
|
+
/**
|
|
3292
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3293
|
+
*/
|
|
3294
|
+
declare const authorizations$14: readonly [{
|
|
3295
|
+
readonly permissions: readonly ["active"];
|
|
3296
|
+
readonly actor: "_chairman";
|
|
3297
|
+
}];
|
|
3298
|
+
/**
|
|
3299
|
+
* Имя действия
|
|
3300
|
+
*/
|
|
3301
|
+
declare const actionName$14 = "addstaff";
|
|
3302
|
+
/**
|
|
3303
|
+
* @interface
|
|
3304
|
+
* Действие добавления администратора.
|
|
3305
|
+
*/
|
|
3306
|
+
type IAddAdmin = IAddstaff;
|
|
3307
|
+
|
|
3308
|
+
type addAdmin_IAddAdmin = IAddAdmin;
|
|
3309
|
+
declare namespace addAdmin {
|
|
3310
|
+
export { type addAdmin_IAddAdmin as IAddAdmin, actionName$14 as actionName, authorizations$14 as authorizations };
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
/**
|
|
3314
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3315
|
+
*/
|
|
3316
|
+
declare const authorizations$13: readonly [{
|
|
3317
|
+
readonly permissions: readonly ["active"];
|
|
3318
|
+
readonly actor: "_chairman";
|
|
3319
|
+
}];
|
|
3320
|
+
/**
|
|
3321
|
+
* Имя действия
|
|
3322
|
+
*/
|
|
3323
|
+
declare const actionName$13 = "rmstaff";
|
|
3324
|
+
/**
|
|
3325
|
+
* @interface
|
|
3326
|
+
* Действие удаления администратора.
|
|
3327
|
+
*/
|
|
3328
|
+
type IDeleteAdmin = IRmstaff;
|
|
3329
|
+
|
|
3330
|
+
type deleteAdmin_IDeleteAdmin = IDeleteAdmin;
|
|
3331
|
+
declare namespace deleteAdmin {
|
|
3332
|
+
export { type deleteAdmin_IDeleteAdmin as IDeleteAdmin, actionName$13 as actionName, authorizations$13 as authorizations };
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
/**
|
|
3336
|
+
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3337
|
+
*/
|
|
3338
|
+
declare const authorizations$12: readonly [{
|
|
3339
|
+
readonly permissions: readonly ["active", {
|
|
3340
|
+
readonly contract: "_contract";
|
|
3341
|
+
readonly action: "actionName";
|
|
3342
|
+
}];
|
|
3343
|
+
readonly actor: "_admin";
|
|
3344
|
+
}];
|
|
3345
|
+
/**
|
|
3346
|
+
* Имя действия
|
|
3347
|
+
*/
|
|
3348
|
+
declare const actionName$12 = "regpaid";
|
|
3349
|
+
/**
|
|
3350
|
+
* @interface
|
|
3351
|
+
* Действие регистрации получения оплаты вступительного взноса.
|
|
3352
|
+
*/
|
|
3353
|
+
type IRegisterPayment = IRegpaid;
|
|
3354
|
+
|
|
3355
|
+
type registerPayment_IRegisterPayment = IRegisterPayment;
|
|
3356
|
+
declare namespace registerPayment {
|
|
3357
|
+
export { type registerPayment_IRegisterPayment as IRegisterPayment, actionName$12 as actionName, authorizations$12 as authorizations };
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
/**
|
|
3361
|
+
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3362
|
+
*/
|
|
3363
|
+
declare const authorizations$11: readonly [{
|
|
3364
|
+
readonly permissions: readonly ["active"];
|
|
3365
|
+
readonly actor: "_chairman";
|
|
3366
|
+
}];
|
|
3367
|
+
/**
|
|
3368
|
+
* Имя действия
|
|
3369
|
+
*/
|
|
3370
|
+
declare const actionName$11 = "setrights";
|
|
3371
|
+
/**
|
|
3372
|
+
* @interface
|
|
3373
|
+
* Действие изменений прав доступа администратора.
|
|
3374
|
+
*/
|
|
3375
|
+
type ISetRights = ISetrights;
|
|
3376
|
+
|
|
3377
|
+
type setRights_ISetRights = ISetRights;
|
|
3378
|
+
declare namespace setRights {
|
|
3379
|
+
export { type setRights_ISetRights as ISetRights, actionName$11 as actionName, authorizations$11 as authorizations };
|
|
3380
|
+
}
|
|
3381
|
+
|
|
3382
|
+
/**
|
|
3383
|
+
* Действие выполняется за подписью {@link Actors._system | системного контракта}.
|
|
3384
|
+
*/
|
|
3385
|
+
declare const authorizations$10: readonly [{
|
|
3386
|
+
readonly permissions: readonly ["active"];
|
|
3387
|
+
readonly actor: "_system";
|
|
3388
|
+
}];
|
|
3389
|
+
/**
|
|
3390
|
+
* Имя действия
|
|
3391
|
+
*/
|
|
3392
|
+
declare const actionName$10 = "init";
|
|
3393
|
+
/**
|
|
3394
|
+
* @interface
|
|
3395
|
+
* Действие добавления администратора.
|
|
3396
|
+
*/
|
|
3397
|
+
type IInit$2 = IInit$3;
|
|
3398
|
+
|
|
3399
|
+
declare namespace init$1 {
|
|
3400
|
+
export { type IInit$2 as IInit, actionName$10 as actionName, authorizations$10 as authorizations };
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
/**
|
|
3404
|
+
* Действие добавления администратора.
|
|
3405
|
+
*/
|
|
3406
|
+
|
|
3407
|
+
declare namespace index$i {
|
|
3408
|
+
export { addAdmin as AddAdmin, deleteAdmin as DeleteAdmin, init$1 as Init, registerPayment as RegisterPayment, setRights as SetRights };
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3291
3411
|
/**
|
|
3292
3412
|
* Пространство действий для работы с реестрами.
|
|
3293
3413
|
* @private
|
|
3294
3414
|
*/
|
|
3295
3415
|
|
|
3296
3416
|
declare namespace index$h {
|
|
3297
|
-
export { index$
|
|
3417
|
+
export { index$n as Addresses, index$i as Admins, index$j as Boards, index$k as Decisions, index$l as Programs, index$o as Registry, index$m as Wallet };
|
|
3298
3418
|
}
|
|
3299
3419
|
|
|
3300
3420
|
/**
|
|
@@ -6461,4 +6581,4 @@ declare namespace index {
|
|
|
6461
6581
|
export { index$2 as Blockchain, index$1 as Documents, index$3 as Users };
|
|
6462
6582
|
}
|
|
6463
6583
|
|
|
6464
|
-
export { index as Cooperative, index$
|
|
6584
|
+
export { index as Cooperative, index$B as DraftContract, index$y as FundContract, index$v as GatewayContract, index$c as MarketContract, index$9 as MsigContract, index$s as RegistratorContract, index$f as SovietContract, index$4 as SystemContract, index$p as TokenContract, index$7 as WrapContract, index$E as _Common };
|