pulp_rpm_client 3.26.2 → 3.26.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/Copy.md +1 -1
  4. data/docs/PatchedrpmRpmRepository.md +1 -1
  5. data/docs/RpmModulemd.md +3 -3
  6. data/docs/RpmModulemdDefaults.md +1 -1
  7. data/docs/RpmModulemdDefaultsResponse.md +1 -1
  8. data/docs/RpmModulemdResponse.md +3 -3
  9. data/docs/RpmPackageCategoryResponse.md +3 -3
  10. data/docs/RpmPackageEnvironmentResponse.md +4 -4
  11. data/docs/RpmPackageGroupResponse.md +3 -3
  12. data/docs/RpmPackageLangpacksResponse.md +1 -1
  13. data/docs/RpmPackageResponse.md +10 -10
  14. data/docs/RpmRpmPublication.md +1 -1
  15. data/docs/RpmRpmPublicationResponse.md +1 -1
  16. data/docs/RpmRpmRepository.md +1 -1
  17. data/docs/RpmRpmRepositoryResponse.md +1 -1
  18. data/docs/RpmUpdateCollection.md +1 -1
  19. data/docs/RpmUpdateCollectionResponse.md +1 -1
  20. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  21. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
  22. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  23. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  24. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
  25. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +3 -3
  26. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +3 -3
  27. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +4 -4
  28. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +3 -3
  29. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  30. data/lib/pulp_rpm_client/models/rpm_package_response.rb +10 -10
  31. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  32. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
  33. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
  34. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +1 -1
  35. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  36. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  37. data/lib/pulp_rpm_client/version.rb +1 -1
  38. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15efd5d850ac10758494b4099dc8b4f75414d1ef78716d4f40241d84bce44dfd
4
- data.tar.gz: a8c4a586c5fd55089ac4305f96afcb1502ba8ad79173326cf2989339a34e07d8
3
+ metadata.gz: c4b2bc5cab740800caa565087b5ce1a1e62a31fce98ae097586e1988f745f6dd
4
+ data.tar.gz: 36da048f4049c1cb54ccbac8c42619bf1648ac28a638ae09fce653006cd8a563
5
5
  SHA512:
6
- metadata.gz: 88f06447a1e2de15b09b815fe1af76b03b7ea94bb7217a6c81f04dcd6a0f6eb1ac97f8c11ecdbdd734cbbbf39b08907e7fd30e218a7fc4040718ad4e2b25bed5
7
- data.tar.gz: 3e88b888caaf40f08ca81baf3176120f95b4ee937163fa429ce2f9371de63aefb9a628d755c253aa896303cb61b9c84091a72a64568c230f6a243ab6fde4a13a
6
+ metadata.gz: 3c377d7ee25690c6b66756a10d42d1b74671e67f3bb5f3c2aa3427bae989f2b39acc9e346e08ddd5531455e12ae823ad1803aa31b9bbc9e9b700f0231e0872f8
7
+ data.tar.gz: bb6941df2242385f8f9315e8a0a13c9715205d0a4c98f9ed8b60d3cc1d3d0906be08ad123b39e967d1997915b2433893b0f99c2957019bac12b194980b5e44fa
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: 3.26.2
10
+ - Package version: 3.26.3
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_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.26.2.gem
27
+ gem install ./pulp_rpm_client-3.26.3.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.26.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.26.3.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_rpm_client', '~> 3.26.2'
36
+ gem 'pulp_rpm_client', '~> 3.26.3'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **config** | [**AnyType**](.md) | A JSON document describing sources, destinations, and content to be copied |
7
+ **config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
8
8
  **dependency_solving** | **Boolean** | Also copy dependencies of the content being copied. | [optional] [default to true]
9
9
 
10
10
  ## Code Sample
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
18
18
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
19
19
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
20
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
20
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
21
21
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
22
22
 
23
23
  ## Code Sample
data/docs/RpmModulemd.md CHANGED
@@ -11,11 +11,11 @@ Name | Type | Description | Notes
11
11
  **static_context** | **Boolean** | Modulemd static-context flag. | [optional]
12
12
  **context** | **String** | Modulemd context. |
13
13
  **arch** | **String** | Modulemd architecture. |
14
- **artifacts** | [**AnyType**](.md) | Modulemd artifacts. |
15
- **dependencies** | [**AnyType**](.md) | Modulemd dependencies. |
14
+ **artifacts** | [**Object**](.md) | Modulemd artifacts. |
15
+ **dependencies** | [**Object**](.md) | Modulemd dependencies. |
16
16
  **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
