tencentcloud-sdk-mps 3.0.1205 → 3.0.1207

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be8d905a7a2990ecd40348448aaaebf477c38c4d
4
- data.tar.gz: 5ea60050766bb9781a193324adeab14ca01fd905
3
+ metadata.gz: 88aaf6187029f2f9abdaf8d69dd1fb338e2aba74
4
+ data.tar.gz: 659504e949df4b8dd33343d4ac8a71df8c775a67
5
5
  SHA512:
6
- metadata.gz: de8ad90042c016c00043afc3d0ce93fb9d015280aaf5cf21db12474c6f568ae5890bdbb0ae2fdb91f220c7d663f2369af186741a7c0e2275bc76362a3d935d17
7
- data.tar.gz: 0cc6727300a3a206685008182963e40cd9f3120999e7586063e38880e02286b2e8cc7e74a91cdb40b86f747bae3bfd391b40923f0df2410b6af2597dd048ccac
6
+ metadata.gz: aa33affcaf3eec81783c0fa77ce3b19ae961da7e25ccec379ac9b1f1c9c92c18c36f70b318a5a1c33b655435a072b3cb653ef8fdb1c719f0e50d133d4cd518cc
7
+ data.tar.gz: ec8aa14621e9930665f7fe4f8c7c3ade7649dd9c888905312e3271739d6d97d5fabdc6a605dd8bf956616bc9a8f4b464cbf59d8cb73aa62db6be150d39403ff7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1205
1
+ 3.0.1207
@@ -24583,10 +24583,12 @@ module TencentCloud
24583
24583
  # @type ScheduleId: Integer
24584
24584
  # @param AddOnParameter: 图片处理附加参数。
24585
24585
  # @type AddOnParameter: :class:`Tencentcloud::Mps.v20190612.models.AddOnParameter`
24586
+ # @param StdExtInfo: 图片处理拓展参数。
24587
+ # @type StdExtInfo: String
24586
24588
 
24587
- attr_accessor :InputInfo, :OutputStorage, :OutputDir, :OutputPath, :Definition, :ResourceId, :ImageTask, :ScheduleId, :AddOnParameter
24589
+ attr_accessor :InputInfo, :OutputStorage, :OutputDir, :OutputPath, :Definition, :ResourceId, :ImageTask, :ScheduleId, :AddOnParameter, :StdExtInfo
24588
24590
 
24589
- def initialize(inputinfo=nil, outputstorage=nil, outputdir=nil, outputpath=nil, definition=nil, resourceid=nil, imagetask=nil, scheduleid=nil, addonparameter=nil)
24591
+ def initialize(inputinfo=nil, outputstorage=nil, outputdir=nil, outputpath=nil, definition=nil, resourceid=nil, imagetask=nil, scheduleid=nil, addonparameter=nil, stdextinfo=nil)
24590
24592
  @InputInfo = inputinfo
24591
24593
  @OutputStorage = outputstorage
24592
24594
  @OutputDir = outputdir
@@ -24596,6 +24598,7 @@ module TencentCloud
24596
24598
  @ImageTask = imagetask
24597
24599
  @ScheduleId = scheduleid
24598
24600
  @AddOnParameter = addonparameter
24601
+ @StdExtInfo = stdextinfo
24599
24602
  end
24600
24603
 
24601
24604
  def deserialize(params)
@@ -24620,6 +24623,7 @@ module TencentCloud
24620
24623
  @AddOnParameter = AddOnParameter.new
24621
24624
  @AddOnParameter.deserialize(params['AddOnParameter'])
24622
24625
  end
24626
+ @StdExtInfo = params['StdExtInfo']
24623
24627
  end
24624
24628
  end
24625
24629
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1205
4
+ version: 3.0.1207
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-21 00:00:00.000000000 Z
11
+ date: 2026-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common