cooptypes 0.3.1 → 0.4.1

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 CHANGED
@@ -8,7 +8,7 @@ const _admin = "_admin";
8
8
  const _contract = "_contract";
9
9
  const _system$1 = "_system";
10
10
 
11
- const index$r = {
11
+ const index$u = {
12
12
  __proto__: null,
13
13
  _admin: _admin,
14
14
  _chairman: _chairman,
@@ -52,7 +52,7 @@ const _token = {
52
52
  testnet: "eosio.token"
53
53
  };
54
54
 
55
- const index$q = {
55
+ const index$t = {
56
56
  __proto__: null,
57
57
  _draft: _draft,
58
58
  _fund: _fund,
@@ -71,66 +71,66 @@ const special = {
71
71
  action: "actionName"
72
72
  };
73
73
 
74
- const index$p = {
74
+ const index$s = {
75
75
  __proto__: null,
76
76
  active: active,
77
77
  owner: owner,
78
78
  special: special
79
79
  };
80
80
 
81
- const index$o = {
81
+ const index$r = {
82
82
  __proto__: null,
83
- Actors: index$r,
84
- ContractNames: index$q,
85
- Permissions: index$p
83
+ Actors: index$u,
84
+ ContractNames: index$t,
85
+ Permissions: index$s
86
86
  };
87
87
 
88
- const authorizations$18 = [{ permissions: [active], actor: _system }];
89
- const actionName$18 = "createtrans";
88
+ const authorizations$1r = [{ permissions: [active], actor: _system }];
89
+ const actionName$1r = "createtrans";
90
90
 
91
91
  const createTranslation = {
92
92
  __proto__: null,
93
- actionName: actionName$18,
94
- authorizations: authorizations$18
93
+ actionName: actionName$1r,
94
+ authorizations: authorizations$1r
95
95
  };
96
96
 
97
- const authorizations$17 = [{ permissions: [active], actor: _system }];
98
- const actionName$17 = "createdraft";
97
+ const authorizations$1q = [{ permissions: [active], actor: _system }];
98
+ const actionName$1q = "createdraft";
99
99
 
100
100
  const createDraft = {
101
101
  __proto__: null,
102
- actionName: actionName$17,
103
- authorizations: authorizations$17
102
+ actionName: actionName$1q,
103
+ authorizations: authorizations$1q
104
104
  };
105
105
 
106
- const authorizations$16 = [{ permissions: [active], actor: _system }];
107
- const actionName$16 = "deldraft";
106
+ const authorizations$1p = [{ permissions: [active], actor: _system }];
107
+ const actionName$1p = "deldraft";
108
108
 
109
109
  const deleteDraft = {
110
110
  __proto__: null,
111
- actionName: actionName$16,
112
- authorizations: authorizations$16
111
+ actionName: actionName$1p,
112
+ authorizations: authorizations$1p
113
113
  };
114
114
 
115
- const authorizations$15 = [{ permissions: [active], actor: _system }];
116
- const actionName$15 = "edittrans";
115
+ const authorizations$1o = [{ permissions: [active], actor: _system }];
116
+ const actionName$1o = "edittrans";
117
117
 
118
118
  const editTranslation = {
119
119
  __proto__: null,
120
- actionName: actionName$15,
121
- authorizations: authorizations$15
120
+ actionName: actionName$1o,
121
+ authorizations: authorizations$1o
122
122
  };
123
123
 
124
- const authorizations$14 = [{ permissions: [active], actor: _draft }];
125
- const actionName$14 = "newid";
124
+ const authorizations$1n = [{ permissions: [active], actor: _draft }];
125
+ const actionName$1n = "newid";
126
126
 
127
127
  const newId = {
128
128
  __proto__: null,
129
- actionName: actionName$14,
130
- authorizations: authorizations$14
129
+ actionName: actionName$1n,
130
+ authorizations: authorizations$1n
131
131
  };
132
132
 
133
- const index$n = {
133
+ const index$q = {
134
134
  __proto__: null,
135
135
  createDraft: createDraft,
136
136
  createTranslation: createTranslation,
@@ -139,25 +139,25 @@ const index$n = {
139
139
  newId: newId
140
140
  };
141
141
 
142
- const tableName$o = "drafts";
143
- const scope$o = _contract;
142
+ const tableName$p = "drafts";
143
+ const scope$p = _contract;
144
144
 
145
145
  const drafts = {
146
146
  __proto__: null,
147
- scope: scope$o,
148
- tableName: tableName$o
147
+ scope: scope$p,
148
+ tableName: tableName$p
149
149
  };
150
150
 
151
- const tableName$n = "translations";
152
- const scope$n = _contract;
151
+ const tableName$o = "translations";
152
+ const scope$o = _contract;
153
153
 
154
154
  const translations = {
155
155
  __proto__: null,
156
- scope: scope$n,
157
- tableName: tableName$n
156
+ scope: scope$o,
157
+ tableName: tableName$o
158
158
  };
159
159
 
160
- const index$m = {
160
+ const index$p = {
161
161
  __proto__: null,
162
162
  Drafts: drafts,
163
163
  Translations: translations
@@ -167,156 +167,156 @@ const draft$1 = {
167
167
  __proto__: null
168
168
  };
169
169
 
170
- const contractName$5 = _draft;
170
+ const contractName$6 = _draft;
171
171
 
172
- const index$l = {
172
+ const index$o = {
173
173
  __proto__: null,
174
- Actions: index$n,
174
+ Actions: index$q,
175
175
  Interfaces: draft$1,
176
- Tables: index$m,
177
- contractName: contractName$5
176
+ Tables: index$p,
177
+ contractName: contractName$6
178
178
  };
179
179
 
180
- const authorizations$13 = [{ permissions: [active], actor: _fund }];
181
- const actionName$13 = "addaccum";
180
+ const authorizations$1m = [{ permissions: [active], actor: _fund }];
181
+ const actionName$1m = "addaccum";
182
182
 
183
183
  const addAccumulation = {
184
184
  __proto__: null,
185
- actionName: actionName$13,
186
- authorizations: authorizations$13
185
+ actionName: actionName$1m,
186
+ authorizations: authorizations$1m
187
187
  };
188
188
 
189
- const authorizations$12 = [{ permissions: [active], actor: _fund }];
190
- const actionName$12 = "subaccum";
189
+ const authorizations$1l = [{ permissions: [active], actor: _fund }];
190
+ const actionName$1l = "subaccum";
191
191
 
192
192
  const subAccumulation = {
193
193
  __proto__: null,
194
- actionName: actionName$12,
195
- authorizations: authorizations$12
194
+ actionName: actionName$1l,
195
+ authorizations: authorizations$1l
196
196
  };
197
197
 
198
- const authorizations$11 = [{ permissions: [active], actor: _gateway }];
199
- const actionName$11 = "addcirculate";
198
+ const authorizations$1k = [{ permissions: [active], actor: _gateway }];
199
+ const actionName$1k = "addcirculate";
200
200
 
201
201
  const addCirculation = {
202
202
  __proto__: null,
203
- actionName: actionName$11,
204
- authorizations: authorizations$11
203
+ actionName: actionName$1k,
204
+ authorizations: authorizations$1k
205
205
  };
206
206
 
207
- const authorizations$10 = [{ permissions: [active], actor: _fund }];
208
- const actionName$10 = "addexpense";
207
+ const authorizations$1j = [{ permissions: [active], actor: _fund }];
208
+ const actionName$1j = "addexpense";
209
209
 
210
210
  const addExpense = {
211
211
  __proto__: null,
212
- actionName: actionName$10,
213
- authorizations: authorizations$10
212
+ actionName: actionName$1j,
213
+ authorizations: authorizations$1j
214
214
  };
215
215
 
216
- const authorizations$$ = [{ permissions: [active], actor: _soviet }];
217
- const actionName$$ = "authorize";
216
+ const authorizations$1i = [{ permissions: [active], actor: _soviet }];
217
+ const actionName$1i = "authorize";
218
218
 
219
219
  const authorizeWithdraw = {
220
220
  __proto__: null,
221
- actionName: actionName$$,
222
- authorizations: authorizations$$
221
+ actionName: actionName$1i,
222
+ authorizations: authorizations$1i
223
223
  };
224
224
 
225
- const authorizations$_ = [{ permissions: [active, special], actor: _admin }];
226
- const actionName$_ = "complete";
225
+ const authorizations$1h = [{ permissions: [active, special], actor: _admin }];
226
+ const actionName$1h = "complete";
227
227
 
228
228
  const completeWithdraw$1 = {
229
229
  __proto__: null,
230
- actionName: actionName$_,
231
- authorizations: authorizations$_
230
+ actionName: actionName$1h,
231
+ authorizations: authorizations$1h
232
232
  };
233
233
 
234
- const authorizations$Z = [{ permissions: [active], actor: _fund }];
235
- const actionName$Z = "newfund";
234
+ const authorizations$1g = [{ permissions: [active], actor: _fund }];
235
+ const actionName$1g = "newfund";
236
236
 
237
237
  const newFund = {
238
238
  __proto__: null,
239
- actionName: actionName$Z,
240
- authorizations: authorizations$Z
239
+ actionName: actionName$1g,
240
+ authorizations: authorizations$1g
241
241
  };
242
242
 
243
- const authorizations$Y = [{ permissions: [active], actor: _chairman }];
244
- const actionName$Y = "createfund";
243
+ const authorizations$1f = [{ permissions: [active], actor: _chairman }];
244
+ const actionName$1f = "createfund";
245
245
 
246
246
  const createFund = {
247
247
  __proto__: null,
248
- actionName: actionName$Y,
249
- authorizations: authorizations$Y
248
+ actionName: actionName$1f,
249
+ authorizations: authorizations$1f
250
250
  };
251
251
 
252
- const authorizations$X = [{ permissions: [active], actor: _chairman }];
253
- const actionName$X = "delfund";
252
+ const authorizations$1e = [{ permissions: [active], actor: _chairman }];
253
+ const actionName$1e = "delfund";
254
254
 
255
255
  const deleteFund = {
256
256
  __proto__: null,
257
- actionName: actionName$X,
258
- authorizations: authorizations$X
257
+ actionName: actionName$1e,
258
+ authorizations: authorizations$1e
259
259
  };
260
260
 
261
- const authorizations$W = [{ permissions: [active], actor: _chairman }];
262
- const actionName$W = "editfund";
261
+ const authorizations$1d = [{ permissions: [active], actor: _chairman }];
262
+ const actionName$1d = "editfund";
263
263
 
264
264
  const editFund = {
265
265
  __proto__: null,
266
- actionName: actionName$W,
267
- authorizations: authorizations$W
266
+ actionName: actionName$1d,
267
+ authorizations: authorizations$1d
268
268
  };
269
269
 
270
- const authorizations$V = [
270
+ const authorizations$1c = [
271
271
  { permissions: [active], actor: _username },
272
272
  { permissions: [active, special], actor: _admin },
273
273
  { permissions: [active], actor: _contract }
274
274
  ];
275
- const actionName$V = "fundwithdraw";
275
+ const actionName$1c = "fundwithdraw";
276
276
 
277
277
  const createWithdraw$1 = {
278
278
  __proto__: null,
279
- actionName: actionName$V,
280
- authorizations: authorizations$V
279
+ actionName: actionName$1c,
280
+ authorizations: authorizations$1c
281
281
  };
282
282
 
283
- const authorizations$U = [{ permissions: [active], actor: _soviet }];
284
- const actionName$U = "init";
283
+ const authorizations$1b = [{ permissions: [active], actor: _soviet }];
284
+ const actionName$1b = "init";
285
285
 
286
286
  const init = {
287
287
  __proto__: null,
288
- actionName: actionName$U,
289
- authorizations: authorizations$U
288
+ actionName: actionName$1b,
289
+ authorizations: authorizations$1b
290
290
  };
291
291
 
292
- const authorizations$T = [{ permissions: [active], actor: _fund }];
293
- const actionName$T = "newwithdraw";
292
+ const authorizations$1a = [{ permissions: [active], actor: _fund }];
293
+ const actionName$1a = "newwithdraw";
294
294
 
295
295
  const newWithdraw = {
296
296
  __proto__: null,
297
- actionName: actionName$T,
298
- authorizations: authorizations$T
297
+ actionName: actionName$1a,
298
+ authorizations: authorizations$1a
299
299
  };
300
300
 
301
- const authorizations$S = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
302
- const actionName$S = "spreadamount";
301
+ const authorizations$19 = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
302
+ const actionName$19 = "spreadamount";
303
303
 
304
304
  const spreadAmount = {
305
305
  __proto__: null,
306
- actionName: actionName$S,
307
- authorizations: authorizations$S
306
+ actionName: actionName$19,
307
+ authorizations: authorizations$19
308
308
  };
309
309
 
310
- const authorizations$R = [{ permissions: [active], actor: _gateway }];
311
- const actionName$R = "subcirculate";
310
+ const authorizations$18 = [{ permissions: [active], actor: _gateway }];
311
+ const actionName$18 = "subcirculate";
312
312
 
313
313
  const subCirculation = {
314
314
  __proto__: null,
315
- actionName: actionName$R,
316
- authorizations: authorizations$R
315
+ actionName: actionName$18,
316
+ authorizations: authorizations$18
317
317
  };
318
318
 
319
- const index$k = {
319
+ const index$n = {
320
320
  __proto__: null,
321
321
  addAccumulation: addAccumulation,
322
322
  addCirculation: addCirculation,
@@ -335,43 +335,43 @@ const index$k = {
335
335
  subCirculation: subCirculation
336
336
  };
337
337
 
338
- const tableName$m = "accfunds";
339
- const scope$m = _fund;
338
+ const tableName$n = "accfunds";
339
+ const scope$n = _fund;
340
340
 
341
341
  const accumulationFunds = {
342
+ __proto__: null,
343
+ scope: scope$n,
344
+ tableName: tableName$n
345
+ };
346
+
347
+ const tableName$m = "expfunds";
348
+ const scope$m = _fund;
349
+
350
+ const expenseFunds = {
342
351
  __proto__: null,
343
352
  scope: scope$m,
344
353
  tableName: tableName$m
345
354
  };
346
355
 
347
- const tableName$l = "expfunds";
356
+ const tableName$l = "fundwallet";
348
357
  const scope$l = _fund;
349
358
 
350
- const expenseFunds = {
359
+ const fundWallet = {
351
360
  __proto__: null,
352
361
  scope: scope$l,
353
362
  tableName: tableName$l
354
363
  };
355
364
 
356
- const tableName$k = "fundwallet";
365
+ const tableName$k = "fwithdraws";
357
366
  const scope$k = _fund;
358
367
 
359
- const fundWallet = {
368
+ const fundWithdraws = {
360
369
  __proto__: null,
361
370
  scope: scope$k,
362
371
  tableName: tableName$k
363
372
  };
364
373
 
365
- const tableName$j = "fwithdraws";
366
- const scope$j = _fund;
367
-
368
- const fundWithdraws = {
369
- __proto__: null,
370
- scope: scope$j,
371
- tableName: tableName$j
372
- };
373
-
374
- const index$j = {
374
+ const index$m = {
375
375
  __proto__: null,
376
376
  AccumulatedFunds: accumulationFunds,
377
377
  ExpensedFunds: expenseFunds,
@@ -383,89 +383,89 @@ const fund = {
383
383
  __proto__: null
384
384
  };
385
385
 
386
- const contractName$4 = _fund;
386
+ const contractName$5 = _fund;
387
387
 
388
- const index$i = {
388
+ const index$l = {
389
389
  __proto__: null,
390
- Actions: index$k,
390
+ Actions: index$n,
391
391
  Interfaces: fund,
392
- Tables: index$j,
393
- contractName: contractName$4
392
+ Tables: index$m,
393
+ contractName: contractName$5
394
394
  };
395
395
 
396
- const authorizations$Q = [{ permissions: [active, special], actor: _coopname }];
397
- const actionName$Q = "deposit";
396
+ const authorizations$17 = [{ permissions: [active, special], actor: _coopname }];
397
+ const actionName$17 = "deposit";
398
398
 
399
399
  const createDeposit = {
400
400
  __proto__: null,
401
- actionName: actionName$Q,
402
- authorizations: authorizations$Q
401
+ actionName: actionName$17,
402
+ authorizations: authorizations$17
403
403
  };
404
404
 
405
- const authorizations$P = [{ permissions: [active, special], actor: _admin }];
406
- const actionName$P = "dpcomplete";
405
+ const authorizations$16 = [{ permissions: [active, special], actor: _admin }];
406
+ const actionName$16 = "dpcomplete";
407
407
 
408
408
  const completeDeposit = {
409
409
  __proto__: null,
410
- actionName: actionName$P,
411
- authorizations: authorizations$P
410
+ actionName: actionName$16,
411
+ authorizations: authorizations$16
412
412
  };
413
413
 
414
- const authorizations$O = [{ permissions: [active, special], actor: _admin }];
415
- const actionName$O = "dpfail";
414
+ const authorizations$15 = [{ permissions: [active, special], actor: _admin }];
415
+ const actionName$15 = "dpfail";
416
416
 
417
417
  const failDeposit = {
418
418
  __proto__: null,
419
- actionName: actionName$O,
420
- authorizations: authorizations$O
419
+ actionName: actionName$15,
420
+ authorizations: authorizations$15
421
421
  };
422
422
 
423
- const authorizations$N = [{ permissions: [active], actor: _gateway }];
424
- const actionName$N = "newdepositid";
423
+ const authorizations$14 = [{ permissions: [active], actor: _gateway }];
424
+ const actionName$14 = "newdepositid";
425
425
 
426
426
  const newDepositId = {
427
427
  __proto__: null,
428
- actionName: actionName$N,
429
- authorizations: authorizations$N
428
+ actionName: actionName$14,
429
+ authorizations: authorizations$14
430
430
  };
431
431
 
432
- const authorizations$M = [{ permissions: [active], actor: _gateway }];
433
- const actionName$M = "newwithdrid";
432
+ const authorizations$13 = [{ permissions: [active], actor: _gateway }];
433
+ const actionName$13 = "newwithdrid";
434
434
 
435
435
  const newWithdrawId = {
436
436
  __proto__: null,
437
- actionName: actionName$M,
438
- authorizations: authorizations$M
437
+ actionName: actionName$13,
438
+ authorizations: authorizations$13
439
439
  };
440
440
 
441
- const authorizations$L = [{ permissions: [active], actor: _username }];
442
- const actionName$L = "withdraw";
441
+ const authorizations$12 = [{ permissions: [active], actor: _username }];
442
+ const actionName$12 = "withdraw";
443
443
 
444
444
  const createWithdraw = {
445
445
  __proto__: null,
446
- actionName: actionName$L,
447
- authorizations: authorizations$L
446
+ actionName: actionName$12,
447
+ authorizations: authorizations$12
448
448
  };
449
449
 
450
- const authorizations$K = [{ permissions: [active, special], actor: _admin }];
451
- const actionName$K = "wthdcomplete";
450
+ const authorizations$11 = [{ permissions: [active, special], actor: _admin }];
451
+ const actionName$11 = "wthdcomplete";
452
452
 
453
453
  const completeWithdraw = {
454
454
  __proto__: null,
455
- actionName: actionName$K,
456
- authorizations: authorizations$K
455
+ actionName: actionName$11,
456
+ authorizations: authorizations$11
457
457
  };
458
458
 
459
- const authorizations$J = [{ permissions: [active, special], actor: _admin }];
460
- const actionName$J = "wthdfail";
459
+ const authorizations$10 = [{ permissions: [active, special], actor: _admin }];
460
+ const actionName$10 = "wthdfail";
461
461
 
462
462
  const failWithdraw = {
463
463
  __proto__: null,
464
- actionName: actionName$J,
465
- authorizations: authorizations$J
464
+ actionName: actionName$10,
465
+ authorizations: authorizations$10
466
466
  };
467
467
 
468
- const index$h = {
468
+ const index$k = {
469
469
  __proto__: null,
470
470
  completeDeposit: completeDeposit,
471
471
  completeWithdraw: completeWithdraw,
@@ -477,25 +477,25 @@ const index$h = {
477
477
  newWithdrawId: newWithdrawId
478
478
  };
479
479
 
480
- const tableName$i = "deposits";
481
- const scope$i = _gateway;
480
+ const tableName$j = "deposits";
481
+ const scope$j = _gateway;
482
482
 
483
483
  const deposits = {
484
484
  __proto__: null,
485
- scope: scope$i,
486
- tableName: tableName$i
485
+ scope: scope$j,
486
+ tableName: tableName$j
487
487
  };
488
488
 
489
- const tableName$h = "withdraws";
490
- const scope$h = _gateway;
489
+ const tableName$i = "withdraws";
490
+ const scope$i = _gateway;
491
491
 
492
492
  const withdraws = {
493
493
  __proto__: null,
494
- scope: scope$h,
495
- tableName: tableName$h
494
+ scope: scope$i,
495
+ tableName: tableName$i
496
496
  };
497
497
 
498
- const index$g = {
498
+ const index$j = {
499
499
  __proto__: null,
500
500
  Deposits: deposits,
501
501
  Withdrws: withdraws
@@ -505,80 +505,80 @@ const gateway = {
505
505
  __proto__: null
506
506
  };
507
507
 
508
- const contractName$3 = _gateway;
508
+ const contractName$4 = _gateway;
509
509
 
510
- const index$f = {
510
+ const index$i = {
511
511
  __proto__: null,
512
- Actions: index$h,
512
+ Actions: index$k,
513
513
  Interfaces: gateway,
514
- Tables: index$g,
515
- contractName: contractName$3
514
+ Tables: index$j,
515
+ contractName: contractName$4
516
516
  };
517
517
 
518
- const authorizations$I = [{ permissions: [active], actor: _system }];
519
- const actionName$I = "verificate";
518
+ const authorizations$$ = [{ permissions: [active], actor: _system }];
519
+ const actionName$$ = "verificate";
520
520
 
521
521
  const verificateAccount = {
522
522
  __proto__: null,
523
- actionName: actionName$I,
524
- authorizations: authorizations$I
523
+ actionName: actionName$$,
524
+ authorizations: authorizations$$
525
525
  };
526
526
 
527
- const authorizations$H = [{ permissions: [active], actor: _username }];
528
- const actionName$H = "update";
527
+ const authorizations$_ = [{ permissions: [active], actor: _username }];
528
+ const actionName$_ = "update";
529
529
 
530
530
  const updateAccount = {
531
531
  __proto__: null,
532
- actionName: actionName$H,
533
- authorizations: authorizations$H
532
+ actionName: actionName$_,
533
+ authorizations: authorizations$_
534
534
  };
535
535
 
536
- const authorizations$G = [{ permissions: [active, special], actor: _admin }];
537
- const actionName$G = "newaccount";
536
+ const authorizations$Z = [{ permissions: [active, special], actor: _admin }];
537
+ const actionName$Z = "newaccount";
538
538
 
539
539
  const createAccount = {
540
540
  __proto__: null,
541
- actionName: actionName$G,
542
- authorizations: authorizations$G
541
+ actionName: actionName$Z,
542
+ authorizations: authorizations$Z
543
543
  };
544
544
 
545
- const authorizations$F = [{ permissions: [active, special], actor: _admin }];
546
- const actionName$F = "regorg";
545
+ const authorizations$Y = [{ permissions: [active, special], actor: _admin }];
546
+ const actionName$Y = "regorg";
547
547
 
548
548
  const registerOrganization = {
549
549
  __proto__: null,
550
- actionName: actionName$F,
551
- authorizations: authorizations$F
550
+ actionName: actionName$Y,
551
+ authorizations: authorizations$Y
552
552
  };
553
553
 
554
- const authorizations$E = [{ permissions: [active], actor: _system }];
555
- const actionName$E = "changekey";
554
+ const authorizations$X = [{ permissions: [active], actor: _system }];
555
+ const actionName$X = "changekey";
556
556
 
557
557
  const changeKey = {
558
558
  __proto__: null,
559
- actionName: actionName$E,
560
- authorizations: authorizations$E
559
+ actionName: actionName$X,
560
+ authorizations: authorizations$X
561
561
  };
562
562
 
563
- const authorizations$D = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
564
- const actionName$D = "joincoop";
563
+ const authorizations$W = [{ permissions: [active, special], actor: _admin }, { permissions: [active], actor: _username }];
564
+ const actionName$W = "joincoop";
565
565
 
566
566
  const joinCooperative = {
567
567
  __proto__: null,
568
- actionName: actionName$D,
569
- authorizations: authorizations$D
568
+ actionName: actionName$W,
569
+ authorizations: authorizations$W
570
570
  };
571
571
 
572
- const authorizations$C = [{ permissions: [active], actor: _soviet }];
573
- const actionName$C = "confirmreg";
572
+ const authorizations$V = [{ permissions: [active], actor: _soviet }];
573
+ const actionName$V = "confirmreg";
574
574
 
575
575
  const confirmJoin = {
576
576
  __proto__: null,
577
- actionName: actionName$C,
578
- authorizations: authorizations$C
577
+ actionName: actionName$V,
578
+ authorizations: authorizations$V
579
579
  };
580
580
 
581
- const index$e = {
581
+ const index$h = {
582
582
  __proto__: null,
583
583
  changeKey: changeKey,
584
584
  confirmJoin: confirmJoin,
@@ -589,34 +589,34 @@ const index$e = {
589
589
  verificateAccount: verificateAccount
590
590
  };
591
591
 
592
- const tableName$g = "accounts";
593
- const scope$g = _registrator;
592
+ const tableName$h = "accounts";
593
+ const scope$h = _registrator;
594
594
 
595
595
  const accounts = {
596
596
  __proto__: null,
597
- scope: scope$g,
598
- tableName: tableName$g
597
+ scope: scope$h,
598
+ tableName: tableName$h
599
599
  };
600
600
 
601
- const tableName$f = "orgs";
602
- const scope$f = _registrator;
601
+ const tableName$g = "orgs";
602
+ const scope$g = _registrator;
603
603
 
604
604
  const organizations = {
605
605
  __proto__: null,
606
- scope: scope$f,
607
- tableName: tableName$f
606
+ scope: scope$g,
607
+ tableName: tableName$g
608
608
  };
609
609
 
610
- const tableName$e = "users";
611
- const scope$e = _coopname;
610
+ const tableName$f = "users";
611
+ const scope$f = _coopname;
612
612
 
613
613
  const users = {
614
614
  __proto__: null,
615
- scope: scope$e,
616
- tableName: tableName$e
615
+ scope: scope$f,
616
+ tableName: tableName$f
617
617
  };
618
618
 
619
- const index$d = {
619
+ const index$g = {
620
620
  __proto__: null,
621
621
  Accounts: accounts,
622
622
  Organizations: organizations,
@@ -627,71 +627,71 @@ const registrator = {
627
627
  __proto__: null
628
628
  };
629
629
 
630
- const contractName$2 = _registrator;
630
+ const contractName$3 = _registrator;
631
631
 
632
- const index$c = {
632
+ const index$f = {
633
633
  __proto__: null,
634
- Actions: index$e,
634
+ Actions: index$h,
635
635
  Interfaces: registrator,
636
- Tables: index$d,
637
- contractName: contractName$2
636
+ Tables: index$g,
637
+ contractName: contractName$3
638
638
  };
639
639
 
640
- const authorizations$B = [{ permissions: [active], actor: _username }];
641
- const actionName$B = "transfer";
640
+ const authorizations$U = [{ permissions: [active], actor: _username }];
641
+ const actionName$U = "transfer";
642
642
 
643
643
  const transfer = {
644
644
  __proto__: null,
645
- actionName: actionName$B,
646
- authorizations: authorizations$B
645
+ actionName: actionName$U,
646
+ authorizations: authorizations$U
647
647
  };
648
648
 
649
- const authorizations$A = [{ permissions: [active], actor: _username }];
650
- const actionName$A = "open";
649
+ const authorizations$T = [{ permissions: [active], actor: _username }];
650
+ const actionName$T = "open";
651
651
 
652
652
  const open = {
653
653
  __proto__: null,
654
- actionName: actionName$A,
655
- authorizations: authorizations$A
654
+ actionName: actionName$T,
655
+ authorizations: authorizations$T
656
656
  };
657
657
 
658
- const authorizations$z = [{ permissions: [active], actor: _username }];
659
- const actionName$z = "close";
658
+ const authorizations$S = [{ permissions: [active], actor: _username }];
659
+ const actionName$S = "close";
660
660
 
661
661
  const close = {
662
662
  __proto__: null,
663
- actionName: actionName$z,
664
- authorizations: authorizations$z
663
+ actionName: actionName$S,
664
+ authorizations: authorizations$S
665
665
  };
666
666
 
667
- const authorizations$y = [{ permissions: [active], actor: _system$1 }];
668
- const actionName$y = "create";
667
+ const authorizations$R = [{ permissions: [active], actor: _system$1 }];
668
+ const actionName$R = "create";
669
669
 
670
670
  const create = {
671
671
  __proto__: null,
672
- actionName: actionName$y,
673
- authorizations: authorizations$y
672
+ actionName: actionName$R,
673
+ authorizations: authorizations$R
674
674
  };
675
675
 
676
- const authorizations$x = [{ permissions: [active], actor: "currencyStats.issuer" }];
677
- const actionName$x = "issue";
676
+ const authorizations$Q = [{ permissions: [active], actor: "currencyStats.issuer" }];
677
+ const actionName$Q = "issue";
678
678
 
679
679
  const issue = {
680
680
  __proto__: null,
681
- actionName: actionName$x,
682
- authorizations: authorizations$x
681
+ actionName: actionName$Q,
682
+ authorizations: authorizations$Q
683
683
  };
684
684
 
685
- const authorizations$w = [{ permissions: [active], actor: "currencyStats.issuer" }];
686
- const actionName$w = "retire";
685
+ const authorizations$P = [{ permissions: [active], actor: "currencyStats.issuer" }];
686
+ const actionName$P = "retire";
687
687
 
688
688
  const retire = {
689
689
  __proto__: null,
690
- actionName: actionName$w,
691
- authorizations: authorizations$w
690
+ actionName: actionName$P,
691
+ authorizations: authorizations$P
692
692
  };
693
693
 
694
- const index$b = {
694
+ const index$e = {
695
695
  __proto__: null,
696
696
  close: close,
697
697
  create: create,
@@ -701,25 +701,25 @@ const index$b = {
701
701
  transfer: transfer
702
702
  };
703
703
 
704
- const tableName$d = "accounts";
705
- const scope$d = _username;
704
+ const tableName$e = "accounts";
705
+ const scope$e = _username;
706
706
 
707
707
  const accountBalance = {
708
708
  __proto__: null,
709
- scope: scope$d,
710
- tableName: tableName$d
709
+ scope: scope$e,
710
+ tableName: tableName$e
711
711
  };
712
712
 
713
- const tableName$c = "stat";
714
- const scope$c = "AXON";
713
+ const tableName$d = "stat";
714
+ const scope$d = "AXON";
715
715
 
716
716
  const currencyStats = {
717
717
  __proto__: null,
718
- scope: scope$c,
719
- tableName: tableName$c
718
+ scope: scope$d,
719
+ tableName: tableName$d
720
720
  };
721
721
 
722
- const index$a = {
722
+ const index$d = {
723
723
  __proto__: null,
724
724
  AccountBalance: accountBalance,
725
725
  CurrencyStats: currencyStats
@@ -729,62 +729,62 @@ const eosio_token = {
729
729
  __proto__: null
730
730
  };
731
731
 
732
- const contractName$1 = _token;
732
+ const contractName$2 = _token;
733
733
 
734
- const index$9 = {
734
+ const index$c = {
735
735
  __proto__: null,
736
- Actions: index$b,
736
+ Actions: index$e,
737
737
  Interfaces: eosio_token,
738
- Tables: index$a,
739
- contractName: contractName$1
738
+ Tables: index$d,
739
+ contractName: contractName$2
740
740
  };
741
741
 
742
- const authorizations$v = [{ permissions: [active], actor: _soviet }];
743
- const actionName$v = "draft";
742
+ const authorizations$O = [{ permissions: [active], actor: _soviet }];
743
+ const actionName$O = "draft";
744
744
 
745
745
  const draft = {
746
746
  __proto__: null,
747
- actionName: actionName$v,
748
- authorizations: authorizations$v
747
+ actionName: actionName$O,
748
+ authorizations: authorizations$O
749
749
  };
750
750
 
751
- const authorizations$u = [{ permissions: [active], actor: _soviet }];
752
- const actionName$u = "batch";
751
+ const authorizations$N = [{ permissions: [active], actor: _soviet }];
752
+ const actionName$N = "batch";
753
753
 
754
754
  const batch = {
755
755
  __proto__: null,
756
- actionName: actionName$u,
757
- authorizations: authorizations$u
756
+ actionName: actionName$N,
757
+ authorizations: authorizations$N
758
758
  };
759
759
 
760
- const authorizations$t = [{ permissions: [active], actor: _soviet }];
761
- const actionName$t = "statement";
760
+ const authorizations$M = [{ permissions: [active], actor: _soviet }];
761
+ const actionName$M = "statement";
762
762
 
763
763
  const statement = {
764
764
  __proto__: null,
765
- actionName: actionName$t,
766
- authorizations: authorizations$t
765
+ actionName: actionName$M,
766
+ authorizations: authorizations$M
767
767
  };
768
768
 
769
- const authorizations$s = [{ permissions: [active], actor: _soviet }];
770
- const actionName$s = "act";
769
+ const authorizations$L = [{ permissions: [active], actor: _soviet }];
770
+ const actionName$L = "act";
771
771
 
772
772
  const act = {
773
773
  __proto__: null,
774
- actionName: actionName$s,
775
- authorizations: authorizations$s
774
+ actionName: actionName$L,
775
+ authorizations: authorizations$L
776
776
  };
777
777
 
778
- const authorizations$r = [{ permissions: [active], actor: _soviet }];
779
- const actionName$r = "decision";
778
+ const authorizations$K = [{ permissions: [active], actor: _soviet }];
779
+ const actionName$K = "decision";
780
780
 
781
781
  const decision = {
782
782
  __proto__: null,
783
- actionName: actionName$r,
784
- authorizations: authorizations$r
783
+ actionName: actionName$K,
784
+ authorizations: authorizations$K
785
785
  };
786
786
 
787
- const index$8 = {
787
+ const index$b = {
788
788
  __proto__: null,
789
789
  act: act,
790
790
  batch: batch,
@@ -793,117 +793,117 @@ const index$8 = {
793
793
  statement: statement
794
794
  };
795
795
 
796
- const authorizations$q = [{ permissions: [active], actor: _chairman }];
797
- const actionName$q = "creaddress";
796
+ const authorizations$J = [{ permissions: [active], actor: _chairman }];
797
+ const actionName$J = "creaddress";
798
798
 
799
799
  const createAddress = {
800
800
  __proto__: null,
801
- actionName: actionName$q,
802
- authorizations: authorizations$q
801
+ actionName: actionName$J,
802
+ authorizations: authorizations$J
803
803
  };
804
804
 
805
- const authorizations$p = [{ permissions: [active], actor: _chairman }];
806
- const actionName$p = "deladdress";
805
+ const authorizations$I = [{ permissions: [active], actor: _chairman }];
806
+ const actionName$I = "deladdress";
807
807
 
808
808
  const deleteAddress = {
809
809
  __proto__: null,
810
- actionName: actionName$p,
811
- authorizations: authorizations$p
810
+ actionName: actionName$I,
811
+ authorizations: authorizations$I
812
812
  };
813
813
 
814
- const authorizations$o = [{ permissions: [active], actor: _chairman }];
815
- const actionName$o = "editaddress";
814
+ const authorizations$H = [{ permissions: [active], actor: _chairman }];
815
+ const actionName$H = "editaddress";
816
816
 
817
817
  const editAddress = {
818
818
  __proto__: null,
819
- actionName: actionName$o,
820
- authorizations: authorizations$o
819
+ actionName: actionName$H,
820
+ authorizations: authorizations$H
821
821
  };
822
822
 
823
- const index$7 = {
823
+ const index$a = {
824
824
  __proto__: null,
825
825
  createAddress: createAddress,
826
826
  deleteAddress: deleteAddress,
827
827
  editAddress: editAddress
828
828
  };
829
829
 
830
- const authorizations$n = [
830
+ const authorizations$G = [
831
831
  { permissions: [active], actor: _soviet },
832
832
  { permissions: [active], actor: _gateway },
833
833
  { permissions: [active], actor: _marketplace }
834
834
  ];
835
- const actionName$n = "addbalance";
835
+ const actionName$G = "addbalance";
836
836
 
837
837
  const addBalance = {
838
838
  __proto__: null,
839
- actionName: actionName$n,
840
- authorizations: authorizations$n
839
+ actionName: actionName$G,
840
+ authorizations: authorizations$G
841
841
  };
842
842
 
843
- const authorizations$m = [
843
+ const authorizations$F = [
844
844
  { permissions: [active], actor: _soviet },
845
845
  { permissions: [active], actor: _gateway },
846
846
  { permissions: [active], actor: _marketplace }
847
847
  ];
848
- const actionName$m = "subbalance";
848
+ const actionName$F = "subbalance";
849
849
 
850
850
  const subBalance = {
851
851
  __proto__: null,
852
- actionName: actionName$m,
853
- authorizations: authorizations$m
852
+ actionName: actionName$F,
853
+ authorizations: authorizations$F
854
854
  };
855
855
 
856
- const authorizations$l = [
856
+ const authorizations$E = [
857
857
  { permissions: [active], actor: _soviet },
858
858
  { permissions: [active], actor: _gateway },
859
859
  { permissions: [active], actor: _marketplace }
860
860
  ];
861
- const actionName$l = "blockbal";
861
+ const actionName$E = "blockbal";
862
862
 
863
863
  const blockBalance = {
864
864
  __proto__: null,
865
- actionName: actionName$l,
866
- authorizations: authorizations$l
865
+ actionName: actionName$E,
866
+ authorizations: authorizations$E
867
867
  };
868
868
 
869
- const authorizations$k = [
869
+ const authorizations$D = [
870
870
  { permissions: [active], actor: _soviet },
871
871
  { permissions: [active], actor: _gateway },
872
872
  { permissions: [active], actor: _marketplace }
873
873
  ];
874
- const actionName$k = "unblockbal";
874
+ const actionName$D = "unblockbal";
875
875
 
876
876
  const unblockBalance = {
877
877
  __proto__: null,
878
- actionName: actionName$k,
879
- authorizations: authorizations$k
878
+ actionName: actionName$D,
879
+ authorizations: authorizations$D
880
880
  };
881
881
 
882
- const authorizations$j = [
882
+ const authorizations$C = [
883
883
  { permissions: [active], actor: _soviet },
884
884
  { permissions: [active], actor: _marketplace }
885
885
  ];
886
- const actionName$j = "addprogbal";
886
+ const actionName$C = "addprogbal";
887
887
 
888
888
  const addProgramBalance = {
889
889
  __proto__: null,
890
- actionName: actionName$j,
891
- authorizations: authorizations$j
890
+ actionName: actionName$C,
891
+ authorizations: authorizations$C
892
892
  };
893
893
 
894
- const authorizations$i = [
894
+ const authorizations$B = [
895
895
  { permissions: [active], actor: _soviet },
896
896
  { permissions: [active], actor: _marketplace }
897
897
  ];
898
- const actionName$i = "subprogbal";
898
+ const actionName$B = "subprogbal";
899
899
 
900
900
  const subProgramBalance = {
901
901
  __proto__: null,
902
- actionName: actionName$i,
903
- authorizations: authorizations$i
902
+ actionName: actionName$B,
903
+ authorizations: authorizations$B
904
904
  };
905
905
 
906
- const index$6 = {
906
+ const index$9 = {
907
907
  __proto__: null,
908
908
  addBalance: addBalance,
909
909
  addProgramBalance: addProgramBalance,
@@ -913,192 +913,192 @@ const index$6 = {
913
913
  unblockBalance: unblockBalance
914
914
  };
915
915
 
916
- const authorizations$h = [
916
+ const authorizations$A = [
917
917
  { permissions: [active], actor: _chairman }
918
918
  ];
919
- const actionName$h = "createprog";
919
+ const actionName$A = "createprog";
920
920
 
921
921
  const createMarketProgram = {
922
922
  __proto__: null,
923
- actionName: actionName$h,
924
- authorizations: authorizations$h
923
+ actionName: actionName$A,
924
+ authorizations: authorizations$A
925
925
  };
926
926
 
927
- const authorizations$g = [
927
+ const authorizations$z = [
928
928
  { permissions: [active], actor: _chairman }
929
929
  ];
930
- const actionName$g = "editprog";
930
+ const actionName$z = "editprog";
931
931
 
932
932
  const editMarketProgram = {
933
933
  __proto__: null,
934
- actionName: actionName$g,
935
- authorizations: authorizations$g
934
+ actionName: actionName$z,
935
+ authorizations: authorizations$z
936
936
  };
937
937
 
938
- const authorizations$f = [
938
+ const authorizations$y = [
939
939
  { permissions: [active], actor: _chairman }
940
940
  ];
941
- const actionName$f = "disableprog";
941
+ const actionName$y = "disableprog";
942
942
 
943
943
  const disableMarketProgram = {
944
944
  __proto__: null,
945
- actionName: actionName$f,
946
- authorizations: authorizations$f
945
+ actionName: actionName$y,
946
+ authorizations: authorizations$y
947
947
  };
948
948
 
949
- const index$5 = {
949
+ const index$8 = {
950
950
  __proto__: null,
951
951
  createMarketProgram: createMarketProgram,
952
952
  disableMarketProgram: disableMarketProgram,
953
953
  editMarketProgram: editMarketProgram
954
954
  };
955
955
 
956
- const authorizations$e = [
956
+ const authorizations$x = [
957
957
  { permissions: [active], actor: _member }
958
958
  ];
959
- const actionName$e = "voteagainst";
959
+ const actionName$x = "voteagainst";
960
960
 
961
961
  const voteAgainst = {
962
962
  __proto__: null,
963
- actionName: actionName$e,
964
- authorizations: authorizations$e
963
+ actionName: actionName$x,
964
+ authorizations: authorizations$x
965
965
  };
966
966
 
967
- const authorizations$d = [
967
+ const authorizations$w = [
968
968
  { permissions: [active], actor: _member }
969
969
  ];
970
- const actionName$d = "votefor";
970
+ const actionName$w = "votefor";
971
971
 
972
972
  const voteFor = {
973
973
  __proto__: null,
974
- actionName: actionName$d,
975
- authorizations: authorizations$d
974
+ actionName: actionName$w,
975
+ authorizations: authorizations$w
976
976
  };
977
977
 
978
- const authorizations$c = [
978
+ const authorizations$v = [
979
979
  { permissions: [active], actor: _member }
980
980
  ];
981
- const actionName$c = "cancelvote";
981
+ const actionName$v = "cancelvote";
982
982
 
983
983
  const cancelVote = {
984
984
  __proto__: null,
985
- actionName: actionName$c,
986
- authorizations: authorizations$c
985
+ actionName: actionName$v,
986
+ authorizations: authorizations$v
987
987
  };
988
988
 
989
- const authorizations$b = [
989
+ const authorizations$u = [
990
990
  { permissions: [active], actor: _chairman }
991
991
  ];
992
- const actionName$b = "authorize";
992
+ const actionName$u = "authorize";
993
993
 
994
- const authorize = {
994
+ const authorize$1 = {
995
995
  __proto__: null,
996
- actionName: actionName$b,
997
- authorizations: authorizations$b
996
+ actionName: actionName$u,
997
+ authorizations: authorizations$u
998
998
  };
999
999
 
1000
- const authorizations$a = [
1000
+ const authorizations$t = [
1001
1001
  { permissions: [active], actor: _username }
1002
1002
  ];
1003
- const actionName$a = "exec";
1003
+ const actionName$t = "exec";
1004
1004
 
1005
1005
  const exec = {
1006
1006
  __proto__: null,
1007
- actionName: actionName$a,
1008
- authorizations: authorizations$a
1007
+ actionName: actionName$t,
1008
+ authorizations: authorizations$t
1009
1009
  };
1010
1010
 
1011
- const authorizations$9 = [
1011
+ const authorizations$s = [
1012
1012
  { permissions: [active], actor: _marketplace }
1013
1013
  ];
1014
- const actionName$9 = "change";
1014
+ const actionName$s = "change";
1015
1015
 
1016
1016
  const marketDecision = {
1017
1017
  __proto__: null,
1018
- actionName: actionName$9,
1019
- authorizations: authorizations$9
1018
+ actionName: actionName$s,
1019
+ authorizations: authorizations$s
1020
1020
  };
1021
1021
 
1022
- const authorizations$8 = [
1022
+ const authorizations$r = [
1023
1023
  { permissions: [active], actor: _gateway }
1024
1024
  ];
1025
- const actionName$8 = "withdraw";
1025
+ const actionName$r = "withdraw";
1026
1026
 
1027
1027
  const withdrawDecision = {
1028
1028
  __proto__: null,
1029
- actionName: actionName$8,
1030
- authorizations: authorizations$8
1029
+ actionName: actionName$r,
1030
+ authorizations: authorizations$r
1031
1031
  };
1032
1032
 
1033
- const authorizations$7 = [
1033
+ const authorizations$q = [
1034
1034
  { permissions: [active], actor: _fund }
1035
1035
  ];
1036
- const actionName$7 = "fundwithdraw";
1036
+ const actionName$q = "fundwithdraw";
1037
1037
 
1038
1038
  const fundWithdrawDecision = {
1039
1039
  __proto__: null,
1040
- actionName: actionName$7,
1041
- authorizations: authorizations$7
1040
+ actionName: actionName$q,
1041
+ authorizations: authorizations$q
1042
1042
  };
1043
1043
 
1044
- const authorizations$6 = [
1044
+ const authorizations$p = [
1045
1045
  { permissions: [active], actor: _registrator }
1046
1046
  ];
1047
- const actionName$6 = "joincoop";
1047
+ const actionName$p = "joincoop";
1048
1048
 
1049
1049
  const joinCoopDecision = {
1050
1050
  __proto__: null,
1051
- actionName: actionName$6,
1052
- authorizations: authorizations$6
1051
+ actionName: actionName$p,
1052
+ authorizations: authorizations$p
1053
1053
  };
1054
1054
 
1055
- const authorizations$5 = [
1055
+ const authorizations$o = [
1056
1056
  { permissions: [active], actor: _marketplace }
1057
1057
  ];
1058
- const actionName$5 = "recieved";
1058
+ const actionName$o = "recieved";
1059
1059
 
1060
1060
  const productRecieved = {
1061
1061
  __proto__: null,
1062
- actionName: actionName$5,
1063
- authorizations: authorizations$5
1062
+ actionName: actionName$o,
1063
+ authorizations: authorizations$o
1064
1064
  };
1065
1065
 
1066
- const authorizations$4 = [
1066
+ const authorizations$n = [
1067
1067
  { permissions: [active, special], actor: _admin }
1068
1068
  ];
1069
- const actionName$4 = "validated";
1069
+ const actionName$n = "validated";
1070
1070
 
1071
1071
  const validate = {
1072
1072
  __proto__: null,
1073
- actionName: actionName$4,
1074
- authorizations: authorizations$4
1073
+ actionName: actionName$n,
1074
+ authorizations: authorizations$n
1075
1075
  };
1076
1076
 
1077
- const authorizations$3 = [
1077
+ const authorizations$m = [
1078
1078
  { permissions: [active], actor: _member }
1079
1079
  ];
1080
- const actionName$3 = "automate";
1080
+ const actionName$m = "automate";
1081
1081
 
1082
1082
  const automate = {
1083
1083
  __proto__: null,
1084
- actionName: actionName$3,
1085
- authorizations: authorizations$3
1084
+ actionName: actionName$m,
1085
+ authorizations: authorizations$m
1086
1086
  };
1087
1087
 
1088
- const authorizations$2 = [
1088
+ const authorizations$l = [
1089
1089
  { permissions: [active], actor: _member }
1090
1090
  ];
1091
- const actionName$2 = "disautomate";
1091
+ const actionName$l = "disautomate";
1092
1092
 
1093
1093
  const disautomate = {
1094
1094
  __proto__: null,
1095
- actionName: actionName$2,
1096
- authorizations: authorizations$2
1095
+ actionName: actionName$l,
1096
+ authorizations: authorizations$l
1097
1097
  };
1098
1098
 
1099
- const index$4 = {
1099
+ const index$7 = {
1100
1100
  __proto__: null,
1101
- authorize: authorize,
1101
+ authorize: authorize$1,
1102
1102
  automate: automate,
1103
1103
  cancelVote: cancelVote,
1104
1104
  disautomate: disautomate,
@@ -1113,149 +1113,149 @@ const index$4 = {
1113
1113
  withdrawDecision: withdrawDecision
1114
1114
  };
1115
1115
 
1116
- const authorizations$1 = [{ permissions: [active], actor: _chairman }];
1117
- const actionName$1 = "createboard";
1116
+ const authorizations$k = [{ permissions: [active], actor: _chairman }];
1117
+ const actionName$k = "createboard";
1118
1118
 
1119
1119
  const createBoard = {
1120
1120
  __proto__: null,
1121
- actionName: actionName$1,
1122
- authorizations: authorizations$1
1121
+ actionName: actionName$k,
1122
+ authorizations: authorizations$k
1123
1123
  };
1124
1124
 
1125
- const authorizations = [{ permissions: [active], actor: _chairman }];
1126
- const actionName = "updateboard";
1125
+ const authorizations$j = [{ permissions: [active], actor: _chairman }];
1126
+ const actionName$j = "updateboard";
1127
1127
 
1128
1128
  const updateBoard = {
1129
1129
  __proto__: null,
1130
- actionName: actionName,
1131
- authorizations: authorizations
1130
+ actionName: actionName$j,
1131
+ authorizations: authorizations$j
1132
1132
  };
1133
1133
 
1134
- const index$3 = {
1134
+ const index$6 = {
1135
1135
  __proto__: null,
1136
1136
  createBoard: createBoard,
1137
1137
  updateBoard: updateBoard
1138
1138
  };
1139
1139
 
1140
- const index$2 = {
1140
+ const index$5 = {
1141
1141
  __proto__: null,
1142
- Addresses: index$7,
1143
- Boards: index$3,
1144
- Decisions: index$4,
1145
- Programs: index$5,
1146
- Registry: index$8,
1147
- Wallet: index$6
1142
+ Addresses: index$a,
1143
+ Boards: index$6,
1144
+ Decisions: index$7,
1145
+ Programs: index$8,
1146
+ Registry: index$b,
1147
+ Wallet: index$9
1148
1148
  };
1149
1149
 
1150
- const tableName$b = "addresses";
1151
- const scope$b = _coopname;
1150
+ const tableName$c = "addresses";
1151
+ const scope$c = _coopname;
1152
1152
 
1153
1153
  const addresses = {
1154
+ __proto__: null,
1155
+ scope: scope$c,
1156
+ tableName: tableName$c
1157
+ };
1158
+
1159
+ const tableName$b = "staff";
1160
+ const scope$b = _coopname;
1161
+
1162
+ const admins = {
1154
1163
  __proto__: null,
1155
1164
  scope: scope$b,
1156
1165
  tableName: tableName$b
1157
1166
  };
1158
1167
 
1159
- const tableName$a = "staff";
1168
+ const tableName$a = "autosigner";
1160
1169
  const scope$a = _coopname;
1161
1170
 
1162
- const admins = {
1171
+ const automationQueue = {
1163
1172
  __proto__: null,
1164
1173
  scope: scope$a,
1165
1174
  tableName: tableName$a
1166
1175
  };
1167
1176
 
1168
- const tableName$9 = "autosigner";
1177
+ const tableName$9 = "automator";
1169
1178
  const scope$9 = _coopname;
1170
1179
 
1171
- const automationQueue = {
1180
+ const automations = {
1172
1181
  __proto__: null,
1173
1182
  scope: scope$9,
1174
1183
  tableName: tableName$9
1175
1184
  };
1176
1185
 
1177
- const tableName$8 = "automator";
1186
+ const tableName$8 = "boards";
1178
1187
  const scope$8 = _coopname;
1179
1188
 
1180
- const automations = {
1189
+ const boards = {
1181
1190
  __proto__: null,
1182
1191
  scope: scope$8,
1183
1192
  tableName: tableName$8
1184
1193
  };
1185
1194
 
1186
- const tableName$7 = "boards";
1195
+ const tableName$7 = "changes";
1187
1196
  const scope$7 = _coopname;
1188
1197
 
1189
- const boards = {
1198
+ const changes = {
1190
1199
  __proto__: null,
1191
1200
  scope: scope$7,
1192
1201
  tableName: tableName$7
1193
1202
  };
1194
1203
 
1195
- const tableName$6 = "changes";
1204
+ const tableName$6 = "decisions";
1196
1205
  const scope$6 = _coopname;
1197
1206
 
1198
- const changes = {
1207
+ const decisions = {
1199
1208
  __proto__: null,
1200
1209
  scope: scope$6,
1201
1210
  tableName: tableName$6
1202
1211
  };
1203
1212
 
1204
- const tableName$5 = "decisions";
1213
+ const tableName$5 = "joincoops";
1205
1214
  const scope$5 = _coopname;
1206
1215
 
1207
- const decisions = {
1216
+ const joinCoops = {
1208
1217
  __proto__: null,
1209
1218
  scope: scope$5,
1210
1219
  tableName: tableName$5
1211
1220
  };
1212
1221
 
1213
- const tableName$4 = "joincoops";
1222
+ const tableName$4 = "progcomarket";
1214
1223
  const scope$4 = _coopname;
1215
1224
 
1216
- const joinCoops = {
1225
+ const marketPrograms = {
1217
1226
  __proto__: null,
1218
1227
  scope: scope$4,
1219
1228
  tableName: tableName$4
1220
1229
  };
1221
1230
 
1222
- const tableName$3 = "progcomarket";
1231
+ const tableName$3 = "participants";
1223
1232
  const scope$3 = _coopname;
1224
1233
 
1225
- const marketPrograms = {
1234
+ const participants = {
1226
1235
  __proto__: null,
1227
1236
  scope: scope$3,
1228
1237
  tableName: tableName$3
1229
1238
  };
1230
1239
 
1231
- const tableName$2 = "participants";
1240
+ const tableName$2 = "progwallets";
1232
1241
  const scope$2 = _coopname;
1233
1242
 
1234
- const participants = {
1243
+ const programWallets = {
1235
1244
  __proto__: null,
1236
1245
  scope: scope$2,
1237
1246
  tableName: tableName$2
1238
1247
  };
1239
1248
 
1240
- const tableName$1 = "progwallets";
1249
+ const tableName$1 = "wallets";
1241
1250
  const scope$1 = _coopname;
1242
1251
 
1243
- const programWallets = {
1252
+ const wallets = {
1244
1253
  __proto__: null,
1245
1254
  scope: scope$1,
1246
1255
  tableName: tableName$1
1247
1256
  };
1248
1257
 
1249
- const tableName = "wallets";
1250
- const scope = _coopname;
1251
-
1252
- const wallets = {
1253
- __proto__: null,
1254
- scope: scope,
1255
- tableName: tableName
1256
- };
1257
-
1258
- const index$1 = {
1258
+ const index$4 = {
1259
1259
  __proto__: null,
1260
1260
  Addresses: addresses,
1261
1261
  Admins: admins,
@@ -1275,20 +1275,243 @@ const soviet = {
1275
1275
  __proto__: null
1276
1276
  };
1277
1277
 
1278
- const contractName = _soviet;
1278
+ const contractName$1 = _soviet;
1279
+
1280
+ const index$3 = {
1281
+ __proto__: null,
1282
+ Actions: index$5,
1283
+ Interfaces: soviet,
1284
+ Tables: index$4,
1285
+ contractName: contractName$1
1286
+ };
1287
+
1288
+ const authorizations$i = [{ permissions: [active], actor: _username }];
1289
+ const actionName$i = "accept";
1290
+
1291
+ const acceptRequest = {
1292
+ __proto__: null,
1293
+ actionName: actionName$i,
1294
+ authorizations: authorizations$i
1295
+ };
1296
+
1297
+ const authorizations$h = [{ permissions: [active], actor: _soviet }];
1298
+ const actionName$h = "authorize";
1299
+
1300
+ const authorize = {
1301
+ __proto__: null,
1302
+ actionName: actionName$h,
1303
+ authorizations: authorizations$h
1304
+ };
1305
+
1306
+ const authorizations$g = [{ permissions: [active], actor: _username }];
1307
+ const actionName$g = "cancel";
1308
+
1309
+ const cancelRequest = {
1310
+ __proto__: null,
1311
+ actionName: actionName$g,
1312
+ authorizations: authorizations$g
1313
+ };
1314
+
1315
+ const authorizations$f = [{ permissions: [active], actor: _username }];
1316
+ const actionName$f = "complete";
1317
+
1318
+ const completeRequest = {
1319
+ __proto__: null,
1320
+ actionName: actionName$f,
1321
+ authorizations: authorizations$f
1322
+ };
1323
+
1324
+ const authorizations$e = [{ permissions: [active], actor: _chairman }];
1325
+ const actionName$e = "recievecnfrm";
1326
+
1327
+ const confirmRecieve = {
1328
+ __proto__: null,
1329
+ actionName: actionName$e,
1330
+ authorizations: authorizations$e
1331
+ };
1332
+
1333
+ const authorizations$d = [{ permissions: [active], actor: _chairman }];
1334
+ const actionName$d = "supplycnfrm";
1335
+
1336
+ const confirmSupply = {
1337
+ __proto__: null,
1338
+ actionName: actionName$d,
1339
+ authorizations: authorizations$d
1340
+ };
1341
+
1342
+ const authorizations$c = [{ permissions: [active], actor: _username }];
1343
+ const actionName$c = "offer";
1344
+
1345
+ const createOffer = {
1346
+ __proto__: null,
1347
+ actionName: actionName$c,
1348
+ authorizations: authorizations$c
1349
+ };
1350
+
1351
+ const authorizations$b = [{ permissions: [active], actor: _username }];
1352
+ const actionName$b = "order";
1353
+
1354
+ const createOrder = {
1355
+ __proto__: null,
1356
+ actionName: actionName$b,
1357
+ authorizations: authorizations$b
1358
+ };
1359
+
1360
+ const authorizations$a = [{ permissions: [active], actor: _username }];
1361
+ const actionName$a = "decline";
1362
+
1363
+ const declineRequest = {
1364
+ __proto__: null,
1365
+ actionName: actionName$a,
1366
+ authorizations: authorizations$a
1367
+ };
1368
+
1369
+ const authorizations$9 = [{ permissions: [active], actor: _chairman }];
1370
+ const actionName$9 = "delivered";
1371
+
1372
+ const deliverOnRequest = {
1373
+ __proto__: null,
1374
+ actionName: actionName$9,
1375
+ authorizations: authorizations$9
1376
+ };
1377
+
1378
+ const authorizations$8 = [{ permissions: [active, special], actor: _admin }];
1379
+ const actionName$8 = "moderate";
1380
+
1381
+ const moderateRequest = {
1382
+ __proto__: null,
1383
+ actionName: actionName$8,
1384
+ authorizations: authorizations$8
1385
+ };
1386
+
1387
+ const authorizations$7 = [{ permissions: [active], actor: _marketplace }];
1388
+ const actionName$7 = "newid";
1389
+
1390
+ const newRequestId = {
1391
+ __proto__: null,
1392
+ actionName: actionName$7,
1393
+ authorizations: authorizations$7
1394
+ };
1395
+
1396
+ const authorizations$6 = [{ permissions: [active], actor: _username }];
1397
+ const actionName$6 = "dispute";
1398
+
1399
+ const openDispute = {
1400
+ __proto__: null,
1401
+ actionName: actionName$6,
1402
+ authorizations: authorizations$6
1403
+ };
1404
+
1405
+ const authorizations$5 = [{ permissions: [active, special], actor: _admin }];
1406
+ const actionName$5 = "prohibit";
1407
+
1408
+ const prohibitRequest = {
1409
+ __proto__: null,
1410
+ actionName: actionName$5,
1411
+ authorizations: authorizations$5
1412
+ };
1413
+
1414
+ const authorizations$4 = [{ permissions: [active], actor: _username }];
1415
+ const actionName$4 = "publish";
1416
+
1417
+ const publishRequest = {
1418
+ __proto__: null,
1419
+ actionName: actionName$4,
1420
+ authorizations: authorizations$4
1421
+ };
1422
+
1423
+ const authorizations$3 = [{ permissions: [active], actor: _username }];
1424
+ const actionName$3 = "recieve";
1425
+
1426
+ const recieveOnRequest = {
1427
+ __proto__: null,
1428
+ actionName: actionName$3,
1429
+ authorizations: authorizations$3
1430
+ };
1431
+
1432
+ const authorizations$2 = [{ permissions: [active], actor: _username }];
1433
+ const actionName$2 = "supply";
1434
+
1435
+ const supplyOnRequest = {
1436
+ __proto__: null,
1437
+ actionName: actionName$2,
1438
+ authorizations: authorizations$2
1439
+ };
1440
+
1441
+ const authorizations$1 = [{ permissions: [active], actor: _username }];
1442
+ const actionName$1 = "unpublish";
1443
+
1444
+ const unpublishRequest = {
1445
+ __proto__: null,
1446
+ actionName: actionName$1,
1447
+ authorizations: authorizations$1
1448
+ };
1449
+
1450
+ const authorizations = [{ permissions: [active], actor: _username }];
1451
+ const actionName = "update";
1452
+
1453
+ const updateRequest = {
1454
+ __proto__: null,
1455
+ actionName: actionName,
1456
+ authorizations: authorizations
1457
+ };
1458
+
1459
+ const index$2 = {
1460
+ __proto__: null,
1461
+ acceptRequest: acceptRequest,
1462
+ authorize: authorize,
1463
+ cancelRequest: cancelRequest,
1464
+ completeRequest: completeRequest,
1465
+ confirmRecieve: confirmRecieve,
1466
+ confirmSupply: confirmSupply,
1467
+ createOffer: createOffer,
1468
+ createOrder: createOrder,
1469
+ declineRequest: declineRequest,
1470
+ deliverOnRequest: deliverOnRequest,
1471
+ moderateRequest: moderateRequest,
1472
+ newRequestId: newRequestId,
1473
+ openDispute: openDispute,
1474
+ prohibitRequest: prohibitRequest,
1475
+ publishRequest: publishRequest,
1476
+ recieveOnRequest: recieveOnRequest,
1477
+ supplyOnRequest: supplyOnRequest,
1478
+ unpublishRequest: unpublishRequest,
1479
+ updateRequests: updateRequest
1480
+ };
1481
+
1482
+ const tableName = "exchange";
1483
+ const scope = _coopname;
1484
+
1485
+ const requests = {
1486
+ __proto__: null,
1487
+ scope: scope,
1488
+ tableName: tableName
1489
+ };
1490
+
1491
+ const index$1 = {
1492
+ __proto__: null,
1493
+ Requests: requests
1494
+ };
1495
+
1496
+ const marketplace = {
1497
+ __proto__: null
1498
+ };
1499
+
1500
+ const contractName = _marketplace;
1279
1501
 
1280
1502
  const index = {
1281
1503
  __proto__: null,
1282
1504
  Actions: index$2,
1283
- Interfaces: soviet,
1505
+ Interfaces: marketplace,
1284
1506
  Tables: index$1,
1285
1507
  contractName: contractName
1286
1508
  };
1287
1509
 
1288
- exports.DraftContract = index$l;
1289
- exports.FundContract = index$i;
1290
- exports.GatewayContract = index$f;
1291
- exports.RegistratorContract = index$c;
1292
- exports.SovietContract = index;
1293
- exports.TokenContract = index$9;
1294
- exports._Common = index$o;
1510
+ exports.DraftContract = index$o;
1511
+ exports.FundContract = index$l;
1512
+ exports.GatewayContract = index$i;
1513
+ exports.MarketContract = index;
1514
+ exports.RegistratorContract = index$f;
1515
+ exports.SovietContract = index$3;
1516
+ exports.TokenContract = index$c;
1517
+ exports._Common = index$r;