seam 2.152.0 → 2.153.0

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: 34fee7b1bf69fdf05f4d22ee7c1ce2c2d999cdcc9de53a77e9dba4f1f19c42b4
4
- data.tar.gz: d62fcc9311a51f86e8b4c3ad6e76c220ea56d21d1c9e2ca7bb359dd188bfd864
3
+ metadata.gz: 22fd3cc426baeaa5af7899bb06a20e2459223d225b706c216e5bb73c7ffcddf2
4
+ data.tar.gz: b629e53c84ccea56bfeb3aca60d50ce302966b08b0e1777c737f20ceac87e527
5
5
  SHA512:
6
- metadata.gz: b5081d1902dd3923b0a7379b92ebb19241375b562110aeee5f94adae9ced0905d0485a284dde4a6649778e8b3f6e6223a5dcdcb8f65342f383af45faa4fe270b
7
- data.tar.gz: 87b45253710f7273248c4c6d731d080de3a7984089a6556c104cb073be6515bb62d5e2edb9adebd1aa57e5dfae1a2d05d49ab9bff0f4a2b1c043ed12df9ecedf
6
+ metadata.gz: cf698c614eb53d24e33ad0e787eac7a3af32a91e326c7f97c7a3638fee24ce53845a99cf304f38eba23edcf0dbc92da96f87124181c7cef6b822660bad8b013c
7
+ data.tar.gz: 709b6a0cabab36c382d197d79e9c8205a714d8b81d976c1b292bacc09e9b18bbccb7c1f03280fc74a442f5e924caaccf4038bf88a9e463589997f6e11827106c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.152.0)
4
+ seam (2.153.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -171,7 +171,7 @@ CHECKSUMS
171
171
  rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
172
172
  rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
173
173
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
174
- seam (2.152.0)
174
+ seam (2.153.0)
175
175
  simplecov (1.1.1) sha256=25825ef13f0b2e74694d769817dad6ab8e90131dabdaa666e522fea105521e78
176
176
  simplecov-console (0.9.5) sha256=b1108bcfff5f210143e2b8301698c367b01586f20d25a73e95475a5df6fc6ff6
177
177
  standard (1.56.0) sha256=ae2af4d9669589162ac69ed5ef59dcf9f346d4afc81f7e62b84339310dfcb787
@@ -914,6 +914,9 @@ module Seam
914
914
  # Unique identifier for the device associated with the access code.
915
915
  # @return [String]
916
916
  attr_accessor :device_id
917
+ # Human-readable label for where this access code sits in its lifecycle, for example `Active`, `Issuing`, or `Expired`. For display only. The wording is not stable and is not an enumeration — it may change at any time, so never compare against or branch on it. To make decisions, read `pending_mutations`, `errors`, `warnings`, `starts_at`, and `ends_at`.
918
+ # @return [String]
919
+ attr_accessor :display_status
917
920
  # Indicates whether the access code is a backup code.
918
921
  # @return [Boolean, nil]
919
922
  attr_accessor :is_backup
@@ -952,6 +955,7 @@ module Seam
952
955
  # - `unset`
953
956
  # - `removing`
954
957
  # - `unknown`
958
+ # @deprecated Use `display_status` to show a person the code's state. To make decisions, read `pending_mutations`, `errors`, `warnings`, `starts_at`, and `ends_at`.
955
959
  attr_accessor :status
956
960
  # Type of the access code. `ongoing` access codes are active continuously until deactivated manually. `time_bound` access codes have a specific duration.
957
961
  # @return [String]
@@ -561,13 +561,13 @@ module Seam
561
561
 
562
562
  class DormakabaOracodeIhoMetadata < BaseResource
563
563
  class UserLevels < BaseResource
564
- # @return [String, nil]
565
- attr_accessor :checkInTime
566
- # @return [String, nil]
567
- attr_accessor :checkOutTime
568
564
  # @return [Float, nil]
569
565
  attr_accessor :userLevel
570
566
  # @return [String, nil]
567
+ attr_accessor :userLevelCheckInTime
568
+ # @return [String, nil]
569
+ attr_accessor :userLevelCheckOutTime
570
+ # @return [String, nil]
571
571
  attr_accessor :userLevelName
572
572
  # @return [String, nil]
573
573
  attr_accessor :userLevelType
@@ -866,6 +866,9 @@ module Seam
866
866
  # Unique identifier for the device associated with the access code.
867
867
  # @return [String]
868
868
  attr_accessor :device_id
869
+ # Human-readable label for the code's state: `Active` or `Not active`, based on whether the code is set on the device. For display only. The wording is not stable and is not an enumeration — never compare against or branch on it.
870
+ # @return [String]
871
+ attr_accessor :display_status
869
872
  # Indicates that Seam does not manage the access code.
870
873
  # @return [FalseClass]
871
874
  attr_accessor :is_managed
@@ -877,6 +880,7 @@ module Seam
877
880
  # Known values:
878
881
  # - `set`
879
882
  # - `unset`
883
+ # @deprecated Use `display_status` to show a person the code's state.
880
884
  attr_accessor :status
881
885
  # Type of the access code. `ongoing` access codes are active continuously until deactivated manually. `time_bound` access codes have a specific duration.
882
886
  # @return [String]
data/lib/seam/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Seam
4
- VERSION = "2.152.0"
4
+ VERSION = "2.153.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seam
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.152.0
4
+ version: 2.153.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seam Labs, Inc.