@hectare/platform.clients.trading 1.1.4 → 1.1.5
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.
|
@@ -223,7 +223,7 @@ export type ContractDetail = {
|
|
|
223
223
|
};
|
|
224
224
|
} | null;
|
|
225
225
|
countryISO?: 'GB' | 'US' | 'ZA' | 'FR';
|
|
226
|
-
status?: 'active' | 'pending' | '
|
|
226
|
+
status?: 'active' | 'pending' | 'suspended';
|
|
227
227
|
companyId?: string;
|
|
228
228
|
companyHoldingNumber?: string;
|
|
229
229
|
bio?: string;
|
|
@@ -282,6 +282,7 @@ export type ContractDetail = {
|
|
|
282
282
|
eligible: boolean;
|
|
283
283
|
} | null;
|
|
284
284
|
salesforceId?: string;
|
|
285
|
+
salesforceUpdates?: Array<string>;
|
|
285
286
|
};
|
|
286
287
|
deliveries?: Array<{
|
|
287
288
|
id: number;
|