@seamapi/types 1.344.0 → 1.344.2
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 +1833 -2018
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +496 -633
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +7 -28
- package/lib/seam/connect/models/access-codes/managed-access-code.js +7 -3
- 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 +5 -26
- package/lib/seam/connect/models/acs/acs-credential.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +5 -5
- package/lib/seam/connect/models/acs/acs-user.js +2 -2
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.js +6 -3
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +6 -40
- package/lib/seam/connect/models/devices/device.js +6 -11
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +4 -25
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +4 -25
- package/lib/seam/connect/openapi.d.ts +294 -223
- package/lib/seam/connect/openapi.js +1756 -1951
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +164 -275
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +9 -3
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-user.ts +2 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +6 -3
- package/src/lib/seam/connect/models/devices/device.ts +8 -12
- package/src/lib/seam/connect/openapi.ts +1649 -1840
- package/src/lib/seam/connect/route-types.ts +3235 -3494
|
@@ -37,69 +37,69 @@ declare const _default: {
|
|
|
37
37
|
errors: {
|
|
38
38
|
description: string;
|
|
39
39
|
items: {
|
|
40
|
+
discriminator: {
|
|
41
|
+
propertyName: string;
|
|
42
|
+
};
|
|
40
43
|
oneOf: ({
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
type: string;
|
|
48
|
-
};
|
|
49
|
-
is_access_code_error: {
|
|
50
|
-
enum: boolean[];
|
|
51
|
-
type: string;
|
|
52
|
-
};
|
|
53
|
-
message: {
|
|
54
|
-
type: string;
|
|
55
|
-
};
|
|
44
|
+
description: string;
|
|
45
|
+
properties: {
|
|
46
|
+
error_code: {
|
|
47
|
+
description: string;
|
|
48
|
+
enum: string[];
|
|
49
|
+
type: string;
|
|
56
50
|
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
51
|
+
is_access_code_error: {
|
|
52
|
+
enum: boolean[];
|
|
53
|
+
type: string;
|
|
54
|
+
};
|
|
55
|
+
message: {
|
|
56
|
+
type: string;
|
|
57
|
+
};
|
|
58
|
+
is_device_error?: never;
|
|
59
|
+
is_connected_account_error?: never;
|
|
60
|
+
};
|
|
61
|
+
required: string[];
|
|
62
|
+
type: string;
|
|
61
63
|
} | {
|
|
62
64
|
description: string;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
enum: string[];
|
|
69
|
-
type: string;
|
|
70
|
-
};
|
|
71
|
-
is_device_error: {
|
|
72
|
-
enum: boolean[];
|
|
73
|
-
type: string;
|
|
74
|
-
};
|
|
75
|
-
message: {
|
|
76
|
-
type: string;
|
|
77
|
-
};
|
|
65
|
+
properties: {
|
|
66
|
+
error_code: {
|
|
67
|
+
description: string;
|
|
68
|
+
enum: string[];
|
|
69
|
+
type: string;
|
|
78
70
|
};
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
71
|
+
is_device_error: {
|
|
72
|
+
enum: boolean[];
|
|
73
|
+
type: string;
|
|
74
|
+
};
|
|
75
|
+
message: {
|
|
76
|
+
type: string;
|
|
77
|
+
};
|
|
78
|
+
is_access_code_error?: never;
|
|
79
|
+
is_connected_account_error?: never;
|
|
80
|
+
};
|
|
81
|
+
required: string[];
|
|
82
|
+
type: string;
|
|
82
83
|
} | {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
type: string;
|
|
90
|
-
};
|
|
91
|
-
is_connected_account_error: {
|
|
92
|
-
enum: boolean[];
|
|
93
|
-
type: string;
|
|
94
|
-
};
|
|
95
|
-
message: {
|
|
96
|
-
type: string;
|
|
97
|
-
};
|
|
84
|
+
description: string;
|
|
85
|
+
properties: {
|
|
86
|
+
error_code: {
|
|
87
|
+
description: string;
|
|
88
|
+
enum: string[];
|
|
89
|
+
type: string;
|
|
98
90
|
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
91
|
+
is_connected_account_error: {
|
|
92
|
+
enum: boolean[];
|
|
93
|
+
type: string;
|
|
94
|
+
};
|
|
95
|
+
message: {
|
|
96
|
+
type: string;
|
|
97
|
+
};
|
|
98
|
+
is_access_code_error?: never;
|
|
99
|
+
is_device_error?: never;
|
|
100
|
+
};
|
|
101
|
+
required: string[];
|
|
102
|
+
type: string;
|
|
103
103
|
})[];
|
|
104
104
|
};
|
|
105
105
|
type: string;
|
|
@@ -167,6 +167,9 @@ declare const _default: {
|
|
|
167
167
|
warnings: {
|
|
168
168
|
description: string;
|
|
169
169
|
items: {
|
|
170
|
+
discriminator: {
|
|
171
|
+
propertyName: string;
|
|
172
|
+
};
|
|
170
173
|
oneOf: {
|
|
171
174
|
description: string;
|
|
172
175
|
properties: {
|
|
@@ -464,6 +467,9 @@ declare const _default: {
|
|
|
464
467
|
description: string;
|
|
465
468
|
items: {
|
|
466
469
|
description: string;
|
|
470
|
+
discriminator: {
|
|
471
|
+
propertyName: string;
|
|
472
|
+
};
|
|
467
473
|
oneOf: {
|
|
468
474
|
description: string;
|
|
469
475
|
properties: {
|
|
@@ -836,6 +842,9 @@ declare const _default: {
|
|
|
836
842
|
description: string;
|
|
837
843
|
items: {
|
|
838
844
|
description: string;
|
|
845
|
+
discriminator: {
|
|
846
|
+
propertyName: string;
|
|
847
|
+
};
|
|
839
848
|
oneOf: ({
|
|
840
849
|
description: string;
|
|
841
850
|
properties: {
|
|
@@ -949,6 +958,9 @@ declare const _default: {
|
|
|
949
958
|
description: string;
|
|
950
959
|
items: {
|
|
951
960
|
description: string;
|
|
961
|
+
discriminator: {
|
|
962
|
+
propertyName: string;
|
|
963
|
+
};
|
|
952
964
|
oneOf: ({
|
|
953
965
|
properties: {
|
|
954
966
|
created_at: {
|
|
@@ -1064,6 +1076,9 @@ declare const _default: {
|
|
|
1064
1076
|
description: string;
|
|
1065
1077
|
items: {
|
|
1066
1078
|
description: string;
|
|
1079
|
+
discriminator: {
|
|
1080
|
+
propertyName: string;
|
|
1081
|
+
};
|
|
1067
1082
|
oneOf: {
|
|
1068
1083
|
description: string;
|
|
1069
1084
|
properties: {
|
|
@@ -1150,6 +1165,9 @@ declare const _default: {
|
|
|
1150
1165
|
description: string;
|
|
1151
1166
|
items: {
|
|
1152
1167
|
description: string;
|
|
1168
|
+
discriminator: {
|
|
1169
|
+
propertyName: string;
|
|
1170
|
+
};
|
|
1153
1171
|
oneOf: {
|
|
1154
1172
|
description: string;
|
|
1155
1173
|
properties: {
|
|
@@ -1606,6 +1624,9 @@ declare const _default: {
|
|
|
1606
1624
|
description: string;
|
|
1607
1625
|
items: {
|
|
1608
1626
|
description: string;
|
|
1627
|
+
discriminator: {
|
|
1628
|
+
propertyName: string;
|
|
1629
|
+
};
|
|
1609
1630
|
oneOf: {
|
|
1610
1631
|
description: string;
|
|
1611
1632
|
properties: {
|
|
@@ -1935,6 +1956,9 @@ declare const _default: {
|
|
|
1935
1956
|
description: string;
|
|
1936
1957
|
items: {
|
|
1937
1958
|
description: string;
|
|
1959
|
+
discriminator: {
|
|
1960
|
+
propertyName: string;
|
|
1961
|
+
};
|
|
1938
1962
|
oneOf: {
|
|
1939
1963
|
description: string;
|
|
1940
1964
|
properties: {
|
|
@@ -2368,6 +2392,9 @@ declare const _default: {
|
|
|
2368
2392
|
};
|
|
2369
2393
|
errors: {
|
|
2370
2394
|
items: {
|
|
2395
|
+
discriminator: {
|
|
2396
|
+
propertyName: string;
|
|
2397
|
+
};
|
|
2371
2398
|
oneOf: {
|
|
2372
2399
|
description: string;
|
|
2373
2400
|
properties: {
|
|
@@ -2413,6 +2440,9 @@ declare const _default: {
|
|
|
2413
2440
|
warnings: {
|
|
2414
2441
|
items: {
|
|
2415
2442
|
description: string;
|
|
2443
|
+
discriminator: {
|
|
2444
|
+
propertyName: string;
|
|
2445
|
+
};
|
|
2416
2446
|
oneOf: {
|
|
2417
2447
|
description: string;
|
|
2418
2448
|
properties: {
|
|
@@ -2516,48 +2546,47 @@ declare const _default: {
|
|
|
2516
2546
|
errors: {
|
|
2517
2547
|
description: string;
|
|
2518
2548
|
items: {
|
|
2549
|
+
discriminator: {
|
|
2550
|
+
propertyName: string;
|
|
2551
|
+
};
|
|
2519
2552
|
oneOf: ({
|
|
2520
2553
|
description: string;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
enum: string[];
|
|
2527
|
-
type: string;
|
|
2528
|
-
};
|
|
2529
|
-
is_device_error: {
|
|
2530
|
-
enum: boolean[];
|
|
2531
|
-
type: string;
|
|
2532
|
-
};
|
|
2533
|
-
message: {
|
|
2534
|
-
type: string;
|
|
2535
|
-
};
|
|
2554
|
+
properties: {
|
|
2555
|
+
error_code: {
|
|
2556
|
+
description: string;
|
|
2557
|
+
enum: string[];
|
|
2558
|
+
type: string;
|
|
2536
2559
|
};
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2560
|
+
is_device_error: {
|
|
2561
|
+
enum: boolean[];
|
|
2562
|
+
type: string;
|
|
2563
|
+
};
|
|
2564
|
+
message: {
|
|
2565
|
+
type: string;
|
|
2566
|
+
};
|
|
2567
|
+
is_connected_account_error?: never;
|
|
2568
|
+
};
|
|
2569
|
+
required: string[];
|
|
2570
|
+
type: string;
|
|
2540
2571
|
} | {
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
type: string;
|
|
2548
|
-
};
|
|
2549
|
-
is_connected_account_error: {
|
|
2550
|
-
enum: boolean[];
|
|
2551
|
-
type: string;
|
|
2552
|
-
};
|
|
2553
|
-
message: {
|
|
2554
|
-
type: string;
|
|
2555
|
-
};
|
|
2572
|
+
description: string;
|
|
2573
|
+
properties: {
|
|
2574
|
+
error_code: {
|
|
2575
|
+
description: string;
|
|
2576
|
+
enum: string[];
|
|
2577
|
+
type: string;
|
|
2556
2578
|
};
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2579
|
+
is_connected_account_error: {
|
|
2580
|
+
enum: boolean[];
|
|
2581
|
+
type: string;
|
|
2582
|
+
};
|
|
2583
|
+
message: {
|
|
2584
|
+
type: string;
|
|
2585
|
+
};
|
|
2586
|
+
is_device_error?: never;
|
|
2587
|
+
};
|
|
2588
|
+
required: string[];
|
|
2589
|
+
type: string;
|
|
2561
2590
|
})[];
|
|
2562
2591
|
};
|
|
2563
2592
|
type: string;
|
|
@@ -4045,6 +4074,9 @@ declare const _default: {
|
|
|
4045
4074
|
warnings: {
|
|
4046
4075
|
description: string;
|
|
4047
4076
|
items: {
|
|
4077
|
+
discriminator: {
|
|
4078
|
+
propertyName: string;
|
|
4079
|
+
};
|
|
4048
4080
|
oneOf: {
|
|
4049
4081
|
description: string;
|
|
4050
4082
|
properties: {
|
|
@@ -6815,48 +6847,47 @@ declare const _default: {
|
|
|
6815
6847
|
errors: {
|
|
6816
6848
|
description: string;
|
|
6817
6849
|
items: {
|
|
6850
|
+
discriminator: {
|
|
6851
|
+
propertyName: string;
|
|
6852
|
+
};
|
|
6818
6853
|
oneOf: ({
|
|
6819
6854
|
description: string;
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
enum: string[];
|
|
6826
|
-
type: string;
|
|
6827
|
-
};
|
|
6828
|
-
is_device_error: {
|
|
6829
|
-
enum: boolean[];
|
|
6830
|
-
type: string;
|
|
6831
|
-
};
|
|
6832
|
-
message: {
|
|
6833
|
-
type: string;
|
|
6834
|
-
};
|
|
6855
|
+
properties: {
|
|
6856
|
+
error_code: {
|
|
6857
|
+
description: string;
|
|
6858
|
+
enum: string[];
|
|
6859
|
+
type: string;
|
|
6835
6860
|
};
|
|
6836
|
-
|
|
6837
|
-
|
|
6838
|
-
|
|
6861
|
+
is_device_error: {
|
|
6862
|
+
enum: boolean[];
|
|
6863
|
+
type: string;
|
|
6864
|
+
};
|
|
6865
|
+
message: {
|
|
6866
|
+
type: string;
|
|
6867
|
+
};
|
|
6868
|
+
is_connected_account_error?: never;
|
|
6869
|
+
};
|
|
6870
|
+
required: string[];
|
|
6871
|
+
type: string;
|
|
6839
6872
|
} | {
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
type: string;
|
|
6847
|
-
};
|
|
6848
|
-
is_connected_account_error: {
|
|
6849
|
-
enum: boolean[];
|
|
6850
|
-
type: string;
|
|
6851
|
-
};
|
|
6852
|
-
message: {
|
|
6853
|
-
type: string;
|
|
6854
|
-
};
|
|
6873
|
+
description: string;
|
|
6874
|
+
properties: {
|
|
6875
|
+
error_code: {
|
|
6876
|
+
description: string;
|
|
6877
|
+
enum: string[];
|
|
6878
|
+
type: string;
|
|
6855
6879
|
};
|
|
6856
|
-
|
|
6857
|
-
|
|
6858
|
-
|
|
6859
|
-
|
|
6880
|
+
is_connected_account_error: {
|
|
6881
|
+
enum: boolean[];
|
|
6882
|
+
type: string;
|
|
6883
|
+
};
|
|
6884
|
+
message: {
|
|
6885
|
+
type: string;
|
|
6886
|
+
};
|
|
6887
|
+
is_device_error?: never;
|
|
6888
|
+
};
|
|
6889
|
+
required: string[];
|
|
6890
|
+
type: string;
|
|
6860
6891
|
})[];
|
|
6861
6892
|
};
|
|
6862
6893
|
type: string;
|
|
@@ -6926,6 +6957,9 @@ declare const _default: {
|
|
|
6926
6957
|
warnings: {
|
|
6927
6958
|
description: string;
|
|
6928
6959
|
items: {
|
|
6960
|
+
discriminator: {
|
|
6961
|
+
propertyName: string;
|
|
6962
|
+
};
|
|
6929
6963
|
oneOf: {
|
|
6930
6964
|
description: string;
|
|
6931
6965
|
properties: {
|
|
@@ -7069,69 +7103,69 @@ declare const _default: {
|
|
|
7069
7103
|
errors: {
|
|
7070
7104
|
description: string;
|
|
7071
7105
|
items: {
|
|
7106
|
+
discriminator: {
|
|
7107
|
+
propertyName: string;
|
|
7108
|
+
};
|
|
7072
7109
|
oneOf: ({
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
type: string;
|
|
7080
|
-
};
|
|
7081
|
-
is_access_code_error: {
|
|
7082
|
-
enum: boolean[];
|
|
7083
|
-
type: string;
|
|
7084
|
-
};
|
|
7085
|
-
message: {
|
|
7086
|
-
type: string;
|
|
7087
|
-
};
|
|
7110
|
+
description: string;
|
|
7111
|
+
properties: {
|
|
7112
|
+
error_code: {
|
|
7113
|
+
description: string;
|
|
7114
|
+
enum: string[];
|
|
7115
|
+
type: string;
|
|
7088
7116
|
};
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7117
|
+
is_access_code_error: {
|
|
7118
|
+
enum: boolean[];
|
|
7119
|
+
type: string;
|
|
7120
|
+
};
|
|
7121
|
+
message: {
|
|
7122
|
+
type: string;
|
|
7123
|
+
};
|
|
7124
|
+
is_device_error?: never;
|
|
7125
|
+
is_connected_account_error?: never;
|
|
7126
|
+
};
|
|
7127
|
+
required: string[];
|
|
7128
|
+
type: string;
|
|
7093
7129
|
} | {
|
|
7094
7130
|
description: string;
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
enum: string[];
|
|
7101
|
-
type: string;
|
|
7102
|
-
};
|
|
7103
|
-
is_device_error: {
|
|
7104
|
-
enum: boolean[];
|
|
7105
|
-
type: string;
|
|
7106
|
-
};
|
|
7107
|
-
message: {
|
|
7108
|
-
type: string;
|
|
7109
|
-
};
|
|
7131
|
+
properties: {
|
|
7132
|
+
error_code: {
|
|
7133
|
+
description: string;
|
|
7134
|
+
enum: string[];
|
|
7135
|
+
type: string;
|
|
7110
7136
|
};
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7137
|
+
is_device_error: {
|
|
7138
|
+
enum: boolean[];
|
|
7139
|
+
type: string;
|
|
7140
|
+
};
|
|
7141
|
+
message: {
|
|
7142
|
+
type: string;
|
|
7143
|
+
};
|
|
7144
|
+
is_access_code_error?: never;
|
|
7145
|
+
is_connected_account_error?: never;
|
|
7146
|
+
};
|
|
7147
|
+
required: string[];
|
|
7148
|
+
type: string;
|
|
7114
7149
|
} | {
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
type: string;
|
|
7122
|
-
};
|
|
7123
|
-
is_connected_account_error: {
|
|
7124
|
-
enum: boolean[];
|
|
7125
|
-
type: string;
|
|
7126
|
-
};
|
|
7127
|
-
message: {
|
|
7128
|
-
type: string;
|
|
7129
|
-
};
|
|
7150
|
+
description: string;
|
|
7151
|
+
properties: {
|
|
7152
|
+
error_code: {
|
|
7153
|
+
description: string;
|
|
7154
|
+
enum: string[];
|
|
7155
|
+
type: string;
|
|
7130
7156
|
};
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7157
|
+
is_connected_account_error: {
|
|
7158
|
+
enum: boolean[];
|
|
7159
|
+
type: string;
|
|
7160
|
+
};
|
|
7161
|
+
message: {
|
|
7162
|
+
type: string;
|
|
7163
|
+
};
|
|
7164
|
+
is_access_code_error?: never;
|
|
7165
|
+
is_device_error?: never;
|
|
7166
|
+
};
|
|
7167
|
+
required: string[];
|
|
7168
|
+
type: string;
|
|
7135
7169
|
})[];
|
|
7136
7170
|
};
|
|
7137
7171
|
type: string;
|
|
@@ -7163,6 +7197,9 @@ declare const _default: {
|
|
|
7163
7197
|
warnings: {
|
|
7164
7198
|
description: string;
|
|
7165
7199
|
items: {
|
|
7200
|
+
discriminator: {
|
|
7201
|
+
propertyName: string;
|
|
7202
|
+
};
|
|
7166
7203
|
oneOf: {
|
|
7167
7204
|
description: string;
|
|
7168
7205
|
properties: {
|
|
@@ -7459,6 +7496,9 @@ declare const _default: {
|
|
|
7459
7496
|
description: string;
|
|
7460
7497
|
items: {
|
|
7461
7498
|
description: string;
|
|
7499
|
+
discriminator: {
|
|
7500
|
+
propertyName: string;
|
|
7501
|
+
};
|
|
7462
7502
|
oneOf: {
|
|
7463
7503
|
description: string;
|
|
7464
7504
|
properties: {
|
|
@@ -7548,6 +7588,9 @@ declare const _default: {
|
|
|
7548
7588
|
description: string;
|
|
7549
7589
|
items: {
|
|
7550
7590
|
description: string;
|
|
7591
|
+
discriminator: {
|
|
7592
|
+
propertyName: string;
|
|
7593
|
+
};
|
|
7551
7594
|
oneOf: {
|
|
7552
7595
|
description: string;
|
|
7553
7596
|
properties: {
|
|
@@ -7634,6 +7677,9 @@ declare const _default: {
|
|
|
7634
7677
|
description: string;
|
|
7635
7678
|
items: {
|
|
7636
7679
|
description: string;
|
|
7680
|
+
discriminator: {
|
|
7681
|
+
propertyName: string;
|
|
7682
|
+
};
|
|
7637
7683
|
oneOf: {
|
|
7638
7684
|
description: string;
|
|
7639
7685
|
properties: {
|
|
@@ -7733,48 +7779,47 @@ declare const _default: {
|
|
|
7733
7779
|
errors: {
|
|
7734
7780
|
description: string;
|
|
7735
7781
|
items: {
|
|
7782
|
+
discriminator: {
|
|
7783
|
+
propertyName: string;
|
|
7784
|
+
};
|
|
7736
7785
|
oneOf: ({
|
|
7737
7786
|
description: string;
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
enum: string[];
|
|
7744
|
-
type: string;
|
|
7745
|
-
};
|
|
7746
|
-
is_device_error: {
|
|
7747
|
-
enum: boolean[];
|
|
7748
|
-
type: string;
|
|
7749
|
-
};
|
|
7750
|
-
message: {
|
|
7751
|
-
type: string;
|
|
7752
|
-
};
|
|
7787
|
+
properties: {
|
|
7788
|
+
error_code: {
|
|
7789
|
+
description: string;
|
|
7790
|
+
enum: string[];
|
|
7791
|
+
type: string;
|
|
7753
7792
|
};
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7793
|
+
is_device_error: {
|
|
7794
|
+
enum: boolean[];
|
|
7795
|
+
type: string;
|
|
7796
|
+
};
|
|
7797
|
+
message: {
|
|
7798
|
+
type: string;
|
|
7799
|
+
};
|
|
7800
|
+
is_connected_account_error?: never;
|
|
7801
|
+
};
|
|
7802
|
+
required: string[];
|
|
7803
|
+
type: string;
|
|
7757
7804
|
} | {
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
|
|
7761
|
-
|
|
7762
|
-
|
|
7763
|
-
|
|
7764
|
-
type: string;
|
|
7765
|
-
};
|
|
7766
|
-
is_connected_account_error: {
|
|
7767
|
-
enum: boolean[];
|
|
7768
|
-
type: string;
|
|
7769
|
-
};
|
|
7770
|
-
message: {
|
|
7771
|
-
type: string;
|
|
7772
|
-
};
|
|
7805
|
+
description: string;
|
|
7806
|
+
properties: {
|
|
7807
|
+
error_code: {
|
|
7808
|
+
description: string;
|
|
7809
|
+
enum: string[];
|
|
7810
|
+
type: string;
|
|
7773
7811
|
};
|
|
7774
|
-
|
|
7775
|
-
|
|
7776
|
-
|
|
7777
|
-
|
|
7812
|
+
is_connected_account_error: {
|
|
7813
|
+
enum: boolean[];
|
|
7814
|
+
type: string;
|
|
7815
|
+
};
|
|
7816
|
+
message: {
|
|
7817
|
+
type: string;
|
|
7818
|
+
};
|
|
7819
|
+
is_device_error?: never;
|
|
7820
|
+
};
|
|
7821
|
+
required: string[];
|
|
7822
|
+
type: string;
|
|
7778
7823
|
})[];
|
|
7779
7824
|
};
|
|
7780
7825
|
type: string;
|
|
@@ -7921,6 +7966,9 @@ declare const _default: {
|
|
|
7921
7966
|
warnings: {
|
|
7922
7967
|
description: string;
|
|
7923
7968
|
items: {
|
|
7969
|
+
discriminator: {
|
|
7970
|
+
propertyName: string;
|
|
7971
|
+
};
|
|
7924
7972
|
oneOf: {
|
|
7925
7973
|
description: string;
|
|
7926
7974
|
properties: {
|
|
@@ -21060,6 +21108,7 @@ declare const _default: {
|
|
|
21060
21108
|
};
|
|
21061
21109
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
21062
21110
|
post: {
|
|
21111
|
+
description: string;
|
|
21063
21112
|
operationId: string;
|
|
21064
21113
|
requestBody: {
|
|
21065
21114
|
content: {
|
|
@@ -21071,10 +21120,12 @@ declare const _default: {
|
|
|
21071
21120
|
oneOf: ({
|
|
21072
21121
|
properties: {
|
|
21073
21122
|
device_id: {
|
|
21123
|
+
description: string;
|
|
21074
21124
|
format: string;
|
|
21075
21125
|
type: string;
|
|
21076
21126
|
};
|
|
21077
21127
|
hvac_mode: {
|
|
21128
|
+
description: string;
|
|
21078
21129
|
enum: string[];
|
|
21079
21130
|
type: string;
|
|
21080
21131
|
};
|
|
@@ -21088,18 +21139,22 @@ declare const _default: {
|
|
|
21088
21139
|
} | {
|
|
21089
21140
|
properties: {
|
|
21090
21141
|
cooling_set_point_celsius: {
|
|
21142
|
+
description: string;
|
|
21091
21143
|
format: string;
|
|
21092
21144
|
type: string;
|
|
21093
21145
|
};
|
|
21094
21146
|
cooling_set_point_fahrenheit: {
|
|
21147
|
+
description: string;
|
|
21095
21148
|
format: string;
|
|
21096
21149
|
type: string;
|
|
21097
21150
|
};
|
|
21098
21151
|
device_id: {
|
|
21152
|
+
description: string;
|
|
21099
21153
|
format: string;
|
|
21100
21154
|
type: string;
|
|
21101
21155
|
};
|
|
21102
21156
|
hvac_mode: {
|
|
21157
|
+
description: string;
|
|
21103
21158
|
enum: string[];
|
|
21104
21159
|
type: string;
|
|
21105
21160
|
};
|
|
@@ -21111,18 +21166,22 @@ declare const _default: {
|
|
|
21111
21166
|
} | {
|
|
21112
21167
|
properties: {
|
|
21113
21168
|
device_id: {
|
|
21169
|
+
description: string;
|
|
21114
21170
|
format: string;
|
|
21115
21171
|
type: string;
|
|
21116
21172
|
};
|
|
21117
21173
|
heating_set_point_celsius: {
|
|
21174
|
+
description: string;
|
|
21118
21175
|
format: string;
|
|
21119
21176
|
type: string;
|
|
21120
21177
|
};
|
|
21121
21178
|
heating_set_point_fahrenheit: {
|
|
21179
|
+
description: string;
|
|
21122
21180
|
format: string;
|
|
21123
21181
|
type: string;
|
|
21124
21182
|
};
|
|
21125
21183
|
hvac_mode: {
|
|
21184
|
+
description: string;
|
|
21126
21185
|
enum: string[];
|
|
21127
21186
|
type: string;
|
|
21128
21187
|
};
|
|
@@ -21134,26 +21193,32 @@ declare const _default: {
|
|
|
21134
21193
|
} | {
|
|
21135
21194
|
properties: {
|
|
21136
21195
|
cooling_set_point_celsius: {
|
|
21196
|
+
description: string;
|
|
21137
21197
|
format: string;
|
|
21138
21198
|
type: string;
|
|
21139
21199
|
};
|
|
21140
21200
|
cooling_set_point_fahrenheit: {
|
|
21201
|
+
description: string;
|
|
21141
21202
|
format: string;
|
|
21142
21203
|
type: string;
|
|
21143
21204
|
};
|
|
21144
21205
|
device_id: {
|
|
21206
|
+
description: string;
|
|
21145
21207
|
format: string;
|
|
21146
21208
|
type: string;
|
|
21147
21209
|
};
|
|
21148
21210
|
heating_set_point_celsius: {
|
|
21211
|
+
description: string;
|
|
21149
21212
|
format: string;
|
|
21150
21213
|
type: string;
|
|
21151
21214
|
};
|
|
21152
21215
|
heating_set_point_fahrenheit: {
|
|
21216
|
+
description: string;
|
|
21153
21217
|
format: string;
|
|
21154
21218
|
type: string;
|
|
21155
21219
|
};
|
|
21156
21220
|
hvac_mode: {
|
|
21221
|
+
description: string;
|
|
21157
21222
|
enum: string[];
|
|
21158
21223
|
type: string;
|
|
21159
21224
|
};
|
|
@@ -21207,10 +21272,12 @@ declare const _default: {
|
|
|
21207
21272
|
'x-fern-sdk-group-name': string[];
|
|
21208
21273
|
'x-fern-sdk-method-name': string;
|
|
21209
21274
|
'x-response-key': null;
|
|
21275
|
+
'x-title': string;
|
|
21210
21276
|
};
|
|
21211
21277
|
};
|
|
21212
21278
|
'/thermostats/simulate/temperature_reached': {
|
|
21213
21279
|
post: {
|
|
21280
|
+
description: string;
|
|
21214
21281
|
operationId: string;
|
|
21215
21282
|
requestBody: {
|
|
21216
21283
|
content: {
|
|
@@ -21218,14 +21285,17 @@ declare const _default: {
|
|
|
21218
21285
|
schema: {
|
|
21219
21286
|
properties: {
|
|
21220
21287
|
device_id: {
|
|
21288
|
+
description: string;
|
|
21221
21289
|
format: string;
|
|
21222
21290
|
type: string;
|
|
21223
21291
|
};
|
|
21224
21292
|
temperature_celsius: {
|
|
21293
|
+
description: string;
|
|
21225
21294
|
format: string;
|
|
21226
21295
|
type: string;
|
|
21227
21296
|
};
|
|
21228
21297
|
temperature_fahrenheit: {
|
|
21298
|
+
description: string;
|
|
21229
21299
|
format: string;
|
|
21230
21300
|
type: string;
|
|
21231
21301
|
};
|
|
@@ -21278,6 +21348,7 @@ declare const _default: {
|
|
|
21278
21348
|
'x-fern-sdk-group-name': string[];
|
|
21279
21349
|
'x-fern-sdk-method-name': string;
|
|
21280
21350
|
'x-response-key': null;
|
|
21351
|
+
'x-title': string;
|
|
21281
21352
|
};
|
|
21282
21353
|
};
|
|
21283
21354
|
'/thermostats/update_climate_preset': {
|