17
17
  **snippet** | **String** | Modulemd snippet |
18
- **profiles** | [**AnyType**](.md) | Modulemd profiles. |
18
+ **profiles** | [**Object**](.md) | Modulemd profiles. |
19
19
  **description** | **String** | Description of module. |
20
20
 
21
21
  ## Code Sample
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **_module** | **String** | Modulemd name. |
9
9
  **stream** | **String** | Modulemd default stream. |
10
- **profiles** | [**AnyType**](.md) | Default profiles for modulemd streams. |
10
+ **profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
11
11
  **snippet** | **String** | Modulemd default snippet |
12
12
 
13
13
  ## Code Sample
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
11
  **_module** | **String** | Modulemd name. |
12
12
  **stream** | **String** | Modulemd default stream. |
13
- **profiles** | [**AnyType**](.md) | Default profiles for modulemd streams. |
13
+ **profiles** | [**Object**](.md) | Default profiles for modulemd streams. |
14
14
 
15
15
  ## Code Sample
16
16
 
@@ -14,10 +14,10 @@ Name | Type | Description | Notes
14
14
  **static_context** | **Boolean** | Modulemd static-context flag. | [optional]
15
15
  **context** | **String** | Modulemd context. |
16
16
  **arch** | **String** | Modulemd architecture. |
17
- **artifacts** | [**AnyType**](.md) | Modulemd artifacts. |
18
- **dependencies** | [**AnyType**](.md) | Modulemd dependencies. |
17
+ **artifacts** | [**Object**](.md) | Modulemd artifacts. |
18
+ **dependencies** | [**Object**](.md) | Modulemd dependencies. |
19
19
  **packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
20
- **profiles** | [**AnyType**](.md) | Modulemd profiles. |
20
+ **profiles** | [**Object**](.md) | Modulemd profiles. |
21
21
  **description** | **String** | Description of module. |
22
22
 
23
23
  ## Code Sample
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  **name** | **String** | Category name. |
13
13
  **description** | **String** | Category description. |
14
14
  **display_order** | **Integer** | Category display order. |
15
- **group_ids** | [**AnyType**](.md) | Category group list. |
16
- **desc_by_lang** | [**AnyType**](.md) | Category description by language. |
17
- **name_by_lang** | [**AnyType**](.md) | Category name by language. |
15
+ **group_ids** | [**Object**](.md) | Category group list. |
16
+ **desc_by_lang** | [**Object**](.md) | Category description by language. |
17
+ **name_by_lang** | [**Object**](.md) | Category name by language. |
18
18
  **digest** | **String** | Category digest. |
19
19
 
20
20
  ## Code Sample
@@ -12,10 +12,10 @@ Name | Type | Description | Notes
12
12
  **name** | **String** | Environment name. |
13
13
  **description** | **String** | Environment description. |
14
14
  **display_order** | **Integer** | Environment display order. |
15
- **group_ids** | [**AnyType**](.md) | Environment group list. |
16
- **option_ids** | [**AnyType**](.md) | Environment option ids |
17
- **desc_by_lang** | [**AnyType**](.md) | Environment description by language. |
18
- **name_by_lang** | [**AnyType**](.md) | Environment name by language. |
15
+ **group_ids** | [**Object**](.md) | Environment group list. |
16
+ **option_ids** | [**Object**](.md) | Environment option ids |
17
+ **desc_by_lang** | [**Object**](.md) | Environment description by language. |
18
+ **name_by_lang** | [**Object**](.md) | Environment name by language. |
19
19
  **digest** | **String** | Environment digest. |
20
20
 
21
21
  ## Code Sample
@@ -14,10 +14,10 @@ Name | Type | Description | Notes
14
14
  **display_order** | **Integer** | PackageGroup display order. |
15
15
  **name** | **String** | PackageGroup name. |
16
16
  **description** | **String** | PackageGroup description. |
17
- **packages** | [**AnyType**](.md) | PackageGroup package list. |
17
+ **packages** | [**Object**](.md) | PackageGroup package list. |
18
18
  **biarch_only** | **Boolean** | PackageGroup biarch only. | [optional]
