@timetac/js-client-library
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -56,2 +56,3 @@ import { AbsenceDaysEndpoint } from './absenceDays'; | ||
export { UserStatusOverview } from './userStatusOverview/types'; | ||
export { testAxiosObject } from './utils/axiosSetup'; | ||
export { Pages } from './utils/pages/pages'; | ||
@@ -58,0 +59,0 @@ export { DeltaSyncParams } from './utils/params/deltaSyncParams'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.RequestParamsBuilder = exports.DeltaSyncParams = void 0; | ||
exports.RequestParamsBuilder = exports.DeltaSyncParams = exports.testAxiosObject = void 0; | ||
const absenceDays_1 = require("./absenceDays"); | ||
@@ -44,2 +44,4 @@ const absences_1 = require("./absences"); | ||
__exportStar(require("./errors"), exports); | ||
var axiosSetup_2 = require("./utils/axiosSetup"); | ||
Object.defineProperty(exports, "testAxiosObject", { enumerable: true, get: function () { return axiosSetup_2.testAxiosObject; } }); | ||
var deltaSyncParams_1 = require("./utils/params/deltaSyncParams"); | ||
@@ -46,0 +48,0 @@ Object.defineProperty(exports, "DeltaSyncParams", { enumerable: true, get: function () { return deltaSyncParams_1.DeltaSyncParams; } }); |
@@ -12,2 +12,3 @@ import { AxiosRequestConfig } from 'axios'; | ||
export declare const setAxiosDefaults: (defaults: AxiosRequestConfig) => void; | ||
export declare const testAxiosObject: import("axios").AxiosStatic; | ||
export {}; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.setAxiosDefaults = exports.interceptor = void 0; | ||
exports.testAxiosObject = exports.setAxiosDefaults = exports.interceptor = void 0; | ||
const axios_1 = require("axios"); | ||
@@ -56,2 +56,3 @@ const interceptor = (apiInstanceData) => { | ||
exports.setAxiosDefaults = setAxiosDefaults; | ||
exports.testAxiosObject = axios_1.default; | ||
//# sourceMappingURL=axiosSetup.js.map |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "TimeTac API JS client library", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme", |
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
205686
3030