crc-pulpcore-client 20250821.2__py3-none-any.whl → 20250821.4__py3-none-any.whl

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 crc-pulpcore-client might be problematic. Click here for more details.

Files changed (86) hide show
  1. crc-pulpcore-client/api/__init__.py +1 -0
  2. crc-pulpcore-client/api/content_api.py +12 -12
  3. crc-pulpcore-client/api/distributions_api.py +12 -12
  4. crc-pulpcore-client/api/remotes_api.py +12 -12
  5. crc-pulpcore-client/api/repositories_api.py +12 -12
  6. crc-pulpcore-client/api/vuln_report_api.py +977 -0
  7. crc-pulpcore-client/api_client.py +1 -1
  8. crc-pulpcore-client/configuration.py +3 -3
  9. crc-pulpcore-client/models/__init__.py +2 -0
  10. crc-pulpcore-client/models/artifact_distribution_response.py +13 -13
  11. crc-pulpcore-client/models/filesystem_export_response.py +0 -2
  12. crc-pulpcore-client/models/generic_remote_response.py +1 -3
  13. crc-pulpcore-client/models/group_role_response.py +0 -2
  14. crc-pulpcore-client/models/multiple_artifact_content_response.py +5 -1
  15. crc-pulpcore-client/models/nested_open_pgp_public_subkey_response.py +0 -2
  16. crc-pulpcore-client/models/nested_open_pgp_signature.py +1 -1
  17. crc-pulpcore-client/models/nested_open_pgp_signature_response.py +2 -3
  18. crc-pulpcore-client/models/nested_open_pgp_user_attribute_response.py +0 -2
  19. crc-pulpcore-client/models/nested_open_pgp_user_id_response.py +0 -2
  20. crc-pulpcore-client/models/open_pgp_keyring.py +2 -2
  21. crc-pulpcore-client/models/open_pgp_keyring_response.py +2 -3
  22. crc-pulpcore-client/models/open_pgp_public_key_response.py +4 -6
  23. crc-pulpcore-client/models/open_pgp_public_subkey_response.py +4 -2
  24. crc-pulpcore-client/models/open_pgp_signature_response.py +6 -3
  25. crc-pulpcore-client/models/open_pgp_user_attribute_response.py +4 -2
  26. crc-pulpcore-client/models/open_pgp_user_id_response.py +4 -2
  27. crc-pulpcore-client/models/orphans_cleanup.py +2 -3
  28. crc-pulpcore-client/models/paginated_access_policy_response_list.py +0 -10
  29. crc-pulpcore-client/models/paginated_artifact_distribution_response_list.py +0 -10
  30. crc-pulpcore-client/models/paginated_artifact_response_list.py +0 -10
  31. crc-pulpcore-client/models/paginated_composite_content_guard_response_list.py +0 -10
  32. crc-pulpcore-client/models/paginated_content_guard_response_list.py +0 -10
  33. crc-pulpcore-client/models/paginated_content_redirect_content_guard_response_list.py +0 -10
  34. crc-pulpcore-client/models/paginated_distribution_response_list.py +0 -10
  35. crc-pulpcore-client/models/paginated_domain_response_list.py +0 -10
  36. crc-pulpcore-client/models/paginated_filesystem_export_response_list.py +0 -10
  37. crc-pulpcore-client/models/paginated_filesystem_exporter_response_list.py +0 -10
  38. crc-pulpcore-client/models/paginated_generic_remote_response_list.py +0 -10
  39. crc-pulpcore-client/models/paginated_group_response_list.py +0 -10
  40. crc-pulpcore-client/models/paginated_group_role_response_list.py +0 -10
  41. crc-pulpcore-client/models/paginated_group_user_response_list.py +0 -10
  42. crc-pulpcore-client/models/paginated_header_content_guard_response_list.py +0 -10
  43. crc-pulpcore-client/models/paginated_import_response_list.py +0 -10
  44. crc-pulpcore-client/models/paginated_multiple_artifact_content_response_list.py +0 -10
  45. crc-pulpcore-client/models/paginated_open_pgp_distribution_response_list.py +0 -10
  46. crc-pulpcore-client/models/paginated_open_pgp_keyring_response_list.py +0 -10
  47. crc-pulpcore-client/models/paginated_open_pgp_public_key_response_list.py +0 -10
  48. crc-pulpcore-client/models/paginated_open_pgp_public_subkey_response_list.py +0 -10
  49. crc-pulpcore-client/models/paginated_open_pgp_signature_response_list.py +0 -10
  50. crc-pulpcore-client/models/paginated_open_pgp_user_attribute_response_list.py +0 -10
  51. crc-pulpcore-client/models/paginated_open_pgp_user_id_response_list.py +0 -10
  52. crc-pulpcore-client/models/paginated_publication_response_list.py +0 -10
  53. crc-pulpcore-client/models/paginated_pulp_export_response_list.py +0 -10
  54. crc-pulpcore-client/models/paginated_pulp_exporter_response_list.py +0 -10
  55. crc-pulpcore-client/models/paginated_pulp_importer_response_list.py +0 -10
  56. crc-pulpcore-client/models/paginated_rbac_content_guard_response_list.py +0 -10
  57. crc-pulpcore-client/models/paginated_repository_response_list.py +0 -10
  58. crc-pulpcore-client/models/paginated_repository_version_response_list.py +0 -10
  59. crc-pulpcore-client/models/paginated_role_response_list.py +0 -10
  60. crc-pulpcore-client/models/paginated_signing_service_response_list.py +0 -10
  61. crc-pulpcore-client/models/paginated_task_group_response_list.py +0 -10
  62. crc-pulpcore-client/models/paginated_task_response_list.py +0 -10
  63. crc-pulpcore-client/models/paginated_task_schedule_response_list.py +0 -10
  64. crc-pulpcore-client/models/paginated_upload_response_list.py +0 -10
  65. crc-pulpcore-client/models/paginated_upstream_pulp_response_list.py +0 -10
  66. crc-pulpcore-client/models/paginated_user_response_list.py +0 -10
  67. crc-pulpcore-client/models/paginated_user_role_response_list.py +0 -10
  68. crc-pulpcore-client/models/paginated_vulnerability_report_response_list.py +102 -0
  69. crc-pulpcore-client/models/paginated_worker_response_list.py +0 -10
  70. crc-pulpcore-client/models/patched_open_pgp_keyring.py +2 -2
  71. crc-pulpcore-client/models/pulp_export_response.py +0 -2
  72. crc-pulpcore-client/models/rbac_content_guard_response.py +0 -4
  73. crc-pulpcore-client/models/repository_response.py +2 -3
  74. crc-pulpcore-client/models/repository_version_response.py +6 -2
  75. crc-pulpcore-client/models/storage_response.py +4 -5
  76. crc-pulpcore-client/models/task_group_response.py +0 -4
  77. crc-pulpcore-client/models/task_response.py +0 -8
  78. crc-pulpcore-client/models/upload_detail_response.py +0 -2
  79. crc-pulpcore-client/models/upstream_pulp_response.py +0 -2
  80. crc-pulpcore-client/models/user_response.py +0 -4
  81. crc-pulpcore-client/models/user_role_response.py +0 -2
  82. crc-pulpcore-client/models/vulnerability_report_response.py +116 -0
  83. {crc_pulpcore_client-20250821.2.dist-info → crc_pulpcore_client-20250821.4.dist-info}/METADATA +1 -1
  84. {crc_pulpcore_client-20250821.2.dist-info → crc_pulpcore_client-20250821.4.dist-info}/RECORD +86 -83
  85. {crc_pulpcore_client-20250821.2.dist-info → crc_pulpcore_client-20250821.4.dist-info}/WHEEL +0 -0
  86. {crc_pulpcore_client-20250821.2.dist-info → crc_pulpcore_client-20250821.4.dist-info}/top_level.txt +0 -0
