@saritasa/renewaire-frontend-sdk 0.167.0 → 0.168.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/index.d.ts
CHANGED
|
@@ -8009,7 +8009,7 @@ interface ProjectNotesRemoveProjectNoteRequestParams {
|
|
|
8009
8009
|
projectNoteId: number;
|
|
8010
8010
|
}
|
|
8011
8011
|
interface ProjectNotesSearchProjectsRequestParams {
|
|
8012
|
-
projectRevisionId?: number
|
|
8012
|
+
projectRevisionId?: number;
|
|
8013
8013
|
text?: string;
|
|
8014
8014
|
type?: ProjectNoteType | null;
|
|
8015
8015
|
createdAt?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.168.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.168.0+547407fa001126edca110fc30f8575abdf308d88)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|