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