@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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1357,7 +1357,7 @@ interface ShippoRatesResponseInterface {
|
|
|
1357
1357
|
error?: any;
|
|
1358
1358
|
}
|
|
1359
1359
|
interface RatesOptionsInterface {
|
|
1360
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1453
|
+
carrierAccounts?: CarrierAccountInterface[];
|
|
1454
1454
|
error?: any;
|
|
1455
1455
|
}
|
|
1456
1456
|
interface ServiceLevelsResponseInterface {
|