@memberjunction/core-entities 2.5.0 → 2.5.2

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.
@@ -1279,6 +1279,8 @@ export declare const CompanyIntegrationRunSchema: z.ZodObject<{
1279
1279
  Comments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1280
1280
  __mj_CreatedAt: z.ZodDate;
1281
1281
  __mj_UpdatedAt: z.ZodDate;
1282
+ Integration: z.ZodString;
1283
+ Company: z.ZodString;
1282
1284
  RunByUser: z.ZodString;
1283
1285
  }, "strip", z.ZodTypeAny, {
1284
1286
  ID?: string;
@@ -1290,6 +1292,8 @@ export declare const CompanyIntegrationRunSchema: z.ZodObject<{
1290
1292
  CompanyIntegrationID?: string;
1291
1293
  RunByUserID?: string;
1292
1294
  TotalRecords?: number;
1295
+ Integration?: string;
1296
+ Company?: string;
1293
1297
  RunByUser?: string;
1294
1298
  }, {
1295
1299
  ID?: string;
@@ -1301,6 +1305,8 @@ export declare const CompanyIntegrationRunSchema: z.ZodObject<{
1301
1305
  CompanyIntegrationID?: string;
1302
1306
  RunByUserID?: string;
1303
1307
  TotalRecords?: number;
1308
+ Integration?: string;
1309
+ Company?: string;
1304
1310
  RunByUser?: string;
1305
1311
  }>;
1306
1312
  export type CompanyIntegrationRunEntityType = z.infer<typeof CompanyIntegrationRunSchema>;
@@ -1336,6 +1342,8 @@ export declare const CompanyIntegrationSchema: z.ZodObject<{
1336
1342
  __mj_UpdatedAt?: Date;
1337
1343
  IsActive?: boolean;
1338
1344
  DriverImportPath?: string;
1345
+ Integration?: string;
1346
+ Company?: string;
1339
1347
  CompanyID?: string;
1340
1348
  IntegrationID?: string;
1341
1349
  AccessToken?: string;
@@ -1347,8 +1355,6 @@ export declare const CompanyIntegrationSchema: z.ZodObject<{
1347
1355
  ClientID?: string;
1348
1356
  ClientSecret?: string;
1349
1357
  CustomAttribute1?: string;
1350
- Company?: string;
1351
- Integration?: string;
1352
1358
  DriverClassName?: string;
1353
1359
  LastRunID?: string;
1354
1360
  LastRunStartedAt?: Date;
@@ -1359,6 +1365,8 @@ export declare const CompanyIntegrationSchema: z.ZodObject<{
1359
1365
  __mj_UpdatedAt?: Date;
1360
1366
  IsActive?: boolean;
1361
1367
  DriverImportPath?: string;
1368
+ Integration?: string;
1369
+ Company?: string;
1362
1370
  CompanyID?: string;
1363
1371
  IntegrationID?: string;
1364
1372
  AccessToken?: string;
@@ -1370,8 +1378,6 @@ export declare const CompanyIntegrationSchema: z.ZodObject<{
1370
1378
  ClientID?: string;
1371
1379
  ClientSecret?: string;
1372
1380
  CustomAttribute1?: string;
1373
- Company?: string;
1374
- Integration?: string;
1375
1381
  DriverClassName?: string;
1376
1382
  LastRunID?: string;
1377
1383
  LastRunStartedAt?: Date;
@@ -3700,8 +3706,8 @@ export declare const IntegrationURLFormatSchema: z.ZodObject<{
3700
3706
  __mj_CreatedAt?: Date;
3701
3707
  __mj_UpdatedAt?: Date;
3702
3708
  EntityID?: string;
3703
- IntegrationID?: string;
3704
3709
  Integration?: string;
3710
+ IntegrationID?: string;
3705
3711
  URLFormat?: string;
3706
3712
  NavigationBaseURL?: string;
3707
3713
  FullURLFormat?: string;
@@ -3711,8 +3717,8 @@ export declare const IntegrationURLFormatSchema: z.ZodObject<{
3711
3717
  __mj_CreatedAt?: Date;
3712
3718
  __mj_UpdatedAt?: Date;
3713
3719
  EntityID?: string;
3714
- IntegrationID?: string;
3715
3720
  Integration?: string;
3721
+ IntegrationID?: string;
3716
3722
  URLFormat?: string;
3717
3723
  NavigationBaseURL?: string;
3718
3724
  FullURLFormat?: string;
@@ -4520,8 +4526,8 @@ export declare const RecordChangeSchema: z.ZodObject<{
4520
4526
  EntityID?: string;
4521
4527
  Entity?: string;
4522
4528
  RecordID?: string;
4523
- IntegrationID?: string;
4524
4529
  Integration?: string;
4530
+ IntegrationID?: string;
4525
4531
  Source?: "Internal" | "External";
4526
4532
  ChangedAt?: Date;
4527
4533
  ChangesJSON?: string;
@@ -4541,8 +4547,8 @@ export declare const RecordChangeSchema: z.ZodObject<{
4541
4547
  EntityID?: string;
4542
4548
  Entity?: string;
4543
4549
  RecordID?: string;
4544
- IntegrationID?: string;
4545
4550
  Integration?: string;
4551
+ IntegrationID?: string;
4546
4552
  Source?: "Internal" | "External";
4547
4553
  ChangedAt?: Date;
4548
4554
  ChangesJSON?: string;
@@ -9644,6 +9650,18 @@ export declare class CompanyIntegrationRunEntity extends BaseEntity<CompanyInteg
9644
9650
  */
9645
9651
  get __mj_UpdatedAt(): Date;
9646
9652
  /**
9653
+ * * Field Name: Integration
9654
+ * * Display Name: Integration
9655
+ * * SQL Data Type: nvarchar(100)
9656
+ */
9657
+ get Integration(): string;
9658
+ /**
9659
+ * * Field Name: Company
9660
+ * * Display Name: Company
9661
+ * * SQL Data Type: nvarchar(50)
9662
+ */
9663
+ get Company(): string;
9664
+ /**
9647
9665
  * * Field Name: RunByUser
9648
9666
  * * Display Name: Run By User
9649
9667
  * * SQL Data Type: nvarchar(100)
@@ -10143,28 +10161,24 @@ export declare class ContentItemEntity extends BaseEntity<ContentItemEntityType>
10143
10161
  * * Field Name: ContentSource
10144
10162
  * * Display Name: Content Source
10145
10163
  * * SQL Data Type: nvarchar(255)
10146
- * * Default Value: null
10147
10164
  */
10148
10165
  get ContentSource(): string | null;
10149
10166
  /**
10150
10167
  * * Field Name: ContentType
10151
10168
  * * Display Name: Content Type
10152
10169
  * * SQL Data Type: nvarchar(255)
10153
- * * Default Value: null
10154
10170
  */
10155
10171
  get ContentType(): string;
10156
10172
  /**
10157
10173
  * * Field Name: ContentSourceType
10158
10174
  * * Display Name: Content Source Type
10159
10175
  * * SQL Data Type: nvarchar(255)
10160
- * * Default Value: null
10161
10176
  */
10162
10177
  get ContentSourceType(): string;
10163
10178
  /**
10164
10179
  * * Field Name: ContentFileType
10165
10180
  * * Display Name: Content File Type
10166
10181
  * * SQL Data Type: nvarchar(255)
10167
- * * Default Value: null
10168
10182
  */
10169
10183
  get ContentFileType(): string;
10170
10184
  }
@@ -10553,21 +10567,18 @@ export declare class ContentSourceEntity extends BaseEntity<ContentSourceEntityT
10553
10567
  * * Field Name: ContentType
10554
10568
  * * Display Name: Content Type
10555
10569
  * * SQL Data Type: nvarchar(255)
10556
- * * Default Value: null
10557
10570
  */
10558
10571
  get ContentType(): string;
10559
10572
  /**
10560
10573
  * * Field Name: ContentSourceType
10561
10574
  * * Display Name: Content Source Type
10562
10575
  * * SQL Data Type: nvarchar(255)
10563
- * * Default Value: null
10564
10576
  */
10565
10577
  get ContentSourceType(): string;
10566
10578
  /**
10567
10579
  * * Field Name: ContentFileType
10568
10580
  * * Display Name: Content File Type
10569
10581
  * * SQL Data Type: nvarchar(255)
10570
- * * Default Value: null
10571
10582
  */
10572
10583
  get ContentFileType(): string;
10573
10584
  }