influxdb-client-apis 2.1.0.pre.3812 → 2.2.0.pre.4317

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: bfd139bb9721a51338c140104ab121e79e6c914183d51b15e6170599b63d2180
4
- data.tar.gz: 627f208754b72edee304c04c9d1f6d454a23f6b38739d5afd551e0d5ff743973
3
+ metadata.gz: 5e602b8e29bc9953739ef3690c13b59ef78775973b1f0cf1d501f3434d3637df
4
+ data.tar.gz: c143278ba3a914253ed57c630a8ebdb8456c17a8ff6a529d1e88fc1a585bf748
5
5
  SHA512:
6
- metadata.gz: 9ccdb885e84451cec5e9c468c09841ba96cc707bc3a0e86fb69c0e56f28cecd2765f0f9aeb3bf520856febac528152f3c30d183222ec0d2a1d001351b31a3040
7
- data.tar.gz: d25aa071cee5ff107a3e16ced127f4397719e2fd07437e7a8cc27003ab9a6e42ccb7dd9db74eeb035d1a842b90800a4478281743e37741f77057495896115772
6
+ metadata.gz: 9a330083f82b64d56a62d5145fdd9241c217baf4800692172de9339b356c35fb4e75fb12e342d6047d46d3b0f25d3a5b15deadcd75c0df72ca9adecf0c0e4258
7
+ data.tar.gz: 13aeab8aec555b1a575826dffc69aae6fd0d7a76e6d9d1a20dd65f437da34bb10fe7b683a2d23c28bb89b8689a2699fdcd1156abb44404421773579ccc026f43
@@ -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
 
@@ -76,10 +76,6 @@ module InfluxDB2::API
76
76
  # List of attributes with nullable: true
77
77
  def self.openapi_nullable
78
78
  Set.new([
79
- :'id',
80
- :'name',
81
- :'org_id',
82
- :'org'
83
79
  ])
84
80
  end
85
81
 
@@ -134,7 +130,7 @@ module InfluxDB2::API
134
130
  # @return true if the model is valid
135
131
  def valid?
136
132
  return false if @type.nil?
137
- type_validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations"])
133
+ type_validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations", "remotes", "replications", "flows", "functions"])
138
134
  return false unless type_validator.valid?(@type)
139
135
  true
140
136
  end
@@ -142,7 +138,7 @@ module InfluxDB2::API
142
138
  # Custom attribute writer method checking allowed values (enum).
143
139
  # @param [Object] type Object to be assigned
144
140
  def type=(type)
145
- validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations"])
141
+ validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations", "remotes", "replications", "flows", "functions"])
146
142
  unless validator.valid?(type)
147
143
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
148
144
  end
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.1.0.pre.3812
4
+ version: 2.2.0.pre.4317
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-10-20 00:00:00.000000000 Z
11
+ date: 2022-02-01 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.1.0.pre.3812
19
+ version: 2.2.0.pre.4317
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.1.0.pre.3812
26
+ version: 2.2.0.pre.4317
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
244
  - !ruby/object:Gem::Version
245
245
  version: 1.3.1
246
246
  requirements: []
247
- rubygems_version: 3.2.22
247
+ rubygems_version: 3.2.32
248
248
  signing_key:
249
249
  specification_version: 4
250
250
  summary: Contains client APIs for InfluxDB v2.0.