elemento-loyalty-processing 1.0.4__py3-none-any.whl → 1.0.5__py3-none-any.whl

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.
@@ -140,7 +140,8 @@ class Item(Struct):
140
140
  points_sub: Points = 0
141
141
  points_sub_max: Points = 0
142
142
  params: dict[str, Any] = {}
143
- offers: list[AppliedOffer] = []
143
+ offers_add: list[AppliedOffer] = []
144
+ offers_sub: list[AppliedOffer] = []
144
145
 
145
146
 
146
147
  class Cart(Struct):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elemento-loyalty-processing
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: Elemento Loyalty Processing
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: kaiju-tools<3,>=2.4.9
@@ -0,0 +1,7 @@
1
+ elemento_loyalty_processing/__init__.py,sha256=8xRRN_yvBcEDEbrYXNdDI_xuIm73EKEdgZKNO1sBXq0,117
2
+ elemento_loyalty_processing/client.py,sha256=tCq7WdT7aX5Rba9W7fZLTt-Jk0BlqK6O339TKV_nPrc,4751
3
+ elemento_loyalty_processing/types.py,sha256=PXd21ZYfIcBJQuDdn7Kw-r66lKD6td07YnOEpjG6d_Y,3485
4
+ elemento_loyalty_processing-1.0.5.dist-info/METADATA,sha256=ZivwfE8-f1kIvjlGZWJXOAksEf69M4LEXQgyu-7_vnQ,407
5
+ elemento_loyalty_processing-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ elemento_loyalty_processing-1.0.5.dist-info/top_level.txt,sha256=N_AtPyYKvkr1NkoPAUrVl_4VCTP-kJIehtsLhkdacAc,28
7
+ elemento_loyalty_processing-1.0.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- elemento_loyalty_processing/__init__.py,sha256=8xRRN_yvBcEDEbrYXNdDI_xuIm73EKEdgZKNO1sBXq0,117
2
- elemento_loyalty_processing/client.py,sha256=tCq7WdT7aX5Rba9W7fZLTt-Jk0BlqK6O339TKV_nPrc,4751
3
- elemento_loyalty_processing/types.py,sha256=aPnOLFSGbXWCwZ8yiz4HmOrgOHIiID9VjvK5bepP-tU,3441
4
- elemento_loyalty_processing-1.0.4.dist-info/METADATA,sha256=QvsJk-TJ_AwA1lpgnotW8oRIS1PfDcvUJLZVL0iJfx0,407
5
- elemento_loyalty_processing-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- elemento_loyalty_processing-1.0.4.dist-info/top_level.txt,sha256=N_AtPyYKvkr1NkoPAUrVl_4VCTP-kJIehtsLhkdacAc,28
7
- elemento_loyalty_processing-1.0.4.dist-info/RECORD,,