strongmind-platform-sdk 3.26.9 → 3.26.10

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: 6eda5712735defbfe2be9106cb54045862303db53f26c0372a4b9fbd661617d8
4
- data.tar.gz: ade026965cf2941f11d113b1528b65b99ed6e41e473089b927c94c1e9c6c9c91
3
+ metadata.gz: 02eb1e427b7b709dc30e9c62ad349dcee2b29820cecd3b726ea5728291cbfb34
4
+ data.tar.gz: 7029a2b17345e78567bd4c582ac2934f530da0c17747671abf32b536085f82e1
5
5
  SHA512:
6
- metadata.gz: cf24d50ece3268b3adcf203ae77ec53c47517b2f33ca0e727932116aff40d586ad1f57140b526b2f46147f1bffc6b75c8a7590c40ac754a3492a1d33003167a5
7
- data.tar.gz: 8f6ba3baa1401cee21086b76a64ec19e21c668276622d2a469adf8de86a3abae662ee3d0e17477d35f243b30e19fce7f57c7e4674cb20498acbbd7315e290ad9
6
+ metadata.gz: '07896551e2abdc9fe69991484ce13ef7856316ead62487d619f8699f434e74fe3e44d473c4b485c9160df5f15b6ffa4cecaac4e40b4178a43c9858f8c52b65f8'
7
+ data.tar.gz: 226e664b672c51fa5c69439abb05ce22b42f471751112d3bccb48820ef743f3fa8d0b29cd0a0b1766375c40039a256f697f38eda61615b36ab9b778376c2a28d
@@ -35,6 +35,10 @@ module PlatformSdk
35
35
  get_payload("/api/Accounts/#{account_id}/PasswordStatus")
36
36
  end
37
37
 
38
+ def get_account_by_id(account_id)
39
+ get_payload("/api/Accounts/#{account_id}")
40
+ end
41
+
38
42
  def password_reset(account_id, return_url = nil, send_email: true, include_username: true)
39
43
  query_params = {
40
44
  sendEmail: send_email,
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 26
6
- PATCH = 9
6
+ PATCH = 10
7
7
 
8
8
  VERSION = "#{PlatformSdk::MAJOR}.#{PlatformSdk::MINOR}.#{PlatformSdk::PATCH}"
9
9
  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.26.9
4
+ version: 3.26.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-06-12 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday