influxdb-client-apis 1.16.0.pre.2686 → 1.16.0.pre.2765

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: 2dbc2bd7db05950dac0612fbf1a1c60efdfba3877bbd649db9d4512b6e63537e
4
- data.tar.gz: 5329f8e2fac1b048733a2301b714d34c3b4d3ab37aa41ca6f9c741701b1b2f55
3
+ metadata.gz: 0f6eb8158c42920e27cd8c0ec678d740ed9557ff5d2730ae82549222855d4765
4
+ data.tar.gz: 2b86029c07ad69ac4e1ff39b738f7131444eb25a8e978f2be2e9e70322827a75
5
5
  SHA512:
6
- metadata.gz: 07adaee9f2cc11836cb1dd357cb622211a45253ab68143d65a123c37b180e89ef9f4e0083a3ca880615c8413d632da38c3dc29c3dc286f7c1d9da2e2714cb500
7
- data.tar.gz: 8e0a267acbdf5ca571b0669164062894f99f0545643e4705df75bb353299e1551c275bfbacca0498c1d75baa4adb9260e2d5a070f2b215222ccaded54e144895
6
+ metadata.gz: 74344cc790b444ffdbdab72a7f1b7187e0f6fb97ba7c49055d42f871238af68ae6b9da60be878ba8a4f862a928e93e77e0e6c24e65eeff28ae25094b628fecec
7
+ data.tar.gz: f21d09a9311ac7c4a84b7dc8e7dd6c9d71bbd977450d49e915bc22da737cb0a3e35c352e700b3f266364b7e64cde878c8f390d573e560063766c98a5a8ae0200
@@ -133,7 +133,7 @@ module InfluxDB2::API
133
133
  # @return true if the model is valid
134
134
  def valid?
135
135
  return false if @type.nil?
136
- type_validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks"])
136
+ 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"])
137
137
  return false unless type_validator.valid?(@type)
138
138
  true
139
139
  end
@@ -141,7 +141,7 @@ module InfluxDB2::API
141
141
  # Custom attribute writer method checking allowed values (enum).
142
142
  # @param [Object] type Object to be assigned
143
143
  def type=(type)
144
- validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks"])
144
+ validator = EnumAttributeValidator.new('String', ["authorizations", "buckets", "dashboards", "orgs", "sources", "tasks", "telegrafs", "users", "variables", "scrapers", "secrets", "labels", "views", "documents", "notificationRules", "notificationEndpoints", "checks", "dbrp", "notebooks", "annotations"])
145
145
  unless validator.valid?(type)
146
146
  fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
147
147
  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: 1.16.0.pre.2686
4
+ version: 1.16.0.pre.2765
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-06-04 00:00:00.000000000 Z
11
+ date: 2021-06-18 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.16.0.pre.2686
19
+ version: 1.16.0.pre.2765
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.16.0.pre.2686
26
+ version: 1.16.0.pre.2765
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement