Socket
Socket
Sign inDemoInstall

@onereach/types-contacts-api

Package Overview
Dependencies
0
Maintainers
2
Versions
576
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.25.0 to 5.25.1-beta.3270.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[];

5

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

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

"ts-node": "10.9.1"
},
"gitHead": "c0e640b0b341f5c479d84ade8ff3eb2902b20a6f"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc