@shipengine/js-api 4.23.1-next.1 → 4.24.0

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 CHANGED
@@ -15,7 +15,7 @@ export type RefundStatus = "request_scheduled" | "pending" | "approved" | "rejec
15
15
  /**
16
16
  * Columns available for label exports
17
17
  */
18
- export type LabelColumns = "shipment_id" | "label_id" | "external_order_id" | "external_shipment_id" | "packages" | "recipient" | "shipping_service" | "created_date" | "ship_date" | "status" | "tracking_status";
18
+ export type LabelColumns = "shipment_id" | "label_id" | "external_order_id" | "external_shipment_id" | "packages" | "recipient" | "shipping_service" | "created_date" | "ship_date" | "status" | "tracking_status" | "refund_status";
19
19
  export type Label = {
20
20
  alternativeIdentifiers?: string[];
21
21
  batchId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "4.23.1-next.1",
3
+ "version": "4.24.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {