waldur-js-client 8.0.10-dev.15 → 8.0.10-dev.18

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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +13 -33
  2. package/package.json +1 -1
@@ -2946,12 +2946,7 @@ export type BroadcastMessageQueryRequest = {
2946
2946
  export type BroadcastMessageStateEnum = 'DRAFT' | 'SCHEDULED' | 'SENT';
2947
2947
  export type BulkRoundCreateRequestRequest = {
2948
2948
  start_time: string;
2949
- review_strategy?: ReviewStrategyEnum;
2950
- deciding_entity?: DecidingEntityEnum;
2951
- allocation_time?: AllocationTimeEnum;
2952
2949
  review_duration_in_days?: number | null;
2953
- minimum_number_of_reviewers?: number | null;
2954
- minimal_average_scoring?: string | null;
2955
2950
  cadence: CadenceEnum;
2956
2951
  custom_interval_months?: number | null;
2957
2952
  submission_window_days: number;
@@ -3565,6 +3560,10 @@ export type CallWorkflowStep = {
3565
3560
  * Allocation decision: require applicant award response after decision.
3566
3561
  */
3567
3562
  include_award_response?: boolean;
3563
+ /**
3564
+ * Allocation decision: when a granted proposal takes effect — immediately (on_decision) or on the round's allocation date (fixed_date).
3565
+ */
3566
+ allocation_time?: AllocationTimeEnum;
3568
3567
  /**
3569
3568
  * Optional override of catalog ordering.
3570
3569
  */
@@ -3614,6 +3613,10 @@ export type CallWorkflowStepRequest = {
3614
3613
  * Allocation decision: require applicant award response after decision.
3615
3614
  */
3616
3615
  include_award_response?: boolean;
3616
+ /**
3617
+ * Allocation decision: when a granted proposal takes effect — immediately (on_decision) or on the round's allocation date (fixed_date).
3618
+ */
3619
+ allocation_time?: AllocationTimeEnum;
3617
3620
  /**
3618
3621
  * Optional override of catalog ordering.
3619
3622
  */
@@ -6819,7 +6822,6 @@ export type DeadLetterQueue = {
6819
6822
  */
6820
6823
  readonly note: string;
6821
6824
  };
6822
- export type DecidingEntityEnum = 'by_call_manager' | 'automatic';
6823
6825
  export type DefaultPermissionEnum = '2770' | '2775' | '2777' | '770' | '775' | '777';
6824
6826
  export type DeleteAttachmentsRequest = {
6825
6827
  attachment_ids: Array<string>;
@@ -12362,25 +12364,15 @@ export type NestedRound = {
12362
12364
  start_time: string;
12363
12365
  cutoff_time: string;
12364
12366
  status: RoundStatus;
12365
- review_strategy?: ReviewStrategyEnum;
12366
- deciding_entity?: DecidingEntityEnum;
12367
- allocation_time?: AllocationTimeEnum;
12368
12367
  allocation_date?: string | null;
12369
- minimal_average_scoring?: string | null;
12370
12368
  review_duration_in_days?: number | null;
12371
- minimum_number_of_reviewers?: number | null;
12372
12369
  };
12373
12370
  export type NestedRoundRequest = {
12374
12371
  slug?: string;
12375
12372
  start_time: string;
12376
12373
  cutoff_time: string;
12377
- review_strategy?: ReviewStrategyEnum;
12378
- deciding_entity?: DecidingEntityEnum;
12379
- allocation_time?: AllocationTimeEnum;
12380
12374
  allocation_date?: string | null;
12381
- minimal_average_scoring?: string | null;
12382
12375
  review_duration_in_days?: number | null;
12383
- minimum_number_of_reviewers?: number | null;
12384
12376
  };
12385
12377
  export type NestedScreenshot = {
12386
12378
  name: string;
@@ -17332,6 +17324,10 @@ export type PatchedCallWorkflowStepRequest = {
17332
17324
  * Allocation decision: require applicant award response after decision.
17333
17325
  */
17334
17326
  include_award_response?: boolean;
17327
+ /**
17328
+ * Allocation decision: when a granted proposal takes effect — immediately (on_decision) or on the round's allocation date (fixed_date).
17329
+ */
17330
+ allocation_time?: AllocationTimeEnum;
17335
17331
  /**
17336
17332
  * Optional override of catalog ordering.
17337
17333
  */
@@ -18465,13 +18461,8 @@ export type PatchedProtectedCallRequest = {
18465
18461
  export type PatchedProtectedRoundRequest = {
18466
18462
  start_time?: string;
18467
18463
  cutoff_time?: string;
18468
- review_strategy?: ReviewStrategyEnum;
18469
- deciding_entity?: DecidingEntityEnum;
18470
- allocation_time?: AllocationTimeEnum;
18471
18464
  allocation_date?: string | null;
18472
- minimal_average_scoring?: string | null;
18473
18465
  review_duration_in_days?: number;
18474
- minimum_number_of_reviewers?: number | null;
18475
18466
  };
18476
18467
  export type PatchedProviderPlanDetailsRequest = {
18477
18468
  name?: string;
@@ -19372,7 +19363,7 @@ export type PermissionMetadataResponse = {
19372
19363
  * Map of role keys to role enum values from RoleEnum
19373
19364
  */
19374
19365
  roles: {
19375
- [key: string]: 'CUSTOMER.OWNER' | 'CUSTOMER.SUPPORT' | 'CUSTOMER.MANAGER' | 'CUSTOMER.READER' | 'PROJECT.ADMIN' | 'PROJECT.MANAGER' | 'PROJECT.MEMBER' | 'OFFERING.MANAGER' | 'CALL.REVIEWER' | 'CALL.MANAGER' | 'PROPOSAL.MEMBER' | 'PROPOSAL.MANAGER';
19366
+ [key: string]: 'CUSTOMER.OWNER' | 'CUSTOMER.SUPPORT' | 'CUSTOMER.MANAGER' | 'CUSTOMER.READER' | 'PROJECT.ADMIN' | 'PROJECT.MANAGER' | 'PROJECT.MEMBER' | 'OFFERING.MANAGER' | 'CALL.REVIEWER' | 'CALL.MANAGER' | 'CALL.PANEL_MEMBER' | 'PROPOSAL.MEMBER' | 'PROPOSAL.MANAGER';
19376
19367
  };
19377
19368
  /**
19378
19369
  * Map of permission keys to permission enum values from PermissionEnum
@@ -21038,26 +21029,16 @@ export type ProtectedRound = {
21038
21029
  start_time: string;
21039
21030
  cutoff_time: string;
21040
21031
  status: RoundStatus;
21041
- review_strategy?: ReviewStrategyEnum;
21042
- deciding_entity?: DecidingEntityEnum;
21043
- allocation_time?: AllocationTimeEnum;
21044
21032
  allocation_date?: string | null;
21045
- minimal_average_scoring?: string | null;
21046
21033
  review_duration_in_days?: number;
21047
- minimum_number_of_reviewers?: number | null;
21048
21034
  readonly url: string;
21049
21035
  readonly proposals: Array<ProtectedProposalList>;
21050
21036
  };
21051
21037
  export type ProtectedRoundRequest = {
21052
21038
  start_time: string;
21053
21039
  cutoff_time: string;
21054
- review_strategy?: ReviewStrategyEnum;
21055
- deciding_entity?: DecidingEntityEnum;
21056
- allocation_time?: AllocationTimeEnum;
21057
21040
  allocation_date?: string | null;
21058
- minimal_average_scoring?: string | null;
21059
21041
  review_duration_in_days?: number;
21060
- minimum_number_of_reviewers?: number | null;
21061
21042
  };
21062
21043
  export type ProviderCustomerMonthly = {
21063
21044
  month: string;
@@ -24289,7 +24270,6 @@ export type ReviewProgressStat = {
24289
24270
  readonly average_review_time_days: number | null;
24290
24271
  readonly completion_rate: number;
24291
24272
  };
24292
- export type ReviewStrategyEnum = 'after_round' | 'after_proposal';
24293
24273
  export type ReviewSubmitRequest = {
24294
24274
  summary_score?: number;
24295
24275
  summary_public_comment?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.10-dev.15",
3
+ "version": "8.0.10-dev.18",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",