kaltura-client 15.7.0 → 15.10.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: 53864680801673ea0238b70e456dd6da2bc3879f0dca7040aca5a23530860821
4
- data.tar.gz: 425f5f387b1a83ad88bab6bc496ad8227c581a643bcae089417de3505e8107e5
3
+ metadata.gz: 8e39321fcb06d742dbf6d4b6110feb2627f9193eea24359a87f0d9f7c3378434
4
+ data.tar.gz: 9e5fcd3762cddfc2eaa8d7949952bece62190cafb67363465babfc198e5e4521
5
5
  SHA512:
6
- metadata.gz: dac2773876d8d746b97f5fda698f3ffd7557319eb31a5ced6a02dbacc0c529346830fe00c71aad8cb4c8763dd8b2fdf125bcccf4d8299ad9a5f918e4d51e8be0
7
- data.tar.gz: fa0b47a1871b457111a0c5f327d2a7941dec59a6f5a6d53104b21a4e7899614397430ccd706fdcaf48e7ba544e154cb79e47bd76f2f182e1a58a3ccfafbf84ad
6
+ metadata.gz: c5b9b1ce0fa846222e832f1107dbb9c99e268017a015f0e16ddb3868812b7faa3fbd04c227009f7139183210d25c04d6f0c3510b9cae73f984abd29d81e2d38a
7
+ data.tar.gz: 36bcc684563d8071c4237add761b274183f5ca73edc13f85f48e495bb5f27347301faebbc3cc56047fb1e234214943b6aa247bb5d6a2029e8c7a0a66df08e5a8
data/README CHANGED
@@ -1,5 +1,5 @@
1
1
  Kaltura Ruby API Client Library.
2
- Compatible with Kaltura server version 15.7.0 and above.
2
+ Compatible with Kaltura server version 15.10.0 and above.
3
3
 
4
4
  This source contains:
5
5
  - The Kaltura client library (kaltura_client_base.rb)
@@ -6208,8 +6208,8 @@ module Kaltura
6208
6208
 
6209
6209
  def initialize(client)
6210
6210
  super(client)
6211
- self.client_tag = 'ruby:19-09-18'
6212
- self.api_version = '15.7.0'
6211
+ self.client_tag = 'ruby:19-11-11'
6212
+ self.api_version = '15.10.0'
6213
6213
  end
6214
6214
 
6215
6215
  def client_tag=(value)
@@ -815,8 +815,10 @@ module Kaltura
815
815
  class KalturaAdminUserOrderBy
816
816
  CREATED_AT_ASC = "+createdAt"
817
817
  ID_ASC = "+id"
818
+ UPDATED_AT_ASC = "+updatedAt"
818
819
  CREATED_AT_DESC = "-createdAt"
819
820
  ID_DESC = "-id"
821
+ UPDATED_AT_DESC = "-updatedAt"
820
822
  end
821
823
 
822
824
  class KalturaAkamaiUniversalStreamType
@@ -1010,6 +1012,15 @@ module Kaltura
1010
1012
  UPDATED_AT_DESC = "-updatedAt"
1011
1013
  end
1012
1014
 
1015
+ class KalturaBaseUserOrderBy
1016
+ CREATED_AT_ASC = "+createdAt"
1017
+ ID_ASC = "+id"
1018
+ UPDATED_AT_ASC = "+updatedAt"
1019
+ CREATED_AT_DESC = "-createdAt"
1020
+ ID_DESC = "-id"
1021
+ UPDATED_AT_DESC = "-updatedAt"
1022
+ end
1023
+
1013
1024
  class KalturaBatchJobObjectType
1014
1025
  ENTRY_DISTRIBUTION = "contentDistribution.EntryDistribution"
1015
1026
  DROP_FOLDER_FILE = "dropFolderXmlBulkUpload.DropFolderFile"
@@ -3505,6 +3516,7 @@ module Kaltura
3505
3516
  PLATFORMS_DISCOVERY_REALTIME = "10010"
3506
3517
  PLAYBACK_TYPE_REALTIME = "10011"
3507
3518
  CONTENT_REALTIME = "10012"
3519
+ DISCOVERY_VIEW_REALTIME = "10013"
3508
3520
  CONTENT_DROPOFF_VPAAS = "20001"
3509
3521
  TOP_SYNDICATION_VPAAS = "20002"
3510
3522
  USER_TOP_CONTENT_VPAAS = "20003"
