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