@seamapi/types 1.800.0 → 1.802.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 +225 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +459 -0
- package/dist/index.cjs +225 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +58 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +9 -0
- 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 +21 -0
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/openapi.d.ts +226 -0
- package/lib/seam/connect/openapi.js +218 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +120 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +234 -0
- package/src/lib/seam/connect/route-types.ts +131 -0
package/dist/connect.d.cts
CHANGED
|
@@ -396,6 +396,19 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
|
|
|
396
396
|
}>, z.ZodObject<{
|
|
397
397
|
message: z.ZodString;
|
|
398
398
|
created_at: z.ZodOptional<z.ZodString>;
|
|
399
|
+
} & {
|
|
400
|
+
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
401
|
+
}, "strip", z.ZodTypeAny, {
|
|
402
|
+
message: string;
|
|
403
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
404
|
+
created_at?: string | undefined;
|
|
405
|
+
}, {
|
|
406
|
+
message: string;
|
|
407
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
408
|
+
created_at?: string | undefined;
|
|
409
|
+
}>, z.ZodObject<{
|
|
410
|
+
message: z.ZodString;
|
|
411
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
399
412
|
} & {
|
|
400
413
|
warning_code: z.ZodLiteral<"code_modified_external_to_seam">;
|
|
401
414
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1292,6 +1305,19 @@ declare const access_code: z.ZodObject<{
|
|
|
1292
1305
|
}>, z.ZodObject<{
|
|
1293
1306
|
message: z.ZodString;
|
|
1294
1307
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
} & {
|
|
1309
|
+
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
1310
|
+
}, "strip", z.ZodTypeAny, {
|
|
1311
|
+
message: string;
|
|
1312
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
1313
|
+
created_at?: string | undefined;
|
|
1314
|
+
}, {
|
|
1315
|
+
message: string;
|
|
1316
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
1317
|
+
created_at?: string | undefined;
|
|
1318
|
+
}>, z.ZodObject<{
|
|
1319
|
+
message: z.ZodString;
|
|
1320
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
1295
1321
|
} & {
|
|
1296
1322
|
warning_code: z.ZodLiteral<"code_modified_external_to_seam">;
|
|
1297
1323
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1895,6 +1921,10 @@ declare const access_code: z.ZodObject<{
|
|
|
1895
1921
|
message: string;
|
|
1896
1922
|
warning_code: "schlage_creation_outage";
|
|
1897
1923
|
created_at?: string | undefined;
|
|
1924
|
+
} | {
|
|
1925
|
+
message: string;
|
|
1926
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
1927
|
+
created_at?: string | undefined;
|
|
1898
1928
|
} | {
|
|
1899
1929
|
message: string;
|
|
1900
1930
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -2242,6 +2272,10 @@ declare const access_code: z.ZodObject<{
|
|
|
2242
2272
|
message: string;
|
|
2243
2273
|
warning_code: "schlage_creation_outage";
|
|
2244
2274
|
created_at?: string | undefined;
|
|
2275
|
+
} | {
|
|
2276
|
+
message: string;
|
|
2277
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
2278
|
+
created_at?: string | undefined;
|
|
2245
2279
|
} | {
|
|
2246
2280
|
message: string;
|
|
2247
2281
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -3090,6 +3124,19 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3090
3124
|
}>, z.ZodObject<{
|
|
3091
3125
|
message: z.ZodString;
|
|
3092
3126
|
created_at: z.ZodOptional<z.ZodString>;
|
|
3127
|
+
} & {
|
|
3128
|
+
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
3129
|
+
}, "strip", z.ZodTypeAny, {
|
|
3130
|
+
message: string;
|
|
3131
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
3132
|
+
created_at?: string | undefined;
|
|
3133
|
+
}, {
|
|
3134
|
+
message: string;
|
|
3135
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
3136
|
+
created_at?: string | undefined;
|
|
3137
|
+
}>, z.ZodObject<{
|
|
3138
|
+
message: z.ZodString;
|
|
3139
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
3093
3140
|
} & {
|
|
3094
3141
|
warning_code: z.ZodLiteral<"code_modified_external_to_seam">;
|
|
3095
3142
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3517,6 +3564,10 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3517
3564
|
message: string;
|
|
3518
3565
|
warning_code: "schlage_creation_outage";
|
|
3519
3566
|
created_at?: string | undefined;
|
|
3567
|
+
} | {
|
|
3568
|
+
message: string;
|
|
3569
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
3570
|
+
created_at?: string | undefined;
|
|
3520
3571
|
} | {
|
|
3521
3572
|
message: string;
|
|
3522
3573
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -3809,6 +3860,10 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3809
3860
|
message: string;
|
|
3810
3861
|
warning_code: "schlage_creation_outage";
|
|
3811
3862
|
created_at?: string | undefined;
|
|
3863
|
+
} | {
|
|
3864
|
+
message: string;
|
|
3865
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
3866
|
+
created_at?: string | undefined;
|
|
3812
3867
|
} | {
|
|
3813
3868
|
message: string;
|
|
3814
3869
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -35344,6 +35399,19 @@ declare const batch: z.ZodObject<{
|
|
|
35344
35399
|
}>, z.ZodObject<{
|
|
35345
35400
|
message: z.ZodString;
|
|
35346
35401
|
created_at: z.ZodOptional<z.ZodString>;
|
|
35402
|
+
} & {
|
|
35403
|
+
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
35404
|
+
}, "strip", z.ZodTypeAny, {
|
|
35405
|
+
message: string;
|
|
35406
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
35407
|
+
created_at?: string | undefined;
|
|
35408
|
+
}, {
|
|
35409
|
+
message: string;
|
|
35410
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
35411
|
+
created_at?: string | undefined;
|
|
35412
|
+
}>, z.ZodObject<{
|
|
35413
|
+
message: z.ZodString;
|
|
35414
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
35347
35415
|
} & {
|
|
35348
35416
|
warning_code: z.ZodLiteral<"code_modified_external_to_seam">;
|
|
35349
35417
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -35947,6 +36015,10 @@ declare const batch: z.ZodObject<{
|
|
|
35947
36015
|
message: string;
|
|
35948
36016
|
warning_code: "schlage_creation_outage";
|
|
35949
36017
|
created_at?: string | undefined;
|
|
36018
|
+
} | {
|
|
36019
|
+
message: string;
|
|
36020
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
36021
|
+
created_at?: string | undefined;
|
|
35950
36022
|
} | {
|
|
35951
36023
|
message: string;
|
|
35952
36024
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -36294,6 +36366,10 @@ declare const batch: z.ZodObject<{
|
|
|
36294
36366
|
message: string;
|
|
36295
36367
|
warning_code: "schlage_creation_outage";
|
|
36296
36368
|
created_at?: string | undefined;
|
|
36369
|
+
} | {
|
|
36370
|
+
message: string;
|
|
36371
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
36372
|
+
created_at?: string | undefined;
|
|
36297
36373
|
} | {
|
|
36298
36374
|
message: string;
|
|
36299
36375
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -37140,6 +37216,19 @@ declare const batch: z.ZodObject<{
|
|
|
37140
37216
|
}>, z.ZodObject<{
|
|
37141
37217
|
message: z.ZodString;
|
|
37142
37218
|
created_at: z.ZodOptional<z.ZodString>;
|
|
37219
|
+
} & {
|
|
37220
|
+
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
37221
|
+
}, "strip", z.ZodTypeAny, {
|
|
37222
|
+
message: string;
|
|
37223
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
37224
|
+
created_at?: string | undefined;
|
|
37225
|
+
}, {
|
|
37226
|
+
message: string;
|
|
37227
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
37228
|
+
created_at?: string | undefined;
|
|
37229
|
+
}>, z.ZodObject<{
|
|
37230
|
+
message: z.ZodString;
|
|
37231
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
37143
37232
|
} & {
|
|
37144
37233
|
warning_code: z.ZodLiteral<"code_modified_external_to_seam">;
|
|
37145
37234
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37567,6 +37656,10 @@ declare const batch: z.ZodObject<{
|
|
|
37567
37656
|
message: string;
|
|
37568
37657
|
warning_code: "schlage_creation_outage";
|
|
37569
37658
|
created_at?: string | undefined;
|
|
37659
|
+
} | {
|
|
37660
|
+
message: string;
|
|
37661
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
37662
|
+
created_at?: string | undefined;
|
|
37570
37663
|
} | {
|
|
37571
37664
|
message: string;
|
|
37572
37665
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -37859,6 +37952,10 @@ declare const batch: z.ZodObject<{
|
|
|
37859
37952
|
message: string;
|
|
37860
37953
|
warning_code: "schlage_creation_outage";
|
|
37861
37954
|
created_at?: string | undefined;
|
|
37955
|
+
} | {
|
|
37956
|
+
message: string;
|
|
37957
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
37958
|
+
created_at?: string | undefined;
|
|
37862
37959
|
} | {
|
|
37863
37960
|
message: string;
|
|
37864
37961
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -42567,6 +42664,10 @@ declare const batch: z.ZodObject<{
|
|
|
42567
42664
|
message: string;
|
|
42568
42665
|
warning_code: "schlage_creation_outage";
|
|
42569
42666
|
created_at?: string | undefined;
|
|
42667
|
+
} | {
|
|
42668
|
+
message: string;
|
|
42669
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
42670
|
+
created_at?: string | undefined;
|
|
42570
42671
|
} | {
|
|
42571
42672
|
message: string;
|
|
42572
42673
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -42915,6 +43016,10 @@ declare const batch: z.ZodObject<{
|
|
|
42915
43016
|
message: string;
|
|
42916
43017
|
warning_code: "schlage_creation_outage";
|
|
42917
43018
|
created_at?: string | undefined;
|
|
43019
|
+
} | {
|
|
43020
|
+
message: string;
|
|
43021
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
43022
|
+
created_at?: string | undefined;
|
|
42918
43023
|
} | {
|
|
42919
43024
|
message: string;
|
|
42920
43025
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -47496,6 +47601,10 @@ declare const batch: z.ZodObject<{
|
|
|
47496
47601
|
message: string;
|
|
47497
47602
|
warning_code: "schlage_creation_outage";
|
|
47498
47603
|
created_at?: string | undefined;
|
|
47604
|
+
} | {
|
|
47605
|
+
message: string;
|
|
47606
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
47607
|
+
created_at?: string | undefined;
|
|
47499
47608
|
} | {
|
|
47500
47609
|
message: string;
|
|
47501
47610
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -47844,6 +47953,10 @@ declare const batch: z.ZodObject<{
|
|
|
47844
47953
|
message: string;
|
|
47845
47954
|
warning_code: "schlage_creation_outage";
|
|
47846
47955
|
created_at?: string | undefined;
|
|
47956
|
+
} | {
|
|
47957
|
+
message: string;
|
|
47958
|
+
warning_code: "schlage_access_code_ambiguous_timezone_dst_risk";
|
|
47959
|
+
created_at?: string | undefined;
|
|
47847
47960
|
} | {
|
|
47848
47961
|
message: string;
|
|
47849
47962
|
warning_code: "delay_in_setting_on_device";
|
|
@@ -112581,6 +112694,232 @@ declare const _default: {
|
|
|
112581
112694
|
'x-undocumented': string;
|
|
112582
112695
|
};
|
|
112583
112696
|
};
|
|
112697
|
+
'/seam/connect_webview/v1/get_current_pane': {
|
|
112698
|
+
get: {
|
|
112699
|
+
description: string;
|
|
112700
|
+
operationId: string;
|
|
112701
|
+
parameters: {
|
|
112702
|
+
in: string;
|
|
112703
|
+
name: string;
|
|
112704
|
+
required: boolean;
|
|
112705
|
+
schema: {
|
|
112706
|
+
format: string;
|
|
112707
|
+
type: string;
|
|
112708
|
+
};
|
|
112709
|
+
}[];
|
|
112710
|
+
responses: {
|
|
112711
|
+
200: {
|
|
112712
|
+
content: {
|
|
112713
|
+
'application/json': {
|
|
112714
|
+
schema: {
|
|
112715
|
+
properties: {
|
|
112716
|
+
ok: {
|
|
112717
|
+
type: string;
|
|
112718
|
+
};
|
|
112719
|
+
pane: {
|
|
112720
|
+
$ref: string;
|
|
112721
|
+
};
|
|
112722
|
+
};
|
|
112723
|
+
required: string[];
|
|
112724
|
+
type: string;
|
|
112725
|
+
};
|
|
112726
|
+
};
|
|
112727
|
+
};
|
|
112728
|
+
description: string;
|
|
112729
|
+
};
|
|
112730
|
+
400: {
|
|
112731
|
+
description: string;
|
|
112732
|
+
};
|
|
112733
|
+
401: {
|
|
112734
|
+
description: string;
|
|
112735
|
+
};
|
|
112736
|
+
};
|
|
112737
|
+
security: {
|
|
112738
|
+
console_session_with_workspace: never[];
|
|
112739
|
+
}[];
|
|
112740
|
+
summary: string;
|
|
112741
|
+
tags: never[];
|
|
112742
|
+
'x-fern-sdk-group-name': string[];
|
|
112743
|
+
'x-fern-sdk-method-name': string;
|
|
112744
|
+
'x-fern-sdk-return-value': string;
|
|
112745
|
+
'x-response-key': string;
|
|
112746
|
+
'x-title': string;
|
|
112747
|
+
'x-undocumented': string;
|
|
112748
|
+
};
|
|
112749
|
+
post: {
|
|
112750
|
+
description: string;
|
|
112751
|
+
operationId: string;
|
|
112752
|
+
requestBody: {
|
|
112753
|
+
content: {
|
|
112754
|
+
'application/json': {
|
|
112755
|
+
schema: {
|
|
112756
|
+
properties: {
|
|
112757
|
+
connect_webview_id: {
|
|
112758
|
+
format: string;
|
|
112759
|
+
type: string;
|
|
112760
|
+
};
|
|
112761
|
+
};
|
|
112762
|
+
required: string[];
|
|
112763
|
+
type: string;
|
|
112764
|
+
};
|
|
112765
|
+
};
|
|
112766
|
+
};
|
|
112767
|
+
};
|
|
112768
|
+
responses: {
|
|
112769
|
+
200: {
|
|
112770
|
+
content: {
|
|
112771
|
+
'application/json': {
|
|
112772
|
+
schema: {
|
|
112773
|
+
properties: {
|
|
112774
|
+
ok: {
|
|
112775
|
+
type: string;
|
|
112776
|
+
};
|
|
112777
|
+
pane: {
|
|
112778
|
+
$ref: string;
|
|
112779
|
+
};
|
|
112780
|
+
};
|
|
112781
|
+
required: string[];
|
|
112782
|
+
type: string;
|
|
112783
|
+
};
|
|
112784
|
+
};
|
|
112785
|
+
};
|
|
112786
|
+
description: string;
|
|
112787
|
+
};
|
|
112788
|
+
400: {
|
|
112789
|
+
description: string;
|
|
112790
|
+
};
|
|
112791
|
+
401: {
|
|
112792
|
+
description: string;
|
|
112793
|
+
};
|
|
112794
|
+
};
|
|
112795
|
+
security: {
|
|
112796
|
+
console_session_with_workspace: never[];
|
|
112797
|
+
}[];
|
|
112798
|
+
summary: string;
|
|
112799
|
+
tags: never[];
|
|
112800
|
+
'x-fern-sdk-group-name': string[];
|
|
112801
|
+
'x-fern-sdk-method-name': string;
|
|
112802
|
+
'x-fern-sdk-return-value': string;
|
|
112803
|
+
'x-response-key': string;
|
|
112804
|
+
'x-title': string;
|
|
112805
|
+
'x-undocumented': string;
|
|
112806
|
+
};
|
|
112807
|
+
};
|
|
112808
|
+
'/seam/connect_webview/v1/reset': {
|
|
112809
|
+
post: {
|
|
112810
|
+
description: string;
|
|
112811
|
+
operationId: string;
|
|
112812
|
+
requestBody: {
|
|
112813
|
+
content: {
|
|
112814
|
+
'application/json': {
|
|
112815
|
+
schema: {
|
|
112816
|
+
properties: {
|
|
112817
|
+
connect_webview_id: {
|
|
112818
|
+
format: string;
|
|
112819
|
+
type: string;
|
|
112820
|
+
};
|
|
112821
|
+
};
|
|
112822
|
+
required: string[];
|
|
112823
|
+
type: string;
|
|
112824
|
+
};
|
|
112825
|
+
};
|
|
112826
|
+
};
|
|
112827
|
+
};
|
|
112828
|
+
responses: {
|
|
112829
|
+
200: {
|
|
112830
|
+
content: {
|
|
112831
|
+
'application/json': {
|
|
112832
|
+
schema: {
|
|
112833
|
+
properties: {
|
|
112834
|
+
ok: {
|
|
112835
|
+
type: string;
|
|
112836
|
+
};
|
|
112837
|
+
};
|
|
112838
|
+
required: string[];
|
|
112839
|
+
type: string;
|
|
112840
|
+
};
|
|
112841
|
+
};
|
|
112842
|
+
};
|
|
112843
|
+
description: string;
|
|
112844
|
+
};
|
|
112845
|
+
400: {
|
|
112846
|
+
description: string;
|
|
112847
|
+
};
|
|
112848
|
+
401: {
|
|
112849
|
+
description: string;
|
|
112850
|
+
};
|
|
112851
|
+
};
|
|
112852
|
+
security: {
|
|
112853
|
+
console_session_with_workspace: never[];
|
|
112854
|
+
}[];
|
|
112855
|
+
summary: string;
|
|
112856
|
+
tags: never[];
|
|
112857
|
+
'x-fern-sdk-group-name': string[];
|
|
112858
|
+
'x-fern-sdk-method-name': string;
|
|
112859
|
+
'x-fern-sdk-return-value': string;
|
|
112860
|
+
'x-response-key': string;
|
|
112861
|
+
'x-title': string;
|
|
112862
|
+
'x-undocumented': string;
|
|
112863
|
+
};
|
|
112864
|
+
};
|
|
112865
|
+
'/seam/connect_webview/v1/submit': {
|
|
112866
|
+
post: {
|
|
112867
|
+
description: string;
|
|
112868
|
+
operationId: string;
|
|
112869
|
+
requestBody: {
|
|
112870
|
+
content: {
|
|
112871
|
+
'application/json': {
|
|
112872
|
+
schema: {
|
|
112873
|
+
properties: {
|
|
112874
|
+
connect_webview_id: {
|
|
112875
|
+
format: string;
|
|
112876
|
+
type: string;
|
|
112877
|
+
};
|
|
112878
|
+
submit_args: {};
|
|
112879
|
+
};
|
|
112880
|
+
required: string[];
|
|
112881
|
+
type: string;
|
|
112882
|
+
};
|
|
112883
|
+
};
|
|
112884
|
+
};
|
|
112885
|
+
};
|
|
112886
|
+
responses: {
|
|
112887
|
+
200: {
|
|
112888
|
+
content: {
|
|
112889
|
+
'application/json': {
|
|
112890
|
+
schema: {
|
|
112891
|
+
properties: {
|
|
112892
|
+
ok: {
|
|
112893
|
+
type: string;
|
|
112894
|
+
};
|
|
112895
|
+
};
|
|
112896
|
+
required: string[];
|
|
112897
|
+
type: string;
|
|
112898
|
+
};
|
|
112899
|
+
};
|
|
112900
|
+
};
|
|
112901
|
+
description: string;
|
|
112902
|
+
};
|
|
112903
|
+
400: {
|
|
112904
|
+
description: string;
|
|
112905
|
+
};
|
|
112906
|
+
401: {
|
|
112907
|
+
description: string;
|
|
112908
|
+
};
|
|
112909
|
+
};
|
|
112910
|
+
security: {
|
|
112911
|
+
console_session_with_workspace: never[];
|
|
112912
|
+
}[];
|
|
112913
|
+
summary: string;
|
|
112914
|
+
tags: never[];
|
|
112915
|
+
'x-fern-sdk-group-name': string[];
|
|
112916
|
+
'x-fern-sdk-method-name': string;
|
|
112917
|
+
'x-fern-sdk-return-value': string;
|
|
112918
|
+
'x-response-key': string;
|
|
112919
|
+
'x-title': string;
|
|
112920
|
+
'x-undocumented': string;
|
|
112921
|
+
};
|
|
112922
|
+
};
|
|
112584
112923
|
'/seam/console/v1/get_resource_locator': {
|
|
112585
112924
|
get: {
|
|
112586
112925
|
description: string;
|
|
@@ -139006,6 +139345,13 @@ type Routes = {
|
|
|
139006
139345
|
created_at?: string | undefined;
|
|
139007
139346
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
139008
139347
|
warning_code: 'schlage_creation_outage';
|
|
139348
|
+
} | {
|
|
139349
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
139350
|
+
message: string;
|
|
139351
|
+
/** Date and time at which Seam created the warning. */
|
|
139352
|
+
created_at?: string | undefined;
|
|
139353
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
139354
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
139009
139355
|
} | {
|
|
139010
139356
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
139011
139357
|
message: string;
|
|
@@ -139634,6 +139980,13 @@ type Routes = {
|
|
|
139634
139980
|
created_at?: string | undefined;
|
|
139635
139981
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
139636
139982
|
warning_code: 'schlage_creation_outage';
|
|
139983
|
+
} | {
|
|
139984
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
139985
|
+
message: string;
|
|
139986
|
+
/** Date and time at which Seam created the warning. */
|
|
139987
|
+
created_at?: string | undefined;
|
|
139988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
139989
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
139637
139990
|
} | {
|
|
139638
139991
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
139639
139992
|
message: string;
|
|
@@ -141610,6 +141963,13 @@ type Routes = {
|
|
|
141610
141963
|
created_at?: string | undefined;
|
|
141611
141964
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141612
141965
|
warning_code: 'schlage_creation_outage';
|
|
141966
|
+
} | {
|
|
141967
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141968
|
+
message: string;
|
|
141969
|
+
/** Date and time at which Seam created the warning. */
|
|
141970
|
+
created_at?: string | undefined;
|
|
141971
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141972
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
141613
141973
|
} | {
|
|
141614
141974
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141615
141975
|
message: string;
|
|
@@ -142286,6 +142646,13 @@ type Routes = {
|
|
|
142286
142646
|
created_at?: string | undefined;
|
|
142287
142647
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142288
142648
|
warning_code: 'schlage_creation_outage';
|
|
142649
|
+
} | {
|
|
142650
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
142651
|
+
message: string;
|
|
142652
|
+
/** Date and time at which Seam created the warning. */
|
|
142653
|
+
created_at?: string | undefined;
|
|
142654
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142655
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
142289
142656
|
} | {
|
|
142290
142657
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
142291
142658
|
message: string;
|
|
@@ -142905,6 +143272,13 @@ type Routes = {
|
|
|
142905
143272
|
created_at?: string | undefined;
|
|
142906
143273
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
142907
143274
|
warning_code: 'schlage_creation_outage';
|
|
143275
|
+
} | {
|
|
143276
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143277
|
+
message: string;
|
|
143278
|
+
/** Date and time at which Seam created the warning. */
|
|
143279
|
+
created_at?: string | undefined;
|
|
143280
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143281
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
142908
143282
|
} | {
|
|
142909
143283
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
142910
143284
|
message: string;
|
|
@@ -143501,6 +143875,13 @@ type Routes = {
|
|
|
143501
143875
|
created_at?: string | undefined;
|
|
143502
143876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143503
143877
|
warning_code: 'schlage_creation_outage';
|
|
143878
|
+
} | {
|
|
143879
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143880
|
+
message: string;
|
|
143881
|
+
/** Date and time at which Seam created the warning. */
|
|
143882
|
+
created_at?: string | undefined;
|
|
143883
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
143884
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
143504
143885
|
} | {
|
|
143505
143886
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
143506
143887
|
message: string;
|
|
@@ -144132,6 +144513,13 @@ type Routes = {
|
|
|
144132
144513
|
created_at?: string | undefined;
|
|
144133
144514
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144134
144515
|
warning_code: 'schlage_creation_outage';
|
|
144516
|
+
} | {
|
|
144517
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144518
|
+
message: string;
|
|
144519
|
+
/** Date and time at which Seam created the warning. */
|
|
144520
|
+
created_at?: string | undefined;
|
|
144521
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
144522
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
144135
144523
|
} | {
|
|
144136
144524
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
144137
144525
|
message: string;
|
|
@@ -146015,6 +146403,13 @@ type Routes = {
|
|
|
146015
146403
|
created_at?: string | undefined;
|
|
146016
146404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146017
146405
|
warning_code: 'schlage_creation_outage';
|
|
146406
|
+
} | {
|
|
146407
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146408
|
+
message: string;
|
|
146409
|
+
/** Date and time at which Seam created the warning. */
|
|
146410
|
+
created_at?: string | undefined;
|
|
146411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146412
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
146018
146413
|
} | {
|
|
146019
146414
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146020
146415
|
message: string;
|
|
@@ -146528,6 +146923,13 @@ type Routes = {
|
|
|
146528
146923
|
created_at?: string | undefined;
|
|
146529
146924
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146530
146925
|
warning_code: 'schlage_creation_outage';
|
|
146926
|
+
} | {
|
|
146927
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146928
|
+
message: string;
|
|
146929
|
+
/** Date and time at which Seam created the warning. */
|
|
146930
|
+
created_at?: string | undefined;
|
|
146931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
146932
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
146531
146933
|
} | {
|
|
146532
146934
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
146533
146935
|
message: string;
|
|
@@ -198565,6 +198967,49 @@ type Routes = {
|
|
|
198565
198967
|
};
|
|
198566
198968
|
maxDuration: undefined;
|
|
198567
198969
|
};
|
|
198970
|
+
'/seam/connect_webview/v1/get_current_pane': {
|
|
198971
|
+
route: '/seam/connect_webview/v1/get_current_pane';
|
|
198972
|
+
method: 'GET' | 'POST';
|
|
198973
|
+
queryParams: {};
|
|
198974
|
+
jsonBody: {};
|
|
198975
|
+
commonParams: {
|
|
198976
|
+
connect_webview_id: string;
|
|
198977
|
+
};
|
|
198978
|
+
formData: {};
|
|
198979
|
+
jsonResponse: {
|
|
198980
|
+
pane?: any;
|
|
198981
|
+
};
|
|
198982
|
+
maxDuration: undefined;
|
|
198983
|
+
};
|
|
198984
|
+
'/seam/connect_webview/v1/reset': {
|
|
198985
|
+
route: '/seam/connect_webview/v1/reset';
|
|
198986
|
+
method: 'POST';
|
|
198987
|
+
queryParams: {};
|
|
198988
|
+
jsonBody: {
|
|
198989
|
+
connect_webview_id: string;
|
|
198990
|
+
};
|
|
198991
|
+
commonParams: {};
|
|
198992
|
+
formData: {};
|
|
198993
|
+
jsonResponse: {
|
|
198994
|
+
ok: boolean;
|
|
198995
|
+
};
|
|
198996
|
+
maxDuration: undefined;
|
|
198997
|
+
};
|
|
198998
|
+
'/seam/connect_webview/v1/submit': {
|
|
198999
|
+
route: '/seam/connect_webview/v1/submit';
|
|
199000
|
+
method: 'POST';
|
|
199001
|
+
queryParams: {};
|
|
199002
|
+
jsonBody: {
|
|
199003
|
+
connect_webview_id: string;
|
|
199004
|
+
submit_args?: any;
|
|
199005
|
+
};
|
|
199006
|
+
commonParams: {};
|
|
199007
|
+
formData: {};
|
|
199008
|
+
jsonResponse: {
|
|
199009
|
+
ok: boolean;
|
|
199010
|
+
};
|
|
199011
|
+
maxDuration: undefined;
|
|
199012
|
+
};
|
|
198568
199013
|
'/seam/console/v1/get_resource_locator': {
|
|
198569
199014
|
route: '/seam/console/v1/get_resource_locator';
|
|
198570
199015
|
method: 'GET' | 'POST';
|
|
@@ -236867,6 +237312,13 @@ type Routes = {
|
|
|
236867
237312
|
created_at?: string | undefined;
|
|
236868
237313
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
236869
237314
|
warning_code: 'schlage_creation_outage';
|
|
237315
|
+
} | {
|
|
237316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
237317
|
+
message: string;
|
|
237318
|
+
/** Date and time at which Seam created the warning. */
|
|
237319
|
+
created_at?: string | undefined;
|
|
237320
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
237321
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
236870
237322
|
} | {
|
|
236871
237323
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
236872
237324
|
message: string;
|
|
@@ -237364,6 +237816,13 @@ type Routes = {
|
|
|
237364
237816
|
created_at?: string | undefined;
|
|
237365
237817
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
237366
237818
|
warning_code: 'schlage_creation_outage';
|
|
237819
|
+
} | {
|
|
237820
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
237821
|
+
message: string;
|
|
237822
|
+
/** Date and time at which Seam created the warning. */
|
|
237823
|
+
created_at?: string | undefined;
|
|
237824
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
237825
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk';
|
|
237367
237826
|
} | {
|
|
237368
237827
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
237369
237828
|
message: string;
|