waldur-api-client 7.6.7__py3-none-any.whl → 7.6.9__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/backend_resource_requests/__init__.py +1 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_create.py +150 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_list.py +313 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_retrieve.py +142 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_done.py +144 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_erred.py +166 -0
- waldur_api_client/api/backend_resource_requests/backend_resource_requests_start_processing.py +146 -0
- waldur_api_client/api/backend_resources/__init__.py +1 -0
- waldur_api_client/api/backend_resources/backend_resources_create.py +150 -0
- waldur_api_client/api/backend_resources/backend_resources_destroy.py +89 -0
- waldur_api_client/api/backend_resources/backend_resources_import_resource.py +162 -0
- waldur_api_client/api/backend_resources/backend_resources_list.py +315 -0
- waldur_api_client/api/backend_resources/backend_resources_retrieve.py +142 -0
- waldur_api_client/api/invoices/invoices_list.py +0 -30
- waldur_api_client/api/invoices/invoices_stats_list.py +0 -30
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/__init__.py +1 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py +152 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py +89 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py +175 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py +166 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py +144 -0
- waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py +166 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/__init__.py +1 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py +152 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py +89 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py +175 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py +168 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py +144 -0
- waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py +166 -0
- waldur_api_client/api/marketplace_maintenance_announcements/__init__.py +1 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py +150 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py +89 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py +175 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py +164 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py +142 -0
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py +164 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/__init__.py +1 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py +152 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py +89 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py +175 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py +166 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py +144 -0
- waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py +166 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py +6 -6
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py +15 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py +15 -0
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_retrieve.py +118 -0
- waldur_api_client/api/projects/projects_list.py +15 -0
- waldur_api_client/models/__init__.py +60 -2
- waldur_api_client/models/backend_resource.py +162 -0
- waldur_api_client/models/backend_resource_import_request.py +67 -0
- waldur_api_client/models/backend_resource_req.py +162 -0
- waldur_api_client/models/backend_resource_req_request.py +60 -0
- waldur_api_client/models/backend_resource_req_state_enum.py +11 -0
- waldur_api_client/models/backend_resource_request.py +96 -0
- waldur_api_client/models/backend_resource_request_set_erred_request.py +68 -0
- waldur_api_client/models/backend_resource_requests_list_o_item.py +9 -0
- waldur_api_client/models/backend_resource_requests_list_state_item.py +11 -0
- waldur_api_client/models/{order_details_attributes.py → backend_resource_requests_set_done_response_200.py} +6 -6
- waldur_api_client/models/backend_resource_requests_set_erred_response_200.py +44 -0
- waldur_api_client/models/backend_resource_requests_start_processing_response_200.py +44 -0
- waldur_api_client/models/backend_resources_list_o_item.py +9 -0
- waldur_api_client/models/constance_settings.py +22 -0
- waldur_api_client/models/constance_settings_request.py +22 -0
- waldur_api_client/models/event_types_enum.py +4 -0
- waldur_api_client/models/impact_level_enum.py +11 -0
- waldur_api_client/models/maintenance_announcement.py +225 -0
- waldur_api_client/models/maintenance_announcement_offering.py +112 -0
- waldur_api_client/models/maintenance_announcement_offering_request.py +95 -0
- waldur_api_client/models/maintenance_announcement_offering_template.py +112 -0
- waldur_api_client/models/maintenance_announcement_offering_template_request.py +95 -0
- waldur_api_client/models/maintenance_announcement_request.py +113 -0
- waldur_api_client/models/maintenance_announcement_state_enum.py +12 -0
- waldur_api_client/models/maintenance_announcement_template.py +134 -0
- waldur_api_client/models/maintenance_announcement_template_request.py +95 -0
- waldur_api_client/models/maintenance_type_enum.py +12 -0
- waldur_api_client/models/merged_plugin_options.py +21 -1
- waldur_api_client/models/merged_plugin_options_request.py +21 -1
- waldur_api_client/models/offering_component.py +15 -4
- waldur_api_client/models/order_details.py +4 -14
- waldur_api_client/models/patched_maintenance_announcement_offering_request.py +94 -0
- waldur_api_client/models/patched_maintenance_announcement_offering_template_request.py +94 -0
- waldur_api_client/models/patched_maintenance_announcement_request.py +128 -0
- waldur_api_client/models/patched_maintenance_announcement_template_request.py +94 -0
- waldur_api_client/models/update_offering_component_request.py +274 -0
- waldur_api_client/models/user_agreement.py +9 -11
- waldur_api_client/models/user_agreement_request.py +9 -11
- {waldur_api_client-7.6.7.dist-info → waldur_api_client-7.6.9.dist-info}/METADATA +1 -1
- {waldur_api_client-7.6.7.dist-info → waldur_api_client-7.6.9.dist-info}/RECORD +91 -21
- {waldur_api_client-7.6.7.dist-info → waldur_api_client-7.6.9.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.6.7.dist-info → waldur_api_client-7.6.9.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import datetime
|
|
2
2
|
from collections.abc import Mapping
|
|
3
|
-
from typing import Any, TypeVar
|
|
3
|
+
from typing import Any, TypeVar
|
|
4
4
|
from uuid import UUID
|
|
5
5
|
|
|
6
6
|
from attrs import define as _attrs_define
|
|
@@ -8,7 +8,6 @@ from attrs import field as _attrs_field
|
|
|
8
8
|
from dateutil.parser import isoparse
|
|
9
9
|
|
|
10
10
|
from ..models.agreement_type_enum import AgreementTypeEnum
|
|
11
|
-
from ..types import UNSET, Unset
|
|
12
11
|
|
|
13
12
|
T = TypeVar("T", bound="UserAgreement")
|
|
14
13
|
|
|
@@ -19,18 +18,18 @@ class UserAgreement:
|
|
|
19
18
|
Attributes:
|
|
20
19
|
url (str):
|
|
21
20
|
uuid (UUID):
|
|
21
|
+
content (str):
|
|
22
22
|
agreement_type (AgreementTypeEnum):
|
|
23
23
|
created (datetime.datetime):
|
|
24
24
|
modified (datetime.datetime):
|
|
25
|
-
content (Union[Unset, str]):
|
|
26
25
|
"""
|
|
27
26
|
|
|
28
27
|
url: str
|
|
29
28
|
uuid: UUID
|
|
29
|
+
content: str
|
|
30
30
|
agreement_type: AgreementTypeEnum
|
|
31
31
|
created: datetime.datetime
|
|
32
32
|
modified: datetime.datetime
|
|
33
|
-
content: Union[Unset, str] = UNSET
|
|
34
33
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
35
34
|
|
|
36
35
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -38,27 +37,26 @@ class UserAgreement:
|
|
|
38
37
|
|
|
39
38
|
uuid = str(self.uuid)
|
|
40
39
|
|
|
40
|
+
content = self.content
|
|
41
|
+
|
|
41
42
|
agreement_type = self.agreement_type.value
|
|
42
43
|
|
|
43
44
|
created = self.created.isoformat()
|
|
44
45
|
|
|
45
46
|
modified = self.modified.isoformat()
|
|
46
47
|
|
|
47
|
-
content = self.content
|
|
48
|
-
|
|
49
48
|
field_dict: dict[str, Any] = {}
|
|
50
49
|
field_dict.update(self.additional_properties)
|
|
51
50
|
field_dict.update(
|
|
52
51
|
{
|
|
53
52
|
"url": url,
|
|
54
53
|
"uuid": uuid,
|
|
54
|
+
"content": content,
|
|
55
55
|
"agreement_type": agreement_type,
|
|
56
56
|
"created": created,
|
|
57
57
|
"modified": modified,
|
|
58
58
|
}
|
|
59
59
|
)
|
|
60
|
-
if content is not UNSET:
|
|
61
|
-
field_dict["content"] = content
|
|
62
60
|
|
|
63
61
|
return field_dict
|
|
64
62
|
|
|
@@ -69,21 +67,21 @@ class UserAgreement:
|
|
|
69
67
|
|
|
70
68
|
uuid = UUID(d.pop("uuid"))
|
|
71
69
|
|
|
70
|
+
content = d.pop("content")
|
|
71
|
+
|
|
72
72
|
agreement_type = AgreementTypeEnum(d.pop("agreement_type"))
|
|
73
73
|
|
|
74
74
|
created = isoparse(d.pop("created"))
|
|
75
75
|
|
|
76
76
|
modified = isoparse(d.pop("modified"))
|
|
77
77
|
|
|
78
|
-
content = d.pop("content", UNSET)
|
|
79
|
-
|
|
80
78
|
user_agreement = cls(
|
|
81
79
|
url=url,
|
|
82
80
|
uuid=uuid,
|
|
81
|
+
content=content,
|
|
83
82
|
agreement_type=agreement_type,
|
|
84
83
|
created=created,
|
|
85
84
|
modified=modified,
|
|
86
|
-
content=content,
|
|
87
85
|
)
|
|
88
86
|
|
|
89
87
|
user_agreement.additional_properties = d
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
from collections.abc import Mapping
|
|
2
|
-
from typing import Any, TypeVar
|
|
2
|
+
from typing import Any, TypeVar
|
|
3
3
|
|
|
4
4
|
from attrs import define as _attrs_define
|
|
5
5
|
from attrs import field as _attrs_field
|
|
6
6
|
|
|
7
7
|
from ..models.agreement_type_enum import AgreementTypeEnum
|
|
8
|
-
from ..types import UNSET, Unset
|
|
9
8
|
|
|
10
9
|
T = TypeVar("T", bound="UserAgreementRequest")
|
|
11
10
|
|
|
@@ -14,41 +13,40 @@ T = TypeVar("T", bound="UserAgreementRequest")
|
|
|
14
13
|
class UserAgreementRequest:
|
|
15
14
|
"""
|
|
16
15
|
Attributes:
|
|
16
|
+
content (str):
|
|
17
17
|
agreement_type (AgreementTypeEnum):
|
|
18
|
-
content (Union[Unset, str]):
|
|
19
18
|
"""
|
|
20
19
|
|
|
20
|
+
content: str
|
|
21
21
|
agreement_type: AgreementTypeEnum
|
|
22
|
-
content: Union[Unset, str] = UNSET
|
|
23
22
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
24
23
|
|
|
25
24
|
def to_dict(self) -> dict[str, Any]:
|
|
26
|
-
agreement_type = self.agreement_type.value
|
|
27
|
-
|
|
28
25
|
content = self.content
|
|
29
26
|
|
|
27
|
+
agreement_type = self.agreement_type.value
|
|
28
|
+
|
|
30
29
|
field_dict: dict[str, Any] = {}
|
|
31
30
|
field_dict.update(self.additional_properties)
|
|
32
31
|
field_dict.update(
|
|
33
32
|
{
|
|
33
|
+
"content": content,
|
|
34
34
|
"agreement_type": agreement_type,
|
|
35
35
|
}
|
|
36
36
|
)
|
|
37
|
-
if content is not UNSET:
|
|
38
|
-
field_dict["content"] = content
|
|
39
37
|
|
|
40
38
|
return field_dict
|
|
41
39
|
|
|
42
40
|
@classmethod
|
|
43
41
|
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
44
42
|
d = dict(src_dict)
|
|
45
|
-
|
|
43
|
+
content = d.pop("content")
|
|
46
44
|
|
|
47
|
-
|
|
45
|
+
agreement_type = AgreementTypeEnum(d.pop("agreement_type"))
|
|
48
46
|
|
|
49
47
|
user_agreement_request = cls(
|
|
50
|
-
agreement_type=agreement_type,
|
|
51
48
|
content=content,
|
|
49
|
+
agreement_type=agreement_type,
|
|
52
50
|
)
|
|
53
51
|
|
|
54
52
|
user_agreement_request.additional_properties = d
|
|
@@ -135,6 +135,19 @@ waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_start.py,sha25
|
|
|
135
135
|
waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_stop.py,sha256=-Nj0qj5M7A1V2BoVeuNQq1d5s9l96K7480CjBrhk2S0,2058
|
|
136
136
|
waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_unlink.py,sha256=lCkWTjpd1UQEYEW2hPTXGDDrjdA5gWDAMpScZ0mofhk,2486
|
|
137
137
|
waldur_api_client/api/azure_virtualmachines/azure_virtualmachines_update.py,sha256=kgg4MBj8mYS0b5r7copG3KN5fggAG2jqW-p0QAfGvZw,3912
|
|
138
|
+
waldur_api_client/api/backend_resource_requests/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
139
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_create.py,sha256=GWByVo_-j5LbTcq9dhUQjCzAPryD1y_vq1ichodzHBI,3619
|
|
140
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_list.py,sha256=CFZ3a2Jb27N35zCtdfq15rbAkzvz_2tYE6txmsDdDE8,10580
|
|
141
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_retrieve.py,sha256=O_h546pzwJhkCDJfq8-MkqqB1V7xTpdOYvJY2gz6lQ8,3220
|
|
142
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_done.py,sha256=m1UnniwVZ6q6xfdmKgbKuyM_Q-ycPnUGaeSs8cgIMPs,3539
|
|
143
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_set_erred.py,sha256=_pUV8Ai-jvRrNKiWo8QWJFpVMTJ6FPwC7zCbOICNf8o,4359
|
|
144
|
+
waldur_api_client/api/backend_resource_requests/backend_resource_requests_start_processing.py,sha256=n_bXU4NAEDgtQlGBKjfijJMN1lQtRiJhr_axl0eO5Ls,3660
|
|
145
|
+
waldur_api_client/api/backend_resources/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
146
|
+
waldur_api_client/api/backend_resources/backend_resources_create.py,sha256=pyMlY81T9-OCZPmRTZ6XEGTTkOFu4eXDp6gC_HTBFHo,3537
|
|
147
|
+
waldur_api_client/api/backend_resources/backend_resources_destroy.py,sha256=F0bUOZseUI5B5SltqvNUFlB8pcML8OqSCpWlCiJcnF4,2051
|
|
148
|
+
waldur_api_client/api/backend_resources/backend_resources_import_resource.py,sha256=8-7e1Ir34oyfbUyFOv5mUn38fFa6tyujRj_3I6HWv4w,3796
|
|
149
|
+
waldur_api_client/api/backend_resources/backend_resources_list.py,sha256=gZR1YHPd5mNW6J-8l30l3Gq9VR4Ge_qVqjfQlIKjcKA,10045
|
|
150
|
+
waldur_api_client/api/backend_resources/backend_resources_retrieve.py,sha256=uDxEWtVfU057OjJcVVKhZfy2fZU4X5Uwo2qJusIrAN0,3172
|
|
138
151
|
waldur_api_client/api/billing_total_cost/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
139
152
|
waldur_api_client/api/billing_total_cost/billing_total_cost_retrieve.py,sha256=I7T1P8mTCnLQ0JJbMgM08LhRPbosj4yoAFuVXVXIpdQ,5931
|
|
140
153
|
waldur_api_client/api/booking_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
@@ -325,14 +338,14 @@ waldur_api_client/api/invoice_items/invoice_items_update.py,sha256=4sDaV3VxIHKWG
|
|
|
325
338
|
waldur_api_client/api/invoices/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
326
339
|
waldur_api_client/api/invoices/invoices_growth_retrieve.py,sha256=2ruth0wGCpkGkBy6o5ou8z4B7bpoNNB9w-DXFIVOs6I,5538
|
|
327
340
|
waldur_api_client/api/invoices/invoices_items_retrieve.py,sha256=_hivLetzLYZ_WZ2v55DcBoS0alvUJEFfZK_kJ-DyhG8,6691
|
|
328
|
-
waldur_api_client/api/invoices/invoices_list.py,sha256=
|
|
341
|
+
waldur_api_client/api/invoices/invoices_list.py,sha256=JIjz6w6LdTsGrPmTKQbWYg1hOfNmZvyPBTbe8UNJvpA,11627
|
|
329
342
|
waldur_api_client/api/invoices/invoices_paid.py,sha256=H0xsuehvJhzAuMMHnlanG2mD4k6uxqj9f-HdD6XhfnE,3898
|
|
330
343
|
waldur_api_client/api/invoices/invoices_retrieve.py,sha256=1y9nkaxx514Wvqv4J3qnIEn9nDVHMnOzPcKMjCd5BzU,4234
|
|
331
344
|
waldur_api_client/api/invoices/invoices_send_notification.py,sha256=xbaPVNucsHTa-gcSjc1k7y8cBLp57XWnY7nI2ynYb4I,2246
|
|
332
345
|
waldur_api_client/api/invoices/invoices_set_backend_id.py,sha256=Ji8_meZvh4UkyGjAlOL_F1EI0uysDB-TmktfzWM9aJ8,2519
|
|
333
346
|
waldur_api_client/api/invoices/invoices_set_payment_url.py,sha256=_WABKbb5A8Q25peX7CjWgoRRxSXjjcEBh4trTTDmxOk,2529
|
|
334
347
|
waldur_api_client/api/invoices/invoices_set_reference_number.py,sha256=AVsAJ2oIEeuivb23jV0I3Bp6K40EGs13b9CeKMblnNY,2579
|
|
335
|
-
waldur_api_client/api/invoices/invoices_stats_list.py,sha256=
|
|
348
|
+
waldur_api_client/api/invoices/invoices_stats_list.py,sha256=on10_2H1WU3XmK9B58vAvUEMg52isiSCvrk7I8gbLN0,11715
|
|
336
349
|
waldur_api_client/api/keycloak_groups/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
337
350
|
waldur_api_client/api/keycloak_groups/keycloak_groups_list.py,sha256=SsPGy3pBdrNCvnEHAjHjiWsh84qZDsALj7ddonN9Fu4,6243
|
|
338
351
|
waldur_api_client/api/keycloak_groups/keycloak_groups_retrieve.py,sha256=u84xbIYlV4qdzDpZMNTnsIhXbsP9ucbz5RL0RUG0HrU,3138
|
|
@@ -436,6 +449,34 @@ waldur_api_client/api/marketplace_global_categories/marketplace_global_categorie
|
|
|
436
449
|
waldur_api_client/api/marketplace_integration_statuses/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
437
450
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_list.py,sha256=ubmslhW5aWv07BjZRTPFzBuHIkn3H5vBBPaNDhRvCPs,10390
|
|
438
451
|
waldur_api_client/api/marketplace_integration_statuses/marketplace_integration_statuses_retrieve.py,sha256=ZIhrQuvVT8OC-7NwrLH-puSauniLGBLvGSYrsPLqGMk,3311
|
|
452
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
453
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_create.py,sha256=HI8wo3qjKArtXe3qf9f0MQpijORNrcEdpU-RWss_v_w,3958
|
|
454
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_destroy.py,sha256=rs-nKAj_H1_zRCGAy1DV4KXf6ZIs2GRcrmJm9k06uds,2080
|
|
455
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_list.py,sha256=n6Y9xuiiDOOx880IX-4FNWVsgRDVFYOvtDEKQAAtuT8,4836
|
|
456
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_partial_update.py,sha256=vY5tcC-j6Pq3hOn4d1_NJl3kil0yuuz4DfI8da5smDQ,4311
|
|
457
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_retrieve.py,sha256=QiadCBGTiNPpYdPmk6USXCVKkX6tyGLtCGkhU2lmGrU,3416
|
|
458
|
+
waldur_api_client/api/marketplace_maintenance_announcement_offerings/marketplace_maintenance_announcement_offerings_update.py,sha256=JlLxLV3SO9KhpiHaVSDsFSUBwQD74O57KCjft5RV_MM,4231
|
|
459
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
460
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_create.py,sha256=aTTj02_hHzW2cqwy02gA_IanCB-obUORvyTLgzKXwqY,4161
|
|
461
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_destroy.py,sha256=gSeAkCDYOVGvjD5apO3nalCGc4s1SUTNHbU0tSfDNUA,2089
|
|
462
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_list.py,sha256=Bd0rujhfxw2EV9t89fI3Bkl7BR8HRqg78ITwts_A2Ho,4950
|
|
463
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_partial_update.py,sha256=6AakoRRXfz_cnp3hoCMAtO1-MswTZcw99wjT6kJgptk,4523
|
|
464
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_retrieve.py,sha256=QOIqn2Q4n5KcqzTjYen9iL7jDZFmTwGSG70koAUwX1Y,3530
|
|
465
|
+
waldur_api_client/api/marketplace_maintenance_announcement_template_offerings/marketplace_maintenance_announcement_template_offerings_update.py,sha256=ncQJW5X3KOmLWfP2rjEe6a_fd012CgW8ejjlV1ZVLzY,4434
|
|
466
|
+
waldur_api_client/api/marketplace_maintenance_announcements/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
467
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py,sha256=gVLlGPkFiBawI-oCj2ZcgIf8gHe4eqTIjiK918nPSYI,3749
|
|
468
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py,sha256=V2DczsQXWGFwR8DDfXa5iF8NTJK01vC3NLxi07-WWQk,2071
|
|
469
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py,sha256=IbDtVLHxlfj6nSufjdy4ZO8QZLeG9d8s7Xd8Xz8xHMk,4722
|
|
470
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py,sha256=31lgFHtvk_4fEUbzFQKms8cVquO5iKzmWUw60NrMeJA,4102
|
|
471
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py,sha256=zxOqltJ4WlWIk_hdmU9Mif62cdGHsSlM4-_jHcrtGuQ,3296
|
|
472
|
+
waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py,sha256=79_TQPCVJ3rtZ3cIWfKXSut3P25KK1kwmlEH3VsyCIQ,4022
|
|
473
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
474
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_create.py,sha256=A9EOFi84g31X_GWBH9usft-B3yDideizdbRM4ahznmE,3958
|
|
475
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_destroy.py,sha256=zV6oRRyiRDINX1LznQNjyZn1qcA7x5l34tAFsJQXUGI,2080
|
|
476
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_list.py,sha256=j7glgjyOk7bv00DbUFv74AuSSFM7tjKl1LPzVO47-sk,4836
|
|
477
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_partial_update.py,sha256=q3clHIr5FUqfAkbUjm67r40wPq_6RgEQEExMK_Zg0UY,4311
|
|
478
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_retrieve.py,sha256=cUV7mLmdUGRuPGp_6yZTKkZwxs82Q0mdlfy-Y4VuO9U,3416
|
|
479
|
+
waldur_api_client/api/marketplace_maintenance_announcements_template/marketplace_maintenance_announcements_template_update.py,sha256=XooQr2Jiu87R6frgPBms_CiEyo83Vl1Y0qxzPpKSbqY,4231
|
|
439
480
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
440
481
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_actions_retrieve.py,sha256=AgD_SVw1SLmDxEdlR0Zf4NCkcvSA4eclib8oSrTeOJE,3262
|
|
441
482
|
waldur_api_client/api/marketplace_offering_estimated_cost_policies/marketplace_offering_estimated_cost_policies_create.py,sha256=z9kJ64bOSwz3BnuENpKgjKiSqZKU3QG02gtxZeeUQu8,3862
|
|
@@ -577,7 +618,7 @@ waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offeri
|
|
|
577
618
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py,sha256=0p_vmoXpgRYyD4GA36Ls_Xvx6CcAiXMHzhSXv4E12xw,4012
|
|
578
619
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_integration.py,sha256=7h5qucOFEUhebVT1J0PRYvUyRadLy5-k9V4q1F_geiA,2602
|
|
579
620
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_location.py,sha256=5uTr4eTNFWpaSymr4p0lXQ4PxE0oJEJ_yi7AU67vJ-c,2578
|
|
580
|
-
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py,sha256=
|
|
621
|
+
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py,sha256=clh3he1hQfDHAhyOp57mYjE3HzFF1MH0OkU1A4s5cig,2595
|
|
581
622
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_options.py,sha256=DGg3uBDxM-FYpQleBfuJRIbuD01d6izIC1RPk_DoB_0,2570
|
|
582
623
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_organization_groups.py,sha256=7-Wx0aqOBmGhsH_gDvbQS8aWUOtttnygn2_Sg4ZVMg0,2642
|
|
583
624
|
waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_overview.py,sha256=HzqGW_HznNvkZxKbSzf8eUvO8TnrMFVDgLebKNQg9Xo,2578
|
|
@@ -693,7 +734,7 @@ waldur_api_client/api/marketplace_sections/marketplace_sections_update.py,sha256
|
|
|
693
734
|
waldur_api_client/api/marketplace_service_providers/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
694
735
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_add_user.py,sha256=JUUbdOmTYTFbhHRxTqTjqcZ1ClQTelVJKZE4vEfpEoY,3915
|
|
695
736
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py,sha256=72lqprknp_5erPH6jfC1tvDSdukiEL-tEKPq8mA4VtM,3549
|
|
696
|
-
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py,sha256=
|
|
737
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customer_projects_list.py,sha256=0lvg1fzVpkhAKKjyLur2_MvFpPhfuq0gVflloOnpzv4,17224
|
|
697
738
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_customers_list.py,sha256=b0yuHgXX2Trst6sB4dff0bauOPBev5k6-rpZH9xpzvE,14876
|
|
698
739
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_delete_user.py,sha256=l-XIXIbGuuYho4ElzQel1y1VE2KohmKE974LEpxl8I4,2517
|
|
699
740
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_destroy.py,sha256=XhToddoDACZ8dIP9WvXRKnFLiwFJrL8Ln3gwMfPS3uQ,2063
|
|
@@ -703,7 +744,7 @@ waldur_api_client/api/marketplace_service_providers/marketplace_service_provider
|
|
|
703
744
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_offerings_list.py,sha256=2iyKUcG5bF_kEZti1IIOePz9u4djxePQ32AJKWWjASU,25631
|
|
704
745
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py,sha256=_QQ6zDBOO3ZDGqdZ5t0N4ebQhLI_Ds2jvo1ymGuBbXg,3902
|
|
705
746
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_project_permissions_list.py,sha256=xKXDvhnIJjSr5C0C1MwvUE0sX-Vq-p8HdFbPBr6wmLE,16214
|
|
706
|
-
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py,sha256=
|
|
747
|
+
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_projects_list.py,sha256=UHC0YuI3eCf48fPGT4MLQ6AvbAuiCp4-OKvKv1e6XSk,16632
|
|
707
748
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_retrieve.py,sha256=gmrBC9rfQLrFWdzsVdZesy9kN9FNo9eTISJ-9stJIYA,4577
|
|
708
749
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_revenue_list.py,sha256=MTf6osV6jEoIDFFXDTSUu7PqdTw5MhSyiP8w255wZMo,4685
|
|
709
750
|
waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_robot_account_customers_list.py,sha256=Vzu0SRYtZK2DPEkHrCEMTrJDtK_dnWtt98d-0KRq0BQ,5098
|
|
@@ -921,6 +962,7 @@ waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_avail
|
|
|
921
962
|
waldur_api_client/api/openstack_volume_availability_zones/openstack_volume_availability_zones_retrieve.py,sha256=DRhTwoRfXSh0caw-XRi10EPE5Z1BUqoZxuD5P4ikJ_c,3407
|
|
922
963
|
waldur_api_client/api/openstack_volume_types/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
923
964
|
waldur_api_client/api/openstack_volume_types/openstack_volume_types_list.py,sha256=oYxKTPRtsDQmf33LVtDgBpcN2fbTYP4o0s6tpfF0yh4,8841
|
|
965
|
+
waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_retrieve.py,sha256=9oxcE9zIznKYz_hdVyynOAiv2LLzgHZQwDrw3pIXaoY,2901
|
|
924
966
|
waldur_api_client/api/openstack_volume_types/openstack_volume_types_retrieve.py,sha256=cfs0hieBLLwic11pp8RIIc41dIHnM1fEAKkrAJqJ5qY,3231
|
|
925
967
|
waldur_api_client/api/openstack_volumes/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
926
968
|
waldur_api_client/api/openstack_volumes/openstack_volumes_attach.py,sha256=GC04tSlfmAV4v6sUyX6AKuDOaUPrAMek8YsXkcxU8A0,2537
|
|
@@ -978,7 +1020,7 @@ waldur_api_client/api/projects/projects_add_user.py,sha256=GDpoerg7RT5lZL4THUvJy
|
|
|
978
1020
|
waldur_api_client/api/projects/projects_create.py,sha256=gVqvpZs7gmu1_lOkyLQIDoh0DbV5gHyQOWED0oPXhNE,3868
|
|
979
1021
|
waldur_api_client/api/projects/projects_delete_user.py,sha256=dPPhcp5tbIx9rSnVrtvAmOvcEBonStnDrpQVJ5vkF3U,2496
|
|
980
1022
|
waldur_api_client/api/projects/projects_destroy.py,sha256=IRmGeTbImrXHsfJ-ENVuvJ3vLvmsduv3nsAiK6TJsnE,2220
|
|
981
|
-
waldur_api_client/api/projects/projects_list.py,sha256
|
|
1023
|
+
waldur_api_client/api/projects/projects_list.py,sha256=-jEPhoV0jCHvjZQ1AiMcDbsG8PggG8GtJcWOxd8tWKM,15599
|
|
982
1024
|
waldur_api_client/api/projects/projects_list_users_list.py,sha256=Jqmnn9jv81W6WE5E5h5vHQ6L6Y74yWMknzBRGVuEDog,10863
|
|
983
1025
|
waldur_api_client/api/projects/projects_marketplace_checklists_list.py,sha256=_unCS6PgeR6JHKrq3eHCZ9nCdouJSZx6Xz-ZtejvQAw,3586
|
|
984
1026
|
waldur_api_client/api/projects/projects_move_project.py,sha256=0l-VeOVUsOb7uWSS4PcM8mfcY3Z9ClWPtIQbbSMM2pI,3660
|
|
@@ -1405,7 +1447,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1405
1447
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1406
1448
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1407
1449
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1408
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1450
|
+
waldur_api_client/models/__init__.py,sha256=lzOvwUu_cwpB_rXdIwjt8aCom0Y1Ey3-_shz_eS4PWg,123302
|
|
1409
1451
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1410
1452
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1411
1453
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
@@ -1481,6 +1523,19 @@ waldur_api_client/models/azure_virtualmachines_list_state_item.py,sha256=nlA8pTc
|
|
|
1481
1523
|
waldur_api_client/models/azure_virtualmachines_retrieve_field_item.py,sha256=HJSRlOsdaGXlB2uknbE6VDLXndj8DlTyvAe9MCR9fKg,2266
|
|
1482
1524
|
waldur_api_client/models/backend_id_request.py,sha256=YDmSPVaShp6vcUTASvzeKMCNTeteVHiRuFuRoJlj4No,1618
|
|
1483
1525
|
waldur_api_client/models/backend_metadata.py,sha256=8Bp8JCjq9guPNwml6jToUIQ26PzVZ8YjqFZser8kWv0,2892
|
|
1526
|
+
waldur_api_client/models/backend_resource.py,sha256=9lNWlyAxWKcZXh9W-r7_BlYn0wWk0fAusH1xFhlgnrQ,4238
|
|
1527
|
+
waldur_api_client/models/backend_resource_import_request.py,sha256=Atl65Hu8mHCtdxRuIbCvtVn9B-IFKAsRJK-6zD33x6s,1874
|
|
1528
|
+
waldur_api_client/models/backend_resource_req.py,sha256=y-FgQt__FIDZH8oQvDhiB_pg136CGUIRoY8DVP5Cq0g,4746
|
|
1529
|
+
waldur_api_client/models/backend_resource_req_request.py,sha256=OVpjlWQRcG73A9pekyyhej2c75msRKO03esZ78Hdr3U,1588
|
|
1530
|
+
waldur_api_client/models/backend_resource_req_state_enum.py,sha256=t9HIu7WSIqXYSBBriZ5ZpPXjtzhzYaQ12STNLvx7hWU,218
|
|
1531
|
+
waldur_api_client/models/backend_resource_request.py,sha256=dW7I4mg4kTJWKa6LyFwqkwSMz8-8j-kwmuP5CkDMZ8A,2586
|
|
1532
|
+
waldur_api_client/models/backend_resource_request_set_erred_request.py,sha256=ItI0FyzWfGDBvxhh_Yn4e_oUQOuBwBu_RgbOFP8Qzuk,2110
|
|
1533
|
+
waldur_api_client/models/backend_resource_requests_list_o_item.py,sha256=ku3xlaZ2FgGB8nbBhOOym-ZglFaQhwJFCU4ePtzyx44,186
|
|
1534
|
+
waldur_api_client/models/backend_resource_requests_list_state_item.py,sha256=gNvIp2mD0lNOtw_HgSs_Ibl3y5F8ntf9IYo6jx2OO_Q,227
|
|
1535
|
+
waldur_api_client/models/backend_resource_requests_set_done_response_200.py,sha256=RPIY3CdhyJkZXeADfcB1T7_d8g40yQsY79_34pkPS60,1365
|
|
1536
|
+
waldur_api_client/models/backend_resource_requests_set_erred_response_200.py,sha256=d7sU1hGT2zfy0aJ5S7jJ4UhzHla6E8mx2wYSlLH1QrQ,1370
|
|
1537
|
+
waldur_api_client/models/backend_resource_requests_start_processing_response_200.py,sha256=VRBPIj0nsDIDS2U-1WY8qSTuwjFNIXQrY8PvdEDVJBA,1405
|
|
1538
|
+
waldur_api_client/models/backend_resources_list_o_item.py,sha256=F42SZrue8dv6jU9XmbzG7Ld0ir6ccRGrEeHT88G-6mM,179
|
|
1484
1539
|
waldur_api_client/models/base_component_usage.py,sha256=zcHInthFcSJqYchU1vR1tE7Gvj9F5P4KYhGPGI19Vxo,3584
|
|
1485
1540
|
waldur_api_client/models/base_provider_plan.py,sha256=FI0-1Xhv_-7OXazRIkdr2xK2vvUzQAiT81hV9Ma-HRo,10583
|
|
1486
1541
|
waldur_api_client/models/base_provider_plan_future_prices.py,sha256=6SNAxH5YZPp_6QsIpiyvXN6RqGQdLMN76D-e_miL4MY,1300
|
|
@@ -1573,8 +1628,8 @@ waldur_api_client/models/components_usage_stats.py,sha256=QF-ABKySkw4tMRHain714s
|
|
|
1573
1628
|
waldur_api_client/models/configuration_retrieve_response_200.py,sha256=RBFCUtFJUII9J2MiVFyOQ_HLPh9RpbavflFn4Pjw28k,1311
|
|
1574
1629
|
waldur_api_client/models/confirm_email_request_request.py,sha256=KOujnAZpKVuDxd9qZgcsz01O1wbj8WYPts68B5bYPz0,1518
|
|
1575
1630
|
waldur_api_client/models/console_url.py,sha256=HYH5Ej9g2olUyvdnUrxDGR_LA042eoQmXlbzcJdP2JU,1422
|
|
1576
|
-
waldur_api_client/models/constance_settings.py,sha256=
|
|
1577
|
-
waldur_api_client/models/constance_settings_request.py,sha256=
|
|
1631
|
+
waldur_api_client/models/constance_settings.py,sha256=LIz760hN-xaur71T8KR1mdi3HxlFwWKxBTAlLfaJCdM,61761
|
|
1632
|
+
waldur_api_client/models/constance_settings_request.py,sha256=fVPVCtYqRcKsCR32ETZr5Q99eOwlgq5_rcc8RZ2KMTs,66746
|
|
1578
1633
|
waldur_api_client/models/container_format_enum.py,sha256=cfxrigIkmyJMKY3CFiExIppHyiZGnDoexb3zR_kh-ko,206
|
|
1579
1634
|
waldur_api_client/models/core_auth_token.py,sha256=wnHzBfZHx64nqQ5ky_94xS76WBzVVPgjEu3xl_MB8oo,1460
|
|
1580
1635
|
waldur_api_client/models/core_states.py,sha256=bLdaX7p1JDwAQOZWIGXrXN1T79CSqIAqYJyvMK0EZW4,361
|
|
@@ -1656,7 +1711,7 @@ waldur_api_client/models/event_stats.py,sha256=DsvRRKBSmyvyDRGCO5cxnLQaWwImv1-RL
|
|
|
1656
1711
|
waldur_api_client/models/event_subscription.py,sha256=d1FPQWgwLmUH4tXr8ee5nwfDFTcnwzeBI6gZEVDu1o0,4225
|
|
1657
1712
|
waldur_api_client/models/event_subscription_request.py,sha256=886_Gtrm-jaDc_465PQiO3gg3je7kfPb8lRNz2VPND4,2047
|
|
1658
1713
|
waldur_api_client/models/event_subscriptions_list_o_item.py,sha256=y3QD9iti1tT-H4FJehhGeuOcE6WbO0BaBjAy7xyJjX0,181
|
|
1659
|
-
waldur_api_client/models/event_types_enum.py,sha256=
|
|
1714
|
+
waldur_api_client/models/event_types_enum.py,sha256=bhJnv6oty3zJzdVpT5YvqzkgqqGUogYFSiD4HOztXQQ,16765
|
|
1660
1715
|
waldur_api_client/models/events_count_retrieve_field_item.py,sha256=VG8asqy9I_s1wKHHfubLLc1kAQTjeCEstGGfIzamZgE,253
|
|
1661
1716
|
waldur_api_client/models/events_event_groups_retrieve_field_item.py,sha256=dYixnwJi5wKAtg-2zvG288vkGpMYBsm2mkjfQEuO_Ik,259
|
|
1662
1717
|
waldur_api_client/models/events_list_field_item.py,sha256=Xg3Ky71jUYdKi7bLIqolLQYl7SVT5JqTjBjHHY1Unew,244
|
|
@@ -1688,6 +1743,7 @@ waldur_api_client/models/identity_provider_request.py,sha256=vRW-WeLSeH495CsQovJ
|
|
|
1688
1743
|
waldur_api_client/models/image_create_request.py,sha256=xHG5U8AgHSNSAJuDMf3BUlpRLA0KW-OO7mQOvD1t7aY,4356
|
|
1689
1744
|
waldur_api_client/models/image_create_response.py,sha256=hSTJL8g4pSYXpP9fBhufZoTTDh-Zubjhg3F2zh7oQdo,2064
|
|
1690
1745
|
waldur_api_client/models/image_upload_response.py,sha256=3lj84P8NzA00D6NQMYGTKTVaC3pfEDJK_-wGOLgpQFU,1673
|
|
1746
|
+
waldur_api_client/models/impact_level_enum.py,sha256=9zGNMgukh2xEWZR52KeXICqCdwtOV1bS1pqRiMYpC0s,185
|
|
1691
1747
|
waldur_api_client/models/import_resource_request.py,sha256=S-EBZ8fqATOJAa6_tgjqSGums-EIdD3PAraGYMHPZgw,2260
|
|
1692
1748
|
waldur_api_client/models/importable_resource.py,sha256=Gufpmtymf6opPRjBImIeif32VHBPAAqgOZLT15U4ctM,2039
|
|
1693
1749
|
waldur_api_client/models/instance_flavor_change_request.py,sha256=-DqVP2gzl8jO23ETCyOP1R6MoEEmf1gR_0tAhXPpctE,1543
|
|
@@ -1754,6 +1810,16 @@ waldur_api_client/models/link_openstack_request.py,sha256=yvYtHcmJqBTT5HkHzQN6Kn
|
|
|
1754
1810
|
waldur_api_client/models/link_to_invoice.py,sha256=6SCGvQQEpy3s043vRntS7_vl60kc8bSQwMrGgO42opA,1480
|
|
1755
1811
|
waldur_api_client/models/link_to_invoice_request.py,sha256=H0lTJwGuLFbcUip34pecMQ9tx3kccchGnpt81jvIgok,1518
|
|
1756
1812
|
waldur_api_client/models/logout.py,sha256=CJnzoxZkv_uMdiY_U5we9NeTS8SwjtuAit8PEI_mXUs,1469
|
|
1813
|
+
waldur_api_client/models/maintenance_announcement.py,sha256=DyktGfYDGTqv67i0NnUODTx90x8Dn2qQ-zh-HoglHcU,7676
|
|
1814
|
+
waldur_api_client/models/maintenance_announcement_offering.py,sha256=F5FuPzU41ySQ6FINhJ3HSGR0jBzSK10_Z52EtHFK5z4,3287
|
|
1815
|
+
waldur_api_client/models/maintenance_announcement_offering_request.py,sha256=JklXfrM6kYtcNmP2hkKmnCIkaxcd2GVX4pBnNzes_AE,3014
|
|
1816
|
+
waldur_api_client/models/maintenance_announcement_offering_template.py,sha256=5VUcjEmsmEYDCq5Xt9MxTr-0iiH4kF9z5uWyArtNBmo,3420
|
|
1817
|
+
waldur_api_client/models/maintenance_announcement_offering_template_request.py,sha256=r6CRRYS_CgJ9kDS1ybmjBMmAM6ZPIqYDFM9q6jcc2Ck,3147
|
|
1818
|
+
waldur_api_client/models/maintenance_announcement_request.py,sha256=vLTUo8S3DvhJ0XZZllJhUakdPB-PM3un--AUtFdbSUI,3669
|
|
1819
|
+
waldur_api_client/models/maintenance_announcement_state_enum.py,sha256=ohHE2Yd8OeQxFfVjAhZXHvGQdXTECKfBSkUMH_h0bbA,218
|
|
1820
|
+
waldur_api_client/models/maintenance_announcement_template.py,sha256=2sssme77G7A2RBaovhkBM53TGMKq0oWypG7Q1WoYUcw,4294
|
|
1821
|
+
waldur_api_client/models/maintenance_announcement_template_request.py,sha256=vJ8MLnLzG4Ck4IZiW2dcdJxw48kq8iOPLSI92qGilpA,2984
|
|
1822
|
+
waldur_api_client/models/maintenance_type_enum.py,sha256=bsSN1wBR177iSIUaUEu-_iDlf3UuYJUUosA2-irtEHA,205
|
|
1757
1823
|
waldur_api_client/models/mapping.py,sha256=ZKvmeYRrqTr4qTuz1O_JHeEJrPDGCVB0HREff6P0-7k,4732
|
|
1758
1824
|
waldur_api_client/models/mapping_request.py,sha256=W06jNgoo7fVctNqt7De02ziWWfHluMASdsF7Dhtigvo,4872
|
|
1759
1825
|
waldur_api_client/models/marketplace_categories_list_customers_offerings_state_item.py,sha256=cPPYh5lIEe8jKS1oSB1tDxvx3kTzTy5LatHLoO135nM,222
|
|
@@ -1848,8 +1914,8 @@ waldur_api_client/models/marketplace_service_providers_retrieve_field_item.py,sh
|
|
|
1848
1914
|
waldur_api_client/models/marketplace_service_providers_user_customers_list_field_item.py,sha256=O1D7M9AsDjm0yy3ByxeZLBm0hoECJa3DLzd-DPM8GYI,512
|
|
1849
1915
|
waldur_api_client/models/marketplace_service_providers_users_list_field_item.py,sha256=kmp8qp6JD-PXuPw5b6wosav0U-Ekyb4_qoh2__9b89o,516
|
|
1850
1916
|
waldur_api_client/models/marketplace_service_providers_users_list_o_item.py,sha256=UZha_JlWdNCcrtiZCTLlVQcJgULs26eaO6-id-JCdNc,853
|
|
1851
|
-
waldur_api_client/models/merged_plugin_options.py,sha256=
|
|
1852
|
-
waldur_api_client/models/merged_plugin_options_request.py,sha256=
|
|
1917
|
+
waldur_api_client/models/merged_plugin_options.py,sha256=CYQ9AX5QHGonFM-_XxWz4WavtepMX1az8eGObIoRumE,29786
|
|
1918
|
+
waldur_api_client/models/merged_plugin_options_request.py,sha256=lqpyLxMeE5YmcoZxanEBURuDn34YyR4hQDUqVknnDLk,29824
|
|
1853
1919
|
waldur_api_client/models/merged_secret_options.py,sha256=i8e55KXYijZAMsyxoEz02aQfpSmAinJfUUR3H9BOD9w,18063
|
|
1854
1920
|
waldur_api_client/models/merged_secret_options_request.py,sha256=wRQBET_oy0MalZCl5FXEj02_Wulqc3sGhLwVFwm6okU,18152
|
|
1855
1921
|
waldur_api_client/models/message_template.py,sha256=ofQbUbliARw0XSvTOfmkjXUMIb2HLPUDpN8J7_A6-SI,2084
|
|
@@ -1912,7 +1978,7 @@ waldur_api_client/models/oecd_fos_2007_code_enum.py,sha256=V6DFDE_fRrlvG4pL2Ouus
|
|
|
1912
1978
|
waldur_api_client/models/offering.py,sha256=vpRR7yOceVel-Re-g1N63OsTCXv5Xiz7dSS9aaUs6Bo,40298
|
|
1913
1979
|
waldur_api_client/models/offering_attributes.py,sha256=j5AMtJWSgH_pRIDcRiU3oQ_wqEcW9yzMvAHwYXE_OVw,1235
|
|
1914
1980
|
waldur_api_client/models/offering_backend_metadata_request.py,sha256=EV-UXz9BSHUsPzDxq3aADdrvIFfng-Mr3_VGUvak7Mc,1757
|
|
1915
|
-
waldur_api_client/models/offering_component.py,sha256=
|
|
1981
|
+
waldur_api_client/models/offering_component.py,sha256=w56nGfdONhfTngAh-sYBsz-fnpTpt-kb_1dnwka0-0I,11107
|
|
1916
1982
|
waldur_api_client/models/offering_component_limit.py,sha256=lVDIYQA20C-ZKkiPwzGO_hFRZwR8-O0vd03unNMHJc8,1927
|
|
1917
1983
|
waldur_api_client/models/offering_component_limit_request.py,sha256=1-L2uWCl6Ne3C1lIZwV439TGjhi5RA63e5OfWF5rRL4,1965
|
|
1918
1984
|
waldur_api_client/models/offering_component_request.py,sha256=qwG0_FP3VuLeC33hyrRNNdpagF4Dj349394BSKcM3cs,9212
|
|
@@ -2092,8 +2158,7 @@ waldur_api_client/models/order_create.py,sha256=N0JnkDSDwo85Y1AIZreJgcfIQJRavTqU
|
|
|
2092
2158
|
waldur_api_client/models/order_create_limits.py,sha256=qt3ypdtQtxu6MkfdaS2AlFHUu6W81M-2CfzYuCNf8tA,1233
|
|
2093
2159
|
waldur_api_client/models/order_create_request.py,sha256=B2hAD6vWCCG-JxDBjwZa7x3VWgFv61qjnWn_XoNs3Ho,4867
|
|
2094
2160
|
waldur_api_client/models/order_create_request_limits.py,sha256=xNQsB7tIP3XKLTLM3jRju0vBmm0j9t4ss501oDOGcHg,1271
|
|
2095
|
-
waldur_api_client/models/order_details.py,sha256=
|
|
2096
|
-
waldur_api_client/models/order_details_attributes.py,sha256=9WGdnCNUGsGFcT64rQEY-m3-2YXre8kTxct4lHR7OmA,1331
|
|
2161
|
+
waldur_api_client/models/order_details.py,sha256=nPpEbHR7UpMu6KlvX4m4UuaeoIIrbUcBX8AtkvaJ3Hc,44354
|
|
2097
2162
|
waldur_api_client/models/order_details_limits.py,sha256=H5kwMomGkcmTV4esrILgDiqIk9dpiDpBWyz0LxqPeEA,1238
|
|
2098
2163
|
waldur_api_client/models/order_set_state_erred_request.py,sha256=nNajqN8q-y3LUKJtnc6dtnWk0mcsQ-1HXIUeZ4Q7nY0,2047
|
|
2099
2164
|
waldur_api_client/models/order_state.py,sha256=jXaIDxH6PZ1tU9F97_BvdBEnh8bN_eW7SpywbRFlu5s,357
|
|
@@ -2132,6 +2197,10 @@ waldur_api_client/models/patched_invoice_item_update_request.py,sha256=z0yTemV8F
|
|
|
2132
2197
|
waldur_api_client/models/patched_issue_request.py,sha256=0DNvJwXbLMgYae2f6bRij8ecFt1bU7R_9OEy89sCKUk,3076
|
|
2133
2198
|
waldur_api_client/models/patched_keycloak_user_group_membership_request.py,sha256=1pJbvQvG3Dggig-9mfjoz20agYmgenTFOzQxkpBwhYQ,2876
|
|
2134
2199
|
waldur_api_client/models/patched_lexis_link_request.py,sha256=gyEzwSSZnjxsv5xGxCP-ivcx3MfyQGkgo0qsShgXVvk,2199
|
|
2200
|
+
waldur_api_client/models/patched_maintenance_announcement_offering_request.py,sha256=K45ITmGnqSBv7GZLPnM9Y3epDhb5X_jhHyOuby-ywvA,3190
|
|
2201
|
+
waldur_api_client/models/patched_maintenance_announcement_offering_template_request.py,sha256=vyMCfaBK63qEZQjHc0flzagj4T35f47x-QRMXdvvgII,3332
|
|
2202
|
+
waldur_api_client/models/patched_maintenance_announcement_request.py,sha256=ZKPVSB593eCneMKZ_gYj4hm8m8gund8uQaIup-YabLE,4642
|
|
2203
|
+
waldur_api_client/models/patched_maintenance_announcement_template_request.py,sha256=va9LJW3oGibjnPy8zXfLJJ1GZH3Kni--lUmT6tQVtso,3161
|
|
2135
2204
|
waldur_api_client/models/patched_marketplace_category_request.py,sha256=5rER4sHj5TYT3Y-S8Y8aBxSjdRRR5RvT3bCL715Alr0,5191
|
|
2136
2205
|
waldur_api_client/models/patched_message_template_request.py,sha256=HB5c8nzKrhiSVBd02TYxs9gho4r17HiLQjkjL9i-CEU,2101
|
|
2137
2206
|
waldur_api_client/models/patched_migration_details_request.py,sha256=FLB49LeyBy5sV7oEOothQBKvirmusQxDzvM30wo_QcA,2822
|
|
@@ -2524,9 +2593,10 @@ waldur_api_client/models/template_version.py,sha256=vs_DIZl2XEv86ZkAdAQWn7yrN1dk
|
|
|
2524
2593
|
waldur_api_client/models/tenant.py,sha256=ZIgij-mOVQW1hg6-ay4fg-LXmfaYpm8nX8miqYmNW84,1720
|
|
2525
2594
|
waldur_api_client/models/token_request.py,sha256=FL76aLL-9e6BV8s8zXpoX9vj-IgWIhjayE_5X6NLyr0,1452
|
|
2526
2595
|
waldur_api_client/models/total_customer_cost.py,sha256=oo5hW0Xn0v6pnqmpuhGU8vPLRyxkMH1q1_5pcIp4EIc,1641
|
|
2596
|
+
waldur_api_client/models/update_offering_component_request.py,sha256=QsQM9Cdk3ZDcyjIuEI3VpuqQezoWuu5-DAjV2K7MuYI,9423
|
|
2527
2597
|
waldur_api_client/models/user.py,sha256=V6sZht_LPBdWyDTPfWODHwBMc_8rfDsSoR_pcGf7s38,18059
|
|
2528
|
-
waldur_api_client/models/user_agreement.py,sha256=
|
|
2529
|
-
waldur_api_client/models/user_agreement_request.py,sha256=
|
|
2598
|
+
waldur_api_client/models/user_agreement.py,sha256=b4ZGRH4NFpqNDz03fSIRnqzEUip1uyle1BstHdNH-uw,2653
|
|
2599
|
+
waldur_api_client/models/user_agreement_request.py,sha256=Sq_PIJ6sel7arPE6WMEud_vW8JIPJjyuAbHBPlnwvOc,1871
|
|
2530
2600
|
waldur_api_client/models/user_agreements_list_agreement_type.py,sha256=_BQWdsHBLj5SsW7VKroeHqkNhHCyEYWQUtBwSkB-97c,166
|
|
2531
2601
|
waldur_api_client/models/user_auth_token.py,sha256=pUJ9R2bIP91Bkz4bw9fvaRgVwnCX6Nuyq6k4btrp5k0,3524
|
|
2532
2602
|
waldur_api_client/models/user_email_change_request.py,sha256=1VqzZ20plnwS8j9eytAHH5GnVnf5gar7CYDA6TtXfG8,1508
|
|
@@ -2596,7 +2666,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
2596
2666
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
2597
2667
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
2598
2668
|
waldur_api_client/types.py,sha256=AX4orxQZQJat3vZrgjJ-TYb2sNBL8kNo9yqYDT-n8y8,1391
|
|
2599
|
-
waldur_api_client-7.6.
|
|
2600
|
-
waldur_api_client-7.6.
|
|
2601
|
-
waldur_api_client-7.6.
|
|
2602
|
-
waldur_api_client-7.6.
|
|
2669
|
+
waldur_api_client-7.6.9.dist-info/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
2670
|
+
waldur_api_client-7.6.9.dist-info/METADATA,sha256=ZEeKFYCdeI3H8x3HHGoN4hiyU_e6ECa3OBCAG5PcYqw,5845
|
|
2671
|
+
waldur_api_client-7.6.9.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
2672
|
+
waldur_api_client-7.6.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|