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,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 AssignAttachmentApiModel model module.
|
|
24
|
+
* @module model/AssignAttachmentApiModel
|
|
25
|
+
* @version 1.0.0
|
|
26
|
+
*/
|
|
27
|
+
class AssignAttachmentApiModel {
|
|
28
|
+
/**
|
|
29
|
+
* Constructs a new <code>AssignAttachmentApiModel</code>.
|
|
30
|
+
* @alias module:model/AssignAttachmentApiModel
|
|
31
|
+
* @param id {String} Unique ID of the attachment
|
|
32
|
+
*/
|
|
33
|
+
constructor(id) {
|
|
34
|
+
AssignAttachmentApiModel.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>AssignAttachmentApiModel</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/AssignAttachmentApiModel} obj Optional instance to populate.
|
|
51
|
+
* @return {module:model/AssignAttachmentApiModel} The populated <code>AssignAttachmentApiModel</code> instance.
|
|
52
|
+
*/
|
|
53
|
+
static constructFromObject(data, obj) {
|
|
54
|
+
if (data) {
|
|
55
|
+
obj = obj || new AssignAttachmentApiModel();
|
|
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>AssignAttachmentApiModel</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>AssignAttachmentApiModel</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 AssignAttachmentApiModel.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
|
+
AssignAttachmentApiModel.RequiredProperties = ["id"];
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Unique ID of the attachment
|
|
86
|
+
* @member {String} id
|
|
87
|
+
*/
|
|
88
|
+
AssignAttachmentApiModel.prototype['id'] = undefined;
|
|
89
|
+
var _default = exports.default = AssignAttachmentApiModel;
|
|
@@ -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 AssignAutoTestCaseIdApiModel model module.
|
|
24
|
+
* @module model/AssignAutoTestCaseIdApiModel
|
|
25
|
+
* @version 1.0.0
|
|
26
|
+
*/
|
|
27
|
+
class AssignAutoTestCaseIdApiModel {
|
|
28
|
+
/**
|
|
29
|
+
* Constructs a new <code>AssignAutoTestCaseIdApiModel</code>.
|
|
30
|
+
* @alias module:model/AssignAutoTestCaseIdApiModel
|
|
31
|
+
* @param id {String} Unique ID of the automated test case
|
|
32
|
+
*/
|
|
33
|
+
constructor(id) {
|
|
34
|
+
AssignAutoTestCaseIdApiModel.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>AssignAutoTestCaseIdApiModel</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/AssignAutoTestCaseIdApiModel} obj Optional instance to populate.
|
|
51
|
+
* @return {module:model/AssignAutoTestCaseIdApiModel} The populated <code>AssignAutoTestCaseIdApiModel</code> instance.
|
|
52
|
+
*/
|
|
53
|
+
static constructFromObject(data, obj) {
|
|
54
|
+
if (data) {
|
|
55
|
+
obj = obj || new AssignAutoTestCaseIdApiModel();
|
|
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>AssignAutoTestCaseIdApiModel</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>AssignAutoTestCaseIdApiModel</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 AssignAutoTestCaseIdApiModel.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
|
+
AssignAutoTestCaseIdApiModel.RequiredProperties = ["id"];
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Unique ID of the automated test case
|
|
86
|
+
* @member {String} id
|
|
87
|
+
*/
|
|
88
|
+
AssignAutoTestCaseIdApiModel.prototype['id'] = undefined;
|
|
89
|
+
var _default = exports.default = AssignAutoTestCaseIdApiModel;
|
|
@@ -0,0 +1,112 @@
|
|
|
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 _ParameterIterationModel = _interopRequireDefault(require("./ParameterIterationModel"));
|
|
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 AssignIterationApiModel model module.
|
|
25
|
+
* @module model/AssignIterationApiModel
|
|
26
|
+
* @version 1.0.0
|
|
27
|
+
*/
|
|
28
|
+
class AssignIterationApiModel {
|
|
29
|
+
/**
|
|
30
|
+
* Constructs a new <code>AssignIterationApiModel</code>.
|
|
31
|
+
* @alias module:model/AssignIterationApiModel
|
|
32
|
+
* @param parameters {Array.<module:model/ParameterIterationModel>}
|
|
33
|
+
* @param id {String} Iteration identifier, must be empty for new or changed iteration
|
|
34
|
+
*/
|
|
35
|
+
constructor(parameters, id) {
|
|
36
|
+
AssignIterationApiModel.initialize(this, parameters, id);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Initializes the fields of this object.
|
|
41
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
42
|
+
* Only for internal use.
|
|
43
|
+
*/
|
|
44
|
+
static initialize(obj, parameters, id) {
|
|
45
|
+
obj['parameters'] = parameters;
|
|
46
|
+
obj['id'] = id;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Constructs a <code>AssignIterationApiModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
51
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
52
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
53
|
+
* @param {module:model/AssignIterationApiModel} obj Optional instance to populate.
|
|
54
|
+
* @return {module:model/AssignIterationApiModel} The populated <code>AssignIterationApiModel</code> instance.
|
|
55
|
+
*/
|
|
56
|
+
static constructFromObject(data, obj) {
|
|
57
|
+
if (data) {
|
|
58
|
+
obj = obj || new AssignIterationApiModel();
|
|
59
|
+
if (data.hasOwnProperty('parameters')) {
|
|
60
|
+
obj['parameters'] = _ApiClient.default.convertToType(data['parameters'], [_ParameterIterationModel.default]);
|
|
61
|
+
}
|
|
62
|
+
if (data.hasOwnProperty('id')) {
|
|
63
|
+
obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return obj;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Validates the JSON data with respect to <code>AssignIterationApiModel</code>.
|
|
71
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
72
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>AssignIterationApiModel</code>.
|
|
73
|
+
*/
|
|
74
|
+
static validateJSON(data) {
|
|
75
|
+
// check to make sure all required properties are present in the JSON string
|
|
76
|
+
for (const property of AssignIterationApiModel.RequiredProperties) {
|
|
77
|
+
if (!data.hasOwnProperty(property)) {
|
|
78
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
if (data['parameters']) {
|
|
82
|
+
// data not null
|
|
83
|
+
// ensure the json data is an array
|
|
84
|
+
if (!Array.isArray(data['parameters'])) {
|
|
85
|
+
throw new Error("Expected the field `parameters` to be an array in the JSON data but got " + data['parameters']);
|
|
86
|
+
}
|
|
87
|
+
// validate the optional field `parameters` (array)
|
|
88
|
+
for (const item of data['parameters']) {
|
|
89
|
+
_ParameterIterationModel.default.validateJSON(item);
|
|
90
|
+
}
|
|
91
|
+
;
|
|
92
|
+
}
|
|
93
|
+
// ensure the json data is a string
|
|
94
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
95
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
96
|
+
}
|
|
97
|
+
return true;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
AssignIterationApiModel.RequiredProperties = ["parameters", "id"];
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @member {Array.<module:model/ParameterIterationModel>} parameters
|
|
104
|
+
*/
|
|
105
|
+
AssignIterationApiModel.prototype['parameters'] = undefined;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Iteration identifier, must be empty for new or changed iteration
|
|
109
|
+
* @member {String} id
|
|
110
|
+
*/
|
|
111
|
+
AssignIterationApiModel.prototype['id'] = undefined;
|
|
112
|
+
var _default = exports.default = AssignIterationApiModel;
|
|
@@ -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
|
+
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 AttachmentApiResult model module.
|
|
24
|
+
* @module model/AttachmentApiResult
|
|
25
|
+
* @version 1.0.0
|
|
26
|
+
*/
|
|
27
|
+
class AttachmentApiResult {
|
|
28
|
+
/**
|
|
29
|
+
* Constructs a new <code>AttachmentApiResult</code>.
|
|
30
|
+
* @alias module:model/AttachmentApiResult
|
|
31
|
+
* @param id {String} Unique ID of the attachment
|
|
32
|
+
* @param fileId {String} Unique ID of the attachment file
|
|
33
|
+
* @param type {String} MIME type of the attachment
|
|
34
|
+
* @param size {Number} Size in bytes of the attachment file
|
|
35
|
+
* @param name {String} Name of the attachment file
|
|
36
|
+
*/
|
|
37
|
+
constructor(id, fileId, type, size, name) {
|
|
38
|
+
AttachmentApiResult.initialize(this, id, fileId, type, size, name);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Initializes the fields of this object.
|
|
43
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
44
|
+
* Only for internal use.
|
|
45
|
+
*/
|
|
46
|
+
static initialize(obj, id, fileId, type, size, name) {
|
|
47
|
+
obj['id'] = id;
|
|
48
|
+
obj['fileId'] = fileId;
|
|
49
|
+
obj['type'] = type;
|
|
50
|
+
obj['size'] = size;
|
|
51
|
+
obj['name'] = name;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Constructs a <code>AttachmentApiResult</code> from a plain JavaScript object, optionally creating a new instance.
|
|
56
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
57
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
58
|
+
* @param {module:model/AttachmentApiResult} obj Optional instance to populate.
|
|
59
|
+
* @return {module:model/AttachmentApiResult} The populated <code>AttachmentApiResult</code> instance.
|
|
60
|
+
*/
|
|
61
|
+
static constructFromObject(data, obj) {
|
|
62
|
+
if (data) {
|
|
63
|
+
obj = obj || new AttachmentApiResult();
|
|
64
|
+
if (data.hasOwnProperty('id')) {
|
|
65
|
+
obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
|
|
66
|
+
}
|
|
67
|
+
if (data.hasOwnProperty('fileId')) {
|
|
68
|
+
obj['fileId'] = _ApiClient.default.convertToType(data['fileId'], 'String');
|
|
69
|
+
}
|
|
70
|
+
if (data.hasOwnProperty('type')) {
|
|
71
|
+
obj['type'] = _ApiClient.default.convertToType(data['type'], 'String');
|
|
72
|
+
}
|
|
73
|
+
if (data.hasOwnProperty('size')) {
|
|
74
|
+
obj['size'] = _ApiClient.default.convertToType(data['size'], 'Number');
|
|
75
|
+
}
|
|
76
|
+
if (data.hasOwnProperty('name')) {
|
|
77
|
+
obj['name'] = _ApiClient.default.convertToType(data['name'], 'String');
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
return obj;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Validates the JSON data with respect to <code>AttachmentApiResult</code>.
|
|
85
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
86
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>AttachmentApiResult</code>.
|
|
87
|
+
*/
|
|
88
|
+
static validateJSON(data) {
|
|
89
|
+
// check to make sure all required properties are present in the JSON string
|
|
90
|
+
for (const property of AttachmentApiResult.RequiredProperties) {
|
|
91
|
+
if (!data.hasOwnProperty(property)) {
|
|
92
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
// ensure the json data is a string
|
|
96
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
97
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
98
|
+
}
|
|
99
|
+
// ensure the json data is a string
|
|
100
|
+
if (data['fileId'] && !(typeof data['fileId'] === 'string' || data['fileId'] instanceof String)) {
|
|
101
|
+
throw new Error("Expected the field `fileId` to be a primitive type in the JSON string but got " + data['fileId']);
|
|
102
|
+
}
|
|
103
|
+
// ensure the json data is a string
|
|
104
|
+
if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
|
|
105
|
+
throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
|
|
106
|
+
}
|
|
107
|
+
// ensure the json data is a string
|
|
108
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
109
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
110
|
+
}
|
|
111
|
+
return true;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
AttachmentApiResult.RequiredProperties = ["id", "fileId", "type", "size", "name"];
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Unique ID of the attachment
|
|
118
|
+
* @member {String} id
|
|
119
|
+
*/
|
|
120
|
+
AttachmentApiResult.prototype['id'] = undefined;
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Unique ID of the attachment file
|
|
124
|
+
* @member {String} fileId
|
|
125
|
+
*/
|
|
126
|
+
AttachmentApiResult.prototype['fileId'] = undefined;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* MIME type of the attachment
|
|
130
|
+
* @member {String} type
|
|
131
|
+
*/
|
|
132
|
+
AttachmentApiResult.prototype['type'] = undefined;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Size in bytes of the attachment file
|
|
136
|
+
* @member {Number} size
|
|
137
|
+
*/
|
|
138
|
+
AttachmentApiResult.prototype['size'] = undefined;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Name of the attachment file
|
|
142
|
+
* @member {String} name
|
|
143
|
+
*/
|
|
144
|
+
AttachmentApiResult.prototype['name'] = undefined;
|
|
145
|
+
var _default = exports.default = AttachmentApiResult;
|
|
@@ -0,0 +1,193 @@
|
|
|
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 AttachmentModel model module.
|
|
24
|
+
* @module model/AttachmentModel
|
|
25
|
+
* @version 1.0.0
|
|
26
|
+
*/
|
|
27
|
+
class AttachmentModel {
|
|
28
|
+
/**
|
|
29
|
+
* Constructs a new <code>AttachmentModel</code>.
|
|
30
|
+
* @alias module:model/AttachmentModel
|
|
31
|
+
* @param fileId {String} Unique ID of the attachment file
|
|
32
|
+
* @param type {String} MIME type of the attachment
|
|
33
|
+
* @param size {Number} Size in bytes of the attachment file
|
|
34
|
+
* @param createdDate {Date} Creation date of the attachment
|
|
35
|
+
* @param createdById {String} Unique ID of the attachment creator
|
|
36
|
+
* @param name {String} Name of the attachment file
|
|
37
|
+
* @param id {String} Unique ID of the attachment
|
|
38
|
+
*/
|
|
39
|
+
constructor(fileId, type, size, createdDate, createdById, name, id) {
|
|
40
|
+
AttachmentModel.initialize(this, fileId, type, size, createdDate, createdById, name, id);
|
|
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, fileId, type, size, createdDate, createdById, name, id) {
|
|
49
|
+
obj['fileId'] = fileId;
|
|
50
|
+
obj['type'] = type;
|
|
51
|
+
obj['size'] = size;
|
|
52
|
+
obj['createdDate'] = createdDate;
|
|
53
|
+
obj['createdById'] = createdById;
|
|
54
|
+
obj['name'] = name;
|
|
55
|
+
obj['id'] = id;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Constructs a <code>AttachmentModel</code> from a plain JavaScript object, optionally creating a new instance.
|
|
60
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
61
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
62
|
+
* @param {module:model/AttachmentModel} obj Optional instance to populate.
|
|
63
|
+
* @return {module:model/AttachmentModel} The populated <code>AttachmentModel</code> instance.
|
|
64
|
+
*/
|
|
65
|
+
static constructFromObject(data, obj) {
|
|
66
|
+
if (data) {
|
|
67
|
+
obj = obj || new AttachmentModel();
|
|
68
|
+
if (data.hasOwnProperty('fileId')) {
|
|
69
|
+
obj['fileId'] = _ApiClient.default.convertToType(data['fileId'], 'String');
|
|
70
|
+
}
|
|
71
|
+
if (data.hasOwnProperty('type')) {
|
|
72
|
+
obj['type'] = _ApiClient.default.convertToType(data['type'], 'String');
|
|
73
|
+
}
|
|
74
|
+
if (data.hasOwnProperty('size')) {
|
|
75
|
+
obj['size'] = _ApiClient.default.convertToType(data['size'], 'Number');
|
|
76
|
+
}
|
|
77
|
+
if (data.hasOwnProperty('createdDate')) {
|
|
78
|
+
obj['createdDate'] = _ApiClient.default.convertToType(data['createdDate'], 'Date');
|
|
79
|
+
}
|
|
80
|
+
if (data.hasOwnProperty('modifiedDate')) {
|
|
81
|
+
obj['modifiedDate'] = _ApiClient.default.convertToType(data['modifiedDate'], 'Date');
|
|
82
|
+
}
|
|
83
|
+
if (data.hasOwnProperty('createdById')) {
|
|
84
|
+
obj['createdById'] = _ApiClient.default.convertToType(data['createdById'], 'String');
|
|
85
|
+
}
|
|
86
|
+
if (data.hasOwnProperty('modifiedById')) {
|
|
87
|
+
obj['modifiedById'] = _ApiClient.default.convertToType(data['modifiedById'], 'String');
|
|
88
|
+
}
|
|
89
|
+
if (data.hasOwnProperty('name')) {
|
|
90
|
+
obj['name'] = _ApiClient.default.convertToType(data['name'], 'String');
|
|
91
|
+
}
|
|
92
|
+
if (data.hasOwnProperty('id')) {
|
|
93
|
+
obj['id'] = _ApiClient.default.convertToType(data['id'], 'String');
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
return obj;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Validates the JSON data with respect to <code>AttachmentModel</code>.
|
|
101
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
102
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>AttachmentModel</code>.
|
|
103
|
+
*/
|
|
104
|
+
static validateJSON(data) {
|
|
105
|
+
// check to make sure all required properties are present in the JSON string
|
|
106
|
+
for (const property of AttachmentModel.RequiredProperties) {
|
|
107
|
+
if (!data.hasOwnProperty(property)) {
|
|
108
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
// ensure the json data is a string
|
|
112
|
+
if (data['fileId'] && !(typeof data['fileId'] === 'string' || data['fileId'] instanceof String)) {
|
|
113
|
+
throw new Error("Expected the field `fileId` to be a primitive type in the JSON string but got " + data['fileId']);
|
|
114
|
+
}
|
|
115
|
+
// ensure the json data is a string
|
|
116
|
+
if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
|
|
117
|
+
throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
|
|
118
|
+
}
|
|
119
|
+
// ensure the json data is a string
|
|
120
|
+
if (data['createdById'] && !(typeof data['createdById'] === 'string' || data['createdById'] instanceof String)) {
|
|
121
|
+
throw new Error("Expected the field `createdById` to be a primitive type in the JSON string but got " + data['createdById']);
|
|
122
|
+
}
|
|
123
|
+
// ensure the json data is a string
|
|
124
|
+
if (data['modifiedById'] && !(typeof data['modifiedById'] === 'string' || data['modifiedById'] instanceof String)) {
|
|
125
|
+
throw new Error("Expected the field `modifiedById` to be a primitive type in the JSON string but got " + data['modifiedById']);
|
|
126
|
+
}
|
|
127
|
+
// ensure the json data is a string
|
|
128
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
129
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
130
|
+
}
|
|
131
|
+
// ensure the json data is a string
|
|
132
|
+
if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
|
|
133
|
+
throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
|
|
134
|
+
}
|
|
135
|
+
return true;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
AttachmentModel.RequiredProperties = ["fileId", "type", "size", "createdDate", "createdById", "name", "id"];
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Unique ID of the attachment file
|
|
142
|
+
* @member {String} fileId
|
|
143
|
+
*/
|
|
144
|
+
AttachmentModel.prototype['fileId'] = undefined;
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* MIME type of the attachment
|
|
148
|
+
* @member {String} type
|
|
149
|
+
*/
|
|
150
|
+
AttachmentModel.prototype['type'] = undefined;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Size in bytes of the attachment file
|
|
154
|
+
* @member {Number} size
|
|
155
|
+
*/
|
|
156
|
+
AttachmentModel.prototype['size'] = undefined;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Creation date of the attachment
|
|
160
|
+
* @member {Date} createdDate
|
|
161
|
+
*/
|
|
162
|
+
AttachmentModel.prototype['createdDate'] = undefined;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Last modification date of the attachment
|
|
166
|
+
* @member {Date} modifiedDate
|
|
167
|
+
*/
|
|
168
|
+
AttachmentModel.prototype['modifiedDate'] = undefined;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Unique ID of the attachment creator
|
|
172
|
+
* @member {String} createdById
|
|
173
|
+
*/
|
|
174
|
+
AttachmentModel.prototype['createdById'] = undefined;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Unique ID of the attachment last editor
|
|
178
|
+
* @member {String} modifiedById
|
|
179
|
+
*/
|
|
180
|
+
AttachmentModel.prototype['modifiedById'] = undefined;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Name of the attachment file
|
|
184
|
+
* @member {String} name
|
|
185
|
+
*/
|
|
186
|
+
AttachmentModel.prototype['name'] = undefined;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Unique ID of the attachment
|
|
190
|
+
* @member {String} id
|
|
191
|
+
*/
|
|
192
|
+
AttachmentModel.prototype['id'] = undefined;
|
|
193
|
+
var _default = exports.default = AttachmentModel;
|