cooptypes 0.5.5 → 0.5.8

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
@@ -149,22 +149,22 @@ const index$y = {
149
149
  newId: newId
150
150
  };
151
151
 
152
- const tableName$F = "drafts";
153
- const scope$F = _contract;
152
+ const tableName$E = "drafts";
153
+ const scope$E = _contract;
154
154
 
155
155
  const drafts = {
156
156
  __proto__: null,
157
- scope: scope$F,
158
- tableName: tableName$F
157
+ scope: scope$E,
158
+ tableName: tableName$E
159
159
  };
160
160
 
161
- const tableName$E = "translations";
162
- const scope$E = _contract;
161
+ const tableName$D = "translations";
162
+ const scope$D = _contract;
163
163
 
164
164
  const translations = {
165
165
  __proto__: null,
166
- scope: scope$E,
167
- tableName: tableName$E
166
+ scope: scope$D,
167
+ tableName: tableName$D
168
168
  };
169
169
 
170
170
  const index$x = {
@@ -345,42 +345,42 @@ const index$v = {
345
345
  SubCirculation: subCirculation
346
346
  };
347
347
 
348
- const tableName$D = "accfunds";
349
- const scope$D = _fund;
350
-
351
- const accumulationFunds = {
352
- __proto__: null,
353
- scope: scope$D,
354
- tableName: tableName$D
355
- };
356
-
357
- const tableName$C = "expfunds";
348
+ const tableName$C = "accfunds";
358
349
  const scope$C = _fund;
359
350
 
360
- const expenseFunds = {
351
+ const accumulationFunds = {
361
352
  __proto__: null,
362
353
  scope: scope$C,
363
354
  tableName: tableName$C
364
355
  };
365
356
 
366
- const tableName$B = "fundwallet";
357
+ const tableName$B = "expfunds";
367
358
  const scope$B = _fund;
368
359
 
369
- const fundWallet = {
360
+ const expenseFunds = {
370
361
  __proto__: null,
371
362
  scope: scope$B,
372
363
  tableName: tableName$B
373
364
  };
374
365
 
375
- const tableName$A = "fwithdraws";
366
+ const tableName$A = "fundwallet";
376
367
  const scope$A = _fund;
377
368
 
378
- const fundWithdraws = {
369
+ const fundWallet = {
379
370
  __proto__: null,
380
371
  scope: scope$A,
381
372
  tableName: tableName$A
382
373
  };
383
374
 
375
+ const tableName$z = "fwithdraws";
376
+ const scope$z = _fund;
377
+
378
+ const fundWithdraws = {
379
+ __proto__: null,
380
+ scope: scope$z,
381
+ tableName: tableName$z
382
+ };
383
+
384
384
  const index$u = {
385
385
  __proto__: null,
386
386
  AccumulatedFunds: accumulationFunds,
@@ -487,22 +487,22 @@ const index$s = {
487
487
  NewWithdrawId: newWithdrawId
488
488
  };
489
489
 
490
- const tableName$z = "deposits";
491
- const scope$z = _gateway;
490
+ const tableName$y = "deposits";
491
+ const scope$y = _gateway;
492
492
 
493
493
  const deposits = {
494
494
  __proto__: null,
495
- scope: scope$z,
496
- tableName: tableName$z
495
+ scope: scope$y,
496
+ tableName: tableName$y
497
497
  };
498
498
 
499
- const tableName$y = "withdraws";
500
- const scope$y = _gateway;
499
+ const tableName$x = "withdraws";
500
+ const scope$x = _gateway;
501
501
 
502
502
  const withdraws = {
503
503
  __proto__: null,
504
- scope: scope$y,
505
- tableName: tableName$y
504
+ scope: scope$x,
505
+ tableName: tableName$x
506
506
  };
507
507
 
508
508
  const index$r = {
@@ -599,28 +599,19 @@ const index$p = {
599
599
  VerificateAccount: verificateAccount
600
600
  };
601
601
 
602
- const tableName$x = "accounts";
603
- const scope$x = _registrator;
604
-
605
- const accounts = {
606
- __proto__: null,
607
- scope: scope$x,
608
- tableName: tableName$x
609
- };
610
-
611
- const tableName$w = "orgs";
602
+ const tableName$w = "accounts";
612
603
  const scope$w = _registrator;
613
604
 
614
- const organizations = {
605
+ const accounts = {
615
606
  __proto__: null,
616
607
  scope: scope$w,
617
608
  tableName: tableName$w
618
609
  };
619
610
 
620
- const tableName$v = "users";
621
- const scope$v = _coopname;
611
+ const tableName$v = "orgs";
612
+ const scope$v = _registrator;
622
613
 
623
- const users = {
614
+ const organizations = {
624
615
  __proto__: null,
625
616
  scope: scope$v,
626
617
  tableName: tableName$v
@@ -629,8 +620,7 @@ const users = {
629
620
  const index$o = {
630
621
  __proto__: null,
631
622
  Accounts: accounts,
632
- Organizations: organizations,
633
- Users: users
623
+ Organizations: organizations
634
624
  };
635
625
 
636
626
  const registrator = {
@@ -1489,7 +1479,7 @@ const index$a = {
1489
1479
  UpdateRequests: updateRequest
1490
1480
  };
1491
1481
 
1492
- const tableName$g = "exchange";
1482
+ const tableName$g = "requests";
1493
1483
  const scope$g = _coopname;
1494
1484
 
1495
1485
  const requests = {