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.24.7 to 5.24.8-beta.3263.0

4

dist/cjs/index.d.ts

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

};
export interface FindContactByValueDto {
contact_book?: string;
value: Record<string, string | object>;
}
export interface LinkContactMultiParamsDto {

@@ -112,0 +116,0 @@ ids: string[];

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

};
export interface FindContactByValueDto {
contact_book?: string;
value: Record<string, string | object>;
}
export interface LinkContactMultiParamsDto {

@@ -112,0 +116,0 @@ ids: string[];

5

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

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

"ts-node": "10.9.1"
},
"gitHead": "bca01fe8f64926c4f45e6f0e14dc01319836a798"
}
}
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