peopledatalabs
Advanced tools
Comparing version 6.1.4 to 6.1.5
import { BaseResponse } from './api-types'; | ||
export type AutoCompleteField = 'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title'; | ||
export type AutoCompleteField = 'company' | 'country' | 'industry' | 'location' | 'major' | 'region' | 'role' | 'school' | 'sub_role' | 'skill' | 'title' | 'website'; | ||
export interface AutoCompleteParams { | ||
@@ -8,2 +8,4 @@ field: AutoCompleteField; | ||
pretty?: boolean; | ||
titlecase?: boolean; | ||
beta?: boolean; | ||
} | ||
@@ -10,0 +12,0 @@ export interface AutoCompleteResponse extends BaseResponse { |
@@ -5,2 +5,3 @@ import { BaseResponse } from './api-types'; | ||
pretty?: boolean; | ||
titlecase?: boolean; | ||
} | ||
@@ -7,0 +8,0 @@ export interface JobTitleResponse extends BaseResponse { |
@@ -5,2 +5,3 @@ import { BaseResponse } from './api-types'; | ||
pretty?: boolean; | ||
titlecase?: boolean; | ||
} | ||
@@ -7,0 +8,0 @@ export interface SkillResponse extends BaseResponse { |
{ | ||
"name": "peopledatalabs", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -46,7 +46,7 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"chai": "^4.3.10", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.53.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -64,8 +64,8 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"mocha": "^10.2.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.1", | ||
"axios": "^1.6.2", | ||
"copy-anything": "^3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
310863
1363
Updatedaxios@^1.6.2