@seamapi/types 1.312.1 → 1.313.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 +910 -1190
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +733 -787
- package/lib/seam/connect/models/events/common.js +10 -24
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +145 -98
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +37 -139
- package/lib/seam/connect/openapi.js +432 -718
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +696 -648
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/common.ts +12 -24
- package/src/lib/seam/connect/models/events/devices.ts +212 -101
- package/src/lib/seam/connect/openapi.ts +557 -718
- package/src/lib/seam/connect/route-types.ts +696 -648
|
@@ -5682,10 +5682,9 @@ export default {
|
|
|
5682
5682
|
'x-title': 'Connected Account ID',
|
|
5683
5683
|
},
|
|
5684
5684
|
created_at: {
|
|
5685
|
-
description: '
|
|
5685
|
+
description: 'Time at which the event was created.',
|
|
5686
5686
|
format: 'date-time',
|
|
5687
5687
|
type: 'string',
|
|
5688
|
-
'x-title': 'Created At',
|
|
5689
5688
|
},
|
|
5690
5689
|
device_id: {
|
|
5691
5690
|
description: 'The ID of the device.',
|
|
@@ -5694,23 +5693,21 @@ export default {
|
|
|
5694
5693
|
'x-title': 'Device ID',
|
|
5695
5694
|
},
|
|
5696
5695
|
event_id: {
|
|
5697
|
-
description: '
|
|
5696
|
+
description: 'ID of the event.',
|
|
5698
5697
|
format: 'uuid',
|
|
5699
5698
|
type: 'string',
|
|
5700
|
-
'x-title': 'Event ID',
|
|
5701
5699
|
},
|
|
5702
5700
|
event_type: { enum: ['access_code.created'], type: 'string' },
|
|
5703
5701
|
occurred_at: {
|
|
5704
|
-
description: '
|
|
5702
|
+
description: 'Time when the event occurred.',
|
|
5705
5703
|
format: 'date-time',
|
|
5706
5704
|
type: 'string',
|
|
5707
|
-
'x-title': 'Occurred At',
|
|
5708
5705
|
},
|
|
5709
5706
|
workspace_id: {
|
|
5710
|
-
description:
|
|
5707
|
+
description:
|
|
5708
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
5711
5709
|
format: 'uuid',
|
|
5712
5710
|
type: 'string',
|
|
5713
|
-
'x-title': 'Workspace ID',
|
|
5714
5711
|
},
|
|
5715
5712
|
},
|
|
5716
5713
|
required: [
|
|
@@ -5741,10 +5738,9 @@ export default {
|
|
|
5741
5738
|
'x-title': 'Connected Account ID',
|
|
5742
5739
|
},
|
|
5743
5740
|
created_at: {
|
|
5744
|
-
description: '
|
|
5741
|
+
description: 'Time at which the event was created.',
|
|
5745
5742
|
format: 'date-time',
|
|
5746
5743
|
type: 'string',
|
|
5747
|
-
'x-title': 'Created At',
|
|
5748
5744
|
},
|
|
5749
5745
|
device_id: {
|
|
5750
5746
|
description: 'The ID of the device.',
|
|
@@ -5753,23 +5749,21 @@ export default {
|
|
|
5753
5749
|
'x-title': 'Device ID',
|
|
5754
5750
|
},
|
|
5755
5751
|
event_id: {
|
|
5756
|
-
description: '
|
|
5752
|
+
description: 'ID of the event.',
|
|
5757
5753
|
format: 'uuid',
|
|
5758
5754
|
type: 'string',
|
|
5759
|
-
'x-title': 'Event ID',
|
|
5760
5755
|
},
|
|
5761
5756
|
event_type: { enum: ['access_code.changed'], type: 'string' },
|
|
5762
5757
|
occurred_at: {
|
|
5763
|
-
description: '
|
|
5758
|
+
description: 'Time when the event occurred.',
|
|
5764
5759
|
format: 'date-time',
|
|
5765
5760
|
type: 'string',
|
|
5766
|
-
'x-title': 'Occurred At',
|
|
5767
5761
|
},
|
|
5768
5762
|
workspace_id: {
|
|
5769
|
-
description:
|
|
5763
|
+
description:
|
|
5764
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
5770
5765
|
format: 'uuid',
|
|
5771
5766
|
type: 'string',
|
|
5772
|
-
'x-title': 'Workspace ID',
|
|
5773
5767
|
},
|
|
5774
5768
|
},
|
|
5775
5769
|
required: [
|
|
@@ -5805,10 +5799,9 @@ export default {
|
|
|
5805
5799
|
'x-title': 'Connected Account ID',
|
|
5806
5800
|
},
|
|
5807
5801
|
created_at: {
|
|
5808
|
-
description: '
|
|
5802
|
+
description: 'Time at which the event was created.',
|
|
5809
5803
|
format: 'date-time',
|
|
5810
5804
|
type: 'string',
|
|
5811
|
-
'x-title': 'Created At',
|
|
5812
5805
|
},
|
|
5813
5806
|
device_id: {
|
|
5814
5807
|
description: 'The ID of the device.',
|
|
@@ -5817,26 +5810,24 @@ export default {
|
|
|
5817
5810
|
'x-title': 'Device ID',
|
|
5818
5811
|
},
|
|
5819
5812
|
event_id: {
|
|
5820
|
-
description: '
|
|
5813
|
+
description: 'ID of the event.',
|
|
5821
5814
|
format: 'uuid',
|
|
5822
5815
|
type: 'string',
|
|
5823
|
-
'x-title': 'Event ID',
|
|
5824
5816
|
},
|
|
5825
5817
|
event_type: {
|
|
5826
5818
|
enum: ['access_code.scheduled_on_device'],
|
|
5827
5819
|
type: 'string',
|
|
5828
5820
|
},
|
|
5829
5821
|
occurred_at: {
|
|
5830
|
-
description: '
|
|
5822
|
+
description: 'Time when the event occurred.',
|
|
5831
5823
|
format: 'date-time',
|
|
5832
5824
|
type: 'string',
|
|
5833
|
-
'x-title': 'Occurred At',
|
|
5834
5825
|
},
|
|
5835
5826
|
workspace_id: {
|
|
5836
|
-
description:
|
|
5827
|
+
description:
|
|
5828
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
5837
5829
|
format: 'uuid',
|
|
5838
5830
|
type: 'string',
|
|
5839
|
-
'x-title': 'Workspace ID',
|
|
5840
5831
|
},
|
|
5841
5832
|
},
|
|
5842
5833
|
required: [
|
|
@@ -5873,10 +5864,9 @@ export default {
|
|
|
5873
5864
|
'x-title': 'Connected Account ID',
|
|
5874
5865
|
},
|
|
5875
5866
|
created_at: {
|
|
5876
|
-
description: '
|
|
5867
|
+
description: 'Time at which the event was created.',
|
|
5877
5868
|
format: 'date-time',
|
|
5878
5869
|
type: 'string',
|
|
5879
|
-
'x-title': 'Created At',
|
|
5880
5870
|
},
|
|
5881
5871
|
device_id: {
|
|
5882
5872
|
description: 'The ID of the device.',
|
|
@@ -5885,26 +5875,24 @@ export default {
|
|
|
5885
5875
|
'x-title': 'Device ID',
|
|
5886
5876
|
},
|
|
5887
5877
|
event_id: {
|
|
5888
|
-
description: '
|
|
5878
|
+
description: 'ID of the event.',
|
|
5889
5879
|
format: 'uuid',
|
|
5890
5880
|
type: 'string',
|
|
5891
|
-
'x-title': 'Event ID',
|
|
5892
5881
|
},
|
|
5893
5882
|
event_type: {
|
|
5894
5883
|
enum: ['access_code.set_on_device'],
|
|
5895
5884
|
type: 'string',
|
|
5896
5885
|
},
|
|
5897
5886
|
occurred_at: {
|
|
5898
|
-
description: '
|
|
5887
|
+
description: 'Time when the event occurred.',
|
|
5899
5888
|
format: 'date-time',
|
|
5900
5889
|
type: 'string',
|
|
5901
|
-
'x-title': 'Occurred At',
|
|
5902
5890
|
},
|
|
5903
5891
|
workspace_id: {
|
|
5904
|
-
description:
|
|
5892
|
+
description:
|
|
5893
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
5905
5894
|
format: 'uuid',
|
|
5906
5895
|
type: 'string',
|
|
5907
|
-
'x-title': 'Workspace ID',
|
|
5908
5896
|
},
|
|
5909
5897
|
},
|
|
5910
5898
|
required: [
|
|
@@ -5936,10 +5924,9 @@ export default {
|
|
|
5936
5924
|
'x-title': 'Connected Account ID',
|
|
5937
5925
|
},
|
|
5938
5926
|
created_at: {
|
|
5939
|
-
description: '
|
|
5927
|
+
description: 'Time at which the event was created.',
|
|
5940
5928
|
format: 'date-time',
|
|
5941
5929
|
type: 'string',
|
|
5942
|
-
'x-title': 'Created At',
|
|
5943
5930
|
},
|
|
5944
5931
|
device_id: {
|
|
5945
5932
|
description: 'The ID of the device.',
|
|
@@ -5948,26 +5935,24 @@ export default {
|
|
|
5948
5935
|
'x-title': 'Device ID',
|
|
5949
5936
|
},
|
|
5950
5937
|
event_id: {
|
|
5951
|
-
description: '
|
|
5938
|
+
description: 'ID of the event.',
|
|
5952
5939
|
format: 'uuid',
|
|
5953
5940
|
type: 'string',
|
|
5954
|
-
'x-title': 'Event ID',
|
|
5955
5941
|
},
|
|
5956
5942
|
event_type: {
|
|
5957
5943
|
enum: ['access_code.removed_from_device'],
|
|
5958
5944
|
type: 'string',
|
|
5959
5945
|
},
|
|
5960
5946
|
occurred_at: {
|
|
5961
|
-
description: '
|
|
5947
|
+
description: 'Time when the event occurred.',
|
|
5962
5948
|
format: 'date-time',
|
|
5963
5949
|
type: 'string',
|
|
5964
|
-
'x-title': 'Occurred At',
|
|
5965
5950
|
},
|
|
5966
5951
|
workspace_id: {
|
|
5967
|
-
description:
|
|
5952
|
+
description:
|
|
5953
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
5968
5954
|
format: 'uuid',
|
|
5969
5955
|
type: 'string',
|
|
5970
|
-
'x-title': 'Workspace ID',
|
|
5971
5956
|
},
|
|
5972
5957
|
},
|
|
5973
5958
|
required: [
|
|
@@ -5999,10 +5984,9 @@ export default {
|
|
|
5999
5984
|
'x-title': 'Connected Account ID',
|
|
6000
5985
|
},
|
|
6001
5986
|
created_at: {
|
|
6002
|
-
description: '
|
|
5987
|
+
description: 'Time at which the event was created.',
|
|
6003
5988
|
format: 'date-time',
|
|
6004
5989
|
type: 'string',
|
|
6005
|
-
'x-title': 'Created At',
|
|
6006
5990
|
},
|
|
6007
5991
|
device_id: {
|
|
6008
5992
|
description: 'The ID of the device.',
|
|
@@ -6011,26 +5995,24 @@ export default {
|
|
|
6011
5995
|
'x-title': 'Device ID',
|
|
6012
5996
|
},
|
|
6013
5997
|
event_id: {
|
|
6014
|
-
description: '
|
|
5998
|
+
description: 'ID of the event.',
|
|
6015
5999
|
format: 'uuid',
|
|
6016
6000
|
type: 'string',
|
|
6017
|
-
'x-title': 'Event ID',
|
|
6018
6001
|
},
|
|
6019
6002
|
event_type: {
|
|
6020
6003
|
enum: ['access_code.delay_in_setting_on_device'],
|
|
6021
6004
|
type: 'string',
|
|
6022
6005
|
},
|
|
6023
6006
|
occurred_at: {
|
|
6024
|
-
description: '
|
|
6007
|
+
description: 'Time when the event occurred.',
|
|
6025
6008
|
format: 'date-time',
|
|
6026
6009
|
type: 'string',
|
|
6027
|
-
'x-title': 'Occurred At',
|
|
6028
6010
|
},
|
|
6029
6011
|
workspace_id: {
|
|
6030
|
-
description:
|
|
6012
|
+
description:
|
|
6013
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6031
6014
|
format: 'uuid',
|
|
6032
6015
|
type: 'string',
|
|
6033
|
-
'x-title': 'Workspace ID',
|
|
6034
6016
|
},
|
|
6035
6017
|
},
|
|
6036
6018
|
required: [
|
|
@@ -6061,10 +6043,9 @@ export default {
|
|
|
6061
6043
|
'x-title': 'Connected Account ID',
|
|
6062
6044
|
},
|
|
6063
6045
|
created_at: {
|
|
6064
|
-
description: '
|
|
6046
|
+
description: 'Time at which the event was created.',
|
|
6065
6047
|
format: 'date-time',
|
|
6066
6048
|
type: 'string',
|
|
6067
|
-
'x-title': 'Created At',
|
|
6068
6049
|
},
|
|
6069
6050
|
device_id: {
|
|
6070
6051
|
description: 'The ID of the device.',
|
|
@@ -6073,26 +6054,24 @@ export default {
|
|
|
6073
6054
|
'x-title': 'Device ID',
|
|
6074
6055
|
},
|
|
6075
6056
|
event_id: {
|
|
6076
|
-
description: '
|
|
6057
|
+
description: 'ID of the event.',
|
|
6077
6058
|
format: 'uuid',
|
|
6078
6059
|
type: 'string',
|
|
6079
|
-
'x-title': 'Event ID',
|
|
6080
6060
|
},
|
|
6081
6061
|
event_type: {
|
|
6082
6062
|
enum: ['access_code.failed_to_set_on_device'],
|
|
6083
6063
|
type: 'string',
|
|
6084
6064
|
},
|
|
6085
6065
|
occurred_at: {
|
|
6086
|
-
description: '
|
|
6066
|
+
description: 'Time when the event occurred.',
|
|
6087
6067
|
format: 'date-time',
|
|
6088
6068
|
type: 'string',
|
|
6089
|
-
'x-title': 'Occurred At',
|
|
6090
6069
|
},
|
|
6091
6070
|
workspace_id: {
|
|
6092
|
-
description:
|
|
6071
|
+
description:
|
|
6072
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6093
6073
|
format: 'uuid',
|
|
6094
6074
|
type: 'string',
|
|
6095
|
-
'x-title': 'Workspace ID',
|
|
6096
6075
|
},
|
|
6097
6076
|
},
|
|
6098
6077
|
required: [
|
|
@@ -6129,10 +6108,9 @@ export default {
|
|
|
6129
6108
|
'x-title': 'Connected Account ID',
|
|
6130
6109
|
},
|
|
6131
6110
|
created_at: {
|
|
6132
|
-
description: '
|
|
6111
|
+
description: 'Time at which the event was created.',
|
|
6133
6112
|
format: 'date-time',
|
|
6134
6113
|
type: 'string',
|
|
6135
|
-
'x-title': 'Created At',
|
|
6136
6114
|
},
|
|
6137
6115
|
device_id: {
|
|
6138
6116
|
description: 'The ID of the device.',
|
|
@@ -6141,23 +6119,21 @@ export default {
|
|
|
6141
6119
|
'x-title': 'Device ID',
|
|
6142
6120
|
},
|
|
6143
6121
|
event_id: {
|
|
6144
|
-
description: '
|
|
6122
|
+
description: 'ID of the event.',
|
|
6145
6123
|
format: 'uuid',
|
|
6146
6124
|
type: 'string',
|
|
6147
|
-
'x-title': 'Event ID',
|
|
6148
6125
|
},
|
|
6149
6126
|
event_type: { enum: ['access_code.deleted'], type: 'string' },
|
|
6150
6127
|
occurred_at: {
|
|
6151
|
-
description: '
|
|
6128
|
+
description: 'Time when the event occurred.',
|
|
6152
6129
|
format: 'date-time',
|
|
6153
6130
|
type: 'string',
|
|
6154
|
-
'x-title': 'Occurred At',
|
|
6155
6131
|
},
|
|
6156
6132
|
workspace_id: {
|
|
6157
|
-
description:
|
|
6133
|
+
description:
|
|
6134
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6158
6135
|
format: 'uuid',
|
|
6159
6136
|
type: 'string',
|
|
6160
|
-
'x-title': 'Workspace ID',
|
|
6161
6137
|
},
|
|
6162
6138
|
},
|
|
6163
6139
|
required: [
|
|
@@ -6190,10 +6166,9 @@ export default {
|
|
|
6190
6166
|
'x-title': 'Connected Account ID',
|
|
6191
6167
|
},
|
|
6192
6168
|
created_at: {
|
|
6193
|
-
description: '
|
|
6169
|
+
description: 'Time at which the event was created.',
|
|
6194
6170
|
format: 'date-time',
|
|
6195
6171
|
type: 'string',
|
|
6196
|
-
'x-title': 'Created At',
|
|
6197
6172
|
},
|
|
6198
6173
|
device_id: {
|
|
6199
6174
|
description: 'The ID of the device.',
|
|
@@ -6202,26 +6177,24 @@ export default {
|
|
|
6202
6177
|
'x-title': 'Device ID',
|
|
6203
6178
|
},
|
|
6204
6179
|
event_id: {
|
|
6205
|
-
description: '
|
|
6180
|
+
description: 'ID of the event.',
|
|
6206
6181
|
format: 'uuid',
|
|
6207
6182
|
type: 'string',
|
|
6208
|
-
'x-title': 'Event ID',
|
|
6209
6183
|
},
|
|
6210
6184
|
event_type: {
|
|
6211
6185
|
enum: ['access_code.delay_in_removing_from_device'],
|
|
6212
6186
|
type: 'string',
|
|
6213
6187
|
},
|
|
6214
6188
|
occurred_at: {
|
|
6215
|
-
description: '
|
|
6189
|
+
description: 'Time when the event occurred.',
|
|
6216
6190
|
format: 'date-time',
|
|
6217
6191
|
type: 'string',
|
|
6218
|
-
'x-title': 'Occurred At',
|
|
6219
6192
|
},
|
|
6220
6193
|
workspace_id: {
|
|
6221
|
-
description:
|
|
6194
|
+
description:
|
|
6195
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6222
6196
|
format: 'uuid',
|
|
6223
6197
|
type: 'string',
|
|
6224
|
-
'x-title': 'Workspace ID',
|
|
6225
6198
|
},
|
|
6226
6199
|
},
|
|
6227
6200
|
required: [
|
|
@@ -6252,10 +6225,9 @@ export default {
|
|
|
6252
6225
|
'x-title': 'Connected Account ID',
|
|
6253
6226
|
},
|
|
6254
6227
|
created_at: {
|
|
6255
|
-
description: '
|
|
6228
|
+
description: 'Time at which the event was created.',
|
|
6256
6229
|
format: 'date-time',
|
|
6257
6230
|
type: 'string',
|
|
6258
|
-
'x-title': 'Created At',
|
|
6259
6231
|
},
|
|
6260
6232
|
device_id: {
|
|
6261
6233
|
description: 'The ID of the device.',
|
|
@@ -6264,26 +6236,24 @@ export default {
|
|
|
6264
6236
|
'x-title': 'Device ID',
|
|
6265
6237
|
},
|
|
6266
6238
|
event_id: {
|
|
6267
|
-
description: '
|
|
6239
|
+
description: 'ID of the event.',
|
|
6268
6240
|
format: 'uuid',
|
|
6269
6241
|
type: 'string',
|
|
6270
|
-
'x-title': 'Event ID',
|
|
6271
6242
|
},
|
|
6272
6243
|
event_type: {
|
|
6273
6244
|
enum: ['access_code.failed_to_remove_from_device'],
|
|
6274
6245
|
type: 'string',
|
|
6275
6246
|
},
|
|
6276
6247
|
occurred_at: {
|
|
6277
|
-
description: '
|
|
6248
|
+
description: 'Time when the event occurred.',
|
|
6278
6249
|
format: 'date-time',
|
|
6279
6250
|
type: 'string',
|
|
6280
|
-
'x-title': 'Occurred At',
|
|
6281
6251
|
},
|
|
6282
6252
|
workspace_id: {
|
|
6283
|
-
description:
|
|
6253
|
+
description:
|
|
6254
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6284
6255
|
format: 'uuid',
|
|
6285
6256
|
type: 'string',
|
|
6286
|
-
'x-title': 'Workspace ID',
|
|
6287
6257
|
},
|
|
6288
6258
|
},
|
|
6289
6259
|
required: [
|
|
@@ -6314,10 +6284,9 @@ export default {
|
|
|
6314
6284
|
'x-title': 'Connected Account ID',
|
|
6315
6285
|
},
|
|
6316
6286
|
created_at: {
|
|
6317
|
-
description: '
|
|
6287
|
+
description: 'Time at which the event was created.',
|
|
6318
6288
|
format: 'date-time',
|
|
6319
6289
|
type: 'string',
|
|
6320
|
-
'x-title': 'Created At',
|
|
6321
6290
|
},
|
|
6322
6291
|
device_id: {
|
|
6323
6292
|
description: 'The ID of the device.',
|
|
@@ -6326,26 +6295,24 @@ export default {
|
|
|
6326
6295
|
'x-title': 'Device ID',
|
|
6327
6296
|
},
|
|
6328
6297
|
event_id: {
|
|
6329
|
-
description: '
|
|
6298
|
+
description: 'ID of the event.',
|
|
6330
6299
|
format: 'uuid',
|
|
6331
6300
|
type: 'string',
|
|
6332
|
-
'x-title': 'Event ID',
|
|
6333
6301
|
},
|
|
6334
6302
|
event_type: {
|
|
6335
6303
|
enum: ['access_code.modified_external_to_seam'],
|
|
6336
6304
|
type: 'string',
|
|
6337
6305
|
},
|
|
6338
6306
|
occurred_at: {
|
|
6339
|
-
description: '
|
|
6307
|
+
description: 'Time when the event occurred.',
|
|
6340
6308
|
format: 'date-time',
|
|
6341
6309
|
type: 'string',
|
|
6342
|
-
'x-title': 'Occurred At',
|
|
6343
6310
|
},
|
|
6344
6311
|
workspace_id: {
|
|
6345
|
-
description:
|
|
6312
|
+
description:
|
|
6313
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6346
6314
|
format: 'uuid',
|
|
6347
6315
|
type: 'string',
|
|
6348
|
-
'x-title': 'Workspace ID',
|
|
6349
6316
|
},
|
|
6350
6317
|
},
|
|
6351
6318
|
required: [
|
|
@@ -6376,10 +6343,9 @@ export default {
|
|
|
6376
6343
|
'x-title': 'Connected Account ID',
|
|
6377
6344
|
},
|
|
6378
6345
|
created_at: {
|
|
6379
|
-
description: '
|
|
6346
|
+
description: 'Time at which the event was created.',
|
|
6380
6347
|
format: 'date-time',
|
|
6381
6348
|
type: 'string',
|
|
6382
|
-
'x-title': 'Created At',
|
|
6383
6349
|
},
|
|
6384
6350
|
device_id: {
|
|
6385
6351
|
description: 'The ID of the device.',
|
|
@@ -6388,26 +6354,24 @@ export default {
|
|
|
6388
6354
|
'x-title': 'Device ID',
|
|
6389
6355
|
},
|
|
6390
6356
|
event_id: {
|
|
6391
|
-
description: '
|
|
6357
|
+
description: 'ID of the event.',
|
|
6392
6358
|
format: 'uuid',
|
|
6393
6359
|
type: 'string',
|
|
6394
|
-
'x-title': 'Event ID',
|
|
6395
6360
|
},
|
|
6396
6361
|
event_type: {
|
|
6397
6362
|
enum: ['access_code.deleted_external_to_seam'],
|
|
6398
6363
|
type: 'string',
|
|
6399
6364
|
},
|
|
6400
6365
|
occurred_at: {
|
|
6401
|
-
description: '
|
|
6366
|
+
description: 'Time when the event occurred.',
|
|
6402
6367
|
format: 'date-time',
|
|
6403
6368
|
type: 'string',
|
|
6404
|
-
'x-title': 'Occurred At',
|
|
6405
6369
|
},
|
|
6406
6370
|
workspace_id: {
|
|
6407
|
-
description:
|
|
6371
|
+
description:
|
|
6372
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6408
6373
|
format: 'uuid',
|
|
6409
6374
|
type: 'string',
|
|
6410
|
-
'x-title': 'Workspace ID',
|
|
6411
6375
|
},
|
|
6412
6376
|
},
|
|
6413
6377
|
required: [
|
|
@@ -6440,10 +6404,9 @@ export default {
|
|
|
6440
6404
|
'x-title': 'Connected Account ID',
|
|
6441
6405
|
},
|
|
6442
6406
|
created_at: {
|
|
6443
|
-
description: '
|
|
6407
|
+
description: 'Time at which the event was created.',
|
|
6444
6408
|
format: 'date-time',
|
|
6445
6409
|
type: 'string',
|
|
6446
|
-
'x-title': 'Created At',
|
|
6447
6410
|
},
|
|
6448
6411
|
device_id: {
|
|
6449
6412
|
description: 'The ID of the device.',
|
|
@@ -6452,26 +6415,24 @@ export default {
|
|
|
6452
6415
|
'x-title': 'Device ID',
|
|
6453
6416
|
},
|
|
6454
6417
|
event_id: {
|
|
6455
|
-
description: '
|
|
6418
|
+
description: 'ID of the event.',
|
|
6456
6419
|
format: 'uuid',
|
|
6457
6420
|
type: 'string',
|
|
6458
|
-
'x-title': 'Event ID',
|
|
6459
6421
|
},
|
|
6460
6422
|
event_type: {
|
|
6461
6423
|
enum: ['access_code.backup_access_code_pulled'],
|
|
6462
6424
|
type: 'string',
|
|
6463
6425
|
},
|
|
6464
6426
|
occurred_at: {
|
|
6465
|
-
description: '
|
|
6427
|
+
description: 'Time when the event occurred.',
|
|
6466
6428
|
format: 'date-time',
|
|
6467
6429
|
type: 'string',
|
|
6468
|
-
'x-title': 'Occurred At',
|
|
6469
6430
|
},
|
|
6470
6431
|
workspace_id: {
|
|
6471
|
-
description:
|
|
6432
|
+
description:
|
|
6433
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6472
6434
|
format: 'uuid',
|
|
6473
6435
|
type: 'string',
|
|
6474
|
-
'x-title': 'Workspace ID',
|
|
6475
6436
|
},
|
|
6476
6437
|
},
|
|
6477
6438
|
required: [
|
|
@@ -6504,10 +6465,9 @@ export default {
|
|
|
6504
6465
|
'x-title': 'Connected Account ID',
|
|
6505
6466
|
},
|
|
6506
6467
|
created_at: {
|
|
6507
|
-
description: '
|
|
6468
|
+
description: 'Time at which the event was created.',
|
|
6508
6469
|
format: 'date-time',
|
|
6509
6470
|
type: 'string',
|
|
6510
|
-
'x-title': 'Created At',
|
|
6511
6471
|
},
|
|
6512
6472
|
device_id: {
|
|
6513
6473
|
description: 'The ID of the device.',
|
|
@@ -6516,26 +6476,24 @@ export default {
|
|
|
6516
6476
|
'x-title': 'Device ID',
|
|
6517
6477
|
},
|
|
6518
6478
|
event_id: {
|
|
6519
|
-
description: '
|
|
6479
|
+
description: 'ID of the event.',
|
|
6520
6480
|
format: 'uuid',
|
|
6521
6481
|
type: 'string',
|
|
6522
|
-
'x-title': 'Event ID',
|
|
6523
6482
|
},
|
|
6524
6483
|
event_type: {
|
|
6525
6484
|
enum: ['access_code.unmanaged.converted_to_managed'],
|
|
6526
6485
|
type: 'string',
|
|
6527
6486
|
},
|
|
6528
6487
|
occurred_at: {
|
|
6529
|
-
description: '
|
|
6488
|
+
description: 'Time when the event occurred.',
|
|
6530
6489
|
format: 'date-time',
|
|
6531
6490
|
type: 'string',
|
|
6532
|
-
'x-title': 'Occurred At',
|
|
6533
6491
|
},
|
|
6534
6492
|
workspace_id: {
|
|
6535
|
-
description:
|
|
6493
|
+
description:
|
|
6494
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6536
6495
|
format: 'uuid',
|
|
6537
6496
|
type: 'string',
|
|
6538
|
-
'x-title': 'Workspace ID',
|
|
6539
6497
|
},
|
|
6540
6498
|
},
|
|
6541
6499
|
required: [
|
|
@@ -6567,10 +6525,9 @@ export default {
|
|
|
6567
6525
|
'x-title': 'Connected Account ID',
|
|
6568
6526
|
},
|
|
6569
6527
|
created_at: {
|
|
6570
|
-
description: '
|
|
6528
|
+
description: 'Time at which the event was created.',
|
|
6571
6529
|
format: 'date-time',
|
|
6572
6530
|
type: 'string',
|
|
6573
|
-
'x-title': 'Created At',
|
|
6574
6531
|
},
|
|
6575
6532
|
device_id: {
|
|
6576
6533
|
description: 'The ID of the device.',
|
|
@@ -6579,26 +6536,24 @@ export default {
|
|
|
6579
6536
|
'x-title': 'Device ID',
|
|
6580
6537
|
},
|
|
6581
6538
|
event_id: {
|
|
6582
|
-
description: '
|
|
6539
|
+
description: 'ID of the event.',
|
|
6583
6540
|
format: 'uuid',
|
|
6584
6541
|
type: 'string',
|
|
6585
|
-
'x-title': 'Event ID',
|
|
6586
6542
|
},
|
|
6587
6543
|
event_type: {
|
|
6588
6544
|
enum: ['access_code.unmanaged.failed_to_convert_to_managed'],
|
|
6589
6545
|
type: 'string',
|
|
6590
6546
|
},
|
|
6591
6547
|
occurred_at: {
|
|
6592
|
-
description: '
|
|
6548
|
+
description: 'Time when the event occurred.',
|
|
6593
6549
|
format: 'date-time',
|
|
6594
6550
|
type: 'string',
|
|
6595
|
-
'x-title': 'Occurred At',
|
|
6596
6551
|
},
|
|
6597
6552
|
workspace_id: {
|
|
6598
|
-
description:
|
|
6553
|
+
description:
|
|
6554
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6599
6555
|
format: 'uuid',
|
|
6600
6556
|
type: 'string',
|
|
6601
|
-
'x-title': 'Workspace ID',
|
|
6602
6557
|
},
|
|
6603
6558
|
},
|
|
6604
6559
|
required: [
|
|
@@ -6629,10 +6584,9 @@ export default {
|
|
|
6629
6584
|
'x-title': 'Connected Account ID',
|
|
6630
6585
|
},
|
|
6631
6586
|
created_at: {
|
|
6632
|
-
description: '
|
|
6587
|
+
description: 'Time at which the event was created.',
|
|
6633
6588
|
format: 'date-time',
|
|
6634
6589
|
type: 'string',
|
|
6635
|
-
'x-title': 'Created At',
|
|
6636
6590
|
},
|
|
6637
6591
|
device_id: {
|
|
6638
6592
|
description: 'The ID of the device.',
|
|
@@ -6641,26 +6595,24 @@ export default {
|
|
|
6641
6595
|
'x-title': 'Device ID',
|
|
6642
6596
|
},
|
|
6643
6597
|
event_id: {
|
|
6644
|
-
description: '
|
|
6598
|
+
description: 'ID of the event.',
|
|
6645
6599
|
format: 'uuid',
|
|
6646
6600
|
type: 'string',
|
|
6647
|
-
'x-title': 'Event ID',
|
|
6648
6601
|
},
|
|
6649
6602
|
event_type: {
|
|
6650
6603
|
enum: ['access_code.unmanaged.created'],
|
|
6651
6604
|
type: 'string',
|
|
6652
6605
|
},
|
|
6653
6606
|
occurred_at: {
|
|
6654
|
-
description: '
|
|
6607
|
+
description: 'Time when the event occurred.',
|
|
6655
6608
|
format: 'date-time',
|
|
6656
6609
|
type: 'string',
|
|
6657
|
-
'x-title': 'Occurred At',
|
|
6658
6610
|
},
|
|
6659
6611
|
workspace_id: {
|
|
6660
|
-
description:
|
|
6612
|
+
description:
|
|
6613
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6661
6614
|
format: 'uuid',
|
|
6662
6615
|
type: 'string',
|
|
6663
|
-
'x-title': 'Workspace ID',
|
|
6664
6616
|
},
|
|
6665
6617
|
},
|
|
6666
6618
|
required: [
|
|
@@ -6691,10 +6643,9 @@ export default {
|
|
|
6691
6643
|
'x-title': 'Connected Account ID',
|
|
6692
6644
|
},
|
|
6693
6645
|
created_at: {
|
|
6694
|
-
description: '
|
|
6646
|
+
description: 'Time at which the event was created.',
|
|
6695
6647
|
format: 'date-time',
|
|
6696
6648
|
type: 'string',
|
|
6697
|
-
'x-title': 'Created At',
|
|
6698
6649
|
},
|
|
6699
6650
|
device_id: {
|
|
6700
6651
|
description: 'The ID of the device.',
|
|
@@ -6703,26 +6654,24 @@ export default {
|
|
|
6703
6654
|
'x-title': 'Device ID',
|
|
6704
6655
|
},
|
|
6705
6656
|
event_id: {
|
|
6706
|
-
description: '
|
|
6657
|
+
description: 'ID of the event.',
|
|
6707
6658
|
format: 'uuid',
|
|
6708
6659
|
type: 'string',
|
|
6709
|
-
'x-title': 'Event ID',
|
|
6710
6660
|
},
|
|
6711
6661
|
event_type: {
|
|
6712
6662
|
enum: ['access_code.unmanaged.removed'],
|
|
6713
6663
|
type: 'string',
|
|
6714
6664
|
},
|
|
6715
6665
|
occurred_at: {
|
|
6716
|
-
description: '
|
|
6666
|
+
description: 'Time when the event occurred.',
|
|
6717
6667
|
format: 'date-time',
|
|
6718
6668
|
type: 'string',
|
|
6719
|
-
'x-title': 'Occurred At',
|
|
6720
6669
|
},
|
|
6721
6670
|
workspace_id: {
|
|
6722
|
-
description:
|
|
6671
|
+
description:
|
|
6672
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6723
6673
|
format: 'uuid',
|
|
6724
6674
|
type: 'string',
|
|
6725
|
-
'x-title': 'Workspace ID',
|
|
6726
6675
|
},
|
|
6727
6676
|
},
|
|
6728
6677
|
required: [
|
|
@@ -6755,29 +6704,26 @@ export default {
|
|
|
6755
6704
|
'x-title': 'Connected Account ID',
|
|
6756
6705
|
},
|
|
6757
6706
|
created_at: {
|
|
6758
|
-
description: '
|
|
6707
|
+
description: 'Time at which the event was created.',
|
|
6759
6708
|
format: 'date-time',
|
|
6760
6709
|
type: 'string',
|
|
6761
|
-
'x-title': 'Created At',
|
|
6762
6710
|
},
|
|
6763
6711
|
event_id: {
|
|
6764
|
-
description: '
|
|
6712
|
+
description: 'ID of the event.',
|
|
6765
6713
|
format: 'uuid',
|
|
6766
6714
|
type: 'string',
|
|
6767
|
-
'x-title': 'Event ID',
|
|
6768
6715
|
},
|
|
6769
6716
|
event_type: { enum: ['acs_system.connected'], type: 'string' },
|
|
6770
6717
|
occurred_at: {
|
|
6771
|
-
description: '
|
|
6718
|
+
description: 'Time when the event occurred.',
|
|
6772
6719
|
format: 'date-time',
|
|
6773
6720
|
type: 'string',
|
|
6774
|
-
'x-title': 'Occurred At',
|
|
6775
6721
|
},
|
|
6776
6722
|
workspace_id: {
|
|
6777
|
-
description:
|
|
6723
|
+
description:
|
|
6724
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6778
6725
|
format: 'uuid',
|
|
6779
6726
|
type: 'string',
|
|
6780
|
-
'x-title': 'Workspace ID',
|
|
6781
6727
|
},
|
|
6782
6728
|
},
|
|
6783
6729
|
required: [
|
|
@@ -6808,29 +6754,26 @@ export default {
|
|
|
6808
6754
|
'x-title': 'Connected Account ID',
|
|
6809
6755
|
},
|
|
6810
6756
|
created_at: {
|
|
6811
|
-
description: '
|
|
6757
|
+
description: 'Time at which the event was created.',
|
|
6812
6758
|
format: 'date-time',
|
|
6813
6759
|
type: 'string',
|
|
6814
|
-
'x-title': 'Created At',
|
|
6815
6760
|
},
|
|
6816
6761
|
event_id: {
|
|
6817
|
-
description: '
|
|
6762
|
+
description: 'ID of the event.',
|
|
6818
6763
|
format: 'uuid',
|
|
6819
6764
|
type: 'string',
|
|
6820
|
-
'x-title': 'Event ID',
|
|
6821
6765
|
},
|
|
6822
6766
|
event_type: { enum: ['acs_system.added'], type: 'string' },
|
|
6823
6767
|
occurred_at: {
|
|
6824
|
-
description: '
|
|
6768
|
+
description: 'Time when the event occurred.',
|
|
6825
6769
|
format: 'date-time',
|
|
6826
6770
|
type: 'string',
|
|
6827
|
-
'x-title': 'Occurred At',
|
|
6828
6771
|
},
|
|
6829
6772
|
workspace_id: {
|
|
6830
|
-
description:
|
|
6773
|
+
description:
|
|
6774
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6831
6775
|
format: 'uuid',
|
|
6832
6776
|
type: 'string',
|
|
6833
|
-
'x-title': 'Workspace ID',
|
|
6834
6777
|
},
|
|
6835
6778
|
},
|
|
6836
6779
|
required: [
|
|
@@ -6861,29 +6804,26 @@ export default {
|
|
|
6861
6804
|
'x-title': 'Connected Account ID',
|
|
6862
6805
|
},
|
|
6863
6806
|
created_at: {
|
|
6864
|
-
description: '
|
|
6807
|
+
description: 'Time at which the event was created.',
|
|
6865
6808
|
format: 'date-time',
|
|
6866
6809
|
type: 'string',
|
|
6867
|
-
'x-title': 'Created At',
|
|
6868
6810
|
},
|
|
6869
6811
|
event_id: {
|
|
6870
|
-
description: '
|
|
6812
|
+
description: 'ID of the event.',
|
|
6871
6813
|
format: 'uuid',
|
|
6872
6814
|
type: 'string',
|
|
6873
|
-
'x-title': 'Event ID',
|
|
6874
6815
|
},
|
|
6875
6816
|
event_type: { enum: ['acs_system.disconnected'], type: 'string' },
|
|
6876
6817
|
occurred_at: {
|
|
6877
|
-
description: '
|
|
6818
|
+
description: 'Time when the event occurred.',
|
|
6878
6819
|
format: 'date-time',
|
|
6879
6820
|
type: 'string',
|
|
6880
|
-
'x-title': 'Occurred At',
|
|
6881
6821
|
},
|
|
6882
6822
|
workspace_id: {
|
|
6883
|
-
description:
|
|
6823
|
+
description:
|
|
6824
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6884
6825
|
format: 'uuid',
|
|
6885
6826
|
type: 'string',
|
|
6886
|
-
'x-title': 'Workspace ID',
|
|
6887
6827
|
},
|
|
6888
6828
|
},
|
|
6889
6829
|
required: [
|
|
@@ -6915,29 +6855,26 @@ export default {
|
|
|
6915
6855
|
'x-title': 'Connected Account ID',
|
|
6916
6856
|
},
|
|
6917
6857
|
created_at: {
|
|
6918
|
-
description: '
|
|
6858
|
+
description: 'Time at which the event was created.',
|
|
6919
6859
|
format: 'date-time',
|
|
6920
6860
|
type: 'string',
|
|
6921
|
-
'x-title': 'Created At',
|
|
6922
6861
|
},
|
|
6923
6862
|
event_id: {
|
|
6924
|
-
description: '
|
|
6863
|
+
description: 'ID of the event.',
|
|
6925
6864
|
format: 'uuid',
|
|
6926
6865
|
type: 'string',
|
|
6927
|
-
'x-title': 'Event ID',
|
|
6928
6866
|
},
|
|
6929
6867
|
event_type: { enum: ['acs_credential.deleted'], type: 'string' },
|
|
6930
6868
|
occurred_at: {
|
|
6931
|
-
description: '
|
|
6869
|
+
description: 'Time when the event occurred.',
|
|
6932
6870
|
format: 'date-time',
|
|
6933
6871
|
type: 'string',
|
|
6934
|
-
'x-title': 'Occurred At',
|
|
6935
6872
|
},
|
|
6936
6873
|
workspace_id: {
|
|
6937
|
-
description:
|
|
6874
|
+
description:
|
|
6875
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6938
6876
|
format: 'uuid',
|
|
6939
6877
|
type: 'string',
|
|
6940
|
-
'x-title': 'Workspace ID',
|
|
6941
6878
|
},
|
|
6942
6879
|
},
|
|
6943
6880
|
required: [
|
|
@@ -6970,29 +6907,26 @@ export default {
|
|
|
6970
6907
|
'x-title': 'Connected Account ID',
|
|
6971
6908
|
},
|
|
6972
6909
|
created_at: {
|
|
6973
|
-
description: '
|
|
6910
|
+
description: 'Time at which the event was created.',
|
|
6974
6911
|
format: 'date-time',
|
|
6975
6912
|
type: 'string',
|
|
6976
|
-
'x-title': 'Created At',
|
|
6977
6913
|
},
|
|
6978
6914
|
event_id: {
|
|
6979
|
-
description: '
|
|
6915
|
+
description: 'ID of the event.',
|
|
6980
6916
|
format: 'uuid',
|
|
6981
6917
|
type: 'string',
|
|
6982
|
-
'x-title': 'Event ID',
|
|
6983
6918
|
},
|
|
6984
6919
|
event_type: { enum: ['acs_credential.issued'], type: 'string' },
|
|
6985
6920
|
occurred_at: {
|
|
6986
|
-
description: '
|
|
6921
|
+
description: 'Time when the event occurred.',
|
|
6987
6922
|
format: 'date-time',
|
|
6988
6923
|
type: 'string',
|
|
6989
|
-
'x-title': 'Occurred At',
|
|
6990
6924
|
},
|
|
6991
6925
|
workspace_id: {
|
|
6992
|
-
description:
|
|
6926
|
+
description:
|
|
6927
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
6993
6928
|
format: 'uuid',
|
|
6994
6929
|
type: 'string',
|
|
6995
|
-
'x-title': 'Workspace ID',
|
|
6996
6930
|
},
|
|
6997
6931
|
},
|
|
6998
6932
|
required: [
|
|
@@ -7025,29 +6959,26 @@ export default {
|
|
|
7025
6959
|
'x-title': 'Connected Account ID',
|
|
7026
6960
|
},
|
|
7027
6961
|
created_at: {
|
|
7028
|
-
description: '
|
|
6962
|
+
description: 'Time at which the event was created.',
|
|
7029
6963
|
format: 'date-time',
|
|
7030
6964
|
type: 'string',
|
|
7031
|
-
'x-title': 'Created At',
|
|
7032
6965
|
},
|
|
7033
6966
|
event_id: {
|
|
7034
|
-
description: '
|
|
6967
|
+
description: 'ID of the event.',
|
|
7035
6968
|
format: 'uuid',
|
|
7036
6969
|
type: 'string',
|
|
7037
|
-
'x-title': 'Event ID',
|
|
7038
6970
|
},
|
|
7039
6971
|
event_type: { enum: ['acs_user.deleted'], type: 'string' },
|
|
7040
6972
|
occurred_at: {
|
|
7041
|
-
description: '
|
|
6973
|
+
description: 'Time when the event occurred.',
|
|
7042
6974
|
format: 'date-time',
|
|
7043
6975
|
type: 'string',
|
|
7044
|
-
'x-title': 'Occurred At',
|
|
7045
6976
|
},
|
|
7046
6977
|
workspace_id: {
|
|
7047
|
-
description:
|
|
6978
|
+
description:
|
|
6979
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7048
6980
|
format: 'uuid',
|
|
7049
6981
|
type: 'string',
|
|
7050
|
-
'x-title': 'Workspace ID',
|
|
7051
6982
|
},
|
|
7052
6983
|
},
|
|
7053
6984
|
required: [
|
|
@@ -7084,29 +7015,26 @@ export default {
|
|
|
7084
7015
|
'x-title': 'Connected Account ID',
|
|
7085
7016
|
},
|
|
7086
7017
|
created_at: {
|
|
7087
|
-
description: '
|
|
7018
|
+
description: 'Time at which the event was created.',
|
|
7088
7019
|
format: 'date-time',
|
|
7089
7020
|
type: 'string',
|
|
7090
|
-
'x-title': 'Created At',
|
|
7091
7021
|
},
|
|
7092
7022
|
event_id: {
|
|
7093
|
-
description: '
|
|
7023
|
+
description: 'ID of the event.',
|
|
7094
7024
|
format: 'uuid',
|
|
7095
7025
|
type: 'string',
|
|
7096
|
-
'x-title': 'Event ID',
|
|
7097
7026
|
},
|
|
7098
7027
|
event_type: { enum: ['acs_encoder.added'], type: 'string' },
|
|
7099
7028
|
occurred_at: {
|
|
7100
|
-
description: '
|
|
7029
|
+
description: 'Time when the event occurred.',
|
|
7101
7030
|
format: 'date-time',
|
|
7102
7031
|
type: 'string',
|
|
7103
|
-
'x-title': 'Occurred At',
|
|
7104
7032
|
},
|
|
7105
7033
|
workspace_id: {
|
|
7106
|
-
description:
|
|
7034
|
+
description:
|
|
7035
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7107
7036
|
format: 'uuid',
|
|
7108
7037
|
type: 'string',
|
|
7109
|
-
'x-title': 'Workspace ID',
|
|
7110
7038
|
},
|
|
7111
7039
|
},
|
|
7112
7040
|
required: [
|
|
@@ -7143,29 +7071,26 @@ export default {
|
|
|
7143
7071
|
'x-title': 'Connected Account ID',
|
|
7144
7072
|
},
|
|
7145
7073
|
created_at: {
|
|
7146
|
-
description: '
|
|
7074
|
+
description: 'Time at which the event was created.',
|
|
7147
7075
|
format: 'date-time',
|
|
7148
7076
|
type: 'string',
|
|
7149
|
-
'x-title': 'Created At',
|
|
7150
7077
|
},
|
|
7151
7078
|
event_id: {
|
|
7152
|
-
description: '
|
|
7079
|
+
description: 'ID of the event.',
|
|
7153
7080
|
format: 'uuid',
|
|
7154
7081
|
type: 'string',
|
|
7155
|
-
'x-title': 'Event ID',
|
|
7156
7082
|
},
|
|
7157
7083
|
event_type: { enum: ['acs_encoder.removed'], type: 'string' },
|
|
7158
7084
|
occurred_at: {
|
|
7159
|
-
description: '
|
|
7085
|
+
description: 'Time when the event occurred.',
|
|
7160
7086
|
format: 'date-time',
|
|
7161
7087
|
type: 'string',
|
|
7162
|
-
'x-title': 'Occurred At',
|
|
7163
7088
|
},
|
|
7164
7089
|
workspace_id: {
|
|
7165
|
-
description:
|
|
7090
|
+
description:
|
|
7091
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7166
7092
|
format: 'uuid',
|
|
7167
7093
|
type: 'string',
|
|
7168
|
-
'x-title': 'Workspace ID',
|
|
7169
7094
|
},
|
|
7170
7095
|
},
|
|
7171
7096
|
required: [
|
|
@@ -7189,29 +7114,26 @@ export default {
|
|
|
7189
7114
|
'x-title': 'Client Session ID',
|
|
7190
7115
|
},
|
|
7191
7116
|
created_at: {
|
|
7192
|
-
description: '
|
|
7117
|
+
description: 'Time at which the event was created.',
|
|
7193
7118
|
format: 'date-time',
|
|
7194
7119
|
type: 'string',
|
|
7195
|
-
'x-title': 'Created At',
|
|
7196
7120
|
},
|
|
7197
7121
|
event_id: {
|
|
7198
|
-
description: '
|
|
7122
|
+
description: 'ID of the event.',
|
|
7199
7123
|
format: 'uuid',
|
|
7200
7124
|
type: 'string',
|
|
7201
|
-
'x-title': 'Event ID',
|
|
7202
7125
|
},
|
|
7203
7126
|
event_type: { enum: ['client_session.deleted'], type: 'string' },
|
|
7204
7127
|
occurred_at: {
|
|
7205
|
-
description: '
|
|
7128
|
+
description: 'Time when the event occurred.',
|
|
7206
7129
|
format: 'date-time',
|
|
7207
7130
|
type: 'string',
|
|
7208
|
-
'x-title': 'Occurred At',
|
|
7209
7131
|
},
|
|
7210
7132
|
workspace_id: {
|
|
7211
|
-
description:
|
|
7133
|
+
description:
|
|
7134
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7212
7135
|
format: 'uuid',
|
|
7213
7136
|
type: 'string',
|
|
7214
|
-
'x-title': 'Workspace ID',
|
|
7215
7137
|
},
|
|
7216
7138
|
},
|
|
7217
7139
|
required: [
|
|
@@ -7241,32 +7163,29 @@ export default {
|
|
|
7241
7163
|
'x-title': 'Connected Account ID',
|
|
7242
7164
|
},
|
|
7243
7165
|
created_at: {
|
|
7244
|
-
description: '
|
|
7166
|
+
description: 'Time at which the event was created.',
|
|
7245
7167
|
format: 'date-time',
|
|
7246
7168
|
type: 'string',
|
|
7247
|
-
'x-title': 'Created At',
|
|
7248
7169
|
},
|
|
7249
7170
|
event_id: {
|
|
7250
|
-
description: '
|
|
7171
|
+
description: 'ID of the event.',
|
|
7251
7172
|
format: 'uuid',
|
|
7252
7173
|
type: 'string',
|
|
7253
|
-
'x-title': 'Event ID',
|
|
7254
7174
|
},
|
|
7255
7175
|
event_type: {
|
|
7256
7176
|
enum: ['connected_account.connected'],
|
|
7257
7177
|
type: 'string',
|
|
7258
7178
|
},
|
|
7259
7179
|
occurred_at: {
|
|
7260
|
-
description: '
|
|
7180
|
+
description: 'Time when the event occurred.',
|
|
7261
7181
|
format: 'date-time',
|
|
7262
7182
|
type: 'string',
|
|
7263
|
-
'x-title': 'Occurred At',
|
|
7264
7183
|
},
|
|
7265
7184
|
workspace_id: {
|
|
7266
|
-
description:
|
|
7185
|
+
description:
|
|
7186
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7267
7187
|
format: 'uuid',
|
|
7268
7188
|
type: 'string',
|
|
7269
|
-
'x-title': 'Workspace ID',
|
|
7270
7189
|
},
|
|
7271
7190
|
},
|
|
7272
7191
|
required: [
|
|
@@ -7296,32 +7215,29 @@ export default {
|
|
|
7296
7215
|
'x-title': 'Connected Account ID',
|
|
7297
7216
|
},
|
|
7298
7217
|
created_at: {
|
|
7299
|
-
description: '
|
|
7218
|
+
description: 'Time at which the event was created.',
|
|
7300
7219
|
format: 'date-time',
|
|
7301
7220
|
type: 'string',
|
|
7302
|
-
'x-title': 'Created At',
|
|
7303
7221
|
},
|
|
7304
7222
|
event_id: {
|
|
7305
|
-
description: '
|
|
7223
|
+
description: 'ID of the event.',
|
|
7306
7224
|
format: 'uuid',
|
|
7307
7225
|
type: 'string',
|
|
7308
|
-
'x-title': 'Event ID',
|
|
7309
7226
|
},
|
|
7310
7227
|
event_type: {
|
|
7311
7228
|
enum: ['connected_account.created'],
|
|
7312
7229
|
type: 'string',
|
|
7313
7230
|
},
|
|
7314
7231
|
occurred_at: {
|
|
7315
|
-
description: '
|
|
7232
|
+
description: 'Time when the event occurred.',
|
|
7316
7233
|
format: 'date-time',
|
|
7317
7234
|
type: 'string',
|
|
7318
|
-
'x-title': 'Occurred At',
|
|
7319
7235
|
},
|
|
7320
7236
|
workspace_id: {
|
|
7321
|
-
description:
|
|
7237
|
+
description:
|
|
7238
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7322
7239
|
format: 'uuid',
|
|
7323
7240
|
type: 'string',
|
|
7324
|
-
'x-title': 'Workspace ID',
|
|
7325
7241
|
},
|
|
7326
7242
|
},
|
|
7327
7243
|
required: [
|
|
@@ -7353,32 +7269,29 @@ export default {
|
|
|
7353
7269
|
'x-title': 'Connected Account ID',
|
|
7354
7270
|
},
|
|
7355
7271
|
created_at: {
|
|
7356
|
-
description: '
|
|
7272
|
+
description: 'Time at which the event was created.',
|
|
7357
7273
|
format: 'date-time',
|
|
7358
7274
|
type: 'string',
|
|
7359
|
-
'x-title': 'Created At',
|
|
7360
7275
|
},
|
|
7361
7276
|
event_id: {
|
|
7362
|
-
description: '
|
|
7277
|
+
description: 'ID of the event.',
|
|
7363
7278
|
format: 'uuid',
|
|
7364
7279
|
type: 'string',
|
|
7365
|
-
'x-title': 'Event ID',
|
|
7366
7280
|
},
|
|
7367
7281
|
event_type: {
|
|
7368
7282
|
enum: ['connected_account.successful_login'],
|
|
7369
7283
|
type: 'string',
|
|
7370
7284
|
},
|
|
7371
7285
|
occurred_at: {
|
|
7372
|
-
description: '
|
|
7286
|
+
description: 'Time when the event occurred.',
|
|
7373
7287
|
format: 'date-time',
|
|
7374
7288
|
type: 'string',
|
|
7375
|
-
'x-title': 'Occurred At',
|
|
7376
7289
|
},
|
|
7377
7290
|
workspace_id: {
|
|
7378
|
-
description:
|
|
7291
|
+
description:
|
|
7292
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7379
7293
|
format: 'uuid',
|
|
7380
7294
|
type: 'string',
|
|
7381
|
-
'x-title': 'Workspace ID',
|
|
7382
7295
|
},
|
|
7383
7296
|
},
|
|
7384
7297
|
required: [
|
|
@@ -7403,32 +7316,29 @@ export default {
|
|
|
7403
7316
|
'x-title': 'Connected Account ID',
|
|
7404
7317
|
},
|
|
7405
7318
|
created_at: {
|
|
7406
|
-
description: '
|
|
7319
|
+
description: 'Time at which the event was created.',
|
|
7407
7320
|
format: 'date-time',
|
|
7408
7321
|
type: 'string',
|
|
7409
|
-
'x-title': 'Created At',
|
|
7410
7322
|
},
|
|
7411
7323
|
event_id: {
|
|
7412
|
-
description: '
|
|
7324
|
+
description: 'ID of the event.',
|
|
7413
7325
|
format: 'uuid',
|
|
7414
7326
|
type: 'string',
|
|
7415
|
-
'x-title': 'Event ID',
|
|
7416
7327
|
},
|
|
7417
7328
|
event_type: {
|
|
7418
7329
|
enum: ['connected_account.disconnected'],
|
|
7419
7330
|
type: 'string',
|
|
7420
7331
|
},
|
|
7421
7332
|
occurred_at: {
|
|
7422
|
-
description: '
|
|
7333
|
+
description: 'Time when the event occurred.',
|
|
7423
7334
|
format: 'date-time',
|
|
7424
7335
|
type: 'string',
|
|
7425
|
-
'x-title': 'Occurred At',
|
|
7426
7336
|
},
|
|
7427
7337
|
workspace_id: {
|
|
7428
|
-
description:
|
|
7338
|
+
description:
|
|
7339
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7429
7340
|
format: 'uuid',
|
|
7430
7341
|
type: 'string',
|
|
7431
|
-
'x-title': 'Workspace ID',
|
|
7432
7342
|
},
|
|
7433
7343
|
},
|
|
7434
7344
|
required: [
|
|
@@ -7452,32 +7362,29 @@ export default {
|
|
|
7452
7362
|
'x-title': 'Connected Account ID',
|
|
7453
7363
|
},
|
|
7454
7364
|
created_at: {
|
|
7455
|
-
description: '
|
|
7365
|
+
description: 'Time at which the event was created.',
|
|
7456
7366
|
format: 'date-time',
|
|
7457
7367
|
type: 'string',
|
|
7458
|
-
'x-title': 'Created At',
|
|
7459
7368
|
},
|
|
7460
7369
|
event_id: {
|
|
7461
|
-
description: '
|
|
7370
|
+
description: 'ID of the event.',
|
|
7462
7371
|
format: 'uuid',
|
|
7463
7372
|
type: 'string',
|
|
7464
|
-
'x-title': 'Event ID',
|
|
7465
7373
|
},
|
|
7466
7374
|
event_type: {
|
|
7467
7375
|
enum: ['connected_account.completed_first_sync'],
|
|
7468
7376
|
type: 'string',
|
|
7469
7377
|
},
|
|
7470
7378
|
occurred_at: {
|
|
7471
|
-
description: '
|
|
7379
|
+
description: 'Time when the event occurred.',
|
|
7472
7380
|
format: 'date-time',
|
|
7473
7381
|
type: 'string',
|
|
7474
|
-
'x-title': 'Occurred At',
|
|
7475
7382
|
},
|
|
7476
7383
|
workspace_id: {
|
|
7477
|
-
description:
|
|
7384
|
+
description:
|
|
7385
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7478
7386
|
format: 'uuid',
|
|
7479
7387
|
type: 'string',
|
|
7480
|
-
'x-title': 'Workspace ID',
|
|
7481
7388
|
},
|
|
7482
7389
|
},
|
|
7483
7390
|
required: [
|
|
@@ -7500,32 +7407,29 @@ export default {
|
|
|
7500
7407
|
'x-title': 'Connected Account ID',
|
|
7501
7408
|
},
|
|
7502
7409
|
created_at: {
|
|
7503
|
-
description: '
|
|
7410
|
+
description: 'Time at which the event was created.',
|
|
7504
7411
|
format: 'date-time',
|
|
7505
7412
|
type: 'string',
|
|
7506
|
-
'x-title': 'Created At',
|
|
7507
7413
|
},
|
|
7508
7414
|
event_id: {
|
|
7509
|
-
description: '
|
|
7415
|
+
description: 'ID of the event.',
|
|
7510
7416
|
format: 'uuid',
|
|
7511
7417
|
type: 'string',
|
|
7512
|
-
'x-title': 'Event ID',
|
|
7513
7418
|
},
|
|
7514
7419
|
event_type: {
|
|
7515
7420
|
enum: ['connected_account.deleted'],
|
|
7516
7421
|
type: 'string',
|
|
7517
7422
|
},
|
|
7518
7423
|
occurred_at: {
|
|
7519
|
-
description: '
|
|
7424
|
+
description: 'Time when the event occurred.',
|
|
7520
7425
|
format: 'date-time',
|
|
7521
7426
|
type: 'string',
|
|
7522
|
-
'x-title': 'Occurred At',
|
|
7523
7427
|
},
|
|
7524
7428
|
workspace_id: {
|
|
7525
|
-
description:
|
|
7429
|
+
description:
|
|
7430
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7526
7431
|
format: 'uuid',
|
|
7527
7432
|
type: 'string',
|
|
7528
|
-
'x-title': 'Workspace ID',
|
|
7529
7433
|
},
|
|
7530
7434
|
},
|
|
7531
7435
|
required: [
|
|
@@ -7549,16 +7453,14 @@ export default {
|
|
|
7549
7453
|
'x-title': 'Connected Account ID',
|
|
7550
7454
|
},
|
|
7551
7455
|
created_at: {
|
|
7552
|
-
description: '
|
|
7456
|
+
description: 'Time at which the event was created.',
|
|
7553
7457
|
format: 'date-time',
|
|
7554
7458
|
type: 'string',
|
|
7555
|
-
'x-title': 'Created At',
|
|
7556
7459
|
},
|
|
7557
7460
|
event_id: {
|
|
7558
|
-
description: '
|
|
7461
|
+
description: 'ID of the event.',
|
|
7559
7462
|
format: 'uuid',
|
|
7560
7463
|
type: 'string',
|
|
7561
|
-
'x-title': 'Event ID',
|
|
7562
7464
|
},
|
|
7563
7465
|
event_type: {
|
|
7564
7466
|
enum: [
|
|
@@ -7567,16 +7469,15 @@ export default {
|
|
|
7567
7469
|
type: 'string',
|
|
7568
7470
|
},
|
|
7569
7471
|
occurred_at: {
|
|
7570
|
-
description: '
|
|
7472
|
+
description: 'Time when the event occurred.',
|
|
7571
7473
|
format: 'date-time',
|
|
7572
7474
|
type: 'string',
|
|
7573
|
-
'x-title': 'Occurred At',
|
|
7574
7475
|
},
|
|
7575
7476
|
workspace_id: {
|
|
7576
|
-
description:
|
|
7477
|
+
description:
|
|
7478
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7577
7479
|
format: 'uuid',
|
|
7578
7480
|
type: 'string',
|
|
7579
|
-
'x-title': 'Workspace ID',
|
|
7580
7481
|
},
|
|
7581
7482
|
},
|
|
7582
7483
|
required: [
|
|
@@ -7604,26 +7505,23 @@ export default {
|
|
|
7604
7505
|
'x-title': 'Action Type',
|
|
7605
7506
|
},
|
|
7606
7507
|
created_at: {
|
|
7607
|
-
description: '
|
|
7508
|
+
description: 'Time at which the event was created.',
|
|
7608
7509
|
format: 'date-time',
|
|
7609
7510
|
type: 'string',
|
|
7610
|
-
'x-title': 'Created At',
|
|
7611
7511
|
},
|
|
7612
7512
|
event_id: {
|
|
7613
|
-
description: '
|
|
7513
|
+
description: 'ID of the event.',
|
|
7614
7514
|
format: 'uuid',
|
|
7615
7515
|
type: 'string',
|
|
7616
|
-
'x-title': 'Event ID',
|
|
7617
7516
|
},
|
|
7618
7517
|
event_type: {
|
|
7619
7518
|
enum: ['action_attempt.lock_door.succeeded'],
|
|
7620
7519
|
type: 'string',
|
|
7621
7520
|
},
|
|
7622
7521
|
occurred_at: {
|
|
7623
|
-
description: '
|
|
7522
|
+
description: 'Time when the event occurred.',
|
|
7624
7523
|
format: 'date-time',
|
|
7625
7524
|
type: 'string',
|
|
7626
|
-
'x-title': 'Occurred At',
|
|
7627
7525
|
},
|
|
7628
7526
|
status: {
|
|
7629
7527
|
description: 'The status of the action.',
|
|
@@ -7631,10 +7529,10 @@ export default {
|
|
|
7631
7529
|
'x-title': 'Status',
|
|
7632
7530
|
},
|
|
7633
7531
|
workspace_id: {
|
|
7634
|
-
description:
|
|
7532
|
+
description:
|
|
7533
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7635
7534
|
format: 'uuid',
|
|
7636
7535
|
type: 'string',
|
|
7637
|
-
'x-title': 'Workspace ID',
|
|
7638
7536
|
},
|
|
7639
7537
|
},
|
|
7640
7538
|
required: [
|
|
@@ -7664,26 +7562,23 @@ export default {
|
|
|
7664
7562
|
'x-title': 'Action Type',
|
|
7665
7563
|
},
|
|
7666
7564
|
created_at: {
|
|
7667
|
-
description: '
|
|
7565
|
+
description: 'Time at which the event was created.',
|
|
7668
7566
|
format: 'date-time',
|
|
7669
7567
|
type: 'string',
|
|
7670
|
-
'x-title': 'Created At',
|
|
7671
7568
|
},
|
|
7672
7569
|
event_id: {
|
|
7673
|
-
description: '
|
|
7570
|
+
description: 'ID of the event.',
|
|
7674
7571
|
format: 'uuid',
|
|
7675
7572
|
type: 'string',
|
|
7676
|
-
'x-title': 'Event ID',
|
|
7677
7573
|
},
|
|
7678
7574
|
event_type: {
|
|
7679
7575
|
enum: ['action_attempt.lock_door.failed'],
|
|
7680
7576
|
type: 'string',
|
|
7681
7577
|
},
|
|
7682
7578
|
occurred_at: {
|
|
7683
|
-
description: '
|
|
7579
|
+
description: 'Time when the event occurred.',
|
|
7684
7580
|
format: 'date-time',
|
|
7685
7581
|
type: 'string',
|
|
7686
|
-
'x-title': 'Occurred At',
|
|
7687
7582
|
},
|
|
7688
7583
|
status: {
|
|
7689
7584
|
description: 'The status of the action.',
|
|
@@ -7691,10 +7586,10 @@ export default {
|
|
|
7691
7586
|
'x-title': 'Status',
|
|
7692
7587
|
},
|
|
7693
7588
|
workspace_id: {
|
|
7694
|
-
description:
|
|
7589
|
+
description:
|
|
7590
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7695
7591
|
format: 'uuid',
|
|
7696
7592
|
type: 'string',
|
|
7697
|
-
'x-title': 'Workspace ID',
|
|
7698
7593
|
},
|
|
7699
7594
|
},
|
|
7700
7595
|
required: [
|
|
@@ -7724,26 +7619,23 @@ export default {
|
|
|
7724
7619
|
'x-title': 'Action Type',
|
|
7725
7620
|
},
|
|
7726
7621
|
created_at: {
|
|
7727
|
-
description: '
|
|
7622
|
+
description: 'Time at which the event was created.',
|
|
7728
7623
|
format: 'date-time',
|
|
7729
7624
|
type: 'string',
|
|
7730
|
-
'x-title': 'Created At',
|
|
7731
7625
|
},
|
|
7732
7626
|
event_id: {
|
|
7733
|
-
description: '
|
|
7627
|
+
description: 'ID of the event.',
|
|
7734
7628
|
format: 'uuid',
|
|
7735
7629
|
type: 'string',
|
|
7736
|
-
'x-title': 'Event ID',
|
|
7737
7630
|
},
|
|
7738
7631
|
event_type: {
|
|
7739
7632
|
enum: ['action_attempt.unlock_door.succeeded'],
|
|
7740
7633
|
type: 'string',
|
|
7741
7634
|
},
|
|
7742
7635
|
occurred_at: {
|
|
7743
|
-
description: '
|
|
7636
|
+
description: 'Time when the event occurred.',
|
|
7744
7637
|
format: 'date-time',
|
|
7745
7638
|
type: 'string',
|
|
7746
|
-
'x-title': 'Occurred At',
|
|
7747
7639
|
},
|
|
7748
7640
|
status: {
|
|
7749
7641
|
description: 'The status of the action.',
|
|
@@ -7751,10 +7643,10 @@ export default {
|
|
|
7751
7643
|
'x-title': 'Status',
|
|
7752
7644
|
},
|
|
7753
7645
|
workspace_id: {
|
|
7754
|
-
description:
|
|
7646
|
+
description:
|
|
7647
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7755
7648
|
format: 'uuid',
|
|
7756
7649
|
type: 'string',
|
|
7757
|
-
'x-title': 'Workspace ID',
|
|
7758
7650
|
},
|
|
7759
7651
|
},
|
|
7760
7652
|
required: [
|
|
@@ -7784,26 +7676,23 @@ export default {
|
|
|
7784
7676
|
'x-title': 'Action Type',
|
|
7785
7677
|
},
|
|
7786
7678
|
created_at: {
|
|
7787
|
-
description: '
|
|
7679
|
+
description: 'Time at which the event was created.',
|
|
7788
7680
|
format: 'date-time',
|
|
7789
7681
|
type: 'string',
|
|
7790
|
-
'x-title': 'Created At',
|
|
7791
7682
|
},
|
|
7792
7683
|
event_id: {
|
|
7793
|
-
description: '
|
|
7684
|
+
description: 'ID of the event.',
|
|
7794
7685
|
format: 'uuid',
|
|
7795
7686
|
type: 'string',
|
|
7796
|
-
'x-title': 'Event ID',
|
|
7797
7687
|
},
|
|
7798
7688
|
event_type: {
|
|
7799
7689
|
enum: ['action_attempt.unlock_door.failed'],
|
|
7800
7690
|
type: 'string',
|
|
7801
7691
|
},
|
|
7802
7692
|
occurred_at: {
|
|
7803
|
-
description: '
|
|
7693
|
+
description: 'Time when the event occurred.',
|
|
7804
7694
|
format: 'date-time',
|
|
7805
7695
|
type: 'string',
|
|
7806
|
-
'x-title': 'Occurred At',
|
|
7807
7696
|
},
|
|
7808
7697
|
status: {
|
|
7809
7698
|
description: 'The status of the action.',
|
|
@@ -7811,10 +7700,10 @@ export default {
|
|
|
7811
7700
|
'x-title': 'Status',
|
|
7812
7701
|
},
|
|
7813
7702
|
workspace_id: {
|
|
7814
|
-
description:
|
|
7703
|
+
description:
|
|
7704
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7815
7705
|
format: 'uuid',
|
|
7816
7706
|
type: 'string',
|
|
7817
|
-
'x-title': 'Workspace ID',
|
|
7818
7707
|
},
|
|
7819
7708
|
},
|
|
7820
7709
|
required: [
|
|
@@ -7845,32 +7734,29 @@ export default {
|
|
|
7845
7734
|
'x-title': 'Connected Account ID',
|
|
7846
7735
|
},
|
|
7847
7736
|
created_at: {
|
|
7848
|
-
description: '
|
|
7737
|
+
description: 'Time at which the event was created.',
|
|
7849
7738
|
format: 'date-time',
|
|
7850
7739
|
type: 'string',
|
|
7851
|
-
'x-title': 'Created At',
|
|
7852
7740
|
},
|
|
7853
7741
|
event_id: {
|
|
7854
|
-
description: '
|
|
7742
|
+
description: 'ID of the event.',
|
|
7855
7743
|
format: 'uuid',
|
|
7856
7744
|
type: 'string',
|
|
7857
|
-
'x-title': 'Event ID',
|
|
7858
7745
|
},
|
|
7859
7746
|
event_type: {
|
|
7860
7747
|
enum: ['connect_webview.login_succeeded'],
|
|
7861
7748
|
type: 'string',
|
|
7862
7749
|
},
|
|
7863
7750
|
occurred_at: {
|
|
7864
|
-
description: '
|
|
7751
|
+
description: 'Time when the event occurred.',
|
|
7865
7752
|
format: 'date-time',
|
|
7866
7753
|
type: 'string',
|
|
7867
|
-
'x-title': 'Occurred At',
|
|
7868
7754
|
},
|
|
7869
7755
|
workspace_id: {
|
|
7870
|
-
description:
|
|
7756
|
+
description:
|
|
7757
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7871
7758
|
format: 'uuid',
|
|
7872
7759
|
type: 'string',
|
|
7873
|
-
'x-title': 'Workspace ID',
|
|
7874
7760
|
},
|
|
7875
7761
|
},
|
|
7876
7762
|
required: [
|
|
@@ -7894,32 +7780,29 @@ export default {
|
|
|
7894
7780
|
'x-title': 'Connect Webview ID',
|
|
7895
7781
|
},
|
|
7896
7782
|
created_at: {
|
|
7897
|
-
description: '
|
|
7783
|
+
description: 'Time at which the event was created.',
|
|
7898
7784
|
format: 'date-time',
|
|
7899
7785
|
type: 'string',
|
|
7900
|
-
'x-title': 'Created At',
|
|
7901
7786
|
},
|
|
7902
7787
|
event_id: {
|
|
7903
|
-
description: '
|
|
7788
|
+
description: 'ID of the event.',
|
|
7904
7789
|
format: 'uuid',
|
|
7905
7790
|
type: 'string',
|
|
7906
|
-
'x-title': 'Event ID',
|
|
7907
7791
|
},
|
|
7908
7792
|
event_type: {
|
|
7909
7793
|
enum: ['connect_webview.login_failed'],
|
|
7910
7794
|
type: 'string',
|
|
7911
7795
|
},
|
|
7912
7796
|
occurred_at: {
|
|
7913
|
-
description: '
|
|
7797
|
+
description: 'Time when the event occurred.',
|
|
7914
7798
|
format: 'date-time',
|
|
7915
7799
|
type: 'string',
|
|
7916
|
-
'x-title': 'Occurred At',
|
|
7917
7800
|
},
|
|
7918
7801
|
workspace_id: {
|
|
7919
|
-
description:
|
|
7802
|
+
description:
|
|
7803
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7920
7804
|
format: 'uuid',
|
|
7921
7805
|
type: 'string',
|
|
7922
|
-
'x-title': 'Workspace ID',
|
|
7923
7806
|
},
|
|
7924
7807
|
},
|
|
7925
7808
|
required: [
|
|
@@ -7936,41 +7819,37 @@ export default {
|
|
|
7936
7819
|
description: 'A new device was connected to Seam.',
|
|
7937
7820
|
properties: {
|
|
7938
7821
|
connected_account_id: {
|
|
7939
|
-
description:
|
|
7822
|
+
description:
|
|
7823
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
7940
7824
|
format: 'uuid',
|
|
7941
7825
|
type: 'string',
|
|
7942
|
-
'x-title': 'Connected Account ID',
|
|
7943
7826
|
},
|
|
7944
7827
|
created_at: {
|
|
7945
|
-
description: '
|
|
7828
|
+
description: 'Time at which the event was created.',
|
|
7946
7829
|
format: 'date-time',
|
|
7947
7830
|
type: 'string',
|
|
7948
|
-
'x-title': 'Created At',
|
|
7949
7831
|
},
|
|
7950
7832
|
device_id: {
|
|
7951
7833
|
description: 'ID of the device.',
|
|
7952
7834
|
format: 'uuid',
|
|
7953
7835
|
type: 'string',
|
|
7954
|
-
'x-title': 'Device ID',
|
|
7955
7836
|
},
|
|
7956
7837
|
event_id: {
|
|
7957
|
-
description: '
|
|
7838
|
+
description: 'ID of the event.',
|
|
7958
7839
|
format: 'uuid',
|
|
7959
7840
|
type: 'string',
|
|
7960
|
-
'x-title': 'Event ID',
|
|
7961
7841
|
},
|
|
7962
7842
|
event_type: { enum: ['device.connected'], type: 'string' },
|
|
7963
7843
|
occurred_at: {
|
|
7964
|
-
description: '
|
|
7844
|
+
description: 'Time when the event occurred.',
|
|
7965
7845
|
format: 'date-time',
|
|
7966
7846
|
type: 'string',
|
|
7967
|
-
'x-title': 'Occurred At',
|
|
7968
7847
|
},
|
|
7969
7848
|
workspace_id: {
|
|
7970
|
-
description:
|
|
7849
|
+
description:
|
|
7850
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
7971
7851
|
format: 'uuid',
|
|
7972
7852
|
type: 'string',
|
|
7973
|
-
'x-title': 'Workspace ID',
|
|
7974
7853
|
},
|
|
7975
7854
|
},
|
|
7976
7855
|
required: [
|
|
@@ -7985,44 +7864,40 @@ export default {
|
|
|
7985
7864
|
type: 'object',
|
|
7986
7865
|
},
|
|
7987
7866
|
{
|
|
7988
|
-
description: 'A device
|
|
7867
|
+
description: 'A device was added or reconnected to Seam.',
|
|
7989
7868
|
properties: {
|
|
7990
7869
|
connected_account_id: {
|
|
7991
|
-
description:
|
|
7870
|
+
description:
|
|
7871
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
7992
7872
|
format: 'uuid',
|
|
7993
7873
|
type: 'string',
|
|
7994
|
-
'x-title': 'Connected Account ID',
|
|
7995
7874
|
},
|
|
7996
7875
|
created_at: {
|
|
7997
|
-
description: '
|
|
7876
|
+
description: 'Time at which the event was created.',
|
|
7998
7877
|
format: 'date-time',
|
|
7999
7878
|
type: 'string',
|
|
8000
|
-
'x-title': 'Created At',
|
|
8001
7879
|
},
|
|
8002
7880
|
device_id: {
|
|
8003
7881
|
description: 'ID of the device.',
|
|
8004
7882
|
format: 'uuid',
|
|
8005
7883
|
type: 'string',
|
|
8006
|
-
'x-title': 'Device ID',
|
|
8007
7884
|
},
|
|
8008
7885
|
event_id: {
|
|
8009
|
-
description: '
|
|
7886
|
+
description: 'ID of the event.',
|
|
8010
7887
|
format: 'uuid',
|
|
8011
7888
|
type: 'string',
|
|
8012
|
-
'x-title': 'Event ID',
|
|
8013
7889
|
},
|
|
8014
7890
|
event_type: { enum: ['device.added'], type: 'string' },
|
|
8015
7891
|
occurred_at: {
|
|
8016
|
-
description: '
|
|
7892
|
+
description: 'Time when the event occurred.',
|
|
8017
7893
|
format: 'date-time',
|
|
8018
7894
|
type: 'string',
|
|
8019
|
-
'x-title': 'Occurred At',
|
|
8020
7895
|
},
|
|
8021
7896
|
workspace_id: {
|
|
8022
|
-
description:
|
|
7897
|
+
description:
|
|
7898
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8023
7899
|
format: 'uuid',
|
|
8024
7900
|
type: 'string',
|
|
8025
|
-
'x-title': 'Workspace ID',
|
|
8026
7901
|
},
|
|
8027
7902
|
},
|
|
8028
7903
|
required: [
|
|
@@ -8038,47 +7913,43 @@ export default {
|
|
|
8038
7913
|
},
|
|
8039
7914
|
{
|
|
8040
7915
|
description:
|
|
8041
|
-
'An unmanaged device was successfully converted to a managed device.',
|
|
7916
|
+
'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was successfully converted to a managed device.',
|
|
8042
7917
|
properties: {
|
|
8043
7918
|
connected_account_id: {
|
|
8044
|
-
description:
|
|
7919
|
+
description:
|
|
7920
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8045
7921
|
format: 'uuid',
|
|
8046
7922
|
type: 'string',
|
|
8047
|
-
'x-title': 'Connected Account ID',
|
|
8048
7923
|
},
|
|
8049
7924
|
created_at: {
|
|
8050
|
-
description: '
|
|
7925
|
+
description: 'Time at which the event was created.',
|
|
8051
7926
|
format: 'date-time',
|
|
8052
7927
|
type: 'string',
|
|
8053
|
-
'x-title': 'Created At',
|
|
8054
7928
|
},
|
|
8055
7929
|
device_id: {
|
|
8056
7930
|
description: 'ID of the device.',
|
|
8057
7931
|
format: 'uuid',
|
|
8058
7932
|
type: 'string',
|
|
8059
|
-
'x-title': 'Device ID',
|
|
8060
7933
|
},
|
|
8061
7934
|
event_id: {
|
|
8062
|
-
description: '
|
|
7935
|
+
description: 'ID of the event.',
|
|
8063
7936
|
format: 'uuid',
|
|
8064
7937
|
type: 'string',
|
|
8065
|
-
'x-title': 'Event ID',
|
|
8066
7938
|
},
|
|
8067
7939
|
event_type: {
|
|
8068
7940
|
enum: ['device.converted_to_unmanaged'],
|
|
8069
7941
|
type: 'string',
|
|
8070
7942
|
},
|
|
8071
7943
|
occurred_at: {
|
|
8072
|
-
description: '
|
|
7944
|
+
description: 'Time when the event occurred.',
|
|
8073
7945
|
format: 'date-time',
|
|
8074
7946
|
type: 'string',
|
|
8075
|
-
'x-title': 'Occurred At',
|
|
8076
7947
|
},
|
|
8077
7948
|
workspace_id: {
|
|
8078
|
-
description:
|
|
7949
|
+
description:
|
|
7950
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8079
7951
|
format: 'uuid',
|
|
8080
7952
|
type: 'string',
|
|
8081
|
-
'x-title': 'Workspace ID',
|
|
8082
7953
|
},
|
|
8083
7954
|
},
|
|
8084
7955
|
required: [
|
|
@@ -8094,47 +7965,43 @@ export default {
|
|
|
8094
7965
|
},
|
|
8095
7966
|
{
|
|
8096
7967
|
description:
|
|
8097
|
-
'A managed device was successfully converted to an unmanaged device.',
|
|
7968
|
+
'A managed device was successfully converted to an [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
8098
7969
|
properties: {
|
|
8099
7970
|
connected_account_id: {
|
|
8100
|
-
description:
|
|
7971
|
+
description:
|
|
7972
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8101
7973
|
format: 'uuid',
|
|
8102
7974
|
type: 'string',
|
|
8103
|
-
'x-title': 'Connected Account ID',
|
|
8104
7975
|
},
|
|
8105
7976
|
created_at: {
|
|
8106
|
-
description: '
|
|
7977
|
+
description: 'Time at which the event was created.',
|
|
8107
7978
|
format: 'date-time',
|
|
8108
7979
|
type: 'string',
|
|
8109
|
-
'x-title': 'Created At',
|
|
8110
7980
|
},
|
|
8111
7981
|
device_id: {
|
|
8112
7982
|
description: 'ID of the device.',
|
|
8113
7983
|
format: 'uuid',
|
|
8114
7984
|
type: 'string',
|
|
8115
|
-
'x-title': 'Device ID',
|
|
8116
7985
|
},
|
|
8117
7986
|
event_id: {
|
|
8118
|
-
description: '
|
|
7987
|
+
description: 'ID of the event.',
|
|
8119
7988
|
format: 'uuid',
|
|
8120
7989
|
type: 'string',
|
|
8121
|
-
'x-title': 'Event ID',
|
|
8122
7990
|
},
|
|
8123
7991
|
event_type: {
|
|
8124
7992
|
enum: ['device.unmanaged.converted_to_managed'],
|
|
8125
7993
|
type: 'string',
|
|
8126
7994
|
},
|
|
8127
7995
|
occurred_at: {
|
|
8128
|
-
description: '
|
|
7996
|
+
description: 'Time when the event occurred.',
|
|
8129
7997
|
format: 'date-time',
|
|
8130
7998
|
type: 'string',
|
|
8131
|
-
'x-title': 'Occurred At',
|
|
8132
7999
|
},
|
|
8133
8000
|
workspace_id: {
|
|
8134
|
-
description:
|
|
8001
|
+
description:
|
|
8002
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8135
8003
|
format: 'uuid',
|
|
8136
8004
|
type: 'string',
|
|
8137
|
-
'x-title': 'Workspace ID',
|
|
8138
8005
|
},
|
|
8139
8006
|
},
|
|
8140
8007
|
required: [
|
|
@@ -8149,47 +8016,44 @@ export default {
|
|
|
8149
8016
|
type: 'object',
|
|
8150
8017
|
},
|
|
8151
8018
|
{
|
|
8152
|
-
description:
|
|
8019
|
+
description:
|
|
8020
|
+
'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was connected to Seam.',
|
|
8153
8021
|
properties: {
|
|
8154
8022
|
connected_account_id: {
|
|
8155
|
-
description:
|
|
8023
|
+
description:
|
|
8024
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8156
8025
|
format: 'uuid',
|
|
8157
8026
|
type: 'string',
|
|
8158
|
-
'x-title': 'Connected Account ID',
|
|
8159
8027
|
},
|
|
8160
8028
|
created_at: {
|
|
8161
|
-
description: '
|
|
8029
|
+
description: 'Time at which the event was created.',
|
|
8162
8030
|
format: 'date-time',
|
|
8163
8031
|
type: 'string',
|
|
8164
|
-
'x-title': 'Created At',
|
|
8165
8032
|
},
|
|
8166
8033
|
device_id: {
|
|
8167
8034
|
description: 'ID of the device.',
|
|
8168
8035
|
format: 'uuid',
|
|
8169
8036
|
type: 'string',
|
|
8170
|
-
'x-title': 'Device ID',
|
|
8171
8037
|
},
|
|
8172
8038
|
event_id: {
|
|
8173
|
-
description: '
|
|
8039
|
+
description: 'ID of the event.',
|
|
8174
8040
|
format: 'uuid',
|
|
8175
8041
|
type: 'string',
|
|
8176
|
-
'x-title': 'Event ID',
|
|
8177
8042
|
},
|
|
8178
8043
|
event_type: {
|
|
8179
8044
|
enum: ['device.unmanaged.connected'],
|
|
8180
8045
|
type: 'string',
|
|
8181
8046
|
},
|
|
8182
8047
|
occurred_at: {
|
|
8183
|
-
description: '
|
|
8048
|
+
description: 'Time when the event occurred.',
|
|
8184
8049
|
format: 'date-time',
|
|
8185
8050
|
type: 'string',
|
|
8186
|
-
'x-title': 'Occurred At',
|
|
8187
8051
|
},
|
|
8188
8052
|
workspace_id: {
|
|
8189
|
-
description:
|
|
8053
|
+
description:
|
|
8054
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8190
8055
|
format: 'uuid',
|
|
8191
8056
|
type: 'string',
|
|
8192
|
-
'x-title': 'Workspace ID',
|
|
8193
8057
|
},
|
|
8194
8058
|
},
|
|
8195
8059
|
required: [
|
|
@@ -8204,55 +8068,50 @@ export default {
|
|
|
8204
8068
|
type: 'object',
|
|
8205
8069
|
},
|
|
8206
8070
|
{
|
|
8207
|
-
description: 'A device was disconnected',
|
|
8071
|
+
description: 'A device was disconnected from Seam.',
|
|
8208
8072
|
properties: {
|
|
8209
8073
|
connected_account_id: {
|
|
8210
|
-
description:
|
|
8074
|
+
description:
|
|
8075
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8211
8076
|
format: 'uuid',
|
|
8212
8077
|
type: 'string',
|
|
8213
|
-
'x-title': 'Connected Account ID',
|
|
8214
8078
|
},
|
|
8215
8079
|
created_at: {
|
|
8216
|
-
description: '
|
|
8080
|
+
description: 'Time at which the event was created.',
|
|
8217
8081
|
format: 'date-time',
|
|
8218
8082
|
type: 'string',
|
|
8219
|
-
'x-title': 'Created At',
|
|
8220
8083
|
},
|
|
8221
8084
|
device_id: {
|
|
8222
8085
|
description: 'ID of the device.',
|
|
8223
8086
|
format: 'uuid',
|
|
8224
8087
|
type: 'string',
|
|
8225
|
-
'x-title': 'Device ID',
|
|
8226
8088
|
},
|
|
8227
8089
|
error_code: {
|
|
8228
8090
|
description:
|
|
8229
|
-
'
|
|
8091
|
+
'Error code associated with the disconnection event, if any.',
|
|
8230
8092
|
enum: [
|
|
8231
8093
|
'account_disconnected',
|
|
8232
8094
|
'hub_disconnected',
|
|
8233
8095
|
'device_disconnected',
|
|
8234
8096
|
],
|
|
8235
8097
|
type: 'string',
|
|
8236
|
-
'x-title': 'Event Error Code',
|
|
8237
8098
|
},
|
|
8238
8099
|
event_id: {
|
|
8239
|
-
description: '
|
|
8100
|
+
description: 'ID of the event.',
|
|
8240
8101
|
format: 'uuid',
|
|
8241
8102
|
type: 'string',
|
|
8242
|
-
'x-title': 'Event ID',
|
|
8243
8103
|
},
|
|
8244
8104
|
event_type: { enum: ['device.disconnected'], type: 'string' },
|
|
8245
8105
|
occurred_at: {
|
|
8246
|
-
description: '
|
|
8106
|
+
description: 'Time when the event occurred.',
|
|
8247
8107
|
format: 'date-time',
|
|
8248
8108
|
type: 'string',
|
|
8249
|
-
'x-title': 'Occurred At',
|
|
8250
8109
|
},
|
|
8251
8110
|
workspace_id: {
|
|
8252
|
-
description:
|
|
8111
|
+
description:
|
|
8112
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8253
8113
|
format: 'uuid',
|
|
8254
8114
|
type: 'string',
|
|
8255
|
-
'x-title': 'Workspace ID',
|
|
8256
8115
|
},
|
|
8257
8116
|
},
|
|
8258
8117
|
required: [
|
|
@@ -8268,58 +8127,54 @@ export default {
|
|
|
8268
8127
|
type: 'object',
|
|
8269
8128
|
},
|
|
8270
8129
|
{
|
|
8271
|
-
description:
|
|
8130
|
+
description:
|
|
8131
|
+
'An [unmanaged device](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices) was disconnected from Seam.',
|
|
8272
8132
|
properties: {
|
|
8273
8133
|
connected_account_id: {
|
|
8274
|
-
description:
|
|
8134
|
+
description:
|
|
8135
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8275
8136
|
format: 'uuid',
|
|
8276
8137
|
type: 'string',
|
|
8277
|
-
'x-title': 'Connected Account ID',
|
|
8278
8138
|
},
|
|
8279
8139
|
created_at: {
|
|
8280
|
-
description: '
|
|
8140
|
+
description: 'Time at which the event was created.',
|
|
8281
8141
|
format: 'date-time',
|
|
8282
8142
|
type: 'string',
|
|
8283
|
-
'x-title': 'Created At',
|
|
8284
8143
|
},
|
|
8285
8144
|
device_id: {
|
|
8286
8145
|
description: 'ID of the device.',
|
|
8287
8146
|
format: 'uuid',
|
|
8288
8147
|
type: 'string',
|
|
8289
|
-
'x-title': 'Device ID',
|
|
8290
8148
|
},
|
|
8291
8149
|
error_code: {
|
|
8292
8150
|
description:
|
|
8293
|
-
'
|
|
8151
|
+
'Error code associated with the disconnection event, if any.',
|
|
8294
8152
|
enum: [
|
|
8295
8153
|
'account_disconnected',
|
|
8296
8154
|
'hub_disconnected',
|
|
8297
8155
|
'device_disconnected',
|
|
8298
8156
|
],
|
|
8299
8157
|
type: 'string',
|
|
8300
|
-
'x-title': 'Event Error Code',
|
|
8301
8158
|
},
|
|
8302
8159
|
event_id: {
|
|
8303
|
-
description: '
|
|
8160
|
+
description: 'ID of the event.',
|
|
8304
8161
|
format: 'uuid',
|
|
8305
8162
|
type: 'string',
|
|
8306
|
-
'x-title': 'Event ID',
|
|
8307
8163
|
},
|
|
8308
8164
|
event_type: {
|
|
8309
8165
|
enum: ['device.unmanaged.disconnected'],
|
|
8310
8166
|
type: 'string',
|
|
8311
8167
|
},
|
|
8312
8168
|
occurred_at: {
|
|
8313
|
-
description: '
|
|
8169
|
+
description: 'Time when the event occurred.',
|
|
8314
8170
|
format: 'date-time',
|
|
8315
8171
|
type: 'string',
|
|
8316
|
-
'x-title': 'Occurred At',
|
|
8317
8172
|
},
|
|
8318
8173
|
workspace_id: {
|
|
8319
|
-
description:
|
|
8174
|
+
description:
|
|
8175
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8320
8176
|
format: 'uuid',
|
|
8321
8177
|
type: 'string',
|
|
8322
|
-
'x-title': 'Workspace ID',
|
|
8323
8178
|
},
|
|
8324
8179
|
},
|
|
8325
8180
|
required: [
|
|
@@ -8336,44 +8191,40 @@ export default {
|
|
|
8336
8191
|
},
|
|
8337
8192
|
{
|
|
8338
8193
|
description:
|
|
8339
|
-
'A device detected that it was tampered with,
|
|
8194
|
+
'A device detected that it was tampered with, for example, opened or moved.',
|
|
8340
8195
|
properties: {
|
|
8341
8196
|
connected_account_id: {
|
|
8342
|
-
description:
|
|
8197
|
+
description:
|
|
8198
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8343
8199
|
format: 'uuid',
|
|
8344
8200
|
type: 'string',
|
|
8345
|
-
'x-title': 'Connected Account ID',
|
|
8346
8201
|
},
|
|
8347
8202
|
created_at: {
|
|
8348
|
-
description: '
|
|
8203
|
+
description: 'Time at which the event was created.',
|
|
8349
8204
|
format: 'date-time',
|
|
8350
8205
|
type: 'string',
|
|
8351
|
-
'x-title': 'Created At',
|
|
8352
8206
|
},
|
|
8353
8207
|
device_id: {
|
|
8354
8208
|
description: 'ID of the device.',
|
|
8355
8209
|
format: 'uuid',
|
|
8356
8210
|
type: 'string',
|
|
8357
|
-
'x-title': 'Device ID',
|
|
8358
8211
|
},
|
|
8359
8212
|
event_id: {
|
|
8360
|
-
description: '
|
|
8213
|
+
description: 'ID of the event.',
|
|
8361
8214
|
format: 'uuid',
|
|
8362
8215
|
type: 'string',
|
|
8363
|
-
'x-title': 'Event ID',
|
|
8364
8216
|
},
|
|
8365
8217
|
event_type: { enum: ['device.tampered'], type: 'string' },
|
|
8366
8218
|
occurred_at: {
|
|
8367
|
-
description: '
|
|
8219
|
+
description: 'Time when the event occurred.',
|
|
8368
8220
|
format: 'date-time',
|
|
8369
8221
|
type: 'string',
|
|
8370
|
-
'x-title': 'Occurred At',
|
|
8371
8222
|
},
|
|
8372
8223
|
workspace_id: {
|
|
8373
|
-
description:
|
|
8224
|
+
description:
|
|
8225
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8374
8226
|
format: 'uuid',
|
|
8375
8227
|
type: 'string',
|
|
8376
|
-
'x-title': 'Workspace ID',
|
|
8377
8228
|
},
|
|
8378
8229
|
},
|
|
8379
8230
|
required: [
|
|
@@ -8393,49 +8244,44 @@ export default {
|
|
|
8393
8244
|
properties: {
|
|
8394
8245
|
battery_level: {
|
|
8395
8246
|
description:
|
|
8396
|
-
'
|
|
8247
|
+
'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
|
|
8397
8248
|
format: 'float',
|
|
8398
8249
|
maximum: 1,
|
|
8399
8250
|
minimum: 0,
|
|
8400
8251
|
type: 'number',
|
|
8401
|
-
'x-title': 'Battery Level',
|
|
8402
8252
|
},
|
|
8403
8253
|
connected_account_id: {
|
|
8404
|
-
description:
|
|
8254
|
+
description:
|
|
8255
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8405
8256
|
format: 'uuid',
|
|
8406
8257
|
type: 'string',
|
|
8407
|
-
'x-title': 'Connected Account ID',
|
|
8408
8258
|
},
|
|
8409
8259
|
created_at: {
|
|
8410
|
-
description: '
|
|
8260
|
+
description: 'Time at which the event was created.',
|
|
8411
8261
|
format: 'date-time',
|
|
8412
8262
|
type: 'string',
|
|
8413
|
-
'x-title': 'Created At',
|
|
8414
8263
|
},
|
|
8415
8264
|
device_id: {
|
|
8416
8265
|
description: 'ID of the device.',
|
|
8417
8266
|
format: 'uuid',
|
|
8418
8267
|
type: 'string',
|
|
8419
|
-
'x-title': 'Device ID',
|
|
8420
8268
|
},
|
|
8421
8269
|
event_id: {
|
|
8422
|
-
description: '
|
|
8270
|
+
description: 'ID of the event.',
|
|
8423
8271
|
format: 'uuid',
|
|
8424
8272
|
type: 'string',
|
|
8425
|
-
'x-title': 'Event ID',
|
|
8426
8273
|
},
|
|
8427
8274
|
event_type: { enum: ['device.low_battery'], type: 'string' },
|
|
8428
8275
|
occurred_at: {
|
|
8429
|
-
description: '
|
|
8276
|
+
description: 'Time when the event occurred.',
|
|
8430
8277
|
format: 'date-time',
|
|
8431
8278
|
type: 'string',
|
|
8432
|
-
'x-title': 'Occurred At',
|
|
8433
8279
|
},
|
|
8434
8280
|
workspace_id: {
|
|
8435
|
-
description:
|
|
8281
|
+
description:
|
|
8282
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8436
8283
|
format: 'uuid',
|
|
8437
8284
|
type: 'string',
|
|
8438
|
-
'x-title': 'Workspace ID',
|
|
8439
8285
|
},
|
|
8440
8286
|
},
|
|
8441
8287
|
required: [
|
|
@@ -8452,63 +8298,57 @@ export default {
|
|
|
8452
8298
|
},
|
|
8453
8299
|
{
|
|
8454
8300
|
description:
|
|
8455
|
-
'A device battery status changed since the last
|
|
8301
|
+
'A device battery status changed since the last `battery_status_changed` event.',
|
|
8456
8302
|
properties: {
|
|
8457
8303
|
battery_level: {
|
|
8458
8304
|
description:
|
|
8459
|
-
'
|
|
8305
|
+
'Number in the range 0 to 1.0 indicating the amount of battery in the device, as reported by the device.',
|
|
8460
8306
|
format: 'float',
|
|
8461
8307
|
maximum: 1,
|
|
8462
8308
|
minimum: 0,
|
|
8463
8309
|
type: 'number',
|
|
8464
|
-
'x-title': 'Battery Level',
|
|
8465
8310
|
},
|
|
8466
8311
|
battery_status: {
|
|
8467
8312
|
description:
|
|
8468
|
-
|
|
8313
|
+
'Battery status of the device, calculated from the numeric `battery_level` value.',
|
|
8469
8314
|
enum: ['critical', 'low', 'good', 'full'],
|
|
8470
8315
|
type: 'string',
|
|
8471
|
-
'x-title': 'Battery Status',
|
|
8472
8316
|
},
|
|
8473
8317
|
connected_account_id: {
|
|
8474
|
-
description:
|
|
8318
|
+
description:
|
|
8319
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8475
8320
|
format: 'uuid',
|
|
8476
8321
|
type: 'string',
|
|
8477
|
-
'x-title': 'Connected Account ID',
|
|
8478
8322
|
},
|
|
8479
8323
|
created_at: {
|
|
8480
|
-
description: '
|
|
8324
|
+
description: 'Time at which the event was created.',
|
|
8481
8325
|
format: 'date-time',
|
|
8482
8326
|
type: 'string',
|
|
8483
|
-
'x-title': 'Created At',
|
|
8484
8327
|
},
|
|
8485
8328
|
device_id: {
|
|
8486
8329
|
description: 'ID of the device.',
|
|
8487
8330
|
format: 'uuid',
|
|
8488
8331
|
type: 'string',
|
|
8489
|
-
'x-title': 'Device ID',
|
|
8490
8332
|
},
|
|
8491
8333
|
event_id: {
|
|
8492
|
-
description: '
|
|
8334
|
+
description: 'ID of the event.',
|
|
8493
8335
|
format: 'uuid',
|
|
8494
8336
|
type: 'string',
|
|
8495
|
-
'x-title': 'Event ID',
|
|
8496
8337
|
},
|
|
8497
8338
|
event_type: {
|
|
8498
8339
|
enum: ['device.battery_status_changed'],
|
|
8499
8340
|
type: 'string',
|
|
8500
8341
|
},
|
|
8501
8342
|
occurred_at: {
|
|
8502
|
-
description: '
|
|
8343
|
+
description: 'Time when the event occurred.',
|
|
8503
8344
|
format: 'date-time',
|
|
8504
8345
|
type: 'string',
|
|
8505
|
-
'x-title': 'Occurred At',
|
|
8506
8346
|
},
|
|
8507
8347
|
workspace_id: {
|
|
8508
|
-
description:
|
|
8348
|
+
description:
|
|
8349
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8509
8350
|
format: 'uuid',
|
|
8510
8351
|
type: 'string',
|
|
8511
|
-
'x-title': 'Workspace ID',
|
|
8512
8352
|
},
|
|
8513
8353
|
},
|
|
8514
8354
|
required: [
|
|
@@ -8526,44 +8366,40 @@ export default {
|
|
|
8526
8366
|
},
|
|
8527
8367
|
{
|
|
8528
8368
|
description:
|
|
8529
|
-
'A device was removed externally from the connected account.',
|
|
8369
|
+
'A device was removed externally from the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8530
8370
|
properties: {
|
|
8531
8371
|
connected_account_id: {
|
|
8532
|
-
description:
|
|
8372
|
+
description:
|
|
8373
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8533
8374
|
format: 'uuid',
|
|
8534
8375
|
type: 'string',
|
|
8535
|
-
'x-title': 'Connected Account ID',
|
|
8536
8376
|
},
|
|
8537
8377
|
created_at: {
|
|
8538
|
-
description: '
|
|
8378
|
+
description: 'Time at which the event was created.',
|
|
8539
8379
|
format: 'date-time',
|
|
8540
8380
|
type: 'string',
|
|
8541
|
-
'x-title': 'Created At',
|
|
8542
8381
|
},
|
|
8543
8382
|
device_id: {
|
|
8544
8383
|
description: 'ID of the device.',
|
|
8545
8384
|
format: 'uuid',
|
|
8546
8385
|
type: 'string',
|
|
8547
|
-
'x-title': 'Device ID',
|
|
8548
8386
|
},
|
|
8549
8387
|
event_id: {
|
|
8550
|
-
description: '
|
|
8388
|
+
description: 'ID of the event.',
|
|
8551
8389
|
format: 'uuid',
|
|
8552
8390
|
type: 'string',
|
|
8553
|
-
'x-title': 'Event ID',
|
|
8554
8391
|
},
|
|
8555
8392
|
event_type: { enum: ['device.removed'], type: 'string' },
|
|
8556
8393
|
occurred_at: {
|
|
8557
|
-
description: '
|
|
8394
|
+
description: 'Time when the event occurred.',
|
|
8558
8395
|
format: 'date-time',
|
|
8559
8396
|
type: 'string',
|
|
8560
|
-
'x-title': 'Occurred At',
|
|
8561
8397
|
},
|
|
8562
8398
|
workspace_id: {
|
|
8563
|
-
description:
|
|
8399
|
+
description:
|
|
8400
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8564
8401
|
format: 'uuid',
|
|
8565
8402
|
type: 'string',
|
|
8566
|
-
'x-title': 'Workspace ID',
|
|
8567
8403
|
},
|
|
8568
8404
|
},
|
|
8569
8405
|
required: [
|
|
@@ -8578,44 +8414,41 @@ export default {
|
|
|
8578
8414
|
type: 'object',
|
|
8579
8415
|
},
|
|
8580
8416
|
{
|
|
8581
|
-
description:
|
|
8417
|
+
description:
|
|
8418
|
+
'A device was [deleted](https://docs.seam.co/latest/api/devices/delete).',
|
|
8582
8419
|
properties: {
|
|
8583
8420
|
connected_account_id: {
|
|
8584
|
-
description:
|
|
8421
|
+
description:
|
|
8422
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8585
8423
|
format: 'uuid',
|
|
8586
8424
|
type: 'string',
|
|
8587
|
-
'x-title': 'Connected Account ID',
|
|
8588
8425
|
},
|
|
8589
8426
|
created_at: {
|
|
8590
|
-
description: '
|
|
8427
|
+
description: 'Time at which the event was created.',
|
|
8591
8428
|
format: 'date-time',
|
|
8592
8429
|
type: 'string',
|
|
8593
|
-
'x-title': 'Created At',
|
|
8594
8430
|
},
|
|
8595
8431
|
device_id: {
|
|
8596
8432
|
description: 'ID of the device.',
|
|
8597
8433
|
format: 'uuid',
|
|
8598
8434
|
type: 'string',
|
|
8599
|
-
'x-title': 'Device ID',
|
|
8600
8435
|
},
|
|
8601
8436
|
event_id: {
|
|
8602
|
-
description: '
|
|
8437
|
+
description: 'ID of the event.',
|
|
8603
8438
|
format: 'uuid',
|
|
8604
8439
|
type: 'string',
|
|
8605
|
-
'x-title': 'Event ID',
|
|
8606
8440
|
},
|
|
8607
8441
|
event_type: { enum: ['device.deleted'], type: 'string' },
|
|
8608
8442
|
occurred_at: {
|
|
8609
|
-
description: '
|
|
8443
|
+
description: 'Time when the event occurred.',
|
|
8610
8444
|
format: 'date-time',
|
|
8611
8445
|
type: 'string',
|
|
8612
|
-
'x-title': 'Occurred At',
|
|
8613
8446
|
},
|
|
8614
8447
|
workspace_id: {
|
|
8615
|
-
description:
|
|
8448
|
+
description:
|
|
8449
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8616
8450
|
format: 'uuid',
|
|
8617
8451
|
type: 'string',
|
|
8618
|
-
'x-title': 'Workspace ID',
|
|
8619
8452
|
},
|
|
8620
8453
|
},
|
|
8621
8454
|
required: [
|
|
@@ -8631,47 +8464,43 @@ export default {
|
|
|
8631
8464
|
},
|
|
8632
8465
|
{
|
|
8633
8466
|
description:
|
|
8634
|
-
'Seam detected a device is using a third
|
|
8467
|
+
'Seam detected that a device is using a third-party integration that will interfere with Seam device management.',
|
|
8635
8468
|
properties: {
|
|
8636
8469
|
connected_account_id: {
|
|
8637
|
-
description:
|
|
8470
|
+
description:
|
|
8471
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8638
8472
|
format: 'uuid',
|
|
8639
8473
|
type: 'string',
|
|
8640
|
-
'x-title': 'Connected Account ID',
|
|
8641
8474
|
},
|
|
8642
8475
|
created_at: {
|
|
8643
|
-
description: '
|
|
8476
|
+
description: 'Time at which the event was created.',
|
|
8644
8477
|
format: 'date-time',
|
|
8645
8478
|
type: 'string',
|
|
8646
|
-
'x-title': 'Created At',
|
|
8647
8479
|
},
|
|
8648
8480
|
device_id: {
|
|
8649
8481
|
description: 'ID of the device.',
|
|
8650
8482
|
format: 'uuid',
|
|
8651
8483
|
type: 'string',
|
|
8652
|
-
'x-title': 'Device ID',
|
|
8653
8484
|
},
|
|
8654
8485
|
event_id: {
|
|
8655
|
-
description: '
|
|
8486
|
+
description: 'ID of the event.',
|
|
8656
8487
|
format: 'uuid',
|
|
8657
8488
|
type: 'string',
|
|
8658
|
-
'x-title': 'Event ID',
|
|
8659
8489
|
},
|
|
8660
8490
|
event_type: {
|
|
8661
8491
|
enum: ['device.third_party_integration_detected'],
|
|
8662
8492
|
type: 'string',
|
|
8663
8493
|
},
|
|
8664
8494
|
occurred_at: {
|
|
8665
|
-
description: '
|
|
8495
|
+
description: 'Time when the event occurred.',
|
|
8666
8496
|
format: 'date-time',
|
|
8667
8497
|
type: 'string',
|
|
8668
|
-
'x-title': 'Occurred At',
|
|
8669
8498
|
},
|
|
8670
8499
|
workspace_id: {
|
|
8671
|
-
description:
|
|
8500
|
+
description:
|
|
8501
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8672
8502
|
format: 'uuid',
|
|
8673
8503
|
type: 'string',
|
|
8674
|
-
'x-title': 'Workspace ID',
|
|
8675
8504
|
},
|
|
8676
8505
|
},
|
|
8677
8506
|
required: [
|
|
@@ -8687,47 +8516,43 @@ export default {
|
|
|
8687
8516
|
},
|
|
8688
8517
|
{
|
|
8689
8518
|
description:
|
|
8690
|
-
'Seam detected a device is no longer using a third
|
|
8519
|
+
'Seam detected that a device is no longer using a third-party integration that was interfering with Seam device management.',
|
|
8691
8520
|
properties: {
|
|
8692
8521
|
connected_account_id: {
|
|
8693
|
-
description:
|
|
8522
|
+
description:
|
|
8523
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8694
8524
|
format: 'uuid',
|
|
8695
8525
|
type: 'string',
|
|
8696
|
-
'x-title': 'Connected Account ID',
|
|
8697
8526
|
},
|
|
8698
8527
|
created_at: {
|
|
8699
|
-
description: '
|
|
8528
|
+
description: 'Time at which the event was created.',
|
|
8700
8529
|
format: 'date-time',
|
|
8701
8530
|
type: 'string',
|
|
8702
|
-
'x-title': 'Created At',
|
|
8703
8531
|
},
|
|
8704
8532
|
device_id: {
|
|
8705
8533
|
description: 'ID of the device.',
|
|
8706
8534
|
format: 'uuid',
|
|
8707
8535
|
type: 'string',
|
|
8708
|
-
'x-title': 'Device ID',
|
|
8709
8536
|
},
|
|
8710
8537
|
event_id: {
|
|
8711
|
-
description: '
|
|
8538
|
+
description: 'ID of the event.',
|
|
8712
8539
|
format: 'uuid',
|
|
8713
8540
|
type: 'string',
|
|
8714
|
-
'x-title': 'Event ID',
|
|
8715
8541
|
},
|
|
8716
8542
|
event_type: {
|
|
8717
8543
|
enum: ['device.third_party_integration_no_longer_detected'],
|
|
8718
8544
|
type: 'string',
|
|
8719
8545
|
},
|
|
8720
8546
|
occurred_at: {
|
|
8721
|
-
description: '
|
|
8547
|
+
description: 'Time when the event occurred.',
|
|
8722
8548
|
format: 'date-time',
|
|
8723
8549
|
type: 'string',
|
|
8724
|
-
'x-title': 'Occurred At',
|
|
8725
8550
|
},
|
|
8726
8551
|
workspace_id: {
|
|
8727
|
-
description:
|
|
8552
|
+
description:
|
|
8553
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8728
8554
|
format: 'uuid',
|
|
8729
8555
|
type: 'string',
|
|
8730
|
-
'x-title': 'Workspace ID',
|
|
8731
8556
|
},
|
|
8732
8557
|
},
|
|
8733
8558
|
required: [
|
|
@@ -8745,44 +8570,40 @@ export default {
|
|
|
8745
8570
|
description: 'A Salto device activated privacy mode.',
|
|
8746
8571
|
properties: {
|
|
8747
8572
|
connected_account_id: {
|
|
8748
|
-
description:
|
|
8573
|
+
description:
|
|
8574
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8749
8575
|
format: 'uuid',
|
|
8750
8576
|
type: 'string',
|
|
8751
|
-
'x-title': 'Connected Account ID',
|
|
8752
8577
|
},
|
|
8753
8578
|
created_at: {
|
|
8754
|
-
description: '
|
|
8579
|
+
description: 'Time at which the event was created.',
|
|
8755
8580
|
format: 'date-time',
|
|
8756
8581
|
type: 'string',
|
|
8757
|
-
'x-title': 'Created At',
|
|
8758
8582
|
},
|
|
8759
8583
|
device_id: {
|
|
8760
8584
|
description: 'ID of the device.',
|
|
8761
8585
|
format: 'uuid',
|
|
8762
8586
|
type: 'string',
|
|
8763
|
-
'x-title': 'Device ID',
|
|
8764
8587
|
},
|
|
8765
8588
|
event_id: {
|
|
8766
|
-
description: '
|
|
8589
|
+
description: 'ID of the event.',
|
|
8767
8590
|
format: 'uuid',
|
|
8768
8591
|
type: 'string',
|
|
8769
|
-
'x-title': 'Event ID',
|
|
8770
8592
|
},
|
|
8771
8593
|
event_type: {
|
|
8772
8594
|
enum: ['device.salto.privacy_mode_activated'],
|
|
8773
8595
|
type: 'string',
|
|
8774
8596
|
},
|
|
8775
8597
|
occurred_at: {
|
|
8776
|
-
description: '
|
|
8598
|
+
description: 'Time when the event occurred.',
|
|
8777
8599
|
format: 'date-time',
|
|
8778
8600
|
type: 'string',
|
|
8779
|
-
'x-title': 'Occurred At',
|
|
8780
8601
|
},
|
|
8781
8602
|
workspace_id: {
|
|
8782
|
-
description:
|
|
8603
|
+
description:
|
|
8604
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8783
8605
|
format: 'uuid',
|
|
8784
8606
|
type: 'string',
|
|
8785
|
-
'x-title': 'Workspace ID',
|
|
8786
8607
|
},
|
|
8787
8608
|
},
|
|
8788
8609
|
required: [
|
|
@@ -8800,44 +8621,40 @@ export default {
|
|
|
8800
8621
|
description: 'A Salto device deactivated privacy mode.',
|
|
8801
8622
|
properties: {
|
|
8802
8623
|
connected_account_id: {
|
|
8803
|
-
description:
|
|
8624
|
+
description:
|
|
8625
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8804
8626
|
format: 'uuid',
|
|
8805
8627
|
type: 'string',
|
|
8806
|
-
'x-title': 'Connected Account ID',
|
|
8807
8628
|
},
|
|
8808
8629
|
created_at: {
|
|
8809
|
-
description: '
|
|
8630
|
+
description: 'Time at which the event was created.',
|
|
8810
8631
|
format: 'date-time',
|
|
8811
8632
|
type: 'string',
|
|
8812
|
-
'x-title': 'Created At',
|
|
8813
8633
|
},
|
|
8814
8634
|
device_id: {
|
|
8815
8635
|
description: 'ID of the device.',
|
|
8816
8636
|
format: 'uuid',
|
|
8817
8637
|
type: 'string',
|
|
8818
|
-
'x-title': 'Device ID',
|
|
8819
8638
|
},
|
|
8820
8639
|
event_id: {
|
|
8821
|
-
description: '
|
|
8640
|
+
description: 'ID of the event.',
|
|
8822
8641
|
format: 'uuid',
|
|
8823
8642
|
type: 'string',
|
|
8824
|
-
'x-title': 'Event ID',
|
|
8825
8643
|
},
|
|
8826
8644
|
event_type: {
|
|
8827
8645
|
enum: ['device.salto.privacy_mode_deactivated'],
|
|
8828
8646
|
type: 'string',
|
|
8829
8647
|
},
|
|
8830
8648
|
occurred_at: {
|
|
8831
|
-
description: '
|
|
8649
|
+
description: 'Time when the event occurred.',
|
|
8832
8650
|
format: 'date-time',
|
|
8833
8651
|
type: 'string',
|
|
8834
|
-
'x-title': 'Occurred At',
|
|
8835
8652
|
},
|
|
8836
8653
|
workspace_id: {
|
|
8837
|
-
description:
|
|
8654
|
+
description:
|
|
8655
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8838
8656
|
format: 'uuid',
|
|
8839
8657
|
type: 'string',
|
|
8840
|
-
'x-title': 'Workspace ID',
|
|
8841
8658
|
},
|
|
8842
8659
|
},
|
|
8843
8660
|
required: [
|
|
@@ -8855,44 +8672,40 @@ export default {
|
|
|
8855
8672
|
description: 'Seam detected a flaky device connection.',
|
|
8856
8673
|
properties: {
|
|
8857
8674
|
connected_account_id: {
|
|
8858
|
-
description:
|
|
8675
|
+
description:
|
|
8676
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8859
8677
|
format: 'uuid',
|
|
8860
8678
|
type: 'string',
|
|
8861
|
-
'x-title': 'Connected Account ID',
|
|
8862
8679
|
},
|
|
8863
8680
|
created_at: {
|
|
8864
|
-
description: '
|
|
8681
|
+
description: 'Time at which the event was created.',
|
|
8865
8682
|
format: 'date-time',
|
|
8866
8683
|
type: 'string',
|
|
8867
|
-
'x-title': 'Created At',
|
|
8868
8684
|
},
|
|
8869
8685
|
device_id: {
|
|
8870
8686
|
description: 'ID of the device.',
|
|
8871
8687
|
format: 'uuid',
|
|
8872
8688
|
type: 'string',
|
|
8873
|
-
'x-title': 'Device ID',
|
|
8874
8689
|
},
|
|
8875
8690
|
event_id: {
|
|
8876
|
-
description: '
|
|
8691
|
+
description: 'ID of the event.',
|
|
8877
8692
|
format: 'uuid',
|
|
8878
8693
|
type: 'string',
|
|
8879
|
-
'x-title': 'Event ID',
|
|
8880
8694
|
},
|
|
8881
8695
|
event_type: {
|
|
8882
8696
|
enum: ['device.connection_became_flaky'],
|
|
8883
8697
|
type: 'string',
|
|
8884
8698
|
},
|
|
8885
8699
|
occurred_at: {
|
|
8886
|
-
description: '
|
|
8700
|
+
description: 'Time when the event occurred.',
|
|
8887
8701
|
format: 'date-time',
|
|
8888
8702
|
type: 'string',
|
|
8889
|
-
'x-title': 'Occurred At',
|
|
8890
8703
|
},
|
|
8891
8704
|
workspace_id: {
|
|
8892
|
-
description:
|
|
8705
|
+
description:
|
|
8706
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8893
8707
|
format: 'uuid',
|
|
8894
8708
|
type: 'string',
|
|
8895
|
-
'x-title': 'Workspace ID',
|
|
8896
8709
|
},
|
|
8897
8710
|
},
|
|
8898
8711
|
required: [
|
|
@@ -8908,47 +8721,43 @@ export default {
|
|
|
8908
8721
|
},
|
|
8909
8722
|
{
|
|
8910
8723
|
description:
|
|
8911
|
-
'Seam detected a previously
|
|
8724
|
+
'Seam detected that a previously-flaky device connection stabilized.',
|
|
8912
8725
|
properties: {
|
|
8913
8726
|
connected_account_id: {
|
|
8914
|
-
description:
|
|
8727
|
+
description:
|
|
8728
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8915
8729
|
format: 'uuid',
|
|
8916
8730
|
type: 'string',
|
|
8917
|
-
'x-title': 'Connected Account ID',
|
|
8918
8731
|
},
|
|
8919
8732
|
created_at: {
|
|
8920
|
-
description: '
|
|
8733
|
+
description: 'Time at which the event was created.',
|
|
8921
8734
|
format: 'date-time',
|
|
8922
8735
|
type: 'string',
|
|
8923
|
-
'x-title': 'Created At',
|
|
8924
8736
|
},
|
|
8925
8737
|
device_id: {
|
|
8926
8738
|
description: 'ID of the device.',
|
|
8927
8739
|
format: 'uuid',
|
|
8928
8740
|
type: 'string',
|
|
8929
|
-
'x-title': 'Device ID',
|
|
8930
8741
|
},
|
|
8931
8742
|
event_id: {
|
|
8932
|
-
description: '
|
|
8743
|
+
description: 'ID of the event.',
|
|
8933
8744
|
format: 'uuid',
|
|
8934
8745
|
type: 'string',
|
|
8935
|
-
'x-title': 'Event ID',
|
|
8936
8746
|
},
|
|
8937
8747
|
event_type: {
|
|
8938
8748
|
enum: ['device.connection_stabilized'],
|
|
8939
8749
|
type: 'string',
|
|
8940
8750
|
},
|
|
8941
8751
|
occurred_at: {
|
|
8942
|
-
description: '
|
|
8752
|
+
description: 'Time when the event occurred.',
|
|
8943
8753
|
format: 'date-time',
|
|
8944
8754
|
type: 'string',
|
|
8945
|
-
'x-title': 'Occurred At',
|
|
8946
8755
|
},
|
|
8947
8756
|
workspace_id: {
|
|
8948
|
-
description:
|
|
8757
|
+
description:
|
|
8758
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
8949
8759
|
format: 'uuid',
|
|
8950
8760
|
type: 'string',
|
|
8951
|
-
'x-title': 'Workspace ID',
|
|
8952
8761
|
},
|
|
8953
8762
|
},
|
|
8954
8763
|
required: [
|
|
@@ -8964,47 +8773,43 @@ export default {
|
|
|
8964
8773
|
},
|
|
8965
8774
|
{
|
|
8966
8775
|
description:
|
|
8967
|
-
'A third
|
|
8776
|
+
'A third-party subscription is required to use all device features.',
|
|
8968
8777
|
properties: {
|
|
8969
8778
|
connected_account_id: {
|
|
8970
|
-
description:
|
|
8779
|
+
description:
|
|
8780
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
8971
8781
|
format: 'uuid',
|
|
8972
8782
|
type: 'string',
|
|
8973
|
-
'x-title': 'Connected Account ID',
|
|
8974
8783
|
},
|
|
8975
8784
|
created_at: {
|
|
8976
|
-
description: '
|
|
8785
|
+
description: 'Time at which the event was created.',
|
|
8977
8786
|
format: 'date-time',
|
|
8978
8787
|
type: 'string',
|
|
8979
|
-
'x-title': 'Created At',
|
|
8980
8788
|
},
|
|
8981
8789
|
device_id: {
|
|
8982
8790
|
description: 'ID of the device.',
|
|
8983
8791
|
format: 'uuid',
|
|
8984
8792
|
type: 'string',
|
|
8985
|
-
'x-title': 'Device ID',
|
|
8986
8793
|
},
|
|
8987
8794
|
event_id: {
|
|
8988
|
-
description: '
|
|
8795
|
+
description: 'ID of the event.',
|
|
8989
8796
|
format: 'uuid',
|
|
8990
8797
|
type: 'string',
|
|
8991
|
-
'x-title': 'Event ID',
|
|
8992
8798
|
},
|
|
8993
8799
|
event_type: {
|
|
8994
8800
|
enum: ['device.error.subscription_required'],
|
|
8995
8801
|
type: 'string',
|
|
8996
8802
|
},
|
|
8997
8803
|
occurred_at: {
|
|
8998
|
-
description: '
|
|
8804
|
+
description: 'Time when the event occurred.',
|
|
8999
8805
|
format: 'date-time',
|
|
9000
8806
|
type: 'string',
|
|
9001
|
-
'x-title': 'Occurred At',
|
|
9002
8807
|
},
|
|
9003
8808
|
workspace_id: {
|
|
9004
|
-
description:
|
|
8809
|
+
description:
|
|
8810
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9005
8811
|
format: 'uuid',
|
|
9006
8812
|
type: 'string',
|
|
9007
|
-
'x-title': 'Workspace ID',
|
|
9008
8813
|
},
|
|
9009
8814
|
},
|
|
9010
8815
|
required: [
|
|
@@ -9020,47 +8825,43 @@ export default {
|
|
|
9020
8825
|
},
|
|
9021
8826
|
{
|
|
9022
8827
|
description:
|
|
9023
|
-
'A third
|
|
8828
|
+
'A third-party subscription is active or no longer required to use all device features.',
|
|
9024
8829
|
properties: {
|
|
9025
8830
|
connected_account_id: {
|
|
9026
|
-
description:
|
|
8831
|
+
description:
|
|
8832
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9027
8833
|
format: 'uuid',
|
|
9028
8834
|
type: 'string',
|
|
9029
|
-
'x-title': 'Connected Account ID',
|
|
9030
8835
|
},
|
|
9031
8836
|
created_at: {
|
|
9032
|
-
description: '
|
|
8837
|
+
description: 'Time at which the event was created.',
|
|
9033
8838
|
format: 'date-time',
|
|
9034
8839
|
type: 'string',
|
|
9035
|
-
'x-title': 'Created At',
|
|
9036
8840
|
},
|
|
9037
8841
|
device_id: {
|
|
9038
8842
|
description: 'ID of the device.',
|
|
9039
8843
|
format: 'uuid',
|
|
9040
8844
|
type: 'string',
|
|
9041
|
-
'x-title': 'Device ID',
|
|
9042
8845
|
},
|
|
9043
8846
|
event_id: {
|
|
9044
|
-
description: '
|
|
8847
|
+
description: 'ID of the event.',
|
|
9045
8848
|
format: 'uuid',
|
|
9046
8849
|
type: 'string',
|
|
9047
|
-
'x-title': 'Event ID',
|
|
9048
8850
|
},
|
|
9049
8851
|
event_type: {
|
|
9050
8852
|
enum: ['device.error.subscription_required.resolved'],
|
|
9051
8853
|
type: 'string',
|
|
9052
8854
|
},
|
|
9053
8855
|
occurred_at: {
|
|
9054
|
-
description: '
|
|
8856
|
+
description: 'Time when the event occurred.',
|
|
9055
8857
|
format: 'date-time',
|
|
9056
8858
|
type: 'string',
|
|
9057
|
-
'x-title': 'Occurred At',
|
|
9058
8859
|
},
|
|
9059
8860
|
workspace_id: {
|
|
9060
|
-
description:
|
|
8861
|
+
description:
|
|
8862
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9061
8863
|
format: 'uuid',
|
|
9062
8864
|
type: 'string',
|
|
9063
|
-
'x-title': 'Workspace ID',
|
|
9064
8865
|
},
|
|
9065
8866
|
},
|
|
9066
8867
|
required: [
|
|
@@ -9075,47 +8876,43 @@ export default {
|
|
|
9075
8876
|
type: 'object',
|
|
9076
8877
|
},
|
|
9077
8878
|
{
|
|
9078
|
-
description: '
|
|
8879
|
+
description: 'An accessory keypad was connected to a device.',
|
|
9079
8880
|
properties: {
|
|
9080
8881
|
connected_account_id: {
|
|
9081
|
-
description:
|
|
8882
|
+
description:
|
|
8883
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9082
8884
|
format: 'uuid',
|
|
9083
8885
|
type: 'string',
|
|
9084
|
-
'x-title': 'Connected Account ID',
|
|
9085
8886
|
},
|
|
9086
8887
|
created_at: {
|
|
9087
|
-
description: '
|
|
8888
|
+
description: 'Time at which the event was created.',
|
|
9088
8889
|
format: 'date-time',
|
|
9089
8890
|
type: 'string',
|
|
9090
|
-
'x-title': 'Created At',
|
|
9091
8891
|
},
|
|
9092
8892
|
device_id: {
|
|
9093
8893
|
description: 'ID of the device.',
|
|
9094
8894
|
format: 'uuid',
|
|
9095
8895
|
type: 'string',
|
|
9096
|
-
'x-title': 'Device ID',
|
|
9097
8896
|
},
|
|
9098
8897
|
event_id: {
|
|
9099
|
-
description: '
|
|
8898
|
+
description: 'ID of the event.',
|
|
9100
8899
|
format: 'uuid',
|
|
9101
8900
|
type: 'string',
|
|
9102
|
-
'x-title': 'Event ID',
|
|
9103
8901
|
},
|
|
9104
8902
|
event_type: {
|
|
9105
8903
|
enum: ['device.accessory_keypad_connected'],
|
|
9106
8904
|
type: 'string',
|
|
9107
8905
|
},
|
|
9108
8906
|
occurred_at: {
|
|
9109
|
-
description: '
|
|
8907
|
+
description: 'Time when the event occurred.',
|
|
9110
8908
|
format: 'date-time',
|
|
9111
8909
|
type: 'string',
|
|
9112
|
-
'x-title': 'Occurred At',
|
|
9113
8910
|
},
|
|
9114
8911
|
workspace_id: {
|
|
9115
|
-
description:
|
|
8912
|
+
description:
|
|
8913
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9116
8914
|
format: 'uuid',
|
|
9117
8915
|
type: 'string',
|
|
9118
|
-
'x-title': 'Workspace ID',
|
|
9119
8916
|
},
|
|
9120
8917
|
},
|
|
9121
8918
|
required: [
|
|
@@ -9130,47 +8927,43 @@ export default {
|
|
|
9130
8927
|
type: 'object',
|
|
9131
8928
|
},
|
|
9132
8929
|
{
|
|
9133
|
-
description: '
|
|
8930
|
+
description: 'An accessory keypad was disconnected from a device.',
|
|
9134
8931
|
properties: {
|
|
9135
8932
|
connected_account_id: {
|
|
9136
|
-
description:
|
|
8933
|
+
description:
|
|
8934
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9137
8935
|
format: 'uuid',
|
|
9138
8936
|
type: 'string',
|
|
9139
|
-
'x-title': 'Connected Account ID',
|
|
9140
8937
|
},
|
|
9141
8938
|
created_at: {
|
|
9142
|
-
description: '
|
|
8939
|
+
description: 'Time at which the event was created.',
|
|
9143
8940
|
format: 'date-time',
|
|
9144
8941
|
type: 'string',
|
|
9145
|
-
'x-title': 'Created At',
|
|
9146
8942
|
},
|
|
9147
8943
|
device_id: {
|
|
9148
8944
|
description: 'ID of the device.',
|
|
9149
8945
|
format: 'uuid',
|
|
9150
8946
|
type: 'string',
|
|
9151
|
-
'x-title': 'Device ID',
|
|
9152
8947
|
},
|
|
9153
8948
|
event_id: {
|
|
9154
|
-
description: '
|
|
8949
|
+
description: 'ID of the event.',
|
|
9155
8950
|
format: 'uuid',
|
|
9156
8951
|
type: 'string',
|
|
9157
|
-
'x-title': 'Event ID',
|
|
9158
8952
|
},
|
|
9159
8953
|
event_type: {
|
|
9160
8954
|
enum: ['device.accessory_keypad_disconnected'],
|
|
9161
8955
|
type: 'string',
|
|
9162
8956
|
},
|
|
9163
8957
|
occurred_at: {
|
|
9164
|
-
description: '
|
|
8958
|
+
description: 'Time when the event occurred.',
|
|
9165
8959
|
format: 'date-time',
|
|
9166
8960
|
type: 'string',
|
|
9167
|
-
'x-title': 'Occurred At',
|
|
9168
8961
|
},
|
|
9169
8962
|
workspace_id: {
|
|
9170
|
-
description:
|
|
8963
|
+
description:
|
|
8964
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9171
8965
|
format: 'uuid',
|
|
9172
8966
|
type: 'string',
|
|
9173
|
-
'x-title': 'Workspace ID',
|
|
9174
8967
|
},
|
|
9175
8968
|
},
|
|
9176
8969
|
required: [
|
|
@@ -9186,31 +8979,28 @@ export default {
|
|
|
9186
8979
|
},
|
|
9187
8980
|
{
|
|
9188
8981
|
description:
|
|
9189
|
-
'Extended periods of noise or noise exceeding a threshold
|
|
8982
|
+
'Extended periods of noise or noise exceeding a [threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) were detected.',
|
|
9190
8983
|
properties: {
|
|
9191
8984
|
connected_account_id: {
|
|
9192
|
-
description:
|
|
8985
|
+
description:
|
|
8986
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9193
8987
|
format: 'uuid',
|
|
9194
8988
|
type: 'string',
|
|
9195
|
-
'x-title': 'Connected Account ID',
|
|
9196
8989
|
},
|
|
9197
8990
|
created_at: {
|
|
9198
|
-
description: '
|
|
8991
|
+
description: 'Time at which the event was created.',
|
|
9199
8992
|
format: 'date-time',
|
|
9200
8993
|
type: 'string',
|
|
9201
|
-
'x-title': 'Created At',
|
|
9202
8994
|
},
|
|
9203
8995
|
device_id: {
|
|
9204
8996
|
description: 'ID of the device.',
|
|
9205
8997
|
format: 'uuid',
|
|
9206
8998
|
type: 'string',
|
|
9207
|
-
'x-title': 'Device ID',
|
|
9208
8999
|
},
|
|
9209
9000
|
event_id: {
|
|
9210
|
-
description: '
|
|
9001
|
+
description: 'ID of the event.',
|
|
9211
9002
|
format: 'uuid',
|
|
9212
9003
|
type: 'string',
|
|
9213
|
-
'x-title': 'Event ID',
|
|
9214
9004
|
},
|
|
9215
9005
|
event_type: {
|
|
9216
9006
|
enum: ['noise_sensor.noise_threshold_triggered'],
|
|
@@ -9218,31 +9008,48 @@ export default {
|
|
|
9218
9008
|
},
|
|
9219
9009
|
minut_metadata: {
|
|
9220
9010
|
additionalProperties: {},
|
|
9221
|
-
description: 'Metadata from
|
|
9011
|
+
description: 'Metadata from Minut.',
|
|
9222
9012
|
type: 'object',
|
|
9223
9013
|
'x-title': 'Minut Metadata',
|
|
9224
9014
|
},
|
|
9225
|
-
noise_level_decibels: {
|
|
9226
|
-
|
|
9227
|
-
|
|
9228
|
-
|
|
9015
|
+
noise_level_decibels: {
|
|
9016
|
+
description: 'Detected noise level in decibels.',
|
|
9017
|
+
format: 'float',
|
|
9018
|
+
type: 'number',
|
|
9019
|
+
},
|
|
9020
|
+
noise_level_nrs: {
|
|
9021
|
+
description:
|
|
9022
|
+
'Detected noise level in Noiseaware Noise Risk Score (NRS).',
|
|
9023
|
+
format: 'float',
|
|
9024
|
+
type: 'number',
|
|
9025
|
+
},
|
|
9026
|
+
noise_threshold_id: {
|
|
9027
|
+
description:
|
|
9028
|
+
'ID of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
|
|
9029
|
+
format: 'uuid',
|
|
9030
|
+
type: 'string',
|
|
9031
|
+
},
|
|
9032
|
+
noise_threshold_name: {
|
|
9033
|
+
description:
|
|
9034
|
+
'Name of the [noise threshold](https://docs.seam.co/latest/capability-guides/noise-sensors#what-is-a-threshold) that was triggered.',
|
|
9035
|
+
type: 'string',
|
|
9036
|
+
},
|
|
9229
9037
|
noiseaware_metadata: {
|
|
9230
9038
|
additionalProperties: {},
|
|
9231
|
-
description: 'Metadata from
|
|
9039
|
+
description: 'Metadata from Noiseaware.',
|
|
9232
9040
|
type: 'object',
|
|
9233
9041
|
'x-title': 'Noiseaware Metadata',
|
|
9234
9042
|
},
|
|
9235
9043
|
occurred_at: {
|
|
9236
|
-
description: '
|
|
9044
|
+
description: 'Time when the event occurred.',
|
|
9237
9045
|
format: 'date-time',
|
|
9238
9046
|
type: 'string',
|
|
9239
|
-
'x-title': 'Occurred At',
|
|
9240
9047
|
},
|
|
9241
9048
|
workspace_id: {
|
|
9242
|
-
description:
|
|
9049
|
+
description:
|
|
9050
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9243
9051
|
format: 'uuid',
|
|
9244
9052
|
type: 'string',
|
|
9245
|
-
'x-title': 'Workspace ID',
|
|
9246
9053
|
},
|
|
9247
9054
|
},
|
|
9248
9055
|
required: [
|
|
@@ -9259,51 +9066,56 @@ export default {
|
|
|
9259
9066
|
{
|
|
9260
9067
|
description: 'A lock was locked.',
|
|
9261
9068
|
properties: {
|
|
9262
|
-
access_code_id: {
|
|
9263
|
-
|
|
9069
|
+
access_code_id: {
|
|
9070
|
+
description:
|
|
9071
|
+
'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to lock the device.',
|
|
9072
|
+
format: 'uuid',
|
|
9073
|
+
type: 'string',
|
|
9074
|
+
},
|
|
9075
|
+
action_attempt_id: {
|
|
9076
|
+
description:
|
|
9077
|
+
'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the lock action.',
|
|
9078
|
+
format: 'uuid',
|
|
9079
|
+
type: 'string',
|
|
9080
|
+
},
|
|
9264
9081
|
connected_account_id: {
|
|
9265
|
-
description:
|
|
9082
|
+
description:
|
|
9083
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9266
9084
|
format: 'uuid',
|
|
9267
9085
|
type: 'string',
|
|
9268
|
-
'x-title': 'Connected Account ID',
|
|
9269
9086
|
},
|
|
9270
9087
|
created_at: {
|
|
9271
|
-
description: '
|
|
9088
|
+
description: 'Time at which the event was created.',
|
|
9272
9089
|
format: 'date-time',
|
|
9273
9090
|
type: 'string',
|
|
9274
|
-
'x-title': 'Created At',
|
|
9275
9091
|
},
|
|
9276
9092
|
device_id: {
|
|
9277
9093
|
description: 'ID of the device.',
|
|
9278
9094
|
format: 'uuid',
|
|
9279
9095
|
type: 'string',
|
|
9280
|
-
'x-title': 'Device ID',
|
|
9281
9096
|
},
|
|
9282
9097
|
event_id: {
|
|
9283
|
-
description: '
|
|
9098
|
+
description: 'ID of the event.',
|
|
9284
9099
|
format: 'uuid',
|
|
9285
9100
|
type: 'string',
|
|
9286
|
-
'x-title': 'Event ID',
|
|
9287
9101
|
},
|
|
9288
9102
|
event_type: { enum: ['lock.locked'], type: 'string' },
|
|
9289
9103
|
method: {
|
|
9290
9104
|
description:
|
|
9291
|
-
'Method by which a lock device was locked
|
|
9105
|
+
'Method by which a lock device was locked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device.',
|
|
9292
9106
|
enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
|
|
9293
9107
|
type: 'string',
|
|
9294
|
-
'x-title': 'Lock Lock/Unlock Method',
|
|
9295
9108
|
},
|
|
9296
9109
|
occurred_at: {
|
|
9297
|
-
description: '
|
|
9110
|
+
description: 'Time when the event occurred.',
|
|
9298
9111
|
format: 'date-time',
|
|
9299
9112
|
type: 'string',
|
|
9300
|
-
'x-title': 'Occurred At',
|
|
9301
9113
|
},
|
|
9302
9114
|
workspace_id: {
|
|
9303
|
-
description:
|
|
9115
|
+
description:
|
|
9116
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9304
9117
|
format: 'uuid',
|
|
9305
9118
|
type: 'string',
|
|
9306
|
-
'x-title': 'Workspace ID',
|
|
9307
9119
|
},
|
|
9308
9120
|
},
|
|
9309
9121
|
required: [
|
|
@@ -9321,51 +9133,56 @@ export default {
|
|
|
9321
9133
|
{
|
|
9322
9134
|
description: 'A lock was unlocked.',
|
|
9323
9135
|
properties: {
|
|
9324
|
-
access_code_id: {
|
|
9325
|
-
|
|
9136
|
+
access_code_id: {
|
|
9137
|
+
description:
|
|
9138
|
+
'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used to unlock the device.',
|
|
9139
|
+
format: 'uuid',
|
|
9140
|
+
type: 'string',
|
|
9141
|
+
},
|
|
9142
|
+
action_attempt_id: {
|
|
9143
|
+
description:
|
|
9144
|
+
'ID of the [action attempt](https://docs.seam.co/latest/core-concepts/action-attempts) associated with the unlock action.',
|
|
9145
|
+
format: 'uuid',
|
|
9146
|
+
type: 'string',
|
|
9147
|
+
},
|
|
9326
9148
|
connected_account_id: {
|
|
9327
|
-
description:
|
|
9149
|
+
description:
|
|
9150
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9328
9151
|
format: 'uuid',
|
|
9329
9152
|
type: 'string',
|
|
9330
|
-
'x-title': 'Connected Account ID',
|
|
9331
9153
|
},
|
|
9332
9154
|
created_at: {
|
|
9333
|
-
description: '
|
|
9155
|
+
description: 'Time at which the event was created.',
|
|
9334
9156
|
format: 'date-time',
|
|
9335
9157
|
type: 'string',
|
|
9336
|
-
'x-title': 'Created At',
|
|
9337
9158
|
},
|
|
9338
9159
|
device_id: {
|
|
9339
9160
|
description: 'ID of the device.',
|
|
9340
9161
|
format: 'uuid',
|
|
9341
9162
|
type: 'string',
|
|
9342
|
-
'x-title': 'Device ID',
|
|
9343
9163
|
},
|
|
9344
9164
|
event_id: {
|
|
9345
|
-
description: '
|
|
9165
|
+
description: 'ID of the event.',
|
|
9346
9166
|
format: 'uuid',
|
|
9347
9167
|
type: 'string',
|
|
9348
|
-
'x-title': 'Event ID',
|
|
9349
9168
|
},
|
|
9350
9169
|
event_type: { enum: ['lock.unlocked'], type: 'string' },
|
|
9351
9170
|
method: {
|
|
9352
9171
|
description:
|
|
9353
|
-
'Method by which a lock device was
|
|
9172
|
+
'Method by which a lock device was unlocked. When the method is `keycode`, the `access_code_id` indicates the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used, if reported by the device.',
|
|
9354
9173
|
enum: ['keycode', 'manual', 'automatic', 'unknown', 'seamapi'],
|
|
9355
9174
|
type: 'string',
|
|
9356
|
-
'x-title': 'Lock Lock/Unlock Method',
|
|
9357
9175
|
},
|
|
9358
9176
|
occurred_at: {
|
|
9359
|
-
description: '
|
|
9177
|
+
description: 'Time when the event occurred.',
|
|
9360
9178
|
format: 'date-time',
|
|
9361
9179
|
type: 'string',
|
|
9362
|
-
'x-title': 'Occurred At',
|
|
9363
9180
|
},
|
|
9364
9181
|
workspace_id: {
|
|
9365
|
-
description:
|
|
9182
|
+
description:
|
|
9183
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9366
9184
|
format: 'uuid',
|
|
9367
9185
|
type: 'string',
|
|
9368
|
-
'x-title': 'Workspace ID',
|
|
9369
9186
|
},
|
|
9370
9187
|
},
|
|
9371
9188
|
required: [
|
|
@@ -9384,43 +9201,44 @@ export default {
|
|
|
9384
9201
|
description:
|
|
9385
9202
|
'The lock denied access to a user after one or more consecutive invalid attempts to unlock the device.',
|
|
9386
9203
|
properties: {
|
|
9387
|
-
access_code_id: {
|
|
9204
|
+
access_code_id: {
|
|
9205
|
+
description:
|
|
9206
|
+
'ID of the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) that was used in the unlock attempts.',
|
|
9207
|
+
format: 'uuid',
|
|
9208
|
+
type: 'string',
|
|
9209
|
+
},
|
|
9388
9210
|
connected_account_id: {
|
|
9389
|
-
description:
|
|
9211
|
+
description:
|
|
9212
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9390
9213
|
format: 'uuid',
|
|
9391
9214
|
type: 'string',
|
|
9392
|
-
'x-title': 'Connected Account ID',
|
|
9393
9215
|
},
|
|
9394
9216
|
created_at: {
|
|
9395
|
-
description: '
|
|
9217
|
+
description: 'Time at which the event was created.',
|
|
9396
9218
|
format: 'date-time',
|
|
9397
9219
|
type: 'string',
|
|
9398
|
-
'x-title': 'Created At',
|
|
9399
9220
|
},
|
|
9400
9221
|
device_id: {
|
|
9401
9222
|
description: 'ID of the device.',
|
|
9402
9223
|
format: 'uuid',
|
|
9403
9224
|
type: 'string',
|
|
9404
|
-
'x-title': 'Device ID',
|
|
9405
9225
|
},
|
|
9406
9226
|
event_id: {
|
|
9407
|
-
description: '
|
|
9227
|
+
description: 'ID of the event.',
|
|
9408
9228
|
format: 'uuid',
|
|
9409
9229
|
type: 'string',
|
|
9410
|
-
'x-title': 'Event ID',
|
|
9411
9230
|
},
|
|
9412
9231
|
event_type: { enum: ['lock.access_denied'], type: 'string' },
|
|
9413
9232
|
occurred_at: {
|
|
9414
|
-
description: '
|
|
9233
|
+
description: 'Time when the event occurred.',
|
|
9415
9234
|
format: 'date-time',
|
|
9416
9235
|
type: 'string',
|
|
9417
|
-
'x-title': 'Occurred At',
|
|
9418
9236
|
},
|
|
9419
9237
|
workspace_id: {
|
|
9420
|
-
description:
|
|
9238
|
+
description:
|
|
9239
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9421
9240
|
format: 'uuid',
|
|
9422
9241
|
type: 'string',
|
|
9423
|
-
'x-title': 'Workspace ID',
|
|
9424
9242
|
},
|
|
9425
9243
|
},
|
|
9426
9244
|
required: [
|
|
@@ -9435,54 +9253,61 @@ export default {
|
|
|
9435
9253
|
type: 'object',
|
|
9436
9254
|
},
|
|
9437
9255
|
{
|
|
9438
|
-
description:
|
|
9256
|
+
description:
|
|
9257
|
+
'A thermostat [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) was activated.',
|
|
9439
9258
|
properties: {
|
|
9440
|
-
climate_preset_key: {
|
|
9259
|
+
climate_preset_key: {
|
|
9260
|
+
description:
|
|
9261
|
+
'Key of the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated.',
|
|
9262
|
+
type: 'string',
|
|
9263
|
+
},
|
|
9441
9264
|
connected_account_id: {
|
|
9442
|
-
description:
|
|
9265
|
+
description:
|
|
9266
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9443
9267
|
format: 'uuid',
|
|
9444
9268
|
type: 'string',
|
|
9445
|
-
'x-title': 'Connected Account ID',
|
|
9446
9269
|
},
|
|
9447
9270
|
created_at: {
|
|
9448
|
-
description: '
|
|
9271
|
+
description: 'Time at which the event was created.',
|
|
9449
9272
|
format: 'date-time',
|
|
9450
9273
|
type: 'string',
|
|
9451
|
-
'x-title': 'Created At',
|
|
9452
9274
|
},
|
|
9453
9275
|
device_id: {
|
|
9454
9276
|
description: 'ID of the device.',
|
|
9455
9277
|
format: 'uuid',
|
|
9456
9278
|
type: 'string',
|
|
9457
|
-
'x-title': 'Device ID',
|
|
9458
9279
|
},
|
|
9459
9280
|
event_id: {
|
|
9460
|
-
description: '
|
|
9281
|
+
description: 'ID of the event.',
|
|
9461
9282
|
format: 'uuid',
|
|
9462
9283
|
type: 'string',
|
|
9463
|
-
'x-title': 'Event ID',
|
|
9464
9284
|
},
|
|
9465
9285
|
event_type: {
|
|
9466
9286
|
enum: ['thermostat.climate_preset_activated'],
|
|
9467
9287
|
type: 'string',
|
|
9468
9288
|
},
|
|
9469
|
-
is_fallback_climate_preset: {
|
|
9289
|
+
is_fallback_climate_preset: {
|
|
9290
|
+
description:
|
|
9291
|
+
'Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) that was activated is the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat.',
|
|
9292
|
+
type: 'boolean',
|
|
9293
|
+
},
|
|
9470
9294
|
occurred_at: {
|
|
9471
|
-
description: '
|
|
9295
|
+
description: 'Time when the event occurred.',
|
|
9472
9296
|
format: 'date-time',
|
|
9473
9297
|
type: 'string',
|
|
9474
|
-
'x-title': 'Occurred At',
|
|
9475
9298
|
},
|
|
9476
9299
|
thermostat_schedule_id: {
|
|
9300
|
+
description:
|
|
9301
|
+
'ID of the [thermostat schedule](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules) that prompted the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) to be activated.',
|
|
9477
9302
|
format: 'uuid',
|
|
9478
9303
|
nullable: true,
|
|
9479
9304
|
type: 'string',
|
|
9480
9305
|
},
|
|
9481
9306
|
workspace_id: {
|
|
9482
|
-
description:
|
|
9307
|
+
description:
|
|
9308
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9483
9309
|
format: 'uuid',
|
|
9484
9310
|
type: 'string',
|
|
9485
|
-
'x-title': 'Workspace ID',
|
|
9486
9311
|
},
|
|
9487
9312
|
},
|
|
9488
9313
|
required: [
|
|
@@ -9500,13 +9325,13 @@ export default {
|
|
|
9500
9325
|
type: 'object',
|
|
9501
9326
|
},
|
|
9502
9327
|
{
|
|
9503
|
-
description: 'A thermostat was manually
|
|
9328
|
+
description: 'A thermostat was adjusted manually.',
|
|
9504
9329
|
properties: {
|
|
9505
9330
|
connected_account_id: {
|
|
9506
|
-
description:
|
|
9331
|
+
description:
|
|
9332
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9507
9333
|
format: 'uuid',
|
|
9508
9334
|
type: 'string',
|
|
9509
|
-
'x-title': 'Connected Account ID',
|
|
9510
9335
|
},
|
|
9511
9336
|
cooling_set_point_celsius: {
|
|
9512
9337
|
description:
|
|
@@ -9521,22 +9346,19 @@ export default {
|
|
|
9521
9346
|
type: 'number',
|
|
9522
9347
|
},
|
|
9523
9348
|
created_at: {
|
|
9524
|
-
description: '
|
|
9349
|
+
description: 'Time at which the event was created.',
|
|
9525
9350
|
format: 'date-time',
|
|
9526
9351
|
type: 'string',
|
|
9527
|
-
'x-title': 'Created At',
|
|
9528
9352
|
},
|
|
9529
9353
|
device_id: {
|
|
9530
9354
|
description: 'ID of the device.',
|
|
9531
9355
|
format: 'uuid',
|
|
9532
9356
|
type: 'string',
|
|
9533
|
-
'x-title': 'Device ID',
|
|
9534
9357
|
},
|
|
9535
9358
|
event_id: {
|
|
9536
|
-
description: '
|
|
9359
|
+
description: 'ID of the event.',
|
|
9537
9360
|
format: 'uuid',
|
|
9538
9361
|
type: 'string',
|
|
9539
|
-
'x-title': 'Event ID',
|
|
9540
9362
|
},
|
|
9541
9363
|
event_type: {
|
|
9542
9364
|
enum: ['thermostat.manually_adjusted'],
|
|
@@ -9566,18 +9388,22 @@ export default {
|
|
|
9566
9388
|
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
9567
9389
|
type: 'string',
|
|
9568
9390
|
},
|
|
9569
|
-
method: {
|
|
9391
|
+
method: {
|
|
9392
|
+
description:
|
|
9393
|
+
'Method used to adjust the thermostat manually. `seam` indicates that the Seam API, Seam CLI, or Seam Console was used to adjust the thermostat.',
|
|
9394
|
+
enum: ['seam', 'external'],
|
|
9395
|
+
type: 'string',
|
|
9396
|
+
},
|
|
9570
9397
|
occurred_at: {
|
|
9571
|
-
description: '
|
|
9398
|
+
description: 'Time when the event occurred.',
|
|
9572
9399
|
format: 'date-time',
|
|
9573
9400
|
type: 'string',
|
|
9574
|
-
'x-title': 'Occurred At',
|
|
9575
9401
|
},
|
|
9576
9402
|
workspace_id: {
|
|
9577
|
-
description:
|
|
9403
|
+
description:
|
|
9404
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9578
9405
|
format: 'uuid',
|
|
9579
9406
|
type: 'string',
|
|
9580
|
-
'x-title': 'Workspace ID',
|
|
9581
9407
|
},
|
|
9582
9408
|
},
|
|
9583
9409
|
required: [
|
|
@@ -9594,69 +9420,81 @@ export default {
|
|
|
9594
9420
|
},
|
|
9595
9421
|
{
|
|
9596
9422
|
description:
|
|
9597
|
-
"A thermostat's temperature reading exceeded the set threshold.",
|
|
9423
|
+
"A thermostat's temperature reading exceeded the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
9598
9424
|
properties: {
|
|
9599
9425
|
connected_account_id: {
|
|
9600
|
-
description:
|
|
9426
|
+
description:
|
|
9427
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9601
9428
|
format: 'uuid',
|
|
9602
9429
|
type: 'string',
|
|
9603
|
-
'x-title': 'Connected Account ID',
|
|
9604
9430
|
},
|
|
9605
9431
|
created_at: {
|
|
9606
|
-
description: '
|
|
9432
|
+
description: 'Time at which the event was created.',
|
|
9607
9433
|
format: 'date-time',
|
|
9608
9434
|
type: 'string',
|
|
9609
|
-
'x-title': 'Created At',
|
|
9610
9435
|
},
|
|
9611
9436
|
device_id: {
|
|
9612
9437
|
description: 'ID of the device.',
|
|
9613
9438
|
format: 'uuid',
|
|
9614
9439
|
type: 'string',
|
|
9615
|
-
'x-title': 'Device ID',
|
|
9616
9440
|
},
|
|
9617
9441
|
event_id: {
|
|
9618
|
-
description: '
|
|
9442
|
+
description: 'ID of the event.',
|
|
9619
9443
|
format: 'uuid',
|
|
9620
9444
|
type: 'string',
|
|
9621
|
-
'x-title': 'Event ID',
|
|
9622
9445
|
},
|
|
9623
9446
|
event_type: {
|
|
9624
9447
|
enum: ['thermostat.temperature_threshold_exceeded'],
|
|
9625
9448
|
type: 'string',
|
|
9626
9449
|
},
|
|
9627
9450
|
lower_limit_celsius: {
|
|
9451
|
+
description:
|
|
9452
|
+
'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9628
9453
|
format: 'float',
|
|
9629
9454
|
nullable: true,
|
|
9630
9455
|
type: 'number',
|
|
9631
9456
|
},
|
|
9632
9457
|
lower_limit_fahrenheit: {
|
|
9458
|
+
description:
|
|
9459
|
+
'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9633
9460
|
format: 'float',
|
|
9634
9461
|
nullable: true,
|
|
9635
9462
|
type: 'number',
|
|
9636
9463
|
},
|
|
9637
9464
|
occurred_at: {
|
|
9638
|
-
description: '
|
|
9465
|
+
description: 'Time when the event occurred.',
|
|
9639
9466
|
format: 'date-time',
|
|
9640
9467
|
type: 'string',
|
|
9641
|
-
'x-title': 'Occurred At',
|
|
9642
9468
|
},
|
|
9643
|
-
temperature_celsius: {
|
|
9644
|
-
|
|
9469
|
+
temperature_celsius: {
|
|
9470
|
+
description: 'Temperature, in °C, reported by the thermostat.',
|
|
9471
|
+
format: 'float',
|
|
9472
|
+
type: 'number',
|
|
9473
|
+
},
|
|
9474
|
+
temperature_fahrenheit: {
|
|
9475
|
+
description: 'Temperature, in °F, reported by the thermostat.',
|
|
9476
|
+
format: 'float',
|
|
9477
|
+
type: 'number',
|
|
9478
|
+
},
|
|
9645
9479
|
upper_limit_celsius: {
|
|
9480
|
+
description:
|
|
9481
|
+
'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9646
9482
|
format: 'float',
|
|
9647
9483
|
nullable: true,
|
|
9648
9484
|
type: 'number',
|
|
9649
9485
|
},
|
|
9650
9486
|
upper_limit_fahrenheit: {
|
|
9487
|
+
description:
|
|
9488
|
+
'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9651
9489
|
format: 'float',
|
|
9652
9490
|
nullable: true,
|
|
9653
9491
|
type: 'number',
|
|
9654
9492
|
},
|
|
9655
9493
|
workspace_id: {
|
|
9656
|
-
description:
|
|
9494
|
+
description:
|
|
9495
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9657
9496
|
format: 'uuid',
|
|
9658
9497
|
type: 'string',
|
|
9659
|
-
'x-title': 'Workspace ID',
|
|
9660
9498
|
},
|
|
9661
9499
|
},
|
|
9662
9500
|
required: [
|
|
@@ -9678,69 +9516,81 @@ export default {
|
|
|
9678
9516
|
},
|
|
9679
9517
|
{
|
|
9680
9518
|
description:
|
|
9681
|
-
"A thermostat's temperature reading
|
|
9519
|
+
"A thermostat's temperature reading no longer exceeds the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).",
|
|
9682
9520
|
properties: {
|
|
9683
9521
|
connected_account_id: {
|
|
9684
|
-
description:
|
|
9522
|
+
description:
|
|
9523
|
+
'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
|
|
9685
9524
|
format: 'uuid',
|
|
9686
9525
|
type: 'string',
|
|
9687
|
-
'x-title': 'Connected Account ID',
|
|
9688
9526
|
},
|
|
9689
9527
|
created_at: {
|
|
9690
|
-
description: '
|
|
9528
|
+
description: 'Time at which the event was created.',
|
|
9691
9529
|
format: 'date-time',
|
|
9692
9530
|
type: 'string',
|
|
9693
|
-
'x-title': 'Created At',
|
|
9694
9531
|
},
|
|
9695
9532
|
device_id: {
|
|
9696
9533
|
description: 'ID of the device.',
|
|
9697
9534
|
format: 'uuid',
|
|
9698
9535
|
type: 'string',
|
|
9699
|
-
'x-title': 'Device ID',
|
|
9700
9536
|
},
|
|
9701
9537
|
event_id: {
|
|
9702
|
-
description: '
|
|
9538
|
+
description: 'ID of the event.',
|
|
9703
9539
|
format: 'uuid',
|
|
9704
9540
|
type: 'string',
|
|
9705
|
-
'x-title': 'Event ID',
|
|
9706
9541
|
},
|
|
9707
9542
|
event_type: {
|
|
9708
9543
|
enum: ['thermostat.temperature_threshold_no_longer_exceeded'],
|
|
9709
9544
|
type: 'string',
|
|
9710
9545
|
},
|
|
9711
9546
|
lower_limit_celsius: {
|
|
9547
|
+
description:
|
|
9548
|
+
'Lower temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9712
9549
|
format: 'float',
|
|
9713
9550
|
nullable: true,
|
|
9714
9551
|
type: 'number',
|
|
9715
9552
|
},
|
|
9716
9553
|
lower_limit_fahrenheit: {
|
|
9554
|
+
description:
|
|
9555
|
+
'Lower temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9717
9556
|
format: 'float',
|
|
9718
9557
|
nullable: true,
|
|
9719
9558
|
type: 'number',
|
|
9720
9559
|
},
|
|
9721
9560
|
occurred_at: {
|
|
9722
|
-
description: '
|
|
9561
|
+
description: 'Time when the event occurred.',
|
|
9723
9562
|
format: 'date-time',
|
|
9724
9563
|
type: 'string',
|
|
9725
|
-
'x-title': 'Occurred At',
|
|
9726
9564
|
},
|
|
9727
|
-
temperature_celsius: {
|
|
9728
|
-
|
|
9565
|
+
temperature_celsius: {
|
|
9566
|
+
description: 'Temperature, in °C, reported by the thermostat.',
|
|
9567
|
+
format: 'float',
|
|
9568
|
+
type: 'number',
|
|
9569
|
+
},
|
|
9570
|
+
temperature_fahrenheit: {
|
|
9571
|
+
description: 'Temperature, in °F, reported by the thermostat.',
|
|
9572
|
+
format: 'float',
|
|
9573
|
+
type: 'number',
|
|
9574
|
+
},
|
|
9729
9575
|
upper_limit_celsius: {
|
|
9576
|
+
description:
|
|
9577
|
+
'Upper temperature limit, in °C, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9730
9578
|
format: 'float',
|
|
9731
9579
|
nullable: true,
|
|
9732
9580
|
type: 'number',
|
|
9733
9581
|
},
|
|
9734
9582
|
upper_limit_fahrenheit: {
|
|
9583
|
+
description:
|
|
9584
|
+
'Upper temperature limit, in °F, defined by the set [threshold](https://docs.seam.co/latest/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds).',
|
|
9735
9585
|
format: 'float',
|
|
9736
9586
|
nullable: true,
|
|
9737
9587
|
type: 'number',
|
|
9738
9588
|
},
|
|
9739
9589
|
workspace_id: {
|
|
9740
|
-
description:
|
|
9590
|
+
description:
|
|
9591
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9741
9592
|
format: 'uuid',
|
|
9742
9593
|
type: 'string',
|
|
9743
|
-
'x-title': 'Workspace ID',
|
|
9744
9594
|
},
|
|
9745
9595
|
},
|
|
9746
9596
|
required: [
|
|
@@ -9764,10 +9614,9 @@ export default {
|
|
|
9764
9614
|
description: 'An enrollment automation was deleted.',
|
|
9765
9615
|
properties: {
|
|
9766
9616
|
created_at: {
|
|
9767
|
-
description: '
|
|
9617
|
+
description: 'Time at which the event was created.',
|
|
9768
9618
|
format: 'date-time',
|
|
9769
9619
|
type: 'string',
|
|
9770
|
-
'x-title': 'Created At',
|
|
9771
9620
|
},
|
|
9772
9621
|
enrollment_automation_id: {
|
|
9773
9622
|
description: 'ID of the enrollment automation.',
|
|
@@ -9776,26 +9625,24 @@ export default {
|
|
|
9776
9625
|
'x-title': 'Enrollment Automation ID',
|
|
9777
9626
|
},
|
|
9778
9627
|
event_id: {
|
|
9779
|
-
description: '
|
|
9628
|
+
description: 'ID of the event.',
|
|
9780
9629
|
format: 'uuid',
|
|
9781
9630
|
type: 'string',
|
|
9782
|
-
'x-title': 'Event ID',
|
|
9783
9631
|
},
|
|
9784
9632
|
event_type: {
|
|
9785
9633
|
enum: ['enrollment_automation.deleted'],
|
|
9786
9634
|
type: 'string',
|
|
9787
9635
|
},
|
|
9788
9636
|
occurred_at: {
|
|
9789
|
-
description: '
|
|
9637
|
+
description: 'Time when the event occurred.',
|
|
9790
9638
|
format: 'date-time',
|
|
9791
9639
|
type: 'string',
|
|
9792
|
-
'x-title': 'Occurred At',
|
|
9793
9640
|
},
|
|
9794
9641
|
workspace_id: {
|
|
9795
|
-
description:
|
|
9642
|
+
description:
|
|
9643
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9796
9644
|
format: 'uuid',
|
|
9797
9645
|
type: 'string',
|
|
9798
|
-
'x-title': 'Workspace ID',
|
|
9799
9646
|
},
|
|
9800
9647
|
},
|
|
9801
9648
|
required: [
|
|
@@ -9812,10 +9659,9 @@ export default {
|
|
|
9812
9659
|
description: 'A phone device was deactivated.',
|
|
9813
9660
|
properties: {
|
|
9814
9661
|
created_at: {
|
|
9815
|
-
description: '
|
|
9662
|
+
description: 'Time at which the event was created.',
|
|
9816
9663
|
format: 'date-time',
|
|
9817
9664
|
type: 'string',
|
|
9818
|
-
'x-title': 'Created At',
|
|
9819
9665
|
},
|
|
9820
9666
|
device_id: {
|
|
9821
9667
|
description: 'ID of the device.',
|
|
@@ -9824,23 +9670,21 @@ export default {
|
|
|
9824
9670
|
'x-title': 'Device ID',
|
|
9825
9671
|
},
|
|
9826
9672
|
event_id: {
|
|
9827
|
-
description: '
|
|
9673
|
+
description: 'ID of the event.',
|
|
9828
9674
|
format: 'uuid',
|
|
9829
9675
|
type: 'string',
|
|
9830
|
-
'x-title': 'Event ID',
|
|
9831
9676
|
},
|
|
9832
9677
|
event_type: { enum: ['phone.deactivated'], type: 'string' },
|
|
9833
9678
|
occurred_at: {
|
|
9834
|
-
description: '
|
|
9679
|
+
description: 'Time when the event occurred.',
|
|
9835
9680
|
format: 'date-time',
|
|
9836
9681
|
type: 'string',
|
|
9837
|
-
'x-title': 'Occurred At',
|
|
9838
9682
|
},
|
|
9839
9683
|
workspace_id: {
|
|
9840
|
-
description:
|
|
9684
|
+
description:
|
|
9685
|
+
'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
|
|
9841
9686
|
format: 'uuid',
|
|
9842
9687
|
type: 'string',
|
|
9843
|
-
'x-title': 'Workspace ID',
|
|
9844
9688
|
},
|
|
9845
9689
|
},
|
|
9846
9690
|
required: [
|
|
@@ -14651,13 +14495,8 @@ export default {
|
|
|
14651
14495
|
format: 'uuid',
|
|
14652
14496
|
type: 'string',
|
|
14653
14497
|
},
|
|
14654
|
-
acs_system_id: {
|
|
14655
|
-
description: 'ID of the acs_system the encoder belongs to.',
|
|
14656
|
-
format: 'uuid',
|
|
14657
|
-
type: 'string',
|
|
14658
|
-
},
|
|
14659
14498
|
},
|
|
14660
|
-
required: ['
|
|
14499
|
+
required: ['acs_encoder_id'],
|
|
14661
14500
|
type: 'object',
|
|
14662
14501
|
},
|
|
14663
14502
|
},
|