@hectare/platform.clients.trading 1.1.312 → 1.1.313

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.
@@ -133,7 +133,7 @@ export type BidDetail = {
133
133
  createdAtUTC?: string | null;
134
134
  } | null> | null;
135
135
  reference: string | null;
136
- };
136
+ } | null;
137
137
  buyerContact: {
138
138
  email: string;
139
139
  phone: {
@@ -504,7 +504,7 @@ export type BidDetail = {
504
504
  createdAtUTC?: string | null;
505
505
  } | null> | null;
506
506
  reference: string | null;
507
- };
507
+ } | null;
508
508
  buyerContact: {
509
509
  email: string;
510
510
  phone: {
@@ -359,7 +359,7 @@ export type BuyerBenchmarkSchema = {
359
359
  createdAtUTC?: string | null;
360
360
  } | null> | null;
361
361
  reference: string | null;
362
- };
362
+ } | null;
363
363
  buyerContact: {
364
364
  email: string;
365
365
  phone: {
@@ -413,7 +413,7 @@ export type ContractDetail = {
413
413
  createdAtUTC?: string | null;
414
414
  } | null> | null;
415
415
  reference: string | null;
416
- };
416
+ } | null;
417
417
  buyerContact: {
418
418
  email: string;
419
419
  phone: {
@@ -784,7 +784,7 @@ export type ContractDetail = {
784
784
  createdAtUTC?: string | null;
785
785
  } | null> | null;
786
786
  reference: string | null;
787
- };
787
+ } | null;
788
788
  buyerContact: {
789
789
  email: string;
790
790
  phone: {
@@ -358,7 +358,7 @@ export type ListingDetail = {
358
358
  createdAtUTC?: string | null;
359
359
  } | null> | null;
360
360
  reference: string | null;
361
- };
361
+ } | null;
362
362
  buyerContact: {
363
363
  email: string;
364
364
  phone: {
@@ -134,7 +134,7 @@ export type SearchResultsBidSchema = {
134
134
  createdAtUTC?: string | null;
135
135
  } | null> | null;
136
136
  reference: string | null;
137
- };
137
+ } | null;
138
138
  buyerContact: {
139
139
  email: string;
140
140
  phone: {
@@ -505,7 +505,7 @@ export type SearchResultsBidSchema = {
505
505
  createdAtUTC?: string | null;
506
506
  } | null> | null;
507
507
  reference: string | null;
508
- };
508
+ } | null;
509
509
  buyerContact: {
510
510
  email: string;
511
511
  phone: {
@@ -414,7 +414,7 @@ export type SearchResultsContractSchema = {
414
414
  createdAtUTC?: string | null;
415
415
  } | null> | null;
416
416
  reference: string | null;
417
- };
417
+ } | null;
418
418
  buyerContact: {
419
419
  email: string;
420
420
  phone: {
@@ -785,7 +785,7 @@ export type SearchResultsContractSchema = {
785
785
  createdAtUTC?: string | null;
786
786
  } | null> | null;
787
787
  reference: string | null;
788
- };
788
+ } | null;
789
789
  buyerContact: {
790
790
  email: string;
791
791
  phone: {
@@ -359,7 +359,7 @@ export type SearchResultsListingSchema = {
359
359
  createdAtUTC?: string | null;
360
360
  } | null> | null;
361
361
  reference: string | null;
362
- };
362
+ } | null;
363
363
  buyerContact: {
364
364
  email: string;
365
365
  phone: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.312",
3
+ "version": "1.1.313",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",