CheckmarxPythonSDK 1.4.7__tar.gz → 1.4.9__tar.gz

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 (651) hide show
  1. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +1 -6
  2. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/__init__.py +2 -0
  3. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +15 -10
  4. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +14 -40
  5. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +2 -2
  6. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +2 -2
  7. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +2 -1
  8. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +2 -5
  9. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/customStateAPI.py +3 -1
  10. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +3 -3
  11. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Application.py +6 -15
  12. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +32 -0
  13. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +1 -1
  14. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +1 -1
  15. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +17 -0
  16. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +13 -0
  17. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/BflTree.py +31 -0
  18. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +1 -1
  19. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +1 -1
  20. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Category.py +24 -0
  21. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +33 -0
  22. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +33 -0
  23. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Client.py +1 -1
  24. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +3 -3
  25. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +10 -10
  26. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +1 -1
  27. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +1 -1
  28. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +20 -0
  29. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +13 -0
  30. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +20 -0
  31. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +1 -1
  32. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +1 -1
  33. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +1 -1
  34. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Contributors.py +21 -0
  35. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +43 -0
  36. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Credentials.py +23 -0
  37. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +16 -0
  38. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +16 -0
  39. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +30 -0
  40. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +42 -0
  41. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +1 -1
  42. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +44 -0
  43. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +3 -4
  44. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Error.py +16 -0
  45. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +18 -0
  46. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +1 -1
  47. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +14 -0
  48. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Git.py +34 -0
  49. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Group.py +14 -0
  50. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +1 -1
  51. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +1 -1
  52. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +23 -0
  53. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +30 -0
  54. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +26 -0
  55. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +22 -0
  56. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +48 -0
  57. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +1 -1
  58. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +3 -1
  59. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +20 -0
  60. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/LogItem.py +32 -0
  61. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Metadata.py +18 -0
  62. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +39 -0
  63. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +23 -0
  64. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +4 -2
  65. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +2 -2
  66. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +4 -2
  67. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +4 -2
  68. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +20 -0
  69. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Predicate.py +30 -0
  70. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +23 -0
  71. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +33 -0
  72. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +36 -0
  73. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Preset.py +30 -0
  74. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +24 -0
  75. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +35 -0
  76. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Project.py +5 -5
  77. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +20 -0
  78. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +53 -0
  79. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +1 -1
  80. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +2 -2
  81. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +40 -0
  82. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +1 -1
  83. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Property.py +20 -0
  84. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Queries.py +24 -0
  85. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +23 -0
  86. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +22 -0
  87. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Query.py +44 -0
  88. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +14 -0
  89. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +11 -0
  90. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +39 -0
  91. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +23 -0
  92. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +38 -0
  93. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +19 -0
  94. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +23 -0
  95. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +14 -0
  96. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +19 -0
  97. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +26 -0
  98. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +16 -0
  99. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +15 -0
  100. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +14 -0
  101. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Resource.py +1 -1
  102. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Result.py +64 -0
  103. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +43 -0
  104. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +53 -0
  105. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +18 -0
  106. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +41 -0
  107. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +24 -0
  108. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/RichProject.py +70 -0
  109. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Role.py +1 -1
  110. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Rule.py +26 -0
  111. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +22 -0
  112. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +41 -0
  113. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +55 -0
  114. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SastResult.py +86 -0
  115. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SastScan.py +39 -0
  116. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +14 -0
  117. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +37 -0
  118. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +43 -0
  119. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +52 -0
  120. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Scan.py +74 -0
  121. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +25 -0
  122. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +26 -0
  123. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +54 -0
  124. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +27 -0
  125. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +35 -0
  126. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +55 -0
  127. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Scanner.py +27 -0
  128. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +27 -0
  129. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Scm.py +31 -0
  130. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +22 -0
  131. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +43 -0
  132. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Session.py +31 -0
  133. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +22 -0
  134. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +16 -0
  135. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Sessions.py +18 -0
  136. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +20 -0
  137. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +20 -0
  138. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +20 -0
  139. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +20 -0
  140. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +20 -0
  141. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +22 -0
  142. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +16 -0
  143. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +29 -0
  144. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +20 -0
  145. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +24 -0
  146. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +45 -0
  147. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +23 -0
  148. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +1 -1
  149. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Tree.py +30 -0
  150. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +1 -1
  151. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +1 -1
  152. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/Upload.py +24 -0
  153. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/User.py +3 -3
  154. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +2 -2
  155. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +3 -3
  156. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/WebError.py +16 -0
  157. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +22 -0
  158. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/__init__.py +90 -90
  159. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/flagsAPI.py +1 -5
  160. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +1 -1
  161. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/projectsAPI.py +5 -33
  162. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +3 -6
  163. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +31 -70
  164. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +3 -24
  165. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +6 -21
  166. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +10 -37
  167. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +19 -78
  168. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +10 -41
  169. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +1 -1
  170. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +1 -1
  171. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +12 -2
  172. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +8 -69
  173. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +10 -49
  174. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +3 -20
  175. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/scansAPI.py +8 -54
  176. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +2 -2
  177. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/__version__.py +1 -0
  178. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/api_client.py +21 -8
  179. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
  180. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/PKG-INFO +1 -1
  181. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -57
  182. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -12
  183. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -14
  184. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -19
  185. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -20
  186. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -26
  187. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -41
  188. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -12
  189. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -9
  190. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -15
  191. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -16
  192. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -36
  193. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -28
  194. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -10
  195. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -11
  196. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -34
  197. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -49
  198. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -44
  199. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -8
  200. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -12
  201. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -8
  202. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -49
  203. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -7
  204. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -20
  205. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -23
  206. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -23
  207. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -19
  208. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -40
  209. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -15
  210. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -30
  211. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -8
  212. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -26
  213. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -17
  214. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -15
  215. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -22
  216. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -15
  217. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -26
  218. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -27
  219. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -22
  220. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -17
  221. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -33
  222. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -16
  223. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -74
  224. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -56
  225. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -16
  226. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -21
  227. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -17
  228. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -13
  229. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -34
  230. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -8
  231. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -12
  232. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -39
  233. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -17
  234. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -35
  235. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -21
  236. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -17
  237. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -8
  238. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -12
  239. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -19
  240. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -12
  241. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -10
  242. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -8
  243. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -50
  244. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -48
  245. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -43
  246. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -11
  247. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -28
  248. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -16
  249. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -90
  250. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -21
  251. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -40
  252. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -52
  253. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -47
  254. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -111
  255. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -31
  256. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -8
  257. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -33
  258. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -34
  259. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -42
  260. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -78
  261. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -28
  262. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -23
  263. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -54
  264. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -18
  265. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -48
  266. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -64
  267. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -31
  268. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -17
  269. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -27
  270. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -25
  271. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -56
  272. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -21
  273. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -26
  274. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -9
  275. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -11
  276. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -15
  277. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -15
  278. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -15
  279. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -15
  280. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -15
  281. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -13
  282. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -22
  283. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -32
  284. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -15
  285. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -17
  286. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -43
  287. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -17
  288. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -19
  289. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -37
  290. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -9
  291. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -25
  292. checkmarxpythonsdk-1.4.7/CheckmarxPythonSDK/__version__.py +0 -1
  293. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
  294. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
  295. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
  296. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
  297. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
  298. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
  299. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
  300. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
  301. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
  302. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
  303. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
  304. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
  305. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
  306. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
  307. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
  308. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
  309. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
  310. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
  311. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
  312. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
  313. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
  314. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
  315. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
  316. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
  317. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
  318. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
  319. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
  320. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
  321. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
  322. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
  323. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
  324. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
  325. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
  326. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
  327. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
  328. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +0 -0
  329. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
  330. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
  331. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
  332. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
  333. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
  334. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
  335. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
  336. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
  337. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
  338. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
  339. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
  340. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
  341. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
  342. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
  343. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
  344. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
  345. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
  346. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
  347. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
  348. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
  349. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
  350. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
  351. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
  352. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
  353. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
  354. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
  355. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
  356. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
  357. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
  358. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
  359. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
  360. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
  361. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
  362. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
  363. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
  364. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
  365. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
  366. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
  367. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
  368. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
  369. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
  370. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
  371. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
  372. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
  373. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
  374. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
  375. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
  376. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
  377. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
  378. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
  379. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
  380. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
  381. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
  382. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
  383. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
  384. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
  385. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
  386. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
  387. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
  388. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
  389. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
  390. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
  391. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
  392. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
  393. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
  394. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
  395. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
  396. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
  397. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
  398. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
  399. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
  400. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
  401. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
  402. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
  403. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
  404. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
  405. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
  406. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
  407. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
  408. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
  409. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
  410. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
  411. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
  412. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/config.py +0 -0
  413. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
  414. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
  415. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
  416. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
  417. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
  418. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
  419. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
  420. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
  421. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
  422. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
  423. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
  424. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
  425. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
  426. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
  427. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
  428. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
  429. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
  430. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
  431. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
  432. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
  433. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
  434. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
  435. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
  436. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
  437. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
  438. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
  439. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
  440. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
  441. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
  442. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
  443. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
  444. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
  445. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
  446. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
  447. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
  448. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
  449. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
  450. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
  451. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
  452. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
  453. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
  454. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
  455. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
  456. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
  457. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
  458. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
  459. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
  460. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
  461. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
  462. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
  463. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
  464. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
  465. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
  466. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
  467. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
  468. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
  469. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
  470. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
  471. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
  472. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
  473. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
  474. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
  475. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
  476. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
  477. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
  478. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
  479. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
  480. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
  481. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
  482. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
  483. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
  484. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
  485. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
  486. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
  487. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
  488. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
  489. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
  490. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
  491. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
  492. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
  493. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
  494. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
  495. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
  496. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
  497. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
  498. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
  499. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
  500. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
  501. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
  502. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
  503. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
  504. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
  505. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
  506. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
  507. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
  508. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
  509. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
  510. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
  511. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
  512. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
  513. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
  514. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
  515. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
  516. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
  517. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
  518. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
  519. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
  520. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
  521. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
  522. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
  523. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
  524. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
  525. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
  526. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
  527. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
  528. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
  529. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
  530. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
  531. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
  532. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
  533. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
  534. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
  535. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
  536. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
  537. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
  538. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
  539. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
  540. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
  541. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
  542. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
  543. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
  544. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
  545. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
  546. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
  547. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
  548. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
  549. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
  550. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
  551. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
  552. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
  553. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
  554. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
  555. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
  556. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
  557. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
  558. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
  559. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
  560. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
  561. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
  562. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
  563. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
  564. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
  565. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
  566. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
  567. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
  568. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
  569. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
  570. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
  571. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
  572. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
  573. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
  574. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
  575. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
  576. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
  577. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
  578. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
  579. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
  580. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
  581. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
  582. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
  583. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
  584. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
  585. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
  586. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
  587. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
  588. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
  589. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
  590. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
  591. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
  592. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
  593. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
  594. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
  595. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
  596. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
  597. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
  598. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
  599. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
  600. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
  601. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
  602. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
  603. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
  604. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
  605. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
  606. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
  607. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
  608. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
  609. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/__init__.py +0 -0
  610. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/configuration.py +0 -0
  611. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/__init__.py +0 -0
  612. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
  613. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
  614. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
  615. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
  616. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
  617. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
  618. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
  619. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
  620. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
  621. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
  622. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
  623. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
  624. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
  625. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
  626. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
  627. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
  628. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
  629. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
  630. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
  631. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
  632. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
  633. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
  634. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
  635. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
  636. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
  637. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
  638. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
  639. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
  640. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
  641. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/utilities/compat.py +0 -0
  642. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
  643. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
  644. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
  645. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
  646. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
  647. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/LICENSE +0 -0
  648. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/README.md +0 -0
  649. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/setup.cfg +0 -0
  650. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/setup.py +0 -0
  651. {checkmarxpythonsdk-1.4.7 → checkmarxpythonsdk-1.4.9}/tests/test_sample.py +0 -0
