influxdb-client-apis 1.15.0.pre.2407 → 1.15.0.pre.2461

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/lib/influxdb2/apis/generated/api/authorizations_api.rb +0 -1
  3. data/lib/influxdb2/apis/generated/api/buckets_api.rb +0 -1
  4. data/lib/influxdb2/apis/generated/api/labels_api.rb +0 -1
  5. data/lib/influxdb2/apis/generated/api/organizations_api.rb +0 -1
  6. data/lib/influxdb2/apis/generated/api/users_api.rb +0 -1
  7. data/lib/influxdb2/apis/generated/api_client.rb +0 -1
  8. data/lib/influxdb2/apis/generated/api_error.rb +0 -1
  9. data/lib/influxdb2/apis/generated/configuration.rb +1 -2
  10. data/lib/influxdb2/apis/generated/models/authorization.rb +23 -5
  11. data/lib/influxdb2/apis/generated/models/authorization_all_of.rb +19 -5
  12. data/lib/influxdb2/apis/generated/models/authorization_all_of_links.rb +3 -4
  13. data/lib/influxdb2/apis/generated/models/authorization_update_request.rb +3 -4
  14. data/lib/influxdb2/apis/generated/models/authorizations.rb +3 -4
  15. data/lib/influxdb2/apis/generated/models/bucket.rb +3 -4
  16. data/lib/influxdb2/apis/generated/models/bucket_links.rb +3 -4
  17. data/lib/influxdb2/apis/generated/models/buckets.rb +3 -4
  18. data/lib/influxdb2/apis/generated/models/label.rb +3 -4
  19. data/lib/influxdb2/apis/generated/models/label_create_request.rb +3 -4
  20. data/lib/influxdb2/apis/generated/models/label_mapping.rb +3 -4
  21. data/lib/influxdb2/apis/generated/models/label_response.rb +3 -4
  22. data/lib/influxdb2/apis/generated/models/label_update.rb +3 -4
  23. data/lib/influxdb2/apis/generated/models/labels_response.rb +3 -4
  24. data/lib/influxdb2/apis/generated/models/links.rb +3 -4
  25. data/lib/influxdb2/apis/generated/models/organization.rb +3 -4
  26. data/lib/influxdb2/apis/generated/models/organization_links.rb +3 -4
  27. data/lib/influxdb2/apis/generated/models/organizations.rb +3 -4
  28. data/lib/influxdb2/apis/generated/models/permission.rb +3 -4
  29. data/lib/influxdb2/apis/generated/models/post_bucket_request.rb +3 -4
  30. data/lib/influxdb2/apis/generated/models/resource.rb +4 -5
  31. data/lib/influxdb2/apis/generated/models/resource_member.rb +3 -4
  32. data/lib/influxdb2/apis/generated/models/resource_member_all_of.rb +3 -4
  33. data/lib/influxdb2/apis/generated/models/resource_members.rb +3 -4
  34. data/lib/influxdb2/apis/generated/models/resource_owner.rb +3 -4
  35. data/lib/influxdb2/apis/generated/models/resource_owner_all_of.rb +3 -4
  36. data/lib/influxdb2/apis/generated/models/resource_owners.rb +3 -4
  37. data/lib/influxdb2/apis/generated/models/retention_rule.rb +3 -4
  38. data/lib/influxdb2/apis/generated/models/user.rb +3 -4
  39. data/lib/influxdb2/apis/generated/models/user_links.rb +3 -4
  40. data/lib/influxdb2/apis/generated/models/users.rb +3 -4
  41. data/lib/influxdb2/apis/generated/models/users_links.rb +3 -4
  42. metadata +4 -4
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -50,7 +49,7 @@ module InfluxDB2::API
50
49
  end
51
50
  end
52
51
 
53
- # Attribute mapping from ruby-style variable name to JSON key
52
+ # Attribute mapping from ruby-style variable name to JSON key.
54
53
  def self.attribute_map
55
54
  {
56
55
  :'id' => :'id',
@@ -70,7 +69,7 @@ module InfluxDB2::API
70
69
  :'name' => :'String',
71
70
  :'status' => :'String',
72
71
  :'links' => :'UserLinks',
73
- :'role' => :'String',
72
+ :'role' => :'String'
74
73
  }
75
74
  end
76
75
 
@@ -196,7 +195,7 @@ module InfluxDB2::API
196
195
  # Calculates hash code according to all attributes.
197
196
  # @return [Integer] Hash code
198
197
  def hash
199
- [id, oauth_id, name, status, links, role, ].hash
198
+ [id, oauth_id, name, status, links, role].hash
200
199
  end
201
200
 
202
201
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -39,7 +38,7 @@ module InfluxDB2::API
39
38
  end
40
39
  end
41
40
 
42
- # Attribute mapping from ruby-style variable name to JSON key
41
+ # Attribute mapping from ruby-style variable name to JSON key.
43
42
  def self.attribute_map
44
43
  {
45
44
  :'role' => :'role',
@@ -49,7 +48,7 @@ module InfluxDB2::API
49
48
  # Attribute type mapping.
50
49
  def self.openapi_types
51
50
  {
52
- :'role' => :'String',
51
+ :'role' => :'String'
53
52
  }
54
53
  end
55
54
 
@@ -123,7 +122,7 @@ module InfluxDB2::API
123
122
  # Calculates hash code according to all attributes.
124
123
  # @return [Integer] Hash code
125
124
  def hash
126
- [role, ].hash
125
+ [role].hash
127
126
  end
128
127
 
129
128
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :users
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'links' => :'links',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'links' => :'UsersLinks',
34
- :'users' => :'Array<ResourceMember>',
33
+ :'users' => :'Array<ResourceMember>'
35
34
  }
36
35
  end
37
36
 
@@ -98,7 +97,7 @@ module InfluxDB2::API
98
97
  # Calculates hash code according to all attributes.
99
98
  # @return [Integer] Hash code
100
99
  def hash
101
- [links, users, ].hash
100
+ [links, users].hash
102
101
  end
103
102
 
104
103
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -50,7 +49,7 @@ module InfluxDB2::API
50
49
  end
51
50
  end
52
51
 
53
- # Attribute mapping from ruby-style variable name to JSON key
52
+ # Attribute mapping from ruby-style variable name to JSON key.
54
53
  def self.attribute_map
55
54
  {
56
55
  :'id' => :'id',
@@ -70,7 +69,7 @@ module InfluxDB2::API
70
69
  :'name' => :'String',
71
70
  :'status' => :'String',
72
71
  :'links' => :'UserLinks',
73
- :'role' => :'String',
72
+ :'role' => :'String'
74
73
  }
75
74
  end
76
75
 
@@ -196,7 +195,7 @@ module InfluxDB2::API
196
195
  # Calculates hash code according to all attributes.
197
196
  # @return [Integer] Hash code
198
197
  def hash
199
- [id, oauth_id, name, status, links, role, ].hash
198
+ [id, oauth_id, name, status, links, role].hash
200
199
  end
201
200
 
202
201
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -39,7 +38,7 @@ module InfluxDB2::API
39
38
  end
40
39
  end
41
40
 
42
- # Attribute mapping from ruby-style variable name to JSON key
41
+ # Attribute mapping from ruby-style variable name to JSON key.
43
42
  def self.attribute_map
44
43
  {
45
44
  :'role' => :'role',
@@ -49,7 +48,7 @@ module InfluxDB2::API
49
48
  # Attribute type mapping.
50
49
  def self.openapi_types
51
50
  {
52
- :'role' => :'String',
51
+ :'role' => :'String'
53
52
  }
54
53
  end
55
54
 
@@ -123,7 +122,7 @@ module InfluxDB2::API
123
122
  # Calculates hash code according to all attributes.
124
123
  # @return [Integer] Hash code
125
124
  def hash
126
- [role, ].hash
125
+ [role].hash
127
126
  end
128
127
 
129
128
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :users
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'links' => :'links',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'links' => :'UsersLinks',
34
- :'users' => :'Array<ResourceOwner>',
33
+ :'users' => :'Array<ResourceOwner>'
35
34
  }
36
35
  end
37
36
 
@@ -98,7 +97,7 @@ module InfluxDB2::API
98
97
  # Calculates hash code according to all attributes.
99
98
  # @return [Integer] Hash code
100
99
  def hash
101
- [links, users, ].hash
100
+ [links, users].hash
102
101
  end
103
102
 
104
103
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -45,7 +44,7 @@ module InfluxDB2::API
45
44
  end
46
45
  end
47
46
 
48
- # Attribute mapping from ruby-style variable name to JSON key
47
+ # Attribute mapping from ruby-style variable name to JSON key.
49
48
  def self.attribute_map
50
49
  {
51
50
  :'type' => :'type',
@@ -59,7 +58,7 @@ module InfluxDB2::API
59
58
  {
60
59
  :'type' => :'String',
61
60
  :'every_seconds' => :'Integer',
62
- :'shard_group_duration_seconds' => :'Integer',
61
+ :'shard_group_duration_seconds' => :'Integer'
63
62
  }
64
63
  end
65
64
 
@@ -172,7 +171,7 @@ module InfluxDB2::API
172
171
  # Calculates hash code according to all attributes.
173
172
  # @return [Integer] Hash code
174
173
  def hash
175
- [type, every_seconds, shard_group_duration_seconds, ].hash
174
+ [type, every_seconds, shard_group_duration_seconds].hash
176
175
  end
177
176
 
178
177
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -48,7 +47,7 @@ module InfluxDB2::API
48
47
  end
49
48
  end
50
49
 
51
- # Attribute mapping from ruby-style variable name to JSON key
50
+ # Attribute mapping from ruby-style variable name to JSON key.
52
51
  def self.attribute_map
53
52
  {
54
53
  :'id' => :'id',
@@ -66,7 +65,7 @@ module InfluxDB2::API
66
65
  :'oauth_id' => :'String',
67
66
  :'name' => :'String',
68
67
  :'status' => :'String',
69
- :'links' => :'UserLinks',
68
+ :'links' => :'UserLinks'
70
69
  }
71
70
  end
72
71
 
@@ -165,7 +164,7 @@ module InfluxDB2::API
165
164
  # Calculates hash code according to all attributes.
166
165
  # @return [Integer] Hash code
167
166
  def hash
168
- [id, oauth_id, name, status, links, ].hash
167
+ [id, oauth_id, name, status, links].hash
169
168
  end
170
169
 
171
170
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -17,7 +16,7 @@ module InfluxDB2::API
17
16
  class UserLinks
18
17
  attr_accessor :_self
19
18
 
20
- # Attribute mapping from ruby-style variable name to JSON key
19
+ # Attribute mapping from ruby-style variable name to JSON key.
21
20
  def self.attribute_map
22
21
  {
23
22
  :'_self' => :'self',
@@ -27,7 +26,7 @@ module InfluxDB2::API
27
26
  # Attribute type mapping.
28
27
  def self.openapi_types
29
28
  {
30
- :'_self' => :'String',
29
+ :'_self' => :'String'
31
30
  }
32
31
  end
33
32
 
@@ -87,7 +86,7 @@ module InfluxDB2::API
87
86
  # Calculates hash code according to all attributes.
88
87
  # @return [Integer] Hash code
89
88
  def hash
90
- [_self, ].hash
89
+ [_self].hash
91
90
  end
92
91
 
93
92
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -19,7 +18,7 @@ module InfluxDB2::API
19
18
 
20
19
  attr_accessor :users
21
20
 
22
- # Attribute mapping from ruby-style variable name to JSON key
21
+ # Attribute mapping from ruby-style variable name to JSON key.
23
22
  def self.attribute_map
24
23
  {
25
24
  :'links' => :'links',
@@ -31,7 +30,7 @@ module InfluxDB2::API
31
30
  def self.openapi_types
32
31
  {
33
32
  :'links' => :'UsersLinks',
34
- :'users' => :'Array<User>',
33
+ :'users' => :'Array<User>'
35
34
  }
36
35
  end
37
36
 
@@ -98,7 +97,7 @@ module InfluxDB2::API
98
97
  # Calculates hash code according to all attributes.
99
98
  # @return [Integer] Hash code
100
99
  def hash
101
- [links, users, ].hash
100
+ [links, users].hash
102
101
  end
103
102
 
104
103
  # Builds the object from hash
@@ -6,7 +6,6 @@
6
6
  The version of the OpenAPI document: 0.1.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.0.0-beta3
10
9
 
11
10
  =end
12
11
 
@@ -17,7 +16,7 @@ module InfluxDB2::API
17
16
  class UsersLinks
18
17
  attr_accessor :_self
19
18
 
20
- # Attribute mapping from ruby-style variable name to JSON key
19
+ # Attribute mapping from ruby-style variable name to JSON key.
21
20
  def self.attribute_map
22
21
  {
23
22
  :'_self' => :'self',
@@ -27,7 +26,7 @@ module InfluxDB2::API
27
26
  # Attribute type mapping.
28
27
  def self.openapi_types
29
28
  {
30
- :'_self' => :'String',
29
+ :'_self' => :'String'
31
30
  }
32
31
  end
33
32
 
@@ -87,7 +86,7 @@ module InfluxDB2::API
87
86
  # Calculates hash code according to all attributes.
88
87
  # @return [Integer] Hash code
89
88
  def hash
90
- [_self, ].hash
89
+ [_self].hash
91
90
  end
92
91
 
93
92
  # Builds the object from hash
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client-apis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0.pre.2407
4
+ version: 1.15.0.pre.2461
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-30 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: influxdb-client
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.15.0.pre.2407
19
+ version: 1.15.0.pre.2461
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.15.0.pre.2407
26
+ version: 1.15.0.pre.2461
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement