waldur-api-client 7.6.8__py3-none-any.whl → 7.7.0__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/broadcast_messages/broadcast_messages_schedule.py +89 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_create.py +152 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_destroy.py +89 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_list.py +194 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_partial_update.py +166 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_retrieve.py +144 -0
- waldur_api_client/api/call_proposal_project_role_mappings/call_proposal_project_role_mappings_update.py +166 -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/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_create.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_create.py} +25 -23
- waldur_api_client/api/marketplace_maintenance_announcements/marketplace_maintenance_announcements_destroy.py +89 -0
- waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_list.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_list.py} +15 -13
- waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_partial_update.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_partial_update.py} +25 -23
- waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_retrieve.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_retrieve.py} +15 -13
- waldur_api_client/api/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_update.py → marketplace_maintenance_announcements/marketplace_maintenance_announcements_update.py} +25 -23
- 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/{autoprovisioning_rule_plans/autoprovisioning_rule_plans_destroy.py → marketplace_plans/marketplace_plans_destroy.py} +1 -1
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_offering_component.py +6 -6
- waldur_api_client/api/openstack_volume_types/openstack_volume_types_names_retrieve.py +118 -0
- waldur_api_client/models/__init__.py +52 -18
- 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 +1 -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 +1 -1
- waldur_api_client/models/merged_plugin_options_request.py +1 -1
- waldur_api_client/models/offering_component.py +15 -4
- 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/patched_proposal_project_role_mapping_request.py +88 -0
- waldur_api_client/models/patched_protected_call_request.py +0 -17
- waldur_api_client/models/patched_rule_request.py +90 -1
- waldur_api_client/models/{patched_rule_plans_request_limits.py → patched_rule_request_plan_attributes.py} +5 -5
- waldur_api_client/models/patched_rule_request_plan_limits.py +44 -0
- waldur_api_client/models/proposal_project_role_mapping.py +122 -0
- waldur_api_client/models/proposal_project_role_mapping_request.py +89 -0
- waldur_api_client/models/proposal_protected_calls_list_field_item.py +0 -3
- waldur_api_client/models/proposal_protected_calls_retrieve_field_item.py +0 -3
- waldur_api_client/models/protected_call.py +0 -34
- waldur_api_client/models/protected_call_request.py +0 -17
- waldur_api_client/models/provider_offering_details.py +1 -1
- waldur_api_client/models/public_offering_details.py +1 -1
- waldur_api_client/models/rule.py +99 -7
- waldur_api_client/models/{rule_plans_attributes.py → rule_plan_attributes.py} +5 -5
- waldur_api_client/models/{rule_plans_limits.py → rule_plan_limits.py} +5 -5
- waldur_api_client/models/rule_request.py +89 -1
- waldur_api_client/models/{rule_plans_request_attributes.py → rule_request_plan_attributes.py} +5 -5
- waldur_api_client/models/{rule_plans_request_limits.py → rule_request_plan_limits.py} +5 -5
- waldur_api_client/models/update_offering_component_request.py +274 -0
- {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/METADATA +1 -1
- {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/RECORD +87 -40
- waldur_api_client/models/patched_rule_plans_request.py +0 -108
- waldur_api_client/models/patched_rule_plans_request_attributes.py +0 -44
- waldur_api_client/models/rule_plans.py +0 -126
- waldur_api_client/models/rule_plans_request.py +0 -109
- /waldur_api_client/api/{autoprovisioning_rule_plans → call_proposal_project_role_mappings}/__init__.py +0 -0
- {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/LICENSE +0 -0
- {waldur_api_client-7.6.8.dist-info → waldur_api_client-7.7.0.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union
|
|
3
|
+
from uuid import UUID
|
|
4
|
+
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
from ... import errors
|
|
8
|
+
from ...client import AuthenticatedClient, Client
|
|
9
|
+
from ...models.maintenance_announcement_template import MaintenanceAnnouncementTemplate
|
|
10
|
+
from ...models.maintenance_announcement_template_request import MaintenanceAnnouncementTemplateRequest
|
|
11
|
+
from ...types import Response
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def _get_kwargs(
|
|
15
|
+
uuid: UUID,
|
|
16
|
+
*,
|
|
17
|
+
body: MaintenanceAnnouncementTemplateRequest,
|
|
18
|
+
) -> dict[str, Any]:
|
|
19
|
+
headers: dict[str, Any] = {}
|
|
20
|
+
|
|
21
|
+
_kwargs: dict[str, Any] = {
|
|
22
|
+
"method": "put",
|
|
23
|
+
"url": f"/api/marketplace-maintenance-announcements-template/{uuid}/",
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
_kwargs["json"] = body.to_dict()
|
|
27
|
+
|
|
28
|
+
headers["Content-Type"] = "application/json"
|
|
29
|
+
|
|
30
|
+
_kwargs["headers"] = headers
|
|
31
|
+
return _kwargs
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def _parse_response(
|
|
35
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
36
|
+
) -> MaintenanceAnnouncementTemplate:
|
|
37
|
+
if response.status_code == 200:
|
|
38
|
+
response_200 = MaintenanceAnnouncementTemplate.from_dict(response.json())
|
|
39
|
+
|
|
40
|
+
return response_200
|
|
41
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def _build_response(
|
|
45
|
+
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
46
|
+
) -> Response[MaintenanceAnnouncementTemplate]:
|
|
47
|
+
return Response(
|
|
48
|
+
status_code=HTTPStatus(response.status_code),
|
|
49
|
+
content=response.content,
|
|
50
|
+
headers=response.headers,
|
|
51
|
+
parsed=_parse_response(client=client, response=response),
|
|
52
|
+
)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
def sync_detailed(
|
|
56
|
+
uuid: UUID,
|
|
57
|
+
*,
|
|
58
|
+
client: AuthenticatedClient,
|
|
59
|
+
body: MaintenanceAnnouncementTemplateRequest,
|
|
60
|
+
) -> Response[MaintenanceAnnouncementTemplate]:
|
|
61
|
+
"""
|
|
62
|
+
Args:
|
|
63
|
+
uuid (UUID):
|
|
64
|
+
body (MaintenanceAnnouncementTemplateRequest):
|
|
65
|
+
|
|
66
|
+
Raises:
|
|
67
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
68
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
69
|
+
|
|
70
|
+
Returns:
|
|
71
|
+
Response[MaintenanceAnnouncementTemplate]
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
kwargs = _get_kwargs(
|
|
75
|
+
uuid=uuid,
|
|
76
|
+
body=body,
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
response = client.get_httpx_client().request(
|
|
80
|
+
**kwargs,
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
return _build_response(client=client, response=response)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
def sync(
|
|
87
|
+
uuid: UUID,
|
|
88
|
+
*,
|
|
89
|
+
client: AuthenticatedClient,
|
|
90
|
+
body: MaintenanceAnnouncementTemplateRequest,
|
|
91
|
+
) -> MaintenanceAnnouncementTemplate:
|
|
92
|
+
"""
|
|
93
|
+
Args:
|
|
94
|
+
uuid (UUID):
|
|
95
|
+
body (MaintenanceAnnouncementTemplateRequest):
|
|
96
|
+
|
|
97
|
+
Raises:
|
|
98
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
99
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
100
|
+
|
|
101
|
+
Returns:
|
|
102
|
+
MaintenanceAnnouncementTemplate
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
return sync_detailed(
|
|
106
|
+
uuid=uuid,
|
|
107
|
+
client=client,
|
|
108
|
+
body=body,
|
|
109
|
+
).parsed
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
async def asyncio_detailed(
|
|
113
|
+
uuid: UUID,
|
|
114
|
+
*,
|
|
115
|
+
client: AuthenticatedClient,
|
|
116
|
+
body: MaintenanceAnnouncementTemplateRequest,
|
|
117
|
+
) -> Response[MaintenanceAnnouncementTemplate]:
|
|
118
|
+
"""
|
|
119
|
+
Args:
|
|
120
|
+
uuid (UUID):
|
|
121
|
+
body (MaintenanceAnnouncementTemplateRequest):
|
|
122
|
+
|
|
123
|
+
Raises:
|
|
124
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
125
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
126
|
+
|
|
127
|
+
Returns:
|
|
128
|
+
Response[MaintenanceAnnouncementTemplate]
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
kwargs = _get_kwargs(
|
|
132
|
+
uuid=uuid,
|
|
133
|
+
body=body,
|
|
134
|
+
)
|
|
135
|
+
|
|
136
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
137
|
+
|
|
138
|
+
return _build_response(client=client, response=response)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
async def asyncio(
|
|
142
|
+
uuid: UUID,
|
|
143
|
+
*,
|
|
144
|
+
client: AuthenticatedClient,
|
|
145
|
+
body: MaintenanceAnnouncementTemplateRequest,
|
|
146
|
+
) -> MaintenanceAnnouncementTemplate:
|
|
147
|
+
"""
|
|
148
|
+
Args:
|
|
149
|
+
uuid (UUID):
|
|
150
|
+
body (MaintenanceAnnouncementTemplateRequest):
|
|
151
|
+
|
|
152
|
+
Raises:
|
|
153
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
154
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
155
|
+
|
|
156
|
+
Returns:
|
|
157
|
+
MaintenanceAnnouncementTemplate
|
|
158
|
+
"""
|
|
159
|
+
|
|
160
|
+
return (
|
|
161
|
+
await asyncio_detailed(
|
|
162
|
+
uuid=uuid,
|
|
163
|
+
client=client,
|
|
164
|
+
body=body,
|
|
165
|
+
)
|
|
166
|
+
).parsed
|
|
@@ -6,14 +6,14 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from ... import errors
|
|
8
8
|
from ...client import AuthenticatedClient, Client
|
|
9
|
-
from ...models.
|
|
9
|
+
from ...models.update_offering_component_request import UpdateOfferingComponentRequest
|
|
10
10
|
from ...types import Response
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
def _get_kwargs(
|
|
14
14
|
uuid: UUID,
|
|
15
15
|
*,
|
|
16
|
-
body:
|
|
16
|
+
body: UpdateOfferingComponentRequest,
|
|
17
17
|
) -> dict[str, Any]:
|
|
18
18
|
headers: dict[str, Any] = {}
|
|
19
19
|
|
|
@@ -49,12 +49,12 @@ def sync_detailed(
|
|
|
49
49
|
uuid: UUID,
|
|
50
50
|
*,
|
|
51
51
|
client: AuthenticatedClient,
|
|
52
|
-
body:
|
|
52
|
+
body: UpdateOfferingComponentRequest,
|
|
53
53
|
) -> Response[Any]:
|
|
54
54
|
"""
|
|
55
55
|
Args:
|
|
56
56
|
uuid (UUID):
|
|
57
|
-
body (
|
|
57
|
+
body (UpdateOfferingComponentRequest):
|
|
58
58
|
|
|
59
59
|
Raises:
|
|
60
60
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -80,12 +80,12 @@ async def asyncio_detailed(
|
|
|
80
80
|
uuid: UUID,
|
|
81
81
|
*,
|
|
82
82
|
client: AuthenticatedClient,
|
|
83
|
-
body:
|
|
83
|
+
body: UpdateOfferingComponentRequest,
|
|
84
84
|
) -> Response[Any]:
|
|
85
85
|
"""
|
|
86
86
|
Args:
|
|
87
87
|
uuid (UUID):
|
|
88
|
-
body (
|
|
88
|
+
body (UpdateOfferingComponentRequest):
|
|
89
89
|
|
|
90
90
|
Raises:
|
|
91
91
|
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
from http import HTTPStatus
|
|
2
|
+
from typing import Any, Union, cast
|
|
3
|
+
|
|
4
|
+
import httpx
|
|
5
|
+
|
|
6
|
+
from ... import errors
|
|
7
|
+
from ...client import AuthenticatedClient, Client
|
|
8
|
+
from ...types import Response
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def _get_kwargs() -> dict[str, Any]:
|
|
12
|
+
_kwargs: dict[str, Any] = {
|
|
13
|
+
"method": "get",
|
|
14
|
+
"url": "/api/openstack-volume-types/names/",
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
return _kwargs
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def _parse_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> list[str]:
|
|
21
|
+
if response.status_code == 200:
|
|
22
|
+
response_200 = cast(list[str], response.json())
|
|
23
|
+
|
|
24
|
+
return response_200
|
|
25
|
+
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def _build_response(*, client: Union[AuthenticatedClient, Client], response: httpx.Response) -> Response[list[str]]:
|
|
29
|
+
return Response(
|
|
30
|
+
status_code=HTTPStatus(response.status_code),
|
|
31
|
+
content=response.content,
|
|
32
|
+
headers=response.headers,
|
|
33
|
+
parsed=_parse_response(client=client, response=response),
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def sync_detailed(
|
|
38
|
+
*,
|
|
39
|
+
client: AuthenticatedClient,
|
|
40
|
+
) -> Response[list[str]]:
|
|
41
|
+
"""Return a list of unique volume type names.
|
|
42
|
+
|
|
43
|
+
Raises:
|
|
44
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
45
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
46
|
+
|
|
47
|
+
Returns:
|
|
48
|
+
Response[list[str]]
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
kwargs = _get_kwargs()
|
|
52
|
+
|
|
53
|
+
response = client.get_httpx_client().request(
|
|
54
|
+
**kwargs,
|
|
55
|
+
)
|
|
56
|
+
|
|
57
|
+
return _build_response(client=client, response=response)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def sync(
|
|
61
|
+
*,
|
|
62
|
+
client: AuthenticatedClient,
|
|
63
|
+
) -> list[str]:
|
|
64
|
+
"""Return a list of unique volume type names.
|
|
65
|
+
|
|
66
|
+
Raises:
|
|
67
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
68
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
69
|
+
|
|
70
|
+
Returns:
|
|
71
|
+
list[str]
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
return sync_detailed(
|
|
75
|
+
client=client,
|
|
76
|
+
).parsed
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
async def asyncio_detailed(
|
|
80
|
+
*,
|
|
81
|
+
client: AuthenticatedClient,
|
|
82
|
+
) -> Response[list[str]]:
|
|
83
|
+
"""Return a list of unique volume type names.
|
|
84
|
+
|
|
85
|
+
Raises:
|
|
86
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
87
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
88
|
+
|
|
89
|
+
Returns:
|
|
90
|
+
Response[list[str]]
|
|
91
|
+
"""
|
|
92
|
+
|
|
93
|
+
kwargs = _get_kwargs()
|
|
94
|
+
|
|
95
|
+
response = await client.get_async_httpx_client().request(**kwargs)
|
|
96
|
+
|
|
97
|
+
return _build_response(client=client, response=response)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
async def asyncio(
|
|
101
|
+
*,
|
|
102
|
+
client: AuthenticatedClient,
|
|
103
|
+
) -> list[str]:
|
|
104
|
+
"""Return a list of unique volume type names.
|
|
105
|
+
|
|
106
|
+
Raises:
|
|
107
|
+
errors.UnexpectedStatus: If the server returns an undocumented status code.
|
|
108
|
+
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
109
|
+
|
|
110
|
+
Returns:
|
|
111
|
+
list[str]
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
return (
|
|
115
|
+
await asyncio_detailed(
|
|
116
|
+
client=client,
|
|
117
|
+
)
|
|
118
|
+
).parsed
|
|
@@ -309,6 +309,7 @@ from .identity_provider_request import IdentityProviderRequest
|
|
|
309
309
|
from .image_create_request import ImageCreateRequest
|
|
310
310
|
from .image_create_response import ImageCreateResponse
|
|
311
311
|
from .image_upload_response import ImageUploadResponse
|
|
312
|
+
from .impact_level_enum import ImpactLevelEnum
|
|
312
313
|
from .import_resource_request import ImportResourceRequest
|
|
313
314
|
from .importable_resource import ImportableResource
|
|
314
315
|
from .instance_flavor_change_request import InstanceFlavorChangeRequest
|
|
@@ -375,6 +376,16 @@ from .link_openstack_request import LinkOpenstackRequest
|
|
|
375
376
|
from .link_to_invoice import LinkToInvoice
|
|
376
377
|
from .link_to_invoice_request import LinkToInvoiceRequest
|
|
377
378
|
from .logout import Logout
|
|
379
|
+
from .maintenance_announcement import MaintenanceAnnouncement
|
|
380
|
+
from .maintenance_announcement_offering import MaintenanceAnnouncementOffering
|
|
381
|
+
from .maintenance_announcement_offering_request import MaintenanceAnnouncementOfferingRequest
|
|
382
|
+
from .maintenance_announcement_offering_template import MaintenanceAnnouncementOfferingTemplate
|
|
383
|
+
from .maintenance_announcement_offering_template_request import MaintenanceAnnouncementOfferingTemplateRequest
|
|
384
|
+
from .maintenance_announcement_request import MaintenanceAnnouncementRequest
|
|
385
|
+
from .maintenance_announcement_state_enum import MaintenanceAnnouncementStateEnum
|
|
386
|
+
from .maintenance_announcement_template import MaintenanceAnnouncementTemplate
|
|
387
|
+
from .maintenance_announcement_template_request import MaintenanceAnnouncementTemplateRequest
|
|
388
|
+
from .maintenance_type_enum import MaintenanceTypeEnum
|
|
378
389
|
from .mapping import Mapping
|
|
379
390
|
from .mapping_request import MappingRequest
|
|
380
391
|
from .marketplace_categories_list_customers_offerings_state_item import (
|
|
@@ -804,6 +815,12 @@ from .patched_invoice_item_update_request import PatchedInvoiceItemUpdateRequest
|
|
|
804
815
|
from .patched_issue_request import PatchedIssueRequest
|
|
805
816
|
from .patched_keycloak_user_group_membership_request import PatchedKeycloakUserGroupMembershipRequest
|
|
806
817
|
from .patched_lexis_link_request import PatchedLexisLinkRequest
|
|
818
|
+
from .patched_maintenance_announcement_offering_request import PatchedMaintenanceAnnouncementOfferingRequest
|
|
819
|
+
from .patched_maintenance_announcement_offering_template_request import (
|
|
820
|
+
PatchedMaintenanceAnnouncementOfferingTemplateRequest,
|
|
821
|
+
)
|
|
822
|
+
from .patched_maintenance_announcement_request import PatchedMaintenanceAnnouncementRequest
|
|
823
|
+
from .patched_maintenance_announcement_template_request import PatchedMaintenanceAnnouncementTemplateRequest
|
|
807
824
|
from .patched_marketplace_category_request import PatchedMarketplaceCategoryRequest
|
|
808
825
|
from .patched_message_template_request import PatchedMessageTemplateRequest
|
|
809
826
|
from .patched_migration_details_request import PatchedMigrationDetailsRequest
|
|
@@ -832,6 +849,7 @@ from .patched_project_credit_request import PatchedProjectCreditRequest
|
|
|
832
849
|
from .patched_project_estimated_cost_policy_request import PatchedProjectEstimatedCostPolicyRequest
|
|
833
850
|
from .patched_project_request import PatchedProjectRequest
|
|
834
851
|
from .patched_project_service_account_request import PatchedProjectServiceAccountRequest
|
|
852
|
+
from .patched_proposal_project_role_mapping_request import PatchedProposalProjectRoleMappingRequest
|
|
835
853
|
from .patched_proposal_review_request import PatchedProposalReviewRequest
|
|
836
854
|
from .patched_protected_call_request import PatchedProtectedCallRequest
|
|
837
855
|
from .patched_protected_round_request import PatchedProtectedRoundRequest
|
|
@@ -850,10 +868,9 @@ from .patched_requested_resource_request import PatchedRequestedResourceRequest
|
|
|
850
868
|
from .patched_resource_update_request import PatchedResourceUpdateRequest
|
|
851
869
|
from .patched_robot_account_request import PatchedRobotAccountRequest
|
|
852
870
|
from .patched_role_details_request import PatchedRoleDetailsRequest
|
|
853
|
-
from .patched_rule_plans_request import PatchedRulePlansRequest
|
|
854
|
-
from .patched_rule_plans_request_attributes import PatchedRulePlansRequestAttributes
|
|
855
|
-
from .patched_rule_plans_request_limits import PatchedRulePlansRequestLimits
|
|
856
871
|
from .patched_rule_request import PatchedRuleRequest
|
|
872
|
+
from .patched_rule_request_plan_attributes import PatchedRuleRequestPlanAttributes
|
|
873
|
+
from .patched_rule_request_plan_limits import PatchedRuleRequestPlanLimits
|
|
857
874
|
from .patched_screenshot_request import PatchedScreenshotRequest
|
|
858
875
|
from .patched_section_request import PatchedSectionRequest
|
|
859
876
|
from .patched_service_provider_request import PatchedServiceProviderRequest
|
|
@@ -931,6 +948,8 @@ from .proposal import Proposal
|
|
|
931
948
|
from .proposal_approve_request import ProposalApproveRequest
|
|
932
949
|
from .proposal_documentation import ProposalDocumentation
|
|
933
950
|
from .proposal_documentation_request import ProposalDocumentationRequest
|
|
951
|
+
from .proposal_project_role_mapping import ProposalProjectRoleMapping
|
|
952
|
+
from .proposal_project_role_mapping_request import ProposalProjectRoleMappingRequest
|
|
934
953
|
from .proposal_proposals_list_o_item import ProposalProposalsListOItem
|
|
935
954
|
from .proposal_proposals_list_state_item import ProposalProposalsListStateItem
|
|
936
955
|
from .proposal_proposals_list_users_list_field_item import ProposalProposalsListUsersListFieldItem
|
|
@@ -1141,13 +1160,11 @@ from .roles_list_field_item import RolesListFieldItem
|
|
|
1141
1160
|
from .roles_retrieve_field_item import RolesRetrieveFieldItem
|
|
1142
1161
|
from .round_reviewer import RoundReviewer
|
|
1143
1162
|
from .rule import Rule
|
|
1144
|
-
from .
|
|
1145
|
-
from .
|
|
1146
|
-
from .rule_plans_limits import RulePlansLimits
|
|
1147
|
-
from .rule_plans_request import RulePlansRequest
|
|
1148
|
-
from .rule_plans_request_attributes import RulePlansRequestAttributes
|
|
1149
|
-
from .rule_plans_request_limits import RulePlansRequestLimits
|
|
1163
|
+
from .rule_plan_attributes import RulePlanAttributes
|
|
1164
|
+
from .rule_plan_limits import RulePlanLimits
|
|
1150
1165
|
from .rule_request import RuleRequest
|
|
1166
|
+
from .rule_request_plan_attributes import RuleRequestPlanAttributes
|
|
1167
|
+
from .rule_request_plan_limits import RuleRequestPlanLimits
|
|
1151
1168
|
from .runtime_states import RuntimeStates
|
|
1152
1169
|
from .saml_2_login import Saml2Login
|
|
1153
1170
|
from .saml_2_login_complete import Saml2LoginComplete
|
|
@@ -1216,6 +1233,7 @@ from .template_version import TemplateVersion
|
|
|
1216
1233
|
from .tenant import Tenant
|
|
1217
1234
|
from .token_request import TokenRequest
|
|
1218
1235
|
from .total_customer_cost import TotalCustomerCost
|
|
1236
|
+
from .update_offering_component_request import UpdateOfferingComponentRequest
|
|
1219
1237
|
from .user import User
|
|
1220
1238
|
from .user_agreement import UserAgreement
|
|
1221
1239
|
from .user_agreement_request import UserAgreementRequest
|
|
@@ -1585,6 +1603,7 @@ __all__ = (
|
|
|
1585
1603
|
"ImageCreateRequest",
|
|
1586
1604
|
"ImageCreateResponse",
|
|
1587
1605
|
"ImageUploadResponse",
|
|
1606
|
+
"ImpactLevelEnum",
|
|
1588
1607
|
"ImportableResource",
|
|
1589
1608
|
"ImportResourceRequest",
|
|
1590
1609
|
"InstanceFlavorChangeRequest",
|
|
@@ -1651,6 +1670,16 @@ __all__ = (
|
|
|
1651
1670
|
"LinkToInvoice",
|
|
1652
1671
|
"LinkToInvoiceRequest",
|
|
1653
1672
|
"Logout",
|
|
1673
|
+
"MaintenanceAnnouncement",
|
|
1674
|
+
"MaintenanceAnnouncementOffering",
|
|
1675
|
+
"MaintenanceAnnouncementOfferingRequest",
|
|
1676
|
+
"MaintenanceAnnouncementOfferingTemplate",
|
|
1677
|
+
"MaintenanceAnnouncementOfferingTemplateRequest",
|
|
1678
|
+
"MaintenanceAnnouncementRequest",
|
|
1679
|
+
"MaintenanceAnnouncementStateEnum",
|
|
1680
|
+
"MaintenanceAnnouncementTemplate",
|
|
1681
|
+
"MaintenanceAnnouncementTemplateRequest",
|
|
1682
|
+
"MaintenanceTypeEnum",
|
|
1654
1683
|
"Mapping",
|
|
1655
1684
|
"MappingRequest",
|
|
1656
1685
|
"MarketplaceCategoriesListCustomersOfferingsStateItem",
|
|
@@ -2028,6 +2057,10 @@ __all__ = (
|
|
|
2028
2057
|
"PatchedIssueRequest",
|
|
2029
2058
|
"PatchedKeycloakUserGroupMembershipRequest",
|
|
2030
2059
|
"PatchedLexisLinkRequest",
|
|
2060
|
+
"PatchedMaintenanceAnnouncementOfferingRequest",
|
|
2061
|
+
"PatchedMaintenanceAnnouncementOfferingTemplateRequest",
|
|
2062
|
+
"PatchedMaintenanceAnnouncementRequest",
|
|
2063
|
+
"PatchedMaintenanceAnnouncementTemplateRequest",
|
|
2031
2064
|
"PatchedMarketplaceCategoryRequest",
|
|
2032
2065
|
"PatchedMessageTemplateRequest",
|
|
2033
2066
|
"PatchedMigrationDetailsRequest",
|
|
@@ -2054,6 +2087,7 @@ __all__ = (
|
|
|
2054
2087
|
"PatchedProjectEstimatedCostPolicyRequest",
|
|
2055
2088
|
"PatchedProjectRequest",
|
|
2056
2089
|
"PatchedProjectServiceAccountRequest",
|
|
2090
|
+
"PatchedProposalProjectRoleMappingRequest",
|
|
2057
2091
|
"PatchedProposalReviewRequest",
|
|
2058
2092
|
"PatchedProtectedCallRequest",
|
|
2059
2093
|
"PatchedProtectedRoundRequest",
|
|
@@ -2072,10 +2106,9 @@ __all__ = (
|
|
|
2072
2106
|
"PatchedResourceUpdateRequest",
|
|
2073
2107
|
"PatchedRobotAccountRequest",
|
|
2074
2108
|
"PatchedRoleDetailsRequest",
|
|
2075
|
-
"PatchedRulePlansRequest",
|
|
2076
|
-
"PatchedRulePlansRequestAttributes",
|
|
2077
|
-
"PatchedRulePlansRequestLimits",
|
|
2078
2109
|
"PatchedRuleRequest",
|
|
2110
|
+
"PatchedRuleRequestPlanAttributes",
|
|
2111
|
+
"PatchedRuleRequestPlanLimits",
|
|
2079
2112
|
"PatchedScreenshotRequest",
|
|
2080
2113
|
"PatchedSectionRequest",
|
|
2081
2114
|
"PatchedServiceProviderRequest",
|
|
@@ -2145,6 +2178,8 @@ __all__ = (
|
|
|
2145
2178
|
"ProposalApproveRequest",
|
|
2146
2179
|
"ProposalDocumentation",
|
|
2147
2180
|
"ProposalDocumentationRequest",
|
|
2181
|
+
"ProposalProjectRoleMapping",
|
|
2182
|
+
"ProposalProjectRoleMappingRequest",
|
|
2148
2183
|
"ProposalProposalsListOItem",
|
|
2149
2184
|
"ProposalProposalsListStateItem",
|
|
2150
2185
|
"ProposalProposalsListUsersListFieldItem",
|
|
@@ -2347,13 +2382,11 @@ __all__ = (
|
|
|
2347
2382
|
"RoleType",
|
|
2348
2383
|
"RoundReviewer",
|
|
2349
2384
|
"Rule",
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2352
|
-
"RulePlansLimits",
|
|
2353
|
-
"RulePlansRequest",
|
|
2354
|
-
"RulePlansRequestAttributes",
|
|
2355
|
-
"RulePlansRequestLimits",
|
|
2385
|
+
"RulePlanAttributes",
|
|
2386
|
+
"RulePlanLimits",
|
|
2356
2387
|
"RuleRequest",
|
|
2388
|
+
"RuleRequestPlanAttributes",
|
|
2389
|
+
"RuleRequestPlanLimits",
|
|
2357
2390
|
"RuntimeStates",
|
|
2358
2391
|
"Saml2Login",
|
|
2359
2392
|
"Saml2LoginComplete",
|
|
@@ -2420,6 +2453,7 @@ __all__ = (
|
|
|
2420
2453
|
"Tenant",
|
|
2421
2454
|
"TokenRequest",
|
|
2422
2455
|
"TotalCustomerCost",
|
|
2456
|
+
"UpdateOfferingComponentRequest",
|
|
2423
2457
|
"User",
|
|
2424
2458
|
"UserAgreement",
|
|
2425
2459
|
"UserAgreementRequest",
|
|
@@ -143,6 +143,8 @@ class ConstanceSettings:
|
|
|
143
143
|
oidc_user_field (Union[Unset, str]):
|
|
144
144
|
oidc_cache_timeout (Union[Unset, int]):
|
|
145
145
|
deactivate_user_if_no_roles (Union[Unset, bool]):
|
|
146
|
+
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
147
|
+
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
146
148
|
"""
|
|
147
149
|
|
|
148
150
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -275,6 +277,8 @@ class ConstanceSettings:
|
|
|
275
277
|
oidc_user_field: Union[Unset, str] = UNSET
|
|
276
278
|
oidc_cache_timeout: Union[Unset, int] = UNSET
|
|
277
279
|
deactivate_user_if_no_roles: Union[Unset, bool] = UNSET
|
|
280
|
+
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
281
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
278
282
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
279
283
|
|
|
280
284
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -590,6 +594,12 @@ class ConstanceSettings:
|
|
|
590
594
|
|
|
591
595
|
deactivate_user_if_no_roles = self.deactivate_user_if_no_roles
|
|
592
596
|
|
|
597
|
+
maintenance_announcement_notify_before_minutes = self.maintenance_announcement_notify_before_minutes
|
|
598
|
+
|
|
599
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
600
|
+
if not isinstance(self.maintenance_announcement_notify_system, Unset):
|
|
601
|
+
maintenance_announcement_notify_system = self.maintenance_announcement_notify_system
|
|
602
|
+
|
|
593
603
|
field_dict: dict[str, Any] = {}
|
|
594
604
|
field_dict.update(self.additional_properties)
|
|
595
605
|
field_dict.update({})
|
|
@@ -857,6 +867,12 @@ class ConstanceSettings:
|
|
|
857
867
|
field_dict["OIDC_CACHE_TIMEOUT"] = oidc_cache_timeout
|
|
858
868
|
if deactivate_user_if_no_roles is not UNSET:
|
|
859
869
|
field_dict["DEACTIVATE_USER_IF_NO_ROLES"] = deactivate_user_if_no_roles
|
|
870
|
+
if maintenance_announcement_notify_before_minutes is not UNSET:
|
|
871
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES"] = (
|
|
872
|
+
maintenance_announcement_notify_before_minutes
|
|
873
|
+
)
|
|
874
|
+
if maintenance_announcement_notify_system is not UNSET:
|
|
875
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
860
876
|
|
|
861
877
|
return field_dict
|
|
862
878
|
|
|
@@ -1211,6 +1227,10 @@ class ConstanceSettings:
|
|
|
1211
1227
|
|
|
1212
1228
|
deactivate_user_if_no_roles = d.pop("DEACTIVATE_USER_IF_NO_ROLES", UNSET)
|
|
1213
1229
|
|
|
1230
|
+
maintenance_announcement_notify_before_minutes = d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES", UNSET)
|
|
1231
|
+
|
|
1232
|
+
maintenance_announcement_notify_system = cast(list[str], d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM", UNSET))
|
|
1233
|
+
|
|
1214
1234
|
constance_settings = cls(
|
|
1215
1235
|
site_name=site_name,
|
|
1216
1236
|
site_description=site_description,
|
|
@@ -1342,6 +1362,8 @@ class ConstanceSettings:
|
|
|
1342
1362
|
oidc_user_field=oidc_user_field,
|
|
1343
1363
|
oidc_cache_timeout=oidc_cache_timeout,
|
|
1344
1364
|
deactivate_user_if_no_roles=deactivate_user_if_no_roles,
|
|
1365
|
+
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1366
|
+
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1345
1367
|
)
|
|
1346
1368
|
|
|
1347
1369
|
constance_settings.additional_properties = d
|
|
@@ -145,6 +145,8 @@ class ConstanceSettingsRequest:
|
|
|
145
145
|
oidc_user_field (Union[Unset, str]):
|
|
146
146
|
oidc_cache_timeout (Union[Unset, int]):
|
|
147
147
|
deactivate_user_if_no_roles (Union[Unset, bool]):
|
|
148
|
+
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
149
|
+
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
148
150
|
"""
|
|
149
151
|
|
|
150
152
|
site_name: Union[Unset, str] = UNSET
|
|
@@ -277,6 +279,8 @@ class ConstanceSettingsRequest:
|
|
|
277
279
|
oidc_user_field: Union[Unset, str] = UNSET
|
|
278
280
|
oidc_cache_timeout: Union[Unset, int] = UNSET
|
|
279
281
|
deactivate_user_if_no_roles: Union[Unset, bool] = UNSET
|
|
282
|
+
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
283
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
280
284
|
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
281
285
|
|
|
282
286
|
def to_dict(self) -> dict[str, Any]:
|
|
@@ -628,6 +632,12 @@ class ConstanceSettingsRequest:
|
|
|
628
632
|
|
|
629
633
|
deactivate_user_if_no_roles = self.deactivate_user_if_no_roles
|
|
630
634
|
|
|
635
|
+
maintenance_announcement_notify_before_minutes = self.maintenance_announcement_notify_before_minutes
|
|
636
|
+
|
|
637
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
638
|
+
if not isinstance(self.maintenance_announcement_notify_system, Unset):
|
|
639
|
+
maintenance_announcement_notify_system = self.maintenance_announcement_notify_system
|
|
640
|
+
|
|
631
641
|
field_dict: dict[str, Any] = {}
|
|
632
642
|
field_dict.update(self.additional_properties)
|
|
633
643
|
field_dict.update({})
|
|
@@ -895,6 +905,12 @@ class ConstanceSettingsRequest:
|
|
|
895
905
|
field_dict["OIDC_CACHE_TIMEOUT"] = oidc_cache_timeout
|
|
896
906
|
if deactivate_user_if_no_roles is not UNSET:
|
|
897
907
|
field_dict["DEACTIVATE_USER_IF_NO_ROLES"] = deactivate_user_if_no_roles
|
|
908
|
+
if maintenance_announcement_notify_before_minutes is not UNSET:
|
|
909
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES"] = (
|
|
910
|
+
maintenance_announcement_notify_before_minutes
|
|
911
|
+
)
|
|
912
|
+
if maintenance_announcement_notify_system is not UNSET:
|
|
913
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
898
914
|
|
|
899
915
|
return field_dict
|
|
900
916
|
|
|
@@ -1345,6 +1361,10 @@ class ConstanceSettingsRequest:
|
|
|
1345
1361
|
|
|
1346
1362
|
deactivate_user_if_no_roles = d.pop("DEACTIVATE_USER_IF_NO_ROLES", UNSET)
|
|
1347
1363
|
|
|
1364
|
+
maintenance_announcement_notify_before_minutes = d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES", UNSET)
|
|
1365
|
+
|
|
1366
|
+
maintenance_announcement_notify_system = cast(list[str], d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM", UNSET))
|
|
1367
|
+
|
|
1348
1368
|
constance_settings_request = cls(
|
|
1349
1369
|
site_name=site_name,
|
|
1350
1370
|
site_description=site_description,
|
|
@@ -1476,6 +1496,8 @@ class ConstanceSettingsRequest:
|
|
|
1476
1496
|
oidc_user_field=oidc_user_field,
|
|
1477
1497
|
oidc_cache_timeout=oidc_cache_timeout,
|
|
1478
1498
|
deactivate_user_if_no_roles=deactivate_user_if_no_roles,
|
|
1499
|
+
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1500
|
+
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1479
1501
|
)
|
|
1480
1502
|
|
|
1481
1503
|
constance_settings_request.additional_properties = d
|
|
@@ -62,6 +62,7 @@ class EventTypesEnum(str, Enum):
|
|
|
62
62
|
MARKETPLACE_PLAN_COMPONENT_FUTURE_PRICE_UPDATED = "marketplace_plan_component_future_price_updated"
|
|
63
63
|
MARKETPLACE_PLAN_COMPONENT_QUOTA_UPDATED = "marketplace_plan_component_quota_updated"
|
|
64
64
|
MARKETPLACE_PLAN_CREATED = "marketplace_plan_created"
|
|
65
|
+
MARKETPLACE_PLAN_DELETED = "marketplace_plan_deleted"
|
|
65
66
|
MARKETPLACE_PLAN_UPDATED = "marketplace_plan_updated"
|
|
66
67
|
MARKETPLACE_RESOURCE_CREATE_CANCELED = "marketplace_resource_create_canceled"
|
|
67
68
|
MARKETPLACE_RESOURCE_CREATE_FAILED = "marketplace_resource_create_failed"
|