@seamapi/types 1.369.2 → 1.370.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 +370 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +519 -28
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +57 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +29 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -0
- package/lib/seam/connect/models/access-grants/access-method.d.ts +21 -0
- package/lib/seam/connect/models/access-grants/access-method.js +24 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -0
- package/lib/seam/connect/models/access-grants/index.d.ts +2 -0
- package/lib/seam/connect/models/access-grants/index.js +3 -0
- package/lib/seam/connect/models/access-grants/index.js.map +1 -0
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +20 -20
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
- package/lib/seam/connect/models/bridges/{bridge_client_session.js → bridge-client-session.js} +1 -1
- package/lib/seam/connect/models/bridges/{bridge_client_session.js.map → bridge-client-session.js.map} +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +30 -0
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +17 -0
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -0
- package/lib/seam/connect/models/bridges/index.d.ts +2 -1
- package/lib/seam/connect/models/bridges/index.js +2 -1
- package/lib/seam/connect/models/bridges/index.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -0
- package/lib/seam/connect/models/index.js +1 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +402 -0
- package/lib/seam/connect/openapi.js +369 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +89 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +3 -0
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +34 -0
- package/src/lib/seam/connect/models/access-grants/access-method.ts +28 -0
- package/src/lib/seam/connect/models/access-grants/index.ts +2 -0
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +19 -0
- package/src/lib/seam/connect/models/bridges/index.ts +2 -1
- package/src/lib/seam/connect/models/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +394 -0
- package/src/lib/seam/connect/route-types.ts +96 -0
- /package/lib/seam/connect/models/bridges/{bridge_client_session.d.ts → bridge-client-session.d.ts} +0 -0
- /package/src/lib/seam/connect/models/bridges/{bridge_client_session.ts → bridge-client-session.ts} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, bridge, bridge_client_session, capabilities, climate_preset, climate_setting, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, fan_mode_setting, geolocation, location, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
1
|
+
export { access_code_code_constraint, access_grant, access_method, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, bridge, bridge_client_session, bridge_connected_system, capabilities, climate_preset, climate_setting, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, fan_mode_setting, geolocation, location, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
2
2
|
export * from '../schemas.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { access_code_code_constraint, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, bridge, bridge_client_session, capabilities, climate_preset, climate_setting, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, fan_mode_setting, geolocation, location, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
1
|
+
export { access_code_code_constraint, access_grant, access_method, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, bridge, bridge_client_session, bridge_connected_system, capabilities, climate_preset, climate_setting, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, fan_mode_setting, geolocation, location, lock_device_type, access_code as managed_access_code, device as managed_device, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unmanaged_access_code, unmanaged_device, user_identity, webhook, } from '../models/index.js';
|
|
2
2
|
export * from '../schemas.js';
|
|
3
3
|
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,8BAA8B,EAC9B,cAAc,EACd,iCAAiC,EACjC,4BAA4B,EAC5B,mBAAmB,EACnB,iCAAiC,EACjC,sCAAsC,EACtC,YAAY,EACZ,UAAU,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,MAAM,EACN,qBAAqB,EACrB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,wBAAwB,EACxB,YAAY,EACZ,qCAAqC,EACrC,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,UAAU,IAAI,KAAK,EACnB,eAAe,IAAI,UAAU,EAC7B,gBAAgB,EAChB,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,WAAW,IAAI,mBAAmB,EAClC,MAAM,IAAI,cAAc,EACxB,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,KAAK,EACL,YAAY,EACZ,gCAAgC,EAChC,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,OAAO,GACR,MAAM,oBAAoB,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,8BAA8B,EAC9B,cAAc,EACd,iCAAiC,EACjC,4BAA4B,EAC5B,mBAAmB,EACnB,iCAAiC,EACjC,sCAAsC,EACtC,YAAY,EACZ,UAAU,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,MAAM,EACN,qBAAqB,EACrB,uBAAuB,EACvB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,wBAAwB,EACxB,YAAY,EACZ,qCAAqC,EACrC,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,UAAU,IAAI,KAAK,EACnB,eAAe,IAAI,UAAU,EAC7B,gBAAgB,EAChB,WAAW,EACX,QAAQ,EACR,gBAAgB,EAChB,WAAW,IAAI,mBAAmB,EAClC,MAAM,IAAI,cAAc,EACxB,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,KAAK,EACL,YAAY,EACZ,gCAAgC,EAChC,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,OAAO,GACR,MAAM,oBAAoB,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const access_grant: z.ZodObject<{
|
|
3
|
+
workspace_id: z.ZodString;
|
|
4
|
+
access_grant_id: z.ZodString;
|
|
5
|
+
user_identity_id: z.ZodString;
|
|
6
|
+
location_ids: z.ZodArray<z.ZodString, "many">;
|
|
7
|
+
access_methods: z.ZodArray<z.ZodObject<{
|
|
8
|
+
access_method_key: z.ZodString;
|
|
9
|
+
display_name: z.ZodString;
|
|
10
|
+
mode: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
11
|
+
created_at: z.ZodString;
|
|
12
|
+
issued_at: z.ZodNullable<z.ZodString>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
display_name: string;
|
|
15
|
+
created_at: string;
|
|
16
|
+
access_method_key: string;
|
|
17
|
+
mode: "code" | "card" | "mobile_key";
|
|
18
|
+
issued_at: string | null;
|
|
19
|
+
}, {
|
|
20
|
+
display_name: string;
|
|
21
|
+
created_at: string;
|
|
22
|
+
access_method_key: string;
|
|
23
|
+
mode: "code" | "card" | "mobile_key";
|
|
24
|
+
issued_at: string | null;
|
|
25
|
+
}>, "many">;
|
|
26
|
+
display_name: z.ZodString;
|
|
27
|
+
created_at: z.ZodString;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
display_name: string;
|
|
30
|
+
created_at: string;
|
|
31
|
+
workspace_id: string;
|
|
32
|
+
access_grant_id: string;
|
|
33
|
+
user_identity_id: string;
|
|
34
|
+
location_ids: string[];
|
|
35
|
+
access_methods: {
|
|
36
|
+
display_name: string;
|
|
37
|
+
created_at: string;
|
|
38
|
+
access_method_key: string;
|
|
39
|
+
mode: "code" | "card" | "mobile_key";
|
|
40
|
+
issued_at: string | null;
|
|
41
|
+
}[];
|
|
42
|
+
}, {
|
|
43
|
+
display_name: string;
|
|
44
|
+
created_at: string;
|
|
45
|
+
workspace_id: string;
|
|
46
|
+
access_grant_id: string;
|
|
47
|
+
user_identity_id: string;
|
|
48
|
+
location_ids: string[];
|
|
49
|
+
access_methods: {
|
|
50
|
+
display_name: string;
|
|
51
|
+
created_at: string;
|
|
52
|
+
access_method_key: string;
|
|
53
|
+
mode: "code" | "card" | "mobile_key";
|
|
54
|
+
issued_at: string | null;
|
|
55
|
+
}[];
|
|
56
|
+
}>;
|
|
57
|
+
export type AccessGrant = z.infer<typeof access_grant>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { access_method } from './access-method.js';
|
|
3
|
+
export const access_grant = z.object({
|
|
4
|
+
workspace_id: z
|
|
5
|
+
.string()
|
|
6
|
+
.uuid()
|
|
7
|
+
.describe('Unique identifier for the Seam workspace associated with the access grant.'),
|
|
8
|
+
access_grant_id: z.string().uuid().describe('ID of the access grant.'),
|
|
9
|
+
user_identity_id: z
|
|
10
|
+
.string()
|
|
11
|
+
.uuid()
|
|
12
|
+
.describe('ID of user identity to which access is being granted.'),
|
|
13
|
+
location_ids: z
|
|
14
|
+
.array(z.string().uuid())
|
|
15
|
+
.describe('IDs of the locations to which access is being given.'),
|
|
16
|
+
access_methods: z
|
|
17
|
+
.array(access_method)
|
|
18
|
+
.describe('Access methods associated with this access grant.'),
|
|
19
|
+
display_name: z.string().describe('Display name of the access grant.'),
|
|
20
|
+
created_at: z
|
|
21
|
+
.string()
|
|
22
|
+
.datetime()
|
|
23
|
+
.describe('Date and time at which the access grant was created.'),
|
|
24
|
+
}).describe(`
|
|
25
|
+
---
|
|
26
|
+
undocumented: Unreleased.
|
|
27
|
+
---
|
|
28
|
+
`);
|
|
29
|
+
//# sourceMappingURL=access-grant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access-grant.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-grant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAElD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,4EAA4E,CAC7E;IACH,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACtE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,uDAAuD,CAAC;IACpE,YAAY,EAAE,CAAC;SACZ,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;SACxB,QAAQ,CAAC,sDAAsD,CAAC;IACnE,cAAc,EAAE,CAAC;SACd,KAAK,CAAC,aAAa,CAAC;SACpB,QAAQ,CAAC,mDAAmD,CAAC;IAChE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IACtE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;CACpE,CAAC,CAAC,QAAQ,CAAC;;;;GAIT,CAAC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const access_method: z.ZodObject<{
|
|
3
|
+
access_method_key: z.ZodString;
|
|
4
|
+
display_name: z.ZodString;
|
|
5
|
+
mode: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
6
|
+
created_at: z.ZodString;
|
|
7
|
+
issued_at: z.ZodNullable<z.ZodString>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
display_name: string;
|
|
10
|
+
created_at: string;
|
|
11
|
+
access_method_key: string;
|
|
12
|
+
mode: "code" | "card" | "mobile_key";
|
|
13
|
+
issued_at: string | null;
|
|
14
|
+
}, {
|
|
15
|
+
display_name: string;
|
|
16
|
+
created_at: string;
|
|
17
|
+
access_method_key: string;
|
|
18
|
+
mode: "code" | "card" | "mobile_key";
|
|
19
|
+
issued_at: string | null;
|
|
20
|
+
}>;
|
|
21
|
+
export type AccessMethod = z.infer<typeof access_method>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const access_method = z.object({
|
|
3
|
+
access_method_key: z
|
|
4
|
+
.string()
|
|
5
|
+
.describe('Key for the access method - unique within an access grant.'),
|
|
6
|
+
display_name: z.string().describe('Display name of the access method.'),
|
|
7
|
+
mode: z
|
|
8
|
+
.enum(['code', 'card', 'mobile_key'])
|
|
9
|
+
.describe('Access method mode. Supported values: `code`, `card`, `mobile_key`.'),
|
|
10
|
+
created_at: z
|
|
11
|
+
.string()
|
|
12
|
+
.datetime()
|
|
13
|
+
.describe('Date and time at which the access method was created.'),
|
|
14
|
+
issued_at: z
|
|
15
|
+
.string()
|
|
16
|
+
.datetime()
|
|
17
|
+
.nullable()
|
|
18
|
+
.describe('Date and time at which the access method was issued.'),
|
|
19
|
+
}).describe(`
|
|
20
|
+
---
|
|
21
|
+
undocumented: Unreleased.
|
|
22
|
+
---
|
|
23
|
+
`);
|
|
24
|
+
//# sourceMappingURL=access-method.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access-method.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,CAAC,4DAA4D,CAAC;IACzE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;SACpC,QAAQ,CACP,qEAAqE,CACtE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;CACpE,CAAC,CAAC,QAAQ,CAAC;;;;GAIT,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA"}
|
|
@@ -8,15 +8,15 @@ export declare const acs_credential_provisioning_automation: z.ZodObject<{
|
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
created_at: string;
|
|
10
10
|
workspace_id: string;
|
|
11
|
+
user_identity_id: string;
|
|
11
12
|
acs_credential_provisioning_automation_id: string;
|
|
12
13
|
credential_manager_acs_system_id: string;
|
|
13
|
-
user_identity_id: string;
|
|
14
14
|
}, {
|
|
15
15
|
created_at: string;
|
|
16
16
|
workspace_id: string;
|
|
17
|
+
user_identity_id: string;
|
|
17
18
|
acs_credential_provisioning_automation_id: string;
|
|
18
19
|
credential_manager_acs_system_id: string;
|
|
19
|
-
user_identity_id: string;
|
|
20
20
|
}>;
|
|
21
21
|
export declare const enrollment_automation: z.ZodObject<{
|
|
22
22
|
enrollment_automation_id: z.ZodString;
|
|
@@ -27,14 +27,14 @@ export declare const enrollment_automation: z.ZodObject<{
|
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
created_at: string;
|
|
29
29
|
workspace_id: string;
|
|
30
|
-
credential_manager_acs_system_id: string;
|
|
31
30
|
user_identity_id: string;
|
|
31
|
+
credential_manager_acs_system_id: string;
|
|
32
32
|
enrollment_automation_id: string;
|
|
33
33
|
}, {
|
|
34
34
|
created_at: string;
|
|
35
35
|
workspace_id: string;
|
|
36
|
-
credential_manager_acs_system_id: string;
|
|
37
36
|
user_identity_id: string;
|
|
37
|
+
credential_manager_acs_system_id: string;
|
|
38
38
|
enrollment_automation_id: string;
|
|
39
39
|
}>;
|
|
40
40
|
export type EnrollmentAutomation = z.output<typeof enrollment_automation>;
|
|
@@ -383,6 +383,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
383
383
|
door_names?: string[] | undefined;
|
|
384
384
|
} | undefined;
|
|
385
385
|
is_one_time_use?: boolean | undefined;
|
|
386
|
+
issued_at?: string | null | undefined;
|
|
386
387
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
387
388
|
external_type_display_name?: string | undefined;
|
|
388
389
|
acs_user_id?: string | undefined;
|
|
@@ -390,7 +391,6 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
390
391
|
parent_acs_credential_id?: string | undefined;
|
|
391
392
|
card_number?: string | null | undefined;
|
|
392
393
|
is_issued?: boolean | undefined;
|
|
393
|
-
issued_at?: string | null | undefined;
|
|
394
394
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
395
395
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
396
396
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -452,6 +452,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
452
452
|
door_names?: string[] | undefined;
|
|
453
453
|
} | undefined;
|
|
454
454
|
is_one_time_use?: boolean | undefined;
|
|
455
|
+
issued_at?: string | null | undefined;
|
|
455
456
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
456
457
|
external_type_display_name?: string | undefined;
|
|
457
458
|
acs_user_id?: string | undefined;
|
|
@@ -459,7 +460,6 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
459
460
|
parent_acs_credential_id?: string | undefined;
|
|
460
461
|
card_number?: string | null | undefined;
|
|
461
462
|
is_issued?: boolean | undefined;
|
|
462
|
-
issued_at?: string | null | undefined;
|
|
463
463
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
464
464
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
465
465
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -682,6 +682,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
682
682
|
door_names?: string[] | undefined;
|
|
683
683
|
} | undefined;
|
|
684
684
|
is_one_time_use?: boolean | undefined;
|
|
685
|
+
issued_at?: string | null | undefined;
|
|
685
686
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
686
687
|
external_type_display_name?: string | undefined;
|
|
687
688
|
acs_user_id?: string | undefined;
|
|
@@ -689,7 +690,6 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
689
690
|
parent_acs_credential_id?: string | undefined;
|
|
690
691
|
card_number?: string | null | undefined;
|
|
691
692
|
is_issued?: boolean | undefined;
|
|
692
|
-
issued_at?: string | null | undefined;
|
|
693
693
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
694
694
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
695
695
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -751,6 +751,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
751
751
|
door_names?: string[] | undefined;
|
|
752
752
|
} | undefined;
|
|
753
753
|
is_one_time_use?: boolean | undefined;
|
|
754
|
+
issued_at?: string | null | undefined;
|
|
754
755
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
755
756
|
external_type_display_name?: string | undefined;
|
|
756
757
|
acs_user_id?: string | undefined;
|
|
@@ -758,7 +759,6 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
758
759
|
parent_acs_credential_id?: string | undefined;
|
|
759
760
|
card_number?: string | null | undefined;
|
|
760
761
|
is_issued?: boolean | undefined;
|
|
761
|
-
issued_at?: string | null | undefined;
|
|
762
762
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
763
763
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
764
764
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -666,11 +666,11 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
666
666
|
acs_system_id: string;
|
|
667
667
|
acs_user_id: string;
|
|
668
668
|
email?: string | undefined;
|
|
669
|
+
user_identity_id?: string | undefined;
|
|
669
670
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
670
671
|
external_type_display_name?: string | undefined;
|
|
671
672
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
672
673
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
673
|
-
user_identity_id?: string | undefined;
|
|
674
674
|
email_address?: string | undefined;
|
|
675
675
|
full_name?: string | undefined;
|
|
676
676
|
phone_number?: string | undefined;
|
|
@@ -768,11 +768,11 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
768
768
|
acs_system_id: string;
|
|
769
769
|
acs_user_id: string;
|
|
770
770
|
email?: string | undefined;
|
|
771
|
+
user_identity_id?: string | undefined;
|
|
771
772
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
772
773
|
external_type_display_name?: string | undefined;
|
|
773
774
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
774
775
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
775
|
-
user_identity_id?: string | undefined;
|
|
776
776
|
email_address?: string | undefined;
|
|
777
777
|
full_name?: string | undefined;
|
|
778
778
|
phone_number?: string | undefined;
|
|
@@ -1185,11 +1185,11 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1185
1185
|
acs_system_id: string;
|
|
1186
1186
|
acs_user_id: string;
|
|
1187
1187
|
email?: string | undefined;
|
|
1188
|
+
user_identity_id?: string | undefined;
|
|
1188
1189
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1189
1190
|
external_type_display_name?: string | undefined;
|
|
1190
1191
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1191
1192
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1192
|
-
user_identity_id?: string | undefined;
|
|
1193
1193
|
email_address?: string | undefined;
|
|
1194
1194
|
full_name?: string | undefined;
|
|
1195
1195
|
phone_number?: string | undefined;
|
|
@@ -1287,11 +1287,11 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1287
1287
|
acs_system_id: string;
|
|
1288
1288
|
acs_user_id: string;
|
|
1289
1289
|
email?: string | undefined;
|
|
1290
|
+
user_identity_id?: string | undefined;
|
|
1290
1291
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
1291
1292
|
external_type_display_name?: string | undefined;
|
|
1292
1293
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1293
1294
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1294
|
-
user_identity_id?: string | undefined;
|
|
1295
1295
|
email_address?: string | undefined;
|
|
1296
1296
|
full_name?: string | undefined;
|
|
1297
1297
|
phone_number?: string | undefined;
|
|
@@ -490,6 +490,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
490
490
|
door_names?: string[] | undefined;
|
|
491
491
|
} | undefined;
|
|
492
492
|
is_one_time_use?: boolean | undefined;
|
|
493
|
+
issued_at?: string | null | undefined;
|
|
493
494
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
494
495
|
external_type_display_name?: string | undefined;
|
|
495
496
|
acs_user_id?: string | undefined;
|
|
@@ -497,7 +498,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
497
498
|
parent_acs_credential_id?: string | undefined;
|
|
498
499
|
card_number?: string | null | undefined;
|
|
499
500
|
is_issued?: boolean | undefined;
|
|
500
|
-
issued_at?: string | null | undefined;
|
|
501
501
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
502
502
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
503
503
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -559,6 +559,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
559
559
|
door_names?: string[] | undefined;
|
|
560
560
|
} | undefined;
|
|
561
561
|
is_one_time_use?: boolean | undefined;
|
|
562
|
+
issued_at?: string | null | undefined;
|
|
562
563
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
563
564
|
external_type_display_name?: string | undefined;
|
|
564
565
|
acs_user_id?: string | undefined;
|
|
@@ -566,7 +567,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
566
567
|
parent_acs_credential_id?: string | undefined;
|
|
567
568
|
card_number?: string | null | undefined;
|
|
568
569
|
is_issued?: boolean | undefined;
|
|
569
|
-
issued_at?: string | null | undefined;
|
|
570
570
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
571
571
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
572
572
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -788,6 +788,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
788
788
|
door_names?: string[] | undefined;
|
|
789
789
|
} | undefined;
|
|
790
790
|
is_one_time_use?: boolean | undefined;
|
|
791
|
+
issued_at?: string | null | undefined;
|
|
791
792
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
792
793
|
external_type_display_name?: string | undefined;
|
|
793
794
|
acs_user_id?: string | undefined;
|
|
@@ -795,7 +796,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
795
796
|
parent_acs_credential_id?: string | undefined;
|
|
796
797
|
card_number?: string | null | undefined;
|
|
797
798
|
is_issued?: boolean | undefined;
|
|
798
|
-
issued_at?: string | null | undefined;
|
|
799
799
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
800
800
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
801
801
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -857,6 +857,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
857
857
|
door_names?: string[] | undefined;
|
|
858
858
|
} | undefined;
|
|
859
859
|
is_one_time_use?: boolean | undefined;
|
|
860
|
+
issued_at?: string | null | undefined;
|
|
860
861
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
861
862
|
external_type_display_name?: string | undefined;
|
|
862
863
|
acs_user_id?: string | undefined;
|
|
@@ -864,7 +865,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
864
865
|
parent_acs_credential_id?: string | undefined;
|
|
865
866
|
card_number?: string | null | undefined;
|
|
866
867
|
is_issued?: boolean | undefined;
|
|
867
|
-
issued_at?: string | null | undefined;
|
|
868
868
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
869
869
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
870
870
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -963,6 +963,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
963
963
|
door_names?: string[] | undefined;
|
|
964
964
|
} | undefined;
|
|
965
965
|
is_one_time_use?: boolean | undefined;
|
|
966
|
+
issued_at?: string | null | undefined;
|
|
966
967
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
967
968
|
external_type_display_name?: string | undefined;
|
|
968
969
|
acs_user_id?: string | undefined;
|
|
@@ -970,7 +971,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
970
971
|
parent_acs_credential_id?: string | undefined;
|
|
971
972
|
card_number?: string | null | undefined;
|
|
972
973
|
is_issued?: boolean | undefined;
|
|
973
|
-
issued_at?: string | null | undefined;
|
|
974
974
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
975
975
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
976
976
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1032,6 +1032,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1032
1032
|
door_names?: string[] | undefined;
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
is_one_time_use?: boolean | undefined;
|
|
1035
|
+
issued_at?: string | null | undefined;
|
|
1035
1036
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1036
1037
|
external_type_display_name?: string | undefined;
|
|
1037
1038
|
acs_user_id?: string | undefined;
|
|
@@ -1039,7 +1040,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1039
1040
|
parent_acs_credential_id?: string | undefined;
|
|
1040
1041
|
card_number?: string | null | undefined;
|
|
1041
1042
|
is_issued?: boolean | undefined;
|
|
1042
|
-
issued_at?: string | null | undefined;
|
|
1043
1043
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1044
1044
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1045
1045
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1128,6 +1128,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1128
1128
|
door_names?: string[] | undefined;
|
|
1129
1129
|
} | undefined;
|
|
1130
1130
|
is_one_time_use?: boolean | undefined;
|
|
1131
|
+
issued_at?: string | null | undefined;
|
|
1131
1132
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1132
1133
|
external_type_display_name?: string | undefined;
|
|
1133
1134
|
acs_user_id?: string | undefined;
|
|
@@ -1135,7 +1136,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1135
1136
|
parent_acs_credential_id?: string | undefined;
|
|
1136
1137
|
card_number?: string | null | undefined;
|
|
1137
1138
|
is_issued?: boolean | undefined;
|
|
1138
|
-
issued_at?: string | null | undefined;
|
|
1139
1139
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1140
1140
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1141
1141
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1197,6 +1197,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1197
1197
|
door_names?: string[] | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
1199
|
is_one_time_use?: boolean | undefined;
|
|
1200
|
+
issued_at?: string | null | undefined;
|
|
1200
1201
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1201
1202
|
external_type_display_name?: string | undefined;
|
|
1202
1203
|
acs_user_id?: string | undefined;
|
|
@@ -1204,7 +1205,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1204
1205
|
parent_acs_credential_id?: string | undefined;
|
|
1205
1206
|
card_number?: string | null | undefined;
|
|
1206
1207
|
is_issued?: boolean | undefined;
|
|
1207
|
-
issued_at?: string | null | undefined;
|
|
1208
1208
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1209
1209
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1210
1210
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1298,6 +1298,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1298
1298
|
door_names?: string[] | undefined;
|
|
1299
1299
|
} | undefined;
|
|
1300
1300
|
is_one_time_use?: boolean | undefined;
|
|
1301
|
+
issued_at?: string | null | undefined;
|
|
1301
1302
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1302
1303
|
external_type_display_name?: string | undefined;
|
|
1303
1304
|
acs_user_id?: string | undefined;
|
|
@@ -1305,7 +1306,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1305
1306
|
parent_acs_credential_id?: string | undefined;
|
|
1306
1307
|
card_number?: string | null | undefined;
|
|
1307
1308
|
is_issued?: boolean | undefined;
|
|
1308
|
-
issued_at?: string | null | undefined;
|
|
1309
1309
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1310
1310
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1311
1311
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1367,6 +1367,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1367
1367
|
door_names?: string[] | undefined;
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
is_one_time_use?: boolean | undefined;
|
|
1370
|
+
issued_at?: string | null | undefined;
|
|
1370
1371
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1371
1372
|
external_type_display_name?: string | undefined;
|
|
1372
1373
|
acs_user_id?: string | undefined;
|
|
@@ -1374,7 +1375,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1374
1375
|
parent_acs_credential_id?: string | undefined;
|
|
1375
1376
|
card_number?: string | null | undefined;
|
|
1376
1377
|
is_issued?: boolean | undefined;
|
|
1377
|
-
issued_at?: string | null | undefined;
|
|
1378
1378
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1379
1379
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1380
1380
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1469,6 +1469,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1469
1469
|
door_names?: string[] | undefined;
|
|
1470
1470
|
} | undefined;
|
|
1471
1471
|
is_one_time_use?: boolean | undefined;
|
|
1472
|
+
issued_at?: string | null | undefined;
|
|
1472
1473
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1473
1474
|
external_type_display_name?: string | undefined;
|
|
1474
1475
|
acs_user_id?: string | undefined;
|
|
@@ -1476,7 +1477,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1476
1477
|
parent_acs_credential_id?: string | undefined;
|
|
1477
1478
|
card_number?: string | null | undefined;
|
|
1478
1479
|
is_issued?: boolean | undefined;
|
|
1479
|
-
issued_at?: string | null | undefined;
|
|
1480
1480
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1481
1481
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1482
1482
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1538,6 +1538,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1538
1538
|
door_names?: string[] | undefined;
|
|
1539
1539
|
} | undefined;
|
|
1540
1540
|
is_one_time_use?: boolean | undefined;
|
|
1541
|
+
issued_at?: string | null | undefined;
|
|
1541
1542
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1542
1543
|
external_type_display_name?: string | undefined;
|
|
1543
1544
|
acs_user_id?: string | undefined;
|
|
@@ -1545,7 +1546,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1545
1546
|
parent_acs_credential_id?: string | undefined;
|
|
1546
1547
|
card_number?: string | null | undefined;
|
|
1547
1548
|
is_issued?: boolean | undefined;
|
|
1548
|
-
issued_at?: string | null | undefined;
|
|
1549
1549
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1550
1550
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1551
1551
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1865,6 +1865,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1865
1865
|
door_names?: string[] | undefined;
|
|
1866
1866
|
} | undefined;
|
|
1867
1867
|
is_one_time_use?: boolean | undefined;
|
|
1868
|
+
issued_at?: string | null | undefined;
|
|
1868
1869
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1869
1870
|
external_type_display_name?: string | undefined;
|
|
1870
1871
|
acs_user_id?: string | undefined;
|
|
@@ -1872,7 +1873,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1872
1873
|
parent_acs_credential_id?: string | undefined;
|
|
1873
1874
|
card_number?: string | null | undefined;
|
|
1874
1875
|
is_issued?: boolean | undefined;
|
|
1875
|
-
issued_at?: string | null | undefined;
|
|
1876
1876
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1877
1877
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1878
1878
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1934,6 +1934,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1934
1934
|
door_names?: string[] | undefined;
|
|
1935
1935
|
} | undefined;
|
|
1936
1936
|
is_one_time_use?: boolean | undefined;
|
|
1937
|
+
issued_at?: string | null | undefined;
|
|
1937
1938
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1938
1939
|
external_type_display_name?: string | undefined;
|
|
1939
1940
|
acs_user_id?: string | undefined;
|
|
@@ -1941,7 +1942,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1941
1942
|
parent_acs_credential_id?: string | undefined;
|
|
1942
1943
|
card_number?: string | null | undefined;
|
|
1943
1944
|
is_issued?: boolean | undefined;
|
|
1944
|
-
issued_at?: string | null | undefined;
|
|
1945
1945
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1946
1946
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1947
1947
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2163,6 +2163,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2163
2163
|
door_names?: string[] | undefined;
|
|
2164
2164
|
} | undefined;
|
|
2165
2165
|
is_one_time_use?: boolean | undefined;
|
|
2166
|
+
issued_at?: string | null | undefined;
|
|
2166
2167
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2167
2168
|
external_type_display_name?: string | undefined;
|
|
2168
2169
|
acs_user_id?: string | undefined;
|
|
@@ -2170,7 +2171,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2170
2171
|
parent_acs_credential_id?: string | undefined;
|
|
2171
2172
|
card_number?: string | null | undefined;
|
|
2172
2173
|
is_issued?: boolean | undefined;
|
|
2173
|
-
issued_at?: string | null | undefined;
|
|
2174
2174
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2175
2175
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2176
2176
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2232,6 +2232,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2232
2232
|
door_names?: string[] | undefined;
|
|
2233
2233
|
} | undefined;
|
|
2234
2234
|
is_one_time_use?: boolean | undefined;
|
|
2235
|
+
issued_at?: string | null | undefined;
|
|
2235
2236
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2236
2237
|
external_type_display_name?: string | undefined;
|
|
2237
2238
|
acs_user_id?: string | undefined;
|
|
@@ -2239,7 +2240,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2239
2240
|
parent_acs_credential_id?: string | undefined;
|
|
2240
2241
|
card_number?: string | null | undefined;
|
|
2241
2242
|
is_issued?: boolean | undefined;
|
|
2242
|
-
issued_at?: string | null | undefined;
|
|
2243
2243
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2244
2244
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2245
2245
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2306,6 +2306,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2306
2306
|
door_names?: string[] | undefined;
|
|
2307
2307
|
} | undefined;
|
|
2308
2308
|
is_one_time_use?: boolean | undefined;
|
|
2309
|
+
issued_at?: string | null | undefined;
|
|
2309
2310
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2310
2311
|
external_type_display_name?: string | undefined;
|
|
2311
2312
|
acs_user_id?: string | undefined;
|
|
@@ -2313,7 +2314,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2313
2314
|
parent_acs_credential_id?: string | undefined;
|
|
2314
2315
|
card_number?: string | null | undefined;
|
|
2315
2316
|
is_issued?: boolean | undefined;
|
|
2316
|
-
issued_at?: string | null | undefined;
|
|
2317
2317
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2318
2318
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2319
2319
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2375,6 +2375,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2375
2375
|
door_names?: string[] | undefined;
|
|
2376
2376
|
} | undefined;
|
|
2377
2377
|
is_one_time_use?: boolean | undefined;
|
|
2378
|
+
issued_at?: string | null | undefined;
|
|
2378
2379
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2379
2380
|
external_type_display_name?: string | undefined;
|
|
2380
2381
|
acs_user_id?: string | undefined;
|
|
@@ -2382,7 +2383,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2382
2383
|
parent_acs_credential_id?: string | undefined;
|
|
2383
2384
|
card_number?: string | null | undefined;
|
|
2384
2385
|
is_issued?: boolean | undefined;
|
|
2385
|
-
issued_at?: string | null | undefined;
|
|
2386
2386
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2387
2387
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2388
2388
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2450,6 +2450,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2450
2450
|
door_names?: string[] | undefined;
|
|
2451
2451
|
} | undefined;
|
|
2452
2452
|
is_one_time_use?: boolean | undefined;
|
|
2453
|
+
issued_at?: string | null | undefined;
|
|
2453
2454
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2454
2455
|
external_type_display_name?: string | undefined;
|
|
2455
2456
|
acs_user_id?: string | undefined;
|
|
@@ -2457,7 +2458,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2457
2458
|
parent_acs_credential_id?: string | undefined;
|
|
2458
2459
|
card_number?: string | null | undefined;
|
|
2459
2460
|
is_issued?: boolean | undefined;
|
|
2460
|
-
issued_at?: string | null | undefined;
|
|
2461
2461
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2462
2462
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2463
2463
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2519,6 +2519,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2519
2519
|
door_names?: string[] | undefined;
|
|
2520
2520
|
} | undefined;
|
|
2521
2521
|
is_one_time_use?: boolean | undefined;
|
|
2522
|
+
issued_at?: string | null | undefined;
|
|
2522
2523
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2523
2524
|
external_type_display_name?: string | undefined;
|
|
2524
2525
|
acs_user_id?: string | undefined;
|
|
@@ -2526,7 +2527,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2526
2527
|
parent_acs_credential_id?: string | undefined;
|
|
2527
2528
|
card_number?: string | null | undefined;
|
|
2528
2529
|
is_issued?: boolean | undefined;
|
|
2529
|
-
issued_at?: string | null | undefined;
|
|
2530
2530
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2531
2531
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2532
2532
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|