revengai 2.8.0__tar.gz → 2.11.0__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.

Potentially problematic release.


This version of revengai might be problematic. Click here for more details.

Files changed (939) hide show
  1. revengai-2.11.0/.sdk-version +1 -0
  2. {revengai-2.8.0 → revengai-2.11.0}/PKG-INFO +1 -1
  3. {revengai-2.8.0 → revengai-2.11.0}/docs/Basic.md +1 -0
  4. {revengai-2.8.0 → revengai-2.11.0}/docs/CalleeFunctionInfo.md +1 -1
  5. {revengai-2.8.0 → revengai-2.11.0}/docs/CallerFunctionInfo.md +1 -1
  6. {revengai-2.8.0 → revengai-2.11.0}/docs/DecompilationResponse.md +1 -1
  7. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMatchingResultWithBestMatch.md +1 -1
  8. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionRename.md +2 -2
  9. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionRenameMap.md +2 -2
  10. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsAIDecompilationApi.md +10 -10
  11. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsDetailResponse.md +1 -1
  12. {revengai-2.8.0 → revengai-2.11.0}/docs/MatchedFunction.md +1 -1
  13. {revengai-2.8.0 → revengai-2.11.0}/revengai/__init__.py +1 -1
  14. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_ai_decompilation_api.py +30 -30
  15. {revengai-2.8.0 → revengai-2.11.0}/revengai/api_client.py +1 -1
  16. {revengai-2.8.0 → revengai-2.11.0}/revengai/configuration.py +2 -2
  17. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/basic.py +3 -1
  18. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/callee_function_info.py +1 -1
  19. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/caller_function_info.py +1 -1
  20. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/decompilation_response.py +2 -2
  21. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_matching_result_with_best_match.py +2 -2
  22. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_rename.py +4 -9
  23. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_rename_map.py +4 -9
  24. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/functions_detail_response.py +2 -2
  25. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/matched_function.py +2 -2
  26. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_basic.py +1 -0
  27. {revengai-2.8.0 → revengai-2.11.0}/test/test_basic.py +2 -0
  28. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_rename.py +2 -0
  29. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_rename_map.py +2 -0
  30. revengai-2.8.0/.sdk-version +0 -1
  31. {revengai-2.8.0 → revengai-2.11.0}/.github/CODEOWNERS +0 -0
  32. {revengai-2.8.0 → revengai-2.11.0}/.github/workflows/check.yaml +0 -0
  33. {revengai-2.8.0 → revengai-2.11.0}/.github/workflows/publish.yaml +0 -0
  34. {revengai-2.8.0 → revengai-2.11.0}/.github/workflows/test.yaml +0 -0
  35. {revengai-2.8.0 → revengai-2.11.0}/.gitignore +0 -0
  36. {revengai-2.8.0 → revengai-2.11.0}/.openapi-generator-ignore +0 -0
  37. {revengai-2.8.0 → revengai-2.11.0}/.python-version +0 -0
  38. {revengai-2.8.0 → revengai-2.11.0}/LICENSE.md +0 -0
  39. {revengai-2.8.0 → revengai-2.11.0}/README.md +0 -0
  40. {revengai-2.8.0 → revengai-2.11.0}/config.yml +0 -0
  41. {revengai-2.8.0 → revengai-2.11.0}/docs/Addr.md +0 -0
  42. {revengai-2.8.0 → revengai-2.11.0}/docs/AiDecompilationRating.md +0 -0
  43. {revengai-2.8.0 → revengai-2.11.0}/docs/AiUnstripRequest.md +0 -0
  44. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysesCommentsApi.md +0 -0
  45. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysesCoreApi.md +0 -0
  46. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysesDynamicExecutionApi.md +0 -0
  47. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysesResultsMetadataApi.md +0 -0
  48. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysesSecurityChecksApi.md +0 -0
  49. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisAccessInfo.md +0 -0
  50. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisConfig.md +0 -0
  51. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisCreateRequest.md +0 -0
  52. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisCreateResponse.md +0 -0
  53. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisDetailResponse.md +0 -0
  54. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisFunctionMapping.md +0 -0
  55. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisFunctionMatchingRequest.md +0 -0
  56. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisFunctions.md +0 -0
  57. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisRecord.md +0 -0
  58. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisScope.md +0 -0
  59. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisStringsResponse.md +0 -0
  60. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisTags.md +0 -0
  61. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisUpdateRequest.md +0 -0
  62. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisUpdateTagsRequest.md +0 -0
  63. {revengai-2.8.0 → revengai-2.11.0}/docs/AnalysisUpdateTagsResponse.md +0 -0
  64. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2AnalysesEnumsDynamicExecutionStatus.md +0 -0
  65. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2AnalysesEnumsOrderBy.md +0 -0
  66. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2AnalysesResponsesTagItem.md +0 -0
  67. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2CollectionsEnumsOrderBy.md +0 -0
  68. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2FunctionsResponsesFunction.md +0 -0
  69. {revengai-2.8.0 → revengai-2.11.0}/docs/AppApiRestV2FunctionsTypesFunction.md +0 -0
  70. {revengai-2.8.0 → revengai-2.11.0}/docs/AppServicesBinaryAnnSchemaTagItem.md +0 -0
  71. {revengai-2.8.0 → revengai-2.11.0}/docs/AppServicesDynamicExecutionSchemasDynamicExecutionStatus.md +0 -0
  72. {revengai-2.8.0 → revengai-2.11.0}/docs/Argument.md +0 -0
  73. {revengai-2.8.0 → revengai-2.11.0}/docs/AuthenticationUsersApi.md +0 -0
  74. {revengai-2.8.0 → revengai-2.11.0}/docs/AutoUnstripRequest.md +0 -0
  75. {revengai-2.8.0 → revengai-2.11.0}/docs/AutoUnstripResponse.md +0 -0
  76. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponse.md +0 -0
  77. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisCreateResponse.md +0 -0
  78. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisDetailResponse.md +0 -0
  79. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisFunctionMapping.md +0 -0
  80. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisFunctions.md +0 -0
  81. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisStringsResponse.md +0 -0
  82. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisTags.md +0 -0
  83. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseAnalysisUpdateTagsResponse.md +0 -0
  84. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBasic.md +0 -0
  85. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBinaryAdditionalResponse.md +0 -0
  86. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBinaryAnnListResponse.md +0 -0
  87. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBinaryDetailsResponse.md +0 -0
  88. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBinaryExternalsResponse.md +0 -0
  89. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBinarySearchResponse.md +0 -0
  90. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBlockCommentsGenerationForFunctionResponse.md +0 -0
  91. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBlockCommentsOverviewGenerationResponse.md +0 -0
  92. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseBool.md +0 -0
  93. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCalleesCallerFunctionsResponse.md +0 -0
  94. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCapabilities.md +0 -0
  95. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCheckSecurityChecksTaskResponse.md +0 -0
  96. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseChildBinariesResponse.md +0 -0
  97. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCollectionBinariesUpdateResponse.md +0 -0
  98. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCollectionResponse.md +0 -0
  99. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCollectionSearchResponse.md +0 -0
  100. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCollectionTagsUpdateResponse.md +0 -0
  101. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCommentResponse.md +0 -0
  102. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCommunities.md +0 -0
  103. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseCreated.md +0 -0
  104. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseDecompilationResponse.md +0 -0
  105. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseDict.md +0 -0
  106. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseDynamicExecutionStatus.md +0 -0
  107. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseExternalResponse.md +0 -0
  108. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionBlocksResponse.md +0 -0
  109. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionCapabilityResponse.md +0 -0
  110. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionDataTypes.md +0 -0
  111. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionDataTypesList.md +0 -0
  112. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionSearchResponse.md +0 -0
  113. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionStringsResponse.md +0 -0
  114. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionTaskResponse.md +0 -0
  115. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseFunctionsDetailResponse.md +0 -0
  116. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGenerateFunctionDataTypes.md +0 -0
  117. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGenerationStatusList.md +0 -0
  118. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGetAiDecompilationRatingResponse.md +0 -0
  119. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGetAiDecompilationTask.md +0 -0
  120. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGetPublicUserResponse.md +0 -0
  121. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseGetUserResponse.md +0 -0
  122. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListCollectionResults.md +0 -0
  123. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListCommentResponse.md +0 -0
  124. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListDieMatch.md +0 -0
  125. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListFunctionNameHistory.md +0 -0
  126. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListSBOM.md +0 -0
  127. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseListUserActivityResponse.md +0 -0
  128. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseLoginResponse.md +0 -0
  129. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseLogs.md +0 -0
  130. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseModelsResponse.md +0 -0
  131. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseNetworkOverviewResponse.md +0 -0
  132. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseParams.md +0 -0
  133. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseProcessDumps.md +0 -0
  134. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseProcessRegistry.md +0 -0
  135. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseProcessTree.md +0 -0
  136. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseQueuedSecurityChecksTaskResponse.md +0 -0
  137. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseRecent.md +0 -0
  138. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseSecurityChecksResponse.md +0 -0
  139. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseStatus.md +0 -0
  140. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseStr.md +0 -0
  141. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseTTPS.md +0 -0
  142. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseTagSearchResponse.md +0 -0
  143. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseTaskResponse.md +0 -0
  144. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseUploadResponse.md +0 -0
  145. {revengai-2.8.0 → revengai-2.11.0}/docs/BaseResponseVulnerabilities.md +0 -0
  146. {revengai-2.8.0 → revengai-2.11.0}/docs/BinariesApi.md +0 -0
  147. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryAdditionalDetailsDataResponse.md +0 -0
  148. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryAdditionalResponse.md +0 -0
  149. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryAnnForm.md +0 -0
  150. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryAnnListResponse.md +0 -0
  151. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryConfig.md +0 -0
  152. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryDetailsResponse.md +0 -0
  153. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryExternalsResponse.md +0 -0
  154. {revengai-2.8.0 → revengai-2.11.0}/docs/BinarySearchResponse.md +0 -0
  155. {revengai-2.8.0 → revengai-2.11.0}/docs/BinarySearchResult.md +0 -0
  156. {revengai-2.8.0 → revengai-2.11.0}/docs/BinaryTaskStatus.md +0 -0
  157. {revengai-2.8.0 → revengai-2.11.0}/docs/Block.md +0 -0
  158. {revengai-2.8.0 → revengai-2.11.0}/docs/BlockCommentsGenerationForFunctionResponse.md +0 -0
  159. {revengai-2.8.0 → revengai-2.11.0}/docs/CalleesCallerFunctionsResponse.md +0 -0
  160. {revengai-2.8.0 → revengai-2.11.0}/docs/Capabilities.md +0 -0
  161. {revengai-2.8.0 → revengai-2.11.0}/docs/Capability.md +0 -0
  162. {revengai-2.8.0 → revengai-2.11.0}/docs/CheckSecurityChecksTaskResponse.md +0 -0
  163. {revengai-2.8.0 → revengai-2.11.0}/docs/ChildBinariesResponse.md +0 -0
  164. {revengai-2.8.0 → revengai-2.11.0}/docs/CodeSignatureModel.md +0 -0
  165. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionBinariesUpdateRequest.md +0 -0
  166. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionBinariesUpdateResponse.md +0 -0
  167. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionBinaryResponse.md +0 -0
  168. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionCreateRequest.md +0 -0
  169. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionListItem.md +0 -0
  170. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionResponse.md +0 -0
  171. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionResponseBinariesInner.md +0 -0
  172. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionScope.md +0 -0
  173. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionSearchResponse.md +0 -0
  174. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionSearchResult.md +0 -0
  175. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionTagsUpdateRequest.md +0 -0
  176. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionTagsUpdateResponse.md +0 -0
  177. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionUpdateRequest.md +0 -0
  178. {revengai-2.8.0 → revengai-2.11.0}/docs/CollectionsApi.md +0 -0
  179. {revengai-2.8.0 → revengai-2.11.0}/docs/CommentBase.md +0 -0
  180. {revengai-2.8.0 → revengai-2.11.0}/docs/CommentResponse.md +0 -0
  181. {revengai-2.8.0 → revengai-2.11.0}/docs/CommentUpdateRequest.md +0 -0
  182. {revengai-2.8.0 → revengai-2.11.0}/docs/Communities.md +0 -0
  183. {revengai-2.8.0 → revengai-2.11.0}/docs/CommunityMatchPercentages.md +0 -0
  184. {revengai-2.8.0 → revengai-2.11.0}/docs/ConfidenceType.md +0 -0
  185. {revengai-2.8.0 → revengai-2.11.0}/docs/Context.md +0 -0
  186. {revengai-2.8.0 → revengai-2.11.0}/docs/Created.md +0 -0
  187. {revengai-2.8.0 → revengai-2.11.0}/docs/DecompilationCommentContext.md +0 -0
  188. {revengai-2.8.0 → revengai-2.11.0}/docs/DieMatch.md +0 -0
  189. {revengai-2.8.0 → revengai-2.11.0}/docs/DynamicExecutionStatusInput.md +0 -0
  190. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFImportModel.md +0 -0
  191. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFModel.md +0 -0
  192. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFRelocation.md +0 -0
  193. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFSection.md +0 -0
  194. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFSecurity.md +0 -0
  195. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFSegment.md +0 -0
  196. {revengai-2.8.0 → revengai-2.11.0}/docs/ELFSymbol.md +0 -0
  197. {revengai-2.8.0 → revengai-2.11.0}/docs/ElfDynamicEntry.md +0 -0
  198. {revengai-2.8.0 → revengai-2.11.0}/docs/EntrypointModel.md +0 -0
  199. {revengai-2.8.0 → revengai-2.11.0}/docs/Enumeration.md +0 -0
  200. {revengai-2.8.0 → revengai-2.11.0}/docs/ErrorModel.md +0 -0
  201. {revengai-2.8.0 → revengai-2.11.0}/docs/ExportModel.md +0 -0
  202. {revengai-2.8.0 → revengai-2.11.0}/docs/ExportedBinaryAnnResult.md +0 -0
  203. {revengai-2.8.0 → revengai-2.11.0}/docs/ExternalResponse.md +0 -0
  204. {revengai-2.8.0 → revengai-2.11.0}/docs/ExternalSourcesApi.md +0 -0
  205. {revengai-2.8.0 → revengai-2.11.0}/docs/FileFormat.md +0 -0
  206. {revengai-2.8.0 → revengai-2.11.0}/docs/FileHashes.md +0 -0
  207. {revengai-2.8.0 → revengai-2.11.0}/docs/FileMetadata.md +0 -0
  208. {revengai-2.8.0 → revengai-2.11.0}/docs/Filters.md +0 -0
  209. {revengai-2.8.0 → revengai-2.11.0}/docs/FirmwareApi.md +0 -0
  210. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionBlockDestinationResponse.md +0 -0
  211. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionBlockResponse.md +0 -0
  212. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionBlocksResponse.md +0 -0
  213. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionBoundary.md +0 -0
  214. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionCapabilityResponse.md +0 -0
  215. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionCommentCreateRequest.md +0 -0
  216. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionDataTypes.md +0 -0
  217. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionDataTypesList.md +0 -0
  218. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionDataTypesListItem.md +0 -0
  219. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionDataTypesParams.md +0 -0
  220. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionDataTypesStatus.md +0 -0
  221. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionHeader.md +0 -0
  222. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionInfoInput.md +0 -0
  223. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionInfoInputFuncDepsInner.md +0 -0
  224. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionInfoOutput.md +0 -0
  225. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionLocalVariableResponse.md +0 -0
  226. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMapping.md +0 -0
  227. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMappingFull.md +0 -0
  228. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMatchingBatchResponse.md +0 -0
  229. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMatchingFilters.md +0 -0
  230. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionMatchingRequest.md +0 -0
  231. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionNameHistory.md +0 -0
  232. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionParamResponse.md +0 -0
  233. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionSearchResponse.md +0 -0
  234. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionSearchResult.md +0 -0
  235. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionString.md +0 -0
  236. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionStringsResponse.md +0 -0
  237. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionTaskResponse.md +0 -0
  238. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionTaskStatus.md +0 -0
  239. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionTypeInput.md +0 -0
  240. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionTypeOutput.md +0 -0
  241. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsBlockCommentsApi.md +0 -0
  242. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsCoreApi.md +0 -0
  243. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsDataTypesApi.md +0 -0
  244. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsDecompilationApi.md +0 -0
  245. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsListRename.md +0 -0
  246. {revengai-2.8.0 → revengai-2.11.0}/docs/FunctionsRenamingHistoryApi.md +0 -0
  247. {revengai-2.8.0 → revengai-2.11.0}/docs/GenerateFunctionDataTypes.md +0 -0
  248. {revengai-2.8.0 → revengai-2.11.0}/docs/GenerationStatusList.md +0 -0
  249. {revengai-2.8.0 → revengai-2.11.0}/docs/GetAiDecompilationRatingResponse.md +0 -0
  250. {revengai-2.8.0 → revengai-2.11.0}/docs/GetAiDecompilationTask.md +0 -0
  251. {revengai-2.8.0 → revengai-2.11.0}/docs/GetPublicUserResponse.md +0 -0
  252. {revengai-2.8.0 → revengai-2.11.0}/docs/GetUserResponse.md +0 -0
  253. {revengai-2.8.0 → revengai-2.11.0}/docs/GlobalVariable.md +0 -0
  254. {revengai-2.8.0 → revengai-2.11.0}/docs/ISA.md +0 -0
  255. {revengai-2.8.0 → revengai-2.11.0}/docs/IconModel.md +0 -0
  256. {revengai-2.8.0 → revengai-2.11.0}/docs/ImportModel.md +0 -0
  257. {revengai-2.8.0 → revengai-2.11.0}/docs/InverseFunctionMapItem.md +0 -0
  258. {revengai-2.8.0 → revengai-2.11.0}/docs/InverseStringMapItem.md +0 -0
  259. {revengai-2.8.0 → revengai-2.11.0}/docs/InverseValue.md +0 -0
  260. {revengai-2.8.0 → revengai-2.11.0}/docs/ListCollectionResults.md +0 -0
  261. {revengai-2.8.0 → revengai-2.11.0}/docs/LoginRequest.md +0 -0
  262. {revengai-2.8.0 → revengai-2.11.0}/docs/LoginResponse.md +0 -0
  263. {revengai-2.8.0 → revengai-2.11.0}/docs/Logs.md +0 -0
  264. {revengai-2.8.0 → revengai-2.11.0}/docs/MatchedFunctionSuggestion.md +0 -0
  265. {revengai-2.8.0 → revengai-2.11.0}/docs/MetaModel.md +0 -0
  266. {revengai-2.8.0 → revengai-2.11.0}/docs/ModelName.md +0 -0
  267. {revengai-2.8.0 → revengai-2.11.0}/docs/ModelsApi.md +0 -0
  268. {revengai-2.8.0 → revengai-2.11.0}/docs/ModelsResponse.md +0 -0
  269. {revengai-2.8.0 → revengai-2.11.0}/docs/NameConfidence.md +0 -0
  270. {revengai-2.8.0 → revengai-2.11.0}/docs/NetworkOverviewDns.md +0 -0
  271. {revengai-2.8.0 → revengai-2.11.0}/docs/NetworkOverviewDnsAnswer.md +0 -0
  272. {revengai-2.8.0 → revengai-2.11.0}/docs/NetworkOverviewMetadata.md +0 -0
  273. {revengai-2.8.0 → revengai-2.11.0}/docs/NetworkOverviewResponse.md +0 -0
  274. {revengai-2.8.0 → revengai-2.11.0}/docs/Order.md +0 -0
  275. {revengai-2.8.0 → revengai-2.11.0}/docs/PDBDebugModel.md +0 -0
  276. {revengai-2.8.0 → revengai-2.11.0}/docs/PEModel.md +0 -0
  277. {revengai-2.8.0 → revengai-2.11.0}/docs/PaginationModel.md +0 -0
  278. {revengai-2.8.0 → revengai-2.11.0}/docs/Params.md +0 -0
  279. {revengai-2.8.0 → revengai-2.11.0}/docs/Platform.md +0 -0
  280. {revengai-2.8.0 → revengai-2.11.0}/docs/Process.md +0 -0
  281. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessDump.md +0 -0
  282. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessDumpMetadata.md +0 -0
  283. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessDumps.md +0 -0
  284. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessDumpsData.md +0 -0
  285. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessRegistry.md +0 -0
  286. {revengai-2.8.0 → revengai-2.11.0}/docs/ProcessTree.md +0 -0
  287. {revengai-2.8.0 → revengai-2.11.0}/docs/QueuedSecurityChecksTaskResponse.md +0 -0
  288. {revengai-2.8.0 → revengai-2.11.0}/docs/ReAnalysisForm.md +0 -0
  289. {revengai-2.8.0 → revengai-2.11.0}/docs/Recent.md +0 -0
  290. {revengai-2.8.0 → revengai-2.11.0}/docs/Registry.md +0 -0
  291. {revengai-2.8.0 → revengai-2.11.0}/docs/RelativeBinaryResponse.md +0 -0
  292. {revengai-2.8.0 → revengai-2.11.0}/docs/SBOM.md +0 -0
  293. {revengai-2.8.0 → revengai-2.11.0}/docs/SBOMPackage.md +0 -0
  294. {revengai-2.8.0 → revengai-2.11.0}/docs/SandboxOptions.md +0 -0
  295. {revengai-2.8.0 → revengai-2.11.0}/docs/ScrapeThirdPartyConfig.md +0 -0
  296. {revengai-2.8.0 → revengai-2.11.0}/docs/SearchApi.md +0 -0
  297. {revengai-2.8.0 → revengai-2.11.0}/docs/SectionModel.md +0 -0
  298. {revengai-2.8.0 → revengai-2.11.0}/docs/SecurityChecksResponse.md +0 -0
  299. {revengai-2.8.0 → revengai-2.11.0}/docs/SecurityChecksResult.md +0 -0
  300. {revengai-2.8.0 → revengai-2.11.0}/docs/SecurityModel.md +0 -0
  301. {revengai-2.8.0 → revengai-2.11.0}/docs/SeverityType.md +0 -0
  302. {revengai-2.8.0 → revengai-2.11.0}/docs/SingleCodeCertificateModel.md +0 -0
  303. {revengai-2.8.0 → revengai-2.11.0}/docs/SingleCodeSignatureModel.md +0 -0
  304. {revengai-2.8.0 → revengai-2.11.0}/docs/SinglePDBEntryModel.md +0 -0
  305. {revengai-2.8.0 → revengai-2.11.0}/docs/SingleSectionModel.md +0 -0
  306. {revengai-2.8.0 → revengai-2.11.0}/docs/StackVariable.md +0 -0
  307. {revengai-2.8.0 → revengai-2.11.0}/docs/StatusInput.md +0 -0
  308. {revengai-2.8.0 → revengai-2.11.0}/docs/StatusOutput.md +0 -0
  309. {revengai-2.8.0 → revengai-2.11.0}/docs/StringFunctions.md +0 -0
  310. {revengai-2.8.0 → revengai-2.11.0}/docs/Structure.md +0 -0
  311. {revengai-2.8.0 → revengai-2.11.0}/docs/StructureMember.md +0 -0
  312. {revengai-2.8.0 → revengai-2.11.0}/docs/Symbols.md +0 -0
  313. {revengai-2.8.0 → revengai-2.11.0}/docs/TTPS.md +0 -0
  314. {revengai-2.8.0 → revengai-2.11.0}/docs/TTPSAttack.md +0 -0
  315. {revengai-2.8.0 → revengai-2.11.0}/docs/TTPSData.md +0 -0
  316. {revengai-2.8.0 → revengai-2.11.0}/docs/TTPSElement.md +0 -0
  317. {revengai-2.8.0 → revengai-2.11.0}/docs/TTPSOccurance.md +0 -0
  318. {revengai-2.8.0 → revengai-2.11.0}/docs/Tag.md +0 -0
  319. {revengai-2.8.0 → revengai-2.11.0}/docs/TagResponse.md +0 -0
  320. {revengai-2.8.0 → revengai-2.11.0}/docs/TagSearchResponse.md +0 -0
  321. {revengai-2.8.0 → revengai-2.11.0}/docs/TagSearchResult.md +0 -0
  322. {revengai-2.8.0 → revengai-2.11.0}/docs/TaskResponse.md +0 -0
  323. {revengai-2.8.0 → revengai-2.11.0}/docs/TaskStatus.md +0 -0
  324. {revengai-2.8.0 → revengai-2.11.0}/docs/TimestampModel.md +0 -0
  325. {revengai-2.8.0 → revengai-2.11.0}/docs/TypeDefinition.md +0 -0
  326. {revengai-2.8.0 → revengai-2.11.0}/docs/UpdateFunctionDataTypes.md +0 -0
  327. {revengai-2.8.0 → revengai-2.11.0}/docs/UploadFileType.md +0 -0
  328. {revengai-2.8.0 → revengai-2.11.0}/docs/UploadResponse.md +0 -0
  329. {revengai-2.8.0 → revengai-2.11.0}/docs/UpsertAiDecomplationRatingRequest.md +0 -0
  330. {revengai-2.8.0 → revengai-2.11.0}/docs/UserActivityResponse.md +0 -0
  331. {revengai-2.8.0 → revengai-2.11.0}/docs/Vulnerabilities.md +0 -0
  332. {revengai-2.8.0 → revengai-2.11.0}/docs/Vulnerability.md +0 -0
  333. {revengai-2.8.0 → revengai-2.11.0}/docs/VulnerabilityType.md +0 -0
  334. {revengai-2.8.0 → revengai-2.11.0}/docs/Workspace.md +0 -0
  335. {revengai-2.8.0 → revengai-2.11.0}/pyproject.toml +0 -0
  336. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/__init__.py +0 -0
  337. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/analyses_comments_api.py +0 -0
  338. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/analyses_core_api.py +0 -0
  339. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/analyses_dynamic_execution_api.py +0 -0
  340. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/analyses_results_metadata_api.py +0 -0
  341. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/analyses_security_checks_api.py +0 -0
  342. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/authentication_users_api.py +0 -0
  343. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/binaries_api.py +0 -0
  344. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/collections_api.py +0 -0
  345. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/external_sources_api.py +0 -0
  346. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/firmware_api.py +0 -0
  347. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_block_comments_api.py +0 -0
  348. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_core_api.py +0 -0
  349. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_data_types_api.py +0 -0
  350. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_decompilation_api.py +0 -0
  351. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/functions_renaming_history_api.py +0 -0
  352. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/models_api.py +0 -0
  353. {revengai-2.8.0 → revengai-2.11.0}/revengai/api/search_api.py +0 -0
  354. {revengai-2.8.0 → revengai-2.11.0}/revengai/api_response.py +0 -0
  355. {revengai-2.8.0 → revengai-2.11.0}/revengai/exceptions.py +0 -0
  356. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/__init__.py +0 -0
  357. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/addr.py +0 -0
  358. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ai_decompilation_rating.py +0 -0
  359. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ai_unstrip_request.py +0 -0
  360. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_access_info.py +0 -0
  361. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_config.py +0 -0
  362. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_create_request.py +0 -0
  363. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_create_response.py +0 -0
  364. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_detail_response.py +0 -0
  365. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_function_mapping.py +0 -0
  366. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_function_matching_request.py +0 -0
  367. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_functions.py +0 -0
  368. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_record.py +0 -0
  369. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_scope.py +0 -0
  370. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_strings_response.py +0 -0
  371. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_tags.py +0 -0
  372. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_update_request.py +0 -0
  373. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_update_tags_request.py +0 -0
  374. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/analysis_update_tags_response.py +0 -0
  375. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_analyses_enums_dynamic_execution_status.py +0 -0
  376. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_analyses_enums_order_by.py +0 -0
  377. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_analyses_responses_tag_item.py +0 -0
  378. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_collections_enums_order_by.py +0 -0
  379. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_functions_responses_function.py +0 -0
  380. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_api_rest_v2_functions_types_function.py +0 -0
  381. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_services_binary_ann_schema_tag_item.py +0 -0
  382. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/app_services_dynamic_execution_schemas_dynamic_execution_status.py +0 -0
  383. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/argument.py +0 -0
  384. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/auto_unstrip_request.py +0 -0
  385. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/auto_unstrip_response.py +0 -0
  386. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response.py +0 -0
  387. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_create_response.py +0 -0
  388. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_detail_response.py +0 -0
  389. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_function_mapping.py +0 -0
  390. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_functions.py +0 -0
  391. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_strings_response.py +0 -0
  392. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_tags.py +0 -0
  393. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_analysis_update_tags_response.py +0 -0
  394. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_basic.py +0 -0
  395. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_binary_additional_response.py +0 -0
  396. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_binary_ann_list_response.py +0 -0
  397. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_binary_details_response.py +0 -0
  398. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_binary_externals_response.py +0 -0
  399. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_binary_search_response.py +0 -0
  400. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_block_comments_generation_for_function_response.py +0 -0
  401. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_block_comments_overview_generation_response.py +0 -0
  402. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_bool.py +0 -0
  403. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_callees_caller_functions_response.py +0 -0
  404. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_capabilities.py +0 -0
  405. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_check_security_checks_task_response.py +0 -0
  406. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_child_binaries_response.py +0 -0
  407. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_collection_binaries_update_response.py +0 -0
  408. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_collection_response.py +0 -0
  409. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_collection_search_response.py +0 -0
  410. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_collection_tags_update_response.py +0 -0
  411. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_comment_response.py +0 -0
  412. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_communities.py +0 -0
  413. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_created.py +0 -0
  414. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_decompilation_response.py +0 -0
  415. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_dict.py +0 -0
  416. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_dynamic_execution_status.py +0 -0
  417. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_external_response.py +0 -0
  418. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_blocks_response.py +0 -0
  419. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_capability_response.py +0 -0
  420. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_data_types.py +0 -0
  421. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_data_types_list.py +0 -0
  422. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_search_response.py +0 -0
  423. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_strings_response.py +0 -0
  424. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_function_task_response.py +0 -0
  425. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_functions_detail_response.py +0 -0
  426. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_generate_function_data_types.py +0 -0
  427. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_generation_status_list.py +0 -0
  428. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_get_ai_decompilation_rating_response.py +0 -0
  429. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_get_ai_decompilation_task.py +0 -0
  430. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_get_public_user_response.py +0 -0
  431. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_get_user_response.py +0 -0
  432. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_collection_results.py +0 -0
  433. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_comment_response.py +0 -0
  434. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_die_match.py +0 -0
  435. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_function_name_history.py +0 -0
  436. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_sbom.py +0 -0
  437. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_list_user_activity_response.py +0 -0
  438. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_login_response.py +0 -0
  439. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_logs.py +0 -0
  440. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_models_response.py +0 -0
  441. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_network_overview_response.py +0 -0
  442. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_params.py +0 -0
  443. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_process_dumps.py +0 -0
  444. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_process_registry.py +0 -0
  445. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_process_tree.py +0 -0
  446. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_queued_security_checks_task_response.py +0 -0
  447. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_recent.py +0 -0
  448. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_security_checks_response.py +0 -0
  449. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_status.py +0 -0
  450. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_str.py +0 -0
  451. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_tag_search_response.py +0 -0
  452. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_task_response.py +0 -0
  453. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_ttps.py +0 -0
  454. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_upload_response.py +0 -0
  455. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/base_response_vulnerabilities.py +0 -0
  456. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_additional_details_data_response.py +0 -0
  457. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_additional_response.py +0 -0
  458. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_ann_form.py +0 -0
  459. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_ann_list_response.py +0 -0
  460. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_config.py +0 -0
  461. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_details_response.py +0 -0
  462. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_externals_response.py +0 -0
  463. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_search_response.py +0 -0
  464. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_search_result.py +0 -0
  465. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/binary_task_status.py +0 -0
  466. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/block.py +0 -0
  467. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/block_comments_generation_for_function_response.py +0 -0
  468. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/callees_caller_functions_response.py +0 -0
  469. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/capabilities.py +0 -0
  470. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/capability.py +0 -0
  471. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/check_security_checks_task_response.py +0 -0
  472. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/child_binaries_response.py +0 -0
  473. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/code_signature_model.py +0 -0
  474. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_binaries_update_request.py +0 -0
  475. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_binaries_update_response.py +0 -0
  476. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_binary_response.py +0 -0
  477. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_create_request.py +0 -0
  478. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_list_item.py +0 -0
  479. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_response.py +0 -0
  480. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_response_binaries_inner.py +0 -0
  481. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_scope.py +0 -0
  482. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_search_response.py +0 -0
  483. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_search_result.py +0 -0
  484. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_tags_update_request.py +0 -0
  485. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_tags_update_response.py +0 -0
  486. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/collection_update_request.py +0 -0
  487. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/comment_base.py +0 -0
  488. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/comment_response.py +0 -0
  489. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/comment_update_request.py +0 -0
  490. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/communities.py +0 -0
  491. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/community_match_percentages.py +0 -0
  492. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/confidence_type.py +0 -0
  493. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/context.py +0 -0
  494. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/created.py +0 -0
  495. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/decompilation_comment_context.py +0 -0
  496. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/die_match.py +0 -0
  497. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/dynamic_execution_status_input.py +0 -0
  498. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_dynamic_entry.py +0 -0
  499. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_import_model.py +0 -0
  500. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_model.py +0 -0
  501. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_relocation.py +0 -0
  502. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_section.py +0 -0
  503. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_security.py +0 -0
  504. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_segment.py +0 -0
  505. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/elf_symbol.py +0 -0
  506. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/entrypoint_model.py +0 -0
  507. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/enumeration.py +0 -0
  508. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/error_model.py +0 -0
  509. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/export_model.py +0 -0
  510. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/exported_binary_ann_result.py +0 -0
  511. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/external_response.py +0 -0
  512. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/file_format.py +0 -0
  513. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/file_hashes.py +0 -0
  514. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/file_metadata.py +0 -0
  515. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/filters.py +0 -0
  516. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_block_destination_response.py +0 -0
  517. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_block_response.py +0 -0
  518. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_blocks_response.py +0 -0
  519. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_boundary.py +0 -0
  520. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_capability_response.py +0 -0
  521. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_comment_create_request.py +0 -0
  522. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_data_types.py +0 -0
  523. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_data_types_list.py +0 -0
  524. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_data_types_list_item.py +0 -0
  525. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_data_types_params.py +0 -0
  526. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_data_types_status.py +0 -0
  527. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_header.py +0 -0
  528. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_info_input.py +0 -0
  529. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_info_input_func_deps_inner.py +0 -0
  530. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_info_output.py +0 -0
  531. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_local_variable_response.py +0 -0
  532. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_mapping.py +0 -0
  533. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_mapping_full.py +0 -0
  534. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_matching_batch_response.py +0 -0
  535. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_matching_filters.py +0 -0
  536. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_matching_request.py +0 -0
  537. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_name_history.py +0 -0
  538. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_param_response.py +0 -0
  539. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_search_response.py +0 -0
  540. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_search_result.py +0 -0
  541. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_string.py +0 -0
  542. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_strings_response.py +0 -0
  543. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_task_response.py +0 -0
  544. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_task_status.py +0 -0
  545. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_type_input.py +0 -0
  546. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/function_type_output.py +0 -0
  547. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/functions_list_rename.py +0 -0
  548. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/generate_function_data_types.py +0 -0
  549. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/generation_status_list.py +0 -0
  550. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/get_ai_decompilation_rating_response.py +0 -0
  551. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/get_ai_decompilation_task.py +0 -0
  552. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/get_public_user_response.py +0 -0
  553. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/get_user_response.py +0 -0
  554. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/global_variable.py +0 -0
  555. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/icon_model.py +0 -0
  556. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/import_model.py +0 -0
  557. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/inverse_function_map_item.py +0 -0
  558. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/inverse_string_map_item.py +0 -0
  559. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/inverse_value.py +0 -0
  560. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/isa.py +0 -0
  561. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/list_collection_results.py +0 -0
  562. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/login_request.py +0 -0
  563. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/login_response.py +0 -0
  564. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/logs.py +0 -0
  565. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/matched_function_suggestion.py +0 -0
  566. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/meta_model.py +0 -0
  567. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/model_name.py +0 -0
  568. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/models_response.py +0 -0
  569. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/name_confidence.py +0 -0
  570. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/network_overview_dns.py +0 -0
  571. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/network_overview_dns_answer.py +0 -0
  572. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/network_overview_metadata.py +0 -0
  573. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/network_overview_response.py +0 -0
  574. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/order.py +0 -0
  575. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/pagination_model.py +0 -0
  576. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/params.py +0 -0
  577. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/pdb_debug_model.py +0 -0
  578. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/pe_model.py +0 -0
  579. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/platform.py +0 -0
  580. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process.py +0 -0
  581. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_dump.py +0 -0
  582. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_dump_metadata.py +0 -0
  583. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_dumps.py +0 -0
  584. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_dumps_data.py +0 -0
  585. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_registry.py +0 -0
  586. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/process_tree.py +0 -0
  587. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/queued_security_checks_task_response.py +0 -0
  588. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/re_analysis_form.py +0 -0
  589. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/recent.py +0 -0
  590. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/registry.py +0 -0
  591. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/relative_binary_response.py +0 -0
  592. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/sandbox_options.py +0 -0
  593. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/sbom.py +0 -0
  594. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/sbom_package.py +0 -0
  595. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/scrape_third_party_config.py +0 -0
  596. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/section_model.py +0 -0
  597. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/security_checks_response.py +0 -0
  598. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/security_checks_result.py +0 -0
  599. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/security_model.py +0 -0
  600. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/severity_type.py +0 -0
  601. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/single_code_certificate_model.py +0 -0
  602. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/single_code_signature_model.py +0 -0
  603. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/single_pdb_entry_model.py +0 -0
  604. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/single_section_model.py +0 -0
  605. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/stack_variable.py +0 -0
  606. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/status_input.py +0 -0
  607. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/status_output.py +0 -0
  608. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/string_functions.py +0 -0
  609. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/structure.py +0 -0
  610. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/structure_member.py +0 -0
  611. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/symbols.py +0 -0
  612. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/tag.py +0 -0
  613. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/tag_response.py +0 -0
  614. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/tag_search_response.py +0 -0
  615. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/tag_search_result.py +0 -0
  616. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/task_response.py +0 -0
  617. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/task_status.py +0 -0
  618. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/timestamp_model.py +0 -0
  619. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ttps.py +0 -0
  620. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ttps_attack.py +0 -0
  621. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ttps_data.py +0 -0
  622. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ttps_element.py +0 -0
  623. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/ttps_occurance.py +0 -0
  624. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/type_definition.py +0 -0
  625. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/update_function_data_types.py +0 -0
  626. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/upload_file_type.py +0 -0
  627. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/upload_response.py +0 -0
  628. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/upsert_ai_decomplation_rating_request.py +0 -0
  629. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/user_activity_response.py +0 -0
  630. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/vulnerabilities.py +0 -0
  631. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/vulnerability.py +0 -0
  632. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/vulnerability_type.py +0 -0
  633. {revengai-2.8.0 → revengai-2.11.0}/revengai/models/workspace.py +0 -0
  634. {revengai-2.8.0 → revengai-2.11.0}/revengai/py.typed +0 -0
  635. {revengai-2.8.0 → revengai-2.11.0}/revengai/rest.py +0 -0
  636. {revengai-2.8.0 → revengai-2.11.0}/templates/README.mustache +0 -0
  637. {revengai-2.8.0 → revengai-2.11.0}/templates/partial_header.mustache +0 -0
  638. {revengai-2.8.0 → revengai-2.11.0}/test/__init__.py +0 -0
  639. {revengai-2.8.0 → revengai-2.11.0}/test/test_addr.py +0 -0
  640. {revengai-2.8.0 → revengai-2.11.0}/test/test_ai_decompilation_rating.py +0 -0
  641. {revengai-2.8.0 → revengai-2.11.0}/test/test_ai_unstrip_request.py +0 -0
  642. {revengai-2.8.0 → revengai-2.11.0}/test/test_analyses_comments_api.py +0 -0
  643. {revengai-2.8.0 → revengai-2.11.0}/test/test_analyses_core_api.py +0 -0
  644. {revengai-2.8.0 → revengai-2.11.0}/test/test_analyses_dynamic_execution_api.py +0 -0
  645. {revengai-2.8.0 → revengai-2.11.0}/test/test_analyses_results_metadata_api.py +0 -0
  646. {revengai-2.8.0 → revengai-2.11.0}/test/test_analyses_security_checks_api.py +0 -0
  647. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_access_info.py +0 -0
  648. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_config.py +0 -0
  649. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_create_request.py +0 -0
  650. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_create_response.py +0 -0
  651. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_detail_response.py +0 -0
  652. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_function_mapping.py +0 -0
  653. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_function_matching_request.py +0 -0
  654. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_functions.py +0 -0
  655. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_record.py +0 -0
  656. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_scope.py +0 -0
  657. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_strings_response.py +0 -0
  658. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_tags.py +0 -0
  659. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_update_request.py +0 -0
  660. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_update_tags_request.py +0 -0
  661. {revengai-2.8.0 → revengai-2.11.0}/test/test_analysis_update_tags_response.py +0 -0
  662. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_analyses_enums_dynamic_execution_status.py +0 -0
  663. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_analyses_enums_order_by.py +0 -0
  664. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_analyses_responses_tag_item.py +0 -0
  665. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_collections_enums_order_by.py +0 -0
  666. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_functions_responses_function.py +0 -0
  667. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_api_rest_v2_functions_types_function.py +0 -0
  668. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_services_binary_ann_schema_tag_item.py +0 -0
  669. {revengai-2.8.0 → revengai-2.11.0}/test/test_app_services_dynamic_execution_schemas_dynamic_execution_status.py +0 -0
  670. {revengai-2.8.0 → revengai-2.11.0}/test/test_argument.py +0 -0
  671. {revengai-2.8.0 → revengai-2.11.0}/test/test_authentication_users_api.py +0 -0
  672. {revengai-2.8.0 → revengai-2.11.0}/test/test_auto_unstrip_request.py +0 -0
  673. {revengai-2.8.0 → revengai-2.11.0}/test/test_auto_unstrip_response.py +0 -0
  674. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response.py +0 -0
  675. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_create_response.py +0 -0
  676. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_detail_response.py +0 -0
  677. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_function_mapping.py +0 -0
  678. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_functions.py +0 -0
  679. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_strings_response.py +0 -0
  680. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_tags.py +0 -0
  681. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_analysis_update_tags_response.py +0 -0
  682. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_binary_additional_response.py +0 -0
  683. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_binary_ann_list_response.py +0 -0
  684. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_binary_details_response.py +0 -0
  685. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_binary_externals_response.py +0 -0
  686. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_binary_search_response.py +0 -0
  687. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_block_comments_generation_for_function_response.py +0 -0
  688. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_block_comments_overview_generation_response.py +0 -0
  689. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_bool.py +0 -0
  690. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_callees_caller_functions_response.py +0 -0
  691. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_capabilities.py +0 -0
  692. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_check_security_checks_task_response.py +0 -0
  693. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_child_binaries_response.py +0 -0
  694. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_collection_binaries_update_response.py +0 -0
  695. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_collection_response.py +0 -0
  696. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_collection_search_response.py +0 -0
  697. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_collection_tags_update_response.py +0 -0
  698. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_comment_response.py +0 -0
  699. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_communities.py +0 -0
  700. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_created.py +0 -0
  701. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_decompilation_response.py +0 -0
  702. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_dict.py +0 -0
  703. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_dynamic_execution_status.py +0 -0
  704. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_external_response.py +0 -0
  705. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_blocks_response.py +0 -0
  706. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_capability_response.py +0 -0
  707. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_data_types.py +0 -0
  708. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_data_types_list.py +0 -0
  709. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_search_response.py +0 -0
  710. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_strings_response.py +0 -0
  711. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_function_task_response.py +0 -0
  712. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_functions_detail_response.py +0 -0
  713. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_generate_function_data_types.py +0 -0
  714. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_generation_status_list.py +0 -0
  715. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_get_ai_decompilation_rating_response.py +0 -0
  716. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_get_ai_decompilation_task.py +0 -0
  717. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_get_public_user_response.py +0 -0
  718. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_get_user_response.py +0 -0
  719. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_collection_results.py +0 -0
  720. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_comment_response.py +0 -0
  721. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_die_match.py +0 -0
  722. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_function_name_history.py +0 -0
  723. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_sbom.py +0 -0
  724. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_list_user_activity_response.py +0 -0
  725. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_login_response.py +0 -0
  726. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_logs.py +0 -0
  727. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_models_response.py +0 -0
  728. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_network_overview_response.py +0 -0
  729. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_params.py +0 -0
  730. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_process_dumps.py +0 -0
  731. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_process_registry.py +0 -0
  732. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_process_tree.py +0 -0
  733. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_queued_security_checks_task_response.py +0 -0
  734. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_recent.py +0 -0
  735. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_security_checks_response.py +0 -0
  736. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_status.py +0 -0
  737. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_str.py +0 -0
  738. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_tag_search_response.py +0 -0
  739. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_task_response.py +0 -0
  740. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_ttps.py +0 -0
  741. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_upload_response.py +0 -0
  742. {revengai-2.8.0 → revengai-2.11.0}/test/test_base_response_vulnerabilities.py +0 -0
  743. {revengai-2.8.0 → revengai-2.11.0}/test/test_binaries_api.py +0 -0
  744. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_additional_details_data_response.py +0 -0
  745. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_additional_response.py +0 -0
  746. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_ann_form.py +0 -0
  747. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_ann_list_response.py +0 -0
  748. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_config.py +0 -0
  749. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_details_response.py +0 -0
  750. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_externals_response.py +0 -0
  751. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_search_response.py +0 -0
  752. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_search_result.py +0 -0
  753. {revengai-2.8.0 → revengai-2.11.0}/test/test_binary_task_status.py +0 -0
  754. {revengai-2.8.0 → revengai-2.11.0}/test/test_block.py +0 -0
  755. {revengai-2.8.0 → revengai-2.11.0}/test/test_block_comments_generation_for_function_response.py +0 -0
  756. {revengai-2.8.0 → revengai-2.11.0}/test/test_callee_function_info.py +0 -0
  757. {revengai-2.8.0 → revengai-2.11.0}/test/test_callees_caller_functions_response.py +0 -0
  758. {revengai-2.8.0 → revengai-2.11.0}/test/test_caller_function_info.py +0 -0
  759. {revengai-2.8.0 → revengai-2.11.0}/test/test_capabilities.py +0 -0
  760. {revengai-2.8.0 → revengai-2.11.0}/test/test_capability.py +0 -0
  761. {revengai-2.8.0 → revengai-2.11.0}/test/test_check_security_checks_task_response.py +0 -0
  762. {revengai-2.8.0 → revengai-2.11.0}/test/test_child_binaries_response.py +0 -0
  763. {revengai-2.8.0 → revengai-2.11.0}/test/test_code_signature_model.py +0 -0
  764. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_binaries_update_request.py +0 -0
  765. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_binaries_update_response.py +0 -0
  766. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_binary_response.py +0 -0
  767. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_create_request.py +0 -0
  768. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_list_item.py +0 -0
  769. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_response.py +0 -0
  770. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_response_binaries_inner.py +0 -0
  771. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_scope.py +0 -0
  772. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_search_response.py +0 -0
  773. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_search_result.py +0 -0
  774. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_tags_update_request.py +0 -0
  775. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_tags_update_response.py +0 -0
  776. {revengai-2.8.0 → revengai-2.11.0}/test/test_collection_update_request.py +0 -0
  777. {revengai-2.8.0 → revengai-2.11.0}/test/test_collections_api.py +0 -0
  778. {revengai-2.8.0 → revengai-2.11.0}/test/test_comment_base.py +0 -0
  779. {revengai-2.8.0 → revengai-2.11.0}/test/test_comment_response.py +0 -0
  780. {revengai-2.8.0 → revengai-2.11.0}/test/test_comment_update_request.py +0 -0
  781. {revengai-2.8.0 → revengai-2.11.0}/test/test_communities.py +0 -0
  782. {revengai-2.8.0 → revengai-2.11.0}/test/test_community_match_percentages.py +0 -0
  783. {revengai-2.8.0 → revengai-2.11.0}/test/test_confidence_type.py +0 -0
  784. {revengai-2.8.0 → revengai-2.11.0}/test/test_context.py +0 -0
  785. {revengai-2.8.0 → revengai-2.11.0}/test/test_created.py +0 -0
  786. {revengai-2.8.0 → revengai-2.11.0}/test/test_decompilation_comment_context.py +0 -0
  787. {revengai-2.8.0 → revengai-2.11.0}/test/test_decompilation_response.py +0 -0
  788. {revengai-2.8.0 → revengai-2.11.0}/test/test_die_match.py +0 -0
  789. {revengai-2.8.0 → revengai-2.11.0}/test/test_dynamic_execution_status_input.py +0 -0
  790. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_dynamic_entry.py +0 -0
  791. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_import_model.py +0 -0
  792. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_model.py +0 -0
  793. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_relocation.py +0 -0
  794. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_section.py +0 -0
  795. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_security.py +0 -0
  796. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_segment.py +0 -0
  797. {revengai-2.8.0 → revengai-2.11.0}/test/test_elf_symbol.py +0 -0
  798. {revengai-2.8.0 → revengai-2.11.0}/test/test_entrypoint_model.py +0 -0
  799. {revengai-2.8.0 → revengai-2.11.0}/test/test_enumeration.py +0 -0
  800. {revengai-2.8.0 → revengai-2.11.0}/test/test_error_model.py +0 -0
  801. {revengai-2.8.0 → revengai-2.11.0}/test/test_export_model.py +0 -0
  802. {revengai-2.8.0 → revengai-2.11.0}/test/test_exported_binary_ann_result.py +0 -0
  803. {revengai-2.8.0 → revengai-2.11.0}/test/test_external_response.py +0 -0
  804. {revengai-2.8.0 → revengai-2.11.0}/test/test_external_sources_api.py +0 -0
  805. {revengai-2.8.0 → revengai-2.11.0}/test/test_file_format.py +0 -0
  806. {revengai-2.8.0 → revengai-2.11.0}/test/test_file_hashes.py +0 -0
  807. {revengai-2.8.0 → revengai-2.11.0}/test/test_file_metadata.py +0 -0
  808. {revengai-2.8.0 → revengai-2.11.0}/test/test_filters.py +0 -0
  809. {revengai-2.8.0 → revengai-2.11.0}/test/test_firmware_api.py +0 -0
  810. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_block_destination_response.py +0 -0
  811. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_block_response.py +0 -0
  812. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_blocks_response.py +0 -0
  813. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_boundary.py +0 -0
  814. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_capability_response.py +0 -0
  815. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_comment_create_request.py +0 -0
  816. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_data_types.py +0 -0
  817. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_data_types_list.py +0 -0
  818. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_data_types_list_item.py +0 -0
  819. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_data_types_params.py +0 -0
  820. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_data_types_status.py +0 -0
  821. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_header.py +0 -0
  822. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_info_input.py +0 -0
  823. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_info_input_func_deps_inner.py +0 -0
  824. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_info_output.py +0 -0
  825. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_local_variable_response.py +0 -0
  826. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_mapping.py +0 -0
  827. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_mapping_full.py +0 -0
  828. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_matching_batch_response.py +0 -0
  829. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_matching_filters.py +0 -0
  830. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_matching_request.py +0 -0
  831. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_matching_result_with_best_match.py +0 -0
  832. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_name_history.py +0 -0
  833. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_param_response.py +0 -0
  834. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_search_response.py +0 -0
  835. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_search_result.py +0 -0
  836. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_string.py +0 -0
  837. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_strings_response.py +0 -0
  838. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_task_response.py +0 -0
  839. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_task_status.py +0 -0
  840. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_type_input.py +0 -0
  841. {revengai-2.8.0 → revengai-2.11.0}/test/test_function_type_output.py +0 -0
  842. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_ai_decompilation_api.py +0 -0
  843. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_block_comments_api.py +0 -0
  844. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_core_api.py +0 -0
  845. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_data_types_api.py +0 -0
  846. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_decompilation_api.py +0 -0
  847. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_detail_response.py +0 -0
  848. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_list_rename.py +0 -0
  849. {revengai-2.8.0 → revengai-2.11.0}/test/test_functions_renaming_history_api.py +0 -0
  850. {revengai-2.8.0 → revengai-2.11.0}/test/test_generate_function_data_types.py +0 -0
  851. {revengai-2.8.0 → revengai-2.11.0}/test/test_generation_status_list.py +0 -0
  852. {revengai-2.8.0 → revengai-2.11.0}/test/test_get_ai_decompilation_rating_response.py +0 -0
  853. {revengai-2.8.0 → revengai-2.11.0}/test/test_get_ai_decompilation_task.py +0 -0
  854. {revengai-2.8.0 → revengai-2.11.0}/test/test_get_public_user_response.py +0 -0
  855. {revengai-2.8.0 → revengai-2.11.0}/test/test_get_user_response.py +0 -0
  856. {revengai-2.8.0 → revengai-2.11.0}/test/test_global_variable.py +0 -0
  857. {revengai-2.8.0 → revengai-2.11.0}/test/test_icon_model.py +0 -0
  858. {revengai-2.8.0 → revengai-2.11.0}/test/test_import_model.py +0 -0
  859. {revengai-2.8.0 → revengai-2.11.0}/test/test_inverse_function_map_item.py +0 -0
  860. {revengai-2.8.0 → revengai-2.11.0}/test/test_inverse_string_map_item.py +0 -0
  861. {revengai-2.8.0 → revengai-2.11.0}/test/test_inverse_value.py +0 -0
  862. {revengai-2.8.0 → revengai-2.11.0}/test/test_isa.py +0 -0
  863. {revengai-2.8.0 → revengai-2.11.0}/test/test_list_collection_results.py +0 -0
  864. {revengai-2.8.0 → revengai-2.11.0}/test/test_login_request.py +0 -0
  865. {revengai-2.8.0 → revengai-2.11.0}/test/test_login_response.py +0 -0
  866. {revengai-2.8.0 → revengai-2.11.0}/test/test_logs.py +0 -0
  867. {revengai-2.8.0 → revengai-2.11.0}/test/test_matched_function.py +0 -0
  868. {revengai-2.8.0 → revengai-2.11.0}/test/test_matched_function_suggestion.py +0 -0
  869. {revengai-2.8.0 → revengai-2.11.0}/test/test_meta_model.py +0 -0
  870. {revengai-2.8.0 → revengai-2.11.0}/test/test_model_name.py +0 -0
  871. {revengai-2.8.0 → revengai-2.11.0}/test/test_models_api.py +0 -0
  872. {revengai-2.8.0 → revengai-2.11.0}/test/test_models_response.py +0 -0
  873. {revengai-2.8.0 → revengai-2.11.0}/test/test_name_confidence.py +0 -0
  874. {revengai-2.8.0 → revengai-2.11.0}/test/test_network_overview_dns.py +0 -0
  875. {revengai-2.8.0 → revengai-2.11.0}/test/test_network_overview_dns_answer.py +0 -0
  876. {revengai-2.8.0 → revengai-2.11.0}/test/test_network_overview_metadata.py +0 -0
  877. {revengai-2.8.0 → revengai-2.11.0}/test/test_network_overview_response.py +0 -0
  878. {revengai-2.8.0 → revengai-2.11.0}/test/test_order.py +0 -0
  879. {revengai-2.8.0 → revengai-2.11.0}/test/test_pagination_model.py +0 -0
  880. {revengai-2.8.0 → revengai-2.11.0}/test/test_params.py +0 -0
  881. {revengai-2.8.0 → revengai-2.11.0}/test/test_pdb_debug_model.py +0 -0
  882. {revengai-2.8.0 → revengai-2.11.0}/test/test_pe_model.py +0 -0
  883. {revengai-2.8.0 → revengai-2.11.0}/test/test_platform.py +0 -0
  884. {revengai-2.8.0 → revengai-2.11.0}/test/test_process.py +0 -0
  885. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_dump.py +0 -0
  886. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_dump_metadata.py +0 -0
  887. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_dumps.py +0 -0
  888. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_dumps_data.py +0 -0
  889. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_registry.py +0 -0
  890. {revengai-2.8.0 → revengai-2.11.0}/test/test_process_tree.py +0 -0
  891. {revengai-2.8.0 → revengai-2.11.0}/test/test_queued_security_checks_task_response.py +0 -0
  892. {revengai-2.8.0 → revengai-2.11.0}/test/test_re_analysis_form.py +0 -0
  893. {revengai-2.8.0 → revengai-2.11.0}/test/test_recent.py +0 -0
  894. {revengai-2.8.0 → revengai-2.11.0}/test/test_registry.py +0 -0
  895. {revengai-2.8.0 → revengai-2.11.0}/test/test_relative_binary_response.py +0 -0
  896. {revengai-2.8.0 → revengai-2.11.0}/test/test_sandbox_options.py +0 -0
  897. {revengai-2.8.0 → revengai-2.11.0}/test/test_sbom.py +0 -0
  898. {revengai-2.8.0 → revengai-2.11.0}/test/test_sbom_package.py +0 -0
  899. {revengai-2.8.0 → revengai-2.11.0}/test/test_scrape_third_party_config.py +0 -0
  900. {revengai-2.8.0 → revengai-2.11.0}/test/test_search_api.py +0 -0
  901. {revengai-2.8.0 → revengai-2.11.0}/test/test_section_model.py +0 -0
  902. {revengai-2.8.0 → revengai-2.11.0}/test/test_security_checks_response.py +0 -0
  903. {revengai-2.8.0 → revengai-2.11.0}/test/test_security_checks_result.py +0 -0
  904. {revengai-2.8.0 → revengai-2.11.0}/test/test_security_model.py +0 -0
  905. {revengai-2.8.0 → revengai-2.11.0}/test/test_severity_type.py +0 -0
  906. {revengai-2.8.0 → revengai-2.11.0}/test/test_single_code_certificate_model.py +0 -0
  907. {revengai-2.8.0 → revengai-2.11.0}/test/test_single_code_signature_model.py +0 -0
  908. {revengai-2.8.0 → revengai-2.11.0}/test/test_single_pdb_entry_model.py +0 -0
  909. {revengai-2.8.0 → revengai-2.11.0}/test/test_single_section_model.py +0 -0
  910. {revengai-2.8.0 → revengai-2.11.0}/test/test_stack_variable.py +0 -0
  911. {revengai-2.8.0 → revengai-2.11.0}/test/test_status_input.py +0 -0
  912. {revengai-2.8.0 → revengai-2.11.0}/test/test_status_output.py +0 -0
  913. {revengai-2.8.0 → revengai-2.11.0}/test/test_string_functions.py +0 -0
  914. {revengai-2.8.0 → revengai-2.11.0}/test/test_structure.py +0 -0
  915. {revengai-2.8.0 → revengai-2.11.0}/test/test_structure_member.py +0 -0
  916. {revengai-2.8.0 → revengai-2.11.0}/test/test_symbols.py +0 -0
  917. {revengai-2.8.0 → revengai-2.11.0}/test/test_tag.py +0 -0
  918. {revengai-2.8.0 → revengai-2.11.0}/test/test_tag_response.py +0 -0
  919. {revengai-2.8.0 → revengai-2.11.0}/test/test_tag_search_response.py +0 -0
  920. {revengai-2.8.0 → revengai-2.11.0}/test/test_tag_search_result.py +0 -0
  921. {revengai-2.8.0 → revengai-2.11.0}/test/test_task_response.py +0 -0
  922. {revengai-2.8.0 → revengai-2.11.0}/test/test_task_status.py +0 -0
  923. {revengai-2.8.0 → revengai-2.11.0}/test/test_timestamp_model.py +0 -0
  924. {revengai-2.8.0 → revengai-2.11.0}/test/test_ttps.py +0 -0
  925. {revengai-2.8.0 → revengai-2.11.0}/test/test_ttps_attack.py +0 -0
  926. {revengai-2.8.0 → revengai-2.11.0}/test/test_ttps_data.py +0 -0
  927. {revengai-2.8.0 → revengai-2.11.0}/test/test_ttps_element.py +0 -0
  928. {revengai-2.8.0 → revengai-2.11.0}/test/test_ttps_occurance.py +0 -0
  929. {revengai-2.8.0 → revengai-2.11.0}/test/test_type_definition.py +0 -0
  930. {revengai-2.8.0 → revengai-2.11.0}/test/test_update_function_data_types.py +0 -0
  931. {revengai-2.8.0 → revengai-2.11.0}/test/test_upload_file_type.py +0 -0
  932. {revengai-2.8.0 → revengai-2.11.0}/test/test_upload_response.py +0 -0
  933. {revengai-2.8.0 → revengai-2.11.0}/test/test_upsert_ai_decomplation_rating_request.py +0 -0
  934. {revengai-2.8.0 → revengai-2.11.0}/test/test_user_activity_response.py +0 -0
  935. {revengai-2.8.0 → revengai-2.11.0}/test/test_vulnerabilities.py +0 -0
  936. {revengai-2.8.0 → revengai-2.11.0}/test/test_vulnerability.py +0 -0
  937. {revengai-2.8.0 → revengai-2.11.0}/test/test_vulnerability_type.py +0 -0
  938. {revengai-2.8.0 → revengai-2.11.0}/test/test_workspace.py +0 -0
  939. {revengai-2.8.0 → revengai-2.11.0}/uv.lock +0 -0
