@memberjunction/server 0.9.248 → 0.9.250

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/build.log.json CHANGED
@@ -409,5 +409,11 @@
409
409
  },
410
410
  {
411
411
  "buildTime": "2024-03-24T12:06:03.0617152-05:00"
412
+ },
413
+ {
414
+ "buildTime": "2024-03-29T15:54:03.7491738-05:00"
415
+ },
416
+ {
417
+ "buildTime": "2024-03-29T17:34:53.8234977-05:00"
412
418
  }
413
419
  ]
@@ -1816,6 +1816,7 @@ export declare class Workflow_ {
1816
1816
  AutoRunIntervalUnits?: string;
1817
1817
  AutoRunInterval?: number;
1818
1818
  SubclassName?: string;
1819
+ AutoRunIntervalMinutes?: number;
1819
1820
  ReportsArray: mj_core_schema_server_object_types.Report_[];
1820
1821
  WorkflowRunsArray: mj_core_schema_server_object_types.WorkflowRun_[];
1821
1822
  }
@@ -2145,6 +2146,7 @@ export declare class EntityFieldValue_ {
2145
2146
  Description?: string;
2146
2147
  CreatedAt: Date;
2147
2148
  UpdatedAt: Date;
2149
+ EntityField: string;
2148
2150
  Entity: string;
2149
2151
  }
2150
2152
  export declare class RunEntityFieldValueViewResult {
@@ -4353,6 +4355,7 @@ export declare class VersionInstallation_ {
4353
4355
  Comments?: string;
4354
4356
  CreatedAt: Date;
4355
4357
  UpdatedAt: Date;
4358
+ CompleteVersion?: string;
4356
4359
  }
4357
4360
  export declare class CreateVersionInstallationInput {
4358
4361
  MajorVersion: number;