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

Files changed (85) hide show
  1. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/PKG-INFO +1 -1
  2. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/README.md +4 -4
  3. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/crc_pulp_npm_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/__init__.py +1 -1
  5. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/distributions_npm_api.py +10 -16
  6. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/remotes_npm_api.py +10 -16
  7. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/repositories_npm_api.py +10 -16
  8. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/configuration.py +3 -3
  9. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pyproject.toml +1 -1
  10. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/setup.py +1 -1
  11. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -0
  12. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
  13. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
  14. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/crc_pulp_npm_client.egg-info/top_level.txt +0 -0
  15. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/__init__.py +0 -0
  16. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/__init__.py +0 -0
  17. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/__init__.py +0 -0
  18. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/content_packages_api.py +0 -0
  19. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py +0 -0
  20. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api_client.py +0 -0
  21. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/api_response.py +0 -0
  22. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/exceptions.py +0 -0
  23. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/__init__.py +0 -0
  24. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/async_operation_response.py +0 -0
  25. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/content_summary_response.py +0 -0
  26. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_distribution.py +0 -0
  27. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py +0 -0
  28. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_remote.py +0 -0
  29. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_remote_response.py +0 -0
  30. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
  31. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_repository.py +0 -0
  32. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_npm_repository_response.py +0 -0
  33. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/npm_package_response.py +0 -0
  34. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py +0 -0
  35. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py +0 -0
  36. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py +0 -0
  37. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py +0 -0
  38. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py +0 -0
  39. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py +0 -0
  40. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py +0 -0
  41. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py +0 -0
  42. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/policy_enum.py +0 -0
  43. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/repair.py +0 -0
  44. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/repository_add_remove_content.py +0 -0
  45. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/repository_sync_url.py +0 -0
  46. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/repository_version_response.py +0 -0
  47. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/set_label.py +0 -0
  48. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/set_label_response.py +0 -0
  49. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/unset_label.py +0 -0
  50. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/models/unset_label_response.py +0 -0
  51. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/py.typed +0 -0
  52. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/pulpcore/client/pulp_npm/rest.py +0 -0
  53. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/setup.cfg +0 -0
  54. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_async_operation_response.py +0 -0
  55. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_content_packages_api.py +0 -0
  56. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_content_summary_response.py +0 -0
  57. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_distributions_npm_api.py +0 -0
  58. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_distribution.py +0 -0
  59. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_distribution_response.py +0 -0
  60. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_remote.py +0 -0
  61. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_remote_response.py +0 -0
  62. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_remote_response_hidden_fields_inner.py +0 -0
  63. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_repository.py +0 -0
  64. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_npm_repository_response.py +0 -0
  65. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_npm_package_response.py +0 -0
  66. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_paginated_repository_version_response_list.py +0 -0
  67. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_paginatednpm_npm_distribution_response_list.py +0 -0
  68. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_paginatednpm_npm_remote_response_list.py +0 -0
  69. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_paginatednpm_npm_repository_response_list.py +0 -0
  70. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_paginatednpm_package_response_list.py +0 -0
  71. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_patchednpm_npm_distribution.py +0 -0
  72. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_patchednpm_npm_remote.py +0 -0
  73. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_patchednpm_npm_repository.py +0 -0
  74. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_policy_enum.py +0 -0
  75. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_remotes_npm_api.py +0 -0
  76. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repair.py +0 -0
  77. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repositories_npm_api.py +0 -0
  78. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repositories_npm_versions_api.py +0 -0
  79. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repository_add_remove_content.py +0 -0
  80. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repository_sync_url.py +0 -0
  81. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_repository_version_response.py +0 -0
  82. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_set_label.py +0 -0
  83. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_set_label_response.py +0 -0
  84. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_unset_label.py +0 -0
  85. {crc_pulp_npm_client-20251001.3 → crc_pulp_npm_client-20251001.4}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_npm-client
3
- Version: 20251001.3
3
+ Version: 20251001.4
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.3
7
+ - Package version: 20251001.4
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_npm
56
56
  from pulpcore.client.pulp_npm.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-ubj90w.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_npm.Configuration(
62
- host = "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -110,7 +110,7 @@ with pulpcore.client.pulp_npm.ApiClient(configuration) as api_client:
110
110
 
111
111
  ## Documentation for API Endpoints
112
112
 
113
- All URIs are relative to *https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com*
113
+ All URIs are relative to *https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com*
114
114
 
115
115
  Class | Method | HTTP request | Description
116
116
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_npm-client
3
- Version: 20251001.3
3
+ Version: 20251001.4
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.3"
18
+ __version__ = "20251001.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_npm.api.content_packages_api import ContentPackagesApi
@@ -1401,10 +1401,10 @@ class DistributionsNpmApi:
1401
1401
  _content_type: Optional[StrictStr] = None,
1402
1402
  _headers: Optional[Dict[StrictStr, Any]] = None,
1403
1403
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1404
- ) -> NpmNpmDistributionResponse:
1404
+ ) -> AsyncOperationResponse:
1405
1405
  """Update a npm distribution
1406
1406
 
1407
- Update the entity partially and trigger an asynchronous task if necessary
1407
+ Trigger an asynchronous partial update task
1408
1408
 
1409
1409
  :param npm_npm_distribution_href: (required)
1410
1410
  :type npm_npm_distribution_href: str
@@ -1445,7 +1445,6 @@ class DistributionsNpmApi:
1445
1445
  )
1446
1446
 
1447
1447
  _response_types_map: Dict[str, Optional[str]] = {
1448
- '200': "NpmNpmDistributionResponse",
1449
1448
  '202': "AsyncOperationResponse",
1450
1449
  }
1451
1450
  response_data = self.api_client.call_api(
@@ -1477,10 +1476,10 @@ class DistributionsNpmApi:
1477
1476
  _content_type: Optional[StrictStr] = None,
1478
1477
  _headers: Optional[Dict[StrictStr, Any]] = None,
1479
1478
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1480
- ) -> ApiResponse[NpmNpmDistributionResponse]:
1479
+ ) -> ApiResponse[AsyncOperationResponse]:
1481
1480
  """Update a npm distribution
1482
1481
 
1483
- Update the entity partially and trigger an asynchronous task if necessary
1482
+ Trigger an asynchronous partial update task
1484
1483
 
1485
1484
  :param npm_npm_distribution_href: (required)
1486
1485
  :type npm_npm_distribution_href: str
@@ -1521,7 +1520,6 @@ class DistributionsNpmApi:
1521
1520
  )
1522
1521
 
1523
1522
  _response_types_map: Dict[str, Optional[str]] = {
1524
- '200': "NpmNpmDistributionResponse",
1525
1523
  '202': "AsyncOperationResponse",
1526
1524
  }
1527
1525
  response_data = self.api_client.call_api(
@@ -1556,7 +1554,7 @@ class DistributionsNpmApi:
1556
1554
  ) -> RESTResponseType:
1557
1555
  """Update a npm distribution
1558
1556
 
1559
- Update the entity partially and trigger an asynchronous task if necessary
1557
+ Trigger an asynchronous partial update task
1560
1558
 
1561
1559
  :param npm_npm_distribution_href: (required)
1562
1560
  :type npm_npm_distribution_href: str
@@ -1597,7 +1595,6 @@ class DistributionsNpmApi:
1597
1595
  )
1598
1596
 
1599
1597
  _response_types_map: Dict[str, Optional[str]] = {
1600
- '200': "NpmNpmDistributionResponse",
1601
1598
  '202': "AsyncOperationResponse",
1602
1599
  }
1603
1600
  response_data = self.api_client.call_api(
@@ -2646,10 +2643,10 @@ class DistributionsNpmApi:
2646
2643
  _content_type: Optional[StrictStr] = None,
2647
2644
  _headers: Optional[Dict[StrictStr, Any]] = None,
2648
2645
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2649
- ) -> NpmNpmDistributionResponse:
2646
+ ) -> AsyncOperationResponse:
2650
2647
  """Update a npm distribution
2651
2648
 
2652
- Update the entity and trigger an asynchronous task if necessary
2649
+ Trigger an asynchronous update task
2653
2650
 
2654
2651
  :param npm_npm_distribution_href: (required)
2655
2652
  :type npm_npm_distribution_href: str
@@ -2690,7 +2687,6 @@ class DistributionsNpmApi:
2690
2687
  )
2691
2688
 
2692
2689
  _response_types_map: Dict[str, Optional[str]] = {
2693
- '200': "NpmNpmDistributionResponse",
2694
2690
  '202': "AsyncOperationResponse",
2695
2691
  }
