kaltura-client 18.2.0 → 18.3.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/README +1 -1
- data/lib/kaltura_client.rb +6 -6
- data/lib/kaltura_enums.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d181417a20c6aedd64dc17918f4069f16b76b599e2637e009699bb65ee8809a5
|
|
4
|
+
data.tar.gz: bb438b8516f42125bafdba363bb40f0923a5c5010693d0f75aeac63e424c78e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1ce9aced0eaef88194df6293e0a7a709bdd7f24ddf5cb250b20c9cea90dff3242ae0035856e6de07e891e7d630418ab7d637c1a085d16925dbb042690901242
|
|
7
|
+
data.tar.gz: 0da7b9e76aa90791e08597fbcf3aa7ab06253e55dff97cd5162cc5085faaf39c157d7ca9e32ffd1c2199e3262ca25c2cd243f458aae0b6b15f6f1cdf6eff119e
|
data/README
CHANGED
data/lib/kaltura_client.rb
CHANGED
|
@@ -1006,7 +1006,7 @@ module Kaltura
|
|
|
1006
1006
|
return client.do_queue()
|
|
1007
1007
|
end
|
|
1008
1008
|
|
|
1009
|
-
# Move categories that belong to the same parent category to a target
|
|
1009
|
+
# Move categories that belong to the same parent category to a target category - enabled only for ks with disable entitlement
|
|
1010
1010
|
# @return [bool]
|
|
1011
1011
|
def move(category_ids, target_category_parent_id)
|
|
1012
1012
|
kparams = {}
|
|
@@ -4503,7 +4503,7 @@ module Kaltura
|
|
|
4503
4503
|
end
|
|
4504
4504
|
|
|
4505
4505
|
# Will write to the event log a single line representing the event
|
|
4506
|
-
# client version - will help
|
|
4506
|
+
# client version - will help interpret the line structure. Different client versions might have slightly different data/data formats in the line
|
|
4507
4507
|
# event_id - number is the row number in yuval's excel
|
|
4508
4508
|
# datetime - same format as MySql's datetime - can change and should reflect the time zone
|
|
4509
4509
|
# session id - can be some big random number or guid
|
|
@@ -4536,7 +4536,7 @@ module Kaltura
|
|
|
4536
4536
|
end
|
|
4537
4537
|
|
|
4538
4538
|
# Will collect the kmcEvent sent form the KMC client
|
|
4539
|
-
# // this will actually be an empty function because all events will be sent using GET and will anyway be logged in the
|
|
4539
|
+
# // this will actually be an empty function because all events will be sent using GET and will anyway be logged in the Apache log
|
|
4540
4540
|
# @return []
|
|
4541
4541
|
def kmc_collect(kmc_event)
|
|
4542
4542
|
kparams = {}
|
|
@@ -4982,7 +4982,7 @@ module Kaltura
|
|
|
4982
4982
|
return client.get_serve_url()
|
|
4983
4983
|
end
|
|
4984
4984
|
|
|
4985
|
-
# Serves thumbnail by entry id and
|
|
4985
|
+
# Serves thumbnail by entry id and thumbnail params id
|
|
4986
4986
|
# @return [file]
|
|
4987
4987
|
def serve_by_entry_id(entry_id, thumb_param_id=KalturaNotImplemented)
|
|
4988
4988
|
kparams = {}
|
|
@@ -6364,8 +6364,8 @@ module Kaltura
|
|
|
6364
6364
|
|
|
6365
6365
|
def initialize(client)
|
|
6366
6366
|
super(client)
|
|
6367
|
-
self.client_tag = 'ruby:22-
|
|
6368
|
-
self.api_version = '18.
|
|
6367
|
+
self.client_tag = 'ruby:22-04-27'
|
|
6368
|
+
self.api_version = '18.3.0'
|
|
6369
6369
|
end
|
|
6370
6370
|
|
|
6371
6371
|
def client_tag=(value)
|
data/lib/kaltura_enums.rb
CHANGED
|
@@ -3566,6 +3566,7 @@ module Kaltura
|
|
|
3566
3566
|
TOP_CUSTOM_VAR2 = "58"
|
|
3567
3567
|
TOP_CUSTOM_VAR3 = "59"
|
|
3568
3568
|
SELF_SERVE_USAGE = "60"
|
|
3569
|
+
FLAVOR_PARAMS_TRANSCODING_USAGE = "61"
|
|
3569
3570
|
PARTNER_USAGE = "201"
|
|
3570
3571
|
MAP_OVERLAY_COUNTRY_REALTIME = "10001"
|
|
3571
3572
|
MAP_OVERLAY_REGION_REALTIME = "10002"
|