strongmind-platform-sdk 3.26.2 → 3.26.3

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: 603801ca348502e639d6ab74b54d15cb30a97a64a083c92b8ae75646472c1867
4
- data.tar.gz: a57d47261f65fc72919863dd982535e249a8ba1324aaeb6bed7a4ec8c2e7fb38
3
+ metadata.gz: 5b72f5aed8f81adbafa5c1de65cbc5c5706899e0bb3c3b0b2275f2cabe8471d2
4
+ data.tar.gz: d5847ab48d206497fb1618b2127c471c521b0205ddb2b3fe788791ecc08c85e1
5
5
  SHA512:
6
- metadata.gz: f76e7caace946ced3b8bd1e39d1fedb03bb2e8125b1c5826c27eb95bfb905a7c4a87f91a5bfb853e9ed2705971450247b0c19abb369f3c15a79aad383c14f994
7
- data.tar.gz: 9a76e71640aacd864aecca65125c12187f91e1f8075c0d13c7c4539774f6a99e854bd0751c5c76636601609ef779ba5649c2bc5a9d739825d180ccf973a2f7a0
6
+ metadata.gz: 4c5e4d30d75bf5f6ba883c3d1d206dd51ca070ae0ec8cecde97b320a1b235d5346358d731988af58a0d43e10776659c3fb951b5198a53ab2235fa3a93e405b59
7
+ data.tar.gz: 07a7e4c660793fd69697282a2c1844d93f3c4133ce451c75ae7d6aa149c0694e27d06726a9cd08417deba490b7e9f03178f9b4e7cac36df85e61401e61f95e4a
@@ -20,8 +20,7 @@ module PlatformSdk
20
20
  end
21
21
 
22
22
  def provision_identity(user_params)
23
- response = post_payload('/api/accounts/WithProfile', user_params)
24
- response.body
23
+ post_payload('/api/accounts/WithProfile', user_params)
25
24
  end
26
25
 
27
26
  def post_payload(path, body)
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 26
6
- PATCH = 2
6
+ PATCH = 3
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.2
4
+ version: 3.26.3
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-03-12 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday