@apps-in-toss/framework 2.9.2 → 2.10.0

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.cts CHANGED
@@ -218,10 +218,12 @@ interface BannerSlotErrorPayload {
218
218
  slotId: string;
219
219
  adGroupId: string;
220
220
  adMetadata: Record<string, never>;
221
+ /** `mediationId`는 `/api-web/v3/benefit-ads/display-ad/ads` 응답 수신 후 발생한 에러에만 포함 */
221
222
  error: {
222
223
  code: number;
223
224
  message: string;
224
225
  domain?: string;
226
+ mediationId?: string;
225
227
  };
226
228
  }
227
229
  interface BannerSlotCallbacks {
package/dist/index.d.ts CHANGED
@@ -218,10 +218,12 @@ interface BannerSlotErrorPayload {
218
218
  slotId: string;
219
219
  adGroupId: string;
220
220
  adMetadata: Record<string, never>;
221
+ /** `mediationId`는 `/api-web/v3/benefit-ads/display-ad/ads` 응답 수신 후 발생한 에러에만 포함 */
221
222
  error: {
222
223
  code: number;
223
224
  message: string;
224
225
  domain?: string;
226
+ mediationId?: string;
225
227
  };
226
228
  }
227
229
  interface BannerSlotCallbacks {