@@ -0,0 +1 @@
1
+ v2.11.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: revengai
3
- Version: 2.8.0
3
+ Version: 2.11.0
4
4
  Summary: RevEng.AI API
5
5
  Project-URL: Repository, https://github.com/RevEngAI/sdk-python
6
6
  License-Expression: MIT
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **creation** | **datetime** | When the binary was uploaded |
11
11
  **sha_256_hash** | **str** | The hash of the binary uploaded |
12
12
  **model_name** | **str** | The model name used for analysis |
13
+ **model_id** | **int** | The model ID used for analysis |
13
14
  **owner_username** | **str** | The name of the owner of the binary |
14
15
  **analysis_scope** | **str** | The scope of the analysis |
15
16
  **is_owner** | **bool** | Whether the current user is the owner |
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | Unique identifier of the function |
9
9
  **matched_function_id** | **int** | |
10
10
  **dashboard_url** | **str** | |
11
11
  **is_external** | **bool** | Indicates if the function is external | [optional] [default to False]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | Unique identifier of the function |
9
9
  **matched_function_id** | **int** | |
10
10
  **dashboard_url** | **str** | |
11
11
  **is_external** | **bool** | Indicates if the function is external | [optional] [default to False]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | The ID of the function |
9
9
  **decompilation** | **str** | |
10
10
  **calling_convention** | **str** | |
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | Unique identifier of the function |
9
9
  **matched_functions** | [**List[MatchedFunction]**](MatchedFunction.md) | |
10
10
  **confidences** | [**List[NameConfidence]**](NameConfidence.md) | | [optional]
11
11
 
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **new_name** | **str** | The new name for the function | [optional] [default to '']
9
- **new_mangled_name** | **str** | | [optional]
8
+ **new_name** | **str** | The new name for the function |
9
+ **new_mangled_name** | **str** | The new mangled name for the function |
10
10
 
11
11
  ## Example
12
12
 
@@ -6,8 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **function_id** | **int** | The ID of the function to rename |
9
- **new_name** | **str** | The new name for the function | [optional] [default to '']
10
- **new_mangled_name** | **str** | | [optional]
9
+ **new_name** | **str** | The new name for the function |
10
+ **new_mangled_name** | **str** | The new mangled name for the function |
11
11
 
12
12
  ## Example
13
13
 
@@ -137,7 +137,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
137
137
  with revengai.ApiClient(configuration) as api_client:
138
138
  # Create an instance of the API class
139
139
  api_instance = revengai.FunctionsAIDecompilationApi(api_client)
140
- function_id = 56 # int |
140
+ function_id = 56 # int | The ID of the function for which we are creating the decompilation task
141
141
 
