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

@epilot/customer-portal-client

Package Overview
Dependencies
Maintainers
0
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/customer-portal-client - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

13

dist/openapi.d.ts

@@ -257,2 +257,7 @@ /* eslint-disable */

}
export type ExtraSchemaAttributes = {
name?: string;
label?: string;
group?: string;
}[];
export interface Grant {

@@ -615,6 +620,6 @@ /**

data?: {
contact?: string[];
contract?: string[];
order?: string[];
opportunity?: string[];
contact?: Components.Schemas.ExtraSchemaAttributes;
contract?: Components.Schemas.ExtraSchemaAttributes;
order?: Components.Schemas.ExtraSchemaAttributes;
opportunity?: Components.Schemas.ExtraSchemaAttributes;
};

@@ -621,0 +626,0 @@ }

{
"name": "@epilot/customer-portal-client",
"version": "0.7.0",
"version": "0.7.1",
"description": "API Client for epilot customer-portal API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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