@@ -1,14 +1,14 @@
1
1
  crc-pulpcore-client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
2
- crc-pulpcore-client/api_client.py,sha256=XWcRVaSuOo30GnmLsJFvjbgs4f9L8av6rkozAQPdJ-Y,27487
2
+ crc-pulpcore-client/api_client.py,sha256=A6w2Mh19-roZ2DGbqAqL0tqDbP2NcWgTW-mkfgg2GzY,27487
3
3
  crc-pulpcore-client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- crc-pulpcore-client/configuration.py,sha256=bCIbjh8pU3MWVu8tmckjv8wysWcN1dHz-d0M-FQq-jg,19659
4
+ crc-pulpcore-client/configuration.py,sha256=TDDm_TgyERlremLVO1dUJlwBc9i7jdtrrIfwFgcEhtk,19659
5
5
  crc-pulpcore-client/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
6
6
  crc-pulpcore-client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  crc-pulpcore-client/rest.py,sha256=A8Ih9HOJfXJtyWaCy1whAVV3vhQ5y3vJahkQ_YES4IE,9402
8
- crc-pulpcore-client/api/__init__.py,sha256=6OwGUZoYzqzzRgfKPKCnGdGaWKnS-DjVLNAHE0r1a7o,3706
8
+ crc-pulpcore-client/api/__init__.py,sha256=1C4g1L_sr0qwoJdk5X8qRtcuVFZdyq31n7xsYtjZNrk,3772
9
9
  crc-pulpcore-client/api/access_policies_api.py,sha256=_SaZxEBdq5fpGOy21HFtxCoUilSe-Z9V6leKMAYjJLs,85318
10
10
  crc-pulpcore-client/api/artifacts_api.py,sha256=b1boctaWZN4WRjmcLXS6t3O78FNeRRzr2nNG65d6sSk,84986
11
- crc-pulpcore-client/api/content_api.py,sha256=KgTQ03yMkHOHJFzdVgw5SMtc1yZl0PmRXSAgMfoOS4M,45244
11
+ crc-pulpcore-client/api/content_api.py,sha256=XMVvNyYo2hb1ptfWJxRVZvhtAZsrEss9eoJloD23bNw,42796
12
12
  crc-pulpcore-client/api/content_openpgp_publickey_api.py,sha256=7Q_MmwqdJkdYJL35DGDFg8kkLktJ6J2jFvJW7InvWJo,88142
13
13
  crc-pulpcore-client/api/content_openpgp_publicsubkey_api.py,sha256=fLoXZFkjhaqk0xm36oVwK0bHKUQ1Yv7B_yY7Syf90i8,70888
14
14
  crc-pulpcore-client/api/content_openpgp_signature_api.py,sha256=bhNV7DKCZkl6OBbRnSC-UA20ksj_HAM7XrYCpV5tEEc,72885
@@ -19,7 +19,7 @@ crc-pulpcore-client/api/contentguards_composite_api.py,sha256=F5maCuAZG2AEuhbZho
19
19
  crc-pulpcore-client/api/contentguards_content_redirect_api.py,sha256=50rdhIsywEDcCI20bLkXgd2eeB1n5mPFBgxw75MZB8I,149748
20
20
  crc-pulpcore-client/api/contentguards_header_api.py,sha256=qgJsk133-aQkLR-p9DAcHdeZ7JX-mnocZhk4IJRlkgQ,146828
21
21
  crc-pulpcore-client/api/contentguards_rbac_api.py,sha256=zKv0cyCVWew_hsRPjJfhzDRgN18Qan8HGPYp90howO8,148896
22
- crc-pulpcore-client/api/distributions_api.py,sha256=0TbEkbDc5qIcuo3z9q6bd1UoKhXbN2qB9qQAfelKtSE,49609
22
+ crc-pulpcore-client/api/distributions_api.py,sha256=3tBwKUAySe1nQ-JpHXh3DZsvIsKp-wBkbOqTOtPW0BM,49201
23
23
  crc-pulpcore-client/api/distributions_artifacts_api.py,sha256=vuxRwSBhNwEMYjw6hFpCstrd9zw0FDJhZsAdbTFIMuU,56384
24
24
  crc-pulpcore-client/api/distributions_openpgp_api.py,sha256=LhICPo4It5viHBUp2eAZ_ygeRpfMAD-hE5VcFoyJvlc,116929
25
25
  crc-pulpcore-client/api/domains_api.py,sha256=4E2g5MmQTvharNnb_JBasL66KwR9GTMX6eZ6-PDLNak,135741
@@ -38,9 +38,9 @@ crc-pulpcore-client/api/login_api.py,sha256=vknma7AYsVLWxPdjORojFzYFNaCHwxkuOot9
38
38
  crc-pulpcore-client/api/orphans_api.py,sha256=7adJ8iVd3ussmAH94afGIWBuAqVpfbwECuBHsaAdiOc,12538
39
39
  crc-pulpcore-client/api/orphans_cleanup_api.py,sha256=dbDcQamGPlRg-GmJ23vunMTZ0xGvYvARysY8h92QVE8,13535
40
40
  crc-pulpcore-client/api/publications_api.py,sha256=Pq0l0dJJu4_RYMFDHjmogtRjh-I9LZqVPbpGI8gC7Mg,42367
41
- crc-pulpcore-client/api/remotes_api.py,sha256=XcBvzBvk2E9zYzJpFv01R7l115V7o69HiRir31k0ttk,62324
41
+ crc-pulpcore-client/api/remotes_api.py,sha256=Uym9urnCSdny7GLlqfZIdgiVGXQXNaj35q6sxJkafJQ,61916
42
42
  crc-pulpcore-client/api/repair_api.py,sha256=tvBlL2gwgWoc4T8WR-Q6ac_7RaKCJOuOg_i-1YZTgr8,13498
43
- crc-pulpcore-client/api/repositories_api.py,sha256=xTX6o_kwmdvTNIj7x4O-Cc7t4Y17lPQazQg1jIoH-7E,55091
43
+ crc-pulpcore-client/api/repositories_api.py,sha256=QT35QpCJgSGCs88Pv_iW4knuwDX3b2wFWvr6s02Khyc,54683
44
44
  crc-pulpcore-client/api/repositories_openpgp_keyring_api.py,sha256=miMpkSNlMRcPl9RE8mStJccON-j5FZ3lnNnaElezNis,200378
45
45
  crc-pulpcore-client/api/repositories_reclaim_space_api.py,sha256=K6wmrpLSIJ5Mg9xgZb5clelhs-ay-CwQop6uOMUTZPw,13501
46
46
  crc-pulpcore-client/api/repository_versions_api.py,sha256=XbXpZQWG4bPqK3xDz-HJ6My2wpn-LkqlQ8Dpt4gmINg,40735
@@ -54,12 +54,13 @@ crc-pulpcore-client/api/uploads_api.py,sha256=lx2hjwde0nO3AfDwijcsoFq9_mRA-f5OwC
54
54
  crc-pulpcore-client/api/upstream_pulps_api.py,sha256=LrFWMH1gfXoHTuL0a2iKqLPKocCVIpI6zMe29_7_vXM,181146
55
55
  crc-pulpcore-client/api/users_api.py,sha256=BdBiFJ7p_9LxHdfiWXN37BVyQEJnEgBFj5MelBCU-zg,107362
