@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.cjs CHANGED
@@ -620,6 +620,47 @@ var publicToolContracts = {
620
620
  "type": "null"
621
621
  }
622
622
  ]
623
+ },
624
+ "relationshipRole": {
625
+ "anyOf": [
626
+ {
627
+ "type": "string"
628
+ },
629
+ {
630
+ "type": "null"
631
+ }
632
+ ]
633
+ },
634
+ "jobTitle": {
635
+ "anyOf": [
636
+ {
637
+ "type": "string"
638
+ },
639
+ {
640
+ "type": "null"
641
+ }
642
+ ]
643
+ },
644
+ "department": {
645
+ "anyOf": [
646
+ {
647
+ "type": "string"
648
+ },
649
+ {
650
+ "type": "null"
651
+ }
652
+ ]
653
+ },
654
+ "employmentStartDate": {
655
+ "anyOf": [
656
+ {
657
+ "type": "string",
658
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
659
+ },
660
+ {
661
+ "type": "null"
662
+ }
663
+ ]
623
664
  }
624
665
  },
625
666
  "required": [
@@ -631,7 +672,11 @@ var publicToolContracts = {
631
672
  "customerDomain",
632
673
  "journeyStage",
633
674
  "lastActivityAt",
634
- "daysSinceActivity"
675
+ "daysSinceActivity",
676
+ "relationshipRole",
677
+ "jobTitle",
678
+ "department",
679
+ "employmentStartDate"
635
680
  ],
636
681
  "additionalProperties": false
637
682
  }
@@ -1064,6 +1109,47 @@ var publicToolContracts = {
1064
1109
  "type": "null"
1065
1110
  }
1066
1111
  ]
1112
+ },
1113
+ "relationshipRole": {
1114
+ "anyOf": [
1115
+ {
1116
+ "type": "string"
1117
+ },
1118
+ {
1119
+ "type": "null"
1120
+ }
1121
+ ]
1122
+ },
1123
+ "jobTitle": {
1124
+ "anyOf": [
1125
+ {
1126
+ "type": "string"
1127
+ },
1128
+ {
1129
+ "type": "null"
1130
+ }
1131
+ ]
1132
+ },
1133
+ "department": {
1134
+ "anyOf": [
1135
+ {
1136
+ "type": "string"
1137
+ },
1138
+ {
1139
+ "type": "null"
1140
+ }
1141
+ ]
1142
+ },
1143
+ "employmentStartDate": {
1144
+ "anyOf": [
1145
+ {
1146
+ "type": "string",
1147
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$"
1148
+ },
1149
+ {
1150
+ "type": "null"
1151
+ }
1152
+ ]
1067
1153
  }
1068
1154
  },
1069
1155
  "required": [
@@ -1071,7 +1157,11 @@ var publicToolContracts = {
1071
1157
  "email",
1072
1158
  "name",
1073
1159
  "journeyStage",
1074
- "lastActivityAt"
1160
+ "lastActivityAt",
1161
+ "relationshipRole",
1162
+ "jobTitle",
1163
+ "department",
1164
+ "employmentStartDate"
1075
1165
  ],
1076
1166
  "additionalProperties": false
1077
1167
  }
@@ -2313,6 +2403,7 @@ var publicToolContracts = {
2313
2403
  "SUPPORT_TICKET",
2314
2404
  "OPPORTUNITY",
2315
2405
  "SLACK",
2406
+ "PERSON_PROFILE",
2316
2407
  "CRM",
2317
2408
  "CRM_OPPORTUNITY"
2318
2409
  ]
@@ -2340,17 +2431,21 @@ var publicToolContracts = {
2340
2431
  "REQUIREMENTS",
2341
2432
  "PRODUCT_USAGE",
2342
2433
  "CONTACT_INFO",
2343
- "CONTACT_PREFERENCE"
2434
+ "CONTACT_PREFERENCE",
2435
+ "CONTACT_DEPARTURE",
2436
+ "CONTACT_POSITION_CHANGE",
2437
+ "CONTACT_DISENGAGEMENT"
2344
2438
  ]
2345
2439
  }
2346
2440
  },
2347
2441
  "factCategories": {
2348
- "description": "Optional public fact category filters. Supported values: MEMORY, CUSTOM.",
2442
+ "description": "Optional public fact category filters. Supported values: MEMORY, RELATIONSHIP, CUSTOM.",
2349
2443
  "type": "array",
2350
2444
  "items": {
2351
2445
  "type": "string",
2352
2446
  "enum": [
2353
2447
  "MEMORY",
2448
+ "RELATIONSHIP",
2354
2449
  "CUSTOM"
2355
2450
  ]
2356
2451
  }
@@ -2530,7 +2625,8 @@ var publicToolContracts = {
2530
2625
  "CALENDAR_EVENT",
2531
2626
  "SUPPORT_TICKET",
2532
2627
  "OPPORTUNITY",
2533
- "SLACK"
2628
+ "SLACK",
2629
+ "PERSON_PROFILE"
2534
2630
  ]
2535
2631
  },
2536
2632
  "sourceId": {
@@ -2590,7 +2686,8 @@ var publicToolContracts = {
2590
2686
  "CALENDAR_EVENT",
2591
2687
  "SUPPORT_TICKET",
2592
2688
  "OPPORTUNITY",
2593
- "SLACK"
2689
+ "SLACK",
2690
+ "PERSON_PROFILE"
2594
2691
  ]
2595
2692
  },
2596
2693
  {
@@ -2800,7 +2897,8 @@ var publicToolContracts = {
2800
2897
  "CALENDAR_EVENT",
2801
2898
  "SUPPORT_TICKET",
2802
2899
  "OPPORTUNITY",
2803
- "SLACK"
2900
+ "SLACK",
2901
+ "PERSON_PROFILE"
2804
2902
  ]
2805
2903
  },
2806
2904
  {
@@ -3061,7 +3159,8 @@ var publicToolContracts = {
3061
3159
  "CALENDAR_EVENT",
3062
3160
  "SUPPORT_TICKET",
3063
3161
  "OPPORTUNITY",
3064
- "SLACK"
3162
+ "SLACK",
3163
+ "PERSON_PROFILE"
3065
3164
  ]
3066
3165
  },
3067
3166
  "sourceId": {
@@ -3121,7 +3220,8 @@ var publicToolContracts = {
3121
3220
  "CALENDAR_EVENT",
3122
3221
  "SUPPORT_TICKET",
3123
3222
  "OPPORTUNITY",
3124
- "SLACK"
3223
+ "SLACK",
3224
+ "PERSON_PROFILE"
3125
3225
  ]
3126
3226
  },
3127
3227
  {
@@ -3331,7 +3431,8 @@ var publicToolContracts = {
3331
3431
  "CALENDAR_EVENT",
3332
3432
  "SUPPORT_TICKET",
3333
3433
  "OPPORTUNITY",
3334
- "SLACK"
3434
+ "SLACK",
3435
+ "PERSON_PROFILE"
3335
3436
  ]
3336
3437
  },
3337
3438
  {
@@ -3441,6 +3542,7 @@ var publicToolContracts = {
3441
3542
  "SUPPORT_TICKET",
3442
3543
  "OPPORTUNITY",
3443
3544
  "SLACK",
3545
+ "PERSON_PROFILE",
3444
3546
  "CRM",
3445
3547
  "CRM_OPPORTUNITY"
3446
3548
  ]
@@ -3480,7 +3582,8 @@ var publicToolContracts = {
3480
3582
  "CALENDAR_EVENT",
3481
3583
  "SUPPORT_TICKET",
3482
3584
  "OPPORTUNITY",
3483
- "SLACK"
3585
+ "SLACK",
3586
+ "PERSON_PROFILE"
3484
3587
  ]
3485
3588
  },
3486
3589
  "sourceId": {
@@ -3690,6 +3793,7 @@ var publicToolContracts = {
3690
3793
  "SUPPORT_TICKET",
3691
3794
  "OPPORTUNITY",
3692
3795
  "SLACK",
3796
+ "PERSON_PROFILE",
3693
3797
  "CRM",
3694
3798
  "CRM_OPPORTUNITY"
3695
3799
  ]
@@ -3761,7 +3865,8 @@ var publicToolContracts = {
3761
3865
  "CALENDAR_EVENT",
3762
3866
  "SUPPORT_TICKET",
3763
3867
  "OPPORTUNITY",
3764
- "SLACK"
3868
+ "SLACK",
3869
+ "PERSON_PROFILE"
3765
3870
  ]
3766
3871
  },
3767
3872
  "sourceId": {
@@ -4041,6 +4146,7 @@ var publicToolContracts = {
4041
4146
  "SUPPORT_TICKET",
4042
4147
  "OPPORTUNITY",
4043
4148
  "SLACK",
4149
+ "PERSON_PROFILE",
4044
4150
  "CRM",
4045
4151
  "CRM_OPPORTUNITY"
4046
4152
  ]
@@ -4244,7 +4350,8 @@ var publicToolContracts = {
4244
4350
  "CALENDAR_EVENT",
4245
4351
  "SUPPORT_TICKET",
4246
4352
  "OPPORTUNITY",
4247
- "SLACK"
4353
+ "SLACK",
4354
+ "PERSON_PROFILE"
4248
4355
  ]
4249
4356
  },
4250
4357
  "sourceId": {
@@ -4304,7 +4411,8 @@ var publicToolContracts = {
4304
4411
  "CALENDAR_EVENT",
4305
4412
  "SUPPORT_TICKET",
4306
4413
  "OPPORTUNITY",
4307
- "SLACK"
4414
+ "SLACK",
4415
+ "PERSON_PROFILE"
4308
4416
  ]
4309
4417
  },
4310
4418
  {
@@ -4514,7 +4622,8 @@ var publicToolContracts = {
4514
4622
  "CALENDAR_EVENT",
4515
4623
  "SUPPORT_TICKET",
4516
4624
  "OPPORTUNITY",
4517
- "SLACK"
4625
+ "SLACK",
4626
+ "PERSON_PROFILE"
4518
4627
  ]
4519
4628
  },
4520
4629
  {
@@ -4631,7 +4740,8 @@ var publicToolContracts = {
4631
4740
  "CALENDAR_EVENT",
4632
4741
  "SUPPORT_TICKET",
4633
4742
  "OPPORTUNITY",
4634
- "SLACK"
4743
+ "SLACK",
4744
+ "PERSON_PROFILE"
4635
4745
  ]
4636
4746
  },
4637
4747
  "sourceId": {
@@ -12335,7 +12445,10 @@ var customerFactTypes = [
12335
12445
  "REQUIREMENTS",
12336
12446
  "PRODUCT_USAGE",
12337
12447
  "CONTACT_INFO",
12338
- "CONTACT_PREFERENCE"
12448
+ "CONTACT_PREFERENCE",
12449
+ "CONTACT_DEPARTURE",
12450
+ "CONTACT_POSITION_CHANGE",
12451
+ "CONTACT_DISENGAGEMENT"
12339
12452
  ];
12340
12453
  var unsupportedCustomerFactTypes = [
12341
12454
  "TRACKING_GAP",
@@ -12351,6 +12464,7 @@ var unsupportedCustomerFactTypes = [
12351
12464
  ];
12352
12465
  var customerFactCategories = [
12353
12466
  "MEMORY",
12467
+ "RELATIONSHIP",
12354
12468
  "CUSTOM"
12355
12469
  ];
12356
12470
  var customerListOrderFields = [
@@ -12372,7 +12486,8 @@ var customerSourceTypes = [
12372
12486
  "CALENDAR_EVENT",
12373
12487
  "SUPPORT_TICKET",
12374
12488
  "OPPORTUNITY",
12375
- "SLACK"
12489
+ "SLACK",
12490
+ "PERSON_PROFILE"
12376
12491
  ];
12377
12492
  var customerSourceTypeAliasMap = {
12378
12493
  "CRM": "OPPORTUNITY",
@@ -12389,6 +12504,7 @@ var customerSourceTypeInputs = [
12389
12504
  "SUPPORT_TICKET",
12390
12505
  "OPPORTUNITY",
12391
12506
  "SLACK",
12507
+ "PERSON_PROFILE",
12392
12508
  "CRM",
12393
12509
  "CRM_OPPORTUNITY"
12394
12510
  ];
@@ -12439,7 +12555,7 @@ var schemaTables = [
12439
12555
  "users",
12440
12556
  "revenue"
12441
12557
  ];
12442
- var sdkConsumerContractHash = "b5ae0da99791dfe29fff680e3c7320fd333d81d4b68ad09824791dd7e993d266";
12558
+ var sdkConsumerContractHash = "6e94d54edef77e194566831299475f1814ec8a4cf6302aa38f7fd2d596623673";
12443
12559
 
12444
12560
  // src/contracts.ts
12445
12561
  var publicToolNameSet = new Set(publicToolNames);