crc-pulp-service-client 20250828.3__tar.gz → 20250829.2__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 crc-pulp-service-client might be problematic. Click here for more details.

Files changed (87) hide show
  1. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/PKG-INFO +1 -1
  2. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/README.md +13 -13
  3. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/crc_pulp_service_client.egg-info/PKG-INFO +1 -1
  4. crc_pulp_service_client-20250829.2/crc_pulp_service_client.egg-info/SOURCES.txt +82 -0
  5. crc_pulp_service_client-20250829.2/crc_pulp_service_client.egg-info/top_level.txt +1 -0
  6. crc_pulp_service_client-20250829.2/pulpcore/client/__init__.py +2 -0
  7. crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service/__init__.py +64 -0
  8. crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service/api/__init__.py +12 -0
  9. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/api_create_domain_api.py +5 -5
  10. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/api_debug_auth_header_api.py +3 -3
  11. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/api_test_random_lock_tasks_api.py +3 -3
  12. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/api_test_tasks_api.py +3 -3
  13. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/content_rpmpackages_api.py +10 -10
  14. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/contentguards_feature_api.py +12 -12
  15. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/tasks_api.py +10 -10
  16. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api/vuln_report_service_api.py +6 -6
  17. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api_client.py +7 -7
  18. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/configuration.py +6 -6
  19. crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service/models/__init__.py +40 -0
  20. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/domain.py +1 -1
  21. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/domain_response.py +1 -1
  22. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/object_roles_response.py +1 -1
  23. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/paginated_task_response_list.py +1 -1
  24. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/paginatedrpm_package_response_list.py +1 -1
  25. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/paginatedservice_feature_content_guard_response_list.py +1 -1
  26. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/paginatedservice_vulnerability_report_response_list.py +1 -1
  27. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/task_response.py +1 -1
  28. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/rest.py +1 -1
  29. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/pyproject.toml +5 -5
  30. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/setup.py +2 -2
  31. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_api_create_domain_api.py +1 -1
  32. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_api_debug_auth_header_api.py +1 -1
  33. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_api_test_random_lock_tasks_api.py +1 -1
  34. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_api_test_tasks_api.py +1 -1
  35. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_async_operation_response.py +1 -1
  36. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_content_rpmpackages_api.py +1 -1
  37. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_contentguards_feature_api.py +1 -1
  38. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_domain.py +1 -1
  39. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_domain_response.py +1 -1
  40. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_my_permissions_response.py +1 -1
  41. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_nested_role.py +1 -1
  42. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_nested_role_response.py +1 -1
  43. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_object_roles_response.py +3 -3
  44. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_paginated_task_response_list.py +7 -7
  45. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_paginatedrpm_package_response_list.py +3 -3
  46. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_paginatedservice_feature_content_guard_response_list.py +3 -3
  47. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_paginatedservice_vulnerability_report_response_list.py +3 -3
  48. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_patchedservice_feature_content_guard.py +1 -1
  49. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_progress_report_response.py +1 -1
  50. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_rpm_package_response.py +1 -1
  51. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_service_feature_content_guard.py +1 -1
  52. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_service_feature_content_guard_response.py +1 -1
  53. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_service_vulnerability_report_response.py +1 -1
  54. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_set_label.py +1 -1
  55. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_set_label_response.py +1 -1
  56. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_storage_class_enum.py +1 -1
  57. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_task_response.py +3 -3
  58. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_tasks_api.py +1 -1
  59. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_unset_label.py +1 -1
  60. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_unset_label_response.py +1 -1
  61. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/test/test_vuln_report_service_api.py +1 -1
  62. crc_pulp_service_client-20250828.3/crc-pulp_service-client/api/__init__.py +0 -12
  63. crc_pulp_service_client-20250828.3/crc-pulp_service-client/models/__init__.py +0 -40
  64. crc_pulp_service_client-20250828.3/crc_pulp_service_client.egg-info/SOURCES.txt +0 -80
  65. crc_pulp_service_client-20250828.3/crc_pulp_service_client.egg-info/top_level.txt +0 -1
  66. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/crc_pulp_service_client.egg-info/dependency_links.txt +0 -0
  67. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/crc_pulp_service_client.egg-info/requires.txt +0 -0
  68. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore}/__init__.py +0 -0
  69. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/api_response.py +0 -0
  70. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/exceptions.py +0 -0
  71. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/async_operation_response.py +0 -0
  72. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/my_permissions_response.py +0 -0
  73. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/nested_role.py +0 -0
  74. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/nested_role_response.py +0 -0
  75. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/patchedservice_feature_content_guard.py +0 -0
  76. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/progress_report_response.py +0 -0
  77. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/rpm_package_response.py +0 -0
  78. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/service_feature_content_guard.py +0 -0
  79. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/service_feature_content_guard_response.py +0 -0
  80. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/service_vulnerability_report_response.py +0 -0
  81. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/set_label.py +0 -0
  82. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/set_label_response.py +0 -0
  83. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/storage_class_enum.py +0 -0
  84. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/unset_label.py +0 -0
  85. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/models/unset_label_response.py +0 -0
  86. {crc_pulp_service_client-20250828.3/crc-pulp_service-client → crc_pulp_service_client-20250829.2/pulpcore/client/pulp_service}/py.typed +0 -0
  87. {crc_pulp_service_client-20250828.3 → crc_pulp_service_client-20250829.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250828.3
3
+ Version: 20250829.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 20250828.3
7
+ - Package version: 20250829.2
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,7 +25,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
25
25
 
26
26
  Then import the package:
27
27
  ```python
28
- import crc-pulp_service-client
28
+ import pulpcore.client.pulp_service
29
29
  ```
30
30
 
31
31
  ### Setuptools
@@ -39,7 +39,7 @@ python setup.py install --user
39
39
 
40
40
  Then import the package:
41
41
  ```python
42
- import crc-pulp_service-client
42
+ import pulpcore.client.pulp_service
43
43
  ```
44
44
 
45
45
  ### Tests
@@ -52,14 +52,14 @@ Please follow the [installation procedure](#installation--usage) and then run th
52
52
 
53
53
  ```python
54
54
 
55
- import crc-pulp_service-client
56
- from crc-pulp_service-client.rest import ApiException
55
+ import pulpcore.client.pulp_service
56
+ from pulpcore.client.pulp_service.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
- configuration = crc-pulp_service-client.Configuration(
62
- host = "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com"
61
+ configuration = pulpcore.client.pulp_service.Configuration(
62
+ host = "https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -70,7 +70,7 @@ configuration = crc-pulp_service-client.Configuration(
70
70
  configuration.access_token = os.environ["ACCESS_TOKEN"]
71
71
 
72
72
  # Configure HTTP basic authorization: basicAuth
73
- configuration = crc-pulp_service-client.Configuration(
73
+ configuration = pulpcore.client.pulp_service.Configuration(
74
74
  username = os.environ["USERNAME"],
75
75
  password = os.environ["PASSWORD"]
76
76
  )
@@ -83,10 +83,10 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
83
83
 
84
84
 
85
85
  # Enter a context with an instance of the API client
86
- with crc-pulp_service-client.ApiClient(configuration) as api_client:
86
+ with pulpcore.client.pulp_service.ApiClient(configuration) as api_client:
87
87
  # Create an instance of the API class
88
- api_instance = crc-pulp_service-client.ApiCreateDomainApi(api_client)
89
- domain = crc-pulp_service-client.Domain() # Domain |
88
+ api_instance = pulpcore.client.pulp_service.ApiCreateDomainApi(api_client)
89
+ domain = pulpcore.client.pulp_service.Domain() # Domain |
90
90
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
91
91
 
92
92
  try:
@@ -101,7 +101,7 @@ with crc-pulp_service-client.ApiClient(configuration) as api_client:
101
101
 
102
102
  ## Documentation for API Endpoints
103
103
 
104
- All URIs are relative to *https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com*
104
+ All URIs are relative to *https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
105
 
106
106
  Class | Method | HTTP request | Description
107
107
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250828.3
3
+ Version: 20250829.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -0,0 +1,82 @@
1
+ README.md
2
+ pyproject.toml
3
+ setup.cfg
4
+ setup.py
5
+ crc_pulp_service_client.egg-info/PKG-INFO
6
+ crc_pulp_service_client.egg-info/SOURCES.txt
7
+ crc_pulp_service_client.egg-info/dependency_links.txt
8
+ crc_pulp_service_client.egg-info/requires.txt
9
+ crc_pulp_service_client.egg-info/top_level.txt
10
+ pulpcore/__init__.py
11
+ pulpcore/client/__init__.py
12
+ pulpcore/client/pulp_service/__init__.py
13
+ pulpcore/client/pulp_service/api_client.py
14
+ pulpcore/client/pulp_service/api_response.py
15
+ pulpcore/client/pulp_service/configuration.py
16
+ pulpcore/client/pulp_service/exceptions.py
17
+ pulpcore/client/pulp_service/py.typed
18
+ pulpcore/client/pulp_service/rest.py
19
+ pulpcore/client/pulp_service/api/__init__.py
20
+ pulpcore/client/pulp_service/api/api_create_domain_api.py
21
+ pulpcore/client/pulp_service/api/api_debug_auth_header_api.py
22
+ pulpcore/client/pulp_service/api/api_test_random_lock_tasks_api.py
23
+ pulpcore/client/pulp_service/api/api_test_tasks_api.py
24
+ pulpcore/client/pulp_service/api/content_rpmpackages_api.py
25
+ pulpcore/client/pulp_service/api/contentguards_feature_api.py
26
+ pulpcore/client/pulp_service/api/tasks_api.py
27
+ pulpcore/client/pulp_service/api/vuln_report_service_api.py
28
+ pulpcore/client/pulp_service/models/__init__.py
29
+ pulpcore/client/pulp_service/models/async_operation_response.py
30
+ pulpcore/client/pulp_service/models/domain.py
31
+ pulpcore/client/pulp_service/models/domain_response.py
32
+ pulpcore/client/pulp_service/models/my_permissions_response.py
33
+ pulpcore/client/pulp_service/models/nested_role.py
34
+ pulpcore/client/pulp_service/models/nested_role_response.py
35
+ pulpcore/client/pulp_service/models/object_roles_response.py
36
+ pulpcore/client/pulp_service/models/paginated_task_response_list.py
37
+ pulpcore/client/pulp_service/models/paginatedrpm_package_response_list.py
38
+ pulpcore/client/pulp_service/models/paginatedservice_feature_content_guard_response_list.py
39
+ pulpcore/client/pulp_service/models/paginatedservice_vulnerability_report_response_list.py
40
+ pulpcore/client/pulp_service/models/patchedservice_feature_content_guard.py
41
+ pulpcore/client/pulp_service/models/progress_report_response.py
42
+ pulpcore/client/pulp_service/models/rpm_package_response.py
43
+ pulpcore/client/pulp_service/models/service_feature_content_guard.py
44
+ pulpcore/client/pulp_service/models/service_feature_content_guard_response.py
45
+ pulpcore/client/pulp_service/models/service_vulnerability_report_response.py
46
+ pulpcore/client/pulp_service/models/set_label.py
47
+ pulpcore/client/pulp_service/models/set_label_response.py
48
+ pulpcore/client/pulp_service/models/storage_class_enum.py
49
+ pulpcore/client/pulp_service/models/task_response.py
50
+ pulpcore/client/pulp_service/models/unset_label.py
51
+ pulpcore/client/pulp_service/models/unset_label_response.py
52
+ test/test_api_create_domain_api.py
53
+ test/test_api_debug_auth_header_api.py
54
+ test/test_api_test_random_lock_tasks_api.py
55
+ test/test_api_test_tasks_api.py
56
+ test/test_async_operation_response.py
57
+ test/test_content_rpmpackages_api.py
58
+ test/test_contentguards_feature_api.py
59
+ test/test_domain.py
60
+ test/test_domain_response.py
61
+ test/test_my_permissions_response.py
62
+ test/test_nested_role.py
63
+ test/test_nested_role_response.py
64
+ test/test_object_roles_response.py
65
+ test/test_paginated_task_response_list.py
66
+ test/test_paginatedrpm_package_response_list.py
67
+ test/test_paginatedservice_feature_content_guard_response_list.py
68
+ test/test_paginatedservice_vulnerability_report_response_list.py
69
+ test/test_patchedservice_feature_content_guard.py
70
+ test/test_progress_report_response.py
71
+ test/test_rpm_package_response.py
72
+ test/test_service_feature_content_guard.py
73
+ test/test_service_feature_content_guard_response.py
74
+ test/test_service_vulnerability_report_response.py
75
+ test/test_set_label.py
76
+ test/test_set_label_response.py
77
+ test/test_storage_class_enum.py
78
+ test/test_task_response.py
79
+ test/test_tasks_api.py
80
+ test/test_unset_label.py
81
+ test/test_unset_label_response.py
82
+ test/test_vuln_report_service_api.py
@@ -0,0 +1,2 @@
1
+ from pkgutil import extend_path
2
+ __path__ = extend_path(__path__, __name__)
@@ -0,0 +1,64 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ Pulp 3 API
7
+
8
+ Fetch, Upload, Organize, and Distribute Software Packages
9
+
10
+ The version of the OpenAPI document: v3
11
+ Contact: pulp-list@redhat.com
12
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
13
+
14
+ Do not edit the class manually.
15
+ """ # noqa: E501
16
+
17
+
18
+ __version__ = "20250829.2"
19
+
20
+ # import apis into sdk package
21
+ from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
22
+ from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
23
+ from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
24
+ from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
25
+ from pulpcore.client.pulp_service.api.content_rpmpackages_api import ContentRpmpackagesApi
26
+ from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
27
+ from pulpcore.client.pulp_service.api.tasks_api import TasksApi
28
+ from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
29
+
30
+ # import ApiClient
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse
32
+ from pulpcore.client.pulp_service.api_client import ApiClient
33
+ from pulpcore.client.pulp_service.configuration import Configuration
34
+ from pulpcore.client.pulp_service.exceptions import OpenApiException
35
+ from pulpcore.client.pulp_service.exceptions import ApiTypeError
36
+ from pulpcore.client.pulp_service.exceptions import ApiValueError
37
+ from pulpcore.client.pulp_service.exceptions import ApiKeyError
38
+ from pulpcore.client.pulp_service.exceptions import ApiAttributeError
39
+ from pulpcore.client.pulp_service.exceptions import ApiException
40
+
41
+ # import models into sdk package
42
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
43
+ from pulpcore.client.pulp_service.models.domain import Domain
44
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
45
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
46
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
47
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
48
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
49
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
50
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
51
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
52
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
53
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
54
+ from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
55
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
56
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
57
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
58
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
59
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
60
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
61
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
62
+ from pulpcore.client.pulp_service.models.task_response import TaskResponse
63
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
64
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
@@ -0,0 +1,12 @@
1
+ # flake8: noqa
2
+
3
+ # import apis into api package
4
+ from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
5
+ from pulpcore.client.pulp_service.api.api_debug_auth_header_api import ApiDebugAuthHeaderApi
6
+ from pulpcore.client.pulp_service.api.api_test_random_lock_tasks_api import ApiTestRandomLockTasksApi
7
+ from pulpcore.client.pulp_service.api.api_test_tasks_api import ApiTestTasksApi
8
+ from pulpcore.client.pulp_service.api.content_rpmpackages_api import ContentRpmpackagesApi
9
+ from pulpcore.client.pulp_service.api.contentguards_feature_api import ContentguardsFeatureApi
10
+ from pulpcore.client.pulp_service.api.tasks_api import TasksApi
11
+ from pulpcore.client.pulp_service.api.vuln_report_service_api import VulnReportServiceApi
12
+
@@ -20,12 +20,12 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.domain import Domain
24
- from crc-pulp_service-client.models.domain_response import DomainResponse
23
+ from pulpcore.client.pulp_service.models.domain import Domain
24
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
25
25
 
26
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
27
- from crc-pulp_service-client.api_response import ApiResponse
28
- from crc-pulp_service-client.rest import RESTResponseType
26
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
27
+ from pulpcore.client.pulp_service.api_response import ApiResponse
28
+ from pulpcore.client.pulp_service.rest import RESTResponseType
29
29
 
30
30
 
31
31
  class ApiCreateDomainApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiDebugAuthHeaderApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiTestRandomLockTasksApi:
@@ -21,9 +21,9 @@ from pydantic import Field, StrictStr
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
 
24
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
25
- from crc-pulp_service-client.api_response import ApiResponse
26
- from crc-pulp_service-client.rest import RESTResponseType
24
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
25
+ from pulpcore.client.pulp_service.api_response import ApiResponse
26
+ from pulpcore.client.pulp_service.rest import RESTResponseType
27
27
 
28
28
 
29
29
  class ApiTestTasksApi:
@@ -20,16 +20,16 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBytes, StrictFloat, StrictInt, StrictStr, field_validator
21
21
  from typing import Dict, List, Optional, Tuple, Union
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
24
- from crc-pulp_service-client.models.rpm_package_response import RpmPackageResponse
25
- from crc-pulp_service-client.models.set_label import SetLabel
26
- from crc-pulp_service-client.models.set_label_response import SetLabelResponse
27
- from crc-pulp_service-client.models.unset_label import UnsetLabel
28
- from crc-pulp_service-client.models.unset_label_response import UnsetLabelResponse
29
-
30
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
31
- from crc-pulp_service-client.api_response import ApiResponse
32
- from crc-pulp_service-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
24
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
25
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
26
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
27
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
28
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
29
+
30
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse
32
+ from pulpcore.client.pulp_service.rest import RESTResponseType
33
33
 
34
34
 
35
35
  class ContentRpmpackagesApi:
@@ -20,18 +20,18 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.my_permissions_response import MyPermissionsResponse
24
- from crc-pulp_service-client.models.nested_role import NestedRole
25
- from crc-pulp_service-client.models.nested_role_response import NestedRoleResponse
26
- from crc-pulp_service-client.models.object_roles_response import ObjectRolesResponse
27
- from crc-pulp_service-client.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
- from crc-pulp_service-client.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
29
- from crc-pulp_service-client.models.service_feature_content_guard import ServiceFeatureContentGuard
30
- from crc-pulp_service-client.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
31
-
32
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
33
- from crc-pulp_service-client.api_response import ApiResponse
34
- from crc-pulp_service-client.rest import RESTResponseType
23
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
24
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
25
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
26
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
27
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
29
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
30
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
31
+
32
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
33
+ from pulpcore.client.pulp_service.api_response import ApiResponse
34
+ from pulpcore.client.pulp_service.rest import RESTResponseType
35
35
 
36
36
 
37
37
  class ContentguardsFeatureApi:
@@ -21,11 +21,11 @@ from datetime import datetime
21
21
  from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
22
22
  from typing import List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_service-client.models.paginated_task_response_list import PaginatedTaskResponseList
24
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
25
25
 
26
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
27
- from crc-pulp_service-client.api_response import ApiResponse
28
- from crc-pulp_service-client.rest import RESTResponseType
26
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
27
+ from pulpcore.client.pulp_service.api_response import ApiResponse
28
+ from pulpcore.client.pulp_service.rest import RESTResponseType
29
29
 
30
30
 
31
31
  class TasksApi:
@@ -99,7 +99,7 @@ class TasksApi:
99
99
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
100
100
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
101
101
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
102
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
102
+ worker: Optional[StrictStr] = None,
103
103
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
104
104
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
105
105
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -231,7 +231,7 @@ class TasksApi:
231
231
  :type unblocked_at__lte: datetime
232
232
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
233
233
  :type unblocked_at__range: List[datetime]
234
- :param worker: Filter results where worker matches value
234
+ :param worker:
235
235
  :type worker: str
236
236
  :param worker__in: Filter results where worker is in a comma-separated list of values
237
237
  :type worker__in: List[str]
@@ -402,7 +402,7 @@ class TasksApi:
402
402
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
403
403
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
404
404
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
405
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
405
+ worker: Optional[StrictStr] = None,
406
406
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
407
407
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
408
408
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -534,7 +534,7 @@ class TasksApi:
534
534
  :type unblocked_at__lte: datetime
535
535
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
536
536
  :type unblocked_at__range: List[datetime]
537
- :param worker: Filter results where worker matches value
537
+ :param worker:
538
538
  :type worker: str
539
539
  :param worker__in: Filter results where worker is in a comma-separated list of values
540
540
  :type worker__in: List[str]
@@ -705,7 +705,7 @@ class TasksApi:
705
705
  unblocked_at__lt: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than value")] = None,
706
706
  unblocked_at__lte: Annotated[Optional[datetime], Field(description="Filter results where unblocked_at is less than or equal to value")] = None,
707
707
  unblocked_at__range: Annotated[Optional[List[datetime]], Field(description="Filter results where unblocked_at is between two comma separated values")] = None,
708
- worker: Annotated[Optional[StrictStr], Field(description="Filter results where worker matches value")] = None,
708
+ worker: Optional[StrictStr] = None,
709
709
  worker__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where worker is in a comma-separated list of values")] = None,
710
710
  worker__isnull: Annotated[Optional[StrictBool], Field(description="Filter results where worker has a null value")] = None,
711
711
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
@@ -837,7 +837,7 @@ class TasksApi:
837
837
  :type unblocked_at__lte: datetime
838
838
  :param unblocked_at__range: Filter results where unblocked_at is between two comma separated values
839
839
  :type unblocked_at__range: List[datetime]
840
- :param worker: Filter results where worker matches value
840
+ :param worker:
841
841
  :type worker: str
842
842
  :param worker__in: Filter results where worker is in a comma-separated list of values
843
843
  :type worker__in: List[str]
@@ -20,13 +20,13 @@ from typing_extensions import Annotated
20
20
  from pydantic import Field, StrictBytes, StrictInt, StrictStr
21
21
  from typing import List, Optional, Tuple, Union
22
22
  from typing_extensions import Annotated
23
- from crc-pulp_service-client.models.async_operation_response import AsyncOperationResponse
24
- from crc-pulp_service-client.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
25
- from crc-pulp_service-client.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
23
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
24
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
25
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
26
26
 
27
- from crc-pulp_service-client.api_client import ApiClient, RequestSerialized
28
- from crc-pulp_service-client.api_response import ApiResponse
29
- from crc-pulp_service-client.rest import RESTResponseType
27
+ from pulpcore.client.pulp_service.api_client import ApiClient, RequestSerialized
28
+ from pulpcore.client.pulp_service.api_response import ApiResponse
29
+ from pulpcore.client.pulp_service.rest import RESTResponseType
30
30
 
31
31
 
32
32
  class VulnReportServiceApi:
@@ -27,11 +27,11 @@ from urllib.parse import quote
27
27
  from typing import Tuple, Optional, List, Dict, Union
28
28
  from pydantic import SecretStr
29
29
 
30
- from crc-pulp_service-client.configuration import Configuration
31
- from crc-pulp_service-client.api_response import ApiResponse, T as ApiResponseT
32
- import crc-pulp_service-client.models
33
- from crc-pulp_service-client import rest
34
- from crc-pulp_service-client.exceptions import (
30
+ from pulpcore.client.pulp_service.configuration import Configuration
31
+ from pulpcore.client.pulp_service.api_response import ApiResponse, T as ApiResponseT
32
+ import pulpcore.client.pulp_service.models
33
+ from pulpcore.client.pulp_service import rest
34
+ from pulpcore.client.pulp_service.exceptions import (
35
35
  ApiValueError,
36
36
  ApiException,
37
37
  BadRequestException,
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/20250828.3/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250829.2/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -450,7 +450,7 @@ class ApiClient:
450
450
  if klass in self.NATIVE_TYPES_MAPPING:
451
451
  klass = self.NATIVE_TYPES_MAPPING[klass]
452
452
  else:
453
- klass = getattr(crc-pulp_service-client.models, klass)
453
+ klass = getattr(pulpcore.client.pulp_service.models, klass)
454
454
 
455
455
  if klass in self.PRIMITIVE_TYPES:
456
456
  return self.__deserialize_primitive(data, klass)
@@ -178,7 +178,7 @@ class Configuration:
178
178
 
179
179
  You can programmatically set the cookie:
180
180
 
181
- conf = crc-pulp_service-client.Configuration(
181
+ conf = pulpcore.client.pulp_service.Configuration(
182
182
  api_key={'cookieAuth': 'abc123'}
183
183
  api_key_prefix={'cookieAuth': 'JSESSIONID'}
184
184
  )
@@ -196,7 +196,7 @@ conf = crc-pulp_service-client.Configuration(
196
196
 
197
197
  Configure API client with HTTP basic authentication:
198
198
 
199
- conf = crc-pulp_service-client.Configuration(
199
+ conf = pulpcore.client.pulp_service.Configuration(
200
200
  username='the-user',
201
201
  password='the-password',
202
202
  )
@@ -225,7 +225,7 @@ conf = crc-pulp_service-client.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -268,7 +268,7 @@ conf = crc-pulp_service-client.Configuration(
268
268
  self.logger = {}
269
269
  """Logging Settings
270
270
  """
271
- self.logger["package_logger"] = logging.getLogger("crc-pulp_service-client")
271
+ self.logger["package_logger"] = logging.getLogger("pulpcore.client.pulp_service")
272
272
  self.logger["urllib3_logger"] = logging.getLogger("urllib3")
273
273
  self.logger_format = '%(asctime)s %(levelname)s %(message)s'
274
274
  """Log format
@@ -557,7 +557,7 @@ conf = crc-pulp_service-client.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250828.3".\
560
+ "SDK Package Version: 20250829.2".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = crc-pulp_service-client.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-np6wyo.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-rpgqa8.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -0,0 +1,40 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+ """
5
+ Pulp 3 API
6
+
7
+ Fetch, Upload, Organize, and Distribute Software Packages
8
+
9
+ The version of the OpenAPI document: v3
10
+ Contact: pulp-list@redhat.com
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
+
13
+ Do not edit the class manually.
14
+ """ # noqa: E501
15
+
16
+
17
+ # import models into model package
18
+ from pulpcore.client.pulp_service.models.async_operation_response import AsyncOperationResponse
19
+ from pulpcore.client.pulp_service.models.domain import Domain
20
+ from pulpcore.client.pulp_service.models.domain_response import DomainResponse
21
+ from pulpcore.client.pulp_service.models.my_permissions_response import MyPermissionsResponse
22
+ from pulpcore.client.pulp_service.models.nested_role import NestedRole
23
+ from pulpcore.client.pulp_service.models.nested_role_response import NestedRoleResponse
24
+ from pulpcore.client.pulp_service.models.object_roles_response import ObjectRolesResponse
25
+ from pulpcore.client.pulp_service.models.paginated_task_response_list import PaginatedTaskResponseList
26
+ from pulpcore.client.pulp_service.models.paginatedrpm_package_response_list import PaginatedrpmPackageResponseList
27
+ from pulpcore.client.pulp_service.models.paginatedservice_feature_content_guard_response_list import PaginatedserviceFeatureContentGuardResponseList
28
+ from pulpcore.client.pulp_service.models.paginatedservice_vulnerability_report_response_list import PaginatedserviceVulnerabilityReportResponseList
29
+ from pulpcore.client.pulp_service.models.patchedservice_feature_content_guard import PatchedserviceFeatureContentGuard
30
+ from pulpcore.client.pulp_service.models.progress_report_response import ProgressReportResponse
31
+ from pulpcore.client.pulp_service.models.rpm_package_response import RpmPackageResponse
32
+ from pulpcore.client.pulp_service.models.service_feature_content_guard import ServiceFeatureContentGuard
33
+ from pulpcore.client.pulp_service.models.service_feature_content_guard_response import ServiceFeatureContentGuardResponse
34
+ from pulpcore.client.pulp_service.models.service_vulnerability_report_response import ServiceVulnerabilityReportResponse
35
+ from pulpcore.client.pulp_service.models.set_label import SetLabel
36
+ from pulpcore.client.pulp_service.models.set_label_response import SetLabelResponse
37
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
38
+ from pulpcore.client.pulp_service.models.task_response import TaskResponse
39
+ from pulpcore.client.pulp_service.models.unset_label import UnsetLabel
40
+ from pulpcore.client.pulp_service.models.unset_label_response import UnsetLabelResponse
@@ -21,7 +21,7 @@ import json
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing_extensions import Annotated
24
- from crc-pulp_service-client.models.storage_class_enum import StorageClassEnum
24
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
25
25
  from typing import Optional, Set
26
26
  from typing_extensions import Self
27
27
 
@@ -22,7 +22,7 @@ from datetime import datetime
22
22
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
24
  from typing_extensions import Annotated
25
- from crc-pulp_service-client.models.storage_class_enum import StorageClassEnum
25
+ from pulpcore.client.pulp_service.models.storage_class_enum import StorageClassEnum
26
26
  from typing import Optional, Set
27
27
  from typing_extensions import Self
28
28