@seamapi/types 1.759.0 → 1.760.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 +54 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -0
- package/dist/index.cjs +54 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
|
@@ -13467,6 +13467,14 @@ export type Routes = {
|
|
|
13467
13467
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13468
13468
|
warning_code: 'accessory_keypad_setup_required'
|
|
13469
13469
|
}
|
|
13470
|
+
| {
|
|
13471
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13472
|
+
message: string
|
|
13473
|
+
/** Date and time at which Seam created the warning. */
|
|
13474
|
+
created_at: string
|
|
13475
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13476
|
+
warning_code: 'unreliable_online_status'
|
|
13477
|
+
}
|
|
13470
13478
|
| {
|
|
13471
13479
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13472
13480
|
message: string
|
|
@@ -18475,6 +18483,14 @@ export type Routes = {
|
|
|
18475
18483
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18476
18484
|
warning_code: 'accessory_keypad_setup_required'
|
|
18477
18485
|
}
|
|
18486
|
+
| {
|
|
18487
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18488
|
+
message: string
|
|
18489
|
+
/** Date and time at which Seam created the warning. */
|
|
18490
|
+
created_at: string
|
|
18491
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18492
|
+
warning_code: 'unreliable_online_status'
|
|
18493
|
+
}
|
|
18478
18494
|
| {
|
|
18479
18495
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18480
18496
|
message: string
|
|
@@ -37317,6 +37333,14 @@ export type Routes = {
|
|
|
37317
37333
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37318
37334
|
warning_code: 'accessory_keypad_setup_required'
|
|
37319
37335
|
}
|
|
37336
|
+
| {
|
|
37337
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37338
|
+
message: string
|
|
37339
|
+
/** Date and time at which Seam created the warning. */
|
|
37340
|
+
created_at: string
|
|
37341
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37342
|
+
warning_code: 'unreliable_online_status'
|
|
37343
|
+
}
|
|
37320
37344
|
| {
|
|
37321
37345
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37322
37346
|
message: string
|
|
@@ -39174,6 +39198,14 @@ export type Routes = {
|
|
|
39174
39198
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39175
39199
|
warning_code: 'accessory_keypad_setup_required'
|
|
39176
39200
|
}
|
|
39201
|
+
| {
|
|
39202
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39203
|
+
message: string
|
|
39204
|
+
/** Date and time at which Seam created the warning. */
|
|
39205
|
+
created_at: string
|
|
39206
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39207
|
+
warning_code: 'unreliable_online_status'
|
|
39208
|
+
}
|
|
39177
39209
|
| {
|
|
39178
39210
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39179
39211
|
message: string
|
|
@@ -40304,6 +40336,14 @@ export type Routes = {
|
|
|
40304
40336
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40305
40337
|
warning_code: 'accessory_keypad_setup_required'
|
|
40306
40338
|
}
|
|
40339
|
+
| {
|
|
40340
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40341
|
+
message: string
|
|
40342
|
+
/** Date and time at which Seam created the warning. */
|
|
40343
|
+
created_at: string
|
|
40344
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40345
|
+
warning_code: 'unreliable_online_status'
|
|
40346
|
+
}
|
|
40307
40347
|
| {
|
|
40308
40348
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40309
40349
|
message: string
|
|
@@ -41051,6 +41091,14 @@ export type Routes = {
|
|
|
41051
41091
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41052
41092
|
warning_code: 'accessory_keypad_setup_required'
|
|
41053
41093
|
}
|
|
41094
|
+
| {
|
|
41095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41096
|
+
message: string
|
|
41097
|
+
/** Date and time at which Seam created the warning. */
|
|
41098
|
+
created_at: string
|
|
41099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41100
|
+
warning_code: 'unreliable_online_status'
|
|
41101
|
+
}
|
|
41054
41102
|
| {
|
|
41055
41103
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41056
41104
|
message: string
|
|
@@ -49440,6 +49488,14 @@ export type Routes = {
|
|
|
49440
49488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49441
49489
|
warning_code: 'accessory_keypad_setup_required'
|
|
49442
49490
|
}
|
|
49491
|
+
| {
|
|
49492
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49493
|
+
message: string
|
|
49494
|
+
/** Date and time at which Seam created the warning. */
|
|
49495
|
+
created_at: string
|
|
49496
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49497
|
+
warning_code: 'unreliable_online_status'
|
|
49498
|
+
}
|
|
49443
49499
|
| {
|
|
49444
49500
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49445
49501
|
message: string
|
|
@@ -51068,6 +51124,14 @@ export type Routes = {
|
|
|
51068
51124
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51069
51125
|
warning_code: 'accessory_keypad_setup_required'
|
|
51070
51126
|
}
|
|
51127
|
+
| {
|
|
51128
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51129
|
+
message: string
|
|
51130
|
+
/** Date and time at which Seam created the warning. */
|
|
51131
|
+
created_at: string
|
|
51132
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51133
|
+
warning_code: 'unreliable_online_status'
|
|
51134
|
+
}
|
|
51071
51135
|
| {
|
|
51072
51136
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51073
51137
|
message: string
|
|
@@ -52884,6 +52948,14 @@ export type Routes = {
|
|
|
52884
52948
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52885
52949
|
warning_code: 'accessory_keypad_setup_required'
|
|
52886
52950
|
}
|
|
52951
|
+
| {
|
|
52952
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52953
|
+
message: string
|
|
52954
|
+
/** Date and time at which Seam created the warning. */
|
|
52955
|
+
created_at: string
|
|
52956
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52957
|
+
warning_code: 'unreliable_online_status'
|
|
52958
|
+
}
|
|
52887
52959
|
| {
|
|
52888
52960
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52889
52961
|
message: string
|
|
@@ -54511,6 +54583,14 @@ export type Routes = {
|
|
|
54511
54583
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54512
54584
|
warning_code: 'accessory_keypad_setup_required'
|
|
54513
54585
|
}
|
|
54586
|
+
| {
|
|
54587
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54588
|
+
message: string
|
|
54589
|
+
/** Date and time at which Seam created the warning. */
|
|
54590
|
+
created_at: string
|
|
54591
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54592
|
+
warning_code: 'unreliable_online_status'
|
|
54593
|
+
}
|
|
54514
54594
|
| {
|
|
54515
54595
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54516
54596
|
message: string
|
|
@@ -62153,6 +62233,14 @@ export type Routes = {
|
|
|
62153
62233
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62154
62234
|
warning_code: 'accessory_keypad_setup_required'
|
|
62155
62235
|
}
|
|
62236
|
+
| {
|
|
62237
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62238
|
+
message: string
|
|
62239
|
+
/** Date and time at which Seam created the warning. */
|
|
62240
|
+
created_at: string
|
|
62241
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62242
|
+
warning_code: 'unreliable_online_status'
|
|
62243
|
+
}
|
|
62156
62244
|
| {
|
|
62157
62245
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62158
62246
|
message: string
|
|
@@ -63780,6 +63868,14 @@ export type Routes = {
|
|
|
63780
63868
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63781
63869
|
warning_code: 'accessory_keypad_setup_required'
|
|
63782
63870
|
}
|
|
63871
|
+
| {
|
|
63872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63873
|
+
message: string
|
|
63874
|
+
/** Date and time at which Seam created the warning. */
|
|
63875
|
+
created_at: string
|
|
63876
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63877
|
+
warning_code: 'unreliable_online_status'
|
|
63878
|
+
}
|
|
63783
63879
|
| {
|
|
63784
63880
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63785
63881
|
message: string
|
|
@@ -78471,6 +78567,14 @@ export type Routes = {
|
|
|
78471
78567
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78472
78568
|
warning_code: 'accessory_keypad_setup_required'
|
|
78473
78569
|
}
|
|
78570
|
+
| {
|
|
78571
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78572
|
+
message: string
|
|
78573
|
+
/** Date and time at which Seam created the warning. */
|
|
78574
|
+
created_at: string
|
|
78575
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78576
|
+
warning_code: 'unreliable_online_status'
|
|
78577
|
+
}
|
|
78474
78578
|
| {
|
|
78475
78579
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78476
78580
|
message: string
|
|
@@ -85429,6 +85533,14 @@ export type Routes = {
|
|
|
85429
85533
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85430
85534
|
warning_code: 'accessory_keypad_setup_required'
|
|
85431
85535
|
}
|
|
85536
|
+
| {
|
|
85537
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85538
|
+
message: string
|
|
85539
|
+
/** Date and time at which Seam created the warning. */
|
|
85540
|
+
created_at: string
|
|
85541
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85542
|
+
warning_code: 'unreliable_online_status'
|
|
85543
|
+
}
|
|
85432
85544
|
| {
|
|
85433
85545
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85434
85546
|
message: string
|
|
@@ -90152,6 +90264,14 @@ export type Routes = {
|
|
|
90152
90264
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90153
90265
|
warning_code: 'accessory_keypad_setup_required'
|
|
90154
90266
|
}
|
|
90267
|
+
| {
|
|
90268
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90269
|
+
message: string
|
|
90270
|
+
/** Date and time at which Seam created the warning. */
|
|
90271
|
+
created_at: string
|
|
90272
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90273
|
+
warning_code: 'unreliable_online_status'
|
|
90274
|
+
}
|
|
90155
90275
|
| {
|
|
90156
90276
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90157
90277
|
message: string
|
|
@@ -91779,6 +91899,14 @@ export type Routes = {
|
|
|
91779
91899
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91780
91900
|
warning_code: 'accessory_keypad_setup_required'
|
|
91781
91901
|
}
|
|
91902
|
+
| {
|
|
91903
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91904
|
+
message: string
|
|
91905
|
+
/** Date and time at which Seam created the warning. */
|
|
91906
|
+
created_at: string
|
|
91907
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91908
|
+
warning_code: 'unreliable_online_status'
|
|
91909
|
+
}
|
|
91782
91910
|
| {
|
|
91783
91911
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91784
91912
|
message: string
|
|
@@ -100300,6 +100428,14 @@ export type Routes = {
|
|
|
100300
100428
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100301
100429
|
warning_code: 'accessory_keypad_setup_required'
|
|
100302
100430
|
}
|
|
100431
|
+
| {
|
|
100432
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100433
|
+
message: string
|
|
100434
|
+
/** Date and time at which Seam created the warning. */
|
|
100435
|
+
created_at: string
|
|
100436
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100437
|
+
warning_code: 'unreliable_online_status'
|
|
100438
|
+
}
|
|
100303
100439
|
| {
|
|
100304
100440
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100305
100441
|
message: string
|
|
@@ -101929,6 +102065,14 @@ export type Routes = {
|
|
|
101929
102065
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101930
102066
|
warning_code: 'accessory_keypad_setup_required'
|
|
101931
102067
|
}
|
|
102068
|
+
| {
|
|
102069
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102070
|
+
message: string
|
|
102071
|
+
/** Date and time at which Seam created the warning. */
|
|
102072
|
+
created_at: string
|
|
102073
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102074
|
+
warning_code: 'unreliable_online_status'
|
|
102075
|
+
}
|
|
101932
102076
|
| {
|
|
101933
102077
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
101934
102078
|
message: string
|
|
@@ -104671,6 +104815,14 @@ export type Routes = {
|
|
|
104671
104815
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104672
104816
|
warning_code: 'accessory_keypad_setup_required'
|
|
104673
104817
|
}
|
|
104818
|
+
| {
|
|
104819
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104820
|
+
message: string
|
|
104821
|
+
/** Date and time at which Seam created the warning. */
|
|
104822
|
+
created_at: string
|
|
104823
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104824
|
+
warning_code: 'unreliable_online_status'
|
|
104825
|
+
}
|
|
104674
104826
|
| {
|
|
104675
104827
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104676
104828
|
message: string
|
|
@@ -107949,6 +108101,14 @@ export type Routes = {
|
|
|
107949
108101
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107950
108102
|
warning_code: 'accessory_keypad_setup_required'
|
|
107951
108103
|
}
|
|
108104
|
+
| {
|
|
108105
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108106
|
+
message: string
|
|
108107
|
+
/** Date and time at which Seam created the warning. */
|
|
108108
|
+
created_at: string
|
|
108109
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108110
|
+
warning_code: 'unreliable_online_status'
|
|
108111
|
+
}
|
|
107952
108112
|
| {
|
|
107953
108113
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107954
108114
|
message: string
|