@crono-one/n8n-nodes-crono-public-api 1.1.1 → 1.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.
@@ -108,7 +108,7 @@ class CronoPublicApi {
108
108
  { name: 'List', value: 'list' },
109
109
  { name: 'Note', value: 'note' },
110
110
  { name: 'Pipeline', value: 'pipeline' },
111
- { name: 'Strategy', value: 'strategy' },
111
+ { name: 'Sequence', value: 'sequence' },
112
112
  { name: 'Task', value: 'task' },
113
113
  { name: 'Template', value: 'template' },
114
114
  { name: 'User', value: 'user' },
@@ -255,16 +255,20 @@ class CronoPublicApi {
255
255
  type: 'options',
256
256
  noDataExpression: true,
257
257
  displayOptions: {
258
- show: { resource: ['strategy'] },
258
+ show: { resource: ['sequence'] },
259
259
  },
260
260
  options: [
261
261
  {
262
262
  name: 'Add Contacts',
263
263
  value: 'addContacts',
264
- action: 'Add contacts to a strategy',
264
+ action: 'Add contacts to a sequence',
265
+ },
266
+ { name: 'Search Sequence', value: 'search', action: 'Search sequence' },
267
+ {
268
+ name: 'Search Sequence Details',
269
+ value: 'searchDetails',
270
+ action: 'Search sequence details',
265
271
  },
266
- { name: 'Search', value: 'search', action: 'Search strategies' },
267
- { name: 'Search Details', value: 'searchDetails', action: 'Search strategy details' },
268
272
  {
269
273
  name: 'Stop Contact Sequence',
270
274
  value: 'stopContactSequence',
@@ -434,7 +438,7 @@ class CronoPublicApi {
434
438
  'note',
435
439
  'activity',
436
440
  'list',
437
- 'strategy',
441
+ 'sequence',
438
442
  'template',
439
443
  'externalProperty',
440
444
  'user',
@@ -459,7 +463,7 @@ class CronoPublicApi {
459
463
  'note',
460
464
  'activity',
461
465
  'list',
462
- 'strategy',
466
+ 'sequence',
463
467
  'template',
464
468
  'externalProperty',
465
469
  'user',
@@ -478,7 +482,7 @@ class CronoPublicApi {
478
482
  default: false,
479
483
  displayOptions: {
480
484
  show: {
481
- resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'strategy'],
485
+ resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
482
486
  operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
483
487
  },
484
488
  },
@@ -491,7 +495,7 @@ class CronoPublicApi {
491
495
  default: {},
492
496
  displayOptions: {
493
497
  show: {
494
- resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'strategy'],
498
+ resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
495
499
  operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
496
500
  useRawJsonData: [true],
497
501
  },
@@ -509,7 +513,7 @@ class CronoPublicApi {
509
513
  default: [],
510
514
  displayOptions: {
511
515
  show: {
512
- resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'strategy'],
516
+ resource: ['company', 'contact', 'deal', 'note', 'task', 'list', 'sequence'],
513
517
  operation: ['create', 'update', 'import', 'addContacts', 'stopContactSequence'],
514
518
  useRawJsonData: [false],
515
519
  },
@@ -548,7 +552,7 @@ class CronoPublicApi {
548
552
  'note',
549
553
  'activity',
550
554
  'list',
551
- 'strategy',
555
+ 'sequence',
552
556
  'template',
553
557
  'externalProperty',
554
558
  'user',
@@ -795,7 +799,7 @@ class CronoPublicApi {
795
799
  description: 'Generate AI variables request payload',
796
800
  },
797
801
  {
798
- displayName: 'Account ID',
802
+ displayName: 'Company ID',
799
803
  name: 'companyUpdateAccountId',
800
804
  type: 'string',
801
805
  default: '',
@@ -807,7 +811,7 @@ class CronoPublicApi {
807
811
  useRawJsonData: [false],
808
812
  },
809
813
  },
810
- description: 'Account ID to update',
814
+ description: 'Company ID to update',
811
815
  },
812
816
  {
813
817
  displayName: 'Name',
@@ -961,7 +965,7 @@ class CronoPublicApi {
961
965
  },
962
966
  },
963
967
  {
964
- displayName: 'Accounts',
968
+ displayName: 'Companies',
965
969
  name: 'companyImportAccounts',
966
970
  type: 'fixedCollection',
967
971
  typeOptions: {
@@ -975,11 +979,11 @@ class CronoPublicApi {
975
979
  useRawJsonData: [false],
976
980
  },
977
981
  },
978
- description: 'Accounts to import',
982
+ description: 'Companies to import',
979
983
  options: [
980
984
  {
981
985
  name: 'account',
982
- displayName: 'Account',
986
+ displayName: 'Company',
983
987
  values: [
984
988
  {
985
989
  displayName: 'Annual Revenue',
@@ -1203,7 +1207,7 @@ class CronoPublicApi {
1203
1207
  description: 'Company name',
1204
1208
  },
1205
1209
  {
1206
- displayName: 'Account ID',
1210
+ displayName: 'Company ID',
1207
1211
  name: 'contactCreateAccountId',
1208
1212
  type: 'string',
1209
1213
  default: '',
@@ -1214,7 +1218,7 @@ class CronoPublicApi {
1214
1218
  useRawJsonData: [false],
1215
1219
  },
1216
1220
  },
1217
- description: 'Account ID to associate with the contact',
1221
+ description: 'Company ID to associate with the contact',
1218
1222
  },
1219
1223
  {
1220
1224
  displayName: 'Company Annual Revenue',
@@ -1446,7 +1450,7 @@ class CronoPublicApi {
1446
1450
  description: 'Contact mobile phone',
1447
1451
  },
1448
1452
  {
1449
- displayName: 'Strategy ID',
1453
+ displayName: 'Sequence ID',
1450
1454
  name: 'contactCreateStrategyId',
1451
1455
  type: 'number',
1452
1456
  default: 0,
@@ -1457,7 +1461,7 @@ class CronoPublicApi {
1457
1461
  useRawJsonData: [false],
1458
1462
  },
1459
1463
  },
1460
- description: 'Strategy ID to add the contact to',
1464
+ description: 'Sequence ID to add the contact to',
1461
1465
  },
1462
1466
  {
1463
1467
  displayName: 'Time Zone',
@@ -1501,7 +1505,7 @@ class CronoPublicApi {
1501
1505
  description: 'Generate AI variables request payload',
1502
1506
  },
1503
1507
  {
1504
- displayName: 'Prospect ID',
1508
+ displayName: 'Contact ID',
1505
1509
  name: 'contactUpdateProspectId',
1506
1510
  type: 'string',
1507
1511
  default: '',
@@ -1513,7 +1517,7 @@ class CronoPublicApi {
1513
1517
  useRawJsonData: [false],
1514
1518
  },
1515
1519
  },
1516
- description: 'Prospect ID to update',
1520
+ description: 'Contact ID to update',
1517
1521
  },
1518
1522
  {
1519
1523
  displayName: 'First Name',
@@ -1668,7 +1672,7 @@ class CronoPublicApi {
1668
1672
  },
1669
1673
  },
1670
1674
  {
1671
- displayName: 'Prospects',
1675
+ displayName: 'Contacts',
1672
1676
  name: 'contactImportProspects',
1673
1677
  type: 'fixedCollection',
1674
1678
  typeOptions: {
@@ -1682,18 +1686,12 @@ class CronoPublicApi {
1682
1686
  useRawJsonData: [false],
1683
1687
  },
1684
1688
  },
1685
- description: 'Prospects to import',
1689
+ description: 'Contacts to import',
1686
1690
  options: [
1687
1691
  {
1688
1692
  name: 'prospect',
1689
- displayName: 'Prospect',
1693
+ displayName: 'Contact',
1690
1694
  values: [
1691
- {
1692
- displayName: 'Account External Values (JSON)',
1693
- name: 'accountExternalValues',
1694
- type: 'json',
1695
- default: {},
1696
- },
1697
1695
  {
1698
1696
  displayName: 'Company',
1699
1697
  name: 'company',
@@ -1712,6 +1710,12 @@ class CronoPublicApi {
1712
1710
  type: 'string',
1713
1711
  default: '',
1714
1712
  },
1713
+ {
1714
+ displayName: 'Company External Values (JSON)',
1715
+ name: 'accountExternalValues',
1716
+ type: 'json',
1717
+ default: {},
1718
+ },
1715
1719
  {
1716
1720
  displayName: 'Company Industry',
1717
1721
  name: 'companyIndustry',
@@ -1804,7 +1808,7 @@ class CronoPublicApi {
1804
1808
  default: '',
1805
1809
  },
1806
1810
  {
1807
- displayName: 'Strategy ID',
1811
+ displayName: 'Sequence ID',
1808
1812
  name: 'strategyId',
1809
1813
  type: 'number',
1810
1814
  default: 0,
@@ -1922,7 +1926,7 @@ class CronoPublicApi {
1922
1926
  description: 'Comma-separated list of AI external property IDs to generate',
1923
1927
  },
1924
1928
  {
1925
- displayName: 'Account ID',
1929
+ displayName: 'Company ID',
1926
1930
  name: 'dealCreateAccountId',
1927
1931
  type: 'string',
1928
1932
  default: '',
@@ -1934,7 +1938,7 @@ class CronoPublicApi {
1934
1938
  useRawJsonData: [false],
1935
1939
  },
1936
1940
  },
1937
- description: 'Account ID linked to the deal',
1941
+ description: 'Company ID linked to the deal',
1938
1942
  },
1939
1943
  {
1940
1944
  displayName: 'Name',
@@ -2052,7 +2056,7 @@ class CronoPublicApi {
2052
2056
  description: 'Owner user ID',
2053
2057
  },
2054
2058
  {
2055
- displayName: 'Account ID',
2059
+ displayName: 'Company ID',
2056
2060
  name: 'dealUpdateAccountId',
2057
2061
  type: 'string',
2058
2062
  default: '',
@@ -2064,10 +2068,10 @@ class CronoPublicApi {
2064
2068
  useRawJsonData: [false],
2065
2069
  },
2066
2070
  },
2067
- description: 'Account ID linked to the deal',
2071
+ description: 'Company ID linked to the deal',
2068
2072
  },
2069
2073
  {
2070
- displayName: 'Opportunity ID',
2074
+ displayName: 'Deal ID',
2071
2075
  name: 'dealUpdateOpportunityId',
2072
2076
  type: 'string',
2073
2077
  default: '',
@@ -2079,7 +2083,7 @@ class CronoPublicApi {
2079
2083
  useRawJsonData: [false],
2080
2084
  },
2081
2085
  },
2082
- description: 'Opportunity ID to update',
2086
+ description: 'Deal ID to update',
2083
2087
  },
2084
2088
  {
2085
2089
  displayName: 'Name',
@@ -2229,7 +2233,7 @@ class CronoPublicApi {
2229
2233
  description: 'Note content',
2230
2234
  },
2231
2235
  {
2232
- displayName: 'Account ID',
2236
+ displayName: 'Company ID',
2233
2237
  name: 'noteCreateAccountId',
2234
2238
  type: 'string',
2235
2239
  default: '',
@@ -2241,10 +2245,10 @@ class CronoPublicApi {
2241
2245
  useRawJsonData: [false],
2242
2246
  },
2243
2247
  },
2244
- description: 'Account ID linked to the note',
2248
+ description: 'Company ID linked to the note',
2245
2249
  },
2246
2250
  {
2247
- displayName: 'Opportunity ID',
2251
+ displayName: 'Deal ID',
2248
2252
  name: 'noteCreateOpportunityId',
2249
2253
  type: 'string',
2250
2254
  default: '',
@@ -2255,10 +2259,10 @@ class CronoPublicApi {
2255
2259
  useRawJsonData: [false],
2256
2260
  },
2257
2261
  },
2258
- description: 'Opportunity ID linked to the note',
2262
+ description: 'Deal ID linked to the note',
2259
2263
  },
2260
2264
  {
2261
- displayName: 'Prospect IDs',
2265
+ displayName: 'Contact IDs',
2262
2266
  name: 'noteCreateProspectIds',
2263
2267
  type: 'string',
2264
2268
  default: '',
@@ -2269,10 +2273,10 @@ class CronoPublicApi {
2269
2273
  useRawJsonData: [false],
2270
2274
  },
2271
2275
  },
2272
- description: 'Comma-separated list of prospect IDs',
2276
+ description: 'Comma-separated list of contact IDs',
2273
2277
  },
2274
2278
  {
2275
- displayName: 'Account ID',
2279
+ displayName: 'Company ID',
2276
2280
  name: 'taskCreateAccountId',
2277
2281
  type: 'string',
2278
2282
  default: '',
@@ -2284,10 +2288,10 @@ class CronoPublicApi {
2284
2288
  useRawJsonData: [false],
2285
2289
  },
2286
2290
  },
2287
- description: 'Account ID linked to the task',
2291
+ description: 'Company ID linked to the task',
2288
2292
  },
2289
2293
  {
2290
- displayName: 'Prospect ID',
2294
+ displayName: 'Contact ID',
2291
2295
  name: 'taskCreateProspectId',
2292
2296
  type: 'string',
2293
2297
  default: '',
@@ -2298,7 +2302,7 @@ class CronoPublicApi {
2298
2302
  useRawJsonData: [false],
2299
2303
  },
2300
2304
  },
2301
- description: 'Prospect ID linked to the task',
2305
+ description: 'Contact ID linked to the task',
2302
2306
  },
2303
2307
  {
2304
2308
  displayName: 'Type',
@@ -2387,7 +2391,7 @@ class CronoPublicApi {
2387
2391
  description: 'Whether the task is automatic',
2388
2392
  },
2389
2393
  {
2390
- displayName: 'Opportunity ID',
2394
+ displayName: 'Deal ID',
2391
2395
  name: 'taskCreateOpportunityId',
2392
2396
  type: 'string',
2393
2397
  default: '',
@@ -2398,7 +2402,7 @@ class CronoPublicApi {
2398
2402
  useRawJsonData: [false],
2399
2403
  },
2400
2404
  },
2401
- description: 'Opportunity ID linked to the task',
2405
+ description: 'Deal ID linked to the task',
2402
2406
  },
2403
2407
  {
2404
2408
  displayName: 'Assign To User',
@@ -2520,7 +2524,7 @@ class CronoPublicApi {
2520
2524
  description: 'Filter tasks by a specific date',
2521
2525
  },
2522
2526
  {
2523
- displayName: 'Prospect ID',
2527
+ displayName: 'Contact ID',
2524
2528
  name: 'taskSearchProspectId',
2525
2529
  type: 'string',
2526
2530
  default: '',
@@ -2531,10 +2535,10 @@ class CronoPublicApi {
2531
2535
  useRawJsonSearch: [false],
2532
2536
  },
2533
2537
  },
2534
- description: 'Filter tasks by prospect ID',
2538
+ description: 'Filter tasks by contact ID',
2535
2539
  },
2536
2540
  {
2537
- displayName: 'Opportunity ID',
2541
+ displayName: 'Deal ID',
2538
2542
  name: 'taskSearchOpportunityId',
2539
2543
  type: 'string',
2540
2544
  default: '',
@@ -2545,7 +2549,7 @@ class CronoPublicApi {
2545
2549
  useRawJsonSearch: [false],
2546
2550
  },
2547
2551
  },
2548
- description: 'Filter tasks by opportunity ID',
2552
+ description: 'Filter tasks by deal ID',
2549
2553
  },
2550
2554
  {
2551
2555
  displayName: 'Completed',
@@ -2701,7 +2705,7 @@ class CronoPublicApi {
2701
2705
  },
2702
2706
  },
2703
2707
  {
2704
- displayName: 'Has Opportunity',
2708
+ displayName: 'Has Deal',
2705
2709
  name: 'taskSearchHasOpportunity',
2706
2710
  type: 'boolean',
2707
2711
  default: false,
@@ -2740,7 +2744,7 @@ class CronoPublicApi {
2740
2744
  },
2741
2745
  },
2742
2746
  {
2743
- displayName: 'Account ID',
2747
+ displayName: 'Company ID',
2744
2748
  name: 'taskSearchAccountId',
2745
2749
  type: 'string',
2746
2750
  default: '',
@@ -2751,10 +2755,10 @@ class CronoPublicApi {
2751
2755
  useRawJsonSearch: [false],
2752
2756
  },
2753
2757
  },
2754
- description: 'Filter by account ID',
2758
+ description: 'Filter by company ID',
2755
2759
  },
2756
2760
  {
2757
- displayName: 'Prospect List ID',
2761
+ displayName: 'Contact List ID',
2758
2762
  name: 'taskSearchProspectListId',
2759
2763
  type: 'number',
2760
2764
  default: 0,
@@ -2765,7 +2769,7 @@ class CronoPublicApi {
2765
2769
  useRawJsonSearch: [false],
2766
2770
  },
2767
2771
  },
2768
- description: 'Filter by prospect list ID',
2772
+ description: 'Filter by contact list ID',
2769
2773
  },
2770
2774
  {
2771
2775
  displayName: 'Lead List ID',
@@ -2782,7 +2786,7 @@ class CronoPublicApi {
2782
2786
  description: 'Filter by lead list ID',
2783
2787
  },
2784
2788
  {
2785
- displayName: 'Account List ID',
2789
+ displayName: 'Company List ID',
2786
2790
  name: 'taskSearchAccountListId',
2787
2791
  type: 'number',
2788
2792
  default: 0,
@@ -2793,10 +2797,10 @@ class CronoPublicApi {
2793
2797
  useRawJsonSearch: [false],
2794
2798
  },
2795
2799
  },
2796
- description: 'Filter by account list ID',
2800
+ description: 'Filter by company list ID',
2797
2801
  },
2798
2802
  {
2799
- displayName: 'Strategy ID',
2803
+ displayName: 'Sequence ID',
2800
2804
  name: 'taskSearchStrategyId',
2801
2805
  type: 'number',
2802
2806
  default: 0,
@@ -2807,7 +2811,7 @@ class CronoPublicApi {
2807
2811
  useRawJsonSearch: [false],
2808
2812
  },
2809
2813
  },
2810
- description: 'Filter by strategy ID',
2814
+ description: 'Filter by sequence ID',
2811
2815
  },
2812
2816
  {
2813
2817
  displayName: 'Sort By',
@@ -2832,7 +2836,7 @@ class CronoPublicApi {
2832
2836
  description: 'Sort order',
2833
2837
  },
2834
2838
  {
2835
- displayName: 'Account External Properties (JSON)',
2839
+ displayName: 'Company External Properties (JSON)',
2836
2840
  name: 'taskSearchAccountExternalProperties',
2837
2841
  type: 'json',
2838
2842
  default: {},
@@ -2843,10 +2847,10 @@ class CronoPublicApi {
2843
2847
  useRawJsonSearch: [false],
2844
2848
  },
2845
2849
  },
2846
- description: 'Account external property filters',
2850
+ description: 'Company external property filters',
2847
2851
  },
2848
2852
  {
2849
- displayName: 'Prospect External Properties (JSON)',
2853
+ displayName: 'Contact External Properties (JSON)',
2850
2854
  name: 'taskSearchProspectExternalProperties',
2851
2855
  type: 'json',
2852
2856
  default: {},
@@ -2857,7 +2861,7 @@ class CronoPublicApi {
2857
2861
  useRawJsonSearch: [false],
2858
2862
  },
2859
2863
  },
2860
- description: 'Prospect external property filters',
2864
+ description: 'Contact external property filters',
2861
2865
  },
2862
2866
  {
2863
2867
  displayName: 'Lead External Properties (JSON)',
@@ -2874,7 +2878,7 @@ class CronoPublicApi {
2874
2878
  description: 'Lead external property filters',
2875
2879
  },
2876
2880
  {
2877
- displayName: 'With Prospect Score',
2881
+ displayName: 'With Contact Score',
2878
2882
  name: 'taskSearchWithProspectScore',
2879
2883
  type: 'boolean',
2880
2884
  default: false,
@@ -2887,7 +2891,7 @@ class CronoPublicApi {
2887
2891
  },
2888
2892
  },
2889
2893
  {
2890
- displayName: 'With Account Score',
2894
+ displayName: 'With Company Score',
2891
2895
  name: 'taskSearchWithAccountScore',
2892
2896
  type: 'boolean',
2893
2897
  default: false,
@@ -2918,7 +2922,7 @@ class CronoPublicApi {
2918
2922
  ],
2919
2923
  },
2920
2924
  {
2921
- displayName: 'Prospect Score Levels',
2925
+ displayName: 'Contact Score Levels',
2922
2926
  name: 'taskSearchProspectScoreLevels',
2923
2927
  type: 'multiOptions',
2924
2928
  default: [],
@@ -2936,7 +2940,7 @@ class CronoPublicApi {
2936
2940
  ],
2937
2941
  },
2938
2942
  {
2939
- displayName: 'Account Score Levels',
2943
+ displayName: 'Company Score Levels',
2940
2944
  name: 'taskSearchAccountScoreLevels',
2941
2945
  type: 'multiOptions',
2942
2946
  default: [],
@@ -3057,7 +3061,7 @@ class CronoPublicApi {
3057
3061
  { name: 'Customer', value: 'Customer' },
3058
3062
  { name: 'Inactive', value: 'Inactive' },
3059
3063
  { name: 'Nurture', value: 'Nurture' },
3060
- { name: 'Open Opportunity', value: 'OpenOpportunity' },
3064
+ { name: 'Open Deal', value: 'OpenOpportunity' },
3061
3065
  { name: 'Working', value: 'Working' },
3062
3066
  ],
3063
3067
  description: 'Company status filters',
@@ -3533,7 +3537,7 @@ class CronoPublicApi {
3533
3537
  description: 'Number of results to skip',
3534
3538
  },
3535
3539
  {
3536
- displayName: 'Account External Properties (JSON)',
3540
+ displayName: 'Company External Properties (JSON)',
3537
3541
  name: 'contactSearchAccountExternalProperties',
3538
3542
  type: 'json',
3539
3543
  default: {},
@@ -3544,10 +3548,10 @@ class CronoPublicApi {
3544
3548
  useRawJsonSearch: [false],
3545
3549
  },
3546
3550
  },
3547
- description: 'Account external property filters',
3551
+ description: 'Company external property filters',
3548
3552
  },
3549
3553
  {
3550
- displayName: 'Account External Property Empty IDs',
3554
+ displayName: 'Company External Property Empty IDs',
3551
3555
  name: 'contactSearchAccountExternalPropertyEmptyIds',
3552
3556
  type: 'string',
3553
3557
  default: '',
@@ -3558,10 +3562,10 @@ class CronoPublicApi {
3558
3562
  useRawJsonSearch: [false],
3559
3563
  },
3560
3564
  },
3561
- description: 'Comma-separated list of account external property IDs to match empty values',
3565
+ description: 'Comma-separated list of company external property IDs to match empty values',
3562
3566
  },
3563
3567
  {
3564
- displayName: 'Account External Property Numeric Filters (JSON)',
3568
+ displayName: 'Company External Property Numeric Filters (JSON)',
3565
3569
  name: 'contactSearchAccountExternalPropertyNumericFilters',
3566
3570
  type: 'json',
3567
3571
  default: {},
@@ -3572,10 +3576,10 @@ class CronoPublicApi {
3572
3576
  useRawJsonSearch: [false],
3573
3577
  },
3574
3578
  },
3575
- description: 'Account external property numeric filters',
3579
+ description: 'Company external property numeric filters',
3576
3580
  },
3577
3581
  {
3578
- displayName: 'Account ID',
3582
+ displayName: 'Company ID',
3579
3583
  name: 'contactSearchAccountId',
3580
3584
  type: 'string',
3581
3585
  default: '',
@@ -3588,7 +3592,7 @@ class CronoPublicApi {
3588
3592
  },
3589
3593
  },
3590
3594
  {
3591
- displayName: 'Account Status',
3595
+ displayName: 'Company Status',
3592
3596
  name: 'contactSearchAccountStatus',
3593
3597
  type: 'multiOptions',
3594
3598
  default: [],
@@ -3604,10 +3608,10 @@ class CronoPublicApi {
3604
3608
  { name: 'Customer', value: 'Customer' },
3605
3609
  { name: 'Inactive', value: 'Inactive' },
3606
3610
  { name: 'Nurture', value: 'Nurture' },
3607
- { name: 'Open Opportunity', value: 'OpenOpportunity' },
3611
+ { name: 'Open Deal', value: 'OpenOpportunity' },
3608
3612
  { name: 'Working', value: 'Working' },
3609
3613
  ],
3610
- description: 'Account status filters',
3614
+ description: 'Company status filters',
3611
3615
  },
3612
3616
  {
3613
3617
  displayName: 'Actual Status',
@@ -4071,6 +4075,7 @@ class CronoPublicApi {
4071
4075
  options: [
4072
4076
  { name: 'Company Name', value: 'CompanyName' },
4073
4077
  { name: 'Company Name Desc', value: 'CompanyNameDesc' },
4078
+ { name: 'Contact ID', value: 'ProspectId' },
4074
4079
  { name: 'Created Date', value: 'CreatedDate' },
4075
4080
  { name: 'Created Date Desc', value: 'CreatedDateDesc' },
4076
4081
  { name: 'Last Activity', value: 'LastActivity' },
@@ -4079,7 +4084,6 @@ class CronoPublicApi {
4079
4084
  { name: 'Name Desc', value: 'NameDesc' },
4080
4085
  { name: 'Owner', value: 'Owner' },
4081
4086
  { name: 'Owner Desc', value: 'OwnerDesc' },
4082
- { name: 'Prospect ID', value: 'ProspectId' },
4083
4087
  { name: 'Score', value: 'Score' },
4084
4088
  { name: 'Score Desc', value: 'ScoreDesc' },
4085
4089
  ],
@@ -4120,7 +4124,7 @@ class CronoPublicApi {
4120
4124
  description: 'Deal name',
4121
4125
  },
4122
4126
  {
4123
- displayName: 'Account ID',
4127
+ displayName: 'Company ID',
4124
4128
  name: 'dealSearchAccountId',
4125
4129
  type: 'string',
4126
4130
  default: '',
@@ -4131,7 +4135,7 @@ class CronoPublicApi {
4131
4135
  useRawJsonSearch: [false],
4132
4136
  },
4133
4137
  },
4134
- description: 'Account ID linked to the deal',
4138
+ description: 'Company ID linked to the deal',
4135
4139
  },
4136
4140
  {
4137
4141
  displayName: 'User ID',
@@ -4381,7 +4385,7 @@ class CronoPublicApi {
4381
4385
  description: 'Sort order',
4382
4386
  },
4383
4387
  {
4384
- displayName: 'Include Account',
4388
+ displayName: 'Include Company',
4385
4389
  name: 'dealSearchIncludeAccount',
4386
4390
  type: 'boolean',
4387
4391
  default: false,
@@ -4434,7 +4438,7 @@ class CronoPublicApi {
4434
4438
  description: 'Text to match in note content',
4435
4439
  },
4436
4440
  {
4437
- displayName: 'Account ID',
4441
+ displayName: 'Company ID',
4438
4442
  name: 'noteSearchAccountId',
4439
4443
  type: 'string',
4440
4444
  default: '',
@@ -4445,10 +4449,10 @@ class CronoPublicApi {
4445
4449
  useRawJsonSearch: [false],
4446
4450
  },
4447
4451
  },
4448
- description: 'Account ID linked to the note',
4452
+ description: 'Company ID linked to the note',
4449
4453
  },
4450
4454
  {
4451
- displayName: 'Opportunity ID',
4455
+ displayName: 'Deal ID',
4452
4456
  name: 'noteSearchOpportunityId',
4453
4457
  type: 'string',
4454
4458
  default: '',
@@ -4459,7 +4463,7 @@ class CronoPublicApi {
4459
4463
  useRawJsonSearch: [false],
4460
4464
  },
4461
4465
  },
4462
- description: 'Opportunity ID linked to the note',
4466
+ description: 'Deal ID linked to the note',
4463
4467
  },
4464
4468
  {
4465
4469
  displayName: 'User ID',
@@ -4603,7 +4607,7 @@ class CronoPublicApi {
4603
4607
  },
4604
4608
  },
4605
4609
  {
4606
- displayName: 'Include Account',
4610
+ displayName: 'Include Company',
4607
4611
  name: 'noteSearchIncludeAccount',
4608
4612
  type: 'boolean',
4609
4613
  default: false,
@@ -4616,7 +4620,7 @@ class CronoPublicApi {
4616
4620
  },
4617
4621
  },
4618
4622
  {
4619
- displayName: 'Include Opportunity',
4623
+ displayName: 'Include Deal',
4620
4624
  name: 'noteSearchIncludeOpportunity',
4621
4625
  type: 'boolean',
4622
4626
  default: false,
@@ -4629,7 +4633,7 @@ class CronoPublicApi {
4629
4633
  },
4630
4634
  },
4631
4635
  {
4632
- displayName: 'Include Prospects',
4636
+ displayName: 'Include Contacts',
4633
4637
  name: 'noteSearchIncludeProspects',
4634
4638
  type: 'boolean',
4635
4639
  default: false,
@@ -4656,7 +4660,7 @@ class CronoPublicApi {
4656
4660
  description: 'Activity subject',
4657
4661
  },
4658
4662
  {
4659
- displayName: 'Account ID',
4663
+ displayName: 'Company ID',
4660
4664
  name: 'activitySearchAccountId',
4661
4665
  type: 'string',
4662
4666
  default: '',
@@ -4667,10 +4671,10 @@ class CronoPublicApi {
4667
4671
  useRawJsonSearch: [false],
4668
4672
  },
4669
4673
  },
4670
- description: 'Account ID linked to the activity',
4674
+ description: 'Company ID linked to the activity',
4671
4675
  },
4672
4676
  {
4673
- displayName: 'Prospect ID',
4677
+ displayName: 'Contact ID',
4674
4678
  name: 'activitySearchProspectId',
4675
4679
  type: 'string',
4676
4680
  default: '',
@@ -4681,10 +4685,10 @@ class CronoPublicApi {
4681
4685
  useRawJsonSearch: [false],
4682
4686
  },
4683
4687
  },
4684
- description: 'Prospect ID linked to the activity',
4688
+ description: 'Contact ID linked to the activity',
4685
4689
  },
4686
4690
  {
4687
- displayName: 'Opportunity ID',
4691
+ displayName: 'Deal ID',
4688
4692
  name: 'activitySearchOpportunityId',
4689
4693
  type: 'string',
4690
4694
  default: '',
@@ -4695,7 +4699,7 @@ class CronoPublicApi {
4695
4699
  useRawJsonSearch: [false],
4696
4700
  },
4697
4701
  },
4698
- description: 'Opportunity ID linked to the activity',
4702
+ description: 'Deal ID linked to the activity',
4699
4703
  },
4700
4704
  {
4701
4705
  displayName: 'User ID',
@@ -4943,7 +4947,7 @@ class CronoPublicApi {
4943
4947
  },
4944
4948
  },
4945
4949
  {
4946
- displayName: 'Include Account',
4950
+ displayName: 'Include Company',
4947
4951
  name: 'activitySearchIncludeAccount',
4948
4952
  type: 'boolean',
4949
4953
  default: false,
@@ -4995,7 +4999,7 @@ class CronoPublicApi {
4995
4999
  },
4996
5000
  },
4997
5001
  {
4998
- displayName: 'Include Opportunity',
5002
+ displayName: 'Include Deal',
4999
5003
  name: 'activitySearchIncludeOpportunity',
5000
5004
  type: 'boolean',
5001
5005
  default: false,
@@ -5021,7 +5025,7 @@ class CronoPublicApi {
5021
5025
  },
5022
5026
  },
5023
5027
  {
5024
- displayName: 'Include Prospect',
5028
+ displayName: 'Include Contact',
5025
5029
  name: 'activitySearchIncludeProspect',
5026
5030
  type: 'boolean',
5027
5031
  default: false,
@@ -5048,7 +5052,7 @@ class CronoPublicApi {
5048
5052
  description: 'List name',
5049
5053
  },
5050
5054
  {
5051
- displayName: 'Account ID',
5055
+ displayName: 'Company ID',
5052
5056
  name: 'listSearchAccountId',
5053
5057
  type: 'string',
5054
5058
  default: '',
@@ -5059,10 +5063,10 @@ class CronoPublicApi {
5059
5063
  useRawJsonSearch: [false],
5060
5064
  },
5061
5065
  },
5062
- description: 'Account ID linked to the list',
5066
+ description: 'Company ID linked to the list',
5063
5067
  },
5064
5068
  {
5065
- displayName: 'Prospect ID',
5069
+ displayName: 'Contact ID',
5066
5070
  name: 'listSearchProspectId',
5067
5071
  type: 'string',
5068
5072
  default: '',
@@ -5073,10 +5077,10 @@ class CronoPublicApi {
5073
5077
  useRawJsonSearch: [false],
5074
5078
  },
5075
5079
  },
5076
- description: 'Prospect ID linked to the list',
5080
+ description: 'Contact ID linked to the list',
5077
5081
  },
5078
5082
  {
5079
- displayName: 'Strategy ID',
5083
+ displayName: 'Sequence ID',
5080
5084
  name: 'listSearchStrategyId',
5081
5085
  type: 'number',
5082
5086
  default: 0,
@@ -5087,7 +5091,7 @@ class CronoPublicApi {
5087
5091
  useRawJsonSearch: [false],
5088
5092
  },
5089
5093
  },
5090
- description: 'Strategy ID linked to the list',
5094
+ description: 'Sequence ID linked to the list',
5091
5095
  },
5092
5096
  {
5093
5097
  displayName: 'Template ID',
@@ -5116,11 +5120,11 @@ class CronoPublicApi {
5116
5120
  },
5117
5121
  },
5118
5122
  options: [
5119
- { name: 'Account', value: 'Account' },
5120
5123
  { name: 'All', value: '' },
5124
+ { name: 'Company', value: 'Account' },
5125
+ { name: 'Contact', value: 'Prospect' },
5121
5126
  { name: 'Lead', value: 'Lead' },
5122
- { name: 'Prospect', value: 'Prospect' },
5123
- { name: 'Strategy', value: 'Strategy' },
5127
+ { name: 'Sequence', value: 'Strategy' },
5124
5128
  { name: 'Template', value: 'Template' },
5125
5129
  { name: 'User', value: 'User' },
5126
5130
  ],
@@ -5186,40 +5190,40 @@ class CronoPublicApi {
5186
5190
  default: '',
5187
5191
  displayOptions: {
5188
5192
  show: {
5189
- resource: ['strategy'],
5193
+ resource: ['sequence'],
5190
5194
  operation: ['search'],
5191
5195
  useRawJsonSearch: [false],
5192
5196
  },
5193
5197
  },
5194
- description: 'Strategy name',
5198
+ description: 'Sequence name',
5195
5199
  },
5196
5200
  {
5197
- displayName: 'Account ID',
5201
+ displayName: 'Company ID',
5198
5202
  name: 'strategySearchAccountId',
5199
5203
  type: 'string',
5200
5204
  default: '',
5201
5205
  displayOptions: {
5202
5206
  show: {
5203
- resource: ['strategy'],
5207
+ resource: ['sequence'],
5204
5208
  operation: ['search'],
5205
5209
  useRawJsonSearch: [false],
5206
5210
  },
5207
5211
  },
5208
- description: 'Account ID linked to the strategy',
5212
+ description: 'Company ID linked to the sequence',
5209
5213
  },
5210
5214
  {
5211
- displayName: 'Prospect ID',
5215
+ displayName: 'Contact ID',
5212
5216
  name: 'strategySearchProspectId',
5213
5217
  type: 'string',
5214
5218
  default: '',
5215
5219
  displayOptions: {
5216
5220
  show: {
5217
- resource: ['strategy'],
5221
+ resource: ['sequence'],
5218
5222
  operation: ['search'],
5219
5223
  useRawJsonSearch: [false],
5220
5224
  },
5221
5225
  },
5222
- description: 'Prospect ID linked to the strategy',
5226
+ description: 'Contact ID linked to the sequence',
5223
5227
  },
5224
5228
  {
5225
5229
  displayName: 'User ID',
@@ -5228,7 +5232,7 @@ class CronoPublicApi {
5228
5232
  default: '',
5229
5233
  displayOptions: {
5230
5234
  show: {
5231
- resource: ['strategy'],
5235
+ resource: ['sequence'],
5232
5236
  operation: ['search'],
5233
5237
  useRawJsonSearch: [false],
5234
5238
  },
@@ -5242,12 +5246,12 @@ class CronoPublicApi {
5242
5246
  default: '',
5243
5247
  displayOptions: {
5244
5248
  show: {
5245
- resource: ['strategy'],
5249
+ resource: ['sequence'],
5246
5250
  operation: ['search'],
5247
5251
  useRawJsonSearch: [false],
5248
5252
  },
5249
5253
  },
5250
- description: 'Comma-separated list of strategy IDs',
5254
+ description: 'Comma-separated list of sequence IDs',
5251
5255
  },
5252
5256
  {
5253
5257
  displayName: 'Limit',
@@ -5259,7 +5263,7 @@ class CronoPublicApi {
5259
5263
  default: 50,
5260
5264
  displayOptions: {
5261
5265
  show: {
5262
- resource: ['strategy'],
5266
+ resource: ['sequence'],
5263
5267
  operation: ['search'],
5264
5268
  useRawJsonSearch: [false],
5265
5269
  },
@@ -5273,7 +5277,7 @@ class CronoPublicApi {
5273
5277
  default: 0,
5274
5278
  displayOptions: {
5275
5279
  show: {
5276
- resource: ['strategy'],
5280
+ resource: ['sequence'],
5277
5281
  operation: ['search'],
5278
5282
  useRawJsonSearch: [false],
5279
5283
  },
@@ -5287,7 +5291,7 @@ class CronoPublicApi {
5287
5291
  default: 'Created',
5288
5292
  displayOptions: {
5289
5293
  show: {
5290
- resource: ['strategy'],
5294
+ resource: ['sequence'],
5291
5295
  operation: ['search'],
5292
5296
  useRawJsonSearch: [false],
5293
5297
  },
@@ -5305,18 +5309,18 @@ class CronoPublicApi {
5305
5309
  description: 'Sort order',
5306
5310
  },
5307
5311
  {
5308
- displayName: 'Strategy Tags (JSON)',
5312
+ displayName: 'Sequence Tags (JSON)',
5309
5313
  name: 'strategySearchTags',
5310
5314
  type: 'json',
5311
5315
  default: {},
5312
5316
  displayOptions: {
5313
5317
  show: {
5314
- resource: ['strategy'],
5318
+ resource: ['sequence'],
5315
5319
  operation: ['search'],
5316
5320
  useRawJsonSearch: [false],
5317
5321
  },
5318
5322
  },
5319
- description: 'Array of strategy tags',
5323
+ description: 'Array of sequence tags',
5320
5324
  },
5321
5325
  {
5322
5326
  displayName: 'Include Active Sequence Instances',
@@ -5325,7 +5329,7 @@ class CronoPublicApi {
5325
5329
  default: false,
5326
5330
  displayOptions: {
5327
5331
  show: {
5328
- resource: ['strategy'],
5332
+ resource: ['sequence'],
5329
5333
  operation: ['search'],
5330
5334
  useRawJsonSearch: [false],
5331
5335
  },
@@ -5338,7 +5342,7 @@ class CronoPublicApi {
5338
5342
  default: false,
5339
5343
  displayOptions: {
5340
5344
  show: {
5341
- resource: ['strategy'],
5345
+ resource: ['sequence'],
5342
5346
  operation: ['search'],
5343
5347
  useRawJsonSearch: [false],
5344
5348
  },
@@ -5351,7 +5355,7 @@ class CronoPublicApi {
5351
5355
  default: false,
5352
5356
  displayOptions: {
5353
5357
  show: {
5354
- resource: ['strategy'],
5358
+ resource: ['sequence'],
5355
5359
  operation: ['search'],
5356
5360
  useRawJsonSearch: [false],
5357
5361
  },
@@ -5364,26 +5368,26 @@ class CronoPublicApi {
5364
5368
  default: false,
5365
5369
  displayOptions: {
5366
5370
  show: {
5367
- resource: ['strategy'],
5371
+ resource: ['sequence'],
5368
5372
  operation: ['search'],
5369
5373
  useRawJsonSearch: [false],
5370
5374
  },
5371
5375
  },
5372
5376
  },
5373
5377
  {
5374
- displayName: 'Strategy ID',
5378
+ displayName: 'Sequence ID',
5375
5379
  name: 'strategyDetailsStrategyId',
5376
5380
  type: 'number',
5377
5381
  default: 0,
5378
5382
  required: true,
5379
5383
  displayOptions: {
5380
5384
  show: {
5381
- resource: ['strategy'],
5385
+ resource: ['sequence'],
5382
5386
  operation: ['searchDetails'],
5383
5387
  useRawJsonSearch: [false],
5384
5388
  },
5385
5389
  },
5386
- description: 'Strategy ID to retrieve details for',
5390
+ description: 'Sequence ID to retrieve details for',
5387
5391
  },
5388
5392
  {
5389
5393
  displayName: 'Text',
@@ -5392,12 +5396,12 @@ class CronoPublicApi {
5392
5396
  default: '',
5393
5397
  displayOptions: {
5394
5398
  show: {
5395
- resource: ['strategy'],
5399
+ resource: ['sequence'],
5396
5400
  operation: ['searchDetails'],
5397
5401
  useRawJsonSearch: [false],
5398
5402
  },
5399
5403
  },
5400
- description: 'Free-text filter for strategy details',
5404
+ description: 'Free-text filter for sequence details',
5401
5405
  },
5402
5406
  {
5403
5407
  displayName: 'Limit',
@@ -5409,7 +5413,7 @@ class CronoPublicApi {
5409
5413
  default: 50,
5410
5414
  displayOptions: {
5411
5415
  show: {
5412
- resource: ['strategy'],
5416
+ resource: ['sequence'],
5413
5417
  operation: ['searchDetails'],
5414
5418
  useRawJsonSearch: [false],
5415
5419
  },
@@ -5423,7 +5427,7 @@ class CronoPublicApi {
5423
5427
  default: 0,
5424
5428
  displayOptions: {
5425
5429
  show: {
5426
- resource: ['strategy'],
5430
+ resource: ['sequence'],
5427
5431
  operation: ['searchDetails'],
5428
5432
  useRawJsonSearch: [false],
5429
5433
  },
@@ -5437,7 +5441,7 @@ class CronoPublicApi {
5437
5441
  default: 'ContactsAsc',
5438
5442
  displayOptions: {
5439
5443
  show: {
5440
- resource: ['strategy'],
5444
+ resource: ['sequence'],
5441
5445
  operation: ['searchDetails'],
5442
5446
  useRawJsonSearch: [false],
5443
5447
  },
@@ -5463,7 +5467,7 @@ class CronoPublicApi {
5463
5467
  default: '',
5464
5468
  displayOptions: {
5465
5469
  show: {
5466
- resource: ['strategy'],
5470
+ resource: ['sequence'],
5467
5471
  operation: ['searchDetails'],
5468
5472
  useRawJsonSearch: [false],
5469
5473
  },
@@ -5487,7 +5491,7 @@ class CronoPublicApi {
5487
5491
  default: [],
5488
5492
  displayOptions: {
5489
5493
  show: {
5490
- resource: ['strategy'],
5494
+ resource: ['sequence'],
5491
5495
  operation: ['searchDetails'],
5492
5496
  useRawJsonSearch: [false],
5493
5497
  },
@@ -5512,20 +5516,20 @@ class CronoPublicApi {
5512
5516
  default: false,
5513
5517
  displayOptions: {
5514
5518
  show: {
5515
- resource: ['strategy'],
5519
+ resource: ['sequence'],
5516
5520
  operation: ['searchDetails'],
5517
5521
  useRawJsonSearch: [false],
5518
5522
  },
5519
5523
  },
5520
5524
  },
5521
5525
  {
5522
- displayName: 'Only My Prospects',
5526
+ displayName: 'Only My Contacts',
5523
5527
  name: 'strategyDetailsOnlyMyProspects',
5524
5528
  type: 'boolean',
5525
5529
  default: false,
5526
5530
  displayOptions: {
5527
5531
  show: {
5528
- resource: ['strategy'],
5532
+ resource: ['sequence'],
5529
5533
  operation: ['searchDetails'],
5530
5534
  useRawJsonSearch: [false],
5531
5535
  },
@@ -5544,11 +5548,11 @@ class CronoPublicApi {
5544
5548
  },
5545
5549
  },
5546
5550
  options: [
5547
- { name: 'Account', value: 'Account' },
5548
5551
  { name: 'All', value: '' },
5552
+ { name: 'Company', value: 'Account' },
5553
+ { name: 'Contact', value: 'Prospect' },
5554
+ { name: 'Deal', value: 'Opportunity' },
5549
5555
  { name: 'Lead', value: 'Lead' },
5550
- { name: 'Opportunity', value: 'Opportunity' },
5551
- { name: 'Prospect', value: 'Prospect' },
5552
5556
  ],
5553
5557
  description: 'External properties table type',
5554
5558
  },
@@ -5744,10 +5748,10 @@ class CronoPublicApi {
5744
5748
  },
5745
5749
  },
5746
5750
  options: [
5747
- { name: 'Account', value: 'Account' },
5751
+ { name: 'Company', value: 'Account' },
5752
+ { name: 'Contact', value: 'Prospect' },
5748
5753
  { name: 'Lead', value: 'Lead' },
5749
- { name: 'Prospect', value: 'Prospect' },
5750
- { name: 'Strategy', value: 'Strategy' },
5754
+ { name: 'Sequence', value: 'Strategy' },
5751
5755
  { name: 'Template', value: 'Template' },
5752
5756
  { name: 'User', value: 'User' },
5753
5757
  ],
@@ -5793,7 +5797,7 @@ class CronoPublicApi {
5793
5797
  useRawJsonData: [false],
5794
5798
  },
5795
5799
  },
5796
- description: 'Comma-separated object IDs for Account/Prospect lists',
5800
+ description: 'Comma-separated object IDs for Company/Contact lists',
5797
5801
  },
5798
5802
  {
5799
5803
  displayName: 'IDs',
@@ -5807,7 +5811,7 @@ class CronoPublicApi {
5807
5811
  useRawJsonData: [false],
5808
5812
  },
5809
5813
  },
5810
- description: 'Comma-separated numeric IDs for Template/Strategy lists',
5814
+ description: 'Comma-separated numeric IDs for Template/Sequence lists',
5811
5815
  },
5812
5816
  {
5813
5817
  displayName: 'List ID',
@@ -5932,48 +5936,48 @@ class CronoPublicApi {
5932
5936
  description: 'Comma-separated numeric IDs',
5933
5937
  },
5934
5938
  {
5935
- displayName: 'Strategy ID',
5939
+ displayName: 'Sequence ID',
5936
5940
  name: 'strategyAddContactsStrategyId',
5937
5941
  type: 'number',
5938
5942
  default: 0,
5939
5943
  required: true,
5940
5944
  displayOptions: {
5941
5945
  show: {
5942
- resource: ['strategy'],
5946
+ resource: ['sequence'],
5943
5947
  operation: ['addContacts'],
5944
5948
  useRawJsonData: [false],
5945
5949
  },
5946
5950
  },
5947
- description: 'Strategy ID to enroll contacts into',
5951
+ description: 'Sequence ID to enroll contacts into',
5948
5952
  },
5949
5953
  {
5950
- displayName: 'Prospect IDs',
5954
+ displayName: 'Contact IDs',
5951
5955
  name: 'strategyAddContactsProspectIds',
5952
5956
  type: 'string',
5953
5957
  default: '',
5954
5958
  displayOptions: {
5955
5959
  show: {
5956
- resource: ['strategy'],
5960
+ resource: ['sequence'],
5957
5961
  operation: ['addContacts'],
5958
5962
  useRawJsonData: [false],
5959
5963
  },
5960
5964
  },
5961
- description: 'Comma-separated prospect object IDs',
5965
+ description: 'Comma-separated contact object IDs',
5962
5966
  },
5963
5967
  {
5964
- displayName: 'Prospect ID',
5968
+ displayName: 'Contact ID',
5965
5969
  name: 'strategyStopContactProspectId',
5966
5970
  type: 'string',
5967
5971
  default: '',
5968
5972
  required: true,
5969
5973
  displayOptions: {
5970
5974
  show: {
5971
- resource: ['strategy'],
5975
+ resource: ['sequence'],
5972
5976
  operation: ['stopContactSequence'],
5973
5977
  useRawJsonData: [false],
5974
5978
  },
5975
5979
  },
5976
- description: 'Prospect object ID whose sequence must be stopped',
5980
+ description: 'Contact object ID whose sequence must be stopped',
5977
5981
  },
5978
5982
  {
5979
5983
  displayName: 'Title',
@@ -6153,11 +6157,11 @@ class CronoPublicApi {
6153
6157
  },
6154
6158
  },
6155
6159
  options: [
6156
- { name: 'Account', value: 'Account' },
6157
6160
  { name: 'All', value: '' },
6161
+ { name: 'Company', value: 'Account' },
6162
+ { name: 'Contact', value: 'Prospect' },
6163
+ { name: 'Deal', value: 'Opportunity' },
6158
6164
  { name: 'Lead', value: 'Lead' },
6159
- { name: 'Opportunity', value: 'Opportunity' },
6160
- { name: 'Prospect', value: 'Prospect' },
6161
6165
  ],
6162
6166
  description: 'Filter imports by table type',
6163
6167
  },
@@ -7268,7 +7272,7 @@ class CronoPublicApi {
7268
7272
  endpoint = `${basePath}/Pipelines`;
7269
7273
  break;
7270
7274
  }
7271
- case 'strategy': {
7275
+ case 'sequence': {
7272
7276
  endpoint = `${basePath}/Strategies`;
7273
7277
  if (operation === 'addContacts') {
7274
7278
  method = 'POST';