cooptypes 2025.5.2 → 2025.5.3
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 +275 -263
- package/dist/index.d.cts +266 -239
- package/dist/index.d.mts +266 -239
- package/dist/index.d.ts +266 -239
- package/dist/index.mjs +275 -263
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -117,60 +117,60 @@ const index$1l = {
|
|
|
117
117
|
Permissions: index$1m
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const authorizations$
|
|
121
|
-
const actionName$
|
|
120
|
+
const authorizations$33 = [{ permissions: [active], actor: _system }];
|
|
121
|
+
const actionName$33 = "createdraft";
|
|
122
122
|
|
|
123
123
|
const createDraft = {
|
|
124
|
+
__proto__: null,
|
|
125
|
+
actionName: actionName$33,
|
|
126
|
+
authorizations: authorizations$33
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
const authorizations$32 = [{ permissions: [active], actor: _system }];
|
|
130
|
+
const actionName$32 = "editdraft";
|
|
131
|
+
|
|
132
|
+
const editDraft = {
|
|
124
133
|
__proto__: null,
|
|
125
134
|
actionName: actionName$32,
|
|
126
135
|
authorizations: authorizations$32
|
|
127
136
|
};
|
|
128
137
|
|
|
129
138
|
const authorizations$31 = [{ permissions: [active], actor: _system }];
|
|
130
|
-
const actionName$31 = "
|
|
139
|
+
const actionName$31 = "deldraft";
|
|
131
140
|
|
|
132
|
-
const
|
|
141
|
+
const deleteDraft = {
|
|
133
142
|
__proto__: null,
|
|
134
143
|
actionName: actionName$31,
|
|
135
144
|
authorizations: authorizations$31
|
|
136
145
|
};
|
|
137
146
|
|
|
138
147
|
const authorizations$30 = [{ permissions: [active], actor: _system }];
|
|
139
|
-
const actionName$30 = "
|
|
148
|
+
const actionName$30 = "createtrans";
|
|
140
149
|
|
|
141
|
-
const
|
|
150
|
+
const createTranslation = {
|
|
142
151
|
__proto__: null,
|
|
143
152
|
actionName: actionName$30,
|
|
144
153
|
authorizations: authorizations$30
|
|
145
154
|
};
|
|
146
155
|
|
|
147
156
|
const authorizations$2$ = [{ permissions: [active], actor: _system }];
|
|
148
|
-
const actionName$2$ = "
|
|
157
|
+
const actionName$2$ = "edittrans";
|
|
149
158
|
|
|
150
|
-
const
|
|
159
|
+
const editTranslation = {
|
|
151
160
|
__proto__: null,
|
|
152
161
|
actionName: actionName$2$,
|
|
153
162
|
authorizations: authorizations$2$
|
|
154
163
|
};
|
|
155
164
|
|
|
156
|
-
const authorizations$2_ = [{ permissions: [active], actor:
|
|
157
|
-
const actionName$2_ = "
|
|
165
|
+
const authorizations$2_ = [{ permissions: [active], actor: _draft }];
|
|
166
|
+
const actionName$2_ = "newid";
|
|
158
167
|
|
|
159
|
-
const
|
|
168
|
+
const newId = {
|
|
160
169
|
__proto__: null,
|
|
161
170
|
actionName: actionName$2_,
|
|
162
171
|
authorizations: authorizations$2_
|
|
163
172
|
};
|
|
164
173
|
|
|
165
|
-
const authorizations$2Z = [{ permissions: [active], actor: _draft }];
|
|
166
|
-
const actionName$2Z = "newid";
|
|
167
|
-
|
|
168
|
-
const newId = {
|
|
169
|
-
__proto__: null,
|
|
170
|
-
actionName: actionName$2Z,
|
|
171
|
-
authorizations: authorizations$2Z
|
|
172
|
-
};
|
|
173
|
-
|
|
174
174
|
const index$1k = {
|
|
175
175
|
__proto__: null,
|
|
176
176
|
CreateDraft: createDraft,
|
|
@@ -219,51 +219,51 @@ const index$1i = {
|
|
|
219
219
|
contractName: contractName$d
|
|
220
220
|
};
|
|
221
221
|
|
|
222
|
-
const authorizations$
|
|
223
|
-
const actionName$
|
|
222
|
+
const authorizations$2Z = [{ permissions: [active], actor: _trustee }];
|
|
223
|
+
const actionName$2Z = "addtrusted";
|
|
224
224
|
|
|
225
225
|
const addTrusted = {
|
|
226
|
+
__proto__: null,
|
|
227
|
+
actionName: actionName$2Z,
|
|
228
|
+
authorizations: authorizations$2Z
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
const authorizations$2Y = [{ permissions: [active], actor: _chairman }];
|
|
232
|
+
const actionName$2Y = "createbranch";
|
|
233
|
+
|
|
234
|
+
const createBranch = {
|
|
226
235
|
__proto__: null,
|
|
227
236
|
actionName: actionName$2Y,
|
|
228
237
|
authorizations: authorizations$2Y
|
|
229
238
|
};
|
|
230
239
|
|
|
231
240
|
const authorizations$2X = [{ permissions: [active], actor: _chairman }];
|
|
232
|
-
const actionName$2X = "
|
|
241
|
+
const actionName$2X = "deletebranch";
|
|
233
242
|
|
|
234
|
-
const
|
|
243
|
+
const deleteBranch = {
|
|
235
244
|
__proto__: null,
|
|
236
245
|
actionName: actionName$2X,
|
|
237
246
|
authorizations: authorizations$2X
|
|
238
247
|
};
|
|
239
248
|
|
|
240
|
-
const authorizations$2W = [{ permissions: [active], actor:
|
|
241
|
-
const actionName$2W = "
|
|
249
|
+
const authorizations$2W = [{ permissions: [active], actor: _trustee }];
|
|
250
|
+
const actionName$2W = "deltrusted";
|
|
242
251
|
|
|
243
|
-
const
|
|
252
|
+
const deleteTrusted = {
|
|
244
253
|
__proto__: null,
|
|
245
254
|
actionName: actionName$2W,
|
|
246
255
|
authorizations: authorizations$2W
|
|
247
256
|
};
|
|
248
257
|
|
|
249
|
-
const authorizations$2V = [{ permissions: [active], actor:
|
|
250
|
-
const actionName$2V = "
|
|
258
|
+
const authorizations$2V = [{ permissions: [active], actor: _chairman }];
|
|
259
|
+
const actionName$2V = "editbranch";
|
|
251
260
|
|
|
252
|
-
const
|
|
261
|
+
const editBranch = {
|
|
253
262
|
__proto__: null,
|
|
254
263
|
actionName: actionName$2V,
|
|
255
264
|
authorizations: authorizations$2V
|
|
256
265
|
};
|
|
257
266
|
|
|
258
|
-
const authorizations$2U = [{ permissions: [active], actor: _chairman }];
|
|
259
|
-
const actionName$2U = "editbranch";
|
|
260
|
-
|
|
261
|
-
const editBranch = {
|
|
262
|
-
__proto__: null,
|
|
263
|
-
actionName: actionName$2U,
|
|
264
|
-
authorizations: authorizations$2U
|
|
265
|
-
};
|
|
266
|
-
|
|
267
267
|
const index$1h = {
|
|
268
268
|
__proto__: null,
|
|
269
269
|
AddTrusted: addTrusted,
|
|
@@ -311,145 +311,145 @@ const index$1f = {
|
|
|
311
311
|
contractName: contractName$c
|
|
312
312
|
};
|
|
313
313
|
|
|
314
|
-
const authorizations$
|
|
315
|
-
const actionName$
|
|
314
|
+
const authorizations$2U = [{ permissions: [active], actor: _fund }];
|
|
315
|
+
const actionName$2U = "addaccum";
|
|
316
316
|
|
|
317
317
|
const addAccumulation = {
|
|
318
|
+
__proto__: null,
|
|
319
|
+
actionName: actionName$2U,
|
|
320
|
+
authorizations: authorizations$2U
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
const authorizations$2T = [{ permissions: [active], actor: _fund }];
|
|
324
|
+
const actionName$2T = "subaccum";
|
|
325
|
+
|
|
326
|
+
const subAccumulation = {
|
|
318
327
|
__proto__: null,
|
|
319
328
|
actionName: actionName$2T,
|
|
320
329
|
authorizations: authorizations$2T
|
|
321
330
|
};
|
|
322
331
|
|
|
323
|
-
const authorizations$2S = [{ permissions: [active], actor:
|
|
324
|
-
const actionName$2S = "
|
|
332
|
+
const authorizations$2S = [{ permissions: [active], actor: _gateway }];
|
|
333
|
+
const actionName$2S = "addcirculate";
|
|
325
334
|
|
|
326
|
-
const
|
|
335
|
+
const addCirculation = {
|
|
327
336
|
__proto__: null,
|
|
328
337
|
actionName: actionName$2S,
|
|
329
338
|
authorizations: authorizations$2S
|
|
330
339
|
};
|
|
331
340
|
|
|
332
|
-
const authorizations$2R = [{ permissions: [active], actor:
|
|
333
|
-
const actionName$2R = "
|
|
341
|
+
const authorizations$2R = [{ permissions: [active], actor: _fund }];
|
|
342
|
+
const actionName$2R = "addexpense";
|
|
334
343
|
|
|
335
|
-
const
|
|
344
|
+
const addExpense = {
|
|
336
345
|
__proto__: null,
|
|
337
346
|
actionName: actionName$2R,
|
|
338
347
|
authorizations: authorizations$2R
|
|
339
348
|
};
|
|
340
349
|
|
|
341
|
-
const authorizations$2Q = [{ permissions: [active], actor:
|
|
342
|
-
const actionName$2Q = "
|
|
350
|
+
const authorizations$2Q = [{ permissions: [active], actor: _soviet }];
|
|
351
|
+
const actionName$2Q = "authorize";
|
|
343
352
|
|
|
344
|
-
const
|
|
353
|
+
const authorizeWithdraw = {
|
|
345
354
|
__proto__: null,
|
|
346
355
|
actionName: actionName$2Q,
|
|
347
356
|
authorizations: authorizations$2Q
|
|
348
357
|
};
|
|
349
358
|
|
|
350
|
-
const authorizations$2P = [{ permissions: [active], actor:
|
|
351
|
-
const actionName$2P = "
|
|
359
|
+
const authorizations$2P = [{ permissions: [active, special], actor: _admin }];
|
|
360
|
+
const actionName$2P = "complete";
|
|
352
361
|
|
|
353
|
-
const
|
|
362
|
+
const completeWithdraw = {
|
|
354
363
|
__proto__: null,
|
|
355
364
|
actionName: actionName$2P,
|
|
356
365
|
authorizations: authorizations$2P
|
|
357
366
|
};
|
|
358
367
|
|
|
359
|
-
const authorizations$2O = [{ permissions: [active
|
|
360
|
-
const actionName$2O = "
|
|
368
|
+
const authorizations$2O = [{ permissions: [active], actor: _fund }];
|
|
369
|
+
const actionName$2O = "newfund";
|
|
361
370
|
|
|
362
|
-
const
|
|
371
|
+
const newFund = {
|
|
363
372
|
__proto__: null,
|
|
364
373
|
actionName: actionName$2O,
|
|
365
374
|
authorizations: authorizations$2O
|
|
366
375
|
};
|
|
367
376
|
|
|
368
|
-
const authorizations$2N = [{ permissions: [active], actor:
|
|
369
|
-
const actionName$2N = "
|
|
377
|
+
const authorizations$2N = [{ permissions: [active], actor: _chairman }];
|
|
378
|
+
const actionName$2N = "createfund";
|
|
370
379
|
|
|
371
|
-
const
|
|
380
|
+
const createFund = {
|
|
372
381
|
__proto__: null,
|
|
373
382
|
actionName: actionName$2N,
|
|
374
383
|
authorizations: authorizations$2N
|
|
375
384
|
};
|
|
376
385
|
|
|
377
386
|
const authorizations$2M = [{ permissions: [active], actor: _chairman }];
|
|
378
|
-
const actionName$2M = "
|
|
387
|
+
const actionName$2M = "delfund";
|
|
379
388
|
|
|
380
|
-
const
|
|
389
|
+
const deleteFund = {
|
|
381
390
|
__proto__: null,
|
|
382
391
|
actionName: actionName$2M,
|
|
383
392
|
authorizations: authorizations$2M
|
|
384
393
|
};
|
|
385
394
|
|
|
386
395
|
const authorizations$2L = [{ permissions: [active], actor: _chairman }];
|
|
387
|
-
const actionName$2L = "
|
|
396
|
+
const actionName$2L = "editfund";
|
|
388
397
|
|
|
389
|
-
const
|
|
398
|
+
const editFund = {
|
|
390
399
|
__proto__: null,
|
|
391
400
|
actionName: actionName$2L,
|
|
392
401
|
authorizations: authorizations$2L
|
|
393
402
|
};
|
|
394
403
|
|
|
395
|
-
const authorizations$2K = [
|
|
396
|
-
|
|
404
|
+
const authorizations$2K = [
|
|
405
|
+
{ permissions: [active], actor: _username },
|
|
406
|
+
{ permissions: [active, special], actor: _admin },
|
|
407
|
+
{ permissions: [active], actor: _contract }
|
|
408
|
+
];
|
|
409
|
+
const actionName$2K = "fundwithdraw";
|
|
397
410
|
|
|
398
|
-
const
|
|
411
|
+
const createWithdraw$1 = {
|
|
399
412
|
__proto__: null,
|
|
400
413
|
actionName: actionName$2K,
|
|
401
414
|
authorizations: authorizations$2K
|
|
402
415
|
};
|
|
403
416
|
|
|
404
|
-
const authorizations$2J = [
|
|
405
|
-
|
|
406
|
-
{ permissions: [active, special], actor: _admin },
|
|
407
|
-
{ permissions: [active], actor: _contract }
|
|
408
|
-
];
|
|
409
|
-
const actionName$2J = "fundwithdraw";
|
|
417
|
+
const authorizations$2J = [{ permissions: [active], actor: _soviet }];
|
|
418
|
+
const actionName$2J = "init";
|
|
410
419
|
|
|
411
|
-
const
|
|
420
|
+
const init$4 = {
|
|
412
421
|
__proto__: null,
|
|
413
422
|
actionName: actionName$2J,
|
|
414
423
|
authorizations: authorizations$2J
|
|
415
424
|
};
|
|
416
425
|
|
|
417
|
-
const authorizations$2I = [{ permissions: [active], actor:
|
|
418
|
-
const actionName$2I = "
|
|
426
|
+
const authorizations$2I = [{ permissions: [active], actor: _fund }];
|
|
427
|
+
const actionName$2I = "newwithdraw";
|
|
419
428
|
|
|
420
|
-
const
|
|
429
|
+
const newWithdraw = {
|
|
421
430
|
__proto__: null,
|
|
422
431
|
actionName: actionName$2I,
|
|
423
432
|
authorizations: authorizations$2I
|
|
424
433
|
};
|
|
425
434
|
|
|
426
|
-
const authorizations$2H = [{ permissions: [active], actor:
|
|
427
|
-
const actionName$2H = "
|
|
435
|
+
const authorizations$2H = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
|
|
436
|
+
const actionName$2H = "spreadamount";
|
|
428
437
|
|
|
429
|
-
const
|
|
438
|
+
const spreadAmount = {
|
|
430
439
|
__proto__: null,
|
|
431
440
|
actionName: actionName$2H,
|
|
432
441
|
authorizations: authorizations$2H
|
|
433
442
|
};
|
|
434
443
|
|
|
435
|
-
const authorizations$2G = [{ permissions: [active], actor:
|
|
436
|
-
const actionName$2G = "
|
|
444
|
+
const authorizations$2G = [{ permissions: [active], actor: _gateway }];
|
|
445
|
+
const actionName$2G = "subcirculate";
|
|
437
446
|
|
|
438
|
-
const
|
|
447
|
+
const subCirculation = {
|
|
439
448
|
__proto__: null,
|
|
440
449
|
actionName: actionName$2G,
|
|
441
450
|
authorizations: authorizations$2G
|
|
442
451
|
};
|
|
443
452
|
|
|
444
|
-
const authorizations$2F = [{ permissions: [active], actor: _gateway }];
|
|
445
|
-
const actionName$2F = "subcirculate";
|
|
446
|
-
|
|
447
|
-
const subCirculation = {
|
|
448
|
-
__proto__: null,
|
|
449
|
-
actionName: actionName$2F,
|
|
450
|
-
authorizations: authorizations$2F
|
|
451
|
-
};
|
|
452
|
-
|
|
453
453
|
const index$1e = {
|
|
454
454
|
__proto__: null,
|
|
455
455
|
AddAccumulation: addAccumulation,
|
|
@@ -527,60 +527,60 @@ const index$1c = {
|
|
|
527
527
|
contractName: contractName$b
|
|
528
528
|
};
|
|
529
529
|
|
|
530
|
-
const authorizations$
|
|
531
|
-
const actionName$
|
|
530
|
+
const authorizations$2F = [{ permissions: [active, special], actor: _coopname }];
|
|
531
|
+
const actionName$2F = "createincome";
|
|
532
532
|
|
|
533
533
|
const createIncome = {
|
|
534
|
+
__proto__: null,
|
|
535
|
+
actionName: actionName$2F,
|
|
536
|
+
authorizations: authorizations$2F
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
const authorizations$2E = [{ permissions: [active, special], actor: _admin }];
|
|
540
|
+
const actionName$2E = "incomplete";
|
|
541
|
+
|
|
542
|
+
const completeIncome = {
|
|
534
543
|
__proto__: null,
|
|
535
544
|
actionName: actionName$2E,
|
|
536
545
|
authorizations: authorizations$2E
|
|
537
546
|
};
|
|
538
547
|
|
|
539
548
|
const authorizations$2D = [{ permissions: [active, special], actor: _admin }];
|
|
540
|
-
const actionName$2D = "
|
|
549
|
+
const actionName$2D = "indecline";
|
|
541
550
|
|
|
542
|
-
const
|
|
551
|
+
const declineIncome = {
|
|
543
552
|
__proto__: null,
|
|
544
553
|
actionName: actionName$2D,
|
|
545
554
|
authorizations: authorizations$2D
|
|
546
555
|
};
|
|
547
556
|
|
|
548
|
-
const authorizations$2C = [{ permissions: [active
|
|
549
|
-
const actionName$2C = "
|
|
557
|
+
const authorizations$2C = [{ permissions: [active], actor: _username }];
|
|
558
|
+
const actionName$2C = "createoutpay";
|
|
550
559
|
|
|
551
|
-
const
|
|
560
|
+
const createOutcome = {
|
|
552
561
|
__proto__: null,
|
|
553
562
|
actionName: actionName$2C,
|
|
554
563
|
authorizations: authorizations$2C
|
|
555
564
|
};
|
|
556
565
|
|
|
557
|
-
const authorizations$2B = [{ permissions: [active], actor:
|
|
558
|
-
const actionName$2B = "
|
|
566
|
+
const authorizations$2B = [{ permissions: [active, special], actor: _admin }];
|
|
567
|
+
const actionName$2B = "outcomplete";
|
|
559
568
|
|
|
560
|
-
const
|
|
569
|
+
const completeOutcome = {
|
|
561
570
|
__proto__: null,
|
|
562
571
|
actionName: actionName$2B,
|
|
563
572
|
authorizations: authorizations$2B
|
|
564
573
|
};
|
|
565
574
|
|
|
566
575
|
const authorizations$2A = [{ permissions: [active, special], actor: _admin }];
|
|
567
|
-
const actionName$2A = "
|
|
576
|
+
const actionName$2A = "outdecline";
|
|
568
577
|
|
|
569
|
-
const
|
|
578
|
+
const declineOutcome = {
|
|
570
579
|
__proto__: null,
|
|
571
580
|
actionName: actionName$2A,
|
|
572
581
|
authorizations: authorizations$2A
|
|
573
582
|
};
|
|
574
583
|
|
|
575
|
-
const authorizations$2z = [{ permissions: [active, special], actor: _admin }];
|
|
576
|
-
const actionName$2z = "outdecline";
|
|
577
|
-
|
|
578
|
-
const declineOutcome = {
|
|
579
|
-
__proto__: null,
|
|
580
|
-
actionName: actionName$2z,
|
|
581
|
-
authorizations: authorizations$2z
|
|
582
|
-
};
|
|
583
|
-
|
|
584
584
|
const index$1b = {
|
|
585
585
|
__proto__: null,
|
|
586
586
|
CompleteIncome: completeIncome,
|
|
@@ -629,123 +629,123 @@ const index$19 = {
|
|
|
629
629
|
contractName: contractName$a
|
|
630
630
|
};
|
|
631
631
|
|
|
632
|
-
const authorizations$
|
|
633
|
-
const actionName$
|
|
632
|
+
const authorizations$2z = [{ permissions: [active], actor: _system }];
|
|
633
|
+
const actionName$2z = "verificate";
|
|
634
634
|
|
|
635
635
|
const verificateAccount = {
|
|
636
|
+
__proto__: null,
|
|
637
|
+
actionName: actionName$2z,
|
|
638
|
+
authorizations: authorizations$2z
|
|
639
|
+
};
|
|
640
|
+
|
|
641
|
+
const authorizations$2y = [{ permissions: [active], actor: _username }];
|
|
642
|
+
const actionName$2y = "updateaccnt";
|
|
643
|
+
|
|
644
|
+
const updateAccount = {
|
|
636
645
|
__proto__: null,
|
|
637
646
|
actionName: actionName$2y,
|
|
638
647
|
authorizations: authorizations$2y
|
|
639
648
|
};
|
|
640
649
|
|
|
641
650
|
const authorizations$2x = [{ permissions: [active], actor: _username }];
|
|
642
|
-
const actionName$2x = "
|
|
651
|
+
const actionName$2x = "updatecoop";
|
|
643
652
|
|
|
644
|
-
const
|
|
653
|
+
const updateCoop = {
|
|
645
654
|
__proto__: null,
|
|
646
655
|
actionName: actionName$2x,
|
|
647
656
|
authorizations: authorizations$2x
|
|
648
657
|
};
|
|
649
658
|
|
|
650
|
-
const authorizations$2w = [{ permissions: [active], actor:
|
|
651
|
-
const actionName$2w = "
|
|
659
|
+
const authorizations$2w = [{ permissions: [active, special], actor: _admin }];
|
|
660
|
+
const actionName$2w = "newaccount";
|
|
652
661
|
|
|
653
|
-
const
|
|
662
|
+
const createAccount$1 = {
|
|
654
663
|
__proto__: null,
|
|
655
664
|
actionName: actionName$2w,
|
|
656
665
|
authorizations: authorizations$2w
|
|
657
666
|
};
|
|
658
667
|
|
|
659
668
|
const authorizations$2v = [{ permissions: [active, special], actor: _admin }];
|
|
660
|
-
const actionName$2v = "
|
|
669
|
+
const actionName$2v = "reguser";
|
|
661
670
|
|
|
662
|
-
const
|
|
671
|
+
const registerUser = {
|
|
663
672
|
__proto__: null,
|
|
664
673
|
actionName: actionName$2v,
|
|
665
674
|
authorizations: authorizations$2v
|
|
666
675
|
};
|
|
667
676
|
|
|
668
677
|
const authorizations$2u = [{ permissions: [active, special], actor: _admin }];
|
|
669
|
-
const actionName$2u = "
|
|
678
|
+
const actionName$2u = "regcoop";
|
|
670
679
|
|
|
671
|
-
const
|
|
680
|
+
const registerCooperative = {
|
|
672
681
|
__proto__: null,
|
|
673
682
|
actionName: actionName$2u,
|
|
674
683
|
authorizations: authorizations$2u
|
|
675
684
|
};
|
|
676
685
|
|
|
677
|
-
const authorizations$2t = [{ permissions: [active
|
|
678
|
-
const actionName$2t = "
|
|
686
|
+
const authorizations$2t = [{ permissions: [active], actor: _system }];
|
|
687
|
+
const actionName$2t = "changekey";
|
|
679
688
|
|
|
680
|
-
const
|
|
689
|
+
const changeKey = {
|
|
681
690
|
__proto__: null,
|
|
682
691
|
actionName: actionName$2t,
|
|
683
692
|
authorizations: authorizations$2t
|
|
684
693
|
};
|
|
685
694
|
|
|
686
695
|
const authorizations$2s = [{ permissions: [active], actor: _system }];
|
|
687
|
-
const actionName$2s = "
|
|
696
|
+
const actionName$2s = "init";
|
|
688
697
|
|
|
689
|
-
const
|
|
698
|
+
const init$3 = {
|
|
690
699
|
__proto__: null,
|
|
691
700
|
actionName: actionName$2s,
|
|
692
701
|
authorizations: authorizations$2s
|
|
693
702
|
};
|
|
694
703
|
|
|
695
|
-
const authorizations$2r = [{ permissions: [active], actor:
|
|
696
|
-
const actionName$2r = "
|
|
704
|
+
const authorizations$2r = [{ permissions: [active, special], actor: _admin }];
|
|
705
|
+
const actionName$2r = "adduser";
|
|
697
706
|
|
|
698
|
-
const
|
|
707
|
+
const addUser = {
|
|
699
708
|
__proto__: null,
|
|
700
709
|
actionName: actionName$2r,
|
|
701
710
|
authorizations: authorizations$2r
|
|
702
711
|
};
|
|
703
712
|
|
|
704
713
|
const authorizations$2q = [{ permissions: [active, special], actor: _admin }];
|
|
705
|
-
const actionName$2q = "
|
|
714
|
+
const actionName$2q = "stcoopstatus";
|
|
706
715
|
|
|
707
|
-
const
|
|
716
|
+
const setCoopStatus = {
|
|
708
717
|
__proto__: null,
|
|
709
718
|
actionName: actionName$2q,
|
|
710
719
|
authorizations: authorizations$2q
|
|
711
720
|
};
|
|
712
721
|
|
|
713
722
|
const authorizations$2p = [{ permissions: [active, special], actor: _admin }];
|
|
714
|
-
const actionName$2p = "
|
|
723
|
+
const actionName$2p = "delcoop";
|
|
715
724
|
|
|
716
|
-
const
|
|
725
|
+
const deleteCooperative = {
|
|
717
726
|
__proto__: null,
|
|
718
727
|
actionName: actionName$2p,
|
|
719
728
|
authorizations: authorizations$2p
|
|
720
729
|
};
|
|
721
730
|
|
|
722
|
-
const authorizations$2o = [{ permissions: [active
|
|
723
|
-
const actionName$2o = "
|
|
731
|
+
const authorizations$2o = [{ permissions: [active], actor: _coopname }];
|
|
732
|
+
const actionName$2o = "enabranches";
|
|
724
733
|
|
|
725
|
-
const
|
|
734
|
+
const enableBranches = {
|
|
726
735
|
__proto__: null,
|
|
727
736
|
actionName: actionName$2o,
|
|
728
737
|
authorizations: authorizations$2o
|
|
729
738
|
};
|
|
730
739
|
|
|
731
740
|
const authorizations$2n = [{ permissions: [active], actor: _coopname }];
|
|
732
|
-
const actionName$2n = "
|
|
741
|
+
const actionName$2n = "disbranches";
|
|
733
742
|
|
|
734
|
-
const
|
|
743
|
+
const disableBranches = {
|
|
735
744
|
__proto__: null,
|
|
736
745
|
actionName: actionName$2n,
|
|
737
746
|
authorizations: authorizations$2n
|
|
738
747
|
};
|
|
739
748
|
|
|
740
|
-
const authorizations$2m = [{ permissions: [active], actor: _coopname }];
|
|
741
|
-
const actionName$2m = "disbranches";
|
|
742
|
-
|
|
743
|
-
const disableBranches = {
|
|
744
|
-
__proto__: null,
|
|
745
|
-
actionName: actionName$2m,
|
|
746
|
-
authorizations: authorizations$2m
|
|
747
|
-
};
|
|
748
|
-
|
|
749
749
|
const index$18 = {
|
|
750
750
|
__proto__: null,
|
|
751
751
|
AddUser: addUser,
|
|
@@ -801,60 +801,60 @@ const index$16 = {
|
|
|
801
801
|
contractName: contractName$9
|
|
802
802
|
};
|
|
803
803
|
|
|
804
|
-
const authorizations$
|
|
805
|
-
const actionName$
|
|
804
|
+
const authorizations$2m = [{ permissions: [active], actor: _username }];
|
|
805
|
+
const actionName$2m = "transfer";
|
|
806
806
|
|
|
807
807
|
const transfer = {
|
|
808
|
+
__proto__: null,
|
|
809
|
+
actionName: actionName$2m,
|
|
810
|
+
authorizations: authorizations$2m
|
|
811
|
+
};
|
|
812
|
+
|
|
813
|
+
const authorizations$2l = [{ permissions: [active], actor: _username }];
|
|
814
|
+
const actionName$2l = "open";
|
|
815
|
+
|
|
816
|
+
const open = {
|
|
808
817
|
__proto__: null,
|
|
809
818
|
actionName: actionName$2l,
|
|
810
819
|
authorizations: authorizations$2l
|
|
811
820
|
};
|
|
812
821
|
|
|
813
822
|
const authorizations$2k = [{ permissions: [active], actor: _username }];
|
|
814
|
-
const actionName$2k = "
|
|
823
|
+
const actionName$2k = "close";
|
|
815
824
|
|
|
816
|
-
const
|
|
825
|
+
const close = {
|
|
817
826
|
__proto__: null,
|
|
818
827
|
actionName: actionName$2k,
|
|
819
828
|
authorizations: authorizations$2k
|
|
820
829
|
};
|
|
821
830
|
|
|
822
|
-
const authorizations$2j = [{ permissions: [active], actor:
|
|
823
|
-
const actionName$2j = "
|
|
831
|
+
const authorizations$2j = [{ permissions: [active], actor: _system$1 }];
|
|
832
|
+
const actionName$2j = "create";
|
|
824
833
|
|
|
825
|
-
const
|
|
834
|
+
const create = {
|
|
826
835
|
__proto__: null,
|
|
827
836
|
actionName: actionName$2j,
|
|
828
837
|
authorizations: authorizations$2j
|
|
829
838
|
};
|
|
830
839
|
|
|
831
|
-
const authorizations$2i = [{ permissions: [active], actor:
|
|
832
|
-
const actionName$2i = "
|
|
840
|
+
const authorizations$2i = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
841
|
+
const actionName$2i = "issue";
|
|
833
842
|
|
|
834
|
-
const
|
|
843
|
+
const issue = {
|
|
835
844
|
__proto__: null,
|
|
836
845
|
actionName: actionName$2i,
|
|
837
846
|
authorizations: authorizations$2i
|
|
838
847
|
};
|
|
839
848
|
|
|
840
849
|
const authorizations$2h = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
841
|
-
const actionName$2h = "
|
|
850
|
+
const actionName$2h = "retire";
|
|
842
851
|
|
|
843
|
-
const
|
|
852
|
+
const retire = {
|
|
844
853
|
__proto__: null,
|
|
845
854
|
actionName: actionName$2h,
|
|
846
855
|
authorizations: authorizations$2h
|
|
847
856
|
};
|
|
848
857
|
|
|
849
|
-
const authorizations$2g = [{ permissions: [active], actor: "currencyStats.issuer" }];
|
|
850
|
-
const actionName$2g = "retire";
|
|
851
|
-
|
|
852
|
-
const retire = {
|
|
853
|
-
__proto__: null,
|
|
854
|
-
actionName: actionName$2g,
|
|
855
|
-
authorizations: authorizations$2g
|
|
856
|
-
};
|
|
857
|
-
|
|
858
858
|
const index$15 = {
|
|
859
859
|
__proto__: null,
|
|
860
860
|
Close: close,
|
|
@@ -903,51 +903,51 @@ const index$13 = {
|
|
|
903
903
|
contractName: contractName$8
|
|
904
904
|
};
|
|
905
905
|
|
|
906
|
-
const authorizations$
|
|
907
|
-
const actionName$
|
|
906
|
+
const authorizations$2g = [{ permissions: [active], actor: _soviet }];
|
|
907
|
+
const actionName$2g = "newsubmitted";
|
|
908
908
|
|
|
909
909
|
const newsubmitted = {
|
|
910
|
+
__proto__: null,
|
|
911
|
+
actionName: actionName$2g,
|
|
912
|
+
authorizations: authorizations$2g
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
const authorizations$2f = [{ permissions: [active], actor: _soviet }];
|
|
916
|
+
const actionName$2f = "newbatch";
|
|
917
|
+
|
|
918
|
+
const newbatch = {
|
|
910
919
|
__proto__: null,
|
|
911
920
|
actionName: actionName$2f,
|
|
912
921
|
authorizations: authorizations$2f
|
|
913
922
|
};
|
|
914
923
|
|
|
915
924
|
const authorizations$2e = [{ permissions: [active], actor: _soviet }];
|
|
916
|
-
const actionName$2e = "
|
|
925
|
+
const actionName$2e = "newresolved";
|
|
917
926
|
|
|
918
|
-
const
|
|
927
|
+
const newresolved = {
|
|
919
928
|
__proto__: null,
|
|
920
929
|
actionName: actionName$2e,
|
|
921
930
|
authorizations: authorizations$2e
|
|
922
931
|
};
|
|
923
932
|
|
|
924
933
|
const authorizations$2d = [{ permissions: [active], actor: _soviet }];
|
|
925
|
-
const actionName$2d = "
|
|
934
|
+
const actionName$2d = "newact";
|
|
926
935
|
|
|
927
|
-
const
|
|
936
|
+
const newact = {
|
|
928
937
|
__proto__: null,
|
|
929
938
|
actionName: actionName$2d,
|
|
930
939
|
authorizations: authorizations$2d
|
|
931
940
|
};
|
|
932
941
|
|
|
933
942
|
const authorizations$2c = [{ permissions: [active], actor: _soviet }];
|
|
934
|
-
const actionName$2c = "
|
|
943
|
+
const actionName$2c = "newdecision";
|
|
935
944
|
|
|
936
|
-
const
|
|
945
|
+
const newdecision = {
|
|
937
946
|
__proto__: null,
|
|
938
947
|
actionName: actionName$2c,
|
|
939
948
|
authorizations: authorizations$2c
|
|
940
949
|
};
|
|
941
950
|
|
|
942
|
-
const authorizations$2b = [{ permissions: [active], actor: _soviet }];
|
|
943
|
-
const actionName$2b = "newdecision";
|
|
944
|
-
|
|
945
|
-
const newdecision = {
|
|
946
|
-
__proto__: null,
|
|
947
|
-
actionName: actionName$2b,
|
|
948
|
-
authorizations: authorizations$2b
|
|
949
|
-
};
|
|
950
|
-
|
|
951
951
|
const index$12 = {
|
|
952
952
|
__proto__: null,
|
|
953
953
|
NewAct: newact,
|
|
@@ -957,31 +957,31 @@ const index$12 = {
|
|
|
957
957
|
NewSubmitted: newsubmitted
|
|
958
958
|
};
|
|
959
959
|
|
|
960
|
-
const authorizations$
|
|
961
|
-
const actionName$
|
|
960
|
+
const authorizations$2b = [{ permissions: [active], actor: _chairman }];
|
|
961
|
+
const actionName$2b = "creaddress";
|
|
962
962
|
|
|
963
963
|
const createAddress = {
|
|
964
964
|
__proto__: null,
|
|
965
|
-
actionName: actionName$
|
|
966
|
-
authorizations: authorizations$
|
|
965
|
+
actionName: actionName$2b,
|
|
966
|
+
authorizations: authorizations$2b
|
|
967
967
|
};
|
|
968
968
|
|
|
969
|
-
const authorizations$
|
|
970
|
-
const actionName$
|
|
969
|
+
const authorizations$2a = [{ permissions: [active], actor: _chairman }];
|
|
970
|
+
const actionName$2a = "deladdress";
|
|
971
971
|
|
|
972
972
|
const deleteAddress = {
|
|
973
973
|
__proto__: null,
|
|
974
|
-
actionName: actionName$
|
|
975
|
-
authorizations: authorizations$
|
|
974
|
+
actionName: actionName$2a,
|
|
975
|
+
authorizations: authorizations$2a
|
|
976
976
|
};
|
|
977
977
|
|
|
978
|
-
const authorizations$
|
|
979
|
-
const actionName$
|
|
978
|
+
const authorizations$29 = [{ permissions: [active], actor: _chairman }];
|
|
979
|
+
const actionName$29 = "editaddress";
|
|
980
980
|
|
|
981
981
|
const editAddress = {
|
|
982
982
|
__proto__: null,
|
|
983
|
-
actionName: actionName$
|
|
984
|
-
authorizations: authorizations$
|
|
983
|
+
actionName: actionName$29,
|
|
984
|
+
authorizations: authorizations$29
|
|
985
985
|
};
|
|
986
986
|
|
|
987
987
|
const index$11 = {
|
|
@@ -991,56 +991,56 @@ const index$11 = {
|
|
|
991
991
|
EditAddress: editAddress
|
|
992
992
|
};
|
|
993
993
|
|
|
994
|
-
const authorizations$
|
|
994
|
+
const authorizations$28 = [
|
|
995
995
|
{ permissions: [active], actor: _soviet },
|
|
996
996
|
{ permissions: [active], actor: _gateway },
|
|
997
997
|
{ permissions: [active], actor: _marketplace }
|
|
998
998
|
];
|
|
999
|
-
const actionName$
|
|
999
|
+
const actionName$28 = "addbal";
|
|
1000
1000
|
|
|
1001
1001
|
const addBalance = {
|
|
1002
1002
|
__proto__: null,
|
|
1003
|
-
actionName: actionName$
|
|
1004
|
-
authorizations: authorizations$
|
|
1003
|
+
actionName: actionName$28,
|
|
1004
|
+
authorizations: authorizations$28
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
|
-
const authorizations$
|
|
1007
|
+
const authorizations$27 = [
|
|
1008
1008
|
{ permissions: [active], actor: _soviet },
|
|
1009
1009
|
{ permissions: [active], actor: _gateway },
|
|
1010
1010
|
{ permissions: [active], actor: _marketplace }
|
|
1011
1011
|
];
|
|
1012
|
-
const actionName$
|
|
1012
|
+
const actionName$27 = "subbal";
|
|
1013
1013
|
|
|
1014
1014
|
const subBalance = {
|
|
1015
1015
|
__proto__: null,
|
|
1016
|
-
actionName: actionName$
|
|
1017
|
-
authorizations: authorizations$
|
|
1016
|
+
actionName: actionName$27,
|
|
1017
|
+
authorizations: authorizations$27
|
|
1018
1018
|
};
|
|
1019
1019
|
|
|
1020
|
-
const authorizations$
|
|
1020
|
+
const authorizations$26 = [
|
|
1021
1021
|
{ permissions: [active], actor: _soviet },
|
|
1022
1022
|
{ permissions: [active], actor: _gateway },
|
|
1023
1023
|
{ permissions: [active], actor: _marketplace }
|
|
1024
1024
|
];
|
|
1025
|
-
const actionName$
|
|
1025
|
+
const actionName$26 = "blockbal";
|
|
1026
1026
|
|
|
1027
1027
|
const blockBalance = {
|
|
1028
1028
|
__proto__: null,
|
|
1029
|
-
actionName: actionName$
|
|
1030
|
-
authorizations: authorizations$
|
|
1029
|
+
actionName: actionName$26,
|
|
1030
|
+
authorizations: authorizations$26
|
|
1031
1031
|
};
|
|
1032
1032
|
|
|
1033
|
-
const authorizations$
|
|
1033
|
+
const authorizations$25 = [
|
|
1034
1034
|
{ permissions: [active], actor: _soviet },
|
|
1035
1035
|
{ permissions: [active], actor: _gateway },
|
|
1036
1036
|
{ permissions: [active], actor: _marketplace }
|
|
1037
1037
|
];
|
|
1038
|
-
const actionName$
|
|
1038
|
+
const actionName$25 = "unblockbal";
|
|
1039
1039
|
|
|
1040
1040
|
const unblockBalance = {
|
|
1041
1041
|
__proto__: null,
|
|
1042
|
-
actionName: actionName$
|
|
1043
|
-
authorizations: authorizations$
|
|
1042
|
+
actionName: actionName$25,
|
|
1043
|
+
authorizations: authorizations$25
|
|
1044
1044
|
};
|
|
1045
1045
|
|
|
1046
1046
|
const index$10 = {
|
|
@@ -1051,37 +1051,37 @@ const index$10 = {
|
|
|
1051
1051
|
UnblockBalance: unblockBalance
|
|
1052
1052
|
};
|
|
1053
1053
|
|
|
1054
|
-
const authorizations$
|
|
1054
|
+
const authorizations$24 = [
|
|
1055
1055
|
{ permissions: [active], actor: _chairman }
|
|
1056
1056
|
];
|
|
1057
|
-
const actionName$
|
|
1057
|
+
const actionName$24 = "createprog";
|
|
1058
1058
|
|
|
1059
1059
|
const createProgram = {
|
|
1060
1060
|
__proto__: null,
|
|
1061
|
-
actionName: actionName$
|
|
1062
|
-
authorizations: authorizations$
|
|
1061
|
+
actionName: actionName$24,
|
|
1062
|
+
authorizations: authorizations$24
|
|
1063
1063
|
};
|
|
1064
1064
|
|
|
1065
|
-
const authorizations$
|
|
1065
|
+
const authorizations$23 = [
|
|
1066
1066
|
{ permissions: [active], actor: _chairman }
|
|
1067
1067
|
];
|
|
1068
|
-
const actionName$
|
|
1068
|
+
const actionName$23 = "editprog";
|
|
1069
1069
|
|
|
1070
1070
|
const editProgram = {
|
|
1071
1071
|
__proto__: null,
|
|
1072
|
-
actionName: actionName$
|
|
1073
|
-
authorizations: authorizations$
|
|
1072
|
+
actionName: actionName$23,
|
|
1073
|
+
authorizations: authorizations$23
|
|
1074
1074
|
};
|
|
1075
1075
|
|
|
1076
|
-
const authorizations$
|
|
1076
|
+
const authorizations$22 = [
|
|
1077
1077
|
{ permissions: [active], actor: _chairman }
|
|
1078
1078
|
];
|
|
1079
|
-
const actionName$
|
|
1079
|
+
const actionName$22 = "disableprog";
|
|
1080
1080
|
|
|
1081
1081
|
const disableProgram = {
|
|
1082
1082
|
__proto__: null,
|
|
1083
|
-
actionName: actionName$
|
|
1084
|
-
authorizations: authorizations$
|
|
1083
|
+
actionName: actionName$22,
|
|
1084
|
+
authorizations: authorizations$22
|
|
1085
1085
|
};
|
|
1086
1086
|
|
|
1087
1087
|
const index$$ = {
|
|
@@ -1091,12 +1091,23 @@ const index$$ = {
|
|
|
1091
1091
|
EditProgram: editProgram
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
const authorizations$
|
|
1094
|
+
const authorizations$21 = [
|
|
1095
1095
|
{ permissions: [active], actor: _member }
|
|
1096
1096
|
];
|
|
1097
|
-
const actionName$
|
|
1097
|
+
const actionName$21 = "voteagainst";
|
|
1098
1098
|
|
|
1099
1099
|
const voteAgainst = {
|
|
1100
|
+
__proto__: null,
|
|
1101
|
+
actionName: actionName$21,
|
|
1102
|
+
authorizations: authorizations$21
|
|
1103
|
+
};
|
|
1104
|
+
|
|
1105
|
+
const authorizations$20 = [
|
|
1106
|
+
{ permissions: [active], actor: _member }
|
|
1107
|
+
];
|
|
1108
|
+
const actionName$20 = "votefor";
|
|
1109
|
+
|
|
1110
|
+
const voteFor = {
|
|
1100
1111
|
__proto__: null,
|
|
1101
1112
|
actionName: actionName$20,
|
|
1102
1113
|
authorizations: authorizations$20
|
|
@@ -1105,97 +1116,97 @@ const voteAgainst = {
|
|
|
1105
1116
|
const authorizations$1$ = [
|
|
1106
1117
|
{ permissions: [active], actor: _member }
|
|
1107
1118
|
];
|
|
1108
|
-
const actionName$1$ = "
|
|
1119
|
+
const actionName$1$ = "cancelvote";
|
|
1109
1120
|
|
|
1110
|
-
const
|
|
1121
|
+
const cancelVote = {
|
|
1111
1122
|
__proto__: null,
|
|
1112
1123
|
actionName: actionName$1$,
|
|
1113
1124
|
authorizations: authorizations$1$
|
|
1114
1125
|
};
|
|
1115
1126
|
|
|
1116
1127
|
const authorizations$1_ = [
|
|
1117
|
-
{ permissions: [active], actor:
|
|
1128
|
+
{ permissions: [active], actor: _chairman }
|
|
1118
1129
|
];
|
|
1119
|
-
const actionName$1_ = "
|
|
1130
|
+
const actionName$1_ = "authorize";
|
|
1120
1131
|
|
|
1121
|
-
const
|
|
1132
|
+
const authorize$1 = {
|
|
1122
1133
|
__proto__: null,
|
|
1123
1134
|
actionName: actionName$1_,
|
|
1124
1135
|
authorizations: authorizations$1_
|
|
1125
1136
|
};
|
|
1126
1137
|
|
|
1127
1138
|
const authorizations$1Z = [
|
|
1128
|
-
{ permissions: [active], actor:
|
|
1139
|
+
{ permissions: [active], actor: _username }
|
|
1129
1140
|
];
|
|
1130
|
-
const actionName$1Z = "
|
|
1141
|
+
const actionName$1Z = "exec";
|
|
1131
1142
|
|
|
1132
|
-
const
|
|
1143
|
+
const exec$1 = {
|
|
1133
1144
|
__proto__: null,
|
|
1134
1145
|
actionName: actionName$1Z,
|
|
1135
1146
|
authorizations: authorizations$1Z
|
|
1136
1147
|
};
|
|
1137
1148
|
|
|
1138
1149
|
const authorizations$1Y = [
|
|
1139
|
-
{ permissions: [active], actor:
|
|
1150
|
+
{ permissions: [active], actor: _marketplace }
|
|
1140
1151
|
];
|
|
1141
|
-
const actionName$1Y = "
|
|
1152
|
+
const actionName$1Y = "change";
|
|
1142
1153
|
|
|
1143
|
-
const
|
|
1154
|
+
const marketDecision = {
|
|
1144
1155
|
__proto__: null,
|
|
1145
1156
|
actionName: actionName$1Y,
|
|
1146
1157
|
authorizations: authorizations$1Y
|
|
1147
1158
|
};
|
|
1148
1159
|
|
|
1149
1160
|
const authorizations$1X = [
|
|
1150
|
-
{ permissions: [active], actor:
|
|
1161
|
+
{ permissions: [active], actor: _gateway }
|
|
1151
1162
|
];
|
|
1152
|
-
const actionName$1X = "
|
|
1163
|
+
const actionName$1X = "withdraw";
|
|
1153
1164
|
|
|
1154
|
-
const
|
|
1165
|
+
const withdrawDecision = {
|
|
1155
1166
|
__proto__: null,
|
|
1156
1167
|
actionName: actionName$1X,
|
|
1157
1168
|
authorizations: authorizations$1X
|
|
1158
1169
|
};
|
|
1159
1170
|
|
|
1160
1171
|
const authorizations$1W = [
|
|
1161
|
-
{ permissions: [active], actor:
|
|
1172
|
+
{ permissions: [active], actor: _fund }
|
|
1162
1173
|
];
|
|
1163
|
-
const actionName$1W = "
|
|
1174
|
+
const actionName$1W = "fundwithdraw";
|
|
1164
1175
|
|
|
1165
|
-
const
|
|
1176
|
+
const fundWithdrawDecision = {
|
|
1166
1177
|
__proto__: null,
|
|
1167
1178
|
actionName: actionName$1W,
|
|
1168
1179
|
authorizations: authorizations$1W
|
|
1169
1180
|
};
|
|
1170
1181
|
|
|
1171
1182
|
const authorizations$1V = [
|
|
1172
|
-
{ permissions: [active], actor:
|
|
1183
|
+
{ permissions: [active], actor: _marketplace }
|
|
1173
1184
|
];
|
|
1174
|
-
const actionName$1V = "
|
|
1185
|
+
const actionName$1V = "recieved";
|
|
1175
1186
|
|
|
1176
|
-
const
|
|
1187
|
+
const productRecieved = {
|
|
1177
1188
|
__proto__: null,
|
|
1178
1189
|
actionName: actionName$1V,
|
|
1179
1190
|
authorizations: authorizations$1V
|
|
1180
1191
|
};
|
|
1181
1192
|
|
|
1182
1193
|
const authorizations$1U = [
|
|
1183
|
-
{ permissions: [active], actor:
|
|
1194
|
+
{ permissions: [active, special], actor: _admin }
|
|
1184
1195
|
];
|
|
1185
|
-
const actionName$1U = "
|
|
1196
|
+
const actionName$1U = "validated";
|
|
1186
1197
|
|
|
1187
|
-
const
|
|
1198
|
+
const validate = {
|
|
1188
1199
|
__proto__: null,
|
|
1189
1200
|
actionName: actionName$1U,
|
|
1190
1201
|
authorizations: authorizations$1U
|
|
1191
1202
|
};
|
|
1192
1203
|
|
|
1193
1204
|
const authorizations$1T = [
|
|
1194
|
-
{ permissions: [active
|
|
1205
|
+
{ permissions: [active], actor: _member }
|
|
1195
1206
|
];
|
|
1196
|
-
const actionName$1T = "
|
|
1207
|
+
const actionName$1T = "automate";
|
|
1197
1208
|
|
|
1198
|
-
const
|
|
1209
|
+
const automate = {
|
|
1199
1210
|
__proto__: null,
|
|
1200
1211
|
actionName: actionName$1T,
|
|
1201
1212
|
authorizations: authorizations$1T
|
|
@@ -1204,31 +1215,31 @@ const validate = {
|
|
|
1204
1215
|
const authorizations$1S = [
|
|
1205
1216
|
{ permissions: [active], actor: _member }
|
|
1206
1217
|
];
|
|
1207
|
-
const actionName$1S = "
|
|
1218
|
+
const actionName$1S = "disautomate";
|
|
1208
1219
|
|
|
1209
|
-
const
|
|
1220
|
+
const disautomate = {
|
|
1210
1221
|
__proto__: null,
|
|
1211
1222
|
actionName: actionName$1S,
|
|
1212
1223
|
authorizations: authorizations$1S
|
|
1213
1224
|
};
|
|
1214
1225
|
|
|
1215
1226
|
const authorizations$1R = [
|
|
1216
|
-
{ permissions: [active], actor:
|
|
1227
|
+
{ permissions: [active], actor: _chairman }
|
|
1217
1228
|
];
|
|
1218
|
-
const actionName$1R = "
|
|
1229
|
+
const actionName$1R = "freedecision";
|
|
1219
1230
|
|
|
1220
|
-
const
|
|
1231
|
+
const freeDecision = {
|
|
1221
1232
|
__proto__: null,
|
|
1222
1233
|
actionName: actionName$1R,
|
|
1223
1234
|
authorizations: authorizations$1R
|
|
1224
1235
|
};
|
|
1225
1236
|
|
|
1226
1237
|
const authorizations$1Q = [
|
|
1227
|
-
{ permissions: [active], actor:
|
|
1238
|
+
{ permissions: [active], actor: _member }
|
|
1228
1239
|
];
|
|
1229
|
-
const actionName$1Q = "
|
|
1240
|
+
const actionName$1Q = "cancelexprd";
|
|
1230
1241
|
|
|
1231
|
-
const
|
|
1242
|
+
const cancelexprd = {
|
|
1232
1243
|
__proto__: null,
|
|
1233
1244
|
actionName: actionName$1Q,
|
|
1234
1245
|
authorizations: authorizations$1Q
|
|
@@ -1239,6 +1250,7 @@ const index$_ = {
|
|
|
1239
1250
|
Authorize: authorize$1,
|
|
1240
1251
|
Automate: automate,
|
|
1241
1252
|
CancelVote: cancelVote,
|
|
1253
|
+
Cancelexprd: cancelexprd,
|
|
1242
1254
|
CreateFreeDecision: freeDecision,
|
|
1243
1255
|
Disautomate: disautomate,
|
|
1244
1256
|
Exec: exec$1,
|