pulp_npm_client 0.1.0a1.dev01599615493 → 0.1.0a1.dev01600047508

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_npm_client might be problematic. Click here for more details.

@@ -32,34 +32,19 @@ describe 'RepositoriesNpmVersionsApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for delete
35
+ # unit tests for delete4
36
36
  # Delete a repository version
37
37
  # Trigger an asynchronous task to delete a repositroy version.
38
38
  # @param npm_npm_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [String] :content content
41
- # @option opts [String] :content__in content__in
42
- # @option opts [String] :number number
43
- # @option opts [String] :number__gt number__gt
44
- # @option opts [String] :number__gte number__gte
45
- # @option opts [String] :number__lt number__lt
46
- # @option opts [String] :number__lte number__lte
47
- # @option opts [String] :number__range number__range
48
- # @option opts [String] :ordering Which field to use when ordering the results.
49
- # @option opts [String] :pulp_created pulp_created
50
- # @option opts [String] :pulp_created__gt pulp_created__gt
51
- # @option opts [String] :pulp_created__gte pulp_created__gte
52
- # @option opts [String] :pulp_created__lt pulp_created__lt
53
- # @option opts [String] :pulp_created__lte pulp_created__lte
54
- # @option opts [String] :pulp_created__range pulp_created__range
55
40
  # @return [AsyncOperationResponse]
56
- describe 'delete test' do
41
+ describe 'delete4 test' do
57
42
  it 'should work' do
58
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
59
44
  end
60
45
  end
61
46
 
62
- # unit tests for list
47
+ # unit tests for list5
63
48
  # List repository versions
64
49
  # A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
65
50
  # @param npm_npm_repository_href
@@ -84,13 +69,13 @@ describe 'RepositoriesNpmVersionsApi' do
84
69
  # @option opts [String] :fields A list of fields to include in the response.
85
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
86
71
  # @return [InlineResponse2004]
87
- describe 'list test' do
72
+ describe 'list5 test' do
88
73
  it 'should work' do
89
74
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
75
  end
91
76
  end
92
77
 
93
- # unit tests for read
78
+ # unit tests for read4
94
79
  # Inspect a repository version
95
80
  # A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
96
81
  # @param npm_npm_repository_version_href
@@ -98,7 +83,7 @@ describe 'RepositoriesNpmVersionsApi' do
98
83
  # @option opts [String] :fields A list of fields to include in the response.
99
84
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
85
  # @return [RepositoryVersionResponse]
101
- describe 'read test' do
86
+ describe 'read4 test' do
102
87
  it 'should work' do
103
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
89
  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.1.0a1.dev01599615493
4
+ version: 0.1.0a1.dev01600047508
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-09 00:00:00.000000000 Z
11
+ date: 2020-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday