pulp_2to3_migration_client 0.9.0.dev1615260966 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec3e99f63e46f4915e6187f20cafcd135cbfe66ed6cc24f51454257ef506496c
4
- data.tar.gz: '00351994419cd19ea9039f9252e7448830d6b876058131126f6056ad53194520'
3
+ metadata.gz: b2c4ea4e6f9a156e0afcc607ac7e5d5073206921fe6786c00740067d7c6f45e5
4
+ data.tar.gz: 76953e81b268662c76b5107d35a400b2d347e5f66ba20d51ee7c1d3a5cdd839b
5
5
  SHA512:
6
- metadata.gz: cb460525f8ccbf9503671fb5d7f120d43611d19a82efd499e636e74061158ce55e1b1e5bee6f12e6ddf704b536c8e771544ddba59d8ff6be7e0ff4471a831f09
7
- data.tar.gz: 22399080a9856cc4d4685502fe1a02801e6d10d92931a101684c7b14516204bef3e2aea5c3e6b6f36170c6a752d5a8e16680de424c9472edfadbcfdecad1dd8a
6
+ metadata.gz: 1950272a30cec878bf8530c115c02cb48e695c881e10dead802b9830fcca000df035c22e8f2b66764ae1a1f47a2bef4985576d3f96ef7e8d1a461773bdbd8580
7
+ data.tar.gz: 2aad63d5253a1ecf02480b4323137314f1d20da30b3640da27de60f7a5326572004abe142e97866919deaac61761f4ae1b1130670c16fb319be1838bc0533fca
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.9.0.dev1615260966
10
+ - Package version: 0.9.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_2to3_migration_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_2to3_migration_client-0.9.0.dev1615260966.gem
27
+ gem install ./pulp_2to3_migration_client-0.9.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.9.0.dev1615260966.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.9.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_2to3_migration_client', '~> 0.9.0.dev1615260966'
36
+ gem 'pulp_2to3_migration_client', '~> 0.9.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -34,17 +34,17 @@ opts = {
34
34
  limit: 56, # Integer | Number of results to return per page.
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
37
- pulp2_content_type_id: 'pulp2_content_type_id_example', # String |
38
- pulp2_content_type_id__in: ['pulp2_content_type_id__in_example'], # Array<String> | Filter results where pulp2_content_type_id is in a comma-separated list of values
39
- pulp2_id: 'pulp2_id_example', # String |
40
- pulp2_id__in: ['pulp2_id__in_example'], # Array<String> | Filter results where pulp2_id is in a comma-separated list of values
41
- pulp2_last_updated: 56, # Integer | ISO 8601 formatted dates are supported
42
- pulp2_last_updated__gt: 56, # Integer | Filter results where pulp2_last_updated is greater than value
43
- pulp2_last_updated__gte: 56, # Integer | Filter results where pulp2_last_updated is greater than or equal to value
44
- pulp2_last_updated__lt: 56, # Integer | Filter results where pulp2_last_updated is less than value
45
- pulp2_last_updated__lte: 56, # Integer | Filter results where pulp2_last_updated is less than or equal to value
46
- pulp2_last_updated__range: [56], # Array<Integer> | Filter results where pulp2_last_updated is between two comma separated values
47
- pulp3_content: 'pulp3_content_example', # String | Foreign Key referenced by HREF
37
+ pulp2_content_type_id: 'pulp2_content_type_id_example', # String | pulp2_content_type_id
38
+ pulp2_content_type_id__in: 'pulp2_content_type_id__in_example', # String | pulp2_content_type_id__in
39
+ pulp2_id: 'pulp2_id_example', # String | pulp2_id
40
+ pulp2_id__in: 'pulp2_id__in_example', # String | pulp2_id__in
41
+ pulp2_last_updated: 'pulp2_last_updated_example', # String | pulp2_last_updated
42
+ pulp2_last_updated__gt: 'pulp2_last_updated__gt_example', # String | pulp2_last_updated__gt
43
+ pulp2_last_updated__gte: 'pulp2_last_updated__gte_example', # String | pulp2_last_updated__gte
44
+ pulp2_last_updated__lt: 'pulp2_last_updated__lt_example', # String | pulp2_last_updated__lt
45
+ pulp2_last_updated__lte: 'pulp2_last_updated__lte_example', # String | pulp2_last_updated__lte
46
+ pulp2_last_updated__range: 'pulp2_last_updated__range_example', # String | pulp2_last_updated__range
47
+ pulp3_content: 'pulp3_content_example', # String | pulp3_content
48
48
  fields: 'fields_example', # String | A list of fields to include in the response.
