crc-pulp-file-client 20251001.4__tar.gz → 20251002.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crc-pulp-file-client might be problematic. Click here for more details.

Files changed (113) hide show
  1. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/PKG-INFO +1 -1
  2. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/README.md +4 -4
  3. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/crc_pulp_file_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/__init__.py +1 -1
  5. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/acs_file_api.py +16 -10
  6. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/distributions_file_api.py +16 -10
  7. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/remotes_file_api.py +16 -10
  8. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/repositories_file_api.py +16 -10
  9. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/configuration.py +3 -3
  10. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pyproject.toml +1 -1
  11. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/setup.py +1 -1
  12. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/crc_pulp_file_client.egg-info/SOURCES.txt +0 -0
  13. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  14. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  15. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/crc_pulp_file_client.egg-info/top_level.txt +0 -0
  16. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/__init__.py +0 -0
  17. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/__init__.py +0 -0
  18. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/__init__.py +0 -0
  19. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/content_files_api.py +0 -0
  20. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/publications_file_api.py +0 -0
  21. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api/repositories_file_versions_api.py +0 -0
  22. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api_client.py +0 -0
  23. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/api_response.py +0 -0
  24. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/exceptions.py +0 -0
  25. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/__init__.py +0 -0
  26. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/async_operation_response.py +0 -0
  27. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/content_summary_response.py +0 -0
  28. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_alternate_content_source.py +0 -0
  29. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py +0 -0
  30. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_content_response.py +0 -0
  31. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_distribution.py +0 -0
  32. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_distribution_response.py +0 -0
  33. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_publication.py +0 -0
  34. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_publication_response.py +0 -0
  35. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_remote.py +0 -0
  36. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_remote_response.py +0 -0
  37. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  38. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_repository.py +0 -0
  39. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/file_file_repository_response.py +0 -0
  40. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/my_permissions_response.py +0 -0
  41. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/nested_role.py +0 -0
  42. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/nested_role_response.py +0 -0
  43. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/object_roles_response.py +0 -0
  44. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py +0 -0
  45. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py +0 -0
  46. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py +0 -0
  47. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py +0 -0
  48. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py +0 -0
  49. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py +0 -0
  50. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py +0 -0
  51. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py +0 -0
  52. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/patchedfile_file_distribution.py +0 -0
  53. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/patchedfile_file_remote.py +0 -0
  54. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/patchedfile_file_repository.py +0 -0
  55. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/policy_enum.py +0 -0
  56. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/repair.py +0 -0
  57. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/repository_add_remove_content.py +0 -0
  58. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/repository_sync_url.py +0 -0
  59. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/repository_version_response.py +0 -0
  60. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/set_label.py +0 -0
  61. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/set_label_response.py +0 -0
  62. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/task_group_operation_response.py +0 -0
  63. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/unset_label.py +0 -0
  64. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/models/unset_label_response.py +0 -0
  65. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/py.typed +0 -0
  66. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/pulpcore/client/pulp_file/rest.py +0 -0
  67. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/setup.cfg +0 -0
  68. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_acs_file_api.py +0 -0
  69. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_async_operation_response.py +0 -0
  70. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_content_files_api.py +0 -0
  71. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_content_summary_response.py +0 -0
  72. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_distributions_file_api.py +0 -0
  73. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_alternate_content_source.py +0 -0
  74. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_alternate_content_source_response.py +0 -0
  75. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_content_response.py +0 -0
  76. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_distribution.py +0 -0
  77. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_distribution_response.py +0 -0
  78. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_publication.py +0 -0
  79. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_publication_response.py +0 -0
  80. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_remote.py +0 -0
  81. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_remote_response.py +0 -0
  82. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_remote_response_hidden_fields_inner.py +0 -0
  83. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_repository.py +0 -0
  84. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_file_file_repository_response.py +0 -0
  85. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_my_permissions_response.py +0 -0
  86. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_nested_role.py +0 -0
  87. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_nested_role_response.py +0 -0
  88. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_object_roles_response.py +0 -0
  89. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginated_repository_version_response_list.py +0 -0
  90. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_alternate_content_source_response_list.py +0 -0
  91. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_content_response_list.py +0 -0
  92. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_distribution_response_list.py +0 -0
  93. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_publication_response_list.py +0 -0
  94. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_remote_response_list.py +0 -0
  95. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_paginatedfile_file_repository_response_list.py +0 -0
  96. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_patchedfile_file_alternate_content_source.py +0 -0
  97. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_patchedfile_file_distribution.py +0 -0
  98. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_patchedfile_file_remote.py +0 -0
  99. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_patchedfile_file_repository.py +0 -0
  100. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_policy_enum.py +0 -0
  101. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_publications_file_api.py +0 -0
  102. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_remotes_file_api.py +0 -0
  103. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repair.py +0 -0
  104. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repositories_file_api.py +0 -0
  105. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repositories_file_versions_api.py +0 -0
  106. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repository_add_remove_content.py +0 -0
  107. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repository_sync_url.py +0 -0
  108. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_repository_version_response.py +0 -0
  109. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_set_label.py +0 -0
  110. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_set_label_response.py +0 -0
  111. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_task_group_operation_response.py +0 -0
  112. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_unset_label.py +0 -0
  113. {crc_pulp_file_client-20251001.4 → crc_pulp_file_client-20251002.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20251001.4
3
+ Version: 20251002.1
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: 20251001.4
7
+ - Package version: 20251002.1
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)
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_file
56
56
  from pulpcore.client.pulp_file.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulp_file.Configuration(
62
- host = "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -102,7 +102,7 @@ with pulpcore.client.pulp_file.ApiClient(configuration) as api_client:
102
102
 
103
103
  ## Documentation for API Endpoints
104
104
 
105
- All URIs are relative to *https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com*
105
+ All URIs are relative to *https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com*
106
106
 
107
107
  Class | Method | HTTP request | Description
108
108
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20251001.4
3
+ Version: 20251002.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20251001.4"
18
+ __version__ = "20251002.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_file.api.acs_file_api import AcsFileApi
@@ -2186,10 +2186,10 @@ class AcsFileApi:
2186
2186
  _content_type: Optional[StrictStr] = None,
2187
2187
  _headers: Optional[Dict[StrictStr, Any]] = None,
2188
2188
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2189
- ) -> AsyncOperationResponse:
2189
+ ) -> FileFileAlternateContentSourceResponse:
2190
2190
  """Update a file alternate content source
2191
2191
 
2192
- Trigger an asynchronous partial update task
2192
+ Update the entity partially and trigger an asynchronous task if necessary
2193
2193
 
2194
2194
  :param file_file_alternate_content_source_href: (required)
2195
2195
  :type file_file_alternate_content_source_href: str
@@ -2230,6 +2230,7 @@ class AcsFileApi:
2230
2230
  )
2231
2231
 
2232
2232
  _response_types_map: Dict[str, Optional[str]] = {
2233
+ '200': "FileFileAlternateContentSourceResponse",
2233
2234
  '202': "AsyncOperationResponse",
2234
2235
  }
2235
2236
  response_data = self.api_client.call_api(
@@ -2261,10 +2262,10 @@ class AcsFileApi:
2261
2262
  _content_type: Optional[StrictStr] = None,
2262
2263
  _headers: Optional[Dict[StrictStr, Any]] = None,
2263
2264
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2264
- ) -> ApiResponse[AsyncOperationResponse]:
2265
+ ) -> ApiResponse[FileFileAlternateContentSourceResponse]:
2265
2266
  """Update a file alternate content source
2266
2267
 
2267
- Trigger an asynchronous partial update task
2268
+ Update the entity partially and trigger an asynchronous task if necessary
2268
2269
 
2269
2270
  :param file_file_alternate_content_source_href: (required)
2270
2271
  :type file_file_alternate_content_source_href: str
@@ -2305,6 +2306,7 @@ class AcsFileApi:
2305
2306
  )
2306
2307
 
2307
2308
  _response_types_map: Dict[str, Optional[str]] = {
2309
+ '200': "FileFileAlternateContentSourceResponse",
2308
2310
  '202': "AsyncOperationResponse",
2309
2311
  }
2310
2312
  response_data = self.api_client.call_api(
@@ -2339,7 +2341,7 @@ class AcsFileApi:
2339
2341
  ) -> RESTResponseType:
2340
2342
  """Update a file alternate content source
2341
2343
 
2342
- Trigger an asynchronous partial update task
2344
+ Update the entity partially and trigger an asynchronous task if necessary
2343
2345
 
2344
2346
  :param file_file_alternate_content_source_href: (required)
2345
2347
  :type file_file_alternate_content_source_href: str
@@ -2380,6 +2382,7 @@ class AcsFileApi:
2380
2382
  )
2381
2383
 
2382
2384
  _response_types_map: Dict[str, Optional[str]] = {
2385
+ '200': "FileFileAlternateContentSourceResponse",
2383
2386
  '202': "AsyncOperationResponse",
2384
2387
  }
2385
2388
  response_data = self.api_client.call_api(
@@ -3398,10 +3401,10 @@ class AcsFileApi:
3398
3401
  _content_type: Optional[StrictStr] = None,
3399
3402
  _headers: Optional[Dict[StrictStr, Any]] = None,
3400
3403
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3401
- ) -> AsyncOperationResponse:
3404
+ ) -> FileFileAlternateContentSourceResponse:
3402
3405
  """Update a file alternate content source
3403
3406
 
3404
- Trigger an asynchronous update task
3407
+ Update the entity and trigger an asynchronous task if necessary
3405
3408
 
3406
3409
  :param file_file_alternate_content_source_href: (required)
3407
3410
  :type file_file_alternate_content_source_href: str
@@ -3442,6 +3445,7 @@ class AcsFileApi:
3442
3445
  )
3443
3446
 
3444
3447
  _response_types_map: Dict[str, Optional[str]] = {
3448
+ '200': "FileFileAlternateContentSourceResponse",
3445
3449
  '202': "AsyncOperationResponse",
3446
3450
  }
3447
3451
  response_data = self.api_client.call_api(
@@ -3473,10 +3477,10 @@ class AcsFileApi:
3473
3477
  _content_type: Optional[StrictStr] = None,
3474
3478
  _headers: Optional[Dict[StrictStr, Any]] = None,
3475
3479
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3476
- ) -> ApiResponse[AsyncOperationResponse]:
3480
+ ) -> ApiResponse[FileFileAlternateContentSourceResponse]:
3477
3481
  """Update a file alternate content source
3478
3482
 
3479
- Trigger an asynchronous update task
3483
+ Update the entity and trigger an asynchronous task if necessary
3480
3484
 
3481
3485
  :param file_file_alternate_content_source_href: (required)
3482
3486
  :type file_file_alternate_content_source_href: str
@@ -3517,6 +3521,7 @@ class AcsFileApi:
3517
3521
  )
3518
3522
 
3519
3523
  _response_types_map: Dict[str, Optional[str]] = {
3524
+ '200': "FileFileAlternateContentSourceResponse",
3520
3525
  '202': "AsyncOperationResponse",
3521
3526
  }
3522
3527
  response_data = self.api_client.call_api(
@@ -3551,7 +3556,7 @@ class AcsFileApi:
3551
3556
  ) -> RESTResponseType:
3552
3557
  """Update a file alternate content source
3553
3558
 
3554
- Trigger an asynchronous update task
3559
+ Update the entity and trigger an asynchronous task if necessary
3555
3560
 
3556
3561
  :param file_file_alternate_content_source_href: (required)
3557
3562
  :type file_file_alternate_content_source_href: str
@@ -3592,6 +3597,7 @@ class AcsFileApi:
3592
3597
  )
3593
3598
 
3594
3599
  _response_types_map: Dict[str, Optional[str]] = {
3600
+ '200': "FileFileAlternateContentSourceResponse",
3595
3601
  '202': "AsyncOperationResponse",
3596
3602
  }
3597
3603
  response_data = self.api_client.call_api(
@@ -2344,10 +2344,10 @@ class DistributionsFileApi:
2344
2344
  _content_type: Optional[StrictStr] = None,
2345
2345
  _headers: Optional[Dict[StrictStr, Any]] = None,
2346
2346
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2347
- ) -> AsyncOperationResponse:
2347
+ ) -> FileFileDistributionResponse:
2348
2348
  """Update a file distribution
2349
2349
 
2350
- Trigger an asynchronous partial update task
2350
+ Update the entity partially and trigger an asynchronous task if necessary
2351
2351
 
2352
2352
  :param file_file_distribution_href: (required)
2353
2353
  :type file_file_distribution_href: str
@@ -2388,6 +2388,7 @@ class DistributionsFileApi:
2388
2388
  )
2389
2389
 
2390
2390
  _response_types_map: Dict[str, Optional[str]] = {
2391
+ '200': "FileFileDistributionResponse",
2391
2392
  '202': "AsyncOperationResponse",
2392
2393
  }
2393
2394
  response_data = self.api_client.call_api(
@@ -2419,10 +2420,10 @@ class DistributionsFileApi:
2419
2420
  _content_type: Optional[StrictStr] = None,
2420
2421
  _headers: Optional[Dict[StrictStr, Any]] = None,
2421
2422
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2422
- ) -> ApiResponse[AsyncOperationResponse]:
2423
+ ) -> ApiResponse[FileFileDistributionResponse]:
2423
2424
  """Update a file distribution
2424
2425
 
2425
- Trigger an asynchronous partial update task
2426
+ Update the entity partially and trigger an asynchronous task if necessary
2426
2427
 
2427
2428
  :param file_file_distribution_href: (required)
2428
2429
  :type file_file_distribution_href: str
@@ -2463,6 +2464,7 @@ class DistributionsFileApi:
2463
2464
  )
2464
2465
 
2465
2466
  _response_types_map: Dict[str, Optional[str]] = {
2467
+ '200': "FileFileDistributionResponse",
2466
2468
  '202': "AsyncOperationResponse",
2467
2469
  }
2468
2470
  response_data = self.api_client.call_api(
@@ -2497,7 +2499,7 @@ class DistributionsFileApi:
2497
2499
  ) -> RESTResponseType:
2498
2500
  """Update a file distribution
2499
2501
 
2500
- Trigger an asynchronous partial update task
2502
+ Update the entity partially and trigger an asynchronous task if necessary
2501
2503
 
2502
2504
  :param file_file_distribution_href: (required)
2503
2505
  :type file_file_distribution_href: str
@@ -2538,6 +2540,7 @@ class DistributionsFileApi:
2538
2540
  )
2539
2541
 
2540
2542
  _response_types_map: Dict[str, Optional[str]] = {
2543
+ '200': "FileFileDistributionResponse",
2541
2544
  '202': "AsyncOperationResponse",
2542
2545
  }
2543
2546
  response_data = self.api_client.call_api(
@@ -3895,10 +3898,10 @@ class DistributionsFileApi:
3895
3898
  _content_type: Optional[StrictStr] = None,
3896
3899
  _headers: Optional[Dict[StrictStr, Any]] = None,
3897
3900
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3898
- ) -> AsyncOperationResponse:
3901
+ ) -> FileFileDistributionResponse:
3899
3902
  """Update a file distribution
3900
3903
 
3901
- Trigger an asynchronous update task
3904
+ Update the entity and trigger an asynchronous task if necessary
3902
3905
 
3903
3906
  :param file_file_distribution_href: (required)
3904
3907
  :type file_file_distribution_href: str
@@ -3939,6 +3942,7 @@ class DistributionsFileApi:
3939
3942
  )
3940
3943
 
3941
3944
  _response_types_map: Dict[str, Optional[str]] = {
3945
+ '200': "FileFileDistributionResponse",
3942
3946
  '202': "AsyncOperationResponse",
3943
3947
  }
3944
3948
  response_data = self.api_client.call_api(
@@ -3970,10 +3974,10 @@ class DistributionsFileApi:
3970
3974
  _content_type: Optional[StrictStr] = None,
3971
3975
  _headers: Optional[Dict[StrictStr, Any]] = None,
3972
3976
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3973
- ) -> ApiResponse[AsyncOperationResponse]:
3977
+ ) -> ApiResponse[FileFileDistributionResponse]:
3974
3978
  """Update a file distribution
3975
3979
 
3976
- Trigger an asynchronous update task
3980
+ Update the entity and trigger an asynchronous task if necessary
3977
3981
 
3978
3982
  :param file_file_distribution_href: (required)
3979
3983
  :type file_file_distribution_href: str
@@ -4014,6 +4018,7 @@ class DistributionsFileApi:
4014
4018
  )
4015
4019
 
4016
4020
  _response_types_map: Dict[str, Optional[str]] = {
4021
+ '200': "FileFileDistributionResponse",
4017
4022
  '202': "AsyncOperationResponse",
4018
4023
  }
4019
4024
  response_data = self.api_client.call_api(
@@ -4048,7 +4053,7 @@ class DistributionsFileApi:
4048
4053
  ) -> RESTResponseType:
4049
4054
  """Update a file distribution
4050
4055
 
4051
- Trigger an asynchronous update task
4056
+ Update the entity and trigger an asynchronous task if necessary
4052
4057
 
4053
4058
  :param file_file_distribution_href: (required)
4054
4059
  :type file_file_distribution_href: str
@@ -4089,6 +4094,7 @@ class DistributionsFileApi:
4089
4094
  )
4090
4095
 
4091
4096
  _response_types_map: Dict[str, Optional[str]] = {
4097
+ '200': "FileFileDistributionResponse",
4092
4098
  '202': "AsyncOperationResponse",
4093
4099
  }
4094
4100
  response_data = self.api_client.call_api(
@@ -2372,10 +2372,10 @@ class RemotesFileApi:
2372
2372
  _content_type: Optional[StrictStr] = None,
2373
2373
  _headers: Optional[Dict[StrictStr, Any]] = None,
2374
2374
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2375
- ) -> AsyncOperationResponse:
2375
+ ) -> FileFileRemoteResponse:
2376
2376
  """Update a file remote
2377
2377
 
2378
- Trigger an asynchronous partial update task
2378
+ Update the entity partially and trigger an asynchronous task if necessary
2379
2379
 
2380
2380
  :param file_file_remote_href: (required)
2381
2381
  :type file_file_remote_href: str
@@ -2416,6 +2416,7 @@ class RemotesFileApi:
2416
2416
  )
2417
2417
 
2418
2418
  _response_types_map: Dict[str, Optional[str]] = {
2419
+ '200': "FileFileRemoteResponse",
2419
2420
  '202': "AsyncOperationResponse",
2420
2421
  }
2421
2422
  response_data = self.api_client.call_api(
@@ -2447,10 +2448,10 @@ class RemotesFileApi:
2447
2448
  _content_type: Optional[StrictStr] = None,
2448
2449
  _headers: Optional[Dict[StrictStr, Any]] = None,
2449
2450
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2450
- ) -> ApiResponse[AsyncOperationResponse]:
2451
+ ) -> ApiResponse[FileFileRemoteResponse]:
2451
2452
  """Update a file remote
2452
2453
 
2453
- Trigger an asynchronous partial update task
2454
+ Update the entity partially and trigger an asynchronous task if necessary
2454
2455
 
2455
2456
  :param file_file_remote_href: (required)
2456
2457
  :type file_file_remote_href: str
@@ -2491,6 +2492,7 @@ class RemotesFileApi:
2491
2492
  )
2492
2493
 
2493
2494
  _response_types_map: Dict[str, Optional[str]] = {
2495
+ '200': "FileFileRemoteResponse",
2494
2496
  '202': "AsyncOperationResponse",
2495
2497
  }
2496
2498
  response_data = self.api_client.call_api(
@@ -2525,7 +2527,7 @@ class RemotesFileApi:
2525
2527
  ) -> RESTResponseType:
2526
2528
  """Update a file remote
2527
2529
 
2528
- Trigger an asynchronous partial update task
2530
+ Update the entity partially and trigger an asynchronous task if necessary
2529
2531
 
2530
2532
  :param file_file_remote_href: (required)
2531
2533
  :type file_file_remote_href: str
@@ -2566,6 +2568,7 @@ class RemotesFileApi:
2566
2568
  )
2567
2569
 
2568
2570
  _response_types_map: Dict[str, Optional[str]] = {
2571
+ '200': "FileFileRemoteResponse",
2569
2572
  '202': "AsyncOperationResponse",
2570
2573
  }
2571
2574
  response_data = self.api_client.call_api(
@@ -3923,10 +3926,10 @@ class RemotesFileApi:
3923
3926
  _content_type: Optional[StrictStr] = None,
3924
3927
  _headers: Optional[Dict[StrictStr, Any]] = None,
3925
3928
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3926
- ) -> AsyncOperationResponse:
3929
+ ) -> FileFileRemoteResponse:
3927
3930
  """Update a file remote
3928
3931
 
3929
- Trigger an asynchronous update task
3932
+ Update the entity and trigger an asynchronous task if necessary
3930
3933
 
3931
3934
  :param file_file_remote_href: (required)
3932
3935
  :type file_file_remote_href: str
