@doordeck/doordeck-headless-sdk 0.147.0 → 0.148.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.
@@ -788,8 +788,8 @@ export declare namespace com.doordeck.multiplatform.sdk.api {
788
788
  namespace LockOperationsApi.$metadata$ {
789
789
  abstract class constructor {
790
790
  getSingleLock(lockId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockResponse>;
791
- getLockAuditTrail(lockId: string, start: number, end: number): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
792
- getAuditForUser(userId: string, start: number, end: number): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
791
+ getLockAuditTrail(lockId: string, start?: Nullable<number>, end?: Nullable<number>): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
792
+ getAuditForUser(userId: string, start?: Nullable<number>, end?: Nullable<number>): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.AuditResponse>>;
793
793
  getUsersForLock(lockId: string): Promise<Array<com.doordeck.multiplatform.sdk.model.responses.UserLockResponse>>;
794
794
  getLocksForUser(userId: string): Promise<com.doordeck.multiplatform.sdk.model.responses.LockUserResponse>;
795
795
  updateLockName(lockId: string, name?: Nullable<string>): Promise<any>;