@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,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.CheckUserResourceMeasureResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CheckUserResourceMeasureResponseBody_1 = require("./CheckUserResourceMeasureResponseBody");
40
+ class CheckUserResourceMeasureResponse 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: CheckUserResourceMeasureResponseBody_1.CheckUserResourceMeasureResponseBody,
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.CheckUserResourceMeasureResponse = CheckUserResourceMeasureResponse;
69
+ //# sourceMappingURL=CheckUserResourceMeasureResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckUserResourceMeasureResponse.js","sourceRoot":"","sources":["../../src/models/CheckUserResourceMeasureResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAG9F,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAI/D,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,2EAAoC;SAC3C,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,4EAiCC"}
@@ -0,0 +1,91 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CheckUserResourceMeasureResponseBodyModule extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * Success
6
+ */
7
+ errorCode?: string;
8
+ /**
9
+ * @example
10
+ * stream push failed
11
+ */
12
+ errorMessage?: string;
13
+ /**
14
+ * @example
15
+ * False
16
+ */
17
+ passed?: boolean;
18
+ /**
19
+ * @example
20
+ * TransitRouterVpcAttachment
21
+ */
22
+ resourceCode?: string;
23
+ static names(): {
24
+ [key: string]: string;
25
+ };
26
+ static types(): {
27
+ [key: string]: any;
28
+ };
29
+ validate(): void;
30
+ constructor(map?: {
31
+ [key: string]: any;
32
+ });
33
+ }
34
+ export declare class CheckUserResourceMeasureResponseBody extends $dara.Model {
35
+ /**
36
+ * @example
37
+ * {}
38
+ */
39
+ accessDeniedDetail?: string;
40
+ /**
41
+ * @example
42
+ * False
43
+ */
44
+ allowRetry?: boolean;
45
+ /**
46
+ * @example
47
+ * spring-cloud-b
48
+ */
49
+ appName?: string;
50
+ /**
51
+ * @example
52
+ * ERROR-oo1
53
+ */
54
+ dynamicCode?: string;
55
+ /**
56
+ * @example
57
+ * SYSTEM_ERROR
58
+ */
59
+ dynamicMessage?: string;
60
+ errorArgs?: any[];
61
+ module?: CheckUserResourceMeasureResponseBodyModule;
62
+ /**
63
+ * @remarks
64
+ * Id of the request
65
+ *
66
+ * @example
67
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
68
+ */
69
+ requestId?: string;
70
+ /**
71
+ * @example
72
+ * SYSTEM.ERROR
73
+ */
74
+ rootErrorCode?: string;
75
+ rootErrorMsg?: string;
76
+ /**
77
+ * @example
78
+ * True
79
+ */
80
+ synchro?: boolean;
81
+ static names(): {
82
+ [key: string]: string;
83
+ };
84
+ static types(): {
85
+ [key: string]: any;
86
+ };
87
+ validate(): void;
88
+ constructor(map?: {
89
+ [key: string]: any;
90
+ });
91
+ }
@@ -0,0 +1,109 @@
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.CheckUserResourceMeasureResponseBody = exports.CheckUserResourceMeasureResponseBodyModule = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CheckUserResourceMeasureResponseBodyModule extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ errorCode: 'ErrorCode',
43
+ errorMessage: 'ErrorMessage',
44
+ passed: 'Passed',
45
+ resourceCode: 'ResourceCode',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ errorCode: 'string',
51
+ errorMessage: 'string',
52
+ passed: 'boolean',
53
+ resourceCode: 'string',
54
+ };
55
+ }
56
+ validate() {
57
+ super.validate();
58
+ }
59
+ constructor(map) {
60
+ super(map);
61
+ }
62
+ }
63
+ exports.CheckUserResourceMeasureResponseBodyModule = CheckUserResourceMeasureResponseBodyModule;
64
+ class CheckUserResourceMeasureResponseBody extends $dara.Model {
65
+ static names() {
66
+ return {
67
+ accessDeniedDetail: 'AccessDeniedDetail',
68
+ allowRetry: 'AllowRetry',
69
+ appName: 'AppName',
70
+ dynamicCode: 'DynamicCode',
71
+ dynamicMessage: 'DynamicMessage',
72
+ errorArgs: 'ErrorArgs',
73
+ module: 'Module',
74
+ requestId: 'RequestId',
75
+ rootErrorCode: 'RootErrorCode',
76
+ rootErrorMsg: 'RootErrorMsg',
77
+ synchro: 'Synchro',
78
+ };
79
+ }
80
+ static types() {
81
+ return {
82
+ accessDeniedDetail: 'string',
83
+ allowRetry: 'boolean',
84
+ appName: 'string',
85
+ dynamicCode: 'string',
86
+ dynamicMessage: 'string',
87
+ errorArgs: { 'type': 'array', 'itemType': 'any' },
88
+ module: CheckUserResourceMeasureResponseBodyModule,
89
+ requestId: 'string',
90
+ rootErrorCode: 'string',
91
+ rootErrorMsg: 'string',
92
+ synchro: 'boolean',
93
+ };
94
+ }
95
+ validate() {
96
+ if (Array.isArray(this.errorArgs)) {
97
+ $dara.Model.validateArray(this.errorArgs);
98
+ }
99
+ if (this.module && typeof this.module.validate === 'function') {
100
+ this.module.validate();
101
+ }
102
+ super.validate();
103
+ }
104
+ constructor(map) {
105
+ super(map);
106
+ }
107
+ }
108
+ exports.CheckUserResourceMeasureResponseBody = CheckUserResourceMeasureResponseBody;
109
+ //# sourceMappingURL=CheckUserResourceMeasureResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckUserResourceMeasureResponseBody.js","sourceRoot":"","sources":["../../src/models/CheckUserResourceMeasureResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAqBzE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,MAAM,EAAE,SAAS;YACjB,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;AA9CD,gGA8CC;AAED,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IA+CnE,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,0CAA0C;YAClD,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,oFA4FC"}
@@ -0,0 +1,24 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAppAssistantAgentRequest extends $dara.Model {
3
+ agentName?: string;
4
+ /**
5
+ * @example
6
+ * WS20250731233102000001
7
+ */
8
+ bizId?: string;
9
+ /**
10
+ * @example
11
+ * LINUX64
12
+ */
13
+ platformType?: string;
14
+ static names(): {
15
+ [key: string]: string;
16
+ };
17
+ static types(): {
18
+ [key: string]: any;
19
+ };
20
+ validate(): void;
21
+ constructor(map?: {
22
+ [key: string]: any;
23
+ });
24
+ }
@@ -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.CreateAppAssistantAgentRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class CreateAppAssistantAgentRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ agentName: 'AgentName',
43
+ bizId: 'BizId',
44
+ platformType: 'PlatformType',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ agentName: 'string',
50
+ bizId: 'string',
51
+ platformType: 'string',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.CreateAppAssistantAgentRequest = CreateAppAssistantAgentRequest;
62
+ //# sourceMappingURL=CreateAppAssistantAgentRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentRequest.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAY7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,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;AAnCD,wEAmCC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { CreateAppAssistantAgentResponseBody } from "./CreateAppAssistantAgentResponseBody";
3
+ export declare class CreateAppAssistantAgentResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: CreateAppAssistantAgentResponseBody;
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.CreateAppAssistantAgentResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const CreateAppAssistantAgentResponseBody_1 = require("./CreateAppAssistantAgentResponseBody");
40
+ class CreateAppAssistantAgentResponse 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: CreateAppAssistantAgentResponseBody_1.CreateAppAssistantAgentResponseBody,
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.CreateAppAssistantAgentResponse = CreateAppAssistantAgentResponse;
69
+ //# sourceMappingURL=CreateAppAssistantAgentResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAppAssistantAgentResponse.js","sourceRoot":"","sources":["../../src/models/CreateAppAssistantAgentResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+FAA4F;AAG5F,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAI9D,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,yEAAmC;SAC1C,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,0EAiCC"}
@@ -0,0 +1,153 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class CreateAppAssistantAgentResponseBodyModuleCredential extends $dara.Model {
3
+ extra?: {
4
+ [key: string]: string;
5
+ };
6
+ /**
7
+ * @example
8
+ * Test
9
+ */
10
+ username?: 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
+ }
22
+ export declare class CreateAppAssistantAgentResponseBodyModuleEmbedConfig extends $dara.Model {
23
+ extra?: {
24
+ [key: string]: string;
25
+ };
26
+ rawScript?: 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 CreateAppAssistantAgentResponseBodyModule extends $dara.Model {
39
+ /**
40
+ * @example
41
+ * duanwei@qianrutest
42
+ */
43
+ agentId?: string;
44
+ agentName?: string;
45
+ /**
46
+ * @example
47
+ * WD20250703155602000001
48
+ */
49
+ bizId?: string;
50
+ credential?: CreateAppAssistantAgentResponseBodyModuleCredential;
51
+ embedConfig?: CreateAppAssistantAgentResponseBodyModuleEmbedConfig;
52
+ extraParams?: {
53
+ [key: string]: string;
54
+ };
55
+ /**
56
+ * @example
57
+ * 1740479834
58
+ */
59
+ gmtCreate?: string;
60
+ /**
61
+ * @example
62
+ * 2025-08-28T02:25:41Z
63
+ */
64
+ gmtModified?: string;
65
+ /**
66
+ * @example
67
+ * WA12313131313
68
+ */
69
+ platformAppId?: string;
70
+ /**
71
+ * @example
72
+ * VMWARE
73
+ */
74
+ platformType?: string;
75
+ /**
76
+ * @example
77
+ * NORMAL
78
+ */
79
+ status?: string;
80
+ /**
81
+ * @example
82
+ * 1231313131
83
+ */
84
+ userId?: string;
85
+ static names(): {
86
+ [key: string]: string;
87
+ };
88
+ static types(): {
89
+ [key: string]: any;
90
+ };
91
+ validate(): void;
92
+ constructor(map?: {
93
+ [key: string]: any;
94
+ });
95
+ }
96
+ export declare class CreateAppAssistantAgentResponseBody extends $dara.Model {
97
+ /**
98
+ * @example
99
+ * {}
100
+ */
101
+ accessDeniedDetail?: string;
102
+ /**
103
+ * @example
104
+ * False
105
+ */
106
+ allowRetry?: boolean;
107
+ /**
108
+ * @example
109
+ * dewuApp
110
+ */
111
+ appName?: string;
112
+ /**
113
+ * @example
114
+ * ERROR-oo1
115
+ */
116
+ dynamicCode?: string;
117
+ /**
118
+ * @example
119
+ * SYSTEM_ERROR
120
+ */
121
+ dynamicMessage?: string;
122
+ errorArgs?: any[];
123
+ module?: CreateAppAssistantAgentResponseBodyModule;
124
+ /**
125
+ * @remarks
126
+ * Id of the request
127
+ *
128
+ * @example
129
+ * 6C6B99AC-39EC-5350-874C-204128C905E6
130
+ */
131
+ requestId?: string;
132
+ /**
133
+ * @example
134
+ * SYSTEM.ERROR
135
+ */
136
+ rootErrorCode?: string;
137
+ rootErrorMsg?: string;
138
+ /**
139
+ * @example
140
+ * True
141
+ */
142
+ synchro?: boolean;
143
+ static names(): {
144
+ [key: string]: string;
145
+ };
146
+ static types(): {
147
+ [key: string]: any;
148
+ };
149
+ validate(): void;
150
+ constructor(map?: {
151
+ [key: string]: any;
152
+ });
153
+ }