@@ -3716,8 +3728,10 @@ module Kaltura
3716
3728
  class KalturaUserOrderBy
3717
3729
  CREATED_AT_ASC = "+createdAt"
3718
3730
  ID_ASC = "+id"
3731
+ UPDATED_AT_ASC = "+updatedAt"
3719
3732
  CREATED_AT_DESC = "-createdAt"
3720
3733
  ID_DESC = "-id"
3734
+ UPDATED_AT_DESC = "-updatedAt"
3721
3735
  end
3722
3736
 
3723
3737
  class KalturaUserRoleOrderBy
@@ -0,0 +1,48 @@
1
+ # ===================================================================================================
2
+ # _ __ _ _
3
+ # | |/ /__ _| | |_ _ _ _ _ __ _
4
+ # | ' </ _` | | _| || | '_/ _` |
5
+ # |_|\_\__,_|_|\__|\_,_|_| \__,_|
6
+ #
7
+ # This file is part of the Kaltura Collaborative Media Suite which allows users
8
+ # to do with audio, video, and animation what Wiki platfroms allow them to do with
9
+ # text.
10
+ #
11
+ # Copyright (C) 2006-2019 Kaltura Inc.
12
+ #
13
+ # This program is free software: you can redistribute it and/or modify
14
+ # it under the terms of the GNU Affero General Public License as
15
+ # published by the Free Software Foundation, either version 3 of the
16
+ # License, or (at your option) any later version.
17
+ #
18
+ # This program is distributed in the hope that it will be useful,
19
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
+ # GNU Affero General Public License for more details.
22
+ #
23
+ # You should have received a copy of the GNU Affero General Public License
24
+ # along with this program. If not, see <http:#www.gnu.org/licenses/>.
25
+ #
26
+ # @ignore
27
+ # ===================================================================================================
28
+ require 'kaltura_client.rb'
29
+ require File.dirname(__FILE__) + '/kaltura_drop_folder_client_plugin.rb'
30
+ require File.dirname(__FILE__) + '/kaltura_feed_drop_folder_client_plugin.rb'
31
+
32
+ module Kaltura
33
+
34
+ class KalturaApFeedDropFolder < KalturaFeedDropFolder
35
+ attr_accessor :ap_api_key
36
+
37
+
38
+ def from_xml(xml_element)
39
+ super
40
+ if xml_element.elements['apApiKey'] != nil
41
+ self.ap_api_key = xml_element.elements['apApiKey'].text
42
+ end
43
+ end
44
+
45
+ end
46
+
47
+
48
+ end
@@ -136,6 +136,7 @@ module Kaltura
136
136
  end
137
137
 
138
138
  class KalturaDropFolderType
139
+ AP_FEED = "ApFeedDropFolder.AP_FEED"
139
140
  FEED = "FeedDropFolder.FEED"
140
141
  WEBEX = "WebexDropFolder.WEBEX"
141
142
  LOCAL = "1"
@@ -135,6 +135,7 @@ module Kaltura
135
135
  class KalturaESearchEntryFieldName
136
136
  ACCESS_CONTROL_ID = "access_control_id"
137
137
  ADMIN_TAGS = "admin_tags"
138
+ CAPTIONS_CONTENT = "captions_content"
138
139
  CONVERSION_PROFILE_ID = "conversion_profile_id"
139
140
  CREATED_AT = "created_at"
140
141
  CREATOR_ID = "creator_kuser_id"
@@ -150,12 +151,14 @@ module Kaltura
150
151
  IS_LIVE = "is_live"
151
152
  IS_QUIZ = "is_quiz"
152
153
  USER_ID = "kuser_id"
154
+ LAST_PLAYED_AT = "last_played_at"
153
155
  LENGTH_IN_MSECS = "length_in_msecs"
154
156
  MEDIA_TYPE = "media_type"
155
157
  MODERATION_STATUS = "moderation_status"
156
158
  NAME = "name"
157
159
  PARENT_ENTRY_ID = "parent_id"
158
160
  PARTNER_SORT_VALUE = "partner_sort_value"
161
+ PLAYS = "plays"
159
162
  PUSH_PUBLISH = "push_publish"
160
163
  RECORDED_ENTRY_ID = "recorded_entry_id"
161
164
  REDIRECT_ENTRY_ID = "redirect_entry_id"
@@ -283,6 +283,9 @@ module Kaltura
283
283
  # Task creation mode
