influxdb-client-apis 2.3.0.pre.4483 → 2.3.0.pre.4516

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/lib/influxdb2/apis/generated/api/authorizations_api.rb +2 -2
  3. data/lib/influxdb2/apis/generated/api/buckets_api.rb +8 -8
  4. data/lib/influxdb2/apis/generated/api/labels_api.rb +6 -6
  5. data/lib/influxdb2/apis/generated/api/organizations_api.rb +2 -210
  6. data/lib/influxdb2/apis/generated/api/users_api.rb +12 -6
  7. data/lib/influxdb2/apis/generated/api_client.rb +2 -2
  8. data/lib/influxdb2/apis/generated/api_error.rb +2 -2
  9. data/lib/influxdb2/apis/generated/configuration.rb +2 -2
  10. data/lib/influxdb2/apis/generated/models/add_resource_member_request_body.rb +224 -0
  11. data/lib/influxdb2/apis/generated/models/authorization.rb +9 -9
  12. data/lib/influxdb2/apis/generated/models/authorization_all_of.rb +8 -8
  13. data/lib/influxdb2/apis/generated/models/authorization_all_of_links.rb +2 -2
  14. data/lib/influxdb2/apis/generated/models/authorization_post_request.rb +3 -3
  15. data/lib/influxdb2/apis/generated/models/authorization_update_request.rb +3 -3
  16. data/lib/influxdb2/apis/generated/models/authorizations.rb +2 -2
  17. data/lib/influxdb2/apis/generated/models/bucket.rb +2 -2
  18. data/lib/influxdb2/apis/generated/models/bucket_links.rb +2 -2
  19. data/lib/influxdb2/apis/generated/models/buckets.rb +2 -2
  20. data/lib/influxdb2/apis/generated/models/label.rb +2 -2
  21. data/lib/influxdb2/apis/generated/models/label_create_request.rb +2 -2
  22. data/lib/influxdb2/apis/generated/models/label_mapping.rb +2 -2
  23. data/lib/influxdb2/apis/generated/models/label_response.rb +2 -2
  24. data/lib/influxdb2/apis/generated/models/label_update.rb +2 -2
  25. data/lib/influxdb2/apis/generated/models/labels_response.rb +2 -2
  26. data/lib/influxdb2/apis/generated/models/links.rb +2 -2
  27. data/lib/influxdb2/apis/generated/models/organization.rb +2 -2
  28. data/lib/influxdb2/apis/generated/models/organization_links.rb +2 -2
  29. data/lib/influxdb2/apis/generated/models/organizations.rb +2 -2
  30. data/lib/influxdb2/apis/generated/models/password_reset_body.rb +2 -2
  31. data/lib/influxdb2/apis/generated/models/patch_bucket_request.rb +232 -0
  32. data/lib/influxdb2/apis/generated/models/patch_organization_request.rb +2 -2
  33. data/lib/influxdb2/apis/generated/models/permission.rb +2 -2
  34. data/lib/influxdb2/apis/generated/models/post_bucket_request.rb +2 -2
  35. data/lib/influxdb2/apis/generated/models/post_organization_request.rb +2 -2
  36. data/lib/influxdb2/apis/generated/models/resource_member.rb +2 -2
  37. data/lib/influxdb2/apis/generated/models/resource_member_all_of.rb +2 -2
  38. data/lib/influxdb2/apis/generated/models/resource_members.rb +2 -2
  39. data/lib/influxdb2/apis/generated/models/resource_members_links.rb +2 -2
  40. data/lib/influxdb2/apis/generated/models/resource_owner.rb +2 -2
  41. data/lib/influxdb2/apis/generated/models/resource_owner_all_of.rb +2 -2
  42. data/lib/influxdb2/apis/generated/models/resource_owners.rb +2 -2
  43. data/lib/influxdb2/apis/generated/models/retention_rule.rb +2 -2
  44. data/lib/influxdb2/apis/generated/models/user.rb +2 -2
  45. data/lib/influxdb2/apis/generated/models/user_response.rb +2 -2
  46. data/lib/influxdb2/apis/generated/models/user_response_links.rb +2 -2
  47. data/lib/influxdb2/apis/generated/models/users.rb +2 -2
  48. metadata +6 -4
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
- #Influx OSS API Service
2
+ #InfluxDB OSS API Service
3
3
 
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ #The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
5
5
 
6
6
  The version of the OpenAPI document: 2.0.0
7
7
 
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: 2.3.0.pre.4483
4
+ version: 2.3.0.pre.4516
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-22 00:00:00.000000000 Z
11
+ date: 2022-02-24 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: 2.3.0.pre.4483
19
+ version: 2.3.0.pre.4516
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: 2.3.0.pre.4483
26
+ version: 2.3.0.pre.4516
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -162,6 +162,7 @@ files:
162
162
  - lib/influxdb2/apis/generated/api_client.rb
163
163
  - lib/influxdb2/apis/generated/api_error.rb
164
164
  - lib/influxdb2/apis/generated/configuration.rb
165
+ - lib/influxdb2/apis/generated/models/add_resource_member_request_body.rb
165
166
  - lib/influxdb2/apis/generated/models/authorization.rb
166
167
  - lib/influxdb2/apis/generated/models/authorization_all_of.rb
167
168
  - lib/influxdb2/apis/generated/models/authorization_all_of_links.rb
@@ -182,6 +183,7 @@ files:
182
183
  - lib/influxdb2/apis/generated/models/organization_links.rb
183
184
  - lib/influxdb2/apis/generated/models/organizations.rb
184
185
  - lib/influxdb2/apis/generated/models/password_reset_body.rb
186
+ - lib/influxdb2/apis/generated/models/patch_bucket_request.rb
185
187
  - lib/influxdb2/apis/generated/models/patch_organization_request.rb
186
188
  - lib/influxdb2/apis/generated/models/permission.rb
187
189
  - lib/influxdb2/apis/generated/models/post_bucket_request.rb