lusid-sdk 2.1.363__py3-none-any.whl → 2.1.370__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.
@@ -66,7 +66,7 @@ class WorkspaceApi:
66
66
 
67
67
  @validate_arguments
68
68
  def create_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
69
- """[EARLY ACCESS] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
69
+ """[EXPERIMENTAL] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
70
70
 
71
71
  Create a new item in a personal workspace. # noqa: E501
72
72
  This method makes a synchronous HTTP request by default. To make an
@@ -100,7 +100,7 @@ class WorkspaceApi:
100
100
 
101
101
  @validate_arguments
102
102
  def create_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
103
- """[EARLY ACCESS] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
103
+ """[EXPERIMENTAL] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
104
104
 
105
105
  Create a new item in a personal workspace. # noqa: E501
106
106
  This method makes a synchronous HTTP request by default. To make an
@@ -232,7 +232,7 @@ class WorkspaceApi:
232
232
 
233
233
  @validate_arguments
234
234
  def create_personal_workspace(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
235
- """[EARLY ACCESS] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
235
+ """[EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
236
236
 
237
237
  Create a new personal workspace. # noqa: E501
238
238
  This method makes a synchronous HTTP request by default. To make an
@@ -264,7 +264,7 @@ class WorkspaceApi:
264
264
 
265
265
  @validate_arguments
266
266
  def create_personal_workspace_with_http_info(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
267
- """[EARLY ACCESS] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
267
+ """[EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
268
268
 
269
269
  Create a new personal workspace. # noqa: E501
270
270
  This method makes a synchronous HTTP request by default. To make an
@@ -390,7 +390,7 @@ class WorkspaceApi:
390
390
 
391
391
  @validate_arguments
392
392
  def create_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
393
- """[EARLY ACCESS] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
393
+ """[EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
394
394
 
395
395
  Create a new item in a shared workspace. # noqa: E501
396
396
  This method makes a synchronous HTTP request by default. To make an
@@ -424,7 +424,7 @@ class WorkspaceApi:
424
424
 
425
425
  @validate_arguments
426
426
  def create_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
427
- """[EARLY ACCESS] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
427
+ """[EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
428
428
 
429
429
  Create a new item in a shared workspace. # noqa: E501
430
430
  This method makes a synchronous HTTP request by default. To make an
@@ -556,7 +556,7 @@ class WorkspaceApi:
556
556
 
557
557
  @validate_arguments
558
558
  def create_shared_workspace(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
559
- """[EARLY ACCESS] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
559
+ """[EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
560
560
 
561
561
  Create a new shared workspace. # noqa: E501
562
562
  This method makes a synchronous HTTP request by default. To make an
@@ -588,7 +588,7 @@ class WorkspaceApi:
588
588
 
589
589
  @validate_arguments
590
590
  def create_shared_workspace_with_http_info(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
591
- """[EARLY ACCESS] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
591
+ """[EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
592
592
 
593
593
  Create a new shared workspace. # noqa: E501
594
594
  This method makes a synchronous HTTP request by default. To make an
@@ -714,7 +714,7 @@ class WorkspaceApi:
714
714
 
715
715
  @validate_arguments
716
716
  def delete_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
717
- """[EARLY ACCESS] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
717
+ """[EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
718
718
 
719
719
  Delete an item from a personal workspace. # noqa: E501
720
720
  This method makes a synchronous HTTP request by default. To make an
@@ -748,7 +748,7 @@ class WorkspaceApi:
748
748
 
749
749
  @validate_arguments
750
750
  def delete_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], **kwargs) -> ApiResponse: # noqa: E501
751
- """[EARLY ACCESS] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
751
+ """[EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
752
752
 
753
753
  Delete an item from a personal workspace. # noqa: E501
754
754
  This method makes a synchronous HTTP request by default. To make an
@@ -873,7 +873,7 @@ class WorkspaceApi:
873
873
 
874
874
  @validate_arguments
875
875
  def delete_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
876
- """[EARLY ACCESS] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
876
+ """[EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
877
877
 
878
878
  Delete a personal workspace. # noqa: E501
879
879
  This method makes a synchronous HTTP request by default. To make an
@@ -905,7 +905,7 @@ class WorkspaceApi:
905
905
 
906
906
  @validate_arguments
907
907
  def delete_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], **kwargs) -> ApiResponse: # noqa: E501
908
- """[EARLY ACCESS] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
908
+ """[EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
909
909
 
910
910
  Delete a personal workspace. # noqa: E501
911
911
  This method makes a synchronous HTTP request by default. To make an
@@ -1024,7 +1024,7 @@ class WorkspaceApi:
1024
1024
 
1025
1025
  @validate_arguments
1026
1026
  def delete_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
1027
- """[EARLY ACCESS] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1027
+ """[EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1028
1028
 
1029
1029
  Delete an item from a shared workspace. # noqa: E501
1030
1030
  This method makes a synchronous HTTP request by default. To make an
@@ -1058,7 +1058,7 @@ class WorkspaceApi:
1058
1058
 
1059
1059
  @validate_arguments
1060
1060
  def delete_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], **kwargs) -> ApiResponse: # noqa: E501
1061
- """[EARLY ACCESS] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1061
+ """[EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1062
1062
 
1063
1063
  Delete an item from a shared workspace. # noqa: E501
1064
1064
  This method makes a synchronous HTTP request by default. To make an
@@ -1183,7 +1183,7 @@ class WorkspaceApi:
1183
1183
 
1184
1184
  @validate_arguments
1185
1185
  def delete_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
1186
- """[EARLY ACCESS] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1186
+ """[EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1187
1187
 
1188
1188
  Delete a shared workspace. # noqa: E501
1189
1189
  This method makes a synchronous HTTP request by default. To make an
@@ -1215,7 +1215,7 @@ class WorkspaceApi:
1215
1215
 
1216
1216
  @validate_arguments
1217
1217
  def delete_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], **kwargs) -> ApiResponse: # noqa: E501
1218
- """[EARLY ACCESS] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1218
+ """[EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1219
1219
 
1220
1220
  Delete a shared workspace. # noqa: E501
1221
1221
  This method makes a synchronous HTTP request by default. To make an
@@ -1334,7 +1334,7 @@ class WorkspaceApi:
1334
1334
 
1335
1335
  @validate_arguments
1336
1336
  def get_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
1337
- """[EARLY ACCESS] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1337
+ """[EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1338
1338
 
1339
1339
  Get a single personal workspace item. # noqa: E501
1340
1340
  This method makes a synchronous HTTP request by default. To make an
@@ -1370,7 +1370,7 @@ class WorkspaceApi:
1370
1370
 
1371
1371
  @validate_arguments
1372
1372
  def get_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1373
- """[EARLY ACCESS] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1373
+ """[EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1374
1374
 
1375
1375
  Get a single personal workspace item. # noqa: E501
1376
1376
  This method makes a synchronous HTTP request by default. To make an
@@ -1504,7 +1504,7 @@ class WorkspaceApi:
1504
1504
 
1505
1505
  @validate_arguments
1506
1506
  def get_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
1507
- """[EARLY ACCESS] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1507
+ """[EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1508
1508
 
1509
1509
  Get a personal workspace. # noqa: E501
1510
1510
  This method makes a synchronous HTTP request by default. To make an
@@ -1538,7 +1538,7 @@ class WorkspaceApi:
1538
1538
 
1539
1539
  @validate_arguments
1540
1540
  def get_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1541
- """[EARLY ACCESS] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1541
+ """[EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1542
1542
 
1543
1543
  Get a personal workspace. # noqa: E501
1544
1544
  This method makes a synchronous HTTP request by default. To make an
@@ -1666,7 +1666,7 @@ class WorkspaceApi:
1666
1666
 
1667
1667
  @validate_arguments
1668
1668
  def get_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
1669
- """[EARLY ACCESS] GetSharedItem: Get a single shared workspace item. # noqa: E501
1669
+ """[EXPERIMENTAL] GetSharedItem: Get a single shared workspace item. # noqa: E501
1670
1670
 
1671
1671
  Get a single shared workspace item. # noqa: E501
1672
1672
  This method makes a synchronous HTTP request by default. To make an
@@ -1702,7 +1702,7 @@ class WorkspaceApi:
1702
1702
 
1703
1703
  @validate_arguments
1704
1704
  def get_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1705
- """[EARLY ACCESS] GetSharedItem: Get a single shared workspace item. # noqa: E501
1705
+ """[EXPERIMENTAL] GetSharedItem: Get a single shared workspace item. # noqa: E501
1706
1706
 
1707
1707
  Get a single shared workspace item. # noqa: E501
1708
1708
  This method makes a synchronous HTTP request by default. To make an
@@ -1836,7 +1836,7 @@ class WorkspaceApi:
1836
1836
 
1837
1837
  @validate_arguments
1838
1838
  def get_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
1839
- """[EARLY ACCESS] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1839
+ """[EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1840
1840
 
1841
1841
  Get a shared workspace. # noqa: E501
1842
1842
  This method makes a synchronous HTTP request by default. To make an
@@ -1870,7 +1870,7 @@ class WorkspaceApi:
1870
1870
 
1871
1871
  @validate_arguments
1872
1872
  def get_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1873
- """[EARLY ACCESS] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1873
+ """[EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1874
1874
 
1875
1875
  Get a shared workspace. # noqa: E501
1876
1876
  This method makes a synchronous HTTP request by default. To make an
@@ -1998,7 +1998,7 @@ class WorkspaceApi:
1998
1998
 
1999
1999
  @validate_arguments
2000
2000
  def list_personal_items(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspaceItem, Awaitable[PagedResourceListOfWorkspaceItem]]: # noqa: E501
2001
- """[EARLY ACCESS] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2001
+ """[EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2002
2002
 
2003
2003
  List the items in a personal workspace. # noqa: E501
2004
2004
  This method makes a synchronous HTTP request by default. To make an
@@ -2040,7 +2040,7 @@ class WorkspaceApi:
2040
2040
 
2041
2041
  @validate_arguments
2042
2042
  def list_personal_items_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2043
- """[EARLY ACCESS] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2043
+ """[EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2044
2044
 
2045
2045
  List the items in a personal workspace. # noqa: E501
2046
2046
  This method makes a synchronous HTTP request by default. To make an
@@ -2193,7 +2193,7 @@ class WorkspaceApi:
2193
2193
 
2194
2194
  @validate_arguments
2195
2195
  def list_personal_workspaces(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspace, Awaitable[PagedResourceListOfWorkspace]]: # noqa: E501
2196
- """[EARLY ACCESS] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2196
+ """[EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2197
2197
 
2198
2198
  List personal workspaces. # noqa: E501
2199
2199
  This method makes a synchronous HTTP request by default. To make an
@@ -2233,7 +2233,7 @@ class WorkspaceApi:
2233
2233
 
2234
2234
  @validate_arguments
2235
2235
  def list_personal_workspaces_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2236
- """[EARLY ACCESS] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2236
+ """[EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2237
2237
 
2238
2238
  List personal workspaces. # noqa: E501
2239
2239
  This method makes a synchronous HTTP request by default. To make an
@@ -2380,7 +2380,7 @@ class WorkspaceApi:
2380
2380
 
2381
2381
  @validate_arguments
2382
2382
  def list_shared_items(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspaceItem, Awaitable[PagedResourceListOfWorkspaceItem]]: # noqa: E501
2383
- """[EARLY ACCESS] ListSharedItems: List the items in a shared workspace. # noqa: E501
2383
+ """[EXPERIMENTAL] ListSharedItems: List the items in a shared workspace. # noqa: E501
2384
2384
 
2385
2385
  List the items in a shared workspace. # noqa: E501
2386
2386
  This method makes a synchronous HTTP request by default. To make an
@@ -2422,7 +2422,7 @@ class WorkspaceApi:
2422
2422
 
2423
2423
  @validate_arguments
2424
2424
  def list_shared_items_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2425
- """[EARLY ACCESS] ListSharedItems: List the items in a shared workspace. # noqa: E501
2425
+ """[EXPERIMENTAL] ListSharedItems: List the items in a shared workspace. # noqa: E501
2426
2426
 
2427
2427
  List the items in a shared workspace. # noqa: E501
2428
2428
  This method makes a synchronous HTTP request by default. To make an
@@ -2575,7 +2575,7 @@ class WorkspaceApi:
2575
2575
 
2576
2576
  @validate_arguments
2577
2577
  def list_shared_workspaces(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspace, Awaitable[PagedResourceListOfWorkspace]]: # noqa: E501
2578
- """[EARLY ACCESS] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2578
+ """[EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2579
2579
 
2580
2580
  List shared workspaces. # noqa: E501
2581
2581
  This method makes a synchronous HTTP request by default. To make an
@@ -2615,7 +2615,7 @@ class WorkspaceApi:
2615
2615
 
2616
2616
  @validate_arguments
2617
2617
  def list_shared_workspaces_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2618
- """[EARLY ACCESS] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2618
+ """[EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2619
2619
 
2620
2620
  List shared workspaces. # noqa: E501
2621
2621
  This method makes a synchronous HTTP request by default. To make an
@@ -2762,7 +2762,7 @@ class WorkspaceApi:
2762
2762
 
2763
2763
  @validate_arguments
2764
2764
  def update_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
2765
- """[EARLY ACCESS] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2765
+ """[EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2766
2766
 
2767
2767
  Update an item in a personal workspace. # noqa: E501
2768
2768
  This method makes a synchronous HTTP request by default. To make an
@@ -2798,7 +2798,7 @@ class WorkspaceApi:
2798
2798
 
2799
2799
  @validate_arguments
2800
2800
  def update_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2801
- """[EARLY ACCESS] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2801
+ """[EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2802
2802
 
2803
2803
  Update an item in a personal workspace. # noqa: E501
2804
2804
  This method makes a synchronous HTTP request by default. To make an
@@ -2936,7 +2936,7 @@ class WorkspaceApi:
2936
2936
 
2937
2937
  @validate_arguments
2938
2938
  def update_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
2939
- """[EARLY ACCESS] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2939
+ """[EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2940
2940
 
2941
2941
  Update a personal workspace. # noqa: E501
2942
2942
  This method makes a synchronous HTTP request by default. To make an
@@ -2970,7 +2970,7 @@ class WorkspaceApi:
2970
2970
 
2971
2971
  @validate_arguments
2972
2972
  def update_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2973
- """[EARLY ACCESS] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2973
+ """[EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2974
2974
 
2975
2975
  Update a personal workspace. # noqa: E501
2976
2976
  This method makes a synchronous HTTP request by default. To make an
@@ -3102,7 +3102,7 @@ class WorkspaceApi:
3102
3102
 
3103
3103
  @validate_arguments
3104
3104
  def update_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
3105
- """[EARLY ACCESS] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3105
+ """[EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3106
3106
 
3107
3107
  Update an item in a shared workspace. # noqa: E501
3108
3108
  This method makes a synchronous HTTP request by default. To make an
@@ -3138,7 +3138,7 @@ class WorkspaceApi:
3138
3138
 
3139
3139
  @validate_arguments
3140
3140
  def update_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3141
- """[EARLY ACCESS] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3141
+ """[EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3142
3142
 
3143
3143
  Update an item in a shared workspace. # noqa: E501
3144
3144
  This method makes a synchronous HTTP request by default. To make an
@@ -3276,7 +3276,7 @@ class WorkspaceApi:
3276
3276
 
3277
3277
  @validate_arguments
3278
3278
  def update_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
3279
- """[EARLY ACCESS] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3279
+ """[EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3280
3280
 
3281
3281
  Update a shared workspace. # noqa: E501
3282
3282
  This method makes a synchronous HTTP request by default. To make an
@@ -3310,7 +3310,7 @@ class WorkspaceApi:
3310
3310
 
3311
3311
  @validate_arguments
3312
3312
  def update_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3313
- """[EARLY ACCESS] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3313
+ """[EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3314
3314
 
3315
3315
  Update a shared workspace. # noqa: E501
3316
3316
  This method makes a synchronous HTTP request by default. To make an
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.6793\n"\
385
+ "Version of the API: 0.11.6800\n"\
386
386
  "SDK Package Version: {package_version}".\
387
387
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
388
388
 
lusid/models/calendar.py CHANGED
@@ -20,6 +20,7 @@ import json
20
20
 
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictStr, conlist, constr
23
+ from lusid.models.link import Link
23
24
  from lusid.models.model_property import ModelProperty
24
25
  from lusid.models.resource_id import ResourceId
25
26
  from lusid.models.version import Version
@@ -36,7 +37,8 @@ class Calendar(BaseModel):
36
37
  source_provider: constr(strict=True, min_length=1) = Field(..., alias="sourceProvider")
37
38
  properties: conlist(ModelProperty) = Field(...)
38
39
  version: Optional[Version] = None
39
- __properties = ["href", "id", "type", "weekendMask", "sourceProvider", "properties", "version"]
40
+ links: Optional[conlist(Link)] = None
41
+ __properties = ["href", "id", "type", "weekendMask", "sourceProvider", "properties", "version", "links"]
40
42
 
41
43
  class Config:
42
44
  """Pydantic configuration"""
@@ -78,11 +80,23 @@ class Calendar(BaseModel):
78
80
  # override the default output from pydantic by calling `to_dict()` of version
79
81
  if self.version:
80
82
  _dict['version'] = self.version.to_dict()
83
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
84
+ _items = []
85
+ if self.links:
86
+ for _item in self.links:
87
+ if _item:
88
+ _items.append(_item.to_dict())
89
+ _dict['links'] = _items
81
90
  # set to None if href (nullable) is None
82
91
  # and __fields_set__ contains the field
83
92
  if self.href is None and "href" in self.__fields_set__:
84
93
  _dict['href'] = None
85
94
 
95
+ # set to None if links (nullable) is None
96
+ # and __fields_set__ contains the field
97
+ if self.links is None and "links" in self.__fields_set__:
98
+ _dict['links'] = None
99
+
86
100
  return _dict
87
101
 
88
102
  @classmethod
@@ -101,6 +115,7 @@ class Calendar(BaseModel):
101
115
  "weekend_mask": WeekendMask.from_dict(obj.get("weekendMask")) if obj.get("weekendMask") is not None else None,
102
116
  "source_provider": obj.get("sourceProvider"),
103
117
  "properties": [ModelProperty.from_dict(_item) for _item in obj.get("properties")] if obj.get("properties") is not None else None,
104
- "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None
118
+ "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
119
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
105
120
  })
106
121
  return _obj
@@ -21,6 +21,7 @@ import json
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictStr, conlist, constr
23
23
  from lusid.models.custom_entity_field_definition import CustomEntityFieldDefinition
24
+ from lusid.models.link import Link
24
25
  from lusid.models.version import Version
25
26
 
26
27
  class CustomEntityDefinition(BaseModel):
@@ -34,7 +35,8 @@ class CustomEntityDefinition(BaseModel):
34
35
  entity_type: constr(strict=True, min_length=1) = Field(..., alias="entityType", description="The identifier for the custom entity type, derived from the “entityTypeName” provided on creation.")
35
36
  field_schema: conlist(CustomEntityFieldDefinition) = Field(..., alias="fieldSchema", description="The description of the fields on the custom entity type.")
36
37
  version: Version = Field(...)
37
- __properties = ["href", "entityTypeName", "displayName", "description", "entityType", "fieldSchema", "version"]
38
+ links: Optional[conlist(Link)] = None
39
+ __properties = ["href", "entityTypeName", "displayName", "description", "entityType", "fieldSchema", "version", "links"]
38
40
 
39
41
  class Config:
40
42
  """Pydantic configuration"""
@@ -70,6 +72,13 @@ class CustomEntityDefinition(BaseModel):
70
72
  # override the default output from pydantic by calling `to_dict()` of version
71
73
  if self.version:
72
74
  _dict['version'] = self.version.to_dict()
75
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
76
+ _items = []
77
+ if self.links:
78
+ for _item in self.links:
79
+ if _item:
80
+ _items.append(_item.to_dict())
81
+ _dict['links'] = _items
73
82
  # set to None if href (nullable) is None
74
83
  # and __fields_set__ contains the field
75
84
  if self.href is None and "href" in self.__fields_set__:
@@ -80,6 +89,11 @@ class CustomEntityDefinition(BaseModel):
80
89
  if self.description is None and "description" in self.__fields_set__:
81
90
  _dict['description'] = None
82
91
 
92
+ # set to None if links (nullable) is None
93
+ # and __fields_set__ contains the field
94
+ if self.links is None and "links" in self.__fields_set__:
95
+ _dict['links'] = None
96
+
83
97
  return _dict
84
98
 
85
99
  @classmethod
@@ -98,6 +112,7 @@ class CustomEntityDefinition(BaseModel):
98
112
  "description": obj.get("description"),
99
113
  "entity_type": obj.get("entityType"),
100
114
  "field_schema": [CustomEntityFieldDefinition.from_dict(_item) for _item in obj.get("fieldSchema")] if obj.get("fieldSchema") is not None else None,
101
- "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None
115
+ "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
116
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
102
117
  })
103
118
  return _obj
@@ -21,6 +21,7 @@ import json
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictStr, conlist, constr
23
23
  from lusid.models.custom_entity_field_definition import CustomEntityFieldDefinition
24
+ from lusid.models.link import Link
24
25
  from lusid.models.version import Version
25
26
 
26
27
  class CustomEntityType(BaseModel):
@@ -34,7 +35,8 @@ class CustomEntityType(BaseModel):
34
35
  entity_type: constr(strict=True, min_length=1) = Field(..., alias="entityType", description="The identifier for the custom entity type, derived from the “entityTypeName” provided on creation.")
35
36
  field_schema: conlist(CustomEntityFieldDefinition) = Field(..., alias="fieldSchema", description="The description of the fields on the custom entity type.")
36
37
  version: Version = Field(...)
37
- __properties = ["href", "entityTypeName", "displayName", "description", "entityType", "fieldSchema", "version"]
38
+ links: Optional[conlist(Link)] = None
39
+ __properties = ["href", "entityTypeName", "displayName", "description", "entityType", "fieldSchema", "version", "links"]
38
40
 
39
41
  class Config:
40
42
  """Pydantic configuration"""
@@ -70,6 +72,13 @@ class CustomEntityType(BaseModel):
70
72
  # override the default output from pydantic by calling `to_dict()` of version
71
73
  if self.version:
72
74
  _dict['version'] = self.version.to_dict()
75
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
76
+ _items = []
77
+ if self.links:
78
+ for _item in self.links:
79
+ if _item:
80
+ _items.append(_item.to_dict())
81
+ _dict['links'] = _items
73
82
  # set to None if href (nullable) is None
74
83
  # and __fields_set__ contains the field
75
84
  if self.href is None and "href" in self.__fields_set__:
@@ -80,6 +89,11 @@ class CustomEntityType(BaseModel):
80
89
  if self.description is None and "description" in self.__fields_set__:
81
90
  _dict['description'] = None
82
91
 
92
+ # set to None if links (nullable) is None
93
+ # and __fields_set__ contains the field
94
+ if self.links is None and "links" in self.__fields_set__:
95
+ _dict['links'] = None
96
+
83
97
  return _dict
84
98
 
85
99
  @classmethod
@@ -98,6 +112,7 @@ class CustomEntityType(BaseModel):
98
112
  "description": obj.get("description"),
99
113
  "entity_type": obj.get("entityType"),
100
114
  "field_schema": [CustomEntityFieldDefinition.from_dict(_item) for _item in obj.get("fieldSchema")] if obj.get("fieldSchema") is not None else None,
101
- "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None
115
+ "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
116
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
102
117
  })
103
118
  return _obj
lusid/models/data_type.py CHANGED
@@ -24,6 +24,7 @@ from lusid.models.i_unit_definition_dto import IUnitDefinitionDto
24
24
  from lusid.models.link import Link
25
25
  from lusid.models.reference_data import ReferenceData
26
26
  from lusid.models.resource_id import ResourceId
27
+ from lusid.models.staged_modifications_info import StagedModificationsInfo
27
28
  from lusid.models.version import Version
28
29
 
29
30
  class DataType(BaseModel):
@@ -41,8 +42,9 @@ class DataType(BaseModel):
41
42
  reference_data: Optional[ReferenceData] = Field(None, alias="referenceData")
42
43
  version: Optional[Version] = None
43
44
  href: Optional[StrictStr] = Field(None, description="The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.")
45
+ staged_modifications: Optional[StagedModificationsInfo] = Field(None, alias="stagedModifications")
44
46
  links: Optional[conlist(Link)] = None
45
- __properties = ["typeValueRange", "id", "displayName", "description", "valueType", "acceptableValues", "unitSchema", "acceptableUnits", "referenceData", "version", "href", "links"]
47
+ __properties = ["typeValueRange", "id", "displayName", "description", "valueType", "acceptableValues", "unitSchema", "acceptableUnits", "referenceData", "version", "href", "stagedModifications", "links"]
46
48
 
47
49
  @validator('type_value_range')
48
50
  def type_value_range_validate_enum(cls, value):
@@ -108,6 +110,9 @@ class DataType(BaseModel):
108
110
  # override the default output from pydantic by calling `to_dict()` of version
109
111
  if self.version:
110
112
  _dict['version'] = self.version.to_dict()
113
+ # override the default output from pydantic by calling `to_dict()` of staged_modifications
114
+ if self.staged_modifications:
115
+ _dict['stagedModifications'] = self.staged_modifications.to_dict()
111
116
  # override the default output from pydantic by calling `to_dict()` of each item in links (list)
112
117
  _items = []
113
118
  if self.links:
@@ -158,6 +163,7 @@ class DataType(BaseModel):
158
163
  "reference_data": ReferenceData.from_dict(obj.get("referenceData")) if obj.get("referenceData") is not None else None,
159
164
  "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
160
165
  "href": obj.get("href"),
166
+ "staged_modifications": StagedModificationsInfo.from_dict(obj.get("stagedModifications")) if obj.get("stagedModifications") is not None else None,
161
167
  "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
162
168
  })
163
169
  return _obj
@@ -18,8 +18,9 @@ import re # noqa: F401
18
18
  import json
19
19
 
20
20
 
21
- from typing import Any, Dict, Optional
22
- from pydantic.v1 import BaseModel, Field, StrictInt, StrictStr
21
+ from typing import Any, Dict, List, Optional
22
+ from pydantic.v1 import BaseModel, Field, StrictInt, StrictStr, conlist
23
+ from lusid.models.link import Link
23
24
  from lusid.models.resource_id import ResourceId
24
25
  from lusid.models.version import Version
25
26
 
@@ -35,7 +36,8 @@ class InstrumentEventInstruction(BaseModel):
35
36
  holding_id: Optional[StrictInt] = Field(None, alias="holdingId", description="For holding instructions, the id of the holding for which the instruction will apply")
36
37
  version: Optional[Version] = None
37
38
  href: Optional[StrictStr] = Field(None, description="The uri for this version of this instruction")
38
- __properties = ["instrumentEventInstructionId", "portfolioId", "instrumentEventId", "instructionType", "electionKey", "holdingId", "version", "href"]
39
+ links: Optional[conlist(Link)] = None
40
+ __properties = ["instrumentEventInstructionId", "portfolioId", "instrumentEventId", "instructionType", "electionKey", "holdingId", "version", "href", "links"]
39
41
 
40
42
  class Config:
41
43
  """Pydantic configuration"""
@@ -67,6 +69,13 @@ class InstrumentEventInstruction(BaseModel):
67
69
  # override the default output from pydantic by calling `to_dict()` of version
68
70
  if self.version:
69
71
  _dict['version'] = self.version.to_dict()
72
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
73
+ _items = []
74
+ if self.links:
75
+ for _item in self.links:
76
+ if _item:
77
+ _items.append(_item.to_dict())
78
+ _dict['links'] = _items
70
79
  # set to None if instrument_event_instruction_id (nullable) is None
71
80
  # and __fields_set__ contains the field
72
81
  if self.instrument_event_instruction_id is None and "instrument_event_instruction_id" in self.__fields_set__:
@@ -97,6 +106,11 @@ class InstrumentEventInstruction(BaseModel):
97
106
  if self.href is None and "href" in self.__fields_set__:
98
107
  _dict['href'] = None
99
108
 
109
+ # set to None if links (nullable) is None
110
+ # and __fields_set__ contains the field
111
+ if self.links is None and "links" in self.__fields_set__:
112
+ _dict['links'] = None
113
+
100
114
  return _dict
101
115
 
102
116
  @classmethod
@@ -116,6 +130,7 @@ class InstrumentEventInstruction(BaseModel):
116
130
  "election_key": obj.get("electionKey"),
117
131
  "holding_id": obj.get("holdingId"),
118
132
  "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
119
- "href": obj.get("href")
133
+ "href": obj.get("href"),
134
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
120
135
  })
121
136
  return _obj
lusid/models/person.py CHANGED
@@ -20,6 +20,7 @@ import json
20
20
 
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictStr, conlist
23
+ from lusid.models.link import Link
23
24
  from lusid.models.model_property import ModelProperty
24
25
  from lusid.models.relationship import Relationship
25
26
  from lusid.models.version import Version
@@ -36,7 +37,8 @@ class Person(BaseModel):
36
37
  properties: Optional[Dict[str, ModelProperty]] = Field(None, description="A set of properties associated to the Person. There can be multiple properties associated with a property key.")
37
38
  relationships: Optional[conlist(Relationship)] = Field(None, description="A set of relationships associated to the Person.")
38
39
  version: Optional[Version] = None
39
- __properties = ["displayName", "description", "href", "lusidPersonId", "identifiers", "properties", "relationships", "version"]
40
+ links: Optional[conlist(Link)] = None
41
+ __properties = ["displayName", "description", "href", "lusidPersonId", "identifiers", "properties", "relationships", "version", "links"]
40
42
 
41
43
  class Config:
42
44
  """Pydantic configuration"""
@@ -86,6 +88,13 @@ class Person(BaseModel):
86
88
  # override the default output from pydantic by calling `to_dict()` of version
87
89
  if self.version:
88
90
  _dict['version'] = self.version.to_dict()
91
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
92
+ _items = []
93
+ if self.links:
94
+ for _item in self.links:
95
+ if _item:
96
+ _items.append(_item.to_dict())
97
+ _dict['links'] = _items
89
98
  # set to None if display_name (nullable) is None
90
99
  # and __fields_set__ contains the field
91
100
  if self.display_name is None and "display_name" in self.__fields_set__:
@@ -121,6 +130,11 @@ class Person(BaseModel):
121
130
  if self.relationships is None and "relationships" in self.__fields_set__:
122
131
  _dict['relationships'] = None
123
132
 
133
+ # set to None if links (nullable) is None
134
+ # and __fields_set__ contains the field
135
+ if self.links is None and "links" in self.__fields_set__:
136
+ _dict['links'] = None
137
+
124
138
  return _dict
125
139
 
126
140
  @classmethod
@@ -150,6 +164,7 @@ class Person(BaseModel):
150
164
  if obj.get("properties") is not None
151
165
  else None,
152
166
  "relationships": [Relationship.from_dict(_item) for _item in obj.get("relationships")] if obj.get("relationships") is not None else None,
153
- "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None
167
+ "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
168
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
154
169
  })
155
170
  return _obj
@@ -41,8 +41,10 @@ class ValuationPointDataResponse(BaseModel):
41
41
  previous_nav: Union[StrictFloat, StrictInt] = Field(..., alias="previousNav", description="DEPRECATED. The Net Asset Value of the Fund at the End of the last Period.")
42
42
  fund_valuation_point_data: FundValuationPointData = Field(..., alias="fundValuationPointData")
43
43
  share_class_data: Dict[str, ShareClassData] = Field(..., alias="shareClassData", description="The data for all share classes in fund. Share classes are identified by their short codes.")
44
+ valuation_point_code: Optional[StrictStr] = Field(None, alias="valuationPointCode", description="The code of the valuation point.")
45
+ previous_valuation_point_code: Optional[StrictStr] = Field(None, alias="previousValuationPointCode", description="The code of the previous valuation point.")
44
46
  links: Optional[conlist(Link)] = None
45
- __properties = ["href", "type", "status", "backout", "dealing", "pnL", "gav", "fees", "nav", "previousNav", "fundValuationPointData", "shareClassData", "links"]
47
+ __properties = ["href", "type", "status", "backout", "dealing", "pnL", "gav", "fees", "nav", "previousNav", "fundValuationPointData", "shareClassData", "valuationPointCode", "previousValuationPointCode", "links"]
46
48
 
47
49
  class Config:
48
50
  """Pydantic configuration"""
@@ -97,6 +99,16 @@ class ValuationPointDataResponse(BaseModel):
97
99
  if self.href is None and "href" in self.__fields_set__:
98
100
  _dict['href'] = None
99
101
 
102
+ # set to None if valuation_point_code (nullable) is None
103
+ # and __fields_set__ contains the field
104
+ if self.valuation_point_code is None and "valuation_point_code" in self.__fields_set__:
105
+ _dict['valuationPointCode'] = None
106
+
107
+ # set to None if previous_valuation_point_code (nullable) is None
108
+ # and __fields_set__ contains the field
109
+ if self.previous_valuation_point_code is None and "previous_valuation_point_code" in self.__fields_set__:
110
+ _dict['previousValuationPointCode'] = None
111
+
100
112
  # set to None if links (nullable) is None
101
113
  # and __fields_set__ contains the field
102
114
  if self.links is None and "links" in self.__fields_set__:
@@ -136,6 +148,8 @@ class ValuationPointDataResponse(BaseModel):
136
148
  )
137
149
  if obj.get("shareClassData") is not None
138
150
  else None,
151
+ "valuation_point_code": obj.get("valuationPointCode"),
152
+ "previous_valuation_point_code": obj.get("previousValuationPointCode"),
139
153
  "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
140
154
  })
141
155
  return _obj
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.363
3
+ Version: 2.1.370
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -573,26 +573,26 @@ Class | Method | HTTP request | Description
573
573
  *TransactionPortfoliosApi* | [**upsert_transactions**](docs/TransactionPortfoliosApi.md#upsert_transactions) | **POST** /api/transactionportfolios/{scope}/{code}/transactions | UpsertTransactions: Upsert transactions
574
574
  *TranslationApi* | [**translate_instrument_definitions**](docs/TranslationApi.md#translate_instrument_definitions) | **POST** /api/translation/instrumentdefinitions | [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments
575
575
  *TranslationApi* | [**translate_trade_tickets**](docs/TranslationApi.md#translate_trade_tickets) | **POST** /api/translation/tradetickets | [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket
576
- *WorkspaceApi* | [**create_personal_item**](docs/WorkspaceApi.md#create_personal_item) | **POST** /api/workspaces/personal/{workspaceName}/items | [EARLY ACCESS] CreatePersonalItem: Create a new item in a personal workspace.
577
- *WorkspaceApi* | [**create_personal_workspace**](docs/WorkspaceApi.md#create_personal_workspace) | **POST** /api/workspaces/personal | [EARLY ACCESS] CreatePersonalWorkspace: Create a new personal workspace.
578
- *WorkspaceApi* | [**create_shared_item**](docs/WorkspaceApi.md#create_shared_item) | **POST** /api/workspaces/shared/{workspaceName}/items | [EARLY ACCESS] CreateSharedItem: Create a new item in a shared workspace.
579
- *WorkspaceApi* | [**create_shared_workspace**](docs/WorkspaceApi.md#create_shared_workspace) | **POST** /api/workspaces/shared | [EARLY ACCESS] CreateSharedWorkspace: Create a new shared workspace.
580
- *WorkspaceApi* | [**delete_personal_item**](docs/WorkspaceApi.md#delete_personal_item) | **DELETE** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EARLY ACCESS] DeletePersonalItem: Delete an item from a personal workspace.
581
- *WorkspaceApi* | [**delete_personal_workspace**](docs/WorkspaceApi.md#delete_personal_workspace) | **DELETE** /api/workspaces/personal/{workspaceName} | [EARLY ACCESS] DeletePersonalWorkspace: Delete a personal workspace.
582
- *WorkspaceApi* | [**delete_shared_item**](docs/WorkspaceApi.md#delete_shared_item) | **DELETE** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EARLY ACCESS] DeleteSharedItem: Delete an item from a shared workspace.
583
- *WorkspaceApi* | [**delete_shared_workspace**](docs/WorkspaceApi.md#delete_shared_workspace) | **DELETE** /api/workspaces/shared/{workspaceName} | [EARLY ACCESS] DeleteSharedWorkspace: Delete a shared workspace.
584
- *WorkspaceApi* | [**get_personal_item**](docs/WorkspaceApi.md#get_personal_item) | **GET** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EARLY ACCESS] GetPersonalItem: Get a single personal workspace item.
585
- *WorkspaceApi* | [**get_personal_workspace**](docs/WorkspaceApi.md#get_personal_workspace) | **GET** /api/workspaces/personal/{workspaceName} | [EARLY ACCESS] GetPersonalWorkspace: Get a personal workspace.
586
- *WorkspaceApi* | [**get_shared_item**](docs/WorkspaceApi.md#get_shared_item) | **GET** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EARLY ACCESS] GetSharedItem: Get a single shared workspace item.
587
- *WorkspaceApi* | [**get_shared_workspace**](docs/WorkspaceApi.md#get_shared_workspace) | **GET** /api/workspaces/shared/{workspaceName} | [EARLY ACCESS] GetSharedWorkspace: Get a shared workspace.
588
- *WorkspaceApi* | [**list_personal_items**](docs/WorkspaceApi.md#list_personal_items) | **GET** /api/workspaces/personal/{workspaceName}/items | [EARLY ACCESS] ListPersonalItems: List the items in a personal workspace.
589
- *WorkspaceApi* | [**list_personal_workspaces**](docs/WorkspaceApi.md#list_personal_workspaces) | **GET** /api/workspaces/personal | [EARLY ACCESS] ListPersonalWorkspaces: List personal workspaces.
590
- *WorkspaceApi* | [**list_shared_items**](docs/WorkspaceApi.md#list_shared_items) | **GET** /api/workspaces/shared/{workspaceName}/items | [EARLY ACCESS] ListSharedItems: List the items in a shared workspace.
591
- *WorkspaceApi* | [**list_shared_workspaces**](docs/WorkspaceApi.md#list_shared_workspaces) | **GET** /api/workspaces/shared | [EARLY ACCESS] ListSharedWorkspaces: List shared workspaces.
592
- *WorkspaceApi* | [**update_personal_item**](docs/WorkspaceApi.md#update_personal_item) | **PUT** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EARLY ACCESS] UpdatePersonalItem: Update an item in a personal workspace.
593
- *WorkspaceApi* | [**update_personal_workspace**](docs/WorkspaceApi.md#update_personal_workspace) | **PUT** /api/workspaces/personal/{workspaceName} | [EARLY ACCESS] UpdatePersonalWorkspace: Update a personal workspace.
594
- *WorkspaceApi* | [**update_shared_item**](docs/WorkspaceApi.md#update_shared_item) | **PUT** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EARLY ACCESS] UpdateSharedItem: Update an item in a shared workspace.
595
- *WorkspaceApi* | [**update_shared_workspace**](docs/WorkspaceApi.md#update_shared_workspace) | **PUT** /api/workspaces/shared/{workspaceName} | [EARLY ACCESS] UpdateSharedWorkspace: Update a shared workspace.
576
+ *WorkspaceApi* | [**create_personal_item**](docs/WorkspaceApi.md#create_personal_item) | **POST** /api/workspaces/personal/{workspaceName}/items | [EXPERIMENTAL] CreatePersonalItem: Create a new item in a personal workspace.
577
+ *WorkspaceApi* | [**create_personal_workspace**](docs/WorkspaceApi.md#create_personal_workspace) | **POST** /api/workspaces/personal | [EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace.
578
+ *WorkspaceApi* | [**create_shared_item**](docs/WorkspaceApi.md#create_shared_item) | **POST** /api/workspaces/shared/{workspaceName}/items | [EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace.
579
+ *WorkspaceApi* | [**create_shared_workspace**](docs/WorkspaceApi.md#create_shared_workspace) | **POST** /api/workspaces/shared | [EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace.
580
+ *WorkspaceApi* | [**delete_personal_item**](docs/WorkspaceApi.md#delete_personal_item) | **DELETE** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace.
581
+ *WorkspaceApi* | [**delete_personal_workspace**](docs/WorkspaceApi.md#delete_personal_workspace) | **DELETE** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace.
582
+ *WorkspaceApi* | [**delete_shared_item**](docs/WorkspaceApi.md#delete_shared_item) | **DELETE** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace.
583
+ *WorkspaceApi* | [**delete_shared_workspace**](docs/WorkspaceApi.md#delete_shared_workspace) | **DELETE** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace.
584
+ *WorkspaceApi* | [**get_personal_item**](docs/WorkspaceApi.md#get_personal_item) | **GET** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item.
585
+ *WorkspaceApi* | [**get_personal_workspace**](docs/WorkspaceApi.md#get_personal_workspace) | **GET** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace.
586
+ *WorkspaceApi* | [**get_shared_item**](docs/WorkspaceApi.md#get_shared_item) | **GET** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] GetSharedItem: Get a single shared workspace item.
587
+ *WorkspaceApi* | [**get_shared_workspace**](docs/WorkspaceApi.md#get_shared_workspace) | **GET** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace.
588
+ *WorkspaceApi* | [**list_personal_items**](docs/WorkspaceApi.md#list_personal_items) | **GET** /api/workspaces/personal/{workspaceName}/items | [EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace.
589
+ *WorkspaceApi* | [**list_personal_workspaces**](docs/WorkspaceApi.md#list_personal_workspaces) | **GET** /api/workspaces/personal | [EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces.
590
+ *WorkspaceApi* | [**list_shared_items**](docs/WorkspaceApi.md#list_shared_items) | **GET** /api/workspaces/shared/{workspaceName}/items | [EXPERIMENTAL] ListSharedItems: List the items in a shared workspace.
591
+ *WorkspaceApi* | [**list_shared_workspaces**](docs/WorkspaceApi.md#list_shared_workspaces) | **GET** /api/workspaces/shared | [EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces.
592
+ *WorkspaceApi* | [**update_personal_item**](docs/WorkspaceApi.md#update_personal_item) | **PUT** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace.
593
+ *WorkspaceApi* | [**update_personal_workspace**](docs/WorkspaceApi.md#update_personal_workspace) | **PUT** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace.
594
+ *WorkspaceApi* | [**update_shared_item**](docs/WorkspaceApi.md#update_shared_item) | **PUT** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace.
595
+ *WorkspaceApi* | [**update_shared_workspace**](docs/WorkspaceApi.md#update_shared_workspace) | **PUT** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace.
596
596
 
597
597
 
598
598
  <a id="documentation-for-models"></a>
@@ -66,10 +66,10 @@ lusid/api/transaction_configuration_api.py,sha256=BVe83Sp6eRpzjpQPEx2jMEbo55Vu6p
66
66
  lusid/api/transaction_fees_api.py,sha256=xVH3EPyc0clDSNivBO57PsKxaVNT3evVvPdfYWooyyM,64512
67
67
  lusid/api/transaction_portfolios_api.py,sha256=7G5m6iTQXTKCc6ASdxnlVJjvFascHxEgDpVHQi2R9_E,558130
68
68
  lusid/api/translation_api.py,sha256=xTAaKEW96JTDIZBXCjxSguCa7Gz4oVd5jdObUE2egwo,20092
69
- lusid/api/workspace_api.py,sha256=tVTg9U0EBp-Usbg0skl_s_yiN1TVUNXlCi0YUWjdrH4,192167
69
+ lusid/api/workspace_api.py,sha256=GtjOpr7UDgtXa3KmlwmFX4LJEa5dg53qzTyfy-FY0d4,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=MES8v9M5Klquv-prLey5X94jKPizj2YA8DZ9_HLohW4,14733
72
+ lusid/configuration.py,sha256=vlws9wpqTr_pKdijzF-UqBJnpR28lRnemKe0S9kfTnA,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
@@ -174,7 +174,7 @@ lusid/models/bucketed_cash_flow_request.py,sha256=KQpdr91i4ZN3FGPsN5wseqb-_miMic
174
174
  lusid/models/bucketed_cash_flow_response.py,sha256=Vmw1I1l-zrnqVDjReLKRJQD6i8MdD4q04sreJpyh0JQ,5611
175
175
  lusid/models/bucketing_schedule.py,sha256=D72KfpglK3DnP0u3sUgsirw3UUkfHwpVST0pi2J0BXs,2100
176
176
  lusid/models/calculation_info.py,sha256=ZdZp4VUza1yaBFDfPGZi6UHn4iy2N-pTbeVLdoNIcOI,2480
177
- lusid/models/calendar.py,sha256=ZxD15NO_vvFHi6CTvYvYn0-oUOesbyGsRFzO47viJn4,3961
177
+ lusid/models/calendar.py,sha256=nPe7TTvz9JRzeLcKae3K9HcWpDiXEJ_Kj4HL5fUIjQw,4661
178
178
  lusid/models/calendar_date.py,sha256=CtQHbrmTnJdrjtVTL5AWd6rYn6bl5rtPi1-Lm5KFEUE,3688
179
179
  lusid/models/calendar_dependency.py,sha256=XYN9AYoLnwuL234DkyDbXArsWalMIdG8U2iU_3dBXrY,3871
180
180
  lusid/models/cancel_orders_response.py,sha256=dbef36DqyiejdxVA9NwzQ5e0DGT9g7IfA4s6ZpfM4Xg,6033
@@ -310,21 +310,21 @@ lusid/models/custodian_account.py,sha256=u12g4jvcWG-ueWSpbBBBfpjmp09ehY3wEXcORQI
310
310
  lusid/models/custodian_account_properties.py,sha256=733uiIZZOx86tQVcX0zfb6-HqF6DXKy5w4hl-9T7uSU,4363
311
311
  lusid/models/custodian_account_request.py,sha256=wDKC0ANlxtwCPpiuCTD1BTDrogZ5J0DanGAe3-RIVkI,6691
312
312
  lusid/models/custodian_accounts_upsert_response.py,sha256=QWLhQmLlgBACAeMyQjH8wy3TNJsYTvJIsHA8DFGErZc,4382
313
- lusid/models/custom_entity_definition.py,sha256=_YZDm6pFP32L3wxeX70-alLQbsvNdw0cbZduVbwaOOA,4624
313
+ lusid/models/custom_entity_definition.py,sha256=m3htjoGRmaDZ7jD4YTB8QYd-2zed4xGu1zCRvGHp38w,5324
314
314
  lusid/models/custom_entity_definition_request.py,sha256=sHJ-6k98L7uYmPkX-tsYzQVoj6VlEZIY1kc0VROus4o,3948
315
315
  lusid/models/custom_entity_field.py,sha256=flLmIgh_AJ5k6Vpv7KSf8N9Q6oUBAc8L7fIWUoav0dU,3396
316
316
  lusid/models/custom_entity_field_definition.py,sha256=ctumqUYr9FRlgHxToIPz5tQNsg0qbq_YBSBIMqQnuM4,3579
317
317
  lusid/models/custom_entity_id.py,sha256=MRtoy-TZk6xFuzVZ4dqKD_hu5y3QvgH9qCtT3rNQq54,4569
318
318
  lusid/models/custom_entity_request.py,sha256=cLM9X0a93DMbHU9mB4DuVmkM6W2d4jkL-MyCXK4aEMM,3676
319
319
  lusid/models/custom_entity_response.py,sha256=rx2hMowz2pE3MwaI0ccWvfwmqj11DKb8HPBWDAudy-s,6028
320
- lusid/models/custom_entity_type.py,sha256=hDjxHquL1UBMQCHnJGJv1Ub407U2JyY1WDof-skdzjE,4582
320
+ lusid/models/custom_entity_type.py,sha256=aBRlsHz6dE5tBgrARVq30SSidEFOeHS1-yITrHLkWLU,5282
321
321
  lusid/models/cut_label_definition.py,sha256=DWPBT_v3b-cW0xHujZEZrI_RdYdeRgEZZJjQT5arzvU,4905
322
322
  lusid/models/cut_local_time.py,sha256=lc-e9dtiywFfz6M7u3DEiur0VFfIV6hsAffzMbTC99g,1895
323
323
  lusid/models/data_definition.py,sha256=Qec5QcARQS0eU7l2ffhCKirfcPg1aQD-YRH-C0S-HcU,5164
324
324
  lusid/models/data_map_key.py,sha256=C5B8fN4pTsO1DOGwiBrzudP96Mn9FHn8OLpjA6rLfLc,3407
325
325
  lusid/models/data_mapping.py,sha256=Is0cRnq2bDOXbx6SSheCH4diqFxNcsobCpIv34B4TLc,3637
326
326
  lusid/models/data_scope.py,sha256=p-8zVk5vyLUzWERyDPgmBMkYMwKTDdM-ShGKwAFJ2Ko,2324
327
- lusid/models/data_type.py,sha256=m-KEJwXEMSVnP_XrECT9lCy4dvkr1Q-mWQ7lYuuDAgc,7760
327
+ lusid/models/data_type.py,sha256=13WWtRl5jWGlqbQ0g5PFxAKsUO_EQuzT0fCefNHZhAI,8336
328
328
  lusid/models/data_type_entity.py,sha256=6Bwf9syJbtMUm1BSTLlL1p0Birq6rCAqy7wCQ0qrmGw,6677
329
329
  lusid/models/data_type_summary.py,sha256=vxRqXJKBcXMJmlLKTxRcG4F4zv2eFVfPl6q6hFGsyPQ,6616
330
330
  lusid/models/data_type_value_range.py,sha256=5YSqhwEsjFS9_0UpjmiTra9NDWAi0Bp8ZMS62hBlYlo,722
@@ -510,7 +510,7 @@ lusid/models/instrument_entity.py,sha256=Rb9jT5z_oGK9fiKWjuU6Xi6HnYZVa6gbaFA35KC
510
510
  lusid/models/instrument_event.py,sha256=IzFtlJMZV2GcNnLiVbScTfOrF3KlqGKlZQJcUxHtGp0,7721
511
511
  lusid/models/instrument_event_configuration.py,sha256=igoNv4Dvea9arqNFQXuwV_NcDUD0ZmeJ5b8_YKOGWyY,2797
512
512
  lusid/models/instrument_event_holder.py,sha256=kbrQ_yd4X9THZo4oLdvB3HeUwJSmeVpOoIOBUy1o7fs,6994
513
- lusid/models/instrument_event_instruction.py,sha256=euUiqidTQl6Il7KsKvjGs0u1BmaJ8zBpnNWMSXzQ3GY,5464
513
+ lusid/models/instrument_event_instruction.py,sha256=dNjk_Z04hC303eClGP6b7VFRPjCvCx0dMDqAJ0OmD5k,6179
514
514
  lusid/models/instrument_event_instruction_request.py,sha256=uDTvxy3TrTjrLCBl5G-zDEBWuSRYwtXJ_Bzys3NyuH0,3639
515
515
  lusid/models/instrument_event_instructions_response.py,sha256=Wr4XI1bNMijF7h1COCze7QXUCbl-nc8fQ3ZTNFGZFGE,3984
516
516
  lusid/models/instrument_event_type.py,sha256=GISfL8YHpvnnmWYIQniuEl4PTPLJYq45WSAN7ImAPGM,1956
@@ -703,7 +703,7 @@ lusid/models/period_diary_entries_reopened_response.py,sha256=okc0J9Gkugmu56XDmD
703
703
  lusid/models/period_type.py,sha256=oYKJl_sl6LvyK9jRvywZebEo22_-8x5qmSp6T5X9Iow,711
704
704
  lusid/models/perpetual_entity_state.py,sha256=laZ8FCkiqDXCY8ZVpXsfNz97cJDzFO8uVW2B5NdD_zU,713
705
705
  lusid/models/perpetual_property.py,sha256=tU3TKgMwyIfDLv6qQrjfXmMg-7HAOTUZ844lBwtkkks,2359
706
- lusid/models/person.py,sha256=Ri_Zd1GLektk4cu64APSDfaMzZkw4u-ksaqXFxI7xUA,6656
706
+ lusid/models/person.py,sha256=zZawAmtOn9uGcgSHfEMtDdI7YFJynqmersQPru9Dkqg,7356
707
707
  lusid/models/place_blocks_request.py,sha256=RE2xCyRSQSV8wkzYvqF54fyMYi-FdoGqnqJnTVPA5sg,2414
708
708
  lusid/models/placement.py,sha256=5kJMz_9t07KT3NFF2Pdsq93cozl4yvNcxpyv9o5ZmRA,9106
709
709
  lusid/models/placement_request.py,sha256=qg7Yf6EQeqtC1l7lZ18_kFiGiNjBcrzMlScOWWaGkWM,7870
@@ -1094,7 +1094,7 @@ lusid/models/upsert_valuation_point_request.py,sha256=7_wa5XPGbnaViZsKr5lEBIBmfI
1094
1094
  lusid/models/user.py,sha256=0lccLmhN2l5KyhvbEBYWp8LGpgIBOMYF_hgTGJniADE,2028
1095
1095
  lusid/models/valuation_point_data_query_parameters.py,sha256=vZq_o0zKM0Ez1BpNwoTqijrkLX8zE64UcufqEjKwL5o,2271
1096
1096
  lusid/models/valuation_point_data_request.py,sha256=KNfLFJEFGgXlVj22bH97HhCknNEtl9uUk4jNvjf-WFk,2394
1097
- lusid/models/valuation_point_data_response.py,sha256=Am1h7UhvttPZkFdeWuDFJIVw8trUdz0AqP3KBH9JZWY,7399
1097
+ lusid/models/valuation_point_data_response.py,sha256=5hspTSNBBnAj-4j_AK1apqVaialM8m96WKV0EdGb9fU,8449
1098
1098
  lusid/models/valuation_point_overview.py,sha256=Z4GZTneHZBbQkdHj7JaEhILqhKkMbJDaJD6UwEFNWSs,5720
1099
1099
  lusid/models/valuation_request.py,sha256=-kQqj8U23-9gEqFJsGFKYkZJEg2t_P3t4T33xks8j-I,10575
1100
1100
  lusid/models/valuation_schedule.py,sha256=Mriql3fNiga3RbmDk2fYQeyOcJWVHbUt_TSuyA0zBHY,6154
@@ -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.363.dist-info/METADATA,sha256=KXFBGlIMSrUsuiOgZs_IGCZfqcpsnjXIpW-JUphdDqo,193947
1135
- lusid_sdk-2.1.363.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1136
- lusid_sdk-2.1.363.dist-info/RECORD,,
1134
+ lusid_sdk-2.1.370.dist-info/METADATA,sha256=VwzKhzzKFmYkODZltCFXYciHS0XBbmg0TJzSgeVYC5U,193947
1135
+ lusid_sdk-2.1.370.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1136
+ lusid_sdk-2.1.370.dist-info/RECORD,,