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.mjs
CHANGED
|
@@ -140,10 +140,10 @@ const newId = {
|
|
|
140
140
|
|
|
141
141
|
const index$y = {
|
|
142
142
|
__proto__: null,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
CreateDraft: createDraft,
|
|
144
|
+
CreateTranslation: createTranslation,
|
|
145
|
+
DeleteDraft: deleteDraft,
|
|
146
|
+
EditTranslation: editTranslation,
|
|
147
147
|
newId: newId
|
|
148
148
|
};
|
|
149
149
|
|
|
@@ -326,21 +326,21 @@ const subCirculation = {
|
|
|
326
326
|
|
|
327
327
|
const index$v = {
|
|
328
328
|
__proto__: null,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
329
|
+
AddAccumulation: addAccumulation,
|
|
330
|
+
AddCirculation: addCirculation,
|
|
331
|
+
AddExpense: addExpense,
|
|
332
|
+
AuthorizeWithdraw: authorizeWithdraw,
|
|
333
|
+
CompleteWithdraw: completeWithdraw$1,
|
|
334
|
+
CreateFund: createFund,
|
|
335
|
+
CreateWithdraw: createWithdraw$1,
|
|
336
|
+
DeleteFund: deleteFund,
|
|
337
|
+
EditFund: editFund,
|
|
338
|
+
Init: init$1,
|
|
339
|
+
NewFund: newFund,
|
|
340
|
+
NewWithdraw: newWithdraw,
|
|
341
|
+
SpreadAmount: spreadAmount,
|
|
342
|
+
SubAccumulation: subAccumulation,
|
|
343
|
+
SubCirculation: subCirculation
|
|
344
344
|
};
|
|
345
345
|
|
|
346
346
|
const tableName$D = "accfunds";
|
|
@@ -475,14 +475,14 @@ const failWithdraw = {
|
|
|
475
475
|
|
|
476
476
|
const index$s = {
|
|
477
477
|
__proto__: null,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
478
|
+
CompleteDeposit: completeDeposit,
|
|
479
|
+
CompleteWithdraw: completeWithdraw,
|
|
480
|
+
CreateDeposit: createDeposit,
|
|
481
|
+
CreateWithdraw: createWithdraw,
|
|
482
|
+
FailDeposit: failDeposit,
|
|
483
|
+
FailWithdraw: failWithdraw,
|
|
484
|
+
NewDepositId: newDepositId,
|
|
485
|
+
NewWithdrawId: newWithdrawId
|
|
486
486
|
};
|
|
487
487
|
|
|
488
488
|
const tableName$z = "deposits";
|
|
@@ -588,13 +588,13 @@ const confirmJoin = {
|
|
|
588
588
|
|
|
589
589
|
const index$p = {
|
|
590
590
|
__proto__: null,
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
591
|
+
ChangeKey: changeKey,
|
|
592
|
+
ConfirmJoin: confirmJoin,
|
|
593
|
+
CreateAccount: createAccount,
|
|
594
|
+
JoinCooperative: joinCooperative,
|
|
595
|
+
RegisterOrganization: registerOrganization,
|
|
596
|
+
UpdateAccount: updateAccount,
|
|
597
|
+
VerificateAccount: verificateAccount
|
|
598
598
|
};
|
|
599
599
|
|
|
600
600
|
const tableName$x = "accounts";
|
|
@@ -794,11 +794,11 @@ const decision = {
|
|
|
794
794
|
|
|
795
795
|
const index$j = {
|
|
796
796
|
__proto__: null,
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
797
|
+
Act: act,
|
|
798
|
+
Batch: batch,
|
|
799
|
+
Decision: decision,
|
|
800
|
+
Draft: draft,
|
|
801
|
+
Statement: statement
|
|
802
802
|
};
|
|
803
803
|
|
|
804
804
|
const authorizations$1p = [{ permissions: [active], actor: _chairman }];
|
|
@@ -830,9 +830,9 @@ const editAddress = {
|
|
|
830
830
|
|
|
831
831
|
const index$i = {
|
|
832
832
|
__proto__: null,
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
833
|
+
CreateAddress: createAddress,
|
|
834
|
+
DeleteAddress: deleteAddress,
|
|
835
|
+
EditAddress: editAddress
|
|
836
836
|
};
|
|
837
837
|
|
|
838
838
|
const authorizations$1m = [
|
|
@@ -913,12 +913,12 @@ const subProgramBalance = {
|
|
|
913
913
|
|
|
914
914
|
const index$h = {
|
|
915
915
|
__proto__: null,
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
916
|
+
AddBalance: addBalance,
|
|
917
|
+
AddProgramBalance: addProgramBalance,
|
|
918
|
+
BlockBalance: blockBalance,
|
|
919
|
+
SubBalance: subBalance,
|
|
920
|
+
SubProgramBalance: subProgramBalance,
|
|
921
|
+
UnblockBalance: unblockBalance
|
|
922
922
|
};
|
|
923
923
|
|
|
924
924
|
const authorizations$1g = [
|
|
@@ -956,9 +956,9 @@ const disableMarketProgram = {
|
|
|
956
956
|
|
|
957
957
|
const index$g = {
|
|
958
958
|
__proto__: null,
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
959
|
+
CreateMarketProgram: createMarketProgram,
|
|
960
|
+
DisableMarketProgram: disableMarketProgram,
|
|
961
|
+
EditMarketProgram: editMarketProgram
|
|
962
962
|
};
|
|
963
963
|
|
|
964
964
|
const authorizations$1d = [
|
|
@@ -1106,19 +1106,19 @@ const disautomate = {
|
|
|
1106
1106
|
|
|
1107
1107
|
const index$f = {
|
|
1108
1108
|
__proto__: null,
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1109
|
+
Authorize: authorize$1,
|
|
1110
|
+
Automate: automate,
|
|
1111
|
+
CancelVote: cancelVote,
|
|
1112
|
+
Disautomate: disautomate,
|
|
1113
|
+
Exec: exec$1,
|
|
1114
|
+
FundWithdrawDecision: fundWithdrawDecision,
|
|
1115
|
+
JoinCoopDecision: joinCoopDecision,
|
|
1116
|
+
MarketDecision: marketDecision,
|
|
1117
|
+
ProductRecieved: productRecieved,
|
|
1118
|
+
Validate: validate,
|
|
1119
|
+
VoteAgainst: voteAgainst,
|
|
1120
|
+
VoteFor: voteFor,
|
|
1121
|
+
WithdrawDecision: withdrawDecision
|
|
1122
1122
|
};
|
|
1123
1123
|
|
|
1124
1124
|
const authorizations$10 = [{ permissions: [active], actor: _chairman }];
|
|
@@ -1141,8 +1141,8 @@ const updateBoard = {
|
|
|
1141
1141
|
|
|
1142
1142
|
const index$e = {
|
|
1143
1143
|
__proto__: null,
|
|
1144
|
-
|
|
1145
|
-
|
|
1144
|
+
CreateBoard: createBoard,
|
|
1145
|
+
UpdateBoard: updateBoard
|
|
1146
1146
|
};
|
|
1147
1147
|
|
|
1148
1148
|
const index$d = {
|
|
@@ -1466,25 +1466,25 @@ const updateRequest = {
|
|
|
1466
1466
|
|
|
1467
1467
|
const index$a = {
|
|
1468
1468
|
__proto__: null,
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1469
|
+
AcceptRequest: acceptRequest,
|
|
1470
|
+
Authorize: authorize,
|
|
1471
|
+
CancelRequest: cancelRequest,
|
|
1472
|
+
CompleteRequest: completeRequest,
|
|
1473
|
+
ConfirmRecieve: confirmRecieve,
|
|
1474
|
+
ConfirmSupply: confirmSupply,
|
|
1475
|
+
CreateOffer: createOffer,
|
|
1476
|
+
CreateOrder: createOrder,
|
|
1477
|
+
DeclineRequest: declineRequest,
|
|
1478
|
+
DeliverOnRequest: deliverOnRequest,
|
|
1479
|
+
ModerateRequest: moderateRequest,
|
|
1480
|
+
NewRequestId: newRequestId,
|
|
1481
|
+
OpenDispute: openDispute,
|
|
1482
|
+
ProhibitRequest: prohibitRequest,
|
|
1483
|
+
PublishRequest: publishRequest,
|
|
1484
|
+
RecieveOnRequest: recieveOnRequest,
|
|
1485
|
+
SupplyOnRequest: supplyOnRequest,
|
|
1486
|
+
UnpublishRequest: unpublishRequest,
|
|
1487
|
+
UpdateRequests: updateRequest
|
|
1488
1488
|
};
|
|
1489
1489
|
|
|
1490
1490
|
const tableName$g = "exchange";
|
|
@@ -1571,12 +1571,12 @@ const invalidateAccount = {
|
|
|
1571
1571
|
|
|
1572
1572
|
const index$7 = {
|
|
1573
1573
|
__proto__: null,
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1574
|
+
ApproveProposal: approveProposal,
|
|
1575
|
+
CancelProposal: cancelProposal,
|
|
1576
|
+
ExecProposal: execProposal,
|
|
1577
|
+
InvalidateProposal: invalidateAccount,
|
|
1578
|
+
ProposeTransaction: proposeTransaction,
|
|
1579
|
+
UnapproveProposal: unapproveProposal
|
|
1580
1580
|
};
|
|
1581
1581
|
|
|
1582
1582
|
const tableName$f = "approvals";
|
|
@@ -2002,43 +2002,43 @@ const cancelDelay = {
|
|
|
2002
2002
|
|
|
2003
2003
|
const index$2 = {
|
|
2004
2004
|
__proto__: null,
|
|
2005
|
-
|
|
2006
|
-
|
|
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
|
-
|
|
2005
|
+
ActivateFeature: activateFeature,
|
|
2006
|
+
BidName: bidName,
|
|
2007
|
+
BidNameRefund: bidNameRefund,
|
|
2008
|
+
BuyRAM: buyRAM,
|
|
2009
|
+
BuyRAMBytes: buyRAMBytes,
|
|
2010
|
+
CancelDelay: cancelDelay,
|
|
2011
|
+
ClaimRewards: claimRewards,
|
|
2012
|
+
DelegateBW: delegateBW,
|
|
2013
|
+
DeleteAuth: deleteAuth,
|
|
2014
|
+
ExecPowerup: execPowerup,
|
|
2015
|
+
Init: init,
|
|
2016
|
+
InitEmission: initEmission,
|
|
2017
|
+
InitPowerup: initPowerup,
|
|
2018
|
+
LinkAuth: linkAuth,
|
|
2019
|
+
NewAccount: newAccount,
|
|
2020
|
+
Powerup: powerup,
|
|
2021
|
+
Refund: refund,
|
|
2022
|
+
RegisterProducer: registerProducer,
|
|
2023
|
+
RegisterProducer2: registerProducer2,
|
|
2024
|
+
RegisterProxy: registerProxy,
|
|
2025
|
+
RemoveProducer: removeProducer,
|
|
2026
|
+
SetAbi: setAbi,
|
|
2027
|
+
SetAccountLimits: setAccountLimits,
|
|
2028
|
+
SetCPULimits: setCPULimits,
|
|
2029
|
+
SetCode: setCode,
|
|
2030
|
+
SetNETLimits: setNETLimits,
|
|
2031
|
+
SetParams: setParams,
|
|
2032
|
+
SetPrivileged: setPrivileged,
|
|
2033
|
+
SetRAMLimits: setRAMLimits,
|
|
2034
|
+
SetTotalRAM: setTotalRAM,
|
|
2035
|
+
SetTotalRAMRate: setTotalRAMRate,
|
|
2036
|
+
UndelegateBW: undelegateBW,
|
|
2037
|
+
UnregisterProducer: unregisterProducer,
|
|
2038
|
+
UpdateAuth: updateAuth,
|
|
2039
|
+
UpdateRevision: updateRevision,
|
|
2040
|
+
VoteForProducer: voteForProducer,
|
|
2041
|
+
VoteUpdate: voteUpdate
|
|
2042
2042
|
};
|
|
2043
2043
|
|
|
2044
2044
|
const tableName$b = "bidrefunds";
|