smplkit 3.0.74 → 3.0.76

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: 3406b03cfb27a3e65f78071a242396a1f94029811538e4205c823e23187c4620
4
- data.tar.gz: 25cf011f3395bc66c090afd8d00c014e71e2e21cf4a8aae1d891091c5e663ff4
3
+ metadata.gz: 67fb03c1ca73358732735c8339c8ff67bbf1a9a9b7b9053d495719b9535ad119
4
+ data.tar.gz: 8ec9290ffcaeca4a0e114b48c1ada17cf23d155f7f3a4b1eb4d729f5a44abb6c
5
5
  SHA512:
6
- metadata.gz: d8423204724ae5749393247009bed3cbe86ab23e4d1fa9a6535f87ea40c9951550dde3389d970c3da680603867e43b4155c5426499de61eddf84ae548e05096d
7
- data.tar.gz: 75b70104ad2926b2115d2248a0430d81acb35f2dbcfc6471d3df06515cca6b42d80f9e4c0f61905a230485d27e716bd34bcdcef2759e7e4bbde8161e98104cce
6
+ metadata.gz: 68c851f20ab1c556bdca4a589091ab27e3712f918681ce791e48d9e76cd0c77441463f6a99316536acac38c661bec6485c4b6a60cdfdc194148514d2863f715c
7
+ data.tar.gz: cae49b9abb9d55774f089e4ad715afcb5e77863ecf86c3a81916b327e4b407e1b74f4f8fd4193fc28a53fc1b321ab914ad535a984c0f3acc354d896348c4317f
@@ -20,7 +20,7 @@ module SmplkitGeneratedClient::Audit
20
20
  @api_client = api_client
21
21
  end
22
22
  # List Resource Types
23
- # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI.
23
+ # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI. Results are scoped to the resource types visible under the account's current plan.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :sort Field to sort by. Prefix with `-` for descending order. Default: `key`. Allowed values: `key`, `-key`. (default to 'key')
26
26
  # @option opts [Integer] :page_number 1-based page number to return. Optional; defaults to `1` when omitted. Must be `>= 1` — requests with a smaller value are rejected with a 400 error. (default to 1)
@@ -33,7 +33,7 @@ module SmplkitGeneratedClient::Audit
33
33
  end
34
34
 
35
35
  # List Resource Types
36
- # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI.
36
+ # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI. Results are scoped to the resource types visible under the account's current plan.
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :sort Field to sort by. Prefix with `-` for descending order. Default: `key`. Allowed values: `key`, `-key`. (default to 'key')
39
39
  # @option opts [Integer] :page_number 1-based page number to return. Optional; defaults to `1` when omitted. Must be `>= 1` — requests with a smaller value are rejected with a 400 error. (default to 1)
@@ -34,7 +34,7 @@ describe 'ResourceTypesApi' do
34
34
 
35
35
  # unit tests for list_resource_types
36
36
  # List Resource Types
37
- # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI.
37
+ # List the distinct `resource_type` slugs recorded for this account. The resource `id` is the slug itself. Default sort is `key` ascending; pass `sort=-key` for descending. Useful for populating filter dropdowns in a UI. Results are scoped to the resource types visible under the account's current plan.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :sort Field to sort by. Prefix with `-` for descending order. Default: `key`. Allowed values: `key`, `-key`.
40
40
  # @option opts [Integer] :page_number 1-based page number to return. Optional; defaults to `1` when omitted. Must be `>= 1` — requests with a smaller value are rejected with a 400 error.
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.74
4
+ version: 3.0.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC