|
|
@@ -39,6 +39,16 @@ export namespace GetApprovalGetYsProfileTreeWithFile {
|
|
|
export type Response = Array<IMatterNode>;
|
|
|
}
|
|
|
|
|
|
+export namespace PostApprovalCreateDir {
|
|
|
+ export type Params = {
|
|
|
+ parentID: string;
|
|
|
+ name: string;
|
|
|
+ matterListID: string;
|
|
|
+ approvalID: string;
|
|
|
+ matterID: string;
|
|
|
+ };
|
|
|
+}
|
|
|
+
|
|
|
export namespace GetApprovalGetGatherYsProfileByBusinessID {
|
|
|
export type Params = { businessID: string; matterID: string };
|
|
|
|
|
|
@@ -50,13 +60,3 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
|
|
|
copy: boolean;
|
|
|
};
|
|
|
}
|
|
|
-
|
|
|
-export namespace PostApprovalCreateDir {
|
|
|
- export type Params = {
|
|
|
- parentID: string;
|
|
|
- name: string;
|
|
|
- matterListID: string;
|
|
|
- approvalID: string;
|
|
|
- matterID: string;
|
|
|
- };
|
|
|
-}
|