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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 110e4d02a789cb69cd750efd173574d92a4722f9b4dade4d211da0fbee858cdf
|
|
4
|
+
data.tar.gz: 603f7d32887b5c63a5107230b88d9217fa55ad29bc8c2b8b3e66045b241af2e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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 =
|
|
164
|
+
self.page_size = 1000
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
if attributes.key?(:'page_after')
|