pulpcore_client 3.28.32 → 3.29.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AccessPoliciesApi.md +1 -1
  4. data/docs/ArtifactDistributionResponse.md +11 -11
  5. data/docs/ArtifactsApi.md +1 -1
  6. data/docs/ContentApi.md +3 -3
  7. data/docs/ContentguardsApi.md +3 -3
  8. data/docs/ContentguardsContentRedirectApi.md +1 -1
  9. data/docs/ContentguardsRbacApi.md +1 -1
  10. data/docs/DistributionsApi.md +4 -4
  11. data/docs/DistributionsArtifactsApi.md +2 -2
  12. data/docs/DomainsApi.md +1 -1
  13. data/docs/ExportersFilesystemApi.md +1 -1
  14. data/docs/ExportersFilesystemExportsApi.md +1 -1
  15. data/docs/ExportersPulpApi.md +1 -1
  16. data/docs/ExportersPulpExportsApi.md +1 -1
  17. data/docs/GroupsApi.md +1 -1
  18. data/docs/GroupsRolesApi.md +2 -2
  19. data/docs/GroupsUsersApi.md +1 -1
  20. data/docs/ImportersPulpApi.md +1 -1
  21. data/docs/ImportersPulpImportCheckApi.md +1 -1
  22. data/docs/ImportersPulpImportsApi.md +1 -1
  23. data/docs/OrphansApi.md +1 -1
  24. data/docs/OrphansCleanupApi.md +1 -1
  25. data/docs/PublicationsApi.md +3 -3
  26. data/docs/RemoteResponseHiddenFields.md +2 -2
  27. data/docs/RemotesApi.md +3 -3
  28. data/docs/RepairApi.md +1 -1
  29. data/docs/RepositoriesApi.md +4 -4
  30. data/docs/RepositoriesReclaimSpaceApi.md +1 -1
  31. data/docs/RepositoryVersionsApi.md +1 -1
  32. data/docs/RolesApi.md +1 -1
  33. data/docs/SigningServicesApi.md +1 -1
  34. data/docs/StatusApi.md +1 -1
  35. data/docs/TaskGroupsApi.md +1 -1
  36. data/docs/TaskSchedulesApi.md +1 -1
  37. data/docs/TasksApi.md +7 -7
  38. data/docs/UploadsApi.md +1 -1
  39. data/docs/UpstreamPulpsApi.md +3 -3
  40. data/docs/UsersApi.md +1 -1
  41. data/docs/UsersRolesApi.md +2 -2
  42. data/docs/WorkersApi.md +1 -1
  43. data/lib/pulpcore_client/api/content_api.rb +3 -3
  44. data/lib/pulpcore_client/api/contentguards_api.rb +3 -3
  45. data/lib/pulpcore_client/api/distributions_api.rb +3 -3
  46. data/lib/pulpcore_client/api/publications_api.rb +6 -2
  47. data/lib/pulpcore_client/api/remotes_api.rb +6 -2
  48. data/lib/pulpcore_client/api/repositories_api.rb +6 -2
  49. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  50. data/lib/pulpcore_client/api/upstream_pulps_api.rb +3 -3
  51. data/lib/pulpcore_client/configuration.rb +3 -3
  52. data/lib/pulpcore_client/models/artifact_distribution_response.rb +43 -43
  53. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  54. data/lib/pulpcore_client/models/remote_response_hidden_fields.rb +0 -10
  55. data/lib/pulpcore_client/version.rb +1 -1
  56. data/spec/api/content_api_spec.rb +1 -1
  57. data/spec/api/contentguards_api_spec.rb +1 -1
  58. data/spec/api/distributions_api_spec.rb +1 -1
  59. data/spec/api/publications_api_spec.rb +1 -1
  60. data/spec/api/remotes_api_spec.rb +1 -1
  61. data/spec/api/repositories_api_spec.rb +1 -1
  62. data/spec/api/tasks_api_spec.rb +1 -1
  63. data/spec/api/upstream_pulps_api_spec.rb +1 -1
  64. data/spec/configuration_spec.rb +3 -3
  65. data/spec/models/artifact_distribution_response_spec.rb +6 -6
  66. metadata +154 -154
data/docs/UsersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::UsersRolesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
  ------------- | ------------- | ------------- | -------------
