@hectare/platform.clients.trading 1.1.132 → 1.1.133
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/models/BidDetail.d.ts
CHANGED
|
@@ -221,6 +221,7 @@ export type ListingDetail = {
|
|
|
221
221
|
sellerListingReasonIds: Array<number> | null;
|
|
222
222
|
sellerListingReasonDetail: string | null;
|
|
223
223
|
} | null;
|
|
224
|
+
marketingPlanId?: string;
|
|
224
225
|
marketBuyers?: Array<{
|
|
225
226
|
authPlatformId?: string;
|
|
226
227
|
emailAddress?: string;
|
|
@@ -477,6 +478,7 @@ export type ListingDetail = {
|
|
|
477
478
|
sellerListingReasonIds: Array<number> | null;
|
|
478
479
|
sellerListingReasonDetail: string | null;
|
|
479
480
|
} | null;
|
|
481
|
+
marketingPlanId?: string;
|
|
480
482
|
};
|
|
481
483
|
userId: string;
|
|
482
484
|
userFullName: string;
|