fastpix-python 1.1.1__tar.gz → 1.1.2__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 (260) hide show
  1. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/PKG-INFO +1 -1
  2. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/views.py +259 -37
  3. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/PKG-INFO +1 -1
  4. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/pyproject.toml +1 -1
  5. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/setup.py +1 -1
  6. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/LICENSE +0 -0
  7. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/README.md +0 -0
  8. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/__init__.py +0 -0
  9. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/__init__.py +0 -0
  10. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/sdkhooks.py +0 -0
  11. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/types.py +0 -0
  12. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_version.py +0 -0
  13. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/basesdk.py +0 -0
  14. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/dimensions.py +0 -0
  15. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/drm_configurations.py +0 -0
  16. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/__init__.py +0 -0
  17. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/badrequest_error.py +0 -0
  18. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/duplicatemp4support_error.py +0 -0
  19. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/duplicatereferenceiderrorresponse.py +0 -0
  20. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/enable_live_streamop.py +0 -0
  21. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/fastpixdefaulterror.py +0 -0
  22. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/fastpixerror.py +0 -0
  23. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/forbidden_error.py +0 -0
  24. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/forbiddenresponse_error.py +0 -0
  25. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/invalidpermission_error.py +0 -0
  26. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/invalidplaylistidresponse_error.py +0 -0
  27. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/livenotfounderror.py +0 -0
  28. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaclipnotfound_error.py +0 -0
  29. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/medianotfound_error.py +0 -0
  30. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaorplaybacknotfound_error.py +0 -0
  31. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/no_response_error.py +0 -0
  32. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderror.py +0 -0
  33. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorplaybackid.py +0 -0
  34. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorsimulcast.py +0 -0
  35. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/responsevalidationerror.py +0 -0
  36. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/signingkeynotfounderror.py +0 -0
  37. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/simulcastunavailable_error.py +0 -0
  38. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadydisablederror.py +0 -0
  39. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadyenablederror.py +0 -0
  40. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trackduplicaterequest_error.py +0 -0
  41. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trialplanrestrictionerror.py +0 -0
  42. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/unauthorized_error.py +0 -0
  43. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/unauthorizedresponse_error.py +0 -0
  44. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/validationerrorresponse.py +0 -0
  45. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/viewnotfound_error.py +0 -0
  46. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors.py +0 -0
  47. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/httpclient.py +0 -0
  48. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/in_video_ai_features.py +0 -0
  49. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/input_video.py +0 -0
  50. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/live_playback.py +0 -0
  51. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/manage_live_stream.py +0 -0
  52. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/manage_videos.py +0 -0
  53. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/metrics.py +0 -0
  54. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/__init__.py +0 -0
  55. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/accesspolicy.py +0 -0
  56. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/add_media_to_playlistop.py +0 -0
  57. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/add_media_trackop.py +0 -0
  58. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/addtrackrequest.py +0 -0
  59. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/addtrackresponse.py +0 -0
  60. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/audioinput.py +0 -0
  61. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/badrequest_error.py +0 -0
  62. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/basicaccesspolicy.py +0 -0
  63. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/browsernamedimensiondetails.py +0 -0
  64. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/cancel_uploadop.py +0 -0
  65. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/change_media_order_in_playlistop.py +0 -0
  66. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/chaptersresponse.py +0 -0
  67. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/complete_live_streamop.py +0 -0
  68. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_media_playback_idop.py +0 -0
  69. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_playbackid_of_streamop.py +0 -0
  70. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_simulcast_of_streamop.py +0 -0
  71. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createlivestreamrequest.py +0 -0
  72. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediarequest.py +0 -0
  73. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediaresponse.py +0 -0
  74. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediasuccessresponse.py +0 -0
  75. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createplaylistrequest.py +0 -0
  76. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createresponse.py +0 -0
  77. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createsigningkeyresponsedto.py +0 -0
  78. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/datapagination.py +0 -0
  79. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/daterange.py +0 -0
  80. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_a_playlistop.py +0 -0
  81. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_live_streamop.py +0 -0
  82. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_from_playlistop.py +0 -0
  83. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_playback_idop.py +0 -0
  84. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_trackop.py +0 -0
  85. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_mediaop.py +0 -0
  86. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_playbackid_of_streamop.py +0 -0
  87. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_signing_keyop.py +0 -0
  88. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_simulcast_of_streamop.py +0 -0
  89. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/deletesigningkeyresponse.py +0 -0
  90. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/direct_upload_video_mediaop.py +0 -0
  91. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/directupload.py +0 -0
  92. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/directuploadresponse.py +0 -0
  93. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/disable_live_streamop.py +0 -0
  94. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/domainrestrictions.py +0 -0
  95. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/drmidresponse.py +0 -0
  96. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/duplicatemp4support_error.py +0 -0
  97. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/duplicatereferenceiderrorresponse.py +0 -0
  98. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/enable_live_streamop.py +0 -0
  99. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/errordetails.py +0 -0
  100. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/fielderror.py +0 -0
  101. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/forbidden_error.py +0 -0
  102. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/forbiddenresponse_error.py +0 -0
  103. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/generate_subtitle_trackop.py +0 -0
  104. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/generatetrackresponse.py +0 -0
  105. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_all_playlistsop.py +0 -0
  106. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_all_streamsop.py +0 -0
  107. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_data_viewlist_current_views_filterop.py +0 -0
  108. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
  109. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_by_idop.py +0 -0
  110. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_playback_idop.py +0 -0
  111. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_viewer_count_by_idop.py +0 -0
  112. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_media_clipsop.py +0 -0
  113. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_mediaop.py +0 -0
  114. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_playback_idop.py +0 -0
  115. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_playlist_by_idop.py +0 -0
  116. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_signing_key_by_idop.py +0 -0
  117. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_specific_simulcast_of_streamop.py +0 -0
  118. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_timeseries_dataop.py +0 -0
  119. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_video_view_detailsop.py +0 -0
  120. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallplaylistsresponse.py +0 -0
  121. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallsigningkeyresponse.py +0 -0
  122. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallsigningkeyresponsedto.py +0 -0
  123. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getcreatelivestreamresponsedto.py +0 -0
  124. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getdrmconfigurationbyidop.py +0 -0
  125. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getdrmconfigurationop.py +0 -0
  126. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
  127. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getstreamsresponse.py +0 -0
  128. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/invalidpermission_error.py +0 -0
  129. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/invalidplaylistidresponse_error.py +0 -0
  130. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/languagecode.py +0 -0
  131. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_breakdown_valuesop.py +0 -0
  132. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_by_top_contentop.py +0 -0
  133. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_comparison_valuesop.py +0 -0
  134. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_dimensionsop.py +0 -0
  135. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_errorsop.py +0 -0
  136. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_filter_values_for_dimensionop.py +0 -0
  137. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_live_clipsop.py +0 -0
  138. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_mediaop.py +0 -0
  139. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_overall_valuesop.py +0 -0
  140. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_signing_keysop.py +0 -0
  141. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_uploadsop.py +0 -0
  142. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_video_viewsop.py +0 -0
  143. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livenotfounderror.py +0 -0
  144. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamdeleteresponse.py +0 -0
  145. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamgetresponse.py +0 -0
  146. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreampagination.py +0 -0
  147. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamresponsedto.py +0 -0
  148. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/media.py +0 -0
  149. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediacancelresponse.py +0 -0
  150. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaclipnotfound_error.py +0 -0
  151. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaclipresponse.py +0 -0
  152. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaidsrequest.py +0 -0
  153. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/medianotfound_error.py +0 -0
  154. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaorplaybacknotfound_error.py +0 -0
  155. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediatype.py +0 -0
  156. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsbreakdowndetails.py +0 -0
  157. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricscomparisondetails.py +0 -0
  158. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsoveralldatadetails.py +0 -0
  159. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsoverallmetadatadetails.py +0 -0
  160. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricstimeseriesdatadetails.py +0 -0
  161. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricstimeseriesmetadatadetails.py +0 -0
  162. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/moderationresponse.py +0 -0
  163. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/namedentitiesresponse.py +0 -0
  164. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderror.py +0 -0
  165. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderrorplaybackid.py +0 -0
  166. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderrorsimulcast.py +0 -0
  167. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/pagination.py +0 -0
  168. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchlivestreamrequest.py +0 -0
  169. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchresponsedata.py +0 -0
  170. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchresponsedto.py +0 -0
  171. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackid.py +0 -0
  172. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidrequest.py +0 -0
  173. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidresponse.py +0 -0
  174. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidsuccessresponse.py +0 -0
  175. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbacksettings.py +0 -0
  176. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistbyidresponse.py +0 -0
  177. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistcreatedresponse.py +0 -0
  178. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistcreatedschema.py +0 -0
  179. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistitem.py +0 -0
  180. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistorder.py +0 -0
  181. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/policyaction.py +0 -0
  182. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/retrievemediainputinfoop.py +0 -0
  183. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/security.py +0 -0
  184. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/signingkeynotfounderror.py +0 -0
  185. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/signingkeyworkspacedto.py +0 -0
  186. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastdeleteresponse.py +0 -0
  187. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastrequest.py +0 -0
  188. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastresponse.py +0 -0
  189. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastunavailable_error.py +0 -0
  190. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastupdaterequest.py +0 -0
  191. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastupdateresponse.py +0 -0
  192. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/singingkeyspagination.py +0 -0
  193. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/sortorder.py +0 -0
  194. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/srtplaybackresponse.py +0 -0
  195. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/streamalreadydisablederror.py +0 -0
  196. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/streamalreadyenablederror.py +0 -0
  197. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/subtitleinput.py +0 -0
  198. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/successresponse.py +0 -0
  199. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/summaryresponse.py +0 -0
  200. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/toperrordetails.py +0 -0
  201. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/track.py +0 -0
  202. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/trackduplicaterequest_error.py +0 -0
  203. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/tracksubtitlesgeneraterequest.py +0 -0
  204. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/trialplanrestrictionerror.py +0 -0
  205. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/unauthorized_error.py +0 -0
  206. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/unauthorizedresponse_error.py +0 -0
  207. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_a_playlistop.py +0 -0
  208. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_live_streamop.py +0 -0
  209. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_chaptersop.py +0 -0
  210. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_moderationop.py +0 -0
  211. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_named_entitiesop.py +0 -0
  212. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_summaryop.py +0 -0
  213. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_trackop.py +0 -0
  214. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_specific_simulcast_of_streamop.py +0 -0
  215. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_mediaop.py +0 -0
  216. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_mp4supportop.py +0 -0
  217. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_source_accessop.py +0 -0
  218. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updateplaylistrequest.py +0 -0
  219. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updatetrackrequest.py +0 -0
  220. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updatetrackresponse.py +0 -0
  221. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/useragentrestrictions.py +0 -0
  222. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/videoinput.py +0 -0
  223. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewnotfound_error.py +0 -0
  224. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewsbytopcontentdetails.py +0 -0
  225. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewscountresponse.py +0 -0
  226. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewslist.py +0 -0
  227. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/watermarkinput.py +0 -0
  228. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/playback.py +0 -0
  229. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/playlist.py +0 -0
  230. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/py.typed +0 -0
  231. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/sdk.py +0 -0
  232. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/sdkconfiguration.py +0 -0
  233. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/signing_keys.py +0 -0
  234. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/simulcast_stream.py +0 -0
  235. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/start_live_stream.py +0 -0
  236. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/types/__init__.py +0 -0
  237. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/types/basemodel.py +0 -0
  238. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/__init__.py +0 -0
  239. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/annotations.py +0 -0
  240. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/datetimes.py +0 -0
  241. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/enums.py +0 -0
  242. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/eventstreaming.py +0 -0
  243. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/forms.py +0 -0
  244. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/headers.py +0 -0
  245. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/logger.py +0 -0
  246. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/metadata.py +0 -0
  247. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/queryparams.py +0 -0
  248. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/requestbodies.py +0 -0
  249. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/retries.py +0 -0
  250. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/security.py +0 -0
  251. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/serializers.py +0 -0
  252. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/unmarshal_json_response.py +0 -0
  253. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/url.py +0 -0
  254. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/values.py +0 -0
  255. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/views_sdk.py +0 -0
  256. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/SOURCES.txt +0 -0
  257. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/dependency_links.txt +0 -0
  258. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/requires.txt +0 -0
  259. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/top_level.txt +0 -0
  260. {fastpix_python-1.1.1 → fastpix_python-1.1.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastpix_python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Python Client SDK Generated by fastpix.
5
5
  Home-page: https://github.com/FastPix/fastpix-python
6
6
  Author: FastPix
@@ -9,8 +9,8 @@ from ..types import (
9
9
  UNSET_SENTINEL,
10
10
  )
11
11
  import pydantic
12
- from pydantic import model_serializer
13
- from typing import List, Optional, Union
12
+ from pydantic import AliasChoices, model_serializer
13
+ from typing import Any, Dict, List, Optional, Union
14
14
  from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
15
15
 
16
16
 
@@ -46,12 +46,16 @@ class DetailsTypedDict(TypedDict):
46
46
 
47
47
 
48
48
  class Details(BaseModel):
49
- player_source_bitrate: OptionalNullable[int] = UNSET
49
+ player_source_bitrate: Annotated[
50
+ OptionalNullable[int], pydantic.Field(alias="playerSourceBitrate")
51
+ ] = UNSET
50
52
  r"""The player_source_bitrate represents the bitrate of the video stream that is being played, measured in bits per second (bps). This value indicates the quality of the video being streamed, with higher bitrates typically corresponding to better video quality but requiring more bandwidth.
51
53
 
52
54
  """
53
55
 
54
- player_source_codec: OptionalNullable[str] = UNSET
56
+ player_source_codec: Annotated[
57
+ OptionalNullable[str], pydantic.Field(alias="playerSourceCodec")
58
+ ] = UNSET
55
59
  r"""The player_source_codec represents the video or audio codec being used to decode and play the media. A codec is a technology used to compress and decompress digital media files, enabling efficient transmission and storage while maintaining quality.
56
60
 
57
61
  """
@@ -73,14 +77,14 @@ class Details(BaseModel):
73
77
  @model_serializer(mode="wrap")
74
78
  def serialize_model(self, handler):
75
79
  optional_fields = [
76
- "player_source_bitrate",
77
- "player_source_codec",
80
+ "playerSourceBitrate",
81
+ "playerSourceCodec",
78
82
  "playerSourceHeight",
79
83
  "playerSourceWidth",
80
84
  ]
81
85
  nullable_fields = [
82
- "player_source_bitrate",
83
- "player_source_codec",
86
+ "playerSourceBitrate",
87
+ "playerSourceCodec",
84
88
  "playerSourceHeight",
85
89
  "playerSourceWidth",
86
90
  ]
@@ -131,43 +135,131 @@ class EventTypedDict(TypedDict):
131
135
  details: NotRequired[DetailsTypedDict]
132
136
 
133
137
 
138
+ class EventDetails(BaseModel):
139
+ host_name: Annotated[
140
+ OptionalNullable[str],
141
+ pydantic.Field(alias="hostName", validation_alias=AliasChoices("host", "hostName")),
142
+ ] = UNSET
143
+ text: Annotated[
144
+ OptionalNullable[str],
145
+ pydantic.Field(alias="text", validation_alias=AliasChoices("txt", "text")),
146
+ ] = UNSET
147
+ code: Annotated[
148
+ OptionalNullable[str],
149
+ pydantic.Field(alias="code", validation_alias=AliasChoices("c", "code")),
150
+ ] = UNSET
151
+ error: Annotated[
152
+ OptionalNullable[str],
153
+ pydantic.Field(alias="error", validation_alias=AliasChoices("err", "error")),
154
+ ] = UNSET
155
+ type: Annotated[
156
+ OptionalNullable[str],
157
+ pydantic.Field(alias="type", validation_alias=AliasChoices("t", "type")),
158
+ ] = UNSET
159
+ url: Annotated[
160
+ OptionalNullable[str],
161
+ pydantic.Field(alias="url", validation_alias=AliasChoices("u", "url")),
162
+ ] = UNSET
163
+ bitrate: Annotated[
164
+ OptionalNullable[str],
165
+ pydantic.Field(alias="bitrate", validation_alias=AliasChoices("br", "bitrate")),
166
+ ] = UNSET
167
+ height: Annotated[
168
+ OptionalNullable[str],
169
+ pydantic.Field(alias="height", validation_alias=AliasChoices("h", "height")),
170
+ ] = UNSET
171
+ fps: OptionalNullable[Union[str, int, float]] = UNSET
172
+ codec: Annotated[
173
+ OptionalNullable[str],
174
+ pydantic.Field(alias="codec", validation_alias=AliasChoices("cd", "codec")),
175
+ ] = UNSET
176
+ width: Annotated[
177
+ OptionalNullable[str],
178
+ pydantic.Field(alias="width", validation_alias=AliasChoices("w", "width")),
179
+ ] = UNSET
180
+
181
+ @model_serializer(mode="wrap")
182
+ def serialize_model(self, handler):
183
+ optional_fields = [
184
+ "hostName", "text", "code", "error", "type", "url",
185
+ "bitrate", "height", "fps", "codec", "width",
186
+ ]
187
+ nullable_fields = [
188
+ "hostName", "text", "code", "error", "type", "url",
189
+ "bitrate", "height", "fps", "codec", "width",
190
+ ]
191
+ null_default_fields: List[str] = []
192
+ serialized = handler(self)
193
+ m = {}
194
+ for n, f in type(self).model_fields.items():
195
+ k = f.alias or n
196
+ val = serialized.get(k)
197
+ serialized.pop(k, None)
198
+ optional_nullable = k in optional_fields and k in nullable_fields
199
+ is_set = (
200
+ self.__pydantic_fields_set__.intersection({n})
201
+ or k in null_default_fields
202
+ )
203
+ if val is not None and val != UNSET_SENTINEL:
204
+ m[k] = val
205
+ elif val != UNSET_SENTINEL and (
206
+ not k in optional_fields or (optional_nullable and is_set)
207
+ ):
208
+ m[k] = val
209
+ return m
210
+
211
+
134
212
  class Event(BaseModel):
135
- event_name: OptionalNullable[str] = UNSET
213
+ event_name: Annotated[
214
+ OptionalNullable[str],
215
+ pydantic.Field(alias="eventName", validation_alias=AliasChoices("e", "eventName")),
216
+ ] = UNSET
136
217
  r"""Name of the event.
137
218
 
138
219
  """
139
220
 
140
- event_time: OptionalNullable[EventTime] = UNSET
221
+ event_time: Annotated[
222
+ OptionalNullable[EventTime], pydantic.Field(alias="eventTime")
223
+ ] = UNSET
141
224
  r"""The unix epoch timestamp when the event was captured.
142
225
 
143
226
  """
144
227
 
145
- viewer_time: OptionalNullable[int] = UNSET
228
+ viewer_time: Annotated[
229
+ OptionalNullable[int],
230
+ pydantic.Field(alias="viewerTime", validation_alias=AliasChoices("vt", "viewerTime")),
231
+ ] = UNSET
146
232
  r"""The unix epoch timestamp which represents the actual time the event has occured.
147
233
 
148
234
  """
149
235
 
150
- player_playhead_time: OptionalNullable[int] = UNSET
236
+ player_playhead_time: Annotated[
237
+ OptionalNullable[int],
238
+ pydantic.Field(alias="playerPlayheadTime", validation_alias=AliasChoices("pt", "playerPlayheadTime")),
239
+ ] = UNSET
151
240
  r"""The player_playhead_time represents the current position of the playhead (the point in the video that is being watched) on the video seekbar, measured in milliseconds. This value indicates how far into the video playback has progressed at any given moment.
152
241
 
153
242
  """
154
243
 
155
- details: Optional[Details] = None
244
+ event_details: Annotated[
245
+ Optional[EventDetails],
246
+ pydantic.Field(alias="eventDetails", validation_alias=AliasChoices("d", "eventDetails")),
247
+ ] = None
156
248
 
157
249
  @model_serializer(mode="wrap")
158
250
  def serialize_model(self, handler):
159
251
  optional_fields = [
160
- "event_name",
161
- "event_time",
162
- "viewer_time",
163
- "player_playhead_time",
164
- "details",
252
+ "eventName",
253
+ "eventTime",
254
+ "viewerTime",
255
+ "playerPlayheadTime",
256
+ "eventDetails",
165
257
  ]
166
258
  nullable_fields = [
167
- "event_name",
168
- "event_time",
169
- "viewer_time",
170
- "player_playhead_time",
259
+ "eventName",
260
+ "eventTime",
261
+ "viewerTime",
262
+ "playerPlayheadTime",
171
263
  ]
172
264
  null_default_fields = []
173
265
 
@@ -307,6 +399,8 @@ class ViewsTypedDict(TypedDict):
307
399
  r"""User defined metadata. Only accessible once it is enabled in the organization settings.
308
400
 
309
401
  """
402
+ custom: NotRequired[Dict[str, Any]]
403
+ r"""User defined custom metadata object."""
310
404
  workspace_id: NotRequired[str]
311
405
  r"""It is a unique identifier associated with a specific workspace within the FastPix platform.
312
406
 
@@ -706,7 +800,7 @@ class Views(BaseModel):
706
800
  """
707
801
 
708
802
  buffer_frequency: Annotated[
709
- OptionalNullable[float], pydantic.Field(alias="BufferFrequency")
803
+ OptionalNullable[float], pydantic.Field(alias="bufferFrequency")
710
804
  ] = UNSET
711
805
  r"""Buffer Frequency measures the rate at which rebuffering events occur, expressed as events per millisecond.
712
806
 
@@ -789,6 +883,9 @@ class Views(BaseModel):
789
883
 
790
884
  """
791
885
 
886
+ custom: Annotated[Optional[Dict[str, Any]], pydantic.Field(alias="custom")] = None
887
+ r"""User defined custom metadata object."""
888
+
792
889
  workspace_id: Annotated[Optional[str], pydantic.Field(alias="workspaceId")] = None
793
890
  r"""It is a unique identifier associated with a specific workspace within the FastPix platform.
794
891
 
@@ -921,13 +1018,17 @@ class Views(BaseModel):
921
1018
 
922
1019
  """
923
1020
 
924
- fp_sdk: Annotated[OptionalNullable[str], pydantic.Field(alias="fpSdk")] = UNSET
1021
+ fp_sdk: Annotated[
1022
+ OptionalNullable[str],
1023
+ pydantic.Field(alias="fpSDK", validation_alias=AliasChoices("fpSdk", "fpSDK")),
1024
+ ] = UNSET
925
1025
  r"""FastPix SDK Name identifies the name of the FastPix Player SDK utilized within the player workspace.
926
1026
 
927
1027
  """
928
1028
 
929
1029
  fp_sdk_version: Annotated[
930
- OptionalNullable[str], pydantic.Field(alias="fpSdkVersion")
1030
+ OptionalNullable[str],
1031
+ pydantic.Field(alias="fpSDKVersion", validation_alias=AliasChoices("fpSdkVersion", "fpSDKVersion")),
931
1032
  ] = UNSET
932
1033
  r"""FastPix SDK Version specifies the version of the FastPix Player SDK integrated into the player.
933
1034
 
@@ -1299,7 +1400,9 @@ class Views(BaseModel):
1299
1400
 
1300
1401
  """
1301
1402
 
1302
- connectiontype: OptionalNullable[str] = UNSET
1403
+ connectiontype: Annotated[
1404
+ OptionalNullable[str], pydantic.Field(alias="connectionType")
1405
+ ] = UNSET
1303
1406
  r"""Connection Type signifies the type of network connection utilized by the viewer's device
1304
1407
 
1305
1408
  """
@@ -1364,7 +1467,7 @@ class Views(BaseModel):
1364
1467
  """
1365
1468
 
1366
1469
  total_watch_time: Annotated[
1367
- OptionalNullable[int], pydantic.Field(alias="totalWatchTime")
1470
+ OptionalNullable[int], pydantic.Field(alias="watchTime")
1368
1471
  ] = UNSET
1369
1472
  r"""Total Watch Time denotes the total duration of video content watched by the viewer, encompassing startup time, playing time, and potential rebuffering time, measured in milliseconds.
1370
1473
 
@@ -1398,6 +1501,84 @@ class Views(BaseModel):
1398
1501
 
1399
1502
  """
1400
1503
 
1504
+ beacon_domain: Annotated[
1505
+ OptionalNullable[str], pydantic.Field(alias="beaconDomain")
1506
+ ] = UNSET
1507
+
1508
+ browser_engine: Annotated[
1509
+ OptionalNullable[str], pydantic.Field(alias="browserEngine")
1510
+ ] = UNSET
1511
+
1512
+ error_context: Annotated[
1513
+ OptionalNullable[str], pydantic.Field(alias="errorContext")
1514
+ ] = UNSET
1515
+
1516
+ error_id: Annotated[
1517
+ OptionalNullable[str], pydantic.Field(alias="errorId")
1518
+ ] = UNSET
1519
+
1520
+ fp_api_version: Annotated[
1521
+ OptionalNullable[str], pydantic.Field(alias="fpApiVersion")
1522
+ ] = UNSET
1523
+
1524
+ fp_embed: Annotated[
1525
+ OptionalNullable[str], pydantic.Field(alias="fpEmbed")
1526
+ ] = UNSET
1527
+
1528
+ fp_embed_version: Annotated[
1529
+ OptionalNullable[str], pydantic.Field(alias="fpEmbedVersion")
1530
+ ] = UNSET
1531
+
1532
+ fp_viewer_id: Annotated[
1533
+ OptionalNullable[str], pydantic.Field(alias="fpViewerId")
1534
+ ] = UNSET
1535
+
1536
+ ip_address: Annotated[
1537
+ OptionalNullable[str], pydantic.Field(alias="ipAddress")
1538
+ ] = UNSET
1539
+
1540
+ player_source_domain: Annotated[
1541
+ OptionalNullable[str], pydantic.Field(alias="playerSourceDomain")
1542
+ ] = UNSET
1543
+
1544
+ player_view_count: Annotated[
1545
+ OptionalNullable[Union[str, int]], pydantic.Field(alias="playerViewCount")
1546
+ ] = UNSET
1547
+
1548
+ property_id: Annotated[
1549
+ OptionalNullable[str], pydantic.Field(alias="propertyId")
1550
+ ] = UNSET
1551
+
1552
+ sign: OptionalNullable[str] = UNSET
1553
+
1554
+ total_startup_time: Annotated[
1555
+ OptionalNullable[int], pydantic.Field(alias="totalStartupTime")
1556
+ ] = UNSET
1557
+
1558
+ video_encoding_variant: Annotated[
1559
+ OptionalNullable[str], pydantic.Field(alias="videoEncodingVariant")
1560
+ ] = UNSET
1561
+
1562
+ video_producer: Annotated[
1563
+ OptionalNullable[str], pydantic.Field(alias="videoProducer")
1564
+ ] = UNSET
1565
+
1566
+ video_variant_id: Annotated[
1567
+ OptionalNullable[str], pydantic.Field(alias="videoVariantId")
1568
+ ] = UNSET
1569
+
1570
+ video_variant_name: Annotated[
1571
+ OptionalNullable[str], pydantic.Field(alias="videoVariantName")
1572
+ ] = UNSET
1573
+
1574
+ view_has_error: Annotated[
1575
+ Optional[bool], pydantic.Field(alias="viewHasError")
1576
+ ] = None
1577
+
1578
+ view_session_id: Annotated[
1579
+ OptionalNullable[str], pydantic.Field(alias="viewSessionId")
1580
+ ] = UNSET
1581
+
1401
1582
  @model_serializer(mode="wrap")
1402
1583
  def serialize_model(self, handler):
1403
1584
  optional_fields = [
@@ -1406,7 +1587,7 @@ class Views(BaseModel):
1406
1587
  "mediaId",
1407
1588
  "bufferCount",
1408
1589
  "bufferFill",
1409
- "BufferFrequency",
1590
+ "bufferFrequency",
1410
1591
  "cdn",
1411
1592
  "city",
1412
1593
  "continent",
@@ -1422,6 +1603,7 @@ class Views(BaseModel):
1422
1603
  "custom8",
1423
1604
  "custom9",
1424
1605
  "custom10",
1606
+ "custom",
1425
1607
  "workspaceId",
1426
1608
  "events",
1427
1609
  "exitBeforeVideoStart",
@@ -1442,8 +1624,8 @@ class Views(BaseModel):
1442
1624
  "playerHeight",
1443
1625
  "playerInstanceId",
1444
1626
  "playerLanguage",
1445
- "fpSdk",
1446
- "fpSdkVersion",
1627
+ "fpSDK",
1628
+ "fpSDKVersion",
1447
1629
  "playerName",
1448
1630
  "playerPoster",
1449
1631
  "playerPreloadOn",
@@ -1498,7 +1680,7 @@ class Views(BaseModel):
1498
1680
  "avgUpscaling",
1499
1681
  "browserName",
1500
1682
  "browserVersion",
1501
- "connectiontype",
1683
+ "connectionType",
1502
1684
  "deviceType",
1503
1685
  "deviceManufacturer",
1504
1686
  "deviceModel",
@@ -1508,11 +1690,31 @@ class Views(BaseModel):
1508
1690
  "osVersion",
1509
1691
  "userAgent",
1510
1692
  "viewerId",
1511
- "totalWatchTime",
1693
+ "watchTime",
1512
1694
  "averageBitrate",
1513
1695
  "jumpLatency",
1514
1696
  "playerResolution",
1515
1697
  "videoResolution",
1698
+ "beaconDomain",
1699
+ "browserEngine",
1700
+ "errorContext",
1701
+ "errorId",
1702
+ "fpApiVersion",
1703
+ "fpEmbed",
1704
+ "fpEmbedVersion",
1705
+ "fpViewerId",
1706
+ "ipAddress",
1707
+ "playerSourceDomain",
1708
+ "playerViewCount",
1709
+ "propertyId",
1710
+ "sign",
1711
+ "totalStartupTime",
1712
+ "videoEncodingVariant",
1713
+ "videoProducer",
1714
+ "videoVariantId",
1715
+ "videoVariantName",
1716
+ "viewHasError",
1717
+ "viewSessionId",
1516
1718
  ]
1517
1719
  nullable_fields = [
1518
1720
  "asnName",
@@ -1520,11 +1722,12 @@ class Views(BaseModel):
1520
1722
  "mediaId",
1521
1723
  "bufferCount",
1522
1724
  "bufferFill",
1523
- "BufferFrequency",
1725
+ "bufferFrequency",
1524
1726
  "cdn",
1525
1727
  "city",
1526
1728
  "continent",
1527
1729
  "countryCode",
1730
+ "experimentName",
1528
1731
  "country",
1529
1732
  "custom1",
1530
1733
  "custom2",
@@ -1550,8 +1753,8 @@ class Views(BaseModel):
1550
1753
  "playerHeight",
1551
1754
  "playerInstanceId",
1552
1755
  "playerLanguage",
1553
- "fpSdk",
1554
- "fpSdkVersion",
1756
+ "fpSDK",
1757
+ "fpSDKVersion",
1555
1758
  "playerName",
1556
1759
  "playerPoster",
1557
1760
  "playerSoftwareVersion",
@@ -1600,7 +1803,7 @@ class Views(BaseModel):
1600
1803
  "avgUpscaling",
1601
1804
  "browserName",
1602
1805
  "browserVersion",
1603
- "connectiontype",
1806
+ "connectionType",
1604
1807
  "deviceType",
1605
1808
  "deviceManufacturer",
1606
1809
  "deviceModel",
@@ -1609,11 +1812,30 @@ class Views(BaseModel):
1609
1812
  "osName",
1610
1813
  "userAgent",
1611
1814
  "viewerId",
1612
- "totalWatchTime",
1815
+ "watchTime",
1613
1816
  "averageBitrate",
1614
1817
  "jumpLatency",
1615
1818
  "playerResolution",
1616
1819
  "videoResolution",
1820
+ "beaconDomain",
1821
+ "browserEngine",
1822
+ "errorContext",
1823
+ "errorId",
1824
+ "fpApiVersion",
1825
+ "fpEmbed",
1826
+ "fpEmbedVersion",
1827
+ "fpViewerId",
1828
+ "ipAddress",
1829
+ "playerSourceDomain",
1830
+ "playerViewCount",
1831
+ "propertyId",
1832
+ "sign",
1833
+ "totalStartupTime",
1834
+ "videoEncodingVariant",
1835
+ "videoProducer",
1836
+ "videoVariantId",
1837
+ "videoVariantName",
1838
+ "viewSessionId",
1617
1839
  ]
1618
1840
  null_default_fields = []
1619
1841
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastpix_python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Python Client SDK Generated by fastpix.
5
5
  Home-page: https://github.com/FastPix/fastpix-python
6
6
  Author: FastPix
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fastpix_python"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  description = "Python Client SDK Generated by fastpix."
5
5
  authors = [
6
6
  { name = "FastPix", email = "devs@fastpix.io" }
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="fastpix_python",
8
- version="1.1.1",
8
+ version="1.1.2",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "httpcore>=1.0.9",
File without changes
File without changes