@seamapi/types 1.314.0 → 1.316.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 +24 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +46 -28
- package/lib/seam/connect/models/acs/acs-system.d.ts +10 -7
- package/lib/seam/connect/models/acs/acs-system.js +11 -5
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +5 -10
- package/lib/seam/connect/openapi.js +11 -15
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +32 -12
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +13 -5
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +12 -15
- package/src/lib/seam/connect/route-types.ts +40 -20
package/dist/connect.d.cts
CHANGED
|
@@ -1124,7 +1124,7 @@ type AcsEntrance = z.infer<typeof acs_entrance>;
|
|
|
1124
1124
|
declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
1125
1125
|
default_credential_manager_acs_system_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1126
1126
|
acs_system_id: z.ZodString;
|
|
1127
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
1127
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
1128
1128
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1129
1129
|
is_credential_manager: z.ZodBoolean;
|
|
1130
1130
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -1140,7 +1140,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1140
1140
|
system_id: string;
|
|
1141
1141
|
lan_address: string;
|
|
1142
1142
|
}>>;
|
|
1143
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
1143
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
1144
1144
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1145
1145
|
location: z.ZodObject<{
|
|
1146
1146
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -1153,6 +1153,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1153
1153
|
created_at: z.ZodString;
|
|
1154
1154
|
workspace_id: z.ZodString;
|
|
1155
1155
|
connected_account_ids: z.ZodArray<z.ZodString, "many">;
|
|
1156
|
+
connected_account_id: z.ZodString;
|
|
1156
1157
|
image_url: z.ZodString;
|
|
1157
1158
|
image_alt_text: z.ZodString;
|
|
1158
1159
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -1267,6 +1268,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1267
1268
|
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
1268
1269
|
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
1269
1270
|
}>, "strip", z.ZodTypeAny, {
|
|
1271
|
+
connected_account_id: string;
|
|
1270
1272
|
created_at: string;
|
|
1271
1273
|
errors: ({
|
|
1272
1274
|
message: string;
|
|
@@ -1317,16 +1319,17 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1317
1319
|
system_id: string;
|
|
1318
1320
|
lan_address: string;
|
|
1319
1321
|
} | undefined;
|
|
1320
|
-
external_type?: "
|
|
1322
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1321
1323
|
external_type_display_name?: string | undefined;
|
|
1322
1324
|
can_automate_enrollment?: boolean | undefined;
|
|
1323
1325
|
can_create_acs_access_groups?: boolean | undefined;
|
|
1324
1326
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
1325
1327
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
1326
1328
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
1327
|
-
system_type?: "
|
|
1329
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1328
1330
|
system_type_display_name?: string | undefined;
|
|
1329
1331
|
}, {
|
|
1332
|
+
connected_account_id: string;
|
|
1330
1333
|
created_at: string;
|
|
1331
1334
|
errors: ({
|
|
1332
1335
|
message: string;
|
|
@@ -1377,14 +1380,14 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1377
1380
|
system_id: string;
|
|
1378
1381
|
lan_address: string;
|
|
1379
1382
|
} | undefined;
|
|
1380
|
-
external_type?: "
|
|
1383
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1381
1384
|
external_type_display_name?: string | undefined;
|
|
1382
1385
|
can_automate_enrollment?: boolean | undefined;
|
|
1383
1386
|
can_create_acs_access_groups?: boolean | undefined;
|
|
1384
1387
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
1385
1388
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
1386
1389
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
1387
|
-
system_type?: "
|
|
1390
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
1388
1391
|
system_type_display_name?: string | undefined;
|
|
1389
1392
|
}>;
|
|
1390
1393
|
type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -13063,6 +13066,11 @@ declare const _default: {
|
|
|
13063
13066
|
description: string;
|
|
13064
13067
|
type: string;
|
|
13065
13068
|
};
|
|
13069
|
+
connected_account_id: {
|
|
13070
|
+
description: string;
|
|
13071
|
+
format: string;
|
|
13072
|
+
type: string;
|
|
13073
|
+
};
|
|
13066
13074
|
connected_account_ids: {
|
|
13067
13075
|
description: string;
|
|
13068
13076
|
items: {
|
|
@@ -19436,16 +19444,6 @@ declare const _default: {
|
|
|
19436
19444
|
name: string;
|
|
19437
19445
|
type: string;
|
|
19438
19446
|
};
|
|
19439
|
-
user_session: {
|
|
19440
|
-
bearerFormat: string;
|
|
19441
|
-
scheme: string;
|
|
19442
|
-
type: string;
|
|
19443
|
-
};
|
|
19444
|
-
user_session_without_workspace: {
|
|
19445
|
-
bearerFormat: string;
|
|
19446
|
-
scheme: string;
|
|
19447
|
-
type: string;
|
|
19448
|
-
};
|
|
19449
19447
|
};
|
|
19450
19448
|
};
|
|
19451
19449
|
info: {
|
|
@@ -42966,7 +42964,7 @@ interface Routes {
|
|
|
42966
42964
|
/** ID of the `acs_system`. */
|
|
42967
42965
|
acs_system_id: string;
|
|
42968
42966
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
42969
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
42967
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
42970
42968
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
42971
42969
|
external_type_display_name?: string | undefined;
|
|
42972
42970
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -42981,7 +42979,7 @@ interface Routes {
|
|
|
42981
42979
|
} | undefined;
|
|
42982
42980
|
/**
|
|
42983
42981
|
* @deprecated Use `external_type`. */
|
|
42984
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
42982
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
42985
42983
|
/**
|
|
42986
42984
|
* @deprecated Use `external_type_display_name`. */
|
|
42987
42985
|
system_type_display_name?: string | undefined;
|
|
@@ -42995,8 +42993,13 @@ interface Routes {
|
|
|
42995
42993
|
created_at: string;
|
|
42996
42994
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
42997
42995
|
workspace_id: string;
|
|
42998
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
42996
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
42997
|
+
---
|
|
42998
|
+
deprecated: Use `connected_account_id`.
|
|
42999
|
+
--- */
|
|
42999
43000
|
connected_account_ids: string[];
|
|
43001
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43002
|
+
connected_account_id: string;
|
|
43000
43003
|
/** URL for the image that represents the `acs_system`. */
|
|
43001
43004
|
image_url: string;
|
|
43002
43005
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -43089,7 +43092,7 @@ interface Routes {
|
|
|
43089
43092
|
/** ID of the `acs_system`. */
|
|
43090
43093
|
acs_system_id: string;
|
|
43091
43094
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
43092
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43095
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43093
43096
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
43094
43097
|
external_type_display_name?: string | undefined;
|
|
43095
43098
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -43104,7 +43107,7 @@ interface Routes {
|
|
|
43104
43107
|
} | undefined;
|
|
43105
43108
|
/**
|
|
43106
43109
|
* @deprecated Use `external_type`. */
|
|
43107
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43110
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43108
43111
|
/**
|
|
43109
43112
|
* @deprecated Use `external_type_display_name`. */
|
|
43110
43113
|
system_type_display_name?: string | undefined;
|
|
@@ -43118,8 +43121,13 @@ interface Routes {
|
|
|
43118
43121
|
created_at: string;
|
|
43119
43122
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
43120
43123
|
workspace_id: string;
|
|
43121
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43124
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43125
|
+
---
|
|
43126
|
+
deprecated: Use `connected_account_id`.
|
|
43127
|
+
--- */
|
|
43122
43128
|
connected_account_ids: string[];
|
|
43129
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43130
|
+
connected_account_id: string;
|
|
43123
43131
|
/** URL for the image that represents the `acs_system`. */
|
|
43124
43132
|
image_url: string;
|
|
43125
43133
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -43212,7 +43220,7 @@ interface Routes {
|
|
|
43212
43220
|
/** ID of the `acs_system`. */
|
|
43213
43221
|
acs_system_id: string;
|
|
43214
43222
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
43215
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43223
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43216
43224
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
43217
43225
|
external_type_display_name?: string | undefined;
|
|
43218
43226
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -43227,7 +43235,7 @@ interface Routes {
|
|
|
43227
43235
|
} | undefined;
|
|
43228
43236
|
/**
|
|
43229
43237
|
* @deprecated Use `external_type`. */
|
|
43230
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
43238
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
43231
43239
|
/**
|
|
43232
43240
|
* @deprecated Use `external_type_display_name`. */
|
|
43233
43241
|
system_type_display_name?: string | undefined;
|
|
@@ -43241,8 +43249,13 @@ interface Routes {
|
|
|
43241
43249
|
created_at: string;
|
|
43242
43250
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
43243
43251
|
workspace_id: string;
|
|
43244
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43252
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
43253
|
+
---
|
|
43254
|
+
deprecated: Use `connected_account_id`.
|
|
43255
|
+
--- */
|
|
43245
43256
|
connected_account_ids: string[];
|
|
43257
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
43258
|
+
connected_account_id: string;
|
|
43246
43259
|
/** URL for the image that represents the `acs_system`. */
|
|
43247
43260
|
image_url: string;
|
|
43248
43261
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -65742,7 +65755,7 @@ interface Routes {
|
|
|
65742
65755
|
/** ID of the `acs_system`. */
|
|
65743
65756
|
acs_system_id: string;
|
|
65744
65757
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
65745
|
-
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
65758
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
65746
65759
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
65747
65760
|
external_type_display_name?: string | undefined;
|
|
65748
65761
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -65757,7 +65770,7 @@ interface Routes {
|
|
|
65757
65770
|
} | undefined;
|
|
65758
65771
|
/**
|
|
65759
65772
|
* @deprecated Use `external_type`. */
|
|
65760
|
-
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | '
|
|
65773
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
|
|
65761
65774
|
/**
|
|
65762
65775
|
* @deprecated Use `external_type_display_name`. */
|
|
65763
65776
|
system_type_display_name?: string | undefined;
|
|
@@ -65771,8 +65784,13 @@ interface Routes {
|
|
|
65771
65784
|
created_at: string;
|
|
65772
65785
|
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
|
|
65773
65786
|
workspace_id: string;
|
|
65774
|
-
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
65787
|
+
/** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
|
|
65788
|
+
---
|
|
65789
|
+
deprecated: Use `connected_account_id`.
|
|
65790
|
+
--- */
|
|
65775
65791
|
connected_account_ids: string[];
|
|
65792
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
|
|
65793
|
+
connected_account_id: string;
|
|
65776
65794
|
/** URL for the image that represents the `acs_system`. */
|
|
65777
65795
|
image_url: string;
|
|
65778
65796
|
/** Alternative text for the `acs_system` image. */
|
|
@@ -22,7 +22,7 @@ export declare const location: z.ZodObject<{
|
|
|
22
22
|
}, {
|
|
23
23
|
time_zone: string | null;
|
|
24
24
|
}>;
|
|
25
|
-
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
25
|
+
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>;
|
|
26
26
|
export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>;
|
|
27
27
|
export declare const acs_system_error_map: z.ZodObject<{
|
|
28
28
|
seam_bridge_disconnected: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -205,7 +205,7 @@ export type AcsSystemWarningMap = z.infer<typeof acs_system_warning_map>;
|
|
|
205
205
|
export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
206
206
|
default_credential_manager_acs_system_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
207
207
|
acs_system_id: z.ZodString;
|
|
208
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
208
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
209
209
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
210
210
|
is_credential_manager: z.ZodBoolean;
|
|
211
211
|
visionline_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -221,7 +221,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
221
221
|
system_id: string;
|
|
222
222
|
lan_address: string;
|
|
223
223
|
}>>;
|
|
224
|
-
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "
|
|
224
|
+
system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "salto_space_system", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community_site", "legic_connect_credential_service", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>>;
|
|
225
225
|
system_type_display_name: z.ZodOptional<z.ZodString>;
|
|
226
226
|
location: z.ZodObject<{
|
|
227
227
|
time_zone: z.ZodNullable<z.ZodString>;
|
|
@@ -234,6 +234,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
234
234
|
created_at: z.ZodString;
|
|
235
235
|
workspace_id: z.ZodString;
|
|
236
236
|
connected_account_ids: z.ZodArray<z.ZodString, "many">;
|
|
237
|
+
connected_account_id: z.ZodString;
|
|
237
238
|
image_url: z.ZodString;
|
|
238
239
|
image_alt_text: z.ZodString;
|
|
239
240
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -352,6 +353,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
352
353
|
time_zone: string | null;
|
|
353
354
|
};
|
|
354
355
|
name: string;
|
|
356
|
+
connected_account_id: string;
|
|
355
357
|
created_at: string;
|
|
356
358
|
errors: ({
|
|
357
359
|
message: string;
|
|
@@ -398,20 +400,21 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
398
400
|
system_id: string;
|
|
399
401
|
lan_address: string;
|
|
400
402
|
} | undefined;
|
|
401
|
-
external_type?: "
|
|
403
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
402
404
|
external_type_display_name?: string | undefined;
|
|
403
405
|
can_automate_enrollment?: boolean | undefined;
|
|
404
406
|
can_create_acs_access_groups?: boolean | undefined;
|
|
405
407
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
406
408
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
407
409
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
408
|
-
system_type?: "
|
|
410
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
409
411
|
system_type_display_name?: string | undefined;
|
|
410
412
|
}, {
|
|
411
413
|
location: {
|
|
412
414
|
time_zone: string | null;
|
|
413
415
|
};
|
|
414
416
|
name: string;
|
|
417
|
+
connected_account_id: string;
|
|
415
418
|
created_at: string;
|
|
416
419
|
errors: ({
|
|
417
420
|
message: string;
|
|
@@ -458,14 +461,14 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
458
461
|
system_id: string;
|
|
459
462
|
lan_address: string;
|
|
460
463
|
} | undefined;
|
|
461
|
-
external_type?: "
|
|
464
|
+
external_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
462
465
|
external_type_display_name?: string | undefined;
|
|
463
466
|
can_automate_enrollment?: boolean | undefined;
|
|
464
467
|
can_create_acs_access_groups?: boolean | undefined;
|
|
465
468
|
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
466
469
|
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
467
470
|
default_credential_manager_acs_system_id?: string | null | undefined;
|
|
468
|
-
system_type?: "
|
|
471
|
+
system_type?: "assa_abloy_credential_service" | "assa_abloy_vostio" | "assa_abloy_vostio_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "salto_space_system" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | "dormakaba_community_site" | "legic_connect_credential_service" | undefined;
|
|
469
472
|
system_type_display_name?: string | undefined;
|
|
470
473
|
}>;
|
|
471
474
|
export type AcsSystem = z.output<typeof acs_system>;
|
|
@@ -34,8 +34,8 @@ export const acs_system_external_type = z.enum([
|
|
|
34
34
|
'visionline_system',
|
|
35
35
|
'assa_abloy_credential_service',
|
|
36
36
|
'latch_building',
|
|
37
|
-
'
|
|
38
|
-
'
|
|
37
|
+
'dormakaba_community_site',
|
|
38
|
+
'legic_connect_credential_service',
|
|
39
39
|
'assa_abloy_vostio',
|
|
40
40
|
'assa_abloy_vostio_credential_service',
|
|
41
41
|
]);
|
|
@@ -202,9 +202,15 @@ export const acs_system = z
|
|
|
202
202
|
.string()
|
|
203
203
|
.uuid()
|
|
204
204
|
.describe('ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`.'),
|
|
205
|
-
connected_account_ids: z
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
connected_account_ids: z.array(z.string().uuid()).describe(`IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the \`acs_system\`.
|
|
206
|
+
---
|
|
207
|
+
deprecated: Use \`connected_account_id\`.
|
|
208
|
+
---
|
|
209
|
+
`),
|
|
210
|
+
connected_account_id: z
|
|
211
|
+
.string()
|
|
212
|
+
.uuid()
|
|
213
|
+
.describe('ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.'),
|
|
208
214
|
image_url: z
|
|
209
215
|
.string()
|
|
210
216
|
.describe('URL for the image that represents the `acs_system`.'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC;SACvB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qUAAqU,CACtU;IACH,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oXAAoX,CACrX;IACH,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,uaAAua,CACxa;IACH,sCAAsC,EAAE,CAAC;SACtC,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,8ZAA8Z,CAC/Z;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/B,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;CAC/D,CAAC,CAAA;AAEF,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7C,UAAU;IACV,UAAU;IACV,eAAe;IACf,oBAAoB;IACpB,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;IAChB,
|
|
1
|
+
{"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
|
|
@@ -53,7 +53,7 @@ export declare const ALL_DEVICE_PROVIDERS: [
|
|
|
53
53
|
];
|
|
54
54
|
export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
|
|
55
55
|
export declare const PROVIDER_CATEGORY_MAP: {
|
|
56
|
-
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch"];
|
|
56
|
+
readonly stable: readonly ["august", "avigilon_alta", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "controlbyweb", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "four_suites", "lockly", "wyze", "nest", "tedee", "seam_bridge", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch", "assa_abloy_vostio"];
|
|
57
57
|
readonly consumer_smartlocks: readonly ["august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee"];
|
|
58
58
|
readonly thermostats: readonly ["ecobee", "nest"];
|
|
59
59
|
readonly noise_sensors: readonly ["minut", "noiseaware"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,kBAAkB;IACpC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,6BAA6B,EAAE,+BAA+B;IAC9D,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;IAC3B,oCAAoC,EAAE,sCAAsC;IAC5E,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;CAClB,CAAA;AAKV,MAAM,CAAC,MAAM,oBAAoB,GAG7B,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAQ,CAAA;AAI1C,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE;QACN,QAAQ;QACR,eAAe;QACf,OAAO;QACP,SAAS;QACT,aAAa;QACb,MAAM;QACN,MAAM;QACN,OAAO;QACP,cAAc;QACd,OAAO;QACP,OAAO;QACP,SAAS;QACT,QAAQ;QACR,YAAY;QACZ,WAAW;QACX,QAAQ;QACR,aAAa;QACb,QAAQ;QACR,MAAM;QACN,MAAM;QACN,OAAO;QACP,aAAa;QACb,mBAAmB;QACnB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;
|
|
1
|
+
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
|
|
@@ -682,6 +682,11 @@ declare const _default: {
|
|
|
682
682
|
description: string;
|
|
683
683
|
type: string;
|
|
684
684
|
};
|
|
685
|
+
connected_account_id: {
|
|
686
|
+
description: string;
|
|
687
|
+
format: string;
|
|
688
|
+
type: string;
|
|
689
|
+
};
|
|
685
690
|
connected_account_ids: {
|
|
686
691
|
description: string;
|
|
687
692
|
items: {
|
|
@@ -7055,16 +7060,6 @@ declare const _default: {
|
|
|
7055
7060
|
name: string;
|
|
7056
7061
|
type: string;
|
|
7057
7062
|
};
|
|
7058
|
-
user_session: {
|
|
7059
|
-
bearerFormat: string;
|
|
7060
|
-
scheme: string;
|
|
7061
|
-
type: string;
|
|
7062
|
-
};
|
|
7063
|
-
user_session_without_workspace: {
|
|
7064
|
-
bearerFormat: string;
|
|
7065
|
-
scheme: string;
|
|
7066
|
-
type: string;
|
|
7067
|
-
};
|
|
7068
7063
|
};
|
|
7069
7064
|
};
|
|
7070
7065
|
info: {
|
|
@@ -689,8 +689,13 @@ export default {
|
|
|
689
689
|
description: 'Indicates whether the `acs_system` supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
690
690
|
type: 'boolean',
|
|
691
691
|
},
|
|
692
|
+
connected_account_id: {
|
|
693
|
+
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
|
|
694
|
+
format: 'uuid',
|
|
695
|
+
type: 'string',
|
|
696
|
+
},
|
|
692
697
|
connected_account_ids: {
|
|
693
|
-
description: 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system
|
|
698
|
+
description: 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.\n---\ndeprecated: Use `connected_account_id`.\n---',
|
|
694
699
|
items: { format: 'uuid', type: 'string' },
|
|
695
700
|
type: 'array',
|
|
696
701
|
},
|
|
@@ -852,8 +857,8 @@ export default {
|
|
|
852
857
|
'visionline_system',
|
|
853
858
|
'assa_abloy_credential_service',
|
|
854
859
|
'latch_building',
|
|
855
|
-
'
|
|
856
|
-
'
|
|
860
|
+
'dormakaba_community_site',
|
|
861
|
+
'legic_connect_credential_service',
|
|
857
862
|
'assa_abloy_vostio',
|
|
858
863
|
'assa_abloy_vostio_credential_service',
|
|
859
864
|
],
|
|
@@ -899,8 +904,8 @@ export default {
|
|
|
899
904
|
'visionline_system',
|
|
900
905
|
'assa_abloy_credential_service',
|
|
901
906
|
'latch_building',
|
|
902
|
-
'
|
|
903
|
-
'
|
|
907
|
+
'dormakaba_community_site',
|
|
908
|
+
'legic_connect_credential_service',
|
|
904
909
|
'assa_abloy_vostio',
|
|
905
910
|
'assa_abloy_vostio_credential_service',
|
|
906
911
|
],
|
|
@@ -993,6 +998,7 @@ export default {
|
|
|
993
998
|
'created_at',
|
|
994
999
|
'workspace_id',
|
|
995
1000
|
'connected_account_ids',
|
|
1001
|
+
'connected_account_id',
|
|
996
1002
|
'image_url',
|
|
997
1003
|
'image_alt_text',
|
|
998
1004
|
'errors',
|
|
@@ -9983,16 +9989,6 @@ export default {
|
|
|
9983
9989
|
type: 'apiKey',
|
|
9984
9990
|
},
|
|
9985
9991
|
seam_workspace: { in: 'header', name: 'seam-workspace', type: 'apiKey' },
|
|
9986
|
-
user_session: {
|
|
9987
|
-
bearerFormat: 'User Session Token',
|
|
9988
|
-
scheme: 'bearer',
|
|
9989
|
-
type: 'http',
|
|
9990
|
-
},
|
|
9991
|
-
user_session_without_workspace: {
|
|
9992
|
-
bearerFormat: 'User Session Token',
|
|
9993
|
-
scheme: 'bearer',
|
|
9994
|
-
type: 'http',
|
|
9995
|
-
},
|
|
9996
9992
|
},
|
|
9997
9993
|
},
|
|
9998
9994
|
info: { title: 'Seam Connect', version: '1.0.0' },
|