@shipengine/elements-sdk 0.7.9 → 0.7.10
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/package.json +1 -1
- package/public-sdk.d.ts +1 -0
- package/shipengine-elements-sdk.mjs +54273 -42137
package/package.json
CHANGED
package/public-sdk.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare class ElementsSDK {
|
|
|
25
25
|
readonly rates: Omit<JsApi.RatesAPI, "client">;
|
|
26
26
|
readonly salesOrderShipments: Omit<JsApi.SalesOrderShipmentsAPI, "client">;
|
|
27
27
|
readonly salesOrders: Omit<JsApi.SalesOrdersAPI, "client">;
|
|
28
|
+
readonly servicePoints: Omit<JsApi.ServicePointsAPI, "client">;
|
|
28
29
|
readonly shipments: Omit<JsApi.ShipmentsAPI, "client">;
|
|
29
30
|
readonly themes: Omit<JsApi.ThemesAPI, "client">;
|
|
30
31
|
readonly warehouses: Omit<JsApi.WarehousesAPI, "client">;
|