174
174
  **auth_user_href** | **String**| |
175
175
  **content_object** | **String**| content_object | [optional]
176
- **domain** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
176
+ **domain** | **String**| Foreign Key referenced by HREF | [optional]
177
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
178
178
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
179
179
  **ordering** | [**Array<String>**](String.md)| Ordering * `role` - Role * `-role` - Role (descending) * `description` - Description * `-description` - Description (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
data/docs/WorkersApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpcoreClient::WorkersApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *https://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -27,7 +27,7 @@ module PulpcoreClient
27
27
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
28
28
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
29
29
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
30
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata
30
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
31
31
  # @option opts [String] :repository_version Repository Version referenced by HREF
32
32
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
33
33
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -47,7 +47,7 @@ module PulpcoreClient
47
47
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
48
48
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
49
49
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
50
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata
50
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
51
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
52
52
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
53
53
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -62,7 +62,7 @@ module PulpcoreClient
62
62
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
63
63
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
64
64
  end
65
- allowable_values = ["core.publishedmetadata"]
65
+ allowable_values = ["core.publishedmetadata", "file.file"]
66
66
  if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
67
67
  fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
68
68
  end
@@ -32,7 +32,7 @@ module PulpcoreClient
32
32
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
33
33
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
34
34
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
35
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
35
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
36
36
  # @option opts [Array<String>] :fields A list of fields to include in the response.
37
37
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
38
38
  # @return [PaginatedContentGuardResponseList]
@@ -54,7 +54,7 @@ module PulpcoreClient
54
54
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
55
55
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
56
56
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
57
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
58
58
  # @option opts [Array<String>] :fields A list of fields to include in the response.
59
59
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
60
60
  # @return [Array<(PaginatedContentGuardResponseList, Integer, Hash)>] PaginatedContentGuardResponseList data, response status code and response headers
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
67
67
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
68
68
  end
69
- allowable_values = ["core.content_redirect", "core.rbac"]
69
+ allowable_values = ["certguard.rhsm", "certguard.x509", "core.content_redirect", "core.rbac"]
70
70
  if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
71
71
  fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
72
72
  end
@@ -37,7 +37,7 @@ module PulpcoreClient
37
37
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
38
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
39
39
  # @option opts [String] :pulp_label_select Filter labels by search string
40
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact
40
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
41
41
  # @option opts [String] :repository Filter results where repository matches value
42
42
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
43
43
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -67,7 +67,7 @@ module PulpcoreClient
67
67
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
68
68
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
69
69
  # @option opts [String] :pulp_label_select Filter labels by search string
70
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact
70
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
71
71
  # @option opts [String] :repository Filter results where repository matches value
72
72
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
73
73
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -82,7 +82,7 @@ module PulpcoreClient
82
82
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
83
83
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
84
84
  end
85
- allowable_values = ["core.artifact"]
85
+ allowable_values = ["core.artifact", "file.file"]
86
86
  if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
87
87
  fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
88
88
  end
@@ -35,7 +35,7 @@ module PulpcoreClient
35
35
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
36
36
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
37
37
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
38
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
38
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
39
39
  # @option opts [String] :repository Repository referenced by HREF
40
40
  # @option opts [String] :repository_version Repository Version referenced by HREF
41
41
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -62,7 +62,7 @@ module PulpcoreClient
62
62
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
63
63
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
64
64
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
65
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
65
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
66
66
  # @option opts [String] :repository Repository referenced by HREF
67
67
  # @option opts [String] :repository_version Repository Version referenced by HREF
68
68
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -76,6 +76,10 @@ module PulpcoreClient
76
76
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
77
77
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
78
78
  end
79
+ allowable_values = ["file.file"]
80
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
81
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
82
+ end
79
83
  # resource path
80
84
  local_var_path = '/pulp/api/v3/publications/'
81
85
 
@@ -39,7 +39,7 @@ module PulpcoreClient
39
39
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
40
40
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
41
41
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
42
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
42
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
43
43
  # @option opts [Array<String>] :fields A list of fields to include in the response.
44
44
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
45
  # @return [PaginatedRemoteResponseList]
@@ -68,7 +68,7 @@ module PulpcoreClient
68
68
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
69
69
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
70
70
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
71
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
71
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
72
72
  # @option opts [Array<String>] :fields A list of fields to include in the response.
73
73
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
74
74
  # @return [Array<(PaginatedRemoteResponseList, Integer, Hash)>] PaginatedRemoteResponseList data, response status code and response headers
@@ -80,6 +80,10 @@ module PulpcoreClient
80
80
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
81
81
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
82
82
  end
83
+ allowable_values = ["file.file"]
84
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
85
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
86
+ end
83
87
  # resource path
84
88
  local_var_path = '/pulp/api/v3/remotes/'
85
89
 
@@ -34,7 +34,7 @@ module PulpcoreClient
34
34
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
35
35
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
36
36
  # @option opts [String] :pulp_label_select Filter labels by search string
37
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
37
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
38
38
  # @option opts [String] :remote Foreign Key referenced by HREF
39
39
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
40
40
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -68,7 +68,7 @@ module PulpcoreClient
68
68
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
69
69
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
70
70
  # @option opts [String] :pulp_label_select Filter labels by search string
71
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
71
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
72
72
  # @option opts [String] :remote Foreign Key referenced by HREF
73
73
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
74
74
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
@@ -90,6 +90,10 @@ module PulpcoreClient
90
90
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
91
91
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
92
92
  end
93
+ allowable_values = ["file.file"]
94
+ if @api_client.config.client_side_validation && opts[:'pulp_type__in'] && !opts[:'pulp_type__in'].all? { |item| allowable_values.include?(item) }
95
+ fail ArgumentError, "invalid value for \"pulp_type__in\", must include one of #{allowable_values}"
96
+ end
93
97
  # resource path
94
98
  local_var_path = '/pulp/api/v3/repositories/'
95
99
 
@@ -167,7 +167,7 @@ module PulpcoreClient
167
167
  # @option opts [String] :name__contains Filter results where name contains value
168
168
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
169
169
  # @option opts [Integer] :offset The initial index from which to return the results.
170
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
170
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
171
171
  # @option opts [String] :parent_task Filter results where parent_task matches value
172
172
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
173
173
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -215,7 +215,7 @@ module PulpcoreClient
215
215
  # @option opts [String] :name__contains Filter results where name contains value
216
216
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
217
217
  # @option opts [Integer] :offset The initial index from which to return the results.
218
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
218
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;args&#x60; - Args * &#x60;-args&#x60; - Args (descending) * &#x60;kwargs&#x60; - Kwargs * &#x60;-kwargs&#x60; - Kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
219
219
  # @option opts [String] :parent_task Filter results where parent_task matches value
220
220
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
221
221
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
@@ -242,7 +242,7 @@ module PulpcoreClient
242
242
  if @api_client.config.debugging
243
243
  @api_client.config.logger.debug 'Calling API: TasksApi.list ...'
244
244
  end
245
- allowable_values = ["-args", "-error", "-finished_at", "-kwargs", "-logging_cid", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "args", "error", "finished_at", "kwargs", "logging_cid", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state"]
245
+ allowable_values = ["-args", "-error", "-finished_at", "-kwargs", "-logging_cid", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "-versions", "args", "error", "finished_at", "kwargs", "logging_cid", "name", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state", "versions"]
246
246
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
247
247
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
248
248
  end
@@ -353,7 +353,7 @@ module PulpcoreClient
353
353
  # Trigger an asynchronous repository replication task group. This API is provided as a tech preview.
354
354
  # @param upstream_pulp_href [String]
355
355
  # @param [Hash] opts the optional parameters
356
- # @return [TaskGroupOperationResponse]
356
+ # @return [AsyncOperationResponse]
357
357
  def replicate(upstream_pulp_href, opts = {})
358
358
  data, _status_code, _headers = replicate_with_http_info(upstream_pulp_href, opts)
359
359
  data
@@ -363,7 +363,7 @@ module PulpcoreClient
363
363
  # Trigger an asynchronous repository replication task group. This API is provided as a tech preview.
364
364
  # @param upstream_pulp_href [String]
365
365
  # @param [Hash] opts the optional parameters
366
- # @return [Array<(TaskGroupOperationResponse, Integer, Hash)>] TaskGroupOperationResponse data, response status code and response headers
366
+ # @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
367
367
  def replicate_with_http_info(upstream_pulp_href, opts = {})
368
368
  if @api_client.config.debugging
369
369
  @api_client.config.logger.debug 'Calling API: UpstreamPulpsApi.replicate ...'
@@ -390,7 +390,7 @@ module PulpcoreClient
390
390
  post_body = opts[:body]
391
391
 
392
392
  # return_type
393
- return_type = opts[:return_type] || 'TaskGroupOperationResponse'
393
+ return_type = opts[:return_type] || 'AsyncOperationResponse'
394
394
 
395
395
  # auth_names
396
396
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -127,8 +127,8 @@ module PulpcoreClient
127
127
  attr_accessor :force_ending_format
128
128
 
129
129
  def initialize
130
- @scheme = 'http'
131
- @host = 'localhost'
130
+ @scheme = 'https'
131
+ @host = 'pulp'
132
132
  @base_path = ''
133
133
  @api_key = {}
134
134
  @api_key_prefix = {}
@@ -210,7 +210,7 @@ module PulpcoreClient
210
210
  def server_settings
211
211
  [
212
212
  {
213
- url: "http://localhost:24817/",
213
+ url: "https://pulp/",
214
214
  description: "No description provided",
215
215
  }
216
216
  ]
@@ -15,60 +15,60 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
- attr_accessor :pulp_href
19
-
20
- # An optional content-guard.
21
- attr_accessor :content_guard
22
-
23
18
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
19
  attr_accessor :base_path
25
20
 
26
- # Whether this distribution should be shown in the content app.
27
- attr_accessor :hidden
21
+ attr_accessor :pulp_labels
22
+
23
+ # A unique name. Ex, `rawhide` and `stable`.
24
+ attr_accessor :name
25
+
26
+ attr_accessor :pulp_href
28
27
 
29
28
  # Timestamp of creation.
30
29
  attr_accessor :pulp_created
31
30
 
32
- # A unique name. Ex, `rawhide` and `stable`.
33
- attr_accessor :name
31
+ # Whether this distribution should be shown in the content app.
32
+ attr_accessor :hidden
34
33
 
35
34
  # The URL for accessing the publication as defined by this distribution.
36
35
  attr_accessor :base_url
37
36
 
38
- attr_accessor :pulp_labels
37
+ # An optional content-guard.
38
+ attr_accessor :content_guard
39
39
 
40
40
  # Attribute mapping from ruby-style variable name to JSON key.
41
41
  def self.attribute_map
42
42
  {
43
- :'pulp_href' => :'pulp_href',
44
- :'content_guard' => :'content_guard',
45
43
  :'base_path' => :'base_path',
46
- :'hidden' => :'hidden',
47
- :'pulp_created' => :'pulp_created',
44
+ :'pulp_labels' => :'pulp_labels',
48
45
  :'name' => :'name',
46
+ :'pulp_href' => :'pulp_href',
47
+ :'pulp_created' => :'pulp_created',
48
+ :'hidden' => :'hidden',
49
49
  :'base_url' => :'base_url',
50
- :'pulp_labels' => :'pulp_labels'
50
+ :'content_guard' => :'content_guard'
51
51
  }
52
52
  end
53
53
 
54
54
  # Attribute type mapping.
55
55
  def self.openapi_types
56
56
  {
57
- :'pulp_href' => :'String',
58
- :'content_guard' => :'String',
59
57
  :'base_path' => :'String',
60
- :'hidden' => :'Boolean',
61
- :'pulp_created' => :'DateTime',
58
+ :'pulp_labels' => :'Hash<String, String>',
62
59
  :'name' => :'String',
60
+ :'pulp_href' => :'String',
61
+ :'pulp_created' => :'DateTime',
62
+ :'hidden' => :'Boolean',
63
63
  :'base_url' => :'String',
64
- :'pulp_labels' => :'Hash<String, String>'
64
+ :'content_guard' => :'String'
65
65
  }
66
66
  end
67
67
 
68
68
  # List of attributes with nullable: true
69
69
  def self.openapi_nullable
70
70
  Set.new([
71
- :'content_guard',
71
+ :'content_guard'
72
72
  ])
73
73
  end
74
74
 
@@ -87,40 +87,40 @@ module PulpcoreClient
87
87
  h[k.to_sym] = v
88
88
  }
89
89
 
90
- if attributes.key?(:'pulp_href')
91
- self.pulp_href = attributes[:'pulp_href']
90
+ if attributes.key?(:'base_path')
91
+ self.base_path = attributes[:'base_path']
92
92
  end
93
93
 
94
- if attributes.key?(:'content_guard')
95
- self.content_guard = attributes[:'content_guard']
94
+ if attributes.key?(:'pulp_labels')
95
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
96
+ self.pulp_labels = value
97
+ end
96
98
  end
97
99
 
98
- if attributes.key?(:'base_path')
99
- self.base_path = attributes[:'base_path']
100
+ if attributes.key?(:'name')
101
+ self.name = attributes[:'name']
100
102
  end
101
103
 
102
- if attributes.key?(:'hidden')
103
- self.hidden = attributes[:'hidden']
104
- else
105
- self.hidden = false
104
+ if attributes.key?(:'pulp_href')
105
+ self.pulp_href = attributes[:'pulp_href']
106
106
  end
107
107
 
108
108
  if attributes.key?(:'pulp_created')
109
109
  self.pulp_created = attributes[:'pulp_created']
110
110
  end
111
111
 
112
- if attributes.key?(:'name')
113
- self.name = attributes[:'name']
112
+ if attributes.key?(:'hidden')
113
+ self.hidden = attributes[:'hidden']
114
+ else
115
+ self.hidden = false
114
116
  end
115
117
 
116
118
  if attributes.key?(:'base_url')
117
119
  self.base_url = attributes[:'base_url']
118
120
  end
119
121
 
120
- if attributes.key?(:'pulp_labels')
121
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
122
- self.pulp_labels = value
123
- end
122
+ if attributes.key?(:'content_guard')
123
+ self.content_guard = attributes[:'content_guard']
124
124
  end
125
125
  end
126
126
 
@@ -152,14 +152,14 @@ module PulpcoreClient
152
152
  def ==(o)
153
153
  return true if self.equal?(o)
154
154
  self.class == o.class &&
155
- pulp_href == o.pulp_href &&
156
- content_guard == o.content_guard &&
157
155
  base_path == o.base_path &&
158
- hidden == o.hidden &&
159
- pulp_created == o.pulp_created &&
156
+ pulp_labels == o.pulp_labels &&
160
157
  name == o.name &&
158
+ pulp_href == o.pulp_href &&
159
+ pulp_created == o.pulp_created &&
160
+ hidden == o.hidden &&
161
161
  base_url == o.base_url &&
162
- pulp_labels == o.pulp_labels
162
+ content_guard == o.content_guard
163
163
  end
164
164
 
165
165
  # @see the `==` method
@@ -171,7 +171,7 @@ module PulpcoreClient
171
171
  # Calculates hash code according to all attributes.
172
172
  # @return [Integer] Hash code
173
173
  def hash
174
- [pulp_href, content_guard, base_path, hidden, pulp_created, name, base_url, pulp_labels].hash
174
+ [base_path, pulp_labels, name, pulp_href, pulp_created, hidden, base_url, content_guard].hash
175
175
  end
176
176
 
177
177
  # Builds the object from hash
@@ -259,20 +259,20 @@ module PulpcoreClient
259
259
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
260
260
  end
261
261
 
262
- if !@total_timeout.nil? && @total_timeout < 0
263
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
262
+ if !@total_timeout.nil? && @total_timeout < 0.0
263
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
264
264
  end
265
265
 
266
- if !@connect_timeout.nil? && @connect_timeout < 0
267
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
266
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
267
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
268
268
  end
269
269
 
270
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
271
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
270
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
271
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
272
272
  end
273
273
 
274
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
275
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
274
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
275
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
276
276
  end
277
277
 
278
278
  invalid_properties
@@ -284,10 +284,10 @@ module PulpcoreClient
284
284
  return false if @name.nil?
285
285
  return false if @url.nil?
286
286
  return false if !@download_concurrency.nil? && @download_concurrency < 1
287
- return false if !@total_timeout.nil? && @total_timeout < 0
288
- return false if !@connect_timeout.nil? && @connect_timeout < 0
289
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
290
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
287
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
288
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
289
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
290
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
291
291
  true
292
292
  end
293
293
 
@@ -304,8 +304,8 @@ module PulpcoreClient
304
304
  # Custom attribute writer method with validation
305
305
  # @param [Object] total_timeout Value to be assigned
306
306
  def total_timeout=(total_timeout)
307
- if !total_timeout.nil? && total_timeout < 0
308
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
307
+ if !total_timeout.nil? && total_timeout < 0.0
308
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
309
309
  end
310
310
 
311
311
  @total_timeout = total_timeout
@@ -314,8 +314,8 @@ module PulpcoreClient
314
314
  # Custom attribute writer method with validation
315
315
  # @param [Object] connect_timeout Value to be assigned
316
316
  def connect_timeout=(connect_timeout)
317
- if !connect_timeout.nil? && connect_timeout < 0
318
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
317
+ if !connect_timeout.nil? && connect_timeout < 0.0
318
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
319
319
  end
320
320
 
321
321
  @connect_timeout = connect_timeout
@@ -324,8 +324,8 @@ module PulpcoreClient
324
324
  # Custom attribute writer method with validation
325
325
  # @param [Object] sock_connect_timeout Value to be assigned
326
326
  def sock_connect_timeout=(sock_connect_timeout)
327
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
328
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
327
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
328
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
329
329
  end
330
330
 
331
331
  @sock_connect_timeout = sock_connect_timeout
@@ -334,8 +334,8 @@ module PulpcoreClient
334
334
  # Custom attribute writer method with validation
335
335
  # @param [Object] sock_read_timeout Value to be assigned
336
336
  def sock_read_timeout=(sock_read_timeout)
337
- if !sock_read_timeout.nil? && sock_read_timeout < 0
338
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
337
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
338
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
339
339
  end
340
340
 
341
341
  @sock_read_timeout = sock_read_timeout
@@ -68,22 +68,12 @@ module PulpcoreClient
68
68
  # @return Array for valid properties with the reasons
69
69
  def list_invalid_properties
70
70
  invalid_properties = Array.new
71
- if @name.nil?
72
- invalid_properties.push('invalid value for "name", name cannot be nil.')
73
- end
74
-
75
- if @is_set.nil?
76
- invalid_properties.push('invalid value for "is_set", is_set cannot be nil.')
77
- end
78
-
79
71
  invalid_properties
80
72
  end
81
73
 
82
74
  # Check to see if the all the properties in the model are valid
83
75
  # @return true if the model is valid
84
76
  def valid?
85
- return false if @name.nil?
86
- return false if @is_set.nil?
87
77
  true
88
78
  end
89
79
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.28.32'
14
+ VERSION = '3.29.0'
15
15
  end
@@ -41,7 +41,7 @@ describe 'ContentApi' do
41
41
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
42
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
43
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
44
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata
44
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;file.file&#x60; - file.file
45
45
  # @option opts [String] :repository_version Repository Version referenced by HREF
46
46
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
47
47
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -46,7 +46,7 @@ describe 'ContentguardsApi' do
46
46
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
47
47
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
48
48
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
49
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect
49
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.rbac&#x60; - core.rbac * &#x60;core.content_redirect&#x60; - core.content_redirect * &#x60;certguard.rhsm&#x60; - certguard.rhsm * &#x60;certguard.x509&#x60; - certguard.x509
50
50
  # @option opts [Array<String>] :fields A list of fields to include in the response.
51
51
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
52
52
  # @return [PaginatedContentGuardResponseList]
@@ -51,7 +51,7 @@ describe 'DistributionsApi' do
51
51
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
52
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
53
  # @option opts [String] :pulp_label_select Filter labels by search string
54
- # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact
54
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;core.artifact&#x60; - core.artifact * &#x60;file.file&#x60; - file.file
55
55
  # @option opts [String] :repository Filter results where repository matches value
56
56
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
57
57
  # @option opts [String] :with_content Filter distributions based on the content served by them
@@ -49,7 +49,7 @@ describe 'PublicationsApi' do
49
49
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
50
50
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
51
51
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
52
- # @option opts [Array<String>] :pulp_type__in Pulp type is in
52
+ # @option opts [Array<String>] :pulp_type__in Pulp type is in * &#x60;file.file&#x60; - file.file
53
53
  # @option opts [String] :repository Repository referenced by HREF
54
54
  # @option opts [String] :repository_version Repository Version referenced by HREF
55
55
  # @option opts [Array<String>] :fields A list of fields to include in the response.