@super-protocol/sdk-js 2.2.0-beta.91 → 2.2.0-beta.93
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/cjs/contracts/abi.d.ts +48 -4
- package/dist/cjs/contracts/abi.js +62 -5
- package/dist/cjs/models/Offer.d.ts +0 -4
- package/dist/cjs/models/Offer.js +8 -8
- package/dist/cjs/models/Order.d.ts +2 -0
- package/dist/cjs/models/Order.js +20 -1
- package/dist/cjs/models/TeeOffer.js +2 -2
- package/dist/cjs/types/Offer.d.ts +9 -2
- package/dist/mjs/contracts/abi.d.ts +48 -4
- package/dist/mjs/contracts/abi.js +62 -5
- package/dist/mjs/models/Offer.d.ts +0 -4
- package/dist/mjs/models/Offer.js +9 -9
- package/dist/mjs/models/Order.d.ts +2 -0
- package/dist/mjs/models/Order.js +20 -1
- package/dist/mjs/models/TeeOffer.js +2 -2
- package/dist/mjs/types/Offer.d.ts +9 -2
- package/package.json +1 -1
|
@@ -1616,7 +1616,7 @@ export declare const abi: readonly [{
|
|
|
1616
1616
|
readonly type: "string";
|
|
1617
1617
|
}, {
|
|
1618
1618
|
readonly internalType: "string";
|
|
1619
|
-
readonly name: "
|
|
1619
|
+
readonly name: "linkage_DEPRECATED";
|
|
1620
1620
|
readonly type: "string";
|
|
1621
1621
|
}, {
|
|
1622
1622
|
readonly internalType: "string";
|
|
@@ -1626,6 +1626,10 @@ export declare const abi: readonly [{
|
|
|
1626
1626
|
readonly internalType: "string";
|
|
1627
1627
|
readonly name: "metadata";
|
|
1628
1628
|
readonly type: "string";
|
|
1629
|
+
}, {
|
|
1630
|
+
readonly internalType: "string";
|
|
1631
|
+
readonly name: "signatureKey";
|
|
1632
|
+
readonly type: "string";
|
|
1629
1633
|
}];
|
|
1630
1634
|
readonly internalType: "struct ValueOfferInfo";
|
|
1631
1635
|
readonly name: "info";
|
|
@@ -1912,7 +1916,7 @@ export declare const abi: readonly [{
|
|
|
1912
1916
|
readonly type: "string";
|
|
1913
1917
|
}, {
|
|
1914
1918
|
readonly internalType: "string";
|
|
1915
|
-
readonly name: "
|
|
1919
|
+
readonly name: "linkage_DEPRECATED";
|
|
1916
1920
|
readonly type: "string";
|
|
1917
1921
|
}, {
|
|
1918
1922
|
readonly internalType: "string";
|
|
@@ -1922,6 +1926,10 @@ export declare const abi: readonly [{
|
|
|
1922
1926
|
readonly internalType: "string";
|
|
1923
1927
|
readonly name: "metadata";
|
|
1924
1928
|
readonly type: "string";
|
|
1929
|
+
}, {
|
|
1930
|
+
readonly internalType: "string";
|
|
1931
|
+
readonly name: "signatureKey";
|
|
1932
|
+
readonly type: "string";
|
|
1925
1933
|
}];
|
|
1926
1934
|
readonly internalType: "struct ValueOfferInfo";
|
|
1927
1935
|
readonly name: "newInfo";
|
|
@@ -2093,7 +2101,7 @@ export declare const abi: readonly [{
|
|
|
2093
2101
|
readonly type: "string";
|
|
2094
2102
|
}, {
|
|
2095
2103
|
readonly internalType: "string";
|
|
2096
|
-
readonly name: "
|
|
2104
|
+
readonly name: "linkage_DEPRECATED";
|
|
2097
2105
|
readonly type: "string";
|
|
2098
2106
|
}, {
|
|
2099
2107
|
readonly internalType: "string";
|
|
@@ -2103,6 +2111,10 @@ export declare const abi: readonly [{
|
|
|
2103
2111
|
readonly internalType: "string";
|
|
2104
2112
|
readonly name: "metadata";
|
|
2105
2113
|
readonly type: "string";
|
|
2114
|
+
}, {
|
|
2115
|
+
readonly internalType: "string";
|
|
2116
|
+
readonly name: "signatureKey";
|
|
2117
|
+
readonly type: "string";
|
|
2106
2118
|
}];
|
|
2107
2119
|
readonly internalType: "struct ValueOfferInfo";
|
|
2108
2120
|
readonly name: "info";
|
|
@@ -2521,7 +2533,7 @@ export declare const abi: readonly [{
|
|
|
2521
2533
|
readonly type: "string";
|
|
2522
2534
|
}, {
|
|
2523
2535
|
readonly internalType: "string";
|
|
2524
|
-
readonly name: "
|
|
2536
|
+
readonly name: "linkage_DEPRECATED";
|
|
2525
2537
|
readonly type: "string";
|
|
2526
2538
|
}, {
|
|
2527
2539
|
readonly internalType: "string";
|
|
@@ -2531,6 +2543,10 @@ export declare const abi: readonly [{
|
|
|
2531
2543
|
readonly internalType: "string";
|
|
2532
2544
|
readonly name: "metadata";
|
|
2533
2545
|
readonly type: "string";
|
|
2546
|
+
}, {
|
|
2547
|
+
readonly internalType: "string";
|
|
2548
|
+
readonly name: "signatureKey";
|
|
2549
|
+
readonly type: "string";
|
|
2534
2550
|
}];
|
|
2535
2551
|
readonly internalType: "struct ValueOfferInfo";
|
|
2536
2552
|
readonly name: "info";
|
|
@@ -3629,6 +3645,20 @@ export declare const abi: readonly [{
|
|
|
3629
3645
|
readonly outputs: readonly [];
|
|
3630
3646
|
readonly stateMutability: "nonpayable";
|
|
3631
3647
|
readonly type: "function";
|
|
3648
|
+
}, {
|
|
3649
|
+
readonly inputs: readonly [{
|
|
3650
|
+
readonly internalType: "uint256";
|
|
3651
|
+
readonly name: "orderId";
|
|
3652
|
+
readonly type: "uint256";
|
|
3653
|
+
}, {
|
|
3654
|
+
readonly internalType: "string";
|
|
3655
|
+
readonly name: "newCertificate";
|
|
3656
|
+
readonly type: "string";
|
|
3657
|
+
}];
|
|
3658
|
+
readonly name: "setOrderCertificate";
|
|
3659
|
+
readonly outputs: readonly [];
|
|
3660
|
+
readonly stateMutability: "nonpayable";
|
|
3661
|
+
readonly type: "function";
|
|
3632
3662
|
}, {
|
|
3633
3663
|
readonly inputs: readonly [{
|
|
3634
3664
|
readonly internalType: "uint256";
|
|
@@ -4051,6 +4081,20 @@ export declare const abi: readonly [{
|
|
|
4051
4081
|
}];
|
|
4052
4082
|
readonly stateMutability: "view";
|
|
4053
4083
|
readonly type: "function";
|
|
4084
|
+
}, {
|
|
4085
|
+
readonly inputs: readonly [{
|
|
4086
|
+
readonly internalType: "uint256";
|
|
4087
|
+
readonly name: "orderId";
|
|
4088
|
+
readonly type: "uint256";
|
|
4089
|
+
}];
|
|
4090
|
+
readonly name: "getOrderCertificate";
|
|
4091
|
+
readonly outputs: readonly [{
|
|
4092
|
+
readonly internalType: "string";
|
|
4093
|
+
readonly name: "";
|
|
4094
|
+
readonly type: "string";
|
|
4095
|
+
}];
|
|
4096
|
+
readonly stateMutability: "view";
|
|
4097
|
+
readonly type: "function";
|
|
4054
4098
|
}, {
|
|
4055
4099
|
readonly inputs: readonly [{
|
|
4056
4100
|
readonly internalType: "uint256";
|