@nftx/types
Advanced tools
Comparing version 3.4.3 to 4.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0](https://github.com/NFTX-project/nftxjs/compare/v3.7.6...v4.0.0) (2024-09-23) | ||
**Note:** Version bump only for package @nftx/types | ||
## [3.4.3](https://github.com/NFTX-project/nftxjs/compare/v3.4.2...v3.4.3) (2024-07-11) | ||
@@ -8,0 +16,0 @@ |
@@ -60,2 +60,6 @@ export type Maybe<T> = T | null; | ||
}; | ||
Timestamp: { | ||
input: string; | ||
output: string; | ||
}; | ||
}; | ||
@@ -117,2 +121,6 @@ export type Account = { | ||
} | ||
export declare enum Aggregation_Interval { | ||
Day = "day", | ||
Hour = "hour" | ||
} | ||
export type BlockChangedFilter = { | ||
@@ -943,2 +951,4 @@ number_gte: Scalars['Int']['input']; | ||
number: Scalars['Int']['output']; | ||
/** The hash of the parent block */ | ||
parentHash?: Maybe<Scalars['Bytes']['output']>; | ||
/** Integer representation of the timestamp stored in blocks for the chain */ | ||
@@ -945,0 +955,0 @@ timestamp?: Maybe<Scalars['Int']['output']>; |
@@ -60,3 +60,11 @@ export type Maybe<T> = T | null; | ||
}; | ||
Timestamp: { | ||
input: string; | ||
output: string; | ||
}; | ||
}; | ||
export declare enum Aggregation_Interval { | ||
Day = "day", | ||
Hour = "hour" | ||
} | ||
export type BlockChangedFilter = { | ||
@@ -289,2 +297,4 @@ number_gte: Scalars['Int']['input']; | ||
number: Scalars['Int']['output']; | ||
/** The hash of the parent block */ | ||
parentHash?: Maybe<Scalars['Bytes']['output']>; | ||
/** Integer representation of the timestamp stored in blocks for the chain */ | ||
@@ -291,0 +301,0 @@ timestamp?: Maybe<Scalars['Int']['output']>; |
{ | ||
"name": "@nftx/types", | ||
"version": "3.4.3", | ||
"version": "4.0.0", | ||
"description": " ", | ||
@@ -34,3 +34,3 @@ "homepage": "https://github.com/NFTX-project/nftxjs#readme", | ||
"dependencies": { | ||
"@nftx/constants": "^3.4.3", | ||
"@nftx/constants": "^4.0.0", | ||
"abitype": "0.9.8", | ||
@@ -37,0 +37,0 @@ "viem": "^1.16.6" |
@@ -19,2 +19,3 @@ export type Maybe<T> = T | null; | ||
Int8: { input: string|number; output: string|number; } | ||
Timestamp: { input: string; output: string; } | ||
}; | ||
@@ -86,2 +87,7 @@ | ||
export enum Aggregation_Interval { | ||
Day = 'day', | ||
Hour = 'hour' | ||
} | ||
export type BlockChangedFilter = { | ||
@@ -1003,2 +1009,4 @@ number_gte: Scalars['Int']['input']; | ||
number: Scalars['Int']['output']; | ||
/** The hash of the parent block */ | ||
parentHash?: Maybe<Scalars['Bytes']['output']>; | ||
/** Integer representation of the timestamp stored in blocks for the chain */ | ||
@@ -1005,0 +1013,0 @@ timestamp?: Maybe<Scalars['Int']['output']>; |
@@ -19,4 +19,10 @@ export type Maybe<T> = T | null; | ||
Int8: { input: string|number; output: string|number; } | ||
Timestamp: { input: string; output: string; } | ||
}; | ||
export enum Aggregation_Interval { | ||
Day = 'day', | ||
Hour = 'hour' | ||
} | ||
export type BlockChangedFilter = { | ||
@@ -306,2 +312,4 @@ number_gte: Scalars['Int']['input']; | ||
number: Scalars['Int']['output']; | ||
/** The hash of the parent block */ | ||
parentHash?: Maybe<Scalars['Bytes']['output']>; | ||
/** Integer representation of the timestamp stored in blocks for the chain */ | ||
@@ -308,0 +316,0 @@ timestamp?: Maybe<Scalars['Int']['output']>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1695167
34556
+ Added@nftx/constants@4.0.0(transitive)
+ Added@nftx/errors@4.0.0(transitive)
- Removed@nftx/constants@3.4.3(transitive)
- Removed@nftx/errors@3.0.0(transitive)
Updated@nftx/constants@^4.0.0