tencentcloud-sdk-nodejs-tokenhub 4.1.285 → 4.1.286

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-tokenhub",
3
- "version": "4.1.285",
3
+ "version": "4.1.286",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1498,7 +1498,7 @@ export interface Model {
1498
1498
  */
1499
1499
  Provider?: string;
1500
1500
  /**
1501
- * <p>模型状态。取值:online(上线)、offline(下线)。</p><p>枚举值:</p><ul><li>online : 上线</li><li>pre-offline: 预下线</li></ul>
1501
+ * <p>模型状态。取值:online(上线)、offline(下线)。</p><p>枚举值:</p><ul><li>online : 上线</li><li>pre-offline: 预下线</li><li>discontinued: 停止新购</li><li>maintenance: 维护中</li></ul>
1502
1502
  */
1503
1503
  Status?: string;
1504
1504
  /**
@@ -1533,6 +1533,10 @@ export interface Model {
1533
1533
  * <p>模型下线时间,Status=pre-offline 时,会配置模型下线时间</p>
1534
1534
  */
1535
1535
  OfflineAt?: string;
1536
+ /**
1537
+ * <p>停止新购时间</p>
1538
+ */
1539
+ DiscontinuedAt?: string;
1536
1540
  }
1537
1541
  /**
1538
1542
  * ModifyTokenPlanApiKey返回参数结构体