@alicloud/websitebuild20250429 2.19.1 → 2.20.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.
Files changed (57) hide show
  1. package/dist/client.d.ts +60 -0
  2. package/dist/client.js +189 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CheckUserResourceMeasureRequest.d.ts +48 -0
  5. package/dist/models/CheckUserResourceMeasureRequest.js +70 -0
  6. package/dist/models/CheckUserResourceMeasureRequest.js.map +1 -0
  7. package/dist/models/CheckUserResourceMeasureResponse.d.ts +19 -0
  8. package/dist/models/CheckUserResourceMeasureResponse.js +69 -0
  9. package/dist/models/CheckUserResourceMeasureResponse.js.map +1 -0
  10. package/dist/models/CheckUserResourceMeasureResponseBody.d.ts +91 -0
  11. package/dist/models/CheckUserResourceMeasureResponseBody.js +109 -0
  12. package/dist/models/CheckUserResourceMeasureResponseBody.js.map +1 -0
  13. package/dist/models/CreateAppAssistantAgentRequest.d.ts +24 -0
  14. package/dist/models/CreateAppAssistantAgentRequest.js +62 -0
  15. package/dist/models/CreateAppAssistantAgentRequest.js.map +1 -0
  16. package/dist/models/CreateAppAssistantAgentResponse.d.ts +19 -0
  17. package/dist/models/CreateAppAssistantAgentResponse.js +69 -0
  18. package/dist/models/CreateAppAssistantAgentResponse.js.map +1 -0
  19. package/dist/models/CreateAppAssistantAgentResponseBody.d.ts +153 -0
  20. package/dist/models/CreateAppAssistantAgentResponseBody.js +182 -0
  21. package/dist/models/CreateAppAssistantAgentResponseBody.js.map +1 -0
  22. package/dist/models/CreateAppAssistantAgentSsoLoginRequest.d.ts +28 -0
  23. package/dist/models/CreateAppAssistantAgentSsoLoginRequest.js +62 -0
  24. package/dist/models/CreateAppAssistantAgentSsoLoginRequest.js.map +1 -0
  25. package/dist/models/CreateAppAssistantAgentSsoLoginResponse.d.ts +19 -0
  26. package/dist/models/CreateAppAssistantAgentSsoLoginResponse.js +69 -0
  27. package/dist/models/CreateAppAssistantAgentSsoLoginResponse.js.map +1 -0
  28. package/dist/models/CreateAppAssistantAgentSsoLoginResponseBody.d.ts +89 -0
  29. package/dist/models/CreateAppAssistantAgentSsoLoginResponseBody.js +112 -0
  30. package/dist/models/CreateAppAssistantAgentSsoLoginResponseBody.js.map +1 -0
  31. package/dist/models/ListAppAssistantAgentsRequest.d.ts +23 -0
  32. package/dist/models/ListAppAssistantAgentsRequest.js +60 -0
  33. package/dist/models/ListAppAssistantAgentsRequest.js.map +1 -0
  34. package/dist/models/ListAppAssistantAgentsResponse.d.ts +19 -0
  35. package/dist/models/ListAppAssistantAgentsResponse.js +69 -0
  36. package/dist/models/ListAppAssistantAgentsResponse.js.map +1 -0
  37. package/dist/models/ListAppAssistantAgentsResponseBody.d.ts +174 -0
  38. package/dist/models/ListAppAssistantAgentsResponseBody.js +188 -0
  39. package/dist/models/ListAppAssistantAgentsResponseBody.js.map +1 -0
  40. package/dist/models/model.d.ts +20 -0
  41. package/dist/models/model.js +48 -7
  42. package/dist/models/model.js.map +1 -1
  43. package/package.json +1 -1
  44. package/src/client.ts +212 -0
  45. package/src/models/CheckUserResourceMeasureRequest.ts +73 -0
  46. package/src/models/CheckUserResourceMeasureResponse.ts +40 -0
  47. package/src/models/CheckUserResourceMeasureResponseBody.ts +146 -0
  48. package/src/models/CreateAppAssistantAgentRequest.ts +41 -0
  49. package/src/models/CreateAppAssistantAgentResponse.ts +40 -0
  50. package/src/models/CreateAppAssistantAgentResponseBody.ts +257 -0
  51. package/src/models/CreateAppAssistantAgentSsoLoginRequest.ts +45 -0
  52. package/src/models/CreateAppAssistantAgentSsoLoginResponse.ts +40 -0
  53. package/src/models/CreateAppAssistantAgentSsoLoginResponseBody.ts +145 -0
  54. package/src/models/ListAppAssistantAgentsRequest.ts +38 -0
  55. package/src/models/ListAppAssistantAgentsResponse.ts +40 -0
  56. package/src/models/ListAppAssistantAgentsResponseBody.ts +284 -0
  57. package/src/models/model.ts +20 -0
