@@ -11215,6 +11215,8 @@ export type Routes = {
1121511215 mode: 'code' | 'card' | 'mobile_key'
1121611216 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1121711217 code?: string | undefined
11218+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
11219+ instant_key_max_use_count?: number | undefined
1121811220 }[]
1121911221 /** Date and time at which the validity of the new grant starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
1122011222 starts_at?: string | undefined
@@ -11250,6 +11252,8 @@ export type Routes = {
1125011252 mode: 'code' | 'card' | 'mobile_key'
1125111253 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1125211254 code?: string | undefined
11255+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
11256+ instant_key_max_use_count?: number | undefined
1125311257 /** Date and time at which the requested access method was added to the Access Grant. */
1125411258 created_at: string
1125511259 /** IDs of the access methods created for the requested access method. */
@@ -11438,6 +11442,8 @@ export type Routes = {
1143811442 mode: 'code' | 'card' | 'mobile_key'
1143911443 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1144011444 code?: string | undefined
11445+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
11446+ instant_key_max_use_count?: number | undefined
1144111447 /** Date and time at which the requested access method was added to the Access Grant. */
1144211448 created_at: string
1144311449 /** IDs of the access methods created for the requested access method. */
@@ -13905,6 +13911,8 @@ export type Routes = {
1390513911 mode: 'code' | 'card' | 'mobile_key'
1390613912 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1390713913 code?: string | undefined
13914+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
13915+ instant_key_max_use_count?: number | undefined
1390813916 /** Date and time at which the requested access method was added to the Access Grant. */
1390913917 created_at: string
1391013918 /** IDs of the access methods created for the requested access method. */
@@ -14062,6 +14070,8 @@ export type Routes = {
1406214070 mode: 'code' | 'card' | 'mobile_key'
1406314071 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1406414072 code?: string | undefined
14073+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
14074+ instant_key_max_use_count?: number | undefined
1406514075 }[]
1406614076 }
1406714077 formData: {}
@@ -14091,6 +14101,8 @@ export type Routes = {
1409114101 mode: 'code' | 'card' | 'mobile_key'
1409214102 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1409314103 code?: string | undefined
14104+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
14105+ instant_key_max_use_count?: number | undefined
1409414106 /** Date and time at which the requested access method was added to the Access Grant. */
1409514107 created_at: string
1409614108 /** IDs of the access methods created for the requested access method. */
@@ -14257,6 +14269,8 @@ export type Routes = {
1425714269 mode: 'code' | 'card' | 'mobile_key'
1425814270 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1425914271 code?: string | undefined
14272+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
14273+ instant_key_max_use_count?: number | undefined
1426014274 /** Date and time at which the requested access method was added to the Access Grant. */
1426114275 created_at: string
1426214276 /** IDs of the access methods created for the requested access method. */
@@ -14424,6 +14438,8 @@ export type Routes = {
1442414438 mode: 'code' | 'card' | 'mobile_key'
1442514439 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1442614440 code?: string | undefined
14441+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
14442+ instant_key_max_use_count?: number | undefined
1442714443 /** Date and time at which the requested access method was added to the Access Grant. */
1442814444 created_at: string
1442914445 /** IDs of the access methods created for the requested access method. */
@@ -18059,6 +18075,8 @@ export type Routes = {
1805918075 mode: 'code' | 'card' | 'mobile_key'
1806018076 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
1806118077 code?: string | undefined
18078+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
18079+ instant_key_max_use_count?: number | undefined
1806218080 /** Date and time at which the requested access method was added to the Access Grant. */
1806318081 created_at: string
1806418082 /** IDs of the access methods created for the requested access method. */
@@ -65759,6 +65777,8 @@ export type Routes = {
6575965777 mode: 'code' | 'card' | 'mobile_key'
6576065778 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
6576165779 code?: string | undefined
65780+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
65781+ instant_key_max_use_count?: number | undefined
6576265782 /** Date and time at which the requested access method was added to the Access Grant. */
6576365783 created_at: string
6576465784 /** IDs of the access methods created for the requested access method. */
@@ -71745,6 +71765,8 @@ export type Routes = {
7174571765 mode: 'code' | 'card' | 'mobile_key'
7174671766 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
7174771767 code?: string | undefined
71768+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
71769+ instant_key_max_use_count?: number | undefined
7174871770 /** Date and time at which the requested access method was added to the Access Grant. */
7174971771 created_at: string
7175071772 /** IDs of the access methods created for the requested access method. */
@@ -103590,6 +103612,8 @@ export type Routes = {
103590103612 mode: 'code' | 'card' | 'mobile_key'
103591103613 /** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
103592103614 code?: string | undefined
103615+ /** Maximum number of times the instant key can be used. Only applicable when mode is 'mobile_key'. Defaults to 1 if not specified. */
103616+ instant_key_max_use_count?: number | undefined
103593103617 /** Date and time at which the requested access method was added to the Access Grant. */
103594103618 created_at: string
103595103619 /** IDs of the access methods created for the requested access method. */
0 commit comments