cooptypes 0.5.7 → 0.5.10
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 +189 -169
- package/dist/index.d.cts +362 -327
- package/dist/index.d.mts +362 -327
- package/dist/index.d.ts +362 -327
- package/dist/index.mjs +189 -169
- package/package.json +4 -1
package/dist/index.cjs
CHANGED
|
@@ -95,49 +95,49 @@ const index$z = {
|
|
|
95
95
|
Permissions: index$A
|
|
96
96
|
};
|
|
97
97
|
|
|
98
|
-
const authorizations$
|
|
99
|
-
const actionName$
|
|
98
|
+
const authorizations$29 = [{ permissions: [active], actor: _system }];
|
|
99
|
+
const actionName$29 = "createtrans";
|
|
100
100
|
|
|
101
101
|
const createTranslation = {
|
|
102
102
|
__proto__: null,
|
|
103
|
-
actionName: actionName$
|
|
104
|
-
authorizations: authorizations$
|
|
103
|
+
actionName: actionName$29,
|
|
104
|
+
authorizations: authorizations$29
|
|
105
105
|
};
|
|
106
106
|
|
|
107
|
-
const authorizations$
|
|
108
|
-
const actionName$
|
|
107
|
+
const authorizations$28 = [{ permissions: [active], actor: _system }];
|
|
108
|
+
const actionName$28 = "createdraft";
|
|
109
109
|
|
|
110
110
|
const createDraft = {
|
|
111
111
|
__proto__: null,
|
|
112
|
-
actionName: actionName$
|
|
113
|
-
authorizations: authorizations$
|
|
112
|
+
actionName: actionName$28,
|
|
113
|
+
authorizations: authorizations$28
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
const authorizations$
|
|
117
|
-
const actionName$
|
|
116
|
+
const authorizations$27 = [{ permissions: [active], actor: _system }];
|
|
117
|
+
const actionName$27 = "deldraft";
|
|
118
118
|
|
|
119
119
|
const deleteDraft = {
|
|
120
120
|
__proto__: null,
|
|
121
|
-
actionName: actionName$
|
|
122
|
-
authorizations: authorizations$
|
|
121
|
+
actionName: actionName$27,
|
|
122
|
+
authorizations: authorizations$27
|
|
123
123
|
};
|
|
124
124
|
|
|
125
|
-
const authorizations$
|
|
126
|
-
const actionName$
|
|
125
|
+
const authorizations$26 = [{ permissions: [active], actor: _system }];
|
|
126
|
+
const actionName$26 = "edittrans";
|
|
127
127
|
|
|
128
128
|
const editTranslation = {
|
|
129
129
|
__proto__: null,
|
|
130
|
-
actionName: actionName$
|
|
131
|
-
authorizations: authorizations$
|
|
130
|
+
actionName: actionName$26,
|
|
131
|
+
authorizations: authorizations$26
|
|
132
132
|
};
|
|
133
133
|
|
|
134
|
-
const authorizations$
|
|
135
|
-
const actionName$
|
|
134
|
+
const authorizations$25 = [{ permissions: [active], actor: _draft }];
|
|
135
|
+
const actionName$25 = "newid";
|
|
136
136
|
|
|
137
137
|
const newId = {
|
|
138
138
|
__proto__: null,
|
|
139
|
-
actionName: actionName$
|
|
140
|
-
authorizations: authorizations$
|
|
139
|
+
actionName: actionName$25,
|
|
140
|
+
authorizations: authorizations$25
|
|
141
141
|
};
|
|
142
142
|
|
|
143
143
|
const index$y = {
|
|
@@ -187,145 +187,145 @@ const index$w = {
|
|
|
187
187
|
contractName: contractName$9
|
|
188
188
|
};
|
|
189
189
|
|
|
190
|
-
const authorizations$
|
|
191
|
-
const actionName$
|
|
190
|
+
const authorizations$24 = [{ permissions: [active], actor: _fund }];
|
|
191
|
+
const actionName$24 = "addaccum";
|
|
192
192
|
|
|
193
193
|
const addAccumulation = {
|
|
194
|
+
__proto__: null,
|
|
195
|
+
actionName: actionName$24,
|
|
196
|
+
authorizations: authorizations$24
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
const authorizations$23 = [{ permissions: [active], actor: _fund }];
|
|
200
|
+
const actionName$23 = "subaccum";
|
|
201
|
+
|
|
202
|
+
const subAccumulation = {
|
|
203
|
+
__proto__: null,
|
|
204
|
+
actionName: actionName$23,
|
|
205
|
+
authorizations: authorizations$23
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
const authorizations$22 = [{ permissions: [active], actor: _gateway }];
|
|
209
|
+
const actionName$22 = "addcirculate";
|
|
210
|
+
|
|
211
|
+
const addCirculation = {
|
|
194
212
|
__proto__: null,
|
|
195
213
|
actionName: actionName$22,
|
|
196
214
|
authorizations: authorizations$22
|
|
197
215
|
};
|
|
198
216
|
|
|
199
217
|
const authorizations$21 = [{ permissions: [active], actor: _fund }];
|
|
200
|
-
const actionName$21 = "
|
|
218
|
+
const actionName$21 = "addexpense";
|
|
201
219
|
|
|
202
|
-
const
|
|
220
|
+
const addExpense = {
|
|
203
221
|
__proto__: null,
|
|
204
222
|
actionName: actionName$21,
|
|
205
223
|
authorizations: authorizations$21
|
|
206
224
|
};
|
|
207
225
|
|
|
208
|
-
const authorizations$20 = [{ permissions: [active], actor:
|
|
209
|
-
const actionName$20 = "
|
|
226
|
+
const authorizations$20 = [{ permissions: [active], actor: _soviet }];
|
|
227
|
+
const actionName$20 = "authorize";
|
|
210
228
|
|
|
211
|
-
const
|
|
229
|
+
const authorizeWithdraw = {
|
|
212
230
|
__proto__: null,
|
|
213
231
|
actionName: actionName$20,
|
|
214
232
|
authorizations: authorizations$20
|
|
215
233
|
};
|
|
216
234
|
|
|
217
|
-
const authorizations$1$ = [{ permissions: [active], actor:
|
|
218
|
-
const actionName$1$ = "
|
|
235
|
+
const authorizations$1$ = [{ permissions: [active, special], actor: _admin }];
|
|
236
|
+
const actionName$1$ = "complete";
|
|
219
237
|
|
|
220
|
-
const
|
|
238
|
+
const completeWithdraw$1 = {
|
|
221
239
|
__proto__: null,
|
|
222
240
|
actionName: actionName$1$,
|
|
223
241
|
authorizations: authorizations$1$
|
|
224
242
|
};
|
|
225
243
|
|
|
226
|
-
const authorizations$1_ = [{ permissions: [active], actor:
|
|
227
|
-
const actionName$1_ = "
|
|
244
|
+
const authorizations$1_ = [{ permissions: [active], actor: _fund }];
|
|
245
|
+
const actionName$1_ = "newfund";
|
|
228
246
|
|
|
229
|
-
const
|
|
247
|
+
const newFund = {
|
|
230
248
|
__proto__: null,
|
|
231
249
|
actionName: actionName$1_,
|
|
232
250
|
authorizations: authorizations$1_
|
|
233
251
|
};
|
|
234
252
|
|
|
235
|
-
const authorizations$1Z = [{ permissions: [active
|
|
236
|
-
const actionName$1Z = "
|
|
253
|
+
const authorizations$1Z = [{ permissions: [active], actor: _chairman }];
|
|
254
|
+
const actionName$1Z = "createfund";
|
|
237
255
|
|
|
238
|
-
const
|
|
256
|
+
const createFund = {
|
|
239
257
|
__proto__: null,
|
|
240
258
|
actionName: actionName$1Z,
|
|
241
259
|
authorizations: authorizations$1Z
|
|
242
260
|
};
|
|
243
261
|
|
|
244
|
-
const authorizations$1Y = [{ permissions: [active], actor:
|
|
245
|
-
const actionName$1Y = "
|
|
262
|
+
const authorizations$1Y = [{ permissions: [active], actor: _chairman }];
|
|
263
|
+
const actionName$1Y = "delfund";
|
|
246
264
|
|
|
247
|
-
const
|
|
265
|
+
const deleteFund = {
|
|
248
266
|
__proto__: null,
|
|
249
267
|
actionName: actionName$1Y,
|
|
250
268
|
authorizations: authorizations$1Y
|
|
251
269
|
};
|
|
252
270
|
|
|
253
271
|
const authorizations$1X = [{ permissions: [active], actor: _chairman }];
|
|
254
|
-
const actionName$1X = "
|
|
272
|
+
const actionName$1X = "editfund";
|
|
255
273
|
|
|
256
|
-
const
|
|
274
|
+
const editFund = {
|
|
257
275
|
__proto__: null,
|
|
258
276
|
actionName: actionName$1X,
|
|
259
277
|
authorizations: authorizations$1X
|
|
260
278
|
};
|
|
261
279
|
|
|
262
|
-
const authorizations$1W = [
|
|
263
|
-
|
|
280
|
+
const authorizations$1W = [
|
|
281
|
+
{ permissions: [active], actor: _username },
|
|
282
|
+
{ permissions: [active, special], actor: _admin },
|
|
283
|
+
{ permissions: [active], actor: _contract }
|
|
284
|
+
];
|
|
285
|
+
const actionName$1W = "fundwithdraw";
|
|
264
286
|
|
|
265
|
-
const
|
|
287
|
+
const createWithdraw$1 = {
|
|
266
288
|
__proto__: null,
|
|
267
289
|
actionName: actionName$1W,
|
|
268
290
|
authorizations: authorizations$1W
|
|
269
291
|
};
|
|
270
292
|
|
|
271
|
-
const authorizations$1V = [{ permissions: [active], actor:
|
|
272
|
-
const actionName$1V = "
|
|
293
|
+
const authorizations$1V = [{ permissions: [active], actor: _soviet }];
|
|
294
|
+
const actionName$1V = "init";
|
|
273
295
|
|
|
274
|
-
const
|
|
296
|
+
const init$2 = {
|
|
275
297
|
__proto__: null,
|
|
276
298
|
actionName: actionName$1V,
|
|
277
299
|
authorizations: authorizations$1V
|
|
278
300
|
};
|
|
279
301
|
|
|
280
|
-
const authorizations$1U = [
|
|
281
|
-
|
|
282
|
-
{ permissions: [active, special], actor: _admin },
|
|
283
|
-
{ permissions: [active], actor: _contract }
|
|
284
|
-
];
|
|
285
|
-
const actionName$1U = "fundwithdraw";
|
|
302
|
+
const authorizations$1U = [{ permissions: [active], actor: _fund }];
|
|
303
|
+
const actionName$1U = "newwithdraw";
|
|
286
304
|
|
|
287
|
-
const
|
|
305
|
+
const newWithdraw = {
|
|
288
306
|
__proto__: null,
|
|
289
307
|
actionName: actionName$1U,
|
|
290
308
|
authorizations: authorizations$1U
|
|
291
309
|
};
|
|
292
310
|
|
|
293
|
-
const authorizations$1T = [{ permissions: [active], actor:
|
|
294
|
-
const actionName$1T = "
|
|
311
|
+
const authorizations$1T = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
312
|
+
const actionName$1T = "spreadamount";
|
|
295
313
|
|
|
296
|
-
const
|
|
314
|
+
const spreadAmount = {
|
|
297
315
|
__proto__: null,
|
|
298
316
|
actionName: actionName$1T,
|
|
299
317
|
authorizations: authorizations$1T
|
|
300
318
|
};
|
|
301
319
|
|
|
302
|
-
const authorizations$1S = [{ permissions: [active], actor:
|
|
303
|
-
const actionName$1S = "
|
|
320
|
+
const authorizations$1S = [{ permissions: [active], actor: _gateway }];
|
|
321
|
+
const actionName$1S = "subcirculate";
|
|
304
322
|
|
|
305
|
-
const
|
|
323
|
+
const subCirculation = {
|
|
306
324
|
__proto__: null,
|
|
307
325
|
actionName: actionName$1S,
|
|
308
326
|
authorizations: authorizations$1S
|
|
309
327
|
};
|
|
310
328
|
|
|
311
|
-
const authorizations$1R = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
312
|
-
const actionName$1R = "spreadamount";
|
|
313
|
-
|
|
314
|
-
const spreadAmount = {
|
|
315
|
-
__proto__: null,
|
|
316
|
-
actionName: actionName$1R,
|
|
317
|
-
authorizations: authorizations$1R
|
|
318
|
-
};
|
|
319
|
-
|
|
320
|
-
const authorizations$1Q = [{ permissions: [active], actor: _gateway }];
|
|
321
|
-
const actionName$1Q = "subcirculate";
|
|
322
|
-
|
|
323
|
-
const subCirculation = {
|
|
324
|
-
__proto__: null,
|
|
325
|
-
actionName: actionName$1Q,
|
|
326
|
-
authorizations: authorizations$1Q
|
|
327
|
-
};
|
|
328
|
-
|
|
329
329
|
const index$v = {
|
|
330
330
|
__proto__: null,
|
|
331
331
|
AddAccumulation: addAccumulation,
|
|
@@ -337,7 +337,7 @@ const index$v = {
|
|
|
337
337
|
CreateWithdraw: createWithdraw$1,
|
|
338
338
|
DeleteFund: deleteFund,
|
|
339
339
|
EditFund: editFund,
|
|
340
|
-
Init: init$
|
|
340
|
+
Init: init$2,
|
|
341
341
|
NewFund: newFund,
|
|
342
342
|
NewWithdraw: newWithdraw,
|
|
343
343
|
SpreadAmount: spreadAmount,
|
|
@@ -403,76 +403,76 @@ const index$t = {
|
|
|
403
403
|
contractName: contractName$8
|
|
404
404
|
};
|
|
405
405
|
|
|
406
|
-
const authorizations$
|
|
407
|
-
const actionName$
|
|
406
|
+
const authorizations$1R = [{ permissions: [active, special], actor: _coopname }];
|
|
407
|
+
const actionName$1R = "deposit";
|
|
408
408
|
|
|
409
409
|
const createDeposit = {
|
|
410
410
|
__proto__: null,
|
|
411
|
-
actionName: actionName$
|
|
412
|
-
authorizations: authorizations$
|
|
411
|
+
actionName: actionName$1R,
|
|
412
|
+
authorizations: authorizations$1R
|
|
413
413
|
};
|
|
414
414
|
|
|
415
|
-
const authorizations$
|
|
416
|
-
const actionName$
|
|
415
|
+
const authorizations$1Q = [{ permissions: [active, special], actor: _admin }];
|
|
416
|
+
const actionName$1Q = "dpcomplete";
|
|
417
417
|
|
|
418
418
|
const completeDeposit = {
|
|
419
419
|
__proto__: null,
|
|
420
|
-
actionName: actionName$
|
|
421
|
-
authorizations: authorizations$
|
|
420
|
+
actionName: actionName$1Q,
|
|
421
|
+
authorizations: authorizations$1Q
|
|
422
422
|
};
|
|
423
423
|
|
|
424
|
-
const authorizations$
|
|
425
|
-
const actionName$
|
|
424
|
+
const authorizations$1P = [{ permissions: [active, special], actor: _admin }];
|
|
425
|
+
const actionName$1P = "dpfail";
|
|
426
426
|
|
|
427
427
|
const failDeposit = {
|
|
428
428
|
__proto__: null,
|
|
429
|
-
actionName: actionName$
|
|
430
|
-
authorizations: authorizations$
|
|
429
|
+
actionName: actionName$1P,
|
|
430
|
+
authorizations: authorizations$1P
|
|
431
431
|
};
|
|
432
432
|
|
|
433
|
-
const authorizations$
|
|
434
|
-
const actionName$
|
|
433
|
+
const authorizations$1O = [{ permissions: [active], actor: _gateway }];
|
|
434
|
+
const actionName$1O = "newdepositid";
|
|
435
435
|
|
|
436
436
|
const newDepositId = {
|
|
437
437
|
__proto__: null,
|
|
438
|
-
actionName: actionName$
|
|
439
|
-
authorizations: authorizations$
|
|
438
|
+
actionName: actionName$1O,
|
|
439
|
+
authorizations: authorizations$1O
|
|
440
440
|
};
|
|
441
441
|
|
|
442
|
-
const authorizations$
|
|
443
|
-
const actionName$
|
|
442
|
+
const authorizations$1N = [{ permissions: [active], actor: _gateway }];
|
|
443
|
+
const actionName$1N = "newwithdrid";
|
|
444
444
|
|
|
445
445
|
const newWithdrawId = {
|
|
446
446
|
__proto__: null,
|
|
447
|
-
actionName: actionName$
|
|
448
|
-
authorizations: authorizations$
|
|
447
|
+
actionName: actionName$1N,
|
|
448
|
+
authorizations: authorizations$1N
|
|
449
449
|
};
|
|
450
450
|
|
|
451
|
-
const authorizations$
|
|
452
|
-
const actionName$
|
|
451
|
+
const authorizations$1M = [{ permissions: [active], actor: _username }];
|
|
452
|
+
const actionName$1M = "withdraw";
|
|
453
453
|
|
|
454
454
|
const createWithdraw = {
|
|
455
455
|
__proto__: null,
|
|
456
|
-
actionName: actionName$
|
|
457
|
-
authorizations: authorizations$
|
|
456
|
+
actionName: actionName$1M,
|
|
457
|
+
authorizations: authorizations$1M
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
const authorizations$
|
|
461
|
-
const actionName$
|
|
460
|
+
const authorizations$1L = [{ permissions: [active, special], actor: _admin }];
|
|
461
|
+
const actionName$1L = "wthdcomplete";
|
|
462
462
|
|
|
463
463
|
const completeWithdraw = {
|
|
464
464
|
__proto__: null,
|
|
465
|
-
actionName: actionName$
|
|
466
|
-
authorizations: authorizations$
|
|
465
|
+
actionName: actionName$1L,
|
|
466
|
+
authorizations: authorizations$1L
|
|
467
467
|
};
|
|
468
468
|
|
|
469
|
-
const authorizations$
|
|
470
|
-
const actionName$
|
|
469
|
+
const authorizations$1K = [{ permissions: [active, special], actor: _admin }];
|
|
470
|
+
const actionName$1K = "wthdfail";
|
|
471
471
|
|
|
472
472
|
const failWithdraw = {
|
|
473
473
|
__proto__: null,
|
|
474
|
-
actionName: actionName$
|
|
475
|
-
authorizations: authorizations$
|
|
474
|
+
actionName: actionName$1K,
|
|
475
|
+
authorizations: authorizations$1K
|
|
476
476
|
};
|
|
477
477
|
|
|
478
478
|
const index$s = {
|
|
@@ -525,74 +525,84 @@ const index$q = {
|
|
|
525
525
|
contractName: contractName$7
|
|
526
526
|
};
|
|
527
527
|
|
|
528
|
-
const authorizations$
|
|
529
|
-
const actionName$
|
|
528
|
+
const authorizations$1J = [{ permissions: [active], actor: _system }];
|
|
529
|
+
const actionName$1J = "verificate";
|
|
530
530
|
|
|
531
531
|
const verificateAccount = {
|
|
532
|
+
__proto__: null,
|
|
533
|
+
actionName: actionName$1J,
|
|
534
|
+
authorizations: authorizations$1J
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
const authorizations$1I = [{ permissions: [active], actor: _username }];
|
|
538
|
+
const actionName$1I = "update";
|
|
539
|
+
|
|
540
|
+
const updateAccount = {
|
|
541
|
+
__proto__: null,
|
|
542
|
+
actionName: actionName$1I,
|
|
543
|
+
authorizations: authorizations$1I
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
const authorizations$1H = [{ permissions: [active, special], actor: _admin }];
|
|
547
|
+
const actionName$1H = "newaccount";
|
|
548
|
+
|
|
549
|
+
const createAccount = {
|
|
532
550
|
__proto__: null,
|
|
533
551
|
actionName: actionName$1H,
|
|
534
552
|
authorizations: authorizations$1H
|
|
535
553
|
};
|
|
536
554
|
|
|
537
|
-
const authorizations$1G = [{ permissions: [active], actor:
|
|
538
|
-
const actionName$1G = "
|
|
555
|
+
const authorizations$1G = [{ permissions: [active, special], actor: _admin }];
|
|
556
|
+
const actionName$1G = "regorg";
|
|
539
557
|
|
|
540
|
-
const
|
|
558
|
+
const registerOrganization = {
|
|
541
559
|
__proto__: null,
|
|
542
560
|
actionName: actionName$1G,
|
|
543
561
|
authorizations: authorizations$1G
|
|
544
562
|
};
|
|
545
563
|
|
|
546
|
-
const authorizations$1F = [{ permissions: [active
|
|
547
|
-
const actionName$1F = "
|
|
564
|
+
const authorizations$1F = [{ permissions: [active], actor: _system }];
|
|
565
|
+
const actionName$1F = "changekey";
|
|
548
566
|
|
|
549
|
-
const
|
|
567
|
+
const changeKey = {
|
|
550
568
|
__proto__: null,
|
|
551
569
|
actionName: actionName$1F,
|
|
552
570
|
authorizations: authorizations$1F
|
|
553
571
|
};
|
|
554
572
|
|
|
555
|
-
const authorizations$1E = [{ permissions: [active, special], actor: _admin }];
|
|
556
|
-
const actionName$1E = "
|
|
573
|
+
const authorizations$1E = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
|
|
574
|
+
const actionName$1E = "joincoop";
|
|
557
575
|
|
|
558
|
-
const
|
|
576
|
+
const joinCooperative = {
|
|
559
577
|
__proto__: null,
|
|
560
578
|
actionName: actionName$1E,
|
|
561
579
|
authorizations: authorizations$1E
|
|
562
580
|
};
|
|
563
581
|
|
|
564
|
-
const authorizations$1D = [{ permissions: [active], actor:
|
|
565
|
-
const actionName$1D = "
|
|
582
|
+
const authorizations$1D = [{ permissions: [active], actor: _soviet }];
|
|
583
|
+
const actionName$1D = "confirmreg";
|
|
566
584
|
|
|
567
|
-
const
|
|
585
|
+
const confirmJoin = {
|
|
568
586
|
__proto__: null,
|
|
569
587
|
actionName: actionName$1D,
|
|
570
588
|
authorizations: authorizations$1D
|
|
571
589
|
};
|
|
572
590
|
|
|
573
|
-
const authorizations$1C = [{ permissions: [active
|
|
574
|
-
const actionName$1C = "
|
|
591
|
+
const authorizations$1C = [{ permissions: [active], actor: _system }];
|
|
592
|
+
const actionName$1C = "init";
|
|
575
593
|
|
|
576
|
-
const
|
|
594
|
+
const init$1 = {
|
|
577
595
|
__proto__: null,
|
|
578
596
|
actionName: actionName$1C,
|
|
579
597
|
authorizations: authorizations$1C
|
|
580
598
|
};
|
|
581
599
|
|
|
582
|
-
const authorizations$1B = [{ permissions: [active], actor: _soviet }];
|
|
583
|
-
const actionName$1B = "confirmreg";
|
|
584
|
-
|
|
585
|
-
const confirmJoin = {
|
|
586
|
-
__proto__: null,
|
|
587
|
-
actionName: actionName$1B,
|
|
588
|
-
authorizations: authorizations$1B
|
|
589
|
-
};
|
|
590
|
-
|
|
591
600
|
const index$p = {
|
|
592
601
|
__proto__: null,
|
|
593
602
|
ChangeKey: changeKey,
|
|
594
603
|
ConfirmJoin: confirmJoin,
|
|
595
604
|
CreateAccount: createAccount,
|
|
605
|
+
Init: init$1,
|
|
596
606
|
JoinCooperative: joinCooperative,
|
|
597
607
|
RegisterOrganization: registerOrganization,
|
|
598
608
|
UpdateAccount: updateAccount,
|
|
@@ -637,60 +647,60 @@ const index$n = {
|
|
|
637
647
|
contractName: contractName$6
|
|
638
648
|
};
|
|
639
649
|
|
|
640
|
-
const authorizations$
|
|
641
|
-
const actionName$
|
|
650
|
+
const authorizations$1B = [{ permissions: [active], actor: _username }];
|
|
651
|
+
const actionName$1B = "transfer";
|
|
642
652
|
|
|
643
653
|
const transfer = {
|
|
654
|
+
__proto__: null,
|
|
655
|
+
actionName: actionName$1B,
|
|
656
|
+
authorizations: authorizations$1B
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
const authorizations$1A = [{ permissions: [active], actor: _username }];
|
|
660
|
+
const actionName$1A = "open";
|
|
661
|
+
|
|
662
|
+
const open = {
|
|
644
663
|
__proto__: null,
|
|
645
664
|
actionName: actionName$1A,
|
|
646
665
|
authorizations: authorizations$1A
|
|
647
666
|
};
|
|
648
667
|
|
|
649
668
|
const authorizations$1z = [{ permissions: [active], actor: _username }];
|
|
650
|
-
const actionName$1z = "
|
|
669
|
+
const actionName$1z = "close";
|
|
651
670
|
|
|
652
|
-
const
|
|
671
|
+
const close = {
|
|
653
672
|
__proto__: null,
|
|
654
673
|
actionName: actionName$1z,
|
|
655
674
|
authorizations: authorizations$1z
|
|
656
675
|
};
|
|
657
676
|
|
|
658
|
-
const authorizations$1y = [{ permissions: [active], actor:
|
|
659
|
-
const actionName$1y = "
|
|
677
|
+
const authorizations$1y = [{ permissions: [active], actor: _system$1 }];
|
|
678
|
+
const actionName$1y = "create";
|
|
660
679
|
|
|
661
|
-
const
|
|
680
|
+
const create = {
|
|
662
681
|
__proto__: null,
|
|
663
682
|
actionName: actionName$1y,
|
|
664
683
|
authorizations: authorizations$1y
|
|
665
684
|
};
|
|
666
685
|
|
|
667
|
-
const authorizations$1x = [{ permissions: [active], actor:
|
|
668
|
-
const actionName$1x = "
|
|
686
|
+
const authorizations$1x = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
687
|
+
const actionName$1x = "issue";
|
|
669
688
|
|
|
670
|
-
const
|
|
689
|
+
const issue = {
|
|
671
690
|
__proto__: null,
|
|
672
691
|
actionName: actionName$1x,
|
|
673
692
|
authorizations: authorizations$1x
|
|
674
693
|
};
|
|
675
694
|
|
|
676
695
|
const authorizations$1w = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
677
|
-
const actionName$1w = "
|
|
696
|
+
const actionName$1w = "retire";
|
|
678
697
|
|
|
679
|
-
const
|
|
698
|
+
const retire = {
|
|
680
699
|
__proto__: null,
|
|
681
700
|
actionName: actionName$1w,
|
|
682
701
|
authorizations: authorizations$1w
|
|
683
702
|
};
|
|
684
703
|
|
|
685
|
-
const authorizations$1v = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
686
|
-
const actionName$1v = "retire";
|
|
687
|
-
|
|
688
|
-
const retire = {
|
|
689
|
-
__proto__: null,
|
|
690
|
-
actionName: actionName$1v,
|
|
691
|
-
authorizations: authorizations$1v
|
|
692
|
-
};
|
|
693
|
-
|
|
694
704
|
const index$m = {
|
|
695
705
|
__proto__: null,
|
|
696
706
|
Close: close,
|
|
@@ -739,46 +749,55 @@ const index$k = {
|
|
|
739
749
|
contractName: contractName$5
|
|
740
750
|
};
|
|
741
751
|
|
|
742
|
-
const authorizations$
|
|
743
|
-
const actionName$
|
|
752
|
+
const authorizations$1v = [{ permissions: [active], actor: _soviet }];
|
|
753
|
+
const actionName$1v = "draft";
|
|
744
754
|
|
|
745
755
|
const draft = {
|
|
756
|
+
__proto__: null,
|
|
757
|
+
actionName: actionName$1v,
|
|
758
|
+
authorizations: authorizations$1v
|
|
759
|
+
};
|
|
760
|
+
|
|
761
|
+
const authorizations$1u = [{ permissions: [active], actor: _soviet }];
|
|
762
|
+
const actionName$1u = "batch";
|
|
763
|
+
|
|
764
|
+
const batch = {
|
|
746
765
|
__proto__: null,
|
|
747
766
|
actionName: actionName$1u,
|
|
748
767
|
authorizations: authorizations$1u
|
|
749
768
|
};
|
|
750
769
|
|
|
751
770
|
const authorizations$1t = [{ permissions: [active], actor: _soviet }];
|
|
752
|
-
const actionName$1t = "
|
|
771
|
+
const actionName$1t = "statement";
|
|
753
772
|
|
|
754
|
-
const
|
|
773
|
+
const statement = {
|
|
755
774
|
__proto__: null,
|
|
756
775
|
actionName: actionName$1t,
|
|
757
776
|
authorizations: authorizations$1t
|
|
758
777
|
};
|
|
759
778
|
|
|
760
779
|
const authorizations$1s = [{ permissions: [active], actor: _soviet }];
|
|
761
|
-
const actionName$1s = "
|
|
780
|
+
const actionName$1s = "act";
|
|
762
781
|
|
|
763
|
-
const
|
|
782
|
+
const act = {
|
|
764
783
|
__proto__: null,
|
|
765
784
|
actionName: actionName$1s,
|
|
766
785
|
authorizations: authorizations$1s
|
|
767
786
|
};
|
|
768
787
|
|
|
769
788
|
const authorizations$1r = [{ permissions: [active], actor: _soviet }];
|
|
770
|
-
const actionName$1r = "
|
|
789
|
+
const actionName$1r = "decision";
|
|
771
790
|
|
|
772
|
-
const
|
|
791
|
+
const decision = {
|
|
773
792
|
__proto__: null,
|
|
774
793
|
actionName: actionName$1r,
|
|
775
794
|
authorizations: authorizations$1r
|
|
776
795
|
};
|
|
777
796
|
|
|
778
797
|
const authorizations$1q = [{ permissions: [active], actor: _soviet }];
|
|
779
|
-
const actionName$1q = "
|
|
798
|
+
const actionName$1q = "program";
|
|
780
799
|
|
|
781
|
-
const
|
|
800
|
+
const program = {
|
|
782
801
|
__proto__: null,
|
|
783
802
|
actionName: actionName$1q,
|
|
784
803
|
authorizations: authorizations$1q
|
|
@@ -790,6 +809,7 @@ const index$j = {
|
|
|
790
809
|
Batch: batch,
|
|
791
810
|
Decision: decision,
|
|
792
811
|
Draft: draft,
|
|
812
|
+
Program: program,
|
|
793
813
|
Statement: statement
|
|
794
814
|
};
|
|
795
815
|
|
|
@@ -1479,7 +1499,7 @@ const index$a = {
|
|
|
1479
1499
|
UpdateRequests: updateRequest
|
|
1480
1500
|
};
|
|
1481
1501
|
|
|
1482
|
-
const tableName$g = "
|
|
1502
|
+
const tableName$g = "requests";
|
|
1483
1503
|
const scope$g = _coopname;
|
|
1484
1504
|
|
|
1485
1505
|
const requests = {
|