Skip to content

Commit

Permalink
Feat: remove deprecated timezone_offset, use newly introduced timezone (
Browse files Browse the repository at this point in the history
  • Loading branch information
PooyaRaki authored Sep 11, 2024
1 parent ce596fc commit 5b66273
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export interface operations {
to?: string
token_address?: string
value?: string
timezone_offset?: number
timezone?: string
}
}
responses: {
Expand All @@ -622,7 +622,7 @@ export interface operations {
query?: {
module?: string
to?: string
timezone_offset?: number
timezone?: string
transaction_hash?: string
}
}
Expand Down Expand Up @@ -650,7 +650,7 @@ export interface operations {
value?: string
nonce?: string
executed?: string
timezone_offset?: number
timezone?: string
}
}
responses: {
Expand Down Expand Up @@ -729,7 +729,7 @@ export interface operations {
page_url?: string
trusted?: boolean
imitation?: boolean
timezone_offset?: number
timezone?: string
}
}
responses: {
Expand All @@ -748,7 +748,7 @@ export interface operations {
/** Taken from the Page['next'] or Page['previous'] */
page_url?: string
trusted?: boolean
timezone_offset?: number
timezone?: string
}
}
responses: {
Expand Down

0 comments on commit 5b66273

Please sign in to comment.