@shipengine/elements-sdk 0.7.6 → 0.7.7
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 +2 -0
- package/shipengine-elements-sdk.mjs +65302 -56121
package/package.json
CHANGED
package/public-sdk.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export declare class ElementsSDK {
|
|
|
15
15
|
readonly accountBillingPlan: Omit<import("@shipengine/js-api/account-billing-plan").AccountBillingPlanAPI, "client">;
|
|
16
16
|
readonly addresses: Omit<JsApi.AddressesAPI, "client">;
|
|
17
17
|
readonly carriers: Omit<JsApi.CarriersAPI, "client">;
|
|
18
|
+
readonly connections: Omit<JsApi.ConnectionsAPI, "client">;
|
|
18
19
|
readonly customPackages: Omit<JsApi.CustomPackagesAPI, "client">;
|
|
19
20
|
readonly fundingSources: Omit<JsApi.FundingSourcesAPI, "client">;
|
|
20
21
|
readonly insurance: Omit<JsApi.InsuranceAPI, "client">;
|
|
@@ -25,6 +26,7 @@ export declare class ElementsSDK {
|
|
|
25
26
|
readonly salesOrderShipments: Omit<JsApi.SalesOrderShipmentsAPI, "client">;
|
|
26
27
|
readonly salesOrders: Omit<JsApi.SalesOrdersAPI, "client">;
|
|
27
28
|
readonly shipments: Omit<JsApi.ShipmentsAPI, "client">;
|
|
29
|
+
readonly themes: Omit<JsApi.ThemesAPI, "client">;
|
|
28
30
|
readonly warehouses: Omit<JsApi.WarehousesAPI, "client">;
|
|
29
31
|
readonly shippingRules: Omit<JsApi.ShippingRulesAPI, "client">;
|
|
30
32
|
};
|