Skip to content

Commit ae92ea6

Browse files
authored
fix: Simplify generated_code (#98)
1 parent f6ebe99 commit ae92ea6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/lib/seam/connect/route-types.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,6 @@ export interface Routes {
157157
generated_code: {
158158
device_id: string
159159
code: string
160-
is_valid: true
161-
conflicts_with_existing_code: false
162-
violated_code_constraints: []
163-
passed_code_constraints: Array<{
164-
constraint_type:
165-
| 'no_zeros'
166-
| 'cannot_start_with_12'
167-
| 'no_triple_consecutive_ints'
168-
| 'cannot_specify_pin_code'
169-
| 'pin_code_matches_existing_set'
170-
| 'start_date_in_future'
171-
}>
172160
}
173161
}
174162
}

0 commit comments

Comments
 (0)