@alicloud/dyvmsapi20170525 3.2.0 → 4.0.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 +102 -61
- package/dist/client.js +560 -103
- package/dist/client.js.map +1 -1
- package/dist/models/CloudCreateTaskRequest.d.ts +430 -0
- package/dist/models/CloudCreateTaskRequest.js +164 -0
- package/dist/models/CloudCreateTaskRequest.js.map +1 -0
- package/dist/models/CloudCreateTaskResponse.d.ts +19 -0
- package/dist/models/CloudCreateTaskResponse.js +69 -0
- package/dist/models/CloudCreateTaskResponse.js.map +1 -0
- package/dist/models/CloudCreateTaskResponseBody.d.ts +194 -0
- package/dist/models/CloudCreateTaskResponseBody.js +148 -0
- package/dist/models/CloudCreateTaskResponseBody.js.map +1 -0
- package/dist/models/CloudImportTaskTelRequest.d.ts +161 -0
- package/dist/models/CloudImportTaskTelRequest.js +114 -0
- package/dist/models/CloudImportTaskTelRequest.js.map +1 -0
- package/dist/models/{QueryVirtualNumberResponse.d.ts → CloudImportTaskTelResponse.d.ts} +3 -3
- package/dist/models/{QueryVirtualNumberResponse.js → CloudImportTaskTelResponse.js} +6 -6
- package/dist/models/{QueryVirtualNumberResponse.js.map → CloudImportTaskTelResponse.js.map} +1 -1
- package/dist/models/CloudImportTaskTelResponseBody.d.ts +82 -0
- package/dist/models/CloudImportTaskTelResponseBody.js +96 -0
- package/dist/models/CloudImportTaskTelResponseBody.js.map +1 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.d.ts +101 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.js +82 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.js.map +1 -0
- package/dist/models/CloudStartTaskRequest.d.ts +36 -0
- package/dist/models/{QueryVirtualNumberRequest.js → CloudStartTaskRequest.js} +8 -12
- package/dist/models/CloudStartTaskRequest.js.map +1 -0
- package/dist/models/CloudStartTaskResponse.d.ts +19 -0
- package/dist/models/{QueryVirtualNumberResponseBody.js → CloudStartTaskResponse.js} +17 -10
- package/dist/models/CloudStartTaskResponse.js.map +1 -0
- package/dist/models/CloudStartTaskResponseBody.d.ts +50 -0
- package/dist/models/CloudStartTaskResponseBody.js +88 -0
- package/dist/models/CloudStartTaskResponseBody.js.map +1 -0
- package/dist/models/CloudUpdateTaskRequest.d.ts +404 -0
- package/dist/models/CloudUpdateTaskRequest.js +158 -0
- package/dist/models/CloudUpdateTaskRequest.js.map +1 -0
- package/dist/models/CloudUpdateTaskResponse.d.ts +19 -0
- package/dist/models/CloudUpdateTaskResponse.js +69 -0
- package/dist/models/CloudUpdateTaskResponse.js.map +1 -0
- package/dist/models/CloudUpdateTaskResponseBody.d.ts +192 -0
- package/dist/models/CloudUpdateTaskResponseBody.js +146 -0
- package/dist/models/CloudUpdateTaskResponseBody.js.map +1 -0
- package/dist/models/GetHotlineQualificationByOrderResponseBody.d.ts +0 -2
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js +0 -2
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +18 -3
- package/dist/models/model.js +41 -10
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +692 -112
- package/src/models/CloudCreateTaskRequest.ts +549 -0
- package/src/models/{QueryVirtualNumberResponse.ts → CloudCreateTaskResponse.ts} +4 -4
- package/src/models/CloudCreateTaskResponseBody.ts +286 -0
- package/src/models/CloudImportTaskTelRequest.ts +221 -0
- package/src/models/CloudImportTaskTelResponse.ts +40 -0
- package/src/models/CloudImportTaskTelResponseBody.ts +124 -0
- package/src/models/CloudImportTaskTelShrinkRequest.ts +138 -0
- package/src/models/{QueryVirtualNumberRequest.ts → CloudStartTaskRequest.ts} +14 -33
- package/src/models/CloudStartTaskResponse.ts +40 -0
- package/src/models/CloudStartTaskResponseBody.ts +84 -0
- package/src/models/CloudUpdateTaskRequest.ts +517 -0
- package/src/models/CloudUpdateTaskResponse.ts +40 -0
- package/src/models/CloudUpdateTaskResponseBody.ts +284 -0
- package/src/models/GetHotlineQualificationByOrderResponseBody.ts +0 -2
- package/src/models/model.ts +18 -3
- package/dist/models/QueryVirtualNumberRequest.d.ts +0 -51
- package/dist/models/QueryVirtualNumberRequest.js.map +0 -1
- package/dist/models/QueryVirtualNumberResponseBody.d.ts +0 -51
- package/dist/models/QueryVirtualNumberResponseBody.js.map +0 -1
- package/src/models/QueryVirtualNumberResponseBody.ts +0 -68
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudUpdateTaskResponseBodyData extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 30
|
|
9
|
+
*/
|
|
10
|
+
agentTimeout?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 55
|
|
14
|
+
*/
|
|
15
|
+
answerRate?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 0
|
|
19
|
+
*/
|
|
20
|
+
autoComplete?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 0
|
|
24
|
+
*/
|
|
25
|
+
autoStart?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 2026-02-11
|
|
29
|
+
*/
|
|
30
|
+
autoStartDay?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* 08:00:00
|
|
34
|
+
*/
|
|
35
|
+
autoStartTime?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* 0
|
|
39
|
+
*/
|
|
40
|
+
autoStop?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* 2026-02-11
|
|
44
|
+
*/
|
|
45
|
+
autoStopDay?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* 17:00:00
|
|
49
|
+
*/
|
|
50
|
+
autoStopTime?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @example
|
|
53
|
+
* 1111
|
|
54
|
+
*/
|
|
55
|
+
cnos?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* 10
|
|
59
|
+
*/
|
|
60
|
+
concurrency?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* 2026-02-10 14:00:00
|
|
64
|
+
*/
|
|
65
|
+
createTime?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @example
|
|
68
|
+
* 42366453,74565327
|
|
69
|
+
*/
|
|
70
|
+
customerClids?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @example
|
|
73
|
+
* 示例值示例值
|
|
74
|
+
*/
|
|
75
|
+
customerMoh?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @example
|
|
78
|
+
* 5
|
|
79
|
+
*/
|
|
80
|
+
customerTimeout?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @example
|
|
83
|
+
* 示例值示例值
|
|
84
|
+
*/
|
|
85
|
+
description?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* 8001654
|
|
89
|
+
*/
|
|
90
|
+
enterpriseId?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @example
|
|
93
|
+
* 123
|
|
94
|
+
*/
|
|
95
|
+
id?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @example
|
|
98
|
+
* 0
|
|
99
|
+
*/
|
|
100
|
+
isRandom?: string;
|
|
101
|
+
/**
|
|
102
|
+
* @example
|
|
103
|
+
* 133
|
|
104
|
+
*/
|
|
105
|
+
ivrId?: string;
|
|
106
|
+
/**
|
|
107
|
+
* @example
|
|
108
|
+
* 10
|
|
109
|
+
*/
|
|
110
|
+
maxWaitTime?: string;
|
|
111
|
+
/**
|
|
112
|
+
* @example
|
|
113
|
+
* 示例值示例值示例值
|
|
114
|
+
*/
|
|
115
|
+
name?: string;
|
|
116
|
+
/**
|
|
117
|
+
* @example
|
|
118
|
+
* 2026-01-0114:00:00
|
|
119
|
+
*/
|
|
120
|
+
overTime?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @example
|
|
123
|
+
* 示例值示例值示例值
|
|
124
|
+
*/
|
|
125
|
+
predictAdjust?: string;
|
|
126
|
+
/**
|
|
127
|
+
* @example
|
|
128
|
+
* 0.33
|
|
129
|
+
*/
|
|
130
|
+
quotiety?: string;
|
|
131
|
+
/**
|
|
132
|
+
* @example
|
|
133
|
+
* 2026-02-10 15:00:00
|
|
134
|
+
*/
|
|
135
|
+
startTime?: string;
|
|
136
|
+
/**
|
|
137
|
+
* @example
|
|
138
|
+
* 3
|
|
139
|
+
*/
|
|
140
|
+
status?: string;
|
|
141
|
+
/**
|
|
142
|
+
* @example
|
|
143
|
+
* 2
|
|
144
|
+
*/
|
|
145
|
+
type?: string;
|
|
146
|
+
/**
|
|
147
|
+
* @example
|
|
148
|
+
* [{"key1":"value1"},{"key2":"value2"}]
|
|
149
|
+
*/
|
|
150
|
+
userFields?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @example
|
|
153
|
+
* 5
|
|
154
|
+
*/
|
|
155
|
+
wrapup?: string;
|
|
156
|
+
static names(): { [key: string]: string } {
|
|
157
|
+
return {
|
|
158
|
+
agentTimeout: 'AgentTimeout',
|
|
159
|
+
answerRate: 'AnswerRate',
|
|
160
|
+
autoComplete: 'AutoComplete',
|
|
161
|
+
autoStart: 'AutoStart',
|
|
162
|
+
autoStartDay: 'AutoStartDay',
|
|
163
|
+
autoStartTime: 'AutoStartTime',
|
|
164
|
+
autoStop: 'AutoStop',
|
|
165
|
+
autoStopDay: 'AutoStopDay',
|
|
166
|
+
autoStopTime: 'AutoStopTime',
|
|
167
|
+
cnos: 'Cnos',
|
|
168
|
+
concurrency: 'Concurrency',
|
|
169
|
+
createTime: 'CreateTime',
|
|
170
|
+
customerClids: 'CustomerClids',
|
|
171
|
+
customerMoh: 'CustomerMoh',
|
|
172
|
+
customerTimeout: 'CustomerTimeout',
|
|
173
|
+
description: 'Description',
|
|
174
|
+
enterpriseId: 'EnterpriseId',
|
|
175
|
+
id: 'Id',
|
|
176
|
+
isRandom: 'IsRandom',
|
|
177
|
+
ivrId: 'IvrId',
|
|
178
|
+
maxWaitTime: 'MaxWaitTime',
|
|
179
|
+
name: 'Name',
|
|
180
|
+
overTime: 'OverTime',
|
|
181
|
+
predictAdjust: 'PredictAdjust',
|
|
182
|
+
quotiety: 'Quotiety',
|
|
183
|
+
startTime: 'StartTime',
|
|
184
|
+
status: 'Status',
|
|
185
|
+
type: 'Type',
|
|
186
|
+
userFields: 'UserFields',
|
|
187
|
+
wrapup: 'Wrapup',
|
|
188
|
+
};
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
static types(): { [key: string]: any } {
|
|
192
|
+
return {
|
|
193
|
+
agentTimeout: 'string',
|
|
194
|
+
answerRate: 'string',
|
|
195
|
+
autoComplete: 'number',
|
|
196
|
+
autoStart: 'string',
|
|
197
|
+
autoStartDay: 'string',
|
|
198
|
+
autoStartTime: 'string',
|
|
199
|
+
autoStop: 'string',
|
|
200
|
+
autoStopDay: 'string',
|
|
201
|
+
autoStopTime: 'string',
|
|
202
|
+
cnos: 'string',
|
|
203
|
+
concurrency: 'string',
|
|
204
|
+
createTime: 'string',
|
|
205
|
+
customerClids: 'string',
|
|
206
|
+
customerMoh: 'string',
|
|
207
|
+
customerTimeout: 'string',
|
|
208
|
+
description: 'string',
|
|
209
|
+
enterpriseId: 'string',
|
|
210
|
+
id: 'string',
|
|
211
|
+
isRandom: 'string',
|
|
212
|
+
ivrId: 'string',
|
|
213
|
+
maxWaitTime: 'string',
|
|
214
|
+
name: 'string',
|
|
215
|
+
overTime: 'string',
|
|
216
|
+
predictAdjust: 'string',
|
|
217
|
+
quotiety: 'string',
|
|
218
|
+
startTime: 'string',
|
|
219
|
+
status: 'string',
|
|
220
|
+
type: 'string',
|
|
221
|
+
userFields: 'string',
|
|
222
|
+
wrapup: 'string',
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
validate() {
|
|
227
|
+
super.validate();
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
constructor(map?: { [key: string]: any }) {
|
|
231
|
+
super(map);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export class CloudUpdateTaskResponseBody extends $dara.Model {
|
|
236
|
+
accessDeniedDetail?: string;
|
|
237
|
+
/**
|
|
238
|
+
* @example
|
|
239
|
+
* OK
|
|
240
|
+
*/
|
|
241
|
+
code?: string;
|
|
242
|
+
data?: CloudUpdateTaskResponseBodyData;
|
|
243
|
+
/**
|
|
244
|
+
* @example
|
|
245
|
+
* OK
|
|
246
|
+
*/
|
|
247
|
+
message?: string;
|
|
248
|
+
/**
|
|
249
|
+
* @example
|
|
250
|
+
* 6086693B-2250-17CE-A41F-06259AB6DB1B
|
|
251
|
+
*/
|
|
252
|
+
requestId?: string;
|
|
253
|
+
static names(): { [key: string]: string } {
|
|
254
|
+
return {
|
|
255
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
256
|
+
code: 'Code',
|
|
257
|
+
data: 'Data',
|
|
258
|
+
message: 'Message',
|
|
259
|
+
requestId: 'RequestId',
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
static types(): { [key: string]: any } {
|
|
264
|
+
return {
|
|
265
|
+
accessDeniedDetail: 'string',
|
|
266
|
+
code: 'string',
|
|
267
|
+
data: CloudUpdateTaskResponseBodyData,
|
|
268
|
+
message: 'string',
|
|
269
|
+
requestId: 'string',
|
|
270
|
+
};
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
validate() {
|
|
274
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
275
|
+
(this.data as any).validate();
|
|
276
|
+
}
|
|
277
|
+
super.validate();
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
constructor(map?: { [key: string]: any }) {
|
|
281
|
+
super(map);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export { CloudCreateTaskResponseBodyData } from './CloudCreateTaskResponseBody';
|
|
2
|
+
export { CloudImportTaskTelRequestTaskTelList } from './CloudImportTaskTelRequest';
|
|
3
|
+
export { CloudImportTaskTelResponseBodyData } from './CloudImportTaskTelResponseBody';
|
|
4
|
+
export { CloudStartTaskResponseBodyData } from './CloudStartTaskResponseBody';
|
|
5
|
+
export { CloudUpdateTaskResponseBodyData } from './CloudUpdateTaskResponseBody';
|
|
1
6
|
export { GetHotlineQualificationByOrderResponseBodyData } from './GetHotlineQualificationByOrderResponseBody';
|
|
2
7
|
export { IvrCallRequestMenuKeyMap } from './IvrCallRequest';
|
|
3
8
|
export { ListCallTaskResponseBodyData } from './ListCallTaskResponseBody';
|
|
@@ -35,6 +40,19 @@ export { CancelRobotTaskResponse } from './CancelRobotTaskResponse';
|
|
|
35
40
|
export { ChangeMediaTypeRequest } from './ChangeMediaTypeRequest';
|
|
36
41
|
export { ChangeMediaTypeResponseBody } from './ChangeMediaTypeResponseBody';
|
|
37
42
|
export { ChangeMediaTypeResponse } from './ChangeMediaTypeResponse';
|
|
43
|
+
export { CloudCreateTaskRequest } from './CloudCreateTaskRequest';
|
|
44
|
+
export { CloudCreateTaskResponseBody } from './CloudCreateTaskResponseBody';
|
|
45
|
+
export { CloudCreateTaskResponse } from './CloudCreateTaskResponse';
|
|
46
|
+
export { CloudImportTaskTelRequest } from './CloudImportTaskTelRequest';
|
|
47
|
+
export { CloudImportTaskTelShrinkRequest } from './CloudImportTaskTelShrinkRequest';
|
|
48
|
+
export { CloudImportTaskTelResponseBody } from './CloudImportTaskTelResponseBody';
|
|
49
|
+
export { CloudImportTaskTelResponse } from './CloudImportTaskTelResponse';
|
|
50
|
+
export { CloudStartTaskRequest } from './CloudStartTaskRequest';
|
|
51
|
+
export { CloudStartTaskResponseBody } from './CloudStartTaskResponseBody';
|
|
52
|
+
export { CloudStartTaskResponse } from './CloudStartTaskResponse';
|
|
53
|
+
export { CloudUpdateTaskRequest } from './CloudUpdateTaskRequest';
|
|
54
|
+
export { CloudUpdateTaskResponseBody } from './CloudUpdateTaskResponseBody';
|
|
55
|
+
export { CloudUpdateTaskResponse } from './CloudUpdateTaskResponse';
|
|
38
56
|
export { CreateCallTaskRequest } from './CreateCallTaskRequest';
|
|
39
57
|
export { CreateCallTaskResponseBody } from './CreateCallTaskResponseBody';
|
|
40
58
|
export { CreateCallTaskResponse } from './CreateCallTaskResponse';
|
|
@@ -123,9 +141,6 @@ export { QueryRobotv2AllListResponse } from './QueryRobotv2allListResponse';
|
|
|
123
141
|
export { QueryVideoPlayProgressRequest } from './QueryVideoPlayProgressRequest';
|
|
124
142
|
export { QueryVideoPlayProgressResponseBody } from './QueryVideoPlayProgressResponseBody';
|
|
125
143
|
export { QueryVideoPlayProgressResponse } from './QueryVideoPlayProgressResponse';
|
|
126
|
-
export { QueryVirtualNumberRequest } from './QueryVirtualNumberRequest';
|
|
127
|
-
export { QueryVirtualNumberResponseBody } from './QueryVirtualNumberResponseBody';
|
|
128
|
-
export { QueryVirtualNumberResponse } from './QueryVirtualNumberResponse';
|
|
129
144
|
export { QueryVirtualNumberRelationRequest } from './QueryVirtualNumberRelationRequest';
|
|
130
145
|
export { QueryVirtualNumberRelationResponseBody } from './QueryVirtualNumberRelationResponseBody';
|
|
131
146
|
export { QueryVirtualNumberRelationResponse } from './QueryVirtualNumberRelationResponse';
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import * as $dara from '@darabonba/typescript';
|
|
2
|
-
export declare class QueryVirtualNumberRequest extends $dara.Model {
|
|
3
|
-
ownerId?: number;
|
|
4
|
-
/**
|
|
5
|
-
* @remarks
|
|
6
|
-
* The page number.
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* 1
|
|
10
|
-
*/
|
|
11
|
-
pageNo?: number;
|
|
12
|
-
/**
|
|
13
|
-
* @remarks
|
|
14
|
-
* The number of entries per page.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* 10
|
|
18
|
-
*/
|
|
19
|
-
pageSize?: number;
|
|
20
|
-
/**
|
|
21
|
-
* @remarks
|
|
22
|
-
* The service name. Default value: **dyvms**.
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* dyvms
|
|
26
|
-
*/
|
|
27
|
-
prodCode?: string;
|
|
28
|
-
resourceOwnerAccount?: string;
|
|
29
|
-
resourceOwnerId?: number;
|
|
30
|
-
/**
|
|
31
|
-
* @remarks
|
|
32
|
-
* The route type. Valid values:
|
|
33
|
-
*
|
|
34
|
-
* * **0**: number location first.
|
|
35
|
-
* * **1**: random.
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* 0
|
|
39
|
-
*/
|
|
40
|
-
routeType?: number;
|
|
41
|
-
static names(): {
|
|
42
|
-
[key: string]: string;
|
|
43
|
-
};
|
|
44
|
-
static types(): {
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
};
|
|
47
|
-
validate(): void;
|
|
48
|
-
constructor(map?: {
|
|
49
|
-
[key: string]: any;
|
|
50
|
-
});
|
|
51
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryVirtualNumberRequest.js","sourceRoot":"","sources":["../../src/models/QueryVirtualNumberRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAuCxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,oBAAoB,EAAE,sBAAsB;YAC5C,eAAe,EAAE,iBAAiB;YAClC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,oBAAoB,EAAE,QAAQ;YAC9B,eAAe,EAAE,QAAQ;YACzB,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;AAtED,8DAsEC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import * as $dara from '@darabonba/typescript';
|
|
2
|
-
export declare class QueryVirtualNumberResponseBody extends $dara.Model {
|
|
3
|
-
/**
|
|
4
|
-
* @remarks
|
|
5
|
-
* The response code. The value 200 indicates that the request was successful.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* 200
|
|
9
|
-
*/
|
|
10
|
-
code?: string;
|
|
11
|
-
/**
|
|
12
|
-
* @remarks
|
|
13
|
-
* The details of the numbers associated with the virtual numbers. The following fields are returned:
|
|
14
|
-
*
|
|
15
|
-
* * createTime: the time when the number was activated.
|
|
16
|
-
* * qualificationCount: the number of qualifications.
|
|
17
|
-
* * cityCount: the number of cities.
|
|
18
|
-
* * phoneNumCount: the number of virtual numbers.
|
|
19
|
-
* * remark: the additional information.
|
|
20
|
-
* * phoneNum: the virtual number.
|
|
21
|
-
* * routeType: the route type.
|
|
22
|
-
* * canCancel: indicates whether the number can be deactivated.
|
|
23
|
-
* * specCount: the number of Internet service providers (ISPs).
|
|
24
|
-
* * status: the number state. Valid values: **1**, **0**, and **-1**. The value 1 indicates that the number is valid. The value 0 indicates that the number is invalid. The value -1 indicates that the number was deactivated.
|
|
25
|
-
* * pageNo: the page number.
|
|
26
|
-
* * pageSize: the number of entries per page.
|
|
27
|
-
* * total: the total number of virtual numbers.
|
|
28
|
-
*
|
|
29
|
-
* @example
|
|
30
|
-
* {"data":[{"createTime":"2020-07-15 04:00:00","qualificationCount":0,"cityCount":0,"phoneNumCount":1,"remark":"20200715Unicom CTD shut down","phoneNum":"05516214****","routeType":1,"canCancel":true,"specCount":0,"status":"1"}],"pageSize":1,"total":17,"pageNo":1}
|
|
31
|
-
*/
|
|
32
|
-
data?: string;
|
|
33
|
-
/**
|
|
34
|
-
* @remarks
|
|
35
|
-
* The request ID.
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* 9FF70B74-1B3C-44C1-ACDF-8DF962988F0E
|
|
39
|
-
*/
|
|
40
|
-
requestId?: string;
|
|
41
|
-
static names(): {
|
|
42
|
-
[key: string]: string;
|
|
43
|
-
};
|
|
44
|
-
static types(): {
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
};
|
|
47
|
-
validate(): void;
|
|
48
|
-
constructor(map?: {
|
|
49
|
-
[key: string]: any;
|
|
50
|
-
});
|
|
51
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"QueryVirtualNumberResponseBody.js","sourceRoot":"","sources":["../../src/models/QueryVirtualNumberResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAuC7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,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;AA9DD,wEA8DC"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
// This file is auto-generated, don't edit it
|
|
2
|
-
import * as $dara from '@darabonba/typescript';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export class QueryVirtualNumberResponseBody extends $dara.Model {
|
|
6
|
-
/**
|
|
7
|
-
* @remarks
|
|
8
|
-
* The response code. The value 200 indicates that the request was successful.
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* 200
|
|
12
|
-
*/
|
|
13
|
-
code?: string;
|
|
14
|
-
/**
|
|
15
|
-
* @remarks
|
|
16
|
-
* The details of the numbers associated with the virtual numbers. The following fields are returned:
|
|
17
|
-
*
|
|
18
|
-
* * createTime: the time when the number was activated.
|
|
19
|
-
* * qualificationCount: the number of qualifications.
|
|
20
|
-
* * cityCount: the number of cities.
|
|
21
|
-
* * phoneNumCount: the number of virtual numbers.
|
|
22
|
-
* * remark: the additional information.
|
|
23
|
-
* * phoneNum: the virtual number.
|
|
24
|
-
* * routeType: the route type.
|
|
25
|
-
* * canCancel: indicates whether the number can be deactivated.
|
|
26
|
-
* * specCount: the number of Internet service providers (ISPs).
|
|
27
|
-
* * status: the number state. Valid values: **1**, **0**, and **-1**. The value 1 indicates that the number is valid. The value 0 indicates that the number is invalid. The value -1 indicates that the number was deactivated.
|
|
28
|
-
* * pageNo: the page number.
|
|
29
|
-
* * pageSize: the number of entries per page.
|
|
30
|
-
* * total: the total number of virtual numbers.
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* {"data":[{"createTime":"2020-07-15 04:00:00","qualificationCount":0,"cityCount":0,"phoneNumCount":1,"remark":"20200715Unicom CTD shut down","phoneNum":"05516214****","routeType":1,"canCancel":true,"specCount":0,"status":"1"}],"pageSize":1,"total":17,"pageNo":1}
|
|
34
|
-
*/
|
|
35
|
-
data?: string;
|
|
36
|
-
/**
|
|
37
|
-
* @remarks
|
|
38
|
-
* The request ID.
|
|
39
|
-
*
|
|
40
|
-
* @example
|
|
41
|
-
* 9FF70B74-1B3C-44C1-ACDF-8DF962988F0E
|
|
42
|
-
*/
|
|
43
|
-
requestId?: string;
|
|
44
|
-
static names(): { [key: string]: string } {
|
|
45
|
-
return {
|
|
46
|
-
code: 'Code',
|
|
47
|
-
data: 'Data',
|
|
48
|
-
requestId: 'RequestId',
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
static types(): { [key: string]: any } {
|
|
53
|
-
return {
|
|
54
|
-
code: 'string',
|
|
55
|
-
data: 'string',
|
|
56
|
-
requestId: 'string',
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
validate() {
|
|
61
|
-
super.validate();
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
constructor(map?: { [key: string]: any }) {
|
|
65
|
-
super(map);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|