cooptypes 0.2.0 → 0.4.0

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