cooptypes 0.5.26 → 0.5.28
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 +88 -83
- package/dist/index.d.cts +143 -121
- package/dist/index.d.mts +143 -121
- package/dist/index.d.ts +143 -121
- package/dist/index.mjs +78 -73
- package/package.json +1 -1
package/dist/index.d.cts
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$I__admin: typeof _admin;
|
|
31
|
+
declare const index$I__chairman: typeof _chairman;
|
|
32
|
+
declare const index$I__contract: typeof _contract;
|
|
33
|
+
declare const index$I__coopname: typeof _coopname;
|
|
34
|
+
declare const index$I__member: typeof _member;
|
|
35
|
+
declare const index$I__username: typeof _username;
|
|
36
|
+
declare namespace index$I {
|
|
37
|
+
export { index$I__admin as _admin, index$I__chairman as _chairman, index$I__contract as _contract, index$I__coopname as _coopname, index$I__member as _member, _system$1 as _system, index$I__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$H__draft: typeof _draft;
|
|
82
|
+
declare const index$H__fund: typeof _fund;
|
|
83
|
+
declare const index$H__gateway: typeof _gateway;
|
|
84
|
+
declare const index$H__marketplace: typeof _marketplace;
|
|
85
|
+
declare const index$H__msig: typeof _msig;
|
|
86
|
+
declare const index$H__registrator: typeof _registrator;
|
|
87
|
+
declare const index$H__soviet: typeof _soviet;
|
|
88
|
+
declare const index$H__system: typeof _system;
|
|
89
|
+
declare const index$H__token: typeof _token;
|
|
90
|
+
declare const index$H__wrap: typeof _wrap;
|
|
91
|
+
declare namespace index$H {
|
|
92
|
+
export { index$H__draft as _draft, index$H__fund as _fund, index$H__gateway as _gateway, index$H__marketplace as _marketplace, index$H__msig as _msig, index$H__registrator as _registrator, index$H__soviet as _soviet, index$H__system as _system, index$H__token as _token, index$H__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$G_Authorization = Authorization;
|
|
122
|
+
declare const index$G_active: typeof active;
|
|
123
|
+
declare const index$G_owner: typeof owner;
|
|
124
|
+
declare const index$G_special: typeof special;
|
|
125
|
+
declare namespace index$G {
|
|
126
|
+
export { type index$G_Authorization as Authorization, index$G_active as active, index$G_owner as owner, index$G_special as special };
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
declare namespace index$
|
|
130
|
-
export { index$
|
|
129
|
+
declare namespace index$F {
|
|
130
|
+
export { index$I as Actors, index$H as ContractNames, index$G as Permissions };
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
type IName$9 = string;
|
|
@@ -304,9 +304,9 @@ declare namespace newId {
|
|
|
304
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$E_newId: typeof newId;
|
|
308
|
+
declare namespace index$E {
|
|
309
|
+
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$E_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$D {
|
|
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$C {
|
|
360
|
+
export { index$E as Actions, draft as Interfaces, index$D as Tables, contractName$9 as contractName };
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
type IAsset$6 = string;
|
|
@@ -851,7 +851,7 @@ declare namespace subCirculation {
|
|
|
851
851
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
852
852
|
*/
|
|
853
853
|
|
|
854
|
-
declare namespace index$
|
|
854
|
+
declare namespace index$B {
|
|
855
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
|
|
|
@@ -957,7 +957,7 @@ declare namespace fundWithdraws {
|
|
|
957
957
|
*
|
|
958
958
|
*/
|
|
959
959
|
|
|
960
|
-
declare namespace index$
|
|
960
|
+
declare namespace index$A {
|
|
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$z {
|
|
970
|
+
export { index$B as Actions, fund as Interfaces, index$A as Tables, contractName$8 as contractName };
|
|
971
971
|
}
|
|
972
972
|
|
|
973
973
|
type IAsset$5 = string;
|
|
@@ -1292,7 +1292,7 @@ declare namespace failWithdraw {
|
|
|
1292
1292
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1293
1293
|
*/
|
|
1294
1294
|
|
|
1295
|
-
declare namespace index$
|
|
1295
|
+
declare namespace index$y {
|
|
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$x {
|
|
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$w {
|
|
1356
|
+
export { index$y as Actions, gateway as Interfaces, index$x as Tables, contractName$7 as contractName };
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
1359
|
type IAsset$4 = string;
|
|
@@ -1684,7 +1684,7 @@ declare namespace init$2 {
|
|
|
1684
1684
|
* Действие верификации аккаунта
|
|
1685
1685
|
*/
|
|
1686
1686
|
|
|
1687
|
-
declare namespace index$
|
|
1687
|
+
declare namespace index$v {
|
|
1688
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
|
|
|
@@ -1736,7 +1736,7 @@ declare namespace organizations {
|
|
|
1736
1736
|
*
|
|
1737
1737
|
*/
|
|
1738
1738
|
|
|
1739
|
-
declare namespace index$
|
|
1739
|
+
declare namespace index$u {
|
|
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$t {
|
|
1749
|
+
export { index$v as Actions, registrator as Interfaces, index$u as Tables, contractName$6 as contractName };
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
type IAsset$3 = string;
|
|
@@ -1915,7 +1915,7 @@ declare namespace retire {
|
|
|
1915
1915
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
1916
1916
|
*/
|
|
1917
1917
|
|
|
1918
|
-
declare namespace index$
|
|
1918
|
+
declare namespace index$s {
|
|
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$r {
|
|
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$q {
|
|
1974
|
+
export { index$s as Actions, token as Interfaces, index$r as Tables, contractName$5 as contractName };
|
|
1975
1975
|
}
|
|
1976
1976
|
|
|
1977
1977
|
type IAsset$2 = string;
|
|
@@ -2552,7 +2552,7 @@ declare namespace newprogram {
|
|
|
2552
2552
|
* @private
|
|
2553
2553
|
*/
|
|
2554
2554
|
|
|
2555
|
-
declare namespace index$
|
|
2555
|
+
declare namespace index$p {
|
|
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
|
|
|
@@ -2626,7 +2626,7 @@ declare namespace editAddress {
|
|
|
2626
2626
|
* Действие создаёт новый адрес.
|
|
2627
2627
|
*/
|
|
2628
2628
|
|
|
2629
|
-
declare namespace index$
|
|
2629
|
+
declare namespace index$o {
|
|
2630
2630
|
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2631
2631
|
}
|
|
2632
2632
|
|
|
@@ -2851,7 +2851,7 @@ declare namespace subProgramBalance {
|
|
|
2851
2851
|
* @private
|
|
2852
2852
|
*/
|
|
2853
2853
|
|
|
2854
|
-
declare namespace index$
|
|
2854
|
+
declare namespace index$n {
|
|
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
|
|
|
@@ -2925,7 +2925,7 @@ declare namespace disableMarketProgram {
|
|
|
2925
2925
|
* Действие создаёт целевую потребительскую программу маркетплейса.
|
|
2926
2926
|
*/
|
|
2927
2927
|
|
|
2928
|
-
declare namespace index$
|
|
2928
|
+
declare namespace index$m {
|
|
2929
2929
|
export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
@@ -3243,7 +3243,7 @@ declare namespace disautomate {
|
|
|
3243
3243
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3244
3244
|
*/
|
|
3245
3245
|
|
|
3246
|
-
declare namespace index$
|
|
3246
|
+
declare namespace index$l {
|
|
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
|
|
|
@@ -3284,7 +3284,7 @@ declare namespace updateBoard {
|
|
|
3284
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$k {
|
|
3288
3288
|
export { createBoard as CreateBoard, updateBoard as UpdateBoard };
|
|
3289
3289
|
}
|
|
3290
3290
|
|
|
@@ -3404,7 +3404,7 @@ declare namespace init$1 {
|
|
|
3404
3404
|
* Действие добавления администратора.
|
|
3405
3405
|
*/
|
|
3406
3406
|
|
|
3407
|
-
declare namespace index$
|
|
3407
|
+
declare namespace index$j {
|
|
3408
3408
|
export { addAdmin as AddAdmin, deleteAdmin as DeleteAdmin, init$1 as Init, registerPayment as RegisterPayment, setRights as SetRights };
|
|
3409
3409
|
}
|
|
3410
3410
|
|
|
@@ -3413,8 +3413,8 @@ declare namespace index$i {
|
|
|
3413
3413
|
* @private
|
|
3414
3414
|
*/
|
|
3415
3415
|
|
|
3416
|
-
declare namespace index$
|
|
3417
|
-
export { index$
|
|
3416
|
+
declare namespace index$i {
|
|
3417
|
+
export { index$o as Addresses, index$j as Admins, index$k as Boards, index$l as Decisions, index$m as Programs, index$p as Registry, index$n as Wallet };
|
|
3418
3418
|
}
|
|
3419
3419
|
|
|
3420
3420
|
/**
|
|
@@ -3648,7 +3648,7 @@ declare namespace wallets {
|
|
|
3648
3648
|
* Таблица хранит информацию о адресах кооператива.
|
|
3649
3649
|
*/
|
|
3650
3650
|
|
|
3651
|
-
declare namespace index$
|
|
3651
|
+
declare namespace index$h {
|
|
3652
3652
|
export { addresses as Addresses, admins as Admins, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, decisions as Decisions, joinCoops as JoinCoops, marketPrograms as MarketPrograms, participants as Participants, programWallets as ProgramWallets, wallets as Wallets };
|
|
3653
3653
|
}
|
|
3654
3654
|
|
|
@@ -3657,8 +3657,8 @@ declare const contractName$4: {
|
|
|
3657
3657
|
readonly testnet: "soviettest22";
|
|
3658
3658
|
};
|
|
3659
3659
|
|
|
3660
|
-
declare namespace index$
|
|
3661
|
-
export { index$
|
|
3660
|
+
declare namespace index$g {
|
|
3661
|
+
export { index$i as Actions, soviet as Interfaces, index$h as Tables, contractName$4 as contractName };
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
3664
|
type IAsset$1 = string;
|
|
@@ -4325,7 +4325,7 @@ declare namespace updateRequest {
|
|
|
4325
4325
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4326
4326
|
*/
|
|
4327
4327
|
|
|
4328
|
-
declare namespace index$
|
|
4328
|
+
declare namespace index$f {
|
|
4329
4329
|
export { acceptRequest as AcceptRequest, authorize as Authorize, cancelRequest as CancelRequest, completeRequest as CompleteRequest, confirmRecieve as ConfirmRecieve, confirmSupply as ConfirmSupply, createOffer as CreateOffer, createOrder as CreateOrder, declineRequest as DeclineRequest, deliverOnRequest as DeliverOnRequest, moderateRequest as ModerateRequest, newRequestId as NewRequestId, openDispute as OpenDispute, prohibitRequest as ProhibitRequest, publishRequest as PublishRequest, recieveOnRequest as RecieveOnRequest, supplyOnRequest as SupplyOnRequest, unpublishRequest as UnpublishRequest, updateRequest as UpdateRequests };
|
|
4330
4330
|
}
|
|
4331
4331
|
|
|
@@ -4355,7 +4355,7 @@ declare namespace requests {
|
|
|
4355
4355
|
* Таблица с заявками на поставки
|
|
4356
4356
|
*/
|
|
4357
4357
|
|
|
4358
|
-
declare namespace index$
|
|
4358
|
+
declare namespace index$e {
|
|
4359
4359
|
export { requests as Requests };
|
|
4360
4360
|
}
|
|
4361
4361
|
|
|
@@ -4364,8 +4364,8 @@ declare const contractName$3: {
|
|
|
4364
4364
|
readonly testnet: "markettest22";
|
|
4365
4365
|
};
|
|
4366
4366
|
|
|
4367
|
-
declare namespace index$
|
|
4368
|
-
export { index$
|
|
4367
|
+
declare namespace index$d {
|
|
4368
|
+
export { index$f as Actions, marketplace as Interfaces, index$e as Tables, contractName$3 as contractName };
|
|
4369
4369
|
}
|
|
4370
4370
|
|
|
4371
4371
|
type IName$2 = string;
|
|
@@ -4624,7 +4624,7 @@ declare namespace invalidateAccount {
|
|
|
4624
4624
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4625
4625
|
*/
|
|
4626
4626
|
|
|
4627
|
-
declare namespace index$
|
|
4627
|
+
declare namespace index$c {
|
|
4628
4628
|
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4629
4629
|
}
|
|
4630
4630
|
|
|
@@ -4716,7 +4716,7 @@ declare namespace proposals {
|
|
|
4716
4716
|
* @deprecated
|
|
4717
4717
|
*/
|
|
4718
4718
|
|
|
4719
|
-
declare namespace index$
|
|
4719
|
+
declare namespace index$b {
|
|
4720
4720
|
export { approvals as Approvals, approvals2 as Approvals2, invalidations as Invalidations, proposals as Proposals };
|
|
4721
4721
|
}
|
|
4722
4722
|
|
|
@@ -4725,8 +4725,8 @@ declare const contractName$2: {
|
|
|
4725
4725
|
readonly testnet: "eosio.msig";
|
|
4726
4726
|
};
|
|
4727
4727
|
|
|
4728
|
-
declare namespace index$
|
|
4729
|
-
export { index$
|
|
4728
|
+
declare namespace index$a {
|
|
4729
|
+
export { index$c as Actions, msig as Interfaces, index$b as Tables, contractName$2 as contractName };
|
|
4730
4730
|
}
|
|
4731
4731
|
|
|
4732
4732
|
type IName$1 = string;
|
|
@@ -4807,7 +4807,7 @@ declare namespace exec {
|
|
|
4807
4807
|
* Использование RAM отложенной транзакции выставляется аккаунту 'executer'.
|
|
4808
4808
|
*/
|
|
4809
4809
|
|
|
4810
|
-
declare namespace index$
|
|
4810
|
+
declare namespace index$9 {
|
|
4811
4811
|
export { exec as Exec };
|
|
4812
4812
|
}
|
|
4813
4813
|
|
|
@@ -4816,8 +4816,8 @@ declare const contractName$1: {
|
|
|
4816
4816
|
readonly testnet: "eosio.wrap";
|
|
4817
4817
|
};
|
|
4818
4818
|
|
|
4819
|
-
declare namespace index$
|
|
4820
|
-
export { index$
|
|
4819
|
+
declare namespace index$8 {
|
|
4820
|
+
export { index$9 as Actions, wrap as Interfaces, contractName$1 as contractName };
|
|
4821
4821
|
}
|
|
4822
4822
|
|
|
4823
4823
|
type IAsset = string;
|
|
@@ -6065,7 +6065,7 @@ declare namespace cancelDelay {
|
|
|
6065
6065
|
* Действие инициализирует системный контракт после установки.
|
|
6066
6066
|
*/
|
|
6067
6067
|
|
|
6068
|
-
declare namespace index$
|
|
6068
|
+
declare namespace index$7 {
|
|
6069
6069
|
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, createAccount as CreateAccount, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
|
|
6070
6070
|
}
|
|
6071
6071
|
|
|
@@ -6333,18 +6333,18 @@ declare namespace voters {
|
|
|
6333
6333
|
* Таблица предоставляет информацию о ходе возврата токенов из аукциона имен.
|
|
6334
6334
|
*/
|
|
6335
6335
|
|
|
6336
|
-
declare const index$
|
|
6337
|
-
declare const index$
|
|
6338
|
-
declare const index$
|
|
6339
|
-
declare const index$
|
|
6340
|
-
declare const index$
|
|
6341
|
-
declare const index$
|
|
6342
|
-
declare const index$
|
|
6343
|
-
declare const index$
|
|
6344
|
-
declare const index$
|
|
6345
|
-
declare const index$
|
|
6346
|
-
declare namespace index$
|
|
6347
|
-
export { bidRefunds as BidRefunds, nameBids as NameBids, index$
|
|
6336
|
+
declare const index$6_delegatedBandwith: typeof delegatedBandwith;
|
|
6337
|
+
declare const index$6_emissionState: typeof emissionState;
|
|
6338
|
+
declare const index$6_globalState: typeof globalState;
|
|
6339
|
+
declare const index$6_powerState: typeof powerState;
|
|
6340
|
+
declare const index$6_powerupOrders: typeof powerupOrders;
|
|
6341
|
+
declare const index$6_producers: typeof producers;
|
|
6342
|
+
declare const index$6_ramDebts: typeof ramDebts;
|
|
6343
|
+
declare const index$6_refunds: typeof refunds;
|
|
6344
|
+
declare const index$6_userResources: typeof userResources;
|
|
6345
|
+
declare const index$6_voters: typeof voters;
|
|
6346
|
+
declare namespace index$6 {
|
|
6347
|
+
export { bidRefunds as BidRefunds, nameBids as NameBids, index$6_delegatedBandwith as delegatedBandwith, index$6_emissionState as emissionState, index$6_globalState as globalState, index$6_powerState as powerState, index$6_powerupOrders as powerupOrders, index$6_producers as producers, index$6_ramDebts as ramDebts, index$6_refunds as refunds, index$6_userResources as userResources, index$6_voters as voters };
|
|
6348
6348
|
}
|
|
6349
6349
|
|
|
6350
6350
|
declare const contractName: {
|
|
@@ -6352,9 +6352,9 @@ declare const contractName: {
|
|
|
6352
6352
|
readonly testnet: "eosio";
|
|
6353
6353
|
};
|
|
6354
6354
|
|
|
6355
|
-
declare const index$
|
|
6356
|
-
declare namespace index$
|
|
6357
|
-
export { index$
|
|
6355
|
+
declare const index$5_contractName: typeof contractName;
|
|
6356
|
+
declare namespace index$5 {
|
|
6357
|
+
export { index$7 as Actions, system as Interfaces, index$6 as Tables, index$5_contractName as contractName };
|
|
6358
6358
|
}
|
|
6359
6359
|
|
|
6360
6360
|
type Country = 'Russia' | 'Other';
|
|
@@ -6375,6 +6375,7 @@ interface IBankAccount {
|
|
|
6375
6375
|
};
|
|
6376
6376
|
}
|
|
6377
6377
|
interface IIndividualData {
|
|
6378
|
+
username: string;
|
|
6378
6379
|
first_name: string;
|
|
6379
6380
|
last_name: string;
|
|
6380
6381
|
middle_name: string;
|
|
@@ -6384,6 +6385,7 @@ interface IIndividualData {
|
|
|
6384
6385
|
email: string;
|
|
6385
6386
|
}
|
|
6386
6387
|
interface IOrganizationData {
|
|
6388
|
+
username: string;
|
|
6387
6389
|
type: 'coop' | 'ooo' | 'oao' | 'zao' | 'pao' | 'ao';
|
|
6388
6390
|
is_cooperative: boolean;
|
|
6389
6391
|
short_name: string;
|
|
@@ -6404,6 +6406,7 @@ interface IOrganizationData {
|
|
|
6404
6406
|
bank_account: IBankAccount;
|
|
6405
6407
|
}
|
|
6406
6408
|
interface IEntrepreneurData {
|
|
6409
|
+
username: string;
|
|
6407
6410
|
first_name: string;
|
|
6408
6411
|
last_name: string;
|
|
6409
6412
|
middle_name: string;
|
|
@@ -6418,16 +6421,16 @@ interface IEntrepreneurData {
|
|
|
6418
6421
|
}
|
|
6419
6422
|
type IUserData = IIndividualData | IOrganizationData | IEntrepreneurData;
|
|
6420
6423
|
|
|
6421
|
-
type index$
|
|
6422
|
-
type index$
|
|
6423
|
-
type index$
|
|
6424
|
-
type index$
|
|
6425
|
-
type index$
|
|
6426
|
-
type index$
|
|
6427
|
-
type index$
|
|
6428
|
-
type index$
|
|
6429
|
-
declare namespace index$
|
|
6430
|
-
export type { index$
|
|
6424
|
+
type index$4_Country = Country;
|
|
6425
|
+
type index$4_Currency = Currency;
|
|
6426
|
+
type index$4_Details = Details;
|
|
6427
|
+
type index$4_IBankAccount = IBankAccount;
|
|
6428
|
+
type index$4_IEntrepreneurData = IEntrepreneurData;
|
|
6429
|
+
type index$4_IIndividualData = IIndividualData;
|
|
6430
|
+
type index$4_IOrganizationData = IOrganizationData;
|
|
6431
|
+
type index$4_IUserData = IUserData;
|
|
6432
|
+
declare namespace index$4 {
|
|
6433
|
+
export type { index$4_Country as Country, index$4_Currency as Currency, index$4_Details as Details, index$4_IBankAccount as IBankAccount, index$4_IEntrepreneurData as IEntrepreneurData, index$4_IIndividualData as IIndividualData, index$4_IOrganizationData as IOrganizationData, index$4_IUserData as IUserData };
|
|
6431
6434
|
}
|
|
6432
6435
|
|
|
6433
6436
|
interface ITable {
|
|
@@ -6493,14 +6496,14 @@ interface IGetTables {
|
|
|
6493
6496
|
limit: number;
|
|
6494
6497
|
}
|
|
6495
6498
|
|
|
6496
|
-
type index$
|
|
6497
|
-
type index$
|
|
6498
|
-
type index$
|
|
6499
|
-
type index$
|
|
6500
|
-
type index$
|
|
6501
|
-
type index$
|
|
6502
|
-
declare namespace index$
|
|
6503
|
-
export type { index$
|
|
6499
|
+
type index$3_IAction = IAction;
|
|
6500
|
+
type index$3_IExtendedAction = IExtendedAction;
|
|
6501
|
+
type index$3_IExtendedTable = IExtendedTable;
|
|
6502
|
+
type index$3_IGetActions = IGetActions;
|
|
6503
|
+
type index$3_IGetTables = IGetTables;
|
|
6504
|
+
type index$3_ITable = ITable;
|
|
6505
|
+
declare namespace index$3 {
|
|
6506
|
+
export type { index$3_IAction as IAction, index$3_IExtendedAction as IExtendedAction, index$3_IExtendedTable as IExtendedTable, index$3_IGetActions as IGetActions, index$3_IGetTables as IGetTables, index$3_ITable as ITable };
|
|
6504
6507
|
}
|
|
6505
6508
|
|
|
6506
6509
|
type LangType = 'ru';
|
|
@@ -6563,23 +6566,42 @@ interface IComplexAgenda extends IAgenda {
|
|
|
6563
6566
|
documents: IComplexDocument;
|
|
6564
6567
|
}
|
|
6565
6568
|
|
|
6566
|
-
type index$
|
|
6567
|
-
type index$
|
|
6568
|
-
type index$
|
|
6569
|
-
type index$
|
|
6570
|
-
type index$
|
|
6571
|
-
type index$
|
|
6572
|
-
type index$
|
|
6573
|
-
type index$
|
|
6574
|
-
type index$
|
|
6575
|
-
type index$
|
|
6576
|
-
type index$
|
|
6569
|
+
type index$2_IAgenda = IAgenda;
|
|
6570
|
+
type index$2_IChainDocument = IChainDocument;
|
|
6571
|
+
type index$2_IComplexAct = IComplexAct;
|
|
6572
|
+
type index$2_IComplexAgenda = IComplexAgenda;
|
|
6573
|
+
type index$2_IComplexDecision = IComplexDecision;
|
|
6574
|
+
type index$2_IComplexDocument = IComplexDocument;
|
|
6575
|
+
type index$2_IComplexStatement = IComplexStatement;
|
|
6576
|
+
type index$2_IGeneratedDocument = IGeneratedDocument;
|
|
6577
|
+
type index$2_IGetComplexDocuments = IGetComplexDocuments;
|
|
6578
|
+
type index$2_IMetaDocument = IMetaDocument;
|
|
6579
|
+
type index$2_LangType = LangType;
|
|
6580
|
+
declare namespace index$2 {
|
|
6581
|
+
export type { index$2_IAgenda as IAgenda, index$2_IChainDocument as IChainDocument, index$2_IComplexAct as IComplexAct, index$2_IComplexAgenda as IComplexAgenda, index$2_IComplexDecision as IComplexDecision, index$2_IComplexDocument as IComplexDocument, index$2_IComplexStatement as IComplexStatement, index$2_IGeneratedDocument as IGeneratedDocument, index$2_IGetComplexDocuments as IGetComplexDocuments, index$2_IMetaDocument as IMetaDocument, index$2_LangType as LangType };
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6584
|
+
interface ICooperativeData extends IOrganizationData {
|
|
6585
|
+
is_branched: boolean;
|
|
6586
|
+
registration: string;
|
|
6587
|
+
initial: string;
|
|
6588
|
+
minimum: string;
|
|
6589
|
+
members: MembersData[];
|
|
6590
|
+
chairman: IIndividualData;
|
|
6591
|
+
totalMembers: number;
|
|
6592
|
+
}
|
|
6593
|
+
interface MembersData extends IBoardMember, IIndividualData {
|
|
6594
|
+
is_chairman: boolean;
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
type index$1_ICooperativeData = ICooperativeData;
|
|
6598
|
+
type index$1_MembersData = MembersData;
|
|
6577
6599
|
declare namespace index$1 {
|
|
6578
|
-
export type { index$
|
|
6600
|
+
export type { index$1_ICooperativeData as ICooperativeData, index$1_MembersData as MembersData };
|
|
6579
6601
|
}
|
|
6580
6602
|
|
|
6581
6603
|
declare namespace index {
|
|
6582
|
-
export { index$
|
|
6604
|
+
export { index$3 as Blockchain, index$2 as Documents, index$1 as Model, index$4 as Users };
|
|
6583
6605
|
}
|
|
6584
6606
|
|
|
6585
|
-
export { index as Cooperative, index$
|
|
6607
|
+
export { index as Cooperative, index$C as DraftContract, index$z as FundContract, index$w as GatewayContract, index$d as MarketContract, index$a as MsigContract, index$t as RegistratorContract, index$g as SovietContract, index$5 as SystemContract, index$q as TokenContract, index$8 as WrapContract, index$F as _Common };
|