crc-pulp-npm-client 20250828.3__tar.gz → 20250829.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-20250828.3 → crc_pulp_npm_client-20250829.1}/PKG-INFO +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/README.md +12 -12
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/crc_pulp_npm_client.egg-info/PKG-INFO +1 -1
- crc_pulp_npm_client-20250829.1/crc_pulp_npm_client.egg-info/SOURCES.txt +84 -0
- crc_pulp_npm_client-20250829.1/crc_pulp_npm_client.egg-info/top_level.txt +1 -0
- crc_pulp_npm_client-20250829.1/pulpcore/client/__init__.py +2 -0
- crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm/__init__.py +65 -0
- crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm/api/__init__.py +9 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api/content_packages_api.py +10 -10
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api/distributions_npm_api.py +13 -13
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api/remotes_npm_api.py +13 -13
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api/repositories_npm_api.py +15 -15
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api/repositories_npm_versions_api.py +8 -8
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api_client.py +7 -7
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/configuration.py +6 -6
- crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm/models/__init__.py +44 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_remote.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_remote_response.py +2 -2
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/paginated_repository_version_response_list.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/paginatednpm_npm_distribution_response_list.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/paginatednpm_npm_remote_response_list.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/paginatednpm_npm_repository_response_list.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/paginatednpm_package_response_list.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/patchednpm_npm_remote.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/repository_version_response.py +1 -1
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/rest.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/pyproject.toml +5 -5
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/setup.py +2 -2
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_async_operation_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_content_packages_api.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_content_summary_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_distributions_npm_api.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_distribution.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_distribution_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_remote.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_remote_response.py +2 -2
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_remote_response_hidden_fields_inner.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_repository.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_npm_repository_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_npm_package_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_paginated_repository_version_response_list.py +3 -3
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_paginatednpm_npm_distribution_response_list.py +3 -3
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_paginatednpm_npm_remote_response_list.py +5 -5
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_paginatednpm_npm_repository_response_list.py +3 -3
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_paginatednpm_package_response_list.py +3 -3
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_patchednpm_npm_distribution.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_patchednpm_npm_remote.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_patchednpm_npm_repository.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_policy_enum.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_remotes_npm_api.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repair.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repositories_npm_api.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repositories_npm_versions_api.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repository_add_remove_content.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repository_sync_url.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_repository_version_response.py +2 -2
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_set_label.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_set_label_response.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_unset_label.py +1 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/test/test_unset_label_response.py +1 -1
- crc_pulp_npm_client-20250828.3/crc-pulp_npm-client/api/__init__.py +0 -9
- crc_pulp_npm_client-20250828.3/crc-pulp_npm-client/models/__init__.py +0 -44
- crc_pulp_npm_client-20250828.3/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -82
- crc_pulp_npm_client-20250828.3/crc_pulp_npm_client.egg-info/top_level.txt +0 -1
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore}/__init__.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/api_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/exceptions.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/async_operation_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/content_summary_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/npm_package_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/policy_enum.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/repair.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/set_label.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/set_label_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/unset_label.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/models/unset_label_response.py +0 -0
- {crc_pulp_npm_client-20250828.3/crc-pulp_npm-client → crc_pulp_npm_client-20250829.1/pulpcore/client/pulp_npm}/py.typed +0 -0
- {crc_pulp_npm_client-20250828.3 → crc_pulp_npm_client-20250829.1}/setup.cfg +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: 20250829.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)
|
|
@@ -25,7 +25,7 @@ pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
|
|
|
25
25
|
|
|
26
26
|
Then import the package:
|
|
27
27
|
```python
|
|
28
|
-
import
|
|
28
|
+
import pulpcore.client.pulp_npm
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### Setuptools
|
|
@@ -39,7 +39,7 @@ python setup.py install --user
|
|
|
39
39
|
|
|
40
40
|
Then import the package:
|
|
41
41
|
```python
|
|
42
|
-
import
|
|
42
|
+
import pulpcore.client.pulp_npm
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Tests
|
|
@@ -52,14 +52,14 @@ Please follow the [installation procedure](#installation--usage) and then run th
|
|
|
52
52
|
|
|
53
53
|
```python
|
|
54
54
|
|
|
55
|
-
import
|
|
56
|
-
from
|
|
55
|
+
import pulpcore.client.pulp_npm
|
|
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-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
|
-
configuration =
|
|
62
|
-
host = "https://env-ephemeral-
|
|
61
|
+
configuration = pulpcore.client.pulp_npm.Configuration(
|
|
62
|
+
host = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -70,7 +70,7 @@ configuration = crc-pulp_npm-client.Configuration(
|
|
|
70
70
|
configuration.access_token = os.environ["ACCESS_TOKEN"]
|
|
71
71
|
|
|
72
72
|
# Configure HTTP basic authorization: basicAuth
|
|
73
|
-
configuration =
|
|
73
|
+
configuration = pulpcore.client.pulp_npm.Configuration(
|
|
74
74
|
username = os.environ["USERNAME"],
|
|
75
75
|
password = os.environ["PASSWORD"]
|
|
76
76
|
)
|
|
@@ -83,9 +83,9 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
# Enter a context with an instance of the API client
|
|
86
|
-
with
|
|
86
|
+
with pulpcore.client.pulp_npm.ApiClient(configuration) as api_client:
|
|
87
87
|
# Create an instance of the API class
|
|
88
|
-
api_instance =
|
|
88
|
+
api_instance = pulpcore.client.pulp_npm.ContentPackagesApi(api_client)
|
|
89
89
|
pulp_domain = 'pulp_domain_example' # str |
|
|
90
90
|
relative_path = 'relative_path_example' # str |
|
|
91
91
|
name = 'name_example' # str |
|
|
@@ -110,7 +110,7 @@ with crc-pulp_npm-client.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-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
114
114
|
|
|
115
115
|
Class | Method | HTTP request | Description
|
|
116
116
|
------------ | ------------- | ------------- | -------------
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
README.md
|
|
2
|
+
pyproject.toml
|
|
3
|
+
setup.cfg
|
|
4
|
+
setup.py
|
|
5
|
+
crc_pulp_npm_client.egg-info/PKG-INFO
|
|
6
|
+
crc_pulp_npm_client.egg-info/SOURCES.txt
|
|
7
|
+
crc_pulp_npm_client.egg-info/dependency_links.txt
|
|
8
|
+
crc_pulp_npm_client.egg-info/requires.txt
|
|
9
|
+
crc_pulp_npm_client.egg-info/top_level.txt
|
|
10
|
+
pulpcore/__init__.py
|
|
11
|
+
pulpcore/client/__init__.py
|
|
12
|
+
pulpcore/client/pulp_npm/__init__.py
|
|
13
|
+
pulpcore/client/pulp_npm/api_client.py
|
|
14
|
+
pulpcore/client/pulp_npm/api_response.py
|
|
15
|
+
pulpcore/client/pulp_npm/configuration.py
|
|
16
|
+
pulpcore/client/pulp_npm/exceptions.py
|
|
17
|
+
pulpcore/client/pulp_npm/py.typed
|
|
18
|
+
pulpcore/client/pulp_npm/rest.py
|
|
19
|
+
pulpcore/client/pulp_npm/api/__init__.py
|
|
20
|
+
pulpcore/client/pulp_npm/api/content_packages_api.py
|
|
21
|
+
pulpcore/client/pulp_npm/api/distributions_npm_api.py
|
|
22
|
+
pulpcore/client/pulp_npm/api/remotes_npm_api.py
|
|
23
|
+
pulpcore/client/pulp_npm/api/repositories_npm_api.py
|
|
24
|
+
pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py
|
|
25
|
+
pulpcore/client/pulp_npm/models/__init__.py
|
|
26
|
+
pulpcore/client/pulp_npm/models/async_operation_response.py
|
|
27
|
+
pulpcore/client/pulp_npm/models/content_summary_response.py
|
|
28
|
+
pulpcore/client/pulp_npm/models/npm_npm_distribution.py
|
|
29
|
+
pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py
|
|
30
|
+
pulpcore/client/pulp_npm/models/npm_npm_remote.py
|
|
31
|
+
pulpcore/client/pulp_npm/models/npm_npm_remote_response.py
|
|
32
|
+
pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py
|
|
33
|
+
pulpcore/client/pulp_npm/models/npm_npm_repository.py
|
|
34
|
+
pulpcore/client/pulp_npm/models/npm_npm_repository_response.py
|
|
35
|
+
pulpcore/client/pulp_npm/models/npm_package_response.py
|
|
36
|
+
pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py
|
|
37
|
+
pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py
|
|
38
|
+
pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py
|
|
39
|
+
pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py
|
|
40
|
+
pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py
|
|
41
|
+
pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py
|
|
42
|
+
pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py
|
|
43
|
+
pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py
|
|
44
|
+
pulpcore/client/pulp_npm/models/policy_enum.py
|
|
45
|
+
pulpcore/client/pulp_npm/models/repair.py
|
|
46
|
+
pulpcore/client/pulp_npm/models/repository_add_remove_content.py
|
|
47
|
+
pulpcore/client/pulp_npm/models/repository_sync_url.py
|
|
48
|
+
pulpcore/client/pulp_npm/models/repository_version_response.py
|
|
49
|
+
pulpcore/client/pulp_npm/models/set_label.py
|
|
50
|
+
pulpcore/client/pulp_npm/models/set_label_response.py
|
|
51
|
+
pulpcore/client/pulp_npm/models/unset_label.py
|
|
52
|
+
pulpcore/client/pulp_npm/models/unset_label_response.py
|
|
53
|
+
test/test_async_operation_response.py
|
|
54
|
+
test/test_content_packages_api.py
|
|
55
|
+
test/test_content_summary_response.py
|
|
56
|
+
test/test_distributions_npm_api.py
|
|
57
|
+
test/test_npm_npm_distribution.py
|
|
58
|
+
test/test_npm_npm_distribution_response.py
|
|
59
|
+
test/test_npm_npm_remote.py
|
|
60
|
+
test/test_npm_npm_remote_response.py
|
|
61
|
+
test/test_npm_npm_remote_response_hidden_fields_inner.py
|
|
62
|
+
test/test_npm_npm_repository.py
|
|
63
|
+
test/test_npm_npm_repository_response.py
|
|
64
|
+
test/test_npm_package_response.py
|
|
65
|
+
test/test_paginated_repository_version_response_list.py
|
|
66
|
+
test/test_paginatednpm_npm_distribution_response_list.py
|
|
67
|
+
test/test_paginatednpm_npm_remote_response_list.py
|
|
68
|
+
test/test_paginatednpm_npm_repository_response_list.py
|
|
69
|
+
test/test_paginatednpm_package_response_list.py
|
|
70
|
+
test/test_patchednpm_npm_distribution.py
|
|
71
|
+
test/test_patchednpm_npm_remote.py
|
|
72
|
+
test/test_patchednpm_npm_repository.py
|
|
73
|
+
test/test_policy_enum.py
|
|
74
|
+
test/test_remotes_npm_api.py
|
|
75
|
+
test/test_repair.py
|
|
76
|
+
test/test_repositories_npm_api.py
|
|
77
|
+
test/test_repositories_npm_versions_api.py
|
|
78
|
+
test/test_repository_add_remove_content.py
|
|
79
|
+
test/test_repository_sync_url.py
|
|
80
|
+
test/test_repository_version_response.py
|
|
81
|
+
test/test_set_label.py
|
|
82
|
+
test/test_set_label_response.py
|
|
83
|
+
test/test_unset_label.py
|
|
84
|
+
test/test_unset_label_response.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pulpcore
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
Pulp 3 API
|
|
7
|
+
|
|
8
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: v3
|
|
11
|
+
Contact: pulp-list@redhat.com
|
|
12
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
|
+
|
|
14
|
+
Do not edit the class manually.
|
|
15
|
+
""" # noqa: E501
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
__version__ = "20250829.1"
|
|
19
|
+
|
|
20
|
+
# import apis into sdk package
|
|
21
|
+
from pulpcore.client.pulp_npm.api.content_packages_api import ContentPackagesApi
|
|
22
|
+
from pulpcore.client.pulp_npm.api.distributions_npm_api import DistributionsNpmApi
|
|
23
|
+
from pulpcore.client.pulp_npm.api.remotes_npm_api import RemotesNpmApi
|
|
24
|
+
from pulpcore.client.pulp_npm.api.repositories_npm_api import RepositoriesNpmApi
|
|
25
|
+
from pulpcore.client.pulp_npm.api.repositories_npm_versions_api import RepositoriesNpmVersionsApi
|
|
26
|
+
|
|
27
|
+
# import ApiClient
|
|
28
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
29
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient
|
|
30
|
+
from pulpcore.client.pulp_npm.configuration import Configuration
|
|
31
|
+
from pulpcore.client.pulp_npm.exceptions import OpenApiException
|
|
32
|
+
from pulpcore.client.pulp_npm.exceptions import ApiTypeError
|
|
33
|
+
from pulpcore.client.pulp_npm.exceptions import ApiValueError
|
|
34
|
+
from pulpcore.client.pulp_npm.exceptions import ApiKeyError
|
|
35
|
+
from pulpcore.client.pulp_npm.exceptions import ApiAttributeError
|
|
36
|
+
from pulpcore.client.pulp_npm.exceptions import ApiException
|
|
37
|
+
|
|
38
|
+
# import models into sdk package
|
|
39
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
40
|
+
from pulpcore.client.pulp_npm.models.content_summary_response import ContentSummaryResponse
|
|
41
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution import NpmNpmDistribution
|
|
42
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpmDistributionResponse
|
|
43
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote import NpmNpmRemote
|
|
44
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemoteResponse
|
|
45
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response_hidden_fields_inner import NpmNpmRemoteResponseHiddenFieldsInner
|
|
46
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository import NpmNpmRepository
|
|
47
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRepositoryResponse
|
|
48
|
+
from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageResponse
|
|
49
|
+
from pulpcore.client.pulp_npm.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
50
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_distribution_response_list import PaginatednpmNpmDistributionResponseList
|
|
51
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_remote_response_list import PaginatednpmNpmRemoteResponseList
|
|
52
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_repository_response_list import PaginatednpmNpmRepositoryResponseList
|
|
53
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_package_response_list import PaginatednpmPackageResponseList
|
|
54
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_distribution import PatchednpmNpmDistribution
|
|
55
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_remote import PatchednpmNpmRemote
|
|
56
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_repository import PatchednpmNpmRepository
|
|
57
|
+
from pulpcore.client.pulp_npm.models.policy_enum import PolicyEnum
|
|
58
|
+
from pulpcore.client.pulp_npm.models.repair import Repair
|
|
59
|
+
from pulpcore.client.pulp_npm.models.repository_add_remove_content import RepositoryAddRemoveContent
|
|
60
|
+
from pulpcore.client.pulp_npm.models.repository_sync_url import RepositorySyncURL
|
|
61
|
+
from pulpcore.client.pulp_npm.models.repository_version_response import RepositoryVersionResponse
|
|
62
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
63
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
64
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
65
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# flake8: noqa
|
|
2
|
+
|
|
3
|
+
# import apis into api package
|
|
4
|
+
from pulpcore.client.pulp_npm.api.content_packages_api import ContentPackagesApi
|
|
5
|
+
from pulpcore.client.pulp_npm.api.distributions_npm_api import DistributionsNpmApi
|
|
6
|
+
from pulpcore.client.pulp_npm.api.remotes_npm_api import RemotesNpmApi
|
|
7
|
+
from pulpcore.client.pulp_npm.api.repositories_npm_api import RepositoriesNpmApi
|
|
8
|
+
from pulpcore.client.pulp_npm.api.repositories_npm_versions_api import RepositoriesNpmVersionsApi
|
|
9
|
+
|
|
@@ -20,16 +20,16 @@ from typing_extensions import Annotated
|
|
|
20
20
|
from pydantic import Field, StrictBytes, StrictFloat, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import Dict, List, Optional, Tuple, Union
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
|
-
from
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageResponse
|
|
24
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_package_response_list import PaginatednpmPackageResponseList
|
|
25
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
26
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
27
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
28
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
29
|
+
|
|
30
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient, RequestSerialized
|
|
31
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
32
|
+
from pulpcore.client.pulp_npm.rest import RESTResponseType
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
class ContentPackagesApi:
|
|
@@ -20,19 +20,19 @@ from typing_extensions import Annotated
|
|
|
20
20
|
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
|
-
from
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
|
|
33
|
-
from
|
|
34
|
-
from
|
|
35
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
24
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution import NpmNpmDistribution
|
|
25
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpmDistributionResponse
|
|
26
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_distribution_response_list import PaginatednpmNpmDistributionResponseList
|
|
27
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_distribution import PatchednpmNpmDistribution
|
|
28
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
29
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
30
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
31
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
32
|
+
|
|
33
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient, RequestSerialized
|
|
34
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
35
|
+
from pulpcore.client.pulp_npm.rest import RESTResponseType
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
class DistributionsNpmApi:
|
|
@@ -21,19 +21,19 @@ from datetime import datetime
|
|
|
21
21
|
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
22
22
|
from typing import List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
from
|
|
33
|
-
|
|
34
|
-
from
|
|
35
|
-
from
|
|
36
|
-
from
|
|
24
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
25
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote import NpmNpmRemote
|
|
26
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemoteResponse
|
|
27
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_remote_response_list import PaginatednpmNpmRemoteResponseList
|
|
28
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_remote import PatchednpmNpmRemote
|
|
29
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
30
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
31
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
32
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
33
|
+
|
|
34
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient, RequestSerialized
|
|
35
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
36
|
+
from pulpcore.client.pulp_npm.rest import RESTResponseType
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
class RemotesNpmApi:
|
|
@@ -20,21 +20,21 @@ from typing_extensions import Annotated
|
|
|
20
20
|
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
|
-
from
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
from
|
|
33
|
-
from
|
|
34
|
-
|
|
35
|
-
from
|
|
36
|
-
from
|
|
37
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
24
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository import NpmNpmRepository
|
|
25
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRepositoryResponse
|
|
26
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_repository_response_list import PaginatednpmNpmRepositoryResponseList
|
|
27
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_repository import PatchednpmNpmRepository
|
|
28
|
+
from pulpcore.client.pulp_npm.models.repository_add_remove_content import RepositoryAddRemoveContent
|
|
29
|
+
from pulpcore.client.pulp_npm.models.repository_sync_url import RepositorySyncURL
|
|
30
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
31
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
32
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
33
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
34
|
+
|
|
35
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient, RequestSerialized
|
|
36
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
37
|
+
from pulpcore.client.pulp_npm.rest import RESTResponseType
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
class RepositoriesNpmApi:
|
|
@@ -21,14 +21,14 @@ from datetime import datetime
|
|
|
21
21
|
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
22
22
|
from typing import List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from
|
|
27
|
-
from
|
|
28
|
-
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
24
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
25
|
+
from pulpcore.client.pulp_npm.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
26
|
+
from pulpcore.client.pulp_npm.models.repair import Repair
|
|
27
|
+
from pulpcore.client.pulp_npm.models.repository_version_response import RepositoryVersionResponse
|
|
28
|
+
|
|
29
|
+
from pulpcore.client.pulp_npm.api_client import ApiClient, RequestSerialized
|
|
30
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse
|
|
31
|
+
from pulpcore.client.pulp_npm.rest import RESTResponseType
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
class RepositoriesNpmVersionsApi:
|
|
@@ -27,11 +27,11 @@ from urllib.parse import quote
|
|
|
27
27
|
from typing import Tuple, Optional, List, Dict, Union
|
|
28
28
|
from pydantic import SecretStr
|
|
29
29
|
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
import
|
|
33
|
-
from
|
|
34
|
-
from
|
|
30
|
+
from pulpcore.client.pulp_npm.configuration import Configuration
|
|
31
|
+
from pulpcore.client.pulp_npm.api_response import ApiResponse, T as ApiResponseT
|
|
32
|
+
import pulpcore.client.pulp_npm.models
|
|
33
|
+
from pulpcore.client.pulp_npm import rest
|
|
34
|
+
from pulpcore.client.pulp_npm.exceptions import (
|
|
35
35
|
ApiValueError,
|
|
36
36
|
ApiException,
|
|
37
37
|
BadRequestException,
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/20250829.1/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -450,7 +450,7 @@ class ApiClient:
|
|
|
450
450
|
if klass in self.NATIVE_TYPES_MAPPING:
|
|
451
451
|
klass = self.NATIVE_TYPES_MAPPING[klass]
|
|
452
452
|
else:
|
|
453
|
-
klass = getattr(
|
|
453
|
+
klass = getattr(pulpcore.client.pulp_npm.models, klass)
|
|
454
454
|
|
|
455
455
|
if klass in self.PRIMITIVE_TYPES:
|
|
456
456
|
return self.__deserialize_primitive(data, klass)
|
|
@@ -178,7 +178,7 @@ class Configuration:
|
|
|
178
178
|
|
|
179
179
|
You can programmatically set the cookie:
|
|
180
180
|
|
|
181
|
-
conf =
|
|
181
|
+
conf = pulpcore.client.pulp_npm.Configuration(
|
|
182
182
|
api_key={'cookieAuth': 'abc123'}
|
|
183
183
|
api_key_prefix={'cookieAuth': 'JSESSIONID'}
|
|
184
184
|
)
|
|
@@ -196,7 +196,7 @@ conf = crc-pulp_npm-client.Configuration(
|
|
|
196
196
|
|
|
197
197
|
Configure API client with HTTP basic authentication:
|
|
198
198
|
|
|
199
|
-
conf =
|
|
199
|
+
conf = pulpcore.client.pulp_npm.Configuration(
|
|
200
200
|
username='the-user',
|
|
201
201
|
password='the-password',
|
|
202
202
|
)
|
|
@@ -225,7 +225,7 @@ conf = crc-pulp_npm-client.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
|
|
229
229
|
"""Default Base url
|
|
230
230
|
"""
|
|
231
231
|
self.server_index = 0 if server_index is None and host is None else server_index
|
|
@@ -268,7 +268,7 @@ conf = crc-pulp_npm-client.Configuration(
|
|
|
268
268
|
self.logger = {}
|
|
269
269
|
"""Logging Settings
|
|
270
270
|
"""
|
|
271
|
-
self.logger["package_logger"] = logging.getLogger("
|
|
271
|
+
self.logger["package_logger"] = logging.getLogger("pulpcore.client.pulp_npm")
|
|
272
272
|
self.logger["urllib3_logger"] = logging.getLogger("urllib3")
|
|
273
273
|
self.logger_format = '%(asctime)s %(levelname)s %(message)s'
|
|
274
274
|
"""Log format
|
|
@@ -557,7 +557,7 @@ conf = crc-pulp_npm-client.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version:
|
|
560
|
+
"SDK Package Version: 20250829.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 = crc-pulp_npm-client.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-otxi0c.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
"""
|
|
5
|
+
Pulp 3 API
|
|
6
|
+
|
|
7
|
+
Fetch, Upload, Organize, and Distribute Software Packages
|
|
8
|
+
|
|
9
|
+
The version of the OpenAPI document: v3
|
|
10
|
+
Contact: pulp-list@redhat.com
|
|
11
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
+
|
|
13
|
+
Do not edit the class manually.
|
|
14
|
+
""" # noqa: E501
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# import models into model package
|
|
18
|
+
from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperationResponse
|
|
19
|
+
from pulpcore.client.pulp_npm.models.content_summary_response import ContentSummaryResponse
|
|
20
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution import NpmNpmDistribution
|
|
21
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpmDistributionResponse
|
|
22
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote import NpmNpmRemote
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemoteResponse
|
|
24
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response_hidden_fields_inner import NpmNpmRemoteResponseHiddenFieldsInner
|
|
25
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository import NpmNpmRepository
|
|
26
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRepositoryResponse
|
|
27
|
+
from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageResponse
|
|
28
|
+
from pulpcore.client.pulp_npm.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList
|
|
29
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_distribution_response_list import PaginatednpmNpmDistributionResponseList
|
|
30
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_remote_response_list import PaginatednpmNpmRemoteResponseList
|
|
31
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_npm_repository_response_list import PaginatednpmNpmRepositoryResponseList
|
|
32
|
+
from pulpcore.client.pulp_npm.models.paginatednpm_package_response_list import PaginatednpmPackageResponseList
|
|
33
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_distribution import PatchednpmNpmDistribution
|
|
34
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_remote import PatchednpmNpmRemote
|
|
35
|
+
from pulpcore.client.pulp_npm.models.patchednpm_npm_repository import PatchednpmNpmRepository
|
|
36
|
+
from pulpcore.client.pulp_npm.models.policy_enum import PolicyEnum
|
|
37
|
+
from pulpcore.client.pulp_npm.models.repair import Repair
|
|
38
|
+
from pulpcore.client.pulp_npm.models.repository_add_remove_content import RepositoryAddRemoveContent
|
|
39
|
+
from pulpcore.client.pulp_npm.models.repository_sync_url import RepositorySyncURL
|
|
40
|
+
from pulpcore.client.pulp_npm.models.repository_version_response import RepositoryVersionResponse
|
|
41
|
+
from pulpcore.client.pulp_npm.models.set_label import SetLabel
|
|
42
|
+
from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
|
|
43
|
+
from pulpcore.client.pulp_npm.models.unset_label import UnsetLabel
|
|
44
|
+
from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelResponse
|
|
@@ -21,7 +21,7 @@ import json
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
|
-
from
|
|
24
|
+
from pulpcore.client.pulp_npm.models.policy_enum import PolicyEnum
|
|
25
25
|
from typing import Optional, Set
|
|
26
26
|
from typing_extensions import Self
|
|
27
27
|
|
|
@@ -22,8 +22,8 @@ from datetime import datetime
|
|
|
22
22
|
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
24
24
|
from typing_extensions import Annotated
|
|
25
|
-
from
|
|
26
|
-
from
|
|
25
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response_hidden_fields_inner import NpmNpmRemoteResponseHiddenFieldsInner
|
|
26
|
+
from pulpcore.client.pulp_npm.models.policy_enum import PolicyEnum
|
|
27
27
|
from typing import Optional, Set
|
|
28
28
|
from typing_extensions import Self
|
|
29
29
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.repository_version_response import RepositoryVersionResponse
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpmDistributionResponse
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemoteResponse
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRepositoryResponse
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
@@ -20,7 +20,7 @@ import json
|
|
|
20
20
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from
|
|
23
|
+
from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageResponse
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|