waldur-api-client 7.7.9__py3-none-any.whl → 7.8.1__py3-none-any.whl
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.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py +96 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +96 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py +286 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py +289 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_create.py → marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py} +29 -38
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_count.py +15 -0
- waldur_api_client/api/marketplace_offering_users/marketplace_offering_users_list.py +15 -0
- waldur_api_client/api/{rancher_clusters/rancher_clusters_destroy.py → marketplace_orders/marketplace_orders_delete_attachment.py} +6 -4
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +168 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_component_stats_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_costs_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_customers_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_count.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_groups_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_course_accounts_retrieve.py +177 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +0 -22
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py +105 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_count.py +15 -0
- waldur_api_client/api/marketplace_public_offerings/marketplace_public_offerings_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +15 -0
- waldur_api_client/models/__init__.py +34 -6
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/booking_resource.py +18 -0
- waldur_api_client/models/booking_resources_list_field_item.py +2 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/country_enum.py +211 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/deployment_mode_enum.py +9 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/identity_provider.py +57 -0
- waldur_api_client/models/identity_provider_request.py +57 -0
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/issue.py +8 -17
- waldur_api_client/models/issue_request.py +8 -17
- waldur_api_client/models/issue_type_enum.py +4 -4
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +2 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_course_accounts_count_o_item.py +23 -0
- waldur_api_client/models/marketplace_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_users_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_offering_users_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +5 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +5 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +72 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/merged_plugin_options.py +36 -0
- waldur_api_client/models/merged_plugin_options_request.py +36 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering.py +9 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/offering_create.py +9 -8
- waldur_api_client/models/offering_create_request.py +9 -0
- waldur_api_client/models/offering_overview_update_request.py +9 -0
- waldur_api_client/models/offering_terms_of_service.py +42 -1
- waldur_api_client/models/offering_user.py +18 -0
- waldur_api_client/models/open_stack_tenant_create_order_attributes.py +0 -18
- waldur_api_client/models/open_stack_tenant_request.py +18 -0
- waldur_api_client/models/order_attachment.py +71 -0
- waldur_api_client/models/order_attachment_request.py +84 -0
- waldur_api_client/models/order_create.py +58 -16
- waldur_api_client/models/order_create_request.py +44 -62
- waldur_api_client/models/order_details.py +99 -16
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_identity_provider_request.py +58 -0
- waldur_api_client/models/patched_project_request.py +9 -0
- waldur_api_client/models/patched_protected_call_request.py +9 -0
- waldur_api_client/models/patched_protected_round_request.py +2 -2
- waldur_api_client/models/patched_service_provider_request.py +9 -0
- waldur_api_client/models/patched_user_request.py +9 -0
- waldur_api_client/models/project_request.py +9 -0
- waldur_api_client/models/protected_call_request.py +9 -0
- waldur_api_client/models/protected_round.py +2 -2
- waldur_api_client/models/protected_round_request.py +2 -2
- waldur_api_client/models/public_offering_details.py +9 -0
- waldur_api_client/models/rancher_cluster_request.py +1 -48
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +23 -1
- waldur_api_client/models/service_provider_request.py +9 -0
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/user_consent_info.py +86 -0
- waldur_api_client/models/user_request.py +9 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/METADATA +4 -2
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/RECORD +105 -89
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info}/WHEEL +1 -1
- waldur_api_client/models/marketplace_managed_rancher_create_order_attributes.py +0 -144
- waldur_api_client/models/marketplace_rancher_create_order_attributes.py +0 -145
- waldur_api_client/models/provider_offering_details_request.py +0 -398
- {waldur_api_client-7.7.9.dist-info → waldur_api_client-7.8.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import datetime
|
|
1
2
|
from http import HTTPStatus
|
|
2
3
|
from typing import Any, Union
|
|
3
4
|
from uuid import UUID
|
|
@@ -7,6 +8,9 @@ import httpx
|
|
|
7
8
|
from ... import errors
|
|
8
9
|
from ...client import AuthenticatedClient, Client
|
|
9
10
|
from ...models.course_account import CourseAccount
|
|
11
|
+
from ...models.marketplace_service_providers_course_accounts_list_o_item import (
|
|
12
|
+
MarketplaceServiceProvidersCourseAccountsListOItem,
|
|
13
|
+
)
|
|
10
14
|
from ...models.marketplace_service_providers_course_accounts_list_state_item import (
|
|
11
15
|
MarketplaceServiceProvidersCourseAccountsListStateItem,
|
|
12
16
|
)
|
|
@@ -17,8 +21,13 @@ def _get_kwargs(
|
|
|
17
21
|
service_provider_uuid: UUID,
|
|
18
22
|
*,
|
|
19
23
|
email: Union[Unset, str] = UNSET,
|
|
24
|
+
o: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]] = UNSET,
|
|
20
25
|
page: Union[Unset, int] = UNSET,
|
|
21
26
|
page_size: Union[Unset, int] = UNSET,
|
|
27
|
+
project_end_date_after: Union[Unset, datetime.date] = UNSET,
|
|
28
|
+
project_end_date_before: Union[Unset, datetime.date] = UNSET,
|
|
29
|
+
project_start_date_after: Union[Unset, datetime.date] = UNSET,
|
|
30
|
+
project_start_date_before: Union[Unset, datetime.date] = UNSET,
|
|
22
31
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
23
32
|
state: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]] = UNSET,
|
|
24
33
|
username: Union[Unset, str] = UNSET,
|
|
@@ -27,10 +36,39 @@ def _get_kwargs(
|
|
|
27
36
|
|
|
28
37
|
params["email"] = email
|
|
29
38
|
|
|
39
|
+
json_o: Union[Unset, list[str]] = UNSET
|
|
40
|
+
if not isinstance(o, Unset):
|
|
41
|
+
json_o = []
|
|
42
|
+
for o_item_data in o:
|
|
43
|
+
o_item = o_item_data.value
|
|
44
|
+
json_o.append(o_item)
|
|
45
|
+
|
|
46
|
+
params["o"] = json_o
|
|
47
|
+
|
|
30
48
|
params["page"] = page
|
|
31
49
|
|
|
32
50
|
params["page_size"] = page_size
|
|
33
51
|
|
|
52
|
+
json_project_end_date_after: Union[Unset, str] = UNSET
|
|
53
|
+
if not isinstance(project_end_date_after, Unset):
|
|
54
|
+
json_project_end_date_after = project_end_date_after.isoformat()
|
|
55
|
+
params["project_end_date_after"] = json_project_end_date_after
|
|
56
|
+
|
|
57
|
+
json_project_end_date_before: Union[Unset, str] = UNSET
|
|
58
|
+
if not isinstance(project_end_date_before, Unset):
|
|
59
|
+
json_project_end_date_before = project_end_date_before.isoformat()
|
|
60
|
+
params["project_end_date_before"] = json_project_end_date_before
|
|
61
|
+
|
|
62
|
+
json_project_start_date_after: Union[Unset, str] = UNSET
|
|
63
|
+
if not isinstance(project_start_date_after, Unset):
|
|
64
|
+
json_project_start_date_after = project_start_date_after.isoformat()
|
|
65
|
+
params["project_start_date_after"] = json_project_start_date_after
|
|
66
|
+
|
|
67
|
+
json_project_start_date_before: Union[Unset, str] = UNSET
|
|
68
|
+
if not isinstance(project_start_date_before, Unset):
|
|
69
|
+
json_project_start_date_before = project_start_date_before.isoformat()
|
|
70
|
+
params["project_start_date_before"] = json_project_start_date_before
|
|
71
|
+
|
|
34
72
|
json_project_uuid: Union[Unset, str] = UNSET
|
|
35
73
|
if not isinstance(project_uuid, Unset):
|
|
36
74
|
json_project_uuid = str(project_uuid)
|
|
@@ -87,8 +125,13 @@ def sync_detailed(
|
|
|
87
125
|
*,
|
|
88
126
|
client: AuthenticatedClient,
|
|
89
127
|
email: Union[Unset, str] = UNSET,
|
|
128
|
+
o: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]] = UNSET,
|
|
90
129
|
page: Union[Unset, int] = UNSET,
|
|
91
130
|
page_size: Union[Unset, int] = UNSET,
|
|
131
|
+
project_end_date_after: Union[Unset, datetime.date] = UNSET,
|
|
132
|
+
project_end_date_before: Union[Unset, datetime.date] = UNSET,
|
|
133
|
+
project_start_date_after: Union[Unset, datetime.date] = UNSET,
|
|
134
|
+
project_start_date_before: Union[Unset, datetime.date] = UNSET,
|
|
92
135
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
93
136
|
state: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]] = UNSET,
|
|
94
137
|
username: Union[Unset, str] = UNSET,
|
|
@@ -104,8 +147,13 @@ def sync_detailed(
|
|
|
104
147
|
Args:
|
|
105
148
|
service_provider_uuid (UUID):
|
|
106
149
|
email (Union[Unset, str]):
|
|
150
|
+
o (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]]):
|
|
107
151
|
page (Union[Unset, int]):
|
|
108
152
|
page_size (Union[Unset, int]):
|
|
153
|
+
project_end_date_after (Union[Unset, datetime.date]):
|
|
154
|
+
project_end_date_before (Union[Unset, datetime.date]):
|
|
155
|
+
project_start_date_after (Union[Unset, datetime.date]):
|
|
156
|
+
project_start_date_before (Union[Unset, datetime.date]):
|
|
109
157
|
project_uuid (Union[Unset, UUID]):
|
|
110
158
|
state (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]]):
|
|
111
159
|
username (Union[Unset, str]):
|
|
@@ -121,8 +169,13 @@ def sync_detailed(
|
|
|
121
169
|
kwargs = _get_kwargs(
|
|
122
170
|
service_provider_uuid=service_provider_uuid,
|
|
123
171
|
email=email,
|
|
172
|
+
o=o,
|
|
124
173
|
page=page,
|
|
125
174
|
page_size=page_size,
|
|
175
|
+
project_end_date_after=project_end_date_after,
|
|
176
|
+
project_end_date_before=project_end_date_before,
|
|
177
|
+
project_start_date_after=project_start_date_after,
|
|
178
|
+
project_start_date_before=project_start_date_before,
|
|
126
179
|
project_uuid=project_uuid,
|
|
127
180
|
state=state,
|
|
128
181
|
username=username,
|
|
@@ -140,8 +193,13 @@ def sync(
|
|
|
140
193
|
*,
|
|
141
194
|
client: AuthenticatedClient,
|
|
142
195
|
email: Union[Unset, str] = UNSET,
|
|
196
|
+
o: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]] = UNSET,
|
|
143
197
|
page: Union[Unset, int] = UNSET,
|
|
144
198
|
page_size: Union[Unset, int] = UNSET,
|
|
199
|
+
project_end_date_after: Union[Unset, datetime.date] = UNSET,
|
|
200
|
+
project_end_date_before: Union[Unset, datetime.date] = UNSET,
|
|
201
|
+
project_start_date_after: Union[Unset, datetime.date] = UNSET,
|
|
202
|
+
project_start_date_before: Union[Unset, datetime.date] = UNSET,
|
|
145
203
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
146
204
|
state: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]] = UNSET,
|
|
147
205
|
username: Union[Unset, str] = UNSET,
|
|
@@ -157,8 +215,13 @@ def sync(
|
|
|
157
215
|
Args:
|
|
158
216
|
service_provider_uuid (UUID):
|
|
159
217
|
email (Union[Unset, str]):
|
|
218
|
+
o (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]]):
|
|
160
219
|
page (Union[Unset, int]):
|
|
161
220
|
page_size (Union[Unset, int]):
|
|
221
|
+
project_end_date_after (Union[Unset, datetime.date]):
|
|
222
|
+
project_end_date_before (Union[Unset, datetime.date]):
|
|
223
|
+
project_start_date_after (Union[Unset, datetime.date]):
|
|
224
|
+
project_start_date_before (Union[Unset, datetime.date]):
|
|
162
225
|
project_uuid (Union[Unset, UUID]):
|
|
163
226
|
state (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]]):
|
|
164
227
|
username (Union[Unset, str]):
|
|
@@ -175,8 +238,13 @@ def sync(
|
|
|
175
238
|
service_provider_uuid=service_provider_uuid,
|
|
176
239
|
client=client,
|
|
177
240
|
email=email,
|
|
241
|
+
o=o,
|
|
178
242
|
page=page,
|
|
179
243
|
page_size=page_size,
|
|
244
|
+
project_end_date_after=project_end_date_after,
|
|
245
|
+
project_end_date_before=project_end_date_before,
|
|
246
|
+
project_start_date_after=project_start_date_after,
|
|
247
|
+
project_start_date_before=project_start_date_before,
|
|
180
248
|
project_uuid=project_uuid,
|
|
181
249
|
state=state,
|
|
182
250
|
username=username,
|
|
@@ -188,8 +256,13 @@ async def asyncio_detailed(
|
|
|
188
256
|
*,
|
|
189
257
|
client: AuthenticatedClient,
|
|
190
258
|
email: Union[Unset, str] = UNSET,
|
|
259
|
+
o: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]] = UNSET,
|
|
191
260
|
page: Union[Unset, int] = UNSET,
|
|
192
261
|
page_size: Union[Unset, int] = UNSET,
|
|
262
|
+
project_end_date_after: Union[Unset, datetime.date] = UNSET,
|
|
263
|
+
project_end_date_before: Union[Unset, datetime.date] = UNSET,
|
|
264
|
+
project_start_date_after: Union[Unset, datetime.date] = UNSET,
|
|
265
|
+
project_start_date_before: Union[Unset, datetime.date] = UNSET,
|
|
193
266
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
194
267
|
state: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]] = UNSET,
|
|
195
268
|
username: Union[Unset, str] = UNSET,
|
|
@@ -205,8 +278,13 @@ async def asyncio_detailed(
|
|
|
205
278
|
Args:
|
|
206
279
|
service_provider_uuid (UUID):
|
|
207
280
|
email (Union[Unset, str]):
|
|
281
|
+
o (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]]):
|
|
208
282
|
page (Union[Unset, int]):
|
|
209
283
|
page_size (Union[Unset, int]):
|
|
284
|
+
project_end_date_after (Union[Unset, datetime.date]):
|
|
285
|
+
project_end_date_before (Union[Unset, datetime.date]):
|
|
286
|
+
project_start_date_after (Union[Unset, datetime.date]):
|
|
287
|
+
project_start_date_before (Union[Unset, datetime.date]):
|
|
210
288
|
project_uuid (Union[Unset, UUID]):
|
|
211
289
|
state (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]]):
|
|
212
290
|
username (Union[Unset, str]):
|
|
@@ -222,8 +300,13 @@ async def asyncio_detailed(
|
|
|
222
300
|
kwargs = _get_kwargs(
|
|
223
301
|
service_provider_uuid=service_provider_uuid,
|
|
224
302
|
email=email,
|
|
303
|
+
o=o,
|
|
225
304
|
page=page,
|
|
226
305
|
page_size=page_size,
|
|
306
|
+
project_end_date_after=project_end_date_after,
|
|
307
|
+
project_end_date_before=project_end_date_before,
|
|
308
|
+
project_start_date_after=project_start_date_after,
|
|
309
|
+
project_start_date_before=project_start_date_before,
|
|
227
310
|
project_uuid=project_uuid,
|
|
228
311
|
state=state,
|
|
229
312
|
username=username,
|
|
@@ -239,8 +322,13 @@ async def asyncio(
|
|
|
239
322
|
*,
|
|
240
323
|
client: AuthenticatedClient,
|
|
241
324
|
email: Union[Unset, str] = UNSET,
|
|
325
|
+
o: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]] = UNSET,
|
|
242
326
|
page: Union[Unset, int] = UNSET,
|
|
243
327
|
page_size: Union[Unset, int] = UNSET,
|
|
328
|
+
project_end_date_after: Union[Unset, datetime.date] = UNSET,
|
|
329
|
+
project_end_date_before: Union[Unset, datetime.date] = UNSET,
|
|
330
|
+
project_start_date_after: Union[Unset, datetime.date] = UNSET,
|
|
331
|
+
project_start_date_before: Union[Unset, datetime.date] = UNSET,
|
|
244
332
|
project_uuid: Union[Unset, UUID] = UNSET,
|
|
245
333
|
state: Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]] = UNSET,
|
|
246
334
|
username: Union[Unset, str] = UNSET,
|
|
@@ -256,8 +344,13 @@ async def asyncio(
|
|
|
256
344
|
Args:
|
|
257
345
|
service_provider_uuid (UUID):
|
|
258
346
|
email (Union[Unset, str]):
|
|
347
|
+
o (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListOItem]]):
|
|
259
348
|
page (Union[Unset, int]):
|
|
260
349
|
page_size (Union[Unset, int]):
|
|
350
|
+
project_end_date_after (Union[Unset, datetime.date]):
|
|
351
|
+
project_end_date_before (Union[Unset, datetime.date]):
|
|
352
|
+
project_start_date_after (Union[Unset, datetime.date]):
|
|
353
|
+
project_start_date_before (Union[Unset, datetime.date]):
|
|
261
354
|
project_uuid (Union[Unset, UUID]):
|
|
262
355
|
state (Union[Unset, list[MarketplaceServiceProvidersCourseAccountsListStateItem]]):
|
|
263
356
|
username (Union[Unset, str]):
|
|
@@ -275,8 +368,13 @@ async def asyncio(
|
|
|
275
368
|
service_provider_uuid=service_provider_uuid,
|
|
276
369
|
client=client,
|
|
277
370
|
email=email,
|
|
371
|
+
o=o,
|
|
278
372
|
page=page,
|
|
279
373
|
page_size=page_size,
|
|
374
|
+
project_end_date_after=project_end_date_after,
|
|
375
|
+
project_end_date_before=project_end_date_before,
|
|
376
|
+
project_start_date_after=project_start_date_after,
|
|
377
|
+
project_start_date_before=project_start_date_before,
|
|
280
378
|
project_uuid=project_uuid,
|
|
281
379
|
state=state,
|
|
282
380
|
username=username,
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py
CHANGED
|
@@ -51,6 +51,7 @@ def _get_kwargs(
|
|
|
51
51
|
shared: Union[Unset, bool] = UNSET,
|
|
52
52
|
state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
|
|
53
53
|
type_: Union[Unset, list[str]] = UNSET,
|
|
54
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
54
55
|
uuid_list: Union[Unset, str] = UNSET,
|
|
55
56
|
) -> dict[str, Any]:
|
|
56
57
|
params: dict[str, Any] = {}
|
|
@@ -180,6 +181,8 @@ def _get_kwargs(
|
|
|
180
181
|
|
|
181
182
|
params["type"] = json_type_
|
|
182
183
|
|
|
184
|
+
params["user_has_consent"] = user_has_consent
|
|
185
|
+
|
|
183
186
|
params["uuid_list"] = uuid_list
|
|
184
187
|
|
|
185
188
|
params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
|
|
@@ -253,6 +256,7 @@ def sync_detailed(
|
|
|
253
256
|
shared: Union[Unset, bool] = UNSET,
|
|
254
257
|
state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
|
|
255
258
|
type_: Union[Unset, list[str]] = UNSET,
|
|
259
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
256
260
|
uuid_list: Union[Unset, str] = UNSET,
|
|
257
261
|
) -> Response[list["ProviderOffering"]]:
|
|
258
262
|
"""Return offerings of service provider.
|
|
@@ -289,6 +293,7 @@ def sync_detailed(
|
|
|
289
293
|
shared (Union[Unset, bool]):
|
|
290
294
|
state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
|
|
291
295
|
type_ (Union[Unset, list[str]]):
|
|
296
|
+
user_has_consent (Union[Unset, bool]):
|
|
292
297
|
uuid_list (Union[Unset, str]):
|
|
293
298
|
|
|
294
299
|
Raises:
|
|
@@ -331,6 +336,7 @@ def sync_detailed(
|
|
|
331
336
|
shared=shared,
|
|
332
337
|
state=state,
|
|
333
338
|
type_=type_,
|
|
339
|
+
user_has_consent=user_has_consent,
|
|
334
340
|
uuid_list=uuid_list,
|
|
335
341
|
)
|
|
336
342
|
|
|
@@ -375,6 +381,7 @@ def sync(
|
|
|
375
381
|
shared: Union[Unset, bool] = UNSET,
|
|
376
382
|
state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
|
|
377
383
|
type_: Union[Unset, list[str]] = UNSET,
|
|
384
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
378
385
|
uuid_list: Union[Unset, str] = UNSET,
|
|
379
386
|
) -> list["ProviderOffering"]:
|
|
380
387
|
"""Return offerings of service provider.
|
|
@@ -411,6 +418,7 @@ def sync(
|
|
|
411
418
|
shared (Union[Unset, bool]):
|
|
412
419
|
state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
|
|
413
420
|
type_ (Union[Unset, list[str]]):
|
|
421
|
+
user_has_consent (Union[Unset, bool]):
|
|
414
422
|
uuid_list (Union[Unset, str]):
|
|
415
423
|
|
|
416
424
|
Raises:
|
|
@@ -454,6 +462,7 @@ def sync(
|
|
|
454
462
|
shared=shared,
|
|
455
463
|
state=state,
|
|
456
464
|
type_=type_,
|
|
465
|
+
user_has_consent=user_has_consent,
|
|
457
466
|
uuid_list=uuid_list,
|
|
458
467
|
).parsed
|
|
459
468
|
|
|
@@ -492,6 +501,7 @@ async def asyncio_detailed(
|
|
|
492
501
|
shared: Union[Unset, bool] = UNSET,
|
|
493
502
|
state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
|
|
494
503
|
type_: Union[Unset, list[str]] = UNSET,
|
|
504
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
495
505
|
uuid_list: Union[Unset, str] = UNSET,
|
|
496
506
|
) -> Response[list["ProviderOffering"]]:
|
|
497
507
|
"""Return offerings of service provider.
|
|
@@ -528,6 +538,7 @@ async def asyncio_detailed(
|
|
|
528
538
|
shared (Union[Unset, bool]):
|
|
529
539
|
state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
|
|
530
540
|
type_ (Union[Unset, list[str]]):
|
|
541
|
+
user_has_consent (Union[Unset, bool]):
|
|
531
542
|
uuid_list (Union[Unset, str]):
|
|
532
543
|
|
|
533
544
|
Raises:
|
|
@@ -570,6 +581,7 @@ async def asyncio_detailed(
|
|
|
570
581
|
shared=shared,
|
|
571
582
|
state=state,
|
|
572
583
|
type_=type_,
|
|
584
|
+
user_has_consent=user_has_consent,
|
|
573
585
|
uuid_list=uuid_list,
|
|
574
586
|
)
|
|
575
587
|
|
|
@@ -612,6 +624,7 @@ async def asyncio(
|
|
|
612
624
|
shared: Union[Unset, bool] = UNSET,
|
|
613
625
|
state: Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]] = UNSET,
|
|
614
626
|
type_: Union[Unset, list[str]] = UNSET,
|
|
627
|
+
user_has_consent: Union[Unset, bool] = UNSET,
|
|
615
628
|
uuid_list: Union[Unset, str] = UNSET,
|
|
616
629
|
) -> list["ProviderOffering"]:
|
|
617
630
|
"""Return offerings of service provider.
|
|
@@ -648,6 +661,7 @@ async def asyncio(
|
|
|
648
661
|
shared (Union[Unset, bool]):
|
|
649
662
|
state (Union[Unset, list[MarketplaceServiceProvidersOfferingsListStateItem]]):
|
|
650
663
|
type_ (Union[Unset, list[str]]):
|
|
664
|
+
user_has_consent (Union[Unset, bool]):
|
|
651
665
|
uuid_list (Union[Unset, str]):
|
|
652
666
|
|
|
653
667
|
Raises:
|
|
@@ -692,6 +706,7 @@ async def asyncio(
|
|
|
692
706
|
shared=shared,
|
|
693
707
|
state=state,
|
|
694
708
|
type_=type_,
|
|
709
|
+
user_has_consent=user_has_consent,
|
|
695
710
|
uuid_list=uuid_list,
|
|
696
711
|
)
|
|
697
712
|
).parsed
|
|
@@ -16,6 +16,7 @@ def _get_kwargs(
|
|
|
16
16
|
civil_number: Union[Unset, str] = UNSET,
|
|
17
17
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
18
18
|
email: Union[Unset, str] = UNSET,
|
|
19
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
19
20
|
o: Union[Unset, list[UserInvitationsCountOItem]] = UNSET,
|
|
20
21
|
page: Union[Unset, int] = UNSET,
|
|
21
22
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -37,6 +38,8 @@ def _get_kwargs(
|
|
|
37
38
|
|
|
38
39
|
params["email"] = email
|
|
39
40
|
|
|
41
|
+
params["email_exact"] = email_exact
|
|
42
|
+
|
|
40
43
|
json_o: Union[Unset, list[str]] = UNSET
|
|
41
44
|
if not isinstance(o, Unset):
|
|
42
45
|
json_o = []
|
|
@@ -113,6 +116,7 @@ def sync_detailed(
|
|
|
113
116
|
civil_number: Union[Unset, str] = UNSET,
|
|
114
117
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
115
118
|
email: Union[Unset, str] = UNSET,
|
|
119
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
116
120
|
o: Union[Unset, list[UserInvitationsCountOItem]] = UNSET,
|
|
117
121
|
page: Union[Unset, int] = UNSET,
|
|
118
122
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -129,6 +133,7 @@ def sync_detailed(
|
|
|
129
133
|
civil_number (Union[Unset, str]):
|
|
130
134
|
customer_uuid (Union[Unset, UUID]):
|
|
131
135
|
email (Union[Unset, str]):
|
|
136
|
+
email_exact (Union[Unset, str]):
|
|
132
137
|
o (Union[Unset, list[UserInvitationsCountOItem]]):
|
|
133
138
|
page (Union[Unset, int]):
|
|
134
139
|
page_size (Union[Unset, int]):
|
|
@@ -151,6 +156,7 @@ def sync_detailed(
|
|
|
151
156
|
civil_number=civil_number,
|
|
152
157
|
customer_uuid=customer_uuid,
|
|
153
158
|
email=email,
|
|
159
|
+
email_exact=email_exact,
|
|
154
160
|
o=o,
|
|
155
161
|
page=page,
|
|
156
162
|
page_size=page_size,
|
|
@@ -175,6 +181,7 @@ def sync(
|
|
|
175
181
|
civil_number: Union[Unset, str] = UNSET,
|
|
176
182
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
177
183
|
email: Union[Unset, str] = UNSET,
|
|
184
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
178
185
|
o: Union[Unset, list[UserInvitationsCountOItem]] = UNSET,
|
|
179
186
|
page: Union[Unset, int] = UNSET,
|
|
180
187
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -191,6 +198,7 @@ def sync(
|
|
|
191
198
|
civil_number (Union[Unset, str]):
|
|
192
199
|
customer_uuid (Union[Unset, UUID]):
|
|
193
200
|
email (Union[Unset, str]):
|
|
201
|
+
email_exact (Union[Unset, str]):
|
|
194
202
|
o (Union[Unset, list[UserInvitationsCountOItem]]):
|
|
195
203
|
page (Union[Unset, int]):
|
|
196
204
|
page_size (Union[Unset, int]):
|
|
@@ -214,6 +222,7 @@ def sync(
|
|
|
214
222
|
civil_number=civil_number,
|
|
215
223
|
customer_uuid=customer_uuid,
|
|
216
224
|
email=email,
|
|
225
|
+
email_exact=email_exact,
|
|
217
226
|
o=o,
|
|
218
227
|
page=page,
|
|
219
228
|
page_size=page_size,
|
|
@@ -232,6 +241,7 @@ async def asyncio_detailed(
|
|
|
232
241
|
civil_number: Union[Unset, str] = UNSET,
|
|
233
242
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
234
243
|
email: Union[Unset, str] = UNSET,
|
|
244
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
235
245
|
o: Union[Unset, list[UserInvitationsCountOItem]] = UNSET,
|
|
236
246
|
page: Union[Unset, int] = UNSET,
|
|
237
247
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -248,6 +258,7 @@ async def asyncio_detailed(
|
|
|
248
258
|
civil_number (Union[Unset, str]):
|
|
249
259
|
customer_uuid (Union[Unset, UUID]):
|
|
250
260
|
email (Union[Unset, str]):
|
|
261
|
+
email_exact (Union[Unset, str]):
|
|
251
262
|
o (Union[Unset, list[UserInvitationsCountOItem]]):
|
|
252
263
|
page (Union[Unset, int]):
|
|
253
264
|
page_size (Union[Unset, int]):
|
|
@@ -270,6 +281,7 @@ async def asyncio_detailed(
|
|
|
270
281
|
civil_number=civil_number,
|
|
271
282
|
customer_uuid=customer_uuid,
|
|
272
283
|
email=email,
|
|
284
|
+
email_exact=email_exact,
|
|
273
285
|
o=o,
|
|
274
286
|
page=page,
|
|
275
287
|
page_size=page_size,
|
|
@@ -292,6 +304,7 @@ async def asyncio(
|
|
|
292
304
|
civil_number: Union[Unset, str] = UNSET,
|
|
293
305
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
294
306
|
email: Union[Unset, str] = UNSET,
|
|
307
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
295
308
|
o: Union[Unset, list[UserInvitationsCountOItem]] = UNSET,
|
|
296
309
|
page: Union[Unset, int] = UNSET,
|
|
297
310
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -308,6 +321,7 @@ async def asyncio(
|
|
|
308
321
|
civil_number (Union[Unset, str]):
|
|
309
322
|
customer_uuid (Union[Unset, UUID]):
|
|
310
323
|
email (Union[Unset, str]):
|
|
324
|
+
email_exact (Union[Unset, str]):
|
|
311
325
|
o (Union[Unset, list[UserInvitationsCountOItem]]):
|
|
312
326
|
page (Union[Unset, int]):
|
|
313
327
|
page_size (Union[Unset, int]):
|
|
@@ -332,6 +346,7 @@ async def asyncio(
|
|
|
332
346
|
civil_number=civil_number,
|
|
333
347
|
customer_uuid=customer_uuid,
|
|
334
348
|
email=email,
|
|
349
|
+
email_exact=email_exact,
|
|
335
350
|
o=o,
|
|
336
351
|
page=page,
|
|
337
352
|
page_size=page_size,
|
|
@@ -17,6 +17,7 @@ def _get_kwargs(
|
|
|
17
17
|
civil_number: Union[Unset, str] = UNSET,
|
|
18
18
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
19
19
|
email: Union[Unset, str] = UNSET,
|
|
20
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
20
21
|
o: Union[Unset, list[UserInvitationsListOItem]] = UNSET,
|
|
21
22
|
page: Union[Unset, int] = UNSET,
|
|
22
23
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -38,6 +39,8 @@ def _get_kwargs(
|
|
|
38
39
|
|
|
39
40
|
params["email"] = email
|
|
40
41
|
|
|
42
|
+
params["email_exact"] = email_exact
|
|
43
|
+
|
|
41
44
|
json_o: Union[Unset, list[str]] = UNSET
|
|
42
45
|
if not isinstance(o, Unset):
|
|
43
46
|
json_o = []
|
|
@@ -114,6 +117,7 @@ def sync_detailed(
|
|
|
114
117
|
civil_number: Union[Unset, str] = UNSET,
|
|
115
118
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
116
119
|
email: Union[Unset, str] = UNSET,
|
|
120
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
117
121
|
o: Union[Unset, list[UserInvitationsListOItem]] = UNSET,
|
|
118
122
|
page: Union[Unset, int] = UNSET,
|
|
119
123
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -130,6 +134,7 @@ def sync_detailed(
|
|
|
130
134
|
civil_number (Union[Unset, str]):
|
|
131
135
|
customer_uuid (Union[Unset, UUID]):
|
|
132
136
|
email (Union[Unset, str]):
|
|
137
|
+
email_exact (Union[Unset, str]):
|
|
133
138
|
o (Union[Unset, list[UserInvitationsListOItem]]):
|
|
134
139
|
page (Union[Unset, int]):
|
|
135
140
|
page_size (Union[Unset, int]):
|
|
@@ -152,6 +157,7 @@ def sync_detailed(
|
|
|
152
157
|
civil_number=civil_number,
|
|
153
158
|
customer_uuid=customer_uuid,
|
|
154
159
|
email=email,
|
|
160
|
+
email_exact=email_exact,
|
|
155
161
|
o=o,
|
|
156
162
|
page=page,
|
|
157
163
|
page_size=page_size,
|
|
@@ -176,6 +182,7 @@ def sync(
|
|
|
176
182
|
civil_number: Union[Unset, str] = UNSET,
|
|
177
183
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
178
184
|
email: Union[Unset, str] = UNSET,
|
|
185
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
179
186
|
o: Union[Unset, list[UserInvitationsListOItem]] = UNSET,
|
|
180
187
|
page: Union[Unset, int] = UNSET,
|
|
181
188
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -192,6 +199,7 @@ def sync(
|
|
|
192
199
|
civil_number (Union[Unset, str]):
|
|
193
200
|
customer_uuid (Union[Unset, UUID]):
|
|
194
201
|
email (Union[Unset, str]):
|
|
202
|
+
email_exact (Union[Unset, str]):
|
|
195
203
|
o (Union[Unset, list[UserInvitationsListOItem]]):
|
|
196
204
|
page (Union[Unset, int]):
|
|
197
205
|
page_size (Union[Unset, int]):
|
|
@@ -215,6 +223,7 @@ def sync(
|
|
|
215
223
|
civil_number=civil_number,
|
|
216
224
|
customer_uuid=customer_uuid,
|
|
217
225
|
email=email,
|
|
226
|
+
email_exact=email_exact,
|
|
218
227
|
o=o,
|
|
219
228
|
page=page,
|
|
220
229
|
page_size=page_size,
|
|
@@ -233,6 +242,7 @@ async def asyncio_detailed(
|
|
|
233
242
|
civil_number: Union[Unset, str] = UNSET,
|
|
234
243
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
235
244
|
email: Union[Unset, str] = UNSET,
|
|
245
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
236
246
|
o: Union[Unset, list[UserInvitationsListOItem]] = UNSET,
|
|
237
247
|
page: Union[Unset, int] = UNSET,
|
|
238
248
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -249,6 +259,7 @@ async def asyncio_detailed(
|
|
|
249
259
|
civil_number (Union[Unset, str]):
|
|
250
260
|
customer_uuid (Union[Unset, UUID]):
|
|
251
261
|
email (Union[Unset, str]):
|
|
262
|
+
email_exact (Union[Unset, str]):
|
|
252
263
|
o (Union[Unset, list[UserInvitationsListOItem]]):
|
|
253
264
|
page (Union[Unset, int]):
|
|
254
265
|
page_size (Union[Unset, int]):
|
|
@@ -271,6 +282,7 @@ async def asyncio_detailed(
|
|
|
271
282
|
civil_number=civil_number,
|
|
272
283
|
customer_uuid=customer_uuid,
|
|
273
284
|
email=email,
|
|
285
|
+
email_exact=email_exact,
|
|
274
286
|
o=o,
|
|
275
287
|
page=page,
|
|
276
288
|
page_size=page_size,
|
|
@@ -293,6 +305,7 @@ async def asyncio(
|
|
|
293
305
|
civil_number: Union[Unset, str] = UNSET,
|
|
294
306
|
customer_uuid: Union[Unset, UUID] = UNSET,
|
|
295
307
|
email: Union[Unset, str] = UNSET,
|
|
308
|
+
email_exact: Union[Unset, str] = UNSET,
|
|
296
309
|
o: Union[Unset, list[UserInvitationsListOItem]] = UNSET,
|
|
297
310
|
page: Union[Unset, int] = UNSET,
|
|
298
311
|
page_size: Union[Unset, int] = UNSET,
|
|
@@ -309,6 +322,7 @@ async def asyncio(
|
|
|
309
322
|
civil_number (Union[Unset, str]):
|
|
310
323
|
customer_uuid (Union[Unset, UUID]):
|
|
311
324
|
email (Union[Unset, str]):
|
|
325
|
+
email_exact (Union[Unset, str]):
|
|
312
326
|
o (Union[Unset, list[UserInvitationsListOItem]]):
|
|
313
327
|
page (Union[Unset, int]):
|
|
314
328
|
page_size (Union[Unset, int]):
|
|
@@ -333,6 +347,7 @@ async def asyncio(
|
|
|
333
347
|
civil_number=civil_number,
|
|
334
348
|
customer_uuid=customer_uuid,
|
|
335
349
|
email=email,
|
|
350
|
+
email_exact=email_exact,
|
|
336
351
|
o=o,
|
|
337
352
|
page=page,
|
|
338
353
|
page_size=page_size,
|