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.
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/PKG-INFO +1 -1
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/views.py +259 -37
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/PKG-INFO +1 -1
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/pyproject.toml +1 -1
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/setup.py +1 -1
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/LICENSE +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/README.md +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/sdkhooks.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_hooks/types.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/_version.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/basesdk.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/dimensions.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/drm_configurations.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/badrequest_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/enable_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/fastpixdefaulterror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/fastpixerror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/forbidden_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/invalidpermission_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/livenotfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/medianotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/no_response_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/responsevalidationerror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/unauthorized_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/validationerrorresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/viewnotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/httpclient.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/in_video_ai_features.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/input_video.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/live_playback.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/manage_live_stream.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/manage_videos.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/metrics.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/accesspolicy.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/add_media_to_playlistop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/add_media_trackop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/addtrackrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/addtrackresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/audioinput.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/badrequest_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/basicaccesspolicy.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/browsernamedimensiondetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/cancel_uploadop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/change_media_order_in_playlistop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/chaptersresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/complete_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_media_playback_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/create_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createlivestreamrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediarequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediaresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createmediasuccessresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createplaylistrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/createsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/datapagination.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/daterange.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_a_playlistop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_from_playlistop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_playback_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_media_trackop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_mediaop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_playbackid_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_signing_keyop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/delete_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/deletesigningkeyresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/direct_upload_video_mediaop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/directupload.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/directuploadresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/disable_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/domainrestrictions.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/drmidresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/duplicatemp4support_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/duplicatereferenceiderrorresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/enable_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/errordetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/fielderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/forbidden_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/forbiddenresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/generate_subtitle_trackop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/generatetrackresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_all_playlistsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_all_streamsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_data_viewlist_current_views_filterop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_data_viewlist_current_views_gettimeseriesviewsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_by_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_playback_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_live_stream_viewer_count_by_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_media_clipsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_mediaop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_playback_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_playlist_by_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_signing_key_by_idop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_timeseries_dataop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/get_video_view_detailsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallplaylistsresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallsigningkeyresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getallsigningkeyresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getcreatelivestreamresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getdrmconfigurationbyidop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getdrmconfigurationop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getpublicpemusingsigningkeyidresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/getstreamsresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/invalidpermission_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/invalidplaylistidresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/languagecode.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_breakdown_valuesop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_by_top_contentop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_comparison_valuesop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_dimensionsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_errorsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_filter_values_for_dimensionop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_live_clipsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_mediaop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_overall_valuesop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_signing_keysop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_uploadsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/list_video_viewsop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livenotfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamdeleteresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamgetresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreampagination.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/livestreamresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/media.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediacancelresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaclipnotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaclipresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaidsrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/medianotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediaorplaybacknotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/mediatype.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsbreakdowndetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricscomparisondetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsoveralldatadetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricsoverallmetadatadetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricstimeseriesdatadetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/metricstimeseriesmetadatadetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/moderationresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/namedentitiesresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderrorplaybackid.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/notfounderrorsimulcast.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/pagination.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchlivestreamrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchresponsedata.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/patchresponsedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackid.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbackidsuccessresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playbacksettings.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistbyidresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistcreatedresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistcreatedschema.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistitem.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/playlistorder.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/policyaction.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/retrievemediainputinfoop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/security.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/signingkeynotfounderror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/signingkeyworkspacedto.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastdeleteresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastunavailable_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastupdaterequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/simulcastupdateresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/singingkeyspagination.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/sortorder.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/srtplaybackresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/streamalreadydisablederror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/streamalreadyenablederror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/subtitleinput.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/successresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/summaryresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/toperrordetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/track.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/trackduplicaterequest_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/tracksubtitlesgeneraterequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/trialplanrestrictionerror.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/unauthorized_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/unauthorizedresponse_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_a_playlistop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_live_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_chaptersop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_moderationop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_named_entitiesop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_summaryop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_media_trackop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/update_specific_simulcast_of_streamop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_mediaop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_mp4supportop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updated_source_accessop.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updateplaylistrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updatetrackrequest.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/updatetrackresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/useragentrestrictions.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/videoinput.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewnotfound_error.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewsbytopcontentdetails.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewscountresponse.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/viewslist.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/watermarkinput.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/playback.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/playlist.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/py.typed +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/sdk.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/sdkconfiguration.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/signing_keys.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/simulcast_stream.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/start_live_stream.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/types/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/types/basemodel.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/__init__.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/annotations.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/datetimes.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/enums.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/eventstreaming.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/forms.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/headers.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/logger.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/metadata.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/queryparams.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/requestbodies.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/retries.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/security.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/serializers.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/unmarshal_json_response.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/url.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/utils/values.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/views_sdk.py +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/SOURCES.txt +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/dependency_links.txt +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/requires.txt +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python.egg-info/top_level.txt +0 -0
- {fastpix_python-1.1.1 → fastpix_python-1.1.2}/setup.cfg +0 -0
|
@@ -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:
|
|
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:
|
|
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
|
-
"
|
|
77
|
-
"
|
|
80
|
+
"playerSourceBitrate",
|
|
81
|
+
"playerSourceCodec",
|
|
78
82
|
"playerSourceHeight",
|
|
79
83
|
"playerSourceWidth",
|
|
80
84
|
]
|
|
81
85
|
nullable_fields = [
|
|
82
|
-
"
|
|
83
|
-
"
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
252
|
+
"eventName",
|
|
253
|
+
"eventTime",
|
|
254
|
+
"viewerTime",
|
|
255
|
+
"playerPlayheadTime",
|
|
256
|
+
"eventDetails",
|
|
165
257
|
]
|
|
166
258
|
nullable_fields = [
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
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="
|
|
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[
|
|
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],
|
|
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:
|
|
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="
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1446
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
1554
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/duplicatemp4support_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/forbiddenresponse_error.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/invalidpermission_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaclipnotfound_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/mediaorplaybacknotfound_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorplaybackid.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/notfounderrorsimulcast.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/responsevalidationerror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/signingkeynotfounderror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/simulcastunavailable_error.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadydisablederror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/streamalreadyenablederror.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trackduplicaterequest_error.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/trialplanrestrictionerror.py
RENAMED
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/unauthorizedresponse_error.py
RENAMED
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/errors/validationerrorresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fastpix_python-1.1.1 → fastpix_python-1.1.2}/fastpix_python/models/add_media_to_playlistop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|