@spiffcommerce/core 26.38.0-beta.d98620d3-59a9-5edf-b33f-1e6356cd6536 → 26.38.0-beta.dd35ec87-db3f-5f27-a7f7-646f6767a676
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/index.d.ts +0 -1
- package/dist/index.js +129 -129
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1044 -1030
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1565,7 +1565,6 @@ declare enum ProductCollectionProductSortKey {
|
|
|
1565
1565
|
declare class ProductCollection {
|
|
1566
1566
|
private readonly collection;
|
|
1567
1567
|
private fullFetched;
|
|
1568
|
-
private fetched;
|
|
1569
1568
|
constructor(collection: ProductCollectionResource);
|
|
1570
1569
|
/**
|
|
1571
1570
|
* The ID of the product collection.
|