myinterview
Advanced tools
Comparing version 1.1.0 to 1.1.3
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const nodeCheck_1 = require("./utils/nodeCheck"); | ||
(0, nodeCheck_1.nodeCheck)(8); | ||
__exportStar(require("./utils"), exports); | ||
@@ -15,0 +17,0 @@ __exportStar(require("./Helpers"), exports); |
@@ -43,2 +43,3 @@ export interface IReminder { | ||
description?: string; | ||
thinkingTime?: number; | ||
} | ||
@@ -61,2 +62,6 @@ export interface IJobConfig { | ||
} | ||
export interface IJobIntelligenceSurvey { | ||
trait: string; | ||
score: number; | ||
} | ||
export interface IJob { | ||
@@ -96,6 +101,6 @@ cb_subscription_id?: string; | ||
status: string; | ||
uploadCV: boolean; | ||
creatorId: string; | ||
direct_link?: string; | ||
type?: string; | ||
api_created?: string; | ||
location?: string; | ||
@@ -106,2 +111,13 @@ updatedAt: string | Date | number; | ||
expiry_email_sent: boolean | undefined; | ||
region?: string; | ||
intelligenceSurvey?: IJobIntelligenceSurvey[]; | ||
intelligenceIDs?: number[]; | ||
jobInputFields: { | ||
label: string; | ||
type: string; | ||
required: boolean; | ||
fieldName: string; | ||
}[]; | ||
isFake?: boolean; | ||
old_jobID?: string; | ||
} | ||
@@ -108,0 +124,0 @@ export interface IVideoPlatformOS { |
{ | ||
"name": "myinterview", | ||
"version": "1.1.0", | ||
"version": "1.1.003", | ||
"description": "Build and integrate myInterview with ease via our node.js npm package and connect to the myInterview API.", | ||
@@ -51,3 +51,3 @@ "main": "dist/index.js", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "^27.1.2", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5" | ||
@@ -54,0 +54,0 @@ }, |
@@ -223,3 +223,5 @@ # MyInterview-node # | ||
partDuration: 30, | ||
question: "How are you today?" | ||
question: "How are you today?", | ||
description: "This is a description", | ||
thinkingTime: 30 | ||
}], | ||
@@ -253,3 +255,4 @@ introVideo: 'youtube.com/watch' | ||
question: "How are you today?", | ||
description: "some description" | ||
description: "This is a description", | ||
thinkingTime: 30 | ||
}], | ||
@@ -319,5 +322,7 @@ introVideo: 'youtube.com/watch' | ||
questions: [{ | ||
numOfRetakes: 1, | ||
partDuration: 30, | ||
question: "How are you today?" | ||
numOfRetakes: 1, | ||
partDuration: 30, | ||
question: "How are you today?", | ||
description: "This is a description", | ||
thinkingTime: 30 | ||
}], | ||
@@ -385,3 +390,5 @@ // fields available: (cvUrl,phoneNumber,document,coverLetter,socialProfile,website,linkedin,address) | ||
partDuration: 30, | ||
question: "How are you today?" | ||
question: "How are you today?", | ||
description: "This is a description", | ||
thinkingTime: 30 | ||
}], | ||
@@ -457,3 +464,5 @@ // fields available: (cvUrl,phoneNumber,document,coverLetter,socialProfile,website,linkedin,address) | ||
partDuration: 30, | ||
question: "How are you today?" | ||
question: "How are you today?", | ||
description: "This is a description", | ||
thinkingTime: 30 | ||
}], | ||
@@ -460,0 +469,0 @@ // fields available: (cvUrl,phoneNumber,document,coverLetter,socialProfile,website,linkedin,address) |
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
98558
38
1744
791
1