142
142
  try:
143
143
  # Begins AI Decompilation Process
@@ -155,7 +155,7 @@ with revengai.ApiClient(configuration) as api_client:
155
155
 
156
156
  Name | Type | Description | Notes
157
157
  ------------- | ------------- | ------------- | -------------
158
- **function_id** | **int**| |
158
+ **function_id** | **int**| The ID of the function for which we are creating the decompilation task |
159
159
 
160
160
  ### Return type
161
161
 
@@ -383,7 +383,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
383
383
  with revengai.ApiClient(configuration) as api_client:
384
384
  # Create an instance of the API class
385
385
  api_instance = revengai.FunctionsAIDecompilationApi(api_client)
386
- function_id = 56 # int |
386
+ function_id = 56 # int | The ID of the function for which to get the rating
387
387
 
388
388
  try:
389
389
  # Get rating for AI decompilation
@@ -401,7 +401,7 @@ with revengai.ApiClient(configuration) as api_client:
401
401
 
402
402
  Name | Type | Description | Notes
403
403
  ------------- | ------------- | ------------- | -------------
404
- **function_id** | **int**| |
404
+ **function_id** | **int**| The ID of the function for which to get the rating |
405
405
 
406
406
  ### Return type
407
407
 
@@ -463,7 +463,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
463
463
  with revengai.ApiClient(configuration) as api_client:
464
464
  # Create an instance of the API class
465
465
  api_instance = revengai.FunctionsAIDecompilationApi(api_client)
466
- function_id = 56 # int |
466
+ function_id = 56 # int | The ID of the function being decompiled
467
467
  summarise = True # bool | Generate a summary for the decompilation (optional) (default to True)
468
468
  generate_inline_comments = True # bool | Generate inline comments for the decompilation (only works if summarise is enabled) (optional) (default to True)
469
469
 
@@ -483,7 +483,7 @@ with revengai.ApiClient(configuration) as api_client:
483
483
 
484
484
  Name | Type | Description | Notes
485
485
  ------------- | ------------- | ------------- | -------------
486
- **function_id** | **int**| |
486
+ **function_id** | **int**| The ID of the function being decompiled |
487
487
  **summarise** | **bool**| Generate a summary for the decompilation | [optional] [default to True]
488
488
  **generate_inline_comments** | **bool**| Generate inline comments for the decompilation (only works if summarise is enabled) | [optional] [default to True]
489
489
 
@@ -546,7 +546,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
546
546
  with revengai.ApiClient(configuration) as api_client:
547
547
  # Create an instance of the API class
548
548
  api_instance = revengai.FunctionsAIDecompilationApi(api_client)
549
- function_id = 56 # int |
549
+ function_id = 56 # int | The ID of the function being checked
550
550
 