56
56
  crc-pulpcore-client/api/users_roles_api.py,sha256=7AFMKelSzsMusN_ysCQ0RnYcceAUnVoZR4JY1qjgJAs,63100
57
+ crc-pulpcore-client/api/vuln_report_api.py,sha256=bAJmlgekVmXDXRdgcA0ZQexdAPQmIoyyKneU2BOr0y4,50483
57
58
  crc-pulpcore-client/api/workers_api.py,sha256=SS5NuMrwM9DgX9I88m0RMZR_Odrx0SvyxrL2pI3ynJo,63297
58
- crc-pulpcore-client/models/__init__.py,sha256=C6z-AcHFxoKT6kDuYvYYsSwdYVUR0cfKbv2x9JY464Q,15478
59
+ crc-pulpcore-client/models/__init__.py,sha256=8bxXj6TeihdVmnL34eLUXE5d0uZ2A0rBZkhRKjcxz-4,15700
59
60
  crc-pulpcore-client/models/access_policy.py,sha256=o_UQkz1odEC7WkNVr1Wd7FUBF3Sa8MyS2rOvb-ozwbc,3427
60
61
  crc-pulpcore-client/models/access_policy_response.py,sha256=xz4QOVu46bgH8_rMh0yiilUE6zHv846XScHyBAufGM0,5127
61
62
  crc-pulpcore-client/models/api_app_status_response.py,sha256=yOctQFMFveeyDOmLf5K2XYFSGUpvGrZfIra4TbgsxFU,3518
62
- crc-pulpcore-client/models/artifact_distribution_response.py,sha256=Rxr63TUa4DCYLs1VfXiLySjybUJh2OFFBUlW-Gv6iLI,5474
63
+ crc-pulpcore-client/models/artifact_distribution_response.py,sha256=eFjQQ0p4FfNSOGxAB1zrSQ9ukUGz1Ym5EhZIzq06i4g,5474
63
64
  crc-pulpcore-client/models/artifact_response.py,sha256=RRXzTZXO-RP9ashupuQIn7yt2UWHh85_PW6Dh9IjyDM,6276
64
65
  crc-pulpcore-client/models/async_operation_response.py,sha256=IbcgvoCxfMCL9HXaPJDPLgDo8IKE12QKstLIxzhegt8,2558
65
66
  crc-pulpcore-client/models/composite_content_guard.py,sha256=7GRHt4V0-OB23eq4sCc4nsoj_gK2eiMPmN3RQn517BY,3260
@@ -77,17 +78,17 @@ crc-pulpcore-client/models/domain_backend_migrator.py,sha256=bPLPeBEo29LbdEt6hkg
77
78
  crc-pulpcore-client/models/domain_response.py,sha256=J76u2ZAUjDpLCUA7au_hjWI9OC6UQrJM-s5HQtumSt4,5915
78
79
  crc-pulpcore-client/models/evaluation_response.py,sha256=0aKhrXPx7fXizNYgthngY1uGs3m_sqNW6HEZOS9VTu0,2942
79
80
  crc-pulpcore-client/models/filesystem_export.py,sha256=rMOAiuOnPXsBx5b8dAIO53ZJAtOoPK8wYhZrwjkTlG4,3408
80
- crc-pulpcore-client/models/filesystem_export_response.py,sha256=Rmh_lcx_7MXgdCMOw5O9PLEx3HjAXDQL2lhmBqFKsKg,4458
81
+ crc-pulpcore-client/models/filesystem_export_response.py,sha256=dHnJ3mk2fkob4pEN9LHYWZc_ROcgG1U73GmeC30AAPI,4374
81
82
  crc-pulpcore-client/models/filesystem_exporter.py,sha256=h6u4XPPyXRLgIIJXHFq4UQ4ca27NjG1a7PluDALx26k,3107
82
83
  crc-pulpcore-client/models/filesystem_exporter_response.py,sha256=tk1LRsaedkaD8X7SoEwUg7UXEL4JCo6uzexAvB02bG0,4126
83
- crc-pulpcore-client/models/generic_remote_response.py,sha256=ppr2Ioiww-37fqjYXvIqX5cMYvVN-7fzOw0dvFG0IfQ,11353
84
+ crc-pulpcore-client/models/generic_remote_response.py,sha256=QR6nhl6SmNIksAxjzRIuNvGMHBc9xCD9JmCx14E8OAw,11243
84
85
  crc-pulpcore-client/models/generic_remote_response_hidden_fields_inner.py,sha256=d8VXwJCqqiixfsId6JYEeek6QbFUI4w-JiOnSAHGKYE,2639
85
86
  crc-pulpcore-client/models/generic_remote_response_policy_enum.py,sha256=axJQP4PmoGPxT2r0UfRov_hDDF20W5EREc9gqhLPhko,1296
86
87
  crc-pulpcore-client/models/group.py,sha256=_4GPGaCrmEzk4uLfEzUQWNt2VCmo9xywbksyi-80Qfg,2556
87
88
  crc-pulpcore-client/models/group_progress_report_response.py,sha256=GKLZIzFVAGuqPpc6HXnF5kBZ-CW7O1JafgiQnAHnR3Q,4150
88
89
  crc-pulpcore-client/models/group_response.py,sha256=wv6vULtj9b77WDg6r1XuKb3RetMdMwPNkkRybUaVlYs,3064
89
90
  crc-pulpcore-client/models/group_role.py,sha256=1th4mltVYc5Kqtk0Ljcye5r0NHI2ToSSEuLpSP7qtOE,4114
90
- crc-pulpcore-client/models/group_role_response.py,sha256=y1P9pt-ys_duF4ABTnbdNI5Fw_sPsa7r9TZW2B1D6tE,5463
91
+ crc-pulpcore-client/models/group_role_response.py,sha256=cAx8IJxDBRRB28FC9BYm7a3kMdeyy4M0mf2GkATf2GY,5386
91
92
  crc-pulpcore-client/models/group_user.py,sha256=8MUB4Kqu87V-8IUMuZdPjG_YNZK-eg8t3-hBZfttD5c,2673
92
93
  crc-pulpcore-client/models/group_user_response.py,sha256=84lWK5dsHhXzytboaqehM-9utHbjjdAlTeYVs379YXk,3028
93
94
  crc-pulpcore-client/models/header_content_guard.py,sha256=VoLoZqR8nfiGc9Pq43FkC25DyUQZOG3YM7Z11X37yCY,3974
@@ -96,70 +97,71 @@ crc-pulpcore-client/models/import_response.py,sha256=nyH6TZYIhkC6IpzzAVjZKMphVnH
96
97
  crc-pulpcore-client/models/login_response.py,sha256=TTMol_I40G_F6cIIpq58CwFT2kDcRtil-bADnGtI_Jw,2894
97
98
  crc-pulpcore-client/models/method_enum.py,sha256=TJzoZFKWGG2af_E-LhXkn9E1WQOToc2qkDCgc6rUilY,845
98
99
  crc-pulpcore-client/models/minimal_task_response.py,sha256=j1Lom5fnHXbotfu0SkT0FxKwn0jfkT7JjmFWVFpdL-I,5351
99
- crc-pulpcore-client/models/multiple_artifact_content_response.py,sha256=EN8YTeaVnTVWb7zVqECMIZT4ILLW3pwfHD3ib3lGaSM,4350
100
+ crc-pulpcore-client/models/multiple_artifact_content_response.py,sha256=ZQm4kPGLhw-UpCdm6amvzbSq10XDsuPwdHg08szFpik,4537
100
101
  crc-pulpcore-client/models/my_permissions_response.py,sha256=q5KI8WcrUykr38UGVLlque5b7NVMZFd7-Gy0exa-YK8,2519
