@freelog/tools-lib 0.1.170 → 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.
@@ -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;
@@ -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
  }