fastpixapi 1.1.4 → 1.2.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 +2 -0
- data/lib/crystalline/module.rb +12 -13
- data/lib/fastpix_client/live_playback.rb +253 -0
- data/lib/fastpix_client/models/components/getallmediaresponse.rb +3 -3
- data/lib/fastpix_client/models/components/getallmediaresponse.rbi +1 -1
- data/lib/fastpix_client/models/components/getmediadetailresponse.rb +3 -3
- data/lib/fastpix_client/models/components/getmediadetailresponse.rbi +1 -1
- data/lib/fastpix_client/models/components/inputmediasettings.rb +7 -2
- data/lib/fastpix_client/models/components/inputmediasettings.rbi +2 -0
- data/lib/fastpix_client/models/components/live_media_clips.rb +3 -3
- data/lib/fastpix_client/models/components/live_media_clips.rbi +1 -1
- data/lib/fastpix_client/models/components/media.rb +3 -3
- data/lib/fastpix_client/models/components/media.rbi +1 -1
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rb +2 -2
- data/lib/fastpix_client/models/components/mediaclipresponse_data.rbi +1 -1
- data/lib/fastpix_client/models/components/playbackidrequest.rb +6 -2
- data/lib/fastpix_client/models/components/playbackidrequest.rbi +3 -1
- data/lib/fastpix_client/models/components/playbackidresponse.rb +6 -2
- data/lib/fastpix_client/models/components/playbackidresponse.rbi +3 -1
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rb +6 -2
- data/lib/fastpix_client/models/components/playbackidsuccessresponse_data.rbi +3 -1
- data/lib/fastpix_client/models/components/playbacksettings.rb +6 -2
- data/lib/fastpix_client/models/components/playbacksettings.rbi +3 -1
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rb +2 -2
- data/lib/fastpix_client/models/components/playlistbyidresponsemedialistitem.rbi +1 -1
- data/lib/fastpix_client/models/components/sourceaccessmedia.rb +3 -3
- data/lib/fastpix_client/models/components/sourceaccessmedia.rbi +1 -1
- data/lib/fastpix_client/models/components/update_media.rb +3 -3
- data/lib/fastpix_client/models/components/update_media.rbi +1 -1
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_data.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_data.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_defaultpolicy.rb +21 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_defaultpolicy.rbi +11 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rb +40 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rbi +17 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rb +48 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rbi +21 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rb +36 -0
- data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rbi +15 -0
- data/lib/fastpix_client/models/operations.rb +12 -0
- data/lib/fastpix_client/sdkconfiguration.rb +3 -3
- metadata +44 -40
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rbi
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsRequest
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsRequest
|
|
11
|
+
def stream_id(); end
|
|
12
|
+
def stream_id=(str_); end
|
|
13
|
+
def playback_id(); end
|
|
14
|
+
def playback_id=(str_); end
|
|
15
|
+
def body(); end
|
|
16
|
+
def body=(str_); end
|
|
17
|
+
end
|
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rb
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
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 Operations
|
|
10
|
+
|
|
11
|
+
class UpdateLiveStreamUserAgentRestrictionsRequestBody
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# List of user-agent substrings explicitly allowed.
|
|
16
|
+
field :allow, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('allow') } }
|
|
17
|
+
# List of user-agent substrings explicitly denied.
|
|
18
|
+
field :deny, Crystalline::Nilable.new(Crystalline::Array.new(::String)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('deny') } }
|
|
19
|
+
# The default behavior when a user-agent is not listed in `allow` or `deny`.
|
|
20
|
+
field :default_policy, Crystalline::Nilable.new(Models::Operations::UpdateLiveStreamUserAgentRestrictionsDefaultPolicy), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('defaultPolicy'), 'decoder': Utils.enum_from_string(Models::Operations::UpdateLiveStreamUserAgentRestrictionsDefaultPolicy, true) } }
|
|
21
|
+
|
|
22
|
+
sig { params(allow: T.nilable(T::Array[::String]), deny: T.nilable(T::Array[::String]), default_policy: T.nilable(Models::Operations::UpdateLiveStreamUserAgentRestrictionsDefaultPolicy)).void }
|
|
23
|
+
def initialize(allow: nil, deny: nil, default_policy: Models::Operations::UpdateLiveStreamUserAgentRestrictionsDefaultPolicy::ALLOW)
|
|
24
|
+
@allow = allow
|
|
25
|
+
@deny = deny
|
|
26
|
+
@default_policy = default_policy
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
+
def ==(other)
|
|
31
|
+
return false unless other.is_a? self.class
|
|
32
|
+
return false unless @allow == other.allow
|
|
33
|
+
return false unless @deny == other.deny
|
|
34
|
+
return false unless @default_policy == other.default_policy
|
|
35
|
+
true
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rbi
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsRequestBody
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsRequestBody
|
|
11
|
+
def allow(); end
|
|
12
|
+
def allow=(str_); end
|
|
13
|
+
def deny(); end
|
|
14
|
+
def deny=(str_); end
|
|
15
|
+
def default_policy(); end
|
|
16
|
+
def default_policy=(str_); end
|
|
17
|
+
end
|
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rb
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
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 Operations
|
|
10
|
+
|
|
11
|
+
class UpdateLiveStreamUserAgentRestrictionsResponse
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# HTTP response content type for this operation
|
|
16
|
+
field :content_type, ::String
|
|
17
|
+
# HTTP response status code for this operation
|
|
18
|
+
field :status_code, ::Integer
|
|
19
|
+
# Raw HTTP response; suitable for custom response parsing
|
|
20
|
+
field :raw_response, ::Faraday::Response
|
|
21
|
+
# Successfully updated user-agent restrictions
|
|
22
|
+
field :object, Crystalline::Nilable.new(Models::Operations::UpdateLiveStreamUserAgentRestrictionsResponseBody)
|
|
23
|
+
# See the range of possible <a href="https://fastpix.com/docs/error-codes">error</a> responses and their status codes.
|
|
24
|
+
field :default_error, Crystalline::Nilable.new(Models::Components::DefaultError)
|
|
25
|
+
|
|
26
|
+
sig { params(content_type: ::String, status_code: ::Integer, raw_response: ::Faraday::Response, object: T.nilable(Models::Operations::UpdateLiveStreamUserAgentRestrictionsResponseBody), default_error: T.nilable(Models::Components::DefaultError)).void }
|
|
27
|
+
def initialize(content_type:, status_code:, raw_response:, object: nil, default_error: nil)
|
|
28
|
+
@content_type = content_type
|
|
29
|
+
@status_code = status_code
|
|
30
|
+
@raw_response = raw_response
|
|
31
|
+
@object = object
|
|
32
|
+
@default_error = default_error
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
36
|
+
def ==(other)
|
|
37
|
+
return false unless other.is_a? self.class
|
|
38
|
+
return false unless @content_type == other.content_type
|
|
39
|
+
return false unless @status_code == other.status_code
|
|
40
|
+
return false unless @raw_response == other.raw_response
|
|
41
|
+
return false unless @object == other.object
|
|
42
|
+
return false unless @default_error == other.default_error
|
|
43
|
+
true
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rbi
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# typed: true
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsResponse
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsResponse
|
|
11
|
+
def content_type(); end
|
|
12
|
+
def content_type=(str_); end
|
|
13
|
+
def status_code(); end
|
|
14
|
+
def status_code=(str_); end
|
|
15
|
+
def raw_response(); end
|
|
16
|
+
def raw_response=(str_); end
|
|
17
|
+
def object(); end
|
|
18
|
+
def object=(str_); end
|
|
19
|
+
def default_error(); end
|
|
20
|
+
def default_error=(str_); end
|
|
21
|
+
end
|
data/lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rb
ADDED
|
@@ -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 Operations
|
|
10
|
+
# Successfully updated user-agent restrictions
|
|
11
|
+
class UpdateLiveStreamUserAgentRestrictionsResponseBody
|
|
12
|
+
extend T::Sig
|
|
13
|
+
include Crystalline::MetadataFields
|
|
14
|
+
|
|
15
|
+
# Shows the request status. Returns true for success and false for failure.
|
|
16
|
+
field :success, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('success') } }
|
|
17
|
+
|
|
18
|
+
field :data, Crystalline::Nilable.new(Models::Operations::UpdateLiveStreamUserAgentRestrictionsData), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('data') } }
|
|
19
|
+
|
|
20
|
+
sig { params(success: T.nilable(T::Boolean), data: T.nilable(Models::Operations::UpdateLiveStreamUserAgentRestrictionsData)).void }
|
|
21
|
+
def initialize(success: nil, data: nil)
|
|
22
|
+
@success = success
|
|
23
|
+
@data = data
|
|
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 @success == other.success
|
|
30
|
+
return false unless @data == other.data
|
|
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::Operations::UpdateLiveStreamUserAgentRestrictionsResponseBody
|
|
6
|
+
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class FastpixClient::Models::Operations::UpdateLiveStreamUserAgentRestrictionsResponseBody
|
|
11
|
+
def success(); end
|
|
12
|
+
def success=(str_); end
|
|
13
|
+
def data(); end
|
|
14
|
+
def data=(str_); end
|
|
15
|
+
end
|
|
@@ -233,6 +233,18 @@ module FastpixClient
|
|
|
233
233
|
autoload :UpdateUserAgentRestrictionsData, 'fastpix_client/models/operations/update_user_agent_restrictions_data.rb'
|
|
234
234
|
autoload :UpdateUserAgentRestrictionsDefaultPolicy, 'fastpix_client/models/operations/update_user_agent_restrictions_defaultpolicy.rb'
|
|
235
235
|
autoload :UpdateUserAgentRestrictionsResponse, 'fastpix_client/models/operations/update_user_agent_restrictions_response.rb'
|
|
236
|
+
autoload :UpdateLiveStreamDomainRestrictionsRequest, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_request.rb'
|
|
237
|
+
autoload :UpdateLiveStreamDomainRestrictionsRequestBody, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_requestbody.rb'
|
|
238
|
+
autoload :UpdateLiveStreamDomainRestrictionsResponseBody, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_responsebody.rb'
|
|
239
|
+
autoload :UpdateLiveStreamDomainRestrictionsData, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_data.rb'
|
|
240
|
+
autoload :UpdateLiveStreamDomainRestrictionsDefaultPolicy, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_defaultpolicy.rb'
|
|
241
|
+
autoload :UpdateLiveStreamDomainRestrictionsResponse, 'fastpix_client/models/operations/update_live_stream_domain_restrictions_response.rb'
|
|
242
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsRequest, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rb'
|
|
243
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsRequestBody, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rb'
|
|
244
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsResponseBody, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rb'
|
|
245
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsData, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_data.rb'
|
|
246
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsDefaultPolicy, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_defaultpolicy.rb'
|
|
247
|
+
autoload :UpdateLiveStreamUserAgentRestrictionsResponse, 'fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rb'
|
|
236
248
|
autoload :UpdatedMediaRequest, 'fastpix_client/models/operations/updated_media_request.rb'
|
|
237
249
|
autoload :UpdatedMp4SupportRequest, 'fastpix_client/models/operations/updated_mp4support_request.rb'
|
|
238
250
|
autoload :UpdatedSourceAccessRequest, 'fastpix_client/models/operations/updated_source_access_request.rb'
|
|
@@ -91,16 +91,16 @@ module FastpixClient
|
|
|
91
91
|
end
|
|
92
92
|
@language = 'ruby'
|
|
93
93
|
@openapi_doc_version = '1.0.0'
|
|
94
|
-
@sdk_version = '1.
|
|
94
|
+
@sdk_version = '1.2.0'
|
|
95
95
|
@gen_version = '2.801.0'
|
|
96
|
-
@user_agent = 'fastpixapi-ruby 1.
|
|
96
|
+
@user_agent = 'fastpixapi-ruby 1.2.0'
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
|
100
100
|
def get_server_details
|
|
101
101
|
return [@server_url.delete_suffix('/'), {}] if !@server_url.nil?
|
|
102
102
|
@server_idx = T.must(@server_idx)
|
|
103
|
-
[T.must(SERVERS[@server_idx]), {}]
|
|
103
|
+
[T.must(SERVERS[@server_idx]).delete_suffix('/'), {}]
|
|
104
104
|
end
|
|
105
105
|
end
|
|
106
106
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastpixapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FastPix
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|
|
@@ -115,53 +115,33 @@ dependencies:
|
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
116
|
version: '2.3'
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
|
-
name:
|
|
118
|
+
name: rake
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
|
121
121
|
- - "~>"
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version: '
|
|
124
|
-
- - ">="
|
|
125
|
-
- !ruby/object:Gem::Version
|
|
126
|
-
version: 5.27.0
|
|
123
|
+
version: '13.0'
|
|
127
124
|
type: :development
|
|
128
125
|
prerelease: false
|
|
129
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
130
127
|
requirements:
|
|
131
128
|
- - "~>"
|
|
132
129
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: '
|
|
134
|
-
- - ">="
|
|
135
|
-
- !ruby/object:Gem::Version
|
|
136
|
-
version: 5.27.0
|
|
130
|
+
version: '13.0'
|
|
137
131
|
- !ruby/object:Gem::Dependency
|
|
138
|
-
name:
|
|
132
|
+
name: rspec
|
|
139
133
|
requirement: !ruby/object:Gem::Requirement
|
|
140
134
|
requirements:
|
|
141
135
|
- - "~>"
|
|
142
136
|
- !ruby/object:Gem::Version
|
|
143
|
-
version:
|
|
137
|
+
version: '3.13'
|
|
144
138
|
type: :development
|
|
145
139
|
prerelease: false
|
|
146
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
147
141
|
requirements:
|
|
148
142
|
- - "~>"
|
|
149
143
|
- !ruby/object:Gem::Version
|
|
150
|
-
version:
|
|
151
|
-
- !ruby/object:Gem::Dependency
|
|
152
|
-
name: rake
|
|
153
|
-
requirement: !ruby/object:Gem::Requirement
|
|
154
|
-
requirements:
|
|
155
|
-
- - "~>"
|
|
156
|
-
- !ruby/object:Gem::Version
|
|
157
|
-
version: '13.0'
|
|
158
|
-
type: :development
|
|
159
|
-
prerelease: false
|
|
160
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
161
|
-
requirements:
|
|
162
|
-
- - "~>"
|
|
163
|
-
- !ruby/object:Gem::Version
|
|
164
|
-
version: '13.0'
|
|
144
|
+
version: '3.13'
|
|
165
145
|
- !ruby/object:Gem::Dependency
|
|
166
146
|
name: rubocop
|
|
167
147
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -177,61 +157,61 @@ dependencies:
|
|
|
177
157
|
- !ruby/object:Gem::Version
|
|
178
158
|
version: 1.73.2
|
|
179
159
|
- !ruby/object:Gem::Dependency
|
|
180
|
-
name:
|
|
160
|
+
name: sorbet
|
|
181
161
|
requirement: !ruby/object:Gem::Requirement
|
|
182
162
|
requirements:
|
|
183
163
|
- - "~>"
|
|
184
164
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 0.
|
|
165
|
+
version: 0.6.12872
|
|
186
166
|
type: :development
|
|
187
167
|
prerelease: false
|
|
188
168
|
version_requirements: !ruby/object:Gem::Requirement
|
|
189
169
|
requirements:
|
|
190
170
|
- - "~>"
|
|
191
171
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: 0.
|
|
172
|
+
version: 0.6.12872
|
|
193
173
|
- !ruby/object:Gem::Dependency
|
|
194
|
-
name:
|
|
174
|
+
name: tapioca
|
|
195
175
|
requirement: !ruby/object:Gem::Requirement
|
|
196
176
|
requirements:
|
|
197
177
|
- - "~>"
|
|
198
178
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 0.
|
|
179
|
+
version: 0.17.10
|
|
200
180
|
type: :development
|
|
201
181
|
prerelease: false
|
|
202
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
203
183
|
requirements:
|
|
204
184
|
- - "~>"
|
|
205
185
|
- !ruby/object:Gem::Version
|
|
206
|
-
version: 0.
|
|
186
|
+
version: 0.17.10
|
|
207
187
|
- !ruby/object:Gem::Dependency
|
|
208
|
-
name:
|
|
188
|
+
name: tsort
|
|
209
189
|
requirement: !ruby/object:Gem::Requirement
|
|
210
190
|
requirements:
|
|
211
191
|
- - "~>"
|
|
212
192
|
- !ruby/object:Gem::Version
|
|
213
|
-
version: 0.
|
|
193
|
+
version: 0.2.0
|
|
214
194
|
type: :development
|
|
215
195
|
prerelease: false
|
|
216
196
|
version_requirements: !ruby/object:Gem::Requirement
|
|
217
197
|
requirements:
|
|
218
198
|
- - "~>"
|
|
219
199
|
- !ruby/object:Gem::Version
|
|
220
|
-
version: 0.
|
|
200
|
+
version: 0.2.0
|
|
221
201
|
- !ruby/object:Gem::Dependency
|
|
222
|
-
name:
|
|
202
|
+
name: webmock
|
|
223
203
|
requirement: !ruby/object:Gem::Requirement
|
|
224
204
|
requirements:
|
|
225
205
|
- - "~>"
|
|
226
206
|
- !ruby/object:Gem::Version
|
|
227
|
-
version:
|
|
207
|
+
version: '3.24'
|
|
228
208
|
type: :development
|
|
229
209
|
prerelease: false
|
|
230
210
|
version_requirements: !ruby/object:Gem::Requirement
|
|
231
211
|
requirements:
|
|
232
212
|
- - "~>"
|
|
233
213
|
- !ruby/object:Gem::Version
|
|
234
|
-
version:
|
|
214
|
+
version: '3.24'
|
|
235
215
|
description: A robust, type-safe Ruby SDK for seamless integration with the FastPix
|
|
236
216
|
API platform for media uploads, live streaming, playlists, analytics, and signing
|
|
237
217
|
keys.
|
|
@@ -1118,10 +1098,34 @@ files:
|
|
|
1118
1098
|
- lib/fastpix_client/models/operations/update_domain_restrictions_response.rbi
|
|
1119
1099
|
- lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rb
|
|
1120
1100
|
- lib/fastpix_client/models/operations/update_domain_restrictions_responsebody.rbi
|
|
1101
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_data.rb
|
|
1102
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_data.rbi
|
|
1103
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_defaultpolicy.rb
|
|
1104
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_defaultpolicy.rbi
|
|
1105
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_request.rb
|
|
1106
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_request.rbi
|
|
1107
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_requestbody.rb
|
|
1108
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_requestbody.rbi
|
|
1109
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_response.rb
|
|
1110
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_response.rbi
|
|
1111
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_responsebody.rb
|
|
1112
|
+
- lib/fastpix_client/models/operations/update_live_stream_domain_restrictions_responsebody.rbi
|
|
1121
1113
|
- lib/fastpix_client/models/operations/update_live_stream_request.rb
|
|
1122
1114
|
- lib/fastpix_client/models/operations/update_live_stream_request.rbi
|
|
1123
1115
|
- lib/fastpix_client/models/operations/update_live_stream_response.rb
|
|
1124
1116
|
- lib/fastpix_client/models/operations/update_live_stream_response.rbi
|
|
1117
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_data.rb
|
|
1118
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_data.rbi
|
|
1119
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_defaultpolicy.rb
|
|
1120
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_defaultpolicy.rbi
|
|
1121
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rb
|
|
1122
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_request.rbi
|
|
1123
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rb
|
|
1124
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_requestbody.rbi
|
|
1125
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rb
|
|
1126
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_response.rbi
|
|
1127
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rb
|
|
1128
|
+
- lib/fastpix_client/models/operations/update_live_stream_user_agent_restrictions_responsebody.rbi
|
|
1125
1129
|
- lib/fastpix_client/models/operations/update_media_chapters_request.rb
|
|
1126
1130
|
- lib/fastpix_client/models/operations/update_media_chapters_request.rbi
|
|
1127
1131
|
- lib/fastpix_client/models/operations/update_media_chapters_requestbody.rb
|