cooptypes 2.2.4 → 2.2.6
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 +668 -318
- package/dist/index.d.cts +358 -246
- package/dist/index.d.mts +358 -246
- package/dist/index.d.ts +358 -246
- package/dist/index.mjs +657 -307
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -31,15 +31,15 @@ declare const _contract = "_contract";
|
|
|
31
31
|
*/
|
|
32
32
|
declare const _system$1 = "_system";
|
|
33
33
|
|
|
34
|
-
declare const index
|
|
35
|
-
declare const index
|
|
36
|
-
declare const index
|
|
37
|
-
declare const index
|
|
38
|
-
declare const index
|
|
39
|
-
declare const index
|
|
40
|
-
declare const index
|
|
41
|
-
declare namespace index
|
|
42
|
-
export { index
|
|
34
|
+
declare const index$$__admin: typeof _admin;
|
|
35
|
+
declare const index$$__chairman: typeof _chairman;
|
|
36
|
+
declare const index$$__contract: typeof _contract;
|
|
37
|
+
declare const index$$__coopname: typeof _coopname;
|
|
38
|
+
declare const index$$__member: typeof _member;
|
|
39
|
+
declare const index$$__trustee: typeof _trustee;
|
|
40
|
+
declare const index$$__username: typeof _username;
|
|
41
|
+
declare namespace index$$ {
|
|
42
|
+
export { index$$__admin as _admin, index$$__chairman as _chairman, index$$__contract as _contract, index$$__coopname as _coopname, index$$__member as _member, _system$1 as _system, index$$__trustee as _trustee, index$$__username as _username };
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
declare const _draft: {
|
|
@@ -87,19 +87,19 @@ declare const _branch: {
|
|
|
87
87
|
readonly testnet: "branch";
|
|
88
88
|
};
|
|
89
89
|
|
|
90
|
-
declare const index$
|
|
91
|
-
declare const index$
|
|
92
|
-
declare const index$
|
|
93
|
-
declare const index$
|
|
94
|
-
declare const index$
|
|
95
|
-
declare const index$
|
|
96
|
-
declare const index$
|
|
97
|
-
declare const index$
|
|
98
|
-
declare const index$
|
|
99
|
-
declare const index$
|
|
100
|
-
declare const index$
|
|
101
|
-
declare namespace index$
|
|
102
|
-
export { index$
|
|
90
|
+
declare const index$___branch: typeof _branch;
|
|
91
|
+
declare const index$___draft: typeof _draft;
|
|
92
|
+
declare const index$___fund: typeof _fund;
|
|
93
|
+
declare const index$___gateway: typeof _gateway;
|
|
94
|
+
declare const index$___marketplace: typeof _marketplace;
|
|
95
|
+
declare const index$___msig: typeof _msig;
|
|
96
|
+
declare const index$___registrator: typeof _registrator;
|
|
97
|
+
declare const index$___soviet: typeof _soviet;
|
|
98
|
+
declare const index$___system: typeof _system;
|
|
99
|
+
declare const index$___token: typeof _token;
|
|
100
|
+
declare const index$___wrap: typeof _wrap;
|
|
101
|
+
declare namespace index$_ {
|
|
102
|
+
export { index$___branch as _branch, index$___draft as _draft, index$___fund as _fund, index$___gateway as _gateway, index$___marketplace as _marketplace, index$___msig as _msig, index$___registrator as _registrator, index$___soviet as _soviet, index$___system as _system, index$___token as _token, index$___wrap as _wrap };
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
/**
|
|
@@ -128,16 +128,16 @@ interface Authorization {
|
|
|
128
128
|
actor: typeof _username | typeof _chairman | typeof _admin | typeof _contract | typeof _system$1;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
type index$
|
|
132
|
-
declare const index$
|
|
133
|
-
declare const index$
|
|
134
|
-
declare const index$
|
|
135
|
-
declare namespace index$
|
|
136
|
-
export { type index$
|
|
131
|
+
type index$Z_Authorization = Authorization;
|
|
132
|
+
declare const index$Z_active: typeof active;
|
|
133
|
+
declare const index$Z_owner: typeof owner;
|
|
134
|
+
declare const index$Z_special: typeof special;
|
|
135
|
+
declare namespace index$Z {
|
|
136
|
+
export { type index$Z_Authorization as Authorization, index$Z_active as active, index$Z_owner as owner, index$Z_special as special };
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
declare namespace index$
|
|
140
|
-
export { index
|
|
139
|
+
declare namespace index$Y {
|
|
140
|
+
export { index$$ as Actors, index$_ as ContractNames, index$Z as Permissions };
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
type IName$a = string;
|
|
@@ -352,9 +352,9 @@ declare namespace newId {
|
|
|
352
352
|
export { type newId_INewId as INewId, actionName$2s as actionName, authorizations$2s as authorizations };
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
declare const index$
|
|
356
|
-
declare namespace index$
|
|
357
|
-
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editDraft as EditDraft, editTranslation as EditTranslation, index$
|
|
355
|
+
declare const index$X_newId: typeof newId;
|
|
356
|
+
declare namespace index$X {
|
|
357
|
+
export { createDraft as CreateDraft, createTranslation as CreateTranslation, deleteDraft as DeleteDraft, editDraft as EditDraft, editTranslation as EditTranslation, index$X_newId as newId };
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
/**
|
|
@@ -390,13 +390,13 @@ declare const scope$H = "_contract";
|
|
|
390
390
|
*/
|
|
391
391
|
type ITranslation = ITranslation$1;
|
|
392
392
|
|
|
393
|
-
type translations$
|
|
394
|
-
declare namespace translations$
|
|
395
|
-
export { type translations$
|
|
393
|
+
type translations$c_ITranslation = ITranslation;
|
|
394
|
+
declare namespace translations$c {
|
|
395
|
+
export { type translations$c_ITranslation as ITranslation, scope$H as scope, tableName$H as tableName };
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
declare namespace index$
|
|
399
|
-
export { drafts as Drafts, translations$
|
|
398
|
+
declare namespace index$W {
|
|
399
|
+
export { drafts as Drafts, translations$c as Translations };
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
declare const contractName$a: {
|
|
@@ -404,8 +404,8 @@ declare const contractName$a: {
|
|
|
404
404
|
readonly testnet: "drafttest222";
|
|
405
405
|
};
|
|
406
406
|
|
|
407
|
-
declare namespace index$
|
|
408
|
-
export { index$
|
|
407
|
+
declare namespace index$V {
|
|
408
|
+
export { index$X as Actions, draft as Interfaces, index$W as Tables, contractName$a as contractName };
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
type IName$9 = string;
|
|
@@ -548,7 +548,7 @@ declare namespace editBranch {
|
|
|
548
548
|
export { type editBranch_IEditBranch as IEditBranch, actionName$2n as actionName, authorizations$2n as authorizations };
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
-
declare namespace index$
|
|
551
|
+
declare namespace index$U {
|
|
552
552
|
export { addTrusted as AddTrusted, createBranch as CreateBranch, deleteBranch as DeleteBranch, deleteTrusted as DeleteTrusted, editBranch as EditBranch };
|
|
553
553
|
}
|
|
554
554
|
|
|
@@ -590,7 +590,7 @@ declare namespace branchStat {
|
|
|
590
590
|
export { type branchStat_IBranchStat as IBranchStat, scope$F as scope, tableName$F as tableName };
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
-
declare namespace index$
|
|
593
|
+
declare namespace index$T {
|
|
594
594
|
export { branchStat as BranchStat, branches as Branches };
|
|
595
595
|
}
|
|
596
596
|
|
|
@@ -599,8 +599,8 @@ declare const contractName$9: {
|
|
|
599
599
|
readonly testnet: "branch";
|
|
600
600
|
};
|
|
601
601
|
|
|
602
|
-
declare namespace index$
|
|
603
|
-
export { index$
|
|
602
|
+
declare namespace index$S {
|
|
603
|
+
export { index$U as Actions, branch as Interfaces, index$T as Tables, contractName$9 as contractName };
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
type IAsset$6 = string;
|
|
@@ -1114,7 +1114,7 @@ declare namespace subCirculation {
|
|
|
1114
1114
|
* Вызывается контрактом автоматически по ходу выполнения логики для прозрачного добавления фонда накопления.
|
|
1115
1115
|
*/
|
|
1116
1116
|
|
|
1117
|
-
declare namespace index$
|
|
1117
|
+
declare namespace index$R {
|
|
1118
1118
|
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 };
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
@@ -1208,7 +1208,7 @@ declare namespace fundWithdraws {
|
|
|
1208
1208
|
*
|
|
1209
1209
|
*/
|
|
1210
1210
|
|
|
1211
|
-
declare namespace index$
|
|
1211
|
+
declare namespace index$Q {
|
|
1212
1212
|
export { accumulationFunds as AccumulatedFunds, coopWallet as CoopWallet, expenseFunds as ExpensedFunds, fundWithdraws as FundWithdraws };
|
|
1213
1213
|
}
|
|
1214
1214
|
|
|
@@ -1217,8 +1217,8 @@ declare const contractName$8: {
|
|
|
1217
1217
|
readonly testnet: "fundtest2222";
|
|
1218
1218
|
};
|
|
1219
1219
|
|
|
1220
|
-
declare namespace index$
|
|
1221
|
-
export { index$
|
|
1220
|
+
declare namespace index$P {
|
|
1221
|
+
export { index$R as Actions, fund as Interfaces, index$Q as Tables, contractName$8 as contractName };
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
type IAsset$5 = string;
|
|
@@ -1574,7 +1574,7 @@ declare namespace failWithdraw {
|
|
|
1574
1574
|
* Вызывается техническим аккаунтом кооператива для создания объекта депозита со статусом платежа.
|
|
1575
1575
|
*/
|
|
1576
1576
|
|
|
1577
|
-
declare namespace index$
|
|
1577
|
+
declare namespace index$O {
|
|
1578
1578
|
export { completeDeposit as CompleteDeposit, completeWithdraw as CompleteWithdraw, createDeposit as CreateDeposit, createWithdraw as CreateWithdraw, failWithdraw as FailWithdraw, newDepositId as NewDepositId, newWithdrawId as NewWithdrawId, refundDeposit as RefundDeposit };
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
@@ -1625,7 +1625,7 @@ declare namespace withdraws {
|
|
|
1625
1625
|
export { type withdraws_IWithdraws as IWithdraws, scope$z as scope, tableName$z as tableName };
|
|
1626
1626
|
}
|
|
1627
1627
|
|
|
1628
|
-
declare namespace index$
|
|
1628
|
+
declare namespace index$N {
|
|
1629
1629
|
export { deposits as Deposits, withdraws as Withdraws };
|
|
1630
1630
|
}
|
|
1631
1631
|
|
|
@@ -1634,8 +1634,8 @@ declare const contractName$7: {
|
|
|
1634
1634
|
readonly testnet: "gateway2222";
|
|
1635
1635
|
};
|
|
1636
1636
|
|
|
1637
|
-
declare namespace index$
|
|
1638
|
-
export { index$
|
|
1637
|
+
declare namespace index$M {
|
|
1638
|
+
export { index$O as Actions, gateway as Interfaces, index$N as Tables, contractName$7 as contractName };
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
1641
1641
|
type IAsset$4 = string;
|
|
@@ -2103,7 +2103,7 @@ declare namespace disableBranches {
|
|
|
2103
2103
|
* Действие верификации аккаунта
|
|
2104
2104
|
*/
|
|
2105
2105
|
|
|
2106
|
-
declare namespace index$
|
|
2106
|
+
declare namespace index$L {
|
|
2107
2107
|
export { addUser as AddUser, changeKey as ChangeKey, createAccount$1 as CreateAccount, deleteCooperative as DeleteCooperative, disableBranches as DisableBranches, enableBranches as EnableBranches, 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 };
|
|
2108
2108
|
}
|
|
2109
2109
|
|
|
@@ -2155,7 +2155,7 @@ declare namespace cooperatives {
|
|
|
2155
2155
|
*
|
|
2156
2156
|
*/
|
|
2157
2157
|
|
|
2158
|
-
declare namespace index$
|
|
2158
|
+
declare namespace index$K {
|
|
2159
2159
|
export { accounts as Accounts, cooperatives as Cooperatives };
|
|
2160
2160
|
}
|
|
2161
2161
|
|
|
@@ -2164,8 +2164,8 @@ declare const contractName$6: {
|
|
|
2164
2164
|
readonly testnet: "regtest22222";
|
|
2165
2165
|
};
|
|
2166
2166
|
|
|
2167
|
-
declare namespace index$
|
|
2168
|
-
export { index$
|
|
2167
|
+
declare namespace index$J {
|
|
2168
|
+
export { index$L as Actions, registrator as Interfaces, index$K as Tables, contractName$6 as contractName };
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
2171
|
type IAsset$3 = string;
|
|
@@ -2334,7 +2334,7 @@ declare namespace retire {
|
|
|
2334
2334
|
* Действие совершения перевода токенов AXON между аккаунтами.
|
|
2335
2335
|
*/
|
|
2336
2336
|
|
|
2337
|
-
declare namespace index$
|
|
2337
|
+
declare namespace index$I {
|
|
2338
2338
|
export { close as Close, create as Create, issue as Issue, open as Open, retire as Retire, transfer as Transfer };
|
|
2339
2339
|
}
|
|
2340
2340
|
|
|
@@ -2380,7 +2380,7 @@ declare namespace currencyStats {
|
|
|
2380
2380
|
* Таблица содержит информацию о балансе токенов пользователей
|
|
2381
2381
|
*/
|
|
2382
2382
|
|
|
2383
|
-
declare namespace index$
|
|
2383
|
+
declare namespace index$H {
|
|
2384
2384
|
export { accountBalance as AccountBalance, currencyStats as CurrencyStats };
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
@@ -2389,8 +2389,8 @@ declare const contractName$5: {
|
|
|
2389
2389
|
readonly testnet: "eosio.token";
|
|
2390
2390
|
};
|
|
2391
2391
|
|
|
2392
|
-
declare namespace index$
|
|
2393
|
-
export { index$
|
|
2392
|
+
declare namespace index$G {
|
|
2393
|
+
export { index$I as Actions, token as Interfaces, index$H as Tables, contractName$5 as contractName };
|
|
2394
2394
|
}
|
|
2395
2395
|
|
|
2396
2396
|
type IAsset$2 = string;
|
|
@@ -3086,7 +3086,7 @@ declare namespace newprogram {
|
|
|
3086
3086
|
* @private
|
|
3087
3087
|
*/
|
|
3088
3088
|
|
|
3089
|
-
declare namespace index$
|
|
3089
|
+
declare namespace index$F {
|
|
3090
3090
|
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newprogram as NewProgram, newresolved as NewResolved, newsubmitted as NewSubmitted };
|
|
3091
3091
|
}
|
|
3092
3092
|
|
|
@@ -3160,7 +3160,7 @@ declare namespace editAddress {
|
|
|
3160
3160
|
* Действие создаёт новый адрес.
|
|
3161
3161
|
*/
|
|
3162
3162
|
|
|
3163
|
-
declare namespace index$
|
|
3163
|
+
declare namespace index$E {
|
|
3164
3164
|
export { createAddress as CreateAddress, deleteAddress as DeleteAddress, editAddress as EditAddress };
|
|
3165
3165
|
}
|
|
3166
3166
|
|
|
@@ -3385,7 +3385,7 @@ declare namespace subProgramBalance {
|
|
|
3385
3385
|
* @private
|
|
3386
3386
|
*/
|
|
3387
3387
|
|
|
3388
|
-
declare namespace index$
|
|
3388
|
+
declare namespace index$D {
|
|
3389
3389
|
export { addBalance as AddBalance, addProgramBalance as AddProgramBalance, blockBalance as BlockBalance, subBalance as SubBalance, subProgramBalance as SubProgramBalance, unblockBalance as UnblockBalance };
|
|
3390
3390
|
}
|
|
3391
3391
|
|
|
@@ -3459,7 +3459,7 @@ declare namespace disableProgram {
|
|
|
3459
3459
|
* Действие создаёт целевую потребительскую маркетплейса.
|
|
3460
3460
|
*/
|
|
3461
3461
|
|
|
3462
|
-
declare namespace index$
|
|
3462
|
+
declare namespace index$C {
|
|
3463
3463
|
export { createProgram as CreateProgram, disableProgram as DisableProgram, editProgram as EditProgram };
|
|
3464
3464
|
}
|
|
3465
3465
|
|
|
@@ -3799,7 +3799,7 @@ declare namespace freeDecision {
|
|
|
3799
3799
|
* Принимает голос "ПРОТИВ" от члена совета по повестке собрания.
|
|
3800
3800
|
*/
|
|
3801
3801
|
|
|
3802
|
-
declare namespace index$
|
|
3802
|
+
declare namespace index$B {
|
|
3803
3803
|
export { authorize$1 as Authorize, automate as Automate, cancelVote as CancelVote, freeDecision as CreateFreeDecision, 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 };
|
|
3804
3804
|
}
|
|
3805
3805
|
|
|
@@ -3840,7 +3840,7 @@ declare namespace updateBoard {
|
|
|
3840
3840
|
export { type updateBoard_IUpdateBoard as IUpdateBoard, actionName$1a as actionName, authorizations$1a as authorizations };
|
|
3841
3841
|
}
|
|
3842
3842
|
|
|
3843
|
-
declare namespace index$
|
|
3843
|
+
declare namespace index$A {
|
|
3844
3844
|
export { createBoard as CreateBoard, updateBoard as UpdateBoard };
|
|
3845
3845
|
}
|
|
3846
3846
|
|
|
@@ -3960,7 +3960,7 @@ declare namespace init$1 {
|
|
|
3960
3960
|
* Действие добавления администратора.
|
|
3961
3961
|
*/
|
|
3962
3962
|
|
|
3963
|
-
declare namespace index$
|
|
3963
|
+
declare namespace index$z {
|
|
3964
3964
|
export { addAdmin as AddAdmin, deleteAdmin as DeleteAdmin, init$1 as Init, registerPayment as RegisterPayment, setRights as SetRights };
|
|
3965
3965
|
}
|
|
3966
3966
|
|
|
@@ -4063,7 +4063,7 @@ declare namespace makeCoagreement {
|
|
|
4063
4063
|
* Действие подтверждения приёма заявления пайщика
|
|
4064
4064
|
*/
|
|
4065
4065
|
|
|
4066
|
-
declare namespace index$
|
|
4066
|
+
declare namespace index$y {
|
|
4067
4067
|
export { confirmAgreement as ConfirmAgreement, declineAgreement as DeclineAgreement, makeCoagreement as MakeCoagreement, sendAgreement as SendAgreement };
|
|
4068
4068
|
}
|
|
4069
4069
|
|
|
@@ -4085,7 +4085,7 @@ declare namespace selectBranch {
|
|
|
4085
4085
|
export { type selectBranch_ISelectBranch as ISelectBranch, actionName$10 as actionName, authorizations$10 as authorizations };
|
|
4086
4086
|
}
|
|
4087
4087
|
|
|
4088
|
-
declare namespace index$
|
|
4088
|
+
declare namespace index$x {
|
|
4089
4089
|
export { selectBranch as SelectBranch };
|
|
4090
4090
|
}
|
|
4091
4091
|
|
|
@@ -4094,8 +4094,8 @@ declare namespace index$v {
|
|
|
4094
4094
|
* @private
|
|
4095
4095
|
*/
|
|
4096
4096
|
|
|
4097
|
-
declare namespace index$
|
|
4098
|
-
export { index$
|
|
4097
|
+
declare namespace index$w {
|
|
4098
|
+
export { index$E as Addresses, index$z as Admins, index$y as Agreements, index$A as Boards, index$x as Branches, index$B as Decisions, index$C as Programs, index$F as Registry, index$D as Wallet };
|
|
4099
4099
|
}
|
|
4100
4100
|
|
|
4101
4101
|
/**
|
|
@@ -4365,7 +4365,7 @@ declare namespace coopAgreements {
|
|
|
4365
4365
|
* Таблица хранит информацию о адресах кооператива.
|
|
4366
4366
|
*/
|
|
4367
4367
|
|
|
4368
|
-
declare namespace index$
|
|
4368
|
+
declare namespace index$v {
|
|
4369
4369
|
export { addresses as Addresses, admins as Admins, agreements as Agreements, automationQueue as AutomationQueue, automations as Automations, boards as Boards, changes as Changes, coopAgreements as CoopAgreements, decisions as Decisions, joinCoops as JoinCoops, participants as Participants, programWallets as ProgramWallets, programs as Programs, wallets as Wallets };
|
|
4370
4370
|
}
|
|
4371
4371
|
|
|
@@ -4374,8 +4374,8 @@ declare const contractName$4: {
|
|
|
4374
4374
|
readonly testnet: "soviettest22";
|
|
4375
4375
|
};
|
|
4376
4376
|
|
|
4377
|
-
declare namespace index$
|
|
4378
|
-
export { index$
|
|
4377
|
+
declare namespace index$u {
|
|
4378
|
+
export { index$w as Actions, soviet as Interfaces, index$v as Tables, contractName$4 as contractName };
|
|
4379
4379
|
}
|
|
4380
4380
|
|
|
4381
4381
|
type IAsset$1 = string;
|
|
@@ -5042,7 +5042,7 @@ declare namespace updateRequest {
|
|
|
5042
5042
|
* Действие для подтверждения готовности выполнить поставку по входящей заявке.
|
|
5043
5043
|
*/
|
|
5044
5044
|
|
|
5045
|
-
declare namespace index$
|
|
5045
|
+
declare namespace index$t {
|
|
5046
5046
|
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 };
|
|
5047
5047
|
}
|
|
5048
5048
|
|
|
@@ -5072,7 +5072,7 @@ declare namespace requests {
|
|
|
5072
5072
|
* Таблица с заявками на поставки
|
|
5073
5073
|
*/
|
|
5074
5074
|
|
|
5075
|
-
declare namespace index$
|
|
5075
|
+
declare namespace index$s {
|
|
5076
5076
|
export { requests as Requests };
|
|
5077
5077
|
}
|
|
5078
5078
|
|
|
@@ -5081,8 +5081,8 @@ declare const contractName$3: {
|
|
|
5081
5081
|
readonly testnet: "markettest22";
|
|
5082
5082
|
};
|
|
5083
5083
|
|
|
5084
|
-
declare namespace index$
|
|
5085
|
-
export { index$
|
|
5084
|
+
declare namespace index$r {
|
|
5085
|
+
export { index$t as Actions, marketplace as Interfaces, index$s as Tables, contractName$3 as contractName };
|
|
5086
5086
|
}
|
|
5087
5087
|
|
|
5088
5088
|
type IName$2 = string;
|
|
@@ -5341,7 +5341,7 @@ declare namespace invalidateAccount {
|
|
|
5341
5341
|
* Если такое предложение уже существует, оно будет заменено новым.
|
|
5342
5342
|
*/
|
|
5343
5343
|
|
|
5344
|
-
declare namespace index$
|
|
5344
|
+
declare namespace index$q {
|
|
5345
5345
|
export { approveProposal as ApproveProposal, cancelProposal as CancelProposal, execProposal as ExecProposal, invalidateAccount as InvalidateProposal, proposeTransaction as ProposeTransaction, unapproveProposal as UnapproveProposal };
|
|
5346
5346
|
}
|
|
5347
5347
|
|
|
@@ -5433,7 +5433,7 @@ declare namespace proposals {
|
|
|
5433
5433
|
* @deprecated
|
|
5434
5434
|
*/
|
|
5435
5435
|
|
|
5436
|
-
declare namespace index$
|
|
5436
|
+
declare namespace index$p {
|
|
5437
5437
|
export { approvals as Approvals, approvals2 as Approvals2, invalidations as Invalidations, proposals as Proposals };
|
|
5438
5438
|
}
|
|
5439
5439
|
|
|
@@ -5442,8 +5442,8 @@ declare const contractName$2: {
|
|
|
5442
5442
|
readonly testnet: "eosio.msig";
|
|
5443
5443
|
};
|
|
5444
5444
|
|
|
5445
|
-
declare namespace index$
|
|
5446
|
-
export { index$
|
|
5445
|
+
declare namespace index$o {
|
|
5446
|
+
export { index$q as Actions, msig as Interfaces, index$p as Tables, contractName$2 as contractName };
|
|
5447
5447
|
}
|
|
5448
5448
|
|
|
5449
5449
|
type IName$1 = string;
|
|
@@ -5524,7 +5524,7 @@ declare namespace exec {
|
|
|
5524
5524
|
* Использование RAM отложенной транзакции выставляется аккаунту 'executer'.
|
|
5525
5525
|
*/
|
|
5526
5526
|
|
|
5527
|
-
declare namespace index$
|
|
5527
|
+
declare namespace index$n {
|
|
5528
5528
|
export { exec as Exec };
|
|
5529
5529
|
}
|
|
5530
5530
|
|
|
@@ -5533,8 +5533,8 @@ declare const contractName$1: {
|
|
|
5533
5533
|
readonly testnet: "eosio.wrap";
|
|
5534
5534
|
};
|
|
5535
5535
|
|
|
5536
|
-
declare namespace index$
|
|
5537
|
-
export { index$
|
|
5536
|
+
declare namespace index$m {
|
|
5537
|
+
export { index$n as Actions, wrap as Interfaces, contractName$1 as contractName };
|
|
5538
5538
|
}
|
|
5539
5539
|
|
|
5540
5540
|
type IAsset = string;
|
|
@@ -6782,7 +6782,7 @@ declare namespace cancelDelay {
|
|
|
6782
6782
|
* Действие инициализирует системный контракт после установки.
|
|
6783
6783
|
*/
|
|
6784
6784
|
|
|
6785
|
-
declare namespace index$
|
|
6785
|
+
declare namespace index$l {
|
|
6786
6786
|
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 };
|
|
6787
6787
|
}
|
|
6788
6788
|
|
|
@@ -7044,18 +7044,18 @@ declare namespace voters {
|
|
|
7044
7044
|
* Таблица предоставляет информацию о ходе возврата токенов из аукциона имен.
|
|
7045
7045
|
*/
|
|
7046
7046
|
|
|
7047
|
-
declare const index$
|
|
7048
|
-
declare const index$
|
|
7049
|
-
declare const index$
|
|
7050
|
-
declare const index$
|
|
7051
|
-
declare const index$
|
|
7052
|
-
declare const index$
|
|
7053
|
-
declare const index$
|
|
7054
|
-
declare const index$
|
|
7055
|
-
declare const index$
|
|
7056
|
-
declare const index$
|
|
7057
|
-
declare namespace index$
|
|
7058
|
-
export { bidRefunds as BidRefunds, nameBids as NameBids, index$
|
|
7047
|
+
declare const index$k_delegatedBandwith: typeof delegatedBandwith;
|
|
7048
|
+
declare const index$k_emissionState: typeof emissionState;
|
|
7049
|
+
declare const index$k_globalState: typeof globalState;
|
|
7050
|
+
declare const index$k_powerState: typeof powerState;
|
|
7051
|
+
declare const index$k_powerupOrders: typeof powerupOrders;
|
|
7052
|
+
declare const index$k_producers: typeof producers;
|
|
7053
|
+
declare const index$k_ramDebts: typeof ramDebts;
|
|
7054
|
+
declare const index$k_refunds: typeof refunds;
|
|
7055
|
+
declare const index$k_userResources: typeof userResources;
|
|
7056
|
+
declare const index$k_voters: typeof voters;
|
|
7057
|
+
declare namespace index$k {
|
|
7058
|
+
export { bidRefunds as BidRefunds, nameBids as NameBids, index$k_delegatedBandwith as delegatedBandwith, index$k_emissionState as emissionState, index$k_globalState as globalState, index$k_powerState as powerState, index$k_powerupOrders as powerupOrders, index$k_producers as producers, index$k_ramDebts as ramDebts, index$k_refunds as refunds, index$k_userResources as userResources, index$k_voters as voters };
|
|
7059
7059
|
}
|
|
7060
7060
|
|
|
7061
7061
|
declare const contractName: {
|
|
@@ -7063,9 +7063,9 @@ declare const contractName: {
|
|
|
7063
7063
|
readonly testnet: "eosio";
|
|
7064
7064
|
};
|
|
7065
7065
|
|
|
7066
|
-
declare const index$
|
|
7067
|
-
declare namespace index$
|
|
7068
|
-
export { index$
|
|
7066
|
+
declare const index$j_contractName: typeof contractName;
|
|
7067
|
+
declare namespace index$j {
|
|
7068
|
+
export { index$l as Actions, system as Interfaces, index$k as Tables, index$j_contractName as contractName };
|
|
7069
7069
|
}
|
|
7070
7070
|
|
|
7071
7071
|
interface IPassportData {
|
|
@@ -7138,14 +7138,14 @@ interface IAccountMeta {
|
|
|
7138
7138
|
email: string;
|
|
7139
7139
|
}
|
|
7140
7140
|
|
|
7141
|
-
type index$
|
|
7142
|
-
type index$
|
|
7143
|
-
type index$
|
|
7144
|
-
type index$
|
|
7145
|
-
type index$
|
|
7146
|
-
type index$
|
|
7147
|
-
declare namespace index$
|
|
7148
|
-
export type { index$
|
|
7141
|
+
type index$i_IAccountMeta = IAccountMeta;
|
|
7142
|
+
type index$i_IEntrepreneurData = IEntrepreneurData;
|
|
7143
|
+
type index$i_IIndividualData = IIndividualData;
|
|
7144
|
+
type index$i_IOrganizationData = IOrganizationData;
|
|
7145
|
+
type index$i_IPassportData = IPassportData;
|
|
7146
|
+
type index$i_IUserData = IUserData;
|
|
7147
|
+
declare namespace index$i {
|
|
7148
|
+
export type { index$i_IAccountMeta as IAccountMeta, index$i_IEntrepreneurData as IEntrepreneurData, index$i_IIndividualData as IIndividualData, index$i_IOrganizationData as IOrganizationData, index$i_IPassportData as IPassportData, index$i_IUserData as IUserData };
|
|
7149
7149
|
}
|
|
7150
7150
|
|
|
7151
7151
|
interface ITable {
|
|
@@ -7211,14 +7211,14 @@ interface IGetTables {
|
|
|
7211
7211
|
limit: number;
|
|
7212
7212
|
}
|
|
7213
7213
|
|
|
7214
|
-
type index$
|
|
7215
|
-
type index$
|
|
7216
|
-
type index$
|
|
7217
|
-
type index$
|
|
7218
|
-
type index$
|
|
7219
|
-
type index$
|
|
7220
|
-
declare namespace index$
|
|
7221
|
-
export type { index$
|
|
7214
|
+
type index$h_IAction = IAction;
|
|
7215
|
+
type index$h_IExtendedAction = IExtendedAction;
|
|
7216
|
+
type index$h_IExtendedTable = IExtendedTable;
|
|
7217
|
+
type index$h_IGetActions = IGetActions;
|
|
7218
|
+
type index$h_IGetTables = IGetTables;
|
|
7219
|
+
type index$h_ITable = ITable;
|
|
7220
|
+
declare namespace index$h {
|
|
7221
|
+
export type { index$h_IAction as IAction, index$h_IExtendedAction as IExtendedAction, index$h_IExtendedTable as IExtendedTable, index$h_IGetActions as IGetActions, index$h_IGetTables as IGetTables, index$h_ITable as ITable };
|
|
7222
7222
|
}
|
|
7223
7223
|
|
|
7224
7224
|
interface IGenerationOptions {
|
|
@@ -7234,7 +7234,7 @@ interface IChainDocument {
|
|
|
7234
7234
|
interface IMetaDocument {
|
|
7235
7235
|
title: string;
|
|
7236
7236
|
registry_id: number;
|
|
7237
|
-
lang:
|
|
7237
|
+
lang: string;
|
|
7238
7238
|
generator: string;
|
|
7239
7239
|
version: string;
|
|
7240
7240
|
coopname: string;
|
|
@@ -7346,29 +7346,29 @@ interface IProjectData {
|
|
|
7346
7346
|
decision: string;
|
|
7347
7347
|
}
|
|
7348
7348
|
|
|
7349
|
-
type index$
|
|
7350
|
-
type index$
|
|
7351
|
-
type index$
|
|
7352
|
-
type index$
|
|
7353
|
-
type index$
|
|
7354
|
-
type index$
|
|
7355
|
-
type index$
|
|
7356
|
-
type index$
|
|
7357
|
-
type index$
|
|
7358
|
-
type index$
|
|
7359
|
-
type index$
|
|
7360
|
-
type index$
|
|
7361
|
-
type index$
|
|
7362
|
-
type index$
|
|
7363
|
-
type index$
|
|
7364
|
-
type index$
|
|
7365
|
-
type index$
|
|
7366
|
-
type index$
|
|
7367
|
-
type index$
|
|
7368
|
-
type index$
|
|
7369
|
-
type index$
|
|
7370
|
-
declare namespace index$
|
|
7371
|
-
export type { index$
|
|
7349
|
+
type index$g_IAgenda = IAgenda;
|
|
7350
|
+
type index$g_IChainDocument = IChainDocument;
|
|
7351
|
+
type index$g_IComplexAct = IComplexAct;
|
|
7352
|
+
type index$g_IComplexAgenda = IComplexAgenda;
|
|
7353
|
+
type index$g_IComplexDecision = IComplexDecision;
|
|
7354
|
+
type index$g_IComplexDocument = IComplexDocument;
|
|
7355
|
+
type index$g_IComplexStatement = IComplexStatement;
|
|
7356
|
+
type index$g_IDecisionData = IDecisionData;
|
|
7357
|
+
type index$g_IGenerate = IGenerate;
|
|
7358
|
+
type index$g_IGenerateJoinCoop = IGenerateJoinCoop;
|
|
7359
|
+
type index$g_IGenerateJoinCoopDecision = IGenerateJoinCoopDecision;
|
|
7360
|
+
type index$g_IGenerateWalletAgreement = IGenerateWalletAgreement;
|
|
7361
|
+
type index$g_IGeneratedDocument<T = any> = IGeneratedDocument<T>;
|
|
7362
|
+
type index$g_IGenerationOptions = IGenerationOptions;
|
|
7363
|
+
type index$g_IGetComplexDocuments = IGetComplexDocuments;
|
|
7364
|
+
type index$g_IGetResponse<T> = IGetResponse<T>;
|
|
7365
|
+
type index$g_IMetaDocument = IMetaDocument;
|
|
7366
|
+
type index$g_IProjectData = IProjectData;
|
|
7367
|
+
type index$g_ISignedDocument<T = any> = ISignedDocument<T>;
|
|
7368
|
+
type index$g_LangType = LangType;
|
|
7369
|
+
type index$g_ZGeneratedDocument<T = any> = ZGeneratedDocument<T>;
|
|
7370
|
+
declare namespace index$g {
|
|
7371
|
+
export type { index$g_IAgenda as IAgenda, index$g_IChainDocument as IChainDocument, index$g_IComplexAct as IComplexAct, index$g_IComplexAgenda as IComplexAgenda, index$g_IComplexDecision as IComplexDecision, index$g_IComplexDocument as IComplexDocument, index$g_IComplexStatement as IComplexStatement, index$g_IDecisionData as IDecisionData, index$g_IGenerate as IGenerate, index$g_IGenerateJoinCoop as IGenerateJoinCoop, index$g_IGenerateJoinCoopDecision as IGenerateJoinCoopDecision, index$g_IGenerateWalletAgreement as IGenerateWalletAgreement, index$g_IGeneratedDocument as IGeneratedDocument, index$g_IGenerationOptions as IGenerationOptions, index$g_IGetComplexDocuments as IGetComplexDocuments, index$g_IGetResponse as IGetResponse, index$g_IMetaDocument as IMetaDocument, index$g_IProjectData as IProjectData, index$g_ISignedDocument as ISignedDocument, index$g_LangType as LangType, index$g_ZGeneratedDocument as ZGeneratedDocument };
|
|
7372
7372
|
}
|
|
7373
7373
|
|
|
7374
7374
|
interface ICooperativeData extends IOrganizationData, ICooperative {
|
|
@@ -7438,14 +7438,38 @@ interface IVars {
|
|
|
7438
7438
|
protocol_day_month_year: string;
|
|
7439
7439
|
};
|
|
7440
7440
|
}
|
|
7441
|
+
/**
|
|
7442
|
+
* Используется для генераций документов в кооплейсе
|
|
7443
|
+
*/
|
|
7444
|
+
interface IMiddlewareRequest {
|
|
7445
|
+
hash: string;
|
|
7446
|
+
title: string;
|
|
7447
|
+
unit_of_measurement: string;
|
|
7448
|
+
units: number;
|
|
7449
|
+
unit_cost: number;
|
|
7450
|
+
total_cost: number;
|
|
7451
|
+
currency: string;
|
|
7452
|
+
type: string;
|
|
7453
|
+
}
|
|
7454
|
+
interface IMiddlewareUser {
|
|
7455
|
+
full_name: string;
|
|
7456
|
+
}
|
|
7457
|
+
interface IFirstLastMiddleName {
|
|
7458
|
+
first_name: string;
|
|
7459
|
+
last_name: string;
|
|
7460
|
+
middle_name: string;
|
|
7461
|
+
}
|
|
7441
7462
|
|
|
7442
|
-
type index$
|
|
7443
|
-
type index$
|
|
7444
|
-
type index$
|
|
7445
|
-
type index$
|
|
7446
|
-
type index$
|
|
7447
|
-
|
|
7448
|
-
|
|
7463
|
+
type index$f_IAnnounce = IAnnounce;
|
|
7464
|
+
type index$f_IContacts = IContacts;
|
|
7465
|
+
type index$f_ICooperativeData = ICooperativeData;
|
|
7466
|
+
type index$f_IFirstLastMiddleName = IFirstLastMiddleName;
|
|
7467
|
+
type index$f_IMiddlewareRequest = IMiddlewareRequest;
|
|
7468
|
+
type index$f_IMiddlewareUser = IMiddlewareUser;
|
|
7469
|
+
type index$f_IVars = IVars;
|
|
7470
|
+
type index$f_MembersData = MembersData;
|
|
7471
|
+
declare namespace index$f {
|
|
7472
|
+
export type { index$f_IAnnounce as IAnnounce, index$f_IContacts as IContacts, index$f_ICooperativeData as ICooperativeData, index$f_IFirstLastMiddleName as IFirstLastMiddleName, index$f_IMiddlewareRequest as IMiddlewareRequest, index$f_IMiddlewareUser as IMiddlewareUser, index$f_IVars as IVars, index$f_MembersData as MembersData };
|
|
7449
7473
|
}
|
|
7450
7474
|
|
|
7451
7475
|
interface IBankAccount {
|
|
@@ -7473,27 +7497,27 @@ interface IPaymentData {
|
|
|
7473
7497
|
block_num?: number;
|
|
7474
7498
|
}
|
|
7475
7499
|
|
|
7476
|
-
type index$
|
|
7477
|
-
type index$
|
|
7478
|
-
type index$
|
|
7479
|
-
type index$
|
|
7480
|
-
declare namespace index$
|
|
7481
|
-
export type { index$
|
|
7500
|
+
type index$e_IBankAccount = IBankAccount;
|
|
7501
|
+
type index$e_IPaymentData = IPaymentData;
|
|
7502
|
+
type index$e_ISbpDetails = ISbpDetails;
|
|
7503
|
+
type index$e_MethodTypes = MethodTypes;
|
|
7504
|
+
declare namespace index$e {
|
|
7505
|
+
export type { index$e_IBankAccount as IBankAccount, index$e_IPaymentData as IPaymentData, index$e_ISbpDetails as ISbpDetails, index$e_MethodTypes as MethodTypes };
|
|
7482
7506
|
}
|
|
7483
7507
|
|
|
7484
|
-
declare const registry_id$
|
|
7485
|
-
interface Action$
|
|
7508
|
+
declare const registry_id$b = 1;
|
|
7509
|
+
interface Action$b extends IGenerate {
|
|
7486
7510
|
registry_id: number;
|
|
7487
7511
|
}
|
|
7488
|
-
interface Model$
|
|
7512
|
+
interface Model$b {
|
|
7489
7513
|
meta: IMetaDocument;
|
|
7490
7514
|
coop: ICooperativeData;
|
|
7491
7515
|
vars: IVars;
|
|
7492
7516
|
}
|
|
7493
|
-
declare const title$
|
|
7494
|
-
declare const description$
|
|
7495
|
-
declare const context$
|
|
7496
|
-
declare const translations$
|
|
7517
|
+
declare const title$b = "\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";
|
|
7518
|
+
declare const description$b = "\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";
|
|
7519
|
+
declare const context$b = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.wallet_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }} </p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.wallet_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n<p class=\"subheader\"> {% trans 'consumer_program_title' %}</p>\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=\"digital-signature\">\n{% trans 'acceptance_agreement' %}</div></div>\n\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader{\npadding-bottom: 20px;\n}\n</style>";
|
|
7520
|
+
declare const translations$b: {
|
|
7497
7521
|
ru: {
|
|
7498
7522
|
APPROVED: string;
|
|
7499
7523
|
protocol: string;
|
|
@@ -7549,23 +7573,23 @@ declare const translations$9: {
|
|
|
7549
7573
|
};
|
|
7550
7574
|
};
|
|
7551
7575
|
|
|
7552
|
-
declare namespace index$
|
|
7553
|
-
export { type Action$
|
|
7576
|
+
declare namespace index$d {
|
|
7577
|
+
export { type Action$b as Action, type Model$b as Model, context$b as context, description$b as description, registry_id$b as registry_id, title$b as title, translations$b as translations };
|
|
7554
7578
|
}
|
|
7555
7579
|
|
|
7556
|
-
declare const registry_id$
|
|
7557
|
-
interface Action$
|
|
7580
|
+
declare const registry_id$a = 2;
|
|
7581
|
+
interface Action$a extends IGenerate {
|
|
7558
7582
|
registry_id: number;
|
|
7559
7583
|
}
|
|
7560
|
-
interface Model$
|
|
7584
|
+
interface Model$a {
|
|
7561
7585
|
meta: IMetaDocument;
|
|
7562
7586
|
coop: ICooperativeData;
|
|
7563
7587
|
vars: IVars;
|
|
7564
7588
|
}
|
|
7565
|
-
declare const title$
|
|
7566
|
-
declare const description$
|
|
7567
|
-
declare const context$
|
|
7568
|
-
declare const translations$
|
|
7589
|
+
declare const title$a = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043E \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438";
|
|
7590
|
+
declare const description$a = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043E \u043F\u0440\u043E\u0441\u0442\u043E\u0439 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u0438";
|
|
7591
|
+
declare const context$a = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.signature_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.signature_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n<p class=\"subheader\">{% trans 'PROVISION2' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n</div>\n<div style=\"text-align: left\">\n<h3>{% trans 'regulation_pep_title_1' %}</h3>\n</div>\n<p> {% trans 'regulation_text_1_1' %} {{vars.website}}. {% trans 'regulation_text_1_2' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\" {% trans 'regulation_text_1_4' %} {{vars.short_abbr}} \"{{vars.name}}\" {% trans 'regulation_text_1_6' %} {{vars.short_abbr}} \"{{vars.name}}\" {% trans 'regulation_text_1_8' %} {{vars.short_abbr}} \"{{vars.name}}\".{% trans 'regulation_text_1_10' %} </p>\n<div style=\"text-align: left\">\n<h3>{% trans 'regulation_pep_title_2' %}</h3>\n</div>\n<p>{% trans 'regulation_text_2_1' %} {{vars.short_abbr}} \"{{vars.name}}\", {% trans 'regulation_text_2_3' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'regulation_pep_title_3' %} </h3>\n</div>\n<p>{% trans 'regulation_text_3_1' %} {{vars.website}} {% trans 'regulation_text_3_2' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'regulation_pep_title_4' %}</h3>\n</div>\n<p>{% trans 'regulation_pep_text_4' %} </p>\n<div style=\"text-align: left\">\n<h3>{% trans 'regulation_pep_title_5' %}</h3>\n</div>\n<p>{% trans 'regulation_pep_text_5' %} </p>\n<div class=\"signature\">\n{% trans 'acceptance_agreement' %}</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PRIL_PROVISION' %} </h1>\n</div>\n<p>{% trans 'PRIL_PROVISION_TEXT' %}</p>\n</div>\n<style>.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}</style>";
|
|
7592
|
+
declare const translations$a: {
|
|
7569
7593
|
ru: {
|
|
7570
7594
|
APPROVED: string;
|
|
7571
7595
|
protocol: string;
|
|
@@ -7595,23 +7619,23 @@ declare const translations$8: {
|
|
|
7595
7619
|
};
|
|
7596
7620
|
};
|
|
7597
7621
|
|
|
7598
|
-
declare namespace index$
|
|
7599
|
-
export { type Action$
|
|
7622
|
+
declare namespace index$c {
|
|
7623
|
+
export { type Action$a as Action, type Model$a as Model, context$a as context, description$a as description, registry_id$a as registry_id, title$a as title, translations$a as translations };
|
|
7600
7624
|
}
|
|
7601
7625
|
|
|
7602
|
-
declare const registry_id$
|
|
7603
|
-
interface Action$
|
|
7626
|
+
declare const registry_id$9 = 3;
|
|
7627
|
+
interface Action$9 extends IGenerate {
|
|
7604
7628
|
registry_id: number;
|
|
7605
7629
|
}
|
|
7606
|
-
interface Model$
|
|
7630
|
+
interface Model$9 {
|
|
7607
7631
|
meta: IMetaDocument;
|
|
7608
7632
|
coop: ICooperativeData;
|
|
7609
7633
|
vars: IVars;
|
|
7610
7634
|
}
|
|
7611
|
-
declare const title$
|
|
7612
|
-
declare const description$
|
|
7613
|
-
declare const context$
|
|
7614
|
-
declare const translations$
|
|
7635
|
+
declare const title$9 = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445";
|
|
7636
|
+
declare const description$9 = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u0438 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445";
|
|
7637
|
+
declare const context$9 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.privacy_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }} </p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.privacy_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PRIVACY_POLICY' %}</h1>\n</div>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_1' %}</b>\n</div>\n<p> {% trans 'privacy_policy_text_1_1' %} {{vars.full_abbr_dative}} {% trans 'privacy_policy_text_1_2' %} \"{{ vars.name}}\" {{vars.website}}.</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_2' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_2_1' %} {{vars.website}}; {% trans 'privacy_policy_text_2_2' %} {{vars.website}}; {% trans 'privacy_policy_text_2_3' %} {{vars.website}}; {% trans 'privacy_policy_text_2_4' %}</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_3_1' %} {{vars.short_abbr}} \"{{vars.name}}\":</b>\n</div>\n<p>{% trans 'privacy_policy_text_3' %}</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_4' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_4_1' %} {{vars.short_abbr}} \"{{vars.name}}\"{% trans 'privacy_policy_text_4_2' %} {{vars.confidential_email}} {% trans 'privacy_policy_text_4_3' %}</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_5' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_5_1' %} {{vars.website}} {% trans 'privacy_policy_text_5_2' %} </p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_6' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_6_1' %} {{vars.confidential_email}} {% trans 'privacy_policy_text_6_2' %} {{vars.confidential_email}} {% trans 'privacy_policy_text_6_3' %}</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_7' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_7' %}</p>\n<div style=\"text-align: left\">\n<b>{% trans 'privacy_policy_title_8' %}</b>\n</div>\n<p>{% trans 'privacy_policy_text_8_1' %} {{vars.confidential_email}}. {% trans 'privacy_policy_text_8_2' %} {{vars.confidential_link}}.</p>\n</div>\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n};\n</style>\n\n";
|
|
7638
|
+
declare const translations$9: {
|
|
7615
7639
|
ru: {
|
|
7616
7640
|
APPROVED: string;
|
|
7617
7641
|
protocol: string;
|
|
@@ -7646,15 +7670,15 @@ declare const translations$7: {
|
|
|
7646
7670
|
};
|
|
7647
7671
|
};
|
|
7648
7672
|
|
|
7649
|
-
declare namespace index$
|
|
7650
|
-
export { type Action$
|
|
7673
|
+
declare namespace index$b {
|
|
7674
|
+
export { type Action$9 as Action, type Model$9 as Model, context$9 as context, description$9 as description, registry_id$9 as registry_id, title$9 as title, translations$9 as translations };
|
|
7651
7675
|
}
|
|
7652
7676
|
|
|
7653
|
-
declare const registry_id$
|
|
7654
|
-
interface Action$
|
|
7677
|
+
declare const registry_id$8 = 4;
|
|
7678
|
+
interface Action$8 extends IGenerate {
|
|
7655
7679
|
registry_id: number;
|
|
7656
7680
|
}
|
|
7657
|
-
interface Model$
|
|
7681
|
+
interface Model$8 {
|
|
7658
7682
|
meta: IMetaDocument;
|
|
7659
7683
|
coop: ICooperativeData;
|
|
7660
7684
|
user: {
|
|
@@ -7662,10 +7686,10 @@ interface Model$6 {
|
|
|
7662
7686
|
};
|
|
7663
7687
|
vars: IVars;
|
|
7664
7688
|
}
|
|
7665
|
-
declare const title$
|
|
7666
|
-
declare const description$
|
|
7667
|
-
declare const context$
|
|
7668
|
-
declare const translations$
|
|
7689
|
+
declare const title$8 = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F";
|
|
7690
|
+
declare const description$8 = "\u0424\u043E\u0440\u043C\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u044F \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F";
|
|
7691
|
+
declare const context$8 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.user_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\"> {{coop.short_name}}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.user_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'USER_AGREEMENT' %}</h1>\n<p class=\"subheader\">{% trans 'USER_AGREEMENT2' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n</div>\n<div style=\"text-align: left\">\n<p>{{vars.full_abbr}} \"{{vars.name}}\" {% trans 'user_agreement_text_2' %} {{coop.chairman.last_name}} {{coop.chairman.first_name}} {{coop.chairman.middle_name}} {% trans 'user_agreement_text_3' %} {{vars.website}} {% trans 'user_agreement_text_4' %} </p>\n<p> {% trans 'user_agreement_text_5' %} {{user.full_name}}</p>\n<p> {% trans 'user_agreement_text_6' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\" {{coop.chairman.last_name}} {{coop.chairman.first_name}} {{coop.chairman.middle_name}}.</p>\n<p>{{meta.created_at}}</p></div>\n\n<style>.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {padding-bottom: 20px;}\n</style>";
|
|
7692
|
+
declare const translations$8: {
|
|
7669
7693
|
ru: {
|
|
7670
7694
|
APPROVED: string;
|
|
7671
7695
|
protocol: string;
|
|
@@ -7680,24 +7704,24 @@ declare const translations$6: {
|
|
|
7680
7704
|
};
|
|
7681
7705
|
};
|
|
7682
7706
|
|
|
7683
|
-
declare namespace index$
|
|
7684
|
-
export { type Action$
|
|
7707
|
+
declare namespace index$a {
|
|
7708
|
+
export { type Action$8 as Action, type Model$8 as Model, context$8 as context, description$8 as description, registry_id$8 as registry_id, title$8 as title, translations$8 as translations };
|
|
7685
7709
|
}
|
|
7686
7710
|
|
|
7687
|
-
declare const registry_id$
|
|
7688
|
-
interface Action$
|
|
7711
|
+
declare const registry_id$7 = 50;
|
|
7712
|
+
interface Action$7 extends IGenerate {
|
|
7689
7713
|
registry_id: number;
|
|
7690
7714
|
}
|
|
7691
|
-
interface Model$
|
|
7715
|
+
interface Model$7 {
|
|
7692
7716
|
meta: IMetaDocument;
|
|
7693
7717
|
coop: ICooperativeData;
|
|
7694
7718
|
partner: IOrganizationData;
|
|
7695
7719
|
vars: IVars;
|
|
7696
7720
|
}
|
|
7697
|
-
declare const title$
|
|
7698
|
-
declare const description$
|
|
7699
|
-
declare const context$
|
|
7700
|
-
declare const translations$
|
|
7721
|
+
declare const title$7 = "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \"\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\"";
|
|
7722
|
+
declare const description$7 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0433\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044F (\u043E\u0444\u0435\u0440\u0442\u0430) \u043E \u043F\u0440\u0438\u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0438 \u043A \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0435 \"\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u0430\u044F \u042D\u043A\u043E\u043D\u043E\u043C\u0438\u043A\u0430\"";
|
|
7723
|
+
declare const context$7 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.coopenomics_agreement.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.coopenomics_agreement.protocol_day_month_year }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'PROVISION' %}</h1>\n<p class=\"subheader\">{% trans 'consumer_program_title' %}</p>\n</div>\n<p>{% trans 'coop_agreement_intro_1' %} {{coop.chairman.last_name}} {{coop.chairman.first_name}} {{coop.chairman.middle_name}}{% trans 'coop_agreement_intro_2' %} {{ partner.short_name}} {% trans 'coop_agreement_intro_3' %}{{partner.represented_by.last_name}} {{partner.represented_by.first_name}} {{partner.represented_by.middle_name}}{% trans 'coop_agreement_intro_4' %} </p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_1' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_1_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_2' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_2_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_3' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_3_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_4' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_4_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_5' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_5_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_6' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_6_text' %}</p>\n<div style=\"text-align: left\">\n<h3>{% trans 'coop_agreement_7' %}</h3>\n</div>\n<p>{% trans 'coop_agreement_7_text', vars.contact_email %}</p>\n<div class=\"signature\">\n{% trans 'acceptance_agreement' %}</div></div>\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {padding-bottom: 20px;}\n</style>\n";
|
|
7724
|
+
declare const translations$7: {
|
|
7701
7725
|
ru: {
|
|
7702
7726
|
APPROVED: string;
|
|
7703
7727
|
protocol: string;
|
|
@@ -7726,20 +7750,20 @@ declare const translations$5: {
|
|
|
7726
7750
|
};
|
|
7727
7751
|
};
|
|
7728
7752
|
|
|
7729
|
-
declare namespace index$
|
|
7730
|
-
export { type Action$
|
|
7753
|
+
declare namespace index$9 {
|
|
7754
|
+
export { type Action$7 as Action, type Model$7 as Model, context$7 as context, description$7 as description, registry_id$7 as registry_id, title$7 as title, translations$7 as translations };
|
|
7731
7755
|
}
|
|
7732
7756
|
|
|
7733
|
-
declare const registry_id$
|
|
7757
|
+
declare const registry_id$6 = 100;
|
|
7734
7758
|
/**
|
|
7735
7759
|
* Интерфейс генерации заявления на вступление в кооператив
|
|
7736
7760
|
*/
|
|
7737
|
-
interface Action$
|
|
7761
|
+
interface Action$6 extends IGenerate {
|
|
7738
7762
|
braname?: string;
|
|
7739
7763
|
signature: string;
|
|
7740
7764
|
skip_save: boolean;
|
|
7741
7765
|
}
|
|
7742
|
-
interface Model$
|
|
7766
|
+
interface Model$6 {
|
|
7743
7767
|
type: string;
|
|
7744
7768
|
individual?: IIndividualData;
|
|
7745
7769
|
organization?: IOrganizationData & {
|
|
@@ -7752,10 +7776,10 @@ interface Model$4 {
|
|
|
7752
7776
|
vars: IVars;
|
|
7753
7777
|
signature: string;
|
|
7754
7778
|
}
|
|
7755
|
-
declare const title$
|
|
7756
|
-
declare const description$
|
|
7757
|
-
declare const context$
|
|
7758
|
-
declare const translations$
|
|
7779
|
+
declare const title$6 = "\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";
|
|
7780
|
+
declare const description$6 = "\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";
|
|
7781
|
+
declare const context$6 = "<style>\n.digital-document h1 {\nmargin: 0px;\ntext-align:center;\n}\n.digital-document {padding: 20px;}\n.subheader {\npadding-bottom: 20px;\n}\n</style>\n<div class=\"digital-document\">\n<div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.participant_application.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.participant_application.protocol_day_month_year }}</p>\n</div>\n\n{% if type == 'individual' %}\n<h1 class=\"header\">{% trans 'application_individual' %}</h1>\n<p style=\"text-align: center\" class=\"subheader\">{% 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 %}{% if vars.passport_request == 'yes' %} {% trans 'passport' %} \u2116 {{individual.passport.series}} {{individual.passport.number}}, \n{% trans 'passport_code' %} {{individual.passport.code}}, {% trans 'passport_issued' %} {{individual.passport.issued_by}} {% trans 'passport_from' %} {{individual.passport.issued_at}}. {% endif %}</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', branch.short_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', branch.short_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 'fact_address' %}: {{organization.fact_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', branch.short_name %} {% endif %}</p>\n<p>{% trans 'obligation_to_pay_legal_entity', coop.org_initial, coop.org_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</div>";
|
|
7782
|
+
declare const translations$6: {
|
|
7759
7783
|
ru: {
|
|
7760
7784
|
from: string;
|
|
7761
7785
|
application_individual: string;
|
|
@@ -7795,18 +7819,18 @@ declare const translations$4: {
|
|
|
7795
7819
|
};
|
|
7796
7820
|
};
|
|
7797
7821
|
|
|
7798
|
-
declare namespace index$
|
|
7799
|
-
export { type Action$
|
|
7822
|
+
declare namespace index$8 {
|
|
7823
|
+
export { type Action$6 as Action, type Model$6 as Model, context$6 as context, description$6 as description, registry_id$6 as registry_id, title$6 as title, translations$6 as translations };
|
|
7800
7824
|
}
|
|
7801
7825
|
|
|
7802
|
-
declare const registry_id$
|
|
7826
|
+
declare const registry_id$5 = 501;
|
|
7803
7827
|
/**
|
|
7804
7828
|
* Интерфейс генерации решения совета
|
|
7805
7829
|
*/
|
|
7806
|
-
interface Action$
|
|
7830
|
+
interface Action$5 extends IGenerate {
|
|
7807
7831
|
decision_id: number;
|
|
7808
7832
|
}
|
|
7809
|
-
interface Model$
|
|
7833
|
+
interface Model$5 {
|
|
7810
7834
|
type: string;
|
|
7811
7835
|
individual?: IIndividualData;
|
|
7812
7836
|
organization?: IOrganizationData;
|
|
@@ -7814,11 +7838,12 @@ interface Model$3 {
|
|
|
7814
7838
|
coop: ICooperativeData;
|
|
7815
7839
|
meta: IMetaDocument;
|
|
7816
7840
|
decision: IDecisionData;
|
|
7841
|
+
vars: IVars;
|
|
7817
7842
|
}
|
|
7818
|
-
declare const title$
|
|
7819
|
-
declare const description$
|
|
7820
|
-
declare const context$
|
|
7821
|
-
declare const translations$
|
|
7843
|
+
declare const title$5 = "\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";
|
|
7844
|
+
declare const description$5 = "\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";
|
|
7845
|
+
declare const context$5 = "<style> \nh1 {\nmargin: 0px; \ntext-align:center;\n}\nh3{\nmargin: 0px;\npadding-top: 15px;\n}\n.about {\npadding: 20px;\n}\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {\npadding-bottom: 20px; \n}\ntable {\n width: 100%;\n border-collapse: collapse;\n}\nth, td {\n border: 1px solid #ccc;\n padding: 8px;\n text-align: left;\n word-wrap: break-word; \n overflow-wrap: break-word; \n}\nth {\n background-color: #f4f4f4;\n width: 30%;\n}\n</style>\n\n<div class=\"digital-document\">\n <h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1>\n <p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n <p style=\"text-align: right\"> {{ meta.created_at }}, {{ coop.city }}</p>\n <table class=\"about\">\n <tbody>\n <tr>\n <th>{% trans 'meeting_format' %}</th>\n <td>{% trans 'meeting_format_value' %}</td>\n </tr>\n <tr>\n <th>{% trans 'meeting_place' %}</th>\n <td>{{ coop.full_address }}</td>\n </tr>\n <tr>\n <th>{% trans 'meeting_date' %}</th>\n <td>{{ decision.date }}</td>\n </tr>\n <tr>\n <th>{% trans 'opening_time' %}</th>\n <td>{{ decision.time }}</td>\n </tr>\n </tbody>\n </table>\n <h3>{% trans 'council_members' %}</h3>\n <table>\n <tbody>\n {% for member in coop.members %}\n <tr>\n <th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>\n <td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>\n</tr>\n {% endfor %}\n </tbody>\n </table>\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 <h3>{% trans 'agenda' %}</h3>\n <table>\n <tbody>\n <tr>\n <th>\u2116</th>\n <td>{% trans 'question' %}</td>\n </tr>\n <tr>\n <th>{% trans 'agenda_item' %}</th>\n <td>{% 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 </td>\n </tr>\n </tbody>\n </table>\n<h3>{% trans 'voting' %}</h3>\n<p>{% trans 'vote_results' %}</p><table>\n <tbody>\n <tr>\n <th>{% trans 'votes_for' %}</th>\n <td>{{ decision.votes_for }}</td>\n </tr>\n <tr>\n <th>{% trans 'votes_against' %}</th>\n <td>{{ decision.votes_against }}</td>\n </tr>\n <tr>\n <th>{% trans 'votes_abstained' %}</th>\n <td>{{ decision.votes_abstained }}</td>\n </tr>\n </tbody>\n </table>\n <h3>{% trans 'decision_made' %}</h3>\n <table>\n <tbody>\n <tr>\n <tr>\n <th>\u2116</th>\n <td>{% trans 'question' %}</td>\n </tr>\n\n <th>{% trans 'decision' %}</th>\n <td>{% trans 'decision_joincoop2' %}\n{% 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 %}\n </td>\n </tr>\n </tbody>\n </table>\n <hr>\n<p>{% trans 'closing_time', decision.time %}</p>\n<div class=\"signature\"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div>\n</div>\n";
|
|
7846
|
+
declare const translations$5: {
|
|
7822
7847
|
ru: {
|
|
7823
7848
|
meeting_format: string;
|
|
7824
7849
|
meeting_date: string;
|
|
@@ -7829,7 +7854,6 @@ declare const translations$3: {
|
|
|
7829
7854
|
meeting_legality: string;
|
|
7830
7855
|
chairman_of_the_meeting: string;
|
|
7831
7856
|
agenda: string;
|
|
7832
|
-
vote_results: string;
|
|
7833
7857
|
decision_made: string;
|
|
7834
7858
|
closing_time: string;
|
|
7835
7859
|
protocol_number: string;
|
|
@@ -7846,21 +7870,30 @@ declare const translations$3: {
|
|
|
7846
7870
|
in_participants: string;
|
|
7847
7871
|
decision_joincoop1: string;
|
|
7848
7872
|
decision_joincoop2: string;
|
|
7873
|
+
meeting_format_value: string;
|
|
7874
|
+
agenda_item: string;
|
|
7875
|
+
votes_for: string;
|
|
7876
|
+
votes_against: string;
|
|
7877
|
+
votes_abstained: string;
|
|
7878
|
+
decision: string;
|
|
7879
|
+
question: string;
|
|
7880
|
+
vote_results: string;
|
|
7881
|
+
member_of_the_council: string;
|
|
7849
7882
|
};
|
|
7850
7883
|
};
|
|
7851
7884
|
|
|
7852
|
-
declare namespace index$
|
|
7853
|
-
export { type Action$
|
|
7885
|
+
declare namespace index$7 {
|
|
7886
|
+
export { type Action$5 as Action, type Model$5 as Model, context$5 as context, description$5 as description, registry_id$5 as registry_id, title$5 as title, translations$5 as translations };
|
|
7854
7887
|
}
|
|
7855
7888
|
|
|
7856
|
-
declare const registry_id$
|
|
7889
|
+
declare const registry_id$4 = 101;
|
|
7857
7890
|
/**
|
|
7858
7891
|
* Интерфейс генерации заявления на выбор кооперативного участка
|
|
7859
7892
|
*/
|
|
7860
|
-
interface Action$
|
|
7893
|
+
interface Action$4 extends IGenerate {
|
|
7861
7894
|
braname: string;
|
|
7862
7895
|
}
|
|
7863
|
-
interface Model$
|
|
7896
|
+
interface Model$4 {
|
|
7864
7897
|
type: string;
|
|
7865
7898
|
meta: IMetaDocument;
|
|
7866
7899
|
vars: IVars;
|
|
@@ -7869,10 +7902,10 @@ interface Model$2 {
|
|
|
7869
7902
|
organization?: IOrganizationData;
|
|
7870
7903
|
entrepreneur?: IEntrepreneurData;
|
|
7871
7904
|
}
|
|
7872
|
-
declare const title$
|
|
7873
|
-
declare const description$
|
|
7874
|
-
declare const context$
|
|
7875
|
-
declare const translations$
|
|
7905
|
+
declare const title$4 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043E \u0432\u044B\u0431\u043E\u0440\u0435 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0447\u0430\u0441\u0442\u043A\u0430";
|
|
7906
|
+
declare const description$4 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u043E \u0432\u044B\u0431\u043E\u0440\u0435 \u043A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u043E\u0433\u043E \u0443\u0447\u0430\u0441\u0442\u043A\u0430";
|
|
7907
|
+
declare const context$4 = "<style>\n.digital-document h1 {\nmargin: 0px;\ntext-align:center;\n}\n.digital-document {padding: 20px;}\n.subheader {\npadding-bottom: 20px;\n}\n</style>\n<div class=\"digital-document\">\n<div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'APPROVED' %}</p>\n<p style=\"margin: 0px !important\">{% trans 'protocol' %} {{ vars.participant_application.protocol_number }}</p>\n<p style=\"margin: 0px !important\">{{ coop.short_name }}</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ vars.participant_application.protocol_day_month_year }}</p>\n</div>\n\n{% if type == 'individual' %}\n<h1 class=\"header\">{% trans 'participant_application' %}</h1>\n<p style=\"text-align: center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p>\n\n<p>{% trans 'to_council_of' %} {{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB {% trans 'from_participant' %} {{ individual.last_name }} {{ individual.first_name }} {{ individual.middle_name }}. {% trans 'authorize_chairman_branch', branch.short_name %}</p>\n<div class=\"signature\">\n<p>{% trans 'signature' %} </p>\n<p>{{ individual.last_name }} {{ individual.first_name }} {{ individual.middle_name }}</p>\n</div>\n\n{% elif type == 'entrepreneur' %}\n<h1 class=\"header\">{% trans 'participant_application' %}</h1>\n<p style=\"text-align: center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p>\n\n<p>{% trans 'to_council_of' %} {{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB {% trans 'from_participant' %} {% trans 'ip' %} {{ entrepreneur.last_name }} {{ entrepreneur.first_name }} {{ entrepreneur.middle_name }}. {% trans 'authorize_chairman_branch', branch.short_name %}</p>\n<div class=\"signature\">\n<p>{% trans 'signature' %} </p>\n<p>{{ entrepreneur.last_name }} {{ entrepreneur.first_name }} {{ entrepreneur.middle_name }}</p>\n</div>\n{% elif type == 'organization' %}\n<h1 class=\"header\">{% trans 'participant_application' %}</h1>\n<p style=\"text-align: center\">{{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB</p>\n<p style=\"text-align: right\">{{ meta.created_at }}, {{coop.city}}</p>\n<p>{% trans 'to_council_of' %} {{vars.full_abbr_genitive}} \u00AB{{vars.name}}\u00BB {% trans 'from_participant' %} {{organization.short_name}}. {% 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, branch.short_name %}</p>\n<div class=\"signature\">\n<p>{% trans 'signature' %} </p>\n<p>{{ organization.represented_by.last_name }} {{ organization.represented_by.first_name }} {{ organization.represented_by.middle_name }}</p>\n</div>\n\n{% endif %}\n</div>";
|
|
7908
|
+
declare const translations$4: {
|
|
7876
7909
|
ru: {
|
|
7877
7910
|
from: string;
|
|
7878
7911
|
to_council_of: string;
|
|
@@ -7887,28 +7920,28 @@ declare const translations$2: {
|
|
|
7887
7920
|
};
|
|
7888
7921
|
};
|
|
7889
7922
|
|
|
7890
|
-
declare namespace index$
|
|
7891
|
-
export { type Action$
|
|
7923
|
+
declare namespace index$6 {
|
|
7924
|
+
export { type Action$4 as Action, type Model$4 as Model, context$4 as context, description$4 as description, registry_id$4 as registry_id, title$4 as title, translations$4 as translations };
|
|
7892
7925
|
}
|
|
7893
7926
|
|
|
7894
|
-
declare const registry_id$
|
|
7927
|
+
declare const registry_id$3 = 599;
|
|
7895
7928
|
/**
|
|
7896
7929
|
* Интерфейс генерации решения совета
|
|
7897
7930
|
*/
|
|
7898
|
-
interface Action$
|
|
7931
|
+
interface Action$3 extends IGenerate {
|
|
7899
7932
|
project_id: string;
|
|
7900
7933
|
}
|
|
7901
|
-
interface Model$
|
|
7934
|
+
interface Model$3 {
|
|
7902
7935
|
coop: ICooperativeData;
|
|
7903
7936
|
meta: IMetaDocument;
|
|
7904
7937
|
project: IProjectData;
|
|
7905
7938
|
suggester_name: string;
|
|
7906
7939
|
vars: IVars;
|
|
7907
7940
|
}
|
|
7908
|
-
declare const title$
|
|
7909
|
-
declare const description$
|
|
7910
|
-
declare const context$
|
|
7911
|
-
declare const translations$
|
|
7941
|
+
declare const title$3 = "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7942
|
+
declare const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7943
|
+
declare const context$3 = "<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.digital-document {\npadding: 30px;\nwhite-space: pre-wrap;\n}\n.subheader {\npadding-bottom: 20px; \n}\n</style>\n\n<div class=\"digital-document\"><h1 class=\"header\">{% trans 'suggestion' %}</h1>\n<p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name', vars.full_abbr_genitive, vars.name %}</p>\n<p style=\"text-align: right\"> {{ meta.created_at }}, {{ coop.city }}</p>\n<h3>{% trans 'agenda' %}</h3>\n<ol><li> {{project.question}}</li></ol>\n<h3>{% trans 'decision_made' %}</h3>\n<ol><li>{{project.decision}}</li></ol>\n<hr>\n\n<div class=\"signature\"><p>{% trans 'signature' %}<p><p>{{ suggester_name}} </p></div></div>";
|
|
7944
|
+
declare const translations$3: {
|
|
7912
7945
|
ru: {
|
|
7913
7946
|
agenda: string;
|
|
7914
7947
|
decision_made: string;
|
|
@@ -7918,28 +7951,29 @@ declare const translations$1: {
|
|
|
7918
7951
|
};
|
|
7919
7952
|
};
|
|
7920
7953
|
|
|
7921
|
-
declare namespace index$
|
|
7922
|
-
export { type Action$
|
|
7954
|
+
declare namespace index$5 {
|
|
7955
|
+
export { type Action$3 as Action, type Model$3 as Model, context$3 as context, description$3 as description, registry_id$3 as registry_id, title$3 as title, translations$3 as translations };
|
|
7923
7956
|
}
|
|
7924
7957
|
|
|
7925
|
-
declare const registry_id = 600;
|
|
7958
|
+
declare const registry_id$2 = 600;
|
|
7926
7959
|
/**
|
|
7927
7960
|
* Интерфейс генерации решения совета
|
|
7928
7961
|
*/
|
|
7929
|
-
interface Action extends IGenerate {
|
|
7962
|
+
interface Action$2 extends IGenerate {
|
|
7930
7963
|
decision_id: number;
|
|
7931
7964
|
project_id: string;
|
|
7932
7965
|
}
|
|
7933
|
-
interface Model {
|
|
7966
|
+
interface Model$2 {
|
|
7934
7967
|
coop: ICooperativeData;
|
|
7935
7968
|
meta: IMetaDocument;
|
|
7936
7969
|
decision: IDecisionData;
|
|
7937
7970
|
project: IProjectData;
|
|
7971
|
+
vars: IVars;
|
|
7938
7972
|
}
|
|
7939
|
-
declare const title = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7940
|
-
declare const description = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7941
|
-
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.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {\npadding-bottom: 20px; \n}\n</style>\n\n<div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1>\n<p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %}\
|
|
7942
|
-
declare const translations: {
|
|
7973
|
+
declare const title$2 = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7974
|
+
declare const description$2 = "\u0424\u043E\u0440\u043C\u0430 \u043F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
7975
|
+
declare const context$2 = "<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.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n}\n.subheader {\npadding-bottom: 20px; \n}\ntable {\n width: 100%;\n border-collapse: collapse;\n}\nth, td {\n border: 1px solid #ccc;\n padding: 8px;\n text-align: left;\n word-wrap: break-word; \n overflow-wrap: break-word; \n}\nth {\n background-color: #f4f4f4;\n width: 30%;\n}\n</style>\n\n<div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1>\n<p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n<p style=\"text-align: right\"> {{ meta.created_at }}, {{ coop.city }}</p>\n<table class=\"about\">\n<tbody>\n<tr>\n<th>{% trans 'meeting_format' %}</th>\n<td>{% trans 'meeting_format_value' %}</td>\n</tr>\n<tr>\n<th>{% trans 'meeting_place' %}</th>\n<td>{{ coop.full_address }}</td>\n</tr>\n<tr>\n<th>{% trans 'meeting_date' %}</th>\n<td>{{ decision.date }}</td>\n</tr>\n<tr>\n<th>{% trans 'opening_time' %}</th>\n<td>{{ decision.time }}</td>\n</tr>\n</tbody>\n</table>\n<h3>{% trans 'council_members' %}</h3>\n<table>\n<tbody>\n{% for member in coop.members %}\n<tr>\n<th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>\n<td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>\n</tr>\n{% endfor %}\n</tbody>\n</table>\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<h3>{% trans 'agenda' %}</h3>\n<table>\n<tbody>\n<tr>\n<th>\u2116</th>\n<td>{% trans 'question' %}</td>\n</tr>\n<tr>\n<th>1</th>\n<td>{{project.question}}</td>\n</tr>\n</tbody>\n</table>\n<h3>{% trans 'voting' %}</h3>\n<p>{% trans 'vote_results' %} </p><table>\n<tbody>\n<tr>\n<th>{% trans 'votes_for' %}</th>\n<td>{{ decision.votes_for }}</td>\n</tr>\n<tr>\n<th>{% trans 'votes_against' %}</th>\n<td>{{ decision.votes_against }}</td>\n</tr>\n<tr>\n<th>{% trans 'votes_abstained' %}</th>\n<td>{{ decision.votes_abstained }}</td>\n</tr>\n</tbody>\n</table>\n<h3>{% trans 'decision_made' %}</h3>\n<table>\n<tbody>\n<tr>\n<th>\u2116</th>\n<td>{% trans 'decision' %}</td>\n</tr>\n<tr>\n<th>1</th>\n<td>{{project.decision}}</td>\n</tr>\n</tbody>\n</table>\n<hr>\n<p>{% trans 'closing_time', decision.time %}</p>\n<div class=\"signature\"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div></div>\n";
|
|
7976
|
+
declare const translations$2: {
|
|
7943
7977
|
ru: {
|
|
7944
7978
|
meeting_format: string;
|
|
7945
7979
|
meeting_date: string;
|
|
@@ -7960,6 +7994,84 @@ declare const translations: {
|
|
|
7960
7994
|
chairman: string;
|
|
7961
7995
|
quorum: string;
|
|
7962
7996
|
voting: string;
|
|
7997
|
+
meeting_format_value: string;
|
|
7998
|
+
member_of_the_council: string;
|
|
7999
|
+
question: string;
|
|
8000
|
+
votes_for: string;
|
|
8001
|
+
votes_against: string;
|
|
8002
|
+
votes_abstained: string;
|
|
8003
|
+
decision: string;
|
|
8004
|
+
};
|
|
8005
|
+
};
|
|
8006
|
+
|
|
8007
|
+
declare namespace index$4 {
|
|
8008
|
+
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 };
|
|
8009
|
+
}
|
|
8010
|
+
|
|
8011
|
+
declare const registry_id$1 = 700;
|
|
8012
|
+
interface Action$1 extends IGenerate {
|
|
8013
|
+
registry_id: number;
|
|
8014
|
+
request: IMiddlewareRequest;
|
|
8015
|
+
}
|
|
8016
|
+
interface Model$1 {
|
|
8017
|
+
meta: IMetaDocument;
|
|
8018
|
+
coop: ICooperativeData;
|
|
8019
|
+
vars: IVars;
|
|
8020
|
+
user: IMiddlewareUser;
|
|
8021
|
+
request: IMiddlewareRequest;
|
|
8022
|
+
currency: string;
|
|
8023
|
+
}
|
|
8024
|
+
declare const title$1 = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
8025
|
+
declare const description$1 = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
8026
|
+
declare const context$1 = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ user.full_name }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'statement' %}</h1>\n</div>\n<p>{% trans 'property_contribution', coop.short_name %}</p>\n<table>\n <tbody>\n <tr>\n <th>\u2116</th>\n <td>1</td>\n </tr>\n <tr>\n <th>{% trans 'article' %}</th>\n <td>{{request.hash}}</td>\n </tr>\n <tr>\n <th>{% trans 'asset_title' %}</th>\n <td>{{request.title}}</td>\n </tr>\n <tr>\n <th>{% trans 'form_of_asset' %}</th>\n <td>{% trans 'form_of_asset_type' %}</td>\n </tr>\n <tr>\n <th>{% trans 'unit_of_measurement' %}</th>\n <td>{{ request.unit_of_measurement}}</td>\n </tr>\n <tr>\n <th>{% trans 'units' %} </th>\n <td>{{ request.units }}</td>\n </tr>\n <tr>\n <th>{% trans 'unit_cost', currency %}</th>\n <td>{{ request.unit_cost }}</td>\n </tr>\n <tr>\n <th>{% trans 'total_cost', currency %}</th>\n <td>{{ request.total_cost }}</td>\n </tr>\n </tbody>\n </table>\n<p>{% trans 'i_confirm' %}</p>\n\n<p>{% trans 'signature' %}</p>\n<p>{{ user.full_name }}</p>\n<p>{{ meta.created_at }}</p>\n\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n};\ntable {\n width: 100%;\n border-collapse: collapse;\n}\nth, td {\n border: 1px solid #ccc;\n padding: 8px;\n text-align: left;\n word-wrap: break-word; \n overflow-wrap: break-word; \n}\n\nth {\n background-color: #f4f4f4;\n width: 30%;\n}\n</style>\n";
|
|
8027
|
+
declare const translations$1: {
|
|
8028
|
+
ru: {
|
|
8029
|
+
from: string;
|
|
8030
|
+
v_soviet: string;
|
|
8031
|
+
statement: string;
|
|
8032
|
+
property_contribution: string;
|
|
8033
|
+
i_confirm: string;
|
|
8034
|
+
signature: string;
|
|
8035
|
+
unit_cost: string;
|
|
8036
|
+
total_cost: string;
|
|
8037
|
+
unit_of_measurement: string;
|
|
8038
|
+
article: string;
|
|
8039
|
+
asset_title: string;
|
|
8040
|
+
form_of_asset: string;
|
|
8041
|
+
units: string;
|
|
8042
|
+
form_of_asset_type: string;
|
|
8043
|
+
};
|
|
8044
|
+
};
|
|
8045
|
+
|
|
8046
|
+
declare namespace index$3 {
|
|
8047
|
+
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 };
|
|
8048
|
+
}
|
|
8049
|
+
|
|
8050
|
+
declare const registry_id = 800;
|
|
8051
|
+
interface Action extends IGenerate {
|
|
8052
|
+
registry_id: number;
|
|
8053
|
+
request: IMiddlewareRequest;
|
|
8054
|
+
}
|
|
8055
|
+
interface Model {
|
|
8056
|
+
meta: IMetaDocument;
|
|
8057
|
+
coop: ICooperativeData;
|
|
8058
|
+
vars: IVars;
|
|
8059
|
+
user: IMiddlewareUser;
|
|
8060
|
+
request: IMiddlewareRequest;
|
|
8061
|
+
}
|
|
8062
|
+
declare const title = "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
8063
|
+
declare const description = "\u0424\u043E\u0440\u043C\u0430 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430 \u0432\u043E\u0437\u0432\u0440\u0430\u0442 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C";
|
|
8064
|
+
declare const context = "<div class=\"digital-document\"><div style=\"text-align: right; margin:\">\n<p style=\"margin: 0px !important\">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} \"{{vars.name}}\"</p>\n<p style=\"margin: 0px !important\">{% trans 'from' %} {{ user.full_name }}</p>\n</div>\n<div style=\"text-align: center\">\n<h1 class=\"header\"> {% trans 'statement' %}</h1>\n</div>\n<p>{% trans 'property_contribution', coop.short_name %}</p>\n<table>\n <tbody>\n <tr>\n <th>\u2116 \u043F/\u043F</th>\n <td>1</td>\n </tr>\n <tr>\n <th>\u0410\u0440\u0442\u0438\u043A\u0443\u043B</th>\n <td>{{request.hash}}</td>\n </tr>\n <tr>\n <th>\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435/\u0420\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B</th>\n <td>{{request.title}}</td>\n </tr>\n <tr>\n <th>\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430</th>\n <td>{{ request.type }}</td>\n </tr>\n <tr>\n <th>\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F</th>\n <td>{{ request.unit_of_measurement}}</td>\n </tr>\n <tr>\n <th>\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E</th>\n <td>{{ request.units }}</td>\n </tr>\n <tr>\n <th>{% trans 'unit_cost', request.currency %}</th>\n <td>{{ request.unit_cost }}</td>\n </tr>\n <tr>\n <th>{% trans 'total_cost', request.currency %}</th>\n <td>{{ request.total_cost }}</td>\n </tr>\n </tbody>\n </table>\n<p>{% trans 'i_confirm' %}</p>\n\n<p>{% trans 'signature' %}</p>\n<p>{{ user.full_name }}</p>\n<p>{{ meta.created_at }}</p>\n\n<style>\n.digital-document {\npadding: 20px;\nwhite-space: pre-wrap;\n};\ntable {\n width: 100%;\n border-collapse: collapse;\n}\nth, td {\n border: 1px solid #ccc;\n padding: 8px;\n text-align: left;\n word-wrap: break-word; \n overflow-wrap: break-word; \n}\nth {\n background-color: #f4f4f4;\n width: 30%;\n}\n</style>\n\n";
|
|
8065
|
+
declare const translations: {
|
|
8066
|
+
ru: {
|
|
8067
|
+
from: string;
|
|
8068
|
+
v_soviet: string;
|
|
8069
|
+
statement: string;
|
|
8070
|
+
property_contribution: string;
|
|
8071
|
+
i_confirm: string;
|
|
8072
|
+
signature: string;
|
|
8073
|
+
unit_cost: string;
|
|
8074
|
+
total_cost: string;
|
|
7963
8075
|
};
|
|
7964
8076
|
};
|
|
7965
8077
|
|
|
@@ -7975,11 +8087,11 @@ declare namespace index$2 {
|
|
|
7975
8087
|
}
|
|
7976
8088
|
|
|
7977
8089
|
declare namespace index$1 {
|
|
7978
|
-
export { index$
|
|
8090
|
+
export { index$3 as AssetContributionStatement, index$9 as CoopenomicsAgreement, index$7 as DecisionOfParticipantApplication, index$4 as FreeDecision, index$8 as ParticipantApplication, index$b as PrivacyPolicy, index$5 as ProjectFreeDecision, index$c as RegulationElectronicSignature, index$2 as ReturnByAssetStatement, index$6 as SelectBranchStatement, index$a as UserAgreement, index$d as WalletAgreement };
|
|
7979
8091
|
}
|
|
7980
8092
|
|
|
7981
8093
|
declare namespace index {
|
|
7982
|
-
export { index$
|
|
8094
|
+
export { index$h as Blockchain, index$g as Document, index$f as Model, index$e as Payments, index$1 as Registry, index$i as Users };
|
|
7983
8095
|
}
|
|
7984
8096
|
|
|
7985
|
-
export { index$
|
|
8097
|
+
export { index$S as BranchContract, index as Cooperative, index$V as DraftContract, index$P as FundContract, index$M as GatewayContract, index$r as MarketContract, index$o as MsigContract, index$J as RegistratorContract, index$u as SovietContract, index$j as SystemContract, index$G as TokenContract, index$m as WrapContract, index$Y as _Common };
|