tencentcloud-sdk-nodejs 4.0.235 → 4.0.236

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +140 -41
  2. package/package.json +1 -1
  3. package/products.md +7 -7
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/as/v20180419/as_client.ts +0 -12
  6. package/src/services/as/v20180419/as_models.ts +0 -75
  7. package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
  8. package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
  9. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  10. package/src/services/mrs/v20200910/mrs_models.ts +2 -2
  11. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  12. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  13. package/src/services/tcb/v20180608/tcb_models.ts +87 -0
  14. package/src/services/tiw/v20190919/tiw_models.ts +3 -2
  15. package/tencentcloud/common/sdk_version.d.ts +1 -1
  16. package/tencentcloud/common/sdk_version.js +1 -1
  17. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  18. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  19. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  20. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  21. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  22. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
  23. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  24. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
  25. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  26. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  27. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  28. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
  29. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
  30. package/test/as.v20180419.test.js +0 -10
  31. package/test/cpdp.v20190820.test.js +20 -0
  32. package/test/tcb.v20180608.test.js +12 -2
package/CHANGELOG.md CHANGED
@@ -1,90 +1,105 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
4
 
5
- ### 第 60 次发布
5
+ ### 第 42 次发布
6
6
 
7
- 发布时间:2021-11-12 08:10:33
7
+ 发布时间:2021-11-15 08:04:22
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ <font color="#dd0000">**删除接口**:</font>
14
14
 
15
- * [CreateApplication](https://cloud.tencent.com/document/api/649/36094)
15
+ * CreatePaiInstance
16
16
 
17
- * 新增入参:ProgramIdList
18
17
 
19
- * [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
20
18
 
21
- * 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
19
+ ## 企业收付平台(cpdp) 版本:2019-08-20
22
20
 
23
- * [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
21
+ ### 第 50 次发布
24
22
 
25
- * 新增入参:ProgramIdList
23
+ 发布时间:2021-11-12 15:56:31
26
24
 
27
- * [CreateFileConfig](https://cloud.tencent.com/document/api/649/58594)
25
+ 本次发布包含了以下内容:
28
26
 
29
- * 新增入参:ProgramIdList
27
+ 改善已有的文档。
30
28
 
31
- * [CreateGatewayApi](https://cloud.tencent.com/document/api/649/50639)
29
+ 新增接口:
32
30
 
33
- * 新增入参:ProgramIdList
31
+ * [CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)
32
+ * [UploadFile](https://cloud.tencent.com/document/api/1122/63931)
34
33
 
35
- * [CreateLane](https://cloud.tencent.com/document/api/649/44508)
34
+ 新增数据结构:
36
35
 
37
- * 新增入参:ProgramIdList
36
+ * [AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)
38
37
 
39
- * [CreateLaneRule](https://cloud.tencent.com/document/api/649/44507)
40
38
 
41
- * 新增入参:ProgramIdList
42
39
 
43
- * [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
40
+ ## 云监控(monitor) 版本:2018-07-24
44
41
 
45
- * 新增入参:ProgramIdList
42
+ ### 第 31 次发布
46
43
 
47
- * [CreatePublicConfig](https://cloud.tencent.com/document/api/649/38347)
44
+ 发布时间:2021-11-15 08:10:59
48
45
 
49
- * 新增入参:ProgramIdList
46
+ 本次发布包含了以下内容:
50
47
 
51
- * [DescribeConfigSummary](https://cloud.tencent.com/document/api/649/38341)
48
+ 改善已有的文档。
52
49
 
53
- * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
50
+ 修改数据结构:
54
51
 
55
- * [DescribeGroups](https://cloud.tencent.com/document/api/649/36065)
52
+ * [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
56
53
 
57
- * 新增入参:GroupIdList
54
+ * <font color="#dd0000">**修改成员**:</font>RegionId
58
55
 
59
- * [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
60
56
 
61
- * 新增入参:RuleIdList
62
57
 
63
- * [DescribeLanes](https://cloud.tencent.com/document/api/649/44504)
64
58
 
65
- * 新增入参:LaneIdList, DisableProgramAuthCheck
59
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
66
60
 
67
- * <font color="#dd0000">**修改入参**:</font>Limit, Offset
61
+ ### 11 次发布
68
62
 
69
- * [DescribePublicConfigSummary](https://cloud.tencent.com/document/api/649/38336)
63
+ 发布时间:2021-11-15 08:11:30
70
64
 
71
- * 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
65
+ 本次发布包含了以下内容:
72
66
 
73
- * [DescribeServerlessGroups](https://cloud.tencent.com/document/api/649/39421)
67
+ 改善已有的文档。
74
68
 
75
- * 新增入参:GroupIdList
69
+ 修改接口:
76
70
 
77
- * [DescribeSimpleApplications](https://cloud.tencent.com/document/api/649/36089)
71
+ * [CreateResource](https://cloud.tencent.com/document/api/849/52000)
78
72
 
79
- * 新增入参:DisableProgramAuthCheck
73
+ * 新增入参:FolderId
80
74
 
81
- * [DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)
75
+ * <font color="#dd0000">**修改入参**:</font>Name
82
76
 
83
- * 新增入参:DisableProgramAuthCheck
77
+ * [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
84
78
 
85
- * [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)
79
+ * 新增入参:ResourceConfigVersion
86
80
 
87
- * 新增入参:DisableProgramAuthCheck
81
+
82
+
83
+
84
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
85
+
86
+ ### 第 75 次发布
87
+
88
+ 发布时间:2021-11-15 08:13:00
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 新增接口:
95
+
96
+ * [ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)
97
+
98
+ 修改数据结构:
99
+
100
+ * [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
101
+
102
+ * 新增成员:Architecture
88
103
 
89
104
 
90
105
 
@@ -1983,6 +1998,18 @@
1983
1998
 
1984
1999
  ## 弹性伸缩(as) 版本:2018-04-19
1985
2000
 
2001
+ ### 第 42 次发布
2002
+
2003
+ 发布时间:2021-11-15 08:04:22
2004
+
2005
+ 本次发布包含了以下内容:
2006
+
2007
+ 改善已有的文档。
2008
+
2009
+ <font color="#dd0000">**删除接口**:</font>
2010
+
2011
+ * CreatePaiInstance
2012
+
1986
2013
  ### 第 41 次发布
1987
2014
 
1988
2015
  发布时间:2021-10-27 08:02:46
@@ -16265,6 +16292,23 @@
16265
16292
 
16266
16293
  ## 企业收付平台(cpdp) 版本:2019-08-20
16267
16294
 
16295
+ ### 第 50 次发布
16296
+
16297
+ 发布时间:2021-11-12 15:56:31
16298
+
16299
+ 本次发布包含了以下内容:
16300
+
16301
+ 改善已有的文档。
16302
+
16303
+ 新增接口:
16304
+
16305
+ * [[CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)](https://cloud.tencent.com/document/api/#/#)
16306
+ * [[UploadFile](https://cloud.tencent.com/document/api/1122/63931)](https://cloud.tencent.com/document/api/#/#)
16307
+
16308
+ 新增数据结构:
16309
+
16310
+ * [[AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)](https://cloud.tencent.com/document/api/1122/40683#[AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo))
16311
+
16268
16312
  ### 第 49 次发布
16269
16313
 
16270
16314
  发布时间:2021-11-04 08:06:43
@@ -37473,6 +37517,21 @@
37473
37517
 
37474
37518
  ## 云监控(monitor) 版本:2018-07-24
37475
37519
 
37520
+ ### 第 31 次发布
37521
+
37522
+ 发布时间:2021-11-15 08:10:59
37523
+
37524
+ 本次发布包含了以下内容:
37525
+
37526
+ 改善已有的文档。
37527
+
37528
+ 修改数据结构:
37529
+
37530
+ * [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
37531
+
37532
+ * <font color="#dd0000">**修改成员**:</font>RegionId
37533
+
37534
+
37476
37535
  ### 第 30 次发布
37477
37536
 
37478
37537
  发布时间:2021-09-23 08:10:38
@@ -40094,6 +40153,27 @@
40094
40153
 
40095
40154
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
40096
40155
 
40156
+ ### 第 11 次发布
40157
+
40158
+ 发布时间:2021-11-15 08:11:30
40159
+
40160
+ 本次发布包含了以下内容:
40161
+
40162
+ 改善已有的文档。
40163
+
40164
+ 修改接口:
40165
+
40166
+ * [CreateResource](https://cloud.tencent.com/document/api/849/52000)
40167
+
40168
+ * 新增入参:FolderId
40169
+
40170
+ * <font color="#dd0000">**修改入参**:</font>Name
40171
+
40172
+ * [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
40173
+
40174
+ * 新增入参:ResourceConfigVersion
40175
+
40176
+
40097
40177
  ### 第 10 次发布
40098
40178
 
40099
40179
  发布时间:2021-09-24 10:00:20
@@ -48022,6 +48102,25 @@
48022
48102
 
48023
48103
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
48024
48104
 
48105
+ ### 第 75 次发布
48106
+
48107
+ 发布时间:2021-11-15 08:13:00
48108
+
48109
+ 本次发布包含了以下内容:
48110
+
48111
+ 改善已有的文档。
48112
+
48113
+ 新增接口:
48114
+
48115
+ * [[ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)](https://cloud.tencent.com/document/api/#/#)
48116
+
48117
+ 修改数据结构:
48118
+
48119
+ * [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
48120
+
48121
+ * 新增成员:Architecture
48122
+
48123
+
48025
48124
  ### 第 74 次发布
48026
48125
 
48027
48126
  发布时间:2021-11-10 08:11:02
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.235",
3
+ "version": "4.0.236",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -12,7 +12,7 @@
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
14
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-10 08:02:05 |
15
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-10 08:02:21 |
15
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-15 08:04:22 |
16
16
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
17
17
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-10 08:02:31 |
18
18
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
@@ -48,7 +48,7 @@
48
48
  | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-10 08:04:37 |
49
49
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
50
50
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
51
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-10 08:04:48 |
51
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-15 08:06:45 |
52
52
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
53
53
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-12 08:03:23 |
54
54
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-10 08:05:17 |
@@ -105,15 +105,15 @@
105
105
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
106
106
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
107
107
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
108
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-10 08:08:58 |
108
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-15 08:10:59 |
109
109
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-10 08:09:09 |
110
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-10 08:09:20 |
110
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-15 08:11:22 |
111
111
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
112
112
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
113
113
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
114
114
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
115
115
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
116
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-10 08:09:27 |
116
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
117
117
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-12 08:07:55 |
118
118
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
119
119
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-10 08:09:47 |
@@ -145,7 +145,7 @@
145
145
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
146
146
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
147
147
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
148
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-10 08:11:02 |
148
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-15 08:13:00 |
149
149
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
150
150
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
151
151
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-10 15:03:56 |
@@ -160,7 +160,7 @@
160
160
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
161
161
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
162
162
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
163
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-10 08:11:49 |
163
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-15 08:13:50 |
164
164
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-10 08:11:53 |
165
165
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
166
166
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.235"
1
+ export const sdkVersion = "4.0.236"
@@ -28,12 +28,10 @@ import {
28
28
  DescribeAutoScalingGroupsRequest,
29
29
  CreateAutoScalingGroupResponse,
30
30
  DescribeAccountLimitsResponse,
31
- CreatePaiInstanceResponse,
32
31
  CreateLaunchConfigurationResponse,
33
32
  CreateLifecycleHookResponse,
34
33
  ClearLaunchConfigurationAttributesResponse,
35
34
  DescribeAutoScalingGroupsResponse,
36
- CreatePaiInstanceRequest,
37
35
  SystemDisk,
38
36
  SpotMarketOptions,
39
37
  StopAutoScalingInstancesResponse,
@@ -262,16 +260,6 @@ export class Client extends AbstractClient {
262
260
  return this.request("StartAutoScalingInstances", req, cb)
263
261
  }
264
262
 
265
- /**
266
- * 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
267
- */
268
- async CreatePaiInstance(
269
- req: CreatePaiInstanceRequest,
270
- cb?: (error: string, rep: CreatePaiInstanceResponse) => void
271
- ): Promise<CreatePaiInstanceResponse> {
272
- return this.request("CreatePaiInstance", req, cb)
273
- }
274
-
275
263
  /**
276
264
  * 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
277
265
 
@@ -466,21 +466,6 @@ export interface DescribeAccountLimitsResponse {
466
466
  RequestId?: string
467
467
  }
468
468
 
469
- /**
470
- * CreatePaiInstance返回参数结构体
471
- */
472
- export interface CreatePaiInstanceResponse {
473
- /**
474
- * 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“准备中”变为“正在运行”,则为创建成功。
475
- */
476
- InstanceIdSet: Array<string>
477
-
478
- /**
479
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
480
- */
481
- RequestId?: string
482
- }
483
-
484
469
  /**
485
470
  * CreateLaunchConfiguration返回参数结构体
486
471
  */
@@ -541,66 +526,6 @@ export interface DescribeAutoScalingGroupsResponse {
541
526
  RequestId?: string
542
527
  }
543
528
 
544
- /**
545
- * CreatePaiInstance请求参数结构体
546
- */
547
- export interface CreatePaiInstanceRequest {
548
- /**
549
- * PAI实例的域名。
550
- */
551
- DomainName: string
552
-
553
- /**
554
- * 公网带宽相关信息设置。
555
- */
556
- InternetAccessible: InternetAccessible
557
-
558
- /**
559
- * 启动脚本的base64编码字符串。
560
- */
561
- InitScript?: string
562
-
563
- /**
564
- * 可用区列表。
565
- */
566
- Zones?: Array<string>
567
-
568
- /**
569
- * VPC ID。
570
- */
571
- VpcId?: string
572
-
573
- /**
574
- * 子网列表。
575
- */
576
- SubnetIds?: Array<string>
577
-
578
- /**
579
- * 实例显示名称。
580
- */
581
- InstanceName?: string
582
-
583
- /**
584
- * 实例机型列表。
585
- */
586
- InstanceTypes?: Array<string>
587
-
588
- /**
589
- * 实例登录设置。
590
- */
591
- LoginSettings?: LoginSettings
592
-
593
- /**
594
- * 实例计费类型。
595
- */
596
- InstanceChargeType?: string
597
-
598
- /**
599
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
600
- */
601
- InstanceChargePrepaid?: InstanceChargePrepaid
602
- }
603
-
604
529
  /**
605
530
  * 启动配置的系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
606
531
  */
@@ -24,8 +24,9 @@ import {
24
24
  ApplyTradeRequest,
25
25
  QueryOutwardOrderResponse,
26
26
  QueryExchangeRateResponse,
27
- UploadTaxPaymentRequest,
27
+ UploadFileRequest,
28
28
  QueryBatchPaymentResultRequest,
29
+ UploadFileResponse,
29
30
  UnifiedOrderInSubOrderList,
30
31
  QueryAcctBindingRequest,
31
32
  QueryAgentStatementsResponse,
@@ -55,6 +56,7 @@ import {
55
56
  CreateRedInvoiceResult,
56
57
  QueryBankWithdrawCashDetailsResponse,
57
58
  RefundTlinxOrderResponse,
59
+ QueryMemberTransactionResponse,
58
60
  CreatePayMerchantRequest,
59
61
  PayOrderResult,
60
62
  ContractOrderRequest,
@@ -117,7 +119,7 @@ import {
117
119
  QuerySinglePayResult,
118
120
  RefundOrderResponse,
119
121
  QuerySinglePayResponse,
120
- QueryOrderStatusRequest,
122
+ CreateAnchorResponse,
121
123
  UploadExternalAnchorInfoResponse,
122
124
  ResponseTerminateContract,
123
125
  QueryCustAcctIdBalanceResponse,
@@ -125,7 +127,7 @@ import {
125
127
  QueryTradeResponse,
126
128
  DownloadBillResponse,
127
129
  RevokeMemberRechargeThirdPayResponse,
128
- CreateRedInvoiceRequest,
130
+ CreateInvoiceV2Request,
129
131
  QueryAcctInfoListResponse,
130
132
  DeleteAgentTaxPaymentInfosRequest,
131
133
  BindRelateAcctSmallAmountResponse,
@@ -150,10 +152,10 @@ import {
150
152
  QueryItem,
151
153
  SceneInfo,
152
154
  QueryContractResponse,
153
- CreateInvoiceResultV2,
155
+ Acct,
154
156
  RegisterBehaviorResponse,
155
157
  QueryInvoiceResultData,
156
- QueryBillDownloadURLData,
158
+ Order,
157
159
  QuerySingleTransactionStatusResponse,
158
160
  QueryAcctInfoRequest,
159
161
  DescribeChargeDetailResponse,
@@ -162,7 +164,7 @@ import {
162
164
  TranItem,
163
165
  ClearItem,
164
166
  MerchantManagementResult,
165
- Acct,
167
+ ApplyWithdrawalResponse,
166
168
  QueryBankTransactionDetailsResponse,
167
169
  QueryTransferResultRequest,
168
170
  QueryMaliciousRegistrationRequest,
@@ -181,12 +183,13 @@ import {
181
183
  RevResigterBillSupportWithdrawResponse,
182
184
  BindAcctResponse,
183
185
  CreateOrderResponse,
184
- CreateRedInvoiceResponse,
186
+ CreateInvoiceResultV2,
185
187
  QueryExchangerateData,
186
188
  CreateRedInvoiceResultV2,
187
189
  QueryMerchantOrderRequest,
188
190
  QueryTransferResultData,
189
191
  QueryTransferDetailResponse,
192
+ UploadTaxPaymentRequest,
190
193
  UploadExternalAnchorInfoRequest,
191
194
  BindRelateAccReUnionPayRequest,
192
195
  CreateCustAcctIdResponse,
@@ -195,6 +198,7 @@ import {
195
198
  QueryAcctInfoResponse,
196
199
  MigrateOrderRefundQueryRequest,
197
200
  QueryAgentTaxPaymentBatchRequest,
201
+ QueryBillDownloadURLData,
198
202
  QueryMerchantRequest,
199
203
  QueryPayerinfoResult,
200
204
  TransferItem,
@@ -204,10 +208,11 @@ import {
204
208
  CreateSinglePayRequest,
205
209
  QueryTransferBatchResponse,
206
210
  SyncContractDataResponse,
207
- Order,
211
+ AnchorExtendInfo,
208
212
  RegisterBillResponse,
209
213
  WithdrawCashMembershipRequest,
210
214
  ApplyOutwardOrderRequest,
215
+ CreateRedInvoiceRequest,
211
216
  CreatePayMerchantResponse,
212
217
  TerminateContractResponse,
213
218
  RechargeByThirdPayResponse,
@@ -241,9 +246,9 @@ import {
241
246
  CloseOrderRequest,
242
247
  QueryBankClearRequest,
243
248
  QueryBalanceResponse,
244
- ApplyWithdrawalResponse,
249
+ QueryOutwardOrderData,
250
+ CreateRedInvoiceResponse,
245
251
  QueryContractRequest,
246
- UnBindAcctRequest,
247
252
  RefundOrderRequest,
248
253
  TerminateContractRequest,
249
254
  QueryInvoiceRequest,
@@ -283,6 +288,7 @@ import {
283
288
  CreateMerchantResponse,
284
289
  CreateSinglePaymentResponse,
285
290
  ExternalContractUserInfo,
291
+ QueryOrderStatusRequest,
286
292
  ContractUserInfo,
287
293
  ApplyTradeData,
288
294
  QuerySinglePayItem,
@@ -308,16 +314,15 @@ import {
308
314
  QuerySinglePaymentResultResponse,
309
315
  ContractOrderInSubOrder,
310
316
  QueryDeclareData,
311
- QueryMemberTransactionResponse,
317
+ CreateAnchorRequest,
312
318
  QueryMemberBindRequest,
313
319
  SyncContractDataRequest,
314
320
  QueryAgentStatementsRequest,
315
321
  BindRelateAcctUnionPayResponse,
316
322
  QueryReconciliationDocumentRequest,
317
323
  QueryOrderResponse,
318
- QueryOutwardOrderData,
319
324
  UnifiedOrderRequest,
320
- BankCardItem,
325
+ UnBindAcctRequest,
321
326
  MigrateOrderRefundResponse,
322
327
  QueryBatchPaymentResultDataInfo,
323
328
  QueryAnchorContractInfoResponse,
@@ -327,7 +332,7 @@ import {
327
332
  ContractOrderResponse,
328
333
  QueryMerchantOrderResponse,
329
334
  QueryMerchantResponse,
330
- CreateInvoiceV2Request,
335
+ BankCardItem,
331
336
  } from "./cpdp_models"
332
337
 
333
338
  /**
@@ -749,6 +754,16 @@ export class Client extends AbstractClient {
749
754
  return this.request("QueryTransferResult", req, cb)
750
755
  }
751
756
 
757
+ /**
758
+ * 直播平台-主播入驻
759
+ */
760
+ async CreateAnchor(
761
+ req: CreateAnchorRequest,
762
+ cb?: (error: string, rep: CreateAnchorResponse) => void
763
+ ): Promise<CreateAnchorResponse> {
764
+ return this.request("CreateAnchor", req, cb)
765
+ }
766
+
752
767
  /**
753
768
  * 跨境-查询汇出结果
754
769
  */
@@ -1033,6 +1048,16 @@ export class Client extends AbstractClient {
1033
1048
  return this.request("ApplyPayerInfo", req, cb)
1034
1049
  }
1035
1050
 
1051
+ /**
1052
+ * 直播平台-文件上传
1053
+ */
1054
+ async UploadFile(
1055
+ req: UploadFileRequest,
1056
+ cb?: (error: string, rep: UploadFileResponse) => void
1057
+ ): Promise<UploadFileResponse> {
1058
+ return this.request("UploadFile", req, cb)
1059
+ }
1060
+
1036
1061
  /**
1037
1062
  * 跨境-提交贸易材料。通过提交贸易材料接口可为对接方累计贸易额度,在额度范围内可发起汇兑汇出交易。
1038
1063
  */