tencentcloud-sdk-mna 3.0.1074 → 3.0.1127
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/lib/VERSION +1 -1
- data/lib/v20210119/client.rb +1 -1
- data/lib/v20210119/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a8092246a21e3bf3b046cd161e8c3544ed5cbcd
|
4
|
+
data.tar.gz: 135eaffa642e1d4e302931ee0a04b47e1d84ee56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76dd62c71a9997099cdb959279f333d096f60940f5f5b217d075c31435cbfa003acf94e57287ddc61ee77877e46e13e4d013042fa778a7e3a5a8b5aa6b52ed4c
|
7
|
+
data.tar.gz: aa07f45c2739e1da2d1e8d911f6266a633126ce3a5224f35f0b30e22e49f70f0f7bc073b708a6871ed7c78d7c212811d97e5d2cbecae38385912f61625491aab
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1127
|
data/lib/v20210119/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20210119/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -2425,7 +2425,7 @@ module TencentCloud
|
|
2425
2425
|
# @type DeviceId: String
|
2426
2426
|
# @param Type: 设备类型,0: SDK,1: CPE,作为用户创建或激活设备时传0,作为厂商创建待激活设备时传1
|
2427
2427
|
# @type Type: Integer
|
2428
|
-
# @param RollBack: 购买失败后是否回滚(删除)设备,默认
|
2428
|
+
# @param RollBack: 购买失败后是否回滚(删除)设备,默认false,如果设备绑定了生效中的流量包则不能回滚。
|
2429
2429
|
# @type RollBack: Boolean
|
2430
2430
|
# @param AutoVoucher: 是否自动选择代金券,默认false。
|
2431
2431
|
# 有多张券时的选择策略:按照可支付订单全部金额的券,先到期的券,可抵扣金额最大的券,余额最小的券,现金券 这个优先级进行扣券,且最多只抵扣一张券。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mna
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1127
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|