peopledatalabs
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -9,4 +9,5 @@ import { RateLimit } from './api-types'; | ||
requests: Array<BulkPersonEnrichmentRequest> & { | ||
titlecase?: boolean; | ||
include_if_matched?: boolean; | ||
pretty?: boolean; | ||
titlecase?: boolean; | ||
}; | ||
@@ -13,0 +14,0 @@ } |
@@ -28,3 +28,9 @@ import { BaseResponse } from './api-types'; | ||
} | ||
export type SchoolCleanerParams = CompanyCleanerParams; | ||
export type SchoolCleanerParams = RequireAtLeastOne<{ | ||
name: string; | ||
website: string; | ||
profile: string; | ||
}> & { | ||
pretty?: boolean; | ||
}; | ||
export interface SchoolCleanerResponse extends BaseResponse { | ||
@@ -31,0 +37,0 @@ name?: string; |
{ | ||
"name": "peopledatalabs", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"chai": "^4.3.10", | ||
@@ -67,5 +67,5 @@ "dotenv": "^16.3.1", | ||
"dependencies": { | ||
"axios": "^1.6.0", | ||
"axios": "^1.6.1", | ||
"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
310622
1359
Updatedaxios@^1.6.1