@attlaz/client 1.88.0 → 1.90.0
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/dist/Catalog/Model/Catalog.d.ts +19 -0
- package/dist/Catalog/Model/Catalog.js +28 -0
- package/dist/Catalog/Model/CatalogId.d.ts +4 -0
- package/dist/Catalog/Model/CatalogId.js +4 -0
- package/dist/Catalog/Model/CatalogProduct.d.ts +21 -0
- package/dist/Catalog/Model/CatalogProduct.js +31 -0
- package/dist/Catalog/Service/CatalogEndpoint.d.ts +15 -0
- package/dist/Catalog/Service/CatalogEndpoint.js +21 -0
- package/dist/Catalog/Service/CatalogProductEndpoint.d.ts +16 -0
- package/dist/Catalog/Service/CatalogProductEndpoint.js +24 -0
- package/dist/Client.d.ts +35 -7
- package/dist/Client.js +77 -7
- package/dist/DataQuality/Model/QualityDataset.d.ts +17 -0
- package/dist/DataQuality/Model/QualityDataset.js +26 -0
- package/dist/DataQuality/Model/QualityEntity.d.ts +24 -0
- package/dist/DataQuality/Model/QualityEntity.js +41 -0
- package/dist/DataQuality/Model/QualityProblem.d.ts +25 -0
- package/dist/DataQuality/Model/QualityProblem.js +43 -0
- package/dist/DataQuality/Service/QualityEndpoint.d.ts +45 -0
- package/dist/DataQuality/Service/QualityEndpoint.js +89 -0
- package/dist/EnhanceData/Model/GenerateContentBatch.d.ts +22 -0
- package/dist/EnhanceData/Model/GenerateContentBatch.js +34 -0
- package/dist/EnhanceData/Service/GenerateContentEndpoint.d.ts +23 -0
- package/dist/EnhanceData/Service/GenerateContentEndpoint.js +21 -0
- package/dist/FeedManagement/Model/CatalogFeed.d.ts +26 -0
- package/dist/FeedManagement/Model/CatalogFeed.js +51 -0
- package/dist/FeedManagement/Service/CatalogFeedEndpoint.d.ts +14 -0
- package/dist/FeedManagement/Service/CatalogFeedEndpoint.js +19 -0
- package/dist/{Model/Flow → Flow/Model}/Flow.d.ts +3 -3
- package/dist/{Model/Flow → Flow/Model}/Flow.js +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowRun.d.ts +3 -3
- package/dist/{Model/Flow → Flow/Model}/FlowRun.js +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowRunHistory.d.ts +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowRunLifecycle.d.ts +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowRunStats.d.ts +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowRunSummary.d.ts +1 -1
- package/dist/{Model/Flow → Flow/Model}/FlowSummary.d.ts +1 -1
- package/dist/{Service → Flow/Service}/FlowEndpoint.d.ts +5 -5
- package/dist/{Service → Flow/Service}/FlowEndpoint.js +6 -6
- package/dist/{Service → Flow/Service}/FlowRunEndpoint.d.ts +8 -8
- package/dist/{Service → Flow/Service}/FlowRunEndpoint.js +6 -6
- package/dist/Flow/Service/FlowRunRequestEndpoint.d.ts +6 -0
- package/dist/{Service → Flow/Service}/FlowRunRequestEndpoint.js +2 -2
- package/dist/{Service → Flow/Service}/FlowRunStatsEndpoint.d.ts +2 -2
- package/dist/{Service → Flow/Service}/FlowRunStatsEndpoint.js +2 -2
- package/dist/{Model/Log → Logging/Model}/Log.d.ts +2 -2
- package/dist/{Model/Log → Logging/Model}/Log.js +1 -1
- package/dist/{Model/Log → Logging/Model}/LogQuery.d.ts +1 -1
- package/dist/{Model/Log → Logging/Model}/LogStreamId.d.ts +1 -1
- package/dist/{Model/Log → Logging/Model}/LogStreamId.js +1 -1
- package/dist/{Model/Log → Logging/Model}/LogStreamInformation.d.ts +2 -2
- package/dist/{Service → Logging/Service}/LogEndpoint.d.ts +9 -9
- package/dist/{Service → Logging/Service}/LogEndpoint.js +6 -6
- package/dist/Model/Messaging/Subscriber.d.ts +1 -1
- package/dist/Model/Messaging/Subscriber.js +1 -1
- package/dist/Model/Search/SearchResult.d.ts +2 -2
- package/dist/Model/Search/SearchResult.js +2 -2
- package/dist/Pulse/Model/CatalogProductWithMatches.d.ts +31 -0
- package/dist/Pulse/Model/CatalogProductWithMatches.js +50 -0
- package/dist/Pulse/Model/CompetingVendorProduct.d.ts +15 -0
- package/dist/Pulse/Model/CompetingVendorProduct.js +21 -0
- package/dist/Pulse/Model/Competitor.d.ts +27 -0
- package/dist/Pulse/Model/Competitor.js +43 -0
- package/dist/{Model/Pulse → Pulse/Model}/CrawlJob.d.ts +2 -2
- package/dist/Pulse/Model/IndexJob.d.ts +19 -0
- package/dist/Pulse/Model/IndexJob.js +29 -0
- package/dist/Pulse/Model/MatchedVendorProduct.d.ts +29 -0
- package/dist/Pulse/Model/MatchedVendorProduct.js +48 -0
- package/dist/Pulse/Model/PriceAlertConfig.d.ts +22 -0
- package/dist/Pulse/Model/PriceAlertConfig.js +34 -0
- package/dist/Pulse/Model/PriceAlertEvent.d.ts +20 -0
- package/dist/Pulse/Model/PriceAlertEvent.js +33 -0
- package/dist/Pulse/Model/PriceIndexSnapshotEntry.d.ts +16 -0
- package/dist/Pulse/Model/PriceIndexSnapshotEntry.js +23 -0
- package/dist/Pulse/Model/PriceSuggestion.d.ts +29 -0
- package/dist/Pulse/Model/PriceSuggestion.js +46 -0
- package/dist/Pulse/Model/PricingRule.d.ts +30 -0
- package/dist/Pulse/Model/PricingRule.js +49 -0
- package/dist/Pulse/Model/ProductGroup.d.ts +25 -0
- package/dist/Pulse/Model/ProductGroup.js +36 -0
- package/dist/Pulse/Model/ProductMatch.d.ts +21 -0
- package/dist/Pulse/Model/ProductMatch.js +28 -0
- package/dist/Pulse/Model/ProductMatchJob.d.ts +27 -0
- package/dist/Pulse/Model/ProductMatchJob.js +42 -0
- package/dist/Pulse/Model/ReviewMatch.d.ts +42 -0
- package/dist/Pulse/Model/ReviewMatch.js +55 -0
- package/dist/Pulse/Model/TopCompetitor.d.ts +23 -0
- package/dist/Pulse/Model/TopCompetitor.js +37 -0
- package/dist/Pulse/Model/Vendor.d.ts +12 -0
- package/dist/Pulse/Model/Vendor.js +18 -0
- package/dist/{Model/Pulse → Pulse/Model}/VendorProduct.d.ts +6 -1
- package/dist/{Model/Pulse → Pulse/Model}/VendorProduct.js +9 -1
- package/dist/Pulse/Model/VendorProductPriceHistoryEntry.d.ts +18 -0
- package/dist/Pulse/Model/VendorProductPriceHistoryEntry.js +36 -0
- package/dist/Pulse/Model/VendorStatus.d.ts +25 -0
- package/dist/Pulse/Model/VendorStatus.js +34 -0
- package/dist/Pulse/Service/CompetitorEndpoint.d.ts +15 -0
- package/dist/Pulse/Service/CompetitorEndpoint.js +23 -0
- package/dist/{Service/Pulse → Pulse/Service}/CrawlJobEndpoint.d.ts +13 -3
- package/dist/{Service/Pulse → Pulse/Service}/CrawlJobEndpoint.js +18 -5
- package/dist/Pulse/Service/IndexJobEndpoint.d.ts +20 -0
- package/dist/Pulse/Service/IndexJobEndpoint.js +31 -0
- package/dist/Pulse/Service/PriceAlertEndpoint.d.ts +31 -0
- package/dist/Pulse/Service/PriceAlertEndpoint.js +42 -0
- package/dist/Pulse/Service/PricingEndpoint.d.ts +40 -0
- package/dist/Pulse/Service/PricingEndpoint.js +51 -0
- package/dist/Pulse/Service/ProductGroupEndpoint.d.ts +18 -0
- package/dist/Pulse/Service/ProductGroupEndpoint.js +19 -0
- package/dist/Pulse/Service/ProductMatchEndpoint.d.ts +47 -0
- package/dist/Pulse/Service/ProductMatchEndpoint.js +66 -0
- package/dist/Pulse/Service/ProductMatchJobEndpoint.d.ts +19 -0
- package/dist/Pulse/Service/ProductMatchJobEndpoint.js +30 -0
- package/dist/Pulse/Service/PulseCatalogProductEndpoint.d.ts +40 -0
- package/dist/Pulse/Service/PulseCatalogProductEndpoint.js +54 -0
- package/dist/Pulse/Service/PulseStatisticsEndpoint.d.ts +44 -0
- package/dist/Pulse/Service/PulseStatisticsEndpoint.js +65 -0
- package/dist/Pulse/Service/VendorProductEndpoint.d.ts +32 -0
- package/dist/{Service/Pulse → Pulse/Service}/VendorProductEndpoint.js +37 -2
- package/dist/Service/Endpoint.js +5 -3
- package/dist/index.d.ts +67 -27
- package/dist/index.js +67 -27
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/dist/Service/FlowRunRequestEndpoint.d.ts +0 -6
- package/dist/Service/Pulse/VendorProductEndpoint.d.ts +0 -14
- /package/dist/{Model/Flow → Flow/Model}/FlowRunHistory.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunHistoryStatus.d.ts +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunHistoryStatus.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunLifecycle.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunPriority.d.ts +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunPriority.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunResponse.d.ts +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunResponse.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunStats.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunStatus.d.ts +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunStatus.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowRunSummary.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowSummary.js +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowTemplate.d.ts +0 -0
- /package/dist/{Model/Flow → Flow/Model}/FlowTemplate.js +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogLevel.d.ts +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogLevel.js +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogQuery.js +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogStatus.d.ts +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogStatus.js +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogStream.d.ts +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogStream.js +0 -0
- /package/dist/{Model/Log → Logging/Model}/LogStreamInformation.js +0 -0
- /package/dist/{Model/Pulse → Pulse/Model}/CrawlJob.js +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CursorPagination } from '../../Model/Pagination/CursorPagination.js';
|
|
2
|
+
import { CompetingVendorProduct } from '../Model/CompetingVendorProduct.js';
|
|
3
|
+
import { VendorProduct } from '../Model/VendorProduct.js';
|
|
4
|
+
import { VendorProductPriceHistoryEntry } from '../Model/VendorProductPriceHistoryEntry.js';
|
|
5
|
+
import { CollectionResult } from '../../Model/Result/CollectionResult.js';
|
|
6
|
+
import { Endpoint } from '../../Service/Endpoint.js';
|
|
7
|
+
/**
|
|
8
|
+
* Market Pulse competitor products — `/pulse/vendors/:vendorId/products`. Mirrors the PHP client's
|
|
9
|
+
* MarketPulse\VendorProductEndpoint so the (Node) scraper can upsert competitor products.
|
|
10
|
+
*/
|
|
11
|
+
export declare class VendorProductEndpoint extends Endpoint {
|
|
12
|
+
/** The product with this identifier for the vendor, or null. */
|
|
13
|
+
getByIdentifier(vendorId: string, identifier: string): Promise<VendorProduct | null>;
|
|
14
|
+
/**
|
|
15
|
+
* The products of one of a catalog's competitors — `/pulse/competing-vendors/:competitorId/products`.
|
|
16
|
+
* Same products as {@link getByVendor}, read through the competitor, so `competitorId` is set.
|
|
17
|
+
*/
|
|
18
|
+
getByCompetitor(competitorId: string, pagination?: CursorPagination | null): Promise<CollectionResult<CompetingVendorProduct>>;
|
|
19
|
+
/** A single competitor product — `/pulse/competing-vendors/products/:id`. */
|
|
20
|
+
getCompetitorProductById(competingVendorProductId: string): Promise<CompetingVendorProduct | null>;
|
|
21
|
+
/** A vendor's products. */
|
|
22
|
+
getByVendor(vendorId: string, pagination?: CursorPagination | null): Promise<CollectionResult<VendorProduct>>;
|
|
23
|
+
/**
|
|
24
|
+
* Recorded price changes for a competitor product, newest first. `limit` caps the number of
|
|
25
|
+
* entries (the API defaults to 365).
|
|
26
|
+
*/
|
|
27
|
+
getPriceHistory(vendorProductId: string, limit?: number | null): Promise<VendorProductPriceHistoryEntry[]>;
|
|
28
|
+
/** Create a new vendor product. */
|
|
29
|
+
save(product: VendorProduct): Promise<VendorProduct>;
|
|
30
|
+
/** Update the mutable fields of an existing vendor product (JSON-patch style, per the API). */
|
|
31
|
+
update(product: VendorProduct): Promise<void>;
|
|
32
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { QueryString } from '../../Http/Data/QueryString.js';
|
|
2
|
+
import { CompetingVendorProduct } from '../Model/CompetingVendorProduct.js';
|
|
3
|
+
import { VendorProduct } from '../Model/VendorProduct.js';
|
|
4
|
+
import { VendorProductPriceHistoryEntry } from '../Model/VendorProductPriceHistoryEntry.js';
|
|
5
|
+
import { Endpoint } from '../../Service/Endpoint.js';
|
|
3
6
|
/**
|
|
4
7
|
* Market Pulse competitor products — `/pulse/vendors/:vendorId/products`. Mirrors the PHP client's
|
|
5
8
|
* MarketPulse\VendorProductEndpoint so the (Node) scraper can upsert competitor products.
|
|
@@ -11,6 +14,38 @@ export class VendorProductEndpoint extends Endpoint {
|
|
|
11
14
|
const products = result.getData();
|
|
12
15
|
return products.length > 0 ? products[0] : null;
|
|
13
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* The products of one of a catalog's competitors — `/pulse/competing-vendors/:competitorId/products`.
|
|
19
|
+
* Same products as {@link getByVendor}, read through the competitor, so `competitorId` is set.
|
|
20
|
+
*/
|
|
21
|
+
async getByCompetitor(competitorId, pagination = null) {
|
|
22
|
+
const queryString = new QueryString('/pulse/competing-vendors/' + competitorId + '/products');
|
|
23
|
+
queryString.addPagination(pagination);
|
|
24
|
+
return await this.requestCollection(queryString, CompetingVendorProduct.parse);
|
|
25
|
+
}
|
|
26
|
+
/** A single competitor product — `/pulse/competing-vendors/products/:id`. */
|
|
27
|
+
async getCompetitorProductById(competingVendorProductId) {
|
|
28
|
+
const result = await this.requestObject('/pulse/competing-vendors/products/' + competingVendorProductId, null, CompetingVendorProduct.parse, 'GET');
|
|
29
|
+
return result.getData();
|
|
30
|
+
}
|
|
31
|
+
/** A vendor's products. */
|
|
32
|
+
async getByVendor(vendorId, pagination = null) {
|
|
33
|
+
const queryString = new QueryString('/pulse/vendors/' + vendorId + '/products');
|
|
34
|
+
queryString.addPagination(pagination);
|
|
35
|
+
return await this.requestCollection(queryString, VendorProduct.parse);
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Recorded price changes for a competitor product, newest first. `limit` caps the number of
|
|
39
|
+
* entries (the API defaults to 365).
|
|
40
|
+
*/
|
|
41
|
+
async getPriceHistory(vendorProductId, limit = null) {
|
|
42
|
+
const queryString = new QueryString('/pulse/vendor-products/' + vendorProductId + '/price-history');
|
|
43
|
+
if (limit !== null) {
|
|
44
|
+
queryString.set('limit', limit.toString());
|
|
45
|
+
}
|
|
46
|
+
const result = await this.requestCollection(queryString, VendorProductPriceHistoryEntry.parse);
|
|
47
|
+
return result.getData();
|
|
48
|
+
}
|
|
14
49
|
/** Create a new vendor product. */
|
|
15
50
|
async save(product) {
|
|
16
51
|
// camelCase keys are snake_cased by the base Endpoint (originalPrice -> original_price, ...).
|
package/dist/Service/Endpoint.js
CHANGED
|
@@ -3,7 +3,6 @@ import { QueryString } from '../Http/Data/QueryString.js';
|
|
|
3
3
|
import { HttpStatus } from '../Http/HttpStatus.js';
|
|
4
4
|
import { DataValueCollection } from '../Model/DataValueCollection.js';
|
|
5
5
|
import { ApiError } from '../Model/Error/ApiError.js';
|
|
6
|
-
import { LogStreamId } from '../Model/Log/LogStreamId.js';
|
|
7
6
|
import { CollectionResult } from '../Model/Result/CollectionResult.js';
|
|
8
7
|
import { ObjectResult } from '../Model/Result/ObjectResult.js';
|
|
9
8
|
import { ObjectWrapper } from '../Model/Result/ObjectWrapper.js';
|
|
@@ -41,8 +40,11 @@ export class Endpoint {
|
|
|
41
40
|
return data.toISOString();
|
|
42
41
|
}
|
|
43
42
|
if (typeof data === 'object') {
|
|
44
|
-
//
|
|
45
|
-
|
|
43
|
+
// Serializes to a structure whose keys and nested values still need formatting, so it
|
|
44
|
+
// is handled before the plain jsonSerialize() branch below. An EntityId (LogStreamId,
|
|
45
|
+
// CatalogId, …) serializes to a bare string and needs no recursion — the duck-typed
|
|
46
|
+
// branch covers those.
|
|
47
|
+
if (data instanceof DataValueCollection) {
|
|
46
48
|
return this.formatParameters(data.jsonSerialize());
|
|
47
49
|
}
|
|
48
50
|
if (data instanceof QueryString) {
|
package/dist/index.d.ts
CHANGED
|
@@ -44,13 +44,13 @@ export { HealthAlert } from './Model/HealthAlert/HealthAlert.js';
|
|
|
44
44
|
export { HealthAlertSeverity } from './Model/HealthAlert/HealthAlertSeverity.js';
|
|
45
45
|
export { HealthAlertStatus } from './Model/HealthAlert/HealthAlertStatus.js';
|
|
46
46
|
export { HealthTestType } from './Model/HealthAlert/HealthTestType.js';
|
|
47
|
-
export { Log } from './Model/Log
|
|
48
|
-
export { LogLevel } from './Model/
|
|
49
|
-
export { LogQuery } from './Model/
|
|
50
|
-
export { LogStatus } from './Model/
|
|
51
|
-
export { LogStream } from './Model/
|
|
52
|
-
export { LogStreamId } from './Model/
|
|
53
|
-
export { LogStreamInformation } from './Model/
|
|
47
|
+
export { Log } from './Logging/Model/Log.js';
|
|
48
|
+
export { LogLevel } from './Logging/Model/LogLevel.js';
|
|
49
|
+
export { LogQuery } from './Logging/Model/LogQuery.js';
|
|
50
|
+
export { LogStatus } from './Logging/Model/LogStatus.js';
|
|
51
|
+
export { LogStream } from './Logging/Model/LogStream.js';
|
|
52
|
+
export { LogStreamId } from './Logging/Model/LogStreamId.js';
|
|
53
|
+
export { LogStreamInformation } from './Logging/Model/LogStreamInformation.js';
|
|
54
54
|
export { FilterNode, AndFilterNode, OrFilterNode, NotFilterNode, CompareFilterNode, FilterValue, FilterPrimitive } from './Model/Filter/FilterNode.js';
|
|
55
55
|
export { FilterOperator } from './Model/Filter/FilterOperator.js';
|
|
56
56
|
export { CursorPagination } from './Model/Pagination/CursorPagination.js';
|
|
@@ -79,10 +79,50 @@ export { ObjectResult } from './Model/Result/ObjectResult.js';
|
|
|
79
79
|
export { ResultError } from './Model/Result/ResultError.js';
|
|
80
80
|
export { StorageInformation } from './Model/Storage/StorageInformation.js';
|
|
81
81
|
export { StorageType } from './Model/Storage/StorageType.js';
|
|
82
|
-
export { VendorProduct } from './Model/
|
|
83
|
-
export { VendorProductEndpoint } from './Service/
|
|
84
|
-
export { CrawlJob, CrawlJobStatus } from './Model/
|
|
85
|
-
export { CrawlJobEndpoint } from './Service/
|
|
82
|
+
export { VendorProduct } from './Pulse/Model/VendorProduct.js';
|
|
83
|
+
export { VendorProductEndpoint } from './Pulse/Service/VendorProductEndpoint.js';
|
|
84
|
+
export { CrawlJob, CrawlJobStatus } from './Pulse/Model/CrawlJob.js';
|
|
85
|
+
export { CrawlJobEndpoint } from './Pulse/Service/CrawlJobEndpoint.js';
|
|
86
|
+
export { VendorProductPriceHistoryEntry } from './Pulse/Model/VendorProductPriceHistoryEntry.js';
|
|
87
|
+
export { Catalog } from './Catalog/Model/Catalog.js';
|
|
88
|
+
export { CatalogId } from './Catalog/Model/CatalogId.js';
|
|
89
|
+
export { CatalogEndpoint } from './Catalog/Service/CatalogEndpoint.js';
|
|
90
|
+
export { CompetingVendorProduct } from './Pulse/Model/CompetingVendorProduct.js';
|
|
91
|
+
export { ProductMatchJob, ProductMatchJobStatus } from './Pulse/Model/ProductMatchJob.js';
|
|
92
|
+
export { ProductMatchJobEndpoint } from './Pulse/Service/ProductMatchJobEndpoint.js';
|
|
93
|
+
export { IndexJob, IndexJobStatus } from './Pulse/Model/IndexJob.js';
|
|
94
|
+
export { VendorStatus, RunningMatch } from './Pulse/Model/VendorStatus.js';
|
|
95
|
+
export { IndexJobEndpoint } from './Pulse/Service/IndexJobEndpoint.js';
|
|
96
|
+
export { Vendor } from './Pulse/Model/Vendor.js';
|
|
97
|
+
export { Competitor } from './Pulse/Model/Competitor.js';
|
|
98
|
+
export { ProductMatch, ProductMatchStatus } from './Pulse/Model/ProductMatch.js';
|
|
99
|
+
export { MatchedVendorProduct } from './Pulse/Model/MatchedVendorProduct.js';
|
|
100
|
+
export { CatalogProductWithMatches, PriceProposal } from './Pulse/Model/CatalogProductWithMatches.js';
|
|
101
|
+
export { ReviewMatch, ReviewProduct, ReviewCompetitorProduct } from './Pulse/Model/ReviewMatch.js';
|
|
102
|
+
export { TopCompetitor } from './Pulse/Model/TopCompetitor.js';
|
|
103
|
+
export { PriceIndexSnapshotEntry } from './Pulse/Model/PriceIndexSnapshotEntry.js';
|
|
104
|
+
export { ProductMatchEndpoint, ReviewMatchFilters, MatchHistory, MatchHistoryBucket, MatchHistoryInterval } from './Pulse/Service/ProductMatchEndpoint.js';
|
|
105
|
+
export { PulseCatalogProductEndpoint, PulseCatalogProductFilters, PulseCatalogProductFilterOptions } from './Pulse/Service/PulseCatalogProductEndpoint.js';
|
|
106
|
+
export { PriceAlertConfig } from './Pulse/Model/PriceAlertConfig.js';
|
|
107
|
+
export { PriceAlertEvent } from './Pulse/Model/PriceAlertEvent.js';
|
|
108
|
+
export { PriceAlertEndpoint, PriceAlertConfigData } from './Pulse/Service/PriceAlertEndpoint.js';
|
|
109
|
+
export { PricingRule } from './Pulse/Model/PricingRule.js';
|
|
110
|
+
export { PriceSuggestion, PriceSuggestionStatus } from './Pulse/Model/PriceSuggestion.js';
|
|
111
|
+
export { PricingEndpoint, PricingRuleData } from './Pulse/Service/PricingEndpoint.js';
|
|
112
|
+
export { ProductGroup, ProductGroupType } from './Pulse/Model/ProductGroup.js';
|
|
113
|
+
export { ProductGroupEndpoint, ProductGroupData } from './Pulse/Service/ProductGroupEndpoint.js';
|
|
114
|
+
export { CatalogProduct } from './Catalog/Model/CatalogProduct.js';
|
|
115
|
+
export { CatalogProductEndpoint } from './Catalog/Service/CatalogProductEndpoint.js';
|
|
116
|
+
export { GenerateContentBatch } from './EnhanceData/Model/GenerateContentBatch.js';
|
|
117
|
+
export { GenerateContentEndpoint, GenerateContentBatchData } from './EnhanceData/Service/GenerateContentEndpoint.js';
|
|
118
|
+
export { CompetitorEndpoint } from './Pulse/Service/CompetitorEndpoint.js';
|
|
119
|
+
export { PulseStatisticsEndpoint, ProductsSegment, MarketSummaryEntry } from './Pulse/Service/PulseStatisticsEndpoint.js';
|
|
120
|
+
export { QualityDataset } from './DataQuality/Model/QualityDataset.js';
|
|
121
|
+
export { QualityEntity } from './DataQuality/Model/QualityEntity.js';
|
|
122
|
+
export { QualityProblem } from './DataQuality/Model/QualityProblem.js';
|
|
123
|
+
export { QualityEndpoint, QualityEntityFilters, QualitySummaryRow, QualityFilterOptions } from './DataQuality/Service/QualityEndpoint.js';
|
|
124
|
+
export { CatalogFeed } from './FeedManagement/Model/CatalogFeed.js';
|
|
125
|
+
export { CatalogFeedEndpoint } from './FeedManagement/Service/CatalogFeedEndpoint.js';
|
|
86
126
|
export { StorageItem } from './Model/Storage/StorageItem.js';
|
|
87
127
|
export { StorageItemInformation } from './Model/Storage/StorageItemInformation.js';
|
|
88
128
|
/** Queue * */
|
|
@@ -121,17 +161,17 @@ export { StorageStatus } from './Model/InfrastructureStatus/StorageStatus.js';
|
|
|
121
161
|
export { State } from './Model/State.js';
|
|
122
162
|
export { StateAware } from './Model/StateAware.js';
|
|
123
163
|
/** Flow * */
|
|
124
|
-
export { Flow } from './Model/Flow
|
|
125
|
-
export { FlowRun } from './Model/
|
|
126
|
-
export { FlowRunHistory } from './Model/
|
|
127
|
-
export { FlowRunHistoryStatus } from './Model/
|
|
128
|
-
export { FlowRunLifecycle } from './Model/
|
|
129
|
-
export { FlowRunResponse } from './Model/
|
|
130
|
-
export { FlowRunStatus } from './Model/
|
|
131
|
-
export { FlowRunSummary } from './Model/
|
|
132
|
-
export { FlowRunStats } from './Model/
|
|
133
|
-
export { FlowSummary } from './Model/
|
|
134
|
-
export { FlowTemplate } from './Model/
|
|
164
|
+
export { Flow } from './Flow/Model/Flow.js';
|
|
165
|
+
export { FlowRun } from './Flow/Model/FlowRun.js';
|
|
166
|
+
export { FlowRunHistory } from './Flow/Model/FlowRunHistory.js';
|
|
167
|
+
export { FlowRunHistoryStatus } from './Flow/Model/FlowRunHistoryStatus.js';
|
|
168
|
+
export { FlowRunLifecycle } from './Flow/Model/FlowRunLifecycle.js';
|
|
169
|
+
export { FlowRunResponse } from './Flow/Model/FlowRunResponse.js';
|
|
170
|
+
export { FlowRunStatus } from './Flow/Model/FlowRunStatus.js';
|
|
171
|
+
export { FlowRunSummary } from './Flow/Model/FlowRunSummary.js';
|
|
172
|
+
export { FlowRunStats } from './Flow/Model/FlowRunStats.js';
|
|
173
|
+
export { FlowSummary } from './Flow/Model/FlowSummary.js';
|
|
174
|
+
export { FlowTemplate } from './Flow/Model/FlowTemplate.js';
|
|
135
175
|
export { User } from './Model/User/User.js';
|
|
136
176
|
export { UserAuthProvider } from './Model/User/UserAuthProvider.js';
|
|
137
177
|
export { UserAction } from './Model/User/UserAction.js';
|
|
@@ -149,7 +189,7 @@ export { ChannelEndpoint } from './Service/ChannelEndpoint.js';
|
|
|
149
189
|
export { ProjectEndpoint } from './Service/ProjectEndpoint.js';
|
|
150
190
|
export { ConfigEndpoint } from './Service/ConfigEndpoint.js';
|
|
151
191
|
export { PlatformLanguageEndpoint } from './Service/PlatformLanguageEndpoint.js';
|
|
152
|
-
export { LogEndpoint } from './Service/LogEndpoint.js';
|
|
192
|
+
export { LogEndpoint } from './Logging/Service/LogEndpoint.js';
|
|
153
193
|
export { WorkspaceMemberEndpoint } from './Service/WorkspaceMemberEndpoint.js';
|
|
154
194
|
export { InboxEndpoint } from './Service/InboxEndpoint.js';
|
|
155
195
|
export { PlatformEndpoint } from './Service/PlatformEndpoint.js';
|
|
@@ -159,10 +199,10 @@ export { SearchEndpoint } from './Service/SearchEndpoint.js';
|
|
|
159
199
|
export { SourcesAccountEndpoint } from './Service/SourcesAccountEndpoint.js';
|
|
160
200
|
export { StorageEndpoint } from './Service/StorageEndpoint.js';
|
|
161
201
|
export { SubscriberEndpoint } from './Service/SubscriberEndpoint.js';
|
|
162
|
-
export { FlowEndpoint } from './Service/FlowEndpoint.js';
|
|
163
|
-
export { FlowRunEndpoint } from './Service/FlowRunEndpoint.js';
|
|
164
|
-
export { FlowRunRequestEndpoint } from './Service/FlowRunRequestEndpoint.js';
|
|
165
|
-
export { FlowRunStatsEndpoint } from './Service/FlowRunStatsEndpoint.js';
|
|
202
|
+
export { FlowEndpoint } from './Flow/Service/FlowEndpoint.js';
|
|
203
|
+
export { FlowRunEndpoint } from './Flow/Service/FlowRunEndpoint.js';
|
|
204
|
+
export { FlowRunRequestEndpoint } from './Flow/Service/FlowRunRequestEndpoint.js';
|
|
205
|
+
export { FlowRunStatsEndpoint } from './Flow/Service/FlowRunStatsEndpoint.js';
|
|
166
206
|
export { WorkspaceEndpoint } from './Service/WorkspaceEndpoint.js';
|
|
167
207
|
export { TriggerEndpoint } from './Service/TriggerEndpoint.js';
|
|
168
208
|
export { UserEndpoint } from './Service/UserEndpoint.js';
|
package/dist/index.js
CHANGED
|
@@ -34,13 +34,13 @@ export { HealthAlert } from './Model/HealthAlert/HealthAlert.js';
|
|
|
34
34
|
export { HealthAlertSeverity } from './Model/HealthAlert/HealthAlertSeverity.js';
|
|
35
35
|
export { HealthAlertStatus } from './Model/HealthAlert/HealthAlertStatus.js';
|
|
36
36
|
export { HealthTestType } from './Model/HealthAlert/HealthTestType.js';
|
|
37
|
-
export { Log } from './Model/Log
|
|
38
|
-
export { LogLevel } from './Model/
|
|
39
|
-
export { LogQuery } from './Model/
|
|
40
|
-
export { LogStatus } from './Model/
|
|
41
|
-
export { LogStream } from './Model/
|
|
42
|
-
export { LogStreamId } from './Model/
|
|
43
|
-
export { LogStreamInformation } from './Model/
|
|
37
|
+
export { Log } from './Logging/Model/Log.js';
|
|
38
|
+
export { LogLevel } from './Logging/Model/LogLevel.js';
|
|
39
|
+
export { LogQuery } from './Logging/Model/LogQuery.js';
|
|
40
|
+
export { LogStatus } from './Logging/Model/LogStatus.js';
|
|
41
|
+
export { LogStream } from './Logging/Model/LogStream.js';
|
|
42
|
+
export { LogStreamId } from './Logging/Model/LogStreamId.js';
|
|
43
|
+
export { LogStreamInformation } from './Logging/Model/LogStreamInformation.js';
|
|
44
44
|
export { CursorPagination } from './Model/Pagination/CursorPagination.js';
|
|
45
45
|
/** Messaging * */
|
|
46
46
|
export { Channel } from './Model/Messaging/Channel/Channel.js';
|
|
@@ -67,10 +67,50 @@ export { ObjectResult } from './Model/Result/ObjectResult.js';
|
|
|
67
67
|
export { ResultError } from './Model/Result/ResultError.js';
|
|
68
68
|
export { StorageInformation } from './Model/Storage/StorageInformation.js';
|
|
69
69
|
export { StorageType } from './Model/Storage/StorageType.js';
|
|
70
|
-
export { VendorProduct } from './Model/
|
|
71
|
-
export { VendorProductEndpoint } from './Service/
|
|
72
|
-
export { CrawlJob } from './Model/
|
|
73
|
-
export { CrawlJobEndpoint } from './Service/
|
|
70
|
+
export { VendorProduct } from './Pulse/Model/VendorProduct.js';
|
|
71
|
+
export { VendorProductEndpoint } from './Pulse/Service/VendorProductEndpoint.js';
|
|
72
|
+
export { CrawlJob } from './Pulse/Model/CrawlJob.js';
|
|
73
|
+
export { CrawlJobEndpoint } from './Pulse/Service/CrawlJobEndpoint.js';
|
|
74
|
+
export { VendorProductPriceHistoryEntry } from './Pulse/Model/VendorProductPriceHistoryEntry.js';
|
|
75
|
+
export { Catalog } from './Catalog/Model/Catalog.js';
|
|
76
|
+
export { CatalogId } from './Catalog/Model/CatalogId.js';
|
|
77
|
+
export { CatalogEndpoint } from './Catalog/Service/CatalogEndpoint.js';
|
|
78
|
+
export { CompetingVendorProduct } from './Pulse/Model/CompetingVendorProduct.js';
|
|
79
|
+
export { ProductMatchJob } from './Pulse/Model/ProductMatchJob.js';
|
|
80
|
+
export { ProductMatchJobEndpoint } from './Pulse/Service/ProductMatchJobEndpoint.js';
|
|
81
|
+
export { IndexJob } from './Pulse/Model/IndexJob.js';
|
|
82
|
+
export { VendorStatus } from './Pulse/Model/VendorStatus.js';
|
|
83
|
+
export { IndexJobEndpoint } from './Pulse/Service/IndexJobEndpoint.js';
|
|
84
|
+
export { Vendor } from './Pulse/Model/Vendor.js';
|
|
85
|
+
export { Competitor } from './Pulse/Model/Competitor.js';
|
|
86
|
+
export { ProductMatch } from './Pulse/Model/ProductMatch.js';
|
|
87
|
+
export { MatchedVendorProduct } from './Pulse/Model/MatchedVendorProduct.js';
|
|
88
|
+
export { CatalogProductWithMatches } from './Pulse/Model/CatalogProductWithMatches.js';
|
|
89
|
+
export { ReviewMatch } from './Pulse/Model/ReviewMatch.js';
|
|
90
|
+
export { TopCompetitor } from './Pulse/Model/TopCompetitor.js';
|
|
91
|
+
export { PriceIndexSnapshotEntry } from './Pulse/Model/PriceIndexSnapshotEntry.js';
|
|
92
|
+
export { ProductMatchEndpoint } from './Pulse/Service/ProductMatchEndpoint.js';
|
|
93
|
+
export { PulseCatalogProductEndpoint } from './Pulse/Service/PulseCatalogProductEndpoint.js';
|
|
94
|
+
export { PriceAlertConfig } from './Pulse/Model/PriceAlertConfig.js';
|
|
95
|
+
export { PriceAlertEvent } from './Pulse/Model/PriceAlertEvent.js';
|
|
96
|
+
export { PriceAlertEndpoint } from './Pulse/Service/PriceAlertEndpoint.js';
|
|
97
|
+
export { PricingRule } from './Pulse/Model/PricingRule.js';
|
|
98
|
+
export { PriceSuggestion } from './Pulse/Model/PriceSuggestion.js';
|
|
99
|
+
export { PricingEndpoint } from './Pulse/Service/PricingEndpoint.js';
|
|
100
|
+
export { ProductGroup } from './Pulse/Model/ProductGroup.js';
|
|
101
|
+
export { ProductGroupEndpoint } from './Pulse/Service/ProductGroupEndpoint.js';
|
|
102
|
+
export { CatalogProduct } from './Catalog/Model/CatalogProduct.js';
|
|
103
|
+
export { CatalogProductEndpoint } from './Catalog/Service/CatalogProductEndpoint.js';
|
|
104
|
+
export { GenerateContentBatch } from './EnhanceData/Model/GenerateContentBatch.js';
|
|
105
|
+
export { GenerateContentEndpoint } from './EnhanceData/Service/GenerateContentEndpoint.js';
|
|
106
|
+
export { CompetitorEndpoint } from './Pulse/Service/CompetitorEndpoint.js';
|
|
107
|
+
export { PulseStatisticsEndpoint } from './Pulse/Service/PulseStatisticsEndpoint.js';
|
|
108
|
+
export { QualityDataset } from './DataQuality/Model/QualityDataset.js';
|
|
109
|
+
export { QualityEntity } from './DataQuality/Model/QualityEntity.js';
|
|
110
|
+
export { QualityProblem } from './DataQuality/Model/QualityProblem.js';
|
|
111
|
+
export { QualityEndpoint } from './DataQuality/Service/QualityEndpoint.js';
|
|
112
|
+
export { CatalogFeed } from './FeedManagement/Model/CatalogFeed.js';
|
|
113
|
+
export { CatalogFeedEndpoint } from './FeedManagement/Service/CatalogFeedEndpoint.js';
|
|
74
114
|
export { StorageItem } from './Model/Storage/StorageItem.js';
|
|
75
115
|
export { StorageItemInformation } from './Model/Storage/StorageItemInformation.js';
|
|
76
116
|
/** Queue * */
|
|
@@ -108,17 +148,17 @@ export { RunnersStatus } from './Model/InfrastructureStatus/RunnersStatus.js';
|
|
|
108
148
|
export { StorageStatus } from './Model/InfrastructureStatus/StorageStatus.js';
|
|
109
149
|
export { State } from './Model/State.js';
|
|
110
150
|
/** Flow * */
|
|
111
|
-
export { Flow } from './Model/Flow
|
|
112
|
-
export { FlowRun } from './Model/
|
|
113
|
-
export { FlowRunHistory } from './Model/
|
|
114
|
-
export { FlowRunHistoryStatus } from './Model/
|
|
115
|
-
export { FlowRunLifecycle } from './Model/
|
|
116
|
-
export { FlowRunResponse } from './Model/
|
|
117
|
-
export { FlowRunStatus } from './Model/
|
|
118
|
-
export { FlowRunSummary } from './Model/
|
|
119
|
-
export { FlowRunStats } from './Model/
|
|
120
|
-
export { FlowSummary } from './Model/
|
|
121
|
-
export { FlowTemplate } from './Model/
|
|
151
|
+
export { Flow } from './Flow/Model/Flow.js';
|
|
152
|
+
export { FlowRun } from './Flow/Model/FlowRun.js';
|
|
153
|
+
export { FlowRunHistory } from './Flow/Model/FlowRunHistory.js';
|
|
154
|
+
export { FlowRunHistoryStatus } from './Flow/Model/FlowRunHistoryStatus.js';
|
|
155
|
+
export { FlowRunLifecycle } from './Flow/Model/FlowRunLifecycle.js';
|
|
156
|
+
export { FlowRunResponse } from './Flow/Model/FlowRunResponse.js';
|
|
157
|
+
export { FlowRunStatus } from './Flow/Model/FlowRunStatus.js';
|
|
158
|
+
export { FlowRunSummary } from './Flow/Model/FlowRunSummary.js';
|
|
159
|
+
export { FlowRunStats } from './Flow/Model/FlowRunStats.js';
|
|
160
|
+
export { FlowSummary } from './Flow/Model/FlowSummary.js';
|
|
161
|
+
export { FlowTemplate } from './Flow/Model/FlowTemplate.js';
|
|
122
162
|
export { User } from './Model/User/User.js';
|
|
123
163
|
export { UserAuthProvider } from './Model/User/UserAuthProvider.js';
|
|
124
164
|
export { UserAction } from './Model/User/UserAction.js';
|
|
@@ -134,7 +174,7 @@ export { ChannelEndpoint } from './Service/ChannelEndpoint.js';
|
|
|
134
174
|
export { ProjectEndpoint } from './Service/ProjectEndpoint.js';
|
|
135
175
|
export { ConfigEndpoint } from './Service/ConfigEndpoint.js';
|
|
136
176
|
export { PlatformLanguageEndpoint } from './Service/PlatformLanguageEndpoint.js';
|
|
137
|
-
export { LogEndpoint } from './Service/LogEndpoint.js';
|
|
177
|
+
export { LogEndpoint } from './Logging/Service/LogEndpoint.js';
|
|
138
178
|
export { WorkspaceMemberEndpoint } from './Service/WorkspaceMemberEndpoint.js';
|
|
139
179
|
export { InboxEndpoint } from './Service/InboxEndpoint.js';
|
|
140
180
|
export { PlatformEndpoint } from './Service/PlatformEndpoint.js';
|
|
@@ -144,10 +184,10 @@ export { SearchEndpoint } from './Service/SearchEndpoint.js';
|
|
|
144
184
|
export { SourcesAccountEndpoint } from './Service/SourcesAccountEndpoint.js';
|
|
145
185
|
export { StorageEndpoint } from './Service/StorageEndpoint.js';
|
|
146
186
|
export { SubscriberEndpoint } from './Service/SubscriberEndpoint.js';
|
|
147
|
-
export { FlowEndpoint } from './Service/FlowEndpoint.js';
|
|
148
|
-
export { FlowRunEndpoint } from './Service/FlowRunEndpoint.js';
|
|
149
|
-
export { FlowRunRequestEndpoint } from './Service/FlowRunRequestEndpoint.js';
|
|
150
|
-
export { FlowRunStatsEndpoint } from './Service/FlowRunStatsEndpoint.js';
|
|
187
|
+
export { FlowEndpoint } from './Flow/Service/FlowEndpoint.js';
|
|
188
|
+
export { FlowRunEndpoint } from './Flow/Service/FlowRunEndpoint.js';
|
|
189
|
+
export { FlowRunRequestEndpoint } from './Flow/Service/FlowRunRequestEndpoint.js';
|
|
190
|
+
export { FlowRunStatsEndpoint } from './Flow/Service/FlowRunStatsEndpoint.js';
|
|
151
191
|
export { WorkspaceEndpoint } from './Service/WorkspaceEndpoint.js';
|
|
152
192
|
export { TriggerEndpoint } from './Service/TriggerEndpoint.js';
|
|
153
193
|
export { UserEndpoint } from './Service/UserEndpoint.js';
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.89.0";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.
|
|
1
|
+
export const VERSION = "1.89.0";
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FlowRunResponse } from '../Model/Flow/FlowRunResponse.js';
|
|
2
|
-
import { Parameters } from '../Http/Data/Parameters.js';
|
|
3
|
-
import { Endpoint } from './Endpoint.js';
|
|
4
|
-
export declare class FlowRunRequestEndpoint extends Endpoint {
|
|
5
|
-
requestFlowRun(flowId: string, params: Parameters, wait?: boolean): Promise<FlowRunResponse>;
|
|
6
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { VendorProduct } from '../../Model/Pulse/VendorProduct.js';
|
|
2
|
-
import { Endpoint } from '../Endpoint.js';
|
|
3
|
-
/**
|
|
4
|
-
* Market Pulse competitor products — `/pulse/vendors/:vendorId/products`. Mirrors the PHP client's
|
|
5
|
-
* MarketPulse\VendorProductEndpoint so the (Node) scraper can upsert competitor products.
|
|
6
|
-
*/
|
|
7
|
-
export declare class VendorProductEndpoint extends Endpoint {
|
|
8
|
-
/** The product with this identifier for the vendor, or null. */
|
|
9
|
-
getByIdentifier(vendorId: string, identifier: string): Promise<VendorProduct | null>;
|
|
10
|
-
/** Create a new vendor product. */
|
|
11
|
-
save(product: VendorProduct): Promise<VendorProduct>;
|
|
12
|
-
/** Update the mutable fields of an existing vendor product (JSON-patch style, per the API). */
|
|
13
|
-
update(product: VendorProduct): Promise<void>;
|
|
14
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|