@teemill/projects 1.14.0 → 1.15.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 (102) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/ProjectsApi.d.ts +16 -2
  3. package/dist/apis/ProjectsApi.js +43 -1
  4. package/dist/esm/apis/ProjectsApi.d.ts +16 -2
  5. package/dist/esm/apis/ProjectsApi.js +44 -2
  6. package/dist/esm/models/ApiError.d.ts +1 -1
  7. package/dist/esm/models/ApiError.js +1 -1
  8. package/dist/esm/models/CreateInviteRequest.d.ts +1 -1
  9. package/dist/esm/models/CreateInviteRequest.js +1 -1
  10. package/dist/esm/models/CreateProjectRequest.d.ts +1 -1
  11. package/dist/esm/models/CreateProjectRequest.js +1 -1
  12. package/dist/esm/models/InstallTemplateRequest.d.ts +1 -1
  13. package/dist/esm/models/InstallTemplateRequest.js +1 -1
  14. package/dist/esm/models/Integration.d.ts +1 -1
  15. package/dist/esm/models/Integration.js +1 -1
  16. package/dist/esm/models/IntegrationsResponse.d.ts +1 -1
  17. package/dist/esm/models/IntegrationsResponse.js +1 -1
  18. package/dist/esm/models/LegacyProjectLogo.d.ts +1 -1
  19. package/dist/esm/models/LegacyProjectLogo.js +1 -1
  20. package/dist/esm/models/Project.d.ts +1 -1
  21. package/dist/esm/models/Project.js +1 -1
  22. package/dist/esm/models/ProjectInvite.d.ts +1 -1
  23. package/dist/esm/models/ProjectInvite.js +1 -1
  24. package/dist/esm/models/ProjectInvites.d.ts +1 -1
  25. package/dist/esm/models/ProjectInvites.js +1 -1
  26. package/dist/esm/models/ProjectLogo.d.ts +1 -1
  27. package/dist/esm/models/ProjectLogo.js +1 -1
  28. package/dist/esm/models/ProjectManager.d.ts +1 -1
  29. package/dist/esm/models/ProjectManager.js +1 -1
  30. package/dist/esm/models/ProjectUser.d.ts +1 -1
  31. package/dist/esm/models/ProjectUser.js +1 -1
  32. package/dist/esm/models/ProjectUserAvatar.d.ts +1 -1
  33. package/dist/esm/models/ProjectUserAvatar.js +1 -1
  34. package/dist/esm/models/ProjectUsers.d.ts +1 -1
  35. package/dist/esm/models/ProjectUsers.js +1 -1
  36. package/dist/esm/models/ProjectsResponse.d.ts +1 -1
  37. package/dist/esm/models/ProjectsResponse.js +1 -1
  38. package/dist/esm/models/SetupIntegrationRequest.d.ts +1 -1
  39. package/dist/esm/models/SetupIntegrationRequest.js +1 -1
  40. package/dist/esm/models/UpdateProjectRequest.d.ts +1 -1
  41. package/dist/esm/models/UpdateProjectRequest.js +1 -1
  42. package/dist/esm/runtime.d.ts +1 -1
  43. package/dist/esm/runtime.js +1 -1
  44. package/dist/models/ApiError.d.ts +1 -1
  45. package/dist/models/ApiError.js +1 -1
  46. package/dist/models/CreateInviteRequest.d.ts +1 -1
  47. package/dist/models/CreateInviteRequest.js +1 -1
  48. package/dist/models/CreateProjectRequest.d.ts +1 -1
  49. package/dist/models/CreateProjectRequest.js +1 -1
  50. package/dist/models/InstallTemplateRequest.d.ts +1 -1
  51. package/dist/models/InstallTemplateRequest.js +1 -1
  52. package/dist/models/Integration.d.ts +1 -1
  53. package/dist/models/Integration.js +1 -1
  54. package/dist/models/IntegrationsResponse.d.ts +1 -1
  55. package/dist/models/IntegrationsResponse.js +1 -1
  56. package/dist/models/LegacyProjectLogo.d.ts +1 -1
  57. package/dist/models/LegacyProjectLogo.js +1 -1
  58. package/dist/models/Project.d.ts +1 -1
  59. package/dist/models/Project.js +1 -1
  60. package/dist/models/ProjectInvite.d.ts +1 -1
  61. package/dist/models/ProjectInvite.js +1 -1
  62. package/dist/models/ProjectInvites.d.ts +1 -1
  63. package/dist/models/ProjectInvites.js +1 -1
  64. package/dist/models/ProjectLogo.d.ts +1 -1
  65. package/dist/models/ProjectLogo.js +1 -1
  66. package/dist/models/ProjectManager.d.ts +1 -1
  67. package/dist/models/ProjectManager.js +1 -1
  68. package/dist/models/ProjectUser.d.ts +1 -1
  69. package/dist/models/ProjectUser.js +1 -1
  70. package/dist/models/ProjectUserAvatar.d.ts +1 -1
  71. package/dist/models/ProjectUserAvatar.js +1 -1
  72. package/dist/models/ProjectUsers.d.ts +1 -1
  73. package/dist/models/ProjectUsers.js +1 -1
  74. package/dist/models/ProjectsResponse.d.ts +1 -1
  75. package/dist/models/ProjectsResponse.js +1 -1
  76. package/dist/models/SetupIntegrationRequest.d.ts +1 -1
  77. package/dist/models/SetupIntegrationRequest.js +1 -1
  78. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  79. package/dist/models/UpdateProjectRequest.js +1 -1
  80. package/dist/runtime.d.ts +1 -1
  81. package/dist/runtime.js +1 -1
  82. package/package.json +1 -1
  83. package/src/apis/ProjectsApi.ts +63 -1
  84. package/src/models/ApiError.ts +1 -1
  85. package/src/models/CreateInviteRequest.ts +1 -1
  86. package/src/models/CreateProjectRequest.ts +1 -1
  87. package/src/models/InstallTemplateRequest.ts +1 -1
  88. package/src/models/Integration.ts +1 -1
  89. package/src/models/IntegrationsResponse.ts +1 -1
  90. package/src/models/LegacyProjectLogo.ts +1 -1
  91. package/src/models/Project.ts +1 -1
  92. package/src/models/ProjectInvite.ts +1 -1
  93. package/src/models/ProjectInvites.ts +1 -1
  94. package/src/models/ProjectLogo.ts +1 -1
  95. package/src/models/ProjectManager.ts +1 -1
  96. package/src/models/ProjectUser.ts +1 -1
  97. package/src/models/ProjectUserAvatar.ts +1 -1
  98. package/src/models/ProjectUsers.ts +1 -1
  99. package/src/models/ProjectsResponse.ts +1 -1
  100. package/src/models/SetupIntegrationRequest.ts +1 -1
  101. package/src/models/UpdateProjectRequest.ts +1 -1
  102. 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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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/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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.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.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,6 +24,7 @@ import type {
24
24
  Project,
25
25
  ProjectInvite,
26
26
  ProjectInvites,
27
+ ProjectUser,
27
28
  ProjectUsers,
28
29
  ProjectsResponse,
29
30
  SetupIntegrationRequest,
@@ -48,6 +49,8 @@ import {
48
49
  ProjectInviteToJSON,
49
50
  ProjectInvitesFromJSON,
50
51
  ProjectInvitesToJSON,
52
+ ProjectUserFromJSON,
53
+ ProjectUserToJSON,
51
54
  ProjectUsersFromJSON,
52
55
  ProjectUsersToJSON,
53
56
  ProjectsResponseFromJSON,
@@ -102,6 +105,11 @@ export interface GetProjectRequest {
102
105
  project: string;
103
106
  }
104
107
 
108
+ export interface GetUserRequest {
109
+ project: string;
110
+ user: string;
111
+ }
112
+
105
113
  export interface GetUsersRequest {
106
114
  project: string;
107
115
  search?: string;
@@ -671,6 +679,60 @@ export class ProjectsApi extends runtime.BaseAPI {
671
679
  return await response.value();
672
680
  }
673
681
 
682
+ /**
683
+ * Get a project user by id
684
+ * Get a user
685
+ */
686
+ async getUserRaw(requestParameters: GetUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectUser>> {
687
+ if (requestParameters.project === null || requestParameters.project === undefined) {
688
+ throw new runtime.RequiredError('project','Required parameter requestParameters.project was null or undefined when calling getUser.');
689
+ }
690
+
691
+ if (requestParameters.user === null || requestParameters.user === undefined) {
692
+ throw new runtime.RequiredError('user','Required parameter requestParameters.user was null or undefined when calling getUser.');
693
+ }
694
+
695
+ const queryParameters: any = {};
696
+
697
+ const headerParameters: runtime.HTTPHeaders = {};
698
+
699
+ if (this.configuration && this.configuration.accessToken) {
700
+ // oauth required
701
+ headerParameters["Authorization"] = await this.configuration.accessToken("session-oauth", []);
702
+ }
703
+
704
+ if (this.configuration && this.configuration.apiKey) {
705
+ headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
706
+ }
707
+
708
+ const response = await this.request({
709
+ path: `/v1/projects/{project}/users/{user}`.replace(`{${"project"}}`, encodeURIComponent(String(requestParameters.project))).replace(`{${"user"}}`, encodeURIComponent(String(requestParameters.user))),
710
+ method: 'GET',
711
+ headers: headerParameters,
712
+ query: queryParameters,
713
+ }, initOverrides);
714
+
715
+ return new runtime.JSONApiResponse(response, (jsonValue) => ProjectUserFromJSON(jsonValue));
716
+ }
717
+
718
+ /**
719
+ * Get a project user by id
720
+ * Get a user
721
+ */
722
+ async getUser(
723
+ project: string, user: string,
724
+ initOverrides?: RequestInit | runtime.InitOverrideFunction
725
+ ): Promise<ProjectUser> {
726
+ const response = await this.getUserRaw(
727
+ {
728
+ project: project,user: user,
729
+ },
730
+ initOverrides
731
+ );
732
+
733
+ return await response.value();
734
+ }
735
+
674
736
  /**
675
737
  * List the users associated with a project
676
738
  * List project users
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).