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