@alicloud/live20161101 2.3.2 → 2.3.3
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/dist/client.js +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/StartRtcCloudRecordingRequest.d.ts +1 -0
- package/dist/models/StartRtcCloudRecordingRequest.js +5 -0
- package/dist/models/StartRtcCloudRecordingRequest.js.map +1 -1
- package/dist/models/StartRtcCloudRecordingShrinkRequest.d.ts +1 -0
- package/dist/models/StartRtcCloudRecordingShrinkRequest.js +5 -0
- package/dist/models/StartRtcCloudRecordingShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/StartRtcCloudRecordingRequest.ts +6 -0
- package/src/models/StartRtcCloudRecordingShrinkRequest.ts +6 -0
package/dist/client.js
CHANGED
|
@@ -24504,6 +24504,9 @@ class Client extends openapi_core_1.default {
|
|
|
24504
24504
|
if (!$dara.isNull(request.notifyAuthKey)) {
|
|
24505
24505
|
query["NotifyAuthKey"] = request.notifyAuthKey;
|
|
24506
24506
|
}
|
|
24507
|
+
if (!$dara.isNull(request.notifyFileUploadedFormat)) {
|
|
24508
|
+
query["NotifyFileUploadedFormat"] = request.notifyFileUploadedFormat;
|
|
24509
|
+
}
|
|
24507
24510
|
if (!$dara.isNull(request.notifyUrl)) {
|
|
24508
24511
|
query["NotifyUrl"] = request.notifyUrl;
|
|
24509
24512
|
}
|