wolf_core 1.0.15 → 1.0.16
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fc8c7b4e015dfc127ef3ff265140a023f1c3be2250c6a8c54d1cd31964f6ef2
|
4
|
+
data.tar.gz: 8d1402a014bb56ca7836f8f14a06d9687fd50c4b6f59a9b391bd9189de8e637b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10ac548da9f9db19d14fc4e6681c237f06bcae706e412ad422814209ad94e8663320fcaff20a5a92e864b0cc8ce621ed7019c5ec1a61ead4892e52fea2b9a3e6
|
7
|
+
data.tar.gz: 501769672acf0ebe59cb415c93974fa845257391baf1c902e65f6abcc3b14d140e44f0223da56ae5dca0d4941bdde754986baa66d92ad9d0f64d15338f6cc8e0
|
@@ -11,7 +11,7 @@ module WolfCore
|
|
11
11
|
error_message: error_message
|
12
12
|
)
|
13
13
|
response_body = response.body
|
14
|
-
response_body.dig("data", "table", "
|
14
|
+
response_body.dig("data", "table", "company")
|
15
15
|
end
|
16
16
|
|
17
17
|
def fetch_client(wolf_token:, client_id:, tenant:, wolf_platform_url:)
|
@@ -23,7 +23,7 @@ module WolfCore
|
|
23
23
|
response_body = response.body
|
24
24
|
return unless response_body.instance_of?(Hash)
|
25
25
|
|
26
|
-
response_body.dig("data", "table", "
|
26
|
+
response_body.dig("data", "table", "company")
|
27
27
|
end
|
28
28
|
|
29
29
|
def create_client!(wolf_token:, client:, tenant:, wolf_platform_url:, error_message:)
|
data/lib/wolf_core/version.rb
CHANGED