@hectare/platform.clients.trading 1.1.321 → 1.1.322

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.
@@ -122,8 +122,6 @@ export type BidDetail = {
122
122
  sellerNotes: string | null;
123
123
  deliveryPostcode: string | null;
124
124
  };
125
- pricingBasis?: 'milling' | 'feed' | null;
126
- pricingBasisSource?: 'derived' | 'stated' | null;
127
125
  contract?: {
128
126
  id: string | null;
129
127
  files?: Array<{
@@ -497,8 +495,6 @@ export type BidDetail = {
497
495
  sellerNotes: string | null;
498
496
  deliveryPostcode: string | null;
499
497
  };
500
- pricingBasis?: 'milling' | 'feed' | null;
501
- pricingBasisSource?: 'derived' | 'stated' | null;
502
498
  contract?: {
503
499
  id: string | null;
504
500
  files?: Array<{
@@ -349,8 +349,6 @@ export type BuyerBenchmarkSchema = {
349
349
  sellerNotes: string | null;
350
350
  deliveryPostcode: string | null;
351
351
  };
352
- pricingBasis?: 'milling' | 'feed' | null;
353
- pricingBasisSource?: 'derived' | 'stated' | null;
354
352
  contract?: {
355
353
  id: string | null;
356
354
  files?: Array<{
@@ -411,8 +411,6 @@ export type ContractDetail = {
411
411
  sellerNotes: string | null;
412
412
  deliveryPostcode: string | null;
413
413
  };
414
- pricingBasis?: 'milling' | 'feed' | null;
415
- pricingBasisSource?: 'derived' | 'stated' | null;
416
414
  contract?: {
417
415
  id: string | null;
418
416
  files?: Array<{
@@ -786,8 +784,6 @@ export type ContractDetail = {
786
784
  sellerNotes: string | null;
787
785
  deliveryPostcode: string | null;
788
786
  };
789
- pricingBasis?: 'milling' | 'feed' | null;
790
- pricingBasisSource?: 'derived' | 'stated' | null;
791
787
  contract?: {
792
788
  id: string | null;
793
789
  files?: Array<{
@@ -348,8 +348,6 @@ export type ListingDetail = {
348
348
  sellerNotes: string | null;
349
349
  deliveryPostcode: string | null;
350
350
  };
351
- pricingBasis?: 'milling' | 'feed' | null;
352
- pricingBasisSource?: 'derived' | 'stated' | null;
353
351
  contract?: {
354
352
  id: string | null;
355
353
  files?: Array<{
@@ -123,8 +123,6 @@ export type SearchResultsBidSchema = {
123
123
  sellerNotes: string | null;
124
124
  deliveryPostcode: string | null;
125
125
  };
126
- pricingBasis?: 'milling' | 'feed' | null;
127
- pricingBasisSource?: 'derived' | 'stated' | null;
128
126
  contract?: {
129
127
  id: string | null;
130
128
  files?: Array<{
@@ -498,8 +496,6 @@ export type SearchResultsBidSchema = {
498
496
  sellerNotes: string | null;
499
497
  deliveryPostcode: string | null;
500
498
  };
501
- pricingBasis?: 'milling' | 'feed' | null;
502
- pricingBasisSource?: 'derived' | 'stated' | null;
503
499
  contract?: {
504
500
  id: string | null;
505
501
  files?: Array<{
@@ -412,8 +412,6 @@ export type SearchResultsContractSchema = {
412
412
  sellerNotes: string | null;
413
413
  deliveryPostcode: string | null;
414
414
  };
415
- pricingBasis?: 'milling' | 'feed' | null;
416
- pricingBasisSource?: 'derived' | 'stated' | null;
417
415
  contract?: {
418
416
  id: string | null;
419
417
  files?: Array<{
@@ -787,8 +785,6 @@ export type SearchResultsContractSchema = {
787
785
  sellerNotes: string | null;
788
786
  deliveryPostcode: string | null;
789
787
  };
790
- pricingBasis?: 'milling' | 'feed' | null;
791
- pricingBasisSource?: 'derived' | 'stated' | null;
792
788
  contract?: {
793
789
  id: string | null;
794
790
  files?: Array<{
@@ -349,8 +349,6 @@ export type SearchResultsListingSchema = {
349
349
  sellerNotes: string | null;
350
350
  deliveryPostcode: string | null;
351
351
  };
352
- pricingBasis?: 'milling' | 'feed' | null;
353
- pricingBasisSource?: 'derived' | 'stated' | null;
354
352
  contract?: {
355
353
  id: string | null;
356
354
  files?: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.321",
3
+ "version": "1.1.322",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",