@@ -55,14 +55,9 @@ class AccessControl:
55
55
  Returns:
56
56
  list[User]
57
57
  """
58
- result = []
59
58
  relative_url = self.sast_ac + "/AssignableUsers"
60
59
  response = self.api_client.get_request(relative_url=relative_url, is_iam=self.is_iam)
61
- if response.status_code == OK:
62
- result = [
63
- construct_user(item) for item in response.json()
64
- ]
65
- return result
60
+ return [construct_user(item) for item in response.json() or []]
66
61
 
67
62
  def get_all_authentication_providers(self) -> List[AuthenticationProvider]:
68
63
  """
@@ -289,7 +289,9 @@ from .sastResultsPredicatesAPI import (
289
289
  get_all_predicates_for_similarity_id,
290
290
  get_latest_predicates_for_similarity_id,
291
291
  predicate_severity_and_state_by_similarity_id_and_project_id,
292
+ update_predicate_comment_by_predicate_id,
292
293
  recalculate_summary_counters,
294
+ delete_a_predicate_history,
293
295
  )
294
296
  from .sastResultsSummaryAPI import (
295
297
  SastResultsSummaryAPI,
@@ -114,7 +114,7 @@ class AccessManagementAPI(object):
114
114
  AssignmentsForResource
115
115
  """
116
116
  relative_url = f"{api_url}/resource-assignments"
117
- params = {"resource-ids": ",".join(resource_ids)}
117
+ params = {"resource-ids": ",".join(resource_ids) if resource_ids else None}
118
118
  response = self.api_client.get_request(relative_url=relative_url, params=params)
119
119
  return construct_assignments_for_resource(response.json())
120
120
 
@@ -164,7 +164,8 @@ class AccessManagementAPI(object):
164
164
  Assignment
165
165
  """
166
166
  relative_url = f"{api_url}/entities-for"
167
- params = {"resource-id": resource_id, "resource-type": resource_type, "entity-types": ",".join(entity_types)}
167
+ params = {"resource-id": resource_id, "resource-type": resource_type,
168
+ "entity-types": ",".join(entity_types) if entity_types else None}
168
169
  response = self.api_client.get_request(relative_url=relative_url, params=params)
169
170
  return construct_assignment(response.json())
170
171
 
@@ -190,7 +191,8 @@ class AccessManagementAPI(object):
190
191
  """
191
192
  relative_url = f"{api_url}/entities-for/extended"
192
193
  params = {
193
- "resource-id": resource_id, "resource-type": resource_type, "entity-types": ",".join(entity_types),
194
+ "resource-id": resource_id, "resource-type": resource_type,
195
+ "entity-types": ",".join(entity_types) if entity_types else None,
194
196
  "sort-by": sort_by, "order": order, "limit": limit, "offset": offset, "search": search
195
197
  }
196
198
  response = self.api_client.get_request(relative_url=relative_url, params=params)
@@ -209,7 +211,7 @@ class AccessManagementAPI(object):
209
211
  List[Assignment]
210
212
  """
211
213
  relative_url = f"{api_url}/resources-for"
212
- params = {"entity-id": entity_id, "resource-types": ",".join(resource_types)}
214
+ params = {"entity-id": entity_id, "resource-types": ",".join(resource_types) if resource_types else None}
213
215
  response = self.api_client.get_request(relative_url=relative_url, params=params)
214
216
  return [construct_assignment(assignment) for assignment in response.json()]
215
217
 
@@ -246,7 +248,7 @@ class AccessManagementAPI(object):
246
248
  bool
247
249
  """
248
250
  relative_url = f"{api_url}/has-access-to-groups"
249
- params = {"group-ids": ",".join(group_ids), "project-id": project_id}
251
+ params = {"group-ids": ",".join(group_ids) if group_ids else None, "project-id": project_id}
250
252
  response = self.api_client.get_request(relative_url=relative_url, params=params)
251
253
  return response.status_code == OK
252
254
 
@@ -269,7 +271,7 @@ class AccessManagementAPI(object):
269
271
  ResourcesResponse
270
272
  """
271
273
  relative_url = f"{api_url}/get-resources"
272
- params = {"resource-types": ",".join(resource_types), "action": action}
274
+ params = {"resource-types": ",".join(resource_types) if resource_types else None, "action": action}
273
275
  response = self.api_client.get_request(relative_url=relative_url, params=params)
274
276
  return construct_resources_response(response.json())
275
277
 
@@ -304,7 +306,8 @@ class AccessManagementAPI(object):
304
306
  """Get a list of users with the resources assigned to each user."""
305
307
  relative_url = f"{api_url}/users-resources"
306
308
  params = {
307
- "search": search, "base-roles": ",".join(base_roles), "username": ",".join(usernames),
309
+ "search": search, "base-roles": ",".join(base_roles) if base_roles else None,
310
+ "username": ",".join(usernames) if usernames else None,
308
311
  "empty-assignments": empty_assignments, "no-groups": no_groups, "created-from": created_from,
309
312
  "created-to": created_to, "sort-by": sort_by, "order": order, "limit": limit, "offset": offset
310
313
  }
@@ -342,7 +345,8 @@ class AccessManagementAPI(object):
342
345
  """
343
346
  relative_url = f"{api_url}/clients-resources"
344
347
  params = {
345
- "search": search, "base-roles": base_roles, "client-id": ",".join(client_ids),
348
+ "search": search, "base-roles": ",".join(base_roles) if base_roles else None,
349
+ "client-id": ",".join(client_ids) if client_ids else None,
346
350
  "empty-assignments": empty_assignments, "sort-by": sort_by, "order": order,
347
351
  "limit": limit, "offset": offset, "no-groups": no_groups, "created-from": created_from,
348
352
  "created-to": created_to
@@ -381,7 +385,8 @@ class AccessManagementAPI(object):
381
385
  """
382
386
  relative_url = f"{api_url}/groups-resources"
383
387
  params = {
384
- "search": search, "base-roles": base_roles, "name": ",".join(names), "empty-assignments": empty_assignments,
388
+ "search": search, "base-roles": ",".join(base_roles) if base_roles else None,
389
+ "name": ",".join(names) if names else None, "empty-assignments": empty_assignments,
385
390
  "no-members": no_members, "sort-by": sort_by, "created-from": created_from, "created-to": created_to,
386
391
  "order": order, "limit": limit, "offset": offset
387
392
  }
@@ -504,7 +509,7 @@ class AccessManagementAPI(object):
504
509
  return construct_groups_response(response.json())
505
510
 
506
511
  def retrieve_groups(
507
- self, limit: int = None, offset: int = None, search: str = None, ids: List[str] = None
512
+ self, limit: int = None, offset: int = None, search: str = None, ids: List[str] = ()
508
513
  ) -> List[Group]:
509
514
  """
510
515
  Get info about user groups in the tenant account
@@ -2,11 +2,11 @@
2
2
  from CheckmarxPythonSDK.utilities.compat import NO_CONTENT, CREATED
3
3
  from .utilities import type_check
4
4
  from .dto import (
5
- Application, construct_application_rules, construct_application,
5
+ Application, construct_application,
6
6
  ApplicationInput,
7
- ApplicationsCollection,
8
- CreatedApplication,
9
- Rule,
7
+ ApplicationsCollection, construct_applications_collection,
8
+ CreatedApplication, construct_created_application,
9
+ Rule, construct_rule,
10
10
  RuleInput,
11
11
  )
12
12
  from CheckmarxPythonSDK.api_client import ApiClient
@@ -36,16 +36,7 @@ class ApplicationsAPI(object):
36
36
  relative_url = api_url
37
37
  response = self.api_client.post_request(relative_url=relative_url, json=application_input.to_dict())
38
38
  item = response.json()
39
- return CreatedApplication(
40
- application_id=item.get("id"),
41
- name=item.get("name"),
42
- description=item.get("description"),
43
- criticality=item.get("criticality"),
44
- rules=construct_application_rules(item.get("rules")),
45
- tags=item.get("tags"),
46
- created_at=item.get("createdAt"),
47
- updated_at=item.get("updatedAt")
48
- )
39
+ return construct_created_application(item)
49
40
 
50
41
  def get_a_list_of_applications(
51
42
  self, offset: int = 0, limit: int = 20, name: str = None, tags_keys: List[str] = None,
@@ -70,14 +61,8 @@ class ApplicationsAPI(object):
70
61
  relative_url = api_url
71
62
  params = {"offset": offset, "limit": limit, "name": name, "tags-keys": tags_keys, "tags-values": tags_values}
72
63
  response = self.api_client.get_request(relative_url=relative_url, params=params)
73
- app_collection = response.json()
74
- return ApplicationsCollection(
75
- total_count=app_collection.get("totalCount"),
76
- filtered_total_count=app_collection.get("filteredTotalCount"),
77
- applications=[
78
- construct_application(app) for app in app_collection.get("applications")
79
- ]
80
- )
64
+ item = response.json()
65
+ return construct_applications_collection(item)
81
66
 
82
67
  def get_application_id_by_name(self, name: str) -> str:
83
68
  """
@@ -93,7 +78,7 @@ class ApplicationsAPI(object):
93
78
  app_collection = self.get_a_list_of_applications(name=name)
94
79
  applications = app_collection.applications
95
80
  if applications:
96
- application_id = applications[0].application_id
81
+ application_id = applications[0].id
97
82
  return application_id
98
83
 
99
84
  def get_all_application_tags(self) -> dict:
@@ -174,12 +159,8 @@ class ApplicationsAPI(object):
174
159
  relative_url = api_url + "/{id}/project-rules".format(id=application_id)
175
160
  type_check(rule_input, RuleInput)
176
161
  response = self.api_client.post_request(relative_url=relative_url, json=rule_input.to_dict())
177
- rule = response.json()
178
- return Rule(
179
- rule_id=rule.get("id"),
180
- rule_type=rule.get("type"),
181
- value=rule.get("value")
182
- )
162
+ item = response.json()
163
+ return construct_rule(item)
183
164
 
184
165
  def get_a_list_of_rules_for_a_specific_application(self, application_id: str) -> List[Rule]:
185
166
  """
@@ -194,7 +175,7 @@ class ApplicationsAPI(object):
194
175
  relative_url = api_url + "/{id}/project-rules".format(id=application_id)
195
176
  response = self.api_client.get_request(relative_url=relative_url)
196
177
  rules = response.json()
197
- return construct_application_rules(rules)
178
+ return [construct_rule(rule) for rule in rules or []]
198
179
 
199
180
  def get_an_application_rule(self, application_id: str, rule_id: str) -> Rule:
200
181
  """
@@ -212,12 +193,8 @@ class ApplicationsAPI(object):
212
193
  id=application_id, rule_id=rule_id
213
194
  )
