cf-service-sdk-dharani 0.0.54 → 0.0.56

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.
@@ -1472,6 +1472,22 @@ exports.CreateCompanyDocument = (0, client_1.gql) `
1472
1472
  isCustomer
1473
1473
  notes
1474
1474
  lastContactedAt
1475
+ lastContactedBy {
1476
+ id
1477
+ email
1478
+ firstName
1479
+ lastName
1480
+ picture
1481
+ }
1482
+ lastContactedVia {
1483
+ actionType
1484
+ actionId
1485
+ campaignName
1486
+ campaignId
1487
+ callCampaignId
1488
+ noteType
1489
+ noteId
1490
+ }
1475
1491
  ownedByUser
1476
1492
  contactLog {
1477
1493
  id
@@ -2008,6 +2024,7 @@ exports.CreateCompanyDocument = (0, client_1.gql) `
2008
2024
  ownedByUser
2009
2025
  isProspect
2010
2026
  purchaseMetalConfidence
2027
+ lastContactedAt
2011
2028
  }
2012
2029
  }
2013
2030
  }
@@ -2376,6 +2393,22 @@ exports.CreateContactDocument = (0, client_1.gql) `
2376
2393
  isCustomer
2377
2394
  notes
2378
2395
  lastContactedAt
2396
+ lastContactedBy {
2397
+ id
2398
+ email
2399
+ firstName
2400
+ lastName
2401
+ picture
2402
+ }
2403
+ lastContactedVia {
2404
+ actionType
2405
+ actionId
2406
+ campaignName
2407
+ campaignId
2408
+ callCampaignId
2409
+ noteType
2410
+ noteId
2411
+ }
2379
2412
  ownedByUser
2380
2413
  contactLog {
2381
2414
  id
@@ -2437,6 +2470,7 @@ exports.CreateEmailTemplateDocument = (0, client_1.gql) `
2437
2470
  description
2438
2471
  subject
2439
2472
  template
2473
+ templateData
2440
2474
  campaignType
2441
2475
  isDefault
2442
2476
  }
@@ -4029,6 +4063,22 @@ exports.SendEmailToContactDocument = (0, client_1.gql) `
4029
4063
  isCustomer
4030
4064
  notes
4031
4065
  lastContactedAt
4066
+ lastContactedBy {
4067
+ id
4068
+ email
4069
+ firstName
4070
+ lastName
4071
+ picture
4072
+ }
4073
+ lastContactedVia {
4074
+ actionType
4075
+ actionId
4076
+ campaignName
4077
+ campaignId
4078
+ callCampaignId
4079
+ noteType
4080
+ noteId
4081
+ }
4032
4082
  ownedByUser
4033
4083
  contactLog {
4034
4084
  id
@@ -4748,6 +4798,22 @@ exports.UpdateCompanyDocument = (0, client_1.gql) `
4748
4798
  isCustomer
4749
4799
  notes
4750
4800
  lastContactedAt
4801
+ lastContactedBy {
4802
+ id
4803
+ email
4804
+ firstName
4805
+ lastName
4806
+ picture
4807
+ }
4808
+ lastContactedVia {
4809
+ actionType
4810
+ actionId
4811
+ campaignName
4812
+ campaignId
4813
+ callCampaignId
4814
+ noteType
4815
+ noteId
4816
+ }
4751
4817
  ownedByUser
4752
4818
  contactLog {
4753
4819
  id
@@ -5284,6 +5350,7 @@ exports.UpdateCompanyDocument = (0, client_1.gql) `
5284
5350
  ownedByUser
5285
5351
  isProspect
5286
5352
  purchaseMetalConfidence
5353
+ lastContactedAt
5287
5354
  }
5288
5355
  }
5289
5356
  }
@@ -5652,6 +5719,22 @@ exports.UpdateContactDocument = (0, client_1.gql) `
5652
5719
  isCustomer
5653
5720
  notes
5654
5721
  lastContactedAt
5722
+ lastContactedBy {
5723
+ id
5724
+ email
5725
+ firstName
5726
+ lastName
5727
+ picture
5728
+ }
5729
+ lastContactedVia {
5730
+ actionType
5731
+ actionId
5732
+ campaignName
5733
+ campaignId
5734
+ callCampaignId
5735
+ noteType
5736
+ noteId
5737
+ }
5655
5738
  ownedByUser
5656
5739
  contactLog {
5657
5740
  id
@@ -5713,6 +5796,7 @@ exports.UpdateEmailTemplateDocument = (0, client_1.gql) `
5713
5796
  description
5714
5797
  subject
5715
5798
  template
5799
+ templateData
5716
5800
  campaignType
5717
5801
  isDefault
5718
5802
  }
@@ -6612,6 +6696,18 @@ exports.CallCampaignLogsDocument = (0, client_1.gql) `
6612
6696
  hasNextPage
6613
6697
  hasPreviousPage
6614
6698
  }
6699
+ stats {
6700
+ totalContacts
6701
+ contactedPast2Weeks
6702
+ contactedPast2WeeksDetails {
6703
+ contactId
6704
+ contactName
6705
+ companyName
6706
+ lastContactedAt
6707
+ daysSinceContact
6708
+ contactMethod
6709
+ }
6710
+ }
6615
6711
  }
