degiro-api
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,3 +0,3 @@ | ||
import { MainDeGiroConsts } from './DeGiroEnums'; | ||
export { MainDeGiroConsts, }; | ||
import { MainDeGiroConsts, DeGiroActions, DeGiroMarketOrderTypes, DeGiroTimeTypes, DeGiroProducTypes, DeGiroSort, PORTFOLIO_POSITIONS_TYPE_ENUM } from './DeGiroEnums'; | ||
export { MainDeGiroConsts, DeGiroActions, DeGiroMarketOrderTypes, DeGiroTimeTypes, DeGiroProducTypes, DeGiroSort, PORTFOLIO_POSITIONS_TYPE_ENUM, }; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MainDeGiroConsts = void 0; | ||
exports.PORTFOLIO_POSITIONS_TYPE_ENUM = exports.DeGiroSort = exports.DeGiroProducTypes = exports.DeGiroTimeTypes = exports.DeGiroMarketOrderTypes = exports.DeGiroActions = exports.MainDeGiroConsts = void 0; | ||
var DeGiroEnums_1 = require("./DeGiroEnums"); | ||
Object.defineProperty(exports, "MainDeGiroConsts", { enumerable: true, get: function () { return DeGiroEnums_1.MainDeGiroConsts; } }); | ||
Object.defineProperty(exports, "DeGiroActions", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroActions; } }); | ||
Object.defineProperty(exports, "DeGiroMarketOrderTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroMarketOrderTypes; } }); | ||
Object.defineProperty(exports, "DeGiroTimeTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroTimeTypes; } }); | ||
Object.defineProperty(exports, "DeGiroProducTypes", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroProducTypes; } }); | ||
Object.defineProperty(exports, "DeGiroSort", { enumerable: true, get: function () { return DeGiroEnums_1.DeGiroSort; } }); | ||
Object.defineProperty(exports, "PORTFOLIO_POSITIONS_TYPE_ENUM", { enumerable: true, get: function () { return DeGiroEnums_1.PORTFOLIO_POSITIONS_TYPE_ENUM; } }); | ||
//# sourceMappingURL=index.js.map |
import { DeGiro } from './lib/DeGiro'; | ||
import * as enums from './lib/enums/index'; | ||
export { enums, }; | ||
import * as DeGiroEnums from './lib/enums/index'; | ||
import * as DeGiroTypes from './lib/types'; | ||
export { DeGiroEnums, DeGiroTypes, }; | ||
export default DeGiro; | ||
//# sourceMappingURL=main.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.enums = void 0; | ||
exports.DeGiroTypes = exports.DeGiroEnums = void 0; | ||
var DeGiro_1 = require("./lib/DeGiro"); | ||
var enums = require("./lib/enums/index"); | ||
exports.enums = enums; | ||
var DeGiroEnums = require("./lib/enums/index"); | ||
exports.DeGiroEnums = DeGiroEnums; | ||
var DeGiroTypes = require("./lib/types"); | ||
exports.DeGiroTypes = DeGiroTypes; | ||
exports.default = DeGiro_1.DeGiro; | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "degiro-api", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"public": true, | ||
@@ -11,3 +11,5 @@ "description": "Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more", | ||
"compile": "rm -fr dist && tsc", | ||
"lint": "tslint --project tsconfig.json 'src/**/*.ts'" | ||
"lint": "tslint --project tsconfig.json 'src/**/*.ts'", | ||
"publish": "yarn lint && yarn compile && yarn publish", | ||
"push": "yarn lint && yarn compile && git push" | ||
}, | ||
@@ -14,0 +16,0 @@ "keywords": [ |
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
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
6
337107
212
6841