@timetac/js-client-library
Advanced tools
Comparing version 1.50.1 to 1.51.0
@@ -0,1 +1,2 @@ | ||
import { AxiosRequestConfig } from 'axios'; | ||
import BaseApi from '../baseApi'; | ||
@@ -22,3 +23,6 @@ import { RequestParams } from '../utils/params/requestParams'; | ||
}>>; | ||
getPasswordGuidance(options?: AxiosRequestConfig): Promise<NonEntityResult<{ | ||
password_valid: boolean; | ||
}>>; | ||
} | ||
export {}; |
@@ -58,4 +58,10 @@ "use strict"; | ||
} | ||
getPasswordGuidance(options) { | ||
const response = this._post('validatePassword', { | ||
passwordGuidance: true, | ||
}, undefined, options); | ||
return (0, responseHandlers_1.nonEntityResult)(response); | ||
} | ||
} | ||
exports.UsersEndpoint = UsersEndpoint; | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,2 @@ | ||
import { AxiosRequestConfig } from 'axios'; | ||
import BaseApi from '../baseApi'; | ||
@@ -22,3 +23,6 @@ import { RequestParams } from '../utils/params/requestParams'; | ||
}>>; | ||
getPasswordGuidance(options?: AxiosRequestConfig): Promise<NonEntityResult<{ | ||
password_valid: boolean; | ||
}>>; | ||
} | ||
export {}; |
@@ -55,3 +55,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
getPasswordGuidance(options) { | ||
const response = this._post('validatePassword', { | ||
passwordGuidance: true, | ||
}, undefined, options); | ||
return nonEntityResult(response); | ||
} | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "1.50.1", | ||
"version": "1.51.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
580904
9568