284
284
  attr_accessor :creation_mode
285
285
  attr_accessor :task_job_data
286
+ attr_accessor :expected_finish_time
287
+ attr_accessor :service_type
288
+ attr_accessor :service_feature
286
289
 
287
290
  def id=(val)
288
291
  @id = val.to_i
@@ -323,6 +326,15 @@ module Kaltura
323
326
  def creation_mode=(val)
324
327
  @creation_mode = val.to_i
325
328
  end
329
+ def expected_finish_time=(val)
330
+ @expected_finish_time = val.to_i
331
+ end
332
+ def service_type=(val)
333
+ @service_type = val.to_i
334
+ end
335
+ def service_feature=(val)
336
+ @service_feature = val.to_i
337
+ end
326
338
 
327
339
  def from_xml(xml_element)
328
340
  super
@@ -401,6 +413,15 @@ module Kaltura
401
413
  if xml_element.elements['taskJobData'] != nil
402
414
  self.task_job_data = KalturaClientBase.object_from_xml(xml_element.elements['taskJobData'], 'KalturaVendorTaskData')
403
415
  end
416
+ if xml_element.elements['expectedFinishTime'] != nil
417
+ self.expected_finish_time = xml_element.elements['expectedFinishTime'].text
418
+ end
419
+ if xml_element.elements['serviceType'] != nil
420
+ self.service_type = xml_element.elements['serviceType'].text
421
+ end
422
+ if xml_element.elements['serviceFeature'] != nil
423
+ self.service_feature = xml_element.elements['serviceFeature'].text
424
+ end
404
425
  end
405
426
 
406
427
  end
@@ -1124,13 +1145,27 @@ module Kaltura
1124
1145
 
1125
1146
  class KalturaEntryVendorTaskFilter < KalturaEntryVendorTaskBaseFilter
1126
1147
  attr_accessor :free_text
1148
+ attr_accessor :expected_finish_time_greater_than_or_equal
1149
+ attr_accessor :expected_finish_time_less_than_or_equal
1127
1150
 
1151
+ def expected_finish_time_greater_than_or_equal=(val)
1152
+ @expected_finish_time_greater_than_or_equal = val.to_i
1153
+ end
1154
+ def expected_finish_time_less_than_or_equal=(val)
1155
+ @expected_finish_time_less_than_or_equal = val.to_i
1156
+ end
1128
1157
 
1129
1158
  def from_xml(xml_element)
1130
1159
  super
1131
1160
  if xml_element.elements['freeText'] != nil
1132
1161
  self.free_text = xml_element.elements['freeText'].text
1133
1162
  end
1163
+ if xml_element.elements['expectedFinishTimeGreaterThanOrEqual'] != nil
1164
+ self.expected_finish_time_greater_than_or_equal = xml_element.elements['expectedFinishTimeGreaterThanOrEqual'].text
1165
+ end
1166
+ if xml_element.elements['expectedFinishTimeLessThanOrEqual'] != nil
1167
+ self.expected_finish_time_less_than_or_equal = xml_element.elements['expectedFinishTimeLessThanOrEqual'].text
1168
+ end
1134
1169
  end
1135
1170
 
1136
1171
  end
@@ -7338,6 +7338,7 @@ module Kaltura
7338
7338
  class KalturaPlayableEntryBaseFilter < KalturaBaseEntryFilter
7339
7339
  attr_accessor :last_played_at_greater_than_or_equal
7340
7340
  attr_accessor :last_played_at_less_than_or_equal
7341
+ attr_accessor :last_played_at_less_than_or_equal_or_null
7341
7342
  attr_accessor :duration_less_than
7342
7343
  attr_accessor :duration_greater_than
7343
7344
  attr_accessor :duration_less_than_or_equal
@@ -7350,6 +7351,9 @@ module Kaltura
7350
7351
  def last_played_at_less_than_or_equal=(val)
7351
7352
  @last_played_at_less_than_or_equal = val.to_i
7352
7353
  end
7354
+ def last_played_at_less_than_or_equal_or_null=(val)
7355
+ @last_played_at_less_than_or_equal_or_null = val.to_i
7356
+ end
7353
7357
  def duration_less_than=(val)
7354
7358
  @duration_less_than = val.to_i
7355
7359
  end
@@ -7371,6 +7375,9 @@ module Kaltura
7371
7375
  if xml_element.elements['lastPlayedAtLessThanOrEqual'] != nil
