@hectare/platform.clients.trading 1.1.259 → 1.1.261
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 -5
- package/models/ContractDetail.d.ts +0 -5
- package/models/CreateListing.d.ts +0 -1
- package/models/ListingDetail.d.ts +0 -4
- 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 -5
- package/models/SearchResultsContractSchema.d.ts +0 -5
- package/models/SearchResultsListingSchema.d.ts +0 -4
- package/models/SearchResultsMarketingPlanSchema.d.ts +0 -2
- package/package.json +1 -1
package/models/BidDetail.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export type BidDetail = {
|
|
|
8
8
|
organisationId: string;
|
|
9
9
|
organisationName: string;
|
|
10
10
|
createdAtUTC: string;
|
|
11
|
-
logo: string | null;
|
|
12
11
|
location?: {
|
|
13
12
|
what3words: string | null;
|
|
14
13
|
address: {
|
|
@@ -156,12 +155,9 @@ export type BidDetail = {
|
|
|
156
155
|
organisationId: string;
|
|
157
156
|
organisationCreatedAtUTC: string;
|
|
158
157
|
organisationName: string;
|
|
159
|
-
organisationLogo: string;
|
|
160
158
|
organisationVetted: boolean;
|
|
161
159
|
businessId: string;
|
|
162
160
|
businessName: string;
|
|
163
|
-
businessUnitId?: string;
|
|
164
|
-
businessUnitName?: string;
|
|
165
161
|
businessCollectionAddressId: number | null;
|
|
166
162
|
businessCollectionAddress: {
|
|
167
163
|
id: number | null;
|
|
@@ -382,7 +378,6 @@ export type BidDetail = {
|
|
|
382
378
|
organisationId: string;
|
|
383
379
|
organisationName: string;
|
|
384
380
|
createdAtUTC: string;
|
|
385
|
-
logo: string | null;
|
|
386
381
|
location?: {
|
|
387
382
|
what3words: string | null;
|
|
388
383
|
address: {
|
|
@@ -190,7 +190,6 @@ export type ContractDetail = {
|
|
|
190
190
|
organisationId: string;
|
|
191
191
|
organisationName: string;
|
|
192
192
|
createdAtUTC: string;
|
|
193
|
-
logo: string | null;
|
|
194
193
|
location?: {
|
|
195
194
|
what3words: string | null;
|
|
196
195
|
address: {
|
|
@@ -338,12 +337,9 @@ export type ContractDetail = {
|
|
|
338
337
|
organisationId: string;
|
|
339
338
|
organisationCreatedAtUTC: string;
|
|
340
339
|
organisationName: string;
|
|
341
|
-
organisationLogo: string;
|
|
342
340
|
organisationVetted: boolean;
|
|
343
341
|
businessId: string;
|
|
344
342
|
businessName: string;
|
|
345
|
-
businessUnitId?: string;
|
|
346
|
-
businessUnitName?: string;
|
|
347
343
|
businessCollectionAddressId: number | null;
|
|
348
344
|
businessCollectionAddress: {
|
|
349
345
|
id: number | null;
|
|
@@ -564,7 +560,6 @@ export type ContractDetail = {
|
|
|
564
560
|
organisationId: string;
|
|
565
561
|
organisationName: string;
|
|
566
562
|
createdAtUTC: string;
|
|
567
|
-
logo: string | null;
|
|
568
563
|
location?: {
|
|
569
564
|
what3words: string | null;
|
|
570
565
|
address: {
|
|
@@ -10,12 +10,9 @@ export type ListingDetail = {
|
|
|
10
10
|
organisationId: string;
|
|
11
11
|
organisationCreatedAtUTC: string;
|
|
12
12
|
organisationName: string;
|
|
13
|
-
organisationLogo: string;
|
|
14
13
|
organisationVetted: boolean;
|
|
15
14
|
businessId: string;
|
|
16
15
|
businessName: string;
|
|
17
|
-
businessUnitId?: string;
|
|
18
|
-
businessUnitName?: string;
|
|
19
16
|
businessCollectionAddressId: number | null;
|
|
20
17
|
businessCollectionAddress: {
|
|
21
18
|
id: number | null;
|
|
@@ -236,7 +233,6 @@ export type ListingDetail = {
|
|
|
236
233
|
organisationId: string;
|
|
237
234
|
organisationName: string;
|
|
238
235
|
createdAtUTC: string;
|
|
239
|
-
logo: string | null;
|
|
240
236
|
location?: {
|
|
241
237
|
what3words: string | null;
|
|
242
238
|
address: {
|
|
@@ -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;
|
|
@@ -9,7 +9,6 @@ export type SearchResultsBidSchema = {
|
|
|
9
9
|
organisationId: string;
|
|
10
10
|
organisationName: string;
|
|
11
11
|
createdAtUTC: string;
|
|
12
|
-
logo: string | null;
|
|
13
12
|
location?: {
|
|
14
13
|
what3words: string | null;
|
|
15
14
|
address: {
|
|
@@ -157,12 +156,9 @@ export type SearchResultsBidSchema = {
|
|
|
157
156
|
organisationId: string;
|
|
158
157
|
organisationCreatedAtUTC: string;
|
|
159
158
|
organisationName: string;
|
|
160
|
-
organisationLogo: string;
|
|
161
159
|
organisationVetted: boolean;
|
|
162
160
|
businessId: string;
|
|
163
161
|
businessName: string;
|
|
164
|
-
businessUnitId?: string;
|
|
165
|
-
businessUnitName?: string;
|
|
166
162
|
businessCollectionAddressId: number | null;
|
|
167
163
|
businessCollectionAddress: {
|
|
168
164
|
id: number | null;
|
|
@@ -383,7 +379,6 @@ export type SearchResultsBidSchema = {
|
|
|
383
379
|
organisationId: string;
|
|
384
380
|
organisationName: string;
|
|
385
381
|
createdAtUTC: string;
|
|
386
|
-
logo: string | null;
|
|
387
382
|
location?: {
|
|
388
383
|
what3words: string | null;
|
|
389
384
|
address: {
|
|
@@ -191,7 +191,6 @@ export type SearchResultsContractSchema = {
|
|
|
191
191
|
organisationId: string;
|
|
192
192
|
organisationName: string;
|
|
193
193
|
createdAtUTC: string;
|
|
194
|
-
logo: string | null;
|
|
195
194
|
location?: {
|
|
196
195
|
what3words: string | null;
|
|
197
196
|
address: {
|
|
@@ -339,12 +338,9 @@ export type SearchResultsContractSchema = {
|
|
|
339
338
|
organisationId: string;
|
|
340
339
|
organisationCreatedAtUTC: string;
|
|
341
340
|
organisationName: string;
|
|
342
|
-
organisationLogo: string;
|
|
343
341
|
organisationVetted: boolean;
|
|
344
342
|
businessId: string;
|
|
345
343
|
businessName: string;
|
|
346
|
-
businessUnitId?: string;
|
|
347
|
-
businessUnitName?: string;
|
|
348
344
|
businessCollectionAddressId: number | null;
|
|
349
345
|
businessCollectionAddress: {
|
|
350
346
|
id: number | null;
|
|
@@ -565,7 +561,6 @@ export type SearchResultsContractSchema = {
|
|
|
565
561
|
organisationId: string;
|
|
566
562
|
organisationName: string;
|
|
567
563
|
createdAtUTC: string;
|
|
568
|
-
logo: string | null;
|
|
569
564
|
location?: {
|
|
570
565
|
what3words: string | null;
|
|
571
566
|
address: {
|
|
@@ -11,12 +11,9 @@ export type SearchResultsListingSchema = {
|
|
|
11
11
|
organisationId: string;
|
|
12
12
|
organisationCreatedAtUTC: string;
|
|
13
13
|
organisationName: string;
|
|
14
|
-
organisationLogo: string;
|
|
15
14
|
organisationVetted: boolean;
|
|
16
15
|
businessId: string;
|
|
17
16
|
businessName: string;
|
|
18
|
-
businessUnitId?: string;
|
|
19
|
-
businessUnitName?: string;
|
|
20
17
|
businessCollectionAddressId: number | null;
|
|
21
18
|
businessCollectionAddress: {
|
|
22
19
|
id: number | null;
|
|
@@ -237,7 +234,6 @@ export type SearchResultsListingSchema = {
|
|
|
237
234
|
organisationId: string;
|
|
238
235
|
organisationName: string;
|
|
239
236
|
createdAtUTC: string;
|
|
240
|
-
logo: string | null;
|
|
241
237
|
location?: {
|
|
242
238
|
what3words: string | null;
|
|
243
239
|
address: {
|
|
@@ -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;
|