filecoin-verifier-common
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,26 +0,29 @@ | ||
export declare const ISSUE_LABELS: { | ||
MIGRATION_TASK: string; | ||
MIGRATION_COMPLETED: string; | ||
BOT_REVIEW_NEEDED: string; | ||
BOT_READY_TO_SIGN: string; | ||
BOT_RECONNECTED_ISSUE: string; | ||
BOT_LOOKING_GOOD: string; | ||
STATUS_VERIFYING: string; | ||
STATUS_ADDED_ON_CHAIN: string; | ||
STATUS_APPROVED: string; | ||
STATUS_START_SIGN_DATACAP: string; | ||
STATUS_ERROR: string; | ||
STATUS_VALIDATED: string; | ||
STATUS_GRANTED: string; | ||
STATUS_DATA_CAP_ALLOCATED: string; | ||
STATUS_PREVIOUSLY_APPROVED: string; | ||
STATUS_NEED_DILIGENCE: string; | ||
STATUS_FURTHER_INFO_NEEDED: string; | ||
WARN_CHECK_TRANSACTION: string; | ||
APPLICATION_ADDRESS_NOT_VALID: string; | ||
EFIL_PLUS: string; | ||
WAITING_FOR_ClIENT: string; | ||
ONE_NOTARY_APPROVED: string; | ||
ONE_NOTARY_DECLINED: string; | ||
declare const common: { | ||
ISSUE_LABELS: { | ||
MIGRATION_TASK: string; | ||
MIGRATION_COMPLETED: string; | ||
BOT_REVIEW_NEEDED: string; | ||
BOT_READY_TO_SIGN: string; | ||
BOT_RECONNECTED_ISSUE: string; | ||
BOT_LOOKING_GOOD: string; | ||
STATUS_VERIFYING: string; | ||
STATUS_ADDED_ON_CHAIN: string; | ||
STATUS_APPROVED: string; | ||
STATUS_START_SIGN_DATACAP: string; | ||
STATUS_ERROR: string; | ||
STATUS_VALIDATED: string; | ||
STATUS_GRANTED: string; | ||
STATUS_DATA_CAP_ALLOCATED: string; | ||
STATUS_PREVIOUSLY_APPROVED: string; | ||
STATUS_NEED_DILIGENCE: string; | ||
STATUS_FURTHER_INFO_NEEDED: string; | ||
WARN_CHECK_TRANSACTION: string; | ||
APPLICATION_ADDRESS_NOT_VALID: string; | ||
EFIL_PLUS: string; | ||
WAITING_FOR_ClIENT: string; | ||
ONE_NOTARY_APPROVED: string; | ||
ONE_NOTARY_DECLINED: string; | ||
}; | ||
}; | ||
export default common; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ISSUE_LABELS = void 0; | ||
exports.ISSUE_LABELS = { | ||
var ISSUE_LABELS = { | ||
MIGRATION_TASK: "Migration Task", | ||
@@ -29,1 +28,5 @@ MIGRATION_COMPLETED: "Migration Completed", | ||
}; | ||
var common = { | ||
ISSUE_LABELS: ISSUE_LABELS, | ||
}; | ||
exports.default = common; |
{ | ||
"name": "filecoin-verifier-common", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": ".dist/index.js", |
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
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
2797
59