waldur-js-client 7.8.2-dev.6 → 7.8.2-dev.7
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 +5 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -8875,6 +8875,7 @@ export type ProposalReview = {
|
|
|
8875
8875
|
proposal: string;
|
|
8876
8876
|
readonly proposal_name: string;
|
|
8877
8877
|
readonly proposal_uuid: string;
|
|
8878
|
+
readonly proposal_slug: string;
|
|
8878
8879
|
reviewer: string;
|
|
8879
8880
|
readonly reviewer_full_name: string;
|
|
8880
8881
|
readonly reviewer_uuid: string;
|
|
@@ -8890,10 +8891,12 @@ export type ProposalReview = {
|
|
|
8890
8891
|
summary_private_comment?: string;
|
|
8891
8892
|
readonly round_uuid: string;
|
|
8892
8893
|
readonly round_name: string;
|
|
8894
|
+
readonly round_slug: string;
|
|
8893
8895
|
readonly round_cutoff_time: string;
|
|
8894
8896
|
readonly round_start_time: string;
|
|
8895
8897
|
readonly call_name: string;
|
|
8896
8898
|
readonly call_uuid: string;
|
|
8899
|
+
readonly call_slug: string;
|
|
8897
8900
|
readonly call_managing_organisation_uuid: string;
|
|
8898
8901
|
comment_project_title?: string | null;
|
|
8899
8902
|
comment_project_summary?: string | null;
|
|
@@ -36269,7 +36272,7 @@ export type ProposalProposalsListData = {
|
|
|
36269
36272
|
*
|
|
36270
36273
|
*
|
|
36271
36274
|
*/
|
|
36272
|
-
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'state'>;
|
|
36275
|
+
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-slug' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'slug' | 'state'>;
|
|
36273
36276
|
organization_uuid?: string;
|
|
36274
36277
|
/**
|
|
36275
36278
|
* A page number within the paginated result set.
|
|
@@ -36299,7 +36302,7 @@ export type ProposalProposalsCountData = {
|
|
|
36299
36302
|
*
|
|
36300
36303
|
*
|
|
36301
36304
|
*/
|
|
36302
|
-
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'state'>;
|
|
36305
|
+
o?: Array<'-created' | '-round__call__name' | '-round__cutoff_time' | '-round__start_time' | '-slug' | '-state' | 'created' | 'round__call__name' | 'round__cutoff_time' | 'round__start_time' | 'slug' | 'state'>;
|
|
36303
36306
|
organization_uuid?: string;
|
|
36304
36307
|
/**
|
|
36305
36308
|
* A page number within the paginated result set.
|