@freelog/tools-lib 0.1.170 → 0.1.171

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/tools-lib",
3
- "version": "0.1.170",
3
+ "version": "0.1.171",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -1184,8 +1184,8 @@ interface SetItemsTitleParamsType {
1184
1184
  resourceId: string;
1185
1185
  data: {
1186
1186
  itemId: string;
1187
- itemTitle: string;
1188
- authExcludedItems: {
1187
+ itemTitle?: string;
1188
+ authExcludedItems?: {
1189
1189
  resourceId: string;
1190
1190
  excludedType: 'contractId' | 'policyId';
1191
1191
  excludedValue: string;