@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.25 to 0.15.26
@@ -5,4 +5,4 @@ export declare type LocationDTO = { | ||
timezone: string; | ||
address: AddressDTO; | ||
contactInfo: StoreContactInfoDTO; | ||
address?: AddressDTO; | ||
contactInfo?: StoreContactInfoDTO; | ||
hoursOfOperation?: TimeAvailabilityInfoDTO; | ||
@@ -17,9 +17,9 @@ config?: { | ||
timezone: string; | ||
address: AddressDTO; | ||
contactInfo: StoreContactInfoDTO; | ||
address?: AddressDTO; | ||
contactInfo?: StoreContactInfoDTO; | ||
}; | ||
export declare type StoreContactInfoDTO = { | ||
websiteUrl: string | null; | ||
emailAddress: string | null; | ||
phoneNumber: string | null; | ||
websiteUrl?: string | null; | ||
emailAddress?: string | null; | ||
phoneNumber?: string | null; | ||
facebook?: string | null; | ||
@@ -26,0 +26,0 @@ instagram?: string | null; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.25", | ||
"version": "0.15.26", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
62369