@memberjunction/server 2.5.1 → 2.6.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.
|
@@ -1643,6 +1643,8 @@ export declare class CompanyIntegrationRun_ {
|
|
|
1643
1643
|
Comments?: string;
|
|
1644
1644
|
_mj__CreatedAt: Date;
|
|
1645
1645
|
_mj__UpdatedAt: Date;
|
|
1646
|
+
Integration: string;
|
|
1647
|
+
Company: string;
|
|
1646
1648
|
RunByUser: string;
|
|
1647
1649
|
ErrorLogs_CompanyIntegrationRunIDArray: ErrorLog_[];
|
|
1648
1650
|
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray: CompanyIntegrationRunDetail_[];
|