lusid-sdk 2.1.360__py3-none-any.whl → 2.1.361__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.
lusid/configuration.py CHANGED
@@ -382,7 +382,7 @@ class Configuration:
382
382
  return "Python SDK Debug Report:\n"\
383
383
  "OS: {env}\n"\
384
384
  "Python Version: {pyversion}\n"\
385
- "Version of the API: 0.11.6790\n"\
385
+ "Version of the API: 0.11.6791\n"\
386
386
  "SDK Package Version: {package_version}".\
387
387
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
388
388
 
@@ -83,6 +83,11 @@ class OrderUpdateRequest(BaseModel):
83
83
  # override the default output from pydantic by calling `to_dict()` of stop_price
84
84
  if self.stop_price:
85
85
  _dict['stopPrice'] = self.stop_price.to_dict()
86
+ # set to None if quantity (nullable) is None
87
+ # and __fields_set__ contains the field
88
+ if self.quantity is None and "quantity" in self.__fields_set__:
89
+ _dict['quantity'] = None
90
+
86
91
  # set to None if properties (nullable) is None
87
92
  # and __fields_set__ contains the field
88
93
  if self.properties is None and "properties" in self.__fields_set__:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.360
3
+ Version: 2.1.361
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -69,7 +69,7 @@ lusid/api/translation_api.py,sha256=xTAaKEW96JTDIZBXCjxSguCa7Gz4oVd5jdObUE2egwo,
69
69
  lusid/api/workspace_api.py,sha256=tVTg9U0EBp-Usbg0skl_s_yiN1TVUNXlCi0YUWjdrH4,192167
70
70
  lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
71
71
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
72
- lusid/configuration.py,sha256=QKdG_vtVui8A_Fq05K8FzEwFjdUn4bXs9ASwx77UfkA,14733
72
+ lusid/configuration.py,sha256=Ell0SwH4pnXapTEVj0Qi_QRNsFEiHsfCzEWeq5AEqKA,14733
73
73
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
74
74
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
75
75
  lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
@@ -623,7 +623,7 @@ lusid/models/order_instruction_request.py,sha256=69JFcMA3Aju-lzjGVH0h3fzlcvjnjVd
623
623
  lusid/models/order_instruction_set_request.py,sha256=QucOY45KZ2qGKFeSn4MIFAm9lmRdKVjCTYtRvkFXNDU,2764
624
624
  lusid/models/order_request.py,sha256=hOwerLbLdwdGW4bbETyml3ecg4wdNKvtnRefq6wPk1U,7833
625
625
  lusid/models/order_set_request.py,sha256=RfOrLNJ67eLBKScPgm-eQhO0Nc0QjhO243d_u4qCfmA,2716
626
- lusid/models/order_update_request.py,sha256=7SFQWUTKs6bYYVGdQiB8yb6nwu39DChhZWGaAZtujT4,4928
626
+ lusid/models/order_update_request.py,sha256=LPzAIagtNnYs_1-Su1arQsKxAhL4mzGiH3ZOQI7a2y0,5139
627
627
  lusid/models/otc_confirmation.py,sha256=OQF6QzTdyya99HApPCZaF3rkcnSztw4GHkL-qdGh-A4,2419
628
628
  lusid/models/output_transaction.py,sha256=Jqbq3wjB-5OIhWM5eR2CE2nRuk7C8tkUP2-L1wORIos,13905
629
629
  lusid/models/output_transition.py,sha256=1K7llvbd7xO0aesRTbK4AFFGn_V6ZsSyWh2o8wQrTt8,3985
@@ -1131,6 +1131,6 @@ lusid/models/workspace_update_request.py,sha256=uUXEpX-dJ5UiL9w1wMxIFeovSBiTJ-vi
1131
1131
  lusid/models/yield_curve_data.py,sha256=SbxvdJ4-GWK9kpMdw4Fnxc7_kvIMwgsRsd_31UJn7nw,6330
1132
1132
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1133
1133
  lusid/rest.py,sha256=TNUzQ3yLNT2L053EdR7R0vNzQh2J3TlYD1T56Dye0W0,10138
1134
- lusid_sdk-2.1.360.dist-info/METADATA,sha256=JWkLAFTTvWtqbvhOosnPro9GXK0Ub8dWGcypjwbsPgY,193947
1135
- lusid_sdk-2.1.360.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1136
- lusid_sdk-2.1.360.dist-info/RECORD,,
1134
+ lusid_sdk-2.1.361.dist-info/METADATA,sha256=iczsAAS7exnx6v8E0b6pbMBg4PI6yE5qmMxo6SylCHc,193947
1135
+ lusid_sdk-2.1.361.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1136
+ lusid_sdk-2.1.361.dist-info/RECORD,,