cf-service-sdk 0.0.94 → 0.1.1

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.
@@ -117,13 +117,6 @@ export type AccountMemberType = {
117
117
  updatedAt?: Maybe<Scalars['DateTime']['output']>;
118
118
  user?: Maybe<UserType>;
119
119
  };
120
- /** AccountProfileType - GraphQL type for AccountProfile model */
121
- export type AccountProfileType = {
122
- __typename?: 'AccountProfileType';
123
- /** Additional company profile information in JSON format to be user in Email Generation */
124
- companyProfile?: Maybe<Scalars['JSONString']['output']>;
125
- id: Scalars['ID']['output'];
126
- };
127
120
  /** AccountType */
128
121
  export type AccountType = {
129
122
  __typename?: 'AccountType';
@@ -411,8 +404,6 @@ export type CallCampaignObject = {
411
404
  /** Total number of contacts in the call campaign */
412
405
  contacts?: Maybe<Scalars['Int']['output']>;
413
406
  createdAt?: Maybe<Scalars['DateTime']['output']>;
414
- /** User who created this call campaign */
415
- createdBy?: Maybe<UserType>;
416
407
  /** Description of the call campaign */
417
408
  description?: Maybe<Scalars['String']['output']>;
418
409
  id?: Maybe<Scalars['ID']['output']>;
@@ -558,6 +549,8 @@ export type CampaignContactItemType = {
558
549
  logs?: Maybe<Array<Maybe<CombinedCampaignLogObject>>>;
559
550
  /** Phone of the contact */
560
551
  phone?: Maybe<Scalars['String']['output']>;
552
+ populatedBody?: Maybe<Scalars['String']['output']>;
553
+ populatedSubject?: Maybe<Scalars['String']['output']>;
561
554
  /** Step ID for combined campaign contacts */
562
555
  stepId?: Maybe<Scalars['ID']['output']>;
563
556
  /** Step order for combined campaign contacts */
@@ -659,8 +652,6 @@ export type CampaignObject = {
659
652
  completedAt?: Maybe<Scalars['DateTime']['output']>;
660
653
  /** Creation date and time of the campaign */
661
654
  createdAt?: Maybe<Scalars['DateTime']['output']>;
662
- /** User who created this campaign */
663
- createdBy?: Maybe<UserType>;
664
655
  /** Description of the campaign */
665
656
  description?: Maybe<Scalars['String']['output']>;
666
657
  /** Preview of the email content */
@@ -689,10 +680,6 @@ export type CampaignObject = {
689
680
  status?: Maybe<Scalars['String']['output']>;
690
681
  /** Preview of the campaign steps */
691
682
  stepsPreview?: Maybe<Scalars['GenericScalar']['output']>;
692
- /** Primary subject line for this campaign (first email step) */
693
- subjectLine?: Maybe<Scalars['String']['output']>;
694
- /** All email step subject lines for this campaign */
695
- subjectLines?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
696
683
  /** Total emails bounced for this campaign */
697
684
  totalBounced?: Maybe<Scalars['Int']['output']>;
698
685
  /** Total emails clicked for this campaign */
@@ -865,6 +852,8 @@ export type CombinedCampaignLogObject = {
865
852
  outcome?: Maybe<Scalars['String']['output']>;
866
853
  productsOfInterest?: Maybe<Scalars['GenericScalar']['output']>;
867
854
  scheduledFor?: Maybe<Scalars['DateTime']['output']>;
855
+ /** Actual subject from sent email (populated from ContactLog) */
856
+ sentSubject?: Maybe<Scalars['String']['output']>;
868
857
  startedAt?: Maybe<Scalars['DateTime']['output']>;
869
858
  status?: Maybe<Scalars['String']['output']>;
870
859
  step?: Maybe<CombinedCampaignStepObject>;
@@ -900,8 +889,6 @@ export type CombinedCampaignObject = {
900
889
  completedAt?: Maybe<Scalars['DateTime']['output']>;
901
890
  completedContacts?: Maybe<Scalars['Int']['output']>;
902
891
  createdAt?: Maybe<Scalars['DateTime']['output']>;
903
- /** User who created this combined campaign */
904
- createdBy?: Maybe<UserType>;
905
892
  description?: Maybe<Scalars['String']['output']>;
906
893
  id?: Maybe<Scalars['ID']['output']>;
907
894
  lastActivity?: Maybe<Scalars['DateTime']['output']>;
@@ -915,10 +902,6 @@ export type CombinedCampaignObject = {
915
902
  stepStats?: Maybe<Array<Maybe<CombinedCampaignStepStatsObject>>>;
916
903
  steps?: Maybe<Array<Maybe<CombinedCampaignStepObject>>>;
917
904
  stepsPreview?: Maybe<Scalars['GenericScalar']['output']>;
918
- /** Primary subject line (from first email step) */
919
- subjectLine?: Maybe<Scalars['String']['output']>;
920
- /** All email step subject lines (automated_email + manual_email steps) */
921
- subjectLines?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
922
905
  totalContacts?: Maybe<Scalars['Int']['output']>;
923
906
  updatedAt?: Maybe<Scalars['DateTime']['output']>;
924
907
  uuid?: Maybe<Scalars['String']['output']>;
@@ -1405,11 +1388,6 @@ export type CompanyProductMetalScoreObject = {
1405
1388
  /** User last name who assigned this product metal */
1406
1389
  userLastName?: Maybe<Scalars['String']['output']>;
1407
1390
  };
1408
- /** CompanyProfileInput for updating company profile JSON field */
1409
- export type CompanyProfileInput = {
1410
- /** Company profile JSON data */
1411
- companyProfile: Scalars['JSONString']['input'];
1412
- };
1413
1391
  export type CompanyServiceType = {
1414
1392
  __typename?: 'CompanyServiceType';
1415
1393
  id: Scalars['ID']['output'];
@@ -2262,8 +2240,6 @@ export type MailLogObject = {
2262
2240
  };
2263
2241
  /** Email communication type */
2264
2242
  export declare enum MailLogTypeEnum {
2265
- CampaignEmail = "CAMPAIGN_EMAIL",
2266
- CampaignReply = "CAMPAIGN_REPLY",
2267
2243
  IncomingEmail = "INCOMING_EMAIL",
2268
2244
  OutgoingEmail = "OUTGOING_EMAIL"
2269
2245
  }
@@ -2449,7 +2425,9 @@ export type Mutation = {
2449
2425
  sendEmailToContact?: Maybe<SendEmailToContact>;
2450
2426
  /**
2451
2427
  * Send an email as a reply, reply all, or forward from an email thread.
2452
- * All emails are tracked in MailLog for unified email thread view.
2428
+ * Supports both:
2429
+ * - External emails (MailLog): Gmail/Outlook emails via Nylas integration
2430
+ * - Campaign emails (ContactLog): Emails sent from campaigns, combined campaigns, or CRM contacts
2453
2431
  *
2454
2432
  * Follows Gmail rules for Re: and Fwd: subject prefixes.
2455
2433
  * Creates an async Celery task for email delivery and webhook notifications.
@@ -2488,8 +2466,6 @@ export type Mutation = {
2488
2466
  updateCompany?: Maybe<UpdateCompany>;
2489
2467
  updateCompanyExternalIdentifier?: Maybe<UpdateCompanyExternalIdentifier>;
2490
2468
  updateCompanyNote?: Maybe<UpdateCompanyNote>;
2491
- /** UpdateCompanyProfile - Update the company profile JSON field for the user's account */
2492
- updateCompanyProfile?: Maybe<UpdateCompanyProfile>;
2493
2469
  updateContact?: Maybe<UpdateContact>;
2494
2470
  /** UpdateEmailTemplate - Update an existing email template (only if owned by user's account) */
2495
2471
  updateEmailTemplate?: Maybe<UpdateEmailTemplate>;
@@ -2855,7 +2831,8 @@ export type MutationSendEmailToEmailThreadArgs = {
2855
2831
  bccEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
2856
2832
  body: Scalars['String']['input'];
2857
2833
  ccEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
2858
- mailLogId: Scalars['Int']['input'];
2834
+ contactLogId?: InputMaybe<Scalars['Int']['input']>;
2835
+ mailLogId?: InputMaybe<Scalars['Int']['input']>;
2859
2836
  subject?: InputMaybe<Scalars['String']['input']>;
2860
2837
  toEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
2861
2838
  };
@@ -2966,10 +2943,6 @@ export type MutationUpdateCompanyNoteArgs = {
2966
2943
  input: CompanyNoteInput;
2967
2944
  };
2968
2945
  /** Mutations */
2969
- export type MutationUpdateCompanyProfileArgs = {
2970
- input: CompanyProfileInput;
2971
- };
2972
- /** Mutations */
2973
2946
  export type MutationUpdateContactArgs = {
2974
2947
  input?: InputMaybe<ContactInput>;
2975
2948
  };
@@ -3536,7 +3509,6 @@ export type ProductTypeObject = {
3536
3509
  export type Query = {
3537
3510
  __typename?: 'Query';
3538
3511
  accountMembers?: Maybe<Array<Maybe<AccountMemberType>>>;
3539
- accountProfile?: Maybe<AccountProfileType>;
3540
3512
  /** Get the current account's subscription */
3541
3513
  accountSubscription?: Maybe<SubscriptionType>;
3542
3514
  businessProfile?: Maybe<BusinessProfileType>;
@@ -3688,7 +3660,6 @@ export type QueryCallCampaignReportArgs = {
3688
3660
  };
3689
3661
  /** Query */
3690
3662
  export type QueryCallCampaignsArgs = {
3691
- createdById?: InputMaybe<Scalars['String']['input']>;
3692
3663
  pagination: PaginationInput;
3693
3664
  sortBy?: InputMaybe<Scalars['String']['input']>;
3694
3665
  status?: InputMaybe<Scalars['String']['input']>;
@@ -3720,7 +3691,6 @@ export type QueryCampaignStatsArgs = {
3720
3691
  };
3721
3692
  /** Query */
3722
3693
  export type QueryCampaignsArgs = {
3723
- createdById?: InputMaybe<Scalars['String']['input']>;
3724
3694
  pagination: PaginationInput;
3725
3695
  sortBy?: InputMaybe<Scalars['String']['input']>;
3726
3696
  status?: InputMaybe<Scalars['String']['input']>;
@@ -3756,7 +3726,6 @@ export type QueryCombinedCampaignTemplateArgs = {
3756
3726
  };
3757
3727
  /** Query */
3758
3728
  export type QueryCombinedCampaignsArgs = {
3759
- createdById?: InputMaybe<Scalars['String']['input']>;
3760
3729
  pagination?: InputMaybe<PaginationInput>;
3761
3730
  sortBy?: InputMaybe<Scalars['String']['input']>;
3762
3731
  status?: InputMaybe<Scalars['String']['input']>;
@@ -4367,14 +4336,18 @@ export type SendEmailToContact = {
4367
4336
  };
4368
4337
  /**
4369
4338
  * Send an email as a reply, reply all, or forward from an email thread.
4370
- * All emails are tracked in MailLog for unified email thread view.
4339
+ * Supports both:
4340
+ * - External emails (MailLog): Gmail/Outlook emails via Nylas integration
4341
+ * - Campaign emails (ContactLog): Emails sent from campaigns, combined campaigns, or CRM contacts
4371
4342
  *
4372
4343
  * Follows Gmail rules for Re: and Fwd: subject prefixes.
4373
4344
  * Creates an async Celery task for email delivery and webhook notifications.
4374
4345
  */
4375
4346
  export type SendEmailToEmailThread = {
4376
4347
  __typename?: 'SendEmailToEmailThread';
4377
- /** The created MailLog entry for the sent email */
4348
+ /** The created ContactLog ID for sent campaign/CRM emails */
4349
+ contactLogId?: Maybe<Scalars['Int']['output']>;
4350
+ /** The created MailLog entry for sent external emails */
4378
4351
  mailLog?: Maybe<MailLogObject>;
4379
4352
  message?: Maybe<Scalars['String']['output']>;
4380
4353
  success?: Maybe<Scalars['Boolean']['output']>;
@@ -4740,13 +4713,6 @@ export type UpdateCompanyNote = {
4740
4713
  __typename?: 'UpdateCompanyNote';
4741
4714
  companyNote?: Maybe<CompanyNoteObject>;
4742
4715
  };
4743
- /** UpdateCompanyProfile - Update the company profile JSON field for the user's account */
4744
- export type UpdateCompanyProfile = {
4745
- __typename?: 'UpdateCompanyProfile';
4746
- accountProfile?: Maybe<AccountProfileType>;
4747
- message?: Maybe<Scalars['String']['output']>;
4748
- success?: Maybe<Scalars['Boolean']['output']>;
4749
- };
4750
4716
  export type UpdateContact = {
4751
4717
  __typename?: 'UpdateContact';
4752
4718
  contact?: Maybe<ContactObject>;
@@ -5054,8 +5020,6 @@ export type AddContactsToCampaignMutation = {
5054
5020
  bounceRate?: number | null;
5055
5021
  reasonForPause?: string | null;
5056
5022
  pausedUntil?: any | null;
5057
- subjectLine?: string | null;
5058
- subjectLines?: Array<string | null> | null;
5059
5023
  segments?: Array<{
5060
5024
  __typename?: 'SegmentObject';
5061
5025
  id?: string | null;
@@ -5083,14 +5047,6 @@ export type AddContactsToCampaignMutation = {
5083
5047
  updatedAt?: any | null;
5084
5048
  campaignType?: string | null;
5085
5049
  } | null;
5086
- createdBy?: {
5087
- __typename?: 'UserType';
5088
- id?: string | null;
5089
- email?: string | null;
5090
- firstName?: string | null;
5091
- lastName?: string | null;
5092
- picture?: string | null;
5093
- } | null;
5094
5050
  } | null;
5095
5051
  } | null;
5096
5052
  };
@@ -5122,8 +5078,6 @@ export type AddContactsToCombinedCampaignMutation = {
5122
5078
  completedContacts?: number | null;
5123
5079
  lastActivity?: any | null;
5124
5080
  stepsPreview?: any | null;
5125
- subjectLine?: string | null;
5126
- subjectLines?: Array<string | null> | null;
5127
5081
  createdAt?: any | null;
5128
5082
  updatedAt?: any | null;
5129
5083
  steps?: Array<{
@@ -5173,14 +5127,6 @@ export type AddContactsToCombinedCampaignMutation = {
5173
5127
  total?: number | null;
5174
5128
  completionRate?: number | null;
5175
5129
  } | null> | null;
5176
- createdBy?: {
5177
- __typename?: 'UserType';
5178
- id?: string | null;
5179
- email?: string | null;
5180
- firstName?: string | null;
5181
- lastName?: string | null;
5182
- picture?: string | null;
5183
- } | null;
5184
5130
  } | null;
5185
5131
  } | null;
5186
5132
  };
@@ -5287,14 +5233,6 @@ export type AddSegmentToCallCampaignMutation = {
5287
5233
  lastActivity?: any | null;
5288
5234
  statusCounts?: any | null;
5289
5235
  } | null;
5290
- createdBy?: {
5291
- __typename?: 'UserType';
5292
- id?: string | null;
5293
- email?: string | null;
5294
- firstName?: string | null;
5295
- lastName?: string | null;
5296
- picture?: string | null;
5297
- } | null;
5298
5236
  } | null;
5299
5237
  } | null;
5300
5238
  };
@@ -5339,8 +5277,6 @@ export type AddSegmentToCampaignMutation = {
5339
5277
  bounceRate?: number | null;
5340
5278
  reasonForPause?: string | null;
5341
5279
  pausedUntil?: any | null;
5342
- subjectLine?: string | null;
5343
- subjectLines?: Array<string | null> | null;
5344
5280
  segments?: Array<{
5345
5281
  __typename?: 'SegmentObject';
5346
5282
  id?: string | null;
@@ -5368,14 +5304,6 @@ export type AddSegmentToCampaignMutation = {
5368
5304
  updatedAt?: any | null;
5369
5305
  campaignType?: string | null;
5370
5306
  } | null;
5371
- createdBy?: {
5372
- __typename?: 'UserType';
5373
- id?: string | null;
5374
- email?: string | null;
5375
- firstName?: string | null;
5376
- lastName?: string | null;
5377
- picture?: string | null;
5378
- } | null;
5379
5307
  } | null;
5380
5308
  } | null;
5381
5309
  };
@@ -5455,8 +5383,6 @@ export type CancelCampaignMutation = {
5455
5383
  bounceRate?: number | null;
5456
5384
  reasonForPause?: string | null;
5457
5385
  pausedUntil?: any | null;
5458
- subjectLine?: string | null;
5459
- subjectLines?: Array<string | null> | null;
5460
5386
  segments?: Array<{
5461
5387
  __typename?: 'SegmentObject';
5462
5388
  id?: string | null;
@@ -5484,14 +5410,6 @@ export type CancelCampaignMutation = {
5484
5410
  updatedAt?: any | null;
5485
5411
  campaignType?: string | null;
5486
5412
  } | null;
5487
- createdBy?: {
5488
- __typename?: 'UserType';
5489
- id?: string | null;
5490
- email?: string | null;
5491
- firstName?: string | null;
5492
- lastName?: string | null;
5493
- picture?: string | null;
5494
- } | null;
5495
5413
  } | null;
5496
5414
  } | null;
5497
5415
  };
@@ -5521,8 +5439,6 @@ export type CancelCombinedCampaignMutation = {
5521
5439
  completedContacts?: number | null;
5522
5440
  lastActivity?: any | null;
5523
5441
  stepsPreview?: any | null;
5524
- subjectLine?: string | null;
5525
- subjectLines?: Array<string | null> | null;
5526
5442
  createdAt?: any | null;
5527
5443
  updatedAt?: any | null;
5528
5444
  steps?: Array<{
@@ -5572,14 +5488,6 @@ export type CancelCombinedCampaignMutation = {
5572
5488
  total?: number | null;
5573
5489
  completionRate?: number | null;
5574
5490
  } | null> | null;
5575
- createdBy?: {
5576
- __typename?: 'UserType';
5577
- id?: string | null;
5578
- email?: string | null;
5579
- firstName?: string | null;
5580
- lastName?: string | null;
5581
- picture?: string | null;
5582
- } | null;
5583
5491
  } | null;
5584
5492
  } | null;
5585
5493
  };
@@ -5657,8 +5565,6 @@ export type CompleteCampaignMutation = {
5657
5565
  bounceRate?: number | null;
5658
5566
  reasonForPause?: string | null;
5659
5567
  pausedUntil?: any | null;
5660
- subjectLine?: string | null;
5661
- subjectLines?: Array<string | null> | null;
5662
5568
  segments?: Array<{
5663
5569
  __typename?: 'SegmentObject';
5664
5570
  id?: string | null;
@@ -5686,14 +5592,6 @@ export type CompleteCampaignMutation = {
5686
5592
  updatedAt?: any | null;
5687
5593
  campaignType?: string | null;
5688
5594
  } | null;
5689
- createdBy?: {
5690
- __typename?: 'UserType';
5691
- id?: string | null;
5692
- email?: string | null;
5693
- firstName?: string | null;
5694
- lastName?: string | null;
5695
- picture?: string | null;
5696
- } | null;
5697
5595
  } | null;
5698
5596
  } | null;
5699
5597
  };
@@ -5926,14 +5824,6 @@ export type CreateCallCampaignMutation = {
5926
5824
  lastActivity?: any | null;
5927
5825
  statusCounts?: any | null;
5928
5826
  } | null;
5929
- createdBy?: {
5930
- __typename?: 'UserType';
5931
- id?: string | null;
5932
- email?: string | null;
5933
- firstName?: string | null;
5934
- lastName?: string | null;
5935
- picture?: string | null;
5936
- } | null;
5937
5827
  } | null;
5938
5828
  } | null;
5939
5829
  };
@@ -6052,14 +5942,6 @@ export type CreateCallCampaignLogMutation = {
6052
5942
  lastActivity?: any | null;
6053
5943
  statusCounts?: any | null;
6054
5944
  } | null;
6055
- createdBy?: {
6056
- __typename?: 'UserType';
6057
- id?: string | null;
6058
- email?: string | null;
6059
- firstName?: string | null;
6060
- lastName?: string | null;
6061
- picture?: string | null;
6062
- } | null;
6063
5945
  } | null;
6064
5946
  companyNote?: {
6065
5947
  __typename?: 'CompanyNoteObject';
@@ -6141,8 +6023,6 @@ export type CreateCampaignMutation = {
6141
6023
  bounceRate?: number | null;
6142
6024
  reasonForPause?: string | null;
6143
6025
  pausedUntil?: any | null;
6144
- subjectLine?: string | null;
6145
- subjectLines?: Array<string | null> | null;
6146
6026
  segments?: Array<{
6147
6027
  __typename?: 'SegmentObject';
6148
6028
  id?: string | null;
@@ -6170,14 +6050,6 @@ export type CreateCampaignMutation = {
6170
6050
  updatedAt?: any | null;
6171
6051
  campaignType?: string | null;
6172
6052
  } | null;
6173
- createdBy?: {
6174
- __typename?: 'UserType';
6175
- id?: string | null;
6176
- email?: string | null;
6177
- firstName?: string | null;
6178
- lastName?: string | null;
6179
- picture?: string | null;
6180
- } | null;
6181
6053
  } | null;
6182
6054
  } | null;
6183
6055
  };
@@ -6208,8 +6080,6 @@ export type CreateCombinedCampaignMutation = {
6208
6080
  completedContacts?: number | null;
6209
6081
  lastActivity?: any | null;
6210
6082
  stepsPreview?: any | null;
6211
- subjectLine?: string | null;
6212
- subjectLines?: Array<string | null> | null;
6213
6083
  createdAt?: any | null;
6214
6084
  updatedAt?: any | null;
6215
6085
  steps?: Array<{
@@ -6259,14 +6129,6 @@ export type CreateCombinedCampaignMutation = {
6259
6129
  total?: number | null;
6260
6130
  completionRate?: number | null;
6261
6131
  } | null> | null;
6262
- createdBy?: {
6263
- __typename?: 'UserType';
6264
- id?: string | null;
6265
- email?: string | null;
6266
- firstName?: string | null;
6267
- lastName?: string | null;
6268
- picture?: string | null;
6269
- } | null;
6270
6132
  } | null;
6271
6133
  } | null;
6272
6134
  };
@@ -6491,14 +6353,6 @@ export type CreateCompanyMutation = {
6491
6353
  lastActivity?: any | null;
6492
6354
  statusCounts?: any | null;
6493
6355
  } | null;
6494
- createdBy?: {
6495
- __typename?: 'UserType';
6496
- id?: string | null;
6497
- email?: string | null;
6498
- firstName?: string | null;
6499
- lastName?: string | null;
6500
- picture?: string | null;
6501
- } | null;
6502
6356
  } | null;
6503
6357
  callCampaignLog?: {
6504
6358
  __typename?: 'CallCampaignLogObject';
@@ -6696,14 +6550,6 @@ export type CreateCompanyMutation = {
6696
6550
  lastActivity?: any | null;
6697
6551
  statusCounts?: any | null;
6698
6552
  } | null;
6699
- createdBy?: {
6700
- __typename?: 'UserType';
6701
- id?: string | null;
6702
- email?: string | null;
6703
- firstName?: string | null;
6704
- lastName?: string | null;
6705
- picture?: string | null;
6706
- } | null;
6707
6553
  } | null;
6708
6554
  callCampaignLog?: {
6709
6555
  __typename?: 'CallCampaignLogObject';
@@ -7084,14 +6930,6 @@ export type CreateCompanyNoteMutation = {
7084
6930
  lastActivity?: any | null;
7085
6931
  statusCounts?: any | null;
7086
6932
  } | null;
7087
- createdBy?: {
7088
- __typename?: 'UserType';
7089
- id?: string | null;
7090
- email?: string | null;
7091
- firstName?: string | null;
7092
- lastName?: string | null;
7093
- picture?: string | null;
7094
- } | null;
7095
6933
  } | null;
7096
6934
  callCampaignLog?: {
7097
6935
  __typename?: 'CallCampaignLogObject';
@@ -7443,14 +7281,6 @@ export type CreateMysupplierMutation = {
7443
7281
  lastActivity?: any | null;
7444
7282
  statusCounts?: any | null;
7445
7283
  } | null;
7446
- createdBy?: {
7447
- __typename?: 'UserType';
7448
- id?: string | null;
7449
- email?: string | null;
7450
- firstName?: string | null;
7451
- lastName?: string | null;
7452
- picture?: string | null;
7453
- } | null;
7454
7284
  } | null;
7455
7285
  callCampaignLog?: {
7456
7286
  __typename?: 'CallCampaignLogObject';
@@ -7648,14 +7478,6 @@ export type CreateMysupplierMutation = {
7648
7478
  lastActivity?: any | null;
7649
7479
  statusCounts?: any | null;
7650
7480
  } | null;
7651
- createdBy?: {
7652
- __typename?: 'UserType';
7653
- id?: string | null;
7654
- email?: string | null;
7655
- firstName?: string | null;
7656
- lastName?: string | null;
7657
- picture?: string | null;
7658
- } | null;
7659
7481
  } | null;
7660
7482
  callCampaignLog?: {
7661
7483
  __typename?: 'CallCampaignLogObject';
@@ -8493,14 +8315,6 @@ export type CreateSupplierlistMutation = {
8493
8315
  lastActivity?: any | null;
8494
8316
  statusCounts?: any | null;
8495
8317
  } | null;
8496
- createdBy?: {
8497
- __typename?: 'UserType';
8498
- id?: string | null;
8499
- email?: string | null;
8500
- firstName?: string | null;
8501
- lastName?: string | null;
8502
- picture?: string | null;
8503
- } | null;
8504
8318
  } | null;
8505
8319
  callCampaignLog?: {
8506
8320
  __typename?: 'CallCampaignLogObject';
@@ -8698,14 +8512,6 @@ export type CreateSupplierlistMutation = {
8698
8512
  lastActivity?: any | null;
8699
8513
  statusCounts?: any | null;
8700
8514
  } | null;
8701
- createdBy?: {
8702
- __typename?: 'UserType';
8703
- id?: string | null;
8704
- email?: string | null;
8705
- firstName?: string | null;
8706
- lastName?: string | null;
8707
- picture?: string | null;
8708
- } | null;
8709
8515
  } | null;
8710
8516
  callCampaignLog?: {
8711
8517
  __typename?: 'CallCampaignLogObject';
@@ -9051,14 +8857,6 @@ export type CreateTaskMutation = {
9051
8857
  lastActivity?: any | null;
9052
8858
  statusCounts?: any | null;
9053
8859
  } | null;
9054
- createdBy?: {
9055
- __typename?: 'UserType';
9056
- id?: string | null;
9057
- email?: string | null;
9058
- firstName?: string | null;
9059
- lastName?: string | null;
9060
- picture?: string | null;
9061
- } | null;
9062
8860
  } | null;
9063
8861
  callCampaignLog?: {
9064
8862
  __typename?: 'CallCampaignLogObject';
@@ -9531,8 +9329,6 @@ export type PauseCampaignMutation = {
9531
9329
  bounceRate?: number | null;
9532
9330
  reasonForPause?: string | null;
9533
9331
  pausedUntil?: any | null;
9534
- subjectLine?: string | null;
9535
- subjectLines?: Array<string | null> | null;
9536
9332
  segments?: Array<{
9537
9333
  __typename?: 'SegmentObject';
9538
9334
  id?: string | null;
@@ -9560,14 +9356,6 @@ export type PauseCampaignMutation = {
9560
9356
  updatedAt?: any | null;
9561
9357
  campaignType?: string | null;
9562
9358
  } | null;
9563
- createdBy?: {
9564
- __typename?: 'UserType';
9565
- id?: string | null;
9566
- email?: string | null;
9567
- firstName?: string | null;
9568
- lastName?: string | null;
9569
- picture?: string | null;
9570
- } | null;
9571
9359
  } | null;
9572
9360
  } | null;
9573
9361
  };
@@ -9597,8 +9385,6 @@ export type PauseCombinedCampaignMutation = {
9597
9385
  completedContacts?: number | null;
9598
9386
  lastActivity?: any | null;
9599
9387
  stepsPreview?: any | null;
9600
- subjectLine?: string | null;
9601
- subjectLines?: Array<string | null> | null;
9602
9388
  createdAt?: any | null;
9603
9389
  updatedAt?: any | null;
9604
9390
  steps?: Array<{
@@ -9648,14 +9434,6 @@ export type PauseCombinedCampaignMutation = {
9648
9434
  total?: number | null;
9649
9435
  completionRate?: number | null;
9650
9436
  } | null> | null;
9651
- createdBy?: {
9652
- __typename?: 'UserType';
9653
- id?: string | null;
9654
- email?: string | null;
9655
- firstName?: string | null;
9656
- lastName?: string | null;
9657
- picture?: string | null;
9658
- } | null;
9659
9437
  } | null;
9660
9438
  } | null;
9661
9439
  };
@@ -9776,8 +9554,6 @@ export type RemoveContactsFromCampaignMutation = {
9776
9554
  bounceRate?: number | null;
9777
9555
  reasonForPause?: string | null;
9778
9556
  pausedUntil?: any | null;
9779
- subjectLine?: string | null;
9780
- subjectLines?: Array<string | null> | null;
9781
9557
  segments?: Array<{
9782
9558
  __typename?: 'SegmentObject';
9783
9559
  id?: string | null;
@@ -9805,14 +9581,6 @@ export type RemoveContactsFromCampaignMutation = {
9805
9581
  updatedAt?: any | null;
9806
9582
  campaignType?: string | null;
9807
9583
  } | null;
9808
- createdBy?: {
9809
- __typename?: 'UserType';
9810
- id?: string | null;
9811
- email?: string | null;
9812
- firstName?: string | null;
9813
- lastName?: string | null;
9814
- picture?: string | null;
9815
- } | null;
9816
9584
  } | null;
9817
9585
  } | null;
9818
9586
  };
@@ -9845,8 +9613,6 @@ export type RemoveContactsFromCombinedCampaignMutation = {
9845
9613
  completedContacts?: number | null;
9846
9614
  lastActivity?: any | null;
9847
9615
  stepsPreview?: any | null;
9848
- subjectLine?: string | null;
9849
- subjectLines?: Array<string | null> | null;
9850
9616
  createdAt?: any | null;
9851
9617
  updatedAt?: any | null;
9852
9618
  steps?: Array<{
@@ -9896,14 +9662,6 @@ export type RemoveContactsFromCombinedCampaignMutation = {
9896
9662
  total?: number | null;
9897
9663
  completionRate?: number | null;
9898
9664
  } | null> | null;
9899
- createdBy?: {
9900
- __typename?: 'UserType';
9901
- id?: string | null;
9902
- email?: string | null;
9903
- firstName?: string | null;
9904
- lastName?: string | null;
9905
- picture?: string | null;
9906
- } | null;
9907
9665
  } | null;
9908
9666
  } | null;
9909
9667
  };
@@ -10021,14 +9779,6 @@ export type RemoveSegmentFromCallCampaignMutation = {
10021
9779
  lastActivity?: any | null;
10022
9780
  statusCounts?: any | null;
10023
9781
  } | null;
10024
- createdBy?: {
10025
- __typename?: 'UserType';
10026
- id?: string | null;
10027
- email?: string | null;
10028
- firstName?: string | null;
10029
- lastName?: string | null;
10030
- picture?: string | null;
10031
- } | null;
10032
9782
  } | null;
