seam 2.111.0 → 2.113.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8641ed5a0e6f4b7b31e4aeafbd2ccd3a10d71344f894b4d53049f9a95548b066
|
|
4
|
+
data.tar.gz: 5fe909c5d9edaf1c693923b1e4e8a157d2eb22ae484db49fa364d7df97a71b1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9b7385a07c9b1be74ce9cab13af51c947bbc0d875a46045c32b3f93f66f93f3313ec363b3b3abca401cfb07488f533a33e74a8be4c3f2721d633d63e274257e
|
|
7
|
+
data.tar.gz: bd90991c5c823c9b823aa47d296b378e134725aef64890b170d2073ac872b7db0678a7ad73ca520d0c841a298b1ce251be438bf8c5f38209e06a007c0cd3c886
|
data/Gemfile.lock
CHANGED
|
@@ -22,8 +22,8 @@ module Seam
|
|
|
22
22
|
Seam::Resources::AccessCode.load_from_response(res.body["access_code"])
|
|
23
23
|
end
|
|
24
24
|
|
|
25
|
-
def create_multiple(device_ids:, allow_external_modification: nil, attempt_for_offline_device: nil, behavior_when_code_cannot_be_shared: nil, code: nil, ends_at: nil, is_external_modification_allowed: nil, name: nil, prefer_native_scheduling: nil, preferred_code_length: nil, starts_at: nil)
|
|
26
|
-
res = @client.post("/access_codes/create_multiple", {device_ids: device_ids, allow_external_modification: allow_external_modification, attempt_for_offline_device: attempt_for_offline_device, behavior_when_code_cannot_be_shared: behavior_when_code_cannot_be_shared, code: code, ends_at: ends_at, is_external_modification_allowed: is_external_modification_allowed, name: name, prefer_native_scheduling: prefer_native_scheduling, preferred_code_length: preferred_code_length, starts_at: starts_at}.compact)
|
|
25
|
+
def create_multiple(device_ids:, allow_external_modification: nil, attempt_for_offline_device: nil, behavior_when_code_cannot_be_shared: nil, code: nil, ends_at: nil, is_external_modification_allowed: nil, name: nil, prefer_native_scheduling: nil, preferred_code_length: nil, starts_at: nil, use_backup_access_code_pool: nil)
|
|
26
|
+
res = @client.post("/access_codes/create_multiple", {device_ids: device_ids, allow_external_modification: allow_external_modification, attempt_for_offline_device: attempt_for_offline_device, behavior_when_code_cannot_be_shared: behavior_when_code_cannot_be_shared, code: code, ends_at: ends_at, is_external_modification_allowed: is_external_modification_allowed, name: name, prefer_native_scheduling: prefer_native_scheduling, preferred_code_length: preferred_code_length, starts_at: starts_at, use_backup_access_code_pool: use_backup_access_code_pool}.compact)
|
|
27
27
|
|
|
28
28
|
Seam::Resources::AccessCode.load_from_response(res.body["access_codes"])
|
|
29
29
|
end
|
|
@@ -11,7 +11,7 @@ module Seam
|
|
|
11
11
|
def create_portal(customer_resources_filters: nil, customization_profile_id: nil, exclude_locale_picker: nil, features: nil, is_embedded: nil, landing_page: nil, locale: nil, navigation_mode: nil, customer_data: nil)
|
|
12
12
|
res = @client.post("/customers/create_portal", {customer_resources_filters: customer_resources_filters, customization_profile_id: customization_profile_id, exclude_locale_picker: exclude_locale_picker, features: features, is_embedded: is_embedded, landing_page: landing_page, locale: locale, navigation_mode: navigation_mode, customer_data: customer_data}.compact)
|
|
13
13
|
|
|
14
|
-
Seam::Resources::
|
|
14
|
+
Seam::Resources::CustomerPortal.load_from_response(res.body["customer_portal"])
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
def delete_data(access_grant_keys: nil, booking_keys: nil, building_keys: nil, common_area_keys: nil, customer_keys: nil, facility_keys: nil, guest_keys: nil, listing_keys: nil, property_keys: nil, property_listing_keys: nil, reservation_keys: nil, resident_keys: nil, room_keys: nil, space_keys: nil, staff_member_keys: nil, tenant_keys: nil, unit_keys: nil, user_identity_keys: nil, user_keys: nil)
|
|
@@ -24,6 +24,7 @@ require_relative "client_session"
|
|
|
24
24
|
require_relative "connect_webview"
|
|
25
25
|
require_relative "connected_account"
|
|
26
26
|
require_relative "customer"
|
|
27
|
+
require_relative "customer_portal"
|
|
27
28
|
require_relative "customization_profile"
|
|
28
29
|
require_relative "device"
|
|
29
30
|
require_relative "device_provider"
|
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.113.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-04-
|
|
11
|
+
date: 2026-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -265,6 +265,7 @@ files:
|
|
|
265
265
|
- lib/seam/routes/resources/connect_webview.rb
|
|
266
266
|
- lib/seam/routes/resources/connected_account.rb
|
|
267
267
|
- lib/seam/routes/resources/customer.rb
|
|
268
|
+
- lib/seam/routes/resources/customer_portal.rb
|
|
268
269
|
- lib/seam/routes/resources/customization_profile.rb
|
|
269
270
|
- lib/seam/routes/resources/device.rb
|
|
270
271
|
- lib/seam/routes/resources/device_provider.rb
|