@outlit/tools 2.1.0 → 2.1.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.
package/dist/index.js CHANGED
@@ -546,6 +546,47 @@ var publicToolContracts = {
546
546
  "type": "null"
547
547
  }
548
548
  ]
549
+ },
550
+ "relationshipRole": {
551
+ "anyOf": [
552
+ {
553
+ "type": "string"
554
+ },
555
+ {
556
+ "type": "null"
557
+ }
558
+ ]
559
+ },
560
+ "jobTitle": {
561
+ "anyOf": [
562
+ {
563
+ "type": "string"
564
+ },
565
+ {
566
+ "type": "null"
567
+ }
568
+ ]
569
+ },
570
+ "department": {
571
+ "anyOf": [
572
+ {
573
+ "type": "string"
574
+ },
575
+ {
576
+ "type": "null"
577
+ }
578
+ ]
579
+ },
580
+ "employmentStartDate": {
581
+ "anyOf": [
582
+ {
583
+ "type": "string",
584
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
585
+ },
586
+ {
587
+ "type": "null"
588
+ }
589
+ ]
549
590
  }
550
591
  },
551
592
  "required": [
@@ -557,7 +598,11 @@ var publicToolContracts = {
557
598
  "customerDomain",
558
599
  "journeyStage",
559
600
  "lastActivityAt",
560
- "daysSinceActivity"
601
+ "daysSinceActivity",
602
+ "relationshipRole",
603
+ "jobTitle",
604
+ "department",
605
+ "employmentStartDate"
561
606
  ],
562
607
  "additionalProperties": false
563
608
  }
@@ -990,6 +1035,47 @@ var publicToolContracts = {
990
1035
  "type": "null"
991
1036
  }
992
1037
  ]
1038
+ },
1039
+ "relationshipRole": {
1040
+ "anyOf": [
1041
+ {
1042
+ "type": "string"
1043
+ },
1044
+ {
1045
+ "type": "null"
1046
+ }
1047
+ ]
1048
+ },
1049
+ "jobTitle": {
1050
+ "anyOf": [
1051
+ {
1052
+ "type": "string"
1053
+ },
1054
+ {
1055
+ "type": "null"
1056
+ }
1057
+ ]
1058
+ },
1059
+ "department": {
1060
+ "anyOf": [
1061
+ {
1062
+ "type": "string"
1063
+ },
1064
+ {
1065
+ "type": "null"
1066
+ }
1067
+ ]
1068
+ },
1069
+ "employmentStartDate": {
1070
+ "anyOf": [
1071
+ {
1072
+ "type": "string",
1073
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1074
+ },
1075
+ {
1076
+ "type": "null"
1077
+ }
1078
+ ]
993
1079
  }
994
1080
  },
995
1081
  "required": [
@@ -997,7 +1083,11 @@ var publicToolContracts = {
997
1083
  "email",
998
1084
  "name",
999
1085
  "journeyStage",
1000
- "lastActivityAt"
1086
+ "lastActivityAt",
1087
+ "relationshipRole",
1088
+ "jobTitle",
1089
+ "department",
1090
+ "employmentStartDate"
1001
1091
  ],
1002
1092
  "additionalProperties": false
1003
1093
  }
@@ -2239,6 +2329,7 @@ var publicToolContracts = {
2239
2329
  "SUPPORT_TICKET",
2240
2330
  "OPPORTUNITY",
2241
2331
  "SLACK",
2332
+ "PERSON_PROFILE",
2242
2333
  "CRM",
2243
2334
  "CRM_OPPORTUNITY"
2244
2335
  ]
@@ -2266,17 +2357,21 @@ var publicToolContracts = {
2266
2357
  "REQUIREMENTS",
2267
2358
  "PRODUCT_USAGE",
2268
2359
  "CONTACT_INFO",
2269
- "CONTACT_PREFERENCE"
2360
+ "CONTACT_PREFERENCE",
2361
+ "CONTACT_DEPARTURE",
2362
+ "CONTACT_POSITION_CHANGE",
2363
+ "CONTACT_DISENGAGEMENT"
2270
2364
  ]
2271
2365
  }
2272
2366
  },
