tencentcloud-sdk-nodejs-cloudapp 4.1.173 → 4.1.180
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.
package/package.json
CHANGED
|
@@ -163,6 +163,14 @@ export interface License {
|
|
|
163
163
|
* <p>License 颁发地址</p>
|
|
164
164
|
*/
|
|
165
165
|
IssueURL?: string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>商品供应商 UIN</p>
|
|
168
|
+
*/
|
|
169
|
+
ProviderUin?: string;
|
|
170
|
+
/**
|
|
171
|
+
* <p>License 创建来源 ID</p>
|
|
172
|
+
*/
|
|
173
|
+
CreateSource?: string;
|
|
166
174
|
}
|
|
167
175
|
/**
|
|
168
176
|
* 描述键值对过滤器,用于条件过滤查询。例如过滤 ID、名称、状态等
|