chaingate-client
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.14.2 | ||
* The version of the OpenAPI document: 0.14.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
import { ArbitrumApi, AvalancheApi, BinanceSmartChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi } from './api'; | ||
export { ArbitrumApi, AvalancheApi, BinanceSmartChainApi, BitcoinApi, BitcoinTestnetApi, BobaNetworkApi, EthereumApi, FantomOperaApi, PolygonApi } from './api'; | ||
export type Api = ArbitrumApi | AvalancheApi | BinanceSmartChainApi | BitcoinApi | BitcoinTestnetApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi; | ||
@@ -3,0 +4,0 @@ export type EvmApi = ArbitrumApi | AvalancheApi | BinanceSmartChainApi | BobaNetworkApi | EthereumApi | FantomOperaApi | PolygonApi; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ChainGateClient = void 0; | ||
exports.ChainGateClient = exports.PolygonApi = exports.FantomOperaApi = exports.EthereumApi = exports.BobaNetworkApi = exports.BitcoinTestnetApi = exports.BitcoinApi = exports.BinanceSmartChainApi = exports.AvalancheApi = exports.ArbitrumApi = void 0; | ||
var configuration_1 = require("./configuration"); | ||
var api_1 = require("./api"); | ||
var api_2 = require("./api"); | ||
Object.defineProperty(exports, "ArbitrumApi", { enumerable: true, get: function () { return api_2.ArbitrumApi; } }); | ||
Object.defineProperty(exports, "AvalancheApi", { enumerable: true, get: function () { return api_2.AvalancheApi; } }); | ||
Object.defineProperty(exports, "BinanceSmartChainApi", { enumerable: true, get: function () { return api_2.BinanceSmartChainApi; } }); | ||
Object.defineProperty(exports, "BitcoinApi", { enumerable: true, get: function () { return api_2.BitcoinApi; } }); | ||
Object.defineProperty(exports, "BitcoinTestnetApi", { enumerable: true, get: function () { return api_2.BitcoinTestnetApi; } }); | ||
Object.defineProperty(exports, "BobaNetworkApi", { enumerable: true, get: function () { return api_2.BobaNetworkApi; } }); | ||
Object.defineProperty(exports, "EthereumApi", { enumerable: true, get: function () { return api_2.EthereumApi; } }); | ||
Object.defineProperty(exports, "FantomOperaApi", { enumerable: true, get: function () { return api_2.FantomOperaApi; } }); | ||
Object.defineProperty(exports, "PolygonApi", { enumerable: true, get: function () { return api_2.PolygonApi; } }); | ||
var ChainGateClient = /** @class */ (function () { | ||
@@ -7,0 +17,0 @@ function ChainGateClient(apiKey) { |
12
index.ts
@@ -14,2 +14,14 @@ import {Configuration} from './configuration' | ||
export { | ||
ArbitrumApi, | ||
AvalancheApi, | ||
BinanceSmartChainApi, | ||
BitcoinApi, | ||
BitcoinTestnetApi, | ||
BobaNetworkApi, | ||
EthereumApi, | ||
FantomOperaApi, | ||
PolygonApi | ||
} from './api' | ||
export type Api = | ||
@@ -16,0 +28,0 @@ ArbitrumApi | AvalancheApi | |
{ | ||
"name": "chaingate-client", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "OpenAPI client for chaingate-client", | ||
@@ -5,0 +5,0 @@ "author": "drakensoftware", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1419062
28389