@seatlayer/js 0.67.12 → 0.67.13
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.cjs +9 -9
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +8 -8
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -2796,6 +2796,7 @@ declare class SeatPicker implements GaPromptPicker {
|
|
|
2796
2796
|
private clearView3dComparison;
|
|
2797
2797
|
private view3dComparisonSnapshot;
|
|
2798
2798
|
private openSeatConfidencePassport;
|
|
2799
|
+
private reportSeatConfidenceView;
|
|
2799
2800
|
private closeSeatConfidencePassport;
|
|
2800
2801
|
private openView3dComparison;
|
|
2801
2802
|
private closeView3dComparison;
|
package/dist/index.d.ts
CHANGED
|
@@ -2796,6 +2796,7 @@ declare class SeatPicker implements GaPromptPicker {
|
|
|
2796
2796
|
private clearView3dComparison;
|
|
2797
2797
|
private view3dComparisonSnapshot;
|
|
2798
2798
|
private openSeatConfidencePassport;
|
|
2799
|
+
private reportSeatConfidenceView;
|
|
2799
2800
|
private closeSeatConfidencePassport;
|
|
2800
2801
|
private openView3dComparison;
|
|
2801
2802
|
private closeView3dComparison;
|