seam 2.83.0 → 2.85.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/seam/routes/clients/customers.rb +2 -2
- data/lib/seam/routes/resources/acs_user.rb +1 -1
- data/lib/seam/routes/resources/batch.rb +9 -0
- data/lib/seam/routes/resources/index.rb +1 -0
- data/lib/seam/routes/resources/unmanaged_acs_user.rb +1 -1
- data/lib/seam/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe507bf9abf541e3b4527355484ef96cc712360745aa08cc1da3fd1b7912cd8e
|
|
4
|
+
data.tar.gz: e80e263f1acb73ea81e6209fdbf5dd7f349ec32c58cc417a2d51be124907316b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6877dd4255383cf73ff8d0db80d7e6787e1e8881f21496d5ade062d6f7746986e3cf4d73868c26c6712c90b5eae39bba68d1faee8fba64e2d9bc5e262ed9b3e6
|
|
7
|
+
data.tar.gz: 8310fc1fc270cb5db1a5658af3028c51241c03d165cc9c45693e7fb73a25ee8db1de1ed80d943396c31a9189caafca8825189b3e2bf263e4c7088589af1cd15f
|
data/Gemfile.lock
CHANGED
|
@@ -8,8 +8,8 @@ module Seam
|
|
|
8
8
|
@defaults = defaults
|
|
9
9
|
end
|
|
10
10
|
|
|
11
|
-
def create_portal(features: nil, is_embedded: nil, landing_page: nil, customer_data: nil)
|
|
12
|
-
res = @client.post("/customers/create_portal", {features: features, is_embedded: is_embedded, landing_page: landing_page, customer_data: customer_data}.compact)
|
|
11
|
+
def create_portal(customization_profile_id: nil, features: nil, is_embedded: nil, landing_page: nil, locale: nil, customer_data: nil)
|
|
12
|
+
res = @client.post("/customers/create_portal", {customization_profile_id: customization_profile_id, features: features, is_embedded: is_embedded, landing_page: landing_page, locale: locale, customer_data: customer_data}.compact)
|
|
13
13
|
|
|
14
14
|
Seam::Resources::MagicLink.load_from_response(res.body["magic_link"])
|
|
15
15
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
module Seam
|
|
4
4
|
module Resources
|
|
5
5
|
class AcsUser < BaseResource
|
|
6
|
-
attr_accessor :access_schedule, :acs_system_id, :acs_user_id, :connected_account_id, :display_name, :email, :email_address, :external_type, :external_type_display_name, :full_name, :hid_acs_system_id, :is_managed, :is_suspended, :pending_mutations, :phone_number, :user_identity_email_address, :user_identity_full_name, :user_identity_id, :user_identity_phone_number, :workspace_id
|
|
6
|
+
attr_accessor :access_schedule, :acs_system_id, :acs_user_id, :connected_account_id, :display_name, :email, :email_address, :external_type, :external_type_display_name, :full_name, :hid_acs_system_id, :is_managed, :is_suspended, :pending_mutations, :phone_number, :salto_space_metadata, :user_identity_email_address, :user_identity_full_name, :user_identity_id, :user_identity_phone_number, :workspace_id
|
|
7
7
|
|
|
8
8
|
date_accessor :created_at, :last_successful_sync_at
|
|
9
9
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Seam
|
|
4
|
+
module Resources
|
|
5
|
+
class Batch < BaseResource
|
|
6
|
+
attr_accessor :access_codes, :access_grants, :access_methods, :acs_access_groups, :acs_credentials, :acs_encoders, :acs_entrances, :acs_systems, :acs_users, :action_attempts, :client_sessions, :connect_webviews, :connected_accounts, :customization_profiles, :devices, :events, :instant_keys, :noise_thresholds, :spaces, :thermostat_daily_programs, :thermostat_schedules, :unmanaged_access_codes, :unmanaged_acs_access_groups, :unmanaged_acs_credentials, :unmanaged_acs_users, :unmanaged_devices, :user_identities, :workspaces
|
|
7
|
+
end
|
|
8
|
+
end
|
|
9
|
+
end
|
|
@@ -17,6 +17,7 @@ require_relative "acs_entrance"
|
|
|
17
17
|
require_relative "acs_system"
|
|
18
18
|
require_relative "acs_user"
|
|
19
19
|
require_relative "action_attempt"
|
|
20
|
+
require_relative "batch"
|
|
20
21
|
require_relative "bridge_client_session"
|
|
21
22
|
require_relative "bridge_connected_systems"
|
|
22
23
|
require_relative "client_session"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
module Seam
|
|
4
4
|
module Resources
|
|
5
5
|
class UnmanagedAcsUser < BaseResource
|
|
6
|
-
attr_accessor :access_schedule, :acs_system_id, :acs_user_id, :connected_account_id, :display_name, :email, :email_address, :external_type, :external_type_display_name, :full_name, :hid_acs_system_id, :is_managed, :is_suspended, :pending_mutations, :phone_number, :user_identity_email_address, :user_identity_full_name, :user_identity_id, :user_identity_phone_number, :workspace_id
|
|
6
|
+
attr_accessor :access_schedule, :acs_system_id, :acs_user_id, :connected_account_id, :display_name, :email, :email_address, :external_type, :external_type_display_name, :full_name, :hid_acs_system_id, :is_managed, :is_suspended, :pending_mutations, :phone_number, :salto_space_metadata, :user_identity_email_address, :user_identity_full_name, :user_identity_id, :user_identity_phone_number, :workspace_id
|
|
7
7
|
|
|
8
8
|
date_accessor :created_at, :last_successful_sync_at
|
|
9
9
|
|
data/lib/seam/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.85.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: 2025-11-
|
|
11
|
+
date: 2025-11-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -258,6 +258,7 @@ files:
|
|
|
258
258
|
- lib/seam/routes/resources/acs_system.rb
|
|
259
259
|
- lib/seam/routes/resources/acs_user.rb
|
|
260
260
|
- lib/seam/routes/resources/action_attempt.rb
|
|
261
|
+
- lib/seam/routes/resources/batch.rb
|
|
261
262
|
- lib/seam/routes/resources/bridge_client_session.rb
|
|
262
263
|
- lib/seam/routes/resources/bridge_connected_systems.rb
|
|
263
264
|
- lib/seam/routes/resources/client_session.rb
|