CheckmarxPythonSDK 1.4.9__tar.gz → 1.5.1__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 (548) hide show
  1. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +9 -7
  2. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/__init__.py +6 -0
  3. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +1 -1
  4. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/VersionsOut.py +22 -0
  5. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/WebHook.py +40 -0
  6. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py +33 -0
  7. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py +8 -0
  8. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/WebHookInput.py +27 -0
  9. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py +18 -0
  10. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/__init__.py +6 -0
  11. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/versionsAPI.py +28 -0
  12. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/CxOne/webhookAPI.py +123 -0
  13. checkmarxpythonsdk-1.5.1/CheckmarxPythonSDK/__version__.py +1 -0
  14. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
  15. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK.egg-info/SOURCES.txt +8 -0
  16. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/PKG-INFO +1 -1
  17. checkmarxpythonsdk-1.4.9/CheckmarxPythonSDK/__version__.py +0 -1
  18. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
  19. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
  20. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
  21. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
  22. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
  23. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
  24. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
  25. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
  26. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
  27. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
  28. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
  29. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
  30. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
  31. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
  32. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
  33. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
  34. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
  35. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
  36. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
  37. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
  38. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
  39. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
  40. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
  41. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
  42. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
  43. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
  44. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
  45. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
  46. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
  47. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
  48. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
  49. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
  50. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
  51. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
  52. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
  53. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
  54. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
  55. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
  56. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
  57. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
  58. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
  59. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
  60. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
  61. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
  62. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
  63. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
  64. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
  65. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
  66. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
  67. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
  68. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
  69. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
  70. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
  71. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
  72. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
  73. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
  74. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
  75. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
  76. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
  77. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
  78. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
  79. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
  80. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
  81. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
  82. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
  83. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
  84. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
  85. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
  86. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
  87. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
  88. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
  89. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
  90. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
  91. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
  92. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
  93. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
  94. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
  95. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
  96. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
  97. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
  98. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
  99. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
  100. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
  101. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
  102. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
  103. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
  104. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
  105. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
  106. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
  107. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
  108. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
  109. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
  110. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
  111. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
  112. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
  113. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
  114. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
  115. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
  116. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
  117. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
  118. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
  119. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
  120. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
  121. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
  122. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
  123. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
  124. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
  125. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
  126. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
  127. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
  128. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
  129. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
  130. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
  131. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
  132. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
  133. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
  134. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
  135. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +0 -0
  136. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
  137. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
  138. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
  139. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
  140. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +0 -0
  141. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
  142. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/config.py +0 -0
  143. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
  144. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/customStateAPI.py +0 -0
  145. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +0 -0
  146. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
  147. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
  148. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
  149. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
  150. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
  151. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
  152. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +0 -0
  153. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
  154. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
  155. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
  156. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
  157. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
  158. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
  159. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
  160. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
  161. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
  162. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +0 -0
  163. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +0 -0
  164. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
  165. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
  166. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
  167. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Client.py +0 -0
  168. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
  169. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +0 -0
  170. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +0 -0
  171. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +0 -0
  172. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +0 -0
  173. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
  174. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
  175. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
  176. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
  177. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
  178. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +0 -0
  179. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +0 -0
  180. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +0 -0
  181. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
  182. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
  183. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
  184. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
  185. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
  186. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
  187. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
  188. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
  189. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
  190. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
  191. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
  192. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
  193. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +0 -0
  194. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
  195. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
  196. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
  197. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
  198. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
  199. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
  200. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
  201. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
  202. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
  203. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
  204. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
  205. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +0 -0
  206. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +0 -0
  207. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
  208. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
  209. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
  210. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
  211. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
  212. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
  213. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
  214. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
  215. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
  216. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +0 -0
  217. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
  218. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
  219. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
  220. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
  221. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
  222. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
  223. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +0 -0
  224. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +0 -0
  225. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +0 -0
  226. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +0 -0
  227. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
  228. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
  229. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
  230. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
  231. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
  232. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
  233. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
  234. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
  235. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
  236. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
  237. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
  238. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
  239. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +0 -0
  240. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
  241. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
  242. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
  243. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
  244. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
  245. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
  246. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
  247. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
  248. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
  249. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
  250. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
  251. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
  252. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
  253. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
  254. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
  255. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
  256. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
  257. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
  258. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
  259. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
  260. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
  261. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Resource.py +0 -0
  262. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
  263. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
  264. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
  265. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
  266. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
  267. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
  268. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
  269. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
  270. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
  271. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Role.py +0 -0
  272. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
  273. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
  274. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
  275. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
  276. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
  277. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
  278. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
  279. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
  280. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
  281. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
  282. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
  283. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
  284. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
  285. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
  286. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
  287. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
  288. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
  289. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
  290. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
  291. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
  292. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
  293. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
  294. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
  295. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
  296. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
  297. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
  298. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
  299. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
  300. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
  301. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
  302. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
  303. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
  304. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
  305. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
  306. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
  307. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
  308. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
  309. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
  310. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
  311. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
  312. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
  313. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
  314. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
  315. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +0 -0
  316. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +0 -0
  317. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
  318. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/User.py +0 -0
  319. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +0 -0
  320. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +0 -0
  321. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
  322. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
  323. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
  324. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
  325. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
  326. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
  327. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
  328. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
  329. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
  330. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
  331. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
  332. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
  333. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
  334. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
  335. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
  336. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
  337. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
  338. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
  339. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
  340. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
  341. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
  342. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
  343. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
  344. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
  345. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
  346. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
  347. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
  348. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
  349. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
  350. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
  351. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
  352. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
  353. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
  354. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
  355. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
  356. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
  357. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
  358. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
  359. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
  360. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
  361. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
  362. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
  363. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
  364. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
  365. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
  366. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
  367. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
  368. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
  369. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
  370. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
  371. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
  372. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
  373. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
  374. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
  375. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
  376. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
  377. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
  378. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
  379. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
  380. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
  381. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
  382. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
  383. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
  384. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
  385. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
  386. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
  387. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
  388. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
  389. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
  390. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
  391. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
  392. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
  393. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
  394. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
  395. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
  396. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
  397. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
  398. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
  399. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
  400. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
  401. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
  402. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
  403. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
  404. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
  405. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
  406. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
  407. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
  408. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
  409. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
  410. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
  411. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
  412. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
  413. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
  414. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
  415. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
  416. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
  417. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
  418. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
  419. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
  420. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
  421. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
  422. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
  423. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
  424. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
  425. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
  426. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
  427. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
  428. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
  429. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
  430. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
  431. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
  432. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
  433. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
  434. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
  435. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
  436. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
  437. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
  438. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
  439. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
  440. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
  441. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
  442. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
  443. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
  444. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
  445. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
  446. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
  447. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
  448. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
  449. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
  450. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
  451. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
  452. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
  453. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
  454. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
  455. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
  456. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
  457. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
  458. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
  459. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
  460. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
  461. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
  462. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
  463. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
  464. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
  465. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
  466. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
  467. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
  468. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
  469. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
  470. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
  471. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
  472. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
  473. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
  474. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
  475. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
  476. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
  477. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
  478. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
  479. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
  480. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
  481. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
  482. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
  483. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
  484. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
  485. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
  486. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
  487. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
  488. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
  489. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
  490. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
  491. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
  492. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
  493. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
  494. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
  495. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
  496. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
  497. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
  498. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
  499. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
  500. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
  501. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
  502. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
  503. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
  504. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
  505. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
  506. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/__init__.py +0 -0
  507. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/api_client.py +0 -0
  508. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/configuration.py +0 -0
  509. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/__init__.py +0 -0
  510. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
  511. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
  512. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
  513. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
  514. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
  515. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
  516. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
  517. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
  518. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
  519. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
  520. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
  521. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
  522. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
  523. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
  524. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
  525. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
  526. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
  527. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
  528. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
  529. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
  530. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
  531. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
  532. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
  533. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
  534. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
  535. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
  536. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
  537. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
  538. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
  539. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/utilities/compat.py +0 -0
  540. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
  541. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
  542. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
  543. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
  544. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/LICENSE +0 -0
  545. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/README.md +0 -0
  546. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/setup.cfg +0 -0
  547. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/setup.py +0 -0
  548. {checkmarxpythonsdk-1.4.9 → checkmarxpythonsdk-1.5.1}/tests/test_sample.py +0 -0
