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

encore-api-services

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encore-api-services - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

15

dist/basket/typings/index.d.ts

@@ -13,2 +13,3 @@ import { Amount } from '../../typings';

export interface Seat {
blockId: string;
blockName: string;

@@ -58,2 +59,9 @@ row: string;

}
interface RequestSeat {
blockId: string;
blockName: string;
row: string;
number: string;
locationDescription?: string;
}
export interface RequestBasketItemData {

@@ -68,3 +76,3 @@ productId: string;

venueName?: string;
seats?: Seat[];
seats?: RequestSeat[];
salePrice?: Amount;

@@ -75,5 +83,5 @@ faceValue?: Amount;

export interface RequestBasketData {
reference: string;
channelId: string;
reservations: RequestBasketItemData[];
reference?: string;
channelId?: string;
delivery?: DeliveryData;

@@ -86,1 +94,2 @@ createdAt?: string;

}
export {};

2

package.json
{
"name": "encore-api-services",
"version": "0.0.14",
"version": "0.0.15",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.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