doordeck-headless-sdk 0.97.0__tar.gz → 0.98.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: doordeck_headless_sdk
3
- Version: 0.97.0
3
+ Version: 0.98.0
4
4
  Summary: The official Doordeck SDK for Kotlin Multiplatform
5
5
  Author-email: Doordeck Limited <development@doordeck.com>
6
6
  Project-URL: Homepage, https://www.doordeck.com
@@ -3,7 +3,7 @@ requires = ["setuptools"]
3
3
  build-backend = "setuptools.build_meta"
4
4
  [project]
5
5
  name = "doordeck_headless_sdk"
6
- version = "0.97.0"
6
+ version = "0.98.0"
7
7
  description = "The official Doordeck SDK for Kotlin Multiplatform"
8
8
  readme = "README.md"
9
9
  requires-python = "==3.13.2"
@@ -470,9 +470,9 @@ class TimeRequirement:
470
470
  class LocationRequirement:
471
471
  latitude: float
472
472
  longitude: float
473
- enabled: typing.Optional[bool] = None
474
- radius: typing.Optional[int] = None
475
- accuracy: typing.Optional[int] = None
473
+ enabled: bool = False
474
+ radius: int = 100
475
+ accuracy: int = 200
476
476
 
477
477
  @dataclass
478
478
  class ShareLock:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: doordeck_headless_sdk
3
- Version: 0.97.0
3
+ Version: 0.98.0
4
4
  Summary: The official Doordeck SDK for Kotlin Multiplatform
5
5
  Author-email: Doordeck Limited <development@doordeck.com>
6
6
  Project-URL: Homepage, https://www.doordeck.com