types-boto3-geo-maps 1.41.0__tar.gz → 1.42.41__tar.gz

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.
Files changed (22) hide show
  1. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/LICENSE +1 -1
  2. {types_boto3_geo_maps-1.41.0/types_boto3_geo_maps.egg-info → types_boto3_geo_maps-1.42.41}/PKG-INFO +6 -6
  3. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/README.md +4 -4
  4. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/pyproject.toml +3 -3
  5. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/__init__.py +1 -1
  6. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/__init__.pyi +1 -1
  7. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/__main__.py +4 -4
  8. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/client.py +1 -1
  9. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/client.pyi +1 -1
  10. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/literals.py +12 -5
  11. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/literals.pyi +12 -5
  12. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/type_defs.py +4 -2
  13. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/type_defs.pyi +4 -2
  14. types_boto3_geo_maps-1.42.41/types_boto3_geo_maps/version.py +7 -0
  15. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41/types_boto3_geo_maps.egg-info}/PKG-INFO +6 -6
  16. types_boto3_geo_maps-1.41.0/types_boto3_geo_maps/version.py +0 -7
  17. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/setup.cfg +0 -0
  18. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps/py.typed +0 -0
  19. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps.egg-info/SOURCES.txt +0 -0
  20. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps.egg-info/dependency_links.txt +0 -0
  21. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps.egg-info/requires.txt +0 -0
  22. {types_boto3_geo_maps-1.41.0 → types_boto3_geo_maps-1.42.41}/types_boto3_geo_maps.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-geo-maps
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 LocationServiceMapsV2 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 LocationServiceMapsV2 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 LocationServiceMapsV2 1.41.0](https://pypi.org/project/boto3/)
46
+ [boto3 LocationServiceMapsV2 1.42.41](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
104
104
  isolation.
105
105
 
106
106
  1. Run mypy-boto3-builder in your package root directory:
107
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
107
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
108
108
  2. Select `boto3` AWS SDK.
109
109
  3. Add `LocationServiceMapsV2` service.
110
110
  4. Use provided commands to install generated packages.
@@ -338,10 +338,10 @@ Full list of `LocationServiceMapsV2` Literals can be found in
338
338
  [docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/).
339
339
 
340
340
  ```python
341
- from types_boto3_geo_maps.literals import ColorSchemeType
341
+ from types_boto3_geo_maps.literals import BuildingsType
342
342
 
343
343
 
344
- def check_value(value: ColorSchemeType) -> bool: ...
344
+ def check_value(value: BuildingsType) -> bool: ...
345
345
  ```
346
346
 
347
347
  <a id="type-definitions"></a>
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 LocationServiceMapsV2 1.41.0](https://pypi.org/project/boto3/)
13
+ [boto3 LocationServiceMapsV2 1.42.41](https://pypi.org/project/boto3/)
14
14
  compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
74
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
75
75
  2. Select `boto3` AWS SDK.
76
76
  3. Add `LocationServiceMapsV2` service.
77
77
  4. Use provided commands to install generated packages.
@@ -305,10 +305,10 @@ Full list of `LocationServiceMapsV2` Literals can be found in
305
305
  [docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/).
306
306
 
307
307
  ```python
308
- from types_boto3_geo_maps.literals import ColorSchemeType
308
+ from types_boto3_geo_maps.literals import BuildingsType
309
309
 
310
310
 
311
- def check_value(value: ColorSchemeType) -> bool: ...
311
+ def check_value(value: BuildingsType) -> bool: ...
312
312
  ```
313
313
 
314
314
  <a id="type-definitions"></a>
@@ -1,13 +1,13 @@
1
1
  # Setup script for types-boto3-geo-maps.
2
2
 
3
- # Copyright 2025 Vlad Emelianov
3
+ # Copyright 2026 Vlad Emelianov
4
4
 
5
5
  [project]
6
6
  name = "types-boto3-geo-maps"
7
- version = "1.41.0"
7
+ version = "1.42.41"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 LocationServiceMapsV2 1.41.0 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 LocationServiceMapsV2 1.42.41 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -3,7 +3,7 @@ Main interface for geo-maps service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for geo-maps service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 LocationServiceMapsV2 1.41.0\n"
16
- "Version: 1.41.0\n"
15
+ "Type annotations for boto3 LocationServiceMapsV2 1.42.41\n"
16
+ "Version: 1.42.41\n"
17
17
  "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/geo-maps.html#locationservicemapsv2\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.41.0\n")
29
+ sys.stdout.write("1.42.41\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,7 +3,7 @@ Type annotations for geo-maps service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for geo-maps service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,14 +3,14 @@ Type annotations for geo-maps service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
10
10
  ```python
11
- from types_boto3_geo_maps.literals import ColorSchemeType
11
+ from types_boto3_geo_maps.literals import BuildingsType
12
12
 
13
- data: ColorSchemeType = "Dark"
13
+ data: BuildingsType = "Buildings3D"
14
14
  ```
15
15
  """
16
16
 
@@ -23,6 +23,7 @@ else:
23
23
 
24
24
 
25
25
  __all__ = (
26
+ "BuildingsType",
26
27
  "ColorSchemeType",
27
28
  "ContourDensityType",
28
29
  "LabelSizeType",
@@ -41,6 +42,7 @@ __all__ = (
41
42
  )
42
43
 
43
44
 
45
+ BuildingsType = Literal["Buildings3D"]
44
46
  ColorSchemeType = Literal["Dark", "Light"]
45
47
  ContourDensityType = Literal["Medium"]
46
48
  LabelSizeType = Literal["Large", "Small"]
@@ -48,7 +50,7 @@ MapFeatureModeType = Literal["Disabled", "Enabled"]
48
50
  MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
49
51
  ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
50
52
  StaticMapStyleType = Literal["Satellite", "Standard"]
51
- TerrainType = Literal["Hillshade"]
53
+ TerrainType = Literal["Hillshade", "Terrain3D"]
52
54
  TileAdditionalFeatureType = Literal["ContourLines", "Hillshade", "Logistics", "Transit"]
53
55
  TrafficType = Literal["All"]
54
56
  TravelModeType = Literal["Transit", "Truck"]
@@ -149,6 +151,7 @@ ServiceName = Literal[
149
151
  "comprehend",
150
152
  "comprehendmedical",
151
153
  "compute-optimizer",
154
+ "compute-optimizer-automation",
152
155
  "config",
153
156
  "connect",
154
157
  "connect-contact-lens",
@@ -194,7 +197,6 @@ ServiceName = Literal[
194
197
  "eks-auth",
195
198
  "elasticache",
196
199
  "elasticbeanstalk",
197
- "elastictranscoder",
198
200
  "elb",
199
201
  "elbv2",
200
202
  "emr",
@@ -329,6 +331,7 @@ ServiceName = Literal[
329
331
  "networkmonitor",
330
332
  "notifications",
331
333
  "notificationscontacts",
334
+ "nova-act",
332
335
  "oam",
333
336
  "observabilityadmin",
334
337
  "odb",
@@ -339,6 +342,8 @@ ServiceName = Literal[
339
342
  "osis",
340
343
  "outposts",
341
344
  "panorama",
345
+ "partnercentral-account",
346
+ "partnercentral-benefits",
342
347
  "partnercentral-channel",
343
348
  "partnercentral-selling",
344
349
  "payment-cryptography",
@@ -381,6 +386,7 @@ ServiceName = Literal[
381
386
  "route53-recovery-control-config",
382
387
  "route53-recovery-readiness",
383
388
  "route53domains",
389
+ "route53globalresolver",
384
390
  "route53profiles",
385
391
  "route53resolver",
386
392
  "rtbfabric",
@@ -455,6 +461,7 @@ ServiceName = Literal[
455
461
  "waf-regional",
456
462
  "wafv2",
457
463
  "wellarchitected",
464
+ "wickr",
458
465
  "wisdom",
459
466
  "workdocs",
460
467
  "workmail",
@@ -3,14 +3,14 @@ Type annotations for geo-maps service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
10
10
  ```python
11
- from types_boto3_geo_maps.literals import ColorSchemeType
11
+ from types_boto3_geo_maps.literals import BuildingsType
12
12
 
13
- data: ColorSchemeType = "Dark"
13
+ data: BuildingsType = "Buildings3D"
14
14
  ```
15
15
  """
16
16
 
@@ -22,6 +22,7 @@ else:
22
22
  from typing_extensions import Literal
23
23
 
24
24
  __all__ = (
25
+ "BuildingsType",
25
26
  "ColorSchemeType",
26
27
  "ContourDensityType",
27
28
  "LabelSizeType",
@@ -39,6 +40,7 @@ __all__ = (
39
40
  "VariantType",
40
41
  )
41
42
 
43
+ BuildingsType = Literal["Buildings3D"]
42
44
  ColorSchemeType = Literal["Dark", "Light"]
43
45
  ContourDensityType = Literal["Medium"]
44
46
  LabelSizeType = Literal["Large", "Small"]
@@ -46,7 +48,7 @@ MapFeatureModeType = Literal["Disabled", "Enabled"]
46
48
  MapStyleType = Literal["Hybrid", "Monochrome", "Satellite", "Standard"]
47
49
  ScaleBarUnitType = Literal["Kilometers", "KilometersMiles", "Miles", "MilesKilometers"]
48
50
  StaticMapStyleType = Literal["Satellite", "Standard"]
49
- TerrainType = Literal["Hillshade"]
51
+ TerrainType = Literal["Hillshade", "Terrain3D"]
50
52
  TileAdditionalFeatureType = Literal["ContourLines", "Hillshade", "Logistics", "Transit"]
51
53
  TrafficType = Literal["All"]
52
54
  TravelModeType = Literal["Transit", "Truck"]
@@ -147,6 +149,7 @@ ServiceName = Literal[
147
149
  "comprehend",
148
150
  "comprehendmedical",
149
151
  "compute-optimizer",
152
+ "compute-optimizer-automation",
150
153
  "config",
151
154
  "connect",
152
155
  "connect-contact-lens",
@@ -192,7 +195,6 @@ ServiceName = Literal[
192
195
  "eks-auth",
193
196
  "elasticache",
194
197
  "elasticbeanstalk",
195
- "elastictranscoder",
196
198
  "elb",
197
199
  "elbv2",
198
200
  "emr",
@@ -327,6 +329,7 @@ ServiceName = Literal[
327
329
  "networkmonitor",
328
330
  "notifications",
329
331
  "notificationscontacts",
332
+ "nova-act",
330
333
  "oam",
331
334
  "observabilityadmin",
332
335
  "odb",
@@ -337,6 +340,8 @@ ServiceName = Literal[
337
340
  "osis",
338
341
  "outposts",
339
342
  "panorama",
343
+ "partnercentral-account",
344
+ "partnercentral-benefits",
340
345
  "partnercentral-channel",
341
346
  "partnercentral-selling",
342
347
  "payment-cryptography",
@@ -379,6 +384,7 @@ ServiceName = Literal[
379
384
  "route53-recovery-control-config",
380
385
  "route53-recovery-readiness",
381
386
  "route53domains",
387
+ "route53globalresolver",
382
388
  "route53profiles",
383
389
  "route53resolver",
384
390
  "rtbfabric",
@@ -453,6 +459,7 @@ ServiceName = Literal[
453
459
  "waf-regional",
454
460
  "wafv2",
455
461
  "wellarchitected",
462
+ "wickr",
456
463
  "wisdom",
457
464
  "workdocs",
458
465
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for geo-maps service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -28,6 +28,7 @@ from .literals import (
28
28
  MapStyleType,
29
29
  ScaleBarUnitType,
30
30
  StaticMapStyleType,
31
+ TerrainType,
31
32
  TileAdditionalFeatureType,
32
33
  TravelModeType,
33
34
  )
@@ -100,10 +101,11 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
100
101
  Style: MapStyleType
101
102
  ColorScheme: NotRequired[ColorSchemeType]
102
103
  PoliticalView: NotRequired[str]
103
- Terrain: NotRequired[Literal["Hillshade"]]
104
+ Terrain: NotRequired[TerrainType]
104
105
  ContourDensity: NotRequired[Literal["Medium"]]
105
106
  Traffic: NotRequired[Literal["All"]]
106
107
  TravelModes: NotRequired[Sequence[TravelModeType]]
108
+ Buildings: NotRequired[Literal["Buildings3D"]]
107
109
  Key: NotRequired[str]
108
110
 
109
111
 
@@ -3,7 +3,7 @@ Type annotations for geo-maps service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -28,6 +28,7 @@ from .literals import (
28
28
  MapStyleType,
29
29
  ScaleBarUnitType,
30
30
  StaticMapStyleType,
31
+ TerrainType,
31
32
  TileAdditionalFeatureType,
32
33
  TravelModeType,
33
34
  )
@@ -94,10 +95,11 @@ class GetStyleDescriptorRequestTypeDef(TypedDict):
94
95
  Style: MapStyleType
95
96
  ColorScheme: NotRequired[ColorSchemeType]
96
97
  PoliticalView: NotRequired[str]
97
- Terrain: NotRequired[Literal["Hillshade"]]
98
+ Terrain: NotRequired[TerrainType]
98
99
  ContourDensity: NotRequired[Literal["Medium"]]
99
100
  Traffic: NotRequired[Literal["All"]]
100
101
  TravelModes: NotRequired[Sequence[TravelModeType]]
102
+ Buildings: NotRequired[Literal["Buildings3D"]]
101
103
  Key: NotRequired[str]
102
104
 
103
105
  class GetTileRequestTypeDef(TypedDict):
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2026 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.42.41"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-geo-maps
3
- Version: 1.41.0
4
- Summary: Type annotations for boto3 LocationServiceMapsV2 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.41
4
+ Summary: Type annotations for boto3 LocationServiceMapsV2 1.42.41 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3 LocationServiceMapsV2 1.41.0](https://pypi.org/project/boto3/)
46
+ [boto3 LocationServiceMapsV2 1.42.41](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
104
104
  isolation.
105
105
 
106
106
  1. Run mypy-boto3-builder in your package root directory:
107
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
107
+ `uvx --with 'boto3==1.42.41' mypy-boto3-builder`
108
108
  2. Select `boto3` AWS SDK.
109
109
  3. Add `LocationServiceMapsV2` service.
110
110
  4. Use provided commands to install generated packages.
@@ -338,10 +338,10 @@ Full list of `LocationServiceMapsV2` Literals can be found in
338
338
  [docs](https://youtype.github.io/types_boto3_docs/types_boto3_geo_maps/literals/).
339
339
 
340
340
  ```python
341
- from types_boto3_geo_maps.literals import ColorSchemeType
341
+ from types_boto3_geo_maps.literals import BuildingsType
342
342
 
343
343
 
344
- def check_value(value: ColorSchemeType) -> bool: ...
344
+ def check_value(value: BuildingsType) -> bool: ...
345
345
  ```
346
346
 
347
347
  <a id="type-definitions"></a>
@@ -1,7 +0,0 @@
1
- """
2
- Source of truth for version.
3
-
4
- Copyright 2025 Vlad Emelianov
5
- """
6
-
7
- __version__ = "1.41.0"