@shipengine/js-api 4.24.1-next.2 → 4.24.2-next.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.
@@ -9,7 +9,7 @@ import { WeightWithUnit } from "../weight";
9
9
  export type CarrierTermsStatus = "saved" | "not_found" | "already_saved" | "error";
10
10
  export type CarrierTermCategory = "funding_source" | "carrier" | "insurance";
11
11
  export type WalletTransactionType = "adjustment" | "purchase" | "reload" | "void";
12
- export type CarrierConnectionStatus = "PendingApproval" | "Approved";
12
+ export type CarrierConnectionStatus = "pending_approval" | "approved";
13
13
  /**
14
14
  * @category Entities
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "4.24.1-next.2",
3
+ "version": "4.24.2-next.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {