@erp-galoper/types 1.0.1420 → 1.0.1422
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.
- package/openapi.ts +5 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -3489,6 +3489,7 @@ export interface paths {
|
|
|
3489
3489
|
* - variationCreated
|
|
3490
3490
|
* - 400:
|
|
3491
3491
|
* - attributeConflict
|
|
3492
|
+
* - duplicateVariation
|
|
3492
3493
|
* - 403:
|
|
3493
3494
|
* - permissionDenied
|
|
3494
3495
|
* - 500:
|
|
@@ -26141,6 +26142,8 @@ export interface components {
|
|
|
26141
26142
|
supplierPurchasedPrices: components["schemas"]["SupplierPurchasedPricesSchema"][];
|
|
26142
26143
|
/** Lastpurchasedprice */
|
|
26143
26144
|
lastPurchasedPrice?: number | string | null;
|
|
26145
|
+
/** Lastpurchasedpricecurrency */
|
|
26146
|
+
lastPurchasedPriceCurrency: number | null;
|
|
26144
26147
|
};
|
|
26145
26148
|
/** ItemSchema */
|
|
26146
26149
|
ItemSchema: {
|
|
@@ -26871,6 +26874,8 @@ export interface components {
|
|
|
26871
26874
|
supplierPurchasedPrices: components["schemas"]["SupplierPurchasedPricesSchema"][];
|
|
26872
26875
|
/** Lastpurchasedprice */
|
|
26873
26876
|
lastPurchasedPrice: number | string | null;
|
|
26877
|
+
/** Lastpurchasedpricecurrency */
|
|
26878
|
+
lastPurchasedPriceCurrency: number | null;
|
|
26874
26879
|
};
|
|
26875
26880
|
/** VariantOfSchema */
|
|
26876
26881
|
VariantOfSchema: {
|