@@ -75,15 +75,17 @@ class CodeRepositoryProjectImportAPI(object):
75
75
  params = {"process-id": process_id}
76
76
  response = self.api_client.get_request(relative_url=relative_url, params=params)
77
77
  item = response.json()
78
- return {
79
- "migrationStatus": item.get("migrationStatus"),
80
- "summary": item.get("summary"),
81
- "totalProjects": item.get("totalProjects"),
82
- "migratedProjects": item.get("migratedProjects"),
83
- "successfulProjectsList": item.get("successfulProjectsList"),
84
- "failedProjectList": item.get("failedProjectList")
78
+
79
+ response_data = {
80
+ "currentPhase": item.get("currentPhase"),
81
+ "percentage": item.get("percentage"),
85
82
  }
86
83
 
84
+ if "result" in item:
85
+ response_data["result"] = item["result"]
86
+
87
+ return response_data
88
+
87
89
 
88
90
  def import_code_repository(scm_import_input: SCMImportInput) -> dict:
89
91
  return CodeRepositoryProjectImportAPI().import_code_repository(scm_import_input=scm_import_input)
@@ -348,3 +348,9 @@ from .uploadsAPI import (
348
348
  create_a_pre_signed_url_to_upload_files,
349
349
  upload_zip_content_for_scanning,
350
350
  )
351
+ from .versionsAPI import (
352
+ VersionsAPI
353
+ )
354
+ from .webhookAPI import (
355
+ WebHookAPI
356
+ )
@@ -15,6 +15,6 @@ def construct_projects_collection(item):
15
15
  total_count=item.get("totalCount"),
16
16
  filtered_total_count=item.get("filteredTotalCount"),
17
17
  projects=[
18
- construct_project(project) for project in item.get("projects", [])
18
+ construct_project(project) for project in (item.get("projects") or [])
19
19
  ]
20
20
  )
