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,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
|
-
# Displays the result of the request.
|
|
12
|
-
class SimulcastResponseData
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
|
|
17
|
-
field :simulcast_id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('simulcastId') } }
|
|
18
|
-
# The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
|
|
19
|
-
field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url') } }
|
|
20
|
-
# A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
|
|
21
|
-
field :stream_key, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('streamKey') } }
|
|
22
|
-
# When the value is true, the simulcast will be enabled for the given stream
|
|
23
|
-
field :is_enabled, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('isEnabled') } }
|
|
24
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
25
|
-
field :metadata, T.nilable(Models::Components::SimulcastResponseMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
26
|
-
|
|
27
|
-
sig { params(simulcast_id: T.nilable(::String), url: T.nilable(::String), stream_key: T.nilable(::String), is_enabled: T.nilable(T::Boolean), metadata: T.nilable(Models::Components::SimulcastResponseMetadata)).void }
|
|
28
|
-
def initialize(simulcast_id: nil, url: nil, stream_key: nil, is_enabled: nil, metadata: nil)
|
|
29
|
-
@simulcast_id = simulcast_id
|
|
30
|
-
@url = url
|
|
31
|
-
@stream_key = stream_key
|
|
32
|
-
@is_enabled = is_enabled
|
|
33
|
-
@metadata = metadata
|
|
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 @simulcast_id == other.simulcast_id
|
|
40
|
-
return false unless @url == other.url
|
|
41
|
-
return false unless @stream_key == other.stream_key
|
|
42
|
-
return false unless @is_enabled == other.is_enabled
|
|
43
|
-
return false unless @metadata == other.metadata
|
|
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
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
12
|
-
class SimulcastResponseMetadata
|
|
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,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 SimulcastUpdateRequest
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# When the value is set to false, the simulcast will be disabled for the given stream.
|
|
17
|
-
field :is_enabled, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('isEnabled') } }
|
|
18
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
19
|
-
field :metadata, T.nilable(Models::Components::SimulcastUpdateRequestMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
20
|
-
|
|
21
|
-
sig { params(is_enabled: T.nilable(T::Boolean), metadata: T.nilable(Models::Components::SimulcastUpdateRequestMetadata)).void }
|
|
22
|
-
def initialize(is_enabled: nil, metadata: nil)
|
|
23
|
-
@is_enabled = is_enabled
|
|
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 @is_enabled == other.is_enabled
|
|
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
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
12
|
-
class SimulcastUpdateRequestMetadata
|
|
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,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 SimulcastUpdateResponse
|
|
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::SimulcastUpdateResponseData), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('data') } }
|
|
20
|
-
|
|
21
|
-
sig { params(success: T.nilable(T::Boolean), data: T.nilable(Models::Components::SimulcastUpdateResponseData)).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,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
|
-
# Displays the result of the request.
|
|
12
|
-
class SimulcastUpdateResponseData
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
|
|
17
|
-
field :simulcast_id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('simulcastId') } }
|
|
18
|
-
# The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
|
|
19
|
-
field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url') } }
|
|
20
|
-
# A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
|
|
21
|
-
field :stream_key, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('streamKey') } }
|
|
22
|
-
# When the value is set to false, the simulcast will be disabled for the given stream
|
|
23
|
-
field :is_enabled, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('isEnabled') } }
|
|
24
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
25
|
-
field :metadata, T.nilable(Models::Components::SimulcastUpdateResponseMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
26
|
-
|
|
27
|
-
sig { params(simulcast_id: T.nilable(::String), url: T.nilable(::String), stream_key: T.nilable(::String), is_enabled: T.nilable(T::Boolean), metadata: T.nilable(Models::Components::SimulcastUpdateResponseMetadata)).void }
|
|
28
|
-
def initialize(simulcast_id: nil, url: nil, stream_key: nil, is_enabled: nil, metadata: nil)
|
|
29
|
-
@simulcast_id = simulcast_id
|
|
30
|
-
@url = url
|
|
31
|
-
@stream_key = stream_key
|
|
32
|
-
@is_enabled = is_enabled
|
|
33
|
-
@metadata = metadata
|
|
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 @simulcast_id == other.simulcast_id
|
|
40
|
-
return false unless @url == other.url
|
|
41
|
-
return false unless @stream_key == other.stream_key
|
|
42
|
-
return false unless @is_enabled == other.is_enabled
|
|
43
|
-
return false unless @metadata == other.metadata
|
|
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
|
-
# Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
|
|
12
|
-
class SimulcastUpdateResponseMetadata
|
|
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,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
|
-
# SourceResolution - The actual resolution of the uploaded media. This represents the native quality of the source media.
|
|
12
|
-
class SourceResolution < 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,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
|
-
# Generates subtitle files for audio/video files.
|
|
12
|
-
#
|
|
13
|
-
class Subtitle
|
|
14
|
-
extend T::Sig
|
|
15
|
-
include Crystalline::MetadataFields
|
|
16
|
-
|
|
17
|
-
# Name of the language in which the subtitles will be generated.
|
|
18
|
-
#
|
|
19
|
-
field :language_name, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('languageName') } }
|
|
20
|
-
# 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 a maximum of 255 characters and up to 10 entries are allowed.
|
|
21
|
-
#
|
|
22
|
-
field :metadata, T.nilable(Models::Components::SubtitleMetadata), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('metadata') } }
|
|
23
|
-
# Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
|
|
24
|
-
#
|
|
25
|
-
field :language_code, T.nilable(Models::Components::CreateMediaRequestLanguageCode), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('languageCode'), 'decoder': Utils.enum_from_string(Models::Components::CreateMediaRequestLanguageCode, true) } }
|
|
26
|
-
|
|
27
|
-
sig { params(language_name: T.nilable(::String), metadata: T.nilable(Models::Components::SubtitleMetadata), language_code: T.nilable(Models::Components::CreateMediaRequestLanguageCode)).void }
|
|
28
|
-
def initialize(language_name: nil, metadata: nil, language_code: nil)
|
|
29
|
-
@language_name = language_name
|
|
30
|
-
@metadata = metadata
|
|
31
|
-
@language_code = language_code
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
35
|
-
def ==(other)
|
|
36
|
-
return false unless other.is_a? self.class
|
|
37
|
-
return false unless @language_name == other.language_name
|
|
38
|
-
return false unless @metadata == other.metadata
|
|
39
|
-
return false unless @language_code == other.language_code
|
|
40
|
-
true
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
end
|
|
@@ -1,29 +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 a maximum of 255 characters and up to 10 entries are allowed.
|
|
12
|
-
#
|
|
13
|
-
class SubtitleMetadata
|
|
14
|
-
extend T::Sig
|
|
15
|
-
include Crystalline::MetadataFields
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
def initialize; end
|
|
20
|
-
|
|
21
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
22
|
-
def ==(other)
|
|
23
|
-
return false unless other.is_a? self.class
|
|
24
|
-
true
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
@@ -1,47 +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
|
-
# Generates subtitle files for audio/video files.
|
|
12
|
-
class SubtitleInput
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# Defines the type of input.
|
|
17
|
-
#
|
|
18
|
-
field :type, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('type'), required: true } }
|
|
19
|
-
# The direct URL of the subtitle file.
|
|
20
|
-
field :url, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url'), required: true } }
|
|
21
|
-
# Name of the language in which the subtitles will be generated.
|
|
22
|
-
field :language_name, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('languageName'), required: true } }
|
|
23
|
-
# The BCP 47 language code representing the language of the generated track.
|
|
24
|
-
#
|
|
25
|
-
field :language_code, Models::Components::SubtitleInputLanguageCode, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('languageCode'), required: true, 'decoder': Utils.enum_from_string(Models::Components::SubtitleInputLanguageCode, false) } }
|
|
26
|
-
|
|
27
|
-
sig { params(type: ::String, url: ::String, language_name: ::String, language_code: Models::Components::SubtitleInputLanguageCode).void }
|
|
28
|
-
def initialize(type:, url:, language_name:, language_code:)
|
|
29
|
-
@type = type
|
|
30
|
-
@url = url
|
|
31
|
-
@language_name = language_name
|
|
32
|
-
@language_code = language_code
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
36
|
-
def ==(other)
|
|
37
|
-
return false unless other.is_a? self.class
|
|
38
|
-
return false unless @type == other.type
|
|
39
|
-
return false unless @url == other.url
|
|
40
|
-
return false unless @language_name == other.language_name
|
|
41
|
-
return false unless @language_code == other.language_code
|
|
42
|
-
true
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
end
|
|
@@ -1,76 +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
|
-
# SubtitleInputLanguageCode - The BCP 47 language code representing the language of the generated track.
|
|
12
|
-
#
|
|
13
|
-
class SubtitleInputLanguageCode < T::Enum
|
|
14
|
-
enums do
|
|
15
|
-
AR_SA = new('ar-SA')
|
|
16
|
-
BN_BD = new('bn-BD')
|
|
17
|
-
BN_IN = new('bn-IN')
|
|
18
|
-
CA_ES = new('ca-ES')
|
|
19
|
-
CS_CZ = new('cs-CZ')
|
|
20
|
-
DA_DK = new('da-DK')
|
|
21
|
-
DE_AT = new('de-AT')
|
|
22
|
-
DE_CH = new('de-CH')
|
|
23
|
-
DE_DE = new('de-DE')
|
|
24
|
-
EL_GR = new('el-GR')
|
|
25
|
-
EN_AU = new('en-AU')
|
|
26
|
-
EN_CA = new('en-CA')
|
|
27
|
-
EN_GB = new('en-GB')
|
|
28
|
-
EN_IE = new('en-IE')
|
|
29
|
-
EN_IN = new('en-IN')
|
|
30
|
-
EN_NZ = new('en-NZ')
|
|
31
|
-
EN_US = new('en-US')
|
|
32
|
-
EN_ZA = new('en-ZA')
|
|
33
|
-
ES_AR = new('es-AR')
|
|
34
|
-
ES_CL = new('es-CL')
|
|
35
|
-
ES_CO = new('es-CO')
|
|
36
|
-
ES_ES = new('es-ES')
|
|
37
|
-
ES_MX = new('es-MX')
|
|
38
|
-
ES_US = new('es-US')
|
|
39
|
-
FI_FI = new('fi-FI')
|
|
40
|
-
FR_BE = new('fr-BE')
|
|
41
|
-
FR_CA = new('fr-CA')
|
|
42
|
-
FR_CH = new('fr-CH')
|
|
43
|
-
FR_FR = new('fr-FR')
|
|
44
|
-
HE_IL = new('he-IL')
|
|
45
|
-
HI_IN = new('hi-IN')
|
|
46
|
-
HR_HR = new('hr-HR')
|
|
47
|
-
HU_HU = new('hu-HU')
|
|
48
|
-
ID_ID = new('id-ID')
|
|
49
|
-
IT_CH = new('it-CH')
|
|
50
|
-
IT_IT = new('it-IT')
|
|
51
|
-
JA_JP = new('ja-JP')
|
|
52
|
-
KO_KR = new('ko-KR')
|
|
53
|
-
NL_BE = new('nl-BE')
|
|
54
|
-
NL_NL = new('nl-NL')
|
|
55
|
-
NO_NO = new('no-NO')
|
|
56
|
-
PL_PL = new('pl-PL')
|
|
57
|
-
PT_BR = new('pt-BR')
|
|
58
|
-
PT_PT = new('pt-PT')
|
|
59
|
-
RO_RO = new('ro-RO')
|
|
60
|
-
RU_RU = new('ru-RU')
|
|
61
|
-
SK_SK = new('sk-SK')
|
|
62
|
-
SV_SE = new('sv-SE')
|
|
63
|
-
TA_IN = new('ta-IN')
|
|
64
|
-
TA_LK = new('ta-LK')
|
|
65
|
-
TH_TH = new('th-TH')
|
|
66
|
-
TR_TR = new('tr-TR')
|
|
67
|
-
UK_UA = new('uk-UA')
|
|
68
|
-
BG_BG = new('bg-BG')
|
|
69
|
-
ZH_CN = new('zh-CN')
|
|
70
|
-
ZH_HK = new('zh-HK')
|
|
71
|
-
ZH_TW = new('zh-TW')
|
|
72
|
-
end
|
|
73
|
-
end
|
|
74
|
-
end
|
|
75
|
-
end
|
|
76
|
-
end
|
|
@@ -1,40 +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 Summary
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
|
|
17
|
-
#
|
|
18
|
-
field :generate, T::Boolean, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('generate'), required: true } }
|
|
19
|
-
# Specifies the desired word count for the generated summary.
|
|
20
|
-
# - The value must be between **30** and **250** words.
|
|
21
|
-
#
|
|
22
|
-
field :summary_length, T.nilable(::Integer), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('summaryLength') } }
|
|
23
|
-
|
|
24
|
-
sig { params(generate: T::Boolean, summary_length: T.nilable(::Integer)).void }
|
|
25
|
-
def initialize(generate:, summary_length: 100)
|
|
26
|
-
@generate = generate
|
|
27
|
-
@summary_length = summary_length
|
|
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 @generate == other.generate
|
|
34
|
-
return false unless @summary_length == other.summary_length
|
|
35
|
-
true
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
end
|
|
@@ -1,53 +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
|
-
# A media consists of different media tracks, like video, audio, and subtitle, all combined.
|
|
12
|
-
class Track
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# Defines the type of input. This option is mandatory.
|
|
17
|
-
field :type, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('type'), required: true } }
|
|
18
|
-
# FastPix generates a unique identifier for each track.
|
|
19
|
-
field :id, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('id') } }
|
|
20
|
-
# Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
|
|
21
|
-
field :width, T.nilable(::Float), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('width') } }
|
|
22
|
-
# Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
|
|
23
|
-
field :height, T.nilable(::Float), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('height') } }
|
|
24
|
-
# Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
|
|
25
|
-
field :frame_rate, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('frameRate') } }
|
|
26
|
-
# Indicates if the track contains closed captions.
|
|
27
|
-
field :closed_captions, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('closedCaptions') } }
|
|
28
|
-
|
|
29
|
-
sig { params(type: ::String, id: T.nilable(::String), width: T.nilable(::Float), height: T.nilable(::Float), frame_rate: T.nilable(::String), closed_captions: T.nilable(T::Boolean)).void }
|
|
30
|
-
def initialize(type:, id: nil, width: nil, height: nil, frame_rate: nil, closed_captions: nil)
|
|
31
|
-
@type = type
|
|
32
|
-
@id = id
|
|
33
|
-
@width = width
|
|
34
|
-
@height = height
|
|
35
|
-
@frame_rate = frame_rate
|
|
36
|
-
@closed_captions = closed_captions
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
40
|
-
def ==(other)
|
|
41
|
-
return false unless other.is_a? self.class
|
|
42
|
-
return false unless @type == other.type
|
|
43
|
-
return false unless @id == other.id
|
|
44
|
-
return false unless @width == other.width
|
|
45
|
-
return false unless @height == other.height
|
|
46
|
-
return false unless @frame_rate == other.frame_rate
|
|
47
|
-
return false unless @closed_captions == other.closed_captions
|
|
48
|
-
true
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
end
|
|
@@ -1,68 +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 VideoInput
|
|
13
|
-
extend T::Sig
|
|
14
|
-
include Crystalline::MetadataFields
|
|
15
|
-
|
|
16
|
-
# Defines the type of input.
|
|
17
|
-
#
|
|
18
|
-
field :type, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('type'), required: true } }
|
|
19
|
-
# The url hosts the media file for FastPix, which needs to be downloaded 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.
|
|
20
|
-
#
|
|
21
|
-
field :url, ::String, { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('url'), required: true } }
|
|
22
|
-
# Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
|
|
23
|
-
#
|
|
24
|
-
field :start_time, T.nilable(::Float), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('startTime') } }
|
|
25
|
-
# End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
|
|
26
|
-
#
|
|
27
|
-
field :end_time, T.nilable(::Float), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('endTime') } }
|
|
28
|
-
# The url of the intro video which is to be added at the start of the video.
|
|
29
|
-
#
|
|
30
|
-
field :intro_url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('introUrl') } }
|
|
31
|
-
# The url of the outro video which is to be added at the end of the video.
|
|
32
|
-
#
|
|
33
|
-
field :outro_url, T.nilable(::String), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('outroUrl') } }
|
|
34
|
-
# The list of the startTime-endTime of the segments to be removed from the actual video.
|
|
35
|
-
#
|
|
36
|
-
field :expunge_segments, T.nilable(T::Array[::String]), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('expungeSegments') } }
|
|
37
|
-
# A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
|
|
38
|
-
field :segments, T.nilable(T::Array[T.any(Models::Components::Segment1, Models::Components::Segment2)]), { 'format_json': { 'letter_case': ::FastpixApiSDK::Utils.field_name('segments') } }
|
|
39
|
-
|
|
40
|
-
sig { params(type: ::String, url: ::String, start_time: T.nilable(::Float), end_time: T.nilable(::Float), intro_url: T.nilable(::String), outro_url: T.nilable(::String), expunge_segments: T.nilable(T::Array[::String]), segments: T.nilable(T::Array[T.any(Models::Components::Segment1, Models::Components::Segment2)])).void }
|
|
41
|
-
def initialize(type:, url:, start_time: nil, end_time: nil, intro_url: nil, outro_url: nil, expunge_segments: nil, segments: nil)
|
|
42
|
-
@type = type
|
|
43
|
-
@url = url
|
|
44
|
-
@start_time = start_time
|
|
45
|
-
@end_time = end_time
|
|
46
|
-
@intro_url = intro_url
|
|
47
|
-
@outro_url = outro_url
|
|
48
|
-
@expunge_segments = expunge_segments
|
|
49
|
-
@segments = segments
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
53
|
-
def ==(other)
|
|
54
|
-
return false unless other.is_a? self.class
|
|
55
|
-
return false unless @type == other.type
|
|
56
|
-
return false unless @url == other.url
|
|
57
|
-
return false unless @start_time == other.start_time
|
|
58
|
-
return false unless @end_time == other.end_time
|
|
59
|
-
return false unless @intro_url == other.intro_url
|
|
60
|
-
return false unless @outro_url == other.outro_url
|
|
61
|
-
return false unless @expunge_segments == other.expunge_segments
|
|
62
|
-
return false unless @segments == other.segments
|
|
63
|
-
true
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
end
|
|
67
|
-
end
|
|
68
|
-
end
|