@emeris/types
Advanced tools
Comparing version 0.2.3-pr-176-ec6792078977e5a2f7dd0ffd405d5c4196b56d00.0 to 0.2.3-pr-177-e9d3cae89de00fab4baea39e0007c422080618a2.0
@@ -15,6 +15,2 @@ export declare type AirdropEligibilityCriteria = { | ||
}; | ||
export declare type AirdropCount = { | ||
count: number; | ||
totalAirdrops: number; | ||
}; | ||
export declare type AirdropFile = { | ||
@@ -68,4 +64,2 @@ name: string; | ||
airdropFileName: string; | ||
checkEligibility: boolean; | ||
totalAirdrops: number; | ||
}; | ||
@@ -72,0 +66,0 @@ export declare enum AirdropDateStatus { |
{ | ||
"name": "@emeris/types", | ||
"version": "0.2.3-pr-176-ec6792078977e5a2f7dd0ffd405d5c4196b56d00.0+ec67920", | ||
"version": "0.2.3-pr-177-e9d3cae89de00fab4baea39e0007c422080618a2.0+e9d3cae", | ||
"description": "Emeris common types", | ||
@@ -23,3 +23,3 @@ "author": "Ignite, Inc <hello@ignt.com>", | ||
}, | ||
"gitHead": "ec6792078977e5a2f7dd0ffd405d5c4196b56d00" | ||
"gitHead": "e9d3cae89de00fab4baea39e0007c422080618a2" | ||
} |
@@ -16,8 +16,2 @@ export type AirdropEligibilityCriteria = { | ||
}; | ||
export type AirdropCount = { | ||
count: number; | ||
totalAirdrops: number; | ||
}; | ||
export type AirdropFile = { | ||
@@ -39,5 +33,3 @@ name: string; | ||
}; | ||
export type AirdropList = Array<AirdropFile>; | ||
export type Airdrop = { | ||
@@ -76,11 +68,9 @@ project: string; | ||
airdropFileName: string; | ||
checkEligibility: boolean; | ||
totalAirdrops: number; | ||
}; | ||
export enum AirdropDateStatus { | ||
NOT_ANNOUNCED = "NOT_ANNOUNCED", | ||
NOT_STARTED = "NOT_STARTED", | ||
ONGOING = "ONGOING", | ||
ENDED = "ENDED", | ||
} | ||
NOT_ANNOUNCED = 'NOT_ANNOUNCED', | ||
NOT_STARTED = 'NOT_STARTED', | ||
ONGOING = 'ONGOING', | ||
ENDED = 'ENDED', | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
151280
2826