101
102
  crc-pulpcore-client/models/nested_open_pgp_public_subkey.py,sha256=hIjgFAhJwnvdCYVkWHK3_L7ZBwh-4TcIEO_7KTFp56w,3016
102
- crc-pulpcore-client/models/nested_open_pgp_public_subkey_response.py,sha256=ES_4vlNSfILHtqJ8e4EyPqZ28p6YLQq1d25ysHQn-OU,3806
103
- crc-pulpcore-client/models/nested_open_pgp_signature.py,sha256=_-Gj3CrRj70N-ikEgVbE-i5NyRS1JKVZhErZHFDChwo,4500
104
- crc-pulpcore-client/models/nested_open_pgp_signature_response.py,sha256=OpXT1_E5A285gsLAi_edo1fy0R_7puInEUh-7yYpbVo,4658
103
+ crc-pulpcore-client/models/nested_open_pgp_public_subkey_response.py,sha256=AdtgyGc8ccOsjRUy0f2x9SbjydFFq7ZFqic_6xdNJWM,3730
104
+ crc-pulpcore-client/models/nested_open_pgp_signature.py,sha256=ModtaCYWdgbPEIGTFdkkCSNnyDx1MJqWE6EuVj7Z6Ro,4485
105
+ crc-pulpcore-client/models/nested_open_pgp_signature_response.py,sha256=o_NNdLgMQRT8MOZTvhQbSqHvfJ3A8I54DY-5fkwaaSk,4571
105
106
  crc-pulpcore-client/models/nested_open_pgp_user_attribute.py,sha256=b_KBaC7V99IWH_qE54PqNUySFfCKIypbGQyHEHMHwA4,2894
106
- crc-pulpcore-client/models/nested_open_pgp_user_attribute_response.py,sha256=RGOEIbngbr53lUAswANc25ZVxUlqFKIAwxGKagD7SDk,3684
107
+ crc-pulpcore-client/models/nested_open_pgp_user_attribute_response.py,sha256=ECwCEPsnTz6cy6gb6cJNJ0gQCocGpvFH2-dE1ZvnpvY,3608
107
108
  crc-pulpcore-client/models/nested_open_pgp_user_id.py,sha256=cAtzX37yvQoAESjARB3YxloUmSA7ZNqWLGFFRNDG_Uk,2861
108
- crc-pulpcore-client/models/nested_open_pgp_user_id_response.py,sha256=tvrcVfLidj3YgD9Wo7-QD32GE-ezZnOnAmAXO3afNeg,3590
109
+ crc-pulpcore-client/models/nested_open_pgp_user_id_response.py,sha256=P3Uua886n5BzysSsNgQGOBSUcncUhEntJVjn_XFTs8k,3514
109
110
  crc-pulpcore-client/models/nested_role.py,sha256=_QDbpC49ZywdkvKtd2vWnh9cxhct1kcHizHxQ1pIvH0,3003
110
111
  crc-pulpcore-client/models/nested_role_response.py,sha256=j3oDMZ6T7FdGcuOdhKM5VkAYn0aUbcF73675vaNDOxk,2874
111
112
  crc-pulpcore-client/models/object_roles_response.py,sha256=YC83HtEjHWYg8x75HxBfjy-n79Tm9Rl3OaJI9ISErpI,2968
112
113
  crc-pulpcore-client/models/open_pgp_distribution.py,sha256=yoR8NT5aQ2t2ESG_GLDM7u6zpMouhQ-mbnDysngEj1A,5851
113
114
  crc-pulpcore-client/models/open_pgp_distribution_response.py,sha256=jguhr6BB3XzdOnT8PKCMBSbd9Q7X2ckp1i9FhK1-nsg,7568
