cooptypes 0.5.18 → 0.5.20

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$C = {
11
+ const index$G = {
12
12
  __proto__: null,
13
13
  _admin: _admin,
14
14
  _chairman: _chairman,
@@ -60,7 +60,7 @@ const _wrap = {
60
60
  testnet: "eosio.wrap"
61
61
  };
62
62
 
63
- const index$B = {
63
+ const index$F = {
64
64
  __proto__: null,
65
65
  _draft: _draft,
66
66
  _fund: _fund,
@@ -81,66 +81,66 @@ const special = {
81
81
  action: "actionName"
82
82
  };
83
83
 
84
- const index$A = {
84
+ const index$E = {
85
85
  __proto__: null,
86
86
  active: active,
87
87
  owner: owner,
88
88
  special: special
89
89
  };
90
90
 
91
- const index$z = {
91
+ const index$D = {
92
92
  __proto__: null,
93
- Actors: index$C,
94
- ContractNames: index$B,
95
- Permissions: index$A
93
+ Actors: index$G,
94
+ ContractNames: index$F,
95
+ Permissions: index$E
96
96
  };
97
97
 
98
- const authorizations$2a = [{ permissions: [active], actor: _system }];
99
- const actionName$2a = "createtrans";
98
+ const authorizations$2b = [{ permissions: [active], actor: _system }];
99
+ const actionName$2b = "createtrans";
100
100
 
101
101
  const createTranslation = {
102
+ __proto__: null,
103
+ actionName: actionName$2b,
104
+ authorizations: authorizations$2b
105
+ };
106
+
107
+ const authorizations$2a = [{ permissions: [active], actor: _system }];
108
+ const actionName$2a = "createdraft";
109
+
110
+ const createDraft = {
102
111
  __proto__: null,
103
112
  actionName: actionName$2a,
104
113
  authorizations: authorizations$2a
105
114
  };
106
115
 
107
116
  const authorizations$29 = [{ permissions: [active], actor: _system }];
108
- const actionName$29 = "createdraft";
117
+ const actionName$29 = "deldraft";
109
118
 
110
- const createDraft = {
119
+ const deleteDraft = {
111
120
  __proto__: null,
112
121
  actionName: actionName$29,
113
122
  authorizations: authorizations$29
114
123
  };
115
124
 
116
125
  const authorizations$28 = [{ permissions: [active], actor: _system }];
117
- const actionName$28 = "deldraft";
126
+ const actionName$28 = "edittrans";
118
127
 
119
- const deleteDraft = {
128
+ const editTranslation = {
120
129
  __proto__: null,
121
130
  actionName: actionName$28,
122
131
  authorizations: authorizations$28
123
132
  };
124
133
 
125
- const authorizations$27 = [{ permissions: [active], actor: _system }];
126
- const actionName$27 = "edittrans";
134
+ const authorizations$27 = [{ permissions: [active], actor: _draft }];
135
+ const actionName$27 = "newid";
127
136
 
128
- const editTranslation = {
137
+ const newId = {
129
138
  __proto__: null,
130
139
  actionName: actionName$27,
131
140
  authorizations: authorizations$27
132
141
  };
133
142
 
134
- const authorizations$26 = [{ permissions: [active], actor: _draft }];
135
- const actionName$26 = "newid";
136
-
137
- const newId = {
138
- __proto__: null,
139
- actionName: actionName$26,
140
- authorizations: authorizations$26
141
- };
142
-
143
- const index$y = {
143
+ const index$C = {
144
144
  __proto__: null,
145
145
  CreateDraft: createDraft,
146
146
  CreateTranslation: createTranslation,
@@ -167,7 +167,7 @@ const translations = {
167
167
  tableName: tableName$D
168
168
  };
169
169
 
170
- const index$x = {
170
+ const index$B = {
171
171
  __proto__: null,
172
172
  Drafts: drafts,
173
173
  Translations: translations
@@ -179,154 +179,154 @@ const draft = {
179
179
 
180
180
  const contractName$9 = _draft;
181
181
 
182
- const index$w = {
182
+ const index$A = {
183
183
  __proto__: null,
184
- Actions: index$y,
184
+ Actions: index$C,
185
185
  Interfaces: draft,
186
- Tables: index$x,
186
+ Tables: index$B,
187
187
  contractName: contractName$9
188
188
  };
189
189
 
190
- const authorizations$25 = [{ permissions: [active], actor: _fund }];
191
- const actionName$25 = "addaccum";
190
+ const authorizations$26 = [{ permissions: [active], actor: _fund }];
191
+ const actionName$26 = "addaccum";
192
192
 
193
193
  const addAccumulation = {
194
+ __proto__: null,
195
+ actionName: actionName$26,
196
+ authorizations: authorizations$26
197
+ };
198
+
199
+ const authorizations$25 = [{ permissions: [active], actor: _fund }];
200
+ const actionName$25 = "subaccum";
201
+
202
+ const subAccumulation = {
194
203
  __proto__: null,
195
204
  actionName: actionName$25,
196
205
  authorizations: authorizations$25
197
206
  };
198
207
 
199
- const authorizations$24 = [{ permissions: [active], actor: _fund }];
200
- const actionName$24 = "subaccum";
208
+ const authorizations$24 = [{ permissions: [active], actor: _gateway }];
209
+ const actionName$24 = "addcirculate";
201
210
 
202
- const subAccumulation = {
211
+ const addCirculation = {
203
212
  __proto__: null,
204
213
  actionName: actionName$24,
205
214
  authorizations: authorizations$24
206
215
  };
207
216
 
208
- const authorizations$23 = [{ permissions: [active], actor: _gateway }];
209
- const actionName$23 = "addcirculate";
217
+ const authorizations$23 = [{ permissions: [active], actor: _fund }];
218
+ const actionName$23 = "addexpense";
210
219
 
211
- const addCirculation = {
220
+ const addExpense = {
212
221
  __proto__: null,
213
222
  actionName: actionName$23,
214
223
  authorizations: authorizations$23
215
224
  };
216
225
 
217
- const authorizations$22 = [{ permissions: [active], actor: _fund }];
218
- const actionName$22 = "addexpense";
226
+ const authorizations$22 = [{ permissions: [active], actor: _soviet }];
227
+ const actionName$22 = "authorize";
219
228
 
220
- const addExpense = {
229
+ const authorizeWithdraw = {
221
230
  __proto__: null,
222
231
  actionName: actionName$22,
223
232
  authorizations: authorizations$22
224
233
  };
225
234
 
226
- const authorizations$21 = [{ permissions: [active], actor: _soviet }];
227
- const actionName$21 = "authorize";
235
+ const authorizations$21 = [{ permissions: [active, special], actor: _admin }];
236
+ const actionName$21 = "complete";
228
237
 
229
- const authorizeWithdraw = {
238
+ const completeWithdraw$1 = {
230
239
  __proto__: null,
231
240
  actionName: actionName$21,
232
241
  authorizations: authorizations$21
233
242
  };
234
243
 
235
- const authorizations$20 = [{ permissions: [active, special], actor: _admin }];
236
- const actionName$20 = "complete";
244
+ const authorizations$20 = [{ permissions: [active], actor: _fund }];
245
+ const actionName$20 = "newfund";
237
246
 
238
- const completeWithdraw$1 = {
247
+ const newFund = {
239
248
  __proto__: null,
240
249
  actionName: actionName$20,
241
250
  authorizations: authorizations$20
242
251
  };
243
252
 
244
- const authorizations$1$ = [{ permissions: [active], actor: _fund }];
245
- const actionName$1$ = "newfund";
253
+ const authorizations$1$ = [{ permissions: [active], actor: _chairman }];
254
+ const actionName$1$ = "createfund";
246
255
 
247
- const newFund = {
256
+ const createFund = {
248
257
  __proto__: null,
249
258
  actionName: actionName$1$,
250
259
  authorizations: authorizations$1$
251
260
  };
252
261
 
253
262
  const authorizations$1_ = [{ permissions: [active], actor: _chairman }];
254
- const actionName$1_ = "createfund";
263
+ const actionName$1_ = "delfund";
255
264
 
256
- const createFund = {
265
+ const deleteFund = {
257
266
  __proto__: null,
258
267
  actionName: actionName$1_,
259
268
  authorizations: authorizations$1_
260
269
  };
261
270
 
262
271
  const authorizations$1Z = [{ permissions: [active], actor: _chairman }];
263
- const actionName$1Z = "delfund";
272
+ const actionName$1Z = "editfund";
264
273
 
265
- const deleteFund = {
274
+ const editFund = {
266
275
  __proto__: null,
267
276
  actionName: actionName$1Z,
268
277
  authorizations: authorizations$1Z
269
278
  };
270
279
 
271
- const authorizations$1Y = [{ permissions: [active], actor: _chairman }];
272
- const actionName$1Y = "editfund";
280
+ const authorizations$1Y = [
281
+ { permissions: [active], actor: _username },
282
+ { permissions: [active, special], actor: _admin },
283
+ { permissions: [active], actor: _contract }
284
+ ];
285
+ const actionName$1Y = "fundwithdraw";
273
286
 
274
- const editFund = {
287
+ const createWithdraw$1 = {
275
288
  __proto__: null,
276
289
  actionName: actionName$1Y,
277
290
  authorizations: authorizations$1Y
278
291
  };
279
292
 
280
- const authorizations$1X = [
281
- { permissions: [active], actor: _username },
282
- { permissions: [active, special], actor: _admin },
283
- { permissions: [active], actor: _contract }
284
- ];
285
- const actionName$1X = "fundwithdraw";
293
+ const authorizations$1X = [{ permissions: [active], actor: _soviet }];
294
+ const actionName$1X = "init";
286
295
 
287
- const createWithdraw$1 = {
296
+ const init$2 = {
288
297
  __proto__: null,
289
298
  actionName: actionName$1X,
290
299
  authorizations: authorizations$1X
291
300
  };
292
301
 
293
- const authorizations$1W = [{ permissions: [active], actor: _soviet }];
294
- const actionName$1W = "init";
302
+ const authorizations$1W = [{ permissions: [active], actor: _fund }];
303
+ const actionName$1W = "newwithdraw";
295
304
 
296
- const init$2 = {
305
+ const newWithdraw = {
297
306
  __proto__: null,
298
307
  actionName: actionName$1W,
299
308
  authorizations: authorizations$1W
300
309
  };
301
310
 
302
- const authorizations$1V = [{ permissions: [active], actor: _fund }];
303
- const actionName$1V = "newwithdraw";
311
+ const authorizations$1V = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
312
+ const actionName$1V = "spreadamount";
304
313
 
305
- const newWithdraw = {
314
+ const spreadAmount = {
306
315
  __proto__: null,
307
316
  actionName: actionName$1V,
308
317
  authorizations: authorizations$1V
309
318
  };
310
319
 
311
- const authorizations$1U = [{ permissions: [active], actor: _marketplace }, { permissions: [active], actor: _gateway }];
312
- const actionName$1U = "spreadamount";
320
+ const authorizations$1U = [{ permissions: [active], actor: _gateway }];
321
+ const actionName$1U = "subcirculate";
313
322
 
314
- const spreadAmount = {
323
+ const subCirculation = {
315
324
  __proto__: null,
316
325
  actionName: actionName$1U,
317
326
  authorizations: authorizations$1U
318
327
  };
319
328
 
320
- const authorizations$1T = [{ permissions: [active], actor: _gateway }];
321
- const actionName$1T = "subcirculate";
322
-
323
- const subCirculation = {
324
- __proto__: null,
325
- actionName: actionName$1T,
326
- authorizations: authorizations$1T
327
- };
328
-
329
- const index$v = {
329
+ const index$z = {
330
330
  __proto__: null,
331
331
  AddAccumulation: addAccumulation,
332
332
  AddCirculation: addCirculation,
@@ -381,7 +381,7 @@ const fundWithdraws = {
381
381
  tableName: tableName$z
382
382
  };
383
383
 
384
- const index$u = {
384
+ const index$y = {
385
385
  __proto__: null,
386
386
  AccumulatedFunds: accumulationFunds,
387
387
  ExpensedFunds: expenseFunds,
@@ -395,87 +395,87 @@ const fund = {
395
395
 
396
396
  const contractName$8 = _fund;
397
397
 
398
- const index$t = {
398
+ const index$x = {
399
399
  __proto__: null,
400
- Actions: index$v,
400
+ Actions: index$z,
401
401
  Interfaces: fund,
402
- Tables: index$u,
402
+ Tables: index$y,
403
403
  contractName: contractName$8
404
404
  };
405
405
 
406
- const authorizations$1S = [{ permissions: [active, special], actor: _coopname }];
407
- const actionName$1S = "deposit";
406
+ const authorizations$1T = [{ permissions: [active, special], actor: _coopname }];
407
+ const actionName$1T = "deposit";
408
408
 
409
409
  const createDeposit = {
410
+ __proto__: null,
411
+ actionName: actionName$1T,
412
+ authorizations: authorizations$1T
413
+ };
414
+
415
+ const authorizations$1S = [{ permissions: [active, special], actor: _admin }];
416
+ const actionName$1S = "dpcomplete";
417
+
418
+ const completeDeposit = {
410
419
  __proto__: null,
411
420
  actionName: actionName$1S,
412
421
  authorizations: authorizations$1S
413
422
  };
414
423
 
415
424
  const authorizations$1R = [{ permissions: [active, special], actor: _admin }];
416
- const actionName$1R = "dpcomplete";
425
+ const actionName$1R = "dpfail";
417
426
 
418
- const completeDeposit = {
427
+ const failDeposit = {
419
428
  __proto__: null,
420
429
  actionName: actionName$1R,
421
430
  authorizations: authorizations$1R
422
431
  };
423
432
 
424
- const authorizations$1Q = [{ permissions: [active, special], actor: _admin }];
425
- const actionName$1Q = "dpfail";
433
+ const authorizations$1Q = [{ permissions: [active], actor: _gateway }];
434
+ const actionName$1Q = "newdepositid";
426
435
 
427
- const failDeposit = {
436
+ const newDepositId = {
428
437
  __proto__: null,
429
438
  actionName: actionName$1Q,
430
439
  authorizations: authorizations$1Q
431
440
  };
432
441
 
433
442
  const authorizations$1P = [{ permissions: [active], actor: _gateway }];
434
- const actionName$1P = "newdepositid";
443
+ const actionName$1P = "newwithdrid";
435
444
 
436
- const newDepositId = {
445
+ const newWithdrawId = {
437
446
  __proto__: null,
438
447
  actionName: actionName$1P,
439
448
  authorizations: authorizations$1P
440
449
  };
441
450
 
442
- const authorizations$1O = [{ permissions: [active], actor: _gateway }];
443
- const actionName$1O = "newwithdrid";
451
+ const authorizations$1O = [{ permissions: [active], actor: _username }];
452
+ const actionName$1O = "withdraw";
444
453
 
445
- const newWithdrawId = {
454
+ const createWithdraw = {
446
455
  __proto__: null,
447
456
  actionName: actionName$1O,
448
457
  authorizations: authorizations$1O
449
458
  };
450
459
 
451
- const authorizations$1N = [{ permissions: [active], actor: _username }];
452
- const actionName$1N = "withdraw";
460
+ const authorizations$1N = [{ permissions: [active, special], actor: _admin }];
461
+ const actionName$1N = "wthdcomplete";
453
462
 
454
- const createWithdraw = {
463
+ const completeWithdraw = {
455
464
  __proto__: null,
456
465
  actionName: actionName$1N,
457
466
  authorizations: authorizations$1N
458
467
  };
459
468
 
460
469
  const authorizations$1M = [{ permissions: [active, special], actor: _admin }];
461
- const actionName$1M = "wthdcomplete";
470
+ const actionName$1M = "wthdfail";
462
471
 
463
- const completeWithdraw = {
472
+ const failWithdraw = {
464
473
  __proto__: null,
465
474
  actionName: actionName$1M,
466
475
  authorizations: authorizations$1M
467
476
  };
468
477
 
469
- const authorizations$1L = [{ permissions: [active, special], actor: _admin }];
470
- const actionName$1L = "wthdfail";
471
-
472
- const failWithdraw = {
473
- __proto__: null,
474
- actionName: actionName$1L,
475
- authorizations: authorizations$1L
476
- };
477
-
478
- const index$s = {
478
+ const index$w = {
479
479
  __proto__: null,
480
480
  CompleteDeposit: completeDeposit,
481
481
  CompleteWithdraw: completeWithdraw,
@@ -505,7 +505,7 @@ const withdraws = {
505
505
  tableName: tableName$x
506
506
  };
507
507
 
508
- const index$r = {
508
+ const index$v = {
509
509
  __proto__: null,
510
510
  Deposits: deposits,
511
511
  Withdrws: withdraws
@@ -517,36 +517,45 @@ const gateway = {
517
517
 
518
518
  const contractName$7 = _gateway;
519
519
 
520
- const index$q = {
520
+ const index$u = {
521
521
  __proto__: null,
522
- Actions: index$s,
522
+ Actions: index$w,
523
523
  Interfaces: gateway,
524
- Tables: index$r,
524
+ Tables: index$v,
525
525
  contractName: contractName$7
526
526
  };
527
527
 
528
- const authorizations$1K = [{ permissions: [active], actor: _system }];
529
- const actionName$1K = "verificate";
528
+ const authorizations$1L = [{ permissions: [active], actor: _system }];
529
+ const actionName$1L = "verificate";
530
530
 
531
531
  const verificateAccount = {
532
+ __proto__: null,
533
+ actionName: actionName$1L,
534
+ authorizations: authorizations$1L
535
+ };
536
+
537
+ const authorizations$1K = [{ permissions: [active], actor: _username }];
538
+ const actionName$1K = "update";
539
+
540
+ const updateAccount = {
532
541
  __proto__: null,
533
542
  actionName: actionName$1K,
534
543
  authorizations: authorizations$1K
535
544
  };
536
545
 
537
- const authorizations$1J = [{ permissions: [active], actor: _username }];
538
- const actionName$1J = "update";
546
+ const authorizations$1J = [{ permissions: [active, special], actor: _admin }];
547
+ const actionName$1J = "newaccount";
539
548
 
540
- const updateAccount = {
549
+ const createAccount$1 = {
541
550
  __proto__: null,
542
551
  actionName: actionName$1J,
543
552
  authorizations: authorizations$1J
544
553
  };
545
554
 
546
555
  const authorizations$1I = [{ permissions: [active, special], actor: _admin }];
547
- const actionName$1I = "newaccount";
556
+ const actionName$1I = "reguser";
548
557
 
549
- const createAccount$1 = {
558
+ const registerUser = {
550
559
  __proto__: null,
551
560
  actionName: actionName$1I,
552
561
  authorizations: authorizations$1I
@@ -597,7 +606,7 @@ const init$1 = {
597
606
  authorizations: authorizations$1D
598
607
  };
599
608
 
600
- const index$p = {
609
+ const index$t = {
601
610
  __proto__: null,
602
611
  ChangeKey: changeKey,
603
612
  ConfirmJoin: confirmJoin,
@@ -605,6 +614,7 @@ const index$p = {
605
614
  Init: init$1,
606
615
  JoinCooperative: joinCooperative,
607
616
  RegisterOrganization: registerOrganization,
617
+ RegisterUser: registerUser,
608
618
  UpdateAccount: updateAccount,
609
619
  VerificateAccount: verificateAccount
610
620
  };
@@ -627,7 +637,7 @@ const organizations = {
627
637
  tableName: tableName$v
628
638
  };
629
639
 
630
- const index$o = {
640
+ const index$s = {
631
641
  __proto__: null,
632
642
  Accounts: accounts,
633
643
  Organizations: organizations
@@ -639,11 +649,11 @@ const registrator = {
639
649
 
640
650
  const contractName$6 = _registrator;
641
651
 
642
- const index$n = {
652
+ const index$r = {
643
653
  __proto__: null,
644
- Actions: index$p,
654
+ Actions: index$t,
645
655
  Interfaces: registrator,
646
- Tables: index$o,
656
+ Tables: index$s,
647
657
  contractName: contractName$6
648
658
  };
649
659
 
@@ -701,7 +711,7 @@ const retire = {
701
711
  authorizations: authorizations$1x
702
712
  };
703
713
 
704
- const index$m = {
714
+ const index$q = {
705
715
  __proto__: null,
706
716
  Close: close,
707
717
  Create: create,
@@ -729,7 +739,7 @@ const currencyStats = {
729
739
  tableName: tableName$t
730
740
  };
731
741
 
732
- const index$l = {
742
+ const index$p = {
733
743
  __proto__: null,
734
744
  AccountBalance: accountBalance,
735
745
  CurrencyStats: currencyStats
@@ -741,11 +751,11 @@ const token = {
741
751
 
742
752
  const contractName$5 = _token;
743
753
 
744
- const index$k = {
754
+ const index$o = {
745
755
  __proto__: null,
746
- Actions: index$m,
756
+ Actions: index$q,
747
757
  Interfaces: token,
748
- Tables: index$l,
758
+ Tables: index$p,
749
759
  contractName: contractName$5
750
760
  };
751
761
 
@@ -803,7 +813,7 @@ const newprogram = {
803
813
  authorizations: authorizations$1r
804
814
  };
805
815
 
806
- const index$j = {
816
+ const index$n = {
807
817
  __proto__: null,
808
818
  NewAct: newact,
809
819
  NewBatch: newbatch,
@@ -840,7 +850,7 @@ const editAddress = {
840
850
  authorizations: authorizations$1o
841
851
  };
842
852
 
843
- const index$i = {
853
+ const index$m = {
844
854
  __proto__: null,
845
855
  CreateAddress: createAddress,
846
856
  DeleteAddress: deleteAddress,
@@ -923,7 +933,7 @@ const subProgramBalance = {
923
933
  authorizations: authorizations$1i
924
934
  };
925
935
 
926
- const index$h = {
936
+ const index$l = {
927
937
  __proto__: null,
928
938
  AddBalance: addBalance,
929
939
  AddProgramBalance: addProgramBalance,
@@ -966,7 +976,7 @@ const disableMarketProgram = {
966
976
  authorizations: authorizations$1f
967
977
  };
968
978
 
969
- const index$g = {
979
+ const index$k = {
970
980
  __proto__: null,
971
981
  CreateMarketProgram: createMarketProgram,
972
982
  DisableMarketProgram: disableMarketProgram,
@@ -1116,7 +1126,7 @@ const disautomate = {
1116
1126
  authorizations: authorizations$12
1117
1127
  };
1118
1128
 
1119
- const index$f = {
1129
+ const index$j = {
1120
1130
  __proto__: null,
1121
1131
  Authorize: authorize$1,
1122
1132
  Automate: automate,
@@ -1151,20 +1161,20 @@ const updateBoard = {
1151
1161
  authorizations: authorizations$10
1152
1162
  };
1153
1163
 
1154
- const index$e = {
1164
+ const index$i = {
1155
1165
  __proto__: null,
1156
1166
  CreateBoard: createBoard,
1157
1167
  UpdateBoard: updateBoard
1158
1168
  };
1159
1169
 
1160
- const index$d = {
1170
+ const index$h = {
1161
1171
  __proto__: null,
1162
- Addresses: index$i,
1163
- Boards: index$e,
1164
- Decisions: index$f,
1165
- Programs: index$g,
1166
- Registry: index$j,
1167
- Wallet: index$h
1172
+ Addresses: index$m,
1173
+ Boards: index$i,
1174
+ Decisions: index$j,
1175
+ Programs: index$k,
1176
+ Registry: index$n,
1177
+ Wallet: index$l
1168
1178
  };
1169
1179
 
1170
1180
  const tableName$s = "addresses";
@@ -1275,7 +1285,7 @@ const wallets = {
1275
1285
  tableName: tableName$h
1276
1286
  };
1277
1287
 
1278
- const index$c = {
1288
+ const index$g = {
1279
1289
  __proto__: null,
1280
1290
  Addresses: addresses,
1281
1291
  Admins: admins,
@@ -1297,11 +1307,11 @@ const soviet = {
1297
1307
 
1298
1308
  const contractName$4 = _soviet;
1299
1309
 
1300
- const index$b = {
1310
+ const index$f = {
1301
1311
  __proto__: null,
1302
- Actions: index$d,
1312
+ Actions: index$h,
1303
1313
  Interfaces: soviet,
1304
- Tables: index$c,
1314
+ Tables: index$g,
1305
1315
  contractName: contractName$4
1306
1316
  };
1307
1317
 
@@ -1476,7 +1486,7 @@ const updateRequest = {
1476
1486
  authorizations: authorizations$J
1477
1487
  };
1478
1488
 
1479
- const index$a = {
1489
+ const index$e = {
1480
1490
  __proto__: null,
1481
1491
  AcceptRequest: acceptRequest,
1482
1492
  Authorize: authorize,
@@ -1508,7 +1518,7 @@ const requests = {
1508
1518
  tableName: tableName$g
1509
1519
  };
1510
1520
 
1511
- const index$9 = {
1521
+ const index$d = {
1512
1522
  __proto__: null,
1513
1523
  Requests: requests
1514
1524
  };
@@ -1519,11 +1529,11 @@ const marketplace = {
1519
1529
 
1520
1530
  const contractName$3 = _marketplace;
1521
1531
 
1522
- const index$8 = {
1532
+ const index$c = {
1523
1533
  __proto__: null,
1524
- Actions: index$a,
1534
+ Actions: index$e,
1525
1535
  Interfaces: marketplace,
1526
- Tables: index$9,
1536
+ Tables: index$d,
1527
1537
  contractName: contractName$3
1528
1538
  };
1529
1539
 
@@ -1581,7 +1591,7 @@ const invalidateAccount = {
1581
1591
  authorizations: authorizations$D
1582
1592
  };
1583
1593
 
1584
- const index$7 = {
1594
+ const index$b = {
1585
1595
  __proto__: null,
1586
1596
  ApproveProposal: approveProposal,
1587
1597
  CancelProposal: cancelProposal,
@@ -1627,7 +1637,7 @@ const proposals = {
1627
1637
  tableName: tableName$c
1628
1638
  };
1629
1639
 
1630
- const index$6 = {
1640
+ const index$a = {
1631
1641
  __proto__: null,
1632
1642
  Approvals: approvals,
1633
1643
  Approvals2: approvals2,
@@ -1641,11 +1651,11 @@ const msig = {
1641
1651
 
1642
1652
  const contractName$2 = _msig;
1643
1653
 
1644
- const index$5 = {
1654
+ const index$9 = {
1645
1655
  __proto__: null,
1646
- Actions: index$7,
1656
+ Actions: index$b,
1647
1657
  Interfaces: msig,
1648
- Tables: index$6,
1658
+ Tables: index$a,
1649
1659
  contractName: contractName$2
1650
1660
  };
1651
1661
 
@@ -1658,7 +1668,7 @@ const exec = {
1658
1668
  authorizations: authorizations$C
1659
1669
  };
1660
1670
 
1661
- const index$4 = {
1671
+ const index$8 = {
1662
1672
  __proto__: null,
1663
1673
  Exec: exec
1664
1674
  };
@@ -1669,9 +1679,9 @@ const wrap = {
1669
1679
 
1670
1680
  const contractName$1 = _wrap;
1671
1681
 
1672
- const index$3 = {
1682
+ const index$7 = {
1673
1683
  __proto__: null,
1674
- Actions: index$4,
1684
+ Actions: index$8,
1675
1685
  Interfaces: wrap,
1676
1686
  contractName: contractName$1
1677
1687
  };
@@ -2023,7 +2033,7 @@ const cancelDelay = {
2023
2033
  authorizations: authorizations
2024
2034
  };
2025
2035
 
2026
- const index$2 = {
2036
+ const index$6 = {
2027
2037
  __proto__: null,
2028
2038
  ActivateFeature: activateFeature,
2029
2039
  BidName: bidName,
@@ -2173,7 +2183,7 @@ const voters = {
2173
2183
  tableName: tableName
2174
2184
  };
2175
2185
 
2176
- const index$1 = {
2186
+ const index$5 = {
2177
2187
  __proto__: null,
2178
2188
  BidRefunds: bidRefunds,
2179
2189
  NameBids: nameBids,
@@ -2195,22 +2205,42 @@ const system = {
2195
2205
 
2196
2206
  const contractName = _system;
2197
2207
 
2198
- const index = {
2208
+ const index$4 = {
2199
2209
  __proto__: null,
2200
- Actions: index$2,
2210
+ Actions: index$6,
2201
2211
  Interfaces: system,
2202
- Tables: index$1,
2212
+ Tables: index$5,
2203
2213
  contractName: contractName
2204
2214
  };
2205
2215
 
2206
- exports.DraftContract = index$w;
2207
- exports.FundContract = index$t;
2208
- exports.GatewayContract = index$q;
2209
- exports.MarketContract = index$8;
2210
- exports.MsigContract = index$5;
2211
- exports.RegistratorContract = index$n;
2212
- exports.SovietContract = index$b;
2213
- exports.SystemContract = index;
2214
- exports.TokenContract = index$k;
2215
- exports.WrapContract = index$3;
2216
- exports._Common = index$z;
2216
+ const index$3 = {
2217
+ __proto__: null
2218
+ };
2219
+
2220
+ const index$2 = {
2221
+ __proto__: null
2222
+ };
2223
+
2224
+ const index$1 = {
2225
+ __proto__: null
2226
+ };
2227
+
2228
+ const index = {
2229
+ __proto__: null,
2230
+ Blockchain: index$1,
2231
+ Documents: index$3,
2232
+ Users: index$2
2233
+ };
2234
+
2235
+ exports.Cooperative = index;
2236
+ exports.DraftContract = index$A;
2237
+ exports.FundContract = index$x;
2238
+ exports.GatewayContract = index$u;
2239
+ exports.MarketContract = index$c;
2240
+ exports.MsigContract = index$9;
2241
+ exports.RegistratorContract = index$r;
2242
+ exports.SovietContract = index$f;
2243
+ exports.SystemContract = index$4;
2244
+ exports.TokenContract = index$o;
2245
+ exports.WrapContract = index$7;
2246
+ exports._Common = index$D;