tuix-timesheets-api 0.6.95 → 0.6.96

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.
@@ -45,16 +45,16 @@ export interface JiraUserDto {
45
45
  email: string;
46
46
  /**
47
47
  *
48
- * @type {string}
48
+ * @type {object}
49
49
  * @memberof JiraUserDto
50
50
  */
51
- firstName: string;
51
+ firstName: object;
52
52
  /**
53
53
  *
54
- * @type {string}
54
+ * @type {object}
55
55
  * @memberof JiraUserDto
56
56
  */
57
- lastName: string;
57
+ lastName: object;
58
58
  }
59
59
 
60
60
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuix-timesheets-api",
3
- "version": "0.6.95",
3
+ "version": "0.6.96",
4
4
  "description": "This package facilitates the client request to tuix timesheets api",
5
5
  "main": "index.js",
6
6
  "private": false,