smplkit 3.0.27 → 3.0.28

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: 9c410fac1fdec62dc7d8caf43d52a3f669a131c57bae0810844f8b94bdb64056
4
- data.tar.gz: d0eb9bf4632ebd9dca8ab8d3d1ebb1855a0ab0e05eb5efe06bf996c1f34fad92
3
+ metadata.gz: 110e4d02a789cb69cd750efd173574d92a4722f9b4dade4d211da0fbee858cdf
4
+ data.tar.gz: 603f7d32887b5c63a5107230b88d9217fa55ad29bc8c2b8b3e66045b241af2e6
5
5
  SHA512:
6
- metadata.gz: a1af06dd048347dc214cd4e753c5f8e8947a8c564591f963b71fea204161b346ed64e6a034e306b894dea0810ee0f535ffa6cc5e09b5d404caa6055299ce32a3
7
- data.tar.gz: f537a0cc84ec8a4a9dbafb8fb9f3aacbee41f1ca9e41a31b37117c76b96f776bc60e0113d5f30b1d58da97fd1410a47e7f431cd1ae82b8f4bbddfd947616092f
6
+ metadata.gz: c769faa07f7ff57c0ed02679484b94bd35bcf81ed61bcbe2ebb0ba2c878caf0cf6edf1f4c9d526c0cf120e5635016e890f7dcdfc50af21fce1d0fc9d2c94ce2d
7
+ data.tar.gz: d285e151313b2925964b73e6ee811eb0bd91076a01bbc2da1b1f040d21517b34f9d10659ada3c5d68a4b5bb10d57a12c9a6cfa104102ceaa8edc379a7b5ad417
@@ -40,7 +40,7 @@ module SmplkitGeneratedClient::Audit
40
40
  # Case-insensitive substring match on `resource_id` or `description`. Must be accompanied by either `filter[occurred_at]` or `filter[resource_type]` + `filter[resource_id]`.
41
41
  attr_accessor :filter_search
42
42
 
43
- # Maximum events to return. Range 1..1000, default 10. The default is intentionally smaller than the list endpoint's default of 1000 because the search UI typically renders results one card at a time.
43
+ # Maximum events to return. Range 1..1000, default 1000 matches every other list / search endpoint on the platform. Set explicitly to a smaller value when the consumer is rendering results card-by-card.
44
44
  attr_accessor :page_size
45
45
 
46
46
  # Opaque cursor — pass the previous response's `links.next` cursor verbatim to fetch the next page. Keep the same `sort` value across paginated requests.
@@ -161,7 +161,7 @@ module SmplkitGeneratedClient::Audit
161
161
  if attributes.key?(:'page_size')
162
162
  self.page_size = attributes[:'page_size']
163
163
  else
164
- self.page_size = 10
164
+ self.page_size = 1000
165
165
  end
166
166
 
167
167
  if attributes.key?(:'page_after')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.27
4
+ version: 3.0.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC