crc-pulp-npm-client 20251025.1__tar.gz → 20251027.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.

Files changed (85) hide show
  1. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/PKG-INFO +76 -76
  2. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/README.md +4 -4
  3. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/crc_pulp_npm_client.egg-info/PKG-INFO +76 -76
  4. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/__init__.py +1 -1
  5. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/configuration.py +3 -3
  6. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pyproject.toml +1 -1
  7. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/setup.py +1 -1
  8. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -0
  9. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
  10. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
  11. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/crc_pulp_npm_client.egg-info/top_level.txt +0 -0
  12. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/__init__.py +0 -0
  13. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/__init__.py +0 -0
  14. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/__init__.py +0 -0
  15. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/content_packages_api.py +0 -0
  16. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/distributions_npm_api.py +0 -0
  17. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/remotes_npm_api.py +0 -0
  18. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/repositories_npm_api.py +0 -0
  19. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py +0 -0
  20. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api_client.py +0 -0
  21. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/api_response.py +0 -0
  22. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/exceptions.py +0 -0
  23. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/__init__.py +0 -0
  24. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/async_operation_response.py +0 -0
  25. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/content_summary_response.py +0 -0
  26. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_distribution.py +0 -0
  27. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py +0 -0
  28. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_remote.py +0 -0
  29. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_remote_response.py +0 -0
  30. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
  31. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_repository.py +0 -0
  32. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_npm_repository_response.py +0 -0
  33. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/npm_package_response.py +0 -0
  34. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py +0 -0
  35. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py +0 -0
  36. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py +0 -0
  37. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py +0 -0
  38. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py +0 -0
  39. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py +0 -0
  40. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py +0 -0
  41. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py +0 -0
  42. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/policy_enum.py +0 -0
  43. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/repair.py +0 -0
  44. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/repository_add_remove_content.py +0 -0
  45. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/repository_sync_url.py +0 -0
  46. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/repository_version_response.py +0 -0
  47. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/set_label.py +0 -0
  48. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/set_label_response.py +0 -0
  49. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/unset_label.py +0 -0
  50. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/models/unset_label_response.py +0 -0
  51. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/py.typed +0 -0
  52. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/pulpcore/client/pulp_npm/rest.py +0 -0
  53. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/setup.cfg +0 -0
  54. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_async_operation_response.py +0 -0
  55. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_content_packages_api.py +0 -0
  56. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_content_summary_response.py +0 -0
  57. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_distributions_npm_api.py +0 -0
  58. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_distribution.py +0 -0
  59. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_distribution_response.py +0 -0
  60. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_remote.py +0 -0
  61. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_remote_response.py +0 -0
  62. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_remote_response_hidden_fields_inner.py +0 -0
  63. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_repository.py +0 -0
  64. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_npm_repository_response.py +0 -0
  65. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_npm_package_response.py +0 -0
  66. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_paginated_repository_version_response_list.py +0 -0
  67. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_paginatednpm_npm_distribution_response_list.py +0 -0
  68. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_paginatednpm_npm_remote_response_list.py +0 -0
  69. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_paginatednpm_npm_repository_response_list.py +0 -0
  70. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_paginatednpm_package_response_list.py +0 -0
  71. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_patchednpm_npm_distribution.py +0 -0
  72. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_patchednpm_npm_remote.py +0 -0
  73. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_patchednpm_npm_repository.py +0 -0
  74. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_policy_enum.py +0 -0
  75. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_remotes_npm_api.py +0 -0
  76. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repair.py +0 -0
  77. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repositories_npm_api.py +0 -0
  78. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repositories_npm_versions_api.py +0 -0
  79. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repository_add_remove_content.py +0 -0
  80. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repository_sync_url.py +0 -0
  81. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_repository_version_response.py +0 -0
  82. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_set_label.py +0 -0
  83. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_set_label_response.py +0 -0
  84. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/test/test_unset_label.py +0 -0
  85. {crc_pulp_npm_client-20251025.1 → crc_pulp_npm_client-20251027.1}/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: 20251025.1
3
+ Version: 20251027.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -53,7 +53,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
53
53
 
54
54
  # pulpcore.client.pulp_npm.ContentPackagesApi
55
55
 
56
- All URIs are relative to *https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
56
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
57
57
 
58
58
  Method | HTTP request | Description
59
59
  ------------- | ------------- | -------------
@@ -83,10 +83,10 @@ from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageRespo
83
83
  from pulpcore.client.pulp_npm.rest import ApiException
84
84
  from pprint import pprint
85
85
 
86
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
86
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
87
87
  # See configuration.py for a list of all supported configuration parameters.
88
88
  configuration = pulpcore.client.pulp_npm.Configuration(
89
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
89
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
90
90
  )
91
91
 
92
92
  # The client must configure the authentication and authorization parameters
@@ -192,10 +192,10 @@ from pulpcore.client.pulp_npm.models.paginatednpm_package_response_list import P
192
192
  from pulpcore.client.pulp_npm.rest import ApiException
193
193
  from pprint import pprint
194
194
 
195
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
195
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
196
196
  # See configuration.py for a list of all supported configuration parameters.
197
197
  configuration = pulpcore.client.pulp_npm.Configuration(
198
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
198
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
199
199
  )
200
200
 
201
201
  # The client must configure the authentication and authorization parameters
@@ -315,10 +315,10 @@ from pulpcore.client.pulp_npm.models.npm_package_response import NpmPackageRespo
315
315
  from pulpcore.client.pulp_npm.rest import ApiException
316
316
  from pprint import pprint
317
317
 
318
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
318
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
319
319
  # See configuration.py for a list of all supported configuration parameters.
320
320
  configuration = pulpcore.client.pulp_npm.Configuration(
321
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
321
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
322
322
  )
323
323
 
324
324
  # The client must configure the authentication and authorization parameters
@@ -411,10 +411,10 @@ from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
411
411
  from pulpcore.client.pulp_npm.rest import ApiException
412
412
  from pprint import pprint
413
413
 
414
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
414
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
415
415
  # See configuration.py for a list of all supported configuration parameters.
416
416
  configuration = pulpcore.client.pulp_npm.Configuration(
417
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
417
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
418
418
  )
419
419
 
420
420
  # The client must configure the authentication and authorization parameters
@@ -505,10 +505,10 @@ from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelRespo
505
505
  from pulpcore.client.pulp_npm.rest import ApiException
506
506
  from pprint import pprint
507
507
 
508
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
508
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
509
509
  # See configuration.py for a list of all supported configuration parameters.
510
510
  configuration = pulpcore.client.pulp_npm.Configuration(
511
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
511
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
512
512
  )
513
513
 
514
514
  # The client must configure the authentication and authorization parameters
@@ -613,7 +613,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
613
613
 
614
614
  # pulpcore.client.pulp_npm.DistributionsNpmApi
615
615
 
616
- All URIs are relative to *https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
616
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
617
617
 
618
618
  Method | HTTP request | Description
619
619
  ------------- | ------------- | -------------
@@ -647,10 +647,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_distribution import NpmNpmDistribut
647
647
  from pulpcore.client.pulp_npm.rest import ApiException
648
648
  from pprint import pprint
649
649
 
650
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
650
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
651
651
  # See configuration.py for a list of all supported configuration parameters.
652
652
  configuration = pulpcore.client.pulp_npm.Configuration(
653
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
653
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
654
654
  )
655
655
 
656
656
  # The client must configure the authentication and authorization parameters
@@ -740,10 +740,10 @@ from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperat
740
740
  from pulpcore.client.pulp_npm.rest import ApiException
741
741
  from pprint import pprint
742
742
 
743
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
743
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
744
744
  # See configuration.py for a list of all supported configuration parameters.
745
745
  configuration = pulpcore.client.pulp_npm.Configuration(
746
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
746
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
747
747
  )
748
748
 
749
749
  # The client must configure the authentication and authorization parameters
@@ -831,10 +831,10 @@ from pulpcore.client.pulp_npm.models.paginatednpm_npm_distribution_response_list
831
831
  from pulpcore.client.pulp_npm.rest import ApiException
832
832
  from pprint import pprint
