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 +39 -39
- package/dist/index.d.cts +6 -42
- package/dist/index.d.mts +6 -42
- package/dist/index.d.ts +6 -42
- package/dist/index.mjs +39 -39
- 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";
|
|
@@ -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 = [
|
|
@@ -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 = {
|
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
|
/**
|
|
@@ -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 {
|
|
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 {
|
|
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 {
|
|
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
|
/**
|
|
@@ -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 {
|
|
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 {
|
|
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 {
|
|
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
|
/**
|
|
@@ -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 {
|
|
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 {
|
|
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
|
-
|
|
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";
|
|
@@ -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 = [
|
|
@@ -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 = {
|