10033
9783
  } | null;
10034
9784
  };
@@ -10073,8 +9823,6 @@ export type RemoveSegmentFromCampaignMutation = {
10073
9823
  bounceRate?: number | null;
10074
9824
  reasonForPause?: string | null;
10075
9825
  pausedUntil?: any | null;
10076
- subjectLine?: string | null;
10077
- subjectLines?: Array<string | null> | null;
10078
9826
  segments?: Array<{
10079
9827
  __typename?: 'SegmentObject';
10080
9828
  id?: string | null;
@@ -10102,14 +9850,6 @@ export type RemoveSegmentFromCampaignMutation = {
10102
9850
  updatedAt?: any | null;
10103
9851
  campaignType?: string | null;
10104
9852
  } | null;
10105
- createdBy?: {
10106
- __typename?: 'UserType';
10107
- id?: string | null;
10108
- email?: string | null;
10109
- firstName?: string | null;
10110
- lastName?: string | null;
10111
- picture?: string | null;
10112
- } | null;
10113
9853
  } | null;
10114
9854
  } | null;
10115
9855
  };
@@ -10150,8 +9890,6 @@ export type ResumeCombinedCampaignMutation = {
10150
9890
  completedContacts?: number | null;
10151
9891
  lastActivity?: any | null;
10152
9892
  stepsPreview?: any | null;
10153
- subjectLine?: string | null;
10154
- subjectLines?: Array<string | null> | null;
10155
9893
  createdAt?: any | null;
10156
9894
  updatedAt?: any | null;
10157
9895
  steps?: Array<{
@@ -10201,14 +9939,6 @@ export type ResumeCombinedCampaignMutation = {
10201
9939
  total?: number | null;
10202
9940
  completionRate?: number | null;
10203
9941
  } | null> | null;
10204
- createdBy?: {
10205
- __typename?: 'UserType';
10206
- id?: string | null;
10207
- email?: string | null;
10208
- firstName?: string | null;
10209
- lastName?: string | null;
10210
- picture?: string | null;
10211
- } | null;
10212
9942
  } | null;
10213
9943
  } | null;
10214
9944
  };
@@ -10275,8 +10005,6 @@ export type ScheduleCampaignMutation = {
10275
10005
  bounceRate?: number | null;
10276
10006
  reasonForPause?: string | null;
10277
10007
  pausedUntil?: any | null;
10278
- subjectLine?: string | null;
10279
- subjectLines?: Array<string | null> | null;
10280
10008
  segments?: Array<{
10281
10009
  __typename?: 'SegmentObject';
10282
10010
  id?: string | null;
@@ -10304,14 +10032,6 @@ export type ScheduleCampaignMutation = {
10304
10032
  updatedAt?: any | null;
10305
10033
  campaignType?: string | null;
10306
10034
  } | null;
10307
- createdBy?: {
10308
- __typename?: 'UserType';
10309
- id?: string | null;
10310
- email?: string | null;
10311
- firstName?: string | null;
10312
- lastName?: string | null;
10313
- picture?: string | null;
10314
- } | null;
10315
10035
  } | null;
10316
10036
  } | null;
10317
10037
  };
@@ -10342,8 +10062,6 @@ export type ScheduleCombinedCampaignMutation = {
10342
10062
  completedContacts?: number | null;
10343
10063
  lastActivity?: any | null;
10344
10064
  stepsPreview?: any | null;
10345
- subjectLine?: string | null;
10346
- subjectLines?: Array<string | null> | null;
10347
10065
  createdAt?: any | null;
10348
10066
  updatedAt?: any | null;
10349
10067
  steps?: Array<{
@@ -10393,14 +10111,6 @@ export type ScheduleCombinedCampaignMutation = {
10393
10111
  total?: number | null;
10394
10112
  completionRate?: number | null;
10395
10113
  } | null> | null;
10396
- createdBy?: {
10397
- __typename?: 'UserType';
10398
- id?: string | null;
10399
- email?: string | null;
10400
- firstName?: string | null;
10401
- lastName?: string | null;
10402
- picture?: string | null;
10403
- } | null;
10404
10114
  } | null;
10405
10115
  } | null;
10406
10116
  };
