@hectare/platform.clients.trading 1.1.18 → 1.1.19

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.
@@ -270,10 +270,6 @@ export type ContractDetail = {
270
270
  vetted?: boolean;
271
271
  rejected?: boolean;
272
272
  isMerchant?: boolean;
273
- sqc?: {
274
- number: string;
275
- isAssured: boolean;
276
- } | null;
277
273
  assuranceId?: string;
278
274
  assuranceScheme?: 'RT' | 'SQC';
279
275
  advancePay?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",