@optimex-xyz/market-maker-sdk 0.5.1 → 0.5.2
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.d.mts +23 -28
- package/dist/index.d.ts +23 -28
- package/dist/index.js +8 -9
- package/dist/index.mjs +8 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4930,9 +4930,13 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4930
4930
|
amountAfterFees: z.ZodString;
|
|
4931
4931
|
fromUserAddress: z.ZodString;
|
|
4932
4932
|
userReceivingAddress: z.ZodString;
|
|
4933
|
+
scriptTimeout: z.ZodNumber;
|
|
4933
4934
|
protocolFeeInBps: z.ZodString;
|
|
4934
|
-
|
|
4935
|
-
|
|
4935
|
+
affiliateFeeInBps: z.ZodString;
|
|
4936
|
+
totalFee: z.ZodString;
|
|
4937
|
+
protocolFee: z.ZodString;
|
|
4938
|
+
affiliateFee: z.ZodString;
|
|
4939
|
+
mpcAssetChainPubkey: z.ZodString;
|
|
4936
4940
|
bestIndicativeQuote: z.ZodString;
|
|
4937
4941
|
displayIndicativeQuote: z.ZodString;
|
|
4938
4942
|
pmmFinalists: z.ZodArray<z.ZodObject<{
|
|
@@ -4955,6 +4959,7 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4955
4959
|
pmmFailureStats: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
4956
4960
|
commitedSignature: z.ZodString;
|
|
4957
4961
|
minAmountOut: z.ZodNull;
|
|
4962
|
+
tradeTimeout: z.ZodNumber;
|
|
4958
4963
|
userDepositTx: z.ZodString;
|
|
4959
4964
|
depositVault: z.ZodString;
|
|
4960
4965
|
paymentBundle: z.ZodObject<{
|
|
@@ -4986,12 +4991,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4986
4991
|
state: z.ZodString;
|
|
4987
4992
|
lastUpdateMsg: z.ZodString;
|
|
4988
4993
|
version: z.ZodNumber;
|
|
4989
|
-
scriptTimeout: z.ZodNumber;
|
|
4990
|
-
affiliateFeeInBps: z.ZodString;
|
|
4991
|
-
totalFee: z.ZodString;
|
|
4992
|
-
protocolFee: z.ZodString;
|
|
4993
|
-
affiliateFee: z.ZodString;
|
|
4994
|
-
tradeTimeout: z.ZodNumber;
|
|
4995
4994
|
}, "strip", z.ZodTypeAny, {
|
|
4996
4995
|
version: number;
|
|
4997
4996
|
tradeId: string;
|
|
@@ -5020,8 +5019,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5020
5019
|
fromUserAddress: string;
|
|
5021
5020
|
userReceivingAddress: string;
|
|
5022
5021
|
protocolFeeInBps: string;
|
|
5023
|
-
|
|
5024
|
-
|
|
5022
|
+
affiliateFeeInBps: string;
|
|
5023
|
+
protocolFee: string;
|
|
5024
|
+
affiliateFee: string;
|
|
5025
|
+
mpcAssetChainPubkey: string;
|
|
5025
5026
|
bestIndicativeQuote: string;
|
|
5026
5027
|
displayIndicativeQuote: string;
|
|
5027
5028
|
pmmFinalists: {
|
|
@@ -5053,9 +5054,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5053
5054
|
tradeMakePaymentTx: string;
|
|
5054
5055
|
state: string;
|
|
5055
5056
|
lastUpdateMsg: string;
|
|
5056
|
-
affiliateFeeInBps: string;
|
|
5057
|
-
protocolFee: string;
|
|
5058
|
-
affiliateFee: string;
|
|
5059
5057
|
}, {
|
|
5060
5058
|
version: number;
|
|
5061
5059
|
tradeId: string;
|
|
@@ -5084,8 +5082,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5084
5082
|
fromUserAddress: string;
|
|
5085
5083
|
userReceivingAddress: string;
|
|
5086
5084
|
protocolFeeInBps: string;
|
|
5087
|
-
|
|
5088
|
-
|
|
5085
|
+
affiliateFeeInBps: string;
|
|
5086
|
+
protocolFee: string;
|
|
5087
|
+
affiliateFee: string;
|
|
5088
|
+
mpcAssetChainPubkey: string;
|
|
5089
5089
|
bestIndicativeQuote: string;
|
|
5090
5090
|
displayIndicativeQuote: string;
|
|
5091
5091
|
pmmFinalists: {
|
|
@@ -5117,9 +5117,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5117
5117
|
tradeMakePaymentTx: string;
|
|
5118
5118
|
state: string;
|
|
5119
5119
|
lastUpdateMsg: string;
|
|
5120
|
-
affiliateFeeInBps: string;
|
|
5121
|
-
protocolFee: string;
|
|
5122
|
-
affiliateFee: string;
|
|
5123
5120
|
}>;
|
|
5124
5121
|
traceId: z.ZodString;
|
|
5125
5122
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5151,8 +5148,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5151
5148
|
fromUserAddress: string;
|
|
5152
5149
|
userReceivingAddress: string;
|
|
5153
5150
|
protocolFeeInBps: string;
|
|
5154
|
-
|
|
5155
|
-
|
|
5151
|
+
affiliateFeeInBps: string;
|
|
5152
|
+
protocolFee: string;
|
|
5153
|
+
affiliateFee: string;
|
|
5154
|
+
mpcAssetChainPubkey: string;
|
|
5156
5155
|
bestIndicativeQuote: string;
|
|
5157
5156
|
displayIndicativeQuote: string;
|
|
5158
5157
|
pmmFinalists: {
|
|
@@ -5184,9 +5183,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5184
5183
|
tradeMakePaymentTx: string;
|
|
5185
5184
|
state: string;
|
|
5186
5185
|
lastUpdateMsg: string;
|
|
5187
|
-
affiliateFeeInBps: string;
|
|
5188
|
-
protocolFee: string;
|
|
5189
|
-
affiliateFee: string;
|
|
5190
5186
|
};
|
|
5191
5187
|
traceId: string;
|
|
5192
5188
|
}, {
|
|
@@ -5218,8 +5214,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5218
5214
|
fromUserAddress: string;
|
|
5219
5215
|
userReceivingAddress: string;
|
|
5220
5216
|
protocolFeeInBps: string;
|
|
5221
|
-
|
|
5222
|
-
|
|
5217
|
+
affiliateFeeInBps: string;
|
|
5218
|
+
protocolFee: string;
|
|
5219
|
+
affiliateFee: string;
|
|
5220
|
+
mpcAssetChainPubkey: string;
|
|
5223
5221
|
bestIndicativeQuote: string;
|
|
5224
5222
|
displayIndicativeQuote: string;
|
|
5225
5223
|
pmmFinalists: {
|
|
@@ -5251,9 +5249,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5251
5249
|
tradeMakePaymentTx: string;
|
|
5252
5250
|
state: string;
|
|
5253
5251
|
lastUpdateMsg: string;
|
|
5254
|
-
affiliateFeeInBps: string;
|
|
5255
|
-
protocolFee: string;
|
|
5256
|
-
affiliateFee: string;
|
|
5257
5252
|
};
|
|
5258
5253
|
traceId: string;
|
|
5259
5254
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -4930,9 +4930,13 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4930
4930
|
amountAfterFees: z.ZodString;
|
|
4931
4931
|
fromUserAddress: z.ZodString;
|
|
4932
4932
|
userReceivingAddress: z.ZodString;
|
|
4933
|
+
scriptTimeout: z.ZodNumber;
|
|
4933
4934
|
protocolFeeInBps: z.ZodString;
|
|
4934
|
-
|
|
4935
|
-
|
|
4935
|
+
affiliateFeeInBps: z.ZodString;
|
|
4936
|
+
totalFee: z.ZodString;
|
|
4937
|
+
protocolFee: z.ZodString;
|
|
4938
|
+
affiliateFee: z.ZodString;
|
|
4939
|
+
mpcAssetChainPubkey: z.ZodString;
|
|
4936
4940
|
bestIndicativeQuote: z.ZodString;
|
|
4937
4941
|
displayIndicativeQuote: z.ZodString;
|
|
4938
4942
|
pmmFinalists: z.ZodArray<z.ZodObject<{
|
|
@@ -4955,6 +4959,7 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4955
4959
|
pmmFailureStats: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
4956
4960
|
commitedSignature: z.ZodString;
|
|
4957
4961
|
minAmountOut: z.ZodNull;
|
|
4962
|
+
tradeTimeout: z.ZodNumber;
|
|
4958
4963
|
userDepositTx: z.ZodString;
|
|
4959
4964
|
depositVault: z.ZodString;
|
|
4960
4965
|
paymentBundle: z.ZodObject<{
|
|
@@ -4986,12 +4991,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
4986
4991
|
state: z.ZodString;
|
|
4987
4992
|
lastUpdateMsg: z.ZodString;
|
|
4988
4993
|
version: z.ZodNumber;
|
|
4989
|
-
scriptTimeout: z.ZodNumber;
|
|
4990
|
-
affiliateFeeInBps: z.ZodString;
|
|
4991
|
-
totalFee: z.ZodString;
|
|
4992
|
-
protocolFee: z.ZodString;
|
|
4993
|
-
affiliateFee: z.ZodString;
|
|
4994
|
-
tradeTimeout: z.ZodNumber;
|
|
4995
4994
|
}, "strip", z.ZodTypeAny, {
|
|
4996
4995
|
version: number;
|
|
4997
4996
|
tradeId: string;
|
|
@@ -5020,8 +5019,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5020
5019
|
fromUserAddress: string;
|
|
5021
5020
|
userReceivingAddress: string;
|
|
5022
5021
|
protocolFeeInBps: string;
|
|
5023
|
-
|
|
5024
|
-
|
|
5022
|
+
affiliateFeeInBps: string;
|
|
5023
|
+
protocolFee: string;
|
|
5024
|
+
affiliateFee: string;
|
|
5025
|
+
mpcAssetChainPubkey: string;
|
|
5025
5026
|
bestIndicativeQuote: string;
|
|
5026
5027
|
displayIndicativeQuote: string;
|
|
5027
5028
|
pmmFinalists: {
|
|
@@ -5053,9 +5054,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5053
5054
|
tradeMakePaymentTx: string;
|
|
5054
5055
|
state: string;
|
|
5055
5056
|
lastUpdateMsg: string;
|
|
5056
|
-
affiliateFeeInBps: string;
|
|
5057
|
-
protocolFee: string;
|
|
5058
|
-
affiliateFee: string;
|
|
5059
5057
|
}, {
|
|
5060
5058
|
version: number;
|
|
5061
5059
|
tradeId: string;
|
|
@@ -5084,8 +5082,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5084
5082
|
fromUserAddress: string;
|
|
5085
5083
|
userReceivingAddress: string;
|
|
5086
5084
|
protocolFeeInBps: string;
|
|
5087
|
-
|
|
5088
|
-
|
|
5085
|
+
affiliateFeeInBps: string;
|
|
5086
|
+
protocolFee: string;
|
|
5087
|
+
affiliateFee: string;
|
|
5088
|
+
mpcAssetChainPubkey: string;
|
|
5089
5089
|
bestIndicativeQuote: string;
|
|
5090
5090
|
displayIndicativeQuote: string;
|
|
5091
5091
|
pmmFinalists: {
|
|
@@ -5117,9 +5117,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5117
5117
|
tradeMakePaymentTx: string;
|
|
5118
5118
|
state: string;
|
|
5119
5119
|
lastUpdateMsg: string;
|
|
5120
|
-
affiliateFeeInBps: string;
|
|
5121
|
-
protocolFee: string;
|
|
5122
|
-
affiliateFee: string;
|
|
5123
5120
|
}>;
|
|
5124
5121
|
traceId: z.ZodString;
|
|
5125
5122
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5151,8 +5148,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5151
5148
|
fromUserAddress: string;
|
|
5152
5149
|
userReceivingAddress: string;
|
|
5153
5150
|
protocolFeeInBps: string;
|
|
5154
|
-
|
|
5155
|
-
|
|
5151
|
+
affiliateFeeInBps: string;
|
|
5152
|
+
protocolFee: string;
|
|
5153
|
+
affiliateFee: string;
|
|
5154
|
+
mpcAssetChainPubkey: string;
|
|
5156
5155
|
bestIndicativeQuote: string;
|
|
5157
5156
|
displayIndicativeQuote: string;
|
|
5158
5157
|
pmmFinalists: {
|
|
@@ -5184,9 +5183,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5184
5183
|
tradeMakePaymentTx: string;
|
|
5185
5184
|
state: string;
|
|
5186
5185
|
lastUpdateMsg: string;
|
|
5187
|
-
affiliateFeeInBps: string;
|
|
5188
|
-
protocolFee: string;
|
|
5189
|
-
affiliateFee: string;
|
|
5190
5186
|
};
|
|
5191
5187
|
traceId: string;
|
|
5192
5188
|
}, {
|
|
@@ -5218,8 +5214,10 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5218
5214
|
fromUserAddress: string;
|
|
5219
5215
|
userReceivingAddress: string;
|
|
5220
5216
|
protocolFeeInBps: string;
|
|
5221
|
-
|
|
5222
|
-
|
|
5217
|
+
affiliateFeeInBps: string;
|
|
5218
|
+
protocolFee: string;
|
|
5219
|
+
affiliateFee: string;
|
|
5220
|
+
mpcAssetChainPubkey: string;
|
|
5223
5221
|
bestIndicativeQuote: string;
|
|
5224
5222
|
displayIndicativeQuote: string;
|
|
5225
5223
|
pmmFinalists: {
|
|
@@ -5251,9 +5249,6 @@ declare const TradeDetailResponseSchema: z.ZodObject<{
|
|
|
5251
5249
|
tradeMakePaymentTx: string;
|
|
5252
5250
|
state: string;
|
|
5253
5251
|
lastUpdateMsg: string;
|
|
5254
|
-
affiliateFeeInBps: string;
|
|
5255
|
-
protocolFee: string;
|
|
5256
|
-
affiliateFee: string;
|
|
5257
5252
|
};
|
|
5258
5253
|
traceId: string;
|
|
5259
5254
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -3864,9 +3864,13 @@ var TradeDetailResponseSchema = import_zod.z.object({
|
|
|
3864
3864
|
amountAfterFees: import_zod.z.string(),
|
|
3865
3865
|
fromUserAddress: import_zod.z.string(),
|
|
3866
3866
|
userReceivingAddress: import_zod.z.string(),
|
|
3867
|
+
scriptTimeout: import_zod.z.number(),
|
|
3867
3868
|
protocolFeeInBps: import_zod.z.string(),
|
|
3868
|
-
|
|
3869
|
-
|
|
3869
|
+
affiliateFeeInBps: import_zod.z.string(),
|
|
3870
|
+
totalFee: import_zod.z.string(),
|
|
3871
|
+
protocolFee: import_zod.z.string(),
|
|
3872
|
+
affiliateFee: import_zod.z.string(),
|
|
3873
|
+
mpcAssetChainPubkey: import_zod.z.string(),
|
|
3870
3874
|
bestIndicativeQuote: import_zod.z.string(),
|
|
3871
3875
|
displayIndicativeQuote: import_zod.z.string(),
|
|
3872
3876
|
pmmFinalists: import_zod.z.array(PMMFinalistSchema),
|
|
@@ -3880,6 +3884,7 @@ var TradeDetailResponseSchema = import_zod.z.object({
|
|
|
3880
3884
|
pmmFailureStats: import_zod.z.record(import_zod.z.number()),
|
|
3881
3885
|
commitedSignature: import_zod.z.string(),
|
|
3882
3886
|
minAmountOut: import_zod.z.null(),
|
|
3887
|
+
tradeTimeout: import_zod.z.number(),
|
|
3883
3888
|
userDepositTx: import_zod.z.string(),
|
|
3884
3889
|
depositVault: import_zod.z.string(),
|
|
3885
3890
|
paymentBundle: PaymentBundleSchema,
|
|
@@ -3889,13 +3894,7 @@ var TradeDetailResponseSchema = import_zod.z.object({
|
|
|
3889
3894
|
tradeMakePaymentTx: import_zod.z.string(),
|
|
3890
3895
|
state: import_zod.z.string(),
|
|
3891
3896
|
lastUpdateMsg: import_zod.z.string(),
|
|
3892
|
-
version: import_zod.z.number()
|
|
3893
|
-
scriptTimeout: import_zod.z.number(),
|
|
3894
|
-
affiliateFeeInBps: import_zod.z.string(),
|
|
3895
|
-
totalFee: import_zod.z.string(),
|
|
3896
|
-
protocolFee: import_zod.z.string(),
|
|
3897
|
-
affiliateFee: import_zod.z.string(),
|
|
3898
|
-
tradeTimeout: import_zod.z.number()
|
|
3897
|
+
version: import_zod.z.number()
|
|
3899
3898
|
}),
|
|
3900
3899
|
traceId: import_zod.z.string()
|
|
3901
3900
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -3799,9 +3799,13 @@ var TradeDetailResponseSchema = z.object({
|
|
|
3799
3799
|
amountAfterFees: z.string(),
|
|
3800
3800
|
fromUserAddress: z.string(),
|
|
3801
3801
|
userReceivingAddress: z.string(),
|
|
3802
|
+
scriptTimeout: z.number(),
|
|
3802
3803
|
protocolFeeInBps: z.string(),
|
|
3803
|
-
|
|
3804
|
-
|
|
3804
|
+
affiliateFeeInBps: z.string(),
|
|
3805
|
+
totalFee: z.string(),
|
|
3806
|
+
protocolFee: z.string(),
|
|
3807
|
+
affiliateFee: z.string(),
|
|
3808
|
+
mpcAssetChainPubkey: z.string(),
|
|
3805
3809
|
bestIndicativeQuote: z.string(),
|
|
3806
3810
|
displayIndicativeQuote: z.string(),
|
|
3807
3811
|
pmmFinalists: z.array(PMMFinalistSchema),
|
|
@@ -3815,6 +3819,7 @@ var TradeDetailResponseSchema = z.object({
|
|
|
3815
3819
|
pmmFailureStats: z.record(z.number()),
|
|
3816
3820
|
commitedSignature: z.string(),
|
|
3817
3821
|
minAmountOut: z.null(),
|
|
3822
|
+
tradeTimeout: z.number(),
|
|
3818
3823
|
userDepositTx: z.string(),
|
|
3819
3824
|
depositVault: z.string(),
|
|
3820
3825
|
paymentBundle: PaymentBundleSchema,
|
|
@@ -3824,13 +3829,7 @@ var TradeDetailResponseSchema = z.object({
|
|
|
3824
3829
|
tradeMakePaymentTx: z.string(),
|
|
3825
3830
|
state: z.string(),
|
|
3826
3831
|
lastUpdateMsg: z.string(),
|
|
3827
|
-
version: z.number()
|
|
3828
|
-
scriptTimeout: z.number(),
|
|
3829
|
-
affiliateFeeInBps: z.string(),
|
|
3830
|
-
totalFee: z.string(),
|
|
3831
|
-
protocolFee: z.string(),
|
|
3832
|
-
affiliateFee: z.string(),
|
|
3833
|
-
tradeTimeout: z.number()
|
|
3832
|
+
version: z.number()
|
|
3834
3833
|
}),
|
|
3835
3834
|
traceId: z.string()
|
|
3836
3835
|
});
|