luminesce-sdk 2.2.4__py3-none-any.whl → 2.2.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.621\n"\
448
+ "Version of the API: 1.18.623\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -41,6 +41,8 @@ class MultiQueryDefinitionType(str, Enum):
41
41
  INSTRUMENTUPSERT = 'InstrumentUpsert'
42
42
  INSIGHTSAPPLICATIONREQUESTLOGS = 'InsightsApplicationRequestLogs'
43
43
  INSIGHTSVENDORLOGS = 'InsightsVendorLogs'
44
+ CANDELATRACELOGS = 'CandelaTraceLogs'
45
+ CANDELATRACEEVENTLOGS = 'CandelaTraceEventLogs'
44
46
 
45
47
  @classmethod
46
48
  def from_json(cls, json_str: str) -> MultiQueryDefinitionType:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: luminesce-sdk
3
- Version: 2.2.4
3
+ Version: 2.2.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=WrmxKbHxX25-qbfDSnN3YQyQLDgM6OFqtlyZoHPc3
12
12
  luminesce/api/sql_execution_api.py,sha256=zaecuqSB1JLyYhZ-zB-YR5t0f9B3LzmlxAKKrMUyM1A,180318
13
13
  luminesce/api_client.py,sha256=pcIeqqelBzsto2bQY3A3ALLuW6NphI9TDYWIjVSUrKY,31186
14
14
  luminesce/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
15
- luminesce/configuration.py,sha256=XxModR4eZlnCO7NyhHHUoHP8eGE2yV0NNrth7hed3GA,18017
15
+ luminesce/configuration.py,sha256=33sJezFsanipT0b8SER_DNP6menCfiAq9awGV31INdw,18017
16
16
  luminesce/exceptions.py,sha256=z3FkOn69IUrE44CaeNt1dCX7aI-gNkPZ4FI9ShmTQC8,5344
17
17
  luminesce/extensions/__init__.py,sha256=Ae4tuN73CThE9i7c8A5HktOX4-P8tC1JOt6RgM6oacg,642
18
18
  luminesce/extensions/api_client.py,sha256=J175WcVs4r-XfQFgmHFfnVFWPNw4graIDvVwWXENX7M,30993
@@ -87,7 +87,7 @@ luminesce/models/lusid_grid_data.py,sha256=RgGDTcnUD3uxyu-l9AA4ew6Df2wr8xrSIMs8Q
87
87
  luminesce/models/lusid_problem_details.py,sha256=NxhqMpafpQo1EG98vwSc744KHZv21lyHk8s-PKMD6iY,4180
88
88
  luminesce/models/mappable_field.py,sha256=jqdW9QjSLcgxn2TZiS4SUfdFhmFBJyr2RNVPC3ovM94,5477
89
89
  luminesce/models/mapping_flags.py,sha256=c6vJ8FgMS9mEVjmCBwePFwHCM1g9qiOffh0DanNB7BY,711
90
- luminesce/models/multi_query_definition_type.py,sha256=KnjXD0BQpc6Nrk_Kfd2B3_WbfHv5IbPKcu5K2SNYGJA,1215
90
+ luminesce/models/multi_query_definition_type.py,sha256=aUaZYifXL2F8B91VJuXYxW3b93N-bBvw5If2grxZ_6U,1309
91
91
  luminesce/models/on_clause_term_design.py,sha256=X-jC0R-OE8MUWna3Q2h6PB1BNTqDW3kzpUnHBkMtkb4,4024
92
92
  luminesce/models/options_csv.py,sha256=V_1x77pzyOWZSHOEPZPpuM2yN1gEjAGU5rJWKxsfDek,6611
93
93
  luminesce/models/options_excel.py,sha256=-VnuIJqvNXJkhE9kXyV-LOKI8Pz5Zwdqwqf-pHg4sfc,5657
@@ -112,6 +112,6 @@ luminesce/models/view_parameter.py,sha256=EveKWFtpojrzvX9KhT7ag7lJA54w_OcFS0JxlH
112
112
  luminesce/models/writer_design.py,sha256=JI1EO5YhbIeuOZnEfOL6ONJhk_XmaJuSlR3SwR86VHU,4716
113
113
  luminesce/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
114
  luminesce/rest.py,sha256=jPlPMTmdrPXCaisGiNGkjP2TJLT0dSH51tvzauPijNk,13453
115
- luminesce_sdk-2.2.4.dist-info/METADATA,sha256=2KqiL1RO5jmR9P-JlHYlGkOb55-oym0j593-_rytPd0,18266
116
- luminesce_sdk-2.2.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
- luminesce_sdk-2.2.4.dist-info/RECORD,,
115
+ luminesce_sdk-2.2.5.dist-info/METADATA,sha256=otH8dxIXL-1Tt_PHsKZxpK3Hvsn-f641mGB4rlZAdW0,18266
116
+ luminesce_sdk-2.2.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
+ luminesce_sdk-2.2.5.dist-info/RECORD,,