7372
7376
  self.last_played_at_less_than_or_equal = xml_element.elements['lastPlayedAtLessThanOrEqual'].text
7373
7377
  end
7378
+ if xml_element.elements['lastPlayedAtLessThanOrEqualOrNull'] != nil
7379
+ self.last_played_at_less_than_or_equal_or_null = xml_element.elements['lastPlayedAtLessThanOrEqualOrNull'].text
7380
+ end
7374
7381
  if xml_element.elements['durationLessThan'] != nil
7375
7382
  self.duration_less_than = xml_element.elements['durationLessThan'].text
7376
7383
  end
@@ -12465,10 +12472,8 @@ module Kaltura
12465
12472
 
12466
12473
  end
12467
12474
 
12468
- class KalturaUserBaseFilter < KalturaRelatedFilter
12475
+ class KalturaBaseUserBaseFilter < KalturaRelatedFilter
12469
12476
  attr_accessor :partner_id_equal
12470
- attr_accessor :type_equal
12471
- attr_accessor :type_in
12472
12477
  attr_accessor :screen_name_like
12473
12478
  attr_accessor :screen_name_starts_with
12474
12479
  attr_accessor :email_like
@@ -12479,16 +12484,12 @@ module Kaltura
12479
12484
  attr_accessor :status_in
12480
12485
  attr_accessor :created_at_greater_than_or_equal
12481
12486
  attr_accessor :created_at_less_than_or_equal
12482
- attr_accessor :first_name_starts_with
12483
- attr_accessor :last_name_starts_with
12484
- attr_accessor :is_admin_equal
12487
+ attr_accessor :updated_at_greater_than_or_equal
12488
+ attr_accessor :updated_at_less_than_or_equal
12485
12489
 
12486
12490
  def partner_id_equal=(val)
12487
12491
  @partner_id_equal = val.to_i
12488
12492
  end
12489
- def type_equal=(val)
12490
- @type_equal = val.to_i
12491
- end
12492
12493
  def status_equal=(val)
12493
12494
  @status_equal = val.to_i
12494
12495
  end
@@ -12498,8 +12499,11 @@ module Kaltura
12498
12499
  def created_at_less_than_or_equal=(val)
12499
12500
  @created_at_less_than_or_equal = val.to_i
12500
12501
  end
12501
- def is_admin_equal=(val)
12502
- @is_admin_equal = val.to_i
12502
+ def updated_at_greater_than_or_equal=(val)
12503
+ @updated_at_greater_than_or_equal = val.to_i
12504
+ end
12505
+ def updated_at_less_than_or_equal=(val)
12506
+ @updated_at_less_than_or_equal = val.to_i
12503
12507
  end
12504
12508
 
12505
12509
  def from_xml(xml_element)
@@ -12507,12 +12511,6 @@ module Kaltura
12507
12511
  if xml_element.elements['partnerIdEqual'] != nil
12508
12512
  self.partner_id_equal = xml_element.elements['partnerIdEqual'].text
12509
12513
  end
12510
- if xml_element.elements['typeEqual'] != nil
12511
- self.type_equal = xml_element.elements['typeEqual'].text
12512
- end
12513
- if xml_element.elements['typeIn'] != nil
12514
- self.type_in = xml_element.elements['typeIn'].text
12515
- end
12516
12514
  if xml_element.elements['screenNameLike'] != nil
12517
12515
  self.screen_name_like = xml_element.elements['screenNameLike'].text
12518
12516
  end
@@ -12543,15 +12541,56 @@ module Kaltura
12543
12541
  if xml_element.elements['createdAtLessThanOrEqual'] != nil
12544
12542
  self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text
12545
12543
  end