@@ -3967,6 +3970,7 @@ class RemotesFileApi:
3967
3970
  )
3968
3971
 
3969
3972
  _response_types_map: Dict[str, Optional[str]] = {
3973
+ '200': "FileFileRemoteResponse",
3970
3974
  '202': "AsyncOperationResponse",
3971
3975
  }
3972
3976
  response_data = self.api_client.call_api(
@@ -3998,10 +4002,10 @@ class RemotesFileApi:
3998
4002
  _content_type: Optional[StrictStr] = None,
3999
4003
  _headers: Optional[Dict[StrictStr, Any]] = None,
4000
4004
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4001
- ) -> ApiResponse[AsyncOperationResponse]:
4005
+ ) -> ApiResponse[FileFileRemoteResponse]:
4002
4006
  """Update a file remote
4003
4007
 
4004
- Trigger an asynchronous update task
4008
+ Update the entity and trigger an asynchronous task if necessary
4005
4009
 
4006
4010
  :param file_file_remote_href: (required)
4007
4011
  :type file_file_remote_href: str
@@ -4042,6 +4046,7 @@ class RemotesFileApi:
4042
4046
  )
4043
4047
 
4044
4048
  _response_types_map: Dict[str, Optional[str]] = {
4049
+ '200': "FileFileRemoteResponse",
4045
4050
  '202': "AsyncOperationResponse",
4046
4051
  }
4047
4052
  response_data = self.api_client.call_api(
@@ -4076,7 +4081,7 @@ class RemotesFileApi:
4076
4081
  ) -> RESTResponseType:
4077
4082
  """Update a file remote
4078
4083
 
4079
- Trigger an asynchronous update task
4084
+ Update the entity and trigger an asynchronous task if necessary
4080
4085
 
4081
4086
  :param file_file_remote_href: (required)
4082
4087
  :type file_file_remote_href: str
@@ -4117,6 +4122,7 @@ class RemotesFileApi:
4117
4122
  )
4118
4123
 
4119
4124
  _response_types_map: Dict[str, Optional[str]] = {
4125
+ '200': "FileFileRemoteResponse",
4120
4126
  '202': "AsyncOperationResponse",
4121
4127
  }
4122
4128
  response_data = self.api_client.call_api(
@@ -2705,10 +2705,10 @@ class RepositoriesFileApi:
2705
2705
  _content_type: Optional[StrictStr] = None,
2706
2706
  _headers: Optional[Dict[StrictStr, Any]] = None,
2707
2707
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2708
- ) -> AsyncOperationResponse:
2708
+ ) -> FileFileRepositoryResponse:
2709
2709
  """Update a file repository
2710
2710
 
2711
- Trigger an asynchronous partial update task
2711
+ Update the entity partially and trigger an asynchronous task if necessary
2712
2712
 
2713
2713
  :param file_file_repository_href: (required)
2714
2714
  :type file_file_repository_href: str
@@ -2749,6 +2749,7 @@ class RepositoriesFileApi:
2749
2749
  )
2750
2750
 
2751
2751
  _response_types_map: Dict[str, Optional[str]] = {
2752
+ '200': "FileFileRepositoryResponse",
2752
2753
  '202': "AsyncOperationResponse",
2753
2754
  }
2754
2755
  response_data = self.api_client.call_api(
@@ -2780,10 +2781,10 @@ class RepositoriesFileApi:
2780
2781
  _content_type: Optional[StrictStr] = None,
2781
2782
  _headers: Optional[Dict[StrictStr, Any]] = None,
2782
2783
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2783
- ) -> ApiResponse[AsyncOperationResponse]:
2784
+ ) -> ApiResponse[FileFileRepositoryResponse]:
2784
2785
  """Update a file repository
2785
2786
 
2786
- Trigger an asynchronous partial update task
2787
+ Update the entity partially and trigger an asynchronous task if necessary
2787
2788
 
2788
2789
  :param file_file_repository_href: (required)
2789
2790
  :type file_file_repository_href: str
@@ -2824,6 +2825,7 @@ class RepositoriesFileApi:
2824
2825
  )
2825
2826
 
2826
2827
  _response_types_map: Dict[str, Optional[str]] = {
2828
+ '200': "FileFileRepositoryResponse",
2827
2829
  '202': "AsyncOperationResponse",
2828
2830
  }
2829
2831
  response_data = self.api_client.call_api(
@@ -2858,7 +2860,7 @@ class RepositoriesFileApi:
2858
2860
  ) -> RESTResponseType:
2859
2861
  """Update a file repository
2860
2862
 
2861
- Trigger an asynchronous partial update task
2863
+ Update the entity partially and trigger an asynchronous task if necessary
2862
2864
 
2863
2865
  :param file_file_repository_href: (required)
2864
2866
  :type file_file_repository_href: str
@@ -2899,6 +2901,7 @@ class RepositoriesFileApi:
2899
2901
  )
2900
2902
 
2901
2903
  _response_types_map: Dict[str, Optional[str]] = {
2904
+ '200': "FileFileRepositoryResponse",
2902
2905
  '202': "AsyncOperationResponse",
2903
2906
  }
2904
2907
  response_data = self.api_client.call_api(
@@ -4565,10 +4568,10 @@ class RepositoriesFileApi:
4565
4568
  _content_type: Optional[StrictStr] = None,
4566
4569
  _headers: Optional[Dict[StrictStr, Any]] = None,
4567
4570
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4568
- ) -> AsyncOperationResponse:
4571
+ ) -> FileFileRepositoryResponse:
4569
4572
  """Update a file repository
4570
4573
 
4571
- Trigger an asynchronous update task
4574
+ Update the entity and trigger an asynchronous task if necessary
4572
4575
 
4573
4576
  :param file_file_repository_href: (required)
4574
4577
  :type file_file_repository_href: str
@@ -4609,6 +4612,7 @@ class RepositoriesFileApi:
4609
4612
  )
4610
4613
 
4611
4614
  _response_types_map: Dict[str, Optional[str]] = {
4615
+ '200': "FileFileRepositoryResponse",
4612
4616
  '202': "AsyncOperationResponse",
4613
4617
  }
4614
4618
  response_data = self.api_client.call_api(
@@ -4640,10 +4644,10 @@ class RepositoriesFileApi:
4640
4644
  _content_type: Optional[StrictStr] = None,
4641
4645
  _headers: Optional[Dict[StrictStr, Any]] = None,
4642
4646
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4643
- ) -> ApiResponse[AsyncOperationResponse]:
4647
+ ) -> ApiResponse[FileFileRepositoryResponse]:
4644
4648
  """Update a file repository
4645
4649
 
4646
- Trigger an asynchronous update task
4650
+ Update the entity and trigger an asynchronous task if necessary
4647
4651
 
4648
4652
  :param file_file_repository_href: (required)
4649
4653
  :type file_file_repository_href: str
@@ -4684,6 +4688,7 @@ class RepositoriesFileApi:
4684
4688
  )
4685
4689
 
4686
4690
  _response_types_map: Dict[str, Optional[str]] = {
4691
+ '200': "FileFileRepositoryResponse",
4687
4692
  '202': "AsyncOperationResponse",
4688
4693
  }
4689
4694
  response_data = self.api_client.call_api(
@@ -4718,7 +4723,7 @@ class RepositoriesFileApi:
4718
4723
  ) -> RESTResponseType:
4719
4724
  """Update a file repository
4720
4725
 
4721
- Trigger an asynchronous update task
4726
+ Update the entity and trigger an asynchronous task if necessary
4722
4727
 
4723
4728
  :param file_file_repository_href: (required)
4724
4729
  :type file_file_repository_href: str
@@ -4759,6 +4764,7 @@ class RepositoriesFileApi:
4759
4764
  )
4760
4765
 
4761
4766
  _response_types_map: Dict[str, Optional[str]] = {
4767
+ '200': "FileFileRepositoryResponse",
4762
4768
  '202': "AsyncOperationResponse",
4763
4769
  }
4764
4770
  response_data = self.api_client.call_api(
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_file.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-pkxxxh.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
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_file.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20251001.4".\
560
+ "SDK Package Version: 20251002.1".\
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 = pulpcore.client.pulp_file.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-pkxxxh.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_file"
3
- version = "20251001.4"
3
+ version = "20251002.1"
4
4
  description = "Pulp 3 API"
5
5
  authors = ["Pulp Team <pulp-list@redhat.com>"]
6
6
  license = "GPLv2+"
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "crc-pulp_file-client"
25
- VERSION = "20251001.4"
25
+ VERSION = "20251002.1"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",