randmar-api-client 1.129.0 → 1.130.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.
@@ -5965,6 +5965,7 @@ export type CarrierIntegrationInput = {
5965
5965
  ShipperNumber?: string | null;
5966
5966
  };
5967
5967
  export type CreateWarehouseInput = {
5968
+ name?: string | null;
5968
5969
  address1?: string | null;
5969
5970
  address2?: string | null;
5970
5971
  city?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.129.0",
3
+ "version": "1.130.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",