12544
+ if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil
12545
+ self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text
12546
+ end
12547
+ if xml_element.elements['updatedAtLessThanOrEqual'] != nil
12548
+ self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text
12549
+ end
12550
+ end
12551
+
12552
+ end
12553
+
12554
+ class KalturaBaseUserFilter < KalturaBaseUserBaseFilter
12555
+
12556
+
12557
+ def from_xml(xml_element)
12558
+ super
12559
+ end
12560
+
12561
+ end
12562
+
12563
+ class KalturaUserBaseFilter < KalturaBaseUserFilter
12564
+ attr_accessor :type_equal
12565
+ attr_accessor :type_in
12566
+ attr_accessor :is_admin_equal
12567
+ attr_accessor :first_name_starts_with
12568
+ attr_accessor :last_name_starts_with
12569
+
12570
+ def type_equal=(val)
12571
+ @type_equal = val.to_i
12572
+ end
12573
+ def is_admin_equal=(val)
12574
+ @is_admin_equal = val.to_i
12575
+ end
12576
+
12577
+ def from_xml(xml_element)
12578
+ super
12579
+ if xml_element.elements['typeEqual'] != nil
12580
+ self.type_equal = xml_element.elements['typeEqual'].text
12581
+ end
12582
+ if xml_element.elements['typeIn'] != nil
12583
+ self.type_in = xml_element.elements['typeIn'].text
12584
+ end
12585
+ if xml_element.elements['isAdminEqual'] != nil
12586
+ self.is_admin_equal = xml_element.elements['isAdminEqual'].text
12587
+ end
12546
12588
  if xml_element.elements['firstNameStartsWith'] != nil
12547
12589
  self.first_name_starts_with = xml_element.elements['firstNameStartsWith'].text
12548
12590
  end
12549
12591
  if xml_element.elements['lastNameStartsWith'] != nil
12550
12592
  self.last_name_starts_with = xml_element.elements['lastNameStartsWith'].text
12551
12593
  end
12552
- if xml_element.elements['isAdminEqual'] != nil
12553
- self.is_admin_equal = xml_element.elements['isAdminEqual'].text
12554
- end
12555
12594
  end
12556
12595
 
12557
12596
  end
@@ -18783,15 +18822,6 @@ module Kaltura
18783
18822
 
18784
18823
  end
18785
18824
 
18786
- class KalturaAdminUserBaseFilter < KalturaUserFilter
18787
-
18788
-
18789
- def from_xml(xml_element)
18790
- super
18791
- end
18792
-
18793
- end
18794
-
18795
18825
  class KalturaAmazonS3StorageProfileFilter < KalturaAmazonS3StorageProfileBaseFilter
18796
18826
 
18797
18827
 
@@ -19151,15 +19181,6 @@ module Kaltura
19151
19181
 
19152
19182
  end
19153
19183
 
19154
- class KalturaAdminUserFilter < KalturaAdminUserBaseFilter
19155
-
19156
-
19157
- def from_xml(xml_element)
19158
- super
19159
- end
19160
-
19161
- end
19162
-
19163
19184
  class KalturaApiActionPermissionItemFilter < KalturaApiActionPermissionItemBaseFilter
19164
19185
 
19165
19186
 
@@ -19298,6 +19319,15 @@ module Kaltura
19298
19319
 
19299
19320
  end
19300
19321
 
19322
+ class KalturaAdminUserBaseFilter < KalturaUserFilter
19323
+
19324
+
19325
+ def from_xml(xml_element)
19326
+ super
19327
+ end
19328
+
19329
+ end
19330
+
19301
19331
  class KalturaDeliveryProfileGenericRtmpFilter < KalturaDeliveryProfileGenericRtmpBaseFilter
19302
19332
 
19303
19333
 
@@ -19426,6 +19456,15 @@ module Kaltura
19426
19456
 
19427
19457
  end
19428
19458
 
19459
+ class KalturaAdminUserFilter < KalturaAdminUserBaseFilter
19460
+
19461
+
19462
+ def from_xml(xml_element)
19463
+ super
19464
+ end
19465
+
19466
+ end
19467
+
19429
19468
  class KalturaFlavorParamsOutputFilter < KalturaFlavorParamsOutputBaseFilter
19430
19469
 
19431
19470
 
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: 15.7.0
4
+ version: 15.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaltura Inc.
@@ -42,6 +42,7 @@ files:
42
42
  - lib/kaltura_plugins/kaltura_ad_cue_point_client_plugin.rb
43
43
  - lib/kaltura_plugins/kaltura_admin_console_client_plugin.rb
44
44
  - lib/kaltura_plugins/kaltura_annotation_client_plugin.rb
45
+ - lib/kaltura_plugins/kaltura_ap_feed_drop_folder_client_plugin.rb
45
46
  - lib/kaltura_plugins/kaltura_aspera_client_plugin.rb
46
47
  - lib/kaltura_plugins/kaltura_attachment_client_plugin.rb
47
48
  - lib/kaltura_plugins/kaltura_audit_client_plugin.rb