cooptypes 2.2.6 → 2.2.7
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 +2183 -1174
- package/dist/index.d.cts +2822 -1960
- package/dist/index.d.mts +2822 -1960
- package/dist/index.d.ts +2822 -1960
- package/dist/index.mjs +2171 -1163
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ const _admin = "_admin";
|
|
|
9
9
|
const _contract = "_contract";
|
|
10
10
|
const _system$1 = "_system";
|
|
11
11
|
|
|
12
|
-
const index
|
|
12
|
+
const index$16 = {
|
|
13
13
|
__proto__: null,
|
|
14
14
|
_admin: _admin,
|
|
15
15
|
_chairman: _chairman,
|
|
@@ -65,10 +65,15 @@ const _branch = {
|
|
|
65
65
|
production: "branch",
|
|
66
66
|
testnet: "branch"
|
|
67
67
|
};
|
|
68
|
+
const _capital = {
|
|
69
|
+
production: "capital",
|
|
70
|
+
testnet: "capital"
|
|
71
|
+
};
|
|
68
72
|
|
|
69
|
-
const index$
|
|
73
|
+
const index$15 = {
|
|
70
74
|
__proto__: null,
|
|
71
75
|
_branch: _branch,
|
|
76
|
+
_capital: _capital,
|
|
72
77
|
_draft: _draft,
|
|
73
78
|
_fund: _fund,
|
|
74
79
|
_gateway: _gateway,
|
|
@@ -88,75 +93,75 @@ const special = {
|
|
|
88
93
|
action: "actionName"
|
|
89
94
|
};
|
|
90
95
|
|
|
91
|
-
const index$
|
|
96
|
+
const index$14 = {
|
|
92
97
|
__proto__: null,
|
|
93
98
|
active: active,
|
|
94
99
|
owner: owner,
|
|
95
100
|
special: special
|
|
96
101
|
};
|
|
97
102
|
|
|
98
|
-
const index$
|
|
103
|
+
const index$13 = {
|
|
99
104
|
__proto__: null,
|
|
100
|
-
Actors: index
|
|
101
|
-
ContractNames: index$
|
|
102
|
-
Permissions: index$
|
|
105
|
+
Actors: index$16,
|
|
106
|
+
ContractNames: index$15,
|
|
107
|
+
Permissions: index$14
|
|
103
108
|
};
|
|
104
109
|
|
|
105
|
-
const authorizations$
|
|
106
|
-
const actionName$
|
|
110
|
+
const authorizations$2L = [{ permissions: [active], actor: _system }];
|
|
111
|
+
const actionName$2L = "createdraft";
|
|
107
112
|
|
|
108
113
|
const createDraft = {
|
|
109
114
|
__proto__: null,
|
|
110
|
-
actionName: actionName$
|
|
111
|
-
authorizations: authorizations$
|
|
115
|
+
actionName: actionName$2L,
|
|
116
|
+
authorizations: authorizations$2L
|
|
112
117
|
};
|
|
113
118
|
|
|
114
|
-
const authorizations$
|
|
115
|
-
const actionName$
|
|
119
|
+
const authorizations$2K = [{ permissions: [active], actor: _system }];
|
|
120
|
+
const actionName$2K = "editdraft";
|
|
116
121
|
|
|
117
122
|
const editDraft = {
|
|
118
123
|
__proto__: null,
|
|
119
|
-
actionName: actionName$
|
|
120
|
-
authorizations: authorizations$
|
|
124
|
+
actionName: actionName$2K,
|
|
125
|
+
authorizations: authorizations$2K
|
|
121
126
|
};
|
|
122
127
|
|
|
123
|
-
const authorizations$
|
|
124
|
-
const actionName$
|
|
128
|
+
const authorizations$2J = [{ permissions: [active], actor: _system }];
|
|
129
|
+
const actionName$2J = "deldraft";
|
|
125
130
|
|
|
126
131
|
const deleteDraft = {
|
|
127
132
|
__proto__: null,
|
|
128
|
-
actionName: actionName$
|
|
129
|
-
authorizations: authorizations$
|
|
133
|
+
actionName: actionName$2J,
|
|
134
|
+
authorizations: authorizations$2J
|
|
130
135
|
};
|
|
131
136
|
|
|
132
|
-
const authorizations$
|
|
133
|
-
const actionName$
|
|
137
|
+
const authorizations$2I = [{ permissions: [active], actor: _system }];
|
|
138
|
+
const actionName$2I = "createtrans";
|
|
134
139
|
|
|
135
140
|
const createTranslation = {
|
|
136
141
|
__proto__: null,
|
|
137
|
-
actionName: actionName$
|
|
138
|
-
authorizations: authorizations$
|
|
142
|
+
actionName: actionName$2I,
|
|
143
|
+
authorizations: authorizations$2I
|
|
139
144
|
};
|
|
140
145
|
|
|
141
|
-
const authorizations$
|
|
142
|
-
const actionName$
|
|
146
|
+
const authorizations$2H = [{ permissions: [active], actor: _system }];
|
|
147
|
+
const actionName$2H = "edittrans";
|
|
143
148
|
|
|
144
149
|
const editTranslation = {
|
|
145
150
|
__proto__: null,
|
|
146
|
-
actionName: actionName$
|
|
147
|
-
authorizations: authorizations$
|
|
151
|
+
actionName: actionName$2H,
|
|
152
|
+
authorizations: authorizations$2H
|
|
148
153
|
};
|
|
149
154
|
|
|
150
|
-
const authorizations$
|
|
151
|
-
const actionName$
|
|
155
|
+
const authorizations$2G = [{ permissions: [active], actor: _draft }];
|
|
156
|
+
const actionName$2G = "newid";
|
|
152
157
|
|
|
153
158
|
const newId = {
|
|
154
159
|
__proto__: null,
|
|
155
|
-
actionName: actionName$
|
|
156
|
-
authorizations: authorizations$
|
|
160
|
+
actionName: actionName$2G,
|
|
161
|
+
authorizations: authorizations$2G
|
|
157
162
|
};
|
|
158
163
|
|
|
159
|
-
const index$
|
|
164
|
+
const index$12 = {
|
|
160
165
|
__proto__: null,
|
|
161
166
|
CreateDraft: createDraft,
|
|
162
167
|
CreateTranslation: createTranslation,
|
|
@@ -166,90 +171,90 @@ const index$X = {
|
|
|
166
171
|
newId: newId
|
|
167
172
|
};
|
|
168
173
|
|
|
169
|
-
const tableName$
|
|
170
|
-
const scope$
|
|
174
|
+
const tableName$Q = "drafts";
|
|
175
|
+
const scope$Q = _contract;
|
|
171
176
|
|
|
172
177
|
const drafts = {
|
|
173
178
|
__proto__: null,
|
|
174
|
-
scope: scope$
|
|
175
|
-
tableName: tableName$
|
|
179
|
+
scope: scope$Q,
|
|
180
|
+
tableName: tableName$Q
|
|
176
181
|
};
|
|
177
182
|
|
|
178
|
-
const tableName$
|
|
179
|
-
const scope$
|
|
183
|
+
const tableName$P = "translations";
|
|
184
|
+
const scope$P = _contract;
|
|
180
185
|
|
|
181
|
-
const translations$
|
|
186
|
+
const translations$g = {
|
|
182
187
|
__proto__: null,
|
|
183
|
-
scope: scope$
|
|
184
|
-
tableName: tableName$
|
|
188
|
+
scope: scope$P,
|
|
189
|
+
tableName: tableName$P
|
|
185
190
|
};
|
|
186
191
|
|
|
187
|
-
const index$
|
|
192
|
+
const index$11 = {
|
|
188
193
|
__proto__: null,
|
|
189
194
|
Drafts: drafts,
|
|
190
|
-
Translations: translations$
|
|
195
|
+
Translations: translations$g
|
|
191
196
|
};
|
|
192
197
|
|
|
193
198
|
const draft = {
|
|
194
199
|
__proto__: null
|
|
195
200
|
};
|
|
196
201
|
|
|
197
|
-
const contractName$
|
|
202
|
+
const contractName$b = _draft;
|
|
198
203
|
|
|
199
|
-
const index$
|
|
204
|
+
const index$10 = {
|
|
200
205
|
__proto__: null,
|
|
201
|
-
Actions: index$
|
|
206
|
+
Actions: index$12,
|
|
202
207
|
Interfaces: draft,
|
|
203
|
-
Tables: index$
|
|
204
|
-
contractName: contractName$
|
|
208
|
+
Tables: index$11,
|
|
209
|
+
contractName: contractName$b
|
|
205
210
|
};
|
|
206
211
|
|
|
207
|
-
const authorizations$
|
|
208
|
-
const actionName$
|
|
212
|
+
const authorizations$2F = [{ permissions: [active], actor: _trustee }];
|
|
213
|
+
const actionName$2F = "addtrusted";
|
|
209
214
|
|
|
210
215
|
const addTrusted = {
|
|
211
216
|
__proto__: null,
|
|
212
|
-
actionName: actionName$
|
|
213
|
-
authorizations: authorizations$
|
|
217
|
+
actionName: actionName$2F,
|
|
218
|
+
authorizations: authorizations$2F
|
|
214
219
|
};
|
|
215
220
|
|
|
216
|
-
const authorizations$
|
|
217
|
-
const actionName$
|
|
221
|
+
const authorizations$2E = [{ permissions: [active], actor: _chairman }];
|
|
222
|
+
const actionName$2E = "createbranch";
|
|
218
223
|
|
|
219
224
|
const createBranch = {
|
|
220
225
|
__proto__: null,
|
|
221
|
-
actionName: actionName$
|
|
222
|
-
authorizations: authorizations$
|
|
226
|
+
actionName: actionName$2E,
|
|
227
|
+
authorizations: authorizations$2E
|
|
223
228
|
};
|
|
224
229
|
|
|
225
|
-
const authorizations$
|
|
226
|
-
const actionName$
|
|
230
|
+
const authorizations$2D = [{ permissions: [active], actor: _chairman }];
|
|
231
|
+
const actionName$2D = "deletebranch";
|
|
227
232
|
|
|
228
233
|
const deleteBranch = {
|
|
229
234
|
__proto__: null,
|
|
230
|
-
actionName: actionName$
|
|
231
|
-
authorizations: authorizations$
|
|
235
|
+
actionName: actionName$2D,
|
|
236
|
+
authorizations: authorizations$2D
|
|
232
237
|
};
|
|
233
238
|
|
|
234
|
-
const authorizations$
|
|
235
|
-
const actionName$
|
|
239
|
+
const authorizations$2C = [{ permissions: [active], actor: _trustee }];
|
|
240
|
+
const actionName$2C = "deltrusted";
|
|
236
241
|
|
|
237
242
|
const deleteTrusted = {
|
|
238
243
|
__proto__: null,
|
|
239
|
-
actionName: actionName$
|
|
240
|
-
authorizations: authorizations$
|
|
244
|
+
actionName: actionName$2C,
|
|
245
|
+
authorizations: authorizations$2C
|
|
241
246
|
};
|
|
242
247
|
|
|
243
|
-
const authorizations$
|
|
244
|
-
const actionName$
|
|
248
|
+
const authorizations$2B = [{ permissions: [active], actor: _chairman }];
|
|
249
|
+
const actionName$2B = "editbranch";
|
|
245
250
|
|
|
246
251
|
const editBranch = {
|
|
247
252
|
__proto__: null,
|
|
248
|
-
actionName: actionName$
|
|
249
|
-
authorizations: authorizations$
|
|
253
|
+
actionName: actionName$2B,
|
|
254
|
+
authorizations: authorizations$2B
|
|
250
255
|
};
|
|
251
256
|
|
|
252
|
-
const index
|
|
257
|
+
const index$$ = {
|
|
253
258
|
__proto__: null,
|
|
254
259
|
AddTrusted: addTrusted,
|
|
255
260
|
CreateBranch: createBranch,
|
|
@@ -258,25 +263,25 @@ const index$U = {
|
|
|
258
263
|
EditBranch: editBranch
|
|
259
264
|
};
|
|
260
265
|
|
|
261
|
-
const tableName$
|
|
262
|
-
const scope$
|
|
266
|
+
const tableName$O = "branches";
|
|
267
|
+
const scope$O = _coopname;
|
|
263
268
|
|
|
264
269
|
const branches = {
|
|
265
270
|
__proto__: null,
|
|
266
|
-
scope: scope$
|
|
267
|
-
tableName: tableName$
|
|
271
|
+
scope: scope$O,
|
|
272
|
+
tableName: tableName$O
|
|
268
273
|
};
|
|
269
274
|
|
|
270
|
-
const tableName$
|
|
271
|
-
const scope$
|
|
275
|
+
const tableName$N = "branchstat";
|
|
276
|
+
const scope$N = _contract;
|
|
272
277
|
|
|
273
278
|
const branchStat = {
|
|
274
279
|
__proto__: null,
|
|
275
|
-
scope: scope$
|
|
276
|
-
tableName: tableName$
|
|
280
|
+
scope: scope$N,
|
|
281
|
+
tableName: tableName$N
|
|
277
282
|
};
|
|
278
283
|
|
|
279
|
-
const index$
|
|
284
|
+
const index$_ = {
|
|
280
285
|
__proto__: null,
|
|
281
286
|
BranchStat: branchStat,
|
|
282
287
|
Branches: branches
|
|
@@ -286,156 +291,156 @@ const branch = {
|
|
|
286
291
|
__proto__: null
|
|
287
292
|
};
|
|
288
293
|
|
|
289
|
-
const contractName$
|
|
294
|
+
const contractName$a = _branch;
|
|
290
295
|
|
|
291
|
-
const index$
|
|
296
|
+
const index$Z = {
|
|
292
297
|
__proto__: null,
|
|
293
|
-
Actions: index
|
|
298
|
+
Actions: index$$,
|
|
294
299
|
Interfaces: branch,
|
|
295
|
-
Tables: index$
|
|
296
|
-
contractName: contractName$
|
|
300
|
+
Tables: index$_,
|
|
301
|
+
contractName: contractName$a
|
|
297
302
|
};
|
|
298
303
|
|
|
299
|
-
const authorizations$
|
|
300
|
-
const actionName$
|
|
304
|
+
const authorizations$2A = [{ permissions: [active], actor: _fund }];
|
|
305
|
+
const actionName$2A = "addaccum";
|
|
301
306
|
|
|
302
307
|
const addAccumulation = {
|
|
303
308
|
__proto__: null,
|
|
304
|
-
actionName: actionName$
|
|
305
|
-
authorizations: authorizations$
|
|
309
|
+
actionName: actionName$2A,
|
|
310
|
+
authorizations: authorizations$2A
|
|
306
311
|
};
|
|
307
312
|
|
|
308
|
-
const authorizations$
|
|
309
|
-
const actionName$
|
|
313
|
+
const authorizations$2z = [{ permissions: [active], actor: _fund }];
|
|
314
|
+
const actionName$2z = "subaccum";
|
|
310
315
|
|
|
311
316
|
const subAccumulation = {
|
|
312
317
|
__proto__: null,
|
|
313
|
-
actionName: actionName$
|
|
314
|
-
authorizations: authorizations$
|
|
318
|
+
actionName: actionName$2z,
|
|
319
|
+
authorizations: authorizations$2z
|
|
315
320
|
};
|
|
316
321
|
|
|
317
|
-
const authorizations$
|
|
318
|
-
const actionName$
|
|
322
|
+
const authorizations$2y = [{ permissions: [active], actor: _gateway }];
|
|
323
|
+
const actionName$2y = "addcirculate";
|
|
319
324
|
|
|
320
325
|
const addCirculation = {
|
|
321
326
|
__proto__: null,
|
|
322
|
-
actionName: actionName$
|
|
323
|
-
authorizations: authorizations$
|
|
327
|
+
actionName: actionName$2y,
|
|
328
|
+
authorizations: authorizations$2y
|
|
324
329
|
};
|
|
325
330
|
|
|
326
|
-
const authorizations$
|
|
327
|
-
const actionName$
|
|
331
|
+
const authorizations$2x = [{ permissions: [active], actor: _fund }];
|
|
332
|
+
const actionName$2x = "addexpense";
|
|
328
333
|
|
|
329
334
|
const addExpense = {
|
|
330
335
|
__proto__: null,
|
|
331
|
-
actionName: actionName$
|
|
332
|
-
authorizations: authorizations$
|
|
336
|
+
actionName: actionName$2x,
|
|
337
|
+
authorizations: authorizations$2x
|
|
333
338
|
};
|
|
334
339
|
|
|
335
|
-
const authorizations$
|
|
336
|
-
const actionName$
|
|
340
|
+
const authorizations$2w = [{ permissions: [active], actor: _soviet }];
|
|
341
|
+
const actionName$2w = "authorize";
|
|
337
342
|
|
|
338
343
|
const authorizeWithdraw = {
|
|
339
344
|
__proto__: null,
|
|
340
|
-
actionName: actionName$
|
|
341
|
-
authorizations: authorizations$
|
|
345
|
+
actionName: actionName$2w,
|
|
346
|
+
authorizations: authorizations$2w
|
|
342
347
|
};
|
|
343
348
|
|
|
344
|
-
const authorizations$
|
|
345
|
-
const actionName$
|
|
349
|
+
const authorizations$2v = [{ permissions: [active, special], actor: _admin }];
|
|
350
|
+
const actionName$2v = "complete";
|
|
346
351
|
|
|
347
352
|
const completeWithdraw$1 = {
|
|
348
353
|
__proto__: null,
|
|
349
|
-
actionName: actionName$
|
|
350
|
-
authorizations: authorizations$
|
|
354
|
+
actionName: actionName$2v,
|
|
355
|
+
authorizations: authorizations$2v
|
|
351
356
|
};
|
|
352
357
|
|
|
353
|
-
const authorizations$
|
|
354
|
-
const actionName$
|
|
358
|
+
const authorizations$2u = [{ permissions: [active], actor: _fund }];
|
|
359
|
+
const actionName$2u = "newfund";
|
|
355
360
|
|
|
356
361
|
const newFund = {
|
|
357
362
|
__proto__: null,
|
|
358
|
-
actionName: actionName$
|
|
359
|
-
authorizations: authorizations$
|
|
363
|
+
actionName: actionName$2u,
|
|
364
|
+
authorizations: authorizations$2u
|
|
360
365
|
};
|
|
361
366
|
|
|
362
|
-
const authorizations$
|
|
363
|
-
const actionName$
|
|
367
|
+
const authorizations$2t = [{ permissions: [active], actor: _chairman }];
|
|
368
|
+
const actionName$2t = "createfund";
|
|
364
369
|
|
|
365
370
|
const createFund = {
|
|
366
371
|
__proto__: null,
|
|
367
|
-
actionName: actionName$
|
|
368
|
-
authorizations: authorizations$
|
|
372
|
+
actionName: actionName$2t,
|
|
373
|
+
authorizations: authorizations$2t
|
|
369
374
|
};
|
|
370
375
|
|
|
371
|
-
const authorizations$
|
|
372
|
-
const actionName$
|
|
376
|
+
const authorizations$2s = [{ permissions: [active], actor: _chairman }];
|
|
377
|
+
const actionName$2s = "delfund";
|
|
373
378
|
|
|
374
379
|
const deleteFund = {
|
|
375
380
|
__proto__: null,
|
|
376
|
-
actionName: actionName$
|
|
377
|
-
authorizations: authorizations$
|
|
381
|
+
actionName: actionName$2s,
|
|
382
|
+
authorizations: authorizations$2s
|
|
378
383
|
};
|
|
379
384
|
|
|
380
|
-
const authorizations$
|
|
381
|
-
const actionName$
|
|
385
|
+
const authorizations$2r = [{ permissions: [active], actor: _chairman }];
|
|
386
|
+
const actionName$2r = "editfund";
|
|
382
387
|
|
|
383
388
|
const editFund = {
|
|
384
389
|
__proto__: null,
|
|
385
|
-
actionName: actionName$
|
|
386
|
-
authorizations: authorizations$
|
|
390
|
+
actionName: actionName$2r,
|
|
391
|
+
authorizations: authorizations$2r
|
|
387
392
|
};
|
|
388
393
|
|
|
389
|
-
const authorizations$
|
|
394
|
+
const authorizations$2q = [
|
|
390
395
|
{ permissions: [active], actor: _username },
|
|
391
396
|
{ permissions: [active, special], actor: _admin },
|
|
392
397
|
{ permissions: [active], actor: _contract }
|
|
393
398
|
];
|
|
394
|
-
const actionName$
|
|
399
|
+
const actionName$2q = "fundwithdraw";
|
|
395
400
|
|
|
396
401
|
const createWithdraw$1 = {
|
|
397
402
|
__proto__: null,
|
|
398
|
-
actionName: actionName$
|
|
399
|
-
authorizations: authorizations$
|
|
403
|
+
actionName: actionName$2q,
|
|
404
|
+
authorizations: authorizations$2q
|
|
400
405
|
};
|
|
401
406
|
|
|
402
|
-
const authorizations$
|
|
403
|
-
const actionName$
|
|
407
|
+
const authorizations$2p = [{ permissions: [active], actor: _soviet }];
|
|
408
|
+
const actionName$2p = "init";
|
|
404
409
|
|
|
405
|
-
const init$
|
|
410
|
+
const init$4 = {
|
|
406
411
|
__proto__: null,
|
|
407
|
-
actionName: actionName$
|
|
408
|
-
authorizations: authorizations$
|
|
412
|
+
actionName: actionName$2p,
|
|
413
|
+
authorizations: authorizations$2p
|
|
409
414
|
};
|
|
410
415
|
|
|
411
|
-
const authorizations$
|
|
412
|
-
const actionName$
|
|
416
|
+
const authorizations$2o = [{ permissions: [active], actor: _fund }];
|
|
417
|
+
const actionName$2o = "newwithdraw";
|
|
413
418
|
|
|
414
419
|
const newWithdraw = {
|
|
415
420
|
__proto__: null,
|
|
416
|
-
actionName: actionName$
|
|
417
|
-
authorizations: authorizations$
|
|
421
|
+
actionName: actionName$2o,
|
|
422
|
+
authorizations: authorizations$2o
|
|
418
423
|
};
|
|
419
424
|
|
|
420
|
-
const authorizations$
|
|
421
|
-
const actionName$
|
|
425
|
+
const authorizations$2n = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
426
|
+
const actionName$2n = "spreadamount";
|
|
422
427
|
|
|
423
428
|
const spreadAmount = {
|
|
424
429
|
__proto__: null,
|
|
425
|
-
actionName: actionName$
|
|
426
|
-
authorizations: authorizations$
|
|
430
|
+
actionName: actionName$2n,
|
|
431
|
+
authorizations: authorizations$2n
|
|
427
432
|
};
|
|
428
433
|
|
|
429
|
-
const authorizations$
|
|
430
|
-
const actionName$
|
|
434
|
+
const authorizations$2m = [{ permissions: [active], actor: _gateway }];
|
|
435
|
+
const actionName$2m = "subcirculate";
|
|
431
436
|
|
|
432
437
|
const subCirculation = {
|
|
433
438
|
__proto__: null,
|
|
434
|
-
actionName: actionName$
|
|
435
|
-
authorizations: authorizations$
|
|
439
|
+
actionName: actionName$2m,
|
|
440
|
+
authorizations: authorizations$2m
|
|
436
441
|
};
|
|
437
442
|
|
|
438
|
-
const index$
|
|
443
|
+
const index$Y = {
|
|
439
444
|
__proto__: null,
|
|
440
445
|
AddAccumulation: addAccumulation,
|
|
441
446
|
AddCirculation: addCirculation,
|
|
@@ -446,7 +451,7 @@ const index$R = {
|
|
|
446
451
|
CreateWithdraw: createWithdraw$1,
|
|
447
452
|
DeleteFund: deleteFund,
|
|
448
453
|
EditFund: editFund,
|
|
449
|
-
Init: init$
|
|
454
|
+
Init: init$4,
|
|
450
455
|
NewFund: newFund,
|
|
451
456
|
NewWithdraw: newWithdraw,
|
|
452
457
|
SpreadAmount: spreadAmount,
|
|
@@ -454,43 +459,43 @@ const index$R = {
|
|
|
454
459
|
SubCirculation: subCirculation
|
|
455
460
|
};
|
|
456
461
|
|
|
457
|
-
const tableName$
|
|
458
|
-
const scope$
|
|
462
|
+
const tableName$M = "accfunds";
|
|
463
|
+
const scope$M = _fund;
|
|
459
464
|
|
|
460
465
|
const accumulationFunds = {
|
|
461
466
|
__proto__: null,
|
|
462
|
-
scope: scope$
|
|
463
|
-
tableName: tableName$
|
|
467
|
+
scope: scope$M,
|
|
468
|
+
tableName: tableName$M
|
|
464
469
|
};
|
|
465
470
|
|
|
466
|
-
const tableName$
|
|
467
|
-
const scope$
|
|
471
|
+
const tableName$L = "expfunds";
|
|
472
|
+
const scope$L = _fund;
|
|
468
473
|
|
|
469
474
|
const expenseFunds = {
|
|
470
475
|
__proto__: null,
|
|
471
|
-
scope: scope$
|
|
472
|
-
tableName: tableName$
|
|
476
|
+
scope: scope$L,
|
|
477
|
+
tableName: tableName$L
|
|
473
478
|
};
|
|
474
479
|
|
|
475
|
-
const tableName$
|
|
476
|
-
const scope$
|
|
480
|
+
const tableName$K = "coopwallet";
|
|
481
|
+
const scope$K = _fund;
|
|
477
482
|
|
|
478
483
|
const coopWallet = {
|
|
479
484
|
__proto__: null,
|
|
480
|
-
scope: scope$
|
|
481
|
-
tableName: tableName$
|
|
485
|
+
scope: scope$K,
|
|
486
|
+
tableName: tableName$K
|
|
482
487
|
};
|
|
483
488
|
|
|
484
|
-
const tableName$
|
|
485
|
-
const scope$
|
|
489
|
+
const tableName$J = "fwithdraws";
|
|
490
|
+
const scope$J = _fund;
|
|
486
491
|
|
|
487
492
|
const fundWithdraws = {
|
|
488
493
|
__proto__: null,
|
|
489
|
-
scope: scope$
|
|
490
|
-
tableName: tableName$
|
|
494
|
+
scope: scope$J,
|
|
495
|
+
tableName: tableName$J
|
|
491
496
|
};
|
|
492
497
|
|
|
493
|
-
const index$
|
|
498
|
+
const index$X = {
|
|
494
499
|
__proto__: null,
|
|
495
500
|
AccumulatedFunds: accumulationFunds,
|
|
496
501
|
CoopWallet: coopWallet,
|
|
@@ -502,89 +507,89 @@ const fund = {
|
|
|
502
507
|
__proto__: null
|
|
503
508
|
};
|
|
504
509
|
|
|
505
|
-
const contractName$
|
|
510
|
+
const contractName$9 = _fund;
|
|
506
511
|
|
|
507
|
-
const index$
|
|
512
|
+
const index$W = {
|
|
508
513
|
__proto__: null,
|
|
509
|
-
Actions: index$
|
|
514
|
+
Actions: index$Y,
|
|
510
515
|
Interfaces: fund,
|
|
511
|
-
Tables: index$
|
|
512
|
-
contractName: contractName$
|
|
516
|
+
Tables: index$X,
|
|
517
|
+
contractName: contractName$9
|
|
513
518
|
};
|
|
514
519
|
|
|
515
|
-
const authorizations$
|
|
516
|
-
const actionName$
|
|
520
|
+
const authorizations$2l = [{ permissions: [active, special], actor: _coopname }];
|
|
521
|
+
const actionName$2l = "deposit";
|
|
517
522
|
|
|
518
523
|
const createDeposit = {
|
|
519
524
|
__proto__: null,
|
|
520
|
-
actionName: actionName$
|
|
521
|
-
authorizations: authorizations$
|
|
525
|
+
actionName: actionName$2l,
|
|
526
|
+
authorizations: authorizations$2l
|
|
522
527
|
};
|
|
523
528
|
|
|
524
|
-
const authorizations$
|
|
525
|
-
const actionName$
|
|
529
|
+
const authorizations$2k = [{ permissions: [active, special], actor: _admin }];
|
|
530
|
+
const actionName$2k = "dpcomplete";
|
|
526
531
|
|
|
527
532
|
const completeDeposit = {
|
|
528
533
|
__proto__: null,
|
|
529
|
-
actionName: actionName$
|
|
530
|
-
authorizations: authorizations$
|
|
534
|
+
actionName: actionName$2k,
|
|
535
|
+
authorizations: authorizations$2k
|
|
531
536
|
};
|
|
532
537
|
|
|
533
|
-
const authorizations$
|
|
534
|
-
const actionName$
|
|
538
|
+
const authorizations$2j = [{ permissions: [active, special], actor: _admin }];
|
|
539
|
+
const actionName$2j = "dprefund";
|
|
535
540
|
|
|
536
541
|
const refundDeposit = {
|
|
537
542
|
__proto__: null,
|
|
538
|
-
actionName: actionName$
|
|
539
|
-
authorizations: authorizations$
|
|
543
|
+
actionName: actionName$2j,
|
|
544
|
+
authorizations: authorizations$2j
|
|
540
545
|
};
|
|
541
546
|
|
|
542
|
-
const authorizations$
|
|
543
|
-
const actionName$
|
|
547
|
+
const authorizations$2i = [{ permissions: [active], actor: _gateway }];
|
|
548
|
+
const actionName$2i = "newdepositid";
|
|
544
549
|
|
|
545
550
|
const newDepositId = {
|
|
546
551
|
__proto__: null,
|
|
547
|
-
actionName: actionName$
|
|
548
|
-
authorizations: authorizations$
|
|
552
|
+
actionName: actionName$2i,
|
|
553
|
+
authorizations: authorizations$2i
|
|
549
554
|
};
|
|
550
555
|
|
|
551
|
-
const authorizations$
|
|
552
|
-
const actionName$
|
|
556
|
+
const authorizations$2h = [{ permissions: [active], actor: _gateway }];
|
|
557
|
+
const actionName$2h = "newwithdrid";
|
|
553
558
|
|
|
554
559
|
const newWithdrawId = {
|
|
555
560
|
__proto__: null,
|
|
556
|
-
actionName: actionName$
|
|
557
|
-
authorizations: authorizations$
|
|
561
|
+
actionName: actionName$2h,
|
|
562
|
+
authorizations: authorizations$2h
|
|
558
563
|
};
|
|
559
564
|
|
|
560
|
-
const authorizations$
|
|
561
|
-
const actionName$
|
|
565
|
+
const authorizations$2g = [{ permissions: [active], actor: _username }];
|
|
566
|
+
const actionName$2g = "withdraw";
|
|
562
567
|
|
|
563
568
|
const createWithdraw = {
|
|
564
569
|
__proto__: null,
|
|
565
|
-
actionName: actionName$
|
|
566
|
-
authorizations: authorizations$
|
|
570
|
+
actionName: actionName$2g,
|
|
571
|
+
authorizations: authorizations$2g
|
|
567
572
|
};
|
|
568
573
|
|
|
569
|
-
const authorizations$
|
|
570
|
-
const actionName$
|
|
574
|
+
const authorizations$2f = [{ permissions: [active, special], actor: _admin }];
|
|
575
|
+
const actionName$2f = "wthdcomplete";
|
|
571
576
|
|
|
572
577
|
const completeWithdraw = {
|
|
573
578
|
__proto__: null,
|
|
574
|
-
actionName: actionName$
|
|
575
|
-
authorizations: authorizations$
|
|
579
|
+
actionName: actionName$2f,
|
|
580
|
+
authorizations: authorizations$2f
|
|
576
581
|
};
|
|
577
582
|
|
|
578
|
-
const authorizations$
|
|
579
|
-
const actionName$
|
|
583
|
+
const authorizations$2e = [{ permissions: [active, special], actor: _admin }];
|
|
584
|
+
const actionName$2e = "wthdfail";
|
|
580
585
|
|
|
581
586
|
const failWithdraw = {
|
|
582
587
|
__proto__: null,
|
|
583
|
-
actionName: actionName$
|
|
584
|
-
authorizations: authorizations$
|
|
588
|
+
actionName: actionName$2e,
|
|
589
|
+
authorizations: authorizations$2e
|
|
585
590
|
};
|
|
586
591
|
|
|
587
|
-
const index$
|
|
592
|
+
const index$V = {
|
|
588
593
|
__proto__: null,
|
|
589
594
|
CompleteDeposit: completeDeposit,
|
|
590
595
|
CompleteWithdraw: completeWithdraw,
|
|
@@ -596,25 +601,25 @@ const index$O = {
|
|
|
596
601
|
RefundDeposit: refundDeposit
|
|
597
602
|
};
|
|
598
603
|
|
|
599
|
-
const tableName$
|
|
600
|
-
const scope$
|
|
604
|
+
const tableName$I = "deposits";
|
|
605
|
+
const scope$I = _gateway;
|
|
601
606
|
|
|
602
607
|
const deposits = {
|
|
603
608
|
__proto__: null,
|
|
604
|
-
scope: scope$
|
|
605
|
-
tableName: tableName$
|
|
609
|
+
scope: scope$I,
|
|
610
|
+
tableName: tableName$I
|
|
606
611
|
};
|
|
607
612
|
|
|
608
|
-
const tableName$
|
|
609
|
-
const scope$
|
|
613
|
+
const tableName$H = "withdraws";
|
|
614
|
+
const scope$H = _gateway;
|
|
610
615
|
|
|
611
616
|
const withdraws = {
|
|
612
617
|
__proto__: null,
|
|
613
|
-
scope: scope$
|
|
614
|
-
tableName: tableName$
|
|
618
|
+
scope: scope$H,
|
|
619
|
+
tableName: tableName$H
|
|
615
620
|
};
|
|
616
621
|
|
|
617
|
-
const index$
|
|
622
|
+
const index$U = {
|
|
618
623
|
__proto__: null,
|
|
619
624
|
Deposits: deposits,
|
|
620
625
|
Withdraws: withdraws
|
|
@@ -624,143 +629,143 @@ const gateway = {
|
|
|
624
629
|
__proto__: null
|
|
625
630
|
};
|
|
626
631
|
|
|
627
|
-
const contractName$
|
|
632
|
+
const contractName$8 = _gateway;
|
|
628
633
|
|
|
629
|
-
const index$
|
|
634
|
+
const index$T = {
|
|
630
635
|
__proto__: null,
|
|
631
|
-
Actions: index$
|
|
636
|
+
Actions: index$V,
|
|
632
637
|
Interfaces: gateway,
|
|
633
|
-
Tables: index$
|
|
634
|
-
contractName: contractName$
|
|
638
|
+
Tables: index$U,
|
|
639
|
+
contractName: contractName$8
|
|
635
640
|
};
|
|
636
641
|
|
|
637
|
-
const authorizations$
|
|
638
|
-
const actionName$
|
|
642
|
+
const authorizations$2d = [{ permissions: [active], actor: _system }];
|
|
643
|
+
const actionName$2d = "verificate";
|
|
639
644
|
|
|
640
645
|
const verificateAccount = {
|
|
641
646
|
__proto__: null,
|
|
642
|
-
actionName: actionName$
|
|
643
|
-
authorizations: authorizations$
|
|
647
|
+
actionName: actionName$2d,
|
|
648
|
+
authorizations: authorizations$2d
|
|
644
649
|
};
|
|
645
650
|
|
|
646
|
-
const authorizations$
|
|
647
|
-
const actionName$
|
|
651
|
+
const authorizations$2c = [{ permissions: [active], actor: _username }];
|
|
652
|
+
const actionName$2c = "updateaccnt";
|
|
648
653
|
|
|
649
654
|
const updateAccount = {
|
|
650
655
|
__proto__: null,
|
|
651
|
-
actionName: actionName$
|
|
652
|
-
authorizations: authorizations$
|
|
656
|
+
actionName: actionName$2c,
|
|
657
|
+
authorizations: authorizations$2c
|
|
653
658
|
};
|
|
654
659
|
|
|
655
|
-
const authorizations$
|
|
656
|
-
const actionName$
|
|
660
|
+
const authorizations$2b = [{ permissions: [active], actor: _username }];
|
|
661
|
+
const actionName$2b = "updatecoop";
|
|
657
662
|
|
|
658
663
|
const updateCoop = {
|
|
659
664
|
__proto__: null,
|
|
660
|
-
actionName: actionName$
|
|
661
|
-
authorizations: authorizations$
|
|
665
|
+
actionName: actionName$2b,
|
|
666
|
+
authorizations: authorizations$2b
|
|
662
667
|
};
|
|
663
668
|
|
|
664
|
-
const authorizations$
|
|
665
|
-
const actionName$
|
|
669
|
+
const authorizations$2a = [{ permissions: [active, special], actor: _admin }];
|
|
670
|
+
const actionName$2a = "newaccount";
|
|
666
671
|
|
|
667
672
|
const createAccount$1 = {
|
|
668
673
|
__proto__: null,
|
|
669
|
-
actionName: actionName$
|
|
670
|
-
authorizations: authorizations$
|
|
674
|
+
actionName: actionName$2a,
|
|
675
|
+
authorizations: authorizations$2a
|
|
671
676
|
};
|
|
672
677
|
|
|
673
|
-
const authorizations$
|
|
674
|
-
const actionName$
|
|
678
|
+
const authorizations$29 = [{ permissions: [active, special], actor: _admin }];
|
|
679
|
+
const actionName$29 = "reguser";
|
|
675
680
|
|
|
676
681
|
const registerUser = {
|
|
677
682
|
__proto__: null,
|
|
678
|
-
actionName: actionName$
|
|
679
|
-
authorizations: authorizations$
|
|
683
|
+
actionName: actionName$29,
|
|
684
|
+
authorizations: authorizations$29
|
|
680
685
|
};
|
|
681
686
|
|
|
682
|
-
const authorizations$
|
|
683
|
-
const actionName$
|
|
687
|
+
const authorizations$28 = [{ permissions: [active, special], actor: _admin }];
|
|
688
|
+
const actionName$28 = "regcoop";
|
|
684
689
|
|
|
685
690
|
const registerCooperative = {
|
|
686
691
|
__proto__: null,
|
|
687
|
-
actionName: actionName$
|
|
688
|
-
authorizations: authorizations$
|
|
692
|
+
actionName: actionName$28,
|
|
693
|
+
authorizations: authorizations$28
|
|
689
694
|
};
|
|
690
695
|
|
|
691
|
-
const authorizations$
|
|
692
|
-
const actionName$
|
|
696
|
+
const authorizations$27 = [{ permissions: [active], actor: _system }];
|
|
697
|
+
const actionName$27 = "changekey";
|
|
693
698
|
|
|
694
699
|
const changeKey = {
|
|
695
700
|
__proto__: null,
|
|
696
|
-
actionName: actionName$
|
|
697
|
-
authorizations: authorizations$
|
|
701
|
+
actionName: actionName$27,
|
|
702
|
+
authorizations: authorizations$27
|
|
698
703
|
};
|
|
699
704
|
|
|
700
|
-
const authorizations$
|
|
701
|
-
const actionName$
|
|
705
|
+
const authorizations$26 = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
706
|
+
const actionName$26 = "joincoop";
|
|
702
707
|
|
|
703
708
|
const joinCooperative = {
|
|
704
709
|
__proto__: null,
|
|
705
|
-
actionName: actionName$
|
|
706
|
-
authorizations: authorizations$
|
|
710
|
+
actionName: actionName$26,
|
|
711
|
+
authorizations: authorizations$26
|
|
707
712
|
};
|
|
708
713
|
|
|
709
|
-
const authorizations$
|
|
710
|
-
const actionName$
|
|
714
|
+
const authorizations$25 = [{ permissions: [active], actor: _system }];
|
|
715
|
+
const actionName$25 = "init";
|
|
711
716
|
|
|
712
|
-
const init$
|
|
717
|
+
const init$3 = {
|
|
713
718
|
__proto__: null,
|
|
714
|
-
actionName: actionName$
|
|
715
|
-
authorizations: authorizations$
|
|
719
|
+
actionName: actionName$25,
|
|
720
|
+
authorizations: authorizations$25
|
|
716
721
|
};
|
|
717
722
|
|
|
718
|
-
const authorizations$
|
|
719
|
-
const actionName$
|
|
723
|
+
const authorizations$24 = [{ permissions: [active, special], actor: _admin }];
|
|
724
|
+
const actionName$24 = "adduser";
|
|
720
725
|
|
|
721
726
|
const addUser = {
|
|
722
727
|
__proto__: null,
|
|
723
|
-
actionName: actionName$
|
|
724
|
-
authorizations: authorizations$
|
|
728
|
+
actionName: actionName$24,
|
|
729
|
+
authorizations: authorizations$24
|
|
725
730
|
};
|
|
726
731
|
|
|
727
|
-
const authorizations$
|
|
728
|
-
const actionName$
|
|
732
|
+
const authorizations$23 = [{ permissions: [active, special], actor: _admin }];
|
|
733
|
+
const actionName$23 = "stcoopstatus";
|
|
729
734
|
|
|
730
735
|
const setCoopStatus = {
|
|
731
736
|
__proto__: null,
|
|
732
|
-
actionName: actionName$
|
|
733
|
-
authorizations: authorizations$
|
|
737
|
+
actionName: actionName$23,
|
|
738
|
+
authorizations: authorizations$23
|
|
734
739
|
};
|
|
735
740
|
|
|
736
|
-
const authorizations$
|
|
737
|
-
const actionName$
|
|
741
|
+
const authorizations$22 = [{ permissions: [active, special], actor: _admin }];
|
|
742
|
+
const actionName$22 = "delcoop";
|
|
738
743
|
|
|
739
744
|
const deleteCooperative = {
|
|
740
745
|
__proto__: null,
|
|
741
|
-
actionName: actionName$
|
|
742
|
-
authorizations: authorizations$
|
|
746
|
+
actionName: actionName$22,
|
|
747
|
+
authorizations: authorizations$22
|
|
743
748
|
};
|
|
744
749
|
|
|
745
|
-
const authorizations$
|
|
746
|
-
const actionName$
|
|
750
|
+
const authorizations$21 = [{ permissions: [active], actor: _coopname }];
|
|
751
|
+
const actionName$21 = "enabranches";
|
|
747
752
|
|
|
748
753
|
const enableBranches = {
|
|
749
754
|
__proto__: null,
|
|
750
|
-
actionName: actionName$
|
|
751
|
-
authorizations: authorizations$
|
|
755
|
+
actionName: actionName$21,
|
|
756
|
+
authorizations: authorizations$21
|
|
752
757
|
};
|
|
753
758
|
|
|
754
|
-
const authorizations$
|
|
755
|
-
const actionName$
|
|
759
|
+
const authorizations$20 = [{ permissions: [active], actor: _coopname }];
|
|
760
|
+
const actionName$20 = "disbranches";
|
|
756
761
|
|
|
757
762
|
const disableBranches = {
|
|
758
763
|
__proto__: null,
|
|
759
|
-
actionName: actionName$
|
|
760
|
-
authorizations: authorizations$
|
|
764
|
+
actionName: actionName$20,
|
|
765
|
+
authorizations: authorizations$20
|
|
761
766
|
};
|
|
762
767
|
|
|
763
|
-
const index$
|
|
768
|
+
const index$S = {
|
|
764
769
|
__proto__: null,
|
|
765
770
|
AddUser: addUser,
|
|
766
771
|
ChangeKey: changeKey,
|
|
@@ -768,7 +773,7 @@ const index$L = {
|
|
|
768
773
|
DeleteCooperative: deleteCooperative,
|
|
769
774
|
DisableBranches: disableBranches,
|
|
770
775
|
EnableBranches: enableBranches,
|
|
771
|
-
Init: init$
|
|
776
|
+
Init: init$3,
|
|
772
777
|
JoinCooperative: joinCooperative,
|
|
773
778
|
RegisterCooperative: registerCooperative,
|
|
774
779
|
RegisterUser: registerUser,
|
|
@@ -778,25 +783,25 @@ const index$L = {
|
|
|
778
783
|
VerificateAccount: verificateAccount
|
|
779
784
|
};
|
|
780
785
|
|
|
781
|
-
const tableName$
|
|
782
|
-
const scope$
|
|
786
|
+
const tableName$G = "accounts";
|
|
787
|
+
const scope$G = _registrator;
|
|
783
788
|
|
|
784
789
|
const accounts = {
|
|
785
790
|
__proto__: null,
|
|
786
|
-
scope: scope$
|
|
787
|
-
tableName: tableName$
|
|
791
|
+
scope: scope$G,
|
|
792
|
+
tableName: tableName$G
|
|
788
793
|
};
|
|
789
794
|
|
|
790
|
-
const tableName$
|
|
791
|
-
const scope$
|
|
795
|
+
const tableName$F = "orgs";
|
|
796
|
+
const scope$F = _registrator;
|
|
792
797
|
|
|
793
798
|
const cooperatives = {
|
|
794
799
|
__proto__: null,
|
|
795
|
-
scope: scope$
|
|
796
|
-
tableName: tableName$
|
|
800
|
+
scope: scope$F,
|
|
801
|
+
tableName: tableName$F
|
|
797
802
|
};
|
|
798
803
|
|
|
799
|
-
const index$
|
|
804
|
+
const index$R = {
|
|
800
805
|
__proto__: null,
|
|
801
806
|
Accounts: accounts,
|
|
802
807
|
Cooperatives: cooperatives
|
|
@@ -806,71 +811,71 @@ const registrator = {
|
|
|
806
811
|
__proto__: null
|
|
807
812
|
};
|
|
808
813
|
|
|
809
|
-
const contractName$
|
|
814
|
+
const contractName$7 = _registrator;
|
|
810
815
|
|
|
811
|
-
const index$
|
|
816
|
+
const index$Q = {
|
|
812
817
|
__proto__: null,
|
|
813
|
-
Actions: index$
|
|
818
|
+
Actions: index$S,
|
|
814
819
|
Interfaces: registrator,
|
|
815
|
-
Tables: index$
|
|
816
|
-
contractName: contractName$
|
|
820
|
+
Tables: index$R,
|
|
821
|
+
contractName: contractName$7
|
|
817
822
|
};
|
|
818
823
|
|
|
819
|
-
const authorizations$
|
|
820
|
-
const actionName$
|
|
824
|
+
const authorizations$1$ = [{ permissions: [active], actor: _username }];
|
|
825
|
+
const actionName$1$ = "transfer";
|
|
821
826
|
|
|
822
827
|
const transfer = {
|
|
823
828
|
__proto__: null,
|
|
824
|
-
actionName: actionName$
|
|
825
|
-
authorizations: authorizations$
|
|
829
|
+
actionName: actionName$1$,
|
|
830
|
+
authorizations: authorizations$1$
|
|
826
831
|
};
|
|
827
832
|
|
|
828
|
-
const authorizations$
|
|
829
|
-
const actionName$
|
|
833
|
+
const authorizations$1_ = [{ permissions: [active], actor: _username }];
|
|
834
|
+
const actionName$1_ = "open";
|
|
830
835
|
|
|
831
836
|
const open = {
|
|
832
837
|
__proto__: null,
|
|
833
|
-
actionName: actionName$
|
|
834
|
-
authorizations: authorizations$
|
|
838
|
+
actionName: actionName$1_,
|
|
839
|
+
authorizations: authorizations$1_
|
|
835
840
|
};
|
|
836
841
|
|
|
837
|
-
const authorizations$
|
|
838
|
-
const actionName$
|
|
842
|
+
const authorizations$1Z = [{ permissions: [active], actor: _username }];
|
|
843
|
+
const actionName$1Z = "close";
|
|
839
844
|
|
|
840
845
|
const close = {
|
|
841
846
|
__proto__: null,
|
|
842
|
-
actionName: actionName$
|
|
843
|
-
authorizations: authorizations$
|
|
847
|
+
actionName: actionName$1Z,
|
|
848
|
+
authorizations: authorizations$1Z
|
|
844
849
|
};
|
|
845
850
|
|
|
846
|
-
const authorizations$
|
|
847
|
-
const actionName$
|
|
851
|
+
const authorizations$1Y = [{ permissions: [active], actor: _system$1 }];
|
|
852
|
+
const actionName$1Y = "create";
|
|
848
853
|
|
|
849
854
|
const create = {
|
|
850
855
|
__proto__: null,
|
|
851
|
-
actionName: actionName$
|
|
852
|
-
authorizations: authorizations$
|
|
856
|
+
actionName: actionName$1Y,
|
|
857
|
+
authorizations: authorizations$1Y
|
|
853
858
|
};
|
|
854
859
|
|
|
855
|
-
const authorizations$
|
|
856
|
-
const actionName$
|
|
860
|
+
const authorizations$1X = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
861
|
+
const actionName$1X = "issue";
|
|
857
862
|
|
|
858
863
|
const issue = {
|
|
859
864
|
__proto__: null,
|
|
860
|
-
actionName: actionName$
|
|
861
|
-
authorizations: authorizations$
|
|
865
|
+
actionName: actionName$1X,
|
|
866
|
+
authorizations: authorizations$1X
|
|
862
867
|
};
|
|
863
868
|
|
|
864
|
-
const authorizations$
|
|
865
|
-
const actionName$
|
|
869
|
+
const authorizations$1W = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
870
|
+
const actionName$1W = "retire";
|
|
866
871
|
|
|
867
872
|
const retire = {
|
|
868
873
|
__proto__: null,
|
|
869
|
-
actionName: actionName$
|
|
870
|
-
authorizations: authorizations$
|
|
874
|
+
actionName: actionName$1W,
|
|
875
|
+
authorizations: authorizations$1W
|
|
871
876
|
};
|
|
872
877
|
|
|
873
|
-
const index$
|
|
878
|
+
const index$P = {
|
|
874
879
|
__proto__: null,
|
|
875
880
|
Close: close,
|
|
876
881
|
Create: create,
|
|
@@ -880,25 +885,25 @@ const index$I = {
|
|
|
880
885
|
Transfer: transfer
|
|
881
886
|
};
|
|
882
887
|
|
|
883
|
-
const tableName$
|
|
884
|
-
const scope$
|
|
888
|
+
const tableName$E = "accounts";
|
|
889
|
+
const scope$E = _username;
|
|
885
890
|
|
|
886
891
|
const accountBalance = {
|
|
887
892
|
__proto__: null,
|
|
888
|
-
scope: scope$
|
|
889
|
-
tableName: tableName$
|
|
893
|
+
scope: scope$E,
|
|
894
|
+
tableName: tableName$E
|
|
890
895
|
};
|
|
891
896
|
|
|
892
|
-
const tableName$
|
|
893
|
-
const scope$
|
|
897
|
+
const tableName$D = "stat";
|
|
898
|
+
const scope$D = "AXON";
|
|
894
899
|
|
|
895
900
|
const currencyStats = {
|
|
896
901
|
__proto__: null,
|
|
897
|
-
scope: scope$
|
|
898
|
-
tableName: tableName$
|
|
902
|
+
scope: scope$D,
|
|
903
|
+
tableName: tableName$D
|
|
899
904
|
};
|
|
900
905
|
|
|
901
|
-
const index$
|
|
906
|
+
const index$O = {
|
|
902
907
|
__proto__: null,
|
|
903
908
|
AccountBalance: accountBalance,
|
|
904
909
|
CurrencyStats: currencyStats
|
|
@@ -908,71 +913,71 @@ const token = {
|
|
|
908
913
|
__proto__: null
|
|
909
914
|
};
|
|
910
915
|
|
|
911
|
-
const contractName$
|
|
916
|
+
const contractName$6 = _token;
|
|
912
917
|
|
|
913
|
-
const index$
|
|
918
|
+
const index$N = {
|
|
914
919
|
__proto__: null,
|
|
915
|
-
Actions: index$
|
|
920
|
+
Actions: index$P,
|
|
916
921
|
Interfaces: token,
|
|
917
|
-
Tables: index$
|
|
918
|
-
contractName: contractName$
|
|
922
|
+
Tables: index$O,
|
|
923
|
+
contractName: contractName$6
|
|
919
924
|
};
|
|
920
925
|
|
|
921
|
-
const authorizations$
|
|
922
|
-
const actionName$
|
|
926
|
+
const authorizations$1V = [{ permissions: [active], actor: _soviet }];
|
|
927
|
+
const actionName$1V = "newsubmitted";
|
|
923
928
|
|
|
924
929
|
const newsubmitted = {
|
|
925
930
|
__proto__: null,
|
|
926
|
-
actionName: actionName$
|
|
927
|
-
authorizations: authorizations$
|
|
931
|
+
actionName: actionName$1V,
|
|
932
|
+
authorizations: authorizations$1V
|
|
928
933
|
};
|
|
929
934
|
|
|
930
|
-
const authorizations$
|
|
931
|
-
const actionName$
|
|
935
|
+
const authorizations$1U = [{ permissions: [active], actor: _soviet }];
|
|
936
|
+
const actionName$1U = "newbatch";
|
|
932
937
|
|
|
933
938
|
const newbatch = {
|
|
934
939
|
__proto__: null,
|
|
935
|
-
actionName: actionName$
|
|
936
|
-
authorizations: authorizations$
|
|
940
|
+
actionName: actionName$1U,
|
|
941
|
+
authorizations: authorizations$1U
|
|
937
942
|
};
|
|
938
943
|
|
|
939
|
-
const authorizations$
|
|
940
|
-
const actionName$
|
|
944
|
+
const authorizations$1T = [{ permissions: [active], actor: _soviet }];
|
|
945
|
+
const actionName$1T = "newresolved";
|
|
941
946
|
|
|
942
947
|
const newresolved = {
|
|
943
948
|
__proto__: null,
|
|
944
|
-
actionName: actionName$
|
|
945
|
-
authorizations: authorizations$
|
|
949
|
+
actionName: actionName$1T,
|
|
950
|
+
authorizations: authorizations$1T
|
|
946
951
|
};
|
|
947
952
|
|
|
948
|
-
const authorizations$
|
|
949
|
-
const actionName$
|
|
953
|
+
const authorizations$1S = [{ permissions: [active], actor: _soviet }];
|
|
954
|
+
const actionName$1S = "newact";
|
|
950
955
|
|
|
951
956
|
const newact = {
|
|
952
957
|
__proto__: null,
|
|
953
|
-
actionName: actionName$
|
|
954
|
-
authorizations: authorizations$
|
|
958
|
+
actionName: actionName$1S,
|
|
959
|
+
authorizations: authorizations$1S
|
|
955
960
|
};
|
|
956
961
|
|
|
957
|
-
const authorizations$
|
|
958
|
-
const actionName$
|
|
962
|
+
const authorizations$1R = [{ permissions: [active], actor: _soviet }];
|
|
963
|
+
const actionName$1R = "newdecision";
|
|
959
964
|
|
|
960
965
|
const newdecision = {
|
|
961
966
|
__proto__: null,
|
|
962
|
-
actionName: actionName$
|
|
963
|
-
authorizations: authorizations$
|
|
967
|
+
actionName: actionName$1R,
|
|
968
|
+
authorizations: authorizations$1R
|
|
964
969
|
};
|
|
965
970
|
|
|
966
|
-
const authorizations$
|
|
967
|
-
const actionName$
|
|
971
|
+
const authorizations$1Q = [{ permissions: [active], actor: _soviet }];
|
|
972
|
+
const actionName$1Q = "newprogram";
|
|
968
973
|
|
|
969
974
|
const newprogram = {
|
|
970
975
|
__proto__: null,
|
|
971
|
-
actionName: actionName$
|
|
972
|
-
authorizations: authorizations$
|
|
976
|
+
actionName: actionName$1Q,
|
|
977
|
+
authorizations: authorizations$1Q
|
|
973
978
|
};
|
|
974
979
|
|
|
975
|
-
const index$
|
|
980
|
+
const index$M = {
|
|
976
981
|
__proto__: null,
|
|
977
982
|
NewAct: newact,
|
|
978
983
|
NewBatch: newbatch,
|
|
@@ -982,117 +987,117 @@ const index$F = {
|
|
|
982
987
|
NewSubmitted: newsubmitted
|
|
983
988
|
};
|
|
984
989
|
|
|
985
|
-
const authorizations$
|
|
986
|
-
const actionName$
|
|
990
|
+
const authorizations$1P = [{ permissions: [active], actor: _chairman }];
|
|
991
|
+
const actionName$1P = "creaddress";
|
|
987
992
|
|
|
988
993
|
const createAddress = {
|
|
989
994
|
__proto__: null,
|
|
990
|
-
actionName: actionName$
|
|
991
|
-
authorizations: authorizations$
|
|
995
|
+
actionName: actionName$1P,
|
|
996
|
+
authorizations: authorizations$1P
|
|
992
997
|
};
|
|
993
998
|
|
|
994
|
-
const authorizations$
|
|
995
|
-
const actionName$
|
|
999
|
+
const authorizations$1O = [{ permissions: [active], actor: _chairman }];
|
|
1000
|
+
const actionName$1O = "deladdress";
|
|
996
1001
|
|
|
997
1002
|
const deleteAddress = {
|
|
998
1003
|
__proto__: null,
|
|
999
|
-
actionName: actionName$
|
|
1000
|
-
authorizations: authorizations$
|
|
1004
|
+
actionName: actionName$1O,
|
|
1005
|
+
authorizations: authorizations$1O
|
|
1001
1006
|
};
|
|
1002
1007
|
|
|
1003
|
-
const authorizations$
|
|
1004
|
-
const actionName$
|
|
1008
|
+
const authorizations$1N = [{ permissions: [active], actor: _chairman }];
|
|
1009
|
+
const actionName$1N = "editaddress";
|
|
1005
1010
|
|
|
1006
1011
|
const editAddress = {
|
|
1007
1012
|
__proto__: null,
|
|
1008
|
-
actionName: actionName$
|
|
1009
|
-
authorizations: authorizations$
|
|
1013
|
+
actionName: actionName$1N,
|
|
1014
|
+
authorizations: authorizations$1N
|
|
1010
1015
|
};
|
|
1011
1016
|
|
|
1012
|
-
const index$
|
|
1017
|
+
const index$L = {
|
|
1013
1018
|
__proto__: null,
|
|
1014
1019
|
CreateAddress: createAddress,
|
|
1015
1020
|
DeleteAddress: deleteAddress,
|
|
1016
1021
|
EditAddress: editAddress
|
|
1017
1022
|
};
|
|
1018
1023
|
|
|
1019
|
-
const authorizations$
|
|
1024
|
+
const authorizations$1M = [
|
|
1020
1025
|
{ permissions: [active], actor: _soviet },
|
|
1021
1026
|
{ permissions: [active], actor: _gateway },
|
|
1022
1027
|
{ permissions: [active], actor: _marketplace }
|
|
1023
1028
|
];
|
|
1024
|
-
const actionName$
|
|
1029
|
+
const actionName$1M = "addbalance";
|
|
1025
1030
|
|
|
1026
1031
|
const addBalance = {
|
|
1027
1032
|
__proto__: null,
|
|
1028
|
-
actionName: actionName$
|
|
1029
|
-
authorizations: authorizations$
|
|
1033
|
+
actionName: actionName$1M,
|
|
1034
|
+
authorizations: authorizations$1M
|
|
1030
1035
|
};
|
|
1031
1036
|
|
|
1032
|
-
const authorizations$
|
|
1037
|
+
const authorizations$1L = [
|
|
1033
1038
|
{ permissions: [active], actor: _soviet },
|
|
1034
1039
|
{ permissions: [active], actor: _gateway },
|
|
1035
1040
|
{ permissions: [active], actor: _marketplace }
|
|
1036
1041
|
];
|
|
1037
|
-
const actionName$
|
|
1042
|
+
const actionName$1L = "subbalance";
|
|
1038
1043
|
|
|
1039
1044
|
const subBalance = {
|
|
1040
1045
|
__proto__: null,
|
|
1041
|
-
actionName: actionName$
|
|
1042
|
-
authorizations: authorizations$
|
|
1046
|
+
actionName: actionName$1L,
|
|
1047
|
+
authorizations: authorizations$1L
|
|
1043
1048
|
};
|
|
1044
1049
|
|
|
1045
|
-
const authorizations$
|
|
1050
|
+
const authorizations$1K = [
|
|
1046
1051
|
{ permissions: [active], actor: _soviet },
|
|
1047
1052
|
{ permissions: [active], actor: _gateway },
|
|
1048
1053
|
{ permissions: [active], actor: _marketplace }
|
|
1049
1054
|
];
|
|
1050
|
-
const actionName$
|
|
1055
|
+
const actionName$1K = "blockbal";
|
|
1051
1056
|
|
|
1052
1057
|
const blockBalance = {
|
|
1053
1058
|
__proto__: null,
|
|
1054
|
-
actionName: actionName$
|
|
1055
|
-
authorizations: authorizations$
|
|
1059
|
+
actionName: actionName$1K,
|
|
1060
|
+
authorizations: authorizations$1K
|
|
1056
1061
|
};
|
|
1057
1062
|
|
|
1058
|
-
const authorizations$
|
|
1063
|
+
const authorizations$1J = [
|
|
1059
1064
|
{ permissions: [active], actor: _soviet },
|
|
1060
1065
|
{ permissions: [active], actor: _gateway },
|
|
1061
1066
|
{ permissions: [active], actor: _marketplace }
|
|
1062
1067
|
];
|
|
1063
|
-
const actionName$
|
|
1068
|
+
const actionName$1J = "unblockbal";
|
|
1064
1069
|
|
|
1065
1070
|
const unblockBalance = {
|
|
1066
1071
|
__proto__: null,
|
|
1067
|
-
actionName: actionName$
|
|
1068
|
-
authorizations: authorizations$
|
|
1072
|
+
actionName: actionName$1J,
|
|
1073
|
+
authorizations: authorizations$1J
|
|
1069
1074
|
};
|
|
1070
1075
|
|
|
1071
|
-
const authorizations$
|
|
1076
|
+
const authorizations$1I = [
|
|
1072
1077
|
{ permissions: [active], actor: _soviet },
|
|
1073
1078
|
{ permissions: [active], actor: _marketplace }
|
|
1074
1079
|
];
|
|
1075
|
-
const actionName$
|
|
1080
|
+
const actionName$1I = "addprogbal";
|
|
1076
1081
|
|
|
1077
1082
|
const addProgramBalance = {
|
|
1078
1083
|
__proto__: null,
|
|
1079
|
-
actionName: actionName$
|
|
1080
|
-
authorizations: authorizations$
|
|
1084
|
+
actionName: actionName$1I,
|
|
1085
|
+
authorizations: authorizations$1I
|
|
1081
1086
|
};
|
|
1082
1087
|
|
|
1083
|
-
const authorizations$
|
|
1088
|
+
const authorizations$1H = [
|
|
1084
1089
|
{ permissions: [active], actor: _soviet },
|
|
1085
1090
|
{ permissions: [active], actor: _marketplace }
|
|
1086
1091
|
];
|
|
1087
|
-
const actionName$
|
|
1092
|
+
const actionName$1H = "subprogbal";
|
|
1088
1093
|
|
|
1089
1094
|
const subProgramBalance = {
|
|
1090
1095
|
__proto__: null,
|
|
1091
|
-
actionName: actionName$
|
|
1092
|
-
authorizations: authorizations$
|
|
1096
|
+
actionName: actionName$1H,
|
|
1097
|
+
authorizations: authorizations$1H
|
|
1093
1098
|
};
|
|
1094
1099
|
|
|
1095
|
-
const index$
|
|
1100
|
+
const index$K = {
|
|
1096
1101
|
__proto__: null,
|
|
1097
1102
|
AddBalance: addBalance,
|
|
1098
1103
|
AddProgramBalance: addProgramBalance,
|
|
@@ -1102,203 +1107,203 @@ const index$D = {
|
|
|
1102
1107
|
UnblockBalance: unblockBalance
|
|
1103
1108
|
};
|
|
1104
1109
|
|
|
1105
|
-
const authorizations$
|
|
1110
|
+
const authorizations$1G = [
|
|
1106
1111
|
{ permissions: [active], actor: _chairman }
|
|
1107
1112
|
];
|
|
1108
|
-
const actionName$
|
|
1113
|
+
const actionName$1G = "createprog";
|
|
1109
1114
|
|
|
1110
1115
|
const createProgram = {
|
|
1111
1116
|
__proto__: null,
|
|
1112
|
-
actionName: actionName$
|
|
1113
|
-
authorizations: authorizations$
|
|
1117
|
+
actionName: actionName$1G,
|
|
1118
|
+
authorizations: authorizations$1G
|
|
1114
1119
|
};
|
|
1115
1120
|
|
|
1116
|
-
const authorizations$
|
|
1121
|
+
const authorizations$1F = [
|
|
1117
1122
|
{ permissions: [active], actor: _chairman }
|
|
1118
1123
|
];
|
|
1119
|
-
const actionName$
|
|
1124
|
+
const actionName$1F = "editprog";
|
|
1120
1125
|
|
|
1121
1126
|
const editProgram = {
|
|
1122
1127
|
__proto__: null,
|
|
1123
|
-
actionName: actionName$
|
|
1124
|
-
authorizations: authorizations$
|
|
1128
|
+
actionName: actionName$1F,
|
|
1129
|
+
authorizations: authorizations$1F
|
|
1125
1130
|
};
|
|
1126
1131
|
|
|
1127
|
-
const authorizations$
|
|
1132
|
+
const authorizations$1E = [
|
|
1128
1133
|
{ permissions: [active], actor: _chairman }
|
|
1129
1134
|
];
|
|
1130
|
-
const actionName$
|
|
1135
|
+
const actionName$1E = "disableprog";
|
|
1131
1136
|
|
|
1132
1137
|
const disableProgram = {
|
|
1133
1138
|
__proto__: null,
|
|
1134
|
-
actionName: actionName$
|
|
1135
|
-
authorizations: authorizations$
|
|
1139
|
+
actionName: actionName$1E,
|
|
1140
|
+
authorizations: authorizations$1E
|
|
1136
1141
|
};
|
|
1137
1142
|
|
|
1138
|
-
const index$
|
|
1143
|
+
const index$J = {
|
|
1139
1144
|
__proto__: null,
|
|
1140
1145
|
CreateProgram: createProgram,
|
|
1141
1146
|
DisableProgram: disableProgram,
|
|
1142
1147
|
EditProgram: editProgram
|
|
1143
1148
|
};
|
|
1144
1149
|
|
|
1145
|
-
const authorizations$
|
|
1150
|
+
const authorizations$1D = [
|
|
1146
1151
|
{ permissions: [active], actor: _member }
|
|
1147
1152
|
];
|
|
1148
|
-
const actionName$
|
|
1153
|
+
const actionName$1D = "voteagainst";
|
|
1149
1154
|
|
|
1150
1155
|
const voteAgainst = {
|
|
1151
1156
|
__proto__: null,
|
|
1152
|
-
actionName: actionName$
|
|
1153
|
-
authorizations: authorizations$
|
|
1157
|
+
actionName: actionName$1D,
|
|
1158
|
+
authorizations: authorizations$1D
|
|
1154
1159
|
};
|
|
1155
1160
|
|
|
1156
|
-
const authorizations$
|
|
1161
|
+
const authorizations$1C = [
|
|
1157
1162
|
{ permissions: [active], actor: _member }
|
|
1158
1163
|
];
|
|
1159
|
-
const actionName$
|
|
1164
|
+
const actionName$1C = "votefor";
|
|
1160
1165
|
|
|
1161
1166
|
const voteFor = {
|
|
1162
1167
|
__proto__: null,
|
|
1163
|
-
actionName: actionName$
|
|
1164
|
-
authorizations: authorizations$
|
|
1168
|
+
actionName: actionName$1C,
|
|
1169
|
+
authorizations: authorizations$1C
|
|
1165
1170
|
};
|
|
1166
1171
|
|
|
1167
|
-
const authorizations$
|
|
1172
|
+
const authorizations$1B = [
|
|
1168
1173
|
{ permissions: [active], actor: _member }
|
|
1169
1174
|
];
|
|
1170
|
-
const actionName$
|
|
1175
|
+
const actionName$1B = "cancelvote";
|
|
1171
1176
|
|
|
1172
1177
|
const cancelVote = {
|
|
1173
1178
|
__proto__: null,
|
|
1174
|
-
actionName: actionName$
|
|
1175
|
-
authorizations: authorizations$
|
|
1179
|
+
actionName: actionName$1B,
|
|
1180
|
+
authorizations: authorizations$1B
|
|
1176
1181
|
};
|
|
1177
1182
|
|
|
1178
|
-
const authorizations$
|
|
1183
|
+
const authorizations$1A = [
|
|
1179
1184
|
{ permissions: [active], actor: _chairman }
|
|
1180
1185
|
];
|
|
1181
|
-
const actionName$
|
|
1186
|
+
const actionName$1A = "authorize";
|
|
1182
1187
|
|
|
1183
|
-
const authorize$
|
|
1188
|
+
const authorize$2 = {
|
|
1184
1189
|
__proto__: null,
|
|
1185
|
-
actionName: actionName$
|
|
1186
|
-
authorizations: authorizations$
|
|
1190
|
+
actionName: actionName$1A,
|
|
1191
|
+
authorizations: authorizations$1A
|
|
1187
1192
|
};
|
|
1188
1193
|
|
|
1189
|
-
const authorizations$
|
|
1194
|
+
const authorizations$1z = [
|
|
1190
1195
|
{ permissions: [active], actor: _username }
|
|
1191
1196
|
];
|
|
1192
|
-
const actionName$
|
|
1197
|
+
const actionName$1z = "exec";
|
|
1193
1198
|
|
|
1194
1199
|
const exec$1 = {
|
|
1195
1200
|
__proto__: null,
|
|
1196
|
-
actionName: actionName$
|
|
1197
|
-
authorizations: authorizations$
|
|
1201
|
+
actionName: actionName$1z,
|
|
1202
|
+
authorizations: authorizations$1z
|
|
1198
1203
|
};
|
|
1199
1204
|
|
|
1200
|
-
const authorizations$
|
|
1205
|
+
const authorizations$1y = [
|
|
1201
1206
|
{ permissions: [active], actor: _marketplace }
|
|
1202
1207
|
];
|
|
1203
|
-
const actionName$
|
|
1208
|
+
const actionName$1y = "change";
|
|
1204
1209
|
|
|
1205
1210
|
const marketDecision = {
|
|
1206
1211
|
__proto__: null,
|
|
1207
|
-
actionName: actionName$
|
|
1208
|
-
authorizations: authorizations$
|
|
1212
|
+
actionName: actionName$1y,
|
|
1213
|
+
authorizations: authorizations$1y
|
|
1209
1214
|
};
|
|
1210
1215
|
|
|
1211
|
-
const authorizations$
|
|
1216
|
+
const authorizations$1x = [
|
|
1212
1217
|
{ permissions: [active], actor: _gateway }
|
|
1213
1218
|
];
|
|
1214
|
-
const actionName$
|
|
1219
|
+
const actionName$1x = "withdraw";
|
|
1215
1220
|
|
|
1216
1221
|
const withdrawDecision = {
|
|
1217
1222
|
__proto__: null,
|
|
1218
|
-
actionName: actionName$
|
|
1219
|
-
authorizations: authorizations$
|
|
1223
|
+
actionName: actionName$1x,
|
|
1224
|
+
authorizations: authorizations$1x
|
|
1220
1225
|
};
|
|
1221
1226
|
|
|
1222
|
-
const authorizations$
|
|
1227
|
+
const authorizations$1w = [
|
|
1223
1228
|
{ permissions: [active], actor: _fund }
|
|
1224
1229
|
];
|
|
1225
|
-
const actionName$
|
|
1230
|
+
const actionName$1w = "fundwithdraw";
|
|
1226
1231
|
|
|
1227
1232
|
const fundWithdrawDecision = {
|
|
1228
1233
|
__proto__: null,
|
|
1229
|
-
actionName: actionName$
|
|
1230
|
-
authorizations: authorizations$
|
|
1234
|
+
actionName: actionName$1w,
|
|
1235
|
+
authorizations: authorizations$1w
|
|
1231
1236
|
};
|
|
1232
1237
|
|
|
1233
|
-
const authorizations$
|
|
1238
|
+
const authorizations$1v = [
|
|
1234
1239
|
{ permissions: [active], actor: _registrator }
|
|
1235
1240
|
];
|
|
1236
|
-
const actionName$
|
|
1241
|
+
const actionName$1v = "joincoop";
|
|
1237
1242
|
|
|
1238
1243
|
const joinCoopDecision = {
|
|
1239
1244
|
__proto__: null,
|
|
1240
|
-
actionName: actionName$
|
|
1241
|
-
authorizations: authorizations$
|
|
1245
|
+
actionName: actionName$1v,
|
|
1246
|
+
authorizations: authorizations$1v
|
|
1242
1247
|
};
|
|
1243
1248
|
|
|
1244
|
-
const authorizations$
|
|
1249
|
+
const authorizations$1u = [
|
|
1245
1250
|
{ permissions: [active], actor: _marketplace }
|
|
1246
1251
|
];
|
|
1247
|
-
const actionName$
|
|
1252
|
+
const actionName$1u = "recieved";
|
|
1248
1253
|
|
|
1249
1254
|
const productRecieved = {
|
|
1250
1255
|
__proto__: null,
|
|
1251
|
-
actionName: actionName$
|
|
1252
|
-
authorizations: authorizations$
|
|
1256
|
+
actionName: actionName$1u,
|
|
1257
|
+
authorizations: authorizations$1u
|
|
1253
1258
|
};
|
|
1254
1259
|
|
|
1255
|
-
const authorizations$
|
|
1260
|
+
const authorizations$1t = [
|
|
1256
1261
|
{ permissions: [active, special], actor: _admin }
|
|
1257
1262
|
];
|
|
1258
|
-
const actionName$
|
|
1263
|
+
const actionName$1t = "validated";
|
|
1259
1264
|
|
|
1260
1265
|
const validate = {
|
|
1261
1266
|
__proto__: null,
|
|
1262
|
-
actionName: actionName$
|
|
1263
|
-
authorizations: authorizations$
|
|
1267
|
+
actionName: actionName$1t,
|
|
1268
|
+
authorizations: authorizations$1t
|
|
1264
1269
|
};
|
|
1265
1270
|
|
|
1266
|
-
const authorizations$
|
|
1271
|
+
const authorizations$1s = [
|
|
1267
1272
|
{ permissions: [active], actor: _member }
|
|
1268
1273
|
];
|
|
1269
|
-
const actionName$
|
|
1274
|
+
const actionName$1s = "automate";
|
|
1270
1275
|
|
|
1271
1276
|
const automate = {
|
|
1272
1277
|
__proto__: null,
|
|
1273
|
-
actionName: actionName$
|
|
1274
|
-
authorizations: authorizations$
|
|
1278
|
+
actionName: actionName$1s,
|
|
1279
|
+
authorizations: authorizations$1s
|
|
1275
1280
|
};
|
|
1276
1281
|
|
|
1277
|
-
const authorizations$
|
|
1282
|
+
const authorizations$1r = [
|
|
1278
1283
|
{ permissions: [active], actor: _member }
|
|
1279
1284
|
];
|
|
1280
|
-
const actionName$
|
|
1285
|
+
const actionName$1r = "disautomate";
|
|
1281
1286
|
|
|
1282
1287
|
const disautomate = {
|
|
1283
1288
|
__proto__: null,
|
|
1284
|
-
actionName: actionName$
|
|
1285
|
-
authorizations: authorizations$
|
|
1289
|
+
actionName: actionName$1r,
|
|
1290
|
+
authorizations: authorizations$1r
|
|
1286
1291
|
};
|
|
1287
1292
|
|
|
1288
|
-
const authorizations$
|
|
1293
|
+
const authorizations$1q = [
|
|
1289
1294
|
{ permissions: [active], actor: _chairman }
|
|
1290
1295
|
];
|
|
1291
|
-
const actionName$
|
|
1296
|
+
const actionName$1q = "freedecision";
|
|
1292
1297
|
|
|
1293
1298
|
const freeDecision = {
|
|
1294
1299
|
__proto__: null,
|
|
1295
|
-
actionName: actionName$
|
|
1296
|
-
authorizations: authorizations$
|
|
1300
|
+
actionName: actionName$1q,
|
|
1301
|
+
authorizations: authorizations$1q
|
|
1297
1302
|
};
|
|
1298
1303
|
|
|
1299
|
-
const index$
|
|
1304
|
+
const index$I = {
|
|
1300
1305
|
__proto__: null,
|
|
1301
|
-
Authorize: authorize$
|
|
1306
|
+
Authorize: authorize$2,
|
|
1302
1307
|
Automate: automate,
|
|
1303
1308
|
CancelVote: cancelVote,
|
|
1304
1309
|
CreateFreeDecision: freeDecision,
|
|
@@ -1314,139 +1319,139 @@ const index$B = {
|
|
|
1314
1319
|
WithdrawDecision: withdrawDecision
|
|
1315
1320
|
};
|
|
1316
1321
|
|
|
1317
|
-
const authorizations$
|
|
1318
|
-
const actionName$
|
|
1322
|
+
const authorizations$1p = [{ permissions: [active], actor: _chairman }];
|
|
1323
|
+
const actionName$1p = "createboard";
|
|
1319
1324
|
|
|
1320
1325
|
const createBoard = {
|
|
1321
1326
|
__proto__: null,
|
|
1322
|
-
actionName: actionName$
|
|
1323
|
-
authorizations: authorizations$
|
|
1327
|
+
actionName: actionName$1p,
|
|
1328
|
+
authorizations: authorizations$1p
|
|
1324
1329
|
};
|
|
1325
1330
|
|
|
1326
|
-
const authorizations$
|
|
1327
|
-
const actionName$
|
|
1331
|
+
const authorizations$1o = [{ permissions: [active], actor: _chairman }];
|
|
1332
|
+
const actionName$1o = "updateboard";
|
|
1328
1333
|
|
|
1329
1334
|
const updateBoard = {
|
|
1330
1335
|
__proto__: null,
|
|
1331
|
-
actionName: actionName$
|
|
1332
|
-
authorizations: authorizations$
|
|
1336
|
+
actionName: actionName$1o,
|
|
1337
|
+
authorizations: authorizations$1o
|
|
1333
1338
|
};
|
|
1334
1339
|
|
|
1335
|
-
const index$
|
|
1340
|
+
const index$H = {
|
|
1336
1341
|
__proto__: null,
|
|
1337
1342
|
CreateBoard: createBoard,
|
|
1338
1343
|
UpdateBoard: updateBoard
|
|
1339
1344
|
};
|
|
1340
1345
|
|
|
1341
|
-
const authorizations$
|
|
1346
|
+
const authorizations$1n = [
|
|
1342
1347
|
{ permissions: [active], actor: _chairman }
|
|
1343
1348
|
];
|
|
1344
|
-
const actionName$
|
|
1349
|
+
const actionName$1n = "addstaff";
|
|
1345
1350
|
|
|
1346
1351
|
const addAdmin = {
|
|
1347
1352
|
__proto__: null,
|
|
1348
|
-
actionName: actionName$
|
|
1349
|
-
authorizations: authorizations$
|
|
1353
|
+
actionName: actionName$1n,
|
|
1354
|
+
authorizations: authorizations$1n
|
|
1350
1355
|
};
|
|
1351
1356
|
|
|
1352
|
-
const authorizations$
|
|
1357
|
+
const authorizations$1m = [
|
|
1353
1358
|
{ permissions: [active], actor: _chairman }
|
|
1354
1359
|
];
|
|
1355
|
-
const actionName$
|
|
1360
|
+
const actionName$1m = "rmstaff";
|
|
1356
1361
|
|
|
1357
1362
|
const deleteAdmin = {
|
|
1358
1363
|
__proto__: null,
|
|
1359
|
-
actionName: actionName$
|
|
1360
|
-
authorizations: authorizations$
|
|
1364
|
+
actionName: actionName$1m,
|
|
1365
|
+
authorizations: authorizations$1m
|
|
1361
1366
|
};
|
|
1362
1367
|
|
|
1363
|
-
const authorizations$
|
|
1368
|
+
const authorizations$1l = [
|
|
1364
1369
|
{ permissions: [active, special], actor: _admin }
|
|
1365
1370
|
];
|
|
1366
|
-
const actionName$
|
|
1371
|
+
const actionName$1l = "regpaid";
|
|
1367
1372
|
|
|
1368
1373
|
const registerPayment = {
|
|
1369
1374
|
__proto__: null,
|
|
1370
|
-
actionName: actionName$
|
|
1371
|
-
authorizations: authorizations$
|
|
1375
|
+
actionName: actionName$1l,
|
|
1376
|
+
authorizations: authorizations$1l
|
|
1372
1377
|
};
|
|
1373
1378
|
|
|
1374
|
-
const authorizations$
|
|
1379
|
+
const authorizations$1k = [
|
|
1375
1380
|
{ permissions: [active], actor: _chairman }
|
|
1376
1381
|
];
|
|
1377
|
-
const actionName$
|
|
1382
|
+
const actionName$1k = "setrights";
|
|
1378
1383
|
|
|
1379
1384
|
const setRights = {
|
|
1380
1385
|
__proto__: null,
|
|
1381
|
-
actionName: actionName$
|
|
1382
|
-
authorizations: authorizations$
|
|
1386
|
+
actionName: actionName$1k,
|
|
1387
|
+
authorizations: authorizations$1k
|
|
1383
1388
|
};
|
|
1384
1389
|
|
|
1385
|
-
const authorizations$
|
|
1390
|
+
const authorizations$1j = [
|
|
1386
1391
|
{ permissions: [active], actor: _system$1 }
|
|
1387
1392
|
];
|
|
1388
|
-
const actionName$
|
|
1393
|
+
const actionName$1j = "init";
|
|
1389
1394
|
|
|
1390
|
-
const init$
|
|
1395
|
+
const init$2 = {
|
|
1391
1396
|
__proto__: null,
|
|
1392
|
-
actionName: actionName$
|
|
1393
|
-
authorizations: authorizations$
|
|
1397
|
+
actionName: actionName$1j,
|
|
1398
|
+
authorizations: authorizations$1j
|
|
1394
1399
|
};
|
|
1395
1400
|
|
|
1396
|
-
const index$
|
|
1401
|
+
const index$G = {
|
|
1397
1402
|
__proto__: null,
|
|
1398
1403
|
AddAdmin: addAdmin,
|
|
1399
1404
|
DeleteAdmin: deleteAdmin,
|
|
1400
|
-
Init: init$
|
|
1405
|
+
Init: init$2,
|
|
1401
1406
|
RegisterPayment: registerPayment,
|
|
1402
1407
|
SetRights: setRights
|
|
1403
1408
|
};
|
|
1404
1409
|
|
|
1405
|
-
const authorizations$
|
|
1410
|
+
const authorizations$1i = [
|
|
1406
1411
|
{ permissions: [active, special], actor: _admin }
|
|
1407
1412
|
];
|
|
1408
|
-
const actionName$
|
|
1413
|
+
const actionName$1i = "confirmagree";
|
|
1409
1414
|
|
|
1410
1415
|
const confirmAgreement = {
|
|
1411
1416
|
__proto__: null,
|
|
1412
|
-
actionName: actionName$
|
|
1413
|
-
authorizations: authorizations$
|
|
1417
|
+
actionName: actionName$1i,
|
|
1418
|
+
authorizations: authorizations$1i
|
|
1414
1419
|
};
|
|
1415
1420
|
|
|
1416
|
-
const authorizations$
|
|
1421
|
+
const authorizations$1h = [
|
|
1417
1422
|
{ permissions: [active, special], actor: _admin }
|
|
1418
1423
|
];
|
|
1419
|
-
const actionName$
|
|
1424
|
+
const actionName$1h = "declineagree";
|
|
1420
1425
|
|
|
1421
1426
|
const declineAgreement = {
|
|
1422
1427
|
__proto__: null,
|
|
1423
|
-
actionName: actionName$
|
|
1424
|
-
authorizations: authorizations$
|
|
1428
|
+
actionName: actionName$1h,
|
|
1429
|
+
authorizations: authorizations$1h
|
|
1425
1430
|
};
|
|
1426
1431
|
|
|
1427
|
-
const authorizations$
|
|
1432
|
+
const authorizations$1g = [
|
|
1428
1433
|
{ permissions: [active], actor: _username }
|
|
1429
1434
|
];
|
|
1430
|
-
const actionName$
|
|
1435
|
+
const actionName$1g = "sndagreement";
|
|
1431
1436
|
|
|
1432
1437
|
const sendAgreement = {
|
|
1433
1438
|
__proto__: null,
|
|
1434
|
-
actionName: actionName$
|
|
1435
|
-
authorizations: authorizations$
|
|
1439
|
+
actionName: actionName$1g,
|
|
1440
|
+
authorizations: authorizations$1g
|
|
1436
1441
|
};
|
|
1437
1442
|
|
|
1438
|
-
const authorizations$
|
|
1443
|
+
const authorizations$1f = [
|
|
1439
1444
|
{ permissions: [active, special], actor: _admin }
|
|
1440
1445
|
];
|
|
1441
|
-
const actionName$
|
|
1446
|
+
const actionName$1f = "makecoagreem";
|
|
1442
1447
|
|
|
1443
1448
|
const makeCoagreement = {
|
|
1444
1449
|
__proto__: null,
|
|
1445
|
-
actionName: actionName$
|
|
1446
|
-
authorizations: authorizations$
|
|
1450
|
+
actionName: actionName$1f,
|
|
1451
|
+
authorizations: authorizations$1f
|
|
1447
1452
|
};
|
|
1448
1453
|
|
|
1449
|
-
const index$
|
|
1454
|
+
const index$F = {
|
|
1450
1455
|
__proto__: null,
|
|
1451
1456
|
ConfirmAgreement: confirmAgreement,
|
|
1452
1457
|
DeclineAgreement: declineAgreement,
|
|
@@ -1454,160 +1459,160 @@ const index$y = {
|
|
|
1454
1459
|
SendAgreement: sendAgreement
|
|
1455
1460
|
};
|
|
1456
1461
|
|
|
1457
|
-
const authorizations$
|
|
1458
|
-
const actionName$
|
|
1462
|
+
const authorizations$1e = [{ permissions: [active], actor: _coopname }];
|
|
1463
|
+
const actionName$1e = "selectbranch";
|
|
1459
1464
|
|
|
1460
1465
|
const selectBranch = {
|
|
1461
1466
|
__proto__: null,
|
|
1462
|
-
actionName: actionName$
|
|
1463
|
-
authorizations: authorizations$
|
|
1467
|
+
actionName: actionName$1e,
|
|
1468
|
+
authorizations: authorizations$1e
|
|
1464
1469
|
};
|
|
1465
1470
|
|
|
1466
|
-
const index$
|
|
1471
|
+
const index$E = {
|
|
1467
1472
|
__proto__: null,
|
|
1468
1473
|
SelectBranch: selectBranch
|
|
1469
1474
|
};
|
|
1470
1475
|
|
|
1471
|
-
const index$
|
|
1476
|
+
const index$D = {
|
|
1472
1477
|
__proto__: null,
|
|
1473
|
-
Addresses: index$
|
|
1474
|
-
Admins: index$
|
|
1475
|
-
Agreements: index$
|
|
1476
|
-
Boards: index$
|
|
1477
|
-
Branches: index$
|
|
1478
|
-
Decisions: index$
|
|
1479
|
-
Programs: index$
|
|
1480
|
-
Registry: index$
|
|
1481
|
-
Wallet: index$
|
|
1478
|
+
Addresses: index$L,
|
|
1479
|
+
Admins: index$G,
|
|
1480
|
+
Agreements: index$F,
|
|
1481
|
+
Boards: index$H,
|
|
1482
|
+
Branches: index$E,
|
|
1483
|
+
Decisions: index$I,
|
|
1484
|
+
Programs: index$J,
|
|
1485
|
+
Registry: index$M,
|
|
1486
|
+
Wallet: index$K
|
|
1482
1487
|
};
|
|
1483
1488
|
|
|
1484
|
-
const tableName$
|
|
1485
|
-
const scope$
|
|
1489
|
+
const tableName$C = "addresses";
|
|
1490
|
+
const scope$C = _coopname;
|
|
1486
1491
|
|
|
1487
1492
|
const addresses = {
|
|
1488
1493
|
__proto__: null,
|
|
1489
|
-
scope: scope$
|
|
1490
|
-
tableName: tableName$
|
|
1494
|
+
scope: scope$C,
|
|
1495
|
+
tableName: tableName$C
|
|
1491
1496
|
};
|
|
1492
1497
|
|
|
1493
|
-
const tableName$
|
|
1494
|
-
const scope$
|
|
1498
|
+
const tableName$B = "staff";
|
|
1499
|
+
const scope$B = _coopname;
|
|
1495
1500
|
|
|
1496
1501
|
const admins = {
|
|
1497
1502
|
__proto__: null,
|
|
1498
|
-
scope: scope$
|
|
1499
|
-
tableName: tableName$
|
|
1503
|
+
scope: scope$B,
|
|
1504
|
+
tableName: tableName$B
|
|
1500
1505
|
};
|
|
1501
1506
|
|
|
1502
|
-
const tableName$
|
|
1503
|
-
const scope$
|
|
1507
|
+
const tableName$A = "autosigner";
|
|
1508
|
+
const scope$A = _coopname;
|
|
1504
1509
|
|
|
1505
1510
|
const automationQueue = {
|
|
1506
1511
|
__proto__: null,
|
|
1507
|
-
scope: scope$
|
|
1508
|
-
tableName: tableName$
|
|
1512
|
+
scope: scope$A,
|
|
1513
|
+
tableName: tableName$A
|
|
1509
1514
|
};
|
|
1510
1515
|
|
|
1511
|
-
const tableName$
|
|
1512
|
-
const scope$
|
|
1516
|
+
const tableName$z = "automator";
|
|
1517
|
+
const scope$z = _coopname;
|
|
1513
1518
|
|
|
1514
1519
|
const automations = {
|
|
1515
1520
|
__proto__: null,
|
|
1516
|
-
scope: scope$
|
|
1517
|
-
tableName: tableName$
|
|
1521
|
+
scope: scope$z,
|
|
1522
|
+
tableName: tableName$z
|
|
1518
1523
|
};
|
|
1519
1524
|
|
|
1520
|
-
const tableName$
|
|
1521
|
-
const scope$
|
|
1525
|
+
const tableName$y = "boards";
|
|
1526
|
+
const scope$y = _coopname;
|
|
1522
1527
|
|
|
1523
1528
|
const boards = {
|
|
1524
1529
|
__proto__: null,
|
|
1525
|
-
scope: scope$
|
|
1526
|
-
tableName: tableName$
|
|
1530
|
+
scope: scope$y,
|
|
1531
|
+
tableName: tableName$y
|
|
1527
1532
|
};
|
|
1528
1533
|
|
|
1529
|
-
const tableName$
|
|
1530
|
-
const scope$
|
|
1534
|
+
const tableName$x = "changes";
|
|
1535
|
+
const scope$x = _coopname;
|
|
1531
1536
|
|
|
1532
1537
|
const changes = {
|
|
1533
1538
|
__proto__: null,
|
|
1534
|
-
scope: scope$
|
|
1535
|
-
tableName: tableName$
|
|
1539
|
+
scope: scope$x,
|
|
1540
|
+
tableName: tableName$x
|
|
1536
1541
|
};
|
|
1537
1542
|
|
|
1538
|
-
const tableName$
|
|
1539
|
-
const scope$
|
|
1543
|
+
const tableName$w = "decisions";
|
|
1544
|
+
const scope$w = _coopname;
|
|
1540
1545
|
|
|
1541
1546
|
const decisions = {
|
|
1542
1547
|
__proto__: null,
|
|
1543
|
-
scope: scope$
|
|
1544
|
-
tableName: tableName$
|
|
1548
|
+
scope: scope$w,
|
|
1549
|
+
tableName: tableName$w
|
|
1545
1550
|
};
|
|
1546
1551
|
|
|
1547
|
-
const tableName$
|
|
1548
|
-
const scope$
|
|
1552
|
+
const tableName$v = "joincoops";
|
|
1553
|
+
const scope$v = _coopname;
|
|
1549
1554
|
|
|
1550
1555
|
const joinCoops = {
|
|
1551
1556
|
__proto__: null,
|
|
1552
|
-
scope: scope$
|
|
1553
|
-
tableName: tableName$
|
|
1557
|
+
scope: scope$v,
|
|
1558
|
+
tableName: tableName$v
|
|
1554
1559
|
};
|
|
1555
1560
|
|
|
1556
|
-
const tableName$
|
|
1557
|
-
const scope$
|
|
1561
|
+
const tableName$u = "programs";
|
|
1562
|
+
const scope$u = _coopname;
|
|
1558
1563
|
|
|
1559
1564
|
const programs = {
|
|
1560
1565
|
__proto__: null,
|
|
1561
|
-
scope: scope$
|
|
1562
|
-
tableName: tableName$
|
|
1566
|
+
scope: scope$u,
|
|
1567
|
+
tableName: tableName$u
|
|
1563
1568
|
};
|
|
1564
1569
|
|
|
1565
|
-
const tableName$
|
|
1566
|
-
const scope$
|
|
1570
|
+
const tableName$t = "participants";
|
|
1571
|
+
const scope$t = _coopname;
|
|
1567
1572
|
|
|
1568
1573
|
const participants = {
|
|
1569
1574
|
__proto__: null,
|
|
1570
|
-
scope: scope$
|
|
1571
|
-
tableName: tableName$
|
|
1575
|
+
scope: scope$t,
|
|
1576
|
+
tableName: tableName$t
|
|
1572
1577
|
};
|
|
1573
1578
|
|
|
1574
|
-
const tableName$
|
|
1575
|
-
const scope$
|
|
1579
|
+
const tableName$s = "progwallets";
|
|
1580
|
+
const scope$s = _coopname;
|
|
1576
1581
|
|
|
1577
1582
|
const programWallets = {
|
|
1578
1583
|
__proto__: null,
|
|
1579
|
-
scope: scope$
|
|
1580
|
-
tableName: tableName$
|
|
1584
|
+
scope: scope$s,
|
|
1585
|
+
tableName: tableName$s
|
|
1581
1586
|
};
|
|
1582
1587
|
|
|
1583
|
-
const tableName$
|
|
1584
|
-
const scope$
|
|
1588
|
+
const tableName$r = "wallets";
|
|
1589
|
+
const scope$r = _coopname;
|
|
1585
1590
|
|
|
1586
1591
|
const wallets = {
|
|
1587
1592
|
__proto__: null,
|
|
1588
|
-
scope: scope$
|
|
1589
|
-
tableName: tableName$
|
|
1593
|
+
scope: scope$r,
|
|
1594
|
+
tableName: tableName$r
|
|
1590
1595
|
};
|
|
1591
1596
|
|
|
1592
|
-
const tableName$
|
|
1593
|
-
const scope$
|
|
1597
|
+
const tableName$q = "agreements";
|
|
1598
|
+
const scope$q = _coopname;
|
|
1594
1599
|
|
|
1595
1600
|
const agreements = {
|
|
1596
1601
|
__proto__: null,
|
|
1597
|
-
scope: scope$
|
|
1598
|
-
tableName: tableName$
|
|
1602
|
+
scope: scope$q,
|
|
1603
|
+
tableName: tableName$q
|
|
1599
1604
|
};
|
|
1600
1605
|
|
|
1601
|
-
const tableName$
|
|
1602
|
-
const scope$
|
|
1606
|
+
const tableName$p = "coagreements";
|
|
1607
|
+
const scope$p = _coopname;
|
|
1603
1608
|
|
|
1604
1609
|
const coopAgreements = {
|
|
1605
1610
|
__proto__: null,
|
|
1606
|
-
scope: scope$
|
|
1607
|
-
tableName: tableName$
|
|
1611
|
+
scope: scope$p,
|
|
1612
|
+
tableName: tableName$p
|
|
1608
1613
|
};
|
|
1609
1614
|
|
|
1610
|
-
const index$
|
|
1615
|
+
const index$C = {
|
|
1611
1616
|
__proto__: null,
|
|
1612
1617
|
Addresses: addresses,
|
|
1613
1618
|
Admins: admins,
|
|
@@ -1629,194 +1634,194 @@ const soviet = {
|
|
|
1629
1634
|
__proto__: null
|
|
1630
1635
|
};
|
|
1631
1636
|
|
|
1632
|
-
const contractName$
|
|
1637
|
+
const contractName$5 = _soviet;
|
|
1633
1638
|
|
|
1634
|
-
const index$
|
|
1639
|
+
const index$B = {
|
|
1635
1640
|
__proto__: null,
|
|
1636
|
-
Actions: index$
|
|
1641
|
+
Actions: index$D,
|
|
1637
1642
|
Interfaces: soviet,
|
|
1638
|
-
Tables: index$
|
|
1639
|
-
contractName: contractName$
|
|
1643
|
+
Tables: index$C,
|
|
1644
|
+
contractName: contractName$5
|
|
1640
1645
|
};
|
|
1641
1646
|
|
|
1642
|
-
const authorizations
|
|
1643
|
-
const actionName
|
|
1647
|
+
const authorizations$1d = [{ permissions: [active], actor: _username }];
|
|
1648
|
+
const actionName$1d = "accept";
|
|
1644
1649
|
|
|
1645
1650
|
const acceptRequest = {
|
|
1646
1651
|
__proto__: null,
|
|
1647
|
-
actionName: actionName
|
|
1648
|
-
authorizations: authorizations
|
|
1652
|
+
actionName: actionName$1d,
|
|
1653
|
+
authorizations: authorizations$1d
|
|
1649
1654
|
};
|
|
1650
1655
|
|
|
1651
|
-
const authorizations$
|
|
1652
|
-
const actionName$
|
|
1656
|
+
const authorizations$1c = [{ permissions: [active], actor: _soviet }];
|
|
1657
|
+
const actionName$1c = "authorize";
|
|
1653
1658
|
|
|
1654
|
-
const authorize = {
|
|
1659
|
+
const authorize$1 = {
|
|
1655
1660
|
__proto__: null,
|
|
1656
|
-
actionName: actionName$
|
|
1657
|
-
authorizations: authorizations$
|
|
1661
|
+
actionName: actionName$1c,
|
|
1662
|
+
authorizations: authorizations$1c
|
|
1658
1663
|
};
|
|
1659
1664
|
|
|
1660
|
-
const authorizations$
|
|
1661
|
-
const actionName$
|
|
1665
|
+
const authorizations$1b = [{ permissions: [active], actor: _username }];
|
|
1666
|
+
const actionName$1b = "cancel";
|
|
1662
1667
|
|
|
1663
1668
|
const cancelRequest = {
|
|
1664
1669
|
__proto__: null,
|
|
1665
|
-
actionName: actionName$
|
|
1666
|
-
authorizations: authorizations$
|
|
1670
|
+
actionName: actionName$1b,
|
|
1671
|
+
authorizations: authorizations$1b
|
|
1667
1672
|
};
|
|
1668
1673
|
|
|
1669
|
-
const authorizations$
|
|
1670
|
-
const actionName$
|
|
1674
|
+
const authorizations$1a = [{ permissions: [active], actor: _username }];
|
|
1675
|
+
const actionName$1a = "complete";
|
|
1671
1676
|
|
|
1672
1677
|
const completeRequest = {
|
|
1673
1678
|
__proto__: null,
|
|
1674
|
-
actionName: actionName$
|
|
1675
|
-
authorizations: authorizations$
|
|
1679
|
+
actionName: actionName$1a,
|
|
1680
|
+
authorizations: authorizations$1a
|
|
1676
1681
|
};
|
|
1677
1682
|
|
|
1678
|
-
const authorizations$
|
|
1679
|
-
const actionName$
|
|
1683
|
+
const authorizations$19 = [{ permissions: [active], actor: _chairman }];
|
|
1684
|
+
const actionName$19 = "recievecnfrm";
|
|
1680
1685
|
|
|
1681
|
-
const
|
|
1686
|
+
const confirmReceive = {
|
|
1682
1687
|
__proto__: null,
|
|
1683
|
-
actionName: actionName$
|
|
1684
|
-
authorizations: authorizations$
|
|
1688
|
+
actionName: actionName$19,
|
|
1689
|
+
authorizations: authorizations$19
|
|
1685
1690
|
};
|
|
1686
1691
|
|
|
1687
|
-
const authorizations$
|
|
1688
|
-
const actionName$
|
|
1692
|
+
const authorizations$18 = [{ permissions: [active], actor: _chairman }];
|
|
1693
|
+
const actionName$18 = "supplycnfrm";
|
|
1689
1694
|
|
|
1690
1695
|
const confirmSupply = {
|
|
1691
1696
|
__proto__: null,
|
|
1692
|
-
actionName: actionName$
|
|
1693
|
-
authorizations: authorizations$
|
|
1697
|
+
actionName: actionName$18,
|
|
1698
|
+
authorizations: authorizations$18
|
|
1694
1699
|
};
|
|
1695
1700
|
|
|
1696
|
-
const authorizations$
|
|
1697
|
-
const actionName$
|
|
1701
|
+
const authorizations$17 = [{ permissions: [active], actor: _username }];
|
|
1702
|
+
const actionName$17 = "offer";
|
|
1698
1703
|
|
|
1699
1704
|
const createOffer = {
|
|
1700
1705
|
__proto__: null,
|
|
1701
|
-
actionName: actionName$
|
|
1702
|
-
authorizations: authorizations$
|
|
1706
|
+
actionName: actionName$17,
|
|
1707
|
+
authorizations: authorizations$17
|
|
1703
1708
|
};
|
|
1704
1709
|
|
|
1705
|
-
const authorizations$
|
|
1706
|
-
const actionName$
|
|
1710
|
+
const authorizations$16 = [{ permissions: [active], actor: _username }];
|
|
1711
|
+
const actionName$16 = "order";
|
|
1707
1712
|
|
|
1708
1713
|
const createOrder = {
|
|
1709
1714
|
__proto__: null,
|
|
1710
|
-
actionName: actionName$
|
|
1711
|
-
authorizations: authorizations$
|
|
1715
|
+
actionName: actionName$16,
|
|
1716
|
+
authorizations: authorizations$16
|
|
1712
1717
|
};
|
|
1713
1718
|
|
|
1714
|
-
const authorizations$
|
|
1715
|
-
const actionName$
|
|
1719
|
+
const authorizations$15 = [{ permissions: [active], actor: _username }];
|
|
1720
|
+
const actionName$15 = "decline";
|
|
1716
1721
|
|
|
1717
1722
|
const declineRequest = {
|
|
1718
1723
|
__proto__: null,
|
|
1719
|
-
actionName: actionName$
|
|
1720
|
-
authorizations: authorizations$
|
|
1724
|
+
actionName: actionName$15,
|
|
1725
|
+
authorizations: authorizations$15
|
|
1721
1726
|
};
|
|
1722
1727
|
|
|
1723
|
-
const authorizations$
|
|
1724
|
-
const actionName$
|
|
1728
|
+
const authorizations$14 = [{ permissions: [active], actor: _chairman }];
|
|
1729
|
+
const actionName$14 = "delivered";
|
|
1725
1730
|
|
|
1726
1731
|
const deliverOnRequest = {
|
|
1727
1732
|
__proto__: null,
|
|
1728
|
-
actionName: actionName$
|
|
1729
|
-
authorizations: authorizations$
|
|
1733
|
+
actionName: actionName$14,
|
|
1734
|
+
authorizations: authorizations$14
|
|
1730
1735
|
};
|
|
1731
1736
|
|
|
1732
|
-
const authorizations$
|
|
1733
|
-
const actionName$
|
|
1737
|
+
const authorizations$13 = [{ permissions: [active, special], actor: _admin }];
|
|
1738
|
+
const actionName$13 = "moderate";
|
|
1734
1739
|
|
|
1735
1740
|
const moderateRequest = {
|
|
1736
1741
|
__proto__: null,
|
|
1737
|
-
actionName: actionName$
|
|
1738
|
-
authorizations: authorizations$
|
|
1742
|
+
actionName: actionName$13,
|
|
1743
|
+
authorizations: authorizations$13
|
|
1739
1744
|
};
|
|
1740
1745
|
|
|
1741
|
-
const authorizations$
|
|
1742
|
-
const actionName$
|
|
1746
|
+
const authorizations$12 = [{ permissions: [active], actor: _marketplace }];
|
|
1747
|
+
const actionName$12 = "newid";
|
|
1743
1748
|
|
|
1744
1749
|
const newRequestId = {
|
|
1745
1750
|
__proto__: null,
|
|
1746
|
-
actionName: actionName$
|
|
1747
|
-
authorizations: authorizations$
|
|
1751
|
+
actionName: actionName$12,
|
|
1752
|
+
authorizations: authorizations$12
|
|
1748
1753
|
};
|
|
1749
1754
|
|
|
1750
|
-
const authorizations$
|
|
1751
|
-
const actionName$
|
|
1755
|
+
const authorizations$11 = [{ permissions: [active], actor: _username }];
|
|
1756
|
+
const actionName$11 = "dispute";
|
|
1752
1757
|
|
|
1753
1758
|
const openDispute = {
|
|
1754
1759
|
__proto__: null,
|
|
1755
|
-
actionName: actionName$
|
|
1756
|
-
authorizations: authorizations$
|
|
1760
|
+
actionName: actionName$11,
|
|
1761
|
+
authorizations: authorizations$11
|
|
1757
1762
|
};
|
|
1758
1763
|
|
|
1759
|
-
const authorizations$
|
|
1760
|
-
const actionName$
|
|
1764
|
+
const authorizations$10 = [{ permissions: [active, special], actor: _admin }];
|
|
1765
|
+
const actionName$10 = "prohibit";
|
|
1761
1766
|
|
|
1762
1767
|
const prohibitRequest = {
|
|
1763
1768
|
__proto__: null,
|
|
1764
|
-
actionName: actionName$
|
|
1765
|
-
authorizations: authorizations$
|
|
1769
|
+
actionName: actionName$10,
|
|
1770
|
+
authorizations: authorizations$10
|
|
1766
1771
|
};
|
|
1767
1772
|
|
|
1768
|
-
const authorizations
|
|
1769
|
-
const actionName
|
|
1773
|
+
const authorizations$$ = [{ permissions: [active], actor: _username }];
|
|
1774
|
+
const actionName$$ = "publish";
|
|
1770
1775
|
|
|
1771
1776
|
const publishRequest = {
|
|
1772
1777
|
__proto__: null,
|
|
1773
|
-
actionName: actionName
|
|
1774
|
-
authorizations: authorizations
|
|
1778
|
+
actionName: actionName$$,
|
|
1779
|
+
authorizations: authorizations$$
|
|
1775
1780
|
};
|
|
1776
1781
|
|
|
1777
|
-
const authorizations$
|
|
1778
|
-
const actionName$
|
|
1782
|
+
const authorizations$_ = [{ permissions: [active], actor: _username }];
|
|
1783
|
+
const actionName$_ = "recieve";
|
|
1779
1784
|
|
|
1780
|
-
const
|
|
1785
|
+
const receiveOnRequest = {
|
|
1781
1786
|
__proto__: null,
|
|
1782
|
-
actionName: actionName$
|
|
1783
|
-
authorizations: authorizations$
|
|
1787
|
+
actionName: actionName$_,
|
|
1788
|
+
authorizations: authorizations$_
|
|
1784
1789
|
};
|
|
1785
1790
|
|
|
1786
|
-
const authorizations$
|
|
1787
|
-
const actionName$
|
|
1791
|
+
const authorizations$Z = [{ permissions: [active], actor: _username }];
|
|
1792
|
+
const actionName$Z = "supply";
|
|
1788
1793
|
|
|
1789
1794
|
const supplyOnRequest = {
|
|
1790
1795
|
__proto__: null,
|
|
1791
|
-
actionName: actionName$
|
|
1792
|
-
authorizations: authorizations$
|
|
1796
|
+
actionName: actionName$Z,
|
|
1797
|
+
authorizations: authorizations$Z
|
|
1793
1798
|
};
|
|
1794
1799
|
|
|
1795
|
-
const authorizations$
|
|
1796
|
-
const actionName$
|
|
1800
|
+
const authorizations$Y = [{ permissions: [active], actor: _username }];
|
|
1801
|
+
const actionName$Y = "unpublish";
|
|
1797
1802
|
|
|
1798
1803
|
const unpublishRequest = {
|
|
1799
1804
|
__proto__: null,
|
|
1800
|
-
actionName: actionName$
|
|
1801
|
-
authorizations: authorizations$
|
|
1805
|
+
actionName: actionName$Y,
|
|
1806
|
+
authorizations: authorizations$Y
|
|
1802
1807
|
};
|
|
1803
1808
|
|
|
1804
|
-
const authorizations$
|
|
1805
|
-
const actionName$
|
|
1809
|
+
const authorizations$X = [{ permissions: [active], actor: _username }];
|
|
1810
|
+
const actionName$X = "update";
|
|
1806
1811
|
|
|
1807
1812
|
const updateRequest = {
|
|
1808
1813
|
__proto__: null,
|
|
1809
|
-
actionName: actionName$
|
|
1810
|
-
authorizations: authorizations$
|
|
1814
|
+
actionName: actionName$X,
|
|
1815
|
+
authorizations: authorizations$X
|
|
1811
1816
|
};
|
|
1812
1817
|
|
|
1813
|
-
const index$
|
|
1818
|
+
const index$A = {
|
|
1814
1819
|
__proto__: null,
|
|
1815
1820
|
AcceptRequest: acceptRequest,
|
|
1816
|
-
Authorize: authorize,
|
|
1821
|
+
Authorize: authorize$1,
|
|
1817
1822
|
CancelRequest: cancelRequest,
|
|
1818
1823
|
CompleteRequest: completeRequest,
|
|
1819
|
-
|
|
1824
|
+
ConfirmReceive: confirmReceive,
|
|
1820
1825
|
ConfirmSupply: confirmSupply,
|
|
1821
1826
|
CreateOffer: createOffer,
|
|
1822
1827
|
CreateOrder: createOrder,
|
|
@@ -1827,22 +1832,22 @@ const index$t = {
|
|
|
1827
1832
|
OpenDispute: openDispute,
|
|
1828
1833
|
ProhibitRequest: prohibitRequest,
|
|
1829
1834
|
PublishRequest: publishRequest,
|
|
1830
|
-
|
|
1835
|
+
ReceiveOnRequest: receiveOnRequest,
|
|
1831
1836
|
SupplyOnRequest: supplyOnRequest,
|
|
1832
1837
|
UnpublishRequest: unpublishRequest,
|
|
1833
|
-
|
|
1838
|
+
UpdateRequest: updateRequest
|
|
1834
1839
|
};
|
|
1835
1840
|
|
|
1836
|
-
const tableName$
|
|
1837
|
-
const scope$
|
|
1841
|
+
const tableName$o = "requests";
|
|
1842
|
+
const scope$o = _coopname;
|
|
1838
1843
|
|
|
1839
1844
|
const requests = {
|
|
1840
1845
|
__proto__: null,
|
|
1841
|
-
scope: scope$
|
|
1842
|
-
tableName: tableName$
|
|
1846
|
+
scope: scope$o,
|
|
1847
|
+
tableName: tableName$o
|
|
1843
1848
|
};
|
|
1844
1849
|
|
|
1845
|
-
const index$
|
|
1850
|
+
const index$z = {
|
|
1846
1851
|
__proto__: null,
|
|
1847
1852
|
Requests: requests
|
|
1848
1853
|
};
|
|
@@ -1851,71 +1856,71 @@ const marketplace = {
|
|
|
1851
1856
|
__proto__: null
|
|
1852
1857
|
};
|
|
1853
1858
|
|
|
1854
|
-
const contractName$
|
|
1859
|
+
const contractName$4 = _marketplace;
|
|
1855
1860
|
|
|
1856
|
-
const index$
|
|
1861
|
+
const index$y = {
|
|
1857
1862
|
__proto__: null,
|
|
1858
|
-
Actions: index$
|
|
1863
|
+
Actions: index$A,
|
|
1859
1864
|
Interfaces: marketplace,
|
|
1860
|
-
Tables: index$
|
|
1861
|
-
contractName: contractName$
|
|
1865
|
+
Tables: index$z,
|
|
1866
|
+
contractName: contractName$4
|
|
1862
1867
|
};
|
|
1863
1868
|
|
|
1864
|
-
const authorizations$
|
|
1865
|
-
const actionName$
|
|
1869
|
+
const authorizations$W = [{ permissions: [active], actor: _username }];
|
|
1870
|
+
const actionName$W = "propose";
|
|
1866
1871
|
|
|
1867
1872
|
const proposeTransaction = {
|
|
1868
1873
|
__proto__: null,
|
|
1869
|
-
actionName: actionName$
|
|
1870
|
-
authorizations: authorizations$
|
|
1874
|
+
actionName: actionName$W,
|
|
1875
|
+
authorizations: authorizations$W
|
|
1871
1876
|
};
|
|
1872
1877
|
|
|
1873
|
-
const authorizations$
|
|
1874
|
-
const actionName$
|
|
1878
|
+
const authorizations$V = [{ permissions: [active], actor: _username }];
|
|
1879
|
+
const actionName$V = "approve";
|
|
1875
1880
|
|
|
1876
1881
|
const approveProposal = {
|
|
1877
1882
|
__proto__: null,
|
|
1878
|
-
actionName: actionName$
|
|
1879
|
-
authorizations: authorizations$
|
|
1883
|
+
actionName: actionName$V,
|
|
1884
|
+
authorizations: authorizations$V
|
|
1880
1885
|
};
|
|
1881
1886
|
|
|
1882
|
-
const authorizations$
|
|
1883
|
-
const actionName$
|
|
1887
|
+
const authorizations$U = [{ permissions: [active], actor: _username }];
|
|
1888
|
+
const actionName$U = "unapprove";
|
|
1884
1889
|
|
|
1885
1890
|
const unapproveProposal = {
|
|
1886
1891
|
__proto__: null,
|
|
1887
|
-
actionName: actionName$
|
|
1888
|
-
authorizations: authorizations$
|
|
1892
|
+
actionName: actionName$U,
|
|
1893
|
+
authorizations: authorizations$U
|
|
1889
1894
|
};
|
|
1890
1895
|
|
|
1891
|
-
const authorizations$
|
|
1892
|
-
const actionName$
|
|
1896
|
+
const authorizations$T = [{ permissions: [active], actor: _username }];
|
|
1897
|
+
const actionName$T = "cancel";
|
|
1893
1898
|
|
|
1894
1899
|
const cancelProposal = {
|
|
1895
1900
|
__proto__: null,
|
|
1896
|
-
actionName: actionName$
|
|
1897
|
-
authorizations: authorizations$
|
|
1901
|
+
actionName: actionName$T,
|
|
1902
|
+
authorizations: authorizations$T
|
|
1898
1903
|
};
|
|
1899
1904
|
|
|
1900
|
-
const authorizations$
|
|
1901
|
-
const actionName$
|
|
1905
|
+
const authorizations$S = [{ permissions: [active], actor: _username }];
|
|
1906
|
+
const actionName$S = "exec";
|
|
1902
1907
|
|
|
1903
1908
|
const execProposal = {
|
|
1904
1909
|
__proto__: null,
|
|
1905
|
-
actionName: actionName$
|
|
1906
|
-
authorizations: authorizations$
|
|
1910
|
+
actionName: actionName$S,
|
|
1911
|
+
authorizations: authorizations$S
|
|
1907
1912
|
};
|
|
1908
1913
|
|
|
1909
|
-
const authorizations$
|
|
1910
|
-
const actionName$
|
|
1914
|
+
const authorizations$R = [{ permissions: [active], actor: _username }];
|
|
1915
|
+
const actionName$R = "invalidate";
|
|
1911
1916
|
|
|
1912
1917
|
const invalidateAccount = {
|
|
1913
1918
|
__proto__: null,
|
|
1914
|
-
actionName: actionName$
|
|
1915
|
-
authorizations: authorizations$
|
|
1919
|
+
actionName: actionName$R,
|
|
1920
|
+
authorizations: authorizations$R
|
|
1916
1921
|
};
|
|
1917
1922
|
|
|
1918
|
-
const index$
|
|
1923
|
+
const index$x = {
|
|
1919
1924
|
__proto__: null,
|
|
1920
1925
|
ApproveProposal: approveProposal,
|
|
1921
1926
|
CancelProposal: cancelProposal,
|
|
@@ -1925,43 +1930,43 @@ const index$q = {
|
|
|
1925
1930
|
UnapproveProposal: unapproveProposal
|
|
1926
1931
|
};
|
|
1927
1932
|
|
|
1928
|
-
const tableName$
|
|
1929
|
-
const scope$
|
|
1933
|
+
const tableName$n = "approvals";
|
|
1934
|
+
const scope$n = _msig;
|
|
1930
1935
|
|
|
1931
1936
|
const approvals = {
|
|
1932
1937
|
__proto__: null,
|
|
1933
|
-
scope: scope$
|
|
1934
|
-
tableName: tableName$
|
|
1938
|
+
scope: scope$n,
|
|
1939
|
+
tableName: tableName$n
|
|
1935
1940
|
};
|
|
1936
1941
|
|
|
1937
|
-
const tableName$
|
|
1938
|
-
const scope$
|
|
1942
|
+
const tableName$m = "approvals2";
|
|
1943
|
+
const scope$m = _msig;
|
|
1939
1944
|
|
|
1940
1945
|
const approvals2 = {
|
|
1941
1946
|
__proto__: null,
|
|
1942
|
-
scope: scope$
|
|
1943
|
-
tableName: tableName$
|
|
1947
|
+
scope: scope$m,
|
|
1948
|
+
tableName: tableName$m
|
|
1944
1949
|
};
|
|
1945
1950
|
|
|
1946
|
-
const tableName$
|
|
1947
|
-
const scope$
|
|
1951
|
+
const tableName$l = "invals";
|
|
1952
|
+
const scope$l = _msig;
|
|
1948
1953
|
|
|
1949
1954
|
const invalidations = {
|
|
1950
1955
|
__proto__: null,
|
|
1951
|
-
scope: scope$
|
|
1952
|
-
tableName: tableName$
|
|
1956
|
+
scope: scope$l,
|
|
1957
|
+
tableName: tableName$l
|
|
1953
1958
|
};
|
|
1954
1959
|
|
|
1955
|
-
const tableName$
|
|
1956
|
-
const scope$
|
|
1960
|
+
const tableName$k = "proposal";
|
|
1961
|
+
const scope$k = _msig;
|
|
1957
1962
|
|
|
1958
1963
|
const proposals = {
|
|
1959
1964
|
__proto__: null,
|
|
1960
|
-
scope: scope$
|
|
1961
|
-
tableName: tableName$
|
|
1965
|
+
scope: scope$k,
|
|
1966
|
+
tableName: tableName$k
|
|
1962
1967
|
};
|
|
1963
1968
|
|
|
1964
|
-
const index$
|
|
1969
|
+
const index$w = {
|
|
1965
1970
|
__proto__: null,
|
|
1966
1971
|
Approvals: approvals,
|
|
1967
1972
|
Approvals2: approvals2,
|
|
@@ -1973,26 +1978,26 @@ const msig = {
|
|
|
1973
1978
|
__proto__: null
|
|
1974
1979
|
};
|
|
1975
1980
|
|
|
1976
|
-
const contractName$
|
|
1981
|
+
const contractName$3 = _msig;
|
|
1977
1982
|
|
|
1978
|
-
const index$
|
|
1983
|
+
const index$v = {
|
|
1979
1984
|
__proto__: null,
|
|
1980
|
-
Actions: index$
|
|
1985
|
+
Actions: index$x,
|
|
1981
1986
|
Interfaces: msig,
|
|
1982
|
-
Tables: index$
|
|
1983
|
-
contractName: contractName$
|
|
1987
|
+
Tables: index$w,
|
|
1988
|
+
contractName: contractName$3
|
|
1984
1989
|
};
|
|
1985
1990
|
|
|
1986
|
-
const authorizations$
|
|
1987
|
-
const actionName$
|
|
1991
|
+
const authorizations$Q = [{ permissions: [active], actor: _username }];
|
|
1992
|
+
const actionName$Q = "exec";
|
|
1988
1993
|
|
|
1989
1994
|
const exec = {
|
|
1990
1995
|
__proto__: null,
|
|
1991
|
-
actionName: actionName$
|
|
1992
|
-
authorizations: authorizations$
|
|
1996
|
+
actionName: actionName$Q,
|
|
1997
|
+
authorizations: authorizations$Q
|
|
1993
1998
|
};
|
|
1994
1999
|
|
|
1995
|
-
const index$
|
|
2000
|
+
const index$u = {
|
|
1996
2001
|
__proto__: null,
|
|
1997
2002
|
Exec: exec
|
|
1998
2003
|
};
|
|
@@ -2001,363 +2006,363 @@ const wrap = {
|
|
|
2001
2006
|
__proto__: null
|
|
2002
2007
|
};
|
|
2003
2008
|
|
|
2004
|
-
const contractName$
|
|
2009
|
+
const contractName$2 = _wrap;
|
|
2005
2010
|
|
|
2006
|
-
const index$
|
|
2011
|
+
const index$t = {
|
|
2007
2012
|
__proto__: null,
|
|
2008
|
-
Actions: index$
|
|
2013
|
+
Actions: index$u,
|
|
2009
2014
|
Interfaces: wrap,
|
|
2010
|
-
contractName: contractName$
|
|
2015
|
+
contractName: contractName$2
|
|
2011
2016
|
};
|
|
2012
2017
|
|
|
2013
|
-
const authorizations$
|
|
2014
|
-
const actionName$
|
|
2018
|
+
const authorizations$P = [{ permissions: [active], actor: _system }];
|
|
2019
|
+
const actionName$P = "init";
|
|
2015
2020
|
|
|
2016
|
-
const init = {
|
|
2021
|
+
const init$1 = {
|
|
2017
2022
|
__proto__: null,
|
|
2018
|
-
actionName: actionName$
|
|
2019
|
-
authorizations: authorizations$
|
|
2023
|
+
actionName: actionName$P,
|
|
2024
|
+
authorizations: authorizations$P
|
|
2020
2025
|
};
|
|
2021
2026
|
|
|
2022
|
-
const authorizations$
|
|
2023
|
-
const actionName$
|
|
2027
|
+
const authorizations$O = [{ permissions: [active], actor: _contract }];
|
|
2028
|
+
const actionName$O = "setcode";
|
|
2024
2029
|
|
|
2025
2030
|
const setCode = {
|
|
2026
2031
|
__proto__: null,
|
|
2027
|
-
actionName: actionName$
|
|
2028
|
-
authorizations: authorizations$
|
|
2032
|
+
actionName: actionName$O,
|
|
2033
|
+
authorizations: authorizations$O
|
|
2029
2034
|
};
|
|
2030
2035
|
|
|
2031
|
-
const authorizations$
|
|
2032
|
-
const actionName$
|
|
2036
|
+
const authorizations$N = [{ permissions: [active], actor: _system }];
|
|
2037
|
+
const actionName$N = "initemission";
|
|
2033
2038
|
|
|
2034
2039
|
const initEmission = {
|
|
2035
2040
|
__proto__: null,
|
|
2036
|
-
actionName: actionName$
|
|
2037
|
-
authorizations: authorizations$
|
|
2041
|
+
actionName: actionName$N,
|
|
2042
|
+
authorizations: authorizations$N
|
|
2038
2043
|
};
|
|
2039
2044
|
|
|
2040
|
-
const authorizations$
|
|
2041
|
-
const actionName$
|
|
2045
|
+
const authorizations$M = [{ permissions: [active], actor: _system }];
|
|
2046
|
+
const actionName$M = "setacctcpu";
|
|
2042
2047
|
|
|
2043
2048
|
const setCPULimits = {
|
|
2044
2049
|
__proto__: null,
|
|
2045
|
-
actionName: actionName$
|
|
2046
|
-
authorizations: authorizations$
|
|
2050
|
+
actionName: actionName$M,
|
|
2051
|
+
authorizations: authorizations$M
|
|
2047
2052
|
};
|
|
2048
2053
|
|
|
2049
|
-
const authorizations$
|
|
2050
|
-
const actionName$
|
|
2054
|
+
const authorizations$L = [{ permissions: [active], actor: _system }];
|
|
2055
|
+
const actionName$L = "setacctnet";
|
|
2051
2056
|
|
|
2052
2057
|
const setNETLimits = {
|
|
2053
2058
|
__proto__: null,
|
|
2054
|
-
actionName: actionName$
|
|
2055
|
-
authorizations: authorizations$
|
|
2059
|
+
actionName: actionName$L,
|
|
2060
|
+
authorizations: authorizations$L
|
|
2056
2061
|
};
|
|
2057
2062
|
|
|
2058
|
-
const authorizations$
|
|
2059
|
-
const actionName$
|
|
2063
|
+
const authorizations$K = [{ permissions: [active], actor: _system }];
|
|
2064
|
+
const actionName$K = "setacctram";
|
|
2060
2065
|
|
|
2061
2066
|
const setRAMLimits = {
|
|
2062
2067
|
__proto__: null,
|
|
2063
|
-
actionName: actionName$
|
|
2064
|
-
authorizations: authorizations$
|
|
2068
|
+
actionName: actionName$K,
|
|
2069
|
+
authorizations: authorizations$K
|
|
2065
2070
|
};
|
|
2066
2071
|
|
|
2067
|
-
const authorizations$
|
|
2068
|
-
const actionName$
|
|
2072
|
+
const authorizations$J = [{ permissions: [active], actor: _system }];
|
|
2073
|
+
const actionName$J = "activate";
|
|
2069
2074
|
|
|
2070
2075
|
const activateFeature = {
|
|
2071
2076
|
__proto__: null,
|
|
2072
|
-
actionName: actionName$
|
|
2073
|
-
authorizations: authorizations$
|
|
2077
|
+
actionName: actionName$J,
|
|
2078
|
+
authorizations: authorizations$J
|
|
2074
2079
|
};
|
|
2075
2080
|
|
|
2076
|
-
const authorizations$
|
|
2077
|
-
const actionName$
|
|
2081
|
+
const authorizations$I = [{ permissions: [active], actor: _username }];
|
|
2082
|
+
const actionName$I = "delegatebw";
|
|
2078
2083
|
|
|
2079
2084
|
const delegateBW = {
|
|
2080
2085
|
__proto__: null,
|
|
2081
|
-
actionName: actionName$
|
|
2082
|
-
authorizations: authorizations$
|
|
2086
|
+
actionName: actionName$I,
|
|
2087
|
+
authorizations: authorizations$I
|
|
2083
2088
|
};
|
|
2084
2089
|
|
|
2085
|
-
const authorizations$
|
|
2086
|
-
const actionName$
|
|
2090
|
+
const authorizations$H = [{ permissions: [active], actor: _username }];
|
|
2091
|
+
const actionName$H = "undelegatebw";
|
|
2087
2092
|
|
|
2088
2093
|
const undelegateBW = {
|
|
2089
2094
|
__proto__: null,
|
|
2090
|
-
actionName: actionName$
|
|
2091
|
-
authorizations: authorizations$
|
|
2095
|
+
actionName: actionName$H,
|
|
2096
|
+
authorizations: authorizations$H
|
|
2092
2097
|
};
|
|
2093
2098
|
|
|
2094
|
-
const authorizations$
|
|
2095
|
-
const actionName$
|
|
2099
|
+
const authorizations$G = [{ permissions: [active], actor: _username }];
|
|
2100
|
+
const actionName$G = "buyram";
|
|
2096
2101
|
|
|
2097
2102
|
const buyRAM = {
|
|
2098
2103
|
__proto__: null,
|
|
2099
|
-
actionName: actionName$
|
|
2100
|
-
authorizations: authorizations$
|
|
2104
|
+
actionName: actionName$G,
|
|
2105
|
+
authorizations: authorizations$G
|
|
2101
2106
|
};
|
|
2102
2107
|
|
|
2103
|
-
const authorizations$
|
|
2104
|
-
const actionName$
|
|
2108
|
+
const authorizations$F = [{ permissions: [active], actor: _username }];
|
|
2109
|
+
const actionName$F = "buyrambytes";
|
|
2105
2110
|
|
|
2106
2111
|
const buyRAMBytes = {
|
|
2107
2112
|
__proto__: null,
|
|
2108
|
-
actionName: actionName$
|
|
2109
|
-
authorizations: authorizations$
|
|
2113
|
+
actionName: actionName$F,
|
|
2114
|
+
authorizations: authorizations$F
|
|
2110
2115
|
};
|
|
2111
2116
|
|
|
2112
|
-
const authorizations$
|
|
2113
|
-
const actionName$
|
|
2117
|
+
const authorizations$E = [{ permissions: [active], actor: _username }];
|
|
2118
|
+
const actionName$E = "refund";
|
|
2114
2119
|
|
|
2115
2120
|
const refund = {
|
|
2116
2121
|
__proto__: null,
|
|
2117
|
-
actionName: actionName$
|
|
2118
|
-
authorizations: authorizations$
|
|
2122
|
+
actionName: actionName$E,
|
|
2123
|
+
authorizations: authorizations$E
|
|
2119
2124
|
};
|
|
2120
2125
|
|
|
2121
|
-
const authorizations$
|
|
2122
|
-
const actionName$
|
|
2126
|
+
const authorizations$D = [{ permissions: [active], actor: _username }];
|
|
2127
|
+
const actionName$D = "regproducer";
|
|
2123
2128
|
|
|
2124
2129
|
const registerProducer = {
|
|
2125
2130
|
__proto__: null,
|
|
2126
|
-
actionName: actionName$
|
|
2127
|
-
authorizations: authorizations$
|
|
2131
|
+
actionName: actionName$D,
|
|
2132
|
+
authorizations: authorizations$D
|
|
2128
2133
|
};
|
|
2129
2134
|
|
|
2130
|
-
const authorizations$
|
|
2131
|
-
const actionName$
|
|
2135
|
+
const authorizations$C = [{ permissions: [active], actor: _username }];
|
|
2136
|
+
const actionName$C = "regproducer2";
|
|
2132
2137
|
|
|
2133
2138
|
const registerProducer2 = {
|
|
2134
2139
|
__proto__: null,
|
|
2135
|
-
actionName: actionName$
|
|
2136
|
-
authorizations: authorizations$
|
|
2140
|
+
actionName: actionName$C,
|
|
2141
|
+
authorizations: authorizations$C
|
|
2137
2142
|
};
|
|
2138
2143
|
|
|
2139
|
-
const authorizations$
|
|
2140
|
-
const actionName$
|
|
2144
|
+
const authorizations$B = [{ permissions: [active], actor: _username }];
|
|
2145
|
+
const actionName$B = "unregprod";
|
|
2141
2146
|
|
|
2142
2147
|
const unregisterProducer = {
|
|
2143
2148
|
__proto__: null,
|
|
2144
|
-
actionName: actionName$
|
|
2145
|
-
authorizations: authorizations$
|
|
2149
|
+
actionName: actionName$B,
|
|
2150
|
+
authorizations: authorizations$B
|
|
2146
2151
|
};
|
|
2147
2152
|
|
|
2148
|
-
const authorizations$
|
|
2149
|
-
const actionName$
|
|
2153
|
+
const authorizations$A = [{ permissions: [active], actor: _system }];
|
|
2154
|
+
const actionName$A = "setram";
|
|
2150
2155
|
|
|
2151
2156
|
const setTotalRAM = {
|
|
2152
2157
|
__proto__: null,
|
|
2153
|
-
actionName: actionName$
|
|
2154
|
-
authorizations: authorizations$
|
|
2158
|
+
actionName: actionName$A,
|
|
2159
|
+
authorizations: authorizations$A
|
|
2155
2160
|
};
|
|
2156
2161
|
|
|
2157
|
-
const authorizations$
|
|
2158
|
-
const actionName$
|
|
2162
|
+
const authorizations$z = [{ permissions: [active], actor: _system }];
|
|
2163
|
+
const actionName$z = "setramrate";
|
|
2159
2164
|
|
|
2160
2165
|
const setTotalRAMRate = {
|
|
2161
2166
|
__proto__: null,
|
|
2162
|
-
actionName: actionName$
|
|
2163
|
-
authorizations: authorizations$
|
|
2167
|
+
actionName: actionName$z,
|
|
2168
|
+
authorizations: authorizations$z
|
|
2164
2169
|
};
|
|
2165
2170
|
|
|
2166
|
-
const authorizations$
|
|
2167
|
-
const actionName$
|
|
2171
|
+
const authorizations$y = [{ permissions: [active], actor: _username }];
|
|
2172
|
+
const actionName$y = "voteproducer";
|
|
2168
2173
|
|
|
2169
2174
|
const voteForProducer = {
|
|
2170
2175
|
__proto__: null,
|
|
2171
|
-
actionName: actionName$
|
|
2172
|
-
authorizations: authorizations$
|
|
2176
|
+
actionName: actionName$y,
|
|
2177
|
+
authorizations: authorizations$y
|
|
2173
2178
|
};
|
|
2174
2179
|
|
|
2175
|
-
const authorizations$
|
|
2176
|
-
const actionName$
|
|
2180
|
+
const authorizations$x = [{ permissions: [active], actor: _username }];
|
|
2181
|
+
const actionName$x = "voteupdate";
|
|
2177
2182
|
|
|
2178
2183
|
const voteUpdate = {
|
|
2179
2184
|
__proto__: null,
|
|
2180
|
-
actionName: actionName$
|
|
2181
|
-
authorizations: authorizations$
|
|
2185
|
+
actionName: actionName$x,
|
|
2186
|
+
authorizations: authorizations$x
|
|
2182
2187
|
};
|
|
2183
2188
|
|
|
2184
|
-
const authorizations$
|
|
2185
|
-
const actionName$
|
|
2189
|
+
const authorizations$w = [{ permissions: [active], actor: _username }];
|
|
2190
|
+
const actionName$w = "regproxy";
|
|
2186
2191
|
|
|
2187
2192
|
const registerProxy = {
|
|
2188
2193
|
__proto__: null,
|
|
2189
|
-
actionName: actionName$
|
|
2190
|
-
authorizations: authorizations$
|
|
2194
|
+
actionName: actionName$w,
|
|
2195
|
+
authorizations: authorizations$w
|
|
2191
2196
|
};
|
|
2192
2197
|
|
|
2193
|
-
const authorizations$
|
|
2194
|
-
const actionName$
|
|
2198
|
+
const authorizations$v = [{ permissions: [active], actor: _username }];
|
|
2199
|
+
const actionName$v = "claimrewards";
|
|
2195
2200
|
|
|
2196
2201
|
const claimRewards = {
|
|
2197
2202
|
__proto__: null,
|
|
2198
|
-
actionName: actionName$
|
|
2199
|
-
authorizations: authorizations$
|
|
2203
|
+
actionName: actionName$v,
|
|
2204
|
+
authorizations: authorizations$v
|
|
2200
2205
|
};
|
|
2201
2206
|
|
|
2202
|
-
const authorizations$
|
|
2203
|
-
const actionName$
|
|
2207
|
+
const authorizations$u = [{ permissions: [active], actor: _system }];
|
|
2208
|
+
const actionName$u = "rmvproducer";
|
|
2204
2209
|
|
|
2205
2210
|
const removeProducer = {
|
|
2206
2211
|
__proto__: null,
|
|
2207
|
-
actionName: actionName$
|
|
2208
|
-
authorizations: authorizations$
|
|
2212
|
+
actionName: actionName$u,
|
|
2213
|
+
authorizations: authorizations$u
|
|
2209
2214
|
};
|
|
2210
2215
|
|
|
2211
|
-
const authorizations$
|
|
2212
|
-
const actionName$
|
|
2216
|
+
const authorizations$t = [{ permissions: [active], actor: _system }];
|
|
2217
|
+
const actionName$t = "updtrevision";
|
|
2213
2218
|
|
|
2214
2219
|
const updateRevision = {
|
|
2215
2220
|
__proto__: null,
|
|
2216
|
-
actionName: actionName$
|
|
2217
|
-
authorizations: authorizations$
|
|
2221
|
+
actionName: actionName$t,
|
|
2222
|
+
authorizations: authorizations$t
|
|
2218
2223
|
};
|
|
2219
2224
|
|
|
2220
|
-
const authorizations$
|
|
2221
|
-
const actionName$
|
|
2225
|
+
const authorizations$s = [{ permissions: [active], actor: _username }];
|
|
2226
|
+
const actionName$s = "bidname";
|
|
2222
2227
|
|
|
2223
2228
|
const bidName = {
|
|
2224
2229
|
__proto__: null,
|
|
2225
|
-
actionName: actionName$
|
|
2226
|
-
authorizations: authorizations$
|
|
2230
|
+
actionName: actionName$s,
|
|
2231
|
+
authorizations: authorizations$s
|
|
2227
2232
|
};
|
|
2228
2233
|
|
|
2229
|
-
const authorizations$
|
|
2230
|
-
const actionName$
|
|
2234
|
+
const authorizations$r = [{ permissions: [active], actor: _username }];
|
|
2235
|
+
const actionName$r = "bidrefund";
|
|
2231
2236
|
|
|
2232
2237
|
const bidNameRefund = {
|
|
2233
2238
|
__proto__: null,
|
|
2234
|
-
actionName: actionName$
|
|
2235
|
-
authorizations: authorizations$
|
|
2239
|
+
actionName: actionName$r,
|
|
2240
|
+
authorizations: authorizations$r
|
|
2236
2241
|
};
|
|
2237
2242
|
|
|
2238
|
-
const authorizations$
|
|
2239
|
-
const actionName$
|
|
2243
|
+
const authorizations$q = [{ permissions: [active], actor: _system }];
|
|
2244
|
+
const actionName$q = "setpriv";
|
|
2240
2245
|
|
|
2241
2246
|
const setPrivileged = {
|
|
2242
2247
|
__proto__: null,
|
|
2243
|
-
actionName: actionName$
|
|
2244
|
-
authorizations: authorizations$
|
|
2248
|
+
actionName: actionName$q,
|
|
2249
|
+
authorizations: authorizations$q
|
|
2245
2250
|
};
|
|
2246
2251
|
|
|
2247
|
-
const authorizations$
|
|
2248
|
-
const actionName$
|
|
2252
|
+
const authorizations$p = [{ permissions: [active], actor: _system }];
|
|
2253
|
+
const actionName$p = "setalimits";
|
|
2249
2254
|
|
|
2250
2255
|
const setAccountLimits = {
|
|
2251
2256
|
__proto__: null,
|
|
2252
|
-
actionName: actionName$
|
|
2253
|
-
authorizations: authorizations$
|
|
2257
|
+
actionName: actionName$p,
|
|
2258
|
+
authorizations: authorizations$p
|
|
2254
2259
|
};
|
|
2255
2260
|
|
|
2256
|
-
const authorizations$
|
|
2257
|
-
const actionName$
|
|
2261
|
+
const authorizations$o = [{ permissions: [active], actor: _system }];
|
|
2262
|
+
const actionName$o = "setparams";
|
|
2258
2263
|
|
|
2259
2264
|
const setParams = {
|
|
2260
2265
|
__proto__: null,
|
|
2261
|
-
actionName: actionName$
|
|
2262
|
-
authorizations: authorizations$
|
|
2266
|
+
actionName: actionName$o,
|
|
2267
|
+
authorizations: authorizations$o
|
|
2263
2268
|
};
|
|
2264
2269
|
|
|
2265
|
-
const authorizations$
|
|
2266
|
-
const actionName$
|
|
2270
|
+
const authorizations$n = [{ permissions: [active], actor: _system }];
|
|
2271
|
+
const actionName$n = "cfgpowerup";
|
|
2267
2272
|
|
|
2268
2273
|
const initPowerup = {
|
|
2269
2274
|
__proto__: null,
|
|
2270
|
-
actionName: actionName$
|
|
2271
|
-
authorizations: authorizations$
|
|
2275
|
+
actionName: actionName$n,
|
|
2276
|
+
authorizations: authorizations$n
|
|
2272
2277
|
};
|
|
2273
2278
|
|
|
2274
|
-
const authorizations$
|
|
2275
|
-
const actionName$
|
|
2279
|
+
const authorizations$m = [{ permissions: [active], actor: _username }];
|
|
2280
|
+
const actionName$m = "powerupexec";
|
|
2276
2281
|
|
|
2277
2282
|
const execPowerup = {
|
|
2278
2283
|
__proto__: null,
|
|
2279
|
-
actionName: actionName$
|
|
2280
|
-
authorizations: authorizations$
|
|
2284
|
+
actionName: actionName$m,
|
|
2285
|
+
authorizations: authorizations$m
|
|
2281
2286
|
};
|
|
2282
2287
|
|
|
2283
|
-
const authorizations$
|
|
2284
|
-
const actionName$
|
|
2288
|
+
const authorizations$l = [{ permissions: [active], actor: _username }];
|
|
2289
|
+
const actionName$l = "powerup";
|
|
2285
2290
|
|
|
2286
2291
|
const powerup = {
|
|
2287
2292
|
__proto__: null,
|
|
2288
|
-
actionName: actionName$
|
|
2289
|
-
authorizations: authorizations$
|
|
2293
|
+
actionName: actionName$l,
|
|
2294
|
+
authorizations: authorizations$l
|
|
2290
2295
|
};
|
|
2291
2296
|
|
|
2292
|
-
const authorizations$
|
|
2297
|
+
const authorizations$k = [
|
|
2293
2298
|
{ permissions: [active], actor: _system },
|
|
2294
2299
|
{ permissions: [active], actor: _registrator }
|
|
2295
2300
|
];
|
|
2296
|
-
const actionName$
|
|
2301
|
+
const actionName$k = "newaccount";
|
|
2297
2302
|
|
|
2298
2303
|
const newAccount = {
|
|
2299
2304
|
__proto__: null,
|
|
2300
|
-
actionName: actionName$
|
|
2301
|
-
authorizations: authorizations$
|
|
2305
|
+
actionName: actionName$k,
|
|
2306
|
+
authorizations: authorizations$k
|
|
2302
2307
|
};
|
|
2303
2308
|
|
|
2304
|
-
const authorizations$
|
|
2309
|
+
const authorizations$j = [
|
|
2305
2310
|
{ permissions: [active], actor: _registrator }
|
|
2306
2311
|
];
|
|
2307
|
-
const actionName$
|
|
2312
|
+
const actionName$j = "createaccnt";
|
|
2308
2313
|
|
|
2309
2314
|
const createAccount = {
|
|
2310
2315
|
__proto__: null,
|
|
2311
|
-
actionName: actionName$
|
|
2312
|
-
authorizations: authorizations$
|
|
2316
|
+
actionName: actionName$j,
|
|
2317
|
+
authorizations: authorizations$j
|
|
2313
2318
|
};
|
|
2314
2319
|
|
|
2315
|
-
const authorizations$
|
|
2316
|
-
const actionName$
|
|
2320
|
+
const authorizations$i = [{ permissions: [active], actor: _contract }];
|
|
2321
|
+
const actionName$i = "setabi";
|
|
2317
2322
|
|
|
2318
2323
|
const setAbi = {
|
|
2319
2324
|
__proto__: null,
|
|
2320
|
-
actionName: actionName$
|
|
2321
|
-
authorizations: authorizations$
|
|
2325
|
+
actionName: actionName$i,
|
|
2326
|
+
authorizations: authorizations$i
|
|
2322
2327
|
};
|
|
2323
2328
|
|
|
2324
|
-
const authorizations$
|
|
2325
|
-
const actionName$
|
|
2329
|
+
const authorizations$h = [{ permissions: [active], actor: _username }];
|
|
2330
|
+
const actionName$h = "updateauth";
|
|
2326
2331
|
|
|
2327
2332
|
const updateAuth = {
|
|
2328
2333
|
__proto__: null,
|
|
2329
|
-
actionName: actionName$
|
|
2330
|
-
authorizations: authorizations$
|
|
2334
|
+
actionName: actionName$h,
|
|
2335
|
+
authorizations: authorizations$h
|
|
2331
2336
|
};
|
|
2332
2337
|
|
|
2333
|
-
const authorizations$
|
|
2334
|
-
const actionName$
|
|
2338
|
+
const authorizations$g = [{ permissions: [active], actor: _username }];
|
|
2339
|
+
const actionName$g = "deleteauth";
|
|
2335
2340
|
|
|
2336
2341
|
const deleteAuth = {
|
|
2337
2342
|
__proto__: null,
|
|
2338
|
-
actionName: actionName$
|
|
2339
|
-
authorizations: authorizations$
|
|
2343
|
+
actionName: actionName$g,
|
|
2344
|
+
authorizations: authorizations$g
|
|
2340
2345
|
};
|
|
2341
2346
|
|
|
2342
|
-
const authorizations$
|
|
2343
|
-
const actionName$
|
|
2347
|
+
const authorizations$f = [{ permissions: [active], actor: _contract }];
|
|
2348
|
+
const actionName$f = "linkauth";
|
|
2344
2349
|
|
|
2345
2350
|
const linkAuth = {
|
|
2346
2351
|
__proto__: null,
|
|
2347
|
-
actionName: actionName$
|
|
2348
|
-
authorizations: authorizations$
|
|
2352
|
+
actionName: actionName$f,
|
|
2353
|
+
authorizations: authorizations$f
|
|
2349
2354
|
};
|
|
2350
2355
|
|
|
2351
|
-
const authorizations = [{ permissions: [active], actor: _username }];
|
|
2352
|
-
const actionName = "canceldelay";
|
|
2356
|
+
const authorizations$e = [{ permissions: [active], actor: _username }];
|
|
2357
|
+
const actionName$e = "canceldelay";
|
|
2353
2358
|
|
|
2354
2359
|
const cancelDelay = {
|
|
2355
2360
|
__proto__: null,
|
|
2356
|
-
actionName: actionName,
|
|
2357
|
-
authorizations: authorizations
|
|
2361
|
+
actionName: actionName$e,
|
|
2362
|
+
authorizations: authorizations$e
|
|
2358
2363
|
};
|
|
2359
2364
|
|
|
2360
|
-
const index$
|
|
2365
|
+
const index$s = {
|
|
2361
2366
|
__proto__: null,
|
|
2362
2367
|
ActivateFeature: activateFeature,
|
|
2363
2368
|
BidName: bidName,
|
|
@@ -2370,7 +2375,7 @@ const index$l = {
|
|
|
2370
2375
|
DelegateBW: delegateBW,
|
|
2371
2376
|
DeleteAuth: deleteAuth,
|
|
2372
2377
|
ExecPowerup: execPowerup,
|
|
2373
|
-
Init: init,
|
|
2378
|
+
Init: init$1,
|
|
2374
2379
|
InitEmission: initEmission,
|
|
2375
2380
|
InitPowerup: initPowerup,
|
|
2376
2381
|
LinkAuth: linkAuth,
|
|
@@ -2399,115 +2404,115 @@ const index$l = {
|
|
|
2399
2404
|
VoteUpdate: voteUpdate
|
|
2400
2405
|
};
|
|
2401
2406
|
|
|
2402
|
-
const tableName$
|
|
2403
|
-
const scope$
|
|
2407
|
+
const tableName$j = "bidrefunds";
|
|
2408
|
+
const scope$j = _system;
|
|
2404
2409
|
|
|
2405
2410
|
const bidRefunds = {
|
|
2406
2411
|
__proto__: null,
|
|
2407
|
-
scope: scope$
|
|
2408
|
-
tableName: tableName$
|
|
2412
|
+
scope: scope$j,
|
|
2413
|
+
tableName: tableName$j
|
|
2409
2414
|
};
|
|
2410
2415
|
|
|
2411
|
-
const tableName$
|
|
2412
|
-
const scope$
|
|
2416
|
+
const tableName$i = "delband";
|
|
2417
|
+
const scope$i = _system;
|
|
2413
2418
|
|
|
2414
2419
|
const delegatedBandwith = {
|
|
2415
2420
|
__proto__: null,
|
|
2416
|
-
scope: scope$
|
|
2417
|
-
tableName: tableName$
|
|
2421
|
+
scope: scope$i,
|
|
2422
|
+
tableName: tableName$i
|
|
2418
2423
|
};
|
|
2419
2424
|
|
|
2420
|
-
const tableName$
|
|
2421
|
-
const scope$
|
|
2425
|
+
const tableName$h = "emission";
|
|
2426
|
+
const scope$h = _system;
|
|
2422
2427
|
|
|
2423
2428
|
const emissionState = {
|
|
2424
2429
|
__proto__: null,
|
|
2425
|
-
scope: scope$
|
|
2426
|
-
tableName: tableName$
|
|
2430
|
+
scope: scope$h,
|
|
2431
|
+
tableName: tableName$h
|
|
2427
2432
|
};
|
|
2428
2433
|
|
|
2429
|
-
const tableName$
|
|
2430
|
-
const scope$
|
|
2434
|
+
const tableName$g = "global";
|
|
2435
|
+
const scope$g = _system;
|
|
2431
2436
|
|
|
2432
2437
|
const globalState = {
|
|
2433
2438
|
__proto__: null,
|
|
2434
|
-
scope: scope$
|
|
2435
|
-
tableName: tableName$
|
|
2439
|
+
scope: scope$g,
|
|
2440
|
+
tableName: tableName$g
|
|
2436
2441
|
};
|
|
2437
2442
|
|
|
2438
|
-
const tableName$
|
|
2439
|
-
const scope$
|
|
2443
|
+
const tableName$f = "namebids";
|
|
2444
|
+
const scope$f = _system;
|
|
2440
2445
|
|
|
2441
2446
|
const nameBids = {
|
|
2442
2447
|
__proto__: null,
|
|
2443
|
-
scope: scope$
|
|
2444
|
-
tableName: tableName$
|
|
2448
|
+
scope: scope$f,
|
|
2449
|
+
tableName: tableName$f
|
|
2445
2450
|
};
|
|
2446
2451
|
|
|
2447
|
-
const tableName$
|
|
2448
|
-
const scope$
|
|
2452
|
+
const tableName$e = "powerstate";
|
|
2453
|
+
const scope$e = _system;
|
|
2449
2454
|
|
|
2450
2455
|
const powerState = {
|
|
2451
2456
|
__proto__: null,
|
|
2452
|
-
scope: scope$
|
|
2453
|
-
tableName: tableName$
|
|
2457
|
+
scope: scope$e,
|
|
2458
|
+
tableName: tableName$e
|
|
2454
2459
|
};
|
|
2455
2460
|
|
|
2456
|
-
const tableName$
|
|
2457
|
-
const scope$
|
|
2461
|
+
const tableName$d = "powup.order";
|
|
2462
|
+
const scope$d = _system;
|
|
2458
2463
|
|
|
2459
2464
|
const powerupOrders = {
|
|
2460
2465
|
__proto__: null,
|
|
2461
|
-
scope: scope$
|
|
2462
|
-
tableName: tableName$
|
|
2466
|
+
scope: scope$d,
|
|
2467
|
+
tableName: tableName$d
|
|
2463
2468
|
};
|
|
2464
2469
|
|
|
2465
|
-
const tableName$
|
|
2466
|
-
const scope$
|
|
2470
|
+
const tableName$c = "producers";
|
|
2471
|
+
const scope$c = _system;
|
|
2467
2472
|
|
|
2468
2473
|
const producers = {
|
|
2469
2474
|
__proto__: null,
|
|
2470
|
-
scope: scope$
|
|
2471
|
-
tableName: tableName$
|
|
2475
|
+
scope: scope$c,
|
|
2476
|
+
tableName: tableName$c
|
|
2472
2477
|
};
|
|
2473
2478
|
|
|
2474
|
-
const tableName$
|
|
2475
|
-
const scope$
|
|
2479
|
+
const tableName$b = "ramdebts";
|
|
2480
|
+
const scope$b = _system;
|
|
2476
2481
|
|
|
2477
2482
|
const ramDebts = {
|
|
2478
2483
|
__proto__: null,
|
|
2479
|
-
scope: scope$
|
|
2480
|
-
tableName: tableName$
|
|
2484
|
+
scope: scope$b,
|
|
2485
|
+
tableName: tableName$b
|
|
2481
2486
|
};
|
|
2482
2487
|
|
|
2483
|
-
const tableName$
|
|
2484
|
-
const scope$
|
|
2488
|
+
const tableName$a = "refunds";
|
|
2489
|
+
const scope$a = _system;
|
|
2485
2490
|
|
|
2486
2491
|
const refunds = {
|
|
2487
2492
|
__proto__: null,
|
|
2488
|
-
scope: scope$
|
|
2489
|
-
tableName: tableName$
|
|
2493
|
+
scope: scope$a,
|
|
2494
|
+
tableName: tableName$a
|
|
2490
2495
|
};
|
|
2491
2496
|
|
|
2492
|
-
const tableName$
|
|
2493
|
-
const scope$
|
|
2497
|
+
const tableName$9 = "userres";
|
|
2498
|
+
const scope$9 = _system;
|
|
2494
2499
|
|
|
2495
2500
|
const userResources = {
|
|
2496
2501
|
__proto__: null,
|
|
2497
|
-
scope: scope$
|
|
2498
|
-
tableName: tableName$
|
|
2502
|
+
scope: scope$9,
|
|
2503
|
+
tableName: tableName$9
|
|
2499
2504
|
};
|
|
2500
2505
|
|
|
2501
|
-
const tableName = "voters";
|
|
2502
|
-
const scope = _system;
|
|
2506
|
+
const tableName$8 = "voters";
|
|
2507
|
+
const scope$8 = _system;
|
|
2503
2508
|
|
|
2504
2509
|
const voters = {
|
|
2505
2510
|
__proto__: null,
|
|
2506
|
-
scope: scope,
|
|
2507
|
-
tableName: tableName
|
|
2511
|
+
scope: scope$8,
|
|
2512
|
+
tableName: tableName$8
|
|
2508
2513
|
};
|
|
2509
2514
|
|
|
2510
|
-
const index$
|
|
2515
|
+
const index$r = {
|
|
2511
2516
|
__proto__: null,
|
|
2512
2517
|
BidRefunds: bidRefunds,
|
|
2513
2518
|
NameBids: nameBids,
|
|
@@ -2527,40 +2532,282 @@ const system = {
|
|
|
2527
2532
|
__proto__: null
|
|
2528
2533
|
};
|
|
2529
2534
|
|
|
2530
|
-
const contractName = _system;
|
|
2535
|
+
const contractName$1 = _system;
|
|
2531
2536
|
|
|
2532
|
-
const index$
|
|
2537
|
+
const index$q = {
|
|
2533
2538
|
__proto__: null,
|
|
2534
|
-
Actions: index$
|
|
2539
|
+
Actions: index$s,
|
|
2535
2540
|
Interfaces: system,
|
|
2536
|
-
Tables: index$
|
|
2537
|
-
contractName: contractName
|
|
2541
|
+
Tables: index$r,
|
|
2542
|
+
contractName: contractName$1
|
|
2538
2543
|
};
|
|
2539
2544
|
|
|
2540
|
-
const
|
|
2541
|
-
|
|
2542
|
-
};
|
|
2545
|
+
const authorizations$d = [{ permissions: [active], actor: _chairman }];
|
|
2546
|
+
const actionName$d = "accumulate";
|
|
2543
2547
|
|
|
2544
|
-
const
|
|
2545
|
-
__proto__: null
|
|
2548
|
+
const accumulate = {
|
|
2549
|
+
__proto__: null,
|
|
2550
|
+
actionName: actionName$d,
|
|
2551
|
+
authorizations: authorizations$d
|
|
2546
2552
|
};
|
|
2547
2553
|
|
|
2548
|
-
const
|
|
2549
|
-
|
|
2550
|
-
};
|
|
2554
|
+
const authorizations$c = [{ permissions: [active], actor: _chairman }];
|
|
2555
|
+
const actionName$c = "addauthor";
|
|
2551
2556
|
|
|
2552
|
-
const
|
|
2553
|
-
__proto__: null
|
|
2557
|
+
const addAuthor = {
|
|
2558
|
+
__proto__: null,
|
|
2559
|
+
actionName: actionName$c,
|
|
2560
|
+
authorizations: authorizations$c
|
|
2554
2561
|
};
|
|
2555
2562
|
|
|
2556
|
-
const
|
|
2563
|
+
const authorizations$b = [{ permissions: [active], actor: _chairman }];
|
|
2564
|
+
const actionName$b = "addcreator";
|
|
2565
|
+
|
|
2566
|
+
const addCreator = {
|
|
2567
|
+
__proto__: null,
|
|
2568
|
+
actionName: actionName$b,
|
|
2569
|
+
authorizations: authorizations$b
|
|
2570
|
+
};
|
|
2571
|
+
|
|
2572
|
+
const authorizations$a = [{ permissions: [active], actor: _contract }];
|
|
2573
|
+
const actionName$a = "authorize";
|
|
2574
|
+
|
|
2575
|
+
const authorize = {
|
|
2576
|
+
__proto__: null,
|
|
2577
|
+
actionName: actionName$a,
|
|
2578
|
+
authorizations: authorizations$a
|
|
2579
|
+
};
|
|
2580
|
+
|
|
2581
|
+
const authorizations$9 = [{ permissions: [active], actor: _chairman }];
|
|
2582
|
+
const actionName$9 = "contribute";
|
|
2583
|
+
|
|
2584
|
+
const contribute = {
|
|
2585
|
+
__proto__: null,
|
|
2586
|
+
actionName: actionName$9,
|
|
2587
|
+
authorizations: authorizations$9
|
|
2588
|
+
};
|
|
2589
|
+
|
|
2590
|
+
const authorizations$8 = [{ permissions: [active], actor: _chairman }];
|
|
2591
|
+
const actionName$8 = "createidea";
|
|
2592
|
+
|
|
2593
|
+
const createIdea = {
|
|
2594
|
+
__proto__: null,
|
|
2595
|
+
actionName: actionName$8,
|
|
2596
|
+
authorizations: authorizations$8
|
|
2597
|
+
};
|
|
2598
|
+
|
|
2599
|
+
const authorizations$7 = [{ permissions: [active], actor: _chairman }];
|
|
2600
|
+
const actionName$7 = "createresult";
|
|
2601
|
+
|
|
2602
|
+
const createResult = {
|
|
2603
|
+
__proto__: null,
|
|
2604
|
+
actionName: actionName$7,
|
|
2605
|
+
authorizations: authorizations$7
|
|
2606
|
+
};
|
|
2607
|
+
|
|
2608
|
+
const authorizations$6 = [{ permissions: [active], actor: _chairman }];
|
|
2609
|
+
const actionName$6 = "delcreator";
|
|
2610
|
+
|
|
2611
|
+
const delCreator = {
|
|
2612
|
+
__proto__: null,
|
|
2613
|
+
actionName: actionName$6,
|
|
2614
|
+
authorizations: authorizations$6
|
|
2615
|
+
};
|
|
2616
|
+
|
|
2617
|
+
const authorizations$5 = [{ permissions: [active], actor: _chairman }];
|
|
2618
|
+
const actionName$5 = "init";
|
|
2619
|
+
|
|
2620
|
+
const init = {
|
|
2621
|
+
__proto__: null,
|
|
2622
|
+
actionName: actionName$5,
|
|
2623
|
+
authorizations: authorizations$5
|
|
2624
|
+
};
|
|
2625
|
+
|
|
2626
|
+
const authorizations$4 = [{ permissions: [active], actor: _chairman }];
|
|
2627
|
+
const actionName$4 = "refresh";
|
|
2628
|
+
|
|
2629
|
+
const refresh = {
|
|
2630
|
+
__proto__: null,
|
|
2631
|
+
actionName: actionName$4,
|
|
2632
|
+
authorizations: authorizations$4
|
|
2633
|
+
};
|
|
2634
|
+
|
|
2635
|
+
const authorizations$3 = [{ permissions: [active], actor: _chairman }];
|
|
2636
|
+
const actionName$3 = "setstatement";
|
|
2637
|
+
|
|
2638
|
+
const setStatement = {
|
|
2639
|
+
__proto__: null,
|
|
2640
|
+
actionName: actionName$3,
|
|
2641
|
+
authorizations: authorizations$3
|
|
2642
|
+
};
|
|
2643
|
+
|
|
2644
|
+
const authorizations$2 = [{ permissions: [active], actor: _chairman }];
|
|
2645
|
+
const actionName$2 = "start";
|
|
2646
|
+
|
|
2647
|
+
const start = {
|
|
2648
|
+
__proto__: null,
|
|
2649
|
+
actionName: actionName$2,
|
|
2650
|
+
authorizations: authorizations$2
|
|
2651
|
+
};
|
|
2652
|
+
|
|
2653
|
+
const authorizations$1 = [{ permissions: [active], actor: _chairman }];
|
|
2654
|
+
const actionName$1 = "withdraw1";
|
|
2655
|
+
|
|
2656
|
+
const withdraw1 = {
|
|
2657
|
+
__proto__: null,
|
|
2658
|
+
actionName: actionName$1,
|
|
2659
|
+
authorizations: authorizations$1
|
|
2660
|
+
};
|
|
2661
|
+
|
|
2662
|
+
const authorizations = [{ permissions: [active], actor: _chairman }];
|
|
2663
|
+
const actionName = "withdraw2";
|
|
2664
|
+
|
|
2665
|
+
const withdraw2 = {
|
|
2666
|
+
__proto__: null,
|
|
2667
|
+
actionName: actionName,
|
|
2668
|
+
authorizations: authorizations
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
const index$p = {
|
|
2672
|
+
__proto__: null,
|
|
2673
|
+
Accumulate: accumulate,
|
|
2674
|
+
AddAuthor: addAuthor,
|
|
2675
|
+
AddCreator: addCreator,
|
|
2676
|
+
Authorize: authorize,
|
|
2677
|
+
Contribute: contribute,
|
|
2678
|
+
CreateIdea: createIdea,
|
|
2679
|
+
CreateResult: createResult,
|
|
2680
|
+
DelCreator: delCreator,
|
|
2681
|
+
Init: init,
|
|
2682
|
+
Refresh: refresh,
|
|
2683
|
+
SetStatement: setStatement,
|
|
2684
|
+
Start: start,
|
|
2685
|
+
Withdraw1: withdraw1,
|
|
2686
|
+
Withdraw2: withdraw2
|
|
2687
|
+
};
|
|
2688
|
+
|
|
2689
|
+
const tableName$7 = "authors";
|
|
2690
|
+
const scope$7 = _coopname;
|
|
2691
|
+
|
|
2692
|
+
const authors = {
|
|
2693
|
+
__proto__: null,
|
|
2694
|
+
scope: scope$7,
|
|
2695
|
+
tableName: tableName$7
|
|
2696
|
+
};
|
|
2697
|
+
|
|
2698
|
+
const tableName$6 = "claims";
|
|
2699
|
+
const scope$6 = _coopname;
|
|
2700
|
+
|
|
2701
|
+
const claims = {
|
|
2702
|
+
__proto__: null,
|
|
2703
|
+
scope: scope$6,
|
|
2704
|
+
tableName: tableName$6
|
|
2705
|
+
};
|
|
2706
|
+
|
|
2707
|
+
const tableName$5 = "contributors";
|
|
2708
|
+
const scope$5 = _coopname;
|
|
2709
|
+
|
|
2710
|
+
const contributors = {
|
|
2711
|
+
__proto__: null,
|
|
2712
|
+
scope: scope$5,
|
|
2713
|
+
tableName: tableName$5
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
const tableName$4 = "creators";
|
|
2717
|
+
const scope$4 = _coopname;
|
|
2718
|
+
|
|
2719
|
+
const creators = {
|
|
2720
|
+
__proto__: null,
|
|
2721
|
+
scope: scope$4,
|
|
2722
|
+
tableName: tableName$4
|
|
2723
|
+
};
|
|
2724
|
+
|
|
2725
|
+
const tableName$3 = "ideas";
|
|
2726
|
+
const scope$3 = _coopname;
|
|
2727
|
+
|
|
2728
|
+
const ideas = {
|
|
2729
|
+
__proto__: null,
|
|
2730
|
+
scope: scope$3,
|
|
2731
|
+
tableName: tableName$3
|
|
2732
|
+
};
|
|
2733
|
+
|
|
2734
|
+
const tableName$2 = "results";
|
|
2735
|
+
const scope$2 = _coopname;
|
|
2736
|
+
|
|
2737
|
+
const results = {
|
|
2738
|
+
__proto__: null,
|
|
2739
|
+
scope: scope$2,
|
|
2740
|
+
tableName: tableName$2
|
|
2741
|
+
};
|
|
2742
|
+
|
|
2743
|
+
const tableName$1 = "state";
|
|
2744
|
+
const scope$1 = _capital;
|
|
2745
|
+
|
|
2746
|
+
const state = {
|
|
2747
|
+
__proto__: null,
|
|
2748
|
+
scope: scope$1,
|
|
2749
|
+
tableName: tableName$1
|
|
2750
|
+
};
|
|
2751
|
+
|
|
2752
|
+
const tableName = "withdrawals";
|
|
2753
|
+
const scope = _coopname;
|
|
2754
|
+
|
|
2755
|
+
const withdrawals = {
|
|
2756
|
+
__proto__: null,
|
|
2757
|
+
scope: scope,
|
|
2758
|
+
tableName: tableName
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
const index$o = {
|
|
2762
|
+
__proto__: null,
|
|
2763
|
+
Authors: authors,
|
|
2764
|
+
Claims: claims,
|
|
2765
|
+
Contributors: contributors,
|
|
2766
|
+
Creators: creators,
|
|
2767
|
+
Ideas: ideas,
|
|
2768
|
+
Results: results,
|
|
2769
|
+
State: state,
|
|
2770
|
+
Withdrawals: withdrawals
|
|
2771
|
+
};
|
|
2772
|
+
|
|
2773
|
+
const capital = {
|
|
2557
2774
|
__proto__: null
|
|
2558
2775
|
};
|
|
2559
2776
|
|
|
2560
|
-
const
|
|
2561
|
-
|
|
2562
|
-
const
|
|
2563
|
-
|
|
2777
|
+
const contractName = _capital;
|
|
2778
|
+
|
|
2779
|
+
const index$n = {
|
|
2780
|
+
__proto__: null,
|
|
2781
|
+
Actions: index$p,
|
|
2782
|
+
Interfaces: capital,
|
|
2783
|
+
Tables: index$o,
|
|
2784
|
+
contractName: contractName
|
|
2785
|
+
};
|
|
2786
|
+
|
|
2787
|
+
const index$m = {
|
|
2788
|
+
__proto__: null
|
|
2789
|
+
};
|
|
2790
|
+
|
|
2791
|
+
const index$l = {
|
|
2792
|
+
__proto__: null
|
|
2793
|
+
};
|
|
2794
|
+
|
|
2795
|
+
const index$k = {
|
|
2796
|
+
__proto__: null
|
|
2797
|
+
};
|
|
2798
|
+
|
|
2799
|
+
const index$j = {
|
|
2800
|
+
__proto__: null
|
|
2801
|
+
};
|
|
2802
|
+
|
|
2803
|
+
const index$i = {
|
|
2804
|
+
__proto__: null
|
|
2805
|
+
};
|
|
2806
|
+
|
|
2807
|
+
const registry_id$f = 1;
|
|
2808
|
+
const title$f = "\u0421\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C\u0438 \u0426\u041F\u041F \xAB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\xBB";
|
|
2809
|
+
const description$f = "\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 \xAB\u0426\u0418\u0424\u0420\u041E\u0412\u041E\u0419 \u041A\u041E\u0428\u0415\u041B\u0415\u041A\xBB";
|
|
2810
|
+
const context$f = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2564
2811
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2565
2812
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.wallet_agreement.protocol_number }}</p>
|
|
2566
2813
|
<p style="margin: 0px !important">{{ coop.short_name }} </p>
|
|
@@ -2630,7 +2877,7 @@ white-space: pre-wrap;
|
|
|
2630
2877
|
padding-bottom: 20px;
|
|
2631
2878
|
}
|
|
2632
2879
|
</style>`;
|
|
2633
|
-
const translations$
|
|
2880
|
+
const translations$f = {
|
|
2634
2881
|
ru: {
|
|
2635
2882
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2636
2883
|
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
@@ -2687,19 +2934,19 @@ const translations$b = {
|
|
|
2687
2934
|
// ... другие переводы
|
|
2688
2935
|
};
|
|
2689
2936
|
|
|
2690
|
-
const index$
|
|
2937
|
+
const index$h = {
|
|
2691
2938
|
__proto__: null,
|
|
2692
|
-
context: context$
|
|
2693
|
-
description: description$
|
|
2694
|
-
registry_id: registry_id$
|
|
2695
|
-
title: title$
|
|
2696
|
-
translations: translations$
|
|
2939
|
+
context: context$f,
|
|
2940
|
+
description: description$f,
|
|
2941
|
+
registry_id: registry_id$f,
|
|
2942
|
+
title: title$f,
|
|
2943
|
+
translations: translations$f
|
|
2697
2944
|
};
|
|
2698
2945
|
|
|
2699
|
-
const registry_id$
|
|
2700
|
-
const title$
|
|
2701
|
-
const description$
|
|
2702
|
-
const context$
|
|
2946
|
+
const registry_id$e = 2;
|
|
2947
|
+
const title$e = "\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";
|
|
2948
|
+
const description$e = "\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";
|
|
2949
|
+
const context$e = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2703
2950
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2704
2951
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.signature_agreement.protocol_number }}</p>
|
|
2705
2952
|
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
@@ -2740,7 +2987,7 @@ const context$a = `<div class="digital-document"><div style="text-align: right;
|
|
|
2740
2987
|
padding: 20px;
|
|
2741
2988
|
white-space: pre-wrap;
|
|
2742
2989
|
}</style>`;
|
|
2743
|
-
const translations$
|
|
2990
|
+
const translations$e = {
|
|
2744
2991
|
ru: {
|
|
2745
2992
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2746
2993
|
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
@@ -2771,19 +3018,19 @@ const translations$a = {
|
|
|
2771
3018
|
// ... другие переводы
|
|
2772
3019
|
};
|
|
2773
3020
|
|
|
2774
|
-
const index$
|
|
3021
|
+
const index$g = {
|
|
2775
3022
|
__proto__: null,
|
|
2776
|
-
context: context$
|
|
2777
|
-
description: description$
|
|
2778
|
-
registry_id: registry_id$
|
|
2779
|
-
title: title$
|
|
2780
|
-
translations: translations$
|
|
3023
|
+
context: context$e,
|
|
3024
|
+
description: description$e,
|
|
3025
|
+
registry_id: registry_id$e,
|
|
3026
|
+
title: title$e,
|
|
3027
|
+
translations: translations$e
|
|
2781
3028
|
};
|
|
2782
3029
|
|
|
2783
|
-
const registry_id$
|
|
2784
|
-
const title$
|
|
2785
|
-
const description$
|
|
2786
|
-
const context$
|
|
3030
|
+
const registry_id$d = 3;
|
|
3031
|
+
const title$d = "\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";
|
|
3032
|
+
const description$d = "\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";
|
|
3033
|
+
const context$d = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2787
3034
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2788
3035
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.privacy_agreement.protocol_number }}</p>
|
|
2789
3036
|
<p style="margin: 0px !important">{{ coop.short_name }} </p>
|
|
@@ -2833,7 +3080,7 @@ white-space: pre-wrap;
|
|
|
2833
3080
|
</style>
|
|
2834
3081
|
|
|
2835
3082
|
`;
|
|
2836
|
-
const translations$
|
|
3083
|
+
const translations$d = {
|
|
2837
3084
|
ru: {
|
|
2838
3085
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2839
3086
|
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
@@ -2869,19 +3116,19 @@ const translations$9 = {
|
|
|
2869
3116
|
// ... другие переводы
|
|
2870
3117
|
};
|
|
2871
3118
|
|
|
2872
|
-
const index$
|
|
3119
|
+
const index$f = {
|
|
2873
3120
|
__proto__: null,
|
|
2874
|
-
context: context$
|
|
2875
|
-
description: description$
|
|
2876
|
-
registry_id: registry_id$
|
|
2877
|
-
title: title$
|
|
2878
|
-
translations: translations$
|
|
3121
|
+
context: context$d,
|
|
3122
|
+
description: description$d,
|
|
3123
|
+
registry_id: registry_id$d,
|
|
3124
|
+
title: title$d,
|
|
3125
|
+
translations: translations$d
|
|
2879
3126
|
};
|
|
2880
3127
|
|
|
2881
|
-
const registry_id$
|
|
2882
|
-
const title$
|
|
2883
|
-
const description$
|
|
2884
|
-
const context$
|
|
3128
|
+
const registry_id$c = 4;
|
|
3129
|
+
const title$c = "\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";
|
|
3130
|
+
const description$c = "\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";
|
|
3131
|
+
const context$c = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2885
3132
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2886
3133
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.user_agreement.protocol_number }}</p>
|
|
2887
3134
|
<p style="margin: 0px !important"> {{coop.short_name}}</p>
|
|
@@ -2903,7 +3150,7 @@ white-space: pre-wrap;
|
|
|
2903
3150
|
}
|
|
2904
3151
|
.subheader {padding-bottom: 20px;}
|
|
2905
3152
|
</style>`;
|
|
2906
|
-
const translations$
|
|
3153
|
+
const translations$c = {
|
|
2907
3154
|
ru: {
|
|
2908
3155
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2909
3156
|
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
@@ -2919,19 +3166,19 @@ const translations$8 = {
|
|
|
2919
3166
|
// ... другие переводы
|
|
2920
3167
|
};
|
|
2921
3168
|
|
|
2922
|
-
const index$
|
|
3169
|
+
const index$e = {
|
|
2923
3170
|
__proto__: null,
|
|
2924
|
-
context: context$
|
|
2925
|
-
description: description$
|
|
2926
|
-
registry_id: registry_id$
|
|
2927
|
-
title: title$
|
|
2928
|
-
translations: translations$
|
|
3171
|
+
context: context$c,
|
|
3172
|
+
description: description$c,
|
|
3173
|
+
registry_id: registry_id$c,
|
|
3174
|
+
title: title$c,
|
|
3175
|
+
translations: translations$c
|
|
2929
3176
|
};
|
|
2930
3177
|
|
|
2931
|
-
const registry_id$
|
|
2932
|
-
const title$
|
|
2933
|
-
const description$
|
|
2934
|
-
const context$
|
|
3178
|
+
const registry_id$b = 50;
|
|
3179
|
+
const title$b = '\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"';
|
|
3180
|
+
const description$b = '\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"';
|
|
3181
|
+
const context$b = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
2935
3182
|
<p style="margin: 0px !important">{% trans 'APPROVED' %}</p>
|
|
2936
3183
|
<p style="margin: 0px !important">{% trans 'protocol' %} {{ vars.coopenomics_agreement.protocol_number }}</p>
|
|
2937
3184
|
<p style="margin: 0px !important">{{ coop.short_name }}</p>
|
|
@@ -2980,7 +3227,7 @@ white-space: pre-wrap;
|
|
|
2980
3227
|
.subheader {padding-bottom: 20px;}
|
|
2981
3228
|
</style>
|
|
2982
3229
|
`;
|
|
2983
|
-
const translations$
|
|
3230
|
+
const translations$b = {
|
|
2984
3231
|
ru: {
|
|
2985
3232
|
APPROVED: "\u0423\u0422\u0412\u0415\u0420\u0416\u0414\u0415\u041D\u041E",
|
|
2986
3233
|
protocol: "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116",
|
|
@@ -3010,19 +3257,19 @@ const translations$7 = {
|
|
|
3010
3257
|
// ... другие переводы
|
|
3011
3258
|
};
|
|
3012
3259
|
|
|
3013
|
-
const index$
|
|
3260
|
+
const index$d = {
|
|
3014
3261
|
__proto__: null,
|
|
3015
|
-
context: context$
|
|
3016
|
-
description: description$
|
|
3017
|
-
registry_id: registry_id$
|
|
3018
|
-
title: title$
|
|
3019
|
-
translations: translations$
|
|
3262
|
+
context: context$b,
|
|
3263
|
+
description: description$b,
|
|
3264
|
+
registry_id: registry_id$b,
|
|
3265
|
+
title: title$b,
|
|
3266
|
+
translations: translations$b
|
|
3020
3267
|
};
|
|
3021
3268
|
|
|
3022
|
-
const registry_id$
|
|
3023
|
-
const title$
|
|
3024
|
-
const description$
|
|
3025
|
-
const context$
|
|
3269
|
+
const registry_id$a = 100;
|
|
3270
|
+
const title$a = "\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";
|
|
3271
|
+
const description$a = "\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";
|
|
3272
|
+
const context$a = `<style>
|
|
3026
3273
|
.digital-document h1 {
|
|
3027
3274
|
margin: 0px;
|
|
3028
3275
|
text-align:center;
|
|
@@ -3088,7 +3335,7 @@ padding-bottom: 20px;
|
|
|
3088
3335
|
|
|
3089
3336
|
{% endif %}
|
|
3090
3337
|
</div>`;
|
|
3091
|
-
const translations$
|
|
3338
|
+
const translations$a = {
|
|
3092
3339
|
ru: {
|
|
3093
3340
|
from: "\u043E\u0442",
|
|
3094
3341
|
application_individual: "\u0417\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0435 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043B\u0438\u0446\u0430 \u043E \u043F\u0440\u0438\u0435\u043C\u0435 \u0432 \u043F\u0430\u0439\u0449\u0438\u043A\u0438",
|
|
@@ -3129,19 +3376,19 @@ const translations$6 = {
|
|
|
3129
3376
|
// ... другие переводы
|
|
3130
3377
|
};
|
|
3131
3378
|
|
|
3132
|
-
const index$
|
|
3379
|
+
const index$c = {
|
|
3133
3380
|
__proto__: null,
|
|
3134
|
-
context: context$
|
|
3135
|
-
description: description$
|
|
3136
|
-
registry_id: registry_id$
|
|
3137
|
-
title: title$
|
|
3138
|
-
translations: translations$
|
|
3381
|
+
context: context$a,
|
|
3382
|
+
description: description$a,
|
|
3383
|
+
registry_id: registry_id$a,
|
|
3384
|
+
title: title$a,
|
|
3385
|
+
translations: translations$a
|
|
3139
3386
|
};
|
|
3140
3387
|
|
|
3141
|
-
const registry_id$
|
|
3142
|
-
const title$
|
|
3143
|
-
const description$
|
|
3144
|
-
const context$
|
|
3388
|
+
const registry_id$9 = 501;
|
|
3389
|
+
const title$9 = "\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";
|
|
3390
|
+
const description$9 = "\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";
|
|
3391
|
+
const context$9 = `<style>
|
|
3145
3392
|
h1 {
|
|
3146
3393
|
margin: 0px;
|
|
3147
3394
|
text-align:center;
|
|
@@ -3266,7 +3513,7 @@ th {
|
|
|
3266
3513
|
<div class="signature"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div>
|
|
3267
3514
|
</div>
|
|
3268
3515
|
`;
|
|
3269
|
-
const translations$
|
|
3516
|
+
const translations$9 = {
|
|
3270
3517
|
ru: {
|
|
3271
3518
|
meeting_format: "\u0424\u043E\u0440\u043C\u0430",
|
|
3272
3519
|
meeting_date: "\u0414\u0430\u0442\u0430",
|
|
@@ -3306,19 +3553,19 @@ const translations$5 = {
|
|
|
3306
3553
|
// ... другие переводы
|
|
3307
3554
|
};
|
|
3308
3555
|
|
|
3309
|
-
const index$
|
|
3556
|
+
const index$b = {
|
|
3310
3557
|
__proto__: null,
|
|
3311
|
-
context: context$
|
|
3312
|
-
description: description$
|
|
3313
|
-
registry_id: registry_id$
|
|
3314
|
-
title: title$
|
|
3315
|
-
translations: translations$
|
|
3558
|
+
context: context$9,
|
|
3559
|
+
description: description$9,
|
|
3560
|
+
registry_id: registry_id$9,
|
|
3561
|
+
title: title$9,
|
|
3562
|
+
translations: translations$9
|
|
3316
3563
|
};
|
|
3317
3564
|
|
|
3318
|
-
const registry_id$
|
|
3319
|
-
const title$
|
|
3320
|
-
const description$
|
|
3321
|
-
const context$
|
|
3565
|
+
const registry_id$8 = 101;
|
|
3566
|
+
const title$8 = "\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";
|
|
3567
|
+
const description$8 = "\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";
|
|
3568
|
+
const context$8 = `<style>
|
|
3322
3569
|
.digital-document h1 {
|
|
3323
3570
|
margin: 0px;
|
|
3324
3571
|
text-align:center;
|
|
@@ -3369,7 +3616,7 @@ padding-bottom: 20px;
|
|
|
3369
3616
|
|
|
3370
3617
|
{% endif %}
|
|
3371
3618
|
</div>`;
|
|
3372
|
-
const translations$
|
|
3619
|
+
const translations$8 = {
|
|
3373
3620
|
ru: {
|
|
3374
3621
|
from: "\u043E\u0442",
|
|
3375
3622
|
to_council_of: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
@@ -3384,19 +3631,19 @@ const translations$4 = {
|
|
|
3384
3631
|
}
|
|
3385
3632
|
};
|
|
3386
3633
|
|
|
3387
|
-
const index$
|
|
3634
|
+
const index$a = {
|
|
3388
3635
|
__proto__: null,
|
|
3389
|
-
context: context$
|
|
3390
|
-
description: description$
|
|
3391
|
-
registry_id: registry_id$
|
|
3392
|
-
title: title$
|
|
3393
|
-
translations: translations$
|
|
3636
|
+
context: context$8,
|
|
3637
|
+
description: description$8,
|
|
3638
|
+
registry_id: registry_id$8,
|
|
3639
|
+
title: title$8,
|
|
3640
|
+
translations: translations$8
|
|
3394
3641
|
};
|
|
3395
3642
|
|
|
3396
|
-
const registry_id$
|
|
3397
|
-
const title$
|
|
3398
|
-
const description$
|
|
3399
|
-
const context$
|
|
3643
|
+
const registry_id$7 = 599;
|
|
3644
|
+
const title$7 = "\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";
|
|
3645
|
+
const description$7 = "\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";
|
|
3646
|
+
const context$7 = `<style>
|
|
3400
3647
|
h1 {
|
|
3401
3648
|
margin: 0px;
|
|
3402
3649
|
text-align:center;
|
|
@@ -3433,7 +3680,7 @@ padding-bottom: 20px;
|
|
|
3433
3680
|
<hr>
|
|
3434
3681
|
|
|
3435
3682
|
<div class="signature"><p>{% trans 'signature' %}<p><p>{{ suggester_name}} </p></div></div>`;
|
|
3436
|
-
const translations$
|
|
3683
|
+
const translations$7 = {
|
|
3437
3684
|
ru: {
|
|
3438
3685
|
agenda: "\u041F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F",
|
|
3439
3686
|
decision_made: "\u041F\u0440\u0435\u0434\u043B\u0430\u0433\u0430\u0435\u043C\u043E\u0435 \u0440\u0435\u0448\u0435\u043D\u0438\u0435",
|
|
@@ -3444,19 +3691,19 @@ const translations$3 = {
|
|
|
3444
3691
|
// ... другие переводы
|
|
3445
3692
|
};
|
|
3446
3693
|
|
|
3447
|
-
const index$
|
|
3694
|
+
const index$9 = {
|
|
3448
3695
|
__proto__: null,
|
|
3449
|
-
context: context$
|
|
3450
|
-
description: description$
|
|
3451
|
-
registry_id: registry_id$
|
|
3452
|
-
title: title$
|
|
3453
|
-
translations: translations$
|
|
3696
|
+
context: context$7,
|
|
3697
|
+
description: description$7,
|
|
3698
|
+
registry_id: registry_id$7,
|
|
3699
|
+
title: title$7,
|
|
3700
|
+
translations: translations$7
|
|
3454
3701
|
};
|
|
3455
3702
|
|
|
3456
|
-
const registry_id$
|
|
3457
|
-
const title$
|
|
3458
|
-
const description$
|
|
3459
|
-
const context$
|
|
3703
|
+
const registry_id$6 = 600;
|
|
3704
|
+
const title$6 = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u0430 \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430";
|
|
3705
|
+
const description$6 = "\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";
|
|
3706
|
+
const context$6 = `<style>
|
|
3460
3707
|
h1 {
|
|
3461
3708
|
margin: 0px;
|
|
3462
3709
|
text-align:center;
|
|
@@ -3581,7 +3828,7 @@ th {
|
|
|
3581
3828
|
<p>{% trans 'closing_time', decision.time %}</p>
|
|
3582
3829
|
<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>
|
|
3583
3830
|
`;
|
|
3584
|
-
const translations$
|
|
3831
|
+
const translations$6 = {
|
|
3585
3832
|
ru: {
|
|
3586
3833
|
meeting_format: "\u0424\u043E\u0440\u043C\u0430",
|
|
3587
3834
|
meeting_date: "\u0414\u0430\u0442\u0430",
|
|
@@ -3613,21 +3860,21 @@ const translations$2 = {
|
|
|
3613
3860
|
// ... другие переводы
|
|
3614
3861
|
};
|
|
3615
3862
|
|
|
3616
|
-
const index$
|
|
3863
|
+
const index$8 = {
|
|
3617
3864
|
__proto__: null,
|
|
3618
|
-
context: context$
|
|
3619
|
-
description: description$
|
|
3620
|
-
registry_id: registry_id$
|
|
3621
|
-
title: title$
|
|
3622
|
-
translations: translations$
|
|
3865
|
+
context: context$6,
|
|
3866
|
+
description: description$6,
|
|
3867
|
+
registry_id: registry_id$6,
|
|
3868
|
+
title: title$6,
|
|
3869
|
+
translations: translations$6
|
|
3623
3870
|
};
|
|
3624
3871
|
|
|
3625
|
-
const registry_id$
|
|
3626
|
-
const title$
|
|
3627
|
-
const description$
|
|
3628
|
-
const context$
|
|
3872
|
+
const registry_id$5 = 700;
|
|
3873
|
+
const title$5 = "\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";
|
|
3874
|
+
const description$5 = "\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";
|
|
3875
|
+
const context$5 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
3629
3876
|
<p style="margin: 0px !important">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
3630
|
-
<p style="margin: 0px !important">{% trans 'from' %} {{ user.
|
|
3877
|
+
<p style="margin: 0px !important">{% trans 'from' %} {{ user.full_name_or_short_name }}</p>
|
|
3631
3878
|
</div>
|
|
3632
3879
|
<div style="text-align: center">
|
|
3633
3880
|
<h1 class="header"> {% trans 'statement' %}</h1>
|
|
@@ -3660,11 +3907,11 @@ const context$1 = `<div class="digital-document"><div style="text-align: right;
|
|
|
3660
3907
|
<td>{{ request.units }}</td>
|
|
3661
3908
|
</tr>
|
|
3662
3909
|
<tr>
|
|
3663
|
-
<th>{% trans 'unit_cost', currency %}</th>
|
|
3910
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
3664
3911
|
<td>{{ request.unit_cost }}</td>
|
|
3665
3912
|
</tr>
|
|
3666
3913
|
<tr>
|
|
3667
|
-
<th>{% trans 'total_cost', currency %}</th>
|
|
3914
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
3668
3915
|
<td>{{ request.total_cost }}</td>
|
|
3669
3916
|
</tr>
|
|
3670
3917
|
</tbody>
|
|
@@ -3672,7 +3919,7 @@ const context$1 = `<div class="digital-document"><div style="text-align: right;
|
|
|
3672
3919
|
<p>{% trans 'i_confirm' %}</p>
|
|
3673
3920
|
|
|
3674
3921
|
<p>{% trans 'signature' %}</p>
|
|
3675
|
-
<p>{{ user.
|
|
3922
|
+
<p>{{ user.full_name_or_short_name }}</p>
|
|
3676
3923
|
<p>{{ meta.created_at }}</p>
|
|
3677
3924
|
|
|
3678
3925
|
<style>
|
|
@@ -3698,7 +3945,7 @@ th {
|
|
|
3698
3945
|
}
|
|
3699
3946
|
</style>
|
|
3700
3947
|
`;
|
|
3701
|
-
const translations$
|
|
3948
|
+
const translations$5 = {
|
|
3702
3949
|
ru: {
|
|
3703
3950
|
from: "\u043E\u0442",
|
|
3704
3951
|
v_soviet: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
@@ -3718,73 +3965,266 @@ const translations$1 = {
|
|
|
3718
3965
|
// ... другие переводы
|
|
3719
3966
|
};
|
|
3720
3967
|
|
|
3721
|
-
const index$
|
|
3968
|
+
const index$7 = {
|
|
3722
3969
|
__proto__: null,
|
|
3723
|
-
context: context$
|
|
3724
|
-
description: description$
|
|
3725
|
-
registry_id: registry_id$
|
|
3726
|
-
title: title$
|
|
3727
|
-
translations: translations$
|
|
3970
|
+
context: context$5,
|
|
3971
|
+
description: description$5,
|
|
3972
|
+
registry_id: registry_id$5,
|
|
3973
|
+
title: title$5,
|
|
3974
|
+
translations: translations$5
|
|
3728
3975
|
};
|
|
3729
3976
|
|
|
3730
|
-
const registry_id =
|
|
3731
|
-
const title = "\
|
|
3732
|
-
const description = "\u0424\u043E\u0440\u043C\u0430 \
|
|
3733
|
-
const context = `<
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3977
|
+
const registry_id$4 = 701;
|
|
3978
|
+
const title$4 = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0444\u043E\u0440\u043C\u0435 \u0438 \u0441\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
3979
|
+
const description$4 = "\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 \u043E \u0444\u043E\u0440\u043C\u0435 \u0438 \u0441\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
3980
|
+
const context$4 = `<style>
|
|
3981
|
+
h1 {
|
|
3982
|
+
margin: 0px;
|
|
3983
|
+
text-align:center;
|
|
3984
|
+
}
|
|
3985
|
+
h3{
|
|
3986
|
+
margin: 0px;
|
|
3987
|
+
padding-top: 15px;
|
|
3988
|
+
}
|
|
3989
|
+
.about {
|
|
3990
|
+
padding: 20px;
|
|
3991
|
+
}
|
|
3992
|
+
.about p{
|
|
3993
|
+
margin: 0px;
|
|
3994
|
+
}
|
|
3995
|
+
.signature {
|
|
3996
|
+
padding-top: 20px;
|
|
3997
|
+
}
|
|
3998
|
+
.digital-document {
|
|
3999
|
+
padding: 20px;
|
|
4000
|
+
white-space: pre-wrap;
|
|
4001
|
+
}
|
|
4002
|
+
.subheader {
|
|
4003
|
+
padding-bottom: 20px;
|
|
4004
|
+
}
|
|
4005
|
+
table {
|
|
4006
|
+
width: 100%;
|
|
4007
|
+
border-collapse: collapse;
|
|
4008
|
+
}
|
|
4009
|
+
th, td {
|
|
4010
|
+
border: 1px solid #ccc;
|
|
4011
|
+
padding: 8px;
|
|
4012
|
+
text-align: left;
|
|
4013
|
+
word-wrap: break-word;
|
|
4014
|
+
overflow-wrap: break-word;
|
|
4015
|
+
}
|
|
4016
|
+
th {
|
|
4017
|
+
background-color: #f4f4f4;
|
|
4018
|
+
width: 30%;
|
|
4019
|
+
}
|
|
4020
|
+
</style>
|
|
4021
|
+
|
|
4022
|
+
<div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1>
|
|
4023
|
+
<p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
4024
|
+
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
4025
|
+
<table class="about">
|
|
4026
|
+
<tbody>
|
|
4027
|
+
<tr>
|
|
4028
|
+
<th>{% trans 'meeting_format' %}</th>
|
|
4029
|
+
<td>{% trans 'meeting_format_value' %}</td>
|
|
4030
|
+
</tr>
|
|
4031
|
+
<tr>
|
|
4032
|
+
<th>{% trans 'meeting_place' %}</th>
|
|
4033
|
+
<td>{{ coop.full_address }}</td>
|
|
4034
|
+
</tr>
|
|
4035
|
+
<tr>
|
|
4036
|
+
<th>{% trans 'meeting_date' %}</th>
|
|
4037
|
+
<td>{{ decision.date }}</td>
|
|
4038
|
+
</tr>
|
|
4039
|
+
<tr>
|
|
4040
|
+
<th>{% trans 'opening_time' %}</th>
|
|
4041
|
+
<td>{{ decision.time }}</td>
|
|
4042
|
+
</tr>
|
|
4043
|
+
</tbody>
|
|
4044
|
+
</table>
|
|
4045
|
+
<h3>{% trans 'council_members' %}</h3>
|
|
3741
4046
|
<table>
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
<tr>
|
|
3764
|
-
<th>\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E</th>
|
|
3765
|
-
<td>{{ request.units }}</td>
|
|
3766
|
-
</tr>
|
|
3767
|
-
<tr>
|
|
3768
|
-
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
3769
|
-
<td>{{ request.unit_cost }}</td>
|
|
3770
|
-
</tr>
|
|
3771
|
-
<tr>
|
|
3772
|
-
<th>{% trans 'total_cost', request.currency %}</th>
|
|
3773
|
-
<td>{{ request.total_cost }}</td>
|
|
3774
|
-
</tr>
|
|
3775
|
-
</tbody>
|
|
3776
|
-
</table>
|
|
3777
|
-
<p>{% trans 'i_confirm' %}</p>
|
|
4047
|
+
<tbody>
|
|
4048
|
+
{% for member in coop.members %}
|
|
4049
|
+
<tr>
|
|
4050
|
+
<th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>
|
|
4051
|
+
<td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>
|
|
4052
|
+
</tr>
|
|
4053
|
+
{% endfor %}
|
|
4054
|
+
</tbody>
|
|
4055
|
+
</table>
|
|
4056
|
+
<h3>{% trans 'meeting_legality' %} </h3>
|
|
4057
|
+
<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>
|
|
4058
|
+
<h3>{% trans 'agenda' %}</h3>
|
|
4059
|
+
<table>
|
|
4060
|
+
<tbody>
|
|
4061
|
+
<tr>
|
|
4062
|
+
<th>\u2116</th>
|
|
4063
|
+
<td></td>
|
|
4064
|
+
</tr>
|
|
4065
|
+
<tr>
|
|
4066
|
+
<th>1</th>
|
|
4067
|
+
<td>{% trans 'question_number_one' %}
|
|
3778
4068
|
|
|
3779
|
-
<
|
|
3780
|
-
<
|
|
3781
|
-
<
|
|
4069
|
+
<table>
|
|
4070
|
+
<tbody>
|
|
4071
|
+
<tr>
|
|
4072
|
+
<th>{% trans 'full_name' %}</th>
|
|
4073
|
+
<td>{{ user.full_name_or_short_name }}</td>
|
|
4074
|
+
</tr>
|
|
3782
4075
|
|
|
3783
|
-
<
|
|
4076
|
+
<tr>
|
|
4077
|
+
<th>{% trans 'user.birthdate_or_ogrn' %}</th>
|
|
4078
|
+
<td>{{ user.birthdate_or_ogrn }}</td>
|
|
4079
|
+
</tr>
|
|
4080
|
+
|
|
4081
|
+
<tr>
|
|
4082
|
+
<th>{% trans 'article' %}</th>
|
|
4083
|
+
<td>{{request.hash}}</td>
|
|
4084
|
+
</tr>
|
|
4085
|
+
<tr>
|
|
4086
|
+
<th>{% trans 'asset_title' %}</th>
|
|
4087
|
+
<td>{{request.title}}</td>
|
|
4088
|
+
</tr>
|
|
4089
|
+
<tr>
|
|
4090
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
4091
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
4092
|
+
</tr>
|
|
4093
|
+
<tr>
|
|
4094
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
4095
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
4096
|
+
</tr>
|
|
4097
|
+
<tr>
|
|
4098
|
+
<th>{% trans 'units' %} </th>
|
|
4099
|
+
<td>{{ request.units }}</td>
|
|
4100
|
+
</tr>
|
|
4101
|
+
<tr>
|
|
4102
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
4103
|
+
<td>{{ request.unit_cost }}</td>
|
|
4104
|
+
</tr>
|
|
4105
|
+
<tr>
|
|
4106
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
4107
|
+
<td>{{ request.total_cost }}</td>
|
|
4108
|
+
</tr>
|
|
4109
|
+
</tbody>
|
|
4110
|
+
</table>
|
|
4111
|
+
<tr>
|
|
4112
|
+
</td>
|
|
4113
|
+
</tr>
|
|
4114
|
+
</tbody>
|
|
4115
|
+
</table>
|
|
4116
|
+
<h3>{% trans 'voting' %}</h3>
|
|
4117
|
+
<p>{% trans 'vote_results' %} </p><table>
|
|
4118
|
+
<tbody>
|
|
4119
|
+
<tr>
|
|
4120
|
+
<th>{% trans 'votes_for' %}</th>
|
|
4121
|
+
<td>{{ decision.votes_for }}</td>
|
|
4122
|
+
</tr>
|
|
4123
|
+
<tr>
|
|
4124
|
+
<th>{% trans 'votes_against' %}</th>
|
|
4125
|
+
<td>{{ decision.votes_against }}</td>
|
|
4126
|
+
</tr>
|
|
4127
|
+
<tr>
|
|
4128
|
+
<th>{% trans 'votes_abstained' %}</th>
|
|
4129
|
+
<td>{{ decision.votes_abstained }}</td>
|
|
4130
|
+
</tr>
|
|
4131
|
+
</tbody>
|
|
4132
|
+
</table>
|
|
4133
|
+
<h3>{% trans 'decision_made' %}</h3>
|
|
4134
|
+
<table>
|
|
4135
|
+
<tbody>
|
|
4136
|
+
<tr>
|
|
4137
|
+
<th>\u2116</th>
|
|
4138
|
+
<td></td>
|
|
4139
|
+
</tr>
|
|
4140
|
+
<tr>
|
|
4141
|
+
<th>1</th>
|
|
4142
|
+
<td>{% trans 'decision_number_one', user.full_name_or_short_name %}</td>
|
|
4143
|
+
</tr>
|
|
4144
|
+
</tbody>
|
|
4145
|
+
</table>
|
|
4146
|
+
<hr>
|
|
4147
|
+
<p>{% trans 'closing_time', decision.time %}</p>
|
|
4148
|
+
<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>`;
|
|
4149
|
+
const translations$4 = {
|
|
4150
|
+
ru: {
|
|
4151
|
+
"meeting_format": "\u0424\u043E\u0440\u043C\u0430",
|
|
4152
|
+
"meeting_date": "\u0414\u0430\u0442\u0430",
|
|
4153
|
+
"meeting_place": "\u041C\u0435\u0441\u0442\u043E",
|
|
4154
|
+
"opening_time": "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",
|
|
4155
|
+
"council_members": "\u0427\u041B\u0415\u041D\u042B \u0421\u041E\u0412\u0415\u0422\u0410",
|
|
4156
|
+
"voting_results": "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0433\u043E\u043B\u043E\u0441\u043E\u0432 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 {0}% \u043E\u0442 \u043E\u0431\u0449\u0435\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0447\u043B\u0435\u043D\u043E\u0432 \u0421\u043E\u0432\u0435\u0442\u0430.",
|
|
4157
|
+
"meeting_legality": "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u0415 \u041F\u0420\u0410\u0412\u041E\u041C\u041E\u0427\u041D\u041E",
|
|
4158
|
+
"chairman_of_the_meeting": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0} {1} {2}",
|
|
4159
|
+
"agenda": "\u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0410 \u0414\u041D\u042F",
|
|
4160
|
+
"vote_results": "\u041F\u043E \u043F\u0435\u0440\u0432\u043E\u043C\u0443 \u0432\u043E\u043F\u0440\u043E\u0441\u0443 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043F\u0440\u043E\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438:",
|
|
4161
|
+
"decision_made": "\u0420\u0415\u0428\u0418\u041B\u0418",
|
|
4162
|
+
"closing_time": "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0}.",
|
|
4163
|
+
"protocol_number": "\u041F\u0420\u041E\u0422\u041E\u041A\u041E\u041B \u2116 {0}",
|
|
4164
|
+
"council_meeting_name": "\u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430",
|
|
4165
|
+
"chairman_of_the_council": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
4166
|
+
"signature": "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
4167
|
+
"chairman": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C",
|
|
4168
|
+
"quorum": "\u041A\u0432\u043E\u0440\u0443\u043C \u0434\u043B\u044F \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u0430 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F \u0432\u043E\u043F\u0440\u043E\u0441\u043E\u0432 \u0438\u043C\u0435\u0435\u0442\u0441\u044F.",
|
|
4169
|
+
"voting": "\u0413\u041E\u041B\u041E\u0421\u041E\u0412\u0410\u041D\u0418\u0415",
|
|
4170
|
+
"meeting_format_value": "\u0417\u0430\u043E\u0447\u043D\u0430\u044F",
|
|
4171
|
+
"member_of_the_council": "\u0427\u043B\u0435\u043D \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
4172
|
+
"votes_for": "\u0417\u0410",
|
|
4173
|
+
"votes_against": "\u041F\u0420\u041E\u0422\u0418\u0412",
|
|
4174
|
+
"votes_abstained": "\u0412\u041E\u0417\u0414\u0415\u0420\u0416\u0410\u041B\u0421\u042F",
|
|
4175
|
+
"question_number_one": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0444\u043E\u0440\u043C\u0443 \u0438 \u0441\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u043F\u0430\u0439\u0449\u0438\u043A\u0430 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0430\u043D\u0438\u0438 \u043F\u043E\u0434\u0430\u043D\u043D\u043E\u0433\u043E \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F, \u0430 \u0438\u043C\u0435\u043D\u043D\u043E: ",
|
|
4176
|
+
"full_name": "\u0424\u0418\u041E/\u0418\u041F/\u041F\u043E\u043B\u043D\u043E\u0435 \u043D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u044E\u0440./\u043B\u0438\u0446\u0430",
|
|
4177
|
+
"user.birthdate_or_ogrn": "\u0414\u0430\u0442\u0430 \u0440\u043E\u0436\u0434\u0435\u043D\u0438\u044F/\u041E\u0413\u0420\u041D\u0418\u041F/\u041E\u0413\u0420\u041D",
|
|
4178
|
+
"unit_of_measurement": "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
4179
|
+
"article": "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
4180
|
+
"asset_title": "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 / \u0440\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
4181
|
+
"form_of_asset": "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
4182
|
+
"units": "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E",
|
|
4183
|
+
"unit_cost": "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0415\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
4184
|
+
"total_cost": "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
4185
|
+
"form_of_asset_type": "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F",
|
|
4186
|
+
"decision_number_one": "\u0423\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u0444\u043E\u0440\u043C\u0443 \u0438 \u0441\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u043D\u043E \u043F\u043E\u0434\u0430\u043D\u043D\u043E\u043C\u0443 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044E \u0438 \u043F\u0440\u0438\u043D\u044F\u0442\u044C \u0438\u0445 \u043F\u043E \u0430\u043A\u0442\u0430\u043C \u043F\u0440\u0438\u0435\u043C\u0430-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430."
|
|
4187
|
+
}
|
|
4188
|
+
// ... другие переводы
|
|
4189
|
+
};
|
|
4190
|
+
|
|
4191
|
+
const index$6 = {
|
|
4192
|
+
__proto__: null,
|
|
4193
|
+
context: context$4,
|
|
4194
|
+
description: description$4,
|
|
4195
|
+
registry_id: registry_id$4,
|
|
4196
|
+
title: title$4,
|
|
4197
|
+
translations: translations$4
|
|
4198
|
+
};
|
|
4199
|
+
|
|
4200
|
+
const registry_id$3 = 702;
|
|
4201
|
+
const title$3 = "\u0410\u043A\u0442 \u043F\u0440\u0438\u0451\u043C\u0430-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
4202
|
+
const description$3 = "\u0424\u043E\u0440\u043C\u0430 \u0430\u043A\u0442\u0430 \u043F\u0440\u0438\u0451\u043C\u0430-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
4203
|
+
const context$3 = `<style>
|
|
4204
|
+
h1 {
|
|
4205
|
+
margin: 0px;
|
|
4206
|
+
text-align:center;
|
|
4207
|
+
}
|
|
4208
|
+
h3{
|
|
4209
|
+
margin: 0px;
|
|
4210
|
+
padding-top: 15px;
|
|
4211
|
+
}
|
|
4212
|
+
.about {
|
|
4213
|
+
padding: 20px;
|
|
4214
|
+
}
|
|
4215
|
+
.about p{
|
|
4216
|
+
margin: 0px;
|
|
4217
|
+
}
|
|
4218
|
+
.signature {
|
|
4219
|
+
padding-top: 20px;
|
|
4220
|
+
}
|
|
3784
4221
|
.digital-document {
|
|
3785
4222
|
padding: 20px;
|
|
3786
4223
|
white-space: pre-wrap;
|
|
3787
|
-
}
|
|
4224
|
+
}
|
|
4225
|
+
.subheader {
|
|
4226
|
+
padding-bottom: 20px;
|
|
4227
|
+
}
|
|
3788
4228
|
table {
|
|
3789
4229
|
width: 100%;
|
|
3790
4230
|
border-collapse: collapse;
|
|
@@ -3802,17 +4242,581 @@ th {
|
|
|
3802
4242
|
}
|
|
3803
4243
|
</style>
|
|
3804
4244
|
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
4245
|
+
<div class="digital-document"><h1 class="header">{% trans 'act_number', act_id %}</h1>
|
|
4246
|
+
<p style="text-align:center" class="subheader">{% trans 'act_name', program.name %}</p>
|
|
4247
|
+
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
4248
|
+
|
|
4249
|
+
{% if coop.is_branched %}<p>{% trans 'branched_contribution_act', branch.short_name, vars.full_abbr_genitive, vars.name, user.full_name_or_short_name, program.name, decision.id %}</p>{% else %}<p>{% trans 'contribution_act', vars.full_abbr, vars.name, user.full_name_or_short_name, program.name, decision.id %}</p>{% endif %}
|
|
4250
|
+
|
|
4251
|
+
<table>
|
|
4252
|
+
<tbody>
|
|
4253
|
+
<tr>
|
|
4254
|
+
<th>\u2116</th>
|
|
4255
|
+
<td>1</td>
|
|
4256
|
+
</tr>
|
|
4257
|
+
<th>{% trans 'article' %}</th>
|
|
4258
|
+
<td>{{request.hash}}</td>
|
|
4259
|
+
</tr>
|
|
4260
|
+
<tr>
|
|
4261
|
+
<th>{% trans 'asset_title' %}</th>
|
|
4262
|
+
<td>{{request.title}}</td>
|
|
4263
|
+
</tr>
|
|
4264
|
+
<tr>
|
|
4265
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
4266
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
4267
|
+
</tr>
|
|
4268
|
+
<tr>
|
|
4269
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
4270
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
4271
|
+
</tr>
|
|
4272
|
+
<tr>
|
|
4273
|
+
<th>{% trans 'units' %} </th>
|
|
4274
|
+
<td>{{ request.units }}</td>
|
|
4275
|
+
</tr>
|
|
4276
|
+
<tr>
|
|
4277
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
4278
|
+
<td>{{ request.unit_cost }}</td>
|
|
4279
|
+
</tr>
|
|
4280
|
+
<tr>
|
|
4281
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
4282
|
+
<td>{{ request.total_cost }}</td>
|
|
4283
|
+
</tr>
|
|
4284
|
+
</tbody>
|
|
4285
|
+
</table>
|
|
4286
|
+
|
|
4287
|
+
<p>{% trans 'no_claims' %}</p>
|
|
4288
|
+
<table>
|
|
4289
|
+
<tbody>
|
|
4290
|
+
<tr>
|
|
4291
|
+
<th></th>
|
|
4292
|
+
<td>{% trans 'participant_full_name' %}</td>
|
|
4293
|
+
<td>{% trans 'signature' %}</td>
|
|
4294
|
+
</tr>
|
|
4295
|
+
<tr>
|
|
4296
|
+
<th>{% trans 'received_order' %}</th>
|
|
4297
|
+
<td>{{ user.full_name_or_short_name }}</td>
|
|
4298
|
+
<td>{% trans 'signature_placeholder' %}</td>
|
|
4299
|
+
</tr>
|
|
4300
|
+
<tr>
|
|
4301
|
+
<th>{% trans 'transferred_order' %}</th>
|
|
4302
|
+
<td>{{ receiver.last_name }} {{ receiver.first_name }} {{ receiver.middle_name }}</td>
|
|
4303
|
+
<td>{% trans 'signature_placeholder' %}</td>
|
|
4304
|
+
</tr>
|
|
4305
|
+
</tbody>
|
|
4306
|
+
</table>
|
|
4307
|
+
</div>`;
|
|
4308
|
+
const translations$3 = {
|
|
4309
|
+
ru: {
|
|
4310
|
+
signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C",
|
|
4311
|
+
unit_of_measurement: "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
4312
|
+
article: "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
4313
|
+
asset_title: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 / \u0440\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
4314
|
+
form_of_asset: "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
4315
|
+
units: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E",
|
|
4316
|
+
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0415\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
4317
|
+
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
4318
|
+
form_of_asset_type: "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F",
|
|
4319
|
+
act_number: "\u0410\u041A\u0422 \u2116{0}",
|
|
4320
|
+
act_name: "\u043F\u0440\u0438\u0435\u043C\u0430-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043F\u043E \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB{0}\xBB",
|
|
4321
|
+
no_claims: "\u041F\u0440\u0435\u0442\u0435\u043D\u0437\u0438\u0439 \u043F\u043E \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0443 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432 \u043D\u0435 \u0438\u043C\u0435\u0435\u0442.",
|
|
4322
|
+
contribution_act: '{0} "{1}" (\u0434\u0430\u043B\u0435\u0435 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432) \u0432 \u043B\u0438\u0446\u0435 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u043D\u043E\u0433\u043E \u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043B\u044F \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0438 \u043F\u0430\u0439\u0449\u0438\u043A \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 {2} (\u0434\u0430\u043B\u0435\u0435 "\u041F\u0430\u0439\u0449\u0438\u043A"), \u0441\u043E\u0441\u0442\u0430\u0432\u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0438\u0439 \u0410\u043A\u0442 \u043E \u0442\u043E\u043C, \u0447\u0442\u043E \u041F\u0430\u0439\u0449\u0438\u043A \u043F\u0435\u0440\u0435\u0434\u0430\u043B, \u0430 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432 \u043F\u043E\u043B\u0443\u0447\u0438\u043B \u043E\u0442 \u041F\u0430\u0439\u0449\u0438\u043A\u0430, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043E\u0439 "{3}" \u0438 \u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116{4} \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E:\n',
|
|
4323
|
+
branched_contribution_act: '\n\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u044B\u0439 \u0443\u0447\u0430\u0441\u0442\u043E\u043A "{0}" {1} "{2}" (\u0434\u0430\u043B\u0435\u0435 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432) \u0432 \u043B\u0438\u0446\u0435 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u043D\u043E\u0433\u043E \u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043B\u044F \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0438 \u043F\u0430\u0439\u0449\u0438\u043A \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 {3} (\u0434\u0430\u043B\u0435\u0435 "\u041F\u0430\u0439\u0449\u0438\u043A"), \u0441\u043E\u0441\u0442\u0430\u0432\u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0438\u0439 \u0410\u043A\u0442 \u043E \u0442\u043E\u043C, \u0447\u0442\u043E \u041F\u0430\u0439\u0449\u0438\u043A \u043F\u0435\u0440\u0435\u0434\u0430\u043B, \u0430 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432 \u043F\u043E\u043B\u0443\u0447\u0438\u043B \u043E\u0442 \u041F\u0430\u0439\u0449\u0438\u043A\u0430, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043E\u0439 "{4}" \u0438 \u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116{5} \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E:',
|
|
4324
|
+
received_order: "\u041F\u0435\u0440\u0435\u0434\u0430\u043B",
|
|
4325
|
+
signature_placeholder: "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E",
|
|
4326
|
+
transferred_order: "\u041F\u043E\u043B\u0443\u0447\u0438\u043B",
|
|
4327
|
+
participant_full_name: "\u0424\u0418\u041E/\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0430\u0439\u0449\u0438\u043A\u0430"
|
|
4328
|
+
}
|
|
4329
|
+
// ... другие переводы
|
|
4330
|
+
};
|
|
4331
|
+
|
|
4332
|
+
const index$5 = {
|
|
4333
|
+
__proto__: null,
|
|
4334
|
+
context: context$3,
|
|
4335
|
+
description: description$3,
|
|
4336
|
+
registry_id: registry_id$3,
|
|
4337
|
+
title: title$3,
|
|
4338
|
+
translations: translations$3
|
|
4339
|
+
};
|
|
4340
|
+
|
|
4341
|
+
const registry_id$2 = 800;
|
|
4342
|
+
const title$2 = "\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";
|
|
4343
|
+
const description$2 = "\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";
|
|
4344
|
+
const context$2 = `<div class="digital-document"><div style="text-align: right; margin:">
|
|
4345
|
+
<p style="margin: 0px !important">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
4346
|
+
<p style="margin: 0px !important">{% trans 'from' %} {{ user.full_name_or_short_name}}</p>
|
|
4347
|
+
</div>
|
|
4348
|
+
<div style="text-align: center">
|
|
4349
|
+
<h1 class="header"> {% trans 'statement' %}</h1>
|
|
4350
|
+
</div>
|
|
4351
|
+
<p>{% trans 'property_contribution', coop.short_name %}</p>
|
|
4352
|
+
<table>
|
|
4353
|
+
<tbody>
|
|
4354
|
+
<tr>
|
|
4355
|
+
<th>\u2116</th>
|
|
4356
|
+
<td>1</td>
|
|
4357
|
+
</tr>
|
|
4358
|
+
<tr>
|
|
4359
|
+
<th>{% trans 'article' %}</th>
|
|
4360
|
+
<td>{{request.hash}}</td>
|
|
4361
|
+
</tr>
|
|
4362
|
+
<tr>
|
|
4363
|
+
<th>{% trans 'asset_title' %}</th>
|
|
4364
|
+
<td>{{request.title}}</td>
|
|
4365
|
+
</tr>
|
|
4366
|
+
<tr>
|
|
4367
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
4368
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
4369
|
+
</tr>
|
|
4370
|
+
<tr>
|
|
4371
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
4372
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
4373
|
+
</tr>
|
|
4374
|
+
<tr>
|
|
4375
|
+
<th>{% trans 'units' %}</th>
|
|
4376
|
+
<td>{{ request.units }}</td>
|
|
4377
|
+
</tr>
|
|
4378
|
+
<tr>
|
|
4379
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
4380
|
+
<td>{{ request.unit_cost }}</td>
|
|
4381
|
+
</tr>
|
|
4382
|
+
<tr>
|
|
4383
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
4384
|
+
<td>{{ request.total_cost }}</td>
|
|
4385
|
+
</tr>
|
|
4386
|
+
</tbody>
|
|
4387
|
+
</table>
|
|
4388
|
+
<p>{% trans 'signature' %}</p>
|
|
4389
|
+
<p>{{ user.full_name_or_short_name }}</p>
|
|
4390
|
+
<p>{{ meta.created_at }}</p>
|
|
4391
|
+
|
|
4392
|
+
<style>
|
|
4393
|
+
.digital-document {
|
|
4394
|
+
padding: 20px;
|
|
4395
|
+
white-space: pre-wrap;
|
|
4396
|
+
};
|
|
4397
|
+
table {
|
|
4398
|
+
width: 100%;
|
|
4399
|
+
border-collapse: collapse;
|
|
4400
|
+
}
|
|
4401
|
+
th, td {
|
|
4402
|
+
border: 1px solid #ccc;
|
|
4403
|
+
padding: 8px;
|
|
4404
|
+
text-align: left;
|
|
4405
|
+
word-wrap: break-word;
|
|
4406
|
+
overflow-wrap: break-word;
|
|
4407
|
+
}
|
|
4408
|
+
th {
|
|
4409
|
+
background-color: #f4f4f4;
|
|
4410
|
+
width: 30%;
|
|
4411
|
+
}
|
|
4412
|
+
</style>
|
|
4413
|
+
|
|
4414
|
+
`;
|
|
4415
|
+
const translations$2 = {
|
|
4416
|
+
ru: {
|
|
4417
|
+
from: "\u043E\u0442",
|
|
4418
|
+
v_soviet: "\u0412 \u0421\u043E\u0432\u0435\u0442",
|
|
4419
|
+
statement: "\u0417\u0410\u042F\u0412\u041B\u0415\u041D\u0418\u0415",
|
|
4420
|
+
property_contribution: "\u041F\u0440\u043E\u0448\u0443 \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u043F\u0440\u0438\u043D\u0430\u0434\u043B\u0435\u0436\u0430\u0449\u0438\u0439 \u043C\u043D\u0435 \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u0432 {0} \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C \u043D\u043E\u0432\u0430\u0446\u0438\u0438 \u0432 \u0432\u0438\u0434\u0435 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0433\u043E \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430:",
|
|
3813
4421
|
signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u0430\u043D\u043E \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
3814
|
-
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \
|
|
3815
|
-
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}"
|
|
4422
|
+
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0415\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
4423
|
+
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
4424
|
+
article: "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
4425
|
+
asset_title: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435/\u0420\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
4426
|
+
form_of_asset: "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
4427
|
+
form_of_asset_type: "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F",
|
|
4428
|
+
unit_of_measurement: "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
4429
|
+
units: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E"
|
|
4430
|
+
}
|
|
4431
|
+
// ... другие переводы
|
|
4432
|
+
};
|
|
4433
|
+
|
|
4434
|
+
const index$4 = {
|
|
4435
|
+
__proto__: null,
|
|
4436
|
+
context: context$2,
|
|
4437
|
+
description: description$2,
|
|
4438
|
+
registry_id: registry_id$2,
|
|
4439
|
+
title: title$2,
|
|
4440
|
+
translations: translations$2
|
|
4441
|
+
};
|
|
4442
|
+
|
|
4443
|
+
const registry_id$1 = 801;
|
|
4444
|
+
const title$1 = "\u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430 \u043E \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u0435 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C \u043F\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044E \u043D\u043E\u0432\u0430\u0446\u0438\u0438";
|
|
4445
|
+
const description$1 = "\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 \u043E \u0432\u043E\u0437\u0432\u0440\u0430\u0442\u0435 \u043F\u0430\u0435\u0432\u043E\u0433\u043E \u0432\u0437\u043D\u043E\u0441\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u043C \u043F\u043E \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044E \u043D\u043E\u0432\u0430\u0446\u0438\u0438";
|
|
4446
|
+
const context$1 = `<style>
|
|
4447
|
+
h1 {
|
|
4448
|
+
margin: 0px;
|
|
4449
|
+
text-align:center;
|
|
4450
|
+
}
|
|
4451
|
+
h3{
|
|
4452
|
+
margin: 0px;
|
|
4453
|
+
padding-top: 15px;
|
|
4454
|
+
}
|
|
4455
|
+
.about {
|
|
4456
|
+
padding: 20px;
|
|
4457
|
+
}
|
|
4458
|
+
.about p{
|
|
4459
|
+
margin: 0px;
|
|
4460
|
+
}
|
|
4461
|
+
.signature {
|
|
4462
|
+
padding-top: 20px;
|
|
4463
|
+
}
|
|
4464
|
+
.digital-document {
|
|
4465
|
+
padding: 20px;
|
|
4466
|
+
white-space: pre-wrap;
|
|
4467
|
+
}
|
|
4468
|
+
.subheader {
|
|
4469
|
+
padding-bottom: 20px;
|
|
4470
|
+
}
|
|
4471
|
+
table {
|
|
4472
|
+
width: 100%;
|
|
4473
|
+
border-collapse: collapse;
|
|
4474
|
+
}
|
|
4475
|
+
th, td {
|
|
4476
|
+
border: 1px solid #ccc;
|
|
4477
|
+
padding: 8px;
|
|
4478
|
+
text-align: left;
|
|
4479
|
+
word-wrap: break-word;
|
|
4480
|
+
overflow-wrap: break-word;
|
|
4481
|
+
}
|
|
4482
|
+
th {
|
|
4483
|
+
background-color: #f4f4f4;
|
|
4484
|
+
width: 30%;
|
|
4485
|
+
}
|
|
4486
|
+
</style>
|
|
4487
|
+
|
|
4488
|
+
<div class="digital-document"><h1 class="header">{% trans 'protocol_number', decision.id %}</h1>
|
|
4489
|
+
<p style="text-align:center" class="subheader">{% trans 'council_meeting_name' %} {{vars.full_abbr_genitive}} "{{vars.name}}"</p>
|
|
4490
|
+
<p style="text-align: right"> {{ meta.created_at }}, {{ coop.city }}</p>
|
|
4491
|
+
<table class="about">
|
|
4492
|
+
<tbody>
|
|
4493
|
+
<tr>
|
|
4494
|
+
<th>{% trans 'meeting_format' %}</th>
|
|
4495
|
+
<td>{% trans 'meeting_format_value' %}</td>
|
|
4496
|
+
</tr>
|
|
4497
|
+
<tr>
|
|
4498
|
+
<th>{% trans 'meeting_place' %}</th>
|
|
4499
|
+
<td>{{ coop.full_address }}</td>
|
|
4500
|
+
</tr>
|
|
4501
|
+
<tr>
|
|
4502
|
+
<th>{% trans 'meeting_date' %}</th>
|
|
4503
|
+
<td>{{ decision.date }}</td>
|
|
4504
|
+
</tr>
|
|
4505
|
+
<tr>
|
|
4506
|
+
<th>{% trans 'opening_time' %}</th>
|
|
4507
|
+
<td>{{ decision.time }}</td>
|
|
4508
|
+
</tr>
|
|
4509
|
+
</tbody>
|
|
4510
|
+
</table>
|
|
4511
|
+
<h3>{% trans 'council_members' %}</h3>
|
|
4512
|
+
<table>
|
|
4513
|
+
<tbody>
|
|
4514
|
+
{% for member in coop.members %}
|
|
4515
|
+
<tr>
|
|
4516
|
+
<th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th>
|
|
4517
|
+
<td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td>
|
|
4518
|
+
</tr>
|
|
4519
|
+
{% endfor %}
|
|
4520
|
+
</tbody>
|
|
4521
|
+
</table>
|
|
4522
|
+
<h3>{% trans 'meeting_legality' %} </h3>
|
|
4523
|
+
<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>
|
|
4524
|
+
<h3>{% trans 'agenda' %}</h3>
|
|
4525
|
+
<table>
|
|
4526
|
+
<tbody>
|
|
4527
|
+
<tr>
|
|
4528
|
+
<th>\u2116</th>
|
|
4529
|
+
<td></td>
|
|
4530
|
+
</tr>
|
|
4531
|
+
<tr>
|
|
4532
|
+
<th>1</th>
|
|
4533
|
+
<td>{% trans 'question_number_one', program.name %}
|
|
4534
|
+
|
|
4535
|
+
<table>
|
|
4536
|
+
<tbody>
|
|
4537
|
+
<tr>
|
|
4538
|
+
<th>{% trans 'full_name' %}</th>
|
|
4539
|
+
<td>{{ user.full_name_or_short_name }}</td>
|
|
4540
|
+
</tr>
|
|
4541
|
+
|
|
4542
|
+
<tr>
|
|
4543
|
+
<th>{% trans 'user.birthdate_or_ogrn' %}</th>
|
|
4544
|
+
<td>{{ user.birthdate_or_ogrn }}</td>
|
|
4545
|
+
</tr>
|
|
4546
|
+
|
|
4547
|
+
<tr>
|
|
4548
|
+
<th>{% trans 'article' %}</th>
|
|
4549
|
+
<td>{{request.hash}}</td>
|
|
4550
|
+
</tr>
|
|
4551
|
+
<tr>
|
|
4552
|
+
<th>{% trans 'asset_title' %}</th>
|
|
4553
|
+
<td>{{request.title}}</td>
|
|
4554
|
+
</tr>
|
|
4555
|
+
<tr>
|
|
4556
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
4557
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
4558
|
+
</tr>
|
|
4559
|
+
<tr>
|
|
4560
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
4561
|
+
<td>{{ request.unit_of_measurement}}</td>
|
|
4562
|
+
</tr>
|
|
4563
|
+
<tr>
|
|
4564
|
+
<th>{% trans 'units' %} </th>
|
|
4565
|
+
<td>{{ request.units }}</td>
|
|
4566
|
+
</tr>
|
|
4567
|
+
<tr>
|
|
4568
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
4569
|
+
<td>{{ request.unit_cost }}</td>
|
|
4570
|
+
</tr>
|
|
4571
|
+
<tr>
|
|
4572
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
4573
|
+
<td>{{ request.total_cost }}</td>
|
|
4574
|
+
</tr>
|
|
4575
|
+
</tbody>
|
|
4576
|
+
</table>
|
|
4577
|
+
<tr>
|
|
4578
|
+
</td>
|
|
4579
|
+
</tr>
|
|
4580
|
+
</tbody>
|
|
4581
|
+
</table>
|
|
4582
|
+
<h3>{% trans 'voting' %}</h3>
|
|
4583
|
+
<p>{% trans 'vote_results' %} </p><table>
|
|
4584
|
+
<tbody>
|
|
4585
|
+
<tr>
|
|
4586
|
+
<th>{% trans 'votes_for' %}</th>
|
|
4587
|
+
<td>{{ decision.votes_for }}</td>
|
|
4588
|
+
</tr>
|
|
4589
|
+
<tr>
|
|
4590
|
+
<th>{% trans 'votes_against' %}</th>
|
|
4591
|
+
<td>{{ decision.votes_against }}</td>
|
|
4592
|
+
</tr>
|
|
4593
|
+
<tr>
|
|
4594
|
+
<th>{% trans 'votes_abstained' %}</th>
|
|
4595
|
+
<td>{{ decision.votes_abstained }}</td>
|
|
4596
|
+
</tr>
|
|
4597
|
+
</tbody>
|
|
4598
|
+
</table>
|
|
4599
|
+
<h3>{% trans 'decision_made' %}</h3>
|
|
4600
|
+
<table>
|
|
4601
|
+
<tbody>
|
|
4602
|
+
<tr>
|
|
4603
|
+
<th>\u2116</th>
|
|
4604
|
+
<td></td>
|
|
4605
|
+
</tr>
|
|
4606
|
+
<tr>
|
|
4607
|
+
<th>1</th>
|
|
4608
|
+
<td>{% trans 'decision_number_one', user.full_name_or_short_name %}</td>
|
|
4609
|
+
</tr>
|
|
4610
|
+
</tbody>
|
|
4611
|
+
</table>
|
|
4612
|
+
<hr>
|
|
4613
|
+
<p>{% trans 'closing_time', decision.time %}</p>
|
|
4614
|
+
<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>`;
|
|
4615
|
+
const translations$1 = {
|
|
4616
|
+
ru: {
|
|
4617
|
+
"meeting_format": "\u0424\u043E\u0440\u043C\u0430",
|
|
4618
|
+
"meeting_date": "\u0414\u0430\u0442\u0430",
|
|
4619
|
+
"meeting_place": "\u041C\u0435\u0441\u0442\u043E",
|
|
4620
|
+
"opening_time": "\u0412\u0440\u0435\u043C\u044F \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F",
|
|
4621
|
+
"council_members": "\u0427\u041B\u0415\u041D\u042B \u0421\u041E\u0412\u0415\u0422\u0410",
|
|
4622
|
+
"voting_results": "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0433\u043E\u043B\u043E\u0441\u043E\u0432 \u0441\u043E\u0441\u0442\u0430\u0432\u043B\u044F\u0435\u0442 {0}% \u043E\u0442 \u043E\u0431\u0449\u0435\u0433\u043E \u0447\u0438\u0441\u043B\u0430 \u0447\u043B\u0435\u043D\u043E\u0432 \u0421\u043E\u0432\u0435\u0442\u0430.",
|
|
4623
|
+
"meeting_legality": "\u0421\u041E\u0411\u0420\u0410\u041D\u0418\u0415 \u041F\u0420\u0410\u0412\u041E\u041C\u041E\u0427\u041D\u041E",
|
|
4624
|
+
"chairman_of_the_meeting": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0} {1} {2}",
|
|
4625
|
+
"agenda": "\u041F\u041E\u0412\u0415\u0421\u0422\u041A\u0410 \u0414\u041D\u042F",
|
|
4626
|
+
"vote_results": "\u041F\u043E \u043F\u0435\u0440\u0432\u043E\u043C\u0443 \u0432\u043E\u043F\u0440\u043E\u0441\u0443 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0438 \u0434\u043D\u044F \u043F\u0440\u043E\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u0430\u043B\u0438:",
|
|
4627
|
+
"decision_made": "\u0420\u0415\u0428\u0418\u041B\u0418",
|
|
4628
|
+
"closing_time": "\u0412\u0440\u0435\u043C\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u0438\u044F \u0441\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0441\u043E\u0432\u0435\u0442\u0430: {0}.",
|
|
4629
|
+
"protocol_number": "\u041F\u0420\u041E\u0422\u041E\u041A\u041E\u041B \u2116 {0}",
|
|
4630
|
+
"council_meeting_name": "\u0421\u043E\u0431\u0440\u0430\u043D\u0438\u044F \u0421\u043E\u0432\u0435\u0442\u0430",
|
|
4631
|
+
"chairman_of_the_council": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
4632
|
+
"signature": "\u0414\u043E\u043A\u0443\u043C\u0435\u043D\u0442 \u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E.",
|
|
4633
|
+
"chairman": "\u041F\u0440\u0435\u0434\u0441\u0435\u0434\u0430\u0442\u0435\u043B\u044C",
|
|
4634
|
+
"quorum": "\u041A\u0432\u043E\u0440\u0443\u043C \u0434\u043B\u044F \u0440\u0435\u0448\u0435\u043D\u0438\u044F \u043F\u043E\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0445 \u043D\u0430 \u043F\u043E\u0432\u0435\u0441\u0442\u043A\u0443 \u0434\u043D\u044F \u0432\u043E\u043F\u0440\u043E\u0441\u043E\u0432 \u0438\u043C\u0435\u0435\u0442\u0441\u044F.",
|
|
4635
|
+
"voting": "\u0413\u041E\u041B\u041E\u0421\u041E\u0412\u0410\u041D\u0418\u0415",
|
|
4636
|
+
"meeting_format_value": "\u0417\u0430\u043E\u0447\u043D\u0430\u044F",
|
|
4637
|
+
"member_of_the_council": "\u0427\u043B\u0435\u043D \u0441\u043E\u0432\u0435\u0442\u0430",
|
|
4638
|
+
"votes_for": "\u0417\u0410",
|
|
4639
|
+
"votes_against": "\u041F\u0420\u041E\u0422\u0418\u0412",
|
|
4640
|
+
"votes_abstained": "\u0412\u041E\u0417\u0414\u0415\u0420\u0416\u0410\u041B\u0421\u042F",
|
|
4641
|
+
"question_number_one": '\u0412\u043E\u0437\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u0430\u0439\u0449\u0438\u043A\u0443 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u0441\u043E\u0433\u043B\u0430\u0441\u043D\u043E \u043F\u043E\u0434\u0430\u043D\u043D\u043E\u0433\u043E \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u044F \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C \u043D\u043E\u0432\u0430\u0446\u0438\u0438 \u043F\u043E \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u044B "{0}", \u0430 \u0438\u043C\u0435\u043D\u043D\u043E:',
|
|
4642
|
+
"full_name": "\u0424\u0418\u041E/\u0418\u041F/\u041F\u043E\u043B\u043D\u043E\u0435 \u043D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u044E\u0440./\u043B\u0438\u0446\u0430",
|
|
4643
|
+
"user.birthdate_or_ogrn": "\u0414\u0430\u0442\u0430 \u0440\u043E\u0436\u0434\u0435\u043D\u0438\u044F/\u041E\u0413\u0420\u041D\u0418\u041F/\u041E\u0413\u0420\u041D",
|
|
4644
|
+
"unit_of_measurement": "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
4645
|
+
"article": "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
4646
|
+
"asset_title": "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 / \u0440\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
4647
|
+
"form_of_asset": "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
4648
|
+
"units": "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E",
|
|
4649
|
+
"unit_cost": "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0415\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
4650
|
+
"total_cost": "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
4651
|
+
"form_of_asset_type": "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F",
|
|
4652
|
+
"decision_number_one": "\u0412\u043E\u0437\u0432\u0440\u0430\u0442\u0438\u0442\u044C \u043F\u0430\u0435\u0432\u044B\u0439 \u0432\u0437\u043D\u043E\u0441 \u043F\u0430\u0439\u0449\u0438\u043A\u0443 \u043F\u043E \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u044B\u043C \u0432 \u0437\u0430\u044F\u0432\u043B\u0435\u043D\u0438\u0438 \u0440\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u0430\u043C."
|
|
4653
|
+
}
|
|
4654
|
+
// ... другие переводы
|
|
4655
|
+
};
|
|
4656
|
+
|
|
4657
|
+
const index$3 = {
|
|
4658
|
+
__proto__: null,
|
|
4659
|
+
context: context$1,
|
|
4660
|
+
description: description$1,
|
|
4661
|
+
registry_id: registry_id$1,
|
|
4662
|
+
title: title$1,
|
|
4663
|
+
translations: translations$1
|
|
4664
|
+
};
|
|
4665
|
+
|
|
4666
|
+
const registry_id = 802;
|
|
4667
|
+
const title = "\u0410\u043A\u0442 \u043F\u0440\u0438\u0451\u043C\u043A\u0438-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
4668
|
+
const description = "\u0424\u043E\u0440\u043C\u0430 \u0430\u043A\u0442\u0430 \u043F\u0440\u0438\u0451\u043C\u043A\u0438-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430";
|
|
4669
|
+
const context = `<style>
|
|
4670
|
+
h1 {
|
|
4671
|
+
margin: 0px;
|
|
4672
|
+
text-align: center;
|
|
4673
|
+
}
|
|
4674
|
+
h3 {
|
|
4675
|
+
margin: 0px;
|
|
4676
|
+
padding-top: 15px;
|
|
4677
|
+
}
|
|
4678
|
+
.about {
|
|
4679
|
+
padding: 20px;
|
|
4680
|
+
}
|
|
4681
|
+
.about p {
|
|
4682
|
+
margin: 0px;
|
|
4683
|
+
}
|
|
4684
|
+
.digital-document {
|
|
4685
|
+
padding: 20px;
|
|
4686
|
+
white-space: pre-wrap;
|
|
4687
|
+
}
|
|
4688
|
+
.subheader {
|
|
4689
|
+
padding-bottom: 20px;
|
|
4690
|
+
}
|
|
4691
|
+
table {
|
|
4692
|
+
width: 100%;
|
|
4693
|
+
border-collapse: collapse;
|
|
4694
|
+
}
|
|
4695
|
+
th,
|
|
4696
|
+
td {
|
|
4697
|
+
border: 1px solid #ccc;
|
|
4698
|
+
padding: 8px;
|
|
4699
|
+
text-align: left;
|
|
4700
|
+
word-wrap: break-word;
|
|
4701
|
+
overflow-wrap: break-word;
|
|
4702
|
+
}
|
|
4703
|
+
th {
|
|
4704
|
+
background-color: #f4f4f4;
|
|
4705
|
+
width: 30%;
|
|
4706
|
+
}
|
|
4707
|
+
</style>
|
|
4708
|
+
|
|
4709
|
+
<div class="digital-document">
|
|
4710
|
+
<h1 class="header">{% trans 'act_number', act_id %}</h1>
|
|
4711
|
+
<p style="text-align:center" class="subheader">{% trans 'act_name', program.name %}</p>
|
|
4712
|
+
<p style="text-align: right">{{ meta.created_at }}, {{ coop.city }}</p>
|
|
4713
|
+
|
|
4714
|
+
{% if coop.is_branched %}
|
|
4715
|
+
<p>{% trans 'branched_contribution_act', branch.short_name, vars.full_abbr_genitive, vars.name, user.full_name_or_short_name, program.name, decision.id %}</p>
|
|
4716
|
+
{% else %}
|
|
4717
|
+
<p>{% trans 'contribution_act', vars.full_abbr, vars.name, user.full_name_or_short_name, program.name, decision.id %}</p>
|
|
4718
|
+
{% endif %}
|
|
4719
|
+
|
|
4720
|
+
<table>
|
|
4721
|
+
<tbody>
|
|
4722
|
+
<tr>
|
|
4723
|
+
<th>\u2116</th>
|
|
4724
|
+
<td>1</td>
|
|
4725
|
+
</tr>
|
|
4726
|
+
<tr>
|
|
4727
|
+
<th>{% trans 'article' %}</th>
|
|
4728
|
+
<td>{{ request.hash }}</td>
|
|
4729
|
+
</tr>
|
|
4730
|
+
<tr>
|
|
4731
|
+
<th>{% trans 'asset_title' %}</th>
|
|
4732
|
+
<td>{{ request.title }}</td>
|
|
4733
|
+
</tr>
|
|
4734
|
+
<tr>
|
|
4735
|
+
<th>{% trans 'form_of_asset' %}</th>
|
|
4736
|
+
<td>{% trans 'form_of_asset_type' %}</td>
|
|
4737
|
+
</tr>
|
|
4738
|
+
<tr>
|
|
4739
|
+
<th>{% trans 'unit_of_measurement' %}</th>
|
|
4740
|
+
<td>{{ request.unit_of_measurement }}</td>
|
|
4741
|
+
</tr>
|
|
4742
|
+
<tr>
|
|
4743
|
+
<th>{% trans 'units' %}</th>
|
|
4744
|
+
<td>{{ request.units }}</td>
|
|
4745
|
+
</tr>
|
|
4746
|
+
<tr>
|
|
4747
|
+
<th>{% trans 'unit_cost', request.currency %}</th>
|
|
4748
|
+
<td>{{ request.unit_cost }}</td>
|
|
4749
|
+
</tr>
|
|
4750
|
+
<tr>
|
|
4751
|
+
<th>{% trans 'total_cost', request.currency %}</th>
|
|
4752
|
+
<td>{{ request.total_cost }}</td>
|
|
4753
|
+
</tr>
|
|
4754
|
+
</tbody>
|
|
4755
|
+
</table>
|
|
4756
|
+
|
|
4757
|
+
<table>
|
|
4758
|
+
<tbody>
|
|
4759
|
+
<tr>
|
|
4760
|
+
<th></th>
|
|
4761
|
+
<td>{% trans 'participant_full_name' %}</td>
|
|
4762
|
+
<td>{% trans 'date' %}</td>
|
|
4763
|
+
<td>{% trans 'signature' %}</td>
|
|
4764
|
+
</tr>
|
|
4765
|
+
|
|
4766
|
+
<tr>
|
|
4767
|
+
<th>{% trans 'ordered' %}</th>
|
|
4768
|
+
<td>{{ user.full_name_or_short_name }}</td>
|
|
4769
|
+
<td>{{ order_date }}</td>
|
|
4770
|
+
<td>{% trans 'signature_placeholder' %}</td>
|
|
4771
|
+
</tr>
|
|
4772
|
+
|
|
4773
|
+
</tbody>
|
|
4774
|
+
</table>
|
|
4775
|
+
<p>{% trans 'contribution', request.total_cost, request.currency, request.total_cost_string %}</p><div class="signature">
|
|
4776
|
+
<table>
|
|
4777
|
+
<tbody>
|
|
4778
|
+
<tr>
|
|
4779
|
+
<th></th>
|
|
4780
|
+
<td>{% trans 'participant_full_name' %}</td>
|
|
4781
|
+
<td>{% trans 'signature' %}</td>
|
|
4782
|
+
</tr>
|
|
4783
|
+
<tr>
|
|
4784
|
+
<th>{% trans 'received_order' %}</th>
|
|
4785
|
+
<td>{{ user.full_name_or_short_name }}</td>
|
|
4786
|
+
<td>{% trans 'signature_placeholder' %}</td>
|
|
4787
|
+
</tr>
|
|
4788
|
+
<tr>
|
|
4789
|
+
<th>{% trans 'transferred_order' %}</th>
|
|
4790
|
+
<td>{{ transmitter.last_name }} {{ transmitter.first_name }} {{ transmitter.middle_name }}</td>
|
|
4791
|
+
<td>{% trans 'signature_placeholder' %}</td>
|
|
4792
|
+
</tr>
|
|
4793
|
+
</tbody>
|
|
4794
|
+
</table>
|
|
4795
|
+
</div>
|
|
4796
|
+
</div>
|
|
4797
|
+
`;
|
|
4798
|
+
const translations = {
|
|
4799
|
+
ru: {
|
|
4800
|
+
unit_of_measurement: "\u0415\u0434\u0438\u043D\u0438\u0446\u044B \u0438\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F",
|
|
4801
|
+
article: "\u0410\u0440\u0442\u0438\u043A\u0443\u043B",
|
|
4802
|
+
asset_title: "\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 / \u0440\u0435\u043A\u0432\u0438\u0437\u0438\u0442\u044B",
|
|
4803
|
+
form_of_asset: "\u0424\u043E\u0440\u043C\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430",
|
|
4804
|
+
units: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E",
|
|
4805
|
+
unit_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0415\u0434\u0438\u043D\u0438\u0446\u044B, {0}",
|
|
4806
|
+
total_cost: "\u0421\u0442\u043E\u0438\u043C\u043E\u0441\u0442\u044C \u0412\u0441\u0435\u0433\u043E, {0}",
|
|
4807
|
+
form_of_asset_type: "\u041C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u044C\u043D\u0430\u044F",
|
|
4808
|
+
act_number: "\u0410\u041A\u0422 \u2116{0}",
|
|
4809
|
+
act_name: "\u043F\u0440\u0438\u0435\u043C\u043A\u0438-\u043F\u0435\u0440\u0435\u0434\u0430\u0447\u0438 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430 \u043F\u043E \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0435 \xAB{0}\xBB",
|
|
4810
|
+
contribution_act: '{0} "{1}" (\u0434\u0430\u043B\u0435\u0435 \u2013 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432), \u0432 \u043B\u0438\u0446\u0435 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u043D\u043E\u0433\u043E \u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043B\u044F \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0438 \u043F\u0430\u0439\u0449\u0438\u043A \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 {2} (\u0434\u0430\u043B\u0435\u0435 \u2013 "\u041F\u0430\u0439\u0449\u0438\u043A") \u0441\u043E\u0441\u0442\u0430\u0432\u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0438\u0439 \u0410\u043A\u0442 \u043E \u0442\u043E\u043C, \u0447\u0442\u043E \u041F\u0430\u0439\u0449\u0438\u043A \u0437\u0430\u043A\u0430\u0437\u0430\u043B \u0438 \u0432\u043F\u043E\u0441\u043B\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u043F\u043E\u043B\u0443\u0447\u0438\u043B \u043E\u0442 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043E\u0439 "{3}" \u0438 \u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116{4}, \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E:',
|
|
4811
|
+
branched_contribution_act: '\u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u043D\u044B\u0439 \u0443\u0447\u0430\u0441\u0442\u043E\u043A "{0}" {1} "{2}" (\u0434\u0430\u043B\u0435\u0435 \u2013 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432), \u0432 \u043B\u0438\u0446\u0435 \u043F\u043E\u043B\u043D\u043E\u043C\u043E\u0447\u043D\u043E\u0433\u043E \u041F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0435\u043B\u044F \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0438 \u043F\u0430\u0439\u0449\u0438\u043A \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 {3} (\u0434\u0430\u043B\u0435\u0435 \u2013 "\u041F\u0430\u0439\u0449\u0438\u043A") \u0441\u043E\u0441\u0442\u0430\u0432\u0438\u043B\u0438 \u043D\u0430\u0441\u0442\u043E\u044F\u0449\u0438\u0439 \u0410\u043A\u0442 \u043E \u0442\u043E\u043C, \u0447\u0442\u043E \u041F\u0430\u0439\u0449\u0438\u043A \u0437\u0430\u043A\u0430\u0437\u0430\u043B \u0438 \u0432\u043F\u043E\u0441\u043B\u0435\u0434\u0441\u0442\u0432\u0438\u0438 \u043F\u043E\u043B\u0443\u0447\u0438\u043B \u043E\u0442 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0426\u0435\u043B\u0435\u0432\u043E\u0439 \u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u043E\u0439 "{4}" \u0438 \u041F\u0440\u043E\u0442\u043E\u043A\u043E\u043B\u043E\u043C \u0421\u043E\u0432\u0435\u0442\u0430 \u2116{5}, \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E:',
|
|
4812
|
+
contribution: "\u0414\u043B\u044F \u043F\u043E\u043A\u0440\u044B\u0442\u0438\u044F \u0437\u0430\u0442\u0440\u0430\u0442, \u0441\u0432\u044F\u0437\u0430\u043D\u043D\u044B\u0445 \u0441 \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435\u043C \u0432\u044B\u0448\u0435\u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u0430, \u041F\u0430\u0439\u0449\u0438\u043A \u0432\u043D\u0435\u0441 \u043F\u0430\u0435\u0432\u043E\u0439 \u0432\u0437\u043D\u043E\u0441 \u0432 \u0440\u0430\u0437\u043C\u0435\u0440\u0435 {0} {1} ({2}). \u041F\u0430\u0439\u0449\u0438\u043A, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C \u043D\u043E\u0432\u0430\u0446\u0438\u0438, \u043F\u043E\u043B\u0443\u0447\u0438\u043B \u043E\u0442 \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0430 \u0438\u043C\u0443\u0449\u0435\u0441\u0442\u0432\u043E \u0432 \u0434\u043E\u0441\u0442\u0430\u0442\u043E\u0447\u043D\u043E\u043C \u0434\u043B\u044F \u041F\u0430\u0439\u0449\u0438\u043A\u0430 \u043A\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0438 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u0435. \u041F\u0430\u0439\u0449\u0438\u043A \u043F\u0440\u0435\u0442\u0435\u043D\u0437\u0438\u0439 \u043A \u041A\u043E\u043E\u043F\u0435\u0440\u0430\u0442\u0438\u0432\u0443 \u043D\u0435 \u0438\u043C\u0435\u0435\u0442.",
|
|
4813
|
+
ordered: "\u0417\u0430\u043A\u0430\u0437\u0430\u043B",
|
|
4814
|
+
signature_placeholder: "\u043F\u043E\u0434\u043F\u0438\u0441\u0430\u043D \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0434\u043F\u0438\u0441\u044C\u044E",
|
|
4815
|
+
received_order: "\u041F\u043E\u043B\u0443\u0447\u0438\u043B \u0437\u0430\u043A\u0430\u0437",
|
|
4816
|
+
transferred_order: "\u041F\u0435\u0440\u0435\u0434\u0430\u043B \u0437\u0430\u043A\u0430\u0437",
|
|
4817
|
+
signature: "\u041F\u043E\u0434\u043F\u0438\u0441\u044C",
|
|
4818
|
+
date: "\u0414\u0430\u0442\u0430",
|
|
4819
|
+
participant_full_name: "\u0424\u0418\u041E/\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u041F\u0430\u0439\u0449\u0438\u043A\u0430"
|
|
3816
4820
|
}
|
|
3817
4821
|
// ... другие переводы
|
|
3818
4822
|
};
|
|
@@ -3828,40 +4832,45 @@ const index$2 = {
|
|
|
3828
4832
|
|
|
3829
4833
|
const index$1 = {
|
|
3830
4834
|
__proto__: null,
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
4835
|
+
AssetContributionAct: index$5,
|
|
4836
|
+
AssetContributionDecision: index$6,
|
|
4837
|
+
AssetContributionStatement: index$7,
|
|
4838
|
+
CoopenomicsAgreement: index$d,
|
|
4839
|
+
DecisionOfParticipantApplication: index$b,
|
|
4840
|
+
FreeDecision: index$8,
|
|
4841
|
+
ParticipantApplication: index$c,
|
|
4842
|
+
PrivacyPolicy: index$f,
|
|
4843
|
+
ProjectFreeDecision: index$9,
|
|
4844
|
+
RegulationElectronicSignature: index$g,
|
|
4845
|
+
ReturnByAssetAct: index$2,
|
|
4846
|
+
ReturnByAssetDecision: index$3,
|
|
4847
|
+
ReturnByAssetStatement: index$4,
|
|
4848
|
+
SelectBranchStatement: index$a,
|
|
4849
|
+
UserAgreement: index$e,
|
|
4850
|
+
WalletAgreement: index$h
|
|
3843
4851
|
};
|
|
3844
4852
|
|
|
3845
4853
|
const index = {
|
|
3846
4854
|
__proto__: null,
|
|
3847
|
-
Blockchain: index$
|
|
3848
|
-
Document: index$
|
|
3849
|
-
Model: index$
|
|
3850
|
-
Payments: index$
|
|
4855
|
+
Blockchain: index$k,
|
|
4856
|
+
Document: index$m,
|
|
4857
|
+
Model: index$j,
|
|
4858
|
+
Payments: index$i,
|
|
3851
4859
|
Registry: index$1,
|
|
3852
|
-
Users: index$
|
|
4860
|
+
Users: index$l
|
|
3853
4861
|
};
|
|
3854
4862
|
|
|
3855
|
-
exports.BranchContract = index$
|
|
4863
|
+
exports.BranchContract = index$Z;
|
|
4864
|
+
exports.CapitalContract = index$n;
|
|
3856
4865
|
exports.Cooperative = index;
|
|
3857
|
-
exports.DraftContract = index$
|
|
3858
|
-
exports.FundContract = index$
|
|
3859
|
-
exports.GatewayContract = index$
|
|
3860
|
-
exports.MarketContract = index$
|
|
3861
|
-
exports.MsigContract = index$
|
|
3862
|
-
exports.RegistratorContract = index$
|
|
3863
|
-
exports.SovietContract = index$
|
|
3864
|
-
exports.SystemContract = index$
|
|
3865
|
-
exports.TokenContract = index$
|
|
3866
|
-
exports.WrapContract = index$
|
|
3867
|
-
exports._Common = index$
|
|
4866
|
+
exports.DraftContract = index$10;
|
|
4867
|
+
exports.FundContract = index$W;
|
|
4868
|
+
exports.GatewayContract = index$T;
|
|
4869
|
+
exports.MarketContract = index$y;
|
|
4870
|
+
exports.MsigContract = index$v;
|
|
4871
|
+
exports.RegistratorContract = index$Q;
|
|
4872
|
+
exports.SovietContract = index$B;
|
|
4873
|
+
exports.SystemContract = index$q;
|
|
4874
|
+
exports.TokenContract = index$N;
|
|
4875
|
+
exports.WrapContract = index$t;
|
|
4876
|
+
exports._Common = index$13;
|