@memberjunction/server 2.91.0 → 2.92.0

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.
@@ -9657,6 +9657,7 @@ export declare class ComponentLibrary_ {
9657
9657
  _mj__CreatedAt: Date;
9658
9658
  _mj__UpdatedAt: Date;
9659
9659
  Status: string;
9660
+ LintRules?: string;
9660
9661
  MJ_ComponentLibraryLinks_LibraryIDArray: ComponentLibraryLink_[];
9661
9662
  }
9662
9663
  export declare class CreateComponentLibraryInput {
@@ -9670,6 +9671,7 @@ export declare class CreateComponentLibraryInput {
9670
9671
  CDNCssUrl: string | null;
9671
9672
  Description: string | null;
9672
9673
  Status?: string;
9674
+ LintRules: string | null;
9673
9675
  }
9674
9676
  export declare class UpdateComponentLibraryInput {
9675
9677
  ID: string;
@@ -9682,6 +9684,7 @@ export declare class UpdateComponentLibraryInput {
9682
9684
  CDNCssUrl?: string | null;
9683
9685
  Description?: string | null;
9684
9686
  Status?: string;
9687
+ LintRules?: string | null;
9685
9688
  OldValues___?: KeyValuePairInput[];
9686
9689
  }
9687
9690
  export declare class RunComponentLibraryViewResult {