ozone-type
Advanced tools
Comparing version 5.5.10 to 5.7.0
@@ -529,2 +529,3 @@ export * from './AdminPermission'; | ||
export * from './Subscription'; | ||
export * from './SubscriptionActiveHistory'; | ||
export * from './SubscriptionAction'; | ||
@@ -531,0 +532,0 @@ export * from './SubscriptionActionIdsSearchResult'; |
@@ -113,2 +113,3 @@ export * from './Article'; | ||
export * from './Subscription'; | ||
export * from './SubscriptionActiveHistory'; | ||
export * from './SubscriptionAction'; | ||
@@ -115,0 +116,0 @@ export * from './Survey'; |
@@ -9,3 +9,4 @@ import { Item, UUID, Instant } from './Item'; | ||
startDate?: Instant; | ||
history?: UUID[]; | ||
constructor(src: Subscription); | ||
} |
@@ -20,2 +20,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.startDate = src.startDate; | ||
this.history = src.history; | ||
} | ||
@@ -22,0 +23,0 @@ }; |
@@ -529,2 +529,3 @@ export * from './AdminPermission' | ||
export * from './Subscription' | ||
export * from './SubscriptionActiveHistory' | ||
export * from './SubscriptionAction' | ||
@@ -531,0 +532,0 @@ export * from './SubscriptionActionIdsSearchResult' |
@@ -11,2 +11,3 @@ import { Item, UUID, Instant, OzoneType } from './Item' | ||
startDate?: Instant | ||
history?: UUID[] | ||
@@ -21,3 +22,4 @@ constructor(src: Subscription) { | ||
this.startDate = src.startDate | ||
this.history = src.history | ||
} | ||
} |
{ | ||
"name": "ozone-type", | ||
"version": "5.5.10", | ||
"version": "5.7.0", | ||
"publishConfig": { | ||
@@ -21,3 +21,3 @@ "access": "public" | ||
"license": "ISC", | ||
"gitHead": "0df3809f9df3cb798feac54f2d53410950b1c5fd" | ||
"gitHead": "7ad7073528ab19d0a23765db20c4af4554359154" | ||
} |
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
2291524
1977
31528