@seamapi/types 1.947.0 → 1.949.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.
Files changed (40) hide show
  1. package/dist/connect.cjs +432 -65
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1177 -167
  4. package/dist/index.cjs +432 -65
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
  7. package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -14
  8. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  9. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -26
  10. package/lib/seam/connect/models/events/access-codes.d.ts +126 -0
  11. package/lib/seam/connect/models/events/access-grants.d.ts +42 -0
  12. package/lib/seam/connect/models/events/access-methods.d.ts +36 -0
  13. package/lib/seam/connect/models/events/acs/access-groups.d.ts +6 -0
  14. package/lib/seam/connect/models/events/acs/common.d.ts +3 -0
  15. package/lib/seam/connect/models/events/acs/credentials.d.ts +24 -0
  16. package/lib/seam/connect/models/events/acs/encoders.d.ts +12 -0
  17. package/lib/seam/connect/models/events/acs/entrances.d.ts +12 -0
  18. package/lib/seam/connect/models/events/acs/index.d.ts +42 -0
  19. package/lib/seam/connect/models/events/acs/systems.d.ts +18 -0
  20. package/lib/seam/connect/models/events/acs/users.d.ts +12 -0
  21. package/lib/seam/connect/models/events/action-attempts.d.ts +48 -0
  22. package/lib/seam/connect/models/events/client-sessions.d.ts +6 -0
  23. package/lib/seam/connect/models/events/common.d.ts +3 -0
  24. package/lib/seam/connect/models/events/common.js +4 -0
  25. package/lib/seam/connect/models/events/common.js.map +1 -1
  26. package/lib/seam/connect/models/events/connect-webviews.d.ts +12 -0
  27. package/lib/seam/connect/models/events/connected-accounts.d.ts +48 -0
  28. package/lib/seam/connect/models/events/devices.d.ts +210 -0
  29. package/lib/seam/connect/models/events/enrollment-automations.d.ts +6 -0
  30. package/lib/seam/connect/models/events/phones.d.ts +6 -0
  31. package/lib/seam/connect/models/events/seam-event.d.ts +321 -0
  32. package/lib/seam/connect/models/events/spaces.d.ts +18 -0
  33. package/lib/seam/connect/openapi.js +428 -54
  34. package/lib/seam/connect/openapi.js.map +1 -1
  35. package/lib/seam/connect/route-types.d.ts +856 -99
  36. package/package.json +1 -1
  37. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -15
  38. package/src/lib/seam/connect/models/events/common.ts +6 -0
  39. package/src/lib/seam/connect/openapi.ts +535 -64
  40. package/src/lib/seam/connect/route-types.ts +856 -110
@@ -241,38 +241,6 @@ const openapi: OpenAPISpec = {
241
241
  type: 'object',
242
242
  'x-resource-type': 'access_code',
243
243
  },
