@teemill/projects 1.6.1 → 1.7.0

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.
Files changed (54) hide show
  1. package/.openapi-generator/FILES +1 -4
  2. package/README.md +2 -2
  3. package/dist/apis/ProjectsApi.d.ts +18 -62
  4. package/dist/apis/ProjectsApi.js +28 -232
  5. package/dist/models/ApiError.d.ts +1 -1
  6. package/dist/models/ApiError.js +1 -1
  7. package/dist/models/CreateInviteRequest.d.ts +1 -1
  8. package/dist/models/CreateInviteRequest.js +1 -1
  9. package/dist/models/CreateProjectRequest.d.ts +1 -1
  10. package/dist/models/CreateProjectRequest.js +1 -1
  11. package/dist/models/Integration.d.ts +1 -1
  12. package/dist/models/Integration.js +1 -1
  13. package/dist/models/IntegrationsResponse.d.ts +1 -1
  14. package/dist/models/IntegrationsResponse.js +1 -1
  15. package/dist/models/Project.d.ts +1 -1
  16. package/dist/models/Project.js +1 -1
  17. package/dist/models/ProjectInvite.d.ts +1 -13
  18. package/dist/models/ProjectInvite.js +1 -7
  19. package/dist/models/ProjectInvites.d.ts +1 -1
  20. package/dist/models/ProjectInvites.js +1 -1
  21. package/dist/models/ProjectLogo.d.ts +1 -1
  22. package/dist/models/ProjectLogo.js +1 -1
  23. package/dist/models/ProjectUser.d.ts +7 -7
  24. package/dist/models/ProjectUser.js +7 -6
  25. package/dist/models/ProjectUserAvatar.d.ts +31 -0
  26. package/dist/models/ProjectUserAvatar.js +50 -0
  27. package/dist/models/ProjectUsers.d.ts +1 -1
  28. package/dist/models/ProjectUsers.js +1 -1
  29. package/dist/models/ProjectsResponse.d.ts +1 -1
  30. package/dist/models/ProjectsResponse.js +1 -1
  31. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  32. package/dist/models/UpdateProjectRequest.js +1 -1
  33. package/dist/models/index.d.ts +1 -4
  34. package/dist/models/index.js +1 -4
  35. package/dist/runtime.d.ts +1 -1
  36. package/dist/runtime.js +1 -1
  37. package/package.json +1 -1
  38. package/src/apis/ProjectsApi.ts +31 -236
  39. package/src/models/ApiError.ts +1 -1
  40. package/src/models/CreateInviteRequest.ts +1 -1
  41. package/src/models/CreateProjectRequest.ts +1 -1
  42. package/src/models/Integration.ts +1 -1
  43. package/src/models/IntegrationsResponse.ts +1 -1
  44. package/src/models/Project.ts +1 -1
  45. package/src/models/ProjectInvite.ts +1 -19
  46. package/src/models/ProjectInvites.ts +1 -1
  47. package/src/models/ProjectLogo.ts +1 -1
  48. package/src/models/ProjectUser.ts +16 -14
  49. package/src/models/ProjectUserAvatar.ts +65 -0
  50. package/src/models/ProjectUsers.ts +1 -1
  51. package/src/models/ProjectsResponse.ts +1 -1
  52. package/src/models/UpdateProjectRequest.ts +1 -1
  53. package/src/models/index.ts +1 -4
  54. package/src/runtime.ts +1 -1
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,18 +34,6 @@ export interface ProjectInvite {
34
34
  * @memberof ProjectInvite
35
35
  */
36
36
  expiresAt: string;
37
- /**
38
- *
39
- * @type {string}
40
- * @memberof ProjectInvite
41
- */
42
- acceptedAt: string | null;
43
- /**
44
- *
45
- * @type {string}
46
- * @memberof ProjectInvite
47
- */
48
- deletedAt: string | null;
49
37
  /**
50
38
  *
51
39
  * @type {ProjectUser}
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,8 +23,6 @@ function instanceOfProjectInvite(value) {
23
23
  isInstance = isInstance && "inviteeEmail" in value;
24
24
  isInstance = isInstance && "createdAt" in value;
25
25
  isInstance = isInstance && "expiresAt" in value;
26
- isInstance = isInstance && "acceptedAt" in value;
27
- isInstance = isInstance && "deletedAt" in value;
28
26
  isInstance = isInstance && "inviter" in value;
29
27
  return isInstance;
30
28
  }
@@ -41,8 +39,6 @@ function ProjectInviteFromJSONTyped(json, ignoreDiscriminator) {
41
39
  'inviteeEmail': json['inviteeEmail'],
42
40
  'createdAt': json['createdAt'],
43
41
  'expiresAt': json['expiresAt'],
44
- 'acceptedAt': json['acceptedAt'],
45
- 'deletedAt': json['deletedAt'],
46
42
  'inviter': (0, ProjectUser_1.ProjectUserFromJSON)(json['inviter']),
47
43
  };
48
44
  }
@@ -58,8 +54,6 @@ function ProjectInviteToJSON(value) {
58
54
  'inviteeEmail': value.inviteeEmail,
59
55
  'createdAt': value.createdAt,
60
56
  'expiresAt': value.expiresAt,
61
- 'acceptedAt': value.acceptedAt,
62
- 'deletedAt': value.deletedAt,
63
57
  'inviter': (0, ProjectUser_1.ProjectUserToJSON)(value.inviter),
64
58
  };
65
59
  }
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,14 +2,14 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { CreateUserRequestAvatar } from './CreateUserRequestAvatar';
12
+ import type { ProjectUserAvatar } from './ProjectUserAvatar';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -27,19 +27,19 @@ export interface ProjectUser {
27
27
  * @type {string}
28
28
  * @memberof ProjectUser
29
29
  */
30
- firstName: string;
30
+ firstName: string | null;
31
31
  /**
32
32
  *
33
33
  * @type {string}
34
34
  * @memberof ProjectUser
35
35
  */
36
- lastName: string;
36
+ lastName: string | null;
37
37
  /**
38
38
  *
39
39
  * @type {string}
40
40
  * @memberof ProjectUser
41
41
  */
42
- username?: string;
42
+ username: string | null;
43
43
  /**
44
44
  *
45
45
  * @type {string}
@@ -48,10 +48,10 @@ export interface ProjectUser {
48
48
  email: string;
49
49
  /**
50
50
  *
51
- * @type {CreateUserRequestAvatar}
51
+ * @type {ProjectUserAvatar}
52
52
  * @memberof ProjectUser
53
53
  */
54
- avatar?: CreateUserRequestAvatar;
54
+ avatar: ProjectUserAvatar;
55
55
  }