114
- crc-pulpcore-client/models/open_pgp_keyring.py,sha256=hx97tPnRvehM1wR7xmn29ji-OPlNxpMTURKH_79C4kM,4404
115
- crc-pulpcore-client/models/open_pgp_keyring_response.py,sha256=TvTv4r8JSs08S9uU1QvCupdzXw4HqIBZaQOPw0ABNiE,5876
116
- crc-pulpcore-client/models/open_pgp_public_key_response.py,sha256=JLRcIwK2QhSETREOfRfoP6UCHG7MGDBmpDq3nLPHICs,6677
117
- crc-pulpcore-client/models/open_pgp_public_subkey_response.py,sha256=Yb05lGoxwm-_uMoaDNMCzuVeSzOu3iISSGYx17jiL4Q,5302
118
- crc-pulpcore-client/models/open_pgp_signature_response.py,sha256=xxlnjqinq5jcWCceHzFN4tr7vmKj2Vnw3gztWqUw7mY,6163
119
- crc-pulpcore-client/models/open_pgp_user_attribute_response.py,sha256=Dn48ZDylxTADnTnLvmp00nTpNT_fVSHZx1XoOnG9aOs,5210
120
- crc-pulpcore-client/models/open_pgp_user_id_response.py,sha256=R8I1WkXZWW-XhXzTuwkyZA5i1v0yDiEwV0HgR7BYuZo,5112
121
- crc-pulpcore-client/models/orphans_cleanup.py,sha256=P0rNr0bCQHdVbW31ZMeLNkbIe4ZAsrwt0u4e9yQcuB0,3550
122
- crc-pulpcore-client/models/paginated_access_policy_response_list.py,sha256=9zmw5w2m0FshCN-Rs5HDID6I7y_bkS-_y0OMoeFee6U,3751
123
- crc-pulpcore-client/models/paginated_artifact_distribution_response_list.py,sha256=6ZrD7QY-bHxksE2gQNdEwgyW4eCQVU_btjp1Qn5QLNQ,3815
124
- crc-pulpcore-client/models/paginated_artifact_response_list.py,sha256=K37TbhWJVhfKZyFXX4TuB4AJ8p2n9kQ49BVGuzVrb4c,3718
125
- crc-pulpcore-client/models/paginated_composite_content_guard_response_list.py,sha256=mY4nYZ7m21eQbwnxxS7aQ-_7IKGJn65qI2eKhsZbSDA,3824
126
- crc-pulpcore-client/models/paginated_content_guard_response_list.py,sha256=JdQdP5dVLdCcqV9ADsZs4KFdfikRpxlLLLt-3Q96nF8,3751
127
- crc-pulpcore-client/models/paginated_content_redirect_content_guard_response_list.py,sha256=Cr3EKQSDzLddB7RllWp-Z0vBsigB5xqagxJDvXAxBws,3873
128
- crc-pulpcore-client/models/paginated_distribution_response_list.py,sha256=fBg9YyZvBajESC5ti3hFtLJp5TBJW7MgN-lPJMI8h6E,3750
129
- crc-pulpcore-client/models/paginated_domain_response_list.py,sha256=MMqHMb4ITjUWd0QIjWLwy59omlVh732xoh8xUKBuHrE,3702
130
- crc-pulpcore-client/models/paginated_filesystem_export_response_list.py,sha256=GEfyZHajWkJ-8ewTv7CpEw4JEul4mmPSuJQTI-IZp8w,3783
131
- crc-pulpcore-client/models/paginated_filesystem_exporter_response_list.py,sha256=3drTEWi5vG596oLIaY8WNMdYo7qkaOq832AuIN8Lh4Y,3799
132
- crc-pulpcore-client/models/paginated_generic_remote_response_list.py,sha256=quNpglw-Lw3FoYycy8j0aNMbn3bSKg99MvF7CGfTGiI,3759
133
- crc-pulpcore-client/models/paginated_group_response_list.py,sha256=3ICV69uJdPTNkUhSWWopBl1qWv48a5WZ1Wiptviu6BE,3694
134
- crc-pulpcore-client/models/paginated_group_role_response_list.py,sha256=zIGKKR8h63PIIConKlQKHjZjvolKQU6ZrV7hTFU1WWk,3727
135
- crc-pulpcore-client/models/paginated_group_user_response_list.py,sha256=STmRclXKZtfM7Kp6NzpxJXM_SGCiXzMHg1fiZewGGz8,3727
136
- crc-pulpcore-client/models/paginated_header_content_guard_response_list.py,sha256=regn6XwnFk_fYRUgA1txdnui4IiRVhTYK3UIcyRUtpA,3800
137
- crc-pulpcore-client/models/paginated_import_response_list.py,sha256=IpVJb-8CYHb9ESWPENWXRFKJU7doGIQNRcduB-9AE-w,3702
138
- crc-pulpcore-client/models/paginated_multiple_artifact_content_response_list.py,sha256=fQDrzHkp4YuEN1d8VhK2kNLZKdtbwBLajFg2BqMfFto,3840
139
- crc-pulpcore-client/models/paginated_open_pgp_distribution_response_list.py,sha256=9mUNz8uPeBmQOpD3vzaxrfqEPwLQr56zNhKUg3u719E,3808
140
- crc-pulpcore-client/models/paginated_open_pgp_keyring_response_list.py,sha256=Do5LNneNAknRXXLc4QOS_09WC0m9rsTNqfdUGxv6Cos,3768
141
- crc-pulpcore-client/models/paginated_open_pgp_public_key_response_list.py,sha256=keAg8tUnVLZxIkbJBogykl3_Kz_ZnwOxWCphgTDaCUU,3785
142
- crc-pulpcore-client/models/paginated_open_pgp_public_subkey_response_list.py,sha256=fqEVGBU4irJ_T28uBcimq3s1vqoeooG8HiNEGGY5CGY,3809
143
- crc-pulpcore-client/models/paginated_open_pgp_signature_response_list.py,sha256=f1v9ix8U4ljT9lr1Ot53K-h96RFUMTZHxxeHFa3TA2Y,3784
144
- crc-pulpcore-client/models/paginated_open_pgp_user_attribute_response_list.py,sha256=Nr2nzUIA-C_wjoT9WHQUvTRw9e9iLgUuEQ_L8fs0cVg,3817
145
- crc-pulpcore-client/models/paginated_open_pgp_user_id_response_list.py,sha256=9ivccxb9Hre2eUsoPDF9lVK1wjiMGkaSn39qAgFukUM,3761
146
- crc-pulpcore-client/models/paginated_publication_response_list.py,sha256=sp2fDq8HKH4Wpu5dZqYYzVt9az0Xcxu1Od3YmfvlVFw,3742
147
- crc-pulpcore-client/models/paginated_pulp_export_response_list.py,sha256=gBJNAl5trk1C0tkyalYnHYntfcxIMhoGwTs0JSXJgFI,3735
148
- crc-pulpcore-client/models/paginated_pulp_exporter_response_list.py,sha256=cfyzAYlBtRD1wUoc5p-djx4JEJZzrQOh6AlQsnqETGY,3751
149
- crc-pulpcore-client/models/paginated_pulp_importer_response_list.py,sha256=ZoOT9-939bQtdF2rFwyUI0ksO3eygwnXXqWIfU-ReXI,3751
150
- crc-pulpcore-client/models/paginated_rbac_content_guard_response_list.py,sha256=psBNW472PfcxE32FA1G25zIPHsu9q_arRHh7hWYx6t8,3784
151
- crc-pulpcore-client/models/paginated_repository_response_list.py,sha256=gA4jrj3mKFwl3B8eg4SqNlKxu9O5Kkgrq91fFjkNnoI,3734
152
- crc-pulpcore-client/models/paginated_repository_version_response_list.py,sha256=lXa8KIpDg4L6FIhCOEggvtCBYsXdNSKGvOSmz8sT9n4,3791
153
- crc-pulpcore-client/models/paginated_role_response_list.py,sha256=xpiBeLSm8eBwCzrXna4BRPBHU0HWxLBx5oLugCghHo0,3686
154
- crc-pulpcore-client/models/paginated_signing_service_response_list.py,sha256=oxrTX8uwahxa3M7SMahV7wodGIwX7sZh2t9qSAvfvTE,3767
155
- crc-pulpcore-client/models/paginated_task_group_response_list.py,sha256=jnhC8jD9r2OruGgzMBWMiI9XKj5XdwOfNAparVNmuxE,3727
156
- crc-pulpcore-client/models/paginated_task_response_list.py,sha256=ME5920VUm3xnprZOdnBdyLt8gI34QI1xrLrhYW3vUnw,3686
157
- crc-pulpcore-client/models/paginated_task_schedule_response_list.py,sha256=QDRvgunJGPKZpqLDmgxDogjelVwpJ0iAM0IbMB0UPTI,3751
158
- crc-pulpcore-client/models/paginated_upload_response_list.py,sha256=Zg4VxNy_ovp9JcbXyA1n4ChBCaOZAJpCdAn54Mb5Lcg,3702
159
- crc-pulpcore-client/models/paginated_upstream_pulp_response_list.py,sha256=G1ggLoZFE2Y26iJSxoFM_nQXcV45rbTO5lnd472A22g,3751
160
- crc-pulpcore-client/models/paginated_user_response_list.py,sha256=Jl9pEn1RFgMNzsfIgWGmlDEZb3bT6y7NeDD16PoWOvw,3686
161
- crc-pulpcore-client/models/paginated_user_role_response_list.py,sha256=28qMHQssgj2y_S-zQg2VzFX3IUPioqmyzqEUJD22UjY,3719
162
- crc-pulpcore-client/models/paginated_worker_response_list.py,sha256=l3A7gzgIf_c48xXTvX5JPTC7gA3Iiaa-HSL2VywsVAc,3702
115
+ crc-pulpcore-client/models/open_pgp_keyring.py,sha256=Xf1jyCV4mCb8_9mZqYT4kPsxXsjbDffz8ZSzV6uZleM,4384
116
+ crc-pulpcore-client/models/open_pgp_keyring_response.py,sha256=tk3AfvhPzrb_rTZ4k8b8vp5fgZXj1b7pElW95EeuaW4,5816
117
+ crc-pulpcore-client/models/open_pgp_public_key_response.py,sha256=6L7-GXl-xUY--LoStVDuhb8pU_lKg12TurUS6tlVhoY,6629
118
+ crc-pulpcore-client/models/open_pgp_public_subkey_response.py,sha256=e2w3vIckMfDwoB9BkhzIe8n8Xzbg-DTSgjIvdcv2_i0,5413
119
+ crc-pulpcore-client/models/open_pgp_signature_response.py,sha256=rTN90yEMlTVcx9Q3XVQkw2u_R3jxJOGnS-Rvqbw0A9M,6270
120
+ crc-pulpcore-client/models/open_pgp_user_attribute_response.py,sha256=wjoS3SNMZkZncy16gp-JpBdeweovQ7iD9YFGn7vdtsQ,5321
121
+ crc-pulpcore-client/models/open_pgp_user_id_response.py,sha256=5K2tFMsCckU1IpBJSY9JDrXiJe0GL5TIXhqCGkqSN8c,5223
122
+ crc-pulpcore-client/models/orphans_cleanup.py,sha256=NsKGjLMKRh9Wo8mFeU6RPc6UU3qBAIX4ZhT1dc_0pEo,3475
123
+ crc-pulpcore-client/models/paginated_access_policy_response_list.py,sha256=V78lEUqGfc3ZSjh0Ki7uftKx8Q5AndJjiBCD2LEQGnQ,3337
124
+ crc-pulpcore-client/models/paginated_artifact_distribution_response_list.py,sha256=UG2iwTHOERVyb0_akGY9q8MjjJpJoYpPS3kryckjfxM,3401
125
+ crc-pulpcore-client/models/paginated_artifact_response_list.py,sha256=FuiiRZivEnJTO2PhVK32rRsxo2N4lXvNrAcAfJxmQCI,3304
126
+ crc-pulpcore-client/models/paginated_composite_content_guard_response_list.py,sha256=z4OYwR8b7ji2825BltUczKZhXf-zx2ucRS733kyTK4I,3410
127
+ crc-pulpcore-client/models/paginated_content_guard_response_list.py,sha256=p4NWHDjC9diQKijWunKjRvdM1ZjqXhngEcDbyB7qhEA,3337
128
+ crc-pulpcore-client/models/paginated_content_redirect_content_guard_response_list.py,sha256=kGK6QVn7LVYIx8seF69AQOxi4AVVlYEMceTvBQpBhr4,3459
129
+ crc-pulpcore-client/models/paginated_distribution_response_list.py,sha256=p_t_JF5_MgE0ukNtiuWEBbzlNqEuV2vqr3CWX4cXq70,3336
130
+ crc-pulpcore-client/models/paginated_domain_response_list.py,sha256=2SVz9Vus8hP7S2AT8Br0stQfzpsMjBAPYJuv-2t14XU,3288
131
+ crc-pulpcore-client/models/paginated_filesystem_export_response_list.py,sha256=SXfMKIXdjcrdWsmzBD7XeKIN3_4JvwvTrcJ5yNLecCM,3369
132
+ crc-pulpcore-client/models/paginated_filesystem_exporter_response_list.py,sha256=yaeUwP5zUpB01-FbkGmeZfL5wrlhfqyxqRqh1Rw36Og,3385
133
+ crc-pulpcore-client/models/paginated_generic_remote_response_list.py,sha256=gJSOZGZtSUetWzDUxJwCck40loWhS8gOt6MF0WgPShM,3345
134
+ crc-pulpcore-client/models/paginated_group_response_list.py,sha256=sIBENUjNVJaOeCbKibl3rnuIkj4oN1Lsbl_5krT0LFc,3280
135
+ crc-pulpcore-client/models/paginated_group_role_response_list.py,sha256=kaRElYsgvYDKS3a7BoULfGp7kt_rqHICs3XC6QG2mdE,3313
136
+ crc-pulpcore-client/models/paginated_group_user_response_list.py,sha256=LlCdHC1lcwN9FLwZ4nrg-6HQRRWkgvdABfDVDN9UWMU,3313
137
+ crc-pulpcore-client/models/paginated_header_content_guard_response_list.py,sha256=gQtsOC7kzqgoo9NzTJ3nPY7wghvq6WZg203RsCUBbMk,3386
138
+ crc-pulpcore-client/models/paginated_import_response_list.py,sha256=VaS-7VMhOkrHFnGdfVeFMRB64v9YPcs7Q6X_BKlU3q0,3288
139
+ crc-pulpcore-client/models/paginated_multiple_artifact_content_response_list.py,sha256=spdzxp8FJGGyoV4d7zyrHAzgY3mQevS-x8uLPJ4UrrY,3426
140
+ crc-pulpcore-client/models/paginated_open_pgp_distribution_response_list.py,sha256=KKfVATCp1f3hfxEc_6aPsfP4MqHqUVPTtWDUgUTu7oU,3394
141
+ crc-pulpcore-client/models/paginated_open_pgp_keyring_response_list.py,sha256=gv0CWL23nrOZORUs8iDaoDfw-0BpNLl6ADYefpvKoZU,3354
142
+ crc-pulpcore-client/models/paginated_open_pgp_public_key_response_list.py,sha256=ppgr6XeLf5p5Pl8b_bzYQwA1V-z4SAYk9xkyG5IFBiE,3371
143
+ crc-pulpcore-client/models/paginated_open_pgp_public_subkey_response_list.py,sha256=EOZs0Vb7XyNdqvhKiFymsx4OEnimUHeMilrFa6fwmrw,3395
144
+ crc-pulpcore-client/models/paginated_open_pgp_signature_response_list.py,sha256=FnEdocWcFC0bVsHHpljKUOfx4_xqTlelA07zo-XF2TE,3370
145
+ crc-pulpcore-client/models/paginated_open_pgp_user_attribute_response_list.py,sha256=OyDDhsqQuA1jSbu7UB_zZqO548LVT7eXwAOZps4bOTE,3403
146
+ crc-pulpcore-client/models/paginated_open_pgp_user_id_response_list.py,sha256=1vgw1-Dy8L8Gyz6yZSV3p8pTV4RFb9F_iiVEtf1jNBI,3347
147
+ crc-pulpcore-client/models/paginated_publication_response_list.py,sha256=E9hOVSrerUHTr8pbH57-BKce6BM-rNgs5QLki7-Oqg8,3328
148
+ crc-pulpcore-client/models/paginated_pulp_export_response_list.py,sha256=J0GJkJfeEMjl_9PslsUFjXJTXsW-4FkNNDT8IE-XWeA,3321
149
+ crc-pulpcore-client/models/paginated_pulp_exporter_response_list.py,sha256=NcpdnY6p2HFq4WOa-XWvFBpuH-2ZVitpNcy5eJ5tXC8,3337
150
+ crc-pulpcore-client/models/paginated_pulp_importer_response_list.py,sha256=U44LJRETAfi9pIgGTIUpYnEjEVOc786RwgRHe1GeMEc,3337
151
+ crc-pulpcore-client/models/paginated_rbac_content_guard_response_list.py,sha256=66AtVzuD7wfnbZSxHLO6SlC8s5cM-ze2ew09TDDrhQk,3370
152
+ crc-pulpcore-client/models/paginated_repository_response_list.py,sha256=yQnBj8i5mv8gZir6LW7TztD_j1-Y0CrT6ekzr5uTGEs,3320
153
+ crc-pulpcore-client/models/paginated_repository_version_response_list.py,sha256=RLA4T0lCAcJxUV1BMncuW03yjScLDiZ4veGLvh5ivfs,3377
154
+ crc-pulpcore-client/models/paginated_role_response_list.py,sha256=MBfB8WyKrPZWuhRpezB6fRZhX7cc8lz_mG00698qNqE,3272
155
+ crc-pulpcore-client/models/paginated_signing_service_response_list.py,sha256=bYKKt6Xl4OS7f0BMWN-jQ1cfRJCNBC8pHVG92842b6Q,3353
156
+ crc-pulpcore-client/models/paginated_task_group_response_list.py,sha256=D4m96NEW_A0DpYi30-iu6aKBgQdoww_L0kL8s84LowA,3313
157
+ crc-pulpcore-client/models/paginated_task_response_list.py,sha256=bhdSjjag2WiCQp4Ph1k9kWXLiIkJIG2Xxby76_F85Jc,3272
158
+ crc-pulpcore-client/models/paginated_task_schedule_response_list.py,sha256=QmcUo11Skhcj-sbQyZWiLnwCt1ZGX4P8VTIRQhsk4X0,3337
159
+ crc-pulpcore-client/models/paginated_upload_response_list.py,sha256=pOz7pvrWV__2Chnm_GBT3ZpVZoPW4H9RlMrtrXrVgqU,3288
160
+ crc-pulpcore-client/models/paginated_upstream_pulp_response_list.py,sha256=zz2mITmkfqOgdewPpK8YrtYZ8GjOCFlZSYIfnKqRj7s,3337
161
+ crc-pulpcore-client/models/paginated_user_response_list.py,sha256=_8mVT0r5ge5K76QWYaS1av4Jk7Liw6fl-EzQbToFmNg,3272
162
+ crc-pulpcore-client/models/paginated_user_role_response_list.py,sha256=zJu9AKdTw3KYBjawMQGM6LkJcZmHPoOlKOAQWtVGeew,3305
163
+ crc-pulpcore-client/models/paginated_vulnerability_report_response_list.py,sha256=0nfVxkz8HsL-2kowmVUTDvrswHlN-8Rqjvt7wWE5Tkg,3393
164
+ crc-pulpcore-client/models/paginated_worker_response_list.py,sha256=vj0OdHUFBLplomHw37EhwXvBYgcg8G_QrQkLnPs8jPw,3288
163
165
  crc-pulpcore-client/models/patched_access_policy.py,sha256=bAi2TNUkqXMzwuplFFkDXRwMPLj_ydK60MQ60ZUyLZI,3472
164
166
  crc-pulpcore-client/models/patched_composite_content_guard.py,sha256=i1WYi5tId4JWkMiwrtjOa_4zJJDU76EKigGeYe9vguY,3305
165
167
  crc-pulpcore-client/models/patched_content_redirect_content_guard.py,sha256=oOSNXpN5Y98LmYzOLW38lYRhIWgR2P8I1rHcvUz_k4Y,3128
@@ -168,7 +170,7 @@ crc-pulpcore-client/models/patched_filesystem_exporter.py,sha256=rddqcscXUnLNbkm
168
170
  crc-pulpcore-client/models/patched_group.py,sha256=RJ70rpMdIKTXEA90RBosPe1GM131pdidgy34JyDV54k,2611
169
171
  crc-pulpcore-client/models/patched_header_content_guard.py,sha256=rGtYrCyb7mR_Vl4sbwyoN1y__ijX2Pt3MDcgi7Y8n-k,4067
170
172
  crc-pulpcore-client/models/patched_open_pgp_distribution.py,sha256=lNDtgYOT1LLku8BreDom6eRl4LFDYtgZX8shnrzPfnY,5920
171
- crc-pulpcore-client/models/patched_open_pgp_keyring.py,sha256=IRzp66QnOtTjt4UpUCBsh_NjHuIBzV_9SwupHE0UHpM,4449
173
+ crc-pulpcore-client/models/patched_open_pgp_keyring.py,sha256=-ukWKTIC8Nf5WUwJDdh4wvHzWwMCNraL5kDVfAyRiCQ,4429
172
174
  crc-pulpcore-client/models/patched_pulp_exporter.py,sha256=8tMsOYeqDEc_ovDG-UMUZxKe0x6RkvYVD8HP7RFEbpA,3403
173
175
  crc-pulpcore-client/models/patched_pulp_importer.py,sha256=cO804yzmEHy22Ckkg53D3sDIhQhD8VXFE1HLU_nQS8g,3047
174
176
  crc-pulpcore-client/models/patched_rbac_content_guard.py,sha256=mMs4yoKjDEyVTvw-QFhkd4MVZTNCCc3fTjyNg0FqwuU,3091
@@ -181,7 +183,7 @@ crc-pulpcore-client/models/profile_artifact_response.py,sha256=Gu77qiyB8kQU6kIPT
181
183
  crc-pulpcore-client/models/progress_report_response.py,sha256=0NtqBu9tx7dTliiB_gbmJG_HVYTQbXObBRDe7ZhstVA,4481
182
184
  crc-pulpcore-client/models/publication_response.py,sha256=9ABbF_CBOVrrbJS4Vw2N0gF1UxA7TqXh9BFrRLQcI1U,4143
183
185
  crc-pulpcore-client/models/pulp_export.py,sha256=julGiG-TZqs6VKEv5EH0Ag4eerXYle8XTrHlzYKOOnw,3991
184
- crc-pulpcore-client/models/pulp_export_response.py,sha256=cyqkVQtSwc3V-4w5MhbREIlhDVhI81tFWtJwvBUDXls,5023
186
+ crc-pulpcore-client/models/pulp_export_response.py,sha256=8C6R4PYFcwp09A474euCSOsTnZTLjzJS3GaTZHOS1bk,4939
185
187
  crc-pulpcore-client/models/pulp_exporter.py,sha256=eTu1AF4O8FLaCGWP2UepB4UG7O7UdpzzagElKxtqSQk,3317
186
188
  crc-pulpcore-client/models/pulp_exporter_response.py,sha256=gV5SsdZk0xkuXboUFYIqCAES6-51yt0xUjb0M-Egw6I,4325
187
189
  crc-pulpcore-client/models/pulp_import.py,sha256=frTBaaU9xBtNLPLfoc4-iyjjk8qjkTGTH82SC7X5_Wg,3205
@@ -191,13 +193,13 @@ crc-pulpcore-client/models/pulp_importer.py,sha256=mTnSacxTwUZqviZSoQB-P6j3-3BsQ
191
193
  crc-pulpcore-client/models/pulp_importer_response.py,sha256=SWgc01hjjLK5jasXFf4IEd3RJHx1UsvJOSigM96M2CA,4021
192
194
  crc-pulpcore-client/models/purge.py,sha256=qNp50A6aPPr4LfRxxBbmrSu-mlqoPRexb2lUo89h1X4,2883
193
195
  crc-pulpcore-client/models/rbac_content_guard.py,sha256=AUuALGl3mSqKYfgFAeIsfEObPHQmTF65xrYJWzSbgOg,3046
194
- crc-pulpcore-client/models/rbac_content_guard_response.py,sha256=a_Idzaru2FJPW4GRDCXoLc8D3P8T7pgDzlqPIvg1gZs,5363
196
+ crc-pulpcore-client/models/rbac_content_guard_response.py,sha256=rF2Gnhizb2yFTo_5sXV4kyn8ndSwJ2gi3XP_JqEMhfw,5220
195
197
  crc-pulpcore-client/models/reclaim_space.py,sha256=cMafKKdhXX6zKIRKux95B5CaRig8-pxi2SCbmVnsSZw,2866
196
198
  crc-pulpcore-client/models/redis_connection_response.py,sha256=b9WNAJb1_lDBzX8u3VwiBmWRSmVuW534_jsWtQS8tDs,2623
197
199
  crc-pulpcore-client/models/repair.py,sha256=M8UfanWpr-eFWYNl6Dba83L-dI2BA9djt8QxIhPR6i4,2756
198
200
  crc-pulpcore-client/models/repository_add_remove_content.py,sha256=q_pkagT8zIyG59AOIOCuZtBOVwrh_RHAbv6JcBPR0H8,3782
199
- crc-pulpcore-client/models/repository_response.py,sha256=6wWn3P2qqTuKcQIdvWP0CLdhCntFdh-cY_EGOU6Uemk,5864
200
- crc-pulpcore-client/models/repository_version_response.py,sha256=cpDfyInwuEgIyzmGSMHdffKT9F5_Rfqs9FzU8HRR_bs,5144
201
+ crc-pulpcore-client/models/repository_response.py,sha256=VEtJDJid9c9tqG2lnJ8qHPTf0uX9G1LJTLmgwh6ReY0,5804
202
+ crc-pulpcore-client/models/repository_version_response.py,sha256=oqE95_hAZSGmPyjc5CKnPbW_0_gOTzpcBEN7yNeEgGI,5331
201
203
  crc-pulpcore-client/models/role.py,sha256=4UfZE2fkWGs_hlBfxDI8-lccPnqeNPo8B1CDcsBx3Bo,3167
202
204
  crc-pulpcore-client/models/role_response.py,sha256=Sc4mJQ62LsLy-e8Lp8Z4k5qRMuEH5OLSLacODFfgzWk,4416
203
205
  crc-pulpcore-client/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u64QLEYZ79ZTsTOYQ,3153
@@ -206,29 +208,30 @@ crc-pulpcore-client/models/signing_service_response.py,sha256=p3s9rMmu6-4weBQhwa
206
208
  crc-pulpcore-client/models/states_enum.py,sha256=0XzxVrIU1xMEZp0bOR7p37Nfxj2L0LzrSsAWS7PyfFI,865
207
209
  crc-pulpcore-client/models/status_response.py,sha256=fkInubDgu5lFAGYOEw3RlEiVa74GCGx_x2OSAXUVPi4,7982
208
210
  crc-pulpcore-client/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
209
- crc-pulpcore-client/models/storage_response.py,sha256=LXL3U2LzqiAzIc3kLe23xBG8txCW-xplG3UXIQJIaKc,3536
211
+ crc-pulpcore-client/models/storage_response.py,sha256=rho8yqZrfKUfL0OaTmRGQFOyiL2677ZzrSUL7zpjXEU,3414
210
212
  crc-pulpcore-client/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
211
- crc-pulpcore-client/models/task_group_response.py,sha256=V_1qhNLq5zC8CLrm86Gd5ChtoDk_qlg4ZA7rFFmChbc,6734
212
- crc-pulpcore-client/models/task_response.py,sha256=LlPH_SCSDIAtPCCShEku2UXaVo_Mio8EVDH7SYVAjYA,8217
213
+ crc-pulpcore-client/models/task_group_response.py,sha256=_IYMNOePiyFT6QeJmCUIWOFmMj9ywHDJhLF30uJQsTc,6575
214
+ crc-pulpcore-client/models/task_response.py,sha256=vctCd7tJmZRZ2vdvOrYhOHKoyHGkhfUggzAkeYgYE9E,7884
213
215
  crc-pulpcore-client/models/task_schedule_response.py,sha256=-rDoM-GPirSTDvkq_st9wKv-LvXQ1r71HtdWLAvl9Ug,5293
214
216
  crc-pulpcore-client/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
215
217
  crc-pulpcore-client/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
216
218
  crc-pulpcore-client/models/upload.py,sha256=3iLvBF0tb7ymaOKYTm52TMMCz-j12TiPauvVE28AuwE,2513
217
219
  crc-pulpcore-client/models/upload_chunk_response.py,sha256=tNICAWNauSxhivLGi6nvvkbjKcxxaxwSvpXbL6ecCKc,2768
218
220
  crc-pulpcore-client/models/upload_commit.py,sha256=Uj2ooqGGgPRdRu2vxg9HUlaXH8kvpEU1AWus4cUDMWI,2637
219
- crc-pulpcore-client/models/upload_detail_response.py,sha256=tXNIFXFFhqQcWMCUiyvA-LQz2lzsoeI3mGzYCkCkEiI,4592
221
+ crc-pulpcore-client/models/upload_detail_response.py,sha256=dQR0i6v-flKoXJ_C3o820GgGRHaQyHyqXGhh9TSHuHE,4520
220
222
  crc-pulpcore-client/models/upload_response.py,sha256=lrmepnURPseN8Bz_Bf4RLfeP77UioC2dJuMyzLNB6Pg,3902
221
223
  crc-pulpcore-client/models/upstream_pulp.py,sha256=E8J66rvEZMEo2fyLtbsvtoRqsUbIimGgAFfepMNwIpk,7027
222
- crc-pulpcore-client/models/upstream_pulp_response.py,sha256=U_-5gNDMsGy8-yQxzhRzKRoURE-cTe3r-1NR4r0CWaI,7595
224
+ crc-pulpcore-client/models/upstream_pulp_response.py,sha256=8ryoq0r_atYVaHI88l80m5KMSRiX-uyoN2_CDPTjUAE,7516
223
225
  crc-pulpcore-client/models/user.py,sha256=ejTBFnWC-9TgqfONwnmdWHjv9XdbMkjhBlS2fMUsS8Q,4089
224
226
  crc-pulpcore-client/models/user_group.py,sha256=8UQGEax8f5AGb5eL1HgLNXudEZRA99JlxRbQorCqREU,2593
225
227
  crc-pulpcore-client/models/user_group_response.py,sha256=53WXEYGv1NemoxJbaffTVULoq5R1oLGxoGqmGsQCoaE,2948
226
- crc-pulpcore-client/models/user_response.py,sha256=TI9iCXy1exNIh2UyhNv9rDesjbQB3G5v3lxQF00bFEo,5955
228
+ crc-pulpcore-client/models/user_response.py,sha256=hlzWX0gvq1tfAufs56AKnf7hsMSRReTmEmlKqu5NBJg,5804
227
229
  crc-pulpcore-client/models/user_role.py,sha256=pAVQrQDbx7PrQo4Ae_Axy-FV9PfOFzOQ96OWNl6h7NA,4123
228
- crc-pulpcore-client/models/user_role_response.py,sha256=bm3iqxiBLZbOYeqAqDFrybFdcTPOA-jB0Kz9NKfAjII,5472
230
+ crc-pulpcore-client/models/user_role_response.py,sha256=ke0JKmsIbQ_1i3qtsgGX5FGcJDte96yYNE-VM5wQ7BY,5395
229
231
  crc-pulpcore-client/models/version_response.py,sha256=0rUURzqK9Y-zSLgRVMsGEYCxoxobrP7cGNYxds9c9rU,3200
232
+ crc-pulpcore-client/models/vulnerability_report_response.py,sha256=y1k92R0X6_g-CoNxD6yGI3JKn-cC5ELF-BmR9BnmDX0,4150
230
233
  crc-pulpcore-client/models/worker_response.py,sha256=UcYlVB38did0eeYVgG9wgUaHqpUzHBM7pWLZmtaxh7I,4899
231
- crc_pulpcore_client-20250821.2.dist-info/METADATA,sha256=wRO4DCUpCB2GQLDl_JrJQhDyJn1WYJbiffqZp7huQcY,638
232
- crc_pulpcore_client-20250821.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
233
- crc_pulpcore_client-20250821.2.dist-info/top_level.txt,sha256=acY2ZEC1ROOONgDdHYKl-k2A02cbkre-_6lK6vLiDZw,20
234
- crc_pulpcore_client-20250821.2.dist-info/RECORD,,
234
+ crc_pulpcore_client-20250821.4.dist-info/METADATA,sha256=xVsDXGQ-6eiA2Xzby2fwEW9ggK7CMHBkJmyvcDPHgrE,638
235
+ crc_pulpcore_client-20250821.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
236
+ crc_pulpcore_client-20250821.4.dist-info/top_level.txt,sha256=acY2ZEC1ROOONgDdHYKl-k2A02cbkre-_6lK6vLiDZw,20
237
+ crc_pulpcore_client-20250821.4.dist-info/RECORD,,