@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.
@@ -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
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
@@ -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을 기준으로 합니다 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892099",
3
+ "version": "1.1.892100",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",