timelock-sdk 0.0.60 → 0.0.61

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.
@@ -938,6 +938,10 @@ declare const optionsMarketAbi: readonly [{
938
938
  readonly type: "function";
939
939
  readonly name: "mintOption";
940
940
  readonly inputs: readonly [{
941
+ readonly name: "owner";
942
+ readonly type: "address";
943
+ readonly internalType: "address";
944
+ }, {
941
945
  readonly name: "optionType";
942
946
  readonly type: "uint8";
943
947
  readonly internalType: "uint8";
@@ -1028,6 +1032,14 @@ declare const optionsMarketAbi: readonly [{
1028
1032
  readonly name: "canTransfer";
1029
1033
  readonly type: "bool";
1030
1034
  readonly internalType: "bool";
1035
+ }, {
1036
+ readonly name: "canMint";
1037
+ readonly type: "bool";
1038
+ readonly internalType: "bool";
1039
+ }, {
1040
+ readonly name: "spendingApproval";
1041
+ readonly type: "uint256";
1042
+ readonly internalType: "uint256";
1031
1043
  }];
1032
1044
  readonly stateMutability: "view";
1033
1045
  }, {
@@ -1115,6 +1127,14 @@ declare const optionsMarketAbi: readonly [{
1115
1127
  readonly name: "canTransfer";
1116
1128
  readonly type: "bool";
1117
1129
  readonly internalType: "bool";
1130
+ }, {
1131
+ readonly name: "canMint";
1132
+ readonly type: "bool";
1133
+ readonly internalType: "bool";
1134
+ }, {
1135
+ readonly name: "spendingApproval";
1136
+ readonly type: "uint256";
1137
+ readonly internalType: "uint256";
1118
1138
  }];
1119
1139
  readonly outputs: readonly [];
1120
1140
  readonly stateMutability: "nonpayable";
@@ -1290,21 +1310,6 @@ declare const optionsMarketAbi: readonly [{
1290
1310
  readonly internalType: "uint32";
1291
1311
  }];
1292
1312
  readonly anonymous: false;
1293
- }, {
1294
- readonly type: "event";
1295
- readonly name: "FeesWithdrawn";
1296
- readonly inputs: readonly [{
1297
- readonly name: "fees0";
1298
- readonly type: "uint256";
1299
- readonly indexed: false;
1300
- readonly internalType: "uint256";
1301
- }, {
1302
- readonly name: "fees1";
1303
- readonly type: "uint256";
1304
- readonly indexed: false;
1305
- readonly internalType: "uint256";
1306
- }];
1307
- readonly anonymous: false;
1308
1313
  }, {
1309
1314
  readonly type: "event";
1310
1315
  readonly name: "MintOption";
@@ -1413,6 +1418,16 @@ declare const optionsMarketAbi: readonly [{
1413
1418
  readonly type: "bool";
1414
1419
  readonly indexed: false;
1415
1420
  readonly internalType: "bool";
1421
+ }, {
1422
+ readonly name: "canMint";
1423
+ readonly type: "bool";
1424
+ readonly indexed: false;
1425
+ readonly internalType: "bool";
1426
+ }, {
1427
+ readonly name: "spendingApproval";
1428
+ readonly type: "uint256";
1429
+ readonly indexed: false;
1430
+ readonly internalType: "uint256";
1416
1431
  }];
1417
1432
  readonly anonymous: false;
1418
1433
  }, {
@@ -1467,6 +1482,10 @@ declare const optionsMarketAbi: readonly [{
1467
1482
  readonly type: "error";
1468
1483
  readonly name: "NotEnoughPayout";
1469
1484
  readonly inputs: readonly [];
1485
+ }, {
1486
+ readonly type: "error";
1487
+ readonly name: "OperatorBlacklisted";
1488
+ readonly inputs: readonly [];
1470
1489
  }, {
1471
1490
  readonly type: "error";
1472
1491
  readonly name: "OptionExpired";
@@ -2149,4 +2168,4 @@ declare const uniswapMathLensAbi: readonly [{
2149
2168
  }];
2150
2169
  //#endregion
2151
2170
  export { optionsMarketAbi as n, lensAbi as r, uniswapMathLensAbi as t };
2152
- //# sourceMappingURL=uniswapMathLens-Dd_BqyEk.d.cts.map
2171
+ //# sourceMappingURL=uniswapMathLens-Ddy91uWa.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timelock-sdk",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/package.cjs",