2273
2367
  "factCategories": {
2274
- "description": "Optional public fact category filters. Supported values: MEMORY, CUSTOM.",
2368
+ "description": "Optional public fact category filters. Supported values: MEMORY, RELATIONSHIP, CUSTOM.",
2275
2369
  "type": "array",
2276
2370
  "items": {
2277
2371
  "type": "string",
2278
2372
  "enum": [
2279
2373
  "MEMORY",
2374
+ "RELATIONSHIP",
2280
2375
  "CUSTOM"
2281
2376
  ]
2282
2377
  }
@@ -2456,7 +2551,8 @@ var publicToolContracts = {
2456
2551
  "CALENDAR_EVENT",
2457
2552
  "SUPPORT_TICKET",
2458
2553
  "OPPORTUNITY",
2459
- "SLACK"
2554
+ "SLACK",
2555
+ "PERSON_PROFILE"
2460
2556
  ]
2461
2557
  },
2462
2558
  "sourceId": {
@@ -2516,7 +2612,8 @@ var publicToolContracts = {
2516
2612
  "CALENDAR_EVENT",
2517
2613
  "SUPPORT_TICKET",
2518
2614
  "OPPORTUNITY",
2519
- "SLACK"
2615
+ "SLACK",
2616
+ "PERSON_PROFILE"
2520
2617
  ]
2521
2618
  },
2522
2619
  {
@@ -2726,7 +2823,8 @@ var publicToolContracts = {
2726
2823
  "CALENDAR_EVENT",
2727
2824
  "SUPPORT_TICKET",
2728
2825
  "OPPORTUNITY",
2729
- "SLACK"
2826
+ "SLACK",
2827
+ "PERSON_PROFILE"
2730
2828
  ]
2731
2829
  },
2732
2830
  {
@@ -2987,7 +3085,8 @@ var publicToolContracts = {
2987
3085
  "CALENDAR_EVENT",
2988
3086
  "SUPPORT_TICKET",
2989
3087
  "OPPORTUNITY",
2990
- "SLACK"
3088
+ "SLACK",
3089
+ "PERSON_PROFILE"
2991
3090
  ]
2992
3091
  },
2993
3092
  "sourceId": {
@@ -3047,7 +3146,8 @@ var publicToolContracts = {
3047
3146
  "CALENDAR_EVENT",
3048
3147
  "SUPPORT_TICKET",
3049
3148
  "OPPORTUNITY",
3050
- "SLACK"
3149
+ "SLACK",
3150
+ "PERSON_PROFILE"
3051
3151
  ]
3052
3152
  },
3053
3153
  {
@@ -3257,7 +3357,8 @@ var publicToolContracts = {
3257
3357
  "CALENDAR_EVENT",
3258
3358
  "SUPPORT_TICKET",
3259
3359
  "OPPORTUNITY",
3260
- "SLACK"
3360
+ "SLACK",
3361
+ "PERSON_PROFILE"
3261
3362
  ]
3262
3363
  },
3263
3364
  {
@@ -3367,6 +3468,7 @@ var publicToolContracts = {
3367
3468
  "SUPPORT_TICKET",
3368
3469
  "OPPORTUNITY",
3369
3470
  "SLACK",
3471
+ "PERSON_PROFILE",
3370
3472
  "CRM",
3371
3473
  "CRM_OPPORTUNITY"
3372
3474
  ]
@@ -3406,7 +3508,8 @@ var publicToolContracts = {
3406
3508
  "CALENDAR_EVENT",
3407
3509
  "SUPPORT_TICKET",
3408
3510
  "OPPORTUNITY",
3409
- "SLACK"
3511
+ "SLACK",
3512
+ "PERSON_PROFILE"
3410
3513
  ]
3411
3514
  },
3412
3515
  "sourceId": {
@@ -3616,6 +3719,7 @@ var publicToolContracts = {
3616
3719
  "SUPPORT_TICKET",
3617
3720
  "OPPORTUNITY",
3618
3721
  "SLACK",
3722
+ "PERSON_PROFILE",
3619
3723
  "CRM",
3620
3724
  "CRM_OPPORTUNITY"
3621
3725
  ]
@@ -3687,7 +3791,8 @@ var publicToolContracts = {
3687
3791
  "CALENDAR_EVENT",
3688
3792
  "SUPPORT_TICKET",
3689
3793
  "OPPORTUNITY",
3690
- "SLACK"
3794
+ "SLACK",
3795
+ "PERSON_PROFILE"
3691
3796
  ]
3692
3797
  },
