@seamapi/types 1.688.0 → 1.690.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 +96 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +302 -16
- package/dist/index.cjs +96 -17
- 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 +14 -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 +35 -15
- package/lib/seam/connect/openapi.js +83 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +154 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +92 -14
- package/src/lib/seam/connect/route-types.ts +174 -1
|
@@ -11496,6 +11496,13 @@ export type Routes = {
|
|
|
11496
11496
|
created_at: string;
|
|
11497
11497
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11498
11498
|
warning_code: 'keynest_unsupported_locker';
|
|
11499
|
+
} | {
|
|
11500
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11501
|
+
message: string;
|
|
11502
|
+
/** Date and time at which Seam created the warning. */
|
|
11503
|
+
created_at: string;
|
|
11504
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11505
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
11499
11506
|
})[];
|
|
11500
11507
|
/** Date and time at which the device object was created. */
|
|
11501
11508
|
created_at: string;
|
|
@@ -14892,6 +14899,13 @@ export type Routes = {
|
|
|
14892
14899
|
created_at: string;
|
|
14893
14900
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14894
14901
|
warning_code: 'keynest_unsupported_locker';
|
|
14902
|
+
} | {
|
|
14903
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14904
|
+
message: string;
|
|
14905
|
+
/** Date and time at which Seam created the warning. */
|
|
14906
|
+
created_at: string;
|
|
14907
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14908
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
14895
14909
|
})[];
|
|
14896
14910
|
/** Date and time at which the device object was created. */
|
|
14897
14911
|
created_at: string;
|
|
@@ -28597,6 +28611,13 @@ export type Routes = {
|
|
|
28597
28611
|
created_at: string;
|
|
28598
28612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28599
28613
|
warning_code: 'keynest_unsupported_locker';
|
|
28614
|
+
} | {
|
|
28615
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28616
|
+
message: string;
|
|
28617
|
+
/** Date and time at which Seam created the warning. */
|
|
28618
|
+
created_at: string;
|
|
28619
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28620
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
28600
28621
|
})[];
|
|
28601
28622
|
/** Date and time at which the device object was created. */
|
|
28602
28623
|
created_at: string;
|
|
@@ -29876,6 +29897,13 @@ export type Routes = {
|
|
|
29876
29897
|
created_at: string;
|
|
29877
29898
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29878
29899
|
warning_code: 'keynest_unsupported_locker';
|
|
29900
|
+
} | {
|
|
29901
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29902
|
+
message: string;
|
|
29903
|
+
/** Date and time at which Seam created the warning. */
|
|
29904
|
+
created_at: string;
|
|
29905
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29906
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
29879
29907
|
})[];
|
|
29880
29908
|
/** Date and time at which the device object was created. */
|
|
29881
29909
|
created_at: string;
|
|
@@ -30361,6 +30389,13 @@ export type Routes = {
|
|
|
30361
30389
|
created_at: string;
|
|
30362
30390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30363
30391
|
warning_code: 'keynest_unsupported_locker';
|
|
30392
|
+
} | {
|
|
30393
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30394
|
+
message: string;
|
|
30395
|
+
/** Date and time at which Seam created the warning. */
|
|
30396
|
+
created_at: string;
|
|
30397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30398
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30364
30399
|
})[];
|
|
30365
30400
|
/** Date and time at which the device object was created. */
|
|
30366
30401
|
created_at: string;
|
|
@@ -30802,6 +30837,13 @@ export type Routes = {
|
|
|
30802
30837
|
created_at: string;
|
|
30803
30838
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30804
30839
|
warning_code: 'keynest_unsupported_locker';
|
|
30840
|
+
} | {
|
|
30841
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30842
|
+
message: string;
|
|
30843
|
+
/** Date and time at which Seam created the warning. */
|
|
30844
|
+
created_at: string;
|
|
30845
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30846
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30805
30847
|
})[];
|
|
30806
30848
|
/** Date and time at which the device object was created. */
|
|
30807
30849
|
created_at: string;
|
|
@@ -36227,6 +36269,13 @@ export type Routes = {
|
|
|
36227
36269
|
created_at: string;
|
|
36228
36270
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36229
36271
|
warning_code: 'keynest_unsupported_locker';
|
|
36272
|
+
} | {
|
|
36273
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36274
|
+
message: string;
|
|
36275
|
+
/** Date and time at which Seam created the warning. */
|
|
36276
|
+
created_at: string;
|
|
36277
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36278
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
36230
36279
|
})[];
|
|
36231
36280
|
/** Date and time at which the device object was created. */
|
|
36232
36281
|
created_at: string;
|
|
@@ -37456,6 +37505,13 @@ export type Routes = {
|
|
|
37456
37505
|
created_at: string;
|
|
37457
37506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37458
37507
|
warning_code: 'keynest_unsupported_locker';
|
|
37508
|
+
} | {
|
|
37509
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37510
|
+
message: string;
|
|
37511
|
+
/** Date and time at which Seam created the warning. */
|
|
37512
|
+
created_at: string;
|
|
37513
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37514
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
37459
37515
|
})[];
|
|
37460
37516
|
/** Date and time at which the device object was created. */
|
|
37461
37517
|
created_at: string;
|
|
@@ -38735,6 +38791,13 @@ export type Routes = {
|
|
|
38735
38791
|
created_at: string;
|
|
38736
38792
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38737
38793
|
warning_code: 'keynest_unsupported_locker';
|
|
38794
|
+
} | {
|
|
38795
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38796
|
+
message: string;
|
|
38797
|
+
/** Date and time at which Seam created the warning. */
|
|
38798
|
+
created_at: string;
|
|
38799
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38800
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
38738
38801
|
})[];
|
|
38739
38802
|
/** Date and time at which the device object was created. */
|
|
38740
38803
|
created_at: string;
|
|
@@ -39963,6 +40026,13 @@ export type Routes = {
|
|
|
39963
40026
|
created_at: string;
|
|
39964
40027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39965
40028
|
warning_code: 'keynest_unsupported_locker';
|
|
40029
|
+
} | {
|
|
40030
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40031
|
+
message: string;
|
|
40032
|
+
/** Date and time at which Seam created the warning. */
|
|
40033
|
+
created_at: string;
|
|
40034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40035
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
39966
40036
|
})[];
|
|
39967
40037
|
/** Date and time at which the device object was created. */
|
|
39968
40038
|
created_at: string;
|
|
@@ -46324,6 +46394,13 @@ export type Routes = {
|
|
|
46324
46394
|
created_at: string;
|
|
46325
46395
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46326
46396
|
warning_code: 'keynest_unsupported_locker';
|
|
46397
|
+
} | {
|
|
46398
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46399
|
+
message: string;
|
|
46400
|
+
/** Date and time at which Seam created the warning. */
|
|
46401
|
+
created_at: string;
|
|
46402
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46403
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
46327
46404
|
})[];
|
|
46328
46405
|
/** Date and time at which the device object was created. */
|
|
46329
46406
|
created_at: string;
|
|
@@ -47552,6 +47629,13 @@ export type Routes = {
|
|
|
47552
47629
|
created_at: string;
|
|
47553
47630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47554
47631
|
warning_code: 'keynest_unsupported_locker';
|
|
47632
|
+
} | {
|
|
47633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47634
|
+
message: string;
|
|
47635
|
+
/** Date and time at which Seam created the warning. */
|
|
47636
|
+
created_at: string;
|
|
47637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47638
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
47555
47639
|
})[];
|
|
47556
47640
|
/** Date and time at which the device object was created. */
|
|
47557
47641
|
created_at: string;
|
|
@@ -52561,6 +52645,10 @@ export type Routes = {
|
|
|
52561
52645
|
jsonBody: {
|
|
52562
52646
|
/** ID of the connector to delete */
|
|
52563
52647
|
connector_id: string;
|
|
52648
|
+
customer_key?: string | undefined;
|
|
52649
|
+
customer_id?: string | undefined;
|
|
52650
|
+
connector_customer_id?: string | undefined;
|
|
52651
|
+
unique_provider_resource_key?: string | undefined;
|
|
52564
52652
|
};
|
|
52565
52653
|
commonParams: {};
|
|
52566
52654
|
formData: {};
|
|
@@ -52602,11 +52690,20 @@ export type Routes = {
|
|
|
52602
52690
|
commonParams: {
|
|
52603
52691
|
/** ID of the connector to sync */
|
|
52604
52692
|
connector_id: string;
|
|
52693
|
+
/** Type of the connector to sync */
|
|
52694
|
+
connector_type: string;
|
|
52695
|
+
/** ID of the customer to sync */
|
|
52696
|
+
customer_id: string;
|
|
52697
|
+
/** Key of the customer to sync */
|
|
52698
|
+
customer_key: string;
|
|
52699
|
+
/** ID of the connector customer to sync */
|
|
52700
|
+
connector_customer_id: string | null;
|
|
52701
|
+
/** Unique provider resource key of the connector to sync */
|
|
52702
|
+
unique_provider_resource_key: string | null;
|
|
52605
52703
|
};
|
|
52606
52704
|
formData: {};
|
|
52607
52705
|
jsonResponse: {
|
|
52608
52706
|
connector_sync: {
|
|
52609
|
-
connector_id: string;
|
|
52610
52707
|
status: string;
|
|
52611
52708
|
message: string;
|
|
52612
52709
|
};
|
|
@@ -57142,6 +57239,13 @@ export type Routes = {
|
|
|
57142
57239
|
created_at: string;
|
|
57143
57240
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57144
57241
|
warning_code: 'keynest_unsupported_locker';
|
|
57242
|
+
} | {
|
|
57243
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57244
|
+
message: string;
|
|
57245
|
+
/** Date and time at which Seam created the warning. */
|
|
57246
|
+
created_at: string;
|
|
57247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57248
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
57145
57249
|
})[];
|
|
57146
57250
|
/** Date and time at which the device object was created. */
|
|
57147
57251
|
created_at: string;
|
|
@@ -62819,6 +62923,13 @@ export type Routes = {
|
|
|
62819
62923
|
created_at: string;
|
|
62820
62924
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62821
62925
|
warning_code: 'keynest_unsupported_locker';
|
|
62926
|
+
} | {
|
|
62927
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62928
|
+
message: string;
|
|
62929
|
+
/** Date and time at which Seam created the warning. */
|
|
62930
|
+
created_at: string;
|
|
62931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62932
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
62822
62933
|
})[];
|
|
62823
62934
|
/** Date and time at which the device object was created. */
|
|
62824
62935
|
created_at: string;
|
|
@@ -66652,6 +66763,13 @@ export type Routes = {
|
|
|
66652
66763
|
created_at: string;
|
|
66653
66764
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66654
66765
|
warning_code: 'keynest_unsupported_locker';
|
|
66766
|
+
} | {
|
|
66767
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66768
|
+
message: string;
|
|
66769
|
+
/** Date and time at which Seam created the warning. */
|
|
66770
|
+
created_at: string;
|
|
66771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66772
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
66655
66773
|
})[];
|
|
66656
66774
|
/** Date and time at which the device object was created. */
|
|
66657
66775
|
created_at: string;
|
|
@@ -67880,6 +67998,13 @@ export type Routes = {
|
|
|
67880
67998
|
created_at: string;
|
|
67881
67999
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67882
68000
|
warning_code: 'keynest_unsupported_locker';
|
|
68001
|
+
} | {
|
|
68002
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68003
|
+
message: string;
|
|
68004
|
+
/** Date and time at which Seam created the warning. */
|
|
68005
|
+
created_at: string;
|
|
68006
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68007
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
67883
68008
|
})[];
|
|
67884
68009
|
/** Date and time at which the device object was created. */
|
|
67885
68010
|
created_at: string;
|
|
@@ -75128,6 +75253,13 @@ export type Routes = {
|
|
|
75128
75253
|
created_at: string;
|
|
75129
75254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75130
75255
|
warning_code: 'keynest_unsupported_locker';
|
|
75256
|
+
} | {
|
|
75257
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75258
|
+
message: string;
|
|
75259
|
+
/** Date and time at which Seam created the warning. */
|
|
75260
|
+
created_at: string;
|
|
75261
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75262
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
75131
75263
|
})[];
|
|
75132
75264
|
/** Date and time at which the device object was created. */
|
|
75133
75265
|
created_at: string;
|
|
@@ -76358,6 +76490,13 @@ export type Routes = {
|
|
|
76358
76490
|
created_at: string;
|
|
76359
76491
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76360
76492
|
warning_code: 'keynest_unsupported_locker';
|
|
76493
|
+
} | {
|
|
76494
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76495
|
+
message: string;
|
|
76496
|
+
/** Date and time at which Seam created the warning. */
|
|
76497
|
+
created_at: string;
|
|
76498
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76499
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
76361
76500
|
})[];
|
|
76362
76501
|
/** Date and time at which the device object was created. */
|
|
76363
76502
|
created_at: string;
|
|
@@ -78553,6 +78692,13 @@ export type Routes = {
|
|
|
78553
78692
|
created_at: string;
|
|
78554
78693
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78555
78694
|
warning_code: 'keynest_unsupported_locker';
|
|
78695
|
+
} | {
|
|
78696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78697
|
+
message: string;
|
|
78698
|
+
/** Date and time at which Seam created the warning. */
|
|
78699
|
+
created_at: string;
|
|
78700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78701
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
78556
78702
|
})[];
|
|
78557
78703
|
/** Date and time at which the device object was created. */
|
|
78558
78704
|
created_at: string;
|
|
@@ -80947,6 +81093,13 @@ export type Routes = {
|
|
|
80947
81093
|
created_at: string;
|
|
80948
81094
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80949
81095
|
warning_code: 'keynest_unsupported_locker';
|
|
81096
|
+
} | {
|
|
81097
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81098
|
+
message: string;
|
|
81099
|
+
/** Date and time at which Seam created the warning. */
|
|
81100
|
+
created_at: string;
|
|
81101
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81102
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
80950
81103
|
})[];
|
|
80951
81104
|
/** Date and time at which the device object was created. */
|
|
80952
81105
|
created_at: string;
|
package/package.json
CHANGED
|
@@ -432,6 +432,17 @@ const keynest_unsupported_locker = common_device_warning.extend({
|
|
|
432
432
|
Indicates that the key is in a locker that does not support the access codes API.
|
|
433
433
|
`)
|
|
434
434
|
|
|
435
|
+
const accessory_keypad_setup_required = common_device_warning.extend({
|
|
436
|
+
warning_code: z
|
|
437
|
+
.literal('accessory_keypad_setup_required')
|
|
438
|
+
.describe(warning_code_description),
|
|
439
|
+
}).describe(`
|
|
440
|
+
---
|
|
441
|
+
variant_group_key: locks
|
|
442
|
+
---
|
|
443
|
+
Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.
|
|
444
|
+
`)
|
|
445
|
+
|
|
435
446
|
const device_warning = z.discriminatedUnion('warning_code', [
|
|
436
447
|
partial_backup_access_code_pool,
|
|
437
448
|
many_active_backup_codes,
|
|
@@ -451,6 +462,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
451
462
|
lockly_time_zone_not_configured,
|
|
452
463
|
hub_required_for_addtional_capabilities,
|
|
453
464
|
keynest_unsupported_locker,
|
|
465
|
+
accessory_keypad_setup_required,
|
|
454
466
|
])
|
|
455
467
|
|
|
456
468
|
export type DeviceWarning = z.infer<typeof device_warning>
|
|
@@ -497,6 +509,9 @@ const _device_warning_map = z.object({
|
|
|
497
509
|
hub_required_for_addtional_capabilities:
|
|
498
510
|
hub_required_for_addtional_capabilities.optional().nullable(),
|
|
499
511
|
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
512
|
+
accessory_keypad_setup_required: accessory_keypad_setup_required
|
|
513
|
+
.optional()
|
|
514
|
+
.nullable(),
|
|
500
515
|
})
|
|
501
516
|
|
|
502
517
|
export type DeviceWarningMap = z.infer<typeof _device_warning_map>
|
|
@@ -13435,6 +13435,32 @@ export default {
|
|
|
13435
13435
|
type: 'object',
|
|
13436
13436
|
'x-variant-group-key': 'locks',
|
|
13437
13437
|
},
|
|
13438
|
+
{
|
|
13439
|
+
description:
|
|
13440
|
+
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
|
|
13441
|
+
properties: {
|
|
13442
|
+
created_at: {
|
|
13443
|
+
description:
|
|
13444
|
+
'Date and time at which Seam created the warning.',
|
|
13445
|
+
format: 'date-time',
|
|
13446
|
+
type: 'string',
|
|
13447
|
+
},
|
|
13448
|
+
message: {
|
|
13449
|
+
description:
|
|
13450
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
13451
|
+
type: 'string',
|
|
13452
|
+
},
|
|
13453
|
+
warning_code: {
|
|
13454
|
+
description:
|
|
13455
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13456
|
+
enum: ['accessory_keypad_setup_required'],
|
|
13457
|
+
type: 'string',
|
|
13458
|
+
},
|
|
13459
|
+
},
|
|
13460
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
13461
|
+
type: 'object',
|
|
13462
|
+
'x-variant-group-key': 'locks',
|
|
13463
|
+
},
|
|
13438
13464
|
],
|
|
13439
13465
|
},
|
|
13440
13466
|
type: 'array',
|
|
@@ -26045,6 +26071,32 @@ export default {
|
|
|
26045
26071
|
type: 'object',
|
|
26046
26072
|
'x-variant-group-key': 'locks',
|
|
26047
26073
|
},
|
|
26074
|
+
{
|
|
26075
|
+
description:
|
|
26076
|
+
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
|
|
26077
|
+
properties: {
|
|
26078
|
+
created_at: {
|
|
26079
|
+
description:
|
|
26080
|
+
'Date and time at which Seam created the warning.',
|
|
26081
|
+
format: 'date-time',
|
|
26082
|
+
type: 'string',
|
|
26083
|
+
},
|
|
26084
|
+
message: {
|
|
26085
|
+
description:
|
|
26086
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
26087
|
+
type: 'string',
|
|
26088
|
+
},
|
|
26089
|
+
warning_code: {
|
|
26090
|
+
description:
|
|
26091
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
26092
|
+
enum: ['accessory_keypad_setup_required'],
|
|
26093
|
+
type: 'string',
|
|
26094
|
+
},
|
|
26095
|
+
},
|
|
26096
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
26097
|
+
type: 'object',
|
|
26098
|
+
'x-variant-group-key': 'locks',
|
|
26099
|
+
},
|
|
26048
26100
|
],
|
|
26049
26101
|
},
|
|
26050
26102
|
type: 'array',
|
|
@@ -54131,7 +54183,7 @@ export default {
|
|
|
54131
54183
|
'/seam/customer/v1/connectors/create': {
|
|
54132
54184
|
post: {
|
|
54133
54185
|
description:
|
|
54134
|
-
'Creates a new connector for a customer in a workspace. The connector will be activated and start syncing data from the external API
|
|
54186
|
+
'Creates a new connector for a customer in a workspace. The connector will be activated and start syncing data from the external API.',
|
|
54135
54187
|
operationId: 'seamCustomerV1ConnectorsCreatePost',
|
|
54136
54188
|
requestBody: {
|
|
54137
54189
|
content: {
|
|
@@ -54220,11 +54272,7 @@ export default {
|
|
|
54220
54272
|
400: { description: 'Bad Request' },
|
|
54221
54273
|
401: { description: 'Unauthorized' },
|
|
54222
54274
|
},
|
|
54223
|
-
security: [
|
|
54224
|
-
{ api_key: [] },
|
|
54225
|
-
{ client_session_with_customer: [] },
|
|
54226
|
-
{ console_session_with_workspace: [] },
|
|
54227
|
-
],
|
|
54275
|
+
security: [{ api_key: [] }, { console_session_with_workspace: [] }],
|
|
54228
54276
|
summary: '/seam/customer/v1/connectors/create',
|
|
54229
54277
|
tags: [],
|
|
54230
54278
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
|
|
@@ -54245,11 +54293,15 @@ export default {
|
|
|
54245
54293
|
'application/json': {
|
|
54246
54294
|
schema: {
|
|
54247
54295
|
properties: {
|
|
54296
|
+
connector_customer_id: { type: 'string' },
|
|
54248
54297
|
connector_id: {
|
|
54249
54298
|
description: 'ID of the connector to delete',
|
|
54250
54299
|
minLength: 1,
|
|
54251
54300
|
type: 'string',
|
|
54252
54301
|
},
|
|
54302
|
+
customer_id: { type: 'string' },
|
|
54303
|
+
customer_key: { type: 'string' },
|
|
54304
|
+
unique_provider_resource_key: { type: 'string' },
|
|
54253
54305
|
},
|
|
54254
54306
|
required: ['connector_id'],
|
|
54255
54307
|
type: 'object',
|
|
@@ -54284,11 +54336,7 @@ export default {
|
|
|
54284
54336
|
400: { description: 'Bad Request' },
|
|
54285
54337
|
401: { description: 'Unauthorized' },
|
|
54286
54338
|
},
|
|
54287
|
-
security: [
|
|
54288
|
-
{ api_key: [] },
|
|
54289
|
-
{ client_session_with_customer: [] },
|
|
54290
|
-
{ console_session_with_workspace: [] },
|
|
54291
|
-
],
|
|
54339
|
+
security: [{ api_key: [] }, { console_session_with_workspace: [] }],
|
|
54292
54340
|
summary: '/seam/customer/v1/connectors/delete',
|
|
54293
54341
|
tags: [],
|
|
54294
54342
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
|
|
@@ -54443,13 +54491,44 @@ export default {
|
|
|
54443
54491
|
'application/json': {
|
|
54444
54492
|
schema: {
|
|
54445
54493
|
properties: {
|
|
54494
|
+
connector_customer_id: {
|
|
54495
|
+
description: 'ID of the connector customer to sync',
|
|
54496
|
+
format: 'uuid',
|
|
54497
|
+
nullable: true,
|
|
54498
|
+
type: 'string',
|
|
54499
|
+
},
|
|
54446
54500
|
connector_id: {
|
|
54447
54501
|
description: 'ID of the connector to sync',
|
|
54448
54502
|
format: 'uuid',
|
|
54449
54503
|
type: 'string',
|
|
54450
54504
|
},
|
|
54505
|
+
connector_type: {
|
|
54506
|
+
description: 'Type of the connector to sync',
|
|
54507
|
+
type: 'string',
|
|
54508
|
+
},
|
|
54509
|
+
customer_id: {
|
|
54510
|
+
description: 'ID of the customer to sync',
|
|
54511
|
+
type: 'string',
|
|
54512
|
+
},
|
|
54513
|
+
customer_key: {
|
|
54514
|
+
description: 'Key of the customer to sync',
|
|
54515
|
+
type: 'string',
|
|
54516
|
+
},
|
|
54517
|
+
unique_provider_resource_key: {
|
|
54518
|
+
description:
|
|
54519
|
+
'Unique provider resource key of the connector to sync',
|
|
54520
|
+
nullable: true,
|
|
54521
|
+
type: 'string',
|
|
54522
|
+
},
|
|
54451
54523
|
},
|
|
54452
|
-
required: [
|
|
54524
|
+
required: [
|
|
54525
|
+
'connector_id',
|
|
54526
|
+
'connector_type',
|
|
54527
|
+
'customer_id',
|
|
54528
|
+
'customer_key',
|
|
54529
|
+
'connector_customer_id',
|
|
54530
|
+
'unique_provider_resource_key',
|
|
54531
|
+
],
|
|
54453
54532
|
type: 'object',
|
|
54454
54533
|
},
|
|
54455
54534
|
},
|
|
@@ -54463,11 +54542,10 @@ export default {
|
|
|
54463
54542
|
properties: {
|
|
54464
54543
|
connector_sync: {
|
|
54465
54544
|
properties: {
|
|
54466
|
-
connector_id: { type: 'string' },
|
|
54467
54545
|
message: { type: 'string' },
|
|
54468
54546
|
status: { type: 'string' },
|
|
54469
54547
|
},
|
|
54470
|
-
required: ['
|
|
54548
|
+
required: ['status', 'message'],
|
|
54471
54549
|
type: 'object',
|
|
54472
54550
|
},
|
|
54473
54551
|
ok: { type: 'boolean' },
|