cf-service-sdk 0.0.8 → 0.0.10

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.
@@ -547,6 +547,7 @@ export type CampaignObject = {
547
547
  startedAt?: Maybe<Scalars['DateTime']['output']>;
548
548
  stats?: Maybe<Scalars['GenericScalar']['output']>;
549
549
  status?: Maybe<Scalars['String']['output']>;
550
+ stepsPreview?: Maybe<Scalars['GenericScalar']['output']>;
550
551
  totalBounced?: Maybe<Scalars['Int']['output']>;
551
552
  totalClicked?: Maybe<Scalars['Int']['output']>;
552
553
  totalOpened?: Maybe<Scalars['Int']['output']>;
@@ -888,7 +889,6 @@ export type ContactInput = {
888
889
  isPrimary?: InputMaybe<Scalars['Boolean']['input']>;
889
890
  lastName?: InputMaybe<Scalars['String']['input']>;
890
891
  linkedinUrl?: InputMaybe<Scalars['String']['input']>;
891
- name?: InputMaybe<Scalars['String']['input']>;
892
892
  notes?: InputMaybe<Scalars['String']['input']>;
893
893
  personalEmail?: InputMaybe<Scalars['String']['input']>;
894
894
  personalEmail2?: InputMaybe<Scalars['String']['input']>;
@@ -946,7 +946,6 @@ export type ContactObject = {
946
946
  lastContactedAt?: Maybe<Scalars['DateTime']['output']>;
947
947
  lastName?: Maybe<Scalars['String']['output']>;
948
948
  linkedinUrl?: Maybe<Scalars['String']['output']>;
949
- name?: Maybe<Scalars['String']['output']>;
950
949
  notes?: Maybe<Scalars['String']['output']>;
951
950
  ownedByUser?: Maybe<Scalars['Boolean']['output']>;
952
951
  personalEmail?: Maybe<Scalars['String']['output']>;
@@ -964,8 +963,9 @@ export declare enum ContactSortField {
964
963
  CompanyName = "COMPANY_NAME",
965
964
  CreatedAt = "CREATED_AT",
966
965
  Email = "EMAIL",
966
+ FirstName = "FIRST_NAME",
967
967
  LastContactedAt = "LAST_CONTACTED_AT",
968
- Name = "NAME",
968
+ LastName = "LAST_NAME",
969
969
  Title = "TITLE",
970
970
  UpdatedAt = "UPDATED_AT"
971
971
  }
@@ -2501,6 +2501,7 @@ export type AddSegmentToCampaignMutation = {
2501
2501
  updatedAt?: any | null;
2502
2502
  campaignType?: string | null;
2503
2503
  emailPreview?: any | null;
2504
+ stepsPreview?: any | null;
2504
2505
  totalSent?: number | null;
2505
2506
  totalOpened?: number | null;
2506
2507
  totalClicked?: number | null;
@@ -2566,6 +2567,7 @@ export type CancelCampaignMutation = {
2566
2567
  updatedAt?: any | null;
2567
2568
  campaignType?: string | null;
2568
2569
  emailPreview?: any | null;
2570
+ stepsPreview?: any | null;
2569
2571
  totalSent?: number | null;
2570
2572
  totalOpened?: number | null;
2571
2573
  totalClicked?: number | null;
@@ -2653,6 +2655,7 @@ export type CompleteCampaignMutation = {
2653
2655
  updatedAt?: any | null;
2654
2656
  campaignType?: string | null;
2655
2657
  emailPreview?: any | null;
2658
+ stepsPreview?: any | null;
2656
2659
  totalSent?: number | null;
2657
2660
  totalOpened?: number | null;
2658
2661
  totalClicked?: number | null;
@@ -2837,7 +2840,6 @@ export type CreateCallCampaignLogMutation = {
2837
2840
  contact?: {
2838
2841
  __typename?: 'ContactObject';
2839
2842
  id?: string | null;
2840
- name?: string | null;
2841
2843
  firstName?: string | null;
2842
2844
  lastName?: string | null;
2843
2845
  email?: string | null;
@@ -3052,7 +3054,6 @@ export type CreateCallCampaignLogMutation = {
3052
3054
  contactPerson?: {
3053
3055
  __typename?: 'ContactObject';
3054
3056
  id?: string | null;
3055
- name?: string | null;
3056
3057
  firstName?: string | null;
3057
3058
  lastName?: string | null;
3058
3059
  email?: string | null;
@@ -3131,7 +3132,6 @@ export type CreateCallCampaignLogMutation = {
3131
3132
  contact?: {
3132
3133
  __typename?: 'ContactObject';
3133
3134
  id?: string | null;
3134
- name?: string | null;
3135
3135
  firstName?: string | null;
3136
3136
  lastName?: string | null;
3137
3137
  email?: string | null;
@@ -3211,6 +3211,7 @@ export type CreateCampaignMutation = {
3211
3211
  updatedAt?: any | null;
3212
3212
  campaignType?: string | null;
3213
3213
  emailPreview?: any | null;
3214
+ stepsPreview?: any | null;
3214
3215
  totalSent?: number | null;
3215
3216
  totalOpened?: number | null;
3216
3217
  totalClicked?: number | null;
@@ -3325,7 +3326,6 @@ export type CreateCompanyMutation = {
3325
3326
  contacts?: Array<{
3326
3327
  __typename?: 'ContactObject';
3327
3328
  id?: string | null;
3328
- name?: string | null;
3329
3329
  firstName?: string | null;
3330
3330
  lastName?: string | null;
3331
3331
  email?: string | null;
@@ -3493,7 +3493,6 @@ export type CreateCompanyMutation = {
3493
3493
  contacts?: Array<{
3494
3494
  __typename?: 'ContactObject';
3495
3495
  id?: string | null;
3496
- name?: string | null;
3497
3496
  firstName?: string | null;
3498
3497
  lastName?: string | null;
3499
3498
  email?: string | null;
@@ -3661,7 +3660,6 @@ export type CreateCompanyMutation = {
3661
3660
  contacts?: Array<{
3662
3661
  __typename?: 'ContactObject';
3663
3662
  id?: string | null;
3664
- name?: string | null;
3665
3663
  firstName?: string | null;
3666
3664
  lastName?: string | null;
3667
3665
  email?: string | null;
@@ -3782,7 +3780,6 @@ export type CreateCompanyMutation = {
3782
3780
  contactPerson?: {
3783
3781
  __typename?: 'ContactObject';
3784
3782
  id?: string | null;
3785
- name?: string | null;
3786
3783
  firstName?: string | null;
3787
3784
  lastName?: string | null;
3788
3785
  email?: string | null;
@@ -3861,7 +3858,6 @@ export type CreateCompanyMutation = {
3861
3858
  contact?: {
3862
3859
  __typename?: 'ContactObject';
3863
3860
  id?: string | null;
3864
- name?: string | null;
3865
3861
  firstName?: string | null;
3866
3862
  lastName?: string | null;
3867
3863
  email?: string | null;
@@ -3984,7 +3980,6 @@ export type CreateCompanyMutation = {
3984
3980
  contact?: {
3985
3981
  __typename?: 'ContactObject';
3986
3982
  id?: string | null;
3987
- name?: string | null;
3988
3983
  firstName?: string | null;
3989
3984
  lastName?: string | null;
3990
3985
  email?: string | null;
@@ -4078,7 +4073,6 @@ export type CreateCompanyMutation = {
4078
4073
  contactPerson?: {
4079
4074
  __typename?: 'ContactObject';
4080
4075
  id?: string | null;
4081
- name?: string | null;
4082
4076
  firstName?: string | null;
4083
4077
  lastName?: string | null;
4084
4078
  email?: string | null;
@@ -4177,7 +4171,6 @@ export type CreateCompanyMutation = {
4177
4171
  contact?: {
4178
4172
  __typename?: 'ContactObject';
4179
4173
  id?: string | null;
4180
- name?: string | null;
4181
4174
  firstName?: string | null;
4182
4175
  lastName?: string | null;
4183
4176
  email?: string | null;
@@ -4300,7 +4293,6 @@ export type CreateCompanyMutation = {
4300
4293
  contact?: {
4301
4294
  __typename?: 'ContactObject';
4302
4295
  id?: string | null;
4303
- name?: string | null;
4304
4296
  firstName?: string | null;
4305
4297
  lastName?: string | null;
4306
4298
  email?: string | null;
@@ -4394,7 +4386,6 @@ export type CreateCompanyMutation = {
4394
4386
  contactPerson?: {
4395
4387
  __typename?: 'ContactObject';
4396
4388
  id?: string | null;
4397
- name?: string | null;
4398
4389
  firstName?: string | null;
4399
4390
  lastName?: string | null;
4400
4391
  email?: string | null;
@@ -4513,7 +4504,6 @@ export type CreateCompanyNoteMutation = {
4513
4504
  contactPerson?: {
4514
4505
  __typename?: 'ContactObject';
4515
4506
  id?: string | null;
4516
- name?: string | null;
4517
4507
  firstName?: string | null;
4518
4508
  lastName?: string | null;
4519
4509
  email?: string | null;
@@ -4568,7 +4558,6 @@ export type CreateContactMutation = {
4568
4558
  contact?: {
4569
4559
  __typename?: 'ContactObject';
4570
4560
  id?: string | null;
4571
- name?: string | null;
4572
4561
  firstName?: string | null;
4573
4562
  lastName?: string | null;
4574
4563
  email?: string | null;
@@ -4774,7 +4763,6 @@ export type CreateTaskMutation = {
4774
4763
  contacts?: Array<{
4775
4764
  __typename?: 'ContactObject';
4776
4765
  id?: string | null;
4777
- name?: string | null;
4778
4766
  firstName?: string | null;
4779
4767
  lastName?: string | null;
4780
4768
  email?: string | null;
@@ -4895,7 +4883,6 @@ export type CreateTaskMutation = {
4895
4883
  contactPerson?: {
4896
4884
  __typename?: 'ContactObject';
4897
4885
  id?: string | null;
4898
- name?: string | null;
4899
4886
  firstName?: string | null;
4900
4887
  lastName?: string | null;
4901
4888
  email?: string | null;
@@ -4974,7 +4961,6 @@ export type CreateTaskMutation = {
4974
4961
  contact?: {
4975
4962
  __typename?: 'ContactObject';
4976
4963
  id?: string | null;
4977
- name?: string | null;
4978
4964
  firstName?: string | null;
4979
4965
  lastName?: string | null;
4980
4966
  email?: string | null;
@@ -5097,7 +5083,6 @@ export type CreateTaskMutation = {
5097
5083
  contact?: {
5098
5084
  __typename?: 'ContactObject';
5099
5085
  id?: string | null;
5100
- name?: string | null;
5101
5086
  firstName?: string | null;
5102
5087
  lastName?: string | null;
5103
5088
  email?: string | null;
@@ -5437,6 +5422,7 @@ export type PauseCampaignMutation = {
5437
5422
  updatedAt?: any | null;
5438
5423
  campaignType?: string | null;
5439
5424
  emailPreview?: any | null;
5425
+ stepsPreview?: any | null;
5440
5426
  totalSent?: number | null;
5441
5427
  totalOpened?: number | null;
5442
5428
  totalClicked?: number | null;
@@ -5636,6 +5622,7 @@ export type RemoveSegmentFromCampaignMutation = {
5636
5622
  updatedAt?: any | null;
5637
5623
  campaignType?: string | null;
5638
5624
  emailPreview?: any | null;
5625
+ stepsPreview?: any | null;
5639
5626
  totalSent?: number | null;
5640
5627
  totalOpened?: number | null;
5641
5628
  totalClicked?: number | null;
@@ -5724,6 +5711,7 @@ export type ScheduleCampaignMutation = {
5724
5711
  updatedAt?: any | null;
5725
5712
  campaignType?: string | null;
5726
5713
  emailPreview?: any | null;
5714
+ stepsPreview?: any | null;
5727
5715
  totalSent?: number | null;
5728
5716
  totalOpened?: number | null;
5729
5717
  totalClicked?: number | null;
@@ -5812,6 +5800,7 @@ export type SendEmailToContactMutation = {
5812
5800
  updatedAt?: any | null;
5813
5801
  campaignType?: string | null;
5814
5802
  emailPreview?: any | null;
5803
+ stepsPreview?: any | null;
5815
5804
  totalSent?: number | null;
5816
5805
  totalOpened?: number | null;
5817
5806
  totalClicked?: number | null;
@@ -5852,7 +5841,6 @@ export type SendEmailToContactMutation = {
5852
5841
  contact?: {
5853
5842
  __typename?: 'ContactObject';
5854
5843
  id?: string | null;
5855
- name?: string | null;
5856
5844
  firstName?: string | null;
5857
5845
  lastName?: string | null;
5858
5846
  email?: string | null;
@@ -5950,6 +5938,7 @@ export type StartCampaignMutation = {
5950
5938
  updatedAt?: any | null;
5951
5939
  campaignType?: string | null;
5952
5940
  emailPreview?: any | null;
5941
+ stepsPreview?: any | null;
5953
5942
  totalSent?: number | null;
5954
5943
  totalOpened?: number | null;
5955
5944
  totalClicked?: number | null;
@@ -6159,7 +6148,6 @@ export type UpdateCallCampaignLogMutation = {
6159
6148
  contact?: {
6160
6149
  __typename?: 'ContactObject';
6161
6150
  id?: string | null;
6162
- name?: string | null;
6163
6151
  firstName?: string | null;
6164
6152
  lastName?: string | null;
6165
6153
  email?: string | null;
@@ -6374,7 +6362,6 @@ export type UpdateCallCampaignLogMutation = {
6374
6362
  contactPerson?: {
6375
6363
  __typename?: 'ContactObject';
6376
6364
  id?: string | null;
6377
- name?: string | null;
6378
6365
  firstName?: string | null;
6379
6366
  lastName?: string | null;
6380
6367
  email?: string | null;
@@ -6453,7 +6440,6 @@ export type UpdateCallCampaignLogMutation = {
6453
6440
  contact?: {
6454
6441
  __typename?: 'ContactObject';
6455
6442
  id?: string | null;
6456
- name?: string | null;
6457
6443
  firstName?: string | null;
6458
6444
  lastName?: string | null;
6459
6445
  email?: string | null;
@@ -6533,6 +6519,7 @@ export type UpdateCampaignMutation = {
6533
6519
  updatedAt?: any | null;
6534
6520
  campaignType?: string | null;
6535
6521
  emailPreview?: any | null;
6522
+ stepsPreview?: any | null;
6536
6523
  totalSent?: number | null;
6537
6524
  totalOpened?: number | null;
6538
6525
  totalClicked?: number | null;
@@ -6647,7 +6634,6 @@ export type UpdateCompanyMutation = {
6647
6634
  contacts?: Array<{
6648
6635
  __typename?: 'ContactObject';
6649
6636
  id?: string | null;
6650
- name?: string | null;
6651
6637
  firstName?: string | null;
6652
6638
  lastName?: string | null;
6653
6639
  email?: string | null;
@@ -6815,7 +6801,6 @@ export type UpdateCompanyMutation = {
6815
6801
  contacts?: Array<{
6816
6802
  __typename?: 'ContactObject';
6817
6803
  id?: string | null;
6818
- name?: string | null;
6819
6804
  firstName?: string | null;
6820
6805
  lastName?: string | null;
6821
6806
  email?: string | null;
@@ -6983,7 +6968,6 @@ export type UpdateCompanyMutation = {
6983
6968
  contacts?: Array<{
6984
6969
  __typename?: 'ContactObject';
6985
6970
  id?: string | null;
6986
- name?: string | null;
6987
6971
  firstName?: string | null;
6988
6972
  lastName?: string | null;
6989
6973
  email?: string | null;
@@ -7104,7 +7088,6 @@ export type UpdateCompanyMutation = {
7104
7088
  contactPerson?: {
7105
7089
  __typename?: 'ContactObject';
7106
7090
  id?: string | null;
7107
- name?: string | null;
7108
7091
  firstName?: string | null;
7109
7092
  lastName?: string | null;
7110
7093
  email?: string | null;
@@ -7183,7 +7166,6 @@ export type UpdateCompanyMutation = {
7183
7166
  contact?: {
7184
7167
  __typename?: 'ContactObject';
7185
7168
  id?: string | null;
7186
- name?: string | null;
7187
7169
  firstName?: string | null;
7188
7170
  lastName?: string | null;
7189
7171
  email?: string | null;
@@ -7306,7 +7288,6 @@ export type UpdateCompanyMutation = {
7306
7288
  contact?: {
7307
7289
  __typename?: 'ContactObject';
7308
7290
  id?: string | null;
7309
- name?: string | null;
7310
7291
  firstName?: string | null;
7311
7292
  lastName?: string | null;
7312
7293
  email?: string | null;
@@ -7400,7 +7381,6 @@ export type UpdateCompanyMutation = {
7400
7381
  contactPerson?: {
7401
7382
  __typename?: 'ContactObject';
7402
7383
  id?: string | null;
7403
- name?: string | null;
7404
7384
  firstName?: string | null;
7405
7385
  lastName?: string | null;
7406
7386
  email?: string | null;
@@ -7499,7 +7479,6 @@ export type UpdateCompanyMutation = {
7499
7479
  contact?: {
7500
7480
  __typename?: 'ContactObject';
7501
7481
  id?: string | null;
7502
- name?: string | null;
7503
7482
  firstName?: string | null;
7504
7483
  lastName?: string | null;
7505
7484
  email?: string | null;
@@ -7622,7 +7601,6 @@ export type UpdateCompanyMutation = {
7622
7601
  contact?: {
7623
7602
  __typename?: 'ContactObject';
7624
7603
  id?: string | null;
7625
- name?: string | null;
7626
7604
  firstName?: string | null;
7627
7605
  lastName?: string | null;
7628
7606
  email?: string | null;
@@ -7716,7 +7694,6 @@ export type UpdateCompanyMutation = {
7716
7694
  contactPerson?: {
7717
7695
  __typename?: 'ContactObject';
7718
7696
  id?: string | null;
7719
- name?: string | null;
7720
7697
  firstName?: string | null;
7721
7698
  lastName?: string | null;
7722
7699
  email?: string | null;
@@ -7835,7 +7812,6 @@ export type UpdateCompanyNoteMutation = {
7835
7812
  contactPerson?: {
7836
7813
  __typename?: 'ContactObject';
7837
7814
  id?: string | null;
7838
- name?: string | null;
7839
7815
  firstName?: string | null;
7840
7816
  lastName?: string | null;
7841
7817
  email?: string | null;
@@ -7890,7 +7866,6 @@ export type UpdateContactMutation = {
7890
7866
  contact?: {
7891
7867
  __typename?: 'ContactObject';
7892
7868
  id?: string | null;
7893
- name?: string | null;
7894
7869
  firstName?: string | null;
7895
7870
  lastName?: string | null;
7896
7871
  email?: string | null;
@@ -8074,7 +8049,6 @@ export type UpdateTaskMutation = {
8074
8049
  contacts?: Array<{
8075
8050
  __typename?: 'ContactObject';
8076
8051
  id?: string | null;
8077
- name?: string | null;
8078
8052
  firstName?: string | null;
8079
8053
  lastName?: string | null;
8080
8054
  email?: string | null;
@@ -8195,7 +8169,6 @@ export type UpdateTaskMutation = {
8195
8169
  contactPerson?: {
8196
8170
  __typename?: 'ContactObject';
8197
8171
  id?: string | null;
8198
- name?: string | null;
8199
8172
  firstName?: string | null;
8200
8173
  lastName?: string | null;
8201
8174
  email?: string | null;
@@ -8274,7 +8247,6 @@ export type UpdateTaskMutation = {
8274
8247
  contact?: {
8275
8248
  __typename?: 'ContactObject';
8276
8249
  id?: string | null;
8277
- name?: string | null;
8278
8250
  firstName?: string | null;
8279
8251
  lastName?: string | null;
8280
8252
  email?: string | null;
@@ -8397,7 +8369,6 @@ export type UpdateTaskMutation = {
8397
8369
  contact?: {
8398
8370
  __typename?: 'ContactObject';
8399
8371
  id?: string | null;
8400
- name?: string | null;
8401
8372
  firstName?: string | null;
8402
8373
  lastName?: string | null;
8403
8374
  email?: string | null;
@@ -8733,7 +8704,6 @@ export type CallCampaignLogQuery = {
8733
8704
  contact?: {
8734
8705
  __typename?: 'ContactObject';
8735
8706
  id?: string | null;
8736
- name?: string | null;
8737
8707
  firstName?: string | null;
8738
8708
  lastName?: string | null;
8739
8709
  email?: string | null;
@@ -8948,7 +8918,6 @@ export type CallCampaignLogQuery = {
8948
8918
  contactPerson?: {
8949
8919
  __typename?: 'ContactObject';
8950
8920
  id?: string | null;
8951
- name?: string | null;
8952
8921
  firstName?: string | null;
8953
8922
  lastName?: string | null;
8954
8923
  email?: string | null;
@@ -9027,7 +8996,6 @@ export type CallCampaignLogQuery = {
9027
8996
  contact?: {
9028
8997
  __typename?: 'ContactObject';
9029
8998
  id?: string | null;
9030
- name?: string | null;
9031
8999
  firstName?: string | null;
9032
9000
  lastName?: string | null;
9033
9001
  email?: string | null;
@@ -9163,7 +9131,6 @@ export type CallCampaignLogsQuery = {
9163
9131
  contact?: {
9164
9132
  __typename?: 'ContactObject';
9165
9133
  id?: string | null;
9166
- name?: string | null;
9167
9134
  firstName?: string | null;
9168
9135
  lastName?: string | null;
9169
9136
  email?: string | null;
@@ -9378,7 +9345,6 @@ export type CallCampaignLogsQuery = {
9378
9345
  contactPerson?: {
9379
9346
  __typename?: 'ContactObject';
9380
9347
  id?: string | null;
9381
- name?: string | null;
9382
9348
  firstName?: string | null;
9383
9349
  lastName?: string | null;
9384
9350
  email?: string | null;
@@ -9457,7 +9423,6 @@ export type CallCampaignLogsQuery = {
9457
9423
  contact?: {
9458
9424
  __typename?: 'ContactObject';
9459
9425
  id?: string | null;
9460
- name?: string | null;
9461
9426
  firstName?: string | null;
9462
9427
  lastName?: string | null;
9463
9428
  email?: string | null;
@@ -9612,6 +9577,7 @@ export type CampaignQuery = {
9612
9577
  updatedAt?: any | null;
9613
9578
  campaignType?: string | null;
9614
9579
  emailPreview?: any | null;
9580
+ stepsPreview?: any | null;
9615
9581
  totalSent?: number | null;
9616
9582
  totalOpened?: number | null;
9617
9583
  totalClicked?: number | null;
@@ -9702,7 +9668,6 @@ export type CampaignLogsQuery = {
9702
9668
  contact?: {
9703
9669
  __typename?: 'ContactObject';
9704
9670
  id?: string | null;
9705
- name?: string | null;
9706
9671
  firstName?: string | null;
9707
9672
  lastName?: string | null;
9708
9673
  email?: string | null;
@@ -9792,6 +9757,7 @@ export type CampaignLogsQuery = {
9792
9757
  updatedAt?: any | null;
9793
9758
  campaignType?: string | null;
9794
9759
  emailPreview?: any | null;
9760
+ stepsPreview?: any | null;
9795
9761
  totalSent?: number | null;
9796
9762
  totalOpened?: number | null;
9797
9763
  totalClicked?: number | null;
@@ -9832,7 +9798,6 @@ export type CampaignLogsQuery = {
9832
9798
  contact?: {
9833
9799
  __typename?: 'ContactObject';
9834
9800
  id?: string | null;
9835
- name?: string | null;
9836
9801
  firstName?: string | null;
9837
9802
  lastName?: string | null;
9838
9803
  email?: string | null;
@@ -9941,6 +9906,7 @@ export type CampaignsQuery = {
9941
9906
  updatedAt?: any | null;
9942
9907
  campaignType?: string | null;
9943
9908
  emailPreview?: any | null;
9909
+ stepsPreview?: any | null;
9944
9910
  totalSent?: number | null;
9945
9911
  totalOpened?: number | null;
9946
9912
  totalClicked?: number | null;
@@ -10066,7 +10032,6 @@ export type CompaniesQuery = {
10066
10032
  contacts?: Array<{
10067
10033
  __typename?: 'ContactObject';
10068
10034
  id?: string | null;
10069
- name?: string | null;
10070
10035
  firstName?: string | null;
10071
10036
  lastName?: string | null;
10072
10037
  email?: string | null;
@@ -10234,7 +10199,6 @@ export type CompaniesQuery = {
10234
10199
  contacts?: Array<{
10235
10200
  __typename?: 'ContactObject';
10236
10201
  id?: string | null;
10237
- name?: string | null;
10238
10202
  firstName?: string | null;
10239
10203
  lastName?: string | null;
10240
10204
  email?: string | null;
@@ -10402,7 +10366,6 @@ export type CompaniesQuery = {
10402
10366
  contacts?: Array<{
10403
10367
  __typename?: 'ContactObject';
10404
10368
  id?: string | null;
10405
- name?: string | null;
10406
10369
  firstName?: string | null;
10407
10370
  lastName?: string | null;
10408
10371
  email?: string | null;
@@ -10523,7 +10486,6 @@ export type CompaniesQuery = {
10523
10486
  contactPerson?: {
10524
10487
  __typename?: 'ContactObject';
10525
10488
  id?: string | null;
10526
- name?: string | null;
10527
10489
  firstName?: string | null;
10528
10490
  lastName?: string | null;
10529
10491
  email?: string | null;
@@ -10602,7 +10564,6 @@ export type CompaniesQuery = {
10602
10564
  contact?: {
10603
10565
  __typename?: 'ContactObject';
10604
10566
  id?: string | null;
10605
- name?: string | null;
10606
10567
  firstName?: string | null;
10607
10568
  lastName?: string | null;
10608
10569
  email?: string | null;
@@ -10725,7 +10686,6 @@ export type CompaniesQuery = {
10725
10686
  contact?: {
10726
10687
  __typename?: 'ContactObject';
10727
10688
  id?: string | null;
10728
- name?: string | null;
10729
10689
  firstName?: string | null;
10730
10690
  lastName?: string | null;
10731
10691
  email?: string | null;
@@ -10819,7 +10779,6 @@ export type CompaniesQuery = {
10819
10779
  contactPerson?: {
10820
10780
  __typename?: 'ContactObject';
10821
10781
  id?: string | null;
10822
- name?: string | null;
10823
10782
  firstName?: string | null;
10824
10783
  lastName?: string | null;
10825
10784
  email?: string | null;
@@ -10918,7 +10877,6 @@ export type CompaniesQuery = {
10918
10877
  contact?: {
10919
10878
  __typename?: 'ContactObject';
10920
10879
  id?: string | null;
10921
- name?: string | null;
10922
10880
  firstName?: string | null;
10923
10881
  lastName?: string | null;
10924
10882
  email?: string | null;
@@ -11041,7 +10999,6 @@ export type CompaniesQuery = {
11041
10999
  contact?: {
11042
11000
  __typename?: 'ContactObject';
11043
11001
  id?: string | null;
11044
- name?: string | null;
11045
11002
  firstName?: string | null;
11046
11003
  lastName?: string | null;
11047
11004
  email?: string | null;
@@ -11135,7 +11092,6 @@ export type CompaniesQuery = {
11135
11092
  contactPerson?: {
11136
11093
  __typename?: 'ContactObject';
11137
11094
  id?: string | null;
11138
- name?: string | null;
11139
11095
  firstName?: string | null;
11140
11096
  lastName?: string | null;
11141
11097
  email?: string | null;
@@ -11295,7 +11251,6 @@ export type CompanyQuery = {
11295
11251
  contacts?: Array<{
11296
11252
  __typename?: 'ContactObject';
11297
11253
  id?: string | null;
11298
- name?: string | null;
11299
11254
  firstName?: string | null;
11300
11255
  lastName?: string | null;
11301
11256
  email?: string | null;
@@ -11463,7 +11418,6 @@ export type CompanyQuery = {
11463
11418
  contacts?: Array<{
11464
11419
  __typename?: 'ContactObject';
11465
11420
  id?: string | null;
11466
- name?: string | null;
11467
11421
  firstName?: string | null;
11468
11422
  lastName?: string | null;
11469
11423
  email?: string | null;
@@ -11631,7 +11585,6 @@ export type CompanyQuery = {
11631
11585
  contacts?: Array<{
11632
11586
  __typename?: 'ContactObject';
11633
11587
  id?: string | null;
11634
- name?: string | null;
11635
11588
  firstName?: string | null;
11636
11589
  lastName?: string | null;
11637
11590
  email?: string | null;
@@ -11752,7 +11705,6 @@ export type CompanyQuery = {
11752
11705
  contactPerson?: {
11753
11706
  __typename?: 'ContactObject';
11754
11707
  id?: string | null;
11755
- name?: string | null;
11756
11708
  firstName?: string | null;
11757
11709
  lastName?: string | null;
11758
11710
  email?: string | null;
@@ -11831,7 +11783,6 @@ export type CompanyQuery = {
11831
11783
  contact?: {
11832
11784
  __typename?: 'ContactObject';
11833
11785
  id?: string | null;
11834
- name?: string | null;
11835
11786
  firstName?: string | null;
11836
11787
  lastName?: string | null;
11837
11788
  email?: string | null;
@@ -11954,7 +11905,6 @@ export type CompanyQuery = {
11954
11905
  contact?: {
11955
11906
  __typename?: 'ContactObject';
11956
11907
  id?: string | null;
11957
- name?: string | null;
11958
11908
  firstName?: string | null;
11959
11909
  lastName?: string | null;
11960
11910
  email?: string | null;
@@ -12048,7 +11998,6 @@ export type CompanyQuery = {
12048
11998
  contactPerson?: {
12049
11999
  __typename?: 'ContactObject';
12050
12000
  id?: string | null;
12051
- name?: string | null;
12052
12001
  firstName?: string | null;
12053
12002
  lastName?: string | null;
12054
12003
  email?: string | null;
@@ -12147,7 +12096,6 @@ export type CompanyQuery = {
12147
12096
  contact?: {
12148
12097
  __typename?: 'ContactObject';
12149
12098
  id?: string | null;
12150
- name?: string | null;
12151
12099
  firstName?: string | null;
12152
12100
  lastName?: string | null;
12153
12101
  email?: string | null;
@@ -12270,7 +12218,6 @@ export type CompanyQuery = {
12270
12218
  contact?: {
12271
12219
  __typename?: 'ContactObject';
12272
12220
  id?: string | null;
12273
- name?: string | null;
12274
12221
  firstName?: string | null;
12275
12222
  lastName?: string | null;
12276
12223
  email?: string | null;
@@ -12364,7 +12311,6 @@ export type CompanyQuery = {
12364
12311
  contactPerson?: {
12365
12312
  __typename?: 'ContactObject';
12366
12313
  id?: string | null;
12367
- name?: string | null;
12368
12314
  firstName?: string | null;
12369
12315
  lastName?: string | null;
12370
12316
  email?: string | null;
@@ -12480,7 +12426,6 @@ export type CompanyNoteQuery = {
12480
12426
  contactPerson?: {
12481
12427
  __typename?: 'ContactObject';
12482
12428
  id?: string | null;
12483
- name?: string | null;
12484
12429
  firstName?: string | null;
12485
12430
  lastName?: string | null;
12486
12431
  email?: string | null;
@@ -12567,7 +12512,6 @@ export type CompanyNotesQuery = {
12567
12512
  contactPerson?: {
12568
12513
  __typename?: 'ContactObject';
12569
12514
  id?: string | null;
12570
- name?: string | null;
12571
12515
  firstName?: string | null;
12572
12516
  lastName?: string | null;
12573
12517
  email?: string | null;
@@ -12629,7 +12573,6 @@ export type ContactQuery = {
12629
12573
  contact?: {
12630
12574
  __typename?: 'ContactObject';
12631
12575
  id?: string | null;
12632
- name?: string | null;
12633
12576
  firstName?: string | null;
12634
12577
  lastName?: string | null;
12635
12578
  email?: string | null;
@@ -12680,7 +12623,6 @@ export type ContactsQuery = {
12680
12623
  contacts?: Array<{
12681
12624
  __typename?: 'ContactObject';
12682
12625
  id?: string | null;
12683
- name?: string | null;
12684
12626
  firstName?: string | null;
12685
12627
  lastName?: string | null;
12686
12628
  email?: string | null;
@@ -12734,7 +12676,6 @@ export type ContactsInSegmentQuery = {
12734
12676
  items?: Array<{
12735
12677
  __typename?: 'ContactObject';
12736
12678
  id?: string | null;
12737
- name?: string | null;
12738
12679
  firstName?: string | null;
12739
12680
  lastName?: string | null;
12740
12681
  email?: string | null;
@@ -13074,7 +13015,6 @@ export type SearchContactsQuery = {
13074
13015
  items?: Array<{
13075
13016
  __typename?: 'ContactObject';
13076
13017
  id?: string | null;
13077
- name?: string | null;
13078
13018
  firstName?: string | null;
13079
13019
  lastName?: string | null;
13080
13020
  email?: string | null;
@@ -13269,7 +13209,6 @@ export type TaskQuery = {
13269
13209
  contacts?: Array<{
13270
13210
  __typename?: 'ContactObject';
13271
13211
  id?: string | null;
13272
- name?: string | null;
13273
13212
  firstName?: string | null;
13274
13213
  lastName?: string | null;
13275
13214
  email?: string | null;
@@ -13390,7 +13329,6 @@ export type TaskQuery = {
13390
13329
  contactPerson?: {
13391
13330
  __typename?: 'ContactObject';
13392
13331
  id?: string | null;
13393
- name?: string | null;
13394
13332
  firstName?: string | null;
13395
13333
  lastName?: string | null;
13396
13334
  email?: string | null;
@@ -13469,7 +13407,6 @@ export type TaskQuery = {
13469
13407
  contact?: {
13470
13408
  __typename?: 'ContactObject';
13471
13409
  id?: string | null;
13472
- name?: string | null;
13473
13410
  firstName?: string | null;
13474
13411
  lastName?: string | null;
13475
13412
  email?: string | null;
@@ -13592,7 +13529,6 @@ export type TaskQuery = {
13592
13529
  contact?: {
13593
13530
  __typename?: 'ContactObject';
13594
13531
  id?: string | null;
13595
- name?: string | null;
13596
13532
  firstName?: string | null;
13597
13533
  lastName?: string | null;
13598
13534
  email?: string | null;
@@ -13739,7 +13675,6 @@ export type TasksQuery = {
13739
13675
  contacts?: Array<{
13740
13676
  __typename?: 'ContactObject';
13741
13677
  id?: string | null;
13742
- name?: string | null;
13743
13678
  firstName?: string | null;
13744
13679
  lastName?: string | null;
13745
13680
  email?: string | null;
@@ -13860,7 +13795,6 @@ export type TasksQuery = {
13860
13795
  contactPerson?: {
13861
13796
  __typename?: 'ContactObject';
13862
13797
  id?: string | null;
13863
- name?: string | null;
13864
13798
  firstName?: string | null;
13865
13799
  lastName?: string | null;
13866
13800
  email?: string | null;
@@ -13939,7 +13873,6 @@ export type TasksQuery = {
13939
13873
  contact?: {
13940
13874
  __typename?: 'ContactObject';
13941
13875
  id?: string | null;
13942
- name?: string | null;
13943
13876
  firstName?: string | null;
13944
13877
  lastName?: string | null;
13945
13878
  email?: string | null;
@@ -14062,7 +13995,6 @@ export type TasksQuery = {
14062
13995
  contact?: {
14063
13996
  __typename?: 'ContactObject';
14064
13997
  id?: string | null;
14065
- name?: string | null;
14066
13998
  firstName?: string | null;
14067
13999
  lastName?: string | null;
14068
14000
  email?: string | null;