sales-frontend-debug 0.0.64 → 0.0.66
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -48,7 +48,7 @@ declare function addRequestLog(config: InternalAxiosRequestConfig): Promise<unkn
|
|
|
48
48
|
declare function addResponseLog(response: AxiosResponse): Promise<unknown> | undefined;
|
|
49
49
|
declare function addErrorLog(error: AxiosError): Promise<unknown> | undefined;
|
|
50
50
|
|
|
51
|
-
type DebugFilterKey = 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
|
|
51
|
+
type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* @deprecated isDebugByFilterName('validation-off') 를 사용하세요. 해당 함수는 삭제 예정
|
package/dist/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ declare function addRequestLog(config: InternalAxiosRequestConfig): Promise<unkn
|
|
|
48
48
|
declare function addResponseLog(response: AxiosResponse): Promise<unknown> | undefined;
|
|
49
49
|
declare function addErrorLog(error: AxiosError): Promise<unknown> | undefined;
|
|
50
50
|
|
|
51
|
-
type DebugFilterKey = 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
|
|
51
|
+
type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* @deprecated isDebugByFilterName('validation-off') 를 사용하세요. 해당 함수는 삭제 예정
|
package/dist/index.js
CHANGED
|
@@ -363,6 +363,10 @@ function ChangeHost() {
|
|
|
363
363
|
}
|
|
364
364
|
var filterNameCookieKey = "dsp-debug-mode-filter-name";
|
|
365
365
|
var filterList = [
|
|
366
|
+
{
|
|
367
|
+
key: "dropdown-transform-test",
|
|
368
|
+
description: "\uB4DC\uB86D\uB2E4\uC6B4 transform\uC2DC \uC815\uC0C1 \uC791\uB3D9 \uD14C\uC2A4\uD2B8"
|
|
369
|
+
},
|
|
366
370
|
{
|
|
367
371
|
key: "downloader",
|
|
368
372
|
description: "\uB2E4\uC6B4\uB85C\uB354 \uD6C5 \uBD84\uAE30 \uD655\uC778\uC6A9"
|