49
49
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
50
50
  }
@@ -66,17 +66,17 @@ Name | Type | Description | Notes
66
66
  **limit** | **Integer**| Number of results to return per page. | [optional]
67
67
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
68
68
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
69
- **pulp2_content_type_id** | **String**| | [optional]
70
- **pulp2_content_type_id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pulp2_content_type_id is in a comma-separated list of values | [optional]
71
- **pulp2_id** | **String**| | [optional]
72
- **pulp2_id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pulp2_id is in a comma-separated list of values | [optional]
73
- **pulp2_last_updated** | **Integer**| ISO 8601 formatted dates are supported | [optional]
74
- **pulp2_last_updated__gt** | **Integer**| Filter results where pulp2_last_updated is greater than value | [optional]
75
- **pulp2_last_updated__gte** | **Integer**| Filter results where pulp2_last_updated is greater than or equal to value | [optional]
76
- **pulp2_last_updated__lt** | **Integer**| Filter results where pulp2_last_updated is less than value | [optional]
77
- **pulp2_last_updated__lte** | **Integer**| Filter results where pulp2_last_updated is less than or equal to value | [optional]
78
- **pulp2_last_updated__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where pulp2_last_updated is between two comma separated values | [optional]
79
- **pulp3_content** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
69
+ **pulp2_content_type_id** | **String**| pulp2_content_type_id | [optional]
70
+ **pulp2_content_type_id__in** | **String**| pulp2_content_type_id__in | [optional]
71
+ **pulp2_id** | **String**| pulp2_id | [optional]
72
+ **pulp2_id__in** | **String**| pulp2_id__in | [optional]
73
+ **pulp2_last_updated** | **String**| pulp2_last_updated | [optional]
74
+ **pulp2_last_updated__gt** | **String**| pulp2_last_updated__gt | [optional]
75
+ **pulp2_last_updated__gte** | **String**| pulp2_last_updated__gte | [optional]
76
+ **pulp2_last_updated__lt** | **String**| pulp2_last_updated__lt | [optional]
77
+ **pulp2_last_updated__lte** | **String**| pulp2_last_updated__lte | [optional]
78
+ **pulp2_last_updated__range** | **String**| pulp2_last_updated__range | [optional]
79
+ **pulp3_content** | **String**| pulp3_content | [optional]
80
80
  **fields** | **String**| A list of fields to include in the response. | [optional]
81
81
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
82
82
 
@@ -31,13 +31,13 @@ end
31
31
 
32
32
  api_instance = Pulp2to3MigrationClient::Pulp2RepositoriesApi.new
33
33
  opts = {
34
- is_migrated: true, # Boolean |
34
+ is_migrated: 'is_migrated_example', # String | is_migrated
35
35
  limit: 56, # Integer | Number of results to return per page.
36
- not_in_plan: true, # Boolean |
36
+ not_in_plan: 'not_in_plan_example', # String | not_in_plan
37
37
  offset: 56, # Integer | The initial index from which to return the results.
38
38
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
39
- pulp2_repo_id: 'pulp2_repo_id_example', # String |
40
- pulp2_repo_id__in: ['pulp2_repo_id__in_example'], # Array<String> | Filter results where pulp2_repo_id is in a comma-separated list of values
39
+ pulp2_repo_id: 'pulp2_repo_id_example', # String | pulp2_repo_id
40
+ pulp2_repo_id__in: 'pulp2_repo_id__in_example', # String | pulp2_repo_id__in
41
41
  fields: 'fields_example', # String | A list of fields to include in the response.
42
42
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
43
43
  }
@@ -56,13 +56,13 @@ end
56
56
 
57
57
  Name | Type | Description | Notes
58
58
  ------------- | ------------- | ------------- | -------------
59
- **is_migrated** | **Boolean**| | [optional]
59
+ **is_migrated** | **String**| is_migrated | [optional]
60
60
  **limit** | **Integer**| Number of results to return per page. | [optional]
61
- **not_in_plan** | **Boolean**| | [optional]
61
+ **not_in_plan** | **String**| not_in_plan | [optional]
62
62
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
63
63
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
64
- **pulp2_repo_id** | **String**| | [optional]
65
- **pulp2_repo_id__in** | [**Array&lt;String&gt;**](String.md)| Filter results where pulp2_repo_id is in a comma-separated list of values | [optional]
64
+ **pulp2_repo_id** | **String**| pulp2_repo_id | [optional]
65
+ **pulp2_repo_id__in** | **String**| pulp2_repo_id__in | [optional]
66
66
  **fields** | **String**| A list of fields to include in the response. | [optional]
67
67
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
68
68
 
@@ -25,17 +25,17 @@ module Pulp2to3MigrationClient
25
25
  # @option opts [Integer] :limit Number of results to return per page.
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
27
  # @option opts [String] :ordering Which field to use when ordering the results.
28
- # @option opts [String] :pulp2_content_type_id
29
- # @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
30
- # @option opts [String] :pulp2_id
31
- # @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
32
- # @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
33
- # @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
34
- # @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
35
- # @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
36
- # @option opts [Integer] :pulp2_last_updated__lte Filter results where pulp2_last_updated is less than or equal to value
37
- # @option opts [Array<Integer>] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
38
- # @option opts [String] :pulp3_content Foreign Key referenced by HREF
28
+ # @option opts [String] :pulp2_content_type_id pulp2_content_type_id
29
+ # @option opts [String] :pulp2_content_type_id__in pulp2_content_type_id__in
30
+ # @option opts [String] :pulp2_id pulp2_id
31
+ # @option opts [String] :pulp2_id__in pulp2_id__in
32
+ # @option opts [String] :pulp2_last_updated pulp2_last_updated
33
+ # @option opts [String] :pulp2_last_updated__gt pulp2_last_updated__gt
34
+ # @option opts [String] :pulp2_last_updated__gte pulp2_last_updated__gte
35
+ # @option opts [String] :pulp2_last_updated__lt pulp2_last_updated__lt
36
+ # @option opts [String] :pulp2_last_updated__lte pulp2_last_updated__lte
37
+ # @option opts [String] :pulp2_last_updated__range pulp2_last_updated__range
38
+ # @option opts [String] :pulp3_content pulp3_content
39
39
  # @option opts [String] :fields A list of fields to include in the response.
40
40
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
41
41
  # @return [Paginatedpulp2to3MigrationPulp2ContentResponseList]
@@ -50,17 +50,17 @@ module Pulp2to3MigrationClient
50
50
  # @option opts [Integer] :limit Number of results to return per page.
51
51
  # @option opts [Integer] :offset The initial index from which to return the results.
52
52
  # @option opts [String] :ordering Which field to use when ordering the results.
