waldur-js-client 7.8.2-dev.3 → 7.8.2-dev.4

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.
@@ -8898,6 +8898,8 @@ export type ProposalReview = {
8898
8898
  comment_project_supporting_documentation?: string | null;
8899
8899
  comment_resource_requests?: string | null;
8900
8900
  comment_team?: string | null;
8901
+ readonly created: string;
8902
+ readonly modified: string;
8901
8903
  };
8902
8904
  export type ProposalReviewRequest = {
8903
8905
  proposal: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.2-dev.3",
3
+ "version": "7.8.2-dev.4",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",