|
26 | 26 | from ..models import *
|
27 | 27 |
|
28 | 28 |
|
29 |
| -class DatabaseApi(ApiBase): # type: ignore[misc] |
| 29 | +class DatabaseApi(ApiBase): |
30 | 30 | """NOTE: This class is auto generated by the swagger code generator program.
|
31 | 31 |
|
32 | 32 | Do not edit the class manually.
|
@@ -118,7 +118,7 @@ def _generate_schema_from_layout_with_http_info(
|
118 | 118 | ["text/plain", "application/json", "text/json"]
|
119 | 119 | )
|
120 | 120 |
|
121 |
| - response_type_map = { |
| 121 | + response_type_map: Dict[int, Optional[str]] = { |
122 | 122 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
123 | 123 | 403: None,
|
124 | 124 | 404: None,
|
@@ -225,7 +225,7 @@ def _generate_schema_from_layout_name_with_http_info(
|
225 | 225 | ["text/plain", "application/json", "text/json"]
|
226 | 226 | )
|
227 | 227 |
|
228 |
| - response_type_map = { |
| 228 | + response_type_map: Dict[int, Optional[str]] = { |
229 | 229 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
230 | 230 | 403: None,
|
231 | 231 | 404: None,
|
@@ -328,7 +328,7 @@ def _generate_schema_from_layout_name_with_table_name_with_http_info(
|
328 | 328 | ["text/plain", "application/json", "text/json"]
|
329 | 329 | )
|
330 | 330 |
|
331 |
| - response_type_map = { |
| 331 | + response_type_map: Dict[int, Optional[str]] = { |
332 | 332 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
333 | 333 | 403: None,
|
334 | 334 | 404: None,
|
@@ -435,7 +435,7 @@ def _generate_schema_from_layout_with_table_name_with_http_info(
|
435 | 435 | ["text/plain", "application/json", "text/json"]
|
436 | 436 | )
|
437 | 437 |
|
438 |
| - response_type_map = { |
| 438 | + response_type_map: Dict[int, Optional[str]] = { |
439 | 439 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
440 | 440 | 403: None,
|
441 | 441 | 404: None,
|
@@ -534,7 +534,7 @@ def _generate_schema_from_standard_names_with_http_info(
|
534 | 534 | ]
|
535 | 535 | )
|
536 | 536 |
|
537 |
| - response_type_map = { |
| 537 | + response_type_map: Dict[int, Optional[str]] = { |
538 | 538 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
539 | 539 | 403: None,
|
540 | 540 | 404: None,
|
@@ -624,7 +624,7 @@ def _generate_schema_from_standard_names_all_databases_with_http_info(
|
624 | 624 | ]
|
625 | 625 | )
|
626 | 626 |
|
627 |
| - response_type_map = { |
| 627 | + response_type_map: Dict[int, Optional[str]] = { |
628 | 628 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
629 | 629 | 403: None,
|
630 | 630 | 404: None,
|
@@ -718,7 +718,7 @@ def _generate_schema_from_table_with_http_info(
|
718 | 718 | ["text/plain", "application/json", "text/json"]
|
719 | 719 | )
|
720 | 720 |
|
721 |
| - response_type_map = { |
| 721 | + response_type_map: Dict[int, Optional[str]] = { |
722 | 722 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
723 | 723 | 403: None,
|
724 | 724 | 404: None,
|
@@ -812,7 +812,7 @@ def _generate_schema_from_table_name_with_http_info(
|
812 | 812 | ["text/plain", "application/json", "text/json"]
|
813 | 813 | )
|
814 | 814 |
|
815 |
| - response_type_map = { |
| 815 | + response_type_map: Dict[int, Optional[str]] = { |
816 | 816 | 200: "GrantaServerApiIntegrationSchemaGuidOnlySchemaGuidOnlyIntegrationSchemaOfGrantaServerApiObjectIdentifier",
|
817 | 817 | 403: None,
|
818 | 818 | 404: None,
|
@@ -904,7 +904,7 @@ def _get_status_with_http_info(
|
904 | 904 | ["text/plain", "application/json", "text/json"]
|
905 | 905 | )
|
906 | 906 |
|
907 |
| - response_type_map = { |
| 907 | + response_type_map: Dict[int, Optional[str]] = { |
908 | 908 | 200: "GrantaServerApiSearchIndexStatus",
|
909 | 909 | 403: None,
|
910 | 910 | 404: None,
|
|
0 commit comments