@alicloud/aimiaobi20230801 1.34.0 → 1.35.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 (97) hide show
  1. package/dist/client.d.ts +105 -0
  2. package/dist/client.js +336 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AsyncUploadTenderDocRequest.d.ts +28 -0
  5. package/dist/models/AsyncUploadTenderDocRequest.js +62 -0
  6. package/dist/models/AsyncUploadTenderDocRequest.js.map +1 -0
  7. package/dist/models/AsyncUploadTenderDocResponse.d.ts +19 -0
  8. package/dist/models/AsyncUploadTenderDocResponse.js +69 -0
  9. package/dist/models/AsyncUploadTenderDocResponse.js.map +1 -0
  10. package/dist/models/AsyncUploadTenderDocResponseBody.d.ts +59 -0
  11. package/dist/models/AsyncUploadTenderDocResponseBody.js +90 -0
  12. package/dist/models/AsyncUploadTenderDocResponseBody.js.map +1 -0
  13. package/dist/models/AsyncWritingBiddingDocRequest.d.ts +29 -0
  14. package/dist/models/AsyncWritingBiddingDocRequest.js +64 -0
  15. package/dist/models/AsyncWritingBiddingDocRequest.js.map +1 -0
  16. package/dist/models/AsyncWritingBiddingDocResponse.d.ts +19 -0
  17. package/dist/models/AsyncWritingBiddingDocResponse.js +69 -0
  18. package/dist/models/AsyncWritingBiddingDocResponse.js.map +1 -0
  19. package/dist/models/AsyncWritingBiddingDocResponseBody.d.ts +59 -0
  20. package/dist/models/AsyncWritingBiddingDocResponseBody.js +90 -0
  21. package/dist/models/AsyncWritingBiddingDocResponseBody.js.map +1 -0
  22. package/dist/models/DownloadBiddingDocRequest.d.ts +23 -0
  23. package/dist/models/DownloadBiddingDocRequest.js +60 -0
  24. package/dist/models/DownloadBiddingDocRequest.js.map +1 -0
  25. package/dist/models/DownloadBiddingDocResponse.d.ts +19 -0
  26. package/dist/models/DownloadBiddingDocResponse.js +69 -0
  27. package/dist/models/DownloadBiddingDocResponse.js.map +1 -0
  28. package/dist/models/DownloadBiddingDocResponseBody.d.ts +64 -0
  29. package/dist/models/DownloadBiddingDocResponseBody.js +92 -0
  30. package/dist/models/DownloadBiddingDocResponseBody.js.map +1 -0
  31. package/dist/models/EditBiddingDocRequest.d.ts +36 -0
  32. package/dist/models/EditBiddingDocRequest.js +66 -0
  33. package/dist/models/EditBiddingDocRequest.js.map +1 -0
  34. package/dist/models/EditBiddingDocResponse.d.ts +19 -0
  35. package/dist/models/EditBiddingDocResponse.js +69 -0
  36. package/dist/models/EditBiddingDocResponse.js.map +1 -0
  37. package/dist/models/EditBiddingDocResponseBody.d.ts +59 -0
  38. package/dist/models/EditBiddingDocResponseBody.js +90 -0
  39. package/dist/models/EditBiddingDocResponseBody.js.map +1 -0
  40. package/dist/models/GenerateUploadConfigResponseBody.d.ts +1 -1
  41. package/dist/models/GenerateUploadConfigResponseBody.js +1 -1
  42. package/dist/models/GenerateUploadConfigResponseBody.js.map +1 -1
  43. package/dist/models/GetBiddingDocInfoRequest.d.ts +23 -0
  44. package/dist/models/GetBiddingDocInfoRequest.js +60 -0
  45. package/dist/models/GetBiddingDocInfoRequest.js.map +1 -0
  46. package/dist/models/GetBiddingDocInfoResponse.d.ts +19 -0
  47. package/dist/models/GetBiddingDocInfoResponse.js +69 -0
  48. package/dist/models/GetBiddingDocInfoResponse.js.map +1 -0
  49. package/dist/models/GetBiddingDocInfoResponseBody.d.ts +94 -0
  50. package/dist/models/GetBiddingDocInfoResponseBody.js +104 -0
  51. package/dist/models/GetBiddingDocInfoResponseBody.js.map +1 -0
  52. package/dist/models/GetBiddingRemainLimitNumRequest.d.ts +23 -0
  53. package/dist/models/GetBiddingRemainLimitNumRequest.js +60 -0
  54. package/dist/models/GetBiddingRemainLimitNumRequest.js.map +1 -0
  55. package/dist/models/GetBiddingRemainLimitNumResponse.d.ts +19 -0
  56. package/dist/models/GetBiddingRemainLimitNumResponse.js +69 -0
  57. package/dist/models/GetBiddingRemainLimitNumResponse.js.map +1 -0
  58. package/dist/models/GetBiddingRemainLimitNumResponseBody.d.ts +59 -0
  59. package/dist/models/GetBiddingRemainLimitNumResponseBody.js +90 -0
  60. package/dist/models/GetBiddingRemainLimitNumResponseBody.js.map +1 -0
  61. package/dist/models/ListBiddingDocRequest.d.ts +59 -0
  62. package/dist/models/ListBiddingDocRequest.js +76 -0
  63. package/dist/models/ListBiddingDocRequest.js.map +1 -0
  64. package/dist/models/ListBiddingDocResponse.d.ts +19 -0
  65. package/dist/models/ListBiddingDocResponse.js +69 -0
  66. package/dist/models/ListBiddingDocResponse.js.map +1 -0
  67. package/dist/models/ListBiddingDocResponseBody.d.ts +106 -0
  68. package/dist/models/ListBiddingDocResponseBody.js +110 -0
  69. package/dist/models/ListBiddingDocResponseBody.js.map +1 -0
  70. package/dist/models/model.d.ts +28 -0
  71. package/dist/models/model.js +80 -24
  72. package/dist/models/model.js.map +1 -1
  73. package/package.json +1 -1
  74. package/src/client.ts +378 -0
  75. package/src/models/AsyncUploadTenderDocRequest.ts +45 -0
  76. package/src/models/AsyncUploadTenderDocResponse.ts +40 -0
  77. package/src/models/AsyncUploadTenderDocResponseBody.ts +95 -0
  78. package/src/models/AsyncWritingBiddingDocRequest.ts +48 -0
  79. package/src/models/AsyncWritingBiddingDocResponse.ts +40 -0
  80. package/src/models/AsyncWritingBiddingDocResponseBody.ts +95 -0
  81. package/src/models/DownloadBiddingDocRequest.ts +38 -0
  82. package/src/models/DownloadBiddingDocResponse.ts +40 -0
  83. package/src/models/DownloadBiddingDocResponseBody.ts +102 -0
  84. package/src/models/EditBiddingDocRequest.ts +57 -0
  85. package/src/models/EditBiddingDocResponse.ts +40 -0
  86. package/src/models/EditBiddingDocResponseBody.ts +95 -0
  87. package/src/models/GenerateUploadConfigResponseBody.ts +2 -2
  88. package/src/models/GetBiddingDocInfoRequest.ts +38 -0
  89. package/src/models/GetBiddingDocInfoResponse.ts +40 -0
  90. package/src/models/GetBiddingDocInfoResponseBody.ts +144 -0
  91. package/src/models/GetBiddingRemainLimitNumRequest.ts +38 -0
  92. package/src/models/GetBiddingRemainLimitNumResponse.ts +40 -0
  93. package/src/models/GetBiddingRemainLimitNumResponseBody.ts +95 -0
  94. package/src/models/ListBiddingDocRequest.ts +90 -0
  95. package/src/models/ListBiddingDocResponse.ts +40 -0
  96. package/src/models/ListBiddingDocResponseBody.ts +162 -0
  97. package/src/models/model.ts +28 -0
