randmar-api-client 1.26.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;
|