fds.sdk.EventsandTranscripts 2.1.5__tar.gz → 4.0.0__tar.gz

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.
Files changed (102) hide show
  1. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/PKG-INFO +14 -13
  2. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/README.md +10 -9
  3. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/__init__.py +2 -2
  4. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/calendar_events_api.py +1 -1
  5. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/events_audio_api.py +5 -5
  6. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/meta_api.py +1 -1
  7. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/near_real_time_transcripts_api.py +1 -1
  8. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/transcripts_api.py +29 -60
  9. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api_client.py +2 -2
  10. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/configuration.py +3 -3
  11. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/exceptions.py +1 -1
  12. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_by_date_request.py +1 -1
  13. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_by_file_name_request.py +1 -1
  14. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_by_ids_request.py +1 -1
  15. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_by_upload_time_request.py +1 -1
  16. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_request.py +1 -1
  17. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_request_data.py +1 -1
  18. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta.py +1 -1
  19. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta_pagination.py +1 -1
  20. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/audio_response.py +1 -1
  21. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/body.py +1 -1
  22. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/body_nrt.py +1 -1
  23. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/categories_response.py +1 -1
  24. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/categories_response_data.py +1 -1
  25. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_request.py +1 -1
  26. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data.py +1 -1
  27. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_date_time.py +1 -1
  28. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_universe.py +1 -1
  29. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_response.py +1 -1
  30. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/company_event_response_data.py +1 -1
  31. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/document.py +1 -1
  32. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/document_one.py +1 -1
  33. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/document_result.py +1 -1
  34. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/error.py +1 -1
  35. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/error_object.py +1 -1
  36. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/events_audio_daily_response_data.py +1 -1
  37. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response.py +1 -1
  38. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response_data.py +1 -1
  39. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response.py +1 -1
  40. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response_data.py +1 -1
  41. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/invalid_id_error_data.py +1 -1
  42. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response.py +1 -1
  43. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response_data.py +4 -4
  44. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/meta.py +1 -1
  45. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/meta_data.py +1 -1
  46. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/meta_data_pagination.py +1 -1
  47. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/meta_nrt.py +1 -1
  48. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt.py +1 -1
  49. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request.py +1 -1
  50. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ids.py +1 -1
  51. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ticker.py +1 -1
  52. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_data.py +1 -1
  53. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_meta.py +1 -1
  54. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response.py +1 -1
  55. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response_data.py +1 -1
  56. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response.py +1 -1
  57. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response_data.py +1 -1
  58. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/participant.py +1 -1
  59. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/participant_nrt.py +1 -1
  60. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/plist.py +1 -1
  61. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/raw_or_corrected.py +1 -1
  62. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/response_type.py +1 -1
  63. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/response_type_data.py +1 -1
  64. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/section.py +1 -1
  65. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/section_nrt.py +1 -1
  66. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/speaker.py +1 -1
  67. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/speaker_nrt.py +1 -1
  68. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/time_zones_response.py +1 -1
  69. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/time_zones_response_data.py +1 -1
  70. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_date_request.py +1 -1
  71. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_events_request.py +1 -1
  72. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_request.py +3 -3
  73. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_response.py +1 -1
  74. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_search_request.py +1 -1
  75. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_times_request.py +5 -1
  76. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_collection.py +1 -1
  77. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response.py +1 -1
  78. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response_data.py +4 -4
  79. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_request.py +1 -1
  80. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_data.py +3 -3
  81. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta.py +1 -1
  82. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta_pagination.py +1 -1
  83. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_response.py +1 -1
  84. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/transcripts_response_data.py +12 -6
  85. fds_sdk_eventsandtranscripts-4.0.0/fds/sdk/EventsandTranscripts/model/transcripts_result.py +341 -0
  86. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model_utils.py +1 -1
  87. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/models/__init__.py +1 -0
  88. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/rest.py +1 -1
  89. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds.sdk.EventsandTranscripts.egg-info/PKG-INFO +14 -13
  90. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds.sdk.EventsandTranscripts.egg-info/SOURCES.txt +1 -0
  91. fds_sdk_eventsandtranscripts-4.0.0/fds.sdk.EventsandTranscripts.egg-info/requires.txt +3 -0
  92. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/setup.py +5 -5
  93. fds_sdk_eventsandtranscripts-2.1.5/fds.sdk.EventsandTranscripts.egg-info/requires.txt +0 -3
  94. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/LICENSE +0 -0
  95. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/__init__.py +0 -0
  96. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/api/__init__.py +0 -0
  97. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/apis/__init__.py +0 -0
  98. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/EventsandTranscripts/model/__init__.py +0 -0
  99. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds/sdk/__init__.py +0 -0
  100. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds.sdk.EventsandTranscripts.egg-info/dependency_links.txt +0 -0
  101. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/fds.sdk.EventsandTranscripts.egg-info/top_level.txt +0 -0
  102. {fds_sdk_eventsandtranscripts-2.1.5 → fds_sdk_eventsandtranscripts-4.0.0}/setup.cfg +0 -0
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.EventsandTranscripts
3
- Version: 2.1.5
3
+ Version: 4.0.0
4
4
  Summary: Events and Transcripts client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2
