@verma-consulting/common-library 0.1.34 → 0.1.36

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;
@@ -1346,6 +1351,7 @@ interface ShippoAddressInterface {
1346
1351
  state_province?: string;
1347
1352
  postal_code?: string;
1348
1353
  country_code?: string;
1354
+ address_type?: string;
1349
1355
  phone?: string;
1350
1356
  email?: string;
1351
1357
  }
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;
@@ -1346,6 +1351,7 @@ interface ShippoAddressInterface {
1346
1351
  state_province?: string;
1347
1352
  postal_code?: string;
1348
1353
  country_code?: string;
1354
+ address_type?: string;
1349
1355
  phone?: string;
1350
1356
  email?: string;
1351
1357
  }
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.36",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",