@hectare/platform.clients.trading 1.1.55 → 1.1.56
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.
|
@@ -252,11 +252,6 @@ export type ContractDetail = {
|
|
|
252
252
|
};
|
|
253
253
|
pushToken?: string;
|
|
254
254
|
};
|
|
255
|
-
billing?: {
|
|
256
|
-
amount: number;
|
|
257
|
-
currency: string;
|
|
258
|
-
period: 'month' | 'quarter' | 'year';
|
|
259
|
-
} | null;
|
|
260
255
|
settlementContacts?: Array<{
|
|
261
256
|
name: string;
|
|
262
257
|
email: string;
|
|
@@ -264,10 +259,6 @@ export type ContractDetail = {
|
|
|
264
259
|
modules?: Array<{
|
|
265
260
|
id: string;
|
|
266
261
|
name?: string | null;
|
|
267
|
-
price: {
|
|
268
|
-
amount: number;
|
|
269
|
-
currency: string;
|
|
270
|
-
} | null;
|
|
271
262
|
}>;
|
|
272
263
|
vetted?: boolean;
|
|
273
264
|
rejected?: boolean;
|