@creatrip/kakao-sdk
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -45,4 +45,4 @@ export interface PlaceDetailOutput { | ||
}; | ||
openHour: { | ||
periodList: { | ||
openHour?: { | ||
periodList?: { | ||
periodName: string; | ||
@@ -55,3 +55,3 @@ timeList: { | ||
}[]; | ||
realtime: { | ||
realtime?: { | ||
holiday: string; | ||
@@ -72,2 +72,8 @@ breaktime: string; | ||
}; | ||
offdayList?: { | ||
holidayName: string; | ||
weekAndDay: string; | ||
temporaryHolidays: string; | ||
}[]; | ||
openhourDisplayText?: string; | ||
}; | ||
@@ -74,0 +80,0 @@ operationInfo: { |
{ | ||
"name": "@creatrip/kakao-sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Kakao SDK for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "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
34152
740