@alicloud/websitebuild20250429 2.30.3 → 2.31.0
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.d.ts +19 -4
- package/dist/client.js +43 -4
- package/dist/client.js.map +1 -1
- package/dist/models/AuthorizeAppProxyOpsRequest.d.ts +21 -0
- package/dist/models/AuthorizeAppProxyOpsRequest.js +58 -0
- package/dist/models/AuthorizeAppProxyOpsRequest.js.map +1 -0
- package/dist/models/AuthorizeAppProxyOpsResponse.d.ts +19 -0
- package/dist/models/AuthorizeAppProxyOpsResponse.js +69 -0
- package/dist/models/AuthorizeAppProxyOpsResponse.js.map +1 -0
- package/dist/models/AuthorizeAppProxyOpsResponseBody.d.ts +131 -0
- package/dist/models/AuthorizeAppProxyOpsResponseBody.js +107 -0
- package/dist/models/AuthorizeAppProxyOpsResponseBody.js.map +1 -0
- package/dist/models/GetUserAccessTokenForPartnerResponseBody.d.ts +1 -1
- package/dist/models/ListAppTemplatesRequest.d.ts +11 -11
- package/dist/models/ListAppTemplatesResponseBody.d.ts +79 -79
- package/dist/models/model.d.ts +4 -0
- package/dist/models/model.js +22 -13
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +46 -4
- package/src/models/AuthorizeAppProxyOpsRequest.ts +34 -0
- package/src/models/AuthorizeAppProxyOpsResponse.ts +40 -0
- package/src/models/AuthorizeAppProxyOpsResponseBody.ts +184 -0
- package/src/models/GetUserAccessTokenForPartnerResponseBody.ts +1 -1
- package/src/models/ListAppTemplatesRequest.ts +11 -11
- package/src/models/ListAppTemplatesResponseBody.ts +79 -79
- package/src/models/model.ts +4 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class AuthorizeAppProxyOpsRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The session ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 593fe1a2-d0b4-4fde-a2b0-78ad6a438d41
|
|
9
|
+
*/
|
|
10
|
+
conversationId?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AuthorizeAppProxyOpsRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class AuthorizeAppProxyOpsRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
conversationId: 'ConversationId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
conversationId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.AuthorizeAppProxyOpsRequest = AuthorizeAppProxyOpsRequest;
|
|
58
|
+
//# sourceMappingURL=AuthorizeAppProxyOpsRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthorizeAppProxyOpsRequest.js","sourceRoot":"","sources":["../../src/models/AuthorizeAppProxyOpsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAS1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;SACzB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,kEA4BC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { AuthorizeAppProxyOpsResponseBody } from "./AuthorizeAppProxyOpsResponseBody";
|
|
3
|
+
export declare class AuthorizeAppProxyOpsResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: AuthorizeAppProxyOpsResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AuthorizeAppProxyOpsResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const AuthorizeAppProxyOpsResponseBody_1 = require("./AuthorizeAppProxyOpsResponseBody");
|
|
40
|
+
class AuthorizeAppProxyOpsResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: AuthorizeAppProxyOpsResponseBody_1.AuthorizeAppProxyOpsResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.AuthorizeAppProxyOpsResponse = AuthorizeAppProxyOpsResponse;
|
|
69
|
+
//# sourceMappingURL=AuthorizeAppProxyOpsResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthorizeAppProxyOpsResponse.js","sourceRoot":"","sources":["../../src/models/AuthorizeAppProxyOpsResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yFAAsF;AAGtF,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAI3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,mEAAgC;SACvC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,oEAiCC"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class AuthorizeAppProxyOpsResponseBodyModule extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Indicates whether the service-linked role is authorized.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* Y
|
|
9
|
+
*/
|
|
10
|
+
authorized?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The RAM service role authorization link returned when the service-linked role is not authorized.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* url
|
|
17
|
+
*/
|
|
18
|
+
ramAuthLink?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The authorization URL built with tmpTicket, returned when the service-linked role is authorized.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 12345rert
|
|
25
|
+
*/
|
|
26
|
+
tmpTicket?: string;
|
|
27
|
+
static names(): {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
static types(): {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
validate(): void;
|
|
34
|
+
constructor(map?: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
export declare class AuthorizeAppProxyOpsResponseBody extends $dara.Model {
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The deprecated parameter.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* {}
|
|
45
|
+
*/
|
|
46
|
+
accessDeniedDetail?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* Indicates whether retry is allowed.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* False
|
|
53
|
+
*/
|
|
54
|
+
allowRetry?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The application name.
|
|
58
|
+
*
|
|
59
|
+
* @example
|
|
60
|
+
* spring-cloud-b
|
|
61
|
+
*/
|
|
62
|
+
appName?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The dynamic error code.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ERROR-oo1
|
|
69
|
+
*/
|
|
70
|
+
dynamicCode?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The dynamic error message.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* xxx
|
|
77
|
+
*/
|
|
78
|
+
dynamicMessage?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The error parameters.
|
|
82
|
+
*/
|
|
83
|
+
errorArgs?: any[];
|
|
84
|
+
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The response object.
|
|
87
|
+
*/
|
|
88
|
+
module?: AuthorizeAppProxyOpsResponseBodyModule;
|
|
89
|
+
/**
|
|
90
|
+
* @remarks
|
|
91
|
+
* Id of the request
|
|
92
|
+
*
|
|
93
|
+
* @example
|
|
94
|
+
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
95
|
+
*/
|
|
96
|
+
requestId?: string;
|
|
97
|
+
/**
|
|
98
|
+
* @remarks
|
|
99
|
+
* The error code.
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* SYSTEM.ERROR
|
|
103
|
+
*/
|
|
104
|
+
rootErrorCode?: string;
|
|
105
|
+
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* The root error message.
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* 系统异常
|
|
111
|
+
*/
|
|
112
|
+
rootErrorMsg?: string;
|
|
113
|
+
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* Indicates whether the request is synchronously processed.
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* True
|
|
119
|
+
*/
|
|
120
|
+
synchro?: boolean;
|
|
121
|
+
static names(): {
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
};
|
|
124
|
+
static types(): {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
};
|
|
127
|
+
validate(): void;
|
|
128
|
+
constructor(map?: {
|
|
129
|
+
[key: string]: any;
|
|
130
|
+
});
|
|
131
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AuthorizeAppProxyOpsResponseBody = exports.AuthorizeAppProxyOpsResponseBodyModule = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class AuthorizeAppProxyOpsResponseBodyModule extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
authorized: 'Authorized',
|
|
43
|
+
ramAuthLink: 'RamAuthLink',
|
|
44
|
+
tmpTicket: 'TmpTicket',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
authorized: 'boolean',
|
|
50
|
+
ramAuthLink: 'string',
|
|
51
|
+
tmpTicket: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.AuthorizeAppProxyOpsResponseBodyModule = AuthorizeAppProxyOpsResponseBodyModule;
|
|
62
|
+
class AuthorizeAppProxyOpsResponseBody extends $dara.Model {
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
66
|
+
allowRetry: 'AllowRetry',
|
|
67
|
+
appName: 'AppName',
|
|
68
|
+
dynamicCode: 'DynamicCode',
|
|
69
|
+
dynamicMessage: 'DynamicMessage',
|
|
70
|
+
errorArgs: 'ErrorArgs',
|
|
71
|
+
module: 'Module',
|
|
72
|
+
requestId: 'RequestId',
|
|
73
|
+
rootErrorCode: 'RootErrorCode',
|
|
74
|
+
rootErrorMsg: 'RootErrorMsg',
|
|
75
|
+
synchro: 'Synchro',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
static types() {
|
|
79
|
+
return {
|
|
80
|
+
accessDeniedDetail: 'string',
|
|
81
|
+
allowRetry: 'boolean',
|
|
82
|
+
appName: 'string',
|
|
83
|
+
dynamicCode: 'string',
|
|
84
|
+
dynamicMessage: 'string',
|
|
85
|
+
errorArgs: { 'type': 'array', 'itemType': 'any' },
|
|
86
|
+
module: AuthorizeAppProxyOpsResponseBodyModule,
|
|
87
|
+
requestId: 'string',
|
|
88
|
+
rootErrorCode: 'string',
|
|
89
|
+
rootErrorMsg: 'string',
|
|
90
|
+
synchro: 'boolean',
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
validate() {
|
|
94
|
+
if (Array.isArray(this.errorArgs)) {
|
|
95
|
+
$dara.Model.validateArray(this.errorArgs);
|
|
96
|
+
}
|
|
97
|
+
if (this.module && typeof this.module.validate === 'function') {
|
|
98
|
+
this.module.validate();
|
|
99
|
+
}
|
|
100
|
+
super.validate();
|
|
101
|
+
}
|
|
102
|
+
constructor(map) {
|
|
103
|
+
super(map);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.AuthorizeAppProxyOpsResponseBody = AuthorizeAppProxyOpsResponseBody;
|
|
107
|
+
//# sourceMappingURL=AuthorizeAppProxyOpsResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthorizeAppProxyOpsResponseBody.js","sourceRoot":"","sources":["../../src/models/AuthorizeAppProxyOpsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAyBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,SAAS;YACrB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,wFAgDC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAmF/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,MAAM,EAAE,sCAAsC;YAC9C,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhID,4EAgIC"}
|
|
@@ -15,7 +15,7 @@ export declare class GetUserAccessTokenForPartnerResponseBodyModule extends $dar
|
|
|
15
15
|
export declare class GetUserAccessTokenForPartnerResponseBody extends $dara.Model {
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The error code. If the request is successful,
|
|
18
|
+
* The error code. If the request is successful, this field is not returned. If the request fails, this field is returned. For more information, see the error codes in this topic.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 0
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The application type.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* TRACE
|
|
@@ -10,7 +10,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
10
10
|
appType?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The color scheme.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* Red
|
|
@@ -18,7 +18,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
18
18
|
colorScheme?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* industry
|
|
21
|
+
* The industry category.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* Retail
|
|
@@ -26,7 +26,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
26
26
|
industry?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* The search keyword.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ${\\"wget JiexJPWT.popscan.xaliyun.com\\"}
|
|
@@ -34,9 +34,9 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
34
34
|
keyword?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
*
|
|
37
|
+
* The number of entries per query.
|
|
38
38
|
*
|
|
39
|
-
*
|
|
39
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* 10
|
|
@@ -44,7 +44,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
44
44
|
maxResults?: number;
|
|
45
45
|
/**
|
|
46
46
|
* @remarks
|
|
47
|
-
*
|
|
47
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
48
48
|
*
|
|
49
49
|
* @example
|
|
50
50
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -52,7 +52,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
52
52
|
nextToken?: string;
|
|
53
53
|
/**
|
|
54
54
|
* @remarks
|
|
55
|
-
*
|
|
55
|
+
* The page number.
|
|
56
56
|
*
|
|
57
57
|
* @example
|
|
58
58
|
* 1
|
|
@@ -60,7 +60,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
60
60
|
pageNum?: number;
|
|
61
61
|
/**
|
|
62
62
|
* @remarks
|
|
63
|
-
*
|
|
63
|
+
* The page size.
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
66
|
* 10
|
|
@@ -68,7 +68,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
68
68
|
pageSize?: number;
|
|
69
69
|
/**
|
|
70
70
|
* @remarks
|
|
71
|
-
* Edition
|
|
71
|
+
* The Edition.
|
|
72
72
|
*
|
|
73
73
|
* @example
|
|
74
74
|
* V2
|
|
@@ -76,7 +76,7 @@ export declare class ListAppTemplatesRequest extends $dara.Model {
|
|
|
76
76
|
productVersion?: string;
|
|
77
77
|
/**
|
|
78
78
|
* @remarks
|
|
79
|
-
* template
|
|
79
|
+
* The template status.
|
|
80
80
|
*
|
|
81
81
|
* @example
|
|
82
82
|
* NORMAL
|