cf-service-sdk 0.0.62 → 0.0.63

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.
@@ -411,7 +411,7 @@ export type CallCampaignLogObject = {
411
411
  businessOpportunities?: Maybe<Scalars['JSONString']['output']>;
412
412
  businessRevenue?: Maybe<Scalars['String']['output']>;
413
413
  businessSize?: Maybe<Scalars['String']['output']>;
414
- campaignId?: Maybe<Scalars['Int']['output']>;
414
+ campaignId?: Maybe<Scalars['ID']['output']>;
415
415
  campaignName?: Maybe<Scalars['String']['output']>;
416
416
  contactId?: Maybe<Scalars['Int']['output']>;
417
417
  contactName?: Maybe<Scalars['String']['output']>;
@@ -513,7 +513,7 @@ export type CallReportFilterInput = {
513
513
  export type CallReportLogObject = {
514
514
  __typename?: 'CallReportLogObject';
515
515
  businessOpportunities?: Maybe<Scalars['JSONString']['output']>;
516
- campaignId?: Maybe<Scalars['Int']['output']>;
516
+ campaignId?: Maybe<Scalars['ID']['output']>;
517
517
  campaignName?: Maybe<Scalars['String']['output']>;
518
518
  companyId?: Maybe<Scalars['Int']['output']>;
519
519
  companyName?: Maybe<Scalars['String']['output']>;
@@ -527,6 +527,8 @@ export type CallReportLogObject = {
527
527
  productsOfInterest?: Maybe<Scalars['JSONString']['output']>;
528
528
  salespersonId?: Maybe<Scalars['Int']['output']>;
529
529
  salespersonName?: Maybe<Scalars['String']['output']>;
530
+ /** Source of the call log: 'CallCampaign' or 'CombinedCampaign' */
531
+ source?: Maybe<Scalars['String']['output']>;
530
532
  tasks?: Maybe<Array<Maybe<TaskObject>>>;
531
533
  timestamp?: Maybe<Scalars['DateTime']['output']>;
532
534
  };
@@ -4126,7 +4128,7 @@ export type CreateCallCampaignLogMutation = {
4126
4128
  productsOfInterest?: any | null;
4127
4129
  businessOpportunities?: any | null;
4128
4130
  currentSupplier?: string | null;
4129
- campaignId?: number | null;
4131
+ campaignId?: string | null;
4130
4132
  campaignName?: string | null;
4131
4133
  segmentId?: number | null;
4132
4134
  segmentName?: string | null;
@@ -4767,7 +4769,7 @@ export type CreateCompanyMutation = {
4767
4769
  productsOfInterest?: any | null;
4768
4770
  businessOpportunities?: any | null;
4769
4771
  currentSupplier?: string | null;
4770
- campaignId?: number | null;
4772
+ campaignId?: string | null;
4771
4773
  campaignName?: string | null;
4772
4774
  segmentId?: number | null;
4773
4775
  segmentName?: string | null;
@@ -4886,7 +4888,7 @@ export type CreateCompanyMutation = {
4886
4888
  productsOfInterest?: any | null;
4887
4889
  businessOpportunities?: any | null;
4888
4890
  currentSupplier?: string | null;
4889
- campaignId?: number | null;
4891
+ campaignId?: string | null;
4890
4892
  campaignName?: string | null;
4891
4893
  segmentId?: number | null;
4892
4894
  segmentName?: string | null;
@@ -5042,7 +5044,7 @@ export type CreateCompanyMutation = {
5042
5044
  productsOfInterest?: any | null;
5043
5045
  businessOpportunities?: any | null;
5044
5046
  currentSupplier?: string | null;
5045
- campaignId?: number | null;
5047
+ campaignId?: string | null;
5046
5048
  campaignName?: string | null;
5047
5049
  segmentId?: number | null;
5048
5050
  segmentName?: string | null;
@@ -5284,7 +5286,7 @@ export type CreateCompanyNoteMutation = {
5284
5286
  productsOfInterest?: any | null;
5285
5287
  businessOpportunities?: any | null;
5286
5288
  currentSupplier?: string | null;
5287
- campaignId?: number | null;
5289
+ campaignId?: string | null;
5288
5290
  campaignName?: string | null;
5289
5291
  segmentId?: number | null;
5290
5292
  segmentName?: string | null;
@@ -5419,7 +5421,7 @@ export type CreateCompanyNoteMutation = {
5419
5421
  productsOfInterest?: any | null;
5420
5422
  businessOpportunities?: any | null;
5421
5423
  currentSupplier?: string | null;
5422
- campaignId?: number | null;
5424
+ campaignId?: string | null;
5423
5425
  campaignName?: string | null;
5424
5426
  segmentId?: number | null;
5425
5427
  segmentName?: string | null;
@@ -5749,7 +5751,7 @@ export type CreateTaskMutation = {
5749
5751
  productsOfInterest?: any | null;
5750
5752
  businessOpportunities?: any | null;
5751
5753
  currentSupplier?: string | null;
5752
- campaignId?: number | null;
5754
+ campaignId?: string | null;
5753
5755
  campaignName?: string | null;
5754
5756
  segmentId?: number | null;
5755
5757
  segmentName?: string | null;
@@ -7293,7 +7295,7 @@ export type SendManualEmailMutation = {
7293
7295
  productsOfInterest?: any | null;
7294
7296
  businessOpportunities?: any | null;
7295
7297
  currentSupplier?: string | null;
7296
- campaignId?: number | null;
7298
+ campaignId?: string | null;
7297
7299
  campaignName?: string | null;
7298
7300
  segmentId?: number | null;
7299
7301
  segmentName?: string | null;
@@ -7820,7 +7822,7 @@ export type UpdateCallCampaignLogMutation = {
7820
7822
  productsOfInterest?: any | null;
7821
7823
  businessOpportunities?: any | null;
7822
7824
  currentSupplier?: string | null;
7823
- campaignId?: number | null;
7825
+ campaignId?: string | null;
7824
7826
  campaignName?: string | null;
7825
7827
  segmentId?: number | null;
7826
7828
  segmentName?: string | null;
@@ -8326,7 +8328,7 @@ export type UpdateCombinedCampaignLogMutation = {
8326
8328
  productsOfInterest?: any | null;
8327
8329
  businessOpportunities?: any | null;
8328
8330
  currentSupplier?: string | null;
8329
- campaignId?: number | null;
8331
+ campaignId?: string | null;
8330
8332
  campaignName?: string | null;
8331
8333
  segmentId?: number | null;
8332
8334
  segmentName?: string | null;
@@ -8754,7 +8756,7 @@ export type UpdateCompanyMutation = {
8754
8756
  productsOfInterest?: any | null;
8755
8757
  businessOpportunities?: any | null;
8756
8758
  currentSupplier?: string | null;
8757
- campaignId?: number | null;
8759
+ campaignId?: string | null;
8758
8760
  campaignName?: string | null;
8759
8761
  segmentId?: number | null;
8760
8762
  segmentName?: string | null;
@@ -8873,7 +8875,7 @@ export type UpdateCompanyMutation = {
8873
8875
  productsOfInterest?: any | null;
8874
8876
  businessOpportunities?: any | null;
8875
8877
  currentSupplier?: string | null;
8876
- campaignId?: number | null;
8878
+ campaignId?: string | null;
8877
8879
  campaignName?: string | null;
8878
8880
  segmentId?: number | null;
8879
8881
  segmentName?: string | null;
@@ -9029,7 +9031,7 @@ export type UpdateCompanyMutation = {
9029
9031
  productsOfInterest?: any | null;
9030
9032
  businessOpportunities?: any | null;
9031
9033
  currentSupplier?: string | null;
9032
- campaignId?: number | null;
9034
+ campaignId?: string | null;
9033
9035
  campaignName?: string | null;
9034
9036
  segmentId?: number | null;
9035
9037
  segmentName?: string | null;
@@ -9271,7 +9273,7 @@ export type UpdateCompanyNoteMutation = {
9271
9273
  productsOfInterest?: any | null;
9272
9274
  businessOpportunities?: any | null;
9273
9275
  currentSupplier?: string | null;
9274
- campaignId?: number | null;
9276
+ campaignId?: string | null;
9275
9277
  campaignName?: string | null;
9276
9278
  segmentId?: number | null;
9277
9279
  segmentName?: string | null;
@@ -9406,7 +9408,7 @@ export type UpdateCompanyNoteMutation = {
9406
9408
  productsOfInterest?: any | null;
9407
9409
  businessOpportunities?: any | null;
9408
9410
  currentSupplier?: string | null;
9409
- campaignId?: number | null;
9411
+ campaignId?: string | null;
9410
9412
  campaignName?: string | null;
9411
9413
  segmentId?: number | null;
9412
9414
  segmentName?: string | null;
@@ -9713,7 +9715,7 @@ export type UpdateTaskMutation = {
9713
9715
  productsOfInterest?: any | null;
9714
9716
  businessOpportunities?: any | null;
9715
9717
  currentSupplier?: string | null;
9716
- campaignId?: number | null;
9718
+ campaignId?: string | null;
9717
9719
  campaignName?: string | null;
9718
9720
  segmentId?: number | null;
9719
9721
  segmentName?: string | null;
@@ -9984,7 +9986,7 @@ export type CallCampaignLogQuery = {
9984
9986
  productsOfInterest?: any | null;
9985
9987
  businessOpportunities?: any | null;
9986
9988
  currentSupplier?: string | null;
9987
- campaignId?: number | null;
9989
+ campaignId?: string | null;
9988
9990
  campaignName?: string | null;
9989
9991
  segmentId?: number | null;
9990
9992
  segmentName?: string | null;
@@ -10140,7 +10142,7 @@ export type CallCampaignLogsQuery = {
10140
10142
  productsOfInterest?: any | null;
10141
10143
  businessOpportunities?: any | null;
10142
10144
  currentSupplier?: string | null;
10143
- campaignId?: number | null;
10145
+ campaignId?: string | null;
10144
10146
  campaignName?: string | null;
10145
10147
  segmentId?: number | null;
10146
10148
  segmentName?: string | null;
@@ -10312,8 +10314,9 @@ export type CallCampaignReportQuery = {
10312
10314
  phone?: string | null;
10313
10315
  outcome?: string | null;
10314
10316
  timestamp?: any | null;
10315
- campaignId?: number | null;
10317
+ campaignId?: string | null;
10316
10318
  campaignName?: string | null;
10319
+ source?: string | null;
10317
10320
  notes?: string | null;
10318
10321
  currentSupplier?: string | null;
10319
10322
  productsOfInterest?: any | null;
@@ -10416,7 +10419,7 @@ export type CallCampaignReportQuery = {
10416
10419
  productsOfInterest?: any | null;
10417
10420
  businessOpportunities?: any | null;
10418
10421
  currentSupplier?: string | null;
10419
- campaignId?: number | null;
10422
+ campaignId?: string | null;
10420
10423
  campaignName?: string | null;
10421
10424
  segmentId?: number | null;
10422
10425
  segmentName?: string | null;
@@ -11538,7 +11541,7 @@ export type CombinedCampaignLogsQuery = {
11538
11541
  productsOfInterest?: any | null;
11539
11542
  businessOpportunities?: any | null;
11540
11543
  currentSupplier?: string | null;
11541
- campaignId?: number | null;
11544
+ campaignId?: string | null;
11542
11545
  campaignName?: string | null;
11543
11546
  segmentId?: number | null;
11544
11547
  segmentName?: string | null;
@@ -12095,7 +12098,7 @@ export type CompaniesQuery = {
12095
12098
  productsOfInterest?: any | null;
12096
12099
  businessOpportunities?: any | null;
12097
12100
  currentSupplier?: string | null;
12098
- campaignId?: number | null;
12101
+ campaignId?: string | null;
12099
12102
  campaignName?: string | null;
12100
12103
  segmentId?: number | null;
12101
12104
  segmentName?: string | null;
@@ -12260,7 +12263,7 @@ export type CompaniesQuery = {
12260
12263
  productsOfInterest?: any | null;
12261
12264
  businessOpportunities?: any | null;
12262
12265
  currentSupplier?: string | null;
12263
- campaignId?: number | null;
12266
+ campaignId?: string | null;
12264
12267
  campaignName?: string | null;
12265
12268
  segmentId?: number | null;
12266
12269
  segmentName?: string | null;
@@ -12741,7 +12744,7 @@ export type CompanyQuery = {
12741
12744
  productsOfInterest?: any | null;
12742
12745
  businessOpportunities?: any | null;
12743
12746
  currentSupplier?: string | null;
12744
- campaignId?: number | null;
12747
+ campaignId?: string | null;
12745
12748
  campaignName?: string | null;
12746
12749
  segmentId?: number | null;
12747
12750
  segmentName?: string | null;
@@ -12860,7 +12863,7 @@ export type CompanyQuery = {
12860
12863
  productsOfInterest?: any | null;
12861
12864
  businessOpportunities?: any | null;
12862
12865
  currentSupplier?: string | null;
12863
- campaignId?: number | null;
12866
+ campaignId?: string | null;
12864
12867
  campaignName?: string | null;
12865
12868
  segmentId?: number | null;
12866
12869
  segmentName?: string | null;
@@ -13016,7 +13019,7 @@ export type CompanyQuery = {
13016
13019
  productsOfInterest?: any | null;
13017
13020
  businessOpportunities?: any | null;
13018
13021
  currentSupplier?: string | null;
13019
- campaignId?: number | null;
13022
+ campaignId?: string | null;
13020
13023
  campaignName?: string | null;
13021
13024
  segmentId?: number | null;
13022
13025
  segmentName?: string | null;
@@ -13255,7 +13258,7 @@ export type CompanyNoteQuery = {
13255
13258
  productsOfInterest?: any | null;
13256
13259
  businessOpportunities?: any | null;
13257
13260
  currentSupplier?: string | null;
13258
- campaignId?: number | null;
13261
+ campaignId?: string | null;
13259
13262
  campaignName?: string | null;
13260
13263
  segmentId?: number | null;
13261
13264
  segmentName?: string | null;
@@ -13390,7 +13393,7 @@ export type CompanyNoteQuery = {
13390
13393
  productsOfInterest?: any | null;
13391
13394
  businessOpportunities?: any | null;
13392
13395
  currentSupplier?: string | null;
13393
- campaignId?: number | null;
13396
+ campaignId?: string | null;
13394
13397
  campaignName?: string | null;
13395
13398
  segmentId?: number | null;
13396
13399
  segmentName?: string | null;
@@ -13583,7 +13586,7 @@ export type CompanyNotesQuery = {
13583
13586
  productsOfInterest?: any | null;
13584
13587
  businessOpportunities?: any | null;
13585
13588
  currentSupplier?: string | null;
13586
- campaignId?: number | null;
13589
+ campaignId?: string | null;
13587
13590
  campaignName?: string | null;
13588
13591
  segmentId?: number | null;
13589
13592
  segmentName?: string | null;
@@ -13702,7 +13705,7 @@ export type CompanyNotesQuery = {
13702
13705
  productsOfInterest?: any | null;
13703
13706
  businessOpportunities?: any | null;
13704
13707
  currentSupplier?: string | null;
13705
- campaignId?: number | null;
13708
+ campaignId?: string | null;
13706
13709
  campaignName?: string | null;
13707
13710
  segmentId?: number | null;
13708
13711
  segmentName?: string | null;
@@ -14797,7 +14800,7 @@ export type RecentHistoryQuery = {
14797
14800
  productsOfInterest?: any | null;
14798
14801
  businessOpportunities?: any | null;
14799
14802
  currentSupplier?: string | null;
14800
- campaignId?: number | null;
14803
+ campaignId?: string | null;
14801
14804
  campaignName?: string | null;
14802
14805
  segmentId?: number | null;
14803
14806
  segmentName?: string | null;
@@ -14943,7 +14946,7 @@ export type RecentHistoryQuery = {
14943
14946
  productsOfInterest?: any | null;
14944
14947
  businessOpportunities?: any | null;
14945
14948
  currentSupplier?: string | null;
14946
- campaignId?: number | null;
14949
+ campaignId?: string | null;
14947
14950
  campaignName?: string | null;
14948
14951
  segmentId?: number | null;
14949
14952
  segmentName?: string | null;
@@ -15343,7 +15346,7 @@ export type TaskQuery = {
15343
15346
  productsOfInterest?: any | null;
15344
15347
  businessOpportunities?: any | null;
15345
15348
  currentSupplier?: string | null;
15346
- campaignId?: number | null;
15349
+ campaignId?: string | null;
15347
15350
  campaignName?: string | null;
15348
15351
  segmentId?: number | null;
15349
15352
  segmentName?: string | null;
@@ -15498,7 +15501,7 @@ export type TasksQuery = {
15498
15501
  productsOfInterest?: any | null;
15499
15502
  businessOpportunities?: any | null;
15500
15503
  currentSupplier?: string | null;
15501
- campaignId?: number | null;
15504
+ campaignId?: string | null;
15502
15505
  campaignName?: string | null;
15503
15506
  segmentId?: number | null;
15504
15507
  segmentName?: string | null;
@@ -8521,6 +8521,7 @@ exports.CallCampaignReportDocument = (0, client_1.gql) `
8521
8521
  timestamp
8522
8522
  campaignId
8523
8523
  campaignName
8524
+ source
8524
8525
  notes
8525
8526
  currentSupplier
8526
8527
  productsOfInterest
package/dist/queries.js CHANGED
@@ -2236,6 +2236,7 @@ query CallCampaignReport($filters: CallReportFilterInput, $pagination: Paginatio
2236
2236
  timestamp
2237
2237
  campaignId
2238
2238
  campaignName
2239
+ source
2239
2240
  notes
2240
2241
  currentSupplier
2241
2242
  productsOfInterest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",