lusid-sdk 2.1.942__py3-none-any.whl → 2.1.943__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
@@ -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.8261\n"\
448
+ "Version of the API: 0.11.8265\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -31,8 +31,8 @@ class RelationalDatasetFieldDefinition(BaseModel):
31
31
  description: Optional[StrictStr] = Field(None,alias="description", description="A detailed description of the field and its purpose.")
32
32
  data_type_id: ResourceId = Field(..., alias="dataTypeId")
33
33
  required: Optional[StrictBool] = Field(None, description="Whether this field is mandatory in the dataset.")
34
- usage: StrictStr = Field(...,alias="usage", description="The intended usage of the field (SeriesIdentifier, Value, or Metadata).")
35
- __properties = ["fieldName", "displayName", "description", "dataTypeId", "required", "usage"]
34
+ category: StrictStr = Field(...,alias="category", description="The intended category of the field (SeriesIdentifier, Value, or Metadata).")
35
+ __properties = ["fieldName", "displayName", "description", "dataTypeId", "required", "category"]
36
36
 
37
37
  class Config:
38
38
  """Pydantic configuration"""
@@ -96,6 +96,6 @@ class RelationalDatasetFieldDefinition(BaseModel):
96
96
  "description": obj.get("description"),
97
97
  "data_type_id": ResourceId.from_dict(obj.get("dataTypeId")) if obj.get("dataTypeId") is not None else None,
98
98
  "required": obj.get("required"),
99
- "usage": obj.get("usage")
99
+ "category": obj.get("category")
100
100
  })
101
101
  return _obj
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.942
3
+ Version: 2.1.943
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -80,7 +80,7 @@ lusid/api/translation_api.py,sha256=xpRuTfwQvYBlWe6r_L2EI_uVpXqHFnEOim-i-kVQ85E,
80
80
  lusid/api/workspace_api.py,sha256=0pCNi3ZCRbIo0NXKa85XE7vtq0WV5YOKcQKvFlcLUaY,120708
81
81
  lusid/api_client.py,sha256=ewMTmf9SRurY8pYnUx9jy24RdldPCOa4US38pnrVxjA,31140
82
82
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
83
- lusid/configuration.py,sha256=j3nBp1CScXSUdWxYC38JU1pwT1pAPUP1ZriOrE3clUk,17980
83
+ lusid/configuration.py,sha256=UE5xrwfKoOf1KkMR9KIUmuZzlK5ImYTDX18Jq2NNWfk,17980
84
84
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
85
85
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
86
86
  lusid/extensions/api_client.py,sha256=GzygWg_h603QK1QS2HvAijuE2R1TnvoF6-Yg0CeM3ug,30943
@@ -1010,7 +1010,7 @@ lusid/models/related_entity.py,sha256=4ZzIfmT_PSsGW9CZjoXsU9uzLYWd3hnQftssv8Atz6
1010
1010
  lusid/models/relation.py,sha256=WUL9JD_PCPu1hVeiGuvKOAAkgpYWD9Qr4ybkE7yc3GU,3604
1011
1011
  lusid/models/relation_definition.py,sha256=oJfpalXDU1J1Xhu_e7aCelTwzgMx93RXt6HSW9vQ6JI,7153
1012
1012
  lusid/models/relational_dataset_definition.py,sha256=GitSfIp74N1SioKmUqR382SEjPql6aAoe0W6YdUN3NA,5674
1013
- lusid/models/relational_dataset_field_definition.py,sha256=3c1Fd-s9EKRb5i1sSl8Cd2XjnRE84DsMvRfqixlArn0,3951
1013
+ lusid/models/relational_dataset_field_definition.py,sha256=3ilrOwjN8Ogr7i_Myrq70hJosBZY1Vppq0watgyTI0c,3969
1014
1014
  lusid/models/relationship.py,sha256=ew5ZGga-Ps6xo50dz3BNsZJ3_YCahuqG0es1D5gt4_k,5024
1015
1015
  lusid/models/relationship_definition.py,sha256=Vpum63Y67u08n1if6HtUG2fgtXVukPUGW9iC_yZgrqk,5277
1016
1016
  lusid/models/relative_date_offset.py,sha256=mtJhUJq6pu8dTHS1wj3ol_M3nmxXQeXiTrM2RJAs8hI,3264
@@ -1387,6 +1387,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
1387
1387
  lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
1388
1388
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1389
1389
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1390
- lusid_sdk-2.1.942.dist-info/METADATA,sha256=Dbn2r98IEyMHX_eOnv84zsE3dcfLB_-DA3GNeZ-QL_8,232346
1391
- lusid_sdk-2.1.942.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1392
- lusid_sdk-2.1.942.dist-info/RECORD,,
1390
+ lusid_sdk-2.1.943.dist-info/METADATA,sha256=RINVu4YP9Ji9XZgJNKGG02QzDp5O7zXF4TSCu8ewuCA,232346
1391
+ lusid_sdk-2.1.943.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1392
+ lusid_sdk-2.1.943.dist-info/RECORD,,