api_six_client 1.6.8 → 1.6.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1079fedd408cd61c81ef1c28a61b3bc7c3c8bca13a3fd98c5242d054e0cbafe
4
- data.tar.gz: ac170a7dcf01141cd13a56649bf8a1a9830368e284159f7fe627ed4fbe75224d
3
+ metadata.gz: da15100ced30d073bca2ee04fd946ed48ac5425d4197e3892f772b3c25076e46
4
+ data.tar.gz: 5625abfda041a6c40c6aa8ae0bd4e666fa25efe6e994c186573330c43e64e410
5
5
  SHA512:
6
- metadata.gz: 6562ede26c74726084556f77fdc0501066e6f4db9bbbbd53e9c3b36c43924e95dcc31f9d93766caa077b22b2ff9a18c3f395d1510bb6f69b4de7f13ce729da93
7
- data.tar.gz: 012fc5a4734fa6989993002668d470eac1e4a6bd0752b5a8a33a82e496468fbfd8143a993e411367e763333393da2f37a9e2fa114eeabf684765508bf3ac2e3a
6
+ metadata.gz: fca7c404f6ad8a650ab7e6e6327557e09c27bb5e923012e911e06cb8a5fc098f1178a16b7e8ba6266b0cf1a57026b06c1ad368293bb9a7fe4165ca2cf14f998b
7
+ data.tar.gz: 5cc766360a05424ef795caa579305b2c7e1b82cf5d68b523ed34c2b93c7d0df99087492ab0d0d2914c940b4a1a8195ac36aaeac1529f14cf09b6e8e6c1e16fc1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- api_six_client (1.6.8)
4
+ api_six_client (1.6.9)
5
5
  faraday (~> 2)
6
6
 
7
7
  GEM
@@ -15,6 +15,9 @@ module ApiSixClient
15
15
  'brg_int' => { k8s_service: 'http://brg-api.micro-services:3000', api_int_path: 'api_int' },
16
16
  'prj_int' => { k8s_service: 'http://prj-api.micro-services:5000', api_int_path: 'api_int' },
17
17
  'owna_int' => { k8s_service: 'http://owna-api.micro-services:3000', api_int_path: 'api_int' },
18
+
19
+ 'olc_hid' => { k8s_service: 'http://core-web.micro-services:3000', api_int_path: 'api_hidden' },
20
+ 'auth_hid' => { k8s_service: 'http://auth-api.micro-services:80', api_int_path: 'api_int' },
18
21
  }.freeze
19
22
 
20
23
  def endpoint
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiSixClient
4
- VERSION = "1.6.8"
4
+ VERSION = "1.6.9"
5
5
  end
@@ -17,7 +17,9 @@ module ApiSixClient
17
17
  end
18
18
 
19
19
  class OlcInt < BaseHidden; end
20
+ class OlcHid < BaseHidden; end
20
21
  class AuthInt < BaseHidden; end
22
+ class AuthHid < BaseHidden; end
21
23
 
22
24
  class PrjInt < BaseInt; end
23
25
  class UasInt < BaseInt; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_six_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8
4
+ version: 1.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Dobrorodnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-09 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday