sales-frontend-api 0.0.170 → 0.0.172
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/method.d.cts +5 -0
- package/dist/method.d.ts +5 -0
- package/package.json +7 -7
package/dist/method.d.cts
CHANGED
|
@@ -642,6 +642,11 @@ interface OrganizationProfileResponse {
|
|
|
642
642
|
* @example "디지털프로덕트팀"
|
|
643
643
|
*/
|
|
644
644
|
organizationName?: string;
|
|
645
|
+
/**
|
|
646
|
+
* @description 폐쇄일자
|
|
647
|
+
* @example "2022.12.31",피그마샘플기준
|
|
648
|
+
*/
|
|
649
|
+
closeDate?: string;
|
|
645
650
|
}
|
|
646
651
|
|
|
647
652
|
declare const getOrganizationProfileListMethod: (params: OrganizationSearchRequestDto, config?: AxiosRequestConfig) => Promise<DspResponseOrganizationProfileResponse>;
|
package/dist/method.d.ts
CHANGED
|
@@ -642,6 +642,11 @@ interface OrganizationProfileResponse {
|
|
|
642
642
|
* @example "디지털프로덕트팀"
|
|
643
643
|
*/
|
|
644
644
|
organizationName?: string;
|
|
645
|
+
/**
|
|
646
|
+
* @description 폐쇄일자
|
|
647
|
+
* @example "2022.12.31",피그마샘플기준
|
|
648
|
+
*/
|
|
649
|
+
closeDate?: string;
|
|
645
650
|
}
|
|
646
651
|
|
|
647
652
|
declare const getOrganizationProfileListMethod: (params: OrganizationSearchRequestDto, config?: AxiosRequestConfig) => Promise<DspResponseOrganizationProfileResponse>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.172",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"typescript": "5.8.2",
|
|
60
60
|
"@tanstack/react-query": "^5.81.2",
|
|
61
61
|
"eslint-config-sales-frontend-eslint-config-v8": "^0.0.8",
|
|
62
|
-
"sales-frontend-bridge": "0.0.
|
|
62
|
+
"sales-frontend-bridge": "0.0.114",
|
|
63
63
|
"sales-frontend-stores": "0.0.12",
|
|
64
64
|
"sales-frontend-typescript-config": "0.0.2",
|
|
65
|
-
"sales-frontend-utils": "0.0.
|
|
65
|
+
"sales-frontend-utils": "0.0.66",
|
|
66
66
|
"sales-frontend-vitest-config": "0.0.2"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"axios": "^1.10.0",
|
|
70
|
-
"sales-frontend-utils": "0.0.
|
|
71
|
-
"sales-frontend-debug": "0.0.
|
|
72
|
-
"sales-frontend-sentry": "0.0.
|
|
70
|
+
"sales-frontend-utils": "0.0.66",
|
|
71
|
+
"sales-frontend-debug": "0.0.71",
|
|
72
|
+
"sales-frontend-sentry": "0.0.14"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@tanstack/react-query": ">=5.0.0",
|
|
76
|
-
"sales-frontend-bridge": "0.0.
|
|
76
|
+
"sales-frontend-bridge": "0.0.114",
|
|
77
77
|
"sales-frontend-stores": "0.0.12"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|