strongmind-platform-sdk 3.26.10 → 3.26.11

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: 02eb1e427b7b709dc30e9c62ad349dcee2b29820cecd3b726ea5728291cbfb34
4
- data.tar.gz: 7029a2b17345e78567bd4c582ac2934f530da0c17747671abf32b536085f82e1
3
+ metadata.gz: 1bae59651d759fc3e777f7426a1f0e2ad201f6cc0c404955dc3a6bbb2e812ce3
4
+ data.tar.gz: cb1c66e38b93485e959fe8160f56e52653b9f23084dd0981807de50ed29cb3fc
5
5
  SHA512:
6
- metadata.gz: '07896551e2abdc9fe69991484ce13ef7856316ead62487d619f8699f434e74fe3e44d473c4b485c9160df5f15b6ffa4cecaac4e40b4178a43c9858f8c52b65f8'
7
- data.tar.gz: 226e664b672c51fa5c69439abb05ce22b42f471751112d3bccb48820ef743f3fa8d0b29cd0a0b1766375c40039a256f697f38eda61615b36ab9b778376c2a28d
6
+ metadata.gz: c51fe98a9a360d56dd3195528476da2f3a4f2cb319f89206eca7b222c107a5995beb26f4c4f31000ecd146d63373e5b434f1f57ab31b3bdb59a4b0df88ebe00e
7
+ data.tar.gz: 8c7e632ba4d0bb6febf06d4d3934e9084e435dada56dc55a4d00d96ec3b7902d7bc3a78880378eeb7e77c90a00db78664fe15394d3c56fb85645fa2bc84b1690
@@ -57,6 +57,14 @@ module PlatformSdk
57
57
  get_payload("/api/Accounts/?username=#{username}")
58
58
  end
59
59
 
60
+ def get_account_with_profile(account_id)
61
+ get_payload("/api/Accounts/#{account_id}/WithProfile")
62
+ end
63
+
64
+ def update_account(account_id, account_params)
65
+ patch_payload("/api/Accounts/#{account_id}", account_params)
66
+ end
67
+
60
68
  def update_profile(account_id, profile_params)
61
69
  patch_payload("/api/accounts/#{account_id}/profile", profile_params)
62
70
  end
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 26
6
- PATCH = 10
6
+ PATCH = 11
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.10
4
+ version: 3.26.11
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-18 00:00:00.000000000 Z
11
+ date: 2025-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday