@seamapi/types 1.75.0 → 1.76.1
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 +19 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +37 -24
- package/lib/seam/connect/openapi.d.ts +25 -15
- package/lib/seam/connect/openapi.js +18 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -9
- package/lib/seam/connect/unstable/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/user.js +1 -1
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +18 -6
- package/src/lib/seam/connect/route-types.ts +37 -9
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -1
|
@@ -705,7 +705,7 @@ export interface Routes {
|
|
|
705
705
|
workspace_id: string;
|
|
706
706
|
created_at: string;
|
|
707
707
|
display_name: string;
|
|
708
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
708
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
709
709
|
external_type_display_name?: string | undefined;
|
|
710
710
|
is_suspended: boolean;
|
|
711
711
|
access_schedule?: {
|
|
@@ -991,6 +991,7 @@ export interface Routes {
|
|
|
991
991
|
jsonBody: {};
|
|
992
992
|
commonParams: {
|
|
993
993
|
acs_system_id?: string | undefined;
|
|
994
|
+
acs_credential_id?: string | undefined;
|
|
994
995
|
};
|
|
995
996
|
formData: {};
|
|
996
997
|
jsonResponse: {
|
|
@@ -1092,7 +1093,7 @@ export interface Routes {
|
|
|
1092
1093
|
workspace_id: string;
|
|
1093
1094
|
created_at: string;
|
|
1094
1095
|
display_name: string;
|
|
1095
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
1096
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
1096
1097
|
external_type_display_name?: string | undefined;
|
|
1097
1098
|
is_suspended: boolean;
|
|
1098
1099
|
access_schedule?: {
|
|
@@ -1135,7 +1136,7 @@ export interface Routes {
|
|
|
1135
1136
|
workspace_id: string;
|
|
1136
1137
|
created_at: string;
|
|
1137
1138
|
display_name: string;
|
|
1138
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
1139
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
1139
1140
|
external_type_display_name?: string | undefined;
|
|
1140
1141
|
is_suspended: boolean;
|
|
1141
1142
|
access_schedule?: {
|
|
@@ -1167,7 +1168,7 @@ export interface Routes {
|
|
|
1167
1168
|
workspace_id: string;
|
|
1168
1169
|
created_at: string;
|
|
1169
1170
|
display_name: string;
|
|
1170
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
1171
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
1171
1172
|
external_type_display_name?: string | undefined;
|
|
1172
1173
|
is_suspended: boolean;
|
|
1173
1174
|
access_schedule?: {
|
|
@@ -5553,15 +5554,17 @@ export interface Routes {
|
|
|
5553
5554
|
custom_sdk_installation_id?: string | undefined;
|
|
5554
5555
|
user_identity_id: string;
|
|
5555
5556
|
phone_metadata?: {
|
|
5557
|
+
operating_system?: 'android' | 'ios';
|
|
5558
|
+
os_version?: string;
|
|
5559
|
+
device_manufacturer?: string;
|
|
5560
|
+
device_model?: string;
|
|
5561
|
+
};
|
|
5562
|
+
assa_abloy_metadata?: {
|
|
5556
5563
|
ble_capability?: boolean;
|
|
5557
5564
|
hce_capability?: boolean;
|
|
5558
5565
|
nfc_capability?: boolean;
|
|
5559
5566
|
application_version?: string;
|
|
5560
5567
|
seos_applet_version?: string;
|
|
5561
|
-
device_manufacturer?: string;
|
|
5562
|
-
device_model?: string;
|
|
5563
|
-
os_version?: string;
|
|
5564
|
-
operating_system?: 'android' | 'ios';
|
|
5565
5568
|
};
|
|
5566
5569
|
};
|
|
5567
5570
|
commonParams: {};
|
|
@@ -7844,7 +7847,7 @@ export interface Routes {
|
|
|
7844
7847
|
workspace_id: string;
|
|
7845
7848
|
created_at: string;
|
|
7846
7849
|
display_name: string;
|
|
7847
|
-
external_type?: ('pti_user' | 'brivo_user' | '
|
|
7850
|
+
external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
|
|
7848
7851
|
external_type_display_name?: string | undefined;
|
|
7849
7852
|
is_suspended: boolean;
|
|
7850
7853
|
access_schedule?: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_user_external_type: z.ZodEnum<["pti_user", "brivo_user", "
|
|
2
|
+
export declare const acs_user_external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user"]>;
|
|
3
3
|
export type AcsUserExternalType = z.infer<typeof acs_user_external_type>;
|
|
4
4
|
export declare const acs_user: z.ZodObject<{
|
|
5
5
|
workspace_id: z.ZodString;
|
|
6
6
|
created_at: z.ZodString;
|
|
7
7
|
acs_system_id: z.ZodString;
|
|
8
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "
|
|
8
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user"]>>;
|
|
9
9
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
10
10
|
acs_user_id: z.ZodString;
|
|
11
11
|
display_name: z.ZodString;
|
|
@@ -32,7 +32,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
32
32
|
acs_user_id: string;
|
|
33
33
|
display_name: string;
|
|
34
34
|
is_suspended: boolean;
|
|
35
|
-
external_type?: "pti_user" | "brivo_user" | "
|
|
35
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | undefined;
|
|
36
36
|
external_type_display_name?: string | undefined;
|
|
37
37
|
hid_acs_system_id?: string | undefined;
|
|
38
38
|
access_schedule?: {
|
|
@@ -50,7 +50,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
50
50
|
acs_user_id: string;
|
|
51
51
|
display_name: string;
|
|
52
52
|
is_suspended: boolean;
|
|
53
|
-
external_type?: "pti_user" | "brivo_user" | "
|
|
53
|
+
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | undefined;
|
|
54
54
|
external_type_display_name?: string | undefined;
|
|
55
55
|
hid_acs_system_id?: string | undefined;
|
|
56
56
|
access_schedule?: {
|
|
@@ -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,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,
|
|
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,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,6BAA6B;IAC7B,iBAAiB;CAClB,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,CAAC,QAAQ,EAAE;IAChD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;IACzB,eAAe,EAAE,QAAQ,CAAC,QAAQ,EAAE;CACrC,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -254,7 +254,12 @@ export default {
|
|
|
254
254
|
},
|
|
255
255
|
email_address: { format: 'email', type: 'string' },
|
|
256
256
|
external_type: {
|
|
257
|
-
enum: [
|
|
257
|
+
enum: [
|
|
258
|
+
'pti_user',
|
|
259
|
+
'brivo_user',
|
|
260
|
+
'hid_credential_manager_user',
|
|
261
|
+
'salto_site_user',
|
|
262
|
+
],
|
|
258
263
|
type: 'string',
|
|
259
264
|
},
|
|
260
265
|
external_type_display_name: { type: 'string' },
|
|
@@ -5936,6 +5941,7 @@ export default {
|
|
|
5936
5941
|
'application/json': {
|
|
5937
5942
|
schema: {
|
|
5938
5943
|
properties: {
|
|
5944
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
5939
5945
|
acs_system_id: { format: 'uuid', type: 'string' },
|
|
5940
5946
|
},
|
|
5941
5947
|
type: 'object',
|
|
@@ -9814,12 +9820,21 @@ export default {
|
|
|
9814
9820
|
format: 'uuid',
|
|
9815
9821
|
type: 'string',
|
|
9816
9822
|
},
|
|
9817
|
-
|
|
9818
|
-
phone_metadata: {
|
|
9823
|
+
assa_abloy_metadata: {
|
|
9819
9824
|
default: {},
|
|
9820
9825
|
properties: {
|
|
9821
9826
|
application_version: { default: '1.0.0', type: 'string' },
|
|
9822
9827
|
ble_capability: { default: true, type: 'boolean' },
|
|
9828
|
+
hce_capability: { default: false, type: 'boolean' },
|
|
9829
|
+
nfc_capability: { default: false, type: 'boolean' },
|
|
9830
|
+
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9831
|
+
},
|
|
9832
|
+
type: 'object',
|
|
9833
|
+
},
|
|
9834
|
+
custom_sdk_installation_id: { type: 'string' },
|
|
9835
|
+
phone_metadata: {
|
|
9836
|
+
default: {},
|
|
9837
|
+
properties: {
|
|
9823
9838
|
device_manufacturer: {
|
|
9824
9839
|
default: 'Samsung',
|
|
9825
9840
|
type: 'string',
|
|
@@ -9828,15 +9843,12 @@ export default {
|
|
|
9828
9843
|
default: 'Samsung Galaxy S10',
|
|
9829
9844
|
type: 'string',
|
|
9830
9845
|
},
|
|
9831
|
-
hce_capability: { default: false, type: 'boolean' },
|
|
9832
|
-
nfc_capability: { default: false, type: 'boolean' },
|
|
9833
9846
|
operating_system: {
|
|
9834
9847
|
default: 'android',
|
|
9835
9848
|
enum: ['android', 'ios'],
|
|
9836
9849
|
type: 'string',
|
|
9837
9850
|
},
|
|
9838
9851
|
os_version: { default: '10', type: 'string' },
|
|
9839
|
-
seos_applet_version: { default: '1.0.0', type: 'string' },
|
|
9840
9852
|
},
|
|
9841
9853
|
type: 'object',
|
|
9842
9854
|
},
|
|
@@ -734,7 +734,12 @@ export interface Routes {
|
|
|
734
734
|
created_at: string
|
|
735
735
|
display_name: string
|
|
736
736
|
external_type?:
|
|
737
|
-
| (
|
|
737
|
+
| (
|
|
738
|
+
| 'pti_user'
|
|
739
|
+
| 'brivo_user'
|
|
740
|
+
| 'hid_credential_manager_user'
|
|
741
|
+
| 'salto_site_user'
|
|
742
|
+
)
|
|
738
743
|
| undefined
|
|
739
744
|
external_type_display_name?: string | undefined
|
|
740
745
|
is_suspended: boolean
|
|
@@ -1075,6 +1080,7 @@ export interface Routes {
|
|
|
1075
1080
|
jsonBody: {}
|
|
1076
1081
|
commonParams: {
|
|
1077
1082
|
acs_system_id?: string | undefined
|
|
1083
|
+
acs_credential_id?: string | undefined
|
|
1078
1084
|
}
|
|
1079
1085
|
formData: {}
|
|
1080
1086
|
jsonResponse: {
|
|
@@ -1207,7 +1213,12 @@ export interface Routes {
|
|
|
1207
1213
|
created_at: string
|
|
1208
1214
|
display_name: string
|
|
1209
1215
|
external_type?:
|
|
1210
|
-
| (
|
|
1216
|
+
| (
|
|
1217
|
+
| 'pti_user'
|
|
1218
|
+
| 'brivo_user'
|
|
1219
|
+
| 'hid_credential_manager_user'
|
|
1220
|
+
| 'salto_site_user'
|
|
1221
|
+
)
|
|
1211
1222
|
| undefined
|
|
1212
1223
|
external_type_display_name?: string | undefined
|
|
1213
1224
|
is_suspended: boolean
|
|
@@ -1254,7 +1265,12 @@ export interface Routes {
|
|
|
1254
1265
|
created_at: string
|
|
1255
1266
|
display_name: string
|
|
1256
1267
|
external_type?:
|
|
1257
|
-
| (
|
|
1268
|
+
| (
|
|
1269
|
+
| 'pti_user'
|
|
1270
|
+
| 'brivo_user'
|
|
1271
|
+
| 'hid_credential_manager_user'
|
|
1272
|
+
| 'salto_site_user'
|
|
1273
|
+
)
|
|
1258
1274
|
| undefined
|
|
1259
1275
|
external_type_display_name?: string | undefined
|
|
1260
1276
|
is_suspended: boolean
|
|
@@ -1290,7 +1306,12 @@ export interface Routes {
|
|
|
1290
1306
|
created_at: string
|
|
1291
1307
|
display_name: string
|
|
1292
1308
|
external_type?:
|
|
1293
|
-
| (
|
|
1309
|
+
| (
|
|
1310
|
+
| 'pti_user'
|
|
1311
|
+
| 'brivo_user'
|
|
1312
|
+
| 'hid_credential_manager_user'
|
|
1313
|
+
| 'salto_site_user'
|
|
1314
|
+
)
|
|
1294
1315
|
| undefined
|
|
1295
1316
|
external_type_display_name?: string | undefined
|
|
1296
1317
|
is_suspended: boolean
|
|
@@ -7627,15 +7648,17 @@ export interface Routes {
|
|
|
7627
7648
|
custom_sdk_installation_id?: string | undefined
|
|
7628
7649
|
user_identity_id: string
|
|
7629
7650
|
phone_metadata?: {
|
|
7651
|
+
operating_system?: 'android' | 'ios'
|
|
7652
|
+
os_version?: string
|
|
7653
|
+
device_manufacturer?: string
|
|
7654
|
+
device_model?: string
|
|
7655
|
+
}
|
|
7656
|
+
assa_abloy_metadata?: {
|
|
7630
7657
|
ble_capability?: boolean
|
|
7631
7658
|
hce_capability?: boolean
|
|
7632
7659
|
nfc_capability?: boolean
|
|
7633
7660
|
application_version?: string
|
|
7634
7661
|
seos_applet_version?: string
|
|
7635
|
-
device_manufacturer?: string
|
|
7636
|
-
device_model?: string
|
|
7637
|
-
os_version?: string
|
|
7638
|
-
operating_system?: 'android' | 'ios'
|
|
7639
7662
|
}
|
|
7640
7663
|
}
|
|
7641
7664
|
commonParams: {}
|
|
@@ -10802,7 +10825,12 @@ export interface Routes {
|
|
|
10802
10825
|
created_at: string
|
|
10803
10826
|
display_name: string
|
|
10804
10827
|
external_type?:
|
|
10805
|
-
| (
|
|
10828
|
+
| (
|
|
10829
|
+
| 'pti_user'
|
|
10830
|
+
| 'brivo_user'
|
|
10831
|
+
| 'hid_credential_manager_user'
|
|
10832
|
+
| 'salto_site_user'
|
|
10833
|
+
)
|
|
10806
10834
|
| undefined
|
|
10807
10835
|
external_type_display_name?: string | undefined
|
|
10808
10836
|
is_suspended: boolean
|