cooptypes 0.5.3 → 0.5.4

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";
@@ -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 = [
@@ -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 = {
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
  /**
@@ -2942,11 +2911,8 @@ declare namespace disableMarketProgram {
2942
2911
  * Действие создаёт целевую потребительскую программу маркетплейса.
2943
2912
  */
2944
2913
 
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
2914
  declare namespace index$g {
2949
- export { index$g_createMarketProgram as createMarketProgram, index$g_disableMarketProgram as disableMarketProgram, index$g_editMarketProgram as editMarketProgram };
2915
+ export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
2950
2916
  }
2951
2917
 
2952
2918
  /**
@@ -3315,10 +3281,8 @@ declare namespace updateBoard {
3315
3281
  export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$$ as actionName, authorizations$$ as authorizations };
3316
3282
  }
3317
3283
 
3318
- declare const index$e_createBoard: typeof createBoard;
3319
- declare const index$e_updateBoard: typeof updateBoard;
3320
3284
  declare namespace index$e {
3321
- export { index$e_createBoard as createBoard, index$e_updateBoard as updateBoard };
3285
+ export { createBoard as CreateBoard, updateBoard as UpdateBoard };
3322
3286
  }
3323
3287
 
3324
3288
  /**
package/dist/index.d.mts 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
  /**
@@ -2942,11 +2911,8 @@ declare namespace disableMarketProgram {
2942
2911
  * Действие создаёт целевую потребительскую программу маркетплейса.
2943
2912
  */
2944
2913
 
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
2914
  declare namespace index$g {
2949
- export { index$g_createMarketProgram as createMarketProgram, index$g_disableMarketProgram as disableMarketProgram, index$g_editMarketProgram as editMarketProgram };
2915
+ export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
2950
2916
  }
2951
2917
 
2952
2918
  /**
@@ -3315,10 +3281,8 @@ declare namespace updateBoard {
3315
3281
  export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$$ as actionName, authorizations$$ as authorizations };
3316
3282
  }
3317
3283
 
3318
- declare const index$e_createBoard: typeof createBoard;
3319
- declare const index$e_updateBoard: typeof updateBoard;
3320
3284
  declare namespace index$e {
3321
- export { index$e_createBoard as createBoard, index$e_updateBoard as updateBoard };
3285
+ export { createBoard as CreateBoard, updateBoard as UpdateBoard };
3322
3286
  }
3323
3287
 
3324
3288
  /**
package/dist/index.d.ts 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
  /**
@@ -2942,11 +2911,8 @@ declare namespace disableMarketProgram {
2942
2911
  * Действие создаёт целевую потребительскую программу маркетплейса.
2943
2912
  */
2944
2913
 
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
2914
  declare namespace index$g {
2949
- export { index$g_createMarketProgram as createMarketProgram, index$g_disableMarketProgram as disableMarketProgram, index$g_editMarketProgram as editMarketProgram };
2915
+ export { createMarketProgram as CreateMarketProgram, disableMarketProgram as DisableMarketProgram, editMarketProgram as EditMarketProgram };
2950
2916
  }
2951
2917
 
2952
2918
  /**
@@ -3315,10 +3281,8 @@ declare namespace updateBoard {
3315
3281
  export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$$ as actionName, authorizations$$ as authorizations };
3316
3282
  }
3317
3283
 
3318
- declare const index$e_createBoard: typeof createBoard;
3319
- declare const index$e_updateBoard: typeof updateBoard;
3320
3284
  declare namespace index$e {
3321
- export { index$e_createBoard as createBoard, index$e_updateBoard as updateBoard };
3285
+ export { createBoard as CreateBoard, updateBoard as UpdateBoard };
3322
3286
  }
3323
3287
 
3324
3288
  /**
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";
@@ -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 = [
@@ -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 = {
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.4",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",