@timetac/js-client-library
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -33,3 +33,4 @@ export type RequestParams<R> = Record<string, string> & { | ||
resolve(field: keyof R & string): RequestParamsBuilder<R>; | ||
tempRecordId(id: string): RequestParamsBuilder<R>; | ||
} | ||
export {}; |
@@ -113,4 +113,8 @@ "use strict"; | ||
} | ||
tempRecordId(id) { | ||
this.requestParams['_temp_record_id'] = id; | ||
return this; | ||
} | ||
} | ||
exports.RequestParamsBuilder = RequestParamsBuilder; | ||
//# sourceMappingURL=requestParams.js.map |
@@ -33,3 +33,4 @@ export type RequestParams<R> = Record<string, string> & { | ||
resolve(field: keyof R & string): RequestParamsBuilder<R>; | ||
tempRecordId(id: string): RequestParamsBuilder<R>; | ||
} | ||
export {}; |
@@ -110,3 +110,7 @@ const DEFAULT_PAGE_SIZE = 100; | ||
} | ||
tempRecordId(id) { | ||
this.requestParams['_temp_record_id'] = id; | ||
return this; | ||
} | ||
} | ||
//# sourceMappingURL=requestParams.js.map |
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"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
584618
9601