@emeris/types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -30,2 +30,3 @@ import { Static } from "@sinclair/typebox"; | ||
}>; | ||
balanceA: import("@sinclair/typebox").TString; | ||
denomB: import("@sinclair/typebox").TObject<{ | ||
@@ -38,2 +39,3 @@ name: import("@sinclair/typebox").TString; | ||
}>; | ||
balanceB: import("@sinclair/typebox").TString; | ||
swapPrice: import("@sinclair/typebox").TString; | ||
@@ -54,2 +56,3 @@ swapType: import("@sinclair/typebox").TEnum<import("@sinclair/typebox").TEnumKey<SwapType>[]>; | ||
}>; | ||
balanceA: import("@sinclair/typebox").TString; | ||
denomB: import("@sinclair/typebox").TObject<{ | ||
@@ -62,2 +65,3 @@ name: import("@sinclair/typebox").TString; | ||
}>; | ||
balanceB: import("@sinclair/typebox").TString; | ||
swapPrice: import("@sinclair/typebox").TString; | ||
@@ -79,2 +83,3 @@ swapType: import("@sinclair/typebox").TEnum<import("@sinclair/typebox").TEnumKey<SwapType>[]>; | ||
}>; | ||
balanceA: import("@sinclair/typebox").TString; | ||
denomB: import("@sinclair/typebox").TObject<{ | ||
@@ -87,2 +92,3 @@ name: import("@sinclair/typebox").TString; | ||
}>; | ||
balanceB: import("@sinclair/typebox").TString; | ||
swapPrice: import("@sinclair/typebox").TString; | ||
@@ -89,0 +95,0 @@ swapType: import("@sinclair/typebox").TEnum<import("@sinclair/typebox").TEnumKey<SwapType>[]>; |
@@ -29,3 +29,5 @@ "use strict"; | ||
denomA: exports.Denom, | ||
balanceA: typebox_1.Type.String(), | ||
denomB: exports.Denom, | ||
balanceB: typebox_1.Type.String(), | ||
swapPrice: typebox_1.Type.String(), | ||
@@ -32,0 +34,0 @@ swapType: typebox_1.Type.Enum(SwapType) |
{ | ||
"name": "@emeris/types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Emeris common types", | ||
@@ -5,0 +5,0 @@ "author": "Tendermint, Inc <hello@tendermint.com>", |
@@ -24,3 +24,5 @@ import { Static, Type } from "@sinclair/typebox"; | ||
denomA: Denom, | ||
balanceA: Type.String(), | ||
denomB: Denom, | ||
balanceB: Type.String(), | ||
swapPrice: Type.String(), | ||
@@ -27,0 +29,0 @@ swapType: Type.Enum(SwapType) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49438
1055