@verma-consulting/common-library 0.1.26 → 0.1.27

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
@@ -1357,7 +1357,7 @@ interface ShippoRatesResponseInterface {
1357
1357
  error?: any;
1358
1358
  }
1359
1359
  interface RatesOptionsInterface {
1360
- CarrierAccountInterfaces?: string[];
1360
+ carrierAccounts?: string[];
1361
1361
  }
1362
1362
  interface LabelOptionsInterface {
1363
1363
  labelFormat?: "PNG" | "PDF" | "ZPLII" | "EPL2";
@@ -1399,7 +1399,7 @@ interface TrackingInfoInterface {
1399
1399
  zip: string;
1400
1400
  country: string;
1401
1401
  };
1402
- TrackingHistoryInterface: TrackingHistoryInterface[];
1402
+ trackingHistory: TrackingHistoryInterface[];
1403
1403
  estimatedDelivery?: string;
1404
1404
  }
1405
1405
  interface ShippoTrackingResponseInterface {
@@ -1433,7 +1433,7 @@ interface BatchShipmentInterface {
1433
1433
  fromAddress: string | AddressInterface;
1434
1434
  toAddress: string | AddressInterface;
1435
1435
  parcels: Array<string | ParcelInputInterface>;
1436
- CarrierAccountInterface?: string;
1436
+ carrierAccounts?: string;
1437
1437
  serviceLevelToken?: string;
1438
1438
  }
1439
1439
  interface ShippoBatchResponseInterface {
@@ -1450,7 +1450,7 @@ interface CarrierAccountInterface {
1450
1450
  }
1451
1451
  interface CarrierAccountResponseInterface {
1452
1452
  success: boolean;
1453
- CarrierAccountInterfaces?: CarrierAccountInterface[];
1453
+ carrierAccounts?: CarrierAccountInterface[];
1454
1454
  error?: any;
1455
1455
  }
1456
1456
  interface ServiceLevelsResponseInterface {
package/dist/index.d.ts CHANGED
@@ -1357,7 +1357,7 @@ interface ShippoRatesResponseInterface {
1357
1357
  error?: any;
1358
1358
  }
1359
1359
  interface RatesOptionsInterface {
1360
- CarrierAccountInterfaces?: string[];
1360
+ carrierAccounts?: string[];
1361
1361
  }
1362
1362
  interface LabelOptionsInterface {
1363
1363
  labelFormat?: "PNG" | "PDF" | "ZPLII" | "EPL2";
@@ -1399,7 +1399,7 @@ interface TrackingInfoInterface {
1399
1399
  zip: string;
1400
1400
  country: string;
1401
1401
  };
1402
- TrackingHistoryInterface: TrackingHistoryInterface[];
1402
+ trackingHistory: TrackingHistoryInterface[];
1403
1403
  estimatedDelivery?: string;
1404
1404
  }
1405
1405
  interface ShippoTrackingResponseInterface {
@@ -1433,7 +1433,7 @@ interface BatchShipmentInterface {
1433
1433
  fromAddress: string | AddressInterface;
1434
1434
  toAddress: string | AddressInterface;
1435
1435
  parcels: Array<string | ParcelInputInterface>;
1436
- CarrierAccountInterface?: string;
1436
+ carrierAccounts?: string;
1437
1437
  serviceLevelToken?: string;
1438
1438
  }
1439
1439
  interface ShippoBatchResponseInterface {
@@ -1450,7 +1450,7 @@ interface CarrierAccountInterface {
1450
1450
  }
1451
1451
  interface CarrierAccountResponseInterface {
1452
1452
  success: boolean;
1453
- CarrierAccountInterfaces?: CarrierAccountInterface[];
1453
+ carrierAccounts?: CarrierAccountInterface[];
1454
1454
  error?: any;
1455
1455
  }
1456
1456
  interface ServiceLevelsResponseInterface {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",