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.34.3 to 1.34.4-beta.756.0

15

dist/index.ts

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

contacts?: ContactResponseDto[];
crossAccountMeta: CrossAccountMetaDto | null;
}

@@ -100,2 +101,16 @@

export interface CrossAccountMetaDto {
id: string;
created_at: Date;
is_approved: boolean;
account_name: string;
account_id: string;
approved_by: string;
original_book_id: string;
}
export interface ShareContactBookParamsDto {
targetAccountId: string;
}
export interface UpdateContactBookDto extends ReturnType<typeof PartialType<CreateContactBookDto>> {

@@ -102,0 +117,0 @@ }

5

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

@@ -20,4 +20,3 @@ "main": "./dist/index.ts",

"ts-node": "^10.0.0"
},
"gitHead": "9020d34d5c3918c1201522f26a53ff25dfe7754a"
}
}
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