seam 2.117.0 → 2.118.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: a795a2f1491f9b8b9547afc19f17cff20c55c04a4b5a8cdf0f1bee0c6c5e6ea1
4
- data.tar.gz: d22c755596af8ad09135add52525dbb96181123672a12f378b24948a7aaa9cd8
3
+ metadata.gz: c7019835f5c141e3bb030a8620dc419b0d1ee51f8cb19f211b125a0547c2f560
4
+ data.tar.gz: f8d43bccb8746065ad3287ae79acb6c80dc25cd8d68d725fcb7405d5ff792d84
5
5
  SHA512:
6
- metadata.gz: 0201c35cd69ec9bbb4f4d6940eddb9de192e24a80a578b2785454caec99ae6ee515559a22b931b493f4ac5bbbc971e6b602e3d2041d14b2838be31eb665e7b2a
7
- data.tar.gz: 26b55fc9c09ee90e716a645706e4fa7d4d5575790f159244a2616b40a9e82c157e44dd5c70d36b2173f1e1e0fd780df88e0148555666802f016508beb89113ea
6
+ metadata.gz: d4c1a4a390c9b63bd47c7f1bb9ac9c775231a28b8561878adebb3ff1c9a2a5be6fd23e8f6c0c74e4d0b7cb0ee1c2d0a3a4441bd3fa051021c751e8853887a253
7
+ data.tar.gz: fd729b20861c501d362f78ff9580d5293bb4f21c7c6a422aaffc82ba98e123106cf35f8a4d5e99a9d7fd99f2c1376ff2f4e666ba0a97e24240fdc4b108ccf11d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- seam (2.117.0)
4
+ seam (2.118.0)
5
5
  faraday (~> 2.7)
6
6
  faraday-retry (~> 2.2)
7
7
  svix (~> 1.30)
@@ -3,7 +3,7 @@
3
3
  module Seam
4
4
  module Resources
5
5
  class AcsEntrance < BaseResource
6
- attr_accessor :acs_entrance_id, :acs_system_id, :assa_abloy_vostio_metadata, :brivo_metadata, :can_belong_to_reservation, :can_unlock_with_card, :can_unlock_with_cloud_key, :can_unlock_with_code, :can_unlock_with_mobile_key, :connected_account_id, :display_name, :dormakaba_ambiance_metadata, :dormakaba_community_metadata, :hotek_metadata, :latch_metadata, :salto_ks_metadata, :salto_space_metadata, :space_ids, :visionline_metadata
6
+ attr_accessor :acs_entrance_id, :acs_system_id, :assa_abloy_vostio_metadata, :avigilon_alta_metadata, :brivo_metadata, :can_belong_to_reservation, :can_unlock_with_card, :can_unlock_with_cloud_key, :can_unlock_with_code, :can_unlock_with_mobile_key, :connected_account_id, :display_name, :dormakaba_ambiance_metadata, :dormakaba_community_metadata, :hotek_metadata, :latch_metadata, :salto_ks_metadata, :salto_space_metadata, :space_ids, :visionline_metadata
7
7
 
8
8
  date_accessor :created_at
9
9
 
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.117.0"
4
+ VERSION = "2.118.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seam
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.117.0
4
+ version: 2.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seam Labs, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-12 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday