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
228
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.6.8 to 0.6.9

140

dist/openapi.d.ts

@@ -74,104 +74,2 @@ /* eslint-disable */

* example:
* 12454
*/
id?: string;
/**
* example:
* 66
*/
organization_id?: string;
/**
* example:
* 3134
*/
design_id?: string;
/**
* example:
* abc.com
*/
domain?: string;
cognito_details?: {
/**
* example:
* 6bsd0jkgoie74k2i8mrhc1vest
*/
cognito_user_pool_client_id?: string;
/**
* example:
* arn:aws:cognito-idp:us-east-1:123412341234:userpool/us-east-1_123412341
*/
cognito_user_pool_arn?: string;
/**
* example:
* eu-central-1_CUEQRNbUb
*/
cognito_user_pool_id?: string;
};
config?: string;
/**
* example:
* 1234
*/
secondary_identifier?: string;
/**
* example:
* CONFIGURING
*/
dnsStatus?: string;
dnsRecords?: {
/**
* example:
* _417aisu1ua82jf1fj1743nhsf9180a45.end-customer-portal.dev.epilot.io.
*/
name?: string;
/**
* example:
* CNAME
*/
type?: string;
/**
* example:
* _1b879ajs1746hk92hf81ghcch173gc91.bwlshdtstt.acm-validations.aws.
*/
value?: string;
}[];
cdnRecords?: {
/**
* example:
* end-customer-portal.dev.epilot.io.
*/
name?: string;
/**
* example:
* CNAME
*/
type?: string;
/**
* example:
* dm99ajd13901ne9.cloudfront.net
*/
value?: string;
}[];
email_templates?: {
/**
* example:
* 701f089d-6953-48b5-ac35-442de7c59cd3
*/
confirmAccount?: string;
/**
* example:
* 6538fddb-f0e9-4f0f-af51-6e57891ff20a
*/
forgotPassword?: string;
/**
* example:
* 14ae65fb-0dc1-4863-8743-6bc01da469f6
*/
invitation?: string;
};
grants?: Grant[];
}
export interface BrandCreate {
/**
* example:
* 12345

@@ -244,2 +142,38 @@ */

grants?: Grant[];
images?: {
/**
* example:
* https://epilot-bucket.s3.eu-central-1.amazonaws.com/12344/6538fddb-f0e9-4f0f-af51-6e57891ff20a/order-left-teaser.jpeg
*/
orderLeftTeaser?: string;
/**
* example:
* https://epilot-bucket.s3.eu-central-1.amazonaws.com/12344/6538fddb-f0e9-4f0f-af51-6e57891ff20a/order-right-teaser.jpeg
*/
orderRightTeaser?: string;
/**
* example:
* https://epilot-bucket.s3.eu-central-1.amazonaws.com/12344/6538fddb-f0e9-4f0f-af51-6e57891ff20a/welcome-banner.jpeg
*/
welcomeBanner?: string;
};
entity_identifiers?: {
[name: string]: {
isEnabled?: boolean;
attributes?: string[];
};
};
entity_actions?: {
journey_id?: string;
slug?: /**
* URL-friendly identifier for the entity schema
* example:
* contact
*/
EntitySlug;
action_Label?: {
en?: string;
de?: string;
};
}[];
}

@@ -1344,3 +1278,3 @@ export interface DeleteEntityFile {

namespace UpsertPortal {
export type RequestBody = Components.Schemas.BrandCreate;
export type RequestBody = Components.Schemas.Brand;
namespace Responses {

@@ -1347,0 +1281,0 @@ export type $201 = Components.Schemas.AddPortalResp;

{
"name": "@epilot/customer-portal-client",
"version": "0.6.8",
"version": "0.6.9",
"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