cdtn-types
Advanced tools
Comparing version 4.87.0 to 4.88.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [4.88.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.87.0...v4.88.0) (2022-12-20) | ||
### Features | ||
- **modeles:** suppression du package data + fetching simulator information from api ([#4741](https://github.com/SocialGouv/code-du-travail-numerique/issues/4741)) ([f52190e](https://github.com/SocialGouv/code-du-travail-numerique/commit/f52190eddb893f1e083e10efdedb2392dc5c3702)) | ||
# [4.87.0](https://github.com/SocialGouv/code-du-travail-numerique/compare/v4.86.22...v4.87.0) (2022-11-18) | ||
@@ -8,0 +14,0 @@ |
24
index.ts
@@ -114,1 +114,25 @@ export enum SectionDisplayMode { | ||
}; | ||
export type Tool = { | ||
date: string; | ||
icon: string; | ||
order: number; | ||
action: string; | ||
metaTitle: string; | ||
questions?: string[]; | ||
description: string; | ||
displayTitle: string; | ||
breadcrumbs: Record<string, string | number>[]; | ||
cdtnId: string; | ||
excludeFromSearch: boolean; | ||
id: string; | ||
isPublished: boolean; | ||
metaDescription: string; | ||
slug: string; | ||
source: string; | ||
text: string; | ||
title: string; | ||
title_vector: number[]; | ||
_id: string; | ||
displayTool?: boolean; | ||
}; |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.87.0", | ||
"version": "4.88.0", | ||
"main": "build/index.js", | ||
@@ -15,3 +15,3 @@ "module": "build/index.js", | ||
}, | ||
"gitHead": "3b7a3f4e7dac6f93e814d70a9c741fc5cbe9010e" | ||
"gitHead": "963f22ec7e42c5f5c47ec5230e1d5633c394f84c" | ||
} |
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
22016
133