Socket
Socket
Sign inDemoInstall

@onereach/types-contacts-api

Package Overview
Dependencies
Maintainers
2
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onereach/types-contacts-api - npm Package Compare versions

Comparing version 5.25.2 to 5.26.0

5

dist/cjs/index.d.ts

@@ -125,2 +125,7 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;

};
export interface FindContactByValueDto {
contact_book?: string;
machine_name: string;
value: unknown;
}
export interface LinkContactMultiParamsDto {

@@ -127,0 +132,0 @@ ids: string[];

@@ -125,2 +125,7 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;

};
export interface FindContactByValueDto {
contact_book?: string;
machine_name: string;
value: unknown;
}
export interface LinkContactMultiParamsDto {

@@ -127,0 +132,0 @@ ids: string[];

4

package.json
{
"name": "@onereach/types-contacts-api",
"description": "Generated types for Contacts Api",
"version": "5.25.2",
"version": "5.26.0",
"author": "OneReach.ai",

@@ -28,3 +28,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "0ca954e2481a0d0951c2fbc5fa4b334eec13f710"
"gitHead": "c4ac3ab624f5e61442d48dafcc42b6cef8de8dc3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc