@hectare/platform.clients.trading 1.1.259 → 1.1.260

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.
@@ -160,8 +160,6 @@ export type BidDetail = {
160
160
  organisationVetted: boolean;
161
161
  businessId: string;
162
162
  businessName: string;
163
- businessUnitId?: string;
164
- businessUnitName?: string;
165
163
  businessCollectionAddressId: number | null;
166
164
  businessCollectionAddress: {
167
165
  id: number | null;
@@ -342,8 +342,6 @@ export type ContractDetail = {
342
342
  organisationVetted: boolean;
343
343
  businessId: string;
344
344
  businessName: string;
345
- businessUnitId?: string;
346
- businessUnitName?: string;
347
345
  businessCollectionAddressId: number | null;
348
346
  businessCollectionAddress: {
349
347
  id: number | null;
@@ -1,5 +1,4 @@
1
1
  export type CreateListing = {
2
- businessUnitId?: string | null;
3
2
  businessId?: string;
4
3
  collectionAddressId?: number | null;
5
4
  details: {
@@ -14,8 +14,6 @@ export type ListingDetail = {
14
14
  organisationVetted: boolean;
15
15
  businessId: string;
16
16
  businessName: string;
17
- businessUnitId?: string;
18
- businessUnitName?: string;
19
17
  businessCollectionAddressId: number | null;
20
18
  businessCollectionAddress: {
21
19
  id: number | null;
@@ -4,8 +4,6 @@ export type MarketingPlanDetailSchema = {
4
4
  businessId: string;
5
5
  businessName: string;
6
6
  businessCollectionAddressId: number | null;
7
- businessUnitId?: string;
8
- businessUnitName?: string;
9
7
  organisationId: string;
10
8
  organisationName: string;
11
9
  inventoryId: string;
@@ -4,8 +4,6 @@ export type MarketingPlanSummarySchema = {
4
4
  businessId: string;
5
5
  businessName: string;
6
6
  businessCollectionAddressId: number | null;
7
- businessUnitId?: string;
8
- businessUnitName?: string;
9
7
  organisationId: string;
10
8
  organisationName: string;
11
9
  inventoryId: string;
@@ -1,5 +1,4 @@
1
1
  export type PatchListingSchema = {
2
- businessUnitId?: string | null;
3
2
  businessId?: string | null;
4
3
  collectionAddressId?: number | null;
5
4
  details?: {
@@ -161,8 +161,6 @@ export type SearchResultsBidSchema = {
161
161
  organisationVetted: boolean;
162
162
  businessId: string;
163
163
  businessName: string;
164
- businessUnitId?: string;
165
- businessUnitName?: string;
166
164
  businessCollectionAddressId: number | null;
167
165
  businessCollectionAddress: {
168
166
  id: number | null;
@@ -343,8 +343,6 @@ export type SearchResultsContractSchema = {
343
343
  organisationVetted: boolean;
344
344
  businessId: string;
345
345
  businessName: string;
346
- businessUnitId?: string;
347
- businessUnitName?: string;
348
346
  businessCollectionAddressId: number | null;
349
347
  businessCollectionAddress: {
350
348
  id: number | null;
@@ -15,8 +15,6 @@ export type SearchResultsListingSchema = {
15
15
  organisationVetted: boolean;
16
16
  businessId: string;
17
17
  businessName: string;
18
- businessUnitId?: string;
19
- businessUnitName?: string;
20
18
  businessCollectionAddressId: number | null;
21
19
  businessCollectionAddress: {
22
20
  id: number | null;
@@ -5,8 +5,6 @@ export type SearchResultsMarketingPlanSchema = {
5
5
  businessId: string;
6
6
  businessName: string;
7
7
  businessCollectionAddressId: number | null;
8
- businessUnitId?: string;
9
- businessUnitName?: string;
10
8
  organisationId: string;
11
9
  organisationName: string;
12
10
  inventoryId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.trading",
3
- "version": "1.1.259",
3
+ "version": "1.1.260",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",