@seamapi/types 1.182.0 → 1.184.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 +50 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +154 -2
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/acs/{access_group.js → acs-access-group.js} +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -0
- package/lib/seam/connect/models/acs/{credential_pool.js → acs-credential-pool.js} +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -0
- package/lib/seam/connect/models/acs/{credential_provisioning_automation.js → acs-credential-provisioning-automation.js} +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -0
- package/lib/seam/connect/models/acs/{credential.js → acs-credential.js} +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -0
- package/lib/seam/connect/models/acs/{entrance.js → acs-entrance.js} +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -0
- package/lib/seam/connect/models/acs/{system.d.ts → acs-system.d.ts} +16 -0
- package/lib/seam/connect/models/acs/{system.js → acs-system.js} +7 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -0
- package/lib/seam/connect/models/acs/{user.js → acs-user.js} +1 -1
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -0
- package/lib/seam/connect/models/acs/index.d.ts +7 -9
- package/lib/seam/connect/models/acs/index.js +7 -9
- package/lib/seam/connect/models/acs/index.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +1 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +1 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -0
- package/lib/seam/connect/models/devices/capability-properties/index.js.map +1 -0
- package/lib/seam/connect/models/devices/capability-properties/lock.js.map +1 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -0
- package/lib/seam/connect/models/devices/index.d.ts +1 -0
- package/lib/seam/connect/models/devices/index.js +1 -0
- package/lib/seam/connect/models/devices/index.js.map +1 -1
- package/lib/seam/connect/models/devices/managed-device.d.ts +10 -0
- package/lib/seam/connect/models/devices/managed-device.js +5 -1
- package/lib/seam/connect/models/devices/managed-device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +1 -0
- package/lib/seam/connect/models/index.d.ts +0 -1
- package/lib/seam/connect/models/index.js +0 -1
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.d.ts +1 -0
- package/lib/seam/connect/models/workspaces/workspace.d.ts +1 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/model-types.ts +5 -0
- package/src/lib/seam/connect/models/acs/{system.ts → acs-system.ts} +6 -1
- package/src/lib/seam/connect/models/acs/index.ts +7 -9
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +2 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +2 -0
- package/src/lib/seam/connect/models/devices/index.ts +1 -0
- package/src/lib/seam/connect/models/devices/managed-device.ts +5 -1
- package/src/lib/seam/connect/models/index.ts +0 -1
- package/src/lib/seam/connect/models/webhooks/webhook.ts +2 -0
- package/src/lib/seam/connect/models/workspaces/workspace.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +20 -0
- package/src/lib/seam/connect/schemas.ts +3 -0
- package/lib/seam/connect/models/acs/access_group.js.map +0 -1
- package/lib/seam/connect/models/acs/acs_system_capability_flags.d.ts +0 -17
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js +0 -8
- package/lib/seam/connect/models/acs/acs_system_capability_flags.js.map +0 -1
- package/lib/seam/connect/models/acs/credential.js.map +0 -1
- package/lib/seam/connect/models/acs/credential_pool.js.map +0 -1
- package/lib/seam/connect/models/acs/credential_provisioning_automation.js.map +0 -1
- package/lib/seam/connect/models/acs/entrance.js.map +0 -1
- package/lib/seam/connect/models/acs/seam-bridge.d.ts +0 -147
- package/lib/seam/connect/models/acs/seam-bridge.js +0 -30
- package/lib/seam/connect/models/acs/seam-bridge.js.map +0 -1
- package/lib/seam/connect/models/acs/system.js.map +0 -1
- package/lib/seam/connect/models/acs/user.js.map +0 -1
- package/lib/seam/connect/models/capability-properties/access-code.js.map +0 -1
- package/lib/seam/connect/models/capability-properties/index.js.map +0 -1
- package/lib/seam/connect/models/capability-properties/lock.js.map +0 -1
- package/lib/seam/connect/models/capability-properties/thermostat.js.map +0 -1
- package/src/lib/seam/connect/models/acs/acs_system_capability_flags.ts +0 -8
- package/src/lib/seam/connect/models/acs/seam-bridge.ts +0 -36
- /package/lib/seam/connect/models/acs/{access_group.d.ts → acs-access-group.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/{credential_pool.d.ts → acs-credential-pool.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/{credential_provisioning_automation.d.ts → acs-credential-provisioning-automation.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/{credential.d.ts → acs-credential.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/{entrance.d.ts → acs-entrance.d.ts} +0 -0
- /package/lib/seam/connect/models/acs/{user.d.ts → acs-user.d.ts} +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/access-code.d.ts +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/access-code.js +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/index.d.ts +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/index.js +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/lock.d.ts +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/lock.js +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/thermostat.d.ts +0 -0
- /package/lib/seam/connect/models/{capability-properties → devices/capability-properties}/thermostat.js +0 -0
- /package/src/lib/seam/connect/models/acs/{access_group.ts → acs-access-group.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/{credential_pool.ts → acs-credential-pool.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/{credential_provisioning_automation.ts → acs-credential-provisioning-automation.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/{credential.ts → acs-credential.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/{entrance.ts → acs-entrance.ts} +0 -0
- /package/src/lib/seam/connect/models/acs/{user.ts → acs-user.ts} +0 -0
- /package/src/lib/seam/connect/models/{capability-properties → devices/capability-properties}/access-code.ts +0 -0
- /package/src/lib/seam/connect/models/{capability-properties → devices/capability-properties}/index.ts +0 -0
- /package/src/lib/seam/connect/models/{capability-properties → devices/capability-properties}/lock.ts +0 -0
- /package/src/lib/seam/connect/models/{capability-properties → devices/capability-properties}/thermostat.ts +0 -0
|
@@ -5650,6 +5650,8 @@ export interface Routes {
|
|
|
5650
5650
|
supports_offline_access_codes?: boolean | undefined;
|
|
5651
5651
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
5652
5652
|
noise_level_decibels?: number | undefined;
|
|
5653
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
5654
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
5653
5655
|
} & {
|
|
5654
5656
|
assa_abloy_credential_service_metadata?: ({
|
|
5655
5657
|
has_active_endpoint: boolean;
|
|
@@ -6194,6 +6196,8 @@ export interface Routes {
|
|
|
6194
6196
|
supports_offline_access_codes?: boolean | undefined;
|
|
6195
6197
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
6196
6198
|
noise_level_decibels?: number | undefined;
|
|
6199
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
6200
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
6197
6201
|
} & {
|
|
6198
6202
|
assa_abloy_credential_service_metadata?: ({
|
|
6199
6203
|
has_active_endpoint: boolean;
|
|
@@ -7060,6 +7064,8 @@ export interface Routes {
|
|
|
7060
7064
|
supports_offline_access_codes?: boolean | undefined;
|
|
7061
7065
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
7062
7066
|
noise_level_decibels?: number | undefined;
|
|
7067
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
7068
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
7063
7069
|
} & {
|
|
7064
7070
|
assa_abloy_credential_service_metadata?: ({
|
|
7065
7071
|
has_active_endpoint: boolean;
|
|
@@ -7579,6 +7585,8 @@ export interface Routes {
|
|
|
7579
7585
|
supports_offline_access_codes?: boolean | undefined;
|
|
7580
7586
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
7581
7587
|
noise_level_decibels?: number | undefined;
|
|
7588
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
7589
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
7582
7590
|
} & {
|
|
7583
7591
|
assa_abloy_credential_service_metadata?: ({
|
|
7584
7592
|
has_active_endpoint: boolean;
|
|
@@ -8123,6 +8131,8 @@ export interface Routes {
|
|
|
8123
8131
|
supports_offline_access_codes?: boolean | undefined;
|
|
8124
8132
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
8125
8133
|
noise_level_decibels?: number | undefined;
|
|
8134
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
8135
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
8126
8136
|
} & {
|
|
8127
8137
|
assa_abloy_credential_service_metadata?: ({
|
|
8128
8138
|
has_active_endpoint: boolean;
|
|
@@ -8642,6 +8652,8 @@ export interface Routes {
|
|
|
8642
8652
|
supports_offline_access_codes?: boolean | undefined;
|
|
8643
8653
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
8644
8654
|
noise_level_decibels?: number | undefined;
|
|
8655
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
8656
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
8645
8657
|
} & {
|
|
8646
8658
|
assa_abloy_credential_service_metadata?: ({
|
|
8647
8659
|
has_active_endpoint: boolean;
|
|
@@ -13188,6 +13200,8 @@ export interface Routes {
|
|
|
13188
13200
|
supports_offline_access_codes?: boolean | undefined;
|
|
13189
13201
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
13190
13202
|
noise_level_decibels?: number | undefined;
|
|
13203
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
13204
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
13191
13205
|
} & {
|
|
13192
13206
|
assa_abloy_credential_service_metadata?: ({
|
|
13193
13207
|
has_active_endpoint: boolean;
|
|
@@ -14936,6 +14950,8 @@ export interface Routes {
|
|
|
14936
14950
|
supports_offline_access_codes?: boolean | undefined;
|
|
14937
14951
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
14938
14952
|
noise_level_decibels?: number | undefined;
|
|
14953
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
14954
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
14939
14955
|
} & {
|
|
14940
14956
|
assa_abloy_credential_service_metadata?: ({
|
|
14941
14957
|
has_active_endpoint: boolean;
|
|
@@ -16867,6 +16883,8 @@ export interface Routes {
|
|
|
16867
16883
|
supports_offline_access_codes?: boolean | undefined;
|
|
16868
16884
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
16869
16885
|
noise_level_decibels?: number | undefined;
|
|
16886
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
16887
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
16870
16888
|
} & {
|
|
16871
16889
|
assa_abloy_credential_service_metadata?: ({
|
|
16872
16890
|
has_active_endpoint: boolean;
|
|
@@ -17391,6 +17409,8 @@ export interface Routes {
|
|
|
17391
17409
|
supports_offline_access_codes?: boolean | undefined;
|
|
17392
17410
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
17393
17411
|
noise_level_decibels?: number | undefined;
|
|
17412
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
17413
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined;
|
|
17394
17414
|
} & {
|
|
17395
17415
|
assa_abloy_credential_service_metadata?: ({
|
|
17396
17416
|
has_active_endpoint: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { action_attempt, client_session, connect_webview, custom_metadata, seam_event, workspace, } from './models/index.js';
|
|
1
|
+
export { action_attempt, client_session, connect_webview, connected_account, custom_metadata, seam_event, user_identity, webhook, workspace, } from './models/index.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { action_attempt, client_session, connect_webview, custom_metadata, seam_event, workspace, } from './models/index.js';
|
|
1
|
+
export { action_attempt, client_session, connect_webview, connected_account, custom_metadata, seam_event, user_identity, webhook, workspace, } from './models/index.js';
|
|
2
2
|
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,eAAe,EACf,eAAe,EACf,UAAU,EACV,SAAS,GACV,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,UAAU,EACV,aAAa,EACb,OAAO,EACP,SAAS,GACV,MAAM,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
export const acs_system_capability_flags = z.object({
|
|
4
|
+
can_automate_enrollment: z.boolean().optional(),
|
|
5
|
+
can_create_acs_access_groups: z.boolean().optional(),
|
|
6
|
+
can_remove_acs_users_from_acs_access_groups: z.boolean().optional(),
|
|
7
|
+
can_add_acs_users_to_acs_access_groups: z.boolean().optional(),
|
|
8
|
+
})
|
|
4
9
|
|
|
5
10
|
export const acs_system_external_type_values = [
|
|
6
11
|
'pti_site',
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './credential.js'
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './system.js'
|
|
9
|
-
export * from './user.js'
|
|
1
|
+
export * from './acs-access-group.js'
|
|
2
|
+
export * from './acs-credential.js'
|
|
3
|
+
export * from './acs-credential-pool.js'
|
|
4
|
+
export * from './acs-credential-provisioning-automation.js'
|
|
5
|
+
export * from './acs-entrance.js'
|
|
6
|
+
export * from './acs-system.js'
|
|
7
|
+
export * from './acs-user.js'
|
|
@@ -2,9 +2,9 @@ import { z } from 'zod'
|
|
|
2
2
|
|
|
3
3
|
import { schemas as devicedb_schemas } from '@seamapi/types/devicedb'
|
|
4
4
|
|
|
5
|
-
import { capability_properties } from '../capability-properties/index.js'
|
|
6
5
|
import { custom_metadata } from '../custom-metadata.js'
|
|
7
6
|
import { capabilities } from './capabilities-supported.js'
|
|
7
|
+
import { capability_properties } from './capability-properties/index.js'
|
|
8
8
|
import { device_metadata } from './device-metadata.js'
|
|
9
9
|
import { any_device_type } from './device-type.js'
|
|
10
10
|
import { phone_specific_properties } from './phone-properties.js'
|
|
@@ -155,6 +155,10 @@ export const common_device_properties = z.object({
|
|
|
155
155
|
'Indicates current noise level in decibels, if the device supports noise detection.',
|
|
156
156
|
)
|
|
157
157
|
.optional(),
|
|
158
|
+
currently_triggering_noise_threshold_ids: z
|
|
159
|
+
.array(z.string())
|
|
160
|
+
.describe('Array of noise threshold IDs that are currently triggering.')
|
|
161
|
+
.optional(),
|
|
158
162
|
})
|
|
159
163
|
|
|
160
164
|
export const managed_device = z
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './access-codes/index.js'
|
|
2
2
|
export * from './acs/index.js'
|
|
3
3
|
export * from './action-attempts/index.js'
|
|
4
|
-
export * from './capability-properties/index.js'
|
|
5
4
|
export * from './client-sessions/index.js'
|
|
6
5
|
export * from './connect-webviews/index.js'
|
|
7
6
|
export * from './connected-accounts/index.js'
|
|
@@ -1998,6 +1998,12 @@ export default {
|
|
|
1998
1998
|
minimum: 0,
|
|
1999
1999
|
type: 'number',
|
|
2000
2000
|
},
|
|
2001
|
+
currently_triggering_noise_threshold_ids: {
|
|
2002
|
+
description:
|
|
2003
|
+
'Array of noise threshold IDs that are currently triggering.',
|
|
2004
|
+
items: { type: 'string' },
|
|
2005
|
+
type: 'array',
|
|
2006
|
+
},
|
|
2001
2007
|
has_direct_power: {
|
|
2002
2008
|
description:
|
|
2003
2009
|
'Indicates whether the device has direct power.',
|
|
@@ -9020,6 +9026,7 @@ export default {
|
|
|
9020
9026
|
401: { description: 'Unauthorized' },
|
|
9021
9027
|
},
|
|
9022
9028
|
security: [
|
|
9029
|
+
{ client_session: [] },
|
|
9023
9030
|
{ api_key: [] },
|
|
9024
9031
|
{ pat_with_workspace: [] },
|
|
9025
9032
|
{ console_session: [] },
|
|
@@ -6255,6 +6255,8 @@ export interface Routes {
|
|
|
6255
6255
|
supports_offline_access_codes?: boolean | undefined
|
|
6256
6256
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
6257
6257
|
noise_level_decibels?: number | undefined
|
|
6258
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
6259
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
6258
6260
|
} & {
|
|
6259
6261
|
assa_abloy_credential_service_metadata?:
|
|
6260
6262
|
| (
|
|
@@ -7148,6 +7150,8 @@ export interface Routes {
|
|
|
7148
7150
|
supports_offline_access_codes?: boolean | undefined
|
|
7149
7151
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
7150
7152
|
noise_level_decibels?: number | undefined
|
|
7153
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
7154
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
7151
7155
|
} & {
|
|
7152
7156
|
assa_abloy_credential_service_metadata?:
|
|
7153
7157
|
| (
|
|
@@ -8636,6 +8640,8 @@ export interface Routes {
|
|
|
8636
8640
|
supports_offline_access_codes?: boolean | undefined
|
|
8637
8641
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
8638
8642
|
noise_level_decibels?: number | undefined
|
|
8643
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
8644
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
8639
8645
|
} & {
|
|
8640
8646
|
assa_abloy_credential_service_metadata?:
|
|
8641
8647
|
| (
|
|
@@ -9375,6 +9381,8 @@ export interface Routes {
|
|
|
9375
9381
|
supports_offline_access_codes?: boolean | undefined
|
|
9376
9382
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
9377
9383
|
noise_level_decibels?: number | undefined
|
|
9384
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
9385
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
9378
9386
|
} & {
|
|
9379
9387
|
assa_abloy_credential_service_metadata?:
|
|
9380
9388
|
| (
|
|
@@ -10268,6 +10276,8 @@ export interface Routes {
|
|
|
10268
10276
|
supports_offline_access_codes?: boolean | undefined
|
|
10269
10277
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
10270
10278
|
noise_level_decibels?: number | undefined
|
|
10279
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
10280
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
10271
10281
|
} & {
|
|
10272
10282
|
assa_abloy_credential_service_metadata?:
|
|
10273
10283
|
| (
|
|
@@ -11007,6 +11017,8 @@ export interface Routes {
|
|
|
11007
11017
|
supports_offline_access_codes?: boolean | undefined
|
|
11008
11018
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
11009
11019
|
noise_level_decibels?: number | undefined
|
|
11020
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
11021
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
11010
11022
|
} & {
|
|
11011
11023
|
assa_abloy_credential_service_metadata?:
|
|
11012
11024
|
| (
|
|
@@ -16061,6 +16073,8 @@ export interface Routes {
|
|
|
16061
16073
|
supports_offline_access_codes?: boolean | undefined
|
|
16062
16074
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
16063
16075
|
noise_level_decibels?: number | undefined
|
|
16076
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
16077
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
16064
16078
|
} & {
|
|
16065
16079
|
assa_abloy_credential_service_metadata?:
|
|
16066
16080
|
| (
|
|
@@ -18248,6 +18262,8 @@ export interface Routes {
|
|
|
18248
18262
|
supports_offline_access_codes?: boolean | undefined
|
|
18249
18263
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
18250
18264
|
noise_level_decibels?: number | undefined
|
|
18265
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
18266
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
18251
18267
|
} & {
|
|
18252
18268
|
assa_abloy_credential_service_metadata?:
|
|
18253
18269
|
| (
|
|
@@ -20491,6 +20507,8 @@ export interface Routes {
|
|
|
20491
20507
|
supports_offline_access_codes?: boolean | undefined
|
|
20492
20508
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
20493
20509
|
noise_level_decibels?: number | undefined
|
|
20510
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
20511
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
20494
20512
|
} & {
|
|
20495
20513
|
assa_abloy_credential_service_metadata?:
|
|
20496
20514
|
| (
|
|
@@ -21235,6 +21253,8 @@ export interface Routes {
|
|
|
21235
21253
|
supports_offline_access_codes?: boolean | undefined
|
|
21236
21254
|
/** Indicates current noise level in decibels, if the device supports noise detection. */
|
|
21237
21255
|
noise_level_decibels?: number | undefined
|
|
21256
|
+
/** Array of noise threshold IDs that are currently triggering. */
|
|
21257
|
+
currently_triggering_noise_threshold_ids?: string[] | undefined
|
|
21238
21258
|
} & {
|
|
21239
21259
|
assa_abloy_credential_service_metadata?:
|
|
21240
21260
|
| (
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"access_group.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/access_group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,0EAA0E;AAC1E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,UAAU;IACV,kBAAkB;IAClB,oBAAoB;IACpB,aAAa;CACd,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACtC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,CAAC;;;;GAI1D,CAAC;IACF,8BAA8B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIjD,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,8BAA8B;IAC7C,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const acs_system_capability_flags: z.ZodObject<{
|
|
3
|
-
can_automate_enrollment: z.ZodOptional<z.ZodBoolean>;
|
|
4
|
-
can_create_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
5
|
-
can_remove_acs_users_from_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
-
can_add_acs_users_to_acs_access_groups: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
-
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
can_automate_enrollment?: boolean | undefined;
|
|
9
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
10
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
11
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
can_automate_enrollment?: boolean | undefined;
|
|
14
|
-
can_create_acs_access_groups?: boolean | undefined;
|
|
15
|
-
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
16
|
-
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
17
|
-
}>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export const acs_system_capability_flags = z.object({
|
|
3
|
-
can_automate_enrollment: z.boolean().optional(),
|
|
4
|
-
can_create_acs_access_groups: z.boolean().optional(),
|
|
5
|
-
can_remove_acs_users_from_acs_access_groups: z.boolean().optional(),
|
|
6
|
-
can_add_acs_users_to_acs_access_groups: z.boolean().optional(),
|
|
7
|
-
});
|
|
8
|
-
//# sourceMappingURL=acs_system_capability_flags.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acs_system_capability_flags.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs_system_capability_flags.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,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC/C,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpD,2CAA2C,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACnE,sCAAsC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IACzD,kBAAkB,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,yBAAyB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAChE,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7D,uBAAuB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"credential_pool.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/credential_pool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAA;AAM5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACzC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,aAAa,EAAE,iCAAiC;IAChD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;IACtC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"credential_provisioning_automation.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/credential_provisioning_automation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,yCAAyC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5D,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,sCAAsC;KACxE,IAAI,CAAC;IACJ,yCAAyC,EAAE,IAAI;CAChD,CAAC;KACD,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;IACP,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAC5C,CAAC,CACH,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/entrance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;CAC1B,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAClC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,cAAc,EAAE,2BAA2B,CAAC,QAAQ,EAAE;IACtD,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,mBAAmB,EAAE,CAAC;SACnB,MAAM,CAAC;QACN,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC;YACpB,UAAU;YACV,OAAO;YACP,iBAAiB;YACjB,QAAQ;YACR,cAAc;SACf,CAAC;QACF,QAAQ,EAAE,CAAC;aACR,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;YACP,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE;YACtC,4BAA4B,EAAE,CAAC,CAAC,IAAI,CAAC;gBACnC,KAAK;gBACL,YAAY;gBACZ,OAAO;aACR,CAAC;SACH,CAAC,CACH;aACA,QAAQ,EAAE;KACd,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAA"}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const seam_bridge_error_map: z.ZodObject<{
|
|
3
|
-
failed_to_create_tunnel: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4
|
-
message: z.ZodString;
|
|
5
|
-
created_at: z.ZodString;
|
|
6
|
-
error_code: z.ZodLiteral<"failed_to_create_tunnel">;
|
|
7
|
-
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
message: string;
|
|
9
|
-
created_at: string;
|
|
10
|
-
error_code: "failed_to_create_tunnel";
|
|
11
|
-
}, {
|
|
12
|
-
message: string;
|
|
13
|
-
created_at: string;
|
|
14
|
-
error_code: "failed_to_create_tunnel";
|
|
15
|
-
}>>>;
|
|
16
|
-
failed_to_create_proxy: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
17
|
-
message: z.ZodString;
|
|
18
|
-
created_at: z.ZodString;
|
|
19
|
-
error_code: z.ZodLiteral<"failed_to_create_proxy">;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
message: string;
|
|
22
|
-
created_at: string;
|
|
23
|
-
error_code: "failed_to_create_proxy";
|
|
24
|
-
}, {
|
|
25
|
-
message: string;
|
|
26
|
-
created_at: string;
|
|
27
|
-
error_code: "failed_to_create_proxy";
|
|
28
|
-
}>>>;
|
|
29
|
-
seam_bridge_unreachable: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
30
|
-
message: z.ZodString;
|
|
31
|
-
created_at: z.ZodString;
|
|
32
|
-
error_code: z.ZodLiteral<"seam_bridge_unreachable">;
|
|
33
|
-
}, "strip", z.ZodTypeAny, {
|
|
34
|
-
message: string;
|
|
35
|
-
created_at: string;
|
|
36
|
-
error_code: "seam_bridge_unreachable";
|
|
37
|
-
}, {
|
|
38
|
-
message: string;
|
|
39
|
-
created_at: string;
|
|
40
|
-
error_code: "seam_bridge_unreachable";
|
|
41
|
-
}>>>;
|
|
42
|
-
managed_by_other_account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
43
|
-
message: z.ZodString;
|
|
44
|
-
created_at: z.ZodString;
|
|
45
|
-
error_code: z.ZodLiteral<"managed_by_other_account">;
|
|
46
|
-
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
message: string;
|
|
48
|
-
created_at: string;
|
|
49
|
-
error_code: "managed_by_other_account";
|
|
50
|
-
}, {
|
|
51
|
-
message: string;
|
|
52
|
-
created_at: string;
|
|
53
|
-
error_code: "managed_by_other_account";
|
|
54
|
-
}>>>;
|
|
55
|
-
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
failed_to_create_tunnel?: {
|
|
57
|
-
message: string;
|
|
58
|
-
created_at: string;
|
|
59
|
-
error_code: "failed_to_create_tunnel";
|
|
60
|
-
} | null | undefined;
|
|
61
|
-
failed_to_create_proxy?: {
|
|
62
|
-
message: string;
|
|
63
|
-
created_at: string;
|
|
64
|
-
error_code: "failed_to_create_proxy";
|
|
65
|
-
} | null | undefined;
|
|
66
|
-
seam_bridge_unreachable?: {
|
|
67
|
-
message: string;
|
|
68
|
-
created_at: string;
|
|
69
|
-
error_code: "seam_bridge_unreachable";
|
|
70
|
-
} | null | undefined;
|
|
71
|
-
managed_by_other_account?: {
|
|
72
|
-
message: string;
|
|
73
|
-
created_at: string;
|
|
74
|
-
error_code: "managed_by_other_account";
|
|
75
|
-
} | null | undefined;
|
|
76
|
-
}, {
|
|
77
|
-
failed_to_create_tunnel?: {
|
|
78
|
-
message: string;
|
|
79
|
-
created_at: string;
|
|
80
|
-
error_code: "failed_to_create_tunnel";
|
|
81
|
-
} | null | undefined;
|
|
82
|
-
failed_to_create_proxy?: {
|
|
83
|
-
message: string;
|
|
84
|
-
created_at: string;
|
|
85
|
-
error_code: "failed_to_create_proxy";
|
|
86
|
-
} | null | undefined;
|
|
87
|
-
seam_bridge_unreachable?: {
|
|
88
|
-
message: string;
|
|
89
|
-
created_at: string;
|
|
90
|
-
error_code: "seam_bridge_unreachable";
|
|
91
|
-
} | null | undefined;
|
|
92
|
-
managed_by_other_account?: {
|
|
93
|
-
message: string;
|
|
94
|
-
created_at: string;
|
|
95
|
-
error_code: "managed_by_other_account";
|
|
96
|
-
} | null | undefined;
|
|
97
|
-
}>;
|
|
98
|
-
export declare const seam_bridge_error: z.ZodUnion<[z.ZodObject<{
|
|
99
|
-
message: z.ZodString;
|
|
100
|
-
created_at: z.ZodString;
|
|
101
|
-
error_code: z.ZodLiteral<"seam_bridge_unreachable">;
|
|
102
|
-
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
message: string;
|
|
104
|
-
created_at: string;
|
|
105
|
-
error_code: "seam_bridge_unreachable";
|
|
106
|
-
}, {
|
|
107
|
-
message: string;
|
|
108
|
-
created_at: string;
|
|
109
|
-
error_code: "seam_bridge_unreachable";
|
|
110
|
-
}>, z.ZodObject<{
|
|
111
|
-
message: z.ZodString;
|
|
112
|
-
created_at: z.ZodString;
|
|
113
|
-
error_code: z.ZodLiteral<"failed_to_create_proxy">;
|
|
114
|
-
}, "strip", z.ZodTypeAny, {
|
|
115
|
-
message: string;
|
|
116
|
-
created_at: string;
|
|
117
|
-
error_code: "failed_to_create_proxy";
|
|
118
|
-
}, {
|
|
119
|
-
message: string;
|
|
120
|
-
created_at: string;
|
|
121
|
-
error_code: "failed_to_create_proxy";
|
|
122
|
-
}>, z.ZodObject<{
|
|
123
|
-
message: z.ZodString;
|
|
124
|
-
created_at: z.ZodString;
|
|
125
|
-
error_code: z.ZodLiteral<"failed_to_create_tunnel">;
|
|
126
|
-
}, "strip", z.ZodTypeAny, {
|
|
127
|
-
message: string;
|
|
128
|
-
created_at: string;
|
|
129
|
-
error_code: "failed_to_create_tunnel";
|
|
130
|
-
}, {
|
|
131
|
-
message: string;
|
|
132
|
-
created_at: string;
|
|
133
|
-
error_code: "failed_to_create_tunnel";
|
|
134
|
-
}>, z.ZodObject<{
|
|
135
|
-
message: z.ZodString;
|
|
136
|
-
created_at: z.ZodString;
|
|
137
|
-
error_code: z.ZodLiteral<"managed_by_other_account">;
|
|
138
|
-
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
message: string;
|
|
140
|
-
created_at: string;
|
|
141
|
-
error_code: "managed_by_other_account";
|
|
142
|
-
}, {
|
|
143
|
-
message: string;
|
|
144
|
-
created_at: string;
|
|
145
|
-
error_code: "managed_by_other_account";
|
|
146
|
-
}>]>;
|
|
147
|
-
export type SeamBridgeErrorMap = z.infer<typeof seam_bridge_error_map>;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
const common_seam_bridge_error = z.object({
|
|
3
|
-
created_at: z.string().datetime(),
|
|
4
|
-
message: z.string(),
|
|
5
|
-
});
|
|
6
|
-
const seam_bridge_unreachable = common_seam_bridge_error.extend({
|
|
7
|
-
error_code: z.literal('seam_bridge_unreachable'),
|
|
8
|
-
});
|
|
9
|
-
const failed_to_create_tunnel = common_seam_bridge_error.extend({
|
|
10
|
-
error_code: z.literal('failed_to_create_tunnel'),
|
|
11
|
-
});
|
|
12
|
-
const failed_to_create_proxy = common_seam_bridge_error.extend({
|
|
13
|
-
error_code: z.literal('failed_to_create_proxy'),
|
|
14
|
-
});
|
|
15
|
-
const managed_by_other_account = common_seam_bridge_error.extend({
|
|
16
|
-
error_code: z.literal('managed_by_other_account'),
|
|
17
|
-
});
|
|
18
|
-
export const seam_bridge_error_map = z.object({
|
|
19
|
-
failed_to_create_tunnel: failed_to_create_tunnel.optional().nullable(),
|
|
20
|
-
failed_to_create_proxy: failed_to_create_proxy.optional().nullable(),
|
|
21
|
-
seam_bridge_unreachable: seam_bridge_unreachable.optional().nullable(),
|
|
22
|
-
managed_by_other_account: managed_by_other_account.optional().nullable(),
|
|
23
|
-
});
|
|
24
|
-
export const seam_bridge_error = z.union([
|
|
25
|
-
seam_bridge_unreachable,
|
|
26
|
-
failed_to_create_proxy,
|
|
27
|
-
failed_to_create_tunnel,
|
|
28
|
-
managed_by_other_account,
|
|
29
|
-
]);
|
|
30
|
-
//# sourceMappingURL=seam-bridge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"seam-bridge.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/seam-bridge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,uBAAuB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC9D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;CACjD,CAAC,CAAA;AACF,MAAM,uBAAuB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC9D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;CACjD,CAAC,CAAA;AACF,MAAM,sBAAsB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC7D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,wBAAwB,CAAC;CAChD,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC/D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;CAClD,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACzE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,uBAAuB;IACvB,sBAAsB;IACtB,uBAAuB;IACvB,wBAAwB;CACzB,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAA;AAE9E,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,UAAU;IACV,UAAU;IACV,YAAY;IACZ,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;CACR,CAAA;AAEV,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC;KACtC,IAAI,CAAC,+BAA+B,CAAC;KACrC,QAAQ,EAAE,CAAA;AAIb,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC;KACxB,MAAM,CAAC;IACN,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,aAAa,EAAE,wBAAwB;IACvC,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,WAAW,EAAE,wBAAwB,CAAC,QAAQ,CAAC;;;;OAI5C,CAAC;IACJ,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;OAItD,CAAC;IACJ,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;CACF,CAAC;KACD,KAAK,CAAC,2BAA2B,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,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;IACjB,YAAY;CACb,CAAC,CAAA;AAIF,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;KAI3C,CAAC;IACJ,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;IACpC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACzD,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7D,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC7D,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC;QACtB,UAAU,EAAE,OAAO;QACnB,sBAAsB,EAAE,OAAO;QAC/B,4BAA4B,EAAE,QAAQ;QACtC,yBAAyB,EAAE,SAAS;QACpC,+BAA+B,EAAE,QAAQ;QACzC,sBAAsB,EAAE,UAAU;QAClC,qCAAqC,EAAE,QAAQ;QAC/C,8BAA8B,EAAE,QAAQ;QACxC,oBAAoB,EAAE,0CAA0C;KACjE,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,aAAa,EAAE,qBAAqB,CAAC,CAAC,EAAE,gBAAgB;IACjF,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC5C,2BAA2B;IAC3B,2BAA2B;CAC5B,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC;IACxD,sDAAsD,EAAE,CAAC;SACtD,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;IACb,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAC5D,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,iCAAiC,EACjC,2BAA2B,GAC5B,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAA;AACtD,OAAO,EACL,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,gCAAgC,GACjC,MAAM,iBAAiB,CAAA;AAExB,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC3B,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,0BAA0B,EAC1B,gCAAgC,GACjC,CAAA;AAED,sEAAsE;AACtE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,YAAY,CACjD,iCAAiC;KAC9B,OAAO,EAAE;KACT,KAAK,CAAC,0BAA0B,CAAC,OAAO,EAAE,CAAC,EAC9C,gCAAgC,CACjC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lock.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/lock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC9B,cAAc,EAAE,CAAC;SACd,MAAM,CAAC;QACN,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;KAClB,CAAC;SACD,QAAQ,EAAE;IACb,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"thermostat.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/thermostat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAA;AAI7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAA;AAItD,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,yBAAyB,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,yBAAyB,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,iBAAiB;IACjB,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE;CACrC,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC;KACtC,MAAM,CAAC;IACN,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9C,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,MAAM,EAAE,CAAC;SACN,GAAG,EAAE;SACL,QAAQ,CACP,uZAAuZ,CACxZ;CACJ,CAAC;KACD,KAAK,CAAC,eAAe,CAAC,OAAO,EAAE,CAAC,CAAA;AAEnC,MAAM,qCAAqC,GAAG,CAAC,CAAC,MAAM,CAAC;IACrD,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE;IAClC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC/B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3C,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE;IACzC,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE;IACzC,4BAA4B,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC;IACxD,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IACtC,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IACtC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;IACvB,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;IACvB,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE;IAC3B,gBAAgB;IAEhB;;OAEG;IACH,mCAAmC,EAAE,CAAC,CAAC,OAAO,EAAE;IAEhD;;OAEG;IACH,uBAAuB,EAAE,eAAe;IACxC,uBAAuB,EAAE,eAAe,CAAC,QAAQ,EAAE;IACnD,kCAAkC,EAAE,CAAC,CAAC,OAAO,EAAE;IAC/C,+BAA+B,EAAE,wBAAwB,CAAC,QAAQ,EAAE;CACrE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,wCAAwC,GACnD,qCAAqC,CAAC,KAAK,CACzC,CAAC,CAAC,MAAM,CAAC;IACP,6BAA6B,EAAE,CAAC,CAAC,MAAM,EAAE;IACzC,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5C,6BAA6B,EAAE,CAAC,CAAC,MAAM,EAAE;IACzC,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5C,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CACtC,CAAC,CACH,CAAA;AAEH,MAAM,CAAC,MAAM,wCAAwC,GACnD,qCAAqC,CAAC,KAAK,CACzC,CAAC,CAAC,MAAM,CAAC;IACP,6BAA6B,EAAE,CAAC,CAAC,MAAM,EAAE;IACzC,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5C,6BAA6B,EAAE,CAAC,CAAC,MAAM,EAAE;IACzC,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5C,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CACtC,CAAC,CACH,CAAA;AAEH,MAAM,CAAC,MAAM,gDAAgD,GAC3D,wCAAwC;KACrC,KAAK,CAAC,wCAAwC,CAAC;KAC/C,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;IACP,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACrC,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACrC,iCAAiC,EAAE,CAAC,CAAC,MAAM,EAAE;IAC7C,oCAAoC,EAAE,CAAC,CAAC,MAAM,EAAE;CACjD,CAAC,CACH,CAAA;AAEL,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC;IACtD,gDAAgD,CAAC,OAAO,EAAE;IAC1D,wCAAwC,CAAC,OAAO,EAAE;IAClD,wCAAwC,CAAC,OAAO,EAAE;CACnD,CAAC,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod'
|
|
2
|
-
|
|
3
|
-
export const acs_system_capability_flags = z.object({
|
|
4
|
-
can_automate_enrollment: z.boolean().optional(),
|
|
5
|
-
can_create_acs_access_groups: z.boolean().optional(),
|
|
6
|
-
can_remove_acs_users_from_acs_access_groups: z.boolean().optional(),
|
|
7
|
-
can_add_acs_users_to_acs_access_groups: z.boolean().optional(),
|
|
8
|
-
})
|