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.cjs +37 -47
- package/dist/index.d.cts +87 -129
- package/dist/index.d.mts +87 -129
- package/dist/index.d.ts +87 -129
- package/dist/index.mjs +37 -47
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -147,22 +147,22 @@ const index$y = {
|
|
|
147
147
|
newId: newId
|
|
148
148
|
};
|
|
149
149
|
|
|
150
|
-
const tableName$
|
|
151
|
-
const scope$
|
|
150
|
+
const tableName$E = "drafts";
|
|
151
|
+
const scope$E = _contract;
|
|
152
152
|
|
|
153
153
|
const drafts = {
|
|
154
154
|
__proto__: null,
|
|
155
|
-
scope: scope$
|
|
156
|
-
tableName: tableName$
|
|
155
|
+
scope: scope$E,
|
|
156
|
+
tableName: tableName$E
|
|
157
157
|
};
|
|
158
158
|
|
|
159
|
-
const tableName$
|
|
160
|
-
const scope$
|
|
159
|
+
const tableName$D = "translations";
|
|
160
|
+
const scope$D = _contract;
|
|
161
161
|
|
|
162
162
|
const translations = {
|
|
163
163
|
__proto__: null,
|
|
164
|
-
scope: scope$
|
|
165
|
-
tableName: tableName$
|
|
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$
|
|
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
|
|
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 = "
|
|
355
|
+
const tableName$B = "expfunds";
|
|
365
356
|
const scope$B = _fund;
|
|
366
357
|
|
|
367
|
-
const
|
|
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 = "
|
|
364
|
+
const tableName$A = "fundwallet";
|
|
374
365
|
const scope$A = _fund;
|
|
375
366
|
|
|
376
|
-
const
|
|
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$
|
|
489
|
-
const scope$
|
|
488
|
+
const tableName$y = "deposits";
|
|
489
|
+
const scope$y = _gateway;
|
|
490
490
|
|
|
491
491
|
const deposits = {
|
|
492
492
|
__proto__: null,
|
|
493
|
-
scope: scope$
|
|
494
|
-
tableName: tableName$
|
|
493
|
+
scope: scope$y,
|
|
494
|
+
tableName: tableName$y
|
|
495
495
|
};
|
|
496
496
|
|
|
497
|
-
const tableName$
|
|
498
|
-
const scope$
|
|
497
|
+
const tableName$x = "withdraws";
|
|
498
|
+
const scope$x = _gateway;
|
|
499
499
|
|
|
500
500
|
const withdraws = {
|
|
501
501
|
__proto__: null,
|
|
502
|
-
scope: scope$
|
|
503
|
-
tableName: tableName$
|
|
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$
|
|
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
|
|
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 = "
|
|
619
|
-
const scope$v =
|
|
609
|
+
const tableName$v = "orgs";
|
|
610
|
+
const scope$v = _registrator;
|
|
620
611
|
|
|
621
|
-
const
|
|
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 = {
|