strongmind-platform-sdk 3.4.0 → 3.5.1

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: 7d9908373cc636756d53e320078a9fcc4ca8f99ab4f3a0ca24701b00aa412636
4
+ data.tar.gz: dcb91c9f2d0a49d4a857ed08160b430b1d8340d13d6f56a3f055a52a13b487d7
5
5
  SHA512:
6
- metadata.gz: bd187124a5476ec2967cecb1e8e1332506e5b8d1a6b0d017d686ae40841bbb1dfaa9b52e4a9e4152644a836db62b8225931cd6ded7d27f94bf4455075e60ad86
7
- data.tar.gz: 56ec8877fd3e3c0bafd33ac412d3f7ad6aeb12a6df873394ffbac48af38b7aeda4f9fe99cc7c5f710b56c31bdd49dad503d8d6b69c0a675b84914ef682363f98
6
+ metadata.gz: a757372774cb0281af5e83284f47d5d6ea5036d96c94639d62414700143fbb78dabe32cb2502328dc997f23232314d2d9f3d7a077555ef89b08fb60f5f1232f2
7
+ data.tar.gz: 2cd11bcf352627c65a6e3f29bffe9a33290852808a962f342a4c396eae3b81486c45708768cb05d99e05d180129a84bef98ab9ea65d8fb02f3c24da8828a0ea4
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.1)
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
@@ -46,7 +46,7 @@ module PlatformSdk
46
46
  end
47
47
 
48
48
  def valid_power_query_names
49
- %w[specialprograms edkey.attendance_get_daily_total_minutes pitcrew.edkey.attendance_get_bulk]
49
+ %w[attendance_daily_total specialprograms edkey.attendance_get_daily_total_minutes pitcrew.edkey.attendance_get_bulk]
50
50
  end
51
51
 
52
52
  def scrub_query(query_name)
@@ -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.1"
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.1
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday