waldur-api-client 7.7.1__py3-none-any.whl → 7.7.2__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_checklists/marketplace_checklists_questions_list.py +31 -32
- waldur_api_client/api/marketplace_checklists/marketplace_checklists_retrieve.py +15 -14
- waldur_api_client/api/marketplace_checklists_admin/__init__.py +1 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py +187 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_create.py +150 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_destroy.py +89 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_list.py +173 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py +142 -0
- waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/__init__.py +1 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py +150 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py +89 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py +212 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py +142 -0
- waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/__init__.py +1 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py +150 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py +89 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py +194 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py +142 -0
- waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py +164 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/__init__.py +1 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py +148 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py +89 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py +192 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py +162 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py +140 -0
- waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py +162 -0
- waldur_api_client/models/__init__.py +36 -2
- waldur_api_client/models/answer_list.py +8 -19
- waldur_api_client/models/answer_submit.py +7 -13
- waldur_api_client/models/answer_submit_request.py +7 -13
- 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/call_resource_template.py +23 -1
- waldur_api_client/models/checklist.py +8 -0
- waldur_api_client/models/checklist_admin.py +127 -0
- waldur_api_client/models/checklist_type_enum.py +10 -0
- waldur_api_client/models/create_checklist.py +131 -0
- waldur_api_client/models/create_checklist_request.py +90 -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_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/open_stack_port.py +15 -4
- waldur_api_client/models/open_stack_router.py +15 -4
- waldur_api_client/models/operator_enum.py +12 -0
- waldur_api_client/models/patched_create_checklist_request.py +96 -0
- waldur_api_client/models/patched_question_admin_request.py +208 -0
- waldur_api_client/models/patched_question_dependency_request.py +94 -0
- waldur_api_client/models/patched_question_options_admin_request.py +68 -0
- waldur_api_client/models/{checklist_question.py → question.py} +29 -16
- waldur_api_client/models/question_admin.py +260 -0
- waldur_api_client/models/question_admin_request.py +210 -0
- waldur_api_client/models/question_dependency.py +127 -0
- waldur_api_client/models/question_dependency_request.py +94 -0
- waldur_api_client/models/question_options.py +79 -0
- waldur_api_client/models/question_options_admin.py +103 -0
- waldur_api_client/models/question_options_admin_request.py +78 -0
- waldur_api_client/models/question_type_enum.py +15 -0
- waldur_api_client/models/resource.py +18 -0
- {waldur_api_client-7.7.1.dist-info → waldur_api_client-7.7.2.dist-info}/METADATA +1 -1
- {waldur_api_client-7.7.1.dist-info → waldur_api_client-7.7.2.dist-info}/RECORD +71 -25
- {waldur_api_client-7.7.1.dist-info → waldur_api_client-7.7.2.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.7.1.dist-info → waldur_api_client-7.7.2.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from ..types import UNSET, Unset
|
|
9
|
+
|
|
10
|
+
T = TypeVar("T", bound="QuestionOptions")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@_attrs_define
|
|
14
|
+
class QuestionOptions:
|
|
15
|
+
"""
|
|
16
|
+
Attributes:
|
|
17
|
+
uuid (UUID):
|
|
18
|
+
label (str):
|
|
19
|
+
order (Union[Unset, int]):
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
uuid: UUID
|
|
23
|
+
label: str
|
|
24
|
+
order: Union[Unset, int] = UNSET
|
|
25
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
26
|
+
|
|
27
|
+
def to_dict(self) -> dict[str, Any]:
|
|
28
|
+
uuid = str(self.uuid)
|
|
29
|
+
|
|
30
|
+
label = self.label
|
|
31
|
+
|
|
32
|
+
order = self.order
|
|
33
|
+
|
|
34
|
+
field_dict: dict[str, Any] = {}
|
|
35
|
+
field_dict.update(self.additional_properties)
|
|
36
|
+
field_dict.update(
|
|
37
|
+
{
|
|
38
|
+
"uuid": uuid,
|
|
39
|
+
"label": label,
|
|
40
|
+
}
|
|
41
|
+
)
|
|
42
|
+
if order is not UNSET:
|
|
43
|
+
field_dict["order"] = order
|
|
44
|
+
|
|
45
|
+
return field_dict
|
|
46
|
+
|
|
47
|
+
@classmethod
|
|
48
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
49
|
+
d = dict(src_dict)
|
|
50
|
+
uuid = UUID(d.pop("uuid"))
|
|
51
|
+
|
|
52
|
+
label = d.pop("label")
|
|
53
|
+
|
|
54
|
+
order = d.pop("order", UNSET)
|
|
55
|
+
|
|
56
|
+
question_options = cls(
|
|
57
|
+
uuid=uuid,
|
|
58
|
+
label=label,
|
|
59
|
+
order=order,
|
|
60
|
+
)
|
|
61
|
+
|
|
62
|
+
question_options.additional_properties = d
|
|
63
|
+
return question_options
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def additional_keys(self) -> list[str]:
|
|
67
|
+
return list(self.additional_properties.keys())
|
|
68
|
+
|
|
69
|
+
def __getitem__(self, key: str) -> Any:
|
|
70
|
+
return self.additional_properties[key]
|
|
71
|
+
|
|
72
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
73
|
+
self.additional_properties[key] = value
|
|
74
|
+
|
|
75
|
+
def __delitem__(self, key: str) -> None:
|
|
76
|
+
del self.additional_properties[key]
|
|
77
|
+
|
|
78
|
+
def __contains__(self, key: str) -> bool:
|
|
79
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from ..types import UNSET, Unset
|
|
9
|
+
|
|
10
|
+
T = TypeVar("T", bound="QuestionOptionsAdmin")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@_attrs_define
|
|
14
|
+
class QuestionOptionsAdmin:
|
|
15
|
+
"""
|
|
16
|
+
Attributes:
|
|
17
|
+
uuid (UUID):
|
|
18
|
+
label (str):
|
|
19
|
+
url (str):
|
|
20
|
+
question (str):
|
|
21
|
+
question_uuid (UUID):
|
|
22
|
+
order (Union[Unset, int]):
|
|
23
|
+
"""
|
|
24
|
+
|
|
25
|
+
uuid: UUID
|
|
26
|
+
label: str
|
|
27
|
+
url: str
|
|
28
|
+
question: str
|
|
29
|
+
question_uuid: UUID
|
|
30
|
+
order: Union[Unset, int] = UNSET
|
|
31
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
32
|
+
|
|
33
|
+
def to_dict(self) -> dict[str, Any]:
|
|
34
|
+
uuid = str(self.uuid)
|
|
35
|
+
|
|
36
|
+
label = self.label
|
|
37
|
+
|
|
38
|
+
url = self.url
|
|
39
|
+
|
|
40
|
+
question = self.question
|
|
41
|
+
|
|
42
|
+
question_uuid = str(self.question_uuid)
|
|
43
|
+
|
|
44
|
+
order = self.order
|
|
45
|
+
|
|
46
|
+
field_dict: dict[str, Any] = {}
|
|
47
|
+
field_dict.update(self.additional_properties)
|
|
48
|
+
field_dict.update(
|
|
49
|
+
{
|
|
50
|
+
"uuid": uuid,
|
|
51
|
+
"label": label,
|
|
52
|
+
"url": url,
|
|
53
|
+
"question": question,
|
|
54
|
+
"question_uuid": question_uuid,
|
|
55
|
+
}
|
|
56
|
+
)
|
|
57
|
+
if order is not UNSET:
|
|
58
|
+
field_dict["order"] = order
|
|
59
|
+
|
|
60
|
+
return field_dict
|
|
61
|
+
|
|
62
|
+
@classmethod
|
|
63
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
64
|
+
d = dict(src_dict)
|
|
65
|
+
uuid = UUID(d.pop("uuid"))
|
|
66
|
+
|
|
67
|
+
label = d.pop("label")
|
|
68
|
+
|
|
69
|
+
url = d.pop("url")
|
|
70
|
+
|
|
71
|
+
question = d.pop("question")
|
|
72
|
+
|
|
73
|
+
question_uuid = UUID(d.pop("question_uuid"))
|
|
74
|
+
|
|
75
|
+
order = d.pop("order", UNSET)
|
|
76
|
+
|
|
77
|
+
question_options_admin = cls(
|
|
78
|
+
uuid=uuid,
|
|
79
|
+
label=label,
|
|
80
|
+
url=url,
|
|
81
|
+
question=question,
|
|
82
|
+
question_uuid=question_uuid,
|
|
83
|
+
order=order,
|
|
84
|
+
)
|
|
85
|
+
|
|
86
|
+
question_options_admin.additional_properties = d
|
|
87
|
+
return question_options_admin
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
def additional_keys(self) -> list[str]:
|
|
91
|
+
return list(self.additional_properties.keys())
|
|
92
|
+
|
|
93
|
+
def __getitem__(self, key: str) -> Any:
|
|
94
|
+
return self.additional_properties[key]
|
|
95
|
+
|
|
96
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
97
|
+
self.additional_properties[key] = value
|
|
98
|
+
|
|
99
|
+
def __delitem__(self, key: str) -> None:
|
|
100
|
+
del self.additional_properties[key]
|
|
101
|
+
|
|
102
|
+
def __contains__(self, key: str) -> bool:
|
|
103
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from typing import Any, TypeVar, Union
|
|
3
|
+
|
|
4
|
+
from attrs import define as _attrs_define
|
|
5
|
+
from attrs import field as _attrs_field
|
|
6
|
+
|
|
7
|
+
from ..types import UNSET, Unset
|
|
8
|
+
|
|
9
|
+
T = TypeVar("T", bound="QuestionOptionsAdminRequest")
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@_attrs_define
|
|
13
|
+
class QuestionOptionsAdminRequest:
|
|
14
|
+
"""
|
|
15
|
+
Attributes:
|
|
16
|
+
label (str):
|
|
17
|
+
question (str):
|
|
18
|
+
order (Union[Unset, int]):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
label: str
|
|
22
|
+
question: str
|
|
23
|
+
order: Union[Unset, int] = UNSET
|
|
24
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
25
|
+
|
|
26
|
+
def to_dict(self) -> dict[str, Any]:
|
|
27
|
+
label = self.label
|
|
28
|
+
|
|
29
|
+
question = self.question
|
|
30
|
+
|
|
31
|
+
order = self.order
|
|
32
|
+
|
|
33
|
+
field_dict: dict[str, Any] = {}
|
|
34
|
+
field_dict.update(self.additional_properties)
|
|
35
|
+
field_dict.update(
|
|
36
|
+
{
|
|
37
|
+
"label": label,
|
|
38
|
+
"question": question,
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
if order is not UNSET:
|
|
42
|
+
field_dict["order"] = order
|
|
43
|
+
|
|
44
|
+
return field_dict
|
|
45
|
+
|
|
46
|
+
@classmethod
|
|
47
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
48
|
+
d = dict(src_dict)
|
|
49
|
+
label = d.pop("label")
|
|
50
|
+
|
|
51
|
+
question = d.pop("question")
|
|
52
|
+
|
|
53
|
+
order = d.pop("order", UNSET)
|
|
54
|
+
|
|
55
|
+
question_options_admin_request = cls(
|
|
56
|
+
label=label,
|
|
57
|
+
question=question,
|
|
58
|
+
order=order,
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
question_options_admin_request.additional_properties = d
|
|
62
|
+
return question_options_admin_request
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
def additional_keys(self) -> list[str]:
|
|
66
|
+
return list(self.additional_properties.keys())
|
|
67
|
+
|
|
68
|
+
def __getitem__(self, key: str) -> Any:
|
|
69
|
+
return self.additional_properties[key]
|
|
70
|
+
|
|
71
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
72
|
+
self.additional_properties[key] = value
|
|
73
|
+
|
|
74
|
+
def __delitem__(self, key: str) -> None:
|
|
75
|
+
del self.additional_properties[key]
|
|
76
|
+
|
|
77
|
+
def __contains__(self, key: str) -> bool:
|
|
78
|
+
return key in self.additional_properties
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class QuestionTypeEnum(str, Enum):
|
|
5
|
+
BOOLEAN = "boolean"
|
|
6
|
+
DATE = "date"
|
|
7
|
+
FILE = "file"
|
|
8
|
+
MULTI_SELECT = "multi_select"
|
|
9
|
+
NUMBER = "number"
|
|
10
|
+
SINGLE_SELECT = "single_select"
|
|
11
|
+
TEXT_AREA = "text_area"
|
|
12
|
+
TEXT_INPUT = "text_input"
|
|
13
|
+
|
|
14
|
+
def __str__(self) -> str:
|
|
15
|
+
return str(self.value)
|
|
@@ -73,8 +73,10 @@ class Resource:
|
|
|
73
73
|
project_end_date_requested_by (Union[Unset, str]):
|
|
74
74
|
customer_uuid (Union[Unset, UUID]):
|
|
75
75
|
customer_name (Union[Unset, str]):
|
|
76
|
+
offering_slug (Union[Unset, str]):
|
|
76
77
|
parent_offering_uuid (Union[Unset, UUID]):
|
|
77
78
|
parent_offering_name (Union[Unset, str]):
|
|
79
|
+
parent_offering_slug (Union[Unset, str]):
|
|
78
80
|
parent_uuid (Union[Unset, UUID]):
|
|
79
81
|
parent_name (Union[Unset, str]):
|
|
80
82
|
backend_metadata (Union[Unset, BackendMetadata]):
|
|
@@ -149,8 +151,10 @@ class Resource:
|
|
|
149
151
|
project_end_date_requested_by: Union[Unset, str] = UNSET
|
|
150
152
|
customer_uuid: Union[Unset, UUID] = UNSET
|
|
151
153
|
customer_name: Union[Unset, str] = UNSET
|
|
154
|
+
offering_slug: Union[Unset, str] = UNSET
|
|
152
155
|
parent_offering_uuid: Union[Unset, UUID] = UNSET
|
|
153
156
|
parent_offering_name: Union[Unset, str] = UNSET
|
|
157
|
+
parent_offering_slug: Union[Unset, str] = UNSET
|
|
154
158
|
parent_uuid: Union[Unset, UUID] = UNSET
|
|
155
159
|
parent_name: Union[Unset, str] = UNSET
|
|
156
160
|
backend_metadata: Union[Unset, "BackendMetadata"] = UNSET
|
|
@@ -327,12 +331,16 @@ class Resource:
|
|
|
327
331
|
|
|
328
332
|
customer_name = self.customer_name
|
|
329
333
|
|
|
334
|
+
offering_slug = self.offering_slug
|
|
335
|
+
|
|
330
336
|
parent_offering_uuid: Union[Unset, str] = UNSET
|
|
331
337
|
if not isinstance(self.parent_offering_uuid, Unset):
|
|
332
338
|
parent_offering_uuid = str(self.parent_offering_uuid)
|
|
333
339
|
|
|
334
340
|
parent_offering_name = self.parent_offering_name
|
|
335
341
|
|
|
342
|
+
parent_offering_slug = self.parent_offering_slug
|
|
343
|
+
|
|
336
344
|
parent_uuid: Union[Unset, str] = UNSET
|
|
337
345
|
if not isinstance(self.parent_uuid, Unset):
|
|
338
346
|
parent_uuid = str(self.parent_uuid)
|
|
@@ -530,10 +538,14 @@ class Resource:
|
|
|
530
538
|
field_dict["customer_uuid"] = customer_uuid
|
|
531
539
|
if customer_name is not UNSET:
|
|
532
540
|
field_dict["customer_name"] = customer_name
|
|
541
|
+
if offering_slug is not UNSET:
|
|
542
|
+
field_dict["offering_slug"] = offering_slug
|
|
533
543
|
if parent_offering_uuid is not UNSET:
|
|
534
544
|
field_dict["parent_offering_uuid"] = parent_offering_uuid
|
|
535
545
|
if parent_offering_name is not UNSET:
|
|
536
546
|
field_dict["parent_offering_name"] = parent_offering_name
|
|
547
|
+
if parent_offering_slug is not UNSET:
|
|
548
|
+
field_dict["parent_offering_slug"] = parent_offering_slug
|
|
537
549
|
if parent_uuid is not UNSET:
|
|
538
550
|
field_dict["parent_uuid"] = parent_uuid
|
|
539
551
|
if parent_name is not UNSET:
|
|
@@ -827,6 +839,8 @@ class Resource:
|
|
|
827
839
|
|
|
828
840
|
customer_name = d.pop("customer_name", UNSET)
|
|
829
841
|
|
|
842
|
+
offering_slug = d.pop("offering_slug", UNSET)
|
|
843
|
+
|
|
830
844
|
_parent_offering_uuid = d.pop("parent_offering_uuid", UNSET)
|
|
831
845
|
parent_offering_uuid: Union[Unset, UUID]
|
|
832
846
|
if isinstance(_parent_offering_uuid, Unset):
|
|
@@ -836,6 +850,8 @@ class Resource:
|
|
|
836
850
|
|
|
837
851
|
parent_offering_name = d.pop("parent_offering_name", UNSET)
|
|
838
852
|
|
|
853
|
+
parent_offering_slug = d.pop("parent_offering_slug", UNSET)
|
|
854
|
+
|
|
839
855
|
_parent_uuid = d.pop("parent_uuid", UNSET)
|
|
840
856
|
parent_uuid: Union[Unset, UUID]
|
|
841
857
|
if isinstance(_parent_uuid, Unset):
|
|
@@ -1041,8 +1057,10 @@ class Resource:
|
|
|
1041
1057
|
project_end_date_requested_by=project_end_date_requested_by,
|
|
1042
1058
|
customer_uuid=customer_uuid,
|
|
1043
1059
|
customer_name=customer_name,
|
|
1060
|
+
offering_slug=offering_slug,
|
|
1044
1061
|
parent_offering_uuid=parent_offering_uuid,
|
|
1045
1062
|
parent_offering_name=parent_offering_name,
|
|
1063
|
+
parent_offering_slug=parent_offering_slug,
|
|
1046
1064
|
parent_uuid=parent_uuid,
|
|
1047
1065
|
parent_name=parent_name,
|
|
1048
1066
|
backend_metadata=backend_metadata,
|
|
@@ -413,10 +413,39 @@ waldur_api_client/api/marketplace_checklists/__init__.py,sha256=5vd9uJWAjRqa9xzx
|
|
|
413
413
|
waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_list.py,sha256=BsvzOextIBq6idmq2MuEHmcgJwcdc9AoQp5CdzlN_gw,4963
|
|
414
414
|
waldur_api_client/api/marketplace_checklists/marketplace_checklists_answers_submit_create.py,sha256=94NEIPPId552BZgz2WU5gj61wnqknPyzFh0zNSryVRA,6522
|
|
415
415
|
waldur_api_client/api/marketplace_checklists/marketplace_checklists_list.py,sha256=yfQtcVh5K40C7HHofHnqoR-DT-wl_KgHj5nsbFZ-V4w,4518
|
|
416
|
-
waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py,sha256=
|
|
417
|
-
waldur_api_client/api/marketplace_checklists/marketplace_checklists_retrieve.py,sha256=
|
|
416
|
+
waldur_api_client/api/marketplace_checklists/marketplace_checklists_questions_list.py,sha256=LrJnRevqNmAh-vQMHI_czgR0CgMxAXsuB2dVc0yyuSU,4657
|
|
417
|
+
waldur_api_client/api/marketplace_checklists/marketplace_checklists_retrieve.py,sha256=mrWeEf3IhKmvOxMQ9Wjai2_Wp5_r5Up5AGd0gcukgDw,3092
|
|
418
418
|
waldur_api_client/api/marketplace_checklists/marketplace_checklists_stats_list.py,sha256=WdjpqkKaL1X8IkMeVTONSOwfWLXCsCPg2ckdImV96zc,3813
|
|
419
419
|
waldur_api_client/api/marketplace_checklists/marketplace_checklists_user_answers_list.py,sha256=D1t6-YFBZypHHCJ2Q13DThnc3cGYJqXqawraRSAn8GQ,5300
|
|
420
|
+
waldur_api_client/api/marketplace_checklists_admin/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
421
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_checklist_questions.py,sha256=3VGENU-Y0j6DoFz8JmBSpurS0DKgkP77Y5RzyiQUKMo,4661
|
|
422
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_create.py,sha256=VF9phqslq5pqRuFrlcb8xmRaBlergW0gA5S1qNy1T7M,3548
|
|
423
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_destroy.py,sha256=Vx7I4feiXOn-VoVZ-BidKwo8UDIIPVv3HEl2191PiM4,2062
|
|
424
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_list.py,sha256=WNw9fIwqnpxrYKq9QypD3_VwU-BX7pv3AsxHgnnvxAM,4590
|
|
425
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_partial_update.py,sha256=B14dPkmH2hVaseHcY3uHGEFlv7y7gj7KNpumKiyPD-U,3901
|
|
426
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_retrieve.py,sha256=ugvkLbgA31MLyTkQULQ5z5kJJnCghvsOBFax-Zxn8Io,3170
|
|
427
|
+
waldur_api_client/api/marketplace_checklists_admin/marketplace_checklists_admin_update.py,sha256=wtUp_ElLmpiBCQazs03QFVVXmghStme7eCHWfaMSf_A,3821
|
|
428
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
429
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_create.py,sha256=4_dB-q6CcZvSJE0cZlF9WBGbmalU_uAwmnmz9bpNQm4,3642
|
|
430
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_destroy.py,sha256=_QCeMLjWGx4RsRBBcoEY7knRvq6ZNKD4zuic7Yx7eoc,2084
|
|
431
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_list.py,sha256=sXp_kEpw9ewameqJ1GxHdcKgTFPL7azb-xvd4qE67K4,6457
|
|
432
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_partial_update.py,sha256=083UUM-YBdH5mV3sGzy9ydHfZfllz-MsXzAmQZeozfs,3995
|
|
433
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_retrieve.py,sha256=Qn-Jq2CCK1PczQKw_-5lGEDq9fUN_Ja02z4HTruNyVE,3244
|
|
434
|
+
waldur_api_client/api/marketplace_checklists_admin_question_dependencies/marketplace_checklists_admin_question_dependencies_update.py,sha256=m1Ehg-Nt3zYKcx9agxQVO7-e-dHP4YJABMwvoJJ5Yxw,3915
|
|
435
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
436
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_create.py,sha256=EYvhMUh3h3bkrOPCdzZXK4t3cH9f_0l1TqDXC_y6CWM,3687
|
|
437
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_destroy.py,sha256=9n8GaFA4QCV_eH_CiYKe2Az5JGhLDCgEhmAlDdocAMI,2079
|
|
438
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_list.py,sha256=4OdP54GoZKEgQihsuLMtWo-9lwKeMqdhnBbaxaZvVuE,5470
|
|
439
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_partial_update.py,sha256=OzBFgiiadO0u7fZVfbU8R4bKQ9DiybMHmnJ-YFBuoJ0,4040
|
|
440
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_retrieve.py,sha256=Usa8FAzrUvVqPWgcm0LgYx2Gg3xfwDt-LTFeBH4xtHc,3266
|
|
441
|
+
waldur_api_client/api/marketplace_checklists_admin_question_options/marketplace_checklists_admin_question_options_update.py,sha256=zzJDZTmiLS8QxHbal_ZnAUmTJBfJxyOzEWFlgQm1jkA,3960
|
|
442
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
443
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_create.py,sha256=Uzk3iqhxZHhs0_SZTFPKrJTBSGWJDtCkn_c1rcHM_To,3504
|
|
444
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_destroy.py,sha256=iT1LkfO1exJlrOvxmCs4QwBS4jHTMtvb9VqvTboq49g,2072
|
|
445
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_list.py,sha256=G7YEyqBnEOM_gNwxV4gHYrOrLo_GSibG19VXqa93cE4,5388
|
|
446
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_partial_update.py,sha256=cIwNkuzzvptyYK1Htk-SJThwLeIW2yf8UvPsDHVpRMA,3857
|
|
447
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_retrieve.py,sha256=bpvPo9jAvPk2mZy4C7Kgud3S5SarkyWFBO3v9pdEod4,3161
|
|
448
|
+
waldur_api_client/api/marketplace_checklists_admin_questions/marketplace_checklists_admin_questions_update.py,sha256=mLCDph70n2E5hrPUo67P53W2ICdYBFJ7FReznQxt4ME,3777
|
|
420
449
|
waldur_api_client/api/marketplace_checklists_categories/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
421
450
|
waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_checklists_list.py,sha256=rip2qcfFdy_2L2I73xwEq9Gs2VoJkU-Jre7wT4yoHuU,4945
|
|
422
451
|
waldur_api_client/api/marketplace_checklists_categories/marketplace_checklists_categories_list.py,sha256=yKAZNoOMhB54MhO5G_5gJ86F834xBT9BC-c2KWq8R4o,4640
|
|
@@ -1449,7 +1478,7 @@ waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_update.py,sh
|
|
|
1449
1478
|
waldur_api_client/api/vmware_virtual_machine/vmware_virtual_machine_web_console_retrieve.py,sha256=oZ2BaWmW_KX9J6iL90lKg2lNcX4ym-VdVp0v9zDZI0I,3342
|
|
1450
1479
|
waldur_api_client/client.py,sha256=GLq-qDZKHfSA_9duhz0MTPeaAkXUlvuHHWCRzsPcE5Y,11727
|
|
1451
1480
|
waldur_api_client/errors.py,sha256=C44oS7G-xUfc6i6fto367Oig5qm0S_pDZJUaK0eY9mU,500
|
|
1452
|
-
waldur_api_client/models/__init__.py,sha256=
|
|
1481
|
+
waldur_api_client/models/__init__.py,sha256=CyJLzLrg06WroJ8GTv3ROVmrDsCi-54MSEh5K6ZyWmY,124908
|
|
1453
1482
|
waldur_api_client/models/access_subnet.py,sha256=unDj1xpRJWj9Ia51twedRU9HcuWf4MYVnTCz-WGLTJk,2145
|
|
1454
1483
|
waldur_api_client/models/access_subnet_request.py,sha256=_OM-mgOmhOnbwqR9425rgdN-KWUxvz2ZgK20rGTeTrA,2005
|
|
1455
1484
|
waldur_api_client/models/account_name_generation_policy_enum.py,sha256=6XEL8dm2iWT-1ZmVf0RNbI7pmszVe1s7_Z24yPgs_K8,170
|
|
@@ -1462,9 +1491,9 @@ waldur_api_client/models/admin_announcements_list_type_item.py,sha256=1mnYI4OT__
|
|
|
1462
1491
|
waldur_api_client/models/admin_announcements_retrieve_field_item.py,sha256=gOkw1ZTxGkhIv1G_kXg15DPQv-HcmE6qhYOOLyxl8aI,320
|
|
1463
1492
|
waldur_api_client/models/agreement_type_enum.py,sha256=d65Ve-D9A6zXTX27Lr9zyOfh-BUdkIYEcNLoVhPs4Vc,152
|
|
1464
1493
|
waldur_api_client/models/allocation_time_enum.py,sha256=wqkSAKU9Qz6ceyiLsIh0mBCCswzpQhdn2s7vQ07iOLA,185
|
|
1465
|
-
waldur_api_client/models/answer_list.py,sha256=
|
|
1466
|
-
waldur_api_client/models/answer_submit.py,sha256=
|
|
1467
|
-
waldur_api_client/models/answer_submit_request.py,sha256
|
|
1494
|
+
waldur_api_client/models/answer_list.py,sha256=VSonkpv2pksEhcjCW1BXJpuPhOCGUy2atR7cjTif2I8,1952
|
|
1495
|
+
waldur_api_client/models/answer_submit.py,sha256=aNkXcVoh5Yia1_OEiT7fpUJNlP_Znv9NJDDNDKww-Zo,1780
|
|
1496
|
+
waldur_api_client/models/answer_submit_request.py,sha256=zsJvvq9k86aol9WCkjz7_1ye8d8io6aqIAvl2d9qovk,1818
|
|
1468
1497
|
waldur_api_client/models/attachment.py,sha256=p8RZMNjcZPecTscEdSBiApTHoAaOXtg-77Fzd3r_How,4873
|
|
1469
1498
|
waldur_api_client/models/attachment_request.py,sha256=URA1izSKCeLHDEdqPJBIE4YS-LiEQag89rE1JgQSsnY,1705
|
|
1470
1499
|
waldur_api_client/models/auth_result.py,sha256=wst9515IiFfQQecM4VtjltRwNCycaaErOX7MQIiSVAY,2687
|
|
@@ -1557,15 +1586,15 @@ waldur_api_client/models/blank_enum.py,sha256=B6YlVTToYmpoebDxBv-B2BKiV7HMNc9GmQ
|
|
|
1557
1586
|
waldur_api_client/models/booking.py,sha256=4jzkRYuLTxwLjJ9RrEza5-QHWXUp7qcQIbpAhzlw3E4,2310
|
|
1558
1587
|
waldur_api_client/models/booking_offerings_list_field_item.py,sha256=Coi1gG-unpUFh2PT0-i_jCHXx9PJAlkFeCba7ujeDH4,2092
|
|
1559
1588
|
waldur_api_client/models/booking_offerings_retrieve_field_item.py,sha256=JMemmUv3Y9qE0zV1n0BFLZOTaLlRn3vzBg-FRbPkTaM,2096
|
|
1560
|
-
waldur_api_client/models/booking_resource.py,sha256=
|
|
1589
|
+
waldur_api_client/models/booking_resource.py,sha256=MiJTMtz5w9rOAhAEmCbRNUAmY52Zako5LqPZNHxwRHg,45986
|
|
1561
1590
|
waldur_api_client/models/booking_resource_attributes.py,sha256=-ROfxmUxJIXzReYTBnSt6WBJ2BKuB9HnA2W7N_4fS8M,1273
|
|
1562
1591
|
waldur_api_client/models/booking_resource_current_usages.py,sha256=a73D0wzM9FyCwpbNtBqs0RmtH4T-3dHW8Thz_zQG-v0,1291
|
|
1563
1592
|
waldur_api_client/models/booking_resource_limit_usage.py,sha256=Tacd5sbZ77Tdh_82RIj1UVLfksyNGKDw7cyuzT3cs7E,1282
|
|
1564
1593
|
waldur_api_client/models/booking_resource_limits.py,sha256=1E9knmsKpWCxrD2AOxnTuAq8t0TX-pJLytnoLdwUDtM,1253
|
|
1565
|
-
waldur_api_client/models/booking_resources_list_field_item.py,sha256=
|
|
1594
|
+
waldur_api_client/models/booking_resources_list_field_item.py,sha256=K2ETaDFRaIjgdVj3dP1Ihj3J0YliDXXCJFI9iD-97d4,3130
|
|
1566
1595
|
waldur_api_client/models/booking_resources_list_o_item.py,sha256=WFuW7JSjD2yDYdIwpHF13GHTbBBYFC3BdSuKkMLQsAY,314
|
|
1567
1596
|
waldur_api_client/models/booking_resources_list_state_item.py,sha256=LrMTdolv4O03o2xpogqhNSZLZN929KwS-NcIVHIpQRI,282
|
|
1568
|
-
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256
|
|
1597
|
+
waldur_api_client/models/booking_resources_retrieve_field_item.py,sha256=3_3tVy6RE2bPKBQscl0SjKlfdrnhLx1l8V4cKmM3Giw,3134
|
|
1569
1598
|
waldur_api_client/models/booking_slot.py,sha256=UYWc6nhl4sV-vWEH3aFSVd_p56PZWlyfTax5OM3bNBE,2665
|
|
1570
1599
|
waldur_api_client/models/broadcast_message.py,sha256=ONqCCPSNFNll3yo3I1G0RFzOK7nH5vdhypJd2pvtuKM,5447
|
|
1571
1600
|
waldur_api_client/models/broadcast_message_request.py,sha256=bQsI-PbdgIMPXZzG002zre9I3gytsN0YfB9Oaz9y9gQ,2983
|
|
@@ -1585,7 +1614,7 @@ waldur_api_client/models/call_managing_organisation_stat.py,sha256=rehqOpohOl1HE
|
|
|
1585
1614
|
waldur_api_client/models/call_managing_organisations_list_o_item.py,sha256=yRfmNeGjS8SAXFJCLqyVUi573OpW0PRpeF2cQug0Kn4,206
|
|
1586
1615
|
waldur_api_client/models/call_managing_organisations_list_users_list_field_item.py,sha256=H2Yj3ODm62LkXVqTCZcCXQfIdqrsr0wcvPC_c1IFxCs,542
|
|
1587
1616
|
waldur_api_client/models/call_managing_organisations_list_users_list_o_item.py,sha256=AEqv7PwALN3-YNaybzD054zTXM_bIyqd01Jz2EOu3RY,336
|
|
1588
|
-
waldur_api_client/models/call_resource_template.py,sha256=
|
|
1617
|
+
waldur_api_client/models/call_resource_template.py,sha256=Q45u0TLthCbb-1QOZ8UkU7TVaGHZjG-PF7EVOqzYjVw,7786
|
|
1589
1618
|
waldur_api_client/models/call_resource_template_request.py,sha256=OeLcg34P_eWf7stYDfPjt5vhN6fPSx3d8J9frMmNytI,3043
|
|
1590
1619
|
waldur_api_client/models/call_round.py,sha256=ukK8lYTj7Xbp5HFRTQD7Mly6sWkyjsvYSzzLKD1qziI,2803
|
|
1591
1620
|
waldur_api_client/models/call_states.py,sha256=5YQx9Op0T6d07tp9DofM5eg1sM7jpfsnYM_e3lbjs9A,183
|
|
@@ -1607,10 +1636,11 @@ waldur_api_client/models/category_help_articles.py,sha256=-6IloBBZJ2e_5Ls3ZBXg5b
|
|
|
1607
1636
|
waldur_api_client/models/category_help_articles_request.py,sha256=8qXJ2bF6habDvVmgxLTKuSFl7wSat0FQ8W-ZxskRFlU,3172
|
|
1608
1637
|
waldur_api_client/models/category_serializer_for_for_nested_fields.py,sha256=0n9HYt0mLvcc4H6sL729GF82sxwTMPHy7sdDbaWOHrA,1895
|
|
1609
1638
|
waldur_api_client/models/category_serializer_for_for_nested_fields_request.py,sha256=lCvc7ffmCT-ExFYgbu4w7TgJQ0wYhZe9NE4BTZsNJBs,1622
|
|
1610
|
-
waldur_api_client/models/checklist.py,sha256=
|
|
1639
|
+
waldur_api_client/models/checklist.py,sha256=9Ogru2gd4Tn2rui-Ukrsjxq7ZMxlkG8YAa9g7u-t0Ks,2997
|
|
1640
|
+
waldur_api_client/models/checklist_admin.py,sha256=pX8fP39Ay18UWb6fg01rNDyQDB2_wpq2r9QTuFs1_f8,3268
|
|
1611
1641
|
waldur_api_client/models/checklist_category.py,sha256=8gWtdw4YWfcFLgSlxKcsRmwTRSA3Zepq-62ER3wAzLQ,3007
|
|
1612
1642
|
waldur_api_client/models/checklist_customer_stats.py,sha256=tGWVvLfMrtpIqFSGFC6CkVKf-aUacjAH49PpnMAMv3s,2214
|
|
1613
|
-
waldur_api_client/models/
|
|
1643
|
+
waldur_api_client/models/checklist_type_enum.py,sha256=1tqM_sttS1XCkdwcnXPU6JEMpZvF2tkf-TXCDosbYG8,264
|
|
1614
1644
|
waldur_api_client/models/cluster_security_group.py,sha256=ojskY1cqpooZkg6MwqlP80Rs_txsn_O2tkjS4ZPY5e0,2631
|
|
1615
1645
|
waldur_api_client/models/cluster_security_group_request.py,sha256=of1ptY48enXD6JFhsdmr6P-TNemye2L4P814RYVG3dg,2186
|
|
1616
1646
|
waldur_api_client/models/comment.py,sha256=6KL2r7X-4eSmEBHg07uZfWsvtox_wXgY4O53-bJ-tNw,5374
|
|
@@ -1644,6 +1674,8 @@ waldur_api_client/models/count_users_of_service_providers.py,sha256=uQIZy8-O9PYk
|
|
|
1644
1674
|
waldur_api_client/models/country.py,sha256=ihuj8_tj6_KQ0pOdbsyLOmRV8yCJQLkda_xB5f7H32k,1577
|
|
1645
1675
|
waldur_api_client/models/country_enum.py,sha256=K7eQRDqNL9REcqVKYROj3-R4ZZaTrta67plvtTzQApg,662
|
|
1646
1676
|
waldur_api_client/models/create_attachments_request.py,sha256=brtBJhBiwNtOsi-VGFRiMkZADk9RZwDHmI3pZ6eotqQ,1996
|
|
1677
|
+
waldur_api_client/models/create_checklist.py,sha256=DEbPM5IYVzXviiU31wpfQ7U8lPkgN2uny6XATEE6b-U,3564
|
|
1678
|
+
waldur_api_client/models/create_checklist_request.py,sha256=rfm3Gc28Vo7-EYgStzWJoOyolcZACjRjrXqskKg_q6g,2559
|
|
1647
1679
|
waldur_api_client/models/create_customer_credit.py,sha256=TM58hhhZrbXjL9NSI8Iz6yMiLyXAquUAV7GAioJKxwg,8187
|
|
1648
1680
|
waldur_api_client/models/create_customer_credit_request.py,sha256=ApbJdY0_m8aRtLLRqNBiPr0Etm58obOl51q397u_qBI,6261
|
|
1649
1681
|
waldur_api_client/models/create_feedback.py,sha256=dg_TA1UmIb7dMt0G3LobGCFnLvgPp764poxf7S8QUD4,2141
|
|
@@ -1879,20 +1911,20 @@ waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py,s
|
|
|
1879
1911
|
waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py,sha256=jkCIk8rtRHn8pjucwWJhpMuqfAJ8WgmeVehrazN0bNk,2315
|
|
1880
1912
|
waldur_api_client/models/marketplace_provider_offerings_update_attributes_body.py,sha256=Y8gueWRNEvLSCC4yYqTiKBCUlBmVOqxCuWQcawa2e5M,1397
|
|
1881
1913
|
waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py,sha256=k1pI12djENgGzFmkRvo5OVgnrZZHR_LTKIIdPNMyEdA,2331
|
|
1882
|
-
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=
|
|
1883
|
-
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=
|
|
1914
|
+
waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py,sha256=sK8nbW28Amq89bZBiVq_dVwe-kFCk0SKSKdYqIztlAQ,2817
|
|
1915
|
+
waldur_api_client/models/marketplace_provider_resources_list_field_item.py,sha256=tHZXTc738O1gUvAYzdrC6KwGxwQ1ohkct1zWRLcw-9E,2806
|
|
1884
1916
|
waldur_api_client/models/marketplace_provider_resources_list_o_item.py,sha256=86IdhpI7ndmqcLIcfzu3K6vdC2CuMdU8YCb0IA8pSa0,338
|
|
1885
1917
|
waldur_api_client/models/marketplace_provider_resources_list_state_item.py,sha256=dsQU4dvVC1Qr1L_w7N5qaLQ-AFamfaIOeXC9lGOKbI4,294
|
|
1886
|
-
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=
|
|
1918
|
+
waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py,sha256=Fe-R5-Hgvm1CB-G1QUHAg96LH_DaM66H7vBFLTgWmws,2810
|
|
1887
1919
|
waldur_api_client/models/marketplace_public_offerings_list_field_item.py,sha256=oTGO3H9-C_sReAjyYBEeZ5lqje2LgZBOtHHI6zXMg6c,2222
|
|
1888
1920
|
waldur_api_client/models/marketplace_public_offerings_list_o_item.py,sha256=eI4ZG-bW8TUt6ACr6YG3hEY0ffOsv0AZw14K75LP74w,531
|
|
1889
1921
|
waldur_api_client/models/marketplace_public_offerings_list_state_item.py,sha256=P77-cZEJWwUogiuIzZmk-k9MQKlFl5BUTpFtZ98lmtY,234
|
|
1890
1922
|
waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py,sha256=eO_VdChjxbsA49eF7hoEd_3iehyU4oVb-j2DnV1yPlY,2226
|
|
1891
|
-
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=
|
|
1892
|
-
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=
|
|
1923
|
+
waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py,sha256=XLJWSY050vP3DOfyUrm2aMF0lkd16lbaq0kbEqe3Jvs,2809
|
|
1924
|
+
waldur_api_client/models/marketplace_resources_list_field_item.py,sha256=YZVr5t0jLJox3kfN8ZJc5-m0gjvCj8M2Ad1idVnAJ8U,2798
|
|
1893
1925
|
waldur_api_client/models/marketplace_resources_list_o_item.py,sha256=6d00iPkIlmrMAx9L4WYALMd_IsMxR5oN_CtgPBVttuI,330
|
|
1894
1926
|
waldur_api_client/models/marketplace_resources_list_state_item.py,sha256=vQ-isk1nIbx3EOxSvqVKARhmMZZhJLypsGUbjbl8ERs,286
|
|
1895
|
-
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=
|
|
1927
|
+
waldur_api_client/models/marketplace_resources_retrieve_field_item.py,sha256=tnqzOgDdohdJ8Ifgt5DdI_Mz_YWn79ab8sUiHbYNkoo,2802
|
|
1896
1928
|
waldur_api_client/models/marketplace_robot_accounts_list_state.py,sha256=OK386lYLBDEEdquvdgNmUkLUXJbwMWl1XXNR6NByRNQ,235
|
|
1897
1929
|
waldur_api_client/models/marketplace_screenshots_list_o_item.py,sha256=1pZK7T7jF12uQ_9qF__VSpT3LcHEudto2JKlikimElU,225
|
|
1898
1930
|
waldur_api_client/models/marketplace_service_provider_user.py,sha256=AkFChZed-WuhrQucW8GtM4FuUj_MN7An2GV0TVB_Rs0,5507
|
|
@@ -2063,13 +2095,13 @@ waldur_api_client/models/open_stack_nested_volume_request.py,sha256=aDi8siUkJv-f
|
|
|
2063
2095
|
waldur_api_client/models/open_stack_network.py,sha256=P_DRHKUJH2MLwLUquzpgScjbeh-HBgTeQcx7PQU7oBg,26291
|
|
2064
2096
|
waldur_api_client/models/open_stack_network_marketplace_offering_plugin_options_type_0.py,sha256=kxeC867kNOqwzaFc6o5RpqFBeO8njaz73CXM7vgmPO0,1431
|
|
2065
2097
|
waldur_api_client/models/open_stack_network_request.py,sha256=QdViZRVmL7eYEws4wqQozFnHzeejKTwVFRxxEHs8HZc,1845
|
|
2066
|
-
waldur_api_client/models/open_stack_port.py,sha256=
|
|
2098
|
+
waldur_api_client/models/open_stack_port.py,sha256=Bj2efMB3_bs1kd3XDI-vMwfxJ1GfxybEoWX8jd6rc1g,32523
|
|
2067
2099
|
waldur_api_client/models/open_stack_port_ip_update_request.py,sha256=DCgr5gbaURb8aYVNTjQpH_PFolw8vjx8L38edCl2TlI,1757
|
|
2068
2100
|
waldur_api_client/models/open_stack_port_marketplace_offering_plugin_options_type_0.py,sha256=RrhyrycbLdsjPhLsnf4-szMoSl8OiWCvLMdZIKfPc8g,1416
|
|
2069
2101
|
waldur_api_client/models/open_stack_port_nested_security_group.py,sha256=5OJRt0K6xKShXvMbIcfPJO55Teiy1eZvGUZttLmKhQw,2337
|
|
2070
2102
|
waldur_api_client/models/open_stack_port_nested_security_group_request.py,sha256=rxfk1oPu084lgOJHWo0uuZLPGq30QTci_Dd4obq87Ng,1592
|
|
2071
2103
|
waldur_api_client/models/open_stack_port_request.py,sha256=VfMuZ9ZKS3JR2e6n1o4wZv2OKODXqvqhaDHhDcAAgzA,6810
|
|
2072
|
-
waldur_api_client/models/open_stack_router.py,sha256=
|
|
2104
|
+
waldur_api_client/models/open_stack_router.py,sha256=3-jCIoaKaGDzrJgthRsa0afC2SFGfRtK4UpDVC67sw8,27494
|
|
2073
2105
|
waldur_api_client/models/open_stack_router_interface_request.py,sha256=9yQZw9hukuXof_s8r5lwMiBcHzC6E5mVZG2XIDbg1gs,1879
|
|
2074
2106
|
waldur_api_client/models/open_stack_router_marketplace_offering_plugin_options_type_0.py,sha256=zwcv5QVCTIj9nge8Rl71xHWTjKuKGvQXzAlNYfQ4wnQ,1426
|
|
2075
2107
|
waldur_api_client/models/open_stack_router_set_routes.py,sha256=d1zOkkKvtR--BZLtoOdHupi_a9i2l4Qz3d_we5sUXms,2066
|
|
@@ -2153,6 +2185,7 @@ waldur_api_client/models/openstack_tenants_retrieve_field_item.py,sha256=nBSShCr
|
|
|
2153
2185
|
waldur_api_client/models/openstack_volumes_list_field_item.py,sha256=hg7frRO5RW4abw3aoxaIQprjHcrhoUDOzkmshfF2srI,2212
|
|
2154
2186
|
waldur_api_client/models/openstack_volumes_list_state_item.py,sha256=COQ7Sq9PNC0PHNwVydimzxgzJ4hWl10PQ2qQ2k_IoDo,380
|
|
2155
2187
|
waldur_api_client/models/openstack_volumes_retrieve_field_item.py,sha256=jaZQUcG4P8qacPWjRxms5bUTihF1O0uNhY6gQohTLfo,2216
|
|
2188
|
+
waldur_api_client/models/operator_enum.py,sha256=Ff2jpN6ny6JVzSadQCz16ZjMBtI0Uuvt_eoQxzEgneU,231
|
|
2156
2189
|
waldur_api_client/models/option_field.py,sha256=2_p3CBEiUvfv53IVJIzG63Fa14qjGLMEUT0n44xjGF0,3422
|
|
2157
2190
|
waldur_api_client/models/option_field_request.py,sha256=8rh1SflZq8GoUDiayMOdfoRF9qYE7YLk_fPKrJQ9U-s,3460
|
|
2158
2191
|
waldur_api_client/models/option_field_type_enum.py,sha256=RETy6bhnSxAkfDzr-CppdVYTqpGyEY1MXWLqezFXDAc,652
|
|
@@ -2187,6 +2220,7 @@ waldur_api_client/models/patched_category_help_articles_request.py,sha256=-FZa1_
|
|
|
2187
2220
|
waldur_api_client/models/patched_cluster_security_group_request.py,sha256=QrCXq6jj5c5G2AeEm8SC9w3ABA2T0cZBOLCjTyBIKlI,2438
|
|
2188
2221
|
waldur_api_client/models/patched_comment_request.py,sha256=Qh7v256_kDpBZdpVEXfNCO8fHA_BiVst6QZ2vrDhx_s,1935
|
|
2189
2222
|
waldur_api_client/models/patched_component_user_usage_limit_request.py,sha256=3vBDJNrO81GnV9pNDnQXVJUqyb_p4jFB_1kt5PSQ8Ck,2742
|
|
2223
|
+
waldur_api_client/models/patched_create_checklist_request.py,sha256=8iwlDhrRk4WOZ4Ksv3E3QViEKTKBQdQrE2CQKd3aQrE,3041
|
|
2190
2224
|
waldur_api_client/models/patched_create_customer_credit_request.py,sha256=DtvthGWIo67yElEhmbfgP1VKqfhv1YJCQ4aspPTN8ck,6349
|
|
2191
2225
|
waldur_api_client/models/patched_customer_estimated_cost_policy_request.py,sha256=DHX0x8bY0iF4QOxzJ-1DDUk9gI9mT2sbpgceQ7X6iB4,3131
|
|
2192
2226
|
waldur_api_client/models/patched_customer_request.py,sha256=p9bLGVSt7HYG5ySmqQCSpzalVBFm6mEFX0wwL9ape5c,9055
|
|
@@ -2234,6 +2268,9 @@ waldur_api_client/models/patched_proposal_review_request.py,sha256=l-VQEf3zbNIRC
|
|
|
2234
2268
|
waldur_api_client/models/patched_protected_call_request.py,sha256=0zXSeBjhHQCbSTp7XtoKUIjf2R3gI01u0eWC5EUv6rU,6162
|
|
2235
2269
|
waldur_api_client/models/patched_protected_round_request.py,sha256=MJzqsxd9KHuKg9THbEftDgy3W0GltkSW18USpzweZJM,8625
|
|
2236
2270
|
waldur_api_client/models/patched_provider_plan_details_request.py,sha256=4c2GxUccFoXJZUmKo7c3c8_uRDGNwlnlas7qcauiETA,4504
|
|
2271
|
+
waldur_api_client/models/patched_question_admin_request.py,sha256=59QLG8XAeP2gMCupX5_zPq3SmayszL9M1c8qVTkyyfE,7086
|
|
2272
|
+
waldur_api_client/models/patched_question_dependency_request.py,sha256=ULhe-qyFYOhLcem1hPZ31gqQaMXeLTpQQkC38OwDHOE,3145
|
|
2273
|
+
waldur_api_client/models/patched_question_options_admin_request.py,sha256=ZQxOHVdppDijpQP8M6g-F8evbDJd0fc2ODY9RDTcPrc,1894
|
|
2237
2274
|
waldur_api_client/models/patched_rancher_application_request.py,sha256=2FUfrUbJ1155_yTe523t_8JVD7nSMrLCjQSxQ4De9jM,6254
|
|
2238
2275
|
waldur_api_client/models/patched_rancher_application_request_answers.py,sha256=S0a6iRycjT_KoWXYX6TvBDPAyJjy7ncsngTReCUkr9k,1349
|
|
2239
2276
|
waldur_api_client/models/patched_rancher_catalog_request.py,sha256=espqacwocIYup5O2fzsBXVdORMk7j9S66Q0PFzk46ho,2698
|
|
@@ -2376,6 +2413,15 @@ waldur_api_client/models/public_offering_details.py,sha256=Jb8W3WATee6GFvv-e3Ts1
|
|
|
2376
2413
|
waldur_api_client/models/public_offering_details_attributes.py,sha256=i0-SCeFD4PmCgSTt7S1aGP8hI_i-yrVymsoqRFXX7LA,1306
|
|
2377
2414
|
waldur_api_client/models/pull_marketplace_script_resource_request.py,sha256=UDkfiNLngvbMTBKyvvdjkOfr2EpWh56st33HhUuohtA,1696
|
|
2378
2415
|
waldur_api_client/models/query_request.py,sha256=uQF9CgIBrcRorzel3K8yA_ExJk1QCWp7atwLDppxeDA,1452
|
|
2416
|
+
waldur_api_client/models/question.py,sha256=LXifB2h48YNxbczKsmzTVyeCCi5Q6FIPAG19SYaJXhY,4290
|
|
2417
|
+
waldur_api_client/models/question_admin.py,sha256=rv79ODWtMkEdwcu7C_ta8M9TRTOkRT26sg40FhuSFbE,8538
|
|
2418
|
+
waldur_api_client/models/question_admin_request.py,sha256=_6GaRil_UnSFEQ5a5G_usldygwJ51GOZCH1MW-4c1xI,6997
|
|
2419
|
+
waldur_api_client/models/question_dependency.py,sha256=XO5bmWf2leo3FXuhU6gKqzY4zAozLYnWB9QTuw9ZIC4,3712
|
|
2420
|
+
waldur_api_client/models/question_dependency_request.py,sha256=8fb4cyI8i9IbdbzCBPUO2FPlOoL1BPP7be014zekgdw,2863
|
|
2421
|
+
waldur_api_client/models/question_options.py,sha256=juhTJWsFe-_lsOADeXyuRWmUjaZkDr_RczsJFXaGSAw,1921
|
|
2422
|
+
waldur_api_client/models/question_options_admin.py,sha256=FUZIbTBjR2UIugKCyhN5wNCEcIKtvILhC_JuEGAGHIg,2511
|
|
2423
|
+
waldur_api_client/models/question_options_admin_request.py,sha256=O0b2l_3m71tSRTfvG-Wa5KwS_4pzdPL6h-r_HdE_qdY,1992
|
|
2424
|
+
waldur_api_client/models/question_type_enum.py,sha256=Z893siQ8AvGD6sgOOhF4oeByUZGvWobQfrR3DxWs5ok,331
|
|
2379
2425
|
waldur_api_client/models/quota.py,sha256=kdtF2nr2YE_GS-qJ-J_Zj3CQfOFWV4Bz1L1vEYvmrLU,1961
|
|
2380
2426
|
waldur_api_client/models/quota_request.py,sha256=Y3f2NUfVk_-_-B94fKl_Y6cBsxph1lHNEHqN3PATvZc,1748
|
|
2381
2427
|
waldur_api_client/models/quotas_update_request.py,sha256=-mpuDA-ZyxMOj4eqI7UByRejjFnU_mafxYbodNlRcXk,1793
|
|
@@ -2470,7 +2516,7 @@ waldur_api_client/models/requested_offering_request.py,sha256=WLjcqqT6e7nX45z-dt
|
|
|
2470
2516
|
waldur_api_client/models/requested_offering_states.py,sha256=aRCc6hAt-6hLBL31B3N353WpxUL7ReLc8aLCS0N_apQ,208
|
|
2471
2517
|
waldur_api_client/models/requested_resource.py,sha256=CPrkG4G2h0kTB30RHs6DAmmFKSmBiQi8-H5nGnaYWpQ,5147
|
|
2472
2518
|
waldur_api_client/models/requested_resource_request.py,sha256=NnQC2_Ib_paO6szj-5mba_T7vpOFhTcEHmlVyYoRpo8,3905
|
|
2473
|
-
waldur_api_client/models/resource.py,sha256=
|
|
2519
|
+
waldur_api_client/models/resource.py,sha256=j41Hgiu_P7x5gv-aFWE3WwAEjva1Lj-_TdNwsz54Ufg,42249
|
|
2474
2520
|
waldur_api_client/models/resource_attributes.py,sha256=_YJkmdPQOg2nJvmdRsNH--768kATNGvMb_U-QpPSLEc,1235
|
|
2475
2521
|
waldur_api_client/models/resource_backend_id_request.py,sha256=NkjwuR1yvmsh8UohnBt2aH_c2a1SiyVnrHFHhZzFVWk,1661
|
|
2476
2522
|
waldur_api_client/models/resource_backend_metadata_request.py,sha256=UXhVQzxDJfS7GEzor2cjC-96oTTQ3ieMJjiI2T9VRVo,1658
|
|
@@ -2668,7 +2714,7 @@ waldur_api_client/models/webhook_event_enum.py,sha256=P8kLmYD2Z-EqFjfr489bholAay
|
|
|
2668
2714
|
waldur_api_client/models/widget_enum.py,sha256=oC-BDHXc9GnUD3IhxVHMbhkYTdfpWLBcaUXjY__RERs,201
|
|
2669
2715
|
waldur_api_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
2670
2716
|
waldur_api_client/types.py,sha256=AX4orxQZQJat3vZrgjJ-TYb2sNBL8kNo9yqYDT-n8y8,1391
|
|
2671
|
-
waldur_api_client-7.7.
|
|
2672
|
-
waldur_api_client-7.7.
|
|
2673
|
-
waldur_api_client-7.7.
|
|
2674
|
-
waldur_api_client-7.7.
|
|
2717
|
+
waldur_api_client-7.7.2.dist-info/LICENSE,sha256=ggoC8v8nQf3HIDGLzIB6VMlzLScX8tIpNhFa0s8UYxw,1072
|
|
2718
|
+
waldur_api_client-7.7.2.dist-info/METADATA,sha256=OM1mE-PzQDgZoB6S31opDdC9EfMAPmHNZ5UwrGAcmrQ,5845
|
|
2719
|
+
waldur_api_client-7.7.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
2720
|
+
waldur_api_client-7.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|