|
7 | 7 |
|
8 | 8 | This is a documentation of all the APIs of Linkbreakers |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 1.35.2 |
| 10 | + The version of the OpenAPI document: 1.36.0 |
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 | 13 | Do not edit the class manually. |
14 | 14 | """ # noqa: E501 |
15 | 15 |
|
16 | 16 |
|
17 | | -__version__ = "1.35.2" |
| 17 | +__version__ = "1.36.0" |
18 | 18 |
|
19 | 19 | # Define package exports |
20 | 20 | __all__ = [ |
|
81 | 81 | "CreateWorkspaceTokenResponse", |
82 | 82 | "CustomDomain", |
83 | 83 | "CustomDomainStatus", |
| 84 | + "CustomDomainsServiceUpdateBody", |
84 | 85 | "DataCollection", |
85 | 86 | "DayOfMonthConditionPayload", |
86 | 87 | "DayOfMonthConditionTraceData", |
|
214 | 215 | "TimeOfDayConditionTraceRange", |
215 | 216 | "TimeOfDayRange", |
216 | 217 | "TriggeredBy", |
| 218 | + "UpdateCustomDomainResponse", |
217 | 219 | "UpdateDeviceResponse", |
218 | 220 | "UpdateLinkResponse", |
219 | 221 | "UpdateLinkSettingResponse", |
|
327 | 329 | from linkbreakers.models.create_workspace_token_response import CreateWorkspaceTokenResponse as CreateWorkspaceTokenResponse |
328 | 330 | from linkbreakers.models.custom_domain import CustomDomain as CustomDomain |
329 | 331 | from linkbreakers.models.custom_domain_status import CustomDomainStatus as CustomDomainStatus |
| 332 | +from linkbreakers.models.custom_domains_service_update_body import CustomDomainsServiceUpdateBody as CustomDomainsServiceUpdateBody |
330 | 333 | from linkbreakers.models.data_collection import DataCollection as DataCollection |
331 | 334 | from linkbreakers.models.day_of_month_condition_payload import DayOfMonthConditionPayload as DayOfMonthConditionPayload |
332 | 335 | from linkbreakers.models.day_of_month_condition_trace_data import DayOfMonthConditionTraceData as DayOfMonthConditionTraceData |
|
460 | 463 | from linkbreakers.models.time_of_day_condition_trace_range import TimeOfDayConditionTraceRange as TimeOfDayConditionTraceRange |
461 | 464 | from linkbreakers.models.time_of_day_range import TimeOfDayRange as TimeOfDayRange |
462 | 465 | from linkbreakers.models.triggered_by import TriggeredBy as TriggeredBy |
| 466 | +from linkbreakers.models.update_custom_domain_response import UpdateCustomDomainResponse as UpdateCustomDomainResponse |
463 | 467 | from linkbreakers.models.update_device_response import UpdateDeviceResponse as UpdateDeviceResponse |
464 | 468 | from linkbreakers.models.update_link_response import UpdateLinkResponse as UpdateLinkResponse |
465 | 469 | from linkbreakers.models.update_link_setting_response import UpdateLinkSettingResponse as UpdateLinkSettingResponse |
|
0 commit comments