551
551
  try:
552
552
  # Check the status of a function ai decompilation
@@ -564,7 +564,7 @@ with revengai.ApiClient(configuration) as api_client:
564
564
 
565
565
  Name | Type | Description | Notes
566
566
  ------------- | ------------- | ------------- | -------------
567
- **function_id** | **int**| |
567
+ **function_id** | **int**| The ID of the function being checked |
568
568
 
569
569
  ### Return type
570
570
 
@@ -712,7 +712,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
712
712
  with revengai.ApiClient(configuration) as api_client:
713
713
  # Create an instance of the API class
714
714
  api_instance = revengai.FunctionsAIDecompilationApi(api_client)
715
- function_id = 56 # int |
715
+ function_id = 56 # int | The ID of the function being rated
716
716
  upsert_ai_decomplation_rating_request = revengai.UpsertAiDecomplationRatingRequest() # UpsertAiDecomplationRatingRequest |
717
717
 
718
718
  try:
@@ -731,7 +731,7 @@ with revengai.ApiClient(configuration) as api_client:
731
731
 
732
732
  Name | Type | Description | Notes
733
733
  ------------- | ------------- | ------------- | -------------
734
- **function_id** | **int**| |
734
+ **function_id** | **int**| The ID of the function being rated |
735
735
  **upsert_ai_decomplation_rating_request** | [**UpsertAiDecomplationRatingRequest**](UpsertAiDecomplationRatingRequest.md)| |
736
736
 
737
737
  ### Return type
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | Function id |
9
9
  **function_name** | **str** | |
