@sonatype/nexus-iq-api-client 0.184.2 → 0.184.3

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 (256) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/dist/apis/ComponentsApi.d.ts +5 -5
  4. package/dist/apis/ComponentsApi.js +1 -1
  5. package/dist/esm/apis/ComponentsApi.d.ts +5 -5
  6. package/dist/esm/apis/ComponentsApi.js +2 -2
  7. package/dist/esm/models/ApiComponentDTOV2.d.ts +1 -1
  8. package/dist/esm/models/GetSuggestedRemediationForComponent200Response.d.ts +33 -0
  9. package/dist/esm/models/GetSuggestedRemediationForComponent200Response.js +44 -0
  10. package/dist/esm/models/index.d.ts +1 -0
  11. package/dist/esm/models/index.js +1 -0
  12. package/dist/esm/runtime.d.ts +1 -0
  13. package/dist/esm/runtime.js +4 -0
  14. package/dist/models/ApiComponentDTOV2.d.ts +1 -1
  15. package/dist/models/GetSuggestedRemediationForComponent200Response.d.ts +33 -0
  16. package/dist/models/GetSuggestedRemediationForComponent200Response.js +51 -0
  17. package/dist/models/index.d.ts +1 -0
  18. package/dist/models/index.js +1 -0
  19. package/dist/runtime.d.ts +1 -0
  20. package/dist/runtime.js +5 -0
  21. package/package.json +2 -1
  22. package/src/apis/ComponentsApi.ts +8 -8
  23. package/src/models/Action.ts +4 -4
  24. package/src/models/ApiApplicationBaseDTO.ts +4 -4
  25. package/src/models/ApiApplicationCategoryDTO.ts +4 -4
  26. package/src/models/ApiApplicationDTO.ts +4 -4
  27. package/src/models/ApiApplicationEvaluationCommitDTO.ts +4 -4
  28. package/src/models/ApiApplicationEvaluationResultDTOV2.ts +4 -4
  29. package/src/models/ApiApplicationEvaluationStatusDTOV2.ts +4 -4
  30. package/src/models/ApiApplicationListDTO.ts +4 -4
  31. package/src/models/ApiApplicationReportDTOV2.ts +4 -4
  32. package/src/models/ApiApplicationTagDTO.ts +4 -4
  33. package/src/models/ApiApplicationViolationDTOV2.ts +4 -4
  34. package/src/models/ApiApplicationViolationListDTOV2.ts +4 -4
  35. package/src/models/ApiApplicationWaiverDTO.ts +4 -4
  36. package/src/models/ApiArtifactoryConnectionDTO.ts +4 -4
  37. package/src/models/ApiArtifactoryConnectionStatusRequestDTO.ts +4 -4
  38. package/src/models/ApiArtifactoryConnectionStatusResponseDTO.ts +4 -4
  39. package/src/models/ApiAutoPolicyWaiverDTO.ts +4 -4
  40. package/src/models/ApiAutoPolicyWaiverRevocationDTO.ts +4 -4
  41. package/src/models/ApiAutoPolicyWaiverStatusDTO.ts +4 -4
  42. package/src/models/ApiComponentChangeActionDTO.ts +4 -4
  43. package/src/models/ApiComponentDTOV2.ts +5 -5
  44. package/src/models/ApiComponentDetailsDTOV2.ts +4 -4
  45. package/src/models/ApiComponentDetailsRequestDTOV2.ts +4 -4
  46. package/src/models/ApiComponentDetailsResultDTOV2.ts +4 -4
  47. package/src/models/ApiComponentEvaluationRequestDTOV2.ts +4 -4
  48. package/src/models/ApiComponentEvaluationResultDTOV2.ts +4 -4
  49. package/src/models/ApiComponentEvaluationTicketDTOV2.ts +4 -4
  50. package/src/models/ApiComponentIdentifierDTOV2.ts +4 -4
  51. package/src/models/ApiComponentOrPurlIdentifierDTOV2.ts +4 -4
  52. package/src/models/ApiComponentPolicyViolationDTO.ts +4 -4
  53. package/src/models/ApiComponentPolicyViolationListDTOV2.ts +4 -4
  54. package/src/models/ApiComponentPolicyWaiversDTO.ts +4 -4
  55. package/src/models/ApiComponentProjectDataDTO.ts +4 -4
  56. package/src/models/ApiComponentProjectMetadataDTO.ts +4 -4
  57. package/src/models/ApiComponentProjectScmDTO.ts +4 -4
  58. package/src/models/ApiComponentProjectScmDetailsDTO.ts +4 -4
  59. package/src/models/ApiComponentProjectScmMetadataDTO.ts +4 -4
  60. package/src/models/ApiComponentReleasedFromQuarantineDTO.ts +4 -4
  61. package/src/models/ApiComponentRemediationDTO.ts +4 -4
  62. package/src/models/ApiComponentRemediationValueDTO.ts +4 -4
  63. package/src/models/ApiComponentTransitivePolicyViolationsDTO.ts +4 -4
  64. package/src/models/ApiComponentWaiversDTO.ts +4 -4
  65. package/src/models/ApiComponentsInQuarantineDTO.ts +4 -4
  66. package/src/models/ApiCompositeSourceControlDTO.ts +4 -4
  67. package/src/models/ApiCompositeValueDTOBoolean.ts +4 -4
  68. package/src/models/ApiCompositeValueDTOString.ts +4 -4
  69. package/src/models/ApiConditionFactReasonDTO.ts +4 -4
  70. package/src/models/ApiConstraintFactDTO.ts +4 -4
  71. package/src/models/ApiConstraintViolationDTO.ts +4 -4
  72. package/src/models/ApiConstraintViolationReasonDTO.ts +4 -4
  73. package/src/models/ApiCrossStageViolationDTOV2.ts +4 -4
  74. package/src/models/ApiCrowdConfigurationDTO.ts +4 -4
  75. package/src/models/ApiDataRetentionPoliciesDTO.ts +4 -4
  76. package/src/models/ApiDependencyDataDTO.ts +4 -4
  77. package/src/models/ApiDependencyTreeNodeDTO.ts +4 -4
  78. package/src/models/ApiDependencyTreeResponseDTO.ts +4 -4
  79. package/src/models/ApiEnhancedPolicyViolationDTOV2.ts +4 -4
  80. package/src/models/ApiEvaluationResultCounterDTO.ts +4 -4
  81. package/src/models/ApiFirewallMetricsResultDTO.ts +4 -4
  82. package/src/models/ApiFirewallQuarantineSummaryDTO.ts +4 -4
  83. package/src/models/ApiFirewallReleaseQuarantineConfigDTO.ts +4 -4
  84. package/src/models/ApiFirewallReleaseQuarantineSummaryDTO.ts +4 -4
  85. package/src/models/ApiGlobalInformationDTOV2.ts +4 -4
  86. package/src/models/ApiHashComponentIdentifierDTO.ts +4 -4
  87. package/src/models/ApiHashComponentIdentifiersDTO.ts +4 -4
  88. package/src/models/ApiJiraConfigurationDTO.ts +4 -4
  89. package/src/models/ApiLabelDTO.ts +4 -4
  90. package/src/models/ApiLicenseDTO.ts +4 -4
  91. package/src/models/ApiLicenseDataDTO.ts +4 -4
  92. package/src/models/ApiLicenseDataDTOV2.ts +4 -4
  93. package/src/models/ApiLicenseLegalApplicationReportDTO.ts +4 -4
  94. package/src/models/ApiLicenseLegalComponentDTO.ts +4 -4
  95. package/src/models/ApiLicenseLegalComponentReportDTO.ts +4 -4
  96. package/src/models/ApiLicenseLegalCopyrightDTO.ts +4 -4
  97. package/src/models/ApiLicenseLegalDataDTO.ts +4 -4
  98. package/src/models/ApiLicenseLegalFileDTO.ts +4 -4
  99. package/src/models/ApiLicenseLegalMetadataDTO.ts +4 -4
  100. package/src/models/ApiLicenseLegalObligationDTO.ts +4 -4
  101. package/src/models/ApiLicenseLegalStageScanDTO.ts +4 -4
  102. package/src/models/ApiLicenseThreatDTOV2.ts +4 -4
  103. package/src/models/ApiLicensedSolutionDTO.ts +4 -4
  104. package/src/models/ApiMailConfigurationDTO.ts +4 -4
  105. package/src/models/ApiMalwareComponentEvaluationRequest.ts +4 -4
  106. package/src/models/ApiMalwareComponentEvaluationRequestList.ts +4 -4
  107. package/src/models/ApiMatchStateSummaryDTOV2.ts +4 -4
  108. package/src/models/ApiMemberDTO.ts +4 -4
  109. package/src/models/ApiMetricsReportingQueryDTOV2.ts +4 -4
  110. package/src/models/ApiMoveApplicationResponseDTOV2.ts +4 -4
  111. package/src/models/ApiOrganizationDTO.ts +4 -4
  112. package/src/models/ApiOrganizationListDTO.ts +4 -4
  113. package/src/models/ApiOwnerArtifactoryConnectionDTO.ts +4 -4
  114. package/src/models/ApiOwnerDTO.ts +4 -4
  115. package/src/models/ApiPageResultPrioritizedComponent.ts +4 -4
  116. package/src/models/ApiPolicyDTO.ts +4 -4
  117. package/src/models/ApiPolicyListDTO.ts +4 -4
  118. package/src/models/ApiPolicyViolationDTOV2.ts +4 -4
  119. package/src/models/ApiPolicyViolationDiffDTO.ts +4 -4
  120. package/src/models/ApiPolicyViolationForDiffDTO.ts +4 -4
  121. package/src/models/ApiPolicyViolationStageDTO.ts +4 -4
  122. package/src/models/ApiPolicyWaiverDTO.ts +4 -4
  123. package/src/models/ApiPolicyWaiverReasonDTO.ts +4 -4
  124. package/src/models/ApiPolicyWaiversApplicableToViolationDTO.ts +4 -4
  125. package/src/models/ApiPromoteScanRequestDTOV2.ts +4 -4
  126. package/src/models/ApiProxyServerConfigurationDTO.ts +4 -4
  127. package/src/models/ApiPullRequestResult.ts +4 -4
  128. package/src/models/ApiPullRequestResults.ts +4 -4
  129. package/src/models/ApiReportComponentDTOV2.ts +4 -4
  130. package/src/models/ApiReportComponentPolicyViolationsDTOV2.ts +4 -4
  131. package/src/models/ApiReportConstraintConditionDTOV2.ts +4 -4
  132. package/src/models/ApiReportConstraintViolationDTOV2.ts +4 -4
  133. package/src/models/ApiReportHistoryDTO.ts +4 -4
  134. package/src/models/ApiReportPolicyDataDTOV2.ts +4 -4
  135. package/src/models/ApiReportPolicyViolationDTOV2.ts +4 -4
  136. package/src/models/ApiReportRawDataDTOV2.ts +4 -4
  137. package/src/models/ApiReportResultsDTO.ts +4 -4
  138. package/src/models/ApiReportRetentionPoliciesDTO.ts +4 -4
  139. package/src/models/ApiReportRetentionPolicyDTO.ts +4 -4
  140. package/src/models/ApiRepositoryComponentDTO.ts +4 -4
  141. package/src/models/ApiRepositoryComponentEvaluationRequest.ts +4 -4
  142. package/src/models/ApiRepositoryComponentEvaluationRequestList.ts +4 -4
  143. package/src/models/ApiRepositoryComponentEvaluationResult.ts +4 -4
  144. package/src/models/ApiRepositoryComponentEvaluationResultList.ts +4 -4
  145. package/src/models/ApiRepositoryComponentPath.ts +4 -4
  146. package/src/models/ApiRepositoryComponentPolicyViolationDTO.ts +4 -4
  147. package/src/models/ApiRepositoryComponentsInQuarantineDTO.ts +4 -4
  148. package/src/models/ApiRepositoryContainerDTO.ts +4 -4
  149. package/src/models/ApiRepositoryDTO.ts +4 -4
  150. package/src/models/ApiRepositoryListDTO.ts +4 -4
  151. package/src/models/ApiRepositoryManagerDTO.ts +4 -4
  152. package/src/models/ApiRepositoryManagerListDTO.ts +4 -4
  153. package/src/models/ApiRepositoryPathResponseDTO.ts +4 -4
  154. package/src/models/ApiRepositoryPathVersions.ts +4 -4
  155. package/src/models/ApiRepositoryWaiverDTO.ts +4 -4
  156. package/src/models/ApiRequestPolicyWaiverDTO.ts +4 -4
  157. package/src/models/ApiReverseProxyAuthenticationConfigurationDTO.ts +4 -4
  158. package/src/models/ApiRoleDTO.ts +4 -4
  159. package/src/models/ApiRoleListDTO.ts +4 -4
  160. package/src/models/ApiRoleMemberMappingDTO.ts +4 -4
  161. package/src/models/ApiRoleMemberMappingListDTO.ts +4 -4
  162. package/src/models/ApiSamlConfigurationDTO.ts +4 -4
  163. package/src/models/ApiSamlConfigurationResponseDTO.ts +4 -4
  164. package/src/models/ApiSbomStatusDTO.ts +4 -4
  165. package/src/models/ApiSearchCriteriaDTOV2.ts +4 -4
  166. package/src/models/ApiSearchResultDTOV2.ts +4 -4
  167. package/src/models/ApiSearchResultsDTOV2.ts +4 -4
  168. package/src/models/ApiSecurityDataDTO.ts +4 -4
  169. package/src/models/ApiSecurityIssueAnalysisDTO.ts +4 -4
  170. package/src/models/ApiSecurityIssueDTO.ts +4 -4
  171. package/src/models/ApiSecurityVulnerabilityOverrideDTOV2.ts +4 -4
  172. package/src/models/ApiSecurityVulnerabilityOverrideResponseDTOV2.ts +4 -4
  173. package/src/models/ApiSourceControlConfigurationDTO.ts +4 -4
  174. package/src/models/ApiSourceControlDTO.ts +4 -4
  175. package/src/models/ApiSourceControlEvaluationRequestDTO.ts +4 -4
  176. package/src/models/ApiStagePolicyViolationComponentDTO.ts +4 -4
  177. package/src/models/ApiStaleApplicationEvaluationDTO.ts +4 -4
  178. package/src/models/ApiStaleEvaluationStageDTO.ts +4 -4
  179. package/src/models/ApiStaleEvaluationsDTO.ts +4 -4
  180. package/src/models/ApiStaleRepositoryEvaluationDTO.ts +4 -4
  181. package/src/models/ApiStaleWaiverDTO.ts +4 -4
  182. package/src/models/ApiStaleWaiversResponseDTO.ts +4 -4
  183. package/src/models/ApiStatusDTO.ts +4 -4
  184. package/src/models/ApiSuccessMetricsRetentionPolicyDTO.ts +4 -4
  185. package/src/models/ApiSuggestedVersionChangeOptionDTO.ts +4 -4
  186. package/src/models/ApiTagDTO.ts +4 -4
  187. package/src/models/ApiThirdPartyScanResultDTO.ts +4 -4
  188. package/src/models/ApiThirdPartyScanTicketDTO.ts +4 -4
  189. package/src/models/ApiUserDTO.ts +4 -4
  190. package/src/models/ApiUserListDTO.ts +4 -4
  191. package/src/models/ApiUserTokenDTO.ts +4 -4
  192. package/src/models/ApiUserTokenExistsDTO.ts +4 -4
  193. package/src/models/ApiVersionChangeOptionDTO.ts +4 -4
  194. package/src/models/ApiWaivedPolicyViolationDTO.ts +4 -4
  195. package/src/models/ApiWaiverOptionsDTO.ts +4 -4
  196. package/src/models/ApplicableContext.ts +4 -4
  197. package/src/models/ApplicableLabels.ts +4 -4
  198. package/src/models/ApplicableTagsDTO.ts +4 -4
  199. package/src/models/ApplicationTag.ts +4 -4
  200. package/src/models/ApplicationTagsByOwnerDTO.ts +4 -4
  201. package/src/models/AppliedTagsDTO.ts +4 -4
  202. package/src/models/AttachmentText.ts +4 -4
  203. package/src/models/AttributionReportTemplateDTO.ts +4 -4
  204. package/src/models/ComponentDisplayName.ts +4 -4
  205. package/src/models/ComponentDisplayNamePart.ts +4 -4
  206. package/src/models/ComponentFact.ts +4 -4
  207. package/src/models/ComponentIdentifier.ts +4 -4
  208. package/src/models/ComponentLocator.ts +4 -4
  209. package/src/models/ComponentObligationAttributionDTO.ts +4 -4
  210. package/src/models/ConditionFact.ts +4 -4
  211. package/src/models/ConfigurationValidationResult.ts +4 -4
  212. package/src/models/ConstraintFact.ts +4 -4
  213. package/src/models/CweId.ts +4 -4
  214. package/src/models/DevelopmentPrioritizationResults.ts +4 -4
  215. package/src/models/FormDataContentDisposition.ts +4 -4
  216. package/src/models/GetSuggestedRemediationForComponent200Response.ts +74 -0
  217. package/src/models/GroupingByDTO.ts +4 -4
  218. package/src/models/IdeUsersOverviewDTO.ts +4 -4
  219. package/src/models/ImportSbomRequest.ts +4 -4
  220. package/src/models/InnerSourceData.ts +4 -4
  221. package/src/models/LabelsByOwner.ts +4 -4
  222. package/src/models/LegalSourceLinkDTO.ts +4 -4
  223. package/src/models/License.ts +4 -4
  224. package/src/models/LicenseObligationDTO.ts +4 -4
  225. package/src/models/LicenseThreatGroupDTO.ts +4 -4
  226. package/src/models/MalwareDefenseData.ts +4 -4
  227. package/src/models/MalwareDefenseResponseList.ts +4 -4
  228. package/src/models/PolicyAlert.ts +4 -4
  229. package/src/models/PolicyEvaluationResult.ts +4 -4
  230. package/src/models/PolicyFact.ts +4 -4
  231. package/src/models/PolicyOwner.ts +4 -4
  232. package/src/models/PolicyTag.ts +4 -4
  233. package/src/models/PrioritizedComponent.ts +4 -4
  234. package/src/models/ReferenceLink.ts +4 -4
  235. package/src/models/RootCause.ts +4 -4
  236. package/src/models/SBOMVulnerabilityAnalysisRequest.ts +4 -4
  237. package/src/models/SbomComponentDTO.ts +4 -4
  238. package/src/models/SbomComponentListDTO.ts +4 -4
  239. package/src/models/SearchResultDTO.ts +4 -4
  240. package/src/models/SearchResultItemDTO.ts +4 -4
  241. package/src/models/SecurityVulnerabilityCustomData.ts +4 -4
  242. package/src/models/SecurityVulnerabilityData.ts +4 -4
  243. package/src/models/SecurityVulnerabilitySeverity.ts +4 -4
  244. package/src/models/SecurityVulnerabilityWeakness.ts +4 -4
  245. package/src/models/StageData.ts +4 -4
  246. package/src/models/Swid.ts +4 -4
  247. package/src/models/SystemConfig.ts +4 -4
  248. package/src/models/TagsByOwnerDTO.ts +4 -4
  249. package/src/models/ThirdPartySbomMetadataSummaryDTO.ts +4 -4
  250. package/src/models/ThirdPartySbomMetadataSummaryListDTO.ts +4 -4
  251. package/src/models/TriggerReference.ts +4 -4
  252. package/src/models/ValidationResult.ts +4 -4
  253. package/src/models/VulnerabilityAnalysis.ts +4 -4
  254. package/src/models/VulnerabilitySource.ts +4 -4
  255. package/src/models/index.ts +1 -0
  256. package/src/runtime.ts +5 -0
