@mj-biz-apps/common-entities 5.38.0 → 5.40.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.
@@ -606,6 +606,7 @@ export declare const mjBizAppsCommonActivitySyncRunDetailSchema: z.ZodObject<{
606
606
  __mj_CreatedAt: z.ZodDate;
607
607
  __mj_UpdatedAt: z.ZodDate;
608
608
  ActivitySyncRule: z.ZodNullable<z.ZodString>;
609
+ ActivitySyncExclusion: z.ZodNullable<z.ZodString>;
609
610
  Activity: z.ZodNullable<z.ZodString>;
610
611
  EncryptionKey: z.ZodNullable<z.ZodString>;
611
612
  }, "strip", z.ZodTypeAny, {
@@ -629,6 +630,7 @@ export declare const mjBizAppsCommonActivitySyncRunDetailSchema: z.ZodObject<{
629
630
  AIPromptRunID?: string;
630
631
  CapturedContent?: string;
631
632
  ActivitySyncRule?: string;
633
+ ActivitySyncExclusion?: string;
632
634
  }, {
633
635
  ID?: string;
634
636
  ExternalID?: string;
@@ -650,6 +652,7 @@ export declare const mjBizAppsCommonActivitySyncRunDetailSchema: z.ZodObject<{
650
652
  AIPromptRunID?: string;
651
653
  CapturedContent?: string;
652
654
  ActivitySyncRule?: string;
655
+ ActivitySyncExclusion?: string;
653
656
  }>;
654
657
  export type mjBizAppsCommonActivitySyncRunDetailEntityType = z.infer<typeof mjBizAppsCommonActivitySyncRunDetailSchema>;
655
658
  /**
@@ -1028,8 +1031,6 @@ export declare const mjBizAppsCommonOrganizationSchema: z.ZodObject<{
1028
1031
  __mj_UpdatedAt: z.ZodDate;
1029
1032
  OrganizationType: z.ZodNullable<z.ZodString>;
1030
1033
  Parent: z.ZodNullable<z.ZodString>;
1031
- __mj_Latitude: z.ZodNullable<z.ZodNumber>;
1032
- __mj_Longitude: z.ZodNullable<z.ZodNumber>;
1033
1034
  RootParentID: z.ZodNullable<z.ZodString>;
1034
1035
  ParentIDDepth: z.ZodNullable<z.ZodNumber>;
1035
1036
  ParentIDPath: z.ZodNullable<z.ZodString>;
@@ -1041,6 +1042,10 @@ export declare const mjBizAppsCommonOrganizationSchema: z.ZodObject<{
1041
1042
  PrimaryAddressState: z.ZodNullable<z.ZodString>;
1042
1043
  PrimaryAddressPostalCode: z.ZodNullable<z.ZodString>;
1043
1044
  PrimaryAddressCountry: z.ZodNullable<z.ZodString>;
1045
+ PrimaryAddressLatitude: z.ZodNullable<z.ZodNumber>;
1046
+ PrimaryAddressLongitude: z.ZodNullable<z.ZodNumber>;
1047
+ __mj_Latitude: z.ZodNullable<z.ZodNumber>;
1048
+ __mj_Longitude: z.ZodNullable<z.ZodNumber>;
1044
1049
  PrimaryAddressType: z.ZodNullable<z.ZodString>;
1045
1050
  PrimaryEmail: z.ZodNullable<z.ZodString>;
1046
1051
  PrimaryPhone: z.ZodNullable<z.ZodString>;
@@ -1077,6 +1082,8 @@ export declare const mjBizAppsCommonOrganizationSchema: z.ZodObject<{
1077
1082
  PrimaryAddressState?: string;
1078
1083
  PrimaryAddressPostalCode?: string;
1079
1084
  PrimaryAddressCountry?: string;
1085
+ PrimaryAddressLatitude?: number;
1086
+ PrimaryAddressLongitude?: number;
1080
1087
  PrimaryAddressType?: string;
1081
1088
  PrimaryEmail?: string;
1082
1089
  PrimaryPhone?: string;
@@ -1113,6 +1120,8 @@ export declare const mjBizAppsCommonOrganizationSchema: z.ZodObject<{
1113
1120
  PrimaryAddressState?: string;
1114
1121
  PrimaryAddressPostalCode?: string;
1115
1122
  PrimaryAddressCountry?: string;
1123
+ PrimaryAddressLatitude?: number;
1124
+ PrimaryAddressLongitude?: number;
1116
1125
  PrimaryAddressType?: string;
1117
1126
  PrimaryEmail?: string;
1118
1127
  PrimaryPhone?: string;
@@ -1144,8 +1153,6 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1144
1153
  __mj_UpdatedAt: z.ZodDate;
1145
1154
  DisplayName: z.ZodString;
1146
1155
  LinkedUser: z.ZodNullable<z.ZodString>;
1147
- __mj_Latitude: z.ZodNullable<z.ZodNumber>;
1148
- __mj_Longitude: z.ZodNullable<z.ZodNumber>;
1149
1156
  PrimaryAddressLine1: z.ZodNullable<z.ZodString>;
1150
1157
  PrimaryAddressLine2: z.ZodNullable<z.ZodString>;
1151
1158
  PrimaryAddressCity: z.ZodNullable<z.ZodString>;
@@ -1154,6 +1161,8 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1154
1161
  PrimaryAddressCountry: z.ZodNullable<z.ZodString>;
1155
1162
  PrimaryAddressLatitude: z.ZodNullable<z.ZodNumber>;
1156
1163
  PrimaryAddressLongitude: z.ZodNullable<z.ZodNumber>;
1164
+ __mj_Latitude: z.ZodNullable<z.ZodNumber>;
1165
+ __mj_Longitude: z.ZodNullable<z.ZodNumber>;
1157
1166
  PrimaryAddressType: z.ZodNullable<z.ZodString>;
1158
1167
  PrimaryEmail: z.ZodNullable<z.ZodString>;
1159
1168
  PrimaryPhone: z.ZodNullable<z.ZodString>;
@@ -1176,6 +1185,8 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1176
1185
  PrimaryAddressState?: string;
1177
1186
  PrimaryAddressPostalCode?: string;
1178
1187
  PrimaryAddressCountry?: string;
1188
+ PrimaryAddressLatitude?: number;
1189
+ PrimaryAddressLongitude?: number;
1179
1190
  PrimaryAddressType?: string;
1180
1191
  PrimaryEmail?: string;
1181
1192
  PrimaryPhone?: string;
@@ -1192,8 +1203,6 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1192
1203
  LinkedUserID?: string;
1193
1204
  DisplayName?: string;
1194
1205
  LinkedUser?: string;
1195
- PrimaryAddressLatitude?: number;
1196
- PrimaryAddressLongitude?: number;
1197
1206
  CurrentOrganizationID?: string;
1198
1207
  CurrentOrganizationName?: string;
1199
1208
  CurrentJobTitle?: string;
@@ -1213,6 +1222,8 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1213
1222
  PrimaryAddressState?: string;
1214
1223
  PrimaryAddressPostalCode?: string;
1215
1224
  PrimaryAddressCountry?: string;
1225
+ PrimaryAddressLatitude?: number;
1226
+ PrimaryAddressLongitude?: number;
1216
1227
  PrimaryAddressType?: string;
1217
1228
  PrimaryEmail?: string;
1218
1229
  PrimaryPhone?: string;
@@ -1229,8 +1240,6 @@ export declare const mjBizAppsCommonPersonSchema: z.ZodObject<{
1229
1240
  LinkedUserID?: string;
1230
1241
  DisplayName?: string;
1231
1242
  LinkedUser?: string;
1232
- PrimaryAddressLatitude?: number;
1233
- PrimaryAddressLongitude?: number;
1234
1243
  CurrentOrganizationID?: string;
1235
1244
  CurrentOrganizationName?: string;
1236
1245
  CurrentJobTitle?: string;
@@ -1379,6 +1388,29 @@ export declare class mjBizAppsCommonActivityEntity extends BaseEntity<mjBizAppsC
1379
1388
  */
1380
1389
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
1381
1390
  /**
1391
+ * Validate() method override for MJ_BizApps_Common: Activities entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
1392
+ * * Table-Level: The activity's end date and time must be greater than or equal to its start date and time, ensuring chronological integrity.
1393
+ * * Table-Level: External ID and Source System must either both be provided or both be left blank to ensure data integrity when linking to external systems.
1394
+ * @public
1395
+ * @method
1396
+ * @override
1397
+ */
1398
+ Validate(): ValidationResult;
1399
+ /**
1400
+ * The activity's end date and time must be greater than or equal to its start date and time, ensuring chronological integrity.
1401
+ * @param result - the ValidationResult object to add any errors or warnings to
1402
+ * @public
1403
+ * @method
1404
+ */
1405
+ ValidateEndedAtAfterOrEqualStartedAt(result: ValidationResult): void;
1406
+ /**
1407
+ * External ID and Source System must either both be provided or both be left blank to ensure data integrity when linking to external systems.
1408
+ * @param result - the ValidationResult object to add any errors or warnings to
1409
+ * @public
1410
+ * @method
1411
+ */
1412
+ ValidateExternalIDAndSourceSystemCoexistence(result: ValidationResult): void;
1413
+ /**
1382
1414
  * * Field Name: ID
1383
1415
  * * Display Name: ID
1384
1416
  * * SQL Data Type: uniqueidentifier
@@ -1780,6 +1812,21 @@ export declare class mjBizAppsCommonActivityLinkEntity extends BaseEntity<mjBizA
1780
1812
  */
1781
1813
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
1782
1814
  /**
1815
+ * Validate() method override for MJ_BizApps_Common: Activity Links entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
1816
+ * * Table-Level: The record must be associated with either an Entity (by providing both Entity ID and Record ID) or an Identity (by providing both Identity Kind and Identity Value), but not both, and partial definitions are not allowed.
1817
+ * @public
1818
+ * @method
1819
+ * @override
1820
+ */
1821
+ Validate(): ValidationResult;
1822
+ /**
1823
+ * The record must be associated with either an Entity (by providing both Entity ID and Record ID) or an Identity (by providing both Identity Kind and Identity Value), but not both, and partial definitions are not allowed.
1824
+ * @param result - the ValidationResult object to add any errors or warnings to
1825
+ * @public
1826
+ * @method
1827
+ */
1828
+ ValidateEntityOrIdentityAssociation(result: ValidationResult): void;
1829
+ /**
1783
1830
  * * Field Name: ID
1784
1831
  * * Display Name: ID
1785
1832
  * * SQL Data Type: uniqueidentifier
@@ -2013,6 +2060,29 @@ export declare class mjBizAppsCommonActivitySyncConnectionEntity extends BaseEnt
2013
2060
  */
2014
2061
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
2015
2062
  /**
2063
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Connections entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
2064
+ * * MaxAttachmentBytes: The maximum attachment size limit, if specified, must be a positive number greater than zero.
2065
+ * * Table-Level: The end date and time must be on or after the start date and time if both are specified.
2066
+ * @public
2067
+ * @method
2068
+ * @override
2069
+ */
2070
+ Validate(): ValidationResult;
2071
+ /**
2072
+ * The maximum attachment size limit, if specified, must be a positive number greater than zero.
2073
+ * @param result - the ValidationResult object to add any errors or warnings to
2074
+ * @public
2075
+ * @method
2076
+ */
2077
+ ValidateMaxAttachmentBytesGreaterThanZero(result: ValidationResult): void;
2078
+ /**
2079
+ * The end date and time must be on or after the start date and time if both are specified.
2080
+ * @param result - the ValidationResult object to add any errors or warnings to
2081
+ * @public
2082
+ * @method
2083
+ */
2084
+ ValidateEndAtAfterOrEqualStartAt(result: ValidationResult): void;
2085
+ /**
2016
2086
  * * Field Name: ID
2017
2087
  * * Display Name: ID
2018
2088
  * * SQL Data Type: uniqueidentifier
@@ -2244,6 +2314,21 @@ export declare class mjBizAppsCommonActivitySyncExclusionEntity extends BaseEnti
2244
2314
  */
2245
2315
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
2246
2316
  /**
2317
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Exclusions entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
2318
+ * * Table-Level: The end date (Effective To) must be on or after the start date (Effective From) if both dates are provided.
2319
+ * @public
2320
+ * @method
2321
+ * @override
2322
+ */
2323
+ Validate(): ValidationResult;
2324
+ /**
2325
+ * The end date (Effective To) must be on or after the start date (Effective From) if both dates are provided.
2326
+ * @param result - the ValidationResult object to add any errors or warnings to
2327
+ * @public
2328
+ * @method
2329
+ */
2330
+ ValidateEffectiveToAfterEffectiveFrom(result: ValidationResult): void;
2331
+ /**
2247
2332
  * * Field Name: ID
2248
2333
  * * Display Name: ID
2249
2334
  * * SQL Data Type: uniqueidentifier
@@ -2370,6 +2455,21 @@ export declare class mjBizAppsCommonActivitySyncExtensionEntity extends BaseEnti
2370
2455
  */
2371
2456
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
2372
2457
  /**
2458
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Extensions entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
2459
+ * * TimeoutMS: The timeout value must be greater than 0 milliseconds and cannot exceed 300,000 milliseconds (5 minutes) to ensure system stability.
2460
+ * @public
2461
+ * @method
2462
+ * @override
2463
+ */
2464
+ Validate(): ValidationResult;
2465
+ /**
2466
+ * The timeout value must be greater than 0 milliseconds and cannot exceed 300,000 milliseconds (5 minutes) to ensure system stability.
2467
+ * @param result - the ValidationResult object to add any errors or warnings to
2468
+ * @public
2469
+ * @method
2470
+ */
2471
+ ValidateTimeoutMSRange(result: ValidationResult): void;
2472
+ /**
2373
2473
  * * Field Name: ID
2374
2474
  * * Display Name: ID
2375
2475
  * * SQL Data Type: uniqueidentifier
@@ -2411,6 +2511,7 @@ export declare class mjBizAppsCommonActivitySyncExtensionEntity extends BaseEnti
2411
2511
  * * Display Name: Activity Sync Provider Type
2412
2512
  * * SQL Data Type: uniqueidentifier
2413
2513
  * * Related Entity/Foreign Key: MJ_BizApps_Common: Activity Sync Provider Types (vwActivitySyncProviderTypes.ID)
2514
+ * * Description: Optional provider type this extension is registered for. Null means it runs on every connection. A deal-linker that only makes sense on email can bind here rather than being invoked for a phone transcript.
2414
2515
  */
2415
2516
  get ActivitySyncProviderTypeID(): string | null;
2416
2517
  set ActivitySyncProviderTypeID(value: string | null);
@@ -2518,6 +2619,29 @@ export declare class mjBizAppsCommonActivitySyncProviderTypeEntity extends BaseE
2518
2619
  */
2519
2620
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
2520
2621
  /**
2622
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Provider Types entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
2623
+ * * DefaultMaxAttachmentBytes: The default maximum attachment size must be greater than 0 bytes if it is specified.
2624
+ * * Table-Level: A default encryption key must be provided unless the default skipped content policy is set to 'None'.
2625
+ * @public
2626
+ * @method
2627
+ * @override
2628
+ */
2629
+ Validate(): ValidationResult;
2630
+ /**
2631
+ * The default maximum attachment size must be greater than 0 bytes if it is specified.
2632
+ * @param result - the ValidationResult object to add any errors or warnings to
2633
+ * @public
2634
+ * @method
2635
+ */
2636
+ ValidateDefaultMaxAttachmentBytesGreaterThanZero(result: ValidationResult): void;
2637
+ /**
2638
+ * A default encryption key must be provided unless the default skipped content policy is set to 'None'.
2639
+ * @param result - the ValidationResult object to add any errors or warnings to
2640
+ * @public
2641
+ * @method
2642
+ */
2643
+ ValidateDefaultEncryptionKeyIDBasedOnSkippedContentPolicy(result: ValidationResult): void;
2644
+ /**
2521
2645
  * * Field Name: ID
2522
2646
  * * Display Name: ID
2523
2647
  * * SQL Data Type: uniqueidentifier
@@ -2726,6 +2850,7 @@ export declare class mjBizAppsCommonActivitySyncRuleSetEntity extends BaseEntity
2726
2850
  * * Display Name: Activity Sync Provider Type ID
2727
2851
  * * SQL Data Type: uniqueidentifier
2728
2852
  * * Related Entity/Foreign Key: MJ_BizApps_Common: Activity Sync Provider Types (vwActivitySyncProviderTypes.ID)
2853
+ * * Description: Optional provider type this rule set is written for. Null means the set applies regardless of source — an org-wide prohibition does not care whether the mailbox is Microsoft365 or Gmail.
2729
2854
  */
2730
2855
  get ActivitySyncProviderTypeID(): string | null;
2731
2856
  set ActivitySyncProviderTypeID(value: string | null);
@@ -2807,6 +2932,37 @@ export declare class mjBizAppsCommonActivitySyncRuleEntity extends BaseEntity<mj
2807
2932
  */
2808
2933
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
2809
2934
  /**
2935
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Rules entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
2936
+ * * MaxAttachmentBytes: The maximum attachment size, if specified, must be a positive number greater than zero.
2937
+ * * Table-Level: Exactly one of Activity Sync Rule Set or Activity Sync Connection must be specified. You cannot provide both, and you cannot leave both empty.
2938
+ * * Table-Level: The end date must be on or after the start date when both dates are provided.
2939
+ * @public
2940
+ * @method
2941
+ * @override
2942
+ */
2943
+ Validate(): ValidationResult;
2944
+ /**
2945
+ * The maximum attachment size, if specified, must be a positive number greater than zero.
2946
+ * @param result - the ValidationResult object to add any errors or warnings to
2947
+ * @public
2948
+ * @method
2949
+ */
2950
+ ValidateMaxAttachmentBytesGreaterThanZero(result: ValidationResult): void;
2951
+ /**
2952
+ * Exactly one of Activity Sync Rule Set or Activity Sync Connection must be specified. You cannot provide both, and you cannot leave both empty.
2953
+ * @param result - the ValidationResult object to add any errors or warnings to
2954
+ * @public
2955
+ * @method
2956
+ */
2957
+ ValidateActivitySyncRuleSetAndConnectionMutuallyExclusive(result: ValidationResult): void;
2958
+ /**
2959
+ * The end date must be on or after the start date when both dates are provided.
2960
+ * @param result - the ValidationResult object to add any errors or warnings to
2961
+ * @public
2962
+ * @method
2963
+ */
2964
+ ValidateDateToAfterOrEqualDateFrom(result: ValidationResult): void;
2965
+ /**
2810
2966
  * * Field Name: ID
2811
2967
  * * Display Name: ID
2812
2968
  * * SQL Data Type: uniqueidentifier
@@ -3005,6 +3161,37 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3005
3161
  */
3006
3162
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
3007
3163
  /**
3164
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Run Details entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
3165
+ * * Confidence: Confidence score, if provided, must be a value between 0 and 1 inclusive.
3166
+ * * Table-Level: An activity can only be associated with this record if the decision is set to 'Included'.
3167
+ * * Table-Level: Either both captured content and an encryption key must be provided, or both must be omitted to ensure secure data storage.
3168
+ * @public
3169
+ * @method
3170
+ * @override
3171
+ */
3172
+ Validate(): ValidationResult;
3173
+ /**
3174
+ * Confidence score, if provided, must be a value between 0 and 1 inclusive.
3175
+ * @param result - the ValidationResult object to add any errors or warnings to
3176
+ * @public
3177
+ * @method
3178
+ */
3179
+ ValidateConfidenceRange(result: ValidationResult): void;
3180
+ /**
3181
+ * An activity can only be associated with this record if the decision is set to 'Included'.
3182
+ * @param result - the ValidationResult object to add any errors or warnings to
3183
+ * @public
3184
+ * @method
3185
+ */
3186
+ ValidateActivityIDRequiresIncludedDecision(result: ValidationResult): void;
3187
+ /**
3188
+ * Either both captured content and an encryption key must be provided, or both must be omitted to ensure secure data storage.
3189
+ * @param result - the ValidationResult object to add any errors or warnings to
3190
+ * @public
3191
+ * @method
3192
+ */
3193
+ ValidateCapturedContentAndEncryptionKeyID(result: ValidationResult): void;
3194
+ /**
3008
3195
  * * Field Name: ID
3009
3196
  * * Display Name: ID
3010
3197
  * * SQL Data Type: uniqueidentifier
@@ -3066,7 +3253,7 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3066
3253
  set DecidedByStage(value: string | null);
3067
3254
  /**
3068
3255
  * * Field Name: ActivitySyncRuleID
3069
- * * Display Name: Activity Sync Rule
3256
+ * * Display Name: Activity Sync Rule ID
3070
3257
  * * SQL Data Type: uniqueidentifier
3071
3258
  * * Related Entity/Foreign Key: MJ_BizApps_Common: Activity Sync Rules (vwActivitySyncRules.ID)
3072
3259
  */
@@ -3074,7 +3261,7 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3074
3261
  set ActivitySyncRuleID(value: string | null);
3075
3262
  /**
3076
3263
  * * Field Name: ActivitySyncExclusionID
3077
- * * Display Name: Activity Sync Exclusion
3264
+ * * Display Name: Activity Sync Exclusion ID
3078
3265
  * * SQL Data Type: uniqueidentifier
3079
3266
  * * Related Entity/Foreign Key: MJ_BizApps_Common: Activity Sync Exclusions (vwActivitySyncExclusions.ID)
3080
3267
  */
@@ -3096,7 +3283,7 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3096
3283
  set Confidence(value: number | null);
3097
3284
  /**
3098
3285
  * * Field Name: AIPromptRunID
3099
- * * Display Name: AI Prompt Run
3286
+ * * Display Name: AI Prompt Run ID
3100
3287
  * * SQL Data Type: uniqueidentifier
3101
3288
  * * Description: The MJ: AI Prompt Run behind an inference-stage verdict. Non-null only when a model actually decided this item, which is the audit trail for every automated judgement the engine makes.
3102
3289
  */
@@ -3104,7 +3291,7 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3104
3291
  set AIPromptRunID(value: string | null);
3105
3292
  /**
3106
3293
  * * Field Name: ActivityID
3107
- * * Display Name: Activity
3294
+ * * Display Name: Activity ID
3108
3295
  * * SQL Data Type: uniqueidentifier
3109
3296
  * * Related Entity/Foreign Key: MJ_BizApps_Common: Activities (vwActivities.ID)
3110
3297
  */
@@ -3120,7 +3307,7 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3120
3307
  set CapturedContent(value: string | null);
3121
3308
  /**
3122
3309
  * * Field Name: EncryptionKeyID
3123
- * * Display Name: Encryption Key
3310
+ * * Display Name: Encryption Key ID
3124
3311
  * * SQL Data Type: uniqueidentifier
3125
3312
  * * Related Entity/Foreign Key: MJ: Encryption Keys (vwEncryptionKeys.ID)
3126
3313
  */
@@ -3142,19 +3329,25 @@ export declare class mjBizAppsCommonActivitySyncRunDetailEntity extends BaseEnti
3142
3329
  get __mj_UpdatedAt(): Date;
3143
3330
  /**
3144
3331
  * * Field Name: ActivitySyncRule
3145
- * * Display Name: Activity Sync Rule Name
3332
+ * * Display Name: Activity Sync Rule
3146
3333
  * * SQL Data Type: nvarchar(200)
3147
3334
  */
3148
3335
  get ActivitySyncRule(): string | null;
3149
3336
  /**
3337
+ * * Field Name: ActivitySyncExclusion
3338
+ * * Display Name: Activity Sync Exclusion
3339
+ * * SQL Data Type: nvarchar(320)
3340
+ */
3341
+ get ActivitySyncExclusion(): string | null;
3342
+ /**
3150
3343
  * * Field Name: Activity
3151
- * * Display Name: Activity Reference
3344
+ * * Display Name: Activity
3152
3345
  * * SQL Data Type: nvarchar(500)
3153
3346
  */
3154
3347
  get Activity(): string | null;
3155
3348
  /**
3156
3349
  * * Field Name: EncryptionKey
3157
- * * Display Name: Encryption Key Name
3350
+ * * Display Name: Encryption Key
3158
3351
  * * SQL Data Type: nvarchar(100)
3159
3352
  */
3160
3353
  get EncryptionKey(): string | null;
@@ -3184,6 +3377,21 @@ export declare class mjBizAppsCommonActivitySyncRunEntity extends BaseEntity<mjB
3184
3377
  */
3185
3378
  Load(ID: string, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
3186
3379
  /**
3380
+ * Validate() method override for MJ_BizApps_Common: Activity Sync Runs entity. This is an auto-generated method that invokes the generated validators for this entity for the following fields:
3381
+ * * Table-Level: A watermark after date cannot be specified when performing a dry run.
3382
+ * @public
3383
+ * @method
3384
+ * @override
3385
+ */
3386
+ Validate(): ValidationResult;
3387
+ /**
3388
+ * A watermark after date cannot be specified when performing a dry run.
3389
+ * @param result - the ValidationResult object to add any errors or warnings to
3390
+ * @public
3391
+ * @method
3392
+ */
3393
+ ValidateWatermarkAfterForDryRun(result: ValidationResult): void;
3394
+ /**
3187
3395
  * * Field Name: ID
3188
3396
  * * Display Name: ID
3189
3397
  * * SQL Data Type: uniqueidentifier
@@ -4230,8 +4438,8 @@ export declare class mjBizAppsCommonOrganizationEntity extends BaseEntity<mjBizA
4230
4438
  /**
4231
4439
  * * Field Name: LogoURL
4232
4440
  * * Display Name: Logo URL
4233
- * * SQL Data Type: nvarchar(1000)
4234
- * * Description: URL to organization logo image
4441
+ * * SQL Data Type: nvarchar(MAX)
4442
+ * * Description: Organization logo. May be an HTTP(S) URL or an inline data URI (NVARCHAR(MAX)).
4235
4443
  */
4236
4444
  get LogoURL(): string | null;
4237
4445
  set LogoURL(value: string | null);
@@ -4316,20 +4524,8 @@ export declare class mjBizAppsCommonOrganizationEntity extends BaseEntity<mjBizA
4316
4524
  */
4317
4525
  get Parent(): string | null;
4318
4526
  /**
4319
- * * Field Name: __mj_Latitude
4320
- * * Display Name: Latitude
4321
- * * SQL Data Type: decimal(10, 6)
4322
- */
4323
- get __mj_Latitude(): number | null;
4324
- /**
4325
- * * Field Name: __mj_Longitude
4326
- * * Display Name: Longitude
4327
- * * SQL Data Type: decimal(10, 6)
4328
- */
4329
- get __mj_Longitude(): number | null;
4330
- /**
4331
4527
  * * Field Name: RootParentID
4332
- * * Display Name: Root Parent
4528
+ * * Display Name: Root Organization
4333
4529
  * * SQL Data Type: uniqueidentifier
4334
4530
  */
4335
4531
  get RootParentID(): string | null;
@@ -4377,7 +4573,7 @@ export declare class mjBizAppsCommonOrganizationEntity extends BaseEntity<mjBizA
4377
4573
  get PrimaryAddressCity(): string | null;
4378
4574
  /**
4379
4575
  * * Field Name: PrimaryAddressState
4380
- * * Display Name: State/Province
4576
+ * * Display Name: State
4381
4577
  * * SQL Data Type: nvarchar(100)
4382
4578
  */
4383
4579
  get PrimaryAddressState(): string | null;
@@ -4394,6 +4590,30 @@ export declare class mjBizAppsCommonOrganizationEntity extends BaseEntity<mjBizA
4394
4590
  */
4395
4591
  get PrimaryAddressCountry(): string | null;
4396
4592
  /**
4593
+ * * Field Name: PrimaryAddressLatitude
4594
+ * * Display Name: Latitude
4595
+ * * SQL Data Type: decimal(9, 6)
4596
+ */
4597
+ get PrimaryAddressLatitude(): number | null;
4598
+ /**
4599
+ * * Field Name: PrimaryAddressLongitude
4600
+ * * Display Name: Longitude
4601
+ * * SQL Data Type: decimal(9, 6)
4602
+ */
4603
+ get PrimaryAddressLongitude(): number | null;
4604
+ /**
4605
+ * * Field Name: __mj_Latitude
4606
+ * * Display Name: Latitude
4607
+ * * SQL Data Type: decimal(9, 6)
4608
+ */
4609
+ get __mj_Latitude(): number | null;
4610
+ /**
4611
+ * * Field Name: __mj_Longitude
4612
+ * * Display Name: Longitude
4613
+ * * SQL Data Type: decimal(9, 6)
4614
+ */
4615
+ get __mj_Longitude(): number | null;
4616
+ /**
4397
4617
  * * Field Name: PrimaryAddressType
4398
4618
  * * Display Name: Address Type
4399
4619
  * * SQL Data Type: nvarchar(100)
@@ -4413,7 +4633,7 @@ export declare class mjBizAppsCommonOrganizationEntity extends BaseEntity<mjBizA
4413
4633
  get PrimaryPhone(): string | null;
4414
4634
  /**
4415
4635
  * * Field Name: ActivePersonCount
4416
- * * Display Name: Active Staff Count
4636
+ * * Display Name: Active People Count
4417
4637
  * * SQL Data Type: int
4418
4638
  */
4419
4639
  get ActivePersonCount(): number | null;
@@ -4565,8 +4785,8 @@ export declare class mjBizAppsCommonPersonEntity extends BaseEntity<mjBizAppsCom
4565
4785
  /**
4566
4786
  * * Field Name: PhotoURL
4567
4787
  * * Display Name: Photo URL
4568
- * * SQL Data Type: nvarchar(1000)
4569
- * * Description: URL to profile photo or avatar image
4788
+ * * SQL Data Type: nvarchar(MAX)
4789
+ * * Description: Profile photo or avatar. May be an HTTP(S) URL or an inline data URI (NVARCHAR(MAX)).
4570
4790
  */
4571
4791
  get PhotoURL(): string | null;
4572
4792
  set PhotoURL(value: string | null);
@@ -4629,18 +4849,6 @@ export declare class mjBizAppsCommonPersonEntity extends BaseEntity<mjBizAppsCom
4629
4849
  */
4630
4850
  get LinkedUser(): string | null;
4631
4851
  /**
4632
- * * Field Name: __mj_Latitude
4633
- * * Display Name: Mj Latitude
4634
- * * SQL Data Type: decimal(10, 6)
4635
- */
4636
- get __mj_Latitude(): number | null;
4637
- /**
4638
- * * Field Name: __mj_Longitude
4639
- * * Display Name: Mj Longitude
4640
- * * SQL Data Type: decimal(10, 6)
4641
- */
4642
- get __mj_Longitude(): number | null;
4643
- /**
4644
4852
  * * Field Name: PrimaryAddressLine1
4645
4853
  * * Display Name: Primary Address Line 1
4646
4854
  * * SQL Data Type: nvarchar(255)
@@ -4689,6 +4897,18 @@ export declare class mjBizAppsCommonPersonEntity extends BaseEntity<mjBizAppsCom
4689
4897
  */
4690
4898
  get PrimaryAddressLongitude(): number | null;
4691
4899
  /**
4900
+ * * Field Name: __mj_Latitude
4901
+ * * Display Name: Latitude
4902
+ * * SQL Data Type: decimal(9, 6)
4903
+ */
4904
+ get __mj_Latitude(): number | null;
4905
+ /**
4906
+ * * Field Name: __mj_Longitude
4907
+ * * Display Name: Longitude
4908
+ * * SQL Data Type: decimal(9, 6)
4909
+ */
4910
+ get __mj_Longitude(): number | null;
4911
+ /**
4692
4912
  * * Field Name: PrimaryAddressType
4693
4913
  * * Display Name: Primary Address Type
4694
4914
  * * SQL Data Type: nvarchar(100)