53
- # @option opts [String] :pulp2_content_type_id
54
- # @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
55
- # @option opts [String] :pulp2_id
56
- # @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
57
- # @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
58
- # @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
59
- # @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
60
- # @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
61
- # @option opts [Integer] :pulp2_last_updated__lte Filter results where pulp2_last_updated is less than or equal to value
62
- # @option opts [Array<Integer>] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
63
- # @option opts [String] :pulp3_content Foreign Key referenced by HREF
53
+ # @option opts [String] :pulp2_content_type_id pulp2_content_type_id
54
+ # @option opts [String] :pulp2_content_type_id__in pulp2_content_type_id__in
55
+ # @option opts [String] :pulp2_id pulp2_id
56
+ # @option opts [String] :pulp2_id__in pulp2_id__in
57
+ # @option opts [String] :pulp2_last_updated pulp2_last_updated
58
+ # @option opts [String] :pulp2_last_updated__gt pulp2_last_updated__gt
59
+ # @option opts [String] :pulp2_last_updated__gte pulp2_last_updated__gte
60
+ # @option opts [String] :pulp2_last_updated__lt pulp2_last_updated__lt
61
+ # @option opts [String] :pulp2_last_updated__lte pulp2_last_updated__lte
62
+ # @option opts [String] :pulp2_last_updated__range pulp2_last_updated__range
63
+ # @option opts [String] :pulp3_content pulp3_content
64
64
  # @option opts [String] :fields A list of fields to include in the response.
65
65
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
66
  # @return [Array<(Paginatedpulp2to3MigrationPulp2ContentResponseList, Integer, Hash)>] Paginatedpulp2to3MigrationPulp2ContentResponseList data, response status code and response headers
@@ -68,26 +68,6 @@ module Pulp2to3MigrationClient
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug 'Calling API: Pulp2ContentApi.list ...'
70
70
  end
71
- if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated'].nil? && opts[:'pulp2_last_updated'] > 2147483647
72
- fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
73
- end
74
-
75
- if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__gt'].nil? && opts[:'pulp2_last_updated__gt'] > 2147483647
76
- fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__gt"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
77
- end
78
-
79
- if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__gte'].nil? && opts[:'pulp2_last_updated__gte'] > 2147483647
80
- fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__gte"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
81
- end
82
-
83
- if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__lt'].nil? && opts[:'pulp2_last_updated__lt'] > 2147483647
84
- fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__lt"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
85
- end
86
-
87
- if @api_client.config.client_side_validation && !opts[:'pulp2_last_updated__lte'].nil? && opts[:'pulp2_last_updated__lte'] > 2147483647
88
- fail ArgumentError, 'invalid value for "opts[:"pulp2_last_updated__lte"]" when calling Pulp2ContentApi.list, must be smaller than or equal to 2147483647.'
89
- end
90
-
91
71
  # resource path
92
72
  local_var_path = '/pulp/api/v3/pulp2content/'
93
73
 
@@ -97,15 +77,15 @@ module Pulp2to3MigrationClient
97
77
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
98
78
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
99
79
  query_params[:'pulp2_content_type_id'] = opts[:'pulp2_content_type_id'] if !opts[:'pulp2_content_type_id'].nil?
100
- query_params[:'pulp2_content_type_id__in'] = @api_client.build_collection_param(opts[:'pulp2_content_type_id__in'], :csv) if !opts[:'pulp2_content_type_id__in'].nil?
80
+ query_params[:'pulp2_content_type_id__in'] = opts[:'pulp2_content_type_id__in'] if !opts[:'pulp2_content_type_id__in'].nil?
101
81
  query_params[:'pulp2_id'] = opts[:'pulp2_id'] if !opts[:'pulp2_id'].nil?
102
- query_params[:'pulp2_id__in'] = @api_client.build_collection_param(opts[:'pulp2_id__in'], :csv) if !opts[:'pulp2_id__in'].nil?
82
+ query_params[:'pulp2_id__in'] = opts[:'pulp2_id__in'] if !opts[:'pulp2_id__in'].nil?
103
83
  query_params[:'pulp2_last_updated'] = opts[:'pulp2_last_updated'] if !opts[:'pulp2_last_updated'].nil?
104
84
  query_params[:'pulp2_last_updated__gt'] = opts[:'pulp2_last_updated__gt'] if !opts[:'pulp2_last_updated__gt'].nil?
105
85
  query_params[:'pulp2_last_updated__gte'] = opts[:'pulp2_last_updated__gte'] if !opts[:'pulp2_last_updated__gte'].nil?
106
86
  query_params[:'pulp2_last_updated__lt'] = opts[:'pulp2_last_updated__lt'] if !opts[:'pulp2_last_updated__lt'].nil?
107
87
  query_params[:'pulp2_last_updated__lte'] = opts[:'pulp2_last_updated__lte'] if !opts[:'pulp2_last_updated__lte'].nil?
108
- query_params[:'pulp2_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp2_last_updated__range'], :csv) if !opts[:'pulp2_last_updated__range'].nil?
88
+ query_params[:'pulp2_last_updated__range'] = opts[:'pulp2_last_updated__range'] if !opts[:'pulp2_last_updated__range'].nil?
109
89
  query_params[:'pulp3_content'] = opts[:'pulp3_content'] if !opts[:'pulp3_content'].nil?
110
90
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
111
91
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
@@ -22,13 +22,13 @@ module Pulp2to3MigrationClient
22
22
  # List pulp2 repositorys
23
23
  # ViewSet for Pulp2Repositories model.
24
24
  # @param [Hash] opts the optional parameters
25
- # @option opts [Boolean] :is_migrated
25
+ # @option opts [String] :is_migrated is_migrated
26
26
  # @option opts [Integer] :limit Number of results to return per page.
27
- # @option opts [Boolean] :not_in_plan
27
+ # @option opts [String] :not_in_plan not_in_plan
28
28
  # @option opts [Integer] :offset The initial index from which to return the results.
29
29
  # @option opts [String] :ordering Which field to use when ordering the results.
30
- # @option opts [String] :pulp2_repo_id
31
- # @option opts [Array<String>] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
30
+ # @option opts [String] :pulp2_repo_id pulp2_repo_id
31
+ # @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
32
32
  # @option opts [String] :fields A list of fields to include in the response.
33
33
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
34
34
  # @return [Paginatedpulp2to3MigrationPulp2RepositoryResponseList]
@@ -40,13 +40,13 @@ module Pulp2to3MigrationClient
40
40
  # List pulp2 repositorys
41
41
  # ViewSet for Pulp2Repositories model.
42
42
  # @param [Hash] opts the optional parameters
43
- # @option opts [Boolean] :is_migrated
43
+ # @option opts [String] :is_migrated is_migrated
44
44
  # @option opts [Integer] :limit Number of results to return per page.
45
- # @option opts [Boolean] :not_in_plan
45
+ # @option opts [String] :not_in_plan not_in_plan
46
46
  # @option opts [Integer] :offset The initial index from which to return the results.
47
47
  # @option opts [String] :ordering Which field to use when ordering the results.
48
- # @option opts [String] :pulp2_repo_id
49
- # @option opts [Array<String>] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
48
+ # @option opts [String] :pulp2_repo_id pulp2_repo_id
49
+ # @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
50
50
  # @option opts [String] :fields A list of fields to include in the response.
51
51
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
52
52
  # @return [Array<(Paginatedpulp2to3MigrationPulp2RepositoryResponseList, Integer, Hash)>] Paginatedpulp2to3MigrationPulp2RepositoryResponseList data, response status code and response headers
@@ -65,7 +65,7 @@ module Pulp2to3MigrationClient
65
65
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
66
66
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
67
67
  query_params[:'pulp2_repo_id'] = opts[:'pulp2_repo_id'] if !opts[:'pulp2_repo_id'].nil?
68
- query_params[:'pulp2_repo_id__in'] = @api_client.build_collection_param(opts[:'pulp2_repo_id__in'], :csv) if !opts[:'pulp2_repo_id__in'].nil?
68
+ query_params[:'pulp2_repo_id__in'] = opts[:'pulp2_repo_id__in'] if !opts[:'pulp2_repo_id__in'].nil?
69
69
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
70
70
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
71
71
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.9.0.dev1615260966'
14
+ VERSION = '0.9.0'
15
15
  end
@@ -39,17 +39,17 @@ describe 'Pulp2ContentApi' do
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
- # @option opts [String] :pulp2_content_type_id
43
- # @option opts [Array<String>] :pulp2_content_type_id__in Filter results where pulp2_content_type_id is in a comma-separated list of values
44
- # @option opts [String] :pulp2_id
45
- # @option opts [Array<String>] :pulp2_id__in Filter results where pulp2_id is in a comma-separated list of values
46
- # @option opts [Integer] :pulp2_last_updated ISO 8601 formatted dates are supported
47
- # @option opts [Integer] :pulp2_last_updated__gt Filter results where pulp2_last_updated is greater than value
48
- # @option opts [Integer] :pulp2_last_updated__gte Filter results where pulp2_last_updated is greater than or equal to value
49
- # @option opts [Integer] :pulp2_last_updated__lt Filter results where pulp2_last_updated is less than value
50
- # @option opts [Integer] :pulp2_last_updated__lte Filter results where pulp2_last_updated is less than or equal to value
51
- # @option opts [Array<Integer>] :pulp2_last_updated__range Filter results where pulp2_last_updated is between two comma separated values
52
- # @option opts [String] :pulp3_content Foreign Key referenced by HREF
42
+ # @option opts [String] :pulp2_content_type_id pulp2_content_type_id
43
+ # @option opts [String] :pulp2_content_type_id__in pulp2_content_type_id__in
44
+ # @option opts [String] :pulp2_id pulp2_id
45
+ # @option opts [String] :pulp2_id__in pulp2_id__in
46
+ # @option opts [String] :pulp2_last_updated pulp2_last_updated
47
+ # @option opts [String] :pulp2_last_updated__gt pulp2_last_updated__gt
48
+ # @option opts [String] :pulp2_last_updated__gte pulp2_last_updated__gte
49
+ # @option opts [String] :pulp2_last_updated__lt pulp2_last_updated__lt
50
+ # @option opts [String] :pulp2_last_updated__lte pulp2_last_updated__lte
51
+ # @option opts [String] :pulp2_last_updated__range pulp2_last_updated__range
52
+ # @option opts [String] :pulp3_content pulp3_content
53
53
  # @option opts [String] :fields A list of fields to include in the response.
54
54
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
55
55
  # @return [Paginatedpulp2to3MigrationPulp2ContentResponseList]
@@ -36,13 +36,13 @@ describe 'Pulp2RepositoriesApi' do
36
36
  # List pulp2 repositorys
37
37
  # ViewSet for Pulp2Repositories model.
38
38
  # @param [Hash] opts the optional parameters
39
- # @option opts [Boolean] :is_migrated
39
+ # @option opts [String] :is_migrated is_migrated
40
40
  # @option opts [Integer] :limit Number of results to return per page.
41
- # @option opts [Boolean] :not_in_plan
41
+ # @option opts [String] :not_in_plan not_in_plan
42
42
  # @option opts [Integer] :offset The initial index from which to return the results.
43
43
  # @option opts [String] :ordering Which field to use when ordering the results.
44
- # @option opts [String] :pulp2_repo_id
45
- # @option opts [Array<String>] :pulp2_repo_id__in Filter results where pulp2_repo_id is in a comma-separated list of values
44
+ # @option opts [String] :pulp2_repo_id pulp2_repo_id
45
+ # @option opts [String] :pulp2_repo_id__in pulp2_repo_id__in
46
46
  # @option opts [String] :fields A list of fields to include in the response.
47
47
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
48
48
  # @return [Paginatedpulp2to3MigrationPulp2RepositoryResponseList]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_2to3_migration_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.dev1615260966
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -135,9 +135,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '1.9'
136
136
  required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - ">"
138
+ - - ">="
139
139
  - !ruby/object:Gem::Version
140
- version: 1.3.1
140
+ version: '0'
141
141
  requirements: []
142
142
  rubygems_version: 3.0.3
143
143
  signing_key: