@verma-consulting/common-library 0.1.34 → 0.1.35

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/index.d.mts CHANGED
@@ -274,12 +274,17 @@ interface PriceInterface {
274
274
  lookupKey?: string;
275
275
  priceType?: string;
276
276
  taxBehavior?: string;
277
- product?: string;
278
277
  currency?: string;
279
278
  billingScheme?: string;
280
279
  unitAmount?: number;
281
280
  unitAmountDecimal?: string;
282
281
  recurring?: PriceRecurringInterface;
282
+ productId?: string;
283
+ product?: ProductInterface;
284
+ createdById?: string;
285
+ updatedById?: string;
286
+ createdBy?: UserInterface;
287
+ updatedBy?: UserInterface;
283
288
  }
284
289
  interface PriceRecurringInterface {
285
290
  usageType?: string;
package/dist/index.d.ts CHANGED
@@ -274,12 +274,17 @@ interface PriceInterface {
274
274
  lookupKey?: string;
275
275
  priceType?: string;
276
276
  taxBehavior?: string;
277
- product?: string;
278
277
  currency?: string;
279
278
  billingScheme?: string;
280
279
  unitAmount?: number;
281
280
  unitAmountDecimal?: string;
282
281
  recurring?: PriceRecurringInterface;
282
+ productId?: string;
283
+ product?: ProductInterface;
284
+ createdById?: string;
285
+ updatedById?: string;
286
+ createdBy?: UserInterface;
287
+ updatedBy?: UserInterface;
283
288
  }
284
289
  interface PriceRecurringInterface {
285
290
  usageType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",