@@ -0,0 +1,22 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class VersionsOut:
6
+ """
7
+ Attributes:
8
+ sast (str): sast engine version
9
+ kics (str): IaC Security (KICS) engine version
10
+ cx_one (str): CxOne version
11
+ """
12
+ sast: str
13
+ kics: str
14
+ cx_one: str
15
+
16
+
17
+ def construct_versions_out(item):
18
+ return VersionsOut(
19
+ sast=item.get("SAST"),
20
+ kics=item.get("KICS"),
21
+ cx_one=item.get("CxOne")
22
+ )
@@ -0,0 +1,40 @@
1
+ from dataclasses import dataclass
2
+ from typing import List
3
+ from .WebHookEvent import WebHookEvent
4
+ from .WebHookConfig import WebHookConfig, construct_web_hook_config
5
+
6
+
7
+ @dataclass
8
+ class WebHook:
9
+ """
10
+
11
+ Attributes:
12
+ id (str): A unique identifier for an webhook
13
+ name (str): A name for the webhook
14
+ active (bool): Indicates whether a webhook is active or not
15
+ enabled_events (List[WebHookEvent]): List of subscribed events
16
+ config (WebHookConfig): Webhook configuration
17
+ created_at (str):
18
+ updated_at (str):
19
+ """
20
+ id: str = None
21
+ name: str = None
22
+ active: bool = None
23
+ enabled_events: List[WebHookEvent] = None
24
+ config: WebHookConfig = None
25
+ created_at: str = None
26
+ updated_at: str = None
27
+
28
+
29
+ def construct_web_hook(item):
30
+ return WebHook(
31
+ id=item.get("id"),
32
+ name=item.get("name"),
33
+ active=item.get("active"),
34
+ enabled_events=[
35
+ WebHookEvent(event) for event in item.get("enabledEvents")
36
+ ],
37
+ config=construct_web_hook_config(item.get("config")),
38
+ created_at=item.get("createdAt"),
39
+ updated_at=item.get("updatedAt")
40
+ )
@@ -0,0 +1,33 @@
1
+ from dataclasses import dataclass
2
+
3
+
4
+ @dataclass
5
+ class WebHookConfig:
6
+ """
7
+ Attributes:
8
+ content_type (str): Webhooks payload content type
9
+ insecure_ssl (bool): Enable SSL verification
10
+ url (str): Payload URL
11
+ secret (str): Post request attached secret
12
+ """
13
+ content_type: str = None
14
+ insecure_ssl: bool = None
15
+ url: str = None
16
+ secret: str = None
17
+
18
+ def to_dict(self):
19
+ return {
20
+ "contentType": self.content_type,
21
+ "insecureSsl": self.insecure_ssl,
22
+ "url": self.url,
23
+ "secret": self.secret
24
+ }
25
+
26
+
27
+ def construct_web_hook_config(item):
28
+ return WebHookConfig(
29
+ content_type=item.get("contentType"),
30
+ insecure_ssl=item.get("insecureSsl"),
31
+ url=item.get("url"),
32
+ secret=item.get("secret")
33
+ )
@@ -0,0 +1,8 @@
1
+ from enum import StrEnum
2
+
3
+
4
+ class WebHookEvent(StrEnum):
5
+ SCAN_COMPLETED = "scan_completed_successfully"
6
+ SCAN_FAILED = "scan_failed"
7
+ SCAN_PARTIAL = "scan_partial"
8
+ PROJECT_CREATED = "project_created"
@@ -0,0 +1,27 @@
1
+ from dataclasses import dataclass
2
+ from typing import List
3
+ from .WebHookEvent import WebHookEvent
4
+ from .WebHookConfig import WebHookConfig, construct_web_hook_config
5
+
6
+
7
+ @dataclass
8
+ class WebHookInput:
9
+ """
10
+ Attributes:
11
+ name (str): A name for the webhook
12
+ active (bool): Indicates whether a webhook is active or not
13
+ enabled_events (List[WebHookEvent]): List of subscribed events. project_created only available for tenant level
14
+ config: (WebHookConfig): Webhook configuration
15
+ """
16
+ name: str = None
17
+ active: bool = None
18
+ enabled_events: List[WebHookEvent] = None
19
+ config: WebHookConfig = None
20
+
21
+ def to_dict(self):
22
+ return {
23
+ "name": self.name,
24
+ "active": self.active,
25
+ "enabledEvents": self.enabled_events,
26
+ "config": self.config.to_dict()
27
+ }
@@ -0,0 +1,18 @@
1
+ from dataclasses import dataclass
2
+ from typing import List
3
+ from .WebHook import WebHook, construct_web_hook
4
+
5
+
6
+ @dataclass
7
+ class WebHooksCollection:
8
+ total_count: int = None
9
+ webhooks: List[WebHook] = None
10
+
11
+
12
+ def construct_web_hooks_collection(item):
13
+ return WebHooksCollection(
14
+ total_count=item.get("totalCount"),
15
+ webhooks=[
16
+ construct_web_hook(webhook) for webhook in item.get("webhooks")
17
+ ]
18
+ )
@@ -177,5 +177,11 @@ from .Upload import Upload
177
177
  from .User import User, construct_user
178
178
  from .UsersWithResourcesResponse import UsersWithResourcesResponse, construct_users_with_resources_response
179
179
  from .UserWithResource import UserWithResource, construct_user_with_resource
180
+ from .VersionsOut import VersionsOut, construct_versions_out
180
181
  from .WebError import WebError, construct_web_error
182
+ from .WebHook import WebHook, construct_web_hook
183
+ from .WebHookConfig import WebHookConfig, construct_web_hook_config
184
+ from .WebHookEvent import WebHookEvent
185
+ from .WebHookInput import WebHookInput
186
+ from .WebHooksCollection import WebHooksCollection, construct_web_hooks_collection
181
187
  from .WorkspaceQuery import WorkspaceQuery
@@ -0,0 +1,28 @@
1
+ from CheckmarxPythonSDK.api_client import ApiClient
2
+ from CheckmarxPythonSDK.CxOne.config import construct_configuration
3
+ from CheckmarxPythonSDK.CxOne.dto import (
4
+ VersionsOut, construct_versions_out
5
+ )
6
+ from CheckmarxPythonSDK.utilities.compat import NO_CONTENT
7
+
8
+ api_url = "/api/versions"
9
+
10
+
11
+ class VersionsAPI(object):
12
+
13
+ def __init__(self, api_client: ApiClient = None):
14
+ if api_client is None:
15
+ configuration = construct_configuration()
16
+ api_client = ApiClient(configuration=configuration)
17
+ self.api_client = api_client
18
+
19
+ def get_versions_from_engines(self) -> VersionsOut:
20
+ """
21
+
22
+ Returns:
23
+ VersionsOut
24
+ """
25
+ relative_url = f"{api_url}"
26
+ response = self.api_client.get_request(relative_url=relative_url)
27
+ item = response.json()
28
+ return construct_versions_out(item)
@@ -0,0 +1,123 @@
1
+ from CheckmarxPythonSDK.api_client import ApiClient
2
+ from CheckmarxPythonSDK.CxOne.config import construct_configuration
3
+ from CheckmarxPythonSDK.CxOne.dto import (
4
+ WebHookInput,
5
+ WebHook, construct_web_hook,
6
+ WebHooksCollection, construct_web_hooks_collection
7
+ )
8
+ from CheckmarxPythonSDK.utilities.compat import NO_CONTENT
9
+
10
+ api_url = "/api/webhooks"
11
+
12
+
13
+ class WebHookAPI(object):
14
+
15
+ def __init__(self, api_client: ApiClient = None):
16
+ if api_client is None:
17
+ configuration = construct_configuration()
18
+ api_client = ApiClient(configuration=configuration)
19
+ self.api_client = api_client
20
+
21
+ def create_a_webhook_for_a_tenant(self, webhook_input: WebHookInput) -> WebHook:
22
+ """
23
+
24
+ Args:
25
+ webhook_input (WebHookInput):
26
+
27
+ Returns:
28
+ WebHook
29
+ """
30
+ relative_url = f"{api_url}/tenant"
31
+ response = self.api_client.post_request(relative_url=relative_url, json=webhook_input.to_dict())
32
+ item = response.json()
33
+ return construct_web_hook(item)
34
+
35
+ def get_a_list_of_webhooks_related_to_tenant(self, offset: int = 0, limit: int = 10) -> WebHooksCollection:
36
+ """
37
+
38
+ Returns:
39
+ WebHooksCollection
40
+ """
41
+ relative_url = f"{api_url}/tenant"
42
+ params = {"offset": offset, "limit": limit}
43
+ response = self.api_client.get_request(relative_url=relative_url, params=params)
44
+ item = response.json()
45
+ return construct_web_hooks_collection(item)
46
+
47
+ def create_a_webhook_on_project(self, project_id: str, webhook_input: WebHookInput) -> WebHook:
48
+ """
49
+
50
+ Args:
51
+ project_id (str):
52
+ webhook_input (WebHookInput):
53
+
54
+ Returns:
55
+ WebHook
56
+ """
57
+ relative_url = f"{api_url}/projects/{project_id}"
58
+ response = self.api_client.post_request(relative_url=relative_url, json=webhook_input.to_dict())
59
+ item = response.json()
60
+ return construct_web_hook(item)
61
+
62
+ def get_a_list_of_webhooks_related_to_project(
63
+ self, project_id: str, offset: int = 0, limit: int = 10
64
+ ) -> WebHooksCollection:
65
+ """
66
+
67
+ Args:
68
+ project_id (str):
69
+ offset (int):
70
+ limit (int):
71
+
72
+ Returns:
73
+ WebHooksCollection
74
+ """
75
+
76
+ relative_url = f"{api_url}/projects/{project_id}"
77
+ params = {"offset": offset, "limit": limit}
78
+ response = self.api_client.get_request(relative_url=relative_url, params=params)
79
+ item = response.json()
80
+ return construct_web_hooks_collection(item)
81
+
82
+ def get_webhook_by_id(self, webhook_id: str) -> WebHook:
83
+ """
84
+
85
+ Args:
86
+ webhook_id (str):
87
+
88
+ Returns:
89
+ WebHook
90
+ """
91
+ relative_url = f"{api_url}/{webhook_id}"
92
+ response = self.api_client.get_request(relative_url=relative_url)
93
+ item = response.json()
94
+ return construct_web_hook(item)
95
+
96
+ def update_webhook_by_id(self, webhook_id: str, webhook_input: WebHookInput) -> bool:
97
+ """
98
+
99
+ Args:
100
+ webhook_id (str):
101
+ webhook_input (WebHookInput):
102
+
103
+ Returns:
104
+ bool
105
+ """
106
+
107
+ relative_url = f"{api_url}/{webhook_id}"
108
+ response = self.api_client.patch_request(relative_url=relative_url, json=webhook_input.to_dict())
109
+ return response.status_code == NO_CONTENT
110
+
111
+ def delete_webhook_by_id(self, webhook_id: str) -> bool:
112
+ """
113
+
114
+ Args:
115
+ webhook_id (str):
116
+
117
+ Returns:
118
+ bool
119
+ """
120
+
121
+ relative_url = f"{api_url}/{webhook_id}"
122
+ response = self.api_client.delete_request(relative_url=relative_url)
123
+ return response.status_code == NO_CONTENT
@@ -0,0 +1 @@
1
+ __version__ = '1.5.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: CheckmarxPythonSDK
3
- Version: 1.4.9
3
+ Version: 1.5.1
4
4
  Summary: Checkmarx Python SDK
