@seamapi/types 1.330.0 → 1.331.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -124
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +188 -0
|
@@ -138,7 +138,7 @@ export interface Routes {
|
|
|
138
138
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
139
139
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
140
140
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
142
142
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
143
143
|
external_type_display_name?: string | undefined;
|
|
144
144
|
/** Date and time at which the credential was created. */
|
|
@@ -238,7 +238,7 @@ export interface Routes {
|
|
|
238
238
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
239
239
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
240
240
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
241
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
241
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
242
242
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
243
243
|
external_type_display_name?: string | undefined;
|
|
244
244
|
/** Date and time at which the credential was created. */
|
|
@@ -375,7 +375,7 @@ export interface Routes {
|
|
|
375
375
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
376
376
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
377
377
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
378
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
378
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
379
379
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
380
380
|
external_type_display_name?: string | undefined;
|
|
381
381
|
/** Date and time at which the credential was created. */
|
|
@@ -475,7 +475,7 @@ export interface Routes {
|
|
|
475
475
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
476
476
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
477
477
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
478
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
478
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
479
479
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
480
480
|
external_type_display_name?: string | undefined;
|
|
481
481
|
/** Date and time at which the credential was created. */
|
|
@@ -1245,7 +1245,7 @@ export interface Routes {
|
|
|
1245
1245
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1246
1246
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1247
1247
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1248
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1248
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1249
1249
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1250
1250
|
external_type_display_name?: string | undefined;
|
|
1251
1251
|
/** Date and time at which the credential was created. */
|
|
@@ -1345,7 +1345,7 @@ export interface Routes {
|
|
|
1345
1345
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1346
1346
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1347
1347
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1348
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1348
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1349
1349
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1350
1350
|
external_type_display_name?: string | undefined;
|
|
1351
1351
|
/** Date and time at which the credential was created. */
|
|
@@ -1482,7 +1482,7 @@ export interface Routes {
|
|
|
1482
1482
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1483
1483
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1484
1484
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1485
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1485
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1486
1486
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1487
1487
|
external_type_display_name?: string | undefined;
|
|
1488
1488
|
/** Date and time at which the credential was created. */
|
|
@@ -1582,7 +1582,7 @@ export interface Routes {
|
|
|
1582
1582
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1583
1583
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1584
1584
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1585
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1585
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1586
1586
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1587
1587
|
external_type_display_name?: string | undefined;
|
|
1588
1588
|
/** Date and time at which the credential was created. */
|
|
@@ -2756,7 +2756,7 @@ export interface Routes {
|
|
|
2756
2756
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2757
2757
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2758
2758
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2759
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2759
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2760
2760
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2761
2761
|
external_type_display_name?: string | undefined;
|
|
2762
2762
|
/** Date and time at which the credential was created. */
|
|
@@ -2856,7 +2856,7 @@ export interface Routes {
|
|
|
2856
2856
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2857
2857
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2858
2858
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2859
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2859
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2860
2860
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2861
2861
|
external_type_display_name?: string | undefined;
|
|
2862
2862
|
/** Date and time at which the credential was created. */
|
|
@@ -2993,7 +2993,7 @@ export interface Routes {
|
|
|
2993
2993
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2994
2994
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2995
2995
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2996
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2996
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2997
2997
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2998
2998
|
external_type_display_name?: string | undefined;
|
|
2999
2999
|
/** Date and time at which the credential was created. */
|
|
@@ -3093,7 +3093,7 @@ export interface Routes {
|
|
|
3093
3093
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3094
3094
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3095
3095
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3096
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3096
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3097
3097
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3098
3098
|
external_type_display_name?: string | undefined;
|
|
3099
3099
|
/** Date and time at which the credential was created. */
|
|
@@ -3850,7 +3850,7 @@ export interface Routes {
|
|
|
3850
3850
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3851
3851
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3852
3852
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3853
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3853
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3854
3854
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3855
3855
|
external_type_display_name?: string | undefined;
|
|
3856
3856
|
/** Date and time at which the credential was created. */
|
|
@@ -3950,7 +3950,7 @@ export interface Routes {
|
|
|
3950
3950
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3951
3951
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3952
3952
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3953
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3953
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3954
3954
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3955
3955
|
external_type_display_name?: string | undefined;
|
|
3956
3956
|
/** Date and time at which the credential was created. */
|
|
@@ -4087,7 +4087,7 @@ export interface Routes {
|
|
|
4087
4087
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
4088
4088
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
4089
4089
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
4090
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
4090
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
4091
4091
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
4092
4092
|
external_type_display_name?: string | undefined;
|
|
4093
4093
|
/** Date and time at which the credential was created. */
|
|
@@ -4187,7 +4187,7 @@ export interface Routes {
|
|
|
4187
4187
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
4188
4188
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
4189
4189
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
4190
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
4190
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
4191
4191
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
4192
4192
|
external_type_display_name?: string | undefined;
|
|
4193
4193
|
/** Date and time at which the credential was created. */
|
|
@@ -5047,7 +5047,7 @@ export interface Routes {
|
|
|
5047
5047
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5048
5048
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5049
5049
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5050
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5050
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5051
5051
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5052
5052
|
external_type_display_name?: string | undefined;
|
|
5053
5053
|
/** Date and time at which the credential was created. */
|
|
@@ -5202,7 +5202,7 @@ export interface Routes {
|
|
|
5202
5202
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5203
5203
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5204
5204
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5205
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5205
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5206
5206
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5207
5207
|
external_type_display_name?: string | undefined;
|
|
5208
5208
|
/** Date and time at which the credential was created. */
|
|
@@ -5326,7 +5326,7 @@ export interface Routes {
|
|
|
5326
5326
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5327
5327
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5328
5328
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5329
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5329
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5330
5330
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5331
5331
|
external_type_display_name?: string | undefined;
|
|
5332
5332
|
/** Date and time at which the credential was created. */
|
|
@@ -5454,7 +5454,7 @@ export interface Routes {
|
|
|
5454
5454
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5455
5455
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5456
5456
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5457
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5457
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5458
5458
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5459
5459
|
external_type_display_name?: string | undefined;
|
|
5460
5460
|
/** Date and time at which the credential was created. */
|
|
@@ -5586,7 +5586,7 @@ export interface Routes {
|
|
|
5586
5586
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5587
5587
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5588
5588
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5589
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5589
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5590
5590
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5591
5591
|
external_type_display_name?: string | undefined;
|
|
5592
5592
|
/** Date and time at which the credential was created. */
|
|
@@ -5770,7 +5770,7 @@ export interface Routes {
|
|
|
5770
5770
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5771
5771
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5772
5772
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5773
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5773
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5774
5774
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5775
5775
|
external_type_display_name?: string | undefined;
|
|
5776
5776
|
/** Date and time at which the credential was created. */
|
|
@@ -5886,7 +5886,7 @@ export interface Routes {
|
|
|
5886
5886
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5887
5887
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5888
5888
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5889
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5889
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5890
5890
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5891
5891
|
external_type_display_name?: string | undefined;
|
|
5892
5892
|
/** Date and time at which the credential was created. */
|
|
@@ -6011,7 +6011,7 @@ export interface Routes {
|
|
|
6011
6011
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6012
6012
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6013
6013
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6014
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6014
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6015
6015
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6016
6016
|
external_type_display_name?: string | undefined;
|
|
6017
6017
|
/** Date and time at which the credential was created. */
|
|
@@ -6131,7 +6131,7 @@ export interface Routes {
|
|
|
6131
6131
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6132
6132
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6133
6133
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6134
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6134
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6135
6135
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6136
6136
|
external_type_display_name?: string | undefined;
|
|
6137
6137
|
/** Date and time at which the credential was created. */
|
|
@@ -6338,7 +6338,7 @@ export interface Routes {
|
|
|
6338
6338
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6339
6339
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6340
6340
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6341
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6341
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6342
6342
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6343
6343
|
external_type_display_name?: string | undefined;
|
|
6344
6344
|
/** Date and time at which the credential was created. */
|
|
@@ -6438,7 +6438,7 @@ export interface Routes {
|
|
|
6438
6438
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6439
6439
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6440
6440
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6441
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6441
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6442
6442
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6443
6443
|
external_type_display_name?: string | undefined;
|
|
6444
6444
|
/** Date and time at which the credential was created. */
|
|
@@ -6575,7 +6575,7 @@ export interface Routes {
|
|
|
6575
6575
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6576
6576
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6577
6577
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6578
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6578
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6579
6579
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6580
6580
|
external_type_display_name?: string | undefined;
|
|
6581
6581
|
/** Date and time at which the credential was created. */
|
|
@@ -6675,7 +6675,7 @@ export interface Routes {
|
|
|
6675
6675
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6676
6676
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6677
6677
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6678
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6678
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6679
6679
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6680
6680
|
external_type_display_name?: string | undefined;
|
|
6681
6681
|
/** Date and time at which the credential was created. */
|
|
@@ -7218,7 +7218,7 @@ export interface Routes {
|
|
|
7218
7218
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7219
7219
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7220
7220
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7221
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7221
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7222
7222
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7223
7223
|
external_type_display_name?: string | undefined;
|
|
7224
7224
|
/** Date and time at which the credential was created. */
|
|
@@ -7318,7 +7318,7 @@ export interface Routes {
|
|
|
7318
7318
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7319
7319
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7320
7320
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7321
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7321
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7322
7322
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7323
7323
|
external_type_display_name?: string | undefined;
|
|
7324
7324
|
/** Date and time at which the credential was created. */
|
|
@@ -7455,7 +7455,7 @@ export interface Routes {
|
|
|
7455
7455
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7456
7456
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7457
7457
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7458
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7458
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7459
7459
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7460
7460
|
external_type_display_name?: string | undefined;
|
|
7461
7461
|
/** Date and time at which the credential was created. */
|
|
@@ -7555,7 +7555,7 @@ export interface Routes {
|
|
|
7555
7555
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7556
7556
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7557
7557
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7558
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7558
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7559
7559
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7560
7560
|
external_type_display_name?: string | undefined;
|
|
7561
7561
|
/** Date and time at which the credential was created. */
|
|
@@ -8184,7 +8184,7 @@ export interface Routes {
|
|
|
8184
8184
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
8185
8185
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
8186
8186
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
8187
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
8187
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
8188
8188
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
8189
8189
|
external_type_display_name?: string | undefined;
|
|
8190
8190
|
/** Date and time at which the credential was created. */
|
|
@@ -9505,7 +9505,7 @@ export interface Routes {
|
|
|
9505
9505
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9506
9506
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9507
9507
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9508
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9508
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9509
9509
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9510
9510
|
external_type_display_name?: string | undefined;
|
|
9511
9511
|
/** Date and time at which the credential was created. */
|
|
@@ -9605,7 +9605,7 @@ export interface Routes {
|
|
|
9605
9605
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9606
9606
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9607
9607
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9608
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9608
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9609
9609
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9610
9610
|
external_type_display_name?: string | undefined;
|
|
9611
9611
|
/** Date and time at which the credential was created. */
|
|
@@ -9742,7 +9742,7 @@ export interface Routes {
|
|
|
9742
9742
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9743
9743
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9744
9744
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9745
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9745
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9746
9746
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9747
9747
|
external_type_display_name?: string | undefined;
|
|
9748
9748
|
/** Date and time at which the credential was created. */
|
|
@@ -9842,7 +9842,7 @@ export interface Routes {
|
|
|
9842
9842
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9843
9843
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9844
9844
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9845
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9845
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9846
9846
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9847
9847
|
external_type_display_name?: string | undefined;
|
|
9848
9848
|
/** Date and time at which the credential was created. */
|
|
@@ -10337,7 +10337,7 @@ export interface Routes {
|
|
|
10337
10337
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10338
10338
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10339
10339
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10340
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10340
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10341
10341
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10342
10342
|
external_type_display_name?: string | undefined;
|
|
10343
10343
|
/** Date and time at which the credential was created. */
|
|
@@ -10437,7 +10437,7 @@ export interface Routes {
|
|
|
10437
10437
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10438
10438
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10439
10439
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10440
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10440
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10441
10441
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10442
10442
|
external_type_display_name?: string | undefined;
|
|
10443
10443
|
/** Date and time at which the credential was created. */
|
|
@@ -10574,7 +10574,7 @@ export interface Routes {
|
|
|
10574
10574
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10575
10575
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10576
10576
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10577
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10577
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10578
10578
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10579
10579
|
external_type_display_name?: string | undefined;
|
|
10580
10580
|
/** Date and time at which the credential was created. */
|
|
@@ -10674,7 +10674,7 @@ export interface Routes {
|
|
|
10674
10674
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10675
10675
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10676
10676
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10677
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10677
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10678
10678
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10679
10679
|
external_type_display_name?: string | undefined;
|
|
10680
10680
|
/** Date and time at which the credential was created. */
|
|
@@ -18045,7 +18045,7 @@ export interface Routes {
|
|
|
18045
18045
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18046
18046
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18047
18047
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18048
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18049
18049
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18050
18050
|
external_type_display_name?: string | undefined;
|
|
18051
18051
|
/** Date and time at which the credential was created. */
|
|
@@ -18145,7 +18145,7 @@ export interface Routes {
|
|
|
18145
18145
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18146
18146
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18147
18147
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18148
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18148
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18149
18149
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18150
18150
|
external_type_display_name?: string | undefined;
|
|
18151
18151
|
/** Date and time at which the credential was created. */
|
|
@@ -18282,7 +18282,7 @@ export interface Routes {
|
|
|
18282
18282
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18283
18283
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18284
18284
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18285
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18285
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18286
18286
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18287
18287
|
external_type_display_name?: string | undefined;
|
|
18288
18288
|
/** Date and time at which the credential was created. */
|
|
@@ -18382,7 +18382,7 @@ export interface Routes {
|
|
|
18382
18382
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18383
18383
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18384
18384
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18385
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18385
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18386
18386
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18387
18387
|
external_type_display_name?: string | undefined;
|
|
18388
18388
|
/** Date and time at which the credential was created. */
|
|
@@ -18879,7 +18879,7 @@ export interface Routes {
|
|
|
18879
18879
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18880
18880
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18881
18881
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18882
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18882
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18883
18883
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18884
18884
|
external_type_display_name?: string | undefined;
|
|
18885
18885
|
/** Date and time at which the credential was created. */
|
|
@@ -18979,7 +18979,7 @@ export interface Routes {
|
|
|
18979
18979
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18980
18980
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18981
18981
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18982
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18982
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18983
18983
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18984
18984
|
external_type_display_name?: string | undefined;
|
|
18985
18985
|
/** Date and time at which the credential was created. */
|
|
@@ -19116,7 +19116,7 @@ export interface Routes {
|
|
|
19116
19116
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
19117
19117
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
19118
19118
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
19119
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19119
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
19120
19120
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
19121
19121
|
external_type_display_name?: string | undefined;
|
|
19122
19122
|
/** Date and time at which the credential was created. */
|
|
@@ -19216,7 +19216,7 @@ export interface Routes {
|
|
|
19216
19216
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
19217
19217
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
19218
19218
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
19219
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19219
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
19220
19220
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
19221
19221
|
external_type_display_name?: string | undefined;
|
|
19222
19222
|
/** Date and time at which the credential was created. */
|
|
@@ -20952,7 +20952,7 @@ export interface Routes {
|
|
|
20952
20952
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
20953
20953
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
20954
20954
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
20955
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
20955
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
20956
20956
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
20957
20957
|
external_type_display_name?: string | undefined;
|
|
20958
20958
|
/** Date and time at which the credential was created. */
|
|
@@ -21052,7 +21052,7 @@ export interface Routes {
|
|
|
21052
21052
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21053
21053
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21054
21054
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21055
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21055
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21056
21056
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21057
21057
|
external_type_display_name?: string | undefined;
|
|
21058
21058
|
/** Date and time at which the credential was created. */
|
|
@@ -21189,7 +21189,7 @@ export interface Routes {
|
|
|
21189
21189
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21190
21190
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21191
21191
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21192
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21192
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21193
21193
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21194
21194
|
external_type_display_name?: string | undefined;
|
|
21195
21195
|
/** Date and time at which the credential was created. */
|
|
@@ -21289,7 +21289,7 @@ export interface Routes {
|
|
|
21289
21289
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21290
21290
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21291
21291
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21292
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21292
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21293
21293
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21294
21294
|
external_type_display_name?: string | undefined;
|
|
21295
21295
|
/** Date and time at which the credential was created. */
|
|
@@ -21797,7 +21797,7 @@ export interface Routes {
|
|
|
21797
21797
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21798
21798
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21799
21799
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21800
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21800
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21801
21801
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21802
21802
|
external_type_display_name?: string | undefined;
|
|
21803
21803
|
/** Date and time at which the credential was created. */
|
|
@@ -21897,7 +21897,7 @@ export interface Routes {
|
|
|
21897
21897
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21898
21898
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21899
21899
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21900
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21900
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21901
21901
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21902
21902
|
external_type_display_name?: string | undefined;
|
|
21903
21903
|
/** Date and time at which the credential was created. */
|
|
@@ -22034,7 +22034,7 @@ export interface Routes {
|
|
|
22034
22034
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22035
22035
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22036
22036
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22037
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22037
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22038
22038
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22039
22039
|
external_type_display_name?: string | undefined;
|
|
22040
22040
|
/** Date and time at which the credential was created. */
|
|
@@ -22134,7 +22134,7 @@ export interface Routes {
|
|
|
22134
22134
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22135
22135
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22136
22136
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22137
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22137
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22138
22138
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22139
22139
|
external_type_display_name?: string | undefined;
|
|
22140
22140
|
/** Date and time at which the credential was created. */
|
|
@@ -22681,7 +22681,7 @@ export interface Routes {
|
|
|
22681
22681
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22682
22682
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22683
22683
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22684
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22684
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22685
22685
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22686
22686
|
external_type_display_name?: string | undefined;
|
|
22687
22687
|
/** Date and time at which the credential was created. */
|
|
@@ -22781,7 +22781,7 @@ export interface Routes {
|
|
|
22781
22781
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22782
22782
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22783
22783
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22784
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22784
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22785
22785
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22786
22786
|
external_type_display_name?: string | undefined;
|
|
22787
22787
|
/** Date and time at which the credential was created. */
|
|
@@ -22918,7 +22918,7 @@ export interface Routes {
|
|
|
22918
22918
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22919
22919
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22920
22920
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22921
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22921
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22922
22922
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22923
22923
|
external_type_display_name?: string | undefined;
|
|
22924
22924
|
/** Date and time at which the credential was created. */
|
|
@@ -23018,7 +23018,7 @@ export interface Routes {
|
|
|
23018
23018
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23019
23019
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23020
23020
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23021
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23021
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23022
23022
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23023
23023
|
external_type_display_name?: string | undefined;
|
|
23024
23024
|
/** Date and time at which the credential was created. */
|
|
@@ -23822,7 +23822,7 @@ export interface Routes {
|
|
|
23822
23822
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23823
23823
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23824
23824
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23825
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23825
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23826
23826
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23827
23827
|
external_type_display_name?: string | undefined;
|
|
23828
23828
|
/** Date and time at which the credential was created. */
|
|
@@ -23922,7 +23922,7 @@ export interface Routes {
|
|
|
23922
23922
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23923
23923
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23924
23924
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23925
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23925
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23926
23926
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23927
23927
|
external_type_display_name?: string | undefined;
|
|
23928
23928
|
/** Date and time at which the credential was created. */
|
|
@@ -24059,7 +24059,7 @@ export interface Routes {
|
|
|
24059
24059
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24060
24060
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24061
24061
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24062
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24062
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24063
24063
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24064
24064
|
external_type_display_name?: string | undefined;
|
|
24065
24065
|
/** Date and time at which the credential was created. */
|
|
@@ -24159,7 +24159,7 @@ export interface Routes {
|
|
|
24159
24159
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24160
24160
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24161
24161
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24162
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24162
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24163
24163
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24164
24164
|
external_type_display_name?: string | undefined;
|
|
24165
24165
|
/** Date and time at which the credential was created. */
|
|
@@ -24662,7 +24662,7 @@ export interface Routes {
|
|
|
24662
24662
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24663
24663
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24664
24664
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24665
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24665
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24666
24666
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24667
24667
|
external_type_display_name?: string | undefined;
|
|
24668
24668
|
/** Date and time at which the credential was created. */
|
|
@@ -24762,7 +24762,7 @@ export interface Routes {
|
|
|
24762
24762
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24763
24763
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24764
24764
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24765
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24765
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24766
24766
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24767
24767
|
external_type_display_name?: string | undefined;
|
|
24768
24768
|
/** Date and time at which the credential was created. */
|
|
@@ -24899,7 +24899,7 @@ export interface Routes {
|
|
|
24899
24899
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24900
24900
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24901
24901
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24902
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24902
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24903
24903
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24904
24904
|
external_type_display_name?: string | undefined;
|
|
24905
24905
|
/** Date and time at which the credential was created. */
|
|
@@ -24999,7 +24999,7 @@ export interface Routes {
|
|
|
24999
24999
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
25000
25000
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
25001
25001
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
25002
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
25002
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
25003
25003
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
25004
25004
|
external_type_display_name?: string | undefined;
|
|
25005
25005
|
/** Date and time at which the credential was created. */
|
|
@@ -26144,7 +26144,7 @@ export interface Routes {
|
|
|
26144
26144
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26145
26145
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26146
26146
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26147
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26147
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26148
26148
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26149
26149
|
external_type_display_name?: string | undefined;
|
|
26150
26150
|
/** Date and time at which the credential was created. */
|
|
@@ -26244,7 +26244,7 @@ export interface Routes {
|
|
|
26244
26244
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26245
26245
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26246
26246
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26247
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26247
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26248
26248
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26249
26249
|
external_type_display_name?: string | undefined;
|
|
26250
26250
|
/** Date and time at which the credential was created. */
|
|
@@ -26381,7 +26381,7 @@ export interface Routes {
|
|
|
26381
26381
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26382
26382
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26383
26383
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26384
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26384
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26385
26385
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26386
26386
|
external_type_display_name?: string | undefined;
|
|
26387
26387
|
/** Date and time at which the credential was created. */
|
|
@@ -26481,7 +26481,7 @@ export interface Routes {
|
|
|
26481
26481
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26482
26482
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26483
26483
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26484
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26484
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26485
26485
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26486
26486
|
external_type_display_name?: string | undefined;
|
|
26487
26487
|
/** Date and time at which the credential was created. */
|
|
@@ -26988,7 +26988,7 @@ export interface Routes {
|
|
|
26988
26988
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26989
26989
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26990
26990
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26991
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26991
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26992
26992
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26993
26993
|
external_type_display_name?: string | undefined;
|
|
26994
26994
|
/** Date and time at which the credential was created. */
|
|
@@ -27088,7 +27088,7 @@ export interface Routes {
|
|
|
27088
27088
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27089
27089
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27090
27090
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27091
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27091
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27092
27092
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27093
27093
|
external_type_display_name?: string | undefined;
|
|
27094
27094
|
/** Date and time at which the credential was created. */
|
|
@@ -27225,7 +27225,7 @@ export interface Routes {
|
|
|
27225
27225
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27226
27226
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27227
27227
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27228
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27228
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27229
27229
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27230
27230
|
external_type_display_name?: string | undefined;
|
|
27231
27231
|
/** Date and time at which the credential was created. */
|
|
@@ -27325,7 +27325,7 @@ export interface Routes {
|
|
|
27325
27325
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27326
27326
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27327
27327
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27328
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27328
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27329
27329
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27330
27330
|
external_type_display_name?: string | undefined;
|
|
27331
27331
|
/** Date and time at which the credential was created. */
|
|
@@ -29023,7 +29023,7 @@ export interface Routes {
|
|
|
29023
29023
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29024
29024
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29025
29025
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29026
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29026
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29027
29027
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29028
29028
|
external_type_display_name?: string | undefined;
|
|
29029
29029
|
/** Date and time at which the credential was created. */
|
|
@@ -29123,7 +29123,7 @@ export interface Routes {
|
|
|
29123
29123
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29124
29124
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29125
29125
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29126
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29126
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29127
29127
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29128
29128
|
external_type_display_name?: string | undefined;
|
|
29129
29129
|
/** Date and time at which the credential was created. */
|
|
@@ -29260,7 +29260,7 @@ export interface Routes {
|
|
|
29260
29260
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29261
29261
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29262
29262
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29263
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29263
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29264
29264
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29265
29265
|
external_type_display_name?: string | undefined;
|
|
29266
29266
|
/** Date and time at which the credential was created. */
|
|
@@ -29360,7 +29360,7 @@ export interface Routes {
|
|
|
29360
29360
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29361
29361
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29362
29362
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29363
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29363
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29364
29364
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29365
29365
|
external_type_display_name?: string | undefined;
|
|
29366
29366
|
/** Date and time at which the credential was created. */
|
|
@@ -30043,7 +30043,7 @@ export interface Routes {
|
|
|
30043
30043
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30044
30044
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30045
30045
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30046
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30046
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30047
30047
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30048
30048
|
external_type_display_name?: string | undefined;
|
|
30049
30049
|
/** Date and time at which the credential was created. */
|
|
@@ -30143,7 +30143,7 @@ export interface Routes {
|
|
|
30143
30143
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30144
30144
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30145
30145
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30146
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30146
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30147
30147
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30148
30148
|
external_type_display_name?: string | undefined;
|
|
30149
30149
|
/** Date and time at which the credential was created. */
|
|
@@ -30280,7 +30280,7 @@ export interface Routes {
|
|
|
30280
30280
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30281
30281
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30282
30282
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30283
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30283
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30284
30284
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30285
30285
|
external_type_display_name?: string | undefined;
|
|
30286
30286
|
/** Date and time at which the credential was created. */
|
|
@@ -30380,7 +30380,7 @@ export interface Routes {
|
|
|
30380
30380
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30381
30381
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30382
30382
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30383
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30383
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30384
30384
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30385
30385
|
external_type_display_name?: string | undefined;
|
|
30386
30386
|
/** Date and time at which the credential was created. */
|
|
@@ -30906,7 +30906,7 @@ export interface Routes {
|
|
|
30906
30906
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30907
30907
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30908
30908
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30909
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30909
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30910
30910
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30911
30911
|
external_type_display_name?: string | undefined;
|
|
30912
30912
|
/** Date and time at which the credential was created. */
|
|
@@ -31006,7 +31006,7 @@ export interface Routes {
|
|
|
31006
31006
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31007
31007
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31008
31008
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31009
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31009
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31010
31010
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31011
31011
|
external_type_display_name?: string | undefined;
|
|
31012
31012
|
/** Date and time at which the credential was created. */
|
|
@@ -31143,7 +31143,7 @@ export interface Routes {
|
|
|
31143
31143
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31144
31144
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31145
31145
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31146
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31146
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31147
31147
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31148
31148
|
external_type_display_name?: string | undefined;
|
|
31149
31149
|
/** Date and time at which the credential was created. */
|
|
@@ -31243,7 +31243,7 @@ export interface Routes {
|
|
|
31243
31243
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31244
31244
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31245
31245
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31246
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31246
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31247
31247
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31248
31248
|
external_type_display_name?: string | undefined;
|
|
31249
31249
|
/** Date and time at which the credential was created. */
|
|
@@ -33621,7 +33621,7 @@ export interface Routes {
|
|
|
33621
33621
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33622
33622
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33623
33623
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33624
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
33624
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33625
33625
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33626
33626
|
external_type_display_name?: string | undefined;
|
|
33627
33627
|
/** Date and time at which the credential was created. */
|
|
@@ -33721,7 +33721,7 @@ export interface Routes {
|
|
|
33721
33721
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33722
33722
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33723
33723
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33724
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
33724
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33725
33725
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33726
33726
|
external_type_display_name?: string | undefined;
|
|
33727
33727
|
/** Date and time at which the credential was created. */
|
|
@@ -33858,7 +33858,7 @@ export interface Routes {
|
|
|
33858
33858
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33859
33859
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33860
33860
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33861
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
33861
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33862
33862
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33863
33863
|
external_type_display_name?: string | undefined;
|
|
33864
33864
|
/** Date and time at which the credential was created. */
|
|
@@ -33958,7 +33958,7 @@ export interface Routes {
|
|
|
33958
33958
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33959
33959
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33960
33960
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33961
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
33961
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33962
33962
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33963
33963
|
external_type_display_name?: string | undefined;
|
|
33964
33964
|
/** Date and time at which the credential was created. */
|