randmar-api-client 1.25.0 → 1.27.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.
@@ -2680,6 +2680,7 @@ export type Reseller = {
2680
2680
  ShipViaDescription?: string | null;
2681
2681
  Terms?: string | null;
2682
2682
  Website?: string | null;
2683
+ Opportunities?: OpportunityEntry[] | null;
2683
2684
  };
2684
2685
  export type NewBillingInformation = {
2685
2686
  BillingName?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.25.0",
3
+ "version": "1.27.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",