@wrtn/app-router
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -9,3 +9,5 @@ "use strict"; | ||
AgentNewsDetailScreen: '1.3.9', | ||
AgentKeywordScreen: '1.3.12', | ||
AgentKeywordDetailScreen: '1.3.12', | ||
}; | ||
exports.default = SCREEN_MIN_VERSION; |
@@ -22,3 +22,5 @@ import { NavigationState, PartialState } from '@react-navigation/routers'; | ||
SignInScreen: undefined; | ||
SurveyInterestScreen: undefined; | ||
SurveyInterestScreen: { | ||
init: boolean; | ||
}; | ||
SurveyGenderScreen: undefined; | ||
@@ -55,3 +57,2 @@ SurveyBirthYearScreen: undefined; | ||
category: string; | ||
commandChips: string[]; | ||
}; | ||
@@ -85,2 +86,3 @@ ToolDetailScreen: { | ||
ThemeSettingScreen: undefined; | ||
CodePushUpdateScreen: undefined; | ||
MyProfileScreen: undefined; | ||
@@ -98,10 +100,102 @@ MyProfileDetailScreen: undefined; | ||
AgentRegisterCompleteScreen: undefined; | ||
AgentNewsDetailScreen: { | ||
AgentNewsDetailScreen: undefined; | ||
AgentNewsContentDetailScreen: { | ||
id: string; | ||
idx: number; | ||
}; | ||
AgentNewsSettingScreen: undefined; | ||
AgentKeywordScreen: undefined; | ||
AgentKeywordRegisterScreen: undefined; | ||
AgentKeywordRegisterCompleteScreen: { | ||
dto: { | ||
consideration: { | ||
input: string; | ||
}; | ||
reportTime: string; | ||
andKeywords: { | ||
keyword: string; | ||
}; | ||
orKeywords: { | ||
keyword: string; | ||
}; | ||
notKeywords: { | ||
keyword: string; | ||
}; | ||
categories: { | ||
id: string; | ||
name: string; | ||
isSelected: boolean; | ||
}[]; | ||
}; | ||
}; | ||
AgentKeywordDetailScreen: { | ||
isDemo?: boolean; | ||
data?: { | ||
isResult: boolean; | ||
defaultMessage?: string; | ||
summary?: string; | ||
images?: { | ||
id: string; | ||
thumbnail: string; | ||
title: string; | ||
link: string; | ||
}[]; | ||
blogs?: { | ||
id: string; | ||
description: string; | ||
bloggerName: string; | ||
postDate: string; | ||
title: string; | ||
link: string; | ||
}[]; | ||
news?: { | ||
id: string; | ||
title: string; | ||
content: string; | ||
description: string; | ||
publishedAt: string; | ||
category: string[]; | ||
image: string; | ||
provider: string; | ||
link: string; | ||
}[]; | ||
communities: { | ||
id: string; | ||
title: string; | ||
link: string; | ||
description: string; | ||
}[]; | ||
} | any; | ||
dto?: { | ||
consideration: { | ||
input: string; | ||
}; | ||
reportTime: string; | ||
andKeywords: { | ||
keyword: string; | ||
}; | ||
orKeywords: { | ||
keyword: string; | ||
}; | ||
notKeywords: { | ||
keyword: string; | ||
}; | ||
categories: { | ||
id: string; | ||
name: string; | ||
isSelected: boolean; | ||
}[]; | ||
}; | ||
}; | ||
AgentKeywordNewsDetailScreen: { | ||
title: string; | ||
content: string; | ||
thumbnail: string | undefined; | ||
}; | ||
AgentNewsContentDetailScreen: { | ||
AgentSubscribeCompleteScreen: undefined; | ||
AgentKeywordContentDetailScreen: { | ||
id: string; | ||
idx: number; | ||
}; | ||
AgentNewsSettingScreen: undefined; | ||
AgentKeywordSettingScreen: undefined; | ||
}; | ||
@@ -108,0 +202,0 @@ export type BottomTabNavigatorParamList = { |
{ | ||
"name": "@wrtn/app-router", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/packages/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23911
350