cf-service-sdk 0.0.69 → 0.0.70

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.
@@ -17366,6 +17366,256 @@ exports.CampaignContactsDocument = (0, client_1.gql) `
17366
17366
  }
17367
17367
  stepId
17368
17368
  stepOrder
17369
+ logs {
17370
+ id
17371
+ uuid
17372
+ campaign {
17373
+ id
17374
+ uuid
17375
+ name
17376
+ description
17377
+ status
17378
+ scheduledFor
17379
+ startedAt
17380
+ completedAt
17381
+ cancelledAt
17382
+ pausedAt
17383
+ settings
17384
+ steps {
17385
+ id
17386
+ uuid
17387
+ order
17388
+ stepType
17389
+ status
17390
+ subject
17391
+ template
17392
+ taskTitle
17393
+ taskDescription
17394
+ taskCategory
17395
+ taskPriority
17396
+ delay
17397
+ delayUnit
17398
+ condition
17399
+ useBusinessDays
17400
+ settings
17401
+ createdAt
17402
+ updatedAt
17403
+ }
17404
+ segments {
17405
+ id
17406
+ name
17407
+ description
17408
+ state
17409
+ industry
17410
+ metalType
17411
+ productCategory
17412
+ segmentType
17413
+ createdAt
17414
+ updatedAt
17415
+ isSystemTemplate
17416
+ totalContacts
17417
+ status
17418
+ }
17419
+ totalContacts
17420
+ completedContacts
17421
+ stepStats {
17422
+ stepId
17423
+ stepOrder
17424
+ stepType
17425
+ completed
17426
+ skipped
17427
+ total
17428
+ completionRate
17429
+ }
17430
+ lastActivity
17431
+ stepsPreview
17432
+ createdAt
17433
+ updatedAt
17434
+ }
17435
+ step {
17436
+ id
17437
+ uuid
17438
+ order
17439
+ stepType
17440
+ status
17441
+ subject
17442
+ template
17443
+ taskTitle
17444
+ taskDescription
17445
+ taskCategory
17446
+ taskPriority
17447
+ delay
17448
+ delayUnit
17449
+ condition
17450
+ useBusinessDays
17451
+ settings
17452
+ createdAt
17453
+ updatedAt
17454
+ }
17455
+ contact
17456
+ status
17457
+ scheduledFor
17458
+ startedAt
17459
+ completedAt
17460
+ outcome
17461
+ notes
17462
+ currentSupplier
17463
+ productsOfInterest
17464
+ businessOpportunities
17465
+ businessSize
17466
+ businessRevenue
17467
+ businessEmployees
17468
+ businessLocation
17469
+ businessIndustry
17470
+ metadata
17471
+ errorMessage
17472
+ attempts
17473
+ lastAttemptAt
17474
+ contactLogId
17475
+ taskId
17476
+ tasks {
17477
+ id
17478
+ title
17479
+ category
17480
+ description
17481
+ dueDate
17482
+ priority
17483
+ reminderType
17484
+ status
17485
+ assignedTo {
17486
+ id
17487
+ email
17488
+ firstName
17489
+ lastName
17490
+ picture
17491
+ }
17492
+ completedAt
17493
+ createdAt
17494
+ updatedAt
17495
+ callCampaign {
17496
+ id
17497
+ user {
17498
+ id
17499
+ email
17500
+ firstName
17501
+ lastName
17502
+ picture
17503
+ }
17504
+ account {
17505
+ id
17506
+ name
17507
+ isActive
17508
+ createdAt
17509
+ updatedAt
17510
+ }
17511
+ createdAt
17512
+ updatedAt
17513
+ name
17514
+ description
17515
+ segments {
17516
+ id
17517
+ name
17518
+ description
17519
+ state
17520
+ industry
17521
+ metalType
17522
+ productCategory
17523
+ segmentType
17524
+ createdAt
17525
+ updatedAt
17526
+ isSystemTemplate
17527
+ totalContacts
17528
+ status
17529
+ }
17530
+ status
17531
+ stats {
17532
+ totalContacts
17533
+ calledCount
17534
+ connectedCount
17535
+ remainingCount
17536
+ lastActivity
17537
+ statusCounts
17538
+ }
17539
+ contacts
17540
+ called
17541
+ connected
17542
+ lastActivity
17543
+ }
17544
+ callCampaignLog {
17545
+ id
17546
+ status
17547
+ outcome
17548
+ lastCalled
17549
+ notes
17550
+ businessSize
17551
+ businessRevenue
17552
+ businessEmployees
17553
+ businessLocation
17554
+ businessIndustry
17555
+ createdAt
17556
+ updatedAt
17557
+ metadata
17558
+ productsOfInterest
17559
+ businessOpportunities
17560
+ currentSupplier
17561
+ campaignId
17562
+ campaignName
17563
+ segmentId
17564
+ segmentName
17565
+ contactId
17566
+ contactName
17567
+ userId
17568
+ userName
17569
+ accountId
17570
+ }
17571
+ companyNote {
17572
+ id
17573
+ accountId
17574
+ contactPersonId
17575
+ contactPersonName
17576
+ date
17577
+ noteType
17578
+ duration
17579
+ competitorsMentioned
17580
+ notes
17581
+ summary
17582
+ setReminder
17583
+ pinned
17584
+ followUpDate
17585
+ followUpAction
17586
+ createdAt
17587
+ updatedAt
17588
+ companyId
17589
+ companyName
17590
+ userId
17591
+ userFirstName
17592
+ userLastName
17593
+ callCampaignLogId
17594
+ callCampaignName
17595
+ callCampaignId
17596
+ callCampaignLogOutcome
17597
+ }
17598
+ companyId
17599
+ companyName
17600
+ contactId
17601
+ contactName
17602
+ overdue
17603
+ createdBy {
17604
+ id
17605
+ email
17606
+ firstName
17607
+ lastName
17608
+ picture
17609
+ }
17610
+ }
17611
+ draftSubject
17612
+ draftBody
17613
+ createdAt
17614
+ updatedAt
17615
+ contactName
17616
+ contactEmail
17617
+ companyName
17618
+ }
17369
17619
  }
17370
17620
  pagination {
17371
17621
  currentPage
@@ -18014,6 +18264,256 @@ exports.CombinedCampaignContactsDocument = (0, client_1.gql) `
18014
18264
  }
