@seamapi/types 1.947.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.
Files changed (35) hide show
  1. package/dist/connect.cjs +432 -1
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1177 -0
  4. package/dist/index.cjs +432 -1
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/events/access-codes.d.ts +126 -0
  7. package/lib/seam/connect/models/events/access-grants.d.ts +42 -0
  8. package/lib/seam/connect/models/events/access-methods.d.ts +36 -0
  9. package/lib/seam/connect/models/events/acs/access-groups.d.ts +6 -0
  10. package/lib/seam/connect/models/events/acs/common.d.ts +3 -0
  11. package/lib/seam/connect/models/events/acs/credentials.d.ts +24 -0
  12. package/lib/seam/connect/models/events/acs/encoders.d.ts +12 -0
  13. package/lib/seam/connect/models/events/acs/entrances.d.ts +12 -0
  14. package/lib/seam/connect/models/events/acs/index.d.ts +42 -0
  15. package/lib/seam/connect/models/events/acs/systems.d.ts +18 -0
  16. package/lib/seam/connect/models/events/acs/users.d.ts +12 -0
  17. package/lib/seam/connect/models/events/action-attempts.d.ts +48 -0
  18. package/lib/seam/connect/models/events/client-sessions.d.ts +6 -0
  19. package/lib/seam/connect/models/events/common.d.ts +3 -0
  20. package/lib/seam/connect/models/events/common.js +4 -0
  21. package/lib/seam/connect/models/events/common.js.map +1 -1
  22. package/lib/seam/connect/models/events/connect-webviews.d.ts +12 -0
  23. package/lib/seam/connect/models/events/connected-accounts.d.ts +48 -0
  24. package/lib/seam/connect/models/events/devices.d.ts +210 -0
  25. package/lib/seam/connect/models/events/enrollment-automations.d.ts +6 -0
  26. package/lib/seam/connect/models/events/phones.d.ts +6 -0
  27. package/lib/seam/connect/models/events/seam-event.d.ts +321 -0
  28. package/lib/seam/connect/models/events/spaces.d.ts +18 -0
  29. package/lib/seam/connect/openapi.js +428 -0
  30. package/lib/seam/connect/openapi.js.map +1 -1
  31. package/lib/seam/connect/route-types.d.ts +856 -0
  32. package/package.json +1 -1
  33. package/src/lib/seam/connect/models/events/common.ts +6 -0
  34. package/src/lib/seam/connect/openapi.ts +535 -0
  35. package/src/lib/seam/connect/route-types.ts +856 -0
@@ -17676,6 +17676,11 @@ const openapi: OpenAPISpec = {
17676
17676
  format: 'uuid',
17677
17677
  type: 'string',
17678
17678
  },
17679
+ event_description: {
17680
+ description:
17681
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17682
+ type: 'string',
17683
+ },
17679
17684
  event_id: {
17680
17685
  description: 'ID of the event.',
17681
17686
  format: 'uuid',
@@ -17782,6 +17787,11 @@ const openapi: OpenAPISpec = {
17782
17787
  format: 'uuid',
17783
17788
  type: 'string',
17784
17789
  },
17790
+ event_description: {
17791
+ description:
17792
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17793
+ type: 'string',
17794
+ },
17785
17795
  event_id: {
17786
17796
  description: 'ID of the event.',
17787
17797
  format: 'uuid',
@@ -17859,6 +17869,11 @@ const openapi: OpenAPISpec = {
17859
17869
  format: 'uuid',
17860
17870
  type: 'string',
17861
17871
  },
17872
+ event_description: {
17873
+ description:
17874
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17875
+ type: 'string',
17876
+ },
17862
17877
  event_id: {
17863
17878
  description: 'ID of the event.',
17864
17879
  format: 'uuid',
@@ -17966,6 +17981,11 @@ const openapi: OpenAPISpec = {
17966
17981
  format: 'uuid',
17967
17982
  type: 'string',
17968
17983
  },
17984
+ event_description: {
17985
+ description:
17986
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
17987
+ type: 'string',
17988
+ },
17969
17989
  event_id: {
17970
17990
  description: 'ID of the event.',
17971
17991
  format: 'uuid',
@@ -18073,6 +18093,11 @@ const openapi: OpenAPISpec = {
18073
18093
  format: 'uuid',
18074
18094
  type: 'string',
18075
18095
  },
18096
+ event_description: {
18097
+ description:
18098
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18099
+ type: 'string',
18100
+ },
18076
18101
  event_id: {
18077
18102
  description: 'ID of the event.',
18078
18103
  format: 'uuid',
@@ -18185,6 +18210,11 @@ const openapi: OpenAPISpec = {
18185
18210
  format: 'uuid',
18186
18211
  type: 'string',
18187
18212
  },
18213
+ event_description: {
18214
+ description:
18215
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18216
+ type: 'string',
18217
+ },
18188
18218
  event_id: {
18189
18219
  description: 'ID of the event.',
18190
18220
  format: 'uuid',
@@ -18302,6 +18332,11 @@ const openapi: OpenAPISpec = {
18302
18332
  format: 'uuid',
18303
18333
  type: 'string',
18304
18334
  },
18335
+ event_description: {
18336
+ description:
18337
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18338
+ type: 'string',
18339
+ },
18305
18340
  event_id: {
18306
18341
  description: 'ID of the event.',
18307
18342
  format: 'uuid',
@@ -18382,6 +18417,11 @@ const openapi: OpenAPISpec = {
18382
18417
  format: 'uuid',
18383
18418
  type: 'string',
18384
18419
  },
18420
+ event_description: {
18421
+ description:
18422
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18423
+ type: 'string',
18424
+ },
18385
18425
  event_id: {
18386
18426
  description: 'ID of the event.',
18387
18427
  format: 'uuid',
@@ -18458,6 +18498,11 @@ const openapi: OpenAPISpec = {
18458
18498
  format: 'uuid',
18459
18499
  type: 'string',
18460
18500
  },
18501
+ event_description: {
18502
+ description:
18503
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18504
+ type: 'string',
18505
+ },
18461
18506
  event_id: {
18462
18507
  description: 'ID of the event.',
18463
18508
  format: 'uuid',
@@ -18701,6 +18746,11 @@ const openapi: OpenAPISpec = {
18701
18746
  },
18702
18747
  type: 'array',
18703
18748
  },
18749
+ event_description: {
18750
+ description:
18751
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
18752
+ type: 'string',
18753
+ },
18704
18754
  event_id: {
18705
18755
  description: 'ID of the event.',
18706
18756
  format: 'uuid',
@@ -18950,6 +19000,11 @@ const openapi: OpenAPISpec = {
18950
19000
  },
18951
19001
  type: 'array',
18952
19002
  },
19003
+ event_description: {
19004
+ description:
19005
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19006
+ type: 'string',
19007
+ },
18953
19008
  event_id: {
18954
19009
  description: 'ID of the event.',
18955
19010
  format: 'uuid',
@@ -19036,6 +19091,11 @@ const openapi: OpenAPISpec = {
19036
19091
  format: 'uuid',
19037
19092
  type: 'string',
19038
19093
  },
19094
+ event_description: {
19095
+ description:
19096
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19097
+ type: 'string',
19098
+ },
19039
19099
  event_id: {
19040
19100
  description: 'ID of the event.',
19041
19101
  format: 'uuid',
@@ -19277,6 +19337,11 @@ const openapi: OpenAPISpec = {
19277
19337
  },
19278
19338
  type: 'array',
19279
19339
  },
19340
+ event_description: {
19341
+ description:
19342
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19343
+ type: 'string',
19344
+ },
19280
19345
  event_id: {
19281
19346
  description: 'ID of the event.',
19282
19347
  format: 'uuid',
@@ -19526,6 +19591,11 @@ const openapi: OpenAPISpec = {
19526
19591
  },
19527
19592
  type: 'array',
19528
19593
  },
19594
+ event_description: {
19595
+ description:
19596
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19597
+ type: 'string',
19598
+ },
19529
19599
  event_id: {
19530
19600
  description: 'ID of the event.',
19531
19601
  format: 'uuid',
@@ -19607,6 +19677,11 @@ const openapi: OpenAPISpec = {
19607
19677
  format: 'uuid',
19608
19678
  type: 'string',
19609
19679
  },
19680
+ event_description: {
19681
+ description:
19682
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19683
+ type: 'string',
19684
+ },
19610
19685
  event_id: {
19611
19686
  description: 'ID of the event.',
19612
19687
  format: 'uuid',
@@ -19682,6 +19757,11 @@ const openapi: OpenAPISpec = {
19682
19757
  format: 'uuid',
19683
19758
  type: 'string',
19684
19759
  },
19760
+ event_description: {
19761
+ description:
19762
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19763
+ type: 'string',
19764
+ },
19685
19765
  event_id: {
19686
19766
  description: 'ID of the event.',
19687
19767
  format: 'uuid',
@@ -19762,6 +19842,11 @@ const openapi: OpenAPISpec = {
19762
19842
  format: 'uuid',
19763
19843
  type: 'string',
19764
19844
  },
19845
+ event_description: {
19846
+ description:
19847
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19848
+ type: 'string',
19849
+ },
19765
19850
  event_id: {
19766
19851
  description: 'ID of the event.',
19767
19852
  format: 'uuid',
@@ -19838,6 +19923,11 @@ const openapi: OpenAPISpec = {
19838
19923
  format: 'uuid',
19839
19924
  type: 'string',
19840
19925
  },
19926
+ event_description: {
19927
+ description:
19928
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
19929
+ type: 'string',
19930
+ },
19841
19931
  event_id: {
19842
19932
  description: 'ID of the event.',
19843
19933
  format: 'uuid',
@@ -20081,6 +20171,11 @@ const openapi: OpenAPISpec = {
20081
20171
  },
20082
20172
  type: 'array',
20083
20173
  },
20174
+ event_description: {
20175
+ description:
20176
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20177
+ type: 'string',
20178
+ },
20084
20179
  event_id: {
20085
20180
  description: 'ID of the event.',
20086
20181
  format: 'uuid',
@@ -20162,6 +20257,11 @@ const openapi: OpenAPISpec = {
20162
20257
  format: 'uuid',
20163
20258
  type: 'string',
20164
20259
  },
20260
+ event_description: {
20261
+ description:
20262
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20263
+ type: 'string',
20264
+ },
20165
20265
  event_id: {
20166
20266
  description: 'ID of the event.',
20167
20267
  format: 'uuid',
@@ -20237,6 +20337,11 @@ const openapi: OpenAPISpec = {
20237
20337
  format: 'uuid',
20238
20338
  type: 'string',
20239
20339
  },
20340
+ event_description: {
20341
+ description:
20342
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20343
+ type: 'string',
20344
+ },
20240
20345
  event_id: {
20241
20346
  description: 'ID of the event.',
20242
20347
  format: 'uuid',
@@ -20283,6 +20388,11 @@ const openapi: OpenAPISpec = {
20283
20388
  format: 'date-time',
20284
20389
  type: 'string',
20285
20390
  },
20391
+ event_description: {
20392
+ description:
20393
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20394
+ type: 'string',
20395
+ },
20286
20396
  event_id: {
20287
20397
  description: 'ID of the event.',
20288
20398
  format: 'uuid',
@@ -20324,6 +20434,11 @@ const openapi: OpenAPISpec = {
20324
20434
  format: 'date-time',
20325
20435
  type: 'string',
20326
20436
  },
20437
+ event_description: {
20438
+ description:
20439
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20440
+ type: 'string',
20441
+ },
20327
20442
  event_id: {
20328
20443
  description: 'ID of the event.',
20329
20444
  format: 'uuid',
@@ -20366,6 +20481,11 @@ const openapi: OpenAPISpec = {
20366
20481
  format: 'date-time',
20367
20482
  type: 'string',
20368
20483
  },
20484
+ event_description: {
20485
+ description:
20486
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20487
+ type: 'string',
20488
+ },
20369
20489
  event_id: {
20370
20490
  description: 'ID of the event.',
20371
20491
  format: 'uuid',
@@ -20417,6 +20537,11 @@ const openapi: OpenAPISpec = {
20417
20537
  format: 'date-time',
20418
20538
  type: 'string',
20419
20539
  },
20540
+ event_description: {
20541
+ description:
20542
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20543
+ type: 'string',
20544
+ },
20420
20545
  event_id: {
20421
20546
  description: 'ID of the event.',
20422
20547
  format: 'uuid',
@@ -20469,6 +20594,11 @@ const openapi: OpenAPISpec = {
20469
20594
  format: 'date-time',
20470
20595
  type: 'string',
20471
20596
  },
20597
+ event_description: {
20598
+ description:
20599
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20600
+ type: 'string',
20601
+ },
20472
20602
  event_id: {
20473
20603
  description: 'ID of the event.',
20474
20604
  format: 'uuid',
@@ -20522,6 +20652,11 @@ const openapi: OpenAPISpec = {
20522
20652
  description: 'The new end time for the access grant.',
20523
20653
  type: 'string',
20524
20654
  },
20655
+ event_description: {
20656
+ description:
20657
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20658
+ type: 'string',
20659
+ },
20525
20660
  event_id: {
20526
20661
  description: 'ID of the event.',
20527
20662
  format: 'uuid',
@@ -20576,6 +20711,11 @@ const openapi: OpenAPISpec = {
20576
20711
  'Description of why the access methods could not be created.',
20577
20712
  type: 'string',
20578
20713
  },
20714
+ event_description: {
20715
+ description:
20716
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20717
+ type: 'string',
20718
+ },
20579
20719
  event_id: {
20580
20720
  description: 'ID of the event.',
20581
20721
  format: 'uuid',
@@ -20646,6 +20786,11 @@ const openapi: OpenAPISpec = {
20646
20786
  format: 'date-time',
20647
20787
  type: 'string',
20648
20788
  },
20789
+ event_description: {
20790
+ description:
20791
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20792
+ type: 'string',
20793
+ },
20649
20794
  event_id: {
20650
20795
  description: 'ID of the event.',
20651
20796
  format: 'uuid',
@@ -20705,6 +20850,11 @@ const openapi: OpenAPISpec = {
20705
20850
  format: 'date-time',
20706
20851
  type: 'string',
20707
20852
  },
20853
+ event_description: {
20854
+ description:
20855
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20856
+ type: 'string',
20857
+ },
20708
20858
  event_id: {
20709
20859
  description: 'ID of the event.',
20710
20860
  format: 'uuid',
@@ -20760,6 +20910,11 @@ const openapi: OpenAPISpec = {
20760
20910
  format: 'date-time',
20761
20911
  type: 'string',
20762
20912
  },
20913
+ event_description: {
20914
+ description:
20915
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20916
+ type: 'string',
20917
+ },
20763
20918
  event_id: {
20764
20919
  description: 'ID of the event.',
20765
20920
  format: 'uuid',
@@ -20817,6 +20972,11 @@ const openapi: OpenAPISpec = {
20817
20972
  format: 'date-time',
20818
20973
  type: 'string',
20819
20974
  },
20975
+ event_description: {
20976
+ description:
20977
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
20978
+ type: 'string',
20979
+ },
20820
20980
  event_id: {
20821
20981
  description: 'ID of the event.',
20822
20982
  format: 'uuid',
@@ -20876,6 +21036,11 @@ const openapi: OpenAPISpec = {
20876
21036
  format: 'date-time',
20877
21037
  type: 'string',
20878
21038
  },
21039
+ event_description: {
21040
+ description:
21041
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21042
+ type: 'string',
21043
+ },
20879
21044
  event_id: {
20880
21045
  description: 'ID of the event.',
20881
21046
  format: 'uuid',
@@ -20935,6 +21100,11 @@ const openapi: OpenAPISpec = {
20935
21100
  format: 'date-time',
20936
21101
  type: 'string',
20937
21102
  },
21103
+ event_description: {
21104
+ description:
21105
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21106
+ type: 'string',
21107
+ },
20938
21108
  event_id: {
20939
21109
  description: 'ID of the event.',
20940
21110
  format: 'uuid',
@@ -20983,6 +21153,11 @@ const openapi: OpenAPISpec = {
20983
21153
  format: 'date-time',
20984
21154
  type: 'string',
20985
21155
  },
21156
+ event_description: {
21157
+ description:
21158
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21159
+ type: 'string',
21160
+ },
20986
21161
  event_id: {
20987
21162
  description: 'ID of the event.',
20988
21163
  format: 'uuid',
@@ -21030,6 +21205,11 @@ const openapi: OpenAPISpec = {
21030
21205
  format: 'date-time',
21031
21206
  type: 'string',
21032
21207
  },
21208
+ event_description: {
21209
+ description:
21210
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21211
+ type: 'string',
21212
+ },
21033
21213
  event_id: {
21034
21214
  description: 'ID of the event.',
21035
21215
  format: 'uuid',
@@ -21191,6 +21371,11 @@ const openapi: OpenAPISpec = {
21191
21371
  format: 'date-time',
21192
21372
  type: 'string',
21193
21373
  },
21374
+ event_description: {
21375
+ description:
21376
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21377
+ type: 'string',
21378
+ },
21194
21379
  event_id: {
21195
21380
  description: 'ID of the event.',
21196
21381
  format: 'uuid',
@@ -21247,6 +21432,11 @@ const openapi: OpenAPISpec = {
21247
21432
  format: 'date-time',
21248
21433
  type: 'string',
21249
21434
  },
21435
+ event_description: {
21436
+ description:
21437
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21438
+ type: 'string',
21439
+ },
21250
21440
  event_id: {
21251
21441
  description: 'ID of the event.',
21252
21442
  format: 'uuid',
@@ -21300,6 +21490,11 @@ const openapi: OpenAPISpec = {
21300
21490
  format: 'date-time',
21301
21491
  type: 'string',
21302
21492
  },
21493
+ event_description: {
21494
+ description:
21495
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21496
+ type: 'string',
21497
+ },
21303
21498
  event_id: {
21304
21499
  description: 'ID of the event.',
21305
21500
  format: 'uuid',
@@ -21353,6 +21548,11 @@ const openapi: OpenAPISpec = {
21353
21548
  format: 'date-time',
21354
21549
  type: 'string',
21355
21550
  },
21551
+ event_description: {
21552
+ description:
21553
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21554
+ type: 'string',
21555
+ },
21356
21556
  event_id: {
21357
21557
  description: 'ID of the event.',
21358
21558
  format: 'uuid',
@@ -21406,6 +21606,11 @@ const openapi: OpenAPISpec = {
21406
21606
  format: 'date-time',
21407
21607
  type: 'string',
21408
21608
  },
21609
+ event_description: {
21610
+ description:
21611
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21612
+ type: 'string',
21613
+ },
21409
21614
  event_id: {
21410
21615
  description: 'ID of the event.',
21411
21616
  format: 'uuid',
@@ -21462,6 +21667,11 @@ const openapi: OpenAPISpec = {
21462
21667
  format: 'date-time',
21463
21668
  type: 'string',
21464
21669
  },
21670
+ event_description: {
21671
+ description:
21672
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21673
+ type: 'string',
21674
+ },
21465
21675
  event_id: {
21466
21676
  description: 'ID of the event.',
21467
21677
  format: 'uuid',
@@ -21515,6 +21725,11 @@ const openapi: OpenAPISpec = {
21515
21725
  format: 'date-time',
21516
21726
  type: 'string',
21517
21727
  },
21728
+ event_description: {
21729
+ description:
21730
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21731
+ type: 'string',
21732
+ },
21518
21733
  event_id: {
21519
21734
  description: 'ID of the event.',
21520
21735
  format: 'uuid',
@@ -21568,6 +21783,11 @@ const openapi: OpenAPISpec = {
21568
21783
  format: 'date-time',
21569
21784
  type: 'string',
21570
21785
  },
21786
+ event_description: {
21787
+ description:
21788
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21789
+ type: 'string',
21790
+ },
21571
21791
  event_id: {
21572
21792
  description: 'ID of the event.',
21573
21793
  format: 'uuid',
@@ -21621,6 +21841,11 @@ const openapi: OpenAPISpec = {
21621
21841
  format: 'date-time',
21622
21842
  type: 'string',
21623
21843
  },
21844
+ event_description: {
21845
+ description:
21846
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21847
+ type: 'string',
21848
+ },
21624
21849
  event_id: {
21625
21850
  description: 'ID of the event.',
21626
21851
  format: 'uuid',
@@ -21673,6 +21898,11 @@ const openapi: OpenAPISpec = {
21673
21898
  format: 'date-time',
21674
21899
  type: 'string',
21675
21900
  },
21901
+ event_description: {
21902
+ description:
21903
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21904
+ type: 'string',
21905
+ },
21676
21906
  event_id: {
21677
21907
  description: 'ID of the event.',
21678
21908
  format: 'uuid',
@@ -21729,6 +21959,11 @@ const openapi: OpenAPISpec = {
21729
21959
  format: 'date-time',
21730
21960
  type: 'string',
21731
21961
  },
21962
+ event_description: {
21963
+ description:
21964
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
21965
+ type: 'string',
21966
+ },
21732
21967
  event_id: {
21733
21968
  description: 'ID of the event.',
21734
21969
  format: 'uuid',
@@ -21782,6 +22017,11 @@ const openapi: OpenAPISpec = {
21782
22017
  format: 'date-time',
21783
22018
  type: 'string',
21784
22019
  },
22020
+ event_description: {
22021
+ description:
22022
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22023
+ type: 'string',
22024
+ },
21785
22025
  event_id: {
21786
22026
  description: 'ID of the event.',
21787
22027
  format: 'uuid',
@@ -21824,6 +22064,11 @@ const openapi: OpenAPISpec = {
21824
22064
  format: 'date-time',
21825
22065
  type: 'string',
21826
22066
  },
22067
+ event_description: {
22068
+ description:
22069
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22070
+ type: 'string',
22071
+ },
21827
22072
  event_id: {
21828
22073
  description: 'ID of the event.',
21829
22074
  format: 'uuid',
@@ -21885,6 +22130,11 @@ const openapi: OpenAPISpec = {
21885
22130
  'The customer key associated with this connected account, if any.',
21886
22131
  type: 'string',
21887
22132
  },
22133
+ event_description: {
22134
+ description:
22135
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22136
+ type: 'string',
22137
+ },
21888
22138
  event_id: {
21889
22139
  description: 'ID of the event.',
21890
22140
  format: 'uuid',
@@ -21943,6 +22193,11 @@ const openapi: OpenAPISpec = {
21943
22193
  format: 'date-time',
21944
22194
  type: 'string',
21945
22195
  },
22196
+ event_description: {
22197
+ description:
22198
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22199
+ type: 'string',
22200
+ },
21946
22201
  event_id: {
21947
22202
  description: 'ID of the event.',
21948
22203
  format: 'uuid',
@@ -22004,6 +22259,11 @@ const openapi: OpenAPISpec = {
22004
22259
  format: 'date-time',
22005
22260
  type: 'string',
22006
22261
  },
22262
+ event_description: {
22263
+ description:
22264
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22265
+ type: 'string',
22266
+ },
22007
22267
  event_id: {
22008
22268
  description: 'ID of the event.',
22009
22269
  format: 'uuid',
@@ -22114,6 +22374,11 @@ const openapi: OpenAPISpec = {
22114
22374
  format: 'date-time',
22115
22375
  type: 'string',
22116
22376
  },
22377
+ event_description: {
22378
+ description:
22379
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22380
+ type: 'string',
22381
+ },
22117
22382
  event_id: {
22118
22383
  description: 'ID of the event.',
22119
22384
  format: 'uuid',
@@ -22169,6 +22434,11 @@ const openapi: OpenAPISpec = {
22169
22434
  format: 'date-time',
22170
22435
  type: 'string',
22171
22436
  },
22437
+ event_description: {
22438
+ description:
22439
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22440
+ type: 'string',
22441
+ },
22172
22442
  event_id: {
22173
22443
  description: 'ID of the event.',
22174
22444
  format: 'uuid',
@@ -22230,6 +22500,11 @@ const openapi: OpenAPISpec = {
22230
22500
  'The customer key associated with this connected account, if any.',
22231
22501
  type: 'string',
22232
22502
  },
22503
+ event_description: {
22504
+ description:
22505
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22506
+ type: 'string',
22507
+ },
22233
22508
  event_id: {
22234
22509
  description: 'ID of the event.',
22235
22510
  format: 'uuid',
@@ -22283,6 +22558,11 @@ const openapi: OpenAPISpec = {
22283
22558
  format: 'date-time',
22284
22559
  type: 'string',
22285
22560
  },
22561
+ event_description: {
22562
+ description:
22563
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22564
+ type: 'string',
22565
+ },
22286
22566
  event_id: {
22287
22567
  description: 'ID of the event.',
22288
22568
  format: 'uuid',
@@ -22394,6 +22674,11 @@ const openapi: OpenAPISpec = {
22394
22674
  format: 'date-time',
22395
22675
  type: 'string',
22396
22676
  },
22677
+ event_description: {
22678
+ description:
22679
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22680
+ type: 'string',
22681
+ },
22397
22682
  event_id: {
22398
22683
  description: 'ID of the event.',
22399
22684
  format: 'uuid',
@@ -22456,6 +22741,11 @@ const openapi: OpenAPISpec = {
22456
22741
  format: 'uuid',
22457
22742
  type: 'string',
22458
22743
  },
22744
+ event_description: {
22745
+ description:
22746
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22747
+ type: 'string',
22748
+ },
22459
22749
  event_id: {
22460
22750
  description: 'ID of the event.',
22461
22751
  format: 'uuid',
@@ -22519,6 +22809,11 @@ const openapi: OpenAPISpec = {
22519
22809
  format: 'uuid',
22520
22810
  type: 'string',
22521
22811
  },
22812
+ event_description: {
22813
+ description:
22814
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22815
+ type: 'string',
22816
+ },
22522
22817
  event_id: {
22523
22818
  description: 'ID of the event.',
22524
22819
  format: 'uuid',
@@ -22582,6 +22877,11 @@ const openapi: OpenAPISpec = {
22582
22877
  format: 'uuid',
22583
22878
  type: 'string',
22584
22879
  },
22880
+ event_description: {
22881
+ description:
22882
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22883
+ type: 'string',
22884
+ },
22585
22885
  event_id: {
22586
22886
  description: 'ID of the event.',
22587
22887
  format: 'uuid',
@@ -22645,6 +22945,11 @@ const openapi: OpenAPISpec = {
22645
22945
  format: 'uuid',
22646
22946
  type: 'string',
22647
22947
  },
22948
+ event_description: {
22949
+ description:
22950
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
22951
+ type: 'string',
22952
+ },
22648
22953
  event_id: {
22649
22954
  description: 'ID of the event.',
22650
22955
  format: 'uuid',
@@ -22709,6 +23014,11 @@ const openapi: OpenAPISpec = {
22709
23014
  format: 'uuid',
22710
23015
  type: 'string',
22711
23016
  },
23017
+ event_description: {
23018
+ description:
23019
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23020
+ type: 'string',
23021
+ },
22712
23022
  event_id: {
22713
23023
  description: 'ID of the event.',
22714
23024
  format: 'uuid',
@@ -22772,6 +23082,11 @@ const openapi: OpenAPISpec = {
22772
23082
  format: 'uuid',
22773
23083
  type: 'string',
22774
23084
  },
23085
+ event_description: {
23086
+ description:
23087
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23088
+ type: 'string',
23089
+ },
22775
23090
  event_id: {
22776
23091
  description: 'ID of the event.',
22777
23092
  format: 'uuid',
@@ -22836,6 +23151,11 @@ const openapi: OpenAPISpec = {
22836
23151
  format: 'uuid',
22837
23152
  type: 'string',
22838
23153
  },
23154
+ event_description: {
23155
+ description:
23156
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23157
+ type: 'string',
23158
+ },
22839
23159
  event_id: {
22840
23160
  description: 'ID of the event.',
22841
23161
  format: 'uuid',
@@ -22902,6 +23222,11 @@ const openapi: OpenAPISpec = {
22902
23222
  format: 'uuid',
22903
23223
  type: 'string',
22904
23224
  },
23225
+ event_description: {
23226
+ description:
23227
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23228
+ type: 'string',
23229
+ },
22905
23230
  event_id: {
22906
23231
  description: 'ID of the event.',
22907
23232
  format: 'uuid',
@@ -22968,6 +23293,11 @@ const openapi: OpenAPISpec = {
22968
23293
  'The customer key associated with this connect webview, if any.',
22969
23294
  type: 'string',
22970
23295
  },
23296
+ event_description: {
23297
+ description:
23298
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23299
+ type: 'string',
23300
+ },
22971
23301
  event_id: {
22972
23302
  description: 'ID of the event.',
22973
23303
  format: 'uuid',
@@ -23013,6 +23343,11 @@ const openapi: OpenAPISpec = {
23013
23343
  format: 'date-time',
23014
23344
  type: 'string',
23015
23345
  },
23346
+ event_description: {
23347
+ description:
23348
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23349
+ type: 'string',
23350
+ },
23016
23351
  event_id: {
23017
23352
  description: 'ID of the event.',
23018
23353
  format: 'uuid',
@@ -23085,6 +23420,11 @@ const openapi: OpenAPISpec = {
23085
23420
  format: 'uuid',
23086
23421
  type: 'string',
23087
23422
  },
23423
+ event_description: {
23424
+ description:
23425
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23426
+ type: 'string',
23427
+ },
23088
23428
  event_id: {
23089
23429
  description: 'ID of the event.',
23090
23430
  format: 'uuid',
@@ -23155,6 +23495,11 @@ const openapi: OpenAPISpec = {
23155
23495
  format: 'uuid',
23156
23496
  type: 'string',
23157
23497
  },
23498
+ event_description: {
23499
+ description:
23500
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23501
+ type: 'string',
23502
+ },
23158
23503
  event_id: {
23159
23504
  description: 'ID of the event.',
23160
23505
  format: 'uuid',
@@ -23225,6 +23570,11 @@ const openapi: OpenAPISpec = {
23225
23570
  format: 'uuid',
23226
23571
  type: 'string',
23227
23572
  },
23573
+ event_description: {
23574
+ description:
23575
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23576
+ type: 'string',
23577
+ },
23228
23578
  event_id: {
23229
23579
  description: 'ID of the event.',
23230
23580
  format: 'uuid',
@@ -23298,6 +23648,11 @@ const openapi: OpenAPISpec = {
23298
23648
  format: 'uuid',
23299
23649
  type: 'string',
23300
23650
  },
23651
+ event_description: {
23652
+ description:
23653
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23654
+ type: 'string',
23655
+ },
23301
23656
  event_id: {
23302
23657
  description: 'ID of the event.',
23303
23658
  format: 'uuid',
@@ -23371,6 +23726,11 @@ const openapi: OpenAPISpec = {
23371
23726
  format: 'uuid',
23372
23727
  type: 'string',
23373
23728
  },
23729
+ event_description: {
23730
+ description:
23731
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23732
+ type: 'string',
23733
+ },
23374
23734
  event_id: {
23375
23735
  description: 'ID of the event.',
23376
23736
  format: 'uuid',
@@ -23566,6 +23926,11 @@ const openapi: OpenAPISpec = {
23566
23926
  ],
23567
23927
  type: 'string',
23568
23928
  },
23929
+ event_description: {
23930
+ description:
23931
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
23932
+ type: 'string',
23933
+ },
23569
23934
  event_id: {
23570
23935
  description: 'ID of the event.',
23571
23936
  format: 'uuid',
@@ -23763,6 +24128,11 @@ const openapi: OpenAPISpec = {
23763
24128
  ],
23764
24129
  type: 'string',
23765
24130
  },
24131
+ event_description: {
24132
+ description:
24133
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24134
+ type: 'string',
24135
+ },
23766
24136
  event_id: {
23767
24137
  description: 'ID of the event.',
23768
24138
  format: 'uuid',
@@ -23841,6 +24211,11 @@ const openapi: OpenAPISpec = {
23841
24211
  format: 'uuid',
23842
24212
  type: 'string',
23843
24213
  },
24214
+ event_description: {
24215
+ description:
24216
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24217
+ type: 'string',
24218
+ },
23844
24219
  event_id: {
23845
24220
  description: 'ID of the event.',
23846
24221
  format: 'uuid',
@@ -23919,6 +24294,11 @@ const openapi: OpenAPISpec = {
23919
24294
  format: 'uuid',
23920
24295
  type: 'string',
23921
24296
  },
24297
+ event_description: {
24298
+ description:
24299
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24300
+ type: 'string',
24301
+ },
23922
24302
  event_id: {
23923
24303
  description: 'ID of the event.',
23924
24304
  format: 'uuid',
@@ -24004,6 +24384,11 @@ const openapi: OpenAPISpec = {
24004
24384
  format: 'uuid',
24005
24385
  type: 'string',
24006
24386
  },
24387
+ event_description: {
24388
+ description:
24389
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24390
+ type: 'string',
24391
+ },
24007
24392
  event_id: {
24008
24393
  description: 'ID of the event.',
24009
24394
  format: 'uuid',
@@ -24079,6 +24464,11 @@ const openapi: OpenAPISpec = {
24079
24464
  format: 'uuid',
24080
24465
  type: 'string',
24081
24466
  },
24467
+ event_description: {
24468
+ description:
24469
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24470
+ type: 'string',
24471
+ },
24082
24472
  event_id: {
24083
24473
  description: 'ID of the event.',
24084
24474
  format: 'uuid',
@@ -24154,6 +24544,11 @@ const openapi: OpenAPISpec = {
24154
24544
  nullable: true,
24155
24545
  type: 'string',
24156
24546
  },
24547
+ event_description: {
24548
+ description:
24549
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24550
+ type: 'string',
24551
+ },
24157
24552
  event_id: {
24158
24553
  description: 'ID of the event.',
24159
24554
  format: 'uuid',
@@ -24224,6 +24619,11 @@ const openapi: OpenAPISpec = {
24224
24619
  format: 'uuid',
24225
24620
  type: 'string',
24226
24621
  },
24622
+ event_description: {
24623
+ description:
24624
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24625
+ type: 'string',
24626
+ },
24227
24627
  event_id: {
24228
24628
  description: 'ID of the event.',
24229
24629
  format: 'uuid',
@@ -24297,6 +24697,11 @@ const openapi: OpenAPISpec = {
24297
24697
  format: 'uuid',
24298
24698
  type: 'string',
24299
24699
  },
24700
+ event_description: {
24701
+ description:
24702
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24703
+ type: 'string',
24704
+ },
24300
24705
  event_id: {
24301
24706
  description: 'ID of the event.',
24302
24707
  format: 'uuid',
@@ -24370,6 +24775,11 @@ const openapi: OpenAPISpec = {
24370
24775
  format: 'uuid',
24371
24776
  type: 'string',
24372
24777
  },
24778
+ event_description: {
24779
+ description:
24780
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24781
+ type: 'string',
24782
+ },
24373
24783
  event_id: {
24374
24784
  description: 'ID of the event.',
24375
24785
  format: 'uuid',
@@ -24443,6 +24853,11 @@ const openapi: OpenAPISpec = {
24443
24853
  format: 'uuid',
24444
24854
  type: 'string',
24445
24855
  },
24856
+ event_description: {
24857
+ description:
24858
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
24859
+ type: 'string',
24860
+ },
24446
24861
  event_id: {
24447
24862
  description: 'ID of the event.',
24448
24863
  format: 'uuid',
@@ -24627,6 +25042,11 @@ const openapi: OpenAPISpec = {
24627
25042
  },
24628
25043
  type: 'array',
24629
25044
  },
25045
+ event_description: {
25046
+ description:
25047
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25048
+ type: 'string',
25049
+ },
24630
25050
  event_id: {
24631
25051
  description: 'ID of the event.',
24632
25052
  format: 'uuid',
@@ -24704,6 +25124,11 @@ const openapi: OpenAPISpec = {
24704
25124
  format: 'uuid',
24705
25125
  type: 'string',
24706
25126
  },
25127
+ event_description: {
25128
+ description:
25129
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25130
+ type: 'string',
25131
+ },
24707
25132
  event_id: {
24708
25133
  description: 'ID of the event.',
24709
25134
  format: 'uuid',
@@ -24889,6 +25314,11 @@ const openapi: OpenAPISpec = {
24889
25314
  },
24890
25315
  type: 'array',
24891
25316
  },
25317
+ event_description: {
25318
+ description:
25319
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25320
+ type: 'string',
25321
+ },
24892
25322
  event_id: {
24893
25323
  description: 'ID of the event.',
24894
25324
  format: 'uuid',
@@ -24966,6 +25396,11 @@ const openapi: OpenAPISpec = {
24966
25396
  format: 'uuid',
24967
25397
  type: 'string',
24968
25398
  },
25399
+ event_description: {
25400
+ description:
25401
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25402
+ type: 'string',
25403
+ },
24969
25404
  event_id: {
24970
25405
  description: 'ID of the event.',
24971
25406
  format: 'uuid',
@@ -25038,6 +25473,11 @@ const openapi: OpenAPISpec = {
25038
25473
  format: 'uuid',
25039
25474
  type: 'string',
25040
25475
  },
25476
+ event_description: {
25477
+ description:
25478
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25479
+ type: 'string',
25480
+ },
25041
25481
  event_id: {
25042
25482
  description: 'ID of the event.',
25043
25483
  format: 'uuid',
@@ -25222,6 +25662,11 @@ const openapi: OpenAPISpec = {
25222
25662
  },
25223
25663
  type: 'array',
25224
25664
  },
25665
+ event_description: {
25666
+ description:
25667
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25668
+ type: 'string',
25669
+ },
25225
25670
  event_id: {
25226
25671
  description: 'ID of the event.',
25227
25672
  format: 'uuid',
@@ -25299,6 +25744,11 @@ const openapi: OpenAPISpec = {
25299
25744
  format: 'uuid',
25300
25745
  type: 'string',
25301
25746
  },
25747
+ event_description: {
25748
+ description:
25749
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25750
+ type: 'string',
25751
+ },
25302
25752
  event_id: {
25303
25753
  description: 'ID of the event.',
25304
25754
  format: 'uuid',
@@ -25424,6 +25874,11 @@ const openapi: OpenAPISpec = {
25424
25874
  format: 'uuid',
25425
25875
  type: 'string',
25426
25876
  },
25877
+ event_description: {
25878
+ description:
25879
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
25880
+ type: 'string',
25881
+ },
25427
25882
  event_id: {
25428
25883
  description: 'ID of the event.',
25429
25884
  format: 'uuid',
@@ -25551,6 +26006,11 @@ const openapi: OpenAPISpec = {
25551
26006
  format: 'uuid',
25552
26007
  type: 'string',
25553
26008
  },
26009
+ event_description: {
26010
+ description:
26011
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26012
+ type: 'string',
26013
+ },
25554
26014
  event_id: {
25555
26015
  description: 'ID of the event.',
25556
26016
  format: 'uuid',
@@ -25667,6 +26127,11 @@ const openapi: OpenAPISpec = {
25667
26127
  format: 'uuid',
25668
26128
  type: 'string',
25669
26129
  },
26130
+ event_description: {
26131
+ description:
26132
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26133
+ type: 'string',
26134
+ },
25670
26135
  event_id: {
25671
26136
  description: 'ID of the event.',
25672
26137
  format: 'uuid',
@@ -25746,6 +26211,11 @@ const openapi: OpenAPISpec = {
25746
26211
  format: 'uuid',
25747
26212
  type: 'string',
25748
26213
  },
26214
+ event_description: {
26215
+ description:
26216
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26217
+ type: 'string',
26218
+ },
25749
26219
  event_id: {
25750
26220
  description: 'ID of the event.',
25751
26221
  format: 'uuid',
@@ -25846,6 +26316,11 @@ const openapi: OpenAPISpec = {
25846
26316
  format: 'uuid',
25847
26317
  type: 'string',
25848
26318
  },
26319
+ event_description: {
26320
+ description:
26321
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26322
+ type: 'string',
26323
+ },
25849
26324
  event_id: {
25850
26325
  description: 'ID of the event.',
25851
26326
  format: 'uuid',
@@ -25950,6 +26425,11 @@ const openapi: OpenAPISpec = {
25950
26425
  format: 'uuid',
25951
26426
  type: 'string',
25952
26427
  },
26428
+ event_description: {
26429
+ description:
26430
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26431
+ type: 'string',
26432
+ },
25953
26433
  event_id: {
25954
26434
  description: 'ID of the event.',
25955
26435
  format: 'uuid',
@@ -26069,6 +26549,11 @@ const openapi: OpenAPISpec = {
26069
26549
  format: 'uuid',
26070
26550
  type: 'string',
26071
26551
  },
26552
+ event_description: {
26553
+ description:
26554
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26555
+ type: 'string',
26556
+ },
26072
26557
  event_id: {
26073
26558
  description: 'ID of the event.',
26074
26559
  format: 'uuid',
@@ -26200,6 +26685,11 @@ const openapi: OpenAPISpec = {
26200
26685
  format: 'uuid',
26201
26686
  type: 'string',
26202
26687
  },
26688
+ event_description: {
26689
+ description:
26690
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26691
+ type: 'string',
26692
+ },
26203
26693
  event_id: {
26204
26694
  description: 'ID of the event.',
26205
26695
  format: 'uuid',
@@ -26287,6 +26777,11 @@ const openapi: OpenAPISpec = {
26287
26777
  format: 'uuid',
26288
26778
  type: 'string',
26289
26779
  },
26780
+ event_description: {
26781
+ description:
26782
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26783
+ type: 'string',
26784
+ },
26290
26785
  event_id: {
26291
26786
  description: 'ID of the event.',
26292
26787
  format: 'uuid',
@@ -26377,6 +26872,11 @@ const openapi: OpenAPISpec = {
26377
26872
  description: 'The new name of the affected device.',
26378
26873
  type: 'string',
26379
26874
  },
26875
+ event_description: {
26876
+ description:
26877
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26878
+ type: 'string',
26879
+ },
26380
26880
  event_id: {
26381
26881
  description: 'ID of the event.',
26382
26882
  format: 'uuid',
@@ -26453,6 +26953,11 @@ const openapi: OpenAPISpec = {
26453
26953
  format: 'uuid',
26454
26954
  type: 'string',
26455
26955
  },
26956
+ event_description: {
26957
+ description:
26958
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
26959
+ type: 'string',
26960
+ },
26456
26961
  event_id: {
26457
26962
  description: 'ID of the event.',
26458
26963
  format: 'uuid',
@@ -26540,6 +27045,11 @@ const openapi: OpenAPISpec = {
26540
27045
  format: 'uuid',
26541
27046
  type: 'string',
26542
27047
  },
27048
+ event_description: {
27049
+ description:
27050
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27051
+ type: 'string',
27052
+ },
26543
27053
  event_id: {
26544
27054
  description: 'ID of the event.',
26545
27055
  format: 'uuid',
@@ -26595,6 +27105,11 @@ const openapi: OpenAPISpec = {
26595
27105
  format: 'uuid',
26596
27106
  type: 'string',
26597
27107
  },
27108
+ event_description: {
27109
+ description:
27110
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27111
+ type: 'string',
27112
+ },
26598
27113
  event_id: {
26599
27114
  description: 'ID of the event.',
26600
27115
  format: 'uuid',
@@ -26647,6 +27162,11 @@ const openapi: OpenAPISpec = {
26647
27162
  format: 'uuid',
26648
27163
  type: 'string',
26649
27164
  },
27165
+ event_description: {
27166
+ description:
27167
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27168
+ type: 'string',
27169
+ },
26650
27170
  event_id: {
26651
27171
  description: 'ID of the event.',
26652
27172
  format: 'uuid',
@@ -26695,6 +27215,11 @@ const openapi: OpenAPISpec = {
26695
27215
  items: { format: 'uuid', type: 'string' },
26696
27216
  type: 'array',
26697
27217
  },
27218
+ event_description: {
27219
+ description:
27220
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27221
+ type: 'string',
27222
+ },
26698
27223
  event_id: {
26699
27224
  description: 'ID of the event.',
26700
27225
  format: 'uuid',
@@ -26758,6 +27283,11 @@ const openapi: OpenAPISpec = {
26758
27283
  items: { format: 'uuid', type: 'string' },
26759
27284
  type: 'array',
26760
27285
  },
27286
+ event_description: {
27287
+ description:
27288
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27289
+ type: 'string',
27290
+ },
26761
27291
  event_id: {
26762
27292
  description: 'ID of the event.',
26763
27293
  format: 'uuid',
@@ -26821,6 +27351,11 @@ const openapi: OpenAPISpec = {
26821
27351
  items: { format: 'uuid', type: 'string' },
26822
27352
  type: 'array',
26823
27353
  },
27354
+ event_description: {
27355
+ description:
27356
+ 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
27357
+ type: 'string',
27358
+ },
26824
27359
  event_id: {
26825
27360
  description: 'ID of the event.',
26826
27361
  format: 'uuid',