pulp_python_client 3.1.0.dev01613619223 → 3.1.0.dev01613705623

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

Potentially problematic release.


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

@@ -63,13 +63,13 @@ describe 'PublicationsPypiApi' do
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
64
  # @option opts [Integer] :offset The initial index from which to return the results.
65
65
  # @option opts [String] :ordering Which field to use when ordering the results.
66
- # @option opts [String] :pulp_created pulp_created
67
- # @option opts [String] :pulp_created__gt pulp_created__gt
68
- # @option opts [String] :pulp_created__gte pulp_created__gte
69
- # @option opts [String] :pulp_created__lt pulp_created__lt
70
- # @option opts [String] :pulp_created__lte pulp_created__lte
71
- # @option opts [String] :pulp_created__range pulp_created__range
72
- # @option opts [String] :repository_version repository_version
66
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
67
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
68
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
69
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
70
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
71
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
72
+ # @option opts [String] :repository_version Repository Version referenced by HREF
73
73
  # @option opts [String] :fields A list of fields to include in the response.
74
74
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
75
  # @return [PaginatedpythonPythonPublicationResponseList]
@@ -75,20 +75,20 @@ describe 'RemotesPythonApi' do
75
75
  # Python Remotes are representations of an external repository of Python content, eg. PyPI. Fields include upstream repository config. Python Remotes are also used to &#x60;sync&#x60; from upstream repositories, and contains sync settings.
76
76
  # @param [Hash] opts the optional parameters
77
77
  # @option opts [Integer] :limit Number of results to return per page.
78
- # @option opts [String] :name name
79
- # @option opts [String] :name__contains name__contains
80
- # @option opts [String] :name__icontains name__icontains
81
- # @option opts [String] :name__in name__in
82
- # @option opts [String] :name__startswith name__startswith
78
+ # @option opts [String] :name
79
+ # @option opts [String] :name__contains Filter results where name contains value
80
+ # @option opts [String] :name__icontains Filter results where name contains value
81
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
82
+ # @option opts [String] :name__startswith Filter results where name starts with value
83
83
  # @option opts [Integer] :offset The initial index from which to return the results.
84
84
  # @option opts [String] :ordering Which field to use when ordering the results.
85
- # @option opts [String] :pulp_label_select pulp_label_select
86
- # @option opts [String] :pulp_last_updated pulp_last_updated
87
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
88
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
89
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
90
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
91
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
85
+ # @option opts [String] :pulp_label_select Filter labels by search string
86
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
87
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
88
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
89
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
90
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
91
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
92
92
  # @option opts [String] :fields A list of fields to include in the response.
93
93
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
94
94
  # @return [PaginatedpythonPythonRemoteResponseList]
@@ -61,14 +61,14 @@ describe 'RepositoriesPythonApi' do
61
61
  # A ViewSet for PythonRepository.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
72
  # @option opts [String] :fields A list of fields to include in the response.
73
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
74
  # @return [PaginatedpythonPythonRepositoryResponseList]
@@ -49,23 +49,23 @@ describe 'RepositoriesPythonVersionsApi' do
49
49
  # PythonRepositoryVersion represents a single Python repository version.
50
50
  # @param python_python_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :content content
53
- # @option opts [String] :content__in content__in
52
+ # @option opts [String] :content Content Unit referenced by HREF
53
+ # @option opts [String] :content__in Content Unit referenced by HREF
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
- # @option opts [String] :number number
56
- # @option opts [String] :number__gt number__gt
57
- # @option opts [String] :number__gte number__gte
58
- # @option opts [String] :number__lt number__lt
59
- # @option opts [String] :number__lte number__lte
60
- # @option opts [String] :number__range number__range
55
+ # @option opts [Integer] :number
56
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
57
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
58
+ # @option opts [Integer] :number__lt Filter results where number is less than value
59
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [String] :ordering Which field to use when ordering the results.
63
- # @option opts [String] :pulp_created pulp_created
64
- # @option opts [String] :pulp_created__gt pulp_created__gt
65
- # @option opts [String] :pulp_created__gte pulp_created__gte
66
- # @option opts [String] :pulp_created__lt pulp_created__lt
67
- # @option opts [String] :pulp_created__lte pulp_created__lte
68
- # @option opts [String] :pulp_created__range pulp_created__range
63
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
64
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
69
  # @option opts [String] :fields A list of fields to include in the response.
70
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedRepositoryVersionResponseList]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_python_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.dev01613619223
4
+ version: 3.1.0.dev01613705623
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-18 00:00:00.000000000 Z
11
+ date: 2021-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday