crc-pulp-npm-client 20251001.4__tar.gz → 20251006.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-npm-client might be problematic. Click here for more details.
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/PKG-INFO +1 -1
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/README.md +4 -4
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/crc_pulp_npm_client.egg-info/PKG-INFO +1 -1
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/__init__.py +1 -1
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/distributions_npm_api.py +16 -10
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/remotes_npm_api.py +16 -10
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/repositories_npm_api.py +16 -10
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/configuration.py +3 -3
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pyproject.toml +1 -1
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/setup.py +1 -1
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/crc_pulp_npm_client.egg-info/top_level.txt +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/__init__.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/__init__.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/content_packages_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api_client.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/api_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/exceptions.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/__init__.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/async_operation_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/content_summary_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/npm_package_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/policy_enum.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/repair.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/repository_version_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/set_label.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/set_label_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/unset_label.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/models/unset_label_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/py.typed +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/rest.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/setup.cfg +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_async_operation_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_content_packages_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_content_summary_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_distributions_npm_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_package_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_policy_enum.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_remotes_npm_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repair.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repositories_npm_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repository_version_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_set_label.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_set_label_response.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_unset_label.py +0 -0
- {crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_unset_label_response.py +0 -0
|
@@ -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:
|
|
7
|
+
- Package version: 20251006.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_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-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-nkejpc.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-
|
|
62
|
+
host = "https://env-ephemeral-nkejpc.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-
|
|
113
|
+
All URIs are relative to *https://env-ephemeral-nkejpc.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
114
114
|
|
|
115
115
|
Class | Method | HTTP request | Description
|
|
116
116
|
------------ | ------------- | ------------- | -------------
|
|
@@ -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
|
-
) ->
|
|
1404
|
+
) -> NpmNpmDistributionResponse:
|
|
1405
1405
|
"""Update a npm distribution
|
|
1406
1406
|
|
|
1407
|
-
|
|
1407
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1408
1408
|
|
|
1409
1409
|
:param npm_npm_distribution_href: (required)
|
|
1410
1410
|
:type npm_npm_distribution_href: str
|
|
@@ -1445,6 +1445,7 @@ class DistributionsNpmApi:
|
|
|
1445
1445
|
)
|
|
1446
1446
|
|
|
1447
1447
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1448
|
+
'200': "NpmNpmDistributionResponse",
|
|
1448
1449
|
'202': "AsyncOperationResponse",
|
|
1449
1450
|
}
|
|
1450
1451
|
response_data = self.api_client.call_api(
|
|
@@ -1476,10 +1477,10 @@ class DistributionsNpmApi:
|
|
|
1476
1477
|
_content_type: Optional[StrictStr] = None,
|
|
1477
1478
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1478
1479
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1479
|
-
) -> ApiResponse[
|
|
1480
|
+
) -> ApiResponse[NpmNpmDistributionResponse]:
|
|
1480
1481
|
"""Update a npm distribution
|
|
1481
1482
|
|
|
1482
|
-
|
|
1483
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1483
1484
|
|
|
1484
1485
|
:param npm_npm_distribution_href: (required)
|
|
1485
1486
|
:type npm_npm_distribution_href: str
|
|
@@ -1520,6 +1521,7 @@ class DistributionsNpmApi:
|
|
|
1520
1521
|
)
|
|
1521
1522
|
|
|
1522
1523
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1524
|
+
'200': "NpmNpmDistributionResponse",
|
|
1523
1525
|
'202': "AsyncOperationResponse",
|
|
1524
1526
|
}
|
|
1525
1527
|
response_data = self.api_client.call_api(
|
|
@@ -1554,7 +1556,7 @@ class DistributionsNpmApi:
|
|
|
1554
1556
|
) -> RESTResponseType:
|
|
1555
1557
|
"""Update a npm distribution
|
|
1556
1558
|
|
|
1557
|
-
|
|
1559
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1558
1560
|
|
|
1559
1561
|
:param npm_npm_distribution_href: (required)
|
|
1560
1562
|
:type npm_npm_distribution_href: str
|
|
@@ -1595,6 +1597,7 @@ class DistributionsNpmApi:
|
|
|
1595
1597
|
)
|
|
1596
1598
|
|
|
1597
1599
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1600
|
+
'200': "NpmNpmDistributionResponse",
|
|
1598
1601
|
'202': "AsyncOperationResponse",
|
|
1599
1602
|
}
|
|
1600
1603
|
response_data = self.api_client.call_api(
|
|
@@ -2643,10 +2646,10 @@ class DistributionsNpmApi:
|
|
|
2643
2646
|
_content_type: Optional[StrictStr] = None,
|
|
2644
2647
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2645
2648
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2646
|
-
) ->
|
|
2649
|
+
) -> NpmNpmDistributionResponse:
|
|
2647
2650
|
"""Update a npm distribution
|
|
2648
2651
|
|
|
2649
|
-
|
|
2652
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2650
2653
|
|
|
2651
2654
|
:param npm_npm_distribution_href: (required)
|
|
2652
2655
|
:type npm_npm_distribution_href: str
|
|
@@ -2687,6 +2690,7 @@ class DistributionsNpmApi:
|
|
|
2687
2690
|
)
|
|
2688
2691
|
|
|
2689
2692
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2693
|
+
'200': "NpmNpmDistributionResponse",
|
|
2690
2694
|
'202': "AsyncOperationResponse",
|
|
2691
2695
|
}
|
|
2692
2696
|
response_data = self.api_client.call_api(
|
|
@@ -2718,10 +2722,10 @@ class DistributionsNpmApi:
|
|
|
2718
2722
|
_content_type: Optional[StrictStr] = None,
|
|
2719
2723
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2720
2724
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2721
|
-
) -> ApiResponse[
|
|
2725
|
+
) -> ApiResponse[NpmNpmDistributionResponse]:
|
|
2722
2726
|
"""Update a npm distribution
|
|
2723
2727
|
|
|
2724
|
-
|
|
2728
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2725
2729
|
|
|
2726
2730
|
:param npm_npm_distribution_href: (required)
|
|
2727
2731
|
:type npm_npm_distribution_href: str
|
|
@@ -2762,6 +2766,7 @@ class DistributionsNpmApi:
|
|
|
2762
2766
|
)
|
|
2763
2767
|
|
|
2764
2768
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2769
|
+
'200': "NpmNpmDistributionResponse",
|
|
2765
2770
|
'202': "AsyncOperationResponse",
|
|
2766
2771
|
}
|
|
2767
2772
|
response_data = self.api_client.call_api(
|
|
@@ -2796,7 +2801,7 @@ class DistributionsNpmApi:
|
|
|
2796
2801
|
) -> RESTResponseType:
|
|
2797
2802
|
"""Update a npm distribution
|
|
2798
2803
|
|
|
2799
|
-
|
|
2804
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2800
2805
|
|
|
2801
2806
|
:param npm_npm_distribution_href: (required)
|
|
2802
2807
|
:type npm_npm_distribution_href: str
|
|
@@ -2837,6 +2842,7 @@ class DistributionsNpmApi:
|
|
|
2837
2842
|
)
|
|
2838
2843
|
|
|
2839
2844
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2845
|
+
'200': "NpmNpmDistributionResponse",
|
|
2840
2846
|
'202': "AsyncOperationResponse",
|
|
2841
2847
|
}
|
|
2842
2848
|
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
|
-
) ->
|
|
1432
|
+
) -> NpmNpmRemoteResponse:
|
|
1433
1433
|
"""Update a npm remote
|
|
1434
1434
|
|
|
1435
|
-
|
|
1435
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1436
1436
|
|
|
1437
1437
|
:param npm_npm_remote_href: (required)
|
|
1438
1438
|
:type npm_npm_remote_href: str
|
|
@@ -1473,6 +1473,7 @@ class RemotesNpmApi:
|
|
|
1473
1473
|
)
|
|
1474
1474
|
|
|
1475
1475
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1476
|
+
'200': "NpmNpmRemoteResponse",
|
|
1476
1477
|
'202': "AsyncOperationResponse",
|
|
1477
1478
|
}
|
|
1478
1479
|
response_data = self.api_client.call_api(
|
|
@@ -1504,10 +1505,10 @@ class RemotesNpmApi:
|
|
|
1504
1505
|
_content_type: Optional[StrictStr] = None,
|
|
1505
1506
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1506
1507
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1507
|
-
) -> ApiResponse[
|
|
1508
|
+
) -> ApiResponse[NpmNpmRemoteResponse]:
|
|
1508
1509
|
"""Update a npm remote
|
|
1509
1510
|
|
|
1510
|
-
|
|
1511
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1511
1512
|
|
|
1512
1513
|
:param npm_npm_remote_href: (required)
|
|
1513
1514
|
:type npm_npm_remote_href: str
|
|
@@ -1548,6 +1549,7 @@ class RemotesNpmApi:
|
|
|
1548
1549
|
)
|
|
1549
1550
|
|
|
1550
1551
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1552
|
+
'200': "NpmNpmRemoteResponse",
|
|
1551
1553
|
'202': "AsyncOperationResponse",
|
|
1552
1554
|
}
|
|
1553
1555
|
response_data = self.api_client.call_api(
|
|
@@ -1582,7 +1584,7 @@ class RemotesNpmApi:
|
|
|
1582
1584
|
) -> RESTResponseType:
|
|
1583
1585
|
"""Update a npm remote
|
|
1584
1586
|
|
|
1585
|
-
|
|
1587
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1586
1588
|
|
|
1587
1589
|
:param npm_npm_remote_href: (required)
|
|
1588
1590
|
:type npm_npm_remote_href: str
|
|
@@ -1623,6 +1625,7 @@ class RemotesNpmApi:
|
|
|
1623
1625
|
)
|
|
1624
1626
|
|
|
1625
1627
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1628
|
+
'200': "NpmNpmRemoteResponse",
|
|
1626
1629
|
'202': "AsyncOperationResponse",
|
|
1627
1630
|
}
|
|
1628
1631
|
response_data = self.api_client.call_api(
|
|
@@ -2671,10 +2674,10 @@ class RemotesNpmApi:
|
|
|
2671
2674
|
_content_type: Optional[StrictStr] = None,
|
|
2672
2675
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2673
2676
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2674
|
-
) ->
|
|
2677
|
+
) -> NpmNpmRemoteResponse:
|
|
2675
2678
|
"""Update a npm remote
|
|
2676
2679
|
|
|
2677
|
-
|
|
2680
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2678
2681
|
|
|
2679
2682
|
:param npm_npm_remote_href: (required)
|
|
2680
2683
|
:type npm_npm_remote_href: str
|
|
@@ -2715,6 +2718,7 @@ class RemotesNpmApi:
|
|
|
2715
2718
|
)
|
|
2716
2719
|
|
|
2717
2720
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2721
|
+
'200': "NpmNpmRemoteResponse",
|
|
2718
2722
|
'202': "AsyncOperationResponse",
|
|
2719
2723
|
}
|
|
2720
2724
|
response_data = self.api_client.call_api(
|
|
@@ -2746,10 +2750,10 @@ class RemotesNpmApi:
|
|
|
2746
2750
|
_content_type: Optional[StrictStr] = None,
|
|
2747
2751
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2748
2752
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2749
|
-
) -> ApiResponse[
|
|
2753
|
+
) -> ApiResponse[NpmNpmRemoteResponse]:
|
|
2750
2754
|
"""Update a npm remote
|
|
2751
2755
|
|
|
2752
|
-
|
|
2756
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2753
2757
|
|
|
2754
2758
|
:param npm_npm_remote_href: (required)
|
|
2755
2759
|
:type npm_npm_remote_href: str
|
|
@@ -2790,6 +2794,7 @@ class RemotesNpmApi:
|
|
|
2790
2794
|
)
|
|
2791
2795
|
|
|
2792
2796
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2797
|
+
'200': "NpmNpmRemoteResponse",
|
|
2793
2798
|
'202': "AsyncOperationResponse",
|
|
2794
2799
|
}
|
|
2795
2800
|
response_data = self.api_client.call_api(
|
|
@@ -2824,7 +2829,7 @@ class RemotesNpmApi:
|
|
|
2824
2829
|
) -> RESTResponseType:
|
|
2825
2830
|
"""Update a npm remote
|
|
2826
2831
|
|
|
2827
|
-
|
|
2832
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2828
2833
|
|
|
2829
2834
|
:param npm_npm_remote_href: (required)
|
|
2830
2835
|
:type npm_npm_remote_href: str
|
|
@@ -2865,6 +2870,7 @@ class RemotesNpmApi:
|
|
|
2865
2870
|
)
|
|
2866
2871
|
|
|
2867
2872
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2873
|
+
'200': "NpmNpmRemoteResponse",
|
|
2868
2874
|
'202': "AsyncOperationResponse",
|
|
2869
2875
|
}
|
|
2870
2876
|
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
|
-
) ->
|
|
1765
|
+
) -> NpmNpmRepositoryResponse:
|
|
1766
1766
|
"""Update a npm repository
|
|
1767
1767
|
|
|
1768
|
-
|
|
1768
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1769
1769
|
|
|
1770
1770
|
:param npm_npm_repository_href: (required)
|
|
1771
1771
|
:type npm_npm_repository_href: str
|
|
@@ -1806,6 +1806,7 @@ class RepositoriesNpmApi:
|
|
|
1806
1806
|
)
|
|
1807
1807
|
|
|
1808
1808
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1809
|
+
'200': "NpmNpmRepositoryResponse",
|
|
1809
1810
|
'202': "AsyncOperationResponse",
|
|
1810
1811
|
}
|
|
1811
1812
|
response_data = self.api_client.call_api(
|
|
@@ -1837,10 +1838,10 @@ class RepositoriesNpmApi:
|
|
|
1837
1838
|
_content_type: Optional[StrictStr] = None,
|
|
1838
1839
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1839
1840
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1840
|
-
) -> ApiResponse[
|
|
1841
|
+
) -> ApiResponse[NpmNpmRepositoryResponse]:
|
|
1841
1842
|
"""Update a npm repository
|
|
1842
1843
|
|
|
1843
|
-
|
|
1844
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1844
1845
|
|
|
1845
1846
|
:param npm_npm_repository_href: (required)
|
|
1846
1847
|
:type npm_npm_repository_href: str
|
|
@@ -1881,6 +1882,7 @@ class RepositoriesNpmApi:
|
|
|
1881
1882
|
)
|
|
1882
1883
|
|
|
1883
1884
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1885
|
+
'200': "NpmNpmRepositoryResponse",
|
|
1884
1886
|
'202': "AsyncOperationResponse",
|
|
1885
1887
|
}
|
|
1886
1888
|
response_data = self.api_client.call_api(
|
|
@@ -1915,7 +1917,7 @@ class RepositoriesNpmApi:
|
|
|
1915
1917
|
) -> RESTResponseType:
|
|
1916
1918
|
"""Update a npm repository
|
|
1917
1919
|
|
|
1918
|
-
|
|
1920
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1919
1921
|
|
|
1920
1922
|
:param npm_npm_repository_href: (required)
|
|
1921
1923
|
:type npm_npm_repository_href: str
|
|
@@ -1956,6 +1958,7 @@ class RepositoriesNpmApi:
|
|
|
1956
1958
|
)
|
|
1957
1959
|
|
|
1958
1960
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1961
|
+
'200': "NpmNpmRepositoryResponse",
|
|
1959
1962
|
'202': "AsyncOperationResponse",
|
|
1960
1963
|
}
|
|
1961
1964
|
response_data = self.api_client.call_api(
|
|
@@ -3313,10 +3316,10 @@ class RepositoriesNpmApi:
|
|
|
3313
3316
|
_content_type: Optional[StrictStr] = None,
|
|
3314
3317
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3315
3318
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3316
|
-
) ->
|
|
3319
|
+
) -> NpmNpmRepositoryResponse:
|
|
3317
3320
|
"""Update a npm repository
|
|
3318
3321
|
|
|
3319
|
-
|
|
3322
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
3320
3323
|
|
|
3321
3324
|
:param npm_npm_repository_href: (required)
|
|
3322
3325
|
:type npm_npm_repository_href: str
|
|
@@ -3357,6 +3360,7 @@ class RepositoriesNpmApi:
|
|
|
3357
3360
|
)
|
|
3358
3361
|
|
|
3359
3362
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3363
|
+
'200': "NpmNpmRepositoryResponse",
|
|
3360
3364
|
'202': "AsyncOperationResponse",
|
|
3361
3365
|
}
|
|
3362
3366
|
response_data = self.api_client.call_api(
|
|
@@ -3388,10 +3392,10 @@ class RepositoriesNpmApi:
|
|
|
3388
3392
|
_content_type: Optional[StrictStr] = None,
|
|
3389
3393
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3390
3394
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3391
|
-
) -> ApiResponse[
|
|
3395
|
+
) -> ApiResponse[NpmNpmRepositoryResponse]:
|
|
3392
3396
|
"""Update a npm repository
|
|
3393
3397
|
|
|
3394
|
-
|
|
3398
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
3395
3399
|
|
|
3396
3400
|
:param npm_npm_repository_href: (required)
|
|
3397
3401
|
:type npm_npm_repository_href: str
|
|
@@ -3432,6 +3436,7 @@ class RepositoriesNpmApi:
|
|
|
3432
3436
|
)
|
|
3433
3437
|
|
|
3434
3438
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3439
|
+
'200': "NpmNpmRepositoryResponse",
|
|
3435
3440
|
'202': "AsyncOperationResponse",
|
|
3436
3441
|
}
|
|
3437
3442
|
response_data = self.api_client.call_api(
|
|
@@ -3466,7 +3471,7 @@ class RepositoriesNpmApi:
|
|
|
3466
3471
|
) -> RESTResponseType:
|
|
3467
3472
|
"""Update a npm repository
|
|
3468
3473
|
|
|
3469
|
-
|
|
3474
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
3470
3475
|
|
|
3471
3476
|
:param npm_npm_repository_href: (required)
|
|
3472
3477
|
:type npm_npm_repository_href: str
|
|
@@ -3507,6 +3512,7 @@ class RepositoriesNpmApi:
|
|
|
3507
3512
|
)
|
|
3508
3513
|
|
|
3509
3514
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3515
|
+
'200': "NpmNpmRepositoryResponse",
|
|
3510
3516
|
'202': "AsyncOperationResponse",
|
|
3511
3517
|
}
|
|
3512
3518
|
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-
|
|
228
|
+
self._base_path = "https://env-ephemeral-nkejpc.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:
|
|
560
|
+
"SDK Package Version: 20251006.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_npm.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-nkejpc.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -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 = "
|
|
25
|
+
VERSION = "20251006.1"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.8"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/py.typed
RENAMED
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/pulpcore/client/pulp_npm/rest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_content_packages_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_distributions_npm_api.py
RENAMED
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_remote.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_npm_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_npm_package_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_patchednpm_npm_remote.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_remotes_npm_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repositories_npm_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_repository_sync_url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_set_label_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20251001.4 → crc_pulp_npm_client-20251006.1}/test/test_unset_label_response.py
RENAMED
|
File without changes
|