testit-api-client 6.4.0 → 6.5.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 (117) hide show
  1. package/README.MD +1 -16
  2. package/dist/api/apis.d.ts +1 -5
  3. package/dist/api/apis.js +1 -5
  4. package/dist/api/apis.js.map +1 -1
  5. package/dist/api/autoTestsApi.d.ts +13 -13
  6. package/dist/api/autoTestsApi.js +13 -13
  7. package/dist/api/autoTestsApi.js.map +1 -1
  8. package/dist/api/configurationsApi.d.ts +2 -1
  9. package/dist/api/configurationsApi.js +2 -2
  10. package/dist/api/configurationsApi.js.map +1 -1
  11. package/dist/api/projectsApi.d.ts +13 -12
  12. package/dist/api/projectsApi.js +54 -58
  13. package/dist/api/projectsApi.js.map +1 -1
  14. package/dist/api/testResultsApi.d.ts +4 -4
  15. package/dist/api/testResultsApi.js +3 -3
  16. package/dist/api/testResultsApi.js.map +1 -1
  17. package/dist/model/apiExternalServiceCategory.d.ts +4 -0
  18. package/dist/model/apiExternalServiceCategory.js +9 -0
  19. package/dist/model/apiExternalServiceCategory.js.map +1 -0
  20. package/dist/model/{autoTestAverageDurationModel.d.ts → autoTestAverageDurationApiResult.d.ts} +1 -1
  21. package/dist/model/autoTestAverageDurationApiResult.js +23 -0
  22. package/dist/model/autoTestAverageDurationApiResult.js.map +1 -0
  23. package/dist/model/{autoTestPostModel.d.ts → autoTestCreateApiModel.d.ts} +16 -16
  24. package/dist/model/{autoTestPostModel.js → autoTestCreateApiModel.js} +37 -37
  25. package/dist/model/autoTestCreateApiModel.js.map +1 -0
  26. package/dist/model/{autoTestNamespaceModel.d.ts → autoTestNamespaceApiResult.d.ts} +2 -2
  27. package/dist/model/autoTestNamespaceApiResult.js +23 -0
  28. package/dist/model/autoTestNamespaceApiResult.js.map +1 -0
  29. package/dist/model/autoTestStepApiModel.d.ts +16 -0
  30. package/dist/model/autoTestStepApiModel.js +28 -0
  31. package/dist/model/autoTestStepApiModel.js.map +1 -0
  32. package/dist/model/{autoTestPutModel.d.ts → autoTestUpdateApiModel.d.ts} +12 -12
  33. package/dist/model/{autoTestPutModel.js → autoTestUpdateApiModel.js} +27 -27
  34. package/dist/model/autoTestUpdateApiModel.js.map +1 -0
  35. package/dist/model/{workItemIdentifierModel.d.ts → autoTestWorkItemIdentifierApiResult.d.ts} +1 -1
  36. package/dist/model/autoTestWorkItemIdentifierApiResult.js +23 -0
  37. package/dist/model/autoTestWorkItemIdentifierApiResult.js.map +1 -0
  38. package/dist/model/backgroundJobType.d.ts +3 -1
  39. package/dist/model/backgroundJobType.js +2 -0
  40. package/dist/model/backgroundJobType.js.map +1 -1
  41. package/dist/model/configurationExtractionApiModel.d.ts +16 -0
  42. package/dist/model/configurationExtractionApiModel.js +23 -0
  43. package/dist/model/configurationExtractionApiModel.js.map +1 -0
  44. package/dist/model/configurationFilterApiModel.d.ts +17 -0
  45. package/dist/model/configurationFilterApiModel.js +33 -0
  46. package/dist/model/configurationFilterApiModel.js.map +1 -0
  47. package/dist/model/configurationSelectApiModel.d.ts +17 -0
  48. package/dist/model/configurationSelectApiModel.js +23 -0
  49. package/dist/model/configurationSelectApiModel.js.map +1 -0
  50. package/dist/model/customAttributeApiResult.d.ts +25 -0
  51. package/dist/model/customAttributeApiResult.js +53 -0
  52. package/dist/model/customAttributeApiResult.js.map +1 -0
  53. package/dist/model/customAttributeOptionApiResult.d.ts +17 -0
  54. package/dist/model/customAttributeOptionApiResult.js +33 -0
  55. package/dist/model/customAttributeOptionApiResult.js.map +1 -0
  56. package/dist/model/customAttributeType.d.ts +8 -0
  57. package/dist/model/customAttributeType.js +13 -0
  58. package/dist/model/customAttributeType.js.map +1 -0
  59. package/dist/model/enableProjectExternalServiceApiModel.d.ts +1 -1
  60. package/dist/model/externalServiceMetadataApiResult.d.ts +2 -2
  61. package/dist/model/externalServiceMetadataApiResult.js +1 -1
  62. package/dist/model/externalServiceMetadataApiResult.js.map +1 -1
  63. package/dist/model/{labelPostModel.d.ts → labelApiModel.d.ts} +1 -1
  64. package/dist/model/labelApiModel.js +18 -0
  65. package/dist/model/labelApiModel.js.map +1 -0
  66. package/dist/model/linkCreateApiModel.d.ts +21 -0
  67. package/dist/model/linkCreateApiModel.js +38 -0
  68. package/dist/model/linkCreateApiModel.js.map +1 -0
  69. package/dist/model/linkUpdateApiModel.d.ts +22 -0
  70. package/dist/model/linkUpdateApiModel.js +43 -0
  71. package/dist/model/linkUpdateApiModel.js.map +1 -0
  72. package/dist/model/models.d.ts +18 -9
  73. package/dist/model/models.js +54 -27
  74. package/dist/model/models.js.map +1 -1
  75. package/dist/model/projectApiResult.d.ts +36 -0
  76. package/dist/model/projectApiResult.js +108 -0
  77. package/dist/model/projectApiResult.js.map +1 -0
  78. package/dist/model/projectTestPlansFilterModel.d.ts +1 -0
  79. package/dist/model/projectTestPlansFilterModel.js +5 -0
  80. package/dist/model/projectTestPlansFilterModel.js.map +1 -1
  81. package/dist/model/replaceProjectExternalServiceApiModel.d.ts +1 -1
  82. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.d.ts +16 -0
  83. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js +28 -0
  84. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js.map +1 -0
  85. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +2 -1
  86. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +3 -3
  87. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -1
  88. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +2 -1
  89. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +3 -3
  90. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -1
  91. package/dist/model/testResultShortResponse.d.ts +1 -1
  92. package/package.json +2 -2
  93. package/dist/api/testStatusesApi.d.ts +0 -89
  94. package/dist/api/testStatusesApi.js +0 -524
  95. package/dist/api/testStatusesApi.js.map +0 -1
  96. package/dist/api/workflowsApi.d.ts +0 -101
  97. package/dist/api/workflowsApi.js +0 -590
  98. package/dist/api/workflowsApi.js.map +0 -1
  99. package/dist/model/autoTestAverageDurationModel.js +0 -23
  100. package/dist/model/autoTestAverageDurationModel.js.map +0 -1
  101. package/dist/model/autoTestNamespaceModel.js +0 -23
  102. package/dist/model/autoTestNamespaceModel.js.map +0 -1
  103. package/dist/model/autoTestPostModel.js.map +0 -1
  104. package/dist/model/autoTestPutModel.js.map +0 -1
  105. package/dist/model/externalServiceCategoryApiResult.d.ts +0 -4
  106. package/dist/model/externalServiceCategoryApiResult.js +0 -9
  107. package/dist/model/externalServiceCategoryApiResult.js.map +0 -1
  108. package/dist/model/labelPostModel.js +0 -18
  109. package/dist/model/labelPostModel.js.map +0 -1
  110. package/dist/model/publicTestPointModel.d.ts +0 -20
  111. package/dist/model/publicTestPointModel.js +0 -43
  112. package/dist/model/publicTestPointModel.js.map +0 -1
  113. package/dist/model/publicTestRunModel.d.ts +0 -32
  114. package/dist/model/publicTestRunModel.js +0 -78
  115. package/dist/model/publicTestRunModel.js.map +0 -1
  116. package/dist/model/workItemIdentifierModel.js +0 -23
  117. package/dist/model/workItemIdentifierModel.js.map +0 -1