19
- **desc_by_lang** | [**AnyType**](.md) | PackageGroup description by language. |
20
- **name_by_lang** | [**AnyType**](.md) | PackageGroup name by language. |
19
+ **desc_by_lang** | [**Object**](.md) | PackageGroup description by language. |
20
+ **name_by_lang** | [**Object**](.md) | PackageGroup name by language. |
21
21
  **digest** | **String** | PackageGroup digest. |
22
22
 
23
23
  ## Code Sample
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
- **matches** | [**AnyType**](.md) | Langpacks matches. |
11
+ **matches** | [**Object**](.md) | Langpacks matches. |
12
12
  **digest** | **String** | Langpacks digest. |
13
13
 
14
14
  ## Code Sample
@@ -25,16 +25,16 @@ Name | Type | Description | Notes
25
25
  **summary** | **String** | Short description of the packaged software | [optional] [readonly]
26
26
  **description** | **String** | In-depth description of the packaged software | [optional] [readonly]
27
27
  **url** | **String** | URL with more information about the packaged software | [optional] [readonly]
28
- **changelogs** | [**AnyType**](.md) | Changelogs that package contains | [optional] [readonly]
29
- **files** | [**AnyType**](.md) | Files that package contains | [optional] [readonly]
30
- **requires** | [**AnyType**](.md) | Capabilities the package requires | [optional] [readonly]
31
- **provides** | [**AnyType**](.md) | Capabilities the package provides | [optional] [readonly]
32
- **conflicts** | [**AnyType**](.md) | Capabilities the package conflicts | [optional] [readonly]
33
- **obsoletes** | [**AnyType**](.md) | Capabilities the package obsoletes | [optional] [readonly]
34
- **suggests** | [**AnyType**](.md) | Capabilities the package suggests | [optional] [readonly]
35
- **enhances** | [**AnyType**](.md) | Capabilities the package enhances | [optional] [readonly]
36
- **recommends** | [**AnyType**](.md) | Capabilities the package recommends | [optional] [readonly]
37
- **supplements** | [**AnyType**](.md) | Capabilities the package supplements | [optional] [readonly]
28
+ **changelogs** | [**Object**](.md) | Changelogs that package contains | [optional] [readonly]
29
+ **files** | [**Object**](.md) | Files that package contains | [optional] [readonly]
30
+ **requires** | [**Object**](.md) | Capabilities the package requires | [optional] [readonly]
31
+ **provides** | [**Object**](.md) | Capabilities the package provides | [optional] [readonly]
32
+ **conflicts** | [**Object**](.md) | Capabilities the package conflicts | [optional] [readonly]
33
+ **obsoletes** | [**Object**](.md) | Capabilities the package obsoletes | [optional] [readonly]
34
+ **suggests** | [**Object**](.md) | Capabilities the package suggests | [optional] [readonly]
35
+ **enhances** | [**Object**](.md) | Capabilities the package enhances | [optional] [readonly]
36
+ **recommends** | [**Object**](.md) | Capabilities the package recommends | [optional] [readonly]
37
+ **supplements** | [**Object**](.md) | Capabilities the package supplements | [optional] [readonly]
38
38
  **location_base** | **String** | Base location of this package | [optional] [readonly]
39
39
  **location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
40
40
  **rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
12
12
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
13
13
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
14
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
14
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
15
15
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
16
16
 
17
17
  ## Code Sample
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
17
17
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
18
18
  **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
19
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
19
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
20
20
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
21
21
 
22
22
  ## Code Sample
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  **package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
18
18
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
19
19
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
20
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
20
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
21
21
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
22
22
 
23
23
  ## Code Sample
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
24
24
  **gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
25
25
  **repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
26
26
  **sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
27
- **repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
27
+ **repo_config** | [**Object**](.md) | A JSON document describing config.repo file | [optional]
28
28
  **compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
29
29
 
30
30
  ## Code Sample
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Collection name. |
8
8
  **shortname** | **String** | Collection short name. |
9
- **_module** | [**AnyType**](.md) | Collection modular NSVCA. |
9
+ **_module** | [**Object**](.md) | Collection modular NSVCA. |
10
10
 
11
11
  ## Code Sample
12
12
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **name** | **String** | Collection name. |
8
8
  **shortname** | **String** | Collection short name. |
9
- **_module** | [**AnyType**](.md) | Collection modular NSVCA. |
9
+ **_module** | [**Object**](.md) | Collection modular NSVCA. |
10
10
  **packages** | **Array<Object>** | List of packages | [optional] [readonly]
11
11
 
12
12
  ## Code Sample
@@ -32,7 +32,7 @@ module PulpRpmClient
32
32
  # Attribute type mapping.
33
33
  def self.openapi_types
34
34
  {
35
- :'config' => :'AnyType',
35
+ :'config' => :'Object',
36
36
  :'dependency_solving' => :'Boolean'
37
37
  }
38
38
  end
@@ -96,7 +96,7 @@ module PulpRpmClient
96
96
  :'package_checksum_type' => :'PackageChecksumTypeEnum',
97
97
  :'gpgcheck' => :'Integer',
98
98
  :'repo_gpgcheck' => :'Integer',
99
- :'repo_config' => :'AnyType',
99
+ :'repo_config' => :'Object',
100
100
  :'compression_type' => :'CompressionTypeEnum'
101
101
  }
102
102
  end
@@ -83,11 +83,11 @@ module PulpRpmClient
83
83
  :'static_context' => :'Boolean',
84
84
  :'context' => :'String',
85
85
  :'arch' => :'String',
86
- :'artifacts' => :'AnyType',
87
- :'dependencies' => :'AnyType',
86
+ :'artifacts' => :'Object',
87
+ :'dependencies' => :'Object',
88
88
  :'packages' => :'Array<String>',
89
89
  :'snippet' => :'String',
90
- :'profiles' => :'AnyType',
90
+ :'profiles' => :'Object',
91
91
  :'description' => :'String'
92
92
  }
93
93
  end
@@ -47,7 +47,7 @@ module PulpRpmClient
47
47
  :'repository' => :'String',
48
48
  :'_module' => :'String',
49
49
  :'stream' => :'String',
50
- :'profiles' => :'AnyType',
50
+ :'profiles' => :'Object',
51
51
  :'snippet' => :'String'
52
52
  }
53
53
  end
@@ -57,7 +57,7 @@ module PulpRpmClient
57
57
  :'pulp_last_updated' => :'DateTime',
58
58
  :'_module' => :'String',
59
59
  :'stream' => :'String',
60
- :'profiles' => :'AnyType'
60
+ :'profiles' => :'Object'
61
61
  }
62
62
  end
63
63
 
@@ -93,10 +93,10 @@ module PulpRpmClient
93
93
  :'static_context' => :'Boolean',
94
94
  :'context' => :'String',
95
95
  :'arch' => :'String',
96
- :'artifacts' => :'AnyType',
97
- :'dependencies' => :'AnyType',
96
+ :'artifacts' => :'Object',
97
+ :'dependencies' => :'Object',
98
98
  :'packages' => :'Array<String>',
99
- :'profiles' => :'AnyType',
99
+ :'profiles' => :'Object',
100
100
  :'description' => :'String'
101
101
  }
102
102
  end
@@ -79,9 +79,9 @@ module PulpRpmClient
79
79
  :'name' => :'String',
80
80
  :'description' => :'String',
81
81
  :'display_order' => :'Integer',
82
- :'group_ids' => :'AnyType',
83
- :'desc_by_lang' => :'AnyType',
84
- :'name_by_lang' => :'AnyType',
82
+ :'group_ids' => :'Object',
83
+ :'desc_by_lang' => :'Object',
84
+ :'name_by_lang' => :'Object',
85
85
  :'digest' => :'String'
86
86
  }
87
87
  end
@@ -83,10 +83,10 @@ module PulpRpmClient
83
83
  :'name' => :'String',
84
84
  :'description' => :'String',
85
85
  :'display_order' => :'Integer',
86
- :'group_ids' => :'AnyType',
87
- :'option_ids' => :'AnyType',
88
- :'desc_by_lang' => :'AnyType',
89
- :'name_by_lang' => :'AnyType',
86
+ :'group_ids' => :'Object',
87
+ :'option_ids' => :'Object',
88
+ :'desc_by_lang' => :'Object',
89
+ :'name_by_lang' => :'Object',
90
90
  :'digest' => :'String'
91
91
  }
92
92
  end
@@ -93,10 +93,10 @@ module PulpRpmClient
93
93
  :'display_order' => :'Integer',
94
94
  :'name' => :'String',
95
95
  :'description' => :'String',
96
- :'packages' => :'AnyType',
96
+ :'packages' => :'Object',
97
97
  :'biarch_only' => :'Boolean',
98
- :'desc_by_lang' => :'AnyType',
99
- :'name_by_lang' => :'AnyType',
98
+ :'desc_by_lang' => :'Object',
99
+ :'name_by_lang' => :'Object',
100
100
  :'digest' => :'String'
101
101
  }
102
102
  end
@@ -51,7 +51,7 @@ module PulpRpmClient
51
51
  :'prn' => :'String',
52
52
  :'pulp_created' => :'DateTime',
53
53
  :'pulp_last_updated' => :'DateTime',
54
- :'matches' => :'AnyType',
54
+ :'matches' => :'Object',
55
55
  :'digest' => :'String'
56
56
  }
57
57
  end
@@ -232,16 +232,16 @@ module PulpRpmClient
232
232
  :'summary' => :'String',
233
233
  :'description' => :'String',
234
234
  :'url' => :'String',
235
- :'changelogs' => :'AnyType',
236
- :'files' => :'AnyType',
237
- :'requires' => :'AnyType',
238
- :'provides' => :'AnyType',
239
- :'conflicts' => :'AnyType',
240
- :'obsoletes' => :'AnyType',
241
- :'suggests' => :'AnyType',
242
- :'enhances' => :'AnyType',
243
- :'recommends' => :'AnyType',
244
- :'supplements' => :'AnyType',
235
+ :'changelogs' => :'Object',
236
+ :'files' => :'Object',
237
+ :'requires' => :'Object',
238
+ :'provides' => :'Object',
239
+ :'conflicts' => :'Object',
240
+ :'obsoletes' => :'Object',
241
+ :'suggests' => :'Object',
242
+ :'enhances' => :'Object',
243
+ :'recommends' => :'Object',
244
+ :'supplements' => :'Object',
245
245
  :'location_base' => :'String',
246
246
  :'location_href' => :'String',
247
247
  :'rpm_buildhost' => :'String',
@@ -66,7 +66,7 @@ module PulpRpmClient
66
66
  :'package_checksum_type' => :'PackageChecksumTypeEnum',
67
67
  :'gpgcheck' => :'Integer',
68
68
  :'repo_gpgcheck' => :'Integer',
69
- :'repo_config' => :'AnyType',
69
+ :'repo_config' => :'Object',
70
70
  :'compression_type' => :'CompressionTypeEnum'
71
71
  }
72
72
  end
@@ -90,7 +90,7 @@ module PulpRpmClient
90
90
  :'gpgcheck' => :'Integer',
91
91
  :'repo_gpgcheck' => :'Integer',
92
92
  :'sqlite_metadata' => :'Boolean',
93
- :'repo_config' => :'AnyType',
93
+ :'repo_config' => :'Object',
94
94
  :'compression_type' => :'CompressionTypeEnum'
95
95
  }
96
96
  end
@@ -96,7 +96,7 @@ module PulpRpmClient
96
96
  :'package_checksum_type' => :'PackageChecksumTypeEnum',
97
97
  :'gpgcheck' => :'Integer',
98
98
  :'repo_gpgcheck' => :'Integer',
99
- :'repo_config' => :'AnyType',
99
+ :'repo_config' => :'Object',
100
100
  :'compression_type' => :'CompressionTypeEnum'
101
101
  }
102
102
  end
@@ -128,7 +128,7 @@ module PulpRpmClient
128
128
  :'gpgcheck' => :'Integer',
129
129
  :'repo_gpgcheck' => :'Integer',
130
130
  :'sqlite_metadata' => :'Boolean',
131
- :'repo_config' => :'AnyType',
131
+ :'repo_config' => :'Object',
132
132
  :'compression_type' => :'CompressionTypeEnum'
133
133
  }
134
134
  end
@@ -38,7 +38,7 @@ module PulpRpmClient
38
38
  {
39
39
  :'name' => :'String',
40
40
  :'shortname' => :'String',
41
- :'_module' => :'AnyType'
41
+ :'_module' => :'Object'
42
42
  }
43
43
  end
44
44
 
@@ -42,7 +42,7 @@ module PulpRpmClient
42
42
  {
43
43
  :'name' => :'String',
44
44
  :'shortname' => :'String',
45
- :'_module' => :'AnyType',
45
+ :'_module' => :'Object',
46
46
  :'packages' => :'Array<Object>'
47
47
  }
48
48
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.26.2'
14
+ VERSION = '3.26.3'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.26.2
4
+ version: 3.26.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-17 00:00:00.000000000 Z
11
+ date: 2024-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday