@adstage/web-sdk 3.0.13 → 3.0.14

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
@@ -722,7 +722,7 @@ declare class TrackingParamsModule {
722
722
  static hasClickId(): boolean;
723
723
  /**
724
724
  * Click 이벤트 자동 전송 여부 확인
725
- * 새로운 클릭 ID 발견되면 true 반환
725
+ * 새로운 클릭 ID 또는 channel 파라미터가 발견되면 true 반환
726
726
  */
727
727
  static shouldSendClickEvent(): boolean;
728
728
  /**