victor-dev-toolbox
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -120,3 +120,3 @@ interface CountryInterface { | ||
totalCommission: number; | ||
orderTypes: string; | ||
orderType: string; | ||
paidCommission: number; | ||
@@ -123,0 +123,0 @@ salesAgentId?: string | null; |
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -13,3 +13,3 @@ import { DatabaseItemInterface } from "./database.interface"; | ||
totalCommission: number; | ||
orderTypes: string; | ||
orderType: string; | ||
paidCommission: number; | ||
@@ -16,0 +16,0 @@ salesAgentId?: string | null, |
Sorry, the diff of this file is not supported yet
314515