@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.
@@ -843,6 +843,8 @@ interface ProcedureSummaryInfo {
843
843
  brandName?: string;
844
844
  productName?: string;
845
845
  price: number;
846
+ priceMin?: number;
847
+ priceMax?: number;
846
848
  pricingMeasure: PricingMeasure;
847
849
  currency: Currency;
848
850
  duration: number;
@@ -843,6 +843,8 @@ interface ProcedureSummaryInfo {
843
843
  brandName?: string;
844
844
  productName?: string;
845
845
  price: number;
846
+ priceMin?: number;
847
+ priceMax?: number;
846
848
  pricingMeasure: PricingMeasure;
847
849
  currency: Currency;
848
850
  duration: number;
@@ -1297,6 +1297,8 @@ interface ProcedureSummaryInfo {
1297
1297
  brandName?: string;
1298
1298
  productName?: string;
1299
1299
  price: number;
1300
+ priceMin?: number;
1301
+ priceMax?: number;
1300
1302
  pricingMeasure: PricingMeasure;
1301
1303
  currency: Currency;
1302
1304
  duration: number;
@@ -1297,6 +1297,8 @@ interface ProcedureSummaryInfo {
1297
1297
  brandName?: string;
1298
1298
  productName?: string;
1299
1299
  price: number;
1300
+ priceMin?: number;
1301
+ priceMax?: number;
1300
1302
  pricingMeasure: PricingMeasure;
1301
1303
  currency: Currency;
1302
1304
  duration: number;
package/dist/index.d.mts CHANGED
@@ -5297,6 +5297,8 @@ interface ProcedureSummaryInfo {
5297
5297
  brandName?: string;
5298
5298
  productName?: string;
5299
5299
  price: number;
5300
+ priceMin?: number;
5301
+ priceMax?: number;
5300
5302
  pricingMeasure: PricingMeasure;
5301
5303
  currency: Currency;
5302
5304
  duration: number;
package/dist/index.d.ts CHANGED
@@ -5297,6 +5297,8 @@ interface ProcedureSummaryInfo {
5297
5297
  brandName?: string;
5298
5298
  productName?: string;
5299
5299
  price: number;
5300
+ priceMin?: number;
5301
+ priceMax?: number;
5300
5302
  pricingMeasure: PricingMeasure;
5301
5303
  currency: Currency;
5302
5304
  duration: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blackcode_sa/metaestetics-api",
3
3
  "private": false,
4
- "version": "1.15.5",
4
+ "version": "1.15.6",
5
5
  "description": "Firebase authentication service with anonymous upgrade support",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -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;