lusid-sdk 2.1.649__py3-none-any.whl → 2.1.650__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.
@@ -4793,7 +4793,7 @@ class PortfoliosApi:
4793
4793
  def patch_portfolio(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the portfolio. Together with the scope this uniquely identifies the portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more check: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[Portfolio, Awaitable[Portfolio]]: # noqa: E501
4794
4794
  """PatchPortfolio: Patch portfolio. # noqa: E501
4795
4795
 
4796
- Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes. # noqa: E501
4796
+ Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type. # noqa: E501
4797
4797
  This method makes a synchronous HTTP request by default. To make an
4798
4798
  asynchronous HTTP request, please pass async_req=True
4799
4799
 
@@ -4828,7 +4828,7 @@ class PortfoliosApi:
4828
4828
  def patch_portfolio_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the portfolio. Together with the scope this uniquely identifies the portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more check: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
4829
4829
  """PatchPortfolio: Patch portfolio. # noqa: E501
4830
4830
 
4831
- Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes. # noqa: E501
4831
+ Create or update certain fields for a particular portfolio. The behaviour is defined by the JSON Patch specification. Currently supported are: Created, InstrumentScopes, Type. # noqa: E501
4832
4832
  This method makes a synchronous HTTP request by default. To make an
4833
4833
  asynchronous HTTP request, please pass async_req=True
4834
4834
 
lusid/configuration.py CHANGED
@@ -445,7 +445,7 @@ class Configuration:
445
445
  return "Python SDK Debug Report:\n"\
446
446
  "OS: {env}\n"\
447
447
  "Python Version: {pyversion}\n"\
448
- "Version of the API: 0.11.7228\n"\
448
+ "Version of the API: 0.11.7231\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.649
3
+ Version: 2.1.650
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -42,7 +42,7 @@ lusid/api/participations_api.py,sha256=Uh3M3jZqoSL3_BpBDxhI-4rkyWsKyeCSzsN4VIKLf
42
42
  lusid/api/persons_api.py,sha256=D82_Zud5y_QDZl7mWTpWfpEm72cwU0wPEonpAkBH9DQ,255501
43
43
  lusid/api/placements_api.py,sha256=D7Dh9sQ6A97QDytQ09AKSzt1BBPzz2OGP4dEDl3_6ak,45685
44
44
  lusid/api/portfolio_groups_api.py,sha256=QbHF323fQ9lmnV9hbDnndJznsQPyAPmmegGOScM9ubQ,379328
45
- lusid/api/portfolios_api.py,sha256=YSE9jERJxxJHT6mY4HTDRDnN27OjfR2cOYfuUsLWQvw,431881
45
+ lusid/api/portfolios_api.py,sha256=AB8EU9ORYs7luUJhyH4M2XjzXhxnO0b-xdFZlST2TDc,431893
46
46
  lusid/api/property_definitions_api.py,sha256=_ShZjGsC_9jX_VjYTCcep-R_giUvM6DlF4T20F_ELNM,139933
47
47
  lusid/api/queryable_keys_api.py,sha256=EsvV6jOcshsAQ_Bp_HW8yMKouMNLLeJzJm6wuPtIyYY,10307
48
48
  lusid/api/quotes_api.py,sha256=SqxAKNziWY_8DzUnXfq_COFIUiU-pEch3UHZo476IbE,115253
@@ -71,7 +71,7 @@ lusid/api/translation_api.py,sha256=nIyuLncCvVC5k2d7Nm32zR8AQ1dkrVm1OThkmELY_OM,
71
71
  lusid/api/workspace_api.py,sha256=Yox1q7TDY-_O3HF-N8g5kGuNgp4unWvlSZmRZ6MNZO0,196701
72
72
  lusid/api_client.py,sha256=ewMTmf9SRurY8pYnUx9jy24RdldPCOa4US38pnrVxjA,31140
73
73
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
74
- lusid/configuration.py,sha256=nVHoD30Rodj1e-6x22InWJd2AP8nFuQwui-GXniOOIs,17972
74
+ lusid/configuration.py,sha256=MIe_XaXMyJgJ98TZmwuE-YylMGOF8cQGSiZVbKvDzVk,17972
75
75
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
76
76
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
77
77
  lusid/extensions/api_client.py,sha256=GzygWg_h603QK1QS2HvAijuE2R1TnvoF6-Yg0CeM3ug,30943
@@ -1254,6 +1254,6 @@ lusid/models/workspace_update_request.py,sha256=uUXEpX-dJ5UiL9w1wMxIFeovSBiTJ-vi
1254
1254
  lusid/models/yield_curve_data.py,sha256=SbxvdJ4-GWK9kpMdw4Fnxc7_kvIMwgsRsd_31UJn7nw,6330
1255
1255
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1256
1256
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1257
- lusid_sdk-2.1.649.dist-info/METADATA,sha256=-eloNFT5gjrmErfaxPK-5y0lub_jK2MtluNHeaVEDwE,213719
1258
- lusid_sdk-2.1.649.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1259
- lusid_sdk-2.1.649.dist-info/RECORD,,
1257
+ lusid_sdk-2.1.650.dist-info/METADATA,sha256=JqAa2i9uBExkAJnXj0jV1XiIYb-I7AxRiW52ZuDkYU4,213719
1258
+ lusid_sdk-2.1.650.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1259
+ lusid_sdk-2.1.650.dist-info/RECORD,,