@lustre/sdk 3.2.3-dev.6 → 3.2.3-dev.8
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 +4 -0
- package/dist/api/FetchOptions.js.map +1 -1
- package/dist/api/QueryResolver.js +3 -3
- package/dist/api/QueryResolver.js.map +1 -1
- package/dist/api/fetchEntity.js +3 -3
- package/dist/api/fetchEntity.js.map +1 -1
- package/dist/api/fetchQuery.js +3 -3
- package/dist/api/fetchQuery.js.map +1 -1
- package/dist/api/getHash.js +1 -1
- package/dist/api/getHash.js.map +1 -1
- package/dist/api/getQueryHash.js +1 -1
- package/dist/api/getQueryHash.js.map +1 -1
- package/dist/api/sendMutation.js +2 -2
- package/dist/api/sendMutation.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/schema/queries/researchBestProductsV2.js +3 -0
- package/dist/schema/queries/researchBestProductsV2.js.map +1 -0
- package/package.json +1 -1
- package/types/api/ApiEmitter.d.ts +1 -1
- package/types/api/ApiEmitter.d.ts.map +1 -1
- package/types/api/FetchOptions.d.ts +1 -1
- package/types/api/FetchOptions.d.ts.map +1 -1
- package/types/api/MutationError.d.ts +2 -2
- package/types/api/MutationError.d.ts.map +1 -1
- package/types/api/QueryError.d.ts +2 -2
- package/types/api/QueryError.d.ts.map +1 -1
- package/types/api/QueryResolver.d.ts +4 -4
- package/types/api/QueryResolver.d.ts.map +1 -1
- package/types/api/WrappedMutation.d.ts +1 -1
- package/types/api/WrappedMutation.d.ts.map +1 -1
- package/types/api/WrappedQuery.d.ts +1 -1
- package/types/api/WrappedQuery.d.ts.map +1 -1
- package/types/api/fetchEntity.d.ts +2 -2
- package/types/api/fetchEntity.d.ts.map +1 -1
- package/types/api/fetchQuery.d.ts +2 -2
- package/types/api/fetchQuery.d.ts.map +1 -1
- package/types/api/getQueryHash.d.ts +1 -1
- package/types/api/getQueryHash.d.ts.map +1 -1
- package/types/api/sendMutation.d.ts +2 -2
- package/types/api/sendMutation.d.ts.map +1 -1
- package/types/index.d.ts +10 -10
- package/types/index.d.ts.map +1 -1
- package/types/schema/builtins.d.ts +18 -12
- package/types/schema/builtins.d.ts.map +1 -1
- package/types/schema/mutations/createBrand.d.ts +2 -2
- package/types/schema/mutations/createBrand.d.ts.map +1 -1
- package/types/schema/mutations/createProductConfiguration.d.ts +2 -2
- package/types/schema/mutations/createProductConfiguration.d.ts.map +1 -1
- package/types/schema/mutations/createProductFamily.d.ts +2 -2
- package/types/schema/mutations/createProductFamily.d.ts.map +1 -1
- package/types/schema/mutations/createProductGeneration.d.ts +2 -2
- package/types/schema/mutations/createProductGeneration.d.ts.map +1 -1
- package/types/schema/mutations/createProductType.d.ts +2 -2
- package/types/schema/mutations/createProductType.d.ts.map +1 -1
- package/types/schema/mutations/updateAlias.d.ts +1 -1
- package/types/schema/mutations/updateAlias.d.ts.map +1 -1
- package/types/schema/mutations/updateBrand.d.ts +1 -1
- package/types/schema/mutations/updateBrand.d.ts.map +1 -1
- package/types/schema/mutations/updateCategory.d.ts +1 -1
- package/types/schema/mutations/updateCategory.d.ts.map +1 -1
- package/types/schema/mutations/updateOffer.d.ts +2 -2
- package/types/schema/mutations/updateOffer.d.ts.map +1 -1
- package/types/schema/mutations/updateProductConfiguration.d.ts +1 -1
- package/types/schema/mutations/updateProductConfiguration.d.ts.map +1 -1
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts +2 -2
- package/types/schema/mutations/updateProductConfigurationProductType.d.ts.map +1 -1
- package/types/schema/mutations/updateProductFamily.d.ts +1 -1
- package/types/schema/mutations/updateProductFamily.d.ts.map +1 -1
- package/types/schema/mutations/updateProductFamilyBrand.d.ts +2 -2
- package/types/schema/mutations/updateProductFamilyBrand.d.ts.map +1 -1
- package/types/schema/mutations/updateProductGeneration.d.ts +1 -1
- package/types/schema/mutations/updateProductGeneration.d.ts.map +1 -1
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts +2 -2
- package/types/schema/mutations/updateProductGenerationProductFamily.d.ts.map +1 -1
- package/types/schema/mutations/updateProductType.d.ts +1 -1
- package/types/schema/mutations/updateProductType.d.ts.map +1 -1
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts +2 -2
- package/types/schema/mutations/updateProductTypeProductGeneration.d.ts.map +1 -1
- package/types/schema/mutations/updateSource.d.ts +2 -2
- package/types/schema/mutations/updateSource.d.ts.map +1 -1
- package/types/schema/mutations/updateStorePage.d.ts +1 -1
- package/types/schema/mutations/updateStorePage.d.ts.map +1 -1
- package/types/schema/queries/brandCategoryRankings.d.ts +1 -1
- package/types/schema/queries/brandCategoryRankings.d.ts.map +1 -1
- package/types/schema/queries/brandIdListBySearch.d.ts +2 -2
- package/types/schema/queries/brandIdListBySearch.d.ts.map +1 -1
- package/types/schema/queries/brandSocialMediaPostList.d.ts +1 -1
- package/types/schema/queries/brandSocialMediaPostList.d.ts.map +1 -1
- package/types/schema/queries/categoryDisplayMode.d.ts +1 -1
- package/types/schema/queries/categoryDisplayMode.d.ts.map +1 -1
- package/types/schema/queries/categoryStatusList.d.ts +2 -2
- package/types/schema/queries/categoryStatusList.d.ts.map +1 -1
- package/types/schema/queries/competitorsAnalysis.d.ts +1 -1
- package/types/schema/queries/competitorsAnalysis.d.ts.map +1 -1
- package/types/schema/queries/educationalSearch.d.ts +1 -1
- package/types/schema/queries/educationalSearch.d.ts.map +1 -1
- package/types/schema/queries/mlCategoryDisplayMode.d.ts +2 -2
- package/types/schema/queries/mlCategoryDisplayMode.d.ts.map +1 -1
- package/types/schema/queries/priceHistoryLists.d.ts +1 -1
- package/types/schema/queries/priceHistoryLists.d.ts.map +1 -1
- package/types/schema/queries/priceHistoryLookup.d.ts +1 -1
- package/types/schema/queries/priceHistoryLookup.d.ts.map +1 -1
- package/types/schema/queries/productDocumentsByProductIds.d.ts +1 -1
- package/types/schema/queries/productDocumentsByProductIds.d.ts.map +1 -1
- package/types/schema/queries/productListSort.d.ts +1 -1
- package/types/schema/queries/productListSort.d.ts.map +1 -1
- package/types/schema/queries/productTradeoffs.d.ts +1 -1
- package/types/schema/queries/productTradeoffs.d.ts.map +1 -1
- package/types/schema/queries/productTypeIdListByModifiers.d.ts +2 -2
- package/types/schema/queries/productTypeIdListByModifiers.d.ts.map +1 -1
- package/types/schema/queries/pushNotificationTokens.d.ts +1 -1
- package/types/schema/queries/pushNotificationTokens.d.ts.map +1 -1
- package/types/schema/queries/research.d.ts +1 -1
- package/types/schema/queries/research.d.ts.map +1 -1
- package/types/schema/queries/researchBestProducts.d.ts +3 -6
- package/types/schema/queries/researchBestProducts.d.ts.map +1 -1
- package/types/schema/queries/researchBestProductsV2.d.ts +13 -0
- package/types/schema/queries/researchBestProductsV2.d.ts.map +1 -0
- package/types/schema/queries/researchProductComparison.d.ts +1 -1
- package/types/schema/queries/researchProductComparison.d.ts.map +1 -1
- package/types/schema/queries/researchProductReview.d.ts +1 -1
- package/types/schema/queries/researchProductReview.d.ts.map +1 -1
- package/types/schema/queries/storePageInfo.d.ts +1 -1
- package/types/schema/queries/storePageInfo.d.ts.map +1 -1
- package/types/schema/queries/storePageInfoBySku.d.ts +1 -1
- package/types/schema/queries/storePageInfoBySku.d.ts.map +1 -1
- package/types/schema/queries/userData.d.ts +1 -1
- package/types/schema/queries/userData.d.ts.map +1 -1
- package/types/schema/queries/userPersonalization.d.ts +1 -1
- package/types/schema/queries/userPersonalization.d.ts.map +1 -1
- package/types/schema/queries/userRestictedData.d.ts +1 -1
- package/types/schema/queries/userRestictedData.d.ts.map +1 -1
- package/types/schema/queries/userReviewAnalysis.d.ts +1 -1
- package/types/schema/queries/userReviewAnalysis.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userRestictedData.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userRestictedData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"userRestictedData.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userRestictedData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,oBAAyB;AAExC,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAA;CACnB;AAED,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,cAAc,EAAE,CAAA;CAC9B;AAED,KAAK,cAAc,GAAG,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,kBAAkB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userReviewAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userReviewAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"userReviewAnalysis.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/userReviewAnalysis.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,GAAG,EAAE,oBAAyB;AAEpE,MAAM,MAAM,uBAAuB,GAC/B;IACE,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;CACZ,GACD;IACE,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAEL,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,WAAW,CAAA;IAClB,kBAAkB,EAAE;QAClB,SAAS,EAAE,UAAU,GAAG,SAAS,GAAG,UAAU,CAAA;QAC9C,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1B,OAAO,EAAE,eAAe,EAAE,CAAA;CAC3B;AAED,KAAK,eAAe,GAAG;IACrB,aAAa,EAAE,UAAU,GAAG,UAAU,CAAA;IACtC,QAAQ,EAAE;QACR,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;QACpB,IAAI,EAAE,cAAc,GAAG,IAAI,CAAA;QAC3B,SAAS,EAAE;YACT,WAAW,EAAE,MAAM,CAAA;YACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;SACvB,EAAE,CAAA;KACJ,EAAE,CAAA;IACH,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAA;AAED,UAAU,UAAU,CAAC,CAAC,SAAS,MAAM;IACnC,IAAI,EAAE,CAAC,CAAA;IACP,GAAG,EAAE,GAAG,GAAG,IAAI,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAA;CAC5B;AAED,KAAK,UAAU,GAAG,UAAU,CAAC,aAAa,CAAC,CAAA;AAE3C,KAAK,MAAM,GAAG,UAAU,CAAA"}
|