@freelog/tools-lib 0.1.171 → 0.1.172

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.
@@ -549,6 +549,15 @@ interface AddResourceItems_Draft_ParamsType {
549
549
  addCollectionItems: {
550
550
  resourceId: string;
551
551
  itemTitle: string;
552
+ authExcludedItems?: {
553
+ resourceId: string;
554
+ excludedType: 'contractId' | 'policyId';
555
+ excludedValue: string;
556
+ }[];
557
+ batchSignContracts?: {
558
+ resourceId: string;
559
+ policyIds: string[];
560
+ }[];
552
561
  }[];
553
562
  isPublish?: 1 | 0;
554
563
  }