214
195
  response = self.api_client.get_request(relative_url=relative_url)
215
- rule = response.json()
216
- return Rule(
217
- rule_id=rule.get("id"),
218
- rule_type=rule.get("type"),
219
- value=rule.get("value")
220
- )
196
+ item = response.json()
197
+ return construct_rule(item)
221
198
 
222
199
  def update_an_application_rule(self, application_id: str, rule_id: str, rule_input: RuleInput) -> bool:
223
200
  """
@@ -233,14 +210,11 @@ class ApplicationsAPI(object):
233
210
  type_check(application_id, str)
234
211
  type_check(rule_id, str)
235
212
  type_check(rule_input, RuleInput)
236
- is_successful = False
237
213
  relative_url = api_url + "/{id}/project-rules/{rule_id}".format(
238
214
  id=application_id, rule_id=rule_id
239
215
  )
240
216
  response = self.api_client.put_request(relative_url=relative_url, json=rule_input.to_dict())
241
- if response.status_code in (NO_CONTENT, CREATED):
242
- is_successful = True
243
- return is_successful
217
+ return response.status_code in (NO_CONTENT, CREATED)
244
218
 
245
219
  def delete_an_application_rule(self, application_id: str, rule_id: str) -> bool:
246
220
  """
@@ -4,7 +4,7 @@ from CheckmarxPythonSDK.utilities.compat import NO_CONTENT
4
4
  from .utilities import type_check
5
5
  from .dto import (
6
6
  ImportRequest,
7
- ImportResults,
7
+ ImportResults, construct_import_results,
8
8
  TriageRequest,
9
9
  TriageResponse, construct_triage_response,
10
10
  )
@@ -33,7 +33,7 @@ class ByorResultsHandlerAPI(object):
33
33
  relative_url = api_url + "/imports"
34
34
  response = self.api_client.post_request(relative_url=relative_url, json=import_request.to_dict())
35
35
  item = response.json()
36
- return ImportResults(import_id=item.get("importId"))
36
+ return construct_import_results(item)
37
37
 
38
38
  def save_triage(self, triage_request: TriageRequest) -> bool:
39
39
  """
@@ -5,7 +5,7 @@ from CheckmarxPythonSDK.utilities.compat import NO_CONTENT
5
5
  from .utilities import type_check
6
6
  from .dto import (
7
7
  ImportRequest,
8
- ImportResults,
8
+ ImportResults, construct_import_results,
9
9
  ByorJob, construct_byor_job,
10
10
  ByorJobPatchRequest,
11
11
  )
@@ -34,7 +34,7 @@ class ByorResultsHandlerV2API(object):
34
34
  relative_url = api_url + "/imports"
35
35
  response = self.api_client.post_request(relative_url=relative_url, json=import_request.to_dict())
36
36
  item = response.json()
37
- return ImportResults(import_id=item.get("importId"))
37
+ return construct_import_results(item)
38
38
 
39
39
  def get_job_by_id(self, job_id: str) -> ByorJob:
40
40
  """
