randmar-api-client 1.232.0 → 1.234.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.
@@ -3758,13 +3758,8 @@ export type ShopifyAccountInformation = {
3758
3758
  Scopes?: string[] | null;
3759
3759
  DefaultShippingSlipComment?: string | null;
3760
3760
  SyncOrders?: boolean;
3761
- SyncTrackingNumbers?: boolean;
3762
3761
  ShipComplete?: boolean;
3763
- WTFDidMyFriendBuy?: boolean;
3764
3762
  SyncProductInventory?: boolean;
3765
- SyncProductInformation?: boolean;
3766
- ProductVideoDefaultMedia?: boolean;
3767
- ProductVideoStoreBranding?: boolean;
3768
3763
  Shop?: ShopifyShop;
3769
3764
  Locations?: ShopifyLocation[] | null;
3770
3765
  Webhooks?: ShopifyWebhook[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.232.0",
3
+ "version": "1.234.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",