tencentcloud-sdk-nodejs-intl-en 3.0.960 → 3.0.961
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.961";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -321,7 +321,7 @@ class GetSdkVerificationResultRequest extends AbstractModel {
|
|
|
321
321
|
super();
|
|
322
322
|
|
|
323
323
|
/**
|
|
324
|
-
* The token used to identify an SDK-based verification process.
|
|
324
|
+
* The token used to identify an SDK-based verification process.
|
|
325
325
|
* @type {string || null}
|
|
326
326
|
*/
|
|
327
327
|
this.SdkToken = null;
|
|
@@ -1712,6 +1712,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1712
1712
|
*/
|
|
1713
1713
|
this.MacaoIDCard = null;
|
|
1714
1714
|
|
|
1715
|
+
/**
|
|
1716
|
+
* Mainland ID Card
|
|
1717
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1718
|
+
* @type {MainlandIDCard || null}
|
|
1719
|
+
*/
|
|
1720
|
+
this.MainlandIDCard = null;
|
|
1721
|
+
|
|
1715
1722
|
}
|
|
1716
1723
|
|
|
1717
1724
|
/**
|
|
@@ -1806,6 +1813,12 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1806
1813
|
this.MacaoIDCard = obj;
|
|
1807
1814
|
}
|
|
1808
1815
|
|
|
1816
|
+
if (params.MainlandIDCard) {
|
|
1817
|
+
let obj = new MainlandIDCard();
|
|
1818
|
+
obj.deserialize(params.MainlandIDCard)
|
|
1819
|
+
this.MainlandIDCard = obj;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1809
1822
|
}
|
|
1810
1823
|
}
|
|
1811
1824
|
|
|
@@ -2884,7 +2897,7 @@ Example: HKIDCard
|
|
|
2884
2897
|
this.DisableCheckOcrWarnings = null;
|
|
2885
2898
|
|
|
2886
2899
|
/**
|
|
2887
|
-
* Liveness security level: 1:Silent mode;2:Action mode;3:Lighting mode;4:Action+Lighting mode;default value is 3
|
|
2900
|
+
* Liveness security level: 1:Silent mode;2:Action mode;3:Lighting mode;4:Action+Lighting mode;5:Action+Lighting(High security) mode; default value is 3
|
|
2888
2901
|
* @type {number || null}
|
|
2889
2902
|
*/
|
|
2890
2903
|
this.SecurityLevel = null;
|
|
@@ -16,14 +16,16 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
-
const
|
|
19
|
+
const InputLossBehaviorInfo = models.InputLossBehaviorInfo;
|
|
20
20
|
const VideoPipelineInputStatistics = models.VideoPipelineInputStatistics;
|
|
21
|
+
const AudioTrackInfo = models.AudioTrackInfo;
|
|
21
22
|
const CreateStreamLiveInputSecurityGroupResponse = models.CreateStreamLiveInputSecurityGroupResponse;
|
|
22
|
-
const
|
|
23
|
+
const DeleteStreamLiveChannelResponse = models.DeleteStreamLiveChannelResponse;
|
|
23
24
|
const StreamVideoInfo = models.StreamVideoInfo;
|
|
24
25
|
const CreateStreamLivePlanRequest = models.CreateStreamLivePlanRequest;
|
|
25
26
|
const DescribeStreamLiveWatermarksResponse = models.DescribeStreamLiveWatermarksResponse;
|
|
26
27
|
const DescribeStreamLiveInputRequest = models.DescribeStreamLiveInputRequest;
|
|
28
|
+
const AudioCodecDetail = models.AudioCodecDetail;
|
|
27
29
|
const QueryDispatchInputInfo = models.QueryDispatchInputInfo;
|
|
28
30
|
const CreateStreamLiveInputRequest = models.CreateStreamLiveInputRequest;
|
|
29
31
|
const AudioPidSelectionInfo = models.AudioPidSelectionInfo;
|
|
@@ -77,23 +79,25 @@ const HlsRemuxSettingsInfo = models.HlsRemuxSettingsInfo;
|
|
|
77
79
|
const EventSettingsResp = models.EventSettingsResp;
|
|
78
80
|
const TimedMetadataSettingInfo = models.TimedMetadataSettingInfo;
|
|
79
81
|
const AudioTemplateInfo = models.AudioTemplateInfo;
|
|
82
|
+
const InputTracks = models.InputTracks;
|
|
80
83
|
const StreamPackageSettingsInfo = models.StreamPackageSettingsInfo;
|
|
81
84
|
const DescribeStreamLiveChannelsResponse = models.DescribeStreamLiveChannelsResponse;
|
|
82
85
|
const QueryInputStreamStateRequest = models.QueryInputStreamStateRequest;
|
|
83
86
|
const PlanReq = models.PlanReq;
|
|
84
87
|
const DeleteStreamLiveWatermarkRequest = models.DeleteStreamLiveWatermarkRequest;
|
|
85
|
-
const
|
|
88
|
+
const CreateStreamLiveChannelRequest = models.CreateStreamLiveChannelRequest;
|
|
86
89
|
const TimedRecordSettings = models.TimedRecordSettings;
|
|
87
90
|
const StreamLiveRegionInfo = models.StreamLiveRegionInfo;
|
|
88
91
|
const DescribeStreamLiveChannelRequest = models.DescribeStreamLiveChannelRequest;
|
|
89
92
|
const DescribeStreamLivePlansRequest = models.DescribeStreamLivePlansRequest;
|
|
90
|
-
const
|
|
93
|
+
const DescribeStreamLiveRegionsResponse = models.DescribeStreamLiveRegionsResponse;
|
|
91
94
|
const DescribeStreamLiveTranscodeDetailResponse = models.DescribeStreamLiveTranscodeDetailResponse;
|
|
92
95
|
const CreateStreamLiveWatermarkResponse = models.CreateStreamLiveWatermarkResponse;
|
|
93
96
|
const DescribeStreamLiveInputsResponse = models.DescribeStreamLiveInputsResponse;
|
|
94
97
|
const ModifyStreamLiveInputResponse = models.ModifyStreamLiveInputResponse;
|
|
95
98
|
const DescribeStreamLiveChannelAlertsResponse = models.DescribeStreamLiveChannelAlertsResponse;
|
|
96
99
|
const PlanResp = models.PlanResp;
|
|
100
|
+
const AudioNormalizationSettings = models.AudioNormalizationSettings;
|
|
97
101
|
const DescribeStreamLivePlansResponse = models.DescribeStreamLivePlansResponse;
|
|
98
102
|
const DescribeStreamLiveChannelLogsRequest = models.DescribeStreamLiveChannelLogsRequest;
|
|
99
103
|
const CreateStreamLiveInputSecurityGroupRequest = models.CreateStreamLiveInputSecurityGroupRequest;
|
|
@@ -105,14 +109,17 @@ const DrmKey = models.DrmKey;
|
|
|
105
109
|
const EventSettingsDestinationResp = models.EventSettingsDestinationResp;
|
|
106
110
|
const OutputInfo = models.OutputInfo;
|
|
107
111
|
const DescribeStreamLiveInputSecurityGroupRequest = models.DescribeStreamLiveInputSecurityGroupRequest;
|
|
112
|
+
const VideoCodecDetail = models.VideoCodecDetail;
|
|
108
113
|
const CreateStreamLiveChannelResponse = models.CreateStreamLiveChannelResponse;
|
|
109
114
|
const DescribeStreamLiveChannelInputStatisticsResponse = models.DescribeStreamLiveChannelInputStatisticsResponse;
|
|
110
115
|
const StopStreamLiveChannelResponse = models.StopStreamLiveChannelResponse;
|
|
111
116
|
const PushEventSetting = models.PushEventSetting;
|
|
117
|
+
const InputTrack = models.InputTrack;
|
|
112
118
|
const CreateImageSettings = models.CreateImageSettings;
|
|
113
119
|
const StartStreamLiveChannelResponse = models.StartStreamLiveChannelResponse;
|
|
114
120
|
const StreamLiveOutputGroupsInfo = models.StreamLiveOutputGroupsInfo;
|
|
115
121
|
const ChannelOutputsStatistics = models.ChannelOutputsStatistics;
|
|
122
|
+
const AdditionalRateSetting = models.AdditionalRateSetting;
|
|
116
123
|
const PlanSettings = models.PlanSettings;
|
|
117
124
|
const DescribeStreamLiveInputSecurityGroupsResponse = models.DescribeStreamLiveInputSecurityGroupsResponse;
|
|
118
125
|
const EventNotifySetting = models.EventNotifySetting;
|