pulp_npm_client 0.5.0 → 0.7.0

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -9
  3. data/docs/ContentPackagesApi.md +115 -22
  4. data/docs/DistributionsNpmApi.md +4 -4
  5. data/docs/NpmNpmRemote.md +6 -6
  6. data/docs/NpmNpmRemoteResponse.md +9 -9
  7. data/docs/NpmPackageResponse.md +3 -3
  8. data/docs/PatchednpmNpmRemote.md +6 -6
  9. data/docs/RemoteNetworkConfig.md +50 -0
  10. data/docs/RemoteNetworkConfigResponse.md +40 -0
  11. data/docs/RemotesNpmApi.md +3 -3
  12. data/docs/RepositoriesNpmApi.md +5 -5
  13. data/lib/pulp_npm_client/api/content_packages_api.rb +146 -47
  14. data/lib/pulp_npm_client/api/distributions_npm_api.rb +4 -4
  15. data/lib/pulp_npm_client/api/remotes_npm_api.rb +6 -6
  16. data/lib/pulp_npm_client/api/repositories_npm_api.rb +8 -8
  17. data/lib/pulp_npm_client/models/npm_npm_remote.rb +34 -34
  18. data/lib/pulp_npm_client/models/npm_npm_remote_response.rb +50 -50
  19. data/lib/pulp_npm_client/models/npm_npm_repository.rb +1 -1
  20. data/lib/pulp_npm_client/models/npm_npm_repository_response.rb +1 -1
  21. data/lib/pulp_npm_client/models/npm_package_response.rb +4 -22
  22. data/lib/pulp_npm_client/models/patchednpm_npm_remote.rb +34 -34
  23. data/lib/pulp_npm_client/models/patchednpm_npm_repository.rb +1 -1
  24. data/lib/pulp_npm_client/models/remote_network_config.rb +573 -0
  25. data/lib/pulp_npm_client/models/remote_network_config_response.rb +398 -0
  26. data/lib/pulp_npm_client/version.rb +1 -1
  27. data/lib/pulp_npm_client.rb +2 -0
  28. data/spec/api/content_packages_api_spec.rb +32 -10
  29. data/spec/api/distributions_npm_api_spec.rb +2 -2
  30. data/spec/api/remotes_npm_api_spec.rb +3 -3
  31. data/spec/api/repositories_npm_api_spec.rb +4 -4
  32. data/spec/models/npm_npm_remote_response_spec.rb +10 -10
  33. data/spec/models/npm_npm_remote_spec.rb +17 -17
  34. data/spec/models/patchednpm_npm_remote_spec.rb +17 -17
  35. data/spec/models/remote_network_config_response_spec.rb +102 -0
  36. data/spec/models/remote_network_config_spec.rb +132 -0
  37. metadata +30 -22
@@ -39,67 +39,67 @@ describe PulpNpmClient::NpmNpmRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpNpmClient::NpmNpmRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpNpmClient::NpmNpmRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -39,67 +39,67 @@ describe PulpNpmClient::PatchednpmNpmRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpNpmClient::PatchednpmNpmRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpNpmClient::PatchednpmNpmRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -0,0 +1,102 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.10.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpNpmClient::RemoteNetworkConfigResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe PulpNpmClient::RemoteNetworkConfigResponse do
21
+ let(:instance) { PulpNpmClient::RemoteNetworkConfigResponse.new }
22
+
23
+ describe 'test an instance of RemoteNetworkConfigResponse' do
24
+ it 'should create an instance of RemoteNetworkConfigResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpNpmClient::RemoteNetworkConfigResponse)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "ca_cert"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "client_cert"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "tls_validation"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "proxy_url"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "max_retries"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ describe 'test attribute "total_timeout"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
66
+ describe 'test attribute "connect_timeout"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
72
+ describe 'test attribute "sock_connect_timeout"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
78
+ describe 'test attribute "sock_read_timeout"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
84
+ describe 'test attribute "headers"' do
85
+ it 'should work' do
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
+ end
88
+ end
89
+
90
+ describe 'test attribute "download_concurrency"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
96
+ describe 'test attribute "rate_limit"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
102
+ end
@@ -0,0 +1,132 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #Fetch, Upload, Organize, and Distribute Software Packages
5
+
6
+ The version of the OpenAPI document: v3
7
+ Contact: pulp-list@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.10.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for PulpNpmClient::RemoteNetworkConfig
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe PulpNpmClient::RemoteNetworkConfig do
21
+ let(:instance) { PulpNpmClient::RemoteNetworkConfig.new }
22
+
23
+ describe 'test an instance of RemoteNetworkConfig' do
24
+ it 'should create an instance of RemoteNetworkConfig' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(PulpNpmClient::RemoteNetworkConfig)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "ca_cert"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "client_cert"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "client_key"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "tls_validation"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "proxy_url"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ describe 'test attribute "proxy_username"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
66
+ describe 'test attribute "proxy_password"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
72
+ describe 'test attribute "username"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
78
+ describe 'test attribute "password"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
84
+ describe 'test attribute "max_retries"' do
85
+ it 'should work' do
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
+ end
88
+ end
89
+
90
+ describe 'test attribute "total_timeout"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
96
+ describe 'test attribute "connect_timeout"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
102
+ describe 'test attribute "sock_connect_timeout"' do
103
+ it 'should work' do
104
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
+ end
106
+ end
107
+
108
+ describe 'test attribute "sock_read_timeout"' do
109
+ it 'should work' do
110
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
+ end
112
+ end
113
+
114
+ describe 'test attribute "headers"' do
115
+ it 'should work' do
116
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
+ end
118
+ end
119
+
120
+ describe 'test attribute "download_concurrency"' do
121
+ it 'should work' do
122
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
123
+ end
124
+ end
125
+
126
+ describe 'test attribute "rate_limit"' do
127
+ it 'should work' do
128
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
129
+ end
130
+ end
131
+
132
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_npm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-12 00:00:00.000000000 Z
11
+ date: 2026-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -109,6 +109,8 @@ files:
109
109
  - docs/PatchednpmNpmRemote.md
