@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.
|
@@ -10338,6 +10338,8 @@ let CompanyIntegrationRun_ = class CompanyIntegrationRun_ {
|
|
|
10338
10338
|
Comments;
|
|
10339
10339
|
_mj__CreatedAt;
|
|
10340
10340
|
_mj__UpdatedAt;
|
|
10341
|
+
Integration;
|
|
10342
|
+
Company;
|
|
10341
10343
|
RunByUser;
|
|
10342
10344
|
ErrorLogs_CompanyIntegrationRunIDArray;
|
|
10343
10345
|
CompanyIntegrationRunDetails_CompanyIntegrationRunIDArray;
|
|
@@ -10386,6 +10388,16 @@ __decorate([
|
|
|
10386
10388
|
MaxLength(10),
|
|
10387
10389
|
__metadata("design:type", Date)
|
|
10388
10390
|
], CompanyIntegrationRun_.prototype, "_mj__UpdatedAt", void 0);
|
|
10391
|
+
__decorate([
|
|
10392
|
+
Field(),
|
|
10393
|
+
MaxLength(200),
|
|
10394
|
+
__metadata("design:type", String)
|
|
10395
|
+
], CompanyIntegrationRun_.prototype, "Integration", void 0);
|
|
10396
|
+
__decorate([
|
|
10397
|
+
Field(),
|
|
10398
|
+
MaxLength(100),
|
|
10399
|
+
__metadata("design:type", String)
|
|
10400
|
+
], CompanyIntegrationRun_.prototype, "Company", void 0);
|
|
10389
10401
|
__decorate([
|
|
10390
10402
|
Field(),
|
|
10391
10403
|
MaxLength(200),
|