@vepler/http-sdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { initializeSDK as initSDK } from './config'; | ||
import * as PropertyService from './services/property/service'; | ||
import * as AreaReferenceService from './services/area-reference/service'; | ||
export { initSDK as initializeSDK }; | ||
declare const routes: { | ||
property: typeof PropertyService; | ||
areaReference: typeof AreaReferenceService; | ||
}; | ||
export declare const property: typeof PropertyService; | ||
export declare const area: typeof AreaReferenceService; | ||
export default routes; |
@@ -26,11 +26,14 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.property = exports.initializeSDK = void 0; | ||
exports.area = exports.property = exports.initializeSDK = void 0; | ||
var config_1 = require("./config"); | ||
Object.defineProperty(exports, "initializeSDK", { enumerable: true, get: function () { return config_1.initializeSDK; } }); | ||
var PropertyService = __importStar(require("./services/property/service")); | ||
var AreaReferenceService = __importStar(require("./services/area-reference/service")); | ||
var routes = { | ||
property: PropertyService, | ||
areaReference: AreaReferenceService, | ||
}; | ||
exports.property = routes.property; | ||
exports.area = routes.areaReference; | ||
exports.default = routes; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@vepler/http-sdk", | ||
"version": "1.0.2", | ||
"description": "A flexible and extensible API service library for making HTTP requests with built-in authentication support for bearer tokens and API keys.", | ||
"version": "1.0.3", | ||
"description": "The Official Propbar HTTP SDK.", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
import { initializeSDK as initSDK } from './config'; | ||
import * as PropertyService from './services/property/service'; | ||
import * as AreaReferenceService from './services/area-reference/service'; | ||
@@ -8,6 +9,8 @@ export { initSDK as initializeSDK }; | ||
property: PropertyService, | ||
areaReference: AreaReferenceService, | ||
} | ||
export const property = routes.property | ||
export const area = routes.areaReference | ||
export default routes; |
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
36766
698