@erp-galoper/types 1.0.864 → 1.0.866

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/openapi.ts +27 -27
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21047,12 +21047,12 @@ export interface components {
21047
21047
  */
21048
21048
  quantity: number;
21049
21049
  /**
21050
- * Defaultcost
21051
- * @description Cost of the packed item
21050
+ * Purchaseprice
21051
+ * @description purchased price of the packed item
21052
21052
  */
21053
- defaultCost: number | null;
21053
+ purchasePrice: number | null;
21054
21054
  /** @description Price of the packed item */
21055
- defaultCostCurrency: components["schemas"]["CurrencySummaryInfo"] | null;
21055
+ defaultPurchasePriceCurrency: components["schemas"]["CurrencySummaryInfo"] | null;
21056
21056
  /**
21057
21057
  * Defaultsellingprice
21058
21058
  * @description Price of the packed item
@@ -21173,9 +21173,9 @@ export interface components {
21173
21173
  /** Defaultsellingprice */
21174
21174
  defaultSellingPrice: number | null;
21175
21175
  defaultSellingPriceCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21176
- /** Defaultcost */
21177
- defaultCost: number | null;
21178
- defaultCostCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21176
+ /** Purchaseprice */
21177
+ purchasePrice: number | null;
21178
+ defaultPurchasePriceCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21179
21179
  /** Leadtime */
21180
21180
  leadTime?: string | null;
21181
21181
  /** Minimumquantityorder */
@@ -21358,9 +21358,9 @@ export interface components {
21358
21358
  /** Defaultsellingprice */
21359
21359
  defaultSellingPrice: number | null;
21360
21360
  defaultSellingPriceCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21361
- /** Defaultcost */
21362
- defaultCost: number | null;
21363
- defaultCostCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21361
+ /** Purchaseprice */
21362
+ purchasePrice: number | null;
21363
+ defaultPurchasePriceCurrency?: components["schemas"]["CurrencySummaryInfo"] | null;
21364
21364
  /** Leadtime */
21365
21365
  leadTime?: string | null;
21366
21366
  /** Minimumquantityorder */
@@ -21635,13 +21635,13 @@ export interface components {
21635
21635
  * @description currency should be either companys currency or usd
21636
21636
  */
21637
21637
  defaultSellingPriceCurrency?: number;
21638
- /** Defaultcost */
21639
- defaultCost?: number;
21638
+ /** Purchaseprice */
21639
+ purchasePrice?: number;
21640
21640
  /**
21641
- * Defaultcostcurrency
21641
+ * Defaultpurchasepricecurrency
21642
21642
  * @description currency should be either in companys currency or usd
21643
21643
  */
21644
- defaultCostCurrency?: number | null;
21644
+ defaultPurchasePriceCurrency?: number | null;
21645
21645
  /** Leadtime */
21646
21646
  leadTime?: string | null;
21647
21647
  /** Minimumquantityorder */
@@ -21822,13 +21822,13 @@ export interface components {
21822
21822
  * @description currency should be either companys currency or usd
21823
21823
  */
21824
21824
  defaultSellingPriceCurrency?: number;
21825
- /** Defaultcost */
21826
- defaultCost?: number;
21825
+ /** Purchaseprice */
21826
+ purchasePrice?: number;
21827
21827
  /**
21828
- * Defaultcostcurrency
21828
+ * Defaultpurchasepricecurrency
21829
21829
  * @description currency should be either comapnys currency or usd
21830
21830
  */
21831
- defaultCostCurrency?: number | null;
21831
+ defaultPurchasePriceCurrency?: number | null;
21832
21832
  /** Leadtime */
21833
21833
  leadTime?: string | null;
21834
21834
  /** Minimumquantityorder */
@@ -21945,15 +21945,15 @@ export interface components {
21945
21945
  */
21946
21946
  quantity: number;
21947
21947
  /**
21948
- * Defaultcost
21949
- * @description Cost of the packed item
21948
+ * Purchaseprice
21949
+ * @description purchased price of the packed item
21950
21950
  */
21951
- defaultCost?: number;
21951
+ purchasePrice?: number;
21952
21952
  /**
21953
- * Defaultcostcurrency
21953
+ * Defaultpurchasepricecurrency
21954
21954
  * @description Price of the packed item in usd or company currency only
21955
21955
  */
21956
- defaultCostCurrency?: number;
21956
+ defaultPurchasePriceCurrency?: number;
21957
21957
  /**
21958
21958
  * Defaultsellingprice
21959
21959
  * @description Price of the packed item
@@ -22072,13 +22072,13 @@ export interface components {
22072
22072
  * @description currency should be either companys currency or usd
22073
22073
  */
22074
22074
  defaultSellingPriceCurrency?: number;
22075
- /** Defaultcost */
22076
- defaultCost?: number;
22075
+ /** Purchaseprice */
22076
+ purchasePrice?: number;
22077
22077
  /**
22078
- * Defaultcostcurrency
22078
+ * Defaultpurchasepricecurrency
22079
22079
  * @description currency should be either in companys currency or usd
22080
22080
  */
22081
- defaultCostCurrency?: number | null;
22081
+ defaultPurchasePriceCurrency?: number | null;
22082
22082
  /** Leadtime */
22083
22083
  leadTime?: string | null;
22084
22084
  /** Minimumquantityorder */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.864",
3
+ "version": "1.0.866",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],