tencentcloud-sdk-nodejs-intl-en 3.0.1220 → 3.0.1222
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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1222";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -4989,7 +4989,8 @@ Such as "10000000001"
|
|
|
4989
4989
|
|
|
4990
4990
|
/**
|
|
4991
4991
|
* Date.
|
|
4992
|
-
Such as" 2025-06-25"
|
|
4992
|
+
Such as" 2025-06-25".
|
|
4993
|
+
Please note: Historical daily bill dated before "2025-06-01",cannot be queried.
|
|
4993
4994
|
* @type {string || null}
|
|
4994
4995
|
*/
|
|
4995
4996
|
this.Date = null;
|
|
@@ -244,7 +244,7 @@ class DeleteDeviceShadowResponse extends AbstractModel {
|
|
|
244
244
|
super();
|
|
245
245
|
|
|
246
246
|
/**
|
|
247
|
-
* The unique request ID,
|
|
247
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
248
248
|
* @type {string || null}
|
|
249
249
|
*/
|
|
250
250
|
this.RequestId = null;
|
|
@@ -272,7 +272,7 @@ class UpdatePrivateCAResponse extends AbstractModel {
|
|
|
272
272
|
super();
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
|
-
* The unique request ID,
|
|
275
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
276
276
|
* @type {string || null}
|
|
277
277
|
*/
|
|
278
278
|
this.RequestId = null;
|