18015
18265
  stepId
18016
18266
  stepOrder
18267
+ logs {
18268
+ id
18269
+ uuid
18270
+ campaign {
18271
+ id
18272
+ uuid
18273
+ name
18274
+ description
18275
+ status
18276
+ scheduledFor
18277
+ startedAt
18278
+ completedAt
18279
+ cancelledAt
18280
+ pausedAt
18281
+ settings
18282
+ steps {
18283
+ id
18284
+ uuid
18285
+ order
18286
+ stepType
18287
+ status
18288
+ subject
18289
+ template
18290
+ taskTitle
18291
+ taskDescription
18292
+ taskCategory
18293
+ taskPriority
18294
+ delay
18295
+ delayUnit
18296
+ condition
18297
+ useBusinessDays
18298
+ settings
18299
+ createdAt
18300
+ updatedAt
18301
+ }
18302
+ segments {
18303
+ id
18304
+ name
18305
+ description
18306
+ state
18307
+ industry
18308
+ metalType
18309
+ productCategory
18310
+ segmentType
18311
+ createdAt
18312
+ updatedAt
18313
+ isSystemTemplate
18314
+ totalContacts
18315
+ status
18316
+ }
18317
+ totalContacts
18318
+ completedContacts
18319
+ stepStats {
18320
+ stepId
18321
+ stepOrder
18322
+ stepType
18323
+ completed
18324
+ skipped
18325
+ total
18326
+ completionRate
18327
+ }
18328
+ lastActivity
18329
+ stepsPreview
18330
+ createdAt
18331
+ updatedAt
18332
+ }
18333
+ step {
18334
+ id
18335
+ uuid
18336
+ order
18337
+ stepType
18338
+ status
18339
+ subject
18340
+ template
18341
+ taskTitle
18342
+ taskDescription
18343
+ taskCategory
18344
+ taskPriority
18345
+ delay
18346
+ delayUnit
18347
+ condition
18348
+ useBusinessDays
18349
+ settings
18350
+ createdAt
18351
+ updatedAt
18352
+ }
18353
+ contact
18354
+ status
18355
+ scheduledFor
18356
+ startedAt
18357
+ completedAt
18358
+ outcome
18359
+ notes
18360
+ currentSupplier
18361
+ productsOfInterest
18362
+ businessOpportunities
18363
+ businessSize
18364
+ businessRevenue
18365
+ businessEmployees
18366
+ businessLocation
18367
+ businessIndustry
18368
+ metadata
18369
+ errorMessage
18370
+ attempts
18371
+ lastAttemptAt
18372
+ contactLogId
18373
+ taskId
18374
+ tasks {
18375
+ id
18376
+ title
18377
+ category
18378
+ description
18379
+ dueDate
18380
+ priority
18381
+ reminderType
18382
+ status
18383
+ assignedTo {
18384
+ id
18385
+ email
18386
+ firstName
18387
+ lastName
18388
+ picture
18389
+ }
18390
+ completedAt
18391
+ createdAt
18392
+ updatedAt
18393
+ callCampaign {
18394
+ id
18395
+ user {
18396
+ id
18397
+ email
18398
+ firstName
18399
+ lastName
18400
+ picture
18401
+ }
18402
+ account {
18403
+ id
18404
+ name
18405
+ isActive
18406
+ createdAt
18407
+ updatedAt
18408
+ }
18409
+ createdAt
18410
+ updatedAt
18411
+ name
18412
+ description
18413
+ segments {
18414
+ id
18415
+ name
18416
+ description
18417
+ state
18418
+ industry
18419
+ metalType
18420
+ productCategory
18421
+ segmentType
18422
+ createdAt
18423
+ updatedAt
18424
+ isSystemTemplate
18425
+ totalContacts
18426
+ status
18427
+ }
18428
+ status
18429
+ stats {
18430
+ totalContacts
18431
+ calledCount
18432
+ connectedCount
18433
+ remainingCount
18434
+ lastActivity
18435
+ statusCounts
18436
+ }
18437
+ contacts
18438
+ called
18439
+ connected
18440
+ lastActivity
18441
+ }
18442
+ callCampaignLog {
18443
+ id
18444
+ status
18445
+ outcome
18446
+ lastCalled
18447
+ notes
18448
+ businessSize
18449
+ businessRevenue
18450
+ businessEmployees
18451
+ businessLocation
18452
+ businessIndustry
18453
+ createdAt
18454
+ updatedAt
18455
+ metadata
18456
+ productsOfInterest
18457
+ businessOpportunities
18458
+ currentSupplier
18459
+ campaignId
18460
+ campaignName
18461
+ segmentId
18462
+ segmentName
18463
+ contactId
18464
+ contactName
18465
+ userId
18466
+ userName
18467
+ accountId
18468
+ }
18469
+ companyNote {
18470
+ id
18471
+ accountId
18472
+ contactPersonId
18473
+ contactPersonName
18474
+ date
18475
+ noteType
18476
+ duration
18477
+ competitorsMentioned
18478
+ notes
18479
+ summary
18480
+ setReminder
18481
+ pinned
18482
+ followUpDate
18483
+ followUpAction
18484
+ createdAt
18485
+ updatedAt
18486
+ companyId
18487
+ companyName
18488
+ userId
18489
+ userFirstName
18490
+ userLastName
18491
+ callCampaignLogId
18492
+ callCampaignName
18493
+ callCampaignId
18494
+ callCampaignLogOutcome
18495
+ }
18496
+ companyId
18497
+ companyName
18498
+ contactId
18499
+ contactName
18500
+ overdue
18501
+ createdBy {
18502
+ id
18503
+ email
18504
+ firstName
18505
+ lastName
18506
+ picture
18507
+ }
18508
+ }
18509
+ draftSubject
18510
+ draftBody
18511
+ createdAt
18512
+ updatedAt
18513
+ contactName
18514
+ contactEmail
18515
+ companyName
18516
+ }
18017
18517
  }
18018
18518
  pagination {
18019
18519
  currentPage