cf-service-sdk 0.0.34 → 0.0.35
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 +233 -0
- package/dist/generated/graphql.js +203 -0
- package/dist/mutations.js +98 -0
- package/dist/queries.js +105 -0
- package/package.json +1 -1
|
@@ -2535,6 +2535,7 @@ export type TaskObject = {
|
|
|
2535
2535
|
contactId?: Maybe<Scalars['Int']['output']>;
|
|
2536
2536
|
contactName?: Maybe<Scalars['String']['output']>;
|
|
2537
2537
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
2538
|
+
createdBy?: Maybe<UserType>;
|
|
2538
2539
|
description?: Maybe<Scalars['String']['output']>;
|
|
2539
2540
|
dueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
2540
2541
|
id?: Maybe<Scalars['Int']['output']>;
|
|
@@ -3335,6 +3336,14 @@ export type CreateCallCampaignLogMutation = {
|
|
|
3335
3336
|
callCampaignId?: number | null;
|
|
3336
3337
|
callCampaignLogOutcome?: string | null;
|
|
3337
3338
|
} | null;
|
|
3339
|
+
createdBy?: {
|
|
3340
|
+
__typename?: 'UserType';
|
|
3341
|
+
id?: string | null;
|
|
3342
|
+
email?: string | null;
|
|
3343
|
+
firstName?: string | null;
|
|
3344
|
+
lastName?: string | null;
|
|
3345
|
+
picture?: string | null;
|
|
3346
|
+
} | null;
|
|
3338
3347
|
} | null> | null;
|
|
3339
3348
|
} | null;
|
|
3340
3349
|
} | null;
|
|
@@ -3868,8 +3877,24 @@ export type CreateCompanyMutation = {
|
|
|
3868
3877
|
callCampaignId?: number | null;
|
|
3869
3878
|
callCampaignLogOutcome?: string | null;
|
|
3870
3879
|
} | null;
|
|
3880
|
+
createdBy?: {
|
|
3881
|
+
__typename?: 'UserType';
|
|
3882
|
+
id?: string | null;
|
|
3883
|
+
email?: string | null;
|
|
3884
|
+
firstName?: string | null;
|
|
3885
|
+
lastName?: string | null;
|
|
3886
|
+
picture?: string | null;
|
|
3887
|
+
} | null;
|
|
3871
3888
|
} | null> | null;
|
|
3872
3889
|
} | null;
|
|
3890
|
+
createdBy?: {
|
|
3891
|
+
__typename?: 'UserType';
|
|
3892
|
+
id?: string | null;
|
|
3893
|
+
email?: string | null;
|
|
3894
|
+
firstName?: string | null;
|
|
3895
|
+
lastName?: string | null;
|
|
3896
|
+
picture?: string | null;
|
|
3897
|
+
} | null;
|
|
3873
3898
|
} | null> | null;
|
|
3874
3899
|
} | null> | null;
|
|
3875
3900
|
tasks?: Array<{
|
|
@@ -4007,6 +4032,14 @@ export type CreateCompanyMutation = {
|
|
|
4007
4032
|
callCampaignId?: number | null;
|
|
4008
4033
|
callCampaignLogOutcome?: string | null;
|
|
4009
4034
|
} | null;
|
|
4035
|
+
createdBy?: {
|
|
4036
|
+
__typename?: 'UserType';
|
|
4037
|
+
id?: string | null;
|
|
4038
|
+
email?: string | null;
|
|
4039
|
+
firstName?: string | null;
|
|
4040
|
+
lastName?: string | null;
|
|
4041
|
+
picture?: string | null;
|
|
4042
|
+
} | null;
|
|
4010
4043
|
} | null> | null;
|
|
4011
4044
|
industry?: {
|
|
4012
4045
|
__typename?: 'IndustryTypeObject';
|
|
@@ -4366,8 +4399,24 @@ export type CreateCompanyNoteMutation = {
|
|
|
4366
4399
|
callCampaignId?: number | null;
|
|
4367
4400
|
callCampaignLogOutcome?: string | null;
|
|
4368
4401
|
} | null;
|
|
4402
|
+
createdBy?: {
|
|
4403
|
+
__typename?: 'UserType';
|
|
4404
|
+
id?: string | null;
|
|
4405
|
+
email?: string | null;
|
|
4406
|
+
firstName?: string | null;
|
|
4407
|
+
lastName?: string | null;
|
|
4408
|
+
picture?: string | null;
|
|
4409
|
+
} | null;
|
|
4369
4410
|
} | null> | null;
|
|
4370
4411
|
} | null;
|
|
4412
|
+
createdBy?: {
|
|
4413
|
+
__typename?: 'UserType';
|
|
4414
|
+
id?: string | null;
|
|
4415
|
+
email?: string | null;
|
|
4416
|
+
firstName?: string | null;
|
|
4417
|
+
lastName?: string | null;
|
|
4418
|
+
picture?: string | null;
|
|
4419
|
+
} | null;
|
|
4371
4420
|
} | null> | null;
|
|
4372
4421
|
} | null;
|
|
4373
4422
|
} | null;
|
|
@@ -4642,6 +4691,14 @@ export type CreateTaskMutation = {
|
|
|
4642
4691
|
callCampaignId?: number | null;
|
|
4643
4692
|
callCampaignLogOutcome?: string | null;
|
|
4644
4693
|
} | null;
|
|
4694
|
+
createdBy?: {
|
|
4695
|
+
__typename?: 'UserType';
|
|
4696
|
+
id?: string | null;
|
|
4697
|
+
email?: string | null;
|
|
4698
|
+
firstName?: string | null;
|
|
4699
|
+
lastName?: string | null;
|
|
4700
|
+
picture?: string | null;
|
|
4701
|
+
} | null;
|
|
4645
4702
|
} | null;
|
|
4646
4703
|
} | null;
|
|
4647
4704
|
};
|
|
@@ -5854,6 +5911,14 @@ export type UpdateCallCampaignLogMutation = {
|
|
|
5854
5911
|
callCampaignId?: number | null;
|
|
5855
5912
|
callCampaignLogOutcome?: string | null;
|
|
5856
5913
|
} | null;
|
|
5914
|
+
createdBy?: {
|
|
5915
|
+
__typename?: 'UserType';
|
|
5916
|
+
id?: string | null;
|
|
5917
|
+
email?: string | null;
|
|
5918
|
+
firstName?: string | null;
|
|
5919
|
+
lastName?: string | null;
|
|
5920
|
+
picture?: string | null;
|
|
5921
|
+
} | null;
|
|
5857
5922
|
} | null> | null;
|
|
5858
5923
|
} | null;
|
|
5859
5924
|
} | null;
|
|
@@ -6387,8 +6452,24 @@ export type UpdateCompanyMutation = {
|
|
|
6387
6452
|
callCampaignId?: number | null;
|
|
6388
6453
|
callCampaignLogOutcome?: string | null;
|
|
6389
6454
|
} | null;
|
|
6455
|
+
createdBy?: {
|
|
6456
|
+
__typename?: 'UserType';
|
|
6457
|
+
id?: string | null;
|
|
6458
|
+
email?: string | null;
|
|
6459
|
+
firstName?: string | null;
|
|
6460
|
+
lastName?: string | null;
|
|
6461
|
+
picture?: string | null;
|
|
6462
|
+
} | null;
|
|
6390
6463
|
} | null> | null;
|
|
6391
6464
|
} | null;
|
|
6465
|
+
createdBy?: {
|
|
6466
|
+
__typename?: 'UserType';
|
|
6467
|
+
id?: string | null;
|
|
6468
|
+
email?: string | null;
|
|
6469
|
+
firstName?: string | null;
|
|
6470
|
+
lastName?: string | null;
|
|
6471
|
+
picture?: string | null;
|
|
6472
|
+
} | null;
|
|
6392
6473
|
} | null> | null;
|
|
6393
6474
|
} | null> | null;
|
|
6394
6475
|
tasks?: Array<{
|
|
@@ -6526,6 +6607,14 @@ export type UpdateCompanyMutation = {
|
|
|
6526
6607
|
callCampaignId?: number | null;
|
|
6527
6608
|
callCampaignLogOutcome?: string | null;
|
|
6528
6609
|
} | null;
|
|
6610
|
+
createdBy?: {
|
|
6611
|
+
__typename?: 'UserType';
|
|
6612
|
+
id?: string | null;
|
|
6613
|
+
email?: string | null;
|
|
6614
|
+
firstName?: string | null;
|
|
6615
|
+
lastName?: string | null;
|
|
6616
|
+
picture?: string | null;
|
|
6617
|
+
} | null;
|
|
6529
6618
|
} | null> | null;
|
|
6530
6619
|
industry?: {
|
|
6531
6620
|
__typename?: 'IndustryTypeObject';
|
|
@@ -6885,8 +6974,24 @@ export type UpdateCompanyNoteMutation = {
|
|
|
6885
6974
|
callCampaignId?: number | null;
|
|
6886
6975
|
callCampaignLogOutcome?: string | null;
|
|
6887
6976
|
} | null;
|
|
6977
|
+
createdBy?: {
|
|
6978
|
+
__typename?: 'UserType';
|
|
6979
|
+
id?: string | null;
|
|
6980
|
+
email?: string | null;
|
|
6981
|
+
firstName?: string | null;
|
|
6982
|
+
lastName?: string | null;
|
|
6983
|
+
picture?: string | null;
|
|
6984
|
+
} | null;
|
|
6888
6985
|
} | null> | null;
|
|
6889
6986
|
} | null;
|
|
6987
|
+
createdBy?: {
|
|
6988
|
+
__typename?: 'UserType';
|
|
6989
|
+
id?: string | null;
|
|
6990
|
+
email?: string | null;
|
|
6991
|
+
firstName?: string | null;
|
|
6992
|
+
lastName?: string | null;
|
|
6993
|
+
picture?: string | null;
|
|
6994
|
+
} | null;
|
|
6890
6995
|
} | null> | null;
|
|
6891
6996
|
} | null;
|
|
6892
6997
|
} | null;
|
|
@@ -7139,6 +7244,14 @@ export type UpdateTaskMutation = {
|
|
|
7139
7244
|
callCampaignId?: number | null;
|
|
7140
7245
|
callCampaignLogOutcome?: string | null;
|
|
7141
7246
|
} | null;
|
|
7247
|
+
createdBy?: {
|
|
7248
|
+
__typename?: 'UserType';
|
|
7249
|
+
id?: string | null;
|
|
7250
|
+
email?: string | null;
|
|
7251
|
+
firstName?: string | null;
|
|
7252
|
+
lastName?: string | null;
|
|
7253
|
+
picture?: string | null;
|
|
7254
|
+
} | null;
|
|
7142
7255
|
} | null;
|
|
7143
7256
|
} | null;
|
|
7144
7257
|
};
|
|
@@ -7479,6 +7592,14 @@ export type CallCampaignLogQuery = {
|
|
|
7479
7592
|
callCampaignId?: number | null;
|
|
7480
7593
|
callCampaignLogOutcome?: string | null;
|
|
7481
7594
|
} | null;
|
|
7595
|
+
createdBy?: {
|
|
7596
|
+
__typename?: 'UserType';
|
|
7597
|
+
id?: string | null;
|
|
7598
|
+
email?: string | null;
|
|
7599
|
+
firstName?: string | null;
|
|
7600
|
+
lastName?: string | null;
|
|
7601
|
+
picture?: string | null;
|
|
7602
|
+
} | null;
|
|
7482
7603
|
} | null> | null;
|
|
7483
7604
|
} | null;
|
|
7484
7605
|
};
|
|
@@ -7626,6 +7747,14 @@ export type CallCampaignLogsQuery = {
|
|
|
7626
7747
|
callCampaignId?: number | null;
|
|
7627
7748
|
callCampaignLogOutcome?: string | null;
|
|
7628
7749
|
} | null;
|
|
7750
|
+
createdBy?: {
|
|
7751
|
+
__typename?: 'UserType';
|
|
7752
|
+
id?: string | null;
|
|
7753
|
+
email?: string | null;
|
|
7754
|
+
firstName?: string | null;
|
|
7755
|
+
lastName?: string | null;
|
|
7756
|
+
picture?: string | null;
|
|
7757
|
+
} | null;
|
|
7629
7758
|
} | null> | null;
|
|
7630
7759
|
} | null> | null;
|
|
7631
7760
|
pagination?: {
|
|
@@ -8531,6 +8660,14 @@ export type CompaniesQuery = {
|
|
|
8531
8660
|
overdue?: boolean | null;
|
|
8532
8661
|
} | null> | null;
|
|
8533
8662
|
} | null;
|
|
8663
|
+
createdBy?: {
|
|
8664
|
+
__typename?: 'UserType';
|
|
8665
|
+
id?: string | null;
|
|
8666
|
+
email?: string | null;
|
|
8667
|
+
firstName?: string | null;
|
|
8668
|
+
lastName?: string | null;
|
|
8669
|
+
picture?: string | null;
|
|
8670
|
+
} | null;
|
|
8534
8671
|
} | null> | null;
|
|
8535
8672
|
} | null> | null;
|
|
8536
8673
|
tasks?: Array<{
|
|
@@ -8668,6 +8805,14 @@ export type CompaniesQuery = {
|
|
|
8668
8805
|
callCampaignId?: number | null;
|
|
8669
8806
|
callCampaignLogOutcome?: string | null;
|
|
8670
8807
|
} | null;
|
|
8808
|
+
createdBy?: {
|
|
8809
|
+
__typename?: 'UserType';
|
|
8810
|
+
id?: string | null;
|
|
8811
|
+
email?: string | null;
|
|
8812
|
+
firstName?: string | null;
|
|
8813
|
+
lastName?: string | null;
|
|
8814
|
+
picture?: string | null;
|
|
8815
|
+
} | null;
|
|
8671
8816
|
} | null> | null;
|
|
8672
8817
|
industry?: {
|
|
8673
8818
|
__typename?: 'IndustryTypeObject';
|
|
@@ -9191,8 +9336,24 @@ export type CompanyQuery = {
|
|
|
9191
9336
|
callCampaignId?: number | null;
|
|
9192
9337
|
callCampaignLogOutcome?: string | null;
|
|
9193
9338
|
} | null;
|
|
9339
|
+
createdBy?: {
|
|
9340
|
+
__typename?: 'UserType';
|
|
9341
|
+
id?: string | null;
|
|
9342
|
+
email?: string | null;
|
|
9343
|
+
firstName?: string | null;
|
|
9344
|
+
lastName?: string | null;
|
|
9345
|
+
picture?: string | null;
|
|
9346
|
+
} | null;
|
|
9194
9347
|
} | null> | null;
|
|
9195
9348
|
} | null;
|
|
9349
|
+
createdBy?: {
|
|
9350
|
+
__typename?: 'UserType';
|
|
9351
|
+
id?: string | null;
|
|
9352
|
+
email?: string | null;
|
|
9353
|
+
firstName?: string | null;
|
|
9354
|
+
lastName?: string | null;
|
|
9355
|
+
picture?: string | null;
|
|
9356
|
+
} | null;
|
|
9196
9357
|
} | null> | null;
|
|
9197
9358
|
} | null> | null;
|
|
9198
9359
|
tasks?: Array<{
|
|
@@ -9330,6 +9491,14 @@ export type CompanyQuery = {
|
|
|
9330
9491
|
callCampaignId?: number | null;
|
|
9331
9492
|
callCampaignLogOutcome?: string | null;
|
|
9332
9493
|
} | null;
|
|
9494
|
+
createdBy?: {
|
|
9495
|
+
__typename?: 'UserType';
|
|
9496
|
+
id?: string | null;
|
|
9497
|
+
email?: string | null;
|
|
9498
|
+
firstName?: string | null;
|
|
9499
|
+
lastName?: string | null;
|
|
9500
|
+
picture?: string | null;
|
|
9501
|
+
} | null;
|
|
9333
9502
|
} | null> | null;
|
|
9334
9503
|
industry?: {
|
|
9335
9504
|
__typename?: 'IndustryTypeObject';
|
|
@@ -9686,8 +9855,24 @@ export type CompanyNoteQuery = {
|
|
|
9686
9855
|
callCampaignId?: number | null;
|
|
9687
9856
|
callCampaignLogOutcome?: string | null;
|
|
9688
9857
|
} | null;
|
|
9858
|
+
createdBy?: {
|
|
9859
|
+
__typename?: 'UserType';
|
|
9860
|
+
id?: string | null;
|
|
9861
|
+
email?: string | null;
|
|
9862
|
+
firstName?: string | null;
|
|
9863
|
+
lastName?: string | null;
|
|
9864
|
+
picture?: string | null;
|
|
9865
|
+
} | null;
|
|
9689
9866
|
} | null> | null;
|
|
9690
9867
|
} | null;
|
|
9868
|
+
createdBy?: {
|
|
9869
|
+
__typename?: 'UserType';
|
|
9870
|
+
id?: string | null;
|
|
9871
|
+
email?: string | null;
|
|
9872
|
+
firstName?: string | null;
|
|
9873
|
+
lastName?: string | null;
|
|
9874
|
+
picture?: string | null;
|
|
9875
|
+
} | null;
|
|
9691
9876
|
} | null> | null;
|
|
9692
9877
|
} | null;
|
|
9693
9878
|
};
|
|
@@ -9981,8 +10166,24 @@ export type CompanyNotesQuery = {
|
|
|
9981
10166
|
callCampaignId?: number | null;
|
|
9982
10167
|
callCampaignLogOutcome?: string | null;
|
|
9983
10168
|
} | null;
|
|
10169
|
+
createdBy?: {
|
|
10170
|
+
__typename?: 'UserType';
|
|
10171
|
+
id?: string | null;
|
|
10172
|
+
email?: string | null;
|
|
10173
|
+
firstName?: string | null;
|
|
10174
|
+
lastName?: string | null;
|
|
10175
|
+
picture?: string | null;
|
|
10176
|
+
} | null;
|
|
9984
10177
|
} | null> | null;
|
|
9985
10178
|
} | null;
|
|
10179
|
+
createdBy?: {
|
|
10180
|
+
__typename?: 'UserType';
|
|
10181
|
+
id?: string | null;
|
|
10182
|
+
email?: string | null;
|
|
10183
|
+
firstName?: string | null;
|
|
10184
|
+
lastName?: string | null;
|
|
10185
|
+
picture?: string | null;
|
|
10186
|
+
} | null;
|
|
9986
10187
|
} | null> | null;
|
|
9987
10188
|
} | null> | null;
|
|
9988
10189
|
pagination?: {
|
|
@@ -10845,6 +11046,14 @@ export type RecentHistoryQuery = {
|
|
|
10845
11046
|
callCampaignId?: number | null;
|
|
10846
11047
|
callCampaignLogOutcome?: string | null;
|
|
10847
11048
|
} | null;
|
|
11049
|
+
createdBy?: {
|
|
11050
|
+
__typename?: 'UserType';
|
|
11051
|
+
id?: string | null;
|
|
11052
|
+
email?: string | null;
|
|
11053
|
+
firstName?: string | null;
|
|
11054
|
+
lastName?: string | null;
|
|
11055
|
+
picture?: string | null;
|
|
11056
|
+
} | null;
|
|
10848
11057
|
} | null> | null;
|
|
10849
11058
|
} | null> | null;
|
|
10850
11059
|
tasks?: Array<{
|
|
@@ -10982,6 +11191,14 @@ export type RecentHistoryQuery = {
|
|
|
10982
11191
|
callCampaignId?: number | null;
|
|
10983
11192
|
callCampaignLogOutcome?: string | null;
|
|
10984
11193
|
} | null;
|
|
11194
|
+
createdBy?: {
|
|
11195
|
+
__typename?: 'UserType';
|
|
11196
|
+
id?: string | null;
|
|
11197
|
+
email?: string | null;
|
|
11198
|
+
firstName?: string | null;
|
|
11199
|
+
lastName?: string | null;
|
|
11200
|
+
picture?: string | null;
|
|
11201
|
+
} | null;
|
|
10985
11202
|
} | null> | null;
|
|
10986
11203
|
industry?: {
|
|
10987
11204
|
__typename?: 'IndustryTypeObject';
|
|
@@ -11328,6 +11545,14 @@ export type TaskQuery = {
|
|
|
11328
11545
|
callCampaignId?: number | null;
|
|
11329
11546
|
callCampaignLogOutcome?: string | null;
|
|
11330
11547
|
} | null;
|
|
11548
|
+
createdBy?: {
|
|
11549
|
+
__typename?: 'UserType';
|
|
11550
|
+
id?: string | null;
|
|
11551
|
+
email?: string | null;
|
|
11552
|
+
firstName?: string | null;
|
|
11553
|
+
lastName?: string | null;
|
|
11554
|
+
picture?: string | null;
|
|
11555
|
+
} | null;
|
|
11331
11556
|
} | null;
|
|
11332
11557
|
};
|
|
11333
11558
|
export type TasksQueryVariables = Exact<{
|
|
@@ -11474,6 +11699,14 @@ export type TasksQuery = {
|
|
|
11474
11699
|
callCampaignId?: number | null;
|
|
11475
11700
|
callCampaignLogOutcome?: string | null;
|
|
11476
11701
|
} | null;
|
|
11702
|
+
createdBy?: {
|
|
11703
|
+
__typename?: 'UserType';
|
|
11704
|
+
id?: string | null;
|
|
11705
|
+
email?: string | null;
|
|
11706
|
+
firstName?: string | null;
|
|
11707
|
+
lastName?: string | null;
|
|
11708
|
+
picture?: string | null;
|
|
11709
|
+
} | null;
|
|
11477
11710
|
} | null> | null;
|
|
11478
11711
|
pagination?: {
|
|
11479
11712
|
__typename?: 'PaginationInfo';
|
|
@@ -1227,6 +1227,13 @@ exports.CreateCallCampaignLogDocument = (0, client_1.gql) `
|
|
|
1227
1227
|
contactId
|
|
1228
1228
|
contactName
|
|
1229
1229
|
overdue
|
|
1230
|
+
createdBy {
|
|
1231
|
+
id
|
|
1232
|
+
email
|
|
1233
|
+
firstName
|
|
1234
|
+
lastName
|
|
1235
|
+
picture
|
|
1236
|
+
}
|
|
1230
1237
|
}
|
|
1231
1238
|
campaignId
|
|
1232
1239
|
campaignName
|
|
@@ -1741,6 +1748,13 @@ exports.CreateCompanyDocument = (0, client_1.gql) `
|
|
|
1741
1748
|
contactId
|
|
1742
1749
|
contactName
|
|
1743
1750
|
overdue
|
|
1751
|
+
createdBy {
|
|
1752
|
+
id
|
|
1753
|
+
email
|
|
1754
|
+
firstName
|
|
1755
|
+
lastName
|
|
1756
|
+
picture
|
|
1757
|
+
}
|
|
1744
1758
|
}
|
|
1745
1759
|
companyId
|
|
1746
1760
|
companyName
|
|
@@ -1757,6 +1771,13 @@ exports.CreateCompanyDocument = (0, client_1.gql) `
|
|
|
1757
1771
|
contactId
|
|
1758
1772
|
contactName
|
|
1759
1773
|
overdue
|
|
1774
|
+
createdBy {
|
|
1775
|
+
id
|
|
1776
|
+
email
|
|
1777
|
+
firstName
|
|
1778
|
+
lastName
|
|
1779
|
+
picture
|
|
1780
|
+
}
|
|
1760
1781
|
}
|
|
1761
1782
|
companyId
|
|
1762
1783
|
companyName
|
|
@@ -1894,6 +1915,13 @@ exports.CreateCompanyDocument = (0, client_1.gql) `
|
|
|
1894
1915
|
contactId
|
|
1895
1916
|
contactName
|
|
1896
1917
|
overdue
|
|
1918
|
+
createdBy {
|
|
1919
|
+
id
|
|
1920
|
+
email
|
|
1921
|
+
firstName
|
|
1922
|
+
lastName
|
|
1923
|
+
picture
|
|
1924
|
+
}
|
|
1897
1925
|
}
|
|
1898
1926
|
pk
|
|
1899
1927
|
industry {
|
|
@@ -2228,6 +2256,13 @@ exports.CreateCompanyNoteDocument = (0, client_1.gql) `
|
|
|
2228
2256
|
contactId
|
|
2229
2257
|
contactName
|
|
2230
2258
|
overdue
|
|
2259
|
+
createdBy {
|
|
2260
|
+
id
|
|
2261
|
+
email
|
|
2262
|
+
firstName
|
|
2263
|
+
lastName
|
|
2264
|
+
picture
|
|
2265
|
+
}
|
|
2231
2266
|
}
|
|
2232
2267
|
companyId
|
|
2233
2268
|
companyName
|
|
@@ -2244,6 +2279,13 @@ exports.CreateCompanyNoteDocument = (0, client_1.gql) `
|
|
|
2244
2279
|
contactId
|
|
2245
2280
|
contactName
|
|
2246
2281
|
overdue
|
|
2282
|
+
createdBy {
|
|
2283
|
+
id
|
|
2284
|
+
email
|
|
2285
|
+
firstName
|
|
2286
|
+
lastName
|
|
2287
|
+
picture
|
|
2288
|
+
}
|
|
2247
2289
|
}
|
|
2248
2290
|
companyId
|
|
2249
2291
|
companyName
|
|
@@ -2600,6 +2642,13 @@ exports.CreateTaskDocument = (0, client_1.gql) `
|
|
|
2600
2642
|
contactId
|
|
2601
2643
|
contactName
|
|
2602
2644
|
overdue
|
|
2645
|
+
createdBy {
|
|
2646
|
+
id
|
|
2647
|
+
email
|
|
2648
|
+
firstName
|
|
2649
|
+
lastName
|
|
2650
|
+
picture
|
|
2651
|
+
}
|
|
2603
2652
|
}
|
|
2604
2653
|
success
|
|
2605
2654
|
}
|
|
@@ -4450,6 +4499,13 @@ exports.UpdateCallCampaignLogDocument = (0, client_1.gql) `
|
|
|
4450
4499
|
contactId
|
|
4451
4500
|
contactName
|
|
4452
4501
|
overdue
|
|
4502
|
+
createdBy {
|
|
4503
|
+
id
|
|
4504
|
+
email
|
|
4505
|
+
firstName
|
|
4506
|
+
lastName
|
|
4507
|
+
picture
|
|
4508
|
+
}
|
|
4453
4509
|
}
|
|
4454
4510
|
campaignId
|
|
4455
4511
|
campaignName
|
|
@@ -4965,6 +5021,13 @@ exports.UpdateCompanyDocument = (0, client_1.gql) `
|
|
|
4965
5021
|
contactId
|
|
4966
5022
|
contactName
|
|
4967
5023
|
overdue
|
|
5024
|
+
createdBy {
|
|
5025
|
+
id
|
|
5026
|
+
email
|
|
5027
|
+
firstName
|
|
5028
|
+
lastName
|
|
5029
|
+
picture
|
|
5030
|
+
}
|
|
4968
5031
|
}
|
|
4969
5032
|
companyId
|
|
4970
5033
|
companyName
|
|
@@ -4981,6 +5044,13 @@ exports.UpdateCompanyDocument = (0, client_1.gql) `
|
|
|
4981
5044
|
contactId
|
|
4982
5045
|
contactName
|
|
4983
5046
|
overdue
|
|
5047
|
+
createdBy {
|
|
5048
|
+
id
|
|
5049
|
+
email
|
|
5050
|
+
firstName
|
|
5051
|
+
lastName
|
|
5052
|
+
picture
|
|
5053
|
+
}
|
|
4984
5054
|
}
|
|
4985
5055
|
companyId
|
|
4986
5056
|
companyName
|
|
@@ -5118,6 +5188,13 @@ exports.UpdateCompanyDocument = (0, client_1.gql) `
|
|
|
5118
5188
|
contactId
|
|
5119
5189
|
contactName
|
|
5120
5190
|
overdue
|
|
5191
|
+
createdBy {
|
|
5192
|
+
id
|
|
5193
|
+
email
|
|
5194
|
+
firstName
|
|
5195
|
+
lastName
|
|
5196
|
+
picture
|
|
5197
|
+
}
|
|
5121
5198
|
}
|
|
5122
5199
|
pk
|
|
5123
5200
|
industry {
|
|
@@ -5452,6 +5529,13 @@ exports.UpdateCompanyNoteDocument = (0, client_1.gql) `
|
|
|
5452
5529
|
contactId
|
|
5453
5530
|
contactName
|
|
5454
5531
|
overdue
|
|
5532
|
+
createdBy {
|
|
5533
|
+
id
|
|
5534
|
+
email
|
|
5535
|
+
firstName
|
|
5536
|
+
lastName
|
|
5537
|
+
picture
|
|
5538
|
+
}
|
|
5455
5539
|
}
|
|
5456
5540
|
companyId
|
|
5457
5541
|
companyName
|
|
@@ -5468,6 +5552,13 @@ exports.UpdateCompanyNoteDocument = (0, client_1.gql) `
|
|
|
5468
5552
|
contactId
|
|
5469
5553
|
contactName
|
|
5470
5554
|
overdue
|
|
5555
|
+
createdBy {
|
|
5556
|
+
id
|
|
5557
|
+
email
|
|
5558
|
+
firstName
|
|
5559
|
+
lastName
|
|
5560
|
+
picture
|
|
5561
|
+
}
|
|
5471
5562
|
}
|
|
5472
5563
|
companyId
|
|
5473
5564
|
companyName
|
|
@@ -5784,6 +5875,13 @@ exports.UpdateTaskDocument = (0, client_1.gql) `
|
|
|
5784
5875
|
contactId
|
|
5785
5876
|
contactName
|
|
5786
5877
|
overdue
|
|
5878
|
+
createdBy {
|
|
5879
|
+
id
|
|
5880
|
+
email
|
|
5881
|
+
firstName
|
|
5882
|
+
lastName
|
|
5883
|
+
picture
|
|
5884
|
+
}
|
|
5787
5885
|
}
|
|
5788
5886
|
success
|
|
5789
5887
|
}
|
|
@@ -6278,6 +6376,13 @@ exports.CallCampaignLogDocument = (0, client_1.gql) `
|
|
|
6278
6376
|
contactId
|
|
6279
6377
|
contactName
|
|
6280
6378
|
overdue
|
|
6379
|
+
createdBy {
|
|
6380
|
+
id
|
|
6381
|
+
email
|
|
6382
|
+
firstName
|
|
6383
|
+
lastName
|
|
6384
|
+
picture
|
|
6385
|
+
}
|
|
6281
6386
|
}
|
|
6282
6387
|
campaignId
|
|
6283
6388
|
campaignName
|
|
@@ -6443,6 +6548,13 @@ exports.CallCampaignLogsDocument = (0, client_1.gql) `
|
|
|
6443
6548
|
contactId
|
|
6444
6549
|
contactName
|
|
6445
6550
|
overdue
|
|
6551
|
+
createdBy {
|
|
6552
|
+
id
|
|
6553
|
+
email
|
|
6554
|
+
firstName
|
|
6555
|
+
lastName
|
|
6556
|
+
picture
|
|
6557
|
+
}
|
|
6446
6558
|
}
|
|
6447
6559
|
campaignId
|
|
6448
6560
|
campaignName
|
|
@@ -7480,6 +7592,13 @@ exports.CompaniesDocument = (0, client_1.gql) `
|
|
|
7480
7592
|
contactId
|
|
7481
7593
|
contactName
|
|
7482
7594
|
overdue
|
|
7595
|
+
createdBy {
|
|
7596
|
+
id
|
|
7597
|
+
email
|
|
7598
|
+
firstName
|
|
7599
|
+
lastName
|
|
7600
|
+
picture
|
|
7601
|
+
}
|
|
7483
7602
|
}
|
|
7484
7603
|
companyId
|
|
7485
7604
|
companyName
|
|
@@ -7617,6 +7736,13 @@ exports.CompaniesDocument = (0, client_1.gql) `
|
|
|
7617
7736
|
contactId
|
|
7618
7737
|
contactName
|
|
7619
7738
|
overdue
|
|
7739
|
+
createdBy {
|
|
7740
|
+
id
|
|
7741
|
+
email
|
|
7742
|
+
firstName
|
|
7743
|
+
lastName
|
|
7744
|
+
picture
|
|
7745
|
+
}
|
|
7620
7746
|
}
|
|
7621
7747
|
pk
|
|
7622
7748
|
industry {
|
|
@@ -8103,6 +8229,13 @@ exports.CompanyDocument = (0, client_1.gql) `
|
|
|
8103
8229
|
contactId
|
|
8104
8230
|
contactName
|
|
8105
8231
|
overdue
|
|
8232
|
+
createdBy {
|
|
8233
|
+
id
|
|
8234
|
+
email
|
|
8235
|
+
firstName
|
|
8236
|
+
lastName
|
|
8237
|
+
picture
|
|
8238
|
+
}
|
|
8106
8239
|
}
|
|
8107
8240
|
companyId
|
|
8108
8241
|
companyName
|
|
@@ -8119,6 +8252,13 @@ exports.CompanyDocument = (0, client_1.gql) `
|
|
|
8119
8252
|
contactId
|
|
8120
8253
|
contactName
|
|
8121
8254
|
overdue
|
|
8255
|
+
createdBy {
|
|
8256
|
+
id
|
|
8257
|
+
email
|
|
8258
|
+
firstName
|
|
8259
|
+
lastName
|
|
8260
|
+
picture
|
|
8261
|
+
}
|
|
8122
8262
|
}
|
|
8123
8263
|
companyId
|
|
8124
8264
|
companyName
|
|
@@ -8256,6 +8396,13 @@ exports.CompanyDocument = (0, client_1.gql) `
|
|
|
8256
8396
|
contactId
|
|
8257
8397
|
contactName
|
|
8258
8398
|
overdue
|
|
8399
|
+
createdBy {
|
|
8400
|
+
id
|
|
8401
|
+
email
|
|
8402
|
+
firstName
|
|
8403
|
+
lastName
|
|
8404
|
+
picture
|
|
8405
|
+
}
|
|
8259
8406
|
}
|
|
8260
8407
|
pk
|
|
8261
8408
|
industry {
|
|
@@ -8595,6 +8742,13 @@ exports.CompanyNoteDocument = (0, client_1.gql) `
|
|
|
8595
8742
|
contactId
|
|
8596
8743
|
contactName
|
|
8597
8744
|
overdue
|
|
8745
|
+
createdBy {
|
|
8746
|
+
id
|
|
8747
|
+
email
|
|
8748
|
+
firstName
|
|
8749
|
+
lastName
|
|
8750
|
+
picture
|
|
8751
|
+
}
|
|
8598
8752
|
}
|
|
8599
8753
|
companyId
|
|
8600
8754
|
companyName
|
|
@@ -8611,6 +8765,13 @@ exports.CompanyNoteDocument = (0, client_1.gql) `
|
|
|
8611
8765
|
contactId
|
|
8612
8766
|
contactName
|
|
8613
8767
|
overdue
|
|
8768
|
+
createdBy {
|
|
8769
|
+
id
|
|
8770
|
+
email
|
|
8771
|
+
firstName
|
|
8772
|
+
lastName
|
|
8773
|
+
picture
|
|
8774
|
+
}
|
|
8614
8775
|
}
|
|
8615
8776
|
companyId
|
|
8616
8777
|
companyName
|
|
@@ -8895,6 +9056,13 @@ exports.CompanyNotesDocument = (0, client_1.gql) `
|
|
|
8895
9056
|
contactId
|
|
8896
9057
|
contactName
|
|
8897
9058
|
overdue
|
|
9059
|
+
createdBy {
|
|
9060
|
+
id
|
|
9061
|
+
email
|
|
9062
|
+
firstName
|
|
9063
|
+
lastName
|
|
9064
|
+
picture
|
|
9065
|
+
}
|
|
8898
9066
|
}
|
|
8899
9067
|
companyId
|
|
8900
9068
|
companyName
|
|
@@ -8911,6 +9079,13 @@ exports.CompanyNotesDocument = (0, client_1.gql) `
|
|
|
8911
9079
|
contactId
|
|
8912
9080
|
contactName
|
|
8913
9081
|
overdue
|
|
9082
|
+
createdBy {
|
|
9083
|
+
id
|
|
9084
|
+
email
|
|
9085
|
+
firstName
|
|
9086
|
+
lastName
|
|
9087
|
+
picture
|
|
9088
|
+
}
|
|
8914
9089
|
}
|
|
8915
9090
|
companyId
|
|
8916
9091
|
companyName
|
|
@@ -10190,6 +10365,13 @@ exports.RecentHistoryDocument = (0, client_1.gql) `
|
|
|
10190
10365
|
contactId
|
|
10191
10366
|
contactName
|
|
10192
10367
|
overdue
|
|
10368
|
+
createdBy {
|
|
10369
|
+
id
|
|
10370
|
+
email
|
|
10371
|
+
firstName
|
|
10372
|
+
lastName
|
|
10373
|
+
picture
|
|
10374
|
+
}
|
|
10193
10375
|
}
|
|
10194
10376
|
companyId
|
|
10195
10377
|
companyName
|
|
@@ -10327,6 +10509,13 @@ exports.RecentHistoryDocument = (0, client_1.gql) `
|
|
|
10327
10509
|
contactId
|
|
10328
10510
|
contactName
|
|
10329
10511
|
overdue
|
|
10512
|
+
createdBy {
|
|
10513
|
+
id
|
|
10514
|
+
email
|
|
10515
|
+
firstName
|
|
10516
|
+
lastName
|
|
10517
|
+
picture
|
|
10518
|
+
}
|
|
10330
10519
|
}
|
|
10331
10520
|
pk
|
|
10332
10521
|
industry {
|
|
@@ -10801,6 +10990,13 @@ exports.TaskDocument = (0, client_1.gql) `
|
|
|
10801
10990
|
contactId
|
|
10802
10991
|
contactName
|
|
10803
10992
|
overdue
|
|
10993
|
+
createdBy {
|
|
10994
|
+
id
|
|
10995
|
+
email
|
|
10996
|
+
firstName
|
|
10997
|
+
lastName
|
|
10998
|
+
picture
|
|
10999
|
+
}
|
|
10804
11000
|
}
|
|
10805
11001
|
}
|
|
10806
11002
|
`;
|
|
@@ -10961,6 +11157,13 @@ exports.TasksDocument = (0, client_1.gql) `
|
|
|
10961
11157
|
contactId
|
|
10962
11158
|
contactName
|
|
10963
11159
|
overdue
|
|
11160
|
+
createdBy {
|
|
11161
|
+
id
|
|
11162
|
+
email
|
|
11163
|
+
firstName
|
|
11164
|
+
lastName
|
|
11165
|
+
picture
|
|
11166
|
+
}
|
|
10964
11167
|
}
|
|
10965
11168
|
pagination {
|
|
10966
11169
|
currentPage
|
package/dist/mutations.js
CHANGED
|
@@ -680,6 +680,13 @@ mutation CreateCompany($input: CompanyInput) {
|
|
|
680
680
|
contactId
|
|
681
681
|
contactName
|
|
682
682
|
overdue
|
|
683
|
+
createdBy {
|
|
684
|
+
id
|
|
685
|
+
email
|
|
686
|
+
firstName
|
|
687
|
+
lastName
|
|
688
|
+
picture
|
|
689
|
+
}
|
|
683
690
|
}
|
|
684
691
|
companyId
|
|
685
692
|
companyName
|
|
@@ -696,6 +703,13 @@ mutation CreateCompany($input: CompanyInput) {
|
|
|
696
703
|
contactId
|
|
697
704
|
contactName
|
|
698
705
|
overdue
|
|
706
|
+
createdBy {
|
|
707
|
+
id
|
|
708
|
+
email
|
|
709
|
+
firstName
|
|
710
|
+
lastName
|
|
711
|
+
picture
|
|
712
|
+
}
|
|
699
713
|
}
|
|
700
714
|
companyId
|
|
701
715
|
companyName
|
|
@@ -833,6 +847,13 @@ mutation CreateCompany($input: CompanyInput) {
|
|
|
833
847
|
contactId
|
|
834
848
|
contactName
|
|
835
849
|
overdue
|
|
850
|
+
createdBy {
|
|
851
|
+
id
|
|
852
|
+
email
|
|
853
|
+
firstName
|
|
854
|
+
lastName
|
|
855
|
+
picture
|
|
856
|
+
}
|
|
836
857
|
}
|
|
837
858
|
pk
|
|
838
859
|
industry {
|
|
@@ -1281,6 +1302,13 @@ mutation UpdateCompany($input: CompanyInput) {
|
|
|
1281
1302
|
contactId
|
|
1282
1303
|
contactName
|
|
1283
1304
|
overdue
|
|
1305
|
+
createdBy {
|
|
1306
|
+
id
|
|
1307
|
+
email
|
|
1308
|
+
firstName
|
|
1309
|
+
lastName
|
|
1310
|
+
picture
|
|
1311
|
+
}
|
|
1284
1312
|
}
|
|
1285
1313
|
companyId
|
|
1286
1314
|
companyName
|
|
@@ -1297,6 +1325,13 @@ mutation UpdateCompany($input: CompanyInput) {
|
|
|
1297
1325
|
contactId
|
|
1298
1326
|
contactName
|
|
1299
1327
|
overdue
|
|
1328
|
+
createdBy {
|
|
1329
|
+
id
|
|
1330
|
+
email
|
|
1331
|
+
firstName
|
|
1332
|
+
lastName
|
|
1333
|
+
picture
|
|
1334
|
+
}
|
|
1300
1335
|
}
|
|
1301
1336
|
companyId
|
|
1302
1337
|
companyName
|
|
@@ -1434,6 +1469,13 @@ mutation UpdateCompany($input: CompanyInput) {
|
|
|
1434
1469
|
contactId
|
|
1435
1470
|
contactName
|
|
1436
1471
|
overdue
|
|
1472
|
+
createdBy {
|
|
1473
|
+
id
|
|
1474
|
+
email
|
|
1475
|
+
firstName
|
|
1476
|
+
lastName
|
|
1477
|
+
picture
|
|
1478
|
+
}
|
|
1437
1479
|
}
|
|
1438
1480
|
pk
|
|
1439
1481
|
industry {
|
|
@@ -2691,6 +2733,13 @@ mutation CreateTask($input: CreateTaskInput!) {
|
|
|
2691
2733
|
contactId
|
|
2692
2734
|
contactName
|
|
2693
2735
|
overdue
|
|
2736
|
+
createdBy {
|
|
2737
|
+
id
|
|
2738
|
+
email
|
|
2739
|
+
firstName
|
|
2740
|
+
lastName
|
|
2741
|
+
picture
|
|
2742
|
+
}
|
|
2694
2743
|
}
|
|
2695
2744
|
success
|
|
2696
2745
|
}
|
|
@@ -2824,6 +2873,13 @@ mutation UpdateTask($id: Int!, $input: UpdateTaskInput!) {
|
|
|
2824
2873
|
contactId
|
|
2825
2874
|
contactName
|
|
2826
2875
|
overdue
|
|
2876
|
+
createdBy {
|
|
2877
|
+
id
|
|
2878
|
+
email
|
|
2879
|
+
firstName
|
|
2880
|
+
lastName
|
|
2881
|
+
picture
|
|
2882
|
+
}
|
|
2827
2883
|
}
|
|
2828
2884
|
success
|
|
2829
2885
|
}
|
|
@@ -3180,6 +3236,13 @@ mutation CreateCallCampaignLog($input: CallCampaignLogInput!) {
|
|
|
3180
3236
|
contactId
|
|
3181
3237
|
contactName
|
|
3182
3238
|
overdue
|
|
3239
|
+
createdBy {
|
|
3240
|
+
id
|
|
3241
|
+
email
|
|
3242
|
+
firstName
|
|
3243
|
+
lastName
|
|
3244
|
+
picture
|
|
3245
|
+
}
|
|
3183
3246
|
}
|
|
3184
3247
|
campaignId
|
|
3185
3248
|
campaignName
|
|
@@ -3314,6 +3377,13 @@ mutation UpdateCallCampaignLog($id: ID!, $input: CallCampaignLogInput!) {
|
|
|
3314
3377
|
contactId
|
|
3315
3378
|
contactName
|
|
3316
3379
|
overdue
|
|
3380
|
+
createdBy {
|
|
3381
|
+
id
|
|
3382
|
+
email
|
|
3383
|
+
firstName
|
|
3384
|
+
lastName
|
|
3385
|
+
picture
|
|
3386
|
+
}
|
|
3317
3387
|
}
|
|
3318
3388
|
campaignId
|
|
3319
3389
|
campaignName
|
|
@@ -3586,6 +3656,13 @@ mutation CreateCompanyNote($input: CompanyNoteInput!) {
|
|
|
3586
3656
|
contactId
|
|
3587
3657
|
contactName
|
|
3588
3658
|
overdue
|
|
3659
|
+
createdBy {
|
|
3660
|
+
id
|
|
3661
|
+
email
|
|
3662
|
+
firstName
|
|
3663
|
+
lastName
|
|
3664
|
+
picture
|
|
3665
|
+
}
|
|
3589
3666
|
}
|
|
3590
3667
|
companyId
|
|
3591
3668
|
companyName
|
|
@@ -3602,6 +3679,13 @@ mutation CreateCompanyNote($input: CompanyNoteInput!) {
|
|
|
3602
3679
|
contactId
|
|
3603
3680
|
contactName
|
|
3604
3681
|
overdue
|
|
3682
|
+
createdBy {
|
|
3683
|
+
id
|
|
3684
|
+
email
|
|
3685
|
+
firstName
|
|
3686
|
+
lastName
|
|
3687
|
+
picture
|
|
3688
|
+
}
|
|
3605
3689
|
}
|
|
3606
3690
|
companyId
|
|
3607
3691
|
companyName
|
|
@@ -3872,6 +3956,13 @@ mutation UpdateCompanyNote($input: CompanyNoteInput!) {
|
|
|
3872
3956
|
contactId
|
|
3873
3957
|
contactName
|
|
3874
3958
|
overdue
|
|
3959
|
+
createdBy {
|
|
3960
|
+
id
|
|
3961
|
+
email
|
|
3962
|
+
firstName
|
|
3963
|
+
lastName
|
|
3964
|
+
picture
|
|
3965
|
+
}
|
|
3875
3966
|
}
|
|
3876
3967
|
companyId
|
|
3877
3968
|
companyName
|
|
@@ -3888,6 +3979,13 @@ mutation UpdateCompanyNote($input: CompanyNoteInput!) {
|
|
|
3888
3979
|
contactId
|
|
3889
3980
|
contactName
|
|
3890
3981
|
overdue
|
|
3982
|
+
createdBy {
|
|
3983
|
+
id
|
|
3984
|
+
email
|
|
3985
|
+
firstName
|
|
3986
|
+
lastName
|
|
3987
|
+
picture
|
|
3988
|
+
}
|
|
3891
3989
|
}
|
|
3892
3990
|
companyId
|
|
3893
3991
|
companyName
|
package/dist/queries.js
CHANGED
|
@@ -356,6 +356,13 @@ query RecentHistory($filter: RecentHistoryFilterInput, $sort: RecentHistorySortI
|
|
|
356
356
|
contactId
|
|
357
357
|
contactName
|
|
358
358
|
overdue
|
|
359
|
+
createdBy {
|
|
360
|
+
id
|
|
361
|
+
email
|
|
362
|
+
firstName
|
|
363
|
+
lastName
|
|
364
|
+
picture
|
|
365
|
+
}
|
|
359
366
|
}
|
|
360
367
|
companyId
|
|
361
368
|
companyName
|
|
@@ -493,6 +500,13 @@ query RecentHistory($filter: RecentHistoryFilterInput, $sort: RecentHistorySortI
|
|
|
493
500
|
contactId
|
|
494
501
|
contactName
|
|
495
502
|
overdue
|
|
503
|
+
createdBy {
|
|
504
|
+
id
|
|
505
|
+
email
|
|
506
|
+
firstName
|
|
507
|
+
lastName
|
|
508
|
+
picture
|
|
509
|
+
}
|
|
496
510
|
}
|
|
497
511
|
pk
|
|
498
512
|
industry {
|
|
@@ -814,6 +828,13 @@ query CompanyNotes($filters: CompanyNoteFilterInput, $pagination: PaginationInpu
|
|
|
814
828
|
contactId
|
|
815
829
|
contactName
|
|
816
830
|
overdue
|
|
831
|
+
createdBy {
|
|
832
|
+
id
|
|
833
|
+
email
|
|
834
|
+
firstName
|
|
835
|
+
lastName
|
|
836
|
+
picture
|
|
837
|
+
}
|
|
817
838
|
}
|
|
818
839
|
companyId
|
|
819
840
|
companyName
|
|
@@ -830,6 +851,13 @@ query CompanyNotes($filters: CompanyNoteFilterInput, $pagination: PaginationInpu
|
|
|
830
851
|
contactId
|
|
831
852
|
contactName
|
|
832
853
|
overdue
|
|
854
|
+
createdBy {
|
|
855
|
+
id
|
|
856
|
+
email
|
|
857
|
+
firstName
|
|
858
|
+
lastName
|
|
859
|
+
picture
|
|
860
|
+
}
|
|
833
861
|
}
|
|
834
862
|
companyId
|
|
835
863
|
companyName
|
|
@@ -1107,6 +1135,13 @@ query CompanyNote($id: ID!) {
|
|
|
1107
1135
|
contactId
|
|
1108
1136
|
contactName
|
|
1109
1137
|
overdue
|
|
1138
|
+
createdBy {
|
|
1139
|
+
id
|
|
1140
|
+
email
|
|
1141
|
+
firstName
|
|
1142
|
+
lastName
|
|
1143
|
+
picture
|
|
1144
|
+
}
|
|
1110
1145
|
}
|
|
1111
1146
|
companyId
|
|
1112
1147
|
companyName
|
|
@@ -1123,6 +1158,13 @@ query CompanyNote($id: ID!) {
|
|
|
1123
1158
|
contactId
|
|
1124
1159
|
contactName
|
|
1125
1160
|
overdue
|
|
1161
|
+
createdBy {
|
|
1162
|
+
id
|
|
1163
|
+
email
|
|
1164
|
+
firstName
|
|
1165
|
+
lastName
|
|
1166
|
+
picture
|
|
1167
|
+
}
|
|
1126
1168
|
}
|
|
1127
1169
|
companyId
|
|
1128
1170
|
companyName
|
|
@@ -1396,6 +1438,13 @@ query CallCampaignLogs($callCampaignId: ID!, $pagination: PaginationInput!, $sea
|
|
|
1396
1438
|
contactId
|
|
1397
1439
|
contactName
|
|
1398
1440
|
overdue
|
|
1441
|
+
createdBy {
|
|
1442
|
+
id
|
|
1443
|
+
email
|
|
1444
|
+
firstName
|
|
1445
|
+
lastName
|
|
1446
|
+
picture
|
|
1447
|
+
}
|
|
1399
1448
|
}
|
|
1400
1449
|
campaignId
|
|
1401
1450
|
campaignName
|
|
@@ -1535,6 +1584,13 @@ query CallCampaignLog($id: ID!) {
|
|
|
1535
1584
|
contactId
|
|
1536
1585
|
contactName
|
|
1537
1586
|
overdue
|
|
1587
|
+
createdBy {
|
|
1588
|
+
id
|
|
1589
|
+
email
|
|
1590
|
+
firstName
|
|
1591
|
+
lastName
|
|
1592
|
+
picture
|
|
1593
|
+
}
|
|
1538
1594
|
}
|
|
1539
1595
|
campaignId
|
|
1540
1596
|
campaignName
|
|
@@ -1676,6 +1732,13 @@ query Tasks($filters: TaskFilterInput, $sortBy: String, $sortDirection: String)
|
|
|
1676
1732
|
contactId
|
|
1677
1733
|
contactName
|
|
1678
1734
|
overdue
|
|
1735
|
+
createdBy {
|
|
1736
|
+
id
|
|
1737
|
+
email
|
|
1738
|
+
firstName
|
|
1739
|
+
lastName
|
|
1740
|
+
picture
|
|
1741
|
+
}
|
|
1679
1742
|
}
|
|
1680
1743
|
pagination {
|
|
1681
1744
|
currentPage
|
|
@@ -1823,6 +1886,13 @@ query Task($id: Int!) {
|
|
|
1823
1886
|
contactId
|
|
1824
1887
|
contactName
|
|
1825
1888
|
overdue
|
|
1889
|
+
createdBy {
|
|
1890
|
+
id
|
|
1891
|
+
email
|
|
1892
|
+
firstName
|
|
1893
|
+
lastName
|
|
1894
|
+
picture
|
|
1895
|
+
}
|
|
1826
1896
|
}
|
|
1827
1897
|
}`;
|
|
1828
1898
|
exports.UNREAD_NOTIFICATIONS_COUNT = (0, client_1.gql) `
|
|
@@ -2721,6 +2791,13 @@ query Companies($filters: CompanyFilterInput, $pagination: PaginationInput, $sor
|
|
|
2721
2791
|
contactId
|
|
2722
2792
|
contactName
|
|
2723
2793
|
overdue
|
|
2794
|
+
createdBy {
|
|
2795
|
+
id
|
|
2796
|
+
email
|
|
2797
|
+
firstName
|
|
2798
|
+
lastName
|
|
2799
|
+
picture
|
|
2800
|
+
}
|
|
2724
2801
|
}
|
|
2725
2802
|
companyId
|
|
2726
2803
|
companyName
|
|
@@ -2858,6 +2935,13 @@ query Companies($filters: CompanyFilterInput, $pagination: PaginationInput, $sor
|
|
|
2858
2935
|
contactId
|
|
2859
2936
|
contactName
|
|
2860
2937
|
overdue
|
|
2938
|
+
createdBy {
|
|
2939
|
+
id
|
|
2940
|
+
email
|
|
2941
|
+
firstName
|
|
2942
|
+
lastName
|
|
2943
|
+
picture
|
|
2944
|
+
}
|
|
2861
2945
|
}
|
|
2862
2946
|
pk
|
|
2863
2947
|
industry {
|
|
@@ -3411,6 +3495,13 @@ query Company($id: String) {
|
|
|
3411
3495
|
contactId
|
|
3412
3496
|
contactName
|
|
3413
3497
|
overdue
|
|
3498
|
+
createdBy {
|
|
3499
|
+
id
|
|
3500
|
+
email
|
|
3501
|
+
firstName
|
|
3502
|
+
lastName
|
|
3503
|
+
picture
|
|
3504
|
+
}
|
|
3414
3505
|
}
|
|
3415
3506
|
companyId
|
|
3416
3507
|
companyName
|
|
@@ -3427,6 +3518,13 @@ query Company($id: String) {
|
|
|
3427
3518
|
contactId
|
|
3428
3519
|
contactName
|
|
3429
3520
|
overdue
|
|
3521
|
+
createdBy {
|
|
3522
|
+
id
|
|
3523
|
+
email
|
|
3524
|
+
firstName
|
|
3525
|
+
lastName
|
|
3526
|
+
picture
|
|
3527
|
+
}
|
|
3430
3528
|
}
|
|
3431
3529
|
companyId
|
|
3432
3530
|
companyName
|
|
@@ -3564,6 +3662,13 @@ query Company($id: String) {
|
|
|
3564
3662
|
contactId
|
|
3565
3663
|
contactName
|
|
3566
3664
|
overdue
|
|
3665
|
+
createdBy {
|
|
3666
|
+
id
|
|
3667
|
+
email
|
|
3668
|
+
firstName
|
|
3669
|
+
lastName
|
|
3670
|
+
picture
|
|
3671
|
+
}
|
|
3567
3672
|
}
|
|
3568
3673
|
pk
|
|
3569
3674
|
industry {
|