56
56
  /**
57
57
  * Check if a given object implements the ProjectUser interface.
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,8 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectUserToJSON = exports.ProjectUserFromJSONTyped = exports.ProjectUserFromJSON = exports.instanceOfProjectUser = void 0;
17
- var runtime_1 = require("../runtime");
18
- var CreateUserRequestAvatar_1 = require("./CreateUserRequestAvatar");
17
+ var ProjectUserAvatar_1 = require("./ProjectUserAvatar");
19
18
  /**
20
19
  * Check if a given object implements the ProjectUser interface.
21
20
  */
@@ -24,7 +23,9 @@ function instanceOfProjectUser(value) {
24
23
  isInstance = isInstance && "id" in value;
25
24
  isInstance = isInstance && "firstName" in value;
26
25
  isInstance = isInstance && "lastName" in value;
26
+ isInstance = isInstance && "username" in value;
27
27
  isInstance = isInstance && "email" in value;
28
+ isInstance = isInstance && "avatar" in value;
28
29
  return isInstance;
29
30
  }
30
31
  exports.instanceOfProjectUser = instanceOfProjectUser;
@@ -40,9 +41,9 @@ function ProjectUserFromJSONTyped(json, ignoreDiscriminator) {
40
41
  'id': json['id'],
41
42
  'firstName': json['firstName'],
42
43
  'lastName': json['lastName'],
43
- 'username': !(0, runtime_1.exists)(json, 'username') ? undefined : json['username'],
44
+ 'username': json['username'],
44
45
  'email': json['email'],
45
- 'avatar': !(0, runtime_1.exists)(json, 'avatar') ? undefined : (0, CreateUserRequestAvatar_1.CreateUserRequestAvatarFromJSON)(json['avatar']),
46
+ 'avatar': (0, ProjectUserAvatar_1.ProjectUserAvatarFromJSON)(json['avatar']),
46
47
  };
47
48
  }
48
49
  exports.ProjectUserFromJSONTyped = ProjectUserFromJSONTyped;
@@ -59,7 +60,7 @@ function ProjectUserToJSON(value) {
59
60
  'lastName': value.lastName,
60
61
  'username': value.username,
61
62
  'email': value.email,
62
- 'avatar': (0, CreateUserRequestAvatar_1.CreateUserRequestAvatarToJSON)(value.avatar),
63
+ 'avatar': (0, ProjectUserAvatar_1.ProjectUserAvatarToJSON)(value.avatar),
63
64
  };
64
65
  }
65
66
  exports.ProjectUserToJSON = ProjectUserToJSON;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Projects API