10
10
  **function_vaddr** | **int** | |
11
11
  **function_size** | **int** | |
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **function_id** | **int** | |
8
+ **function_id** | **int** | Unique identifier of the matched function |
9
9
  **binary_id** | **int** | |
10
10
  **function_name** | **str** | |
11
11
  **function_vaddr** | **int** | |
@@ -13,7 +13,7 @@
13
13
  """ # noqa: E501
14
14
 
15
15
 
16
- __version__ = "v2.8.0"
16
+ __version__ = "v2.11.0"
17
17
 
18
18
  # Define package exports
19
19
  __all__ = [
@@ -345,7 +345,7 @@ class FunctionsAIDecompilationApi:
345
345
  @validate_call
346
346
  def create_ai_decompilation_task(
347
347
  self,
348
- function_id: StrictInt,
348
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which we are creating the decompilation task")],
349
349
  _request_timeout: Union[
350
350
  None,
351
351
  Annotated[StrictFloat, Field(gt=0)],
@@ -363,7 +363,7 @@ class FunctionsAIDecompilationApi:
363
363
 
364
364
  Begins the AI Decompilation Process
365
365
 
366
- :param function_id: (required)
366
+ :param function_id: The ID of the function for which we are creating the decompilation task (required)
367
367
  :type function_id: int
368
368
  :param _request_timeout: timeout setting for this request. If one
369
369
  number provided, it will be total request
@@ -417,7 +417,7 @@ class FunctionsAIDecompilationApi:
417
417
  @validate_call
418
418
  def create_ai_decompilation_task_with_http_info(
419
419
  self,
420
- function_id: StrictInt,
420
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which we are creating the decompilation task")],
421
421
  _request_timeout: Union[
422
422
  None,
423
423
  Annotated[StrictFloat, Field(gt=0)],
@@ -435,7 +435,7 @@ class FunctionsAIDecompilationApi:
435
435
 
436
436
  Begins the AI Decompilation Process
437
437
 
438
- :param function_id: (required)
438
+ :param function_id: The ID of the function for which we are creating the decompilation task (required)
439
439
  :type function_id: int
440
440
  :param _request_timeout: timeout setting for this request. If one
441
441
  number provided, it will be total request
@@ -489,7 +489,7 @@ class FunctionsAIDecompilationApi:
489
489
  @validate_call
490
490
  def create_ai_decompilation_task_without_preload_content(
491
491
  self,
492
- function_id: StrictInt,
492
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which we are creating the decompilation task")],
493
493
  _request_timeout: Union[
494
494
  None,
495
495
  Annotated[StrictFloat, Field(gt=0)],
@@ -507,7 +507,7 @@ class FunctionsAIDecompilationApi:
507
507
 
508
508
  Begins the AI Decompilation Process
509
509
 
510
- :param function_id: (required)
510
+ :param function_id: The ID of the function for which we are creating the decompilation task (required)
511
511
  :type function_id: int
512
512
  :param _request_timeout: timeout setting for this request. If one
513
513
  number provided, it will be total request
@@ -1170,7 +1170,7 @@ class FunctionsAIDecompilationApi:
1170
1170
  @validate_call
1171
1171
  def get_ai_decompilation_rating(
1172
1172
  self,
1173
- function_id: StrictInt,
1173
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which to get the rating")],
1174
1174
  _request_timeout: Union[
1175
1175
  None,
1176
1176
  Annotated[StrictFloat, Field(gt=0)],
@@ -1187,7 +1187,7 @@ class FunctionsAIDecompilationApi:
1187
1187
  """Get rating for AI decompilation
1188
1188
 
1189
1189
 
1190
- :param function_id: (required)
1190
+ :param function_id: The ID of the function for which to get the rating (required)
1191
1191
  :type function_id: int
1192
1192
  :param _request_timeout: timeout setting for this request. If one
1193
1193
  number provided, it will be total request
@@ -1237,7 +1237,7 @@ class FunctionsAIDecompilationApi:
1237
1237
  @validate_call
1238
1238
  def get_ai_decompilation_rating_with_http_info(
1239
1239
  self,
1240
- function_id: StrictInt,
1240
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which to get the rating")],
1241
1241
  _request_timeout: Union[
1242
1242
  None,
1243
1243
  Annotated[StrictFloat, Field(gt=0)],
@@ -1254,7 +1254,7 @@ class FunctionsAIDecompilationApi:
1254
1254
  """Get rating for AI decompilation
1255
1255
 
1256
1256
 
1257
- :param function_id: (required)
1257
+ :param function_id: The ID of the function for which to get the rating (required)
1258
1258
  :type function_id: int
1259
1259
  :param _request_timeout: timeout setting for this request. If one
1260
1260
  number provided, it will be total request
@@ -1304,7 +1304,7 @@ class FunctionsAIDecompilationApi:
1304
1304
  @validate_call
1305
1305
  def get_ai_decompilation_rating_without_preload_content(
1306
1306
  self,
1307
- function_id: StrictInt,
1307
+ function_id: Annotated[StrictInt, Field(description="The ID of the function for which to get the rating")],
1308
1308
  _request_timeout: Union[
1309
1309
  None,
1310
1310
  Annotated[StrictFloat, Field(gt=0)],
@@ -1321,7 +1321,7 @@ class FunctionsAIDecompilationApi:
1321
1321
  """Get rating for AI decompilation
1322
1322
 
1323
1323
 
1324
- :param function_id: (required)
1324
+ :param function_id: The ID of the function for which to get the rating (required)
1325
1325
  :type function_id: int
1326
1326
  :param _request_timeout: timeout setting for this request. If one
1327
1327
  number provided, it will be total request
@@ -1431,7 +1431,7 @@ class FunctionsAIDecompilationApi:
1431
1431
  @validate_call
1432
1432
  def get_ai_decompilation_task_result(
1433
1433
  self,
1434
- function_id: StrictInt,
1434
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being decompiled")],
1435
1435
  summarise: Annotated[Optional[StrictBool], Field(description="Generate a summary for the decompilation")] = None,
1436
1436
  generate_inline_comments: Annotated[Optional[StrictBool], Field(description="Generate inline comments for the decompilation (only works if summarise is enabled)")] = None,
1437
1437
  _request_timeout: Union[
@@ -1451,7 +1451,7 @@ class FunctionsAIDecompilationApi:
1451
1451
 
1452
1452
  Polls the AI Decompilation Process
1453
1453
 
1454
- :param function_id: (required)
1454
+ :param function_id: The ID of the function being decompiled (required)
1455
1455
  :type function_id: int
1456
1456
  :param summarise: Generate a summary for the decompilation
1457
1457
  :type summarise: bool
@@ -1508,7 +1508,7 @@ class FunctionsAIDecompilationApi:
1508
1508
  @validate_call
1509
1509
  def get_ai_decompilation_task_result_with_http_info(
1510
1510
  self,
1511
- function_id: StrictInt,
1511
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being decompiled")],
1512
1512
  summarise: Annotated[Optional[StrictBool], Field(description="Generate a summary for the decompilation")] = None,
1513
1513
  generate_inline_comments: Annotated[Optional[StrictBool], Field(description="Generate inline comments for the decompilation (only works if summarise is enabled)")] = None,
1514
1514
  _request_timeout: Union[
@@ -1528,7 +1528,7 @@ class FunctionsAIDecompilationApi:
1528
1528
 
1529
1529
  Polls the AI Decompilation Process
1530
1530
 
1531
- :param function_id: (required)
1531
+ :param function_id: The ID of the function being decompiled (required)
1532
1532
  :type function_id: int
1533
1533
  :param summarise: Generate a summary for the decompilation
1534
1534
  :type summarise: bool
@@ -1585,7 +1585,7 @@ class FunctionsAIDecompilationApi:
1585
1585
  @validate_call
1586
1586
  def get_ai_decompilation_task_result_without_preload_content(
1587
1587
  self,
1588
- function_id: StrictInt,
1588
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being decompiled")],
1589
1589
  summarise: Annotated[Optional[StrictBool], Field(description="Generate a summary for the decompilation")] = None,
1590
1590
  generate_inline_comments: Annotated[Optional[StrictBool], Field(description="Generate inline comments for the decompilation (only works if summarise is enabled)")] = None,
1591
1591
  _request_timeout: Union[
@@ -1605,7 +1605,7 @@ class FunctionsAIDecompilationApi:
1605
1605
 
1606
1606
  Polls the AI Decompilation Process
1607
1607
 
1608
- :param function_id: (required)
1608
+ :param function_id: The ID of the function being decompiled (required)
1609
1609
  :type function_id: int
1610
1610
  :param summarise: Generate a summary for the decompilation
1611
1611
  :type summarise: bool
@@ -1732,7 +1732,7 @@ class FunctionsAIDecompilationApi:
1732
1732
  @validate_call
1733
1733
  def get_ai_decompilation_task_status(
1734
1734
  self,
1735
- function_id: StrictInt,
1735
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being checked")],
1736
1736
  _request_timeout: Union[
1737
1737
  None,
1738
1738
  Annotated[StrictFloat, Field(gt=0)],
@@ -1749,7 +1749,7 @@ class FunctionsAIDecompilationApi:
1749
1749
  """Check the status of a function ai decompilation
1750
1750
 
1751
1751
 
1752
- :param function_id: (required)
1752
+ :param function_id: The ID of the function being checked (required)
1753
1753
  :type function_id: int
1754
1754
  :param _request_timeout: timeout setting for this request. If one
1755
1755
  number provided, it will be total request
@@ -1799,7 +1799,7 @@ class FunctionsAIDecompilationApi:
1799
1799
  @validate_call
1800
1800
  def get_ai_decompilation_task_status_with_http_info(
1801
1801
  self,
1802
- function_id: StrictInt,
1802
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being checked")],
1803
1803
  _request_timeout: Union[
1804
1804
  None,
1805
1805
  Annotated[StrictFloat, Field(gt=0)],
@@ -1816,7 +1816,7 @@ class FunctionsAIDecompilationApi:
1816
1816
  """Check the status of a function ai decompilation
1817
1817
 
1818
1818
 
1819
- :param function_id: (required)
1819
+ :param function_id: The ID of the function being checked (required)
1820
1820
  :type function_id: int
1821
1821
  :param _request_timeout: timeout setting for this request. If one
1822
1822
  number provided, it will be total request
@@ -1866,7 +1866,7 @@ class FunctionsAIDecompilationApi:
1866
1866
  @validate_call
1867
1867
  def get_ai_decompilation_task_status_without_preload_content(
1868
1868
  self,
1869
- function_id: StrictInt,
1869
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being checked")],
1870
1870
  _request_timeout: Union[
1871
1871
  None,
1872
1872
  Annotated[StrictFloat, Field(gt=0)],
@@ -1883,7 +1883,7 @@ class FunctionsAIDecompilationApi:
1883
1883
  """Check the status of a function ai decompilation
1884
1884
 
1885
1885
 
1886
- :param function_id: (required)
1886
+ :param function_id: The ID of the function being checked (required)
1887
1887
  :type function_id: int
1888
1888
  :param _request_timeout: timeout setting for this request. If one
1889
1889
  number provided, it will be total request
@@ -2306,7 +2306,7 @@ class FunctionsAIDecompilationApi:
2306
2306
  @validate_call
2307
2307
  def upsert_ai_decompilation_rating(
2308
2308
  self,
2309
- function_id: StrictInt,
2309
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being rated")],
2310
2310
  upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest,
2311
2311
  _request_timeout: Union[
2312
2312
  None,
@@ -2324,7 +2324,7 @@ class FunctionsAIDecompilationApi:
2324
2324
  """Upsert rating for AI decompilation
2325
2325
 
2326
2326
 
2327
- :param function_id: (required)
2327
+ :param function_id: The ID of the function being rated (required)
2328
2328
  :type function_id: int
2329
2329
  :param upsert_ai_decomplation_rating_request: (required)
2330
2330
  :type upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest
@@ -2377,7 +2377,7 @@ class FunctionsAIDecompilationApi:
2377
2377
  @validate_call
2378
2378
  def upsert_ai_decompilation_rating_with_http_info(
2379
2379
  self,
2380
- function_id: StrictInt,
2380
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being rated")],
2381
2381
  upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest,
2382
2382
  _request_timeout: Union[
2383
2383
  None,
@@ -2395,7 +2395,7 @@ class FunctionsAIDecompilationApi:
2395
2395
  """Upsert rating for AI decompilation
2396
2396
 
2397
2397
 
2398
- :param function_id: (required)
2398
+ :param function_id: The ID of the function being rated (required)
2399
2399
  :type function_id: int
2400
2400
  :param upsert_ai_decomplation_rating_request: (required)
2401
2401
  :type upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest
@@ -2448,7 +2448,7 @@ class FunctionsAIDecompilationApi:
2448
2448
  @validate_call
2449
2449
  def upsert_ai_decompilation_rating_without_preload_content(
2450
2450
  self,
2451
- function_id: StrictInt,
2451
+ function_id: Annotated[StrictInt, Field(description="The ID of the function being rated")],
2452
2452
  upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest,
2453
2453
  _request_timeout: Union[
2454
2454
  None,
@@ -2466,7 +2466,7 @@ class FunctionsAIDecompilationApi:
2466
2466
  """Upsert rating for AI decompilation
2467
2467
 
2468
2468
 
2469
- :param function_id: (required)
2469
+ :param function_id: The ID of the function being rated (required)
2470
2470
  :type function_id: int
2471
2471
  :param upsert_ai_decomplation_rating_request: (required)
2472
2472
  :type upsert_ai_decomplation_rating_request: UpsertAiDecomplationRatingRequest
@@ -90,7 +90,7 @@ class ApiClient:
90
90
  self.default_headers[header_name] = header_value
91
91
  self.cookie = cookie
92
92
  # Set default User-Agent.
93
- self.user_agent = 'OpenAPI-Generator/v2.8.0/python'
93
+ self.user_agent = 'OpenAPI-Generator/v2.11.0/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(self):
@@ -529,8 +529,8 @@ conf = revengai.Configuration(
529
529
  return "Python SDK Debug Report:\n"\
530
530
  "OS: {env}\n"\
531
531
  "Python Version: {pyversion}\n"\
532
- "Version of the API: v2.8.0\n"\
533
- "SDK Package Version: v2.8.0".\
532
+ "Version of the API: v2.11.0\n"\
533
+ "SDK Package Version: v2.11.0".\
534
534
  format(env=sys.platform, pyversion=sys.version)
535
535
 
536
536
  def get_host_settings(self) -> List[HostSetting]:
@@ -31,6 +31,7 @@ class Basic(BaseModel):
31
31
  creation: datetime = Field(description="When the binary was uploaded")
32
32
  sha_256_hash: StrictStr = Field(description="The hash of the binary uploaded")
33
33
  model_name: StrictStr = Field(description="The model name used for analysis")
34
+ model_id: StrictInt = Field(description="The model ID used for analysis")
34
35
  owner_username: StrictStr = Field(description="The name of the owner of the binary")
35
36
  analysis_scope: StrictStr = Field(description="The scope of the analysis")
36
37
  is_owner: StrictBool = Field(description="Whether the current user is the owner")
@@ -38,7 +39,7 @@ class Basic(BaseModel):
38
39
  function_count: StrictInt = Field(description="The number of functions in the binary")
39
40
  is_advanced: StrictBool = Field(description="Whether the analysis was advanced")
40
41
  base_address: Optional[StrictInt]
41
- __properties: ClassVar[List[str]] = ["binary_name", "binary_size", "creation", "sha_256_hash", "model_name", "owner_username", "analysis_scope", "is_owner", "debug", "function_count", "is_advanced", "base_address"]
42
+ __properties: ClassVar[List[str]] = ["binary_name", "binary_size", "creation", "sha_256_hash", "model_name", "model_id", "owner_username", "analysis_scope", "is_owner", "debug", "function_count", "is_advanced", "base_address"]
42
43
 
43
44
  model_config = ConfigDict(
44
45
  populate_by_name=True,
@@ -101,6 +102,7 @@ class Basic(BaseModel):
101
102
  "creation": obj.get("creation"),
102
103
  "sha_256_hash": obj.get("sha_256_hash"),
103
104
  "model_name": obj.get("model_name"),
105
+ "model_id": obj.get("model_id"),
104
106
  "owner_username": obj.get("owner_username"),
105
107
  "analysis_scope": obj.get("analysis_scope"),
106
108
  "is_owner": obj.get("is_owner"),
@@ -25,7 +25,7 @@ class CalleeFunctionInfo(BaseModel):
25
25
  """
26
26
  CalleeFunctionInfo
27
27
  """ # noqa: E501
28
- function_id: StrictInt
28
+ function_id: StrictInt = Field(description="Unique identifier of the function")
29
29
  matched_function_id: Optional[StrictInt]
30
30
  dashboard_url: Optional[StrictStr]
31
31
  is_external: Optional[StrictBool] = Field(default=False, description="Indicates if the function is external")
@@ -25,7 +25,7 @@ class CallerFunctionInfo(BaseModel):
25
25
  """
26
26
  CallerFunctionInfo
27
27
  """ # noqa: E501
28
- function_id: StrictInt
28
+ function_id: StrictInt = Field(description="Unique identifier of the function")
29
29
  matched_function_id: Optional[StrictInt]
30
30
  dashboard_url: Optional[StrictStr]
31
31
  is_external: Optional[StrictBool] = Field(default=False, description="Indicates if the function is external")
@@ -16,7 +16,7 @@ import pprint
16
16
  import re # noqa: F401
17
17
  import json
18
18
 
19
- from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
19
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
20
20
  from typing import Any, ClassVar, Dict, List
21
21
  from typing import Optional, Set
22
22
  from typing_extensions import Self
@@ -25,7 +25,7 @@ class DecompilationResponse(BaseModel):
25
25
  """
26
26
  DecompilationResponse
27
27
  """ # noqa: E501
28
- function_id: StrictInt
28
+ function_id: StrictInt = Field(description="The ID of the function")
29
29
  decompilation: StrictStr
30
30
  calling_convention: StrictStr
31
31
  __properties: ClassVar[List[str]] = ["function_id", "decompilation", "calling_convention"]
@@ -16,7 +16,7 @@ import pprint
16
16
  import re # noqa: F401
17
17
  import json
18
18
 
19
- from pydantic import BaseModel, ConfigDict, StrictInt
19
+ from pydantic import BaseModel, ConfigDict, Field, StrictInt
20
20
  from typing import Any, ClassVar, Dict, List, Optional
21
21
  from revengai.models.matched_function import MatchedFunction
22
22
  from revengai.models.name_confidence import NameConfidence
@@ -27,7 +27,7 @@ class FunctionMatchingResultWithBestMatch(BaseModel):
27
27
  """
28
28
  FunctionMatchingResultWithBestMatch
29
29
  """ # noqa: E501
30
- function_id: StrictInt
30
+ function_id: StrictInt = Field(description="Unique identifier of the function")
31
31
  matched_functions: List[MatchedFunction]
32
32
  confidences: Optional[List[NameConfidence]] = None
33
33
  __properties: ClassVar[List[str]] = ["function_id", "matched_functions", "confidences"]
@@ -17,7 +17,7 @@ import re # noqa: F401
17
17
  import json
18
18
 
19
19
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
20
- from typing import Any, ClassVar, Dict, List, Optional
20
+ from typing import Any, ClassVar, Dict, List
21
21
  from typing import Optional, Set
22
22
  from typing_extensions import Self
23
23
 
@@ -25,8 +25,8 @@ class FunctionRename(BaseModel):
25
25
  """
26
26
  FunctionRename
27
27
  """ # noqa: E501
28
- new_name: Optional[StrictStr] = Field(default='', description="The new name for the function")
29
- new_mangled_name: Optional[StrictStr] = None
28
+ new_name: StrictStr = Field(description="The new name for the function")
29
+ new_mangled_name: StrictStr = Field(description="The new mangled name for the function")
30
30
  __properties: ClassVar[List[str]] = ["new_name", "new_mangled_name"]
31
31
 
32
32
  model_config = ConfigDict(
@@ -68,11 +68,6 @@ class FunctionRename(BaseModel):
68
68
  exclude=excluded_fields,
69
69
  exclude_none=True,
70
70
  )
71
- # set to None if new_mangled_name (nullable) is None
72
- # and model_fields_set contains the field
73
- if self.new_mangled_name is None and "new_mangled_name" in self.model_fields_set:
74
- _dict['new_mangled_name'] = None
75
-
76
71
  return _dict
77
72
 
78
73
  @classmethod
@@ -85,7 +80,7 @@ class FunctionRename(BaseModel):
85
80
  return cls.model_validate(obj)
86
81
 
87
82
  _obj = cls.model_validate({
88
- "new_name": obj.get("new_name") if obj.get("new_name") is not None else '',
83
+ "new_name": obj.get("new_name"),
89
84
  "new_mangled_name": obj.get("new_mangled_name")
90
85
  })
91
86
  return _obj
@@ -17,7 +17,7 @@ import re # noqa: F401
17
17
  import json
18
18
 
19
19
  from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
20
- from typing import Any, ClassVar, Dict, List, Optional
20
+ from typing import Any, ClassVar, Dict, List
21
21
  from typing import Optional, Set
22
22
  from typing_extensions import Self
23
23
 
@@ -26,8 +26,8 @@ class FunctionRenameMap(BaseModel):
26
26
  FunctionRenameMap
27
27
  """ # noqa: E501
28
28
  function_id: StrictInt = Field(description="The ID of the function to rename")
29
- new_name: Optional[StrictStr] = Field(default='', description="The new name for the function")
30
- new_mangled_name: Optional[StrictStr] = None
29
+ new_name: StrictStr = Field(description="The new name for the function")
30
+ new_mangled_name: StrictStr = Field(description="The new mangled name for the function")
31
31
  __properties: ClassVar[List[str]] = ["function_id", "new_name", "new_mangled_name"]
32
32
 
33
33
  model_config = ConfigDict(
@@ -69,11 +69,6 @@ class FunctionRenameMap(BaseModel):
69
69
  exclude=excluded_fields,
70
70
  exclude_none=True,
71
71
  )
72
- # set to None if new_mangled_name (nullable) is None
73
- # and model_fields_set contains the field
74
- if self.new_mangled_name is None and "new_mangled_name" in self.model_fields_set:
75
- _dict['new_mangled_name'] = None
76
-
77
72
  return _dict
78
73
 
79
74
  @classmethod
@@ -87,7 +82,7 @@ class FunctionRenameMap(BaseModel):
87
82
 
88
83
  _obj = cls.model_validate({
89
84
  "function_id": obj.get("function_id"),
90
- "new_name": obj.get("new_name") if obj.get("new_name") is not None else '',
85
+ "new_name": obj.get("new_name"),
91
86
  "new_mangled_name": obj.get("new_mangled_name")
92
87
  })
93
88
  return _obj