waldur-js-client 1.0.4-dev.92 → 1.0.4-dev.93
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 +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -6962,7 +6962,7 @@ export type ProposalReview = {
|
|
|
6962
6962
|
* Generate an anonymous reviewer identifier like 'Reviewer 1', 'Reviewer 2'.
|
|
6963
6963
|
* Returns None if the review is not associated with a proposal.
|
|
6964
6964
|
*/
|
|
6965
|
-
readonly anonymous_reviewer_name: string;
|
|
6965
|
+
readonly anonymous_reviewer_name: string | null;
|
|
6966
6966
|
state: ProposalReviewStateEnum;
|
|
6967
6967
|
readonly review_end_date: string;
|
|
6968
6968
|
summary_score?: number;
|