@@ -0,0 +1,182 @@
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.CreateAppAssistantAgentResponseBody = exports.CreateAppAssistantAgentResponseBodyModule = exports.CreateAppAssistantAgentResponseBodyModuleEmbedConfig = exports.CreateAppAssistantAgentResponseBodyModuleCredential = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAppAssistantAgentResponseBodyModuleCredential extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ extra: 'Extra',
43
+ username: 'Username',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ extra: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
49
+ username: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ if (this.extra) {
54
+ $dara.Model.validateMap(this.extra);
55
+ }
56
+ super.validate();
57
+ }
58
+ constructor(map) {
59
+ super(map);
60
+ }
61
+ }
62
+ exports.CreateAppAssistantAgentResponseBodyModuleCredential = CreateAppAssistantAgentResponseBodyModuleCredential;
63
+ class CreateAppAssistantAgentResponseBodyModuleEmbedConfig extends $dara.Model {
64
+ static names() {
65
+ return {
66
+ extra: 'Extra',
67
+ rawScript: 'RawScript',
68
+ };
69
+ }
70
+ static types() {
71
+ return {
72
+ extra: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
73
+ rawScript: 'string',
74
+ };
75
+ }
76
+ validate() {
77
+ if (this.extra) {
78
+ $dara.Model.validateMap(this.extra);
79
+ }
80
+ super.validate();
81
+ }
82
+ constructor(map) {
83
+ super(map);
84
+ }
85
+ }
86
+ exports.CreateAppAssistantAgentResponseBodyModuleEmbedConfig = CreateAppAssistantAgentResponseBodyModuleEmbedConfig;
87
+ class CreateAppAssistantAgentResponseBodyModule extends $dara.Model {
88
+ static names() {
89
+ return {
90
+ agentId: 'AgentId',
91
+ agentName: 'AgentName',
92
+ bizId: 'BizId',
93
+ credential: 'Credential',
94
+ embedConfig: 'EmbedConfig',
95
+ extraParams: 'ExtraParams',
96
+ gmtCreate: 'GmtCreate',
97
+ gmtModified: 'GmtModified',
98
+ platformAppId: 'PlatformAppId',
99
+ platformType: 'PlatformType',
100
+ status: 'Status',
101
+ userId: 'UserId',
102
+ };
103
+ }
104
+ static types() {
105
+ return {
106
+ agentId: 'string',
107
+ agentName: 'string',
108
+ bizId: 'string',
109
+ credential: CreateAppAssistantAgentResponseBodyModuleCredential,
110
+ embedConfig: CreateAppAssistantAgentResponseBodyModuleEmbedConfig,
111
+ extraParams: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
112
+ gmtCreate: 'string',
113
+ gmtModified: 'string',
114
+ platformAppId: 'string',
115
+ platformType: 'string',
116
+ status: 'string',
117
+ userId: 'string',
118
+ };
119
+ }
120
+ validate() {
121
+ if (this.credential && typeof this.credential.validate === 'function') {
122
+ this.credential.validate();
123
+ }
124
+ if (this.embedConfig && typeof this.embedConfig.validate === 'function') {
125
+ this.embedConfig.validate();
126
+ }
127
+ if (this.extraParams) {
128
+ $dara.Model.validateMap(this.extraParams);
129
+ }
130
+ super.validate();
131
+ }
132
+ constructor(map) {
133
+ super(map);
134
+ }
135
+ }
136
+ exports.CreateAppAssistantAgentResponseBodyModule = CreateAppAssistantAgentResponseBodyModule;
137
+ class CreateAppAssistantAgentResponseBody extends $dara.Model {
138
+ static names() {
139
+ return {
140
+ accessDeniedDetail: 'AccessDeniedDetail',
141
+ allowRetry: 'AllowRetry',
142
+ appName: 'AppName',
143
+ dynamicCode: 'DynamicCode',
144
+ dynamicMessage: 'DynamicMessage',
145
+ errorArgs: 'ErrorArgs',
146
+ module: 'Module',
147
+ requestId: 'RequestId',
148
+ rootErrorCode: 'RootErrorCode',
149
+ rootErrorMsg: 'RootErrorMsg',
150
+ synchro: 'Synchro',
151
+ };
152
+ }
153
+ static types() {
154
+ return {
155
+ accessDeniedDetail: 'string',
156
+ allowRetry: 'boolean',
157
+ appName: 'string',
158
+ dynamicCode: 'string',
159
+ dynamicMessage: 'string',
160
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
161
+ module: CreateAppAssistantAgentResponseBodyModule,
162
+ requestId: 'string',
163
+ rootErrorCode: 'string',
164
+ rootErrorMsg: 'string',
165
+ synchro: 'boolean',
166
+ };
167
+ }
168
+ validate() {
169
+ if (Array.isArray(this.errorArgs)) {
170
+ $dara.Model.validateArray(this.errorArgs);
171
+ }
172
+ if (this.module && typeof this.module.validate === 'function') {
173
+ this.module.validate();
174
+ }
175
+ super.validate();
176
+ }
177
+ constructor(map) {
178
+ super(map);
179
+ }
180
+ }
181
+ exports.CreateAppAssistantAgentResponseBody = CreateAppAssistantAgentResponseBody;
182
+ //# sourceMappingURL=CreateAppAssistantAgentResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentResponseBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAppAssistantAgentSsoLoginRequest extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * WD20250821161210000001
6
+ */
7
+ bizId?: string;
8
+ /**
9
+ * @example
10
+ * all
11
+ */
12
+ platformType?: string;
13
+ /**
14
+ * @example
15
+ * http://172.16.70.16:9410/metrics
16
+ */
17
+ targetUrl?: string;
18
+ static names(): {
19
+ [key: string]: string;
20
+ };
21
+ static types(): {
22
+ [key: string]: any;
23
+ };
24
+ validate(): void;
25
+ constructor(map?: {
26
+ [key: string]: any;
27
+ });
28
+ }
@@ -0,0 +1,62 @@
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.CreateAppAssistantAgentSsoLoginRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAppAssistantAgentSsoLoginRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ bizId: 'BizId',
43
+ platformType: 'PlatformType',
44
+ targetUrl: 'TargetUrl',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ bizId: 'string',
50
+ platformType: 'string',
51
+ targetUrl: 'string',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.CreateAppAssistantAgentSsoLoginRequest = CreateAppAssistantAgentSsoLoginRequest;
62
+ //# sourceMappingURL=CreateAppAssistantAgentSsoLoginRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentSsoLoginRequest.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentSsoLoginRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAgBrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,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;AAvCD,wFAuCC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { CreateAppAssistantAgentSsoLoginResponseBody } from "./CreateAppAssistantAgentSsoLoginResponseBody";
3
+ export declare class CreateAppAssistantAgentSsoLoginResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: CreateAppAssistantAgentSsoLoginResponseBody;
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.CreateAppAssistantAgentSsoLoginResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CreateAppAssistantAgentSsoLoginResponseBody_1 = require("./CreateAppAssistantAgentSsoLoginResponseBody");
40
+ class CreateAppAssistantAgentSsoLoginResponse 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: CreateAppAssistantAgentSsoLoginResponseBody_1.CreateAppAssistantAgentSsoLoginResponseBody,
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.CreateAppAssistantAgentSsoLoginResponse = CreateAppAssistantAgentSsoLoginResponse;
69
+ //# sourceMappingURL=CreateAppAssistantAgentSsoLoginResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentSsoLoginResponse.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentSsoLoginResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+GAA4G;AAG5G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAItE,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,yFAA2C;SAClD,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,0FAiCC"}
@@ -0,0 +1,89 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAppAssistantAgentSsoLoginResponseBodyModule extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * 2025-07-30T16:00Z
6
+ */
7
+ expireTime?: number;
8
+ extra?: {
9
+ [key: string]: string;
10
+ };
11
+ /**
12
+ * @example
13
+ * VMWARE
14
+ */
15
+ platformType?: string;
16
+ /**
17
+ * @example
18
+ * https://sso.agent
19
+ */
20
+ ssoUrl?: string;
21
+ static names(): {
22
+ [key: string]: string;
23
+ };
24
+ static types(): {
25
+ [key: string]: any;
26
+ };
27
+ validate(): void;
28
+ constructor(map?: {
29
+ [key: string]: any;
30
+ });
31
+ }
32
+ export declare class CreateAppAssistantAgentSsoLoginResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * {}
36
+ */
37
+ accessDeniedDetail?: string;
38
+ /**
39
+ * @example
40
+ * False
41
+ */
42
+ allowRetry?: boolean;
43
+ /**
44
+ * @example
45
+ * dewuApp
46
+ */
47
+ appName?: string;
48
+ /**
49
+ * @example
50
+ * ERROR-oo1
51
+ */
52
+ dynamicCode?: string;
53
+ /**
54
+ * @example
55
+ * SYSTEM_ERROR
56
+ */
57
+ dynamicMessage?: string;
58
+ errorArgs?: any[];
59
+ module?: CreateAppAssistantAgentSsoLoginResponseBodyModule;
60
+ /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
64
+ * @example
65
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * SYSTEM.ERROR
71
+ */
72
+ rootErrorCode?: string;
73
+ rootErrorMsg?: string;
74
+ /**
75
+ * @example
76
+ * True
77
+ */
78
+ synchro?: boolean;
79
+ static names(): {
80
+ [key: string]: string;
81
+ };
82
+ static types(): {
83
+ [key: string]: any;
84
+ };
85
+ validate(): void;
86
+ constructor(map?: {
87
+ [key: string]: any;
88
+ });
89
+ }
@@ -0,0 +1,112 @@
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.CreateAppAssistantAgentSsoLoginResponseBody = exports.CreateAppAssistantAgentSsoLoginResponseBodyModule = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAppAssistantAgentSsoLoginResponseBodyModule extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ expireTime: 'ExpireTime',
43
+ extra: 'Extra',
44
+ platformType: 'PlatformType',
45
+ ssoUrl: 'SsoUrl',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ expireTime: 'number',
51
+ extra: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
52
+ platformType: 'string',
53
+ ssoUrl: 'string',
54
+ };
55
+ }
56
+ validate() {
57
+ if (this.extra) {
58
+ $dara.Model.validateMap(this.extra);
59
+ }
60
+ super.validate();
61
+ }
62
+ constructor(map) {
63
+ super(map);
64
+ }
65
+ }
66
+ exports.CreateAppAssistantAgentSsoLoginResponseBodyModule = CreateAppAssistantAgentSsoLoginResponseBodyModule;
67
+ class CreateAppAssistantAgentSsoLoginResponseBody extends $dara.Model {
68
+ static names() {
69
+ return {
70
+ accessDeniedDetail: 'AccessDeniedDetail',
71
+ allowRetry: 'AllowRetry',
72
+ appName: 'AppName',
73
+ dynamicCode: 'DynamicCode',
74
+ dynamicMessage: 'DynamicMessage',
75
+ errorArgs: 'ErrorArgs',
76
+ module: 'Module',
77
+ requestId: 'RequestId',
78
+ rootErrorCode: 'RootErrorCode',
79
+ rootErrorMsg: 'RootErrorMsg',
80
+ synchro: 'Synchro',
81
+ };
82
+ }
83
+ static types() {
84
+ return {
85
+ accessDeniedDetail: 'string',
86
+ allowRetry: 'boolean',
87
+ appName: 'string',
88
+ dynamicCode: 'string',
89
+ dynamicMessage: 'string',
90
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
91
+ module: CreateAppAssistantAgentSsoLoginResponseBodyModule,
92
+ requestId: 'string',
93
+ rootErrorCode: 'string',
94
+ rootErrorMsg: 'string',
95
+ synchro: 'boolean',
96
+ };
97
+ }
98
+ validate() {
99
+ if (Array.isArray(this.errorArgs)) {
100
+ $dara.Model.validateArray(this.errorArgs);
101
+ }
102
+ if (this.module && typeof this.module.validate === 'function') {
103
+ this.module.validate();
104
+ }
105
+ super.validate();
106
+ }
107
+ constructor(map) {
108
+ super(map);
109
+ }
110
+ }
111
+ exports.CreateAppAssistantAgentSsoLoginResponseBody = CreateAppAssistantAgentSsoLoginResponseBody;
112
+ //# sourceMappingURL=CreateAppAssistantAgentSsoLoginResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentSsoLoginResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentSsoLoginResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAiBhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACpE,YAAY,EAAE,QAAQ;YACtB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,EAAE,CAAC;YACd,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,8GA6CC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IA+C1E,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,iDAAiD;YACzD,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;AA5FD,kGA4FC"}
@@ -0,0 +1,23 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListAppAssistantAgentsRequest extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * WD20250703155602000001
6
+ */
7
+ bizId?: string;
8
+ /**
9
+ * @example
10
+ * ChannelOps
11
+ */
12
+ platformType?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
@@ -0,0 +1,60 @@
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.ListAppAssistantAgentsRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListAppAssistantAgentsRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ bizId: 'BizId',
43
+ platformType: 'PlatformType',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ bizId: 'string',
49
+ platformType: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.ListAppAssistantAgentsRequest = ListAppAssistantAgentsRequest;
60
+ //# sourceMappingURL=ListAppAssistantAgentsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAppAssistantAgentsRequest.js","sourceRoot":"","sources":["../../src/models/ListAppAssistantAgentsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAW5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;SACvB,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;AAhCD,sEAgCC"}