File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
services/cdn/src/stackit/cdn/models Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,19 @@ class GetCustomDomainResponseCertificate(BaseModel):
45
45
"""
46
46
47
47
# data type: GetCustomDomainManagedCertificate
48
+ # BEGIN of the workaround until upstream issues are fixed:
49
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
50
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
51
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
48
52
oneof_schema_1_validator : Optional [GetCustomDomainManagedCertificate ] = None
53
+ # END of the workaround
49
54
# data type: GetCustomDomainCustomCertificate
55
+ # BEGIN of the workaround until upstream issues are fixed:
56
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
57
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
58
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
50
59
oneof_schema_2_validator : Optional [GetCustomDomainCustomCertificate ] = None
60
+ # END of the workaround
51
61
actual_instance : Optional [Union [GetCustomDomainCustomCertificate , GetCustomDomainManagedCertificate ]] = None
52
62
one_of_schemas : Set [str ] = {"GetCustomDomainCustomCertificate" , "GetCustomDomainManagedCertificate" }
53
63
Original file line number Diff line number Diff line change @@ -45,9 +45,19 @@ class PutCustomDomainPayloadCertificate(BaseModel):
45
45
"""
46
46
47
47
# data type: PutCustomDomainManagedCertificate
48
+ # BEGIN of the workaround until upstream issues are fixed:
49
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
50
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
51
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
48
52
oneof_schema_1_validator : Optional [PutCustomDomainManagedCertificate ] = None
53
+ # END of the workaround
49
54
# data type: PutCustomDomainCustomCertificate
55
+ # BEGIN of the workaround until upstream issues are fixed:
56
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
57
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
58
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
50
59
oneof_schema_2_validator : Optional [PutCustomDomainCustomCertificate ] = None
60
+ # END of the workaround
51
61
actual_instance : Optional [Union [PutCustomDomainCustomCertificate , PutCustomDomainManagedCertificate ]] = None
52
62
one_of_schemas : Set [str ] = {"PutCustomDomainCustomCertificate" , "PutCustomDomainManagedCertificate" }
53
63
Original file line number Diff line number Diff line change @@ -45,9 +45,19 @@ class PutCustomDomainResponseCertificate(BaseModel):
45
45
"""
46
46
47
47
# data type: GetCustomDomainManagedCertificate
48
+ # BEGIN of the workaround until upstream issues are fixed:
49
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
50
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
51
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
48
52
oneof_schema_1_validator : Optional [GetCustomDomainManagedCertificate ] = None
53
+ # END of the workaround
49
54
# data type: GetCustomDomainCustomCertificate
55
+ # BEGIN of the workaround until upstream issues are fixed:
56
+ # https://github.com/OpenAPITools/openapi-generator/issues/19034 from Jun 28, 2024
57
+ # and https://github.com/OpenAPITools/openapi-generator/issues/19842 from Oct 11, 2024
58
+ # Tracking issue on our side: https://jira.schwarz/browse/STACKITSDK-227
50
59
oneof_schema_2_validator : Optional [GetCustomDomainCustomCertificate ] = None
60
+ # END of the workaround
51
61
actual_instance : Optional [Union [GetCustomDomainCustomCertificate , GetCustomDomainManagedCertificate ]] = None
52
62
one_of_schemas : Set [str ] = {"GetCustomDomainCustomCertificate" , "GetCustomDomainManagedCertificate" }
53
63
You can’t perform that action at this time.
0 commit comments