kaltura-client 18.2.0 → 18.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e933fdf1a313341b0597c61643c7438d7a85905b888427ab720053d12e3f65
4
- data.tar.gz: 5bbc3183abf106fa0d617a75eb04636427162b280fd7067288567d2be224f479
3
+ metadata.gz: d181417a20c6aedd64dc17918f4069f16b76b599e2637e009699bb65ee8809a5
4
+ data.tar.gz: bb438b8516f42125bafdba363bb40f0923a5c5010693d0f75aeac63e424c78e6
5
5
  SHA512:
6
- metadata.gz: 125431f44846779616b41b956942682df0d4dc82e51c94effa72a2ba40d6c8a447d154b9cc41999f4852e282dd0ca4bf1e0fac5de7360d11ddb965bc5416d0d4
7
- data.tar.gz: cacaef4f6c6de9dca4274e2c7cabce67a9ec8cd3cf674a34a95895c6367fdf65a74a5c1845ae903da7604b60f803c8cc0f11db060261ada09bcf0dd2520c283b
6
+ metadata.gz: c1ce9aced0eaef88194df6293e0a7a709bdd7f24ddf5cb250b20c9cea90dff3242ae0035856e6de07e891e7d630418ab7d637c1a085d16925dbb042690901242
7
+ data.tar.gz: 0da7b9e76aa90791e08597fbcf3aa7ab06253e55dff97cd5162cc5085faaf39c157d7ca9e32ffd1c2199e3262ca25c2cd243f458aae0b6b15f6f1cdf6eff119e
data/README CHANGED
@@ -1,5 +1,5 @@
1
1
  Kaltura Ruby API Client Library.
2
- Compatible with Kaltura server version 18.2.0 and above.
2
+ Compatible with Kaltura server version 18.3.0 and above.
3
3
 
4
4
  This source contains:
5
5
  - The Kaltura client library (kaltura_client_base.rb)
@@ -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 categroy - enabled only for ks with disable entitlement
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 interprete the line structure. different client versions might have slightly different data/data formats in the line
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 apache log
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 thumnail params id
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-03-28'
6368
- self.api_version = '18.2.0'
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaltura-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.2.0
4
+ version: 18.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaltura Inc.