cooptypes 0.5.3 → 0.5.5
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 +128 -128
- package/dist/index.d.cts +13 -134
- package/dist/index.d.mts +13 -134
- package/dist/index.d.ts +13 -134
- package/dist/index.mjs +128 -128
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -142,10 +142,10 @@ const newId = {
|
|
|
142
142
|
|
|
143
143
|
const index$y = {
|
|
144
144
|
__proto__: null,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
CreateDraft: createDraft,
|
|
146
|
+
CreateTranslation: createTranslation,
|
|
147
|
+
DeleteDraft: deleteDraft,
|
|
148
|
+
EditTranslation: editTranslation,
|
|
149
149
|
newId: newId
|
|
150
150
|
};
|
|
151
151
|
|
|
@@ -328,21 +328,21 @@ const subCirculation = {
|
|
|
328
328
|
|
|
329
329
|
const index$v = {
|
|
330
330
|
__proto__: null,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
331
|
+
AddAccumulation: addAccumulation,
|
|
332
|
+
AddCirculation: addCirculation,
|
|
333
|
+
AddExpense: addExpense,
|
|
334
|
+
AuthorizeWithdraw: authorizeWithdraw,
|
|
335
|
+
CompleteWithdraw: completeWithdraw$1,
|
|
336
|
+
CreateFund: createFund,
|
|
337
|
+
CreateWithdraw: createWithdraw$1,
|
|
338
|
+
DeleteFund: deleteFund,
|
|
339
|
+
EditFund: editFund,
|
|
340
|
+
Init: init$1,
|
|
341
|
+
NewFund: newFund,
|
|
342
|
+
NewWithdraw: newWithdraw,
|
|
343
|
+
SpreadAmount: spreadAmount,
|
|
344
|
+
SubAccumulation: subAccumulation,
|
|
345
|
+
SubCirculation: subCirculation
|
|
346
346
|
};
|
|
347
347
|
|
|
348
348
|
const tableName$D = "accfunds";
|
|
@@ -477,14 +477,14 @@ const failWithdraw = {
|
|
|
477
477
|
|
|
478
478
|
const index$s = {
|
|
479
479
|
__proto__: null,
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
480
|
+
CompleteDeposit: completeDeposit,
|
|
481
|
+
CompleteWithdraw: completeWithdraw,
|
|
482
|
+
CreateDeposit: createDeposit,
|
|
483
|
+
CreateWithdraw: createWithdraw,
|
|
484
|
+
FailDeposit: failDeposit,
|
|
485
|
+
FailWithdraw: failWithdraw,
|
|
486
|
+
NewDepositId: newDepositId,
|
|
487
|
+
NewWithdrawId: newWithdrawId
|
|
488
488
|
};
|
|
489
489
|
|
|
490
490
|
const tableName$z = "deposits";
|
|
@@ -590,13 +590,13 @@ const confirmJoin = {
|
|
|
590
590
|
|
|
591
591
|
const index$p = {
|
|
592
592
|
__proto__: null,
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
593
|
+
ChangeKey: changeKey,
|
|
594
|
+
ConfirmJoin: confirmJoin,
|
|
595
|
+
CreateAccount: createAccount,
|
|
596
|
+
JoinCooperative: joinCooperative,
|
|
597
|
+
RegisterOrganization: registerOrganization,
|
|
598
|
+
UpdateAccount: updateAccount,
|
|
599
|
+
VerificateAccount: verificateAccount
|
|
600
600
|
};
|
|
601
601
|
|
|
602
602
|
const tableName$x = "accounts";
|
|
@@ -796,11 +796,11 @@ const decision = {
|
|
|
796
796
|
|
|
797
797
|
const index$j = {
|
|
798
798
|
__proto__: null,
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
799
|
+
Act: act,
|
|
800
|
+
Batch: batch,
|
|
801
|
+
Decision: decision,
|
|
802
|
+
Draft: draft,
|
|
803
|
+
Statement: statement
|
|
804
804
|
};
|
|
805
805
|
|
|
806
806
|
const authorizations$1p = [{ permissions: [active], actor: _chairman }];
|
|
@@ -832,9 +832,9 @@ const editAddress = {
|
|
|
832
832
|
|
|
833
833
|
const index$i = {
|
|
834
834
|
__proto__: null,
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
835
|
+
CreateAddress: createAddress,
|
|
836
|
+
DeleteAddress: deleteAddress,
|
|
837
|
+
EditAddress: editAddress
|
|
838
838
|
};
|
|
839
839
|
|
|
840
840
|
const authorizations$1m = [
|
|
@@ -915,12 +915,12 @@ const subProgramBalance = {
|
|
|
915
915
|
|
|
916
916
|
const index$h = {
|
|
917
917
|
__proto__: null,
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
918
|
+
AddBalance: addBalance,
|
|
919
|
+
AddProgramBalance: addProgramBalance,
|
|
920
|
+
BlockBalance: blockBalance,
|
|
921
|
+
SubBalance: subBalance,
|
|
922
|
+
SubProgramBalance: subProgramBalance,
|
|
923
|
+
UnblockBalance: unblockBalance
|
|
924
924
|
};
|
|
925
925
|
|
|
926
926
|
const authorizations$1g = [
|
|
@@ -958,9 +958,9 @@ const disableMarketProgram = {
|
|
|
958
958
|
|
|
959
959
|
const index$g = {
|
|
960
960
|
__proto__: null,
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
961
|
+
CreateMarketProgram: createMarketProgram,
|
|
962
|
+
DisableMarketProgram: disableMarketProgram,
|
|
963
|
+
EditMarketProgram: editMarketProgram
|
|
964
964
|
};
|
|
965
965
|
|
|
966
966
|
const authorizations$1d = [
|
|
@@ -1108,19 +1108,19 @@ const disautomate = {
|
|
|
1108
1108
|
|
|
1109
1109
|
const index$f = {
|
|
1110
1110
|
__proto__: null,
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1111
|
+
Authorize: authorize$1,
|
|
1112
|
+
Automate: automate,
|
|
1113
|
+
CancelVote: cancelVote,
|
|
1114
|
+
Disautomate: disautomate,
|
|
1115
|
+
Exec: exec$1,
|
|
1116
|
+
FundWithdrawDecision: fundWithdrawDecision,
|
|
1117
|
+
JoinCoopDecision: joinCoopDecision,
|
|
1118
|
+
MarketDecision: marketDecision,
|
|
1119
|
+
ProductRecieved: productRecieved,
|
|
1120
|
+
Validate: validate,
|
|
1121
|
+
VoteAgainst: voteAgainst,
|
|
1122
|
+
VoteFor: voteFor,
|
|
1123
|
+
WithdrawDecision: withdrawDecision
|
|
1124
1124
|
};
|
|
1125
1125
|
|
|
1126
1126
|
const authorizations$10 = [{ permissions: [active], actor: _chairman }];
|
|
@@ -1143,8 +1143,8 @@ const updateBoard = {
|
|
|
1143
1143
|
|
|
1144
1144
|
const index$e = {
|
|
1145
1145
|
__proto__: null,
|
|
1146
|
-
|
|
1147
|
-
|
|
1146
|
+
CreateBoard: createBoard,
|
|
1147
|
+
UpdateBoard: updateBoard
|
|
1148
1148
|
};
|
|
1149
1149
|
|
|
1150
1150
|
const index$d = {
|
|
@@ -1468,25 +1468,25 @@ const updateRequest = {
|
|
|
1468
1468
|
|
|
1469
1469
|
const index$a = {
|
|
1470
1470
|
__proto__: null,
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1471
|
+
AcceptRequest: acceptRequest,
|
|
1472
|
+
Authorize: authorize,
|
|
1473
|
+
CancelRequest: cancelRequest,
|
|
1474
|
+
CompleteRequest: completeRequest,
|
|
1475
|
+
ConfirmRecieve: confirmRecieve,
|
|
1476
|
+
ConfirmSupply: confirmSupply,
|
|
1477
|
+
CreateOffer: createOffer,
|
|
1478
|
+
CreateOrder: createOrder,
|
|
1479
|
+
DeclineRequest: declineRequest,
|
|
1480
|
+
DeliverOnRequest: deliverOnRequest,
|
|
1481
|
+
ModerateRequest: moderateRequest,
|
|
1482
|
+
NewRequestId: newRequestId,
|
|
1483
|
+
OpenDispute: openDispute,
|
|
1484
|
+
ProhibitRequest: prohibitRequest,
|
|
1485
|
+
PublishRequest: publishRequest,
|
|
1486
|
+
RecieveOnRequest: recieveOnRequest,
|
|
1487
|
+
SupplyOnRequest: supplyOnRequest,
|
|
1488
|
+
UnpublishRequest: unpublishRequest,
|
|
1489
|
+
UpdateRequests: updateRequest
|
|
1490
1490
|
};
|
|
1491
1491
|
|
|
1492
1492
|
const tableName$g = "exchange";
|
|
@@ -1573,12 +1573,12 @@ const invalidateAccount = {
|
|
|
1573
1573
|
|
|
1574
1574
|
const index$7 = {
|
|
1575
1575
|
__proto__: null,
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1576
|
+
ApproveProposal: approveProposal,
|
|
1577
|
+
CancelProposal: cancelProposal,
|
|
1578
|
+
ExecProposal: execProposal,
|
|
1579
|
+
InvalidateProposal: invalidateAccount,
|
|
1580
|
+
ProposeTransaction: proposeTransaction,
|
|
1581
|
+
UnapproveProposal: unapproveProposal
|
|
1582
1582
|
};
|
|
1583
1583
|
|
|
1584
1584
|
const tableName$f = "approvals";
|
|
@@ -2004,43 +2004,43 @@ const cancelDelay = {
|
|
|
2004
2004
|
|
|
2005
2005
|
const index$2 = {
|
|
2006
2006
|
__proto__: null,
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2007
|
+
ActivateFeature: activateFeature,
|
|
2008
|
+
BidName: bidName,
|
|
2009
|
+
BidNameRefund: bidNameRefund,
|
|
2010
|
+
BuyRAM: buyRAM,
|
|
2011
|
+
BuyRAMBytes: buyRAMBytes,
|
|
2012
|
+
CancelDelay: cancelDelay,
|
|
2013
|
+
ClaimRewards: claimRewards,
|
|
2014
|
+
DelegateBW: delegateBW,
|
|
2015
|
+
DeleteAuth: deleteAuth,
|
|
2016
|
+
ExecPowerup: execPowerup,
|
|
2017
|
+
Init: init,
|
|
2018
|
+
InitEmission: initEmission,
|
|
2019
|
+
InitPowerup: initPowerup,
|
|
2020
|
+
LinkAuth: linkAuth,
|
|
2021
|
+
NewAccount: newAccount,
|
|
2022
|
+
Powerup: powerup,
|
|
2023
|
+
Refund: refund,
|
|
2024
|
+
RegisterProducer: registerProducer,
|
|
2025
|
+
RegisterProducer2: registerProducer2,
|
|
2026
|
+
RegisterProxy: registerProxy,
|
|
2027
|
+
RemoveProducer: removeProducer,
|
|
2028
|
+
SetAbi: setAbi,
|
|
2029
|
+
SetAccountLimits: setAccountLimits,
|
|
2030
|
+
SetCPULimits: setCPULimits,
|
|
2031
|
+
SetCode: setCode,
|
|
2032
|
+
SetNETLimits: setNETLimits,
|
|
2033
|
+
SetParams: setParams,
|
|
2034
|
+
SetPrivileged: setPrivileged,
|
|
2035
|
+
SetRAMLimits: setRAMLimits,
|
|
2036
|
+
SetTotalRAM: setTotalRAM,
|
|
2037
|
+
SetTotalRAMRate: setTotalRAMRate,
|
|
2038
|
+
UndelegateBW: undelegateBW,
|
|
2039
|
+
UnregisterProducer: unregisterProducer,
|
|
2040
|
+
UpdateAuth: updateAuth,
|
|
2041
|
+
UpdateRevision: updateRevision,
|
|
2042
|
+
VoteForProducer: voteForProducer,
|
|
2043
|
+
VoteUpdate: voteUpdate
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
2046
|
const tableName$b = "bidrefunds";
|
package/dist/index.d.cts
CHANGED
|
@@ -303,13 +303,9 @@ declare namespace newId {
|
|
|
303
303
|
export { type newId_INewId as INewId, actionName$23 as actionName, authorizations$23 as authorizations };
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
declare const index$y_createDraft: typeof createDraft;
|
|
307
|
-
declare const index$y_createTranslation: typeof createTranslation;
|
|
308
|
-
declare const index$y_deleteDraft: typeof deleteDraft;
|
|
309
|
-
declare const index$y_editTranslation: typeof editTranslation;
|
|
310
306
|
declare const index$y_newId: typeof newId;
|
|
311
307
|
declare namespace index$y {
|
|
312
|
-
export {
|
|
308
|
+
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$y_newId as newId };
|
|
313
309
|
}
|
|
314
310
|
|
|
315
311
|
/**
|
|
@@ -851,20 +847,8 @@ declare namespace subCirculation {
|
|
|
851
847
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
852
848
|
*/
|
|
853
849
|
|
|
854
|
-
declare const index$v_addAccumulation: typeof addAccumulation;
|
|
855
|
-
declare const index$v_addCirculation: typeof addCirculation;
|
|
856
|
-
declare const index$v_addExpense: typeof addExpense;
|
|
857
|
-
declare const index$v_authorizeWithdraw: typeof authorizeWithdraw;
|
|
858
|
-
declare const index$v_createFund: typeof createFund;
|
|
859
|
-
declare const index$v_deleteFund: typeof deleteFund;
|
|
860
|
-
declare const index$v_editFund: typeof editFund;
|
|
861
|
-
declare const index$v_newFund: typeof newFund;
|
|
862
|
-
declare const index$v_newWithdraw: typeof newWithdraw;
|
|
863
|
-
declare const index$v_spreadAmount: typeof spreadAmount;
|
|
864
|
-
declare const index$v_subAccumulation: typeof subAccumulation;
|
|
865
|
-
declare const index$v_subCirculation: typeof subCirculation;
|
|
866
850
|
declare namespace index$v {
|
|
867
|
-
export {
|
|
851
|
+
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$1 as Init, newFund as NewFund, newWithdraw as NewWithdraw, spreadAmount as SpreadAmount, subAccumulation as SubAccumulation, subCirculation as SubCirculation };
|
|
868
852
|
}
|
|
869
853
|
|
|
870
854
|
/**
|
|
@@ -1301,16 +1285,8 @@ declare namespace failWithdraw {
|
|
|
1301
1285
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1302
1286
|
*/
|
|
1303
1287
|
|
|
1304
|
-
declare const index$s_completeDeposit: typeof completeDeposit;
|
|
1305
|
-
declare const index$s_completeWithdraw: typeof completeWithdraw;
|
|
1306
|
-
declare const index$s_createDeposit: typeof createDeposit;
|
|
1307
|
-
declare const index$s_createWithdraw: typeof createWithdraw;
|
|
1308
|
-
declare const index$s_failDeposit: typeof failDeposit;
|
|
1309
|
-
declare const index$s_failWithdraw: typeof failWithdraw;
|
|
1310
|
-
declare const index$s_newDepositId: typeof newDepositId;
|
|
1311
|
-
declare const index$s_newWithdrawId: typeof newWithdrawId;
|
|
1312
1288
|
declare namespace index$s {
|
|
1313
|
-
export {
|
|
1289
|
+
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 };
|
|
1314
1290
|
}
|
|
1315
1291
|
|
|
1316
1292
|
/**
|
|
@@ -1672,15 +1648,8 @@ declare namespace confirmJoin {
|
|
|
1672
1648
|
* Действие верификации аккаунта
|
|
1673
1649
|
*/
|
|
1674
1650
|
|
|
1675
|
-
declare const index$p_changeKey: typeof changeKey;
|
|
1676
|
-
declare const index$p_confirmJoin: typeof confirmJoin;
|
|
1677
|
-
declare const index$p_createAccount: typeof createAccount;
|
|
1678
|
-
declare const index$p_joinCooperative: typeof joinCooperative;
|
|
1679
|
-
declare const index$p_registerOrganization: typeof registerOrganization;
|
|
1680
|
-
declare const index$p_updateAccount: typeof updateAccount;
|
|
1681
|
-
declare const index$p_verificateAccount: typeof verificateAccount;
|
|
1682
1651
|
declare namespace index$p {
|
|
1683
|
-
export {
|
|
1652
|
+
export { changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount as CreateAccount, joinCooperative as JoinCooperative, registerOrganization as RegisterOrganization, updateAccount as UpdateAccount, verificateAccount as VerificateAccount };
|
|
1684
1653
|
}
|
|
1685
1654
|
|
|
1686
1655
|
/**
|
|
@@ -2555,13 +2524,8 @@ declare namespace decision {
|
|
|
2555
2524
|
* @private
|
|
2556
2525
|
*/
|
|
2557
2526
|
|
|
2558
|
-
declare const index$j_act: typeof act;
|
|
2559
|
-
declare const index$j_batch: typeof batch;
|
|
2560
|
-
declare const index$j_decision: typeof decision;
|
|
2561
|
-
declare const index$j_draft: typeof draft;
|
|
2562
|
-
declare const index$j_statement: typeof statement;
|
|
2563
2527
|
declare namespace index$j {
|
|
2564
|
-
export {
|
|
2528
|
+
export { act as Act, batch as Batch, decision as Decision, draft as Draft, statement as Statement };
|
|
2565
2529
|
}
|
|
2566
2530
|
|
|
2567
2531
|
/**
|
|
@@ -2634,11 +2598,8 @@ declare namespace editAddress {
|
|
|
2634
2598
|
* Действие создаёт новый адрес.
|
|
2635
2599
|
*/
|
|
2636
2600
|
|
|
2637
|
-
declare const index$i_createAddress: typeof createAddress;
|
|
2638
|
-
declare const index$i_deleteAddress: typeof deleteAddress;
|
|
2639
|
-
declare const index$i_editAddress: typeof editAddress;
|
|
2640
2601
|
declare namespace index$i {
|
|
2641
|
-
export {
|
|
2602
|
+
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2642
2603
|
}
|
|
2643
2604
|
|
|
2644
2605
|
/**
|
|
@@ -2862,14 +2823,8 @@ declare namespace subProgramBalance {
|
|
|
2862
2823
|
* @private
|
|
2863
2824
|
*/
|
|
2864
2825
|
|
|
2865
|
-
declare const index$h_addBalance: typeof addBalance;
|
|
2866
|
-
declare const index$h_addProgramBalance: typeof addProgramBalance;
|
|
2867
|
-
declare const index$h_blockBalance: typeof blockBalance;
|
|
2868
|
-
declare const index$h_subBalance: typeof subBalance;
|
|
2869
|
-
declare const index$h_subProgramBalance: typeof subProgramBalance;
|
|
2870
|
-
declare const index$h_unblockBalance: typeof unblockBalance;
|
|
2871
2826
|
declare namespace index$h {
|
|
2872
|
-
export {
|
|
2827
|
+
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
2873
2828
|
}
|
|
2874
2829
|
|
|
2875
2830
|
/**
|
|
@@ -2942,11 +2897,8 @@ declare namespace disableMarketProgram {
|
|
|
2942
2897
|
* Действие создаёт целевую потребительскую программу маркетплейса.
|
|
2943
2898
|
*/
|
|
2944
2899
|
|
|
2945
|
-
declare const index$g_createMarketProgram: typeof createMarketProgram;
|
|
2946
|
-
declare const index$g_disableMarketProgram: typeof disableMarketProgram;
|
|
2947
|
-
declare const index$g_editMarketProgram: typeof editMarketProgram;
|
|
2948
2900
|
declare namespace index$g {
|
|
2949
|
-
export {
|
|
2901
|
+
export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
|
|
2950
2902
|
}
|
|
2951
2903
|
|
|
2952
2904
|
/**
|
|
@@ -3263,19 +3215,8 @@ declare namespace disautomate {
|
|
|
3263
3215
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3264
3216
|
*/
|
|
3265
3217
|
|
|
3266
|
-
declare const index$f_automate: typeof automate;
|
|
3267
|
-
declare const index$f_cancelVote: typeof cancelVote;
|
|
3268
|
-
declare const index$f_disautomate: typeof disautomate;
|
|
3269
|
-
declare const index$f_fundWithdrawDecision: typeof fundWithdrawDecision;
|
|
3270
|
-
declare const index$f_joinCoopDecision: typeof joinCoopDecision;
|
|
3271
|
-
declare const index$f_marketDecision: typeof marketDecision;
|
|
3272
|
-
declare const index$f_productRecieved: typeof productRecieved;
|
|
3273
|
-
declare const index$f_validate: typeof validate;
|
|
3274
|
-
declare const index$f_voteAgainst: typeof voteAgainst;
|
|
3275
|
-
declare const index$f_voteFor: typeof voteFor;
|
|
3276
|
-
declare const index$f_withdrawDecision: typeof withdrawDecision;
|
|
3277
3218
|
declare namespace index$f {
|
|
3278
|
-
export { authorize$1 as
|
|
3219
|
+
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 };
|
|
3279
3220
|
}
|
|
3280
3221
|
|
|
3281
3222
|
declare const authorizations$10: readonly [{
|
|
@@ -3315,10 +3256,8 @@ declare namespace updateBoard {
|
|
|
3315
3256
|
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$$ as actionName, authorizations$$ as authorizations };
|
|
3316
3257
|
}
|
|
3317
3258
|
|
|
3318
|
-
declare const index$e_createBoard: typeof createBoard;
|
|
3319
|
-
declare const index$e_updateBoard: typeof updateBoard;
|
|
3320
3259
|
declare namespace index$e {
|
|
3321
|
-
export {
|
|
3260
|
+
export { createBoard as CreateBoard, updateBoard as UpdateBoard };
|
|
3322
3261
|
}
|
|
3323
3262
|
|
|
3324
3263
|
/**
|
|
@@ -4217,26 +4156,8 @@ declare namespace updateRequest {
|
|
|
4217
4156
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4218
4157
|
*/
|
|
4219
4158
|
|
|
4220
|
-
declare const index$a_acceptRequest: typeof acceptRequest;
|
|
4221
|
-
declare const index$a_authorize: typeof authorize;
|
|
4222
|
-
declare const index$a_cancelRequest: typeof cancelRequest;
|
|
4223
|
-
declare const index$a_completeRequest: typeof completeRequest;
|
|
4224
|
-
declare const index$a_confirmRecieve: typeof confirmRecieve;
|
|
4225
|
-
declare const index$a_confirmSupply: typeof confirmSupply;
|
|
4226
|
-
declare const index$a_createOffer: typeof createOffer;
|
|
4227
|
-
declare const index$a_createOrder: typeof createOrder;
|
|
4228
|
-
declare const index$a_declineRequest: typeof declineRequest;
|
|
4229
|
-
declare const index$a_deliverOnRequest: typeof deliverOnRequest;
|
|
4230
|
-
declare const index$a_moderateRequest: typeof moderateRequest;
|
|
4231
|
-
declare const index$a_newRequestId: typeof newRequestId;
|
|
4232
|
-
declare const index$a_openDispute: typeof openDispute;
|
|
4233
|
-
declare const index$a_prohibitRequest: typeof prohibitRequest;
|
|
4234
|
-
declare const index$a_publishRequest: typeof publishRequest;
|
|
4235
|
-
declare const index$a_recieveOnRequest: typeof recieveOnRequest;
|
|
4236
|
-
declare const index$a_supplyOnRequest: typeof supplyOnRequest;
|
|
4237
|
-
declare const index$a_unpublishRequest: typeof unpublishRequest;
|
|
4238
4159
|
declare namespace index$a {
|
|
4239
|
-
export {
|
|
4160
|
+
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 };
|
|
4240
4161
|
}
|
|
4241
4162
|
|
|
4242
4163
|
/**
|
|
@@ -4534,13 +4455,8 @@ declare namespace invalidateAccount {
|
|
|
4534
4455
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4535
4456
|
*/
|
|
4536
4457
|
|
|
4537
|
-
declare const index$7_approveProposal: typeof approveProposal;
|
|
4538
|
-
declare const index$7_cancelProposal: typeof cancelProposal;
|
|
4539
|
-
declare const index$7_execProposal: typeof execProposal;
|
|
4540
|
-
declare const index$7_proposeTransaction: typeof proposeTransaction;
|
|
4541
|
-
declare const index$7_unapproveProposal: typeof unapproveProposal;
|
|
4542
4458
|
declare namespace index$7 {
|
|
4543
|
-
export {
|
|
4459
|
+
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4544
4460
|
}
|
|
4545
4461
|
|
|
4546
4462
|
/**
|
|
@@ -5976,45 +5892,8 @@ declare namespace cancelDelay {
|
|
|
5976
5892
|
* Действие инициализирует системный контракт после установки.
|
|
5977
5893
|
*/
|
|
5978
5894
|
|
|
5979
|
-
declare const index$2_activateFeature: typeof activateFeature;
|
|
5980
|
-
declare const index$2_bidName: typeof bidName;
|
|
5981
|
-
declare const index$2_bidNameRefund: typeof bidNameRefund;
|
|
5982
|
-
declare const index$2_buyRAM: typeof buyRAM;
|
|
5983
|
-
declare const index$2_buyRAMBytes: typeof buyRAMBytes;
|
|
5984
|
-
declare const index$2_cancelDelay: typeof cancelDelay;
|
|
5985
|
-
declare const index$2_claimRewards: typeof claimRewards;
|
|
5986
|
-
declare const index$2_delegateBW: typeof delegateBW;
|
|
5987
|
-
declare const index$2_deleteAuth: typeof deleteAuth;
|
|
5988
|
-
declare const index$2_execPowerup: typeof execPowerup;
|
|
5989
|
-
declare const index$2_init: typeof init;
|
|
5990
|
-
declare const index$2_initEmission: typeof initEmission;
|
|
5991
|
-
declare const index$2_initPowerup: typeof initPowerup;
|
|
5992
|
-
declare const index$2_linkAuth: typeof linkAuth;
|
|
5993
|
-
declare const index$2_newAccount: typeof newAccount;
|
|
5994
|
-
declare const index$2_powerup: typeof powerup;
|
|
5995
|
-
declare const index$2_refund: typeof refund;
|
|
5996
|
-
declare const index$2_registerProducer: typeof registerProducer;
|
|
5997
|
-
declare const index$2_registerProducer2: typeof registerProducer2;
|
|
5998
|
-
declare const index$2_registerProxy: typeof registerProxy;
|
|
5999
|
-
declare const index$2_removeProducer: typeof removeProducer;
|
|
6000
|
-
declare const index$2_setAbi: typeof setAbi;
|
|
6001
|
-
declare const index$2_setAccountLimits: typeof setAccountLimits;
|
|
6002
|
-
declare const index$2_setCPULimits: typeof setCPULimits;
|
|
6003
|
-
declare const index$2_setCode: typeof setCode;
|
|
6004
|
-
declare const index$2_setNETLimits: typeof setNETLimits;
|
|
6005
|
-
declare const index$2_setParams: typeof setParams;
|
|
6006
|
-
declare const index$2_setPrivileged: typeof setPrivileged;
|
|
6007
|
-
declare const index$2_setRAMLimits: typeof setRAMLimits;
|
|
6008
|
-
declare const index$2_setTotalRAM: typeof setTotalRAM;
|
|
6009
|
-
declare const index$2_setTotalRAMRate: typeof setTotalRAMRate;
|
|
6010
|
-
declare const index$2_undelegateBW: typeof undelegateBW;
|
|
6011
|
-
declare const index$2_unregisterProducer: typeof unregisterProducer;
|
|
6012
|
-
declare const index$2_updateAuth: typeof updateAuth;
|
|
6013
|
-
declare const index$2_updateRevision: typeof updateRevision;
|
|
6014
|
-
declare const index$2_voteForProducer: typeof voteForProducer;
|
|
6015
|
-
declare const index$2_voteUpdate: typeof voteUpdate;
|
|
6016
5895
|
declare namespace index$2 {
|
|
6017
|
-
export {
|
|
5896
|
+
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, delegateBW as DelegateBW, deleteAuth as DeleteAuth, execPowerup as ExecPowerup, init as Init, initEmission as InitEmission, initPowerup as InitPowerup, linkAuth as LinkAuth, newAccount as NewAccount, powerup as Powerup, refund as Refund, registerProducer as RegisterProducer, registerProducer2 as RegisterProducer2, registerProxy as RegisterProxy, removeProducer as RemoveProducer, setAbi as SetAbi, setAccountLimits as SetAccountLimits, setCPULimits as SetCPULimits, setCode as SetCode, setNETLimits as SetNETLimits, setParams as SetParams, setPrivileged as SetPrivileged, setRAMLimits as SetRAMLimits, setTotalRAM as SetTotalRAM, setTotalRAMRate as SetTotalRAMRate, undelegateBW as UndelegateBW, unregisterProducer as UnregisterProducer, updateAuth as UpdateAuth, updateRevision as UpdateRevision, voteForProducer as VoteForProducer, voteUpdate as VoteUpdate };
|
|
6018
5897
|
}
|
|
6019
5898
|
|
|
6020
5899
|
/**
|