@@ -10634,8 +10344,6 @@ export type SendEmailToContactMutation = {
10634
10344
  bounceRate?: number | null;
10635
10345
  reasonForPause?: string | null;
10636
10346
  pausedUntil?: any | null;
10637
- subjectLine?: string | null;
10638
- subjectLines?: Array<string | null> | null;
10639
10347
  segments?: Array<{
10640
10348
  __typename?: 'SegmentObject';
10641
10349
  id?: string | null;
@@ -10663,14 +10371,6 @@ export type SendEmailToContactMutation = {
10663
10371
  updatedAt?: any | null;
10664
10372
  campaignType?: string | null;
10665
10373
  } | null;
10666
- createdBy?: {
10667
- __typename?: 'UserType';
10668
- id?: string | null;
10669
- email?: string | null;
10670
- firstName?: string | null;
10671
- lastName?: string | null;
10672
- picture?: string | null;
10673
- } | null;
10674
10374
  } | null;
10675
10375
  segment?: {
10676
10376
  __typename?: 'SegmentObject';
@@ -10776,7 +10476,8 @@ export type SendEmailToEmailThreadMutationVariables = Exact<{
10776
10476
  bccEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>> | InputMaybe<Scalars['String']['input']>>;
10777
10477
  body: Scalars['String']['input'];
10778
10478
  ccEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>> | InputMaybe<Scalars['String']['input']>>;
10779
- mailLogId: Scalars['Int']['input'];
10479
+ contactLogId?: InputMaybe<Scalars['Int']['input']>;
10480
+ mailLogId?: InputMaybe<Scalars['Int']['input']>;
10780
10481
  subject?: InputMaybe<Scalars['String']['input']>;
10781
10482
  toEmails?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>> | InputMaybe<Scalars['String']['input']>>;
10782
10483
  }>;
@@ -10786,6 +10487,7 @@ export type SendEmailToEmailThreadMutation = {
10786
10487
  __typename?: 'SendEmailToEmailThread';
10787
10488
  success?: boolean | null;
10788
10489
  message?: string | null;
10490
+ contactLogId?: number | null;
10789
10491
  mailLog?: {
10790
10492
  __typename?: 'MailLogObject';
10791
10493
  id?: number | null;
@@ -10859,6 +10561,7 @@ export type SendManualEmailMutation = {
10859
10561
  taskId?: string | null;
10860
10562
  draftSubject?: string | null;
10861
10563
  draftBody?: string | null;
10564
+ sentSubject?: string | null;
10862
10565
  createdAt?: any | null;
10863
10566
  updatedAt?: any | null;
10864
10567
  contactName?: string | null;
@@ -10881,8 +10584,6 @@ export type SendManualEmailMutation = {
10881
10584
  completedContacts?: number | null;
10882
10585
  lastActivity?: any | null;
10883
10586
  stepsPreview?: any | null;
10884
- subjectLine?: string | null;
10885
- subjectLines?: Array<string | null> | null;
10886
10587
  createdAt?: any | null;
10887
10588
  updatedAt?: any | null;
10888
10589
  steps?: Array<{
@@ -10932,14 +10633,6 @@ export type SendManualEmailMutation = {
10932
10633
  total?: number | null;
10933
10634
  completionRate?: number | null;
10934
10635
  } | null> | null;
10935
- createdBy?: {
10936
- __typename?: 'UserType';
10937
- id?: string | null;
10938
- email?: string | null;
10939
- firstName?: string | null;
10940
- lastName?: string | null;
10941
- picture?: string | null;
10942
- } | null;
10943
10636
  } | null;
10944
10637
  step?: {
10945
10638
  __typename?: 'CombinedCampaignStepObject';
@@ -11041,14 +10734,6 @@ export type SendManualEmailMutation = {
11041
10734
  lastActivity?: any | null;
11042
10735
  statusCounts?: any | null;
11043
10736
  } | null;
11044
- createdBy?: {
11045
- __typename?: 'UserType';
11046
- id?: string | null;
11047
- email?: string | null;
11048
- firstName?: string | null;
11049
- lastName?: string | null;
11050
- picture?: string | null;
11051
- } | null;
11052
10737
  } | null;
11053
10738
  callCampaignLog?: {
11054
10739
  __typename?: 'CallCampaignLogObject';
@@ -11166,8 +10851,6 @@ export type SendManualEmailMutation = {
11166
10851
  bounceRate?: number | null;
11167
10852
  reasonForPause?: string | null;
11168
10853
  pausedUntil?: any | null;
11169
- subjectLine?: string | null;
11170
- subjectLines?: Array<string | null> | null;
11171
10854
  segments?: Array<{
11172
10855
  __typename?: 'SegmentObject';
11173
10856
  id?: string | null;
@@ -11195,14 +10878,6 @@ export type SendManualEmailMutation = {
11195
10878
  updatedAt?: any | null;
11196
10879
  campaignType?: string | null;
11197
10880
  } | null;
11198
- createdBy?: {
11199
- __typename?: 'UserType';
11200
- id?: string | null;
11201
- email?: string | null;
11202
- firstName?: string | null;
11203
- lastName?: string | null;
11204
- picture?: string | null;
11205
- } | null;
11206
10881
  } | null;
11207
10882
  segment?: {
11208
10883
  __typename?: 'SegmentObject';
@@ -11417,8 +11092,6 @@ export type StartCampaignMutation = {
11417
11092
  bounceRate?: number | null;
11418
11093
  reasonForPause?: string | null;
11419
11094
  pausedUntil?: any | null;
11420
- subjectLine?: string | null;
11421
- subjectLines?: Array<string | null> | null;
11422
11095
  segments?: Array<{
11423
11096
  __typename?: 'SegmentObject';
11424
11097
  id?: string | null;
@@ -11446,14 +11119,6 @@ export type StartCampaignMutation = {
11446
11119
  updatedAt?: any | null;
11447
11120
  campaignType?: string | null;
11448
11121
  } | null;
11449
- createdBy?: {
11450
- __typename?: 'UserType';
11451
- id?: string | null;
11452
- email?: string | null;
11453
- firstName?: string | null;
11454
- lastName?: string | null;
11455
- picture?: string | null;
11456
- } | null;
11457
11122
  } | null;
11458
11123
  } | null;
11459
11124
  };
@@ -11483,8 +11148,6 @@ export type StartCombinedCampaignMutation = {
11483
11148
  completedContacts?: number | null;
11484
11149
  lastActivity?: any | null;
11485
11150
  stepsPreview?: any | null;
11486
- subjectLine?: string | null;
11487
- subjectLines?: Array<string | null> | null;
11488
11151
  createdAt?: any | null;
11489
11152
  updatedAt?: any | null;
11490
11153
  steps?: Array<{
@@ -11534,14 +11197,6 @@ export type StartCombinedCampaignMutation = {
11534
11197
  total?: number | null;
11535
11198
  completionRate?: number | null;
11536
11199
  } | null> | null;
11537
- createdBy?: {
11538
- __typename?: 'UserType';
11539
- id?: string | null;
11540
- email?: string | null;
11541
- firstName?: string | null;
11542
- lastName?: string | null;
11543
- picture?: string | null;
11544
- } | null;
11545
11200
  } | null;
11546
11201
  } | null;
11547
11202
  };
@@ -11642,14 +11297,6 @@ export type UpdateCallCampaignMutation = {
11642
11297
  lastActivity?: any | null;
11643
11298
  statusCounts?: any | null;
11644
11299
  } | null;
11645
- createdBy?: {
11646
- __typename?: 'UserType';
11647
- id?: string | null;
11648
- email?: string | null;
11649
- firstName?: string | null;
11650
- lastName?: string | null;
11651
- picture?: string | null;
11652
- } | null;
11653
11300
  } | null;
11654
11301
  } | null;
11655
11302
  };
@@ -11769,14 +11416,6 @@ export type UpdateCallCampaignLogMutation = {
11769
11416
  lastActivity?: any | null;
11770
11417
  statusCounts?: any | null;
11771
11418
  } | null;
11772
- createdBy?: {
11773
- __typename?: 'UserType';
11774
- id?: string | null;
11775
- email?: string | null;
11776
- firstName?: string | null;
11777
- lastName?: string | null;
11778
- picture?: string | null;
11779
- } | null;
11780
11419
  } | null;
11781
11420
  companyNote?: {
11782
11421
  __typename?: 'CompanyNoteObject';
@@ -11858,8 +11497,6 @@ export type UpdateCampaignMutation = {
11858
11497
  bounceRate?: number | null;
11859
11498
  reasonForPause?: string | null;
11860
11499
  pausedUntil?: any | null;
11861
- subjectLine?: string | null;
11862
- subjectLines?: Array<string | null> | null;
11863
11500
  segments?: Array<{
11864
11501
  __typename?: 'SegmentObject';
11865
11502
  id?: string | null;
@@ -11887,14 +11524,6 @@ export type UpdateCampaignMutation = {
11887
11524
  updatedAt?: any | null;
11888
11525
  campaignType?: string | null;
11889
11526
  } | null;
11890
- createdBy?: {
11891
- __typename?: 'UserType';
11892
- id?: string | null;
11893
- email?: string | null;
11894
- firstName?: string | null;
11895
- lastName?: string | null;
11896
- picture?: string | null;
11897
- } | null;
11898
11527
  } | null;
11899
11528
  } | null;
11900
11529
  };
@@ -11925,8 +11554,6 @@ export type UpdateCombinedCampaignMutation = {
11925
11554
  completedContacts?: number | null;
11926
11555
  lastActivity?: any | null;
11927
11556
  stepsPreview?: any | null;
11928
- subjectLine?: string | null;
11929
- subjectLines?: Array<string | null> | null;
11930
11557
  createdAt?: any | null;
11931
11558
  updatedAt?: any | null;
11932
11559
  steps?: Array<{
@@ -11976,14 +11603,6 @@ export type UpdateCombinedCampaignMutation = {
11976
11603
  total?: number | null;
11977
11604
  completionRate?: number | null;
11978
11605
  } | null> | null;
11979
- createdBy?: {
11980
- __typename?: 'UserType';
11981
- id?: string | null;
11982
- email?: string | null;
11983
- firstName?: string | null;
11984
- lastName?: string | null;
11985
- picture?: string | null;
11986
- } | null;
11987
11606
  } | null;
11988
11607
  } | null;
11989
11608
  };
@@ -12024,6 +11643,7 @@ export type UpdateCombinedCampaignLogMutation = {
12024
11643
  taskId?: string | null;
12025
11644
  draftSubject?: string | null;
12026
11645
  draftBody?: string | null;
11646
+ sentSubject?: string | null;
12027
11647
  createdAt?: any | null;
12028
11648
  updatedAt?: any | null;
12029
11649
  contactName?: string | null;
@@ -12046,8 +11666,6 @@ export type UpdateCombinedCampaignLogMutation = {
12046
11666
  completedContacts?: number | null;
12047
11667
  lastActivity?: any | null;
12048
11668
  stepsPreview?: any | null;
12049
- subjectLine?: string | null;
12050
- subjectLines?: Array<string | null> | null;
12051
11669
  createdAt?: any | null;
12052
11670
  updatedAt?: any | null;
12053
11671
  steps?: Array<{
@@ -12097,14 +11715,6 @@ export type UpdateCombinedCampaignLogMutation = {
12097
11715
  total?: number | null;
12098
11716
  completionRate?: number | null;
12099
11717
  } | null> | null;
12100
- createdBy?: {
12101
- __typename?: 'UserType';
12102
- id?: string | null;
12103
- email?: string | null;
12104
- firstName?: string | null;
12105
- lastName?: string | null;
12106
- picture?: string | null;
12107
- } | null;
12108
11718
  } | null;
12109
11719
  step?: {
12110
11720
  __typename?: 'CombinedCampaignStepObject';
@@ -12206,14 +11816,6 @@ export type UpdateCombinedCampaignLogMutation = {
12206
11816
  lastActivity?: any | null;
12207
11817
  statusCounts?: any | null;
12208
11818
  } | null;
12209
- createdBy?: {
12210
- __typename?: 'UserType';
12211
- id?: string | null;
12212
- email?: string | null;
12213
- firstName?: string | null;
12214
- lastName?: string | null;
12215
- picture?: string | null;
12216
- } | null;
12217
11819
  } | null;
12218
11820
  callCampaignLog?: {
12219
11821
  __typename?: 'CallCampaignLogObject';
@@ -12521,14 +12123,6 @@ export type UpdateCompanyMutation = {
12521
12123
  lastActivity?: any | null;
12522
12124
  statusCounts?: any | null;
12523
12125
  } | null;
12524
- createdBy?: {
12525
- __typename?: 'UserType';
12526
- id?: string | null;
12527
- email?: string | null;
12528
- firstName?: string | null;
12529
- lastName?: string | null;
12530
- picture?: string | null;
12531
- } | null;
12532
12126
  } | null;
12533
12127
  callCampaignLog?: {
12534
12128
  __typename?: 'CallCampaignLogObject';
@@ -12726,14 +12320,6 @@ export type UpdateCompanyMutation = {
12726
12320
  lastActivity?: any | null;
12727
12321
  statusCounts?: any | null;
12728
12322
  } | null;
12729
- createdBy?: {
12730
- __typename?: 'UserType';
12731
- id?: string | null;
12732
- email?: string | null;
12733
- firstName?: string | null;
12734
- lastName?: string | null;
12735
- picture?: string | null;
12736
- } | null;
12737
12323
  } | null;
12738
12324
  callCampaignLog?: {
12739
12325
  __typename?: 'CallCampaignLogObject';
@@ -13126,14 +12712,6 @@ export type UpdateCompanyNoteMutation = {
13126
12712
  lastActivity?: any | null;
13127
12713
  statusCounts?: any | null;
13128
12714
  } | null;
13129
- createdBy?: {
13130
- __typename?: 'UserType';
13131
- id?: string | null;
13132
- email?: string | null;
13133
- firstName?: string | null;
13134
- lastName?: string | null;
13135
- picture?: string | null;
13136
- } | null;
13137
12715
  } | null;
13138
12716
  callCampaignLog?: {
13139
12717
  __typename?: 'CallCampaignLogObject';
@@ -13175,22 +12753,6 @@ export type UpdateCompanyNoteMutation = {
13175
12753
  } | null;
13176
12754
  } | null;
13177
12755
  };
13178
- export type UpdateCompanyProfileMutationVariables = Exact<{
13179
- input: CompanyProfileInput;
13180
- }>;
13181
- export type UpdateCompanyProfileMutation = {
13182
- __typename?: 'Mutation';
13183
- updateCompanyProfile?: {
13184
- __typename?: 'UpdateCompanyProfile';
13185
- success?: boolean | null;
13186
- message?: string | null;
13187
- accountProfile?: {
13188
- __typename?: 'AccountProfileType';
13189
- id: string;
13190
- companyProfile?: any | null;
13191
- } | null;
13192
- } | null;
13193
- };
13194
12756
  export type UpdateContactMutationVariables = Exact<{
13195
12757
  input?: InputMaybe<ContactInput>;
13196
12758
  }>;
@@ -13503,14 +13065,6 @@ export type UpdateMysupplierMutation = {
13503
13065
  lastActivity?: any | null;
13504
13066
  statusCounts?: any | null;
13505
13067
  } | null;
13506
- createdBy?: {
13507
- __typename?: 'UserType';
13508
- id?: string | null;
13509
- email?: string | null;
13510
- firstName?: string | null;
13511
- lastName?: string | null;
13512
- picture?: string | null;
13513
- } | null;
13514
13068
  } | null;
13515
13069
  callCampaignLog?: {
13516
13070
  __typename?: 'CallCampaignLogObject';
@@ -13708,14 +13262,6 @@ export type UpdateMysupplierMutation = {
13708
13262
  lastActivity?: any | null;
13709
13263
  statusCounts?: any | null;
13710
13264
  } | null;
13711
- createdBy?: {
13712
- __typename?: 'UserType';
13713
- id?: string | null;
13714
- email?: string | null;
13715
- firstName?: string | null;
13716
- lastName?: string | null;
13717
- picture?: string | null;
13718
- } | null;
13719
13265
  } | null;
13720
13266
  callCampaignLog?: {
13721
13267
  __typename?: 'CallCampaignLogObject';
@@ -14531,14 +14077,6 @@ export type UpdateSupplierlistMutation = {
14531
14077
  lastActivity?: any | null;
14532
14078
  statusCounts?: any | null;
14533
14079
  } | null;
14534
- createdBy?: {
14535
- __typename?: 'UserType';
14536
- id?: string | null;
14537
- email?: string | null;
14538
- firstName?: string | null;
14539
- lastName?: string | null;
14540
- picture?: string | null;
14541
- } | null;
14542
14080
  } | null;
14543
14081
  callCampaignLog?: {
14544
14082
  __typename?: 'CallCampaignLogObject';
@@ -14736,14 +14274,6 @@ export type UpdateSupplierlistMutation = {
14736
14274
  lastActivity?: any | null;
14737
14275
  statusCounts?: any | null;
14738
14276
  } | null;
14739
- createdBy?: {
14740
- __typename?: 'UserType';
14741
- id?: string | null;
14742
- email?: string | null;
14743
- firstName?: string | null;
14744
- lastName?: string | null;
14745
- picture?: string | null;
14746
- } | null;
14747
14277
  } | null;
14748
14278
  callCampaignLog?: {
14749
14279
  __typename?: 'CallCampaignLogObject';
@@ -15090,14 +14620,6 @@ export type UpdateTaskMutation = {
15090
14620
  lastActivity?: any | null;
15091
14621
  statusCounts?: any | null;
15092
14622
  } | null;
15093
- createdBy?: {
15094
- __typename?: 'UserType';
15095
- id?: string | null;
15096
- email?: string | null;
15097
- firstName?: string | null;
15098
- lastName?: string | null;
15099
- picture?: string | null;
15100
- } | null;
15101
14623
  } | null;
15102
14624
  callCampaignLog?: {
15103
14625
  __typename?: 'CallCampaignLogObject';
@@ -15243,17 +14765,6 @@ export type AccountMembersQuery = {
15243
14765
  } | null;
15244
14766
  } | null> | null;
15245
14767
  };
15246
- export type AccountProfileQueryVariables = Exact<{
15247
- [key: string]: never;
15248
- }>;
15249
- export type AccountProfileQuery = {
15250
- __typename?: 'Query';
15251
- accountProfile?: {
15252
- __typename?: 'AccountProfileType';
15253
- id: string;
15254
- companyProfile?: any | null;
15255
- } | null;
15256
- };
15257
14768
  export type AccountSubscriptionQueryVariables = Exact<{
15258
14769
  [key: string]: never;
15259
14770
  }>;
@@ -15365,14 +14876,6 @@ export type CallCampaignQuery = {
15365
14876
  lastActivity?: any | null;
15366
14877
  statusCounts?: any | null;
15367
14878
  } | null;
15368
- createdBy?: {
15369
- __typename?: 'UserType';
15370
- id?: string | null;
15371
- email?: string | null;
15372
- firstName?: string | null;
15373
- lastName?: string | null;
15374
- picture?: string | null;
15375
- } | null;
15376
14879
  } | null;