@@ -210,7 +210,8 @@ class CloudInsightsServiceAPI(object):
210
210
  relative_url = api_url + f"/accounts/{account_id}/resources"
211
211
  params = {
212
212
  "image-name": image_name, "image-short-name": image_short_name, "public-exposed": public_exposed,
213
- "search": search, "cluster-name": ",".join(cluster_names), "asset-type": ",".join(asset_types),
213
+ "search": search, "cluster-name": ",".join(cluster_names) if cluster_names else None,
214
+ "asset-type": ",".join(asset_types) if asset_types else None,
214
215
  "resource-type": resource_type,
215
216
  "offset": offset, "limit": limit, "order-column": order_column, "order-direction": order_direction,
216
217
  }
@@ -1,7 +1,7 @@
1
1
  from CheckmarxPythonSDK.api_client import ApiClient
2
2
  from CheckmarxPythonSDK.CxOne.config import construct_configuration
3
3
  from .dto import (
4
- Contributors,
4
+ Contributors, construct_contributors,
5
5
  ContributorInsights, construct_contributor_insights,
6
6
  ContributorUnfamiliarProjects, construct_contributor_unfamiliar_projects,
7
7
 
@@ -27,10 +27,7 @@ class ContributorsAPI(object):
27
27
  relative_url = api_url
28
28
  response = self.api_client.get_request(relative_url=relative_url)
29
29
  item = response.json()
30
- return Contributors(
31
- allowed_contributors=item.get("allowedContributors"),
32
- current_contributors=item.get("currentContributors")
33
- )
30
+ return construct_contributors(item)
34
31
 
35
32
  def get_contributors_details_for_current_tenant_exported_in_csv(self) -> bytes:
36
33
  """
@@ -43,7 +43,9 @@ class CustomStateAPI(object):
43
43
  params = {"include-deleted": include_deleted}
44
44
  response = self.api_client.get_request(relative_url=relative_url, params=params)
45
45
  item = response.json()
46
- return [construct_custom_state(custom_state) for custom_state in item]
46
+ return [
47
+ construct_custom_state(custom_state) for custom_state in item or []
48
+ ]
47
49
 
48
50
  def create_a_custom_state(self, name: str) -> Response:
49
51
  response = self.api_client.post_request(relative_url=api_url, json={"name": name})
@@ -4,9 +4,9 @@ from typing import List
4
4
 
5
5
  @dataclass
6
6
  class AddAssignmentRoles:
7
- entity_id: str
8
- resource_id: str
9
- entity_roles: List[str]
7
+ entity_id: str = None
8
+ resource_id: str = None
9
+ entity_roles: List[str] = None
10
10
 
11
11
  def to_dict(self):
12
12
  return {
@@ -1,11 +1,11 @@
1
1
  from dataclasses import dataclass
2
2
  from typing import List
3
- from .Rule import Rule
3
+ from .Rule import Rule, construct_rule
4
4
 
5
5
 
6
6
  @dataclass
7
7
  class Application:
8
- application_id: str = None
8
+ id: str = None
9
9
  name: str = None
10
10
  description: str = None
11
11
  criticality: int = None
@@ -16,24 +16,15 @@ class Application:
16
16
  tags: dict = None
17
17
 
18
18
 
19
- def construct_application_rules(rules) -> List[Rule]:
20
- rules = rules or []
21
- return [
22
- Rule(
23
- rule_id=rule.get("id"),
24
- rule_type=rule.get("type"),
25
- value=rule.get("value")
26
- ) for rule in rules
27
- ]
28
-
29
-
30
19
  def construct_application(item):
31
20
  return Application(
32
- application_id=item.get("id"),
21
+ id=item.get("id"),
33
22
  name=item.get("name"),
34
23
  description=item.get("description"),
35
24
  criticality=item.get("criticality"),
36
- rules=construct_application_rules(item.get("rules")),
25
+ rules=[
26
+ construct_rule(rule) for rule in item.get("rules", [])
27
+ ],
37
28
  project_ids=item.get("projectIds"),
38
29
  created_at=item.get("createdAt"),
39
30
  updated_at=item.get("updatedAt"),
@@ -0,0 +1,32 @@
1
+ from dataclasses import dataclass
2
+ from typing import List
3
+ from .RuleInput import RuleInput
4
+
5
+
6
+ @dataclass
7
+ class ApplicationInput:
8
+ name: str
9
+ description: str = None
10
+ criticality: int = 3
11
+ rules: List[RuleInput] = None
12
+ tags: dict = None
13
+
14
+ def to_dict(self):
15
+ data = {
16
+ "name": self.name
17
+ }
18
+ if self.description:
19
+ data.update({"description": self.description})
20
+ if self.criticality:
21
+ data.update({"criticality": self.criticality})
22
+ if self.rules:
23
+ data.update({"rules": [
24
+ {
25
+ "type": rule.type,
26
+ "value": rule.value,
27
+ } for rule in self.rules
28
+ ]
29
+ })
30
+ if self.tags:
31
+ data.update({"tags": self.tags})
32
+ return data
@@ -15,6 +15,6 @@ def construct_applications_collection(item):
15
15
  total_count=item.get("totalCount"),
16
16
  filtered_total_count=item.get("filteredTotalCount"),
17
17
  applications=[
18
- construct_application(application) for application in item.get("applications")
18
+ construct_application(application) for application in item.get("applications", [])
19
19
  ]
20
20
  )
@@ -18,6 +18,6 @@ def construct_assignments_for_resource(item) -> AssignmentsForResource:
18
18
  return AssignmentsForResource(
19
19
  resource_id=item.get("resourceID"),
20
20
  assignments=[
21
- construct_assignment(assignment) for assignment in item.get("assignments")
21
+ construct_assignment(assignment) for assignment in item.get("assignments", [])
22
22
  ]
23
23
  )
@@ -0,0 +1,17 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class AsyncRequestResponse:
6
+ id: str = None
7
+
8
+ def to_dict(self):
9
+ return {
10
+ "id": self.id
11
+ }
12
+
13
+
14
+ def construct_async_request_response(item):
15
+ return AsyncRequestResponse(
16
+ id=item.get("id")
17
+ )
@@ -0,0 +1,13 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class AuditQuery:
6
+ id: str = None
7
+ source: str = None
8
+
9
+ def to_dict(self):
10
+ return {
11
+ "id": self.id,
12
+ "source": self.source,
13
+ }
@@ -0,0 +1,31 @@
1
+ from dataclasses import dataclass
2
+ from .ResultNode import ResultNode, construct_result_node
3
+ from .SastResult import SastResult, construct_sast_result
4
+ from typing import List
5
+
6
+
7
+ @dataclass
8
+ class BflTree:
9
+ """
10
+ Attributes:
11
+ id (str): tree ID in the forest
12
+ bfl (ResultNode): Best Fix Location node of the tree
13
+ results (list of SastResult): results for the BFL node
14
+ additional_properties (dict): the additional properties will be added if include-graph is set to true
15
+
16
+ """
17
+ id: str = None
18
+ bfl: ResultNode = None
19
+ results: List[SastResult] = None
20
+ additional_properties: dict = None
21
+
22
+
23
+ def construct_bfl_tree(item):
24
+ return BflTree(
25
+ id=item.get("id"),
26
+ bfl=construct_result_node(item.get("bfl")),
27
+ results=[
28
+ construct_sast_result(result) for result in item.get("results", [])
29
+ ],
30
+ additional_properties=item.get("additionalProperties")
31
+ )
@@ -2,7 +2,7 @@ from dataclasses import dataclass
2
2
 
3
3
 
4
4
  @dataclass
5
- class ByorJob(object):
5
+ class ByorJob:
6
6
  id: str = None
7
7
  project_id: str = None
8
8
  status: str = None
@@ -2,7 +2,7 @@ from dataclasses import dataclass
2
2
 
3
3
 
4
4
  @dataclass
5
- class ByorJobPatchRequest(object):
5
+ class ByorJobPatchRequest:
6
6
  status: str = None # Canceled is the only valid input.
7
7
 
8
8
  def to_dict(self):
@@ -0,0 +1,24 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class Category:
6
+ """
7
+ Attributes:
8
+ id (int):
9
+ name (str):
10
+ sast_id (int):
11
+
12
+ """
13
+
14
+ id: int = None
15
+ name: str = None
16
+ sast_id: int = None
17
+
18
+
19
+ def construct_category(item):
20
+ return Category(
21
+ id=item.get("id"),
22
+ name=item.get("name"),
23
+ sast_id=item.get("sastId")
24
+ )
@@ -0,0 +1,33 @@
1
+ from dataclasses import dataclass
2
+ from .Category import Category, construct_category
3
+ from typing import List
4
+
5
+
6
+ @dataclass
7
+ class CategoryType:
8
+
9
+ """
10
+ Attributes:
11
+ id (int):
12
+ name (str):
13
+ sast_id (int):
14
+ order (int):
15
+ categories (list of Category):
16
+ """
17
+ id: int = None
18
+ name: str = None
19
+ sast_id: int = None
20
+ order: int = None
21
+ categories: List[Category] = None
22
+
23
+
24
+ def construct_category_type(item):
25
+ return CategoryType(
26
+ id=item.get("id"),
27
+ name=item.get("name"),
28
+ sast_id=item.get("sastId"),
29
+ order=item.get("order"),
30
+ categories=[
31
+ construct_category(category) for category in item.get("categories", [])
32
+ ]
33
+ )
@@ -0,0 +1,33 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class ChangeDetails:
6
+ """
7
+
8
+ Attributes:
9
+ engine_version_changed (booL):
10
+ engine_version_changed_details (str):
11
+ query_changed (bool):
12
+ query_changed_details (str):
13
+ code_change (bool):
14
+ code_change_details (str):
15
+ """
16
+
17
+ engine_version_changed: bool = None
18
+ engine_version_changed_details: str = None
19
+ query_changed: bool = None
20
+ query_changed_details: str = None
21
+ code_change: bool = None
22
+ code_change_details: str = None
23
+
24
+
25
+ def construct_change_details(item):
26
+ return ChangeDetails(
27
+ engine_version_changed=item.get("engineVersionChanged"),
28
+ engine_version_changed_details=item.get("engineVersionChangeDetails"),
29
+ query_changed=item.get("queryChanged"),
30
+ query_changed_details=item.get("queryChangeDetails"),
31
+ code_change=item.get("codeChanged"),
32
+ code_change_details=item.get("codeChangeDetails")
33
+ )
@@ -58,7 +58,7 @@ def construct_client(item):
58
58
  full_scope_allowed=item.get("fullScopeAllowed"),
59
59
  node_re_registration_timeout=item.get("nodeReRegistrationTimeout"),
60
60
  protocol_mappers=[
61
- construct_protocol_mappers_representation(item.get("protocolMappers"))
61
+ construct_protocol_mappers_representation(mapper) for mapper in item.get("protocolMappers", [])
62
62
  ],
63
63
  default_client_scopes=item.get("defaultClientScopes"),
64
64
  )
@@ -1,13 +1,13 @@
1
1
  from dataclasses import dataclass
2
2
  from typing import List
3
- from .ClientWithResource import construct_client_with_resource
3
+ from .ClientWithResource import ClientWithResource, construct_client_with_resource
4
4
 
5
5
 
6
6
  @dataclass
7
7
  class ClientsWithResourcesResponse:
8
8
  total_count: int = None
9
9
  filtered_count: int = None
10
- clients: List[dict] = None
10
+ clients: List[ClientWithResource] = None
11
11
 
12
12
 
13
13
  def construct_clients_with_resources_response(item):
@@ -15,6 +15,6 @@ def construct_clients_with_resources_response(item):
15
15
  total_count=item.get("totalCount"),
16
16
  filtered_count=item.get("filteredCount"),
17
17
  clients=[
18
- construct_client_with_resource(client) for client in item.get("clients")
18
+ construct_client_with_resource(client) for client in item.get("clients", [])
19
19
  ]
20
20
  )