@seamapi/types 1.327.0 → 1.329.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 +993 -370
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1130 -63
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +9 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +6 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +5 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +5 -1
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +5 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +119 -68
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
- package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +19 -7
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +14 -8
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/acs/systems.js +21 -12
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +7 -4
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +28 -16
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +7 -4
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +14 -8
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +45 -25
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +214 -119
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +7 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.js +5 -1
- package/lib/seam/connect/models/events/seam-event.js.map +1 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +5 -1
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +5 -1
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +140 -4
- package/lib/seam/connect/openapi.js +322 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +739 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
- package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
- package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
- package/src/lib/seam/connect/models/devices/device.ts +5 -1
- package/src/lib/seam/connect/models/devices/phone.ts +5 -1
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
- package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
- package/src/lib/seam/connect/models/events/acs/credentials.ts +21 -10
- package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
- package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
- package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
- package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
- package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
- package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
- package/src/lib/seam/connect/models/events/devices.ts +339 -301
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
- package/src/lib/seam/connect/models/events/phones.ts +8 -5
- package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
- package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
- package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
- package/src/lib/seam/connect/openapi.ts +354 -6
- package/src/lib/seam/connect/route-types.ts +835 -5
|
@@ -345,6 +345,7 @@ export default {
|
|
|
345
345
|
'is_offline_access_code',
|
|
346
346
|
],
|
|
347
347
|
type: 'object',
|
|
348
|
+
'x-route-path': '/access_codes',
|
|
348
349
|
},
|
|
349
350
|
acs_access_group: {
|
|
350
351
|
description: 'Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.\nThe `acs_access_group` object represents an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
@@ -447,6 +448,7 @@ export default {
|
|
|
447
448
|
'is_managed',
|
|
448
449
|
],
|
|
449
450
|
type: 'object',
|
|
451
|
+
'x-route-path': '/acs/access_groups',
|
|
450
452
|
},
|
|
451
453
|
acs_credential: {
|
|
452
454
|
description: 'Means by which a user gains access at an entrance.\nThe `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
@@ -684,6 +686,27 @@ export default {
|
|
|
684
686
|
required: ['created_at', 'message', 'warning_code'],
|
|
685
687
|
type: 'object',
|
|
686
688
|
},
|
|
689
|
+
{
|
|
690
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
691
|
+
properties: {
|
|
692
|
+
created_at: {
|
|
693
|
+
description: 'Date and time at which Seam created the warning.',
|
|
694
|
+
format: 'date-time',
|
|
695
|
+
type: 'string',
|
|
696
|
+
},
|
|
697
|
+
message: {
|
|
698
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
699
|
+
type: 'string',
|
|
700
|
+
},
|
|
701
|
+
warning_code: {
|
|
702
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
703
|
+
enum: ['needs_to_be_reissued'],
|
|
704
|
+
type: 'string',
|
|
705
|
+
},
|
|
706
|
+
},
|
|
707
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
708
|
+
type: 'object',
|
|
709
|
+
},
|
|
687
710
|
],
|
|
688
711
|
},
|
|
689
712
|
type: 'array',
|
|
@@ -727,6 +750,7 @@ export default {
|
|
|
727
750
|
'workspace_id',
|
|
728
751
|
],
|
|
729
752
|
type: 'object',
|
|
753
|
+
'x-route-path': '/acs/credential_pools',
|
|
730
754
|
},
|
|
731
755
|
acs_credential_provisioning_automation: {
|
|
732
756
|
properties: {
|
|
@@ -747,6 +771,7 @@ export default {
|
|
|
747
771
|
'workspace_id',
|
|
748
772
|
],
|
|
749
773
|
type: 'object',
|
|
774
|
+
'x-route-path': '/acs/credential_provisioning_automations',
|
|
750
775
|
},
|
|
751
776
|
acs_entrance: {
|
|
752
777
|
description: 'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
@@ -785,10 +810,7 @@ export default {
|
|
|
785
810
|
type: 'string',
|
|
786
811
|
},
|
|
787
812
|
dormakaba_community_metadata: {
|
|
788
|
-
properties: {
|
|
789
|
-
access_point_name: { type: 'string' },
|
|
790
|
-
common_area_number: { format: 'float', type: 'number' },
|
|
791
|
-
},
|
|
813
|
+
properties: { access_point_name: { type: 'string' } },
|
|
792
814
|
required: ['access_point_name'],
|
|
793
815
|
type: 'object',
|
|
794
816
|
},
|
|
@@ -889,6 +911,7 @@ export default {
|
|
|
889
911
|
'errors',
|
|
890
912
|
],
|
|
891
913
|
type: 'object',
|
|
914
|
+
'x-route-path': '/acs/entrances',
|
|
892
915
|
},
|
|
893
916
|
acs_system: {
|
|
894
917
|
description: 'Represents an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
@@ -1236,6 +1259,7 @@ export default {
|
|
|
1236
1259
|
'warnings',
|
|
1237
1260
|
],
|
|
1238
1261
|
type: 'object',
|
|
1262
|
+
'x-route-path': '/acs/systems',
|
|
1239
1263
|
},
|
|
1240
1264
|
acs_user: {
|
|
1241
1265
|
description: 'Represents a [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
@@ -1506,6 +1530,7 @@ export default {
|
|
|
1506
1530
|
'is_managed',
|
|
1507
1531
|
],
|
|
1508
1532
|
type: 'object',
|
|
1533
|
+
'x-route-path': '/acs/users',
|
|
1509
1534
|
},
|
|
1510
1535
|
action_attempt: {
|
|
1511
1536
|
oneOf: [
|
|
@@ -2047,6 +2072,31 @@ export default {
|
|
|
2047
2072
|
],
|
|
2048
2073
|
type: 'object',
|
|
2049
2074
|
},
|
|
2075
|
+
{
|
|
2076
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
2077
|
+
properties: {
|
|
2078
|
+
created_at: {
|
|
2079
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2080
|
+
format: 'date-time',
|
|
2081
|
+
type: 'string',
|
|
2082
|
+
},
|
|
2083
|
+
message: {
|
|
2084
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2085
|
+
type: 'string',
|
|
2086
|
+
},
|
|
2087
|
+
warning_code: {
|
|
2088
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2089
|
+
enum: ['needs_to_be_reissued'],
|
|
2090
|
+
type: 'string',
|
|
2091
|
+
},
|
|
2092
|
+
},
|
|
2093
|
+
required: [
|
|
2094
|
+
'created_at',
|
|
2095
|
+
'message',
|
|
2096
|
+
'warning_code',
|
|
2097
|
+
],
|
|
2098
|
+
type: 'object',
|
|
2099
|
+
},
|
|
2050
2100
|
],
|
|
2051
2101
|
},
|
|
2052
2102
|
type: 'array',
|
|
@@ -2338,6 +2388,31 @@ export default {
|
|
|
2338
2388
|
],
|
|
2339
2389
|
type: 'object',
|
|
2340
2390
|
},
|
|
2391
|
+
{
|
|
2392
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
2393
|
+
properties: {
|
|
2394
|
+
created_at: {
|
|
2395
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2396
|
+
format: 'date-time',
|
|
2397
|
+
type: 'string',
|
|
2398
|
+
},
|
|
2399
|
+
message: {
|
|
2400
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2401
|
+
type: 'string',
|
|
2402
|
+
},
|
|
2403
|
+
warning_code: {
|
|
2404
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2405
|
+
enum: ['needs_to_be_reissued'],
|
|
2406
|
+
type: 'string',
|
|
2407
|
+
},
|
|
2408
|
+
},
|
|
2409
|
+
required: [
|
|
2410
|
+
'created_at',
|
|
2411
|
+
'message',
|
|
2412
|
+
'warning_code',
|
|
2413
|
+
],
|
|
2414
|
+
type: 'object',
|
|
2415
|
+
},
|
|
2341
2416
|
],
|
|
2342
2417
|
},
|
|
2343
2418
|
type: 'array',
|
|
@@ -2758,6 +2833,31 @@ export default {
|
|
|
2758
2833
|
],
|
|
2759
2834
|
type: 'object',
|
|
2760
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
2838
|
+
properties: {
|
|
2839
|
+
created_at: {
|
|
2840
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2841
|
+
format: 'date-time',
|
|
2842
|
+
type: 'string',
|
|
2843
|
+
},
|
|
2844
|
+
message: {
|
|
2845
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2846
|
+
type: 'string',
|
|
2847
|
+
},
|
|
2848
|
+
warning_code: {
|
|
2849
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
2850
|
+
enum: ['needs_to_be_reissued'],
|
|
2851
|
+
type: 'string',
|
|
2852
|
+
},
|
|
2853
|
+
},
|
|
2854
|
+
required: [
|
|
2855
|
+
'created_at',
|
|
2856
|
+
'message',
|
|
2857
|
+
'warning_code',
|
|
2858
|
+
],
|
|
2859
|
+
type: 'object',
|
|
2860
|
+
},
|
|
2761
2861
|
],
|
|
2762
2862
|
},
|
|
2763
2863
|
type: 'array',
|
|
@@ -3047,6 +3147,31 @@ export default {
|
|
|
3047
3147
|
],
|
|
3048
3148
|
type: 'object',
|
|
3049
3149
|
},
|
|
3150
|
+
{
|
|
3151
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
3152
|
+
properties: {
|
|
3153
|
+
created_at: {
|
|
3154
|
+
description: 'Date and time at which Seam created the warning.',
|
|
3155
|
+
format: 'date-time',
|
|
3156
|
+
type: 'string',
|
|
3157
|
+
},
|
|
3158
|
+
message: {
|
|
3159
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
3160
|
+
type: 'string',
|
|
3161
|
+
},
|
|
3162
|
+
warning_code: {
|
|
3163
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
3164
|
+
enum: ['needs_to_be_reissued'],
|
|
3165
|
+
type: 'string',
|
|
3166
|
+
},
|
|
3167
|
+
},
|
|
3168
|
+
required: [
|
|
3169
|
+
'created_at',
|
|
3170
|
+
'message',
|
|
3171
|
+
'warning_code',
|
|
3172
|
+
],
|
|
3173
|
+
type: 'object',
|
|
3174
|
+
},
|
|
3050
3175
|
],
|
|
3051
3176
|
},
|
|
3052
3177
|
type: 'array',
|
|
@@ -3984,6 +4109,7 @@ export default {
|
|
|
3984
4109
|
type: 'object',
|
|
3985
4110
|
},
|
|
3986
4111
|
],
|
|
4112
|
+
'x-route-path': '/action_attempts',
|
|
3987
4113
|
},
|
|
3988
4114
|
client_session: {
|
|
3989
4115
|
properties: {
|
|
@@ -4020,6 +4146,7 @@ export default {
|
|
|
4020
4146
|
'user_identity_ids',
|
|
4021
4147
|
],
|
|
4022
4148
|
type: 'object',
|
|
4149
|
+
'x-route-path': '/client_sessions',
|
|
4023
4150
|
},
|
|
4024
4151
|
connect_webview: {
|
|
4025
4152
|
properties: {
|
|
@@ -4098,6 +4225,7 @@ export default {
|
|
|
4098
4225
|
'selected_provider',
|
|
4099
4226
|
],
|
|
4100
4227
|
type: 'object',
|
|
4228
|
+
'x-route-path': '/connect_webviews',
|
|
4101
4229
|
},
|
|
4102
4230
|
connected_account: {
|
|
4103
4231
|
properties: {
|
|
@@ -4172,6 +4300,7 @@ export default {
|
|
|
4172
4300
|
'automatically_manage_new_devices',
|
|
4173
4301
|
],
|
|
4174
4302
|
type: 'object',
|
|
4303
|
+
'x-route-path': '/connected_accounts',
|
|
4175
4304
|
},
|
|
4176
4305
|
device: {
|
|
4177
4306
|
properties: {
|
|
@@ -5383,6 +5512,7 @@ export default {
|
|
|
5383
5512
|
'errors',
|
|
5384
5513
|
],
|
|
5385
5514
|
type: 'object',
|
|
5515
|
+
'x-route-path': '/thermostats/schedules',
|
|
5386
5516
|
},
|
|
5387
5517
|
available_climate_presets: {
|
|
5388
5518
|
items: {
|
|
@@ -5739,6 +5869,7 @@ export default {
|
|
|
5739
5869
|
'custom_metadata',
|
|
5740
5870
|
],
|
|
5741
5871
|
type: 'object',
|
|
5872
|
+
'x-route-path': '/devices',
|
|
5742
5873
|
},
|
|
5743
5874
|
device_provider: {
|
|
5744
5875
|
properties: {
|
|
@@ -5826,6 +5957,7 @@ export default {
|
|
|
5826
5957
|
'provider_categories',
|
|
5827
5958
|
],
|
|
5828
5959
|
type: 'object',
|
|
5960
|
+
'x-route-path': '/devices',
|
|
5829
5961
|
},
|
|
5830
5962
|
enrollment_automation: {
|
|
5831
5963
|
description: 'Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).',
|
|
@@ -5864,6 +5996,7 @@ export default {
|
|
|
5864
5996
|
'workspace_id',
|
|
5865
5997
|
],
|
|
5866
5998
|
type: 'object',
|
|
5999
|
+
'x-route-path': '/user_identities/enrollment_automations',
|
|
5867
6000
|
},
|
|
5868
6001
|
event: {
|
|
5869
6002
|
discriminator: { propertyName: 'event_type' },
|
|
@@ -5919,6 +6052,7 @@ export default {
|
|
|
5919
6052
|
'event_type',
|
|
5920
6053
|
],
|
|
5921
6054
|
type: 'object',
|
|
6055
|
+
'x-route-path': '/access_codes',
|
|
5922
6056
|
},
|
|
5923
6057
|
{
|
|
5924
6058
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was changed.',
|
|
@@ -5971,6 +6105,7 @@ export default {
|
|
|
5971
6105
|
'event_type',
|
|
5972
6106
|
],
|
|
5973
6107
|
type: 'object',
|
|
6108
|
+
'x-route-path': '/access_codes',
|
|
5974
6109
|
},
|
|
5975
6110
|
{
|
|
5976
6111
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was [scheduled natively](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) on a device.',
|
|
@@ -6031,6 +6166,7 @@ export default {
|
|
|
6031
6166
|
'code',
|
|
6032
6167
|
],
|
|
6033
6168
|
type: 'object',
|
|
6169
|
+
'x-route-path': '/access_codes',
|
|
6034
6170
|
},
|
|
6035
6171
|
{
|
|
6036
6172
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was set on a device.',
|
|
@@ -6091,6 +6227,7 @@ export default {
|
|
|
6091
6227
|
'code',
|
|
6092
6228
|
],
|
|
6093
6229
|
type: 'object',
|
|
6230
|
+
'x-route-path': '/access_codes',
|
|
6094
6231
|
},
|
|
6095
6232
|
{
|
|
6096
6233
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was removed from a device.',
|
|
@@ -6146,6 +6283,7 @@ export default {
|
|
|
6146
6283
|
'event_type',
|
|
6147
6284
|
],
|
|
6148
6285
|
type: 'object',
|
|
6286
|
+
'x-route-path': '/access_codes',
|
|
6149
6287
|
},
|
|
6150
6288
|
{
|
|
6151
6289
|
description: 'There was an unusually long delay in setting an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) on a device.',
|
|
@@ -6201,6 +6339,7 @@ export default {
|
|
|
6201
6339
|
'event_type',
|
|
6202
6340
|
],
|
|
6203
6341
|
type: 'object',
|
|
6342
|
+
'x-route-path': '/access_codes',
|
|
6204
6343
|
},
|
|
6205
6344
|
{
|
|
6206
6345
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be set on a device.',
|
|
@@ -6256,6 +6395,7 @@ export default {
|
|
|
6256
6395
|
'event_type',
|
|
6257
6396
|
],
|
|
6258
6397
|
type: 'object',
|
|
6398
|
+
'x-route-path': '/access_codes',
|
|
6259
6399
|
},
|
|
6260
6400
|
{
|
|
6261
6401
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted.',
|
|
@@ -6314,6 +6454,7 @@ export default {
|
|
|
6314
6454
|
'code',
|
|
6315
6455
|
],
|
|
6316
6456
|
type: 'object',
|
|
6457
|
+
'x-route-path': '/access_codes',
|
|
6317
6458
|
},
|
|
6318
6459
|
{
|
|
6319
6460
|
description: 'There was an unusually long delay in removing an [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) from a device.',
|
|
@@ -6369,6 +6510,7 @@ export default {
|
|
|
6369
6510
|
'event_type',
|
|
6370
6511
|
],
|
|
6371
6512
|
type: 'object',
|
|
6513
|
+
'x-route-path': '/access_codes',
|
|
6372
6514
|
},
|
|
6373
6515
|
{
|
|
6374
6516
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) failed to be removed from a device.',
|
|
@@ -6424,6 +6566,7 @@ export default {
|
|
|
6424
6566
|
'event_type',
|
|
6425
6567
|
],
|
|
6426
6568
|
type: 'object',
|
|
6569
|
+
'x-route-path': '/access_codes',
|
|
6427
6570
|
},
|
|
6428
6571
|
{
|
|
6429
6572
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was modified outside of Seam.',
|
|
@@ -6479,6 +6622,7 @@ export default {
|
|
|
6479
6622
|
'event_type',
|
|
6480
6623
|
],
|
|
6481
6624
|
type: 'object',
|
|
6625
|
+
'x-route-path': '/access_codes',
|
|
6482
6626
|
},
|
|
6483
6627
|
{
|
|
6484
6628
|
description: 'An [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) was deleted outside of Seam.',
|
|
@@ -6534,6 +6678,7 @@ export default {
|
|
|
6534
6678
|
'event_type',
|
|
6535
6679
|
],
|
|
6536
6680
|
type: 'object',
|
|
6681
|
+
'x-route-path': '/access_codes',
|
|
6537
6682
|
},
|
|
6538
6683
|
{
|
|
6539
6684
|
description: 'A [backup access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/backup-access-codes) was pulled from the backup access code pool and set on a device.',
|
|
@@ -6591,6 +6736,7 @@ export default {
|
|
|
6591
6736
|
'backup_access_code_id',
|
|
6592
6737
|
],
|
|
6593
6738
|
type: 'object',
|
|
6739
|
+
'x-route-path': '/access_codes',
|
|
6594
6740
|
},
|
|
6595
6741
|
{
|
|
6596
6742
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was converted successfully to a managed access code.',
|
|
@@ -6646,6 +6792,7 @@ export default {
|
|
|
6646
6792
|
'event_type',
|
|
6647
6793
|
],
|
|
6648
6794
|
type: 'object',
|
|
6795
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
6649
6796
|
},
|
|
6650
6797
|
{
|
|
6651
6798
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) failed to be converted to a managed access code.',
|
|
@@ -6701,6 +6848,7 @@ export default {
|
|
|
6701
6848
|
'event_type',
|
|
6702
6849
|
],
|
|
6703
6850
|
type: 'object',
|
|
6851
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
6704
6852
|
},
|
|
6705
6853
|
{
|
|
6706
6854
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was created on a device.',
|
|
@@ -6756,6 +6904,7 @@ export default {
|
|
|
6756
6904
|
'event_type',
|
|
6757
6905
|
],
|
|
6758
6906
|
type: 'object',
|
|
6907
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
6759
6908
|
},
|
|
6760
6909
|
{
|
|
6761
6910
|
description: 'An [unmanaged access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/migrating-existing-access-codes) was removed from a device.',
|
|
@@ -6811,6 +6960,7 @@ export default {
|
|
|
6811
6960
|
'event_type',
|
|
6812
6961
|
],
|
|
6813
6962
|
type: 'object',
|
|
6963
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
6814
6964
|
},
|
|
6815
6965
|
{
|
|
6816
6966
|
description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
|
|
@@ -6856,6 +7006,7 @@ export default {
|
|
|
6856
7006
|
'event_type',
|
|
6857
7007
|
],
|
|
6858
7008
|
type: 'object',
|
|
7009
|
+
'x-route-path': '/acs/systems',
|
|
6859
7010
|
},
|
|
6860
7011
|
{
|
|
6861
7012
|
description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was added.',
|
|
@@ -6901,6 +7052,7 @@ export default {
|
|
|
6901
7052
|
'event_type',
|
|
6902
7053
|
],
|
|
6903
7054
|
type: 'object',
|
|
7055
|
+
'x-route-path': '/acs/systems',
|
|
6904
7056
|
},
|
|
6905
7057
|
{
|
|
6906
7058
|
description: 'An [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) was disconnected.',
|
|
@@ -6946,6 +7098,7 @@ export default {
|
|
|
6946
7098
|
'event_type',
|
|
6947
7099
|
],
|
|
6948
7100
|
type: 'object',
|
|
7101
|
+
'x-route-path': '/acs/systems',
|
|
6949
7102
|
},
|
|
6950
7103
|
{
|
|
6951
7104
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was deleted.',
|
|
@@ -6993,6 +7146,7 @@ export default {
|
|
|
6993
7146
|
'event_type',
|
|
6994
7147
|
],
|
|
6995
7148
|
type: 'object',
|
|
7149
|
+
'x-route-path': '/acs/credentials',
|
|
6996
7150
|
},
|
|
6997
7151
|
{
|
|
6998
7152
|
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.',
|
|
@@ -7040,6 +7194,54 @@ export default {
|
|
|
7040
7194
|
'event_type',
|
|
7041
7195
|
],
|
|
7042
7196
|
type: 'object',
|
|
7197
|
+
'x-route-path': '/acs/credentials',
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
description: 'An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.',
|
|
7201
|
+
properties: {
|
|
7202
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
7203
|
+
acs_system_id: {
|
|
7204
|
+
description: 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
7205
|
+
format: 'uuid',
|
|
7206
|
+
type: 'string',
|
|
7207
|
+
},
|
|
7208
|
+
connected_account_id: {
|
|
7209
|
+
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
7210
|
+
format: 'uuid',
|
|
7211
|
+
type: 'string',
|
|
7212
|
+
},
|
|
7213
|
+
created_at: {
|
|
7214
|
+
description: 'Date and time at which the event was created.',
|
|
7215
|
+
format: 'date-time',
|
|
7216
|
+
type: 'string',
|
|
7217
|
+
},
|
|
7218
|
+
event_id: {
|
|
7219
|
+
description: 'ID of the event.',
|
|
7220
|
+
format: 'uuid',
|
|
7221
|
+
type: 'string',
|
|
7222
|
+
},
|
|
7223
|
+
event_type: { enum: ['acs_credential.reissued'], type: 'string' },
|
|
7224
|
+
occurred_at: {
|
|
7225
|
+
description: 'Date and time at which the event occurred.',
|
|
7226
|
+
format: 'date-time',
|
|
7227
|
+
type: 'string',
|
|
7228
|
+
},
|
|
7229
|
+
workspace_id: {
|
|
7230
|
+
description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7231
|
+
format: 'uuid',
|
|
7232
|
+
type: 'string',
|
|
7233
|
+
},
|
|
7234
|
+
},
|
|
7235
|
+
required: [
|
|
7236
|
+
'event_id',
|
|
7237
|
+
'workspace_id',
|
|
7238
|
+
'created_at',
|
|
7239
|
+
'occurred_at',
|
|
7240
|
+
'acs_system_id',
|
|
7241
|
+
'acs_credential_id',
|
|
7242
|
+
'event_type',
|
|
7243
|
+
],
|
|
7244
|
+
type: 'object',
|
|
7043
7245
|
},
|
|
7044
7246
|
{
|
|
7045
7247
|
description: 'An [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was deleted.',
|
|
@@ -7087,6 +7289,7 @@ export default {
|
|
|
7087
7289
|
'event_type',
|
|
7088
7290
|
],
|
|
7089
7291
|
type: 'object',
|
|
7292
|
+
'x-route-path': '/acs/users',
|
|
7090
7293
|
},
|
|
7091
7294
|
{
|
|
7092
7295
|
description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was added.',
|
|
@@ -7138,6 +7341,7 @@ export default {
|
|
|
7138
7341
|
'event_type',
|
|
7139
7342
|
],
|
|
7140
7343
|
type: 'object',
|
|
7344
|
+
'x-route-path': '/acs/encoders',
|
|
7141
7345
|
},
|
|
7142
7346
|
{
|
|
7143
7347
|
description: 'An [ACS encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners) was removed.',
|
|
@@ -7189,6 +7393,7 @@ export default {
|
|
|
7189
7393
|
'event_type',
|
|
7190
7394
|
],
|
|
7191
7395
|
type: 'object',
|
|
7396
|
+
'x-route-path': '/acs/encoders',
|
|
7192
7397
|
},
|
|
7193
7398
|
{
|
|
7194
7399
|
description: 'An ACS access group was deleted.',
|
|
@@ -7239,6 +7444,7 @@ export default {
|
|
|
7239
7444
|
'event_type',
|
|
7240
7445
|
],
|
|
7241
7446
|
type: 'object',
|
|
7447
|
+
'x-route-path': '/acs/access_groups',
|
|
7242
7448
|
},
|
|
7243
7449
|
{
|
|
7244
7450
|
description: 'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
|
|
@@ -7279,6 +7485,7 @@ export default {
|
|
|
7279
7485
|
'event_type',
|
|
7280
7486
|
],
|
|
7281
7487
|
type: 'object',
|
|
7488
|
+
'x-route-path': '/client_sessions',
|
|
7282
7489
|
},
|
|
7283
7490
|
{
|
|
7284
7491
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was connected for the first time or was reconnected after being disconnected.',
|
|
@@ -7328,6 +7535,7 @@ export default {
|
|
|
7328
7535
|
'connect_webview_id',
|
|
7329
7536
|
],
|
|
7330
7537
|
type: 'object',
|
|
7538
|
+
'x-route-path': '/connected_accounts',
|
|
7331
7539
|
},
|
|
7332
7540
|
{
|
|
7333
7541
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was created.',
|
|
@@ -7377,6 +7585,7 @@ export default {
|
|
|
7377
7585
|
'connect_webview_id',
|
|
7378
7586
|
],
|
|
7379
7587
|
type: 'object',
|
|
7588
|
+
'x-route-path': '/connected_accounts',
|
|
7380
7589
|
},
|
|
7381
7590
|
{
|
|
7382
7591
|
deprecated: true,
|
|
@@ -7428,6 +7637,7 @@ export default {
|
|
|
7428
7637
|
],
|
|
7429
7638
|
type: 'object',
|
|
7430
7639
|
'x-deprecated': 'Use `connect_webview.login_succeeded`.',
|
|
7640
|
+
'x-route-path': '/connected_accounts',
|
|
7431
7641
|
},
|
|
7432
7642
|
{
|
|
7433
7643
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was disconnected.',
|
|
@@ -7471,6 +7681,7 @@ export default {
|
|
|
7471
7681
|
'event_type',
|
|
7472
7682
|
],
|
|
7473
7683
|
type: 'object',
|
|
7684
|
+
'x-route-path': '/connected_accounts',
|
|
7474
7685
|
},
|
|
7475
7686
|
{
|
|
7476
7687
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync with Seam, and the corresponding devices or systems are now available.',
|
|
@@ -7514,6 +7725,7 @@ export default {
|
|
|
7514
7725
|
'event_type',
|
|
7515
7726
|
],
|
|
7516
7727
|
type: 'object',
|
|
7728
|
+
'x-route-path': '/connected_accounts',
|
|
7517
7729
|
},
|
|
7518
7730
|
{
|
|
7519
7731
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) was deleted.',
|
|
@@ -7557,6 +7769,7 @@ export default {
|
|
|
7557
7769
|
'event_type',
|
|
7558
7770
|
],
|
|
7559
7771
|
type: 'object',
|
|
7772
|
+
'x-route-path': '/connected_accounts',
|
|
7560
7773
|
},
|
|
7561
7774
|
{
|
|
7562
7775
|
description: 'A [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) completed the first sync after reconnection with Seam, and the corresponding devices or systems are now available.',
|
|
@@ -7602,6 +7815,7 @@ export default {
|
|
|
7602
7815
|
'event_type',
|
|
7603
7816
|
],
|
|
7604
7817
|
type: 'object',
|
|
7818
|
+
'x-route-path': '/connected_accounts',
|
|
7605
7819
|
},
|
|
7606
7820
|
{
|
|
7607
7821
|
description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
|
|
@@ -7649,6 +7863,7 @@ export default {
|
|
|
7649
7863
|
'event_type',
|
|
7650
7864
|
],
|
|
7651
7865
|
type: 'object',
|
|
7866
|
+
'x-route-path': '/action_attempts',
|
|
7652
7867
|
},
|
|
7653
7868
|
{
|
|
7654
7869
|
description: 'A lock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
|
|
@@ -7696,6 +7911,7 @@ export default {
|
|
|
7696
7911
|
'event_type',
|
|
7697
7912
|
],
|
|
7698
7913
|
type: 'object',
|
|
7914
|
+
'x-route-path': '/action_attempts',
|
|
7699
7915
|
},
|
|
7700
7916
|
{
|
|
7701
7917
|
description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) succeeded.',
|
|
@@ -7743,6 +7959,7 @@ export default {
|
|
|
7743
7959
|
'event_type',
|
|
7744
7960
|
],
|
|
7745
7961
|
type: 'object',
|
|
7962
|
+
'x-route-path': '/action_attempts',
|
|
7746
7963
|
},
|
|
7747
7964
|
{
|
|
7748
7965
|
description: 'An unlock door [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) failed.',
|
|
@@ -7790,6 +8007,7 @@ export default {
|
|
|
7790
8007
|
'event_type',
|
|
7791
8008
|
],
|
|
7792
8009
|
type: 'object',
|
|
8010
|
+
'x-route-path': '/action_attempts',
|
|
7793
8011
|
},
|
|
7794
8012
|
{
|
|
7795
8013
|
description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login succeeded.',
|
|
@@ -7839,6 +8057,7 @@ export default {
|
|
|
7839
8057
|
'connected_account_id',
|
|
7840
8058
|
],
|
|
7841
8059
|
type: 'object',
|
|
8060
|
+
'x-route-path': '/connect_webviews',
|
|
7842
8061
|
},
|
|
7843
8062
|
{
|
|
7844
8063
|
description: 'A [Connect Webview](https://docs.seam.co/latest/ui-components/connect-webviews) login failed.',
|
|
@@ -7882,6 +8101,7 @@ export default {
|
|
|
7882
8101
|
'event_type',
|
|
7883
8102
|
],
|
|
7884
8103
|
type: 'object',
|
|
8104
|
+
'x-route-path': '/connect_webviews',
|
|
7885
8105
|
},
|
|
7886
8106
|
{
|
|
7887
8107
|
description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) 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.',
|
|
@@ -7928,6 +8148,7 @@ export default {
|
|
|
7928
8148
|
'event_type',
|
|
7929
8149
|
],
|
|
7930
8150
|
type: 'object',
|
|
8151
|
+
'x-route-path': '/devices',
|
|
7931
8152
|
},
|
|
7932
8153
|
{
|
|
7933
8154
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was added to Seam or was re-added to Seam after having been removed.',
|
|
@@ -7974,9 +8195,10 @@ export default {
|
|
|
7974
8195
|
'event_type',
|
|
7975
8196
|
],
|
|
7976
8197
|
type: 'object',
|
|
8198
|
+
'x-route-path': '/devices',
|
|
7977
8199
|
},
|
|
7978
8200
|
{
|
|
7979
|
-
description: '
|
|
8201
|
+
description: 'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
7980
8202
|
properties: {
|
|
7981
8203
|
connected_account_id: {
|
|
7982
8204
|
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
@@ -8023,9 +8245,10 @@ export default {
|
|
|
8023
8245
|
'event_type',
|
|
8024
8246
|
],
|
|
8025
8247
|
type: 'object',
|
|
8248
|
+
'x-route-path': '/devices',
|
|
8026
8249
|
},
|
|
8027
8250
|
{
|
|
8028
|
-
description: '
|
|
8251
|
+
description: 'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
|
|
8029
8252
|
properties: {
|
|
8030
8253
|
connected_account_id: {
|
|
8031
8254
|
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
@@ -8072,6 +8295,7 @@ export default {
|
|
|
8072
8295
|
'event_type',
|
|
8073
8296
|
],
|
|
8074
8297
|
type: 'object',
|
|
8298
|
+
'x-route-path': '/devices/unmanaged',
|
|
8075
8299
|
},
|
|
8076
8300
|
{
|
|
8077
8301
|
description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from offline to online. That is, the `device.properties.online` property changed from `false` to `true`.',
|
|
@@ -8121,6 +8345,7 @@ export default {
|
|
|
8121
8345
|
'event_type',
|
|
8122
8346
|
],
|
|
8123
8347
|
type: 'object',
|
|
8348
|
+
'x-route-path': '/devices/unmanaged',
|
|
8124
8349
|
},
|
|
8125
8350
|
{
|
|
8126
8351
|
description: 'The status of a [device](https://docs.seam.co/latest/core-concepts/devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
@@ -8177,6 +8402,7 @@ export default {
|
|
|
8177
8402
|
'error_code',
|
|
8178
8403
|
],
|
|
8179
8404
|
type: 'object',
|
|
8405
|
+
'x-route-path': '/devices',
|
|
8180
8406
|
},
|
|
8181
8407
|
{
|
|
8182
8408
|
description: 'The status of an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) changed from online to offline. That is, the `device.properties.online` property changed from `true` to `false`.',
|
|
@@ -8236,6 +8462,7 @@ export default {
|
|
|
8236
8462
|
'error_code',
|
|
8237
8463
|
],
|
|
8238
8464
|
type: 'object',
|
|
8465
|
+
'x-route-path': '/devices/unmanaged',
|
|
8239
8466
|
},
|
|
8240
8467
|
{
|
|
8241
8468
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) detected that it was tampered with, for example, opened or moved.',
|
|
@@ -8282,6 +8509,7 @@ export default {
|
|
|
8282
8509
|
'event_type',
|
|
8283
8510
|
],
|
|
8284
8511
|
type: 'object',
|
|
8512
|
+
'x-route-path': '/devices',
|
|
8285
8513
|
},
|
|
8286
8514
|
{
|
|
8287
8515
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery level dropped below the low threshold.',
|
|
@@ -8336,6 +8564,7 @@ export default {
|
|
|
8336
8564
|
'battery_level',
|
|
8337
8565
|
],
|
|
8338
8566
|
type: 'object',
|
|
8567
|
+
'x-route-path': '/devices',
|
|
8339
8568
|
},
|
|
8340
8569
|
{
|
|
8341
8570
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) battery status changed since the last `battery_status_changed` event.',
|
|
@@ -8399,6 +8628,7 @@ export default {
|
|
|
8399
8628
|
'battery_level',
|
|
8400
8629
|
],
|
|
8401
8630
|
type: 'object',
|
|
8631
|
+
'x-route-path': '/devices',
|
|
8402
8632
|
},
|
|
8403
8633
|
{
|
|
8404
8634
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was removed externally from the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
@@ -8445,6 +8675,7 @@ export default {
|
|
|
8445
8675
|
'event_type',
|
|
8446
8676
|
],
|
|
8447
8677
|
type: 'object',
|
|
8678
|
+
'x-route-path': '/devices',
|
|
8448
8679
|
},
|
|
8449
8680
|
{
|
|
8450
8681
|
description: 'A [device](https://docs.seam.co/latest/core-concepts/devices) was deleted.',
|
|
@@ -8491,6 +8722,7 @@ export default {
|
|
|
8491
8722
|
'event_type',
|
|
8492
8723
|
],
|
|
8493
8724
|
type: 'object',
|
|
8725
|
+
'x-route-path': '/devices',
|
|
8494
8726
|
},
|
|
8495
8727
|
{
|
|
8496
8728
|
description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is using a third-party integration that will interfere with Seam device management.',
|
|
@@ -8540,6 +8772,7 @@ export default {
|
|
|
8540
8772
|
'event_type',
|
|
8541
8773
|
],
|
|
8542
8774
|
type: 'object',
|
|
8775
|
+
'x-route-path': '/devices',
|
|
8543
8776
|
},
|
|
8544
8777
|
{
|
|
8545
8778
|
description: 'Seam detected that a [device](https://docs.seam.co/latest/core-concepts/devices) is no longer using a third-party integration that was interfering with Seam device management.',
|
|
@@ -8589,6 +8822,7 @@ export default {
|
|
|
8589
8822
|
'event_type',
|
|
8590
8823
|
],
|
|
8591
8824
|
type: 'object',
|
|
8825
|
+
'x-route-path': '/devices',
|
|
8592
8826
|
},
|
|
8593
8827
|
{
|
|
8594
8828
|
description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) activated privacy mode.',
|
|
@@ -8638,6 +8872,7 @@ export default {
|
|
|
8638
8872
|
'event_type',
|
|
8639
8873
|
],
|
|
8640
8874
|
type: 'object',
|
|
8875
|
+
'x-route-path': '/devices',
|
|
8641
8876
|
},
|
|
8642
8877
|
{
|
|
8643
8878
|
description: 'A [Salto device](https://docs.seam.co/latest/device-and-system-integration-guides/salto-locks) deactivated privacy mode.',
|
|
@@ -8687,6 +8922,7 @@ export default {
|
|
|
8687
8922
|
'event_type',
|
|
8688
8923
|
],
|
|
8689
8924
|
type: 'object',
|
|
8925
|
+
'x-route-path': '/devices',
|
|
8690
8926
|
},
|
|
8691
8927
|
{
|
|
8692
8928
|
description: 'Seam detected a flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection.',
|
|
@@ -8736,6 +8972,7 @@ export default {
|
|
|
8736
8972
|
'event_type',
|
|
8737
8973
|
],
|
|
8738
8974
|
type: 'object',
|
|
8975
|
+
'x-route-path': '/devices',
|
|
8739
8976
|
},
|
|
8740
8977
|
{
|
|
8741
8978
|
description: 'Seam detected that a previously-flaky [device](https://docs.seam.co/latest/core-concepts/devices) connection stabilized.',
|
|
@@ -8785,6 +9022,7 @@ export default {
|
|
|
8785
9022
|
'event_type',
|
|
8786
9023
|
],
|
|
8787
9024
|
type: 'object',
|
|
9025
|
+
'x-route-path': '/devices',
|
|
8788
9026
|
},
|
|
8789
9027
|
{
|
|
8790
9028
|
description: 'A third-party subscription is required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
|
|
@@ -8834,6 +9072,7 @@ export default {
|
|
|
8834
9072
|
'event_type',
|
|
8835
9073
|
],
|
|
8836
9074
|
type: 'object',
|
|
9075
|
+
'x-route-path': '/devices',
|
|
8837
9076
|
},
|
|
8838
9077
|
{
|
|
8839
9078
|
description: 'A third-party subscription is active or no longer required to use all [device](https://docs.seam.co/latest/core-concepts/devices) features.',
|
|
@@ -8883,6 +9122,7 @@ export default {
|
|
|
8883
9122
|
'event_type',
|
|
8884
9123
|
],
|
|
8885
9124
|
type: 'object',
|
|
9125
|
+
'x-route-path': '/devices',
|
|
8886
9126
|
},
|
|
8887
9127
|
{
|
|
8888
9128
|
description: 'An accessory keypad was connected to a [device](https://docs.seam.co/latest/core-concepts/devices).',
|
|
@@ -8932,6 +9172,7 @@ export default {
|
|
|
8932
9172
|
'event_type',
|
|
8933
9173
|
],
|
|
8934
9174
|
type: 'object',
|
|
9175
|
+
'x-route-path': '/devices',
|
|
8935
9176
|
},
|
|
8936
9177
|
{
|
|
8937
9178
|
description: 'An accessory keypad was disconnected from a [device](https://docs.seam.co/latest/core-concepts/devices).',
|
|
@@ -8981,6 +9222,7 @@ export default {
|
|
|
8981
9222
|
'event_type',
|
|
8982
9223
|
],
|
|
8983
9224
|
type: 'object',
|
|
9225
|
+
'x-route-path': '/devices',
|
|
8984
9226
|
},
|
|
8985
9227
|
{
|
|
8986
9228
|
description: 'Extended periods of noise or noise exceeding a [threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) were detected.',
|
|
@@ -9059,6 +9301,7 @@ export default {
|
|
|
9059
9301
|
'event_type',
|
|
9060
9302
|
],
|
|
9061
9303
|
type: 'object',
|
|
9304
|
+
'x-route-path': '/noise_sensors/noise_thresholds',
|
|
9062
9305
|
},
|
|
9063
9306
|
{
|
|
9064
9307
|
description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was locked.',
|
|
@@ -9121,6 +9364,7 @@ export default {
|
|
|
9121
9364
|
'method',
|
|
9122
9365
|
],
|
|
9123
9366
|
type: 'object',
|
|
9367
|
+
'x-route-path': '/locks',
|
|
9124
9368
|
},
|
|
9125
9369
|
{
|
|
9126
9370
|
description: 'A [lock](https://docs.seam.co/latest/capability-guides/smart-locks) was unlocked.',
|
|
@@ -9183,6 +9427,7 @@ export default {
|
|
|
9183
9427
|
'method',
|
|
9184
9428
|
],
|
|
9185
9429
|
type: 'object',
|
|
9430
|
+
'x-route-path': '/locks',
|
|
9186
9431
|
},
|
|
9187
9432
|
{
|
|
9188
9433
|
description: 'The [lock](https://docs.seam.co/latest/capability-guides/smart-locks) denied access to a user after one or more consecutive invalid attempts to unlock the device.',
|
|
@@ -9234,6 +9479,7 @@ export default {
|
|
|
9234
9479
|
'event_type',
|
|
9235
9480
|
],
|
|
9236
9481
|
type: 'object',
|
|
9482
|
+
'x-route-path': '/locks',
|
|
9237
9483
|
},
|
|
9238
9484
|
{
|
|
9239
9485
|
description: 'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
|
|
@@ -9300,6 +9546,7 @@ export default {
|
|
|
9300
9546
|
'is_fallback_climate_preset',
|
|
9301
9547
|
],
|
|
9302
9548
|
type: 'object',
|
|
9549
|
+
'x-route-path': '/thermostats',
|
|
9303
9550
|
},
|
|
9304
9551
|
{
|
|
9305
9552
|
description: 'A [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) was adjusted manually.',
|
|
@@ -9385,6 +9632,7 @@ export default {
|
|
|
9385
9632
|
'method',
|
|
9386
9633
|
],
|
|
9387
9634
|
type: 'object',
|
|
9635
|
+
'x-route-path': '/thermostats',
|
|
9388
9636
|
},
|
|
9389
9637
|
{
|
|
9390
9638
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading exceeded the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
@@ -9474,6 +9722,7 @@ export default {
|
|
|
9474
9722
|
'lower_limit_fahrenheit',
|
|
9475
9723
|
],
|
|
9476
9724
|
type: 'object',
|
|
9725
|
+
'x-route-path': '/thermostats',
|
|
9477
9726
|
},
|
|
9478
9727
|
{
|
|
9479
9728
|
description: "A [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) temperature reading no longer exceeds the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
@@ -9563,6 +9812,7 @@ export default {
|
|
|
9563
9812
|
'lower_limit_fahrenheit',
|
|
9564
9813
|
],
|
|
9565
9814
|
type: 'object',
|
|
9815
|
+
'x-route-path': '/thermostats',
|
|
9566
9816
|
},
|
|
9567
9817
|
{
|
|
9568
9818
|
properties: {
|
|
@@ -9633,6 +9883,7 @@ export default {
|
|
|
9633
9883
|
'temperature_fahrenheit',
|
|
9634
9884
|
],
|
|
9635
9885
|
type: 'object',
|
|
9886
|
+
'x-route-path': '/thermostats',
|
|
9636
9887
|
},
|
|
9637
9888
|
{
|
|
9638
9889
|
description: 'An [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) was deleted.',
|
|
@@ -9676,6 +9927,7 @@ export default {
|
|
|
9676
9927
|
'event_type',
|
|
9677
9928
|
],
|
|
9678
9929
|
type: 'object',
|
|
9930
|
+
'x-route-path': '/user_identities/enrollment_automations',
|
|
9679
9931
|
},
|
|
9680
9932
|
{
|
|
9681
9933
|
description: 'A phone device was deactivated.',
|
|
@@ -9716,8 +9968,10 @@ export default {
|
|
|
9716
9968
|
'event_type',
|
|
9717
9969
|
],
|
|
9718
9970
|
type: 'object',
|
|
9971
|
+
'x-route-path': '/phones',
|
|
9719
9972
|
},
|
|
9720
9973
|
],
|
|
9974
|
+
'x-route-path': '/events',
|
|
9721
9975
|
},
|
|
9722
9976
|
network: {
|
|
9723
9977
|
properties: {
|
|
@@ -9728,6 +9982,7 @@ export default {
|
|
|
9728
9982
|
},
|
|
9729
9983
|
required: ['network_id', 'workspace_id', 'display_name', 'created_at'],
|
|
9730
9984
|
type: 'object',
|
|
9985
|
+
'x-route-path': '/networks',
|
|
9731
9986
|
},
|
|
9732
9987
|
noise_threshold: {
|
|
9733
9988
|
properties: {
|
|
@@ -9748,6 +10003,7 @@ export default {
|
|
|
9748
10003
|
'noise_threshold_decibels',
|
|
9749
10004
|
],
|
|
9750
10005
|
type: 'object',
|
|
10006
|
+
'x-route-path': '/noise_sensors/noise_thresholds',
|
|
9751
10007
|
},
|
|
9752
10008
|
phone: {
|
|
9753
10009
|
properties: {
|
|
@@ -10089,6 +10345,7 @@ export default {
|
|
|
10089
10345
|
'custom_metadata',
|
|
10090
10346
|
],
|
|
10091
10347
|
type: 'object',
|
|
10348
|
+
'x-route-path': '/phones',
|
|
10092
10349
|
},
|
|
10093
10350
|
service_health: {
|
|
10094
10351
|
properties: {
|
|
@@ -10098,6 +10355,7 @@ export default {
|
|
|
10098
10355
|
},
|
|
10099
10356
|
required: ['service', 'status', 'description'],
|
|
10100
10357
|
type: 'object',
|
|
10358
|
+
'x-route-path': '/health',
|
|
10101
10359
|
},
|
|
10102
10360
|
thermostat_schedule: {
|
|
10103
10361
|
description: 'Represents a [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that activates a configured [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.',
|
|
@@ -10169,6 +10427,7 @@ export default {
|
|
|
10169
10427
|
'errors',
|
|
10170
10428
|
],
|
|
10171
10429
|
type: 'object',
|
|
10430
|
+
'x-route-path': '/thermostats/schedules',
|
|
10172
10431
|
},
|
|
10173
10432
|
unmanaged_access_code: {
|
|
10174
10433
|
properties: {
|
|
@@ -10462,6 +10721,7 @@ export default {
|
|
|
10462
10721
|
'status',
|
|
10463
10722
|
],
|
|
10464
10723
|
type: 'object',
|
|
10724
|
+
'x-route-path': '/access_codes/unmanaged',
|
|
10465
10725
|
},
|
|
10466
10726
|
unmanaged_device: {
|
|
10467
10727
|
properties: {
|
|
@@ -10936,6 +11196,7 @@ export default {
|
|
|
10936
11196
|
'properties',
|
|
10937
11197
|
],
|
|
10938
11198
|
type: 'object',
|
|
11199
|
+
'x-route-path': '/devices/unmanaged',
|
|
10939
11200
|
},
|
|
10940
11201
|
user_identity: {
|
|
10941
11202
|
description: 'Represents a [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) associated with an application user account.',
|
|
@@ -10986,6 +11247,7 @@ export default {
|
|
|
10986
11247
|
'workspace_id',
|
|
10987
11248
|
],
|
|
10988
11249
|
type: 'object',
|
|
11250
|
+
'x-route-path': '/user_identities',
|
|
10989
11251
|
},
|
|
10990
11252
|
webhook: {
|
|
10991
11253
|
properties: {
|
|
@@ -10996,6 +11258,7 @@ export default {
|
|
|
10996
11258
|
},
|
|
10997
11259
|
required: ['webhook_id', 'url'],
|
|
10998
11260
|
type: 'object',
|
|
11261
|
+
'x-route-path': '/webhooks',
|
|
10999
11262
|
},
|
|
11000
11263
|
workspace: {
|
|
11001
11264
|
properties: {
|
|
@@ -11018,6 +11281,7 @@ export default {
|
|
|
11018
11281
|
'connect_partner_name',
|
|
11019
11282
|
],
|
|
11020
11283
|
type: 'object',
|
|
11284
|
+
'x-route-path': '/workspaces',
|
|
11021
11285
|
},
|
|
11022
11286
|
},
|
|
11023
11287
|
securitySchemes: {
|
|
@@ -14189,6 +14453,31 @@ export default {
|
|
|
14189
14453
|
],
|
|
14190
14454
|
type: 'object',
|
|
14191
14455
|
},
|
|
14456
|
+
{
|
|
14457
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
14458
|
+
properties: {
|
|
14459
|
+
created_at: {
|
|
14460
|
+
description: 'Date and time at which Seam created the warning.',
|
|
14461
|
+
format: 'date-time',
|
|
14462
|
+
type: 'string',
|
|
14463
|
+
},
|
|
14464
|
+
message: {
|
|
14465
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
14466
|
+
type: 'string',
|
|
14467
|
+
},
|
|
14468
|
+
warning_code: {
|
|
14469
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
14470
|
+
enum: ['needs_to_be_reissued'],
|
|
14471
|
+
type: 'string',
|
|
14472
|
+
},
|
|
14473
|
+
},
|
|
14474
|
+
required: [
|
|
14475
|
+
'created_at',
|
|
14476
|
+
'message',
|
|
14477
|
+
'warning_code',
|
|
14478
|
+
],
|
|
14479
|
+
type: 'object',
|
|
14480
|
+
},
|
|
14192
14481
|
],
|
|
14193
14482
|
},
|
|
14194
14483
|
type: 'array',
|
|
@@ -14577,6 +14866,31 @@ export default {
|
|
|
14577
14866
|
],
|
|
14578
14867
|
type: 'object',
|
|
14579
14868
|
},
|
|
14869
|
+
{
|
|
14870
|
+
description: 'Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.',
|
|
14871
|
+
properties: {
|
|
14872
|
+
created_at: {
|
|
14873
|
+
description: 'Date and time at which Seam created the warning.',
|
|
14874
|
+
format: 'date-time',
|
|
14875
|
+
type: 'string',
|
|
14876
|
+
},
|
|
14877
|
+
message: {
|
|
14878
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
14879
|
+
type: 'string',
|
|
14880
|
+
},
|
|
14881
|
+
warning_code: {
|
|
14882
|
+
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
14883
|
+
enum: ['needs_to_be_reissued'],
|
|
14884
|
+
type: 'string',
|
|
14885
|
+
},
|
|
14886
|
+
},
|
|
14887
|
+
required: [
|
|
14888
|
+
'created_at',
|
|
14889
|
+
'message',
|
|
14890
|
+
'warning_code',
|
|
14891
|
+
],
|
|
14892
|
+
type: 'object',
|
|
14893
|
+
},
|
|
14580
14894
|
],
|
|
14581
14895
|
},
|
|
14582
14896
|
type: 'array',
|
|
@@ -19620,6 +19934,7 @@ export default {
|
|
|
19620
19934
|
'acs_user.deleted',
|
|
19621
19935
|
'acs_credential.deleted',
|
|
19622
19936
|
'acs_credential.issued',
|
|
19937
|
+
'acs_credential.reissued',
|
|
19623
19938
|
'acs_encoder.added',
|
|
19624
19939
|
'acs_encoder.removed',
|
|
19625
19940
|
'enrollment_automation.deleted',
|
|
@@ -19699,6 +20014,7 @@ export default {
|
|
|
19699
20014
|
'acs_user.deleted',
|
|
19700
20015
|
'acs_credential.deleted',
|
|
19701
20016
|
'acs_credential.issued',
|
|
20017
|
+
'acs_credential.reissued',
|
|
19702
20018
|
'acs_encoder.added',
|
|
19703
20019
|
'acs_encoder.removed',
|
|
19704
20020
|
'enrollment_automation.deleted',
|