testit-js-commons 4.2.0-TMS-5.8 → 5.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/lib/adapters-api/dist/ApiClient.js +683 -0
- package/lib/adapters-api/dist/api/AttachmentsApi.js +165 -0
- package/lib/adapters-api/dist/api/AutoTestsApi.js +536 -0
- package/lib/adapters-api/dist/api/ConfigurationsApi.js +91 -0
- package/lib/adapters-api/dist/api/ParametersApi.js +159 -0
- package/lib/adapters-api/dist/api/ProjectAttributesApi.js +140 -0
- package/lib/adapters-api/dist/api/ProjectSectionsApi.js +96 -0
- package/lib/adapters-api/dist/api/ProjectWorkItemsApi.js +99 -0
- package/lib/adapters-api/dist/api/ProjectsApi.js +200 -0
- package/lib/adapters-api/dist/api/SectionsApi.js +118 -0
- package/lib/adapters-api/dist/api/TestResultsApi.js +168 -0
- package/lib/adapters-api/dist/api/TestRunsApi.js +331 -0
- package/lib/adapters-api/dist/api/WorkItemsApi.js +170 -0
- package/lib/adapters-api/dist/api/WorkflowsApi.js +75 -0
- package/lib/adapters-api/dist/index.js +951 -0
- package/lib/adapters-api/dist/model/AssignAttachmentApiModel.js +89 -0
- package/lib/adapters-api/dist/model/AssignAutoTestCaseIdApiModel.js +89 -0
- package/lib/adapters-api/dist/model/AssignIterationApiModel.js +112 -0
- package/lib/adapters-api/dist/model/AttachmentApiResult.js +145 -0
- package/lib/adapters-api/dist/model/AttachmentModel.js +193 -0
- package/lib/adapters-api/dist/model/AttachmentPutModel.js +89 -0
- package/lib/adapters-api/dist/model/AttachmentPutModelAutoTestStepResultsModel.js +196 -0
- package/lib/adapters-api/dist/model/AttachmentUpdateRequest.js +89 -0
- package/lib/adapters-api/dist/model/AutoTest.js +327 -0
- package/lib/adapters-api/dist/model/AutoTestApiResult.js +323 -0
- package/lib/adapters-api/dist/model/AutoTestCaseApiModel.js +89 -0
- package/lib/adapters-api/dist/model/AutoTestCreateApiModel.js +323 -0
- package/lib/adapters-api/dist/model/AutoTestFilterApiModel.js +201 -0
- package/lib/adapters-api/dist/model/AutoTestIdModel.js +88 -0
- package/lib/adapters-api/dist/model/AutoTestModel.js +488 -0
- package/lib/adapters-api/dist/model/AutoTestResultReasonShort.js +99 -0
- package/lib/adapters-api/dist/model/AutoTestResultsForTestRunModel.js +334 -0
- package/lib/adapters-api/dist/model/AutoTestSearchApiModel.js +96 -0
- package/lib/adapters-api/dist/model/AutoTestSearchIncludeApiModel.js +93 -0
- package/lib/adapters-api/dist/model/AutoTestStep.js +123 -0
- package/lib/adapters-api/dist/model/AutoTestStepApiModel.js +123 -0
- package/lib/adapters-api/dist/model/AutoTestStepApiResult.js +123 -0
- package/lib/adapters-api/dist/model/AutoTestStepModel.js +123 -0
- package/lib/adapters-api/dist/model/AutoTestStepResult.js +196 -0
- package/lib/adapters-api/dist/model/AutoTestStepResultUpdateRequest.js +196 -0
- package/lib/adapters-api/dist/model/AutoTestUpdateApiModel.js +327 -0
- package/lib/adapters-api/dist/model/AutoTestWorkItemIdentifierApiResult.js +100 -0
- package/lib/adapters-api/dist/model/AvailableTestResultOutcome.js +67 -0
- package/lib/adapters-api/dist/model/ConfigurationFilterModel.js +114 -0
- package/lib/adapters-api/dist/model/ConfigurationModel.js +213 -0
- package/lib/adapters-api/dist/model/ConfigurationShortModel.js +102 -0
- package/lib/adapters-api/dist/model/CreateEmptyTestRunApiModel.js +185 -0
- package/lib/adapters-api/dist/model/CreateLinkApiModel.js +127 -0
- package/lib/adapters-api/dist/model/CreateParameterApiModel.js +117 -0
- package/lib/adapters-api/dist/model/CreateProjectApiModel.js +124 -0
- package/lib/adapters-api/dist/model/CreateStepApiModel.js +131 -0
- package/lib/adapters-api/dist/model/CreateWorkItemApiModel.js +384 -0
- package/lib/adapters-api/dist/model/CustomAttributeApiResult.js +184 -0
- package/lib/adapters-api/dist/model/CustomAttributeGetModel.js +184 -0
- package/lib/adapters-api/dist/model/CustomAttributeOptionApiResult.js +124 -0
- package/lib/adapters-api/dist/model/CustomAttributeOptionModel.js +124 -0
- package/lib/adapters-api/dist/model/CustomAttributePutModel.js +182 -0
- package/lib/adapters-api/dist/model/CustomAttributeType.js +73 -0
- package/lib/adapters-api/dist/model/CustomAttributeTypesEnum.js +73 -0
- package/lib/adapters-api/dist/model/DateTimeRangeSelectorModel.js +82 -0
- package/lib/adapters-api/dist/model/DeletionState.js +55 -0
- package/lib/adapters-api/dist/model/DetailedProjectApiResult.js +204 -0
- package/lib/adapters-api/dist/model/FailureCategoryModel.js +67 -0
- package/lib/adapters-api/dist/model/GuidExtractionModel.js +90 -0
- package/lib/adapters-api/dist/model/ImageResizeType.js +49 -0
- package/lib/adapters-api/dist/model/Int32RangeSelectorModel.js +82 -0
- package/lib/adapters-api/dist/model/Int64RangeSelectorModel.js +82 -0
- package/lib/adapters-api/dist/model/IterationApiResult.js +109 -0
- package/lib/adapters-api/dist/model/IterationModel.js +109 -0
- package/lib/adapters-api/dist/model/LabelApiModel.js +100 -0
- package/lib/adapters-api/dist/model/LabelApiResult.js +100 -0
- package/lib/adapters-api/dist/model/LabelShortModel.js +100 -0
- package/lib/adapters-api/dist/model/LinkApiResult.js +140 -0
- package/lib/adapters-api/dist/model/LinkCreateApiModel.js +127 -0
- package/lib/adapters-api/dist/model/LinkModel.js +149 -0
- package/lib/adapters-api/dist/model/LinkPostModel.js +137 -0
- package/lib/adapters-api/dist/model/LinkPutModel.js +149 -0
- package/lib/adapters-api/dist/model/LinkShortApiResult.js +126 -0
- package/lib/adapters-api/dist/model/LinkType.js +73 -0
- package/lib/adapters-api/dist/model/LinkUpdateApiModel.js +140 -0
- package/lib/adapters-api/dist/model/ManualRerunApiResult.js +84 -0
- package/lib/adapters-api/dist/model/ManualRerunSelectTestResultsApiModel.js +109 -0
- package/lib/adapters-api/dist/model/ManualRerunTestResultApiModel.js +81 -0
- package/lib/adapters-api/dist/model/Operation.js +110 -0
- package/lib/adapters-api/dist/model/ParameterApiResult.js +154 -0
- package/lib/adapters-api/dist/model/ParameterIterationModel.js +100 -0
- package/lib/adapters-api/dist/model/ParameterShortApiResult.js +132 -0
- package/lib/adapters-api/dist/model/ParameterShortModel.js +158 -0
- package/lib/adapters-api/dist/model/ParametersFilterApiModel.js +98 -0
- package/lib/adapters-api/dist/model/ProblemDetails.js +124 -0
- package/lib/adapters-api/dist/model/ProjectApiResult.js +165 -0
- package/lib/adapters-api/dist/model/ProjectAttributesFilterModel.js +132 -0
- package/lib/adapters-api/dist/model/ProjectTypeModel.js +49 -0
- package/lib/adapters-api/dist/model/ProjectsFilterModel.js +209 -0
- package/lib/adapters-api/dist/model/SectionModel.js +180 -0
- package/lib/adapters-api/dist/model/SectionPostModel.js +178 -0
- package/lib/adapters-api/dist/model/SectionWithStepsModel.js +242 -0
- package/lib/adapters-api/dist/model/SharedStepModel.js +145 -0
- package/lib/adapters-api/dist/model/SharedStepResultApiModel.js +102 -0
- package/lib/adapters-api/dist/model/StepCommentApiModel.js +207 -0
- package/lib/adapters-api/dist/model/StepModel.js +163 -0
- package/lib/adapters-api/dist/model/StepPostModel.js +126 -0
- package/lib/adapters-api/dist/model/StepResultApiModel.js +149 -0
- package/lib/adapters-api/dist/model/TagModel.js +88 -0
- package/lib/adapters-api/dist/model/TestResultLinkApiResult.js +153 -0
- package/lib/adapters-api/dist/model/TestResultOutcome.js +67 -0
- package/lib/adapters-api/dist/model/TestResultResponse.js +400 -0
- package/lib/adapters-api/dist/model/TestResultShortResponse.js +311 -0
- package/lib/adapters-api/dist/model/TestResultStepCommentUpdateRequest.js +152 -0
- package/lib/adapters-api/dist/model/TestResultUpdateRequest.js +285 -0
- package/lib/adapters-api/dist/model/TestResultsFilterApiModel.js +226 -0
- package/lib/adapters-api/dist/model/TestRunApiResult.js +196 -0
- package/lib/adapters-api/dist/model/TestRunState.js +61 -0
- package/lib/adapters-api/dist/model/TestStatusApiResult.js +114 -0
- package/lib/adapters-api/dist/model/TestStatusApiType.js +67 -0
- package/lib/adapters-api/dist/model/TestStatusModel.js +149 -0
- package/lib/adapters-api/dist/model/TestStatusType.js +67 -0
- package/lib/adapters-api/dist/model/UpdateEmptyTestRunApiModel.js +187 -0
- package/lib/adapters-api/dist/model/UpdateLinkApiModel.js +140 -0
- package/lib/adapters-api/dist/model/ValidationProblemDetails.js +144 -0
- package/lib/adapters-api/dist/model/WorkItemApiResult.js +499 -0
- package/lib/adapters-api/dist/model/WorkItemEntityTypeApiModel.js +55 -0
- package/lib/adapters-api/dist/model/WorkItemFilterApiModel.js +309 -0
- package/lib/adapters-api/dist/model/WorkItemIdApiModel.js +89 -0
- package/lib/adapters-api/dist/model/WorkItemParameterKeyApiModel.js +89 -0
- package/lib/adapters-api/dist/model/WorkItemParameterKeyApiResult.js +88 -0
- package/lib/adapters-api/dist/model/WorkItemPriorityApiModel.js +67 -0
- package/lib/adapters-api/dist/model/WorkItemPriorityModel.js +67 -0
- package/lib/adapters-api/dist/model/WorkItemSelectApiModel.js +90 -0
- package/lib/adapters-api/dist/model/WorkItemShortApiResult.js +316 -0
- package/lib/adapters-api/dist/model/WorkItemSourceTypeModel.js +49 -0
- package/lib/adapters-api/dist/model/WorkItemStateApiModel.js +55 -0
- package/lib/adapters-api/dist/model/WorkItemStates.js +55 -0
- package/lib/adapters-api/dist/model/WorkItemTypeModel.js +55 -0
- package/lib/adapters-api/dist/model/WorkflowApiResult.js +111 -0
- package/lib/adapters-api/dist/model/WorkflowStatusApiResult.js +114 -0
- package/lib/adapters-api/index.d.ts +8862 -0
- package/lib/common/base.converter.d.ts +16 -17
- package/lib/common/base.converter.js +12 -14
- package/lib/common/base.service.d.ts +1 -1
- package/lib/common/base.service.js +6 -36
- package/lib/services/attachments/attachments.service.d.ts +1 -2
- package/lib/services/attachments/attachments.service.js +7 -7
- package/lib/services/autotests/autotests.converter.d.ts +2 -3
- package/lib/services/autotests/autotests.converter.js +0 -5
- package/lib/services/autotests/autotests.service.d.ts +1 -2
- package/lib/services/autotests/autotests.service.js +11 -44
- package/lib/services/testresults/testresults.converter.d.ts +4 -5
- package/lib/services/testresults/testresults.converter.js +0 -15
- package/lib/services/testresults/testresults.service.d.ts +2 -3
- package/lib/services/testresults/testresults.service.js +16 -44
- package/lib/services/testresults/testresults.type.d.ts +1 -1
- package/lib/services/testruns/testruns.converter.d.ts +12 -13
- package/lib/services/testruns/testruns.converter.js +19 -8
- package/lib/services/testruns/testruns.service.d.ts +1 -2
- package/lib/services/testruns/testruns.service.js +13 -46
- package/package.json +7 -5
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _AttachmentApiResult = _interopRequireDefault(require("./AttachmentApiResult"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
/**
|
|
11
|
+
* API
|
|
12
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
13
|
+
*
|
|
14
|
+
* The version of the OpenAPI document: adapters
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
18
|
+
* https://openapi-generator.tech
|
|
19
|
+
* Do not edit the class manually.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* The StepCommentApiModel model module.
|
|
25
|
+
* @module model/StepCommentApiModel
|
|
26
|
+
* @version 1.0.0
|
|
27
|
+
*/
|
|
28
|
+
class StepCommentApiModel {
|
|
29
|
+
/**
|
|
30
|
+
* Constructs a new <code>StepCommentApiModel</code>.
|
|
31
|
+
* @alias module:model/StepCommentApiModel
|
|
32
|
+
* @param id {String}
|
|
33
|
+
* @param stepId {String}
|
|
34
|
+
* @param attachments {Array.<module:model/AttachmentApiResult>}
|
|
35
|
+
* @param testResultId {String}
|
|
36
|
+
* @param createdById {String}
|
|
37
|
+
* @param createdDate {Date}
|
|
38
|
+
*/
|
|
39
|
+
constructor(id, stepId, attachments, testResultId, createdById, createdDate) {
|
|
40
|
+
StepCommentApiModel.initialize(this, id, stepId, attachments, testResultId, createdById, createdDate);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Initializes the fields of this object.
|
|
45
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
46
|
+
* Only for internal use.
|
|
47
|
+
*/
|
|
48
|
+
static initialize(obj, id, stepId, attachments, testResultId, createdById, createdDate) {
|
|
49
|
+
obj['id'] = id;
|
|
50
|
+
obj['stepId'] = stepId;
|
|
51
|
+
obj['attachments'] = attachments;
|
|
52
|
+
obj['testResultId'] = testResultId;
|
|
53
|
+
obj['createdById'] = createdById;
|
|
54
|
+
obj['createdDate'] = createdDate;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Constructs a <code>StepCommentApiModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
59
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
60
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
61
|
+
* @param {module:model/StepCommentApiModel} obj Optional instance to populate.
|
|
62
|
+
* @return {module:model/StepCommentApiModel} The populated <code>StepCommentApiModel</code> instance.
|
|
63
|
+
*/
|
|
64
|
+
static constructFromObject(data, obj) {
|
|
65
|
+
if (data) {
|
|
66
|
+
obj = obj || new StepCommentApiModel();
|
|
67
|
+
if (data.hasOwnProperty('id')) {
|
|
68
|
+
obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
|
|
69
|
+
}
|
|
70
|
+
if (data.hasOwnProperty('text')) {
|
|
71
|
+
obj['text'] = _ApiClient.default.convertToType(data['text'], 'String');
|
|
72
|
+
}
|
|
73
|
+
if (data.hasOwnProperty('stepId')) {
|
|
74
|
+
obj['stepId'] = _ApiClient.default.convertToType(data['stepId'], 'String');
|
|
75
|
+
}
|
|
76
|
+
if (data.hasOwnProperty('parentStepId')) {
|
|
77
|
+
obj['parentStepId'] = _ApiClient.default.convertToType(data['parentStepId'], 'String');
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('attachments')) {
|
|
80
|
+
obj['attachments'] = _ApiClient.default.convertToType(data['attachments'], [_AttachmentApiResult.default]);
|
|
81
|
+
}
|
|
82
|
+
if (data.hasOwnProperty('testResultId')) {
|
|
83
|
+
obj['testResultId'] = _ApiClient.default.convertToType(data['testResultId'], 'String');
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('createdById')) {
|
|
86
|
+
obj['createdById'] = _ApiClient.default.convertToType(data['createdById'], 'String');
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('modifiedById')) {
|
|
89
|
+
obj['modifiedById'] = _ApiClient.default.convertToType(data['modifiedById'], 'String');
|
|
90
|
+
}
|
|
91
|
+
if (data.hasOwnProperty('createdDate')) {
|
|
92
|
+
obj['createdDate'] = _ApiClient.default.convertToType(data['createdDate'], 'Date');
|
|
93
|
+
}
|
|
94
|
+
if (data.hasOwnProperty('modifiedDate')) {
|
|
95
|
+
obj['modifiedDate'] = _ApiClient.default.convertToType(data['modifiedDate'], 'Date');
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
return obj;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Validates the JSON data with respect to <code>StepCommentApiModel</code>.
|
|
103
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
104
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>StepCommentApiModel</code>.
|
|
105
|
+
*/
|
|
106
|
+
static validateJSON(data) {
|
|
107
|
+
// check to make sure all required properties are present in the JSON string
|
|
108
|
+
for (const property of StepCommentApiModel.RequiredProperties) {
|
|
109
|
+
if (!data.hasOwnProperty(property)) {
|
|
110
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
// ensure the json data is a string
|
|
114
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
115
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
116
|
+
}
|
|
117
|
+
// ensure the json data is a string
|
|
118
|
+
if (data['text'] && !(typeof data['text'] === 'string' || data['text'] instanceof String)) {
|
|
119
|
+
throw new Error("Expected the field `text` to be a primitive type in the JSON string but got " + data['text']);
|
|
120
|
+
}
|
|
121
|
+
// ensure the json data is a string
|
|
122
|
+
if (data['stepId'] && !(typeof data['stepId'] === 'string' || data['stepId'] instanceof String)) {
|
|
123
|
+
throw new Error("Expected the field `stepId` to be a primitive type in the JSON string but got " + data['stepId']);
|
|
124
|
+
}
|
|
125
|
+
// ensure the json data is a string
|
|
126
|
+
if (data['parentStepId'] && !(typeof data['parentStepId'] === 'string' || data['parentStepId'] instanceof String)) {
|
|
127
|
+
throw new Error("Expected the field `parentStepId` to be a primitive type in the JSON string but got " + data['parentStepId']);
|
|
128
|
+
}
|
|
129
|
+
if (data['attachments']) {
|
|
130
|
+
// data not null
|
|
131
|
+
// ensure the json data is an array
|
|
132
|
+
if (!Array.isArray(data['attachments'])) {
|
|
133
|
+
throw new Error("Expected the field `attachments` to be an array in the JSON data but got " + data['attachments']);
|
|
134
|
+
}
|
|
135
|
+
// validate the optional field `attachments` (array)
|
|
136
|
+
for (const item of data['attachments']) {
|
|
137
|
+
_AttachmentApiResult.default.validateJSON(item);
|
|
138
|
+
}
|
|
139
|
+
;
|
|
140
|
+
}
|
|
141
|
+
// ensure the json data is a string
|
|
142
|
+
if (data['testResultId'] && !(typeof data['testResultId'] === 'string' || data['testResultId'] instanceof String)) {
|
|
143
|
+
throw new Error("Expected the field `testResultId` to be a primitive type in the JSON string but got " + data['testResultId']);
|
|
144
|
+
}
|
|
145
|
+
// ensure the json data is a string
|
|
146
|
+
if (data['createdById'] && !(typeof data['createdById'] === 'string' || data['createdById'] instanceof String)) {
|
|
147
|
+
throw new Error("Expected the field `createdById` to be a primitive type in the JSON string but got " + data['createdById']);
|
|
148
|
+
}
|
|
149
|
+
// ensure the json data is a string
|
|
150
|
+
if (data['modifiedById'] && !(typeof data['modifiedById'] === 'string' || data['modifiedById'] instanceof String)) {
|
|
151
|
+
throw new Error("Expected the field `modifiedById` to be a primitive type in the JSON string but got " + data['modifiedById']);
|
|
152
|
+
}
|
|
153
|
+
return true;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
StepCommentApiModel.RequiredProperties = ["id", "stepId", "attachments", "testResultId", "createdById", "createdDate"];
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @member {String} id
|
|
160
|
+
*/
|
|
161
|
+
StepCommentApiModel.prototype['id'] = undefined;
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @member {String} text
|
|
165
|
+
*/
|
|
166
|
+
StepCommentApiModel.prototype['text'] = undefined;
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @member {String} stepId
|
|
170
|
+
*/
|
|
171
|
+
StepCommentApiModel.prototype['stepId'] = undefined;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @member {String} parentStepId
|
|
175
|
+
*/
|
|
176
|
+
StepCommentApiModel.prototype['parentStepId'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {Array.<module:model/AttachmentApiResult>} attachments
|
|
180
|
+
*/
|
|
181
|
+
StepCommentApiModel.prototype['attachments'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @member {String} testResultId
|
|
185
|
+
*/
|
|
186
|
+
StepCommentApiModel.prototype['testResultId'] = undefined;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @member {String} createdById
|
|
190
|
+
*/
|
|
191
|
+
StepCommentApiModel.prototype['createdById'] = undefined;
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* @member {String} modifiedById
|
|
195
|
+
*/
|
|
196
|
+
StepCommentApiModel.prototype['modifiedById'] = undefined;
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @member {Date} createdDate
|
|
200
|
+
*/
|
|
201
|
+
StepCommentApiModel.prototype['createdDate'] = undefined;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @member {Date} modifiedDate
|
|
205
|
+
*/
|
|
206
|
+
StepCommentApiModel.prototype['modifiedDate'] = undefined;
|
|
207
|
+
var _default = exports.default = StepCommentApiModel;
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _SharedStepModel = _interopRequireDefault(require("./SharedStepModel"));
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
/**
|
|
11
|
+
* API
|
|
12
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
13
|
+
*
|
|
14
|
+
* The version of the OpenAPI document: adapters
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
18
|
+
* https://openapi-generator.tech
|
|
19
|
+
* Do not edit the class manually.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* The StepModel model module.
|
|
25
|
+
* @module model/StepModel
|
|
26
|
+
* @version 1.0.0
|
|
27
|
+
*/
|
|
28
|
+
class StepModel {
|
|
29
|
+
/**
|
|
30
|
+
* Constructs a new <code>StepModel</code>.
|
|
31
|
+
* @alias module:model/StepModel
|
|
32
|
+
* @param id {String}
|
|
33
|
+
*/
|
|
34
|
+
constructor(id) {
|
|
35
|
+
StepModel.initialize(this, id);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Initializes the fields of this object.
|
|
40
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
41
|
+
* Only for internal use.
|
|
42
|
+
*/
|
|
43
|
+
static initialize(obj, id) {
|
|
44
|
+
obj['id'] = id;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Constructs a <code>StepModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
49
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
50
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
51
|
+
* @param {module:model/StepModel} obj Optional instance to populate.
|
|
52
|
+
* @return {module:model/StepModel} The populated <code>StepModel</code> instance.
|
|
53
|
+
*/
|
|
54
|
+
static constructFromObject(data, obj) {
|
|
55
|
+
if (data) {
|
|
56
|
+
obj = obj || new StepModel();
|
|
57
|
+
if (data.hasOwnProperty('workItem')) {
|
|
58
|
+
obj['workItem'] = _ApiClient.default.convertToType(data['workItem'], _SharedStepModel.default);
|
|
59
|
+
}
|
|
60
|
+
if (data.hasOwnProperty('id')) {
|
|
61
|
+
obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
|
|
62
|
+
}
|
|
63
|
+
if (data.hasOwnProperty('action')) {
|
|
64
|
+
obj['action'] = _ApiClient.default.convertToType(data['action'], 'String');
|
|
65
|
+
}
|
|
66
|
+
if (data.hasOwnProperty('expected')) {
|
|
67
|
+
obj['expected'] = _ApiClient.default.convertToType(data['expected'], 'String');
|
|
68
|
+
}
|
|
69
|
+
if (data.hasOwnProperty('testData')) {
|
|
70
|
+
obj['testData'] = _ApiClient.default.convertToType(data['testData'], 'String');
|
|
71
|
+
}
|
|
72
|
+
if (data.hasOwnProperty('comments')) {
|
|
73
|
+
obj['comments'] = _ApiClient.default.convertToType(data['comments'], 'String');
|
|
74
|
+
}
|
|
75
|
+
if (data.hasOwnProperty('workItemId')) {
|
|
76
|
+
obj['workItemId'] = _ApiClient.default.convertToType(data['workItemId'], 'String');
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return obj;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Validates the JSON data with respect to <code>StepModel</code>.
|
|
84
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
85
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>StepModel</code>.
|
|
86
|
+
*/
|
|
87
|
+
static validateJSON(data) {
|
|
88
|
+
// check to make sure all required properties are present in the JSON string
|
|
89
|
+
for (const property of StepModel.RequiredProperties) {
|
|
90
|
+
if (!data.hasOwnProperty(property)) {
|
|
91
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
// validate the optional field `workItem`
|
|
95
|
+
if (data['workItem']) {
|
|
96
|
+
// data not null
|
|
97
|
+
_SharedStepModel.default.validateJSON(data['workItem']);
|
|
98
|
+
}
|
|
99
|
+
// ensure the json data is a string
|
|
100
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
101
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
102
|
+
}
|
|
103
|
+
// ensure the json data is a string
|
|
104
|
+
if (data['action'] && !(typeof data['action'] === 'string' || data['action'] instanceof String)) {
|
|
105
|
+
throw new Error("Expected the field `action` to be a primitive type in the JSON string but got " + data['action']);
|
|
106
|
+
}
|
|
107
|
+
// ensure the json data is a string
|
|
108
|
+
if (data['expected'] && !(typeof data['expected'] === 'string' || data['expected'] instanceof String)) {
|
|
109
|
+
throw new Error("Expected the field `expected` to be a primitive type in the JSON string but got " + data['expected']);
|
|
110
|
+
}
|
|
111
|
+
// ensure the json data is a string
|
|
112
|
+
if (data['testData'] && !(typeof data['testData'] === 'string' || data['testData'] instanceof String)) {
|
|
113
|
+
throw new Error("Expected the field `testData` to be a primitive type in the JSON string but got " + data['testData']);
|
|
114
|
+
}
|
|
115
|
+
// ensure the json data is a string
|
|
116
|
+
if (data['comments'] && !(typeof data['comments'] === 'string' || data['comments'] instanceof String)) {
|
|
117
|
+
throw new Error("Expected the field `comments` to be a primitive type in the JSON string but got " + data['comments']);
|
|
118
|
+
}
|
|
119
|
+
// ensure the json data is a string
|
|
120
|
+
if (data['workItemId'] && !(typeof data['workItemId'] === 'string' || data['workItemId'] instanceof String)) {
|
|
121
|
+
throw new Error("Expected the field `workItemId` to be a primitive type in the JSON string but got " + data['workItemId']);
|
|
122
|
+
}
|
|
123
|
+
return true;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
StepModel.RequiredProperties = ["id"];
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Nested shared steps are allowed
|
|
130
|
+
* @member {module:model/SharedStepModel} workItem
|
|
131
|
+
*/
|
|
132
|
+
StepModel.prototype['workItem'] = undefined;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @member {String} id
|
|
136
|
+
*/
|
|
137
|
+
StepModel.prototype['id'] = undefined;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* @member {String} action
|
|
141
|
+
*/
|
|
142
|
+
StepModel.prototype['action'] = undefined;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @member {String} expected
|
|
146
|
+
*/
|
|
147
|
+
StepModel.prototype['expected'] = undefined;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @member {String} testData
|
|
151
|
+
*/
|
|
152
|
+
StepModel.prototype['testData'] = undefined;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @member {String} comments
|
|
156
|
+
*/
|
|
157
|
+
StepModel.prototype['comments'] = undefined;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* @member {String} workItemId
|
|
161
|
+
*/
|
|
162
|
+
StepModel.prototype['workItemId'] = undefined;
|
|
163
|
+
var _default = exports.default = StepModel;
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
/**
|
|
10
|
+
* API
|
|
11
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
12
|
+
*
|
|
13
|
+
* The version of the OpenAPI document: adapters
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
17
|
+
* https://openapi-generator.tech
|
|
18
|
+
* Do not edit the class manually.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* The StepPostModel model module.
|
|
24
|
+
* @module model/StepPostModel
|
|
25
|
+
* @version 1.0.0
|
|
26
|
+
*/
|
|
27
|
+
class StepPostModel {
|
|
28
|
+
/**
|
|
29
|
+
* Constructs a new <code>StepPostModel</code>.
|
|
30
|
+
* @alias module:model/StepPostModel
|
|
31
|
+
*/
|
|
32
|
+
constructor() {
|
|
33
|
+
StepPostModel.initialize(this);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Initializes the fields of this object.
|
|
38
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
39
|
+
* Only for internal use.
|
|
40
|
+
*/
|
|
41
|
+
static initialize(obj) {}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Constructs a <code>StepPostModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
45
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
46
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
47
|
+
* @param {module:model/StepPostModel} obj Optional instance to populate.
|
|
48
|
+
* @return {module:model/StepPostModel} The populated <code>StepPostModel</code> instance.
|
|
49
|
+
*/
|
|
50
|
+
static constructFromObject(data, obj) {
|
|
51
|
+
if (data) {
|
|
52
|
+
obj = obj || new StepPostModel();
|
|
53
|
+
if (data.hasOwnProperty('action')) {
|
|
54
|
+
obj['action'] = _ApiClient.default.convertToType(data['action'], 'String');
|
|
55
|
+
}
|
|
56
|
+
if (data.hasOwnProperty('expected')) {
|
|
57
|
+
obj['expected'] = _ApiClient.default.convertToType(data['expected'], 'String');
|
|
58
|
+
}
|
|
59
|
+
if (data.hasOwnProperty('testData')) {
|
|
60
|
+
obj['testData'] = _ApiClient.default.convertToType(data['testData'], 'String');
|
|
61
|
+
}
|
|
62
|
+
if (data.hasOwnProperty('comments')) {
|
|
63
|
+
obj['comments'] = _ApiClient.default.convertToType(data['comments'], 'String');
|
|
64
|
+
}
|
|
65
|
+
if (data.hasOwnProperty('workItemId')) {
|
|
66
|
+
obj['workItemId'] = _ApiClient.default.convertToType(data['workItemId'], 'String');
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
return obj;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Validates the JSON data with respect to <code>StepPostModel</code>.
|
|
74
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
75
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>StepPostModel</code>.
|
|
76
|
+
*/
|
|
77
|
+
static validateJSON(data) {
|
|
78
|
+
// ensure the json data is a string
|
|
79
|
+
if (data['action'] && !(typeof data['action'] === 'string' || data['action'] instanceof String)) {
|
|
80
|
+
throw new Error("Expected the field `action` to be a primitive type in the JSON string but got " + data['action']);
|
|
81
|
+
}
|
|
82
|
+
// ensure the json data is a string
|
|
83
|
+
if (data['expected'] && !(typeof data['expected'] === 'string' || data['expected'] instanceof String)) {
|
|
84
|
+
throw new Error("Expected the field `expected` to be a primitive type in the JSON string but got " + data['expected']);
|
|
85
|
+
}
|
|
86
|
+
// ensure the json data is a string
|
|
87
|
+
if (data['testData'] && !(typeof data['testData'] === 'string' || data['testData'] instanceof String)) {
|
|
88
|
+
throw new Error("Expected the field `testData` to be a primitive type in the JSON string but got " + data['testData']);
|
|
89
|
+
}
|
|
90
|
+
// ensure the json data is a string
|
|
91
|
+
if (data['comments'] && !(typeof data['comments'] === 'string' || data['comments'] instanceof String)) {
|
|
92
|
+
throw new Error("Expected the field `comments` to be a primitive type in the JSON string but got " + data['comments']);
|
|
93
|
+
}
|
|
94
|
+
// ensure the json data is a string
|
|
95
|
+
if (data['workItemId'] && !(typeof data['workItemId'] === 'string' || data['workItemId'] instanceof String)) {
|
|
96
|
+
throw new Error("Expected the field `workItemId` to be a primitive type in the JSON string but got " + data['workItemId']);
|
|
97
|
+
}
|
|
98
|
+
return true;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @member {String} action
|
|
104
|
+
*/
|
|
105
|
+
StepPostModel.prototype['action'] = undefined;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @member {String} expected
|
|
109
|
+
*/
|
|
110
|
+
StepPostModel.prototype['expected'] = undefined;
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @member {String} testData
|
|
114
|
+
*/
|
|
115
|
+
StepPostModel.prototype['testData'] = undefined;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @member {String} comments
|
|
119
|
+
*/
|
|
120
|
+
StepPostModel.prototype['comments'] = undefined;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* @member {String} workItemId
|
|
124
|
+
*/
|
|
125
|
+
StepPostModel.prototype['workItemId'] = undefined;
|
|
126
|
+
var _default = exports.default = StepPostModel;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _SharedStepResultApiModel = _interopRequireDefault(require("./SharedStepResultApiModel"));
|
|
9
|
+
var _StepCommentApiModel = _interopRequireDefault(require("./StepCommentApiModel"));
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
/**
|
|
12
|
+
* API
|
|
13
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
14
|
+
*
|
|
15
|
+
* The version of the OpenAPI document: adapters
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
19
|
+
* https://openapi-generator.tech
|
|
20
|
+
* Do not edit the class manually.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* The StepResultApiModel model module.
|
|
26
|
+
* @module model/StepResultApiModel
|
|
27
|
+
* @version 1.0.0
|
|
28
|
+
*/
|
|
29
|
+
class StepResultApiModel {
|
|
30
|
+
/**
|
|
31
|
+
* Constructs a new <code>StepResultApiModel</code>.
|
|
32
|
+
* @alias module:model/StepResultApiModel
|
|
33
|
+
* @param stepId {String}
|
|
34
|
+
* @param outcome {String}
|
|
35
|
+
*/
|
|
36
|
+
constructor(stepId, outcome) {
|
|
37
|
+
StepResultApiModel.initialize(this, stepId, outcome);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Initializes the fields of this object.
|
|
42
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
43
|
+
* Only for internal use.
|
|
44
|
+
*/
|
|
45
|
+
static initialize(obj, stepId, outcome) {
|
|
46
|
+
obj['stepId'] = stepId;
|
|
47
|
+
obj['outcome'] = outcome;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Constructs a <code>StepResultApiModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
52
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
53
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
54
|
+
* @param {module:model/StepResultApiModel} obj Optional instance to populate.
|
|
55
|
+
* @return {module:model/StepResultApiModel} The populated <code>StepResultApiModel</code> instance.
|
|
56
|
+
*/
|
|
57
|
+
static constructFromObject(data, obj) {
|
|
58
|
+
if (data) {
|
|
59
|
+
obj = obj || new StepResultApiModel();
|
|
60
|
+
if (data.hasOwnProperty('stepId')) {
|
|
61
|
+
obj['stepId'] = _ApiClient.default.convertToType(data['stepId'], 'String');
|
|
62
|
+
}
|
|
63
|
+
if (data.hasOwnProperty('outcome')) {
|
|
64
|
+
obj['outcome'] = _ApiClient.default.convertToType(data['outcome'], 'String');
|
|
65
|
+
}
|
|
66
|
+
if (data.hasOwnProperty('sharedStepVersionId')) {
|
|
67
|
+
obj['sharedStepVersionId'] = _ApiClient.default.convertToType(data['sharedStepVersionId'], 'String');
|
|
68
|
+
}
|
|
69
|
+
if (data.hasOwnProperty('sharedStepResults')) {
|
|
70
|
+
obj['sharedStepResults'] = _ApiClient.default.convertToType(data['sharedStepResults'], [_SharedStepResultApiModel.default]);
|
|
71
|
+
}
|
|
72
|
+
if (data.hasOwnProperty('comment')) {
|
|
73
|
+
obj['comment'] = _ApiClient.default.convertToType(data['comment'], _StepCommentApiModel.default);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return obj;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Validates the JSON data with respect to <code>StepResultApiModel</code>.
|
|
81
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
82
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>StepResultApiModel</code>.
|
|
83
|
+
*/
|
|
84
|
+
static validateJSON(data) {
|
|
85
|
+
// check to make sure all required properties are present in the JSON string
|
|
86
|
+
for (const property of StepResultApiModel.RequiredProperties) {
|
|
87
|
+
if (!data.hasOwnProperty(property)) {
|
|
88
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
// ensure the json data is a string
|
|
92
|
+
if (data['stepId'] && !(typeof data['stepId'] === 'string' || data['stepId'] instanceof String)) {
|
|
93
|
+
throw new Error("Expected the field `stepId` to be a primitive type in the JSON string but got " + data['stepId']);
|
|
94
|
+
}
|
|
95
|
+
// ensure the json data is a string
|
|
96
|
+
if (data['outcome'] && !(typeof data['outcome'] === 'string' || data['outcome'] instanceof String)) {
|
|
97
|
+
throw new Error("Expected the field `outcome` to be a primitive type in the JSON string but got " + data['outcome']);
|
|
98
|
+
}
|
|
99
|
+
// ensure the json data is a string
|
|
100
|
+
if (data['sharedStepVersionId'] && !(typeof data['sharedStepVersionId'] === 'string' || data['sharedStepVersionId'] instanceof String)) {
|
|
101
|
+
throw new Error("Expected the field `sharedStepVersionId` to be a primitive type in the JSON string but got " + data['sharedStepVersionId']);
|
|
102
|
+
}
|
|
103
|
+
if (data['sharedStepResults']) {
|
|
104
|
+
// data not null
|
|
105
|
+
// ensure the json data is an array
|
|
106
|
+
if (!Array.isArray(data['sharedStepResults'])) {
|
|
107
|
+
throw new Error("Expected the field `sharedStepResults` to be an array in the JSON data but got " + data['sharedStepResults']);
|
|
108
|
+
}
|
|
109
|
+
// validate the optional field `sharedStepResults` (array)
|
|
110
|
+
for (const item of data['sharedStepResults']) {
|
|
111
|
+
_SharedStepResultApiModel.default.validateJSON(item);
|
|
112
|
+
}
|
|
113
|
+
;
|
|
114
|
+
}
|
|
115
|
+
// validate the optional field `comment`
|
|
116
|
+
if (data['comment']) {
|
|
117
|
+
// data not null
|
|
118
|
+
_StepCommentApiModel.default.validateJSON(data['comment']);
|
|
119
|
+
}
|
|
120
|
+
return true;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
StepResultApiModel.RequiredProperties = ["stepId", "outcome"];
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @member {String} stepId
|
|
127
|
+
*/
|
|
128
|
+
StepResultApiModel.prototype['stepId'] = undefined;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @member {String} outcome
|
|
132
|
+
*/
|
|
133
|
+
StepResultApiModel.prototype['outcome'] = undefined;
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @member {String} sharedStepVersionId
|
|
137
|
+
*/
|
|
138
|
+
StepResultApiModel.prototype['sharedStepVersionId'] = undefined;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @member {Array.<module:model/SharedStepResultApiModel>} sharedStepResults
|
|
142
|
+
*/
|
|
143
|
+
StepResultApiModel.prototype['sharedStepResults'] = undefined;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @member {module:model/StepCommentApiModel} comment
|
|
147
|
+
*/
|
|
148
|
+
StepResultApiModel.prototype['comment'] = undefined;
|
|
149
|
+
var _default = exports.default = StepResultApiModel;
|