autosde_openapi_client 1.1.4 → 1.1.8

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: '09921e4a4dc754cf9bcb2e9d9351c123bf2de48245dba4b1157570ca72a702c0'
4
- data.tar.gz: 48c53e4056b1969924b7de471d39a8bf18aa11ac10bbb655913f241a1780c7e3
3
+ metadata.gz: a8d38d72c85361f75d848bb8a3d9d7275a98bf35a6e44df8dca443d12cdf05fe
4
+ data.tar.gz: d09933c46c344b13c2c1fb0a805c7bc80a5f25d0c1691a690ce838001664b24f
5
5
  SHA512:
6
- metadata.gz: a903bd3ec8b531692255b9ce0e7284a6dd0bd1cdc3dc8b7e81e6e70c4ce110368b89679046b69ec70cbc62192e9f06805239822907af1f083b06656914123577
7
- data.tar.gz: c406b24fe39d6b3373f3a6e65bf5bcd09a49c75e3fc5c7c0c54158098eef1719955502002132f9765f69f8a85cea6eb47ccdc654ba9f9ba1318f082112adce3f
6
+ metadata.gz: 25086cbba6e8f112ec306e3182cdf43170846d3f7c73fa57cb89dbfe1546a07a7314825a005badffb08195cc4a41102e40788935e1e92b6e86f0bd6a9c808c9f
7
+ data.tar.gz: e8d13ef0df870058c290dc1f5562b42498f7f95bc6ce6cd8de9909b1523f369fae03ceed6b1daba30606322e299bebdb4854cbc05bbd22281974536b803a9fd0
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ ©Copyright Kyndryl,Inc. 2021
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+ http://www.apache.org/licenses/LICENSE-2.0
7
+
8
+ ©Copyright Kyndryl,Inc. 2021, a Delaware corporation having a place of business at One Vanderbilt Avenue, 15th Floor, New York,NY10017, U.S.A.
9
+ Produced in the United States of America, 2021.Kyndryl and the Kyndryl logo are trademarks or registered trademarks of Kyndryl Inc in many jurisdictions worldwide.
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
12
+ to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
13
+ and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
18
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -99,8 +99,8 @@ module AutosdeOpenapiClient
99
99
  # @return Array for valid properties with the reasons
100
100
  def list_invalid_properties
101
101
  invalid_properties = Array.new
102
- if !@name.nil? && @name.to_s.length > 20
103
- invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 20.')
102
+ if !@name.nil? && @name.to_s.length > 25
103
+ invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 25.')
104
104
  end
105
105
 
106
106
  invalid_properties
@@ -111,7 +111,7 @@ module AutosdeOpenapiClient
111
111
  def valid?
112
112
  name_validator = EnumAttributeValidator.new('String', ["logical_free_capacity"])
113
113
  return false unless name_validator.valid?(@name)
114
- return false if !@name.nil? && @name.to_s.length > 20
114
+ return false if !@name.nil? && @name.to_s.length > 25
115
115
  true
116
116
  end
117
117
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Site Manager API
5
5
 
6
- The version of the OpenAPI document: 1.1.4
6
+ The version of the OpenAPI document: 1.1.8
7
7
  Contact: autosde@il.ibm.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.0
11
11
  =end
12
12
 
13
13
  module AutosdeOpenapiClient
14
- VERSION = '1.1.4'
14
+ VERSION = '1.1.8'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autosde_openapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-22 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -58,6 +58,7 @@ extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
60
  - Gemfile
61
+ - LICENSE.txt
61
62
  - README.md
62
63
  - Rakefile
63
64
  - autosde_openapi_client.gemspec