cooptypes 0.5.26 → 0.5.28
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 +88 -83
- package/dist/index.d.cts +143 -121
- package/dist/index.d.mts +143 -121
- package/dist/index.d.ts +143 -121
- package/dist/index.mjs +78 -73
- 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$I = {
|
|
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$H = {
|
|
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$G = {
|
|
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$F = {
|
|
90
90
|
__proto__: null,
|
|
91
|
-
Actors: index$
|
|
92
|
-
ContractNames: index$
|
|
93
|
-
Permissions: index$
|
|
91
|
+
Actors: index$I,
|
|
92
|
+
ContractNames: index$H,
|
|
93
|
+
Permissions: index$G
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
const authorizations$2g = [{ permissions: [active], actor: _system }];
|
|
@@ -138,7 +138,7 @@ const newId = {
|
|
|
138
138
|
authorizations: authorizations$2c
|
|
139
139
|
};
|
|
140
140
|
|
|
141
|
-
const index$
|
|
141
|
+
const index$E = {
|
|
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$D = {
|
|
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$C = {
|
|
181
181
|
__proto__: null,
|
|
182
|
-
Actions: index$
|
|
182
|
+
Actions: index$E,
|
|
183
183
|
Interfaces: draft,
|
|
184
|
-
Tables: index$
|
|
184
|
+
Tables: index$D,
|
|
185
185
|
contractName: contractName$9
|
|
186
186
|
};
|
|
187
187
|
|
|
@@ -324,7 +324,7 @@ const subCirculation = {
|
|
|
324
324
|
authorizations: authorizations$1Z
|
|
325
325
|
};
|
|
326
326
|
|
|
327
|
-
const index$
|
|
327
|
+
const index$B = {
|
|
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$A = {
|
|
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$z = {
|
|
397
397
|
__proto__: null,
|
|
398
|
-
Actions: index$
|
|
398
|
+
Actions: index$B,
|
|
399
399
|
Interfaces: fund,
|
|
400
|
-
Tables: index$
|
|
400
|
+
Tables: index$A,
|
|
401
401
|
contractName: contractName$8
|
|
402
402
|
};
|
|
403
403
|
|
|
@@ -473,7 +473,7 @@ const failWithdraw = {
|
|
|
473
473
|
authorizations: authorizations$1R
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
const index$
|
|
476
|
+
const index$y = {
|
|
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$x = {
|
|
507
507
|
__proto__: null,
|
|
508
508
|
Deposits: deposits,
|
|
509
509
|
Withdraws: withdraws
|
|
@@ -515,11 +515,11 @@ const gateway = {
|
|
|
515
515
|
|
|
516
516
|
const contractName$7 = _gateway;
|
|
517
517
|
|
|
518
|
-
const index$
|
|
518
|
+
const index$w = {
|
|
519
519
|
__proto__: null,
|
|
520
|
-
Actions: index$
|
|
520
|
+
Actions: index$y,
|
|
521
521
|
Interfaces: gateway,
|
|
522
|
-
Tables: index$
|
|
522
|
+
Tables: index$x,
|
|
523
523
|
contractName: contractName$7
|
|
524
524
|
};
|
|
525
525
|
|
|
@@ -604,7 +604,7 @@ const init$2 = {
|
|
|
604
604
|
authorizations: authorizations$1I
|
|
605
605
|
};
|
|
606
606
|
|
|
607
|
-
const index$
|
|
607
|
+
const index$v = {
|
|
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$u = {
|
|
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$t = {
|
|
651
651
|
__proto__: null,
|
|
652
|
-
Actions: index$
|
|
652
|
+
Actions: index$v,
|
|
653
653
|
Interfaces: registrator,
|
|
654
|
-
Tables: index$
|
|
654
|
+
Tables: index$u,
|
|
655
655
|
contractName: contractName$6
|
|
656
656
|
};
|
|
657
657
|
|
|
@@ -709,7 +709,7 @@ const retire = {
|
|
|
709
709
|
authorizations: authorizations$1C
|
|
710
710
|
};
|
|
711
711
|
|
|
712
|
-
const index$
|
|
712
|
+
const index$s = {
|
|
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$r = {
|
|
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$q = {
|
|
753
753
|
__proto__: null,
|
|
754
|
-
Actions: index$
|
|
754
|
+
Actions: index$s,
|
|
755
755
|
Interfaces: token,
|
|
756
|
-
Tables: index$
|
|
756
|
+
Tables: index$r,
|
|
757
757
|
contractName: contractName$5
|
|
758
758
|
};
|
|
759
759
|
|
|
@@ -811,7 +811,7 @@ const newprogram = {
|
|
|
811
811
|
authorizations: authorizations$1w
|
|
812
812
|
};
|
|
813
813
|
|
|
814
|
-
const index$
|
|
814
|
+
const index$p = {
|
|
815
815
|
__proto__: null,
|
|
816
816
|
NewAct: newact,
|
|
817
817
|
NewBatch: newbatch,
|
|
@@ -848,7 +848,7 @@ const editAddress = {
|
|
|
848
848
|
authorizations: authorizations$1t
|
|
849
849
|
};
|
|
850
850
|
|
|
851
|
-
const index$
|
|
851
|
+
const index$o = {
|
|
852
852
|
__proto__: null,
|
|
853
853
|
CreateAddress: createAddress,
|
|
854
854
|
DeleteAddress: deleteAddress,
|
|
@@ -931,7 +931,7 @@ const subProgramBalance = {
|
|
|
931
931
|
authorizations: authorizations$1n
|
|
932
932
|
};
|
|
933
933
|
|
|
934
|
-
const index$
|
|
934
|
+
const index$n = {
|
|
935
935
|
__proto__: null,
|
|
936
936
|
AddBalance: addBalance,
|
|
937
937
|
AddProgramBalance: addProgramBalance,
|
|
@@ -974,7 +974,7 @@ const disableMarketProgram = {
|
|
|
974
974
|
authorizations: authorizations$1k
|
|
975
975
|
};
|
|
976
976
|
|
|
977
|
-
const index$
|
|
977
|
+
const index$m = {
|
|
978
978
|
__proto__: null,
|
|
979
979
|
CreateMarketProgram: createMarketProgram,
|
|
980
980
|
DisableMarketProgram: disableMarketProgram,
|
|
@@ -1124,7 +1124,7 @@ const disautomate = {
|
|
|
1124
1124
|
authorizations: authorizations$17
|
|
1125
1125
|
};
|
|
1126
1126
|
|
|
1127
|
-
const index$
|
|
1127
|
+
const index$l = {
|
|
1128
1128
|
__proto__: null,
|
|
1129
1129
|
Authorize: authorize$1,
|
|
1130
1130
|
Automate: automate,
|
|
@@ -1159,7 +1159,7 @@ const updateBoard = {
|
|
|
1159
1159
|
authorizations: authorizations$15
|
|
1160
1160
|
};
|
|
1161
1161
|
|
|
1162
|
-
const index$
|
|
1162
|
+
const index$k = {
|
|
1163
1163
|
__proto__: null,
|
|
1164
1164
|
CreateBoard: createBoard,
|
|
1165
1165
|
UpdateBoard: updateBoard
|
|
@@ -1220,7 +1220,7 @@ const init$1 = {
|
|
|
1220
1220
|
authorizations: authorizations$10
|
|
1221
1221
|
};
|
|
1222
1222
|
|
|
1223
|
-
const index$
|
|
1223
|
+
const index$j = {
|
|
1224
1224
|
__proto__: null,
|
|
1225
1225
|
AddAdmin: addAdmin,
|
|
1226
1226
|
DeleteAdmin: deleteAdmin,
|
|
@@ -1229,15 +1229,15 @@ const index$i = {
|
|
|
1229
1229
|
SetRights: setRights
|
|
1230
1230
|
};
|
|
1231
1231
|
|
|
1232
|
-
const index$
|
|
1232
|
+
const index$i = {
|
|
1233
1233
|
__proto__: null,
|
|
1234
|
-
Addresses: index$
|
|
1235
|
-
Admins: index$
|
|
1236
|
-
Boards: index$
|
|
1237
|
-
Decisions: index$
|
|
1238
|
-
Programs: index$
|
|
1239
|
-
Registry: index$
|
|
1240
|
-
Wallet: index$
|
|
1234
|
+
Addresses: index$o,
|
|
1235
|
+
Admins: index$j,
|
|
1236
|
+
Boards: index$k,
|
|
1237
|
+
Decisions: index$l,
|
|
1238
|
+
Programs: index$m,
|
|
1239
|
+
Registry: index$p,
|
|
1240
|
+
Wallet: index$n
|
|
1241
1241
|
};
|
|
1242
1242
|
|
|
1243
1243
|
const tableName$s = "addresses";
|
|
@@ -1348,7 +1348,7 @@ const wallets = {
|
|
|
1348
1348
|
tableName: tableName$h
|
|
1349
1349
|
};
|
|
1350
1350
|
|
|
1351
|
-
const index$
|
|
1351
|
+
const index$h = {
|
|
1352
1352
|
__proto__: null,
|
|
1353
1353
|
Addresses: addresses,
|
|
1354
1354
|
Admins: admins,
|
|
@@ -1370,11 +1370,11 @@ const soviet = {
|
|
|
1370
1370
|
|
|
1371
1371
|
const contractName$4 = _soviet;
|
|
1372
1372
|
|
|
1373
|
-
const index$
|
|
1373
|
+
const index$g = {
|
|
1374
1374
|
__proto__: null,
|
|
1375
|
-
Actions: index$
|
|
1375
|
+
Actions: index$i,
|
|
1376
1376
|
Interfaces: soviet,
|
|
1377
|
-
Tables: index$
|
|
1377
|
+
Tables: index$h,
|
|
1378
1378
|
contractName: contractName$4
|
|
1379
1379
|
};
|
|
1380
1380
|
|
|
@@ -1549,7 +1549,7 @@ const updateRequest = {
|
|
|
1549
1549
|
authorizations: authorizations$J
|
|
1550
1550
|
};
|
|
1551
1551
|
|
|
1552
|
-
const index$
|
|
1552
|
+
const index$f = {
|
|
1553
1553
|
__proto__: null,
|
|
1554
1554
|
AcceptRequest: acceptRequest,
|
|
1555
1555
|
Authorize: authorize,
|
|
@@ -1581,7 +1581,7 @@ const requests = {
|
|
|
1581
1581
|
tableName: tableName$g
|
|
1582
1582
|
};
|
|
1583
1583
|
|
|
1584
|
-
const index$
|
|
1584
|
+
const index$e = {
|
|
1585
1585
|
__proto__: null,
|
|
1586
1586
|
Requests: requests
|
|
1587
1587
|
};
|
|
@@ -1592,11 +1592,11 @@ const marketplace = {
|
|
|
1592
1592
|
|
|
1593
1593
|
const contractName$3 = _marketplace;
|
|
1594
1594
|
|
|
1595
|
-
const index$
|
|
1595
|
+
const index$d = {
|
|
1596
1596
|
__proto__: null,
|
|
1597
|
-
Actions: index$
|
|
1597
|
+
Actions: index$f,
|
|
1598
1598
|
Interfaces: marketplace,
|
|
1599
|
-
Tables: index$
|
|
1599
|
+
Tables: index$e,
|
|
1600
1600
|
contractName: contractName$3
|
|
1601
1601
|
};
|
|
1602
1602
|
|
|
@@ -1654,7 +1654,7 @@ const invalidateAccount = {
|
|
|
1654
1654
|
authorizations: authorizations$D
|
|
1655
1655
|
};
|
|
1656
1656
|
|
|
1657
|
-
const index$
|
|
1657
|
+
const index$c = {
|
|
1658
1658
|
__proto__: null,
|
|
1659
1659
|
ApproveProposal: approveProposal,
|
|
1660
1660
|
CancelProposal: cancelProposal,
|
|
@@ -1700,7 +1700,7 @@ const proposals = {
|
|
|
1700
1700
|
tableName: tableName$c
|
|
1701
1701
|
};
|
|
1702
1702
|
|
|
1703
|
-
const index$
|
|
1703
|
+
const index$b = {
|
|
1704
1704
|
__proto__: null,
|
|
1705
1705
|
Approvals: approvals,
|
|
1706
1706
|
Approvals2: approvals2,
|
|
@@ -1714,11 +1714,11 @@ const msig = {
|
|
|
1714
1714
|
|
|
1715
1715
|
const contractName$2 = _msig;
|
|
1716
1716
|
|
|
1717
|
-
const index$
|
|
1717
|
+
const index$a = {
|
|
1718
1718
|
__proto__: null,
|
|
1719
|
-
Actions: index$
|
|
1719
|
+
Actions: index$c,
|
|
1720
1720
|
Interfaces: msig,
|
|
1721
|
-
Tables: index$
|
|
1721
|
+
Tables: index$b,
|
|
1722
1722
|
contractName: contractName$2
|
|
1723
1723
|
};
|
|
1724
1724
|
|
|
@@ -1731,7 +1731,7 @@ const exec = {
|
|
|
1731
1731
|
authorizations: authorizations$C
|
|
1732
1732
|
};
|
|
1733
1733
|
|
|
1734
|
-
const index$
|
|
1734
|
+
const index$9 = {
|
|
1735
1735
|
__proto__: null,
|
|
1736
1736
|
Exec: exec
|
|
1737
1737
|
};
|
|
@@ -1742,9 +1742,9 @@ const wrap = {
|
|
|
1742
1742
|
|
|
1743
1743
|
const contractName$1 = _wrap;
|
|
1744
1744
|
|
|
1745
|
-
const index$
|
|
1745
|
+
const index$8 = {
|
|
1746
1746
|
__proto__: null,
|
|
1747
|
-
Actions: index$
|
|
1747
|
+
Actions: index$9,
|
|
1748
1748
|
Interfaces: wrap,
|
|
1749
1749
|
contractName: contractName$1
|
|
1750
1750
|
};
|
|
@@ -2096,7 +2096,7 @@ const cancelDelay = {
|
|
|
2096
2096
|
authorizations: authorizations
|
|
2097
2097
|
};
|
|
2098
2098
|
|
|
2099
|
-
const index$
|
|
2099
|
+
const index$7 = {
|
|
2100
2100
|
__proto__: null,
|
|
2101
2101
|
ActivateFeature: activateFeature,
|
|
2102
2102
|
BidName: bidName,
|
|
@@ -2246,7 +2246,7 @@ const voters = {
|
|
|
2246
2246
|
tableName: tableName
|
|
2247
2247
|
};
|
|
2248
2248
|
|
|
2249
|
-
const index$
|
|
2249
|
+
const index$6 = {
|
|
2250
2250
|
__proto__: null,
|
|
2251
2251
|
BidRefunds: bidRefunds,
|
|
2252
2252
|
NameBids: nameBids,
|
|
@@ -2268,14 +2268,18 @@ const system = {
|
|
|
2268
2268
|
|
|
2269
2269
|
const contractName = _system;
|
|
2270
2270
|
|
|
2271
|
-
const index$
|
|
2271
|
+
const index$5 = {
|
|
2272
2272
|
__proto__: null,
|
|
2273
|
-
Actions: index$
|
|
2273
|
+
Actions: index$7,
|
|
2274
2274
|
Interfaces: system,
|
|
2275
|
-
Tables: index$
|
|
2275
|
+
Tables: index$6,
|
|
2276
2276
|
contractName: contractName
|
|
2277
2277
|
};
|
|
2278
2278
|
|
|
2279
|
+
const index$4 = {
|
|
2280
|
+
__proto__: null
|
|
2281
|
+
};
|
|
2282
|
+
|
|
2279
2283
|
const index$3 = {
|
|
2280
2284
|
__proto__: null
|
|
2281
2285
|
};
|
|
@@ -2290,9 +2294,10 @@ const index$1 = {
|
|
|
2290
2294
|
|
|
2291
2295
|
const index = {
|
|
2292
2296
|
__proto__: null,
|
|
2293
|
-
Blockchain: index$
|
|
2294
|
-
Documents: index$
|
|
2295
|
-
|
|
2297
|
+
Blockchain: index$2,
|
|
2298
|
+
Documents: index$4,
|
|
2299
|
+
Model: index$1,
|
|
2300
|
+
Users: index$3
|
|
2296
2301
|
};
|
|
2297
2302
|
|
|
2298
|
-
export { index as Cooperative, index$
|
|
2303
|
+
export { index as Cooperative, index$C as DraftContract, index$z as FundContract, index$w as GatewayContract, index$d as MarketContract, index$a as MsigContract, index$t as RegistratorContract, index$g as SovietContract, index$5 as SystemContract, index$q as TokenContract, index$8 as WrapContract, index$F as _Common };
|