@@ -2167,6 +2167,16 @@ export type Routes = {
21672167 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
21682168 mutation_code: 'creating'
21692169 }
2170+ | {
2171+ /** Date and time at which the mutation was created. */
2172+ created_at: string
2173+ /** Detailed description of the mutation. */
2174+ message: string
2175+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
2176+ mutation_code: 'deferring_creation'
2177+ /** Date and time at which Seam will attempt to program this access code on the device. */
2178+ scheduled_at: string
2179+ }
21702180 | {
21712181 /** Date and time at which the mutation was created. */
21722182 created_at: string
@@ -2848,6 +2858,16 @@ export type Routes = {
28482858 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
28492859 mutation_code: 'creating'
28502860 }
2861+ | {
2862+ /** Date and time at which the mutation was created. */
2863+ created_at: string
2864+ /** Detailed description of the mutation. */
2865+ message: string
2866+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
2867+ mutation_code: 'deferring_creation'
2868+ /** Date and time at which Seam will attempt to program this access code on the device. */
2869+ scheduled_at: string
2870+ }
28512871 | {
28522872 /** Date and time at which the mutation was created. */
28532873 created_at: string
@@ -5089,6 +5109,16 @@ export type Routes = {
50895109 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
50905110 mutation_code: 'creating'
50915111 }
5112+ | {
5113+ /** Date and time at which the mutation was created. */
5114+ created_at: string
5115+ /** Detailed description of the mutation. */
5116+ message: string
5117+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
5118+ mutation_code: 'deferring_creation'
5119+ /** Date and time at which Seam will attempt to program this access code on the device. */
5120+ scheduled_at: string
5121+ }
50925122 | {
50935123 /** Date and time at which the mutation was created. */
50945124 created_at: string
@@ -5859,6 +5889,16 @@ export type Routes = {
58595889 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
58605890 mutation_code: 'creating'
58615891 }
5892+ | {
5893+ /** Date and time at which the mutation was created. */
5894+ created_at: string
5895+ /** Detailed description of the mutation. */
5896+ message: string
5897+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
5898+ mutation_code: 'deferring_creation'
5899+ /** Date and time at which Seam will attempt to program this access code on the device. */
5900+ scheduled_at: string
5901+ }
58625902 | {
58635903 /** Date and time at which the mutation was created. */
58645904 created_at: string
@@ -6531,6 +6571,16 @@ export type Routes = {
65316571 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
65326572 mutation_code: 'creating'
65336573 }
6574+ | {
6575+ /** Date and time at which the mutation was created. */
6576+ created_at: string
6577+ /** Detailed description of the mutation. */
6578+ message: string
6579+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
6580+ mutation_code: 'deferring_creation'
6581+ /** Date and time at which Seam will attempt to program this access code on the device. */
6582+ scheduled_at: string
6583+ }
65346584 | {
65356585 /** Date and time at which the mutation was created. */
65366586 created_at: string
@@ -7180,6 +7230,16 @@ export type Routes = {
71807230 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
71817231 mutation_code: 'creating'
71827232 }
7233+ | {
7234+ /** Date and time at which the mutation was created. */
7235+ created_at: string
7236+ /** Detailed description of the mutation. */
7237+ message: string
7238+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
7239+ mutation_code: 'deferring_creation'
7240+ /** Date and time at which Seam will attempt to program this access code on the device. */
7241+ scheduled_at: string
7242+ }
71837243 | {
71847244 /** Date and time at which the mutation was created. */
71857245 created_at: string
@@ -118675,6 +118735,16 @@ export type Routes = {
118675118735 /** Mutation code to indicate that Seam is in the process of setting an access code on the device. */
118676118736 mutation_code: 'creating'
118677118737 }
118738+ | {
118739+ /** Date and time at which the mutation was created. */
118740+ created_at: string
118741+ /** Detailed description of the mutation. */
118742+ message: string
118743+ /** Mutation code to indicate that Seam is waiting until closer to the access code's start time before programming it on the device. */
118744+ mutation_code: 'deferring_creation'
118745+ /** Date and time at which Seam will attempt to program this access code on the device. */
118746+ scheduled_at: string
118747+ }
118678118748 | {
118679118749 /** Date and time at which the mutation was created. */
118680118750 created_at: string
0 commit comments