cf-service-sdk 0.0.9 → 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.
- package/dist/generated/graphql.d.ts +2 -84
- package/dist/generated/graphql.js +2 -82
- package/dist/mutations.js +0 -39
- package/dist/queries.js +0 -42
- package/package.json +1 -1
|
@@ -889,7 +889,6 @@ export type ContactInput = {
|
|
|
889
889
|
isPrimary?: InputMaybe<Scalars['Boolean']['input']>;
|
|
890
890
|
lastName?: InputMaybe<Scalars['String']['input']>;
|
|
891
891
|
linkedinUrl?: InputMaybe<Scalars['String']['input']>;
|
|
892
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
893
892
|
notes?: InputMaybe<Scalars['String']['input']>;
|
|
894
893
|
personalEmail?: InputMaybe<Scalars['String']['input']>;
|
|
895
894
|
personalEmail2?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -947,7 +946,6 @@ export type ContactObject = {
|
|
|
947
946
|
lastContactedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
948
947
|
lastName?: Maybe<Scalars['String']['output']>;
|
|
949
948
|
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
950
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
951
949
|
notes?: Maybe<Scalars['String']['output']>;
|
|
952
950
|
ownedByUser?: Maybe<Scalars['Boolean']['output']>;
|
|
953
951
|
personalEmail?: Maybe<Scalars['String']['output']>;
|
|
@@ -965,8 +963,9 @@ export declare enum ContactSortField {
|
|
|
965
963
|
CompanyName = "COMPANY_NAME",
|
|
966
964
|
CreatedAt = "CREATED_AT",
|
|
967
965
|
Email = "EMAIL",
|
|
966
|
+
FirstName = "FIRST_NAME",
|
|
968
967
|
LastContactedAt = "LAST_CONTACTED_AT",
|
|
969
|
-
|
|
968
|
+
LastName = "LAST_NAME",
|
|
970
969
|
Title = "TITLE",
|
|
971
970
|
UpdatedAt = "UPDATED_AT"
|
|
972
971
|
}
|
|
@@ -2841,7 +2840,6 @@ export type CreateCallCampaignLogMutation = {
|
|
|
2841
2840
|
contact?: {
|
|
2842
2841
|
__typename?: 'ContactObject';
|
|
2843
2842
|
id?: string | null;
|
|
2844
|
-
name?: string | null;
|
|
2845
2843
|
firstName?: string | null;
|
|
2846
2844
|
lastName?: string | null;
|
|
2847
2845
|
email?: string | null;
|
|
@@ -3056,7 +3054,6 @@ export type CreateCallCampaignLogMutation = {
|
|
|
3056
3054
|
contactPerson?: {
|
|
3057
3055
|
__typename?: 'ContactObject';
|
|
3058
3056
|
id?: string | null;
|
|
3059
|
-
name?: string | null;
|
|
3060
3057
|
firstName?: string | null;
|
|
3061
3058
|
lastName?: string | null;
|
|
3062
3059
|
email?: string | null;
|
|
@@ -3135,7 +3132,6 @@ export type CreateCallCampaignLogMutation = {
|
|
|
3135
3132
|
contact?: {
|
|
3136
3133
|
__typename?: 'ContactObject';
|
|
3137
3134
|
id?: string | null;
|
|
3138
|
-
name?: string | null;
|
|
3139
3135
|
firstName?: string | null;
|
|
3140
3136
|
lastName?: string | null;
|
|
3141
3137
|
email?: string | null;
|
|
@@ -3330,7 +3326,6 @@ export type CreateCompanyMutation = {
|
|
|
3330
3326
|
contacts?: Array<{
|
|
3331
3327
|
__typename?: 'ContactObject';
|
|
3332
3328
|
id?: string | null;
|
|
3333
|
-
name?: string | null;
|
|
3334
3329
|
firstName?: string | null;
|
|
3335
3330
|
lastName?: string | null;
|
|
3336
3331
|
email?: string | null;
|
|
@@ -3498,7 +3493,6 @@ export type CreateCompanyMutation = {
|
|
|
3498
3493
|
contacts?: Array<{
|
|
3499
3494
|
__typename?: 'ContactObject';
|
|
3500
3495
|
id?: string | null;
|
|
3501
|
-
name?: string | null;
|
|
3502
3496
|
firstName?: string | null;
|
|
3503
3497
|
lastName?: string | null;
|
|
3504
3498
|
email?: string | null;
|
|
@@ -3666,7 +3660,6 @@ export type CreateCompanyMutation = {
|
|
|
3666
3660
|
contacts?: Array<{
|
|
3667
3661
|
__typename?: 'ContactObject';
|
|
3668
3662
|
id?: string | null;
|
|
3669
|
-
name?: string | null;
|
|
3670
3663
|
firstName?: string | null;
|
|
3671
3664
|
lastName?: string | null;
|
|
3672
3665
|
email?: string | null;
|
|
@@ -3787,7 +3780,6 @@ export type CreateCompanyMutation = {
|
|
|
3787
3780
|
contactPerson?: {
|
|
3788
3781
|
__typename?: 'ContactObject';
|
|
3789
3782
|
id?: string | null;
|
|
3790
|
-
name?: string | null;
|
|
3791
3783
|
firstName?: string | null;
|
|
3792
3784
|
lastName?: string | null;
|
|
3793
3785
|
email?: string | null;
|
|
@@ -3866,7 +3858,6 @@ export type CreateCompanyMutation = {
|
|
|
3866
3858
|
contact?: {
|
|
3867
3859
|
__typename?: 'ContactObject';
|
|
3868
3860
|
id?: string | null;
|
|
3869
|
-
name?: string | null;
|
|
3870
3861
|
firstName?: string | null;
|
|
3871
3862
|
lastName?: string | null;
|
|
3872
3863
|
email?: string | null;
|
|
@@ -3989,7 +3980,6 @@ export type CreateCompanyMutation = {
|
|
|
3989
3980
|
contact?: {
|
|
3990
3981
|
__typename?: 'ContactObject';
|
|
3991
3982
|
id?: string | null;
|
|
3992
|
-
name?: string | null;
|
|
3993
3983
|
firstName?: string | null;
|
|
3994
3984
|
lastName?: string | null;
|
|
3995
3985
|
email?: string | null;
|
|
@@ -4083,7 +4073,6 @@ export type CreateCompanyMutation = {
|
|
|
4083
4073
|
contactPerson?: {
|
|
4084
4074
|
__typename?: 'ContactObject';
|
|
4085
4075
|
id?: string | null;
|
|
4086
|
-
name?: string | null;
|
|
4087
4076
|
firstName?: string | null;
|
|
4088
4077
|
lastName?: string | null;
|
|
4089
4078
|
email?: string | null;
|
|
@@ -4182,7 +4171,6 @@ export type CreateCompanyMutation = {
|
|
|
4182
4171
|
contact?: {
|
|
4183
4172
|
__typename?: 'ContactObject';
|
|
4184
4173
|
id?: string | null;
|
|
4185
|
-
name?: string | null;
|
|
4186
4174
|
firstName?: string | null;
|
|
4187
4175
|
lastName?: string | null;
|
|
4188
4176
|
email?: string | null;
|
|
@@ -4305,7 +4293,6 @@ export type CreateCompanyMutation = {
|
|
|
4305
4293
|
contact?: {
|
|
4306
4294
|
__typename?: 'ContactObject';
|
|
4307
4295
|
id?: string | null;
|
|
4308
|
-
name?: string | null;
|
|
4309
4296
|
firstName?: string | null;
|
|
4310
4297
|
lastName?: string | null;
|
|
4311
4298
|
email?: string | null;
|
|
@@ -4399,7 +4386,6 @@ export type CreateCompanyMutation = {
|
|
|
4399
4386
|
contactPerson?: {
|
|
4400
4387
|
__typename?: 'ContactObject';
|
|
4401
4388
|
id?: string | null;
|
|
4402
|
-
name?: string | null;
|
|
4403
4389
|
firstName?: string | null;
|
|
4404
4390
|
lastName?: string | null;
|
|
4405
4391
|
email?: string | null;
|
|
@@ -4518,7 +4504,6 @@ export type CreateCompanyNoteMutation = {
|
|
|
4518
4504
|
contactPerson?: {
|
|
4519
4505
|
__typename?: 'ContactObject';
|
|
4520
4506
|
id?: string | null;
|
|
4521
|
-
name?: string | null;
|
|
4522
4507
|
firstName?: string | null;
|
|
4523
4508
|
lastName?: string | null;
|
|
4524
4509
|
email?: string | null;
|
|
@@ -4573,7 +4558,6 @@ export type CreateContactMutation = {
|
|
|
4573
4558
|
contact?: {
|
|
4574
4559
|
__typename?: 'ContactObject';
|
|
4575
4560
|
id?: string | null;
|
|
4576
|
-
name?: string | null;
|
|
4577
4561
|
firstName?: string | null;
|
|
4578
4562
|
lastName?: string | null;
|
|
4579
4563
|
email?: string | null;
|
|
@@ -4779,7 +4763,6 @@ export type CreateTaskMutation = {
|
|
|
4779
4763
|
contacts?: Array<{
|
|
4780
4764
|
__typename?: 'ContactObject';
|
|
4781
4765
|
id?: string | null;
|
|
4782
|
-
name?: string | null;
|
|
4783
4766
|
firstName?: string | null;
|
|
4784
4767
|
lastName?: string | null;
|
|
4785
4768
|
email?: string | null;
|
|
@@ -4900,7 +4883,6 @@ export type CreateTaskMutation = {
|
|
|
4900
4883
|
contactPerson?: {
|
|
4901
4884
|
__typename?: 'ContactObject';
|
|
4902
4885
|
id?: string | null;
|
|
4903
|
-
name?: string | null;
|
|
4904
4886
|
firstName?: string | null;
|
|
4905
4887
|
lastName?: string | null;
|
|
4906
4888
|
email?: string | null;
|
|
@@ -4979,7 +4961,6 @@ export type CreateTaskMutation = {
|
|
|
4979
4961
|
contact?: {
|
|
4980
4962
|
__typename?: 'ContactObject';
|
|
4981
4963
|
id?: string | null;
|
|
4982
|
-
name?: string | null;
|
|
4983
4964
|
firstName?: string | null;
|
|
4984
4965
|
lastName?: string | null;
|
|
4985
4966
|
email?: string | null;
|
|
@@ -5102,7 +5083,6 @@ export type CreateTaskMutation = {
|
|
|
5102
5083
|
contact?: {
|
|
5103
5084
|
__typename?: 'ContactObject';
|
|
5104
5085
|
id?: string | null;
|
|
5105
|
-
name?: string | null;
|
|
5106
5086
|
firstName?: string | null;
|
|
5107
5087
|
lastName?: string | null;
|
|
5108
5088
|
email?: string | null;
|
|
@@ -5861,7 +5841,6 @@ export type SendEmailToContactMutation = {
|
|
|
5861
5841
|
contact?: {
|
|
5862
5842
|
__typename?: 'ContactObject';
|
|
5863
5843
|
id?: string | null;
|
|
5864
|
-
name?: string | null;
|
|
5865
5844
|
firstName?: string | null;
|
|
5866
5845
|
lastName?: string | null;
|
|
5867
5846
|
email?: string | null;
|
|
@@ -6169,7 +6148,6 @@ export type UpdateCallCampaignLogMutation = {
|
|
|
6169
6148
|
contact?: {
|
|
6170
6149
|
__typename?: 'ContactObject';
|
|
6171
6150
|
id?: string | null;
|
|
6172
|
-
name?: string | null;
|
|
6173
6151
|
firstName?: string | null;
|
|
6174
6152
|
lastName?: string | null;
|
|
6175
6153
|
email?: string | null;
|
|
@@ -6384,7 +6362,6 @@ export type UpdateCallCampaignLogMutation = {
|
|
|
6384
6362
|
contactPerson?: {
|
|
6385
6363
|
__typename?: 'ContactObject';
|
|
6386
6364
|
id?: string | null;
|
|
6387
|
-
name?: string | null;
|
|
6388
6365
|
firstName?: string | null;
|
|
6389
6366
|
lastName?: string | null;
|
|
6390
6367
|
email?: string | null;
|
|
@@ -6463,7 +6440,6 @@ export type UpdateCallCampaignLogMutation = {
|
|
|
6463
6440
|
contact?: {
|
|
6464
6441
|
__typename?: 'ContactObject';
|
|
6465
6442
|
id?: string | null;
|
|
6466
|
-
name?: string | null;
|
|
6467
6443
|
firstName?: string | null;
|
|
6468
6444
|
lastName?: string | null;
|
|
6469
6445
|
email?: string | null;
|
|
@@ -6658,7 +6634,6 @@ export type UpdateCompanyMutation = {
|
|
|
6658
6634
|
contacts?: Array<{
|
|
6659
6635
|
__typename?: 'ContactObject';
|
|
6660
6636
|
id?: string | null;
|
|
6661
|
-
name?: string | null;
|
|
6662
6637
|
firstName?: string | null;
|
|
6663
6638
|
lastName?: string | null;
|
|
6664
6639
|
email?: string | null;
|
|
@@ -6826,7 +6801,6 @@ export type UpdateCompanyMutation = {
|
|
|
6826
6801
|
contacts?: Array<{
|
|
6827
6802
|
__typename?: 'ContactObject';
|
|
6828
6803
|
id?: string | null;
|
|
6829
|
-
name?: string | null;
|
|
6830
6804
|
firstName?: string | null;
|
|
6831
6805
|
lastName?: string | null;
|
|
6832
6806
|
email?: string | null;
|
|
@@ -6994,7 +6968,6 @@ export type UpdateCompanyMutation = {
|
|
|
6994
6968
|
contacts?: Array<{
|
|
6995
6969
|
__typename?: 'ContactObject';
|
|
6996
6970
|
id?: string | null;
|
|
6997
|
-
name?: string | null;
|
|
6998
6971
|
firstName?: string | null;
|
|
6999
6972
|
lastName?: string | null;
|
|
7000
6973
|
email?: string | null;
|
|
@@ -7115,7 +7088,6 @@ export type UpdateCompanyMutation = {
|
|
|
7115
7088
|
contactPerson?: {
|
|
7116
7089
|
__typename?: 'ContactObject';
|
|
7117
7090
|
id?: string | null;
|
|
7118
|
-
name?: string | null;
|
|
7119
7091
|
firstName?: string | null;
|
|
7120
7092
|
lastName?: string | null;
|
|
7121
7093
|
email?: string | null;
|
|
@@ -7194,7 +7166,6 @@ export type UpdateCompanyMutation = {
|
|
|
7194
7166
|
contact?: {
|
|
7195
7167
|
__typename?: 'ContactObject';
|
|
7196
7168
|
id?: string | null;
|
|
7197
|
-
name?: string | null;
|
|
7198
7169
|
firstName?: string | null;
|
|
7199
7170
|
lastName?: string | null;
|
|
7200
7171
|
email?: string | null;
|
|
@@ -7317,7 +7288,6 @@ export type UpdateCompanyMutation = {
|
|
|
7317
7288
|
contact?: {
|
|
7318
7289
|
__typename?: 'ContactObject';
|
|
7319
7290
|
id?: string | null;
|
|
7320
|
-
name?: string | null;
|
|
7321
7291
|
firstName?: string | null;
|
|
7322
7292
|
lastName?: string | null;
|
|
7323
7293
|
email?: string | null;
|
|
@@ -7411,7 +7381,6 @@ export type UpdateCompanyMutation = {
|
|
|
7411
7381
|
contactPerson?: {
|
|
7412
7382
|
__typename?: 'ContactObject';
|
|
7413
7383
|
id?: string | null;
|
|
7414
|
-
name?: string | null;
|
|
7415
7384
|
firstName?: string | null;
|
|
7416
7385
|
lastName?: string | null;
|
|
7417
7386
|
email?: string | null;
|
|
@@ -7510,7 +7479,6 @@ export type UpdateCompanyMutation = {
|
|
|
7510
7479
|
contact?: {
|
|
7511
7480
|
__typename?: 'ContactObject';
|
|
7512
7481
|
id?: string | null;
|
|
7513
|
-
name?: string | null;
|
|
7514
7482
|
firstName?: string | null;
|
|
7515
7483
|
lastName?: string | null;
|
|
7516
7484
|
email?: string | null;
|
|
@@ -7633,7 +7601,6 @@ export type UpdateCompanyMutation = {
|
|
|
7633
7601
|
contact?: {
|
|
7634
7602
|
__typename?: 'ContactObject';
|
|
7635
7603
|
id?: string | null;
|
|
7636
|
-
name?: string | null;
|
|
7637
7604
|
firstName?: string | null;
|
|
7638
7605
|
lastName?: string | null;
|
|
7639
7606
|
email?: string | null;
|
|
@@ -7727,7 +7694,6 @@ export type UpdateCompanyMutation = {
|
|
|
7727
7694
|
contactPerson?: {
|
|
7728
7695
|
__typename?: 'ContactObject';
|
|
7729
7696
|
id?: string | null;
|
|
7730
|
-
name?: string | null;
|
|
7731
7697
|
firstName?: string | null;
|
|
7732
7698
|
lastName?: string | null;
|
|
7733
7699
|
email?: string | null;
|
|
@@ -7846,7 +7812,6 @@ export type UpdateCompanyNoteMutation = {
|
|
|
7846
7812
|
contactPerson?: {
|
|
7847
7813
|
__typename?: 'ContactObject';
|
|
7848
7814
|
id?: string | null;
|
|
7849
|
-
name?: string | null;
|
|
7850
7815
|
firstName?: string | null;
|
|
7851
7816
|
lastName?: string | null;
|
|
7852
7817
|
email?: string | null;
|
|
@@ -7901,7 +7866,6 @@ export type UpdateContactMutation = {
|
|
|
7901
7866
|
contact?: {
|
|
7902
7867
|
__typename?: 'ContactObject';
|
|
7903
7868
|
id?: string | null;
|
|
7904
|
-
name?: string | null;
|
|
7905
7869
|
firstName?: string | null;
|
|
7906
7870
|
lastName?: string | null;
|
|
7907
7871
|
email?: string | null;
|
|
@@ -8085,7 +8049,6 @@ export type UpdateTaskMutation = {
|
|
|
8085
8049
|
contacts?: Array<{
|
|
8086
8050
|
__typename?: 'ContactObject';
|
|
8087
8051
|
id?: string | null;
|
|
8088
|
-
name?: string | null;
|
|
8089
8052
|
firstName?: string | null;
|
|
8090
8053
|
lastName?: string | null;
|
|
8091
8054
|
email?: string | null;
|
|
@@ -8206,7 +8169,6 @@ export type UpdateTaskMutation = {
|
|
|
8206
8169
|
contactPerson?: {
|
|
8207
8170
|
__typename?: 'ContactObject';
|
|
8208
8171
|
id?: string | null;
|
|
8209
|
-
name?: string | null;
|
|
8210
8172
|
firstName?: string | null;
|
|
8211
8173
|
lastName?: string | null;
|
|
8212
8174
|
email?: string | null;
|
|
@@ -8285,7 +8247,6 @@ export type UpdateTaskMutation = {
|
|
|
8285
8247
|
contact?: {
|
|
8286
8248
|
__typename?: 'ContactObject';
|
|
8287
8249
|
id?: string | null;
|
|
8288
|
-
name?: string | null;
|
|
8289
8250
|
firstName?: string | null;
|
|
8290
8251
|
lastName?: string | null;
|
|
8291
8252
|
email?: string | null;
|
|
@@ -8408,7 +8369,6 @@ export type UpdateTaskMutation = {
|
|
|
8408
8369
|
contact?: {
|
|
8409
8370
|
__typename?: 'ContactObject';
|
|
8410
8371
|
id?: string | null;
|
|
8411
|
-
name?: string | null;
|
|
8412
8372
|
firstName?: string | null;
|
|
8413
8373
|
lastName?: string | null;
|
|
8414
8374
|
email?: string | null;
|
|
@@ -8744,7 +8704,6 @@ export type CallCampaignLogQuery = {
|
|
|
8744
8704
|
contact?: {
|
|
8745
8705
|
__typename?: 'ContactObject';
|
|
8746
8706
|
id?: string | null;
|
|
8747
|
-
name?: string | null;
|
|
8748
8707
|
firstName?: string | null;
|
|
8749
8708
|
lastName?: string | null;
|
|
8750
8709
|
email?: string | null;
|
|
@@ -8959,7 +8918,6 @@ export type CallCampaignLogQuery = {
|
|
|
8959
8918
|
contactPerson?: {
|
|
8960
8919
|
__typename?: 'ContactObject';
|
|
8961
8920
|
id?: string | null;
|
|
8962
|
-
name?: string | null;
|
|
8963
8921
|
firstName?: string | null;
|
|
8964
8922
|
lastName?: string | null;
|
|
8965
8923
|
email?: string | null;
|
|
@@ -9038,7 +8996,6 @@ export type CallCampaignLogQuery = {
|
|
|
9038
8996
|
contact?: {
|
|
9039
8997
|
__typename?: 'ContactObject';
|
|
9040
8998
|
id?: string | null;
|
|
9041
|
-
name?: string | null;
|
|
9042
8999
|
firstName?: string | null;
|
|
9043
9000
|
lastName?: string | null;
|
|
9044
9001
|
email?: string | null;
|
|
@@ -9174,7 +9131,6 @@ export type CallCampaignLogsQuery = {
|
|
|
9174
9131
|
contact?: {
|
|
9175
9132
|
__typename?: 'ContactObject';
|
|
9176
9133
|
id?: string | null;
|
|
9177
|
-
name?: string | null;
|
|
9178
9134
|
firstName?: string | null;
|
|
9179
9135
|
lastName?: string | null;
|
|
9180
9136
|
email?: string | null;
|
|
@@ -9389,7 +9345,6 @@ export type CallCampaignLogsQuery = {
|
|
|
9389
9345
|
contactPerson?: {
|
|
9390
9346
|
__typename?: 'ContactObject';
|
|
9391
9347
|
id?: string | null;
|
|
9392
|
-
name?: string | null;
|
|
9393
9348
|
firstName?: string | null;
|
|
9394
9349
|
lastName?: string | null;
|
|
9395
9350
|
email?: string | null;
|
|
@@ -9468,7 +9423,6 @@ export type CallCampaignLogsQuery = {
|
|
|
9468
9423
|
contact?: {
|
|
9469
9424
|
__typename?: 'ContactObject';
|
|
9470
9425
|
id?: string | null;
|
|
9471
|
-
name?: string | null;
|
|
9472
9426
|
firstName?: string | null;
|
|
9473
9427
|
lastName?: string | null;
|
|
9474
9428
|
email?: string | null;
|
|
@@ -9714,7 +9668,6 @@ export type CampaignLogsQuery = {
|
|
|
9714
9668
|
contact?: {
|
|
9715
9669
|
__typename?: 'ContactObject';
|
|
9716
9670
|
id?: string | null;
|
|
9717
|
-
name?: string | null;
|
|
9718
9671
|
firstName?: string | null;
|
|
9719
9672
|
lastName?: string | null;
|
|
9720
9673
|
email?: string | null;
|
|
@@ -9845,7 +9798,6 @@ export type CampaignLogsQuery = {
|
|
|
9845
9798
|
contact?: {
|
|
9846
9799
|
__typename?: 'ContactObject';
|
|
9847
9800
|
id?: string | null;
|
|
9848
|
-
name?: string | null;
|
|
9849
9801
|
firstName?: string | null;
|
|
9850
9802
|
lastName?: string | null;
|
|
9851
9803
|
email?: string | null;
|
|
@@ -10080,7 +10032,6 @@ export type CompaniesQuery = {
|
|
|
10080
10032
|
contacts?: Array<{
|
|
10081
10033
|
__typename?: 'ContactObject';
|
|
10082
10034
|
id?: string | null;
|
|
10083
|
-
name?: string | null;
|
|
10084
10035
|
firstName?: string | null;
|
|
10085
10036
|
lastName?: string | null;
|
|
10086
10037
|
email?: string | null;
|
|
@@ -10248,7 +10199,6 @@ export type CompaniesQuery = {
|
|
|
10248
10199
|
contacts?: Array<{
|
|
10249
10200
|
__typename?: 'ContactObject';
|
|
10250
10201
|
id?: string | null;
|
|
10251
|
-
name?: string | null;
|
|
10252
10202
|
firstName?: string | null;
|
|
10253
10203
|
lastName?: string | null;
|
|
10254
10204
|
email?: string | null;
|
|
@@ -10416,7 +10366,6 @@ export type CompaniesQuery = {
|
|
|
10416
10366
|
contacts?: Array<{
|
|
10417
10367
|
__typename?: 'ContactObject';
|
|
10418
10368
|
id?: string | null;
|
|
10419
|
-
name?: string | null;
|
|
10420
10369
|
firstName?: string | null;
|
|
10421
10370
|
lastName?: string | null;
|
|
10422
10371
|
email?: string | null;
|
|
@@ -10537,7 +10486,6 @@ export type CompaniesQuery = {
|
|
|
10537
10486
|
contactPerson?: {
|
|
10538
10487
|
__typename?: 'ContactObject';
|
|
10539
10488
|
id?: string | null;
|
|
10540
|
-
name?: string | null;
|
|
10541
10489
|
firstName?: string | null;
|
|
10542
10490
|
lastName?: string | null;
|
|
10543
10491
|
email?: string | null;
|
|
@@ -10616,7 +10564,6 @@ export type CompaniesQuery = {
|
|
|
10616
10564
|
contact?: {
|
|
10617
10565
|
__typename?: 'ContactObject';
|
|
10618
10566
|
id?: string | null;
|
|
10619
|
-
name?: string | null;
|
|
10620
10567
|
firstName?: string | null;
|
|
10621
10568
|
lastName?: string | null;
|
|
10622
10569
|
email?: string | null;
|
|
@@ -10739,7 +10686,6 @@ export type CompaniesQuery = {
|
|
|
10739
10686
|
contact?: {
|
|
10740
10687
|
__typename?: 'ContactObject';
|
|
10741
10688
|
id?: string | null;
|
|
10742
|
-
name?: string | null;
|
|
10743
10689
|
firstName?: string | null;
|
|
10744
10690
|
lastName?: string | null;
|
|
10745
10691
|
email?: string | null;
|
|
@@ -10833,7 +10779,6 @@ export type CompaniesQuery = {
|
|
|
10833
10779
|
contactPerson?: {
|
|
10834
10780
|
__typename?: 'ContactObject';
|
|
10835
10781
|
id?: string | null;
|
|
10836
|
-
name?: string | null;
|
|
10837
10782
|
firstName?: string | null;
|
|
10838
10783
|
lastName?: string | null;
|
|
10839
10784
|
email?: string | null;
|
|
@@ -10932,7 +10877,6 @@ export type CompaniesQuery = {
|
|
|
10932
10877
|
contact?: {
|
|
10933
10878
|
__typename?: 'ContactObject';
|
|
10934
10879
|
id?: string | null;
|
|
10935
|
-
name?: string | null;
|
|
10936
10880
|
firstName?: string | null;
|
|
10937
10881
|
lastName?: string | null;
|
|
10938
10882
|
email?: string | null;
|
|
@@ -11055,7 +10999,6 @@ export type CompaniesQuery = {
|
|
|
11055
10999
|
contact?: {
|
|
11056
11000
|
__typename?: 'ContactObject';
|
|
11057
11001
|
id?: string | null;
|
|
11058
|
-
name?: string | null;
|
|
11059
11002
|
firstName?: string | null;
|
|
11060
11003
|
lastName?: string | null;
|
|
11061
11004
|
email?: string | null;
|
|
@@ -11149,7 +11092,6 @@ export type CompaniesQuery = {
|
|
|
11149
11092
|
contactPerson?: {
|
|
11150
11093
|
__typename?: 'ContactObject';
|
|
11151
11094
|
id?: string | null;
|
|
11152
|
-
name?: string | null;
|
|
11153
11095
|
firstName?: string | null;
|
|
11154
11096
|
lastName?: string | null;
|
|
11155
11097
|
email?: string | null;
|
|
@@ -11309,7 +11251,6 @@ export type CompanyQuery = {
|
|
|
11309
11251
|
contacts?: Array<{
|
|
11310
11252
|
__typename?: 'ContactObject';
|
|
11311
11253
|
id?: string | null;
|
|
11312
|
-
name?: string | null;
|
|
11313
11254
|
firstName?: string | null;
|
|
11314
11255
|
lastName?: string | null;
|
|
11315
11256
|
email?: string | null;
|
|
@@ -11477,7 +11418,6 @@ export type CompanyQuery = {
|
|
|
11477
11418
|
contacts?: Array<{
|
|
11478
11419
|
__typename?: 'ContactObject';
|
|
11479
11420
|
id?: string | null;
|
|
11480
|
-
name?: string | null;
|
|
11481
11421
|
firstName?: string | null;
|
|
11482
11422
|
lastName?: string | null;
|
|
11483
11423
|
email?: string | null;
|
|
@@ -11645,7 +11585,6 @@ export type CompanyQuery = {
|
|
|
11645
11585
|
contacts?: Array<{
|
|
11646
11586
|
__typename?: 'ContactObject';
|
|
11647
11587
|
id?: string | null;
|
|
11648
|
-
name?: string | null;
|
|
11649
11588
|
firstName?: string | null;
|
|
11650
11589
|
lastName?: string | null;
|
|
11651
11590
|
email?: string | null;
|
|
@@ -11766,7 +11705,6 @@ export type CompanyQuery = {
|
|
|
11766
11705
|
contactPerson?: {
|
|
11767
11706
|
__typename?: 'ContactObject';
|
|
11768
11707
|
id?: string | null;
|
|
11769
|
-
name?: string | null;
|
|
11770
11708
|
firstName?: string | null;
|
|
11771
11709
|
lastName?: string | null;
|
|
11772
11710
|
email?: string | null;
|
|
@@ -11845,7 +11783,6 @@ export type CompanyQuery = {
|
|
|
11845
11783
|
contact?: {
|
|
11846
11784
|
__typename?: 'ContactObject';
|
|
11847
11785
|
id?: string | null;
|
|
11848
|
-
name?: string | null;
|
|
11849
11786
|
firstName?: string | null;
|
|
11850
11787
|
lastName?: string | null;
|
|
11851
11788
|
email?: string | null;
|
|
@@ -11968,7 +11905,6 @@ export type CompanyQuery = {
|
|
|
11968
11905
|
contact?: {
|
|
11969
11906
|
__typename?: 'ContactObject';
|
|
11970
11907
|
id?: string | null;
|
|
11971
|
-
name?: string | null;
|
|
11972
11908
|
firstName?: string | null;
|
|
11973
11909
|
lastName?: string | null;
|
|
11974
11910
|
email?: string | null;
|
|
@@ -12062,7 +11998,6 @@ export type CompanyQuery = {
|
|
|
12062
11998
|
contactPerson?: {
|
|
12063
11999
|
__typename?: 'ContactObject';
|
|
12064
12000
|
id?: string | null;
|
|
12065
|
-
name?: string | null;
|
|
12066
12001
|
firstName?: string | null;
|
|
12067
12002
|
lastName?: string | null;
|
|
12068
12003
|
email?: string | null;
|
|
@@ -12161,7 +12096,6 @@ export type CompanyQuery = {
|
|
|
12161
12096
|
contact?: {
|
|
12162
12097
|
__typename?: 'ContactObject';
|
|
12163
12098
|
id?: string | null;
|
|
12164
|
-
name?: string | null;
|
|
12165
12099
|
firstName?: string | null;
|
|
12166
12100
|
lastName?: string | null;
|
|
12167
12101
|
email?: string | null;
|
|
@@ -12284,7 +12218,6 @@ export type CompanyQuery = {
|
|
|
12284
12218
|
contact?: {
|
|
12285
12219
|
__typename?: 'ContactObject';
|
|
12286
12220
|
id?: string | null;
|
|
12287
|
-
name?: string | null;
|
|
12288
12221
|
firstName?: string | null;
|
|
12289
12222
|
lastName?: string | null;
|
|
12290
12223
|
email?: string | null;
|
|
@@ -12378,7 +12311,6 @@ export type CompanyQuery = {
|
|
|
12378
12311
|
contactPerson?: {
|
|
12379
12312
|
__typename?: 'ContactObject';
|
|
12380
12313
|
id?: string | null;
|
|
12381
|
-
name?: string | null;
|
|
12382
12314
|
firstName?: string | null;
|
|
12383
12315
|
lastName?: string | null;
|
|
12384
12316
|
email?: string | null;
|
|
@@ -12494,7 +12426,6 @@ export type CompanyNoteQuery = {
|
|
|
12494
12426
|
contactPerson?: {
|
|
12495
12427
|
__typename?: 'ContactObject';
|
|
12496
12428
|
id?: string | null;
|
|
12497
|
-
name?: string | null;
|
|
12498
12429
|
firstName?: string | null;
|
|
12499
12430
|
lastName?: string | null;
|
|
12500
12431
|
email?: string | null;
|
|
@@ -12581,7 +12512,6 @@ export type CompanyNotesQuery = {
|
|
|
12581
12512
|
contactPerson?: {
|
|
12582
12513
|
__typename?: 'ContactObject';
|
|
12583
12514
|
id?: string | null;
|
|
12584
|
-
name?: string | null;
|
|
12585
12515
|
firstName?: string | null;
|
|
12586
12516
|
lastName?: string | null;
|
|
12587
12517
|
email?: string | null;
|
|
@@ -12643,7 +12573,6 @@ export type ContactQuery = {
|
|
|
12643
12573
|
contact?: {
|
|
12644
12574
|
__typename?: 'ContactObject';
|
|
12645
12575
|
id?: string | null;
|
|
12646
|
-
name?: string | null;
|
|
12647
12576
|
firstName?: string | null;
|
|
12648
12577
|
lastName?: string | null;
|
|
12649
12578
|
email?: string | null;
|
|
@@ -12694,7 +12623,6 @@ export type ContactsQuery = {
|
|
|
12694
12623
|
contacts?: Array<{
|
|
12695
12624
|
__typename?: 'ContactObject';
|
|
12696
12625
|
id?: string | null;
|
|
12697
|
-
name?: string | null;
|
|
12698
12626
|
firstName?: string | null;
|
|
12699
12627
|
lastName?: string | null;
|
|
12700
12628
|
email?: string | null;
|
|
@@ -12748,7 +12676,6 @@ export type ContactsInSegmentQuery = {
|
|
|
12748
12676
|
items?: Array<{
|
|
12749
12677
|
__typename?: 'ContactObject';
|
|
12750
12678
|
id?: string | null;
|
|
12751
|
-
name?: string | null;
|
|
12752
12679
|
firstName?: string | null;
|
|
12753
12680
|
lastName?: string | null;
|
|
12754
12681
|
email?: string | null;
|
|
@@ -13088,7 +13015,6 @@ export type SearchContactsQuery = {
|
|
|
13088
13015
|
items?: Array<{
|
|
13089
13016
|
__typename?: 'ContactObject';
|
|
13090
13017
|
id?: string | null;
|
|
13091
|
-
name?: string | null;
|
|
13092
13018
|
firstName?: string | null;
|
|
13093
13019
|
lastName?: string | null;
|
|
13094
13020
|
email?: string | null;
|
|
@@ -13283,7 +13209,6 @@ export type TaskQuery = {
|
|
|
13283
13209
|
contacts?: Array<{
|
|
13284
13210
|
__typename?: 'ContactObject';
|
|
13285
13211
|
id?: string | null;
|
|
13286
|
-
name?: string | null;
|
|
13287
13212
|
firstName?: string | null;
|
|
13288
13213
|
lastName?: string | null;
|
|
13289
13214
|
email?: string | null;
|
|
@@ -13404,7 +13329,6 @@ export type TaskQuery = {
|
|
|
13404
13329
|
contactPerson?: {
|
|
13405
13330
|
__typename?: 'ContactObject';
|
|
13406
13331
|
id?: string | null;
|
|
13407
|
-
name?: string | null;
|
|
13408
13332
|
firstName?: string | null;
|
|
13409
13333
|
lastName?: string | null;
|
|
13410
13334
|
email?: string | null;
|
|
@@ -13483,7 +13407,6 @@ export type TaskQuery = {
|
|
|
13483
13407
|
contact?: {
|
|
13484
13408
|
__typename?: 'ContactObject';
|
|
13485
13409
|
id?: string | null;
|
|
13486
|
-
name?: string | null;
|
|
13487
13410
|
firstName?: string | null;
|
|
13488
13411
|
lastName?: string | null;
|
|
13489
13412
|
email?: string | null;
|
|
@@ -13606,7 +13529,6 @@ export type TaskQuery = {
|
|
|
13606
13529
|
contact?: {
|
|
13607
13530
|
__typename?: 'ContactObject';
|
|
13608
13531
|
id?: string | null;
|
|
13609
|
-
name?: string | null;
|
|
13610
13532
|
firstName?: string | null;
|
|
13611
13533
|
lastName?: string | null;
|
|
13612
13534
|
email?: string | null;
|
|
@@ -13753,7 +13675,6 @@ export type TasksQuery = {
|
|
|
13753
13675
|
contacts?: Array<{
|
|
13754
13676
|
__typename?: 'ContactObject';
|
|
13755
13677
|
id?: string | null;
|
|
13756
|
-
name?: string | null;
|
|
13757
13678
|
firstName?: string | null;
|
|
13758
13679
|
lastName?: string | null;
|
|
13759
13680
|
email?: string | null;
|
|
@@ -13874,7 +13795,6 @@ export type TasksQuery = {
|
|
|
13874
13795
|
contactPerson?: {
|
|
13875
13796
|
__typename?: 'ContactObject';
|
|
13876
13797
|
id?: string | null;
|
|
13877
|
-
name?: string | null;
|
|
13878
13798
|
firstName?: string | null;
|
|
13879
13799
|
lastName?: string | null;
|
|
13880
13800
|
email?: string | null;
|
|
@@ -13953,7 +13873,6 @@ export type TasksQuery = {
|
|
|
13953
13873
|
contact?: {
|
|
13954
13874
|
__typename?: 'ContactObject';
|
|
13955
13875
|
id?: string | null;
|
|
13956
|
-
name?: string | null;
|
|
13957
13876
|
firstName?: string | null;
|
|
13958
13877
|
lastName?: string | null;
|
|
13959
13878
|
email?: string | null;
|
|
@@ -14076,7 +13995,6 @@ export type TasksQuery = {
|
|
|
14076
13995
|
contact?: {
|
|
14077
13996
|
__typename?: 'ContactObject';
|
|
14078
13997
|
id?: string | null;
|
|
14079
|
-
name?: string | null;
|
|
14080
13998
|
firstName?: string | null;
|
|
14081
13999
|
lastName?: string | null;
|
|
14082
14000
|
email?: string | null;
|