@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
|
@@ -1184,8 +1184,8 @@ interface SetItemsTitleParamsType {
|
|
|
1184
1184
|
resourceId: string;
|
|
1185
1185
|
data: {
|
|
1186
1186
|
itemId: string;
|
|
1187
|
-
itemTitle
|
|
1188
|
-
authExcludedItems
|
|
1187
|
+
itemTitle?: string;
|
|
1188
|
+
authExcludedItems?: {
|
|
1189
1189
|
resourceId: string;
|
|
1190
1190
|
excludedType: 'contractId' | 'policyId';
|
|
1191
1191
|
excludedValue: string;
|