@blackcode_sa/metaestetics-api 1.15.5 → 1.15.6
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/dist/admin/index.d.mts
CHANGED
package/dist/admin/index.d.ts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -171,6 +171,8 @@ export interface ProcedureSummaryInfo {
|
|
|
171
171
|
brandName?: string; // Added: Name of the brand used (if applicable)
|
|
172
172
|
productName?: string; // Added: Name of the product used (if applicable)
|
|
173
173
|
price: number;
|
|
174
|
+
priceMin?: number;
|
|
175
|
+
priceMax?: number;
|
|
174
176
|
pricingMeasure: PricingMeasure;
|
|
175
177
|
currency: Currency;
|
|
176
178
|
duration: number;
|