Comparing version 1.0.0 to 1.0.1
import { ILogisticsProvider } from "./logistics.interface"; | ||
export declare class BaseLogisticsProvider implements ILogisticsProvider { | ||
protected _setting: any; | ||
constructor(setting: any); | ||
requestTracking(shipment: unknown, additional?: unknown): Promise<unknown>; | ||
@@ -4,0 +6,0 @@ trackingStatus(data: unknown): Promise<unknown[]>; |
@@ -14,2 +14,5 @@ "use strict"; | ||
class BaseLogisticsProvider { | ||
constructor(setting) { | ||
this._setting = setting; | ||
} | ||
requestTracking(shipment, additional) { | ||
@@ -16,0 +19,0 @@ return __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "cc-om-lib", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
3525
79