@@ -0,0 +1,95 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class EditBiddingDocResponseBodyData extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 3f7045e099474ba28ceca1b4eb6d6e21
9
+ */
10
+ taskId?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ taskId: 'TaskId',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ taskId: 'string',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class EditBiddingDocResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * successful
36
+ */
37
+ code?: string;
38
+ data?: EditBiddingDocResponseBodyData;
39
+ /**
40
+ * @example
41
+ * 200
42
+ */
43
+ httpStatusCode?: number;
44
+ /**
45
+ * @example
46
+ * successful
47
+ */
48
+ message?: string;
49
+ /**
50
+ * @remarks
51
+ * Id of the request
52
+ *
53
+ * @example
54
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
55
+ */
56
+ requestId?: string;
57
+ /**
58
+ * @example
59
+ * true
60
+ */
61
+ success?: boolean;
62
+ static names(): { [key: string]: string } {
63
+ return {
64
+ code: 'Code',
65
+ data: 'Data',
66
+ httpStatusCode: 'HttpStatusCode',
67
+ message: 'Message',
68
+ requestId: 'RequestId',
69
+ success: 'Success',
70
+ };
71
+ }
72
+
73
+ static types(): { [key: string]: any } {
74
+ return {
75
+ code: 'string',
76
+ data: EditBiddingDocResponseBodyData,
77
+ httpStatusCode: 'number',
78
+ message: 'string',
79
+ requestId: 'string',
80
+ success: 'boolean',
81
+ };
82
+ }
83
+
84
+ validate() {
85
+ if(this.data && typeof (this.data as any).validate === 'function') {
86
+ (this.data as any).validate();
87
+ }
88
+ super.validate();
89
+ }
90
+
91
+ constructor(map?: { [key: string]: any }) {
92
+ super(map);
93
+ }
94
+ }
95
+
@@ -8,7 +8,7 @@ export class GenerateUploadConfigResponseBodyData extends $dara.Model {
8
8
  * oss://default/oss-bucket-name/aimiaobi/2021/07/01/1625126400000/1.docx
9
9
  */
10
10
  fileKey?: string;
11
- formDatas?: { [key: string]: any };
11
+ formDatas?: { [key: string]: string };
12
12
  /**
13
13
  * @example
14
14
  * https://bucket-name.oss-cn-hangzhou.aliyuncs.com
@@ -25,7 +25,7 @@ export class GenerateUploadConfigResponseBodyData extends $dara.Model {
25
25
  static types(): { [key: string]: any } {
26
26
  return {
27
27
  fileKey: 'string',
28
- formDatas: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
28
+ formDatas: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
29
29
  postUrl: 'string',
30
30
  };
31
31
  }
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetBiddingDocInfoRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 7AA2AE16-D873-5C5F-9708-15396C382EB1
9
+ */
10
+ taskId?: string;
11
+ /**
12
+ * @example
13
+ * llm-xx
14
+ */
15
+ workspaceId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ taskId: 'TaskId',
19
+ workspaceId: 'WorkspaceId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ taskId: 'string',
26
+ workspaceId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { GetBiddingDocInfoResponseBody } from "./GetBiddingDocInfoResponseBody";
4
+
5
+
6
+ export class GetBiddingDocInfoResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: GetBiddingDocInfoResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: GetBiddingDocInfoResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,144 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetBiddingDocInfoResponseBodyData extends $dara.Model {
6
+ content?: string;
7
+ /**
8
+ * @example
9
+ * markdown
10
+ * html
11
+ */
12
+ contentFormat?: string;
13
+ /**
14
+ * @example
15
+ * outline
16
+ * bidding
17
+ */
18
+ contentType?: string;
19
+ /**
20
+ * @example
21
+ * 0-waiting、1-running、2-success、3-pause、4-fail
22
+ */
23
+ status?: number;
24
+ /**
25
+ * @example
26
+ * analysis
27
+ * writing
28
+ */
29
+ step?: string;
30
+ /**
31
+ * @example
32
+ * 3f7045e099474ba28ceca1b4eb6d6e21
33
+ */
34
+ taskId?: string;
35
+ /**
36
+ * @example
37
+ * http://xxx
38
+ */
39
+ tenderDocUrl?: string;
40
+ /**
41
+ * @example
42
+ * pdf
43
+ * docx
44
+ */
45
+ tenderFileType?: string;
46
+ static names(): { [key: string]: string } {
47
+ return {
48
+ content: 'Content',
49
+ contentFormat: 'ContentFormat',
50
+ contentType: 'ContentType',
51
+ status: 'Status',
52
+ step: 'Step',
53
+ taskId: 'TaskId',
54
+ tenderDocUrl: 'TenderDocUrl',
55
+ tenderFileType: 'TenderFileType',
56
+ };
57
+ }
58
+
59
+ static types(): { [key: string]: any } {
60
+ return {
61
+ content: 'string',
62
+ contentFormat: 'string',
63
+ contentType: 'string',
64
+ status: 'number',
65
+ step: 'string',
66
+ taskId: 'string',
67
+ tenderDocUrl: 'string',
68
+ tenderFileType: 'string',
69
+ };
70
+ }
71
+
72
+ validate() {
73
+ super.validate();
74
+ }
75
+
76
+ constructor(map?: { [key: string]: any }) {
77
+ super(map);
78
+ }
79
+ }
80
+
81
+ export class GetBiddingDocInfoResponseBody extends $dara.Model {
82
+ /**
83
+ * @example
84
+ * successful
85
+ */
86
+ code?: string;
87
+ data?: GetBiddingDocInfoResponseBodyData;
88
+ /**
89
+ * @example
90
+ * 200
91
+ */
92
+ httpStatusCode?: number;
93
+ /**
94
+ * @example
95
+ * success
96
+ */
97
+ message?: string;
98
+ /**
99
+ * @remarks
100
+ * Id of the request
101
+ *
102
+ * @example
103
+ * F2F366D6-E9FE-1006-BB70-2C650896AAB5
104
+ */
105
+ requestId?: string;
106
+ /**
107
+ * @example
108
+ * true
109
+ */
110
+ success?: boolean;
111
+ static names(): { [key: string]: string } {
112
+ return {
113
+ code: 'Code',
114
+ data: 'Data',
115
+ httpStatusCode: 'HttpStatusCode',
116
+ message: 'Message',
117
+ requestId: 'RequestId',
118
+ success: 'Success',
119
+ };
120
+ }
121
+
122
+ static types(): { [key: string]: any } {
123
+ return {
124
+ code: 'string',
125
+ data: GetBiddingDocInfoResponseBodyData,
126
+ httpStatusCode: 'number',
127
+ message: 'string',
128
+ requestId: 'string',
129
+ success: 'boolean',
130
+ };
131
+ }
132
+
133
+ validate() {
134
+ if(this.data && typeof (this.data as any).validate === 'function') {
135
+ (this.data as any).validate();
136
+ }
137
+ super.validate();
138
+ }
139
+
140
+ constructor(map?: { [key: string]: any }) {
141
+ super(map);
142
+ }
143
+ }
144
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetBiddingRemainLimitNumRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * asyncUploadTenderDoc
9
+ */
10
+ apiName?: string;
11
+ /**
12
+ * @example
13
+ * llm-xx
14
+ */
15
+ workspaceId?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ apiName: 'ApiName',
19
+ workspaceId: 'WorkspaceId',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ apiName: 'string',
26
+ workspaceId: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { GetBiddingRemainLimitNumResponseBody } from "./GetBiddingRemainLimitNumResponseBody";
4
+
5
+
6
+ export class GetBiddingRemainLimitNumResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: GetBiddingRemainLimitNumResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: GetBiddingRemainLimitNumResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,95 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class GetBiddingRemainLimitNumResponseBodyData extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1
9
+ */
10
+ remainNum?: number;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ remainNum: 'RemainNum',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ remainNum: 'number',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class GetBiddingRemainLimitNumResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * successful
36
+ */
37
+ code?: string;
38
+ data?: GetBiddingRemainLimitNumResponseBodyData;
39
+ /**
40
+ * @example
41
+ * 200
42
+ */
43
+ httpStatusCode?: number;
44
+ /**
45
+ * @example
46
+ * success
47
+ */
48
+ message?: string;
49
+ /**
50
+ * @remarks
51
+ * Id of the request
52
+ *
53
+ * @example
54
+ * F2F366D6-E9FE-1006-BB70-2C650896AAB5
55
+ */
56
+ requestId?: string;
57
+ /**
58
+ * @example
59
+ * True
60
+ */
61
+ success?: boolean;
62
+ static names(): { [key: string]: string } {
63
+ return {
64
+ code: 'Code',
65
+ data: 'Data',
66
+ httpStatusCode: 'HttpStatusCode',
67
+ message: 'Message',
68
+ requestId: 'RequestId',
69
+ success: 'Success',
70
+ };
71
+ }
72
+
73
+ static types(): { [key: string]: any } {
74
+ return {
75
+ code: 'string',
76
+ data: GetBiddingRemainLimitNumResponseBodyData,
77
+ httpStatusCode: 'number',
78
+ message: 'string',
79
+ requestId: 'string',
80
+ success: 'boolean',
81
+ };
82
+ }
83
+
84
+ validate() {
85
+ if(this.data && typeof (this.data as any).validate === 'function') {
86
+ (this.data as any).validate();
87
+ }
88
+ super.validate();
89
+ }
90
+
91
+ constructor(map?: { [key: string]: any }) {
92
+ super(map);
93
+ }
94
+ }
95
+
@@ -0,0 +1,90 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListBiddingDocRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 2023-03-18 02:00:00
9
+ */
10
+ createTimeEnd?: string;
11
+ /**
12
+ * @example
13
+ * 2023-02-19 07:28:11
14
+ */
15
+ createTimeStart?: string;
16
+ /**
17
+ * @example
18
+ * 1
19
+ */
20
+ current?: number;
21
+ /**
22
+ * @example
23
+ * null
24
+ */
25
+ maxResults?: number;
26
+ /**
27
+ * @example
28
+ * null
29
+ */
30
+ nextToken?: string;
31
+ /**
32
+ * @example
33
+ * 10
34
+ */
35
+ size?: number;
36
+ /**
37
+ * @example
38
+ * null
39
+ */
40
+ skip?: number;
41
+ taskName?: string;
42
+ /**
43
+ * @example
44
+ * 0-waiting、1-running、2-success、3-pause、4-fail
45
+ */
46
+ taskStatus?: number;
47
+ /**
48
+ * @example
49
+ * llm-xx
50
+ */
51
+ workspaceId?: string;
52
+ static names(): { [key: string]: string } {
53
+ return {
54
+ createTimeEnd: 'CreateTimeEnd',
55
+ createTimeStart: 'CreateTimeStart',
56
+ current: 'Current',
57
+ maxResults: 'MaxResults',
58
+ nextToken: 'NextToken',
59
+ size: 'Size',
60
+ skip: 'Skip',
61
+ taskName: 'TaskName',
62
+ taskStatus: 'TaskStatus',
63
+ workspaceId: 'WorkspaceId',
64
+ };
65
+ }
66
+
67
+ static types(): { [key: string]: any } {
68
+ return {
69
+ createTimeEnd: 'string',
70
+ createTimeStart: 'string',
71
+ current: 'number',
72
+ maxResults: 'number',
73
+ nextToken: 'string',
74
+ size: 'number',
75
+ skip: 'number',
76
+ taskName: 'string',
77
+ taskStatus: 'number',
78
+ workspaceId: 'string',
79
+ };
80
+ }
81
+
82
+ validate() {
83
+ super.validate();
84
+ }
85
+
86
+ constructor(map?: { [key: string]: any }) {
87
+ super(map);
88
+ }
89
+ }
90
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListBiddingDocResponseBody } from "./ListBiddingDocResponseBody";
4
+
5
+
6
+ export class ListBiddingDocResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListBiddingDocResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ListBiddingDocResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+