@seamapi/types 1.946.0 → 1.948.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 +441 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1201 -24
- package/dist/index.cjs +441 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/events/access-codes.d.ts +126 -0
- package/lib/seam/connect/models/events/access-grants.d.ts +42 -0
- package/lib/seam/connect/models/events/access-methods.d.ts +36 -0
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +6 -0
- package/lib/seam/connect/models/events/acs/common.d.ts +3 -0
- package/lib/seam/connect/models/events/acs/credentials.d.ts +24 -0
- package/lib/seam/connect/models/events/acs/encoders.d.ts +12 -0
- package/lib/seam/connect/models/events/acs/entrances.d.ts +12 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +42 -0
- package/lib/seam/connect/models/events/acs/systems.d.ts +18 -0
- package/lib/seam/connect/models/events/acs/users.d.ts +12 -0
- package/lib/seam/connect/models/events/action-attempts.d.ts +48 -0
- package/lib/seam/connect/models/events/client-sessions.d.ts +6 -0
- package/lib/seam/connect/models/events/common.d.ts +3 -0
- package/lib/seam/connect/models/events/common.js +4 -0
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.d.ts +12 -0
- package/lib/seam/connect/models/events/connected-accounts.d.ts +48 -0
- package/lib/seam/connect/models/events/devices.d.ts +210 -0
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +6 -0
- package/lib/seam/connect/models/events/phones.d.ts +6 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +321 -0
- package/lib/seam/connect/models/events/spaces.d.ts +18 -0
- package/lib/seam/connect/openapi.js +432 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +867 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +12 -13
- package/src/lib/seam/connect/models/events/common.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +539 -4
- package/src/lib/seam/connect/route-types.ts +867 -11
|
@@ -2008,7 +2008,7 @@ export type Routes = {
|
|
|
2008
2008
|
/** Date and time at which Seam created the warning. */
|
|
2009
2009
|
created_at?: string | undefined;
|
|
2010
2010
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2011
|
-
warning_code: '
|
|
2011
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
2012
2012
|
} | {
|
|
2013
2013
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2014
2014
|
message: string;
|
|
@@ -2523,7 +2523,7 @@ export type Routes = {
|
|
|
2523
2523
|
/** Date and time at which Seam created the warning. */
|
|
2524
2524
|
created_at?: string | undefined;
|
|
2525
2525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2526
|
-
warning_code: '
|
|
2526
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
2527
2527
|
} | {
|
|
2528
2528
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2529
2529
|
message: string;
|
|
@@ -4726,7 +4726,7 @@ export type Routes = {
|
|
|
4726
4726
|
/** Date and time at which Seam created the warning. */
|
|
4727
4727
|
created_at?: string | undefined;
|
|
4728
4728
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4729
|
-
warning_code: '
|
|
4729
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
4730
4730
|
} | {
|
|
4731
4731
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4732
4732
|
message: string;
|
|
@@ -5287,7 +5287,7 @@ export type Routes = {
|
|
|
5287
5287
|
/** Date and time at which Seam created the warning. */
|
|
5288
5288
|
created_at?: string | undefined;
|
|
5289
5289
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5290
|
-
warning_code: '
|
|
5290
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
5291
5291
|
} | {
|
|
5292
5292
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5293
5293
|
message: string;
|
|
@@ -5793,7 +5793,7 @@ export type Routes = {
|
|
|
5793
5793
|
/** Date and time at which Seam created the warning. */
|
|
5794
5794
|
created_at?: string | undefined;
|
|
5795
5795
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5796
|
-
warning_code: '
|
|
5796
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
5797
5797
|
} | {
|
|
5798
5798
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5799
5799
|
message: string;
|
|
@@ -6276,7 +6276,7 @@ export type Routes = {
|
|
|
6276
6276
|
/** Date and time at which Seam created the warning. */
|
|
6277
6277
|
created_at?: string | undefined;
|
|
6278
6278
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6279
|
-
warning_code: '
|
|
6279
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
6280
6280
|
} | {
|
|
6281
6281
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6282
6282
|
message: string;
|
|
@@ -6792,7 +6792,7 @@ export type Routes = {
|
|
|
6792
6792
|
/** Date and time at which Seam created the warning. */
|
|
6793
6793
|
created_at?: string | undefined;
|
|
6794
6794
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6795
|
-
warning_code: '
|
|
6795
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
6796
6796
|
} | {
|
|
6797
6797
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6798
6798
|
message: string;
|
|
@@ -8904,7 +8904,7 @@ export type Routes = {
|
|
|
8904
8904
|
/** Date and time at which Seam created the warning. */
|
|
8905
8905
|
created_at?: string | undefined;
|
|
8906
8906
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8907
|
-
warning_code: '
|
|
8907
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
8908
8908
|
} | {
|
|
8909
8909
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8910
8910
|
message: string;
|
|
@@ -9306,7 +9306,7 @@ export type Routes = {
|
|
|
9306
9306
|
/** Date and time at which Seam created the warning. */
|
|
9307
9307
|
created_at?: string | undefined;
|
|
9308
9308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9309
|
-
warning_code: '
|
|
9309
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
9310
9310
|
} | {
|
|
9311
9311
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9312
9312
|
message: string;
|
|
@@ -45273,6 +45273,8 @@ export type Routes = {
|
|
|
45273
45273
|
created_at: string;
|
|
45274
45274
|
/** Date and time at which the event occurred. */
|
|
45275
45275
|
occurred_at: string;
|
|
45276
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45277
|
+
event_description?: string | undefined;
|
|
45276
45278
|
/** ID of the affected access code. */
|
|
45277
45279
|
access_code_id: string;
|
|
45278
45280
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45297,6 +45299,8 @@ export type Routes = {
|
|
|
45297
45299
|
created_at: string;
|
|
45298
45300
|
/** Date and time at which the event occurred. */
|
|
45299
45301
|
occurred_at: string;
|
|
45302
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45303
|
+
event_description?: string | undefined;
|
|
45300
45304
|
/** ID of the affected access code. */
|
|
45301
45305
|
access_code_id: string;
|
|
45302
45306
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45332,6 +45336,8 @@ export type Routes = {
|
|
|
45332
45336
|
created_at: string;
|
|
45333
45337
|
/** Date and time at which the event occurred. */
|
|
45334
45338
|
occurred_at: string;
|
|
45339
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45340
|
+
event_description?: string | undefined;
|
|
45335
45341
|
/** ID of the affected access code. */
|
|
45336
45342
|
access_code_id: string;
|
|
45337
45343
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45368,6 +45374,8 @@ export type Routes = {
|
|
|
45368
45374
|
created_at: string;
|
|
45369
45375
|
/** Date and time at which the event occurred. */
|
|
45370
45376
|
occurred_at: string;
|
|
45377
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45378
|
+
event_description?: string | undefined;
|
|
45371
45379
|
/** ID of the affected access code. */
|
|
45372
45380
|
access_code_id: string;
|
|
45373
45381
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45404,6 +45412,8 @@ export type Routes = {
|
|
|
45404
45412
|
created_at: string;
|
|
45405
45413
|
/** Date and time at which the event occurred. */
|
|
45406
45414
|
occurred_at: string;
|
|
45415
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45416
|
+
event_description?: string | undefined;
|
|
45407
45417
|
/** ID of the affected access code. */
|
|
45408
45418
|
access_code_id: string;
|
|
45409
45419
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45444,6 +45454,8 @@ export type Routes = {
|
|
|
45444
45454
|
created_at: string;
|
|
45445
45455
|
/** Date and time at which the event occurred. */
|
|
45446
45456
|
occurred_at: string;
|
|
45457
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45458
|
+
event_description?: string | undefined;
|
|
45447
45459
|
/** ID of the affected access code. */
|
|
45448
45460
|
access_code_id: string;
|
|
45449
45461
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45481,6 +45493,8 @@ export type Routes = {
|
|
|
45481
45493
|
created_at: string;
|
|
45482
45494
|
/** Date and time at which the event occurred. */
|
|
45483
45495
|
occurred_at: string;
|
|
45496
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45497
|
+
event_description?: string | undefined;
|
|
45484
45498
|
/** ID of the affected access code. */
|
|
45485
45499
|
access_code_id: string;
|
|
45486
45500
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45507,6 +45521,8 @@ export type Routes = {
|
|
|
45507
45521
|
created_at: string;
|
|
45508
45522
|
/** Date and time at which the event occurred. */
|
|
45509
45523
|
occurred_at: string;
|
|
45524
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45525
|
+
event_description?: string | undefined;
|
|
45510
45526
|
/** ID of the affected access code. */
|
|
45511
45527
|
access_code_id: string;
|
|
45512
45528
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45533,6 +45549,8 @@ export type Routes = {
|
|
|
45533
45549
|
created_at: string;
|
|
45534
45550
|
/** Date and time at which the event occurred. */
|
|
45535
45551
|
occurred_at: string;
|
|
45552
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45553
|
+
event_description?: string | undefined;
|
|
45536
45554
|
/** ID of the affected access code. */
|
|
45537
45555
|
access_code_id: string;
|
|
45538
45556
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45557,6 +45575,8 @@ export type Routes = {
|
|
|
45557
45575
|
created_at: string;
|
|
45558
45576
|
/** Date and time at which the event occurred. */
|
|
45559
45577
|
occurred_at: string;
|
|
45578
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45579
|
+
event_description?: string | undefined;
|
|
45560
45580
|
/** ID of the affected access code. */
|
|
45561
45581
|
access_code_id: string;
|
|
45562
45582
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45635,6 +45655,8 @@ export type Routes = {
|
|
|
45635
45655
|
created_at: string;
|
|
45636
45656
|
/** Date and time at which the event occurred. */
|
|
45637
45657
|
occurred_at: string;
|
|
45658
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45659
|
+
event_description?: string | undefined;
|
|
45638
45660
|
/** ID of the affected access code. */
|
|
45639
45661
|
access_code_id: string;
|
|
45640
45662
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45713,6 +45735,8 @@ export type Routes = {
|
|
|
45713
45735
|
created_at: string;
|
|
45714
45736
|
/** Date and time at which the event occurred. */
|
|
45715
45737
|
occurred_at: string;
|
|
45738
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45739
|
+
event_description?: string | undefined;
|
|
45716
45740
|
/** ID of the affected access code. */
|
|
45717
45741
|
access_code_id: string;
|
|
45718
45742
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45739,6 +45763,8 @@ export type Routes = {
|
|
|
45739
45763
|
created_at: string;
|
|
45740
45764
|
/** Date and time at which the event occurred. */
|
|
45741
45765
|
occurred_at: string;
|
|
45766
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45767
|
+
event_description?: string | undefined;
|
|
45742
45768
|
/** ID of the affected access code. */
|
|
45743
45769
|
access_code_id: string;
|
|
45744
45770
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45817,6 +45843,8 @@ export type Routes = {
|
|
|
45817
45843
|
created_at: string;
|
|
45818
45844
|
/** Date and time at which the event occurred. */
|
|
45819
45845
|
occurred_at: string;
|
|
45846
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45847
|
+
event_description?: string | undefined;
|
|
45820
45848
|
/** ID of the affected access code. */
|
|
45821
45849
|
access_code_id: string;
|
|
45822
45850
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45895,6 +45923,8 @@ export type Routes = {
|
|
|
45895
45923
|
created_at: string;
|
|
45896
45924
|
/** Date and time at which the event occurred. */
|
|
45897
45925
|
occurred_at: string;
|
|
45926
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45927
|
+
event_description?: string | undefined;
|
|
45898
45928
|
/** ID of the affected access code. */
|
|
45899
45929
|
access_code_id: string;
|
|
45900
45930
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45919,6 +45949,8 @@ export type Routes = {
|
|
|
45919
45949
|
created_at: string;
|
|
45920
45950
|
/** Date and time at which the event occurred. */
|
|
45921
45951
|
occurred_at: string;
|
|
45952
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45953
|
+
event_description?: string | undefined;
|
|
45922
45954
|
/** ID of the affected access code. */
|
|
45923
45955
|
access_code_id: string;
|
|
45924
45956
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45943,6 +45975,8 @@ export type Routes = {
|
|
|
45943
45975
|
created_at: string;
|
|
45944
45976
|
/** Date and time at which the event occurred. */
|
|
45945
45977
|
occurred_at: string;
|
|
45978
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
45979
|
+
event_description?: string | undefined;
|
|
45946
45980
|
/** ID of the affected access code. */
|
|
45947
45981
|
access_code_id: string;
|
|
45948
45982
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45969,6 +46003,8 @@ export type Routes = {
|
|
|
45969
46003
|
created_at: string;
|
|
45970
46004
|
/** Date and time at which the event occurred. */
|
|
45971
46005
|
occurred_at: string;
|
|
46006
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46007
|
+
event_description?: string | undefined;
|
|
45972
46008
|
/** ID of the affected access code. */
|
|
45973
46009
|
access_code_id: string;
|
|
45974
46010
|
/** ID of the device associated with the affected access code. */
|
|
@@ -45993,6 +46029,8 @@ export type Routes = {
|
|
|
45993
46029
|
created_at: string;
|
|
45994
46030
|
/** Date and time at which the event occurred. */
|
|
45995
46031
|
occurred_at: string;
|
|
46032
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46033
|
+
event_description?: string | undefined;
|
|
45996
46034
|
/** ID of the affected access code. */
|
|
45997
46035
|
access_code_id: string;
|
|
45998
46036
|
/** ID of the device associated with the affected access code. */
|
|
@@ -46071,6 +46109,8 @@ export type Routes = {
|
|
|
46071
46109
|
created_at: string;
|
|
46072
46110
|
/** Date and time at which the event occurred. */
|
|
46073
46111
|
occurred_at: string;
|
|
46112
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46113
|
+
event_description?: string | undefined;
|
|
46074
46114
|
/** ID of the affected access code. */
|
|
46075
46115
|
access_code_id: string;
|
|
46076
46116
|
/** ID of the device associated with the affected access code. */
|
|
@@ -46095,6 +46135,8 @@ export type Routes = {
|
|
|
46095
46135
|
created_at: string;
|
|
46096
46136
|
/** Date and time at which the event occurred. */
|
|
46097
46137
|
occurred_at: string;
|
|
46138
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46139
|
+
event_description?: string | undefined;
|
|
46098
46140
|
/** ID of the affected access code. */
|
|
46099
46141
|
access_code_id: string;
|
|
46100
46142
|
/** ID of the device associated with the affected access code. */
|
|
@@ -46119,6 +46161,8 @@ export type Routes = {
|
|
|
46119
46161
|
created_at: string;
|
|
46120
46162
|
/** Date and time at which the event occurred. */
|
|
46121
46163
|
occurred_at: string;
|
|
46164
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46165
|
+
event_description?: string | undefined;
|
|
46122
46166
|
/** ID of the affected Access Grant. */
|
|
46123
46167
|
access_grant_id: string;
|
|
46124
46168
|
event_type: 'access_grant.created';
|
|
@@ -46131,6 +46175,8 @@ export type Routes = {
|
|
|
46131
46175
|
created_at: string;
|
|
46132
46176
|
/** Date and time at which the event occurred. */
|
|
46133
46177
|
occurred_at: string;
|
|
46178
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46179
|
+
event_description?: string | undefined;
|
|
46134
46180
|
/** ID of the affected Access Grant. */
|
|
46135
46181
|
access_grant_id: string;
|
|
46136
46182
|
event_type: 'access_grant.deleted';
|
|
@@ -46143,6 +46189,8 @@ export type Routes = {
|
|
|
46143
46189
|
created_at: string;
|
|
46144
46190
|
/** Date and time at which the event occurred. */
|
|
46145
46191
|
occurred_at: string;
|
|
46192
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46193
|
+
event_description?: string | undefined;
|
|
46146
46194
|
/** ID of the affected Access Grant. */
|
|
46147
46195
|
access_grant_id: string;
|
|
46148
46196
|
event_type: 'access_grant.access_granted_to_all_doors';
|
|
@@ -46155,6 +46203,8 @@ export type Routes = {
|
|
|
46155
46203
|
created_at: string;
|
|
46156
46204
|
/** Date and time at which the event occurred. */
|
|
46157
46205
|
occurred_at: string;
|
|
46206
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46207
|
+
event_description?: string | undefined;
|
|
46158
46208
|
/** ID of the affected Access Grant. */
|
|
46159
46209
|
access_grant_id: string;
|
|
46160
46210
|
event_type: 'access_grant.access_granted_to_door';
|
|
@@ -46169,6 +46219,8 @@ export type Routes = {
|
|
|
46169
46219
|
created_at: string;
|
|
46170
46220
|
/** Date and time at which the event occurred. */
|
|
46171
46221
|
occurred_at: string;
|
|
46222
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46223
|
+
event_description?: string | undefined;
|
|
46172
46224
|
/** ID of the affected Access Grant. */
|
|
46173
46225
|
access_grant_id: string;
|
|
46174
46226
|
event_type: 'access_grant.access_to_door_lost';
|
|
@@ -46183,6 +46235,8 @@ export type Routes = {
|
|
|
46183
46235
|
created_at: string;
|
|
46184
46236
|
/** Date and time at which the event occurred. */
|
|
46185
46237
|
occurred_at: string;
|
|
46238
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46239
|
+
event_description?: string | undefined;
|
|
46186
46240
|
/** ID of the affected Access Grant. */
|
|
46187
46241
|
access_grant_id: string;
|
|
46188
46242
|
event_type: 'access_grant.access_times_changed';
|
|
@@ -46201,6 +46255,8 @@ export type Routes = {
|
|
|
46201
46255
|
created_at: string;
|
|
46202
46256
|
/** Date and time at which the event occurred. */
|
|
46203
46257
|
occurred_at: string;
|
|
46258
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46259
|
+
event_description?: string | undefined;
|
|
46204
46260
|
/** ID of the affected Access Grant. */
|
|
46205
46261
|
access_grant_id: string;
|
|
46206
46262
|
event_type: 'access_grant.could_not_create_requested_access_methods';
|
|
@@ -46217,6 +46273,8 @@ export type Routes = {
|
|
|
46217
46273
|
created_at: string;
|
|
46218
46274
|
/** Date and time at which the event occurred. */
|
|
46219
46275
|
occurred_at: string;
|
|
46276
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46277
|
+
event_description?: string | undefined;
|
|
46220
46278
|
/** ID of the affected access method. */
|
|
46221
46279
|
access_method_id: string;
|
|
46222
46280
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46237,6 +46295,8 @@ export type Routes = {
|
|
|
46237
46295
|
created_at: string;
|
|
46238
46296
|
/** Date and time at which the event occurred. */
|
|
46239
46297
|
occurred_at: string;
|
|
46298
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46299
|
+
event_description?: string | undefined;
|
|
46240
46300
|
/** ID of the affected access method. */
|
|
46241
46301
|
access_method_id: string;
|
|
46242
46302
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46253,6 +46313,8 @@ export type Routes = {
|
|
|
46253
46313
|
created_at: string;
|
|
46254
46314
|
/** Date and time at which the event occurred. */
|
|
46255
46315
|
occurred_at: string;
|
|
46316
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46317
|
+
event_description?: string | undefined;
|
|
46256
46318
|
/** ID of the affected access method. */
|
|
46257
46319
|
access_method_id: string;
|
|
46258
46320
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46269,6 +46331,8 @@ export type Routes = {
|
|
|
46269
46331
|
created_at: string;
|
|
46270
46332
|
/** Date and time at which the event occurred. */
|
|
46271
46333
|
occurred_at: string;
|
|
46334
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46335
|
+
event_description?: string | undefined;
|
|
46272
46336
|
/** ID of the affected access method. */
|
|
46273
46337
|
access_method_id: string;
|
|
46274
46338
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46285,6 +46349,8 @@ export type Routes = {
|
|
|
46285
46349
|
created_at: string;
|
|
46286
46350
|
/** Date and time at which the event occurred. */
|
|
46287
46351
|
occurred_at: string;
|
|
46352
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46353
|
+
event_description?: string | undefined;
|
|
46288
46354
|
/** ID of the affected access method. */
|
|
46289
46355
|
access_method_id: string;
|
|
46290
46356
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46305,6 +46371,8 @@ export type Routes = {
|
|
|
46305
46371
|
created_at: string;
|
|
46306
46372
|
/** Date and time at which the event occurred. */
|
|
46307
46373
|
occurred_at: string;
|
|
46374
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46375
|
+
event_description?: string | undefined;
|
|
46308
46376
|
/** ID of the affected access method. */
|
|
46309
46377
|
access_method_id: string;
|
|
46310
46378
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -46321,6 +46389,8 @@ export type Routes = {
|
|
|
46321
46389
|
created_at: string;
|
|
46322
46390
|
/** Date and time at which the event occurred. */
|
|
46323
46391
|
occurred_at: string;
|
|
46392
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46393
|
+
event_description?: string | undefined;
|
|
46324
46394
|
/** ID of the connected account. */
|
|
46325
46395
|
connected_account_id?: string | undefined;
|
|
46326
46396
|
/** ID of the access system. */
|
|
@@ -46335,6 +46405,8 @@ export type Routes = {
|
|
|
46335
46405
|
created_at: string;
|
|
46336
46406
|
/** Date and time at which the event occurred. */
|
|
46337
46407
|
occurred_at: string;
|
|
46408
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46409
|
+
event_description?: string | undefined;
|
|
46338
46410
|
/** ID of the connected account. */
|
|
46339
46411
|
connected_account_id?: string | undefined;
|
|
46340
46412
|
/** ID of the access system. */
|
|
@@ -46349,6 +46421,8 @@ export type Routes = {
|
|
|
46349
46421
|
created_at: string;
|
|
46350
46422
|
/** Date and time at which the event occurred. */
|
|
46351
46423
|
occurred_at: string;
|
|
46424
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46425
|
+
event_description?: string | undefined;
|
|
46352
46426
|
/** ID of the connected account. */
|
|
46353
46427
|
connected_account_id?: string | undefined;
|
|
46354
46428
|
/** ID of the access system. */
|
|
@@ -46399,6 +46473,8 @@ export type Routes = {
|
|
|
46399
46473
|
created_at: string;
|
|
46400
46474
|
/** Date and time at which the event occurred. */
|
|
46401
46475
|
occurred_at: string;
|
|
46476
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46477
|
+
event_description?: string | undefined;
|
|
46402
46478
|
/** ID of the connected account. */
|
|
46403
46479
|
connected_account_id?: string | undefined;
|
|
46404
46480
|
/** ID of the access system. */
|
|
@@ -46415,6 +46491,8 @@ export type Routes = {
|
|
|
46415
46491
|
created_at: string;
|
|
46416
46492
|
/** Date and time at which the event occurred. */
|
|
46417
46493
|
occurred_at: string;
|
|
46494
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46495
|
+
event_description?: string | undefined;
|
|
46418
46496
|
/** ID of the connected account. */
|
|
46419
46497
|
connected_account_id?: string | undefined;
|
|
46420
46498
|
/** ID of the access system. */
|
|
@@ -46431,6 +46509,8 @@ export type Routes = {
|
|
|
46431
46509
|
created_at: string;
|
|
46432
46510
|
/** Date and time at which the event occurred. */
|
|
46433
46511
|
occurred_at: string;
|
|
46512
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46513
|
+
event_description?: string | undefined;
|
|
46434
46514
|
/** ID of the connected account. */
|
|
46435
46515
|
connected_account_id?: string | undefined;
|
|
46436
46516
|
/** ID of the access system. */
|
|
@@ -46447,6 +46527,8 @@ export type Routes = {
|
|
|
46447
46527
|
created_at: string;
|
|
46448
46528
|
/** Date and time at which the event occurred. */
|
|
46449
46529
|
occurred_at: string;
|
|
46530
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46531
|
+
event_description?: string | undefined;
|
|
46450
46532
|
/** ID of the connected account. */
|
|
46451
46533
|
connected_account_id?: string | undefined;
|
|
46452
46534
|
/** ID of the access system. */
|
|
@@ -46463,6 +46545,8 @@ export type Routes = {
|
|
|
46463
46545
|
created_at: string;
|
|
46464
46546
|
/** Date and time at which the event occurred. */
|
|
46465
46547
|
occurred_at: string;
|
|
46548
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46549
|
+
event_description?: string | undefined;
|
|
46466
46550
|
/** ID of the connected account. */
|
|
46467
46551
|
connected_account_id?: string | undefined;
|
|
46468
46552
|
/** ID of the access system. */
|
|
@@ -46479,6 +46563,8 @@ export type Routes = {
|
|
|
46479
46563
|
created_at: string;
|
|
46480
46564
|
/** Date and time at which the event occurred. */
|
|
46481
46565
|
occurred_at: string;
|
|
46566
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46567
|
+
event_description?: string | undefined;
|
|
46482
46568
|
/** ID of the connected account. */
|
|
46483
46569
|
connected_account_id?: string | undefined;
|
|
46484
46570
|
/** ID of the access system. */
|
|
@@ -46495,6 +46581,8 @@ export type Routes = {
|
|
|
46495
46581
|
created_at: string;
|
|
46496
46582
|
/** Date and time at which the event occurred. */
|
|
46497
46583
|
occurred_at: string;
|
|
46584
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46585
|
+
event_description?: string | undefined;
|
|
46498
46586
|
/** ID of the connected account. */
|
|
46499
46587
|
connected_account_id?: string | undefined;
|
|
46500
46588
|
/** ID of the access system. */
|
|
@@ -46511,6 +46599,8 @@ export type Routes = {
|
|
|
46511
46599
|
created_at: string;
|
|
46512
46600
|
/** Date and time at which the event occurred. */
|
|
46513
46601
|
occurred_at: string;
|
|
46602
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46603
|
+
event_description?: string | undefined;
|
|
46514
46604
|
/** ID of the connected account. */
|
|
46515
46605
|
connected_account_id?: string | undefined;
|
|
46516
46606
|
/** ID of the access system. */
|
|
@@ -46527,6 +46617,8 @@ export type Routes = {
|
|
|
46527
46617
|
created_at: string;
|
|
46528
46618
|
/** Date and time at which the event occurred. */
|
|
46529
46619
|
occurred_at: string;
|
|
46620
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46621
|
+
event_description?: string | undefined;
|
|
46530
46622
|
/** ID of the connected account. */
|
|
46531
46623
|
connected_account_id?: string | undefined;
|
|
46532
46624
|
/** ID of the access system. */
|
|
@@ -46543,6 +46635,8 @@ export type Routes = {
|
|
|
46543
46635
|
created_at: string;
|
|
46544
46636
|
/** Date and time at which the event occurred. */
|
|
46545
46637
|
occurred_at: string;
|
|
46638
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46639
|
+
event_description?: string | undefined;
|
|
46546
46640
|
/** ID of the connected account. */
|
|
46547
46641
|
connected_account_id?: string | undefined;
|
|
46548
46642
|
/** ID of the access system. */
|
|
@@ -46559,6 +46653,8 @@ export type Routes = {
|
|
|
46559
46653
|
created_at: string;
|
|
46560
46654
|
/** Date and time at which the event occurred. */
|
|
46561
46655
|
occurred_at: string;
|
|
46656
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46657
|
+
event_description?: string | undefined;
|
|
46562
46658
|
/** ID of the connected account. */
|
|
46563
46659
|
connected_account_id?: string | undefined;
|
|
46564
46660
|
/** ID of the access system. */
|
|
@@ -46575,6 +46671,8 @@ export type Routes = {
|
|
|
46575
46671
|
created_at: string;
|
|
46576
46672
|
/** Date and time at which the event occurred. */
|
|
46577
46673
|
occurred_at: string;
|
|
46674
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46675
|
+
event_description?: string | undefined;
|
|
46578
46676
|
/** ID of the affected client session. */
|
|
46579
46677
|
client_session_id: string;
|
|
46580
46678
|
event_type: 'client_session.deleted';
|
|
@@ -46587,6 +46685,8 @@ export type Routes = {
|
|
|
46587
46685
|
created_at: string;
|
|
46588
46686
|
/** Date and time at which the event occurred. */
|
|
46589
46687
|
occurred_at: string;
|
|
46688
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46689
|
+
event_description?: string | undefined;
|
|
46590
46690
|
/** ID of the affected connected account. */
|
|
46591
46691
|
connected_account_id: string;
|
|
46592
46692
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46607,6 +46707,8 @@ export type Routes = {
|
|
|
46607
46707
|
created_at: string;
|
|
46608
46708
|
/** Date and time at which the event occurred. */
|
|
46609
46709
|
occurred_at: string;
|
|
46710
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46711
|
+
event_description?: string | undefined;
|
|
46610
46712
|
/** ID of the affected connected account. */
|
|
46611
46713
|
connected_account_id: string;
|
|
46612
46714
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46625,6 +46727,8 @@ export type Routes = {
|
|
|
46625
46727
|
created_at: string;
|
|
46626
46728
|
/** Date and time at which the event occurred. */
|
|
46627
46729
|
occurred_at: string;
|
|
46730
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46731
|
+
event_description?: string | undefined;
|
|
46628
46732
|
/** ID of the affected connected account. */
|
|
46629
46733
|
connected_account_id: string;
|
|
46630
46734
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46643,6 +46747,8 @@ export type Routes = {
|
|
|
46643
46747
|
created_at: string;
|
|
46644
46748
|
/** Date and time at which the event occurred. */
|
|
46645
46749
|
occurred_at: string;
|
|
46750
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46751
|
+
event_description?: string | undefined;
|
|
46646
46752
|
/** ID of the affected connected account. */
|
|
46647
46753
|
connected_account_id: string;
|
|
46648
46754
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46677,6 +46783,8 @@ export type Routes = {
|
|
|
46677
46783
|
created_at: string;
|
|
46678
46784
|
/** Date and time at which the event occurred. */
|
|
46679
46785
|
occurred_at: string;
|
|
46786
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46787
|
+
event_description?: string | undefined;
|
|
46680
46788
|
/** ID of the affected connected account. */
|
|
46681
46789
|
connected_account_id: string;
|
|
46682
46790
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46693,6 +46801,8 @@ export type Routes = {
|
|
|
46693
46801
|
created_at: string;
|
|
46694
46802
|
/** Date and time at which the event occurred. */
|
|
46695
46803
|
occurred_at: string;
|
|
46804
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46805
|
+
event_description?: string | undefined;
|
|
46696
46806
|
/** ID of the affected connected account. */
|
|
46697
46807
|
connected_account_id: string;
|
|
46698
46808
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46713,6 +46823,8 @@ export type Routes = {
|
|
|
46713
46823
|
created_at: string;
|
|
46714
46824
|
/** Date and time at which the event occurred. */
|
|
46715
46825
|
occurred_at: string;
|
|
46826
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46827
|
+
event_description?: string | undefined;
|
|
46716
46828
|
/** ID of the affected connected account. */
|
|
46717
46829
|
connected_account_id: string;
|
|
46718
46830
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46729,6 +46841,8 @@ export type Routes = {
|
|
|
46729
46841
|
created_at: string;
|
|
46730
46842
|
/** Date and time at which the event occurred. */
|
|
46731
46843
|
occurred_at: string;
|
|
46844
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46845
|
+
event_description?: string | undefined;
|
|
46732
46846
|
/** ID of the affected connected account. */
|
|
46733
46847
|
connected_account_id: string;
|
|
46734
46848
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -46763,6 +46877,8 @@ export type Routes = {
|
|
|
46763
46877
|
created_at: string;
|
|
46764
46878
|
/** Date and time at which the event occurred. */
|
|
46765
46879
|
occurred_at: string;
|
|
46880
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46881
|
+
event_description?: string | undefined;
|
|
46766
46882
|
/** ID of the affected action attempt. */
|
|
46767
46883
|
action_attempt_id: string;
|
|
46768
46884
|
/** Type of the action. */
|
|
@@ -46783,6 +46899,8 @@ export type Routes = {
|
|
|
46783
46899
|
created_at: string;
|
|
46784
46900
|
/** Date and time at which the event occurred. */
|
|
46785
46901
|
occurred_at: string;
|
|
46902
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46903
|
+
event_description?: string | undefined;
|
|
46786
46904
|
/** ID of the affected action attempt. */
|
|
46787
46905
|
action_attempt_id: string;
|
|
46788
46906
|
/** Type of the action. */
|
|
@@ -46803,6 +46921,8 @@ export type Routes = {
|
|
|
46803
46921
|
created_at: string;
|
|
46804
46922
|
/** Date and time at which the event occurred. */
|
|
46805
46923
|
occurred_at: string;
|
|
46924
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46925
|
+
event_description?: string | undefined;
|
|
46806
46926
|
/** ID of the affected action attempt. */
|
|
46807
46927
|
action_attempt_id: string;
|
|
46808
46928
|
/** Type of the action. */
|
|
@@ -46823,6 +46943,8 @@ export type Routes = {
|
|
|
46823
46943
|
created_at: string;
|
|
46824
46944
|
/** Date and time at which the event occurred. */
|
|
46825
46945
|
occurred_at: string;
|
|
46946
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46947
|
+
event_description?: string | undefined;
|
|
46826
46948
|
/** ID of the affected action attempt. */
|
|
46827
46949
|
action_attempt_id: string;
|
|
46828
46950
|
/** Type of the action. */
|
|
@@ -46843,6 +46965,8 @@ export type Routes = {
|
|
|
46843
46965
|
created_at: string;
|
|
46844
46966
|
/** Date and time at which the event occurred. */
|
|
46845
46967
|
occurred_at: string;
|
|
46968
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46969
|
+
event_description?: string | undefined;
|
|
46846
46970
|
/** ID of the affected action attempt. */
|
|
46847
46971
|
action_attempt_id: string;
|
|
46848
46972
|
/** Type of the action. */
|
|
@@ -46863,6 +46987,8 @@ export type Routes = {
|
|
|
46863
46987
|
created_at: string;
|
|
46864
46988
|
/** Date and time at which the event occurred. */
|
|
46865
46989
|
occurred_at: string;
|
|
46990
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
46991
|
+
event_description?: string | undefined;
|
|
46866
46992
|
/** ID of the affected action attempt. */
|
|
46867
46993
|
action_attempt_id: string;
|
|
46868
46994
|
/** Type of the action. */
|
|
@@ -46883,6 +47009,8 @@ export type Routes = {
|
|
|
46883
47009
|
created_at: string;
|
|
46884
47010
|
/** Date and time at which the event occurred. */
|
|
46885
47011
|
occurred_at: string;
|
|
47012
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47013
|
+
event_description?: string | undefined;
|
|
46886
47014
|
/** ID of the affected action attempt. */
|
|
46887
47015
|
action_attempt_id: string;
|
|
46888
47016
|
/** Type of the action. */
|
|
@@ -46903,6 +47031,8 @@ export type Routes = {
|
|
|
46903
47031
|
created_at: string;
|
|
46904
47032
|
/** Date and time at which the event occurred. */
|
|
46905
47033
|
occurred_at: string;
|
|
47034
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47035
|
+
event_description?: string | undefined;
|
|
46906
47036
|
/** ID of the affected action attempt. */
|
|
46907
47037
|
action_attempt_id: string;
|
|
46908
47038
|
/** Type of the action. */
|
|
@@ -46923,6 +47053,8 @@ export type Routes = {
|
|
|
46923
47053
|
created_at: string;
|
|
46924
47054
|
/** Date and time at which the event occurred. */
|
|
46925
47055
|
occurred_at: string;
|
|
47056
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47057
|
+
event_description?: string | undefined;
|
|
46926
47058
|
/** ID of the affected Connect Webview. */
|
|
46927
47059
|
connect_webview_id: string;
|
|
46928
47060
|
event_type: 'connect_webview.login_succeeded';
|
|
@@ -46943,6 +47075,8 @@ export type Routes = {
|
|
|
46943
47075
|
created_at: string;
|
|
46944
47076
|
/** Date and time at which the event occurred. */
|
|
46945
47077
|
occurred_at: string;
|
|
47078
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47079
|
+
event_description?: string | undefined;
|
|
46946
47080
|
/** ID of the affected Connect Webview. */
|
|
46947
47081
|
connect_webview_id: string;
|
|
46948
47082
|
event_type: 'connect_webview.login_failed';
|
|
@@ -46955,6 +47089,8 @@ export type Routes = {
|
|
|
46955
47089
|
created_at: string;
|
|
46956
47090
|
/** Date and time at which the event occurred. */
|
|
46957
47091
|
occurred_at: string;
|
|
47092
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47093
|
+
event_description?: string | undefined;
|
|
46958
47094
|
/** ID of the affected device. */
|
|
46959
47095
|
device_id: string;
|
|
46960
47096
|
/** ID of the connected account associated with the event. */
|
|
@@ -46979,6 +47115,8 @@ export type Routes = {
|
|
|
46979
47115
|
created_at: string;
|
|
46980
47116
|
/** Date and time at which the event occurred. */
|
|
46981
47117
|
occurred_at: string;
|
|
47118
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47119
|
+
event_description?: string | undefined;
|
|
46982
47120
|
/** ID of the affected device. */
|
|
46983
47121
|
device_id: string;
|
|
46984
47122
|
/** ID of the connected account associated with the event. */
|
|
@@ -47003,6 +47141,8 @@ export type Routes = {
|
|
|
47003
47141
|
created_at: string;
|
|
47004
47142
|
/** Date and time at which the event occurred. */
|
|
47005
47143
|
occurred_at: string;
|
|
47144
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47145
|
+
event_description?: string | undefined;
|
|
47006
47146
|
/** ID of the affected device. */
|
|
47007
47147
|
device_id: string;
|
|
47008
47148
|
/** ID of the connected account associated with the event. */
|
|
@@ -47027,6 +47167,8 @@ export type Routes = {
|
|
|
47027
47167
|
created_at: string;
|
|
47028
47168
|
/** Date and time at which the event occurred. */
|
|
47029
47169
|
occurred_at: string;
|
|
47170
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47171
|
+
event_description?: string | undefined;
|
|
47030
47172
|
/** ID of the affected device. */
|
|
47031
47173
|
device_id: string;
|
|
47032
47174
|
/** ID of the connected account associated with the event. */
|
|
@@ -47051,6 +47193,8 @@ export type Routes = {
|
|
|
47051
47193
|
created_at: string;
|
|
47052
47194
|
/** Date and time at which the event occurred. */
|
|
47053
47195
|
occurred_at: string;
|
|
47196
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47197
|
+
event_description?: string | undefined;
|
|
47054
47198
|
/** ID of the affected device. */
|
|
47055
47199
|
device_id: string;
|
|
47056
47200
|
/** ID of the connected account associated with the event. */
|
|
@@ -47075,6 +47219,8 @@ export type Routes = {
|
|
|
47075
47219
|
created_at: string;
|
|
47076
47220
|
/** Date and time at which the event occurred. */
|
|
47077
47221
|
occurred_at: string;
|
|
47222
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47223
|
+
event_description?: string | undefined;
|
|
47078
47224
|
/** ID of the affected device. */
|
|
47079
47225
|
device_id: string;
|
|
47080
47226
|
/** ID of the connected account associated with the event. */
|
|
@@ -47137,6 +47283,8 @@ export type Routes = {
|
|
|
47137
47283
|
created_at: string;
|
|
47138
47284
|
/** Date and time at which the event occurred. */
|
|
47139
47285
|
occurred_at: string;
|
|
47286
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47287
|
+
event_description?: string | undefined;
|
|
47140
47288
|
/** ID of the affected device. */
|
|
47141
47289
|
device_id: string;
|
|
47142
47290
|
/** ID of the connected account associated with the event. */
|
|
@@ -47199,6 +47347,8 @@ export type Routes = {
|
|
|
47199
47347
|
created_at: string;
|
|
47200
47348
|
/** Date and time at which the event occurred. */
|
|
47201
47349
|
occurred_at: string;
|
|
47350
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47351
|
+
event_description?: string | undefined;
|
|
47202
47352
|
/** ID of the affected device. */
|
|
47203
47353
|
device_id: string;
|
|
47204
47354
|
/** ID of the connected account associated with the event. */
|
|
@@ -47223,6 +47373,8 @@ export type Routes = {
|
|
|
47223
47373
|
created_at: string;
|
|
47224
47374
|
/** Date and time at which the event occurred. */
|
|
47225
47375
|
occurred_at: string;
|
|
47376
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47377
|
+
event_description?: string | undefined;
|
|
47226
47378
|
/** ID of the affected device. */
|
|
47227
47379
|
device_id: string;
|
|
47228
47380
|
/** ID of the connected account associated with the event. */
|
|
@@ -47249,6 +47401,8 @@ export type Routes = {
|
|
|
47249
47401
|
created_at: string;
|
|
47250
47402
|
/** Date and time at which the event occurred. */
|
|
47251
47403
|
occurred_at: string;
|
|
47404
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47405
|
+
event_description?: string | undefined;
|
|
47252
47406
|
/** ID of the affected device. */
|
|
47253
47407
|
device_id: string;
|
|
47254
47408
|
/** ID of the connected account associated with the event. */
|
|
@@ -47277,6 +47431,8 @@ export type Routes = {
|
|
|
47277
47431
|
created_at: string;
|
|
47278
47432
|
/** Date and time at which the event occurred. */
|
|
47279
47433
|
occurred_at: string;
|
|
47434
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47435
|
+
event_description?: string | undefined;
|
|
47280
47436
|
/** ID of the affected device. */
|
|
47281
47437
|
device_id: string;
|
|
47282
47438
|
/** ID of the connected account associated with the event. */
|
|
@@ -47301,6 +47457,8 @@ export type Routes = {
|
|
|
47301
47457
|
created_at: string;
|
|
47302
47458
|
/** Date and time at which the event occurred. */
|
|
47303
47459
|
occurred_at: string;
|
|
47460
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47461
|
+
event_description?: string | undefined;
|
|
47304
47462
|
/** ID of the affected device. */
|
|
47305
47463
|
device_id: string;
|
|
47306
47464
|
/** ID of the connected account associated with the event. */
|
|
@@ -47327,6 +47485,8 @@ export type Routes = {
|
|
|
47327
47485
|
created_at: string;
|
|
47328
47486
|
/** Date and time at which the event occurred. */
|
|
47329
47487
|
occurred_at: string;
|
|
47488
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47489
|
+
event_description?: string | undefined;
|
|
47330
47490
|
/** ID of the affected device. */
|
|
47331
47491
|
device_id: string;
|
|
47332
47492
|
/** ID of the connected account associated with the event. */
|
|
@@ -47351,6 +47511,8 @@ export type Routes = {
|
|
|
47351
47511
|
created_at: string;
|
|
47352
47512
|
/** Date and time at which the event occurred. */
|
|
47353
47513
|
occurred_at: string;
|
|
47514
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47515
|
+
event_description?: string | undefined;
|
|
47354
47516
|
/** ID of the affected device. */
|
|
47355
47517
|
device_id: string;
|
|
47356
47518
|
/** ID of the connected account associated with the event. */
|
|
@@ -47375,6 +47537,8 @@ export type Routes = {
|
|
|
47375
47537
|
created_at: string;
|
|
47376
47538
|
/** Date and time at which the event occurred. */
|
|
47377
47539
|
occurred_at: string;
|
|
47540
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47541
|
+
event_description?: string | undefined;
|
|
47378
47542
|
/** ID of the affected device. */
|
|
47379
47543
|
device_id: string;
|
|
47380
47544
|
/** ID of the connected account associated with the event. */
|
|
@@ -47399,6 +47563,8 @@ export type Routes = {
|
|
|
47399
47563
|
created_at: string;
|
|
47400
47564
|
/** Date and time at which the event occurred. */
|
|
47401
47565
|
occurred_at: string;
|
|
47566
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47567
|
+
event_description?: string | undefined;
|
|
47402
47568
|
/** ID of the affected device. */
|
|
47403
47569
|
device_id: string;
|
|
47404
47570
|
/** ID of the connected account associated with the event. */
|
|
@@ -47423,6 +47589,8 @@ export type Routes = {
|
|
|
47423
47589
|
created_at: string;
|
|
47424
47590
|
/** Date and time at which the event occurred. */
|
|
47425
47591
|
occurred_at: string;
|
|
47592
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47593
|
+
event_description?: string | undefined;
|
|
47426
47594
|
/** ID of the affected device. */
|
|
47427
47595
|
device_id: string;
|
|
47428
47596
|
/** ID of the connected account associated with the event. */
|
|
@@ -47483,6 +47651,8 @@ export type Routes = {
|
|
|
47483
47651
|
created_at: string;
|
|
47484
47652
|
/** Date and time at which the event occurred. */
|
|
47485
47653
|
occurred_at: string;
|
|
47654
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47655
|
+
event_description?: string | undefined;
|
|
47486
47656
|
/** ID of the affected device. */
|
|
47487
47657
|
device_id: string;
|
|
47488
47658
|
/** ID of the connected account associated with the event. */
|
|
@@ -47507,6 +47677,8 @@ export type Routes = {
|
|
|
47507
47677
|
created_at: string;
|
|
47508
47678
|
/** Date and time at which the event occurred. */
|
|
47509
47679
|
occurred_at: string;
|
|
47680
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47681
|
+
event_description?: string | undefined;
|
|
47510
47682
|
/** ID of the affected device. */
|
|
47511
47683
|
device_id: string;
|
|
47512
47684
|
/** ID of the connected account associated with the event. */
|
|
@@ -47567,6 +47739,8 @@ export type Routes = {
|
|
|
47567
47739
|
created_at: string;
|
|
47568
47740
|
/** Date and time at which the event occurred. */
|
|
47569
47741
|
occurred_at: string;
|
|
47742
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47743
|
+
event_description?: string | undefined;
|
|
47570
47744
|
/** ID of the affected device. */
|
|
47571
47745
|
device_id: string;
|
|
47572
47746
|
/** ID of the connected account associated with the event. */
|
|
@@ -47591,6 +47765,8 @@ export type Routes = {
|
|
|
47591
47765
|
created_at: string;
|
|
47592
47766
|
/** Date and time at which the event occurred. */
|
|
47593
47767
|
occurred_at: string;
|
|
47768
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47769
|
+
event_description?: string | undefined;
|
|
47594
47770
|
/** ID of the affected device. */
|
|
47595
47771
|
device_id: string;
|
|
47596
47772
|
/** ID of the connected account associated with the event. */
|
|
@@ -47615,6 +47791,8 @@ export type Routes = {
|
|
|
47615
47791
|
created_at: string;
|
|
47616
47792
|
/** Date and time at which the event occurred. */
|
|
47617
47793
|
occurred_at: string;
|
|
47794
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47795
|
+
event_description?: string | undefined;
|
|
47618
47796
|
/** ID of the affected device. */
|
|
47619
47797
|
device_id: string;
|
|
47620
47798
|
/** ID of the connected account associated with the event. */
|
|
@@ -47675,6 +47853,8 @@ export type Routes = {
|
|
|
47675
47853
|
created_at: string;
|
|
47676
47854
|
/** Date and time at which the event occurred. */
|
|
47677
47855
|
occurred_at: string;
|
|
47856
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47857
|
+
event_description?: string | undefined;
|
|
47678
47858
|
/** ID of the affected device. */
|
|
47679
47859
|
device_id: string;
|
|
47680
47860
|
/** ID of the connected account associated with the event. */
|
|
@@ -47715,6 +47895,8 @@ export type Routes = {
|
|
|
47715
47895
|
created_at: string;
|
|
47716
47896
|
/** Date and time at which the event occurred. */
|
|
47717
47897
|
occurred_at: string;
|
|
47898
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47899
|
+
event_description?: string | undefined;
|
|
47718
47900
|
/** ID of the affected device. */
|
|
47719
47901
|
device_id: string;
|
|
47720
47902
|
/** ID of the connected account associated with the event. */
|
|
@@ -47759,6 +47941,8 @@ export type Routes = {
|
|
|
47759
47941
|
created_at: string;
|
|
47760
47942
|
/** Date and time at which the event occurred. */
|
|
47761
47943
|
occurred_at: string;
|
|
47944
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
47945
|
+
event_description?: string | undefined;
|
|
47762
47946
|
/** ID of the affected device. */
|
|
47763
47947
|
device_id?: string | undefined;
|
|
47764
47948
|
/** ID of the connected account associated with the event. */
|
|
@@ -47827,6 +48011,8 @@ export type Routes = {
|
|
|
47827
48011
|
created_at: string;
|
|
47828
48012
|
/** Date and time at which the event occurred. */
|
|
47829
48013
|
occurred_at: string;
|
|
48014
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48015
|
+
event_description?: string | undefined;
|
|
47830
48016
|
/** ID of the affected device. */
|
|
47831
48017
|
device_id?: string | undefined;
|
|
47832
48018
|
/** ID of the connected account associated with the event. */
|
|
@@ -47877,6 +48063,8 @@ export type Routes = {
|
|
|
47877
48063
|
created_at: string;
|
|
47878
48064
|
/** Date and time at which the event occurred. */
|
|
47879
48065
|
occurred_at: string;
|
|
48066
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48067
|
+
event_description?: string | undefined;
|
|
47880
48068
|
/** ID of the affected device. */
|
|
47881
48069
|
device_id: string;
|
|
47882
48070
|
/** ID of the connected account associated with the event. */
|
|
@@ -47907,6 +48095,8 @@ export type Routes = {
|
|
|
47907
48095
|
created_at: string;
|
|
47908
48096
|
/** Date and time at which the event occurred. */
|
|
47909
48097
|
occurred_at: string;
|
|
48098
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48099
|
+
event_description?: string | undefined;
|
|
47910
48100
|
/** ID of the affected device. */
|
|
47911
48101
|
device_id: string;
|
|
47912
48102
|
/** ID of the connected account associated with the event. */
|
|
@@ -47945,6 +48135,8 @@ export type Routes = {
|
|
|
47945
48135
|
created_at: string;
|
|
47946
48136
|
/** Date and time at which the event occurred. */
|
|
47947
48137
|
occurred_at: string;
|
|
48138
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48139
|
+
event_description?: string | undefined;
|
|
47948
48140
|
/** ID of the affected device. */
|
|
47949
48141
|
device_id: string;
|
|
47950
48142
|
/** ID of the connected account associated with the event. */
|
|
@@ -47981,6 +48173,8 @@ export type Routes = {
|
|
|
47981
48173
|
created_at: string;
|
|
47982
48174
|
/** Date and time at which the event occurred. */
|
|
47983
48175
|
occurred_at: string;
|
|
48176
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48177
|
+
event_description?: string | undefined;
|
|
47984
48178
|
/** ID of the affected device. */
|
|
47985
48179
|
device_id: string;
|
|
47986
48180
|
/** ID of the connected account associated with the event. */
|
|
@@ -48017,6 +48211,8 @@ export type Routes = {
|
|
|
48017
48211
|
created_at: string;
|
|
48018
48212
|
/** Date and time at which the event occurred. */
|
|
48019
48213
|
occurred_at: string;
|
|
48214
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48215
|
+
event_description?: string | undefined;
|
|
48020
48216
|
/** ID of the affected device. */
|
|
48021
48217
|
device_id: string;
|
|
48022
48218
|
/** ID of the connected account associated with the event. */
|
|
@@ -48049,6 +48245,8 @@ export type Routes = {
|
|
|
48049
48245
|
created_at: string;
|
|
48050
48246
|
/** Date and time at which the event occurred. */
|
|
48051
48247
|
occurred_at: string;
|
|
48248
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48249
|
+
event_description?: string | undefined;
|
|
48052
48250
|
/** ID of the affected device. */
|
|
48053
48251
|
device_id: string;
|
|
48054
48252
|
/** ID of the connected account associated with the event. */
|
|
@@ -48077,6 +48275,8 @@ export type Routes = {
|
|
|
48077
48275
|
created_at: string;
|
|
48078
48276
|
/** Date and time at which the event occurred. */
|
|
48079
48277
|
occurred_at: string;
|
|
48278
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48279
|
+
event_description?: string | undefined;
|
|
48080
48280
|
/** ID of the affected device. */
|
|
48081
48281
|
device_id: string;
|
|
48082
48282
|
/** ID of the connected account associated with the event. */
|
|
@@ -48103,6 +48303,8 @@ export type Routes = {
|
|
|
48103
48303
|
created_at: string;
|
|
48104
48304
|
/** Date and time at which the event occurred. */
|
|
48105
48305
|
occurred_at: string;
|
|
48306
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48307
|
+
event_description?: string | undefined;
|
|
48106
48308
|
/** ID of the affected device. */
|
|
48107
48309
|
device_id: string;
|
|
48108
48310
|
/** ID of the connected account associated with the event. */
|
|
@@ -48135,6 +48337,8 @@ export type Routes = {
|
|
|
48135
48337
|
created_at: string;
|
|
48136
48338
|
/** Date and time at which the event occurred. */
|
|
48137
48339
|
occurred_at: string;
|
|
48340
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48341
|
+
event_description?: string | undefined;
|
|
48138
48342
|
/** ID of the affected device. */
|
|
48139
48343
|
device_id: string;
|
|
48140
48344
|
/** ID of the connected account associated with the event. */
|
|
@@ -48163,6 +48367,8 @@ export type Routes = {
|
|
|
48163
48367
|
created_at: string;
|
|
48164
48368
|
/** Date and time at which the event occurred. */
|
|
48165
48369
|
occurred_at: string;
|
|
48370
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48371
|
+
event_description?: string | undefined;
|
|
48166
48372
|
/** ID of the affected enrollment automation. */
|
|
48167
48373
|
enrollment_automation_id: string;
|
|
48168
48374
|
event_type: 'enrollment_automation.deleted';
|
|
@@ -48175,6 +48381,8 @@ export type Routes = {
|
|
|
48175
48381
|
created_at: string;
|
|
48176
48382
|
/** Date and time at which the event occurred. */
|
|
48177
48383
|
occurred_at: string;
|
|
48384
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48385
|
+
event_description?: string | undefined;
|
|
48178
48386
|
/** ID of the affected phone device. */
|
|
48179
48387
|
device_id: string;
|
|
48180
48388
|
/** Custom metadata of the device; present when device_id is provided. */
|
|
@@ -48191,6 +48399,8 @@ export type Routes = {
|
|
|
48191
48399
|
created_at: string;
|
|
48192
48400
|
/** Date and time at which the event occurred. */
|
|
48193
48401
|
occurred_at: string;
|
|
48402
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48403
|
+
event_description?: string | undefined;
|
|
48194
48404
|
/** ID of the affected space. */
|
|
48195
48405
|
space_id: string;
|
|
48196
48406
|
/** Type of the event. */
|
|
@@ -48210,6 +48420,8 @@ export type Routes = {
|
|
|
48210
48420
|
created_at: string;
|
|
48211
48421
|
/** Date and time at which the event occurred. */
|
|
48212
48422
|
occurred_at: string;
|
|
48423
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48424
|
+
event_description?: string | undefined;
|
|
48213
48425
|
/** ID of the affected space. */
|
|
48214
48426
|
space_id: string;
|
|
48215
48427
|
/** Type of the event. */
|
|
@@ -48229,6 +48441,8 @@ export type Routes = {
|
|
|
48229
48441
|
created_at: string;
|
|
48230
48442
|
/** Date and time at which the event occurred. */
|
|
48231
48443
|
occurred_at: string;
|
|
48444
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48445
|
+
event_description?: string | undefined;
|
|
48232
48446
|
/** ID of the affected space. */
|
|
48233
48447
|
space_id: string;
|
|
48234
48448
|
/** Type of the event. */
|
|
@@ -48318,6 +48532,8 @@ export type Routes = {
|
|
|
48318
48532
|
created_at: string;
|
|
48319
48533
|
/** Date and time at which the event occurred. */
|
|
48320
48534
|
occurred_at: string;
|
|
48535
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48536
|
+
event_description?: string | undefined;
|
|
48321
48537
|
/** ID of the affected access code. */
|
|
48322
48538
|
access_code_id: string;
|
|
48323
48539
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48342,6 +48558,8 @@ export type Routes = {
|
|
|
48342
48558
|
created_at: string;
|
|
48343
48559
|
/** Date and time at which the event occurred. */
|
|
48344
48560
|
occurred_at: string;
|
|
48561
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48562
|
+
event_description?: string | undefined;
|
|
48345
48563
|
/** ID of the affected access code. */
|
|
48346
48564
|
access_code_id: string;
|
|
48347
48565
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48377,6 +48595,8 @@ export type Routes = {
|
|
|
48377
48595
|
created_at: string;
|
|
48378
48596
|
/** Date and time at which the event occurred. */
|
|
48379
48597
|
occurred_at: string;
|
|
48598
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48599
|
+
event_description?: string | undefined;
|
|
48380
48600
|
/** ID of the affected access code. */
|
|
48381
48601
|
access_code_id: string;
|
|
48382
48602
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48413,6 +48633,8 @@ export type Routes = {
|
|
|
48413
48633
|
created_at: string;
|
|
48414
48634
|
/** Date and time at which the event occurred. */
|
|
48415
48635
|
occurred_at: string;
|
|
48636
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48637
|
+
event_description?: string | undefined;
|
|
48416
48638
|
/** ID of the affected access code. */
|
|
48417
48639
|
access_code_id: string;
|
|
48418
48640
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48449,6 +48671,8 @@ export type Routes = {
|
|
|
48449
48671
|
created_at: string;
|
|
48450
48672
|
/** Date and time at which the event occurred. */
|
|
48451
48673
|
occurred_at: string;
|
|
48674
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48675
|
+
event_description?: string | undefined;
|
|
48452
48676
|
/** ID of the affected access code. */
|
|
48453
48677
|
access_code_id: string;
|
|
48454
48678
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48489,6 +48713,8 @@ export type Routes = {
|
|
|
48489
48713
|
created_at: string;
|
|
48490
48714
|
/** Date and time at which the event occurred. */
|
|
48491
48715
|
occurred_at: string;
|
|
48716
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48717
|
+
event_description?: string | undefined;
|
|
48492
48718
|
/** ID of the affected access code. */
|
|
48493
48719
|
access_code_id: string;
|
|
48494
48720
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48526,6 +48752,8 @@ export type Routes = {
|
|
|
48526
48752
|
created_at: string;
|
|
48527
48753
|
/** Date and time at which the event occurred. */
|
|
48528
48754
|
occurred_at: string;
|
|
48755
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48756
|
+
event_description?: string | undefined;
|
|
48529
48757
|
/** ID of the affected access code. */
|
|
48530
48758
|
access_code_id: string;
|
|
48531
48759
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48552,6 +48780,8 @@ export type Routes = {
|
|
|
48552
48780
|
created_at: string;
|
|
48553
48781
|
/** Date and time at which the event occurred. */
|
|
48554
48782
|
occurred_at: string;
|
|
48783
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48784
|
+
event_description?: string | undefined;
|
|
48555
48785
|
/** ID of the affected access code. */
|
|
48556
48786
|
access_code_id: string;
|
|
48557
48787
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48578,6 +48808,8 @@ export type Routes = {
|
|
|
48578
48808
|
created_at: string;
|
|
48579
48809
|
/** Date and time at which the event occurred. */
|
|
48580
48810
|
occurred_at: string;
|
|
48811
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48812
|
+
event_description?: string | undefined;
|
|
48581
48813
|
/** ID of the affected access code. */
|
|
48582
48814
|
access_code_id: string;
|
|
48583
48815
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48602,6 +48834,8 @@ export type Routes = {
|
|
|
48602
48834
|
created_at: string;
|
|
48603
48835
|
/** Date and time at which the event occurred. */
|
|
48604
48836
|
occurred_at: string;
|
|
48837
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48838
|
+
event_description?: string | undefined;
|
|
48605
48839
|
/** ID of the affected access code. */
|
|
48606
48840
|
access_code_id: string;
|
|
48607
48841
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48680,6 +48914,8 @@ export type Routes = {
|
|
|
48680
48914
|
created_at: string;
|
|
48681
48915
|
/** Date and time at which the event occurred. */
|
|
48682
48916
|
occurred_at: string;
|
|
48917
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48918
|
+
event_description?: string | undefined;
|
|
48683
48919
|
/** ID of the affected access code. */
|
|
48684
48920
|
access_code_id: string;
|
|
48685
48921
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48758,6 +48994,8 @@ export type Routes = {
|
|
|
48758
48994
|
created_at: string;
|
|
48759
48995
|
/** Date and time at which the event occurred. */
|
|
48760
48996
|
occurred_at: string;
|
|
48997
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48998
|
+
event_description?: string | undefined;
|
|
48761
48999
|
/** ID of the affected access code. */
|
|
48762
49000
|
access_code_id: string;
|
|
48763
49001
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48784,6 +49022,8 @@ export type Routes = {
|
|
|
48784
49022
|
created_at: string;
|
|
48785
49023
|
/** Date and time at which the event occurred. */
|
|
48786
49024
|
occurred_at: string;
|
|
49025
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49026
|
+
event_description?: string | undefined;
|
|
48787
49027
|
/** ID of the affected access code. */
|
|
48788
49028
|
access_code_id: string;
|
|
48789
49029
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48862,6 +49102,8 @@ export type Routes = {
|
|
|
48862
49102
|
created_at: string;
|
|
48863
49103
|
/** Date and time at which the event occurred. */
|
|
48864
49104
|
occurred_at: string;
|
|
49105
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49106
|
+
event_description?: string | undefined;
|
|
48865
49107
|
/** ID of the affected access code. */
|
|
48866
49108
|
access_code_id: string;
|
|
48867
49109
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48940,6 +49182,8 @@ export type Routes = {
|
|
|
48940
49182
|
created_at: string;
|
|
48941
49183
|
/** Date and time at which the event occurred. */
|
|
48942
49184
|
occurred_at: string;
|
|
49185
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49186
|
+
event_description?: string | undefined;
|
|
48943
49187
|
/** ID of the affected access code. */
|
|
48944
49188
|
access_code_id: string;
|
|
48945
49189
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48964,6 +49208,8 @@ export type Routes = {
|
|
|
48964
49208
|
created_at: string;
|
|
48965
49209
|
/** Date and time at which the event occurred. */
|
|
48966
49210
|
occurred_at: string;
|
|
49211
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49212
|
+
event_description?: string | undefined;
|
|
48967
49213
|
/** ID of the affected access code. */
|
|
48968
49214
|
access_code_id: string;
|
|
48969
49215
|
/** ID of the device associated with the affected access code. */
|
|
@@ -48988,6 +49234,8 @@ export type Routes = {
|
|
|
48988
49234
|
created_at: string;
|
|
48989
49235
|
/** Date and time at which the event occurred. */
|
|
48990
49236
|
occurred_at: string;
|
|
49237
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49238
|
+
event_description?: string | undefined;
|
|
48991
49239
|
/** ID of the affected access code. */
|
|
48992
49240
|
access_code_id: string;
|
|
48993
49241
|
/** ID of the device associated with the affected access code. */
|
|
@@ -49014,6 +49262,8 @@ export type Routes = {
|
|
|
49014
49262
|
created_at: string;
|
|
49015
49263
|
/** Date and time at which the event occurred. */
|
|
49016
49264
|
occurred_at: string;
|
|
49265
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49266
|
+
event_description?: string | undefined;
|
|
49017
49267
|
/** ID of the affected access code. */
|
|
49018
49268
|
access_code_id: string;
|
|
49019
49269
|
/** ID of the device associated with the affected access code. */
|
|
@@ -49038,6 +49288,8 @@ export type Routes = {
|
|
|
49038
49288
|
created_at: string;
|
|
49039
49289
|
/** Date and time at which the event occurred. */
|
|
49040
49290
|
occurred_at: string;
|
|
49291
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49292
|
+
event_description?: string | undefined;
|
|
49041
49293
|
/** ID of the affected access code. */
|
|
49042
49294
|
access_code_id: string;
|
|
49043
49295
|
/** ID of the device associated with the affected access code. */
|
|
@@ -49116,6 +49368,8 @@ export type Routes = {
|
|
|
49116
49368
|
created_at: string;
|
|
49117
49369
|
/** Date and time at which the event occurred. */
|
|
49118
49370
|
occurred_at: string;
|
|
49371
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49372
|
+
event_description?: string | undefined;
|
|
49119
49373
|
/** ID of the affected access code. */
|
|
49120
49374
|
access_code_id: string;
|
|
49121
49375
|
/** ID of the device associated with the affected access code. */
|
|
@@ -49140,6 +49394,8 @@ export type Routes = {
|
|
|
49140
49394
|
created_at: string;
|
|
49141
49395
|
/** Date and time at which the event occurred. */
|
|
49142
49396
|
occurred_at: string;
|
|
49397
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49398
|
+
event_description?: string | undefined;
|
|
49143
49399
|
/** ID of the affected access code. */
|
|
49144
49400
|
access_code_id: string;
|
|
49145
49401
|
/** ID of the device associated with the affected access code. */
|
|
@@ -49164,6 +49420,8 @@ export type Routes = {
|
|
|
49164
49420
|
created_at: string;
|
|
49165
49421
|
/** Date and time at which the event occurred. */
|
|
49166
49422
|
occurred_at: string;
|
|
49423
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49424
|
+
event_description?: string | undefined;
|
|
49167
49425
|
/** ID of the affected Access Grant. */
|
|
49168
49426
|
access_grant_id: string;
|
|
49169
49427
|
event_type: 'access_grant.created';
|
|
@@ -49176,6 +49434,8 @@ export type Routes = {
|
|
|
49176
49434
|
created_at: string;
|
|
49177
49435
|
/** Date and time at which the event occurred. */
|
|
49178
49436
|
occurred_at: string;
|
|
49437
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49438
|
+
event_description?: string | undefined;
|
|
49179
49439
|
/** ID of the affected Access Grant. */
|
|
49180
49440
|
access_grant_id: string;
|
|
49181
49441
|
event_type: 'access_grant.deleted';
|
|
@@ -49188,6 +49448,8 @@ export type Routes = {
|
|
|
49188
49448
|
created_at: string;
|
|
49189
49449
|
/** Date and time at which the event occurred. */
|
|
49190
49450
|
occurred_at: string;
|
|
49451
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49452
|
+
event_description?: string | undefined;
|
|
49191
49453
|
/** ID of the affected Access Grant. */
|
|
49192
49454
|
access_grant_id: string;
|
|
49193
49455
|
event_type: 'access_grant.access_granted_to_all_doors';
|
|
@@ -49200,6 +49462,8 @@ export type Routes = {
|
|
|
49200
49462
|
created_at: string;
|
|
49201
49463
|
/** Date and time at which the event occurred. */
|
|
49202
49464
|
occurred_at: string;
|
|
49465
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49466
|
+
event_description?: string | undefined;
|
|
49203
49467
|
/** ID of the affected Access Grant. */
|
|
49204
49468
|
access_grant_id: string;
|
|
49205
49469
|
event_type: 'access_grant.access_granted_to_door';
|
|
@@ -49214,6 +49478,8 @@ export type Routes = {
|
|
|
49214
49478
|
created_at: string;
|
|
49215
49479
|
/** Date and time at which the event occurred. */
|
|
49216
49480
|
occurred_at: string;
|
|
49481
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49482
|
+
event_description?: string | undefined;
|
|
49217
49483
|
/** ID of the affected Access Grant. */
|
|
49218
49484
|
access_grant_id: string;
|
|
49219
49485
|
event_type: 'access_grant.access_to_door_lost';
|
|
@@ -49228,6 +49494,8 @@ export type Routes = {
|
|
|
49228
49494
|
created_at: string;
|
|
49229
49495
|
/** Date and time at which the event occurred. */
|
|
49230
49496
|
occurred_at: string;
|
|
49497
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49498
|
+
event_description?: string | undefined;
|
|
49231
49499
|
/** ID of the affected Access Grant. */
|
|
49232
49500
|
access_grant_id: string;
|
|
49233
49501
|
event_type: 'access_grant.access_times_changed';
|
|
@@ -49246,6 +49514,8 @@ export type Routes = {
|
|
|
49246
49514
|
created_at: string;
|
|
49247
49515
|
/** Date and time at which the event occurred. */
|
|
49248
49516
|
occurred_at: string;
|
|
49517
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49518
|
+
event_description?: string | undefined;
|
|
49249
49519
|
/** ID of the affected Access Grant. */
|
|
49250
49520
|
access_grant_id: string;
|
|
49251
49521
|
event_type: 'access_grant.could_not_create_requested_access_methods';
|
|
@@ -49262,6 +49532,8 @@ export type Routes = {
|
|
|
49262
49532
|
created_at: string;
|
|
49263
49533
|
/** Date and time at which the event occurred. */
|
|
49264
49534
|
occurred_at: string;
|
|
49535
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49536
|
+
event_description?: string | undefined;
|
|
49265
49537
|
/** ID of the affected access method. */
|
|
49266
49538
|
access_method_id: string;
|
|
49267
49539
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49282,6 +49554,8 @@ export type Routes = {
|
|
|
49282
49554
|
created_at: string;
|
|
49283
49555
|
/** Date and time at which the event occurred. */
|
|
49284
49556
|
occurred_at: string;
|
|
49557
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49558
|
+
event_description?: string | undefined;
|
|
49285
49559
|
/** ID of the affected access method. */
|
|
49286
49560
|
access_method_id: string;
|
|
49287
49561
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49298,6 +49572,8 @@ export type Routes = {
|
|
|
49298
49572
|
created_at: string;
|
|
49299
49573
|
/** Date and time at which the event occurred. */
|
|
49300
49574
|
occurred_at: string;
|
|
49575
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49576
|
+
event_description?: string | undefined;
|
|
49301
49577
|
/** ID of the affected access method. */
|
|
49302
49578
|
access_method_id: string;
|
|
49303
49579
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49314,6 +49590,8 @@ export type Routes = {
|
|
|
49314
49590
|
created_at: string;
|
|
49315
49591
|
/** Date and time at which the event occurred. */
|
|
49316
49592
|
occurred_at: string;
|
|
49593
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49594
|
+
event_description?: string | undefined;
|
|
49317
49595
|
/** ID of the affected access method. */
|
|
49318
49596
|
access_method_id: string;
|
|
49319
49597
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49330,6 +49608,8 @@ export type Routes = {
|
|
|
49330
49608
|
created_at: string;
|
|
49331
49609
|
/** Date and time at which the event occurred. */
|
|
49332
49610
|
occurred_at: string;
|
|
49611
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49612
|
+
event_description?: string | undefined;
|
|
49333
49613
|
/** ID of the affected access method. */
|
|
49334
49614
|
access_method_id: string;
|
|
49335
49615
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49350,6 +49630,8 @@ export type Routes = {
|
|
|
49350
49630
|
created_at: string;
|
|
49351
49631
|
/** Date and time at which the event occurred. */
|
|
49352
49632
|
occurred_at: string;
|
|
49633
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49634
|
+
event_description?: string | undefined;
|
|
49353
49635
|
/** ID of the affected access method. */
|
|
49354
49636
|
access_method_id: string;
|
|
49355
49637
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -49366,6 +49648,8 @@ export type Routes = {
|
|
|
49366
49648
|
created_at: string;
|
|
49367
49649
|
/** Date and time at which the event occurred. */
|
|
49368
49650
|
occurred_at: string;
|
|
49651
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49652
|
+
event_description?: string | undefined;
|
|
49369
49653
|
/** ID of the connected account. */
|
|
49370
49654
|
connected_account_id?: string | undefined;
|
|
49371
49655
|
/** ID of the access system. */
|
|
@@ -49380,6 +49664,8 @@ export type Routes = {
|
|
|
49380
49664
|
created_at: string;
|
|
49381
49665
|
/** Date and time at which the event occurred. */
|
|
49382
49666
|
occurred_at: string;
|
|
49667
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49668
|
+
event_description?: string | undefined;
|
|
49383
49669
|
/** ID of the connected account. */
|
|
49384
49670
|
connected_account_id?: string | undefined;
|
|
49385
49671
|
/** ID of the access system. */
|
|
@@ -49394,6 +49680,8 @@ export type Routes = {
|
|
|
49394
49680
|
created_at: string;
|
|
49395
49681
|
/** Date and time at which the event occurred. */
|
|
49396
49682
|
occurred_at: string;
|
|
49683
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49684
|
+
event_description?: string | undefined;
|
|
49397
49685
|
/** ID of the connected account. */
|
|
49398
49686
|
connected_account_id?: string | undefined;
|
|
49399
49687
|
/** ID of the access system. */
|
|
@@ -49444,6 +49732,8 @@ export type Routes = {
|
|
|
49444
49732
|
created_at: string;
|
|
49445
49733
|
/** Date and time at which the event occurred. */
|
|
49446
49734
|
occurred_at: string;
|
|
49735
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49736
|
+
event_description?: string | undefined;
|
|
49447
49737
|
/** ID of the connected account. */
|
|
49448
49738
|
connected_account_id?: string | undefined;
|
|
49449
49739
|
/** ID of the access system. */
|
|
@@ -49460,6 +49750,8 @@ export type Routes = {
|
|
|
49460
49750
|
created_at: string;
|
|
49461
49751
|
/** Date and time at which the event occurred. */
|
|
49462
49752
|
occurred_at: string;
|
|
49753
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49754
|
+
event_description?: string | undefined;
|
|
49463
49755
|
/** ID of the connected account. */
|
|
49464
49756
|
connected_account_id?: string | undefined;
|
|
49465
49757
|
/** ID of the access system. */
|
|
@@ -49476,6 +49768,8 @@ export type Routes = {
|
|
|
49476
49768
|
created_at: string;
|
|
49477
49769
|
/** Date and time at which the event occurred. */
|
|
49478
49770
|
occurred_at: string;
|
|
49771
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49772
|
+
event_description?: string | undefined;
|
|
49479
49773
|
/** ID of the connected account. */
|
|
49480
49774
|
connected_account_id?: string | undefined;
|
|
49481
49775
|
/** ID of the access system. */
|
|
@@ -49492,6 +49786,8 @@ export type Routes = {
|
|
|
49492
49786
|
created_at: string;
|
|
49493
49787
|
/** Date and time at which the event occurred. */
|
|
49494
49788
|
occurred_at: string;
|
|
49789
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49790
|
+
event_description?: string | undefined;
|
|
49495
49791
|
/** ID of the connected account. */
|
|
49496
49792
|
connected_account_id?: string | undefined;
|
|
49497
49793
|
/** ID of the access system. */
|
|
@@ -49508,6 +49804,8 @@ export type Routes = {
|
|
|
49508
49804
|
created_at: string;
|
|
49509
49805
|
/** Date and time at which the event occurred. */
|
|
49510
49806
|
occurred_at: string;
|
|
49807
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49808
|
+
event_description?: string | undefined;
|
|
49511
49809
|
/** ID of the connected account. */
|
|
49512
49810
|
connected_account_id?: string | undefined;
|
|
49513
49811
|
/** ID of the access system. */
|
|
@@ -49524,6 +49822,8 @@ export type Routes = {
|
|
|
49524
49822
|
created_at: string;
|
|
49525
49823
|
/** Date and time at which the event occurred. */
|
|
49526
49824
|
occurred_at: string;
|
|
49825
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49826
|
+
event_description?: string | undefined;
|
|
49527
49827
|
/** ID of the connected account. */
|
|
49528
49828
|
connected_account_id?: string | undefined;
|
|
49529
49829
|
/** ID of the access system. */
|
|
@@ -49540,6 +49840,8 @@ export type Routes = {
|
|
|
49540
49840
|
created_at: string;
|
|
49541
49841
|
/** Date and time at which the event occurred. */
|
|
49542
49842
|
occurred_at: string;
|
|
49843
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49844
|
+
event_description?: string | undefined;
|
|
49543
49845
|
/** ID of the connected account. */
|
|
49544
49846
|
connected_account_id?: string | undefined;
|
|
49545
49847
|
/** ID of the access system. */
|
|
@@ -49556,6 +49858,8 @@ export type Routes = {
|
|
|
49556
49858
|
created_at: string;
|
|
49557
49859
|
/** Date and time at which the event occurred. */
|
|
49558
49860
|
occurred_at: string;
|
|
49861
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49862
|
+
event_description?: string | undefined;
|
|
49559
49863
|
/** ID of the connected account. */
|
|
49560
49864
|
connected_account_id?: string | undefined;
|
|
49561
49865
|
/** ID of the access system. */
|
|
@@ -49572,6 +49876,8 @@ export type Routes = {
|
|
|
49572
49876
|
created_at: string;
|
|
49573
49877
|
/** Date and time at which the event occurred. */
|
|
49574
49878
|
occurred_at: string;
|
|
49879
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49880
|
+
event_description?: string | undefined;
|
|
49575
49881
|
/** ID of the connected account. */
|
|
49576
49882
|
connected_account_id?: string | undefined;
|
|
49577
49883
|
/** ID of the access system. */
|
|
@@ -49588,6 +49894,8 @@ export type Routes = {
|
|
|
49588
49894
|
created_at: string;
|
|
49589
49895
|
/** Date and time at which the event occurred. */
|
|
49590
49896
|
occurred_at: string;
|
|
49897
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49898
|
+
event_description?: string | undefined;
|
|
49591
49899
|
/** ID of the connected account. */
|
|
49592
49900
|
connected_account_id?: string | undefined;
|
|
49593
49901
|
/** ID of the access system. */
|
|
@@ -49604,6 +49912,8 @@ export type Routes = {
|
|
|
49604
49912
|
created_at: string;
|
|
49605
49913
|
/** Date and time at which the event occurred. */
|
|
49606
49914
|
occurred_at: string;
|
|
49915
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49916
|
+
event_description?: string | undefined;
|
|
49607
49917
|
/** ID of the connected account. */
|
|
49608
49918
|
connected_account_id?: string | undefined;
|
|
49609
49919
|
/** ID of the access system. */
|
|
@@ -49620,6 +49930,8 @@ export type Routes = {
|
|
|
49620
49930
|
created_at: string;
|
|
49621
49931
|
/** Date and time at which the event occurred. */
|
|
49622
49932
|
occurred_at: string;
|
|
49933
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49934
|
+
event_description?: string | undefined;
|
|
49623
49935
|
/** ID of the affected client session. */
|
|
49624
49936
|
client_session_id: string;
|
|
49625
49937
|
event_type: 'client_session.deleted';
|
|
@@ -49632,6 +49944,8 @@ export type Routes = {
|
|
|
49632
49944
|
created_at: string;
|
|
49633
49945
|
/** Date and time at which the event occurred. */
|
|
49634
49946
|
occurred_at: string;
|
|
49947
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49948
|
+
event_description?: string | undefined;
|
|
49635
49949
|
/** ID of the affected connected account. */
|
|
49636
49950
|
connected_account_id: string;
|
|
49637
49951
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49652,6 +49966,8 @@ export type Routes = {
|
|
|
49652
49966
|
created_at: string;
|
|
49653
49967
|
/** Date and time at which the event occurred. */
|
|
49654
49968
|
occurred_at: string;
|
|
49969
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49970
|
+
event_description?: string | undefined;
|
|
49655
49971
|
/** ID of the affected connected account. */
|
|
49656
49972
|
connected_account_id: string;
|
|
49657
49973
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49670,6 +49986,8 @@ export type Routes = {
|
|
|
49670
49986
|
created_at: string;
|
|
49671
49987
|
/** Date and time at which the event occurred. */
|
|
49672
49988
|
occurred_at: string;
|
|
49989
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
49990
|
+
event_description?: string | undefined;
|
|
49673
49991
|
/** ID of the affected connected account. */
|
|
49674
49992
|
connected_account_id: string;
|
|
49675
49993
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49688,6 +50006,8 @@ export type Routes = {
|
|
|
49688
50006
|
created_at: string;
|
|
49689
50007
|
/** Date and time at which the event occurred. */
|
|
49690
50008
|
occurred_at: string;
|
|
50009
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50010
|
+
event_description?: string | undefined;
|
|
49691
50011
|
/** ID of the affected connected account. */
|
|
49692
50012
|
connected_account_id: string;
|
|
49693
50013
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49722,6 +50042,8 @@ export type Routes = {
|
|
|
49722
50042
|
created_at: string;
|
|
49723
50043
|
/** Date and time at which the event occurred. */
|
|
49724
50044
|
occurred_at: string;
|
|
50045
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50046
|
+
event_description?: string | undefined;
|
|
49725
50047
|
/** ID of the affected connected account. */
|
|
49726
50048
|
connected_account_id: string;
|
|
49727
50049
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49738,6 +50060,8 @@ export type Routes = {
|
|
|
49738
50060
|
created_at: string;
|
|
49739
50061
|
/** Date and time at which the event occurred. */
|
|
49740
50062
|
occurred_at: string;
|
|
50063
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50064
|
+
event_description?: string | undefined;
|
|
49741
50065
|
/** ID of the affected connected account. */
|
|
49742
50066
|
connected_account_id: string;
|
|
49743
50067
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49758,6 +50082,8 @@ export type Routes = {
|
|
|
49758
50082
|
created_at: string;
|
|
49759
50083
|
/** Date and time at which the event occurred. */
|
|
49760
50084
|
occurred_at: string;
|
|
50085
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50086
|
+
event_description?: string | undefined;
|
|
49761
50087
|
/** ID of the affected connected account. */
|
|
49762
50088
|
connected_account_id: string;
|
|
49763
50089
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49774,6 +50100,8 @@ export type Routes = {
|
|
|
49774
50100
|
created_at: string;
|
|
49775
50101
|
/** Date and time at which the event occurred. */
|
|
49776
50102
|
occurred_at: string;
|
|
50103
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50104
|
+
event_description?: string | undefined;
|
|
49777
50105
|
/** ID of the affected connected account. */
|
|
49778
50106
|
connected_account_id: string;
|
|
49779
50107
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -49808,6 +50136,8 @@ export type Routes = {
|
|
|
49808
50136
|
created_at: string;
|
|
49809
50137
|
/** Date and time at which the event occurred. */
|
|
49810
50138
|
occurred_at: string;
|
|
50139
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50140
|
+
event_description?: string | undefined;
|
|
49811
50141
|
/** ID of the affected action attempt. */
|
|
49812
50142
|
action_attempt_id: string;
|
|
49813
50143
|
/** Type of the action. */
|
|
@@ -49828,6 +50158,8 @@ export type Routes = {
|
|
|
49828
50158
|
created_at: string;
|
|
49829
50159
|
/** Date and time at which the event occurred. */
|
|
49830
50160
|
occurred_at: string;
|
|
50161
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50162
|
+
event_description?: string | undefined;
|
|
49831
50163
|
/** ID of the affected action attempt. */
|
|
49832
50164
|
action_attempt_id: string;
|
|
49833
50165
|
/** Type of the action. */
|
|
@@ -49848,6 +50180,8 @@ export type Routes = {
|
|
|
49848
50180
|
created_at: string;
|
|
49849
50181
|
/** Date and time at which the event occurred. */
|
|
49850
50182
|
occurred_at: string;
|
|
50183
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50184
|
+
event_description?: string | undefined;
|
|
49851
50185
|
/** ID of the affected action attempt. */
|
|
49852
50186
|
action_attempt_id: string;
|
|
49853
50187
|
/** Type of the action. */
|
|
@@ -49868,6 +50202,8 @@ export type Routes = {
|
|
|
49868
50202
|
created_at: string;
|
|
49869
50203
|
/** Date and time at which the event occurred. */
|
|
49870
50204
|
occurred_at: string;
|
|
50205
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50206
|
+
event_description?: string | undefined;
|
|
49871
50207
|
/** ID of the affected action attempt. */
|
|
49872
50208
|
action_attempt_id: string;
|
|
49873
50209
|
/** Type of the action. */
|
|
@@ -49888,6 +50224,8 @@ export type Routes = {
|
|
|
49888
50224
|
created_at: string;
|
|
49889
50225
|
/** Date and time at which the event occurred. */
|
|
49890
50226
|
occurred_at: string;
|
|
50227
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50228
|
+
event_description?: string | undefined;
|
|
49891
50229
|
/** ID of the affected action attempt. */
|
|
49892
50230
|
action_attempt_id: string;
|
|
49893
50231
|
/** Type of the action. */
|
|
@@ -49908,6 +50246,8 @@ export type Routes = {
|
|
|
49908
50246
|
created_at: string;
|
|
49909
50247
|
/** Date and time at which the event occurred. */
|
|
49910
50248
|
occurred_at: string;
|
|
50249
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50250
|
+
event_description?: string | undefined;
|
|
49911
50251
|
/** ID of the affected action attempt. */
|
|
49912
50252
|
action_attempt_id: string;
|
|
49913
50253
|
/** Type of the action. */
|
|
@@ -49928,6 +50268,8 @@ export type Routes = {
|
|
|
49928
50268
|
created_at: string;
|
|
49929
50269
|
/** Date and time at which the event occurred. */
|
|
49930
50270
|
occurred_at: string;
|
|
50271
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50272
|
+
event_description?: string | undefined;
|
|
49931
50273
|
/** ID of the affected action attempt. */
|
|
49932
50274
|
action_attempt_id: string;
|
|
49933
50275
|
/** Type of the action. */
|
|
@@ -49948,6 +50290,8 @@ export type Routes = {
|
|
|
49948
50290
|
created_at: string;
|
|
49949
50291
|
/** Date and time at which the event occurred. */
|
|
49950
50292
|
occurred_at: string;
|
|
50293
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50294
|
+
event_description?: string | undefined;
|
|
49951
50295
|
/** ID of the affected action attempt. */
|
|
49952
50296
|
action_attempt_id: string;
|
|
49953
50297
|
/** Type of the action. */
|
|
@@ -49968,6 +50312,8 @@ export type Routes = {
|
|
|
49968
50312
|
created_at: string;
|
|
49969
50313
|
/** Date and time at which the event occurred. */
|
|
49970
50314
|
occurred_at: string;
|
|
50315
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50316
|
+
event_description?: string | undefined;
|
|
49971
50317
|
/** ID of the affected Connect Webview. */
|
|
49972
50318
|
connect_webview_id: string;
|
|
49973
50319
|
event_type: 'connect_webview.login_succeeded';
|
|
@@ -49988,6 +50334,8 @@ export type Routes = {
|
|
|
49988
50334
|
created_at: string;
|
|
49989
50335
|
/** Date and time at which the event occurred. */
|
|
49990
50336
|
occurred_at: string;
|
|
50337
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50338
|
+
event_description?: string | undefined;
|
|
49991
50339
|
/** ID of the affected Connect Webview. */
|
|
49992
50340
|
connect_webview_id: string;
|
|
49993
50341
|
event_type: 'connect_webview.login_failed';
|
|
@@ -50000,6 +50348,8 @@ export type Routes = {
|
|
|
50000
50348
|
created_at: string;
|
|
50001
50349
|
/** Date and time at which the event occurred. */
|
|
50002
50350
|
occurred_at: string;
|
|
50351
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50352
|
+
event_description?: string | undefined;
|
|
50003
50353
|
/** ID of the affected device. */
|
|
50004
50354
|
device_id: string;
|
|
50005
50355
|
/** ID of the connected account associated with the event. */
|
|
@@ -50024,6 +50374,8 @@ export type Routes = {
|
|
|
50024
50374
|
created_at: string;
|
|
50025
50375
|
/** Date and time at which the event occurred. */
|
|
50026
50376
|
occurred_at: string;
|
|
50377
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50378
|
+
event_description?: string | undefined;
|
|
50027
50379
|
/** ID of the affected device. */
|
|
50028
50380
|
device_id: string;
|
|
50029
50381
|
/** ID of the connected account associated with the event. */
|
|
@@ -50048,6 +50400,8 @@ export type Routes = {
|
|
|
50048
50400
|
created_at: string;
|
|
50049
50401
|
/** Date and time at which the event occurred. */
|
|
50050
50402
|
occurred_at: string;
|
|
50403
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50404
|
+
event_description?: string | undefined;
|
|
50051
50405
|
/** ID of the affected device. */
|
|
50052
50406
|
device_id: string;
|
|
50053
50407
|
/** ID of the connected account associated with the event. */
|
|
@@ -50072,6 +50426,8 @@ export type Routes = {
|
|
|
50072
50426
|
created_at: string;
|
|
50073
50427
|
/** Date and time at which the event occurred. */
|
|
50074
50428
|
occurred_at: string;
|
|
50429
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50430
|
+
event_description?: string | undefined;
|
|
50075
50431
|
/** ID of the affected device. */
|
|
50076
50432
|
device_id: string;
|
|
50077
50433
|
/** ID of the connected account associated with the event. */
|
|
@@ -50096,6 +50452,8 @@ export type Routes = {
|
|
|
50096
50452
|
created_at: string;
|
|
50097
50453
|
/** Date and time at which the event occurred. */
|
|
50098
50454
|
occurred_at: string;
|
|
50455
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50456
|
+
event_description?: string | undefined;
|
|
50099
50457
|
/** ID of the affected device. */
|
|
50100
50458
|
device_id: string;
|
|
50101
50459
|
/** ID of the connected account associated with the event. */
|
|
@@ -50120,6 +50478,8 @@ export type Routes = {
|
|
|
50120
50478
|
created_at: string;
|
|
50121
50479
|
/** Date and time at which the event occurred. */
|
|
50122
50480
|
occurred_at: string;
|
|
50481
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50482
|
+
event_description?: string | undefined;
|
|
50123
50483
|
/** ID of the affected device. */
|
|
50124
50484
|
device_id: string;
|
|
50125
50485
|
/** ID of the connected account associated with the event. */
|
|
@@ -50182,6 +50542,8 @@ export type Routes = {
|
|
|
50182
50542
|
created_at: string;
|
|
50183
50543
|
/** Date and time at which the event occurred. */
|
|
50184
50544
|
occurred_at: string;
|
|
50545
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50546
|
+
event_description?: string | undefined;
|
|
50185
50547
|
/** ID of the affected device. */
|
|
50186
50548
|
device_id: string;
|
|
50187
50549
|
/** ID of the connected account associated with the event. */
|
|
@@ -50244,6 +50606,8 @@ export type Routes = {
|
|
|
50244
50606
|
created_at: string;
|
|
50245
50607
|
/** Date and time at which the event occurred. */
|
|
50246
50608
|
occurred_at: string;
|
|
50609
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50610
|
+
event_description?: string | undefined;
|
|
50247
50611
|
/** ID of the affected device. */
|
|
50248
50612
|
device_id: string;
|
|
50249
50613
|
/** ID of the connected account associated with the event. */
|
|
@@ -50268,6 +50632,8 @@ export type Routes = {
|
|
|
50268
50632
|
created_at: string;
|
|
50269
50633
|
/** Date and time at which the event occurred. */
|
|
50270
50634
|
occurred_at: string;
|
|
50635
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50636
|
+
event_description?: string | undefined;
|
|
50271
50637
|
/** ID of the affected device. */
|
|
50272
50638
|
device_id: string;
|
|
50273
50639
|
/** ID of the connected account associated with the event. */
|
|
@@ -50294,6 +50660,8 @@ export type Routes = {
|
|
|
50294
50660
|
created_at: string;
|
|
50295
50661
|
/** Date and time at which the event occurred. */
|
|
50296
50662
|
occurred_at: string;
|
|
50663
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50664
|
+
event_description?: string | undefined;
|
|
50297
50665
|
/** ID of the affected device. */
|
|
50298
50666
|
device_id: string;
|
|
50299
50667
|
/** ID of the connected account associated with the event. */
|
|
@@ -50322,6 +50690,8 @@ export type Routes = {
|
|
|
50322
50690
|
created_at: string;
|
|
50323
50691
|
/** Date and time at which the event occurred. */
|
|
50324
50692
|
occurred_at: string;
|
|
50693
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50694
|
+
event_description?: string | undefined;
|
|
50325
50695
|
/** ID of the affected device. */
|
|
50326
50696
|
device_id: string;
|
|
50327
50697
|
/** ID of the connected account associated with the event. */
|
|
@@ -50346,6 +50716,8 @@ export type Routes = {
|
|
|
50346
50716
|
created_at: string;
|
|
50347
50717
|
/** Date and time at which the event occurred. */
|
|
50348
50718
|
occurred_at: string;
|
|
50719
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50720
|
+
event_description?: string | undefined;
|
|
50349
50721
|
/** ID of the affected device. */
|
|
50350
50722
|
device_id: string;
|
|
50351
50723
|
/** ID of the connected account associated with the event. */
|
|
@@ -50372,6 +50744,8 @@ export type Routes = {
|
|
|
50372
50744
|
created_at: string;
|
|
50373
50745
|
/** Date and time at which the event occurred. */
|
|
50374
50746
|
occurred_at: string;
|
|
50747
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50748
|
+
event_description?: string | undefined;
|
|
50375
50749
|
/** ID of the affected device. */
|
|
50376
50750
|
device_id: string;
|
|
50377
50751
|
/** ID of the connected account associated with the event. */
|
|
@@ -50396,6 +50770,8 @@ export type Routes = {
|
|
|
50396
50770
|
created_at: string;
|
|
50397
50771
|
/** Date and time at which the event occurred. */
|
|
50398
50772
|
occurred_at: string;
|
|
50773
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50774
|
+
event_description?: string | undefined;
|
|
50399
50775
|
/** ID of the affected device. */
|
|
50400
50776
|
device_id: string;
|
|
50401
50777
|
/** ID of the connected account associated with the event. */
|
|
@@ -50420,6 +50796,8 @@ export type Routes = {
|
|
|
50420
50796
|
created_at: string;
|
|
50421
50797
|
/** Date and time at which the event occurred. */
|
|
50422
50798
|
occurred_at: string;
|
|
50799
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50800
|
+
event_description?: string | undefined;
|
|
50423
50801
|
/** ID of the affected device. */
|
|
50424
50802
|
device_id: string;
|
|
50425
50803
|
/** ID of the connected account associated with the event. */
|
|
@@ -50444,6 +50822,8 @@ export type Routes = {
|
|
|
50444
50822
|
created_at: string;
|
|
50445
50823
|
/** Date and time at which the event occurred. */
|
|
50446
50824
|
occurred_at: string;
|
|
50825
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50826
|
+
event_description?: string | undefined;
|
|
50447
50827
|
/** ID of the affected device. */
|
|
50448
50828
|
device_id: string;
|
|
50449
50829
|
/** ID of the connected account associated with the event. */
|
|
@@ -50468,6 +50848,8 @@ export type Routes = {
|
|
|
50468
50848
|
created_at: string;
|
|
50469
50849
|
/** Date and time at which the event occurred. */
|
|
50470
50850
|
occurred_at: string;
|
|
50851
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50852
|
+
event_description?: string | undefined;
|
|
50471
50853
|
/** ID of the affected device. */
|
|
50472
50854
|
device_id: string;
|
|
50473
50855
|
/** ID of the connected account associated with the event. */
|
|
@@ -50528,6 +50910,8 @@ export type Routes = {
|
|
|
50528
50910
|
created_at: string;
|
|
50529
50911
|
/** Date and time at which the event occurred. */
|
|
50530
50912
|
occurred_at: string;
|
|
50913
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50914
|
+
event_description?: string | undefined;
|
|
50531
50915
|
/** ID of the affected device. */
|
|
50532
50916
|
device_id: string;
|
|
50533
50917
|
/** ID of the connected account associated with the event. */
|
|
@@ -50552,6 +50936,8 @@ export type Routes = {
|
|
|
50552
50936
|
created_at: string;
|
|
50553
50937
|
/** Date and time at which the event occurred. */
|
|
50554
50938
|
occurred_at: string;
|
|
50939
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
50940
|
+
event_description?: string | undefined;
|
|
50555
50941
|
/** ID of the affected device. */
|
|
50556
50942
|
device_id: string;
|
|
50557
50943
|
/** ID of the connected account associated with the event. */
|
|
@@ -50612,6 +50998,8 @@ export type Routes = {
|
|
|
50612
50998
|
created_at: string;
|
|
50613
50999
|
/** Date and time at which the event occurred. */
|
|
50614
51000
|
occurred_at: string;
|
|
51001
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51002
|
+
event_description?: string | undefined;
|
|
50615
51003
|
/** ID of the affected device. */
|
|
50616
51004
|
device_id: string;
|
|
50617
51005
|
/** ID of the connected account associated with the event. */
|
|
@@ -50636,6 +51024,8 @@ export type Routes = {
|
|
|
50636
51024
|
created_at: string;
|
|
50637
51025
|
/** Date and time at which the event occurred. */
|
|
50638
51026
|
occurred_at: string;
|
|
51027
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51028
|
+
event_description?: string | undefined;
|
|
50639
51029
|
/** ID of the affected device. */
|
|
50640
51030
|
device_id: string;
|
|
50641
51031
|
/** ID of the connected account associated with the event. */
|
|
@@ -50660,6 +51050,8 @@ export type Routes = {
|
|
|
50660
51050
|
created_at: string;
|
|
50661
51051
|
/** Date and time at which the event occurred. */
|
|
50662
51052
|
occurred_at: string;
|
|
51053
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51054
|
+
event_description?: string | undefined;
|
|
50663
51055
|
/** ID of the affected device. */
|
|
50664
51056
|
device_id: string;
|
|
50665
51057
|
/** ID of the connected account associated with the event. */
|
|
@@ -50720,6 +51112,8 @@ export type Routes = {
|
|
|
50720
51112
|
created_at: string;
|
|
50721
51113
|
/** Date and time at which the event occurred. */
|
|
50722
51114
|
occurred_at: string;
|
|
51115
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51116
|
+
event_description?: string | undefined;
|
|
50723
51117
|
/** ID of the affected device. */
|
|
50724
51118
|
device_id: string;
|
|
50725
51119
|
/** ID of the connected account associated with the event. */
|
|
@@ -50760,6 +51154,8 @@ export type Routes = {
|
|
|
50760
51154
|
created_at: string;
|
|
50761
51155
|
/** Date and time at which the event occurred. */
|
|
50762
51156
|
occurred_at: string;
|
|
51157
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51158
|
+
event_description?: string | undefined;
|
|
50763
51159
|
/** ID of the affected device. */
|
|
50764
51160
|
device_id: string;
|
|
50765
51161
|
/** ID of the connected account associated with the event. */
|
|
@@ -50804,6 +51200,8 @@ export type Routes = {
|
|
|
50804
51200
|
created_at: string;
|
|
50805
51201
|
/** Date and time at which the event occurred. */
|
|
50806
51202
|
occurred_at: string;
|
|
51203
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51204
|
+
event_description?: string | undefined;
|
|
50807
51205
|
/** ID of the affected device. */
|
|
50808
51206
|
device_id?: string | undefined;
|
|
50809
51207
|
/** ID of the connected account associated with the event. */
|
|
@@ -50872,6 +51270,8 @@ export type Routes = {
|
|
|
50872
51270
|
created_at: string;
|
|
50873
51271
|
/** Date and time at which the event occurred. */
|
|
50874
51272
|
occurred_at: string;
|
|
51273
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51274
|
+
event_description?: string | undefined;
|
|
50875
51275
|
/** ID of the affected device. */
|
|
50876
51276
|
device_id?: string | undefined;
|
|
50877
51277
|
/** ID of the connected account associated with the event. */
|
|
@@ -50922,6 +51322,8 @@ export type Routes = {
|
|
|
50922
51322
|
created_at: string;
|
|
50923
51323
|
/** Date and time at which the event occurred. */
|
|
50924
51324
|
occurred_at: string;
|
|
51325
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51326
|
+
event_description?: string | undefined;
|
|
50925
51327
|
/** ID of the affected device. */
|
|
50926
51328
|
device_id: string;
|
|
50927
51329
|
/** ID of the connected account associated with the event. */
|
|
@@ -50952,6 +51354,8 @@ export type Routes = {
|
|
|
50952
51354
|
created_at: string;
|
|
50953
51355
|
/** Date and time at which the event occurred. */
|
|
50954
51356
|
occurred_at: string;
|
|
51357
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51358
|
+
event_description?: string | undefined;
|
|
50955
51359
|
/** ID of the affected device. */
|
|
50956
51360
|
device_id: string;
|
|
50957
51361
|
/** ID of the connected account associated with the event. */
|
|
@@ -50990,6 +51394,8 @@ export type Routes = {
|
|
|
50990
51394
|
created_at: string;
|
|
50991
51395
|
/** Date and time at which the event occurred. */
|
|
50992
51396
|
occurred_at: string;
|
|
51397
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51398
|
+
event_description?: string | undefined;
|
|
50993
51399
|
/** ID of the affected device. */
|
|
50994
51400
|
device_id: string;
|
|
50995
51401
|
/** ID of the connected account associated with the event. */
|
|
@@ -51026,6 +51432,8 @@ export type Routes = {
|
|
|
51026
51432
|
created_at: string;
|
|
51027
51433
|
/** Date and time at which the event occurred. */
|
|
51028
51434
|
occurred_at: string;
|
|
51435
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51436
|
+
event_description?: string | undefined;
|
|
51029
51437
|
/** ID of the affected device. */
|
|
51030
51438
|
device_id: string;
|
|
51031
51439
|
/** ID of the connected account associated with the event. */
|
|
@@ -51062,6 +51470,8 @@ export type Routes = {
|
|
|
51062
51470
|
created_at: string;
|
|
51063
51471
|
/** Date and time at which the event occurred. */
|
|
51064
51472
|
occurred_at: string;
|
|
51473
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51474
|
+
event_description?: string | undefined;
|
|
51065
51475
|
/** ID of the affected device. */
|
|
51066
51476
|
device_id: string;
|
|
51067
51477
|
/** ID of the connected account associated with the event. */
|
|
@@ -51094,6 +51504,8 @@ export type Routes = {
|
|
|
51094
51504
|
created_at: string;
|
|
51095
51505
|
/** Date and time at which the event occurred. */
|
|
51096
51506
|
occurred_at: string;
|
|
51507
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51508
|
+
event_description?: string | undefined;
|
|
51097
51509
|
/** ID of the affected device. */
|
|
51098
51510
|
device_id: string;
|
|
51099
51511
|
/** ID of the connected account associated with the event. */
|
|
@@ -51122,6 +51534,8 @@ export type Routes = {
|
|
|
51122
51534
|
created_at: string;
|
|
51123
51535
|
/** Date and time at which the event occurred. */
|
|
51124
51536
|
occurred_at: string;
|
|
51537
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51538
|
+
event_description?: string | undefined;
|
|
51125
51539
|
/** ID of the affected device. */
|
|
51126
51540
|
device_id: string;
|
|
51127
51541
|
/** ID of the connected account associated with the event. */
|
|
@@ -51148,6 +51562,8 @@ export type Routes = {
|
|
|
51148
51562
|
created_at: string;
|
|
51149
51563
|
/** Date and time at which the event occurred. */
|
|
51150
51564
|
occurred_at: string;
|
|
51565
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51566
|
+
event_description?: string | undefined;
|
|
51151
51567
|
/** ID of the affected device. */
|
|
51152
51568
|
device_id: string;
|
|
51153
51569
|
/** ID of the connected account associated with the event. */
|
|
@@ -51180,6 +51596,8 @@ export type Routes = {
|
|
|
51180
51596
|
created_at: string;
|
|
51181
51597
|
/** Date and time at which the event occurred. */
|
|
51182
51598
|
occurred_at: string;
|
|
51599
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51600
|
+
event_description?: string | undefined;
|
|
51183
51601
|
/** ID of the affected device. */
|
|
51184
51602
|
device_id: string;
|
|
51185
51603
|
/** ID of the connected account associated with the event. */
|
|
@@ -51208,6 +51626,8 @@ export type Routes = {
|
|
|
51208
51626
|
created_at: string;
|
|
51209
51627
|
/** Date and time at which the event occurred. */
|
|
51210
51628
|
occurred_at: string;
|
|
51629
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51630
|
+
event_description?: string | undefined;
|
|
51211
51631
|
/** ID of the affected enrollment automation. */
|
|
51212
51632
|
enrollment_automation_id: string;
|
|
51213
51633
|
event_type: 'enrollment_automation.deleted';
|
|
@@ -51220,6 +51640,8 @@ export type Routes = {
|
|
|
51220
51640
|
created_at: string;
|
|
51221
51641
|
/** Date and time at which the event occurred. */
|
|
51222
51642
|
occurred_at: string;
|
|
51643
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51644
|
+
event_description?: string | undefined;
|
|
51223
51645
|
/** ID of the affected phone device. */
|
|
51224
51646
|
device_id: string;
|
|
51225
51647
|
/** Custom metadata of the device; present when device_id is provided. */
|
|
@@ -51236,6 +51658,8 @@ export type Routes = {
|
|
|
51236
51658
|
created_at: string;
|
|
51237
51659
|
/** Date and time at which the event occurred. */
|
|
51238
51660
|
occurred_at: string;
|
|
51661
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51662
|
+
event_description?: string | undefined;
|
|
51239
51663
|
/** ID of the affected space. */
|
|
51240
51664
|
space_id: string;
|
|
51241
51665
|
/** Type of the event. */
|
|
@@ -51255,6 +51679,8 @@ export type Routes = {
|
|
|
51255
51679
|
created_at: string;
|
|
51256
51680
|
/** Date and time at which the event occurred. */
|
|
51257
51681
|
occurred_at: string;
|
|
51682
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51683
|
+
event_description?: string | undefined;
|
|
51258
51684
|
/** ID of the affected space. */
|
|
51259
51685
|
space_id: string;
|
|
51260
51686
|
/** Type of the event. */
|
|
@@ -51274,6 +51700,8 @@ export type Routes = {
|
|
|
51274
51700
|
created_at: string;
|
|
51275
51701
|
/** Date and time at which the event occurred. */
|
|
51276
51702
|
occurred_at: string;
|
|
51703
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
51704
|
+
event_description?: string | undefined;
|
|
51277
51705
|
/** ID of the affected space. */
|
|
51278
51706
|
space_id: string;
|
|
51279
51707
|
/** Type of the event. */
|
|
@@ -77826,6 +78254,8 @@ export type Routes = {
|
|
|
77826
78254
|
created_at: string;
|
|
77827
78255
|
/** Date and time at which the event occurred. */
|
|
77828
78256
|
occurred_at: string;
|
|
78257
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78258
|
+
event_description?: string | undefined;
|
|
77829
78259
|
/** ID of the affected access code. */
|
|
77830
78260
|
access_code_id: string;
|
|
77831
78261
|
/** ID of the device associated with the affected access code. */
|
|
@@ -77850,6 +78280,8 @@ export type Routes = {
|
|
|
77850
78280
|
created_at: string;
|
|
77851
78281
|
/** Date and time at which the event occurred. */
|
|
77852
78282
|
occurred_at: string;
|
|
78283
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78284
|
+
event_description?: string | undefined;
|
|
77853
78285
|
/** ID of the affected access code. */
|
|
77854
78286
|
access_code_id: string;
|
|
77855
78287
|
/** ID of the device associated with the affected access code. */
|
|
@@ -77885,6 +78317,8 @@ export type Routes = {
|
|
|
77885
78317
|
created_at: string;
|
|
77886
78318
|
/** Date and time at which the event occurred. */
|
|
77887
78319
|
occurred_at: string;
|
|
78320
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78321
|
+
event_description?: string | undefined;
|
|
77888
78322
|
/** ID of the affected access code. */
|
|
77889
78323
|
access_code_id: string;
|
|
77890
78324
|
/** ID of the device associated with the affected access code. */
|
|
@@ -77921,6 +78355,8 @@ export type Routes = {
|
|
|
77921
78355
|
created_at: string;
|
|
77922
78356
|
/** Date and time at which the event occurred. */
|
|
77923
78357
|
occurred_at: string;
|
|
78358
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78359
|
+
event_description?: string | undefined;
|
|
77924
78360
|
/** ID of the affected access code. */
|
|
77925
78361
|
access_code_id: string;
|
|
77926
78362
|
/** ID of the device associated with the affected access code. */
|
|
@@ -77957,6 +78393,8 @@ export type Routes = {
|
|
|
77957
78393
|
created_at: string;
|
|
77958
78394
|
/** Date and time at which the event occurred. */
|
|
77959
78395
|
occurred_at: string;
|
|
78396
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78397
|
+
event_description?: string | undefined;
|
|
77960
78398
|
/** ID of the affected access code. */
|
|
77961
78399
|
access_code_id: string;
|
|
77962
78400
|
/** ID of the device associated with the affected access code. */
|
|
@@ -77997,6 +78435,8 @@ export type Routes = {
|
|
|
77997
78435
|
created_at: string;
|
|
77998
78436
|
/** Date and time at which the event occurred. */
|
|
77999
78437
|
occurred_at: string;
|
|
78438
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78439
|
+
event_description?: string | undefined;
|
|
78000
78440
|
/** ID of the affected access code. */
|
|
78001
78441
|
access_code_id: string;
|
|
78002
78442
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78034,6 +78474,8 @@ export type Routes = {
|
|
|
78034
78474
|
created_at: string;
|
|
78035
78475
|
/** Date and time at which the event occurred. */
|
|
78036
78476
|
occurred_at: string;
|
|
78477
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78478
|
+
event_description?: string | undefined;
|
|
78037
78479
|
/** ID of the affected access code. */
|
|
78038
78480
|
access_code_id: string;
|
|
78039
78481
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78060,6 +78502,8 @@ export type Routes = {
|
|
|
78060
78502
|
created_at: string;
|
|
78061
78503
|
/** Date and time at which the event occurred. */
|
|
78062
78504
|
occurred_at: string;
|
|
78505
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78506
|
+
event_description?: string | undefined;
|
|
78063
78507
|
/** ID of the affected access code. */
|
|
78064
78508
|
access_code_id: string;
|
|
78065
78509
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78086,6 +78530,8 @@ export type Routes = {
|
|
|
78086
78530
|
created_at: string;
|
|
78087
78531
|
/** Date and time at which the event occurred. */
|
|
78088
78532
|
occurred_at: string;
|
|
78533
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78534
|
+
event_description?: string | undefined;
|
|
78089
78535
|
/** ID of the affected access code. */
|
|
78090
78536
|
access_code_id: string;
|
|
78091
78537
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78110,6 +78556,8 @@ export type Routes = {
|
|
|
78110
78556
|
created_at: string;
|
|
78111
78557
|
/** Date and time at which the event occurred. */
|
|
78112
78558
|
occurred_at: string;
|
|
78559
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78560
|
+
event_description?: string | undefined;
|
|
78113
78561
|
/** ID of the affected access code. */
|
|
78114
78562
|
access_code_id: string;
|
|
78115
78563
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78188,6 +78636,8 @@ export type Routes = {
|
|
|
78188
78636
|
created_at: string;
|
|
78189
78637
|
/** Date and time at which the event occurred. */
|
|
78190
78638
|
occurred_at: string;
|
|
78639
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78640
|
+
event_description?: string | undefined;
|
|
78191
78641
|
/** ID of the affected access code. */
|
|
78192
78642
|
access_code_id: string;
|
|
78193
78643
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78266,6 +78716,8 @@ export type Routes = {
|
|
|
78266
78716
|
created_at: string;
|
|
78267
78717
|
/** Date and time at which the event occurred. */
|
|
78268
78718
|
occurred_at: string;
|
|
78719
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78720
|
+
event_description?: string | undefined;
|
|
78269
78721
|
/** ID of the affected access code. */
|
|
78270
78722
|
access_code_id: string;
|
|
78271
78723
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78292,6 +78744,8 @@ export type Routes = {
|
|
|
78292
78744
|
created_at: string;
|
|
78293
78745
|
/** Date and time at which the event occurred. */
|
|
78294
78746
|
occurred_at: string;
|
|
78747
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78748
|
+
event_description?: string | undefined;
|
|
78295
78749
|
/** ID of the affected access code. */
|
|
78296
78750
|
access_code_id: string;
|
|
78297
78751
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78370,6 +78824,8 @@ export type Routes = {
|
|
|
78370
78824
|
created_at: string;
|
|
78371
78825
|
/** Date and time at which the event occurred. */
|
|
78372
78826
|
occurred_at: string;
|
|
78827
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78828
|
+
event_description?: string | undefined;
|
|
78373
78829
|
/** ID of the affected access code. */
|
|
78374
78830
|
access_code_id: string;
|
|
78375
78831
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78448,6 +78904,8 @@ export type Routes = {
|
|
|
78448
78904
|
created_at: string;
|
|
78449
78905
|
/** Date and time at which the event occurred. */
|
|
78450
78906
|
occurred_at: string;
|
|
78907
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78908
|
+
event_description?: string | undefined;
|
|
78451
78909
|
/** ID of the affected access code. */
|
|
78452
78910
|
access_code_id: string;
|
|
78453
78911
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78472,6 +78930,8 @@ export type Routes = {
|
|
|
78472
78930
|
created_at: string;
|
|
78473
78931
|
/** Date and time at which the event occurred. */
|
|
78474
78932
|
occurred_at: string;
|
|
78933
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78934
|
+
event_description?: string | undefined;
|
|
78475
78935
|
/** ID of the affected access code. */
|
|
78476
78936
|
access_code_id: string;
|
|
78477
78937
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78496,6 +78956,8 @@ export type Routes = {
|
|
|
78496
78956
|
created_at: string;
|
|
78497
78957
|
/** Date and time at which the event occurred. */
|
|
78498
78958
|
occurred_at: string;
|
|
78959
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78960
|
+
event_description?: string | undefined;
|
|
78499
78961
|
/** ID of the affected access code. */
|
|
78500
78962
|
access_code_id: string;
|
|
78501
78963
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78522,6 +78984,8 @@ export type Routes = {
|
|
|
78522
78984
|
created_at: string;
|
|
78523
78985
|
/** Date and time at which the event occurred. */
|
|
78524
78986
|
occurred_at: string;
|
|
78987
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
78988
|
+
event_description?: string | undefined;
|
|
78525
78989
|
/** ID of the affected access code. */
|
|
78526
78990
|
access_code_id: string;
|
|
78527
78991
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78546,6 +79010,8 @@ export type Routes = {
|
|
|
78546
79010
|
created_at: string;
|
|
78547
79011
|
/** Date and time at which the event occurred. */
|
|
78548
79012
|
occurred_at: string;
|
|
79013
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79014
|
+
event_description?: string | undefined;
|
|
78549
79015
|
/** ID of the affected access code. */
|
|
78550
79016
|
access_code_id: string;
|
|
78551
79017
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78624,6 +79090,8 @@ export type Routes = {
|
|
|
78624
79090
|
created_at: string;
|
|
78625
79091
|
/** Date and time at which the event occurred. */
|
|
78626
79092
|
occurred_at: string;
|
|
79093
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79094
|
+
event_description?: string | undefined;
|
|
78627
79095
|
/** ID of the affected access code. */
|
|
78628
79096
|
access_code_id: string;
|
|
78629
79097
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78648,6 +79116,8 @@ export type Routes = {
|
|
|
78648
79116
|
created_at: string;
|
|
78649
79117
|
/** Date and time at which the event occurred. */
|
|
78650
79118
|
occurred_at: string;
|
|
79119
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79120
|
+
event_description?: string | undefined;
|
|
78651
79121
|
/** ID of the affected access code. */
|
|
78652
79122
|
access_code_id: string;
|
|
78653
79123
|
/** ID of the device associated with the affected access code. */
|
|
@@ -78672,6 +79142,8 @@ export type Routes = {
|
|
|
78672
79142
|
created_at: string;
|
|
78673
79143
|
/** Date and time at which the event occurred. */
|
|
78674
79144
|
occurred_at: string;
|
|
79145
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79146
|
+
event_description?: string | undefined;
|
|
78675
79147
|
/** ID of the affected Access Grant. */
|
|
78676
79148
|
access_grant_id: string;
|
|
78677
79149
|
event_type: 'access_grant.created';
|
|
@@ -78684,6 +79156,8 @@ export type Routes = {
|
|
|
78684
79156
|
created_at: string;
|
|
78685
79157
|
/** Date and time at which the event occurred. */
|
|
78686
79158
|
occurred_at: string;
|
|
79159
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79160
|
+
event_description?: string | undefined;
|
|
78687
79161
|
/** ID of the affected Access Grant. */
|
|
78688
79162
|
access_grant_id: string;
|
|
78689
79163
|
event_type: 'access_grant.deleted';
|
|
@@ -78696,6 +79170,8 @@ export type Routes = {
|
|
|
78696
79170
|
created_at: string;
|
|
78697
79171
|
/** Date and time at which the event occurred. */
|
|
78698
79172
|
occurred_at: string;
|
|
79173
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79174
|
+
event_description?: string | undefined;
|
|
78699
79175
|
/** ID of the affected Access Grant. */
|
|
78700
79176
|
access_grant_id: string;
|
|
78701
79177
|
event_type: 'access_grant.access_granted_to_all_doors';
|
|
@@ -78708,6 +79184,8 @@ export type Routes = {
|
|
|
78708
79184
|
created_at: string;
|
|
78709
79185
|
/** Date and time at which the event occurred. */
|
|
78710
79186
|
occurred_at: string;
|
|
79187
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79188
|
+
event_description?: string | undefined;
|
|
78711
79189
|
/** ID of the affected Access Grant. */
|
|
78712
79190
|
access_grant_id: string;
|
|
78713
79191
|
event_type: 'access_grant.access_granted_to_door';
|
|
@@ -78722,6 +79200,8 @@ export type Routes = {
|
|
|
78722
79200
|
created_at: string;
|
|
78723
79201
|
/** Date and time at which the event occurred. */
|
|
78724
79202
|
occurred_at: string;
|
|
79203
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79204
|
+
event_description?: string | undefined;
|
|
78725
79205
|
/** ID of the affected Access Grant. */
|
|
78726
79206
|
access_grant_id: string;
|
|
78727
79207
|
event_type: 'access_grant.access_to_door_lost';
|
|
@@ -78736,6 +79216,8 @@ export type Routes = {
|
|
|
78736
79216
|
created_at: string;
|
|
78737
79217
|
/** Date and time at which the event occurred. */
|
|
78738
79218
|
occurred_at: string;
|
|
79219
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79220
|
+
event_description?: string | undefined;
|
|
78739
79221
|
/** ID of the affected Access Grant. */
|
|
78740
79222
|
access_grant_id: string;
|
|
78741
79223
|
event_type: 'access_grant.access_times_changed';
|
|
@@ -78754,6 +79236,8 @@ export type Routes = {
|
|
|
78754
79236
|
created_at: string;
|
|
78755
79237
|
/** Date and time at which the event occurred. */
|
|
78756
79238
|
occurred_at: string;
|
|
79239
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79240
|
+
event_description?: string | undefined;
|
|
78757
79241
|
/** ID of the affected Access Grant. */
|
|
78758
79242
|
access_grant_id: string;
|
|
78759
79243
|
event_type: 'access_grant.could_not_create_requested_access_methods';
|
|
@@ -78770,6 +79254,8 @@ export type Routes = {
|
|
|
78770
79254
|
created_at: string;
|
|
78771
79255
|
/** Date and time at which the event occurred. */
|
|
78772
79256
|
occurred_at: string;
|
|
79257
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79258
|
+
event_description?: string | undefined;
|
|
78773
79259
|
/** ID of the affected access method. */
|
|
78774
79260
|
access_method_id: string;
|
|
78775
79261
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78790,6 +79276,8 @@ export type Routes = {
|
|
|
78790
79276
|
created_at: string;
|
|
78791
79277
|
/** Date and time at which the event occurred. */
|
|
78792
79278
|
occurred_at: string;
|
|
79279
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79280
|
+
event_description?: string | undefined;
|
|
78793
79281
|
/** ID of the affected access method. */
|
|
78794
79282
|
access_method_id: string;
|
|
78795
79283
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78806,6 +79294,8 @@ export type Routes = {
|
|
|
78806
79294
|
created_at: string;
|
|
78807
79295
|
/** Date and time at which the event occurred. */
|
|
78808
79296
|
occurred_at: string;
|
|
79297
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79298
|
+
event_description?: string | undefined;
|
|
78809
79299
|
/** ID of the affected access method. */
|
|
78810
79300
|
access_method_id: string;
|
|
78811
79301
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78822,6 +79312,8 @@ export type Routes = {
|
|
|
78822
79312
|
created_at: string;
|
|
78823
79313
|
/** Date and time at which the event occurred. */
|
|
78824
79314
|
occurred_at: string;
|
|
79315
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79316
|
+
event_description?: string | undefined;
|
|
78825
79317
|
/** ID of the affected access method. */
|
|
78826
79318
|
access_method_id: string;
|
|
78827
79319
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78838,6 +79330,8 @@ export type Routes = {
|
|
|
78838
79330
|
created_at: string;
|
|
78839
79331
|
/** Date and time at which the event occurred. */
|
|
78840
79332
|
occurred_at: string;
|
|
79333
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79334
|
+
event_description?: string | undefined;
|
|
78841
79335
|
/** ID of the affected access method. */
|
|
78842
79336
|
access_method_id: string;
|
|
78843
79337
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78858,6 +79352,8 @@ export type Routes = {
|
|
|
78858
79352
|
created_at: string;
|
|
78859
79353
|
/** Date and time at which the event occurred. */
|
|
78860
79354
|
occurred_at: string;
|
|
79355
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79356
|
+
event_description?: string | undefined;
|
|
78861
79357
|
/** ID of the affected access method. */
|
|
78862
79358
|
access_method_id: string;
|
|
78863
79359
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -78874,6 +79370,8 @@ export type Routes = {
|
|
|
78874
79370
|
created_at: string;
|
|
78875
79371
|
/** Date and time at which the event occurred. */
|
|
78876
79372
|
occurred_at: string;
|
|
79373
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79374
|
+
event_description?: string | undefined;
|
|
78877
79375
|
/** ID of the connected account. */
|
|
78878
79376
|
connected_account_id?: string | undefined;
|
|
78879
79377
|
/** ID of the access system. */
|
|
@@ -78888,6 +79386,8 @@ export type Routes = {
|
|
|
78888
79386
|
created_at: string;
|
|
78889
79387
|
/** Date and time at which the event occurred. */
|
|
78890
79388
|
occurred_at: string;
|
|
79389
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79390
|
+
event_description?: string | undefined;
|
|
78891
79391
|
/** ID of the connected account. */
|
|
78892
79392
|
connected_account_id?: string | undefined;
|
|
78893
79393
|
/** ID of the access system. */
|
|
@@ -78902,6 +79402,8 @@ export type Routes = {
|
|
|
78902
79402
|
created_at: string;
|
|
78903
79403
|
/** Date and time at which the event occurred. */
|
|
78904
79404
|
occurred_at: string;
|
|
79405
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79406
|
+
event_description?: string | undefined;
|
|
78905
79407
|
/** ID of the connected account. */
|
|
78906
79408
|
connected_account_id?: string | undefined;
|
|
78907
79409
|
/** ID of the access system. */
|
|
@@ -78952,6 +79454,8 @@ export type Routes = {
|
|
|
78952
79454
|
created_at: string;
|
|
78953
79455
|
/** Date and time at which the event occurred. */
|
|
78954
79456
|
occurred_at: string;
|
|
79457
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79458
|
+
event_description?: string | undefined;
|
|
78955
79459
|
/** ID of the connected account. */
|
|
78956
79460
|
connected_account_id?: string | undefined;
|
|
78957
79461
|
/** ID of the access system. */
|
|
@@ -78968,6 +79472,8 @@ export type Routes = {
|
|
|
78968
79472
|
created_at: string;
|
|
78969
79473
|
/** Date and time at which the event occurred. */
|
|
78970
79474
|
occurred_at: string;
|
|
79475
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79476
|
+
event_description?: string | undefined;
|
|
78971
79477
|
/** ID of the connected account. */
|
|
78972
79478
|
connected_account_id?: string | undefined;
|
|
78973
79479
|
/** ID of the access system. */
|
|
@@ -78984,6 +79490,8 @@ export type Routes = {
|
|
|
78984
79490
|
created_at: string;
|
|
78985
79491
|
/** Date and time at which the event occurred. */
|
|
78986
79492
|
occurred_at: string;
|
|
79493
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79494
|
+
event_description?: string | undefined;
|
|
78987
79495
|
/** ID of the connected account. */
|
|
78988
79496
|
connected_account_id?: string | undefined;
|
|
78989
79497
|
/** ID of the access system. */
|
|
@@ -79000,6 +79508,8 @@ export type Routes = {
|
|
|
79000
79508
|
created_at: string;
|
|
79001
79509
|
/** Date and time at which the event occurred. */
|
|
79002
79510
|
occurred_at: string;
|
|
79511
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79512
|
+
event_description?: string | undefined;
|
|
79003
79513
|
/** ID of the connected account. */
|
|
79004
79514
|
connected_account_id?: string | undefined;
|
|
79005
79515
|
/** ID of the access system. */
|
|
@@ -79016,6 +79526,8 @@ export type Routes = {
|
|
|
79016
79526
|
created_at: string;
|
|
79017
79527
|
/** Date and time at which the event occurred. */
|
|
79018
79528
|
occurred_at: string;
|
|
79529
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79530
|
+
event_description?: string | undefined;
|
|
79019
79531
|
/** ID of the connected account. */
|
|
79020
79532
|
connected_account_id?: string | undefined;
|
|
79021
79533
|
/** ID of the access system. */
|
|
@@ -79032,6 +79544,8 @@ export type Routes = {
|
|
|
79032
79544
|
created_at: string;
|
|
79033
79545
|
/** Date and time at which the event occurred. */
|
|
79034
79546
|
occurred_at: string;
|
|
79547
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79548
|
+
event_description?: string | undefined;
|
|
79035
79549
|
/** ID of the connected account. */
|
|
79036
79550
|
connected_account_id?: string | undefined;
|
|
79037
79551
|
/** ID of the access system. */
|
|
@@ -79048,6 +79562,8 @@ export type Routes = {
|
|
|
79048
79562
|
created_at: string;
|
|
79049
79563
|
/** Date and time at which the event occurred. */
|
|
79050
79564
|
occurred_at: string;
|
|
79565
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79566
|
+
event_description?: string | undefined;
|
|
79051
79567
|
/** ID of the connected account. */
|
|
79052
79568
|
connected_account_id?: string | undefined;
|
|
79053
79569
|
/** ID of the access system. */
|
|
@@ -79064,6 +79580,8 @@ export type Routes = {
|
|
|
79064
79580
|
created_at: string;
|
|
79065
79581
|
/** Date and time at which the event occurred. */
|
|
79066
79582
|
occurred_at: string;
|
|
79583
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79584
|
+
event_description?: string | undefined;
|
|
79067
79585
|
/** ID of the connected account. */
|
|
79068
79586
|
connected_account_id?: string | undefined;
|
|
79069
79587
|
/** ID of the access system. */
|
|
@@ -79080,6 +79598,8 @@ export type Routes = {
|
|
|
79080
79598
|
created_at: string;
|
|
79081
79599
|
/** Date and time at which the event occurred. */
|
|
79082
79600
|
occurred_at: string;
|
|
79601
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79602
|
+
event_description?: string | undefined;
|
|
79083
79603
|
/** ID of the connected account. */
|
|
79084
79604
|
connected_account_id?: string | undefined;
|
|
79085
79605
|
/** ID of the access system. */
|
|
@@ -79096,6 +79616,8 @@ export type Routes = {
|
|
|
79096
79616
|
created_at: string;
|
|
79097
79617
|
/** Date and time at which the event occurred. */
|
|
79098
79618
|
occurred_at: string;
|
|
79619
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79620
|
+
event_description?: string | undefined;
|
|
79099
79621
|
/** ID of the connected account. */
|
|
79100
79622
|
connected_account_id?: string | undefined;
|
|
79101
79623
|
/** ID of the access system. */
|
|
@@ -79112,6 +79634,8 @@ export type Routes = {
|
|
|
79112
79634
|
created_at: string;
|
|
79113
79635
|
/** Date and time at which the event occurred. */
|
|
79114
79636
|
occurred_at: string;
|
|
79637
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79638
|
+
event_description?: string | undefined;
|
|
79115
79639
|
/** ID of the connected account. */
|
|
79116
79640
|
connected_account_id?: string | undefined;
|
|
79117
79641
|
/** ID of the access system. */
|
|
@@ -79128,6 +79652,8 @@ export type Routes = {
|
|
|
79128
79652
|
created_at: string;
|
|
79129
79653
|
/** Date and time at which the event occurred. */
|
|
79130
79654
|
occurred_at: string;
|
|
79655
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79656
|
+
event_description?: string | undefined;
|
|
79131
79657
|
/** ID of the affected client session. */
|
|
79132
79658
|
client_session_id: string;
|
|
79133
79659
|
event_type: 'client_session.deleted';
|
|
@@ -79140,6 +79666,8 @@ export type Routes = {
|
|
|
79140
79666
|
created_at: string;
|
|
79141
79667
|
/** Date and time at which the event occurred. */
|
|
79142
79668
|
occurred_at: string;
|
|
79669
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79670
|
+
event_description?: string | undefined;
|
|
79143
79671
|
/** ID of the affected connected account. */
|
|
79144
79672
|
connected_account_id: string;
|
|
79145
79673
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79160,6 +79688,8 @@ export type Routes = {
|
|
|
79160
79688
|
created_at: string;
|
|
79161
79689
|
/** Date and time at which the event occurred. */
|
|
79162
79690
|
occurred_at: string;
|
|
79691
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79692
|
+
event_description?: string | undefined;
|
|
79163
79693
|
/** ID of the affected connected account. */
|
|
79164
79694
|
connected_account_id: string;
|
|
79165
79695
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79178,6 +79708,8 @@ export type Routes = {
|
|
|
79178
79708
|
created_at: string;
|
|
79179
79709
|
/** Date and time at which the event occurred. */
|
|
79180
79710
|
occurred_at: string;
|
|
79711
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79712
|
+
event_description?: string | undefined;
|
|
79181
79713
|
/** ID of the affected connected account. */
|
|
79182
79714
|
connected_account_id: string;
|
|
79183
79715
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79196,6 +79728,8 @@ export type Routes = {
|
|
|
79196
79728
|
created_at: string;
|
|
79197
79729
|
/** Date and time at which the event occurred. */
|
|
79198
79730
|
occurred_at: string;
|
|
79731
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79732
|
+
event_description?: string | undefined;
|
|
79199
79733
|
/** ID of the affected connected account. */
|
|
79200
79734
|
connected_account_id: string;
|
|
79201
79735
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79230,6 +79764,8 @@ export type Routes = {
|
|
|
79230
79764
|
created_at: string;
|
|
79231
79765
|
/** Date and time at which the event occurred. */
|
|
79232
79766
|
occurred_at: string;
|
|
79767
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79768
|
+
event_description?: string | undefined;
|
|
79233
79769
|
/** ID of the affected connected account. */
|
|
79234
79770
|
connected_account_id: string;
|
|
79235
79771
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79246,6 +79782,8 @@ export type Routes = {
|
|
|
79246
79782
|
created_at: string;
|
|
79247
79783
|
/** Date and time at which the event occurred. */
|
|
79248
79784
|
occurred_at: string;
|
|
79785
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79786
|
+
event_description?: string | undefined;
|
|
79249
79787
|
/** ID of the affected connected account. */
|
|
79250
79788
|
connected_account_id: string;
|
|
79251
79789
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79266,6 +79804,8 @@ export type Routes = {
|
|
|
79266
79804
|
created_at: string;
|
|
79267
79805
|
/** Date and time at which the event occurred. */
|
|
79268
79806
|
occurred_at: string;
|
|
79807
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79808
|
+
event_description?: string | undefined;
|
|
79269
79809
|
/** ID of the affected connected account. */
|
|
79270
79810
|
connected_account_id: string;
|
|
79271
79811
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79282,6 +79822,8 @@ export type Routes = {
|
|
|
79282
79822
|
created_at: string;
|
|
79283
79823
|
/** Date and time at which the event occurred. */
|
|
79284
79824
|
occurred_at: string;
|
|
79825
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79826
|
+
event_description?: string | undefined;
|
|
79285
79827
|
/** ID of the affected connected account. */
|
|
79286
79828
|
connected_account_id: string;
|
|
79287
79829
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -79316,6 +79858,8 @@ export type Routes = {
|
|
|
79316
79858
|
created_at: string;
|
|
79317
79859
|
/** Date and time at which the event occurred. */
|
|
79318
79860
|
occurred_at: string;
|
|
79861
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79862
|
+
event_description?: string | undefined;
|
|
79319
79863
|
/** ID of the affected action attempt. */
|
|
79320
79864
|
action_attempt_id: string;
|
|
79321
79865
|
/** Type of the action. */
|
|
@@ -79336,6 +79880,8 @@ export type Routes = {
|
|
|
79336
79880
|
created_at: string;
|
|
79337
79881
|
/** Date and time at which the event occurred. */
|
|
79338
79882
|
occurred_at: string;
|
|
79883
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79884
|
+
event_description?: string | undefined;
|
|
79339
79885
|
/** ID of the affected action attempt. */
|
|
79340
79886
|
action_attempt_id: string;
|
|
79341
79887
|
/** Type of the action. */
|
|
@@ -79356,6 +79902,8 @@ export type Routes = {
|
|
|
79356
79902
|
created_at: string;
|
|
79357
79903
|
/** Date and time at which the event occurred. */
|
|
79358
79904
|
occurred_at: string;
|
|
79905
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79906
|
+
event_description?: string | undefined;
|
|
79359
79907
|
/** ID of the affected action attempt. */
|
|
79360
79908
|
action_attempt_id: string;
|
|
79361
79909
|
/** Type of the action. */
|
|
@@ -79376,6 +79924,8 @@ export type Routes = {
|
|
|
79376
79924
|
created_at: string;
|
|
79377
79925
|
/** Date and time at which the event occurred. */
|
|
79378
79926
|
occurred_at: string;
|
|
79927
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79928
|
+
event_description?: string | undefined;
|
|
79379
79929
|
/** ID of the affected action attempt. */
|
|
79380
79930
|
action_attempt_id: string;
|
|
79381
79931
|
/** Type of the action. */
|
|
@@ -79396,6 +79946,8 @@ export type Routes = {
|
|
|
79396
79946
|
created_at: string;
|
|
79397
79947
|
/** Date and time at which the event occurred. */
|
|
79398
79948
|
occurred_at: string;
|
|
79949
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79950
|
+
event_description?: string | undefined;
|
|
79399
79951
|
/** ID of the affected action attempt. */
|
|
79400
79952
|
action_attempt_id: string;
|
|
79401
79953
|
/** Type of the action. */
|
|
@@ -79416,6 +79968,8 @@ export type Routes = {
|
|
|
79416
79968
|
created_at: string;
|
|
79417
79969
|
/** Date and time at which the event occurred. */
|
|
79418
79970
|
occurred_at: string;
|
|
79971
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79972
|
+
event_description?: string | undefined;
|
|
79419
79973
|
/** ID of the affected action attempt. */
|
|
79420
79974
|
action_attempt_id: string;
|
|
79421
79975
|
/** Type of the action. */
|
|
@@ -79436,6 +79990,8 @@ export type Routes = {
|
|
|
79436
79990
|
created_at: string;
|
|
79437
79991
|
/** Date and time at which the event occurred. */
|
|
79438
79992
|
occurred_at: string;
|
|
79993
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
79994
|
+
event_description?: string | undefined;
|
|
79439
79995
|
/** ID of the affected action attempt. */
|
|
79440
79996
|
action_attempt_id: string;
|
|
79441
79997
|
/** Type of the action. */
|
|
@@ -79456,6 +80012,8 @@ export type Routes = {
|
|
|
79456
80012
|
created_at: string;
|
|
79457
80013
|
/** Date and time at which the event occurred. */
|
|
79458
80014
|
occurred_at: string;
|
|
80015
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80016
|
+
event_description?: string | undefined;
|
|
79459
80017
|
/** ID of the affected action attempt. */
|
|
79460
80018
|
action_attempt_id: string;
|
|
79461
80019
|
/** Type of the action. */
|
|
@@ -79476,6 +80034,8 @@ export type Routes = {
|
|
|
79476
80034
|
created_at: string;
|
|
79477
80035
|
/** Date and time at which the event occurred. */
|
|
79478
80036
|
occurred_at: string;
|
|
80037
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80038
|
+
event_description?: string | undefined;
|
|
79479
80039
|
/** ID of the affected Connect Webview. */
|
|
79480
80040
|
connect_webview_id: string;
|
|
79481
80041
|
event_type: 'connect_webview.login_succeeded';
|
|
@@ -79496,6 +80056,8 @@ export type Routes = {
|
|
|
79496
80056
|
created_at: string;
|
|
79497
80057
|
/** Date and time at which the event occurred. */
|
|
79498
80058
|
occurred_at: string;
|
|
80059
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80060
|
+
event_description?: string | undefined;
|
|
79499
80061
|
/** ID of the affected Connect Webview. */
|
|
79500
80062
|
connect_webview_id: string;
|
|
79501
80063
|
event_type: 'connect_webview.login_failed';
|
|
@@ -79508,6 +80070,8 @@ export type Routes = {
|
|
|
79508
80070
|
created_at: string;
|
|
79509
80071
|
/** Date and time at which the event occurred. */
|
|
79510
80072
|
occurred_at: string;
|
|
80073
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80074
|
+
event_description?: string | undefined;
|
|
79511
80075
|
/** ID of the affected device. */
|
|
79512
80076
|
device_id: string;
|
|
79513
80077
|
/** ID of the connected account associated with the event. */
|
|
@@ -79532,6 +80096,8 @@ export type Routes = {
|
|
|
79532
80096
|
created_at: string;
|
|
79533
80097
|
/** Date and time at which the event occurred. */
|
|
79534
80098
|
occurred_at: string;
|
|
80099
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80100
|
+
event_description?: string | undefined;
|
|
79535
80101
|
/** ID of the affected device. */
|
|
79536
80102
|
device_id: string;
|
|
79537
80103
|
/** ID of the connected account associated with the event. */
|
|
@@ -79556,6 +80122,8 @@ export type Routes = {
|
|
|
79556
80122
|
created_at: string;
|
|
79557
80123
|
/** Date and time at which the event occurred. */
|
|
79558
80124
|
occurred_at: string;
|
|
80125
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80126
|
+
event_description?: string | undefined;
|
|
79559
80127
|
/** ID of the affected device. */
|
|
79560
80128
|
device_id: string;
|
|
79561
80129
|
/** ID of the connected account associated with the event. */
|
|
@@ -79580,6 +80148,8 @@ export type Routes = {
|
|
|
79580
80148
|
created_at: string;
|
|
79581
80149
|
/** Date and time at which the event occurred. */
|
|
79582
80150
|
occurred_at: string;
|
|
80151
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80152
|
+
event_description?: string | undefined;
|
|
79583
80153
|
/** ID of the affected device. */
|
|
79584
80154
|
device_id: string;
|
|
79585
80155
|
/** ID of the connected account associated with the event. */
|
|
@@ -79604,6 +80174,8 @@ export type Routes = {
|
|
|
79604
80174
|
created_at: string;
|
|
79605
80175
|
/** Date and time at which the event occurred. */
|
|
79606
80176
|
occurred_at: string;
|
|
80177
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80178
|
+
event_description?: string | undefined;
|
|
79607
80179
|
/** ID of the affected device. */
|
|
79608
80180
|
device_id: string;
|
|
79609
80181
|
/** ID of the connected account associated with the event. */
|
|
@@ -79628,6 +80200,8 @@ export type Routes = {
|
|
|
79628
80200
|
created_at: string;
|
|
79629
80201
|
/** Date and time at which the event occurred. */
|
|
79630
80202
|
occurred_at: string;
|
|
80203
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80204
|
+
event_description?: string | undefined;
|
|
79631
80205
|
/** ID of the affected device. */
|
|
79632
80206
|
device_id: string;
|
|
79633
80207
|
/** ID of the connected account associated with the event. */
|
|
@@ -79690,6 +80264,8 @@ export type Routes = {
|
|
|
79690
80264
|
created_at: string;
|
|
79691
80265
|
/** Date and time at which the event occurred. */
|
|
79692
80266
|
occurred_at: string;
|
|
80267
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80268
|
+
event_description?: string | undefined;
|
|
79693
80269
|
/** ID of the affected device. */
|
|
79694
80270
|
device_id: string;
|
|
79695
80271
|
/** ID of the connected account associated with the event. */
|
|
@@ -79752,6 +80328,8 @@ export type Routes = {
|
|
|
79752
80328
|
created_at: string;
|
|
79753
80329
|
/** Date and time at which the event occurred. */
|
|
79754
80330
|
occurred_at: string;
|
|
80331
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80332
|
+
event_description?: string | undefined;
|
|
79755
80333
|
/** ID of the affected device. */
|
|
79756
80334
|
device_id: string;
|
|
79757
80335
|
/** ID of the connected account associated with the event. */
|
|
@@ -79776,6 +80354,8 @@ export type Routes = {
|
|
|
79776
80354
|
created_at: string;
|
|
79777
80355
|
/** Date and time at which the event occurred. */
|
|
79778
80356
|
occurred_at: string;
|
|
80357
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80358
|
+
event_description?: string | undefined;
|
|
79779
80359
|
/** ID of the affected device. */
|
|
79780
80360
|
device_id: string;
|
|
79781
80361
|
/** ID of the connected account associated with the event. */
|
|
@@ -79802,6 +80382,8 @@ export type Routes = {
|
|
|
79802
80382
|
created_at: string;
|
|
79803
80383
|
/** Date and time at which the event occurred. */
|
|
79804
80384
|
occurred_at: string;
|
|
80385
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80386
|
+
event_description?: string | undefined;
|
|
79805
80387
|
/** ID of the affected device. */
|
|
79806
80388
|
device_id: string;
|
|
79807
80389
|
/** ID of the connected account associated with the event. */
|
|
@@ -79830,6 +80412,8 @@ export type Routes = {
|
|
|
79830
80412
|
created_at: string;
|
|
79831
80413
|
/** Date and time at which the event occurred. */
|
|
79832
80414
|
occurred_at: string;
|
|
80415
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80416
|
+
event_description?: string | undefined;
|
|
79833
80417
|
/** ID of the affected device. */
|
|
79834
80418
|
device_id: string;
|
|
79835
80419
|
/** ID of the connected account associated with the event. */
|
|
@@ -79854,6 +80438,8 @@ export type Routes = {
|
|
|
79854
80438
|
created_at: string;
|
|
79855
80439
|
/** Date and time at which the event occurred. */
|
|
79856
80440
|
occurred_at: string;
|
|
80441
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80442
|
+
event_description?: string | undefined;
|
|
79857
80443
|
/** ID of the affected device. */
|
|
79858
80444
|
device_id: string;
|
|
79859
80445
|
/** ID of the connected account associated with the event. */
|
|
@@ -79880,6 +80466,8 @@ export type Routes = {
|
|
|
79880
80466
|
created_at: string;
|
|
79881
80467
|
/** Date and time at which the event occurred. */
|
|
79882
80468
|
occurred_at: string;
|
|
80469
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80470
|
+
event_description?: string | undefined;
|
|
79883
80471
|
/** ID of the affected device. */
|
|
79884
80472
|
device_id: string;
|
|
79885
80473
|
/** ID of the connected account associated with the event. */
|
|
@@ -79904,6 +80492,8 @@ export type Routes = {
|
|
|
79904
80492
|
created_at: string;
|
|
79905
80493
|
/** Date and time at which the event occurred. */
|
|
79906
80494
|
occurred_at: string;
|
|
80495
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80496
|
+
event_description?: string | undefined;
|
|
79907
80497
|
/** ID of the affected device. */
|
|
79908
80498
|
device_id: string;
|
|
79909
80499
|
/** ID of the connected account associated with the event. */
|
|
@@ -79928,6 +80518,8 @@ export type Routes = {
|
|
|
79928
80518
|
created_at: string;
|
|
79929
80519
|
/** Date and time at which the event occurred. */
|
|
79930
80520
|
occurred_at: string;
|
|
80521
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80522
|
+
event_description?: string | undefined;
|
|
79931
80523
|
/** ID of the affected device. */
|
|
79932
80524
|
device_id: string;
|
|
79933
80525
|
/** ID of the connected account associated with the event. */
|
|
@@ -79952,6 +80544,8 @@ export type Routes = {
|
|
|
79952
80544
|
created_at: string;
|
|
79953
80545
|
/** Date and time at which the event occurred. */
|
|
79954
80546
|
occurred_at: string;
|
|
80547
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80548
|
+
event_description?: string | undefined;
|
|
79955
80549
|
/** ID of the affected device. */
|
|
79956
80550
|
device_id: string;
|
|
79957
80551
|
/** ID of the connected account associated with the event. */
|
|
@@ -79976,6 +80570,8 @@ export type Routes = {
|
|
|
79976
80570
|
created_at: string;
|
|
79977
80571
|
/** Date and time at which the event occurred. */
|
|
79978
80572
|
occurred_at: string;
|
|
80573
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80574
|
+
event_description?: string | undefined;
|
|
79979
80575
|
/** ID of the affected device. */
|
|
79980
80576
|
device_id: string;
|
|
79981
80577
|
/** ID of the connected account associated with the event. */
|
|
@@ -80036,6 +80632,8 @@ export type Routes = {
|
|
|
80036
80632
|
created_at: string;
|
|
80037
80633
|
/** Date and time at which the event occurred. */
|
|
80038
80634
|
occurred_at: string;
|
|
80635
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80636
|
+
event_description?: string | undefined;
|
|
80039
80637
|
/** ID of the affected device. */
|
|
80040
80638
|
device_id: string;
|
|
80041
80639
|
/** ID of the connected account associated with the event. */
|
|
@@ -80060,6 +80658,8 @@ export type Routes = {
|
|
|
80060
80658
|
created_at: string;
|
|
80061
80659
|
/** Date and time at which the event occurred. */
|
|
80062
80660
|
occurred_at: string;
|
|
80661
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80662
|
+
event_description?: string | undefined;
|
|
80063
80663
|
/** ID of the affected device. */
|
|
80064
80664
|
device_id: string;
|
|
80065
80665
|
/** ID of the connected account associated with the event. */
|
|
@@ -80120,6 +80720,8 @@ export type Routes = {
|
|
|
80120
80720
|
created_at: string;
|
|
80121
80721
|
/** Date and time at which the event occurred. */
|
|
80122
80722
|
occurred_at: string;
|
|
80723
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80724
|
+
event_description?: string | undefined;
|
|
80123
80725
|
/** ID of the affected device. */
|
|
80124
80726
|
device_id: string;
|
|
80125
80727
|
/** ID of the connected account associated with the event. */
|
|
@@ -80144,6 +80746,8 @@ export type Routes = {
|
|
|
80144
80746
|
created_at: string;
|
|
80145
80747
|
/** Date and time at which the event occurred. */
|
|
80146
80748
|
occurred_at: string;
|
|
80749
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80750
|
+
event_description?: string | undefined;
|
|
80147
80751
|
/** ID of the affected device. */
|
|
80148
80752
|
device_id: string;
|
|
80149
80753
|
/** ID of the connected account associated with the event. */
|
|
@@ -80168,6 +80772,8 @@ export type Routes = {
|
|
|
80168
80772
|
created_at: string;
|
|
80169
80773
|
/** Date and time at which the event occurred. */
|
|
80170
80774
|
occurred_at: string;
|
|
80775
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80776
|
+
event_description?: string | undefined;
|
|
80171
80777
|
/** ID of the affected device. */
|
|
80172
80778
|
device_id: string;
|
|
80173
80779
|
/** ID of the connected account associated with the event. */
|
|
@@ -80228,6 +80834,8 @@ export type Routes = {
|
|
|
80228
80834
|
created_at: string;
|
|
80229
80835
|
/** Date and time at which the event occurred. */
|
|
80230
80836
|
occurred_at: string;
|
|
80837
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80838
|
+
event_description?: string | undefined;
|
|
80231
80839
|
/** ID of the affected device. */
|
|
80232
80840
|
device_id: string;
|
|
80233
80841
|
/** ID of the connected account associated with the event. */
|
|
@@ -80268,6 +80876,8 @@ export type Routes = {
|
|
|
80268
80876
|
created_at: string;
|
|
80269
80877
|
/** Date and time at which the event occurred. */
|
|
80270
80878
|
occurred_at: string;
|
|
80879
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80880
|
+
event_description?: string | undefined;
|
|
80271
80881
|
/** ID of the affected device. */
|
|
80272
80882
|
device_id: string;
|
|
80273
80883
|
/** ID of the connected account associated with the event. */
|
|
@@ -80312,6 +80922,8 @@ export type Routes = {
|
|
|
80312
80922
|
created_at: string;
|
|
80313
80923
|
/** Date and time at which the event occurred. */
|
|
80314
80924
|
occurred_at: string;
|
|
80925
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80926
|
+
event_description?: string | undefined;
|
|
80315
80927
|
/** ID of the affected device. */
|
|
80316
80928
|
device_id?: string | undefined;
|
|
80317
80929
|
/** ID of the connected account associated with the event. */
|
|
@@ -80380,6 +80992,8 @@ export type Routes = {
|
|
|
80380
80992
|
created_at: string;
|
|
80381
80993
|
/** Date and time at which the event occurred. */
|
|
80382
80994
|
occurred_at: string;
|
|
80995
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
80996
|
+
event_description?: string | undefined;
|
|
80383
80997
|
/** ID of the affected device. */
|
|
80384
80998
|
device_id?: string | undefined;
|
|
80385
80999
|
/** ID of the connected account associated with the event. */
|
|
@@ -80430,6 +81044,8 @@ export type Routes = {
|
|
|
80430
81044
|
created_at: string;
|
|
80431
81045
|
/** Date and time at which the event occurred. */
|
|
80432
81046
|
occurred_at: string;
|
|
81047
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81048
|
+
event_description?: string | undefined;
|
|
80433
81049
|
/** ID of the affected device. */
|
|
80434
81050
|
device_id: string;
|
|
80435
81051
|
/** ID of the connected account associated with the event. */
|
|
@@ -80460,6 +81076,8 @@ export type Routes = {
|
|
|
80460
81076
|
created_at: string;
|
|
80461
81077
|
/** Date and time at which the event occurred. */
|
|
80462
81078
|
occurred_at: string;
|
|
81079
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81080
|
+
event_description?: string | undefined;
|
|
80463
81081
|
/** ID of the affected device. */
|
|
80464
81082
|
device_id: string;
|
|
80465
81083
|
/** ID of the connected account associated with the event. */
|
|
@@ -80498,6 +81116,8 @@ export type Routes = {
|
|
|
80498
81116
|
created_at: string;
|
|
80499
81117
|
/** Date and time at which the event occurred. */
|
|
80500
81118
|
occurred_at: string;
|
|
81119
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81120
|
+
event_description?: string | undefined;
|
|
80501
81121
|
/** ID of the affected device. */
|
|
80502
81122
|
device_id: string;
|
|
80503
81123
|
/** ID of the connected account associated with the event. */
|
|
@@ -80534,6 +81154,8 @@ export type Routes = {
|
|
|
80534
81154
|
created_at: string;
|
|
80535
81155
|
/** Date and time at which the event occurred. */
|
|
80536
81156
|
occurred_at: string;
|
|
81157
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81158
|
+
event_description?: string | undefined;
|
|
80537
81159
|
/** ID of the affected device. */
|
|
80538
81160
|
device_id: string;
|
|
80539
81161
|
/** ID of the connected account associated with the event. */
|
|
@@ -80570,6 +81192,8 @@ export type Routes = {
|
|
|
80570
81192
|
created_at: string;
|
|
80571
81193
|
/** Date and time at which the event occurred. */
|
|
80572
81194
|
occurred_at: string;
|
|
81195
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81196
|
+
event_description?: string | undefined;
|
|
80573
81197
|
/** ID of the affected device. */
|
|
80574
81198
|
device_id: string;
|
|
80575
81199
|
/** ID of the connected account associated with the event. */
|
|
@@ -80602,6 +81226,8 @@ export type Routes = {
|
|
|
80602
81226
|
created_at: string;
|
|
80603
81227
|
/** Date and time at which the event occurred. */
|
|
80604
81228
|
occurred_at: string;
|
|
81229
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81230
|
+
event_description?: string | undefined;
|
|
80605
81231
|
/** ID of the affected device. */
|
|
80606
81232
|
device_id: string;
|
|
80607
81233
|
/** ID of the connected account associated with the event. */
|
|
@@ -80630,6 +81256,8 @@ export type Routes = {
|
|
|
80630
81256
|
created_at: string;
|
|
80631
81257
|
/** Date and time at which the event occurred. */
|
|
80632
81258
|
occurred_at: string;
|
|
81259
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81260
|
+
event_description?: string | undefined;
|
|
80633
81261
|
/** ID of the affected device. */
|
|
80634
81262
|
device_id: string;
|
|
80635
81263
|
/** ID of the connected account associated with the event. */
|
|
@@ -80656,6 +81284,8 @@ export type Routes = {
|
|
|
80656
81284
|
created_at: string;
|
|
80657
81285
|
/** Date and time at which the event occurred. */
|
|
80658
81286
|
occurred_at: string;
|
|
81287
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81288
|
+
event_description?: string | undefined;
|
|
80659
81289
|
/** ID of the affected device. */
|
|
80660
81290
|
device_id: string;
|
|
80661
81291
|
/** ID of the connected account associated with the event. */
|
|
@@ -80688,6 +81318,8 @@ export type Routes = {
|
|
|
80688
81318
|
created_at: string;
|
|
80689
81319
|
/** Date and time at which the event occurred. */
|
|
80690
81320
|
occurred_at: string;
|
|
81321
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81322
|
+
event_description?: string | undefined;
|
|
80691
81323
|
/** ID of the affected device. */
|
|
80692
81324
|
device_id: string;
|
|
80693
81325
|
/** ID of the connected account associated with the event. */
|
|
@@ -80716,6 +81348,8 @@ export type Routes = {
|
|
|
80716
81348
|
created_at: string;
|
|
80717
81349
|
/** Date and time at which the event occurred. */
|
|
80718
81350
|
occurred_at: string;
|
|
81351
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81352
|
+
event_description?: string | undefined;
|
|
80719
81353
|
/** ID of the affected enrollment automation. */
|
|
80720
81354
|
enrollment_automation_id: string;
|
|
80721
81355
|
event_type: 'enrollment_automation.deleted';
|
|
@@ -80728,6 +81362,8 @@ export type Routes = {
|
|
|
80728
81362
|
created_at: string;
|
|
80729
81363
|
/** Date and time at which the event occurred. */
|
|
80730
81364
|
occurred_at: string;
|
|
81365
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81366
|
+
event_description?: string | undefined;
|
|
80731
81367
|
/** ID of the affected phone device. */
|
|
80732
81368
|
device_id: string;
|
|
80733
81369
|
/** Custom metadata of the device; present when device_id is provided. */
|
|
@@ -80744,6 +81380,8 @@ export type Routes = {
|
|
|
80744
81380
|
created_at: string;
|
|
80745
81381
|
/** Date and time at which the event occurred. */
|
|
80746
81382
|
occurred_at: string;
|
|
81383
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81384
|
+
event_description?: string | undefined;
|
|
80747
81385
|
/** ID of the affected space. */
|
|
80748
81386
|
space_id: string;
|
|
80749
81387
|
/** Type of the event. */
|
|
@@ -80763,6 +81401,8 @@ export type Routes = {
|
|
|
80763
81401
|
created_at: string;
|
|
80764
81402
|
/** Date and time at which the event occurred. */
|
|
80765
81403
|
occurred_at: string;
|
|
81404
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81405
|
+
event_description?: string | undefined;
|
|
80766
81406
|
/** ID of the affected space. */
|
|
80767
81407
|
space_id: string;
|
|
80768
81408
|
/** Type of the event. */
|
|
@@ -80782,6 +81422,8 @@ export type Routes = {
|
|
|
80782
81422
|
created_at: string;
|
|
80783
81423
|
/** Date and time at which the event occurred. */
|
|
80784
81424
|
occurred_at: string;
|
|
81425
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
81426
|
+
event_description?: string | undefined;
|
|
80785
81427
|
/** ID of the affected space. */
|
|
80786
81428
|
space_id: string;
|
|
80787
81429
|
/** Type of the event. */
|
|
@@ -115623,6 +116265,8 @@ export type Routes = {
|
|
|
115623
116265
|
created_at: string;
|
|
115624
116266
|
/** Date and time at which the event occurred. */
|
|
115625
116267
|
occurred_at: string;
|
|
116268
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116269
|
+
event_description?: string | undefined;
|
|
115626
116270
|
/** ID of the affected access code. */
|
|
115627
116271
|
access_code_id: string;
|
|
115628
116272
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115647,6 +116291,8 @@ export type Routes = {
|
|
|
115647
116291
|
created_at: string;
|
|
115648
116292
|
/** Date and time at which the event occurred. */
|
|
115649
116293
|
occurred_at: string;
|
|
116294
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116295
|
+
event_description?: string | undefined;
|
|
115650
116296
|
/** ID of the affected access code. */
|
|
115651
116297
|
access_code_id: string;
|
|
115652
116298
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115682,6 +116328,8 @@ export type Routes = {
|
|
|
115682
116328
|
created_at: string;
|
|
115683
116329
|
/** Date and time at which the event occurred. */
|
|
115684
116330
|
occurred_at: string;
|
|
116331
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116332
|
+
event_description?: string | undefined;
|
|
115685
116333
|
/** ID of the affected access code. */
|
|
115686
116334
|
access_code_id: string;
|
|
115687
116335
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115718,6 +116366,8 @@ export type Routes = {
|
|
|
115718
116366
|
created_at: string;
|
|
115719
116367
|
/** Date and time at which the event occurred. */
|
|
115720
116368
|
occurred_at: string;
|
|
116369
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116370
|
+
event_description?: string | undefined;
|
|
115721
116371
|
/** ID of the affected access code. */
|
|
115722
116372
|
access_code_id: string;
|
|
115723
116373
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115754,6 +116404,8 @@ export type Routes = {
|
|
|
115754
116404
|
created_at: string;
|
|
115755
116405
|
/** Date and time at which the event occurred. */
|
|
115756
116406
|
occurred_at: string;
|
|
116407
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116408
|
+
event_description?: string | undefined;
|
|
115757
116409
|
/** ID of the affected access code. */
|
|
115758
116410
|
access_code_id: string;
|
|
115759
116411
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115794,6 +116446,8 @@ export type Routes = {
|
|
|
115794
116446
|
created_at: string;
|
|
115795
116447
|
/** Date and time at which the event occurred. */
|
|
115796
116448
|
occurred_at: string;
|
|
116449
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116450
|
+
event_description?: string | undefined;
|
|
115797
116451
|
/** ID of the affected access code. */
|
|
115798
116452
|
access_code_id: string;
|
|
115799
116453
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115831,6 +116485,8 @@ export type Routes = {
|
|
|
115831
116485
|
created_at: string;
|
|
115832
116486
|
/** Date and time at which the event occurred. */
|
|
115833
116487
|
occurred_at: string;
|
|
116488
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116489
|
+
event_description?: string | undefined;
|
|
115834
116490
|
/** ID of the affected access code. */
|
|
115835
116491
|
access_code_id: string;
|
|
115836
116492
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115857,6 +116513,8 @@ export type Routes = {
|
|
|
115857
116513
|
created_at: string;
|
|
115858
116514
|
/** Date and time at which the event occurred. */
|
|
115859
116515
|
occurred_at: string;
|
|
116516
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116517
|
+
event_description?: string | undefined;
|
|
115860
116518
|
/** ID of the affected access code. */
|
|
115861
116519
|
access_code_id: string;
|
|
115862
116520
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115883,6 +116541,8 @@ export type Routes = {
|
|
|
115883
116541
|
created_at: string;
|
|
115884
116542
|
/** Date and time at which the event occurred. */
|
|
115885
116543
|
occurred_at: string;
|
|
116544
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116545
|
+
event_description?: string | undefined;
|
|
115886
116546
|
/** ID of the affected access code. */
|
|
115887
116547
|
access_code_id: string;
|
|
115888
116548
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115907,6 +116567,8 @@ export type Routes = {
|
|
|
115907
116567
|
created_at: string;
|
|
115908
116568
|
/** Date and time at which the event occurred. */
|
|
115909
116569
|
occurred_at: string;
|
|
116570
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116571
|
+
event_description?: string | undefined;
|
|
115910
116572
|
/** ID of the affected access code. */
|
|
115911
116573
|
access_code_id: string;
|
|
115912
116574
|
/** ID of the device associated with the affected access code. */
|
|
@@ -115985,6 +116647,8 @@ export type Routes = {
|
|
|
115985
116647
|
created_at: string;
|
|
115986
116648
|
/** Date and time at which the event occurred. */
|
|
115987
116649
|
occurred_at: string;
|
|
116650
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116651
|
+
event_description?: string | undefined;
|
|
115988
116652
|
/** ID of the affected access code. */
|
|
115989
116653
|
access_code_id: string;
|
|
115990
116654
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116063,6 +116727,8 @@ export type Routes = {
|
|
|
116063
116727
|
created_at: string;
|
|
116064
116728
|
/** Date and time at which the event occurred. */
|
|
116065
116729
|
occurred_at: string;
|
|
116730
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116731
|
+
event_description?: string | undefined;
|
|
116066
116732
|
/** ID of the affected access code. */
|
|
116067
116733
|
access_code_id: string;
|
|
116068
116734
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116089,6 +116755,8 @@ export type Routes = {
|
|
|
116089
116755
|
created_at: string;
|
|
116090
116756
|
/** Date and time at which the event occurred. */
|
|
116091
116757
|
occurred_at: string;
|
|
116758
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116759
|
+
event_description?: string | undefined;
|
|
116092
116760
|
/** ID of the affected access code. */
|
|
116093
116761
|
access_code_id: string;
|
|
116094
116762
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116167,6 +116835,8 @@ export type Routes = {
|
|
|
116167
116835
|
created_at: string;
|
|
116168
116836
|
/** Date and time at which the event occurred. */
|
|
116169
116837
|
occurred_at: string;
|
|
116838
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116839
|
+
event_description?: string | undefined;
|
|
116170
116840
|
/** ID of the affected access code. */
|
|
116171
116841
|
access_code_id: string;
|
|
116172
116842
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116245,6 +116915,8 @@ export type Routes = {
|
|
|
116245
116915
|
created_at: string;
|
|
116246
116916
|
/** Date and time at which the event occurred. */
|
|
116247
116917
|
occurred_at: string;
|
|
116918
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116919
|
+
event_description?: string | undefined;
|
|
116248
116920
|
/** ID of the affected access code. */
|
|
116249
116921
|
access_code_id: string;
|
|
116250
116922
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116269,6 +116941,8 @@ export type Routes = {
|
|
|
116269
116941
|
created_at: string;
|
|
116270
116942
|
/** Date and time at which the event occurred. */
|
|
116271
116943
|
occurred_at: string;
|
|
116944
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116945
|
+
event_description?: string | undefined;
|
|
116272
116946
|
/** ID of the affected access code. */
|
|
116273
116947
|
access_code_id: string;
|
|
116274
116948
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116293,6 +116967,8 @@ export type Routes = {
|
|
|
116293
116967
|
created_at: string;
|
|
116294
116968
|
/** Date and time at which the event occurred. */
|
|
116295
116969
|
occurred_at: string;
|
|
116970
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116971
|
+
event_description?: string | undefined;
|
|
116296
116972
|
/** ID of the affected access code. */
|
|
116297
116973
|
access_code_id: string;
|
|
116298
116974
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116319,6 +116995,8 @@ export type Routes = {
|
|
|
116319
116995
|
created_at: string;
|
|
116320
116996
|
/** Date and time at which the event occurred. */
|
|
116321
116997
|
occurred_at: string;
|
|
116998
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
116999
|
+
event_description?: string | undefined;
|
|
116322
117000
|
/** ID of the affected access code. */
|
|
116323
117001
|
access_code_id: string;
|
|
116324
117002
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116343,6 +117021,8 @@ export type Routes = {
|
|
|
116343
117021
|
created_at: string;
|
|
116344
117022
|
/** Date and time at which the event occurred. */
|
|
116345
117023
|
occurred_at: string;
|
|
117024
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117025
|
+
event_description?: string | undefined;
|
|
116346
117026
|
/** ID of the affected access code. */
|
|
116347
117027
|
access_code_id: string;
|
|
116348
117028
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116421,6 +117101,8 @@ export type Routes = {
|
|
|
116421
117101
|
created_at: string;
|
|
116422
117102
|
/** Date and time at which the event occurred. */
|
|
116423
117103
|
occurred_at: string;
|
|
117104
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117105
|
+
event_description?: string | undefined;
|
|
116424
117106
|
/** ID of the affected access code. */
|
|
116425
117107
|
access_code_id: string;
|
|
116426
117108
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116445,6 +117127,8 @@ export type Routes = {
|
|
|
116445
117127
|
created_at: string;
|
|
116446
117128
|
/** Date and time at which the event occurred. */
|
|
116447
117129
|
occurred_at: string;
|
|
117130
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117131
|
+
event_description?: string | undefined;
|
|
116448
117132
|
/** ID of the affected access code. */
|
|
116449
117133
|
access_code_id: string;
|
|
116450
117134
|
/** ID of the device associated with the affected access code. */
|
|
@@ -116469,6 +117153,8 @@ export type Routes = {
|
|
|
116469
117153
|
created_at: string;
|
|
116470
117154
|
/** Date and time at which the event occurred. */
|
|
116471
117155
|
occurred_at: string;
|
|
117156
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117157
|
+
event_description?: string | undefined;
|
|
116472
117158
|
/** ID of the affected Access Grant. */
|
|
116473
117159
|
access_grant_id: string;
|
|
116474
117160
|
event_type: 'access_grant.created';
|
|
@@ -116481,6 +117167,8 @@ export type Routes = {
|
|
|
116481
117167
|
created_at: string;
|
|
116482
117168
|
/** Date and time at which the event occurred. */
|
|
116483
117169
|
occurred_at: string;
|
|
117170
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117171
|
+
event_description?: string | undefined;
|
|
116484
117172
|
/** ID of the affected Access Grant. */
|
|
116485
117173
|
access_grant_id: string;
|
|
116486
117174
|
event_type: 'access_grant.deleted';
|
|
@@ -116493,6 +117181,8 @@ export type Routes = {
|
|
|
116493
117181
|
created_at: string;
|
|
116494
117182
|
/** Date and time at which the event occurred. */
|
|
116495
117183
|
occurred_at: string;
|
|
117184
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117185
|
+
event_description?: string | undefined;
|
|
116496
117186
|
/** ID of the affected Access Grant. */
|
|
116497
117187
|
access_grant_id: string;
|
|
116498
117188
|
event_type: 'access_grant.access_granted_to_all_doors';
|
|
@@ -116505,6 +117195,8 @@ export type Routes = {
|
|
|
116505
117195
|
created_at: string;
|
|
116506
117196
|
/** Date and time at which the event occurred. */
|
|
116507
117197
|
occurred_at: string;
|
|
117198
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117199
|
+
event_description?: string | undefined;
|
|
116508
117200
|
/** ID of the affected Access Grant. */
|
|
116509
117201
|
access_grant_id: string;
|
|
116510
117202
|
event_type: 'access_grant.access_granted_to_door';
|
|
@@ -116519,6 +117211,8 @@ export type Routes = {
|
|
|
116519
117211
|
created_at: string;
|
|
116520
117212
|
/** Date and time at which the event occurred. */
|
|
116521
117213
|
occurred_at: string;
|
|
117214
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117215
|
+
event_description?: string | undefined;
|
|
116522
117216
|
/** ID of the affected Access Grant. */
|
|
116523
117217
|
access_grant_id: string;
|
|
116524
117218
|
event_type: 'access_grant.access_to_door_lost';
|
|
@@ -116533,6 +117227,8 @@ export type Routes = {
|
|
|
116533
117227
|
created_at: string;
|
|
116534
117228
|
/** Date and time at which the event occurred. */
|
|
116535
117229
|
occurred_at: string;
|
|
117230
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117231
|
+
event_description?: string | undefined;
|
|
116536
117232
|
/** ID of the affected Access Grant. */
|
|
116537
117233
|
access_grant_id: string;
|
|
116538
117234
|
event_type: 'access_grant.access_times_changed';
|
|
@@ -116551,6 +117247,8 @@ export type Routes = {
|
|
|
116551
117247
|
created_at: string;
|
|
116552
117248
|
/** Date and time at which the event occurred. */
|
|
116553
117249
|
occurred_at: string;
|
|
117250
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117251
|
+
event_description?: string | undefined;
|
|
116554
117252
|
/** ID of the affected Access Grant. */
|
|
116555
117253
|
access_grant_id: string;
|
|
116556
117254
|
event_type: 'access_grant.could_not_create_requested_access_methods';
|
|
@@ -116567,6 +117265,8 @@ export type Routes = {
|
|
|
116567
117265
|
created_at: string;
|
|
116568
117266
|
/** Date and time at which the event occurred. */
|
|
116569
117267
|
occurred_at: string;
|
|
117268
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117269
|
+
event_description?: string | undefined;
|
|
116570
117270
|
/** ID of the affected access method. */
|
|
116571
117271
|
access_method_id: string;
|
|
116572
117272
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116587,6 +117287,8 @@ export type Routes = {
|
|
|
116587
117287
|
created_at: string;
|
|
116588
117288
|
/** Date and time at which the event occurred. */
|
|
116589
117289
|
occurred_at: string;
|
|
117290
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117291
|
+
event_description?: string | undefined;
|
|
116590
117292
|
/** ID of the affected access method. */
|
|
116591
117293
|
access_method_id: string;
|
|
116592
117294
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116603,6 +117305,8 @@ export type Routes = {
|
|
|
116603
117305
|
created_at: string;
|
|
116604
117306
|
/** Date and time at which the event occurred. */
|
|
116605
117307
|
occurred_at: string;
|
|
117308
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117309
|
+
event_description?: string | undefined;
|
|
116606
117310
|
/** ID of the affected access method. */
|
|
116607
117311
|
access_method_id: string;
|
|
116608
117312
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116619,6 +117323,8 @@ export type Routes = {
|
|
|
116619
117323
|
created_at: string;
|
|
116620
117324
|
/** Date and time at which the event occurred. */
|
|
116621
117325
|
occurred_at: string;
|
|
117326
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117327
|
+
event_description?: string | undefined;
|
|
116622
117328
|
/** ID of the affected access method. */
|
|
116623
117329
|
access_method_id: string;
|
|
116624
117330
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116635,6 +117341,8 @@ export type Routes = {
|
|
|
116635
117341
|
created_at: string;
|
|
116636
117342
|
/** Date and time at which the event occurred. */
|
|
116637
117343
|
occurred_at: string;
|
|
117344
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117345
|
+
event_description?: string | undefined;
|
|
116638
117346
|
/** ID of the affected access method. */
|
|
116639
117347
|
access_method_id: string;
|
|
116640
117348
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116655,6 +117363,8 @@ export type Routes = {
|
|
|
116655
117363
|
created_at: string;
|
|
116656
117364
|
/** Date and time at which the event occurred. */
|
|
116657
117365
|
occurred_at: string;
|
|
117366
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117367
|
+
event_description?: string | undefined;
|
|
116658
117368
|
/** ID of the affected access method. */
|
|
116659
117369
|
access_method_id: string;
|
|
116660
117370
|
/** IDs of the access grants associated with this access method. */
|
|
@@ -116671,6 +117381,8 @@ export type Routes = {
|
|
|
116671
117381
|
created_at: string;
|
|
116672
117382
|
/** Date and time at which the event occurred. */
|
|
116673
117383
|
occurred_at: string;
|
|
117384
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117385
|
+
event_description?: string | undefined;
|
|
116674
117386
|
/** ID of the connected account. */
|
|
116675
117387
|
connected_account_id?: string | undefined;
|
|
116676
117388
|
/** ID of the access system. */
|
|
@@ -116685,6 +117397,8 @@ export type Routes = {
|
|
|
116685
117397
|
created_at: string;
|
|
116686
117398
|
/** Date and time at which the event occurred. */
|
|
116687
117399
|
occurred_at: string;
|
|
117400
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117401
|
+
event_description?: string | undefined;
|
|
116688
117402
|
/** ID of the connected account. */
|
|
116689
117403
|
connected_account_id?: string | undefined;
|
|
116690
117404
|
/** ID of the access system. */
|
|
@@ -116699,6 +117413,8 @@ export type Routes = {
|
|
|
116699
117413
|
created_at: string;
|
|
116700
117414
|
/** Date and time at which the event occurred. */
|
|
116701
117415
|
occurred_at: string;
|
|
117416
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117417
|
+
event_description?: string | undefined;
|
|
116702
117418
|
/** ID of the connected account. */
|
|
116703
117419
|
connected_account_id?: string | undefined;
|
|
116704
117420
|
/** ID of the access system. */
|
|
@@ -116749,6 +117465,8 @@ export type Routes = {
|
|
|
116749
117465
|
created_at: string;
|
|
116750
117466
|
/** Date and time at which the event occurred. */
|
|
116751
117467
|
occurred_at: string;
|
|
117468
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117469
|
+
event_description?: string | undefined;
|
|
116752
117470
|
/** ID of the connected account. */
|
|
116753
117471
|
connected_account_id?: string | undefined;
|
|
116754
117472
|
/** ID of the access system. */
|
|
@@ -116765,6 +117483,8 @@ export type Routes = {
|
|
|
116765
117483
|
created_at: string;
|
|
116766
117484
|
/** Date and time at which the event occurred. */
|
|
116767
117485
|
occurred_at: string;
|
|
117486
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117487
|
+
event_description?: string | undefined;
|
|
116768
117488
|
/** ID of the connected account. */
|
|
116769
117489
|
connected_account_id?: string | undefined;
|
|
116770
117490
|
/** ID of the access system. */
|
|
@@ -116781,6 +117501,8 @@ export type Routes = {
|
|
|
116781
117501
|
created_at: string;
|
|
116782
117502
|
/** Date and time at which the event occurred. */
|
|
116783
117503
|
occurred_at: string;
|
|
117504
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117505
|
+
event_description?: string | undefined;
|
|
116784
117506
|
/** ID of the connected account. */
|
|
116785
117507
|
connected_account_id?: string | undefined;
|
|
116786
117508
|
/** ID of the access system. */
|
|
@@ -116797,6 +117519,8 @@ export type Routes = {
|
|
|
116797
117519
|
created_at: string;
|
|
116798
117520
|
/** Date and time at which the event occurred. */
|
|
116799
117521
|
occurred_at: string;
|
|
117522
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117523
|
+
event_description?: string | undefined;
|
|
116800
117524
|
/** ID of the connected account. */
|
|
116801
117525
|
connected_account_id?: string | undefined;
|
|
116802
117526
|
/** ID of the access system. */
|
|
@@ -116813,6 +117537,8 @@ export type Routes = {
|
|
|
116813
117537
|
created_at: string;
|
|
116814
117538
|
/** Date and time at which the event occurred. */
|
|
116815
117539
|
occurred_at: string;
|
|
117540
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117541
|
+
event_description?: string | undefined;
|
|
116816
117542
|
/** ID of the connected account. */
|
|
116817
117543
|
connected_account_id?: string | undefined;
|
|
116818
117544
|
/** ID of the access system. */
|
|
@@ -116829,6 +117555,8 @@ export type Routes = {
|
|
|
116829
117555
|
created_at: string;
|
|
116830
117556
|
/** Date and time at which the event occurred. */
|
|
116831
117557
|
occurred_at: string;
|
|
117558
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117559
|
+
event_description?: string | undefined;
|
|
116832
117560
|
/** ID of the connected account. */
|
|
116833
117561
|
connected_account_id?: string | undefined;
|
|
116834
117562
|
/** ID of the access system. */
|
|
@@ -116845,6 +117573,8 @@ export type Routes = {
|
|
|
116845
117573
|
created_at: string;
|
|
116846
117574
|
/** Date and time at which the event occurred. */
|
|
116847
117575
|
occurred_at: string;
|
|
117576
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117577
|
+
event_description?: string | undefined;
|
|
116848
117578
|
/** ID of the connected account. */
|
|
116849
117579
|
connected_account_id?: string | undefined;
|
|
116850
117580
|
/** ID of the access system. */
|
|
@@ -116861,6 +117591,8 @@ export type Routes = {
|
|
|
116861
117591
|
created_at: string;
|
|
116862
117592
|
/** Date and time at which the event occurred. */
|
|
116863
117593
|
occurred_at: string;
|
|
117594
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117595
|
+
event_description?: string | undefined;
|
|
116864
117596
|
/** ID of the connected account. */
|
|
116865
117597
|
connected_account_id?: string | undefined;
|
|
116866
117598
|
/** ID of the access system. */
|
|
@@ -116877,6 +117609,8 @@ export type Routes = {
|
|
|
116877
117609
|
created_at: string;
|
|
116878
117610
|
/** Date and time at which the event occurred. */
|
|
116879
117611
|
occurred_at: string;
|
|
117612
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117613
|
+
event_description?: string | undefined;
|
|
116880
117614
|
/** ID of the connected account. */
|
|
116881
117615
|
connected_account_id?: string | undefined;
|
|
116882
117616
|
/** ID of the access system. */
|
|
@@ -116893,6 +117627,8 @@ export type Routes = {
|
|
|
116893
117627
|
created_at: string;
|
|
116894
117628
|
/** Date and time at which the event occurred. */
|
|
116895
117629
|
occurred_at: string;
|
|
117630
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117631
|
+
event_description?: string | undefined;
|
|
116896
117632
|
/** ID of the connected account. */
|
|
116897
117633
|
connected_account_id?: string | undefined;
|
|
116898
117634
|
/** ID of the access system. */
|
|
@@ -116909,6 +117645,8 @@ export type Routes = {
|
|
|
116909
117645
|
created_at: string;
|
|
116910
117646
|
/** Date and time at which the event occurred. */
|
|
116911
117647
|
occurred_at: string;
|
|
117648
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117649
|
+
event_description?: string | undefined;
|
|
116912
117650
|
/** ID of the connected account. */
|
|
116913
117651
|
connected_account_id?: string | undefined;
|
|
116914
117652
|
/** ID of the access system. */
|
|
@@ -116925,6 +117663,8 @@ export type Routes = {
|
|
|
116925
117663
|
created_at: string;
|
|
116926
117664
|
/** Date and time at which the event occurred. */
|
|
116927
117665
|
occurred_at: string;
|
|
117666
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117667
|
+
event_description?: string | undefined;
|
|
116928
117668
|
/** ID of the affected client session. */
|
|
116929
117669
|
client_session_id: string;
|
|
116930
117670
|
event_type: 'client_session.deleted';
|
|
@@ -116937,6 +117677,8 @@ export type Routes = {
|
|
|
116937
117677
|
created_at: string;
|
|
116938
117678
|
/** Date and time at which the event occurred. */
|
|
116939
117679
|
occurred_at: string;
|
|
117680
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117681
|
+
event_description?: string | undefined;
|
|
116940
117682
|
/** ID of the affected connected account. */
|
|
116941
117683
|
connected_account_id: string;
|
|
116942
117684
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -116957,6 +117699,8 @@ export type Routes = {
|
|
|
116957
117699
|
created_at: string;
|
|
116958
117700
|
/** Date and time at which the event occurred. */
|
|
116959
117701
|
occurred_at: string;
|
|
117702
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117703
|
+
event_description?: string | undefined;
|
|
116960
117704
|
/** ID of the affected connected account. */
|
|
116961
117705
|
connected_account_id: string;
|
|
116962
117706
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -116975,6 +117719,8 @@ export type Routes = {
|
|
|
116975
117719
|
created_at: string;
|
|
116976
117720
|
/** Date and time at which the event occurred. */
|
|
116977
117721
|
occurred_at: string;
|
|
117722
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117723
|
+
event_description?: string | undefined;
|
|
116978
117724
|
/** ID of the affected connected account. */
|
|
116979
117725
|
connected_account_id: string;
|
|
116980
117726
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -116993,6 +117739,8 @@ export type Routes = {
|
|
|
116993
117739
|
created_at: string;
|
|
116994
117740
|
/** Date and time at which the event occurred. */
|
|
116995
117741
|
occurred_at: string;
|
|
117742
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117743
|
+
event_description?: string | undefined;
|
|
116996
117744
|
/** ID of the affected connected account. */
|
|
116997
117745
|
connected_account_id: string;
|
|
116998
117746
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -117027,6 +117775,8 @@ export type Routes = {
|
|
|
117027
117775
|
created_at: string;
|
|
117028
117776
|
/** Date and time at which the event occurred. */
|
|
117029
117777
|
occurred_at: string;
|
|
117778
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117779
|
+
event_description?: string | undefined;
|
|
117030
117780
|
/** ID of the affected connected account. */
|
|
117031
117781
|
connected_account_id: string;
|
|
117032
117782
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -117043,6 +117793,8 @@ export type Routes = {
|
|
|
117043
117793
|
created_at: string;
|
|
117044
117794
|
/** Date and time at which the event occurred. */
|
|
117045
117795
|
occurred_at: string;
|
|
117796
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117797
|
+
event_description?: string | undefined;
|
|
117046
117798
|
/** ID of the affected connected account. */
|
|
117047
117799
|
connected_account_id: string;
|
|
117048
117800
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -117063,6 +117815,8 @@ export type Routes = {
|
|
|
117063
117815
|
created_at: string;
|
|
117064
117816
|
/** Date and time at which the event occurred. */
|
|
117065
117817
|
occurred_at: string;
|
|
117818
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117819
|
+
event_description?: string | undefined;
|
|
117066
117820
|
/** ID of the affected connected account. */
|
|
117067
117821
|
connected_account_id: string;
|
|
117068
117822
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -117079,6 +117833,8 @@ export type Routes = {
|
|
|
117079
117833
|
created_at: string;
|
|
117080
117834
|
/** Date and time at which the event occurred. */
|
|
117081
117835
|
occurred_at: string;
|
|
117836
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117837
|
+
event_description?: string | undefined;
|
|
117082
117838
|
/** ID of the affected connected account. */
|
|
117083
117839
|
connected_account_id: string;
|
|
117084
117840
|
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
@@ -117113,6 +117869,8 @@ export type Routes = {
|
|
|
117113
117869
|
created_at: string;
|
|
117114
117870
|
/** Date and time at which the event occurred. */
|
|
117115
117871
|
occurred_at: string;
|
|
117872
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117873
|
+
event_description?: string | undefined;
|
|
117116
117874
|
/** ID of the affected action attempt. */
|
|
117117
117875
|
action_attempt_id: string;
|
|
117118
117876
|
/** Type of the action. */
|
|
@@ -117133,6 +117891,8 @@ export type Routes = {
|
|
|
117133
117891
|
created_at: string;
|
|
117134
117892
|
/** Date and time at which the event occurred. */
|
|
117135
117893
|
occurred_at: string;
|
|
117894
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117895
|
+
event_description?: string | undefined;
|
|
117136
117896
|
/** ID of the affected action attempt. */
|
|
117137
117897
|
action_attempt_id: string;
|
|
117138
117898
|
/** Type of the action. */
|
|
@@ -117153,6 +117913,8 @@ export type Routes = {
|
|
|
117153
117913
|
created_at: string;
|
|
117154
117914
|
/** Date and time at which the event occurred. */
|
|
117155
117915
|
occurred_at: string;
|
|
117916
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117917
|
+
event_description?: string | undefined;
|
|
117156
117918
|
/** ID of the affected action attempt. */
|
|
117157
117919
|
action_attempt_id: string;
|
|
117158
117920
|
/** Type of the action. */
|
|
@@ -117173,6 +117935,8 @@ export type Routes = {
|
|
|
117173
117935
|
created_at: string;
|
|
117174
117936
|
/** Date and time at which the event occurred. */
|
|
117175
117937
|
occurred_at: string;
|
|
117938
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117939
|
+
event_description?: string | undefined;
|
|
117176
117940
|
/** ID of the affected action attempt. */
|
|
117177
117941
|
action_attempt_id: string;
|
|
117178
117942
|
/** Type of the action. */
|
|
@@ -117193,6 +117957,8 @@ export type Routes = {
|
|
|
117193
117957
|
created_at: string;
|
|
117194
117958
|
/** Date and time at which the event occurred. */
|
|
117195
117959
|
occurred_at: string;
|
|
117960
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117961
|
+
event_description?: string | undefined;
|
|
117196
117962
|
/** ID of the affected action attempt. */
|
|
117197
117963
|
action_attempt_id: string;
|
|
117198
117964
|
/** Type of the action. */
|
|
@@ -117213,6 +117979,8 @@ export type Routes = {
|
|
|
117213
117979
|
created_at: string;
|
|
117214
117980
|
/** Date and time at which the event occurred. */
|
|
117215
117981
|
occurred_at: string;
|
|
117982
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
117983
|
+
event_description?: string | undefined;
|
|
117216
117984
|
/** ID of the affected action attempt. */
|
|
117217
117985
|
action_attempt_id: string;
|
|
117218
117986
|
/** Type of the action. */
|
|
@@ -117233,6 +118001,8 @@ export type Routes = {
|
|
|
117233
118001
|
created_at: string;
|
|
117234
118002
|
/** Date and time at which the event occurred. */
|
|
117235
118003
|
occurred_at: string;
|
|
118004
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118005
|
+
event_description?: string | undefined;
|
|
117236
118006
|
/** ID of the affected action attempt. */
|
|
117237
118007
|
action_attempt_id: string;
|
|
117238
118008
|
/** Type of the action. */
|
|
@@ -117253,6 +118023,8 @@ export type Routes = {
|
|
|
117253
118023
|
created_at: string;
|
|
117254
118024
|
/** Date and time at which the event occurred. */
|
|
117255
118025
|
occurred_at: string;
|
|
118026
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118027
|
+
event_description?: string | undefined;
|
|
117256
118028
|
/** ID of the affected action attempt. */
|
|
117257
118029
|
action_attempt_id: string;
|
|
117258
118030
|
/** Type of the action. */
|
|
@@ -117273,6 +118045,8 @@ export type Routes = {
|
|
|
117273
118045
|
created_at: string;
|
|
117274
118046
|
/** Date and time at which the event occurred. */
|
|
117275
118047
|
occurred_at: string;
|
|
118048
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118049
|
+
event_description?: string | undefined;
|
|
117276
118050
|
/** ID of the affected Connect Webview. */
|
|
117277
118051
|
connect_webview_id: string;
|
|
117278
118052
|
event_type: 'connect_webview.login_succeeded';
|
|
@@ -117293,6 +118067,8 @@ export type Routes = {
|
|
|
117293
118067
|
created_at: string;
|
|
117294
118068
|
/** Date and time at which the event occurred. */
|
|
117295
118069
|
occurred_at: string;
|
|
118070
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118071
|
+
event_description?: string | undefined;
|
|
117296
118072
|
/** ID of the affected Connect Webview. */
|
|
117297
118073
|
connect_webview_id: string;
|
|
117298
118074
|
event_type: 'connect_webview.login_failed';
|
|
@@ -117305,6 +118081,8 @@ export type Routes = {
|
|
|
117305
118081
|
created_at: string;
|
|
117306
118082
|
/** Date and time at which the event occurred. */
|
|
117307
118083
|
occurred_at: string;
|
|
118084
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118085
|
+
event_description?: string | undefined;
|
|
117308
118086
|
/** ID of the affected device. */
|
|
117309
118087
|
device_id: string;
|
|
117310
118088
|
/** ID of the connected account associated with the event. */
|
|
@@ -117329,6 +118107,8 @@ export type Routes = {
|
|
|
117329
118107
|
created_at: string;
|
|
117330
118108
|
/** Date and time at which the event occurred. */
|
|
117331
118109
|
occurred_at: string;
|
|
118110
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118111
|
+
event_description?: string | undefined;
|
|
117332
118112
|
/** ID of the affected device. */
|
|
117333
118113
|
device_id: string;
|
|
117334
118114
|
/** ID of the connected account associated with the event. */
|
|
@@ -117353,6 +118133,8 @@ export type Routes = {
|
|
|
117353
118133
|
created_at: string;
|
|
117354
118134
|
/** Date and time at which the event occurred. */
|
|
117355
118135
|
occurred_at: string;
|
|
118136
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118137
|
+
event_description?: string | undefined;
|
|
117356
118138
|
/** ID of the affected device. */
|
|
117357
118139
|
device_id: string;
|
|
117358
118140
|
/** ID of the connected account associated with the event. */
|
|
@@ -117377,6 +118159,8 @@ export type Routes = {
|
|
|
117377
118159
|
created_at: string;
|
|
117378
118160
|
/** Date and time at which the event occurred. */
|
|
117379
118161
|
occurred_at: string;
|
|
118162
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118163
|
+
event_description?: string | undefined;
|
|
117380
118164
|
/** ID of the affected device. */
|
|
117381
118165
|
device_id: string;
|
|
117382
118166
|
/** ID of the connected account associated with the event. */
|
|
@@ -117401,6 +118185,8 @@ export type Routes = {
|
|
|
117401
118185
|
created_at: string;
|
|
117402
118186
|
/** Date and time at which the event occurred. */
|
|
117403
118187
|
occurred_at: string;
|
|
118188
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118189
|
+
event_description?: string | undefined;
|
|
117404
118190
|
/** ID of the affected device. */
|
|
117405
118191
|
device_id: string;
|
|
117406
118192
|
/** ID of the connected account associated with the event. */
|
|
@@ -117425,6 +118211,8 @@ export type Routes = {
|
|
|
117425
118211
|
created_at: string;
|
|
117426
118212
|
/** Date and time at which the event occurred. */
|
|
117427
118213
|
occurred_at: string;
|
|
118214
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118215
|
+
event_description?: string | undefined;
|
|
117428
118216
|
/** ID of the affected device. */
|
|
117429
118217
|
device_id: string;
|
|
117430
118218
|
/** ID of the connected account associated with the event. */
|
|
@@ -117487,6 +118275,8 @@ export type Routes = {
|
|
|
117487
118275
|
created_at: string;
|
|
117488
118276
|
/** Date and time at which the event occurred. */
|
|
117489
118277
|
occurred_at: string;
|
|
118278
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118279
|
+
event_description?: string | undefined;
|
|
117490
118280
|
/** ID of the affected device. */
|
|
117491
118281
|
device_id: string;
|
|
117492
118282
|
/** ID of the connected account associated with the event. */
|
|
@@ -117549,6 +118339,8 @@ export type Routes = {
|
|
|
117549
118339
|
created_at: string;
|
|
117550
118340
|
/** Date and time at which the event occurred. */
|
|
117551
118341
|
occurred_at: string;
|
|
118342
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118343
|
+
event_description?: string | undefined;
|
|
117552
118344
|
/** ID of the affected device. */
|
|
117553
118345
|
device_id: string;
|
|
117554
118346
|
/** ID of the connected account associated with the event. */
|
|
@@ -117573,6 +118365,8 @@ export type Routes = {
|
|
|
117573
118365
|
created_at: string;
|
|
117574
118366
|
/** Date and time at which the event occurred. */
|
|
117575
118367
|
occurred_at: string;
|
|
118368
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118369
|
+
event_description?: string | undefined;
|
|
117576
118370
|
/** ID of the affected device. */
|
|
117577
118371
|
device_id: string;
|
|
117578
118372
|
/** ID of the connected account associated with the event. */
|
|
@@ -117599,6 +118393,8 @@ export type Routes = {
|
|
|
117599
118393
|
created_at: string;
|
|
117600
118394
|
/** Date and time at which the event occurred. */
|
|
117601
118395
|
occurred_at: string;
|
|
118396
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118397
|
+
event_description?: string | undefined;
|
|
117602
118398
|
/** ID of the affected device. */
|
|
117603
118399
|
device_id: string;
|
|
117604
118400
|
/** ID of the connected account associated with the event. */
|
|
@@ -117627,6 +118423,8 @@ export type Routes = {
|
|
|
117627
118423
|
created_at: string;
|
|
117628
118424
|
/** Date and time at which the event occurred. */
|
|
117629
118425
|
occurred_at: string;
|
|
118426
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118427
|
+
event_description?: string | undefined;
|
|
117630
118428
|
/** ID of the affected device. */
|
|
117631
118429
|
device_id: string;
|
|
117632
118430
|
/** ID of the connected account associated with the event. */
|
|
@@ -117651,6 +118449,8 @@ export type Routes = {
|
|
|
117651
118449
|
created_at: string;
|
|
117652
118450
|
/** Date and time at which the event occurred. */
|
|
117653
118451
|
occurred_at: string;
|
|
118452
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118453
|
+
event_description?: string | undefined;
|
|
117654
118454
|
/** ID of the affected device. */
|
|
117655
118455
|
device_id: string;
|
|
117656
118456
|
/** ID of the connected account associated with the event. */
|
|
@@ -117677,6 +118477,8 @@ export type Routes = {
|
|
|
117677
118477
|
created_at: string;
|
|
117678
118478
|
/** Date and time at which the event occurred. */
|
|
117679
118479
|
occurred_at: string;
|
|
118480
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118481
|
+
event_description?: string | undefined;
|
|
117680
118482
|
/** ID of the affected device. */
|
|
117681
118483
|
device_id: string;
|
|
117682
118484
|
/** ID of the connected account associated with the event. */
|
|
@@ -117701,6 +118503,8 @@ export type Routes = {
|
|
|
117701
118503
|
created_at: string;
|
|
117702
118504
|
/** Date and time at which the event occurred. */
|
|
117703
118505
|
occurred_at: string;
|
|
118506
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118507
|
+
event_description?: string | undefined;
|
|
117704
118508
|
/** ID of the affected device. */
|
|
117705
118509
|
device_id: string;
|
|
117706
118510
|
/** ID of the connected account associated with the event. */
|
|
@@ -117725,6 +118529,8 @@ export type Routes = {
|
|
|
117725
118529
|
created_at: string;
|
|
117726
118530
|
/** Date and time at which the event occurred. */
|
|
117727
118531
|
occurred_at: string;
|
|
118532
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118533
|
+
event_description?: string | undefined;
|
|
117728
118534
|
/** ID of the affected device. */
|
|
117729
118535
|
device_id: string;
|
|
117730
118536
|
/** ID of the connected account associated with the event. */
|
|
@@ -117749,6 +118555,8 @@ export type Routes = {
|
|
|
117749
118555
|
created_at: string;
|
|
117750
118556
|
/** Date and time at which the event occurred. */
|
|
117751
118557
|
occurred_at: string;
|
|
118558
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118559
|
+
event_description?: string | undefined;
|
|
117752
118560
|
/** ID of the affected device. */
|
|
117753
118561
|
device_id: string;
|
|
117754
118562
|
/** ID of the connected account associated with the event. */
|
|
@@ -117773,6 +118581,8 @@ export type Routes = {
|
|
|
117773
118581
|
created_at: string;
|
|
117774
118582
|
/** Date and time at which the event occurred. */
|
|
117775
118583
|
occurred_at: string;
|
|
118584
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118585
|
+
event_description?: string | undefined;
|
|
117776
118586
|
/** ID of the affected device. */
|
|
117777
118587
|
device_id: string;
|
|
117778
118588
|
/** ID of the connected account associated with the event. */
|
|
@@ -117833,6 +118643,8 @@ export type Routes = {
|
|
|
117833
118643
|
created_at: string;
|
|
117834
118644
|
/** Date and time at which the event occurred. */
|
|
117835
118645
|
occurred_at: string;
|
|
118646
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118647
|
+
event_description?: string | undefined;
|
|
117836
118648
|
/** ID of the affected device. */
|
|
117837
118649
|
device_id: string;
|
|
117838
118650
|
/** ID of the connected account associated with the event. */
|
|
@@ -117857,6 +118669,8 @@ export type Routes = {
|
|
|
117857
118669
|
created_at: string;
|
|
117858
118670
|
/** Date and time at which the event occurred. */
|
|
117859
118671
|
occurred_at: string;
|
|
118672
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118673
|
+
event_description?: string | undefined;
|
|
117860
118674
|
/** ID of the affected device. */
|
|
117861
118675
|
device_id: string;
|
|
117862
118676
|
/** ID of the connected account associated with the event. */
|
|
@@ -117917,6 +118731,8 @@ export type Routes = {
|
|
|
117917
118731
|
created_at: string;
|
|
117918
118732
|
/** Date and time at which the event occurred. */
|
|
117919
118733
|
occurred_at: string;
|
|
118734
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118735
|
+
event_description?: string | undefined;
|
|
117920
118736
|
/** ID of the affected device. */
|
|
117921
118737
|
device_id: string;
|
|
117922
118738
|
/** ID of the connected account associated with the event. */
|
|
@@ -117941,6 +118757,8 @@ export type Routes = {
|
|
|
117941
118757
|
created_at: string;
|
|
117942
118758
|
/** Date and time at which the event occurred. */
|
|
117943
118759
|
occurred_at: string;
|
|
118760
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118761
|
+
event_description?: string | undefined;
|
|
117944
118762
|
/** ID of the affected device. */
|
|
117945
118763
|
device_id: string;
|
|
117946
118764
|
/** ID of the connected account associated with the event. */
|
|
@@ -117965,6 +118783,8 @@ export type Routes = {
|
|
|
117965
118783
|
created_at: string;
|
|
117966
118784
|
/** Date and time at which the event occurred. */
|
|
117967
118785
|
occurred_at: string;
|
|
118786
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118787
|
+
event_description?: string | undefined;
|
|
117968
118788
|
/** ID of the affected device. */
|
|
117969
118789
|
device_id: string;
|
|
117970
118790
|
/** ID of the connected account associated with the event. */
|
|
@@ -118025,6 +118845,8 @@ export type Routes = {
|
|
|
118025
118845
|
created_at: string;
|
|
118026
118846
|
/** Date and time at which the event occurred. */
|
|
118027
118847
|
occurred_at: string;
|
|
118848
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118849
|
+
event_description?: string | undefined;
|
|
118028
118850
|
/** ID of the affected device. */
|
|
118029
118851
|
device_id: string;
|
|
118030
118852
|
/** ID of the connected account associated with the event. */
|
|
@@ -118065,6 +118887,8 @@ export type Routes = {
|
|
|
118065
118887
|
created_at: string;
|
|
118066
118888
|
/** Date and time at which the event occurred. */
|
|
118067
118889
|
occurred_at: string;
|
|
118890
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118891
|
+
event_description?: string | undefined;
|
|
118068
118892
|
/** ID of the affected device. */
|
|
118069
118893
|
device_id: string;
|
|
118070
118894
|
/** ID of the connected account associated with the event. */
|
|
@@ -118109,6 +118933,8 @@ export type Routes = {
|
|
|
118109
118933
|
created_at: string;
|
|
118110
118934
|
/** Date and time at which the event occurred. */
|
|
118111
118935
|
occurred_at: string;
|
|
118936
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
118937
|
+
event_description?: string | undefined;
|
|
118112
118938
|
/** ID of the affected device. */
|
|
118113
118939
|
device_id?: string | undefined;
|
|
118114
118940
|
/** ID of the connected account associated with the event. */
|
|
@@ -118177,6 +119003,8 @@ export type Routes = {
|
|
|
118177
119003
|
created_at: string;
|
|
118178
119004
|
/** Date and time at which the event occurred. */
|
|
118179
119005
|
occurred_at: string;
|
|
119006
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119007
|
+
event_description?: string | undefined;
|
|
118180
119008
|
/** ID of the affected device. */
|
|
118181
119009
|
device_id?: string | undefined;
|
|
118182
119010
|
/** ID of the connected account associated with the event. */
|
|
@@ -118227,6 +119055,8 @@ export type Routes = {
|
|
|
118227
119055
|
created_at: string;
|
|
118228
119056
|
/** Date and time at which the event occurred. */
|
|
118229
119057
|
occurred_at: string;
|
|
119058
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119059
|
+
event_description?: string | undefined;
|
|
118230
119060
|
/** ID of the affected device. */
|
|
118231
119061
|
device_id: string;
|
|
118232
119062
|
/** ID of the connected account associated with the event. */
|
|
@@ -118257,6 +119087,8 @@ export type Routes = {
|
|
|
118257
119087
|
created_at: string;
|
|
118258
119088
|
/** Date and time at which the event occurred. */
|
|
118259
119089
|
occurred_at: string;
|
|
119090
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119091
|
+
event_description?: string | undefined;
|
|
118260
119092
|
/** ID of the affected device. */
|
|
118261
119093
|
device_id: string;
|
|
118262
119094
|
/** ID of the connected account associated with the event. */
|
|
@@ -118295,6 +119127,8 @@ export type Routes = {
|
|
|
118295
119127
|
created_at: string;
|
|
118296
119128
|
/** Date and time at which the event occurred. */
|
|
118297
119129
|
occurred_at: string;
|
|
119130
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119131
|
+
event_description?: string | undefined;
|
|
118298
119132
|
/** ID of the affected device. */
|
|
118299
119133
|
device_id: string;
|
|
118300
119134
|
/** ID of the connected account associated with the event. */
|
|
@@ -118331,6 +119165,8 @@ export type Routes = {
|
|
|
118331
119165
|
created_at: string;
|
|
118332
119166
|
/** Date and time at which the event occurred. */
|
|
118333
119167
|
occurred_at: string;
|
|
119168
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119169
|
+
event_description?: string | undefined;
|
|
118334
119170
|
/** ID of the affected device. */
|
|
118335
119171
|
device_id: string;
|
|
118336
119172
|
/** ID of the connected account associated with the event. */
|
|
@@ -118367,6 +119203,8 @@ export type Routes = {
|
|
|
118367
119203
|
created_at: string;
|
|
118368
119204
|
/** Date and time at which the event occurred. */
|
|
118369
119205
|
occurred_at: string;
|
|
119206
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119207
|
+
event_description?: string | undefined;
|
|
118370
119208
|
/** ID of the affected device. */
|
|
118371
119209
|
device_id: string;
|
|
118372
119210
|
/** ID of the connected account associated with the event. */
|
|
@@ -118399,6 +119237,8 @@ export type Routes = {
|
|
|
118399
119237
|
created_at: string;
|
|
118400
119238
|
/** Date and time at which the event occurred. */
|
|
118401
119239
|
occurred_at: string;
|
|
119240
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119241
|
+
event_description?: string | undefined;
|
|
118402
119242
|
/** ID of the affected device. */
|
|
118403
119243
|
device_id: string;
|
|
118404
119244
|
/** ID of the connected account associated with the event. */
|
|
@@ -118427,6 +119267,8 @@ export type Routes = {
|
|
|
118427
119267
|
created_at: string;
|
|
118428
119268
|
/** Date and time at which the event occurred. */
|
|
118429
119269
|
occurred_at: string;
|
|
119270
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119271
|
+
event_description?: string | undefined;
|
|
118430
119272
|
/** ID of the affected device. */
|
|
118431
119273
|
device_id: string;
|
|
118432
119274
|
/** ID of the connected account associated with the event. */
|
|
@@ -118453,6 +119295,8 @@ export type Routes = {
|
|
|
118453
119295
|
created_at: string;
|
|
118454
119296
|
/** Date and time at which the event occurred. */
|
|
118455
119297
|
occurred_at: string;
|
|
119298
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119299
|
+
event_description?: string | undefined;
|
|
118456
119300
|
/** ID of the affected device. */
|
|
118457
119301
|
device_id: string;
|
|
118458
119302
|
/** ID of the connected account associated with the event. */
|
|
@@ -118485,6 +119329,8 @@ export type Routes = {
|
|
|
118485
119329
|
created_at: string;
|
|
118486
119330
|
/** Date and time at which the event occurred. */
|
|
118487
119331
|
occurred_at: string;
|
|
119332
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119333
|
+
event_description?: string | undefined;
|
|
118488
119334
|
/** ID of the affected device. */
|
|
118489
119335
|
device_id: string;
|
|
118490
119336
|
/** ID of the connected account associated with the event. */
|
|
@@ -118513,6 +119359,8 @@ export type Routes = {
|
|
|
118513
119359
|
created_at: string;
|
|
118514
119360
|
/** Date and time at which the event occurred. */
|
|
118515
119361
|
occurred_at: string;
|
|
119362
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119363
|
+
event_description?: string | undefined;
|
|
118516
119364
|
/** ID of the affected enrollment automation. */
|
|
118517
119365
|
enrollment_automation_id: string;
|
|
118518
119366
|
event_type: 'enrollment_automation.deleted';
|
|
@@ -118525,6 +119373,8 @@ export type Routes = {
|
|
|
118525
119373
|
created_at: string;
|
|
118526
119374
|
/** Date and time at which the event occurred. */
|
|
118527
119375
|
occurred_at: string;
|
|
119376
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119377
|
+
event_description?: string | undefined;
|
|
118528
119378
|
/** ID of the affected phone device. */
|
|
118529
119379
|
device_id: string;
|
|
118530
119380
|
/** Custom metadata of the device; present when device_id is provided. */
|
|
@@ -118541,6 +119391,8 @@ export type Routes = {
|
|
|
118541
119391
|
created_at: string;
|
|
118542
119392
|
/** Date and time at which the event occurred. */
|
|
118543
119393
|
occurred_at: string;
|
|
119394
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119395
|
+
event_description?: string | undefined;
|
|
118544
119396
|
/** ID of the affected space. */
|
|
118545
119397
|
space_id: string;
|
|
118546
119398
|
/** Type of the event. */
|
|
@@ -118560,6 +119412,8 @@ export type Routes = {
|
|
|
118560
119412
|
created_at: string;
|
|
118561
119413
|
/** Date and time at which the event occurred. */
|
|
118562
119414
|
occurred_at: string;
|
|
119415
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119416
|
+
event_description?: string | undefined;
|
|
118563
119417
|
/** ID of the affected space. */
|
|
118564
119418
|
space_id: string;
|
|
118565
119419
|
/** Type of the event. */
|
|
@@ -118579,6 +119433,8 @@ export type Routes = {
|
|
|
118579
119433
|
created_at: string;
|
|
118580
119434
|
/** Date and time at which the event occurred. */
|
|
118581
119435
|
occurred_at: string;
|
|
119436
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
119437
|
+
event_description?: string | undefined;
|
|
118582
119438
|
/** ID of the affected space. */
|
|
118583
119439
|
space_id: string;
|
|
118584
119440
|
/** Type of the event. */
|
|
@@ -119161,7 +120017,7 @@ export type Routes = {
|
|
|
119161
120017
|
/** Date and time at which Seam created the warning. */
|
|
119162
120018
|
created_at?: string | undefined;
|
|
119163
120019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119164
|
-
warning_code: '
|
|
120020
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
119165
120021
|
} | {
|
|
119166
120022
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119167
120023
|
message: string;
|
|
@@ -119547,7 +120403,7 @@ export type Routes = {
|
|
|
119547
120403
|
/** Date and time at which Seam created the warning. */
|
|
119548
120404
|
created_at?: string | undefined;
|
|
119549
120405
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119550
|
-
warning_code: '
|
|
120406
|
+
warning_code: 'time_frame_adjusted_for_unknown_time_zone';
|
|
119551
120407
|
} | {
|
|
119552
120408
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119553
120409
|
message: string;
|