@spiffcommerce/core 16.0.0-beta.8 → 16.0.0-beta.9

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 CHANGED
@@ -1097,7 +1097,7 @@ declare class Variant {
1097
1097
  */
1098
1098
  getAssetResource(): Asset | undefined;
1099
1099
  /**
1100
- * @returns The URL for a thumbnail resource configured on this variant. When no thumbnail is configured explicitly we fall back to the base asset and see if a thumbnail is genererated for that.
1100
+ * @returns The URL for a thumbnail resource configured on this variant.
1101
1101
  */
1102
1102
  getThumbnail(): string | undefined;
1103
1103
  /**
@@ -1536,6 +1536,7 @@ declare abstract class GlobalPropertyHandle {
1536
1536
  }
1537
1537
 
1538
1538
  interface GlobalPropertyStateManager {
1539
+ getInitializationPromise(): Promise<void>;
1539
1540
  getGlobalPropertyState(): GlobalPropertyState | undefined;
1540
1541
  getAspect(name: string): string | undefined;
1541
1542
  setAspect(name: string, value: string): Promise<void>;