110
110
  - docs/PatchednpmNpmRepository.md
111
111
  - docs/PolicyEnum.md
112
+ - docs/RemoteNetworkConfig.md
113
+ - docs/RemoteNetworkConfigResponse.md
112
114
  - docs/RemotesNpmApi.md
113
115
  - docs/Repair.md
114
116
  - docs/RepositoriesNpmApi.md
@@ -148,6 +150,8 @@ files:
148
150
  - lib/pulp_npm_client/models/patchednpm_npm_remote.rb
149
151
  - lib/pulp_npm_client/models/patchednpm_npm_repository.rb
150
152
  - lib/pulp_npm_client/models/policy_enum.rb
153
+ - lib/pulp_npm_client/models/remote_network_config.rb
154
+ - lib/pulp_npm_client/models/remote_network_config_response.rb
151
155
  - lib/pulp_npm_client/models/repair.rb
152
156
  - lib/pulp_npm_client/models/repository_add_remove_content.rb
153
157
  - lib/pulp_npm_client/models/repository_sync_url.rb
@@ -182,6 +186,8 @@ files:
182
186
  - spec/models/patchednpm_npm_remote_spec.rb
183
187
  - spec/models/patchednpm_npm_repository_spec.rb
184
188
  - spec/models/policy_enum_spec.rb
189
+ - spec/models/remote_network_config_response_spec.rb
190
+ - spec/models/remote_network_config_spec.rb
185
191
  - spec/models/repair_spec.rb
186
192
  - spec/models/repository_add_remove_content_spec.rb
187
193
  - spec/models/repository_sync_url_spec.rb
@@ -216,35 +222,37 @@ specification_version: 4
216
222
  summary: Pulp 3 API Ruby Gem
217
223
  test_files:
218
224
  - spec/api/content_packages_api_spec.rb
219
- - spec/api/repositories_npm_api_spec.rb
220
225
  - spec/api/remotes_npm_api_spec.rb
221
- - spec/api/repositories_npm_versions_api_spec.rb
226
+ - spec/api/repositories_npm_api_spec.rb
222
227
  - spec/api/distributions_npm_api_spec.rb
228
+ - spec/api/repositories_npm_versions_api_spec.rb
229
+ - spec/models/set_label_spec.rb
230
+ - spec/models/paginatednpm_npm_repository_response_list_spec.rb
231
+ - spec/models/remote_network_config_spec.rb
232
+ - spec/models/npm_npm_remote_response_hidden_fields_inner_spec.rb
233
+ - spec/models/npm_npm_remote_response_spec.rb
223
234
  - spec/models/unset_label_response_spec.rb
235
+ - spec/models/paginatednpm_npm_distribution_response_list_spec.rb
236
+ - spec/models/content_summary_response_spec.rb
237
+ - spec/models/npm_package_response_spec.rb
224
238
  - spec/models/repository_version_response_spec.rb
225
- - spec/models/set_label_spec.rb
226
239
  - spec/models/patchednpm_npm_repository_spec.rb
227
- - spec/models/paginated_repository_version_response_list_spec.rb
240
+ - spec/models/npm_npm_repository_spec.rb
228
241
  - spec/models/repair_spec.rb
229
- - spec/models/async_operation_response_spec.rb
242
+ - spec/models/patchednpm_npm_distribution_spec.rb
243
+ - spec/models/paginatednpm_npm_remote_response_list_spec.rb
230
244
  - spec/models/npm_npm_repository_response_spec.rb
231
- - spec/models/repository_add_remove_content_spec.rb
232
- - spec/models/paginatednpm_npm_distribution_response_list_spec.rb
245
+ - spec/models/remote_network_config_response_spec.rb
233
246
  - spec/models/paginatednpm_package_response_list_spec.rb
234
- - spec/models/repository_sync_url_spec.rb
235
- - spec/models/set_label_response_spec.rb
236
247
  - spec/models/unset_label_spec.rb
237
- - spec/models/npm_npm_distribution_spec.rb
238
- - spec/models/npm_npm_remote_response_spec.rb
239
- - spec/models/policy_enum_spec.rb
240
- - spec/models/npm_npm_remote_response_hidden_fields_inner_spec.rb
241
- - spec/models/paginatednpm_npm_remote_response_list_spec.rb
242
- - spec/models/patchednpm_npm_remote_spec.rb
243
- - spec/models/content_summary_response_spec.rb
244
- - spec/models/paginatednpm_npm_repository_response_list_spec.rb
248
+ - spec/models/set_label_response_spec.rb
249
+ - spec/models/paginated_repository_version_response_list_spec.rb
245
250
  - spec/models/npm_npm_remote_spec.rb
246
- - spec/models/npm_npm_repository_spec.rb
247
- - spec/models/npm_package_response_spec.rb
248
- - spec/models/patchednpm_npm_distribution_spec.rb
249
251
  - spec/models/npm_npm_distribution_response_spec.rb
252
+ - spec/models/patchednpm_npm_remote_spec.rb
253
+ - spec/models/policy_enum_spec.rb
254
+ - spec/models/repository_sync_url_spec.rb
255
+ - spec/models/npm_npm_distribution_spec.rb
256
+ - spec/models/repository_add_remove_content_spec.rb
257
+ - spec/models/async_operation_response_spec.rb
250
258
  - spec/spec_helper.rb