@saritasa/renewaire-frontend-sdk 0.131.0 → 0.132.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
|
@@ -2310,10 +2310,14 @@ interface ProjectFacilityDto {
|
|
|
2310
2310
|
* DTO that contains information about RenewAire.Cores.Domain.Projects.Project and its main RenewAire.Cores.Domain.Projects.ProjectRevision.
|
|
2311
2311
|
*/
|
|
2312
2312
|
interface ProjectDto {
|
|
2313
|
+
/**
|
|
2314
|
+
* Identifier for RenewAire.Cores.Domain.Projects.ProjectRevision.
|
|
2315
|
+
*/
|
|
2316
|
+
projectRevisionId: number;
|
|
2313
2317
|
/**
|
|
2314
2318
|
* Identifier for RenewAire.Cores.Domain.Projects.Project.
|
|
2315
2319
|
*/
|
|
2316
|
-
|
|
2320
|
+
projectId: number;
|
|
2317
2321
|
/**
|
|
2318
2322
|
* Project name.
|
|
2319
2323
|
*/
|
|
@@ -7303,7 +7307,7 @@ interface ProjectsExtendProjectEditModeRequestParams {
|
|
|
7303
7307
|
projectId: number;
|
|
7304
7308
|
}
|
|
7305
7309
|
interface ProjectsGetProjectRequestParams {
|
|
7306
|
-
|
|
7310
|
+
projectRevisionId: number;
|
|
7307
7311
|
}
|
|
7308
7312
|
interface ProjectsSearchProjectsRequestParams {
|
|
7309
7313
|
fields: Array<"id" | "projectNumber" | "name" | "status" | "constructionOrderType" | "buildingCategory" | "buildingType" | "clientName" | "createdAt" | "createdByUser" | "updatedAt" | "updatedByUser">;
|
|
@@ -7347,7 +7351,7 @@ interface ProjectsApiServiceInterface {
|
|
|
7347
7351
|
*/
|
|
7348
7352
|
projectsExtendProjectEditMode(requestParameters: ProjectsExtendProjectEditModeRequestParams, extraHttpRequestParams?: any): Observable<ProjectEditModeDto>;
|
|
7349
7353
|
/**
|
|
7350
|
-
* Get project by
|
|
7354
|
+
* Get project revision by id.
|
|
7351
7355
|
*
|
|
7352
7356
|
* @param requestParameters
|
|
7353
7357
|
*/
|
|
@@ -7424,7 +7428,7 @@ declare class ProjectsApiService extends BaseService implements ProjectsApiServi
|
|
|
7424
7428
|
transferCache?: boolean;
|
|
7425
7429
|
}): Observable<HttpEvent<ProjectEditModeDto>>;
|
|
7426
7430
|
/**
|
|
7427
|
-
* Get project by
|
|
7431
|
+
* Get project revision by id.
|
|
7428
7432
|
* @param requestParameters
|
|
7429
7433
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
7430
7434
|
* @param reportProgress flag to report request and response progress.
|
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.132.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.132.0+14eebf8905c766c365d5a9d86452ec9872675e20)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|