@seamapi/types 1.699.0 → 1.701.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 +36 -61
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +60 -239
- package/dist/index.cjs +36 -61
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -9
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -26
- package/lib/seam/connect/models/batch.d.ts +0 -72
- package/lib/seam/connect/openapi.d.ts +47 -0
- package/lib/seam/connect/openapi.js +34 -54
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +13 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -10
- package/src/lib/seam/connect/openapi.ts +38 -62
- package/src/lib/seam/connect/route-types.ts +13 -110
package/dist/connect.d.cts
CHANGED
|
@@ -148,22 +148,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
148
148
|
message: z.ZodString;
|
|
149
149
|
is_access_code_error: z.ZodLiteral<true>;
|
|
150
150
|
created_at: z.ZodOptional<z.ZodString>;
|
|
151
|
-
} & {
|
|
152
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
153
|
-
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
message: string;
|
|
155
|
-
error_code: "igloohome_bridge_offline";
|
|
156
|
-
is_access_code_error: true;
|
|
157
|
-
created_at?: string | undefined;
|
|
158
|
-
}, {
|
|
159
|
-
message: string;
|
|
160
|
-
error_code: "igloohome_bridge_offline";
|
|
161
|
-
is_access_code_error: true;
|
|
162
|
-
created_at?: string | undefined;
|
|
163
|
-
}>, z.ZodObject<{
|
|
164
|
-
message: z.ZodString;
|
|
165
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
166
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
167
151
|
} & {
|
|
168
152
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
169
153
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -732,22 +716,6 @@ declare const access_code: z.ZodObject<{
|
|
|
732
716
|
message: z.ZodString;
|
|
733
717
|
is_access_code_error: z.ZodLiteral<true>;
|
|
734
718
|
created_at: z.ZodOptional<z.ZodString>;
|
|
735
|
-
} & {
|
|
736
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
737
|
-
}, "strip", z.ZodTypeAny, {
|
|
738
|
-
message: string;
|
|
739
|
-
error_code: "igloohome_bridge_offline";
|
|
740
|
-
is_access_code_error: true;
|
|
741
|
-
created_at?: string | undefined;
|
|
742
|
-
}, {
|
|
743
|
-
message: string;
|
|
744
|
-
error_code: "igloohome_bridge_offline";
|
|
745
|
-
is_access_code_error: true;
|
|
746
|
-
created_at?: string | undefined;
|
|
747
|
-
}>, z.ZodObject<{
|
|
748
|
-
message: z.ZodString;
|
|
749
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
750
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
751
719
|
} & {
|
|
752
720
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
753
721
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1651,11 +1619,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1651
1619
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
1652
1620
|
is_access_code_error: true;
|
|
1653
1621
|
created_at?: string | undefined;
|
|
1654
|
-
} | {
|
|
1655
|
-
message: string;
|
|
1656
|
-
error_code: "igloohome_bridge_offline";
|
|
1657
|
-
is_access_code_error: true;
|
|
1658
|
-
created_at?: string | undefined;
|
|
1659
1622
|
} | {
|
|
1660
1623
|
message: string;
|
|
1661
1624
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -1949,11 +1912,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1949
1912
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
1950
1913
|
is_access_code_error: true;
|
|
1951
1914
|
created_at?: string | undefined;
|
|
1952
|
-
} | {
|
|
1953
|
-
message: string;
|
|
1954
|
-
error_code: "igloohome_bridge_offline";
|
|
1955
|
-
is_access_code_error: true;
|
|
1956
|
-
created_at?: string | undefined;
|
|
1957
1915
|
} | {
|
|
1958
1916
|
message: string;
|
|
1959
1917
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -2256,22 +2214,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2256
2214
|
message: z.ZodString;
|
|
2257
2215
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2258
2216
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
} & {
|
|
2260
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
2261
|
-
}, "strip", z.ZodTypeAny, {
|
|
2262
|
-
message: string;
|
|
2263
|
-
error_code: "igloohome_bridge_offline";
|
|
2264
|
-
is_access_code_error: true;
|
|
2265
|
-
created_at?: string | undefined;
|
|
2266
|
-
}, {
|
|
2267
|
-
message: string;
|
|
2268
|
-
error_code: "igloohome_bridge_offline";
|
|
2269
|
-
is_access_code_error: true;
|
|
2270
|
-
created_at?: string | undefined;
|
|
2271
|
-
}>, z.ZodObject<{
|
|
2272
|
-
message: z.ZodString;
|
|
2273
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2274
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2275
2217
|
} & {
|
|
2276
2218
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
2277
2219
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3169,11 +3111,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3169
3111
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
3170
3112
|
is_access_code_error: true;
|
|
3171
3113
|
created_at?: string | undefined;
|
|
3172
|
-
} | {
|
|
3173
|
-
message: string;
|
|
3174
|
-
error_code: "igloohome_bridge_offline";
|
|
3175
|
-
is_access_code_error: true;
|
|
3176
|
-
created_at?: string | undefined;
|
|
3177
3114
|
} | {
|
|
3178
3115
|
message: string;
|
|
3179
3116
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -3458,11 +3395,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3458
3395
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
3459
3396
|
is_access_code_error: true;
|
|
3460
3397
|
created_at?: string | undefined;
|
|
3461
|
-
} | {
|
|
3462
|
-
message: string;
|
|
3463
|
-
error_code: "igloohome_bridge_offline";
|
|
3464
|
-
is_access_code_error: true;
|
|
3465
|
-
created_at?: string | undefined;
|
|
3466
3398
|
} | {
|
|
3467
3399
|
message: string;
|
|
3468
3400
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -29069,22 +29001,6 @@ declare const batch: z.ZodObject<{
|
|
|
29069
29001
|
message: z.ZodString;
|
|
29070
29002
|
is_access_code_error: z.ZodLiteral<true>;
|
|
29071
29003
|
created_at: z.ZodOptional<z.ZodString>;
|
|
29072
|
-
} & {
|
|
29073
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
29074
|
-
}, "strip", z.ZodTypeAny, {
|
|
29075
|
-
message: string;
|
|
29076
|
-
error_code: "igloohome_bridge_offline";
|
|
29077
|
-
is_access_code_error: true;
|
|
29078
|
-
created_at?: string | undefined;
|
|
29079
|
-
}, {
|
|
29080
|
-
message: string;
|
|
29081
|
-
error_code: "igloohome_bridge_offline";
|
|
29082
|
-
is_access_code_error: true;
|
|
29083
|
-
created_at?: string | undefined;
|
|
29084
|
-
}>, z.ZodObject<{
|
|
29085
|
-
message: z.ZodString;
|
|
29086
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
29087
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
29088
29004
|
} & {
|
|
29089
29005
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
29090
29006
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29988,11 +29904,6 @@ declare const batch: z.ZodObject<{
|
|
|
29988
29904
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
29989
29905
|
is_access_code_error: true;
|
|
29990
29906
|
created_at?: string | undefined;
|
|
29991
|
-
} | {
|
|
29992
|
-
message: string;
|
|
29993
|
-
error_code: "igloohome_bridge_offline";
|
|
29994
|
-
is_access_code_error: true;
|
|
29995
|
-
created_at?: string | undefined;
|
|
29996
29907
|
} | {
|
|
29997
29908
|
message: string;
|
|
29998
29909
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -30286,11 +30197,6 @@ declare const batch: z.ZodObject<{
|
|
|
30286
30197
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
30287
30198
|
is_access_code_error: true;
|
|
30288
30199
|
created_at?: string | undefined;
|
|
30289
|
-
} | {
|
|
30290
|
-
message: string;
|
|
30291
|
-
error_code: "igloohome_bridge_offline";
|
|
30292
|
-
is_access_code_error: true;
|
|
30293
|
-
created_at?: string | undefined;
|
|
30294
30200
|
} | {
|
|
30295
30201
|
message: string;
|
|
30296
30202
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -30591,22 +30497,6 @@ declare const batch: z.ZodObject<{
|
|
|
30591
30497
|
message: z.ZodString;
|
|
30592
30498
|
is_access_code_error: z.ZodLiteral<true>;
|
|
30593
30499
|
created_at: z.ZodOptional<z.ZodString>;
|
|
30594
|
-
} & {
|
|
30595
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
30596
|
-
}, "strip", z.ZodTypeAny, {
|
|
30597
|
-
message: string;
|
|
30598
|
-
error_code: "igloohome_bridge_offline";
|
|
30599
|
-
is_access_code_error: true;
|
|
30600
|
-
created_at?: string | undefined;
|
|
30601
|
-
}, {
|
|
30602
|
-
message: string;
|
|
30603
|
-
error_code: "igloohome_bridge_offline";
|
|
30604
|
-
is_access_code_error: true;
|
|
30605
|
-
created_at?: string | undefined;
|
|
30606
|
-
}>, z.ZodObject<{
|
|
30607
|
-
message: z.ZodString;
|
|
30608
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
30609
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
30610
30500
|
} & {
|
|
30611
30501
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
30612
30502
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31504,11 +31394,6 @@ declare const batch: z.ZodObject<{
|
|
|
31504
31394
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
31505
31395
|
is_access_code_error: true;
|
|
31506
31396
|
created_at?: string | undefined;
|
|
31507
|
-
} | {
|
|
31508
|
-
message: string;
|
|
31509
|
-
error_code: "igloohome_bridge_offline";
|
|
31510
|
-
is_access_code_error: true;
|
|
31511
|
-
created_at?: string | undefined;
|
|
31512
31397
|
} | {
|
|
31513
31398
|
message: string;
|
|
31514
31399
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -31793,11 +31678,6 @@ declare const batch: z.ZodObject<{
|
|
|
31793
31678
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
31794
31679
|
is_access_code_error: true;
|
|
31795
31680
|
created_at?: string | undefined;
|
|
31796
|
-
} | {
|
|
31797
|
-
message: string;
|
|
31798
|
-
error_code: "igloohome_bridge_offline";
|
|
31799
|
-
is_access_code_error: true;
|
|
31800
|
-
created_at?: string | undefined;
|
|
31801
31681
|
} | {
|
|
31802
31682
|
message: string;
|
|
31803
31683
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -35713,11 +35593,6 @@ declare const batch: z.ZodObject<{
|
|
|
35713
35593
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
35714
35594
|
is_access_code_error: true;
|
|
35715
35595
|
created_at?: string | undefined;
|
|
35716
|
-
} | {
|
|
35717
|
-
message: string;
|
|
35718
|
-
error_code: "igloohome_bridge_offline";
|
|
35719
|
-
is_access_code_error: true;
|
|
35720
|
-
created_at?: string | undefined;
|
|
35721
35596
|
} | {
|
|
35722
35597
|
message: string;
|
|
35723
35598
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -36012,11 +35887,6 @@ declare const batch: z.ZodObject<{
|
|
|
36012
35887
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
36013
35888
|
is_access_code_error: true;
|
|
36014
35889
|
created_at?: string | undefined;
|
|
36015
|
-
} | {
|
|
36016
|
-
message: string;
|
|
36017
|
-
error_code: "igloohome_bridge_offline";
|
|
36018
|
-
is_access_code_error: true;
|
|
36019
|
-
created_at?: string | undefined;
|
|
36020
35890
|
} | {
|
|
36021
35891
|
message: string;
|
|
36022
35892
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -39805,11 +39675,6 @@ declare const batch: z.ZodObject<{
|
|
|
39805
39675
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
39806
39676
|
is_access_code_error: true;
|
|
39807
39677
|
created_at?: string | undefined;
|
|
39808
|
-
} | {
|
|
39809
|
-
message: string;
|
|
39810
|
-
error_code: "igloohome_bridge_offline";
|
|
39811
|
-
is_access_code_error: true;
|
|
39812
|
-
created_at?: string | undefined;
|
|
39813
39678
|
} | {
|
|
39814
39679
|
message: string;
|
|
39815
39680
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -40104,11 +39969,6 @@ declare const batch: z.ZodObject<{
|
|
|
40104
39969
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
40105
39970
|
is_access_code_error: true;
|
|
40106
39971
|
created_at?: string | undefined;
|
|
40107
|
-
} | {
|
|
40108
|
-
message: string;
|
|
40109
|
-
error_code: "igloohome_bridge_offline";
|
|
40110
|
-
is_access_code_error: true;
|
|
40111
|
-
created_at?: string | undefined;
|
|
40112
39972
|
} | {
|
|
40113
39973
|
message: string;
|
|
40114
39974
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -72843,6 +72703,32 @@ declare const _default: {
|
|
|
72843
72703
|
schema: {
|
|
72844
72704
|
description: string;
|
|
72845
72705
|
type: string;
|
|
72706
|
+
default?: never;
|
|
72707
|
+
format?: never;
|
|
72708
|
+
nullable?: never;
|
|
72709
|
+
deprecated?: never;
|
|
72710
|
+
'x-deprecated'?: never;
|
|
72711
|
+
};
|
|
72712
|
+
} | {
|
|
72713
|
+
in: string;
|
|
72714
|
+
name: string;
|
|
72715
|
+
schema: {
|
|
72716
|
+
default: number;
|
|
72717
|
+
description: string;
|
|
72718
|
+
format: string;
|
|
72719
|
+
type: string;
|
|
72720
|
+
nullable?: never;
|
|
72721
|
+
deprecated?: never;
|
|
72722
|
+
'x-deprecated'?: never;
|
|
72723
|
+
};
|
|
72724
|
+
} | {
|
|
72725
|
+
in: string;
|
|
72726
|
+
name: string;
|
|
72727
|
+
schema: {
|
|
72728
|
+
description: string;
|
|
72729
|
+
nullable: boolean;
|
|
72730
|
+
type: string;
|
|
72731
|
+
default?: never;
|
|
72846
72732
|
format?: never;
|
|
72847
72733
|
deprecated?: never;
|
|
72848
72734
|
'x-deprecated'?: never;
|
|
@@ -72854,6 +72740,8 @@ declare const _default: {
|
|
|
72854
72740
|
description: string;
|
|
72855
72741
|
format: string;
|
|
72856
72742
|
type: string;
|
|
72743
|
+
default?: never;
|
|
72744
|
+
nullable?: never;
|
|
72857
72745
|
deprecated?: never;
|
|
72858
72746
|
'x-deprecated'?: never;
|
|
72859
72747
|
};
|
|
@@ -72866,6 +72754,8 @@ declare const _default: {
|
|
|
72866
72754
|
type: string;
|
|
72867
72755
|
'x-deprecated': string;
|
|
72868
72756
|
description?: never;
|
|
72757
|
+
default?: never;
|
|
72758
|
+
nullable?: never;
|
|
72869
72759
|
};
|
|
72870
72760
|
})[];
|
|
72871
72761
|
responses: {
|
|
@@ -72883,6 +72773,9 @@ declare const _default: {
|
|
|
72883
72773
|
ok: {
|
|
72884
72774
|
type: string;
|
|
72885
72775
|
};
|
|
72776
|
+
pagination: {
|
|
72777
|
+
$ref: string;
|
|
72778
|
+
};
|
|
72886
72779
|
};
|
|
72887
72780
|
required: string[];
|
|
72888
72781
|
type: string;
|
|
@@ -72954,12 +72847,23 @@ declare const _default: {
|
|
|
72954
72847
|
description: string;
|
|
72955
72848
|
type: string;
|
|
72956
72849
|
};
|
|
72850
|
+
limit: {
|
|
72851
|
+
default: number;
|
|
72852
|
+
description: string;
|
|
72853
|
+
format: string;
|
|
72854
|
+
type: string;
|
|
72855
|
+
};
|
|
72957
72856
|
location_id: {
|
|
72958
72857
|
deprecated: boolean;
|
|
72959
72858
|
format: string;
|
|
72960
72859
|
type: string;
|
|
72961
72860
|
'x-deprecated': string;
|
|
72962
72861
|
};
|
|
72862
|
+
page_cursor: {
|
|
72863
|
+
description: string;
|
|
72864
|
+
nullable: boolean;
|
|
72865
|
+
type: string;
|
|
72866
|
+
};
|
|
72963
72867
|
reservation_key: {
|
|
72964
72868
|
description: string;
|
|
72965
72869
|
type: string;
|
|
@@ -72995,6 +72899,9 @@ declare const _default: {
|
|
|
72995
72899
|
ok: {
|
|
72996
72900
|
type: string;
|
|
72997
72901
|
};
|
|
72902
|
+
pagination: {
|
|
72903
|
+
$ref: string;
|
|
72904
|
+
};
|
|
72998
72905
|
};
|
|
72999
72906
|
required: string[];
|
|
73000
72907
|
type: string;
|
|
@@ -116362,15 +116269,6 @@ type Routes = {
|
|
|
116362
116269
|
created_at?: string | undefined;
|
|
116363
116270
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116364
116271
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
116365
|
-
} | {
|
|
116366
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116367
|
-
message: string;
|
|
116368
|
-
/** Indicates that this is an access code error. */
|
|
116369
|
-
is_access_code_error: true;
|
|
116370
|
-
/** Date and time at which Seam created the error. */
|
|
116371
|
-
created_at?: string | undefined;
|
|
116372
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116373
|
-
error_code: 'igloohome_bridge_offline';
|
|
116374
116272
|
} | {
|
|
116375
116273
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116376
116274
|
message: string;
|
|
@@ -116915,15 +116813,6 @@ type Routes = {
|
|
|
116915
116813
|
created_at?: string | undefined;
|
|
116916
116814
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116917
116815
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
116918
|
-
} | {
|
|
116919
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116920
|
-
message: string;
|
|
116921
|
-
/** Indicates that this is an access code error. */
|
|
116922
|
-
is_access_code_error: true;
|
|
116923
|
-
/** Date and time at which Seam created the error. */
|
|
116924
|
-
created_at?: string | undefined;
|
|
116925
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116926
|
-
error_code: 'igloohome_bridge_offline';
|
|
116927
116816
|
} | {
|
|
116928
116817
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116929
116818
|
message: string;
|
|
@@ -118734,15 +118623,6 @@ type Routes = {
|
|
|
118734
118623
|
created_at?: string | undefined;
|
|
118735
118624
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118736
118625
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
118737
|
-
} | {
|
|
118738
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118739
|
-
message: string;
|
|
118740
|
-
/** Indicates that this is an access code error. */
|
|
118741
|
-
is_access_code_error: true;
|
|
118742
|
-
/** Date and time at which Seam created the error. */
|
|
118743
|
-
created_at?: string | undefined;
|
|
118744
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118745
|
-
error_code: 'igloohome_bridge_offline';
|
|
118746
118626
|
} | {
|
|
118747
118627
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118748
118628
|
message: string;
|
|
@@ -119261,15 +119141,6 @@ type Routes = {
|
|
|
119261
119141
|
created_at?: string | undefined;
|
|
119262
119142
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119263
119143
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
119264
|
-
} | {
|
|
119265
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119266
|
-
message: string;
|
|
119267
|
-
/** Indicates that this is an access code error. */
|
|
119268
|
-
is_access_code_error: true;
|
|
119269
|
-
/** Date and time at which Seam created the error. */
|
|
119270
|
-
created_at?: string | undefined;
|
|
119271
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119272
|
-
error_code: 'igloohome_bridge_offline';
|
|
119273
119144
|
} | {
|
|
119274
119145
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119275
119146
|
message: string;
|
|
@@ -119794,15 +119665,6 @@ type Routes = {
|
|
|
119794
119665
|
created_at?: string | undefined;
|
|
119795
119666
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119796
119667
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
119797
|
-
} | {
|
|
119798
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119799
|
-
message: string;
|
|
119800
|
-
/** Indicates that this is an access code error. */
|
|
119801
|
-
is_access_code_error: true;
|
|
119802
|
-
/** Date and time at which Seam created the error. */
|
|
119803
|
-
created_at?: string | undefined;
|
|
119804
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119805
|
-
error_code: 'igloohome_bridge_offline';
|
|
119806
119668
|
} | {
|
|
119807
119669
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119808
119670
|
message: string;
|
|
@@ -120304,15 +120166,6 @@ type Routes = {
|
|
|
120304
120166
|
created_at?: string | undefined;
|
|
120305
120167
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120306
120168
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
120307
|
-
} | {
|
|
120308
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120309
|
-
message: string;
|
|
120310
|
-
/** Indicates that this is an access code error. */
|
|
120311
|
-
is_access_code_error: true;
|
|
120312
|
-
/** Date and time at which Seam created the error. */
|
|
120313
|
-
created_at?: string | undefined;
|
|
120314
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120315
|
-
error_code: 'igloohome_bridge_offline';
|
|
120316
120169
|
} | {
|
|
120317
120170
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120318
120171
|
message: string;
|
|
@@ -120849,15 +120702,6 @@ type Routes = {
|
|
|
120849
120702
|
created_at?: string | undefined;
|
|
120850
120703
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120851
120704
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
120852
|
-
} | {
|
|
120853
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120854
|
-
message: string;
|
|
120855
|
-
/** Indicates that this is an access code error. */
|
|
120856
|
-
is_access_code_error: true;
|
|
120857
|
-
/** Date and time at which Seam created the error. */
|
|
120858
|
-
created_at?: string | undefined;
|
|
120859
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120860
|
-
error_code: 'igloohome_bridge_offline';
|
|
120861
120705
|
} | {
|
|
120862
120706
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120863
120707
|
message: string;
|
|
@@ -122655,15 +122499,6 @@ type Routes = {
|
|
|
122655
122499
|
created_at?: string | undefined;
|
|
122656
122500
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122657
122501
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
122658
|
-
} | {
|
|
122659
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122660
|
-
message: string;
|
|
122661
|
-
/** Indicates that this is an access code error. */
|
|
122662
|
-
is_access_code_error: true;
|
|
122663
|
-
/** Date and time at which Seam created the error. */
|
|
122664
|
-
created_at?: string | undefined;
|
|
122665
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122666
|
-
error_code: 'igloohome_bridge_offline';
|
|
122667
122502
|
} | {
|
|
122668
122503
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122669
122504
|
message: string;
|
|
@@ -123160,15 +122995,6 @@ type Routes = {
|
|
|
123160
122995
|
created_at?: string | undefined;
|
|
123161
122996
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123162
122997
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
123163
|
-
} | {
|
|
123164
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123165
|
-
message: string;
|
|
123166
|
-
/** Indicates that this is an access code error. */
|
|
123167
|
-
is_access_code_error: true;
|
|
123168
|
-
/** Date and time at which Seam created the error. */
|
|
123169
|
-
created_at?: string | undefined;
|
|
123170
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123171
|
-
error_code: 'igloohome_bridge_offline';
|
|
123172
122998
|
} | {
|
|
123173
122999
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123174
123000
|
message: string;
|
|
@@ -126896,6 +126722,10 @@ type Routes = {
|
|
|
126896
126722
|
commonParams: {
|
|
126897
126723
|
/** Customer key for which you want to list access grants. */
|
|
126898
126724
|
customer_key?: string | undefined;
|
|
126725
|
+
/** Numerical limit on the number of access grants to return. */
|
|
126726
|
+
limit?: number;
|
|
126727
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
126728
|
+
page_cursor?: (string | undefined) | null;
|
|
126899
126729
|
/** ID of user identity by which you want to filter the list of Access Grants. */
|
|
126900
126730
|
user_identity_id?: string | undefined;
|
|
126901
126731
|
/** ID of the access system by which you want to filter the list of Access Grants. */
|
|
@@ -126980,6 +126810,15 @@ type Routes = {
|
|
|
126980
126810
|
/** ID of the customization profile associated with the Access Grant. */
|
|
126981
126811
|
customization_profile_id?: string | undefined;
|
|
126982
126812
|
}[];
|
|
126813
|
+
/** Information about the current page of results. */
|
|
126814
|
+
pagination: {
|
|
126815
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
126816
|
+
next_page_cursor: string | null;
|
|
126817
|
+
/** Indicates whether there is another page of results after this one. */
|
|
126818
|
+
has_next_page: boolean;
|
|
126819
|
+
/** URL to get the next page of results. */
|
|
126820
|
+
next_page_url: string | null;
|
|
126821
|
+
};
|
|
126983
126822
|
};
|
|
126984
126823
|
maxDuration: undefined;
|
|
126985
126824
|
};
|
|
@@ -199126,15 +198965,6 @@ type Routes = {
|
|
|
199126
198965
|
created_at?: string | undefined;
|
|
199127
198966
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199128
198967
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
199129
|
-
} | {
|
|
199130
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199131
|
-
message: string;
|
|
199132
|
-
/** Indicates that this is an access code error. */
|
|
199133
|
-
is_access_code_error: true;
|
|
199134
|
-
/** Date and time at which Seam created the error. */
|
|
199135
|
-
created_at?: string | undefined;
|
|
199136
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199137
|
-
error_code: 'igloohome_bridge_offline';
|
|
199138
198968
|
} | {
|
|
199139
198969
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199140
198970
|
message: string;
|
|
@@ -199617,15 +199447,6 @@ type Routes = {
|
|
|
199617
199447
|
created_at?: string | undefined;
|
|
199618
199448
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199619
199449
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
199620
|
-
} | {
|
|
199621
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199622
|
-
message: string;
|
|
199623
|
-
/** Indicates that this is an access code error. */
|
|
199624
|
-
is_access_code_error: true;
|
|
199625
|
-
/** Date and time at which Seam created the error. */
|
|
199626
|
-
created_at?: string | undefined;
|
|
199627
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199628
|
-
error_code: 'igloohome_bridge_offline';
|
|
199629
199450
|
} | {
|
|
199630
199451
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199631
199452
|
message: string;
|