smplkit 3.0.87 → 3.0.88
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: 8b4904b7847b08b27d2961a2d2627969f2e50b3e1905fe0fc4867def1d09332e
|
|
4
|
+
data.tar.gz: 5facbd70792ef873500e8ab13282c9384d4f29beb2f1aff156464f0f4fdc0309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ade3b3e53ad9b226de37b24d31bc392f1d37d8bc1626e3fa9ff74a5eca98b1e67714d0c9197c6430b3c577d3bc38071c5af9eec9d6e3363a2a2a6e7da554753
|
|
7
|
+
data.tar.gz: a681e7271d381e91949ed83a918db7c7178b8c3d260fef73fe74f243f949dc49f751a9f1fa8f5558cef005d661e2bcf6a7fff31946e13a98d22a4d7a05c1959f
|
|
@@ -25,7 +25,7 @@ module SmplkitGeneratedClient::App
|
|
|
25
25
|
# The bearer token value. Returned in plaintext on the create response so the caller can capture it; subsequent reads return the same value for round-tripping.
|
|
26
26
|
attr_accessor :key
|
|
27
27
|
|
|
28
|
-
# Scope restrictions applied to the key.
|
|
28
|
+
# Scope restrictions applied to the key, as a JSON object mapping dimension names to arrays of allowed values. An empty object (the default) grants unrestricted access. The `environments` dimension lists the environment keys the key may operate in (for example `{\"environments\": [\"production\"]}`); a request's environment must be one of them. A dimension that is absent or set to an empty array is unrestricted in that dimension.
|
|
29
29
|
attr_accessor :scopes
|
|
30
30
|
|
|
31
31
|
# UUID of the user who created the key.
|