testit-api-client 6.3.0 → 6.3.1
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/README.MD +3 -1
- package/dist/api/apis.d.ts +3 -1
- package/dist/api/apis.js +3 -1
- package/dist/api/apis.js.map +1 -1
- package/dist/api/projectTestPlanTestPointsApi.d.ts +47 -0
- package/dist/api/projectTestPlanTestPointsApi.js +215 -0
- package/dist/api/projectTestPlanTestPointsApi.js.map +1 -0
- package/dist/api/projectsApi.d.ts +1 -2
- package/dist/api/projectsApi.js +1 -1
- package/dist/api/projectsApi.js.map +1 -1
- package/dist/model/{customAttributeOptionApiResult.d.ts → aIServiceModelApiResult.d.ts} +2 -4
- package/dist/model/aIServiceModelApiResult.js +23 -0
- package/dist/model/aIServiceModelApiResult.js.map +1 -0
- package/dist/model/aIServiceModelApiResultReply.d.ts +16 -0
- package/dist/model/aIServiceModelApiResultReply.js +23 -0
- package/dist/model/aIServiceModelApiResultReply.js.map +1 -0
- package/dist/model/createWorkflowApiModel.d.ts +1 -0
- package/dist/model/createWorkflowApiModel.js +5 -0
- package/dist/model/createWorkflowApiModel.js.map +1 -1
- package/dist/model/externalIssueApiField.d.ts +7 -0
- package/dist/model/externalIssueApiField.js +12 -0
- package/dist/model/externalIssueApiField.js.map +1 -0
- package/dist/model/externalIssueApiFieldSuggestion.d.ts +14 -0
- package/dist/model/externalIssueApiFieldSuggestion.js +18 -0
- package/dist/model/externalIssueApiFieldSuggestion.js.map +1 -0
- package/dist/model/externalIssueApiFieldSuggestionReply.d.ts +16 -0
- package/dist/model/externalIssueApiFieldSuggestionReply.js +23 -0
- package/dist/model/externalIssueApiFieldSuggestionReply.js.map +1 -0
- package/dist/model/getAIServiceModelsApiModel.d.ts +15 -0
- package/dist/model/getAIServiceModelsApiModel.js +18 -0
- package/dist/model/getAIServiceModelsApiModel.js.map +1 -0
- package/dist/model/getExternalIssueSuggestionsApiModel.d.ts +19 -0
- package/dist/model/getExternalIssueSuggestionsApiModel.js +23 -0
- package/dist/model/getExternalIssueSuggestionsApiModel.js.map +1 -0
- package/dist/model/models.d.ts +17 -4
- package/dist/model/models.js +51 -12
- package/dist/model/models.js.map +1 -1
- package/dist/model/parameterGroupsFilterApiModel.d.ts +1 -1
- package/dist/model/parameterGroupsFilterApiModel.js +1 -1
- package/dist/model/parameterGroupsFilterApiModel.js.map +1 -1
- package/dist/model/parametersFilterApiModel.d.ts +1 -1
- package/dist/model/parametersFilterApiModel.js +1 -1
- package/dist/model/parametersFilterApiModel.js.map +1 -1
- package/dist/model/projectTestPlansFilterModel.d.ts +1 -1
- package/dist/model/projectTestPlansFilterModel.js +1 -1
- package/dist/model/projectTestPlansFilterModel.js.map +1 -1
- package/dist/model/replaceProjectExternalServiceApiModel.d.ts +15 -0
- package/dist/model/replaceProjectExternalServiceApiModel.js +23 -0
- package/dist/model/replaceProjectExternalServiceApiModel.js.map +1 -0
- package/dist/model/searchWorkflowProjectsApiModel.d.ts +15 -0
- package/dist/model/searchWorkflowProjectsApiModel.js +18 -0
- package/dist/model/searchWorkflowProjectsApiModel.js.map +1 -0
- package/dist/model/testPlanTestPointsAnalyticsApiResult.d.ts +5 -1
- package/dist/model/testPlanTestPointsAnalyticsApiResult.js +13 -3
- package/dist/model/testPlanTestPointsAnalyticsApiResult.js.map +1 -1
- package/dist/model/testPlanTestPointsAutoTestsRunApiModel.d.ts +20 -0
- package/dist/model/testPlanTestPointsAutoTestsRunApiModel.js +38 -0
- package/dist/model/testPlanTestPointsAutoTestsRunApiModel.js.map +1 -0
- package/dist/model/testPlanTestPointsSearchApiModel.d.ts +1 -1
- package/dist/model/testPlanTestPointsSearchApiModel.js +1 -1
- package/dist/model/testPlanTestPointsSearchApiModel.js.map +1 -1
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +18 -0
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +23 -0
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -0
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +19 -0
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +28 -0
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -0
- package/dist/model/testPointFilterModel.d.ts +1 -1
- package/dist/model/testPointFilterModel.js +1 -1
- package/dist/model/testPointFilterModel.js.map +1 -1
- package/dist/model/testPointFilterRequestModel.d.ts +1 -1
- package/dist/model/testPointFilterRequestModel.js +1 -1
- package/dist/model/testPointFilterRequestModel.js.map +1 -1
- package/dist/model/testResultShortResponse.d.ts +1 -0
- package/dist/model/testResultShortResponse.js +5 -0
- package/dist/model/testResultShortResponse.js.map +1 -1
- package/dist/model/testRunNameApiResult.d.ts +15 -0
- package/dist/model/testRunNameApiResult.js +23 -0
- package/dist/model/testRunNameApiResult.js.map +1 -0
- package/dist/model/testStatusShortApiResult.d.ts +4 -0
- package/dist/model/testStatusShortApiResult.js +5 -0
- package/dist/model/testStatusShortApiResult.js.map +1 -1
- package/dist/model/updateWorkflowApiModel.d.ts +1 -0
- package/dist/model/updateWorkflowApiModel.js +5 -0
- package/dist/model/updateWorkflowApiModel.js.map +1 -1
- package/dist/model/workItemPreviewApiModel.d.ts +3 -0
- package/dist/model/workItemPreviewApiModel.js +10 -0
- package/dist/model/workItemPreviewApiModel.js.map +1 -1
- package/dist/model/workItemPreviewStepApiModel.d.ts +16 -0
- package/dist/model/workItemPreviewStepApiModel.js +28 -0
- package/dist/model/workItemPreviewStepApiModel.js.map +1 -0
- package/dist/model/workflowProjectApiResult.d.ts +14 -0
- package/dist/model/workflowProjectApiResult.js +18 -0
- package/dist/model/workflowProjectApiResult.js.map +1 -0
- package/dist/model/workflowProjectApiResultApiCollectionPreview.d.ts +16 -0
- package/dist/model/workflowProjectApiResultApiCollectionPreview.js +23 -0
- package/dist/model/workflowProjectApiResultApiCollectionPreview.js.map +1 -0
- package/dist/model/workflowProjectApiResultReply.d.ts +16 -0
- package/dist/model/workflowProjectApiResultReply.js +23 -0
- package/dist/model/workflowProjectApiResultReply.js.map +1 -0
- package/dist/model/workflowShortApiResult.d.ts +2 -0
- package/dist/model/workflowShortApiResult.js +5 -0
- package/dist/model/workflowShortApiResult.js.map +1 -1
- package/dist/model/workflowStatusApiResult.d.ts +1 -1
- package/package.json +1 -1
- package/dist/model/customAttributeApiResult.d.ts +0 -25
- package/dist/model/customAttributeApiResult.js +0 -53
- package/dist/model/customAttributeApiResult.js.map +0 -1
- package/dist/model/customAttributeOptionApiResult.js +0 -33
- package/dist/model/customAttributeOptionApiResult.js.map +0 -1
- package/dist/model/customAttributeType.d.ts +0 -8
- package/dist/model/customAttributeType.js +0 -13
- package/dist/model/customAttributeType.js.map +0 -1
- package/dist/model/projectApiResult.d.ts +0 -36
- package/dist/model/projectApiResult.js +0 -108
- package/dist/model/projectApiResult.js.map +0 -1
|
@@ -16,7 +16,7 @@ export declare class TestPointFilterRequestModel {
|
|
|
16
16
|
'isAutomated'?: boolean | null;
|
|
17
17
|
'name'?: string | null;
|
|
18
18
|
'configurationIds'?: Array<string> | null;
|
|
19
|
-
'testerIds'?: Array<string> | null;
|
|
19
|
+
'testerIds'?: Array<string | null> | null;
|
|
20
20
|
'duration'?: Int64RangeSelectorModel | null;
|
|
21
21
|
'sectionIds'?: Array<string> | null;
|
|
22
22
|
'createdDate'?: DateTimeRangeSelectorModel | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testPointFilterRequestModel.js","sourceRoot":"","sources":["../../src/model/testPointFilterRequestModel.ts"],"names":[],"mappings":";;;AAmBA,MAAa,2BAA2B;IAyOpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA3OL,kEA4OC;AApIU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"testPointFilterRequestModel.js","sourceRoot":"","sources":["../../src/model/testPointFilterRequestModel.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,6 +24,11 @@ TestResultShortResponse.attributeTypeMap = [
|
|
|
24
24
|
"baseName": "autotestGlobalId",
|
|
25
25
|
"type": "number"
|
|
26
26
|
},
|
|
27
|
+
{
|
|
28
|
+
"name": "autotestExternalId",
|
|
29
|
+
"baseName": "autotestExternalId",
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
27
32
|
{
|
|
28
33
|
"name": "testRunId",
|
|
29
34
|
"baseName": "testRunId",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testResultShortResponse.js","sourceRoot":"","sources":["../../src/model/testResultShortResponse.ts"],"names":[],"mappings":";;;AAkBA,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"testResultShortResponse.js","sourceRoot":"","sources":["../../src/model/testResultShortResponse.ts"],"names":[],"mappings":";;;AAkBA,MAAa,uBAAuB;IA2LhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA7LL,0DA8LC;AA3GU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class TestRunNameApiResult {
|
|
2
|
+
'id': string;
|
|
3
|
+
'name': string;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TestRunNameApiResult = void 0;
|
|
4
|
+
class TestRunNameApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return TestRunNameApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.TestRunNameApiResult = TestRunNameApiResult;
|
|
10
|
+
TestRunNameApiResult.discriminator = undefined;
|
|
11
|
+
TestRunNameApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "name",
|
|
19
|
+
"baseName": "name",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=testRunNameApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testRunNameApiResult.js","sourceRoot":"","sources":["../../src/model/testRunNameApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAwB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BL,oDA2BC;AAjBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { TestStatusApiType } from './testStatusApiType';
|
|
1
2
|
export declare class TestStatusShortApiResult {
|
|
2
3
|
'id': string;
|
|
3
4
|
'name': string;
|
|
4
5
|
'code': string;
|
|
6
|
+
'type': TestStatusApiType;
|
|
5
7
|
static discriminator: string | undefined;
|
|
6
8
|
static attributeTypeMap: Array<{
|
|
7
9
|
name: string;
|
|
@@ -14,3 +16,5 @@ export declare class TestStatusShortApiResult {
|
|
|
14
16
|
type: string;
|
|
15
17
|
}[];
|
|
16
18
|
}
|
|
19
|
+
export declare namespace TestStatusShortApiResult {
|
|
20
|
+
}
|
|
@@ -23,6 +23,11 @@ TestStatusShortApiResult.attributeTypeMap = [
|
|
|
23
23
|
"name": "code",
|
|
24
24
|
"baseName": "code",
|
|
25
25
|
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "type",
|
|
29
|
+
"baseName": "type",
|
|
30
|
+
"type": "TestStatusApiType"
|
|
26
31
|
}
|
|
27
32
|
];
|
|
28
33
|
//# sourceMappingURL=testStatusShortApiResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testStatusShortApiResult.js","sourceRoot":"","sources":["../../src/model/testStatusShortApiResult.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"testStatusShortApiResult.js","sourceRoot":"","sources":["../../src/model/testStatusShortApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,wBAAwB;IAiCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAnCL,4DAoCC;AA3BU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC"}
|
|
@@ -23,6 +23,11 @@ UpdateWorkflowApiModel.attributeTypeMap = [
|
|
|
23
23
|
"name": "statuses",
|
|
24
24
|
"baseName": "statuses",
|
|
25
25
|
"type": "Array<WorkflowStatusApiModel>"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "projectIds",
|
|
29
|
+
"baseName": "projectIds",
|
|
30
|
+
"type": "Array<string>"
|
|
26
31
|
}
|
|
27
32
|
];
|
|
28
33
|
//# sourceMappingURL=updateWorkflowApiModel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateWorkflowApiModel.js","sourceRoot":"","sources":["../../src/model/updateWorkflowApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"updateWorkflowApiModel.js","sourceRoot":"","sources":["../../src/model/updateWorkflowApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,sBAAsB;IA8B/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhCL,wDAiCC;AA3BU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
import { WorkItemPreviewStepApiModel } from './workItemPreviewStepApiModel';
|
|
1
2
|
export declare class WorkItemPreviewApiModel {
|
|
2
3
|
'name': string;
|
|
4
|
+
'description': string;
|
|
5
|
+
'steps': Array<WorkItemPreviewStepApiModel>;
|
|
3
6
|
'action': string;
|
|
4
7
|
'expected': string;
|
|
5
8
|
static discriminator: string | undefined;
|
|
@@ -14,6 +14,16 @@ WorkItemPreviewApiModel.attributeTypeMap = [
|
|
|
14
14
|
"baseName": "name",
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"name": "description",
|
|
19
|
+
"baseName": "description",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "steps",
|
|
24
|
+
"baseName": "steps",
|
|
25
|
+
"type": "Array<WorkItemPreviewStepApiModel>"
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"name": "action",
|
|
19
29
|
"baseName": "action",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workItemPreviewApiModel.js","sourceRoot":"","sources":["../../src/model/workItemPreviewApiModel.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"workItemPreviewApiModel.js","sourceRoot":"","sources":["../../src/model/workItemPreviewApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,uBAAuB;IA0ChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA5CL,0DA6CC;AAhCU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class WorkItemPreviewStepApiModel {
|
|
2
|
+
'number': number;
|
|
3
|
+
'action': string;
|
|
4
|
+
'expected': string;
|
|
5
|
+
static discriminator: string | undefined;
|
|
6
|
+
static attributeTypeMap: Array<{
|
|
7
|
+
name: string;
|
|
8
|
+
baseName: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}>;
|
|
11
|
+
static getAttributeTypeMap(): {
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkItemPreviewStepApiModel = void 0;
|
|
4
|
+
class WorkItemPreviewStepApiModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return WorkItemPreviewStepApiModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.WorkItemPreviewStepApiModel = WorkItemPreviewStepApiModel;
|
|
10
|
+
WorkItemPreviewStepApiModel.discriminator = undefined;
|
|
11
|
+
WorkItemPreviewStepApiModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "number",
|
|
14
|
+
"baseName": "number",
|
|
15
|
+
"type": "number"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "action",
|
|
19
|
+
"baseName": "action",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "expected",
|
|
24
|
+
"baseName": "expected",
|
|
25
|
+
"type": "string"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=workItemPreviewStepApiModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workItemPreviewStepApiModel.js","sourceRoot":"","sources":["../../src/model/workItemPreviewStepApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,2BAA2B;IAwBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BL,kEA2BC;AAtBU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class WorkflowProjectApiResult {
|
|
2
|
+
'id': string;
|
|
3
|
+
static discriminator: string | undefined;
|
|
4
|
+
static attributeTypeMap: Array<{
|
|
5
|
+
name: string;
|
|
6
|
+
baseName: string;
|
|
7
|
+
type: string;
|
|
8
|
+
}>;
|
|
9
|
+
static getAttributeTypeMap(): {
|
|
10
|
+
name: string;
|
|
11
|
+
baseName: string;
|
|
12
|
+
type: string;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkflowProjectApiResult = void 0;
|
|
4
|
+
class WorkflowProjectApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return WorkflowProjectApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.WorkflowProjectApiResult = WorkflowProjectApiResult;
|
|
10
|
+
WorkflowProjectApiResult.discriminator = undefined;
|
|
11
|
+
WorkflowProjectApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string"
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
//# sourceMappingURL=workflowProjectApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowProjectApiResult.js","sourceRoot":"","sources":["../../src/model/workflowProjectApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,wBAAwB;IAYjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAdL,4DAeC;AAZU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { WorkflowProjectApiResult } from './workflowProjectApiResult';
|
|
2
|
+
export declare class WorkflowProjectApiResultApiCollectionPreview {
|
|
3
|
+
'data': Array<WorkflowProjectApiResult>;
|
|
4
|
+
'totalCount': number;
|
|
5
|
+
static discriminator: string | undefined;
|
|
6
|
+
static attributeTypeMap: Array<{
|
|
7
|
+
name: string;
|
|
8
|
+
baseName: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}>;
|
|
11
|
+
static getAttributeTypeMap(): {
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkflowProjectApiResultApiCollectionPreview = void 0;
|
|
4
|
+
class WorkflowProjectApiResultApiCollectionPreview {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return WorkflowProjectApiResultApiCollectionPreview.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.WorkflowProjectApiResultApiCollectionPreview = WorkflowProjectApiResultApiCollectionPreview;
|
|
10
|
+
WorkflowProjectApiResultApiCollectionPreview.discriminator = undefined;
|
|
11
|
+
WorkflowProjectApiResultApiCollectionPreview.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "data",
|
|
14
|
+
"baseName": "data",
|
|
15
|
+
"type": "Array<WorkflowProjectApiResult>"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalCount",
|
|
19
|
+
"baseName": "totalCount",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=workflowProjectApiResultApiCollectionPreview.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowProjectApiResultApiCollectionPreview.js","sourceRoot":"","sources":["../../src/model/workflowProjectApiResultApiCollectionPreview.ts"],"names":[],"mappings":";;;AAeA,MAAa,4CAA4C;IAkBrD,MAAM,CAAC,mBAAmB;QACtB,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;;AApBL,oGAqBC;AAjBU,0DAAa,GAAuB,SAAS,CAAC;AAE9C,6DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { WorkflowProjectApiResult } from './workflowProjectApiResult';
|
|
2
|
+
export declare class WorkflowProjectApiResultReply {
|
|
3
|
+
'data': Array<WorkflowProjectApiResult>;
|
|
4
|
+
'totalCount': number;
|
|
5
|
+
static discriminator: string | undefined;
|
|
6
|
+
static attributeTypeMap: Array<{
|
|
7
|
+
name: string;
|
|
8
|
+
baseName: string;
|
|
9
|
+
type: string;
|
|
10
|
+
}>;
|
|
11
|
+
static getAttributeTypeMap(): {
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}[];
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkflowProjectApiResultReply = void 0;
|
|
4
|
+
class WorkflowProjectApiResultReply {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return WorkflowProjectApiResultReply.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.WorkflowProjectApiResultReply = WorkflowProjectApiResultReply;
|
|
10
|
+
WorkflowProjectApiResultReply.discriminator = undefined;
|
|
11
|
+
WorkflowProjectApiResultReply.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "data",
|
|
14
|
+
"baseName": "data",
|
|
15
|
+
"type": "Array<WorkflowProjectApiResult>"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalCount",
|
|
19
|
+
"baseName": "totalCount",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=workflowProjectApiResultReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflowProjectApiResultReply.js","sourceRoot":"","sources":["../../src/model/workflowProjectApiResultReply.ts"],"names":[],"mappings":";;;AAeA,MAAa,6BAA6B;IAkBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AApBL,sEAqBC;AAjBU,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { WorkflowProjectApiResultApiCollectionPreview } from './workflowProjectApiResultApiCollectionPreview';
|
|
1
2
|
export declare class WorkflowShortApiResult {
|
|
2
3
|
'id': string;
|
|
3
4
|
'name': string;
|
|
4
5
|
'isSystem': boolean;
|
|
5
6
|
'isDefault': boolean;
|
|
7
|
+
'projects': WorkflowProjectApiResultApiCollectionPreview;
|
|
6
8
|
static discriminator: string | undefined;
|
|
7
9
|
static attributeTypeMap: Array<{
|
|
8
10
|
name: string;
|
|
@@ -28,6 +28,11 @@ WorkflowShortApiResult.attributeTypeMap = [
|
|
|
28
28
|
"name": "isDefault",
|
|
29
29
|
"baseName": "isDefault",
|
|
30
30
|
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "projects",
|
|
34
|
+
"baseName": "projects",
|
|
35
|
+
"type": "WorkflowProjectApiResultApiCollectionPreview"
|
|
31
36
|
}
|
|
32
37
|
];
|
|
33
38
|
//# sourceMappingURL=workflowShortApiResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflowShortApiResult.js","sourceRoot":"","sources":["../../src/model/workflowShortApiResult.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"workflowShortApiResult.js","sourceRoot":"","sources":["../../src/model/workflowShortApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,sBAAsB;IAoC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAtCL,wDAuCC;AAhCU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,8CAA8C;KACzD;CAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { CustomAttributeOptionApiResult } from './customAttributeOptionApiResult';
|
|
2
|
-
import { CustomAttributeType } from './customAttributeType';
|
|
3
|
-
export declare class CustomAttributeApiResult {
|
|
4
|
-
'id': string;
|
|
5
|
-
'options': Array<CustomAttributeOptionApiResult>;
|
|
6
|
-
'type': CustomAttributeType;
|
|
7
|
-
'isDeleted': boolean;
|
|
8
|
-
'name': string;
|
|
9
|
-
'isEnabled': boolean;
|
|
10
|
-
'isRequired': boolean;
|
|
11
|
-
'isGlobal': boolean;
|
|
12
|
-
static discriminator: string | undefined;
|
|
13
|
-
static attributeTypeMap: Array<{
|
|
14
|
-
name: string;
|
|
15
|
-
baseName: string;
|
|
16
|
-
type: string;
|
|
17
|
-
}>;
|
|
18
|
-
static getAttributeTypeMap(): {
|
|
19
|
-
name: string;
|
|
20
|
-
baseName: string;
|
|
21
|
-
type: string;
|
|
22
|
-
}[];
|
|
23
|
-
}
|
|
24
|
-
export declare namespace CustomAttributeApiResult {
|
|
25
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomAttributeApiResult = void 0;
|
|
4
|
-
class CustomAttributeApiResult {
|
|
5
|
-
static getAttributeTypeMap() {
|
|
6
|
-
return CustomAttributeApiResult.attributeTypeMap;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.CustomAttributeApiResult = CustomAttributeApiResult;
|
|
10
|
-
CustomAttributeApiResult.discriminator = undefined;
|
|
11
|
-
CustomAttributeApiResult.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "id",
|
|
14
|
-
"baseName": "id",
|
|
15
|
-
"type": "string"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "options",
|
|
19
|
-
"baseName": "options",
|
|
20
|
-
"type": "Array<CustomAttributeOptionApiResult>"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "type",
|
|
24
|
-
"baseName": "type",
|
|
25
|
-
"type": "CustomAttributeType"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "isDeleted",
|
|
29
|
-
"baseName": "isDeleted",
|
|
30
|
-
"type": "boolean"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "name",
|
|
34
|
-
"baseName": "name",
|
|
35
|
-
"type": "string"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "isEnabled",
|
|
39
|
-
"baseName": "isEnabled",
|
|
40
|
-
"type": "boolean"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "isRequired",
|
|
44
|
-
"baseName": "isRequired",
|
|
45
|
-
"type": "boolean"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "isGlobal",
|
|
49
|
-
"baseName": "isGlobal",
|
|
50
|
-
"type": "boolean"
|
|
51
|
-
}
|
|
52
|
-
];
|
|
53
|
-
//# sourceMappingURL=customAttributeApiResult.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customAttributeApiResult.js","sourceRoot":"","sources":["../../src/model/customAttributeApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,wBAAwB;IA8EjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhFL,4DAiFC;AA/CU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomAttributeOptionApiResult = void 0;
|
|
4
|
-
class CustomAttributeOptionApiResult {
|
|
5
|
-
static getAttributeTypeMap() {
|
|
6
|
-
return CustomAttributeOptionApiResult.attributeTypeMap;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.CustomAttributeOptionApiResult = CustomAttributeOptionApiResult;
|
|
10
|
-
CustomAttributeOptionApiResult.discriminator = undefined;
|
|
11
|
-
CustomAttributeOptionApiResult.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "id",
|
|
14
|
-
"baseName": "id",
|
|
15
|
-
"type": "string"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "isDeleted",
|
|
19
|
-
"baseName": "isDeleted",
|
|
20
|
-
"type": "boolean"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "value",
|
|
24
|
-
"baseName": "value",
|
|
25
|
-
"type": "string"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "isDefault",
|
|
29
|
-
"baseName": "isDefault",
|
|
30
|
-
"type": "boolean"
|
|
31
|
-
}
|
|
32
|
-
];
|
|
33
|
-
//# sourceMappingURL=customAttributeOptionApiResult.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customAttributeOptionApiResult.js","sourceRoot":"","sources":["../../src/model/customAttributeOptionApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA5CL,wEA6CC;AA3BU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomAttributeType = void 0;
|
|
4
|
-
var CustomAttributeType;
|
|
5
|
-
(function (CustomAttributeType) {
|
|
6
|
-
CustomAttributeType[CustomAttributeType["String"] = 'string'] = "String";
|
|
7
|
-
CustomAttributeType[CustomAttributeType["Datetime"] = 'datetime'] = "Datetime";
|
|
8
|
-
CustomAttributeType[CustomAttributeType["Options"] = 'options'] = "Options";
|
|
9
|
-
CustomAttributeType[CustomAttributeType["User"] = 'user'] = "User";
|
|
10
|
-
CustomAttributeType[CustomAttributeType["MultipleOptions"] = 'multipleOptions'] = "MultipleOptions";
|
|
11
|
-
CustomAttributeType[CustomAttributeType["Checkbox"] = 'checkbox'] = "Checkbox";
|
|
12
|
-
})(CustomAttributeType = exports.CustomAttributeType || (exports.CustomAttributeType = {}));
|
|
13
|
-
//# sourceMappingURL=customAttributeType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customAttributeType.js","sourceRoot":"","sources":["../../src/model/customAttributeType.ts"],"names":[],"mappings":";;;AAcA,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC3B,oDAAe,QAAQ,YAAA,CAAA;IACvB,sDAAiB,UAAU,cAAA,CAAA;IAC3B,qDAAgB,SAAS,aAAA,CAAA;IACzB,kDAAa,MAAM,UAAA,CAAA;IACnB,6DAAwB,iBAAiB,qBAAA,CAAA;IACzC,sDAAiB,UAAU,cAAA,CAAA;AAC/B,CAAC,EAPW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAO9B"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CustomAttributeApiResult } from './customAttributeApiResult';
|
|
2
|
-
import { ProjectType } from './projectType';
|
|
3
|
-
export declare class ProjectApiResult {
|
|
4
|
-
'id': string;
|
|
5
|
-
'description'?: string | null;
|
|
6
|
-
'name': string;
|
|
7
|
-
'isFavorite': boolean;
|
|
8
|
-
'attributesScheme'?: Array<CustomAttributeApiResult> | null;
|
|
9
|
-
'testPlansAttributesScheme'?: Array<CustomAttributeApiResult> | null;
|
|
10
|
-
'testCasesCount'?: number | null;
|
|
11
|
-
'sharedStepsCount'?: number | null;
|
|
12
|
-
'checkListsCount'?: number | null;
|
|
13
|
-
'autoTestsCount'?: number | null;
|
|
14
|
-
'isDeleted': boolean;
|
|
15
|
-
'createdDate': Date;
|
|
16
|
-
'modifiedDate'?: Date | null;
|
|
17
|
-
'createdById': string;
|
|
18
|
-
'modifiedById'?: string | null;
|
|
19
|
-
'globalId': number;
|
|
20
|
-
'type': ProjectType;
|
|
21
|
-
'isFlakyAuto': boolean;
|
|
22
|
-
'workflowId': string;
|
|
23
|
-
static discriminator: string | undefined;
|
|
24
|
-
static attributeTypeMap: Array<{
|
|
25
|
-
name: string;
|
|
26
|
-
baseName: string;
|
|
27
|
-
type: string;
|
|
28
|
-
}>;
|
|
29
|
-
static getAttributeTypeMap(): {
|
|
30
|
-
name: string;
|
|
31
|
-
baseName: string;
|
|
32
|
-
type: string;
|
|
33
|
-
}[];
|
|
34
|
-
}
|
|
35
|
-
export declare namespace ProjectApiResult {
|
|
36
|
-
}
|