@lustre/sdk 2.0.1-dev.4 → 2.0.2
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/api/FetchOptions.js +2 -2
- package/dist/api/QueryError.js +54 -54
- package/dist/api/QueryResolver.js +98 -98
- package/dist/api/WrappedQuery.js +2 -2
- package/dist/api/fast1a64utf.js +135 -135
- package/dist/api/fetchEntity.js +41 -41
- package/dist/api/fetchQuery.js +31 -31
- package/dist/api/getHash.js +27 -27
- package/dist/api/getQueryHash.js +9 -9
- package/dist/index.js +39 -39
- package/dist/schema/builtins.js +433 -433
- package/dist/schema/entities/alias.js +2 -2
- package/dist/schema/entities/brand.js +2 -2
- package/dist/schema/entities/category.js +2 -2
- package/dist/schema/entities/crawl.js +2 -2
- package/dist/schema/entities/index.js +29 -29
- package/dist/schema/entities/media.js +2 -2
- package/dist/schema/entities/offer.js +2 -2
- package/dist/schema/entities/productConfiguration.js +2 -2
- package/dist/schema/entities/productFamily.js +2 -2
- package/dist/schema/entities/productGeneration.js +2 -2
- package/dist/schema/entities/productType.js +2 -2
- package/dist/schema/entities/rating.js +2 -2
- package/dist/schema/entities/source.js +2 -2
- package/dist/schema/entities/spec.js +2 -2
- package/dist/schema/entities/specType.js +2 -2
- package/dist/schema/entities/specTypeChoice.js +2 -2
- package/dist/schema/entities/storePage.js +2 -2
- package/dist/schema/entities/storePageQueueGroup.js +2 -2
- package/dist/schema/entities/user.js +2 -2
- package/dist/schema/index.js +29 -29
- package/dist/schema/mutations/createBrand.js +2 -2
- package/dist/schema/mutations/createCategory.js +2 -2
- package/dist/schema/mutations/createProductConfiguration.js +2 -2
- package/dist/schema/mutations/createProductFamily.js +2 -2
- package/dist/schema/mutations/createProductGeneration.js +2 -2
- package/dist/schema/mutations/createProductType.js +2 -2
- package/dist/schema/mutations/createUser.js +2 -2
- package/dist/schema/mutations/storePageQueueClaimById.js +2 -2
- package/dist/schema/mutations/storePageQueueClaimNext.js +2 -2
- package/dist/schema/mutations/storePageQueueHandle.js +2 -2
- package/dist/schema/mutations/storePageQueueHandleStorePageIdSet.js +2 -2
- package/dist/schema/mutations/updateAlias.js +2 -2
- package/dist/schema/mutations/updateBrand.js +2 -2
- package/dist/schema/mutations/updateCategory.js +2 -2
- package/dist/schema/mutations/updateOffer.js +2 -2
- package/dist/schema/mutations/updateProductConfiguration.js +2 -2
- package/dist/schema/mutations/updateProductConfigurationProductType.js +2 -2
- package/dist/schema/mutations/updateProductFamily.js +2 -2
- package/dist/schema/mutations/updateProductFamilyBrand.js +2 -2
- package/dist/schema/mutations/updateProductGeneration.js +2 -2
- package/dist/schema/mutations/updateProductGenerationProductFamily.js +2 -2
- package/dist/schema/mutations/updateProductType.js +2 -2
- package/dist/schema/mutations/updateProductTypeProductGeneration.js +2 -2
- package/dist/schema/mutations/updateSource.js +2 -2
- package/dist/schema/mutations/updateStorePage.js +2 -2
- package/dist/schema/queries/affiliateUrl.js +2 -2
- package/dist/schema/queries/aliasIdListBySomeId.js +2 -2
- package/dist/schema/queries/analyticsTrack.js +2 -2
- package/dist/schema/queries/appliedCategoryIdListBySomeId.js +2 -2
- package/dist/schema/queries/baseScore.js +2 -2
- package/dist/schema/queries/baseScoreRatingIdList.js +2 -2
- package/dist/schema/queries/baseScoresByCategoryId.js +2 -2
- package/dist/schema/queries/bestInClass.js +2 -2
- package/dist/schema/queries/brandAliasResolution.js +2 -2
- package/dist/schema/queries/brandCategoryRankings.js +2 -2
- package/dist/schema/queries/brandIdBySomeId.js +2 -2
- package/dist/schema/queries/brandIdList.js +2 -2
- package/dist/schema/queries/brandIdListBySearch.js +2 -2
- package/dist/schema/queries/brandSocialMediaPostList.js +2 -2
- package/dist/schema/queries/categoryAliasResolution.js +2 -2
- package/dist/schema/queries/categoryDisplayMode.js +2 -2
- package/dist/schema/queries/categoryIdByUrlSlug.js +2 -2
- package/dist/schema/queries/categoryIdList.js +2 -2
- package/dist/schema/queries/categoryIdListBySomeId.js +2 -2
- package/dist/schema/queries/categoryIdListBySourceId.js +2 -2
- package/dist/schema/queries/categoryModifierSearchList.js +2 -2
- package/dist/schema/queries/categoryRankings.js +2 -2
- package/dist/schema/queries/categorySearchList.js +2 -2
- package/dist/schema/queries/categoryStatusList.js +2 -2
- package/dist/schema/queries/competitorsAnalysis.js +3 -0
- package/dist/schema/queries/competitorsAnalysis.js.map +1 -0
- package/dist/schema/queries/crawlIdList.js +2 -2
- package/dist/schema/queries/crawlIdListByUrl.js +2 -2
- package/dist/schema/queries/descriptionMarkdown.js +2 -2
- package/dist/schema/queries/entityType.js +2 -2
- package/dist/schema/queries/fallbackPriceByProductTypeId.js +2 -2
- package/dist/schema/queries/inputLayerVersion.js +2 -2
- package/dist/schema/queries/latestRatingIdList.js +2 -2
- package/dist/schema/queries/latestRatingIdListBySomeId.js +2 -2
- package/dist/schema/queries/mediaIdListBySomeId.js +2 -2
- package/dist/schema/queries/mlCategoryDisplayMode.js +2 -2
- package/dist/schema/queries/noteMarkdown.js +2 -2
- package/dist/schema/queries/offerIdListByStorePageId.js +2 -2
- package/dist/schema/queries/possibleAliasIdListBySomeId.js +2 -2
- package/dist/schema/queries/possibleStorePageIdListBySomeId.js +2 -2
- package/dist/schema/queries/preferredCategoryIdListByProductId.js +2 -2
- package/dist/schema/queries/preferredLatestRatingIdListBySomeId.js +2 -2
- package/dist/schema/queries/preferredStorePageList.js +2 -2
- package/dist/schema/queries/priceHistoryLookup.js +2 -2
- package/dist/schema/queries/pricePointCompetitors.js +2 -2
- package/dist/schema/queries/priceRangeByCategoryId.js +2 -2
- package/dist/schema/queries/productConfigurationIdListBySomeId.js +2 -2
- package/dist/schema/queries/productDealList.js +2 -2
- package/dist/schema/queries/productDocumentByStoreUrl.js +2 -2
- package/dist/schema/queries/productDocumentsByProductIds.js +2 -2
- package/dist/schema/queries/productFamilyIdBySomeId.js +2 -2
- package/dist/schema/queries/productFamilyIdListBySomeId.js +2 -2
- package/dist/schema/queries/productGenerationIdBySomeId.js +2 -2
- package/dist/schema/queries/productGenerationIdListBySomeId.js +2 -2
- package/dist/schema/queries/productListSort.js +2 -2
- package/dist/schema/queries/productPricePointList.js +2 -2
- package/dist/schema/queries/productSearchList.js +2 -2
- package/dist/schema/queries/productTypeIdBySomeId.js +2 -2
- package/dist/schema/queries/productTypeIdByStoreUrl.js +2 -2
- package/dist/schema/queries/productTypeIdListByCategoryId.js +2 -2
- package/dist/schema/queries/productTypeIdListByModifiers.js +2 -2
- package/dist/schema/queries/productTypeIdListBySomeId.js +2 -2
- package/dist/schema/queries/saleMetrics.js +2 -2
- package/dist/schema/queries/searchSuggestionList.js +2 -2
- package/dist/schema/queries/sectionDataByCrawlId.js +2 -2
- package/dist/schema/queries/sourceIdList.js +2 -2
- package/dist/schema/queries/specIdListBySomeId.js +2 -2
- package/dist/schema/queries/specTypeIdList.js +2 -2
- package/dist/schema/queries/specTypeValidValues.js +2 -2
- package/dist/schema/queries/specValueRangeListByCategoryId.js +2 -2
- package/dist/schema/queries/stablePriceByProductId.js +2 -2
- package/dist/schema/queries/stablePriceByProductIdAndStoreName.js +2 -2
- package/dist/schema/queries/stablePriceByStorePageId.js +2 -2
- package/dist/schema/queries/storePageFetchData.js +2 -2
- package/dist/schema/queries/storePageIdByUrl.js +2 -2
- package/dist/schema/queries/storePageIdListBySomeId.js +2 -2
- package/dist/schema/queries/storePageInfo.js +2 -2
- package/dist/schema/queries/storePageInfoBySku.js +2 -2
- package/dist/schema/queries/storePageScrapeData.js +2 -2
- package/dist/schema/queries/subCategoryIdListByCategoryId.js +2 -2
- package/dist/schema/queries/subsetModifierDataByModifiers.js +2 -2
- package/dist/schema/queries/topProductDocumentList.js +2 -2
- package/dist/schema/queries/unstableMediaIdListByCategoryId.js +2 -2
- package/dist/schema/queries/unstableSourceTrust.js +2 -2
- package/dist/schema/queries/userIdList.js +2 -2
- package/dist/schema/queries/userPermissionsByUserId.js +2 -2
- package/dist/schema/queries/userRestictedData.js +2 -2
- package/dist/schema/queries/userReviewAnalysis.js +2 -2
- package/dist/schema/queries/whoAmI.js +2 -2
- package/dist/schema/queries.js +2 -2
- package/dist/schema/responses.js +2 -2
- package/package.json +1 -1
- package/types/api/FetchOptions.d.ts +5 -5
- package/types/api/QueryError.d.ts +29 -29
- package/types/api/QueryResolver.d.ts +31 -31
- package/types/api/WrappedQuery.d.ts +8 -8
- package/types/api/fast1a64utf.d.ts +2 -2
- package/types/api/fetchEntity.d.ts +6 -6
- package/types/api/fetchQuery.d.ts +6 -6
- package/types/api/getHash.d.ts +6 -6
- package/types/api/getQueryHash.d.ts +2 -2
- package/types/index.d.ts +10 -10
- package/types/schema/builtins.d.ts +123 -123
- package/types/schema/entities/alias.d.ts +5 -5
- package/types/schema/entities/brand.d.ts +4 -4
- package/types/schema/entities/category.d.ts +6 -6
- package/types/schema/entities/crawl.d.ts +11 -11
- package/types/schema/entities/index.d.ts +17 -17
- package/types/schema/entities/media.d.ts +5 -5
- package/types/schema/entities/offer.d.ts +10 -10
- package/types/schema/entities/productConfiguration.d.ts +4 -4
- package/types/schema/entities/productFamily.d.ts +4 -4
- package/types/schema/entities/productGeneration.d.ts +4 -4
- package/types/schema/entities/productType.d.ts +4 -4
- package/types/schema/entities/rating.d.ts +52 -52
- package/types/schema/entities/source.d.ts +7 -7
- package/types/schema/entities/spec.d.ts +21 -21
- package/types/schema/entities/specType.d.ts +5 -5
- package/types/schema/entities/specTypeChoice.d.ts +6 -6
- package/types/schema/entities/storePage.d.ts +7 -7
- package/types/schema/entities/storePageQueueGroup.d.ts +5 -5
- package/types/schema/entities/user.d.ts +4 -4
- package/types/schema/index.d.ts +261 -259
- package/types/schema/index.d.ts.map +1 -1
- package/types/schema/mutations/createBrand.d.ts +8 -8
- package/types/schema/mutations/createCategory.d.ts +8 -8
- package/types/schema/mutations/createProductConfiguration.d.ts +9 -9
- package/types/schema/mutations/createProductFamily.d.ts +9 -9
- package/types/schema/mutations/createProductGeneration.d.ts +9 -9
- package/types/schema/mutations/createProductType.d.ts +9 -9
- package/types/schema/mutations/createUser.d.ts +9 -9
- package/types/schema/mutations/storePageQueueClaimById.d.ts +16 -16
- package/types/schema/mutations/storePageQueueClaimNext.d.ts +14 -14
- package/types/schema/mutations/storePageQueueHandle.d.ts +14 -14
- package/types/schema/mutations/storePageQueueHandleStorePageIdSet.d.ts +14 -14
- package/types/schema/mutations/updateAlias.d.ts +7 -7
- package/types/schema/mutations/updateBrand.d.ts +7 -7
- package/types/schema/mutations/updateCategory.d.ts +9 -9
- package/types/schema/mutations/updateOffer.d.ts +7 -7
- package/types/schema/mutations/updateProductConfiguration.d.ts +7 -7
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +7 -7
- package/types/schema/mutations/updateProductFamily.d.ts +7 -7
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +7 -7
- package/types/schema/mutations/updateProductGeneration.d.ts +7 -7
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +7 -7
- package/types/schema/mutations/updateProductType.d.ts +7 -7
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +7 -7
- package/types/schema/mutations/updateSource.d.ts +9 -9
- package/types/schema/mutations/updateStorePage.d.ts +7 -7
- package/types/schema/queries/affiliateUrl.d.ts +11 -11
- package/types/schema/queries/aliasIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/analyticsTrack.d.ts +5 -5
- package/types/schema/queries/appliedCategoryIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/baseScore.d.ts +8 -8
- package/types/schema/queries/baseScoreRatingIdList.d.ts +7 -7
- package/types/schema/queries/baseScoresByCategoryId.d.ts +11 -11
- package/types/schema/queries/bestInClass.d.ts +19 -19
- package/types/schema/queries/brandAliasResolution.d.ts +10 -10
- package/types/schema/queries/brandCategoryRankings.d.ts +36 -36
- package/types/schema/queries/brandIdBySomeId.d.ts +5 -5
- package/types/schema/queries/brandIdList.d.ts +8 -8
- package/types/schema/queries/brandIdListBySearch.d.ts +6 -6
- package/types/schema/queries/brandSocialMediaPostList.d.ts +21 -21
- package/types/schema/queries/categoryAliasResolution.d.ts +12 -12
- package/types/schema/queries/categoryDisplayMode.d.ts +10 -10
- package/types/schema/queries/categoryIdByUrlSlug.d.ts +5 -5
- package/types/schema/queries/categoryIdList.d.ts +8 -8
- package/types/schema/queries/categoryIdListBySomeId.d.ts +10 -10
- package/types/schema/queries/categoryIdListBySourceId.d.ts +6 -6
- package/types/schema/queries/categoryModifierSearchList.d.ts +21 -21
- package/types/schema/queries/categoryRankings.d.ts +13 -13
- package/types/schema/queries/categorySearchList.d.ts +16 -16
- package/types/schema/queries/categoryStatusList.d.ts +9 -9
- package/types/schema/queries/competitorsAnalysis.d.ts +35 -0
- package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -0
- package/types/schema/queries/crawlIdList.d.ts +11 -11
- package/types/schema/queries/crawlIdListByUrl.d.ts +6 -6
- package/types/schema/queries/descriptionMarkdown.d.ts +5 -5
- package/types/schema/queries/entityType.d.ts +54 -54
- package/types/schema/queries/fallbackPriceByProductTypeId.d.ts +6 -6
- package/types/schema/queries/inputLayerVersion.d.ts +5 -5
- package/types/schema/queries/latestRatingIdList.d.ts +6 -6
- package/types/schema/queries/latestRatingIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/mediaIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +8 -8
- package/types/schema/queries/noteMarkdown.d.ts +5 -5
- package/types/schema/queries/offerIdListByStorePageId.d.ts +12 -12
- package/types/schema/queries/possibleAliasIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/possibleStorePageIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/preferredCategoryIdListByProductId.d.ts +6 -6
- package/types/schema/queries/preferredLatestRatingIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/preferredStorePageList.d.ts +11 -11
- package/types/schema/queries/priceHistoryLookup.d.ts +16 -16
- package/types/schema/queries/pricePointCompetitors.d.ts +16 -16
- package/types/schema/queries/priceRangeByCategoryId.d.ts +10 -10
- package/types/schema/queries/productConfigurationIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/productDealList.d.ts +13 -13
- package/types/schema/queries/productDocumentByStoreUrl.d.ts +7 -7
- package/types/schema/queries/productDocumentsByProductIds.d.ts +6 -6
- package/types/schema/queries/productFamilyIdBySomeId.d.ts +5 -5
- package/types/schema/queries/productFamilyIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/productGenerationIdBySomeId.d.ts +5 -5
- package/types/schema/queries/productGenerationIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/productListSort.d.ts +9 -9
- package/types/schema/queries/productPricePointList.d.ts +13 -13
- package/types/schema/queries/productSearchList.d.ts +39 -39
- package/types/schema/queries/productTypeIdBySomeId.d.ts +5 -5
- package/types/schema/queries/productTypeIdByStoreUrl.d.ts +6 -6
- package/types/schema/queries/productTypeIdListByCategoryId.d.ts +10 -10
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +7 -7
- package/types/schema/queries/productTypeIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/saleMetrics.d.ts +8 -8
- package/types/schema/queries/searchSuggestionList.d.ts +9 -9
- package/types/schema/queries/sectionDataByCrawlId.d.ts +19 -19
- package/types/schema/queries/sourceIdList.d.ts +4 -4
- package/types/schema/queries/specIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/specTypeIdList.d.ts +12 -12
- package/types/schema/queries/specTypeValidValues.d.ts +15 -15
- package/types/schema/queries/specValueRangeListByCategoryId.d.ts +36 -36
- package/types/schema/queries/stablePriceByProductId.d.ts +6 -6
- package/types/schema/queries/stablePriceByProductIdAndStoreName.d.ts +7 -7
- package/types/schema/queries/stablePriceByStorePageId.d.ts +6 -6
- package/types/schema/queries/storePageFetchData.d.ts +12 -12
- package/types/schema/queries/storePageIdByUrl.d.ts +6 -6
- package/types/schema/queries/storePageIdListBySomeId.d.ts +6 -6
- package/types/schema/queries/storePageInfo.d.ts +11 -11
- package/types/schema/queries/storePageInfoBySku.d.ts +20 -20
- package/types/schema/queries/storePageScrapeData.d.ts +9 -9
- package/types/schema/queries/subCategoryIdListByCategoryId.d.ts +6 -6
- package/types/schema/queries/subsetModifierDataByModifiers.d.ts +12 -12
- package/types/schema/queries/topProductDocumentList.d.ts +8 -8
- package/types/schema/queries/unstableMediaIdListByCategoryId.d.ts +6 -6
- package/types/schema/queries/unstableSourceTrust.d.ts +9 -9
- package/types/schema/queries/userIdList.d.ts +4 -4
- package/types/schema/queries/userPermissionsByUserId.d.ts +7 -7
- package/types/schema/queries/userRestictedData.d.ts +10 -10
- package/types/schema/queries/userReviewAnalysis.d.ts +37 -37
- package/types/schema/queries/whoAmI.d.ts +5 -5
- package/types/schema/queries.d.ts +83 -82
- package/types/schema/queries.d.ts.map +1 -1
- package/types/schema/responses.d.ts +83 -82
- package/types/schema/responses.d.ts.map +1 -1
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { AnyId } from "../builtins";
|
|
2
|
-
import * as Entities from "../entities";
|
|
3
|
-
export interface EntityTypeQuery {
|
|
4
|
-
anyId: AnyId;
|
|
5
|
-
}
|
|
6
|
-
export declare type EntityTypeResponse = {
|
|
7
|
-
id: Entities.Alias["id"];
|
|
8
|
-
type: "alias";
|
|
9
|
-
} | {
|
|
10
|
-
id: Entities.Brand["id"];
|
|
11
|
-
type: "brand";
|
|
12
|
-
} | {
|
|
13
|
-
id: Entities.Category["id"];
|
|
14
|
-
type: "category";
|
|
15
|
-
} | {
|
|
16
|
-
id: Entities.Crawl["id"];
|
|
17
|
-
type: "crawl";
|
|
18
|
-
} | {
|
|
19
|
-
id: Entities.Media["id"];
|
|
20
|
-
type: "media";
|
|
21
|
-
} | {
|
|
22
|
-
id: Entities.ProductConfiguration["id"];
|
|
23
|
-
type: "productConfiguration";
|
|
24
|
-
} | {
|
|
25
|
-
id: Entities.ProductFamily["id"];
|
|
26
|
-
type: "productFamily";
|
|
27
|
-
} | {
|
|
28
|
-
id: Entities.ProductGeneration["id"];
|
|
29
|
-
type: "productGeneration";
|
|
30
|
-
} | {
|
|
31
|
-
id: Entities.ProductType["id"];
|
|
32
|
-
type: "productType";
|
|
33
|
-
} | {
|
|
34
|
-
id: Entities.Rating["id"];
|
|
35
|
-
type: "rating";
|
|
36
|
-
} | {
|
|
37
|
-
id: Entities.Source["id"];
|
|
38
|
-
type: "source";
|
|
39
|
-
} | {
|
|
40
|
-
id: Entities.Spec["id"];
|
|
41
|
-
type: "spec";
|
|
42
|
-
} | {
|
|
43
|
-
id: Entities.SpecTypeChoice["id"];
|
|
44
|
-
type: "specTypeChoice";
|
|
45
|
-
} | {
|
|
46
|
-
id: Entities.SpecType["id"];
|
|
47
|
-
type: "specType";
|
|
48
|
-
} | {
|
|
49
|
-
id: Entities.StorePage["id"];
|
|
50
|
-
type: "storePage";
|
|
51
|
-
} | {
|
|
52
|
-
id: Entities.User["id"];
|
|
53
|
-
type: "user";
|
|
54
|
-
};
|
|
1
|
+
import { AnyId } from "../builtins";
|
|
2
|
+
import * as Entities from "../entities";
|
|
3
|
+
export interface EntityTypeQuery {
|
|
4
|
+
anyId: AnyId;
|
|
5
|
+
}
|
|
6
|
+
export declare type EntityTypeResponse = {
|
|
7
|
+
id: Entities.Alias["id"];
|
|
8
|
+
type: "alias";
|
|
9
|
+
} | {
|
|
10
|
+
id: Entities.Brand["id"];
|
|
11
|
+
type: "brand";
|
|
12
|
+
} | {
|
|
13
|
+
id: Entities.Category["id"];
|
|
14
|
+
type: "category";
|
|
15
|
+
} | {
|
|
16
|
+
id: Entities.Crawl["id"];
|
|
17
|
+
type: "crawl";
|
|
18
|
+
} | {
|
|
19
|
+
id: Entities.Media["id"];
|
|
20
|
+
type: "media";
|
|
21
|
+
} | {
|
|
22
|
+
id: Entities.ProductConfiguration["id"];
|
|
23
|
+
type: "productConfiguration";
|
|
24
|
+
} | {
|
|
25
|
+
id: Entities.ProductFamily["id"];
|
|
26
|
+
type: "productFamily";
|
|
27
|
+
} | {
|
|
28
|
+
id: Entities.ProductGeneration["id"];
|
|
29
|
+
type: "productGeneration";
|
|
30
|
+
} | {
|
|
31
|
+
id: Entities.ProductType["id"];
|
|
32
|
+
type: "productType";
|
|
33
|
+
} | {
|
|
34
|
+
id: Entities.Rating["id"];
|
|
35
|
+
type: "rating";
|
|
36
|
+
} | {
|
|
37
|
+
id: Entities.Source["id"];
|
|
38
|
+
type: "source";
|
|
39
|
+
} | {
|
|
40
|
+
id: Entities.Spec["id"];
|
|
41
|
+
type: "spec";
|
|
42
|
+
} | {
|
|
43
|
+
id: Entities.SpecTypeChoice["id"];
|
|
44
|
+
type: "specTypeChoice";
|
|
45
|
+
} | {
|
|
46
|
+
id: Entities.SpecType["id"];
|
|
47
|
+
type: "specType";
|
|
48
|
+
} | {
|
|
49
|
+
id: Entities.StorePage["id"];
|
|
50
|
+
type: "storePage";
|
|
51
|
+
} | {
|
|
52
|
+
id: Entities.User["id"];
|
|
53
|
+
type: "user";
|
|
54
|
+
};
|
|
55
55
|
//# sourceMappingURL=entityType.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Money } from "../builtins";
|
|
2
|
-
import { ProductType } from "../entities";
|
|
3
|
-
export interface FallbackPriceByProductTypeIdQuery {
|
|
4
|
-
productTypeId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type FallbackPriceByProductTypeIdResponse = Money;
|
|
1
|
+
import { Money } from "../builtins";
|
|
2
|
+
import { ProductType } from "../entities";
|
|
3
|
+
export interface FallbackPriceByProductTypeIdQuery {
|
|
4
|
+
productTypeId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type FallbackPriceByProductTypeIdResponse = Money;
|
|
7
7
|
//# sourceMappingURL=fallbackPriceByProductTypeId.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare type InputLayerVersionQuery = {};
|
|
2
|
-
export interface InputLayerVersionResponse {
|
|
3
|
-
model: string;
|
|
4
|
-
sourceData: string;
|
|
5
|
-
}
|
|
1
|
+
export declare type InputLayerVersionQuery = {};
|
|
2
|
+
export interface InputLayerVersionResponse {
|
|
3
|
+
model: string;
|
|
4
|
+
sourceData: string;
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=inputLayerVersion.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, ProductConfiguration, ProductFamily, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
-
export interface LatestRatingIdListQuery extends ListQuery {
|
|
4
|
-
productId: Brand["id"] | ProductConfiguration["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type LatestRatingIdListResponse = ListResponse<Rating["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, ProductConfiguration, ProductFamily, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
+
export interface LatestRatingIdListQuery extends ListQuery {
|
|
4
|
+
productId: Brand["id"] | ProductConfiguration["id"] | ProductFamily["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type LatestRatingIdListResponse = ListResponse<Rating["id"]>;
|
|
7
7
|
//# sourceMappingURL=latestRatingIdList.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
-
export interface LatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type LatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, ProductGeneration, ProductType, Rating } from "../entities";
|
|
3
|
+
export interface LatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type LatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
7
|
//# sourceMappingURL=latestRatingIdListBySomeId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Media, ProductType } from "../entities";
|
|
3
|
-
export interface MediaIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type MediaIdListBySomeIdResponse = ListResponse<Media["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Media, ProductType } from "../entities";
|
|
3
|
+
export interface MediaIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type MediaIdListBySomeIdResponse = ListResponse<Media["id"]>;
|
|
7
7
|
//# sourceMappingURL=mediaIdListBySomeId.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Category } from "../entities";
|
|
2
|
-
import { DisplayMode } from "../builtins";
|
|
3
|
-
export interface MlCategoryDisplayModeQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
}
|
|
6
|
-
export interface MlCategoryDisplayModeResponse {
|
|
7
|
-
mlDisplayMode: DisplayMode;
|
|
8
|
-
}
|
|
1
|
+
import { Category } from "../entities";
|
|
2
|
+
import { DisplayMode } from "../builtins";
|
|
3
|
+
export interface MlCategoryDisplayModeQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
}
|
|
6
|
+
export interface MlCategoryDisplayModeResponse {
|
|
7
|
+
mlDisplayMode: DisplayMode;
|
|
8
|
+
}
|
|
9
9
|
//# sourceMappingURL=mlCategoryDisplayMode.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AnyId } from "../builtins";
|
|
2
|
-
export interface NoteMarkdownQuery {
|
|
3
|
-
anyId: AnyId;
|
|
4
|
-
}
|
|
5
|
-
export declare type NoteMarkdownResponse = string;
|
|
1
|
+
import { AnyId } from "../builtins";
|
|
2
|
+
export interface NoteMarkdownQuery {
|
|
3
|
+
anyId: AnyId;
|
|
4
|
+
}
|
|
5
|
+
export declare type NoteMarkdownResponse = string;
|
|
6
6
|
//# sourceMappingURL=noteMarkdown.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Timestamp } from "../builtins";
|
|
2
|
-
import { Offer, StorePage } from "../entities";
|
|
3
|
-
export interface OfferIdListByStorePageIdQuery extends ListQuery<Filters> {
|
|
4
|
-
storePageId: StorePage["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type OfferIdListByStorePageIdResponse = ListResponse<Offer["id"]>;
|
|
7
|
-
interface Filters {
|
|
8
|
-
before?: Timestamp;
|
|
9
|
-
after?: Timestamp;
|
|
10
|
-
isValid?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export {};
|
|
1
|
+
import { ListQuery, ListResponse, Timestamp } from "../builtins";
|
|
2
|
+
import { Offer, StorePage } from "../entities";
|
|
3
|
+
export interface OfferIdListByStorePageIdQuery extends ListQuery<Filters> {
|
|
4
|
+
storePageId: StorePage["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type OfferIdListByStorePageIdResponse = ListResponse<Offer["id"]>;
|
|
7
|
+
interface Filters {
|
|
8
|
+
before?: Timestamp;
|
|
9
|
+
after?: Timestamp;
|
|
10
|
+
isValid?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
13
|
//# sourceMappingURL=offerIdListByStorePageId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Alias, ProductType } from "../entities";
|
|
3
|
-
export interface PossibleAliasIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PossibleAliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Alias, ProductType } from "../entities";
|
|
3
|
+
export interface PossibleAliasIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type PossibleAliasIdListBySomeIdResponse = ListResponse<Alias["id"]>;
|
|
7
7
|
//# sourceMappingURL=possibleAliasIdListBySomeId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductType, StorePage } from "../entities";
|
|
3
|
-
export interface PossibleStorePageIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PossibleStorePageIdListBySomeIdResponse = ListResponse<StorePage["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { ProductType, StorePage } from "../entities";
|
|
3
|
+
export interface PossibleStorePageIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type PossibleStorePageIdListBySomeIdResponse = ListResponse<StorePage["id"]>;
|
|
7
7
|
//# sourceMappingURL=possibleStorePageIdListBySomeId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, SortedListResponse } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface PreferredCategoryIdListByProductIdQuery extends ListQuery {
|
|
4
|
-
productId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredCategoryIdListByProductIdResponse = SortedListResponse<Category["id"]>;
|
|
1
|
+
import { ListQuery, SortedListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface PreferredCategoryIdListByProductIdQuery extends ListQuery {
|
|
4
|
+
productId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type PreferredCategoryIdListByProductIdResponse = SortedListResponse<Category["id"]>;
|
|
7
7
|
//# sourceMappingURL=preferredCategoryIdListByProductId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Rating, Brand, ProductGeneration, ProductType } from "../entities";
|
|
3
|
-
export interface PreferredLatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredLatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Rating, Brand, ProductGeneration, ProductType } from "../entities";
|
|
3
|
+
export interface PreferredLatestRatingIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | ProductGeneration["id"] | ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type PreferredLatestRatingIdListBySomeIdResponse = ListResponse<Rating["id"]>;
|
|
7
7
|
//# sourceMappingURL=preferredLatestRatingIdListBySomeId.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ListQuery, ListResponse, Money } from "../builtins";
|
|
2
|
-
import { ProductType, StorePage } from "../entities";
|
|
3
|
-
export interface PreferredStorePageListQuery extends ListQuery {
|
|
4
|
-
productId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
|
|
7
|
-
interface PreferredStorePage {
|
|
8
|
-
storePageId: StorePage["id"];
|
|
9
|
-
price: Money;
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
1
|
+
import { ListQuery, ListResponse, Money } from "../builtins";
|
|
2
|
+
import { ProductType, StorePage } from "../entities";
|
|
3
|
+
export interface PreferredStorePageListQuery extends ListQuery {
|
|
4
|
+
productId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
|
|
7
|
+
interface PreferredStorePage {
|
|
8
|
+
storePageId: StorePage["id"];
|
|
9
|
+
price: Money;
|
|
10
|
+
}
|
|
11
|
+
export {};
|
|
12
12
|
//# sourceMappingURL=preferredStorePageList.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { AnyCurrency, IsoCountry, MoneyAmount, Timestamp } from "../builtins";
|
|
2
|
-
export interface PriceHistoryLookupQuery {
|
|
3
|
-
store: "amazon" | string;
|
|
4
|
-
sku: string;
|
|
5
|
-
type: PriceType;
|
|
6
|
-
country: IsoCountry;
|
|
7
|
-
}
|
|
8
|
-
export interface PriceHistoryLookupResponse {
|
|
9
|
-
store: string;
|
|
10
|
-
sku: string;
|
|
11
|
-
type: PriceType;
|
|
12
|
-
currency: AnyCurrency;
|
|
13
|
-
prices: [Timestamp, MoneyAmount | null][];
|
|
14
|
-
}
|
|
15
|
-
declare type PriceType = "list" | "buy" | "new" | "used" | "refurbished";
|
|
16
|
-
export {};
|
|
1
|
+
import { AnyCurrency, IsoCountry, MoneyAmount, Timestamp } from "../builtins";
|
|
2
|
+
export interface PriceHistoryLookupQuery {
|
|
3
|
+
store: "amazon" | string;
|
|
4
|
+
sku: string;
|
|
5
|
+
type: PriceType;
|
|
6
|
+
country: IsoCountry;
|
|
7
|
+
}
|
|
8
|
+
export interface PriceHistoryLookupResponse {
|
|
9
|
+
store: string;
|
|
10
|
+
sku: string;
|
|
11
|
+
type: PriceType;
|
|
12
|
+
currency: AnyCurrency;
|
|
13
|
+
prices: [Timestamp, MoneyAmount | null][];
|
|
14
|
+
}
|
|
15
|
+
declare type PriceType = "list" | "buy" | "new" | "used" | "refurbished";
|
|
16
|
+
export {};
|
|
17
17
|
//# sourceMappingURL=priceHistoryLookup.d.ts.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Money } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface PricePointCompetitorsQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
referencePrice: Money;
|
|
6
|
-
productTypeIds?: ProductType["id"][];
|
|
7
|
-
}
|
|
8
|
-
export interface PricePointCompetitorsResponse {
|
|
9
|
-
recommendedCompetitors: [PricePointCompetitor];
|
|
10
|
-
additionalCompetitors: [PricePointCompetitor];
|
|
11
|
-
}
|
|
12
|
-
interface PricePointCompetitor {
|
|
13
|
-
productTypeId: ProductType["id"];
|
|
14
|
-
contextualScore: number;
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
1
|
+
import { Money } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface PricePointCompetitorsQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
referencePrice: Money;
|
|
6
|
+
productTypeIds?: ProductType["id"][];
|
|
7
|
+
}
|
|
8
|
+
export interface PricePointCompetitorsResponse {
|
|
9
|
+
recommendedCompetitors: [PricePointCompetitor];
|
|
10
|
+
additionalCompetitors: [PricePointCompetitor];
|
|
11
|
+
}
|
|
12
|
+
interface PricePointCompetitor {
|
|
13
|
+
productTypeId: ProductType["id"];
|
|
14
|
+
contextualScore: number;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
17
17
|
//# sourceMappingURL=pricePointCompetitors.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { IsoCurrency, Money } from "../builtins";
|
|
2
|
-
import { Category } from "../entities";
|
|
3
|
-
export interface PriceRangeByCategoryIdQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
currency: IsoCurrency;
|
|
6
|
-
}
|
|
7
|
-
export interface PriceRangeByCategoryIdResponse {
|
|
8
|
-
min: Money;
|
|
9
|
-
max: Money;
|
|
10
|
-
}
|
|
1
|
+
import { IsoCurrency, Money } from "../builtins";
|
|
2
|
+
import { Category } from "../entities";
|
|
3
|
+
export interface PriceRangeByCategoryIdQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
currency: IsoCurrency;
|
|
6
|
+
}
|
|
7
|
+
export interface PriceRangeByCategoryIdResponse {
|
|
8
|
+
min: Money;
|
|
9
|
+
max: Money;
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=priceRangeByCategoryId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
-
export interface ProductConfigurationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductType["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductConfigurationIdListBySomeIdResponse = ListResponse<ProductConfiguration["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { ProductConfiguration, ProductType } from "../entities";
|
|
3
|
+
export interface ProductConfigurationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductType["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type ProductConfigurationIdListBySomeIdResponse = ListResponse<ProductConfiguration["id"]>;
|
|
7
7
|
//# sourceMappingURL=productConfigurationIdListBySomeId.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ListQuery, NonEmptySortedIds, SortedListResponse } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export declare type ProductDealListQuery = ListQuery<Filters>;
|
|
4
|
-
export declare type ProductDealListResponse = SortedListResponse<ProductDealInfo>;
|
|
5
|
-
interface Filters {
|
|
6
|
-
categoryIds?: Category["id"][];
|
|
7
|
-
maxPerCategory?: number;
|
|
8
|
-
}
|
|
9
|
-
interface ProductDealInfo {
|
|
10
|
-
productTypeId: ProductType["id"];
|
|
11
|
-
categoryIds: NonEmptySortedIds<Category["id"]>;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
1
|
+
import { ListQuery, NonEmptySortedIds, SortedListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export declare type ProductDealListQuery = ListQuery<Filters>;
|
|
4
|
+
export declare type ProductDealListResponse = SortedListResponse<ProductDealInfo>;
|
|
5
|
+
interface Filters {
|
|
6
|
+
categoryIds?: Category["id"][];
|
|
7
|
+
maxPerCategory?: number;
|
|
8
|
+
}
|
|
9
|
+
interface ProductDealInfo {
|
|
10
|
+
productTypeId: ProductType["id"];
|
|
11
|
+
categoryIds: NonEmptySortedIds<Category["id"]>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=productDealList.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Url, ProductDocument } from "../builtins";
|
|
2
|
-
export interface ProductDocumentByStoreUrlQuery {
|
|
3
|
-
storeUrl: Url;
|
|
4
|
-
}
|
|
5
|
-
export interface ProductDocumentByStoreUrlResponse {
|
|
6
|
-
result: ProductDocument | null;
|
|
7
|
-
}
|
|
1
|
+
import { Url, ProductDocument } from "../builtins";
|
|
2
|
+
export interface ProductDocumentByStoreUrlQuery {
|
|
3
|
+
storeUrl: Url;
|
|
4
|
+
}
|
|
5
|
+
export interface ProductDocumentByStoreUrlResponse {
|
|
6
|
+
result: ProductDocument | null;
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=productDocumentByStoreUrl.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ProductType } from "../entities";
|
|
2
|
-
import { ProductDocument } from "../builtins";
|
|
3
|
-
export interface ProductDocumentsByProductIdsQuery {
|
|
4
|
-
productIds: ProductType["id"][];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductDocumentsByProductIdsResponse = ProductDocument[];
|
|
1
|
+
import { ProductType } from "../entities";
|
|
2
|
+
import { ProductDocument } from "../builtins";
|
|
3
|
+
export interface ProductDocumentsByProductIdsQuery {
|
|
4
|
+
productIds: ProductType["id"][];
|
|
5
|
+
}
|
|
6
|
+
export declare type ProductDocumentsByProductIdsResponse = ProductDocument[];
|
|
7
7
|
//# sourceMappingURL=productDocumentsByProductIds.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ProductFamily, ProductGeneration } from "../entities";
|
|
2
|
-
export interface ProductFamilyIdBySomeIdQuery {
|
|
3
|
-
someId: ProductGeneration["id"];
|
|
4
|
-
}
|
|
5
|
-
export declare type ProductFamilyIdBySomeIdResponse = ProductFamily["id"];
|
|
1
|
+
import { ProductFamily, ProductGeneration } from "../entities";
|
|
2
|
+
export interface ProductFamilyIdBySomeIdQuery {
|
|
3
|
+
someId: ProductGeneration["id"];
|
|
4
|
+
}
|
|
5
|
+
export declare type ProductFamilyIdBySomeIdResponse = ProductFamily["id"];
|
|
6
6
|
//# sourceMappingURL=productFamilyIdBySomeId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Brand, Category, ProductFamily } from "../entities";
|
|
3
|
-
export interface ProductFamilyIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: Brand["id"] | Category["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductFamilyIdListBySomeIdResponse = ListResponse<ProductFamily["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Brand, Category, ProductFamily } from "../entities";
|
|
3
|
+
export interface ProductFamilyIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: Brand["id"] | Category["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type ProductFamilyIdListBySomeIdResponse = ListResponse<ProductFamily["id"]>;
|
|
7
7
|
//# sourceMappingURL=productFamilyIdListBySomeId.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ProductGeneration, ProductType } from "../entities";
|
|
2
|
-
export interface ProductGenerationIdBySomeIdQuery {
|
|
3
|
-
someId: ProductType["id"];
|
|
4
|
-
}
|
|
5
|
-
export declare type ProductGenerationIdBySomeIdResponse = ProductGeneration["id"];
|
|
1
|
+
import { ProductGeneration, ProductType } from "../entities";
|
|
2
|
+
export interface ProductGenerationIdBySomeIdQuery {
|
|
3
|
+
someId: ProductType["id"];
|
|
4
|
+
}
|
|
5
|
+
export declare type ProductGenerationIdBySomeIdResponse = ProductGeneration["id"];
|
|
6
6
|
//# sourceMappingURL=productGenerationIdBySomeId.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { ProductFamily, ProductGeneration } from "../entities";
|
|
3
|
-
export interface ProductGenerationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
-
someId: ProductFamily["id"];
|
|
5
|
-
}
|
|
6
|
-
export declare type ProductGenerationIdListBySomeIdResponse = ListResponse<ProductGeneration["id"]>;
|
|
1
|
+
import { ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { ProductFamily, ProductGeneration } from "../entities";
|
|
3
|
+
export interface ProductGenerationIdListBySomeIdQuery extends ListQuery {
|
|
4
|
+
someId: ProductFamily["id"];
|
|
5
|
+
}
|
|
6
|
+
export declare type ProductGenerationIdListBySomeIdResponse = ListResponse<ProductGeneration["id"]>;
|
|
7
7
|
//# sourceMappingURL=productGenerationIdListBySomeId.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Category, ProductType } from "../entities";
|
|
2
|
-
export interface ProductListSortQuery {
|
|
3
|
-
categoryId: Category["id"];
|
|
4
|
-
productTypeIds?: ProductType["id"][];
|
|
5
|
-
sortOption?: "score";
|
|
6
|
-
}
|
|
7
|
-
export interface ProductListSortResponse {
|
|
8
|
-
sortedProductTypeIds: ProductType["id"][];
|
|
9
|
-
}
|
|
1
|
+
import { Category, ProductType } from "../entities";
|
|
2
|
+
export interface ProductListSortQuery {
|
|
3
|
+
categoryId: Category["id"];
|
|
4
|
+
productTypeIds?: ProductType["id"][];
|
|
5
|
+
sortOption?: "score";
|
|
6
|
+
}
|
|
7
|
+
export interface ProductListSortResponse {
|
|
8
|
+
sortedProductTypeIds: ProductType["id"][];
|
|
9
|
+
}
|
|
10
10
|
//# sourceMappingURL=productListSort.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Money, IsoCurrency, ListQuery, ListResponse } from "../builtins";
|
|
2
|
-
import { Category, ProductType } from "../entities";
|
|
3
|
-
export interface ProductPricePointListQuery extends ListQuery {
|
|
4
|
-
categoryId: Category["id"];
|
|
5
|
-
currency: IsoCurrency;
|
|
6
|
-
productTypeIds?: ProductType["id"][];
|
|
7
|
-
}
|
|
8
|
-
export declare type ProductPricePointListResponse = ListResponse<ProductPricePoint>;
|
|
9
|
-
interface ProductPricePoint {
|
|
10
|
-
productTypeId: ProductType["id"];
|
|
11
|
-
price: Money;
|
|
12
|
-
}
|
|
13
|
-
export {};
|
|
1
|
+
import { Money, IsoCurrency, ListQuery, ListResponse } from "../builtins";
|
|
2
|
+
import { Category, ProductType } from "../entities";
|
|
3
|
+
export interface ProductPricePointListQuery extends ListQuery {
|
|
4
|
+
categoryId: Category["id"];
|
|
5
|
+
currency: IsoCurrency;
|
|
6
|
+
productTypeIds?: ProductType["id"][];
|
|
7
|
+
}
|
|
8
|
+
export declare type ProductPricePointListResponse = ListResponse<ProductPricePoint>;
|
|
9
|
+
interface ProductPricePoint {
|
|
10
|
+
productTypeId: ProductType["id"];
|
|
11
|
+
price: Money;
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
14
14
|
//# sourceMappingURL=productPricePointList.d.ts.map
|