Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 65794ee

Browse files
committed
fix: Add type property to AccessCodeUpdateBaseRequest
1 parent 9ce3033 commit 65794ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types/route-requests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export type AccessCodeCreateMultipleRequest =
8888
export interface AccessCodeUpdateBaseRequest {
8989
device_id?: string
9090
access_code_id: string
91+
type?: "ongoing" | "time_bound"
9192
}
9293

9394
export type AccessCodeUpdateOngoingRequest = Except<

0 commit comments

Comments
 (0)