833
833
 
834
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
834
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
835
835
  # See configuration.py for a list of all supported configuration parameters.
836
836
  configuration = pulpcore.client.pulp_npm.Configuration(
837
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
837
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
838
838
  )
839
839
 
840
840
  # The client must configure the authentication and authorization parameters
@@ -977,10 +977,10 @@ from pulpcore.client.pulp_npm.models.patchednpm_npm_distribution import Patchedn
977
977
  from pulpcore.client.pulp_npm.rest import ApiException
978
978
  from pprint import pprint
979
979
 
980
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
980
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
981
981
  # See configuration.py for a list of all supported configuration parameters.
982
982
  configuration = pulpcore.client.pulp_npm.Configuration(
983
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
983
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
984
984
  )
985
985
 
986
986
  # The client must configure the authentication and authorization parameters
@@ -1071,10 +1071,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpm
1071
1071
  from pulpcore.client.pulp_npm.rest import ApiException
1072
1072
  from pprint import pprint
1073
1073
 
1074
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
1074
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1075
1075
  # See configuration.py for a list of all supported configuration parameters.
1076
1076
  configuration = pulpcore.client.pulp_npm.Configuration(
1077
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1077
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1078
1078
  )
1079
1079
 
1080
1080
  # The client must configure the authentication and authorization parameters
@@ -1167,10 +1167,10 @@ from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
1167
1167
  from pulpcore.client.pulp_npm.rest import ApiException
1168
1168
  from pprint import pprint
1169
1169
 
1170
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
1170
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1171
1171
  # See configuration.py for a list of all supported configuration parameters.
1172
1172
  configuration = pulpcore.client.pulp_npm.Configuration(
1173
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1173
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1174
1174
  )
1175
1175
 
1176
1176
  # The client must configure the authentication and authorization parameters
@@ -1261,10 +1261,10 @@ from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelRespo
1261
1261
  from pulpcore.client.pulp_npm.rest import ApiException
1262
1262
  from pprint import pprint
1263
1263
 
1264
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
1264
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1265
1265
  # See configuration.py for a list of all supported configuration parameters.
1266
1266
  configuration = pulpcore.client.pulp_npm.Configuration(
1267
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1267
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1268
1268
  )
1269
1269
 
1270
1270
  # The client must configure the authentication and authorization parameters
@@ -1355,10 +1355,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_distribution_response import NpmNpm
1355
1355
  from pulpcore.client.pulp_npm.rest import ApiException
1356
1356
  from pprint import pprint
1357
1357
 
1358
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
1358
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
1359
1359
  # See configuration.py for a list of all supported configuration parameters.
1360
1360
  configuration = pulpcore.client.pulp_npm.Configuration(
1361
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1361
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
1362
1362
  )
1363
1363
 
1364
1364
  # The client must configure the authentication and authorization parameters
@@ -2048,7 +2048,7 @@ patchednpm_npm_repository_from_dict = PatchednpmNpmRepository.from_dict(patchedn
2048
2048
 
2049
2049
  # pulpcore.client.pulp_npm.RemotesNpmApi
2050
2050
 
2051
- All URIs are relative to *https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
2051
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2052
2052
 
2053
2053
  Method | HTTP request | Description
2054
2054
  ------------- | ------------- | -------------
@@ -2082,10 +2082,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemote
2082
2082
  from pulpcore.client.pulp_npm.rest import ApiException
2083
2083
  from pprint import pprint
2084
2084
 
2085
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2085
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2086
2086
  # See configuration.py for a list of all supported configuration parameters.
2087
2087
  configuration = pulpcore.client.pulp_npm.Configuration(
2088
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2088
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2089
2089
  )
2090
2090
 
2091
2091
  # The client must configure the authentication and authorization parameters
@@ -2175,10 +2175,10 @@ from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperat
2175
2175
  from pulpcore.client.pulp_npm.rest import ApiException
2176
2176
  from pprint import pprint
2177
2177
 
2178
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2178
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2179
2179
  # See configuration.py for a list of all supported configuration parameters.
2180
2180
  configuration = pulpcore.client.pulp_npm.Configuration(
2181
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2181
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2182
2182
  )
2183
2183
 
2184
2184
  # The client must configure the authentication and authorization parameters
@@ -2266,10 +2266,10 @@ from pulpcore.client.pulp_npm.models.paginatednpm_npm_remote_response_list impor
2266
2266
  from pulpcore.client.pulp_npm.rest import ApiException
2267
2267
  from pprint import pprint
2268
2268
 
2269
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2269
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2270
2270
  # See configuration.py for a list of all supported configuration parameters.
2271
2271
  configuration = pulpcore.client.pulp_npm.Configuration(
2272
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2272
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2273
2273
  )
2274
2274
 
2275
2275
  # The client must configure the authentication and authorization parameters
@@ -2410,10 +2410,10 @@ from pulpcore.client.pulp_npm.models.patchednpm_npm_remote import PatchednpmNpmR
2410
2410
  from pulpcore.client.pulp_npm.rest import ApiException
2411
2411
  from pprint import pprint
2412
2412
 
2413
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2413
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2414
2414
  # See configuration.py for a list of all supported configuration parameters.
2415
2415
  configuration = pulpcore.client.pulp_npm.Configuration(
2416
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2416
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2417
2417
  )
2418
2418
 
2419
2419
  # The client must configure the authentication and authorization parameters
@@ -2504,10 +2504,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemote
2504
2504
  from pulpcore.client.pulp_npm.rest import ApiException
2505
2505
  from pprint import pprint
2506
2506
 
2507
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2507
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2508
2508
  # See configuration.py for a list of all supported configuration parameters.
2509
2509
  configuration = pulpcore.client.pulp_npm.Configuration(
2510
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2510
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2511
2511
  )
2512
2512
 
2513
2513
  # The client must configure the authentication and authorization parameters
@@ -2600,10 +2600,10 @@ from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
2600
2600
  from pulpcore.client.pulp_npm.rest import ApiException
2601
2601
  from pprint import pprint
2602
2602
 
2603
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2603
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2604
2604
  # See configuration.py for a list of all supported configuration parameters.
2605
2605
  configuration = pulpcore.client.pulp_npm.Configuration(
2606
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2606
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2607
2607
  )
2608
2608
 
2609
2609
  # The client must configure the authentication and authorization parameters
@@ -2694,10 +2694,10 @@ from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelRespo
2694
2694
  from pulpcore.client.pulp_npm.rest import ApiException
2695
2695
  from pprint import pprint
2696
2696
 
2697
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2697
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2698
2698
  # See configuration.py for a list of all supported configuration parameters.
2699
2699
  configuration = pulpcore.client.pulp_npm.Configuration(
2700
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2700
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2701
2701
  )
2702
2702
 
2703
2703
  # The client must configure the authentication and authorization parameters
@@ -2788,10 +2788,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_remote_response import NpmNpmRemote
2788
2788
  from pulpcore.client.pulp_npm.rest import ApiException
2789
2789
  from pprint import pprint
2790
2790
 
2791
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2791
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2792
2792
  # See configuration.py for a list of all supported configuration parameters.
2793
2793
  configuration = pulpcore.client.pulp_npm.Configuration(
2794
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2794
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2795
2795
  )
2796
2796
 
2797
2797
  # The client must configure the authentication and authorization parameters
@@ -2894,7 +2894,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
2894
2894
 
2895
2895
  # pulpcore.client.pulp_npm.RepositoriesNpmApi
2896
2896
 
2897
- All URIs are relative to *https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
2897
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
2898
2898
 
2899
2899
  Method | HTTP request | Description
2900
2900
  ------------- | ------------- | -------------
@@ -2930,10 +2930,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRe
2930
2930
  from pulpcore.client.pulp_npm.rest import ApiException
2931
2931
  from pprint import pprint
2932
2932
 
2933
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
2933
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
2934
2934
  # See configuration.py for a list of all supported configuration parameters.
2935
2935
  configuration = pulpcore.client.pulp_npm.Configuration(
2936
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2936
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
2937
2937
  )
2938
2938
 
2939
2939
  # The client must configure the authentication and authorization parameters
@@ -3023,10 +3023,10 @@ from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperat
3023
3023
  from pulpcore.client.pulp_npm.rest import ApiException
3024
3024
  from pprint import pprint
3025
3025
 
3026
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3026
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3027
3027
  # See configuration.py for a list of all supported configuration parameters.
3028
3028
  configuration = pulpcore.client.pulp_npm.Configuration(
3029
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3029
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3030
3030
  )
3031
3031
 
3032
3032
  # The client must configure the authentication and authorization parameters
@@ -3114,10 +3114,10 @@ from pulpcore.client.pulp_npm.models.paginatednpm_npm_repository_response_list i
3114
3114
  from pulpcore.client.pulp_npm.rest import ApiException
3115
3115
  from pprint import pprint
3116
3116
 
3117
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3117
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3118
3118
  # See configuration.py for a list of all supported configuration parameters.
3119
3119
  configuration = pulpcore.client.pulp_npm.Configuration(
3120
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3120
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3121
3121
  )
3122
3122
 
3123
3123
  # The client must configure the authentication and authorization parameters
@@ -3266,10 +3266,10 @@ from pulpcore.client.pulp_npm.models.repository_add_remove_content import Reposi
3266
3266
  from pulpcore.client.pulp_npm.rest import ApiException
3267
3267
  from pprint import pprint
3268
3268
 
3269
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3269
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3270
3270
  # See configuration.py for a list of all supported configuration parameters.
3271
3271
  configuration = pulpcore.client.pulp_npm.Configuration(
3272
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3272
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3273
3273
  )
3274
3274
 
3275
3275
  # The client must configure the authentication and authorization parameters
@@ -3360,10 +3360,10 @@ from pulpcore.client.pulp_npm.models.patchednpm_npm_repository import Patchednpm
3360
3360
  from pulpcore.client.pulp_npm.rest import ApiException
3361
3361
  from pprint import pprint
3362
3362
 
3363
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3363
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3364
3364
  # See configuration.py for a list of all supported configuration parameters.
3365
3365
  configuration = pulpcore.client.pulp_npm.Configuration(
3366
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3366
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3367
3367
  )
3368
3368
 
3369
3369
  # The client must configure the authentication and authorization parameters
@@ -3454,10 +3454,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRe
3454
3454
  from pulpcore.client.pulp_npm.rest import ApiException
3455
3455
  from pprint import pprint
3456
3456
 
3457
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3457
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3458
3458
  # See configuration.py for a list of all supported configuration parameters.
3459
3459
  configuration = pulpcore.client.pulp_npm.Configuration(
3460
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3460
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3461
3461
  )
3462
3462
 
3463
3463
  # The client must configure the authentication and authorization parameters
@@ -3550,10 +3550,10 @@ from pulpcore.client.pulp_npm.models.set_label_response import SetLabelResponse
3550
3550
  from pulpcore.client.pulp_npm.rest import ApiException
3551
3551
  from pprint import pprint
3552
3552
 
3553
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3553
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3554
3554
  # See configuration.py for a list of all supported configuration parameters.
3555
3555
  configuration = pulpcore.client.pulp_npm.Configuration(
3556
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3556
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3557
3557
  )
3558
3558
 
3559
3559
  # The client must configure the authentication and authorization parameters
@@ -3644,10 +3644,10 @@ from pulpcore.client.pulp_npm.models.repository_sync_url import RepositorySyncUR
3644
3644
  from pulpcore.client.pulp_npm.rest import ApiException
3645
3645
  from pprint import pprint
3646
3646
 
3647
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3647
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3648
3648
  # See configuration.py for a list of all supported configuration parameters.
3649
3649
  configuration = pulpcore.client.pulp_npm.Configuration(
3650
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3650
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3651
3651
  )
3652
3652
 
3653
3653
  # The client must configure the authentication and authorization parameters
@@ -3738,10 +3738,10 @@ from pulpcore.client.pulp_npm.models.unset_label_response import UnsetLabelRespo
3738
3738
  from pulpcore.client.pulp_npm.rest import ApiException
3739
3739
  from pprint import pprint
3740
3740
 
3741
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3741
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3742
3742
  # See configuration.py for a list of all supported configuration parameters.
3743
3743
  configuration = pulpcore.client.pulp_npm.Configuration(
3744
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3744
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3745
3745
  )
3746
3746
 
3747
3747
  # The client must configure the authentication and authorization parameters
@@ -3832,10 +3832,10 @@ from pulpcore.client.pulp_npm.models.npm_npm_repository_response import NpmNpmRe
3832
3832
  from pulpcore.client.pulp_npm.rest import ApiException
3833
3833
  from pprint import pprint
3834
3834
 
3835
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3835
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3836
3836
  # See configuration.py for a list of all supported configuration parameters.
3837
3837
  configuration = pulpcore.client.pulp_npm.Configuration(
3838
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3838
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3839
3839
  )
3840
3840
 
3841
3841
  # The client must configure the authentication and authorization parameters
@@ -3909,7 +3909,7 @@ Name | Type | Description | Notes
3909
3909
 
3910
3910
  # pulpcore.client.pulp_npm.RepositoriesNpmVersionsApi
3911
3911
 
3912
- All URIs are relative to *https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
3912
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
3913
3913
 
3914
3914
  Method | HTTP request | Description
3915
3915
  ------------- | ------------- | -------------
@@ -3938,10 +3938,10 @@ from pulpcore.client.pulp_npm.models.async_operation_response import AsyncOperat
3938
3938
  from pulpcore.client.pulp_npm.rest import ApiException
3939
3939
  from pprint import pprint
3940
3940
 
3941
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
3941
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
3942
3942
  # See configuration.py for a list of all supported configuration parameters.
3943
3943
  configuration = pulpcore.client.pulp_npm.Configuration(
3944
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3944
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
3945
3945
  )
3946
3946
 
3947
3947
  # The client must configure the authentication and authorization parameters
@@ -4029,10 +4029,10 @@ from pulpcore.client.pulp_npm.models.paginated_repository_version_response_list
4029
4029
  from pulpcore.client.pulp_npm.rest import ApiException
4030
4030
  from pprint import pprint
4031
4031
 
4032
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
4032
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4033
4033
  # See configuration.py for a list of all supported configuration parameters.
4034
4034
  configuration = pulpcore.client.pulp_npm.Configuration(
4035
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4035
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4036
4036
  )
4037
4037
 
4038
4038
  # The client must configure the authentication and authorization parameters
@@ -4166,10 +4166,10 @@ from pulpcore.client.pulp_npm.models.repository_version_response import Reposito
4166
4166
  from pulpcore.client.pulp_npm.rest import ApiException
4167
4167
  from pprint import pprint
4168
4168
 
4169
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
4169
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4170
4170
  # See configuration.py for a list of all supported configuration parameters.
4171
4171
  configuration = pulpcore.client.pulp_npm.Configuration(
4172
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4172
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4173
4173
  )
4174
4174
 
4175
4175
  # The client must configure the authentication and authorization parameters
@@ -4262,10 +4262,10 @@ from pulpcore.client.pulp_npm.models.repair import Repair
4262
4262
  from pulpcore.client.pulp_npm.rest import ApiException
4263
4263
  from pprint import pprint
4264
4264
 
4265
- # Defining the host is optional and defaults to https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
4265
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com
4266
4266
  # See configuration.py for a list of all supported configuration parameters.
4267
4267
  configuration = pulpcore.client.pulp_npm.Configuration(
4268
- host = "https://env-ephemeral-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4268
+ host = "https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com"
4269
4269
  )
4270
4270
 
4271
4271
  # The client must configure the authentication and authorization parameters
@@ -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: 20251025.1
7
+ - Package version: 20251027.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-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-9jbsvr.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-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-9jbsvr.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-fgjagc.apps.crc-eph.r9lp.p1.openshiftapps.com*
113
+ All URIs are relative to *https://env-ephemeral-9jbsvr.apps.crc-eph.r9lp.p1.openshiftapps.com*
114
114
 
115
115
  Class | Method | HTTP request | Description
116
116
  ------------ | ------------- | ------------- | -------------