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 CHANGED
@@ -142,10 +142,10 @@ const newId = {
142
142
 
143
143
  const index$y = {
144
144
  __proto__: null,
145
- createDraft: createDraft,
146
- createTranslation: createTranslation,
147
- deleteDraft: deleteDraft,
148
- editTranslation: editTranslation,
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
- 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
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
- completeDeposit: completeDeposit,
481
- completeWithdraw: completeWithdraw,
482
- createDeposit: createDeposit,
483
- createWithdraw: createWithdraw,
484
- failDeposit: failDeposit,
485
- failWithdraw: failWithdraw,
486
- newDepositId: newDepositId,
487
- newWithdrawId: newWithdrawId
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
- changeKey: changeKey,
594
- confirmJoin: confirmJoin,
595
- createAccount: createAccount,
596
- joinCooperative: joinCooperative,
597
- registerOrganization: registerOrganization,
598
- updateAccount: updateAccount,
599
- verificateAccount: verificateAccount
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
- act: act,
800
- batch: batch,
801
- decision: decision,
802
- draft: draft,
803
- statement: statement
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
- createAddress: createAddress,
836
- deleteAddress: deleteAddress,
837
- editAddress: editAddress
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
- addBalance: addBalance,
919
- addProgramBalance: addProgramBalance,
920
- blockBalance: blockBalance,
921
- subBalance: subBalance,
922
- subProgramBalance: subProgramBalance,
923
- unblockBalance: unblockBalance
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
- createMarketProgram: createMarketProgram,
962
- disableMarketProgram: disableMarketProgram,
963
- editMarketProgram: editMarketProgram
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
- 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
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
- createBoard: createBoard,
1147
- updateBoard: updateBoard
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
- 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
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
- approveProposal: approveProposal,
1577
- cancelProposal: cancelProposal,
1578
- execProposal: execProposal,
1579
- invalidateProposal: invalidateAccount,
1580
- proposeTransaction: proposeTransaction,
1581
- unapproveProposal: unapproveProposal
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
- 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
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 { index$y_createDraft as createDraft, index$y_createTranslation as createTranslation, index$y_deleteDraft as deleteDraft, index$y_editTranslation as editTranslation, index$y_newId as newId };
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 { index$v_addAccumulation as addAccumulation, index$v_addCirculation as addCirculation, index$v_addExpense as addExpense, index$v_authorizeWithdraw as authorizeWithdraw, completeWithdraw$1 as completeWithdraw, index$v_createFund as createFund, createWithdraw$1 as createWithdraw, index$v_deleteFund as deleteFund, index$v_editFund as editFund, init$1 as init, index$v_newFund as newFund, index$v_newWithdraw as newWithdraw, index$v_spreadAmount as spreadAmount, index$v_subAccumulation as subAccumulation, index$v_subCirculation as subCirculation };
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 { index$s_completeDeposit as completeDeposit, index$s_completeWithdraw as completeWithdraw, index$s_createDeposit as createDeposit, index$s_createWithdraw as createWithdraw, index$s_failDeposit as failDeposit, index$s_failWithdraw as failWithdraw, index$s_newDepositId as newDepositId, index$s_newWithdrawId as newWithdrawId };
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 { index$p_changeKey as changeKey, index$p_confirmJoin as confirmJoin, index$p_createAccount as createAccount, index$p_joinCooperative as joinCooperative, index$p_registerOrganization as registerOrganization, index$p_updateAccount as updateAccount, index$p_verificateAccount as verificateAccount };
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 { index$j_act as act, index$j_batch as batch, index$j_decision as decision, index$j_draft as draft, index$j_statement as statement };
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 { index$i_createAddress as createAddress, index$i_deleteAddress as deleteAddress, index$i_editAddress as editAddress };
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 { index$h_addBalance as addBalance, index$h_addProgramBalance as addProgramBalance, index$h_blockBalance as blockBalance, index$h_subBalance as subBalance, index$h_subProgramBalance as subProgramBalance, index$h_unblockBalance as unblockBalance };
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 { index$g_createMarketProgram as createMarketProgram, index$g_disableMarketProgram as disableMarketProgram, index$g_editMarketProgram as editMarketProgram };
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 authorize, index$f_automate as automate, index$f_cancelVote as cancelVote, index$f_disautomate as disautomate, exec$1 as exec, index$f_fundWithdrawDecision as fundWithdrawDecision, index$f_joinCoopDecision as joinCoopDecision, index$f_marketDecision as marketDecision, index$f_productRecieved as productRecieved, index$f_validate as validate, index$f_voteAgainst as voteAgainst, index$f_voteFor as voteFor, index$f_withdrawDecision as withdrawDecision };
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 { index$e_createBoard as createBoard, index$e_updateBoard as updateBoard };
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 { index$a_acceptRequest as acceptRequest, index$a_authorize as authorize, index$a_cancelRequest as cancelRequest, index$a_completeRequest as completeRequest, index$a_confirmRecieve as confirmRecieve, index$a_confirmSupply as confirmSupply, index$a_createOffer as createOffer, index$a_createOrder as createOrder, index$a_declineRequest as declineRequest, index$a_deliverOnRequest as deliverOnRequest, index$a_moderateRequest as moderateRequest, index$a_newRequestId as newRequestId, index$a_openDispute as openDispute, index$a_prohibitRequest as prohibitRequest, index$a_publishRequest as publishRequest, index$a_recieveOnRequest as recieveOnRequest, index$a_supplyOnRequest as supplyOnRequest, index$a_unpublishRequest as unpublishRequest, updateRequest as updateRequests };
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 { index$7_approveProposal as approveProposal, index$7_cancelProposal as cancelProposal, index$7_execProposal as execProposal, invalidateAccount as invalidateProposal, index$7_proposeTransaction as proposeTransaction, index$7_unapproveProposal as unapproveProposal };
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 { index$2_activateFeature as activateFeature, index$2_bidName as bidName, index$2_bidNameRefund as bidNameRefund, index$2_buyRAM as buyRAM, index$2_buyRAMBytes as buyRAMBytes, index$2_cancelDelay as cancelDelay, index$2_claimRewards as claimRewards, index$2_delegateBW as delegateBW, index$2_deleteAuth as deleteAuth, index$2_execPowerup as execPowerup, index$2_init as init, index$2_initEmission as initEmission, index$2_initPowerup as initPowerup, index$2_linkAuth as linkAuth, index$2_newAccount as newAccount, index$2_powerup as powerup, index$2_refund as refund, index$2_registerProducer as registerProducer, index$2_registerProducer2 as registerProducer2, index$2_registerProxy as registerProxy, index$2_removeProducer as removeProducer, index$2_setAbi as setAbi, index$2_setAccountLimits as setAccountLimits, index$2_setCPULimits as setCPULimits, index$2_setCode as setCode, index$2_setNETLimits as setNETLimits, index$2_setParams as setParams, index$2_setPrivileged as setPrivileged, index$2_setRAMLimits as setRAMLimits, index$2_setTotalRAM as setTotalRAM, index$2_setTotalRAMRate as setTotalRAMRate, index$2_undelegateBW as undelegateBW, index$2_unregisterProducer as unregisterProducer, index$2_updateAuth as updateAuth, index$2_updateRevision as updateRevision, index$2_voteForProducer as voteForProducer, index$2_voteUpdate as voteUpdate };
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
  /**