@shipengine/js-api 4.23.1-next.0 → 4.23.1
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/labels/types.d.ts +1 -2
- package/package.json +1 -1
package/labels/types.d.ts
CHANGED
|
@@ -96,9 +96,8 @@ export type ListLabelsParams = {
|
|
|
96
96
|
rateId?: string;
|
|
97
97
|
/**
|
|
98
98
|
* `refundStatus` is an optional string to filter results by refund status.
|
|
99
|
-
* Can be a single status or multiple comma-separated statuses
|
|
100
99
|
*/
|
|
101
|
-
refundStatus?: RefundStatus[]
|
|
100
|
+
refundStatus?: RefundStatus[];
|
|
102
101
|
/**
|
|
103
102
|
* `serviceCode` is an optional string to limit results to only labels for
|
|
104
103
|
* a specific carrier service.
|