tencentcloud-sdk-nodejs-vod 4.1.119 → 4.1.120

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.119",
3
+ "version": "4.1.120",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -18482,7 +18482,6 @@ export interface DescribeLicenseUsageDataRequest {
18482
18482
  /**
18483
18483
  * License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:
18484
18484
  <li> CommercialDRMLicense: 商业级 DRM License</li>
18485
- <li> JITEncryptionDRMLicense: 即时加密 DRM License</li>
18486
18485
  */
18487
18486
  LicenseType?: string;
18488
18487
  /**