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,242 @@
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 _AttachmentModel = _interopRequireDefault(require("./AttachmentModel"));
9
+ var _StepModel = _interopRequireDefault(require("./StepModel"));
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 SectionWithStepsModel model module.
26
+ * @module model/SectionWithStepsModel
27
+ * @version 1.0.0
28
+ */
29
+ class SectionWithStepsModel {
30
+ /**
31
+ * Constructs a new <code>SectionWithStepsModel</code>.
32
+ * @alias module:model/SectionWithStepsModel
33
+ * @param isDeleted {Boolean}
34
+ * @param id {String}
35
+ * @param createdDate {Date}
36
+ * @param createdById {String}
37
+ * @param name {String}
38
+ */
39
+ constructor(isDeleted, id, createdDate, createdById, name) {
40
+ SectionWithStepsModel.initialize(this, isDeleted, id, createdDate, createdById, name);
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, isDeleted, id, createdDate, createdById, name) {
49
+ obj['isDeleted'] = isDeleted;
50
+ obj['id'] = id;
51
+ obj['createdDate'] = createdDate;
52
+ obj['createdById'] = createdById;
53
+ obj['name'] = name;
54
+ }
55
+
56
+ /**
57
+ * Constructs a <code>SectionWithStepsModel</code> from a plain JavaScript object, optionally creating a new instance.
58
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
59
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
60
+ * @param {module:model/SectionWithStepsModel} obj Optional instance to populate.
61
+ * @return {module:model/SectionWithStepsModel} The populated <code>SectionWithStepsModel</code> instance.
62
+ */
63
+ static constructFromObject(data, obj) {
64
+ if (data) {
65
+ obj = obj || new SectionWithStepsModel();
66
+ if (data.hasOwnProperty('attachments')) {
67
+ obj['attachments'] = _ApiClient.default.convertToType(data['attachments'], [_AttachmentModel.default]);
68
+ }
69
+ if (data.hasOwnProperty('preconditionSteps')) {
70
+ obj['preconditionSteps'] = _ApiClient.default.convertToType(data['preconditionSteps'], [_StepModel.default]);
71
+ }
72
+ if (data.hasOwnProperty('postconditionSteps')) {
73
+ obj['postconditionSteps'] = _ApiClient.default.convertToType(data['postconditionSteps'], [_StepModel.default]);
74
+ }
75
+ if (data.hasOwnProperty('projectId')) {
76
+ obj['projectId'] = _ApiClient.default.convertToType(data['projectId'], 'String');
77
+ }
78
+ if (data.hasOwnProperty('parentId')) {
79
+ obj['parentId'] = _ApiClient.default.convertToType(data['parentId'], 'String');
80
+ }
81
+ if (data.hasOwnProperty('isDeleted')) {
82
+ obj['isDeleted'] = _ApiClient.default.convertToType(data['isDeleted'], 'Boolean');
83
+ }
84
+ if (data.hasOwnProperty('id')) {
85
+ obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
86
+ }
87
+ if (data.hasOwnProperty('createdDate')) {
88
+ obj['createdDate'] = _ApiClient.default.convertToType(data['createdDate'], 'Date');
89
+ }
90
+ if (data.hasOwnProperty('modifiedDate')) {
91
+ obj['modifiedDate'] = _ApiClient.default.convertToType(data['modifiedDate'], 'Date');
92
+ }
93
+ if (data.hasOwnProperty('createdById')) {
94
+ obj['createdById'] = _ApiClient.default.convertToType(data['createdById'], 'String');
95
+ }
96
+ if (data.hasOwnProperty('modifiedById')) {
97
+ obj['modifiedById'] = _ApiClient.default.convertToType(data['modifiedById'], 'String');
98
+ }
99
+ if (data.hasOwnProperty('name')) {
100
+ obj['name'] = _ApiClient.default.convertToType(data['name'], 'String');
101
+ }
102
+ }
103
+ return obj;
104
+ }
105
+
106
+ /**
107
+ * Validates the JSON data with respect to <code>SectionWithStepsModel</code>.
108
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
109
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>SectionWithStepsModel</code>.
110
+ */
111
+ static validateJSON(data) {
112
+ // check to make sure all required properties are present in the JSON string
113
+ for (const property of SectionWithStepsModel.RequiredProperties) {
114
+ if (!data.hasOwnProperty(property)) {
115
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
116
+ }
117
+ }
118
+ if (data['attachments']) {
119
+ // data not null
120
+ // ensure the json data is an array
121
+ if (!Array.isArray(data['attachments'])) {
122
+ throw new Error("Expected the field `attachments` to be an array in the JSON data but got " + data['attachments']);
123
+ }
124
+ // validate the optional field `attachments` (array)
125
+ for (const item of data['attachments']) {
126
+ _AttachmentModel.default.validateJSON(item);
127
+ }
128
+ ;
129
+ }
130
+ if (data['preconditionSteps']) {
131
+ // data not null
132
+ // ensure the json data is an array
133
+ if (!Array.isArray(data['preconditionSteps'])) {
134
+ throw new Error("Expected the field `preconditionSteps` to be an array in the JSON data but got " + data['preconditionSteps']);
135
+ }
136
+ // validate the optional field `preconditionSteps` (array)
137
+ for (const item of data['preconditionSteps']) {
138
+ _StepModel.default.validateJSON(item);
139
+ }
140
+ ;
141
+ }
142
+ if (data['postconditionSteps']) {
143
+ // data not null
144
+ // ensure the json data is an array
145
+ if (!Array.isArray(data['postconditionSteps'])) {
146
+ throw new Error("Expected the field `postconditionSteps` to be an array in the JSON data but got " + data['postconditionSteps']);
147
+ }
148
+ // validate the optional field `postconditionSteps` (array)
149
+ for (const item of data['postconditionSteps']) {
150
+ _StepModel.default.validateJSON(item);
151
+ }
152
+ ;
153
+ }
154
+ // ensure the json data is a string
155
+ if (data['projectId'] && !(typeof data['projectId'] === 'string' || data['projectId'] instanceof String)) {
156
+ throw new Error("Expected the field `projectId` to be a primitive type in the JSON string but got " + data['projectId']);
157
+ }
158
+ // ensure the json data is a string
159
+ if (data['parentId'] && !(typeof data['parentId'] === 'string' || data['parentId'] instanceof String)) {
160
+ throw new Error("Expected the field `parentId` to be a primitive type in the JSON string but got " + data['parentId']);
161
+ }
162
+ // ensure the json data is a string
163
+ if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
164
+ throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
165
+ }
166
+ // ensure the json data is a string
167
+ if (data['createdById'] && !(typeof data['createdById'] === 'string' || data['createdById'] instanceof String)) {
168
+ throw new Error("Expected the field `createdById` to be a primitive type in the JSON string but got " + data['createdById']);
169
+ }
170
+ // ensure the json data is a string
171
+ if (data['modifiedById'] && !(typeof data['modifiedById'] === 'string' || data['modifiedById'] instanceof String)) {
172
+ throw new Error("Expected the field `modifiedById` to be a primitive type in the JSON string but got " + data['modifiedById']);
173
+ }
174
+ // ensure the json data is a string
175
+ if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
176
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
177
+ }
178
+ return true;
179
+ }
180
+ }
181
+ SectionWithStepsModel.RequiredProperties = ["isDeleted", "id", "createdDate", "createdById", "name"];
182
+
183
+ /**
184
+ * @member {Array.<module:model/AttachmentModel>} attachments
185
+ */
186
+ SectionWithStepsModel.prototype['attachments'] = undefined;
187
+
188
+ /**
189
+ * @member {Array.<module:model/StepModel>} preconditionSteps
190
+ */
191
+ SectionWithStepsModel.prototype['preconditionSteps'] = undefined;
192
+
193
+ /**
194
+ * @member {Array.<module:model/StepModel>} postconditionSteps
195
+ */
196
+ SectionWithStepsModel.prototype['postconditionSteps'] = undefined;
197
+
198
+ /**
199
+ * @member {String} projectId
200
+ */
201
+ SectionWithStepsModel.prototype['projectId'] = undefined;
202
+
203
+ /**
204
+ * @member {String} parentId
205
+ */
206
+ SectionWithStepsModel.prototype['parentId'] = undefined;
207
+
208
+ /**
209
+ * @member {Boolean} isDeleted
210
+ */
211
+ SectionWithStepsModel.prototype['isDeleted'] = undefined;
212
+
213
+ /**
214
+ * @member {String} id
215
+ */
216
+ SectionWithStepsModel.prototype['id'] = undefined;
217
+
218
+ /**
219
+ * @member {Date} createdDate
220
+ */
221
+ SectionWithStepsModel.prototype['createdDate'] = undefined;
222
+
223
+ /**
224
+ * @member {Date} modifiedDate
225
+ */
226
+ SectionWithStepsModel.prototype['modifiedDate'] = undefined;
227
+
228
+ /**
229
+ * @member {String} createdById
230
+ */
231
+ SectionWithStepsModel.prototype['createdById'] = undefined;
232
+
233
+ /**
234
+ * @member {String} modifiedById
235
+ */
236
+ SectionWithStepsModel.prototype['modifiedById'] = undefined;
237
+
238
+ /**
239
+ * @member {String} name
240
+ */
241
+ SectionWithStepsModel.prototype['name'] = undefined;
242
+ var _default = exports.default = SectionWithStepsModel;
@@ -0,0 +1,145 @@
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 _StepModel = _interopRequireDefault(require("./StepModel"));
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 SharedStepModel model module.
25
+ * @module model/SharedStepModel
26
+ * @version 1.0.0
27
+ */
28
+ class SharedStepModel {
29
+ /**
30
+ * Constructs a new <code>SharedStepModel</code>.
31
+ * @alias module:model/SharedStepModel
32
+ * @param versionId {String}
33
+ * @param globalId {Number}
34
+ * @param name {String}
35
+ * @param steps {Array.<module:model/StepModel>}
36
+ * @param isDeleted {Boolean}
37
+ */
38
+ constructor(versionId, globalId, name, steps, isDeleted) {
39
+ SharedStepModel.initialize(this, versionId, globalId, name, steps, isDeleted);
40
+ }
41
+
42
+ /**
43
+ * Initializes the fields of this object.
44
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
45
+ * Only for internal use.
46
+ */
47
+ static initialize(obj, versionId, globalId, name, steps, isDeleted) {
48
+ obj['versionId'] = versionId;
49
+ obj['globalId'] = globalId;
50
+ obj['name'] = name;
51
+ obj['steps'] = steps;
52
+ obj['isDeleted'] = isDeleted;
53
+ }
54
+
55
+ /**
56
+ * Constructs a <code>SharedStepModel</code> from a plain JavaScript object, optionally creating a new instance.
57
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
58
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
59
+ * @param {module:model/SharedStepModel} obj Optional instance to populate.
60
+ * @return {module:model/SharedStepModel} The populated <code>SharedStepModel</code> instance.
61
+ */
62
+ static constructFromObject(data, obj) {
63
+ if (data) {
64
+ obj = obj || new SharedStepModel();
65
+ if (data.hasOwnProperty('versionId')) {
66
+ obj['versionId'] = _ApiClient.default.convertToType(data['versionId'], 'String');
67
+ }
68
+ if (data.hasOwnProperty('globalId')) {
69
+ obj['globalId'] = _ApiClient.default.convertToType(data['globalId'], 'Number');
70
+ }
71
+ if (data.hasOwnProperty('name')) {
72
+ obj['name'] = _ApiClient.default.convertToType(data['name'], 'String');
73
+ }
74
+ if (data.hasOwnProperty('steps')) {
75
+ obj['steps'] = _ApiClient.default.convertToType(data['steps'], [_StepModel.default]);
76
+ }
77
+ if (data.hasOwnProperty('isDeleted')) {
78
+ obj['isDeleted'] = _ApiClient.default.convertToType(data['isDeleted'], 'Boolean');
79
+ }
80
+ }
81
+ return obj;
82
+ }
83
+
84
+ /**
85
+ * Validates the JSON data with respect to <code>SharedStepModel</code>.
86
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
87
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>SharedStepModel</code>.
88
+ */
89
+ static validateJSON(data) {
90
+ // check to make sure all required properties are present in the JSON string
91
+ for (const property of SharedStepModel.RequiredProperties) {
92
+ if (!data.hasOwnProperty(property)) {
93
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
94
+ }
95
+ }
96
+ // ensure the json data is a string
97
+ if (data['versionId'] && !(typeof data['versionId'] === 'string' || data['versionId'] instanceof String)) {
98
+ throw new Error("Expected the field `versionId` to be a primitive type in the JSON string but got " + data['versionId']);
99
+ }
100
+ // ensure the json data is a string
101
+ if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
102
+ throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
103
+ }
104
+ if (data['steps']) {
105
+ // data not null
106
+ // ensure the json data is an array
107
+ if (!Array.isArray(data['steps'])) {
108
+ throw new Error("Expected the field `steps` to be an array in the JSON data but got " + data['steps']);
109
+ }
110
+ // validate the optional field `steps` (array)
111
+ for (const item of data['steps']) {
112
+ _StepModel.default.validateJSON(item);
113
+ }
114
+ ;
115
+ }
116
+ return true;
117
+ }
118
+ }
119
+ SharedStepModel.RequiredProperties = ["versionId", "globalId", "name", "steps", "isDeleted"];
120
+
121
+ /**
122
+ * @member {String} versionId
123
+ */
124
+ SharedStepModel.prototype['versionId'] = undefined;
125
+
126
+ /**
127
+ * @member {Number} globalId
128
+ */
129
+ SharedStepModel.prototype['globalId'] = undefined;
130
+
131
+ /**
132
+ * @member {String} name
133
+ */
134
+ SharedStepModel.prototype['name'] = undefined;
135
+
136
+ /**
137
+ * @member {Array.<module:model/StepModel>} steps
138
+ */
139
+ SharedStepModel.prototype['steps'] = undefined;
140
+
141
+ /**
142
+ * @member {Boolean} isDeleted
143
+ */
144
+ SharedStepModel.prototype['isDeleted'] = undefined;
145
+ var _default = exports.default = SharedStepModel;
@@ -0,0 +1,102 @@
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 SharedStepResultApiModel model module.
24
+ * @module model/SharedStepResultApiModel
25
+ * @version 1.0.0
26
+ */
27
+ class SharedStepResultApiModel {
28
+ /**
29
+ * Constructs a new <code>SharedStepResultApiModel</code>.
30
+ * @alias module:model/SharedStepResultApiModel
31
+ * @param stepId {String}
32
+ * @param outcome {String}
33
+ */
34
+ constructor(stepId, outcome) {
35
+ SharedStepResultApiModel.initialize(this, stepId, outcome);
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, stepId, outcome) {
44
+ obj['stepId'] = stepId;
45
+ obj['outcome'] = outcome;
46
+ }
47
+
48
+ /**
49
+ * Constructs a <code>SharedStepResultApiModel</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {module:model/SharedStepResultApiModel} obj Optional instance to populate.
53
+ * @return {module:model/SharedStepResultApiModel} The populated <code>SharedStepResultApiModel</code> instance.
54
+ */
55
+ static constructFromObject(data, obj) {
56
+ if (data) {
57
+ obj = obj || new SharedStepResultApiModel();
58
+ if (data.hasOwnProperty('stepId')) {
59
+ obj['stepId'] = _ApiClient.default.convertToType(data['stepId'], 'String');
60
+ }
61
+ if (data.hasOwnProperty('outcome')) {
62
+ obj['outcome'] = _ApiClient.default.convertToType(data['outcome'], 'String');
63
+ }
64
+ }
65
+ return obj;
66
+ }
67
+
68
+ /**
69
+ * Validates the JSON data with respect to <code>SharedStepResultApiModel</code>.
70
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
71
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>SharedStepResultApiModel</code>.
72
+ */
73
+ static validateJSON(data) {
74
+ // check to make sure all required properties are present in the JSON string
75
+ for (const property of SharedStepResultApiModel.RequiredProperties) {
76
+ if (!data.hasOwnProperty(property)) {
77
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
78
+ }
79
+ }
80
+ // ensure the json data is a string
81
+ if (data['stepId'] && !(typeof data['stepId'] === 'string' || data['stepId'] instanceof String)) {
82
+ throw new Error("Expected the field `stepId` to be a primitive type in the JSON string but got " + data['stepId']);
83
+ }
84
+ // ensure the json data is a string
85
+ if (data['outcome'] && !(typeof data['outcome'] === 'string' || data['outcome'] instanceof String)) {
86
+ throw new Error("Expected the field `outcome` to be a primitive type in the JSON string but got " + data['outcome']);
87
+ }
88
+ return true;
89
+ }
90
+ }
91
+ SharedStepResultApiModel.RequiredProperties = ["stepId", "outcome"];
92
+
93
+ /**
94
+ * @member {String} stepId
95
+ */
96
+ SharedStepResultApiModel.prototype['stepId'] = undefined;
97
+
98
+ /**
99
+ * @member {String} outcome
100
+ */
101
+ SharedStepResultApiModel.prototype['outcome'] = undefined;
102
+ var _default = exports.default = SharedStepResultApiModel;