fastpixapi 0.0.1 → 1.1.0
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.
- checksums.yaml +4 -4
- data/lib/crystalline/metadata_fields.rb +29 -37
- data/lib/crystalline/module.rb +96 -0
- data/lib/crystalline/types.rb +83 -0
- data/lib/crystalline/utils.rb +49 -75
- data/lib/crystalline.rb +4 -3
- data/lib/fastpix_client/dimensions.rb +313 -0
- data/lib/fastpix_client/drm_configurations.rb +319 -0
- data/lib/fastpix_client/errors.rb +187 -0
- data/lib/fastpix_client/fastpixapi.rb +113 -0
- data/lib/fastpix_client/in_video_ai_features.rb +671 -0
- data/lib/fastpix_client/input_video.rb +381 -0
- data/lib/fastpix_client/live_playback.rb +460 -0
- data/lib/fastpix_client/manage_live_stream.rb +1160 -0
- data/lib/fastpix_client/manage_videos.rb +2489 -0
- data/lib/fastpix_client/metrics.rb +650 -0
- data/lib/fastpix_client/models/callbacks.rb +12 -0
- data/lib/fastpix_client/models/components/accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/components/accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/addtrackrequest.rb +44 -0
- data/lib/fastpix_client/models/components/addtrackrequest.rbi +19 -0
- data/lib/fastpix_client/models/components/addtrackrequest_type.rb +21 -0
- data/lib/fastpix_client/models/components/addtrackrequest_type.rbi +11 -0
- data/lib/fastpix_client/models/components/addtrackresponse.rb +48 -0
- data/lib/fastpix_client/models/components/addtrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/addtrackresponse_type.rb +21 -0
- data/lib/fastpix_client/models/components/addtrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/airesponserecord.rb +36 -0
- data/lib/fastpix_client/models/components/airesponserecord.rbi +15 -0
- data/lib/fastpix_client/models/components/aisummaryrecord.rb +36 -0
- data/lib/fastpix_client/models/components/aisummaryrecord.rbi +15 -0
- data/lib/fastpix_client/models/components/audioinput.rb +40 -0
- data/lib/fastpix_client/models/components/audioinput.rbi +17 -0
- data/lib/fastpix_client/models/components/audioinput_type.rb +20 -0
- data/lib/fastpix_client/models/components/audioinput_type.rbi +11 -0
- data/lib/fastpix_client/models/components/audiotrack.rb +50 -0
- data/lib/fastpix_client/models/components/audiotrack.rbi +21 -0
- data/lib/fastpix_client/models/components/audiotrack_type.rb +20 -0
- data/lib/fastpix_client/models/components/audiotrack_type.rbi +11 -0
- data/lib/fastpix_client/models/components/basicaccesspolicy.rb +21 -0
- data/lib/fastpix_client/models/components/basicaccesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/browsernamedimensiondetails.rb +40 -0
- data/lib/fastpix_client/models/components/browsernamedimensiondetails.rbi +17 -0
- data/lib/fastpix_client/models/components/chaptersresponse.rb +36 -0
- data/lib/fastpix_client/models/components/chaptersresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest.rb +36 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest_maxresolution.rb +23 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createlivestreamresponsedto.rb +96 -0
- data/lib/fastpix_client/models/components/createlivestreamresponsedto.rbi +45 -0
- data/lib/fastpix_client/models/components/createmediarequest.rb +106 -0
- data/lib/fastpix_client/models/components/createmediarequest.rbi +45 -0
- data/lib/fastpix_client/models/components/createmediarequest_accesspolicy.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/createmediarequest_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/createmediarequest_domains.rb +47 -0
- data/lib/fastpix_client/models/components/createmediarequest_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/createmediarequest_languagecode.rb +27 -0
- data/lib/fastpix_client/models/components/createmediarequest_languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_maxresolution.rb +25 -0
- data/lib/fastpix_client/models/components/createmediarequest_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/createmediarequest_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_mp4support.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_type.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_useragents.rb +47 -0
- data/lib/fastpix_client/models/components/createmediarequest_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/createmediaresponse.rb +80 -0
- data/lib/fastpix_client/models/components/createmediaresponse.rbi +35 -0
- data/lib/fastpix_client/models/components/createmediaresponse_input.rb +36 -0
- data/lib/fastpix_client/models/components/createmediaresponse_input.rbi +15 -0
- data/lib/fastpix_client/models/components/createmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/createmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/createmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/createmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediasuccessresponse.rb +36 -0
- data/lib/fastpix_client/models/components/createmediasuccessresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createplaybackid.rb +44 -0
- data/lib/fastpix_client/models/components/createplaybackid.rbi +19 -0
- data/lib/fastpix_client/models/components/createplaybackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/createplaybackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/createplaybackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/createplaybackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/createplaybackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/createplaybackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/createplaylistrequest.rb +27 -0
- data/lib/fastpix_client/models/components/createplaylistrequest.rbi +11 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual.rb +48 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual.rbi +21 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual_type.rb +20 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart.rb +56 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart.rbi +25 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart_type.rb +20 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createresponse.rb +36 -0
- data/lib/fastpix_client/models/components/createresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createsigningkeyresponsedto.rb +40 -0
- data/lib/fastpix_client/models/components/createsigningkeyresponsedto.rbi +17 -0
- data/lib/fastpix_client/models/components/custom_1.rb +43 -0
- data/lib/fastpix_client/models/components/custom_1.rbi +17 -0
- data/lib/fastpix_client/models/components/custom_2.rb +33 -0
- data/lib/fastpix_client/models/components/custom_2.rbi +13 -0
- data/lib/fastpix_client/models/components/datapagination.rb +45 -0
- data/lib/fastpix_client/models/components/datapagination.rbi +17 -0
- data/lib/fastpix_client/models/components/daterange.rb +36 -0
- data/lib/fastpix_client/models/components/daterange.rbi +15 -0
- data/lib/fastpix_client/models/components/default_error.rb +36 -0
- data/lib/fastpix_client/models/components/default_error.rbi +15 -0
- data/lib/fastpix_client/models/components/deletesigningkeyresponse.rb +32 -0
- data/lib/fastpix_client/models/components/deletesigningkeyresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/directupload.rb +57 -0
- data/lib/fastpix_client/models/components/directupload.rbi +25 -0
- data/lib/fastpix_client/models/components/directupload_status.rb +20 -0
- data/lib/fastpix_client/models/components/directupload_status.rbi +11 -0
- data/lib/fastpix_client/models/components/directuploadresponse.rb +51 -0
- data/lib/fastpix_client/models/components/directuploadresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/directuploadresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/directuploadresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/domainrestrictions.rb +40 -0
- data/lib/fastpix_client/models/components/domainrestrictions.rbi +17 -0
- data/lib/fastpix_client/models/components/domains_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/components/domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/drmidresponse.rb +32 -0
- data/lib/fastpix_client/models/components/drmidresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/error.rb +41 -0
- data/lib/fastpix_client/models/components/error.rbi +17 -0
- data/lib/fastpix_client/models/components/errordetails.rb +60 -0
- data/lib/fastpix_client/models/components/errordetails.rbi +27 -0
- data/lib/fastpix_client/models/components/errordetails_percentage.rb +27 -0
- data/lib/fastpix_client/models/components/errordetails_percentage.rbi +11 -0
- data/lib/fastpix_client/models/components/event.rb +52 -0
- data/lib/fastpix_client/models/components/event.rbi +21 -0
- data/lib/fastpix_client/models/components/event_time.rb +28 -0
- data/lib/fastpix_client/models/components/event_time.rbi +11 -0
- data/lib/fastpix_client/models/components/generatetrackresponse.rb +50 -0
- data/lib/fastpix_client/models/components/generatetrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_languagecode.rb +77 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_type.rb +20 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse.rb +146 -0
- data/lib/fastpix_client/models/components/getallmediaresponse.rbi +67 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_track.rb +27 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_track.rbi +11 -0
- data/lib/fastpix_client/models/components/getallplaylistsresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getallplaylistsresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/getcreatelivestreamresponsedto.rb +104 -0
- data/lib/fastpix_client/models/components/getcreatelivestreamresponsedto.rbi +49 -0
- data/lib/fastpix_client/models/components/getmediaresponse.rb +146 -0
- data/lib/fastpix_client/models/components/getmediaresponse.rbi +67 -0
- data/lib/fastpix_client/models/components/getmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/getmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/getmediaresponse_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/getmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_track.rb +27 -0
- data/lib/fastpix_client/models/components/getmediaresponse_track.rbi +11 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto_data.rb +40 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto_data.rbi +17 -0
- data/lib/fastpix_client/models/components/getstreamsresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getstreamsresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/imposetrack.rb +48 -0
- data/lib/fastpix_client/models/components/imposetrack.rbi +21 -0
- data/lib/fastpix_client/models/components/input.rb +27 -0
- data/lib/fastpix_client/models/components/input.rbi +11 -0
- data/lib/fastpix_client/models/components/inputmediasettings.rb +53 -0
- data/lib/fastpix_client/models/components/inputmediasettings.rbi +21 -0
- data/lib/fastpix_client/models/components/languagecode.rb +80 -0
- data/lib/fastpix_client/models/components/languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips.rb +113 -0
- data/lib/fastpix_client/models/components/live_media_clips.rbi +51 -0
- data/lib/fastpix_client/models/components/live_media_clips_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/live_media_clips_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/live_media_clips_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/live_media_clips_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_status.rb +27 -0
- data/lib/fastpix_client/models/components/live_media_clips_status.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_track.rb +27 -0
- data/lib/fastpix_client/models/components/live_media_clips_track.rbi +11 -0
- data/lib/fastpix_client/models/components/livesimulcast.rb +48 -0
- data/lib/fastpix_client/models/components/livesimulcast.rbi +21 -0
- data/lib/fastpix_client/models/components/livestreamdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/livestreamdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/livestreamgetresponse.rb +36 -0
- data/lib/fastpix_client/models/components/livestreamgetresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/livestreampagination.rb +40 -0
- data/lib/fastpix_client/models/components/livestreampagination.rbi +17 -0
- data/lib/fastpix_client/models/components/livestreamresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/livestreamresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/media.rb +134 -0
- data/lib/fastpix_client/models/components/media.rbi +61 -0
- data/lib/fastpix_client/models/components/media_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/media_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/media_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/media_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/media_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/media_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/media_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/media_status.rb +27 -0
- data/lib/fastpix_client/models/components/media_status.rbi +11 -0
- data/lib/fastpix_client/models/components/media_track.rb +27 -0
- data/lib/fastpix_client/models/components/media_track.rbi +11 -0
- data/lib/fastpix_client/models/components/mediacancelresponse.rb +73 -0
- data/lib/fastpix_client/models/components/mediacancelresponse.rbi +33 -0
- data/lib/fastpix_client/models/components/mediaclipresponse.rb +40 -0
- data/lib/fastpix_client/models/components/mediaclipresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rb +52 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rbi +23 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_pagination.rb +40 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_pagination.rbi +17 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_playbackid.rb +36 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_playbackid.rbi +15 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/mediaidsrequest.rb +32 -0
- data/lib/fastpix_client/models/components/mediaidsrequest.rbi +13 -0
- data/lib/fastpix_client/models/components/mediatype.rb +22 -0
- data/lib/fastpix_client/models/components/mediatype.rbi +11 -0
- data/lib/fastpix_client/models/components/metadata.rb +36 -0
- data/lib/fastpix_client/models/components/metadata.rbi +15 -0
- data/lib/fastpix_client/models/components/metricsbreakdowndetails.rb +48 -0
- data/lib/fastpix_client/models/components/metricsbreakdowndetails.rbi +21 -0
- data/lib/fastpix_client/models/components/metricscomparisondetails.rb +53 -0
- data/lib/fastpix_client/models/components/metricscomparisondetails.rbi +23 -0
- data/lib/fastpix_client/models/components/metricsmetadatadetails.rb +32 -0
- data/lib/fastpix_client/models/components/metricsmetadatadetails.rbi +13 -0
- data/lib/fastpix_client/models/components/metricsoveralldatadetails.rb +52 -0
- data/lib/fastpix_client/models/components/metricsoveralldatadetails.rbi +23 -0
- data/lib/fastpix_client/models/components/metricsoverallmetadatadetails.rb +32 -0
- data/lib/fastpix_client/models/components/metricsoverallmetadatadetails.rbi +13 -0
- data/lib/fastpix_client/models/components/metricstimeseriesdatadetails.rb +40 -0
- data/lib/fastpix_client/models/components/metricstimeseriesdatadetails.rbi +17 -0
- data/lib/fastpix_client/models/components/metricstimeseriesmetadatadetails.rb +36 -0
- data/lib/fastpix_client/models/components/metricstimeseriesmetadatadetails.rbi +15 -0
- data/lib/fastpix_client/models/components/moderation.rb +33 -0
- data/lib/fastpix_client/models/components/moderation.rbi +13 -0
- data/lib/fastpix_client/models/components/moderationresponse.rb +36 -0
- data/lib/fastpix_client/models/components/moderationresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/namedentitiesresponse.rb +36 -0
- data/lib/fastpix_client/models/components/namedentitiesresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/pagination.rb +40 -0
- data/lib/fastpix_client/models/components/pagination.rbi +17 -0
- data/lib/fastpix_client/models/components/patchlivestreamrequest.rb +36 -0
- data/lib/fastpix_client/models/components/patchlivestreamrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/patchresponsedata.rb +96 -0
- data/lib/fastpix_client/models/components/patchresponsedata.rbi +45 -0
- data/lib/fastpix_client/models/components/patchresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/patchresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/placement.rb +44 -0
- data/lib/fastpix_client/models/components/placement.rbi +19 -0
- data/lib/fastpix_client/models/components/playbackid.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/playbackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackidrequest.rb +32 -0
- data/lib/fastpix_client/models/components/playbackidrequest.rbi +13 -0
- data/lib/fastpix_client/models/components/playbackidresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rbi +15 -0
- data/lib/fastpix_client/models/components/playbacksettings.rb +32 -0
- data/lib/fastpix_client/models/components/playbacksettings.rbi +13 -0
- data/lib/fastpix_client/models/components/playerheight.rb +28 -0
- data/lib/fastpix_client/models/components/playerheight.rbi +11 -0
- data/lib/fastpix_client/models/components/playerviewcount.rb +28 -0
- data/lib/fastpix_client/models/components/playerviewcount.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playlistbyidresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedata.rb +27 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedata.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual.rb +68 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual.rbi +31 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual_type.rb +20 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart.rb +76 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart.rbi +35 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart_type.rb +20 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rb +60 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rbi +27 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemetadata.rb +36 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemetadata.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistcreatedresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playlistcreatedresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistcreatedschema.rb +27 -0
- data/lib/fastpix_client/models/components/playlistcreatedschema.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/playlistdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/playlistitem.rb +52 -0
- data/lib/fastpix_client/models/components/playlistitem.rbi +23 -0
- data/lib/fastpix_client/models/components/playlistitem_type.rb +21 -0
- data/lib/fastpix_client/models/components/playlistitem_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistorder.rb +21 -0
- data/lib/fastpix_client/models/components/playlistorder.rbi +11 -0
- data/lib/fastpix_client/models/components/policyaction.rb +21 -0
- data/lib/fastpix_client/models/components/policyaction.rbi +11 -0
- data/lib/fastpix_client/models/components/propertyid.rb +28 -0
- data/lib/fastpix_client/models/components/propertyid.rbi +11 -0
- data/lib/fastpix_client/models/components/pullvideoinput.rb +73 -0
- data/lib/fastpix_client/models/components/pullvideoinput.rbi +27 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_1.rb +39 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_1.rbi +15 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_2.rb +39 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_2.rbi +15 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_union.rb +27 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_union.rbi +11 -0
- data/lib/fastpix_client/models/components/resolution.rb +24 -0
- data/lib/fastpix_client/models/components/resolution.rbi +11 -0
- data/lib/fastpix_client/models/components/security.rb +36 -0
- data/lib/fastpix_client/models/components/security.rbi +15 -0
- data/lib/fastpix_client/models/components/signingkeyspagination.rb +40 -0
- data/lib/fastpix_client/models/components/signingkeyspagination.rbi +17 -0
- data/lib/fastpix_client/models/components/simulcastdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/simulcastdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/simulcastrequest.rb +40 -0
- data/lib/fastpix_client/models/components/simulcastrequest.rbi +17 -0
- data/lib/fastpix_client/models/components/simulcastresponse.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastresponse_data.rb +48 -0
- data/lib/fastpix_client/models/components/simulcastresponse_data.rbi +21 -0
- data/lib/fastpix_client/models/components/simulcastupdaterequest.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastupdaterequest.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse_data.rb +48 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse_data.rbi +21 -0
- data/lib/fastpix_client/models/components/sortorder.rb +21 -0
- data/lib/fastpix_client/models/components/sortorder.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia.rb +134 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia.rbi +61 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_status.rb +27 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_status.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_track.rb +27 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_track.rbi +11 -0
- data/lib/fastpix_client/models/components/srtplaybackresponse.rb +36 -0
- data/lib/fastpix_client/models/components/srtplaybackresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/subtitleinput.rb +45 -0
- data/lib/fastpix_client/models/components/subtitleinput.rbi +19 -0
- data/lib/fastpix_client/models/components/subtitles.rb +44 -0
- data/lib/fastpix_client/models/components/subtitles.rbi +17 -0
- data/lib/fastpix_client/models/components/subtitletrack.rb +50 -0
- data/lib/fastpix_client/models/components/subtitletrack.rbi +21 -0
- data/lib/fastpix_client/models/components/subtitletrack_type.rb +20 -0
- data/lib/fastpix_client/models/components/subtitletrack_type.rbi +11 -0
- data/lib/fastpix_client/models/components/summary.rb +40 -0
- data/lib/fastpix_client/models/components/summary.rbi +15 -0
- data/lib/fastpix_client/models/components/summaryresponse.rb +36 -0
- data/lib/fastpix_client/models/components/summaryresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/toperrordetails.rb +56 -0
- data/lib/fastpix_client/models/components/toperrordetails.rbi +25 -0
- data/lib/fastpix_client/models/components/toperrordetails_percentage.rb +27 -0
- data/lib/fastpix_client/models/components/toperrordetails_percentage.rbi +11 -0
- data/lib/fastpix_client/models/components/trackssubtitles.rb +36 -0
- data/lib/fastpix_client/models/components/trackssubtitles.rbi +15 -0
- data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rb +41 -0
- data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rbi +17 -0
- data/lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rb +27 -0
- data/lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rbi +11 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid.rb +36 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid.rbi +15 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/unuseddirectupload.rb +57 -0
- data/lib/fastpix_client/models/components/unuseddirectupload.rbi +25 -0
- data/lib/fastpix_client/models/components/unuseddirectupload_status.rb +20 -0
- data/lib/fastpix_client/models/components/unuseddirectupload_status.rbi +11 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse.rb +51 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media.rb +133 -0
- data/lib/fastpix_client/models/components/update_media.rbi +61 -0
- data/lib/fastpix_client/models/components/update_media_maxresolution.rb +25 -0
- data/lib/fastpix_client/models/components/update_media_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/update_media_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/update_media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_sourceresolution.rb +31 -0
- data/lib/fastpix_client/models/components/update_media_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_status.rb +27 -0
- data/lib/fastpix_client/models/components/update_media_status.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_track.rb +27 -0
- data/lib/fastpix_client/models/components/update_media_track.rbi +11 -0
- data/lib/fastpix_client/models/components/updateplaylistrequest.rb +36 -0
- data/lib/fastpix_client/models/components/updateplaylistrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/updatetrackrequest.rb +40 -0
- data/lib/fastpix_client/models/components/updatetrackrequest.rbi +17 -0
- data/lib/fastpix_client/models/components/updatetrackresponse.rb +48 -0
- data/lib/fastpix_client/models/components/updatetrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/updatetrackresponse_type.rb +21 -0
- data/lib/fastpix_client/models/components/updatetrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/useragentrestrictions.rb +40 -0
- data/lib/fastpix_client/models/components/useragentrestrictions.rbi +17 -0
- data/lib/fastpix_client/models/components/useragents_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/components/useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/videoinput.rb +52 -0
- data/lib/fastpix_client/models/components/videoinput.rbi +21 -0
- data/lib/fastpix_client/models/components/videoinput_segment_1.rb +36 -0
- data/lib/fastpix_client/models/components/videoinput_segment_1.rbi +15 -0
- data/lib/fastpix_client/models/components/videoinput_segment_2.rb +36 -0
- data/lib/fastpix_client/models/components/videoinput_segment_2.rbi +15 -0
- data/lib/fastpix_client/models/components/videoinput_segment_union.rb +27 -0
- data/lib/fastpix_client/models/components/videoinput_segment_union.rbi +11 -0
- data/lib/fastpix_client/models/components/videotrack.rb +52 -0
- data/lib/fastpix_client/models/components/videotrack.rbi +23 -0
- data/lib/fastpix_client/models/components/videotrackforgetall.rb +48 -0
- data/lib/fastpix_client/models/components/videotrackforgetall.rbi +21 -0
- data/lib/fastpix_client/models/components/viewer_time.rb +28 -0
- data/lib/fastpix_client/models/components/viewer_time.rbi +11 -0
- data/lib/fastpix_client/models/components/views.rb +643 -0
- data/lib/fastpix_client/models/components/views.rbi +257 -0
- data/lib/fastpix_client/models/components/viewsbytopcontentdetails.rb +40 -0
- data/lib/fastpix_client/models/components/viewsbytopcontentdetails.rbi +17 -0
- data/lib/fastpix_client/models/components/viewscountresponse.rb +36 -0
- data/lib/fastpix_client/models/components/viewscountresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/viewscountresponse_data.rb +32 -0
- data/lib/fastpix_client/models/components/viewscountresponse_data.rbi +13 -0
- data/lib/fastpix_client/models/components/viewslist.rb +88 -0
- data/lib/fastpix_client/models/components/viewslist.rbi +35 -0
- data/lib/fastpix_client/models/components/watermarkinput.rb +56 -0
- data/lib/fastpix_client/models/components/watermarkinput.rbi +23 -0
- data/lib/fastpix_client/models/components/watermarkinput_type.rb +20 -0
- data/lib/fastpix_client/models/components/watermarkinput_type.rbi +11 -0
- data/lib/fastpix_client/models/components/xalign.rb +22 -0
- data/lib/fastpix_client/models/components/xalign.rbi +11 -0
- data/lib/fastpix_client/models/components/yalign.rb +22 -0
- data/lib/fastpix_client/models/components/yalign.rbi +11 -0
- data/lib/fastpix_client/models/components.rb +241 -0
- data/lib/fastpix_client/models/errors/apierror.rb +37 -0
- data/lib/fastpix_client/models/errors/apierror.rbi +16 -0
- data/lib/fastpix_client/models/errors.rb +12 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/add_media_track_request.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_track_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/add_media_track_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/add_media_track_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/add_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/add_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/add_media_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/cancel_upload_request.rb +32 -0
- data/lib/fastpix_client/models/operations/cancel_upload_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/cancel_upload_response.rb +48 -0
- data/lib/fastpix_client/models/operations/cancel_upload_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/cancel_upload_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/cancel_upload_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/configuration.rb +33 -0
- data/lib/fastpix_client/models/operations/configuration.rbi +13 -0
- data/lib/fastpix_client/models/operations/create_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_requestbody.rb +44 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_requestbody.rbi +19 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_new_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_new_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_signing_key_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_signing_key_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_track_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_track_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_track_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_track_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/dimension.rb +76 -0
- data/lib/fastpix_client/models/operations/dimension.rbi +11 -0
- data/lib/fastpix_client/models/operations/dimensionsid.rb +76 -0
- data/lib/fastpix_client/models/operations/dimensionsid.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains.rb +47 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_moderation.rb +33 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_moderation.rbi +13 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_mp4support.rb +23 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_request.rb +40 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents.rb +47 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/file.rb +36 -0
- data/lib/fastpix_client/models/operations/file.rbi +15 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_request.rb +40 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_all_streams_request.rb +40 -0
- data/lib/fastpix_client/models/operations/get_all_streams_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_all_streams_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_all_streams_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_clips_request.rb +44 -0
- data/lib/fastpix_client/models/operations/get_media_clips_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/get_media_clips_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_clips_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_media_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_media_summary_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_media_summary_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_media_summary_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_summary_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_summary_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_media_summary_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_data.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_request.rb +68 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_request.rbi +23 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_sortorder.rb +22 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_sortorder.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_request.rb +36 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_response.rb +48 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_request.rb +32 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_response.rb +48 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/groupby.rb +24 -0
- data/lib/fastpix_client/models/operations/groupby.rbi +11 -0
- data/lib/fastpix_client/models/operations/input.rb +27 -0
- data/lib/fastpix_client/models/operations/input.rbi +11 -0
- data/lib/fastpix_client/models/operations/languagecode.rb +27 -0
- data/lib/fastpix_client/models/operations/languagecode.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_request.rb +84 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_request.rbi +29 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_responsebody.rb +49 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_responsebody.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_sortorder.rb +22 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_sortorder.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_request.rb +60 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_responsebody.rb +42 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_dimensions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_dimensions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_dimensions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/list_dimensions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_errors_data.rb +36 -0
- data/lib/fastpix_client/models/operations/list_errors_data.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_errors_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_errors_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_errors_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_errors_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_errors_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_errors_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_errors_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_errors_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_live_clips_request.rb +44 -0
- data/lib/fastpix_client/models/operations/list_live_clips_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_live_clips_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_live_clips_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_live_clips_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_live_clips_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_media_request.rb +40 -0
- data/lib/fastpix_client/models/operations/list_media_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_media_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_media_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_overall_values_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/list_overall_values_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_overall_values_request.rb +58 -0
- data/lib/fastpix_client/models/operations/list_overall_values_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_overall_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_overall_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_overall_values_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/list_overall_values_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_overall_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_overall_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_data.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_request.rb +32 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_request.rb +36 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_uploads_request.rb +40 -0
- data/lib/fastpix_client/models/operations/list_uploads_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_uploads_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_uploads_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_uploads_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_uploads_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_video_views_request.rb +77 -0
- data/lib/fastpix_client/models/operations/list_video_views_request.rbi +27 -0
- data/lib/fastpix_client/models/operations/list_video_views_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_video_views_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_video_views_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/list_video_views_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_video_views_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_video_views_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/maxresolution.rb +25 -0
- data/lib/fastpix_client/models/operations/maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/operations/mediaquality.rb +22 -0
- data/lib/fastpix_client/models/operations/mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/operations/orderby.rb +21 -0
- data/lib/fastpix_client/models/operations/orderby.rbi +11 -0
- data/lib/fastpix_client/models/operations/push_media_settings.rb +116 -0
- data/lib/fastpix_client/models/operations/push_media_settings.rbi +49 -0
- data/lib/fastpix_client/models/operations/resolution.rb +24 -0
- data/lib/fastpix_client/models/operations/resolution.rbi +11 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_data.rb +36 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_data.rbi +15 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_request.rb +32 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_response.rb +48 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/subtitles.rb +43 -0
- data/lib/fastpix_client/models/operations/subtitles.rbi +17 -0
- data/lib/fastpix_client/models/operations/summary.rb +39 -0
- data/lib/fastpix_client/models/operations/summary.rbi +15 -0
- data/lib/fastpix_client/models/operations/track.rb +27 -0
- data/lib/fastpix_client/models/operations/track.rbi +11 -0
- data/lib/fastpix_client/models/operations/type.rb +23 -0
- data/lib/fastpix_client/models/operations/type.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_live_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/update_live_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_moderation.rb +32 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_moderation.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_summary_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_requestbody.rb +39 -0
- data/lib/fastpix_client/models/operations/update_media_summary_requestbody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_summary_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_summary_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_summary_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_track_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_media_track_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_media_request.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_media_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_media_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/updated_media_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/updated_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_mp4support.rb +24 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_request.rb +37 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_source_access_request.rb +37 -0
- data/lib/fastpix_client/models/operations/updated_source_access_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_source_access_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/updated_source_access_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/updated_source_access_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_source_access_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_source_access_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_source_access_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations.rb +251 -0
- data/lib/fastpix_client/playback.rb +931 -0
- data/lib/fastpix_client/playlist.rb +1189 -0
- data/lib/fastpix_client/sdk_hooks/hooks.rb +96 -0
- data/lib/fastpix_client/sdk_hooks/registration.rb +34 -0
- data/lib/fastpix_client/sdk_hooks/types.rb +170 -0
- data/lib/fastpix_client/sdkconfiguration.rb +106 -0
- data/lib/fastpix_client/sdkconfiguration.rbi +57 -0
- data/lib/fastpix_client/signing_keys.rb +661 -0
- data/lib/fastpix_client/simulcast_stream.rb +614 -0
- data/lib/fastpix_client/start_live_stream.rb +194 -0
- data/lib/fastpix_client/utils/forms.rb +206 -0
- data/lib/fastpix_client/utils/headers.rb +77 -0
- data/lib/fastpix_client/utils/query_params.rb +133 -0
- data/lib/fastpix_client/utils/request_bodies.rb +61 -0
- data/lib/fastpix_client/utils/retries.rb +95 -0
- data/lib/fastpix_client/utils/security.rb +130 -0
- data/lib/fastpix_client/utils/url.rb +100 -0
- data/lib/fastpix_client/utils/utils.rb +187 -0
- data/lib/fastpix_client/views.rb +475 -0
- data/lib/fastpixapi.rb +30 -20
- data/lib/openssl_patch.rb +70 -0
- data/test/sdk_examples_test.rb +20 -0
- data/test/test_helper.rb +29 -0
- metadata +1042 -247
- data/lib/crystalline/t.rb +0 -78
- data/lib/fastpix_api_sdk/input_video.rb +0 -454
- data/lib/fastpix_api_sdk/manage_live_stream.rb +0 -717
- data/lib/fastpix_api_sdk/manage_videos.rb +0 -960
- data/lib/fastpix_api_sdk/models/components/audioinput.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/audioinput_type.rb +0 -19
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest_maxresolution.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/createmediarequest.rb +0 -89
- data/lib/fastpix_api_sdk/models/components/createmediarequest_accesspolicy.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/createmediarequest_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/components/createmediarequest_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/components/createmediarequest_languagecode.rb +0 -26
- data/lib/fastpix_api_sdk/models/components/createmediarequest_maxresolution.rb +0 -25
- data/lib/fastpix_api_sdk/models/components/createmediarequest_metadata.rb +0 -29
- data/lib/fastpix_api_sdk/models/components/createmediarequest_mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_type.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/components/createmediarequest_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/components/createmediaresponse.rb +0 -62
- data/lib/fastpix_api_sdk/models/components/createmediaresponse_maxresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/createmediaresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/directupload.rb +0 -58
- data/lib/fastpix_api_sdk/models/components/directuploadresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/directuploadresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto.rb +0 -85
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto_srtplaybackresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/getstreamsresponse.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/imposetrack.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/input.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/inputmediasettings.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/livestreamdeleteresponse.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/livestreamgetresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/livestreamresponsedto.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/media.rb +0 -93
- data/lib/fastpix_api_sdk/models/components/media_maxresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/media_mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/mediapolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/moderation.rb +0 -34
- data/lib/fastpix_api_sdk/models/components/pagination.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/patchlivestreamrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/patchlivestreamrequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/patchresponsedata.rb +0 -85
- data/lib/fastpix_api_sdk/models/components/patchresponsedata_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/patchresponsedata_srtplaybackresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/patchresponsedto.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/placement.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/playbackid.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_accesspolicy.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/playbackid_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackid_domains.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_domains_defaultpolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackid_useragents.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_useragents_defaultpolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackidrequest.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/playbackidrequest_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackidresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackidresponse_data.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackids.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbacksettings.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/playbacksettings_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/security.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_1.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_2.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_union.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastdeleteresponse.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/simulcastrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastresponse_data.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/simulcastresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastupdaterequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastupdaterequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse_data.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/sourceresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/subtitle.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/subtitle_metadata.rb +0 -29
- data/lib/fastpix_api_sdk/models/components/subtitleinput.rb +0 -47
- data/lib/fastpix_api_sdk/models/components/subtitleinput_languagecode.rb +0 -76
- data/lib/fastpix_api_sdk/models/components/summary.rb +0 -40
- data/lib/fastpix_api_sdk/models/components/track.rb +0 -53
- data/lib/fastpix_api_sdk/models/components/videoinput.rb +0 -68
- data/lib/fastpix_api_sdk/models/components/watermarkinput.rb +0 -53
- data/lib/fastpix_api_sdk/models/components/watermarkinput_type.rb +0 -19
- data/lib/fastpix_api_sdk/models/components/xalign.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/yalign.rb +0 -21
- data/lib/fastpix_api_sdk/models/components.rb +0 -98
- data/lib/fastpix_api_sdk/models/errors/apierror.rb +0 -38
- data/lib/fastpix_api_sdk/models/errors/badrequest_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/badrequest_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/field.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/forbidden_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/forbidden_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/invalidpermission_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/invalidpermission_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/medianotfound_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/medianotfound_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/mediaorplaybacknotfound_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/mediaorplaybacknotfound_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderror.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderror_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderrorplaybackid.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderrorplaybackid_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderrorsimulcast.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderrorsimulcast_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/simulcastunavailable_error.rb +0 -38
- data/lib/fastpix_api_sdk/models/errors/simulcastunavailable_error_error.rb +0 -45
- data/lib/fastpix_api_sdk/models/errors/unauthorized_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/unauthorized_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/validationerrorresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/validationerrorresponse_error.rb +0 -41
- data/lib/fastpix_api_sdk/models/errors.rb +0 -35
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_accesspolicy.rb +0 -21
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_requestbody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/create_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_new_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_playbackid_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_playbackid_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/data.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_live_stream_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_live_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_responsebody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_media_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_responsebody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_playbackid_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_playbackid_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_orderby.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_by_id_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_by_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_media_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/get_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_specific_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_specific_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/input.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/languagecode.rb +0 -26
- data/lib/fastpix_api_sdk/models/operations/list_media_orderby.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/list_media_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/list_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/list_media_responsebody.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/maxresolution.rb +0 -25
- data/lib/fastpix_api_sdk/models/operations/moderation.rb +0 -34
- data/lib/fastpix_api_sdk/models/operations/mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/operations/push_media_settings.rb +0 -95
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/subtitles.rb +0 -43
- data/lib/fastpix_api_sdk/models/operations/subtitles_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/summary.rb +0 -40
- data/lib/fastpix_api_sdk/models/operations/type.rb +0 -22
- data/lib/fastpix_api_sdk/models/operations/update_live_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/update_live_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/update_specific_simulcast_of_stream_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/update_specific_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/updated_media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/updated_media_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/updated_media_requestbody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/updated_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/updated_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations.rb +0 -89
- data/lib/fastpix_api_sdk/playback.rb +0 -941
- data/lib/fastpix_api_sdk/sdk.rb +0 -103
- data/lib/fastpix_api_sdk/sdk_hooks/hooks.rb +0 -96
- data/lib/fastpix_api_sdk/sdk_hooks/types.rb +0 -157
- data/lib/fastpix_api_sdk/sdkconfiguration.rb +0 -77
- data/lib/fastpix_api_sdk/simulcast_stream.rb +0 -767
- data/lib/fastpix_api_sdk/start_live_stream.rb +0 -208
- data/lib/fastpix_api_sdk/utils/forms.rb +0 -210
- data/lib/fastpix_api_sdk/utils/headers.rb +0 -79
- data/lib/fastpix_api_sdk/utils/query_params.rb +0 -133
- data/lib/fastpix_api_sdk/utils/request_bodies.rb +0 -62
- data/lib/fastpix_api_sdk/utils/retries.rb +0 -95
- data/lib/fastpix_api_sdk/utils/security.rb +0 -133
- data/lib/fastpix_api_sdk/utils/url.rb +0 -102
- data/lib/fastpix_api_sdk/utils/utils.rb +0 -186
|
@@ -0,0 +1,643 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# Displays the result of the request.
|
|
11
|
+
class Views
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Beacon Domain specifies the domain endpoint used by the player or SDK to send analytics or tracking beacons for playback events.
|
|
16
|
+
#
|
|
17
|
+
field :beacon_domain, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('beaconDomain') } }
|
|
18
|
+
# User defined metadata. Only accessible once it is enabled in the organization settings.
|
|
19
|
+
#
|
|
20
|
+
field :custom, Crystalline::Nilable.new(Models::Components::Custom2), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('custom') } }
|
|
21
|
+
# Exit Before Video Start indicates whether a viewer abandoned the video before it started playing, typically due to long loading times.
|
|
22
|
+
#
|
|
23
|
+
field :exit_before_video_start, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('exitBeforeVideoStart') } }
|
|
24
|
+
# Insert Timestamp refers to the time instance when the view is started.
|
|
25
|
+
#
|
|
26
|
+
field :insert_timestamp, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('insertTimestamp') } }
|
|
27
|
+
# Represents the IP address of the user or device that initiated the playback session.
|
|
28
|
+
#
|
|
29
|
+
field :ip_address, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('ipAddress') } }
|
|
30
|
+
# Operating System Version specifies the specific version of the operating system being used by the viewer
|
|
31
|
+
#
|
|
32
|
+
field :os_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('osVersion') } }
|
|
33
|
+
# Player Autoplay On indicates whether the video player automatically initiated playback of the video content.
|
|
34
|
+
#
|
|
35
|
+
field :player_autoplay_on, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerAutoplayOn') } }
|
|
36
|
+
# Player Preload On indicates whether the player is configured to preload the video content upon page load.
|
|
37
|
+
#
|
|
38
|
+
field :player_preload_on, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerPreloadOn') } }
|
|
39
|
+
# Player Remote Played specifies if the video is being remotely played to devices such as AirPlay or Chromecast, obtained from the SDK.
|
|
40
|
+
#
|
|
41
|
+
field :player_remote_played, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerRemotePlayed') } }
|
|
42
|
+
# Used Fullscreen denotes whether the viewer utilized the full-screen mode while watching the video.
|
|
43
|
+
#
|
|
44
|
+
field :used_full_screen, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('usedFullScreen') } }
|
|
45
|
+
# Video Startup Failure is a boolean metric indicating whether a viewer encountered an error before the first frame of the video commenced playback.
|
|
46
|
+
#
|
|
47
|
+
field :video_startup_failed, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoStartupFailed') } }
|
|
48
|
+
# View Has Ad is a boolean metric indicating whether an advertisement played or attempted to play during the video view.
|
|
49
|
+
#
|
|
50
|
+
field :view_has_ad, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewHasAd') } }
|
|
51
|
+
# Indicates whether any playback error occurred during the video view. This boolean flag helps identify failed or interrupted playback sessions caused by player, network, or media-related issues.
|
|
52
|
+
#
|
|
53
|
+
field :view_has_error, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewHasError') } }
|
|
54
|
+
# View ID is a unique identifier assigned to each individual video viewing session.
|
|
55
|
+
#
|
|
56
|
+
field :view_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewId') } }
|
|
57
|
+
# It is a unique identifier associated with a specific workspace within the FastPix platform.
|
|
58
|
+
#
|
|
59
|
+
field :workspace_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('workspaceId') } }
|
|
60
|
+
# Events specifies the order of events journey of the video playback
|
|
61
|
+
#
|
|
62
|
+
field :events, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::Event)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('events') } }
|
|
63
|
+
# The unique identifier assigned to an Autonomous System (AS) on the Internet. The ASN is used to identify and exchange routing information between different networks.
|
|
64
|
+
#
|
|
65
|
+
field :asn_id, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('asnId') } }
|
|
66
|
+
# The Name associated with the asnId.
|
|
67
|
+
#
|
|
68
|
+
field :asn_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('asnName') } }
|
|
69
|
+
# Average Bitrate represents the average bitrate of the video content watched by the viewer, expressed in bits per second (bps). This metric provides insight into the quality of the video stream.
|
|
70
|
+
#
|
|
71
|
+
field :average_bitrate, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('averageBitrate') } }
|
|
72
|
+
# Average Downscaling refers to the average reduction in video resolution or quality during the playback of video content.
|
|
73
|
+
#
|
|
74
|
+
field :avg_downscaling, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('avgDownscaling') } }
|
|
75
|
+
# Average Request Latency average time it takes for a request to be made and processed during video playback
|
|
76
|
+
#
|
|
77
|
+
field :avg_request_latency, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('avgRequestLatency') } }
|
|
78
|
+
# Average Request Throughput refers to the average throughput or data transfer rate of HTTP requests made during video playback
|
|
79
|
+
#
|
|
80
|
+
field :avg_request_throughput, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('avgRequestThroughput') } }
|
|
81
|
+
# Average Upscaling refers to the average resolution of the video source is lower than the resolution of the playback device or screen.
|
|
82
|
+
#
|
|
83
|
+
field :avg_upscaling, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('avgUpscaling') } }
|
|
84
|
+
# Browser Engine denotes the rendering engine used by the browser (e.g., Blink, Gecko, WebKit).
|
|
85
|
+
#
|
|
86
|
+
field :browser_engine, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('browserEngine') } }
|
|
87
|
+
# Browser Name denotes the software application utilized by the viewer to access and watch the video content
|
|
88
|
+
#
|
|
89
|
+
field :browser_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('browserName') } }
|
|
90
|
+
# Browser Version signifies the specific version of the browser software employed by the viewer
|
|
91
|
+
#
|
|
92
|
+
field :browser_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('browserVersion') } }
|
|
93
|
+
# Buffer Count represents the number of rebuffering events occurring during the video view.
|
|
94
|
+
#
|
|
95
|
+
field :buffer_count, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('bufferCount') } }
|
|
96
|
+
# Buffer Fill indicates the total time, in milliseconds, that viewers wait for rebuffering per video view.
|
|
97
|
+
#
|
|
98
|
+
field :buffer_fill, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('bufferFill') } }
|
|
99
|
+
# Buffer Frequency measures the rate at which rebuffering events occur, expressed as events per millisecond.
|
|
100
|
+
#
|
|
101
|
+
field :buffer_frequency, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('bufferFrequency') } }
|
|
102
|
+
# Buffer Ratio refers to the percentage of time during video playback where the viewer experiences buffering or rebuffering events.
|
|
103
|
+
#
|
|
104
|
+
field :buffer_ratio, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('bufferRatio') } }
|
|
105
|
+
# Content Delivery Network (CDN) refers to the network infrastructure responsible for delivering the video content to the viewer.
|
|
106
|
+
#
|
|
107
|
+
field :cdn, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('cdn') } }
|
|
108
|
+
# City indicates the geographical location of the viewer accessing the video content.
|
|
109
|
+
#
|
|
110
|
+
field :city, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('city') } }
|
|
111
|
+
# Connection Type signifies the type of network connection utilized by the viewers device
|
|
112
|
+
#
|
|
113
|
+
field :connection_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('connectionType') } }
|
|
114
|
+
# Continent represents the continent name of the viewer accessing the video content.
|
|
115
|
+
#
|
|
116
|
+
field :continent, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('continent') } }
|
|
117
|
+
# Country represents the coded text that represents the country name of viewer accessing the video content.
|
|
118
|
+
#
|
|
119
|
+
field :country, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('country') } }
|
|
120
|
+
# Country Code denotes the two-letter ISO code representing the country of origin for the viewer accessing the video content.
|
|
121
|
+
#
|
|
122
|
+
field :country_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('countryCode') } }
|
|
123
|
+
# Device Manufacturer indicates the brand or manufacturer of the device used by the viewer.
|
|
124
|
+
#
|
|
125
|
+
field :device_manufacturer, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deviceManufacturer') } }
|
|
126
|
+
# Device Model represents the specific model of the device used by the viewer.
|
|
127
|
+
#
|
|
128
|
+
field :device_model, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deviceModel') } }
|
|
129
|
+
# Device Name refers to the name or label assigned to the device used by the viewer.
|
|
130
|
+
#
|
|
131
|
+
field :device_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deviceName') } }
|
|
132
|
+
# Device Type denotes the classification of the device used by the viewer
|
|
133
|
+
#
|
|
134
|
+
field :device_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deviceType') } }
|
|
135
|
+
# DRM Type indicates the type of Digital Rights Management (DRM) utilized during video playback
|
|
136
|
+
#
|
|
137
|
+
field :drm_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('drmType') } }
|
|
138
|
+
# Dropped Frame Count represents the number of frames dropped by the video player during playback.
|
|
139
|
+
#
|
|
140
|
+
field :dropped_frame_count, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('droppedFrameCount') } }
|
|
141
|
+
# Error Code is an identifier representing a specific type of error that occurred during video playback, potentially leading to playback failure.
|
|
142
|
+
#
|
|
143
|
+
field :error_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('errorCode') } }
|
|
144
|
+
# Specifies the component or stage where the playback error originated, such as streaming, cdn, decoder, or player. This context helps diagnose whether the failure was caused by delivery issues, playback logic, or media decoding problems within the FastPix streaming pipeline.
|
|
145
|
+
#
|
|
146
|
+
field :error_context, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('errorContext') } }
|
|
147
|
+
# The unique identifier which identifies each type of error that occurs.
|
|
148
|
+
#
|
|
149
|
+
field :error_id, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('errorId') } }
|
|
150
|
+
# Error Message is a descriptive message generated by the video player when an error occurs during playback, associated with an error code.
|
|
151
|
+
#
|
|
152
|
+
field :error_message, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('errorMessage') } }
|
|
153
|
+
# Experiment Name is used in A/B testing scenarios to categorize video views into different experiments.
|
|
154
|
+
#
|
|
155
|
+
field :experiment_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('experimentName') } }
|
|
156
|
+
# Specifies the version of the FastPix API used during data collection or playback reporting. This helps ensure compatibility and traceability between client SDK versions and backend processing.
|
|
157
|
+
#
|
|
158
|
+
field :fp_api_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpApiVersion') } }
|
|
159
|
+
# Identifies the type or source of the FastPix player embed used for playback — for example, whether the video was played through a direct player integration, an iframe, or a third-party embedded context. This helps differentiate playback environments and measure performance across embed types.
|
|
160
|
+
#
|
|
161
|
+
field :fp_embed, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpEmbed') } }
|
|
162
|
+
# Specifies the version of the FastPix embed script or SDK used to initialize the player. This helps track playback behavior and debug issues across different embed versions or deployment environments.
|
|
163
|
+
#
|
|
164
|
+
field :fp_embed_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpEmbedVersion') } }
|
|
165
|
+
# FastPix Live Stream ID is the unique identifier associated with a live stream video media within the FastPix Video Platform.
|
|
166
|
+
#
|
|
167
|
+
field :fp_live_stream_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpLiveStreamId') } }
|
|
168
|
+
# FastPix Playback ID refers to the unique identifier associated with the playback instance of a video, particularly used in FastPix Video Platform.
|
|
169
|
+
#
|
|
170
|
+
field :fp_playback_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpPlaybackId') } }
|
|
171
|
+
# FastPix SDK Name identifies the name of the FastPix Player SDK utilized within the player workspace.
|
|
172
|
+
#
|
|
173
|
+
field :fp_sdk, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpSdk') } }
|
|
174
|
+
# FastPix SDK Version specifies the version of the FastPix Player SDK integrated into the player.
|
|
175
|
+
#
|
|
176
|
+
field :fp_sdk_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpSdkVersion') } }
|
|
177
|
+
# Represents a unique, anonymized identifier assigned to each viewer by the FastPix SDK. This ID helps correlate multiple playback sessions or events to the same viewer across sessions or devices without exposing any personal information.
|
|
178
|
+
#
|
|
179
|
+
field :fp_viewer_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('fpViewerId') } }
|
|
180
|
+
# Jump Latency refers to the delay or latency experienced when there is a jump or seek action performed by the viewer while watching a video.
|
|
181
|
+
#
|
|
182
|
+
field :jump_latency, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('jumpLatency') } }
|
|
183
|
+
# Latitude refers to the geographical coordinate representing the north-south position of the viewers location, truncated to one decimal place.
|
|
184
|
+
#
|
|
185
|
+
field :latitude, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('latitude') } }
|
|
186
|
+
# Live Stream Latency measures the average time taken from the point of ingest to the point of display for live stream video views.
|
|
187
|
+
#
|
|
188
|
+
field :live_stream_latency, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('liveStreamLatency') } }
|
|
189
|
+
# Longitude denotes the geographical coordinate representing the east-west position of the viewers location, truncated to one decimal place.
|
|
190
|
+
#
|
|
191
|
+
field :longitude, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('longitude') } }
|
|
192
|
+
# Maximum Downscale Percentage represents the highest percentage of downscaling applied to the video during the view.
|
|
193
|
+
#
|
|
194
|
+
field :max_downscaling, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxDownscaling') } }
|
|
195
|
+
# Max Request Latency refers to the maximum rate of data transfer (throughput) during requests made by the playback.
|
|
196
|
+
#
|
|
197
|
+
field :max_request_latency, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxRequestLatency') } }
|
|
198
|
+
# Maximum Upscale Percentage represents the highest percentage of upscaling applied to the video during the view.
|
|
199
|
+
#
|
|
200
|
+
field :max_upscaling, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxUpscaling') } }
|
|
201
|
+
# The media Id value if the video asset is internal to FastPix.
|
|
202
|
+
#
|
|
203
|
+
field :media_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mediaId') } }
|
|
204
|
+
# Operating System signifies the name of software platform utilized by the viewer.
|
|
205
|
+
#
|
|
206
|
+
field :os_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('osName') } }
|
|
207
|
+
# Page Context provides contextual information about the type of page being accessed.
|
|
208
|
+
#
|
|
209
|
+
field :page_context, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('pageContext') } }
|
|
210
|
+
# Page Load Time measures the time from when the user initiates loading the page to when all resources are loaded on the page.
|
|
211
|
+
#
|
|
212
|
+
field :page_load_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('pageLoadTime') } }
|
|
213
|
+
# Playback Success Score represents a numerical value indicating the success or quality of the video playback experience.
|
|
214
|
+
#
|
|
215
|
+
field :playback_score, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playbackScore') } }
|
|
216
|
+
# Player Height refers to the vertical dimension, measured in pixels, of the video player as it appears on the webpage.
|
|
217
|
+
#
|
|
218
|
+
field :player_height, Crystalline::Nilable.new(Crystalline::Union.new(::String, ::Integer)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerHeight') } }
|
|
219
|
+
# Player Initialization Time measures the duration, in milliseconds, from the initialization of the player within the webpage to its readiness to receive further instructions.
|
|
220
|
+
#
|
|
221
|
+
field :player_initialization_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerInitializationTime') } }
|
|
222
|
+
# Player Instance ID is a unique identifier that distinguishes each instance of the Player class created when initializing a video.
|
|
223
|
+
#
|
|
224
|
+
field :player_instance_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerInstanceId') } }
|
|
225
|
+
# Player Language indicates the language used for text elements within the video player interface.
|
|
226
|
+
#
|
|
227
|
+
field :player_language, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerLanguage') } }
|
|
228
|
+
# Player Name serves to differentiate various configurations or types of players used across the website or application.
|
|
229
|
+
#
|
|
230
|
+
field :player_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerName') } }
|
|
231
|
+
# Player Poster refers to the image displayed as a preview before the video playback begins.
|
|
232
|
+
#
|
|
233
|
+
field :player_poster, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerPoster') } }
|
|
234
|
+
# Player Resolution refers to the resolution of the video player window or viewport where the video content is being displayed.
|
|
235
|
+
#
|
|
236
|
+
field :player_resolution, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerResolution') } }
|
|
237
|
+
# Represents the name of the video player software or framework used for playback (for example, HTML5, HLS.js, Shaka Player).
|
|
238
|
+
#
|
|
239
|
+
field :player_software_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerSoftwareName') } }
|
|
240
|
+
# Player Software Version indicates the version number of the player software installed.
|
|
241
|
+
#
|
|
242
|
+
field :player_software_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerSoftwareVersion') } }
|
|
243
|
+
# Specifies the domain or source from which the player was loaded or embedded (for example, stream.fastpix.io or a customer’s custom domain). This helps identify the playback origin and differentiate between various deployment environments.
|
|
244
|
+
#
|
|
245
|
+
field :player_source_domain, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerSourceDomain') } }
|
|
246
|
+
# Player Source Height denotes the vertical dimension, measured in pixels, of the source video content being transmitted to the player.
|
|
247
|
+
#
|
|
248
|
+
field :player_source_height, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerSourceHeight') } }
|
|
249
|
+
# Player Source Width represents the width of the source video as perceived by the player, typically measured in pixels.
|
|
250
|
+
#
|
|
251
|
+
field :player_source_width, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerSourceWidth') } }
|
|
252
|
+
# Player Version indicates the version of the player used to render the video content. It is often utilized for performance comparison between different player versions.
|
|
253
|
+
#
|
|
254
|
+
field :player_version, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerVersion') } }
|
|
255
|
+
# Represents the total number of times the video player has been initialized or viewed for a specific session or video. This metric helps track playback engagement and identify view patterns across different players or sessions.
|
|
256
|
+
#
|
|
257
|
+
field :player_view_count, Crystalline::Nilable.new(Crystalline::Union.new(::String, ::Integer)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerViewCount') } }
|
|
258
|
+
# Player Width refers to the width of the player displayed within the webpage, measured in pixels.
|
|
259
|
+
#
|
|
260
|
+
field :player_width, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playerWidth') } }
|
|
261
|
+
# Represents the unique identifier assigned to a FastPix property, which is associated with a specific workspace or project. It helps link playback and analytics data to the correct property configuration.
|
|
262
|
+
#
|
|
263
|
+
field :property_id, Crystalline::Nilable.new(Crystalline::Union.new(::String, ::Integer)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('propertyId') } }
|
|
264
|
+
# Quality Of Experience Score quantifies the overall viewer experience based on various metrics, providing a decimal score to assess the quality of the viewing experience.
|
|
265
|
+
#
|
|
266
|
+
field :quality_of_experience_score, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('qualityOfExperienceScore') } }
|
|
267
|
+
# Region denotes the geographical region of the viewer accessing the video content.
|
|
268
|
+
#
|
|
269
|
+
field :region, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('region') } }
|
|
270
|
+
# Render Quality Score is a decimal value representing the score indicating the perceived quality of the video.
|
|
271
|
+
#
|
|
272
|
+
field :render_quality_score, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('renderQualityScore') } }
|
|
273
|
+
# Session ID refers to the unique identifier tracking a viewers session within the FastPix platform.
|
|
274
|
+
#
|
|
275
|
+
field :session_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('sessionId') } }
|
|
276
|
+
# Represents a cryptographic signature used to verify the authenticity and integrity of the playback or API request within the FastPix platform. It ensures that the data has not been tampered with and originates from a trusted source.
|
|
277
|
+
#
|
|
278
|
+
field :sign, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('sign') } }
|
|
279
|
+
# Stability Score quantifies the smoothness of video playback, typically represented as a decimal value.
|
|
280
|
+
#
|
|
281
|
+
field :stability_score, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('stabilityScore') } }
|
|
282
|
+
# Startup Score evaluates the startup performance of the player, usually represented as a decimal value
|
|
283
|
+
#
|
|
284
|
+
field :startup_score, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('startupScore') } }
|
|
285
|
+
# Sub Property ID denotes the unique identifier assigned to FastPix properties, previously linked with a specific workspace.
|
|
286
|
+
#
|
|
287
|
+
field :sub_property_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('subPropertyId') } }
|
|
288
|
+
# Represents the total time (in milliseconds) taken for the video player to start playback from the moment the user initiates the session. This includes loading, buffering, and initialization delays before the first frame is rendered.
|
|
289
|
+
#
|
|
290
|
+
field :total_startup_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('totalStartupTime') } }
|
|
291
|
+
# Updated Timestamp refers to when the record is updated to a particular Video.
|
|
292
|
+
#
|
|
293
|
+
field :updated_timestamp, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('updatedTimestamp') } }
|
|
294
|
+
# User Agent represents the user agent string transmitted by the viewers device to identify itself to the server, typically including information about the device and browser.
|
|
295
|
+
#
|
|
296
|
+
field :user_agent, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('userAgent') } }
|
|
297
|
+
# Video Content Type specifies the classification of the video content.
|
|
298
|
+
#
|
|
299
|
+
field :video_content_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoContentType') } }
|
|
300
|
+
# Video Duration represents the length of the video, provided in milliseconds, typically supplied to FastPix through custom metadata.
|
|
301
|
+
#
|
|
302
|
+
field :video_duration, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoDuration') } }
|
|
303
|
+
# Indicates the specific encoding variant or rendition of the video being played, such as resolution, bitrate, or codec type. This helps identify which encoded version of the video was selected for playback.
|
|
304
|
+
#
|
|
305
|
+
field :video_encoding_variant, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoEncodingVariant') } }
|
|
306
|
+
# Video ID refers to an internal identifier assigned by the user or system to uniquely identify a particular video.
|
|
307
|
+
#
|
|
308
|
+
field :video_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoId') } }
|
|
309
|
+
# Video Language denotes the primary audio language of the video content, assuming it remains unchanged after playback initiation.
|
|
310
|
+
#
|
|
311
|
+
field :video_language, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoLanguage') } }
|
|
312
|
+
# Specifies the creator or source responsible for producing the video content.
|
|
313
|
+
#
|
|
314
|
+
field :video_producer, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoProducer') } }
|
|
315
|
+
# Video Resolution refers to the resolution of the video being played.
|
|
316
|
+
#
|
|
317
|
+
field :video_resolution, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoResolution') } }
|
|
318
|
+
# Video Series denotes the name of a series to which the video content belongs.
|
|
319
|
+
#
|
|
320
|
+
field :video_series, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSeries') } }
|
|
321
|
+
# Video Source Domain identifies the domain from which the video source originates.
|
|
322
|
+
#
|
|
323
|
+
field :video_source_domain, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceDomain') } }
|
|
324
|
+
# Video Source Duration represents the duration of the video source content, measured in milliseconds.
|
|
325
|
+
#
|
|
326
|
+
field :video_source_duration, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceDuration') } }
|
|
327
|
+
# Video Source Hostname represents the hostname of the video.
|
|
328
|
+
#
|
|
329
|
+
field :video_source_hostname, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceHostname') } }
|
|
330
|
+
# Video Source Stream Type denotes the type of stream used by the player, although it is currently unused.
|
|
331
|
+
#
|
|
332
|
+
field :video_source_stream_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceStreamType') } }
|
|
333
|
+
# Video Source Type denotes the format of the video source as determined by the player.
|
|
334
|
+
#
|
|
335
|
+
field :video_source_type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceType') } }
|
|
336
|
+
# Video Source URL refers to the URL of the video source accessed by the player.
|
|
337
|
+
#
|
|
338
|
+
field :video_source_url, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoSourceUrl') } }
|
|
339
|
+
# Video Startup Time measures the duration, in milliseconds, from the initialization of the player within the webpage to its readiness to receive further instructions.
|
|
340
|
+
#
|
|
341
|
+
field :video_startup_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoStartupTime') } }
|
|
342
|
+
# Video Title refers to the title of the video content being viewed.
|
|
343
|
+
#
|
|
344
|
+
field :video_title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoTitle') } }
|
|
345
|
+
# Represents the unique identifier for the specific video variant or rendition being played. Each variant corresponds to a particular encoding configuration, such as resolution or bitrate, used for adaptive streaming and performance tracking.
|
|
346
|
+
#
|
|
347
|
+
field :video_variant_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoVariantId') } }
|
|
348
|
+
# Specifies the human-readable name of the video variant or rendition being played (for example, “1080p H.264” or “720p AV1”). This helps identify the playback quality or encoding configuration selected during streaming.
|
|
349
|
+
#
|
|
350
|
+
field :video_variant_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('videoVariantName') } }
|
|
351
|
+
# View End refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing session concluded.
|
|
352
|
+
#
|
|
353
|
+
field :view_end, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewEnd') } }
|
|
354
|
+
# View Max Playhead Position represents the furthest point reached by the playhead during the video view, measured in milliseconds.
|
|
355
|
+
#
|
|
356
|
+
field :view_max_playhead_position, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewMaxPlayheadPosition') } }
|
|
357
|
+
# View Page URL denotes the URL address of the web page where the video content is being accessed.
|
|
358
|
+
#
|
|
359
|
+
field :view_page_url, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewPageUrl') } }
|
|
360
|
+
# Playing Time denotes the total duration of time the video content was actively playing during the view, excluding time spent buffering, seeking, or joining.
|
|
361
|
+
#
|
|
362
|
+
field :view_playing_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewPlayingTime') } }
|
|
363
|
+
# View Seeked Count signifies the number of times the viewer attempted to seek to a new location within the video.
|
|
364
|
+
#
|
|
365
|
+
field :view_seeked_count, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewSeekedCount') } }
|
|
366
|
+
# View Seeked Duration indicates the total duration of time spent waiting for playback to resume after the viewer seeks to a new location. Seek Latency metric in the Dashboard is derived by dividing this value by the view_seek_count.
|
|
367
|
+
#
|
|
368
|
+
field :view_seeked_duration, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewSeekedDuration') } }
|
|
369
|
+
# Represents the unique identifier assigned to a single playback session within FastPix. This ID is used to correlate all playback events, errors, and metrics that occur during the same viewing session.
|
|
370
|
+
#
|
|
371
|
+
field :view_session_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewSessionId') } }
|
|
372
|
+
# View Start refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing session commenced.
|
|
373
|
+
#
|
|
374
|
+
field :view_start, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewStart') } }
|
|
375
|
+
# View Total Content Playback Time represents the cumulative duration of video content watched by the viewer, measured in milliseconds. This metric is internally utilized to calculate upscale and downscale percentages.
|
|
376
|
+
#
|
|
377
|
+
field :view_total_content_playback_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewTotalContentPlaybackTime') } }
|
|
378
|
+
# Viewer ID refers to a customer-defined identifier representing the viewer who is watching the video stream. It must be anonymized and not contain any personally identifiable information.
|
|
379
|
+
#
|
|
380
|
+
field :viewer_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('viewerId') } }
|
|
381
|
+
# 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.
|
|
382
|
+
#
|
|
383
|
+
field :watch_time, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('watchTime') } }
|
|
384
|
+
|
|
385
|
+
sig { params(beacon_domain: T.nilable(::String), custom: T.nilable(Models::Components::Custom2), exit_before_video_start: T.nilable(T::Boolean), insert_timestamp: T.nilable(::String), ip_address: T.nilable(::String), os_version: T.nilable(::String), player_autoplay_on: T.nilable(T::Boolean), player_preload_on: T.nilable(T::Boolean), player_remote_played: T.nilable(T::Boolean), used_full_screen: T.nilable(T::Boolean), video_startup_failed: T.nilable(T::Boolean), view_has_ad: T.nilable(T::Boolean), view_has_error: T.nilable(T::Boolean), view_id: T.nilable(::String), workspace_id: T.nilable(::String), events: T.nilable(T::Array[Models::Components::Event]), asn_id: T.nilable(::Integer), asn_name: T.nilable(::String), average_bitrate: T.nilable(::Float), avg_downscaling: T.nilable(::Float), avg_request_latency: T.nilable(::Float), avg_request_throughput: T.nilable(::Float), avg_upscaling: T.nilable(::Float), browser_engine: T.nilable(::String), browser_name: T.nilable(::String), browser_version: T.nilable(::String), buffer_count: T.nilable(::Integer), buffer_fill: T.nilable(::Integer), buffer_frequency: T.nilable(::Float), buffer_ratio: T.nilable(::Float), cdn: T.nilable(::String), city: T.nilable(::String), connection_type: T.nilable(::String), continent: T.nilable(::String), country: T.nilable(::String), country_code: T.nilable(::String), device_manufacturer: T.nilable(::String), device_model: T.nilable(::String), device_name: T.nilable(::String), device_type: T.nilable(::String), drm_type: T.nilable(::String), dropped_frame_count: T.nilable(::Integer), error_code: T.nilable(::String), error_context: T.nilable(::String), error_id: T.nilable(::Integer), error_message: T.nilable(::String), experiment_name: T.nilable(::String), fp_api_version: T.nilable(::String), fp_embed: T.nilable(T::Boolean), fp_embed_version: T.nilable(::String), fp_live_stream_id: T.nilable(::String), fp_playback_id: T.nilable(::String), fp_sdk: T.nilable(::String), fp_sdk_version: T.nilable(::String), fp_viewer_id: T.nilable(::String), jump_latency: T.nilable(::Float), latitude: T.nilable(::String), live_stream_latency: T.nilable(::Integer), longitude: T.nilable(::String), max_downscaling: T.nilable(::Float), max_request_latency: T.nilable(::Float), max_upscaling: T.nilable(::Float), media_id: T.nilable(::String), os_name: T.nilable(::String), page_context: T.nilable(::String), page_load_time: T.nilable(::Integer), playback_score: T.nilable(::Float), player_height: T.nilable(T.any(::String, ::Integer)), player_initialization_time: T.nilable(::Integer), player_instance_id: T.nilable(::String), player_language: T.nilable(::String), player_name: T.nilable(::String), player_poster: T.nilable(::String), player_resolution: T.nilable(::String), player_software_name: T.nilable(::String), player_software_version: T.nilable(::String), player_source_domain: T.nilable(::String), player_source_height: T.nilable(::Integer), player_source_width: T.nilable(::Integer), player_version: T.nilable(::String), player_view_count: T.nilable(T.any(::String, ::Integer)), player_width: T.nilable(::Integer), property_id: T.nilable(T.any(::String, ::Integer)), quality_of_experience_score: T.nilable(::Float), region: T.nilable(::String), render_quality_score: T.nilable(::Float), session_id: T.nilable(::String), sign: T.nilable(::String), stability_score: T.nilable(::Float), startup_score: T.nilable(::Float), sub_property_id: T.nilable(::String), total_startup_time: T.nilable(::Integer), updated_timestamp: T.nilable(::String), user_agent: T.nilable(::String), video_content_type: T.nilable(::String), video_duration: T.nilable(::Integer), video_encoding_variant: T.nilable(::String), video_id: T.nilable(::String), video_language: T.nilable(::String), video_producer: T.nilable(::String), video_resolution: T.nilable(::String), video_series: T.nilable(::String), video_source_domain: T.nilable(::String), video_source_duration: T.nilable(::Integer), video_source_hostname: T.nilable(::String), video_source_stream_type: T.nilable(::String), video_source_type: T.nilable(::String), video_source_url: T.nilable(::String), video_startup_time: T.nilable(::Integer), video_title: T.nilable(::String), video_variant_id: T.nilable(::String), video_variant_name: T.nilable(::String), view_end: T.nilable(::String), view_max_playhead_position: T.nilable(::Integer), view_page_url: T.nilable(::String), view_playing_time: T.nilable(::Integer), view_seeked_count: T.nilable(::Integer), view_seeked_duration: T.nilable(::Integer), view_session_id: T.nilable(::String), view_start: T.nilable(::String), view_total_content_playback_time: T.nilable(::Integer), viewer_id: T.nilable(::String), watch_time: T.nilable(::Integer)).void }
|
|
386
|
+
def initialize(beacon_domain: nil, custom: nil, exit_before_video_start: nil, insert_timestamp: nil, ip_address: nil, os_version: nil, player_autoplay_on: nil, player_preload_on: nil, player_remote_played: nil, used_full_screen: nil, video_startup_failed: nil, view_has_ad: nil, view_has_error: nil, view_id: nil, workspace_id: nil, events: nil, asn_id: nil, asn_name: nil, average_bitrate: nil, avg_downscaling: nil, avg_request_latency: nil, avg_request_throughput: nil, avg_upscaling: nil, browser_engine: nil, browser_name: nil, browser_version: nil, buffer_count: nil, buffer_fill: nil, buffer_frequency: nil, buffer_ratio: nil, cdn: nil, city: nil, connection_type: nil, continent: nil, country: nil, country_code: nil, device_manufacturer: nil, device_model: nil, device_name: nil, device_type: nil, drm_type: nil, dropped_frame_count: nil, error_code: nil, error_context: nil, error_id: nil, error_message: nil, experiment_name: nil, fp_api_version: nil, fp_embed: nil, fp_embed_version: nil, fp_live_stream_id: nil, fp_playback_id: nil, fp_sdk: nil, fp_sdk_version: nil, fp_viewer_id: nil, jump_latency: nil, latitude: nil, live_stream_latency: nil, longitude: nil, max_downscaling: nil, max_request_latency: nil, max_upscaling: nil, media_id: nil, os_name: nil, page_context: nil, page_load_time: nil, playback_score: nil, player_height: nil, player_initialization_time: nil, player_instance_id: nil, player_language: nil, player_name: nil, player_poster: nil, player_resolution: nil, player_software_name: nil, player_software_version: nil, player_source_domain: nil, player_source_height: nil, player_source_width: nil, player_version: nil, player_view_count: nil, player_width: nil, property_id: nil, quality_of_experience_score: nil, region: nil, render_quality_score: nil, session_id: nil, sign: nil, stability_score: nil, startup_score: nil, sub_property_id: nil, total_startup_time: nil, updated_timestamp: nil, user_agent: nil, video_content_type: nil, video_duration: nil, video_encoding_variant: nil, video_id: nil, video_language: nil, video_producer: nil, video_resolution: nil, video_series: nil, video_source_domain: nil, video_source_duration: nil, video_source_hostname: nil, video_source_stream_type: nil, video_source_type: nil, video_source_url: nil, video_startup_time: nil, video_title: nil, video_variant_id: nil, video_variant_name: nil, view_end: nil, view_max_playhead_position: nil, view_page_url: nil, view_playing_time: nil, view_seeked_count: nil, view_seeked_duration: nil, view_session_id: nil, view_start: nil, view_total_content_playback_time: nil, viewer_id: nil, watch_time: nil)
|
|
387
|
+
@beacon_domain = beacon_domain
|
|
388
|
+
@custom = custom
|
|
389
|
+
@exit_before_video_start = exit_before_video_start
|
|
390
|
+
@insert_timestamp = insert_timestamp
|
|
391
|
+
@ip_address = ip_address
|
|
392
|
+
@os_version = os_version
|
|
393
|
+
@player_autoplay_on = player_autoplay_on
|
|
394
|
+
@player_preload_on = player_preload_on
|
|
395
|
+
@player_remote_played = player_remote_played
|
|
396
|
+
@used_full_screen = used_full_screen
|
|
397
|
+
@video_startup_failed = video_startup_failed
|
|
398
|
+
@view_has_ad = view_has_ad
|
|
399
|
+
@view_has_error = view_has_error
|
|
400
|
+
@view_id = view_id
|
|
401
|
+
@workspace_id = workspace_id
|
|
402
|
+
@events = events
|
|
403
|
+
@asn_id = asn_id
|
|
404
|
+
@asn_name = asn_name
|
|
405
|
+
@average_bitrate = average_bitrate
|
|
406
|
+
@avg_downscaling = avg_downscaling
|
|
407
|
+
@avg_request_latency = avg_request_latency
|
|
408
|
+
@avg_request_throughput = avg_request_throughput
|
|
409
|
+
@avg_upscaling = avg_upscaling
|
|
410
|
+
@browser_engine = browser_engine
|
|
411
|
+
@browser_name = browser_name
|
|
412
|
+
@browser_version = browser_version
|
|
413
|
+
@buffer_count = buffer_count
|
|
414
|
+
@buffer_fill = buffer_fill
|
|
415
|
+
@buffer_frequency = buffer_frequency
|
|
416
|
+
@buffer_ratio = buffer_ratio
|
|
417
|
+
@cdn = cdn
|
|
418
|
+
@city = city
|
|
419
|
+
@connection_type = connection_type
|
|
420
|
+
@continent = continent
|
|
421
|
+
@country = country
|
|
422
|
+
@country_code = country_code
|
|
423
|
+
@device_manufacturer = device_manufacturer
|
|
424
|
+
@device_model = device_model
|
|
425
|
+
@device_name = device_name
|
|
426
|
+
@device_type = device_type
|
|
427
|
+
@drm_type = drm_type
|
|
428
|
+
@dropped_frame_count = dropped_frame_count
|
|
429
|
+
@error_code = error_code
|
|
430
|
+
@error_context = error_context
|
|
431
|
+
@error_id = error_id
|
|
432
|
+
@error_message = error_message
|
|
433
|
+
@experiment_name = experiment_name
|
|
434
|
+
@fp_api_version = fp_api_version
|
|
435
|
+
@fp_embed = fp_embed
|
|
436
|
+
@fp_embed_version = fp_embed_version
|
|
437
|
+
@fp_live_stream_id = fp_live_stream_id
|
|
438
|
+
@fp_playback_id = fp_playback_id
|
|
439
|
+
@fp_sdk = fp_sdk
|
|
440
|
+
@fp_sdk_version = fp_sdk_version
|
|
441
|
+
@fp_viewer_id = fp_viewer_id
|
|
442
|
+
@jump_latency = jump_latency
|
|
443
|
+
@latitude = latitude
|
|
444
|
+
@live_stream_latency = live_stream_latency
|
|
445
|
+
@longitude = longitude
|
|
446
|
+
@max_downscaling = max_downscaling
|
|
447
|
+
@max_request_latency = max_request_latency
|
|
448
|
+
@max_upscaling = max_upscaling
|
|
449
|
+
@media_id = media_id
|
|
450
|
+
@os_name = os_name
|
|
451
|
+
@page_context = page_context
|
|
452
|
+
@page_load_time = page_load_time
|
|
453
|
+
@playback_score = playback_score
|
|
454
|
+
@player_height = player_height
|
|
455
|
+
@player_initialization_time = player_initialization_time
|
|
456
|
+
@player_instance_id = player_instance_id
|
|
457
|
+
@player_language = player_language
|
|
458
|
+
@player_name = player_name
|
|
459
|
+
@player_poster = player_poster
|
|
460
|
+
@player_resolution = player_resolution
|
|
461
|
+
@player_software_name = player_software_name
|
|
462
|
+
@player_software_version = player_software_version
|
|
463
|
+
@player_source_domain = player_source_domain
|
|
464
|
+
@player_source_height = player_source_height
|
|
465
|
+
@player_source_width = player_source_width
|
|
466
|
+
@player_version = player_version
|
|
467
|
+
@player_view_count = player_view_count
|
|
468
|
+
@player_width = player_width
|
|
469
|
+
@property_id = property_id
|
|
470
|
+
@quality_of_experience_score = quality_of_experience_score
|
|
471
|
+
@region = region
|
|
472
|
+
@render_quality_score = render_quality_score
|
|
473
|
+
@session_id = session_id
|
|
474
|
+
@sign = sign
|
|
475
|
+
@stability_score = stability_score
|
|
476
|
+
@startup_score = startup_score
|
|
477
|
+
@sub_property_id = sub_property_id
|
|
478
|
+
@total_startup_time = total_startup_time
|
|
479
|
+
@updated_timestamp = updated_timestamp
|
|
480
|
+
@user_agent = user_agent
|
|
481
|
+
@video_content_type = video_content_type
|
|
482
|
+
@video_duration = video_duration
|
|
483
|
+
@video_encoding_variant = video_encoding_variant
|
|
484
|
+
@video_id = video_id
|
|
485
|
+
@video_language = video_language
|
|
486
|
+
@video_producer = video_producer
|
|
487
|
+
@video_resolution = video_resolution
|
|
488
|
+
@video_series = video_series
|
|
489
|
+
@video_source_domain = video_source_domain
|
|
490
|
+
@video_source_duration = video_source_duration
|
|
491
|
+
@video_source_hostname = video_source_hostname
|
|
492
|
+
@video_source_stream_type = video_source_stream_type
|
|
493
|
+
@video_source_type = video_source_type
|
|
494
|
+
@video_source_url = video_source_url
|
|
495
|
+
@video_startup_time = video_startup_time
|
|
496
|
+
@video_title = video_title
|
|
497
|
+
@video_variant_id = video_variant_id
|
|
498
|
+
@video_variant_name = video_variant_name
|
|
499
|
+
@view_end = view_end
|
|
500
|
+
@view_max_playhead_position = view_max_playhead_position
|
|
501
|
+
@view_page_url = view_page_url
|
|
502
|
+
@view_playing_time = view_playing_time
|
|
503
|
+
@view_seeked_count = view_seeked_count
|
|
504
|
+
@view_seeked_duration = view_seeked_duration
|
|
505
|
+
@view_session_id = view_session_id
|
|
506
|
+
@view_start = view_start
|
|
507
|
+
@view_total_content_playback_time = view_total_content_playback_time
|
|
508
|
+
@viewer_id = viewer_id
|
|
509
|
+
@watch_time = watch_time
|
|
510
|
+
end
|
|
511
|
+
|
|
512
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
513
|
+
def ==(other)
|
|
514
|
+
return false unless other.is_a? self.class
|
|
515
|
+
return false unless @beacon_domain == other.beacon_domain
|
|
516
|
+
return false unless @custom == other.custom
|
|
517
|
+
return false unless @exit_before_video_start == other.exit_before_video_start
|
|
518
|
+
return false unless @insert_timestamp == other.insert_timestamp
|
|
519
|
+
return false unless @ip_address == other.ip_address
|
|
520
|
+
return false unless @os_version == other.os_version
|
|
521
|
+
return false unless @player_autoplay_on == other.player_autoplay_on
|
|
522
|
+
return false unless @player_preload_on == other.player_preload_on
|
|
523
|
+
return false unless @player_remote_played == other.player_remote_played
|
|
524
|
+
return false unless @used_full_screen == other.used_full_screen
|
|
525
|
+
return false unless @video_startup_failed == other.video_startup_failed
|
|
526
|
+
return false unless @view_has_ad == other.view_has_ad
|
|
527
|
+
return false unless @view_has_error == other.view_has_error
|
|
528
|
+
return false unless @view_id == other.view_id
|
|
529
|
+
return false unless @workspace_id == other.workspace_id
|
|
530
|
+
return false unless @events == other.events
|
|
531
|
+
return false unless @asn_id == other.asn_id
|
|
532
|
+
return false unless @asn_name == other.asn_name
|
|
533
|
+
return false unless @average_bitrate == other.average_bitrate
|
|
534
|
+
return false unless @avg_downscaling == other.avg_downscaling
|
|
535
|
+
return false unless @avg_request_latency == other.avg_request_latency
|
|
536
|
+
return false unless @avg_request_throughput == other.avg_request_throughput
|
|
537
|
+
return false unless @avg_upscaling == other.avg_upscaling
|
|
538
|
+
return false unless @browser_engine == other.browser_engine
|
|
539
|
+
return false unless @browser_name == other.browser_name
|
|
540
|
+
return false unless @browser_version == other.browser_version
|
|
541
|
+
return false unless @buffer_count == other.buffer_count
|
|
542
|
+
return false unless @buffer_fill == other.buffer_fill
|
|
543
|
+
return false unless @buffer_frequency == other.buffer_frequency
|
|
544
|
+
return false unless @buffer_ratio == other.buffer_ratio
|
|
545
|
+
return false unless @cdn == other.cdn
|
|
546
|
+
return false unless @city == other.city
|
|
547
|
+
return false unless @connection_type == other.connection_type
|
|
548
|
+
return false unless @continent == other.continent
|
|
549
|
+
return false unless @country == other.country
|
|
550
|
+
return false unless @country_code == other.country_code
|
|
551
|
+
return false unless @device_manufacturer == other.device_manufacturer
|
|
552
|
+
return false unless @device_model == other.device_model
|
|
553
|
+
return false unless @device_name == other.device_name
|
|
554
|
+
return false unless @device_type == other.device_type
|
|
555
|
+
return false unless @drm_type == other.drm_type
|
|
556
|
+
return false unless @dropped_frame_count == other.dropped_frame_count
|
|
557
|
+
return false unless @error_code == other.error_code
|
|
558
|
+
return false unless @error_context == other.error_context
|
|
559
|
+
return false unless @error_id == other.error_id
|
|
560
|
+
return false unless @error_message == other.error_message
|
|
561
|
+
return false unless @experiment_name == other.experiment_name
|
|
562
|
+
return false unless @fp_api_version == other.fp_api_version
|
|
563
|
+
return false unless @fp_embed == other.fp_embed
|
|
564
|
+
return false unless @fp_embed_version == other.fp_embed_version
|
|
565
|
+
return false unless @fp_live_stream_id == other.fp_live_stream_id
|
|
566
|
+
return false unless @fp_playback_id == other.fp_playback_id
|
|
567
|
+
return false unless @fp_sdk == other.fp_sdk
|
|
568
|
+
return false unless @fp_sdk_version == other.fp_sdk_version
|
|
569
|
+
return false unless @fp_viewer_id == other.fp_viewer_id
|
|
570
|
+
return false unless @jump_latency == other.jump_latency
|
|
571
|
+
return false unless @latitude == other.latitude
|
|
572
|
+
return false unless @live_stream_latency == other.live_stream_latency
|
|
573
|
+
return false unless @longitude == other.longitude
|
|
574
|
+
return false unless @max_downscaling == other.max_downscaling
|
|
575
|
+
return false unless @max_request_latency == other.max_request_latency
|
|
576
|
+
return false unless @max_upscaling == other.max_upscaling
|
|
577
|
+
return false unless @media_id == other.media_id
|
|
578
|
+
return false unless @os_name == other.os_name
|
|
579
|
+
return false unless @page_context == other.page_context
|
|
580
|
+
return false unless @page_load_time == other.page_load_time
|
|
581
|
+
return false unless @playback_score == other.playback_score
|
|
582
|
+
return false unless @player_height == other.player_height
|
|
583
|
+
return false unless @player_initialization_time == other.player_initialization_time
|
|
584
|
+
return false unless @player_instance_id == other.player_instance_id
|
|
585
|
+
return false unless @player_language == other.player_language
|
|
586
|
+
return false unless @player_name == other.player_name
|
|
587
|
+
return false unless @player_poster == other.player_poster
|
|
588
|
+
return false unless @player_resolution == other.player_resolution
|
|
589
|
+
return false unless @player_software_name == other.player_software_name
|
|
590
|
+
return false unless @player_software_version == other.player_software_version
|
|
591
|
+
return false unless @player_source_domain == other.player_source_domain
|
|
592
|
+
return false unless @player_source_height == other.player_source_height
|
|
593
|
+
return false unless @player_source_width == other.player_source_width
|
|
594
|
+
return false unless @player_version == other.player_version
|
|
595
|
+
return false unless @player_view_count == other.player_view_count
|
|
596
|
+
return false unless @player_width == other.player_width
|
|
597
|
+
return false unless @property_id == other.property_id
|
|
598
|
+
return false unless @quality_of_experience_score == other.quality_of_experience_score
|
|
599
|
+
return false unless @region == other.region
|
|
600
|
+
return false unless @render_quality_score == other.render_quality_score
|
|
601
|
+
return false unless @session_id == other.session_id
|
|
602
|
+
return false unless @sign == other.sign
|
|
603
|
+
return false unless @stability_score == other.stability_score
|
|
604
|
+
return false unless @startup_score == other.startup_score
|
|
605
|
+
return false unless @sub_property_id == other.sub_property_id
|
|
606
|
+
return false unless @total_startup_time == other.total_startup_time
|
|
607
|
+
return false unless @updated_timestamp == other.updated_timestamp
|
|
608
|
+
return false unless @user_agent == other.user_agent
|
|
609
|
+
return false unless @video_content_type == other.video_content_type
|
|
610
|
+
return false unless @video_duration == other.video_duration
|
|
611
|
+
return false unless @video_encoding_variant == other.video_encoding_variant
|
|
612
|
+
return false unless @video_id == other.video_id
|
|
613
|
+
return false unless @video_language == other.video_language
|
|
614
|
+
return false unless @video_producer == other.video_producer
|
|
615
|
+
return false unless @video_resolution == other.video_resolution
|
|
616
|
+
return false unless @video_series == other.video_series
|
|
617
|
+
return false unless @video_source_domain == other.video_source_domain
|
|
618
|
+
return false unless @video_source_duration == other.video_source_duration
|
|
619
|
+
return false unless @video_source_hostname == other.video_source_hostname
|
|
620
|
+
return false unless @video_source_stream_type == other.video_source_stream_type
|
|
621
|
+
return false unless @video_source_type == other.video_source_type
|
|
622
|
+
return false unless @video_source_url == other.video_source_url
|
|
623
|
+
return false unless @video_startup_time == other.video_startup_time
|
|
624
|
+
return false unless @video_title == other.video_title
|
|
625
|
+
return false unless @video_variant_id == other.video_variant_id
|
|
626
|
+
return false unless @video_variant_name == other.video_variant_name
|
|
627
|
+
return false unless @view_end == other.view_end
|
|
628
|
+
return false unless @view_max_playhead_position == other.view_max_playhead_position
|
|
629
|
+
return false unless @view_page_url == other.view_page_url
|
|
630
|
+
return false unless @view_playing_time == other.view_playing_time
|
|
631
|
+
return false unless @view_seeked_count == other.view_seeked_count
|
|
632
|
+
return false unless @view_seeked_duration == other.view_seeked_duration
|
|
633
|
+
return false unless @view_session_id == other.view_session_id
|
|
634
|
+
return false unless @view_start == other.view_start
|
|
635
|
+
return false unless @view_total_content_playback_time == other.view_total_content_playback_time
|
|
636
|
+
return false unless @viewer_id == other.viewer_id
|
|
637
|
+
return false unless @watch_time == other.watch_time
|
|
638
|
+
true
|
|
639
|
+
end
|
|
640
|
+
end
|
|
641
|
+
end
|
|
642
|
+
end
|
|
643
|
+
end
|