15377
14880
  };
15378
14881
  export type CallCampaignAnalyticsQueryVariables = Exact<{
@@ -15524,14 +15027,6 @@ export type CallCampaignLogQuery = {
15524
15027
  lastActivity?: any | null;
15525
15028
  statusCounts?: any | null;
15526
15029
  } | null;
15527
- createdBy?: {
15528
- __typename?: 'UserType';
15529
- id?: string | null;
15530
- email?: string | null;
15531
- firstName?: string | null;
15532
- lastName?: string | null;
15533
- picture?: string | null;
15534
- } | null;
15535
15030
  } | null;
15536
15031
  companyNote?: {
15537
15032
  __typename?: 'CompanyNoteObject';
@@ -15688,14 +15183,6 @@ export type CallCampaignLogsQuery = {
15688
15183
  lastActivity?: any | null;
15689
15184
  statusCounts?: any | null;
15690
15185
  } | null;
15691
- createdBy?: {
15692
- __typename?: 'UserType';
15693
- id?: string | null;
15694
- email?: string | null;
15695
- firstName?: string | null;
15696
- lastName?: string | null;
15697
- picture?: string | null;
15698
- } | null;
15699
15186
  } | null;
15700
15187
  companyNote?: {
15701
15188
  __typename?: 'CompanyNoteObject';
@@ -15866,14 +15353,6 @@ export type CallCampaignReportQuery = {
15866
15353
  lastActivity?: any | null;
15867
15354
  statusCounts?: any | null;
15868
15355
  } | null;
15869
- createdBy?: {
15870
- __typename?: 'UserType';
15871
- id?: string | null;
15872
- email?: string | null;
15873
- firstName?: string | null;
15874
- lastName?: string | null;
15875
- picture?: string | null;
15876
- } | null;
15877
15356
  } | null;