3693
3798
  "sourceId": {
@@ -3967,6 +4072,7 @@ var publicToolContracts = {
3967
4072
  "SUPPORT_TICKET",
3968
4073
  "OPPORTUNITY",
3969
4074
  "SLACK",
4075
+ "PERSON_PROFILE",
3970
4076
  "CRM",
3971
4077
  "CRM_OPPORTUNITY"
3972
4078
  ]
@@ -4170,7 +4276,8 @@ var publicToolContracts = {
4170
4276
  "CALENDAR_EVENT",
4171
4277
  "SUPPORT_TICKET",
4172
4278
  "OPPORTUNITY",
4173
- "SLACK"
4279
+ "SLACK",
4280
+ "PERSON_PROFILE"
4174
4281
  ]
4175
4282
  },
4176
4283
  "sourceId": {
@@ -4230,7 +4337,8 @@ var publicToolContracts = {
4230
4337
  "CALENDAR_EVENT",
4231
4338
  "SUPPORT_TICKET",
4232
4339
  "OPPORTUNITY",
4233
- "SLACK"
4340
+ "SLACK",
4341
+ "PERSON_PROFILE"
4234
4342
  ]
4235
4343
  },
4236
4344
  {
@@ -4440,7 +4548,8 @@ var publicToolContracts = {
4440
4548
  "CALENDAR_EVENT",
4441
4549
  "SUPPORT_TICKET",
4442
4550
  "OPPORTUNITY",
4443
- "SLACK"
4551
+ "SLACK",
4552
+ "PERSON_PROFILE"
4444
4553
  ]
4445
4554
  },
4446
4555
  {
@@ -4557,7 +4666,8 @@ var publicToolContracts = {
4557
4666
  "CALENDAR_EVENT",
4558
4667
  "SUPPORT_TICKET",
4559
4668
  "OPPORTUNITY",
4560
- "SLACK"
4669
+ "SLACK",
4670
+ "PERSON_PROFILE"
4561
4671
  ]
4562
4672
  },
4563
4673
  "sourceId": {
@@ -12261,7 +12371,10 @@ var customerFactTypes = [
12261
12371
  "REQUIREMENTS",
12262
12372
  "PRODUCT_USAGE",
12263
12373
  "CONTACT_INFO",
12264
- "CONTACT_PREFERENCE"
12374
+ "CONTACT_PREFERENCE",
12375
+ "CONTACT_DEPARTURE",
12376
+ "CONTACT_POSITION_CHANGE",
12377
+ "CONTACT_DISENGAGEMENT"
12265
12378
  ];
12266
12379
  var unsupportedCustomerFactTypes = [
12267
12380
  "TRACKING_GAP",
@@ -12277,6 +12390,7 @@ var unsupportedCustomerFactTypes = [
12277
12390
  ];
12278
12391
  var customerFactCategories = [
12279
12392
  "MEMORY",
12393
+ "RELATIONSHIP",
12280
12394
  "CUSTOM"
12281
12395
  ];
12282
12396
  var customerListOrderFields = [
@@ -12298,7 +12412,8 @@ var customerSourceTypes = [
12298
12412
  "CALENDAR_EVENT",
12299
12413
  "SUPPORT_TICKET",
12300
12414
  "OPPORTUNITY",
12301
- "SLACK"
12415
+ "SLACK",
12416
+ "PERSON_PROFILE"
12302
12417
  ];
12303
12418
  var customerSourceTypeAliasMap = {
12304
12419
  "CRM": "OPPORTUNITY",
@@ -12315,6 +12430,7 @@ var customerSourceTypeInputs = [
12315
12430
  "SUPPORT_TICKET",
12316
12431
  "OPPORTUNITY",
12317
12432
  "SLACK",
12433
+ "PERSON_PROFILE",
12318
12434
  "CRM",
12319
12435
  "CRM_OPPORTUNITY"
12320
12436
  ];
@@ -12365,7 +12481,7 @@ var schemaTables = [
12365
12481
  "users",
12366
12482
  "revenue"
12367
12483
  ];
12368
- var sdkConsumerContractHash = "b5ae0da99791dfe29fff680e3c7320fd333d81d4b68ad09824791dd7e993d266";
12484
+ var sdkConsumerContractHash = "6e94d54edef77e194566831299475f1814ec8a4cf6302aa38f7fd2d596623673";
12369
12485
 
12370
12486
  // src/contracts.ts
12371
12487
  var publicToolNameSet = new Set(publicToolNames);