waldur-js-client 7.7.4-dev.2 → 7.7.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 +6 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -7796,6 +7796,7 @@ export type ProtectedCall = {
|
|
|
7796
7796
|
description?: string;
|
|
7797
7797
|
state?: CallStates;
|
|
7798
7798
|
manager?: string;
|
|
7799
|
+
readonly manager_uuid?: string;
|
|
7799
7800
|
readonly customer_name?: string;
|
|
7800
7801
|
readonly customer_uuid?: string;
|
|
7801
7802
|
readonly offerings?: Array<NestedRequestedOffering>;
|
|
@@ -8161,6 +8162,7 @@ export type PublicCall = {
|
|
|
8161
8162
|
description?: string;
|
|
8162
8163
|
state?: CallStates;
|
|
8163
8164
|
manager?: string;
|
|
8165
|
+
readonly manager_uuid?: string;
|
|
8164
8166
|
readonly customer_name?: string;
|
|
8165
8167
|
readonly customer_uuid?: string;
|
|
8166
8168
|
readonly offerings?: Array<NestedRequestedOffering>;
|
|
@@ -32090,7 +32092,7 @@ export type ProposalProtectedCallsListData = {
|
|
|
32090
32092
|
customer?: string;
|
|
32091
32093
|
customer_keyword?: string;
|
|
32092
32094
|
customer_uuid?: string;
|
|
32093
|
-
field?: Array<'backend_id' | 'created' | 'created_by' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'name' | 'offerings' | 'reference_code' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32095
|
+
field?: Array<'backend_id' | 'created' | 'created_by' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'manager_uuid' | 'name' | 'offerings' | 'reference_code' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32094
32096
|
has_active_round?: boolean;
|
|
32095
32097
|
name?: string;
|
|
32096
32098
|
/**
|
|
@@ -32183,7 +32185,7 @@ export type ProposalProtectedCallsRetrieveData = {
|
|
|
32183
32185
|
uuid: string;
|
|
32184
32186
|
};
|
|
32185
32187
|
query?: {
|
|
32186
|
-
field?: Array<'backend_id' | 'created' | 'created_by' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'name' | 'offerings' | 'reference_code' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32188
|
+
field?: Array<'backend_id' | 'created' | 'created_by' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'manager_uuid' | 'name' | 'offerings' | 'reference_code' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32187
32189
|
};
|
|
32188
32190
|
url: '/api/proposal-protected-calls/{uuid}/';
|
|
32189
32191
|
};
|
|
@@ -32654,7 +32656,7 @@ export type ProposalPublicCallsListData = {
|
|
|
32654
32656
|
customer?: string;
|
|
32655
32657
|
customer_keyword?: string;
|
|
32656
32658
|
customer_uuid?: string;
|
|
32657
|
-
field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'name' | 'offerings' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32659
|
+
field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'manager_uuid' | 'name' | 'offerings' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32658
32660
|
has_active_round?: boolean;
|
|
32659
32661
|
name?: string;
|
|
32660
32662
|
/**
|
|
@@ -32722,7 +32724,7 @@ export type ProposalPublicCallsRetrieveData = {
|
|
|
32722
32724
|
uuid: string;
|
|
32723
32725
|
};
|
|
32724
32726
|
query?: {
|
|
32725
|
-
field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'name' | 'offerings' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32727
|
+
field?: Array<'backend_id' | 'created' | 'customer_name' | 'customer_uuid' | 'description' | 'documents' | 'end_date' | 'external_url' | 'fixed_duration_in_days' | 'manager' | 'manager_uuid' | 'name' | 'offerings' | 'resource_templates' | 'reviewer_identity_visible_to_submitters' | 'reviews_visible_to_submitters' | 'rounds' | 'slug' | 'start_date' | 'state' | 'url' | 'uuid'>;
|
|
32726
32728
|
};
|
|
32727
32729
|
url: '/api/proposal-public-calls/{uuid}/';
|
|
32728
32730
|
};
|