@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.
- package/models/BidDetail.d.ts +2 -2
- package/models/BuyerBenchmarkSchema.d.ts +1 -1
- package/models/ContractDetail.d.ts +2 -2
- package/models/ListingDetail.d.ts +1 -1
- package/models/SearchResultsBidSchema.d.ts +2 -2
- package/models/SearchResultsContractSchema.d.ts +2 -2
- package/models/SearchResultsListingSchema.d.ts +1 -1
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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: {
|