@seamapi/types 1.914.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 +347 -386
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1080 -1056
- package/dist/index.cjs +347 -386
- 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 +25 -13
- 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 +270 -267
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1080 -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 +33 -21
- 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 +270 -411
- package/src/lib/seam/connect/route-types.ts +1080 -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."
|
|
@@ -5398,10 +5384,10 @@ var access_code_name_changed_event = access_code_event.extend({
|
|
|
5398
5384
|
event_type: zod.z.literal("access_code.name_changed"),
|
|
5399
5385
|
from: zod.z.object({
|
|
5400
5386
|
name: zod.z.string().nullable().describe("Previous name of the access code.")
|
|
5401
|
-
}),
|
|
5387
|
+
}).describe("Previous access code name configuration."),
|
|
5402
5388
|
to: zod.z.object({
|
|
5403
5389
|
name: zod.z.string().nullable().describe("New name of the access code.")
|
|
5404
|
-
}),
|
|
5390
|
+
}).describe("New access code name configuration."),
|
|
5405
5391
|
description: zod.z.string().describe("Human-readable description of the change and its source.")
|
|
5406
5392
|
}).describe(`
|
|
5407
5393
|
---
|
|
@@ -5413,10 +5399,10 @@ var access_code_code_changed_event = access_code_event.extend({
|
|
|
5413
5399
|
event_type: zod.z.literal("access_code.code_changed"),
|
|
5414
5400
|
from: zod.z.object({
|
|
5415
5401
|
code: zod.z.string().nullable().describe("Previous pin code.")
|
|
5416
|
-
}),
|
|
5402
|
+
}).describe("Previous pin code configuration."),
|
|
5417
5403
|
to: zod.z.object({
|
|
5418
5404
|
code: zod.z.string().nullable().describe("New pin code.")
|
|
5419
|
-
}),
|
|
5405
|
+
}).describe("New pin code configuration."),
|
|
5420
5406
|
description: zod.z.string().describe("Human-readable description of the change and its source.")
|
|
5421
5407
|
}).describe(`
|
|
5422
5408
|
---
|
|
@@ -5429,11 +5415,11 @@ var access_code_time_frame_changed_event = access_code_event.extend({
|
|
|
5429
5415
|
from: zod.z.object({
|
|
5430
5416
|
starts_at: zod.z.string().nullable().describe("Previous start time."),
|
|
5431
5417
|
ends_at: zod.z.string().nullable().describe("Previous end time.")
|
|
5432
|
-
}),
|
|
5418
|
+
}).describe("Previous time frame configuration."),
|
|
5433
5419
|
to: zod.z.object({
|
|
5434
5420
|
starts_at: zod.z.string().nullable().describe("New start time."),
|
|
5435
5421
|
ends_at: zod.z.string().nullable().describe("New end time.")
|
|
5436
|
-
}),
|
|
5422
|
+
}).describe("New time frame configuration."),
|
|
5437
5423
|
description: zod.z.string().describe("Human-readable description of the change and its source.")
|
|
5438
5424
|
}).describe(`
|
|
5439
5425
|
---
|
|
@@ -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
|
},
|
|
@@ -22692,6 +22650,7 @@ var openapi = {
|
|
|
22692
22650
|
type: "string"
|
|
22693
22651
|
},
|
|
22694
22652
|
from: {
|
|
22653
|
+
description: "Previous access code name configuration.",
|
|
22695
22654
|
properties: {
|
|
22696
22655
|
name: {
|
|
22697
22656
|
description: "Previous name of the access code.",
|
|
@@ -22708,6 +22667,7 @@ var openapi = {
|
|
|
22708
22667
|
type: "string"
|
|
22709
22668
|
},
|
|
22710
22669
|
to: {
|
|
22670
|
+
description: "New access code name configuration.",
|
|
22711
22671
|
properties: {
|
|
22712
22672
|
name: {
|
|
22713
22673
|
description: "New name of the access code.",
|
|
@@ -22719,7 +22679,7 @@ var openapi = {
|
|
|
22719
22679
|
type: "object"
|
|
22720
22680
|
},
|
|
22721
22681
|
workspace_id: {
|
|
22722
|
-
description: "ID of the
|
|
22682
|
+
description: "ID of the workspace associated with the event.",
|
|
22723
22683
|
format: "uuid",
|
|
22724
22684
|
type: "string"
|
|
22725
22685
|
}
|
|
@@ -22756,7 +22716,7 @@ var openapi = {
|
|
|
22756
22716
|
type: "object"
|
|
22757
22717
|
},
|
|
22758
22718
|
connected_account_id: {
|
|
22759
|
-
description: "ID of the
|
|
22719
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22760
22720
|
format: "uuid",
|
|
22761
22721
|
type: "string"
|
|
22762
22722
|
},
|
|
@@ -22791,6 +22751,7 @@ var openapi = {
|
|
|
22791
22751
|
type: "string"
|
|
22792
22752
|
},
|
|
22793
22753
|
from: {
|
|
22754
|
+
description: "Previous pin code configuration.",
|
|
22794
22755
|
properties: {
|
|
22795
22756
|
code: {
|
|
22796
22757
|
description: "Previous pin code.",
|
|
@@ -22807,6 +22768,7 @@ var openapi = {
|
|
|
22807
22768
|
type: "string"
|
|
22808
22769
|
},
|
|
22809
22770
|
to: {
|
|
22771
|
+
description: "New pin code configuration.",
|
|
22810
22772
|
properties: {
|
|
22811
22773
|
code: {
|
|
22812
22774
|
description: "New pin code.",
|
|
@@ -22818,7 +22780,7 @@ var openapi = {
|
|
|
22818
22780
|
type: "object"
|
|
22819
22781
|
},
|
|
22820
22782
|
workspace_id: {
|
|
22821
|
-
description: "ID of the
|
|
22783
|
+
description: "ID of the workspace associated with the event.",
|
|
22822
22784
|
format: "uuid",
|
|
22823
22785
|
type: "string"
|
|
22824
22786
|
}
|
|
@@ -22855,7 +22817,7 @@ var openapi = {
|
|
|
22855
22817
|
type: "object"
|
|
22856
22818
|
},
|
|
22857
22819
|
connected_account_id: {
|
|
22858
|
-
description: "ID of the
|
|
22820
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22859
22821
|
format: "uuid",
|
|
22860
22822
|
type: "string"
|
|
22861
22823
|
},
|
|
@@ -22890,6 +22852,7 @@ var openapi = {
|
|
|
22890
22852
|
type: "string"
|
|
22891
22853
|
},
|
|
22892
22854
|
from: {
|
|
22855
|
+
description: "Previous time frame configuration.",
|
|
22893
22856
|
properties: {
|
|
22894
22857
|
ends_at: {
|
|
22895
22858
|
description: "Previous end time.",
|
|
@@ -22911,6 +22874,7 @@ var openapi = {
|
|
|
22911
22874
|
type: "string"
|
|
22912
22875
|
},
|
|
22913
22876
|
to: {
|
|
22877
|
+
description: "New time frame configuration.",
|
|
22914
22878
|
properties: {
|
|
22915
22879
|
ends_at: {
|
|
22916
22880
|
description: "New end time.",
|
|
@@ -22927,7 +22891,7 @@ var openapi = {
|
|
|
22927
22891
|
type: "object"
|
|
22928
22892
|
},
|
|
22929
22893
|
workspace_id: {
|
|
22930
|
-
description: "ID of the
|
|
22894
|
+
description: "ID of the workspace associated with the event.",
|
|
22931
22895
|
format: "uuid",
|
|
22932
22896
|
type: "string"
|
|
22933
22897
|
}
|
|
@@ -22968,7 +22932,7 @@ var openapi = {
|
|
|
22968
22932
|
type: "object"
|
|
22969
22933
|
},
|
|
22970
22934
|
connected_account_id: {
|
|
22971
|
-
description: "ID of the
|
|
22935
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
22972
22936
|
format: "uuid",
|
|
22973
22937
|
type: "string"
|
|
22974
22938
|
},
|
|
@@ -23004,7 +22968,7 @@ var openapi = {
|
|
|
23004
22968
|
type: "string"
|
|
23005
22969
|
},
|
|
23006
22970
|
workspace_id: {
|
|
23007
|
-
description: "ID of the
|
|
22971
|
+
description: "ID of the workspace associated with the event.",
|
|
23008
22972
|
format: "uuid",
|
|
23009
22973
|
type: "string"
|
|
23010
22974
|
}
|
|
@@ -23043,7 +23007,7 @@ var openapi = {
|
|
|
23043
23007
|
type: "object"
|
|
23044
23008
|
},
|
|
23045
23009
|
connected_account_id: {
|
|
23046
|
-
description: "ID of the
|
|
23010
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23047
23011
|
format: "uuid",
|
|
23048
23012
|
type: "string"
|
|
23049
23013
|
},
|
|
@@ -23079,7 +23043,7 @@ var openapi = {
|
|
|
23079
23043
|
type: "string"
|
|
23080
23044
|
},
|
|
23081
23045
|
workspace_id: {
|
|
23082
|
-
description: "ID of the
|
|
23046
|
+
description: "ID of the workspace associated with the event.",
|
|
23083
23047
|
format: "uuid",
|
|
23084
23048
|
type: "string"
|
|
23085
23049
|
}
|
|
@@ -23114,7 +23078,7 @@ var openapi = {
|
|
|
23114
23078
|
type: "object"
|
|
23115
23079
|
},
|
|
23116
23080
|
connected_account_id: {
|
|
23117
|
-
description: "ID of the
|
|
23081
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23118
23082
|
format: "uuid",
|
|
23119
23083
|
type: "string"
|
|
23120
23084
|
},
|
|
@@ -23150,7 +23114,7 @@ var openapi = {
|
|
|
23150
23114
|
type: "string"
|
|
23151
23115
|
},
|
|
23152
23116
|
workspace_id: {
|
|
23153
|
-
description: "ID of the
|
|
23117
|
+
description: "ID of the workspace associated with the event.",
|
|
23154
23118
|
format: "uuid",
|
|
23155
23119
|
type: "string"
|
|
23156
23120
|
}
|
|
@@ -23253,7 +23217,7 @@ var openapi = {
|
|
|
23253
23217
|
type: "array"
|
|
23254
23218
|
},
|
|
23255
23219
|
connected_account_id: {
|
|
23256
|
-
description: "ID of the
|
|
23220
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23257
23221
|
format: "uuid",
|
|
23258
23222
|
type: "string"
|
|
23259
23223
|
},
|
|
@@ -23358,7 +23322,7 @@ var openapi = {
|
|
|
23358
23322
|
type: "string"
|
|
23359
23323
|
},
|
|
23360
23324
|
workspace_id: {
|
|
23361
|
-
description: "ID of the
|
|
23325
|
+
description: "ID of the workspace associated with the event.",
|
|
23362
23326
|
format: "uuid",
|
|
23363
23327
|
type: "string"
|
|
23364
23328
|
}
|
|
@@ -23467,7 +23431,7 @@ var openapi = {
|
|
|
23467
23431
|
type: "array"
|
|
23468
23432
|
},
|
|
23469
23433
|
connected_account_id: {
|
|
23470
|
-
description: "ID of the
|
|
23434
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23471
23435
|
format: "uuid",
|
|
23472
23436
|
type: "string"
|
|
23473
23437
|
},
|
|
@@ -23572,7 +23536,7 @@ var openapi = {
|
|
|
23572
23536
|
type: "string"
|
|
23573
23537
|
},
|
|
23574
23538
|
workspace_id: {
|
|
23575
|
-
description: "ID of the
|
|
23539
|
+
description: "ID of the workspace associated with the event.",
|
|
23576
23540
|
format: "uuid",
|
|
23577
23541
|
type: "string"
|
|
23578
23542
|
}
|
|
@@ -23617,7 +23581,7 @@ var openapi = {
|
|
|
23617
23581
|
type: "object"
|
|
23618
23582
|
},
|
|
23619
23583
|
connected_account_id: {
|
|
23620
|
-
description: "ID of the
|
|
23584
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23621
23585
|
format: "uuid",
|
|
23622
23586
|
type: "string"
|
|
23623
23587
|
},
|
|
@@ -23650,7 +23614,7 @@ var openapi = {
|
|
|
23650
23614
|
type: "string"
|
|
23651
23615
|
},
|
|
23652
23616
|
workspace_id: {
|
|
23653
|
-
description: "ID of the
|
|
23617
|
+
description: "ID of the workspace associated with the event.",
|
|
23654
23618
|
format: "uuid",
|
|
23655
23619
|
type: "string"
|
|
23656
23620
|
}
|
|
@@ -23754,7 +23718,7 @@ var openapi = {
|
|
|
23754
23718
|
type: "array"
|
|
23755
23719
|
},
|
|
23756
23720
|
connected_account_id: {
|
|
23757
|
-
description: "ID of the
|
|
23721
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23758
23722
|
format: "uuid",
|
|
23759
23723
|
type: "string"
|
|
23760
23724
|
},
|
|
@@ -23859,7 +23823,7 @@ var openapi = {
|
|
|
23859
23823
|
type: "string"
|
|
23860
23824
|
},
|
|
23861
23825
|
workspace_id: {
|
|
23862
|
-
description: "ID of the
|
|
23826
|
+
description: "ID of the workspace associated with the event.",
|
|
23863
23827
|
format: "uuid",
|
|
23864
23828
|
type: "string"
|
|
23865
23829
|
}
|
|
@@ -23968,7 +23932,7 @@ var openapi = {
|
|
|
23968
23932
|
type: "array"
|
|
23969
23933
|
},
|
|
23970
23934
|
connected_account_id: {
|
|
23971
|
-
description: "ID of the
|
|
23935
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
23972
23936
|
format: "uuid",
|
|
23973
23937
|
type: "string"
|
|
23974
23938
|
},
|
|
@@ -24073,7 +24037,7 @@ var openapi = {
|
|
|
24073
24037
|
type: "string"
|
|
24074
24038
|
},
|
|
24075
24039
|
workspace_id: {
|
|
24076
|
-
description: "ID of the
|
|
24040
|
+
description: "ID of the workspace associated with the event.",
|
|
24077
24041
|
format: "uuid",
|
|
24078
24042
|
type: "string"
|
|
24079
24043
|
}
|
|
@@ -24113,7 +24077,7 @@ var openapi = {
|
|
|
24113
24077
|
type: "object"
|
|
24114
24078
|
},
|
|
24115
24079
|
connected_account_id: {
|
|
24116
|
-
description: "ID of the
|
|
24080
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24117
24081
|
format: "uuid",
|
|
24118
24082
|
type: "string"
|
|
24119
24083
|
},
|
|
@@ -24149,7 +24113,7 @@ var openapi = {
|
|
|
24149
24113
|
type: "string"
|
|
24150
24114
|
},
|
|
24151
24115
|
workspace_id: {
|
|
24152
|
-
description: "ID of the
|
|
24116
|
+
description: "ID of the workspace associated with the event.",
|
|
24153
24117
|
format: "uuid",
|
|
24154
24118
|
type: "string"
|
|
24155
24119
|
}
|
|
@@ -24183,7 +24147,7 @@ var openapi = {
|
|
|
24183
24147
|
type: "object"
|
|
24184
24148
|
},
|
|
24185
24149
|
connected_account_id: {
|
|
24186
|
-
description: "ID of the
|
|
24150
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24187
24151
|
format: "uuid",
|
|
24188
24152
|
type: "string"
|
|
24189
24153
|
},
|
|
@@ -24219,7 +24183,7 @@ var openapi = {
|
|
|
24219
24183
|
type: "string"
|
|
24220
24184
|
},
|
|
24221
24185
|
workspace_id: {
|
|
24222
|
-
description: "ID of the
|
|
24186
|
+
description: "ID of the workspace associated with the event.",
|
|
24223
24187
|
format: "uuid",
|
|
24224
24188
|
type: "string"
|
|
24225
24189
|
}
|
|
@@ -24254,7 +24218,7 @@ var openapi = {
|
|
|
24254
24218
|
type: "object"
|
|
24255
24219
|
},
|
|
24256
24220
|
connected_account_id: {
|
|
24257
|
-
description: "ID of the
|
|
24221
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24258
24222
|
format: "uuid",
|
|
24259
24223
|
type: "string"
|
|
24260
24224
|
},
|
|
@@ -24290,7 +24254,7 @@ var openapi = {
|
|
|
24290
24254
|
type: "string"
|
|
24291
24255
|
},
|
|
24292
24256
|
workspace_id: {
|
|
24293
|
-
description: "ID of the
|
|
24257
|
+
description: "ID of the workspace associated with the event.",
|
|
24294
24258
|
format: "uuid",
|
|
24295
24259
|
type: "string"
|
|
24296
24260
|
}
|
|
@@ -24325,7 +24289,7 @@ var openapi = {
|
|
|
24325
24289
|
type: "object"
|
|
24326
24290
|
},
|
|
24327
24291
|
connected_account_id: {
|
|
24328
|
-
description: "ID of the
|
|
24292
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24329
24293
|
format: "uuid",
|
|
24330
24294
|
type: "string"
|
|
24331
24295
|
},
|
|
@@ -24361,7 +24325,7 @@ var openapi = {
|
|
|
24361
24325
|
type: "string"
|
|
24362
24326
|
},
|
|
24363
24327
|
workspace_id: {
|
|
24364
|
-
description: "ID of the
|
|
24328
|
+
description: "ID of the workspace associated with the event.",
|
|
24365
24329
|
format: "uuid",
|
|
24366
24330
|
type: "string"
|
|
24367
24331
|
}
|
|
@@ -24464,7 +24428,7 @@ var openapi = {
|
|
|
24464
24428
|
type: "array"
|
|
24465
24429
|
},
|
|
24466
24430
|
connected_account_id: {
|
|
24467
|
-
description: "ID of the
|
|
24431
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24468
24432
|
format: "uuid",
|
|
24469
24433
|
type: "string"
|
|
24470
24434
|
},
|
|
@@ -24569,7 +24533,7 @@ var openapi = {
|
|
|
24569
24533
|
type: "string"
|
|
24570
24534
|
},
|
|
24571
24535
|
workspace_id: {
|
|
24572
|
-
description: "ID of the
|
|
24536
|
+
description: "ID of the workspace associated with the event.",
|
|
24573
24537
|
format: "uuid",
|
|
24574
24538
|
type: "string"
|
|
24575
24539
|
}
|
|
@@ -24609,7 +24573,7 @@ var openapi = {
|
|
|
24609
24573
|
type: "object"
|
|
24610
24574
|
},
|
|
24611
24575
|
connected_account_id: {
|
|
24612
|
-
description: "ID of the
|
|
24576
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24613
24577
|
format: "uuid",
|
|
24614
24578
|
type: "string"
|
|
24615
24579
|
},
|
|
@@ -24645,7 +24609,7 @@ var openapi = {
|
|
|
24645
24609
|
type: "string"
|
|
24646
24610
|
},
|
|
24647
24611
|
workspace_id: {
|
|
24648
|
-
description: "ID of the
|
|
24612
|
+
description: "ID of the workspace associated with the event.",
|
|
24649
24613
|
format: "uuid",
|
|
24650
24614
|
type: "string"
|
|
24651
24615
|
}
|
|
@@ -24679,7 +24643,7 @@ var openapi = {
|
|
|
24679
24643
|
type: "object"
|
|
24680
24644
|
},
|
|
24681
24645
|
connected_account_id: {
|
|
24682
|
-
description: "ID of the
|
|
24646
|
+
description: "ID of the connected account associated with the affected access code.",
|
|
24683
24647
|
format: "uuid",
|
|
24684
24648
|
type: "string"
|
|
24685
24649
|
},
|
|
@@ -24715,7 +24679,7 @@ var openapi = {
|
|
|
24715
24679
|
type: "string"
|
|
24716
24680
|
},
|
|
24717
24681
|
workspace_id: {
|
|
24718
|
-
description: "ID of the
|
|
24682
|
+
description: "ID of the workspace associated with the event.",
|
|
24719
24683
|
format: "uuid",
|
|
24720
24684
|
type: "string"
|
|
24721
24685
|
}
|
|
@@ -24758,7 +24722,7 @@ var openapi = {
|
|
|
24758
24722
|
type: "string"
|
|
24759
24723
|
},
|
|
24760
24724
|
workspace_id: {
|
|
24761
|
-
description: "ID of the
|
|
24725
|
+
description: "ID of the workspace associated with the event.",
|
|
24762
24726
|
format: "uuid",
|
|
24763
24727
|
type: "string"
|
|
24764
24728
|
}
|
|
@@ -24799,7 +24763,7 @@ var openapi = {
|
|
|
24799
24763
|
type: "string"
|
|
24800
24764
|
},
|
|
24801
24765
|
workspace_id: {
|
|
24802
|
-
description: "ID of the
|
|
24766
|
+
description: "ID of the workspace associated with the event.",
|
|
24803
24767
|
format: "uuid",
|
|
24804
24768
|
type: "string"
|
|
24805
24769
|
}
|
|
@@ -24843,7 +24807,7 @@ var openapi = {
|
|
|
24843
24807
|
type: "string"
|
|
24844
24808
|
},
|
|
24845
24809
|
workspace_id: {
|
|
24846
|
-
description: "ID of the
|
|
24810
|
+
description: "ID of the workspace associated with the event.",
|
|
24847
24811
|
format: "uuid",
|
|
24848
24812
|
type: "string"
|
|
24849
24813
|
}
|
|
@@ -24892,7 +24856,7 @@ var openapi = {
|
|
|
24892
24856
|
type: "string"
|
|
24893
24857
|
},
|
|
24894
24858
|
workspace_id: {
|
|
24895
|
-
description: "ID of the
|
|
24859
|
+
description: "ID of the workspace associated with the event.",
|
|
24896
24860
|
format: "uuid",
|
|
24897
24861
|
type: "string"
|
|
24898
24862
|
}
|
|
@@ -24942,7 +24906,7 @@ var openapi = {
|
|
|
24942
24906
|
type: "string"
|
|
24943
24907
|
},
|
|
24944
24908
|
workspace_id: {
|
|
24945
|
-
description: "ID of the
|
|
24909
|
+
description: "ID of the workspace associated with the event.",
|
|
24946
24910
|
format: "uuid",
|
|
24947
24911
|
type: "string"
|
|
24948
24912
|
}
|
|
@@ -24999,7 +24963,7 @@ var openapi = {
|
|
|
24999
24963
|
type: "string"
|
|
25000
24964
|
},
|
|
25001
24965
|
workspace_id: {
|
|
25002
|
-
description: "ID of the
|
|
24966
|
+
description: "ID of the workspace associated with the event.",
|
|
25003
24967
|
format: "uuid",
|
|
25004
24968
|
type: "string"
|
|
25005
24969
|
}
|
|
@@ -25054,7 +25018,7 @@ var openapi = {
|
|
|
25054
25018
|
type: "string"
|
|
25055
25019
|
},
|
|
25056
25020
|
workspace_id: {
|
|
25057
|
-
description: "ID of the
|
|
25021
|
+
description: "ID of the workspace associated with the event.",
|
|
25058
25022
|
format: "uuid",
|
|
25059
25023
|
type: "string"
|
|
25060
25024
|
}
|
|
@@ -25114,7 +25078,7 @@ var openapi = {
|
|
|
25114
25078
|
type: "string"
|
|
25115
25079
|
},
|
|
25116
25080
|
workspace_id: {
|
|
25117
|
-
description: "ID of the
|
|
25081
|
+
description: "ID of the workspace associated with the event.",
|
|
25118
25082
|
format: "uuid",
|
|
25119
25083
|
type: "string"
|
|
25120
25084
|
}
|
|
@@ -25166,7 +25130,7 @@ var openapi = {
|
|
|
25166
25130
|
type: "string"
|
|
25167
25131
|
},
|
|
25168
25132
|
workspace_id: {
|
|
25169
|
-
description: "ID of the
|
|
25133
|
+
description: "ID of the workspace associated with the event.",
|
|
25170
25134
|
format: "uuid",
|
|
25171
25135
|
type: "string"
|
|
25172
25136
|
}
|
|
@@ -25221,7 +25185,7 @@ var openapi = {
|
|
|
25221
25185
|
type: "string"
|
|
25222
25186
|
},
|
|
25223
25187
|
workspace_id: {
|
|
25224
|
-
description: "ID of the
|
|
25188
|
+
description: "ID of the workspace associated with the event.",
|
|
25225
25189
|
format: "uuid",
|
|
25226
25190
|
type: "string"
|
|
25227
25191
|
}
|
|
@@ -25273,7 +25237,7 @@ var openapi = {
|
|
|
25273
25237
|
type: "string"
|
|
25274
25238
|
},
|
|
25275
25239
|
workspace_id: {
|
|
25276
|
-
description: "ID of the
|
|
25240
|
+
description: "ID of the workspace associated with the event.",
|
|
25277
25241
|
format: "uuid",
|
|
25278
25242
|
type: "string"
|
|
25279
25243
|
}
|
|
@@ -25333,7 +25297,7 @@ var openapi = {
|
|
|
25333
25297
|
type: "string"
|
|
25334
25298
|
},
|
|
25335
25299
|
workspace_id: {
|
|
25336
|
-
description: "ID of the
|
|
25300
|
+
description: "ID of the workspace associated with the event.",
|
|
25337
25301
|
format: "uuid",
|
|
25338
25302
|
type: "string"
|
|
25339
25303
|
}
|
|
@@ -25385,7 +25349,7 @@ var openapi = {
|
|
|
25385
25349
|
type: "string"
|
|
25386
25350
|
},
|
|
25387
25351
|
workspace_id: {
|
|
25388
|
-
description: "ID of the
|
|
25352
|
+
description: "ID of the workspace associated with the event.",
|
|
25389
25353
|
format: "uuid",
|
|
25390
25354
|
type: "string"
|
|
25391
25355
|
}
|
|
@@ -25432,7 +25396,7 @@ var openapi = {
|
|
|
25432
25396
|
type: "string"
|
|
25433
25397
|
},
|
|
25434
25398
|
workspace_id: {
|
|
25435
|
-
description: "ID of the
|
|
25399
|
+
description: "ID of the workspace associated with the event.",
|
|
25436
25400
|
format: "uuid",
|
|
25437
25401
|
type: "string"
|
|
25438
25402
|
}
|
|
@@ -25478,7 +25442,7 @@ var openapi = {
|
|
|
25478
25442
|
type: "string"
|
|
25479
25443
|
},
|
|
25480
25444
|
workspace_id: {
|
|
25481
|
-
description: "ID of the
|
|
25445
|
+
description: "ID of the workspace associated with the event.",
|
|
25482
25446
|
format: "uuid",
|
|
25483
25447
|
type: "string"
|
|
25484
25448
|
}
|
|
@@ -25616,7 +25580,7 @@ var openapi = {
|
|
|
25616
25580
|
type: "string"
|
|
25617
25581
|
},
|
|
25618
25582
|
workspace_id: {
|
|
25619
|
-
description: "ID of the
|
|
25583
|
+
description: "ID of the workspace associated with the event.",
|
|
25620
25584
|
format: "uuid",
|
|
25621
25585
|
type: "string"
|
|
25622
25586
|
}
|
|
@@ -25671,7 +25635,7 @@ var openapi = {
|
|
|
25671
25635
|
type: "string"
|
|
25672
25636
|
},
|
|
25673
25637
|
workspace_id: {
|
|
25674
|
-
description: "ID of the
|
|
25638
|
+
description: "ID of the workspace associated with the event.",
|
|
25675
25639
|
format: "uuid",
|
|
25676
25640
|
type: "string"
|
|
25677
25641
|
}
|
|
@@ -25723,7 +25687,7 @@ var openapi = {
|
|
|
25723
25687
|
type: "string"
|
|
25724
25688
|
},
|
|
25725
25689
|
workspace_id: {
|
|
25726
|
-
description: "ID of the
|
|
25690
|
+
description: "ID of the workspace associated with the event.",
|
|
25727
25691
|
format: "uuid",
|
|
25728
25692
|
type: "string"
|
|
25729
25693
|
}
|
|
@@ -25775,7 +25739,7 @@ var openapi = {
|
|
|
25775
25739
|
type: "string"
|
|
25776
25740
|
},
|
|
25777
25741
|
workspace_id: {
|
|
25778
|
-
description: "ID of the
|
|
25742
|
+
description: "ID of the workspace associated with the event.",
|
|
25779
25743
|
format: "uuid",
|
|
25780
25744
|
type: "string"
|
|
25781
25745
|
}
|
|
@@ -25830,7 +25794,7 @@ var openapi = {
|
|
|
25830
25794
|
type: "string"
|
|
25831
25795
|
},
|
|
25832
25796
|
workspace_id: {
|
|
25833
|
-
description: "ID of the
|
|
25797
|
+
description: "ID of the workspace associated with the event.",
|
|
25834
25798
|
format: "uuid",
|
|
25835
25799
|
type: "string"
|
|
25836
25800
|
}
|
|
@@ -25878,7 +25842,7 @@ var openapi = {
|
|
|
25878
25842
|
type: "string"
|
|
25879
25843
|
},
|
|
25880
25844
|
workspace_id: {
|
|
25881
|
-
description: "ID of the
|
|
25845
|
+
description: "ID of the workspace associated with the event.",
|
|
25882
25846
|
format: "uuid",
|
|
25883
25847
|
type: "string"
|
|
25884
25848
|
}
|
|
@@ -25926,7 +25890,7 @@ var openapi = {
|
|
|
25926
25890
|
type: "string"
|
|
25927
25891
|
},
|
|
25928
25892
|
workspace_id: {
|
|
25929
|
-
description: "ID of the
|
|
25893
|
+
description: "ID of the workspace associated with the event.",
|
|
25930
25894
|
format: "uuid",
|
|
25931
25895
|
type: "string"
|
|
25932
25896
|
}
|
|
@@ -25978,7 +25942,7 @@ var openapi = {
|
|
|
25978
25942
|
type: "string"
|
|
25979
25943
|
},
|
|
25980
25944
|
workspace_id: {
|
|
25981
|
-
description: "ID of the
|
|
25945
|
+
description: "ID of the workspace associated with the event.",
|
|
25982
25946
|
format: "uuid",
|
|
25983
25947
|
type: "string"
|
|
25984
25948
|
}
|
|
@@ -26030,7 +25994,7 @@ var openapi = {
|
|
|
26030
25994
|
type: "string"
|
|
26031
25995
|
},
|
|
26032
25996
|
workspace_id: {
|
|
26033
|
-
description: "ID of the
|
|
25997
|
+
description: "ID of the workspace associated with the event.",
|
|
26034
25998
|
format: "uuid",
|
|
26035
25999
|
type: "string"
|
|
26036
26000
|
}
|
|
@@ -26085,7 +26049,7 @@ var openapi = {
|
|
|
26085
26049
|
type: "string"
|
|
26086
26050
|
},
|
|
26087
26051
|
workspace_id: {
|
|
26088
|
-
description: "ID of the
|
|
26052
|
+
description: "ID of the workspace associated with the event.",
|
|
26089
26053
|
format: "uuid",
|
|
26090
26054
|
type: "string"
|
|
26091
26055
|
}
|
|
@@ -26133,7 +26097,7 @@ var openapi = {
|
|
|
26133
26097
|
type: "string"
|
|
26134
26098
|
},
|
|
26135
26099
|
workspace_id: {
|
|
26136
|
-
description: "ID of the
|
|
26100
|
+
description: "ID of the workspace associated with the event.",
|
|
26137
26101
|
format: "uuid",
|
|
26138
26102
|
type: "string"
|
|
26139
26103
|
}
|
|
@@ -26181,7 +26145,7 @@ var openapi = {
|
|
|
26181
26145
|
type: "string"
|
|
26182
26146
|
},
|
|
26183
26147
|
workspace_id: {
|
|
26184
|
-
description: "ID of the
|
|
26148
|
+
description: "ID of the workspace associated with the event.",
|
|
26185
26149
|
format: "uuid",
|
|
26186
26150
|
type: "string"
|
|
26187
26151
|
}
|
|
@@ -26199,7 +26163,7 @@ var openapi = {
|
|
|
26199
26163
|
"x-route-path": "/acs/entrances"
|
|
26200
26164
|
},
|
|
26201
26165
|
{
|
|
26202
|
-
description: "A
|
|
26166
|
+
description: "A client session was deleted.",
|
|
26203
26167
|
properties: {
|
|
26204
26168
|
client_session_id: {
|
|
26205
26169
|
description: "ID of the affected client session.",
|
|
@@ -26223,7 +26187,7 @@ var openapi = {
|
|
|
26223
26187
|
type: "string"
|
|
26224
26188
|
},
|
|
26225
26189
|
workspace_id: {
|
|
26226
|
-
description: "ID of the
|
|
26190
|
+
description: "ID of the workspace associated with the event.",
|
|
26227
26191
|
format: "uuid",
|
|
26228
26192
|
type: "string"
|
|
26229
26193
|
}
|
|
@@ -26240,10 +26204,10 @@ var openapi = {
|
|
|
26240
26204
|
"x-route-path": "/client_sessions"
|
|
26241
26205
|
},
|
|
26242
26206
|
{
|
|
26243
|
-
description: "A
|
|
26207
|
+
description: "A connected account was connected for the first time or was reconnected after being disconnected.",
|
|
26244
26208
|
properties: {
|
|
26245
26209
|
connect_webview_id: {
|
|
26246
|
-
description: "ID of the
|
|
26210
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26247
26211
|
format: "uuid",
|
|
26248
26212
|
type: "string"
|
|
26249
26213
|
},
|
|
@@ -26255,7 +26219,7 @@ var openapi = {
|
|
|
26255
26219
|
type: "object"
|
|
26256
26220
|
},
|
|
26257
26221
|
connected_account_id: {
|
|
26258
|
-
description: "ID of the affected
|
|
26222
|
+
description: "ID of the affected connected account.",
|
|
26259
26223
|
format: "uuid",
|
|
26260
26224
|
type: "string"
|
|
26261
26225
|
},
|
|
@@ -26283,7 +26247,7 @@ var openapi = {
|
|
|
26283
26247
|
type: "string"
|
|
26284
26248
|
},
|
|
26285
26249
|
workspace_id: {
|
|
26286
|
-
description: "ID of the
|
|
26250
|
+
description: "ID of the workspace associated with the event.",
|
|
26287
26251
|
format: "uuid",
|
|
26288
26252
|
type: "string"
|
|
26289
26253
|
}
|
|
@@ -26300,10 +26264,10 @@ var openapi = {
|
|
|
26300
26264
|
"x-route-path": "/connected_accounts"
|
|
26301
26265
|
},
|
|
26302
26266
|
{
|
|
26303
|
-
description: "A
|
|
26267
|
+
description: "A connected account was created.",
|
|
26304
26268
|
properties: {
|
|
26305
26269
|
connect_webview_id: {
|
|
26306
|
-
description: "ID of the
|
|
26270
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26307
26271
|
format: "uuid",
|
|
26308
26272
|
type: "string"
|
|
26309
26273
|
},
|
|
@@ -26315,7 +26279,7 @@ var openapi = {
|
|
|
26315
26279
|
type: "object"
|
|
26316
26280
|
},
|
|
26317
26281
|
connected_account_id: {
|
|
26318
|
-
description: "ID of the affected
|
|
26282
|
+
description: "ID of the affected connected account.",
|
|
26319
26283
|
format: "uuid",
|
|
26320
26284
|
type: "string"
|
|
26321
26285
|
},
|
|
@@ -26339,7 +26303,7 @@ var openapi = {
|
|
|
26339
26303
|
type: "string"
|
|
26340
26304
|
},
|
|
26341
26305
|
workspace_id: {
|
|
26342
|
-
description: "ID of the
|
|
26306
|
+
description: "ID of the workspace associated with the event.",
|
|
26343
26307
|
format: "uuid",
|
|
26344
26308
|
type: "string"
|
|
26345
26309
|
}
|
|
@@ -26358,10 +26322,10 @@ var openapi = {
|
|
|
26358
26322
|
},
|
|
26359
26323
|
{
|
|
26360
26324
|
deprecated: true,
|
|
26361
|
-
description: "A
|
|
26325
|
+
description: "A connected account had a successful login using a Connect Webview.",
|
|
26362
26326
|
properties: {
|
|
26363
26327
|
connect_webview_id: {
|
|
26364
|
-
description: "ID of the
|
|
26328
|
+
description: "ID of the Connect Webview associated with the event.",
|
|
26365
26329
|
format: "uuid",
|
|
26366
26330
|
type: "string"
|
|
26367
26331
|
},
|
|
@@ -26373,7 +26337,7 @@ var openapi = {
|
|
|
26373
26337
|
type: "object"
|
|
26374
26338
|
},
|
|
26375
26339
|
connected_account_id: {
|
|
26376
|
-
description: "ID of the affected
|
|
26340
|
+
description: "ID of the affected connected account.",
|
|
26377
26341
|
format: "uuid",
|
|
26378
26342
|
type: "string"
|
|
26379
26343
|
},
|
|
@@ -26397,7 +26361,7 @@ var openapi = {
|
|
|
26397
26361
|
type: "string"
|
|
26398
26362
|
},
|
|
26399
26363
|
workspace_id: {
|
|
26400
|
-
description: "ID of the
|
|
26364
|
+
description: "ID of the workspace associated with the event.",
|
|
26401
26365
|
format: "uuid",
|
|
26402
26366
|
type: "string"
|
|
26403
26367
|
}
|
|
@@ -26416,7 +26380,7 @@ var openapi = {
|
|
|
26416
26380
|
"x-route-path": "/connected_accounts"
|
|
26417
26381
|
},
|
|
26418
26382
|
{
|
|
26419
|
-
description: "A
|
|
26383
|
+
description: "A connected account was disconnected.",
|
|
26420
26384
|
properties: {
|
|
26421
26385
|
connected_account_custom_metadata: {
|
|
26422
26386
|
additionalProperties: {
|
|
@@ -26449,7 +26413,7 @@ var openapi = {
|
|
|
26449
26413
|
type: "array"
|
|
26450
26414
|
},
|
|
26451
26415
|
connected_account_id: {
|
|
26452
|
-
description: "ID of the affected
|
|
26416
|
+
description: "ID of the affected connected account.",
|
|
26453
26417
|
format: "uuid",
|
|
26454
26418
|
type: "string"
|
|
26455
26419
|
},
|
|
@@ -26496,7 +26460,7 @@ var openapi = {
|
|
|
26496
26460
|
type: "string"
|
|
26497
26461
|
},
|
|
26498
26462
|
workspace_id: {
|
|
26499
|
-
description: "ID of the
|
|
26463
|
+
description: "ID of the workspace associated with the event.",
|
|
26500
26464
|
format: "uuid",
|
|
26501
26465
|
type: "string"
|
|
26502
26466
|
}
|
|
@@ -26515,7 +26479,7 @@ var openapi = {
|
|
|
26515
26479
|
"x-route-path": "/connected_accounts"
|
|
26516
26480
|
},
|
|
26517
26481
|
{
|
|
26518
|
-
description: "A
|
|
26482
|
+
description: "A connected account completed the first sync with Seam, and the corresponding devices or systems are now available.",
|
|
26519
26483
|
properties: {
|
|
26520
26484
|
connected_account_custom_metadata: {
|
|
26521
26485
|
additionalProperties: {
|
|
@@ -26525,7 +26489,7 @@ var openapi = {
|
|
|
26525
26489
|
type: "object"
|
|
26526
26490
|
},
|
|
26527
26491
|
connected_account_id: {
|
|
26528
|
-
description: "ID of the affected
|
|
26492
|
+
description: "ID of the affected connected account.",
|
|
26529
26493
|
format: "uuid",
|
|
26530
26494
|
type: "string"
|
|
26531
26495
|
},
|
|
@@ -26549,7 +26513,7 @@ var openapi = {
|
|
|
26549
26513
|
type: "string"
|
|
26550
26514
|
},
|
|
26551
26515
|
workspace_id: {
|
|
26552
|
-
description: "ID of the
|
|
26516
|
+
description: "ID of the workspace associated with the event.",
|
|
26553
26517
|
format: "uuid",
|
|
26554
26518
|
type: "string"
|
|
26555
26519
|
}
|
|
@@ -26566,7 +26530,7 @@ var openapi = {
|
|
|
26566
26530
|
"x-route-path": "/connected_accounts"
|
|
26567
26531
|
},
|
|
26568
26532
|
{
|
|
26569
|
-
description: "A
|
|
26533
|
+
description: "A connected account was deleted.",
|
|
26570
26534
|
properties: {
|
|
26571
26535
|
connected_account_custom_metadata: {
|
|
26572
26536
|
additionalProperties: {
|
|
@@ -26576,7 +26540,7 @@ var openapi = {
|
|
|
26576
26540
|
type: "object"
|
|
26577
26541
|
},
|
|
26578
26542
|
connected_account_id: {
|
|
26579
|
-
description: "ID of the affected
|
|
26543
|
+
description: "ID of the affected connected account.",
|
|
26580
26544
|
format: "uuid",
|
|
26581
26545
|
type: "string"
|
|
26582
26546
|
},
|
|
@@ -26608,7 +26572,7 @@ var openapi = {
|
|
|
26608
26572
|
type: "string"
|
|
26609
26573
|
},
|
|
26610
26574
|
workspace_id: {
|
|
26611
|
-
description: "ID of the
|
|
26575
|
+
description: "ID of the workspace associated with the event.",
|
|
26612
26576
|
format: "uuid",
|
|
26613
26577
|
type: "string"
|
|
26614
26578
|
}
|
|
@@ -26625,7 +26589,7 @@ var openapi = {
|
|
|
26625
26589
|
"x-route-path": "/connected_accounts"
|
|
26626
26590
|
},
|
|
26627
26591
|
{
|
|
26628
|
-
description: "A
|
|
26592
|
+
description: "A connected account completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.",
|
|
26629
26593
|
properties: {
|
|
26630
26594
|
connected_account_custom_metadata: {
|
|
26631
26595
|
additionalProperties: {
|
|
@@ -26635,7 +26599,7 @@ var openapi = {
|
|
|
26635
26599
|
type: "object"
|
|
26636
26600
|
},
|
|
26637
26601
|
connected_account_id: {
|
|
26638
|
-
description: "ID of the affected
|
|
26602
|
+
description: "ID of the affected connected account.",
|
|
26639
26603
|
format: "uuid",
|
|
26640
26604
|
type: "string"
|
|
26641
26605
|
},
|
|
@@ -26661,7 +26625,7 @@ var openapi = {
|
|
|
26661
26625
|
type: "string"
|
|
26662
26626
|
},
|
|
26663
26627
|
workspace_id: {
|
|
26664
|
-
description: "ID of the
|
|
26628
|
+
description: "ID of the workspace associated with the event.",
|
|
26665
26629
|
format: "uuid",
|
|
26666
26630
|
type: "string"
|
|
26667
26631
|
}
|
|
@@ -26678,7 +26642,7 @@ var openapi = {
|
|
|
26678
26642
|
"x-route-path": "/connected_accounts"
|
|
26679
26643
|
},
|
|
26680
26644
|
{
|
|
26681
|
-
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.",
|
|
26682
26646
|
properties: {
|
|
26683
26647
|
connected_account_custom_metadata: {
|
|
26684
26648
|
additionalProperties: {
|
|
@@ -26711,7 +26675,7 @@ var openapi = {
|
|
|
26711
26675
|
type: "array"
|
|
26712
26676
|
},
|
|
26713
26677
|
connected_account_id: {
|
|
26714
|
-
description: "ID of the affected
|
|
26678
|
+
description: "ID of the affected connected account.",
|
|
26715
26679
|
format: "uuid",
|
|
26716
26680
|
type: "string"
|
|
26717
26681
|
},
|
|
@@ -26758,7 +26722,7 @@ var openapi = {
|
|
|
26758
26722
|
type: "string"
|
|
26759
26723
|
},
|
|
26760
26724
|
workspace_id: {
|
|
26761
|
-
description: "ID of the
|
|
26725
|
+
description: "ID of the workspace associated with the event.",
|
|
26762
26726
|
format: "uuid",
|
|
26763
26727
|
type: "string"
|
|
26764
26728
|
}
|
|
@@ -26777,7 +26741,7 @@ var openapi = {
|
|
|
26777
26741
|
"x-route-path": "/connected_accounts"
|
|
26778
26742
|
},
|
|
26779
26743
|
{
|
|
26780
|
-
description: "A lock door
|
|
26744
|
+
description: "A lock door action attempt succeeded.",
|
|
26781
26745
|
properties: {
|
|
26782
26746
|
action_attempt_id: {
|
|
26783
26747
|
description: "ID of the affected action attempt.",
|
|
@@ -26819,7 +26783,7 @@ var openapi = {
|
|
|
26819
26783
|
},
|
|
26820
26784
|
status: { description: "Status of the action.", type: "string" },
|
|
26821
26785
|
workspace_id: {
|
|
26822
|
-
description: "ID of the
|
|
26786
|
+
description: "ID of the workspace associated with the event.",
|
|
26823
26787
|
format: "uuid",
|
|
26824
26788
|
type: "string"
|
|
26825
26789
|
}
|
|
@@ -26838,7 +26802,7 @@ var openapi = {
|
|
|
26838
26802
|
"x-route-path": "/action_attempts"
|
|
26839
26803
|
},
|
|
26840
26804
|
{
|
|
26841
|
-
description: "A lock door
|
|
26805
|
+
description: "A lock door action attempt failed.",
|
|
26842
26806
|
properties: {
|
|
26843
26807
|
action_attempt_id: {
|
|
26844
26808
|
description: "ID of the affected action attempt.",
|
|
@@ -26880,7 +26844,7 @@ var openapi = {
|
|
|
26880
26844
|
},
|
|
26881
26845
|
status: { description: "Status of the action.", type: "string" },
|
|
26882
26846
|
workspace_id: {
|
|
26883
|
-
description: "ID of the
|
|
26847
|
+
description: "ID of the workspace associated with the event.",
|
|
26884
26848
|
format: "uuid",
|
|
26885
26849
|
type: "string"
|
|
26886
26850
|
}
|
|
@@ -26899,7 +26863,7 @@ var openapi = {
|
|
|
26899
26863
|
"x-route-path": "/action_attempts"
|
|
26900
26864
|
},
|
|
26901
26865
|
{
|
|
26902
|
-
description: "An unlock door
|
|
26866
|
+
description: "An unlock door action attempt succeeded.",
|
|
26903
26867
|
properties: {
|
|
26904
26868
|
action_attempt_id: {
|
|
26905
26869
|
description: "ID of the affected action attempt.",
|
|
@@ -26941,7 +26905,7 @@ var openapi = {
|
|
|
26941
26905
|
},
|
|
26942
26906
|
status: { description: "Status of the action.", type: "string" },
|
|
26943
26907
|
workspace_id: {
|
|
26944
|
-
description: "ID of the
|
|
26908
|
+
description: "ID of the workspace associated with the event.",
|
|
26945
26909
|
format: "uuid",
|
|
26946
26910
|
type: "string"
|
|
26947
26911
|
}
|
|
@@ -26960,7 +26924,7 @@ var openapi = {
|
|
|
26960
26924
|
"x-route-path": "/action_attempts"
|
|
26961
26925
|
},
|
|
26962
26926
|
{
|
|
26963
|
-
description: "An unlock door
|
|
26927
|
+
description: "An unlock door action attempt failed.",
|
|
26964
26928
|
properties: {
|
|
26965
26929
|
action_attempt_id: {
|
|
26966
26930
|
description: "ID of the affected action attempt.",
|
|
@@ -27002,7 +26966,7 @@ var openapi = {
|
|
|
27002
26966
|
},
|
|
27003
26967
|
status: { description: "Status of the action.", type: "string" },
|
|
27004
26968
|
workspace_id: {
|
|
27005
|
-
description: "ID of the
|
|
26969
|
+
description: "ID of the workspace associated with the event.",
|
|
27006
26970
|
format: "uuid",
|
|
27007
26971
|
type: "string"
|
|
27008
26972
|
}
|
|
@@ -27021,7 +26985,7 @@ var openapi = {
|
|
|
27021
26985
|
"x-route-path": "/action_attempts"
|
|
27022
26986
|
},
|
|
27023
26987
|
{
|
|
27024
|
-
description: "A simulate keypad code entry
|
|
26988
|
+
description: "A simulate keypad code entry action attempt succeeded.",
|
|
27025
26989
|
properties: {
|
|
27026
26990
|
action_attempt_id: {
|
|
27027
26991
|
description: "ID of the affected action attempt.",
|
|
@@ -27063,7 +27027,7 @@ var openapi = {
|
|
|
27063
27027
|
},
|
|
27064
27028
|
status: { description: "Status of the action.", type: "string" },
|
|
27065
27029
|
workspace_id: {
|
|
27066
|
-
description: "ID of the
|
|
27030
|
+
description: "ID of the workspace associated with the event.",
|
|
27067
27031
|
format: "uuid",
|
|
27068
27032
|
type: "string"
|
|
27069
27033
|
}
|
|
@@ -27082,7 +27046,7 @@ var openapi = {
|
|
|
27082
27046
|
"x-route-path": "/action_attempts"
|
|
27083
27047
|
},
|
|
27084
27048
|
{
|
|
27085
|
-
description: "A simulate keypad code entry
|
|
27049
|
+
description: "A simulate keypad code entry action attempt failed.",
|
|
27086
27050
|
properties: {
|
|
27087
27051
|
action_attempt_id: {
|
|
27088
27052
|
description: "ID of the affected action attempt.",
|
|
@@ -27124,7 +27088,7 @@ var openapi = {
|
|
|
27124
27088
|
},
|
|
27125
27089
|
status: { description: "Status of the action.", type: "string" },
|
|
27126
27090
|
workspace_id: {
|
|
27127
|
-
description: "ID of the
|
|
27091
|
+
description: "ID of the workspace associated with the event.",
|
|
27128
27092
|
format: "uuid",
|
|
27129
27093
|
type: "string"
|
|
27130
27094
|
}
|
|
@@ -27143,7 +27107,7 @@ var openapi = {
|
|
|
27143
27107
|
"x-route-path": "/action_attempts"
|
|
27144
27108
|
},
|
|
27145
27109
|
{
|
|
27146
|
-
description: "A simulate manual lock via keypad
|
|
27110
|
+
description: "A simulate manual lock via keypad action attempt succeeded.",
|
|
27147
27111
|
properties: {
|
|
27148
27112
|
action_attempt_id: {
|
|
27149
27113
|
description: "ID of the affected action attempt.",
|
|
@@ -27187,7 +27151,7 @@ var openapi = {
|
|
|
27187
27151
|
},
|
|
27188
27152
|
status: { description: "Status of the action.", type: "string" },
|
|
27189
27153
|
workspace_id: {
|
|
27190
|
-
description: "ID of the
|
|
27154
|
+
description: "ID of the workspace associated with the event.",
|
|
27191
27155
|
format: "uuid",
|
|
27192
27156
|
type: "string"
|
|
27193
27157
|
}
|
|
@@ -27206,7 +27170,7 @@ var openapi = {
|
|
|
27206
27170
|
"x-route-path": "/action_attempts"
|
|
27207
27171
|
},
|
|
27208
27172
|
{
|
|
27209
|
-
description: "A simulate manual lock via keypad
|
|
27173
|
+
description: "A simulate manual lock via keypad action attempt failed.",
|
|
27210
27174
|
properties: {
|
|
27211
27175
|
action_attempt_id: {
|
|
27212
27176
|
description: "ID of the affected action attempt.",
|
|
@@ -27248,7 +27212,7 @@ var openapi = {
|
|
|
27248
27212
|
},
|
|
27249
27213
|
status: { description: "Status of the action.", type: "string" },
|
|
27250
27214
|
workspace_id: {
|
|
27251
|
-
description: "ID of the
|
|
27215
|
+
description: "ID of the workspace associated with the event.",
|
|
27252
27216
|
format: "uuid",
|
|
27253
27217
|
type: "string"
|
|
27254
27218
|
}
|
|
@@ -27267,10 +27231,10 @@ var openapi = {
|
|
|
27267
27231
|
"x-route-path": "/action_attempts"
|
|
27268
27232
|
},
|
|
27269
27233
|
{
|
|
27270
|
-
description: "A
|
|
27234
|
+
description: "A Connect Webview login succeeded.",
|
|
27271
27235
|
properties: {
|
|
27272
27236
|
connect_webview_id: {
|
|
27273
|
-
description: "ID of the affected
|
|
27237
|
+
description: "ID of the affected Connect Webview.",
|
|
27274
27238
|
format: "uuid",
|
|
27275
27239
|
type: "string"
|
|
27276
27240
|
},
|
|
@@ -27282,7 +27246,7 @@ var openapi = {
|
|
|
27282
27246
|
type: "object"
|
|
27283
27247
|
},
|
|
27284
27248
|
connected_account_id: {
|
|
27285
|
-
description: "ID of the
|
|
27249
|
+
description: "ID of the connected account associated with the event.",
|
|
27286
27250
|
format: "uuid",
|
|
27287
27251
|
type: "string"
|
|
27288
27252
|
},
|
|
@@ -27310,7 +27274,7 @@ var openapi = {
|
|
|
27310
27274
|
type: "string"
|
|
27311
27275
|
},
|
|
27312
27276
|
workspace_id: {
|
|
27313
|
-
description: "ID of the
|
|
27277
|
+
description: "ID of the workspace associated with the event.",
|
|
27314
27278
|
format: "uuid",
|
|
27315
27279
|
type: "string"
|
|
27316
27280
|
}
|
|
@@ -27328,10 +27292,10 @@ var openapi = {
|
|
|
27328
27292
|
"x-route-path": "/connect_webviews"
|
|
27329
27293
|
},
|
|
27330
27294
|
{
|
|
27331
|
-
description: "A
|
|
27295
|
+
description: "A Connect Webview login failed.",
|
|
27332
27296
|
properties: {
|
|
27333
27297
|
connect_webview_id: {
|
|
27334
|
-
description: "ID of the affected
|
|
27298
|
+
description: "ID of the affected Connect Webview.",
|
|
27335
27299
|
format: "uuid",
|
|
27336
27300
|
type: "string"
|
|
27337
27301
|
},
|
|
@@ -27355,7 +27319,7 @@ var openapi = {
|
|
|
27355
27319
|
type: "string"
|
|
27356
27320
|
},
|
|
27357
27321
|
workspace_id: {
|
|
27358
|
-
description: "ID of the
|
|
27322
|
+
description: "ID of the workspace associated with the event.",
|
|
27359
27323
|
format: "uuid",
|
|
27360
27324
|
type: "string"
|
|
27361
27325
|
}
|
|
@@ -27372,7 +27336,7 @@ var openapi = {
|
|
|
27372
27336
|
"x-route-path": "/connect_webviews"
|
|
27373
27337
|
},
|
|
27374
27338
|
{
|
|
27375
|
-
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.",
|
|
27376
27340
|
properties: {
|
|
27377
27341
|
connected_account_custom_metadata: {
|
|
27378
27342
|
additionalProperties: {
|
|
@@ -27382,7 +27346,7 @@ var openapi = {
|
|
|
27382
27346
|
type: "object"
|
|
27383
27347
|
},
|
|
27384
27348
|
connected_account_id: {
|
|
27385
|
-
description: "ID of the
|
|
27349
|
+
description: "ID of the connected account associated with the event.",
|
|
27386
27350
|
format: "uuid",
|
|
27387
27351
|
type: "string"
|
|
27388
27352
|
},
|
|
@@ -27419,7 +27383,7 @@ var openapi = {
|
|
|
27419
27383
|
type: "string"
|
|
27420
27384
|
},
|
|
27421
27385
|
workspace_id: {
|
|
27422
|
-
description: "ID of the
|
|
27386
|
+
description: "ID of the workspace associated with the event.",
|
|
27423
27387
|
format: "uuid",
|
|
27424
27388
|
type: "string"
|
|
27425
27389
|
}
|
|
@@ -27437,7 +27401,7 @@ var openapi = {
|
|
|
27437
27401
|
"x-route-path": "/devices"
|
|
27438
27402
|
},
|
|
27439
27403
|
{
|
|
27440
|
-
description: "A
|
|
27404
|
+
description: "A device was added to Seam or was re-added to Seam after having been removed.",
|
|
27441
27405
|
properties: {
|
|
27442
27406
|
connected_account_custom_metadata: {
|
|
27443
27407
|
additionalProperties: {
|
|
@@ -27447,7 +27411,7 @@ var openapi = {
|
|
|
27447
27411
|
type: "object"
|
|
27448
27412
|
},
|
|
27449
27413
|
connected_account_id: {
|
|
27450
|
-
description: "ID of the
|
|
27414
|
+
description: "ID of the connected account associated with the event.",
|
|
27451
27415
|
format: "uuid",
|
|
27452
27416
|
type: "string"
|
|
27453
27417
|
},
|
|
@@ -27484,7 +27448,7 @@ var openapi = {
|
|
|
27484
27448
|
type: "string"
|
|
27485
27449
|
},
|
|
27486
27450
|
workspace_id: {
|
|
27487
|
-
description: "ID of the
|
|
27451
|
+
description: "ID of the workspace associated with the event.",
|
|
27488
27452
|
format: "uuid",
|
|
27489
27453
|
type: "string"
|
|
27490
27454
|
}
|
|
@@ -27512,7 +27476,7 @@ var openapi = {
|
|
|
27512
27476
|
type: "object"
|
|
27513
27477
|
},
|
|
27514
27478
|
connected_account_id: {
|
|
27515
|
-
description: "ID of the
|
|
27479
|
+
description: "ID of the connected account associated with the event.",
|
|
27516
27480
|
format: "uuid",
|
|
27517
27481
|
type: "string"
|
|
27518
27482
|
},
|
|
@@ -27552,7 +27516,7 @@ var openapi = {
|
|
|
27552
27516
|
type: "string"
|
|
27553
27517
|
},
|
|
27554
27518
|
workspace_id: {
|
|
27555
|
-
description: "ID of the
|
|
27519
|
+
description: "ID of the workspace associated with the event.",
|
|
27556
27520
|
format: "uuid",
|
|
27557
27521
|
type: "string"
|
|
27558
27522
|
}
|
|
@@ -27580,7 +27544,7 @@ var openapi = {
|
|
|
27580
27544
|
type: "object"
|
|
27581
27545
|
},
|
|
27582
27546
|
connected_account_id: {
|
|
27583
|
-
description: "ID of the
|
|
27547
|
+
description: "ID of the connected account associated with the event.",
|
|
27584
27548
|
format: "uuid",
|
|
27585
27549
|
type: "string"
|
|
27586
27550
|
},
|
|
@@ -27620,7 +27584,7 @@ var openapi = {
|
|
|
27620
27584
|
type: "string"
|
|
27621
27585
|
},
|
|
27622
27586
|
workspace_id: {
|
|
27623
|
-
description: "ID of the
|
|
27587
|
+
description: "ID of the workspace associated with the event.",
|
|
27624
27588
|
format: "uuid",
|
|
27625
27589
|
type: "string"
|
|
27626
27590
|
}
|
|
@@ -27648,7 +27612,7 @@ var openapi = {
|
|
|
27648
27612
|
type: "object"
|
|
27649
27613
|
},
|
|
27650
27614
|
connected_account_id: {
|
|
27651
|
-
description: "ID of the
|
|
27615
|
+
description: "ID of the connected account associated with the event.",
|
|
27652
27616
|
format: "uuid",
|
|
27653
27617
|
type: "string"
|
|
27654
27618
|
},
|
|
@@ -27688,7 +27652,7 @@ var openapi = {
|
|
|
27688
27652
|
type: "string"
|
|
27689
27653
|
},
|
|
27690
27654
|
workspace_id: {
|
|
27691
|
-
description: "ID of the
|
|
27655
|
+
description: "ID of the workspace associated with the event.",
|
|
27692
27656
|
format: "uuid",
|
|
27693
27657
|
type: "string"
|
|
27694
27658
|
}
|
|
@@ -27706,7 +27670,7 @@ var openapi = {
|
|
|
27706
27670
|
"x-route-path": "/devices/unmanaged"
|
|
27707
27671
|
},
|
|
27708
27672
|
{
|
|
27709
|
-
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`.",
|
|
27710
27674
|
properties: {
|
|
27711
27675
|
connected_account_custom_metadata: {
|
|
27712
27676
|
additionalProperties: {
|
|
@@ -27739,7 +27703,7 @@ var openapi = {
|
|
|
27739
27703
|
type: "array"
|
|
27740
27704
|
},
|
|
27741
27705
|
connected_account_id: {
|
|
27742
|
-
description: "ID of the
|
|
27706
|
+
description: "ID of the connected account associated with the event.",
|
|
27743
27707
|
format: "uuid",
|
|
27744
27708
|
type: "string"
|
|
27745
27709
|
},
|
|
@@ -27854,7 +27818,7 @@ var openapi = {
|
|
|
27854
27818
|
type: "string"
|
|
27855
27819
|
},
|
|
27856
27820
|
workspace_id: {
|
|
27857
|
-
description: "ID of the
|
|
27821
|
+
description: "ID of the workspace associated with the event.",
|
|
27858
27822
|
format: "uuid",
|
|
27859
27823
|
type: "string"
|
|
27860
27824
|
}
|
|
@@ -27910,7 +27874,7 @@ var openapi = {
|
|
|
27910
27874
|
type: "array"
|
|
27911
27875
|
},
|
|
27912
27876
|
connected_account_id: {
|
|
27913
|
-
description: "ID of the
|
|
27877
|
+
description: "ID of the connected account associated with the event.",
|
|
27914
27878
|
format: "uuid",
|
|
27915
27879
|
type: "string"
|
|
27916
27880
|
},
|
|
@@ -28028,7 +27992,7 @@ var openapi = {
|
|
|
28028
27992
|
type: "string"
|
|
28029
27993
|
},
|
|
28030
27994
|
workspace_id: {
|
|
28031
|
-
description: "ID of the
|
|
27995
|
+
description: "ID of the workspace associated with the event.",
|
|
28032
27996
|
format: "uuid",
|
|
28033
27997
|
type: "string"
|
|
28034
27998
|
}
|
|
@@ -28051,7 +28015,7 @@ var openapi = {
|
|
|
28051
28015
|
"x-route-path": "/devices/unmanaged"
|
|
28052
28016
|
},
|
|
28053
28017
|
{
|
|
28054
|
-
description: "A
|
|
28018
|
+
description: "A device detected that it was tampered with, for example, opened or moved.",
|
|
28055
28019
|
properties: {
|
|
28056
28020
|
connected_account_custom_metadata: {
|
|
28057
28021
|
additionalProperties: {
|
|
@@ -28061,7 +28025,7 @@ var openapi = {
|
|
|
28061
28025
|
type: "object"
|
|
28062
28026
|
},
|
|
28063
28027
|
connected_account_id: {
|
|
28064
|
-
description: "ID of the
|
|
28028
|
+
description: "ID of the connected account associated with the event.",
|
|
28065
28029
|
format: "uuid",
|
|
28066
28030
|
type: "string"
|
|
28067
28031
|
},
|
|
@@ -28098,7 +28062,7 @@ var openapi = {
|
|
|
28098
28062
|
type: "string"
|
|
28099
28063
|
},
|
|
28100
28064
|
workspace_id: {
|
|
28101
|
-
description: "ID of the
|
|
28065
|
+
description: "ID of the workspace associated with the event.",
|
|
28102
28066
|
format: "uuid",
|
|
28103
28067
|
type: "string"
|
|
28104
28068
|
}
|
|
@@ -28116,7 +28080,7 @@ var openapi = {
|
|
|
28116
28080
|
"x-route-path": "/devices"
|
|
28117
28081
|
},
|
|
28118
28082
|
{
|
|
28119
|
-
description: "A
|
|
28083
|
+
description: "A device battery level dropped below the low threshold.",
|
|
28120
28084
|
properties: {
|
|
28121
28085
|
battery_level: {
|
|
28122
28086
|
description: "Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.",
|
|
@@ -28133,7 +28097,7 @@ var openapi = {
|
|
|
28133
28097
|
type: "object"
|
|
28134
28098
|
},
|
|
28135
28099
|
connected_account_id: {
|
|
28136
|
-
description: "ID of the
|
|
28100
|
+
description: "ID of the connected account associated with the event.",
|
|
28137
28101
|
format: "uuid",
|
|
28138
28102
|
type: "string"
|
|
28139
28103
|
},
|
|
@@ -28170,7 +28134,7 @@ var openapi = {
|
|
|
28170
28134
|
type: "string"
|
|
28171
28135
|
},
|
|
28172
28136
|
workspace_id: {
|
|
28173
|
-
description: "ID of the
|
|
28137
|
+
description: "ID of the workspace associated with the event.",
|
|
28174
28138
|
format: "uuid",
|
|
28175
28139
|
type: "string"
|
|
28176
28140
|
}
|
|
@@ -28189,7 +28153,7 @@ var openapi = {
|
|
|
28189
28153
|
"x-route-path": "/devices"
|
|
28190
28154
|
},
|
|
28191
28155
|
{
|
|
28192
|
-
description: "A
|
|
28156
|
+
description: "A device battery status changed since the last `battery_status_changed` event.",
|
|
28193
28157
|
properties: {
|
|
28194
28158
|
battery_level: {
|
|
28195
28159
|
description: "Number in the range 0 to 1.0 indicating the amount of battery in the affected device, as reported by the device.",
|
|
@@ -28211,7 +28175,7 @@ var openapi = {
|
|
|
28211
28175
|
type: "object"
|
|
28212
28176
|
},
|
|
28213
28177
|
connected_account_id: {
|
|
28214
|
-
description: "ID of the
|
|
28178
|
+
description: "ID of the connected account associated with the event.",
|
|
28215
28179
|
format: "uuid",
|
|
28216
28180
|
type: "string"
|
|
28217
28181
|
},
|
|
@@ -28251,7 +28215,7 @@ var openapi = {
|
|
|
28251
28215
|
type: "string"
|
|
28252
28216
|
},
|
|
28253
28217
|
workspace_id: {
|
|
28254
|
-
description: "ID of the
|
|
28218
|
+
description: "ID of the workspace associated with the event.",
|
|
28255
28219
|
format: "uuid",
|
|
28256
28220
|
type: "string"
|
|
28257
28221
|
}
|
|
@@ -28271,7 +28235,7 @@ var openapi = {
|
|
|
28271
28235
|
"x-route-path": "/devices"
|
|
28272
28236
|
},
|
|
28273
28237
|
{
|
|
28274
|
-
description: "A
|
|
28238
|
+
description: "A device was removed externally from the connected account.",
|
|
28275
28239
|
properties: {
|
|
28276
28240
|
connected_account_custom_metadata: {
|
|
28277
28241
|
additionalProperties: {
|
|
@@ -28281,7 +28245,7 @@ var openapi = {
|
|
|
28281
28245
|
type: "object"
|
|
28282
28246
|
},
|
|
28283
28247
|
connected_account_id: {
|
|
28284
|
-
description: "ID of the
|
|
28248
|
+
description: "ID of the connected account associated with the event.",
|
|
28285
28249
|
format: "uuid",
|
|
28286
28250
|
type: "string"
|
|
28287
28251
|
},
|
|
@@ -28318,7 +28282,7 @@ var openapi = {
|
|
|
28318
28282
|
type: "string"
|
|
28319
28283
|
},
|
|
28320
28284
|
workspace_id: {
|
|
28321
|
-
description: "ID of the
|
|
28285
|
+
description: "ID of the workspace associated with the event.",
|
|
28322
28286
|
format: "uuid",
|
|
28323
28287
|
type: "string"
|
|
28324
28288
|
}
|
|
@@ -28336,7 +28300,7 @@ var openapi = {
|
|
|
28336
28300
|
"x-route-path": "/devices"
|
|
28337
28301
|
},
|
|
28338
28302
|
{
|
|
28339
|
-
description: "A
|
|
28303
|
+
description: "A device was deleted.",
|
|
28340
28304
|
properties: {
|
|
28341
28305
|
connected_account_custom_metadata: {
|
|
28342
28306
|
additionalProperties: {
|
|
@@ -28346,7 +28310,7 @@ var openapi = {
|
|
|
28346
28310
|
type: "object"
|
|
28347
28311
|
},
|
|
28348
28312
|
connected_account_id: {
|
|
28349
|
-
description: "ID of the
|
|
28313
|
+
description: "ID of the connected account associated with the event.",
|
|
28350
28314
|
format: "uuid",
|
|
28351
28315
|
type: "string"
|
|
28352
28316
|
},
|
|
@@ -28388,7 +28352,7 @@ var openapi = {
|
|
|
28388
28352
|
type: "string"
|
|
28389
28353
|
},
|
|
28390
28354
|
workspace_id: {
|
|
28391
|
-
description: "ID of the
|
|
28355
|
+
description: "ID of the workspace associated with the event.",
|
|
28392
28356
|
format: "uuid",
|
|
28393
28357
|
type: "string"
|
|
28394
28358
|
}
|
|
@@ -28406,7 +28370,7 @@ var openapi = {
|
|
|
28406
28370
|
"x-route-path": "/devices"
|
|
28407
28371
|
},
|
|
28408
28372
|
{
|
|
28409
|
-
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.",
|
|
28410
28374
|
properties: {
|
|
28411
28375
|
connected_account_custom_metadata: {
|
|
28412
28376
|
additionalProperties: {
|
|
@@ -28416,7 +28380,7 @@ var openapi = {
|
|
|
28416
28380
|
type: "object"
|
|
28417
28381
|
},
|
|
28418
28382
|
connected_account_id: {
|
|
28419
|
-
description: "ID of the
|
|
28383
|
+
description: "ID of the connected account associated with the event.",
|
|
28420
28384
|
format: "uuid",
|
|
28421
28385
|
type: "string"
|
|
28422
28386
|
},
|
|
@@ -28456,7 +28420,7 @@ var openapi = {
|
|
|
28456
28420
|
type: "string"
|
|
28457
28421
|
},
|
|
28458
28422
|
workspace_id: {
|
|
28459
|
-
description: "ID of the
|
|
28423
|
+
description: "ID of the workspace associated with the event.",
|
|
28460
28424
|
format: "uuid",
|
|
28461
28425
|
type: "string"
|
|
28462
28426
|
}
|
|
@@ -28474,7 +28438,7 @@ var openapi = {
|
|
|
28474
28438
|
"x-route-path": "/devices"
|
|
28475
28439
|
},
|
|
28476
28440
|
{
|
|
28477
|
-
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.",
|
|
28478
28442
|
properties: {
|
|
28479
28443
|
connected_account_custom_metadata: {
|
|
28480
28444
|
additionalProperties: {
|
|
@@ -28484,7 +28448,7 @@ var openapi = {
|
|
|
28484
28448
|
type: "object"
|
|
28485
28449
|
},
|
|
28486
28450
|
connected_account_id: {
|
|
28487
|
-
description: "ID of the
|
|
28451
|
+
description: "ID of the connected account associated with the event.",
|
|
28488
28452
|
format: "uuid",
|
|
28489
28453
|
type: "string"
|
|
28490
28454
|
},
|
|
@@ -28524,7 +28488,7 @@ var openapi = {
|
|
|
28524
28488
|
type: "string"
|
|
28525
28489
|
},
|
|
28526
28490
|
workspace_id: {
|
|
28527
|
-
description: "ID of the
|
|
28491
|
+
description: "ID of the workspace associated with the event.",
|
|
28528
28492
|
format: "uuid",
|
|
28529
28493
|
type: "string"
|
|
28530
28494
|
}
|
|
@@ -28552,7 +28516,7 @@ var openapi = {
|
|
|
28552
28516
|
type: "object"
|
|
28553
28517
|
},
|
|
28554
28518
|
connected_account_id: {
|
|
28555
|
-
description: "ID of the
|
|
28519
|
+
description: "ID of the connected account associated with the event.",
|
|
28556
28520
|
format: "uuid",
|
|
28557
28521
|
type: "string"
|
|
28558
28522
|
},
|
|
@@ -28592,7 +28556,7 @@ var openapi = {
|
|
|
28592
28556
|
type: "string"
|
|
28593
28557
|
},
|
|
28594
28558
|
workspace_id: {
|
|
28595
|
-
description: "ID of the
|
|
28559
|
+
description: "ID of the workspace associated with the event.",
|
|
28596
28560
|
format: "uuid",
|
|
28597
28561
|
type: "string"
|
|
28598
28562
|
}
|
|
@@ -28620,7 +28584,7 @@ var openapi = {
|
|
|
28620
28584
|
type: "object"
|
|
28621
28585
|
},
|
|
28622
28586
|
connected_account_id: {
|
|
28623
|
-
description: "ID of the
|
|
28587
|
+
description: "ID of the connected account associated with the event.",
|
|
28624
28588
|
format: "uuid",
|
|
28625
28589
|
type: "string"
|
|
28626
28590
|
},
|
|
@@ -28660,7 +28624,7 @@ var openapi = {
|
|
|
28660
28624
|
type: "string"
|
|
28661
28625
|
},
|
|
28662
28626
|
workspace_id: {
|
|
28663
|
-
description: "ID of the
|
|
28627
|
+
description: "ID of the workspace associated with the event.",
|
|
28664
28628
|
format: "uuid",
|
|
28665
28629
|
type: "string"
|
|
28666
28630
|
}
|
|
@@ -28678,7 +28642,7 @@ var openapi = {
|
|
|
28678
28642
|
"x-route-path": "/devices"
|
|
28679
28643
|
},
|
|
28680
28644
|
{
|
|
28681
|
-
description: "Seam detected a flaky
|
|
28645
|
+
description: "Seam detected a flaky device connection.",
|
|
28682
28646
|
properties: {
|
|
28683
28647
|
connected_account_custom_metadata: {
|
|
28684
28648
|
additionalProperties: {
|
|
@@ -28711,7 +28675,7 @@ var openapi = {
|
|
|
28711
28675
|
type: "array"
|
|
28712
28676
|
},
|
|
28713
28677
|
connected_account_id: {
|
|
28714
|
-
description: "ID of the
|
|
28678
|
+
description: "ID of the connected account associated with the event.",
|
|
28715
28679
|
format: "uuid",
|
|
28716
28680
|
type: "string"
|
|
28717
28681
|
},
|
|
@@ -28820,7 +28784,7 @@ var openapi = {
|
|
|
28820
28784
|
type: "string"
|
|
28821
28785
|
},
|
|
28822
28786
|
workspace_id: {
|
|
28823
|
-
description: "ID of the
|
|
28787
|
+
description: "ID of the workspace associated with the event.",
|
|
28824
28788
|
format: "uuid",
|
|
28825
28789
|
type: "string"
|
|
28826
28790
|
}
|
|
@@ -28842,7 +28806,7 @@ var openapi = {
|
|
|
28842
28806
|
"x-route-path": "/devices"
|
|
28843
28807
|
},
|
|
28844
28808
|
{
|
|
28845
|
-
description: "Seam detected that a previously-flaky
|
|
28809
|
+
description: "Seam detected that a previously-flaky device connection stabilized.",
|
|
28846
28810
|
properties: {
|
|
28847
28811
|
connected_account_custom_metadata: {
|
|
28848
28812
|
additionalProperties: {
|
|
@@ -28852,7 +28816,7 @@ var openapi = {
|
|
|
28852
28816
|
type: "object"
|
|
28853
28817
|
},
|
|
28854
28818
|
connected_account_id: {
|
|
28855
|
-
description: "ID of the
|
|
28819
|
+
description: "ID of the connected account associated with the event.",
|
|
28856
28820
|
format: "uuid",
|
|
28857
28821
|
type: "string"
|
|
28858
28822
|
},
|
|
@@ -28892,7 +28856,7 @@ var openapi = {
|
|
|
28892
28856
|
type: "string"
|
|
28893
28857
|
},
|
|
28894
28858
|
workspace_id: {
|
|
28895
|
-
description: "ID of the
|
|
28859
|
+
description: "ID of the workspace associated with the event.",
|
|
28896
28860
|
format: "uuid",
|
|
28897
28861
|
type: "string"
|
|
28898
28862
|
}
|
|
@@ -28910,7 +28874,7 @@ var openapi = {
|
|
|
28910
28874
|
"x-route-path": "/devices"
|
|
28911
28875
|
},
|
|
28912
28876
|
{
|
|
28913
|
-
description: "A third-party subscription is required to use all
|
|
28877
|
+
description: "A third-party subscription is required to use all device features.",
|
|
28914
28878
|
properties: {
|
|
28915
28879
|
connected_account_custom_metadata: {
|
|
28916
28880
|
additionalProperties: {
|
|
@@ -28943,7 +28907,7 @@ var openapi = {
|
|
|
28943
28907
|
type: "array"
|
|
28944
28908
|
},
|
|
28945
28909
|
connected_account_id: {
|
|
28946
|
-
description: "ID of the
|
|
28910
|
+
description: "ID of the connected account associated with the event.",
|
|
28947
28911
|
format: "uuid",
|
|
28948
28912
|
type: "string"
|
|
28949
28913
|
},
|
|
@@ -29052,7 +29016,7 @@ var openapi = {
|
|
|
29052
29016
|
type: "string"
|
|
29053
29017
|
},
|
|
29054
29018
|
workspace_id: {
|
|
29055
|
-
description: "ID of the
|
|
29019
|
+
description: "ID of the workspace associated with the event.",
|
|
29056
29020
|
format: "uuid",
|
|
29057
29021
|
type: "string"
|
|
29058
29022
|
}
|
|
@@ -29074,7 +29038,7 @@ var openapi = {
|
|
|
29074
29038
|
"x-route-path": "/devices"
|
|
29075
29039
|
},
|
|
29076
29040
|
{
|
|
29077
|
-
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.",
|
|
29078
29042
|
properties: {
|
|
29079
29043
|
connected_account_custom_metadata: {
|
|
29080
29044
|
additionalProperties: {
|
|
@@ -29084,7 +29048,7 @@ var openapi = {
|
|
|
29084
29048
|
type: "object"
|
|
29085
29049
|
},
|
|
29086
29050
|
connected_account_id: {
|
|
29087
|
-
description: "ID of the
|
|
29051
|
+
description: "ID of the connected account associated with the event.",
|
|
29088
29052
|
format: "uuid",
|
|
29089
29053
|
type: "string"
|
|
29090
29054
|
},
|
|
@@ -29124,7 +29088,7 @@ var openapi = {
|
|
|
29124
29088
|
type: "string"
|
|
29125
29089
|
},
|
|
29126
29090
|
workspace_id: {
|
|
29127
|
-
description: "ID of the
|
|
29091
|
+
description: "ID of the workspace associated with the event.",
|
|
29128
29092
|
format: "uuid",
|
|
29129
29093
|
type: "string"
|
|
29130
29094
|
}
|
|
@@ -29142,7 +29106,7 @@ var openapi = {
|
|
|
29142
29106
|
"x-route-path": "/devices"
|
|
29143
29107
|
},
|
|
29144
29108
|
{
|
|
29145
|
-
description: "An accessory keypad was connected to a
|
|
29109
|
+
description: "An accessory keypad was connected to a device.",
|
|
29146
29110
|
properties: {
|
|
29147
29111
|
connected_account_custom_metadata: {
|
|
29148
29112
|
additionalProperties: {
|
|
@@ -29152,7 +29116,7 @@ var openapi = {
|
|
|
29152
29116
|
type: "object"
|
|
29153
29117
|
},
|
|
29154
29118
|
connected_account_id: {
|
|
29155
|
-
description: "ID of the
|
|
29119
|
+
description: "ID of the connected account associated with the event.",
|
|
29156
29120
|
format: "uuid",
|
|
29157
29121
|
type: "string"
|
|
29158
29122
|
},
|
|
@@ -29192,7 +29156,7 @@ var openapi = {
|
|
|
29192
29156
|
type: "string"
|
|
29193
29157
|
},
|
|
29194
29158
|
workspace_id: {
|
|
29195
|
-
description: "ID of the
|
|
29159
|
+
description: "ID of the workspace associated with the event.",
|
|
29196
29160
|
format: "uuid",
|
|
29197
29161
|
type: "string"
|
|
29198
29162
|
}
|
|
@@ -29210,7 +29174,7 @@ var openapi = {
|
|
|
29210
29174
|
"x-route-path": "/devices"
|
|
29211
29175
|
},
|
|
29212
29176
|
{
|
|
29213
|
-
description: "An accessory keypad was disconnected from a
|
|
29177
|
+
description: "An accessory keypad was disconnected from a device.",
|
|
29214
29178
|
properties: {
|
|
29215
29179
|
connected_account_custom_metadata: {
|
|
29216
29180
|
additionalProperties: {
|
|
@@ -29243,7 +29207,7 @@ var openapi = {
|
|
|
29243
29207
|
type: "array"
|
|
29244
29208
|
},
|
|
29245
29209
|
connected_account_id: {
|
|
29246
|
-
description: "ID of the
|
|
29210
|
+
description: "ID of the connected account associated with the event.",
|
|
29247
29211
|
format: "uuid",
|
|
29248
29212
|
type: "string"
|
|
29249
29213
|
},
|
|
@@ -29352,7 +29316,7 @@ var openapi = {
|
|
|
29352
29316
|
type: "string"
|
|
29353
29317
|
},
|
|
29354
29318
|
workspace_id: {
|
|
29355
|
-
description: "ID of the
|
|
29319
|
+
description: "ID of the workspace associated with the event.",
|
|
29356
29320
|
format: "uuid",
|
|
29357
29321
|
type: "string"
|
|
29358
29322
|
}
|
|
@@ -29384,7 +29348,7 @@ var openapi = {
|
|
|
29384
29348
|
type: "object"
|
|
29385
29349
|
},
|
|
29386
29350
|
connected_account_id: {
|
|
29387
|
-
description: "ID of the
|
|
29351
|
+
description: "ID of the connected account associated with the event.",
|
|
29388
29352
|
format: "uuid",
|
|
29389
29353
|
type: "string"
|
|
29390
29354
|
},
|
|
@@ -29453,7 +29417,7 @@ var openapi = {
|
|
|
29453
29417
|
type: "string"
|
|
29454
29418
|
},
|
|
29455
29419
|
workspace_id: {
|
|
29456
|
-
description: "ID of the
|
|
29420
|
+
description: "ID of the workspace associated with the event.",
|
|
29457
29421
|
format: "uuid",
|
|
29458
29422
|
type: "string"
|
|
29459
29423
|
}
|
|
@@ -29495,7 +29459,7 @@ var openapi = {
|
|
|
29495
29459
|
type: "object"
|
|
29496
29460
|
},
|
|
29497
29461
|
connected_account_id: {
|
|
29498
|
-
description: "ID of the
|
|
29462
|
+
description: "ID of the connected account associated with the event.",
|
|
29499
29463
|
format: "uuid",
|
|
29500
29464
|
type: "string"
|
|
29501
29465
|
},
|
|
@@ -29545,7 +29509,7 @@ var openapi = {
|
|
|
29545
29509
|
type: "string"
|
|
29546
29510
|
},
|
|
29547
29511
|
workspace_id: {
|
|
29548
|
-
description: "ID of the
|
|
29512
|
+
description: "ID of the workspace associated with the event.",
|
|
29549
29513
|
format: "uuid",
|
|
29550
29514
|
type: "string"
|
|
29551
29515
|
}
|
|
@@ -29603,7 +29567,7 @@ var openapi = {
|
|
|
29603
29567
|
type: "object"
|
|
29604
29568
|
},
|
|
29605
29569
|
connected_account_id: {
|
|
29606
|
-
description: "ID of the
|
|
29570
|
+
description: "ID of the connected account associated with the event.",
|
|
29607
29571
|
format: "uuid",
|
|
29608
29572
|
type: "string"
|
|
29609
29573
|
},
|
|
@@ -29658,7 +29622,7 @@ var openapi = {
|
|
|
29658
29622
|
type: "string"
|
|
29659
29623
|
},
|
|
29660
29624
|
workspace_id: {
|
|
29661
|
-
description: "ID of the
|
|
29625
|
+
description: "ID of the workspace associated with the event.",
|
|
29662
29626
|
format: "uuid",
|
|
29663
29627
|
type: "string"
|
|
29664
29628
|
}
|
|
@@ -29691,7 +29655,7 @@ var openapi = {
|
|
|
29691
29655
|
type: "object"
|
|
29692
29656
|
},
|
|
29693
29657
|
connected_account_id: {
|
|
29694
|
-
description: "ID of the
|
|
29658
|
+
description: "ID of the connected account associated with the event.",
|
|
29695
29659
|
format: "uuid",
|
|
29696
29660
|
type: "string"
|
|
29697
29661
|
},
|
|
@@ -29728,7 +29692,7 @@ var openapi = {
|
|
|
29728
29692
|
type: "string"
|
|
29729
29693
|
},
|
|
29730
29694
|
workspace_id: {
|
|
29731
|
-
description: "ID of the
|
|
29695
|
+
description: "ID of the workspace associated with the event.",
|
|
29732
29696
|
format: "uuid",
|
|
29733
29697
|
type: "string"
|
|
29734
29698
|
}
|
|
@@ -29760,7 +29724,7 @@ var openapi = {
|
|
|
29760
29724
|
type: "object"
|
|
29761
29725
|
},
|
|
29762
29726
|
connected_account_id: {
|
|
29763
|
-
description: "ID of the
|
|
29727
|
+
description: "ID of the connected account associated with the event.",
|
|
29764
29728
|
format: "uuid",
|
|
29765
29729
|
type: "string"
|
|
29766
29730
|
},
|
|
@@ -29810,7 +29774,7 @@ var openapi = {
|
|
|
29810
29774
|
type: "string"
|
|
29811
29775
|
},
|
|
29812
29776
|
workspace_id: {
|
|
29813
|
-
description: "ID of the
|
|
29777
|
+
description: "ID of the workspace associated with the event.",
|
|
29814
29778
|
format: "uuid",
|
|
29815
29779
|
type: "string"
|
|
29816
29780
|
}
|
|
@@ -29841,7 +29805,7 @@ var openapi = {
|
|
|
29841
29805
|
type: "object"
|
|
29842
29806
|
},
|
|
29843
29807
|
connected_account_id: {
|
|
29844
|
-
description: "ID of the
|
|
29808
|
+
description: "ID of the connected account associated with the event.",
|
|
29845
29809
|
format: "uuid",
|
|
29846
29810
|
type: "string"
|
|
29847
29811
|
},
|
|
@@ -29916,7 +29880,7 @@ var openapi = {
|
|
|
29916
29880
|
type: "string"
|
|
29917
29881
|
},
|
|
29918
29882
|
workspace_id: {
|
|
29919
|
-
description: "ID of the
|
|
29883
|
+
description: "ID of the workspace associated with the event.",
|
|
29920
29884
|
format: "uuid",
|
|
29921
29885
|
type: "string"
|
|
29922
29886
|
}
|
|
@@ -29945,7 +29909,7 @@ var openapi = {
|
|
|
29945
29909
|
type: "object"
|
|
29946
29910
|
},
|
|
29947
29911
|
connected_account_id: {
|
|
29948
|
-
description: "ID of the
|
|
29912
|
+
description: "ID of the connected account associated with the event.",
|
|
29949
29913
|
format: "uuid",
|
|
29950
29914
|
type: "string"
|
|
29951
29915
|
},
|
|
@@ -30019,7 +29983,7 @@ var openapi = {
|
|
|
30019
29983
|
type: "number"
|
|
30020
29984
|
},
|
|
30021
29985
|
workspace_id: {
|
|
30022
|
-
description: "ID of the
|
|
29986
|
+
description: "ID of the workspace associated with the event.",
|
|
30023
29987
|
format: "uuid",
|
|
30024
29988
|
type: "string"
|
|
30025
29989
|
}
|
|
@@ -30053,7 +30017,7 @@ var openapi = {
|
|
|
30053
30017
|
type: "object"
|
|
30054
30018
|
},
|
|
30055
30019
|
connected_account_id: {
|
|
30056
|
-
description: "ID of the
|
|
30020
|
+
description: "ID of the connected account associated with the event.",
|
|
30057
30021
|
format: "uuid",
|
|
30058
30022
|
type: "string"
|
|
30059
30023
|
},
|
|
@@ -30127,7 +30091,7 @@ var openapi = {
|
|
|
30127
30091
|
type: "number"
|
|
30128
30092
|
},
|
|
30129
30093
|
workspace_id: {
|
|
30130
|
-
description: "ID of the
|
|
30094
|
+
description: "ID of the workspace associated with the event.",
|
|
30131
30095
|
format: "uuid",
|
|
30132
30096
|
type: "string"
|
|
30133
30097
|
}
|
|
@@ -30161,7 +30125,7 @@ var openapi = {
|
|
|
30161
30125
|
type: "object"
|
|
30162
30126
|
},
|
|
30163
30127
|
connected_account_id: {
|
|
30164
|
-
description: "ID of the
|
|
30128
|
+
description: "ID of the connected account associated with the event.",
|
|
30165
30129
|
format: "uuid",
|
|
30166
30130
|
type: "string"
|
|
30167
30131
|
},
|
|
@@ -30221,7 +30185,7 @@ var openapi = {
|
|
|
30221
30185
|
type: "number"
|
|
30222
30186
|
},
|
|
30223
30187
|
workspace_id: {
|
|
30224
|
-
description: "ID of the
|
|
30188
|
+
description: "ID of the workspace associated with the event.",
|
|
30225
30189
|
format: "uuid",
|
|
30226
30190
|
type: "string"
|
|
30227
30191
|
}
|
|
@@ -30251,7 +30215,7 @@ var openapi = {
|
|
|
30251
30215
|
type: "object"
|
|
30252
30216
|
},
|
|
30253
30217
|
connected_account_id: {
|
|
30254
|
-
description: "ID of the
|
|
30218
|
+
description: "ID of the connected account associated with the event.",
|
|
30255
30219
|
format: "uuid",
|
|
30256
30220
|
type: "string"
|
|
30257
30221
|
},
|
|
@@ -30301,7 +30265,7 @@ var openapi = {
|
|
|
30301
30265
|
type: "number"
|
|
30302
30266
|
},
|
|
30303
30267
|
workspace_id: {
|
|
30304
|
-
description: "ID of the
|
|
30268
|
+
description: "ID of the workspace associated with the event.",
|
|
30305
30269
|
format: "uuid",
|
|
30306
30270
|
type: "string"
|
|
30307
30271
|
}
|
|
@@ -30321,7 +30285,7 @@ var openapi = {
|
|
|
30321
30285
|
"x-route-path": "/thermostats"
|
|
30322
30286
|
},
|
|
30323
30287
|
{
|
|
30324
|
-
description: "The name of a
|
|
30288
|
+
description: "The name of a device was changed.",
|
|
30325
30289
|
properties: {
|
|
30326
30290
|
connected_account_custom_metadata: {
|
|
30327
30291
|
additionalProperties: {
|
|
@@ -30331,7 +30295,7 @@ var openapi = {
|
|
|
30331
30295
|
type: "object"
|
|
30332
30296
|
},
|
|
30333
30297
|
connected_account_id: {
|
|
30334
|
-
description: "ID of the
|
|
30298
|
+
description: "ID of the connected account associated with the event.",
|
|
30335
30299
|
format: "uuid",
|
|
30336
30300
|
type: "string"
|
|
30337
30301
|
},
|
|
@@ -30372,7 +30336,7 @@ var openapi = {
|
|
|
30372
30336
|
type: "string"
|
|
30373
30337
|
},
|
|
30374
30338
|
workspace_id: {
|
|
30375
|
-
description: "ID of the
|
|
30339
|
+
description: "ID of the workspace associated with the event.",
|
|
30376
30340
|
format: "uuid",
|
|
30377
30341
|
type: "string"
|
|
30378
30342
|
}
|
|
@@ -30391,7 +30355,7 @@ var openapi = {
|
|
|
30391
30355
|
"x-route-path": "/devices"
|
|
30392
30356
|
},
|
|
30393
30357
|
{
|
|
30394
|
-
description: "A
|
|
30358
|
+
description: "A camera was activated, for example, by motion detection.",
|
|
30395
30359
|
properties: {
|
|
30396
30360
|
activation_reason: {
|
|
30397
30361
|
description: "The reason the camera was activated.",
|
|
@@ -30406,7 +30370,7 @@ var openapi = {
|
|
|
30406
30370
|
type: "object"
|
|
30407
30371
|
},
|
|
30408
30372
|
connected_account_id: {
|
|
30409
|
-
description: "ID of the
|
|
30373
|
+
description: "ID of the connected account associated with the event.",
|
|
30410
30374
|
format: "uuid",
|
|
30411
30375
|
type: "string"
|
|
30412
30376
|
},
|
|
@@ -30458,7 +30422,7 @@ var openapi = {
|
|
|
30458
30422
|
type: "string"
|
|
30459
30423
|
},
|
|
30460
30424
|
workspace_id: {
|
|
30461
|
-
description: "ID of the
|
|
30425
|
+
description: "ID of the workspace associated with the event.",
|
|
30462
30426
|
format: "uuid",
|
|
30463
30427
|
type: "string"
|
|
30464
30428
|
}
|
|
@@ -30477,7 +30441,7 @@ var openapi = {
|
|
|
30477
30441
|
"x-route-path": "/devices"
|
|
30478
30442
|
},
|
|
30479
30443
|
{
|
|
30480
|
-
description: "A doorbell button was pressed on a
|
|
30444
|
+
description: "A doorbell button was pressed on a device.",
|
|
30481
30445
|
properties: {
|
|
30482
30446
|
connected_account_custom_metadata: {
|
|
30483
30447
|
additionalProperties: {
|
|
@@ -30487,7 +30451,7 @@ var openapi = {
|
|
|
30487
30451
|
type: "object"
|
|
30488
30452
|
},
|
|
30489
30453
|
connected_account_id: {
|
|
30490
|
-
description: "ID of the
|
|
30454
|
+
description: "ID of the connected account associated with the event.",
|
|
30491
30455
|
format: "uuid",
|
|
30492
30456
|
type: "string"
|
|
30493
30457
|
},
|
|
@@ -30534,7 +30498,7 @@ var openapi = {
|
|
|
30534
30498
|
type: "string"
|
|
30535
30499
|
},
|
|
30536
30500
|
workspace_id: {
|
|
30537
|
-
description: "ID of the
|
|
30501
|
+
description: "ID of the workspace associated with the event.",
|
|
30538
30502
|
format: "uuid",
|
|
30539
30503
|
type: "string"
|
|
30540
30504
|
}
|
|
@@ -30579,7 +30543,7 @@ var openapi = {
|
|
|
30579
30543
|
type: "string"
|
|
30580
30544
|
},
|
|
30581
30545
|
workspace_id: {
|
|
30582
|
-
description: "ID of the
|
|
30546
|
+
description: "ID of the workspace associated with the event.",
|
|
30583
30547
|
format: "uuid",
|
|
30584
30548
|
type: "string"
|
|
30585
30549
|
}
|
|
@@ -30627,7 +30591,7 @@ var openapi = {
|
|
|
30627
30591
|
type: "string"
|
|
30628
30592
|
},
|
|
30629
30593
|
workspace_id: {
|
|
30630
|
-
description: "ID of the
|
|
30594
|
+
description: "ID of the workspace associated with the event.",
|
|
30631
30595
|
format: "uuid",
|
|
30632
30596
|
type: "string"
|
|
30633
30597
|
}
|
|
@@ -30686,7 +30650,7 @@ var openapi = {
|
|
|
30686
30650
|
type: "string"
|
|
30687
30651
|
},
|
|
30688
30652
|
workspace_id: {
|
|
30689
|
-
description: "ID of the
|
|
30653
|
+
description: "ID of the workspace associated with the event.",
|
|
30690
30654
|
format: "uuid",
|
|
30691
30655
|
type: "string"
|
|
30692
30656
|
}
|
|
@@ -30747,7 +30711,7 @@ var openapi = {
|
|
|
30747
30711
|
type: "string"
|
|
30748
30712
|
},
|
|
30749
30713
|
workspace_id: {
|
|
30750
|
-
description: "ID of the
|
|
30714
|
+
description: "ID of the workspace associated with the event.",
|
|
30751
30715
|
format: "uuid",
|
|
30752
30716
|
type: "string"
|
|
30753
30717
|
}
|
|
@@ -30808,7 +30772,7 @@ var openapi = {
|
|
|
30808
30772
|
type: "string"
|
|
30809
30773
|
},
|
|
30810
30774
|
workspace_id: {
|
|
30811
|
-
description: "ID of the
|
|
30775
|
+
description: "ID of the workspace associated with the event.",
|
|
30812
30776
|
format: "uuid",
|
|
30813
30777
|
type: "string"
|
|
30814
30778
|
}
|
|
@@ -30833,7 +30797,7 @@ var openapi = {
|
|
|
30833
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.",
|
|
30834
30798
|
properties: {
|
|
30835
30799
|
client_session_id: {
|
|
30836
|
-
description: "ID of the
|
|
30800
|
+
description: "ID of the client session associated with the Instant Key.",
|
|
30837
30801
|
format: "uuid",
|
|
30838
30802
|
type: "string"
|
|
30839
30803
|
},
|
|
@@ -30887,7 +30851,7 @@ var openapi = {
|
|
|
30887
30851
|
type: "string"
|
|
30888
30852
|
},
|
|
30889
30853
|
workspace_id: {
|
|
30890
|
-
description: "ID of the
|
|
30854
|
+
description: "ID of the workspace that contains the Instant Key.",
|
|
30891
30855
|
format: "uuid",
|
|
30892
30856
|
type: "string"
|
|
30893
30857
|
}
|
|
@@ -30927,7 +30891,7 @@ var openapi = {
|
|
|
30927
30891
|
type: "string"
|
|
30928
30892
|
},
|
|
30929
30893
|
workspace_id: {
|
|
30930
|
-
description: "ID of the
|
|
30894
|
+
description: "ID of the workspace associated with the magic link.",
|
|
30931
30895
|
format: "uuid",
|
|
30932
30896
|
type: "string"
|
|
30933
30897
|
}
|
|
@@ -31113,7 +31077,7 @@ var openapi = {
|
|
|
31113
31077
|
type: "array"
|
|
31114
31078
|
},
|
|
31115
31079
|
workspace_id: {
|
|
31116
|
-
description: "ID of the
|
|
31080
|
+
description: "ID of the workspace that contains the phone.\n ",
|
|
31117
31081
|
format: "uuid",
|
|
31118
31082
|
type: "string"
|
|
31119
31083
|
}
|
|
@@ -32033,7 +31997,7 @@ var openapi = {
|
|
|
32033
31997
|
type: "array"
|
|
32034
31998
|
},
|
|
32035
31999
|
workspace_id: {
|
|
32036
|
-
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).",
|
|
32037
32001
|
format: "uuid",
|
|
32038
32002
|
type: "string"
|
|
32039
32003
|
}
|
|
@@ -32230,7 +32194,7 @@ var openapi = {
|
|
|
32230
32194
|
type: "array"
|
|
32231
32195
|
},
|
|
32232
32196
|
workspace_id: {
|
|
32233
|
-
description: "ID of the
|
|
32197
|
+
description: "ID of the workspace that contains the user identity.",
|
|
32234
32198
|
format: "uuid",
|
|
32235
32199
|
type: "string"
|
|
32236
32200
|
}
|
|
@@ -32354,7 +32318,7 @@ var openapi = {
|
|
|
32354
32318
|
type: "string"
|
|
32355
32319
|
},
|
|
32356
32320
|
workspace_id: {
|
|
32357
|
-
description: "ID of the
|
|
32321
|
+
description: "ID of the workspace associated with the space.",
|
|
32358
32322
|
format: "uuid",
|
|
32359
32323
|
type: "string"
|
|
32360
32324
|
}
|
|
@@ -32491,7 +32455,7 @@ var openapi = {
|
|
|
32491
32455
|
type: "string"
|
|
32492
32456
|
},
|
|
32493
32457
|
workspace_id: {
|
|
32494
|
-
description: "ID of the
|
|
32458
|
+
description: "ID of the workspace that contains the thermostat daily program.",
|
|
32495
32459
|
format: "uuid",
|
|
32496
32460
|
type: "string"
|
|
32497
32461
|
}
|
|
@@ -32574,7 +32538,7 @@ var openapi = {
|
|
|
32574
32538
|
type: "string"
|
|
32575
32539
|
},
|
|
32576
32540
|
workspace_id: {
|
|
32577
|
-
description: "ID of the
|
|
32541
|
+
description: "ID of the workspace that contains the thermostat schedule.",
|
|
32578
32542
|
format: "uuid",
|
|
32579
32543
|
type: "string"
|
|
32580
32544
|
}
|
|
@@ -33963,7 +33927,7 @@ var openapi = {
|
|
|
33963
33927
|
type: "string"
|
|
33964
33928
|
},
|
|
33965
33929
|
connected_account_id: {
|
|
33966
|
-
description: "ID of the
|
|
33930
|
+
description: "ID of the connected account that contains the access group.",
|
|
33967
33931
|
format: "uuid",
|
|
33968
33932
|
type: "string"
|
|
33969
33933
|
},
|
|
@@ -34405,7 +34369,7 @@ var openapi = {
|
|
|
34405
34369
|
type: "array"
|
|
34406
34370
|
},
|
|
34407
34371
|
workspace_id: {
|
|
34408
|
-
description: "ID of the
|
|
34372
|
+
description: "ID of the workspace that contains the access group.",
|
|
34409
34373
|
format: "uuid",
|
|
34410
34374
|
type: "string"
|
|
34411
34375
|
}
|
|
@@ -34774,7 +34738,7 @@ var openapi = {
|
|
|
34774
34738
|
type: "array"
|
|
34775
34739
|
},
|
|
34776
34740
|
workspace_id: {
|
|
34777
|
-
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).",
|
|
34778
34742
|
format: "uuid",
|
|
34779
34743
|
type: "string"
|
|
34780
34744
|
}
|
|
@@ -34827,7 +34791,7 @@ var openapi = {
|
|
|
34827
34791
|
type: "string"
|
|
34828
34792
|
},
|
|
34829
34793
|
connected_account_id: {
|
|
34830
|
-
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 ",
|
|
34831
34795
|
format: "uuid",
|
|
34832
34796
|
type: "string"
|
|
34833
34797
|
},
|
|
@@ -35537,7 +35501,7 @@ var openapi = {
|
|
|
35537
35501
|
type: "array"
|
|
35538
35502
|
},
|
|
35539
35503
|
workspace_id: {
|
|
35540
|
-
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).",
|
|
35541
35505
|
format: "uuid",
|
|
35542
35506
|
type: "string"
|
|
35543
35507
|
}
|
|
@@ -37162,7 +37126,7 @@ var openapi = {
|
|
|
37162
37126
|
type: "array"
|
|
37163
37127
|
},
|
|
37164
37128
|
workspace_id: {
|
|
37165
|
-
description: "ID of the
|
|
37129
|
+
description: "ID of the workspace that contains the user identity.",
|
|
37166
37130
|
format: "uuid",
|
|
37167
37131
|
type: "string"
|
|
37168
37132
|
}
|
|
@@ -37199,10 +37163,7 @@ var openapi = {
|
|
|
37199
37163
|
description: "URL for the [webhook](https://docs.seam.co/developer-tools/webhooks).",
|
|
37200
37164
|
type: "string"
|
|
37201
37165
|
},
|
|
37202
|
-
webhook_id: {
|
|
37203
|
-
description: "ID of the [webhook](https://docs.seam.co/developer-tools/webhooks).",
|
|
37204
|
-
type: "string"
|
|
37205
|
-
}
|
|
37166
|
+
webhook_id: { description: "ID of the webhook.", type: "string" }
|
|
37206
37167
|
},
|
|
37207
37168
|
required: ["webhook_id", "url"],
|
|
37208
37169
|
type: "object",
|
|
@@ -37264,7 +37225,7 @@ var openapi = {
|
|
|
37264
37225
|
type: "string"
|
|
37265
37226
|
},
|
|
37266
37227
|
organization_id: {
|
|
37267
|
-
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.",
|
|
37268
37229
|
format: "uuid",
|
|
37269
37230
|
nullable: true,
|
|
37270
37231
|
type: "string"
|
|
@@ -37274,7 +37235,7 @@ var openapi = {
|
|
|
37274
37235
|
type: "string"
|
|
37275
37236
|
},
|
|
37276
37237
|
workspace_id: {
|
|
37277
|
-
description: "ID of the
|
|
37238
|
+
description: "ID of the workspace.",
|
|
37278
37239
|
format: "uuid",
|
|
37279
37240
|
type: "string"
|
|
37280
37241
|
}
|
|
@@ -52926,7 +52887,7 @@ var openapi = {
|
|
|
52926
52887
|
type: "string"
|
|
52927
52888
|
},
|
|
52928
52889
|
workspace_id: {
|
|
52929
|
-
description: "ID of the
|
|
52890
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
52930
52891
|
format: "uuid",
|
|
52931
52892
|
type: "string"
|
|
52932
52893
|
}
|
|
@@ -53002,7 +52963,7 @@ var openapi = {
|
|
|
53002
52963
|
type: "string"
|
|
53003
52964
|
},
|
|
53004
52965
|
workspace_id: {
|
|
53005
|
-
description: "ID of the
|
|
52966
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53006
52967
|
format: "uuid",
|
|
53007
52968
|
type: "string"
|
|
53008
52969
|
}
|
|
@@ -53065,7 +53026,7 @@ var openapi = {
|
|
|
53065
53026
|
type: "string"
|
|
53066
53027
|
},
|
|
53067
53028
|
workspace_id: {
|
|
53068
|
-
description: "ID of the
|
|
53029
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53069
53030
|
format: "uuid",
|
|
53070
53031
|
type: "string"
|
|
53071
53032
|
}
|
|
@@ -53132,7 +53093,7 @@ var openapi = {
|
|
|
53132
53093
|
type: "string"
|
|
53133
53094
|
},
|
|
53134
53095
|
workspace_id: {
|
|
53135
|
-
description: "ID of the
|
|
53096
|
+
description: "ID of the workspace that contains Seam Bridge.",
|
|
53136
53097
|
format: "uuid",
|
|
53137
53098
|
type: "string"
|
|
53138
53099
|
}
|
|
@@ -85813,7 +85774,7 @@ var openapi = {
|
|
|
85813
85774
|
type: "array"
|
|
85814
85775
|
},
|
|
85815
85776
|
workspace_id: {
|
|
85816
|
-
description: "ID of the
|
|
85777
|
+
description: "ID of the workspace that contains the user identity.",
|
|
85817
85778
|
format: "uuid",
|
|
85818
85779
|
type: "string"
|
|
85819
85780
|
}
|
|
@@ -86030,7 +85991,7 @@ var openapi = {
|
|
|
86030
85991
|
type: "array"
|
|
86031
85992
|
},
|
|
86032
85993
|
workspace_id: {
|
|
86033
|
-
description: "ID of the
|
|
85994
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86034
85995
|
format: "uuid",
|
|
86035
85996
|
type: "string"
|
|
86036
85997
|
}
|
|
@@ -86273,7 +86234,7 @@ var openapi = {
|
|
|
86273
86234
|
type: "array"
|
|
86274
86235
|
},
|
|
86275
86236
|
workspace_id: {
|
|
86276
|
-
description: "ID of the
|
|
86237
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86277
86238
|
format: "uuid",
|
|
86278
86239
|
type: "string"
|
|
86279
86240
|
}
|
|
@@ -86510,7 +86471,7 @@ var openapi = {
|
|
|
86510
86471
|
type: "array"
|
|
86511
86472
|
},
|
|
86512
86473
|
workspace_id: {
|
|
86513
|
-
description: "ID of the
|
|
86474
|
+
description: "ID of the workspace that contains the user identity.",
|
|
86514
86475
|
format: "uuid",
|
|
86515
86476
|
type: "string"
|
|
86516
86477
|
}
|