Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onereach/types-contacts-api

Package Overview
Dependencies
Maintainers
2
Versions
637
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 1.32.6-beta.724.0 to 1.32.6-beta.725.0

14

dist/index.ts

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

export interface ContactSearchParamsDto extends ListApiParams {
export interface ContactSearchParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
contact_book: string;

@@ -37,2 +37,6 @@ q?: string;

export interface OrderParams {
order?: string;
}
export interface CreateContactDto {

@@ -43,7 +47,2 @@ contact_book: string;

export interface MergeContactParamsDto {
contact_book: string;
mergeContactId: string;
}
export interface UpdateContactDto extends CreateContactDto {

@@ -82,2 +81,5 @@ }

export interface ContactBookParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
}
export interface ContactBookResponseDto extends CreateContactBookDto {

@@ -84,0 +86,0 @@ id: string;

{
"name": "@onereach/types-contacts-api",
"description": "Generated types for Contacts Api",
"version": "1.32.6-beta.724.0",
"version": "1.32.6-beta.725.0",
"author": "OneReach.ai",

@@ -6,0 +6,0 @@ "main": "./dist/index.ts",

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