@seamapi/types 1.817.0 → 1.819.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 -223
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -316
- package/dist/index.cjs +54 -223
- 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.d.ts +0 -229
- package/lib/seam/connect/openapi.js +44 -223
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -87
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -249
- package/src/lib/seam/connect/route-types.ts +160 -97
package/dist/connect.d.cts
CHANGED
|
@@ -15527,6 +15527,19 @@ declare const batch: z.ZodObject<{
|
|
|
15527
15527
|
}>, z.ZodObject<{
|
|
15528
15528
|
message: z.ZodString;
|
|
15529
15529
|
created_at: z.ZodString;
|
|
15530
|
+
} & {
|
|
15531
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
15532
|
+
}, "strip", z.ZodTypeAny, {
|
|
15533
|
+
message: string;
|
|
15534
|
+
created_at: string;
|
|
15535
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15536
|
+
}, {
|
|
15537
|
+
message: string;
|
|
15538
|
+
created_at: string;
|
|
15539
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15540
|
+
}>, z.ZodObject<{
|
|
15541
|
+
message: z.ZodString;
|
|
15542
|
+
created_at: z.ZodString;
|
|
15530
15543
|
} & {
|
|
15531
15544
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
15532
15545
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15826,6 +15839,10 @@ declare const batch: z.ZodObject<{
|
|
|
15826
15839
|
message: string;
|
|
15827
15840
|
created_at: string;
|
|
15828
15841
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
15842
|
+
} | {
|
|
15843
|
+
message: string;
|
|
15844
|
+
created_at: string;
|
|
15845
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
15829
15846
|
} | {
|
|
15830
15847
|
message: string;
|
|
15831
15848
|
created_at: string;
|
|
@@ -16549,6 +16566,10 @@ declare const batch: z.ZodObject<{
|
|
|
16549
16566
|
message: string;
|
|
16550
16567
|
created_at: string;
|
|
16551
16568
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
16569
|
+
} | {
|
|
16570
|
+
message: string;
|
|
16571
|
+
created_at: string;
|
|
16572
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
16552
16573
|
} | {
|
|
16553
16574
|
message: string;
|
|
16554
16575
|
created_at: string;
|
|
@@ -28113,6 +28134,19 @@ declare const batch: z.ZodObject<{
|
|
|
28113
28134
|
}>, z.ZodObject<{
|
|
28114
28135
|
message: z.ZodString;
|
|
28115
28136
|
created_at: z.ZodString;
|
|
28137
|
+
} & {
|
|
28138
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
28139
|
+
}, "strip", z.ZodTypeAny, {
|
|
28140
|
+
message: string;
|
|
28141
|
+
created_at: string;
|
|
28142
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28143
|
+
}, {
|
|
28144
|
+
message: string;
|
|
28145
|
+
created_at: string;
|
|
28146
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28147
|
+
}>, z.ZodObject<{
|
|
28148
|
+
message: z.ZodString;
|
|
28149
|
+
created_at: z.ZodString;
|
|
28116
28150
|
} & {
|
|
28117
28151
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
28118
28152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28568,6 +28602,10 @@ declare const batch: z.ZodObject<{
|
|
|
28568
28602
|
message: string;
|
|
28569
28603
|
created_at: string;
|
|
28570
28604
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28605
|
+
} | {
|
|
28606
|
+
message: string;
|
|
28607
|
+
created_at: string;
|
|
28608
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28571
28609
|
} | {
|
|
28572
28610
|
message: string;
|
|
28573
28611
|
created_at: string;
|
|
@@ -28825,6 +28863,10 @@ declare const batch: z.ZodObject<{
|
|
|
28825
28863
|
message: string;
|
|
28826
28864
|
created_at: string;
|
|
28827
28865
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
28866
|
+
} | {
|
|
28867
|
+
message: string;
|
|
28868
|
+
created_at: string;
|
|
28869
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
28828
28870
|
} | {
|
|
28829
28871
|
message: string;
|
|
28830
28872
|
created_at: string;
|
|
@@ -38465,6 +38507,10 @@ declare const batch: z.ZodObject<{
|
|
|
38465
38507
|
message: string;
|
|
38466
38508
|
created_at: string;
|
|
38467
38509
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
38510
|
+
} | {
|
|
38511
|
+
message: string;
|
|
38512
|
+
created_at: string;
|
|
38513
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
38468
38514
|
} | {
|
|
38469
38515
|
message: string;
|
|
38470
38516
|
created_at: string;
|
|
@@ -40805,6 +40851,10 @@ declare const batch: z.ZodObject<{
|
|
|
40805
40851
|
message: string;
|
|
40806
40852
|
created_at: string;
|
|
40807
40853
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
40854
|
+
} | {
|
|
40855
|
+
message: string;
|
|
40856
|
+
created_at: string;
|
|
40857
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
40808
40858
|
} | {
|
|
40809
40859
|
message: string;
|
|
40810
40860
|
created_at: string;
|
|
@@ -43415,6 +43465,10 @@ declare const batch: z.ZodObject<{
|
|
|
43415
43465
|
message: string;
|
|
43416
43466
|
created_at: string;
|
|
43417
43467
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
43468
|
+
} | {
|
|
43469
|
+
message: string;
|
|
43470
|
+
created_at: string;
|
|
43471
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
43418
43472
|
} | {
|
|
43419
43473
|
message: string;
|
|
43420
43474
|
created_at: string;
|
|
@@ -45755,6 +45809,10 @@ declare const batch: z.ZodObject<{
|
|
|
45755
45809
|
message: string;
|
|
45756
45810
|
created_at: string;
|
|
45757
45811
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
45812
|
+
} | {
|
|
45813
|
+
message: string;
|
|
45814
|
+
created_at: string;
|
|
45815
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
45758
45816
|
} | {
|
|
45759
45817
|
message: string;
|
|
45760
45818
|
created_at: string;
|
|
@@ -49555,6 +49613,19 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
49555
49613
|
}>, z.ZodObject<{
|
|
49556
49614
|
message: z.ZodString;
|
|
49557
49615
|
created_at: z.ZodString;
|
|
49616
|
+
} & {
|
|
49617
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
49618
|
+
}, "strip", z.ZodTypeAny, {
|
|
49619
|
+
message: string;
|
|
49620
|
+
created_at: string;
|
|
49621
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49622
|
+
}, {
|
|
49623
|
+
message: string;
|
|
49624
|
+
created_at: string;
|
|
49625
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
49626
|
+
}>, z.ZodObject<{
|
|
49627
|
+
message: z.ZodString;
|
|
49628
|
+
created_at: z.ZodString;
|
|
49558
49629
|
} & {
|
|
49559
49630
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
49560
49631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52576,6 +52647,19 @@ declare const device: z.ZodObject<{
|
|
|
52576
52647
|
}>, z.ZodObject<{
|
|
52577
52648
|
message: z.ZodString;
|
|
52578
52649
|
created_at: z.ZodString;
|
|
52650
|
+
} & {
|
|
52651
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
52652
|
+
}, "strip", z.ZodTypeAny, {
|
|
52653
|
+
message: string;
|
|
52654
|
+
created_at: string;
|
|
52655
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52656
|
+
}, {
|
|
52657
|
+
message: string;
|
|
52658
|
+
created_at: string;
|
|
52659
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52660
|
+
}>, z.ZodObject<{
|
|
52661
|
+
message: z.ZodString;
|
|
52662
|
+
created_at: z.ZodString;
|
|
52579
52663
|
} & {
|
|
52580
52664
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
52581
52665
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -52875,6 +52959,10 @@ declare const device: z.ZodObject<{
|
|
|
52875
52959
|
message: string;
|
|
52876
52960
|
created_at: string;
|
|
52877
52961
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
52962
|
+
} | {
|
|
52963
|
+
message: string;
|
|
52964
|
+
created_at: string;
|
|
52965
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
52878
52966
|
} | {
|
|
52879
52967
|
message: string;
|
|
52880
52968
|
created_at: string;
|
|
@@ -53598,6 +53686,10 @@ declare const device: z.ZodObject<{
|
|
|
53598
53686
|
message: string;
|
|
53599
53687
|
created_at: string;
|
|
53600
53688
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
53689
|
+
} | {
|
|
53690
|
+
message: string;
|
|
53691
|
+
created_at: string;
|
|
53692
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
53601
53693
|
} | {
|
|
53602
53694
|
message: string;
|
|
53603
53695
|
created_at: string;
|
|
@@ -57230,6 +57322,19 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57230
57322
|
}>, z.ZodObject<{
|
|
57231
57323
|
message: z.ZodString;
|
|
57232
57324
|
created_at: z.ZodString;
|
|
57325
|
+
} & {
|
|
57326
|
+
warning_code: z.ZodLiteral<"salto_ks_lock_access_code_support_removed">;
|
|
57327
|
+
}, "strip", z.ZodTypeAny, {
|
|
57328
|
+
message: string;
|
|
57329
|
+
created_at: string;
|
|
57330
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57331
|
+
}, {
|
|
57332
|
+
message: string;
|
|
57333
|
+
created_at: string;
|
|
57334
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57335
|
+
}>, z.ZodObject<{
|
|
57336
|
+
message: z.ZodString;
|
|
57337
|
+
created_at: z.ZodString;
|
|
57233
57338
|
} & {
|
|
57234
57339
|
warning_code: z.ZodLiteral<"unknown_issue_with_phone">;
|
|
57235
57340
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57685,6 +57790,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57685
57790
|
message: string;
|
|
57686
57791
|
created_at: string;
|
|
57687
57792
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
57793
|
+
} | {
|
|
57794
|
+
message: string;
|
|
57795
|
+
created_at: string;
|
|
57796
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57688
57797
|
} | {
|
|
57689
57798
|
message: string;
|
|
57690
57799
|
created_at: string;
|
|
@@ -57942,6 +58051,10 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
57942
58051
|
message: string;
|
|
57943
58052
|
created_at: string;
|
|
57944
58053
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
58054
|
+
} | {
|
|
58055
|
+
message: string;
|
|
58056
|
+
created_at: string;
|
|
58057
|
+
warning_code: "salto_ks_lock_access_code_support_removed";
|
|
57945
58058
|
} | {
|
|
57946
58059
|
message: string;
|
|
57947
58060
|
created_at: string;
|
|
@@ -117362,235 +117475,6 @@ declare const _default: {
|
|
|
117362
117475
|
'x-undocumented': string;
|
|
117363
117476
|
};
|
|
117364
117477
|
};
|
|
117365
|
-
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
117366
|
-
post: {
|
|
117367
|
-
description: string;
|
|
117368
|
-
operationId: string;
|
|
117369
|
-
requestBody: {
|
|
117370
|
-
content: {
|
|
117371
|
-
'application/json': {
|
|
117372
|
-
schema: {
|
|
117373
|
-
properties: {
|
|
117374
|
-
ical_url: {
|
|
117375
|
-
description: string;
|
|
117376
|
-
format: string;
|
|
117377
|
-
type: string;
|
|
117378
|
-
};
|
|
117379
|
-
};
|
|
117380
|
-
required: string[];
|
|
117381
|
-
type: string;
|
|
117382
|
-
};
|
|
117383
|
-
};
|
|
117384
|
-
};
|
|
117385
|
-
};
|
|
117386
|
-
responses: {
|
|
117387
|
-
200: {
|
|
117388
|
-
content: {
|
|
117389
|
-
'application/json': {
|
|
117390
|
-
schema: {
|
|
117391
|
-
properties: {
|
|
117392
|
-
generated_config: {
|
|
117393
|
-
properties: {
|
|
117394
|
-
ical_config: {
|
|
117395
|
-
properties: {
|
|
117396
|
-
default_check_in_time: {
|
|
117397
|
-
description: string;
|
|
117398
|
-
pattern: string;
|
|
117399
|
-
type: string;
|
|
117400
|
-
};
|
|
117401
|
-
default_check_out_time: {
|
|
117402
|
-
description: string;
|
|
117403
|
-
pattern: string;
|
|
117404
|
-
type: string;
|
|
117405
|
-
};
|
|
117406
|
-
fields: {
|
|
117407
|
-
properties: {
|
|
117408
|
-
ends_at: {
|
|
117409
|
-
description: string;
|
|
117410
|
-
properties: {
|
|
117411
|
-
pattern: {
|
|
117412
|
-
description: string;
|
|
117413
|
-
type: string;
|
|
117414
|
-
};
|
|
117415
|
-
source: {
|
|
117416
|
-
description: string;
|
|
117417
|
-
type: string;
|
|
117418
|
-
};
|
|
117419
|
-
type: {
|
|
117420
|
-
description: string;
|
|
117421
|
-
enum: string[];
|
|
117422
|
-
type: string;
|
|
117423
|
-
};
|
|
117424
|
-
};
|
|
117425
|
-
required: string[];
|
|
117426
|
-
type: string;
|
|
117427
|
-
};
|
|
117428
|
-
guest_email: {
|
|
117429
|
-
description: string;
|
|
117430
|
-
properties: {
|
|
117431
|
-
pattern: {
|
|
117432
|
-
description: string;
|
|
117433
|
-
type: string;
|
|
117434
|
-
};
|
|
117435
|
-
source: {
|
|
117436
|
-
description: string;
|
|
117437
|
-
type: string;
|
|
117438
|
-
};
|
|
117439
|
-
type: {
|
|
117440
|
-
description: string;
|
|
117441
|
-
enum: string[];
|
|
117442
|
-
type: string;
|
|
117443
|
-
};
|
|
117444
|
-
};
|
|
117445
|
-
required: string[];
|
|
117446
|
-
type: string;
|
|
117447
|
-
};
|
|
117448
|
-
guest_name: {
|
|
117449
|
-
description: string;
|
|
117450
|
-
properties: {
|
|
117451
|
-
pattern: {
|
|
117452
|
-
description: string;
|
|
117453
|
-
type: string;
|
|
117454
|
-
};
|
|
117455
|
-
source: {
|
|
117456
|
-
description: string;
|
|
117457
|
-
type: string;
|
|
117458
|
-
};
|
|
117459
|
-
type: {
|
|
117460
|
-
description: string;
|
|
117461
|
-
enum: string[];
|
|
117462
|
-
type: string;
|
|
117463
|
-
};
|
|
117464
|
-
};
|
|
117465
|
-
required: string[];
|
|
117466
|
-
type: string;
|
|
117467
|
-
};
|
|
117468
|
-
guest_phone: {
|
|
117469
|
-
description: string;
|
|
117470
|
-
properties: {
|
|
117471
|
-
pattern: {
|
|
117472
|
-
description: string;
|
|
117473
|
-
type: string;
|
|
117474
|
-
};
|
|
117475
|
-
source: {
|
|
117476
|
-
description: string;
|
|
117477
|
-
type: string;
|
|
117478
|
-
};
|
|
117479
|
-
type: {
|
|
117480
|
-
description: string;
|
|
117481
|
-
enum: string[];
|
|
117482
|
-
type: string;
|
|
117483
|
-
};
|
|
117484
|
-
};
|
|
117485
|
-
required: string[];
|
|
117486
|
-
type: string;
|
|
117487
|
-
};
|
|
117488
|
-
reservation_key: {
|
|
117489
|
-
description: string;
|
|
117490
|
-
properties: {
|
|
117491
|
-
pattern: {
|
|
117492
|
-
description: string;
|
|
117493
|
-
type: string;
|
|
117494
|
-
};
|
|
117495
|
-
source: {
|
|
117496
|
-
description: string;
|
|
117497
|
-
type: string;
|
|
117498
|
-
};
|
|
117499
|
-
type: {
|
|
117500
|
-
description: string;
|
|
117501
|
-
enum: string[];
|
|
117502
|
-
type: string;
|
|
117503
|
-
};
|
|
117504
|
-
};
|
|
117505
|
-
required: string[];
|
|
117506
|
-
type: string;
|
|
117507
|
-
};
|
|
117508
|
-
starts_at: {
|
|
117509
|
-
description: string;
|
|
117510
|
-
properties: {
|
|
117511
|
-
pattern: {
|
|
117512
|
-
description: string;
|
|
117513
|
-
type: string;
|
|
117514
|
-
};
|
|
117515
|
-
source: {
|
|
117516
|
-
description: string;
|
|
117517
|
-
type: string;
|
|
117518
|
-
};
|
|
117519
|
-
type: {
|
|
117520
|
-
description: string;
|
|
117521
|
-
enum: string[];
|
|
117522
|
-
type: string;
|
|
117523
|
-
};
|
|
117524
|
-
};
|
|
117525
|
-
required: string[];
|
|
117526
|
-
type: string;
|
|
117527
|
-
};
|
|
117528
|
-
};
|
|
117529
|
-
required: string[];
|
|
117530
|
-
type: string;
|
|
117531
|
-
};
|
|
117532
|
-
filter: {
|
|
117533
|
-
description: string;
|
|
117534
|
-
properties: {
|
|
117535
|
-
pattern: {
|
|
117536
|
-
description: string;
|
|
117537
|
-
type: string;
|
|
117538
|
-
};
|
|
117539
|
-
source: {
|
|
117540
|
-
description: string;
|
|
117541
|
-
type: string;
|
|
117542
|
-
};
|
|
117543
|
-
};
|
|
117544
|
-
required: string[];
|
|
117545
|
-
type: string;
|
|
117546
|
-
};
|
|
117547
|
-
time_zone: {
|
|
117548
|
-
description: string;
|
|
117549
|
-
type: string;
|
|
117550
|
-
};
|
|
117551
|
-
};
|
|
117552
|
-
required: string[];
|
|
117553
|
-
type: string;
|
|
117554
|
-
};
|
|
117555
|
-
};
|
|
117556
|
-
required: string[];
|
|
117557
|
-
type: string;
|
|
117558
|
-
};
|
|
117559
|
-
ok: {
|
|
117560
|
-
type: string;
|
|
117561
|
-
};
|
|
117562
|
-
};
|
|
117563
|
-
required: string[];
|
|
117564
|
-
type: string;
|
|
117565
|
-
};
|
|
117566
|
-
};
|
|
117567
|
-
};
|
|
117568
|
-
description: string;
|
|
117569
|
-
};
|
|
117570
|
-
400: {
|
|
117571
|
-
description: string;
|
|
117572
|
-
};
|
|
117573
|
-
401: {
|
|
117574
|
-
description: string;
|
|
117575
|
-
};
|
|
117576
|
-
};
|
|
117577
|
-
security: ({
|
|
117578
|
-
api_key: never[];
|
|
117579
|
-
console_session_with_workspace?: never;
|
|
117580
|
-
} | {
|
|
117581
|
-
console_session_with_workspace: never[];
|
|
117582
|
-
api_key?: never;
|
|
117583
|
-
})[];
|
|
117584
|
-
summary: string;
|
|
117585
|
-
tags: never[];
|
|
117586
|
-
'x-fern-sdk-group-name': string[];
|
|
117587
|
-
'x-fern-sdk-method-name': string;
|
|
117588
|
-
'x-fern-sdk-return-value': string;
|
|
117589
|
-
'x-response-key': string;
|
|
117590
|
-
'x-title': string;
|
|
117591
|
-
'x-undocumented': string;
|
|
117592
|
-
};
|
|
117593
|
-
};
|
|
117594
117478
|
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
117595
117479
|
post: {
|
|
117596
117480
|
description: string;
|
|
@@ -151020,6 +150904,13 @@ type Routes = {
|
|
|
151020
150904
|
created_at: string;
|
|
151021
150905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
151022
150906
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
150907
|
+
} | {
|
|
150908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
150909
|
+
message: string;
|
|
150910
|
+
/** Date and time at which Seam created the warning. */
|
|
150911
|
+
created_at: string;
|
|
150912
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
150913
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
151023
150914
|
} | {
|
|
151024
150915
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
151025
150916
|
message: string;
|
|
@@ -155436,6 +155327,13 @@ type Routes = {
|
|
|
155436
155327
|
created_at: string;
|
|
155437
155328
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155438
155329
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
155330
|
+
} | {
|
|
155331
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155332
|
+
message: string;
|
|
155333
|
+
/** Date and time at which Seam created the warning. */
|
|
155334
|
+
created_at: string;
|
|
155335
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155336
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
155439
155337
|
} | {
|
|
155440
155338
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155441
155339
|
message: string;
|
|
@@ -172009,6 +171907,13 @@ type Routes = {
|
|
|
172009
171907
|
created_at: string;
|
|
172010
171908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
172011
171909
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
171910
|
+
} | {
|
|
171911
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
171912
|
+
message: string;
|
|
171913
|
+
/** Date and time at which Seam created the warning. */
|
|
171914
|
+
created_at: string;
|
|
171915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
171916
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
172012
171917
|
} | {
|
|
172013
171918
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
172014
171919
|
message: string;
|
|
@@ -173384,6 +173289,13 @@ type Routes = {
|
|
|
173384
173289
|
created_at: string;
|
|
173385
173290
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173386
173291
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
173292
|
+
} | {
|
|
173293
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173294
|
+
message: string;
|
|
173295
|
+
/** Date and time at which Seam created the warning. */
|
|
173296
|
+
created_at: string;
|
|
173297
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173298
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173387
173299
|
} | {
|
|
173388
173300
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173389
173301
|
message: string;
|
|
@@ -173938,6 +173850,13 @@ type Routes = {
|
|
|
173938
173850
|
created_at: string;
|
|
173939
173851
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173940
173852
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
173853
|
+
} | {
|
|
173854
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173855
|
+
message: string;
|
|
173856
|
+
/** Date and time at which Seam created the warning. */
|
|
173857
|
+
created_at: string;
|
|
173858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
173859
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
173941
173860
|
} | {
|
|
173942
173861
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
173943
173862
|
message: string;
|
|
@@ -174422,6 +174341,13 @@ type Routes = {
|
|
|
174422
174341
|
created_at: string;
|
|
174423
174342
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174424
174343
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
174344
|
+
} | {
|
|
174345
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174346
|
+
message: string;
|
|
174347
|
+
/** Date and time at which Seam created the warning. */
|
|
174348
|
+
created_at: string;
|
|
174349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
174350
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
174425
174351
|
} | {
|
|
174426
174352
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
174427
174353
|
message: string;
|
|
@@ -182933,6 +182859,13 @@ type Routes = {
|
|
|
182933
182859
|
created_at: string;
|
|
182934
182860
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182935
182861
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
182862
|
+
} | {
|
|
182863
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182864
|
+
message: string;
|
|
182865
|
+
/** Date and time at which Seam created the warning. */
|
|
182866
|
+
created_at: string;
|
|
182867
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
182868
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
182936
182869
|
} | {
|
|
182937
182870
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
182938
182871
|
message: string;
|
|
@@ -184258,6 +184191,13 @@ type Routes = {
|
|
|
184258
184191
|
created_at: string;
|
|
184259
184192
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184260
184193
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
184194
|
+
} | {
|
|
184195
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184196
|
+
message: string;
|
|
184197
|
+
/** Date and time at which Seam created the warning. */
|
|
184198
|
+
created_at: string;
|
|
184199
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
184200
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
184261
184201
|
} | {
|
|
184262
184202
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
184263
184203
|
message: string;
|
|
@@ -185633,6 +185573,13 @@ type Routes = {
|
|
|
185633
185573
|
created_at: string;
|
|
185634
185574
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185635
185575
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
185576
|
+
} | {
|
|
185577
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185578
|
+
message: string;
|
|
185579
|
+
/** Date and time at which Seam created the warning. */
|
|
185580
|
+
created_at: string;
|
|
185581
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
185582
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
185636
185583
|
} | {
|
|
185637
185584
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
185638
185585
|
message: string;
|
|
@@ -186957,6 +186904,13 @@ type Routes = {
|
|
|
186957
186904
|
created_at: string;
|
|
186958
186905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186959
186906
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
186907
|
+
} | {
|
|
186908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186909
|
+
message: string;
|
|
186910
|
+
/** Date and time at which Seam created the warning. */
|
|
186911
|
+
created_at: string;
|
|
186912
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
186913
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
186960
186914
|
} | {
|
|
186961
186915
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
186962
186916
|
message: string;
|
|
@@ -193698,6 +193652,13 @@ type Routes = {
|
|
|
193698
193652
|
created_at: string;
|
|
193699
193653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193700
193654
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
193655
|
+
} | {
|
|
193656
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193657
|
+
message: string;
|
|
193658
|
+
/** Date and time at which Seam created the warning. */
|
|
193659
|
+
created_at: string;
|
|
193660
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
193661
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
193701
193662
|
} | {
|
|
193702
193663
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
193703
193664
|
message: string;
|
|
@@ -195022,6 +194983,13 @@ type Routes = {
|
|
|
195022
194983
|
created_at: string;
|
|
195023
194984
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
195024
194985
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
194986
|
+
} | {
|
|
194987
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
194988
|
+
message: string;
|
|
194989
|
+
/** Date and time at which Seam created the warning. */
|
|
194990
|
+
created_at: string;
|
|
194991
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
194992
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
195025
194993
|
} | {
|
|
195026
194994
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
195027
194995
|
message: string;
|
|
@@ -202024,93 +201992,6 @@ type Routes = {
|
|
|
202024
201992
|
};
|
|
202025
201993
|
maxDuration: undefined;
|
|
202026
201994
|
};
|
|
202027
|
-
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
202028
|
-
route: '/seam/customer/v1/connectors/ical/generate-config';
|
|
202029
|
-
method: 'POST';
|
|
202030
|
-
queryParams: {};
|
|
202031
|
-
jsonBody: {
|
|
202032
|
-
/** iCal feed URL to analyze */
|
|
202033
|
-
ical_url: string;
|
|
202034
|
-
};
|
|
202035
|
-
commonParams: {};
|
|
202036
|
-
formData: {};
|
|
202037
|
-
jsonResponse: {
|
|
202038
|
-
generated_config: {
|
|
202039
|
-
ical_config: {
|
|
202040
|
-
/** Optional filter to skip non-matching events */
|
|
202041
|
-
filter?: {
|
|
202042
|
-
/** iCal property name to match against */
|
|
202043
|
-
source: string;
|
|
202044
|
-
/** Regex pattern — events not matching are skipped */
|
|
202045
|
-
pattern: string;
|
|
202046
|
-
} | undefined;
|
|
202047
|
-
fields: {
|
|
202048
|
-
/** How to extract the reservation key (falls back to UID) */
|
|
202049
|
-
reservation_key?: {
|
|
202050
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202051
|
-
source: string;
|
|
202052
|
-
/** Regex with capture group to extract value from the property */
|
|
202053
|
-
pattern?: string | undefined;
|
|
202054
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202055
|
-
type?: 'date' | undefined;
|
|
202056
|
-
} | undefined;
|
|
202057
|
-
/** How to extract guest name */
|
|
202058
|
-
guest_name?: {
|
|
202059
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202060
|
-
source: string;
|
|
202061
|
-
/** Regex with capture group to extract value from the property */
|
|
202062
|
-
pattern?: string | undefined;
|
|
202063
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202064
|
-
type?: 'date' | undefined;
|
|
202065
|
-
} | undefined;
|
|
202066
|
-
/** How to extract guest email */
|
|
202067
|
-
guest_email?: {
|
|
202068
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202069
|
-
source: string;
|
|
202070
|
-
/** Regex with capture group to extract value from the property */
|
|
202071
|
-
pattern?: string | undefined;
|
|
202072
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202073
|
-
type?: 'date' | undefined;
|
|
202074
|
-
} | undefined;
|
|
202075
|
-
/** How to extract guest phone */
|
|
202076
|
-
guest_phone?: {
|
|
202077
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202078
|
-
source: string;
|
|
202079
|
-
/** Regex with capture group to extract value from the property */
|
|
202080
|
-
pattern?: string | undefined;
|
|
202081
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202082
|
-
type?: 'date' | undefined;
|
|
202083
|
-
} | undefined;
|
|
202084
|
-
/** How to extract check-in date */
|
|
202085
|
-
starts_at: {
|
|
202086
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202087
|
-
source: string;
|
|
202088
|
-
/** Regex with capture group to extract value from the property */
|
|
202089
|
-
pattern?: string | undefined;
|
|
202090
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202091
|
-
type?: 'date' | undefined;
|
|
202092
|
-
};
|
|
202093
|
-
/** How to extract check-out date */
|
|
202094
|
-
ends_at: {
|
|
202095
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
202096
|
-
source: string;
|
|
202097
|
-
/** Regex with capture group to extract value from the property */
|
|
202098
|
-
pattern?: string | undefined;
|
|
202099
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
202100
|
-
type?: 'date' | undefined;
|
|
202101
|
-
};
|
|
202102
|
-
};
|
|
202103
|
-
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
202104
|
-
time_zone?: string | undefined;
|
|
202105
|
-
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
202106
|
-
default_check_in_time?: string | undefined;
|
|
202107
|
-
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
202108
|
-
default_check_out_time?: string | undefined;
|
|
202109
|
-
};
|
|
202110
|
-
};
|
|
202111
|
-
};
|
|
202112
|
-
maxDuration: undefined;
|
|
202113
|
-
};
|
|
202114
201995
|
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
202115
201996
|
route: '/seam/customer/v1/connectors/ical/validate-config';
|
|
202116
201997
|
method: 'POST';
|
|
@@ -208566,6 +208447,13 @@ type Routes = {
|
|
|
208566
208447
|
created_at: string;
|
|
208567
208448
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208568
208449
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
208450
|
+
} | {
|
|
208451
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208452
|
+
message: string;
|
|
208453
|
+
/** Date and time at which Seam created the warning. */
|
|
208454
|
+
created_at: string;
|
|
208455
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
208456
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
208569
208457
|
} | {
|
|
208570
208458
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
208571
208459
|
message: string;
|
|
@@ -214738,6 +214626,13 @@ type Routes = {
|
|
|
214738
214626
|
created_at: string;
|
|
214739
214627
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214740
214628
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
214629
|
+
} | {
|
|
214630
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214631
|
+
message: string;
|
|
214632
|
+
/** Date and time at which Seam created the warning. */
|
|
214633
|
+
created_at: string;
|
|
214634
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
214635
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
214741
214636
|
} | {
|
|
214742
214637
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
214743
214638
|
message: string;
|
|
@@ -218809,6 +218704,13 @@ type Routes = {
|
|
|
218809
218704
|
created_at: string;
|
|
218810
218705
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218811
218706
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
218707
|
+
} | {
|
|
218708
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218709
|
+
message: string;
|
|
218710
|
+
/** Date and time at which Seam created the warning. */
|
|
218711
|
+
created_at: string;
|
|
218712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
218713
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
218812
218714
|
} | {
|
|
218813
218715
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
218814
218716
|
message: string;
|
|
@@ -220133,6 +220035,13 @@ type Routes = {
|
|
|
220133
220035
|
created_at: string;
|
|
220134
220036
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220135
220037
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
220038
|
+
} | {
|
|
220039
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220040
|
+
message: string;
|
|
220041
|
+
/** Date and time at which Seam created the warning. */
|
|
220042
|
+
created_at: string;
|
|
220043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
220044
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
220136
220045
|
} | {
|
|
220137
220046
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
220138
220047
|
message: string;
|
|
@@ -227767,6 +227676,13 @@ type Routes = {
|
|
|
227767
227676
|
created_at: string;
|
|
227768
227677
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
227769
227678
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
227679
|
+
} | {
|
|
227680
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227681
|
+
message: string;
|
|
227682
|
+
/** Date and time at which Seam created the warning. */
|
|
227683
|
+
created_at: string;
|
|
227684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
227685
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
227770
227686
|
} | {
|
|
227771
227687
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
227772
227688
|
message: string;
|
|
@@ -229093,6 +229009,13 @@ type Routes = {
|
|
|
229093
229009
|
created_at: string;
|
|
229094
229010
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229095
229011
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
229012
|
+
} | {
|
|
229013
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229014
|
+
message: string;
|
|
229015
|
+
/** Date and time at which Seam created the warning. */
|
|
229016
|
+
created_at: string;
|
|
229017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
229018
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
229096
229019
|
} | {
|
|
229097
229020
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
229098
229021
|
message: string;
|
|
@@ -231542,6 +231465,13 @@ type Routes = {
|
|
|
231542
231465
|
created_at: string;
|
|
231543
231466
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231544
231467
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
231468
|
+
} | {
|
|
231469
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231470
|
+
message: string;
|
|
231471
|
+
/** Date and time at which Seam created the warning. */
|
|
231472
|
+
created_at: string;
|
|
231473
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
231474
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
231545
231475
|
} | {
|
|
231546
231476
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
231547
231477
|
message: string;
|
|
@@ -234344,6 +234274,13 @@ type Routes = {
|
|
|
234344
234274
|
created_at: string;
|
|
234345
234275
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234346
234276
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
234277
|
+
} | {
|
|
234278
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234279
|
+
message: string;
|
|
234280
|
+
/** Date and time at which Seam created the warning. */
|
|
234281
|
+
created_at: string;
|
|
234282
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
234283
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
234347
234284
|
} | {
|
|
234348
234285
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
234349
234286
|
message: string;
|