@seamapi/types 1.391.0 → 1.391.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +0 -47
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +12 -130
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -58
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -11
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -21
- package/lib/seam/connect/openapi.js +0 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -75
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/openapi.ts +0 -48
- package/src/lib/seam/connect/route-types.ts +12 -72
|
@@ -1494,13 +1494,6 @@ export interface Routes {
|
|
|
1494
1494
|
created_at?: string | undefined;
|
|
1495
1495
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1496
1496
|
warning_code: 'schlage_detected_duplicate';
|
|
1497
|
-
} | {
|
|
1498
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1499
|
-
message: string;
|
|
1500
|
-
/** Date and time at which Seam created the warning. */
|
|
1501
|
-
created_at?: string | undefined;
|
|
1502
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1503
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
1504
1497
|
} | {
|
|
1505
1498
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1506
1499
|
message: string;
|
|
@@ -1982,13 +1975,6 @@ export interface Routes {
|
|
|
1982
1975
|
created_at?: string | undefined;
|
|
1983
1976
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1984
1977
|
warning_code: 'schlage_detected_duplicate';
|
|
1985
|
-
} | {
|
|
1986
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1987
|
-
message: string;
|
|
1988
|
-
/** Date and time at which Seam created the warning. */
|
|
1989
|
-
created_at?: string | undefined;
|
|
1990
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1991
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
1992
1978
|
} | {
|
|
1993
1979
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1994
1980
|
message: string;
|
|
@@ -3585,13 +3571,6 @@ export interface Routes {
|
|
|
3585
3571
|
created_at?: string | undefined;
|
|
3586
3572
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3587
3573
|
warning_code: 'schlage_detected_duplicate';
|
|
3588
|
-
} | {
|
|
3589
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3590
|
-
message: string;
|
|
3591
|
-
/** Date and time at which Seam created the warning. */
|
|
3592
|
-
created_at?: string | undefined;
|
|
3593
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3594
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
3595
3574
|
} | {
|
|
3596
3575
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3597
3576
|
message: string;
|
|
@@ -4053,13 +4032,6 @@ export interface Routes {
|
|
|
4053
4032
|
created_at?: string | undefined;
|
|
4054
4033
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4055
4034
|
warning_code: 'schlage_detected_duplicate';
|
|
4056
|
-
} | {
|
|
4057
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4058
|
-
message: string;
|
|
4059
|
-
/** Date and time at which Seam created the warning. */
|
|
4060
|
-
created_at?: string | undefined;
|
|
4061
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4062
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
4063
4035
|
} | {
|
|
4064
4036
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4065
4037
|
message: string;
|
|
@@ -4529,13 +4501,6 @@ export interface Routes {
|
|
|
4529
4501
|
created_at?: string | undefined;
|
|
4530
4502
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4531
4503
|
warning_code: 'schlage_detected_duplicate';
|
|
4532
|
-
} | {
|
|
4533
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4534
|
-
message: string;
|
|
4535
|
-
/** Date and time at which Seam created the warning. */
|
|
4536
|
-
created_at?: string | undefined;
|
|
4537
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4538
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
4539
4504
|
} | {
|
|
4540
4505
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4541
4506
|
message: string;
|
|
@@ -4983,13 +4948,6 @@ export interface Routes {
|
|
|
4983
4948
|
created_at?: string | undefined;
|
|
4984
4949
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4985
4950
|
warning_code: 'schlage_detected_duplicate';
|
|
4986
|
-
} | {
|
|
4987
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4988
|
-
message: string;
|
|
4989
|
-
/** Date and time at which Seam created the warning. */
|
|
4990
|
-
created_at?: string | undefined;
|
|
4991
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4992
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
4993
4951
|
} | {
|
|
4994
4952
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4995
4953
|
message: string;
|
|
@@ -5466,13 +5424,6 @@ export interface Routes {
|
|
|
5466
5424
|
created_at?: string | undefined;
|
|
5467
5425
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5468
5426
|
warning_code: 'schlage_detected_duplicate';
|
|
5469
|
-
} | {
|
|
5470
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5471
|
-
message: string;
|
|
5472
|
-
/** Date and time at which Seam created the warning. */
|
|
5473
|
-
created_at?: string | undefined;
|
|
5474
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5475
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
5476
5427
|
} | {
|
|
5477
5428
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5478
5429
|
message: string;
|
|
@@ -7053,13 +7004,6 @@ export interface Routes {
|
|
|
7053
7004
|
created_at?: string | undefined;
|
|
7054
7005
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7055
7006
|
warning_code: 'schlage_detected_duplicate';
|
|
7056
|
-
} | {
|
|
7057
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7058
|
-
message: string;
|
|
7059
|
-
/** Date and time at which Seam created the warning. */
|
|
7060
|
-
created_at?: string | undefined;
|
|
7061
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7062
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
7063
7007
|
} | {
|
|
7064
7008
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7065
7009
|
message: string;
|
|
@@ -7497,13 +7441,6 @@ export interface Routes {
|
|
|
7497
7441
|
created_at?: string | undefined;
|
|
7498
7442
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7499
7443
|
warning_code: 'schlage_detected_duplicate';
|
|
7500
|
-
} | {
|
|
7501
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7502
|
-
message: string;
|
|
7503
|
-
/** Date and time at which Seam created the warning. */
|
|
7504
|
-
created_at?: string | undefined;
|
|
7505
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7506
|
-
warning_code: 'schlage_detected_duplicate_code_name';
|
|
7507
7444
|
} | {
|
|
7508
7445
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7509
7446
|
message: string;
|
|
@@ -38168,7 +38105,7 @@ export interface Routes {
|
|
|
38168
38105
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
38169
38106
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38170
38107
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38171
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
38108
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
38172
38109
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
38173
38110
|
external_type_display_name?: string | undefined;
|
|
38174
38111
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -38279,7 +38216,7 @@ export interface Routes {
|
|
|
38279
38216
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
38280
38217
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38281
38218
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38282
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
38219
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
38283
38220
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
38284
38221
|
external_type_display_name?: string | undefined;
|
|
38285
38222
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -38501,7 +38438,7 @@ export interface Routes {
|
|
|
38501
38438
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
38502
38439
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38503
38440
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38504
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
38441
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
38505
38442
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
38506
38443
|
external_type_display_name?: string | undefined;
|
|
38507
38444
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -38612,7 +38549,7 @@ export interface Routes {
|
|
|
38612
38549
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
38613
38550
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
38614
38551
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
38615
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
38552
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
38616
38553
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
38617
38554
|
external_type_display_name?: string | undefined;
|
|
38618
38555
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -39280,7 +39217,7 @@ export interface Routes {
|
|
|
39280
39217
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
39281
39218
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39282
39219
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39283
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
39220
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
39284
39221
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
39285
39222
|
external_type_display_name?: string | undefined;
|
|
39286
39223
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -39391,7 +39328,7 @@ export interface Routes {
|
|
|
39391
39328
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
39392
39329
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39393
39330
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39394
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
39331
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
39395
39332
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
39396
39333
|
external_type_display_name?: string | undefined;
|
|
39397
39334
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -39613,7 +39550,7 @@ export interface Routes {
|
|
|
39613
39550
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
39614
39551
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39615
39552
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39616
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
39553
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
39617
39554
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
39618
39555
|
external_type_display_name?: string | undefined;
|
|
39619
39556
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -39724,7 +39661,7 @@ export interface Routes {
|
|
|
39724
39661
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
39725
39662
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
39726
39663
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
39727
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
39664
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
39728
39665
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
39729
39666
|
external_type_display_name?: string | undefined;
|
|
39730
39667
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -41601,7 +41538,7 @@ export interface Routes {
|
|
|
41601
41538
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
41602
41539
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41603
41540
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41604
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
41541
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
41605
41542
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
41606
41543
|
external_type_display_name?: string | undefined;
|
|
41607
41544
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -41712,7 +41649,7 @@ export interface Routes {
|
|
|
41712
41649
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
41713
41650
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41714
41651
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41715
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
41652
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
41716
41653
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
41717
41654
|
external_type_display_name?: string | undefined;
|
|
41718
41655
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -41934,7 +41871,7 @@ export interface Routes {
|
|
|
41934
41871
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
41935
41872
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
41936
41873
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
41937
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
41874
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
41938
41875
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
41939
41876
|
external_type_display_name?: string | undefined;
|
|
41940
41877
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
|
@@ -42045,7 +41982,7 @@ export interface Routes {
|
|
|
42045
41982
|
/** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
|
|
42046
41983
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
42047
41984
|
/** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
42048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
|
|
41985
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
|
|
42049
41986
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
42050
41987
|
external_type_display_name?: string | undefined;
|
|
42051
41988
|
/** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
|
package/package.json
CHANGED
|
@@ -372,14 +372,6 @@ const schlage_detected_duplicate = common_access_code_warning
|
|
|
372
372
|
})
|
|
373
373
|
.describe('Duplicate access code detected.')
|
|
374
374
|
|
|
375
|
-
const schlage_detected_duplicate_code_name = common_access_code_warning
|
|
376
|
-
.extend({
|
|
377
|
-
warning_code: z
|
|
378
|
-
.literal('schlage_detected_duplicate_code_name')
|
|
379
|
-
.describe(warning_code_description),
|
|
380
|
-
})
|
|
381
|
-
.describe('Duplicate access code name detected.')
|
|
382
|
-
|
|
383
375
|
const schlage_creation_outage = common_access_code_warning
|
|
384
376
|
.extend({
|
|
385
377
|
warning_code: z
|
|
@@ -442,7 +434,6 @@ const access_code_warning = z
|
|
|
442
434
|
.discriminatedUnion('warning_code', [
|
|
443
435
|
smartthings_failed_to_set_access_code_warning,
|
|
444
436
|
schlage_detected_duplicate,
|
|
445
|
-
schlage_detected_duplicate_code_name,
|
|
446
437
|
schlage_creation_outage,
|
|
447
438
|
code_modified_external_to_seam_warning,
|
|
448
439
|
delay_in_setting_on_device,
|
|
@@ -464,9 +455,6 @@ const access_code_warning_map = z.object({
|
|
|
464
455
|
smartthings_failed_to_set_access_code:
|
|
465
456
|
smartthings_failed_to_set_access_code_warning.optional().nullable(),
|
|
466
457
|
schlage_detected_duplicate: schlage_detected_duplicate.optional().nullable(),
|
|
467
|
-
schlage_duplicate_code_name: schlage_detected_duplicate_code_name
|
|
468
|
-
.optional()
|
|
469
|
-
.nullable(),
|
|
470
458
|
schlage_creation_outage: schlage_creation_outage.optional().nullable(),
|
|
471
459
|
code_modified_external_to_seam_warning: code_modified_external_to_seam_warning
|
|
472
460
|
.optional()
|
|
@@ -1236,30 +1236,6 @@ export default {
|
|
|
1236
1236
|
required: ['message', 'warning_code'],
|
|
1237
1237
|
type: 'object',
|
|
1238
1238
|
},
|
|
1239
|
-
{
|
|
1240
|
-
description: 'Duplicate access code name detected.',
|
|
1241
|
-
properties: {
|
|
1242
|
-
created_at: {
|
|
1243
|
-
description:
|
|
1244
|
-
'Date and time at which Seam created the warning.',
|
|
1245
|
-
format: 'date-time',
|
|
1246
|
-
type: 'string',
|
|
1247
|
-
},
|
|
1248
|
-
message: {
|
|
1249
|
-
description:
|
|
1250
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1251
|
-
type: 'string',
|
|
1252
|
-
},
|
|
1253
|
-
warning_code: {
|
|
1254
|
-
description:
|
|
1255
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1256
|
-
enum: ['schlage_detected_duplicate_code_name'],
|
|
1257
|
-
type: 'string',
|
|
1258
|
-
},
|
|
1259
|
-
},
|
|
1260
|
-
required: ['message', 'warning_code'],
|
|
1261
|
-
type: 'object',
|
|
1262
|
-
},
|
|
1263
1239
|
{
|
|
1264
1240
|
description:
|
|
1265
1241
|
'Received an error when attempting to create this code.',
|
|
@@ -16321,30 +16297,6 @@ export default {
|
|
|
16321
16297
|
required: ['message', 'warning_code'],
|
|
16322
16298
|
type: 'object',
|
|
16323
16299
|
},
|
|
16324
|
-
{
|
|
16325
|
-
description: 'Duplicate access code name detected.',
|
|
16326
|
-
properties: {
|
|
16327
|
-
created_at: {
|
|
16328
|
-
description:
|
|
16329
|
-
'Date and time at which Seam created the warning.',
|
|
16330
|
-
format: 'date-time',
|
|
16331
|
-
type: 'string',
|
|
16332
|
-
},
|
|
16333
|
-
message: {
|
|
16334
|
-
description:
|
|
16335
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
16336
|
-
type: 'string',
|
|
16337
|
-
},
|
|
16338
|
-
warning_code: {
|
|
16339
|
-
description:
|
|
16340
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
16341
|
-
enum: ['schlage_detected_duplicate_code_name'],
|
|
16342
|
-
type: 'string',
|
|
16343
|
-
},
|
|
16344
|
-
},
|
|
16345
|
-
required: ['message', 'warning_code'],
|
|
16346
|
-
type: 'object',
|
|
16347
|
-
},
|
|
16348
16300
|
{
|
|
16349
16301
|
description:
|
|
16350
16302
|
'Received an error when attempting to create this code.',
|
|
@@ -1726,14 +1726,6 @@ export interface Routes {
|
|
|
1726
1726
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1727
1727
|
warning_code: 'schlage_detected_duplicate'
|
|
1728
1728
|
}
|
|
1729
|
-
| {
|
|
1730
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1731
|
-
message: string
|
|
1732
|
-
/** Date and time at which Seam created the warning. */
|
|
1733
|
-
created_at?: string | undefined
|
|
1734
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1735
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
1736
|
-
}
|
|
1737
1729
|
| {
|
|
1738
1730
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1739
1731
|
message: string
|
|
@@ -2268,14 +2260,6 @@ export interface Routes {
|
|
|
2268
2260
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2269
2261
|
warning_code: 'schlage_detected_duplicate'
|
|
2270
2262
|
}
|
|
2271
|
-
| {
|
|
2272
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2273
|
-
message: string
|
|
2274
|
-
/** Date and time at which Seam created the warning. */
|
|
2275
|
-
created_at?: string | undefined
|
|
2276
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2277
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
2278
|
-
}
|
|
2279
2263
|
| {
|
|
2280
2264
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2281
2265
|
message: string
|
|
@@ -4114,14 +4098,6 @@ export interface Routes {
|
|
|
4114
4098
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4115
4099
|
warning_code: 'schlage_detected_duplicate'
|
|
4116
4100
|
}
|
|
4117
|
-
| {
|
|
4118
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4119
|
-
message: string
|
|
4120
|
-
/** Date and time at which Seam created the warning. */
|
|
4121
|
-
created_at?: string | undefined
|
|
4122
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4123
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
4124
|
-
}
|
|
4125
4101
|
| {
|
|
4126
4102
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4127
4103
|
message: string
|
|
@@ -4636,14 +4612,6 @@ export interface Routes {
|
|
|
4636
4612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4637
4613
|
warning_code: 'schlage_detected_duplicate'
|
|
4638
4614
|
}
|
|
4639
|
-
| {
|
|
4640
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4641
|
-
message: string
|
|
4642
|
-
/** Date and time at which Seam created the warning. */
|
|
4643
|
-
created_at?: string | undefined
|
|
4644
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4645
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
4646
|
-
}
|
|
4647
4615
|
| {
|
|
4648
4616
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4649
4617
|
message: string
|
|
@@ -5166,14 +5134,6 @@ export interface Routes {
|
|
|
5166
5134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5167
5135
|
warning_code: 'schlage_detected_duplicate'
|
|
5168
5136
|
}
|
|
5169
|
-
| {
|
|
5170
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5171
|
-
message: string
|
|
5172
|
-
/** Date and time at which Seam created the warning. */
|
|
5173
|
-
created_at?: string | undefined
|
|
5174
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5175
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
5176
|
-
}
|
|
5177
5137
|
| {
|
|
5178
5138
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5179
5139
|
message: string
|
|
@@ -5674,14 +5634,6 @@ export interface Routes {
|
|
|
5674
5634
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5675
5635
|
warning_code: 'schlage_detected_duplicate'
|
|
5676
5636
|
}
|
|
5677
|
-
| {
|
|
5678
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5679
|
-
message: string
|
|
5680
|
-
/** Date and time at which Seam created the warning. */
|
|
5681
|
-
created_at?: string | undefined
|
|
5682
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5683
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
5684
|
-
}
|
|
5685
5637
|
| {
|
|
5686
5638
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5687
5639
|
message: string
|
|
@@ -6211,14 +6163,6 @@ export interface Routes {
|
|
|
6211
6163
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6212
6164
|
warning_code: 'schlage_detected_duplicate'
|
|
6213
6165
|
}
|
|
6214
|
-
| {
|
|
6215
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6216
|
-
message: string
|
|
6217
|
-
/** Date and time at which Seam created the warning. */
|
|
6218
|
-
created_at?: string | undefined
|
|
6219
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6220
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
6221
|
-
}
|
|
6222
6166
|
| {
|
|
6223
6167
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6224
6168
|
message: string
|
|
@@ -8041,14 +7985,6 @@ export interface Routes {
|
|
|
8041
7985
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8042
7986
|
warning_code: 'schlage_detected_duplicate'
|
|
8043
7987
|
}
|
|
8044
|
-
| {
|
|
8045
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8046
|
-
message: string
|
|
8047
|
-
/** Date and time at which Seam created the warning. */
|
|
8048
|
-
created_at?: string | undefined
|
|
8049
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8050
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
8051
|
-
}
|
|
8052
7988
|
| {
|
|
8053
7989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8054
7990
|
message: string
|
|
@@ -8539,14 +8475,6 @@ export interface Routes {
|
|
|
8539
8475
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8540
8476
|
warning_code: 'schlage_detected_duplicate'
|
|
8541
8477
|
}
|
|
8542
|
-
| {
|
|
8543
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8544
|
-
message: string
|
|
8545
|
-
/** Date and time at which Seam created the warning. */
|
|
8546
|
-
created_at?: string | undefined
|
|
8547
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8548
|
-
warning_code: 'schlage_detected_duplicate_code_name'
|
|
8549
|
-
}
|
|
8550
8478
|
| {
|
|
8551
8479
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8552
8480
|
message: string
|
|
@@ -45688,6 +45616,7 @@ export interface Routes {
|
|
|
45688
45616
|
| 'salto_ks_credential'
|
|
45689
45617
|
| 'assa_abloy_vostio_key'
|
|
45690
45618
|
| 'salto_space_key'
|
|
45619
|
+
| 'latch_access'
|
|
45691
45620
|
)
|
|
45692
45621
|
| undefined
|
|
45693
45622
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -45827,6 +45756,7 @@ export interface Routes {
|
|
|
45827
45756
|
| 'salto_ks_credential'
|
|
45828
45757
|
| 'assa_abloy_vostio_key'
|
|
45829
45758
|
| 'salto_space_key'
|
|
45759
|
+
| 'latch_access'
|
|
45830
45760
|
)
|
|
45831
45761
|
| undefined
|
|
45832
45762
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46095,6 +46025,7 @@ export interface Routes {
|
|
|
46095
46025
|
| 'salto_ks_credential'
|
|
46096
46026
|
| 'assa_abloy_vostio_key'
|
|
46097
46027
|
| 'salto_space_key'
|
|
46028
|
+
| 'latch_access'
|
|
46098
46029
|
)
|
|
46099
46030
|
| undefined
|
|
46100
46031
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46232,6 +46163,7 @@ export interface Routes {
|
|
|
46232
46163
|
| 'salto_ks_credential'
|
|
46233
46164
|
| 'assa_abloy_vostio_key'
|
|
46234
46165
|
| 'salto_space_key'
|
|
46166
|
+
| 'latch_access'
|
|
46235
46167
|
)
|
|
46236
46168
|
| undefined
|
|
46237
46169
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -46985,6 +46917,7 @@ export interface Routes {
|
|
|
46985
46917
|
| 'salto_ks_credential'
|
|
46986
46918
|
| 'assa_abloy_vostio_key'
|
|
46987
46919
|
| 'salto_space_key'
|
|
46920
|
+
| 'latch_access'
|
|
46988
46921
|
)
|
|
46989
46922
|
| undefined
|
|
46990
46923
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47124,6 +47057,7 @@ export interface Routes {
|
|
|
47124
47057
|
| 'salto_ks_credential'
|
|
47125
47058
|
| 'assa_abloy_vostio_key'
|
|
47126
47059
|
| 'salto_space_key'
|
|
47060
|
+
| 'latch_access'
|
|
47127
47061
|
)
|
|
47128
47062
|
| undefined
|
|
47129
47063
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47392,6 +47326,7 @@ export interface Routes {
|
|
|
47392
47326
|
| 'salto_ks_credential'
|
|
47393
47327
|
| 'assa_abloy_vostio_key'
|
|
47394
47328
|
| 'salto_space_key'
|
|
47329
|
+
| 'latch_access'
|
|
47395
47330
|
)
|
|
47396
47331
|
| undefined
|
|
47397
47332
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -47529,6 +47464,7 @@ export interface Routes {
|
|
|
47529
47464
|
| 'salto_ks_credential'
|
|
47530
47465
|
| 'assa_abloy_vostio_key'
|
|
47531
47466
|
| 'salto_space_key'
|
|
47467
|
+
| 'latch_access'
|
|
47532
47468
|
)
|
|
47533
47469
|
| undefined
|
|
47534
47470
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -49680,6 +49616,7 @@ export interface Routes {
|
|
|
49680
49616
|
| 'salto_ks_credential'
|
|
49681
49617
|
| 'assa_abloy_vostio_key'
|
|
49682
49618
|
| 'salto_space_key'
|
|
49619
|
+
| 'latch_access'
|
|
49683
49620
|
)
|
|
49684
49621
|
| undefined
|
|
49685
49622
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -49819,6 +49756,7 @@ export interface Routes {
|
|
|
49819
49756
|
| 'salto_ks_credential'
|
|
49820
49757
|
| 'assa_abloy_vostio_key'
|
|
49821
49758
|
| 'salto_space_key'
|
|
49759
|
+
| 'latch_access'
|
|
49822
49760
|
)
|
|
49823
49761
|
| undefined
|
|
49824
49762
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50087,6 +50025,7 @@ export interface Routes {
|
|
|
50087
50025
|
| 'salto_ks_credential'
|
|
50088
50026
|
| 'assa_abloy_vostio_key'
|
|
50089
50027
|
| 'salto_space_key'
|
|
50028
|
+
| 'latch_access'
|
|
50090
50029
|
)
|
|
50091
50030
|
| undefined
|
|
50092
50031
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50224,6 +50163,7 @@ export interface Routes {
|
|
|
50224
50163
|
| 'salto_ks_credential'
|
|
50225
50164
|
| 'assa_abloy_vostio_key'
|
|
50226
50165
|
| 'salto_space_key'
|
|
50166
|
+
| 'latch_access'
|
|
50227
50167
|
)
|
|
50228
50168
|
| undefined
|
|
50229
50169
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|