5
5
  Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
6
6
  Author: Happy Yang
@@ -79,6 +79,8 @@ CheckmarxPythonSDK/CxOne/scannersResultsAPI.py
79
79
  CheckmarxPythonSDK/CxOne/scansAPI.py
80
80
  CheckmarxPythonSDK/CxOne/uploadsAPI.py
81
81
  CheckmarxPythonSDK/CxOne/utilities.py
82
+ CheckmarxPythonSDK/CxOne/versionsAPI.py
83
+ CheckmarxPythonSDK/CxOne/webhookAPI.py
82
84
  CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py
83
85
  CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py
84
86
  CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py
@@ -342,7 +344,13 @@ CheckmarxPythonSDK/CxOne/dto/Upload.py
342
344
  CheckmarxPythonSDK/CxOne/dto/User.py
343
345
  CheckmarxPythonSDK/CxOne/dto/UserWithResource.py
344
346
  CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py
347
+ CheckmarxPythonSDK/CxOne/dto/VersionsOut.py
345
348
  CheckmarxPythonSDK/CxOne/dto/WebError.py
349
+ CheckmarxPythonSDK/CxOne/dto/WebHook.py
350
+ CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py
351
+ CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py
352
+ CheckmarxPythonSDK/CxOne/dto/WebHookInput.py
353
+ CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py
346
354
  CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py
347
355
  CheckmarxPythonSDK/CxOne/dto/__init__.py
348
356
  CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: CheckmarxPythonSDK
3
- Version: 1.4.9
3
+ Version: 1.5.1
4
4
  Summary: Checkmarx Python SDK
5
5
  Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
6
6
  Author: Happy Yang
@@ -1 +0,0 @@
1
- __version__ = '1.4.9'