6616
6712
  }
6617
6713
  `;
@@ -7120,6 +7216,23 @@ exports.CampaignContactsDocument = (0, client_1.gql) `
7120
7216
  customContactId
7121
7217
  isCustomer
7122
7218
  isProspect
7219
+ lastContactedAt
7220
+ lastContactedBy {
7221
+ id
7222
+ email
7223
+ firstName
7224
+ lastName
7225
+ picture
7226
+ }
7227
+ lastContactedVia {
7228
+ actionType
7229
+ actionId
7230
+ campaignName
7231
+ campaignId
7232
+ callCampaignId
7233
+ noteType
7234
+ noteId
7235
+ }
7123
7236
  }
7124
7237
  pagination {
7125
7238
  currentPage
@@ -7184,6 +7297,22 @@ exports.CampaignLogsDocument = (0, client_1.gql) `
7184
7297
  isCustomer
7185
7298
  notes
7186
7299
  lastContactedAt
7300
+ lastContactedBy {
7301
+ id
7302
+ email
7303
+ firstName
7304
+ lastName
7305
+ picture
7306
+ }
7307
+ lastContactedVia {
7308
+ actionType
7309
+ actionId
7310
+ campaignName
7311
+ campaignId
7312
+ callCampaignId
7313
+ noteType
7314
+ noteId
7315
+ }
7187
7316
  ownedByUser
7188
7317
  contactLog {
7189
7318
  id
@@ -7308,6 +7437,22 @@ exports.CampaignLogsDocument = (0, client_1.gql) `
7308
7437
  isCustomer
7309
7438
  notes
7310
7439
  lastContactedAt
7440
+ lastContactedBy {
7441
+ id
7442
+ email
7443
+ firstName
7444
+ lastName
7445
+ picture
7446
+ }
7447
+ lastContactedVia {
7448
+ actionType
7449
+ actionId
7450
+ campaignName
7451
+ campaignId
7452
+ callCampaignId
7453
+ noteType
7454
+ noteId
7455
+ }
7311
7456
  ownedByUser
7312
7457
  contactLog {
7313
7458
  id
@@ -7358,6 +7503,18 @@ exports.CampaignLogsDocument = (0, client_1.gql) `
7358
7503
  hasNextPage
7359
7504
  hasPreviousPage
7360
7505
  }
7506
+ stats {
7507
+ totalContacts
7508
+ contactedPast2Weeks
7509
+ contactedPast2WeeksDetails {
7510
+ contactId
7511
+ contactName
7512
+ companyName
7513
+ lastContactedAt
7514
+ daysSinceContact
7515
+ contactMethod
7516
+ }
7517
+ }
7361
7518
  }
7362
7519
  }
7363
7520
  `;
@@ -7626,6 +7783,22 @@ exports.CompaniesDocument = (0, client_1.gql) `
7626
7783
  isCustomer
7627
7784
  notes
7628
7785
  lastContactedAt
7786
+ lastContactedBy {
7787
+ id
7788
+ email
7789
+ firstName
7790
+ lastName
7791
+ picture
7792
+ }
7793
+ lastContactedVia {
7794
+ actionType
7795
+ actionId
7796
+ campaignName
7797
+ campaignId
7798
+ callCampaignId
7799
+ noteType
7800
+ noteId
7801
+ }
7629
7802
  ownedByUser
7630
7803
  contactLog {
7631
7804
  id
@@ -8060,6 +8233,7 @@ exports.CompaniesDocument = (0, client_1.gql) `
8060
8233
  ownedByUser
8061
8234
  isProspect
8062
8235
  purchaseMetalConfidence
8236
+ lastContactedAt
8063
8237
  }
8064
8238
  pagination {
8065
8239
  currentPage
@@ -8185,6 +8359,22 @@ exports.CompanyDocument = (0, client_1.gql) `
8185
8359
  isCustomer
8186
8360
  notes
8187
8361
  lastContactedAt
8362
+ lastContactedBy {
8363
+ id
8364
+ email
8365
+ firstName
8366
+ lastName
8367
+ picture
8368
+ }
8369
+ lastContactedVia {
8370
+ actionType
8371
+ actionId
8372
+ campaignName
8373
+ campaignId
8374
+ callCampaignId
8375
+ noteType
8376
+ noteId
8377
+ }
8188
8378
  ownedByUser
8189
8379
  contactLog {
8190
8380
  id
@@ -8721,6 +8911,7 @@ exports.CompanyDocument = (0, client_1.gql) `
8721
8911
  ownedByUser
8722
8912
  isProspect
8723
8913
  purchaseMetalConfidence
8914
+ lastContactedAt
8724
8915
  }
8725
8916
  }
