@huaweicloud/huaweicloud-sdk-workspaceapp 3.1.165 → 3.1.166
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 +2 -2
- package/v1/WorkspaceAppClient.d.ts +380 -15
- package/v1/WorkspaceAppClient.d.ts.map +1 -1
- package/v1/WorkspaceAppClient.js +722 -18
- package/v1/WorkspaceAppClient.js.map +1 -1
- package/v1/model/CheckAppGroupReq.d.ts +6 -0
- package/v1/model/CheckAppGroupReq.d.ts.map +1 -0
- package/v1/model/CheckAppGroupReq.js +14 -0
- package/v1/model/CheckAppGroupReq.js.map +1 -0
- package/v1/model/CheckAppGroupRequest.d.ts +7 -0
- package/v1/model/CheckAppGroupRequest.d.ts.map +1 -0
- package/v1/model/CheckAppGroupRequest.js +13 -0
- package/v1/model/CheckAppGroupRequest.js.map +1 -0
- package/v1/model/CheckAppGroupResponse.d.ts +12 -0
- package/v1/model/CheckAppGroupResponse.d.ts.map +1 -0
- package/v1/model/CheckAppGroupResponse.js +25 -0
- package/v1/model/CheckAppGroupResponse.js.map +1 -0
- package/v1/model/CloudStorageAssignmentCreateInfo.d.ts +6 -2
- package/v1/model/CloudStorageAssignmentCreateInfo.d.ts.map +1 -1
- package/v1/model/CloudStorageAssignmentCreateInfo.js +14 -2
- package/v1/model/CloudStorageAssignmentCreateInfo.js.map +1 -1
- package/v1/model/CountImageSubJobsRequest.d.ts +14 -0
- package/v1/model/CountImageSubJobsRequest.d.ts.map +1 -0
- package/v1/model/CountImageSubJobsRequest.js +33 -0
- package/v1/model/CountImageSubJobsRequest.js.map +1 -0
- package/v1/model/CountImageSubJobsResponse.d.ts +7 -0
- package/v1/model/CountImageSubJobsResponse.d.ts.map +1 -0
- package/v1/model/CountImageSubJobsResponse.js +15 -0
- package/v1/model/CountImageSubJobsResponse.js.map +1 -0
- package/v1/model/CreateAppServersRequest.d.ts +8 -0
- package/v1/model/CreateAppServersRequest.d.ts.map +1 -1
- package/v1/model/CreateAppServersRequest.js +20 -0
- package/v1/model/CreateAppServersRequest.js.map +1 -1
- package/v1/model/ExportAppConnectionRequest.d.ts +7 -0
- package/v1/model/ExportAppConnectionRequest.d.ts.map +1 -0
- package/v1/model/ExportAppConnectionRequest.js +13 -0
- package/v1/model/ExportAppConnectionRequest.js.map +1 -0
- package/v1/model/ExportAppConnectionResponse.d.ts +9 -0
- package/v1/model/ExportAppConnectionResponse.d.ts.map +1 -0
- package/v1/model/ExportAppConnectionResponse.js +21 -0
- package/v1/model/ExportAppConnectionResponse.js.map +1 -0
- package/v1/model/ExportSessionsReq.d.ts +40 -0
- package/v1/model/ExportSessionsReq.d.ts.map +1 -0
- package/v1/model/ExportSessionsReq.js +99 -0
- package/v1/model/ExportSessionsReq.js.map +1 -0
- package/v1/model/ExportSessionsRequest.d.ts +7 -0
- package/v1/model/ExportSessionsRequest.d.ts.map +1 -0
- package/v1/model/ExportSessionsRequest.js +13 -0
- package/v1/model/ExportSessionsRequest.js.map +1 -0
- package/v1/model/ExportSessionsResponse.d.ts +9 -0
- package/v1/model/ExportSessionsResponse.d.ts.map +1 -0
- package/v1/model/ExportSessionsResponse.js +21 -0
- package/v1/model/ExportSessionsResponse.js.map +1 -0
- package/v1/model/ExportUserConnectionRequest.d.ts +7 -0
- package/v1/model/ExportUserConnectionRequest.d.ts.map +1 -0
- package/v1/model/ExportUserConnectionRequest.js +13 -0
- package/v1/model/ExportUserConnectionRequest.js.map +1 -0
- package/v1/model/ExportUserConnectionResponse.d.ts +9 -0
- package/v1/model/ExportUserConnectionResponse.d.ts.map +1 -0
- package/v1/model/ExportUserConnectionResponse.js +21 -0
- package/v1/model/ExportUserConnectionResponse.js.map +1 -0
- package/v1/model/FileInfo.d.ts +14 -0
- package/v1/model/FileInfo.d.ts.map +1 -0
- package/v1/model/FileInfo.js +33 -0
- package/v1/model/FileInfo.js.map +1 -0
- package/v1/model/FolderInfo.d.ts +10 -0
- package/v1/model/FolderInfo.d.ts.map +1 -0
- package/v1/model/FolderInfo.js +23 -0
- package/v1/model/FolderInfo.js.map +1 -0
- package/v1/model/FolderRedirectionOptions.d.ts +16 -0
- package/v1/model/FolderRedirectionOptions.d.ts.map +1 -0
- package/v1/model/FolderRedirectionOptions.js +39 -0
- package/v1/model/FolderRedirectionOptions.js.map +1 -0
- package/v1/model/ListFoldersAndFilesRequest.d.ts +22 -0
- package/v1/model/ListFoldersAndFilesRequest.d.ts.map +1 -0
- package/v1/model/ListFoldersAndFilesRequest.js +55 -0
- package/v1/model/ListFoldersAndFilesRequest.js.map +1 -0
- package/v1/model/ListFoldersAndFilesResponse.d.ts +25 -0
- package/v1/model/ListFoldersAndFilesResponse.d.ts.map +1 -0
- package/v1/model/ListFoldersAndFilesResponse.js +51 -0
- package/v1/model/ListFoldersAndFilesResponse.js.map +1 -0
- package/v1/model/ListPolicyGroupResponse.d.ts +4 -0
- package/v1/model/ListPolicyGroupResponse.d.ts.map +1 -1
- package/v1/model/ListPolicyGroupResponse.js +10 -0
- package/v1/model/ListPolicyGroupResponse.js.map +1 -1
- package/v1/model/LogoffUserSessionReq.d.ts +1 -1
- package/v1/model/LogoffUserSessionReq.d.ts.map +1 -1
- package/v1/model/LogoffUserSessionReq.js +2 -1
- package/v1/model/LogoffUserSessionReq.js.map +1 -1
- package/v1/model/Policies.d.ts +10 -0
- package/v1/model/Policies.d.ts.map +1 -1
- package/v1/model/Policies.js +20 -0
- package/v1/model/Policies.js.map +1 -1
- package/v1/model/PoliciesFolderRedirection.d.ts +11 -0
- package/v1/model/PoliciesFolderRedirection.d.ts.map +1 -0
- package/v1/model/PoliciesFolderRedirection.js +23 -0
- package/v1/model/PoliciesFolderRedirection.js.map +1 -0
- package/v1/model/PoliciesUrlRedirection.d.ts +11 -0
- package/v1/model/PoliciesUrlRedirection.d.ts.map +1 -0
- package/v1/model/PoliciesUrlRedirection.js +23 -0
- package/v1/model/PoliciesUrlRedirection.js.map +1 -0
- package/v1/model/ResetUserProfileReq.d.ts +12 -0
- package/v1/model/ResetUserProfileReq.d.ts.map +1 -0
- package/v1/model/ResetUserProfileReq.js +30 -0
- package/v1/model/ResetUserProfileReq.js.map +1 -0
- package/v1/model/ResetUserProfileRequest.d.ts +7 -0
- package/v1/model/ResetUserProfileRequest.d.ts.map +1 -0
- package/v1/model/ResetUserProfileRequest.js +13 -0
- package/v1/model/ResetUserProfileRequest.js.map +1 -0
- package/v1/model/ResetUserProfileResponse.d.ts +5 -0
- package/v1/model/ResetUserProfileResponse.d.ts.map +1 -0
- package/v1/model/ResetUserProfileResponse.js +11 -0
- package/v1/model/ResetUserProfileResponse.js.map +1 -0
- package/v1/model/ServerAddress.d.ts +4 -4
- package/v1/model/ServerAddress.d.ts.map +1 -1
- package/v1/model/ServerAddress.js +10 -10
- package/v1/model/ServerAddress.js.map +1 -1
- package/v1/model/ShowHdaUpgradeFlagRequest.d.ts +4 -0
- package/v1/model/ShowHdaUpgradeFlagRequest.d.ts.map +1 -0
- package/v1/model/ShowHdaUpgradeFlagRequest.js +9 -0
- package/v1/model/ShowHdaUpgradeFlagRequest.js.map +1 -0
- package/v1/model/ShowHdaUpgradeFlagResponse.d.ts +9 -0
- package/v1/model/ShowHdaUpgradeFlagResponse.d.ts.map +1 -0
- package/v1/model/ShowHdaUpgradeFlagResponse.js +21 -0
- package/v1/model/ShowHdaUpgradeFlagResponse.js.map +1 -0
- package/v1/model/ShowPrivacyStatementRequest.d.ts +8 -0
- package/v1/model/ShowPrivacyStatementRequest.d.ts.map +1 -0
- package/v1/model/ShowPrivacyStatementRequest.js +19 -0
- package/v1/model/ShowPrivacyStatementRequest.js.map +1 -0
- package/v1/model/ShowPrivacyStatementResponse.d.ts +23 -0
- package/v1/model/ShowPrivacyStatementResponse.d.ts.map +1 -0
- package/v1/model/ShowPrivacyStatementResponse.js +53 -0
- package/v1/model/ShowPrivacyStatementResponse.js.map +1 -0
- package/v1/model/SignPrivacyStatementReq.d.ts +6 -0
- package/v1/model/SignPrivacyStatementReq.d.ts.map +1 -0
- package/v1/model/SignPrivacyStatementReq.js +14 -0
- package/v1/model/SignPrivacyStatementReq.js.map +1 -0
- package/v1/model/SignPrivacyStatementRequest.d.ts +7 -0
- package/v1/model/SignPrivacyStatementRequest.d.ts.map +1 -0
- package/v1/model/SignPrivacyStatementRequest.js +13 -0
- package/v1/model/SignPrivacyStatementRequest.js.map +1 -0
- package/v1/model/SignPrivacyStatementResponse.d.ts +5 -0
- package/v1/model/SignPrivacyStatementResponse.d.ts.map +1 -0
- package/v1/model/SignPrivacyStatementResponse.js +11 -0
- package/v1/model/SignPrivacyStatementResponse.js.map +1 -0
- package/v1/model/TransferFilePreReq.d.ts +24 -0
- package/v1/model/TransferFilePreReq.d.ts.map +1 -0
- package/v1/model/TransferFilePreReq.js +63 -0
- package/v1/model/TransferFilePreReq.js.map +1 -0
- package/v1/model/TransferFilePreRequest.d.ts +7 -0
- package/v1/model/TransferFilePreRequest.d.ts.map +1 -0
- package/v1/model/TransferFilePreRequest.js +13 -0
- package/v1/model/TransferFilePreRequest.js.map +1 -0
- package/v1/model/TransferFilePreResponse.d.ts +17 -0
- package/v1/model/TransferFilePreResponse.d.ts.map +1 -0
- package/v1/model/TransferFilePreResponse.js +41 -0
- package/v1/model/TransferFilePreResponse.js.map +1 -0
- package/v1/model/TransferFileReq.d.ts +32 -0
- package/v1/model/TransferFileReq.d.ts.map +1 -0
- package/v1/model/TransferFileReq.js +82 -0
- package/v1/model/TransferFileReq.js.map +1 -0
- package/v1/model/TransferFileRequest.d.ts +7 -0
- package/v1/model/TransferFileRequest.d.ts.map +1 -0
- package/v1/model/TransferFileRequest.js +13 -0
- package/v1/model/TransferFileRequest.js.map +1 -0
- package/v1/model/TransferFileResponse.d.ts +25 -0
- package/v1/model/TransferFileResponse.d.ts.map +1 -0
- package/v1/model/TransferFileResponse.js +61 -0
- package/v1/model/TransferFileResponse.js.map +1 -0
- package/v1/model/UploadAppIconRequestBody.d.ts +5 -1
- package/v1/model/UploadAppIconRequestBody.d.ts.map +1 -1
- package/v1/model/UploadAppIconRequestBody.js +11 -2
- package/v1/model/UploadAppIconRequestBody.js.map +1 -1
- package/v1/model/UrlRedirectionOptions.d.ts +12 -0
- package/v1/model/UrlRedirectionOptions.d.ts.map +1 -0
- package/v1/model/UrlRedirectionOptions.js +29 -0
- package/v1/model/UrlRedirectionOptions.js.map +1 -0
- package/v1/model/ValidateRuleEnum.d.ts +4 -0
- package/v1/model/ValidateRuleEnum.d.ts.map +1 -0
- package/v1/model/ValidateRuleEnum.js +9 -0
- package/v1/model/ValidateRuleEnum.js.map +1 -0
- package/v1/model/ValidateServerGroupRequest.d.ts +7 -0
- package/v1/model/ValidateServerGroupRequest.d.ts.map +1 -0
- package/v1/model/ValidateServerGroupRequest.js +13 -0
- package/v1/model/ValidateServerGroupRequest.js.map +1 -0
- package/v1/model/ValidateServerGroupResponse.d.ts +12 -0
- package/v1/model/ValidateServerGroupResponse.d.ts.map +1 -0
- package/v1/model/ValidateServerGroupResponse.js +25 -0
- package/v1/model/ValidateServerGroupResponse.js.map +1 -0
- package/v1/model/ValidateSeverGroupReq.d.ts +6 -0
- package/v1/model/ValidateSeverGroupReq.d.ts.map +1 -0
- package/v1/model/ValidateSeverGroupReq.js +14 -0
- package/v1/model/ValidateSeverGroupReq.js.map +1 -0
- package/v1/public-api.d.ts +40 -0
- package/v1/public-api.d.ts.map +1 -1
- package/v1/public-api.js +40 -0
- package/v1/public-api.js.map +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFilePreReq = void 0;
|
|
4
|
+
class TransferFilePreReq {
|
|
5
|
+
constructor(userName, fileName, fileCode, fileAccCode) {
|
|
6
|
+
this['user_name'] = userName;
|
|
7
|
+
this['file_name'] = fileName;
|
|
8
|
+
this['file_code'] = fileCode;
|
|
9
|
+
this['file_acc_code'] = fileAccCode;
|
|
10
|
+
}
|
|
11
|
+
withUserName(userName) {
|
|
12
|
+
this['user_name'] = userName;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
set userName(userName) {
|
|
16
|
+
this['user_name'] = userName;
|
|
17
|
+
}
|
|
18
|
+
get userName() {
|
|
19
|
+
return this['user_name'];
|
|
20
|
+
}
|
|
21
|
+
withFileName(fileName) {
|
|
22
|
+
this['file_name'] = fileName;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
set fileName(fileName) {
|
|
26
|
+
this['file_name'] = fileName;
|
|
27
|
+
}
|
|
28
|
+
get fileName() {
|
|
29
|
+
return this['file_name'];
|
|
30
|
+
}
|
|
31
|
+
withFileCode(fileCode) {
|
|
32
|
+
this['file_code'] = fileCode;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
set fileCode(fileCode) {
|
|
36
|
+
this['file_code'] = fileCode;
|
|
37
|
+
}
|
|
38
|
+
get fileCode() {
|
|
39
|
+
return this['file_code'];
|
|
40
|
+
}
|
|
41
|
+
withFileAccCode(fileAccCode) {
|
|
42
|
+
this['file_acc_code'] = fileAccCode;
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
set fileAccCode(fileAccCode) {
|
|
46
|
+
this['file_acc_code'] = fileAccCode;
|
|
47
|
+
}
|
|
48
|
+
get fileAccCode() {
|
|
49
|
+
return this['file_acc_code'];
|
|
50
|
+
}
|
|
51
|
+
withFileSystemName(fileSystemName) {
|
|
52
|
+
this['file_system_name'] = fileSystemName;
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
55
|
+
set fileSystemName(fileSystemName) {
|
|
56
|
+
this['file_system_name'] = fileSystemName;
|
|
57
|
+
}
|
|
58
|
+
get fileSystemName() {
|
|
59
|
+
return this['file_system_name'];
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.TransferFilePreReq = TransferFilePreReq;
|
|
63
|
+
//# sourceMappingURL=TransferFilePreReq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFilePreReq.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFilePreReq.ts"],"names":[],"mappings":";;;AAEA,MAAa,kBAAkB;IAM3B,YAAmB,QAAiB,EAAE,QAAiB,EAAE,QAAiB,EAAE,WAAoB;QAC5F,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AA9DD,gDA8DC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TransferFilePreReq } from './TransferFilePreReq';
|
|
2
|
+
export declare class TransferFilePreRequest {
|
|
3
|
+
body?: TransferFilePreReq;
|
|
4
|
+
constructor();
|
|
5
|
+
withBody(body: TransferFilePreReq): TransferFilePreRequest;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=TransferFilePreRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFilePreRequest.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFilePreRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,qBAAa,sBAAsB;IACxB,IAAI,CAAC,EAAE,kBAAkB,CAAC;;IAG1B,QAAQ,CAAC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB;CAIpE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFilePreRequest = void 0;
|
|
4
|
+
class TransferFilePreRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withBody(body) {
|
|
8
|
+
this['body'] = body;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.TransferFilePreRequest = TransferFilePreRequest;
|
|
13
|
+
//# sourceMappingURL=TransferFilePreRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFilePreRequest.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFilePreRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,sBAAsB;IAE/B;IACA,CAAC;IACM,QAAQ,CAAC,IAAwB;QACpC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,wDAQC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class TransferFilePreResponse extends SdkResponse {
|
|
3
|
+
private 'target_file_url'?;
|
|
4
|
+
private 'file_system_name'?;
|
|
5
|
+
private 'folder_name'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withTargetFileUrl(targetFileUrl: string): TransferFilePreResponse;
|
|
8
|
+
set targetFileUrl(targetFileUrl: string | undefined);
|
|
9
|
+
get targetFileUrl(): string | undefined;
|
|
10
|
+
withFileSystemName(fileSystemName: string): TransferFilePreResponse;
|
|
11
|
+
set fileSystemName(fileSystemName: string | undefined);
|
|
12
|
+
get fileSystemName(): string | undefined;
|
|
13
|
+
withFolderName(folderName: string): TransferFilePreResponse;
|
|
14
|
+
set folderName(folderName: string | undefined);
|
|
15
|
+
get folderName(): string | undefined;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=TransferFilePreResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFilePreResponse.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFilePreResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IACpD,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,uBAAuB;IAIxE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,uBAAuB;IAI1E,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,uBAAuB;IAIlE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFilePreResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class TransferFilePreResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withTargetFileUrl(targetFileUrl) {
|
|
10
|
+
this['target_file_url'] = targetFileUrl;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set targetFileUrl(targetFileUrl) {
|
|
14
|
+
this['target_file_url'] = targetFileUrl;
|
|
15
|
+
}
|
|
16
|
+
get targetFileUrl() {
|
|
17
|
+
return this['target_file_url'];
|
|
18
|
+
}
|
|
19
|
+
withFileSystemName(fileSystemName) {
|
|
20
|
+
this['file_system_name'] = fileSystemName;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set fileSystemName(fileSystemName) {
|
|
24
|
+
this['file_system_name'] = fileSystemName;
|
|
25
|
+
}
|
|
26
|
+
get fileSystemName() {
|
|
27
|
+
return this['file_system_name'];
|
|
28
|
+
}
|
|
29
|
+
withFolderName(folderName) {
|
|
30
|
+
this['folder_name'] = folderName;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set folderName(folderName) {
|
|
34
|
+
this['folder_name'] = folderName;
|
|
35
|
+
}
|
|
36
|
+
get folderName() {
|
|
37
|
+
return this['folder_name'];
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.TransferFilePreResponse = TransferFilePreResponse;
|
|
41
|
+
//# sourceMappingURL=TransferFilePreResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFilePreResponse.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFilePreResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IAIpD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AArCD,0DAqCC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare class TransferFileReq {
|
|
2
|
+
private 'transfer_type'?;
|
|
3
|
+
private 'user_name'?;
|
|
4
|
+
private 'file_url'?;
|
|
5
|
+
private 'file_code'?;
|
|
6
|
+
private 'file_acc_code'?;
|
|
7
|
+
private 'target_file_url'?;
|
|
8
|
+
private 'file_system_name'?;
|
|
9
|
+
constructor(transferType?: number, userName?: string, fileUrl?: string);
|
|
10
|
+
withTransferType(transferType: number): TransferFileReq;
|
|
11
|
+
set transferType(transferType: number | undefined);
|
|
12
|
+
get transferType(): number | undefined;
|
|
13
|
+
withUserName(userName: string): TransferFileReq;
|
|
14
|
+
set userName(userName: string | undefined);
|
|
15
|
+
get userName(): string | undefined;
|
|
16
|
+
withFileUrl(fileUrl: string): TransferFileReq;
|
|
17
|
+
set fileUrl(fileUrl: string | undefined);
|
|
18
|
+
get fileUrl(): string | undefined;
|
|
19
|
+
withFileCode(fileCode: string): TransferFileReq;
|
|
20
|
+
set fileCode(fileCode: string | undefined);
|
|
21
|
+
get fileCode(): string | undefined;
|
|
22
|
+
withFileAccCode(fileAccCode: string): TransferFileReq;
|
|
23
|
+
set fileAccCode(fileAccCode: string | undefined);
|
|
24
|
+
get fileAccCode(): string | undefined;
|
|
25
|
+
withTargetFileUrl(targetFileUrl: string): TransferFileReq;
|
|
26
|
+
set targetFileUrl(targetFileUrl: string | undefined);
|
|
27
|
+
get targetFileUrl(): string | undefined;
|
|
28
|
+
withFileSystemName(fileSystemName: string): TransferFileReq;
|
|
29
|
+
set fileSystemName(fileSystemName: string | undefined);
|
|
30
|
+
get fileSystemName(): string | undefined;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=TransferFileReq.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileReq.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileReq.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IACxB,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,kBAAkB,CAAC,CAAS;gBACjB,YAAY,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAKtE,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,eAAe;IAI9D,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAItD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe;IAIpD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAItD,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,eAAe;IAI5D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,eAAe;IAIhE,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,eAAe;IAIlE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFileReq = void 0;
|
|
4
|
+
class TransferFileReq {
|
|
5
|
+
constructor(transferType, userName, fileUrl) {
|
|
6
|
+
this['transfer_type'] = transferType;
|
|
7
|
+
this['user_name'] = userName;
|
|
8
|
+
this['file_url'] = fileUrl;
|
|
9
|
+
}
|
|
10
|
+
withTransferType(transferType) {
|
|
11
|
+
this['transfer_type'] = transferType;
|
|
12
|
+
return this;
|
|
13
|
+
}
|
|
14
|
+
set transferType(transferType) {
|
|
15
|
+
this['transfer_type'] = transferType;
|
|
16
|
+
}
|
|
17
|
+
get transferType() {
|
|
18
|
+
return this['transfer_type'];
|
|
19
|
+
}
|
|
20
|
+
withUserName(userName) {
|
|
21
|
+
this['user_name'] = userName;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set userName(userName) {
|
|
25
|
+
this['user_name'] = userName;
|
|
26
|
+
}
|
|
27
|
+
get userName() {
|
|
28
|
+
return this['user_name'];
|
|
29
|
+
}
|
|
30
|
+
withFileUrl(fileUrl) {
|
|
31
|
+
this['file_url'] = fileUrl;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
set fileUrl(fileUrl) {
|
|
35
|
+
this['file_url'] = fileUrl;
|
|
36
|
+
}
|
|
37
|
+
get fileUrl() {
|
|
38
|
+
return this['file_url'];
|
|
39
|
+
}
|
|
40
|
+
withFileCode(fileCode) {
|
|
41
|
+
this['file_code'] = fileCode;
|
|
42
|
+
return this;
|
|
43
|
+
}
|
|
44
|
+
set fileCode(fileCode) {
|
|
45
|
+
this['file_code'] = fileCode;
|
|
46
|
+
}
|
|
47
|
+
get fileCode() {
|
|
48
|
+
return this['file_code'];
|
|
49
|
+
}
|
|
50
|
+
withFileAccCode(fileAccCode) {
|
|
51
|
+
this['file_acc_code'] = fileAccCode;
|
|
52
|
+
return this;
|
|
53
|
+
}
|
|
54
|
+
set fileAccCode(fileAccCode) {
|
|
55
|
+
this['file_acc_code'] = fileAccCode;
|
|
56
|
+
}
|
|
57
|
+
get fileAccCode() {
|
|
58
|
+
return this['file_acc_code'];
|
|
59
|
+
}
|
|
60
|
+
withTargetFileUrl(targetFileUrl) {
|
|
61
|
+
this['target_file_url'] = targetFileUrl;
|
|
62
|
+
return this;
|
|
63
|
+
}
|
|
64
|
+
set targetFileUrl(targetFileUrl) {
|
|
65
|
+
this['target_file_url'] = targetFileUrl;
|
|
66
|
+
}
|
|
67
|
+
get targetFileUrl() {
|
|
68
|
+
return this['target_file_url'];
|
|
69
|
+
}
|
|
70
|
+
withFileSystemName(fileSystemName) {
|
|
71
|
+
this['file_system_name'] = fileSystemName;
|
|
72
|
+
return this;
|
|
73
|
+
}
|
|
74
|
+
set fileSystemName(fileSystemName) {
|
|
75
|
+
this['file_system_name'] = fileSystemName;
|
|
76
|
+
}
|
|
77
|
+
get fileSystemName() {
|
|
78
|
+
return this['file_system_name'];
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
exports.TransferFileReq = TransferFileReq;
|
|
82
|
+
//# sourceMappingURL=TransferFileReq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileReq.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileReq.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAQxB,YAAmB,YAAqB,EAAE,QAAiB,EAAE,OAAgB;QACzE,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AAnFD,0CAmFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileRequest.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGpD,qBAAa,mBAAmB;IACrB,IAAI,CAAC,EAAE,eAAe,CAAC;;IAGvB,QAAQ,CAAC,IAAI,EAAE,eAAe,GAAG,mBAAmB;CAI9D"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFileRequest = void 0;
|
|
4
|
+
class TransferFileRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withBody(body) {
|
|
8
|
+
this['body'] = body;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.TransferFileRequest = TransferFileRequest;
|
|
13
|
+
//# sourceMappingURL=TransferFileRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileRequest.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAE5B;IACA,CAAC;IACM,QAAQ,CAAC,IAAqB;QACjC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,kDAQC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class TransferFileResponse extends SdkResponse {
|
|
3
|
+
private 'file_url'?;
|
|
4
|
+
private 'file_code'?;
|
|
5
|
+
private 'file_acc_code'?;
|
|
6
|
+
private 'file_system_name'?;
|
|
7
|
+
private 'folder_name'?;
|
|
8
|
+
constructor();
|
|
9
|
+
withFileUrl(fileUrl: string): TransferFileResponse;
|
|
10
|
+
set fileUrl(fileUrl: string | undefined);
|
|
11
|
+
get fileUrl(): string | undefined;
|
|
12
|
+
withFileCode(fileCode: string): TransferFileResponse;
|
|
13
|
+
set fileCode(fileCode: string | undefined);
|
|
14
|
+
get fileCode(): string | undefined;
|
|
15
|
+
withFileAccCode(fileAccCode: string): TransferFileResponse;
|
|
16
|
+
set fileAccCode(fileAccCode: string | undefined);
|
|
17
|
+
get fileAccCode(): string | undefined;
|
|
18
|
+
withFileSystemName(fileSystemName: string): TransferFileResponse;
|
|
19
|
+
set fileSystemName(fileSystemName: string | undefined);
|
|
20
|
+
get fileSystemName(): string | undefined;
|
|
21
|
+
withFolderName(folderName: string): TransferFileResponse;
|
|
22
|
+
set folderName(folderName: string | undefined);
|
|
23
|
+
get folderName(): string | undefined;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=TransferFileResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileResponse.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oBAAqB,SAAQ,WAAW;IACjD,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,aAAa,CAAC,CAAS;;IAIxB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IAIzD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,oBAAoB;IAI3D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,oBAAoB;IAIjE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,oBAAoB;IAIvE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,oBAAoB;IAI/D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TransferFileResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class TransferFileResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withFileUrl(fileUrl) {
|
|
10
|
+
this['file_url'] = fileUrl;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set fileUrl(fileUrl) {
|
|
14
|
+
this['file_url'] = fileUrl;
|
|
15
|
+
}
|
|
16
|
+
get fileUrl() {
|
|
17
|
+
return this['file_url'];
|
|
18
|
+
}
|
|
19
|
+
withFileCode(fileCode) {
|
|
20
|
+
this['file_code'] = fileCode;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set fileCode(fileCode) {
|
|
24
|
+
this['file_code'] = fileCode;
|
|
25
|
+
}
|
|
26
|
+
get fileCode() {
|
|
27
|
+
return this['file_code'];
|
|
28
|
+
}
|
|
29
|
+
withFileAccCode(fileAccCode) {
|
|
30
|
+
this['file_acc_code'] = fileAccCode;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set fileAccCode(fileAccCode) {
|
|
34
|
+
this['file_acc_code'] = fileAccCode;
|
|
35
|
+
}
|
|
36
|
+
get fileAccCode() {
|
|
37
|
+
return this['file_acc_code'];
|
|
38
|
+
}
|
|
39
|
+
withFileSystemName(fileSystemName) {
|
|
40
|
+
this['file_system_name'] = fileSystemName;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set fileSystemName(fileSystemName) {
|
|
44
|
+
this['file_system_name'] = fileSystemName;
|
|
45
|
+
}
|
|
46
|
+
get fileSystemName() {
|
|
47
|
+
return this['file_system_name'];
|
|
48
|
+
}
|
|
49
|
+
withFolderName(folderName) {
|
|
50
|
+
this['folder_name'] = folderName;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
set folderName(folderName) {
|
|
54
|
+
this['folder_name'] = folderName;
|
|
55
|
+
}
|
|
56
|
+
get folderName() {
|
|
57
|
+
return this['folder_name'];
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.TransferFileResponse = TransferFileResponse;
|
|
61
|
+
//# sourceMappingURL=TransferFileResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TransferFileResponse.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/TransferFileResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,oBAAqB,SAAQ,yBAAW;IAMjD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AA3DD,oDA2DC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export declare class UploadAppIconRequestBody {
|
|
2
2
|
data?: any;
|
|
3
|
-
|
|
3
|
+
private 'icon_url'?;
|
|
4
|
+
constructor();
|
|
4
5
|
withData(data: any): UploadAppIconRequestBody;
|
|
6
|
+
withIconUrl(iconUrl: string): UploadAppIconRequestBody;
|
|
7
|
+
set iconUrl(iconUrl: string | undefined);
|
|
8
|
+
get iconUrl(): string | undefined;
|
|
5
9
|
}
|
|
6
10
|
//# sourceMappingURL=UploadAppIconRequestBody.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadAppIconRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UploadAppIconRequestBody.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IAC1B,IAAI,CAAC,EAAE,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"UploadAppIconRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UploadAppIconRequestBody.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IAC1B,IAAI,CAAC,EAAE,GAAG,CAAC;IAClB,OAAO,CAAC,UAAU,CAAC,CAAS;;IAGrB,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB;IAI7C,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,wBAAwB;IAI7D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
|
|
@@ -2,13 +2,22 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UploadAppIconRequestBody = void 0;
|
|
4
4
|
class UploadAppIconRequestBody {
|
|
5
|
-
constructor(
|
|
6
|
-
this['data'] = data;
|
|
5
|
+
constructor() {
|
|
7
6
|
}
|
|
8
7
|
withData(data) {
|
|
9
8
|
this['data'] = data;
|
|
10
9
|
return this;
|
|
11
10
|
}
|
|
11
|
+
withIconUrl(iconUrl) {
|
|
12
|
+
this['icon_url'] = iconUrl;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
set iconUrl(iconUrl) {
|
|
16
|
+
this['icon_url'] = iconUrl;
|
|
17
|
+
}
|
|
18
|
+
get iconUrl() {
|
|
19
|
+
return this['icon_url'];
|
|
20
|
+
}
|
|
12
21
|
}
|
|
13
22
|
exports.UploadAppIconRequestBody = UploadAppIconRequestBody;
|
|
14
23
|
//# sourceMappingURL=UploadAppIconRequestBody.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UploadAppIconRequestBody.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UploadAppIconRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"UploadAppIconRequestBody.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UploadAppIconRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IAGjC;IACA,CAAC;IACM,QAAQ,CAAC,IAAS;QACrB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAnBD,4DAmBC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class UrlRedirectionOptions {
|
|
2
|
+
private 'url_include_list'?;
|
|
3
|
+
private 'url_exclude_list'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withUrlIncludeList(urlIncludeList: string): UrlRedirectionOptions;
|
|
6
|
+
set urlIncludeList(urlIncludeList: string | undefined);
|
|
7
|
+
get urlIncludeList(): string | undefined;
|
|
8
|
+
withUrlExcludeList(urlExcludeList: string): UrlRedirectionOptions;
|
|
9
|
+
set urlExcludeList(urlExcludeList: string | undefined);
|
|
10
|
+
get urlExcludeList(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=UrlRedirectionOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UrlRedirectionOptions.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UrlRedirectionOptions.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAC9B,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,kBAAkB,CAAC,CAAS;;IAG7B,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,qBAAqB;IAIxE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,qBAAqB;IAIxE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UrlRedirectionOptions = void 0;
|
|
4
|
+
class UrlRedirectionOptions {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withUrlIncludeList(urlIncludeList) {
|
|
8
|
+
this['url_include_list'] = urlIncludeList;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set urlIncludeList(urlIncludeList) {
|
|
12
|
+
this['url_include_list'] = urlIncludeList;
|
|
13
|
+
}
|
|
14
|
+
get urlIncludeList() {
|
|
15
|
+
return this['url_include_list'];
|
|
16
|
+
}
|
|
17
|
+
withUrlExcludeList(urlExcludeList) {
|
|
18
|
+
this['url_exclude_list'] = urlExcludeList;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set urlExcludeList(urlExcludeList) {
|
|
22
|
+
this['url_exclude_list'] = urlExcludeList;
|
|
23
|
+
}
|
|
24
|
+
get urlExcludeList() {
|
|
25
|
+
return this['url_exclude_list'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.UrlRedirectionOptions = UrlRedirectionOptions;
|
|
29
|
+
//# sourceMappingURL=UrlRedirectionOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UrlRedirectionOptions.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/UrlRedirectionOptions.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;IAG9B;IACA,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AAzBD,sDAyBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateRuleEnum.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateRuleEnum.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;;CAG5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateRuleEnum.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateRuleEnum.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IACzB;IACA,CAAC;CACJ;AAHD,4CAGC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ValidateSeverGroupReq } from './ValidateSeverGroupReq';
|
|
2
|
+
export declare class ValidateServerGroupRequest {
|
|
3
|
+
body?: ValidateSeverGroupReq;
|
|
4
|
+
constructor();
|
|
5
|
+
withBody(body: ValidateSeverGroupReq): ValidateServerGroupRequest;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=ValidateServerGroupRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateServerGroupRequest.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateServerGroupRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,qBAAa,0BAA0B;IAC5B,IAAI,CAAC,EAAE,qBAAqB,CAAC;;IAG7B,QAAQ,CAAC,IAAI,EAAE,qBAAqB,GAAG,0BAA0B;CAI3E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidateServerGroupRequest = void 0;
|
|
4
|
+
class ValidateServerGroupRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withBody(body) {
|
|
8
|
+
this['body'] = body;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.ValidateServerGroupRequest = ValidateServerGroupRequest;
|
|
13
|
+
//# sourceMappingURL=ValidateServerGroupRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateServerGroupRequest.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateServerGroupRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,0BAA0B;IAEnC;IACA,CAAC;IACM,QAAQ,CAAC,IAA2B;QACvC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,gEAQC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ValidateRuleEnum } from './ValidateRuleEnum';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ValidateServerGroupResponse extends SdkResponse {
|
|
4
|
+
result?: boolean;
|
|
5
|
+
private 'validate_rule'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withResult(result: boolean): ValidateServerGroupResponse;
|
|
8
|
+
withValidateRule(validateRule: ValidateRuleEnum): ValidateServerGroupResponse;
|
|
9
|
+
set validateRule(validateRule: ValidateRuleEnum | undefined);
|
|
10
|
+
get validateRule(): ValidateRuleEnum | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=ValidateServerGroupResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateServerGroupResponse.d.ts","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateServerGroupResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,2BAA4B,SAAQ,WAAW;IACjD,MAAM,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,eAAe,CAAC,CAAmB;;IAIpC,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,2BAA2B;IAIxD,gBAAgB,CAAC,YAAY,EAAE,gBAAgB,GAAG,2BAA2B;IAIpF,IAAW,YAAY,CAAC,YAAY,EAAE,gBAAgB,GAAI,SAAS,EAElE;IACD,IAAW,YAAY,IAAI,gBAAgB,GAAG,SAAS,CAEtD;CACJ"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidateServerGroupResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ValidateServerGroupResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withResult(result) {
|
|
10
|
+
this['result'] = result;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withValidateRule(validateRule) {
|
|
14
|
+
this['validate_rule'] = validateRule;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
set validateRule(validateRule) {
|
|
18
|
+
this['validate_rule'] = validateRule;
|
|
19
|
+
}
|
|
20
|
+
get validateRule() {
|
|
21
|
+
return this['validate_rule'];
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.ValidateServerGroupResponse = ValidateServerGroupResponse;
|
|
25
|
+
//# sourceMappingURL=ValidateServerGroupResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateServerGroupResponse.js","sourceRoot":"","sources":["../../../../../services/workspaceapp/v1/model/ValidateServerGroupResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,2BAA4B,SAAQ,yBAAW;IAGxD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAA8B;QAClD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAA2C;QAC/D,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AApBD,kEAoBC"}
|