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
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# CreateMediaResponseMaxResolution - The maximum resolution tier determines the highest quality your media will be available in.
|
|
12
|
-
class CreateMediaResponseMaxResolution < T::Enum
|
|
13
|
-
enums do
|
|
14
|
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP = new('2160p')
|
|
15
|
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP = new('1440p')
|
|
16
|
-
ONE_THOUSAND_AND_EIGHTYP = new('1080p')
|
|
17
|
-
SEVEN_HUNDRED_AND_TWENTYP = new('720p')
|
|
18
|
-
FOUR_HUNDRED_AND_EIGHTYP = new('480p')
|
|
19
|
-
THREE_HUNDRED_AND_SIXTYP = new('360p')
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
12
|
-
class CreateMediaResponseMetadata
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def initialize; end
|
|
19
|
-
|
|
20
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
21
|
-
def ==(other)
|
|
22
|
-
return false unless other.is_a? self.class
|
|
23
|
-
true
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the request.
|
|
12
|
-
class DirectUpload
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
|
|
17
|
-
field :id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('id') } }
|
|
18
|
-
# When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
|
|
19
|
-
field :media_id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('mediaId') } }
|
|
20
|
-
# Determines the media's status, which can be one of the possible values.
|
|
21
|
-
field :status, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('status') } }
|
|
22
|
-
# The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
|
|
23
|
-
field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url') } }
|
|
24
|
-
# Upload media directly from a device using the url name or enter '*' to allow all.
|
|
25
|
-
field :cors_origin, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('corsOrigin') } }
|
|
26
|
-
|
|
27
|
-
field :push_media_settings, T.nilable(Models::Components::DirectUploadResponse), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('pushMediaSettings') } }
|
|
28
|
-
# The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
|
|
29
|
-
#
|
|
30
|
-
field :timeout, T.nilable(::Float), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('timeout') } }
|
|
31
|
-
|
|
32
|
-
sig { params(id: T.nilable(::String), media_id: T.nilable(::String), status: T.nilable(::String), url: T.nilable(::String), cors_origin: T.nilable(::String), push_media_settings: T.nilable(Models::Components::DirectUploadResponse), timeout: T.nilable(::Float)).void }
|
|
33
|
-
def initialize(id: nil, media_id: nil, status: nil, url: nil, cors_origin: nil, push_media_settings: nil, timeout: 14_400.0)
|
|
34
|
-
@id = id
|
|
35
|
-
@media_id = media_id
|
|
36
|
-
@status = status
|
|
37
|
-
@url = url
|
|
38
|
-
@cors_origin = cors_origin
|
|
39
|
-
@push_media_settings = push_media_settings
|
|
40
|
-
@timeout = timeout
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
44
|
-
def ==(other)
|
|
45
|
-
return false unless other.is_a? self.class
|
|
46
|
-
return false unless @id == other.id
|
|
47
|
-
return false unless @media_id == other.media_id
|
|
48
|
-
return false unless @status == other.status
|
|
49
|
-
return false unless @url == other.url
|
|
50
|
-
return false unless @cors_origin == other.cors_origin
|
|
51
|
-
return false unless @push_media_settings == other.push_media_settings
|
|
52
|
-
return false unless @timeout == other.timeout
|
|
53
|
-
true
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class DirectUploadResponse
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
field :playback_ids, T.nilable(T::Array[Models::Components::PlaybackId]), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('playbackIds') } }
|
|
18
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
19
|
-
field :metadata, T.nilable(Models::Components::DirectUploadResponseMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
20
|
-
|
|
21
|
-
sig { params(playback_ids: T.nilable(T::Array[Models::Components::PlaybackId]), metadata: T.nilable(Models::Components::DirectUploadResponseMetadata)).void }
|
|
22
|
-
def initialize(playback_ids: nil, metadata: nil)
|
|
23
|
-
@playback_ids = playback_ids
|
|
24
|
-
@metadata = metadata
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
28
|
-
def ==(other)
|
|
29
|
-
return false unless other.is_a? self.class
|
|
30
|
-
return false unless @playback_ids == other.playback_ids
|
|
31
|
-
return false unless @metadata == other.metadata
|
|
32
|
-
true
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
12
|
-
class DirectUploadResponseMetadata
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def initialize; end
|
|
19
|
-
|
|
20
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
21
|
-
def ==(other)
|
|
22
|
-
return false unless other.is_a? self.class
|
|
23
|
-
true
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the request.
|
|
12
|
-
class GetCreateLiveStreamResponseDTO
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
|
|
17
|
-
field :stream_id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('streamId') } }
|
|
18
|
-
# A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
|
|
19
|
-
field :stream_key, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('streamKey') } }
|
|
20
|
-
# A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
|
|
21
|
-
field :srt_secret, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('srtSecret') } }
|
|
22
|
-
# FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
|
|
23
|
-
field :trial, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('trial') } }
|
|
24
|
-
# The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
|
|
25
|
-
field :status, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('status') } }
|
|
26
|
-
# Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
|
|
27
|
-
field :max_resolution, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('maxResolution') } }
|
|
28
|
-
# The maximum duration in seconds that a live stream can have before it ends the stream.
|
|
29
|
-
field :max_duration, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('maxDuration') } }
|
|
30
|
-
# It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
|
|
31
|
-
field :created_at, T.nilable(::DateTime), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('createdAt'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
|
32
|
-
# When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
|
|
33
|
-
field :enable_recording, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('enableRecording') } }
|
|
34
|
-
# Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
|
|
35
|
-
field :media_policy, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('mediaPolicy') } }
|
|
36
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
37
|
-
field :metadata, T.nilable(Models::Components::GetCreateLiveStreamResponseDTOMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
38
|
-
# A collection of Playback ID objects utilized for crafting HLS playback urls.
|
|
39
|
-
field :playback_id, T.nilable(T::Array[Models::Components::PlaybackIds]), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('playbackId') } }
|
|
40
|
-
# This object contains the livestream playback response details for SRT Protocol.
|
|
41
|
-
field :srt_playback_response, T.nilable(Models::Components::GetCreateLiveStreamResponseDTOSrtPlaybackResponse), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('srtPlaybackResponse') } }
|
|
42
|
-
# In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
|
|
43
|
-
field :reconnect_window, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('reconnectWindow') } }
|
|
44
|
-
|
|
45
|
-
sig { params(stream_id: T.nilable(::String), stream_key: T.nilable(::String), srt_secret: T.nilable(::String), trial: T.nilable(T::Boolean), status: T.nilable(::String), max_resolution: T.nilable(::String), max_duration: T.nilable(::Integer), created_at: T.nilable(::DateTime), enable_recording: T.nilable(T::Boolean), media_policy: T.nilable(::String), metadata: T.nilable(Models::Components::GetCreateLiveStreamResponseDTOMetadata), playback_id: T.nilable(T::Array[Models::Components::PlaybackIds]), srt_playback_response: T.nilable(Models::Components::GetCreateLiveStreamResponseDTOSrtPlaybackResponse), reconnect_window: T.nilable(::Integer)).void }
|
|
46
|
-
def initialize(stream_id: nil, stream_key: nil, srt_secret: nil, trial: nil, status: nil, max_resolution: nil, max_duration: nil, created_at: nil, enable_recording: nil, media_policy: nil, metadata: nil, playback_id: nil, srt_playback_response: nil, reconnect_window: 60)
|
|
47
|
-
@stream_id = stream_id
|
|
48
|
-
@stream_key = stream_key
|
|
49
|
-
@srt_secret = srt_secret
|
|
50
|
-
@trial = trial
|
|
51
|
-
@status = status
|
|
52
|
-
@max_resolution = max_resolution
|
|
53
|
-
@max_duration = max_duration
|
|
54
|
-
@created_at = created_at
|
|
55
|
-
@enable_recording = enable_recording
|
|
56
|
-
@media_policy = media_policy
|
|
57
|
-
@metadata = metadata
|
|
58
|
-
@playback_id = playback_id
|
|
59
|
-
@srt_playback_response = srt_playback_response
|
|
60
|
-
@reconnect_window = reconnect_window
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
64
|
-
def ==(other)
|
|
65
|
-
return false unless other.is_a? self.class
|
|
66
|
-
return false unless @stream_id == other.stream_id
|
|
67
|
-
return false unless @stream_key == other.stream_key
|
|
68
|
-
return false unless @srt_secret == other.srt_secret
|
|
69
|
-
return false unless @trial == other.trial
|
|
70
|
-
return false unless @status == other.status
|
|
71
|
-
return false unless @max_resolution == other.max_resolution
|
|
72
|
-
return false unless @max_duration == other.max_duration
|
|
73
|
-
return false unless @created_at == other.created_at
|
|
74
|
-
return false unless @enable_recording == other.enable_recording
|
|
75
|
-
return false unless @media_policy == other.media_policy
|
|
76
|
-
return false unless @metadata == other.metadata
|
|
77
|
-
return false unless @playback_id == other.playback_id
|
|
78
|
-
return false unless @srt_playback_response == other.srt_playback_response
|
|
79
|
-
return false unless @reconnect_window == other.reconnect_window
|
|
80
|
-
true
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
end
|
|
84
|
-
end
|
|
85
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
12
|
-
class GetCreateLiveStreamResponseDTOMetadata
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def initialize; end
|
|
19
|
-
|
|
20
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
21
|
-
def ==(other)
|
|
22
|
-
return false unless other.is_a? self.class
|
|
23
|
-
true
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto_srtplaybackresponse.rb
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# This object contains the livestream playback response details for SRT Protocol.
|
|
12
|
-
class GetCreateLiveStreamResponseDTOSrtPlaybackResponse
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
|
|
17
|
-
field :srt_playback_stream_id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('srtPlaybackStreamId') } }
|
|
18
|
-
# A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
|
|
19
|
-
field :srt_playback_secret, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('srtPlaybackSecret') } }
|
|
20
|
-
|
|
21
|
-
sig { params(srt_playback_stream_id: T.nilable(::String), srt_playback_secret: T.nilable(::String)).void }
|
|
22
|
-
def initialize(srt_playback_stream_id: nil, srt_playback_secret: nil)
|
|
23
|
-
@srt_playback_stream_id = srt_playback_stream_id
|
|
24
|
-
@srt_playback_secret = srt_playback_secret
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
28
|
-
def ==(other)
|
|
29
|
-
return false unless other.is_a? self.class
|
|
30
|
-
return false unless @srt_playback_stream_id == other.srt_playback_stream_id
|
|
31
|
-
return false unless @srt_playback_secret == other.srt_playback_secret
|
|
32
|
-
true
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the request.
|
|
12
|
-
class GetStreamsResponse
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# It demonstrates whether the request is successful or not.
|
|
17
|
-
field :success, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('success') } }
|
|
18
|
-
# Displays the result of the request.
|
|
19
|
-
field :data, T.nilable(T::Array[Models::Components::GetCreateLiveStreamResponseDTO]), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('data') } }
|
|
20
|
-
# Pagination organizes content into pages for better readability and navigation.
|
|
21
|
-
field :pagination, T.nilable(Models::Components::Pagination), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('pagination') } }
|
|
22
|
-
|
|
23
|
-
sig { params(success: T.nilable(T::Boolean), data: T.nilable(T::Array[Models::Components::GetCreateLiveStreamResponseDTO]), pagination: T.nilable(Models::Components::Pagination)).void }
|
|
24
|
-
def initialize(success: nil, data: nil, pagination: nil)
|
|
25
|
-
@success = success
|
|
26
|
-
@data = data
|
|
27
|
-
@pagination = pagination
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
31
|
-
def ==(other)
|
|
32
|
-
return false unless other.is_a? self.class
|
|
33
|
-
return false unless @success == other.success
|
|
34
|
-
return false unless @data == other.data
|
|
35
|
-
return false unless @pagination == other.pagination
|
|
36
|
-
true
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
end
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class ImposeTrack
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# URL of the audio track to impose on the video.
|
|
17
|
-
field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url') } }
|
|
18
|
-
# Start time (in seconds) of the imposed audio in the video.
|
|
19
|
-
field :start_time, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('startTime') } }
|
|
20
|
-
# End time (in seconds) of the imposed audio in the video.
|
|
21
|
-
field :end_time, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('endTime') } }
|
|
22
|
-
# Level of fade-in effect (in seconds) at the start of the imposed audio.
|
|
23
|
-
field :fade_in_level, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('fadeInLevel') } }
|
|
24
|
-
# Level of fade-out effect (in seconds) at the end of the imposed audio.
|
|
25
|
-
field :fade_out_level, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('fadeOutLevel') } }
|
|
26
|
-
|
|
27
|
-
sig { params(url: T.nilable(::String), start_time: T.nilable(::Integer), end_time: T.nilable(::Integer), fade_in_level: T.nilable(::Integer), fade_out_level: T.nilable(::Integer)).void }
|
|
28
|
-
def initialize(url: nil, start_time: nil, end_time: nil, fade_in_level: nil, fade_out_level: nil)
|
|
29
|
-
@url = url
|
|
30
|
-
@start_time = start_time
|
|
31
|
-
@end_time = end_time
|
|
32
|
-
@fade_in_level = fade_in_level
|
|
33
|
-
@fade_out_level = fade_out_level
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
37
|
-
def ==(other)
|
|
38
|
-
return false unless other.is_a? self.class
|
|
39
|
-
return false unless @url == other.url
|
|
40
|
-
return false unless @start_time == other.start_time
|
|
41
|
-
return false unless @end_time == other.end_time
|
|
42
|
-
return false unless @fade_in_level == other.fade_in_level
|
|
43
|
-
return false unless @fade_out_level == other.fade_out_level
|
|
44
|
-
true
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class Input
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def initialize; end
|
|
19
|
-
|
|
20
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
21
|
-
def ==(other)
|
|
22
|
-
return false unless other.is_a? self.class
|
|
23
|
-
true
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the input Media settings.
|
|
12
|
-
class InputMediaSettings
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
17
|
-
field :metadata, T.nilable(Models::Components::CreateLiveStreamRequestMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
18
|
-
# Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
|
|
19
|
-
field :max_resolution, T.nilable(Models::Components::CreateLiveStreamRequestMaxResolution), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('maxResolution'), 'decoder': Utils.enum_from_string(Models::Components::CreateLiveStreamRequestMaxResolution, true) } }
|
|
20
|
-
# In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
|
|
21
|
-
field :reconnect_window, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('reconnectWindow') } }
|
|
22
|
-
# Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
|
|
23
|
-
field :media_policy, T.nilable(Models::Components::MediaPolicy), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('mediaPolicy'), 'decoder': Utils.enum_from_string(Models::Components::MediaPolicy, true) } }
|
|
24
|
-
|
|
25
|
-
sig { params(metadata: T.nilable(Models::Components::CreateLiveStreamRequestMetadata), max_resolution: T.nilable(Models::Components::CreateLiveStreamRequestMaxResolution), reconnect_window: T.nilable(::Integer), media_policy: T.nilable(Models::Components::MediaPolicy)).void }
|
|
26
|
-
def initialize(metadata: nil, max_resolution: Models::Components::CreateLiveStreamRequestMaxResolution::ONE_THOUSAND_AND_EIGHTYP, reconnect_window: 60, media_policy: Models::Components::MediaPolicy::PUBLIC)
|
|
27
|
-
@metadata = metadata
|
|
28
|
-
@max_resolution = max_resolution
|
|
29
|
-
@reconnect_window = reconnect_window
|
|
30
|
-
@media_policy = media_policy
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
34
|
-
def ==(other)
|
|
35
|
-
return false unless other.is_a? self.class
|
|
36
|
-
return false unless @metadata == other.metadata
|
|
37
|
-
return false unless @max_resolution == other.max_resolution
|
|
38
|
-
return false unless @reconnect_window == other.reconnect_window
|
|
39
|
-
return false unless @media_policy == other.media_policy
|
|
40
|
-
true
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
end
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class LiveStreamDeleteResponse
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# It demonstrates whether the request is successful or not.
|
|
17
|
-
field :success, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('success') } }
|
|
18
|
-
|
|
19
|
-
sig { params(success: T.nilable(T::Boolean)).void }
|
|
20
|
-
def initialize(success: nil)
|
|
21
|
-
@success = success
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
25
|
-
def ==(other)
|
|
26
|
-
return false unless other.is_a? self.class
|
|
27
|
-
return false unless @success == other.success
|
|
28
|
-
true
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
end
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the request.
|
|
12
|
-
class LivestreamgetResponse
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# It demonstrates whether the request is successful or not.
|
|
17
|
-
field :success, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('success') } }
|
|
18
|
-
# Displays the result of the request.
|
|
19
|
-
field :data, T.nilable(Models::Components::GetCreateLiveStreamResponseDTO), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('data') } }
|
|
20
|
-
|
|
21
|
-
sig { params(success: T.nilable(T::Boolean), data: T.nilable(Models::Components::GetCreateLiveStreamResponseDTO)).void }
|
|
22
|
-
def initialize(success: nil, data: nil)
|
|
23
|
-
@success = success
|
|
24
|
-
@data = data
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
28
|
-
def ==(other)
|
|
29
|
-
return false unless other.is_a? self.class
|
|
30
|
-
return false unless @success == other.success
|
|
31
|
-
return false unless @data == other.data
|
|
32
|
-
true
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module FastpixApiSDK
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
# Displays the result of the request.
|
|
12
|
-
class LiveStreamResponseDTO
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# It demonstrates whether the request is successful or not.
|
|
17
|
-
field :success, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('success') } }
|
|
18
|
-
# Displays the result of the request.
|
|
19
|
-
field :data, T.nilable(Models::Components::GetCreateLiveStreamResponseDTO), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('data') } }
|
|
20
|
-
|
|
21
|
-
sig { params(success: T.nilable(T::Boolean), data: T.nilable(Models::Components::GetCreateLiveStreamResponseDTO)).void }
|
|
22
|
-
def initialize(success: nil, data: nil)
|
|
23
|
-
@success = success
|
|
24
|
-
@data = data
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
28
|
-
def ==(other)
|
|
29
|
-
return false unless other.is_a? self.class
|
|
30
|
-
return false unless @success == other.success
|
|
31
|
-
return false unless @data == other.data
|
|
32
|
-
true
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|