@@ -0,0 +1,25 @@
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
+ }
@@ -0,0 +1,53 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,17 @@
1
+ export declare class CustomAttributeOptionApiResult {
2
+ 'id': string;
3
+ 'isDeleted': boolean;
4
+ 'value'?: string | null;
5
+ 'isDefault': boolean;
6
+ static discriminator: string | undefined;
7
+ static attributeTypeMap: Array<{
8
+ name: string;
9
+ baseName: string;
10
+ type: string;
11
+ }>;
12
+ static getAttributeTypeMap(): {
13
+ name: string;
14
+ baseName: string;
15
+ type: string;
16
+ }[];
17
+ }
@@ -0,0 +1,33 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,8 @@
1
+ export declare enum CustomAttributeType {
2
+ String,
3
+ Datetime,
4
+ Options,
5
+ User,
6
+ MultipleOptions,
7
+ Checkbox
8
+ }
@@ -0,0 +1,13 @@
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
@@ -0,0 +1 @@
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,5 +1,5 @@
1
1
  export declare class EnableProjectExternalServiceApiModel {
2
- 'settings'?: any | null;
2
+ 'settings': any | null;
3
3
  static discriminator: string | undefined;
4
4
  static attributeTypeMap: Array<{
5
5
  name: string;
@@ -1,9 +1,9 @@
1
- import { ExternalServiceCategoryApiResult } from './externalServiceCategoryApiResult';
1
+ import { ApiExternalServiceCategory } from './apiExternalServiceCategory';
2
2
  export declare class ExternalServiceMetadataApiResult {
3
3
  'name': string;
4
4
  'code': string;
5
5
  'iconUrl': string;
6
- 'category': ExternalServiceCategoryApiResult;
6
+ 'category': ApiExternalServiceCategory;
7
7
  static discriminator: string | undefined;
8
8
  static attributeTypeMap: Array<{
9
9
  name: string;
@@ -27,7 +27,7 @@ ExternalServiceMetadataApiResult.attributeTypeMap = [
27
27
  {
28
28
  "name": "category",
29
29
  "baseName": "category",
30
- "type": "ExternalServiceCategoryApiResult"
30
+ "type": "ApiExternalServiceCategory"
31
31
  }
32
32
  ];
33
33
  //# sourceMappingURL=externalServiceMetadataApiResult.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"externalServiceMetadataApiResult.js","sourceRoot":"","sources":["../../src/model/externalServiceMetadataApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,gCAAgC;IA0CzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA5CL,4EA6CC;AA3BU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC"}
1
+ {"version":3,"file":"externalServiceMetadataApiResult.js","sourceRoot":"","sources":["../../src/model/externalServiceMetadataApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,gCAAgC;IA0CzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA5CL,4EA6CC;AA3BU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;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,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare class LabelPostModel {
1
+ export declare class LabelApiModel {
2
2
  'name': string;
3
3
  static discriminator: string | undefined;
4
4
  static attributeTypeMap: Array<{
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LabelApiModel = void 0;
4
+ class LabelApiModel {
5
+ static getAttributeTypeMap() {
6
+ return LabelApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.LabelApiModel = LabelApiModel;
10
+ LabelApiModel.discriminator = undefined;
11
+ LabelApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "name",
14
+ "baseName": "name",
15
+ "type": "string"
16
+ }
17
+ ];
18
+ //# sourceMappingURL=labelApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"labelApiModel.js","sourceRoot":"","sources":["../../src/model/labelApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,aAAa;IAetB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAjBL,sCAkBC;AAZU,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { LinkType } from './linkType';
2
+ export declare class LinkCreateApiModel {
3
+ 'title'?: string | null;
4
+ 'url': string;
5
+ 'description'?: string | null;
6
+ 'type'?: LinkType | null;
7
+ 'hasInfo': boolean;
8
+ static discriminator: string | undefined;
9
+ static attributeTypeMap: Array<{
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ }>;
14
+ static getAttributeTypeMap(): {
15
+ name: string;
16
+ baseName: string;
17
+ type: string;
18
+ }[];
19
+ }
20
+ export declare namespace LinkCreateApiModel {
21
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LinkCreateApiModel = void 0;
4
+ class LinkCreateApiModel {
5
+ static getAttributeTypeMap() {
6
+ return LinkCreateApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.LinkCreateApiModel = LinkCreateApiModel;
10
+ LinkCreateApiModel.discriminator = undefined;
11
+ LinkCreateApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "title",
14
+ "baseName": "title",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "url",
19
+ "baseName": "url",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "description",
24
+ "baseName": "description",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "type",
29
+ "baseName": "type",
30
+ "type": "LinkType"
31
+ },
32
+ {
33
+ "name": "hasInfo",
34
+ "baseName": "hasInfo",
35
+ "type": "boolean"
36
+ }
37
+ ];
38
+ //# sourceMappingURL=linkCreateApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkCreateApiModel.js","sourceRoot":"","sources":["../../src/model/linkCreateApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,kBAAkB;IAqD3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAvDL,gDAwDC;AAhCU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,UAAU;KACrB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { LinkType } from './linkType';
2
+ export declare class LinkUpdateApiModel {
3
+ 'id'?: string | null;
4
+ 'title'?: string | null;
5
+ 'url': string;
6
+ 'description'?: string | null;
7
+ 'type'?: LinkType | null;
8
+ 'hasInfo': boolean;
9
+ static discriminator: string | undefined;
10
+ static attributeTypeMap: Array<{
11
+ name: string;
12
+ baseName: string;
13
+ type: string;
14
+ }>;
15
+ static getAttributeTypeMap(): {
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ }[];
20
+ }
21
+ export declare namespace LinkUpdateApiModel {
22
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LinkUpdateApiModel = void 0;
4
+ class LinkUpdateApiModel {
5
+ static getAttributeTypeMap() {
6
+ return LinkUpdateApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.LinkUpdateApiModel = LinkUpdateApiModel;
10
+ LinkUpdateApiModel.discriminator = undefined;
11
+ LinkUpdateApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "title",
19
+ "baseName": "title",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "url",
24
+ "baseName": "url",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "description",
29
+ "baseName": "description",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "type",
34
+ "baseName": "type",
35
+ "type": "LinkType"
36
+ },
37
+ {
38
+ "name": "hasInfo",
39
+ "baseName": "hasInfo",
40
+ "type": "boolean"
41
+ }
42
+ ];
43
+ //# sourceMappingURL=linkUpdateApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkUpdateApiModel.js","sourceRoot":"","sources":["../../src/model/linkUpdateApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,kBAAkB;IA8D3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhEL,gDAiEC;AArCU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,UAAU;KACrB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -4,6 +4,7 @@ import localVarRequest from 'request';
4
4
  export * from './aIServiceModelApiResult';
5
5
  export * from './aIServiceModelApiResultReply';
6
6
  export * from './actionUpdate';
7
+ export * from './apiExternalServiceCategory';
7
8
  export * from './assignAttachmentApiModel';
8
9
  export * from './assignIterationApiModel';
9
10
  export * from './attachmentApiResult';
@@ -16,12 +17,13 @@ export * from './attachmentUpdateRequest';
16
17
  export * from './auditApiResult';
17
18
  export * from './autoTest';
18
19
  export * from './autoTestApiResult';
19
- export * from './autoTestAverageDurationModel';
20
+ export * from './autoTestAverageDurationApiResult';
20
21
  export * from './autoTestBulkDeleteApiModel';
21
22
  export * from './autoTestBulkDeleteApiResult';
22
23
  export * from './autoTestChangeViewModel';
23
24
  export * from './autoTestChangeViewModelArrayChangedFieldViewModel';
24
25
  export * from './autoTestClassCountApiModel';
26
+ export * from './autoTestCreateApiModel';
25
27
  export * from './autoTestExtractionApiModel';
26
28
  export * from './autoTestFilterApiModel';
27
29
  export * from './autoTestFilterModel';
@@ -29,14 +31,12 @@ export * from './autoTestFlakyBulkApiModel';
29
31
  export * from './autoTestIdModel';
30
32
  export * from './autoTestModel';
31
33
  export * from './autoTestModelV2GetModel';
34
+ export * from './autoTestNamespaceApiResult';
32
35
  export * from './autoTestNamespaceCountApiModel';
33
- export * from './autoTestNamespaceModel';
34
36
  export * from './autoTestNamespacesCountResponse';
35
37
  export * from './autoTestOutcome';
36
- export * from './autoTestPostModel';
37
38
  export * from './autoTestProjectSettingsApiModel';
38
39
  export * from './autoTestProjectSettingsApiResult';
39
- export * from './autoTestPutModel';
40
40
  export * from './autoTestResultHistoryApiResult';
41
41
  export * from './autoTestResultHistorySelectApiModel';
42
42
  export * from './autoTestResultReasonShort';
@@ -49,11 +49,14 @@ export * from './autoTestSelectApiModel';
49
49
  export * from './autoTestSelectModel';
50
50
  export * from './autoTestShortApiResult';
51
51
  export * from './autoTestStep';
52
+ export * from './autoTestStepApiModel';
52
53
  export * from './autoTestStepApiResult';
53
54
  export * from './autoTestStepModel';
54
55
  export * from './autoTestStepResult';
55
56
  export * from './autoTestStepResultUpdateRequest';
56
57
  export * from './autoTestStepResultsApiResult';
58
+ export * from './autoTestUpdateApiModel';
59
+ export * from './autoTestWorkItemIdentifierApiResult';
57
60
  export * from './autoTestsExtractionModel';
58
61
  export * from './autotestResultOutcome';
59
62
  export * from './autotestResultReasonFilterModel';
@@ -71,11 +74,14 @@ export * from './collectionFilter';
71
74
  export * from './collectionOperator';
72
75
  export * from './compositeFilter';
73
76
  export * from './configurationByParametersModel';
77
+ export * from './configurationExtractionApiModel';
74
78
  export * from './configurationExtractionModel';
79
+ export * from './configurationFilterApiModel';
75
80
  export * from './configurationFilterModel';
76
81
  export * from './configurationModel';
77
82
  export * from './configurationPostModel';
78
83
  export * from './configurationPutModel';
84
+ export * from './configurationSelectApiModel';
79
85
  export * from './configurationSelectModel';
80
86
  export * from './configurationShort';
81
87
  export * from './configurationShortApiResult';
@@ -98,9 +104,11 @@ export * from './createTestStatusApiModel';
98
104
  export * from './createWorkItemApiModel';
99
105
  export * from './createWorkItemPreviewsApiModel';
100
106
  export * from './createWorkflowApiModel';
107
+ export * from './customAttributeApiResult';
101
108
  export * from './customAttributeChangeModel';
102
109
  export * from './customAttributeGetModel';
103
110
  export * from './customAttributeModel';
111
+ export * from './customAttributeOptionApiResult';
104
112
  export * from './customAttributeOptionModel';
105
113
  export * from './customAttributeOptionPostModel';
106
114
  export * from './customAttributePostModel';
@@ -113,6 +121,7 @@ export * from './customAttributeTemplatePutModel';
113
121
  export * from './customAttributeTemplateSearchQueryModel';
114
122
  export * from './customAttributeTemplateValidationResult';
115
123
  export * from './customAttributeTestPlanProjectRelationPutModel';
124
+ export * from './customAttributeType';
116
125
  export * from './customAttributeTypesEnum';
117
126
  export * from './customAttributeValidationResult';
118
127
  export * from './dateTimeRangeSelectorModel';
@@ -138,7 +147,6 @@ export * from './externalIssueModel';
138
147
  export * from './externalIssuePriorityModel';
139
148
  export * from './externalIssueTypeModel';
140
149
  export * from './externalLinkModel';
141
- export * from './externalServiceCategoryApiResult';
142
150
  export * from './externalServiceMetadataApiResult';
143
151
  export * from './externalServicesMetadataApiResult';
144
152
  export * from './failureCategory';
@@ -178,13 +186,14 @@ export * from './int64RangeSelectorModel';
178
186
  export * from './iterationApiResult';
179
187
  export * from './iterationModel';
180
188
  export * from './label';
189
+ export * from './labelApiModel';
181
190
  export * from './labelApiResult';
182
- export * from './labelPostModel';
183
191
  export * from './labelShortModel';
184
192
  export * from './lastTestResultApiResult';
185
193
  export * from './lastTestResultModel';
186
194
  export * from './link';
187
195
  export * from './linkApiResult';
196
+ export * from './linkCreateApiModel';
188
197
  export * from './linkModel';
189
198
  export * from './linkPostModel';
190
199
  export * from './linkPutModel';
@@ -192,6 +201,7 @@ export * from './linkShort';
192
201
  export * from './linkShortApiResult';
193
202
  export * from './linkShortModel';
194
203
  export * from './linkType';
204
+ export * from './linkUpdateApiModel';
195
205
  export * from './listSortDirection';
196
206
  export * from './logicalOperator';
197
207
  export * from './manualRerunApiResult';
@@ -216,6 +226,7 @@ export * from './periodViewModelChangedFieldViewModel';
216
226
  export * from './previewsIssueLinkApiModel';
217
227
  export * from './previewsIssueLinkApiResult';
218
228
  export * from './problemDetails';
229
+ export * from './projectApiResult';
219
230
  export * from './projectAttributesFilterModel';
220
231
  export * from './projectCustomAttributeTemplateGetModel';
221
232
  export * from './projectCustomAttributesTemplatesFilterModel';
@@ -238,8 +249,6 @@ export * from './projectTestPlansFilterModel';
238
249
  export * from './projectType';
239
250
  export * from './projectTypeModel';
240
251
  export * from './projectsFilterModel';
241
- export * from './publicTestPointModel';
242
- export * from './publicTestRunModel';
243
252
  export * from './replaceProjectExternalServiceApiModel';
244
253
  export * from './requestType';
245
254
  export * from './requestTypeApiModel';
@@ -320,6 +329,7 @@ export * from './testPlanTestPointsSearchApiResult';
320
329
  export * from './testPlanTestPointsSearchStatusCountersApiResult';
321
330
  export * from './testPlanTestPointsSectionSearchApiResult';
322
331
  export * from './testPlanTestPointsSetTestersApiModel';
332
+ export * from './testPlanTestPointsStatusCodeGroupApiResult';
323
333
  export * from './testPlanTestPointsStatusGroupApiResult';
324
334
  export * from './testPlanTestPointsStatusTypeGroupApiResult';
325
335
  export * from './testPlanTestPointsTestSuiteSearchApiResult';
@@ -458,7 +468,6 @@ export * from './workItemGroupGetModel';
458
468
  export * from './workItemGroupModel';
459
469
  export * from './workItemGroupType';
460
470
  export * from './workItemIdApiModel';
461
- export * from './workItemIdentifierModel';
462
471
  export * from './workItemIndexApiResult';
463
472
  export * from './workItemLikeModel';
464
473
  export * from './workItemLinkChangeViewModel';