strongmind-platform-sdk 3.26.2 → 3.26.4

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: 8e87b6ac67659e67c301f8d0213c3c3db8266a806281a6dfe8cce35d694279b8
4
+ data.tar.gz: f8e3b33d2edb94d32132dbb57dae3e7400ed9d9cab3f9f8b9cd94de837d29239
5
5
  SHA512:
6
- metadata.gz: f76e7caace946ced3b8bd1e39d1fedb03bb2e8125b1c5826c27eb95bfb905a7c4a87f91a5bfb853e9ed2705971450247b0c19abb369f3c15a79aad383c14f994
7
- data.tar.gz: 9a76e71640aacd864aecca65125c12187f91e1f8075c0d13c7c4539774f6a99e854bd0751c5c76636601609ef779ba5649c2bc5a9d739825d180ccf973a2f7a0
6
+ metadata.gz: fef1903f5596d85508a9be1ce1fd46a1bda8a1770d564f960271e1f4541adcb45e1d28ffbf25c8c91ff6ed3e14d7f547c195dd1808bb3dede21ec076276e848b
7
+ data.tar.gz: f086a619c94446c3bc58832b4d2cbfb95c594682aadffde02cece4a41edb06b53f976a88cff53f57604d4084a76818567a20fe835721a22c2956d3302dd967c1
data/CODEOWNERS CHANGED
@@ -7,4 +7,4 @@
7
7
  # assigned to each repo and setting them as CodeOwner over the
8
8
  # entire repository
9
9
 
10
- * @StrongMind/horseshoes
10
+ * @StrongMind/next-level
@@ -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 = 4
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.4
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-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday