cooptypes 1.0.21 → 1.0.22-alpha.0
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 +525 -182
- package/dist/index.d.cts +500 -285
- package/dist/index.d.mts +500 -285
- package/dist/index.d.ts +500 -285
- package/dist/index.mjs +515 -172
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -27,14 +27,14 @@ declare const _contract = "_contract";
|
|
|
27
27
|
*/
|
|
28
28
|
declare const _system$1 = "_system";
|
|
29
29
|
|
|
30
|
-
declare const index$
|
|
31
|
-
declare const index$
|
|
32
|
-
declare const index$
|
|
33
|
-
declare const index$
|
|
34
|
-
declare const index$
|
|
35
|
-
declare const index$
|
|
36
|
-
declare namespace index$
|
|
37
|
-
export { index$
|
|
30
|
+
declare const index$O__admin: typeof _admin;
|
|
31
|
+
declare const index$O__chairman: typeof _chairman;
|
|
32
|
+
declare const index$O__contract: typeof _contract;
|
|
33
|
+
declare const index$O__coopname: typeof _coopname;
|
|
34
|
+
declare const index$O__member: typeof _member;
|
|
35
|
+
declare const index$O__username: typeof _username;
|
|
36
|
+
declare namespace index$O {
|
|
37
|
+
export { index$O__admin as _admin, index$O__chairman as _chairman, index$O__contract as _contract, index$O__coopname as _coopname, index$O__member as _member, _system$1 as _system, index$O__username as _username };
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
declare const _draft: {
|
|
@@ -78,18 +78,18 @@ declare const _wrap: {
|
|
|
78
78
|
readonly testnet: "eosio.wrap";
|
|
79
79
|
};
|
|
80
80
|
|
|
81
|
-
declare const index$
|
|
82
|
-
declare const index$
|
|
83
|
-
declare const index$
|
|
84
|
-
declare const index$
|
|
85
|
-
declare const index$
|
|
86
|
-
declare const index$
|
|
87
|
-
declare const index$
|
|
88
|
-
declare const index$
|
|
89
|
-
declare const index$
|
|
90
|
-
declare const index$
|
|
91
|
-
declare namespace index$
|
|
92
|
-
export { index$
|
|
81
|
+
declare const index$N__draft: typeof _draft;
|
|
82
|
+
declare const index$N__fund: typeof _fund;
|
|
83
|
+
declare const index$N__gateway: typeof _gateway;
|
|
84
|
+
declare const index$N__marketplace: typeof _marketplace;
|
|
85
|
+
declare const index$N__msig: typeof _msig;
|
|
86
|
+
declare const index$N__registrator: typeof _registrator;
|
|
87
|
+
declare const index$N__soviet: typeof _soviet;
|
|
88
|
+
declare const index$N__system: typeof _system;
|
|
89
|
+
declare const index$N__token: typeof _token;
|
|
90
|
+
declare const index$N__wrap: typeof _wrap;
|
|
91
|
+
declare namespace index$N {
|
|
92
|
+
export { index$N__draft as _draft, index$N__fund as _fund, index$N__gateway as _gateway, index$N__marketplace as _marketplace, index$N__msig as _msig, index$N__registrator as _registrator, index$N__soviet as _soviet, index$N__system as _system, index$N__token as _token, index$N__wrap as _wrap };
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/**
|
|
@@ -118,16 +118,16 @@ interface Authorization {
|
|
|
118
118
|
actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
type index$
|
|
122
|
-
declare const index$
|
|
123
|
-
declare const index$
|
|
124
|
-
declare const index$
|
|
125
|
-
declare namespace index$
|
|
126
|
-
export { type index$
|
|
121
|
+
type index$M_Authorization = Authorization;
|
|
122
|
+
declare const index$M_active: typeof active;
|
|
123
|
+
declare const index$M_owner: typeof owner;
|
|
124
|
+
declare const index$M_special: typeof special;
|
|
125
|
+
declare namespace index$M {
|
|
126
|
+
export { type index$M_Authorization as Authorization, index$M_active as active, index$M_owner as owner, index$M_special as special };
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
declare namespace index$
|
|
130
|
-
export { index$
|
|
129
|
+
declare namespace index$L {
|
|
130
|
+
export { index$O as Actors, index$N as ContractNames, index$M as Permissions };
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
type IName$9 = string;
|
|
@@ -312,9 +312,9 @@ declare namespace newId {
|
|
|
312
312
|
export { type newId_INewId as INewId, actionName$2j as actionName, authorizations$2j as authorizations };
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
declare const index$
|
|
316
|
-
declare namespace index$
|
|
317
|
-
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$
|
|
315
|
+
declare const index$K_newId: typeof newId;
|
|
316
|
+
declare namespace index$K {
|
|
317
|
+
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editTranslation as EditTranslation, index$K_newId as newId };
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
/**
|
|
@@ -350,13 +350,13 @@ declare const scope$E = "_contract";
|
|
|
350
350
|
*/
|
|
351
351
|
type ITranslation = ITranslation$1;
|
|
352
352
|
|
|
353
|
-
type
|
|
354
|
-
declare namespace translations {
|
|
355
|
-
export { type
|
|
353
|
+
type translations$3_ITranslation = ITranslation;
|
|
354
|
+
declare namespace translations$3 {
|
|
355
|
+
export { type translations$3_ITranslation as ITranslation, scope$E as scope, tableName$E as tableName };
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
declare namespace index$
|
|
359
|
-
export { drafts as Drafts, translations as Translations };
|
|
358
|
+
declare namespace index$J {
|
|
359
|
+
export { drafts as Drafts, translations$3 as Translations };
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
declare const contractName$9: {
|
|
@@ -364,8 +364,8 @@ declare const contractName$9: {
|
|
|
364
364
|
readonly testnet: "drafttest222";
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
declare namespace index$
|
|
368
|
-
export { index$
|
|
367
|
+
declare namespace index$I {
|
|
368
|
+
export { index$K as Actions, draft as Interfaces, index$J as Tables, contractName$9 as contractName };
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
type IAsset$6 = string;
|
|
@@ -880,7 +880,7 @@ declare namespace subCirculation {
|
|
|
880
880
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
881
881
|
*/
|
|
882
882
|
|
|
883
|
-
declare namespace index$
|
|
883
|
+
declare namespace index$H {
|
|
884
884
|
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$3 as Init, newFund as NewFund, newWithdraw as NewWithdraw, spreadAmount as SpreadAmount, subAccumulation as SubAccumulation, subCirculation as SubCirculation };
|
|
885
885
|
}
|
|
886
886
|
|
|
@@ -974,7 +974,7 @@ declare namespace fundWithdraws {
|
|
|
974
974
|
*
|
|
975
975
|
*/
|
|
976
976
|
|
|
977
|
-
declare namespace index$
|
|
977
|
+
declare namespace index$G {
|
|
978
978
|
export { accumulationFunds as AccumulatedFunds, coopWallet as CoopWallet, expenseFunds as ExpensedFunds, fundWithdraws as FundWithdraws };
|
|
979
979
|
}
|
|
980
980
|
|
|
@@ -983,8 +983,8 @@ declare const contractName$8: {
|
|
|
983
983
|
readonly testnet: "fundtest2222";
|
|
984
984
|
};
|
|
985
985
|
|
|
986
|
-
declare namespace index$
|
|
987
|
-
export { index$
|
|
986
|
+
declare namespace index$F {
|
|
987
|
+
export { index$H as Actions, fund as Interfaces, index$G as Tables, contractName$8 as contractName };
|
|
988
988
|
}
|
|
989
989
|
|
|
990
990
|
type IAsset$5 = string;
|
|
@@ -1311,7 +1311,7 @@ declare namespace failWithdraw {
|
|
|
1311
1311
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1312
1312
|
*/
|
|
1313
1313
|
|
|
1314
|
-
declare namespace index$
|
|
1314
|
+
declare namespace index$E {
|
|
1315
1315
|
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 };
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
@@ -1362,7 +1362,7 @@ declare namespace withdraws {
|
|
|
1362
1362
|
export { type withdraws_IWithdraws as IWithdraws, scope$y as scope, tableName$y as tableName };
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
|
-
declare namespace index$
|
|
1365
|
+
declare namespace index$D {
|
|
1366
1366
|
export { deposits as Deposits, withdraws as Withdraws };
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
@@ -1371,8 +1371,8 @@ declare const contractName$7: {
|
|
|
1371
1371
|
readonly testnet: "gateway2222";
|
|
1372
1372
|
};
|
|
1373
1373
|
|
|
1374
|
-
declare namespace index$
|
|
1375
|
-
export { index$
|
|
1374
|
+
declare namespace index$C {
|
|
1375
|
+
export { index$E as Actions, gateway as Interfaces, index$D as Tables, contractName$7 as contractName };
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
1378
|
type IAsset$4 = string;
|
|
@@ -1818,7 +1818,7 @@ declare namespace deleteCooperative {
|
|
|
1818
1818
|
* Действие верификации аккаунта
|
|
1819
1819
|
*/
|
|
1820
1820
|
|
|
1821
|
-
declare namespace index$
|
|
1821
|
+
declare namespace index$B {
|
|
1822
1822
|
export { addUser as AddUser, changeKey as ChangeKey, confirmJoin as ConfirmJoin, createAccount$1 as CreateAccount, deleteCooperative as DeleteCooperative, init$2 as Init, joinCooperative as JoinCooperative, registerCooperative as RegisterCooperative, registerUser as RegisterUser, setCoopStatus as SetCoopStatus, updateAccount as UpdateAccount, updateCoop as UpdateCoop, verificateAccount as VerificateAccount };
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
@@ -1870,7 +1870,7 @@ declare namespace cooperatives {
|
|
|
1870
1870
|
*
|
|
1871
1871
|
*/
|
|
1872
1872
|
|
|
1873
|
-
declare namespace index$
|
|
1873
|
+
declare namespace index$A {
|
|
1874
1874
|
export { accounts as Accounts, cooperatives as Cooperatives };
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
@@ -1879,8 +1879,8 @@ declare const contractName$6: {
|
|
|
1879
1879
|
readonly testnet: "regtest22222";
|
|
1880
1880
|
};
|
|
1881
1881
|
|
|
1882
|
-
declare namespace index$
|
|
1883
|
-
export { index$
|
|
1882
|
+
declare namespace index$z {
|
|
1883
|
+
export { index$B as Actions, registrator as Interfaces, index$A as Tables, contractName$6 as contractName };
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
1886
1886
|
type IAsset$3 = string;
|
|
@@ -2049,7 +2049,7 @@ declare namespace retire {
|
|
|
2049
2049
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
2050
2050
|
*/
|
|
2051
2051
|
|
|
2052
|
-
declare namespace index$
|
|
2052
|
+
declare namespace index$y {
|
|
2053
2053
|
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
@@ -2095,7 +2095,7 @@ declare namespace currencyStats {
|
|
|
2095
2095
|
* Таблица содержит информацию о балансе токенов пользователей
|
|
2096
2096
|
*/
|
|
2097
2097
|
|
|
2098
|
-
declare namespace index$
|
|
2098
|
+
declare namespace index$x {
|
|
2099
2099
|
export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
@@ -2104,8 +2104,8 @@ declare const contractName$5: {
|
|
|
2104
2104
|
readonly testnet: "eosio.token";
|
|
2105
2105
|
};
|
|
2106
2106
|
|
|
2107
|
-
declare namespace index$
|
|
2108
|
-
export { index$
|
|
2107
|
+
declare namespace index$w {
|
|
2108
|
+
export { index$y as Actions, token as Interfaces, index$x as Tables, contractName$5 as contractName };
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
type IAsset$2 = string;
|
|
@@ -2166,6 +2166,18 @@ interface IAdduser {
|
|
|
2166
2166
|
minimum: IAsset$2;
|
|
2167
2167
|
spread_initial: boolean;
|
|
2168
2168
|
}
|
|
2169
|
+
interface IAgreement$1 {
|
|
2170
|
+
id: IUint64$2;
|
|
2171
|
+
coopname: IName$4;
|
|
2172
|
+
username: IName$4;
|
|
2173
|
+
type: IName$4;
|
|
2174
|
+
secondary_id: IUint64$2;
|
|
2175
|
+
draft_registry_id: IUint64$2;
|
|
2176
|
+
version: IUint64$2;
|
|
2177
|
+
document: IDocument$1;
|
|
2178
|
+
status: IName$4;
|
|
2179
|
+
updated_at: ITimePointSec$4;
|
|
2180
|
+
}
|
|
2169
2181
|
interface IAuthorize$3 {
|
|
2170
2182
|
coopname: IName$4;
|
|
2171
2183
|
chairman: IName$4;
|
|
@@ -2231,11 +2243,11 @@ interface IChanges$1 {
|
|
|
2231
2243
|
contribution_product_decision_id: IUint64$2;
|
|
2232
2244
|
return_product_decision_id: IUint64$2;
|
|
2233
2245
|
}
|
|
2234
|
-
interface
|
|
2246
|
+
interface IConfirmagree {
|
|
2235
2247
|
coopname: IName$4;
|
|
2236
|
-
|
|
2248
|
+
administrator: IName$4;
|
|
2237
2249
|
username: IName$4;
|
|
2238
|
-
|
|
2250
|
+
agreement_id: IUint64$2;
|
|
2239
2251
|
}
|
|
2240
2252
|
interface ICounts$1 extends ICountsBase$1 {
|
|
2241
2253
|
}
|
|
@@ -2272,7 +2284,6 @@ interface ICreateprog {
|
|
|
2272
2284
|
username: IName$4;
|
|
2273
2285
|
program_type: IName$4;
|
|
2274
2286
|
draft_registry_id: IUint64$2;
|
|
2275
|
-
hash_of_conditions: IChecksum256$3;
|
|
2276
2287
|
title: string;
|
|
2277
2288
|
announce: string;
|
|
2278
2289
|
description: string;
|
|
@@ -2299,11 +2310,11 @@ interface IDecision$1 {
|
|
|
2299
2310
|
authorization: IDocument$1;
|
|
2300
2311
|
created_at: ITimePointSec$4;
|
|
2301
2312
|
}
|
|
2302
|
-
interface
|
|
2313
|
+
interface IDeclineagree {
|
|
2303
2314
|
coopname: IName$4;
|
|
2304
|
-
|
|
2315
|
+
administrator: IName$4;
|
|
2305
2316
|
username: IName$4;
|
|
2306
|
-
|
|
2317
|
+
agreement_id: IUint64$2;
|
|
2307
2318
|
comment: string;
|
|
2308
2319
|
}
|
|
2309
2320
|
interface IDeladdress {
|
|
@@ -2353,7 +2364,6 @@ interface IEditprog {
|
|
|
2353
2364
|
username: IName$4;
|
|
2354
2365
|
program_id: IUint64$2;
|
|
2355
2366
|
draft_registry_id: IUint64$2;
|
|
2356
|
-
hash_of_conditions: IChecksum256$3;
|
|
2357
2367
|
title: string;
|
|
2358
2368
|
announce: string;
|
|
2359
2369
|
description: string;
|
|
@@ -2373,14 +2383,6 @@ interface IFundwithdraw {
|
|
|
2373
2383
|
withdraw_id: IUint64$2;
|
|
2374
2384
|
document: IDocument$1;
|
|
2375
2385
|
}
|
|
2376
|
-
interface IIndocument {
|
|
2377
|
-
id: IUint64$2;
|
|
2378
|
-
coopname: IName$4;
|
|
2379
|
-
username: IName$4;
|
|
2380
|
-
type: IName$4;
|
|
2381
|
-
secondary_id: IUint64$2;
|
|
2382
|
-
document: IDocument$1;
|
|
2383
|
-
}
|
|
2384
2386
|
interface IInit$3 {
|
|
2385
2387
|
}
|
|
2386
2388
|
interface IJoincoop {
|
|
@@ -2394,12 +2396,6 @@ interface IJoincoops {
|
|
|
2394
2396
|
is_paid: boolean;
|
|
2395
2397
|
notice: string;
|
|
2396
2398
|
}
|
|
2397
|
-
interface IJoinprog {
|
|
2398
|
-
coopname: IName$4;
|
|
2399
|
-
username: IName$4;
|
|
2400
|
-
document: IDocument$1;
|
|
2401
|
-
program_id: IUint64$2;
|
|
2402
|
-
}
|
|
2403
2399
|
interface IMigrate {
|
|
2404
2400
|
}
|
|
2405
2401
|
interface INewact {
|
|
@@ -2459,10 +2455,9 @@ interface IParticipant {
|
|
|
2459
2455
|
}
|
|
2460
2456
|
interface IProgram$1 {
|
|
2461
2457
|
id: IUint64$2;
|
|
2458
|
+
draft_registry_id: IUint64$2;
|
|
2462
2459
|
coopname: IName$4;
|
|
2463
2460
|
program_type: IName$4;
|
|
2464
|
-
draft_registry_id: IUint64$2;
|
|
2465
|
-
hash_of_conditions: IChecksum256$3;
|
|
2466
2461
|
is_active: boolean;
|
|
2467
2462
|
title: string;
|
|
2468
2463
|
announce: string;
|
|
@@ -2482,7 +2477,6 @@ interface IProgwallet {
|
|
|
2482
2477
|
program_id: IUint64$2;
|
|
2483
2478
|
username: IName$4;
|
|
2484
2479
|
available: IAsset$2;
|
|
2485
|
-
document: IDocument$1;
|
|
2486
2480
|
}
|
|
2487
2481
|
interface IRecieved {
|
|
2488
2482
|
coopname: IName$4;
|
|
@@ -2507,6 +2501,14 @@ interface ISetrights {
|
|
|
2507
2501
|
username: IName$4;
|
|
2508
2502
|
rights: IRight[];
|
|
2509
2503
|
}
|
|
2504
|
+
interface ISndagreement {
|
|
2505
|
+
coopname: IName$4;
|
|
2506
|
+
username: IName$4;
|
|
2507
|
+
agreement_type: IName$4;
|
|
2508
|
+
secondary_id: IUint64$2;
|
|
2509
|
+
draft_registry_id: IUint64$2;
|
|
2510
|
+
document: IDocument$1;
|
|
2511
|
+
}
|
|
2510
2512
|
interface IStaff {
|
|
2511
2513
|
username: IName$4;
|
|
2512
2514
|
position_title: string;
|
|
@@ -2571,11 +2573,11 @@ type soviet_IBlockbal = IBlockbal;
|
|
|
2571
2573
|
type soviet_IBoardMember = IBoardMember;
|
|
2572
2574
|
type soviet_ICancelvote = ICancelvote;
|
|
2573
2575
|
type soviet_IChange = IChange;
|
|
2574
|
-
type
|
|
2576
|
+
type soviet_IConfirmagree = IConfirmagree;
|
|
2575
2577
|
type soviet_ICreaddress = ICreaddress;
|
|
2576
2578
|
type soviet_ICreatebranch = ICreatebranch;
|
|
2577
2579
|
type soviet_ICreateprog = ICreateprog;
|
|
2578
|
-
type
|
|
2580
|
+
type soviet_IDeclineagree = IDeclineagree;
|
|
2579
2581
|
type soviet_IDeladdress = IDeladdress;
|
|
2580
2582
|
type soviet_IDeletebranch = IDeletebranch;
|
|
2581
2583
|
type soviet_IDisableprog = IDisableprog;
|
|
@@ -2583,10 +2585,8 @@ type soviet_IEditaddress = IEditaddress;
|
|
|
2583
2585
|
type soviet_IEditbranch = IEditbranch;
|
|
2584
2586
|
type soviet_IEditprog = IEditprog;
|
|
2585
2587
|
type soviet_IFundwithdraw = IFundwithdraw;
|
|
2586
|
-
type soviet_IIndocument = IIndocument;
|
|
2587
2588
|
type soviet_IJoincoop = IJoincoop;
|
|
2588
2589
|
type soviet_IJoincoops = IJoincoops;
|
|
2589
|
-
type soviet_IJoinprog = IJoinprog;
|
|
2590
2590
|
type soviet_IMigrate = IMigrate;
|
|
2591
2591
|
type soviet_INewact = INewact;
|
|
2592
2592
|
type soviet_INewbatch = INewbatch;
|
|
@@ -2602,6 +2602,7 @@ type soviet_IRegpaid = IRegpaid;
|
|
|
2602
2602
|
type soviet_IRight = IRight;
|
|
2603
2603
|
type soviet_IRmstaff = IRmstaff;
|
|
2604
2604
|
type soviet_ISetrights = ISetrights;
|
|
2605
|
+
type soviet_ISndagreement = ISndagreement;
|
|
2605
2606
|
type soviet_IStaff = IStaff;
|
|
2606
2607
|
type soviet_ISubbalance = ISubbalance;
|
|
2607
2608
|
type soviet_ISubprogbal = ISubprogbal;
|
|
@@ -2611,7 +2612,7 @@ type soviet_IVoteagainst = IVoteagainst;
|
|
|
2611
2612
|
type soviet_IVotefor = IVotefor;
|
|
2612
2613
|
type soviet_IWithdraw = IWithdraw;
|
|
2613
2614
|
declare namespace soviet {
|
|
2614
|
-
export type { soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, soviet_IAdduser as IAdduser, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256,
|
|
2615
|
+
export type { soviet_IAddbalance as IAddbalance, soviet_IAddprogbal as IAddprogbal, IAddress$1 as IAddress, soviet_IAddressData as IAddressData, soviet_IAddstaff as IAddstaff, soviet_IAdduser as IAdduser, IAgreement$1 as IAgreement, IAsset$2 as IAsset, IAuthorize$3 as IAuthorize, IAutomate$1 as IAutomate, soviet_IAutomator as IAutomator, soviet_IAutosigner as IAutosigner, soviet_IBlockbal as IBlockbal, soviet_IBoardMember as IBoardMember, IBoards$1 as IBoards, soviet_ICancelvote as ICancelvote, soviet_IChange as IChange, IChanges$1 as IChanges, IChecksum256$3 as IChecksum256, soviet_IConfirmagree as IConfirmagree, ICounts$1 as ICounts, ICountsBase$1 as ICountsBase, soviet_ICreaddress as ICreaddress, ICreateboard$1 as ICreateboard, soviet_ICreatebranch as ICreatebranch, soviet_ICreateprog as ICreateprog, IDecision$1 as IDecision, soviet_IDeclineagree as IDeclineagree, soviet_IDeladdress as IDeladdress, soviet_IDeletebranch as IDeletebranch, soviet_IDisableprog as IDisableprog, IDisautomate$1 as IDisautomate, IDocument$1 as IDocument, soviet_IEditaddress as IEditaddress, soviet_IEditbranch as IEditbranch, soviet_IEditprog as IEditprog, IExec$4 as IExec, soviet_IFundwithdraw as IFundwithdraw, IInit$3 as IInit, soviet_IJoincoop as IJoincoop, soviet_IJoincoops as IJoincoops, soviet_IMigrate as IMigrate, IName$4 as IName, soviet_INewact as INewact, soviet_INewbatch as INewbatch, soviet_INewdecision as INewdecision, soviet_INewprogram as INewprogram, soviet_INewresolved as INewresolved, soviet_INewsubmitted as INewsubmitted, soviet_IOnewallet as IOnewallet, soviet_IParticipant as IParticipant, IProgram$1 as IProgram, soviet_IProgwallet as IProgwallet, IPublicKey$2 as IPublicKey, soviet_IRecieved as IRecieved, soviet_IRegpaid as IRegpaid, soviet_IRight as IRight, soviet_IRmstaff as IRmstaff, soviet_ISetrights as ISetrights, ISignature$1 as ISignature, soviet_ISndagreement as ISndagreement, soviet_IStaff as IStaff, soviet_ISubbalance as ISubbalance, soviet_ISubprogbal as ISubprogbal, ITimePointSec$4 as ITimePointSec, IUint64$2 as IUint64, soviet_IUnblockbal as IUnblockbal, soviet_IUpdateboard as IUpdateboard, IValidate$1 as IValidate, soviet_IVoteagainst as IVoteagainst, soviet_IVotefor as IVotefor, soviet_IWithdraw as IWithdraw };
|
|
2615
2616
|
}
|
|
2616
2617
|
|
|
2617
2618
|
/**
|
|
@@ -2770,7 +2771,7 @@ declare namespace newprogram {
|
|
|
2770
2771
|
* @private
|
|
2771
2772
|
*/
|
|
2772
2773
|
|
|
2773
|
-
declare namespace index$
|
|
2774
|
+
declare namespace index$v {
|
|
2774
2775
|
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
2775
2776
|
}
|
|
2776
2777
|
|
|
@@ -2844,7 +2845,7 @@ declare namespace editAddress {
|
|
|
2844
2845
|
* Действие создаёт новый адрес.
|
|
2845
2846
|
*/
|
|
2846
2847
|
|
|
2847
|
-
declare namespace index$
|
|
2848
|
+
declare namespace index$u {
|
|
2848
2849
|
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
2849
2850
|
}
|
|
2850
2851
|
|
|
@@ -3069,7 +3070,7 @@ declare namespace subProgramBalance {
|
|
|
3069
3070
|
* @private
|
|
3070
3071
|
*/
|
|
3071
3072
|
|
|
3072
|
-
declare namespace index$
|
|
3073
|
+
declare namespace index$t {
|
|
3073
3074
|
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
3074
3075
|
}
|
|
3075
3076
|
|
|
@@ -3139,46 +3140,25 @@ declare namespace disableProgram {
|
|
|
3139
3140
|
export { type disableProgram_IDisableMarketProgram as IDisableMarketProgram, actionName$1n as actionName, authorizations$1n as authorizations };
|
|
3140
3141
|
}
|
|
3141
3142
|
|
|
3142
|
-
/**
|
|
3143
|
-
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3144
|
-
*/
|
|
3145
|
-
declare const authorizations$1m: readonly [{
|
|
3146
|
-
readonly permissions: readonly ["active"];
|
|
3147
|
-
readonly actor: "_username";
|
|
3148
|
-
}];
|
|
3149
|
-
/**
|
|
3150
|
-
* Имя действия
|
|
3151
|
-
*/
|
|
3152
|
-
declare const actionName$1m = "joinprog";
|
|
3153
|
-
/**
|
|
3154
|
-
* Действие отправки заявления на присоединение к ЦПП кооператива
|
|
3155
|
-
*/
|
|
3156
|
-
type IJoinProgram = IJoinprog;
|
|
3157
|
-
|
|
3158
|
-
type joinProgram_IJoinProgram = IJoinProgram;
|
|
3159
|
-
declare namespace joinProgram {
|
|
3160
|
-
export { type joinProgram_IJoinProgram as IJoinProgram, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
3161
|
-
}
|
|
3162
|
-
|
|
3163
3143
|
/**
|
|
3164
3144
|
* Действие создаёт целевую потребительскую маркетплейса.
|
|
3165
3145
|
*/
|
|
3166
3146
|
|
|
3167
|
-
declare namespace index$
|
|
3168
|
-
export { createProgram as CreateProgram, disableProgram as DisableProgram, editProgram as EditProgram
|
|
3147
|
+
declare namespace index$s {
|
|
3148
|
+
export { createProgram as CreateProgram, disableProgram as DisableProgram, editProgram as EditProgram };
|
|
3169
3149
|
}
|
|
3170
3150
|
|
|
3171
3151
|
/**
|
|
3172
3152
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3173
3153
|
*/
|
|
3174
|
-
declare const authorizations$
|
|
3154
|
+
declare const authorizations$1m: readonly [{
|
|
3175
3155
|
readonly permissions: readonly ["active"];
|
|
3176
3156
|
readonly actor: "_member";
|
|
3177
3157
|
}];
|
|
3178
3158
|
/**
|
|
3179
3159
|
* Имя действия
|
|
3180
3160
|
*/
|
|
3181
|
-
declare const actionName$
|
|
3161
|
+
declare const actionName$1m = "voteagainst";
|
|
3182
3162
|
/**
|
|
3183
3163
|
* @interface
|
|
3184
3164
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -3186,20 +3166,20 @@ declare const actionName$1l = "voteagainst";
|
|
|
3186
3166
|
type IVoteAgainstDecision$1 = IVoteagainst;
|
|
3187
3167
|
|
|
3188
3168
|
declare namespace voteAgainst {
|
|
3189
|
-
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$
|
|
3169
|
+
export { type IVoteAgainstDecision$1 as IVoteAgainstDecision, actionName$1m as actionName, authorizations$1m as authorizations };
|
|
3190
3170
|
}
|
|
3191
3171
|
|
|
3192
3172
|
/**
|
|
3193
3173
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3194
3174
|
*/
|
|
3195
|
-
declare const authorizations$
|
|
3175
|
+
declare const authorizations$1l: readonly [{
|
|
3196
3176
|
readonly permissions: readonly ["active"];
|
|
3197
3177
|
readonly actor: "_member";
|
|
3198
3178
|
}];
|
|
3199
3179
|
/**
|
|
3200
3180
|
* Имя действия
|
|
3201
3181
|
*/
|
|
3202
|
-
declare const actionName$
|
|
3182
|
+
declare const actionName$1l = "votefor";
|
|
3203
3183
|
/**
|
|
3204
3184
|
* @interface
|
|
3205
3185
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
@@ -3208,20 +3188,20 @@ type IVoteForDecision = IVotefor;
|
|
|
3208
3188
|
|
|
3209
3189
|
type voteFor_IVoteForDecision = IVoteForDecision;
|
|
3210
3190
|
declare namespace voteFor {
|
|
3211
|
-
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$
|
|
3191
|
+
export { type voteFor_IVoteForDecision as IVoteForDecision, actionName$1l as actionName, authorizations$1l as authorizations };
|
|
3212
3192
|
}
|
|
3213
3193
|
|
|
3214
3194
|
/**
|
|
3215
3195
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3216
3196
|
*/
|
|
3217
|
-
declare const authorizations$
|
|
3197
|
+
declare const authorizations$1k: readonly [{
|
|
3218
3198
|
readonly permissions: readonly ["active"];
|
|
3219
3199
|
readonly actor: "_member";
|
|
3220
3200
|
}];
|
|
3221
3201
|
/**
|
|
3222
3202
|
* Имя действия
|
|
3223
3203
|
*/
|
|
3224
|
-
declare const actionName$
|
|
3204
|
+
declare const actionName$1k = "cancelvote";
|
|
3225
3205
|
/**
|
|
3226
3206
|
* @interface
|
|
3227
3207
|
* Принимает отмену голоса. Метод позволяет члену совета отменить свой голос, если решение еще не принято.
|
|
@@ -3230,20 +3210,20 @@ type IVoteAgainstDecision = IVoteagainst;
|
|
|
3230
3210
|
|
|
3231
3211
|
type cancelVote_IVoteAgainstDecision = IVoteAgainstDecision;
|
|
3232
3212
|
declare namespace cancelVote {
|
|
3233
|
-
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$
|
|
3213
|
+
export { type cancelVote_IVoteAgainstDecision as IVoteAgainstDecision, actionName$1k as actionName, authorizations$1k as authorizations };
|
|
3234
3214
|
}
|
|
3235
3215
|
|
|
3236
3216
|
/**
|
|
3237
3217
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3238
3218
|
*/
|
|
3239
|
-
declare const authorizations$
|
|
3219
|
+
declare const authorizations$1j: readonly [{
|
|
3240
3220
|
readonly permissions: readonly ["active"];
|
|
3241
3221
|
readonly actor: "_chairman";
|
|
3242
3222
|
}];
|
|
3243
3223
|
/**
|
|
3244
3224
|
* Имя действия
|
|
3245
3225
|
*/
|
|
3246
|
-
declare const actionName$
|
|
3226
|
+
declare const actionName$1j = "authorize";
|
|
3247
3227
|
/**
|
|
3248
3228
|
* @interface
|
|
3249
3229
|
* Действие утверждения принятого советом решения.
|
|
@@ -3251,20 +3231,20 @@ declare const actionName$1i = "authorize";
|
|
|
3251
3231
|
type IAuthorize$2 = IAuthorize$3;
|
|
3252
3232
|
|
|
3253
3233
|
declare namespace authorize$1 {
|
|
3254
|
-
export { type IAuthorize$2 as IAuthorize, actionName$
|
|
3234
|
+
export { type IAuthorize$2 as IAuthorize, actionName$1j as actionName, authorizations$1j as authorizations };
|
|
3255
3235
|
}
|
|
3256
3236
|
|
|
3257
3237
|
/**
|
|
3258
3238
|
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3259
3239
|
*/
|
|
3260
|
-
declare const authorizations$
|
|
3240
|
+
declare const authorizations$1i: readonly [{
|
|
3261
3241
|
readonly permissions: readonly ["active"];
|
|
3262
3242
|
readonly actor: "_username";
|
|
3263
3243
|
}];
|
|
3264
3244
|
/**
|
|
3265
3245
|
* Имя действия
|
|
3266
3246
|
*/
|
|
3267
|
-
declare const actionName$
|
|
3247
|
+
declare const actionName$1i = "exec";
|
|
3268
3248
|
/**
|
|
3269
3249
|
* @interface
|
|
3270
3250
|
* Действие исполнения принятого решения.
|
|
@@ -3276,13 +3256,13 @@ declare const actionName$1h = "exec";
|
|
|
3276
3256
|
type IExec$3 = IExec$4;
|
|
3277
3257
|
|
|
3278
3258
|
declare namespace exec$1 {
|
|
3279
|
-
export { type IExec$3 as IExec, actionName$
|
|
3259
|
+
export { type IExec$3 as IExec, actionName$1i as actionName, authorizations$1i as authorizations };
|
|
3280
3260
|
}
|
|
3281
3261
|
|
|
3282
3262
|
/**
|
|
3283
3263
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3284
3264
|
*/
|
|
3285
|
-
declare const authorizations$
|
|
3265
|
+
declare const authorizations$1h: readonly [{
|
|
3286
3266
|
readonly permissions: readonly ["active"];
|
|
3287
3267
|
readonly actor: {
|
|
3288
3268
|
readonly production: "marketplace";
|
|
@@ -3292,7 +3272,7 @@ declare const authorizations$1g: readonly [{
|
|
|
3292
3272
|
/**
|
|
3293
3273
|
* Имя действия
|
|
3294
3274
|
*/
|
|
3295
|
-
declare const actionName$
|
|
3275
|
+
declare const actionName$1h = "change";
|
|
3296
3276
|
/**
|
|
3297
3277
|
* @interface
|
|
3298
3278
|
* Действие поставляет в совет на голосование заявления на взнос и возврат взноса двух пайщиков целевой потребительской программы маркетплейса.
|
|
@@ -3302,13 +3282,13 @@ type IMarketDecision = IChange;
|
|
|
3302
3282
|
|
|
3303
3283
|
type marketDecision_IMarketDecision = IMarketDecision;
|
|
3304
3284
|
declare namespace marketDecision {
|
|
3305
|
-
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$
|
|
3285
|
+
export { type marketDecision_IMarketDecision as IMarketDecision, actionName$1h as actionName, authorizations$1h as authorizations };
|
|
3306
3286
|
}
|
|
3307
3287
|
|
|
3308
3288
|
/**
|
|
3309
3289
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._gateway | шлюза}.
|
|
3310
3290
|
*/
|
|
3311
|
-
declare const authorizations$
|
|
3291
|
+
declare const authorizations$1g: readonly [{
|
|
3312
3292
|
readonly permissions: readonly ["active"];
|
|
3313
3293
|
readonly actor: {
|
|
3314
3294
|
readonly production: "gateway";
|
|
@@ -3318,7 +3298,7 @@ declare const authorizations$1f: readonly [{
|
|
|
3318
3298
|
/**
|
|
3319
3299
|
* Имя действия
|
|
3320
3300
|
*/
|
|
3321
|
-
declare const actionName$
|
|
3301
|
+
declare const actionName$1g = "withdraw";
|
|
3322
3302
|
/**
|
|
3323
3303
|
* @interface
|
|
3324
3304
|
* Действие поставляет в совет на голосование заявление на возврат паевого взноса.
|
|
@@ -3328,13 +3308,13 @@ type IWithdrawDecision = IWithdraw;
|
|
|
3328
3308
|
|
|
3329
3309
|
type withdrawDecision_IWithdrawDecision = IWithdrawDecision;
|
|
3330
3310
|
declare namespace withdrawDecision {
|
|
3331
|
-
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$
|
|
3311
|
+
export { type withdrawDecision_IWithdrawDecision as IWithdrawDecision, actionName$1g as actionName, authorizations$1g as authorizations };
|
|
3332
3312
|
}
|
|
3333
3313
|
|
|
3334
3314
|
/**
|
|
3335
3315
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._fund | фондов}.
|
|
3336
3316
|
*/
|
|
3337
|
-
declare const authorizations$
|
|
3317
|
+
declare const authorizations$1f: readonly [{
|
|
3338
3318
|
readonly permissions: readonly ["active"];
|
|
3339
3319
|
readonly actor: {
|
|
3340
3320
|
readonly production: "fund";
|
|
@@ -3344,7 +3324,7 @@ declare const authorizations$1e: readonly [{
|
|
|
3344
3324
|
/**
|
|
3345
3325
|
* Имя действия
|
|
3346
3326
|
*/
|
|
3347
|
-
declare const actionName$
|
|
3327
|
+
declare const actionName$1f = "fundwithdraw";
|
|
3348
3328
|
/**
|
|
3349
3329
|
* @interface
|
|
3350
3330
|
* Действие поставляет в совет на голосование документ о необходимости использования средств фондов кооператива (кроме паевого).
|
|
@@ -3354,13 +3334,13 @@ type IFundWithdrawDecision = IFundwithdraw;
|
|
|
3354
3334
|
|
|
3355
3335
|
type fundWithdrawDecision_IFundWithdrawDecision = IFundWithdrawDecision;
|
|
3356
3336
|
declare namespace fundWithdrawDecision {
|
|
3357
|
-
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$
|
|
3337
|
+
export { type fundWithdrawDecision_IFundWithdrawDecision as IFundWithdrawDecision, actionName$1f as actionName, authorizations$1f as authorizations };
|
|
3358
3338
|
}
|
|
3359
3339
|
|
|
3360
3340
|
/**
|
|
3361
3341
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._registrator | шлюза}.
|
|
3362
3342
|
*/
|
|
3363
|
-
declare const authorizations$
|
|
3343
|
+
declare const authorizations$1e: readonly [{
|
|
3364
3344
|
readonly permissions: readonly ["active"];
|
|
3365
3345
|
readonly actor: {
|
|
3366
3346
|
readonly production: "registrator";
|
|
@@ -3370,7 +3350,7 @@ declare const authorizations$1d: readonly [{
|
|
|
3370
3350
|
/**
|
|
3371
3351
|
* Имя действия
|
|
3372
3352
|
*/
|
|
3373
|
-
declare const actionName$
|
|
3353
|
+
declare const actionName$1e = "joincoop";
|
|
3374
3354
|
/**
|
|
3375
3355
|
* @interface
|
|
3376
3356
|
* Действие поставляет в совет на голосование заявление на вступление в кооператив.
|
|
@@ -3380,13 +3360,13 @@ type IJoinCoopDecision = IJoincoop;
|
|
|
3380
3360
|
|
|
3381
3361
|
type joinCoopDecision_IJoinCoopDecision = IJoinCoopDecision;
|
|
3382
3362
|
declare namespace joinCoopDecision {
|
|
3383
|
-
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$
|
|
3363
|
+
export { type joinCoopDecision_IJoinCoopDecision as IJoinCoopDecision, actionName$1e as actionName, authorizations$1e as authorizations };
|
|
3384
3364
|
}
|
|
3385
3365
|
|
|
3386
3366
|
/**
|
|
3387
3367
|
* Действие выполняется автоматически за подписью контракта {@link ContractNames._marketplace | маркетплейса}.
|
|
3388
3368
|
*/
|
|
3389
|
-
declare const authorizations$
|
|
3369
|
+
declare const authorizations$1d: readonly [{
|
|
3390
3370
|
readonly permissions: readonly ["active"];
|
|
3391
3371
|
readonly actor: {
|
|
3392
3372
|
readonly production: "marketplace";
|
|
@@ -3396,7 +3376,7 @@ declare const authorizations$1c: readonly [{
|
|
|
3396
3376
|
/**
|
|
3397
3377
|
* Имя действия
|
|
3398
3378
|
*/
|
|
3399
|
-
declare const actionName$
|
|
3379
|
+
declare const actionName$1d = "recieved";
|
|
3400
3380
|
/**
|
|
3401
3381
|
* @interface
|
|
3402
3382
|
* Действие поставляет в совет информацию о завершении процесса клиринга и инициирует выпуск закрывающих документов в реестр.
|
|
@@ -3406,13 +3386,13 @@ type IProductRecieved = IRecieved;
|
|
|
3406
3386
|
|
|
3407
3387
|
type productRecieved_IProductRecieved = IProductRecieved;
|
|
3408
3388
|
declare namespace productRecieved {
|
|
3409
|
-
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$
|
|
3389
|
+
export { type productRecieved_IProductRecieved as IProductRecieved, actionName$1d as actionName, authorizations$1d as authorizations };
|
|
3410
3390
|
}
|
|
3411
3391
|
|
|
3412
3392
|
/**
|
|
3413
3393
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3414
3394
|
*/
|
|
3415
|
-
declare const authorizations$
|
|
3395
|
+
declare const authorizations$1c: readonly [{
|
|
3416
3396
|
readonly permissions: readonly ["active", {
|
|
3417
3397
|
readonly contract: "_contract";
|
|
3418
3398
|
readonly action: "actionName";
|
|
@@ -3422,7 +3402,7 @@ declare const authorizations$1b: readonly [{
|
|
|
3422
3402
|
/**
|
|
3423
3403
|
* Имя действия
|
|
3424
3404
|
*/
|
|
3425
|
-
declare const actionName$
|
|
3405
|
+
declare const actionName$1c = "validated";
|
|
3426
3406
|
/**
|
|
3427
3407
|
* @interface
|
|
3428
3408
|
* Действие валидации документов, поданных на голосование в совет.
|
|
@@ -3431,20 +3411,20 @@ type IValidate = IValidate$1;
|
|
|
3431
3411
|
|
|
3432
3412
|
type validate_IValidate = IValidate;
|
|
3433
3413
|
declare namespace validate {
|
|
3434
|
-
export { type validate_IValidate as IValidate, actionName$
|
|
3414
|
+
export { type validate_IValidate as IValidate, actionName$1c as actionName, authorizations$1c as authorizations };
|
|
3435
3415
|
}
|
|
3436
3416
|
|
|
3437
3417
|
/**
|
|
3438
3418
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3439
3419
|
*/
|
|
3440
|
-
declare const authorizations$
|
|
3420
|
+
declare const authorizations$1b: readonly [{
|
|
3441
3421
|
readonly permissions: readonly ["active"];
|
|
3442
3422
|
readonly actor: "_member";
|
|
3443
3423
|
}];
|
|
3444
3424
|
/**
|
|
3445
3425
|
* Имя действия
|
|
3446
3426
|
*/
|
|
3447
|
-
declare const actionName$
|
|
3427
|
+
declare const actionName$1b = "automate";
|
|
3448
3428
|
/**
|
|
3449
3429
|
* @interface
|
|
3450
3430
|
* Подключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3453,20 +3433,20 @@ type IAutomate = IAutomate$1;
|
|
|
3453
3433
|
|
|
3454
3434
|
type automate_IAutomate = IAutomate;
|
|
3455
3435
|
declare namespace automate {
|
|
3456
|
-
export { type automate_IAutomate as IAutomate, actionName$
|
|
3436
|
+
export { type automate_IAutomate as IAutomate, actionName$1b as actionName, authorizations$1b as authorizations };
|
|
3457
3437
|
}
|
|
3458
3438
|
|
|
3459
3439
|
/**
|
|
3460
3440
|
* Действие выполняется за подписью {@link Actors._member | члена совета}.
|
|
3461
3441
|
*/
|
|
3462
|
-
declare const authorizations$
|
|
3442
|
+
declare const authorizations$1a: readonly [{
|
|
3463
3443
|
readonly permissions: readonly ["active"];
|
|
3464
3444
|
readonly actor: "_member";
|
|
3465
3445
|
}];
|
|
3466
3446
|
/**
|
|
3467
3447
|
* Имя действия
|
|
3468
3448
|
*/
|
|
3469
|
-
declare const actionName$
|
|
3449
|
+
declare const actionName$1a = "disautomate";
|
|
3470
3450
|
/**
|
|
3471
3451
|
* @interface
|
|
3472
3452
|
* Отключает автоматизацию принятия решений по указанным типам вопросов на повестке для члена совета.
|
|
@@ -3475,25 +3455,25 @@ type IDisautomate = IDisautomate$1;
|
|
|
3475
3455
|
|
|
3476
3456
|
type disautomate_IDisautomate = IDisautomate;
|
|
3477
3457
|
declare namespace disautomate {
|
|
3478
|
-
export { type disautomate_IDisautomate as IDisautomate, actionName$
|
|
3458
|
+
export { type disautomate_IDisautomate as IDisautomate, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
3479
3459
|
}
|
|
3480
3460
|
|
|
3481
3461
|
/**
|
|
3482
3462
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3483
3463
|
*/
|
|
3484
3464
|
|
|
3485
|
-
declare namespace index$
|
|
3465
|
+
declare namespace index$r {
|
|
3486
3466
|
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 };
|
|
3487
3467
|
}
|
|
3488
3468
|
|
|
3489
|
-
declare const authorizations$
|
|
3469
|
+
declare const authorizations$19: readonly [{
|
|
3490
3470
|
readonly permissions: readonly ["active"];
|
|
3491
3471
|
readonly actor: "_chairman";
|
|
3492
3472
|
}];
|
|
3493
3473
|
/**
|
|
3494
3474
|
* Имя действия
|
|
3495
3475
|
*/
|
|
3496
|
-
declare const actionName$
|
|
3476
|
+
declare const actionName$19 = "createboard";
|
|
3497
3477
|
/**
|
|
3498
3478
|
* @interface
|
|
3499
3479
|
*/
|
|
@@ -3501,17 +3481,17 @@ type ICreateboard = ICreateboard$1;
|
|
|
3501
3481
|
|
|
3502
3482
|
type createBoard_ICreateboard = ICreateboard;
|
|
3503
3483
|
declare namespace createBoard {
|
|
3504
|
-
export { type createBoard_ICreateboard as ICreateboard, actionName$
|
|
3484
|
+
export { type createBoard_ICreateboard as ICreateboard, actionName$19 as actionName, authorizations$19 as authorizations };
|
|
3505
3485
|
}
|
|
3506
3486
|
|
|
3507
|
-
declare const authorizations$
|
|
3487
|
+
declare const authorizations$18: readonly [{
|
|
3508
3488
|
readonly permissions: readonly ["active"];
|
|
3509
3489
|
readonly actor: "_chairman";
|
|
3510
3490
|
}];
|
|
3511
3491
|
/**
|
|
3512
3492
|
* Имя действия
|
|
3513
3493
|
*/
|
|
3514
|
-
declare const actionName$
|
|
3494
|
+
declare const actionName$18 = "updateboard";
|
|
3515
3495
|
/**
|
|
3516
3496
|
* @interface
|
|
3517
3497
|
* Действие изменения данных доски совета.
|
|
@@ -3520,24 +3500,24 @@ type IUpdateBoard = IUpdateboard;
|
|
|
3520
3500
|
|
|
3521
3501
|
type updateBoard_IUpdateBoard = IUpdateBoard;
|
|
3522
3502
|
declare namespace updateBoard {
|
|
3523
|
-
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$
|
|
3503
|
+
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$18 as actionName, authorizations$18 as authorizations };
|
|
3524
3504
|
}
|
|
3525
3505
|
|
|
3526
|
-
declare namespace index$
|
|
3506
|
+
declare namespace index$q {
|
|
3527
3507
|
export { createBoard as CreateBoard, updateBoard as UpdateBoard };
|
|
3528
3508
|
}
|
|
3529
3509
|
|
|
3530
3510
|
/**
|
|
3531
3511
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3532
3512
|
*/
|
|
3533
|
-
declare const authorizations$
|
|
3513
|
+
declare const authorizations$17: readonly [{
|
|
3534
3514
|
readonly permissions: readonly ["active"];
|
|
3535
3515
|
readonly actor: "_chairman";
|
|
3536
3516
|
}];
|
|
3537
3517
|
/**
|
|
3538
3518
|
* Имя действия
|
|
3539
3519
|
*/
|
|
3540
|
-
declare const actionName$
|
|
3520
|
+
declare const actionName$17 = "addstaff";
|
|
3541
3521
|
/**
|
|
3542
3522
|
* @interface
|
|
3543
3523
|
* Действие добавления администратора.
|
|
@@ -3546,20 +3526,20 @@ type IAddAdmin = IAddstaff;
|
|
|
3546
3526
|
|
|
3547
3527
|
type addAdmin_IAddAdmin = IAddAdmin;
|
|
3548
3528
|
declare namespace addAdmin {
|
|
3549
|
-
export { type addAdmin_IAddAdmin as IAddAdmin, actionName$
|
|
3529
|
+
export { type addAdmin_IAddAdmin as IAddAdmin, actionName$17 as actionName, authorizations$17 as authorizations };
|
|
3550
3530
|
}
|
|
3551
3531
|
|
|
3552
3532
|
/**
|
|
3553
3533
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3554
3534
|
*/
|
|
3555
|
-
declare const authorizations$
|
|
3535
|
+
declare const authorizations$16: readonly [{
|
|
3556
3536
|
readonly permissions: readonly ["active"];
|
|
3557
3537
|
readonly actor: "_chairman";
|
|
3558
3538
|
}];
|
|
3559
3539
|
/**
|
|
3560
3540
|
* Имя действия
|
|
3561
3541
|
*/
|
|
3562
|
-
declare const actionName$
|
|
3542
|
+
declare const actionName$16 = "rmstaff";
|
|
3563
3543
|
/**
|
|
3564
3544
|
* @interface
|
|
3565
3545
|
* Действие удаления администратора.
|
|
@@ -3568,13 +3548,13 @@ type IDeleteAdmin = IRmstaff;
|
|
|
3568
3548
|
|
|
3569
3549
|
type deleteAdmin_IDeleteAdmin = IDeleteAdmin;
|
|
3570
3550
|
declare namespace deleteAdmin {
|
|
3571
|
-
export { type deleteAdmin_IDeleteAdmin as IDeleteAdmin, actionName$
|
|
3551
|
+
export { type deleteAdmin_IDeleteAdmin as IDeleteAdmin, actionName$16 as actionName, authorizations$16 as authorizations };
|
|
3572
3552
|
}
|
|
3573
3553
|
|
|
3574
3554
|
/**
|
|
3575
3555
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3576
3556
|
*/
|
|
3577
|
-
declare const authorizations$
|
|
3557
|
+
declare const authorizations$15: readonly [{
|
|
3578
3558
|
readonly permissions: readonly ["active", {
|
|
3579
3559
|
readonly contract: "_contract";
|
|
3580
3560
|
readonly action: "actionName";
|
|
@@ -3584,7 +3564,7 @@ declare const authorizations$14: readonly [{
|
|
|
3584
3564
|
/**
|
|
3585
3565
|
* Имя действия
|
|
3586
3566
|
*/
|
|
3587
|
-
declare const actionName$
|
|
3567
|
+
declare const actionName$15 = "regpaid";
|
|
3588
3568
|
/**
|
|
3589
3569
|
* @interface
|
|
3590
3570
|
* Действие регистрации получения оплаты вступительного взноса.
|
|
@@ -3593,20 +3573,20 @@ type IRegisterPayment = IRegpaid;
|
|
|
3593
3573
|
|
|
3594
3574
|
type registerPayment_IRegisterPayment = IRegisterPayment;
|
|
3595
3575
|
declare namespace registerPayment {
|
|
3596
|
-
export { type registerPayment_IRegisterPayment as IRegisterPayment, actionName$
|
|
3576
|
+
export { type registerPayment_IRegisterPayment as IRegisterPayment, actionName$15 as actionName, authorizations$15 as authorizations };
|
|
3597
3577
|
}
|
|
3598
3578
|
|
|
3599
3579
|
/**
|
|
3600
3580
|
* Действие выполняется за подписью {@link Actors._chairman | председателя}.
|
|
3601
3581
|
*/
|
|
3602
|
-
declare const authorizations$
|
|
3582
|
+
declare const authorizations$14: readonly [{
|
|
3603
3583
|
readonly permissions: readonly ["active"];
|
|
3604
3584
|
readonly actor: "_chairman";
|
|
3605
3585
|
}];
|
|
3606
3586
|
/**
|
|
3607
3587
|
* Имя действия
|
|
3608
3588
|
*/
|
|
3609
|
-
declare const actionName$
|
|
3589
|
+
declare const actionName$14 = "setrights";
|
|
3610
3590
|
/**
|
|
3611
3591
|
* @interface
|
|
3612
3592
|
* Действие изменений прав доступа администратора.
|
|
@@ -3615,20 +3595,20 @@ type ISetRights = ISetrights;
|
|
|
3615
3595
|
|
|
3616
3596
|
type setRights_ISetRights = ISetRights;
|
|
3617
3597
|
declare namespace setRights {
|
|
3618
|
-
export { type setRights_ISetRights as ISetRights, actionName$
|
|
3598
|
+
export { type setRights_ISetRights as ISetRights, actionName$14 as actionName, authorizations$14 as authorizations };
|
|
3619
3599
|
}
|
|
3620
3600
|
|
|
3621
3601
|
/**
|
|
3622
3602
|
* Действие выполняется за подписью {@link Actors._system | системного контракта}.
|
|
3623
3603
|
*/
|
|
3624
|
-
declare const authorizations$
|
|
3604
|
+
declare const authorizations$13: readonly [{
|
|
3625
3605
|
readonly permissions: readonly ["active"];
|
|
3626
3606
|
readonly actor: "_system";
|
|
3627
3607
|
}];
|
|
3628
3608
|
/**
|
|
3629
3609
|
* Имя действия
|
|
3630
3610
|
*/
|
|
3631
|
-
declare const actionName$
|
|
3611
|
+
declare const actionName$13 = "init";
|
|
3632
3612
|
/**
|
|
3633
3613
|
* @interface
|
|
3634
3614
|
* Действие добавления администратора.
|
|
@@ -3636,13 +3616,21 @@ declare const actionName$12 = "init";
|
|
|
3636
3616
|
type IInit$2 = IInit$3;
|
|
3637
3617
|
|
|
3638
3618
|
declare namespace init$1 {
|
|
3639
|
-
export { type IInit$2 as IInit, actionName$
|
|
3619
|
+
export { type IInit$2 as IInit, actionName$13 as actionName, authorizations$13 as authorizations };
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
/**
|
|
3623
|
+
* Действие добавления администратора.
|
|
3624
|
+
*/
|
|
3625
|
+
|
|
3626
|
+
declare namespace index$p {
|
|
3627
|
+
export { addAdmin as AddAdmin, deleteAdmin as DeleteAdmin, init$1 as Init, registerPayment as RegisterPayment, setRights as SetRights };
|
|
3640
3628
|
}
|
|
3641
3629
|
|
|
3642
3630
|
/**
|
|
3643
3631
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3644
3632
|
*/
|
|
3645
|
-
declare const authorizations$
|
|
3633
|
+
declare const authorizations$12: readonly [{
|
|
3646
3634
|
readonly permissions: readonly ["active", {
|
|
3647
3635
|
readonly contract: "_contract";
|
|
3648
3636
|
readonly action: "actionName";
|
|
@@ -3652,22 +3640,22 @@ declare const authorizations$11: readonly [{
|
|
|
3652
3640
|
/**
|
|
3653
3641
|
* Имя действия
|
|
3654
3642
|
*/
|
|
3655
|
-
declare const actionName$
|
|
3643
|
+
declare const actionName$12 = "confirmagree";
|
|
3656
3644
|
/**
|
|
3657
3645
|
* @interface
|
|
3658
3646
|
* Действие подтверждает приём заявления администратором
|
|
3659
3647
|
*/
|
|
3660
|
-
type
|
|
3648
|
+
type IConfirmAgreement = IConfirmagree;
|
|
3661
3649
|
|
|
3662
|
-
type
|
|
3663
|
-
declare namespace
|
|
3664
|
-
export { type
|
|
3650
|
+
type confirmAgreement_IConfirmAgreement = IConfirmAgreement;
|
|
3651
|
+
declare namespace confirmAgreement {
|
|
3652
|
+
export { type confirmAgreement_IConfirmAgreement as IConfirmAgreement, actionName$12 as actionName, authorizations$12 as authorizations };
|
|
3665
3653
|
}
|
|
3666
3654
|
|
|
3667
3655
|
/**
|
|
3668
3656
|
* Действие выполняется за подписью {@link Actors._admin | администратора}.
|
|
3669
3657
|
*/
|
|
3670
|
-
declare const authorizations$
|
|
3658
|
+
declare const authorizations$11: readonly [{
|
|
3671
3659
|
readonly permissions: readonly ["active", {
|
|
3672
3660
|
readonly contract: "_contract";
|
|
3673
3661
|
readonly action: "actionName";
|
|
@@ -3677,24 +3665,45 @@ declare const authorizations$10: readonly [{
|
|
|
3677
3665
|
/**
|
|
3678
3666
|
* Имя действия
|
|
3679
3667
|
*/
|
|
3680
|
-
declare const actionName$
|
|
3668
|
+
declare const actionName$11 = "declineagree";
|
|
3681
3669
|
/**
|
|
3682
3670
|
* @interface
|
|
3683
3671
|
* Действие отклоняет заявление пайщика администратором
|
|
3684
3672
|
*/
|
|
3685
|
-
type
|
|
3673
|
+
type IDeclineAgreement = IDeclineagree;
|
|
3686
3674
|
|
|
3687
|
-
type
|
|
3688
|
-
declare namespace
|
|
3689
|
-
export { type
|
|
3675
|
+
type declineAgreement_IDeclineAgreement = IDeclineAgreement;
|
|
3676
|
+
declare namespace declineAgreement {
|
|
3677
|
+
export { type declineAgreement_IDeclineAgreement as IDeclineAgreement, actionName$11 as actionName, authorizations$11 as authorizations };
|
|
3690
3678
|
}
|
|
3691
3679
|
|
|
3692
3680
|
/**
|
|
3693
|
-
* Действие
|
|
3681
|
+
* Действие выполняется за подписью любого {@link Actors._username | пользователя}.
|
|
3682
|
+
*/
|
|
3683
|
+
declare const authorizations$10: readonly [{
|
|
3684
|
+
readonly permissions: readonly ["active"];
|
|
3685
|
+
readonly actor: "_username";
|
|
3686
|
+
}];
|
|
3687
|
+
/**
|
|
3688
|
+
* Имя действия
|
|
3689
|
+
*/
|
|
3690
|
+
declare const actionName$10 = "sndagreement";
|
|
3691
|
+
/**
|
|
3692
|
+
* Действие отправки заявления на присоединение к ЦПП кооператива
|
|
3694
3693
|
*/
|
|
3694
|
+
type ISendAgreement = ISndagreement;
|
|
3695
3695
|
|
|
3696
|
-
|
|
3697
|
-
|
|
3696
|
+
type sendAgreement_ISendAgreement = ISendAgreement;
|
|
3697
|
+
declare namespace sendAgreement {
|
|
3698
|
+
export { type sendAgreement_ISendAgreement as ISendAgreement, actionName$10 as actionName, authorizations$10 as authorizations };
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
/**
|
|
3702
|
+
* Действие подтверждения приёма заявления пайщика
|
|
3703
|
+
*/
|
|
3704
|
+
|
|
3705
|
+
declare namespace index$o {
|
|
3706
|
+
export { confirmAgreement as ConfirmAgreement, declineAgreement as DeclineAgreement, sendAgreement as SendAgreement };
|
|
3698
3707
|
}
|
|
3699
3708
|
|
|
3700
3709
|
/**
|
|
@@ -3702,8 +3711,8 @@ declare namespace index$k {
|
|
|
3702
3711
|
* @private
|
|
3703
3712
|
*/
|
|
3704
3713
|
|
|
3705
|
-
declare namespace index$
|
|
3706
|
-
export { index$
|
|
3714
|
+
declare namespace index$n {
|
|
3715
|
+
export { index$u as Addresses, index$p as Admins, index$o as Agreements, index$q as Boards, index$r as Decisions, index$s as Programs, index$v as Registry, index$t as Wallet };
|
|
3707
3716
|
}
|
|
3708
3717
|
|
|
3709
3718
|
/**
|
|
@@ -3936,7 +3945,7 @@ declare namespace wallets {
|
|
|
3936
3945
|
/**
|
|
3937
3946
|
* Имя таблицы
|
|
3938
3947
|
*/
|
|
3939
|
-
declare const tableName$h = "
|
|
3948
|
+
declare const tableName$h = "agreements";
|
|
3940
3949
|
/**
|
|
3941
3950
|
* Таблица хранится в {@link Actors._coopname | области памяти кооператива}.
|
|
3942
3951
|
*/
|
|
@@ -3944,19 +3953,19 @@ declare const scope$h = "_coopname";
|
|
|
3944
3953
|
/**
|
|
3945
3954
|
* @interface
|
|
3946
3955
|
*/
|
|
3947
|
-
type
|
|
3956
|
+
type IAgreement = IAgreement$1;
|
|
3948
3957
|
|
|
3949
|
-
type
|
|
3950
|
-
declare namespace
|
|
3951
|
-
export { type
|
|
3958
|
+
type agreements_IAgreement = IAgreement;
|
|
3959
|
+
declare namespace agreements {
|
|
3960
|
+
export { type agreements_IAgreement as IAgreement, scope$h as scope, tableName$h as tableName };
|
|
3952
3961
|
}
|
|
3953
3962
|
|
|
3954
3963
|
/**
|
|
3955
3964
|
* Таблица хранит информацию о адресах кооператива.
|
|
3956
3965
|
*/
|
|
3957
3966
|
|
|
3958
|
-
declare namespace index$
|
|
3959
|
-
export { addresses as Addresses, admins as Admins, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, decisions as Decisions,
|
|
3967
|
+
declare namespace index$m {
|
|
3968
|
+
export { addresses as Addresses, admins as Admins, agreements as Agreements, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, decisions as Decisions, joinCoops as JoinCoops, participants as Participants, programWallets as ProgramWallets, programs as Programs, wallets as Wallets };
|
|
3960
3969
|
}
|
|
3961
3970
|
|
|
3962
3971
|
declare const contractName$4: {
|
|
@@ -3964,8 +3973,8 @@ declare const contractName$4: {
|
|
|
3964
3973
|
readonly testnet: "soviettest22";
|
|
3965
3974
|
};
|
|
3966
3975
|
|
|
3967
|
-
declare namespace index$
|
|
3968
|
-
export { index$
|
|
3976
|
+
declare namespace index$l {
|
|
3977
|
+
export { index$n as Actions, soviet as Interfaces, index$m as Tables, contractName$4 as contractName };
|
|
3969
3978
|
}
|
|
3970
3979
|
|
|
3971
3980
|
type IAsset$1 = string;
|
|
@@ -4632,7 +4641,7 @@ declare namespace updateRequest {
|
|
|
4632
4641
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
4633
4642
|
*/
|
|
4634
4643
|
|
|
4635
|
-
declare namespace index$
|
|
4644
|
+
declare namespace index$k {
|
|
4636
4645
|
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 };
|
|
4637
4646
|
}
|
|
4638
4647
|
|
|
@@ -4662,7 +4671,7 @@ declare namespace requests {
|
|
|
4662
4671
|
* Таблица с заявками на поставки
|
|
4663
4672
|
*/
|
|
4664
4673
|
|
|
4665
|
-
declare namespace index$
|
|
4674
|
+
declare namespace index$j {
|
|
4666
4675
|
export { requests as Requests };
|
|
4667
4676
|
}
|
|
4668
4677
|
|
|
@@ -4671,8 +4680,8 @@ declare const contractName$3: {
|
|
|
4671
4680
|
readonly testnet: "markettest22";
|
|
4672
4681
|
};
|
|
4673
4682
|
|
|
4674
|
-
declare namespace index$
|
|
4675
|
-
export { index$
|
|
4683
|
+
declare namespace index$i {
|
|
4684
|
+
export { index$k as Actions, marketplace as Interfaces, index$j as Tables, contractName$3 as contractName };
|
|
4676
4685
|
}
|
|
4677
4686
|
|
|
4678
4687
|
type IName$2 = string;
|
|
@@ -4931,7 +4940,7 @@ declare namespace invalidateAccount {
|
|
|
4931
4940
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
4932
4941
|
*/
|
|
4933
4942
|
|
|
4934
|
-
declare namespace index$
|
|
4943
|
+
declare namespace index$h {
|
|
4935
4944
|
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
4936
4945
|
}
|
|
4937
4946
|
|
|
@@ -5023,7 +5032,7 @@ declare namespace proposals {
|
|
|
5023
5032
|
* @deprecated
|
|
5024
5033
|
*/
|
|
5025
5034
|
|
|
5026
|
-
declare namespace index$
|
|
5035
|
+
declare namespace index$g {
|
|
5027
5036
|
export { approvals as Approvals, approvals2 as Approvals2, invalidations as Invalidations, proposals as Proposals };
|
|
5028
5037
|
}
|
|
5029
5038
|
|
|
@@ -5032,8 +5041,8 @@ declare const contractName$2: {
|
|
|
5032
5041
|
readonly testnet: "eosio.msig";
|
|
5033
5042
|
};
|
|
5034
5043
|
|
|
5035
|
-
declare namespace index$
|
|
5036
|
-
export { index$
|
|
5044
|
+
declare namespace index$f {
|
|
5045
|
+
export { index$h as Actions, msig as Interfaces, index$g as Tables, contractName$2 as contractName };
|
|
5037
5046
|
}
|
|
5038
5047
|
|
|
5039
5048
|
type IName$1 = string;
|
|
@@ -5114,7 +5123,7 @@ declare namespace exec {
|
|
|
5114
5123
|
* Использование RAM отложенной транзакции выставляется аккаунту 'executer'.
|
|
5115
5124
|
*/
|
|
5116
5125
|
|
|
5117
|
-
declare namespace index$
|
|
5126
|
+
declare namespace index$e {
|
|
5118
5127
|
export { exec as Exec };
|
|
5119
5128
|
}
|
|
5120
5129
|
|
|
@@ -5123,8 +5132,8 @@ declare const contractName$1: {
|
|
|
5123
5132
|
readonly testnet: "eosio.wrap";
|
|
5124
5133
|
};
|
|
5125
5134
|
|
|
5126
|
-
declare namespace index$
|
|
5127
|
-
export { index$
|
|
5135
|
+
declare namespace index$d {
|
|
5136
|
+
export { index$e as Actions, wrap as Interfaces, contractName$1 as contractName };
|
|
5128
5137
|
}
|
|
5129
5138
|
|
|
5130
5139
|
type IAsset = string;
|
|
@@ -6372,7 +6381,7 @@ declare namespace cancelDelay {
|
|
|
6372
6381
|
* Действие инициализирует системный контракт после установки.
|
|
6373
6382
|
*/
|
|
6374
6383
|
|
|
6375
|
-
declare namespace index$
|
|
6384
|
+
declare namespace index$c {
|
|
6376
6385
|
export { activateFeature as ActivateFeature, bidName as BidName, bidNameRefund as BidNameRefund, buyRAM as BuyRAM, buyRAMBytes as BuyRAMBytes, cancelDelay as CancelDelay, claimRewards as ClaimRewards, createAccount as CreateAccount, 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 };
|
|
6377
6386
|
}
|
|
6378
6387
|
|
|
@@ -6634,18 +6643,18 @@ declare namespace voters {
|
|
|
6634
6643
|
* Таблица предоставляет информацию о ходе возврата токенов из аукциона имен.
|
|
6635
6644
|
*/
|
|
6636
6645
|
|
|
6637
|
-
declare const index$
|
|
6638
|
-
declare const index$
|
|
6639
|
-
declare const index$
|
|
6640
|
-
declare const index$
|
|
6641
|
-
declare const index$
|
|
6642
|
-
declare const index$
|
|
6643
|
-
declare const index$
|
|
6644
|
-
declare const index$
|
|
6645
|
-
declare const index$
|
|
6646
|
-
declare const index$
|
|
6647
|
-
declare namespace index$
|
|
6648
|
-
export { bidRefunds as BidRefunds, nameBids as NameBids, index$
|
|
6646
|
+
declare const index$b_delegatedBandwith: typeof delegatedBandwith;
|
|
6647
|
+
declare const index$b_emissionState: typeof emissionState;
|
|
6648
|
+
declare const index$b_globalState: typeof globalState;
|
|
6649
|
+
declare const index$b_powerState: typeof powerState;
|
|
6650
|
+
declare const index$b_powerupOrders: typeof powerupOrders;
|
|
6651
|
+
declare const index$b_producers: typeof producers;
|
|
6652
|
+
declare const index$b_ramDebts: typeof ramDebts;
|
|
6653
|
+
declare const index$b_refunds: typeof refunds;
|
|
6654
|
+
declare const index$b_userResources: typeof userResources;
|
|
6655
|
+
declare const index$b_voters: typeof voters;
|
|
6656
|
+
declare namespace index$b {
|
|
6657
|
+
export { bidRefunds as BidRefunds, nameBids as NameBids, index$b_delegatedBandwith as delegatedBandwith, index$b_emissionState as emissionState, index$b_globalState as globalState, index$b_powerState as powerState, index$b_powerupOrders as powerupOrders, index$b_producers as producers, index$b_ramDebts as ramDebts, index$b_refunds as refunds, index$b_userResources as userResources, index$b_voters as voters };
|
|
6649
6658
|
}
|
|
6650
6659
|
|
|
6651
6660
|
declare const contractName: {
|
|
@@ -6653,9 +6662,9 @@ declare const contractName: {
|
|
|
6653
6662
|
readonly testnet: "eosio";
|
|
6654
6663
|
};
|
|
6655
6664
|
|
|
6656
|
-
declare const index$
|
|
6657
|
-
declare namespace index$
|
|
6658
|
-
export { index$
|
|
6665
|
+
declare const index$a_contractName: typeof contractName;
|
|
6666
|
+
declare namespace index$a {
|
|
6667
|
+
export { index$c as Actions, system as Interfaces, index$b as Tables, index$a_contractName as contractName };
|
|
6659
6668
|
}
|
|
6660
6669
|
|
|
6661
6670
|
type Currency = 'RUB' | 'Other';
|
|
@@ -6685,13 +6694,13 @@ interface IPaymentData {
|
|
|
6685
6694
|
block_num?: number;
|
|
6686
6695
|
}
|
|
6687
6696
|
|
|
6688
|
-
type index$
|
|
6689
|
-
type index$
|
|
6690
|
-
type index$
|
|
6691
|
-
type index$
|
|
6692
|
-
type index$
|
|
6693
|
-
declare namespace index$
|
|
6694
|
-
export type { index$
|
|
6697
|
+
type index$9_Currency = Currency;
|
|
6698
|
+
type index$9_IBankAccount = IBankAccount;
|
|
6699
|
+
type index$9_IPaymentData = IPaymentData;
|
|
6700
|
+
type index$9_ISbpDetails = ISbpDetails;
|
|
6701
|
+
type index$9_MethodTypes = MethodTypes;
|
|
6702
|
+
declare namespace index$9 {
|
|
6703
|
+
export type { index$9_Currency as Currency, index$9_IBankAccount as IBankAccount, index$9_IPaymentData as IPaymentData, index$9_ISbpDetails as ISbpDetails, index$9_MethodTypes as MethodTypes };
|
|
6695
6704
|
}
|
|
6696
6705
|
|
|
6697
6706
|
type Country = 'Russia' | 'Other';
|
|
@@ -6756,15 +6765,15 @@ interface IAccountMeta {
|
|
|
6756
6765
|
email: string;
|
|
6757
6766
|
}
|
|
6758
6767
|
|
|
6759
|
-
type index$
|
|
6760
|
-
type index$
|
|
6761
|
-
type index$
|
|
6762
|
-
type index$
|
|
6763
|
-
type index$
|
|
6764
|
-
type index$
|
|
6765
|
-
type index$
|
|
6766
|
-
declare namespace index$
|
|
6767
|
-
export type { index$
|
|
6768
|
+
type index$8_Country = Country;
|
|
6769
|
+
type index$8_Details = Details;
|
|
6770
|
+
type index$8_IAccountMeta = IAccountMeta;
|
|
6771
|
+
type index$8_IEntrepreneurData = IEntrepreneurData;
|
|
6772
|
+
type index$8_IIndividualData = IIndividualData;
|
|
6773
|
+
type index$8_IOrganizationData = IOrganizationData;
|
|
6774
|
+
type index$8_IUserData = IUserData;
|
|
6775
|
+
declare namespace index$8 {
|
|
6776
|
+
export type { index$8_Country as Country, index$8_Details as Details, index$8_IAccountMeta as IAccountMeta, index$8_IEntrepreneurData as IEntrepreneurData, index$8_IIndividualData as IIndividualData, index$8_IOrganizationData as IOrganizationData, index$8_IUserData as IUserData };
|
|
6768
6777
|
}
|
|
6769
6778
|
|
|
6770
6779
|
interface ITable {
|
|
@@ -6830,14 +6839,14 @@ interface IGetTables {
|
|
|
6830
6839
|
limit: number;
|
|
6831
6840
|
}
|
|
6832
6841
|
|
|
6833
|
-
type index$
|
|
6834
|
-
type index$
|
|
6835
|
-
type index$
|
|
6836
|
-
type index$
|
|
6837
|
-
type index$
|
|
6838
|
-
type index$
|
|
6839
|
-
declare namespace index$
|
|
6840
|
-
export type { index$
|
|
6842
|
+
type index$7_IAction = IAction;
|
|
6843
|
+
type index$7_IExtendedAction = IExtendedAction;
|
|
6844
|
+
type index$7_IExtendedTable = IExtendedTable;
|
|
6845
|
+
type index$7_IGetActions = IGetActions;
|
|
6846
|
+
type index$7_IGetTables = IGetTables;
|
|
6847
|
+
type index$7_ITable = ITable;
|
|
6848
|
+
declare namespace index$7 {
|
|
6849
|
+
export type { index$7_IAction as IAction, index$7_IExtendedAction as IExtendedAction, index$7_IExtendedTable as IExtendedTable, index$7_IGetActions as IGetActions, index$7_IGetTables as IGetTables, index$7_ITable as ITable };
|
|
6841
6850
|
}
|
|
6842
6851
|
|
|
6843
6852
|
type LangType = 'ru';
|
|
@@ -6848,8 +6857,6 @@ interface IChainDocument {
|
|
|
6848
6857
|
meta: string;
|
|
6849
6858
|
}
|
|
6850
6859
|
interface IMetaDocument {
|
|
6851
|
-
code: string;
|
|
6852
|
-
action: string;
|
|
6853
6860
|
title: string;
|
|
6854
6861
|
registry_id: number;
|
|
6855
6862
|
lang: LangType;
|
|
@@ -6909,45 +6916,60 @@ interface IGetResponse<T> {
|
|
|
6909
6916
|
/**
|
|
6910
6917
|
* Общий интерфейс для генерации/регенерации документа
|
|
6911
6918
|
*/
|
|
6912
|
-
interface IGenerate extends Omit<Partial<IMetaDocument>, '
|
|
6913
|
-
|
|
6914
|
-
action: string;
|
|
6919
|
+
interface IGenerate extends Omit<Partial<IMetaDocument>, 'title'> {
|
|
6920
|
+
registry_id: number;
|
|
6915
6921
|
coopname: string;
|
|
6916
6922
|
username: string;
|
|
6917
6923
|
[key: string]: any;
|
|
6918
6924
|
}
|
|
6925
|
+
/**
|
|
6926
|
+
* Интерфейс генерации заявления на вступление в кооператив
|
|
6927
|
+
*/
|
|
6919
6928
|
interface IGenerateJoinCoop extends IGenerate {
|
|
6920
6929
|
signature: string;
|
|
6921
6930
|
skip_save: boolean;
|
|
6922
6931
|
}
|
|
6932
|
+
/**
|
|
6933
|
+
* Интерфейс генерации решения совета
|
|
6934
|
+
*/
|
|
6923
6935
|
interface IGenerateJoinCoopDecision extends IGenerate {
|
|
6924
6936
|
decision_id: number;
|
|
6925
6937
|
}
|
|
6926
|
-
/**
|
|
6927
|
-
|
|
6938
|
+
/**
|
|
6939
|
+
* Интерфейс генерации соглашения
|
|
6940
|
+
*/
|
|
6941
|
+
interface IGenerateWalletAgreement extends IGenerate {
|
|
6928
6942
|
registry_id: number;
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
|
|
6934
|
-
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
type index$
|
|
6941
|
-
type index$
|
|
6942
|
-
type index$
|
|
6943
|
-
type index$
|
|
6944
|
-
type index$
|
|
6945
|
-
type index$
|
|
6946
|
-
type index$
|
|
6947
|
-
type index$
|
|
6948
|
-
type index$
|
|
6949
|
-
|
|
6950
|
-
|
|
6943
|
+
}
|
|
6944
|
+
interface IDecisionData {
|
|
6945
|
+
id: number;
|
|
6946
|
+
date: string;
|
|
6947
|
+
time: string;
|
|
6948
|
+
votes_for: number;
|
|
6949
|
+
votes_against: number;
|
|
6950
|
+
votes_abstained: number;
|
|
6951
|
+
voters_percent: number;
|
|
6952
|
+
}
|
|
6953
|
+
|
|
6954
|
+
type index$6_IAgenda = IAgenda;
|
|
6955
|
+
type index$6_IChainDocument = IChainDocument;
|
|
6956
|
+
type index$6_IComplexAct = IComplexAct;
|
|
6957
|
+
type index$6_IComplexAgenda = IComplexAgenda;
|
|
6958
|
+
type index$6_IComplexDecision = IComplexDecision;
|
|
6959
|
+
type index$6_IComplexDocument = IComplexDocument;
|
|
6960
|
+
type index$6_IComplexStatement = IComplexStatement;
|
|
6961
|
+
type index$6_IDecisionData = IDecisionData;
|
|
6962
|
+
type index$6_IGenerate = IGenerate;
|
|
6963
|
+
type index$6_IGenerateJoinCoop = IGenerateJoinCoop;
|
|
6964
|
+
type index$6_IGenerateJoinCoopDecision = IGenerateJoinCoopDecision;
|
|
6965
|
+
type index$6_IGenerateWalletAgreement = IGenerateWalletAgreement;
|
|
6966
|
+
type index$6_IGeneratedDocument = IGeneratedDocument;
|
|
6967
|
+
type index$6_IGetComplexDocuments = IGetComplexDocuments;
|
|
6968
|
+
type index$6_IGetResponse<T> = IGetResponse<T>;
|
|
6969
|
+
type index$6_IMetaDocument = IMetaDocument;
|
|
6970
|
+
type index$6_LangType = LangType;
|
|
6971
|
+
declare namespace index$6 {
|
|
6972
|
+
export type { index$6_IAgenda as IAgenda, index$6_IChainDocument as IChainDocument, index$6_IComplexAct as IComplexAct, index$6_IComplexAgenda as IComplexAgenda, index$6_IComplexDecision as IComplexDecision, index$6_IComplexDocument as IComplexDocument, index$6_IComplexStatement as IComplexStatement, index$6_IDecisionData as IDecisionData, index$6_IGenerate as IGenerate, index$6_IGenerateJoinCoop as IGenerateJoinCoop, index$6_IGenerateJoinCoopDecision as IGenerateJoinCoopDecision, index$6_IGenerateWalletAgreement as IGenerateWalletAgreement, index$6_IGeneratedDocument as IGeneratedDocument, index$6_IGetComplexDocuments as IGetComplexDocuments, index$6_IGetResponse as IGetResponse, index$6_IMetaDocument as IMetaDocument, index$6_LangType as LangType };
|
|
6951
6973
|
}
|
|
6952
6974
|
|
|
6953
6975
|
interface ICooperativeData extends IOrganizationData, ICooperative {
|
|
@@ -6975,16 +6997,209 @@ interface IContacts {
|
|
|
6975
6997
|
};
|
|
6976
6998
|
}
|
|
6977
6999
|
|
|
6978
|
-
type index$
|
|
6979
|
-
type index$
|
|
6980
|
-
type index$
|
|
6981
|
-
type index$
|
|
7000
|
+
type index$5_IAnnounce = IAnnounce;
|
|
7001
|
+
type index$5_IContacts = IContacts;
|
|
7002
|
+
type index$5_ICooperativeData = ICooperativeData;
|
|
7003
|
+
type index$5_MembersData = MembersData;
|
|
7004
|
+
declare namespace index$5 {
|
|
7005
|
+
export type { index$5_IAnnounce as IAnnounce, index$5_IContacts as IContacts, index$5_ICooperativeData as ICooperativeData, index$5_MembersData as MembersData };
|
|
7006
|
+
}
|
|
7007
|
+
|
|
7008
|
+
declare const registry_id$2 = 1;
|
|
7009
|
+
interface Action$2 extends IGenerate {
|
|
7010
|
+
registry_id: number;
|
|
7011
|
+
}
|
|
7012
|
+
interface Model$2 {
|
|
7013
|
+
meta: IMetaDocument;
|
|
7014
|
+
}
|
|
7015
|
+
declare const title$2 = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u0426\u041F\u041F \u00AB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\u00BB";
|
|
7016
|
+
declare const description$2 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F \u043A \u0446\u0435\u043B\u0435\u0432\u043E\u0439 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \u00AB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\u00BB";
|
|
7017
|
+
declare const context$2 = "<div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.full_name }} </p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n{% trans 'consumer_program_title' %}\n</div>\n<p>{% trans 'consumer_program_provision_intro' %} {{ coop.short_name }} {% trans 'cooperative_hereto' %}</p>\n<p>{% trans 'legal_basis' %}</p>\n<p>{% trans 'program_duration' %}</p>\n<p>{% trans 'program_provision_status' %}</p>\n<div style=\"text-align: center\">\n<h3>{% trans 'terms_program' %}</h3>\n</div>\n<p>{% trans 'consumer_program_terms' %}</p>\n<div style=\"text-align: center\">\n<h3>{% trans 'program_goals' %}</h3>\n</div>\n<p>{% trans 'goal_efficiency' %}</p>\n<p>{% trans 'goal_transparency' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'program_participation_procedure' %}</h3></div>\n<p>{% trans 'program_participation_terms' %}</p>\n<p>{% trans 'offer_acceptance' %}</p>\n<p>{% trans 'procedure_participation' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'user_cabinet' %}</h3></div>\n<p>{% trans 'site_access' %}</p>\n<p>{% trans 'unique_code' %}</p>\n<p>{% trans 'digital_signature' %}</p>\n<p>{% trans 'identification' %}</p>\n<p>{% trans 'information_security' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'program_interaction_mechanism' %}</h3></div>\n<p>{% trans 'program_share_contribution' %}</p>\n<p>{% trans 'share_contribution_procedure' %}</p>\n<p>{% trans 'fund_management' %}</p>\n<p>{% trans 'application_to_council' %}</p>\n<p>{% trans 'share_contribution_return' %}</p>\n<p>{% trans 'claim_return' %}</p>\n<p>{% trans 'payment_confirmation' %}</p>\n<p>{% trans 'novation_agreement' %}</p>\n<p>{% trans 'novation_agreement_terms' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'program_rights_obligations' %}</h3></div>\n<p>{% trans 'participant_rights' %}</p>\n<p>{% trans 'participant_obligations' %}</p>\n<p>{% trans 'cooperative_obligations' %}</p>\n<p>{% trans 'cooperative_rights' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'force_majeure' %}</h3></div>\n<p>{% trans 'legal_changes' %}</p>\n<p>{% trans 'program_modification' %}</p>\n<p>{% trans 'force_majeure_cases' %}</p>\n<div style=\"text-align: center\"><h3>{% trans 'program_communication' %}</h3></div>\n<p>{% trans 'communication_channels' %}</p>\n<p>{% trans 'alternative_methods' %}</p>\n<p>{% trans 'program_additional_conditions' %}</p>\n<p>{% trans 'governing_documents' %}</p>\n<p>{% trans 'changes_amendments' %}</p>\n<div class=\"signature\">\n{% trans 'acceptance_agreement' %}</div>";
|
|
7018
|
+
declare const translations$2: {
|
|
7019
|
+
ru: {
|
|
7020
|
+
APPROVED: string;
|
|
7021
|
+
protocol: string;
|
|
7022
|
+
from: string;
|
|
7023
|
+
PROVISION: string;
|
|
7024
|
+
consumer_program_title: string;
|
|
7025
|
+
consumer_program_provision_intro: string;
|
|
7026
|
+
cooperative_hereto: string;
|
|
7027
|
+
legal_basis: string;
|
|
7028
|
+
program_duration: string;
|
|
7029
|
+
program_provision_status: string;
|
|
7030
|
+
terms_program: string;
|
|
7031
|
+
consumer_program_terms: string;
|
|
7032
|
+
program_goals: string;
|
|
7033
|
+
goal_efficiency: string;
|
|
7034
|
+
goal_transparency: string;
|
|
7035
|
+
program_participation_procedure: string;
|
|
7036
|
+
program_participation_terms: string;
|
|
7037
|
+
offer_acceptance: string;
|
|
7038
|
+
procedure_participation: string;
|
|
7039
|
+
user_cabinet: string;
|
|
7040
|
+
site_access: string;
|
|
7041
|
+
unique_code: string;
|
|
7042
|
+
digital_signature: string;
|
|
7043
|
+
identification: string;
|
|
7044
|
+
information_security: string;
|
|
7045
|
+
program_interaction_mechanism: string;
|
|
7046
|
+
program_share_contribution: string;
|
|
7047
|
+
share_contribution_procedure: string;
|
|
7048
|
+
fund_management: string;
|
|
7049
|
+
application_to_council: string;
|
|
7050
|
+
share_contribution_return: string;
|
|
7051
|
+
claim_return: string;
|
|
7052
|
+
payment_confirmation: string;
|
|
7053
|
+
novation_agreement: string;
|
|
7054
|
+
novation_agreement_terms: string;
|
|
7055
|
+
program_rights_obligations: string;
|
|
7056
|
+
participant_rights: string;
|
|
7057
|
+
participant_obligations: string;
|
|
7058
|
+
cooperative_obligations: string;
|
|
7059
|
+
cooperative_rights: string;
|
|
7060
|
+
force_majeure: string;
|
|
7061
|
+
legal_changes: string;
|
|
7062
|
+
program_modification: string;
|
|
7063
|
+
force_majeure_cases: string;
|
|
7064
|
+
program_communication: string;
|
|
7065
|
+
communication_channels: string;
|
|
7066
|
+
alternative_methods: string;
|
|
7067
|
+
program_additional_conditions: string;
|
|
7068
|
+
governing_documents: string;
|
|
7069
|
+
changes_amendments: string;
|
|
7070
|
+
acceptance_agreement: string;
|
|
7071
|
+
date: string;
|
|
7072
|
+
};
|
|
7073
|
+
};
|
|
7074
|
+
|
|
7075
|
+
declare namespace index$4 {
|
|
7076
|
+
export { type Action$2 as Action, type Model$2 as Model, context$2 as context, description$2 as description, registry_id$2 as registry_id, title$2 as title, translations$2 as translations };
|
|
7077
|
+
}
|
|
7078
|
+
|
|
7079
|
+
declare const registry_id$1 = 100;
|
|
7080
|
+
/**
|
|
7081
|
+
* Интерфейс генерации заявления на вступление в кооператив
|
|
7082
|
+
*/
|
|
7083
|
+
interface Action$1 extends IGenerate {
|
|
7084
|
+
signature: string;
|
|
7085
|
+
skip_save: boolean;
|
|
7086
|
+
}
|
|
7087
|
+
interface Model$1 {
|
|
7088
|
+
type: string;
|
|
7089
|
+
individual?: IIndividualData;
|
|
7090
|
+
organization?: IOrganizationData;
|
|
7091
|
+
entrepreneur?: IEntrepreneurData;
|
|
7092
|
+
coop: ICooperativeData;
|
|
7093
|
+
meta: IMetaDocument;
|
|
7094
|
+
signature: string;
|
|
7095
|
+
}
|
|
7096
|
+
declare const title$1 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u0441\u0442\u0443\u043F\u043B\u0435\u043D\u0438\u0435 \u0432 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
7097
|
+
declare const description$1 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u0441\u0442\u0443\u043F\u043B\u0435\u043D\u0438\u0435 \u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
7098
|
+
declare const context$1 = "<style>\nh1 {\nmargin: 0px;\ntext-align:center;\n}\n</style>\n{% if type == 'individual' %}\n<h1 class=\"header\">{% trans 'application_individual' %}</h1>\n<p style=\"text-align: center\">{% trans 'in' %} {{ coop.full_name }}<p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p>\n<p>{% trans 'to_council_of' %} {{ coop.short_name }} {% trans 'from' %} {{ individual.last_name }} {{ individual.first_name }} {{ individual.middle_name }}, {% trans 'birthdate' %} {{ individual.birthdate }}, {% trans 'registration_address' %} {{ individual.full_address }}, {% trans 'phone_and_email_notice', individual.phone, individual.email %}</p>\n<p>{% trans 'request_to_join' %} {{ coop.full_name }}. {% trans 'acknowledge_documents_individual' %} {% if coop.is_branched %}</p> \n<p>{% trans 'authorize_chairman_branch', individual.branch_name %} {% endif %} </p>\n<p>{% trans 'obligation_to_pay_individual', coop.initial, coop.minimum %}</p>\n<p>{% trans 'agreement_on_sms_email_notice_individual' %}</p>\n<div class=\"signature\">\n<img style=\"max-width: 150px;\" src=\"{{ signature }}\"/>\n<p>{% trans 'signature' %} </p>\n<p style=\"text-align: right;\">{{ individual.last_name }} {{ individual.first_name }} {{ individual.middle_name }}</p>\n</div>\n\n{% elif type == 'entrepreneur' %}\n<h1 class=\"header\">{% trans 'application_entrepreneur' %}</h1>\n<p style=\"text-align: center\">{% trans 'in' %} {{ coop.full_name }}<p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p> <p>{% trans 'to_council_of' %} {{ coop.short_name }} {% trans 'from_entrepreneur' %} {{ entrepreneur.last_name }} {{ entrepreneur.first_name }} {{ entrepreneur.middle_name }}, {% trans 'birthdate' %} {{ entrepreneur.birthdate }}, {% trans 'registration_address' %} {{ entrepreneur.full_address }}, {% trans 'entrepreneur_details', entrepreneur.details.inn, entrepreneur.details.ogrn, entrepreneur.bank_account.account_number, entrepreneur.bank_account.details.kpp, entrepreneur.bank_account.details.corr, entrepreneur.bank_account.details.bik, entrepreneur.bank_account.bank_name %}, {% trans 'phone_and_email_notice', entrepreneur.phone, entrepreneur.email %}</p>\n<p>{% trans 'request_to_join' %} {{ coop.full_name }}. {% trans 'acknowledge_documents_entrepreneur' %}</p> \n<p>{% if coop.is_branched %}{% trans 'authorize_chairman_branch', entrepreneur.branch_name %} {% endif %} </p>\n<p>{% trans 'obligation_to_pay_entrepreneur', coop.initial, coop.minimum %} </p>\n<p>{% trans 'agreement_on_sms_email_notice_entrepreneur' %}</p>\n<div class=\"signature\">\n<img style=\"max-width: 150px;\" src=\"{{ signature }}\"/>\n<p>{% trans 'signature' %} </p>\n<p style=\"text-align: right;\">{{ entrepreneur.last_name }} {{ entrepreneur.first_name }} {{ entrepreneur.middle_name }}</p>\n</div>\n\n{% elif type == 'organization' %}\n<h1 class=\"header\">{% trans 'application_legal_entity' %}</h1>\n<p style=\"text-align: center\">{% trans 'in' %} {{ coop.full_name }}<p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p>\n<p>{% trans 'to_council_of' %} \u00AB{{ coop.full_name }}\u00BB {% trans 'from_legal_entity' %} {{ organization.full_name }}, {% trans 'legal_address' %} {{ organization.full_address }}, {% trans 'legal_entity_details', organization.details.inn, organization.details.ogrn, organization.bank_account.account_number, organization.bank_account.details.kpp, organization.bank_account.details.corr, organization.bank_account.details.bik, organization.bank_account.bank_name %}, {% trans 'phone_and_email_notice', organization.phone, organization.email %}</p>\n<p>{% trans 'request_to_join_legal_entity', organization.represented_by.position, organization.represented_by.last_name, organization.represented_by.first_name, organization.represented_by.middle_name, organization.represented_by.based_on %} {{ coop.full_name }}.</p>\n<p>{% trans 'acknowledge_documents_legal_entity' %}</p> \n<p>{% if coop.is_branched %}{% trans 'authorize_chairman_branch_organization', organization.branch_name %} {% endif %}</p>\n<p>{% trans 'obligation_to_pay_legal_entity', coop.initial, coop.minimum %}</p>\n<p>{% trans 'agreement_on_sms_email_notice_legal_entity' %}</p>\n<div class=\"signature\">\n<img style=\"max-width: 150px;\" src=\"{{ signature }}\"/>\n<p>{% trans 'signature' %} </p>\n<p style=\"text-align: right;\">{{ organization.represented_by.last_name }} {{ organization.represented_by.first_name }} {{ organization.represented_by.middle_name }}</p>\n</div>\n\n{% endif %}\n\n";
|
|
7099
|
+
declare const translations$1: {
|
|
7100
|
+
ru: {
|
|
7101
|
+
from: string;
|
|
7102
|
+
application_individual: string;
|
|
7103
|
+
to_council_of: string;
|
|
7104
|
+
birthdate: string;
|
|
7105
|
+
registration_address: string;
|
|
7106
|
+
phone_and_email_notice: string;
|
|
7107
|
+
acknowledge_documents_individual: string;
|
|
7108
|
+
agreement_on_sms_email_notice_individual: string;
|
|
7109
|
+
application_entrepreneur: string;
|
|
7110
|
+
from_entrepreneur: string;
|
|
7111
|
+
acknowledge_documents_entrepreneur: string;
|
|
7112
|
+
agreement_on_sms_email_notice_entrepreneur: string;
|
|
7113
|
+
application_legal_entity: string;
|
|
7114
|
+
from_legal_entity: string;
|
|
7115
|
+
legal_address: string;
|
|
7116
|
+
legal_entity_details: string;
|
|
7117
|
+
acknowledge_documents_legal_entity: string;
|
|
7118
|
+
agreement_on_sms_email_notice_legal_entity: string;
|
|
7119
|
+
obligation_to_pay_individual: string;
|
|
7120
|
+
obligation_to_pay_entrepreneur: string;
|
|
7121
|
+
obligation_to_pay_legal_entity: string;
|
|
7122
|
+
entrepreneur_details: string;
|
|
7123
|
+
authorize_chairman_branch: string;
|
|
7124
|
+
request_to_join_legal_entity: string;
|
|
7125
|
+
authorize_chairman_branch_organization: string;
|
|
7126
|
+
signature: string;
|
|
7127
|
+
in: string;
|
|
7128
|
+
request_to_join: string;
|
|
7129
|
+
};
|
|
7130
|
+
};
|
|
7131
|
+
|
|
7132
|
+
declare namespace index$3 {
|
|
7133
|
+
export { type Action$1 as Action, type Model$1 as Model, context$1 as context, description$1 as description, registry_id$1 as registry_id, title$1 as title, translations$1 as translations };
|
|
7134
|
+
}
|
|
7135
|
+
|
|
7136
|
+
declare const registry_id = 501;
|
|
7137
|
+
/**
|
|
7138
|
+
* Интерфейс генерации решения совета
|
|
7139
|
+
*/
|
|
7140
|
+
interface Action extends IGenerate {
|
|
7141
|
+
decision_id: number;
|
|
7142
|
+
}
|
|
7143
|
+
interface Model {
|
|
7144
|
+
type: string;
|
|
7145
|
+
individual?: IIndividualData;
|
|
7146
|
+
organization?: IOrganizationData;
|
|
7147
|
+
entrepreneur?: IEntrepreneurData;
|
|
7148
|
+
coop: ICooperativeData;
|
|
7149
|
+
meta: IMetaDocument;
|
|
7150
|
+
decision: IDecisionData;
|
|
7151
|
+
}
|
|
7152
|
+
declare const title = "\u0420\u0435\u0448\u0435\u043D\u0438\u0435 \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u0432 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
7153
|
+
declare const description = "\u0424\u043E\u0440\u043C\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u043F\u0440\u0438\u0451\u043C\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u0439 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432";
|
|
7154
|
+
declare const context = "<style> \nh1 {\nmargin: 0px; \ntext-align:center;\n}\nh3{\nmargin: 0px;\npadding-top: 15px;\n}\n.about {\npadding: 20px;\n}\n.about p{\nmargin: 0px;\n}\n.signature {\npadding-top: 20px;\n}\n</style>\n\n<h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1>\n<p style=\"text-align:center\">{% trans 'council_meeting_name' %}\n{{ coop.full_name }}</p>\n<p style=\"text-align: right\"> {{ meta.created_at }}, {{ coop.city }}</p>\n\n<div class=\"about\">\n<p>{% trans 'meeting_format' %}</p>\n<p>{% trans 'meeting_place', coop.full_address %}</p>\n<p>{% trans 'meeting_date', decision.date %}</p>\n<p>{% trans 'opening_time', decision.time %}</p>\n</div>\n\n<h3>{% trans 'council_members' %}</h3>\n<ol>{% for member in coop.members %}\n<li>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}{% if member.is_chairman %} {% trans 'chairman_of_the_council' %}{% endif %}</li>\n{% endfor %}\n</ol>\n\n<h3>{% trans 'meeting_legality' %} </h3>\n<p>{% trans 'voting_results', decision.voters_percent %} {% trans 'quorum' %} {% trans 'chairman_of_the_meeting', coop.chairman.last_name, coop.chairman.first_name, coop.chairman.middle_name %}.</p>\n\n<h3>{% trans 'agenda' %}</h3>\n<ol><li> {% trans 'decision_joincoop1' %}{% if type == 'individual' %} {{individual.last_name}} {{individual.first_name}} {{individual.middle.name}} ({{individual.birthdate}} {% trans 'birthdate' %}) {% endif %}{% if type == 'entrepreneur' %} {% trans 'entrepreneur' %} {{entrepreneur.last_name}} {{entrepreneur.first_name}} {{entrepreneur.middle.name}} ({% trans 'ogrnip' %} {{entrepreneur.details.ogrn}}) {% endif %}{% if type == 'organization' %} {{organization.short_name}} ({% trans 'ogrn' %} {{organization.details.ogrn}}) {% endif %}{% trans 'in_participants' %} {{ coop.short_name }}.\n</li></ol>\n\n<h3>{% trans 'voting' %}</h3>\n<p>{% trans 'vote_results', decision.votes_for, decision.votes_against, decision.votes_abstained %} </p>\n\n<h3>{% trans 'decision_made' %}</h3>\n<p>{% trans 'decision_joincoop2' %}{% if type == 'individual' %} {{individual.last_name}} {{individual.first_name}} {{individual.middle.name}} {{individual.birthdate}} {% trans 'birthdate' %}{% endif %} {% if type == 'entrepreneur' %}{% trans 'entrepreneur' %} {{entrepreneur.last_name}} {{entrepreneur.first_name}} {{entrepreneur.middle.name}}, {% trans 'ogrnip' %} {{entrepreneur.details.ogrn}}{% endif %} {% if type == 'organization' %} {{organization.short_name}}, {% trans 'ogrn' %} {{organization.details.ogrn}} {% endif %}</p>\n<hr>\n<p>{% trans 'closing_time', decision.time %}</p>\n\n<div class=\"signature\"> \n<p>{% trans 'signature' %}<p>\n<p style=\"text-align: right;\">{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div>";
|
|
7155
|
+
declare const translations: {
|
|
7156
|
+
ru: {
|
|
7157
|
+
meeting_format: string;
|
|
7158
|
+
meeting_date: string;
|
|
7159
|
+
meeting_place: string;
|
|
7160
|
+
opening_time: string;
|
|
7161
|
+
council_members: string;
|
|
7162
|
+
voting_results: string;
|
|
7163
|
+
meeting_legality: string;
|
|
7164
|
+
chairman_of_the_meeting: string;
|
|
7165
|
+
agenda: string;
|
|
7166
|
+
vote_results: string;
|
|
7167
|
+
decision_made: string;
|
|
7168
|
+
closing_time: string;
|
|
7169
|
+
protocol_number: string;
|
|
7170
|
+
council_meeting_name: string;
|
|
7171
|
+
chairman_of_the_council: string;
|
|
7172
|
+
signature: string;
|
|
7173
|
+
chairman: string;
|
|
7174
|
+
birthdate: string;
|
|
7175
|
+
ogrnip: string;
|
|
7176
|
+
entrepreneur: string;
|
|
7177
|
+
ogrn: string;
|
|
7178
|
+
quorum: string;
|
|
7179
|
+
voting: string;
|
|
7180
|
+
in_participants: string;
|
|
7181
|
+
decision_joincoop1: string;
|
|
7182
|
+
decision_joincoop2: string;
|
|
7183
|
+
};
|
|
7184
|
+
};
|
|
7185
|
+
|
|
7186
|
+
type index$2_Action = Action;
|
|
7187
|
+
type index$2_Model = Model;
|
|
7188
|
+
declare const index$2_context: typeof context;
|
|
7189
|
+
declare const index$2_description: typeof description;
|
|
7190
|
+
declare const index$2_registry_id: typeof registry_id;
|
|
7191
|
+
declare const index$2_title: typeof title;
|
|
7192
|
+
declare const index$2_translations: typeof translations;
|
|
7193
|
+
declare namespace index$2 {
|
|
7194
|
+
export { type index$2_Action as Action, type index$2_Model as Model, index$2_context as context, index$2_description as description, index$2_registry_id as registry_id, index$2_title as title, index$2_translations as translations };
|
|
7195
|
+
}
|
|
7196
|
+
|
|
6982
7197
|
declare namespace index$1 {
|
|
6983
|
-
export
|
|
7198
|
+
export { index$2 as DecisionOfParticipantApplication, index$3 as ParticipantApplication, index$4 as WalletAgreement };
|
|
6984
7199
|
}
|
|
6985
7200
|
|
|
6986
7201
|
declare namespace index {
|
|
6987
|
-
export { index$
|
|
7202
|
+
export { index$7 as Blockchain, index$6 as Document, index$5 as Model, index$9 as Payments, index$1 as Registry, index$8 as Users };
|
|
6988
7203
|
}
|
|
6989
7204
|
|
|
6990
|
-
export { index as Cooperative, index$
|
|
7205
|
+
export { index as Cooperative, index$I as DraftContract, index$F as FundContract, index$C as GatewayContract, index$i as MarketContract, index$f as MsigContract, index$z as RegistratorContract, index$l as SovietContract, index$a as SystemContract, index$w as TokenContract, index$d as WrapContract, index$L as _Common };
|