@spiffcommerce/preview 5.3.5 → 5.3.6

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.mts CHANGED
@@ -1059,6 +1059,7 @@ declare class SpiffCommerce3DPreviewService implements ThreeDPreviewService {
1059
1059
  private screenshotPrepareResolve;
1060
1060
  private readonly initPromise;
1061
1061
  private initComplete;
1062
+ private currentCameraAnimationPromise;
1062
1063
  constructor(options?: PreviewOptions);
1063
1064
  getInitializationPromise(): Promise<void>;
1064
1065
  getInitializationComplete(): boolean;