3
+ * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
+ *
5
+ * The version of the OpenAPI document: 1.7.0
6
+ * Contact: hello@teemill.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ProjectUserAvatar
16
+ */
17
+ export interface ProjectUserAvatar {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ProjectUserAvatar
22
+ */
23
+ original?: string | null;
24
+ }
25
+ /**
26
+ * Check if a given object implements the ProjectUserAvatar interface.
27
+ */
28
+ export declare function instanceOfProjectUserAvatar(value: object): boolean;
29
+ export declare function ProjectUserAvatarFromJSON(json: any): ProjectUserAvatar;
30
+ export declare function ProjectUserAvatarFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectUserAvatar;
31
+ export declare function ProjectUserAvatarToJSON(value?: ProjectUserAvatar | null): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Projects API
6
+ * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
+ *
8
+ * The version of the OpenAPI document: 1.7.0
9
+ * Contact: hello@teemill.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ProjectUserAvatarToJSON = exports.ProjectUserAvatarFromJSONTyped = exports.ProjectUserAvatarFromJSON = exports.instanceOfProjectUserAvatar = void 0;
17
+ var runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the ProjectUserAvatar interface.
20
+ */
21
+ function instanceOfProjectUserAvatar(value) {
22
+ var isInstance = true;
23
+ return isInstance;
24
+ }
25
+ exports.instanceOfProjectUserAvatar = instanceOfProjectUserAvatar;
26
+ function ProjectUserAvatarFromJSON(json) {
27
+ return ProjectUserAvatarFromJSONTyped(json, false);
28
+ }
29
+ exports.ProjectUserAvatarFromJSON = ProjectUserAvatarFromJSON;
30
+ function ProjectUserAvatarFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'original': !(0, runtime_1.exists)(json, 'original') ? undefined : json['original'],
36
+ };
37
+ }
38
+ exports.ProjectUserAvatarFromJSONTyped = ProjectUserAvatarFromJSONTyped;
39
+ function ProjectUserAvatarToJSON(value) {
40
+ if (value === undefined) {
41
+ return undefined;
42
+ }
43
+ if (value === null) {
44
+ return null;
45
+ }
46
+ return {
47
+ 'original': value.original,
48
+ };
49
+ }
50
+ exports.ProjectUserAvatarToJSON = ProjectUserAvatarToJSON;
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,8 +1,6 @@
1
1
  export * from './ApiError';
2
2
  export * from './CreateInviteRequest';
3
3
  export * from './CreateProjectRequest';
4
- export * from './CreateUserRequest';
5
- export * from './CreateUserRequestAvatar';
6
4
  export * from './Integration';
7
5
  export * from './IntegrationsResponse';
8
6
  export * from './Project';
@@ -10,8 +8,7 @@ export * from './ProjectInvite';
10
8
  export * from './ProjectInvites';
11
9
  export * from './ProjectLogo';
12
10
  export * from './ProjectUser';
11
+ export * from './ProjectUserAvatar';
13
12
  export * from './ProjectUsers';
14
13
  export * from './ProjectsResponse';
15
14
  export * from './UpdateProjectRequest';
16
- export * from './UpdateUserRequest';
17
- export * from './UpdateUserRequestAvatar';
@@ -19,8 +19,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  __exportStar(require("./ApiError"), exports);
20
20
  __exportStar(require("./CreateInviteRequest"), exports);
21
21
  __exportStar(require("./CreateProjectRequest"), exports);
22
- __exportStar(require("./CreateUserRequest"), exports);
23
- __exportStar(require("./CreateUserRequestAvatar"), exports);
24
22
  __exportStar(require("./Integration"), exports);
25
23
  __exportStar(require("./IntegrationsResponse"), exports);
26
24
  __exportStar(require("./Project"), exports);
@@ -28,8 +26,7 @@ __exportStar(require("./ProjectInvite"), exports);
28
26
  __exportStar(require("./ProjectInvites"), exports);
29
27
  __exportStar(require("./ProjectLogo"), exports);
30
28
  __exportStar(require("./ProjectUser"), exports);
29
+ __exportStar(require("./ProjectUserAvatar"), exports);
31
30
  __exportStar(require("./ProjectUsers"), exports);
32
31
  __exportStar(require("./ProjectsResponse"), exports);
33
32
  __exportStar(require("./UpdateProjectRequest"), exports);
34
- __exportStar(require("./UpdateUserRequest"), exports);
35
- __exportStar(require("./UpdateUserRequestAvatar"), exports);
package/dist/runtime.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.6.1
5
+ * The version of the OpenAPI document: 1.7.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.6.1
8
+ * The version of the OpenAPI document: 1.7.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/projects",
3
- "version": "1.6.1",
3
+ "version": "1.7.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {