@carsayo/types 1.1.892105 → 1.1.892106

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>
@@ -95,7 +95,9 @@ export interface MyOrderListInfo {
95
95
  code: string;
96
96
  type: OrderType;
97
97
  state: OrderState;
98
- member: MemberShort;
98
+ name: string;
99
+ phoneNumber: string;
100
+ member: MemberShort | null;
99
101
  manager: MemberShort | null;
100
102
  /** 주문 제목 (주로 차량 모델) */
101
103
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892105",
3
+ "version": "1.1.892106",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",