fastpixapi 0.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/crystalline/metadata_fields.rb +29 -37
- data/lib/crystalline/module.rb +96 -0
- data/lib/crystalline/types.rb +83 -0
- data/lib/crystalline/utils.rb +49 -75
- data/lib/crystalline.rb +4 -3
- data/lib/fastpix_client/dimensions.rb +313 -0
- data/lib/fastpix_client/drm_configurations.rb +319 -0
- data/lib/fastpix_client/errors.rb +187 -0
- data/lib/fastpix_client/fastpixapi.rb +113 -0
- data/lib/fastpix_client/in_video_ai_features.rb +671 -0
- data/lib/fastpix_client/input_video.rb +381 -0
- data/lib/fastpix_client/live_playback.rb +460 -0
- data/lib/fastpix_client/manage_live_stream.rb +1160 -0
- data/lib/fastpix_client/manage_videos.rb +2489 -0
- data/lib/fastpix_client/metrics.rb +650 -0
- data/lib/fastpix_client/models/callbacks.rb +12 -0
- data/lib/fastpix_client/models/components/accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/components/accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/addtrackrequest.rb +44 -0
- data/lib/fastpix_client/models/components/addtrackrequest.rbi +19 -0
- data/lib/fastpix_client/models/components/addtrackrequest_type.rb +21 -0
- data/lib/fastpix_client/models/components/addtrackrequest_type.rbi +11 -0
- data/lib/fastpix_client/models/components/addtrackresponse.rb +48 -0
- data/lib/fastpix_client/models/components/addtrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/addtrackresponse_type.rb +21 -0
- data/lib/fastpix_client/models/components/addtrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/airesponserecord.rb +36 -0
- data/lib/fastpix_client/models/components/airesponserecord.rbi +15 -0
- data/lib/fastpix_client/models/components/aisummaryrecord.rb +36 -0
- data/lib/fastpix_client/models/components/aisummaryrecord.rbi +15 -0
- data/lib/fastpix_client/models/components/audioinput.rb +40 -0
- data/lib/fastpix_client/models/components/audioinput.rbi +17 -0
- data/lib/fastpix_client/models/components/audioinput_type.rb +20 -0
- data/lib/fastpix_client/models/components/audioinput_type.rbi +11 -0
- data/lib/fastpix_client/models/components/audiotrack.rb +50 -0
- data/lib/fastpix_client/models/components/audiotrack.rbi +21 -0
- data/lib/fastpix_client/models/components/audiotrack_type.rb +20 -0
- data/lib/fastpix_client/models/components/audiotrack_type.rbi +11 -0
- data/lib/fastpix_client/models/components/basicaccesspolicy.rb +21 -0
- data/lib/fastpix_client/models/components/basicaccesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/browsernamedimensiondetails.rb +40 -0
- data/lib/fastpix_client/models/components/browsernamedimensiondetails.rbi +17 -0
- data/lib/fastpix_client/models/components/chaptersresponse.rb +36 -0
- data/lib/fastpix_client/models/components/chaptersresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest.rb +36 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest_maxresolution.rb +23 -0
- data/lib/fastpix_client/models/components/createlivestreamrequest_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createlivestreamresponsedto.rb +96 -0
- data/lib/fastpix_client/models/components/createlivestreamresponsedto.rbi +45 -0
- data/lib/fastpix_client/models/components/createmediarequest.rb +106 -0
- data/lib/fastpix_client/models/components/createmediarequest.rbi +45 -0
- data/lib/fastpix_client/models/components/createmediarequest_accesspolicy.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/createmediarequest_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/createmediarequest_domains.rb +47 -0
- data/lib/fastpix_client/models/components/createmediarequest_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/createmediarequest_languagecode.rb +27 -0
- data/lib/fastpix_client/models/components/createmediarequest_languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_maxresolution.rb +25 -0
- data/lib/fastpix_client/models/components/createmediarequest_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/createmediarequest_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_mp4support.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_type.rb +23 -0
- data/lib/fastpix_client/models/components/createmediarequest_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediarequest_useragents.rb +47 -0
- data/lib/fastpix_client/models/components/createmediarequest_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/createmediaresponse.rb +80 -0
- data/lib/fastpix_client/models/components/createmediaresponse.rbi +35 -0
- data/lib/fastpix_client/models/components/createmediaresponse_input.rb +36 -0
- data/lib/fastpix_client/models/components/createmediaresponse_input.rbi +15 -0
- data/lib/fastpix_client/models/components/createmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/createmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/createmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/createmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/createmediasuccessresponse.rb +36 -0
- data/lib/fastpix_client/models/components/createmediasuccessresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createplaybackid.rb +44 -0
- data/lib/fastpix_client/models/components/createplaybackid.rbi +19 -0
- data/lib/fastpix_client/models/components/createplaybackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/createplaybackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/createplaybackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/createplaybackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/createplaybackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/createplaybackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/createplaylistrequest.rb +27 -0
- data/lib/fastpix_client/models/components/createplaylistrequest.rbi +11 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual.rb +48 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual.rbi +21 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual_type.rb +20 -0
- data/lib/fastpix_client/models/components/createplaylistrequestmanual_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart.rb +56 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart.rbi +25 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart_type.rb +20 -0
- data/lib/fastpix_client/models/components/createplaylistrequestsmart_type.rbi +11 -0
- data/lib/fastpix_client/models/components/createresponse.rb +36 -0
- data/lib/fastpix_client/models/components/createresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/createsigningkeyresponsedto.rb +40 -0
- data/lib/fastpix_client/models/components/createsigningkeyresponsedto.rbi +17 -0
- data/lib/fastpix_client/models/components/custom_1.rb +43 -0
- data/lib/fastpix_client/models/components/custom_1.rbi +17 -0
- data/lib/fastpix_client/models/components/custom_2.rb +33 -0
- data/lib/fastpix_client/models/components/custom_2.rbi +13 -0
- data/lib/fastpix_client/models/components/datapagination.rb +45 -0
- data/lib/fastpix_client/models/components/datapagination.rbi +17 -0
- data/lib/fastpix_client/models/components/daterange.rb +36 -0
- data/lib/fastpix_client/models/components/daterange.rbi +15 -0
- data/lib/fastpix_client/models/components/default_error.rb +36 -0
- data/lib/fastpix_client/models/components/default_error.rbi +15 -0
- data/lib/fastpix_client/models/components/deletesigningkeyresponse.rb +32 -0
- data/lib/fastpix_client/models/components/deletesigningkeyresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/directupload.rb +57 -0
- data/lib/fastpix_client/models/components/directupload.rbi +25 -0
- data/lib/fastpix_client/models/components/directupload_status.rb +20 -0
- data/lib/fastpix_client/models/components/directupload_status.rbi +11 -0
- data/lib/fastpix_client/models/components/directuploadresponse.rb +51 -0
- data/lib/fastpix_client/models/components/directuploadresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/directuploadresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/directuploadresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/domainrestrictions.rb +40 -0
- data/lib/fastpix_client/models/components/domainrestrictions.rbi +17 -0
- data/lib/fastpix_client/models/components/domains_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/components/domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/drmidresponse.rb +32 -0
- data/lib/fastpix_client/models/components/drmidresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/error.rb +41 -0
- data/lib/fastpix_client/models/components/error.rbi +17 -0
- data/lib/fastpix_client/models/components/errordetails.rb +60 -0
- data/lib/fastpix_client/models/components/errordetails.rbi +27 -0
- data/lib/fastpix_client/models/components/errordetails_percentage.rb +27 -0
- data/lib/fastpix_client/models/components/errordetails_percentage.rbi +11 -0
- data/lib/fastpix_client/models/components/event.rb +52 -0
- data/lib/fastpix_client/models/components/event.rbi +21 -0
- data/lib/fastpix_client/models/components/event_time.rb +28 -0
- data/lib/fastpix_client/models/components/event_time.rbi +11 -0
- data/lib/fastpix_client/models/components/generatetrackresponse.rb +50 -0
- data/lib/fastpix_client/models/components/generatetrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_languagecode.rb +77 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_type.rb +20 -0
- data/lib/fastpix_client/models/components/generatetrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse.rb +146 -0
- data/lib/fastpix_client/models/components/getallmediaresponse.rbi +67 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_track.rb +27 -0
- data/lib/fastpix_client/models/components/getallmediaresponse_track.rbi +11 -0
- data/lib/fastpix_client/models/components/getallplaylistsresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getallplaylistsresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/getallsigningkeysresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/getcreatelivestreamresponsedto.rb +104 -0
- data/lib/fastpix_client/models/components/getcreatelivestreamresponsedto.rbi +49 -0
- data/lib/fastpix_client/models/components/getmediaresponse.rb +146 -0
- data/lib/fastpix_client/models/components/getmediaresponse.rbi +67 -0
- data/lib/fastpix_client/models/components/getmediaresponse_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/getmediaresponse_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/getmediaresponse_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/getmediaresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/getmediaresponse_track.rb +27 -0
- data/lib/fastpix_client/models/components/getmediaresponse_track.rbi +11 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto_data.rb +40 -0
- data/lib/fastpix_client/models/components/getpublicpemusingsigningkeyidresponsedto_data.rbi +17 -0
- data/lib/fastpix_client/models/components/getstreamsresponse.rb +40 -0
- data/lib/fastpix_client/models/components/getstreamsresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/imposetrack.rb +48 -0
- data/lib/fastpix_client/models/components/imposetrack.rbi +21 -0
- data/lib/fastpix_client/models/components/input.rb +27 -0
- data/lib/fastpix_client/models/components/input.rbi +11 -0
- data/lib/fastpix_client/models/components/inputmediasettings.rb +53 -0
- data/lib/fastpix_client/models/components/inputmediasettings.rbi +21 -0
- data/lib/fastpix_client/models/components/languagecode.rb +80 -0
- data/lib/fastpix_client/models/components/languagecode.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips.rb +113 -0
- data/lib/fastpix_client/models/components/live_media_clips.rbi +51 -0
- data/lib/fastpix_client/models/components/live_media_clips_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/live_media_clips_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/live_media_clips_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/live_media_clips_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_status.rb +27 -0
- data/lib/fastpix_client/models/components/live_media_clips_status.rbi +11 -0
- data/lib/fastpix_client/models/components/live_media_clips_track.rb +27 -0
- data/lib/fastpix_client/models/components/live_media_clips_track.rbi +11 -0
- data/lib/fastpix_client/models/components/livesimulcast.rb +48 -0
- data/lib/fastpix_client/models/components/livesimulcast.rbi +21 -0
- data/lib/fastpix_client/models/components/livestreamdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/livestreamdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/livestreamgetresponse.rb +36 -0
- data/lib/fastpix_client/models/components/livestreamgetresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/livestreampagination.rb +40 -0
- data/lib/fastpix_client/models/components/livestreampagination.rbi +17 -0
- data/lib/fastpix_client/models/components/livestreamresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/livestreamresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/media.rb +134 -0
- data/lib/fastpix_client/models/components/media.rbi +61 -0
- data/lib/fastpix_client/models/components/media_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/media_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/media_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/media_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/media_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/media_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/media_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/media_status.rb +27 -0
- data/lib/fastpix_client/models/components/media_status.rbi +11 -0
- data/lib/fastpix_client/models/components/media_track.rb +27 -0
- data/lib/fastpix_client/models/components/media_track.rbi +11 -0
- data/lib/fastpix_client/models/components/mediacancelresponse.rb +73 -0
- data/lib/fastpix_client/models/components/mediacancelresponse.rbi +33 -0
- data/lib/fastpix_client/models/components/mediaclipresponse.rb +40 -0
- data/lib/fastpix_client/models/components/mediaclipresponse.rbi +17 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rb +52 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rbi +23 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_pagination.rb +40 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_pagination.rbi +17 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_playbackid.rb +36 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_playbackid.rbi +15 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_status.rb +27 -0
- data/lib/fastpix_client/models/components/mediaclipresponse_status.rbi +11 -0
- data/lib/fastpix_client/models/components/mediaidsrequest.rb +32 -0
- data/lib/fastpix_client/models/components/mediaidsrequest.rbi +13 -0
- data/lib/fastpix_client/models/components/mediatype.rb +22 -0
- data/lib/fastpix_client/models/components/mediatype.rbi +11 -0
- data/lib/fastpix_client/models/components/metadata.rb +36 -0
- data/lib/fastpix_client/models/components/metadata.rbi +15 -0
- data/lib/fastpix_client/models/components/metricsbreakdowndetails.rb +48 -0
- data/lib/fastpix_client/models/components/metricsbreakdowndetails.rbi +21 -0
- data/lib/fastpix_client/models/components/metricscomparisondetails.rb +53 -0
- data/lib/fastpix_client/models/components/metricscomparisondetails.rbi +23 -0
- data/lib/fastpix_client/models/components/metricsmetadatadetails.rb +32 -0
- data/lib/fastpix_client/models/components/metricsmetadatadetails.rbi +13 -0
- data/lib/fastpix_client/models/components/metricsoveralldatadetails.rb +52 -0
- data/lib/fastpix_client/models/components/metricsoveralldatadetails.rbi +23 -0
- data/lib/fastpix_client/models/components/metricsoverallmetadatadetails.rb +32 -0
- data/lib/fastpix_client/models/components/metricsoverallmetadatadetails.rbi +13 -0
- data/lib/fastpix_client/models/components/metricstimeseriesdatadetails.rb +40 -0
- data/lib/fastpix_client/models/components/metricstimeseriesdatadetails.rbi +17 -0
- data/lib/fastpix_client/models/components/metricstimeseriesmetadatadetails.rb +36 -0
- data/lib/fastpix_client/models/components/metricstimeseriesmetadatadetails.rbi +15 -0
- data/lib/fastpix_client/models/components/moderation.rb +33 -0
- data/lib/fastpix_client/models/components/moderation.rbi +13 -0
- data/lib/fastpix_client/models/components/moderationresponse.rb +36 -0
- data/lib/fastpix_client/models/components/moderationresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/namedentitiesresponse.rb +36 -0
- data/lib/fastpix_client/models/components/namedentitiesresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/pagination.rb +40 -0
- data/lib/fastpix_client/models/components/pagination.rbi +17 -0
- data/lib/fastpix_client/models/components/patchlivestreamrequest.rb +36 -0
- data/lib/fastpix_client/models/components/patchlivestreamrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/patchresponsedata.rb +96 -0
- data/lib/fastpix_client/models/components/patchresponsedata.rbi +45 -0
- data/lib/fastpix_client/models/components/patchresponsedto.rb +36 -0
- data/lib/fastpix_client/models/components/patchresponsedto.rbi +15 -0
- data/lib/fastpix_client/models/components/placement.rb +44 -0
- data/lib/fastpix_client/models/components/placement.rbi +19 -0
- data/lib/fastpix_client/models/components/playbackid.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/playbackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/playbackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/playbackidrequest.rb +32 -0
- data/lib/fastpix_client/models/components/playbackidrequest.rbi +13 -0
- data/lib/fastpix_client/models/components/playbackidresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rb +36 -0
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rbi +15 -0
- data/lib/fastpix_client/models/components/playbacksettings.rb +32 -0
- data/lib/fastpix_client/models/components/playbacksettings.rbi +13 -0
- data/lib/fastpix_client/models/components/playerheight.rb +28 -0
- data/lib/fastpix_client/models/components/playerheight.rbi +11 -0
- data/lib/fastpix_client/models/components/playerviewcount.rb +28 -0
- data/lib/fastpix_client/models/components/playerviewcount.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playlistbyidresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedata.rb +27 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedata.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual.rb +68 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual.rbi +31 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual_type.rb +20 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatamanual_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart.rb +76 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart.rbi +35 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart_type.rb +20 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsedatasmart_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rb +60 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rbi +27 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemetadata.rb +36 -0
- data/lib/fastpix_client/models/components/playlistbyidresponsemetadata.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistcreatedresponse.rb +36 -0
- data/lib/fastpix_client/models/components/playlistcreatedresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/playlistcreatedschema.rb +27 -0
- data/lib/fastpix_client/models/components/playlistcreatedschema.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/playlistdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/playlistitem.rb +52 -0
- data/lib/fastpix_client/models/components/playlistitem.rbi +23 -0
- data/lib/fastpix_client/models/components/playlistitem_type.rb +21 -0
- data/lib/fastpix_client/models/components/playlistitem_type.rbi +11 -0
- data/lib/fastpix_client/models/components/playlistorder.rb +21 -0
- data/lib/fastpix_client/models/components/playlistorder.rbi +11 -0
- data/lib/fastpix_client/models/components/policyaction.rb +21 -0
- data/lib/fastpix_client/models/components/policyaction.rbi +11 -0
- data/lib/fastpix_client/models/components/propertyid.rb +28 -0
- data/lib/fastpix_client/models/components/propertyid.rbi +11 -0
- data/lib/fastpix_client/models/components/pullvideoinput.rb +73 -0
- data/lib/fastpix_client/models/components/pullvideoinput.rbi +27 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_1.rb +39 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_1.rbi +15 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_2.rb +39 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_2.rbi +15 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_union.rb +27 -0
- data/lib/fastpix_client/models/components/pullvideoinput_segment_union.rbi +11 -0
- data/lib/fastpix_client/models/components/resolution.rb +24 -0
- data/lib/fastpix_client/models/components/resolution.rbi +11 -0
- data/lib/fastpix_client/models/components/security.rb +36 -0
- data/lib/fastpix_client/models/components/security.rbi +15 -0
- data/lib/fastpix_client/models/components/signingkeyspagination.rb +40 -0
- data/lib/fastpix_client/models/components/signingkeyspagination.rbi +17 -0
- data/lib/fastpix_client/models/components/simulcastdeleteresponse.rb +32 -0
- data/lib/fastpix_client/models/components/simulcastdeleteresponse.rbi +13 -0
- data/lib/fastpix_client/models/components/simulcastrequest.rb +40 -0
- data/lib/fastpix_client/models/components/simulcastrequest.rbi +17 -0
- data/lib/fastpix_client/models/components/simulcastresponse.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastresponse_data.rb +48 -0
- data/lib/fastpix_client/models/components/simulcastresponse_data.rbi +21 -0
- data/lib/fastpix_client/models/components/simulcastupdaterequest.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastupdaterequest.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse.rb +36 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse_data.rb +48 -0
- data/lib/fastpix_client/models/components/simulcastupdateresponse_data.rbi +21 -0
- data/lib/fastpix_client/models/components/sortorder.rb +21 -0
- data/lib/fastpix_client/models/components/sortorder.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia.rb +134 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia.rbi +61 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_maxresolution.rb +24 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_sourceresolution.rb +29 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_status.rb +27 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_status.rbi +11 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_track.rb +27 -0
- data/lib/fastpix_client/models/components/sourceaccessmedia_track.rbi +11 -0
- data/lib/fastpix_client/models/components/srtplaybackresponse.rb +36 -0
- data/lib/fastpix_client/models/components/srtplaybackresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/subtitleinput.rb +45 -0
- data/lib/fastpix_client/models/components/subtitleinput.rbi +19 -0
- data/lib/fastpix_client/models/components/subtitles.rb +44 -0
- data/lib/fastpix_client/models/components/subtitles.rbi +17 -0
- data/lib/fastpix_client/models/components/subtitletrack.rb +50 -0
- data/lib/fastpix_client/models/components/subtitletrack.rbi +21 -0
- data/lib/fastpix_client/models/components/subtitletrack_type.rb +20 -0
- data/lib/fastpix_client/models/components/subtitletrack_type.rbi +11 -0
- data/lib/fastpix_client/models/components/summary.rb +40 -0
- data/lib/fastpix_client/models/components/summary.rbi +15 -0
- data/lib/fastpix_client/models/components/summaryresponse.rb +36 -0
- data/lib/fastpix_client/models/components/summaryresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/toperrordetails.rb +56 -0
- data/lib/fastpix_client/models/components/toperrordetails.rbi +25 -0
- data/lib/fastpix_client/models/components/toperrordetails_percentage.rb +27 -0
- data/lib/fastpix_client/models/components/toperrordetails_percentage.rbi +11 -0
- data/lib/fastpix_client/models/components/trackssubtitles.rb +36 -0
- data/lib/fastpix_client/models/components/trackssubtitles.rbi +15 -0
- data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rb +41 -0
- data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rbi +17 -0
- data/lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rb +27 -0
- data/lib/fastpix_client/models/components/uniqueviewerseffectedpercentage.rbi +11 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid.rb +36 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid.rbi +15 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_domains.rb +40 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_domains.rbi +17 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_useragents.rb +40 -0
- data/lib/fastpix_client/models/components/unused_uploads_playbackid_useragents.rbi +17 -0
- data/lib/fastpix_client/models/components/unuseddirectupload.rb +57 -0
- data/lib/fastpix_client/models/components/unuseddirectupload.rbi +25 -0
- data/lib/fastpix_client/models/components/unuseddirectupload_status.rb +20 -0
- data/lib/fastpix_client/models/components/unuseddirectupload_status.rbi +11 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse.rb +51 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/unuseddirectuploadresponse_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media.rb +133 -0
- data/lib/fastpix_client/models/components/update_media.rbi +61 -0
- data/lib/fastpix_client/models/components/update_media_maxresolution.rb +25 -0
- data/lib/fastpix_client/models/components/update_media_maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_mediaquality.rb +22 -0
- data/lib/fastpix_client/models/components/update_media_mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_mp4support.rb +28 -0
- data/lib/fastpix_client/models/components/update_media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_sourceresolution.rb +31 -0
- data/lib/fastpix_client/models/components/update_media_sourceresolution.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_status.rb +27 -0
- data/lib/fastpix_client/models/components/update_media_status.rbi +11 -0
- data/lib/fastpix_client/models/components/update_media_track.rb +27 -0
- data/lib/fastpix_client/models/components/update_media_track.rbi +11 -0
- data/lib/fastpix_client/models/components/updateplaylistrequest.rb +36 -0
- data/lib/fastpix_client/models/components/updateplaylistrequest.rbi +15 -0
- data/lib/fastpix_client/models/components/updatetrackrequest.rb +40 -0
- data/lib/fastpix_client/models/components/updatetrackrequest.rbi +17 -0
- data/lib/fastpix_client/models/components/updatetrackresponse.rb +48 -0
- data/lib/fastpix_client/models/components/updatetrackresponse.rbi +21 -0
- data/lib/fastpix_client/models/components/updatetrackresponse_type.rb +21 -0
- data/lib/fastpix_client/models/components/updatetrackresponse_type.rbi +11 -0
- data/lib/fastpix_client/models/components/useragentrestrictions.rb +40 -0
- data/lib/fastpix_client/models/components/useragentrestrictions.rbi +17 -0
- data/lib/fastpix_client/models/components/useragents_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/components/useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/components/videoinput.rb +52 -0
- data/lib/fastpix_client/models/components/videoinput.rbi +21 -0
- data/lib/fastpix_client/models/components/videoinput_segment_1.rb +36 -0
- data/lib/fastpix_client/models/components/videoinput_segment_1.rbi +15 -0
- data/lib/fastpix_client/models/components/videoinput_segment_2.rb +36 -0
- data/lib/fastpix_client/models/components/videoinput_segment_2.rbi +15 -0
- data/lib/fastpix_client/models/components/videoinput_segment_union.rb +27 -0
- data/lib/fastpix_client/models/components/videoinput_segment_union.rbi +11 -0
- data/lib/fastpix_client/models/components/videotrack.rb +52 -0
- data/lib/fastpix_client/models/components/videotrack.rbi +23 -0
- data/lib/fastpix_client/models/components/videotrackforgetall.rb +48 -0
- data/lib/fastpix_client/models/components/videotrackforgetall.rbi +21 -0
- data/lib/fastpix_client/models/components/viewer_time.rb +28 -0
- data/lib/fastpix_client/models/components/viewer_time.rbi +11 -0
- data/lib/fastpix_client/models/components/views.rb +643 -0
- data/lib/fastpix_client/models/components/views.rbi +257 -0
- data/lib/fastpix_client/models/components/viewsbytopcontentdetails.rb +40 -0
- data/lib/fastpix_client/models/components/viewsbytopcontentdetails.rbi +17 -0
- data/lib/fastpix_client/models/components/viewscountresponse.rb +36 -0
- data/lib/fastpix_client/models/components/viewscountresponse.rbi +15 -0
- data/lib/fastpix_client/models/components/viewscountresponse_data.rb +32 -0
- data/lib/fastpix_client/models/components/viewscountresponse_data.rbi +13 -0
- data/lib/fastpix_client/models/components/viewslist.rb +88 -0
- data/lib/fastpix_client/models/components/viewslist.rbi +35 -0
- data/lib/fastpix_client/models/components/watermarkinput.rb +56 -0
- data/lib/fastpix_client/models/components/watermarkinput.rbi +23 -0
- data/lib/fastpix_client/models/components/watermarkinput_type.rb +20 -0
- data/lib/fastpix_client/models/components/watermarkinput_type.rbi +11 -0
- data/lib/fastpix_client/models/components/xalign.rb +22 -0
- data/lib/fastpix_client/models/components/xalign.rbi +11 -0
- data/lib/fastpix_client/models/components/yalign.rb +22 -0
- data/lib/fastpix_client/models/components/yalign.rbi +11 -0
- data/lib/fastpix_client/models/components.rb +241 -0
- data/lib/fastpix_client/models/errors/apierror.rb +37 -0
- data/lib/fastpix_client/models/errors/apierror.rbi +16 -0
- data/lib/fastpix_client/models/errors.rb +12 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/add_media_to_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/add_media_track_request.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_track_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/add_media_track_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/add_media_track_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/add_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/add_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/add_media_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/add_media_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/cancel_upload_request.rb +32 -0
- data/lib/fastpix_client/models/operations/cancel_upload_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/cancel_upload_response.rb +48 -0
- data/lib/fastpix_client/models/operations/cancel_upload_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/cancel_upload_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/cancel_upload_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/change_media_order_in_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/complete_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/configuration.rb +33 -0
- data/lib/fastpix_client/models/operations/configuration.rbi +13 -0
- data/lib/fastpix_client/models/operations/create_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_requestbody.rb +44 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_requestbody.rbi +19 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/create_media_playback_id_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_new_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_new_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_playbackid_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_signing_key_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_signing_key_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/create_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_from_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_playback_id_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_media_track_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_media_track_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_media_track_responsebody.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_media_track_responsebody.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_playbackid_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_request.rb +32 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_signing_key_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/delete_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/dimension.rb +76 -0
- data/lib/fastpix_client/models/operations/dimension.rbi +11 -0
- data/lib/fastpix_client/models/operations/dimensionsid.rb +76 -0
- data/lib/fastpix_client/models/operations/dimensionsid.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains.rb +47 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_moderation.rb +33 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_moderation.rbi +13 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_mp4support.rb +23 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_request.rb +40 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents.rb +47 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents_defaultpolicy.rb +24 -0
- data/lib/fastpix_client/models/operations/direct_upload_video_media_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/disable_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_request.rb +32 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/enable_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/file.rb +36 -0
- data/lib/fastpix_client/models/operations/file.rbi +15 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_request.rb +40 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/generate_subtitle_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_all_playlists_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_all_streams_request.rb +40 -0
- data/lib/fastpix_client/models/operations/get_all_streams_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_all_streams_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_all_streams_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_live_stream_viewer_count_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_clips_request.rb +44 -0
- data/lib/fastpix_client/models/operations/get_media_clips_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/get_media_clips_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_clips_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_media_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_media_summary_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_media_summary_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_media_summary_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_media_summary_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_media_summary_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_media_summary_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_data.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playback_id_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_playback_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_playback_id_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents.rb +40 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/get_playback_id_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_playlist_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_signing_key_by_id_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_specific_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_request.rb +68 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_request.rbi +23 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_sortorder.rb +22 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_sortorder.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/get_timeseries_data_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_request.rb +32 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_response.rb +48 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/get_video_view_details_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_request.rb +36 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_response.rb +48 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/getdrmconfiguration_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_request.rb +32 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_response.rb +48 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/getdrmconfigurationbyid_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/groupby.rb +24 -0
- data/lib/fastpix_client/models/operations/groupby.rbi +11 -0
- data/lib/fastpix_client/models/operations/input.rb +27 -0
- data/lib/fastpix_client/models/operations/input.rbi +11 -0
- data/lib/fastpix_client/models/operations/languagecode.rb +27 -0
- data/lib/fastpix_client/models/operations/languagecode.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_request.rb +84 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_request.rbi +29 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_responsebody.rb +49 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_responsebody.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_sortorder.rb +22 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_sortorder.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_breakdown_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_by_top_content_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_request.rb +60 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_responsebody.rb +42 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_comparison_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_dimensions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_dimensions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_dimensions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/list_dimensions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_errors_data.rb +36 -0
- data/lib/fastpix_client/models/operations/list_errors_data.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_errors_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_errors_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_errors_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_errors_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_errors_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_errors_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_errors_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_errors_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_request.rb +52 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_responsebody.rb +41 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_filter_values_for_dimension_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_live_clips_request.rb +44 -0
- data/lib/fastpix_client/models/operations/list_live_clips_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_live_clips_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_live_clips_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_live_clips_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_live_clips_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_media_request.rb +40 -0
- data/lib/fastpix_client/models/operations/list_media_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_media_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_media_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_overall_values_metricid.rb +46 -0
- data/lib/fastpix_client/models/operations/list_overall_values_metricid.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_overall_values_request.rb +58 -0
- data/lib/fastpix_client/models/operations/list_overall_values_request.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_overall_values_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_overall_values_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_overall_values_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/list_overall_values_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_overall_values_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_overall_values_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accesspolicy.rb +22 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accesspolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accessrestrictions.rb +36 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_accessrestrictions.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_data.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_domains_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_request.rb +32 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents.rb +40 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/list_playback_ids_useragents_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_request.rb +36 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_signing_keys_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_uploads_request.rb +40 -0
- data/lib/fastpix_client/models/operations/list_uploads_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_uploads_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_uploads_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_uploads_responsebody.rb +40 -0
- data/lib/fastpix_client/models/operations/list_uploads_responsebody.rbi +17 -0
- data/lib/fastpix_client/models/operations/list_video_views_request.rb +77 -0
- data/lib/fastpix_client/models/operations/list_video_views_request.rbi +27 -0
- data/lib/fastpix_client/models/operations/list_video_views_response.rb +48 -0
- data/lib/fastpix_client/models/operations/list_video_views_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/list_video_views_responsebody.rb +45 -0
- data/lib/fastpix_client/models/operations/list_video_views_responsebody.rbi +19 -0
- data/lib/fastpix_client/models/operations/list_video_views_timespan_.rb +34 -0
- data/lib/fastpix_client/models/operations/list_video_views_timespan_.rbi +11 -0
- data/lib/fastpix_client/models/operations/maxresolution.rb +25 -0
- data/lib/fastpix_client/models/operations/maxresolution.rbi +11 -0
- data/lib/fastpix_client/models/operations/mediaquality.rb +22 -0
- data/lib/fastpix_client/models/operations/mediaquality.rbi +11 -0
- data/lib/fastpix_client/models/operations/orderby.rb +21 -0
- data/lib/fastpix_client/models/operations/orderby.rbi +11 -0
- data/lib/fastpix_client/models/operations/push_media_settings.rb +116 -0
- data/lib/fastpix_client/models/operations/push_media_settings.rbi +49 -0
- data/lib/fastpix_client/models/operations/resolution.rb +24 -0
- data/lib/fastpix_client/models/operations/resolution.rbi +11 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_data.rb +36 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_data.rbi +15 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_request.rb +32 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_request.rbi +13 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_response.rb +48 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/retrievemediainputinfo_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/subtitles.rb +43 -0
- data/lib/fastpix_client/models/operations/subtitles.rbi +17 -0
- data/lib/fastpix_client/models/operations/summary.rb +39 -0
- data/lib/fastpix_client/models/operations/summary.rbi +15 -0
- data/lib/fastpix_client/models/operations/track.rb +27 -0
- data/lib/fastpix_client/models/operations/track.rbi +11 -0
- data/lib/fastpix_client/models/operations/type.rb +23 -0
- data/lib/fastpix_client/models/operations/type.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_request.rb +36 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_a_playlist_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_live_stream_request.rb +36 -0
- data/lib/fastpix_client/models/operations/update_live_stream_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_live_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_live_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_chapters_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_moderation.rb +32 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_moderation.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_moderation_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_named_entities_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_request.rb +37 -0
- data/lib/fastpix_client/models/operations/update_media_summary_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_requestbody.rb +39 -0
- data/lib/fastpix_client/models/operations/update_media_summary_requestbody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_summary_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_summary_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_summary_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_summary_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_media_track_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_media_track_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_media_track_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_media_track_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_media_track_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_media_track_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_specific_simulcast_of_stream_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_user_agent_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_media_request.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_media_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_media_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/updated_media_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/updated_media_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_media_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_media_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_media_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_mp4support.rb +24 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_mp4support.rbi +11 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_request.rb +37 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_requestbody.rb +33 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_mp4support_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_source_access_request.rb +37 -0
- data/lib/fastpix_client/models/operations/updated_source_access_request.rbi +15 -0
- data/lib/fastpix_client/models/operations/updated_source_access_requestbody.rb +32 -0
- data/lib/fastpix_client/models/operations/updated_source_access_requestbody.rbi +13 -0
- data/lib/fastpix_client/models/operations/updated_source_access_response.rb +48 -0
- data/lib/fastpix_client/models/operations/updated_source_access_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/updated_source_access_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/updated_source_access_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations.rb +251 -0
- data/lib/fastpix_client/playback.rb +931 -0
- data/lib/fastpix_client/playlist.rb +1189 -0
- data/lib/fastpix_client/sdk_hooks/hooks.rb +96 -0
- data/lib/fastpix_client/sdk_hooks/registration.rb +34 -0
- data/lib/fastpix_client/sdk_hooks/types.rb +170 -0
- data/lib/fastpix_client/sdkconfiguration.rb +106 -0
- data/lib/fastpix_client/sdkconfiguration.rbi +57 -0
- data/lib/fastpix_client/signing_keys.rb +661 -0
- data/lib/fastpix_client/simulcast_stream.rb +614 -0
- data/lib/fastpix_client/start_live_stream.rb +194 -0
- data/lib/fastpix_client/utils/forms.rb +206 -0
- data/lib/fastpix_client/utils/headers.rb +77 -0
- data/lib/fastpix_client/utils/query_params.rb +133 -0
- data/lib/fastpix_client/utils/request_bodies.rb +61 -0
- data/lib/fastpix_client/utils/retries.rb +95 -0
- data/lib/fastpix_client/utils/security.rb +130 -0
- data/lib/fastpix_client/utils/url.rb +100 -0
- data/lib/fastpix_client/utils/utils.rb +187 -0
- data/lib/fastpix_client/views.rb +475 -0
- data/lib/fastpixapi.rb +30 -20
- data/lib/openssl_patch.rb +70 -0
- data/test/sdk_examples_test.rb +20 -0
- data/test/test_helper.rb +29 -0
- metadata +1042 -247
- data/lib/crystalline/t.rb +0 -78
- data/lib/fastpix_api_sdk/input_video.rb +0 -454
- data/lib/fastpix_api_sdk/manage_live_stream.rb +0 -717
- data/lib/fastpix_api_sdk/manage_videos.rb +0 -960
- data/lib/fastpix_api_sdk/models/components/audioinput.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/audioinput_type.rb +0 -19
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest_maxresolution.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/createlivestreamrequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/createmediarequest.rb +0 -89
- data/lib/fastpix_api_sdk/models/components/createmediarequest_accesspolicy.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/createmediarequest_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/components/createmediarequest_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/components/createmediarequest_languagecode.rb +0 -26
- data/lib/fastpix_api_sdk/models/components/createmediarequest_maxresolution.rb +0 -25
- data/lib/fastpix_api_sdk/models/components/createmediarequest_metadata.rb +0 -29
- data/lib/fastpix_api_sdk/models/components/createmediarequest_mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_type.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/createmediarequest_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/components/createmediarequest_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/components/createmediaresponse.rb +0 -62
- data/lib/fastpix_api_sdk/models/components/createmediaresponse_maxresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/createmediaresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/directupload.rb +0 -58
- data/lib/fastpix_api_sdk/models/components/directuploadresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/directuploadresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto.rb +0 -85
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/getcreatelivestreamresponsedto_srtplaybackresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/getstreamsresponse.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/imposetrack.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/input.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/inputmediasettings.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/livestreamdeleteresponse.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/livestreamgetresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/livestreamresponsedto.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/media.rb +0 -93
- data/lib/fastpix_api_sdk/models/components/media_maxresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/media_mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/components/mediapolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/moderation.rb +0 -34
- data/lib/fastpix_api_sdk/models/components/pagination.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/patchlivestreamrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/patchlivestreamrequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/patchresponsedata.rb +0 -85
- data/lib/fastpix_api_sdk/models/components/patchresponsedata_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/patchresponsedata_srtplaybackresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/patchresponsedto.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/placement.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/playbackid.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_accesspolicy.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/playbackid_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackid_domains.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_domains_defaultpolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackid_useragents.rb +0 -41
- data/lib/fastpix_api_sdk/models/components/playbackid_useragents_defaultpolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackidrequest.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/playbackidrequest_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/playbackidresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackidresponse_data.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbackids.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/playbacksettings.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/playbacksettings_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/components/security.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_1.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_2.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/segment_union.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastdeleteresponse.rb +0 -33
- data/lib/fastpix_api_sdk/models/components/simulcastrequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastresponse_data.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/simulcastresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastupdaterequest.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastupdaterequest_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse_data.rb +0 -49
- data/lib/fastpix_api_sdk/models/components/simulcastupdateresponse_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/components/sourceresolution.rb +0 -24
- data/lib/fastpix_api_sdk/models/components/subtitle.rb +0 -45
- data/lib/fastpix_api_sdk/models/components/subtitle_metadata.rb +0 -29
- data/lib/fastpix_api_sdk/models/components/subtitleinput.rb +0 -47
- data/lib/fastpix_api_sdk/models/components/subtitleinput_languagecode.rb +0 -76
- data/lib/fastpix_api_sdk/models/components/summary.rb +0 -40
- data/lib/fastpix_api_sdk/models/components/track.rb +0 -53
- data/lib/fastpix_api_sdk/models/components/videoinput.rb +0 -68
- data/lib/fastpix_api_sdk/models/components/watermarkinput.rb +0 -53
- data/lib/fastpix_api_sdk/models/components/watermarkinput_type.rb +0 -19
- data/lib/fastpix_api_sdk/models/components/xalign.rb +0 -21
- data/lib/fastpix_api_sdk/models/components/yalign.rb +0 -21
- data/lib/fastpix_api_sdk/models/components.rb +0 -98
- data/lib/fastpix_api_sdk/models/errors/apierror.rb +0 -38
- data/lib/fastpix_api_sdk/models/errors/badrequest_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/badrequest_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/field.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/forbidden_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/forbidden_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/invalidpermission_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/invalidpermission_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/medianotfound_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/medianotfound_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/mediaorplaybacknotfound_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/mediaorplaybacknotfound_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderror.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderror_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderrorplaybackid.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderrorplaybackid_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/notfounderrorsimulcast.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/notfounderrorsimulcast_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/simulcastunavailable_error.rb +0 -38
- data/lib/fastpix_api_sdk/models/errors/simulcastunavailable_error_error.rb +0 -45
- data/lib/fastpix_api_sdk/models/errors/unauthorized_error.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/unauthorized_error_error.rb +0 -42
- data/lib/fastpix_api_sdk/models/errors/validationerrorresponse.rb +0 -37
- data/lib/fastpix_api_sdk/models/errors/validationerrorresponse_error.rb +0 -41
- data/lib/fastpix_api_sdk/models/errors.rb +0 -35
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_accesspolicy.rb +0 -21
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_requestbody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/create_media_playback_id_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/create_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_new_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_playbackid_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_playbackid_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/create_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/create_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/data.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_live_stream_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_live_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_playback_id_responsebody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_media_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_media_responsebody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/delete_playbackid_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_playbackid_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/delete_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/delete_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_accesspolicy.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_accessrestrictions.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_domains.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_domains_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_useragents.rb +0 -48
- data/lib/fastpix_api_sdk/models/operations/direct_upload_video_media_useragents_defaultpolicy.rb +0 -23
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_orderby.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/get_all_streams_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_by_id_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_by_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_playback_id_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_live_stream_playback_id_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_media_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/get_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/get_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_specific_simulcast_of_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/get_specific_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/input.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/languagecode.rb +0 -26
- data/lib/fastpix_api_sdk/models/operations/list_media_orderby.rb +0 -20
- data/lib/fastpix_api_sdk/models/operations/list_media_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/list_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/list_media_responsebody.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/maxresolution.rb +0 -25
- data/lib/fastpix_api_sdk/models/operations/moderation.rb +0 -34
- data/lib/fastpix_api_sdk/models/operations/mp4support.rb +0 -22
- data/lib/fastpix_api_sdk/models/operations/push_media_settings.rb +0 -95
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_request.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/retrievemediainputinfo_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/subtitles.rb +0 -43
- data/lib/fastpix_api_sdk/models/operations/subtitles_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/summary.rb +0 -40
- data/lib/fastpix_api_sdk/models/operations/type.rb +0 -22
- data/lib/fastpix_api_sdk/models/operations/update_live_stream_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/update_live_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/update_specific_simulcast_of_stream_request.rb +0 -41
- data/lib/fastpix_api_sdk/models/operations/update_specific_simulcast_of_stream_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/updated_media_metadata.rb +0 -28
- data/lib/fastpix_api_sdk/models/operations/updated_media_request.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations/updated_media_requestbody.rb +0 -33
- data/lib/fastpix_api_sdk/models/operations/updated_media_response.rb +0 -45
- data/lib/fastpix_api_sdk/models/operations/updated_media_responsebody.rb +0 -37
- data/lib/fastpix_api_sdk/models/operations.rb +0 -89
- data/lib/fastpix_api_sdk/playback.rb +0 -941
- data/lib/fastpix_api_sdk/sdk.rb +0 -103
- data/lib/fastpix_api_sdk/sdk_hooks/hooks.rb +0 -96
- data/lib/fastpix_api_sdk/sdk_hooks/types.rb +0 -157
- data/lib/fastpix_api_sdk/sdkconfiguration.rb +0 -77
- data/lib/fastpix_api_sdk/simulcast_stream.rb +0 -767
- data/lib/fastpix_api_sdk/start_live_stream.rb +0 -208
- data/lib/fastpix_api_sdk/utils/forms.rb +0 -210
- data/lib/fastpix_api_sdk/utils/headers.rb +0 -79
- data/lib/fastpix_api_sdk/utils/query_params.rb +0 -133
- data/lib/fastpix_api_sdk/utils/request_bodies.rb +0 -62
- data/lib/fastpix_api_sdk/utils/retries.rb +0 -95
- data/lib/fastpix_api_sdk/utils/security.rb +0 -133
- data/lib/fastpix_api_sdk/utils/url.rb +0 -102
- data/lib/fastpix_api_sdk/utils/utils.rb +0 -186
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::ChaptersResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::ChaptersResponse
|
|
11
|
+
def media_id(); end
|
|
12
|
+
def media_id=(str_); end
|
|
13
|
+
def is_chapters_enabled(); end
|
|
14
|
+
def is_chapters_enabled=(str_); end
|
|
15
|
+
end
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
|
|
11
|
+
class CreateLiveStreamRequest
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Displays the result of the playback settings.
|
|
16
|
+
field :playback_settings, Models::Components::PlaybackSettings, { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playbackSettings'), required: true } }
|
|
17
|
+
# Contains configuration details for input media settings.
|
|
18
|
+
field :input_media_settings, Models::Components::InputMediaSettings, { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('inputMediaSettings'), required: true } }
|
|
19
|
+
|
|
20
|
+
sig { params(playback_settings: Models::Components::PlaybackSettings, input_media_settings: Models::Components::InputMediaSettings).void }
|
|
21
|
+
def initialize(playback_settings:, input_media_settings:)
|
|
22
|
+
@playback_settings = playback_settings
|
|
23
|
+
@input_media_settings = input_media_settings
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
27
|
+
def ==(other)
|
|
28
|
+
return false unless other.is_a? self.class
|
|
29
|
+
return false unless @playback_settings == other.playback_settings
|
|
30
|
+
return false unless @input_media_settings == other.input_media_settings
|
|
31
|
+
true
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateLiveStreamRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateLiveStreamRequest
|
|
11
|
+
def playback_settings(); end
|
|
12
|
+
def playback_settings=(str_); end
|
|
13
|
+
def input_media_settings(); end
|
|
14
|
+
def input_media_settings=(str_); end
|
|
15
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# CreateLiveStreamRequestMaxResolution - Defines the maximum resolution for encoding, storage, and playback of the live stream.
|
|
11
|
+
#
|
|
12
|
+
class CreateLiveStreamRequestMaxResolution < T::Enum
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
enums do
|
|
16
|
+
ONE_THOUSAND_AND_EIGHTYP = new('1080p')
|
|
17
|
+
SEVEN_HUNDRED_AND_TWENTYP = new('720p')
|
|
18
|
+
FOUR_HUNDRED_AND_EIGHTYP = new('480p')
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateLiveStreamRequestMaxResolution
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateLiveStreamRequestMaxResolution
|
|
11
|
+
end
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# Displays the result of the request.
|
|
11
|
+
class CreateLiveStreamResponseDTO
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
|
|
16
|
+
field :stream_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('streamId') } }
|
|
17
|
+
# A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
|
|
18
|
+
field :stream_key, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('streamKey') } }
|
|
19
|
+
# A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
|
|
20
|
+
field :srt_secret, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('srtSecret') } }
|
|
21
|
+
# FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
|
|
22
|
+
field :trial, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('trial') } }
|
|
23
|
+
# The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMPS streams can be published.
|
|
24
|
+
field :status, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('status') } }
|
|
25
|
+
# Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
|
|
26
|
+
field :max_resolution, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxResolution') } }
|
|
27
|
+
# The maximum duration in seconds that a live stream can have before it ends the stream.
|
|
28
|
+
field :max_duration, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxDuration') } }
|
|
29
|
+
# It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
|
|
30
|
+
field :created_at, Crystalline::Nilable.new(::DateTime), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('createdAt'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
|
31
|
+
# When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
|
|
32
|
+
field :enable_recording, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('enableRecording') } }
|
|
33
|
+
# Enables DVR (Digital Video Recorder) functionality for the live stream. When set to true, viewers can pause, rewind, and resume playback during the live broadcast. This allows time-shifted viewing of the stream while it is still ongoing.
|
|
34
|
+
field :enable_dvr_mode, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('enableDvrMode') } }
|
|
35
|
+
# Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
|
|
36
|
+
field :media_policy, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mediaPolicy') } }
|
|
37
|
+
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
38
|
+
field :metadata, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('metadata') } }
|
|
39
|
+
# Enables low-latency streaming mode to reduce playback delay.
|
|
40
|
+
field :low_latency, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('lowLatency') } }
|
|
41
|
+
# when provided true Enables closed captions for the livestream.
|
|
42
|
+
field :closed_captions, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('closedCaptions') } }
|
|
43
|
+
# A collection of Playback ID objects utilized for crafting HLS playback urls.
|
|
44
|
+
field :playback_ids, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::PlaybackIdResponse)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('playbackIds') } }
|
|
45
|
+
# This object contains the livestream playback response details for SRT Protocol
|
|
46
|
+
field :srt_playback_response, Crystalline::Nilable.new(Models::Components::SrtPlaybackResponse), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('srtPlaybackResponse') } }
|
|
47
|
+
# In case the software streaming the live, gets disrupted for any reason and gets disconnected from FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time which is up to 1800 seconds.
|
|
48
|
+
field :reconnect_window, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('reconnectWindow') } }
|
|
49
|
+
|
|
50
|
+
sig { params(stream_id: T.nilable(::String), stream_key: T.nilable(::String), srt_secret: T.nilable(::String), trial: T.nilable(T::Boolean), status: T.nilable(::String), max_resolution: T.nilable(::String), max_duration: T.nilable(::Integer), created_at: T.nilable(::DateTime), enable_recording: T.nilable(T::Boolean), enable_dvr_mode: T.nilable(T::Boolean), media_policy: T.nilable(::String), metadata: T.nilable(T::Hash[Symbol, ::String]), low_latency: T.nilable(T::Boolean), closed_captions: T.nilable(T::Boolean), playback_ids: T.nilable(T::Array[Models::Components::PlaybackIdResponse]), srt_playback_response: T.nilable(Models::Components::SrtPlaybackResponse), reconnect_window: T.nilable(::Integer)).void }
|
|
51
|
+
def initialize(stream_id: nil, stream_key: nil, srt_secret: nil, trial: nil, status: nil, max_resolution: nil, max_duration: nil, created_at: nil, enable_recording: nil, enable_dvr_mode: nil, media_policy: nil, metadata: nil, low_latency: nil, closed_captions: nil, playback_ids: nil, srt_playback_response: nil, reconnect_window: 60)
|
|
52
|
+
@stream_id = stream_id
|
|
53
|
+
@stream_key = stream_key
|
|
54
|
+
@srt_secret = srt_secret
|
|
55
|
+
@trial = trial
|
|
56
|
+
@status = status
|
|
57
|
+
@max_resolution = max_resolution
|
|
58
|
+
@max_duration = max_duration
|
|
59
|
+
@created_at = created_at
|
|
60
|
+
@enable_recording = enable_recording
|
|
61
|
+
@enable_dvr_mode = enable_dvr_mode
|
|
62
|
+
@media_policy = media_policy
|
|
63
|
+
@metadata = metadata
|
|
64
|
+
@low_latency = low_latency
|
|
65
|
+
@closed_captions = closed_captions
|
|
66
|
+
@playback_ids = playback_ids
|
|
67
|
+
@srt_playback_response = srt_playback_response
|
|
68
|
+
@reconnect_window = reconnect_window
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
72
|
+
def ==(other)
|
|
73
|
+
return false unless other.is_a? self.class
|
|
74
|
+
return false unless @stream_id == other.stream_id
|
|
75
|
+
return false unless @stream_key == other.stream_key
|
|
76
|
+
return false unless @srt_secret == other.srt_secret
|
|
77
|
+
return false unless @trial == other.trial
|
|
78
|
+
return false unless @status == other.status
|
|
79
|
+
return false unless @max_resolution == other.max_resolution
|
|
80
|
+
return false unless @max_duration == other.max_duration
|
|
81
|
+
return false unless @created_at == other.created_at
|
|
82
|
+
return false unless @enable_recording == other.enable_recording
|
|
83
|
+
return false unless @enable_dvr_mode == other.enable_dvr_mode
|
|
84
|
+
return false unless @media_policy == other.media_policy
|
|
85
|
+
return false unless @metadata == other.metadata
|
|
86
|
+
return false unless @low_latency == other.low_latency
|
|
87
|
+
return false unless @closed_captions == other.closed_captions
|
|
88
|
+
return false unless @playback_ids == other.playback_ids
|
|
89
|
+
return false unless @srt_playback_response == other.srt_playback_response
|
|
90
|
+
return false unless @reconnect_window == other.reconnect_window
|
|
91
|
+
true
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
end
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateLiveStreamResponseDTO
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateLiveStreamResponseDTO
|
|
11
|
+
def stream_id(); end
|
|
12
|
+
def stream_id=(str_); end
|
|
13
|
+
def stream_key(); end
|
|
14
|
+
def stream_key=(str_); end
|
|
15
|
+
def srt_secret(); end
|
|
16
|
+
def srt_secret=(str_); end
|
|
17
|
+
def trial(); end
|
|
18
|
+
def trial=(str_); end
|
|
19
|
+
def status(); end
|
|
20
|
+
def status=(str_); end
|
|
21
|
+
def max_resolution(); end
|
|
22
|
+
def max_resolution=(str_); end
|
|
23
|
+
def max_duration(); end
|
|
24
|
+
def max_duration=(str_); end
|
|
25
|
+
def created_at(); end
|
|
26
|
+
def created_at=(str_); end
|
|
27
|
+
def enable_recording(); end
|
|
28
|
+
def enable_recording=(str_); end
|
|
29
|
+
def enable_dvr_mode(); end
|
|
30
|
+
def enable_dvr_mode=(str_); end
|
|
31
|
+
def media_policy(); end
|
|
32
|
+
def media_policy=(str_); end
|
|
33
|
+
def metadata(); end
|
|
34
|
+
def metadata=(str_); end
|
|
35
|
+
def low_latency(); end
|
|
36
|
+
def low_latency=(str_); end
|
|
37
|
+
def closed_captions(); end
|
|
38
|
+
def closed_captions=(str_); end
|
|
39
|
+
def playback_ids(); end
|
|
40
|
+
def playback_ids=(str_); end
|
|
41
|
+
def srt_playback_response(); end
|
|
42
|
+
def srt_playback_response=(str_); end
|
|
43
|
+
def reconnect_window(); end
|
|
44
|
+
def reconnect_window=(str_); end
|
|
45
|
+
end
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
|
|
11
|
+
class CreateMediaRequest
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Add one input object at a time. For example, first add a **VideoInput** object. If you also need a watermark, click **Add item** again and select **WatermarkInput**. Repeat this process for **AudioInput** or **SubtitleInput** as needed. For a complete explanation of how media uploads from URL and processing work, refer to the
|
|
16
|
+
# <a href="https://docs.fastpix.io/docs/video-on-demand-overview" target="_blank">FastPix Video on Demand Overview</a>.
|
|
17
|
+
#
|
|
18
|
+
field :inputs, Crystalline::Array.new(Crystalline::Union.new(Models::Components::PullVideoInput, Models::Components::WatermarkInput, Models::Components::AudioInput, Models::Components::SubtitleInput)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('inputs'), required: true } }
|
|
19
|
+
# You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
|
|
20
|
+
#
|
|
21
|
+
field :metadata, Crystalline::Nilable.new(Crystalline::Hash.new(Symbol, ::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('metadata') } }
|
|
22
|
+
# UUID of the DRM configuration to be used
|
|
23
|
+
field :drm_configuration_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('drmConfigurationId') } }
|
|
24
|
+
# Title of the media file.
|
|
25
|
+
field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
|
|
26
|
+
# The unique identifier of the user who created this media.
|
|
27
|
+
field :creator_id, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('creatorId') } }
|
|
28
|
+
# Generates subtitle files for audio/video files.
|
|
29
|
+
#
|
|
30
|
+
field :subtitles, Crystalline::Nilable.new(Models::Components::Subtitles), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('subtitles') } }
|
|
31
|
+
# "capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
|
|
32
|
+
#
|
|
33
|
+
field :mp4_support, Crystalline::Nilable.new(Models::Components::CreateMediaRequestMp4Support), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mp4Support'), 'decoder': Utils.enum_from_string(Models::Components::CreateMediaRequestMp4Support, true) } }
|
|
34
|
+
# The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
|
|
35
|
+
field :source_access, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('sourceAccess') } }
|
|
36
|
+
# normalize volume of the audio track. This is available for pre-recorded content only.
|
|
37
|
+
#
|
|
38
|
+
field :optimize_audio, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('optimizeAudio') } }
|
|
39
|
+
|
|
40
|
+
field :summary, Crystalline::Nilable.new(Models::Components::Summary), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('summary') } }
|
|
41
|
+
# Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
|
|
42
|
+
#
|
|
43
|
+
field :chapters, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('chapters') } }
|
|
44
|
+
# Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
|
|
45
|
+
#
|
|
46
|
+
field :named_entities, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('namedEntities') } }
|
|
47
|
+
|
|
48
|
+
field :moderation, Crystalline::Nilable.new(Models::Components::Moderation), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('moderation') } }
|
|
49
|
+
|
|
50
|
+
field :access_restrictions, Crystalline::Nilable.new(Models::Components::CreateMediaRequestAccessRestrictions), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('accessRestrictions') } }
|
|
51
|
+
# Determines whether access to the streamed content is kept private or available to all.
|
|
52
|
+
#
|
|
53
|
+
field :access_policy, Crystalline::Nilable.new(Models::Components::CreateMediaRequestAccessPolicy), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('accessPolicy'), 'decoder': Utils.enum_from_string(Models::Components::CreateMediaRequestAccessPolicy, true) } }
|
|
54
|
+
# The maximum resolution tier defines the highest quality at which your media is available.
|
|
55
|
+
#
|
|
56
|
+
field :max_resolution, Crystalline::Nilable.new(Models::Components::CreateMediaRequestMaxResolution), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('maxResolution'), 'decoder': Utils.enum_from_string(Models::Components::CreateMediaRequestMaxResolution, true) } }
|
|
57
|
+
# The quality tier applied to the media.
|
|
58
|
+
field :media_quality, Crystalline::Nilable.new(Models::Components::CreateMediaRequestMediaQuality), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mediaQuality'), 'decoder': Utils.enum_from_string(Models::Components::CreateMediaRequestMediaQuality, true) } }
|
|
59
|
+
|
|
60
|
+
sig { params(inputs: T::Array[T.any(Models::Components::PullVideoInput, Models::Components::WatermarkInput, Models::Components::AudioInput, Models::Components::SubtitleInput)], metadata: T.nilable(T::Hash[Symbol, ::String]), drm_configuration_id: T.nilable(::String), title: T.nilable(::String), creator_id: T.nilable(::String), subtitles: T.nilable(Models::Components::Subtitles), mp4_support: T.nilable(Models::Components::CreateMediaRequestMp4Support), source_access: T.nilable(T::Boolean), optimize_audio: T.nilable(T::Boolean), summary: T.nilable(Models::Components::Summary), chapters: T.nilable(T::Boolean), named_entities: T.nilable(T::Boolean), moderation: T.nilable(Models::Components::Moderation), access_restrictions: T.nilable(Models::Components::CreateMediaRequestAccessRestrictions), access_policy: T.nilable(Models::Components::CreateMediaRequestAccessPolicy), max_resolution: T.nilable(Models::Components::CreateMediaRequestMaxResolution), media_quality: T.nilable(Models::Components::CreateMediaRequestMediaQuality)).void }
|
|
61
|
+
def initialize(inputs:, metadata: nil, drm_configuration_id: nil, title: nil, creator_id: nil, subtitles: nil, mp4_support: nil, source_access: nil, optimize_audio: nil, summary: nil, chapters: nil, named_entities: nil, moderation: nil, access_restrictions: nil, access_policy: Models::Components::CreateMediaRequestAccessPolicy::PUBLIC, max_resolution: Models::Components::CreateMediaRequestMaxResolution::ONE_THOUSAND_AND_EIGHTYP, media_quality: Models::Components::CreateMediaRequestMediaQuality::STANDARD)
|
|
62
|
+
@inputs = inputs
|
|
63
|
+
@metadata = metadata
|
|
64
|
+
@drm_configuration_id = drm_configuration_id
|
|
65
|
+
@title = title
|
|
66
|
+
@creator_id = creator_id
|
|
67
|
+
@subtitles = subtitles
|
|
68
|
+
@mp4_support = mp4_support
|
|
69
|
+
@source_access = source_access
|
|
70
|
+
@optimize_audio = optimize_audio
|
|
71
|
+
@summary = summary
|
|
72
|
+
@chapters = chapters
|
|
73
|
+
@named_entities = named_entities
|
|
74
|
+
@moderation = moderation
|
|
75
|
+
@access_restrictions = access_restrictions
|
|
76
|
+
@access_policy = access_policy
|
|
77
|
+
@max_resolution = max_resolution
|
|
78
|
+
@media_quality = media_quality
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
82
|
+
def ==(other)
|
|
83
|
+
return false unless other.is_a? self.class
|
|
84
|
+
return false unless @inputs == other.inputs
|
|
85
|
+
return false unless @metadata == other.metadata
|
|
86
|
+
return false unless @drm_configuration_id == other.drm_configuration_id
|
|
87
|
+
return false unless @title == other.title
|
|
88
|
+
return false unless @creator_id == other.creator_id
|
|
89
|
+
return false unless @subtitles == other.subtitles
|
|
90
|
+
return false unless @mp4_support == other.mp4_support
|
|
91
|
+
return false unless @source_access == other.source_access
|
|
92
|
+
return false unless @optimize_audio == other.optimize_audio
|
|
93
|
+
return false unless @summary == other.summary
|
|
94
|
+
return false unless @chapters == other.chapters
|
|
95
|
+
return false unless @named_entities == other.named_entities
|
|
96
|
+
return false unless @moderation == other.moderation
|
|
97
|
+
return false unless @access_restrictions == other.access_restrictions
|
|
98
|
+
return false unless @access_policy == other.access_policy
|
|
99
|
+
return false unless @max_resolution == other.max_resolution
|
|
100
|
+
return false unless @media_quality == other.media_quality
|
|
101
|
+
true
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
end
|
|
105
|
+
end
|
|
106
|
+
end
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequest
|
|
11
|
+
def inputs(); end
|
|
12
|
+
def inputs=(str_); end
|
|
13
|
+
def metadata(); end
|
|
14
|
+
def metadata=(str_); end
|
|
15
|
+
def drm_configuration_id(); end
|
|
16
|
+
def drm_configuration_id=(str_); end
|
|
17
|
+
def title(); end
|
|
18
|
+
def title=(str_); end
|
|
19
|
+
def creator_id(); end
|
|
20
|
+
def creator_id=(str_); end
|
|
21
|
+
def subtitles(); end
|
|
22
|
+
def subtitles=(str_); end
|
|
23
|
+
def mp4_support(); end
|
|
24
|
+
def mp4_support=(str_); end
|
|
25
|
+
def source_access(); end
|
|
26
|
+
def source_access=(str_); end
|
|
27
|
+
def optimize_audio(); end
|
|
28
|
+
def optimize_audio=(str_); end
|
|
29
|
+
def summary(); end
|
|
30
|
+
def summary=(str_); end
|
|
31
|
+
def chapters(); end
|
|
32
|
+
def chapters=(str_); end
|
|
33
|
+
def named_entities(); end
|
|
34
|
+
def named_entities=(str_); end
|
|
35
|
+
def moderation(); end
|
|
36
|
+
def moderation=(str_); end
|
|
37
|
+
def access_restrictions(); end
|
|
38
|
+
def access_restrictions=(str_); end
|
|
39
|
+
def access_policy(); end
|
|
40
|
+
def access_policy=(str_); end
|
|
41
|
+
def max_resolution(); end
|
|
42
|
+
def max_resolution=(str_); end
|
|
43
|
+
def media_quality(); end
|
|
44
|
+
def media_quality=(str_); end
|
|
45
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# CreateMediaRequestAccessPolicy - Determines whether access to the streamed content is kept private or available to all.
|
|
11
|
+
#
|
|
12
|
+
class CreateMediaRequestAccessPolicy < T::Enum
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
enums do
|
|
16
|
+
PUBLIC = new('public')
|
|
17
|
+
PRIVATE = new('private')
|
|
18
|
+
DRM = new('drm')
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequestAccessPolicy
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequestAccessPolicy
|
|
11
|
+
end
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
|
|
11
|
+
class CreateMediaRequestAccessRestrictions
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
field :domains, Crystalline::Nilable.new(Models::Components::CreateMediaRequestDomains), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('domains') } }
|
|
17
|
+
|
|
18
|
+
field :user_agents, Crystalline::Nilable.new(Models::Components::CreateMediaRequestUserAgents), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('userAgents') } }
|
|
19
|
+
|
|
20
|
+
sig { params(domains: T.nilable(Models::Components::CreateMediaRequestDomains), user_agents: T.nilable(Models::Components::CreateMediaRequestUserAgents)).void }
|
|
21
|
+
def initialize(domains: nil, user_agents: nil)
|
|
22
|
+
@domains = domains
|
|
23
|
+
@user_agents = user_agents
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
27
|
+
def ==(other)
|
|
28
|
+
return false unless other.is_a? self.class
|
|
29
|
+
return false unless @domains == other.domains
|
|
30
|
+
return false unless @user_agents == other.user_agents
|
|
31
|
+
true
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequestAccessRestrictions
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequestAccessRestrictions
|
|
11
|
+
def domains(); end
|
|
12
|
+
def domains=(str_); end
|
|
13
|
+
def user_agents(); end
|
|
14
|
+
def user_agents=(str_); end
|
|
15
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
|
|
11
|
+
class CreateMediaRequestDomains
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Specifies the default access policy for domains.
|
|
16
|
+
# If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists.
|
|
17
|
+
# If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
|
|
18
|
+
#
|
|
19
|
+
field :default_policy, Crystalline::Nilable.new(Models::Components::DomainsDefaultPolicy), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('defaultPolicy'), 'decoder': Utils.enum_from_string(Models::Components::DomainsDefaultPolicy, true) } }
|
|
20
|
+
# A list of domain names or patterns that are explicitly allowed access.
|
|
21
|
+
# This list is only effective when the `defaultPolicy` is set to `deny`.
|
|
22
|
+
#
|
|
23
|
+
field :allow, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('allow') } }
|
|
24
|
+
# A list of domain names or patterns that are explicitly denied access.
|
|
25
|
+
# This list is only effective when the `defaultPolicy` is set to `allow`.
|
|
26
|
+
#
|
|
27
|
+
field :deny, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deny') } }
|
|
28
|
+
|
|
29
|
+
sig { params(default_policy: T.nilable(Models::Components::DomainsDefaultPolicy), allow: T.nilable(T::Array[::String]), deny: T.nilable(T::Array[::String])).void }
|
|
30
|
+
def initialize(default_policy: nil, allow: nil, deny: nil)
|
|
31
|
+
@default_policy = default_policy
|
|
32
|
+
@allow = allow
|
|
33
|
+
@deny = deny
|
|
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 @default_policy == other.default_policy
|
|
40
|
+
return false unless @allow == other.allow
|
|
41
|
+
return false unless @deny == other.deny
|
|
42
|
+
true
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequestDomains
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequestDomains
|
|
11
|
+
def default_policy(); end
|
|
12
|
+
def default_policy=(str_); end
|
|
13
|
+
def allow(); end
|
|
14
|
+
def allow=(str_); end
|
|
15
|
+
def deny(); end
|
|
16
|
+
def deny=(str_); end
|
|
17
|
+
end
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# CreateMediaRequestLanguageCode - 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).
|
|
11
|
+
#
|
|
12
|
+
class CreateMediaRequestLanguageCode < T::Enum
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
enums do
|
|
16
|
+
EN = new('en')
|
|
17
|
+
IT = new('it')
|
|
18
|
+
PL = new('pl')
|
|
19
|
+
ES = new('es')
|
|
20
|
+
FR = new('fr')
|
|
21
|
+
RU = new('ru')
|
|
22
|
+
NL = new('nl')
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequestLanguageCode
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequestLanguageCode
|
|
11
|
+
end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Generated code for FastPix API SDK.
|
|
2
|
+
|
|
3
|
+
# typed: true
|
|
4
|
+
# frozen_string_literal: true
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
module FastpixClient
|
|
8
|
+
module Models
|
|
9
|
+
module Components
|
|
10
|
+
# CreateMediaRequestMaxResolution - The maximum resolution tier defines the highest quality at which your media is available.
|
|
11
|
+
#
|
|
12
|
+
class CreateMediaRequestMaxResolution < T::Enum
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
enums do
|
|
16
|
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP = new('2160p')
|
|
17
|
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP = new('1440p')
|
|
18
|
+
ONE_THOUSAND_AND_EIGHTYP = new('1080p')
|
|
19
|
+
SEVEN_HUNDRED_AND_TWENTYP = new('720p')
|
|
20
|
+
FOUR_HUNDRED_AND_EIGHTYP = new('480p')
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
end
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Components::CreateMediaRequestMaxResolution
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Components::CreateMediaRequestMaxResolution
|
|
11
|
+
end
|