strongmind-platform-sdk 3.19.17 → 3.19.18

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: fc3bb1af6a0dce2f2cef2cc3b2a80ec3411860e0973c3f21f3118846de830d23
4
- data.tar.gz: ced41eca70c5fd9417cb1a94725cccf6c0a0820d82d13c1c628629bafe7cc8ba
3
+ metadata.gz: 3d7fd18b069b57ab0fb2efb54241ac036fa8ae4359cbe9786e6362b961a79e87
4
+ data.tar.gz: 05d29502732ca0bd8653fa18789953d293129ac5b329d30b618618d14e02b3dd
5
5
  SHA512:
6
- metadata.gz: 193a62b5ce97f12bee7d5f79be907359dbf5329c96f5107292e8bb8f66f4ff9d6dae84d814c22fbf4f1c9ffe8373535391098ade1ee3378df1e2822dd4902c77
7
- data.tar.gz: 7d76272b5caf173bb559b8a1a48b985669543afc862180d3b98c02b5b8bf2bf403c24bde126c7236f98bc0cc533d24a2bd88dcd7c7887e2bf0a120186b9294ba
6
+ metadata.gz: 7b37581856a7a5adcddf55ccc15ae4246086285de9e1ce976966167100edebcaaa686e74c5634388b0f6e4eae868523a1e3f8223e8ae76b64db18c26eaadd665
7
+ data.tar.gz: a1354e8332e57613673d78d624e44f3feb170ce746b54193e8a8b0067e52a6ac3556dedb8b4a85c4ed01aec290677b7e15956de68d4cf3728b70fc7f8b569fe2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.19.17)
4
+ strongmind-platform-sdk (3.19.18)
5
5
  activesupport (~> 7.1)
6
6
  aws-sdk-secretsmanager (~> 1.66)
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -62,6 +62,12 @@ module PlatformSdk
62
62
  body = get(path)
63
63
  models::Domain.new(body)
64
64
  end
65
+
66
+ def domain_by_key(key)
67
+ path = "api/v1/domains?key=#{key}"
68
+ body = get(path)
69
+ models::Domain.new(body)
70
+ end
65
71
  end
66
72
  end
67
73
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.19.17"
4
+ VERSION = "3.19.18"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-platform-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.17
4
+ version: 3.19.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-17 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday