@memberjunction/server 2.60.0 → 2.61.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.
@@ -9091,6 +9091,7 @@ let EmployeeCompanyIntegration_ = class EmployeeCompanyIntegration_ {
9091
9091
  IsActive;
9092
9092
  _mj__CreatedAt;
9093
9093
  _mj__UpdatedAt;
9094
+ CompanyIntegration;
9094
9095
  };
9095
9096
  __decorate([
9096
9097
  Field(),
@@ -9126,6 +9127,11 @@ __decorate([
9126
9127
  MaxLength(10),
9127
9128
  __metadata("design:type", Date)
9128
9129
  ], EmployeeCompanyIntegration_.prototype, "_mj__UpdatedAt", void 0);
9130
+ __decorate([
9131
+ Field(),
9132
+ MaxLength(510),
9133
+ __metadata("design:type", String)
9134
+ ], EmployeeCompanyIntegration_.prototype, "CompanyIntegration", void 0);
9129
9135
  EmployeeCompanyIntegration_ = __decorate([
9130
9136
  ObjectType()
9131
9137
  ], EmployeeCompanyIntegration_);
@@ -11208,6 +11214,7 @@ let CompanyIntegration_ = class CompanyIntegration_ {
11208
11214
  CustomAttribute1;
11209
11215
  _mj__CreatedAt;
11210
11216
  _mj__UpdatedAt;
11217
+ Name;
11211
11218
  Company;
11212
11219
  Integration;
11213
11220
  DriverClassName;
@@ -11293,6 +11300,11 @@ __decorate([
11293
11300
  MaxLength(10),
11294
11301
  __metadata("design:type", Date)
11295
11302
  ], CompanyIntegration_.prototype, "_mj__UpdatedAt", void 0);
11303
+ __decorate([
11304
+ Field({ description: `User-friendly name for the company integration instance, typically in the format "Company: Integration".` }),
11305
+ MaxLength(510),
11306
+ __metadata("design:type", String)
11307
+ ], CompanyIntegration_.prototype, "Name", void 0);
11296
11308
  __decorate([
11297
11309
  Field(),
11298
11310
  MaxLength(100),
@@ -11362,6 +11374,7 @@ let CreateCompanyIntegrationInput = class CreateCompanyIntegrationInput {
11362
11374
  ClientID;
11363
11375
  ClientSecret;
11364
11376
  CustomAttribute1;
11377
+ Name;
11365
11378
  };
11366
11379
  __decorate([
11367
11380
  Field({ nullable: true }),
@@ -11415,6 +11428,10 @@ __decorate([
11415
11428
  Field({ nullable: true }),
11416
11429
  __metadata("design:type", String)
11417
11430
  ], CreateCompanyIntegrationInput.prototype, "CustomAttribute1", void 0);
11431
+ __decorate([
11432
+ Field({ nullable: true }),
11433
+ __metadata("design:type", String)
11434
+ ], CreateCompanyIntegrationInput.prototype, "Name", void 0);
11418
11435
  CreateCompanyIntegrationInput = __decorate([
11419
11436
  InputType()
11420
11437
  ], CreateCompanyIntegrationInput);
@@ -11433,6 +11450,7 @@ let UpdateCompanyIntegrationInput = class UpdateCompanyIntegrationInput {
11433
11450
  ClientID;
11434
11451
  ClientSecret;
11435
11452
  CustomAttribute1;
11453
+ Name;
11436
11454
  OldValues___;
11437
11455
  };
11438
11456
  __decorate([
@@ -11487,6 +11505,10 @@ __decorate([
11487
11505
  Field({ nullable: true }),
11488
11506
  __metadata("design:type", String)
11489
11507
  ], UpdateCompanyIntegrationInput.prototype, "CustomAttribute1", void 0);
11508
+ __decorate([
11509
+ Field({ nullable: true }),
11510
+ __metadata("design:type", String)
11511
+ ], UpdateCompanyIntegrationInput.prototype, "Name", void 0);
11490
11512
  __decorate([
11491
11513
  Field(() => [KeyValuePairInput], { nullable: true }),
11492
11514
  __metadata("design:type", Array)
@@ -20261,6 +20283,7 @@ let List_ = class List_ {
20261
20283
  Entity;
20262
20284
  User;
20263
20285
  Category;
20286
+ CompanyIntegration;
20264
20287
  ListDetails_ListIDArray;
20265
20288
  DuplicateRuns_SourceListIDArray;
20266
20289
  };
@@ -20328,6 +20351,11 @@ __decorate([
20328
20351
  MaxLength(200),
20329
20352
  __metadata("design:type", String)
20330
20353
  ], List_.prototype, "Category", void 0);
20354
+ __decorate([
20355
+ Field({ nullable: true }),
20356
+ MaxLength(510),
20357
+ __metadata("design:type", String)
20358
+ ], List_.prototype, "CompanyIntegration", void 0);
20331
20359
  __decorate([
20332
20360
  Field(() => [ListDetail_]),
20333
20361
  __metadata("design:type", Array)
@@ -33768,6 +33796,7 @@ let CompanyIntegrationRecordMap_ = class CompanyIntegrationRecordMap_ {
33768
33796
  EntityRecordID;
33769
33797
  _mj__CreatedAt;
33770
33798
  _mj__UpdatedAt;
33799
+ CompanyIntegration;
33771
33800
  Entity;
33772
33801
  };
33773
33802
  __decorate([
@@ -33805,6 +33834,11 @@ __decorate([
33805
33834
  MaxLength(10),
33806
33835
  __metadata("design:type", Date)
33807
33836
  ], CompanyIntegrationRecordMap_.prototype, "_mj__UpdatedAt", void 0);
33837
+ __decorate([
33838
+ Field(),
33839
+ MaxLength(510),
33840
+ __metadata("design:type", String)
33841
+ ], CompanyIntegrationRecordMap_.prototype, "CompanyIntegration", void 0);
33808
33842
  __decorate([
33809
33843
  Field(),
33810
33844
  MaxLength(510),