@seamapi/types 1.53.1 → 1.55.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 +66 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +137 -18
- package/lib/seam/connect/openapi.d.ts +89 -0
- package/lib/seam/connect/openapi.js +66 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +48 -18
- package/lib/seam/connect/unstable/models/acs/user.d.ts +3 -0
- package/lib/seam/connect/unstable/models/acs/user.js +1 -0
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.js +2 -2
- package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +66 -3
- package/src/lib/seam/connect/route-types.ts +48 -18
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +2 -2
|
@@ -701,6 +701,7 @@ export interface Routes {
|
|
|
701
701
|
acs_users: Array<{
|
|
702
702
|
acs_user_id: string;
|
|
703
703
|
acs_system_id: string;
|
|
704
|
+
hid_acs_system_id?: string | undefined;
|
|
704
705
|
workspace_id: string;
|
|
705
706
|
created_at: string;
|
|
706
707
|
display_name: string;
|
|
@@ -1052,6 +1053,7 @@ export interface Routes {
|
|
|
1052
1053
|
acs_user: {
|
|
1053
1054
|
acs_user_id: string;
|
|
1054
1055
|
acs_system_id: string;
|
|
1056
|
+
hid_acs_system_id?: string | undefined;
|
|
1055
1057
|
workspace_id: string;
|
|
1056
1058
|
created_at: string;
|
|
1057
1059
|
display_name: string;
|
|
@@ -1090,6 +1092,7 @@ export interface Routes {
|
|
|
1090
1092
|
acs_user: {
|
|
1091
1093
|
acs_user_id: string;
|
|
1092
1094
|
acs_system_id: string;
|
|
1095
|
+
hid_acs_system_id?: string | undefined;
|
|
1093
1096
|
workspace_id: string;
|
|
1094
1097
|
created_at: string;
|
|
1095
1098
|
display_name: string;
|
|
@@ -1117,6 +1120,7 @@ export interface Routes {
|
|
|
1117
1120
|
acs_users: Array<{
|
|
1118
1121
|
acs_user_id: string;
|
|
1119
1122
|
acs_system_id: string;
|
|
1123
|
+
hid_acs_system_id?: string | undefined;
|
|
1120
1124
|
workspace_id: string;
|
|
1121
1125
|
created_at: string;
|
|
1122
1126
|
display_name: string;
|
|
@@ -1176,6 +1180,7 @@ export interface Routes {
|
|
|
1176
1180
|
email?: string | undefined;
|
|
1177
1181
|
phone_number?: string | undefined;
|
|
1178
1182
|
email_address?: string | undefined;
|
|
1183
|
+
hid_acs_system_id?: string | undefined;
|
|
1179
1184
|
};
|
|
1180
1185
|
commonParams: {};
|
|
1181
1186
|
formData: {};
|
|
@@ -1658,9 +1663,9 @@ export interface Routes {
|
|
|
1658
1663
|
online_access_codes_enabled?: boolean | undefined;
|
|
1659
1664
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
1660
1665
|
offline_access_codes_enabled?: boolean | undefined;
|
|
1661
|
-
/** Deprecated
|
|
1666
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
1662
1667
|
supports_accessory_keypad?: boolean | undefined;
|
|
1663
|
-
/** Deprecated
|
|
1668
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
1664
1669
|
supports_offline_access_codes?: boolean | undefined;
|
|
1665
1670
|
} & {
|
|
1666
1671
|
august_metadata?: {
|
|
@@ -2104,9 +2109,9 @@ export interface Routes {
|
|
|
2104
2109
|
online_access_codes_enabled?: boolean | undefined;
|
|
2105
2110
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
2106
2111
|
offline_access_codes_enabled?: boolean | undefined;
|
|
2107
|
-
/** Deprecated
|
|
2112
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
2108
2113
|
supports_accessory_keypad?: boolean | undefined;
|
|
2109
|
-
/** Deprecated
|
|
2114
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
2110
2115
|
supports_offline_access_codes?: boolean | undefined;
|
|
2111
2116
|
} & {
|
|
2112
2117
|
august_metadata?: {
|
|
@@ -2821,9 +2826,9 @@ export interface Routes {
|
|
|
2821
2826
|
online_access_codes_enabled?: boolean | undefined;
|
|
2822
2827
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
2823
2828
|
offline_access_codes_enabled?: boolean | undefined;
|
|
2824
|
-
/** Deprecated
|
|
2829
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
2825
2830
|
supports_accessory_keypad?: boolean | undefined;
|
|
2826
|
-
/** Deprecated
|
|
2831
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
2827
2832
|
supports_offline_access_codes?: boolean | undefined;
|
|
2828
2833
|
} & {
|
|
2829
2834
|
august_metadata?: {
|
|
@@ -3245,9 +3250,9 @@ export interface Routes {
|
|
|
3245
3250
|
online_access_codes_enabled?: boolean | undefined;
|
|
3246
3251
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
3247
3252
|
offline_access_codes_enabled?: boolean | undefined;
|
|
3248
|
-
/** Deprecated
|
|
3253
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
3249
3254
|
supports_accessory_keypad?: boolean | undefined;
|
|
3250
|
-
/** Deprecated
|
|
3255
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
3251
3256
|
supports_offline_access_codes?: boolean | undefined;
|
|
3252
3257
|
} & {
|
|
3253
3258
|
august_metadata?: {
|
|
@@ -3691,9 +3696,9 @@ export interface Routes {
|
|
|
3691
3696
|
online_access_codes_enabled?: boolean | undefined;
|
|
3692
3697
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
3693
3698
|
offline_access_codes_enabled?: boolean | undefined;
|
|
3694
|
-
/** Deprecated
|
|
3699
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
3695
3700
|
supports_accessory_keypad?: boolean | undefined;
|
|
3696
|
-
/** Deprecated
|
|
3701
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
3697
3702
|
supports_offline_access_codes?: boolean | undefined;
|
|
3698
3703
|
} & {
|
|
3699
3704
|
august_metadata?: {
|
|
@@ -4115,9 +4120,9 @@ export interface Routes {
|
|
|
4115
4120
|
online_access_codes_enabled?: boolean | undefined;
|
|
4116
4121
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
4117
4122
|
offline_access_codes_enabled?: boolean | undefined;
|
|
4118
|
-
/** Deprecated
|
|
4123
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
4119
4124
|
supports_accessory_keypad?: boolean | undefined;
|
|
4120
|
-
/** Deprecated
|
|
4125
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
4121
4126
|
supports_offline_access_codes?: boolean | undefined;
|
|
4122
4127
|
} & {
|
|
4123
4128
|
august_metadata?: {
|
|
@@ -4669,6 +4674,7 @@ export interface Routes {
|
|
|
4669
4674
|
jsonBody: {};
|
|
4670
4675
|
commonParams: {
|
|
4671
4676
|
device_id: string;
|
|
4677
|
+
is_programmed?: boolean | undefined;
|
|
4672
4678
|
};
|
|
4673
4679
|
formData: {};
|
|
4674
4680
|
jsonResponse: {
|
|
@@ -4959,9 +4965,9 @@ export interface Routes {
|
|
|
4959
4965
|
online_access_codes_enabled?: boolean | undefined;
|
|
4960
4966
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
4961
4967
|
offline_access_codes_enabled?: boolean | undefined;
|
|
4962
|
-
/** Deprecated
|
|
4968
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
4963
4969
|
supports_accessory_keypad?: boolean | undefined;
|
|
4964
|
-
/** Deprecated
|
|
4970
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
4965
4971
|
supports_offline_access_codes?: boolean | undefined;
|
|
4966
4972
|
} & {
|
|
4967
4973
|
august_metadata?: {
|
|
@@ -5435,9 +5441,9 @@ export interface Routes {
|
|
|
5435
5441
|
online_access_codes_enabled?: boolean | undefined;
|
|
5436
5442
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5437
5443
|
offline_access_codes_enabled?: boolean | undefined;
|
|
5438
|
-
/** Deprecated
|
|
5444
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5439
5445
|
supports_accessory_keypad?: boolean | undefined;
|
|
5440
|
-
/** Deprecated
|
|
5446
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5441
5447
|
supports_offline_access_codes?: boolean | undefined;
|
|
5442
5448
|
} & {
|
|
5443
5449
|
august_metadata?: {
|
|
@@ -6008,9 +6014,9 @@ export interface Routes {
|
|
|
6008
6014
|
online_access_codes_enabled?: boolean | undefined;
|
|
6009
6015
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
6010
6016
|
offline_access_codes_enabled?: boolean | undefined;
|
|
6011
|
-
/** Deprecated
|
|
6017
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
6012
6018
|
supports_accessory_keypad?: boolean | undefined;
|
|
6013
|
-
/** Deprecated
|
|
6019
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
6014
6020
|
supports_offline_access_codes?: boolean | undefined;
|
|
6015
6021
|
} & {
|
|
6016
6022
|
august_metadata?: {
|
|
@@ -6401,6 +6407,7 @@ export interface Routes {
|
|
|
6401
6407
|
acs_users: Array<{
|
|
6402
6408
|
acs_user_id: string;
|
|
6403
6409
|
acs_system_id: string;
|
|
6410
|
+
hid_acs_system_id?: string | undefined;
|
|
6404
6411
|
workspace_id: string;
|
|
6405
6412
|
created_at: string;
|
|
6406
6413
|
display_name: string;
|
|
@@ -6503,6 +6510,29 @@ export interface Routes {
|
|
|
6503
6510
|
}>;
|
|
6504
6511
|
};
|
|
6505
6512
|
};
|
|
6513
|
+
'/workspaces/create': {
|
|
6514
|
+
route: '/workspaces/create';
|
|
6515
|
+
method: 'POST';
|
|
6516
|
+
queryParams: {};
|
|
6517
|
+
jsonBody: {
|
|
6518
|
+
workspace_name: string;
|
|
6519
|
+
/** The name shown inside the connect webview */
|
|
6520
|
+
connect_partner_name: string;
|
|
6521
|
+
is_sandbox?: boolean;
|
|
6522
|
+
webview_primary_button_color?: string | undefined;
|
|
6523
|
+
webview_logo_shape?: ('circle' | 'square') | undefined;
|
|
6524
|
+
};
|
|
6525
|
+
commonParams: {};
|
|
6526
|
+
formData: {};
|
|
6527
|
+
jsonResponse: {
|
|
6528
|
+
workspace: {
|
|
6529
|
+
workspace_id: string;
|
|
6530
|
+
name: string;
|
|
6531
|
+
connect_partner_name: string | null;
|
|
6532
|
+
is_sandbox: boolean;
|
|
6533
|
+
};
|
|
6534
|
+
};
|
|
6535
|
+
};
|
|
6506
6536
|
'/workspaces/get': {
|
|
6507
6537
|
route: '/workspaces/get';
|
|
6508
6538
|
method: 'GET' | 'POST';
|
|
@@ -10,6 +10,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
10
10
|
acs_user_id: z.ZodString;
|
|
11
11
|
display_name: z.ZodString;
|
|
12
12
|
is_suspended: z.ZodBoolean;
|
|
13
|
+
hid_acs_system_id: z.ZodOptional<z.ZodString>;
|
|
13
14
|
full_name: z.ZodOptional<z.ZodString>;
|
|
14
15
|
email: z.ZodOptional<z.ZodString>;
|
|
15
16
|
email_address: z.ZodOptional<z.ZodString>;
|
|
@@ -23,6 +24,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
23
24
|
acs_user_id: string;
|
|
24
25
|
display_name: string;
|
|
25
26
|
is_suspended: boolean;
|
|
27
|
+
hid_acs_system_id?: string | undefined;
|
|
26
28
|
full_name?: string | undefined;
|
|
27
29
|
email?: string | undefined;
|
|
28
30
|
email_address?: string | undefined;
|
|
@@ -36,6 +38,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
36
38
|
acs_user_id: string;
|
|
37
39
|
display_name: string;
|
|
38
40
|
is_suspended: boolean;
|
|
41
|
+
hid_acs_system_id?: string | undefined;
|
|
39
42
|
full_name?: string | undefined;
|
|
40
43
|
email?: string | undefined;
|
|
41
44
|
email_address?: string | undefined;
|
|
@@ -27,6 +27,7 @@ export const acs_user = z
|
|
|
27
27
|
.object({
|
|
28
28
|
acs_user_id: z.string().uuid(),
|
|
29
29
|
acs_system_id: z.string().uuid(),
|
|
30
|
+
hid_acs_system_id: z.string().uuid().optional(),
|
|
30
31
|
workspace_id: z.string().uuid(),
|
|
31
32
|
created_at: z.string().datetime(),
|
|
32
33
|
display_name: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;CACd,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,aAAa;CACd,CAAC,CAAA;AAIF,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM;KAC1B,MAAM,EAAE;KACR,IAAI,EAAE;KACN,MAAM,CACL,CAAC,GAAG,EAAE,EAAE;IACN,iDAAiD;IACjD,OAAO,mBAAmB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;AACtC,CAAC,EACD;IACE,OAAO,EAAE,oDAAoD;CAC9D,CACF,CAAA;AAEH,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,KAAK,EAAE;SACP,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB;IACrC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
@@ -63,11 +63,11 @@ export const common_device_properties = z.object({
|
|
|
63
63
|
// Deprecated legacy capability support props
|
|
64
64
|
supports_accessory_keypad: z
|
|
65
65
|
.boolean()
|
|
66
|
-
.describe('Deprecated
|
|
66
|
+
.describe('Deprecated. Use model.accessory_keypad_supported.')
|
|
67
67
|
.optional(),
|
|
68
68
|
supports_offline_access_codes: z
|
|
69
69
|
.boolean()
|
|
70
|
-
.describe('Deprecated
|
|
70
|
+
.describe('Deprecated. Use offline_access_codes_enabled.')
|
|
71
71
|
.optional(),
|
|
72
72
|
});
|
|
73
73
|
export const managed_device = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managed-device.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/managed-device.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAElD,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;AAIzE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,yCAAyC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,CACP,iIAAiI,CAClI;IACH,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC;QACd,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;QACtE,yBAAyB,EAAE,CAAC;aACzB,MAAM,EAAE;aACR,QAAQ,CACP,wFAAwF,CACzF;QAEH,8BAA8B,EAAE,CAAC;aAC9B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,6DAA6D,CAAC;QAC1E,6BAA6B,EAAE,CAAC;aAC7B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,4DAA4D,CAAC;QACzE,0BAA0B,EAAE,CAAC;aAC1B,OAAO,EAAE;aACT,QAAQ,EAAE;aACV,QAAQ,CAAC,4DAA4D,CAAC;KAC1E,CAAC;IACF,gBAAgB,EAAE,CAAC;SAChB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,CAAC,CAAC;SACN,QAAQ,EAAE;SACV,QAAQ,CACP,0FAA0F,CAC3F;IACH,OAAO,EAAE,CAAC;SACP,MAAM,CAAC;QACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;QAC/B,MAAM,EAAE,cAAc;KACvB,CAAC;SACD,QAAQ,EAAE;SACV,QAAQ,CACP,0fAA0f,CAC3f;IACH,iBAAiB;IACjB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;IAC3E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IAC5E,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gCAAgC,CAAC;IAC7C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IAE7E,2BAA2B,EAAE,CAAC;SAC3B,OAAO,EAAE;SACT,QAAQ,CACP,uFAAuF,CACxF;SACA,QAAQ,EAAE;IACb,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,CACP,wFAAwF,CACzF;SACA,QAAQ,EAAE;IAEb,6CAA6C;IAC7C,yBAAyB,EAAE,CAAC;SACzB,OAAO,EAAE;SACT,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"managed-device.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/devices/managed-device.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -247,6 +247,7 @@ export default {
|
|
|
247
247
|
},
|
|
248
248
|
external_type_display_name: { type: 'string' },
|
|
249
249
|
full_name: { type: 'string' },
|
|
250
|
+
hid_acs_system_id: { format: 'uuid', type: 'string' },
|
|
250
251
|
is_suspended: { type: 'boolean' },
|
|
251
252
|
phone_number: { nullable: true, type: 'string' },
|
|
252
253
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
@@ -698,12 +699,12 @@ export default {
|
|
|
698
699
|
},
|
|
699
700
|
supports_accessory_keypad: {
|
|
700
701
|
description:
|
|
701
|
-
'Deprecated
|
|
702
|
+
'Deprecated. Use model.accessory_keypad_supported.',
|
|
702
703
|
type: 'boolean',
|
|
703
704
|
},
|
|
704
705
|
supports_offline_access_codes: {
|
|
705
706
|
description:
|
|
706
|
-
'Deprecated
|
|
707
|
+
'Deprecated. Use offline_access_codes_enabled.',
|
|
707
708
|
type: 'boolean',
|
|
708
709
|
},
|
|
709
710
|
},
|
|
@@ -1890,6 +1891,11 @@ export default {
|
|
|
1890
1891
|
scheme: 'bearer',
|
|
1891
1892
|
type: 'http',
|
|
1892
1893
|
},
|
|
1894
|
+
pat_without_workspace: {
|
|
1895
|
+
bearerFormat: 'API Token',
|
|
1896
|
+
scheme: 'bearer',
|
|
1897
|
+
type: 'http',
|
|
1898
|
+
},
|
|
1893
1899
|
seam_client_session_token: {
|
|
1894
1900
|
in: 'header',
|
|
1895
1901
|
name: 'seam-client-session-token',
|
|
@@ -4747,6 +4753,7 @@ export default {
|
|
|
4747
4753
|
},
|
|
4748
4754
|
email_address: { format: 'email', type: 'string' },
|
|
4749
4755
|
full_name: { type: 'string' },
|
|
4756
|
+
hid_acs_system_id: { format: 'uuid', type: 'string' },
|
|
4750
4757
|
phone_number: { nullable: true, type: 'string' },
|
|
4751
4758
|
},
|
|
4752
4759
|
required: ['acs_user_id'],
|
|
@@ -4795,6 +4802,7 @@ export default {
|
|
|
4795
4802
|
},
|
|
4796
4803
|
email_address: { format: 'email', type: 'string' },
|
|
4797
4804
|
full_name: { type: 'string' },
|
|
4805
|
+
hid_acs_system_id: { format: 'uuid', type: 'string' },
|
|
4798
4806
|
phone_number: { nullable: true, type: 'string' },
|
|
4799
4807
|
},
|
|
4800
4808
|
required: ['acs_user_id'],
|
|
@@ -7571,7 +7579,10 @@ export default {
|
|
|
7571
7579
|
content: {
|
|
7572
7580
|
'application/json': {
|
|
7573
7581
|
schema: {
|
|
7574
|
-
properties: {
|
|
7582
|
+
properties: {
|
|
7583
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
7584
|
+
is_programmed: { type: 'boolean' },
|
|
7585
|
+
},
|
|
7575
7586
|
required: ['device_id'],
|
|
7576
7587
|
type: 'object',
|
|
7577
7588
|
},
|
|
@@ -9693,6 +9704,58 @@ export default {
|
|
|
9693
9704
|
'x-fern-sdk-return-value': 'webhooks',
|
|
9694
9705
|
},
|
|
9695
9706
|
},
|
|
9707
|
+
'/workspaces/create': {
|
|
9708
|
+
post: {
|
|
9709
|
+
operationId: 'workspacesCreatePost',
|
|
9710
|
+
requestBody: {
|
|
9711
|
+
content: {
|
|
9712
|
+
'application/json': {
|
|
9713
|
+
schema: {
|
|
9714
|
+
properties: {
|
|
9715
|
+
connect_partner_name: {
|
|
9716
|
+
description: 'The name shown inside the connect webview',
|
|
9717
|
+
type: 'string',
|
|
9718
|
+
},
|
|
9719
|
+
is_sandbox: { default: false, type: 'boolean' },
|
|
9720
|
+
webview_logo_shape: {
|
|
9721
|
+
enum: ['circle', 'square'],
|
|
9722
|
+
type: 'string',
|
|
9723
|
+
},
|
|
9724
|
+
webview_primary_button_color: { type: 'string' },
|
|
9725
|
+
workspace_name: { type: 'string' },
|
|
9726
|
+
},
|
|
9727
|
+
required: ['workspace_name', 'connect_partner_name'],
|
|
9728
|
+
type: 'object',
|
|
9729
|
+
},
|
|
9730
|
+
},
|
|
9731
|
+
},
|
|
9732
|
+
},
|
|
9733
|
+
responses: {
|
|
9734
|
+
200: {
|
|
9735
|
+
content: {
|
|
9736
|
+
'application/json': {
|
|
9737
|
+
schema: {
|
|
9738
|
+
properties: {
|
|
9739
|
+
ok: { type: 'boolean' },
|
|
9740
|
+
workspace: { $ref: '#/components/schemas/workspace' },
|
|
9741
|
+
},
|
|
9742
|
+
required: ['workspace', 'ok'],
|
|
9743
|
+
type: 'object',
|
|
9744
|
+
},
|
|
9745
|
+
},
|
|
9746
|
+
},
|
|
9747
|
+
description: 'OK',
|
|
9748
|
+
},
|
|
9749
|
+
400: { description: 'Bad Request' },
|
|
9750
|
+
401: { description: 'Unauthorized' },
|
|
9751
|
+
},
|
|
9752
|
+
security: [{ pat_without_workspace: [] }],
|
|
9753
|
+
summary: '/workspaces/create',
|
|
9754
|
+
tags: ['/workspaces'],
|
|
9755
|
+
'x-fern-sdk-group-name': ['workspaces'],
|
|
9756
|
+
'x-fern-sdk-method-name': 'create',
|
|
9757
|
+
},
|
|
9758
|
+
},
|
|
9696
9759
|
'/workspaces/get': {
|
|
9697
9760
|
get: {
|
|
9698
9761
|
operationId: 'workspacesGetGet',
|
|
@@ -729,6 +729,7 @@ export interface Routes {
|
|
|
729
729
|
acs_users: Array<{
|
|
730
730
|
acs_user_id: string
|
|
731
731
|
acs_system_id: string
|
|
732
|
+
hid_acs_system_id?: string | undefined
|
|
732
733
|
workspace_id: string
|
|
733
734
|
created_at: string
|
|
734
735
|
display_name: string
|
|
@@ -1103,6 +1104,7 @@ export interface Routes {
|
|
|
1103
1104
|
acs_user: {
|
|
1104
1105
|
acs_user_id: string
|
|
1105
1106
|
acs_system_id: string
|
|
1107
|
+
hid_acs_system_id?: string | undefined
|
|
1106
1108
|
workspace_id: string
|
|
1107
1109
|
created_at: string
|
|
1108
1110
|
display_name: string
|
|
@@ -1141,6 +1143,7 @@ export interface Routes {
|
|
|
1141
1143
|
acs_user: {
|
|
1142
1144
|
acs_user_id: string
|
|
1143
1145
|
acs_system_id: string
|
|
1146
|
+
hid_acs_system_id?: string | undefined
|
|
1144
1147
|
workspace_id: string
|
|
1145
1148
|
created_at: string
|
|
1146
1149
|
display_name: string
|
|
@@ -1168,6 +1171,7 @@ export interface Routes {
|
|
|
1168
1171
|
acs_users: Array<{
|
|
1169
1172
|
acs_user_id: string
|
|
1170
1173
|
acs_system_id: string
|
|
1174
|
+
hid_acs_system_id?: string | undefined
|
|
1171
1175
|
workspace_id: string
|
|
1172
1176
|
created_at: string
|
|
1173
1177
|
display_name: string
|
|
@@ -1227,6 +1231,7 @@ export interface Routes {
|
|
|
1227
1231
|
email?: string | undefined
|
|
1228
1232
|
phone_number?: string | undefined
|
|
1229
1233
|
email_address?: string | undefined
|
|
1234
|
+
hid_acs_system_id?: string | undefined
|
|
1230
1235
|
}
|
|
1231
1236
|
commonParams: {}
|
|
1232
1237
|
formData: {}
|
|
@@ -1800,9 +1805,9 @@ export interface Routes {
|
|
|
1800
1805
|
online_access_codes_enabled?: boolean | undefined
|
|
1801
1806
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
1802
1807
|
offline_access_codes_enabled?: boolean | undefined
|
|
1803
|
-
/** Deprecated
|
|
1808
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
1804
1809
|
supports_accessory_keypad?: boolean | undefined
|
|
1805
|
-
/** Deprecated
|
|
1810
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
1806
1811
|
supports_offline_access_codes?: boolean | undefined
|
|
1807
1812
|
} & {
|
|
1808
1813
|
august_metadata?:
|
|
@@ -2534,9 +2539,9 @@ export interface Routes {
|
|
|
2534
2539
|
online_access_codes_enabled?: boolean | undefined
|
|
2535
2540
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
2536
2541
|
offline_access_codes_enabled?: boolean | undefined
|
|
2537
|
-
/** Deprecated
|
|
2542
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
2538
2543
|
supports_accessory_keypad?: boolean | undefined
|
|
2539
|
-
/** Deprecated
|
|
2544
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
2540
2545
|
supports_offline_access_codes?: boolean | undefined
|
|
2541
2546
|
} & {
|
|
2542
2547
|
august_metadata?:
|
|
@@ -3701,9 +3706,9 @@ export interface Routes {
|
|
|
3701
3706
|
online_access_codes_enabled?: boolean | undefined
|
|
3702
3707
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
3703
3708
|
offline_access_codes_enabled?: boolean | undefined
|
|
3704
|
-
/** Deprecated
|
|
3709
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
3705
3710
|
supports_accessory_keypad?: boolean | undefined
|
|
3706
|
-
/** Deprecated
|
|
3711
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
3707
3712
|
supports_offline_access_codes?: boolean | undefined
|
|
3708
3713
|
} & {
|
|
3709
3714
|
august_metadata?:
|
|
@@ -4314,9 +4319,9 @@ export interface Routes {
|
|
|
4314
4319
|
online_access_codes_enabled?: boolean | undefined
|
|
4315
4320
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
4316
4321
|
offline_access_codes_enabled?: boolean | undefined
|
|
4317
|
-
/** Deprecated
|
|
4322
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
4318
4323
|
supports_accessory_keypad?: boolean | undefined
|
|
4319
|
-
/** Deprecated
|
|
4324
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
4320
4325
|
supports_offline_access_codes?: boolean | undefined
|
|
4321
4326
|
} & {
|
|
4322
4327
|
august_metadata?:
|
|
@@ -5048,9 +5053,9 @@ export interface Routes {
|
|
|
5048
5053
|
online_access_codes_enabled?: boolean | undefined
|
|
5049
5054
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5050
5055
|
offline_access_codes_enabled?: boolean | undefined
|
|
5051
|
-
/** Deprecated
|
|
5056
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5052
5057
|
supports_accessory_keypad?: boolean | undefined
|
|
5053
|
-
/** Deprecated
|
|
5058
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5054
5059
|
supports_offline_access_codes?: boolean | undefined
|
|
5055
5060
|
} & {
|
|
5056
5061
|
august_metadata?:
|
|
@@ -5661,9 +5666,9 @@ export interface Routes {
|
|
|
5661
5666
|
online_access_codes_enabled?: boolean | undefined
|
|
5662
5667
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
5663
5668
|
offline_access_codes_enabled?: boolean | undefined
|
|
5664
|
-
/** Deprecated
|
|
5669
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
5665
5670
|
supports_accessory_keypad?: boolean | undefined
|
|
5666
|
-
/** Deprecated
|
|
5671
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
5667
5672
|
supports_offline_access_codes?: boolean | undefined
|
|
5668
5673
|
} & {
|
|
5669
5674
|
august_metadata?:
|
|
@@ -6383,6 +6388,7 @@ export interface Routes {
|
|
|
6383
6388
|
jsonBody: {}
|
|
6384
6389
|
commonParams: {
|
|
6385
6390
|
device_id: string
|
|
6391
|
+
is_programmed?: boolean | undefined
|
|
6386
6392
|
}
|
|
6387
6393
|
formData: {}
|
|
6388
6394
|
jsonResponse: {
|
|
@@ -6709,9 +6715,9 @@ export interface Routes {
|
|
|
6709
6715
|
online_access_codes_enabled?: boolean | undefined
|
|
6710
6716
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
6711
6717
|
offline_access_codes_enabled?: boolean | undefined
|
|
6712
|
-
/** Deprecated
|
|
6718
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
6713
6719
|
supports_accessory_keypad?: boolean | undefined
|
|
6714
|
-
/** Deprecated
|
|
6720
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
6715
6721
|
supports_offline_access_codes?: boolean | undefined
|
|
6716
6722
|
} & {
|
|
6717
6723
|
august_metadata?:
|
|
@@ -7473,9 +7479,9 @@ export interface Routes {
|
|
|
7473
7479
|
online_access_codes_enabled?: boolean | undefined
|
|
7474
7480
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
7475
7481
|
offline_access_codes_enabled?: boolean | undefined
|
|
7476
|
-
/** Deprecated
|
|
7482
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
7477
7483
|
supports_accessory_keypad?: boolean | undefined
|
|
7478
|
-
/** Deprecated
|
|
7484
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
7479
7485
|
supports_offline_access_codes?: boolean | undefined
|
|
7480
7486
|
} & {
|
|
7481
7487
|
august_metadata?:
|
|
@@ -8237,9 +8243,9 @@ export interface Routes {
|
|
|
8237
8243
|
online_access_codes_enabled?: boolean | undefined
|
|
8238
8244
|
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
8239
8245
|
offline_access_codes_enabled?: boolean | undefined
|
|
8240
|
-
/** Deprecated
|
|
8246
|
+
/** Deprecated. Use model.accessory_keypad_supported. */
|
|
8241
8247
|
supports_accessory_keypad?: boolean | undefined
|
|
8242
|
-
/** Deprecated
|
|
8248
|
+
/** Deprecated. Use offline_access_codes_enabled. */
|
|
8243
8249
|
supports_offline_access_codes?: boolean | undefined
|
|
8244
8250
|
} & {
|
|
8245
8251
|
august_metadata?:
|
|
@@ -8786,6 +8792,7 @@ export interface Routes {
|
|
|
8786
8792
|
acs_users: Array<{
|
|
8787
8793
|
acs_user_id: string
|
|
8788
8794
|
acs_system_id: string
|
|
8795
|
+
hid_acs_system_id?: string | undefined
|
|
8789
8796
|
workspace_id: string
|
|
8790
8797
|
created_at: string
|
|
8791
8798
|
display_name: string
|
|
@@ -8888,6 +8895,29 @@ export interface Routes {
|
|
|
8888
8895
|
}>
|
|
8889
8896
|
}
|
|
8890
8897
|
}
|
|
8898
|
+
'/workspaces/create': {
|
|
8899
|
+
route: '/workspaces/create'
|
|
8900
|
+
method: 'POST'
|
|
8901
|
+
queryParams: {}
|
|
8902
|
+
jsonBody: {
|
|
8903
|
+
workspace_name: string
|
|
8904
|
+
/** The name shown inside the connect webview */
|
|
8905
|
+
connect_partner_name: string
|
|
8906
|
+
is_sandbox?: boolean
|
|
8907
|
+
webview_primary_button_color?: string | undefined
|
|
8908
|
+
webview_logo_shape?: ('circle' | 'square') | undefined
|
|
8909
|
+
}
|
|
8910
|
+
commonParams: {}
|
|
8911
|
+
formData: {}
|
|
8912
|
+
jsonResponse: {
|
|
8913
|
+
workspace: {
|
|
8914
|
+
workspace_id: string
|
|
8915
|
+
name: string
|
|
8916
|
+
connect_partner_name: string | null
|
|
8917
|
+
is_sandbox: boolean
|
|
8918
|
+
}
|
|
8919
|
+
}
|
|
8920
|
+
}
|
|
8891
8921
|
'/workspaces/get': {
|
|
8892
8922
|
route: '/workspaces/get'
|
|
8893
8923
|
method: 'GET' | 'POST'
|
|
@@ -36,6 +36,7 @@ export const acs_user = z
|
|
|
36
36
|
.object({
|
|
37
37
|
acs_user_id: z.string().uuid(),
|
|
38
38
|
acs_system_id: z.string().uuid(),
|
|
39
|
+
hid_acs_system_id: z.string().uuid().optional(),
|
|
39
40
|
workspace_id: z.string().uuid(),
|
|
40
41
|
created_at: z.string().datetime(),
|
|
41
42
|
display_name: z.string(),
|
|
@@ -84,11 +84,11 @@ export const common_device_properties = z.object({
|
|
|
84
84
|
// Deprecated legacy capability support props
|
|
85
85
|
supports_accessory_keypad: z
|
|
86
86
|
.boolean()
|
|
87
|
-
.describe('Deprecated
|
|
87
|
+
.describe('Deprecated. Use model.accessory_keypad_supported.')
|
|
88
88
|
.optional(),
|
|
89
89
|
supports_offline_access_codes: z
|
|
90
90
|
.boolean()
|
|
91
|
-
.describe('Deprecated
|
|
91
|
+
.describe('Deprecated. Use offline_access_codes_enabled.')
|
|
92
92
|
.optional(),
|
|
93
93
|
})
|
|
94
94
|
|