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: c2fdb5a80c9783bf884e828769eb3474b2006337a2850d31f3e7db99ffd42d14
4
- data.tar.gz: 4d8d2f80f0f7b77744c34c09fe0a73215e80ebb7049a630a6d068b0d7c860826
3
+ metadata.gz: 8b4904b7847b08b27d2961a2d2627969f2e50b3e1905fe0fc4867def1d09332e
4
+ data.tar.gz: 5facbd70792ef873500e8ab13282c9384d4f29beb2f1aff156464f0f4fdc0309
5
5
  SHA512:
6
- metadata.gz: 163879655a41a24c1aaeeb74c36d3ad0f7cbb7ddb9253c1a64e213e596dbd6ae3ecfb6819b3f2f60d648677c1e36a1491ec1c4c4c757722d1ad7e7c08934b58b
7
- data.tar.gz: '058b6d8e3509ec5a2cd476c33b61ae16c2f2346bac8b2fdb5a1a64c78a5dac3730c57db03a2063d557e3f65266d4030d7626895a2703310881512dd2ee2cfc96'
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. Empty object grants full account access; populated forms are reserved for future scope syntax.
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.
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.87
4
+ version: 3.0.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC