wolf_core 1.0.81 → 1.0.82

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: d770b8b47501988698701c91ffa342324c6e43ec650c7178896f936b1a74883b
4
- data.tar.gz: ddc19851ae98030c93550ee26e752ad96ca0c777c4cf1d229546a8f2baf6eb9e
3
+ metadata.gz: a5665a38040d9f69d16b0a6ddfa152218e1ca037f2473297d054dc351b7cf58d
4
+ data.tar.gz: 8a44a545ca63536ef7f8bf23746e0a7be53da7c74755eeb91041eb63a44d27ff
5
5
  SHA512:
6
- metadata.gz: db957a6364b802eba6b4cf5405ac42a101b68fd505e6abec8cb3034bc34aaf3079e92c3bdd507c48d74d55ca4465f99ffb23e2084b29c32989916f079e5eaf84
7
- data.tar.gz: 57fc200f603d2c6b2e38d63d44f4fd60b9966ad6a3f86bbed52af7e436c4d297dae869ed486ca6ad3e381295be2ea95636cf33fc1691d17abd0ef044c4ca8a9c
6
+ metadata.gz: c67e2021f8eeb33f71f086059b71356dfa0e3807a06ea79663deb6131aaa995ecf016f4e7ed317a9c1814e4d5d0368a666c4fd5725413c5dc1ef65f6ff9bb38e
7
+ data.tar.gz: 159ec35b46e1caeafbd1217f8df1231aaf516bcaed819d3b8c5e0d89979bbe30cc13d625bc15ce4787e52210aaeb6164856da6832d194b162af01e25516917c8
@@ -13,7 +13,7 @@ module WolfCore
13
13
  query: query
14
14
  )
15
15
  validate_http_response(response: response, message: error_message, error_data: error_data)
16
- response.body.dig("data", "table", "custom_values")
16
+ response.body.dig("data", "table", "custom_responses")
17
17
  end
18
18
 
19
19
  def fetch_custom_values(wolf_token:, tenant:, wolf_platform_url:, query: nil)
@@ -35,7 +35,7 @@ module WolfCore
35
35
  query: query
36
36
  )
37
37
  validate_http_response(response: response, message: error_message, error_data: error_data)
38
- response.body.dig("data", "table", "custom_value")
38
+ response.body.dig("data", "table", "custom_responses")
39
39
  end
40
40
 
41
41
  def fetch_custom_value(wolf_token:, custom_value_id:, tenant:, wolf_platform_url:, query: nil)
@@ -105,7 +105,7 @@ module WolfCore
105
105
  query: query
106
106
  )
107
107
  validate_http_response(response: response, message: error_message, error_data: error_data)
108
- custom_values = response.body.dig("data", "table", "custom_values")
108
+ custom_values = response.body.dig("data", "table", "custom_responses")
109
109
 
110
110
  response = if custom_values&.any?
111
111
  operation_type = :update
@@ -145,7 +145,7 @@ module WolfCore
145
145
 
146
146
  return response unless response_success?(response)
147
147
 
148
- custom_values = response.body.dig("data", "table", "custom_values")
148
+ custom_values = response.body.dig("data", "table", "custom_responses")
149
149
 
150
150
  response = if custom_values&.any?
151
151
  operation_type = :update
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "1.0.81"
4
+ VERSION = "1.0.82"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolf_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.81
4
+ version: 1.0.82
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Roncallo