Socket
Socket
Sign inDemoInstall

@onereach/types-contacts-api

Package Overview
Dependencies
0
Maintainers
2
Versions
588
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.24.2 to 5.24.3-beta.3245.0

15

dist/cjs/index.d.ts
declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;
declare function IntersectionType<A, B>(classARef: A, classBRef: B): A & B;
declare function PartialType<T>(classRef: T): Partial<T>;
export interface DbIndicesDto {
index: string;
table: string;
column: string;
method: 'hash' | 'btree' | 'gin';
query: string;
}
export interface IndexOperationDto {
batchId: string;
index: DbIndicesDto;
}
export interface IndexStatusDto extends DbIndicesDto {
toBeRemoved: boolean;
exists: boolean;
}
export interface BatchProcessResponseDto {

@@ -5,0 +20,0 @@ id: string;

declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>;
declare function IntersectionType<A, B>(classARef: A, classBRef: B): A & B;
declare function PartialType<T>(classRef: T): Partial<T>;
export interface DbIndicesDto {
index: string;
table: string;
column: string;
method: 'hash' | 'btree' | 'gin';
query: string;
}
export interface IndexOperationDto {
batchId: string;
index: DbIndicesDto;
}
export interface IndexStatusDto extends DbIndicesDto {
toBeRemoved: boolean;
exists: boolean;
}
export interface BatchProcessResponseDto {

@@ -5,0 +20,0 @@ id: string;

5

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

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

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

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc