@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.
- package/dist/connect.cjs +432 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1177 -0
- package/dist/index.cjs +432 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/events/access-codes.d.ts +126 -0
- package/lib/seam/connect/models/events/access-grants.d.ts +42 -0
- package/lib/seam/connect/models/events/access-methods.d.ts +36 -0
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +6 -0
- package/lib/seam/connect/models/events/acs/common.d.ts +3 -0
- package/lib/seam/connect/models/events/acs/credentials.d.ts +24 -0
- package/lib/seam/connect/models/events/acs/encoders.d.ts +12 -0
- package/lib/seam/connect/models/events/acs/entrances.d.ts +12 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +42 -0
- package/lib/seam/connect/models/events/acs/systems.d.ts +18 -0
- package/lib/seam/connect/models/events/acs/users.d.ts +12 -0
- package/lib/seam/connect/models/events/action-attempts.d.ts +48 -0
- package/lib/seam/connect/models/events/client-sessions.d.ts +6 -0
- package/lib/seam/connect/models/events/common.d.ts +3 -0
- package/lib/seam/connect/models/events/common.js +4 -0
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.d.ts +12 -0
- package/lib/seam/connect/models/events/connected-accounts.d.ts +48 -0
- package/lib/seam/connect/models/events/devices.d.ts +210 -0
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +6 -0
- package/lib/seam/connect/models/events/phones.d.ts +6 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +321 -0
- package/lib/seam/connect/models/events/spaces.d.ts +18 -0
- package/lib/seam/connect/openapi.js +428 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +856 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/common.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +535 -0
- package/src/lib/seam/connect/route-types.ts +856 -0
|
@@ -15652,6 +15652,10 @@ const openapi = {
|
|
|
15652
15652
|
format: 'uuid',
|
|
15653
15653
|
type: 'string',
|
|
15654
15654
|
},
|
|
15655
|
+
event_description: {
|
|
15656
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
15657
|
+
type: 'string',
|
|
15658
|
+
},
|
|
15655
15659
|
event_id: {
|
|
15656
15660
|
description: 'ID of the event.',
|
|
15657
15661
|
format: 'uuid',
|
|
@@ -15748,6 +15752,10 @@ const openapi = {
|
|
|
15748
15752
|
format: 'uuid',
|
|
15749
15753
|
type: 'string',
|
|
15750
15754
|
},
|
|
15755
|
+
event_description: {
|
|
15756
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
15757
|
+
type: 'string',
|
|
15758
|
+
},
|
|
15751
15759
|
event_id: {
|
|
15752
15760
|
description: 'ID of the event.',
|
|
15753
15761
|
format: 'uuid',
|
|
@@ -15819,6 +15827,10 @@ const openapi = {
|
|
|
15819
15827
|
format: 'uuid',
|
|
15820
15828
|
type: 'string',
|
|
15821
15829
|
},
|
|
15830
|
+
event_description: {
|
|
15831
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
15832
|
+
type: 'string',
|
|
15833
|
+
},
|
|
15822
15834
|
event_id: {
|
|
15823
15835
|
description: 'ID of the event.',
|
|
15824
15836
|
format: 'uuid',
|
|
@@ -15920,6 +15932,10 @@ const openapi = {
|
|
|
15920
15932
|
format: 'uuid',
|
|
15921
15933
|
type: 'string',
|
|
15922
15934
|
},
|
|
15935
|
+
event_description: {
|
|
15936
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
15937
|
+
type: 'string',
|
|
15938
|
+
},
|
|
15923
15939
|
event_id: {
|
|
15924
15940
|
description: 'ID of the event.',
|
|
15925
15941
|
format: 'uuid',
|
|
@@ -16021,6 +16037,10 @@ const openapi = {
|
|
|
16021
16037
|
format: 'uuid',
|
|
16022
16038
|
type: 'string',
|
|
16023
16039
|
},
|
|
16040
|
+
event_description: {
|
|
16041
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16042
|
+
type: 'string',
|
|
16043
|
+
},
|
|
16024
16044
|
event_id: {
|
|
16025
16045
|
description: 'ID of the event.',
|
|
16026
16046
|
format: 'uuid',
|
|
@@ -16128,6 +16148,10 @@ const openapi = {
|
|
|
16128
16148
|
format: 'uuid',
|
|
16129
16149
|
type: 'string',
|
|
16130
16150
|
},
|
|
16151
|
+
event_description: {
|
|
16152
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16153
|
+
type: 'string',
|
|
16154
|
+
},
|
|
16131
16155
|
event_id: {
|
|
16132
16156
|
description: 'ID of the event.',
|
|
16133
16157
|
format: 'uuid',
|
|
@@ -16236,6 +16260,10 @@ const openapi = {
|
|
|
16236
16260
|
format: 'uuid',
|
|
16237
16261
|
type: 'string',
|
|
16238
16262
|
},
|
|
16263
|
+
event_description: {
|
|
16264
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16265
|
+
type: 'string',
|
|
16266
|
+
},
|
|
16239
16267
|
event_id: {
|
|
16240
16268
|
description: 'ID of the event.',
|
|
16241
16269
|
format: 'uuid',
|
|
@@ -16311,6 +16339,10 @@ const openapi = {
|
|
|
16311
16339
|
format: 'uuid',
|
|
16312
16340
|
type: 'string',
|
|
16313
16341
|
},
|
|
16342
|
+
event_description: {
|
|
16343
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16344
|
+
type: 'string',
|
|
16345
|
+
},
|
|
16314
16346
|
event_id: {
|
|
16315
16347
|
description: 'ID of the event.',
|
|
16316
16348
|
format: 'uuid',
|
|
@@ -16382,6 +16414,10 @@ const openapi = {
|
|
|
16382
16414
|
format: 'uuid',
|
|
16383
16415
|
type: 'string',
|
|
16384
16416
|
},
|
|
16417
|
+
event_description: {
|
|
16418
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16419
|
+
type: 'string',
|
|
16420
|
+
},
|
|
16385
16421
|
event_id: {
|
|
16386
16422
|
description: 'ID of the event.',
|
|
16387
16423
|
format: 'uuid',
|
|
@@ -16596,6 +16632,10 @@ const openapi = {
|
|
|
16596
16632
|
},
|
|
16597
16633
|
type: 'array',
|
|
16598
16634
|
},
|
|
16635
|
+
event_description: {
|
|
16636
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16637
|
+
type: 'string',
|
|
16638
|
+
},
|
|
16599
16639
|
event_id: {
|
|
16600
16640
|
description: 'ID of the event.',
|
|
16601
16641
|
format: 'uuid',
|
|
@@ -16816,6 +16856,10 @@ const openapi = {
|
|
|
16816
16856
|
},
|
|
16817
16857
|
type: 'array',
|
|
16818
16858
|
},
|
|
16859
|
+
event_description: {
|
|
16860
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16861
|
+
type: 'string',
|
|
16862
|
+
},
|
|
16819
16863
|
event_id: {
|
|
16820
16864
|
description: 'ID of the event.',
|
|
16821
16865
|
format: 'uuid',
|
|
@@ -16897,6 +16941,10 @@ const openapi = {
|
|
|
16897
16941
|
format: 'uuid',
|
|
16898
16942
|
type: 'string',
|
|
16899
16943
|
},
|
|
16944
|
+
event_description: {
|
|
16945
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
16946
|
+
type: 'string',
|
|
16947
|
+
},
|
|
16900
16948
|
event_id: {
|
|
16901
16949
|
description: 'ID of the event.',
|
|
16902
16950
|
format: 'uuid',
|
|
@@ -17109,6 +17157,10 @@ const openapi = {
|
|
|
17109
17157
|
},
|
|
17110
17158
|
type: 'array',
|
|
17111
17159
|
},
|
|
17160
|
+
event_description: {
|
|
17161
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17162
|
+
type: 'string',
|
|
17163
|
+
},
|
|
17112
17164
|
event_id: {
|
|
17113
17165
|
description: 'ID of the event.',
|
|
17114
17166
|
format: 'uuid',
|
|
@@ -17329,6 +17381,10 @@ const openapi = {
|
|
|
17329
17381
|
},
|
|
17330
17382
|
type: 'array',
|
|
17331
17383
|
},
|
|
17384
|
+
event_description: {
|
|
17385
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17386
|
+
type: 'string',
|
|
17387
|
+
},
|
|
17332
17388
|
event_id: {
|
|
17333
17389
|
description: 'ID of the event.',
|
|
17334
17390
|
format: 'uuid',
|
|
@@ -17405,6 +17461,10 @@ const openapi = {
|
|
|
17405
17461
|
format: 'uuid',
|
|
17406
17462
|
type: 'string',
|
|
17407
17463
|
},
|
|
17464
|
+
event_description: {
|
|
17465
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17466
|
+
type: 'string',
|
|
17467
|
+
},
|
|
17408
17468
|
event_id: {
|
|
17409
17469
|
description: 'ID of the event.',
|
|
17410
17470
|
format: 'uuid',
|
|
@@ -17475,6 +17535,10 @@ const openapi = {
|
|
|
17475
17535
|
format: 'uuid',
|
|
17476
17536
|
type: 'string',
|
|
17477
17537
|
},
|
|
17538
|
+
event_description: {
|
|
17539
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17540
|
+
type: 'string',
|
|
17541
|
+
},
|
|
17478
17542
|
event_id: {
|
|
17479
17543
|
description: 'ID of the event.',
|
|
17480
17544
|
format: 'uuid',
|
|
@@ -17549,6 +17613,10 @@ const openapi = {
|
|
|
17549
17613
|
format: 'uuid',
|
|
17550
17614
|
type: 'string',
|
|
17551
17615
|
},
|
|
17616
|
+
event_description: {
|
|
17617
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17618
|
+
type: 'string',
|
|
17619
|
+
},
|
|
17552
17620
|
event_id: {
|
|
17553
17621
|
description: 'ID of the event.',
|
|
17554
17622
|
format: 'uuid',
|
|
@@ -17620,6 +17688,10 @@ const openapi = {
|
|
|
17620
17688
|
format: 'uuid',
|
|
17621
17689
|
type: 'string',
|
|
17622
17690
|
},
|
|
17691
|
+
event_description: {
|
|
17692
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17693
|
+
type: 'string',
|
|
17694
|
+
},
|
|
17623
17695
|
event_id: {
|
|
17624
17696
|
description: 'ID of the event.',
|
|
17625
17697
|
format: 'uuid',
|
|
@@ -17834,6 +17906,10 @@ const openapi = {
|
|
|
17834
17906
|
},
|
|
17835
17907
|
type: 'array',
|
|
17836
17908
|
},
|
|
17909
|
+
event_description: {
|
|
17910
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17911
|
+
type: 'string',
|
|
17912
|
+
},
|
|
17837
17913
|
event_id: {
|
|
17838
17914
|
description: 'ID of the event.',
|
|
17839
17915
|
format: 'uuid',
|
|
@@ -17910,6 +17986,10 @@ const openapi = {
|
|
|
17910
17986
|
format: 'uuid',
|
|
17911
17987
|
type: 'string',
|
|
17912
17988
|
},
|
|
17989
|
+
event_description: {
|
|
17990
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
17991
|
+
type: 'string',
|
|
17992
|
+
},
|
|
17913
17993
|
event_id: {
|
|
17914
17994
|
description: 'ID of the event.',
|
|
17915
17995
|
format: 'uuid',
|
|
@@ -17980,6 +18060,10 @@ const openapi = {
|
|
|
17980
18060
|
format: 'uuid',
|
|
17981
18061
|
type: 'string',
|
|
17982
18062
|
},
|
|
18063
|
+
event_description: {
|
|
18064
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18065
|
+
type: 'string',
|
|
18066
|
+
},
|
|
17983
18067
|
event_id: {
|
|
17984
18068
|
description: 'ID of the event.',
|
|
17985
18069
|
format: 'uuid',
|
|
@@ -18026,6 +18110,10 @@ const openapi = {
|
|
|
18026
18110
|
format: 'date-time',
|
|
18027
18111
|
type: 'string',
|
|
18028
18112
|
},
|
|
18113
|
+
event_description: {
|
|
18114
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18115
|
+
type: 'string',
|
|
18116
|
+
},
|
|
18029
18117
|
event_id: {
|
|
18030
18118
|
description: 'ID of the event.',
|
|
18031
18119
|
format: 'uuid',
|
|
@@ -18067,6 +18155,10 @@ const openapi = {
|
|
|
18067
18155
|
format: 'date-time',
|
|
18068
18156
|
type: 'string',
|
|
18069
18157
|
},
|
|
18158
|
+
event_description: {
|
|
18159
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18160
|
+
type: 'string',
|
|
18161
|
+
},
|
|
18070
18162
|
event_id: {
|
|
18071
18163
|
description: 'ID of the event.',
|
|
18072
18164
|
format: 'uuid',
|
|
@@ -18108,6 +18200,10 @@ const openapi = {
|
|
|
18108
18200
|
format: 'date-time',
|
|
18109
18201
|
type: 'string',
|
|
18110
18202
|
},
|
|
18203
|
+
event_description: {
|
|
18204
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18205
|
+
type: 'string',
|
|
18206
|
+
},
|
|
18111
18207
|
event_id: {
|
|
18112
18208
|
description: 'ID of the event.',
|
|
18113
18209
|
format: 'uuid',
|
|
@@ -18157,6 +18253,10 @@ const openapi = {
|
|
|
18157
18253
|
format: 'date-time',
|
|
18158
18254
|
type: 'string',
|
|
18159
18255
|
},
|
|
18256
|
+
event_description: {
|
|
18257
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18258
|
+
type: 'string',
|
|
18259
|
+
},
|
|
18160
18260
|
event_id: {
|
|
18161
18261
|
description: 'ID of the event.',
|
|
18162
18262
|
format: 'uuid',
|
|
@@ -18207,6 +18307,10 @@ const openapi = {
|
|
|
18207
18307
|
format: 'date-time',
|
|
18208
18308
|
type: 'string',
|
|
18209
18309
|
},
|
|
18310
|
+
event_description: {
|
|
18311
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18312
|
+
type: 'string',
|
|
18313
|
+
},
|
|
18210
18314
|
event_id: {
|
|
18211
18315
|
description: 'ID of the event.',
|
|
18212
18316
|
format: 'uuid',
|
|
@@ -18260,6 +18364,10 @@ const openapi = {
|
|
|
18260
18364
|
description: 'The new end time for the access grant.',
|
|
18261
18365
|
type: 'string',
|
|
18262
18366
|
},
|
|
18367
|
+
event_description: {
|
|
18368
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18369
|
+
type: 'string',
|
|
18370
|
+
},
|
|
18263
18371
|
event_id: {
|
|
18264
18372
|
description: 'ID of the event.',
|
|
18265
18373
|
format: 'uuid',
|
|
@@ -18312,6 +18420,10 @@ const openapi = {
|
|
|
18312
18420
|
description: 'Description of why the access methods could not be created.',
|
|
18313
18421
|
type: 'string',
|
|
18314
18422
|
},
|
|
18423
|
+
event_description: {
|
|
18424
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18425
|
+
type: 'string',
|
|
18426
|
+
},
|
|
18315
18427
|
event_id: {
|
|
18316
18428
|
description: 'ID of the event.',
|
|
18317
18429
|
format: 'uuid',
|
|
@@ -18378,6 +18490,10 @@ const openapi = {
|
|
|
18378
18490
|
format: 'date-time',
|
|
18379
18491
|
type: 'string',
|
|
18380
18492
|
},
|
|
18493
|
+
event_description: {
|
|
18494
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18495
|
+
type: 'string',
|
|
18496
|
+
},
|
|
18381
18497
|
event_id: {
|
|
18382
18498
|
description: 'ID of the event.',
|
|
18383
18499
|
format: 'uuid',
|
|
@@ -18434,6 +18550,10 @@ const openapi = {
|
|
|
18434
18550
|
format: 'date-time',
|
|
18435
18551
|
type: 'string',
|
|
18436
18552
|
},
|
|
18553
|
+
event_description: {
|
|
18554
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18555
|
+
type: 'string',
|
|
18556
|
+
},
|
|
18437
18557
|
event_id: {
|
|
18438
18558
|
description: 'ID of the event.',
|
|
18439
18559
|
format: 'uuid',
|
|
@@ -18486,6 +18606,10 @@ const openapi = {
|
|
|
18486
18606
|
format: 'date-time',
|
|
18487
18607
|
type: 'string',
|
|
18488
18608
|
},
|
|
18609
|
+
event_description: {
|
|
18610
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18611
|
+
type: 'string',
|
|
18612
|
+
},
|
|
18489
18613
|
event_id: {
|
|
18490
18614
|
description: 'ID of the event.',
|
|
18491
18615
|
format: 'uuid',
|
|
@@ -18541,6 +18665,10 @@ const openapi = {
|
|
|
18541
18665
|
format: 'date-time',
|
|
18542
18666
|
type: 'string',
|
|
18543
18667
|
},
|
|
18668
|
+
event_description: {
|
|
18669
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18670
|
+
type: 'string',
|
|
18671
|
+
},
|
|
18544
18672
|
event_id: {
|
|
18545
18673
|
description: 'ID of the event.',
|
|
18546
18674
|
format: 'uuid',
|
|
@@ -18597,6 +18725,10 @@ const openapi = {
|
|
|
18597
18725
|
format: 'date-time',
|
|
18598
18726
|
type: 'string',
|
|
18599
18727
|
},
|
|
18728
|
+
event_description: {
|
|
18729
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18730
|
+
type: 'string',
|
|
18731
|
+
},
|
|
18600
18732
|
event_id: {
|
|
18601
18733
|
description: 'ID of the event.',
|
|
18602
18734
|
format: 'uuid',
|
|
@@ -18653,6 +18785,10 @@ const openapi = {
|
|
|
18653
18785
|
format: 'date-time',
|
|
18654
18786
|
type: 'string',
|
|
18655
18787
|
},
|
|
18788
|
+
event_description: {
|
|
18789
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18790
|
+
type: 'string',
|
|
18791
|
+
},
|
|
18656
18792
|
event_id: {
|
|
18657
18793
|
description: 'ID of the event.',
|
|
18658
18794
|
format: 'uuid',
|
|
@@ -18700,6 +18836,10 @@ const openapi = {
|
|
|
18700
18836
|
format: 'date-time',
|
|
18701
18837
|
type: 'string',
|
|
18702
18838
|
},
|
|
18839
|
+
event_description: {
|
|
18840
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18841
|
+
type: 'string',
|
|
18842
|
+
},
|
|
18703
18843
|
event_id: {
|
|
18704
18844
|
description: 'ID of the event.',
|
|
18705
18845
|
format: 'uuid',
|
|
@@ -18746,6 +18886,10 @@ const openapi = {
|
|
|
18746
18886
|
format: 'date-time',
|
|
18747
18887
|
type: 'string',
|
|
18748
18888
|
},
|
|
18889
|
+
event_description: {
|
|
18890
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
18891
|
+
type: 'string',
|
|
18892
|
+
},
|
|
18749
18893
|
event_id: {
|
|
18750
18894
|
description: 'ID of the event.',
|
|
18751
18895
|
format: 'uuid',
|
|
@@ -18888,6 +19032,10 @@ const openapi = {
|
|
|
18888
19032
|
format: 'date-time',
|
|
18889
19033
|
type: 'string',
|
|
18890
19034
|
},
|
|
19035
|
+
event_description: {
|
|
19036
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19037
|
+
type: 'string',
|
|
19038
|
+
},
|
|
18891
19039
|
event_id: {
|
|
18892
19040
|
description: 'ID of the event.',
|
|
18893
19041
|
format: 'uuid',
|
|
@@ -18943,6 +19091,10 @@ const openapi = {
|
|
|
18943
19091
|
format: 'date-time',
|
|
18944
19092
|
type: 'string',
|
|
18945
19093
|
},
|
|
19094
|
+
event_description: {
|
|
19095
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19096
|
+
type: 'string',
|
|
19097
|
+
},
|
|
18946
19098
|
event_id: {
|
|
18947
19099
|
description: 'ID of the event.',
|
|
18948
19100
|
format: 'uuid',
|
|
@@ -18995,6 +19147,10 @@ const openapi = {
|
|
|
18995
19147
|
format: 'date-time',
|
|
18996
19148
|
type: 'string',
|
|
18997
19149
|
},
|
|
19150
|
+
event_description: {
|
|
19151
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19152
|
+
type: 'string',
|
|
19153
|
+
},
|
|
18998
19154
|
event_id: {
|
|
18999
19155
|
description: 'ID of the event.',
|
|
19000
19156
|
format: 'uuid',
|
|
@@ -19047,6 +19203,10 @@ const openapi = {
|
|
|
19047
19203
|
format: 'date-time',
|
|
19048
19204
|
type: 'string',
|
|
19049
19205
|
},
|
|
19206
|
+
event_description: {
|
|
19207
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19208
|
+
type: 'string',
|
|
19209
|
+
},
|
|
19050
19210
|
event_id: {
|
|
19051
19211
|
description: 'ID of the event.',
|
|
19052
19212
|
format: 'uuid',
|
|
@@ -19099,6 +19259,10 @@ const openapi = {
|
|
|
19099
19259
|
format: 'date-time',
|
|
19100
19260
|
type: 'string',
|
|
19101
19261
|
},
|
|
19262
|
+
event_description: {
|
|
19263
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19264
|
+
type: 'string',
|
|
19265
|
+
},
|
|
19102
19266
|
event_id: {
|
|
19103
19267
|
description: 'ID of the event.',
|
|
19104
19268
|
format: 'uuid',
|
|
@@ -19154,6 +19318,10 @@ const openapi = {
|
|
|
19154
19318
|
format: 'date-time',
|
|
19155
19319
|
type: 'string',
|
|
19156
19320
|
},
|
|
19321
|
+
event_description: {
|
|
19322
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19323
|
+
type: 'string',
|
|
19324
|
+
},
|
|
19157
19325
|
event_id: {
|
|
19158
19326
|
description: 'ID of the event.',
|
|
19159
19327
|
format: 'uuid',
|
|
@@ -19206,6 +19374,10 @@ const openapi = {
|
|
|
19206
19374
|
format: 'date-time',
|
|
19207
19375
|
type: 'string',
|
|
19208
19376
|
},
|
|
19377
|
+
event_description: {
|
|
19378
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19379
|
+
type: 'string',
|
|
19380
|
+
},
|
|
19209
19381
|
event_id: {
|
|
19210
19382
|
description: 'ID of the event.',
|
|
19211
19383
|
format: 'uuid',
|
|
@@ -19258,6 +19430,10 @@ const openapi = {
|
|
|
19258
19430
|
format: 'date-time',
|
|
19259
19431
|
type: 'string',
|
|
19260
19432
|
},
|
|
19433
|
+
event_description: {
|
|
19434
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19435
|
+
type: 'string',
|
|
19436
|
+
},
|
|
19261
19437
|
event_id: {
|
|
19262
19438
|
description: 'ID of the event.',
|
|
19263
19439
|
format: 'uuid',
|
|
@@ -19310,6 +19486,10 @@ const openapi = {
|
|
|
19310
19486
|
format: 'date-time',
|
|
19311
19487
|
type: 'string',
|
|
19312
19488
|
},
|
|
19489
|
+
event_description: {
|
|
19490
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19491
|
+
type: 'string',
|
|
19492
|
+
},
|
|
19313
19493
|
event_id: {
|
|
19314
19494
|
description: 'ID of the event.',
|
|
19315
19495
|
format: 'uuid',
|
|
@@ -19362,6 +19542,10 @@ const openapi = {
|
|
|
19362
19542
|
format: 'date-time',
|
|
19363
19543
|
type: 'string',
|
|
19364
19544
|
},
|
|
19545
|
+
event_description: {
|
|
19546
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19547
|
+
type: 'string',
|
|
19548
|
+
},
|
|
19365
19549
|
event_id: {
|
|
19366
19550
|
description: 'ID of the event.',
|
|
19367
19551
|
format: 'uuid',
|
|
@@ -19417,6 +19601,10 @@ const openapi = {
|
|
|
19417
19601
|
format: 'date-time',
|
|
19418
19602
|
type: 'string',
|
|
19419
19603
|
},
|
|
19604
|
+
event_description: {
|
|
19605
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19606
|
+
type: 'string',
|
|
19607
|
+
},
|
|
19420
19608
|
event_id: {
|
|
19421
19609
|
description: 'ID of the event.',
|
|
19422
19610
|
format: 'uuid',
|
|
@@ -19469,6 +19657,10 @@ const openapi = {
|
|
|
19469
19657
|
format: 'date-time',
|
|
19470
19658
|
type: 'string',
|
|
19471
19659
|
},
|
|
19660
|
+
event_description: {
|
|
19661
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19662
|
+
type: 'string',
|
|
19663
|
+
},
|
|
19472
19664
|
event_id: {
|
|
19473
19665
|
description: 'ID of the event.',
|
|
19474
19666
|
format: 'uuid',
|
|
@@ -19511,6 +19703,10 @@ const openapi = {
|
|
|
19511
19703
|
format: 'date-time',
|
|
19512
19704
|
type: 'string',
|
|
19513
19705
|
},
|
|
19706
|
+
event_description: {
|
|
19707
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19708
|
+
type: 'string',
|
|
19709
|
+
},
|
|
19514
19710
|
event_id: {
|
|
19515
19711
|
description: 'ID of the event.',
|
|
19516
19712
|
format: 'uuid',
|
|
@@ -19568,6 +19764,10 @@ const openapi = {
|
|
|
19568
19764
|
description: 'The customer key associated with this connected account, if any.',
|
|
19569
19765
|
type: 'string',
|
|
19570
19766
|
},
|
|
19767
|
+
event_description: {
|
|
19768
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19769
|
+
type: 'string',
|
|
19770
|
+
},
|
|
19571
19771
|
event_id: {
|
|
19572
19772
|
description: 'ID of the event.',
|
|
19573
19773
|
format: 'uuid',
|
|
@@ -19624,6 +19824,10 @@ const openapi = {
|
|
|
19624
19824
|
format: 'date-time',
|
|
19625
19825
|
type: 'string',
|
|
19626
19826
|
},
|
|
19827
|
+
event_description: {
|
|
19828
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19829
|
+
type: 'string',
|
|
19830
|
+
},
|
|
19627
19831
|
event_id: {
|
|
19628
19832
|
description: 'ID of the event.',
|
|
19629
19833
|
format: 'uuid',
|
|
@@ -19682,6 +19886,10 @@ const openapi = {
|
|
|
19682
19886
|
format: 'date-time',
|
|
19683
19887
|
type: 'string',
|
|
19684
19888
|
},
|
|
19889
|
+
event_description: {
|
|
19890
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19891
|
+
type: 'string',
|
|
19892
|
+
},
|
|
19685
19893
|
event_id: {
|
|
19686
19894
|
description: 'ID of the event.',
|
|
19687
19895
|
format: 'uuid',
|
|
@@ -19783,6 +19991,10 @@ const openapi = {
|
|
|
19783
19991
|
format: 'date-time',
|
|
19784
19992
|
type: 'string',
|
|
19785
19993
|
},
|
|
19994
|
+
event_description: {
|
|
19995
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
19996
|
+
type: 'string',
|
|
19997
|
+
},
|
|
19786
19998
|
event_id: {
|
|
19787
19999
|
description: 'ID of the event.',
|
|
19788
20000
|
format: 'uuid',
|
|
@@ -19836,6 +20048,10 @@ const openapi = {
|
|
|
19836
20048
|
format: 'date-time',
|
|
19837
20049
|
type: 'string',
|
|
19838
20050
|
},
|
|
20051
|
+
event_description: {
|
|
20052
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20053
|
+
type: 'string',
|
|
20054
|
+
},
|
|
19839
20055
|
event_id: {
|
|
19840
20056
|
description: 'ID of the event.',
|
|
19841
20057
|
format: 'uuid',
|
|
@@ -19895,6 +20111,10 @@ const openapi = {
|
|
|
19895
20111
|
description: 'The customer key associated with this connected account, if any.',
|
|
19896
20112
|
type: 'string',
|
|
19897
20113
|
},
|
|
20114
|
+
event_description: {
|
|
20115
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20116
|
+
type: 'string',
|
|
20117
|
+
},
|
|
19898
20118
|
event_id: {
|
|
19899
20119
|
description: 'ID of the event.',
|
|
19900
20120
|
format: 'uuid',
|
|
@@ -19946,6 +20166,10 @@ const openapi = {
|
|
|
19946
20166
|
format: 'date-time',
|
|
19947
20167
|
type: 'string',
|
|
19948
20168
|
},
|
|
20169
|
+
event_description: {
|
|
20170
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20171
|
+
type: 'string',
|
|
20172
|
+
},
|
|
19949
20173
|
event_id: {
|
|
19950
20174
|
description: 'ID of the event.',
|
|
19951
20175
|
format: 'uuid',
|
|
@@ -20047,6 +20271,10 @@ const openapi = {
|
|
|
20047
20271
|
format: 'date-time',
|
|
20048
20272
|
type: 'string',
|
|
20049
20273
|
},
|
|
20274
|
+
event_description: {
|
|
20275
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20276
|
+
type: 'string',
|
|
20277
|
+
},
|
|
20050
20278
|
event_id: {
|
|
20051
20279
|
description: 'ID of the event.',
|
|
20052
20280
|
format: 'uuid',
|
|
@@ -20107,6 +20335,10 @@ const openapi = {
|
|
|
20107
20335
|
format: 'uuid',
|
|
20108
20336
|
type: 'string',
|
|
20109
20337
|
},
|
|
20338
|
+
event_description: {
|
|
20339
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20340
|
+
type: 'string',
|
|
20341
|
+
},
|
|
20110
20342
|
event_id: {
|
|
20111
20343
|
description: 'ID of the event.',
|
|
20112
20344
|
format: 'uuid',
|
|
@@ -20168,6 +20400,10 @@ const openapi = {
|
|
|
20168
20400
|
format: 'uuid',
|
|
20169
20401
|
type: 'string',
|
|
20170
20402
|
},
|
|
20403
|
+
event_description: {
|
|
20404
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20405
|
+
type: 'string',
|
|
20406
|
+
},
|
|
20171
20407
|
event_id: {
|
|
20172
20408
|
description: 'ID of the event.',
|
|
20173
20409
|
format: 'uuid',
|
|
@@ -20229,6 +20465,10 @@ const openapi = {
|
|
|
20229
20465
|
format: 'uuid',
|
|
20230
20466
|
type: 'string',
|
|
20231
20467
|
},
|
|
20468
|
+
event_description: {
|
|
20469
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20470
|
+
type: 'string',
|
|
20471
|
+
},
|
|
20232
20472
|
event_id: {
|
|
20233
20473
|
description: 'ID of the event.',
|
|
20234
20474
|
format: 'uuid',
|
|
@@ -20290,6 +20530,10 @@ const openapi = {
|
|
|
20290
20530
|
format: 'uuid',
|
|
20291
20531
|
type: 'string',
|
|
20292
20532
|
},
|
|
20533
|
+
event_description: {
|
|
20534
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20535
|
+
type: 'string',
|
|
20536
|
+
},
|
|
20293
20537
|
event_id: {
|
|
20294
20538
|
description: 'ID of the event.',
|
|
20295
20539
|
format: 'uuid',
|
|
@@ -20351,6 +20595,10 @@ const openapi = {
|
|
|
20351
20595
|
format: 'uuid',
|
|
20352
20596
|
type: 'string',
|
|
20353
20597
|
},
|
|
20598
|
+
event_description: {
|
|
20599
|
+
description: 'Human-readable description of the event. 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
|
+
},
|
|
20354
20602
|
event_id: {
|
|
20355
20603
|
description: 'ID of the event.',
|
|
20356
20604
|
format: 'uuid',
|
|
@@ -20412,6 +20660,10 @@ const openapi = {
|
|
|
20412
20660
|
format: 'uuid',
|
|
20413
20661
|
type: 'string',
|
|
20414
20662
|
},
|
|
20663
|
+
event_description: {
|
|
20664
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20665
|
+
type: 'string',
|
|
20666
|
+
},
|
|
20415
20667
|
event_id: {
|
|
20416
20668
|
description: 'ID of the event.',
|
|
20417
20669
|
format: 'uuid',
|
|
@@ -20473,6 +20725,10 @@ const openapi = {
|
|
|
20473
20725
|
format: 'uuid',
|
|
20474
20726
|
type: 'string',
|
|
20475
20727
|
},
|
|
20728
|
+
event_description: {
|
|
20729
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20730
|
+
type: 'string',
|
|
20731
|
+
},
|
|
20476
20732
|
event_id: {
|
|
20477
20733
|
description: 'ID of the event.',
|
|
20478
20734
|
format: 'uuid',
|
|
@@ -20536,6 +20792,10 @@ const openapi = {
|
|
|
20536
20792
|
format: 'uuid',
|
|
20537
20793
|
type: 'string',
|
|
20538
20794
|
},
|
|
20795
|
+
event_description: {
|
|
20796
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20797
|
+
type: 'string',
|
|
20798
|
+
},
|
|
20539
20799
|
event_id: {
|
|
20540
20800
|
description: 'ID of the event.',
|
|
20541
20801
|
format: 'uuid',
|
|
@@ -20599,6 +20859,10 @@ const openapi = {
|
|
|
20599
20859
|
description: 'The customer key associated with this connect webview, if any.',
|
|
20600
20860
|
type: 'string',
|
|
20601
20861
|
},
|
|
20862
|
+
event_description: {
|
|
20863
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20864
|
+
type: 'string',
|
|
20865
|
+
},
|
|
20602
20866
|
event_id: {
|
|
20603
20867
|
description: 'ID of the event.',
|
|
20604
20868
|
format: 'uuid',
|
|
@@ -20644,6 +20908,10 @@ const openapi = {
|
|
|
20644
20908
|
format: 'date-time',
|
|
20645
20909
|
type: 'string',
|
|
20646
20910
|
},
|
|
20911
|
+
event_description: {
|
|
20912
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20913
|
+
type: 'string',
|
|
20914
|
+
},
|
|
20647
20915
|
event_id: {
|
|
20648
20916
|
description: 'ID of the event.',
|
|
20649
20917
|
format: 'uuid',
|
|
@@ -20711,6 +20979,10 @@ const openapi = {
|
|
|
20711
20979
|
format: 'uuid',
|
|
20712
20980
|
type: 'string',
|
|
20713
20981
|
},
|
|
20982
|
+
event_description: {
|
|
20983
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
20984
|
+
type: 'string',
|
|
20985
|
+
},
|
|
20714
20986
|
event_id: {
|
|
20715
20987
|
description: 'ID of the event.',
|
|
20716
20988
|
format: 'uuid',
|
|
@@ -20776,6 +21048,10 @@ const openapi = {
|
|
|
20776
21048
|
format: 'uuid',
|
|
20777
21049
|
type: 'string',
|
|
20778
21050
|
},
|
|
21051
|
+
event_description: {
|
|
21052
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21053
|
+
type: 'string',
|
|
21054
|
+
},
|
|
20779
21055
|
event_id: {
|
|
20780
21056
|
description: 'ID of the event.',
|
|
20781
21057
|
format: 'uuid',
|
|
@@ -20841,6 +21117,10 @@ const openapi = {
|
|
|
20841
21117
|
format: 'uuid',
|
|
20842
21118
|
type: 'string',
|
|
20843
21119
|
},
|
|
21120
|
+
event_description: {
|
|
21121
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21122
|
+
type: 'string',
|
|
21123
|
+
},
|
|
20844
21124
|
event_id: {
|
|
20845
21125
|
description: 'ID of the event.',
|
|
20846
21126
|
format: 'uuid',
|
|
@@ -20909,6 +21189,10 @@ const openapi = {
|
|
|
20909
21189
|
format: 'uuid',
|
|
20910
21190
|
type: 'string',
|
|
20911
21191
|
},
|
|
21192
|
+
event_description: {
|
|
21193
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21194
|
+
type: 'string',
|
|
21195
|
+
},
|
|
20912
21196
|
event_id: {
|
|
20913
21197
|
description: 'ID of the event.',
|
|
20914
21198
|
format: 'uuid',
|
|
@@ -20977,6 +21261,10 @@ const openapi = {
|
|
|
20977
21261
|
format: 'uuid',
|
|
20978
21262
|
type: 'string',
|
|
20979
21263
|
},
|
|
21264
|
+
event_description: {
|
|
21265
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21266
|
+
type: 'string',
|
|
21267
|
+
},
|
|
20980
21268
|
event_id: {
|
|
20981
21269
|
description: 'ID of the event.',
|
|
20982
21270
|
format: 'uuid',
|
|
@@ -21150,6 +21438,10 @@ const openapi = {
|
|
|
21150
21438
|
],
|
|
21151
21439
|
type: 'string',
|
|
21152
21440
|
},
|
|
21441
|
+
event_description: {
|
|
21442
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21443
|
+
type: 'string',
|
|
21444
|
+
},
|
|
21153
21445
|
event_id: {
|
|
21154
21446
|
description: 'ID of the event.',
|
|
21155
21447
|
format: 'uuid',
|
|
@@ -21325,6 +21617,10 @@ const openapi = {
|
|
|
21325
21617
|
],
|
|
21326
21618
|
type: 'string',
|
|
21327
21619
|
},
|
|
21620
|
+
event_description: {
|
|
21621
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21622
|
+
type: 'string',
|
|
21623
|
+
},
|
|
21328
21624
|
event_id: {
|
|
21329
21625
|
description: 'ID of the event.',
|
|
21330
21626
|
format: 'uuid',
|
|
@@ -21398,6 +21694,10 @@ const openapi = {
|
|
|
21398
21694
|
format: 'uuid',
|
|
21399
21695
|
type: 'string',
|
|
21400
21696
|
},
|
|
21697
|
+
event_description: {
|
|
21698
|
+
description: 'Human-readable description of the event. 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
|
+
},
|
|
21401
21701
|
event_id: {
|
|
21402
21702
|
description: 'ID of the event.',
|
|
21403
21703
|
format: 'uuid',
|
|
@@ -21470,6 +21770,10 @@ const openapi = {
|
|
|
21470
21770
|
format: 'uuid',
|
|
21471
21771
|
type: 'string',
|
|
21472
21772
|
},
|
|
21773
|
+
event_description: {
|
|
21774
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21775
|
+
type: 'string',
|
|
21776
|
+
},
|
|
21473
21777
|
event_id: {
|
|
21474
21778
|
description: 'ID of the event.',
|
|
21475
21779
|
format: 'uuid',
|
|
@@ -21548,6 +21852,10 @@ const openapi = {
|
|
|
21548
21852
|
format: 'uuid',
|
|
21549
21853
|
type: 'string',
|
|
21550
21854
|
},
|
|
21855
|
+
event_description: {
|
|
21856
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21857
|
+
type: 'string',
|
|
21858
|
+
},
|
|
21551
21859
|
event_id: {
|
|
21552
21860
|
description: 'ID of the event.',
|
|
21553
21861
|
format: 'uuid',
|
|
@@ -21618,6 +21926,10 @@ const openapi = {
|
|
|
21618
21926
|
format: 'uuid',
|
|
21619
21927
|
type: 'string',
|
|
21620
21928
|
},
|
|
21929
|
+
event_description: {
|
|
21930
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
21931
|
+
type: 'string',
|
|
21932
|
+
},
|
|
21621
21933
|
event_id: {
|
|
21622
21934
|
description: 'ID of the event.',
|
|
21623
21935
|
format: 'uuid',
|
|
@@ -21688,6 +22000,10 @@ const openapi = {
|
|
|
21688
22000
|
nullable: true,
|
|
21689
22001
|
type: 'string',
|
|
21690
22002
|
},
|
|
22003
|
+
event_description: {
|
|
22004
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22005
|
+
type: 'string',
|
|
22006
|
+
},
|
|
21691
22007
|
event_id: {
|
|
21692
22008
|
description: 'ID of the event.',
|
|
21693
22009
|
format: 'uuid',
|
|
@@ -21753,6 +22069,10 @@ const openapi = {
|
|
|
21753
22069
|
format: 'uuid',
|
|
21754
22070
|
type: 'string',
|
|
21755
22071
|
},
|
|
22072
|
+
event_description: {
|
|
22073
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22074
|
+
type: 'string',
|
|
22075
|
+
},
|
|
21756
22076
|
event_id: {
|
|
21757
22077
|
description: 'ID of the event.',
|
|
21758
22078
|
format: 'uuid',
|
|
@@ -21821,6 +22141,10 @@ const openapi = {
|
|
|
21821
22141
|
format: 'uuid',
|
|
21822
22142
|
type: 'string',
|
|
21823
22143
|
},
|
|
22144
|
+
event_description: {
|
|
22145
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22146
|
+
type: 'string',
|
|
22147
|
+
},
|
|
21824
22148
|
event_id: {
|
|
21825
22149
|
description: 'ID of the event.',
|
|
21826
22150
|
format: 'uuid',
|
|
@@ -21889,6 +22213,10 @@ const openapi = {
|
|
|
21889
22213
|
format: 'uuid',
|
|
21890
22214
|
type: 'string',
|
|
21891
22215
|
},
|
|
22216
|
+
event_description: {
|
|
22217
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22218
|
+
type: 'string',
|
|
22219
|
+
},
|
|
21892
22220
|
event_id: {
|
|
21893
22221
|
description: 'ID of the event.',
|
|
21894
22222
|
format: 'uuid',
|
|
@@ -21957,6 +22285,10 @@ const openapi = {
|
|
|
21957
22285
|
format: 'uuid',
|
|
21958
22286
|
type: 'string',
|
|
21959
22287
|
},
|
|
22288
|
+
event_description: {
|
|
22289
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22290
|
+
type: 'string',
|
|
22291
|
+
},
|
|
21960
22292
|
event_id: {
|
|
21961
22293
|
description: 'ID of the event.',
|
|
21962
22294
|
format: 'uuid',
|
|
@@ -22121,6 +22453,10 @@ const openapi = {
|
|
|
22121
22453
|
},
|
|
22122
22454
|
type: 'array',
|
|
22123
22455
|
},
|
|
22456
|
+
event_description: {
|
|
22457
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22458
|
+
type: 'string',
|
|
22459
|
+
},
|
|
22124
22460
|
event_id: {
|
|
22125
22461
|
description: 'ID of the event.',
|
|
22126
22462
|
format: 'uuid',
|
|
@@ -22193,6 +22529,10 @@ const openapi = {
|
|
|
22193
22529
|
format: 'uuid',
|
|
22194
22530
|
type: 'string',
|
|
22195
22531
|
},
|
|
22532
|
+
event_description: {
|
|
22533
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22534
|
+
type: 'string',
|
|
22535
|
+
},
|
|
22196
22536
|
event_id: {
|
|
22197
22537
|
description: 'ID of the event.',
|
|
22198
22538
|
format: 'uuid',
|
|
@@ -22357,6 +22697,10 @@ const openapi = {
|
|
|
22357
22697
|
},
|
|
22358
22698
|
type: 'array',
|
|
22359
22699
|
},
|
|
22700
|
+
event_description: {
|
|
22701
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22702
|
+
type: 'string',
|
|
22703
|
+
},
|
|
22360
22704
|
event_id: {
|
|
22361
22705
|
description: 'ID of the event.',
|
|
22362
22706
|
format: 'uuid',
|
|
@@ -22429,6 +22773,10 @@ const openapi = {
|
|
|
22429
22773
|
format: 'uuid',
|
|
22430
22774
|
type: 'string',
|
|
22431
22775
|
},
|
|
22776
|
+
event_description: {
|
|
22777
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22778
|
+
type: 'string',
|
|
22779
|
+
},
|
|
22432
22780
|
event_id: {
|
|
22433
22781
|
description: 'ID of the event.',
|
|
22434
22782
|
format: 'uuid',
|
|
@@ -22497,6 +22845,10 @@ const openapi = {
|
|
|
22497
22845
|
format: 'uuid',
|
|
22498
22846
|
type: 'string',
|
|
22499
22847
|
},
|
|
22848
|
+
event_description: {
|
|
22849
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
22850
|
+
type: 'string',
|
|
22851
|
+
},
|
|
22500
22852
|
event_id: {
|
|
22501
22853
|
description: 'ID of the event.',
|
|
22502
22854
|
format: 'uuid',
|
|
@@ -22661,6 +23013,10 @@ const openapi = {
|
|
|
22661
23013
|
},
|
|
22662
23014
|
type: 'array',
|
|
22663
23015
|
},
|
|
23016
|
+
event_description: {
|
|
23017
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23018
|
+
type: 'string',
|
|
23019
|
+
},
|
|
22664
23020
|
event_id: {
|
|
22665
23021
|
description: 'ID of the event.',
|
|
22666
23022
|
format: 'uuid',
|
|
@@ -22733,6 +23089,10 @@ const openapi = {
|
|
|
22733
23089
|
format: 'uuid',
|
|
22734
23090
|
type: 'string',
|
|
22735
23091
|
},
|
|
23092
|
+
event_description: {
|
|
23093
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23094
|
+
type: 'string',
|
|
23095
|
+
},
|
|
22736
23096
|
event_id: {
|
|
22737
23097
|
description: 'ID of the event.',
|
|
22738
23098
|
format: 'uuid',
|
|
@@ -22848,6 +23208,10 @@ const openapi = {
|
|
|
22848
23208
|
format: 'uuid',
|
|
22849
23209
|
type: 'string',
|
|
22850
23210
|
},
|
|
23211
|
+
event_description: {
|
|
23212
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23213
|
+
type: 'string',
|
|
23214
|
+
},
|
|
22851
23215
|
event_id: {
|
|
22852
23216
|
description: 'ID of the event.',
|
|
22853
23217
|
format: 'uuid',
|
|
@@ -22960,6 +23324,10 @@ const openapi = {
|
|
|
22960
23324
|
format: 'uuid',
|
|
22961
23325
|
type: 'string',
|
|
22962
23326
|
},
|
|
23327
|
+
event_description: {
|
|
23328
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23329
|
+
type: 'string',
|
|
23330
|
+
},
|
|
22963
23331
|
event_id: {
|
|
22964
23332
|
description: 'ID of the event.',
|
|
22965
23333
|
format: 'uuid',
|
|
@@ -23063,6 +23431,10 @@ const openapi = {
|
|
|
23063
23431
|
format: 'uuid',
|
|
23064
23432
|
type: 'string',
|
|
23065
23433
|
},
|
|
23434
|
+
event_description: {
|
|
23435
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23436
|
+
type: 'string',
|
|
23437
|
+
},
|
|
23066
23438
|
event_id: {
|
|
23067
23439
|
description: 'ID of the event.',
|
|
23068
23440
|
format: 'uuid',
|
|
@@ -23136,6 +23508,10 @@ const openapi = {
|
|
|
23136
23508
|
format: 'uuid',
|
|
23137
23509
|
type: 'string',
|
|
23138
23510
|
},
|
|
23511
|
+
event_description: {
|
|
23512
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23513
|
+
type: 'string',
|
|
23514
|
+
},
|
|
23139
23515
|
event_id: {
|
|
23140
23516
|
description: 'ID of the event.',
|
|
23141
23517
|
format: 'uuid',
|
|
@@ -23227,6 +23603,10 @@ const openapi = {
|
|
|
23227
23603
|
format: 'uuid',
|
|
23228
23604
|
type: 'string',
|
|
23229
23605
|
},
|
|
23606
|
+
event_description: {
|
|
23607
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23608
|
+
type: 'string',
|
|
23609
|
+
},
|
|
23230
23610
|
event_id: {
|
|
23231
23611
|
description: 'ID of the event.',
|
|
23232
23612
|
format: 'uuid',
|
|
@@ -23321,6 +23701,10 @@ const openapi = {
|
|
|
23321
23701
|
format: 'uuid',
|
|
23322
23702
|
type: 'string',
|
|
23323
23703
|
},
|
|
23704
|
+
event_description: {
|
|
23705
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23706
|
+
type: 'string',
|
|
23707
|
+
},
|
|
23324
23708
|
event_id: {
|
|
23325
23709
|
description: 'ID of the event.',
|
|
23326
23710
|
format: 'uuid',
|
|
@@ -23429,6 +23813,10 @@ const openapi = {
|
|
|
23429
23813
|
format: 'uuid',
|
|
23430
23814
|
type: 'string',
|
|
23431
23815
|
},
|
|
23816
|
+
event_description: {
|
|
23817
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23818
|
+
type: 'string',
|
|
23819
|
+
},
|
|
23432
23820
|
event_id: {
|
|
23433
23821
|
description: 'ID of the event.',
|
|
23434
23822
|
format: 'uuid',
|
|
@@ -23547,6 +23935,10 @@ const openapi = {
|
|
|
23547
23935
|
format: 'uuid',
|
|
23548
23936
|
type: 'string',
|
|
23549
23937
|
},
|
|
23938
|
+
event_description: {
|
|
23939
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
23940
|
+
type: 'string',
|
|
23941
|
+
},
|
|
23550
23942
|
event_id: {
|
|
23551
23943
|
description: 'ID of the event.',
|
|
23552
23944
|
format: 'uuid',
|
|
@@ -23627,6 +24019,10 @@ const openapi = {
|
|
|
23627
24019
|
format: 'uuid',
|
|
23628
24020
|
type: 'string',
|
|
23629
24021
|
},
|
|
24022
|
+
event_description: {
|
|
24023
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24024
|
+
type: 'string',
|
|
24025
|
+
},
|
|
23630
24026
|
event_id: {
|
|
23631
24027
|
description: 'ID of the event.',
|
|
23632
24028
|
format: 'uuid',
|
|
@@ -23711,6 +24107,10 @@ const openapi = {
|
|
|
23711
24107
|
description: 'The new name of the affected device.',
|
|
23712
24108
|
type: 'string',
|
|
23713
24109
|
},
|
|
24110
|
+
event_description: {
|
|
24111
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24112
|
+
type: 'string',
|
|
24113
|
+
},
|
|
23714
24114
|
event_id: {
|
|
23715
24115
|
description: 'ID of the event.',
|
|
23716
24116
|
format: 'uuid',
|
|
@@ -23782,6 +24182,10 @@ const openapi = {
|
|
|
23782
24182
|
format: 'uuid',
|
|
23783
24183
|
type: 'string',
|
|
23784
24184
|
},
|
|
24185
|
+
event_description: {
|
|
24186
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24187
|
+
type: 'string',
|
|
24188
|
+
},
|
|
23785
24189
|
event_id: {
|
|
23786
24190
|
description: 'ID of the event.',
|
|
23787
24191
|
format: 'uuid',
|
|
@@ -23863,6 +24267,10 @@ const openapi = {
|
|
|
23863
24267
|
format: 'uuid',
|
|
23864
24268
|
type: 'string',
|
|
23865
24269
|
},
|
|
24270
|
+
event_description: {
|
|
24271
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24272
|
+
type: 'string',
|
|
24273
|
+
},
|
|
23866
24274
|
event_id: {
|
|
23867
24275
|
description: 'ID of the event.',
|
|
23868
24276
|
format: 'uuid',
|
|
@@ -23915,6 +24323,10 @@ const openapi = {
|
|
|
23915
24323
|
format: 'uuid',
|
|
23916
24324
|
type: 'string',
|
|
23917
24325
|
},
|
|
24326
|
+
event_description: {
|
|
24327
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24328
|
+
type: 'string',
|
|
24329
|
+
},
|
|
23918
24330
|
event_id: {
|
|
23919
24331
|
description: 'ID of the event.',
|
|
23920
24332
|
format: 'uuid',
|
|
@@ -23966,6 +24378,10 @@ const openapi = {
|
|
|
23966
24378
|
format: 'uuid',
|
|
23967
24379
|
type: 'string',
|
|
23968
24380
|
},
|
|
24381
|
+
event_description: {
|
|
24382
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24383
|
+
type: 'string',
|
|
24384
|
+
},
|
|
23969
24385
|
event_id: {
|
|
23970
24386
|
description: 'ID of the event.',
|
|
23971
24387
|
format: 'uuid',
|
|
@@ -24012,6 +24428,10 @@ const openapi = {
|
|
|
24012
24428
|
items: { format: 'uuid', type: 'string' },
|
|
24013
24429
|
type: 'array',
|
|
24014
24430
|
},
|
|
24431
|
+
event_description: {
|
|
24432
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24433
|
+
type: 'string',
|
|
24434
|
+
},
|
|
24015
24435
|
event_id: {
|
|
24016
24436
|
description: 'ID of the event.',
|
|
24017
24437
|
format: 'uuid',
|
|
@@ -24073,6 +24493,10 @@ const openapi = {
|
|
|
24073
24493
|
items: { format: 'uuid', type: 'string' },
|
|
24074
24494
|
type: 'array',
|
|
24075
24495
|
},
|
|
24496
|
+
event_description: {
|
|
24497
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24498
|
+
type: 'string',
|
|
24499
|
+
},
|
|
24076
24500
|
event_id: {
|
|
24077
24501
|
description: 'ID of the event.',
|
|
24078
24502
|
format: 'uuid',
|
|
@@ -24134,6 +24558,10 @@ const openapi = {
|
|
|
24134
24558
|
items: { format: 'uuid', type: 'string' },
|
|
24135
24559
|
type: 'array',
|
|
24136
24560
|
},
|
|
24561
|
+
event_description: {
|
|
24562
|
+
description: 'Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event.',
|
|
24563
|
+
type: 'string',
|
|
24564
|
+
},
|
|
24137
24565
|
event_id: {
|
|
24138
24566
|
description: 'ID of the event.',
|
|
24139
24567
|
format: 'uuid',
|