1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 | "use strict";
|
11 | Object.defineProperty(exports, "__esModule", { value: true });
|
12 | exports.TypeInfo = exports.WorkItemTypeFieldsExpandLevel = exports.WorkItemRecentActivityType = exports.WorkItemExpand = exports.WorkItemErrorPolicy = exports.TreeStructureGroup = exports.TreeNodeStructureType = exports.TemplateType = exports.ReportingRevisionsExpand = exports.QueryType = exports.QueryResultType = exports.QueryRecursionOption = exports.QueryOption = exports.QueryExpand = exports.QueryErrorPolicy = exports.ProvisioningActionType = exports.LogicalOperation = exports.LinkQueryMode = exports.GetFieldsExpand = exports.FieldUsage = exports.FieldType = exports.CommentSortOrder = exports.CommentReactionType = exports.CommentFormat = exports.CommentExpandOptions = exports.ClassificationNodesErrorPolicy = void 0;
|
13 |
|
14 |
|
15 |
|
16 | var ClassificationNodesErrorPolicy;
|
17 | (function (ClassificationNodesErrorPolicy) {
|
18 | ClassificationNodesErrorPolicy[ClassificationNodesErrorPolicy["Fail"] = 1] = "Fail";
|
19 | ClassificationNodesErrorPolicy[ClassificationNodesErrorPolicy["Omit"] = 2] = "Omit";
|
20 | })(ClassificationNodesErrorPolicy = exports.ClassificationNodesErrorPolicy || (exports.ClassificationNodesErrorPolicy = {}));
|
21 |
|
22 |
|
23 |
|
24 | var CommentExpandOptions;
|
25 | (function (CommentExpandOptions) {
|
26 | CommentExpandOptions[CommentExpandOptions["None"] = 0] = "None";
|
27 | |
28 |
|
29 |
|
30 | CommentExpandOptions[CommentExpandOptions["Reactions"] = 1] = "Reactions";
|
31 | |
32 |
|
33 |
|
34 | CommentExpandOptions[CommentExpandOptions["RenderedText"] = 8] = "RenderedText";
|
35 | |
36 |
|
37 |
|
38 | CommentExpandOptions[CommentExpandOptions["RenderedTextOnly"] = 16] = "RenderedTextOnly";
|
39 | CommentExpandOptions[CommentExpandOptions["All"] = -17] = "All";
|
40 | })(CommentExpandOptions = exports.CommentExpandOptions || (exports.CommentExpandOptions = {}));
|
41 |
|
42 |
|
43 |
|
44 | var CommentFormat;
|
45 | (function (CommentFormat) {
|
46 | CommentFormat[CommentFormat["Markdown"] = 0] = "Markdown";
|
47 | CommentFormat[CommentFormat["Html"] = 1] = "Html";
|
48 | })(CommentFormat = exports.CommentFormat || (exports.CommentFormat = {}));
|
49 |
|
50 |
|
51 |
|
52 | var CommentReactionType;
|
53 | (function (CommentReactionType) {
|
54 | CommentReactionType[CommentReactionType["Like"] = 0] = "Like";
|
55 | CommentReactionType[CommentReactionType["Dislike"] = 1] = "Dislike";
|
56 | CommentReactionType[CommentReactionType["Heart"] = 2] = "Heart";
|
57 | CommentReactionType[CommentReactionType["Hooray"] = 3] = "Hooray";
|
58 | CommentReactionType[CommentReactionType["Smile"] = 4] = "Smile";
|
59 | CommentReactionType[CommentReactionType["Confused"] = 5] = "Confused";
|
60 | })(CommentReactionType = exports.CommentReactionType || (exports.CommentReactionType = {}));
|
61 | var CommentSortOrder;
|
62 | (function (CommentSortOrder) {
|
63 | |
64 |
|
65 |
|
66 | CommentSortOrder[CommentSortOrder["Asc"] = 1] = "Asc";
|
67 | |
68 |
|
69 |
|
70 | CommentSortOrder[CommentSortOrder["Desc"] = 2] = "Desc";
|
71 | })(CommentSortOrder = exports.CommentSortOrder || (exports.CommentSortOrder = {}));
|
72 |
|
73 |
|
74 |
|
75 | var FieldType;
|
76 | (function (FieldType) {
|
77 | |
78 |
|
79 |
|
80 | FieldType[FieldType["String"] = 0] = "String";
|
81 | |
82 |
|
83 |
|
84 | FieldType[FieldType["Integer"] = 1] = "Integer";
|
85 | |
86 |
|
87 |
|
88 | FieldType[FieldType["DateTime"] = 2] = "DateTime";
|
89 | |
90 |
|
91 |
|
92 | FieldType[FieldType["PlainText"] = 3] = "PlainText";
|
93 | |
94 |
|
95 |
|
96 | FieldType[FieldType["Html"] = 4] = "Html";
|
97 | |
98 |
|
99 |
|
100 | FieldType[FieldType["TreePath"] = 5] = "TreePath";
|
101 | |
102 |
|
103 |
|
104 | FieldType[FieldType["History"] = 6] = "History";
|
105 | |
106 |
|
107 |
|
108 | FieldType[FieldType["Double"] = 7] = "Double";
|
109 | |
110 |
|
111 |
|
112 | FieldType[FieldType["Guid"] = 8] = "Guid";
|
113 | |
114 |
|
115 |
|
116 | FieldType[FieldType["Boolean"] = 9] = "Boolean";
|
117 | |
118 |
|
119 |
|
120 | FieldType[FieldType["Identity"] = 10] = "Identity";
|
121 | |
122 |
|
123 |
|
124 | FieldType[FieldType["PicklistString"] = 11] = "PicklistString";
|
125 | |
126 |
|
127 |
|
128 | FieldType[FieldType["PicklistInteger"] = 12] = "PicklistInteger";
|
129 | |
130 |
|
131 |
|
132 | FieldType[FieldType["PicklistDouble"] = 13] = "PicklistDouble";
|
133 | })(FieldType = exports.FieldType || (exports.FieldType = {}));
|
134 |
|
135 |
|
136 |
|
137 | var FieldUsage;
|
138 | (function (FieldUsage) {
|
139 | |
140 |
|
141 |
|
142 | FieldUsage[FieldUsage["None"] = 0] = "None";
|
143 | |
144 |
|
145 |
|
146 | FieldUsage[FieldUsage["WorkItem"] = 1] = "WorkItem";
|
147 | |
148 |
|
149 |
|
150 | FieldUsage[FieldUsage["WorkItemLink"] = 2] = "WorkItemLink";
|
151 | |
152 |
|
153 |
|
154 | FieldUsage[FieldUsage["Tree"] = 3] = "Tree";
|
155 | |
156 |
|
157 |
|
158 | FieldUsage[FieldUsage["WorkItemTypeExtension"] = 4] = "WorkItemTypeExtension";
|
159 | })(FieldUsage = exports.FieldUsage || (exports.FieldUsage = {}));
|
160 |
|
161 |
|
162 |
|
163 | var GetFieldsExpand;
|
164 | (function (GetFieldsExpand) {
|
165 | |
166 |
|
167 |
|
168 | GetFieldsExpand[GetFieldsExpand["None"] = 0] = "None";
|
169 | |
170 |
|
171 |
|
172 | GetFieldsExpand[GetFieldsExpand["ExtensionFields"] = 1] = "ExtensionFields";
|
173 | |
174 |
|
175 |
|
176 | GetFieldsExpand[GetFieldsExpand["IncludeDeleted"] = 2] = "IncludeDeleted";
|
177 | })(GetFieldsExpand = exports.GetFieldsExpand || (exports.GetFieldsExpand = {}));
|
178 |
|
179 |
|
180 |
|
181 | var LinkQueryMode;
|
182 | (function (LinkQueryMode) {
|
183 | |
184 |
|
185 |
|
186 | LinkQueryMode[LinkQueryMode["WorkItems"] = 0] = "WorkItems";
|
187 | |
188 |
|
189 |
|
190 | LinkQueryMode[LinkQueryMode["LinksOneHopMustContain"] = 1] = "LinksOneHopMustContain";
|
191 | |
192 |
|
193 |
|
194 | LinkQueryMode[LinkQueryMode["LinksOneHopMayContain"] = 2] = "LinksOneHopMayContain";
|
195 | |
196 |
|
197 |
|
198 | LinkQueryMode[LinkQueryMode["LinksOneHopDoesNotContain"] = 3] = "LinksOneHopDoesNotContain";
|
199 | LinkQueryMode[LinkQueryMode["LinksRecursiveMustContain"] = 4] = "LinksRecursiveMustContain";
|
200 | |
201 |
|
202 |
|
203 | LinkQueryMode[LinkQueryMode["LinksRecursiveMayContain"] = 5] = "LinksRecursiveMayContain";
|
204 | LinkQueryMode[LinkQueryMode["LinksRecursiveDoesNotContain"] = 6] = "LinksRecursiveDoesNotContain";
|
205 | })(LinkQueryMode = exports.LinkQueryMode || (exports.LinkQueryMode = {}));
|
206 | var LogicalOperation;
|
207 | (function (LogicalOperation) {
|
208 | LogicalOperation[LogicalOperation["NONE"] = 0] = "NONE";
|
209 | LogicalOperation[LogicalOperation["AND"] = 1] = "AND";
|
210 | LogicalOperation[LogicalOperation["OR"] = 2] = "OR";
|
211 | })(LogicalOperation = exports.LogicalOperation || (exports.LogicalOperation = {}));
|
212 |
|
213 |
|
214 |
|
215 | var ProvisioningActionType;
|
216 | (function (ProvisioningActionType) {
|
217 | ProvisioningActionType[ProvisioningActionType["Import"] = 0] = "Import";
|
218 | ProvisioningActionType[ProvisioningActionType["Validate"] = 1] = "Validate";
|
219 | })(ProvisioningActionType = exports.ProvisioningActionType || (exports.ProvisioningActionType = {}));
|
220 |
|
221 |
|
222 |
|
223 | var QueryErrorPolicy;
|
224 | (function (QueryErrorPolicy) {
|
225 | QueryErrorPolicy[QueryErrorPolicy["Fail"] = 1] = "Fail";
|
226 | QueryErrorPolicy[QueryErrorPolicy["Omit"] = 2] = "Omit";
|
227 | })(QueryErrorPolicy = exports.QueryErrorPolicy || (exports.QueryErrorPolicy = {}));
|
228 |
|
229 |
|
230 |
|
231 | var QueryExpand;
|
232 | (function (QueryExpand) {
|
233 | |
234 |
|
235 |
|
236 | QueryExpand[QueryExpand["None"] = 0] = "None";
|
237 | |
238 |
|
239 |
|
240 | QueryExpand[QueryExpand["Wiql"] = 1] = "Wiql";
|
241 | |
242 |
|
243 |
|
244 | QueryExpand[QueryExpand["Clauses"] = 2] = "Clauses";
|
245 | |
246 |
|
247 |
|
248 | QueryExpand[QueryExpand["All"] = 3] = "All";
|
249 | |
250 |
|
251 |
|
252 | QueryExpand[QueryExpand["Minimal"] = 4] = "Minimal";
|
253 | })(QueryExpand = exports.QueryExpand || (exports.QueryExpand = {}));
|
254 | var QueryOption;
|
255 | (function (QueryOption) {
|
256 | QueryOption[QueryOption["Doing"] = 1] = "Doing";
|
257 | QueryOption[QueryOption["Done"] = 2] = "Done";
|
258 | QueryOption[QueryOption["Followed"] = 3] = "Followed";
|
259 | })(QueryOption = exports.QueryOption || (exports.QueryOption = {}));
|
260 |
|
261 |
|
262 |
|
263 | var QueryRecursionOption;
|
264 | (function (QueryRecursionOption) {
|
265 | |
266 |
|
267 |
|
268 | QueryRecursionOption[QueryRecursionOption["ParentFirst"] = 0] = "ParentFirst";
|
269 | |
270 |
|
271 |
|
272 | QueryRecursionOption[QueryRecursionOption["ChildFirst"] = 1] = "ChildFirst";
|
273 | })(QueryRecursionOption = exports.QueryRecursionOption || (exports.QueryRecursionOption = {}));
|
274 |
|
275 |
|
276 |
|
277 | var QueryResultType;
|
278 | (function (QueryResultType) {
|
279 | |
280 |
|
281 |
|
282 | QueryResultType[QueryResultType["WorkItem"] = 1] = "WorkItem";
|
283 | |
284 |
|
285 |
|
286 | QueryResultType[QueryResultType["WorkItemLink"] = 2] = "WorkItemLink";
|
287 | })(QueryResultType = exports.QueryResultType || (exports.QueryResultType = {}));
|
288 |
|
289 |
|
290 |
|
291 | var QueryType;
|
292 | (function (QueryType) {
|
293 | |
294 |
|
295 |
|
296 | QueryType[QueryType["Flat"] = 1] = "Flat";
|
297 | |
298 |
|
299 |
|
300 | QueryType[QueryType["Tree"] = 2] = "Tree";
|
301 | |
302 |
|
303 |
|
304 | QueryType[QueryType["OneHop"] = 3] = "OneHop";
|
305 | })(QueryType = exports.QueryType || (exports.QueryType = {}));
|
306 |
|
307 |
|
308 |
|
309 | var ReportingRevisionsExpand;
|
310 | (function (ReportingRevisionsExpand) {
|
311 | |
312 |
|
313 |
|
314 | ReportingRevisionsExpand[ReportingRevisionsExpand["None"] = 0] = "None";
|
315 | |
316 |
|
317 |
|
318 | ReportingRevisionsExpand[ReportingRevisionsExpand["Fields"] = 1] = "Fields";
|
319 | })(ReportingRevisionsExpand = exports.ReportingRevisionsExpand || (exports.ReportingRevisionsExpand = {}));
|
320 |
|
321 |
|
322 |
|
323 | var TemplateType;
|
324 | (function (TemplateType) {
|
325 | TemplateType[TemplateType["WorkItemType"] = 0] = "WorkItemType";
|
326 | TemplateType[TemplateType["GlobalWorkflow"] = 1] = "GlobalWorkflow";
|
327 | })(TemplateType = exports.TemplateType || (exports.TemplateType = {}));
|
328 |
|
329 |
|
330 |
|
331 | var TreeNodeStructureType;
|
332 | (function (TreeNodeStructureType) {
|
333 | |
334 |
|
335 |
|
336 | TreeNodeStructureType[TreeNodeStructureType["Area"] = 0] = "Area";
|
337 | |
338 |
|
339 |
|
340 | TreeNodeStructureType[TreeNodeStructureType["Iteration"] = 1] = "Iteration";
|
341 | })(TreeNodeStructureType = exports.TreeNodeStructureType || (exports.TreeNodeStructureType = {}));
|
342 |
|
343 |
|
344 |
|
345 | var TreeStructureGroup;
|
346 | (function (TreeStructureGroup) {
|
347 | TreeStructureGroup[TreeStructureGroup["Areas"] = 0] = "Areas";
|
348 | TreeStructureGroup[TreeStructureGroup["Iterations"] = 1] = "Iterations";
|
349 | })(TreeStructureGroup = exports.TreeStructureGroup || (exports.TreeStructureGroup = {}));
|
350 |
|
351 |
|
352 |
|
353 | var WorkItemErrorPolicy;
|
354 | (function (WorkItemErrorPolicy) {
|
355 | |
356 |
|
357 |
|
358 | WorkItemErrorPolicy[WorkItemErrorPolicy["Fail"] = 1] = "Fail";
|
359 | |
360 |
|
361 |
|
362 | WorkItemErrorPolicy[WorkItemErrorPolicy["Omit"] = 2] = "Omit";
|
363 | })(WorkItemErrorPolicy = exports.WorkItemErrorPolicy || (exports.WorkItemErrorPolicy = {}));
|
364 |
|
365 |
|
366 |
|
367 | var WorkItemExpand;
|
368 | (function (WorkItemExpand) {
|
369 | |
370 |
|
371 |
|
372 | WorkItemExpand[WorkItemExpand["None"] = 0] = "None";
|
373 | |
374 |
|
375 |
|
376 | WorkItemExpand[WorkItemExpand["Relations"] = 1] = "Relations";
|
377 | |
378 |
|
379 |
|
380 | WorkItemExpand[WorkItemExpand["Fields"] = 2] = "Fields";
|
381 | |
382 |
|
383 |
|
384 | WorkItemExpand[WorkItemExpand["Links"] = 3] = "Links";
|
385 | |
386 |
|
387 |
|
388 | WorkItemExpand[WorkItemExpand["All"] = 4] = "All";
|
389 | })(WorkItemExpand = exports.WorkItemExpand || (exports.WorkItemExpand = {}));
|
390 |
|
391 |
|
392 |
|
393 | var WorkItemRecentActivityType;
|
394 | (function (WorkItemRecentActivityType) {
|
395 | WorkItemRecentActivityType[WorkItemRecentActivityType["Visited"] = 0] = "Visited";
|
396 | WorkItemRecentActivityType[WorkItemRecentActivityType["Edited"] = 1] = "Edited";
|
397 | WorkItemRecentActivityType[WorkItemRecentActivityType["Deleted"] = 2] = "Deleted";
|
398 | WorkItemRecentActivityType[WorkItemRecentActivityType["Restored"] = 3] = "Restored";
|
399 | })(WorkItemRecentActivityType = exports.WorkItemRecentActivityType || (exports.WorkItemRecentActivityType = {}));
|
400 |
|
401 |
|
402 |
|
403 | var WorkItemTypeFieldsExpandLevel;
|
404 | (function (WorkItemTypeFieldsExpandLevel) {
|
405 | |
406 |
|
407 |
|
408 | WorkItemTypeFieldsExpandLevel[WorkItemTypeFieldsExpandLevel["None"] = 0] = "None";
|
409 | |
410 |
|
411 |
|
412 | WorkItemTypeFieldsExpandLevel[WorkItemTypeFieldsExpandLevel["AllowedValues"] = 1] = "AllowedValues";
|
413 | |
414 |
|
415 |
|
416 | WorkItemTypeFieldsExpandLevel[WorkItemTypeFieldsExpandLevel["DependentFields"] = 2] = "DependentFields";
|
417 | |
418 |
|
419 |
|
420 | WorkItemTypeFieldsExpandLevel[WorkItemTypeFieldsExpandLevel["All"] = 3] = "All";
|
421 | })(WorkItemTypeFieldsExpandLevel = exports.WorkItemTypeFieldsExpandLevel || (exports.WorkItemTypeFieldsExpandLevel = {}));
|
422 | exports.TypeInfo = {
|
423 | AccountMyWorkResult: {},
|
424 | AccountRecentActivityWorkItemModel: {},
|
425 | AccountRecentActivityWorkItemModel2: {},
|
426 | AccountRecentActivityWorkItemModelBase: {},
|
427 | AccountRecentMentionWorkItemModel: {},
|
428 | AccountWorkWorkItemModel: {},
|
429 | ClassificationNodesErrorPolicy: {
|
430 | enumValues: {
|
431 | "fail": 1,
|
432 | "omit": 2
|
433 | }
|
434 | },
|
435 | Comment: {},
|
436 | CommentExpandOptions: {
|
437 | enumValues: {
|
438 | "none": 0,
|
439 | "reactions": 1,
|
440 | "renderedText": 8,
|
441 | "renderedTextOnly": 16,
|
442 | "all": -17
|
443 | }
|
444 | },
|
445 | CommentFormat: {
|
446 | enumValues: {
|
447 | "markdown": 0,
|
448 | "html": 1
|
449 | }
|
450 | },
|
451 | CommentList: {},
|
452 | CommentReaction: {},
|
453 | CommentReactionType: {
|
454 | enumValues: {
|
455 | "like": 0,
|
456 | "dislike": 1,
|
457 | "heart": 2,
|
458 | "hooray": 3,
|
459 | "smile": 4,
|
460 | "confused": 5
|
461 | }
|
462 | },
|
463 | CommentSortOrder: {
|
464 | enumValues: {
|
465 | "asc": 1,
|
466 | "desc": 2
|
467 | }
|
468 | },
|
469 | CommentVersion: {},
|
470 | ExternalDeployment: {},
|
471 | FieldType: {
|
472 | enumValues: {
|
473 | "string": 0,
|
474 | "integer": 1,
|
475 | "dateTime": 2,
|
476 | "plainText": 3,
|
477 | "html": 4,
|
478 | "treePath": 5,
|
479 | "history": 6,
|
480 | "double": 7,
|
481 | "guid": 8,
|
482 | "boolean": 9,
|
483 | "identity": 10,
|
484 | "picklistString": 11,
|
485 | "picklistInteger": 12,
|
486 | "picklistDouble": 13
|
487 | }
|
488 | },
|
489 | FieldUsage: {
|
490 | enumValues: {
|
491 | "none": 0,
|
492 | "workItem": 1,
|
493 | "workItemLink": 2,
|
494 | "tree": 3,
|
495 | "workItemTypeExtension": 4
|
496 | }
|
497 | },
|
498 | GetFieldsExpand: {
|
499 | enumValues: {
|
500 | "none": 0,
|
501 | "extensionFields": 1,
|
502 | "includeDeleted": 2
|
503 | }
|
504 | },
|
505 | LinkQueryMode: {
|
506 | enumValues: {
|
507 | "workItems": 0,
|
508 | "linksOneHopMustContain": 1,
|
509 | "linksOneHopMayContain": 2,
|
510 | "linksOneHopDoesNotContain": 3,
|
511 | "linksRecursiveMustContain": 4,
|
512 | "linksRecursiveMayContain": 5,
|
513 | "linksRecursiveDoesNotContain": 6
|
514 | }
|
515 | },
|
516 | LogicalOperation: {
|
517 | enumValues: {
|
518 | "none": 0,
|
519 | "and": 1,
|
520 | "or": 2
|
521 | }
|
522 | },
|
523 | ProvisioningActionType: {
|
524 | enumValues: {
|
525 | "import": 0,
|
526 | "validate": 1
|
527 | }
|
528 | },
|
529 | QueryBatchGetRequest: {},
|
530 | QueryErrorPolicy: {
|
531 | enumValues: {
|
532 | "fail": 1,
|
533 | "omit": 2
|
534 | }
|
535 | },
|
536 | QueryExpand: {
|
537 | enumValues: {
|
538 | "none": 0,
|
539 | "wiql": 1,
|
540 | "clauses": 2,
|
541 | "all": 3,
|
542 | "minimal": 4
|
543 | }
|
544 | },
|
545 | QueryHierarchyItem: {},
|
546 | QueryHierarchyItemsResult: {},
|
547 | QueryOption: {
|
548 | enumValues: {
|
549 | "doing": 1,
|
550 | "done": 2,
|
551 | "followed": 3
|
552 | }
|
553 | },
|
554 | QueryRecursionOption: {
|
555 | enumValues: {
|
556 | "parentFirst": 0,
|
557 | "childFirst": 1
|
558 | }
|
559 | },
|
560 | QueryResultType: {
|
561 | enumValues: {
|
562 | "workItem": 1,
|
563 | "workItemLink": 2
|
564 | }
|
565 | },
|
566 | QueryType: {
|
567 | enumValues: {
|
568 | "flat": 1,
|
569 | "tree": 2,
|
570 | "oneHop": 3
|
571 | }
|
572 | },
|
573 | ReportingRevisionsExpand: {
|
574 | enumValues: {
|
575 | "none": 0,
|
576 | "fields": 1
|
577 | }
|
578 | },
|
579 | TemplateType: {
|
580 | enumValues: {
|
581 | "workItemType": 0,
|
582 | "globalWorkflow": 1
|
583 | }
|
584 | },
|
585 | TreeNodeStructureType: {
|
586 | enumValues: {
|
587 | "area": 0,
|
588 | "iteration": 1
|
589 | }
|
590 | },
|
591 | TreeStructureGroup: {
|
592 | enumValues: {
|
593 | "areas": 0,
|
594 | "iterations": 1
|
595 | }
|
596 | },
|
597 | WorkItemBatchGetRequest: {},
|
598 | WorkItemClassificationNode: {},
|
599 | WorkItemComment: {},
|
600 | WorkItemComments: {},
|
601 | WorkItemErrorPolicy: {
|
602 | enumValues: {
|
603 | "fail": 1,
|
604 | "omit": 2
|
605 | }
|
606 | },
|
607 | WorkItemExpand: {
|
608 | enumValues: {
|
609 | "none": 0,
|
610 | "relations": 1,
|
611 | "fields": 2,
|
612 | "links": 3,
|
613 | "all": 4
|
614 | }
|
615 | },
|
616 | WorkItemField: {},
|
617 | WorkItemField2: {},
|
618 | WorkItemHistory: {},
|
619 | WorkItemQueryClause: {},
|
620 | WorkItemQueryResult: {},
|
621 | WorkItemRecentActivityType: {
|
622 | enumValues: {
|
623 | "visited": 0,
|
624 | "edited": 1,
|
625 | "deleted": 2,
|
626 | "restored": 3
|
627 | }
|
628 | },
|
629 | WorkItemTagDefinition: {},
|
630 | WorkItemTypeFieldsExpandLevel: {
|
631 | enumValues: {
|
632 | "none": 0,
|
633 | "allowedValues": 1,
|
634 | "dependentFields": 2,
|
635 | "all": 3
|
636 | }
|
637 | },
|
638 | WorkItemTypeTemplateUpdateModel: {},
|
639 | WorkItemUpdate: {},
|
640 | };
|
641 | exports.TypeInfo.AccountMyWorkResult.fields = {
|
642 | workItemDetails: {
|
643 | isArray: true,
|
644 | typeInfo: exports.TypeInfo.AccountWorkWorkItemModel
|
645 | }
|
646 | };
|
647 | exports.TypeInfo.AccountRecentActivityWorkItemModel.fields = {
|
648 | activityDate: {
|
649 | isDate: true,
|
650 | },
|
651 | activityType: {
|
652 | enumType: exports.TypeInfo.WorkItemRecentActivityType
|
653 | },
|
654 | changedDate: {
|
655 | isDate: true,
|
656 | }
|
657 | };
|
658 | exports.TypeInfo.AccountRecentActivityWorkItemModel2.fields = {
|
659 | activityDate: {
|
660 | isDate: true,
|
661 | },
|
662 | activityType: {
|
663 | enumType: exports.TypeInfo.WorkItemRecentActivityType
|
664 | },
|
665 | changedDate: {
|
666 | isDate: true,
|
667 | }
|
668 | };
|
669 | exports.TypeInfo.AccountRecentActivityWorkItemModelBase.fields = {
|
670 | activityDate: {
|
671 | isDate: true,
|
672 | },
|
673 | activityType: {
|
674 | enumType: exports.TypeInfo.WorkItemRecentActivityType
|
675 | },
|
676 | changedDate: {
|
677 | isDate: true,
|
678 | }
|
679 | };
|
680 | exports.TypeInfo.AccountRecentMentionWorkItemModel.fields = {
|
681 | mentionedDateField: {
|
682 | isDate: true,
|
683 | }
|
684 | };
|
685 | exports.TypeInfo.AccountWorkWorkItemModel.fields = {
|
686 | changedDate: {
|
687 | isDate: true,
|
688 | }
|
689 | };
|
690 | exports.TypeInfo.Comment.fields = {
|
691 | createdDate: {
|
692 | isDate: true,
|
693 | },
|
694 | createdOnBehalfDate: {
|
695 | isDate: true,
|
696 | },
|
697 | format: {
|
698 | enumType: exports.TypeInfo.CommentFormat
|
699 | },
|
700 | modifiedDate: {
|
701 | isDate: true,
|
702 | },
|
703 | reactions: {
|
704 | isArray: true,
|
705 | typeInfo: exports.TypeInfo.CommentReaction
|
706 | }
|
707 | };
|
708 | exports.TypeInfo.CommentList.fields = {
|
709 | comments: {
|
710 | isArray: true,
|
711 | typeInfo: exports.TypeInfo.Comment
|
712 | }
|
713 | };
|
714 | exports.TypeInfo.CommentReaction.fields = {
|
715 | type: {
|
716 | enumType: exports.TypeInfo.CommentReactionType
|
717 | }
|
718 | };
|
719 | exports.TypeInfo.CommentVersion.fields = {
|
720 | createdDate: {
|
721 | isDate: true,
|
722 | },
|
723 | createdOnBehalfDate: {
|
724 | isDate: true,
|
725 | },
|
726 | modifiedDate: {
|
727 | isDate: true,
|
728 | }
|
729 | };
|
730 | exports.TypeInfo.ExternalDeployment.fields = {
|
731 | statusDate: {
|
732 | isDate: true,
|
733 | }
|
734 | };
|
735 | exports.TypeInfo.QueryBatchGetRequest.fields = {
|
736 | $expand: {
|
737 | enumType: exports.TypeInfo.QueryExpand
|
738 | },
|
739 | errorPolicy: {
|
740 | enumType: exports.TypeInfo.QueryErrorPolicy
|
741 | }
|
742 | };
|
743 | exports.TypeInfo.QueryHierarchyItem.fields = {
|
744 | children: {
|
745 | isArray: true,
|
746 | typeInfo: exports.TypeInfo.QueryHierarchyItem
|
747 | },
|
748 | clauses: {
|
749 | typeInfo: exports.TypeInfo.WorkItemQueryClause
|
750 | },
|
751 | createdDate: {
|
752 | isDate: true,
|
753 | },
|
754 | filterOptions: {
|
755 | enumType: exports.TypeInfo.LinkQueryMode
|
756 | },
|
757 | lastExecutedDate: {
|
758 | isDate: true,
|
759 | },
|
760 | lastModifiedDate: {
|
761 | isDate: true,
|
762 | },
|
763 | linkClauses: {
|
764 | typeInfo: exports.TypeInfo.WorkItemQueryClause
|
765 | },
|
766 | queryRecursionOption: {
|
767 | enumType: exports.TypeInfo.QueryRecursionOption
|
768 | },
|
769 | queryType: {
|
770 | enumType: exports.TypeInfo.QueryType
|
771 | },
|
772 | sourceClauses: {
|
773 | typeInfo: exports.TypeInfo.WorkItemQueryClause
|
774 | },
|
775 | targetClauses: {
|
776 | typeInfo: exports.TypeInfo.WorkItemQueryClause
|
777 | }
|
778 | };
|
779 | exports.TypeInfo.QueryHierarchyItemsResult.fields = {
|
780 | value: {
|
781 | isArray: true,
|
782 | typeInfo: exports.TypeInfo.QueryHierarchyItem
|
783 | }
|
784 | };
|
785 | exports.TypeInfo.WorkItemBatchGetRequest.fields = {
|
786 | $expand: {
|
787 | enumType: exports.TypeInfo.WorkItemExpand
|
788 | },
|
789 | asOf: {
|
790 | isDate: true,
|
791 | },
|
792 | errorPolicy: {
|
793 | enumType: exports.TypeInfo.WorkItemErrorPolicy
|
794 | }
|
795 | };
|
796 | exports.TypeInfo.WorkItemClassificationNode.fields = {
|
797 | children: {
|
798 | isArray: true,
|
799 | typeInfo: exports.TypeInfo.WorkItemClassificationNode
|
800 | },
|
801 | structureType: {
|
802 | enumType: exports.TypeInfo.TreeNodeStructureType
|
803 | }
|
804 | };
|
805 | exports.TypeInfo.WorkItemComment.fields = {
|
806 | format: {
|
807 | enumType: exports.TypeInfo.CommentFormat
|
808 | },
|
809 | revisedDate: {
|
810 | isDate: true,
|
811 | }
|
812 | };
|
813 | exports.TypeInfo.WorkItemComments.fields = {
|
814 | comments: {
|
815 | isArray: true,
|
816 | typeInfo: exports.TypeInfo.WorkItemComment
|
817 | }
|
818 | };
|
819 | exports.TypeInfo.WorkItemField.fields = {
|
820 | type: {
|
821 | enumType: exports.TypeInfo.FieldType
|
822 | },
|
823 | usage: {
|
824 | enumType: exports.TypeInfo.FieldUsage
|
825 | }
|
826 | };
|
827 | exports.TypeInfo.WorkItemField2.fields = {
|
828 | type: {
|
829 | enumType: exports.TypeInfo.FieldType
|
830 | },
|
831 | usage: {
|
832 | enumType: exports.TypeInfo.FieldUsage
|
833 | }
|
834 | };
|
835 | exports.TypeInfo.WorkItemHistory.fields = {
|
836 | revisedDate: {
|
837 | isDate: true,
|
838 | }
|
839 | };
|
840 | exports.TypeInfo.WorkItemQueryClause.fields = {
|
841 | clauses: {
|
842 | isArray: true,
|
843 | typeInfo: exports.TypeInfo.WorkItemQueryClause
|
844 | },
|
845 | logicalOperator: {
|
846 | enumType: exports.TypeInfo.LogicalOperation
|
847 | }
|
848 | };
|
849 | exports.TypeInfo.WorkItemQueryResult.fields = {
|
850 | asOf: {
|
851 | isDate: true,
|
852 | },
|
853 | queryResultType: {
|
854 | enumType: exports.TypeInfo.QueryResultType
|
855 | },
|
856 | queryType: {
|
857 | enumType: exports.TypeInfo.QueryType
|
858 | }
|
859 | };
|
860 | exports.TypeInfo.WorkItemTagDefinition.fields = {
|
861 | lastUpdated: {
|
862 | isDate: true,
|
863 | }
|
864 | };
|
865 | exports.TypeInfo.WorkItemTypeTemplateUpdateModel.fields = {
|
866 | actionType: {
|
867 | enumType: exports.TypeInfo.ProvisioningActionType
|
868 | },
|
869 | templateType: {
|
870 | enumType: exports.TypeInfo.TemplateType
|
871 | }
|
872 | };
|
873 | exports.TypeInfo.WorkItemUpdate.fields = {
|
874 | revisedDate: {
|
875 | isDate: true,
|
876 | }
|
877 | };
|