luminesce-sdk 2.3.3__py3-none-any.whl → 2.3.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: 1.18.828\n"\
448
+ "Version of the API: 1.18.841\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -28,7 +28,7 @@ class OrderByTermDesign(BaseModel):
28
28
  """
29
29
  A single clause within an Order BY # noqa: E501
30
30
  """
31
- var_field: StrictStr = Field(...,alias="field", description="Name of the field to order by")
31
+ field: StrictStr = Field(...,alias="field", description="Name of the field to order by")
32
32
  direction: Optional[OrderByDirection] = None
33
33
  table_alias: Optional[StrictStr] = Field(None,alias="tableAlias", description="Table Alias of the field to order by")
34
34
  __properties = ["field", "direction", "tableAlias"]
@@ -82,7 +82,7 @@ class OrderByTermDesign(BaseModel):
82
82
  return OrderByTermDesign.parse_obj(obj)
83
83
 
84
84
  _obj = OrderByTermDesign.parse_obj({
85
- "var_field": obj.get("field"),
85
+ "field": obj.get("field"),
86
86
  "direction": obj.get("direction"),
87
87
  "table_alias": obj.get("tableAlias")
88
88
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: luminesce-sdk
3
- Version: 2.3.3
3
+ Version: 2.3.5
4
4
  Summary: FINBOURNE Luminesce Web API
5
5
  Home-page: https://github.com/finbourne/luminesce-sdk-python
6
6
  License: MIT
@@ -12,7 +12,7 @@ luminesce/api/sql_design_api.py,sha256=z8H7KKgC37v0nTYPFuYsk6xT2HvDDMXbWnQfUp9h6
12
12
  luminesce/api/sql_execution_api.py,sha256=CKp1U74ehfZO3nni6y9jm4CWDQ3H7FUWcZJ53lmH9lc,180945
13
13
  luminesce/api_client.py,sha256=HzMXLz0L6zNANG_St69Pkj90nZdX0_L7PWakPR-U0xs,31216
14
14
  luminesce/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
15
- luminesce/configuration.py,sha256=K9LRZdUIz3pVIM6zAwR9B84FidVOLLkJIqcjupVQo04,18017
15
+ luminesce/configuration.py,sha256=VOMTAflolXF3pRNOm2G1QlTxDM7p8V5kDlt8x1Bz-kM,18017
16
16
  luminesce/exceptions.py,sha256=CM3oV1eLtc86rQdbOszHdFU7Hz5aQbmxNm2PffzwHM0,5891
17
17
  luminesce/extensions/__init__.py,sha256=Ae4tuN73CThE9i7c8A5HktOX4-P8tC1JOt6RgM6oacg,642
18
18
  luminesce/extensions/api_client.py,sha256=Tbumlshn9TpwGwPltqeA4NK1ZZmi3zncNQP1Ou3e-hg,31023
@@ -95,7 +95,7 @@ luminesce/models/options_parquet.py,sha256=eqz5ZTHvUDg2FwQM_OyyKb49Rpt2nISdQjm_B
95
95
  luminesce/models/options_sq_lite.py,sha256=OfMgb637oKjrhMjDdUPa_clV1zF_aO3N22a-o3p4BU4,2677
96
96
  luminesce/models/options_xml.py,sha256=n17x8dSDaWriDwOyUOxq-ujxVIBOqbu2bEQBWeD0-hY,4952
97
97
  luminesce/models/order_by_direction.py,sha256=PNGfufazOvAW6ryOwIK3oidzDjzGtCwqfpHUNgxiwCw,988
98
- luminesce/models/order_by_term_design.py,sha256=TZBLl66msEFtdWsRRE-C7-sZy4oHWdDeRZPhppChFOU,2992
98
+ luminesce/models/order_by_term_design.py,sha256=V53i06THEFiPl0jZu__H3bFEkNx8V1MI5LL3VnaZ4_Y,2984
99
99
  luminesce/models/query_design.py,sha256=1iykbdvqCjrt39MyfP8KkuIdjye1iAdeUGOvFX3N2kk,7357
100
100
  luminesce/models/query_designer_binary_operator.py,sha256=UzjVxB9fiAqalIgfNse7prYsjYoQe6XbUpzvp7K4MIY,1204
101
101
  luminesce/models/query_designer_version.py,sha256=IgfrzmtmUCWK1I36Vur5SiFzdvOQxiuPXGgSf8LKSEE,1110
@@ -112,6 +112,6 @@ luminesce/models/view_parameter.py,sha256=JlR1ZSbn847GT5lwHOTTnrXRgW2IbIw7buabG-
112
112
  luminesce/models/writer_design.py,sha256=ZzToPDc2mke_TAQfRQXCwHFzTPHI5-5W2PDLmBknHAw,4923
113
113
  luminesce/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
114
  luminesce/rest.py,sha256=jPlPMTmdrPXCaisGiNGkjP2TJLT0dSH51tvzauPijNk,13453
115
- luminesce_sdk-2.3.3.dist-info/METADATA,sha256=MoQMktj4VonIATU056hWEqn_c2vzuyrFSNgVKtiE8nM,18510
116
- luminesce_sdk-2.3.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
- luminesce_sdk-2.3.3.dist-info/RECORD,,
115
+ luminesce_sdk-2.3.5.dist-info/METADATA,sha256=QdWS5hNUMj1ov7In-hzSyyCPStoOUrRGYTpNZCVB_eM,18510
116
+ luminesce_sdk-2.3.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
+ luminesce_sdk-2.3.5.dist-info/RECORD,,