8726
8917
  `;
@@ -9424,6 +9615,22 @@ exports.ContactDocument = (0, client_1.gql) `
9424
9615
  isCustomer
9425
9616
  notes
9426
9617
  lastContactedAt
9618
+ lastContactedBy {
9619
+ id
9620
+ email
9621
+ firstName
9622
+ lastName
9623
+ picture
9624
+ }
9625
+ lastContactedVia {
9626
+ actionType
9627
+ actionId
9628
+ campaignName
9629
+ campaignId
9630
+ callCampaignId
9631
+ noteType
9632
+ noteId
9633
+ }
9427
9634
  ownedByUser
9428
9635
  contactLog {
9429
9636
  id
@@ -9498,6 +9705,22 @@ exports.ContactsDocument = (0, client_1.gql) `
9498
9705
  isCustomer
9499
9706
  notes
9500
9707
  lastContactedAt
9708
+ lastContactedBy {
9709
+ id
9710
+ email
9711
+ firstName
9712
+ lastName
9713
+ picture
9714
+ }
9715
+ lastContactedVia {
9716
+ actionType
9717
+ actionId
9718
+ campaignName
9719
+ campaignId
9720
+ callCampaignId
9721
+ noteType
9722
+ noteId
9723
+ }
9501
9724
  ownedByUser
9502
9725
  contactLog {
9503
9726
  id
@@ -9572,6 +9795,22 @@ exports.ContactsInSegmentDocument = (0, client_1.gql) `
9572
9795
  isCustomer
9573
9796
  notes
9574
9797
  lastContactedAt
9798
+ lastContactedBy {
9799
+ id
9800
+ email
9801
+ firstName
9802
+ lastName
9803
+ picture
9804
+ }
9805
+ lastContactedVia {
9806
+ actionType
9807
+ actionId
9808
+ campaignName
9809
+ campaignId
9810
+ callCampaignId
9811
+ noteType
9812
+ noteId
9813
+ }
9575
9814
  ownedByUser
9576
9815
  contactLog {
9577
9816
  id
@@ -9741,6 +9980,7 @@ exports.EmailTemplateDocument = (0, client_1.gql) `
9741
9980
  description
9742
9981
  subject
9743
9982
  template
9983
+ templateData
9744
9984
  campaignType
9745
9985
  isDefault
9746
9986
  }
@@ -9784,6 +10024,7 @@ exports.EmailTemplatesDocument = (0, client_1.gql) `
9784
10024
  description
9785
10025
  subject
9786
10026
  template
10027
+ templateData
9787
10028
  campaignType
9788
10029
  isDefault
9789
10030
  }
@@ -10332,6 +10573,22 @@ exports.RecentHistoryDocument = (0, client_1.gql) `
10332
10573
  isCustomer
10333
10574
  notes
10334
10575
  lastContactedAt
10576
+ lastContactedBy {
10577
+ id
10578
+ email
10579
+ firstName
10580
+ lastName
10581
+ picture
10582
+ }
10583
+ lastContactedVia {
10584
+ actionType
10585
+ actionId
10586
+ campaignName
10587
+ campaignId
10588
+ callCampaignId
10589
+ noteType
10590
+ noteId
10591
+ }
10335
10592
  ownedByUser
10336
10593
  contactLog {
10337
10594
  id
@@ -10437,6 +10694,22 @@ exports.RecentHistoryDocument = (0, client_1.gql) `
10437
10694
  isCustomer
10438
10695
  notes
10439
10696
  lastContactedAt
10697
+ lastContactedBy {
10698
+ id
10699
+ email
10700
+ firstName
10701
+ lastName
10702
+ picture
10703
+ }
10704
+ lastContactedVia {
10705
+ actionType
10706
+ actionId
10707
+ campaignName
10708
+ campaignId
10709
+ callCampaignId
10710
+ noteType
10711
+ noteId
10712
+ }
10440
10713
  ownedByUser
10441
10714
  contactLog {
10442
10715
  id
@@ -10839,6 +11112,7 @@ exports.RecentHistoryDocument = (0, client_1.gql) `
10839
11112
  ownedByUser
10840
11113
  isProspect
10841
11114
  purchaseMetalConfidence
11115
+ lastContactedAt
10842
11116
  }
10843
11117
  contactName
10844
11118
  contactTitle
@@ -10961,6 +11235,22 @@ exports.SearchContactsDocument = (0, client_1.gql) `
10961
11235
  isCustomer
10962
11236
  notes
10963
11237
  lastContactedAt
11238
+ lastContactedBy {
11239
+ id
11240
+ email
11241
+ firstName
11242
+ lastName
11243
+ picture
11244
+ }
11245
+ lastContactedVia {
11246
+ actionType
11247
+ actionId
11248
+ campaignName
11249
+ campaignId
11250
+ callCampaignId
11251
+ noteType
11252
+ noteId
11253
+ }
10964
11254
  ownedByUser
10965
11255
  contactLog {
10966
11256
  id
package/dist/mutations.js CHANGED
@@ -210,6 +210,22 @@ mutation CreateContact($input: ContactInput) {
210
210
  isCustomer
211
211
  notes
212
212
  lastContactedAt
213
+ lastContactedBy {
214
+ id
215
+ email
216
+ firstName
217
+ lastName
218
+ picture
219
+ }
220
+ lastContactedVia {
221
+ actionType
222
+ actionId
223
+ campaignName
224
+ campaignId
225
+ callCampaignId
226
+ noteType
227
+ noteId
228
+ }
213
229
  ownedByUser
214
230
  contactLog {
215
231
  id
@@ -257,6 +273,22 @@ mutation UpdateContact($input: ContactInput) {
257
273
  isCustomer
258
274
  notes
259
275
  lastContactedAt
276
+ lastContactedBy {
277
+ id
278
+ email
279
+ firstName
280
+ lastName
281
+ picture
282
+ }
283
+ lastContactedVia {
284
+ actionType
285
+ actionId
286
+ campaignName
287
+ campaignId
288
+ callCampaignId
289
+ noteType
290
+ noteId
291
+ }
260
292
  ownedByUser
261
293
  contactLog {
262
294
  id
@@ -373,6 +405,22 @@ mutation CreateCompany($input: CompanyInput) {
373
405
  isCustomer
374
406
  notes
375
407
  lastContactedAt
408
+ lastContactedBy {
409
+ id
410
+ email
411
+ firstName
412
+ lastName
413
+ picture
414
+ }
415
+ lastContactedVia {
416
+ actionType
417
+ actionId
418
+ campaignName
419
+ campaignId
420
+ callCampaignId
421
+ noteType
422
+ noteId
423
+ }
376
424
  ownedByUser
377
425
  contactLog {
378
426
  id
@@ -909,6 +957,7 @@ mutation CreateCompany($input: CompanyInput) {
909
957
  ownedByUser
910
958
  isProspect
911
959
  purchaseMetalConfidence
960
+ lastContactedAt
912
961
  }
913
962
  }
914
963
  }`;
@@ -996,6 +1045,22 @@ mutation UpdateCompany($input: CompanyInput) {
996
1045
  isCustomer
997
1046
  notes
998
1047
  lastContactedAt
1048
+ lastContactedBy {
1049
+ id
1050
+ email
1051
+ firstName
1052
+ lastName
1053
+ picture
1054
+ }
1055
+ lastContactedVia {
1056
+ actionType
1057
+ actionId
1058
+ campaignName
1059
+ campaignId
1060
+ callCampaignId
1061
+ noteType
1062
+ noteId
1063
+ }
999
1064
  ownedByUser
1000
1065
  contactLog {
1001
1066
  id
@@ -1532,6 +1597,7 @@ mutation UpdateCompany($input: CompanyInput) {
1532
1597
  ownedByUser
1533
1598
  isProspect
1534
1599
  purchaseMetalConfidence
1600
+ lastContactedAt
1535
1601
  }
1536
1602
  }
1537
1603
  }`;
@@ -2360,6 +2426,22 @@ mutation SendEmailToContact($campaignId: ID, $contactId: ID!, $segmentId: ID, $s
2360
2426
  isCustomer
2361
2427
  notes
2362
2428
  lastContactedAt
2429
+ lastContactedBy {
2430
+ id
2431
+ email
2432
+ firstName
2433
+ lastName
2434
+ picture
2435
+ }
2436
+ lastContactedVia {
2437
+ actionType
2438
+ actionId
2439
+ campaignName
2440
+ campaignId
2441
+ callCampaignId
2442
+ noteType
2443
+ noteId
2444
+ }
2363
2445
  ownedByUser
2364
2446
  contactLog {
2365
2447
  id
@@ -2490,6 +2572,7 @@ mutation CreateEmailTemplate($input: EmailTemplateInput!) {
2490
2572
  description
2491
2573
  subject
2492
2574
  template
2575
+ templateData
2493
2576
  campaignType
2494
2577
  isDefault
2495
2578
  }
@@ -2508,6 +2591,7 @@ mutation UpdateEmailTemplate($input: EmailTemplateInput!, $uuid: UUID!) {
2508
2591
  description
2509
2592
  subject
2510
2593
  template
2594
+ templateData
2511
2595
  campaignType
2512
2596
  isDefault
2513
2597
  }