@tourmalinecore/inner-circle-time-api-js-client 1.10.0 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -233,8 +233,6 @@ export interface UnwellEntryDto {
233
233
  type: EntryType;
234
234
  }
235
235
  export interface UpdateAwayWithMakeUpTimeEntryRequest {
236
- /** @format int64 */
237
- id?: number;
238
236
  /** @format date-time */
239
237
  startTime: string;
240
238
  /** @format date-time */
@@ -246,8 +244,6 @@ export interface UpdateSickLeaveEntryRequest {
246
244
  period: PeriodDto;
247
245
  }
248
246
  export interface UpdateTaskEntryRequest {
249
- /** @format int64 */
250
- id?: number;
251
247
  title: string;
252
248
  /** @format date-time */
253
249
  startTime: string;
@@ -259,8 +255,6 @@ export interface UpdateTaskEntryRequest {
259
255
  description: string;
260
256
  }
261
257
  export interface UpdateUnwellEntryRequest {
262
- /** @format int64 */
263
- id?: number;
264
258
  /** @format date-time */
265
259
  startTime: string;
266
260
  /** @format date-time */
@@ -321,7 +315,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
321
315
  }
322
316
  /**
323
317
  * @title inner-circle-time-api
324
- * @version 1.10.0
318
+ * @version 1.10.1
325
319
  * @baseUrl http://localhost:6507/
326
320
  */
327
321
  export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
package/dist/index.js CHANGED
@@ -110,7 +110,7 @@ class HttpClient {
110
110
  exports.HttpClient = HttpClient;
111
111
  /**
112
112
  * @title inner-circle-time-api
113
- * @version 1.10.0
113
+ * @version 1.10.1
114
114
  * @baseUrl http://localhost:6507/
115
115
  */
116
116
  class Api extends HttpClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tourmalinecore/inner-circle-time-api-js-client",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Client for inner-circle-time-api that provides TypeScript types and client to make network calls from JavaScript.",
5
5
  "homepage": "https://github.com/TourmalineCore/inner-circle-time-api#readme",
6
6
  "bugs": {