elemento-loyalty-processing 1.0.1__tar.gz → 1.0.2__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: elemento-loyalty-processing
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Elemento Loyalty Processing
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: kaiju-tools<3,>=2.4.9
@@ -132,6 +132,7 @@ class Item(Struct):
132
132
  points_add: Points = 0
133
133
  points_sub: Points = 0
134
134
  points_sub_max: Points = 0
135
+ params: dict[str, Any] | None = None
135
136
 
136
137
 
137
138
  class Cart(Struct):
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "elemento-loyalty-processing"
3
- version = "1.0.1"
3
+ version = "1.0.2"
4
4
  description = "Elemento Loyalty Processing"
5
5
  requires-python = ">=3.11"
6
6
  dependencies = [