@open-tender/types
Advanced tools
Comparing version 0.0.56 to 0.0.57
import { AuthType } from '../global'; | ||
import { OrderItemImages } from './order'; | ||
export interface AnnouncementImage { | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE' | 'SECONDARY_IMAGE' | 'FEATURED_IMAGE'; | ||
url: string | null; | ||
} | ||
export interface Announcement { | ||
@@ -9,3 +12,3 @@ announcement_id: number; | ||
horizontal: string; | ||
images: OrderItemImages; | ||
images: AnnouncementImage; | ||
overlay_color: string; | ||
@@ -12,0 +15,0 @@ overlay_opacity: number; |
@@ -71,3 +71,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes'; | ||
export interface OrderItemImage { | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE' | 'SECONDARY_IMAGE' | 'FEATURED_IMAGE'; | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE'; | ||
url: string | null; | ||
@@ -74,0 +74,0 @@ } |
import { AuthType } from '../global'; | ||
import { OrderItemImages } from './order'; | ||
export interface AnnouncementImage { | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE' | 'SECONDARY_IMAGE' | 'FEATURED_IMAGE'; | ||
url: string | null; | ||
} | ||
export interface Announcement { | ||
@@ -9,3 +12,3 @@ announcement_id: number; | ||
horizontal: string; | ||
images: OrderItemImages; | ||
images: AnnouncementImage; | ||
overlay_color: string; | ||
@@ -12,0 +15,0 @@ overlay_opacity: number; |
@@ -71,3 +71,3 @@ import { DateString, ISOString, ISOStringOffset, RequestedAt, TimezonePython } from '../datetimes'; | ||
export interface OrderItemImage { | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE' | 'SECONDARY_IMAGE' | 'FEATURED_IMAGE'; | ||
type: 'LARGE_IMAGE' | 'SMALL_IMAGE' | 'APP_IMAGE' | 'IMAGE'; | ||
url: string | null; | ||
@@ -74,0 +74,0 @@ } |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/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
183559
561
6434
15
8