@saritasa/renewaire-frontend-sdk 0.428.0 → 0.429.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # @@saritasa/renewaire-frontend-sdk@0.428.0
1
+ # @@saritasa/renewaire-frontend-sdk@0.429.0
2
2
 
3
3
  ```bash
4
- npm install @saritasa/renewaire-frontend-sdk@0.428.0 --save
4
+ npm install @saritasa/renewaire-frontend-sdk@0.429.0 --save
5
5
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.428.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.428.0)",
3
+ "version": "0.429.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.429.0)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9834,6 +9834,10 @@ interface SearchProjectNoteDto {
9834
9834
  * Note type.<br />ProjectNoteType<br />0 = Project<br />1 = QualifiedSpecification<br />2 = Internal<br />3 = SalesChannel
9835
9835
  */
9836
9836
  type: ProjectNoteType;
9837
+ /**
9838
+ * Represents a data transfer object containing an identifier and a name. It is intended to be used in simple dropdown lists or in table views where we need to display a link to the object.
9839
+ */
9840
+ createdByUser: IdNameDto;
9837
9841
  /**
9838
9842
  * Creation data/time.
9839
9843
  */