@nttickets/common
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -6,2 +6,3 @@ import { Subjects } from "./enumSubject"; | ||
id: string; | ||
version: number; | ||
ticket: { | ||
@@ -8,0 +9,0 @@ id: string; |
@@ -7,2 +7,3 @@ import { Subjects } from "./enumSubject"; | ||
id: string; | ||
version: number; | ||
userId: string; | ||
@@ -9,0 +10,0 @@ status: OrderStatus; |
@@ -6,2 +6,3 @@ import { Subjects } from "./enumSubject"; | ||
id: string; | ||
version: number; | ||
title: string; | ||
@@ -8,0 +9,0 @@ price: number; |
@@ -6,2 +6,3 @@ import { Subjects } from "./enumSubject"; | ||
id: string; | ||
version: number; | ||
price: number; | ||
@@ -8,0 +9,0 @@ title: string; |
{ | ||
"name": "@nttickets/common", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16453
460