@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.
@@ -498,8 +498,8 @@ interface SetItemsTitleParamsType {
498
498
  resourceId: string;
499
499
  data: {
500
500
  itemId: string;
501
- itemTitle: string;
502
- authExcludedItems: {
501
+ itemTitle?: string;
502
+ authExcludedItems?: {
503
503
  resourceId: string;
504
504
  excludedType: 'contractId' | 'policyId';
505
505
  excludedValue: string;