kaltura-client 18.11.0 → 18.12.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: eb1b389640477eeea83c6eef22f451fe14cdabb3999b81857d768c4e400fc448
4
- data.tar.gz: 9d8ceb698bbb51167ec0acebeea2cdd9e9521f1b080c7c2acdd3bab295f74221
3
+ metadata.gz: 537134bc13088e0ac613ea0b54b04f5cce893a833f2b9804b622763da57ff936
4
+ data.tar.gz: 39bf2e1a7392ee062615856457a249067f318262374aa7ea95e8d3208e46e6bd
5
5
  SHA512:
6
- metadata.gz: 4333d5d022d393c1f30d134b492e8531cbb48c767528ef746a85f13124c9c8b258060a72485cd6e0cddc3e91264d9ad10e13575c4117271cf88333b33b660a06
7
- data.tar.gz: b15bd05a7c5a5cec9665647d0c96d1c6ef280b6a3c3f0a52d810b4407b9f15ebfc8fc4dfa7d782057ecba92675decd48ebc15fcd516a27cbd82f258bbb27b86f
6
+ metadata.gz: 9c3590b86f4608cde6674af28b3fd4467d633510582a7fe2b8ef9dfbc346fd8f30e8bcbeeab9c9a714d31f76f89f2a6105e16e1d6b818d46dfae647acfb586d7
7
+ data.tar.gz: b01bb01e3cc67552ad76215085668745457635f270644d3edf97a1a824bf9f6ff4e2bde286371122d015dbfcbcaa185709528fc2db56e3e72194f88b812b9773
data/README CHANGED
@@ -1,5 +1,5 @@
1
1
  Kaltura Ruby API Client Library.
2
- Compatible with Kaltura server version 18.11.0 and above.
2
+ Compatible with Kaltura server version 18.12.0 and above.
3
3
 
4
4
  This source contains:
5
5
  - The Kaltura client library (kaltura_client_base.rb)
@@ -5761,12 +5761,12 @@ module Kaltura
5761
5761
  end
5762
5762
 
5763
5763
  # Resets user login password
5764
- # @return []
5764
+ # @return [KalturaUser]
5765
5765
  def login_data_reset_password(login_data_id, new_password)
5766
5766
  kparams = {}
5767
5767
  client.add_param(kparams, 'loginDataId', login_data_id)
5768
5768
  client.add_param(kparams, 'newPassword', new_password)
5769
- client.queue_service_action_call('user', 'loginDataResetPassword', '', kparams)
5769
+ client.queue_service_action_call('user', 'loginDataResetPassword', 'KalturaUser', kparams)
5770
5770
  if (client.is_multirequest)
5771
5771
  return nil
5772
5772
  end
@@ -6382,8 +6382,8 @@ module Kaltura
6382
6382
 
6383
6383
  def initialize(client)
6384
6384
  super(client)
6385
- self.client_tag = 'ruby:22-08-08'
6386
- self.api_version = '18.11.0'
6385
+ self.client_tag = 'ruby:22-08-22'
6386
+ self.api_version = '18.12.0'
6387
6387
  end
6388
6388
 
6389
6389
  def client_tag=(value)
data/lib/kaltura_enums.rb CHANGED
@@ -3574,6 +3574,10 @@ module Kaltura
3574
3574
  SELF_SERVE_USAGE = "60"
3575
3575
  FLAVOR_PARAMS_TRANSCODING_USAGE = "61"
3576
3576
  PLAYER_HIGHLIGHTS = "62"
3577
+ PARTNER_USAGE_HIGHLIGHTS = "63"
3578
+ CDN_BANDWIDTH_USAGE = "64"
3579
+ REACH_CATALOG_USAGE = "65"
3580
+ REACH_PROFILE_USAGE = "66"
3577
3581
  PARTNER_USAGE = "201"
3578
3582
  MAP_OVERLAY_COUNTRY_REALTIME = "10001"
3579
3583
  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.11.0
4
+ version: 18.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaltura Inc.