15878
15357
  callCampaignLog?: {
15879
15358
  __typename?: 'CallCampaignLogObject';
@@ -15980,7 +15459,6 @@ export type CallCampaignsQueryVariables = Exact<{
15980
15459
  pagination: PaginationInput;
15981
15460
  sortBy?: InputMaybe<Scalars['String']['input']>;
15982
15461
  status?: InputMaybe<Scalars['String']['input']>;
15983
- createdById?: InputMaybe<Scalars['String']['input']>;
15984
15462
  }>;
15985
15463
  export type CallCampaignsQuery = {
15986
15464
  __typename?: 'Query';
@@ -16039,14 +15517,6 @@ export type CallCampaignsQuery = {
16039
15517
  lastActivity?: any | null;
16040
15518
  statusCounts?: any | null;
16041
15519
  } | null;
16042
- createdBy?: {
16043
- __typename?: 'UserType';
16044
- id?: string | null;
16045
- email?: string | null;
16046
- firstName?: string | null;
16047
- lastName?: string | null;
16048
- picture?: string | null;
16049
- } | null;
16050
15520
  } | null> | null;
16051
15521
  pagination?: {
16052
15522
  __typename?: 'PaginationInfo';
@@ -16095,8 +15565,6 @@ export type CampaignQuery = {
16095
15565
  bounceRate?: number | null;
16096
15566
  reasonForPause?: string | null;
16097
15567
  pausedUntil?: any | null;
16098
- subjectLine?: string | null;
16099
- subjectLines?: Array<string | null> | null;
16100
15568
  segments?: Array<{
16101
15569
  __typename?: 'SegmentObject';
16102
15570
  id?: string | null;
@@ -16124,14 +15592,6 @@ export type CampaignQuery = {
16124
15592
  updatedAt?: any | null;
16125
15593
  campaignType?: string | null;
16126
15594
  } | null;
16127
- createdBy?: {
16128
- __typename?: 'UserType';
16129
- id?: string | null;
16130
- email?: string | null;
16131
- firstName?: string | null;
16132
- lastName?: string | null;
16133
- picture?: string | null;
16134
- } | null;
16135
15595
  } | null;
16136
15596
  };
16137
15597
  export type CampaignAnalyticsQueryVariables = Exact<{
@@ -16200,6 +15660,8 @@ export type CampaignContactsQuery = {
16200
15660
  lastContactedAt?: any | null;
16201
15661
  stepId?: string | null;
16202
15662
  stepOrder?: number | null;
15663
+ populatedSubject?: string | null;
15664
+ populatedBody?: string | null;
16203
15665
  lastContactedBy?: {
16204
15666
  __typename?: 'UserType';
16205
15667
  id?: string | null;
@@ -16260,6 +15722,7 @@ export type CampaignContactsQuery = {
16260
15722
  taskId?: string | null;
16261
15723
  draftSubject?: string | null;
16262
15724
  draftBody?: string | null;
15725
+ sentSubject?: string | null;
16263
15726
  createdAt?: any | null;
16264
15727
  updatedAt?: any | null;
16265
15728
  contactName?: string | null;
@@ -16282,8 +15745,6 @@ export type CampaignContactsQuery = {
16282
15745
  completedContacts?: number | null;
16283
15746
  lastActivity?: any | null;
16284
15747
  stepsPreview?: any | null;
16285
- subjectLine?: string | null;
16286
- subjectLines?: Array<string | null> | null;
16287
15748
  createdAt?: any | null;
16288
15749
  updatedAt?: any | null;
16289
15750
  steps?: Array<{
@@ -16333,14 +15794,6 @@ export type CampaignContactsQuery = {
16333
15794
  total?: number | null;
16334
15795
  completionRate?: number | null;
16335
15796
  } | null> | null;
16336
- createdBy?: {
16337
- __typename?: 'UserType';
16338
- id?: string | null;
16339
- email?: string | null;
16340
- firstName?: string | null;
16341
- lastName?: string | null;
16342
- picture?: string | null;
16343
- } | null;
16344
15797
  } | null;
16345
15798
  step?: {
16346
15799
  __typename?: 'CombinedCampaignStepObject';
@@ -16442,14 +15895,6 @@ export type CampaignContactsQuery = {
16442
15895
  lastActivity?: any | null;
16443
15896
  statusCounts?: any | null;
16444
15897
  } | null;
16445
- createdBy?: {
16446
- __typename?: 'UserType';
16447
- id?: string | null;
16448
- email?: string | null;
16449
- firstName?: string | null;
16450
- lastName?: string | null;
16451
- picture?: string | null;
16452
- } | null;
16453
15898
  } | null;
16454
15899
  callCampaignLog?: {
16455
15900
  __typename?: 'CallCampaignLogObject';
@@ -16681,8 +16126,6 @@ export type CampaignLogsQuery = {
16681
16126
  bounceRate?: number | null;
16682
16127
  reasonForPause?: string | null;
16683
16128
  pausedUntil?: any | null;
16684
- subjectLine?: string | null;
16685
- subjectLines?: Array<string | null> | null;
16686
16129
  segments?: Array<{
16687
16130
  __typename?: 'SegmentObject';
16688
16131
  id?: string | null;
@@ -16710,14 +16153,6 @@ export type CampaignLogsQuery = {
16710
16153
  updatedAt?: any | null;
16711
16154
  campaignType?: string | null;
16712
16155
  } | null;
16713
- createdBy?: {
16714
- __typename?: 'UserType';
16715
- id?: string | null;
16716
- email?: string | null;
16717
- firstName?: string | null;
16718
- lastName?: string | null;
16719
- picture?: string | null;
16720
- } | null;
16721
16156
  } | null;
16722
16157
  segment?: {
16723
16158
  __typename?: 'SegmentObject';
@@ -16875,7 +16310,6 @@ export type CampaignsQueryVariables = Exact<{
16875
16310
  pagination: PaginationInput;
16876
16311
  status?: InputMaybe<Scalars['String']['input']>;
16877
16312
  sortBy?: InputMaybe<Scalars['String']['input']>;
16878
- createdById?: InputMaybe<Scalars['String']['input']>;
16879
16313
  }>;
16880
16314
  export type CampaignsQuery = {
16881
16315
  __typename?: 'Query';
@@ -16912,8 +16346,6 @@ export type CampaignsQuery = {
16912
16346
  bounceRate?: number | null;
16913
16347
  reasonForPause?: string | null;
16914
16348
  pausedUntil?: any | null;
16915
- subjectLine?: string | null;
16916
- subjectLines?: Array<string | null> | null;
16917
16349
  segments?: Array<{
16918
16350
  __typename?: 'SegmentObject';
16919
16351
  id?: string | null;
@@ -16941,14 +16373,6 @@ export type CampaignsQuery = {
16941
16373
  updatedAt?: any | null;
16942
16374
  campaignType?: string | null;
16943
16375
  } | null;
16944
- createdBy?: {
16945
- __typename?: 'UserType';
16946
- id?: string | null;
16947
- email?: string | null;
16948
- firstName?: string | null;
16949
- lastName?: string | null;
16950
- picture?: string | null;
16951
- } | null;
16952
16376
  } | null> | null;
16953
16377
  pagination?: {
16954
16378
  __typename?: 'PaginationInfo';
@@ -16983,8 +16407,6 @@ export type CombinedCampaignQuery = {
16983
16407
  completedContacts?: number | null;
16984
16408
  lastActivity?: any | null;
16985
16409
  stepsPreview?: any | null;
16986
- subjectLine?: string | null;
16987
- subjectLines?: Array<string | null> | null;
16988
16410
  createdAt?: any | null;
16989
16411
  updatedAt?: any | null;
16990
16412
  steps?: Array<{
@@ -17034,14 +16456,6 @@ export type CombinedCampaignQuery = {
17034
16456
  total?: number | null;
17035
16457
  completionRate?: number | null;
17036
16458
  } | null> | null;
17037
- createdBy?: {
17038
- __typename?: 'UserType';
17039
- id?: string | null;
17040
- email?: string | null;
17041
- firstName?: string | null;
17042
- lastName?: string | null;
17043
- picture?: string | null;
17044
- } | null;
17045
16459
  } | null;
17046
16460
  };
17047
16461
  export type CombinedCampaignContactsQueryVariables = Exact<{
@@ -17076,6 +16490,8 @@ export type CombinedCampaignContactsQuery = {
17076
16490
  lastContactedAt?: any | null;
17077
16491
  stepId?: string | null;
17078
16492
  stepOrder?: number | null;
16493
+ populatedSubject?: string | null;
16494
+ populatedBody?: string | null;
17079
16495
  lastContactedBy?: {
17080
16496
  __typename?: 'UserType';
17081
16497
  id?: string | null;
@@ -17136,6 +16552,7 @@ export type CombinedCampaignContactsQuery = {
17136
16552
  taskId?: string | null;
17137
16553
  draftSubject?: string | null;
17138
16554
  draftBody?: string | null;
16555
+ sentSubject?: string | null;
17139
16556
  createdAt?: any | null;
17140
16557
  updatedAt?: any | null;
17141
16558
  contactName?: string | null;
@@ -17158,8 +16575,6 @@ export type CombinedCampaignContactsQuery = {
17158
16575
  completedContacts?: number | null;
17159
16576
  lastActivity?: any | null;
17160
16577
  stepsPreview?: any | null;
17161
- subjectLine?: string | null;
17162
- subjectLines?: Array<string | null> | null;
17163
16578
  createdAt?: any | null;
17164
16579
  updatedAt?: any | null;
17165
16580
  steps?: Array<{
@@ -17207,16 +16622,8 @@ export type CombinedCampaignContactsQuery = {
17207
16622
  completed?: number | null;
17208
16623
  skipped?: number | null;
17209
16624
  total?: number | null;
17210
- completionRate?: number | null;
17211
- } | null> | null;
17212
- createdBy?: {
17213
- __typename?: 'UserType';
17214
- id?: string | null;
17215
- email?: string | null;
17216
- firstName?: string | null;
17217
- lastName?: string | null;
17218
- picture?: string | null;
17219
- } | null;
16625
+ completionRate?: number | null;
16626
+ } | null> | null;
17220
16627
  } | null;
17221
16628
  step?: {
17222
16629
  __typename?: 'CombinedCampaignStepObject';
@@ -17318,14 +16725,6 @@ export type CombinedCampaignContactsQuery = {
17318
16725
  lastActivity?: any | null;
17319
16726
  statusCounts?: any | null;
17320
16727
  } | null;
17321
- createdBy?: {
17322
- __typename?: 'UserType';
17323
- id?: string | null;
17324
- email?: string | null;
17325
- firstName?: string | null;
17326
- lastName?: string | null;
17327
- picture?: string | null;
17328
- } | null;
17329
16728
  } | null;
17330
16729
  callCampaignLog?: {
17331
16730
  __typename?: 'CallCampaignLogObject';
@@ -17442,6 +16841,7 @@ export type CombinedCampaignLogsQuery = {
17442
16841
  taskId?: string | null;
17443
16842
  draftSubject?: string | null;
17444
16843
  draftBody?: string | null;
16844
+ sentSubject?: string | null;
17445
16845
  createdAt?: any | null;
17446
16846
  updatedAt?: any | null;
17447
16847
  contactName?: string | null;
@@ -17464,8 +16864,6 @@ export type CombinedCampaignLogsQuery = {
17464
16864
  completedContacts?: number | null;
17465
16865
  lastActivity?: any | null;
17466
16866
  stepsPreview?: any | null;
17467
- subjectLine?: string | null;
17468
- subjectLines?: Array<string | null> | null;
17469
16867
  createdAt?: any | null;
17470
16868
  updatedAt?: any | null;
17471
16869
  steps?: Array<{
@@ -17515,14 +16913,6 @@ export type CombinedCampaignLogsQuery = {
17515
16913
  total?: number | null;
17516
16914
  completionRate?: number | null;
17517
16915
  } | null> | null;
17518
- createdBy?: {
17519
- __typename?: 'UserType';
17520
- id?: string | null;
17521
- email?: string | null;
17522
- firstName?: string | null;
17523
- lastName?: string | null;
17524
- picture?: string | null;
17525
- } | null;
17526
16916
  } | null;
17527
16917
  step?: {
17528
16918
  __typename?: 'CombinedCampaignStepObject';
@@ -17624,14 +17014,6 @@ export type CombinedCampaignLogsQuery = {
17624
17014
  lastActivity?: any | null;
17625
17015
  statusCounts?: any | null;
17626
17016
  } | null;
17627
- createdBy?: {
17628
- __typename?: 'UserType';
17629
- id?: string | null;
17630
- email?: string | null;
17631
- firstName?: string | null;
17632
- lastName?: string | null;
17633
- picture?: string | null;
17634
- } | null;
17635
17017
  } | null;
17636
17018
  callCampaignLog?: {
17637
17019
  __typename?: 'CallCampaignLogObject';
@@ -17799,7 +17181,6 @@ export type CombinedCampaignsQueryVariables = Exact<{
17799
17181
  pagination?: InputMaybe<PaginationInput>;
17800
17182
  status?: InputMaybe<Scalars['String']['input']>;
17801
17183
  sortBy?: InputMaybe<Scalars['String']['input']>;
17802
- createdById?: InputMaybe<Scalars['String']['input']>;
17803
17184
  }>;
17804
17185
  export type CombinedCampaignsQuery = {
17805
17186
  __typename?: 'Query';
@@ -17822,8 +17203,6 @@ export type CombinedCampaignsQuery = {
17822
17203
  completedContacts?: number | null;
17823
17204
  lastActivity?: any | null;
17824
17205
  stepsPreview?: any | null;
17825
- subjectLine?: string | null;
17826
- subjectLines?: Array<string | null> | null;
17827
17206
  createdAt?: any | null;
17828
17207
  updatedAt?: any | null;
17829
17208
  steps?: Array<{
@@ -17873,14 +17252,6 @@ export type CombinedCampaignsQuery = {
17873
17252
  total?: number | null;
17874
17253
  completionRate?: number | null;
17875
17254
  } | null> | null;
17876
- createdBy?: {
17877
- __typename?: 'UserType';
17878
- id?: string | null;
17879
- email?: string | null;
17880
- firstName?: string | null;
17881
- lastName?: string | null;
17882
- picture?: string | null;
17883
- } | null;
17884
17255
  } | null> | null;
17885
17256
  pagination?: {
17886
17257
  __typename?: 'PaginationInfo';
@@ -18097,14 +17468,6 @@ export type CompaniesQuery = {
18097
17468
  lastActivity?: any | null;
18098
17469
  statusCounts?: any | null;
18099
17470
  } | null;
18100
- createdBy?: {
18101
- __typename?: 'UserType';
18102
- id?: string | null;
18103
- email?: string | null;
18104
- firstName?: string | null;
18105
- lastName?: string | null;
18106
- picture?: string | null;
18107
- } | null;
18108
17471
  } | null;
18109
17472
  callCampaignLog?: {
18110
17473
  __typename?: 'CallCampaignLogObject';
@@ -18302,14 +17665,6 @@ export type CompaniesQuery = {
18302
17665
  lastActivity?: any | null;
18303
17666
  statusCounts?: any | null;
18304
17667
  } | null;
18305
- createdBy?: {
18306
- __typename?: 'UserType';
18307
- id?: string | null;
18308
- email?: string | null;
18309
- firstName?: string | null;
18310
- lastName?: string | null;
18311
- picture?: string | null;
18312
- } | null;
18313
17668
  } | null;
18314
17669
  callCampaignLog?: {
18315
17670
  __typename?: 'CallCampaignLogObject';
@@ -18780,14 +18135,6 @@ export type CompanyQuery = {
18780
18135
  lastActivity?: any | null;
18781
18136
  statusCounts?: any | null;
18782
18137
  } | null;
18783
- createdBy?: {
18784
- __typename?: 'UserType';
18785
- id?: string | null;
18786
- email?: string | null;
18787
- firstName?: string | null;
18788
- lastName?: string | null;
18789
- picture?: string | null;
18790
- } | null;
18791
18138
  } | null;
18792
18139
  callCampaignLog?: {
18793
18140
  __typename?: 'CallCampaignLogObject';
@@ -18985,14 +18332,6 @@ export type CompanyQuery = {
18985
18332
  lastActivity?: any | null;
18986
18333
  statusCounts?: any | null;
18987
18334
  } | null;
18988
- createdBy?: {
18989
- __typename?: 'UserType';
18990
- id?: string | null;
18991
- email?: string | null;
18992
- firstName?: string | null;
18993
- lastName?: string | null;
18994
- picture?: string | null;
18995
- } | null;
18996
18335
  } | null;
18997
18336
  callCampaignLog?: {
18998
18337
  __typename?: 'CallCampaignLogObject';
@@ -19424,14 +18763,6 @@ export type CompanyNoteQuery = {
19424
18763
  lastActivity?: any | null;
19425
18764
  statusCounts?: any | null;
19426
18765
  } | null;
19427
- createdBy?: {
19428
- __typename?: 'UserType';
19429
- id?: string | null;
19430
- email?: string | null;
19431
- firstName?: string | null;
19432
- lastName?: string | null;
19433
- picture?: string | null;
19434
- } | null;
19435
18766
  } | null;
19436
18767
  callCampaignLog?: {
19437
18768
  __typename?: 'CallCampaignLogObject';
@@ -19587,14 +18918,6 @@ export type CompanyNotesQuery = {
19587
18918
  lastActivity?: any | null;
19588
18919
  statusCounts?: any | null;
19589
18920
  } | null;
19590
- createdBy?: {
19591
- __typename?: 'UserType';
19592
- id?: string | null;
19593
- email?: string | null;
19594
- firstName?: string | null;
19595
- lastName?: string | null;
19596
- picture?: string | null;
19597
- } | null;
19598
18921
  } | null;
19599
18922
  callCampaignLog?: {
19600
18923
  __typename?: 'CallCampaignLogObject';
@@ -19842,14 +19165,6 @@ export type CompanySearchQuery = {
19842
19165
  lastActivity?: any | null;
19843
19166
  statusCounts?: any | null;
19844
19167
  } | null;
19845
- createdBy?: {
19846
- __typename?: 'UserType';
19847
- id?: string | null;
19848
- email?: string | null;
19849
- firstName?: string | null;
19850
- lastName?: string | null;
19851
- picture?: string | null;
19852
- } | null;
19853
19168
  } | null;
19854
19169
  callCampaignLog?: {
19855
19170
  __typename?: 'CallCampaignLogObject';
@@ -20047,14 +19362,6 @@ export type CompanySearchQuery = {
20047
19362
  lastActivity?: any | null;
20048
19363
  statusCounts?: any | null;
20049
19364
  } | null;
20050
- createdBy?: {
20051
- __typename?: 'UserType';
20052
- id?: string | null;
20053
- email?: string | null;
20054
- firstName?: string | null;
20055
- lastName?: string | null;
20056
- picture?: string | null;
20057
- } | null;
20058
19365
  } | null;
20059
19366
  callCampaignLog?: {
20060
19367
  __typename?: 'CallCampaignLogObject';
@@ -21269,14 +20576,6 @@ export type MysupplierQuery = {
21269
20576
  lastActivity?: any | null;
21270
20577
  statusCounts?: any | null;
21271
20578
  } | null;
21272
- createdBy?: {
21273
- __typename?: 'UserType';
21274
- id?: string | null;
21275
- email?: string | null;
21276
- firstName?: string | null;
21277
- lastName?: string | null;
21278
- picture?: string | null;
21279
- } | null;
21280
20579
  } | null;
21281
20580
  callCampaignLog?: {
21282
20581
  __typename?: 'CallCampaignLogObject';
@@ -21474,14 +20773,6 @@ export type MysupplierQuery = {
21474
20773
  lastActivity?: any | null;
21475
20774
  statusCounts?: any | null;
21476
20775
  } | null;
21477
- createdBy?: {
21478
- __typename?: 'UserType';
21479
- id?: string | null;
21480
- email?: string | null;
21481
- firstName?: string | null;
21482
- lastName?: string | null;
21483
- picture?: string | null;
21484
- } | null;
21485
20776
  } | null;
21486
20777
  callCampaignLog?: {
21487
20778
  __typename?: 'CallCampaignLogObject';
@@ -21944,14 +21235,6 @@ export type MysupplierListQuery = {
21944
21235
  lastActivity?: any | null;
21945
21236
  statusCounts?: any | null;
21946
21237
  } | null;
21947
- createdBy?: {
21948
- __typename?: 'UserType';
21949
- id?: string | null;
21950
- email?: string | null;
21951
- firstName?: string | null;
21952
- lastName?: string | null;
21953
- picture?: string | null;
21954
- } | null;
21955
21238
  } | null;
21956
21239
  callCampaignLog?: {
21957
21240
  __typename?: 'CallCampaignLogObject';
@@ -22149,14 +21432,6 @@ export type MysupplierListQuery = {
22149
21432
  lastActivity?: any | null;
22150
21433
  statusCounts?: any | null;
22151
21434
  } | null;
22152
- createdBy?: {
22153
- __typename?: 'UserType';
22154
- id?: string | null;
22155
- email?: string | null;
22156
- firstName?: string | null;
22157
- lastName?: string | null;
22158
- picture?: string | null;
22159
- } | null;
22160
21435
  } | null;
22161
21436
  callCampaignLog?: {
22162
21437
  __typename?: 'CallCampaignLogObject';
@@ -22838,14 +22113,6 @@ export type RecentHistoryQuery = {
22838
22113
  lastActivity?: any | null;
22839
22114
  statusCounts?: any | null;
22840
22115
  } | null;
22841
- createdBy?: {
22842
- __typename?: 'UserType';
22843
- id?: string | null;
22844
- email?: string | null;
22845
- firstName?: string | null;
22846
- lastName?: string | null;
22847
- picture?: string | null;
22848
- } | null;
22849
22116
  } | null;
22850
22117
  callCampaignLog?: {
22851
22118
  __typename?: 'CallCampaignLogObject';
@@ -23043,14 +22310,6 @@ export type RecentHistoryQuery = {
23043
22310
  lastActivity?: any | null;
23044
22311
  statusCounts?: any | null;
23045
22312
  } | null;
23046
- createdBy?: {
23047
- __typename?: 'UserType';
23048
- id?: string | null;
23049
- email?: string | null;
23050
- firstName?: string | null;
23051
- lastName?: string | null;
23052
- picture?: string | null;
23053
- } | null;
23054
22313
  } | null;
23055
22314
  callCampaignLog?: {
23056
22315
  __typename?: 'CallCampaignLogObject';
@@ -24486,14 +23745,6 @@ export type SupplierQuery = {
24486
23745
  lastActivity?: any | null;
24487
23746
  statusCounts?: any | null;
24488
23747
  } | null;
24489
- createdBy?: {
24490
- __typename?: 'UserType';
24491
- id?: string | null;
24492
- email?: string | null;
24493
- firstName?: string | null;
24494
- lastName?: string | null;
24495
- picture?: string | null;
24496
- } | null;
24497
23748
  } | null;
24498
23749
  callCampaignLog?: {
24499
23750
  __typename?: 'CallCampaignLogObject';
@@ -24691,14 +23942,6 @@ export type SupplierQuery = {
24691
23942
  lastActivity?: any | null;
24692
23943
  statusCounts?: any | null;
24693
23944
  } | null;
24694
- createdBy?: {
24695
- __typename?: 'UserType';
24696
- id?: string | null;
24697
- email?: string | null;
24698
- firstName?: string | null;
24699
- lastName?: string | null;
24700
- picture?: string | null;
24701
- } | null;
24702
23945
  } | null;
24703
23946
  callCampaignLog?: {
24704
23947
  __typename?: 'CallCampaignLogObject';
@@ -25270,14 +24513,6 @@ export type SupplierlistQuery = {
25270
24513
  lastActivity?: any | null;
25271
24514
  statusCounts?: any | null;
25272
24515
  } | null;
25273
- createdBy?: {
25274
- __typename?: 'UserType';
25275
- id?: string | null;
25276
- email?: string | null;
25277
- firstName?: string | null;
25278
- lastName?: string | null;
25279
- picture?: string | null;
25280
- } | null;
25281
24516
  } | null;
25282
24517
  callCampaignLog?: {
25283
24518
  __typename?: 'CallCampaignLogObject';
@@ -25475,14 +24710,6 @@ export type SupplierlistQuery = {
25475
24710
  lastActivity?: any | null;
25476
24711
  statusCounts?: any | null;
25477
24712
  } | null;
25478
- createdBy?: {
25479
- __typename?: 'UserType';
25480
- id?: string | null;
25481
- email?: string | null;
25482
- firstName?: string | null;
25483
- lastName?: string | null;
25484
- picture?: string | null;
25485
- } | null;
25486
24713
  } | null;
25487
24714
  callCampaignLog?: {
25488
24715
  __typename?: 'CallCampaignLogObject';
@@ -25945,14 +25172,6 @@ export type SupplierlistListQuery = {
25945
25172
  lastActivity?: any | null;
25946
25173
  statusCounts?: any | null;
25947
25174
  } | null;
25948
- createdBy?: {
25949
- __typename?: 'UserType';
25950
- id?: string | null;
25951
- email?: string | null;
25952
- firstName?: string | null;
25953
- lastName?: string | null;
25954
- picture?: string | null;
25955
- } | null;
25956
25175
  } | null;
25957
25176
  callCampaignLog?: {
25958
25177
  __typename?: 'CallCampaignLogObject';
@@ -26150,14 +25369,6 @@ export type SupplierlistListQuery = {
26150
25369
  lastActivity?: any | null;
26151
25370
  statusCounts?: any | null;
26152
25371
  } | null;
26153
- createdBy?: {
26154
- __typename?: 'UserType';
26155
- id?: string | null;
26156
- email?: string | null;
26157
- firstName?: string | null;
26158
- lastName?: string | null;
26159
- picture?: string | null;
26160
- } | null;
26161
25372
  } | null;
26162
25373
  callCampaignLog?: {
26163
25374
  __typename?: 'CallCampaignLogObject';
@@ -26729,14 +25940,6 @@ export type SuppliersQuery = {
26729
25940
  lastActivity?: any | null;
26730
25941
  statusCounts?: any | null;
26731
25942
  } | null;
26732
- createdBy?: {
26733
- __typename?: 'UserType';
26734
- id?: string | null;
26735
- email?: string | null;
26736
- firstName?: string | null;
26737
- lastName?: string | null;
26738
- picture?: string | null;
26739
- } | null;
26740
25943
  } | null;
26741
25944
  callCampaignLog?: {
26742
25945
  __typename?: 'CallCampaignLogObject';
@@ -26934,14 +26137,6 @@ export type SuppliersQuery = {
26934
26137
  lastActivity?: any | null;
26935
26138
  statusCounts?: any | null;
26936
26139
  } | null;
26937
- createdBy?: {
26938
- __typename?: 'UserType';
26939
- id?: string | null;
26940
- email?: string | null;
26941
- firstName?: string | null;
26942
- lastName?: string | null;
26943
- picture?: string | null;
26944
- } | null;
26945
26140
  } | null;
26946
26141
  callCampaignLog?: {
26947
26142
  __typename?: 'CallCampaignLogObject';
@@ -27304,14 +26499,6 @@ export type TaskQuery = {
27304
26499
  lastActivity?: any | null;
27305
26500
  statusCounts?: any | null;
27306
26501
  } | null;
27307
- createdBy?: {
27308
- __typename?: 'UserType';
27309
- id?: string | null;
27310
- email?: string | null;
27311
- firstName?: string | null;
27312
- lastName?: string | null;
27313
- picture?: string | null;
27314
- } | null;
27315
26502
  } | null;
27316
26503
  callCampaignLog?: {
27317
26504
  __typename?: 'CallCampaignLogObject';
@@ -27467,14 +26654,6 @@ export type TasksQuery = {
27467
26654
  lastActivity?: any | null;
27468
26655
  statusCounts?: any | null;
27469
26656
  } | null;
27470
- createdBy?: {
27471
- __typename?: 'UserType';
27472
- id?: string | null;
27473
- email?: string | null;
27474
- firstName?: string | null;
27475
- lastName?: string | null;
27476
- picture?: string | null;
27477
- } | null;
27478
26657
  } | null;
27479
26658
  callCampaignLog?: {
27480
26659
  __typename?: 'CallCampaignLogObject';
@@ -29705,6 +28884,7 @@ export type SendEmailToEmailThreadMutationFn = Apollo.MutationFunction<SendEmail
29705
28884
  * bccEmails: // value for 'bccEmails'
29706
28885
  * body: // value for 'body'
29707
28886
  * ccEmails: // value for 'ccEmails'
28887
+ * contactLogId: // value for 'contactLogId'
29708
28888
  * mailLogId: // value for 'mailLogId'
29709
28889
  * subject: // value for 'subject'
29710
28890
  * toEmails: // value for 'toEmails'
@@ -29717,7 +28897,8 @@ export declare function useSendEmailToEmailThreadMutation(baseOptions?: Apollo.M
29717
28897
  bccEmails?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>> | InputMaybe<Scalars["String"]["input"]>>;
29718
28898
  body: Scalars["String"]["input"];
29719
28899
  ccEmails?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>> | InputMaybe<Scalars["String"]["input"]>>;
29720
- mailLogId: Scalars["Int"]["input"];
28900
+ contactLogId?: InputMaybe<Scalars["Int"]["input"]>;
28901
+ mailLogId?: InputMaybe<Scalars["Int"]["input"]>;
29721
28902
  subject?: InputMaybe<Scalars["String"]["input"]>;
29722
28903
  toEmails?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>> | InputMaybe<Scalars["String"]["input"]>>;
29723
28904
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
@@ -30310,31 +29491,6 @@ export declare function useUpdateCompanyNoteMutation(baseOptions?: Apollo.Mutati
30310
29491
  export type UpdateCompanyNoteMutationHookResult = ReturnType<typeof useUpdateCompanyNoteMutation>;
30311
29492
  export type UpdateCompanyNoteMutationResult = Apollo.MutationResult<UpdateCompanyNoteMutation>;
30312
29493
  export type UpdateCompanyNoteMutationOptions = Apollo.BaseMutationOptions<UpdateCompanyNoteMutation, UpdateCompanyNoteMutationVariables>;
30313
- export declare const UpdateCompanyProfileDocument: Apollo.DocumentNode;
30314
- export type UpdateCompanyProfileMutationFn = Apollo.MutationFunction<UpdateCompanyProfileMutation, UpdateCompanyProfileMutationVariables>;
30315
- /**
30316
- * __useUpdateCompanyProfileMutation__
30317
- *
30318
- * To run a mutation, you first call `useUpdateCompanyProfileMutation` within a React component and pass it any options that fit your needs.
30319
- * When your component renders, `useUpdateCompanyProfileMutation` returns a tuple that includes:
30320
- * - A mutate function that you can call at any time to execute the mutation
30321
- * - An object with fields that represent the current status of the mutation's execution
30322
- *
30323
- * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
30324
- *
30325
- * @example
30326
- * const [updateCompanyProfileMutation, { data, loading, error }] = useUpdateCompanyProfileMutation({
30327
- * variables: {
30328
- * input: // value for 'input'
30329
- * },
30330
- * });
30331
- */
30332
- export declare function useUpdateCompanyProfileMutation(baseOptions?: Apollo.MutationHookOptions<UpdateCompanyProfileMutation, UpdateCompanyProfileMutationVariables>): Apollo.MutationTuple<UpdateCompanyProfileMutation, Exact<{
30333
- input: CompanyProfileInput;
30334
- }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
30335
- export type UpdateCompanyProfileMutationHookResult = ReturnType<typeof useUpdateCompanyProfileMutation>;
30336
- export type UpdateCompanyProfileMutationResult = Apollo.MutationResult<UpdateCompanyProfileMutation>;
30337
- export type UpdateCompanyProfileMutationOptions = Apollo.BaseMutationOptions<UpdateCompanyProfileMutation, UpdateCompanyProfileMutationVariables>;
30338
29494
  export declare const UpdateContactDocument: Apollo.DocumentNode;
30339
29495
  export type UpdateContactMutationFn = Apollo.MutationFunction<UpdateContactMutation, UpdateContactMutationVariables>;
30340
29496
  /**
@@ -30655,35 +29811,6 @@ export type AccountMembersQueryHookResult = ReturnType<typeof useAccountMembersQ
30655
29811
  export type AccountMembersLazyQueryHookResult = ReturnType<typeof useAccountMembersLazyQuery>;
30656
29812
  export type AccountMembersSuspenseQueryHookResult = ReturnType<typeof useAccountMembersSuspenseQuery>;
30657
29813
  export type AccountMembersQueryResult = Apollo.QueryResult<AccountMembersQuery, AccountMembersQueryVariables>;
30658
- export declare const AccountProfileDocument: Apollo.DocumentNode;
30659
- /**
30660
- * __useAccountProfileQuery__
30661
- *
30662
- * To run a query within a React component, call `useAccountProfileQuery` and pass it any options that fit your needs.
30663
- * When your component renders, `useAccountProfileQuery` returns an object from Apollo Client that contains loading, error, and data properties
30664
- * you can use to render your UI.
30665
- *
30666
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
30667
- *
30668
- * @example
30669
- * const { data, loading, error } = useAccountProfileQuery({
30670
- * variables: {
30671
- * },
30672
- * });
30673
- */
30674
- export declare function useAccountProfileQuery(baseOptions?: Apollo.QueryHookOptions<AccountProfileQuery, AccountProfileQueryVariables>): Apollo.QueryResult<AccountProfileQuery, Exact<{
30675
- [key: string]: never;
30676
- }>>;
30677
- export declare function useAccountProfileLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AccountProfileQuery, AccountProfileQueryVariables>): Apollo.LazyQueryResultTuple<AccountProfileQuery, Exact<{
30678
- [key: string]: never;
30679
- }>>;
30680
- export declare function useAccountProfileSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<AccountProfileQuery, AccountProfileQueryVariables>): Apollo.UseSuspenseQueryResult<AccountProfileQuery | undefined, Exact<{
30681
- [key: string]: never;
30682
- }>>;
30683
- export type AccountProfileQueryHookResult = ReturnType<typeof useAccountProfileQuery>;
30684
- export type AccountProfileLazyQueryHookResult = ReturnType<typeof useAccountProfileLazyQuery>;
30685
- export type AccountProfileSuspenseQueryHookResult = ReturnType<typeof useAccountProfileSuspenseQuery>;
30686
- export type AccountProfileQueryResult = Apollo.QueryResult<AccountProfileQuery, AccountProfileQueryVariables>;
30687
29814
  export declare const AccountSubscriptionDocument: Apollo.DocumentNode;
30688
29815
  /**
30689
29816
  * __useAccountSubscriptionQuery__
@@ -30952,7 +30079,6 @@ export declare const CallCampaignsDocument: Apollo.DocumentNode;
30952
30079
  * pagination: // value for 'pagination'
30953
30080
  * sortBy: // value for 'sortBy'
30954
30081
  * status: // value for 'status'
30955
- * createdById: // value for 'createdById'
30956
30082
  * },
30957
30083
  * });
30958
30084
  */
@@ -30965,19 +30091,16 @@ export declare function useCallCampaignsQuery(baseOptions: Apollo.QueryHookOptio
30965
30091
  pagination: PaginationInput;
30966
30092
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
30967
30093
  status?: InputMaybe<Scalars["String"]["input"]>;
30968
- createdById?: InputMaybe<Scalars["String"]["input"]>;
30969
30094
  }>>;
30970
30095
  export declare function useCallCampaignsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CallCampaignsQuery, CallCampaignsQueryVariables>): Apollo.LazyQueryResultTuple<CallCampaignsQuery, Exact<{
30971
30096
  pagination: PaginationInput;
30972
30097
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
30973
30098
  status?: InputMaybe<Scalars["String"]["input"]>;
30974
- createdById?: InputMaybe<Scalars["String"]["input"]>;
30975
30099
  }>>;
30976
30100
  export declare function useCallCampaignsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<CallCampaignsQuery, CallCampaignsQueryVariables>): Apollo.UseSuspenseQueryResult<CallCampaignsQuery | undefined, Exact<{
30977
30101
  pagination: PaginationInput;
30978
30102
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
30979
30103
  status?: InputMaybe<Scalars["String"]["input"]>;
30980
- createdById?: InputMaybe<Scalars["String"]["input"]>;
30981
30104
  }>>;
30982
30105
  export type CallCampaignsQueryHookResult = ReturnType<typeof useCallCampaignsQuery>;
30983
30106
  export type CallCampaignsLazyQueryHookResult = ReturnType<typeof useCallCampaignsLazyQuery>;
@@ -31189,7 +30312,6 @@ export declare const CampaignsDocument: Apollo.DocumentNode;
31189
30312
  * pagination: // value for 'pagination'
31190
30313
  * status: // value for 'status'
31191
30314
  * sortBy: // value for 'sortBy'
31192
- * createdById: // value for 'createdById'
31193
30315
  * },
31194
30316
  * });
31195
30317
  */
@@ -31202,19 +30324,16 @@ export declare function useCampaignsQuery(baseOptions: Apollo.QueryHookOptions<C
31202
30324
  pagination: PaginationInput;
31203
30325
  status?: InputMaybe<Scalars["String"]["input"]>;
31204
30326
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31205
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31206
30327
  }>>;
31207
30328
  export declare function useCampaignsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CampaignsQuery, CampaignsQueryVariables>): Apollo.LazyQueryResultTuple<CampaignsQuery, Exact<{
31208
30329
  pagination: PaginationInput;
31209
30330
  status?: InputMaybe<Scalars["String"]["input"]>;
31210
30331
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31211
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31212
30332
  }>>;
31213
30333
  export declare function useCampaignsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<CampaignsQuery, CampaignsQueryVariables>): Apollo.UseSuspenseQueryResult<CampaignsQuery | undefined, Exact<{
31214
30334
  pagination: PaginationInput;
31215
30335
  status?: InputMaybe<Scalars["String"]["input"]>;
31216
30336
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31217
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31218
30337
  }>>;
31219
30338
  export type CampaignsQueryHookResult = ReturnType<typeof useCampaignsQuery>;
31220
30339
  export type CampaignsLazyQueryHookResult = ReturnType<typeof useCampaignsLazyQuery>;
@@ -31476,7 +30595,6 @@ export declare const CombinedCampaignsDocument: Apollo.DocumentNode;
31476
30595
  * pagination: // value for 'pagination'
31477
30596
  * status: // value for 'status'
31478
30597
  * sortBy: // value for 'sortBy'
31479
- * createdById: // value for 'createdById'
31480
30598
  * },
31481
30599
  * });
31482
30600
  */
@@ -31484,19 +30602,16 @@ export declare function useCombinedCampaignsQuery(baseOptions?: Apollo.QueryHook
31484
30602
  pagination?: InputMaybe<PaginationInput>;
31485
30603
  status?: InputMaybe<Scalars["String"]["input"]>;
31486
30604
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31487
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31488
30605
  }>>;
31489
30606
  export declare function useCombinedCampaignsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CombinedCampaignsQuery, CombinedCampaignsQueryVariables>): Apollo.LazyQueryResultTuple<CombinedCampaignsQuery, Exact<{
31490
30607
  pagination?: InputMaybe<PaginationInput>;
31491
30608
  status?: InputMaybe<Scalars["String"]["input"]>;
31492
30609
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31493
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31494
30610
  }>>;
31495
30611
  export declare function useCombinedCampaignsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<CombinedCampaignsQuery, CombinedCampaignsQueryVariables>): Apollo.UseSuspenseQueryResult<CombinedCampaignsQuery | undefined, Exact<{
31496
30612
  pagination?: InputMaybe<PaginationInput>;
31497
30613
  status?: InputMaybe<Scalars["String"]["input"]>;
31498
30614
  sortBy?: InputMaybe<Scalars["String"]["input"]>;
31499
- createdById?: InputMaybe<Scalars["String"]["input"]>;
31500
30615
  }>>;
31501
30616
  export type CombinedCampaignsQueryHookResult = ReturnType<typeof useCombinedCampaignsQuery>;
31502
30617
  export type CombinedCampaignsLazyQueryHookResult = ReturnType<typeof useCombinedCampaignsLazyQuery>;