244
- {
245
- description:
246
- 'An attempt to modify this access code was prevented.',
247
- properties: {
248
- created_at: {
249
- description:
250
- 'Date and time at which Seam created the error.',
251
- format: 'date-time',
252
- type: 'string',
253
- },
254
- error_code: {
255
- description:
256
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
257
- enum: ['duplicate_code_attempt_prevented'],
258
- type: 'string',
259
- },
260
- is_access_code_error: {
261
- description:
262
- 'Indicates that this is an access code error.',
263
- enum: [true],
264
- type: 'boolean',
265
- },
266
- message: {
267
- description:
268
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
269
- type: 'string',
270
- },
271
- },
272
- required: ['message', 'is_access_code_error', 'error_code'],
273
- type: 'object',
274
- 'x-resource-type': 'access_code',
275
- },
276
244
  {
277
245
  description: 'No space for access code on device.',
278
246
  properties: {
@@ -17676,6 +17644,11 @@ const openapi: OpenAPISpec = {
17676
17644
  format: 'uuid',
17677
17645
  type: 'string',
17678
17646
  },
17647
+ event_description: {
17648
+ description:
17649
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17650
+ type: 'string',
17651
+ },
17679
17652
  event_id: {
17680
17653
  description: 'ID of the event.',
17681
17654
  format: 'uuid',
@@ -17782,6 +17755,11 @@ const openapi: OpenAPISpec = {
17782
17755
  format: 'uuid',
17783
17756
  type: 'string',
17784
17757
  },
17758
+ event_description: {
17759
+ description:
17760
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17761
+ type: 'string',
17762
+ },
17785
17763
  event_id: {
17786
17764
  description: 'ID of the event.',
17787
17765
  format: 'uuid',
@@ -17859,6 +17837,11 @@ const openapi: OpenAPISpec = {
17859
17837
  format: 'uuid',
17860
17838
  type: 'string',
17861
17839
  },
17840
+ event_description: {
17841
+ description:
17842
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17843
+ type: 'string',
17844
+ },
17862
17845
  event_id: {
17863
17846
  description: 'ID of the event.',
17864
17847
  format: 'uuid',
@@ -17966,6 +17949,11 @@ const openapi: OpenAPISpec = {
17966
17949
  format: 'uuid',
17967
17950
  type: 'string',
17968
17951
  },
17952
+ event_description: {
17953
+ description:
17954
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17955
+ type: 'string',
17956
+ },
17969
17957
  event_id: {
17970
17958
  description: 'ID of the event.',
17971
17959
  format: 'uuid',
@@ -18073,6 +18061,11 @@ const openapi: OpenAPISpec = {
18073
18061
  format: 'uuid',
18074
18062
  type: 'string',
18075
18063
  },
18064
+ event_description: {
18065
+ description:
18066
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18067
+ type: 'string',
18068
+ },
18076
18069
  event_id: {
18077
18070
  description: 'ID of the event.',
18078
18071
  format: 'uuid',
@@ -18185,6 +18178,11 @@ const openapi: OpenAPISpec = {
18185
18178
  format: 'uuid',
18186
18179
  type: 'string',
18187
18180
  },
18181
+ event_description: {
18182
+ description:
18183
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18184
+ type: 'string',
18185
+ },
18188
18186
  event_id: {
18189
18187
  description: 'ID of the event.',
18190
18188
  format: 'uuid',
@@ -18302,6 +18300,11 @@ const openapi: OpenAPISpec = {
18302
18300
  format: 'uuid',
18303
18301
  type: 'string',
18304
18302
  },
18303
+ event_description: {
18304
+ description:
18305
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18306
+ type: 'string',
18307
+ },
18305
18308
  event_id: {
18306
18309
  description: 'ID of the event.',
18307
18310
  format: 'uuid',
@@ -18382,6 +18385,11 @@ const openapi: OpenAPISpec = {
18382
18385
  format: 'uuid',
18383
18386
  type: 'string',
18384
18387
  },
18388
+ event_description: {
18389
+ description:
18390
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18391
+ type: 'string',
18392
+ },
18385
18393
  event_id: {
18386
18394
  description: 'ID of the event.',
18387
18395
  format: 'uuid',
@@ -18458,6 +18466,11 @@ const openapi: OpenAPISpec = {
18458
18466
  format: 'uuid',
18459
18467
  type: 'string',
18460
18468
  },
18469
+ event_description: {
18470
+ description:
18471
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18472
+ type: 'string',
18473
+ },
18461
18474
  event_id: {
18462
18475
  description: 'ID of the event.',
18463
18476
  format: 'uuid',
@@ -18701,6 +18714,11 @@ const openapi: OpenAPISpec = {
18701
18714
  },
18702
18715
  type: 'array',
18703
18716
  },
18717
+ event_description: {
18718
+ description:
18719
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18720
+ type: 'string',
18721
+ },
18704
18722
  event_id: {
18705
18723
  description: 'ID of the event.',
18706
18724
  format: 'uuid',
@@ -18950,6 +18968,11 @@ const openapi: OpenAPISpec = {
18950
18968
  },
18951
18969
  type: 'array',
18952
18970
  },
18971
+ event_description: {
18972
+ description:
18973
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18974
+ type: 'string',
18975
+ },
18953
18976
  event_id: {
18954
18977
  description: 'ID of the event.',
18955
18978
  format: 'uuid',
@@ -19036,6 +19059,11 @@ const openapi: OpenAPISpec = {
19036
19059
  format: 'uuid',
19037
19060
  type: 'string',
19038
19061
  },
19062
+ event_description: {
19063
+ description:
19064
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19065
+ type: 'string',
19066
+ },
19039
19067
  event_id: {
19040
19068
  description: 'ID of the event.',
19041
19069
  format: 'uuid',
@@ -19277,6 +19305,11 @@ const openapi: OpenAPISpec = {
19277
19305
  },
19278
19306
  type: 'array',
19279
19307
  },
19308
+ event_description: {
19309
+ description:
19310
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19311
+ type: 'string',
19312
+ },
19280
19313
  event_id: {
19281
19314
  description: 'ID of the event.',
19282
19315
  format: 'uuid',
@@ -19526,6 +19559,11 @@ const openapi: OpenAPISpec = {
19526
19559
  },
19527
19560
  type: 'array',
19528
19561
  },
19562
+ event_description: {
19563
+ description:
19564
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19565
+ type: 'string',
19566
+ },
19529
19567
  event_id: {
19530
19568
  description: 'ID of the event.',
19531
19569
  format: 'uuid',
@@ -19607,6 +19645,11 @@ const openapi: OpenAPISpec = {
19607
19645
  format: 'uuid',
19608
19646
  type: 'string',
19609
19647
  },
19648
+ event_description: {
19649
+ description:
19650
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19651
+ type: 'string',
19652
+ },
19610
19653
  event_id: {
19611
19654
  description: 'ID of the event.',
19612
19655
  format: 'uuid',
@@ -19682,6 +19725,11 @@ const openapi: OpenAPISpec = {
19682
19725
  format: 'uuid',
19683
19726
  type: 'string',
19684
19727
  },
19728
+ event_description: {
19729
+ description:
19730
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19731
+ type: 'string',
19732
+ },
19685
19733
  event_id: {
19686
19734
  description: 'ID of the event.',
19687
19735
  format: 'uuid',
@@ -19762,6 +19810,11 @@ const openapi: OpenAPISpec = {
19762
19810
  format: 'uuid',
19763
19811
  type: 'string',
19764
19812
  },
19813
+ event_description: {
19814
+ description:
19815
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19816
+ type: 'string',
19817
+ },
19765
19818
  event_id: {
19766
19819
  description: 'ID of the event.',
19767
19820
  format: 'uuid',
@@ -19838,6 +19891,11 @@ const openapi: OpenAPISpec = {
19838
19891
  format: 'uuid',
19839
19892
  type: 'string',
19840
19893
  },
19894
+ event_description: {
19895
+ description:
19896
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19897
+ type: 'string',
19898
+ },
19841
19899
  event_id: {
19842
19900
  description: 'ID of the event.',
19843
19901
  format: 'uuid',
@@ -20081,6 +20139,11 @@ const openapi: OpenAPISpec = {
20081
20139
  },
20082
20140
  type: 'array',
20083
20141
  },
20142
+ event_description: {
20143
+ description:
20144
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20145
+ type: 'string',
20146
+ },
20084
20147
  event_id: {
20085
20148
  description: 'ID of the event.',
20086
20149
  format: 'uuid',
@@ -20162,6 +20225,11 @@ const openapi: OpenAPISpec = {
20162
20225
  format: 'uuid',
20163
20226
  type: 'string',
20164
20227
  },
20228
+ event_description: {
20229
+ description:
20230
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20231
+ type: 'string',
20232
+ },
20165
20233
  event_id: {
20166
20234
  description: 'ID of the event.',
20167
20235
  format: 'uuid',
@@ -20237,6 +20305,11 @@ const openapi: OpenAPISpec = {
20237
20305
  format: 'uuid',
20238
20306
  type: 'string',
20239
20307
  },
20308
+ event_description: {
20309
+ description:
20310
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20311
+ type: 'string',
20312
+ },
20240
20313
  event_id: {
20241
20314
  description: 'ID of the event.',
20242
20315
  format: 'uuid',
@@ -20283,6 +20356,11 @@ const openapi: OpenAPISpec = {
20283
20356
  format: 'date-time',
20284
20357
  type: 'string',
20285
20358
  },
20359
+ event_description: {
20360
+ description:
20361
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20362
+ type: 'string',
20363
+ },
20286
20364
  event_id: {
20287
20365
  description: 'ID of the event.',
20288
20366
  format: 'uuid',
@@ -20324,6 +20402,11 @@ const openapi: OpenAPISpec = {
20324
20402
  format: 'date-time',
20325
20403
  type: 'string',
20326
20404
  },
20405
+ event_description: {
20406
+ description:
20407
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20408
+ type: 'string',
20409
+ },
20327
20410
  event_id: {
20328
20411
  description: 'ID of the event.',
20329
20412
  format: 'uuid',
@@ -20366,6 +20449,11 @@ const openapi: OpenAPISpec = {
20366
20449
  format: 'date-time',
20367
20450
  type: 'string',
20368
20451
  },
20452
+ event_description: {
20453
+ description:
20454
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20455
+ type: 'string',
20456
+ },
20369
20457
  event_id: {
20370
20458
  description: 'ID of the event.',
20371
20459
  format: 'uuid',
@@ -20417,6 +20505,11 @@ const openapi: OpenAPISpec = {
20417
20505
  format: 'date-time',
20418
20506
  type: 'string',
20419
20507
  },
20508
+ event_description: {
20509
+ description:
20510
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20511
+ type: 'string',
20512
+ },
20420
20513
  event_id: {
20421
20514
  description: 'ID of the event.',
20422
20515
  format: 'uuid',
@@ -20469,6 +20562,11 @@ const openapi: OpenAPISpec = {
20469
20562
  format: 'date-time',
20470
20563
  type: 'string',
20471
20564
  },
20565
+ event_description: {
20566
+ description:
20567
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20568
+ type: 'string',
20569
+ },
20472
20570
  event_id: {
20473
20571
  description: 'ID of the event.',
20474
20572
  format: 'uuid',
@@ -20522,6 +20620,11 @@ const openapi: OpenAPISpec = {
20522
20620
  description: 'The new end time for the access grant.',
20523
20621
  type: 'string',
20524
20622
  },
20623
+ event_description: {
20624
+ description:
20625
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20626
+ type: 'string',
20627
+ },
20525
20628
  event_id: {
20526
20629
  description: 'ID of the event.',
20527
20630
  format: 'uuid',
@@ -20576,6 +20679,11 @@ const openapi: OpenAPISpec = {
20576
20679
  'Description of why the access methods could not be created.',
20577
20680
  type: 'string',
20578
20681
  },
20682
+ event_description: {
20683
+ description:
20684
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20685
+ type: 'string',
20686
+ },
20579
20687
  event_id: {
20580
20688
  description: 'ID of the event.',
20581
20689
  format: 'uuid',
@@ -20646,6 +20754,11 @@ const openapi: OpenAPISpec = {
20646
20754
  format: 'date-time',
20647
20755
  type: 'string',
20648
20756
  },
20757
+ event_description: {
20758
+ description:
20759
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20760
+ type: 'string',
20761
+ },
20649
20762
  event_id: {
20650
20763
  description: 'ID of the event.',
20651
20764
  format: 'uuid',
@@ -20705,6 +20818,11 @@ const openapi: OpenAPISpec = {
20705
20818
  format: 'date-time',
20706
20819
  type: 'string',
20707
20820
  },
20821
+ event_description: {
20822
+ description:
20823
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20824
+ type: 'string',
20825
+ },
20708
20826
  event_id: {
20709
20827
  description: 'ID of the event.',
20710
20828
  format: 'uuid',
@@ -20760,6 +20878,11 @@ const openapi: OpenAPISpec = {
20760
20878
  format: 'date-time',
20761
20879
  type: 'string',
20762
20880
  },
20881
+ event_description: {
20882
+ description:
20883
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20884
+ type: 'string',
20885
+ },
20763
20886
  event_id: {
20764
20887
  description: 'ID of the event.',
20765
20888
  format: 'uuid',
@@ -20817,6 +20940,11 @@ const openapi: OpenAPISpec = {
20817
20940
  format: 'date-time',
20818
20941
  type: 'string',
20819
20942
  },
20943
+ event_description: {
20944
+ description:
20945
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20946
+ type: 'string',
20947
+ },
20820
20948
  event_id: {
20821
20949
  description: 'ID of the event.',
20822
20950
  format: 'uuid',
@@ -20876,6 +21004,11 @@ const openapi: OpenAPISpec = {
20876
21004
  format: 'date-time',
20877
21005
  type: 'string',
20878
21006
  },
21007
+ event_description: {
21008
+ description:
21009
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21010
+ type: 'string',
21011
+ },
20879
21012
  event_id: {
20880
21013
  description: 'ID of the event.',
20881
21014
  format: 'uuid',
@@ -20935,6 +21068,11 @@ const openapi: OpenAPISpec = {
20935
21068
  format: 'date-time',
20936
21069
  type: 'string',
20937
21070
  },
21071
+ event_description: {
21072
+ description:
21073
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21074
+ type: 'string',
21075
+ },
20938
21076
  event_id: {
20939
21077
  description: 'ID of the event.',
20940
21078
  format: 'uuid',
@@ -20983,6 +21121,11 @@ const openapi: OpenAPISpec = {
20983
21121
  format: 'date-time',
20984
21122
  type: 'string',
20985
21123
  },
21124
+ event_description: {
21125
+ description:
21126
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21127
+ type: 'string',
21128
+ },
20986
21129
  event_id: {
20987
21130
  description: 'ID of the event.',
20988
21131
  format: 'uuid',
@@ -21030,6 +21173,11 @@ const openapi: OpenAPISpec = {
21030
21173
  format: 'date-time',
21031
21174
  type: 'string',
21032
21175
  },
21176
+ event_description: {
21177
+ description:
21178
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21179
+ type: 'string',
21180
+ },
21033
21181
  event_id: {
21034
21182
  description: 'ID of the event.',
21035
21183
  format: 'uuid',
@@ -21191,6 +21339,11 @@ const openapi: OpenAPISpec = {
21191
21339
  format: 'date-time',
21192
21340
  type: 'string',
21193
21341
  },
21342
+ event_description: {
21343
+ description:
21344
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21345
+ type: 'string',
21346
+ },
21194
21347
  event_id: {
21195
21348
  description: 'ID of the event.',
21196
21349
  format: 'uuid',
@@ -21247,6 +21400,11 @@ const openapi: OpenAPISpec = {
21247
21400
  format: 'date-time',
21248
21401
  type: 'string',
21249
21402
  },
21403
+ event_description: {
21404
+ description:
21405
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21406
+ type: 'string',
21407
+ },
21250
21408
  event_id: {
21251
21409
  description: 'ID of the event.',
21252
21410
  format: 'uuid',
@@ -21300,6 +21458,11 @@ const openapi: OpenAPISpec = {
21300
21458
  format: 'date-time',
21301
21459
  type: 'string',
21302
21460
  },
21461
+ event_description: {
21462
+ description:
21463
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21464
+ type: 'string',
21465
+ },
21303
21466
  event_id: {
21304
21467
  description: 'ID of the event.',
21305
21468
  format: 'uuid',
@@ -21353,6 +21516,11 @@ const openapi: OpenAPISpec = {
21353
21516
  format: 'date-time',
21354
21517
  type: 'string',
21355
21518
  },
21519
+ event_description: {
21520
+ description:
21521
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21522
+ type: 'string',
21523
+ },
21356
21524
  event_id: {
21357
21525
  description: 'ID of the event.',
21358
21526
  format: 'uuid',
@@ -21406,6 +21574,11 @@ const openapi: OpenAPISpec = {
21406
21574
  format: 'date-time',
21407
21575
  type: 'string',
21408
21576
  },
21577
+ event_description: {
21578
+ description:
21579
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21580
+ type: 'string',
21581
+ },
21409
21582
  event_id: {
21410
21583
  description: 'ID of the event.',
21411
21584
  format: 'uuid',
@@ -21462,6 +21635,11 @@ const openapi: OpenAPISpec = {
21462
21635
  format: 'date-time',
21463
21636
  type: 'string',
21464
21637
  },
21638
+ event_description: {
21639
+ description:
21640
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21641
+ type: 'string',
21642
+ },
21465
21643
  event_id: {
21466
21644
  description: 'ID of the event.',
21467
21645
  format: 'uuid',
@@ -21515,6 +21693,11 @@ const openapi: OpenAPISpec = {
21515
21693
  format: 'date-time',
21516
21694
  type: 'string',
21517
21695
  },
21696
+ event_description: {
21697
+ description:
21698
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21699
+ type: 'string',
21700
+ },
21518
21701
  event_id: {
21519
21702
  description: 'ID of the event.',
21520
21703
  format: 'uuid',
@@ -21568,6 +21751,11 @@ const openapi: OpenAPISpec = {
21568
21751
  format: 'date-time',
21569
21752
  type: 'string',
21570
21753
  },
21754
+ event_description: {
21755
+ description:
21756
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21757
+ type: 'string',
21758
+ },
21571
21759
  event_id: {
21572
21760
  description: 'ID of the event.',
21573
21761
  format: 'uuid',
@@ -21621,6 +21809,11 @@ const openapi: OpenAPISpec = {
21621
21809
  format: 'date-time',
21622
21810
  type: 'string',
21623
21811
  },
21812
+ event_description: {
21813
+ description:
21814
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21815
+ type: 'string',
21816
+ },
21624
21817
  event_id: {
21625
21818
  description: 'ID of the event.',
21626
21819
  format: 'uuid',
@@ -21673,6 +21866,11 @@ const openapi: OpenAPISpec = {
21673
21866
  format: 'date-time',
21674
21867
  type: 'string',
21675
21868
  },
21869
+ event_description: {
21870
+ description:
21871
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21872
+ type: 'string',
21873
+ },
21676
21874
  event_id: {
21677
21875
  description: 'ID of the event.',
21678
21876
  format: 'uuid',
@@ -21729,6 +21927,11 @@ const openapi: OpenAPISpec = {
21729
21927
  format: 'date-time',
21730
21928
  type: 'string',
21731
21929
  },
21930
+ event_description: {
21931
+ description:
21932
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21933
+ type: 'string',
21934
+ },
21732
21935
  event_id: {
21733
21936
  description: 'ID of the event.',
21734
21937
  format: 'uuid',
@@ -21782,6 +21985,11 @@ const openapi: OpenAPISpec = {
21782
21985
  format: 'date-time',
21783
21986
  type: 'string',
21784
21987
  },
21988
+ event_description: {
21989
+ description:
21990
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21991
+ type: 'string',
21992
+ },
21785
21993
  event_id: {
21786
21994
  description: 'ID of the event.',
21787
21995
  format: 'uuid',
@@ -21824,6 +22032,11 @@ const openapi: OpenAPISpec = {
21824
22032
  format: 'date-time',
21825
22033
  type: 'string',
21826
22034
  },
22035
+ event_description: {
22036
+ description:
22037
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22038
+ type: 'string',
22039
+ },
21827
22040
  event_id: {
21828
22041
  description: 'ID of the event.',
21829
22042
  format: 'uuid',
@@ -21885,6 +22098,11 @@ const openapi: OpenAPISpec = {
21885
22098
  'The customer key associated with this connected account, if any.',
21886
22099
  type: 'string',
21887
22100
  },
22101
+ event_description: {
22102
+ description:
22103
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22104
+ type: 'string',
22105
+ },
21888
22106
  event_id: {
21889
22107
  description: 'ID of the event.',
21890
22108
  format: 'uuid',
@@ -21943,6 +22161,11 @@ const openapi: OpenAPISpec = {
21943
22161
  format: 'date-time',
21944
22162
  type: 'string',
21945
22163
  },
22164
+ event_description: {
22165
+ description:
22166
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22167
+ type: 'string',
22168
+ },
21946
22169
  event_id: {
21947
22170
  description: 'ID of the event.',
21948
22171
  format: 'uuid',
@@ -22004,6 +22227,11 @@ const openapi: OpenAPISpec = {
22004
22227
  format: 'date-time',
22005
22228
  type: 'string',
22006
22229
  },
22230
+ event_description: {
22231
+ description:
22232
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22233
+ type: 'string',
22234
+ },
22007
22235
  event_id: {
22008
22236
  description: 'ID of the event.',
22009
22237
  format: 'uuid',
@@ -22114,6 +22342,11 @@ const openapi: OpenAPISpec = {
22114
22342
  format: 'date-time',
22115
22343
  type: 'string',
22116
22344
  },
22345
+ event_description: {
22346
+ description:
22347
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22348
+ type: 'string',
22349
+ },
22117
22350
  event_id: {
22118
22351
  description: 'ID of the event.',
22119
22352
  format: 'uuid',
@@ -22169,6 +22402,11 @@ const openapi: OpenAPISpec = {
22169
22402
  format: 'date-time',
22170
22403
  type: 'string',
22171
22404
  },
22405
+ event_description: {
22406
+ description:
22407
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22408
+ type: 'string',
22409
+ },
22172
22410
  event_id: {
22173
22411
  description: 'ID of the event.',
22174
22412
  format: 'uuid',
@@ -22230,6 +22468,11 @@ const openapi: OpenAPISpec = {
22230
22468
  'The customer key associated with this connected account, if any.',
22231
22469
  type: 'string',
22232
22470
  },
22471
+ event_description: {
22472
+ description:
22473
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22474
+ type: 'string',
22475
+ },
22233
22476
  event_id: {
22234
22477
  description: 'ID of the event.',
22235
22478
  format: 'uuid',
@@ -22283,6 +22526,11 @@ const openapi: OpenAPISpec = {
22283
22526
  format: 'date-time',
22284
22527
  type: 'string',
22285
22528
  },
22529
+ event_description: {
22530
+ description:
22531
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22532
+ type: 'string',
22533
+ },
22286
22534
  event_id: {
22287
22535
  description: 'ID of the event.',
22288
22536
  format: 'uuid',
@@ -22394,6 +22642,11 @@ const openapi: OpenAPISpec = {
22394
22642
  format: 'date-time',
22395
22643
  type: 'string',
22396
22644
  },
22645
+ event_description: {
22646
+ description:
22647
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22648
+ type: 'string',
22649
+ },
22397
22650
  event_id: {
22398
22651
  description: 'ID of the event.',
22399
22652
  format: 'uuid',
@@ -22456,6 +22709,11 @@ const openapi: OpenAPISpec = {
22456
22709
  format: 'uuid',
22457
22710
  type: 'string',
22458
22711
  },
22712
+ event_description: {
22713
+ description:
22714
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22715
+ type: 'string',
22716
+ },
22459
22717
  event_id: {
22460
22718
  description: 'ID of the event.',
22461
22719
  format: 'uuid',
@@ -22519,6 +22777,11 @@ const openapi: OpenAPISpec = {
22519
22777
  format: 'uuid',
22520
22778
  type: 'string',
22521
22779
  },
22780
+ event_description: {
22781
+ description:
22782
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22783
+ type: 'string',
22784
+ },
22522
22785
  event_id: {
22523
22786
  description: 'ID of the event.',
22524
22787
  format: 'uuid',
@@ -22582,6 +22845,11 @@ const openapi: OpenAPISpec = {
22582
22845
  format: 'uuid',
22583
22846
  type: 'string',
22584
22847
  },
22848
+ event_description: {
22849
+ description:
22850
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22851
+ type: 'string',
22852
+ },
22585
22853
  event_id: {
22586
22854
  description: 'ID of the event.',
22587
22855
  format: 'uuid',
@@ -22645,6 +22913,11 @@ const openapi: OpenAPISpec = {
22645
22913
  format: 'uuid',
22646
22914
  type: 'string',
22647
22915
  },
22916
+ event_description: {
22917
+ description:
22918
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22919
+ type: 'string',
22920
+ },
22648
22921
  event_id: {
22649
22922
  description: 'ID of the event.',
22650
22923
  format: 'uuid',
@@ -22709,6 +22982,11 @@ const openapi: OpenAPISpec = {
22709
22982
  format: 'uuid',
22710
22983
  type: 'string',
22711
22984
  },
22985
+ event_description: {
22986
+ description:
22987
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22988
+ type: 'string',
22989
+ },
22712
22990
  event_id: {
22713
22991
  description: 'ID of the event.',
22714
22992
  format: 'uuid',
@@ -22772,6 +23050,11 @@ const openapi: OpenAPISpec = {
22772
23050
  format: 'uuid',
22773
23051
  type: 'string',
22774
23052
  },
23053
+ event_description: {
23054
+ description:
23055
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23056
+ type: 'string',
23057
+ },
22775
23058
  event_id: {
22776
23059
  description: 'ID of the event.',
22777
23060
  format: 'uuid',
@@ -22836,6 +23119,11 @@ const openapi: OpenAPISpec = {
22836
23119
  format: 'uuid',
22837
23120
  type: 'string',
22838
23121
  },
23122
+ event_description: {
23123
+ description:
23124
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23125
+ type: 'string',
23126
+ },
22839
23127
  event_id: {
22840
23128
  description: 'ID of the event.',
22841
23129
  format: 'uuid',
@@ -22902,6 +23190,11 @@ const openapi: OpenAPISpec = {
22902
23190
  format: 'uuid',
22903
23191
  type: 'string',
22904
23192
  },
23193
+ event_description: {
23194
+ description:
23195
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23196
+ type: 'string',
23197
+ },
22905
23198
  event_id: {
22906
23199
  description: 'ID of the event.',
22907
23200
  format: 'uuid',
@@ -22968,6 +23261,11 @@ const openapi: OpenAPISpec = {
22968
23261
  'The customer key associated with this connect webview, if any.',
22969
23262
  type: 'string',
22970
23263
  },
23264
+ event_description: {
23265
+ description:
23266
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23267
+ type: 'string',
23268
+ },
22971
23269
  event_id: {
22972
23270
  description: 'ID of the event.',
22973
23271
  format: 'uuid',
@@ -23013,6 +23311,11 @@ const openapi: OpenAPISpec = {
23013
23311
  format: 'date-time',
23014
23312
  type: 'string',
23015
23313
  },
23314
+ event_description: {
23315
+ description:
23316
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23317
+ type: 'string',
23318
+ },
23016
23319
  event_id: {
23017
23320
  description: 'ID of the event.',
23018
23321
  format: 'uuid',
@@ -23085,6 +23388,11 @@ const openapi: OpenAPISpec = {
23085
23388
  format: 'uuid',
23086
23389
  type: 'string',
23087
23390
  },
23391
+ event_description: {
23392
+ description:
23393
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23394
+ type: 'string',
23395
+ },
23088
23396
  event_id: {
23089
23397
  description: 'ID of the event.',
23090
23398
  format: 'uuid',
@@ -23155,6 +23463,11 @@ const openapi: OpenAPISpec = {
23155
23463
  format: 'uuid',
23156
23464
  type: 'string',
23157
23465
  },
23466
+ event_description: {
23467
+ description:
23468
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23469
+ type: 'string',
23470
+ },
23158
23471
  event_id: {
23159
23472
  description: 'ID of the event.',
23160
23473
  format: 'uuid',
@@ -23225,6 +23538,11 @@ const openapi: OpenAPISpec = {
23225
23538
  format: 'uuid',
23226
23539
  type: 'string',
23227
23540
  },
23541
+ event_description: {
23542
+ description:
23543
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23544
+ type: 'string',
23545
+ },
23228
23546
  event_id: {
23229
23547
  description: 'ID of the event.',
23230
23548
  format: 'uuid',
@@ -23298,6 +23616,11 @@ const openapi: OpenAPISpec = {
23298
23616
  format: 'uuid',
23299
23617
  type: 'string',
23300
23618
  },
23619
+ event_description: {
23620
+ description:
23621
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23622
+ type: 'string',
23623
+ },
23301
23624
  event_id: {
23302
23625
  description: 'ID of the event.',
23303
23626
  format: 'uuid',
@@ -23371,6 +23694,11 @@ const openapi: OpenAPISpec = {
23371
23694
  format: 'uuid',
23372
23695
  type: 'string',
23373
23696
  },
23697
+ event_description: {
23698
+ description:
23699
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23700
+ type: 'string',
23701
+ },
23374
23702
  event_id: {
23375
23703
  description: 'ID of the event.',
23376
23704
  format: 'uuid',
@@ -23566,6 +23894,11 @@ const openapi: OpenAPISpec = {
23566
23894
  ],
23567
23895
  type: 'string',
23568
23896
  },
23897
+ event_description: {
23898
+ description:
23899
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23900
+ type: 'string',
23901
+ },
23569
23902
  event_id: {
23570
23903
  description: 'ID of the event.',
23571
23904
  format: 'uuid',
@@ -23763,6 +24096,11 @@ const openapi: OpenAPISpec = {
23763
24096
  ],
23764
24097
  type: 'string',
23765
24098
  },
24099
+ event_description: {
24100
+ description:
24101
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24102
+ type: 'string',
24103
+ },
23766
24104
  event_id: {
23767
24105
  description: 'ID of the event.',
23768
24106
  format: 'uuid',
@@ -23841,6 +24179,11 @@ const openapi: OpenAPISpec = {
23841
24179
  format: 'uuid',
23842
24180
  type: 'string',
23843
24181
  },
24182
+ event_description: {
24183
+ description:
24184
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24185
+ type: 'string',
24186
+ },
23844
24187
  event_id: {
23845
24188
  description: 'ID of the event.',
23846
24189
  format: 'uuid',
@@ -23919,6 +24262,11 @@ const openapi: OpenAPISpec = {
23919
24262
  format: 'uuid',
23920
24263
  type: 'string',
23921
24264
  },
24265
+ event_description: {
24266
+ description:
24267
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24268
+ type: 'string',
24269
+ },
23922
24270
  event_id: {
23923
24271
  description: 'ID of the event.',
23924
24272
  format: 'uuid',
@@ -24004,6 +24352,11 @@ const openapi: OpenAPISpec = {
24004
24352
  format: 'uuid',
24005
24353
  type: 'string',
24006
24354
  },
24355
+ event_description: {
24356
+ description:
24357
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24358
+ type: 'string',
24359
+ },
24007
24360
  event_id: {
24008
24361
  description: 'ID of the event.',
24009
24362
  format: 'uuid',
@@ -24079,6 +24432,11 @@ const openapi: OpenAPISpec = {
24079
24432
  format: 'uuid',
24080
24433
  type: 'string',
24081
24434
  },
24435
+ event_description: {
24436
+ description:
24437
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24438
+ type: 'string',
24439
+ },
24082
24440
  event_id: {
24083
24441
  description: 'ID of the event.',
24084
24442
  format: 'uuid',
@@ -24154,6 +24512,11 @@ const openapi: OpenAPISpec = {
24154
24512
  nullable: true,
24155
24513
  type: 'string',
24156
24514
  },
24515
+ event_description: {
24516
+ description:
24517
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24518
+ type: 'string',
24519
+ },
24157
24520
  event_id: {
24158
24521
  description: 'ID of the event.',
24159
24522
  format: 'uuid',
@@ -24224,6 +24587,11 @@ const openapi: OpenAPISpec = {
24224
24587
  format: 'uuid',
24225
24588
  type: 'string',
24226
24589
  },
24590
+ event_description: {
24591
+ description:
24592
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24593
+ type: 'string',
24594
+ },
24227
24595
  event_id: {
24228
24596
  description: 'ID of the event.',
24229
24597
  format: 'uuid',
@@ -24297,6 +24665,11 @@ const openapi: OpenAPISpec = {
24297
24665
  format: 'uuid',
24298
24666
  type: 'string',
24299
24667
  },
24668
+ event_description: {
24669
+ description:
24670
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24671
+ type: 'string',
24672
+ },
24300
24673
  event_id: {
24301
24674
  description: 'ID of the event.',
24302
24675
  format: 'uuid',
@@ -24370,6 +24743,11 @@ const openapi: OpenAPISpec = {
24370
24743
  format: 'uuid',
24371
24744
  type: 'string',
24372
24745
  },
24746
+ event_description: {
24747
+ description:
24748
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24749
+ type: 'string',
24750
+ },
24373
24751
  event_id: {
24374
24752
  description: 'ID of the event.',
24375
24753
  format: 'uuid',
@@ -24443,6 +24821,11 @@ const openapi: OpenAPISpec = {
24443
24821
  format: 'uuid',
24444
24822
  type: 'string',
24445
24823
  },
24824
+ event_description: {
24825
+ description:
24826
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24827
+ type: 'string',
24828
+ },
24446
24829
  event_id: {
24447
24830
  description: 'ID of the event.',
24448
24831
  format: 'uuid',
@@ -24627,6 +25010,11 @@ const openapi: OpenAPISpec = {
24627
25010
  },
24628
25011
  type: 'array',
24629
25012
  },
25013
+ event_description: {
25014
+ description:
25015
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25016
+ type: 'string',
25017
+ },
24630
25018
  event_id: {
24631
25019
  description: 'ID of the event.',
24632
25020
  format: 'uuid',
@@ -24704,6 +25092,11 @@ const openapi: OpenAPISpec = {
24704
25092
  format: 'uuid',
24705
25093
  type: 'string',
24706
25094
  },
25095
+ event_description: {
25096
+ description:
25097
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25098
+ type: 'string',
25099
+ },
24707
25100
  event_id: {
24708
25101
  description: 'ID of the event.',
24709
25102
  format: 'uuid',
@@ -24889,6 +25282,11 @@ const openapi: OpenAPISpec = {
24889
25282
  },
24890
25283
  type: 'array',
24891
25284
  },
25285
+ event_description: {
25286
+ description:
25287
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25288
+ type: 'string',
25289
+ },
24892
25290
  event_id: {
24893
25291
  description: 'ID of the event.',
24894
25292
  format: 'uuid',
@@ -24966,6 +25364,11 @@ const openapi: OpenAPISpec = {
24966
25364
  format: 'uuid',
24967
25365
  type: 'string',
24968
25366
  },
25367
+ event_description: {
25368
+ description:
25369
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25370
+ type: 'string',
25371
+ },
24969
25372
  event_id: {
24970
25373
  description: 'ID of the event.',
24971
25374
  format: 'uuid',
@@ -25038,6 +25441,11 @@ const openapi: OpenAPISpec = {
25038
25441
  format: 'uuid',
25039
25442
  type: 'string',
25040
25443
  },
25444
+ event_description: {
25445
+ description:
25446
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25447
+ type: 'string',
25448
+ },
25041
25449
  event_id: {
25042
25450
  description: 'ID of the event.',
25043
25451
  format: 'uuid',
@@ -25222,6 +25630,11 @@ const openapi: OpenAPISpec = {
25222
25630
  },
25223
25631
  type: 'array',
25224
25632
  },
25633
+ event_description: {
25634
+ description:
25635
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25636
+ type: 'string',
25637
+ },
25225
25638
  event_id: {
25226
25639
  description: 'ID of the event.',
25227
25640
  format: 'uuid',
@@ -25299,6 +25712,11 @@ const openapi: OpenAPISpec = {
25299
25712
  format: 'uuid',
25300
25713
  type: 'string',
25301
25714
  },
25715
+ event_description: {
25716
+ description:
25717
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25718
+ type: 'string',
25719
+ },
25302
25720
  event_id: {
25303
25721
  description: 'ID of the event.',
25304
25722
  format: 'uuid',
@@ -25424,6 +25842,11 @@ const openapi: OpenAPISpec = {
25424
25842
  format: 'uuid',
25425
25843
  type: 'string',
25426
25844
  },
25845
+ event_description: {
25846
+ description:
25847
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25848
+ type: 'string',
25849
+ },
25427
25850
  event_id: {
25428
25851
  description: 'ID of the event.',
25429
25852
  format: 'uuid',
@@ -25551,6 +25974,11 @@ const openapi: OpenAPISpec = {
25551
25974
  format: 'uuid',
25552
25975
  type: 'string',
25553
25976
  },
25977
+ event_description: {
25978
+ description:
25979
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25980
+ type: 'string',
25981
+ },
25554
25982
  event_id: {
25555
25983
  description: 'ID of the event.',
25556
25984
  format: 'uuid',
@@ -25667,6 +26095,11 @@ const openapi: OpenAPISpec = {
25667
26095
  format: 'uuid',
25668
26096
  type: 'string',
25669
26097
  },
26098
+ event_description: {
26099
+ description:
26100
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26101
+ type: 'string',
26102
+ },
25670
26103
  event_id: {
25671
26104
  description: 'ID of the event.',
25672
26105
  format: 'uuid',
@@ -25746,6 +26179,11 @@ const openapi: OpenAPISpec = {
25746
26179
  format: 'uuid',
25747
26180
  type: 'string',
25748
26181
  },
26182
+ event_description: {
26183
+ description:
26184
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26185
+ type: 'string',
26186
+ },
25749
26187
  event_id: {
25750
26188
  description: 'ID of the event.',
25751
26189
  format: 'uuid',
@@ -25846,6 +26284,11 @@ const openapi: OpenAPISpec = {
25846
26284
  format: 'uuid',
25847
26285
  type: 'string',
25848
26286
  },
26287
+ event_description: {
26288
+ description:
26289
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26290
+ type: 'string',
26291
+ },
25849
26292
  event_id: {
25850
26293
  description: 'ID of the event.',
25851
26294
  format: 'uuid',
@@ -25950,6 +26393,11 @@ const openapi: OpenAPISpec = {
25950
26393
  format: 'uuid',
25951
26394
  type: 'string',
25952
26395
  },
26396
+ event_description: {
26397
+ description:
26398
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26399
+ type: 'string',
26400
+ },
25953
26401
  event_id: {
25954
26402
  description: 'ID of the event.',
25955
26403
  format: 'uuid',
@@ -26069,6 +26517,11 @@ const openapi: OpenAPISpec = {
26069
26517
  format: 'uuid',
26070
26518
  type: 'string',
26071
26519
  },
26520
+ event_description: {
26521
+ description:
26522
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26523
+ type: 'string',
26524
+ },
26072
26525
  event_id: {
26073
26526
  description: 'ID of the event.',
26074
26527
  format: 'uuid',
@@ -26200,6 +26653,11 @@ const openapi: OpenAPISpec = {
26200
26653
  format: 'uuid',
26201
26654
  type: 'string',
26202
26655
  },
26656
+ event_description: {
26657
+ description:
26658
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26659
+ type: 'string',
26660
+ },
26203
26661
  event_id: {
26204
26662
  description: 'ID of the event.',
26205
26663
  format: 'uuid',
@@ -26287,6 +26745,11 @@ const openapi: OpenAPISpec = {
26287
26745
  format: 'uuid',
26288
26746
  type: 'string',
26289
26747
  },
26748
+ event_description: {
26749
+ description:
26750
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26751
+ type: 'string',
26752
+ },
26290
26753
  event_id: {
26291
26754
  description: 'ID of the event.',
26292
26755
  format: 'uuid',
@@ -26377,6 +26840,11 @@ const openapi: OpenAPISpec = {
26377
26840
  description: 'The new name of the affected device.',
26378
26841
  type: 'string',
26379
26842
  },
26843
+ event_description: {
26844
+ description:
26845
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26846
+ type: 'string',
26847
+ },
26380
26848
  event_id: {
26381
26849
  description: 'ID of the event.',
26382
26850
  format: 'uuid',
@@ -26453,6 +26921,11 @@ const openapi: OpenAPISpec = {
26453
26921
  format: 'uuid',
26454
26922
  type: 'string',
26455
26923
  },
26924
+ event_description: {
26925
+ description:
26926
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26927
+ type: 'string',
26928
+ },
26456
26929
  event_id: {
26457
26930
  description: 'ID of the event.',
26458
26931
  format: 'uuid',
@@ -26540,6 +27013,11 @@ const openapi: OpenAPISpec = {
26540
27013
  format: 'uuid',
26541
27014
  type: 'string',
26542
27015
  },
27016
+ event_description: {
27017
+ description:
27018
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27019
+ type: 'string',
27020
+ },
26543
27021
  event_id: {
26544
27022
  description: 'ID of the event.',
26545
27023
  format: 'uuid',
@@ -26595,6 +27073,11 @@ const openapi: OpenAPISpec = {
26595
27073
  format: 'uuid',
26596
27074
  type: 'string',
26597
27075
  },
27076
+ event_description: {
27077
+ description:
27078
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27079
+ type: 'string',
27080
+ },
26598
27081
  event_id: {
26599
27082
  description: 'ID of the event.',
26600
27083
  format: 'uuid',
@@ -26647,6 +27130,11 @@ const openapi: OpenAPISpec = {
26647
27130
  format: 'uuid',
26648
27131
  type: 'string',
26649
27132
  },
27133
+ event_description: {
27134
+ description:
27135
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27136
+ type: 'string',
27137
+ },
26650
27138
  event_id: {
26651
27139
  description: 'ID of the event.',
26652
27140
  format: 'uuid',
@@ -26695,6 +27183,11 @@ const openapi: OpenAPISpec = {
26695
27183
  items: { format: 'uuid', type: 'string' },
26696
27184
  type: 'array',
26697
27185
  },
27186
+ event_description: {
27187
+ description:
27188
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27189
+ type: 'string',
27190
+ },
26698
27191
  event_id: {
26699
27192
  description: 'ID of the event.',
26700
27193
  format: 'uuid',
@@ -26758,6 +27251,11 @@ const openapi: OpenAPISpec = {
26758
27251
  items: { format: 'uuid', type: 'string' },
26759
27252
  type: 'array',
26760
27253
  },
27254
+ event_description: {
27255
+ description:
27256
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27257
+ type: 'string',
27258
+ },
26761
27259
  event_id: {
26762
27260
  description: 'ID of the event.',
26763
27261
  format: 'uuid',
@@ -26821,6 +27319,11 @@ const openapi: OpenAPISpec = {
26821
27319
  items: { format: 'uuid', type: 'string' },
26822
27320
  type: 'array',
26823
27321
  },
27322
+ event_description: {
27323
+ description:
27324
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27325
+ type: 'string',
27326
+ },
26824
27327
  event_id: {
26825
27328
  description: 'ID of the event.',
26826
27329
  format: 'uuid',
@@ -29132,38 +29635,6 @@ const openapi: OpenAPISpec = {
29132
29635
  type: 'object',
29133
29636
  'x-resource-type': 'access_code',
29134
29637
  },
29135
- {
29136
- description:
29137
- 'An attempt to modify this access code was prevented.',
29138
- properties: {
29139
- created_at: {
29140
- description:
29141
- 'Date and time at which Seam created the error.',
29142
- format: 'date-time',
29143
- type: 'string',
29144
- },
29145
- error_code: {
29146
- description:
29147
- 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
29148
- enum: ['duplicate_code_attempt_prevented'],
29149
- type: 'string',
29150
- },
29151
- is_access_code_error: {
29152
- description:
29153
- 'Indicates that this is an access code error.',
29154
- enum: [true],
29155
- type: 'boolean',
29156
- },
29157
- message: {
29158
- description:
29159
- 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
29160
- type: 'string',
29161
- },
29162
- },
29163
- required: ['message', 'is_access_code_error', 'error_code'],
29164
- type: 'object',
29165
- 'x-resource-type': 'access_code',
29166
- },
29167
29638
  {
29168
29639
  description: 'No space for access code on device.',
29169
29640
  properties: {