cooptypes 0.5.19 → 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 +98 -78
- package/dist/index.d.cts +321 -97
- package/dist/index.d.mts +321 -97
- package/dist/index.d.ts +321 -97
- package/dist/index.mjs +87 -68
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ const _admin = "_admin";
|
|
|
6
6
|
const _contract = "_contract";
|
|
7
7
|
const _system$1 = "_system";
|
|
8
8
|
|
|
9
|
-
const index$
|
|
9
|
+
const index$G = {
|
|
10
10
|
__proto__: null,
|
|
11
11
|
_admin: _admin,
|
|
12
12
|
_chairman: _chairman,
|
|
@@ -58,7 +58,7 @@ const _wrap = {
|
|
|
58
58
|
testnet: "eosio.wrap"
|
|
59
59
|
};
|
|
60
60
|
|
|
61
|
-
const index$
|
|
61
|
+
const index$F = {
|
|
62
62
|
__proto__: null,
|
|
63
63
|
_draft: _draft,
|
|
64
64
|
_fund: _fund,
|
|
@@ -79,18 +79,18 @@ const special = {
|
|
|
79
79
|
action: "actionName"
|
|
80
80
|
};
|
|
81
81
|
|
|
82
|
-
const index$
|
|
82
|
+
const index$E = {
|
|
83
83
|
__proto__: null,
|
|
84
84
|
active: active,
|
|
85
85
|
owner: owner,
|
|
86
86
|
special: special
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
const index$
|
|
89
|
+
const index$D = {
|
|
90
90
|
__proto__: null,
|
|
91
|
-
Actors: index$
|
|
92
|
-
ContractNames: index$
|
|
93
|
-
Permissions: index$
|
|
91
|
+
Actors: index$G,
|
|
92
|
+
ContractNames: index$F,
|
|
93
|
+
Permissions: index$E
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
const authorizations$2b = [{ permissions: [active], actor: _system }];
|
|
@@ -138,7 +138,7 @@ const newId = {
|
|
|
138
138
|
authorizations: authorizations$27
|
|
139
139
|
};
|
|
140
140
|
|
|
141
|
-
const index$
|
|
141
|
+
const index$C = {
|
|
142
142
|
__proto__: null,
|
|
143
143
|
CreateDraft: createDraft,
|
|
144
144
|
CreateTranslation: createTranslation,
|
|
@@ -165,7 +165,7 @@ const translations = {
|
|
|
165
165
|
tableName: tableName$D
|
|
166
166
|
};
|
|
167
167
|
|
|
168
|
-
const index$
|
|
168
|
+
const index$B = {
|
|
169
169
|
__proto__: null,
|
|
170
170
|
Drafts: drafts,
|
|
171
171
|
Translations: translations
|
|
@@ -177,11 +177,11 @@ const draft = {
|
|
|
177
177
|
|
|
178
178
|
const contractName$9 = _draft;
|
|
179
179
|
|
|
180
|
-
const index$
|
|
180
|
+
const index$A = {
|
|
181
181
|
__proto__: null,
|
|
182
|
-
Actions: index$
|
|
182
|
+
Actions: index$C,
|
|
183
183
|
Interfaces: draft,
|
|
184
|
-
Tables: index$
|
|
184
|
+
Tables: index$B,
|
|
185
185
|
contractName: contractName$9
|
|
186
186
|
};
|
|
187
187
|
|
|
@@ -324,7 +324,7 @@ const subCirculation = {
|
|
|
324
324
|
authorizations: authorizations$1U
|
|
325
325
|
};
|
|
326
326
|
|
|
327
|
-
const index$
|
|
327
|
+
const index$z = {
|
|
328
328
|
__proto__: null,
|
|
329
329
|
AddAccumulation: addAccumulation,
|
|
330
330
|
AddCirculation: addCirculation,
|
|
@@ -379,7 +379,7 @@ const fundWithdraws = {
|
|
|
379
379
|
tableName: tableName$z
|
|
380
380
|
};
|
|
381
381
|
|
|
382
|
-
const index$
|
|
382
|
+
const index$y = {
|
|
383
383
|
__proto__: null,
|
|
384
384
|
AccumulatedFunds: accumulationFunds,
|
|
385
385
|
ExpensedFunds: expenseFunds,
|
|
@@ -393,11 +393,11 @@ const fund = {
|
|
|
393
393
|
|
|
394
394
|
const contractName$8 = _fund;
|
|
395
395
|
|
|
396
|
-
const index$
|
|
396
|
+
const index$x = {
|
|
397
397
|
__proto__: null,
|
|
398
|
-
Actions: index$
|
|
398
|
+
Actions: index$z,
|
|
399
399
|
Interfaces: fund,
|
|
400
|
-
Tables: index$
|
|
400
|
+
Tables: index$y,
|
|
401
401
|
contractName: contractName$8
|
|
402
402
|
};
|
|
403
403
|
|
|
@@ -473,7 +473,7 @@ const failWithdraw = {
|
|
|
473
473
|
authorizations: authorizations$1M
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
const index$
|
|
476
|
+
const index$w = {
|
|
477
477
|
__proto__: null,
|
|
478
478
|
CompleteDeposit: completeDeposit,
|
|
479
479
|
CompleteWithdraw: completeWithdraw,
|
|
@@ -503,7 +503,7 @@ const withdraws = {
|
|
|
503
503
|
tableName: tableName$x
|
|
504
504
|
};
|
|
505
505
|
|
|
506
|
-
const index$
|
|
506
|
+
const index$v = {
|
|
507
507
|
__proto__: null,
|
|
508
508
|
Deposits: deposits,
|
|
509
509
|
Withdrws: withdraws
|
|
@@ -515,11 +515,11 @@ const gateway = {
|
|
|
515
515
|
|
|
516
516
|
const contractName$7 = _gateway;
|
|
517
517
|
|
|
518
|
-
const index$
|
|
518
|
+
const index$u = {
|
|
519
519
|
__proto__: null,
|
|
520
|
-
Actions: index$
|
|
520
|
+
Actions: index$w,
|
|
521
521
|
Interfaces: gateway,
|
|
522
|
-
Tables: index$
|
|
522
|
+
Tables: index$v,
|
|
523
523
|
contractName: contractName$7
|
|
524
524
|
};
|
|
525
525
|
|
|
@@ -604,7 +604,7 @@ const init$1 = {
|
|
|
604
604
|
authorizations: authorizations$1D
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
const index$
|
|
607
|
+
const index$t = {
|
|
608
608
|
__proto__: null,
|
|
609
609
|
ChangeKey: changeKey,
|
|
610
610
|
ConfirmJoin: confirmJoin,
|
|
@@ -635,7 +635,7 @@ const organizations = {
|
|
|
635
635
|
tableName: tableName$v
|
|
636
636
|
};
|
|
637
637
|
|
|
638
|
-
const index$
|
|
638
|
+
const index$s = {
|
|
639
639
|
__proto__: null,
|
|
640
640
|
Accounts: accounts,
|
|
641
641
|
Organizations: organizations
|
|
@@ -647,11 +647,11 @@ const registrator = {
|
|
|
647
647
|
|
|
648
648
|
const contractName$6 = _registrator;
|
|
649
649
|
|
|
650
|
-
const index$
|
|
650
|
+
const index$r = {
|
|
651
651
|
__proto__: null,
|
|
652
|
-
Actions: index$
|
|
652
|
+
Actions: index$t,
|
|
653
653
|
Interfaces: registrator,
|
|
654
|
-
Tables: index$
|
|
654
|
+
Tables: index$s,
|
|
655
655
|
contractName: contractName$6
|
|
656
656
|
};
|
|
657
657
|
|
|
@@ -709,7 +709,7 @@ const retire = {
|
|
|
709
709
|
authorizations: authorizations$1x
|
|
710
710
|
};
|
|
711
711
|
|
|
712
|
-
const index$
|
|
712
|
+
const index$q = {
|
|
713
713
|
__proto__: null,
|
|
714
714
|
Close: close,
|
|
715
715
|
Create: create,
|
|
@@ -737,7 +737,7 @@ const currencyStats = {
|
|
|
737
737
|
tableName: tableName$t
|
|
738
738
|
};
|
|
739
739
|
|
|
740
|
-
const index$
|
|
740
|
+
const index$p = {
|
|
741
741
|
__proto__: null,
|
|
742
742
|
AccountBalance: accountBalance,
|
|
743
743
|
CurrencyStats: currencyStats
|
|
@@ -749,11 +749,11 @@ const token = {
|
|
|
749
749
|
|
|
750
750
|
const contractName$5 = _token;
|
|
751
751
|
|
|
752
|
-
const index$
|
|
752
|
+
const index$o = {
|
|
753
753
|
__proto__: null,
|
|
754
|
-
Actions: index$
|
|
754
|
+
Actions: index$q,
|
|
755
755
|
Interfaces: token,
|
|
756
|
-
Tables: index$
|
|
756
|
+
Tables: index$p,
|
|
757
757
|
contractName: contractName$5
|
|
758
758
|
};
|
|
759
759
|
|
|
@@ -811,7 +811,7 @@ const newprogram = {
|
|
|
811
811
|
authorizations: authorizations$1r
|
|
812
812
|
};
|
|
813
813
|
|
|
814
|
-
const index$
|
|
814
|
+
const index$n = {
|
|
815
815
|
__proto__: null,
|
|
816
816
|
NewAct: newact,
|
|
817
817
|
NewBatch: newbatch,
|
|
@@ -848,7 +848,7 @@ const editAddress = {
|
|
|
848
848
|
authorizations: authorizations$1o
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
const index$
|
|
851
|
+
const index$m = {
|
|
852
852
|
__proto__: null,
|
|
853
853
|
CreateAddress: createAddress,
|
|
854
854
|
DeleteAddress: deleteAddress,
|
|
@@ -931,7 +931,7 @@ const subProgramBalance = {
|
|
|
931
931
|
authorizations: authorizations$1i
|
|
932
932
|
};
|
|
933
933
|
|
|
934
|
-
const index$
|
|
934
|
+
const index$l = {
|
|
935
935
|
__proto__: null,
|
|
936
936
|
AddBalance: addBalance,
|
|
937
937
|
AddProgramBalance: addProgramBalance,
|
|
@@ -974,7 +974,7 @@ const disableMarketProgram = {
|
|
|
974
974
|
authorizations: authorizations$1f
|
|
975
975
|
};
|
|
976
976
|
|
|
977
|
-
const index$
|
|
977
|
+
const index$k = {
|
|
978
978
|
__proto__: null,
|
|
979
979
|
CreateMarketProgram: createMarketProgram,
|
|
980
980
|
DisableMarketProgram: disableMarketProgram,
|
|
@@ -1124,7 +1124,7 @@ const disautomate = {
|
|
|
1124
1124
|
authorizations: authorizations$12
|
|
1125
1125
|
};
|
|
1126
1126
|
|
|
1127
|
-
const index$
|
|
1127
|
+
const index$j = {
|
|
1128
1128
|
__proto__: null,
|
|
1129
1129
|
Authorize: authorize$1,
|
|
1130
1130
|
Automate: automate,
|
|
@@ -1159,20 +1159,20 @@ const updateBoard = {
|
|
|
1159
1159
|
authorizations: authorizations$10
|
|
1160
1160
|
};
|
|
1161
1161
|
|
|
1162
|
-
const index$
|
|
1162
|
+
const index$i = {
|
|
1163
1163
|
__proto__: null,
|
|
1164
1164
|
CreateBoard: createBoard,
|
|
1165
1165
|
UpdateBoard: updateBoard
|
|
1166
1166
|
};
|
|
1167
1167
|
|
|
1168
|
-
const index$
|
|
1168
|
+
const index$h = {
|
|
1169
1169
|
__proto__: null,
|
|
1170
|
-
Addresses: index$
|
|
1171
|
-
Boards: index$
|
|
1172
|
-
Decisions: index$
|
|
1173
|
-
Programs: index$
|
|
1174
|
-
Registry: index$
|
|
1175
|
-
Wallet: index$
|
|
1170
|
+
Addresses: index$m,
|
|
1171
|
+
Boards: index$i,
|
|
1172
|
+
Decisions: index$j,
|
|
1173
|
+
Programs: index$k,
|
|
1174
|
+
Registry: index$n,
|
|
1175
|
+
Wallet: index$l
|
|
1176
1176
|
};
|
|
1177
1177
|
|
|
1178
1178
|
const tableName$s = "addresses";
|
|
@@ -1283,7 +1283,7 @@ const wallets = {
|
|
|
1283
1283
|
tableName: tableName$h
|
|
1284
1284
|
};
|
|
1285
1285
|
|
|
1286
|
-
const index$
|
|
1286
|
+
const index$g = {
|
|
1287
1287
|
__proto__: null,
|
|
1288
1288
|
Addresses: addresses,
|
|
1289
1289
|
Admins: admins,
|
|
@@ -1305,11 +1305,11 @@ const soviet = {
|
|
|
1305
1305
|
|
|
1306
1306
|
const contractName$4 = _soviet;
|
|
1307
1307
|
|
|
1308
|
-
const index$
|
|
1308
|
+
const index$f = {
|
|
1309
1309
|
__proto__: null,
|
|
1310
|
-
Actions: index$
|
|
1310
|
+
Actions: index$h,
|
|
1311
1311
|
Interfaces: soviet,
|
|
1312
|
-
Tables: index$
|
|
1312
|
+
Tables: index$g,
|
|
1313
1313
|
contractName: contractName$4
|
|
1314
1314
|
};
|
|
1315
1315
|
|
|
@@ -1484,7 +1484,7 @@ const updateRequest = {
|
|
|
1484
1484
|
authorizations: authorizations$J
|
|
1485
1485
|
};
|
|
1486
1486
|
|
|
1487
|
-
const index$
|
|
1487
|
+
const index$e = {
|
|
1488
1488
|
__proto__: null,
|
|
1489
1489
|
AcceptRequest: acceptRequest,
|
|
1490
1490
|
Authorize: authorize,
|
|
@@ -1516,7 +1516,7 @@ const requests = {
|
|
|
1516
1516
|
tableName: tableName$g
|
|
1517
1517
|
};
|
|
1518
1518
|
|
|
1519
|
-
const index$
|
|
1519
|
+
const index$d = {
|
|
1520
1520
|
__proto__: null,
|
|
1521
1521
|
Requests: requests
|
|
1522
1522
|
};
|
|
@@ -1527,11 +1527,11 @@ const marketplace = {
|
|
|
1527
1527
|
|
|
1528
1528
|
const contractName$3 = _marketplace;
|
|
1529
1529
|
|
|
1530
|
-
const index$
|
|
1530
|
+
const index$c = {
|
|
1531
1531
|
__proto__: null,
|
|
1532
|
-
Actions: index$
|
|
1532
|
+
Actions: index$e,
|
|
1533
1533
|
Interfaces: marketplace,
|
|
1534
|
-
Tables: index$
|
|
1534
|
+
Tables: index$d,
|
|
1535
1535
|
contractName: contractName$3
|
|
1536
1536
|
};
|
|
1537
1537
|
|
|
@@ -1589,7 +1589,7 @@ const invalidateAccount = {
|
|
|
1589
1589
|
authorizations: authorizations$D
|
|
1590
1590
|
};
|
|
1591
1591
|
|
|
1592
|
-
const index$
|
|
1592
|
+
const index$b = {
|
|
1593
1593
|
__proto__: null,
|
|
1594
1594
|
ApproveProposal: approveProposal,
|
|
1595
1595
|
CancelProposal: cancelProposal,
|
|
@@ -1635,7 +1635,7 @@ const proposals = {
|
|
|
1635
1635
|
tableName: tableName$c
|
|
1636
1636
|
};
|
|
1637
1637
|
|
|
1638
|
-
const index$
|
|
1638
|
+
const index$a = {
|
|
1639
1639
|
__proto__: null,
|
|
1640
1640
|
Approvals: approvals,
|
|
1641
1641
|
Approvals2: approvals2,
|
|
@@ -1649,11 +1649,11 @@ const msig = {
|
|
|
1649
1649
|
|
|
1650
1650
|
const contractName$2 = _msig;
|
|
1651
1651
|
|
|
1652
|
-
const index$
|
|
1652
|
+
const index$9 = {
|
|
1653
1653
|
__proto__: null,
|
|
1654
|
-
Actions: index$
|
|
1654
|
+
Actions: index$b,
|
|
1655
1655
|
Interfaces: msig,
|
|
1656
|
-
Tables: index$
|
|
1656
|
+
Tables: index$a,
|
|
1657
1657
|
contractName: contractName$2
|
|
1658
1658
|
};
|
|
1659
1659
|
|
|
@@ -1666,7 +1666,7 @@ const exec = {
|
|
|
1666
1666
|
authorizations: authorizations$C
|
|
1667
1667
|
};
|
|
1668
1668
|
|
|
1669
|
-
const index$
|
|
1669
|
+
const index$8 = {
|
|
1670
1670
|
__proto__: null,
|
|
1671
1671
|
Exec: exec
|
|
1672
1672
|
};
|
|
@@ -1677,9 +1677,9 @@ const wrap = {
|
|
|
1677
1677
|
|
|
1678
1678
|
const contractName$1 = _wrap;
|
|
1679
1679
|
|
|
1680
|
-
const index$
|
|
1680
|
+
const index$7 = {
|
|
1681
1681
|
__proto__: null,
|
|
1682
|
-
Actions: index$
|
|
1682
|
+
Actions: index$8,
|
|
1683
1683
|
Interfaces: wrap,
|
|
1684
1684
|
contractName: contractName$1
|
|
1685
1685
|
};
|
|
@@ -2031,7 +2031,7 @@ const cancelDelay = {
|
|
|
2031
2031
|
authorizations: authorizations
|
|
2032
2032
|
};
|
|
2033
2033
|
|
|
2034
|
-
const index$
|
|
2034
|
+
const index$6 = {
|
|
2035
2035
|
__proto__: null,
|
|
2036
2036
|
ActivateFeature: activateFeature,
|
|
2037
2037
|
BidName: bidName,
|
|
@@ -2181,7 +2181,7 @@ const voters = {
|
|
|
2181
2181
|
tableName: tableName
|
|
2182
2182
|
};
|
|
2183
2183
|
|
|
2184
|
-
const index$
|
|
2184
|
+
const index$5 = {
|
|
2185
2185
|
__proto__: null,
|
|
2186
2186
|
BidRefunds: bidRefunds,
|
|
2187
2187
|
NameBids: nameBids,
|
|
@@ -2203,12 +2203,31 @@ const system = {
|
|
|
2203
2203
|
|
|
2204
2204
|
const contractName = _system;
|
|
2205
2205
|
|
|
2206
|
-
const index = {
|
|
2206
|
+
const index$4 = {
|
|
2207
2207
|
__proto__: null,
|
|
2208
|
-
Actions: index$
|
|
2208
|
+
Actions: index$6,
|
|
2209
2209
|
Interfaces: system,
|
|
2210
|
-
Tables: index$
|
|
2210
|
+
Tables: index$5,
|
|
2211
2211
|
contractName: contractName
|
|
2212
2212
|
};
|
|
2213
2213
|
|
|
2214
|
-
|
|
2214
|
+
const index$3 = {
|
|
2215
|
+
__proto__: null
|
|
2216
|
+
};
|
|
2217
|
+
|
|
2218
|
+
const index$2 = {
|
|
2219
|
+
__proto__: null
|
|
2220
|
+
};
|
|
2221
|
+
|
|
2222
|
+
const index$1 = {
|
|
2223
|
+
__proto__: null
|
|
2224
|
+
};
|
|
2225
|
+
|
|
2226
|
+
const index = {
|
|
2227
|
+
__proto__: null,
|
|
2228
|
+
Blockchain: index$1,
|
|
2229
|
+
Documents: index$3,
|
|
2230
|
+
Users: index$2
|
|
2231
|
+
};
|
|
2232
|
+
|
|
2233
|
+
export { index as Cooperative, index$A as DraftContract, index$x as FundContract, index$u as GatewayContract, index$c as MarketContract, index$9 as MsigContract, index$r as RegistratorContract, index$f as SovietContract, index$4 as SystemContract, index$o as TokenContract, index$7 as WrapContract, index$D as _Common };
|