@carsayo/types 1.1.892099 → 1.1.892100
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/.env +2 -0
- package/.idea/aws.xml +17 -0
- package/.idea/inspectionProfiles/Project_Default.xml +1205 -0
- package/.idea/main_service_types.iml +12 -0
- package/.idea/misc.xml +15 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/dist/types/modules/member/dto.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
+
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
+
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
+
</content>
|
|
9
|
+
<orderEntry type="inheritedJdk" />
|
|
10
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
+
</component>
|
|
12
|
+
</module>
|
package/.idea/misc.xml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="GithubDefaultAccount">
|
|
4
|
+
<option name="defaultAccountId" value="a32629aa-5b11-46f3-8ae9-6424ea158998" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="MaterialThemeProjectNewConfig">
|
|
7
|
+
<option name="metadata">
|
|
8
|
+
<MTProjectMetadataState>
|
|
9
|
+
<option name="migrated" value="true" />
|
|
10
|
+
<option name="pristineConfig" value="false" />
|
|
11
|
+
<option name="userId" value="-72b2e392:192b6c1ee54:-7ffa" />
|
|
12
|
+
</MTProjectMetadataState>
|
|
13
|
+
</option>
|
|
14
|
+
</component>
|
|
15
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/main_service_types.iml" filepath="$PROJECT_DIR$/.idea/main_service_types.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/.idea/vcs.xml
ADDED
|
@@ -302,6 +302,7 @@ export interface Admin_SearchMemberDTO_V3 {
|
|
|
302
302
|
skip?: number;
|
|
303
303
|
take: number;
|
|
304
304
|
mode?: SearchMemberMode;
|
|
305
|
+
isCarsayo?: boolean;
|
|
305
306
|
option?: SearchMemberListOptionDTO_V2;
|
|
306
307
|
search?: SearchMemberListKeywordDTO_V3;
|
|
307
308
|
/** 미정의시 created_at을 기준으로 합니다 */
|