strongmind-platform-sdk 3.23.0 → 3.23.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: 31ae84204c95f4c12d64af4a72308f1eeec1b82b0bd0bc357d2348b78a735c1d
4
- data.tar.gz: bdabdf9ba87b161af728b238d7b0c5e09da4bb81e79e7867920eaba897d58754
3
+ metadata.gz: 2766d87e3bb7bc2b37f10b6441c2a688e0a6ae67bda75c1ddcf3a088c64055c2
4
+ data.tar.gz: 12e9481163dbcf28b8d5fa156c1bc9c89be9919ea757186c21fbeace37aa6195
5
5
  SHA512:
6
- metadata.gz: a7d5ae9c61b6d4e076f3a6840f8daca9addfd94f661e5c463b46eb5da1bb881ca6e0289a31ff6b006661a0b40994c001b0cca19a463a6b7aa2398bed19b4b18b
7
- data.tar.gz: f62b15426ff2f016cce3537b12d9869db6b96b5015d6047bd85cf020d0bc605d1ee057f05ac7665dc3810f7ff11db5adf8c044fe3d19efffdef53d5da5068c6a
6
+ metadata.gz: f1c09d8a91009d678d95f8cd42262b42c3f968aecf814edfaf0f2b19fef6b40919946f8b576441656d0234b2a331c83d528371fdf1d6b6c77938c907461d9253
7
+ data.tar.gz: 6a7ab100cb5be82aa425b2d3be5b7efad7cba2eaf6c6ad9240c8a6602ddd9c3be8843a5f6eed98daca438d0ad20a4a199dd81f129aea97c266249626e3a241ae
@@ -52,7 +52,7 @@ module PlatformSdk
52
52
  # @option opts [String] :filter The filtering rules to be applied when identifying the records to be supplied in the response message.
53
53
  # @option opts [Array<String>] :fields To identify the range of fields that should be supplied in the response message.
54
54
  # @return [Array<(UsersType, Integer, Hash)>] UsersType data, response status code and response headers
55
- %i[users classes courses enrollments demographics orgs line_items results].each do |records_type|
55
+ %i[users classes courses enrollments demographics orgs line_items results academic_sessions].each do |records_type|
56
56
  define_method(records_type) do |opts = {}|
57
57
  api = instance_variable_get "@#{records_type}_api"
58
58
  with_rescue_and_set_token do
@@ -3,7 +3,7 @@
3
3
  module PlatformSdk
4
4
  MAJOR = 3
5
5
  MINOR = 23
6
- PATCH = 0
6
+ PATCH = 1
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.23.0
4
+ version: 3.23.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: 2024-12-03 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday