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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|