@open-tender/types
Advanced tools
Comparing version 0.0.83 to 0.0.84
import { OrderType, ServiceType } from '../../global'; | ||
import { RevenueCenter } from '../revenueCenter'; | ||
import { RevenueCenter, RevenueCenterType } from '../revenueCenter'; | ||
export interface HouseAccount { | ||
@@ -12,3 +12,5 @@ approved_contact: boolean; | ||
service_type: ServiceType; | ||
revenue_center_type?: RevenueCenterType; | ||
qr_code_url?: string; | ||
} | ||
export declare type HouseAccounts = Array<HouseAccount>; |
import { OrderType, ServiceType } from '../../global'; | ||
import { RevenueCenter } from '../revenueCenter'; | ||
import { RevenueCenter, RevenueCenterType } from '../revenueCenter'; | ||
export interface HouseAccount { | ||
@@ -12,3 +12,5 @@ approved_contact: boolean; | ||
service_type: ServiceType; | ||
revenue_center_type?: RevenueCenterType; | ||
qr_code_url?: string; | ||
} | ||
export declare type HouseAccounts = Array<HouseAccount>; |
{ | ||
"name": "@open-tender/types", | ||
"version": "0.0.83", | ||
"version": "0.0.84", | ||
"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
185313
6488