sales-frontend-debug 0.0.63 → 0.0.64
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';
|
|
51
|
+
type DebugFilterKey = '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';
|
|
51
|
+
type DebugFilterKey = '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
|
@@ -382,6 +382,10 @@ var filterList = [
|
|
|
382
382
|
{
|
|
383
383
|
key: "http-log",
|
|
384
384
|
description: "http \uC694\uCCAD/\uC751\uB2F5 \uB85C\uADF8 on/off"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
key: "data-init-button",
|
|
388
|
+
description: "\uC11C\uC2DD\uB2E8\uACC4,\uCD08\uAE30\uD654 \uBC84\uD2BC \uCD94\uAC00"
|
|
385
389
|
}
|
|
386
390
|
];
|
|
387
391
|
function Filter() {
|