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.mjs CHANGED
@@ -140,10 +140,10 @@ const newId = {
140
140
 
141
141
  const index$y = {
142
142
  __proto__: null,
143
- createDraft: createDraft,
144
- createTranslation: createTranslation,
145
- deleteDraft: deleteDraft,
146
- editTranslation: editTranslation,
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
- 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
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
- completeDeposit: completeDeposit,
479
- completeWithdraw: completeWithdraw,
480
- createDeposit: createDeposit,
481
- createWithdraw: createWithdraw,
482
- failDeposit: failDeposit,
483
- failWithdraw: failWithdraw,
484
- newDepositId: newDepositId,
485
- newWithdrawId: newWithdrawId
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
- changeKey: changeKey,
592
- confirmJoin: confirmJoin,
593
- createAccount: createAccount,
594
- joinCooperative: joinCooperative,
595
- registerOrganization: registerOrganization,
596
- updateAccount: updateAccount,
597
- verificateAccount: verificateAccount
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
- act: act,
798
- batch: batch,
799
- decision: decision,
800
- draft: draft,
801
- statement: statement
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
- createAddress: createAddress,
834
- deleteAddress: deleteAddress,
835
- editAddress: editAddress
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
- addBalance: addBalance,
917
- addProgramBalance: addProgramBalance,
918
- blockBalance: blockBalance,
919
- subBalance: subBalance,
920
- subProgramBalance: subProgramBalance,
921
- unblockBalance: unblockBalance
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
- createMarketProgram: createMarketProgram,
960
- disableMarketProgram: disableMarketProgram,
961
- editMarketProgram: editMarketProgram
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
- 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
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
- createBoard: createBoard,
1145
- updateBoard: updateBoard
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
- 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
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
- approveProposal: approveProposal,
1575
- cancelProposal: cancelProposal,
1576
- execProposal: execProposal,
1577
- invalidateProposal: invalidateAccount,
1578
- proposeTransaction: proposeTransaction,
1579
- unapproveProposal: unapproveProposal
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
- 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
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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.3",
4
+ "version": "0.5.5",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",