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