@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.30 to 0.15.31
@@ -6,2 +6,9 @@ import { Maybe } from "./utils"; | ||
shipday?: ShipDayCredentialsDTO; | ||
credentials?: { | ||
onfleet?: OnFleetCredentialsDTO; | ||
relay?: RelayCredentialsDTO; | ||
shipday?: ShipDayCredentialsDTO; | ||
}; | ||
fee?: DeliveryFeeConfigDTO; | ||
area?: DeliveryAreaConfigDTO; | ||
}; | ||
@@ -20,1 +27,20 @@ export declare type OnFleetCredentialsDTO = { | ||
}; | ||
export declare type DeliveryFeeConfigDTO = { | ||
base?: number; | ||
distanceSurcharge?: { | ||
distance: number; | ||
amount: number; | ||
}[]; | ||
free?: number; | ||
}; | ||
export declare type DeliveryAreaConfigDTO = { | ||
radius?: number; | ||
zipCodes?: string[]; | ||
zones?: MapZoneDTO[]; | ||
}; | ||
export declare type MapZoneDTO = { | ||
fee?: number; | ||
shape: MapZoneShapeDTO; | ||
}; | ||
export declare type MapZoneShapeDTO = MapZonePointDTO[]; | ||
export declare type MapZonePointDTO = [number, number]; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.30", | ||
"version": "0.15.31", | ||
"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
1327
61984
59