@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.
- package/models/BidDetail.d.ts +0 -2
- package/models/ContractDetail.d.ts +0 -2
- package/models/CreateListing.d.ts +0 -1
- package/models/ListingDetail.d.ts +0 -2
- package/models/MarketingPlanDetailSchema.d.ts +0 -2
- package/models/MarketingPlanSummarySchema.d.ts +0 -2
- package/models/PatchListingSchema.d.ts +0 -1
- package/models/SearchResultsBidSchema.d.ts +0 -2
- package/models/SearchResultsContractSchema.d.ts +0 -2
- package/models/SearchResultsListingSchema.d.ts +0 -2
- package/models/SearchResultsMarketingPlanSchema.d.ts +0 -2
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|