@@ -119,11 +119,11 @@ export function ApiStagePolicyViolationComponentDTOFromJSONTyped(json: any, igno
119
119
  };
120
120
  }
121
121
 
122
- export function ApiStagePolicyViolationComponentDTOToJSON(json: any): ApiStagePolicyViolationComponentDTO {
123
- return ApiStagePolicyViolationComponentDTOToJSONTyped(json, false);
124
- }
122
+ export function ApiStagePolicyViolationComponentDTOToJSON(json: any): ApiStagePolicyViolationComponentDTO {
123
+ return ApiStagePolicyViolationComponentDTOToJSONTyped(json, false);
124
+ }
125
125
 
126
- export function ApiStagePolicyViolationComponentDTOToJSONTyped(value?: ApiStagePolicyViolationComponentDTO | null, ignoreDiscriminator: boolean = false): any {
126
+ export function ApiStagePolicyViolationComponentDTOToJSONTyped(value?: ApiStagePolicyViolationComponentDTO | null, ignoreDiscriminator: boolean = false): any {
127
127
  if (value == null) {
128
128
  return value;
129
129
  }
@@ -70,11 +70,11 @@ export function ApiStaleApplicationEvaluationDTOFromJSONTyped(json: any, ignoreD
70
70
  };
71
71
  }
72
72
 
73
- export function ApiStaleApplicationEvaluationDTOToJSON(json: any): ApiStaleApplicationEvaluationDTO {
74
- return ApiStaleApplicationEvaluationDTOToJSONTyped(json, false);
75
- }
73
+ export function ApiStaleApplicationEvaluationDTOToJSON(json: any): ApiStaleApplicationEvaluationDTO {
74
+ return ApiStaleApplicationEvaluationDTOToJSONTyped(json, false);
75
+ }
76
76
 
77
- export function ApiStaleApplicationEvaluationDTOToJSONTyped(value?: ApiStaleApplicationEvaluationDTO | null, ignoreDiscriminator: boolean = false): any {
77
+ export function ApiStaleApplicationEvaluationDTOToJSONTyped(value?: ApiStaleApplicationEvaluationDTO | null, ignoreDiscriminator: boolean = false): any {
78
78
  if (value == null) {
79
79
  return value;
80
80
  }
@@ -55,11 +55,11 @@ export function ApiStaleEvaluationStageDTOFromJSONTyped(json: any, ignoreDiscrim
55
55
  };
56
56
  }
57
57
 
58
- export function ApiStaleEvaluationStageDTOToJSON(json: any): ApiStaleEvaluationStageDTO {
59
- return ApiStaleEvaluationStageDTOToJSONTyped(json, false);
60
- }
58
+ export function ApiStaleEvaluationStageDTOToJSON(json: any): ApiStaleEvaluationStageDTO {
59
+ return ApiStaleEvaluationStageDTOToJSONTyped(json, false);
60
+ }
61
61
 
62
- export function ApiStaleEvaluationStageDTOToJSONTyped(value?: ApiStaleEvaluationStageDTO | null, ignoreDiscriminator: boolean = false): any {
62
+ export function ApiStaleEvaluationStageDTOToJSONTyped(value?: ApiStaleEvaluationStageDTO | null, ignoreDiscriminator: boolean = false): any {
63
63
  if (value == null) {
64
64
  return value;
65
65
  }
@@ -70,11 +70,11 @@ export function ApiStaleEvaluationsDTOFromJSONTyped(json: any, ignoreDiscriminat
70
70
  };
71
71
  }
72
72
 
73
- export function ApiStaleEvaluationsDTOToJSON(json: any): ApiStaleEvaluationsDTO {
74
- return ApiStaleEvaluationsDTOToJSONTyped(json, false);
75
- }
73
+ export function ApiStaleEvaluationsDTOToJSON(json: any): ApiStaleEvaluationsDTO {
74
+ return ApiStaleEvaluationsDTOToJSONTyped(json, false);
75
+ }
76
76
 
77
- export function ApiStaleEvaluationsDTOToJSONTyped(value?: ApiStaleEvaluationsDTO | null, ignoreDiscriminator: boolean = false): any {
77
+ export function ApiStaleEvaluationsDTOToJSONTyped(value?: ApiStaleEvaluationsDTO | null, ignoreDiscriminator: boolean = false): any {
78
78
  if (value == null) {
79
79
  return value;
80
80
  }
@@ -70,11 +70,11 @@ export function ApiStaleRepositoryEvaluationDTOFromJSONTyped(json: any, ignoreDi
70
70
  };
71
71
  }
72
72
 
73
- export function ApiStaleRepositoryEvaluationDTOToJSON(json: any): ApiStaleRepositoryEvaluationDTO {
74
- return ApiStaleRepositoryEvaluationDTOToJSONTyped(json, false);
75
- }
73
+ export function ApiStaleRepositoryEvaluationDTOToJSON(json: any): ApiStaleRepositoryEvaluationDTO {
74
+ return ApiStaleRepositoryEvaluationDTOToJSONTyped(json, false);
75
+ }
76
76
 
77
- export function ApiStaleRepositoryEvaluationDTOToJSONTyped(value?: ApiStaleRepositoryEvaluationDTO | null, ignoreDiscriminator: boolean = false): any {
77
+ export function ApiStaleRepositoryEvaluationDTOToJSONTyped(value?: ApiStaleRepositoryEvaluationDTO | null, ignoreDiscriminator: boolean = false): any {
78
78
  if (value == null) {
79
79
  return value;
80
80
  }
@@ -147,11 +147,11 @@ export function ApiStaleWaiverDTOFromJSONTyped(json: any, ignoreDiscriminator: b
147
147
  };
148
148
  }
149
149
 
150
- export function ApiStaleWaiverDTOToJSON(json: any): ApiStaleWaiverDTO {
151
- return ApiStaleWaiverDTOToJSONTyped(json, false);
152
- }
150
+ export function ApiStaleWaiverDTOToJSON(json: any): ApiStaleWaiverDTO {
151
+ return ApiStaleWaiverDTOToJSONTyped(json, false);
152
+ }
153
153
 
154
- export function ApiStaleWaiverDTOToJSONTyped(value?: ApiStaleWaiverDTO | null, ignoreDiscriminator: boolean = false): any {
154
+ export function ApiStaleWaiverDTOToJSONTyped(value?: ApiStaleWaiverDTO | null, ignoreDiscriminator: boolean = false): any {
155
155
  if (value == null) {
156
156
  return value;
157
157
  }
@@ -56,11 +56,11 @@ export function ApiStaleWaiversResponseDTOFromJSONTyped(json: any, ignoreDiscrim
56
56
  };
57
57
  }
58
58
 
59
- export function ApiStaleWaiversResponseDTOToJSON(json: any): ApiStaleWaiversResponseDTO {
60
- return ApiStaleWaiversResponseDTOToJSONTyped(json, false);
61
- }
59
+ export function ApiStaleWaiversResponseDTOToJSON(json: any): ApiStaleWaiversResponseDTO {
60
+ return ApiStaleWaiversResponseDTOToJSONTyped(json, false);
61
+ }
62
62
 
63
- export function ApiStaleWaiversResponseDTOToJSONTyped(value?: ApiStaleWaiversResponseDTO | null, ignoreDiscriminator: boolean = false): any {
63
+ export function ApiStaleWaiversResponseDTOToJSONTyped(value?: ApiStaleWaiversResponseDTO | null, ignoreDiscriminator: boolean = false): any {
64
64
  if (value == null) {
65
65
  return value;
66
66
  }
@@ -55,11 +55,11 @@ export function ApiStatusDTOFromJSONTyped(json: any, ignoreDiscriminator: boolea
55
55
  };
56
56
  }
57
57
 
58
- export function ApiStatusDTOToJSON(json: any): ApiStatusDTO {
59
- return ApiStatusDTOToJSONTyped(json, false);
60
- }
58
+ export function ApiStatusDTOToJSON(json: any): ApiStatusDTO {
59
+ return ApiStatusDTOToJSONTyped(json, false);
60
+ }
61
61
 
62
- export function ApiStatusDTOToJSONTyped(value?: ApiStatusDTO | null, ignoreDiscriminator: boolean = false): any {
62
+ export function ApiStatusDTOToJSONTyped(value?: ApiStatusDTO | null, ignoreDiscriminator: boolean = false): any {
63
63
  if (value == null) {
64
64
  return value;
65
65
  }
@@ -62,11 +62,11 @@ export function ApiSuccessMetricsRetentionPolicyDTOFromJSONTyped(json: any, igno
62
62
  };
63
63
  }
64
64
 
65
- export function ApiSuccessMetricsRetentionPolicyDTOToJSON(json: any): ApiSuccessMetricsRetentionPolicyDTO {
66
- return ApiSuccessMetricsRetentionPolicyDTOToJSONTyped(json, false);
67
- }
65
+ export function ApiSuccessMetricsRetentionPolicyDTOToJSON(json: any): ApiSuccessMetricsRetentionPolicyDTO {
66
+ return ApiSuccessMetricsRetentionPolicyDTOToJSONTyped(json, false);
67
+ }
68
68
 
69
- export function ApiSuccessMetricsRetentionPolicyDTOToJSONTyped(value?: ApiSuccessMetricsRetentionPolicyDTO | null, ignoreDiscriminator: boolean = false): any {
69
+ export function ApiSuccessMetricsRetentionPolicyDTOToJSONTyped(value?: ApiSuccessMetricsRetentionPolicyDTO | null, ignoreDiscriminator: boolean = false): any {
70
70
  if (value == null) {
71
71
  return value;
72
72
  }
@@ -99,11 +99,11 @@ export function ApiSuggestedVersionChangeOptionDTOFromJSONTyped(json: any, ignor
99
99
  };
100
100
  }
101
101
 
102
- export function ApiSuggestedVersionChangeOptionDTOToJSON(json: any): ApiSuggestedVersionChangeOptionDTO {
103
- return ApiSuggestedVersionChangeOptionDTOToJSONTyped(json, false);
104
- }
102
+ export function ApiSuggestedVersionChangeOptionDTOToJSON(json: any): ApiSuggestedVersionChangeOptionDTO {
103
+ return ApiSuggestedVersionChangeOptionDTOToJSONTyped(json, false);
104
+ }
105
105
 
106
- export function ApiSuggestedVersionChangeOptionDTOToJSONTyped(value?: ApiSuggestedVersionChangeOptionDTO | null, ignoreDiscriminator: boolean = false): any {
106
+ export function ApiSuggestedVersionChangeOptionDTOToJSONTyped(value?: ApiSuggestedVersionChangeOptionDTO | null, ignoreDiscriminator: boolean = false): any {
107
107
  if (value == null) {
108
108
  return value;
109
109
  }
@@ -94,11 +94,11 @@ export function ApiTagDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean):
94
94
  };
95
95
  }
96
96
 
97
- export function ApiTagDTOToJSON(json: any): ApiTagDTO {
98
- return ApiTagDTOToJSONTyped(json, false);
99
- }
97
+ export function ApiTagDTOToJSON(json: any): ApiTagDTO {
98
+ return ApiTagDTOToJSONTyped(json, false);
99
+ }
100
100
 
101
- export function ApiTagDTOToJSONTyped(value?: ApiTagDTO | null, ignoreDiscriminator: boolean = false): any {
101
+ export function ApiTagDTOToJSONTyped(value?: ApiTagDTO | null, ignoreDiscriminator: boolean = false): any {
102
102
  if (value == null) {
103
103
  return value;
104
104
  }
@@ -126,11 +126,11 @@ export function ApiThirdPartyScanResultDTOFromJSONTyped(json: any, ignoreDiscrim
126
126
  };
127
127
  }
128
128
 
129
- export function ApiThirdPartyScanResultDTOToJSON(json: any): ApiThirdPartyScanResultDTO {
130
- return ApiThirdPartyScanResultDTOToJSONTyped(json, false);
131
- }
129
+ export function ApiThirdPartyScanResultDTOToJSON(json: any): ApiThirdPartyScanResultDTO {
130
+ return ApiThirdPartyScanResultDTOToJSONTyped(json, false);
131
+ }
132
132
 
133
- export function ApiThirdPartyScanResultDTOToJSONTyped(value?: ApiThirdPartyScanResultDTO | null, ignoreDiscriminator: boolean = false): any {
133
+ export function ApiThirdPartyScanResultDTOToJSONTyped(value?: ApiThirdPartyScanResultDTO | null, ignoreDiscriminator: boolean = false): any {
134
134
  if (value == null) {
135
135
  return value;
136
136
  }
@@ -48,11 +48,11 @@ export function ApiThirdPartyScanTicketDTOFromJSONTyped(json: any, ignoreDiscrim
48
48
  };
49
49
  }
50
50
 
51
- export function ApiThirdPartyScanTicketDTOToJSON(json: any): ApiThirdPartyScanTicketDTO {
52
- return ApiThirdPartyScanTicketDTOToJSONTyped(json, false);
53
- }
51
+ export function ApiThirdPartyScanTicketDTOToJSON(json: any): ApiThirdPartyScanTicketDTO {
52
+ return ApiThirdPartyScanTicketDTOToJSONTyped(json, false);
53
+ }
54
54
 
55
- export function ApiThirdPartyScanTicketDTOToJSONTyped(value?: ApiThirdPartyScanTicketDTO | null, ignoreDiscriminator: boolean = false): any {
55
+ export function ApiThirdPartyScanTicketDTOToJSONTyped(value?: ApiThirdPartyScanTicketDTO | null, ignoreDiscriminator: boolean = false): any {
56
56
  if (value == null) {
57
57
  return value;
58
58
  }
@@ -83,11 +83,11 @@ export function ApiUserDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean)
83
83
  };
84
84
  }
85
85
 
86
- export function ApiUserDTOToJSON(json: any): ApiUserDTO {
87
- return ApiUserDTOToJSONTyped(json, false);
88
- }
86
+ export function ApiUserDTOToJSON(json: any): ApiUserDTO {
87
+ return ApiUserDTOToJSONTyped(json, false);
88
+ }
89
89
 
90
- export function ApiUserDTOToJSONTyped(value?: ApiUserDTO | null, ignoreDiscriminator: boolean = false): any {
90
+ export function ApiUserDTOToJSONTyped(value?: ApiUserDTO | null, ignoreDiscriminator: boolean = false): any {
91
91
  if (value == null) {
92
92
  return value;
93
93
  }
@@ -56,11 +56,11 @@ export function ApiUserListDTOFromJSONTyped(json: any, ignoreDiscriminator: bool
56
56
  };
57
57
  }
58
58
 
59
- export function ApiUserListDTOToJSON(json: any): ApiUserListDTO {
60
- return ApiUserListDTOToJSONTyped(json, false);
61
- }
59
+ export function ApiUserListDTOToJSON(json: any): ApiUserListDTO {
60
+ return ApiUserListDTOToJSONTyped(json, false);
61
+ }
62
62
 
63
- export function ApiUserListDTOToJSONTyped(value?: ApiUserListDTO | null, ignoreDiscriminator: boolean = false): any {
63
+ export function ApiUserListDTOToJSONTyped(value?: ApiUserListDTO | null, ignoreDiscriminator: boolean = false): any {
64
64
  if (value == null) {
65
65
  return value;
66
66
  }
@@ -69,11 +69,11 @@ export function ApiUserTokenDTOFromJSONTyped(json: any, ignoreDiscriminator: boo
69
69
  };
70
70
  }
71
71
 
72
- export function ApiUserTokenDTOToJSON(json: any): ApiUserTokenDTO {
73
- return ApiUserTokenDTOToJSONTyped(json, false);
74
- }
72
+ export function ApiUserTokenDTOToJSON(json: any): ApiUserTokenDTO {
73
+ return ApiUserTokenDTOToJSONTyped(json, false);
74
+ }
75
75
 
76
- export function ApiUserTokenDTOToJSONTyped(value?: ApiUserTokenDTO | null, ignoreDiscriminator: boolean = false): any {
76
+ export function ApiUserTokenDTOToJSONTyped(value?: ApiUserTokenDTO | null, ignoreDiscriminator: boolean = false): any {
77
77
  if (value == null) {
78
78
  return value;
79
79
  }
@@ -48,11 +48,11 @@ export function ApiUserTokenExistsDTOFromJSONTyped(json: any, ignoreDiscriminato
48
48
  };
49
49
  }
50
50
 
51
- export function ApiUserTokenExistsDTOToJSON(json: any): ApiUserTokenExistsDTO {
52
- return ApiUserTokenExistsDTOToJSONTyped(json, false);
53
- }
51
+ export function ApiUserTokenExistsDTOToJSON(json: any): ApiUserTokenExistsDTO {
52
+ return ApiUserTokenExistsDTOToJSONTyped(json, false);
53
+ }
54
54
 
55
- export function ApiUserTokenExistsDTOToJSONTyped(value?: ApiUserTokenExistsDTO | null, ignoreDiscriminator: boolean = false): any {
55
+ export function ApiUserTokenExistsDTOToJSONTyped(value?: ApiUserTokenExistsDTO | null, ignoreDiscriminator: boolean = false): any {
56
56
  if (value == null) {
57
57
  return value;
58
58
  }
@@ -92,11 +92,11 @@ export function ApiVersionChangeOptionDTOFromJSONTyped(json: any, ignoreDiscrimi
92
92
  };
93
93
  }
94
94
 
95
- export function ApiVersionChangeOptionDTOToJSON(json: any): ApiVersionChangeOptionDTO {
96
- return ApiVersionChangeOptionDTOToJSONTyped(json, false);
97
- }
95
+ export function ApiVersionChangeOptionDTOToJSON(json: any): ApiVersionChangeOptionDTO {
96
+ return ApiVersionChangeOptionDTOToJSONTyped(json, false);
97
+ }
98
98
 
99
- export function ApiVersionChangeOptionDTOToJSONTyped(value?: ApiVersionChangeOptionDTO | null, ignoreDiscriminator: boolean = false): any {
99
+ export function ApiVersionChangeOptionDTOToJSONTyped(value?: ApiVersionChangeOptionDTO | null, ignoreDiscriminator: boolean = false): any {
100
100
  if (value == null) {
101
101
  return value;
102
102
  }
@@ -98,11 +98,11 @@ export function ApiWaivedPolicyViolationDTOFromJSONTyped(json: any, ignoreDiscri
98
98
  };
99
99
  }
100
100
 
101
- export function ApiWaivedPolicyViolationDTOToJSON(json: any): ApiWaivedPolicyViolationDTO {
102
- return ApiWaivedPolicyViolationDTOToJSONTyped(json, false);
103
- }
101
+ export function ApiWaivedPolicyViolationDTOToJSON(json: any): ApiWaivedPolicyViolationDTO {
102
+ return ApiWaivedPolicyViolationDTOToJSONTyped(json, false);
103
+ }
104
104
 
105
- export function ApiWaivedPolicyViolationDTOToJSONTyped(value?: ApiWaivedPolicyViolationDTO | null, ignoreDiscriminator: boolean = false): any {
105
+ export function ApiWaivedPolicyViolationDTOToJSONTyped(value?: ApiWaivedPolicyViolationDTO | null, ignoreDiscriminator: boolean = false): any {
106
106
  if (value == null) {
107
107
  return value;
108
108
  }
@@ -89,11 +89,11 @@ export function ApiWaiverOptionsDTOFromJSONTyped(json: any, ignoreDiscriminator:
89
89
  };
90
90
  }
91
91
 
92
- export function ApiWaiverOptionsDTOToJSON(json: any): ApiWaiverOptionsDTO {
93
- return ApiWaiverOptionsDTOToJSONTyped(json, false);
94
- }
92
+ export function ApiWaiverOptionsDTOToJSON(json: any): ApiWaiverOptionsDTO {
93
+ return ApiWaiverOptionsDTOToJSONTyped(json, false);
94
+ }
95
95
 
96
- export function ApiWaiverOptionsDTOToJSONTyped(value?: ApiWaiverOptionsDTO | null, ignoreDiscriminator: boolean = false): any {
96
+ export function ApiWaiverOptionsDTOToJSONTyped(value?: ApiWaiverOptionsDTO | null, ignoreDiscriminator: boolean = false): any {
97
97
  if (value == null) {
98
98
  return value;
99
99
  }
@@ -84,11 +84,11 @@ export function ApplicableContextFromJSONTyped(json: any, ignoreDiscriminator: b
84
84
  };
85
85
  }
86
86
 
87
- export function ApplicableContextToJSON(json: any): ApplicableContext {
88
- return ApplicableContextToJSONTyped(json, false);
89
- }
87
+ export function ApplicableContextToJSON(json: any): ApplicableContext {
88
+ return ApplicableContextToJSONTyped(json, false);
89
+ }
90
90
 
91
- export function ApplicableContextToJSONTyped(value?: ApplicableContext | null, ignoreDiscriminator: boolean = false): any {
91
+ export function ApplicableContextToJSONTyped(value?: ApplicableContext | null, ignoreDiscriminator: boolean = false): any {
92
92
  if (value == null) {
93
93
  return value;
94
94
  }
@@ -56,11 +56,11 @@ export function ApplicableLabelsFromJSONTyped(json: any, ignoreDiscriminator: bo
56
56
  };
57
57
  }
58
58
 
59
- export function ApplicableLabelsToJSON(json: any): ApplicableLabels {
60
- return ApplicableLabelsToJSONTyped(json, false);
61
- }
59
+ export function ApplicableLabelsToJSON(json: any): ApplicableLabels {
60
+ return ApplicableLabelsToJSONTyped(json, false);
61
+ }
62
62
 
63
- export function ApplicableLabelsToJSONTyped(value?: ApplicableLabels | null, ignoreDiscriminator: boolean = false): any {
63
+ export function ApplicableLabelsToJSONTyped(value?: ApplicableLabels | null, ignoreDiscriminator: boolean = false): any {
64
64
  if (value == null) {
65
65
  return value;
66
66
  }
@@ -56,11 +56,11 @@ export function ApplicableTagsDTOFromJSONTyped(json: any, ignoreDiscriminator: b
56
56
  };
57
57
  }
58
58
 
59
- export function ApplicableTagsDTOToJSON(json: any): ApplicableTagsDTO {
60
- return ApplicableTagsDTOToJSONTyped(json, false);
61
- }
59
+ export function ApplicableTagsDTOToJSON(json: any): ApplicableTagsDTO {
60
+ return ApplicableTagsDTOToJSONTyped(json, false);
61
+ }
62
62
 
63
- export function ApplicableTagsDTOToJSONTyped(value?: ApplicableTagsDTO | null, ignoreDiscriminator: boolean = false): any {
63
+ export function ApplicableTagsDTOToJSONTyped(value?: ApplicableTagsDTO | null, ignoreDiscriminator: boolean = false): any {
64
64
  if (value == null) {
65
65
  return value;
66
66
  }
@@ -62,11 +62,11 @@ export function ApplicationTagFromJSONTyped(json: any, ignoreDiscriminator: bool
62
62
  };
63
63
  }
64
64
 
65
- export function ApplicationTagToJSON(json: any): ApplicationTag {
66
- return ApplicationTagToJSONTyped(json, false);
67
- }
65
+ export function ApplicationTagToJSON(json: any): ApplicationTag {
66
+ return ApplicationTagToJSONTyped(json, false);
67
+ }
68
68
 
69
- export function ApplicationTagToJSONTyped(value?: ApplicationTag | null, ignoreDiscriminator: boolean = false): any {
69
+ export function ApplicationTagToJSONTyped(value?: ApplicationTag | null, ignoreDiscriminator: boolean = false): any {
70
70
  if (value == null) {
71
71
  return value;
72
72
  }
@@ -92,11 +92,11 @@ export function ApplicationTagsByOwnerDTOFromJSONTyped(json: any, ignoreDiscrimi
92
92
  };
93
93
  }
94
94
 
95
- export function ApplicationTagsByOwnerDTOToJSON(json: any): ApplicationTagsByOwnerDTO {
96
- return ApplicationTagsByOwnerDTOToJSONTyped(json, false);
97
- }
95
+ export function ApplicationTagsByOwnerDTOToJSON(json: any): ApplicationTagsByOwnerDTO {
96
+ return ApplicationTagsByOwnerDTOToJSONTyped(json, false);
97
+ }
98
98
 
99
- export function ApplicationTagsByOwnerDTOToJSONTyped(value?: ApplicationTagsByOwnerDTO | null, ignoreDiscriminator: boolean = false): any {
99
+ export function ApplicationTagsByOwnerDTOToJSONTyped(value?: ApplicationTagsByOwnerDTO | null, ignoreDiscriminator: boolean = false): any {
100
100
  if (value == null) {
101
101
  return value;
102
102
  }
@@ -56,11 +56,11 @@ export function AppliedTagsDTOFromJSONTyped(json: any, ignoreDiscriminator: bool
56
56
  };
57
57
  }
58
58
 
59
- export function AppliedTagsDTOToJSON(json: any): AppliedTagsDTO {
60
- return AppliedTagsDTOToJSONTyped(json, false);
61
- }
59
+ export function AppliedTagsDTOToJSON(json: any): AppliedTagsDTO {
60
+ return AppliedTagsDTOToJSONTyped(json, false);
61
+ }
62
62
 
63
- export function AppliedTagsDTOToJSONTyped(value?: AppliedTagsDTO | null, ignoreDiscriminator: boolean = false): any {
63
+ export function AppliedTagsDTOToJSONTyped(value?: AppliedTagsDTO | null, ignoreDiscriminator: boolean = false): any {
64
64
  if (value == null) {
65
65
  return value;
66
66
  }
@@ -62,11 +62,11 @@ export function AttachmentTextFromJSONTyped(json: any, ignoreDiscriminator: bool
62
62
  };
63
63
  }
64
64
 
65
- export function AttachmentTextToJSON(json: any): AttachmentText {
66
- return AttachmentTextToJSONTyped(json, false);
67
- }
65
+ export function AttachmentTextToJSON(json: any): AttachmentText {
66
+ return AttachmentTextToJSONTyped(json, false);
67
+ }
68
68
 
69
- export function AttachmentTextToJSONTyped(value?: AttachmentText | null, ignoreDiscriminator: boolean = false): any {
69
+ export function AttachmentTextToJSONTyped(value?: AttachmentText | null, ignoreDiscriminator: boolean = false): any {
70
70
  if (value == null) {
71
71
  return value;
72
72
  }
@@ -118,11 +118,11 @@ export function AttributionReportTemplateDTOFromJSONTyped(json: any, ignoreDiscr
118
118
  };
119
119
  }
120
120
 
121
- export function AttributionReportTemplateDTOToJSON(json: any): AttributionReportTemplateDTO {
122
- return AttributionReportTemplateDTOToJSONTyped(json, false);
123
- }
121
+ export function AttributionReportTemplateDTOToJSON(json: any): AttributionReportTemplateDTO {
122
+ return AttributionReportTemplateDTOToJSONTyped(json, false);
123
+ }
124
124
 
125
- export function AttributionReportTemplateDTOToJSONTyped(value?: AttributionReportTemplateDTO | null, ignoreDiscriminator: boolean = false): any {
125
+ export function AttributionReportTemplateDTOToJSONTyped(value?: AttributionReportTemplateDTO | null, ignoreDiscriminator: boolean = false): any {
126
126
  if (value == null) {
127
127
  return value;
128
128
  }
@@ -63,11 +63,11 @@ export function ComponentDisplayNameFromJSONTyped(json: any, ignoreDiscriminator
63
63
  };
64
64
  }
65
65
 
66
- export function ComponentDisplayNameToJSON(json: any): ComponentDisplayName {
67
- return ComponentDisplayNameToJSONTyped(json, false);
68
- }
66
+ export function ComponentDisplayNameToJSON(json: any): ComponentDisplayName {
67
+ return ComponentDisplayNameToJSONTyped(json, false);
68
+ }
69
69
 
70
- export function ComponentDisplayNameToJSONTyped(value?: ComponentDisplayName | null, ignoreDiscriminator: boolean = false): any {
70
+ export function ComponentDisplayNameToJSONTyped(value?: ComponentDisplayName | null, ignoreDiscriminator: boolean = false): any {
71
71
  if (value == null) {
72
72
  return value;
73
73
  }
@@ -55,11 +55,11 @@ export function ComponentDisplayNamePartFromJSONTyped(json: any, ignoreDiscrimin
55
55
  };
56
56
  }
57
57
 
58
- export function ComponentDisplayNamePartToJSON(json: any): ComponentDisplayNamePart {
59
- return ComponentDisplayNamePartToJSONTyped(json, false);
60
- }
58
+ export function ComponentDisplayNamePartToJSON(json: any): ComponentDisplayNamePart {
59
+ return ComponentDisplayNamePartToJSONTyped(json, false);
60
+ }
61
61
 
62
- export function ComponentDisplayNamePartToJSONTyped(value?: ComponentDisplayNamePart | null, ignoreDiscriminator: boolean = false): any {
62
+ export function ComponentDisplayNamePartToJSONTyped(value?: ComponentDisplayNamePart | null, ignoreDiscriminator: boolean = false): any {
63
63
  if (value == null) {
64
64
  return value;
65
65
  }
@@ -98,11 +98,11 @@ export function ComponentFactFromJSONTyped(json: any, ignoreDiscriminator: boole
98
98
  };
99
99
  }
100
100
 
101
- export function ComponentFactToJSON(json: any): ComponentFact {
102
- return ComponentFactToJSONTyped(json, false);
103
- }
101
+ export function ComponentFactToJSON(json: any): ComponentFact {
102
+ return ComponentFactToJSONTyped(json, false);
103
+ }
104
104
 
105
- export function ComponentFactToJSONTyped(value?: ComponentFact | null, ignoreDiscriminator: boolean = false): any {
105
+ export function ComponentFactToJSONTyped(value?: ComponentFact | null, ignoreDiscriminator: boolean = false): any {
106
106
  if (value == null) {
107
107
  return value;
108
108
  }
@@ -55,11 +55,11 @@ export function ComponentIdentifierFromJSONTyped(json: any, ignoreDiscriminator:
55
55
  };
56
56
  }
57
57
 
58
- export function ComponentIdentifierToJSON(json: any): ComponentIdentifier {
59
- return ComponentIdentifierToJSONTyped(json, false);
60
- }
58
+ export function ComponentIdentifierToJSON(json: any): ComponentIdentifier {
59
+ return ComponentIdentifierToJSONTyped(json, false);
60
+ }
61
61
 
62
- export function ComponentIdentifierToJSONTyped(value?: ComponentIdentifier | null, ignoreDiscriminator: boolean = false): any {
62
+ export function ComponentIdentifierToJSONTyped(value?: ComponentIdentifier | null, ignoreDiscriminator: boolean = false): any {
63
63
  if (value == null) {
64
64
  return value;
65
65
  }
@@ -55,11 +55,11 @@ export function ComponentLocatorFromJSONTyped(json: any, ignoreDiscriminator: bo
55
55
  };
56
56
  }
57
57
 
58
- export function ComponentLocatorToJSON(json: any): ComponentLocator {
59
- return ComponentLocatorToJSONTyped(json, false);
60
- }
58
+ export function ComponentLocatorToJSON(json: any): ComponentLocator {
59
+ return ComponentLocatorToJSONTyped(json, false);
60
+ }
61
61
 
62
- export function ComponentLocatorToJSONTyped(value?: ComponentLocator | null, ignoreDiscriminator: boolean = false): any {
62
+ export function ComponentLocatorToJSONTyped(value?: ComponentLocator | null, ignoreDiscriminator: boolean = false): any {
63
63
  if (value == null) {
64
64
  return value;
65
65
  }
@@ -105,11 +105,11 @@ export function ComponentObligationAttributionDTOFromJSONTyped(json: any, ignore
105
105
  };
106
106
  }
107
107
 
108
- export function ComponentObligationAttributionDTOToJSON(json: any): ComponentObligationAttributionDTO {
109
- return ComponentObligationAttributionDTOToJSONTyped(json, false);
110
- }
108
+ export function ComponentObligationAttributionDTOToJSON(json: any): ComponentObligationAttributionDTO {
109
+ return ComponentObligationAttributionDTOToJSONTyped(json, false);
110
+ }
111
111
 
112
- export function ComponentObligationAttributionDTOToJSONTyped(value?: ComponentObligationAttributionDTO | null, ignoreDiscriminator: boolean = false): any {
112
+ export function ComponentObligationAttributionDTOToJSONTyped(value?: ComponentObligationAttributionDTO | null, ignoreDiscriminator: boolean = false): any {
113
113
  if (value == null) {
114
114
  return value;
115
115
  }
@@ -91,11 +91,11 @@ export function ConditionFactFromJSONTyped(json: any, ignoreDiscriminator: boole
91
91
  };
92
92
  }
93
93
 
94
- export function ConditionFactToJSON(json: any): ConditionFact {
95
- return ConditionFactToJSONTyped(json, false);
96
- }
94
+ export function ConditionFactToJSON(json: any): ConditionFact {
95
+ return ConditionFactToJSONTyped(json, false);
96
+ }
97
97
 
98
- export function ConditionFactToJSONTyped(value?: ConditionFact | null, ignoreDiscriminator: boolean = false): any {
98
+ export function ConditionFactToJSONTyped(value?: ConditionFact | null, ignoreDiscriminator: boolean = false): any {
99
99
  if (value == null) {
100
100
  return value;
101
101
  }
@@ -84,11 +84,11 @@ export function ConfigurationValidationResultFromJSONTyped(json: any, ignoreDisc
84
84
  };
85
85
  }
86
86
 
87
- export function ConfigurationValidationResultToJSON(json: any): ConfigurationValidationResult {
88
- return ConfigurationValidationResultToJSONTyped(json, false);
89
- }
87
+ export function ConfigurationValidationResultToJSON(json: any): ConfigurationValidationResult {
88
+ return ConfigurationValidationResultToJSONTyped(json, false);
89
+ }
90
90
 
91
- export function ConfigurationValidationResultToJSONTyped(value?: ConfigurationValidationResult | null, ignoreDiscriminator: boolean = false): any {
91
+ export function ConfigurationValidationResultToJSONTyped(value?: ConfigurationValidationResult | null, ignoreDiscriminator: boolean = false): any {
92
92
  if (value == null) {
93
93
  return value;
94
94
  }
@@ -77,11 +77,11 @@ export function ConstraintFactFromJSONTyped(json: any, ignoreDiscriminator: bool
77
77
  };
78
78
  }
79
79
 
80
- export function ConstraintFactToJSON(json: any): ConstraintFact {
81
- return ConstraintFactToJSONTyped(json, false);
82
- }
80
+ export function ConstraintFactToJSON(json: any): ConstraintFact {
81
+ return ConstraintFactToJSONTyped(json, false);
82
+ }
83
83
 
84
- export function ConstraintFactToJSONTyped(value?: ConstraintFact | null, ignoreDiscriminator: boolean = false): any {
84
+ export function ConstraintFactToJSONTyped(value?: ConstraintFact | null, ignoreDiscriminator: boolean = false): any {
85
85
  if (value == null) {
86
86
  return value;
87
87
  }