@injectivelabs/ts-types
Advanced tools
Comparing version 1.12.1 to 1.12.2-beta.0
@@ -5,9 +5,2 @@ export interface Coin { | ||
} | ||
export declare enum StreamOperation { | ||
Insert = "insert", | ||
Delete = "delete", | ||
Replace = "replace", | ||
Update = "update", | ||
Invalidate = "invalidate" | ||
} | ||
export declare enum CosmosChainId { | ||
@@ -37,4 +30,5 @@ Injective = "injective-1", | ||
Injective = "injective-777", | ||
Injective1 = "injective-777" | ||
Injective1 = "injective-777", | ||
Injective2 = "injective-777" | ||
} | ||
//# sourceMappingURL=cosmos.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DevnetCosmosChainId = exports.TestnetCosmosChainId = exports.CosmosChainId = exports.StreamOperation = void 0; | ||
var StreamOperation; | ||
(function (StreamOperation) { | ||
StreamOperation["Insert"] = "insert"; | ||
StreamOperation["Delete"] = "delete"; | ||
StreamOperation["Replace"] = "replace"; | ||
StreamOperation["Update"] = "update"; | ||
StreamOperation["Invalidate"] = "invalidate"; | ||
})(StreamOperation = exports.StreamOperation || (exports.StreamOperation = {})); | ||
exports.DevnetCosmosChainId = exports.TestnetCosmosChainId = exports.CosmosChainId = void 0; | ||
var CosmosChainId; | ||
@@ -40,3 +32,4 @@ (function (CosmosChainId) { | ||
DevnetCosmosChainId["Injective1"] = "injective-777"; | ||
DevnetCosmosChainId["Injective2"] = "injective-777"; | ||
})(DevnetCosmosChainId = exports.DevnetCosmosChainId || (exports.DevnetCosmosChainId = {})); | ||
//# sourceMappingURL=cosmos.js.map |
@@ -11,2 +11,9 @@ export * from './enums'; | ||
} | ||
export declare enum StreamOperation { | ||
Insert = "insert", | ||
Delete = "delete", | ||
Replace = "replace", | ||
Update = "update", | ||
Invalidate = "invalidate" | ||
} | ||
export interface PaginationOption { | ||
@@ -13,0 +20,0 @@ key: string; |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StreamOperation = void 0; | ||
__exportStar(require("./enums"), exports); | ||
@@ -23,2 +24,10 @@ __exportStar(require("./aliases"), exports); | ||
__exportStar(require("./trade"), exports); | ||
var StreamOperation; | ||
(function (StreamOperation) { | ||
StreamOperation["Insert"] = "insert"; | ||
StreamOperation["Delete"] = "delete"; | ||
StreamOperation["Replace"] = "replace"; | ||
StreamOperation["Update"] = "update"; | ||
StreamOperation["Invalidate"] = "invalidate"; | ||
})(StreamOperation = exports.StreamOperation || (exports.StreamOperation = {})); | ||
//# sourceMappingURL=index.js.map |
@@ -5,9 +5,2 @@ export interface Coin { | ||
} | ||
export declare enum StreamOperation { | ||
Insert = "insert", | ||
Delete = "delete", | ||
Replace = "replace", | ||
Update = "update", | ||
Invalidate = "invalidate" | ||
} | ||
export declare enum CosmosChainId { | ||
@@ -37,4 +30,5 @@ Injective = "injective-1", | ||
Injective = "injective-777", | ||
Injective1 = "injective-777" | ||
Injective1 = "injective-777", | ||
Injective2 = "injective-777" | ||
} | ||
//# sourceMappingURL=cosmos.d.ts.map |
@@ -1,9 +0,1 @@ | ||
export var StreamOperation; | ||
(function (StreamOperation) { | ||
StreamOperation["Insert"] = "insert"; | ||
StreamOperation["Delete"] = "delete"; | ||
StreamOperation["Replace"] = "replace"; | ||
StreamOperation["Update"] = "update"; | ||
StreamOperation["Invalidate"] = "invalidate"; | ||
})(StreamOperation || (StreamOperation = {})); | ||
export var CosmosChainId; | ||
@@ -37,3 +29,4 @@ (function (CosmosChainId) { | ||
DevnetCosmosChainId["Injective1"] = "injective-777"; | ||
DevnetCosmosChainId["Injective2"] = "injective-777"; | ||
})(DevnetCosmosChainId || (DevnetCosmosChainId = {})); | ||
//# sourceMappingURL=cosmos.js.map |
@@ -11,2 +11,9 @@ export * from './enums'; | ||
} | ||
export declare enum StreamOperation { | ||
Insert = "insert", | ||
Delete = "delete", | ||
Replace = "replace", | ||
Update = "update", | ||
Invalidate = "invalidate" | ||
} | ||
export interface PaginationOption { | ||
@@ -13,0 +20,0 @@ key: string; |
@@ -6,2 +6,10 @@ export * from './enums'; | ||
export * from './trade'; | ||
export var StreamOperation; | ||
(function (StreamOperation) { | ||
StreamOperation["Insert"] = "insert"; | ||
StreamOperation["Delete"] = "delete"; | ||
StreamOperation["Replace"] = "replace"; | ||
StreamOperation["Update"] = "update"; | ||
StreamOperation["Invalidate"] = "invalidate"; | ||
})(StreamOperation || (StreamOperation = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.12.1", | ||
"version": "1.12.2-beta.0", | ||
"sideEffects": false, | ||
@@ -37,3 +37,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "e4b7c51fb3931cb7da8c561ee293ca1b9841dd17" | ||
"gitHead": "497b6abfde6ef0d96fe12b8d9d21682f4dc187ed" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
816
73390
53
2