6
6
  Author: FactSet Research Systems
7
7
  License: Apache License, Version 2.0
8
8
  Keywords: FactSet,API,SDK
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: urllib3>=1.25.3
13
- Requires-Dist: python-dateutil
12
+ Requires-Dist: urllib3>=2.7.0
13
+ Requires-Dist: python-dateutil>=2.9.0.post0
14
14
  Requires-Dist: fds.sdk.utils>=1.0.0
15
15
  Dynamic: author
16
16
  Dynamic: description
@@ -27,8 +27,8 @@ Dynamic: summary
27
27
 
28
28
  # Events and Transcripts client library for Python
29
29
 
30
- [![API Version](https://img.shields.io/badge/api-v2.2.1-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.5)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.5)
30
+ [![API Version](https://img.shields.io/badge/api-v2.2.2-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.0.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.0.0)
32
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
33
33
 
34
34
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p>
@@ -39,8 +39,8 @@ Dynamic: summary
39
39
 
40
40
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
41
41
 
42
- - API version: 2.2.1
43
- - SDK version: 2.1.5
42
+ - API version: 2.2.2
43
+ - SDK version: 4.0.0
44
44
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
45
45
 
46
46
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -54,24 +54,24 @@ For more information, please visit [https://developer.factset.com/contact](https
54
54
  ### Poetry
55
55
 
56
56
  ```shell
57
- poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
57
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
58
58
  ```
59
59
 
60
60
  ### pip
61
61
 
62
62
  ```shell
63
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
63
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
64
64
  ```
65
65
 
66
66
  ## Usage
67
67
 
68
68
  1. [Generate authentication credentials](../../../../README.md#authentication).
69
69
  2. Setup Python environment.
70
- 1. Install and activate python 3.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
70
+ 1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
71
71
 
72
72
  ```sh
73
- pyenv install 3.9.7
74
- pyenv shell 3.9.7
73
+ pyenv install 3.10.0
74
+ pyenv shell 3.10.0
75
75
  ```
76
76
 
77
77
  2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
@@ -363,6 +363,7 @@ Class | Method | HTTP request | Description
363
363
  - [TranscriptsRequestMetaPagination](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsRequestMetaPagination.md)
364
364
  - [TranscriptsResponse](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponse.md)
365
365
  - [TranscriptsResponseData](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponseData.md)
366
+ - [TranscriptsResult](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResult.md)
366
367
 
367
368
 
368
369
  ## Documentation For Authorization
@@ -2,8 +2,8 @@
2
2
 
3
3
  # Events and Transcripts client library for Python
4
4
 
5
- [![API Version](https://img.shields.io/badge/api-v2.2.1-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.5)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.5)
5
+ [![API Version](https://img.shields.io/badge/api-v2.2.2-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.0.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.0.0)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p>
@@ -14,8 +14,8 @@
14
14
 
15
15
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
16
16
 
17
- - API version: 2.2.1
18
- - SDK version: 2.1.5
17
+ - API version: 2.2.2
18
+ - SDK version: 4.0.0
19
19
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
20
20
 
21
21
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -29,24 +29,24 @@ For more information, please visit [https://developer.factset.com/contact](https
29
29
  ### Poetry
30
30
 
31
31
  ```shell
32
- poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
32
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
33
33
  ```
34
34
 
35
35
  ### pip
36
36
 
37
37
  ```shell
38
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
38
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
39
39
  ```
40
40
 
41
41
  ## Usage
42
42
 
43
43
  1. [Generate authentication credentials](../../../../README.md#authentication).
44
44
  2. Setup Python environment.
45
- 1. Install and activate python 3.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
45
+ 1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
46
46
 
47
47
  ```sh
48
- pyenv install 3.9.7
49
- pyenv shell 3.9.7
48
+ pyenv install 3.10.0
49
+ pyenv shell 3.10.0
50
50
  ```
51
51
 
52
52
  2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
@@ -338,6 +338,7 @@ Class | Method | HTTP request | Description
338
338
  - [TranscriptsRequestMetaPagination](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsRequestMetaPagination.md)
339
339
  - [TranscriptsResponse](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponse.md)
340
340
  - [TranscriptsResponseData](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponseData.md)
341
+ - [TranscriptsResult](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResult.md)
341
342
 
342
343
 
343
344
  ## Documentation For Authorization
@@ -5,13 +5,13 @@
5
5
 
6
6
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.1
8
+ The version of the OpenAPI document: 2.2.2
9
9
  Contact: api@factset.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.1.5"
14
+ __version__ = "4.0.0"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.EventsandTranscripts.api_client import ApiClient
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.1
6
+ The version of the OpenAPI document: 2.2.2
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.1
6
+ The version of the OpenAPI document: 2.2.2
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -185,7 +185,7 @@ class EventsAudioApi(object):
185
185
  ) -> EventsAudioHistoryResponse:
186
186
  """Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
187
187
 
188
- This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 to Sep 30, 2024. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 to Dec 31, 2024. # noqa: E501
188
+ This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
189
189
  This method makes a synchronous HTTP request. Returns the http data only
190
190
 
191
191
  Args:
@@ -233,7 +233,7 @@ class EventsAudioApi(object):
233
233
  ) -> typing.Tuple[EventsAudioHistoryResponse, int, typing.MutableMapping]:
234
234
  """Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
235
235
 
236
- This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 to Sep 30, 2024. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 to Dec 31, 2024. # noqa: E501
236
+ This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
237
237
  This method makes a synchronous HTTP request. Returns http data, http status and headers
238
238
 
239
239
  Args:
@@ -285,7 +285,7 @@ class EventsAudioApi(object):
285
285
  ) -> "ApplyResult[EventsAudioHistoryResponse]":
286
286
  """Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
287
287
 
288
- This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 to Sep 30, 2024. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 to Dec 31, 2024. # noqa: E501
288
+ This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
289
289
  This method makes a asynchronous HTTP request. Returns the http data, wrapped in ApplyResult
290
290
 
291
291
  Args:
@@ -332,7 +332,7 @@ class EventsAudioApi(object):
332
332
  ) -> "ApplyResult[typing.Tuple[EventsAudioHistoryResponse, int, typing.MutableMapping]]":
333
333
  """Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
334
334
 
335
- This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 to Sep 30, 2024. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 to Dec 31, 2024. # noqa: E501
335
+ This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
336
336
  This method makes a asynchronous HTTP request. Returns http data, http status and headers, wrapped in ApplyResult
337
337
 
338
338
  Args:
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.1
6
+ The version of the OpenAPI document: 2.2.2
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.1
6
+ The version of the OpenAPI document: 2.2.2
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """