@seamapi/types 1.915.0 → 1.916.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.
- package/dist/connect.cjs +335 -380
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1056 -1056
- package/dist/index.cjs +335 -380
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +2 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +2 -2
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -1
- package/lib/seam/connect/models/bridges/bridge.js +1 -1
- package/lib/seam/connect/models/bridges/bridge.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +2 -5
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/customer/customer.js +1 -1
- package/lib/seam/connect/models/customer/customer.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js +1 -1
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +8 -8
- package/lib/seam/connect/models/events/client-sessions.js +1 -1
- package/lib/seam/connect/models/events/common.js +1 -1
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +4 -4
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +10 -10
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +20 -20
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.js +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.js +2 -2
- package/lib/seam/connect/models/instant-keys/instant-key.js.map +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js +1 -1
- package/lib/seam/connect/models/partner/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/partner/magic-link.js +1 -1
- package/lib/seam/connect/models/partner/magic-link.js.map +1 -1
- package/lib/seam/connect/models/spaces/space.js +1 -1
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +1 -3
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +2 -5
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.js +264 -267
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1056 -1056
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -6
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -3
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -2
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +1 -3
- package/src/lib/seam/connect/models/bridges/bridge.ts +1 -3
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +2 -9
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +2 -4
- package/src/lib/seam/connect/models/customer/customer.ts +1 -3
- package/src/lib/seam/connect/models/devices/phone.ts +1 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +1 -1
- package/src/lib/seam/connect/models/events/action-attempts.ts +8 -8
- package/src/lib/seam/connect/models/events/client-sessions.ts +1 -1
- package/src/lib/seam/connect/models/events/common.ts +1 -3
- package/src/lib/seam/connect/models/events/connect-webviews.ts +4 -8
- package/src/lib/seam/connect/models/events/connected-accounts.ts +10 -14
- package/src/lib/seam/connect/models/events/devices.ts +20 -22
- package/src/lib/seam/connect/models/events/seam-event.ts +1 -1
- package/src/lib/seam/connect/models/instant-keys/instant-key.ts +2 -6
- package/src/lib/seam/connect/models/partner/customer-portal.ts +1 -3
- package/src/lib/seam/connect/models/partner/magic-link.ts +1 -3
- package/src/lib/seam/connect/models/spaces/space.ts +1 -3
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +1 -3
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +1 -3
- package/src/lib/seam/connect/models/webhooks/webhook.ts +1 -5
- package/src/lib/seam/connect/models/workspaces/workspace.ts +2 -7
- package/src/lib/seam/connect/openapi.ts +264 -411
- package/src/lib/seam/connect/route-types.ts +1056 -1056
package/dist/connect.cjs
CHANGED
|
@@ -259,7 +259,7 @@ var thermostat_daily_program = zod.z.object({
|
|
|
259
259
|
name: zod.z.string().nullable().describe("User-friendly name to identify the thermostat daily program."),
|
|
260
260
|
periods: zod.z.array(thermostat_daily_program_period).describe("Array of thermostat daily program periods."),
|
|
261
261
|
workspace_id: zod.z.string().uuid().describe(
|
|
262
|
-
"ID of the
|
|
262
|
+
"ID of the workspace that contains the thermostat daily program."
|
|
263
263
|
),
|
|
264
264
|
created_at: zod.z.string().datetime().describe(
|
|
265
265
|
"Date and time at which the thermostat daily program was created."
|
|
@@ -307,9 +307,7 @@ var thermostat_schedule = zod.z.object({
|
|
|
307
307
|
ends_at: zod.z.string().datetime().describe(
|
|
308
308
|
"Date and time at which the [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules) ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format."
|
|
309
309
|
),
|
|
310
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
311
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the thermostat schedule."
|
|
312
|
-
),
|
|
310
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains the thermostat schedule."),
|
|
313
311
|
created_at: zod.z.string().datetime().describe(
|
|
314
312
|
"Date and time at which the [thermostat schedule](https://docs.seam.co/capability-guides/thermostats/creating-and-managing-thermostat-schedules) was created."
|
|
315
313
|
),
|
|
@@ -3310,12 +3308,8 @@ var common_acs_access_group = zod.z.object({
|
|
|
3310
3308
|
acs_system_id: zod.z.string().uuid().describe(
|
|
3311
3309
|
"ID of the access control system that contains the access group."
|
|
3312
3310
|
),
|
|
3313
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
3314
|
-
|
|
3315
|
-
),
|
|
3316
|
-
connected_account_id: zod.z.string().uuid().describe(
|
|
3317
|
-
"ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) that contains the access group."
|
|
3318
|
-
),
|
|
3311
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains the access group."),
|
|
3312
|
+
connected_account_id: zod.z.string().uuid().describe("ID of the connected account that contains the access group."),
|
|
3319
3313
|
name: zod.z.string().describe("Name of the access group."),
|
|
3320
3314
|
access_group_type: acs_access_group_external_type.describe(`
|
|
3321
3315
|
---
|
|
@@ -3598,7 +3592,7 @@ var common_acs_credential = zod.z.object({
|
|
|
3598
3592
|
"Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created."
|
|
3599
3593
|
),
|
|
3600
3594
|
workspace_id: zod.z.string().uuid().describe(
|
|
3601
|
-
"ID of the
|
|
3595
|
+
"ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials)."
|
|
3602
3596
|
),
|
|
3603
3597
|
starts_at: zod.z.string().optional().describe(
|
|
3604
3598
|
"Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format."
|
|
@@ -3743,10 +3737,10 @@ var acs_encoder = zod.z.object({
|
|
|
3743
3737
|
"ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners)."
|
|
3744
3738
|
),
|
|
3745
3739
|
connected_account_id: zod.z.string().uuid().describe(
|
|
3746
|
-
"ID of the
|
|
3740
|
+
"ID of the connected account that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners)."
|
|
3747
3741
|
),
|
|
3748
3742
|
workspace_id: zod.z.string().uuid().describe(
|
|
3749
|
-
"ID of the
|
|
3743
|
+
"ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners)."
|
|
3750
3744
|
),
|
|
3751
3745
|
errors: zod.z.array(acs_encoder_error).describe(
|
|
3752
3746
|
"Errors associated with the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners)."
|
|
@@ -4101,7 +4095,7 @@ var acs_system = zod.z.object({
|
|
|
4101
4095
|
"Date and time at which the [access control system](https://docs.seam.co/low-level-apis/access-systems) was created."
|
|
4102
4096
|
),
|
|
4103
4097
|
workspace_id: zod.z.string().uuid().describe(
|
|
4104
|
-
"ID of the
|
|
4098
|
+
"ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems)."
|
|
4105
4099
|
),
|
|
4106
4100
|
connected_account_ids: zod.z.array(zod.z.string().uuid()).describe(`
|
|
4107
4101
|
---
|
|
@@ -4110,7 +4104,7 @@ var acs_system = zod.z.object({
|
|
|
4110
4104
|
IDs of the [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).
|
|
4111
4105
|
`),
|
|
4112
4106
|
connected_account_id: zod.z.string().uuid().describe(
|
|
4113
|
-
"ID of the
|
|
4107
|
+
"ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems)."
|
|
4114
4108
|
),
|
|
4115
4109
|
image_url: zod.z.string().describe(
|
|
4116
4110
|
"URL for the image that represents the [access control system](https://docs.seam.co/low-level-apis/access-systems)."
|
|
@@ -4422,7 +4416,7 @@ var common_acs_user = zod.z.object({
|
|
|
4422
4416
|
),
|
|
4423
4417
|
hid_acs_system_id: zod.z.string().uuid().optional(),
|
|
4424
4418
|
workspace_id: zod.z.string().uuid().describe(
|
|
4425
|
-
"ID of the
|
|
4419
|
+
"ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management)."
|
|
4426
4420
|
),
|
|
4427
4421
|
created_at: zod.z.string().datetime().describe(
|
|
4428
4422
|
"Date and time at which the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) was created."
|
|
@@ -4470,7 +4464,7 @@ var common_acs_user = zod.z.object({
|
|
|
4470
4464
|
The last time an internal sync job completed for this access system user.
|
|
4471
4465
|
`),
|
|
4472
4466
|
connected_account_id: zod.z.string().uuid().describe(`
|
|
4473
|
-
The ID of the
|
|
4467
|
+
The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).
|
|
4474
4468
|
`),
|
|
4475
4469
|
salto_space_metadata: acs_user_salto_space_metadata.optional().describe(
|
|
4476
4470
|
"Salto Space-specific metadata associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management)."
|
|
@@ -5145,12 +5139,8 @@ var action_attempt = zod.z.union([
|
|
|
5145
5139
|
See also [Action Attempts](https://docs.seam.co/core-concepts/action-attempts).
|
|
5146
5140
|
`);
|
|
5147
5141
|
var client_session = zod.z.object({
|
|
5148
|
-
client_session_id: zod.z.string().uuid().describe(
|
|
5149
|
-
|
|
5150
|
-
),
|
|
5151
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
5152
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens)."
|
|
5153
|
-
),
|
|
5142
|
+
client_session_id: zod.z.string().uuid().describe("ID of the client session."),
|
|
5143
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace associated with the client session."),
|
|
5154
5144
|
created_at: zod.z.string().datetime().describe(
|
|
5155
5145
|
"Date and time at which the [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) was created."
|
|
5156
5146
|
),
|
|
@@ -5205,12 +5195,10 @@ var connect_webview_device_selection_mode = zod.z.enum([
|
|
|
5205
5195
|
]);
|
|
5206
5196
|
var connect_webview = zod.z.object({
|
|
5207
5197
|
connect_webview_id: zod.z.string().uuid().describe("ID of the Connect Webview."),
|
|
5208
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
5209
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the Connect Webview."
|
|
5210
|
-
),
|
|
5198
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains the Connect Webview."),
|
|
5211
5199
|
created_at: zod.z.string().datetime().describe("Date and time at which the Connect Webview was created."),
|
|
5212
5200
|
connected_account_id: zod.z.string().uuid().nullable().describe(
|
|
5213
|
-
"ID of the
|
|
5201
|
+
"ID of the connected account associated with the Connect Webview."
|
|
5214
5202
|
),
|
|
5215
5203
|
url: zod.z.string().url().describe(
|
|
5216
5204
|
"URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user."
|
|
@@ -5322,9 +5310,7 @@ var customization_profile = zod.z.object({
|
|
|
5322
5310
|
`);
|
|
5323
5311
|
var common_event = zod.z.object({
|
|
5324
5312
|
event_id: zod.z.string().uuid().describe("ID of the event."),
|
|
5325
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
5326
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the event."
|
|
5327
|
-
),
|
|
5313
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace associated with the event."),
|
|
5328
5314
|
created_at: zod.z.string().datetime().describe("Date and time at which the event was created."),
|
|
5329
5315
|
occurred_at: zod.z.string().datetime().describe("Date and time at which the event occurred.")
|
|
5330
5316
|
});
|
|
@@ -5350,7 +5336,7 @@ var access_code_event = common_event.extend({
|
|
|
5350
5336
|
access_code_id: zod.z.string().uuid().describe("ID of the affected access code."),
|
|
5351
5337
|
device_id: zod.z.string().uuid().describe("ID of the device associated with the affected access code."),
|
|
5352
5338
|
connected_account_id: zod.z.string().uuid().describe(
|
|
5353
|
-
"ID of the
|
|
5339
|
+
"ID of the connected account associated with the affected access code."
|
|
5354
5340
|
),
|
|
5355
5341
|
device_custom_metadata: custom_metadata.optional().describe(
|
|
5356
5342
|
"Custom metadata of the device, present when device_id is provided."
|
|
@@ -5934,7 +5920,7 @@ var action_attempt_lock_door_succeeded_event = action_attempt_event.extend({
|
|
|
5934
5920
|
---
|
|
5935
5921
|
route_path: /action_attempts
|
|
5936
5922
|
---
|
|
5937
|
-
A lock door
|
|
5923
|
+
A lock door action attempt succeeded.
|
|
5938
5924
|
`);
|
|
5939
5925
|
var action_attempt_lock_door_failed_event = action_attempt_event.extend({
|
|
5940
5926
|
event_type: zod.z.literal("action_attempt.lock_door.failed")
|
|
@@ -5942,7 +5928,7 @@ var action_attempt_lock_door_failed_event = action_attempt_event.extend({
|
|
|
5942
5928
|
---
|
|
5943
5929
|
route_path: /action_attempts
|
|
5944
5930
|
---
|
|
5945
|
-
A lock door
|
|
5931
|
+
A lock door action attempt failed.
|
|
5946
5932
|
`);
|
|
5947
5933
|
var action_attempt_unlock_door_succeeded_event = action_attempt_event.extend({
|
|
5948
5934
|
event_type: zod.z.literal("action_attempt.unlock_door.succeeded")
|
|
@@ -5950,7 +5936,7 @@ var action_attempt_unlock_door_succeeded_event = action_attempt_event.extend({
|
|
|
5950
5936
|
---
|
|
5951
5937
|
route_path: /action_attempts
|
|
5952
5938
|
---
|
|
5953
|
-
An unlock door
|
|
5939
|
+
An unlock door action attempt succeeded.
|
|
5954
5940
|
`);
|
|
5955
5941
|
var action_attempt_unlock_door_failed_event = action_attempt_event.extend({
|
|
5956
5942
|
event_type: zod.z.literal("action_attempt.unlock_door.failed")
|
|
@@ -5958,7 +5944,7 @@ var action_attempt_unlock_door_failed_event = action_attempt_event.extend({
|
|
|
5958
5944
|
---
|
|
5959
5945
|
route_path: /action_attempts
|
|
5960
5946
|
---
|
|
5961
|
-
An unlock door
|
|
5947
|
+
An unlock door action attempt failed.
|
|
5962
5948
|
`);
|
|
5963
5949
|
var action_attempt_simulate_keypad_code_entry_succeeded_event = action_attempt_event.extend({
|
|
5964
5950
|
event_type: zod.z.literal(
|
|
@@ -5968,7 +5954,7 @@ var action_attempt_simulate_keypad_code_entry_succeeded_event = action_attempt_e
|
|
|
5968
5954
|
---
|
|
5969
5955
|
route_path: /action_attempts
|
|
5970
5956
|
---
|
|
5971
|
-
A simulate keypad code entry
|
|
5957
|
+
A simulate keypad code entry action attempt succeeded.
|
|
5972
5958
|
`);
|
|
5973
5959
|
var action_attempt_simulate_keypad_code_entry_failed_event = action_attempt_event.extend({
|
|
5974
5960
|
event_type: zod.z.literal("action_attempt.simulate_keypad_code_entry.failed")
|
|
@@ -5976,7 +5962,7 @@ var action_attempt_simulate_keypad_code_entry_failed_event = action_attempt_even
|
|
|
5976
5962
|
---
|
|
5977
5963
|
route_path: /action_attempts
|
|
5978
5964
|
---
|
|
5979
|
-
A simulate keypad code entry
|
|
5965
|
+
A simulate keypad code entry action attempt failed.
|
|
5980
5966
|
`);
|
|
5981
5967
|
var action_attempt_simulate_manual_lock_via_keypad_succeeded_event = action_attempt_event.extend({
|
|
5982
5968
|
event_type: zod.z.literal(
|
|
@@ -5986,7 +5972,7 @@ var action_attempt_simulate_manual_lock_via_keypad_succeeded_event = action_atte
|
|
|
5986
5972
|
---
|
|
5987
5973
|
route_path: /action_attempts
|
|
5988
5974
|
---
|
|
5989
|
-
A simulate manual lock via keypad
|
|
5975
|
+
A simulate manual lock via keypad action attempt succeeded.
|
|
5990
5976
|
`);
|
|
5991
5977
|
var action_attempt_simulate_manual_lock_via_keypad_failed_event = action_attempt_event.extend({
|
|
5992
5978
|
event_type: zod.z.literal(
|
|
@@ -5996,7 +5982,7 @@ var action_attempt_simulate_manual_lock_via_keypad_failed_event = action_attempt
|
|
|
5996
5982
|
---
|
|
5997
5983
|
route_path: /action_attempts
|
|
5998
5984
|
---
|
|
5999
|
-
A simulate manual lock via keypad
|
|
5985
|
+
A simulate manual lock via keypad action attempt failed.
|
|
6000
5986
|
`);
|
|
6001
5987
|
var action_attempt_events = [
|
|
6002
5988
|
action_attempt_lock_door_succeeded_event,
|
|
@@ -6017,17 +6003,13 @@ var client_session_deleted_event = client_session_event.extend({
|
|
|
6017
6003
|
---
|
|
6018
6004
|
route_path: /client_sessions
|
|
6019
6005
|
---
|
|
6020
|
-
A
|
|
6006
|
+
A client session was deleted.
|
|
6021
6007
|
`);
|
|
6022
6008
|
var client_session_events = [client_session_deleted_event];
|
|
6023
6009
|
var connect_webview_event = common_event.extend({
|
|
6024
|
-
connect_webview_id: zod.z.string().uuid().describe(
|
|
6025
|
-
"ID of the affected [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews)."
|
|
6026
|
-
)
|
|
6010
|
+
connect_webview_id: zod.z.string().uuid().describe("ID of the affected Connect Webview.")
|
|
6027
6011
|
});
|
|
6028
|
-
var connected_account_id = zod.z.string().uuid().describe(
|
|
6029
|
-
"ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) associated with the event."
|
|
6030
|
-
);
|
|
6012
|
+
var connected_account_id = zod.z.string().uuid().describe("ID of the connected account associated with the event.");
|
|
6031
6013
|
var connected_account_custom_metadata = custom_metadata.optional().describe(
|
|
6032
6014
|
"Custom metadata of the connected account; present when connected_account_id is provided."
|
|
6033
6015
|
);
|
|
@@ -6042,7 +6024,7 @@ var connect_webview_login_succeeded_event = connect_webview_event.extend({
|
|
|
6042
6024
|
---
|
|
6043
6025
|
route_path: /connect_webviews
|
|
6044
6026
|
---
|
|
6045
|
-
A
|
|
6027
|
+
A Connect Webview login succeeded.
|
|
6046
6028
|
`);
|
|
6047
6029
|
var connect_webview_login_failed_event = connect_webview_event.extend({
|
|
6048
6030
|
event_type: zod.z.literal("connect_webview.login_failed")
|
|
@@ -6050,23 +6032,19 @@ var connect_webview_login_failed_event = connect_webview_event.extend({
|
|
|
6050
6032
|
---
|
|
6051
6033
|
route_path: /connect_webviews
|
|
6052
6034
|
---
|
|
6053
|
-
A
|
|
6035
|
+
A Connect Webview login failed.
|
|
6054
6036
|
`);
|
|
6055
6037
|
var connect_webview_events = [
|
|
6056
6038
|
connect_webview_login_succeeded_event,
|
|
6057
6039
|
connect_webview_login_failed_event
|
|
6058
6040
|
];
|
|
6059
6041
|
var connected_account_event = common_event.extend({
|
|
6060
|
-
connected_account_id: zod.z.string().uuid().describe(
|
|
6061
|
-
"ID of the affected [connected account](https://docs.seam.co/core-concepts/connected-accounts)."
|
|
6062
|
-
),
|
|
6042
|
+
connected_account_id: zod.z.string().uuid().describe("ID of the affected connected account."),
|
|
6063
6043
|
connected_account_custom_metadata: custom_metadata.optional().describe(
|
|
6064
6044
|
"Custom metadata of the connected account, present when connected_account_id is provided."
|
|
6065
6045
|
)
|
|
6066
6046
|
});
|
|
6067
|
-
var connect_webview_id = zod.z.string().uuid().describe(
|
|
6068
|
-
"ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) associated with the event."
|
|
6069
|
-
);
|
|
6047
|
+
var connect_webview_id = zod.z.string().uuid().describe("ID of the Connect Webview associated with the event.");
|
|
6070
6048
|
var connected_account_event_issue_properties = {
|
|
6071
6049
|
connected_account_errors: zod.z.array(common_event_error).describe("Errors associated with the connected account."),
|
|
6072
6050
|
connected_account_warnings: zod.z.array(common_event_warning).describe("Warnings associated with the connected account.")
|
|
@@ -6083,7 +6061,7 @@ var connected_account_connected_event = connected_account_event.extend(
|
|
|
6083
6061
|
---
|
|
6084
6062
|
route_path: /connected_accounts
|
|
6085
6063
|
---
|
|
6086
|
-
A
|
|
6064
|
+
A connected account was connected for the first time or was reconnected after being disconnected.
|
|
6087
6065
|
`);
|
|
6088
6066
|
var connected_account_created_event = connected_account_event.extend({
|
|
6089
6067
|
event_type: zod.z.literal("connected_account.created"),
|
|
@@ -6092,7 +6070,7 @@ var connected_account_created_event = connected_account_event.extend({
|
|
|
6092
6070
|
---
|
|
6093
6071
|
route_path: /connected_accounts
|
|
6094
6072
|
---
|
|
6095
|
-
A
|
|
6073
|
+
A connected account was created.
|
|
6096
6074
|
`);
|
|
6097
6075
|
var connected_account_successful_login_event = connected_account_event.extend({
|
|
6098
6076
|
event_type: zod.z.literal("connected_account.successful_login"),
|
|
@@ -6102,7 +6080,7 @@ var connected_account_successful_login_event = connected_account_event.extend({
|
|
|
6102
6080
|
deprecated: Use \`connect_webview.login_succeeded\`.
|
|
6103
6081
|
route_path: /connected_accounts
|
|
6104
6082
|
---
|
|
6105
|
-
A
|
|
6083
|
+
A connected account had a successful login using a Connect Webview.
|
|
6106
6084
|
`);
|
|
6107
6085
|
var connected_account_disconnected_event = connected_account_event.extend({
|
|
6108
6086
|
event_type: zod.z.literal("connected_account.disconnected")
|
|
@@ -6110,7 +6088,7 @@ var connected_account_disconnected_event = connected_account_event.extend({
|
|
|
6110
6088
|
---
|
|
6111
6089
|
route_path: /connected_accounts
|
|
6112
6090
|
---
|
|
6113
|
-
A
|
|
6091
|
+
A connected account was disconnected.
|
|
6114
6092
|
`);
|
|
6115
6093
|
var connected_account_completed_first_sync_event = connected_account_event.extend({
|
|
6116
6094
|
event_type: zod.z.literal("connected_account.completed_first_sync")
|
|
@@ -6118,7 +6096,7 @@ var connected_account_completed_first_sync_event = connected_account_event.exten
|
|
|
6118
6096
|
---
|
|
6119
6097
|
route_path: /connected_accounts
|
|
6120
6098
|
---
|
|
6121
|
-
A
|
|
6099
|
+
A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.
|
|
6122
6100
|
`);
|
|
6123
6101
|
var connected_account_deleted_event = connected_account_event.extend({
|
|
6124
6102
|
event_type: zod.z.literal("connected_account.deleted"),
|
|
@@ -6130,7 +6108,7 @@ var connected_account_deleted_event = connected_account_event.extend({
|
|
|
6130
6108
|
---
|
|
6131
6109
|
route_path: /connected_accounts
|
|
6132
6110
|
---
|
|
6133
|
-
A
|
|
6111
|
+
A connected account was deleted.
|
|
6134
6112
|
`);
|
|
6135
6113
|
var connected_account_completed_first_sync_after_reconnection_event = connected_account_event.extend({
|
|
6136
6114
|
event_type: zod.z.literal(
|
|
@@ -6140,7 +6118,7 @@ var connected_account_completed_first_sync_after_reconnection_event = connected_
|
|
|
6140
6118
|
---
|
|
6141
6119
|
route_path: /connected_accounts
|
|
6142
6120
|
---
|
|
6143
|
-
A
|
|
6121
|
+
A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.
|
|
6144
6122
|
`);
|
|
6145
6123
|
var connected_account_reauthorization_requested_event = connected_account_event.extend({
|
|
6146
6124
|
event_type: zod.z.literal("connected_account.reauthorization_requested")
|
|
@@ -6148,7 +6126,7 @@ var connected_account_reauthorization_requested_event = connected_account_event.
|
|
|
6148
6126
|
---
|
|
6149
6127
|
route_path: /connected_accounts
|
|
6150
6128
|
---
|
|
6151
|
-
A
|
|
6129
|
+
A connected account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.
|
|
6152
6130
|
`);
|
|
6153
6131
|
var connected_account_events = [
|
|
6154
6132
|
connected_account_connected_event,
|
|
@@ -6162,9 +6140,7 @@ var connected_account_events = [
|
|
|
6162
6140
|
];
|
|
6163
6141
|
var device_event = common_event.extend({
|
|
6164
6142
|
device_id: zod.z.string().uuid().describe("ID of the affected device."),
|
|
6165
|
-
connected_account_id: zod.z.string().uuid().describe(
|
|
6166
|
-
"ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) associated with the event."
|
|
6167
|
-
),
|
|
6143
|
+
connected_account_id: zod.z.string().uuid().describe("ID of the connected account associated with the event."),
|
|
6168
6144
|
customer_key: zod.z.string().optional().describe("The customer key associated with the device, if any."),
|
|
6169
6145
|
device_custom_metadata: custom_metadata.optional().describe(
|
|
6170
6146
|
"Custom metadata of the device, present when device_id is provided."
|
|
@@ -6195,7 +6171,7 @@ var device_connected_event = device_event.extend({
|
|
|
6195
6171
|
---
|
|
6196
6172
|
route_path: /devices
|
|
6197
6173
|
---
|
|
6198
|
-
The status of a
|
|
6174
|
+
The status of a device changed from offline to online. That is, the \`device.properties.online\` property changed from \`false\` to \`true\`. Note that some devices operate entirely in offline mode, so Seam never emits a \`device.connected\` event for these devices.
|
|
6199
6175
|
`);
|
|
6200
6176
|
var device_added_event = device_event.extend({
|
|
6201
6177
|
event_type: zod.z.literal("device.added")
|
|
@@ -6203,7 +6179,7 @@ var device_added_event = device_event.extend({
|
|
|
6203
6179
|
---
|
|
6204
6180
|
route_path: /devices
|
|
6205
6181
|
---
|
|
6206
|
-
A
|
|
6182
|
+
A device was added to Seam or was re-added to Seam after having been removed.
|
|
6207
6183
|
`);
|
|
6208
6184
|
var device_converted_to_unmanaged_event = device_event.extend({
|
|
6209
6185
|
event_type: zod.z.literal("device.converted_to_unmanaged")
|
|
@@ -6236,7 +6212,7 @@ var device_disconnected_event = device_event.extend({
|
|
|
6236
6212
|
---
|
|
6237
6213
|
route_path: /devices
|
|
6238
6214
|
---
|
|
6239
|
-
The status of a
|
|
6215
|
+
The status of a device changed from online to offline. That is, the \`device.properties.online\` property changed from \`true\` to \`false\`.
|
|
6240
6216
|
`);
|
|
6241
6217
|
var unmanaged_device_disconnected_event = device_event.extend({
|
|
6242
6218
|
event_type: zod.z.literal("device.unmanaged.disconnected"),
|
|
@@ -6253,7 +6229,7 @@ var device_tampered_event = device_event.extend({
|
|
|
6253
6229
|
---
|
|
6254
6230
|
route_path: /devices
|
|
6255
6231
|
---
|
|
6256
|
-
A
|
|
6232
|
+
A device detected that it was tampered with, for example, opened or moved.
|
|
6257
6233
|
`);
|
|
6258
6234
|
var device_low_battery_event = device_event.extend({
|
|
6259
6235
|
event_type: zod.z.literal("device.low_battery"),
|
|
@@ -6262,7 +6238,7 @@ var device_low_battery_event = device_event.extend({
|
|
|
6262
6238
|
---
|
|
6263
6239
|
route_path: /devices
|
|
6264
6240
|
---
|
|
6265
|
-
A
|
|
6241
|
+
A device battery level dropped below the low threshold.
|
|
6266
6242
|
`);
|
|
6267
6243
|
var device_battery_status_changed_event = device_event.extend({
|
|
6268
6244
|
event_type: zod.z.literal("device.battery_status_changed"),
|
|
@@ -6272,7 +6248,7 @@ var device_battery_status_changed_event = device_event.extend({
|
|
|
6272
6248
|
---
|
|
6273
6249
|
route_path: /devices
|
|
6274
6250
|
---
|
|
6275
|
-
A
|
|
6251
|
+
A device battery status changed since the last \`battery_status_changed\` event.
|
|
6276
6252
|
`);
|
|
6277
6253
|
var device_removed_event = device_event.extend({
|
|
6278
6254
|
event_type: zod.z.literal("device.removed")
|
|
@@ -6280,7 +6256,7 @@ var device_removed_event = device_event.extend({
|
|
|
6280
6256
|
---
|
|
6281
6257
|
route_path: /devices
|
|
6282
6258
|
---
|
|
6283
|
-
A
|
|
6259
|
+
A device was removed externally from the connected account.
|
|
6284
6260
|
`);
|
|
6285
6261
|
var device_deleted_event = device_event.extend({
|
|
6286
6262
|
event_type: zod.z.literal("device.deleted"),
|
|
@@ -6291,7 +6267,7 @@ var device_deleted_event = device_event.extend({
|
|
|
6291
6267
|
---
|
|
6292
6268
|
route_path: /devices
|
|
6293
6269
|
---
|
|
6294
|
-
A
|
|
6270
|
+
A device was deleted.
|
|
6295
6271
|
`);
|
|
6296
6272
|
var device_third_party_integration_detected_event = device_event.extend({
|
|
6297
6273
|
event_type: zod.z.literal("device.third_party_integration_detected")
|
|
@@ -6299,7 +6275,7 @@ var device_third_party_integration_detected_event = device_event.extend({
|
|
|
6299
6275
|
---
|
|
6300
6276
|
route_path: /devices
|
|
6301
6277
|
---
|
|
6302
|
-
Seam detected that a
|
|
6278
|
+
Seam detected that a device is using a third-party integration that will interfere with Seam device management.
|
|
6303
6279
|
`);
|
|
6304
6280
|
var device_third_party_integration_no_longer_detected_event = device_event.extend({
|
|
6305
6281
|
event_type: zod.z.literal("device.third_party_integration_no_longer_detected")
|
|
@@ -6307,7 +6283,7 @@ var device_third_party_integration_no_longer_detected_event = device_event.exten
|
|
|
6307
6283
|
---
|
|
6308
6284
|
route_path: /devices
|
|
6309
6285
|
---
|
|
6310
|
-
Seam detected that a
|
|
6286
|
+
Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.
|
|
6311
6287
|
`);
|
|
6312
6288
|
var device_salto_privacy_mode_activated_event = device_event.extend({
|
|
6313
6289
|
event_type: zod.z.literal("device.salto.privacy_mode_activated")
|
|
@@ -6331,7 +6307,7 @@ var device_connection_became_flaky_event = device_event.extend({
|
|
|
6331
6307
|
---
|
|
6332
6308
|
route_path: /devices
|
|
6333
6309
|
---
|
|
6334
|
-
Seam detected a flaky
|
|
6310
|
+
Seam detected a flaky device connection.
|
|
6335
6311
|
`);
|
|
6336
6312
|
var device_connection_stabilized_event = device_event.extend({
|
|
6337
6313
|
event_type: zod.z.literal("device.connection_stabilized")
|
|
@@ -6339,7 +6315,7 @@ var device_connection_stabilized_event = device_event.extend({
|
|
|
6339
6315
|
---
|
|
6340
6316
|
route_path: /devices
|
|
6341
6317
|
---
|
|
6342
|
-
Seam detected that a previously-flaky
|
|
6318
|
+
Seam detected that a previously-flaky device connection stabilized.
|
|
6343
6319
|
`);
|
|
6344
6320
|
var device_error_subscription_required_event = device_event.extend({
|
|
6345
6321
|
event_type: zod.z.literal("device.error.subscription_required")
|
|
@@ -6347,7 +6323,7 @@ var device_error_subscription_required_event = device_event.extend({
|
|
|
6347
6323
|
---
|
|
6348
6324
|
route_path: /devices
|
|
6349
6325
|
---
|
|
6350
|
-
A third-party subscription is required to use all
|
|
6326
|
+
A third-party subscription is required to use all device features.
|
|
6351
6327
|
`);
|
|
6352
6328
|
var device_error_subscription_required_resolved_event = device_event.extend({
|
|
6353
6329
|
event_type: zod.z.literal("device.error.subscription_required.resolved")
|
|
@@ -6355,7 +6331,7 @@ var device_error_subscription_required_resolved_event = device_event.extend({
|
|
|
6355
6331
|
---
|
|
6356
6332
|
route_path: /devices
|
|
6357
6333
|
---
|
|
6358
|
-
A third-party subscription is active or no longer required to use all
|
|
6334
|
+
A third-party subscription is active or no longer required to use all device features.
|
|
6359
6335
|
`);
|
|
6360
6336
|
var device_accessory_keypad_connected_event = device_event.extend({
|
|
6361
6337
|
event_type: zod.z.literal("device.accessory_keypad_connected")
|
|
@@ -6363,7 +6339,7 @@ var device_accessory_keypad_connected_event = device_event.extend({
|
|
|
6363
6339
|
---
|
|
6364
6340
|
route_path: /devices
|
|
6365
6341
|
---
|
|
6366
|
-
An accessory keypad was connected to a
|
|
6342
|
+
An accessory keypad was connected to a device.
|
|
6367
6343
|
`);
|
|
6368
6344
|
var device_accessory_keypad_disconnected_event = device_event.extend({
|
|
6369
6345
|
event_type: zod.z.literal("device.accessory_keypad_disconnected")
|
|
@@ -6371,7 +6347,7 @@ var device_accessory_keypad_disconnected_event = device_event.extend({
|
|
|
6371
6347
|
---
|
|
6372
6348
|
route_path: /devices
|
|
6373
6349
|
---
|
|
6374
|
-
An accessory keypad was disconnected from a
|
|
6350
|
+
An accessory keypad was disconnected from a device.
|
|
6375
6351
|
`);
|
|
6376
6352
|
var noise_sensor_noise_threshold_triggered_event = device_event.extend(
|
|
6377
6353
|
{
|
|
@@ -6577,7 +6553,7 @@ var device_name_changed_event = device_event.extend({
|
|
|
6577
6553
|
---
|
|
6578
6554
|
route_path: /devices
|
|
6579
6555
|
---
|
|
6580
|
-
The name of a
|
|
6556
|
+
The name of a device was changed.
|
|
6581
6557
|
`);
|
|
6582
6558
|
var camera_activated_event = device_event.extend({
|
|
6583
6559
|
event_type: zod.z.literal("camera.activated"),
|
|
@@ -6589,7 +6565,7 @@ var camera_activated_event = device_event.extend({
|
|
|
6589
6565
|
---
|
|
6590
6566
|
route_path: /devices
|
|
6591
6567
|
---
|
|
6592
|
-
A
|
|
6568
|
+
A camera was activated, for example, by motion detection.
|
|
6593
6569
|
`);
|
|
6594
6570
|
var device_doorbell_rang_event = device_event.extend({
|
|
6595
6571
|
event_type: zod.z.literal("device.doorbell_rang"),
|
|
@@ -6603,7 +6579,7 @@ var device_doorbell_rang_event = device_event.extend({
|
|
|
6603
6579
|
---
|
|
6604
6580
|
route_path: /devices
|
|
6605
6581
|
---
|
|
6606
|
-
A doorbell button was pressed on a
|
|
6582
|
+
A doorbell button was pressed on a device.
|
|
6607
6583
|
`);
|
|
6608
6584
|
var device_events = [
|
|
6609
6585
|
device_connected_event,
|
|
@@ -6737,7 +6713,7 @@ var seam_event = zod.z.discriminatedUnion("event_type", [
|
|
|
6737
6713
|
---
|
|
6738
6714
|
Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a \`lock.unlocked\` event. When a device's battery level is low, Seam creates a \`device.battery_low\` event.
|
|
6739
6715
|
|
|
6740
|
-
As with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate
|
|
6716
|
+
As with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate webhook system for sending the event objects directly to an endpoint on your sever. Manage webhooks through [Seam Console](https://console.seam.co). You can also use the webhooks sandbox in Seam Console to see the different payloads for each event and test them against your own endpoints.
|
|
6741
6717
|
`);
|
|
6742
6718
|
var event_types = seam_event.options.map(
|
|
6743
6719
|
(schema) => schema.shape.event_type.value
|
|
@@ -6747,16 +6723,12 @@ zod.z.enum(
|
|
|
6747
6723
|
);
|
|
6748
6724
|
var instant_key = zod.z.object({
|
|
6749
6725
|
instant_key_id: zod.z.string().uuid().describe("ID of the Instant Key."),
|
|
6750
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
6751
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the Instant Key."
|
|
6752
|
-
),
|
|
6726
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains the Instant Key."),
|
|
6753
6727
|
created_at: zod.z.string().datetime().describe("Date and time at which the Instant Key was created."),
|
|
6754
6728
|
instant_key_url: zod.z.string().url().describe(
|
|
6755
6729
|
"Shareable URL for the Instant Key. Use the URL to deliver the Instant Key to your user through a link in a text message or email or by embedding it in your web app."
|
|
6756
6730
|
),
|
|
6757
|
-
client_session_id: zod.z.string().uuid().describe(
|
|
6758
|
-
"ID of the [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens) associated with the Instant Key."
|
|
6759
|
-
),
|
|
6731
|
+
client_session_id: zod.z.string().uuid().describe("ID of the client session associated with the Instant Key."),
|
|
6760
6732
|
user_identity_id: zod.z.string().uuid().describe("ID of the user identity associated with the Instant Key."),
|
|
6761
6733
|
expires_at: zod.z.string().datetime().describe("Date and time at which the Instant Key expires."),
|
|
6762
6734
|
customization_profile_id: zod.z.string().uuid().optional().describe(
|
|
@@ -6814,9 +6786,7 @@ var space_geolocation = zod.z.object({
|
|
|
6814
6786
|
}).describe("Geographic coordinates of the space.");
|
|
6815
6787
|
var space = zod.z.object({
|
|
6816
6788
|
space_id: zod.z.string().uuid().describe("ID of the space."),
|
|
6817
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
6818
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the space."
|
|
6819
|
-
),
|
|
6789
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace associated with the space."),
|
|
6820
6790
|
space_key: zod.z.string().optional().describe("Unique key for the space within the workspace."),
|
|
6821
6791
|
name: zod.z.string().describe("Name of the space."),
|
|
6822
6792
|
display_name: zod.z.string().describe("Display name for the space."),
|
|
@@ -6902,9 +6872,7 @@ var user_identity = zod.z.object({
|
|
|
6902
6872
|
display_name: zod.z.string().min(1),
|
|
6903
6873
|
full_name: zod.z.string().min(1).nullable(),
|
|
6904
6874
|
created_at: zod.z.string().datetime().describe("Date and time at which the user identity was created."),
|
|
6905
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
6906
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains the user identity."
|
|
6907
|
-
),
|
|
6875
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains the user identity."),
|
|
6908
6876
|
errors: zod.z.array(user_identity_errors).describe(
|
|
6909
6877
|
'Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.'
|
|
6910
6878
|
),
|
|
@@ -6930,9 +6898,7 @@ user_identity.omit({
|
|
|
6930
6898
|
Represents an unmanaged user identity. Unmanaged user identities do not have keys.
|
|
6931
6899
|
`);
|
|
6932
6900
|
var workspace = zod.z.object({
|
|
6933
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
6934
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces)."
|
|
6935
|
-
),
|
|
6901
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace."),
|
|
6936
6902
|
name: zod.z.string().describe(
|
|
6937
6903
|
"Name of the [workspace](https://docs.seam.co/core-concepts/workspaces)."
|
|
6938
6904
|
),
|
|
@@ -6976,7 +6942,7 @@ var workspace = zod.z.object({
|
|
|
6976
6942
|
"Indicates whether publishable key authentication is enabled for this workspace."
|
|
6977
6943
|
),
|
|
6978
6944
|
organization_id: zod.z.string().uuid().nullable().describe(
|
|
6979
|
-
"ID of the organization to which the
|
|
6945
|
+
"ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization."
|
|
6980
6946
|
)
|
|
6981
6947
|
}).describe(`
|
|
6982
6948
|
---
|
|
@@ -7023,9 +6989,7 @@ A batch of workspace resources.
|
|
|
7023
6989
|
`);
|
|
7024
6990
|
var bridge = zod.z.object({
|
|
7025
6991
|
bridge_id: zod.z.string().uuid().describe("ID of Seam Bridge."),
|
|
7026
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
7027
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) that contains Seam Bridge."
|
|
7028
|
-
),
|
|
6992
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace that contains Seam Bridge."),
|
|
7029
6993
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam Bridge was created.")
|
|
7030
6994
|
}).describe(`
|
|
7031
6995
|
---
|
|
@@ -7195,9 +7159,7 @@ var customer_portal = zod.z.object({
|
|
|
7195
7159
|
url: zod.z.string().url().describe("URL for the customer portal."),
|
|
7196
7160
|
customer_key: zod.z.string().describe("Customer key for the customer portal."),
|
|
7197
7161
|
expires_at: zod.z.string().datetime().describe("Date and time at which the customer portal link expires."),
|
|
7198
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
7199
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the customer portal."
|
|
7200
|
-
),
|
|
7162
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace associated with the customer portal."),
|
|
7201
7163
|
created_at: zod.z.string().datetime().describe("Date and time at which the customer portal link was created.")
|
|
7202
7164
|
}).describe(
|
|
7203
7165
|
`
|
|
@@ -7215,9 +7177,7 @@ var magic_link = zod.z.object({
|
|
|
7215
7177
|
url: zod.z.string().url().describe("URL for the magic link."),
|
|
7216
7178
|
customer_key: zod.z.string().describe("Customer key for the magic link."),
|
|
7217
7179
|
expires_at: zod.z.string().datetime().describe("Date and time at which the magic link expires."),
|
|
7218
|
-
workspace_id: zod.z.string().uuid().describe(
|
|
7219
|
-
"ID of the [workspace](https://docs.seam.co/core-concepts/workspaces) associated with the magic link."
|
|
7220
|
-
),
|
|
7180
|
+
workspace_id: zod.z.string().uuid().describe("ID of the workspace associated with the magic link."),
|
|
7221
7181
|
created_at: zod.z.string().datetime().describe("Date and time at which the magic link was created.")
|
|
7222
7182
|
}).describe(`
|
|
7223
7183
|
---
|
|
@@ -7231,9 +7191,7 @@ var magic_link = zod.z.object({
|
|
|
7231
7191
|
Seam hosts these flows, handling everything from account connection and device mapping to full-featured device control.
|
|
7232
7192
|
`);
|
|
7233
7193
|
var webhook = zod.z.object({
|
|
7234
|
-
webhook_id: zod.z.string().describe(
|
|
7235
|
-
"ID of the [webhook](https://docs.seam.co/developer-tools/webhooks)."
|
|
7236
|
-
),
|
|
7194
|
+
webhook_id: zod.z.string().describe("ID of the webhook."),
|
|
7237
7195
|
url: zod.z.string().describe(
|
|
7238
7196
|
"URL for the [webhook](https://docs.seam.co/developer-tools/webhooks)."
|
|
7239
7197
|
),
|
|
@@ -9810,7 +9768,7 @@ var openapi = {
|
|
|
9810
9768
|
type: "string"
|
|
9811
9769
|
},
|
|
9812
9770
|
connected_account_id: {
|
|
9813
|
-
description: "ID of the
|
|
9771
|
+
description: "ID of the connected account that contains the access group.",
|
|
9814
9772
|
format: "uuid",
|
|
9815
9773
|
type: "string"
|
|
9816
9774
|
},
|
|
@@ -10252,7 +10210,7 @@ var openapi = {
|
|
|
10252
10210
|
type: "array"
|
|
10253
10211
|
},
|
|
10254
10212
|
workspace_id: {
|
|
10255
|
-
description: "ID of the
|
|
10213
|
+
description: "ID of the workspace that contains the access group.",
|
|
10256
10214
|
format: "uuid",
|
|
10257
10215
|
type: "string"
|
|
10258
10216
|
}
|
|
@@ -10620,7 +10578,7 @@ var openapi = {
|
|
|
10620
10578
|
type: "array"
|
|
10621
10579
|
},
|
|
10622
10580
|
workspace_id: {
|
|
10623
|
-
description: "ID of the
|
|
10581
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
10624
10582
|
format: "uuid",
|
|
10625
10583
|
type: "string"
|
|
10626
10584
|
}
|
|
@@ -10703,7 +10661,7 @@ var openapi = {
|
|
|
10703
10661
|
type: "string"
|
|
10704
10662
|
},
|
|
10705
10663
|
connected_account_id: {
|
|
10706
|
-
description: "ID of the
|
|
10664
|
+
description: "ID of the connected account that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).",
|
|
10707
10665
|
format: "uuid",
|
|
10708
10666
|
type: "string"
|
|
10709
10667
|
},
|
|
@@ -10742,7 +10700,7 @@ var openapi = {
|
|
|
10742
10700
|
type: "array"
|
|
10743
10701
|
},
|
|
10744
10702
|
workspace_id: {
|
|
10745
|
-
description: "ID of the
|
|
10703
|
+
description: "ID of the workspace that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners).",
|
|
10746
10704
|
format: "uuid",
|
|
10747
10705
|
type: "string"
|
|
10748
10706
|
}
|
|
@@ -11233,7 +11191,7 @@ var openapi = {
|
|
|
11233
11191
|
},
|
|
11234
11192
|
acs_user_count: { format: "float", type: "number" },
|
|
11235
11193
|
connected_account_id: {
|
|
11236
|
-
description: "ID of the
|
|
11194
|
+
description: "ID of the connected account associated with the [access control system](https://docs.seam.co/low-level-apis/access-systems).",
|
|
11237
11195
|
format: "uuid",
|
|
11238
11196
|
type: "string"
|
|
11239
11197
|
},
|
|
@@ -11611,7 +11569,7 @@ var openapi = {
|
|
|
11611
11569
|
type: "array"
|
|
11612
11570
|
},
|
|
11613
11571
|
workspace_id: {
|
|
11614
|
-
description: "ID of the
|
|
11572
|
+
description: "ID of the workspace that contains the [access control system](https://docs.seam.co/low-level-apis/access-systems).",
|
|
11615
11573
|
format: "uuid",
|
|
11616
11574
|
type: "string"
|
|
11617
11575
|
}
|
|
@@ -11665,7 +11623,7 @@ var openapi = {
|
|
|
11665
11623
|
type: "string"
|
|
11666
11624
|
},
|
|
11667
11625
|
connected_account_id: {
|
|
11668
|
-
description: "\n The ID of the
|
|
11626
|
+
description: "\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ",
|
|
11669
11627
|
format: "uuid",
|
|
11670
11628
|
type: "string"
|
|
11671
11629
|
},
|
|
@@ -12375,7 +12333,7 @@ var openapi = {
|
|
|
12375
12333
|
type: "array"
|
|
12376
12334
|
},
|
|
12377
12335
|
workspace_id: {
|
|
12378
|
-
description: "ID of the
|
|
12336
|
+
description: "ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).",
|
|
12379
12337
|
format: "uuid",
|
|
12380
12338
|
type: "string"
|
|
12381
12339
|
}
|
|
@@ -13152,7 +13110,7 @@ var openapi = {
|
|
|
13152
13110
|
type: "array"
|
|
13153
13111
|
},
|
|
13154
13112
|
workspace_id: {
|
|
13155
|
-
description: "ID of the
|
|
13113
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
13156
13114
|
format: "uuid",
|
|
13157
13115
|
type: "string"
|
|
13158
13116
|
}
|
|
@@ -13544,7 +13502,7 @@ var openapi = {
|
|
|
13544
13502
|
type: "array"
|
|
13545
13503
|
},
|
|
13546
13504
|
workspace_id: {
|
|
13547
|
-
description: "ID of the
|
|
13505
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
13548
13506
|
format: "uuid",
|
|
13549
13507
|
type: "string"
|
|
13550
13508
|
}
|
|
@@ -14160,7 +14118,7 @@ var openapi = {
|
|
|
14160
14118
|
type: "array"
|
|
14161
14119
|
},
|
|
14162
14120
|
workspace_id: {
|
|
14163
|
-
description: "ID of the
|
|
14121
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
14164
14122
|
format: "uuid",
|
|
14165
14123
|
type: "string"
|
|
14166
14124
|
}
|
|
@@ -14550,7 +14508,7 @@ var openapi = {
|
|
|
14550
14508
|
type: "array"
|
|
14551
14509
|
},
|
|
14552
14510
|
workspace_id: {
|
|
14553
|
-
description: "ID of the
|
|
14511
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
14554
14512
|
format: "uuid",
|
|
14555
14513
|
type: "string"
|
|
14556
14514
|
}
|
|
@@ -15168,7 +15126,7 @@ var openapi = {
|
|
|
15168
15126
|
type: "array"
|
|
15169
15127
|
},
|
|
15170
15128
|
workspace_id: {
|
|
15171
|
-
description: "ID of the
|
|
15129
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
15172
15130
|
format: "uuid",
|
|
15173
15131
|
type: "string"
|
|
15174
15132
|
}
|
|
@@ -17651,7 +17609,7 @@ var openapi = {
|
|
|
17651
17609
|
type: "string"
|
|
17652
17610
|
},
|
|
17653
17611
|
workspace_id: {
|
|
17654
|
-
description: "ID of the
|
|
17612
|
+
description: "ID of the workspace with which Seam Bridge is paired.",
|
|
17655
17613
|
format: "uuid",
|
|
17656
17614
|
type: "string"
|
|
17657
17615
|
}
|
|
@@ -17674,7 +17632,7 @@ var openapi = {
|
|
|
17674
17632
|
description: "Represents a [client session](https://docs.seam.co/core-concepts/authentication/client-session-tokens). If you want to restrict your users' access to their own devices, use client sessions.\n\nYou create each client session with a custom `user_identifier_key`. Normally, the `user_identifier_key` is a user ID that your application provides.\n\nWhen calling the Seam API from your backend using an API key, you can pass the `user_identifier_key` as a parameter to limit results to the associated client session. For example, `/devices/list?user_identifier_key=123` only returns devices associated with the client session created with the `user_identifier_key` `123`.\n\nA client session has a token that you can use with the Seam JavaScript SDK to make requests from the client (browser) directly to the Seam API. The token restricts the user's access to only the devices that they own.\n\nSee also [Get Started with React](https://docs.seam.co/ui-components/overview/getting-started-with-seam-components/get-started-with-react-components-and-client-session-tokens).",
|
|
17675
17633
|
properties: {
|
|
17676
17634
|
client_session_id: {
|
|
17677
|
-
description: "ID of the
|
|
17635
|
+
description: "ID of the client session.",
|
|
17678
17636
|
format: "uuid",
|
|
17679
17637
|
type: "string"
|
|
17680
17638
|
},
|
|
@@ -17729,7 +17687,7 @@ var openapi = {
|
|
|
17729
17687
|
"x-deprecated": "Use `user_identity_id` instead."
|
|
17730
17688
|
},
|
|
17731
17689
|
workspace_id: {
|
|
17732
|
-
description: "ID of the
|
|
17690
|
+
description: "ID of the workspace associated with the client session.",
|
|
17733
17691
|
format: "uuid",
|
|
17734
17692
|
type: "string"
|
|
17735
17693
|
}
|
|
@@ -17805,7 +17763,7 @@ var openapi = {
|
|
|
17805
17763
|
type: "string"
|
|
17806
17764
|
},
|
|
17807
17765
|
connected_account_id: {
|
|
17808
|
-
description: "ID of the
|
|
17766
|
+
description: "ID of the connected account associated with the Connect Webview.",
|
|
17809
17767
|
format: "uuid",
|
|
17810
17768
|
nullable: true,
|
|
17811
17769
|
type: "string"
|
|
@@ -17866,7 +17824,7 @@ var openapi = {
|
|
|
17866
17824
|
type: "boolean"
|
|
17867
17825
|
},
|
|
17868
17826
|
workspace_id: {
|
|
17869
|
-
description: "ID of the
|
|
17827
|
+
description: "ID of the workspace that contains the Connect Webview.",
|
|
17870
17828
|
format: "uuid",
|
|
17871
17829
|
type: "string"
|
|
17872
17830
|
}
|
|
@@ -18426,7 +18384,7 @@ var openapi = {
|
|
|
18426
18384
|
type: "string"
|
|
18427
18385
|
},
|
|
18428
18386
|
workspace_id: {
|
|
18429
|
-
description: "ID of the
|
|
18387
|
+
description: "ID of the workspace associated with the customer.",
|
|
18430
18388
|
format: "uuid",
|
|
18431
18389
|
type: "string"
|
|
18432
18390
|
}
|
|
@@ -18459,7 +18417,7 @@ var openapi = {
|
|
|
18459
18417
|
type: "string"
|
|
18460
18418
|
},
|
|
18461
18419
|
workspace_id: {
|
|
18462
|
-
description: "ID of the
|
|
18420
|
+
description: "ID of the workspace associated with the customer portal.",
|
|
18463
18421
|
format: "uuid",
|
|
18464
18422
|
type: "string"
|
|
18465
18423
|
}
|
|
@@ -20981,7 +20939,7 @@ var openapi = {
|
|
|
20981
20939
|
type: "string"
|
|
20982
20940
|
},
|
|
20983
20941
|
workspace_id: {
|
|
20984
|
-
description: "ID of the
|
|
20942
|
+
description: "ID of the workspace that contains the thermostat schedule.",
|
|
20985
20943
|
format: "uuid",
|
|
20986
20944
|
type: "string"
|
|
20987
20945
|
}
|
|
@@ -21581,7 +21539,7 @@ var openapi = {
|
|
|
21581
21539
|
type: "string"
|
|
21582
21540
|
},
|
|
21583
21541
|
workspace_id: {
|
|
21584
|
-
description: "ID of the
|
|
21542
|
+
description: "ID of the workspace that contains the thermostat daily program.",
|
|
21585
21543
|
format: "uuid",
|
|
21586
21544
|
type: "string"
|
|
21587
21545
|
}
|
|
@@ -22459,7 +22417,7 @@ var openapi = {
|
|
|
22459
22417
|
type: "string"
|
|
22460
22418
|
},
|
|
22461
22419
|
workspace_id: {
|
|
22462
|
-
description: "ID of the
|
|
22420
|
+
description: "ID of the workspace that contains the enrollment automation.",
|
|
22463
22421
|
format: "uuid",
|
|
22464
22422
|
type: "string"
|
|
22465
22423
|
}
|
|
@@ -22476,7 +22434,7 @@ var openapi = {
|
|
|
22476
22434
|
"x-undocumented": "Will be removed."
|
|
22477
22435
|
},
|
|
22478
22436
|
event: {
|
|
22479
|
-
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate
|
|
22437
|
+
description: "Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a `lock.unlocked` event. When a device's battery level is low, Seam creates a `device.battery_low` event.\n\nAs with other API resources, you can retrieve an individual event or a list of events. Seam also provides a separate webhook system for sending the event objects directly to an endpoint on your sever. Manage webhooks through [Seam Console](https://console.seam.co). You can also use the webhooks sandbox in Seam Console to see the different payloads for each event and test them against your own endpoints.",
|
|
22480
22438
|
discriminator: { propertyName: "event_type" },
|
|
22481
22439
|
oneOf: [
|
|
22482
22440
|
{
|
|
@@ -22495,7 +22453,7 @@ var openapi = {
|
|
|
22495
22453
|
type: "object"
|
|
22496
22454
|
},
|
|
22497
22455
|
connected_account_id: {
|
|
22498
|
-
description: "ID of the
|
|
22456
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22499
22457
|
format: "uuid",
|
|
22500
22458
|
type: "string"
|
|
22501
22459
|
},
|
|
@@ -22528,7 +22486,7 @@ var openapi = {
|
|
|
22528
22486
|
type: "string"
|
|
22529
22487
|
},
|
|
22530
22488
|
workspace_id: {
|
|
22531
|
-
description: "ID of the
|
|
22489
|
+
description: "ID of the workspace associated with the event.",
|
|
22532
22490
|
format: "uuid",
|
|
22533
22491
|
type: "string"
|
|
22534
22492
|
}
|
|
@@ -22590,7 +22548,7 @@ var openapi = {
|
|
|
22590
22548
|
type: "object"
|
|
22591
22549
|
},
|
|
22592
22550
|
connected_account_id: {
|
|
22593
|
-
description: "ID of the
|
|
22551
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22594
22552
|
format: "uuid",
|
|
22595
22553
|
type: "string"
|
|
22596
22554
|
},
|
|
@@ -22623,7 +22581,7 @@ var openapi = {
|
|
|
22623
22581
|
type: "string"
|
|
22624
22582
|
},
|
|
22625
22583
|
workspace_id: {
|
|
22626
|
-
description: "ID of the
|
|
22584
|
+
description: "ID of the workspace associated with the event.",
|
|
22627
22585
|
format: "uuid",
|
|
22628
22586
|
type: "string"
|
|
22629
22587
|
}
|
|
@@ -22657,7 +22615,7 @@ var openapi = {
|
|
|
22657
22615
|
type: "object"
|
|
22658
22616
|
},
|
|
22659
22617
|
connected_account_id: {
|
|
22660
|
-
description: "ID of the
|
|
22618
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22661
22619
|
format: "uuid",
|
|
22662
22620
|
type: "string"
|
|
22663
22621
|
},
|
|
@@ -22721,7 +22679,7 @@ var openapi = {
|
|
|
22721
22679
|
type: "object"
|
|
22722
22680
|
},
|
|
22723
22681
|
workspace_id: {
|
|
22724
|
-
description: "ID of the
|
|
22682
|
+
description: "ID of the workspace associated with the event.",
|
|
22725
22683
|
format: "uuid",
|
|
22726
22684
|
type: "string"
|
|
22727
22685
|
}
|
|
@@ -22758,7 +22716,7 @@ var openapi = {
|
|
|
22758
22716
|
type: "object"
|
|
22759
22717
|
},
|
|
22760
22718
|
connected_account_id: {
|
|
22761
|
-
description: "ID of the
|
|
22719
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22762
22720
|
format: "uuid",
|
|
22763
22721
|
type: "string"
|
|
22764
22722
|
},
|
|
@@ -22822,7 +22780,7 @@ var openapi = {
|
|
|
22822
22780
|
type: "object"
|
|
22823
22781
|
},
|
|
22824
22782
|
workspace_id: {
|
|
22825
|
-
description: "ID of the
|
|
22783
|
+
description: "ID of the workspace associated with the event.",
|
|
22826
22784
|
format: "uuid",
|
|
22827
22785
|
type: "string"
|
|
22828
22786
|
}
|
|
@@ -22859,7 +22817,7 @@ var openapi = {
|
|
|
22859
22817
|
type: "object"
|
|
22860
22818
|
},
|
|
22861
22819
|
connected_account_id: {
|
|
22862
|
-
description: "ID of the
|
|
22820
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22863
22821
|
format: "uuid",
|
|
22864
22822
|
type: "string"
|
|
22865
22823
|
},
|
|
@@ -22933,7 +22891,7 @@ var openapi = {
|
|
|
22933
22891
|
type: "object"
|
|
22934
22892
|
},
|
|
22935
22893
|
workspace_id: {
|
|
22936
|
-
description: "ID of the
|
|
22894
|
+
description: "ID of the workspace associated with the event.",
|
|
22937
22895
|
format: "uuid",
|
|
22938
22896
|
type: "string"
|
|
22939
22897
|
}
|
|
@@ -22974,7 +22932,7 @@ var openapi = {
|
|
|
22974
22932
|
type: "object"
|
|
22975
22933
|
},
|
|
22976
22934
|
connected_account_id: {
|
|
22977
|
-
description: "ID of the
|
|
22935
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22978
22936
|
format: "uuid",
|
|
22979
22937
|
type: "string"
|
|
22980
22938
|
},
|
|
@@ -23010,7 +22968,7 @@ var openapi = {
|
|
|
23010
22968
|
type: "string"
|
|
23011
22969
|
},
|
|
23012
22970
|
workspace_id: {
|
|
23013
|
-
description: "ID of the
|
|
22971
|
+
description: "ID of the workspace associated with the event.",
|
|
23014
22972
|
format: "uuid",
|
|
23015
22973
|
type: "string"
|
|
23016
22974
|
}
|
|
@@ -23049,7 +23007,7 @@ var openapi = {
|
|
|
23049
23007
|
type: "object"
|
|
23050
23008
|
},
|
|
23051
23009
|
connected_account_id: {
|
|
23052
|
-
description: "ID of the
|
|
23010
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23053
23011
|
format: "uuid",
|
|
23054
23012
|
type: "string"
|
|
23055
23013
|
},
|
|
@@ -23085,7 +23043,7 @@ var openapi = {
|
|
|
23085
23043
|
type: "string"
|
|
23086
23044
|
},
|
|
23087
23045
|
workspace_id: {
|
|
23088
|
-
description: "ID of the
|
|
23046
|
+
description: "ID of the workspace associated with the event.",
|
|
23089
23047
|
format: "uuid",
|
|
23090
23048
|
type: "string"
|
|
23091
23049
|
}
|
|
@@ -23120,7 +23078,7 @@ var openapi = {
|
|
|
23120
23078
|
type: "object"
|
|
23121
23079
|
},
|
|
23122
23080
|
connected_account_id: {
|
|
23123
|
-
description: "ID of the
|
|
23081
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23124
23082
|
format: "uuid",
|
|
23125
23083
|
type: "string"
|
|
23126
23084
|
},
|
|
@@ -23156,7 +23114,7 @@ var openapi = {
|
|
|
23156
23114
|
type: "string"
|
|
23157
23115
|
},
|
|
23158
23116
|
workspace_id: {
|
|
23159
|
-
description: "ID of the
|
|
23117
|
+
description: "ID of the workspace associated with the event.",
|
|
23160
23118
|
format: "uuid",
|
|
23161
23119
|
type: "string"
|
|
23162
23120
|
}
|
|
@@ -23259,7 +23217,7 @@ var openapi = {
|
|
|
23259
23217
|
type: "array"
|
|
23260
23218
|
},
|
|
23261
23219
|
connected_account_id: {
|
|
23262
|
-
description: "ID of the
|
|
23220
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23263
23221
|
format: "uuid",
|
|
23264
23222
|
type: "string"
|
|
23265
23223
|
},
|
|
@@ -23364,7 +23322,7 @@ var openapi = {
|
|
|
23364
23322
|
type: "string"
|
|
23365
23323
|
},
|
|
23366
23324
|
workspace_id: {
|
|
23367
|
-
description: "ID of the
|
|
23325
|
+
description: "ID of the workspace associated with the event.",
|
|
23368
23326
|
format: "uuid",
|
|
23369
23327
|
type: "string"
|
|
23370
23328
|
}
|
|
@@ -23473,7 +23431,7 @@ var openapi = {
|
|
|
23473
23431
|
type: "array"
|
|
23474
23432
|
},
|
|
23475
23433
|
connected_account_id: {
|
|
23476
|
-
description: "ID of the
|
|
23434
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23477
23435
|
format: "uuid",
|
|
23478
23436
|
type: "string"
|
|
23479
23437
|
},
|
|
@@ -23578,7 +23536,7 @@ var openapi = {
|
|
|
23578
23536
|
type: "string"
|
|
23579
23537
|
},
|
|
23580
23538
|
workspace_id: {
|
|
23581
|
-
description: "ID of the
|
|
23539
|
+
description: "ID of the workspace associated with the event.",
|
|
23582
23540
|
format: "uuid",
|
|
23583
23541
|
type: "string"
|
|
23584
23542
|
}
|
|
@@ -23623,7 +23581,7 @@ var openapi = {
|
|
|
23623
23581
|
type: "object"
|
|
23624
23582
|
},
|
|
23625
23583
|
connected_account_id: {
|
|
23626
|
-
description: "ID of the
|
|
23584
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23627
23585
|
format: "uuid",
|
|
23628
23586
|
type: "string"
|
|
23629
23587
|
},
|
|
@@ -23656,7 +23614,7 @@ var openapi = {
|
|
|
23656
23614
|
type: "string"
|
|
23657
23615
|
},
|
|
23658
23616
|
workspace_id: {
|
|
23659
|
-
description: "ID of the
|
|
23617
|
+
description: "ID of the workspace associated with the event.",
|
|
23660
23618
|
format: "uuid",
|
|
23661
23619
|
type: "string"
|
|
23662
23620
|
}
|
|
@@ -23760,7 +23718,7 @@ var openapi = {
|
|
|
23760
23718
|
type: "array"
|
|
23761
23719
|
},
|
|
23762
23720
|
connected_account_id: {
|
|
23763
|
-
description: "ID of the
|
|
23721
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23764
23722
|
format: "uuid",
|
|
23765
23723
|
type: "string"
|
|
23766
23724
|
},
|
|
@@ -23865,7 +23823,7 @@ var openapi = {
|
|
|
23865
23823
|
type: "string"
|
|
23866
23824
|
},
|
|
23867
23825
|
workspace_id: {
|
|
23868
|
-
description: "ID of the
|
|
23826
|
+
description: "ID of the workspace associated with the event.",
|
|
23869
23827
|
format: "uuid",
|
|
23870
23828
|
type: "string"
|
|
23871
23829
|
}
|
|
@@ -23974,7 +23932,7 @@ var openapi = {
|
|
|
23974
23932
|
type: "array"
|
|
23975
23933
|
},
|
|
23976
23934
|
connected_account_id: {
|
|
23977
|
-
description: "ID of the
|
|
23935
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23978
23936
|
format: "uuid",
|
|
23979
23937
|
type: "string"
|
|
23980
23938
|
},
|
|
@@ -24079,7 +24037,7 @@ var openapi = {
|
|
|
24079
24037
|
type: "string"
|
|
24080
24038
|
},
|
|
24081
24039
|
workspace_id: {
|
|
24082
|
-
description: "ID of the
|
|
24040
|
+
description: "ID of the workspace associated with the event.",
|
|
24083
24041
|
format: "uuid",
|
|
24084
24042
|
type: "string"
|
|
24085
24043
|
}
|
|
@@ -24119,7 +24077,7 @@ var openapi = {
|
|
|
24119
24077
|
type: "object"
|
|
24120
24078
|
},
|
|
24121
24079
|
connected_account_id: {
|
|
24122
|
-
description: "ID of the
|
|
24080
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24123
24081
|
format: "uuid",
|
|
24124
24082
|
type: "string"
|
|
24125
24083
|
},
|
|
@@ -24155,7 +24113,7 @@ var openapi = {
|
|
|
24155
24113
|
type: "string"
|
|
24156
24114
|
},
|
|
24157
24115
|
workspace_id: {
|
|
24158
|
-
description: "ID of the
|
|
24116
|
+
description: "ID of the workspace associated with the event.",
|
|
24159
24117
|
format: "uuid",
|
|
24160
24118
|
type: "string"
|
|
24161
24119
|
}
|
|
@@ -24189,7 +24147,7 @@ var openapi = {
|
|
|
24189
24147
|
type: "object"
|
|
24190
24148
|
},
|
|
24191
24149
|
connected_account_id: {
|
|
24192
|
-
description: "ID of the
|
|
24150
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24193
24151
|
format: "uuid",
|
|
24194
24152
|
type: "string"
|
|
24195
24153
|
},
|
|
@@ -24225,7 +24183,7 @@ var openapi = {
|
|
|
24225
24183
|
type: "string"
|
|
24226
24184
|
},
|
|
24227
24185
|
workspace_id: {
|
|
24228
|
-
description: "ID of the
|
|
24186
|
+
description: "ID of the workspace associated with the event.",
|
|
24229
24187
|
format: "uuid",
|
|
24230
24188
|
type: "string"
|
|
24231
24189
|
}
|
|
@@ -24260,7 +24218,7 @@ var openapi = {
|
|
|
24260
24218
|
type: "object"
|
|
24261
24219
|
},
|
|
24262
24220
|
connected_account_id: {
|
|
24263
|
-
description: "ID of the
|
|
24221
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24264
24222
|
format: "uuid",
|
|
24265
24223
|
type: "string"
|
|
24266
24224
|
},
|
|
@@ -24296,7 +24254,7 @@ var openapi = {
|
|
|
24296
24254
|
type: "string"
|
|
24297
24255
|
},
|
|
24298
24256
|
workspace_id: {
|
|
24299
|
-
description: "ID of the
|
|
24257
|
+
description: "ID of the workspace associated with the event.",
|
|
24300
24258
|
format: "uuid",
|
|
24301
24259
|
type: "string"
|
|
24302
24260
|
}
|
|
@@ -24331,7 +24289,7 @@ var openapi = {
|
|
|
24331
24289
|
type: "object"
|
|
24332
24290
|
},
|
|
24333
24291
|
connected_account_id: {
|
|
24334
|
-
description: "ID of the
|
|
24292
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24335
24293
|
format: "uuid",
|
|
24336
24294
|
type: "string"
|
|
24337
24295
|
},
|
|
@@ -24367,7 +24325,7 @@ var openapi = {
|
|
|
24367
24325
|
type: "string"
|
|
24368
24326
|
},
|
|
24369
24327
|
workspace_id: {
|
|
24370
|
-
description: "ID of the
|
|
24328
|
+
description: "ID of the workspace associated with the event.",
|
|
24371
24329
|
format: "uuid",
|
|
24372
24330
|
type: "string"
|
|
24373
24331
|
}
|
|
@@ -24470,7 +24428,7 @@ var openapi = {
|
|
|
24470
24428
|
type: "array"
|
|
24471
24429
|
},
|
|
24472
24430
|
connected_account_id: {
|
|
24473
|
-
description: "ID of the
|
|
24431
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24474
24432
|
format: "uuid",
|
|
24475
24433
|
type: "string"
|
|
24476
24434
|
},
|
|
@@ -24575,7 +24533,7 @@ var openapi = {
|
|
|
24575
24533
|
type: "string"
|
|
24576
24534
|
},
|
|
24577
24535
|
workspace_id: {
|
|
24578
|
-
description: "ID of the
|
|
24536
|
+
description: "ID of the workspace associated with the event.",
|
|
24579
24537
|
format: "uuid",
|
|
24580
24538
|
type: "string"
|
|
24581
24539
|
}
|
|
@@ -24615,7 +24573,7 @@ var openapi = {
|
|
|
24615
24573
|
type: "object"
|
|
24616
24574
|
},
|
|
24617
24575
|
connected_account_id: {
|
|
24618
|
-
description: "ID of the
|
|
24576
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24619
24577
|
format: "uuid",
|
|
24620
24578
|
type: "string"
|
|
24621
24579
|
},
|
|
@@ -24651,7 +24609,7 @@ var openapi = {
|
|
|
24651
24609
|
type: "string"
|
|
24652
24610
|
},
|
|
24653
24611
|
workspace_id: {
|
|
24654
|
-
description: "ID of the
|
|
24612
|
+
description: "ID of the workspace associated with the event.",
|
|
24655
24613
|
format: "uuid",
|
|
24656
24614
|
type: "string"
|
|
24657
24615
|
}
|
|
@@ -24685,7 +24643,7 @@ var openapi = {
|
|
|
24685
24643
|
type: "object"
|
|
24686
24644
|
},
|
|
24687
24645
|
connected_account_id: {
|
|
24688
|
-
description: "ID of the
|
|
24646
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24689
24647
|
format: "uuid",
|
|
24690
24648
|
type: "string"
|
|
24691
24649
|
},
|
|
@@ -24721,7 +24679,7 @@ var openapi = {
|
|
|
24721
24679
|
type: "string"
|
|
24722
24680
|
},
|
|
24723
24681
|
workspace_id: {
|
|
24724
|
-
description: "ID of the
|
|
24682
|
+
description: "ID of the workspace associated with the event.",
|
|
24725
24683
|
format: "uuid",
|
|
24726
24684
|
type: "string"
|
|
24727
24685
|
}
|
|
@@ -24764,7 +24722,7 @@ var openapi = {
|
|
|
24764
24722
|
type: "string"
|
|
24765
24723
|
},
|
|
24766
24724
|
workspace_id: {
|
|
24767
|
-
description: "ID of the
|
|
24725
|
+
description: "ID of the workspace associated with the event.",
|
|
24768
24726
|
format: "uuid",
|
|
24769
24727
|
type: "string"
|
|
24770
24728
|
}
|
|
@@ -24805,7 +24763,7 @@ var openapi = {
|
|
|
24805
24763
|
type: "string"
|
|
24806
24764
|
},
|
|
24807
24765
|
workspace_id: {
|
|
24808
|
-
description: "ID of the
|
|
24766
|
+
description: "ID of the workspace associated with the event.",
|
|
24809
24767
|
format: "uuid",
|
|
24810
24768
|
type: "string"
|
|
24811
24769
|
}
|
|
@@ -24849,7 +24807,7 @@ var openapi = {
|
|
|
24849
24807
|
type: "string"
|
|
24850
24808
|
},
|
|
24851
24809
|
workspace_id: {
|
|
24852
|
-
description: "ID of the
|
|
24810
|
+
description: "ID of the workspace associated with the event.",
|
|
24853
24811
|
format: "uuid",
|
|
24854
24812
|
type: "string"
|
|
24855
24813
|
}
|
|
@@ -24898,7 +24856,7 @@ var openapi = {
|
|
|
24898
24856
|
type: "string"
|
|
24899
24857
|
},
|
|
24900
24858
|
workspace_id: {
|
|
24901
|
-
description: "ID of the
|
|
24859
|
+
description: "ID of the workspace associated with the event.",
|
|
24902
24860
|
format: "uuid",
|
|
24903
24861
|
type: "string"
|
|
24904
24862
|
}
|
|
@@ -24948,7 +24906,7 @@ var openapi = {
|
|
|
24948
24906
|
type: "string"
|
|
24949
24907
|
},
|
|
24950
24908
|
workspace_id: {
|
|
24951
|
-
description: "ID of the
|
|
24909
|
+
description: "ID of the workspace associated with the event.",
|
|
24952
24910
|
format: "uuid",
|
|
24953
24911
|
type: "string"
|
|
24954
24912
|
}
|
|
@@ -25005,7 +24963,7 @@ var openapi = {
|
|
|
25005
24963
|
type: "string"
|
|
25006
24964
|
},
|
|
25007
24965
|
workspace_id: {
|
|
25008
|
-
description: "ID of the
|
|
24966
|
+
description: "ID of the workspace associated with the event.",
|
|
25009
24967
|
format: "uuid",
|
|
25010
24968
|
type: "string"
|
|
25011
24969
|
}
|
|
@@ -25060,7 +25018,7 @@ var openapi = {
|
|
|
25060
25018
|
type: "string"
|
|
25061
25019
|
},
|
|
25062
25020
|
workspace_id: {
|
|
25063
|
-
description: "ID of the
|
|
25021
|
+
description: "ID of the workspace associated with the event.",
|
|
25064
25022
|
format: "uuid",
|
|
25065
25023
|
type: "string"
|
|
25066
25024
|
}
|
|
@@ -25120,7 +25078,7 @@ var openapi = {
|
|
|
25120
25078
|
type: "string"
|
|
25121
25079
|
},
|
|
25122
25080
|
workspace_id: {
|
|
25123
|
-
description: "ID of the
|
|
25081
|
+
description: "ID of the workspace associated with the event.",
|
|
25124
25082
|
format: "uuid",
|
|
25125
25083
|
type: "string"
|
|
25126
25084
|
}
|
|
@@ -25172,7 +25130,7 @@ var openapi = {
|
|
|
25172
25130
|
type: "string"
|
|
25173
25131
|
},
|
|
25174
25132
|
workspace_id: {
|
|
25175
|
-
description: "ID of the
|
|
25133
|
+
description: "ID of the workspace associated with the event.",
|
|
25176
25134
|
format: "uuid",
|
|
25177
25135
|
type: "string"
|
|
25178
25136
|
}
|
|
@@ -25227,7 +25185,7 @@ var openapi = {
|
|
|
25227
25185
|
type: "string"
|
|
25228
25186
|
},
|
|
25229
25187
|
workspace_id: {
|
|
25230
|
-
description: "ID of the
|
|
25188
|
+
description: "ID of the workspace associated with the event.",
|
|
25231
25189
|
format: "uuid",
|
|
25232
25190
|
type: "string"
|
|
25233
25191
|
}
|
|
@@ -25279,7 +25237,7 @@ var openapi = {
|
|
|
25279
25237
|
type: "string"
|
|
25280
25238
|
},
|
|
25281
25239
|
workspace_id: {
|
|
25282
|
-
description: "ID of the
|
|
25240
|
+
description: "ID of the workspace associated with the event.",
|
|
25283
25241
|
format: "uuid",
|
|
25284
25242
|
type: "string"
|
|
25285
25243
|
}
|
|
@@ -25339,7 +25297,7 @@ var openapi = {
|
|
|
25339
25297
|
type: "string"
|
|
25340
25298
|
},
|
|
25341
25299
|
workspace_id: {
|
|
25342
|
-
description: "ID of the
|
|
25300
|
+
description: "ID of the workspace associated with the event.",
|
|
25343
25301
|
format: "uuid",
|
|
25344
25302
|
type: "string"
|
|
25345
25303
|
}
|
|
@@ -25391,7 +25349,7 @@ var openapi = {
|
|
|
25391
25349
|
type: "string"
|
|
25392
25350
|
},
|
|
25393
25351
|
workspace_id: {
|
|
25394
|
-
description: "ID of the
|
|
25352
|
+
description: "ID of the workspace associated with the event.",
|
|
25395
25353
|
format: "uuid",
|
|
25396
25354
|
type: "string"
|
|
25397
25355
|
}
|
|
@@ -25438,7 +25396,7 @@ var openapi = {
|
|
|
25438
25396
|
type: "string"
|
|
25439
25397
|
},
|
|
25440
25398
|
workspace_id: {
|
|
25441
|
-
description: "ID of the
|
|
25399
|
+
description: "ID of the workspace associated with the event.",
|
|
25442
25400
|
format: "uuid",
|
|
25443
25401
|
type: "string"
|
|
25444
25402
|
}
|
|
@@ -25484,7 +25442,7 @@ var openapi = {
|
|
|
25484
25442
|
type: "string"
|
|
25485
25443
|
},
|
|
25486
25444
|
workspace_id: {
|
|
25487
|
-
description: "ID of the
|
|
25445
|
+
description: "ID of the workspace associated with the event.",
|
|
25488
25446
|
format: "uuid",
|
|
25489
25447
|
type: "string"
|
|
25490
25448
|
}
|
|
@@ -25622,7 +25580,7 @@ var openapi = {
|
|
|
25622
25580
|
type: "string"
|
|
25623
25581
|
},
|
|
25624
25582
|
workspace_id: {
|
|
25625
|
-
description: "ID of the
|
|
25583
|
+
description: "ID of the workspace associated with the event.",
|
|
25626
25584
|
format: "uuid",
|
|
25627
25585
|
type: "string"
|
|
25628
25586
|
}
|
|
@@ -25677,7 +25635,7 @@ var openapi = {
|
|
|
25677
25635
|
type: "string"
|
|
25678
25636
|
},
|
|
25679
25637
|
workspace_id: {
|
|
25680
|
-
description: "ID of the
|
|
25638
|
+
description: "ID of the workspace associated with the event.",
|
|
25681
25639
|
format: "uuid",
|
|
25682
25640
|
type: "string"
|
|
25683
25641
|
}
|
|
@@ -25729,7 +25687,7 @@ var openapi = {
|
|
|
25729
25687
|
type: "string"
|
|
25730
25688
|
},
|
|
25731
25689
|
workspace_id: {
|
|
25732
|
-
description: "ID of the
|
|
25690
|
+
description: "ID of the workspace associated with the event.",
|
|
25733
25691
|
format: "uuid",
|
|
25734
25692
|
type: "string"
|
|
25735
25693
|
}
|
|
@@ -25781,7 +25739,7 @@ var openapi = {
|
|
|
25781
25739
|
type: "string"
|
|
25782
25740
|
},
|
|
25783
25741
|
workspace_id: {
|
|
25784
|
-
description: "ID of the
|
|
25742
|
+
description: "ID of the workspace associated with the event.",
|
|
25785
25743
|
format: "uuid",
|
|
25786
25744
|
type: "string"
|
|
25787
25745
|
}
|
|
@@ -25836,7 +25794,7 @@ var openapi = {
|
|
|
25836
25794
|
type: "string"
|
|
25837
25795
|
},
|
|
25838
25796
|
workspace_id: {
|
|
25839
|
-
description: "ID of the
|
|
25797
|
+
description: "ID of the workspace associated with the event.",
|
|
25840
25798
|
format: "uuid",
|
|
25841
25799
|
type: "string"
|
|
25842
25800
|
}
|
|
@@ -25884,7 +25842,7 @@ var openapi = {
|
|
|
25884
25842
|
type: "string"
|
|
25885
25843
|
},
|
|
25886
25844
|
workspace_id: {
|
|
25887
|
-
description: "ID of the
|
|
25845
|
+
description: "ID of the workspace associated with the event.",
|
|
25888
25846
|
format: "uuid",
|
|
25889
25847
|
type: "string"
|
|
25890
25848
|
}
|
|
@@ -25932,7 +25890,7 @@ var openapi = {
|
|
|
25932
25890
|
type: "string"
|
|
25933
25891
|
},
|
|
25934
25892
|
workspace_id: {
|
|
25935
|
-
description: "ID of the
|
|
25893
|
+
description: "ID of the workspace associated with the event.",
|
|
25936
25894
|
format: "uuid",
|
|
25937
25895
|
type: "string"
|
|
25938
25896
|
}
|
|
@@ -25984,7 +25942,7 @@ var openapi = {
|
|
|
25984
25942
|
type: "string"
|
|
25985
25943
|
},
|
|
25986
25944
|
workspace_id: {
|
|
25987
|
-
description: "ID of the
|
|
25945
|
+
description: "ID of the workspace associated with the event.",
|
|
25988
25946
|
format: "uuid",
|
|
25989
25947
|
type: "string"
|
|
25990
25948
|
}
|
|
@@ -26036,7 +25994,7 @@ var openapi = {
|
|
|
26036
25994
|
type: "string"
|
|
26037
25995
|
},
|
|
26038
25996
|
workspace_id: {
|
|
26039
|
-
description: "ID of the
|
|
25997
|
+
description: "ID of the workspace associated with the event.",
|
|
26040
25998
|
format: "uuid",
|
|
26041
25999
|
type: "string"
|
|
26042
26000
|
}
|
|
@@ -26091,7 +26049,7 @@ var openapi = {
|
|
|
26091
26049
|
type: "string"
|
|
26092
26050
|
},
|
|
26093
26051
|
workspace_id: {
|
|
26094
|
-
description: "ID of the
|
|
26052
|
+
description: "ID of the workspace associated with the event.",
|
|
26095
26053
|
format: "uuid",
|
|
26096
26054
|
type: "string"
|
|
26097
26055
|
}
|
|
@@ -26139,7 +26097,7 @@ var openapi = {
|
|
|
26139
26097
|
type: "string"
|
|
26140
26098
|
},
|
|
26141
26099
|
workspace_id: {
|
|
26142
|
-
description: "ID of the
|
|
26100
|
+
description: "ID of the workspace associated with the event.",
|
|
26143
26101
|
format: "uuid",
|
|
26144
26102
|
type: "string"
|
|
26145
26103
|
}
|
|
@@ -26187,7 +26145,7 @@ var openapi = {
|
|
|
26187
26145
|
type: "string"
|
|
26188
26146
|
},
|
|
26189
26147
|
workspace_id: {
|
|
26190
|
-
description: "ID of the
|
|
26148
|
+
description: "ID of the workspace associated with the event.",
|
|
26191
26149
|
format: "uuid",
|
|
26192
26150
|
type: "string"
|
|
26193
26151
|
}
|
|
@@ -26205,7 +26163,7 @@ var openapi = {
|
|
|
26205
26163
|
"x-route-path": "/acs/entrances"
|
|
26206
26164
|
},
|
|
26207
26165
|
{
|
|
26208
|
-
description: "A
|
|
26166
|
+
description: "A client session was deleted.",
|
|
26209
26167
|
properties: {
|
|
26210
26168
|
client_session_id: {
|
|
26211
26169
|
description: "ID of the affected client session.",
|
|
@@ -26229,7 +26187,7 @@ var openapi = {
|
|
|
26229
26187
|
type: "string"
|
|
26230
26188
|
},
|
|
26231
26189
|
workspace_id: {
|
|
26232
|
-
description: "ID of the
|
|
26190
|
+
description: "ID of the workspace associated with the event.",
|
|
26233
26191
|
format: "uuid",
|
|
26234
26192
|
type: "string"
|
|
26235
26193
|
}
|
|
@@ -26246,10 +26204,10 @@ var openapi = {
|
|
|
26246
26204
|
"x-route-path": "/client_sessions"
|
|
26247
26205
|
},
|
|
26248
26206
|
{
|
|
26249
|
-
description: "A
|
|
26207
|
+
description: "A connected account was connected for the first time or was reconnected after being disconnected.",
|
|
26250
26208
|
properties: {
|
|
26251
26209
|
connect_webview_id: {
|
|
26252
|
-
description: "ID of the
|
|
26210
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26253
26211
|
format: "uuid",
|
|
26254
26212
|
type: "string"
|
|
26255
26213
|
},
|
|
@@ -26261,7 +26219,7 @@ var openapi = {
|
|
|
26261
26219
|
type: "object"
|
|
26262
26220
|
},
|
|
26263
26221
|
connected_account_id: {
|
|
26264
|
-
description: "ID of the affected
|
|
26222
|
+
description: "ID of the affected connected account.",
|
|
26265
26223
|
format: "uuid",
|
|
26266
26224
|
type: "string"
|
|
26267
26225
|
},
|
|
@@ -26289,7 +26247,7 @@ var openapi = {
|
|
|
26289
26247
|
type: "string"
|
|
26290
26248
|
},
|
|
26291
26249
|
workspace_id: {
|
|
26292
|
-
description: "ID of the
|
|
26250
|
+
description: "ID of the workspace associated with the event.",
|
|
26293
26251
|
format: "uuid",
|
|
26294
26252
|
type: "string"
|
|
26295
26253
|
}
|
|
@@ -26306,10 +26264,10 @@ var openapi = {
|
|
|
26306
26264
|
"x-route-path": "/connected_accounts"
|
|
26307
26265
|
},
|
|
26308
26266
|
{
|
|
26309
|
-
description: "A
|
|
26267
|
+
description: "A connected account was created.",
|
|
26310
26268
|
properties: {
|
|
26311
26269
|
connect_webview_id: {
|
|
26312
|
-
description: "ID of the
|
|
26270
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26313
26271
|
format: "uuid",
|
|
26314
26272
|
type: "string"
|
|
26315
26273
|
},
|
|
@@ -26321,7 +26279,7 @@ var openapi = {
|
|
|
26321
26279
|
type: "object"
|
|
26322
26280
|
},
|
|
26323
26281
|
connected_account_id: {
|
|
26324
|
-
description: "ID of the affected
|
|
26282
|
+
description: "ID of the affected connected account.",
|
|
26325
26283
|
format: "uuid",
|
|
26326
26284
|
type: "string"
|
|
26327
26285
|
},
|
|
@@ -26345,7 +26303,7 @@ var openapi = {
|
|
|
26345
26303
|
type: "string"
|
|
26346
26304
|
},
|
|
26347
26305
|
workspace_id: {
|
|
26348
|
-
description: "ID of the
|
|
26306
|
+
description: "ID of the workspace associated with the event.",
|
|
26349
26307
|
format: "uuid",
|
|
26350
26308
|
type: "string"
|
|
26351
26309
|
}
|
|
@@ -26364,10 +26322,10 @@ var openapi = {
|
|
|
26364
26322
|
},
|
|
26365
26323
|
{
|
|
26366
26324
|
deprecated: true,
|
|
26367
|
-
description: "A
|
|
26325
|
+
description: "A connected account had a successful login using a Connect Webview.",
|
|
26368
26326
|
properties: {
|
|
26369
26327
|
connect_webview_id: {
|
|
26370
|
-
description: "ID of the
|
|
26328
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26371
26329
|
format: "uuid",
|
|
26372
26330
|
type: "string"
|
|
26373
26331
|
},
|
|
@@ -26379,7 +26337,7 @@ var openapi = {
|
|
|
26379
26337
|
type: "object"
|
|
26380
26338
|
},
|
|
26381
26339
|
connected_account_id: {
|
|
26382
|
-
description: "ID of the affected
|
|
26340
|
+
description: "ID of the affected connected account.",
|
|
26383
26341
|
format: "uuid",
|
|
26384
26342
|
type: "string"
|
|
26385
26343
|
},
|
|
@@ -26403,7 +26361,7 @@ var openapi = {
|
|
|
26403
26361
|
type: "string"
|
|
26404
26362
|
},
|
|
26405
26363
|
workspace_id: {
|
|
26406
|
-
description: "ID of the
|
|
26364
|
+
description: "ID of the workspace associated with the event.",
|
|
26407
26365
|
format: "uuid",
|
|
26408
26366
|
type: "string"
|
|
26409
26367
|
}
|
|
@@ -26422,7 +26380,7 @@ var openapi = {
|
|
|
26422
26380
|
"x-route-path": "/connected_accounts"
|
|
26423
26381
|
},
|
|
26424
26382
|
{
|
|
26425
|
-
description: "A
|
|
26383
|
+
description: "A connected account was disconnected.",
|
|
26426
26384
|
properties: {
|
|
26427
26385
|
connected_account_custom_metadata: {
|
|
26428
26386
|
additionalProperties: {
|
|
@@ -26455,7 +26413,7 @@ var openapi = {
|
|
|
26455
26413
|
type: "array"
|
|
26456
26414
|
},
|
|
26457
26415
|
connected_account_id: {
|
|
26458
|
-
description: "ID of the affected
|
|
26416
|
+
description: "ID of the affected connected account.",
|
|
26459
26417
|
format: "uuid",
|
|
26460
26418
|
type: "string"
|
|
26461
26419
|
},
|
|
@@ -26502,7 +26460,7 @@ var openapi = {
|
|
|
26502
26460
|
type: "string"
|
|
26503
26461
|
},
|
|
26504
26462
|
workspace_id: {
|
|
26505
|
-
description: "ID of the
|
|
26463
|
+
description: "ID of the workspace associated with the event.",
|
|
26506
26464
|
format: "uuid",
|
|
26507
26465
|
type: "string"
|
|
26508
26466
|
}
|
|
@@ -26521,7 +26479,7 @@ var openapi = {
|
|
|
26521
26479
|
"x-route-path": "/connected_accounts"
|
|
26522
26480
|
},
|
|
26523
26481
|
{
|
|
26524
|
-
description: "A
|
|
26482
|
+
description: "A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.",
|
|
26525
26483
|
properties: {
|
|
26526
26484
|
connected_account_custom_metadata: {
|
|
26527
26485
|
additionalProperties: {
|
|
@@ -26531,7 +26489,7 @@ var openapi = {
|
|
|
26531
26489
|
type: "object"
|
|
26532
26490
|
},
|
|
26533
26491
|
connected_account_id: {
|
|
26534
|
-
description: "ID of the affected
|
|
26492
|
+
description: "ID of the affected connected account.",
|
|
26535
26493
|
format: "uuid",
|
|
26536
26494
|
type: "string"
|
|
26537
26495
|
},
|
|
@@ -26555,7 +26513,7 @@ var openapi = {
|
|
|
26555
26513
|
type: "string"
|
|
26556
26514
|
},
|
|
26557
26515
|
workspace_id: {
|
|
26558
|
-
description: "ID of the
|
|
26516
|
+
description: "ID of the workspace associated with the event.",
|
|
26559
26517
|
format: "uuid",
|
|
26560
26518
|
type: "string"
|
|
26561
26519
|
}
|
|
@@ -26572,7 +26530,7 @@ var openapi = {
|
|
|
26572
26530
|
"x-route-path": "/connected_accounts"
|
|
26573
26531
|
},
|
|
26574
26532
|
{
|
|
26575
|
-
description: "A
|
|
26533
|
+
description: "A connected account was deleted.",
|
|
26576
26534
|
properties: {
|
|
26577
26535
|
connected_account_custom_metadata: {
|
|
26578
26536
|
additionalProperties: {
|
|
@@ -26582,7 +26540,7 @@ var openapi = {
|
|
|
26582
26540
|
type: "object"
|
|
26583
26541
|
},
|
|
26584
26542
|
connected_account_id: {
|
|
26585
|
-
description: "ID of the affected
|
|
26543
|
+
description: "ID of the affected connected account.",
|
|
26586
26544
|
format: "uuid",
|
|
26587
26545
|
type: "string"
|
|
26588
26546
|
},
|
|
@@ -26614,7 +26572,7 @@ var openapi = {
|
|
|
26614
26572
|
type: "string"
|
|
26615
26573
|
},
|
|
26616
26574
|
workspace_id: {
|
|
26617
|
-
description: "ID of the
|
|
26575
|
+
description: "ID of the workspace associated with the event.",
|
|
26618
26576
|
format: "uuid",
|
|
26619
26577
|
type: "string"
|
|
26620
26578
|
}
|
|
@@ -26631,7 +26589,7 @@ var openapi = {
|
|
|
26631
26589
|
"x-route-path": "/connected_accounts"
|
|
26632
26590
|
},
|
|
26633
26591
|
{
|
|
26634
|
-
description: "A
|
|
26592
|
+
description: "A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.",
|
|
26635
26593
|
properties: {
|
|
26636
26594
|
connected_account_custom_metadata: {
|
|
26637
26595
|
additionalProperties: {
|
|
@@ -26641,7 +26599,7 @@ var openapi = {
|
|
|
26641
26599
|
type: "object"
|
|
26642
26600
|
},
|
|
26643
26601
|
connected_account_id: {
|
|
26644
|
-
description: "ID of the affected
|
|
26602
|
+
description: "ID of the affected connected account.",
|
|
26645
26603
|
format: "uuid",
|
|
26646
26604
|
type: "string"
|
|
26647
26605
|
},
|
|
@@ -26667,7 +26625,7 @@ var openapi = {
|
|
|
26667
26625
|
type: "string"
|
|
26668
26626
|
},
|
|
26669
26627
|
workspace_id: {
|
|
26670
|
-
description: "ID of the
|
|
26628
|
+
description: "ID of the workspace associated with the event.",
|
|
26671
26629
|
format: "uuid",
|
|
26672
26630
|
type: "string"
|
|
26673
26631
|
}
|
|
@@ -26684,7 +26642,7 @@ var openapi = {
|
|
|
26684
26642
|
"x-route-path": "/connected_accounts"
|
|
26685
26643
|
},
|
|
26686
26644
|
{
|
|
26687
|
-
description: "A
|
|
26645
|
+
description: "A connected account requires reauthorization using a new Connect Webview. The account is still connected, but cannot access new features. Delaying reauthorization too long will eventually cause the Connected Account to become disconnected.",
|
|
26688
26646
|
properties: {
|
|
26689
26647
|
connected_account_custom_metadata: {
|
|
26690
26648
|
additionalProperties: {
|
|
@@ -26717,7 +26675,7 @@ var openapi = {
|
|
|
26717
26675
|
type: "array"
|
|
26718
26676
|
},
|
|
26719
26677
|
connected_account_id: {
|
|
26720
|
-
description: "ID of the affected
|
|
26678
|
+
description: "ID of the affected connected account.",
|
|
26721
26679
|
format: "uuid",
|
|
26722
26680
|
type: "string"
|
|
26723
26681
|
},
|
|
@@ -26764,7 +26722,7 @@ var openapi = {
|
|
|
26764
26722
|
type: "string"
|
|
26765
26723
|
},
|
|
26766
26724
|
workspace_id: {
|
|
26767
|
-
description: "ID of the
|
|
26725
|
+
description: "ID of the workspace associated with the event.",
|
|
26768
26726
|
format: "uuid",
|
|
26769
26727
|
type: "string"
|
|
26770
26728
|
}
|
|
@@ -26783,7 +26741,7 @@ var openapi = {
|
|
|
26783
26741
|
"x-route-path": "/connected_accounts"
|
|
26784
26742
|
},
|
|
26785
26743
|
{
|
|
26786
|
-
description: "A lock door
|
|
26744
|
+
description: "A lock door action attempt succeeded.",
|
|
26787
26745
|
properties: {
|
|
26788
26746
|
action_attempt_id: {
|
|
26789
26747
|
description: "ID of the affected action attempt.",
|
|
@@ -26825,7 +26783,7 @@ var openapi = {
|
|
|
26825
26783
|
},
|
|
26826
26784
|
status: { description: "Status of the action.", type: "string" },
|
|
26827
26785
|
workspace_id: {
|
|
26828
|
-
description: "ID of the
|
|
26786
|
+
description: "ID of the workspace associated with the event.",
|
|
26829
26787
|
format: "uuid",
|
|
26830
26788
|
type: "string"
|
|
26831
26789
|
}
|
|
@@ -26844,7 +26802,7 @@ var openapi = {
|
|
|
26844
26802
|
"x-route-path": "/action_attempts"
|
|
26845
26803
|
},
|
|
26846
26804
|
{
|
|
26847
|
-
description: "A lock door
|
|
26805
|
+
description: "A lock door action attempt failed.",
|
|
26848
26806
|
properties: {
|
|
26849
26807
|
action_attempt_id: {
|
|
26850
26808
|
description: "ID of the affected action attempt.",
|
|
@@ -26886,7 +26844,7 @@ var openapi = {
|
|
|
26886
26844
|
},
|
|
26887
26845
|
status: { description: "Status of the action.", type: "string" },
|
|
26888
26846
|
workspace_id: {
|
|
26889
|
-
description: "ID of the
|
|
26847
|
+
description: "ID of the workspace associated with the event.",
|
|
26890
26848
|
format: "uuid",
|
|
26891
26849
|
type: "string"
|
|
26892
26850
|
}
|
|
@@ -26905,7 +26863,7 @@ var openapi = {
|
|
|
26905
26863
|
"x-route-path": "/action_attempts"
|
|
26906
26864
|
},
|
|
26907
26865
|
{
|
|
26908
|
-
description: "An unlock door
|
|
26866
|
+
description: "An unlock door action attempt succeeded.",
|
|
26909
26867
|
properties: {
|
|
26910
26868
|
action_attempt_id: {
|
|
26911
26869
|
description: "ID of the affected action attempt.",
|
|
@@ -26947,7 +26905,7 @@ var openapi = {
|
|
|
26947
26905
|
},
|
|
26948
26906
|
status: { description: "Status of the action.", type: "string" },
|
|
26949
26907
|
workspace_id: {
|
|
26950
|
-
description: "ID of the
|
|
26908
|
+
description: "ID of the workspace associated with the event.",
|
|
26951
26909
|
format: "uuid",
|
|
26952
26910
|
type: "string"
|
|
26953
26911
|
}
|
|
@@ -26966,7 +26924,7 @@ var openapi = {
|
|
|
26966
26924
|
"x-route-path": "/action_attempts"
|
|
26967
26925
|
},
|
|
26968
26926
|
{
|
|
26969
|
-
description: "An unlock door
|
|
26927
|
+
description: "An unlock door action attempt failed.",
|
|
26970
26928
|
properties: {
|
|
26971
26929
|
action_attempt_id: {
|
|
26972
26930
|
description: "ID of the affected action attempt.",
|
|
@@ -27008,7 +26966,7 @@ var openapi = {
|
|
|
27008
26966
|
},
|
|
27009
26967
|
status: { description: "Status of the action.", type: "string" },
|
|
27010
26968
|
workspace_id: {
|
|
27011
|
-
description: "ID of the
|
|
26969
|
+
description: "ID of the workspace associated with the event.",
|
|
27012
26970
|
format: "uuid",
|
|
27013
26971
|
type: "string"
|
|
27014
26972
|
}
|
|
@@ -27027,7 +26985,7 @@ var openapi = {
|
|
|
27027
26985
|
"x-route-path": "/action_attempts"
|
|
27028
26986
|
},
|
|
27029
26987
|
{
|
|
27030
|
-
description: "A simulate keypad code entry
|
|
26988
|
+
description: "A simulate keypad code entry action attempt succeeded.",
|
|
27031
26989
|
properties: {
|
|
27032
26990
|
action_attempt_id: {
|
|
27033
26991
|
description: "ID of the affected action attempt.",
|
|
@@ -27069,7 +27027,7 @@ var openapi = {
|
|
|
27069
27027
|
},
|
|
27070
27028
|
status: { description: "Status of the action.", type: "string" },
|
|
27071
27029
|
workspace_id: {
|
|
27072
|
-
description: "ID of the
|
|
27030
|
+
description: "ID of the workspace associated with the event.",
|
|
27073
27031
|
format: "uuid",
|
|
27074
27032
|
type: "string"
|
|
27075
27033
|
}
|
|
@@ -27088,7 +27046,7 @@ var openapi = {
|
|
|
27088
27046
|
"x-route-path": "/action_attempts"
|
|
27089
27047
|
},
|
|
27090
27048
|
{
|
|
27091
|
-
description: "A simulate keypad code entry
|
|
27049
|
+
description: "A simulate keypad code entry action attempt failed.",
|
|
27092
27050
|
properties: {
|
|
27093
27051
|
action_attempt_id: {
|
|
27094
27052
|
description: "ID of the affected action attempt.",
|
|
@@ -27130,7 +27088,7 @@ var openapi = {
|
|
|
27130
27088
|
},
|
|
27131
27089
|
status: { description: "Status of the action.", type: "string" },
|
|
27132
27090
|
workspace_id: {
|
|
27133
|
-
description: "ID of the
|
|
27091
|
+
description: "ID of the workspace associated with the event.",
|
|
27134
27092
|
format: "uuid",
|
|
27135
27093
|
type: "string"
|
|
27136
27094
|
}
|
|
@@ -27149,7 +27107,7 @@ var openapi = {
|
|
|
27149
27107
|
"x-route-path": "/action_attempts"
|
|
27150
27108
|
},
|
|
27151
27109
|
{
|
|
27152
|
-
description: "A simulate manual lock via keypad
|
|
27110
|
+
description: "A simulate manual lock via keypad action attempt succeeded.",
|
|
27153
27111
|
properties: {
|
|
27154
27112
|
action_attempt_id: {
|
|
27155
27113
|
description: "ID of the affected action attempt.",
|
|
@@ -27193,7 +27151,7 @@ var openapi = {
|
|
|
27193
27151
|
},
|
|
27194
27152
|
status: { description: "Status of the action.", type: "string" },
|
|
27195
27153
|
workspace_id: {
|
|
27196
|
-
description: "ID of the
|
|
27154
|
+
description: "ID of the workspace associated with the event.",
|
|
27197
27155
|
format: "uuid",
|
|
27198
27156
|
type: "string"
|
|
27199
27157
|
}
|
|
@@ -27212,7 +27170,7 @@ var openapi = {
|
|
|
27212
27170
|
"x-route-path": "/action_attempts"
|
|
27213
27171
|
},
|
|
27214
27172
|
{
|
|
27215
|
-
description: "A simulate manual lock via keypad
|
|
27173
|
+
description: "A simulate manual lock via keypad action attempt failed.",
|
|
27216
27174
|
properties: {
|
|
27217
27175
|
action_attempt_id: {
|
|
27218
27176
|
description: "ID of the affected action attempt.",
|
|
@@ -27254,7 +27212,7 @@ var openapi = {
|
|
|
27254
27212
|
},
|
|
27255
27213
|
status: { description: "Status of the action.", type: "string" },
|
|
27256
27214
|
workspace_id: {
|
|
27257
|
-
description: "ID of the
|
|
27215
|
+
description: "ID of the workspace associated with the event.",
|
|
27258
27216
|
format: "uuid",
|
|
27259
27217
|
type: "string"
|
|
27260
27218
|
}
|
|
@@ -27273,10 +27231,10 @@ var openapi = {
|
|
|
27273
27231
|
"x-route-path": "/action_attempts"
|
|
27274
27232
|
},
|
|
27275
27233
|
{
|
|
27276
|
-
description: "A
|
|
27234
|
+
description: "A Connect Webview login succeeded.",
|
|
27277
27235
|
properties: {
|
|
27278
27236
|
connect_webview_id: {
|
|
27279
|
-
description: "ID of the affected
|
|
27237
|
+
description: "ID of the affected Connect Webview.",
|
|
27280
27238
|
format: "uuid",
|
|
27281
27239
|
type: "string"
|
|
27282
27240
|
},
|
|
@@ -27288,7 +27246,7 @@ var openapi = {
|
|
|
27288
27246
|
type: "object"
|
|
27289
27247
|
},
|
|
27290
27248
|
connected_account_id: {
|
|
27291
|
-
description: "ID of the
|
|
27249
|
+
description: "ID of the connected account associated with the event.",
|
|
27292
27250
|
format: "uuid",
|
|
27293
27251
|
type: "string"
|
|
27294
27252
|
},
|
|
@@ -27316,7 +27274,7 @@ var openapi = {
|
|
|
27316
27274
|
type: "string"
|
|
27317
27275
|
},
|
|
27318
27276
|
workspace_id: {
|
|
27319
|
-
description: "ID of the
|
|
27277
|
+
description: "ID of the workspace associated with the event.",
|
|
27320
27278
|
format: "uuid",
|
|
27321
27279
|
type: "string"
|
|
27322
27280
|
}
|
|
@@ -27334,10 +27292,10 @@ var openapi = {
|
|
|
27334
27292
|
"x-route-path": "/connect_webviews"
|
|
27335
27293
|
},
|
|
27336
27294
|
{
|
|
27337
|
-
description: "A
|
|
27295
|
+
description: "A Connect Webview login failed.",
|
|
27338
27296
|
properties: {
|
|
27339
27297
|
connect_webview_id: {
|
|
27340
|
-
description: "ID of the affected
|
|
27298
|
+
description: "ID of the affected Connect Webview.",
|
|
27341
27299
|
format: "uuid",
|
|
27342
27300
|
type: "string"
|
|
27343
27301
|
},
|
|
@@ -27361,7 +27319,7 @@ var openapi = {
|
|
|
27361
27319
|
type: "string"
|
|
27362
27320
|
},
|
|
27363
27321
|
workspace_id: {
|
|
27364
|
-
description: "ID of the
|
|
27322
|
+
description: "ID of the workspace associated with the event.",
|
|
27365
27323
|
format: "uuid",
|
|
27366
27324
|
type: "string"
|
|
27367
27325
|
}
|
|
@@ -27378,7 +27336,7 @@ var openapi = {
|
|
|
27378
27336
|
"x-route-path": "/connect_webviews"
|
|
27379
27337
|
},
|
|
27380
27338
|
{
|
|
27381
|
-
description: "The status of a
|
|
27339
|
+
description: "The status of a device changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`. Note that some devices operate entirely in offline mode, so Seam never emits a `device.connected` event for these devices.",
|
|
27382
27340
|
properties: {
|
|
27383
27341
|
connected_account_custom_metadata: {
|
|
27384
27342
|
additionalProperties: {
|
|
@@ -27388,7 +27346,7 @@ var openapi = {
|
|
|
27388
27346
|
type: "object"
|
|
27389
27347
|
},
|
|
27390
27348
|
connected_account_id: {
|
|
27391
|
-
description: "ID of the
|
|
27349
|
+
description: "ID of the connected account associated with the event.",
|
|
27392
27350
|
format: "uuid",
|
|
27393
27351
|
type: "string"
|
|
27394
27352
|
},
|
|
@@ -27425,7 +27383,7 @@ var openapi = {
|
|
|
27425
27383
|
type: "string"
|
|
27426
27384
|
},
|
|
27427
27385
|
workspace_id: {
|
|
27428
|
-
description: "ID of the
|
|
27386
|
+
description: "ID of the workspace associated with the event.",
|
|
27429
27387
|
format: "uuid",
|
|
27430
27388
|
type: "string"
|
|
27431
27389
|
}
|
|
@@ -27443,7 +27401,7 @@ var openapi = {
|
|
|
27443
27401
|
"x-route-path": "/devices"
|
|
27444
27402
|
},
|
|
27445
27403
|
{
|
|
27446
|
-
description: "A
|
|
27404
|
+
description: "A device was added to Seam or was re-added to Seam after having been removed.",
|
|
27447
27405
|
properties: {
|
|
27448
27406
|
connected_account_custom_metadata: {
|
|
27449
27407
|
additionalProperties: {
|
|
@@ -27453,7 +27411,7 @@ var openapi = {
|
|
|
27453
27411
|
type: "object"
|
|
27454
27412
|
},
|
|
27455
27413
|
connected_account_id: {
|
|
27456
|
-
description: "ID of the
|
|
27414
|
+
description: "ID of the connected account associated with the event.",
|
|
27457
27415
|
format: "uuid",
|
|
27458
27416
|
type: "string"
|
|
27459
27417
|
},
|
|
@@ -27490,7 +27448,7 @@ var openapi = {
|
|
|
27490
27448
|
type: "string"
|
|
27491
27449
|
},
|
|
27492
27450
|
workspace_id: {
|
|
27493
|
-
description: "ID of the
|
|
27451
|
+
description: "ID of the workspace associated with the event.",
|
|
27494
27452
|
format: "uuid",
|
|
27495
27453
|
type: "string"
|
|
27496
27454
|
}
|
|
@@ -27518,7 +27476,7 @@ var openapi = {
|
|
|
27518
27476
|
type: "object"
|
|
27519
27477
|
},
|
|
27520
27478
|
connected_account_id: {
|
|
27521
|
-
description: "ID of the
|
|
27479
|
+
description: "ID of the connected account associated with the event.",
|
|
27522
27480
|
format: "uuid",
|
|
27523
27481
|
type: "string"
|
|
27524
27482
|
},
|
|
@@ -27558,7 +27516,7 @@ var openapi = {
|
|
|
27558
27516
|
type: "string"
|
|
27559
27517
|
},
|
|
27560
27518
|
workspace_id: {
|
|
27561
|
-
description: "ID of the
|
|
27519
|
+
description: "ID of the workspace associated with the event.",
|
|
27562
27520
|
format: "uuid",
|
|
27563
27521
|
type: "string"
|
|
27564
27522
|
}
|
|
@@ -27586,7 +27544,7 @@ var openapi = {
|
|
|
27586
27544
|
type: "object"
|
|
27587
27545
|
},
|
|
27588
27546
|
connected_account_id: {
|
|
27589
|
-
description: "ID of the
|
|
27547
|
+
description: "ID of the connected account associated with the event.",
|
|
27590
27548
|
format: "uuid",
|
|
27591
27549
|
type: "string"
|
|
27592
27550
|
},
|
|
@@ -27626,7 +27584,7 @@ var openapi = {
|
|
|
27626
27584
|
type: "string"
|
|
27627
27585
|
},
|
|
27628
27586
|
workspace_id: {
|
|
27629
|
-
description: "ID of the
|
|
27587
|
+
description: "ID of the workspace associated with the event.",
|
|
27630
27588
|
format: "uuid",
|
|
27631
27589
|
type: "string"
|
|
27632
27590
|
}
|
|
@@ -27654,7 +27612,7 @@ var openapi = {
|
|
|
27654
27612
|
type: "object"
|
|
27655
27613
|
},
|
|
27656
27614
|
connected_account_id: {
|
|
27657
|
-
description: "ID of the
|
|
27615
|
+
description: "ID of the connected account associated with the event.",
|
|
27658
27616
|
format: "uuid",
|
|
27659
27617
|
type: "string"
|
|
27660
27618
|
},
|
|
@@ -27694,7 +27652,7 @@ var openapi = {
|
|
|
27694
27652
|
type: "string"
|
|
27695
27653
|
},
|
|
27696
27654
|
workspace_id: {
|
|
27697
|
-
description: "ID of the
|
|
27655
|
+
description: "ID of the workspace associated with the event.",
|
|
27698
27656
|
format: "uuid",
|
|
27699
27657
|
type: "string"
|
|
27700
27658
|
}
|
|
@@ -27712,7 +27670,7 @@ var openapi = {
|
|
|
27712
27670
|
"x-route-path": "/devices/unmanaged"
|
|
27713
27671
|
},
|
|
27714
27672
|
{
|
|
27715
|
-
description: "The status of a
|
|
27673
|
+
description: "The status of a device changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.",
|
|
27716
27674
|
properties: {
|
|
27717
27675
|
connected_account_custom_metadata: {
|
|
27718
27676
|
additionalProperties: {
|
|
@@ -27745,7 +27703,7 @@ var openapi = {
|
|
|
27745
27703
|
type: "array"
|
|
27746
27704
|
},
|
|
27747
27705
|
connected_account_id: {
|
|
27748
|
-
description: "ID of the
|
|
27706
|
+
description: "ID of the connected account associated with the event.",
|
|
27749
27707
|
format: "uuid",
|
|
27750
27708
|
type: "string"
|
|
27751
27709
|
},
|
|
@@ -27860,7 +27818,7 @@ var openapi = {
|
|
|
27860
27818
|
type: "string"
|
|
27861
27819
|
},
|
|
27862
27820
|
workspace_id: {
|
|
27863
|
-
description: "ID of the
|
|
27821
|
+
description: "ID of the workspace associated with the event.",
|
|
27864
27822
|
format: "uuid",
|
|
27865
27823
|
type: "string"
|
|
27866
27824
|
}
|
|
@@ -27916,7 +27874,7 @@ var openapi = {
|
|
|
27916
27874
|
type: "array"
|
|
27917
27875
|
},
|
|
27918
27876
|
connected_account_id: {
|
|
27919
|
-
description: "ID of the
|
|
27877
|
+
description: "ID of the connected account associated with the event.",
|
|
27920
27878
|
format: "uuid",
|
|
27921
27879
|
type: "string"
|
|
27922
27880
|
},
|
|
@@ -28034,7 +27992,7 @@ var openapi = {
|
|
|
28034
27992
|
type: "string"
|
|
28035
27993
|
},
|
|
28036
27994
|
workspace_id: {
|
|
28037
|
-
description: "ID of the
|
|
27995
|
+
description: "ID of the workspace associated with the event.",
|
|
28038
27996
|
format: "uuid",
|
|
28039
27997
|
type: "string"
|
|
28040
27998
|
}
|
|
@@ -28057,7 +28015,7 @@ var openapi = {
|
|
|
28057
28015
|
"x-route-path": "/devices/unmanaged"
|
|
28058
28016
|
},
|
|
28059
28017
|
{
|
|
28060
|
-
description: "A
|
|
28018
|
+
description: "A device detected that it was tampered with, for example, opened or moved.",
|
|
28061
28019
|
properties: {
|
|
28062
28020
|
connected_account_custom_metadata: {
|
|
28063
28021
|
additionalProperties: {
|
|
@@ -28067,7 +28025,7 @@ var openapi = {
|
|
|
28067
28025
|
type: "object"
|
|
28068
28026
|
},
|
|
28069
28027
|
connected_account_id: {
|
|
28070
|
-
description: "ID of the
|
|
28028
|
+
description: "ID of the connected account associated with the event.",
|
|
28071
28029
|
format: "uuid",
|
|
28072
28030
|
type: "string"
|
|
28073
28031
|
},
|
|
@@ -28104,7 +28062,7 @@ var openapi = {
|
|
|
28104
28062
|
type: "string"
|
|
28105
28063
|
},
|
|
28106
28064
|
workspace_id: {
|
|
28107
|
-
description: "ID of the
|
|
28065
|
+
description: "ID of the workspace associated with the event.",
|
|
28108
28066
|
format: "uuid",
|
|
28109
28067
|
type: "string"
|
|
28110
28068
|
}
|
|
@@ -28122,7 +28080,7 @@ var openapi = {
|
|
|
28122
28080
|
"x-route-path": "/devices"
|
|
28123
28081
|
},
|
|
28124
28082
|
{
|
|
28125
|
-
description: "A
|
|
28083
|
+
description: "A device battery level dropped below the low threshold.",
|
|
28126
28084
|
properties: {
|
|
28127
28085
|
battery_level: {
|
|
28128
28086
|
description: "Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.",
|
|
@@ -28139,7 +28097,7 @@ var openapi = {
|
|
|
28139
28097
|
type: "object"
|
|
28140
28098
|
},
|
|
28141
28099
|
connected_account_id: {
|
|
28142
|
-
description: "ID of the
|
|
28100
|
+
description: "ID of the connected account associated with the event.",
|
|
28143
28101
|
format: "uuid",
|
|
28144
28102
|
type: "string"
|
|
28145
28103
|
},
|
|
@@ -28176,7 +28134,7 @@ var openapi = {
|
|
|
28176
28134
|
type: "string"
|
|
28177
28135
|
},
|
|
28178
28136
|
workspace_id: {
|
|
28179
|
-
description: "ID of the
|
|
28137
|
+
description: "ID of the workspace associated with the event.",
|
|
28180
28138
|
format: "uuid",
|
|
28181
28139
|
type: "string"
|
|
28182
28140
|
}
|
|
@@ -28195,7 +28153,7 @@ var openapi = {
|
|
|
28195
28153
|
"x-route-path": "/devices"
|
|
28196
28154
|
},
|
|
28197
28155
|
{
|
|
28198
|
-
description: "A
|
|
28156
|
+
description: "A device battery status changed since the last `battery_status_changed` event.",
|
|
28199
28157
|
properties: {
|
|
28200
28158
|
battery_level: {
|
|
28201
28159
|
description: "Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.",
|
|
@@ -28217,7 +28175,7 @@ var openapi = {
|
|
|
28217
28175
|
type: "object"
|
|
28218
28176
|
},
|
|
28219
28177
|
connected_account_id: {
|
|
28220
|
-
description: "ID of the
|
|
28178
|
+
description: "ID of the connected account associated with the event.",
|
|
28221
28179
|
format: "uuid",
|
|
28222
28180
|
type: "string"
|
|
28223
28181
|
},
|
|
@@ -28257,7 +28215,7 @@ var openapi = {
|
|
|
28257
28215
|
type: "string"
|
|
28258
28216
|
},
|
|
28259
28217
|
workspace_id: {
|
|
28260
|
-
description: "ID of the
|
|
28218
|
+
description: "ID of the workspace associated with the event.",
|
|
28261
28219
|
format: "uuid",
|
|
28262
28220
|
type: "string"
|
|
28263
28221
|
}
|
|
@@ -28277,7 +28235,7 @@ var openapi = {
|
|
|
28277
28235
|
"x-route-path": "/devices"
|
|
28278
28236
|
},
|
|
28279
28237
|
{
|
|
28280
|
-
description: "A
|
|
28238
|
+
description: "A device was removed externally from the connected account.",
|
|
28281
28239
|
properties: {
|
|
28282
28240
|
connected_account_custom_metadata: {
|
|
28283
28241
|
additionalProperties: {
|
|
@@ -28287,7 +28245,7 @@ var openapi = {
|
|
|
28287
28245
|
type: "object"
|
|
28288
28246
|
},
|
|
28289
28247
|
connected_account_id: {
|
|
28290
|
-
description: "ID of the
|
|
28248
|
+
description: "ID of the connected account associated with the event.",
|
|
28291
28249
|
format: "uuid",
|
|
28292
28250
|
type: "string"
|
|
28293
28251
|
},
|
|
@@ -28324,7 +28282,7 @@ var openapi = {
|
|
|
28324
28282
|
type: "string"
|
|
28325
28283
|
},
|
|
28326
28284
|
workspace_id: {
|
|
28327
|
-
description: "ID of the
|
|
28285
|
+
description: "ID of the workspace associated with the event.",
|
|
28328
28286
|
format: "uuid",
|
|
28329
28287
|
type: "string"
|
|
28330
28288
|
}
|
|
@@ -28342,7 +28300,7 @@ var openapi = {
|
|
|
28342
28300
|
"x-route-path": "/devices"
|
|
28343
28301
|
},
|
|
28344
28302
|
{
|
|
28345
|
-
description: "A
|
|
28303
|
+
description: "A device was deleted.",
|
|
28346
28304
|
properties: {
|
|
28347
28305
|
connected_account_custom_metadata: {
|
|
28348
28306
|
additionalProperties: {
|
|
@@ -28352,7 +28310,7 @@ var openapi = {
|
|
|
28352
28310
|
type: "object"
|
|
28353
28311
|
},
|
|
28354
28312
|
connected_account_id: {
|
|
28355
|
-
description: "ID of the
|
|
28313
|
+
description: "ID of the connected account associated with the event.",
|
|
28356
28314
|
format: "uuid",
|
|
28357
28315
|
type: "string"
|
|
28358
28316
|
},
|
|
@@ -28394,7 +28352,7 @@ var openapi = {
|
|
|
28394
28352
|
type: "string"
|
|
28395
28353
|
},
|
|
28396
28354
|
workspace_id: {
|
|
28397
|
-
description: "ID of the
|
|
28355
|
+
description: "ID of the workspace associated with the event.",
|
|
28398
28356
|
format: "uuid",
|
|
28399
28357
|
type: "string"
|
|
28400
28358
|
}
|
|
@@ -28412,7 +28370,7 @@ var openapi = {
|
|
|
28412
28370
|
"x-route-path": "/devices"
|
|
28413
28371
|
},
|
|
28414
28372
|
{
|
|
28415
|
-
description: "Seam detected that a
|
|
28373
|
+
description: "Seam detected that a device is using a third-party integration that will interfere with Seam device management.",
|
|
28416
28374
|
properties: {
|
|
28417
28375
|
connected_account_custom_metadata: {
|
|
28418
28376
|
additionalProperties: {
|
|
@@ -28422,7 +28380,7 @@ var openapi = {
|
|
|
28422
28380
|
type: "object"
|
|
28423
28381
|
},
|
|
28424
28382
|
connected_account_id: {
|
|
28425
|
-
description: "ID of the
|
|
28383
|
+
description: "ID of the connected account associated with the event.",
|
|
28426
28384
|
format: "uuid",
|
|
28427
28385
|
type: "string"
|
|
28428
28386
|
},
|
|
@@ -28462,7 +28420,7 @@ var openapi = {
|
|
|
28462
28420
|
type: "string"
|
|
28463
28421
|
},
|
|
28464
28422
|
workspace_id: {
|
|
28465
|
-
description: "ID of the
|
|
28423
|
+
description: "ID of the workspace associated with the event.",
|
|
28466
28424
|
format: "uuid",
|
|
28467
28425
|
type: "string"
|
|
28468
28426
|
}
|
|
@@ -28480,7 +28438,7 @@ var openapi = {
|
|
|
28480
28438
|
"x-route-path": "/devices"
|
|
28481
28439
|
},
|
|
28482
28440
|
{
|
|
28483
|
-
description: "Seam detected that a
|
|
28441
|
+
description: "Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.",
|
|
28484
28442
|
properties: {
|
|
28485
28443
|
connected_account_custom_metadata: {
|
|
28486
28444
|
additionalProperties: {
|
|
@@ -28490,7 +28448,7 @@ var openapi = {
|
|
|
28490
28448
|
type: "object"
|
|
28491
28449
|
},
|
|
28492
28450
|
connected_account_id: {
|
|
28493
|
-
description: "ID of the
|
|
28451
|
+
description: "ID of the connected account associated with the event.",
|
|
28494
28452
|
format: "uuid",
|
|
28495
28453
|
type: "string"
|
|
28496
28454
|
},
|
|
@@ -28530,7 +28488,7 @@ var openapi = {
|
|
|
28530
28488
|
type: "string"
|
|
28531
28489
|
},
|
|
28532
28490
|
workspace_id: {
|
|
28533
|
-
description: "ID of the
|
|
28491
|
+
description: "ID of the workspace associated with the event.",
|
|
28534
28492
|
format: "uuid",
|
|
28535
28493
|
type: "string"
|
|
28536
28494
|
}
|
|
@@ -28558,7 +28516,7 @@ var openapi = {
|
|
|
28558
28516
|
type: "object"
|
|
28559
28517
|
},
|
|
28560
28518
|
connected_account_id: {
|
|
28561
|
-
description: "ID of the
|
|
28519
|
+
description: "ID of the connected account associated with the event.",
|
|
28562
28520
|
format: "uuid",
|
|
28563
28521
|
type: "string"
|
|
28564
28522
|
},
|
|
@@ -28598,7 +28556,7 @@ var openapi = {
|
|
|
28598
28556
|
type: "string"
|
|
28599
28557
|
},
|
|
28600
28558
|
workspace_id: {
|
|
28601
|
-
description: "ID of the
|
|
28559
|
+
description: "ID of the workspace associated with the event.",
|
|
28602
28560
|
format: "uuid",
|
|
28603
28561
|
type: "string"
|
|
28604
28562
|
}
|
|
@@ -28626,7 +28584,7 @@ var openapi = {
|
|
|
28626
28584
|
type: "object"
|
|
28627
28585
|
},
|
|
28628
28586
|
connected_account_id: {
|
|
28629
|
-
description: "ID of the
|
|
28587
|
+
description: "ID of the connected account associated with the event.",
|
|
28630
28588
|
format: "uuid",
|
|
28631
28589
|
type: "string"
|
|
28632
28590
|
},
|
|
@@ -28666,7 +28624,7 @@ var openapi = {
|
|
|
28666
28624
|
type: "string"
|
|
28667
28625
|
},
|
|
28668
28626
|
workspace_id: {
|
|
28669
|
-
description: "ID of the
|
|
28627
|
+
description: "ID of the workspace associated with the event.",
|
|
28670
28628
|
format: "uuid",
|
|
28671
28629
|
type: "string"
|
|
28672
28630
|
}
|
|
@@ -28684,7 +28642,7 @@ var openapi = {
|
|
|
28684
28642
|
"x-route-path": "/devices"
|
|
28685
28643
|
},
|
|
28686
28644
|
{
|
|
28687
|
-
description: "Seam detected a flaky
|
|
28645
|
+
description: "Seam detected a flaky device connection.",
|
|
28688
28646
|
properties: {
|
|
28689
28647
|
connected_account_custom_metadata: {
|
|
28690
28648
|
additionalProperties: {
|
|
@@ -28717,7 +28675,7 @@ var openapi = {
|
|
|
28717
28675
|
type: "array"
|
|
28718
28676
|
},
|
|
28719
28677
|
connected_account_id: {
|
|
28720
|
-
description: "ID of the
|
|
28678
|
+
description: "ID of the connected account associated with the event.",
|
|
28721
28679
|
format: "uuid",
|
|
28722
28680
|
type: "string"
|
|
28723
28681
|
},
|
|
@@ -28826,7 +28784,7 @@ var openapi = {
|
|
|
28826
28784
|
type: "string"
|
|
28827
28785
|
},
|
|
28828
28786
|
workspace_id: {
|
|
28829
|
-
description: "ID of the
|
|
28787
|
+
description: "ID of the workspace associated with the event.",
|
|
28830
28788
|
format: "uuid",
|
|
28831
28789
|
type: "string"
|
|
28832
28790
|
}
|
|
@@ -28848,7 +28806,7 @@ var openapi = {
|
|
|
28848
28806
|
"x-route-path": "/devices"
|
|
28849
28807
|
},
|
|
28850
28808
|
{
|
|
28851
|
-
description: "Seam detected that a previously-flaky
|
|
28809
|
+
description: "Seam detected that a previously-flaky device connection stabilized.",
|
|
28852
28810
|
properties: {
|
|
28853
28811
|
connected_account_custom_metadata: {
|
|
28854
28812
|
additionalProperties: {
|
|
@@ -28858,7 +28816,7 @@ var openapi = {
|
|
|
28858
28816
|
type: "object"
|
|
28859
28817
|
},
|
|
28860
28818
|
connected_account_id: {
|
|
28861
|
-
description: "ID of the
|
|
28819
|
+
description: "ID of the connected account associated with the event.",
|
|
28862
28820
|
format: "uuid",
|
|
28863
28821
|
type: "string"
|
|
28864
28822
|
},
|
|
@@ -28898,7 +28856,7 @@ var openapi = {
|
|
|
28898
28856
|
type: "string"
|
|
28899
28857
|
},
|
|
28900
28858
|
workspace_id: {
|
|
28901
|
-
description: "ID of the
|
|
28859
|
+
description: "ID of the workspace associated with the event.",
|
|
28902
28860
|
format: "uuid",
|
|
28903
28861
|
type: "string"
|
|
28904
28862
|
}
|
|
@@ -28916,7 +28874,7 @@ var openapi = {
|
|
|
28916
28874
|
"x-route-path": "/devices"
|
|
28917
28875
|
},
|
|
28918
28876
|
{
|
|
28919
|
-
description: "A third-party subscription is required to use all
|
|
28877
|
+
description: "A third-party subscription is required to use all device features.",
|
|
28920
28878
|
properties: {
|
|
28921
28879
|
connected_account_custom_metadata: {
|
|
28922
28880
|
additionalProperties: {
|
|
@@ -28949,7 +28907,7 @@ var openapi = {
|
|
|
28949
28907
|
type: "array"
|
|
28950
28908
|
},
|
|
28951
28909
|
connected_account_id: {
|
|
28952
|
-
description: "ID of the
|
|
28910
|
+
description: "ID of the connected account associated with the event.",
|
|
28953
28911
|
format: "uuid",
|
|
28954
28912
|
type: "string"
|
|
28955
28913
|
},
|
|
@@ -29058,7 +29016,7 @@ var openapi = {
|
|
|
29058
29016
|
type: "string"
|
|
29059
29017
|
},
|
|
29060
29018
|
workspace_id: {
|
|
29061
|
-
description: "ID of the
|
|
29019
|
+
description: "ID of the workspace associated with the event.",
|
|
29062
29020
|
format: "uuid",
|
|
29063
29021
|
type: "string"
|
|
29064
29022
|
}
|
|
@@ -29080,7 +29038,7 @@ var openapi = {
|
|
|
29080
29038
|
"x-route-path": "/devices"
|
|
29081
29039
|
},
|
|
29082
29040
|
{
|
|
29083
|
-
description: "A third-party subscription is active or no longer required to use all
|
|
29041
|
+
description: "A third-party subscription is active or no longer required to use all device features.",
|
|
29084
29042
|
properties: {
|
|
29085
29043
|
connected_account_custom_metadata: {
|
|
29086
29044
|
additionalProperties: {
|
|
@@ -29090,7 +29048,7 @@ var openapi = {
|
|
|
29090
29048
|
type: "object"
|
|
29091
29049
|
},
|
|
29092
29050
|
connected_account_id: {
|
|
29093
|
-
description: "ID of the
|
|
29051
|
+
description: "ID of the connected account associated with the event.",
|
|
29094
29052
|
format: "uuid",
|
|
29095
29053
|
type: "string"
|
|
29096
29054
|
},
|
|
@@ -29130,7 +29088,7 @@ var openapi = {
|
|
|
29130
29088
|
type: "string"
|
|
29131
29089
|
},
|
|
29132
29090
|
workspace_id: {
|
|
29133
|
-
description: "ID of the
|
|
29091
|
+
description: "ID of the workspace associated with the event.",
|
|
29134
29092
|
format: "uuid",
|
|
29135
29093
|
type: "string"
|
|
29136
29094
|
}
|
|
@@ -29148,7 +29106,7 @@ var openapi = {
|
|
|
29148
29106
|
"x-route-path": "/devices"
|
|
29149
29107
|
},
|
|
29150
29108
|
{
|
|
29151
|
-
description: "An accessory keypad was connected to a
|
|
29109
|
+
description: "An accessory keypad was connected to a device.",
|
|
29152
29110
|
properties: {
|
|
29153
29111
|
connected_account_custom_metadata: {
|
|
29154
29112
|
additionalProperties: {
|
|
@@ -29158,7 +29116,7 @@ var openapi = {
|
|
|
29158
29116
|
type: "object"
|
|
29159
29117
|
},
|
|
29160
29118
|
connected_account_id: {
|
|
29161
|
-
description: "ID of the
|
|
29119
|
+
description: "ID of the connected account associated with the event.",
|
|
29162
29120
|
format: "uuid",
|
|
29163
29121
|
type: "string"
|
|
29164
29122
|
},
|
|
@@ -29198,7 +29156,7 @@ var openapi = {
|
|
|
29198
29156
|
type: "string"
|
|
29199
29157
|
},
|
|
29200
29158
|
workspace_id: {
|
|
29201
|
-
description: "ID of the
|
|
29159
|
+
description: "ID of the workspace associated with the event.",
|
|
29202
29160
|
format: "uuid",
|
|
29203
29161
|
type: "string"
|
|
29204
29162
|
}
|
|
@@ -29216,7 +29174,7 @@ var openapi = {
|
|
|
29216
29174
|
"x-route-path": "/devices"
|
|
29217
29175
|
},
|
|
29218
29176
|
{
|
|
29219
|
-
description: "An accessory keypad was disconnected from a
|
|
29177
|
+
description: "An accessory keypad was disconnected from a device.",
|
|
29220
29178
|
properties: {
|
|
29221
29179
|
connected_account_custom_metadata: {
|
|
29222
29180
|
additionalProperties: {
|
|
@@ -29249,7 +29207,7 @@ var openapi = {
|
|
|
29249
29207
|
type: "array"
|
|
29250
29208
|
},
|
|
29251
29209
|
connected_account_id: {
|
|
29252
|
-
description: "ID of the
|
|
29210
|
+
description: "ID of the connected account associated with the event.",
|
|
29253
29211
|
format: "uuid",
|
|
29254
29212
|
type: "string"
|
|
29255
29213
|
},
|
|
@@ -29358,7 +29316,7 @@ var openapi = {
|
|
|
29358
29316
|
type: "string"
|
|
29359
29317
|
},
|
|
29360
29318
|
workspace_id: {
|
|
29361
|
-
description: "ID of the
|
|
29319
|
+
description: "ID of the workspace associated with the event.",
|
|
29362
29320
|
format: "uuid",
|
|
29363
29321
|
type: "string"
|
|
29364
29322
|
}
|
|
@@ -29390,7 +29348,7 @@ var openapi = {
|
|
|
29390
29348
|
type: "object"
|
|
29391
29349
|
},
|
|
29392
29350
|
connected_account_id: {
|
|
29393
|
-
description: "ID of the
|
|
29351
|
+
description: "ID of the connected account associated with the event.",
|
|
29394
29352
|
format: "uuid",
|
|
29395
29353
|
type: "string"
|
|
29396
29354
|
},
|
|
@@ -29459,7 +29417,7 @@ var openapi = {
|
|
|
29459
29417
|
type: "string"
|
|
29460
29418
|
},
|
|
29461
29419
|
workspace_id: {
|
|
29462
|
-
description: "ID of the
|
|
29420
|
+
description: "ID of the workspace associated with the event.",
|
|
29463
29421
|
format: "uuid",
|
|
29464
29422
|
type: "string"
|
|
29465
29423
|
}
|
|
@@ -29501,7 +29459,7 @@ var openapi = {
|
|
|
29501
29459
|
type: "object"
|
|
29502
29460
|
},
|
|
29503
29461
|
connected_account_id: {
|
|
29504
|
-
description: "ID of the
|
|
29462
|
+
description: "ID of the connected account associated with the event.",
|
|
29505
29463
|
format: "uuid",
|
|
29506
29464
|
type: "string"
|
|
29507
29465
|
},
|
|
@@ -29551,7 +29509,7 @@ var openapi = {
|
|
|
29551
29509
|
type: "string"
|
|
29552
29510
|
},
|
|
29553
29511
|
workspace_id: {
|
|
29554
|
-
description: "ID of the
|
|
29512
|
+
description: "ID of the workspace associated with the event.",
|
|
29555
29513
|
format: "uuid",
|
|
29556
29514
|
type: "string"
|
|
29557
29515
|
}
|
|
@@ -29609,7 +29567,7 @@ var openapi = {
|
|
|
29609
29567
|
type: "object"
|
|
29610
29568
|
},
|
|
29611
29569
|
connected_account_id: {
|
|
29612
|
-
description: "ID of the
|
|
29570
|
+
description: "ID of the connected account associated with the event.",
|
|
29613
29571
|
format: "uuid",
|
|
29614
29572
|
type: "string"
|
|
29615
29573
|
},
|
|
@@ -29664,7 +29622,7 @@ var openapi = {
|
|
|
29664
29622
|
type: "string"
|
|
29665
29623
|
},
|
|
29666
29624
|
workspace_id: {
|
|
29667
|
-
description: "ID of the
|
|
29625
|
+
description: "ID of the workspace associated with the event.",
|
|
29668
29626
|
format: "uuid",
|
|
29669
29627
|
type: "string"
|
|
29670
29628
|
}
|
|
@@ -29697,7 +29655,7 @@ var openapi = {
|
|
|
29697
29655
|
type: "object"
|
|
29698
29656
|
},
|
|
29699
29657
|
connected_account_id: {
|
|
29700
|
-
description: "ID of the
|
|
29658
|
+
description: "ID of the connected account associated with the event.",
|
|
29701
29659
|
format: "uuid",
|
|
29702
29660
|
type: "string"
|
|
29703
29661
|
},
|
|
@@ -29734,7 +29692,7 @@ var openapi = {
|
|
|
29734
29692
|
type: "string"
|
|
29735
29693
|
},
|
|
29736
29694
|
workspace_id: {
|
|
29737
|
-
description: "ID of the
|
|
29695
|
+
description: "ID of the workspace associated with the event.",
|
|
29738
29696
|
format: "uuid",
|
|
29739
29697
|
type: "string"
|
|
29740
29698
|
}
|
|
@@ -29766,7 +29724,7 @@ var openapi = {
|
|
|
29766
29724
|
type: "object"
|
|
29767
29725
|
},
|
|
29768
29726
|
connected_account_id: {
|
|
29769
|
-
description: "ID of the
|
|
29727
|
+
description: "ID of the connected account associated with the event.",
|
|
29770
29728
|
format: "uuid",
|
|
29771
29729
|
type: "string"
|
|
29772
29730
|
},
|
|
@@ -29816,7 +29774,7 @@ var openapi = {
|
|
|
29816
29774
|
type: "string"
|
|
29817
29775
|
},
|
|
29818
29776
|
workspace_id: {
|
|
29819
|
-
description: "ID of the
|
|
29777
|
+
description: "ID of the workspace associated with the event.",
|
|
29820
29778
|
format: "uuid",
|
|
29821
29779
|
type: "string"
|
|
29822
29780
|
}
|
|
@@ -29847,7 +29805,7 @@ var openapi = {
|
|
|
29847
29805
|
type: "object"
|
|
29848
29806
|
},
|
|
29849
29807
|
connected_account_id: {
|
|
29850
|
-
description: "ID of the
|
|
29808
|
+
description: "ID of the connected account associated with the event.",
|
|
29851
29809
|
format: "uuid",
|
|
29852
29810
|
type: "string"
|
|
29853
29811
|
},
|
|
@@ -29922,7 +29880,7 @@ var openapi = {
|
|
|
29922
29880
|
type: "string"
|
|
29923
29881
|
},
|
|
29924
29882
|
workspace_id: {
|
|
29925
|
-
description: "ID of the
|
|
29883
|
+
description: "ID of the workspace associated with the event.",
|
|
29926
29884
|
format: "uuid",
|
|
29927
29885
|
type: "string"
|
|
29928
29886
|
}
|
|
@@ -29951,7 +29909,7 @@ var openapi = {
|
|
|
29951
29909
|
type: "object"
|
|
29952
29910
|
},
|
|
29953
29911
|
connected_account_id: {
|
|
29954
|
-
description: "ID of the
|
|
29912
|
+
description: "ID of the connected account associated with the event.",
|
|
29955
29913
|
format: "uuid",
|
|
29956
29914
|
type: "string"
|
|
29957
29915
|
},
|
|
@@ -30025,7 +29983,7 @@ var openapi = {
|
|
|
30025
29983
|
type: "number"
|
|
30026
29984
|
},
|
|
30027
29985
|
workspace_id: {
|
|
30028
|
-
description: "ID of the
|
|
29986
|
+
description: "ID of the workspace associated with the event.",
|
|
30029
29987
|
format: "uuid",
|
|
30030
29988
|
type: "string"
|
|
30031
29989
|
}
|
|
@@ -30059,7 +30017,7 @@ var openapi = {
|
|
|
30059
30017
|
type: "object"
|
|
30060
30018
|
},
|
|
30061
30019
|
connected_account_id: {
|
|
30062
|
-
description: "ID of the
|
|
30020
|
+
description: "ID of the connected account associated with the event.",
|
|
30063
30021
|
format: "uuid",
|
|
30064
30022
|
type: "string"
|
|
30065
30023
|
},
|
|
@@ -30133,7 +30091,7 @@ var openapi = {
|
|
|
30133
30091
|
type: "number"
|
|
30134
30092
|
},
|
|
30135
30093
|
workspace_id: {
|
|
30136
|
-
description: "ID of the
|
|
30094
|
+
description: "ID of the workspace associated with the event.",
|
|
30137
30095
|
format: "uuid",
|
|
30138
30096
|
type: "string"
|
|
30139
30097
|
}
|
|
@@ -30167,7 +30125,7 @@ var openapi = {
|
|
|
30167
30125
|
type: "object"
|
|
30168
30126
|
},
|
|
30169
30127
|
connected_account_id: {
|
|
30170
|
-
description: "ID of the
|
|
30128
|
+
description: "ID of the connected account associated with the event.",
|
|
30171
30129
|
format: "uuid",
|
|
30172
30130
|
type: "string"
|
|
30173
30131
|
},
|
|
@@ -30227,7 +30185,7 @@ var openapi = {
|
|
|
30227
30185
|
type: "number"
|
|
30228
30186
|
},
|
|
30229
30187
|
workspace_id: {
|
|
30230
|
-
description: "ID of the
|
|
30188
|
+
description: "ID of the workspace associated with the event.",
|
|
30231
30189
|
format: "uuid",
|
|
30232
30190
|
type: "string"
|
|
30233
30191
|
}
|
|
@@ -30257,7 +30215,7 @@ var openapi = {
|
|
|
30257
30215
|
type: "object"
|
|
30258
30216
|
},
|
|
30259
30217
|
connected_account_id: {
|
|
30260
|
-
description: "ID of the
|
|
30218
|
+
description: "ID of the connected account associated with the event.",
|
|
30261
30219
|
format: "uuid",
|
|
30262
30220
|
type: "string"
|
|
30263
30221
|
},
|
|
@@ -30307,7 +30265,7 @@ var openapi = {
|
|
|
30307
30265
|
type: "number"
|
|
30308
30266
|
},
|
|
30309
30267
|
workspace_id: {
|
|
30310
|
-
description: "ID of the
|
|
30268
|
+
description: "ID of the workspace associated with the event.",
|
|
30311
30269
|
format: "uuid",
|
|
30312
30270
|
type: "string"
|
|
30313
30271
|
}
|
|
@@ -30327,7 +30285,7 @@ var openapi = {
|
|
|
30327
30285
|
"x-route-path": "/thermostats"
|
|
30328
30286
|
},
|
|
30329
30287
|
{
|
|
30330
|
-
description: "The name of a
|
|
30288
|
+
description: "The name of a device was changed.",
|
|
30331
30289
|
properties: {
|
|
30332
30290
|
connected_account_custom_metadata: {
|
|
30333
30291
|
additionalProperties: {
|
|
@@ -30337,7 +30295,7 @@ var openapi = {
|
|
|
30337
30295
|
type: "object"
|
|
30338
30296
|
},
|
|
30339
30297
|
connected_account_id: {
|
|
30340
|
-
description: "ID of the
|
|
30298
|
+
description: "ID of the connected account associated with the event.",
|
|
30341
30299
|
format: "uuid",
|
|
30342
30300
|
type: "string"
|
|
30343
30301
|
},
|
|
@@ -30378,7 +30336,7 @@ var openapi = {
|
|
|
30378
30336
|
type: "string"
|
|
30379
30337
|
},
|
|
30380
30338
|
workspace_id: {
|
|
30381
|
-
description: "ID of the
|
|
30339
|
+
description: "ID of the workspace associated with the event.",
|
|
30382
30340
|
format: "uuid",
|
|
30383
30341
|
type: "string"
|
|
30384
30342
|
}
|
|
@@ -30397,7 +30355,7 @@ var openapi = {
|
|
|
30397
30355
|
"x-route-path": "/devices"
|
|
30398
30356
|
},
|
|
30399
30357
|
{
|
|
30400
|
-
description: "A
|
|
30358
|
+
description: "A camera was activated, for example, by motion detection.",
|
|
30401
30359
|
properties: {
|
|
30402
30360
|
activation_reason: {
|
|
30403
30361
|
description: "The reason the camera was activated.",
|
|
@@ -30412,7 +30370,7 @@ var openapi = {
|
|
|
30412
30370
|
type: "object"
|
|
30413
30371
|
},
|
|
30414
30372
|
connected_account_id: {
|
|
30415
|
-
description: "ID of the
|
|
30373
|
+
description: "ID of the connected account associated with the event.",
|
|
30416
30374
|
format: "uuid",
|
|
30417
30375
|
type: "string"
|
|
30418
30376
|
},
|
|
@@ -30464,7 +30422,7 @@ var openapi = {
|
|
|
30464
30422
|
type: "string"
|
|
30465
30423
|
},
|
|
30466
30424
|
workspace_id: {
|
|
30467
|
-
description: "ID of the
|
|
30425
|
+
description: "ID of the workspace associated with the event.",
|
|
30468
30426
|
format: "uuid",
|
|
30469
30427
|
type: "string"
|
|
30470
30428
|
}
|
|
@@ -30483,7 +30441,7 @@ var openapi = {
|
|
|
30483
30441
|
"x-route-path": "/devices"
|
|
30484
30442
|
},
|
|
30485
30443
|
{
|
|
30486
|
-
description: "A doorbell button was pressed on a
|
|
30444
|
+
description: "A doorbell button was pressed on a device.",
|
|
30487
30445
|
properties: {
|
|
30488
30446
|
connected_account_custom_metadata: {
|
|
30489
30447
|
additionalProperties: {
|
|
@@ -30493,7 +30451,7 @@ var openapi = {
|
|
|
30493
30451
|
type: "object"
|
|
30494
30452
|
},
|
|
30495
30453
|
connected_account_id: {
|
|
30496
|
-
description: "ID of the
|
|
30454
|
+
description: "ID of the connected account associated with the event.",
|
|
30497
30455
|
format: "uuid",
|
|
30498
30456
|
type: "string"
|
|
30499
30457
|
},
|
|
@@ -30540,7 +30498,7 @@ var openapi = {
|
|
|
30540
30498
|
type: "string"
|
|
30541
30499
|
},
|
|
30542
30500
|
workspace_id: {
|
|
30543
|
-
description: "ID of the
|
|
30501
|
+
description: "ID of the workspace associated with the event.",
|
|
30544
30502
|
format: "uuid",
|
|
30545
30503
|
type: "string"
|
|
30546
30504
|
}
|
|
@@ -30585,7 +30543,7 @@ var openapi = {
|
|
|
30585
30543
|
type: "string"
|
|
30586
30544
|
},
|
|
30587
30545
|
workspace_id: {
|
|
30588
|
-
description: "ID of the
|
|
30546
|
+
description: "ID of the workspace associated with the event.",
|
|
30589
30547
|
format: "uuid",
|
|
30590
30548
|
type: "string"
|
|
30591
30549
|
}
|
|
@@ -30633,7 +30591,7 @@ var openapi = {
|
|
|
30633
30591
|
type: "string"
|
|
30634
30592
|
},
|
|
30635
30593
|
workspace_id: {
|
|
30636
|
-
description: "ID of the
|
|
30594
|
+
description: "ID of the workspace associated with the event.",
|
|
30637
30595
|
format: "uuid",
|
|
30638
30596
|
type: "string"
|
|
30639
30597
|
}
|
|
@@ -30692,7 +30650,7 @@ var openapi = {
|
|
|
30692
30650
|
type: "string"
|
|
30693
30651
|
},
|
|
30694
30652
|
workspace_id: {
|
|
30695
|
-
description: "ID of the
|
|
30653
|
+
description: "ID of the workspace associated with the event.",
|
|
30696
30654
|
format: "uuid",
|
|
30697
30655
|
type: "string"
|
|
30698
30656
|
}
|
|
@@ -30753,7 +30711,7 @@ var openapi = {
|
|
|
30753
30711
|
type: "string"
|
|
30754
30712
|
},
|
|
30755
30713
|
workspace_id: {
|
|
30756
|
-
description: "ID of the
|
|
30714
|
+
description: "ID of the workspace associated with the event.",
|
|
30757
30715
|
format: "uuid",
|
|
30758
30716
|
type: "string"
|
|
30759
30717
|
}
|
|
@@ -30814,7 +30772,7 @@ var openapi = {
|
|
|
30814
30772
|
type: "string"
|
|
30815
30773
|
},
|
|
30816
30774
|
workspace_id: {
|
|
30817
|
-
description: "ID of the
|
|
30775
|
+
description: "ID of the workspace associated with the event.",
|
|
30818
30776
|
format: "uuid",
|
|
30819
30777
|
type: "string"
|
|
30820
30778
|
}
|
|
@@ -30839,7 +30797,7 @@ var openapi = {
|
|
|
30839
30797
|
description: "Represents a Seam Instant Key. For issuing Bluetooth mobile keys, Instant Keys are the fastest way to share access. With a single API call, you can create a mobile key and send it through text or email or embed it in your own app.\n\nThere\u2019s no app to install, nor account to create. Your user just taps a link and gets a lightweight, native-feeling experience using iOS App Clip or Instant Apps on Android. Further, Instant Keys work offline, so even in areas with poor cellular or Wi-Fi, like elevator banks or concrete-walled hallways, the Instant Keys still work.",
|
|
30840
30798
|
properties: {
|
|
30841
30799
|
client_session_id: {
|
|
30842
|
-
description: "ID of the
|
|
30800
|
+
description: "ID of the client session associated with the Instant Key.",
|
|
30843
30801
|
format: "uuid",
|
|
30844
30802
|
type: "string"
|
|
30845
30803
|
},
|
|
@@ -30893,7 +30851,7 @@ var openapi = {
|
|
|
30893
30851
|
type: "string"
|
|
30894
30852
|
},
|
|
30895
30853
|
workspace_id: {
|
|
30896
|
-
description: "ID of the
|
|
30854
|
+
description: "ID of the workspace that contains the Instant Key.",
|
|
30897
30855
|
format: "uuid",
|
|
30898
30856
|
type: "string"
|
|
30899
30857
|
}
|
|
@@ -30933,7 +30891,7 @@ var openapi = {
|
|
|
30933
30891
|
type: "string"
|
|
30934
30892
|
},
|
|
30935
30893
|
workspace_id: {
|
|
30936
|
-
description: "ID of the
|
|
30894
|
+
description: "ID of the workspace associated with the magic link.",
|
|
30937
30895
|
format: "uuid",
|
|
30938
30896
|
type: "string"
|
|
30939
30897
|
}
|
|
@@ -31119,7 +31077,7 @@ var openapi = {
|
|
|
31119
31077
|
type: "array"
|
|
31120
31078
|
},
|
|
31121
31079
|
workspace_id: {
|
|
31122
|
-
description: "ID of the
|
|
31080
|
+
description: "ID of the workspace that contains the phone.\n ",
|
|
31123
31081
|
format: "uuid",
|
|
31124
31082
|
type: "string"
|
|
31125
31083
|
}
|
|
@@ -32039,7 +31997,7 @@ var openapi = {
|
|
|
32039
31997
|
type: "array"
|
|
32040
31998
|
},
|
|
32041
31999
|
workspace_id: {
|
|
32042
|
-
description: "ID of the
|
|
32000
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
32043
32001
|
format: "uuid",
|
|
32044
32002
|
type: "string"
|
|
32045
32003
|
}
|
|
@@ -32236,7 +32194,7 @@ var openapi = {
|
|
|
32236
32194
|
type: "array"
|
|
32237
32195
|
},
|
|
32238
32196
|
workspace_id: {
|
|
32239
|
-
description: "ID of the
|
|
32197
|
+
description: "ID of the workspace that contains the user identity.",
|
|
32240
32198
|
format: "uuid",
|
|
32241
32199
|
type: "string"
|
|
32242
32200
|
}
|
|
@@ -32360,7 +32318,7 @@ var openapi = {
|
|
|
32360
32318
|
type: "string"
|
|
32361
32319
|
},
|
|
32362
32320
|
workspace_id: {
|
|
32363
|
-
description: "ID of the
|
|
32321
|
+
description: "ID of the workspace associated with the space.",
|
|
32364
32322
|
format: "uuid",
|
|
32365
32323
|
type: "string"
|
|
32366
32324
|
}
|
|
@@ -32497,7 +32455,7 @@ var openapi = {
|
|
|
32497
32455
|
type: "string"
|
|
32498
32456
|
},
|
|
32499
32457
|
workspace_id: {
|
|
32500
|
-
description: "ID of the
|
|
32458
|
+
description: "ID of the workspace that contains the thermostat daily program.",
|
|
32501
32459
|
format: "uuid",
|
|
32502
32460
|
type: "string"
|
|
32503
32461
|
}
|
|
@@ -32580,7 +32538,7 @@ var openapi = {
|
|
|
32580
32538
|
type: "string"
|
|
32581
32539
|
},
|
|
32582
32540
|
workspace_id: {
|
|
32583
|
-
description: "ID of the
|
|
32541
|
+
description: "ID of the workspace that contains the thermostat schedule.",
|
|
32584
32542
|
format: "uuid",
|
|
32585
32543
|
type: "string"
|
|
32586
32544
|
}
|
|
@@ -33969,7 +33927,7 @@ var openapi = {
|
|
|
33969
33927
|
type: "string"
|
|
33970
33928
|
},
|
|
33971
33929
|
connected_account_id: {
|
|
33972
|
-
description: "ID of the
|
|
33930
|
+
description: "ID of the connected account that contains the access group.",
|
|
33973
33931
|
format: "uuid",
|
|
33974
33932
|
type: "string"
|
|
33975
33933
|
},
|
|
@@ -34411,7 +34369,7 @@ var openapi = {
|
|
|
34411
34369
|
type: "array"
|
|
34412
34370
|
},
|
|
34413
34371
|
workspace_id: {
|
|
34414
|
-
description: "ID of the
|
|
34372
|
+
description: "ID of the workspace that contains the access group.",
|
|
34415
34373
|
format: "uuid",
|
|
34416
34374
|
type: "string"
|
|
34417
34375
|
}
|
|
@@ -34780,7 +34738,7 @@ var openapi = {
|
|
|
34780
34738
|
type: "array"
|
|
34781
34739
|
},
|
|
34782
34740
|
workspace_id: {
|
|
34783
|
-
description: "ID of the
|
|
34741
|
+
description: "ID of the workspace that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).",
|
|
34784
34742
|
format: "uuid",
|
|
34785
34743
|
type: "string"
|
|
34786
34744
|
}
|
|
@@ -34833,7 +34791,7 @@ var openapi = {
|
|
|
34833
34791
|
type: "string"
|
|
34834
34792
|
},
|
|
34835
34793
|
connected_account_id: {
|
|
34836
|
-
description: "\n The ID of the
|
|
34794
|
+
description: "\n The ID of the connected account that is associated with the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).\n ",
|
|
34837
34795
|
format: "uuid",
|
|
34838
34796
|
type: "string"
|
|
34839
34797
|
},
|
|
@@ -35543,7 +35501,7 @@ var openapi = {
|
|
|
35543
35501
|
type: "array"
|
|
35544
35502
|
},
|
|
35545
35503
|
workspace_id: {
|
|
35546
|
-
description: "ID of the
|
|
35504
|
+
description: "ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management).",
|
|
35547
35505
|
format: "uuid",
|
|
35548
35506
|
type: "string"
|
|
35549
35507
|
}
|
|
@@ -37168,7 +37126,7 @@ var openapi = {
|
|
|
37168
37126
|
type: "array"
|
|
37169
37127
|
},
|
|
37170
37128
|
workspace_id: {
|
|
37171
|
-
description: "ID of the
|
|
37129
|
+
description: "ID of the workspace that contains the user identity.",
|
|
37172
37130
|
format: "uuid",
|
|
37173
37131
|
type: "string"
|
|
37174
37132
|
}
|
|
@@ -37205,10 +37163,7 @@ var openapi = {
|
|
|
37205
37163
|
description: "URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).",
|
|
37206
37164
|
type: "string"
|
|
37207
37165
|
},
|
|
37208
|
-
webhook_id: {
|
|
37209
|
-
description: "ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).",
|
|
37210
|
-
type: "string"
|
|
37211
|
-
}
|
|
37166
|
+
webhook_id: { description: "ID of the webhook.", type: "string" }
|
|
37212
37167
|
},
|
|
37213
37168
|
required: ["webhook_id", "url"],
|
|
37214
37169
|
type: "object",
|
|
@@ -37270,7 +37225,7 @@ var openapi = {
|
|
|
37270
37225
|
type: "string"
|
|
37271
37226
|
},
|
|
37272
37227
|
organization_id: {
|
|
37273
|
-
description: "ID of the organization to which the
|
|
37228
|
+
description: "ID of the organization to which the workspace belongs, or `null` if the workspace is not assigned to an organization.",
|
|
37274
37229
|
format: "uuid",
|
|
37275
37230
|
nullable: true,
|
|
37276
37231
|
type: "string"
|
|
@@ -37280,7 +37235,7 @@ var openapi = {
|
|
|
37280
37235
|
type: "string"
|
|
37281
37236
|
},
|
|
37282
37237
|
workspace_id: {
|
|
37283
|
-
description: "ID of the
|
|
37238
|
+
description: "ID of the workspace.",
|
|
37284
37239
|
format: "uuid",
|
|
37285
37240
|
type: "string"
|
|
37286
37241
|
}
|
|
@@ -52932,7 +52887,7 @@ var openapi = {
|
|
|
52932
52887
|
type: "string"
|
|
52933
52888
|
},
|
|
52934
52889
|
workspace_id: {
|
|
52935
|
-
description: "ID of the
|
|
52890
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
52936
52891
|
format: "uuid",
|
|
52937
52892
|
type: "string"
|
|
52938
52893
|
}
|
|
@@ -53008,7 +52963,7 @@ var openapi = {
|
|
|
53008
52963
|
type: "string"
|
|
53009
52964
|
},
|
|
53010
52965
|
workspace_id: {
|
|
53011
|
-
description: "ID of the
|
|
52966
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53012
52967
|
format: "uuid",
|
|
53013
52968
|
type: "string"
|
|
53014
52969
|
}
|
|
@@ -53071,7 +53026,7 @@ var openapi = {
|
|
|
53071
53026
|
type: "string"
|
|
53072
53027
|
},
|
|
53073
53028
|
workspace_id: {
|
|
53074
|
-
description: "ID of the
|
|
53029
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53075
53030
|
format: "uuid",
|
|
53076
53031
|
type: "string"
|
|
53077
53032
|
}
|
|
@@ -53138,7 +53093,7 @@ var openapi = {
|
|
|
53138
53093
|
type: "string"
|
|
53139
53094
|
},
|
|
53140
53095
|
workspace_id: {
|
|
53141
|
-
description: "ID of the
|
|
53096
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53142
53097
|
format: "uuid",
|
|
53143
53098
|
type: "string"
|
|
53144
53099
|
}
|
|
@@ -85819,7 +85774,7 @@ var openapi = {
|
|
|
85819
85774
|
type: "array"
|
|
85820
85775
|
},
|
|
85821
85776
|
workspace_id: {
|
|
85822
|
-
description: "ID of the
|
|
85777
|
+
description: "ID of the workspace that contains the user identity.",
|
|
85823
85778
|
format: "uuid",
|
|
85824
85779
|
type: "string"
|
|
85825
85780
|
}
|
|
@@ -86036,7 +85991,7 @@ var openapi = {
|
|
|
86036
85991
|
type: "array"
|
|
86037
85992
|
},
|
|
86038
85993
|
workspace_id: {
|
|
86039
|
-
description: "ID of the
|
|
85994
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86040
85995
|
format: "uuid",
|
|
86041
85996
|
type: "string"
|
|
86042
85997
|
}
|
|
@@ -86279,7 +86234,7 @@ var openapi = {
|
|
|
86279
86234
|
type: "array"
|
|
86280
86235
|
},
|
|
86281
86236
|
workspace_id: {
|
|
86282
|
-
description: "ID of the
|
|
86237
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86283
86238
|
format: "uuid",
|
|
86284
86239
|
type: "string"
|
|
86285
86240
|
}
|
|
@@ -86516,7 +86471,7 @@ var openapi = {
|
|
|
86516
86471
|
type: "array"
|
|
86517
86472
|
},
|
|
86518
86473
|
workspace_id: {
|
|
86519
|
-
description: "ID of the
|
|
86474
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86520
86475
|
format: "uuid",
|
|
86521
86476
|
type: "string"
|
|
86522
86477
|
}
|