2696
2692
  response_data = self.api_client.call_api(
@@ -2722,10 +2718,10 @@ class DistributionsNpmApi:
2722
2718
  _content_type: Optional[StrictStr] = None,
2723
2719
  _headers: Optional[Dict[StrictStr, Any]] = None,
2724
2720
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2725
- ) -> ApiResponse[NpmNpmDistributionResponse]:
2721
+ ) -> ApiResponse[AsyncOperationResponse]:
2726
2722
  """Update a npm distribution
2727
2723
 
2728
- Update the entity and trigger an asynchronous task if necessary
2724
+ Trigger an asynchronous update task
2729
2725
 
2730
2726
  :param npm_npm_distribution_href: (required)
2731
2727
  :type npm_npm_distribution_href: str
@@ -2766,7 +2762,6 @@ class DistributionsNpmApi:
2766
2762
  )
2767
2763
 
2768
2764
  _response_types_map: Dict[str, Optional[str]] = {
2769
- '200': "NpmNpmDistributionResponse",
2770
2765
  '202': "AsyncOperationResponse",
2771
2766
  }
2772
2767
  response_data = self.api_client.call_api(
@@ -2801,7 +2796,7 @@ class DistributionsNpmApi:
2801
2796
  ) -> RESTResponseType:
2802
2797
  """Update a npm distribution
2803
2798
 
2804
- Update the entity and trigger an asynchronous task if necessary
2799
+ Trigger an asynchronous update task
2805
2800
 
2806
2801
  :param npm_npm_distribution_href: (required)
2807
2802
  :type npm_npm_distribution_href: str
@@ -2842,7 +2837,6 @@ class DistributionsNpmApi:
2842
2837
  )
2843
2838
 
2844
2839
  _response_types_map: Dict[str, Optional[str]] = {
2845
- '200': "NpmNpmDistributionResponse",
2846
2840
  '202': "AsyncOperationResponse",
2847
2841
  }
2848
2842
  response_data = self.api_client.call_api(
@@ -1429,10 +1429,10 @@ class RemotesNpmApi:
1429
1429
  _content_type: Optional[StrictStr] = None,
1430
1430
  _headers: Optional[Dict[StrictStr, Any]] = None,
1431
1431
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1432
- ) -> NpmNpmRemoteResponse:
1432
+ ) -> AsyncOperationResponse:
1433
1433
  """Update a npm remote
1434
1434
 
1435
- Update the entity partially and trigger an asynchronous task if necessary
1435
+ Trigger an asynchronous partial update task
1436
1436
 
1437
1437
  :param npm_npm_remote_href: (required)
1438
1438
  :type npm_npm_remote_href: str
@@ -1473,7 +1473,6 @@ class RemotesNpmApi:
1473
1473
  )
1474
1474
 
1475
1475
  _response_types_map: Dict[str, Optional[str]] = {
1476
- '200': "NpmNpmRemoteResponse",
1477
1476
  '202': "AsyncOperationResponse",
1478
1477
  }
1479
1478
  response_data = self.api_client.call_api(
@@ -1505,10 +1504,10 @@ class RemotesNpmApi:
1505
1504
  _content_type: Optional[StrictStr] = None,
1506
1505
  _headers: Optional[Dict[StrictStr, Any]] = None,
1507
1506
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1508
- ) -> ApiResponse[NpmNpmRemoteResponse]:
1507
+ ) -> ApiResponse[AsyncOperationResponse]:
1509
1508
  """Update a npm remote
1510
1509
 
1511
- Update the entity partially and trigger an asynchronous task if necessary
1510
+ Trigger an asynchronous partial update task
1512
1511
 
1513
1512
  :param npm_npm_remote_href: (required)
1514
1513
  :type npm_npm_remote_href: str
@@ -1549,7 +1548,6 @@ class RemotesNpmApi:
1549
1548
  )
1550
1549
 
1551
1550
  _response_types_map: Dict[str, Optional[str]] = {
1552
- '200': "NpmNpmRemoteResponse",
1553
1551
  '202': "AsyncOperationResponse",
1554
1552
  }
1555
1553
  response_data = self.api_client.call_api(
@@ -1584,7 +1582,7 @@ class RemotesNpmApi:
1584
1582
  ) -> RESTResponseType:
1585
1583
  """Update a npm remote
1586
1584
 
1587
- Update the entity partially and trigger an asynchronous task if necessary
1585
+ Trigger an asynchronous partial update task
1588
1586
 
1589
1587
  :param npm_npm_remote_href: (required)
1590
1588
  :type npm_npm_remote_href: str
@@ -1625,7 +1623,6 @@ class RemotesNpmApi:
1625
1623
  )
1626
1624
 
1627
1625
  _response_types_map: Dict[str, Optional[str]] = {
1628
- '200': "NpmNpmRemoteResponse",
1629
1626
  '202': "AsyncOperationResponse",
1630
1627
  }
1631
1628
  response_data = self.api_client.call_api(
@@ -2674,10 +2671,10 @@ class RemotesNpmApi:
2674
2671
  _content_type: Optional[StrictStr] = None,
2675
2672
  _headers: Optional[Dict[StrictStr, Any]] = None,
2676
2673
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2677
- ) -> NpmNpmRemoteResponse:
2674
+ ) -> AsyncOperationResponse:
2678
2675
  """Update a npm remote
2679
2676
 
2680
- Update the entity and trigger an asynchronous task if necessary
2677
+ Trigger an asynchronous update task
2681
2678
 
2682
2679
  :param npm_npm_remote_href: (required)
2683
2680
  :type npm_npm_remote_href: str
@@ -2718,7 +2715,6 @@ class RemotesNpmApi:
2718
2715
  )
2719
2716
 
2720
2717
  _response_types_map: Dict[str, Optional[str]] = {
2721
- '200': "NpmNpmRemoteResponse",
2722
2718
  '202': "AsyncOperationResponse",
2723
2719
  }
2724
2720
  response_data = self.api_client.call_api(
@@ -2750,10 +2746,10 @@ class RemotesNpmApi:
2750
2746
  _content_type: Optional[StrictStr] = None,
2751
2747
  _headers: Optional[Dict[StrictStr, Any]] = None,
2752
2748
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2753
- ) -> ApiResponse[NpmNpmRemoteResponse]:
2749
+ ) -> ApiResponse[AsyncOperationResponse]:
2754
2750
  """Update a npm remote
2755
2751
 
2756
- Update the entity and trigger an asynchronous task if necessary
2752
+ Trigger an asynchronous update task
2757
2753
 
2758
2754
  :param npm_npm_remote_href: (required)
2759
2755
  :type npm_npm_remote_href: str
@@ -2794,7 +2790,6 @@ class RemotesNpmApi:
2794
2790
  )
2795
2791
 
2796
2792
  _response_types_map: Dict[str, Optional[str]] = {
2797
- '200': "NpmNpmRemoteResponse",
2798
2793
  '202': "AsyncOperationResponse",
2799
2794
  }
2800
2795
  response_data = self.api_client.call_api(
@@ -2829,7 +2824,7 @@ class RemotesNpmApi:
2829
2824
  ) -> RESTResponseType:
2830
2825
  """Update a npm remote
2831
2826
 
2832
- Update the entity and trigger an asynchronous task if necessary
2827
+ Trigger an asynchronous update task
2833
2828
 
2834
2829
  :param npm_npm_remote_href: (required)
2835
2830
  :type npm_npm_remote_href: str
@@ -2870,7 +2865,6 @@ class RemotesNpmApi:
2870
2865
  )
2871
2866
 
2872
2867
  _response_types_map: Dict[str, Optional[str]] = {
2873
- '200': "NpmNpmRemoteResponse",
2874
2868
  '202': "AsyncOperationResponse",
2875
2869
  }
2876
2870
  response_data = self.api_client.call_api(
@@ -1762,10 +1762,10 @@ class RepositoriesNpmApi:
1762
1762
  _content_type: Optional[StrictStr] = None,
1763
1763
  _headers: Optional[Dict[StrictStr, Any]] = None,
1764
1764
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1765
- ) -> NpmNpmRepositoryResponse:
1765
+ ) -> AsyncOperationResponse:
1766
1766
  """Update a npm repository
1767
1767
 
1768
- Update the entity partially and trigger an asynchronous task if necessary
1768
+ Trigger an asynchronous partial update task
1769
1769
 
1770
1770
  :param npm_npm_repository_href: (required)
1771
1771
  :type npm_npm_repository_href: str
@@ -1806,7 +1806,6 @@ class RepositoriesNpmApi:
1806
1806
  )
1807
1807
 
1808
1808
  _response_types_map: Dict[str, Optional[str]] = {
1809
- '200': "NpmNpmRepositoryResponse",
1810
1809
  '202': "AsyncOperationResponse",
1811
1810
  }
1812
1811
  response_data = self.api_client.call_api(
@@ -1838,10 +1837,10 @@ class RepositoriesNpmApi:
1838
1837
  _content_type: Optional[StrictStr] = None,
1839
1838
  _headers: Optional[Dict[StrictStr, Any]] = None,
1840
1839
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1841
- ) -> ApiResponse[NpmNpmRepositoryResponse]:
1840
+ ) -> ApiResponse[AsyncOperationResponse]:
1842
1841
  """Update a npm repository
1843
1842
 
1844
- Update the entity partially and trigger an asynchronous task if necessary
1843
+ Trigger an asynchronous partial update task
1845
1844
 
1846
1845
  :param npm_npm_repository_href: (required)
1847
1846
  :type npm_npm_repository_href: str
@@ -1882,7 +1881,6 @@ class RepositoriesNpmApi:
1882
1881
  )
1883
1882
 
1884
1883
  _response_types_map: Dict[str, Optional[str]] = {
1885
- '200': "NpmNpmRepositoryResponse",
1886
1884
  '202': "AsyncOperationResponse",
1887
1885
  }
1888
1886
  response_data = self.api_client.call_api(
@@ -1917,7 +1915,7 @@ class RepositoriesNpmApi:
1917
1915
  ) -> RESTResponseType:
1918
1916
  """Update a npm repository
1919
1917
 
1920
- Update the entity partially and trigger an asynchronous task if necessary
1918
+ Trigger an asynchronous partial update task
1921
1919
 
1922
1920
  :param npm_npm_repository_href: (required)
1923
1921
  :type npm_npm_repository_href: str
@@ -1958,7 +1956,6 @@ class RepositoriesNpmApi:
1958
1956
  )
1959
1957
 
1960
1958
  _response_types_map: Dict[str, Optional[str]] = {
1961
- '200': "NpmNpmRepositoryResponse",
1962
1959
  '202': "AsyncOperationResponse",
1963
1960
  }
1964
1961
  response_data = self.api_client.call_api(
@@ -3316,10 +3313,10 @@ class RepositoriesNpmApi:
3316
3313
  _content_type: Optional[StrictStr] = None,
3317
3314
  _headers: Optional[Dict[StrictStr, Any]] = None,
3318
3315
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3319
- ) -> NpmNpmRepositoryResponse:
3316
+ ) -> AsyncOperationResponse:
3320
3317
  """Update a npm repository
3321
3318
 
3322
- Update the entity and trigger an asynchronous task if necessary
3319
+ Trigger an asynchronous update task
3323
3320
 
3324
3321
  :param npm_npm_repository_href: (required)
3325
3322
  :type npm_npm_repository_href: str
@@ -3360,7 +3357,6 @@ class RepositoriesNpmApi:
3360
3357
  )
3361
3358
 
3362
3359
  _response_types_map: Dict[str, Optional[str]] = {
3363
- '200': "NpmNpmRepositoryResponse",
3364
3360
  '202': "AsyncOperationResponse",
3365
3361
  }
3366
3362
  response_data = self.api_client.call_api(
@@ -3392,10 +3388,10 @@ class RepositoriesNpmApi:
3392
3388
  _content_type: Optional[StrictStr] = None,
3393
3389
  _headers: Optional[Dict[StrictStr, Any]] = None,
3394
3390
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3395
- ) -> ApiResponse[NpmNpmRepositoryResponse]:
3391
+ ) -> ApiResponse[AsyncOperationResponse]:
3396
3392
  """Update a npm repository
3397
3393
 
3398
- Update the entity and trigger an asynchronous task if necessary
3394
+ Trigger an asynchronous update task
3399
3395
 
3400
3396
  :param npm_npm_repository_href: (required)
3401
3397
  :type npm_npm_repository_href: str
@@ -3436,7 +3432,6 @@ class RepositoriesNpmApi:
3436
3432
  )
3437
3433
 
3438
3434
  _response_types_map: Dict[str, Optional[str]] = {
3439
- '200': "NpmNpmRepositoryResponse",
3440
3435
  '202': "AsyncOperationResponse",
3441
3436
  }
3442
3437
  response_data = self.api_client.call_api(
@@ -3471,7 +3466,7 @@ class RepositoriesNpmApi:
3471
3466
  ) -> RESTResponseType:
3472
3467
  """Update a npm repository
3473
3468
 
3474
- Update the entity and trigger an asynchronous task if necessary
3469
+ Trigger an asynchronous update task
3475
3470
 
3476
3471
  :param npm_npm_repository_href: (required)
3477
3472
  :type npm_npm_repository_href: str
@@ -3512,7 +3507,6 @@ class RepositoriesNpmApi:
3512
3507
  )
3513
3508
 
3514
3509
  _response_types_map: Dict[str, Optional[str]] = {
3515
- '200': "NpmNpmRepositoryResponse",
3516
3510
  '202': "AsyncOperationResponse",
3517
3511
  }
3518
3512
  response_data = self.api_client.call_api(
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_npm.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-ubj90w.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_npm.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.3".\
560
+ "SDK Package Version: 20251001.4".\
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_npm.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-ubj90w.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_npm"
3
- version = "20251001.3"
3
+ version = "20251001.4"
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_npm-client"
25
- VERSION = "20251001.3"
25
+ VERSION = "20251001.4"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",