@vepler/http-sdk
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -5,18 +5,2 @@ import { initializeSDK as initSDK } from './config'; | ||
property: { | ||
property: { | ||
getProperty: typeof import("./services/property/routes/get-property").getProperty; | ||
getPropertyById: typeof import("./services/property/routes/get-property-by-location-id").getPropertyById; | ||
}; | ||
areaReference: { | ||
getAreas: typeof import("./services/area-reference/routes/get-areas").getAreas; | ||
}; | ||
}; | ||
areaReference: { | ||
areaReference: { | ||
getAreas: typeof import("./services/area-reference/routes/get-areas").getAreas; | ||
}; | ||
}; | ||
}; | ||
export declare const property: { | ||
property: { | ||
getProperty: typeof import("./services/property/routes/get-property").getProperty; | ||
@@ -29,7 +13,9 @@ getPropertyById: typeof import("./services/property/routes/get-property-by-location-id").getPropertyById; | ||
}; | ||
export declare const property: { | ||
getProperty: typeof import("./services/property/routes/get-property").getProperty; | ||
getPropertyById: typeof import("./services/property/routes/get-property-by-location-id").getPropertyById; | ||
}; | ||
export declare const area: { | ||
areaReference: { | ||
getAreas: typeof import("./services/area-reference/routes/get-areas").getAreas; | ||
}; | ||
getAreas: typeof import("./services/area-reference/routes/get-areas").getAreas; | ||
}; | ||
export default routes; |
import { getAreas } from './routes/get-areas'; | ||
declare const _default: { | ||
areaReference: { | ||
getAreas: typeof getAreas; | ||
}; | ||
getAreas: typeof getAreas; | ||
}; | ||
export default _default; |
@@ -5,6 +5,4 @@ "use strict"; | ||
exports.default = { | ||
areaReference: { | ||
getAreas: get_areas_1.getAreas, | ||
} | ||
getAreas: get_areas_1.getAreas, | ||
}; | ||
//# sourceMappingURL=service.js.map |
import { getProperty } from './routes/get-property'; | ||
import { getPropertyById } from './routes/get-property-by-location-id'; | ||
import { getAreas } from '../area-reference/routes/get-areas'; | ||
declare const _default: { | ||
property: { | ||
getProperty: typeof getProperty; | ||
getPropertyById: typeof getPropertyById; | ||
}; | ||
areaReference: { | ||
getAreas: typeof getAreas; | ||
}; | ||
getProperty: typeof getProperty; | ||
getPropertyById: typeof getPropertyById; | ||
}; | ||
export default _default; |
@@ -5,12 +5,6 @@ "use strict"; | ||
var get_property_by_location_id_1 = require("./routes/get-property-by-location-id"); | ||
var get_areas_1 = require("../area-reference/routes/get-areas"); | ||
exports.default = { | ||
property: { | ||
getProperty: get_property_1.getProperty, | ||
getPropertyById: get_property_by_location_id_1.getPropertyById, | ||
}, | ||
areaReference: { | ||
getAreas: get_areas_1.getAreas, | ||
} | ||
getProperty: get_property_1.getProperty, | ||
getPropertyById: get_property_by_location_id_1.getPropertyById, | ||
}; | ||
//# sourceMappingURL=service.js.map |
{ | ||
"name": "@vepler/http-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The Official Propbar HTTP SDK.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { getAreas } from './routes/get-areas'; | ||
export default { | ||
areaReference: { | ||
getAreas, | ||
} | ||
getAreas, | ||
} |
import { getProperty } from './routes/get-property'; | ||
import { getPropertyById } from './routes/get-property-by-location-id'; | ||
import { getAreas } from '../area-reference/routes/get-areas'; | ||
export default { | ||
property: { | ||
getProperty, | ||
getPropertyById, | ||
}, | ||
areaReference: { | ||
getAreas, | ||
} | ||
getProperty, | ||
getPropertyById, | ||
} |
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
36555
682