strongmind-platform-sdk 3.4.0 → 3.5.0

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: c093e0e2efe022b81965519f1b7130b60231c84a492b50bb089b65793a60dc06
4
- data.tar.gz: 33d39f0115aca3eabbcbae9dc6fb89dafb391d6f6f6d1da582f09117d39de1b8
3
+ metadata.gz: 229a1f19da293c59ecf0a3b9809abbc5d30fadd3aa748d7f84dd4dc158bc7fab
4
+ data.tar.gz: ba044411c386a528168a2fc487c62873e0deb1ee298d16216080243cede41160
5
5
  SHA512:
6
- metadata.gz: bd187124a5476ec2967cecb1e8e1332506e5b8d1a6b0d017d686ae40841bbb1dfaa9b52e4a9e4152644a836db62b8225931cd6ded7d27f94bf4455075e60ad86
7
- data.tar.gz: 56ec8877fd3e3c0bafd33ac412d3f7ad6aeb12a6df873394ffbac48af38b7aeda4f9fe99cc7c5f710b56c31bdd49dad503d8d6b69c0a675b84914ef682363f98
6
+ metadata.gz: 7166c773a5f2ff3225ccc5cdf5b2fdb1bed70a154e7c5fbc1df3a8f574f9d7e2abcf8a5d2f5ed18f9a07c9b0c15efcd8c07ebadcca9a366f60043c18ffcdbedd
7
+ data.tar.gz: c4a89a48202708d8ca9502951d8e94ce975644342952a0a0dc48e41b779bb98f2adabee1bee7d439d5837a7185cfcd7782f832ba192bf695319aef82af8edcf4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongmind-platform-sdk (3.4.0)
4
+ strongmind-platform-sdk (3.5.0)
5
5
  aws-sdk-secretsmanager (~> 1.66)
6
6
  devise
7
7
  faraday (~> 2.5, >= 2.5.2)
@@ -116,10 +116,6 @@ GEM
116
116
  nokogiri (1.15.4)
117
117
  mini_portile2 (~> 2.8.2)
118
118
  racc (~> 1.4)
119
- nokogiri (1.15.4-x86_64-darwin)
120
- racc (~> 1.4)
121
- nokogiri (1.15.4-x86_64-linux)
122
- racc (~> 1.4)
123
119
  omniauth (2.1.1)
124
120
  hashie (>= 3.4.6)
125
121
  rack (>= 2.2.3)
@@ -134,6 +134,13 @@ module PlatformSdk
134
134
  response.body
135
135
  end
136
136
 
137
+ def end_ongoing_session(space_id)
138
+ raise ArgumentError, "space_id must have a value" if space_id.nil?
139
+
140
+ response = post("/spaces/#{space_id}/endOngoingSession", {}.to_json)
141
+ response.body
142
+ end
143
+
137
144
  private
138
145
 
139
146
  def build_connection
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PlatformSdk
4
- VERSION = "3.4.0"
4
+ VERSION = "3.5.0"
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.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday