Socket
Socket
Sign inDemoInstall

@onereach/types-contacts-api

Package Overview
Dependencies
Maintainers
2
Versions
617
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 0.0.3 to 0.0.4

8

index.ts

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

export interface ContactBookListDto extends ListApiResponse {
items: ContactBookResponseDto[];
}
export interface ListApiResponse {
total: number;
}
export interface ContactBookResponseDto extends CreateContactBookDto {

@@ -8,0 +16,0 @@ id: number;

2

package.json
{
"name": "@onereach/types-contacts-api",
"version": "0.0.3",
"version": "0.0.4",
"author": "OneReach.ai",

@@ -5,0 +5,0 @@ "main": "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