plex_ruby_sdk 0.5.0 → 0.5.1
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/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +1 -1
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdf16d2c5e3648513b796d680ee959261fc44ed2f15c6458402e590f5d872b55
|
4
|
+
data.tar.gz: b6bed1c0d7343228d71e2f3c9d297a5faabefaf4c035de39e792aa726e787c7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b783a9bfba2fdaee7c1fc1c91d8dc832abd00a0fd13000af6b08b7a78bc1c7be8784d66b705d128229e79a4d9cd36b2f82a519f4f4a4277cb4d79fffd315aa08
|
7
|
+
data.tar.gz: 1ae55ba9d6f29c2a4b48f3293f57dd1953a97d64a44a7bb2b618013c563a4cae44dfc96f63bbb6cdea5841ccb2923029c865a92955924c0c7a6822822ae5ecd5
|
@@ -14,7 +14,7 @@ module PlexRubySDK
|
|
14
14
|
# The timespan to retrieve statistics for
|
15
15
|
# the exact meaning of this parameter is not known
|
16
16
|
#
|
17
|
-
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': '
|
17
|
+
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
|
18
18
|
|
19
19
|
|
20
20
|
sig { params(timespan: T.nilable(::Integer)).void }
|
@@ -14,7 +14,7 @@ module PlexRubySDK
|
|
14
14
|
# The timespan to retrieve statistics for
|
15
15
|
# the exact meaning of this parameter is not known
|
16
16
|
#
|
17
|
-
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': '
|
17
|
+
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
|
18
18
|
|
19
19
|
|
20
20
|
sig { params(timespan: T.nilable(::Integer)).void }
|
@@ -14,7 +14,7 @@ module PlexRubySDK
|
|
14
14
|
# The timespan to retrieve statistics for
|
15
15
|
# the exact meaning of this parameter is not known
|
16
16
|
#
|
17
|
-
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': '
|
17
|
+
field :timespan, T.nilable(::Integer), { 'query_param': { 'field_name': 'timespan', 'style': 'form', 'explode': true } }
|
18
18
|
|
19
19
|
|
20
20
|
sig { params(timespan: T.nilable(::Integer)).void }
|
@@ -42,9 +42,9 @@ module PlexRubySDK
|
|
42
42
|
@globals = globals.nil? ? {} : globals
|
43
43
|
@language = 'ruby'
|
44
44
|
@openapi_doc_version = '0.0.3'
|
45
|
-
@sdk_version = '0.5.
|
46
|
-
@gen_version = '2.457.
|
47
|
-
@user_agent = 'speakeasy-sdk/ruby 0.5.
|
45
|
+
@sdk_version = '0.5.1'
|
46
|
+
@gen_version = '2.457.9'
|
47
|
+
@user_agent = 'speakeasy-sdk/ruby 0.5.1 2.457.9 0.0.3 plex_ruby_sdk'
|
48
48
|
end
|
49
49
|
|
50
50
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plex_ruby_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LukeHagar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|