cooptypes 0.5.5 → 0.5.7

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
@@ -147,22 +147,22 @@ const index$y = {
147
147
  newId: newId
148
148
  };
149
149
 
150
- const tableName$F = "drafts";
151
- const scope$F = _contract;
150
+ const tableName$E = "drafts";
151
+ const scope$E = _contract;
152
152
 
153
153
  const drafts = {
154
154
  __proto__: null,
155
- scope: scope$F,
156
- tableName: tableName$F
155
+ scope: scope$E,
156
+ tableName: tableName$E
157
157
  };
158
158
 
159
- const tableName$E = "translations";
160
- const scope$E = _contract;
159
+ const tableName$D = "translations";
160
+ const scope$D = _contract;
161
161
 
162
162
  const translations = {
163
163
  __proto__: null,
164
- scope: scope$E,
165
- tableName: tableName$E
164
+ scope: scope$D,
165
+ tableName: tableName$D
166
166
  };
167
167
 
168
168
  const index$x = {
@@ -343,42 +343,42 @@ const index$v = {
343
343
  SubCirculation: subCirculation
344
344
  };
345
345
 
346
- const tableName$D = "accfunds";
347
- const scope$D = _fund;
348
-
349
- const accumulationFunds = {
350
- __proto__: null,
351
- scope: scope$D,
352
- tableName: tableName$D
353
- };
354
-
355
- const tableName$C = "expfunds";
346
+ const tableName$C = "accfunds";
356
347
  const scope$C = _fund;
357
348
 
358
- const expenseFunds = {
349
+ const accumulationFunds = {
359
350
  __proto__: null,
360
351
  scope: scope$C,
361
352
  tableName: tableName$C
362
353
  };
363
354
 
364
- const tableName$B = "fundwallet";
355
+ const tableName$B = "expfunds";
365
356
  const scope$B = _fund;
366
357
 
367
- const fundWallet = {
358
+ const expenseFunds = {
368
359
  __proto__: null,
369
360
  scope: scope$B,
370
361
  tableName: tableName$B
371
362
  };
372
363
 
373
- const tableName$A = "fwithdraws";
364
+ const tableName$A = "fundwallet";
374
365
  const scope$A = _fund;
375
366
 
376
- const fundWithdraws = {
367
+ const fundWallet = {
377
368
  __proto__: null,
378
369
  scope: scope$A,
379
370
  tableName: tableName$A
380
371
  };
381
372
 
373
+ const tableName$z = "fwithdraws";
374
+ const scope$z = _fund;
375
+
376
+ const fundWithdraws = {
377
+ __proto__: null,
378
+ scope: scope$z,
379
+ tableName: tableName$z
380
+ };
381
+
382
382
  const index$u = {
383
383
  __proto__: null,
384
384
  AccumulatedFunds: accumulationFunds,
@@ -485,22 +485,22 @@ const index$s = {
485
485
  NewWithdrawId: newWithdrawId
486
486
  };
487
487
 
488
- const tableName$z = "deposits";
489
- const scope$z = _gateway;
488
+ const tableName$y = "deposits";
489
+ const scope$y = _gateway;
490
490
 
491
491
  const deposits = {
492
492
  __proto__: null,
493
- scope: scope$z,
494
- tableName: tableName$z
493
+ scope: scope$y,
494
+ tableName: tableName$y
495
495
  };
496
496
 
497
- const tableName$y = "withdraws";
498
- const scope$y = _gateway;
497
+ const tableName$x = "withdraws";
498
+ const scope$x = _gateway;
499
499
 
500
500
  const withdraws = {
501
501
  __proto__: null,
502
- scope: scope$y,
503
- tableName: tableName$y
502
+ scope: scope$x,
503
+ tableName: tableName$x
504
504
  };
505
505
 
506
506
  const index$r = {
@@ -597,28 +597,19 @@ const index$p = {
597
597
  VerificateAccount: verificateAccount
598
598
  };
599
599
 
600
- const tableName$x = "accounts";
601
- const scope$x = _registrator;
602
-
603
- const accounts = {
604
- __proto__: null,
605
- scope: scope$x,
606
- tableName: tableName$x
607
- };
608
-
609
- const tableName$w = "orgs";
600
+ const tableName$w = "accounts";
610
601
  const scope$w = _registrator;
611
602
 
612
- const organizations = {
603
+ const accounts = {
613
604
  __proto__: null,
614
605
  scope: scope$w,
615
606
  tableName: tableName$w
616
607
  };
617
608
 
618
- const tableName$v = "users";
619
- const scope$v = _coopname;
609
+ const tableName$v = "orgs";
610
+ const scope$v = _registrator;
620
611
 
621
- const users = {
612
+ const organizations = {
622
613
  __proto__: null,
623
614
  scope: scope$v,
624
615
  tableName: tableName$v
@@ -627,8 +618,7 @@ const users = {
627
618
  const index$o = {
628
619
  __proto__: null,
629
620
  Accounts: accounts,
630
- Organizations: organizations,
631
- Users: users
621
+ Organizations: organizations
632
622
  };
633
623
 
634
624
  const registrator = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cooptypes",
3
3
  "type": "module",
4
- "version": "0.5.5",
4
+ "version": "0.5.7",
5
5
  "packageManager": "pnpm@9.0.6",
6
6
  "description": "_description_",
7
7
  "author": "Alex Ant <dacom.dark.sun@gmail.com>",