@huaweicloud/huaweicloud-sdk-cloudrtc 3.1.43
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/LICENSE +13 -0
- package/README.md +1 -0
- package/huaweicloud-sdk-cloudrtc.d.ts +3 -0
- package/huaweicloud-sdk-cloudrtc.js +32 -0
- package/package.json +19 -0
- package/v1/CloudRTCClient.d.ts +469 -0
- package/v1/CloudRTCClient.js +1444 -0
- package/v1/CloudRTCRegion.d.ts +5 -0
- package/v1/CloudRTCRegion.js +23 -0
- package/v1/model/AbnormalEvent.d.ts +35 -0
- package/v1/model/AbnormalEvent.js +119 -0
- package/v1/model/AbnormalEventDimensionValue.d.ts +23 -0
- package/v1/model/AbnormalEventDimensionValue.js +84 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcAbnormalEventDimensionRequest.js +69 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcAbnormalEventDimensionResponse.js +45 -0
- package/v1/model/ListRtcAbnormalEventsRequest.d.ts +23 -0
- package/v1/model/ListRtcAbnormalEventsRequest.js +68 -0
- package/v1/model/ListRtcAbnormalEventsResponse.d.ts +13 -0
- package/v1/model/ListRtcAbnormalEventsResponse.js +49 -0
- package/v1/model/ListRtcClientQosDetailsRequest.d.ts +86 -0
- package/v1/model/ListRtcClientQosDetailsRequest.js +218 -0
- package/v1/model/ListRtcClientQosDetailsResponse.d.ts +15 -0
- package/v1/model/ListRtcClientQosDetailsResponse.js +59 -0
- package/v1/model/ListRtcHistoryQualityRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryQualityRequest.js +89 -0
- package/v1/model/ListRtcHistoryQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryQualityResponse.js +45 -0
- package/v1/model/ListRtcHistoryScaleRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryScaleRequest.js +89 -0
- package/v1/model/ListRtcHistoryScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryScaleResponse.js +45 -0
- package/v1/model/ListRtcHistoryUsageRequest.d.ts +27 -0
- package/v1/model/ListRtcHistoryUsageRequest.js +91 -0
- package/v1/model/ListRtcHistoryUsageResponse.d.ts +11 -0
- package/v1/model/ListRtcHistoryUsageResponse.js +45 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeNetworkRequest.js +118 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeNetworkResponse.js +45 -0
- package/v1/model/ListRtcRealtimeQualityRequest.d.ts +35 -0
- package/v1/model/ListRtcRealtimeQualityRequest.js +118 -0
- package/v1/model/ListRtcRealtimeQualityResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeQualityResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.d.ts +27 -0
- package/v1/model/ListRtcRealtimeScaleDimensionRequest.js +85 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleDimensionResponse.js +45 -0
- package/v1/model/ListRtcRealtimeScaleRequest.d.ts +31 -0
- package/v1/model/ListRtcRealtimeScaleRequest.js +103 -0
- package/v1/model/ListRtcRealtimeScaleResponse.d.ts +11 -0
- package/v1/model/ListRtcRealtimeScaleResponse.js +45 -0
- package/v1/model/ListRtcRoomListRequest.d.ts +43 -0
- package/v1/model/ListRtcRoomListRequest.js +119 -0
- package/v1/model/ListRtcRoomListResponse.d.ts +19 -0
- package/v1/model/ListRtcRoomListResponse.js +67 -0
- package/v1/model/ListRtcUserListRequest.d.ts +53 -0
- package/v1/model/ListRtcUserListRequest.js +139 -0
- package/v1/model/ListRtcUserListResponse.d.ts +17 -0
- package/v1/model/ListRtcUserListResponse.js +57 -0
- package/v1/model/QosQualityData.d.ts +12 -0
- package/v1/model/QosQualityData.js +25 -0
- package/v1/model/RealtimeScaleDimensionValue.d.ts +9 -0
- package/v1/model/RealtimeScaleDimensionValue.js +27 -0
- package/v1/model/RtcHistoryQualityTimeValue.d.ts +61 -0
- package/v1/model/RtcHistoryQualityTimeValue.js +209 -0
- package/v1/model/RtcHistoryScaleTimeValue.d.ts +37 -0
- package/v1/model/RtcHistoryScaleTimeValue.js +125 -0
- package/v1/model/RtcHistoryUsage.d.ts +23 -0
- package/v1/model/RtcHistoryUsage.js +73 -0
- package/v1/model/RtcServerRoomInfo.d.ts +31 -0
- package/v1/model/RtcServerRoomInfo.js +76 -0
- package/v1/model/RtcUser.d.ts +52 -0
- package/v1/model/RtcUser.js +129 -0
- package/v1/model/TimeDoubleValueData.d.ts +7 -0
- package/v1/model/TimeDoubleValueData.js +17 -0
- package/v1/model/TimeFloatValueData.d.ts +7 -0
- package/v1/model/TimeFloatValueData.js +17 -0
- package/v1/model/TimeValueData.d.ts +7 -0
- package/v1/model/TimeValueData.js +17 -0
- package/v1/public-api.d.ts +38 -0
- package/v1/public-api.js +54 -0
- package/v2/CloudRTCClient.d.ts +906 -0
- package/v2/CloudRTCClient.js +2196 -0
- package/v2/CloudRTCRegion.d.ts +5 -0
- package/v2/CloudRTCRegion.js +23 -0
- package/v2/model/App.d.ts +46 -0
- package/v2/model/App.js +109 -0
- package/v2/model/AppAuth.d.ts +15 -0
- package/v2/model/AppAuth.js +45 -0
- package/v2/model/AppAuthReq.d.ts +7 -0
- package/v2/model/AppAuthReq.js +18 -0
- package/v2/model/AppAutoRecordMode.d.ts +21 -0
- package/v2/model/AppAutoRecordMode.js +51 -0
- package/v2/model/AppCallbackUrl.d.ts +25 -0
- package/v2/model/AppCallbackUrl.js +64 -0
- package/v2/model/AppCallbackUrlReq.d.ts +9 -0
- package/v2/model/AppCallbackUrlReq.js +28 -0
- package/v2/model/AppCallbacks.d.ts +12 -0
- package/v2/model/AppCallbacks.js +37 -0
- package/v2/model/AppReq.d.ts +7 -0
- package/v2/model/AppReq.js +24 -0
- package/v2/model/AppState.d.ts +19 -0
- package/v2/model/AppState.js +38 -0
- package/v2/model/AutoRecordModeReq.d.ts +17 -0
- package/v2/model/AutoRecordModeReq.js +37 -0
- package/v2/model/CreateAppRequest.d.ts +18 -0
- package/v2/model/CreateAppRequest.js +55 -0
- package/v2/model/CreateAppResponse.d.ts +12 -0
- package/v2/model/CreateAppResponse.js +55 -0
- package/v2/model/CreateIndividualStreamJobRequest.d.ts +22 -0
- package/v2/model/CreateIndividualStreamJobRequest.js +70 -0
- package/v2/model/CreateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/CreateIndividualStreamJobResponse.js +300 -0
- package/v2/model/CreateMixJobRequest.d.ts +22 -0
- package/v2/model/CreateMixJobRequest.js +70 -0
- package/v2/model/CreateMixJobResponse.d.ts +76 -0
- package/v2/model/CreateMixJobResponse.js +223 -0
- package/v2/model/CreateRecordRuleRequest.d.ts +22 -0
- package/v2/model/CreateRecordRuleRequest.js +70 -0
- package/v2/model/CreateRecordRuleResponse.d.ts +51 -0
- package/v2/model/CreateRecordRuleResponse.js +162 -0
- package/v2/model/DeleteAppRequest.d.ts +19 -0
- package/v2/model/DeleteAppRequest.js +66 -0
- package/v2/model/DeleteAppResponse.d.ts +8 -0
- package/v2/model/DeleteAppResponse.js +41 -0
- package/v2/model/DeleteRecordRuleRequest.d.ts +23 -0
- package/v2/model/DeleteRecordRuleRequest.js +81 -0
- package/v2/model/DeleteRecordRuleResponse.d.ts +8 -0
- package/v2/model/DeleteRecordRuleResponse.js +41 -0
- package/v2/model/HLSRecordConfig.d.ts +19 -0
- package/v2/model/HLSRecordConfig.js +66 -0
- package/v2/model/IndividualStreamJobReq.d.ts +55 -0
- package/v2/model/IndividualStreamJobReq.js +143 -0
- package/v2/model/ListAppsRequest.d.ts +30 -0
- package/v2/model/ListAppsRequest.js +73 -0
- package/v2/model/ListAppsResponse.d.ts +13 -0
- package/v2/model/ListAppsResponse.js +49 -0
- package/v2/model/ListRecordRulesRequest.d.ts +23 -0
- package/v2/model/ListRecordRulesRequest.js +74 -0
- package/v2/model/ListRecordRulesResponse.d.ts +11 -0
- package/v2/model/ListRecordRulesResponse.js +45 -0
- package/v2/model/MP4RecordConfig.d.ts +15 -0
- package/v2/model/MP4RecordConfig.js +52 -0
- package/v2/model/MixJobReq.d.ts +18 -0
- package/v2/model/MixJobReq.js +52 -0
- package/v2/model/MixLayoutPane.d.ts +55 -0
- package/v2/model/MixLayoutPane.js +116 -0
- package/v2/model/MixParam.d.ts +60 -0
- package/v2/model/MixParam.js +157 -0
- package/v2/model/MixUserBackgroundImage.d.ts +11 -0
- package/v2/model/MixUserBackgroundImage.js +39 -0
- package/v2/model/PublishParam.d.ts +7 -0
- package/v2/model/PublishParam.js +24 -0
- package/v2/model/RecordObsFileAddr.d.ts +22 -0
- package/v2/model/RecordObsFileAddr.js +56 -0
- package/v2/model/RecordParam.d.ts +7 -0
- package/v2/model/RecordParam.js +24 -0
- package/v2/model/RecordRule.d.ts +46 -0
- package/v2/model/RecordRule.js +130 -0
- package/v2/model/RecordRuleReq.d.ts +30 -0
- package/v2/model/RecordRuleReq.js +76 -0
- package/v2/model/RemoveRoomRequest.d.ts +23 -0
- package/v2/model/RemoveRoomRequest.js +81 -0
- package/v2/model/RemoveRoomResponse.d.ts +8 -0
- package/v2/model/RemoveRoomResponse.js +41 -0
- package/v2/model/RemoveUsersReq.d.ts +7 -0
- package/v2/model/RemoveUsersReq.js +24 -0
- package/v2/model/RemoveUsersRequest.d.ts +26 -0
- package/v2/model/RemoveUsersRequest.js +85 -0
- package/v2/model/RemoveUsersResponse.d.ts +8 -0
- package/v2/model/RemoveUsersResponse.js +41 -0
- package/v2/model/ShowAppRequest.d.ts +19 -0
- package/v2/model/ShowAppRequest.js +66 -0
- package/v2/model/ShowAppResponse.d.ts +51 -0
- package/v2/model/ShowAppResponse.js +141 -0
- package/v2/model/ShowAutoRecordRequest.d.ts +19 -0
- package/v2/model/ShowAutoRecordRequest.js +66 -0
- package/v2/model/ShowAutoRecordResponse.d.ts +17 -0
- package/v2/model/ShowAutoRecordResponse.js +69 -0
- package/v2/model/ShowIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/ShowIndividualStreamJobRequest.js +81 -0
- package/v2/model/ShowIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/ShowIndividualStreamJobResponse.js +300 -0
- package/v2/model/ShowMixJobRequest.d.ts +23 -0
- package/v2/model/ShowMixJobRequest.js +81 -0
- package/v2/model/ShowMixJobResponse.d.ts +76 -0
- package/v2/model/ShowMixJobResponse.js +223 -0
- package/v2/model/ShowRecordCallbackRequest.d.ts +19 -0
- package/v2/model/ShowRecordCallbackRequest.js +66 -0
- package/v2/model/ShowRecordCallbackResponse.d.ts +17 -0
- package/v2/model/ShowRecordCallbackResponse.js +69 -0
- package/v2/model/ShowRecordRuleRequest.d.ts +23 -0
- package/v2/model/ShowRecordRuleRequest.js +81 -0
- package/v2/model/ShowRecordRuleResponse.d.ts +51 -0
- package/v2/model/ShowRecordRuleResponse.js +162 -0
- package/v2/model/ShowUrlAuthRequest.d.ts +19 -0
- package/v2/model/ShowUrlAuthRequest.js +66 -0
- package/v2/model/ShowUrlAuthResponse.d.ts +15 -0
- package/v2/model/ShowUrlAuthResponse.js +59 -0
- package/v2/model/StartAppRequest.d.ts +19 -0
- package/v2/model/StartAppRequest.js +66 -0
- package/v2/model/StartAppResponse.d.ts +15 -0
- package/v2/model/StartAppResponse.js +59 -0
- package/v2/model/StopAppRequest.d.ts +19 -0
- package/v2/model/StopAppRequest.js +66 -0
- package/v2/model/StopAppResponse.d.ts +15 -0
- package/v2/model/StopAppResponse.js +59 -0
- package/v2/model/StopIndividualStreamJobRequest.d.ts +23 -0
- package/v2/model/StopIndividualStreamJobRequest.js +81 -0
- package/v2/model/StopIndividualStreamJobResponse.d.ts +8 -0
- package/v2/model/StopIndividualStreamJobResponse.js +41 -0
- package/v2/model/StopMixJobRequest.d.ts +23 -0
- package/v2/model/StopMixJobRequest.js +81 -0
- package/v2/model/StopMixJobResponse.d.ts +8 -0
- package/v2/model/StopMixJobResponse.js +41 -0
- package/v2/model/UpdateAutoRecordRequest.d.ts +22 -0
- package/v2/model/UpdateAutoRecordRequest.js +70 -0
- package/v2/model/UpdateAutoRecordResponse.d.ts +17 -0
- package/v2/model/UpdateAutoRecordResponse.js +69 -0
- package/v2/model/UpdateIndividualJobReq.d.ts +13 -0
- package/v2/model/UpdateIndividualJobReq.js +37 -0
- package/v2/model/UpdateIndividualStreamJobRequest.d.ts +26 -0
- package/v2/model/UpdateIndividualStreamJobRequest.js +85 -0
- package/v2/model/UpdateIndividualStreamJobResponse.d.ts +110 -0
- package/v2/model/UpdateIndividualStreamJobResponse.js +300 -0
- package/v2/model/UpdateMixJobReq.d.ts +8 -0
- package/v2/model/UpdateMixJobReq.js +24 -0
- package/v2/model/UpdateMixJobRequest.d.ts +26 -0
- package/v2/model/UpdateMixJobRequest.js +85 -0
- package/v2/model/UpdateMixJobResponse.d.ts +76 -0
- package/v2/model/UpdateMixJobResponse.js +223 -0
- package/v2/model/UpdateMixParam.d.ts +33 -0
- package/v2/model/UpdateMixParam.js +107 -0
- package/v2/model/UpdateRecordCallbackRequest.d.ts +22 -0
- package/v2/model/UpdateRecordCallbackRequest.js +70 -0
- package/v2/model/UpdateRecordCallbackResponse.d.ts +17 -0
- package/v2/model/UpdateRecordCallbackResponse.js +69 -0
- package/v2/model/UpdateRecordRuleRequest.d.ts +26 -0
- package/v2/model/UpdateRecordRuleRequest.js +85 -0
- package/v2/model/UpdateRecordRuleResponse.d.ts +51 -0
- package/v2/model/UpdateRecordRuleResponse.js +162 -0
- package/v2/model/UpdateUrlAuthRequest.d.ts +22 -0
- package/v2/model/UpdateUrlAuthRequest.js +70 -0
- package/v2/model/UpdateUrlAuthResponse.d.ts +15 -0
- package/v2/model/UpdateUrlAuthResponse.js +59 -0
- package/v2/public-api.d.ts +82 -0
- package/v2/public-api.js +98 -0
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.UpdateMixJobResponseStopReasonEnum = exports.UpdateMixJobResponseStateEnum = exports.UpdateMixJobResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var UpdateMixJobResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(UpdateMixJobResponse, _super);
|
|
22
|
+
function UpdateMixJobResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
UpdateMixJobResponse.prototype.withJobId = function (jobId) {
|
|
26
|
+
this['job_id'] = jobId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "jobId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['job_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (jobId) {
|
|
34
|
+
this['job_id'] = jobId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
UpdateMixJobResponse.prototype.withStreamName = function (streamName) {
|
|
40
|
+
this['stream_name'] = streamName;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "streamName", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['stream_name'];
|
|
46
|
+
},
|
|
47
|
+
set: function (streamName) {
|
|
48
|
+
this['stream_name'] = streamName;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
UpdateMixJobResponse.prototype.withAppId = function (appId) {
|
|
54
|
+
this['app_id'] = appId;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "appId", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this['app_id'];
|
|
60
|
+
},
|
|
61
|
+
set: function (appId) {
|
|
62
|
+
this['app_id'] = appId;
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
UpdateMixJobResponse.prototype.withRoomId = function (roomId) {
|
|
68
|
+
this['room_id'] = roomId;
|
|
69
|
+
return this;
|
|
70
|
+
};
|
|
71
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "roomId", {
|
|
72
|
+
get: function () {
|
|
73
|
+
return this['room_id'];
|
|
74
|
+
},
|
|
75
|
+
set: function (roomId) {
|
|
76
|
+
this['room_id'] = roomId;
|
|
77
|
+
},
|
|
78
|
+
enumerable: false,
|
|
79
|
+
configurable: true
|
|
80
|
+
});
|
|
81
|
+
UpdateMixJobResponse.prototype.withMixParam = function (mixParam) {
|
|
82
|
+
this['mix_param'] = mixParam;
|
|
83
|
+
return this;
|
|
84
|
+
};
|
|
85
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "mixParam", {
|
|
86
|
+
get: function () {
|
|
87
|
+
return this['mix_param'];
|
|
88
|
+
},
|
|
89
|
+
set: function (mixParam) {
|
|
90
|
+
this['mix_param'] = mixParam;
|
|
91
|
+
},
|
|
92
|
+
enumerable: false,
|
|
93
|
+
configurable: true
|
|
94
|
+
});
|
|
95
|
+
UpdateMixJobResponse.prototype.withRecordParam = function (recordParam) {
|
|
96
|
+
this['record_param'] = recordParam;
|
|
97
|
+
return this;
|
|
98
|
+
};
|
|
99
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "recordParam", {
|
|
100
|
+
get: function () {
|
|
101
|
+
return this['record_param'];
|
|
102
|
+
},
|
|
103
|
+
set: function (recordParam) {
|
|
104
|
+
this['record_param'] = recordParam;
|
|
105
|
+
},
|
|
106
|
+
enumerable: false,
|
|
107
|
+
configurable: true
|
|
108
|
+
});
|
|
109
|
+
UpdateMixJobResponse.prototype.withCreateTime = function (createTime) {
|
|
110
|
+
this['create_time'] = createTime;
|
|
111
|
+
return this;
|
|
112
|
+
};
|
|
113
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "createTime", {
|
|
114
|
+
get: function () {
|
|
115
|
+
return this['create_time'];
|
|
116
|
+
},
|
|
117
|
+
set: function (createTime) {
|
|
118
|
+
this['create_time'] = createTime;
|
|
119
|
+
},
|
|
120
|
+
enumerable: false,
|
|
121
|
+
configurable: true
|
|
122
|
+
});
|
|
123
|
+
UpdateMixJobResponse.prototype.withUpdateTime = function (updateTime) {
|
|
124
|
+
this['update_time'] = updateTime;
|
|
125
|
+
return this;
|
|
126
|
+
};
|
|
127
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "updateTime", {
|
|
128
|
+
get: function () {
|
|
129
|
+
return this['update_time'];
|
|
130
|
+
},
|
|
131
|
+
set: function (updateTime) {
|
|
132
|
+
this['update_time'] = updateTime;
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
UpdateMixJobResponse.prototype.withState = function (state) {
|
|
138
|
+
this['state'] = state;
|
|
139
|
+
return this;
|
|
140
|
+
};
|
|
141
|
+
UpdateMixJobResponse.prototype.withStopReason = function (stopReason) {
|
|
142
|
+
this['stop_reason'] = stopReason;
|
|
143
|
+
return this;
|
|
144
|
+
};
|
|
145
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "stopReason", {
|
|
146
|
+
get: function () {
|
|
147
|
+
return this['stop_reason'];
|
|
148
|
+
},
|
|
149
|
+
set: function (stopReason) {
|
|
150
|
+
this['stop_reason'] = stopReason;
|
|
151
|
+
},
|
|
152
|
+
enumerable: false,
|
|
153
|
+
configurable: true
|
|
154
|
+
});
|
|
155
|
+
UpdateMixJobResponse.prototype.withDescription = function (description) {
|
|
156
|
+
this['description'] = description;
|
|
157
|
+
return this;
|
|
158
|
+
};
|
|
159
|
+
UpdateMixJobResponse.prototype.withStartTime = function (startTime) {
|
|
160
|
+
this['start_time'] = startTime;
|
|
161
|
+
return this;
|
|
162
|
+
};
|
|
163
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "startTime", {
|
|
164
|
+
get: function () {
|
|
165
|
+
return this['start_time'];
|
|
166
|
+
},
|
|
167
|
+
set: function (startTime) {
|
|
168
|
+
this['start_time'] = startTime;
|
|
169
|
+
},
|
|
170
|
+
enumerable: false,
|
|
171
|
+
configurable: true
|
|
172
|
+
});
|
|
173
|
+
UpdateMixJobResponse.prototype.withStopTime = function (stopTime) {
|
|
174
|
+
this['stop_time'] = stopTime;
|
|
175
|
+
return this;
|
|
176
|
+
};
|
|
177
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "stopTime", {
|
|
178
|
+
get: function () {
|
|
179
|
+
return this['stop_time'];
|
|
180
|
+
},
|
|
181
|
+
set: function (stopTime) {
|
|
182
|
+
this['stop_time'] = stopTime;
|
|
183
|
+
},
|
|
184
|
+
enumerable: false,
|
|
185
|
+
configurable: true
|
|
186
|
+
});
|
|
187
|
+
UpdateMixJobResponse.prototype.withXRequestId = function (xRequestId) {
|
|
188
|
+
this['X-request-Id'] = xRequestId;
|
|
189
|
+
return this;
|
|
190
|
+
};
|
|
191
|
+
Object.defineProperty(UpdateMixJobResponse.prototype, "xRequestId", {
|
|
192
|
+
get: function () {
|
|
193
|
+
return this['X-request-Id'];
|
|
194
|
+
},
|
|
195
|
+
set: function (xRequestId) {
|
|
196
|
+
this['X-request-Id'] = xRequestId;
|
|
197
|
+
},
|
|
198
|
+
enumerable: false,
|
|
199
|
+
configurable: true
|
|
200
|
+
});
|
|
201
|
+
return UpdateMixJobResponse;
|
|
202
|
+
}(SdkResponse_1.SdkResponse));
|
|
203
|
+
exports.UpdateMixJobResponse = UpdateMixJobResponse;
|
|
204
|
+
/**
|
|
205
|
+
* @export
|
|
206
|
+
* @enum {string}
|
|
207
|
+
*/
|
|
208
|
+
var UpdateMixJobResponseStateEnum;
|
|
209
|
+
(function (UpdateMixJobResponseStateEnum) {
|
|
210
|
+
UpdateMixJobResponseStateEnum["INIT"] = "INIT";
|
|
211
|
+
UpdateMixJobResponseStateEnum["RUNNING"] = "RUNNING";
|
|
212
|
+
UpdateMixJobResponseStateEnum["STOPPED"] = "STOPPED";
|
|
213
|
+
})(UpdateMixJobResponseStateEnum || (exports.UpdateMixJobResponseStateEnum = UpdateMixJobResponseStateEnum = {}));
|
|
214
|
+
/**
|
|
215
|
+
* @export
|
|
216
|
+
* @enum {string}
|
|
217
|
+
*/
|
|
218
|
+
var UpdateMixJobResponseStopReasonEnum;
|
|
219
|
+
(function (UpdateMixJobResponseStopReasonEnum) {
|
|
220
|
+
UpdateMixJobResponseStopReasonEnum["TENANT_STOP"] = "TENANT_STOP";
|
|
221
|
+
UpdateMixJobResponseStopReasonEnum["EXCEED_MAX_IDLE_TIME"] = "EXCEED_MAX_IDLE_TIME";
|
|
222
|
+
UpdateMixJobResponseStopReasonEnum["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
223
|
+
})(UpdateMixJobResponseStopReasonEnum || (exports.UpdateMixJobResponseStopReasonEnum = UpdateMixJobResponseStopReasonEnum = {}));
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { MixLayoutPane } from './MixLayoutPane';
|
|
2
|
+
import { MixUserBackgroundImage } from './MixUserBackgroundImage';
|
|
3
|
+
export declare class UpdateMixParam {
|
|
4
|
+
private 'layout_template'?;
|
|
5
|
+
private 'background_image'?;
|
|
6
|
+
private 'default_user_background_image'?;
|
|
7
|
+
private 'screen_background_image'?;
|
|
8
|
+
private 'max_idle_time'?;
|
|
9
|
+
private 'layout_panes'?;
|
|
10
|
+
private 'user_background_images'?;
|
|
11
|
+
constructor();
|
|
12
|
+
withLayoutTemplate(layoutTemplate: string): UpdateMixParam;
|
|
13
|
+
set layoutTemplate(layoutTemplate: string | undefined);
|
|
14
|
+
get layoutTemplate(): string | undefined;
|
|
15
|
+
withBackgroundImage(backgroundImage: string): UpdateMixParam;
|
|
16
|
+
set backgroundImage(backgroundImage: string | undefined);
|
|
17
|
+
get backgroundImage(): string | undefined;
|
|
18
|
+
withDefaultUserBackgroundImage(defaultUserBackgroundImage: string): UpdateMixParam;
|
|
19
|
+
set defaultUserBackgroundImage(defaultUserBackgroundImage: string | undefined);
|
|
20
|
+
get defaultUserBackgroundImage(): string | undefined;
|
|
21
|
+
withScreenBackgroundImage(screenBackgroundImage: string): UpdateMixParam;
|
|
22
|
+
set screenBackgroundImage(screenBackgroundImage: string | undefined);
|
|
23
|
+
get screenBackgroundImage(): string | undefined;
|
|
24
|
+
withMaxIdleTime(maxIdleTime: number): UpdateMixParam;
|
|
25
|
+
set maxIdleTime(maxIdleTime: number | undefined);
|
|
26
|
+
get maxIdleTime(): number | undefined;
|
|
27
|
+
withLayoutPanes(layoutPanes: Array<MixLayoutPane>): UpdateMixParam;
|
|
28
|
+
set layoutPanes(layoutPanes: Array<MixLayoutPane> | undefined);
|
|
29
|
+
get layoutPanes(): Array<MixLayoutPane> | undefined;
|
|
30
|
+
withUserBackgroundImages(userBackgroundImages: Array<MixUserBackgroundImage>): UpdateMixParam;
|
|
31
|
+
set userBackgroundImages(userBackgroundImages: Array<MixUserBackgroundImage> | undefined);
|
|
32
|
+
get userBackgroundImages(): Array<MixUserBackgroundImage> | undefined;
|
|
33
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateMixParam = void 0;
|
|
4
|
+
var UpdateMixParam = /** @class */ (function () {
|
|
5
|
+
function UpdateMixParam() {
|
|
6
|
+
}
|
|
7
|
+
UpdateMixParam.prototype.withLayoutTemplate = function (layoutTemplate) {
|
|
8
|
+
this['layout_template'] = layoutTemplate;
|
|
9
|
+
return this;
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(UpdateMixParam.prototype, "layoutTemplate", {
|
|
12
|
+
get: function () {
|
|
13
|
+
return this['layout_template'];
|
|
14
|
+
},
|
|
15
|
+
set: function (layoutTemplate) {
|
|
16
|
+
this['layout_template'] = layoutTemplate;
|
|
17
|
+
},
|
|
18
|
+
enumerable: false,
|
|
19
|
+
configurable: true
|
|
20
|
+
});
|
|
21
|
+
UpdateMixParam.prototype.withBackgroundImage = function (backgroundImage) {
|
|
22
|
+
this['background_image'] = backgroundImage;
|
|
23
|
+
return this;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(UpdateMixParam.prototype, "backgroundImage", {
|
|
26
|
+
get: function () {
|
|
27
|
+
return this['background_image'];
|
|
28
|
+
},
|
|
29
|
+
set: function (backgroundImage) {
|
|
30
|
+
this['background_image'] = backgroundImage;
|
|
31
|
+
},
|
|
32
|
+
enumerable: false,
|
|
33
|
+
configurable: true
|
|
34
|
+
});
|
|
35
|
+
UpdateMixParam.prototype.withDefaultUserBackgroundImage = function (defaultUserBackgroundImage) {
|
|
36
|
+
this['default_user_background_image'] = defaultUserBackgroundImage;
|
|
37
|
+
return this;
|
|
38
|
+
};
|
|
39
|
+
Object.defineProperty(UpdateMixParam.prototype, "defaultUserBackgroundImage", {
|
|
40
|
+
get: function () {
|
|
41
|
+
return this['default_user_background_image'];
|
|
42
|
+
},
|
|
43
|
+
set: function (defaultUserBackgroundImage) {
|
|
44
|
+
this['default_user_background_image'] = defaultUserBackgroundImage;
|
|
45
|
+
},
|
|
46
|
+
enumerable: false,
|
|
47
|
+
configurable: true
|
|
48
|
+
});
|
|
49
|
+
UpdateMixParam.prototype.withScreenBackgroundImage = function (screenBackgroundImage) {
|
|
50
|
+
this['screen_background_image'] = screenBackgroundImage;
|
|
51
|
+
return this;
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(UpdateMixParam.prototype, "screenBackgroundImage", {
|
|
54
|
+
get: function () {
|
|
55
|
+
return this['screen_background_image'];
|
|
56
|
+
},
|
|
57
|
+
set: function (screenBackgroundImage) {
|
|
58
|
+
this['screen_background_image'] = screenBackgroundImage;
|
|
59
|
+
},
|
|
60
|
+
enumerable: false,
|
|
61
|
+
configurable: true
|
|
62
|
+
});
|
|
63
|
+
UpdateMixParam.prototype.withMaxIdleTime = function (maxIdleTime) {
|
|
64
|
+
this['max_idle_time'] = maxIdleTime;
|
|
65
|
+
return this;
|
|
66
|
+
};
|
|
67
|
+
Object.defineProperty(UpdateMixParam.prototype, "maxIdleTime", {
|
|
68
|
+
get: function () {
|
|
69
|
+
return this['max_idle_time'];
|
|
70
|
+
},
|
|
71
|
+
set: function (maxIdleTime) {
|
|
72
|
+
this['max_idle_time'] = maxIdleTime;
|
|
73
|
+
},
|
|
74
|
+
enumerable: false,
|
|
75
|
+
configurable: true
|
|
76
|
+
});
|
|
77
|
+
UpdateMixParam.prototype.withLayoutPanes = function (layoutPanes) {
|
|
78
|
+
this['layout_panes'] = layoutPanes;
|
|
79
|
+
return this;
|
|
80
|
+
};
|
|
81
|
+
Object.defineProperty(UpdateMixParam.prototype, "layoutPanes", {
|
|
82
|
+
get: function () {
|
|
83
|
+
return this['layout_panes'];
|
|
84
|
+
},
|
|
85
|
+
set: function (layoutPanes) {
|
|
86
|
+
this['layout_panes'] = layoutPanes;
|
|
87
|
+
},
|
|
88
|
+
enumerable: false,
|
|
89
|
+
configurable: true
|
|
90
|
+
});
|
|
91
|
+
UpdateMixParam.prototype.withUserBackgroundImages = function (userBackgroundImages) {
|
|
92
|
+
this['user_background_images'] = userBackgroundImages;
|
|
93
|
+
return this;
|
|
94
|
+
};
|
|
95
|
+
Object.defineProperty(UpdateMixParam.prototype, "userBackgroundImages", {
|
|
96
|
+
get: function () {
|
|
97
|
+
return this['user_background_images'];
|
|
98
|
+
},
|
|
99
|
+
set: function (userBackgroundImages) {
|
|
100
|
+
this['user_background_images'] = userBackgroundImages;
|
|
101
|
+
},
|
|
102
|
+
enumerable: false,
|
|
103
|
+
configurable: true
|
|
104
|
+
});
|
|
105
|
+
return UpdateMixParam;
|
|
106
|
+
}());
|
|
107
|
+
exports.UpdateMixParam = UpdateMixParam;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AppCallbackUrlReq } from './AppCallbackUrlReq';
|
|
2
|
+
export declare class UpdateRecordCallbackRequest {
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
private 'app_id';
|
|
7
|
+
body?: AppCallbackUrlReq;
|
|
8
|
+
constructor(appId?: any);
|
|
9
|
+
withAuthorization(authorization: string): UpdateRecordCallbackRequest;
|
|
10
|
+
set authorization(authorization: string | undefined);
|
|
11
|
+
get authorization(): string | undefined;
|
|
12
|
+
withXSdkDate(xSdkDate: string): UpdateRecordCallbackRequest;
|
|
13
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
14
|
+
get xSdkDate(): string | undefined;
|
|
15
|
+
withXProjectId(xProjectId: string): UpdateRecordCallbackRequest;
|
|
16
|
+
set xProjectId(xProjectId: string | undefined);
|
|
17
|
+
get xProjectId(): string | undefined;
|
|
18
|
+
withAppId(appId: string): UpdateRecordCallbackRequest;
|
|
19
|
+
set appId(appId: string | undefined);
|
|
20
|
+
get appId(): string | undefined;
|
|
21
|
+
withBody(body: AppCallbackUrlReq): UpdateRecordCallbackRequest;
|
|
22
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateRecordCallbackRequest = void 0;
|
|
4
|
+
var UpdateRecordCallbackRequest = /** @class */ (function () {
|
|
5
|
+
function UpdateRecordCallbackRequest(appId) {
|
|
6
|
+
this['app_id'] = appId;
|
|
7
|
+
}
|
|
8
|
+
UpdateRecordCallbackRequest.prototype.withAuthorization = function (authorization) {
|
|
9
|
+
this['Authorization'] = authorization;
|
|
10
|
+
return this;
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(UpdateRecordCallbackRequest.prototype, "authorization", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this['Authorization'];
|
|
15
|
+
},
|
|
16
|
+
set: function (authorization) {
|
|
17
|
+
this['Authorization'] = authorization;
|
|
18
|
+
},
|
|
19
|
+
enumerable: false,
|
|
20
|
+
configurable: true
|
|
21
|
+
});
|
|
22
|
+
UpdateRecordCallbackRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
23
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
24
|
+
return this;
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(UpdateRecordCallbackRequest.prototype, "xSdkDate", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this['X-Sdk-Date'];
|
|
29
|
+
},
|
|
30
|
+
set: function (xSdkDate) {
|
|
31
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
UpdateRecordCallbackRequest.prototype.withXProjectId = function (xProjectId) {
|
|
37
|
+
this['X-Project-Id'] = xProjectId;
|
|
38
|
+
return this;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(UpdateRecordCallbackRequest.prototype, "xProjectId", {
|
|
41
|
+
get: function () {
|
|
42
|
+
return this['X-Project-Id'];
|
|
43
|
+
},
|
|
44
|
+
set: function (xProjectId) {
|
|
45
|
+
this['X-Project-Id'] = xProjectId;
|
|
46
|
+
},
|
|
47
|
+
enumerable: false,
|
|
48
|
+
configurable: true
|
|
49
|
+
});
|
|
50
|
+
UpdateRecordCallbackRequest.prototype.withAppId = function (appId) {
|
|
51
|
+
this['app_id'] = appId;
|
|
52
|
+
return this;
|
|
53
|
+
};
|
|
54
|
+
Object.defineProperty(UpdateRecordCallbackRequest.prototype, "appId", {
|
|
55
|
+
get: function () {
|
|
56
|
+
return this['app_id'];
|
|
57
|
+
},
|
|
58
|
+
set: function (appId) {
|
|
59
|
+
this['app_id'] = appId;
|
|
60
|
+
},
|
|
61
|
+
enumerable: false,
|
|
62
|
+
configurable: true
|
|
63
|
+
});
|
|
64
|
+
UpdateRecordCallbackRequest.prototype.withBody = function (body) {
|
|
65
|
+
this['body'] = body;
|
|
66
|
+
return this;
|
|
67
|
+
};
|
|
68
|
+
return UpdateRecordCallbackRequest;
|
|
69
|
+
}());
|
|
70
|
+
exports.UpdateRecordCallbackRequest = UpdateRecordCallbackRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AppCallbackUrl } from './AppCallbackUrl';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class UpdateRecordCallbackResponse extends SdkResponse {
|
|
4
|
+
private 'app_id'?;
|
|
5
|
+
private 'record_callback'?;
|
|
6
|
+
private 'X-request-Id'?;
|
|
7
|
+
constructor();
|
|
8
|
+
withAppId(appId: string): UpdateRecordCallbackResponse;
|
|
9
|
+
set appId(appId: string | undefined);
|
|
10
|
+
get appId(): string | undefined;
|
|
11
|
+
withRecordCallback(recordCallback: AppCallbackUrl): UpdateRecordCallbackResponse;
|
|
12
|
+
set recordCallback(recordCallback: AppCallbackUrl | undefined);
|
|
13
|
+
get recordCallback(): AppCallbackUrl | undefined;
|
|
14
|
+
withXRequestId(xRequestId: string): UpdateRecordCallbackResponse;
|
|
15
|
+
set xRequestId(xRequestId: string | undefined);
|
|
16
|
+
get xRequestId(): string | undefined;
|
|
17
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.UpdateRecordCallbackResponse = void 0;
|
|
19
|
+
var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
20
|
+
var UpdateRecordCallbackResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(UpdateRecordCallbackResponse, _super);
|
|
22
|
+
function UpdateRecordCallbackResponse() {
|
|
23
|
+
return _super.call(this) || this;
|
|
24
|
+
}
|
|
25
|
+
UpdateRecordCallbackResponse.prototype.withAppId = function (appId) {
|
|
26
|
+
this['app_id'] = appId;
|
|
27
|
+
return this;
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(UpdateRecordCallbackResponse.prototype, "appId", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this['app_id'];
|
|
32
|
+
},
|
|
33
|
+
set: function (appId) {
|
|
34
|
+
this['app_id'] = appId;
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
UpdateRecordCallbackResponse.prototype.withRecordCallback = function (recordCallback) {
|
|
40
|
+
this['record_callback'] = recordCallback;
|
|
41
|
+
return this;
|
|
42
|
+
};
|
|
43
|
+
Object.defineProperty(UpdateRecordCallbackResponse.prototype, "recordCallback", {
|
|
44
|
+
get: function () {
|
|
45
|
+
return this['record_callback'];
|
|
46
|
+
},
|
|
47
|
+
set: function (recordCallback) {
|
|
48
|
+
this['record_callback'] = recordCallback;
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
UpdateRecordCallbackResponse.prototype.withXRequestId = function (xRequestId) {
|
|
54
|
+
this['X-request-Id'] = xRequestId;
|
|
55
|
+
return this;
|
|
56
|
+
};
|
|
57
|
+
Object.defineProperty(UpdateRecordCallbackResponse.prototype, "xRequestId", {
|
|
58
|
+
get: function () {
|
|
59
|
+
return this['X-request-Id'];
|
|
60
|
+
},
|
|
61
|
+
set: function (xRequestId) {
|
|
62
|
+
this['X-request-Id'] = xRequestId;
|
|
63
|
+
},
|
|
64
|
+
enumerable: false,
|
|
65
|
+
configurable: true
|
|
66
|
+
});
|
|
67
|
+
return UpdateRecordCallbackResponse;
|
|
68
|
+
}(SdkResponse_1.SdkResponse));
|
|
69
|
+
exports.UpdateRecordCallbackResponse = UpdateRecordCallbackResponse;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { RecordRuleReq } from './RecordRuleReq';
|
|
2
|
+
export declare class UpdateRecordRuleRequest {
|
|
3
|
+
private 'Authorization'?;
|
|
4
|
+
private 'X-Sdk-Date'?;
|
|
5
|
+
private 'X-Project-Id'?;
|
|
6
|
+
private 'app_id';
|
|
7
|
+
private 'rule_id';
|
|
8
|
+
body?: RecordRuleReq;
|
|
9
|
+
constructor(appId?: any, ruleId?: any);
|
|
10
|
+
withAuthorization(authorization: string): UpdateRecordRuleRequest;
|
|
11
|
+
set authorization(authorization: string | undefined);
|
|
12
|
+
get authorization(): string | undefined;
|
|
13
|
+
withXSdkDate(xSdkDate: string): UpdateRecordRuleRequest;
|
|
14
|
+
set xSdkDate(xSdkDate: string | undefined);
|
|
15
|
+
get xSdkDate(): string | undefined;
|
|
16
|
+
withXProjectId(xProjectId: string): UpdateRecordRuleRequest;
|
|
17
|
+
set xProjectId(xProjectId: string | undefined);
|
|
18
|
+
get xProjectId(): string | undefined;
|
|
19
|
+
withAppId(appId: string): UpdateRecordRuleRequest;
|
|
20
|
+
set appId(appId: string | undefined);
|
|
21
|
+
get appId(): string | undefined;
|
|
22
|
+
withRuleId(ruleId: string): UpdateRecordRuleRequest;
|
|
23
|
+
set ruleId(ruleId: string | undefined);
|
|
24
|
+
get ruleId(): string | undefined;
|
|
25
|
+
withBody(body: RecordRuleReq): UpdateRecordRuleRequest;
|
|
26
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateRecordRuleRequest = void 0;
|
|
4
|
+
var UpdateRecordRuleRequest = /** @class */ (function () {
|
|
5
|
+
function UpdateRecordRuleRequest(appId, ruleId) {
|
|
6
|
+
this['app_id'] = appId;
|
|
7
|
+
this['rule_id'] = ruleId;
|
|
8
|
+
}
|
|
9
|
+
UpdateRecordRuleRequest.prototype.withAuthorization = function (authorization) {
|
|
10
|
+
this['Authorization'] = authorization;
|
|
11
|
+
return this;
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(UpdateRecordRuleRequest.prototype, "authorization", {
|
|
14
|
+
get: function () {
|
|
15
|
+
return this['Authorization'];
|
|
16
|
+
},
|
|
17
|
+
set: function (authorization) {
|
|
18
|
+
this['Authorization'] = authorization;
|
|
19
|
+
},
|
|
20
|
+
enumerable: false,
|
|
21
|
+
configurable: true
|
|
22
|
+
});
|
|
23
|
+
UpdateRecordRuleRequest.prototype.withXSdkDate = function (xSdkDate) {
|
|
24
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
25
|
+
return this;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(UpdateRecordRuleRequest.prototype, "xSdkDate", {
|
|
28
|
+
get: function () {
|
|
29
|
+
return this['X-Sdk-Date'];
|
|
30
|
+
},
|
|
31
|
+
set: function (xSdkDate) {
|
|
32
|
+
this['X-Sdk-Date'] = xSdkDate;
|
|
33
|
+
},
|
|
34
|
+
enumerable: false,
|
|
35
|
+
configurable: true
|
|
36
|
+
});
|
|
37
|
+
UpdateRecordRuleRequest.prototype.withXProjectId = function (xProjectId) {
|
|
38
|
+
this['X-Project-Id'] = xProjectId;
|
|
39
|
+
return this;
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(UpdateRecordRuleRequest.prototype, "xProjectId", {
|
|
42
|
+
get: function () {
|
|
43
|
+
return this['X-Project-Id'];
|
|
44
|
+
},
|
|
45
|
+
set: function (xProjectId) {
|
|
46
|
+
this['X-Project-Id'] = xProjectId;
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
UpdateRecordRuleRequest.prototype.withAppId = function (appId) {
|
|
52
|
+
this['app_id'] = appId;
|
|
53
|
+
return this;
|
|
54
|
+
};
|
|
55
|
+
Object.defineProperty(UpdateRecordRuleRequest.prototype, "appId", {
|
|
56
|
+
get: function () {
|
|
57
|
+
return this['app_id'];
|
|
58
|
+
},
|
|
59
|
+
set: function (appId) {
|
|
60
|
+
this['app_id'] = appId;
|
|
61
|
+
},
|
|
62
|
+
enumerable: false,
|
|
63
|
+
configurable: true
|
|
64
|
+
});
|
|
65
|
+
UpdateRecordRuleRequest.prototype.withRuleId = function (ruleId) {
|
|
66
|
+
this['rule_id'] = ruleId;
|
|
67
|
+
return this;
|
|
68
|
+
};
|
|
69
|
+
Object.defineProperty(UpdateRecordRuleRequest.prototype, "ruleId", {
|
|
70
|
+
get: function () {
|
|
71
|
+
return this['rule_id'];
|
|
72
|
+
},
|
|
73
|
+
set: function (ruleId) {
|
|
74
|
+
this['rule_id'] = ruleId;
|
|
75
|
+
},
|
|
76
|
+
enumerable: false,
|
|
77
|
+
configurable: true
|
|
78
|
+
});
|
|
79
|
+
UpdateRecordRuleRequest.prototype.withBody = function (body) {
|
|
80
|
+
this['body'] = body;
|
|
81
|
+
return this;
|
|
82
|
+
};
|
|
83
|
+
return UpdateRecordRuleRequest;
|
|
84
|
+
}());
|
|
85
|
+
exports.UpdateRecordRuleRequest = UpdateRecordRuleRequest;
|