cf-service-sdk 0.0.4 → 0.0.5

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.
@@ -364,11 +364,15 @@ export type CallCampaignInput = {
364
364
  };
365
365
  export type CallCampaignLeaderboardEntry = {
366
366
  __typename?: 'CallCampaignLeaderboardEntry';
367
+ calledCount?: Maybe<Scalars['Int']['output']>;
367
368
  completedCalls?: Maybe<Scalars['Int']['output']>;
368
369
  conversionRate?: Maybe<Scalars['Float']['output']>;
369
370
  dealClosedCount?: Maybe<Scalars['Int']['output']>;
370
371
  interestedCount?: Maybe<Scalars['Int']['output']>;
372
+ notCalledCount?: Maybe<Scalars['Int']['output']>;
373
+ totalCalled?: Maybe<Scalars['Int']['output']>;
371
374
  totalCalls?: Maybe<Scalars['Int']['output']>;
375
+ totalContacts?: Maybe<Scalars['Int']['output']>;
372
376
  userEmail?: Maybe<Scalars['String']['output']>;
373
377
  userId?: Maybe<Scalars['ID']['output']>;
374
378
  userName?: Maybe<Scalars['String']['output']>;
@@ -392,14 +396,18 @@ export type CallCampaignLogObject = {
392
396
  businessEmployees?: Maybe<Scalars['Int']['output']>;
393
397
  businessIndustry?: Maybe<Scalars['String']['output']>;
394
398
  businessLocation?: Maybe<Scalars['String']['output']>;
399
+ businessOpportunities?: Maybe<Scalars['JSONString']['output']>;
395
400
  businessRevenue?: Maybe<Scalars['String']['output']>;
396
401
  businessSize?: Maybe<Scalars['String']['output']>;
397
402
  campaign?: Maybe<CallCampaignObject>;
398
403
  contact?: Maybe<ContactObject>;
399
404
  createdAt?: Maybe<Scalars['DateTime']['output']>;
405
+ currentSupplier?: Maybe<Scalars['String']['output']>;
400
406
  id?: Maybe<Scalars['ID']['output']>;
407
+ metadata?: Maybe<Scalars['JSONString']['output']>;
401
408
  notes?: Maybe<Scalars['String']['output']>;
402
409
  outcome?: Maybe<Scalars['String']['output']>;
410
+ productsOfInterest?: Maybe<Scalars['JSONString']['output']>;
403
411
  segment?: Maybe<SegmentObject>;
404
412
  status?: Maybe<Scalars['String']['output']>;
405
413
  updatedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -2747,6 +2755,10 @@ export type CreateCallCampaignLogMutation = {
2747
2755
  businessIndustry?: string | null;
2748
2756
  createdAt?: any | null;
2749
2757
  updatedAt?: any | null;
2758
+ metadata?: any | null;
2759
+ productsOfInterest?: any | null;
2760
+ businessOpportunities?: any | null;
2761
+ currentSupplier?: string | null;
2750
2762
  campaign?: {
2751
2763
  __typename?: 'CallCampaignObject';
2752
2764
  id?: string | null;
@@ -5537,6 +5549,10 @@ export type UpdateCallCampaignLogMutation = {
5537
5549
  businessIndustry?: string | null;
5538
5550
  createdAt?: any | null;
5539
5551
  updatedAt?: any | null;
5552
+ metadata?: any | null;
5553
+ productsOfInterest?: any | null;
5554
+ businessOpportunities?: any | null;
5555
+ currentSupplier?: string | null;
5540
5556
  campaign?: {
5541
5557
  __typename?: 'CallCampaignObject';
5542
5558
  id?: string | null;
@@ -7553,6 +7569,10 @@ export type CallCampaignAnalyticsQuery = {
7553
7569
  interestedCount?: number | null;
7554
7570
  dealClosedCount?: number | null;
7555
7571
  conversionRate?: number | null;
7572
+ totalContacts?: number | null;
7573
+ totalCalled?: number | null;
7574
+ calledCount?: number | null;
7575
+ notCalledCount?: number | null;
7556
7576
  } | null> | null;
7557
7577
  } | null;
7558
7578
  };
@@ -7574,6 +7594,10 @@ export type CallCampaignLogQuery = {
7574
7594
  businessIndustry?: string | null;
7575
7595
  createdAt?: any | null;
7576
7596
  updatedAt?: any | null;
7597
+ metadata?: any | null;
7598
+ productsOfInterest?: any | null;
7599
+ businessOpportunities?: any | null;
7600
+ currentSupplier?: string | null;
7577
7601
  campaign?: {
7578
7602
  __typename?: 'CallCampaignObject';
7579
7603
  id?: string | null;
@@ -7712,6 +7736,10 @@ export type CallCampaignLogsQuery = {
7712
7736
  businessIndustry?: string | null;
7713
7737
  createdAt?: any | null;
7714
7738
  updatedAt?: any | null;
7739
+ metadata?: any | null;
7740
+ productsOfInterest?: any | null;
7741
+ businessOpportunities?: any | null;
7742
+ currentSupplier?: string | null;
7715
7743
  campaign?: {
7716
7744
  __typename?: 'CallCampaignObject';
7717
7745
  id?: string | null;
@@ -1109,6 +1109,10 @@ exports.CreateCallCampaignLogDocument = (0, client_1.gql) `
1109
1109
  businessIndustry
1110
1110
  createdAt
1111
1111
  updatedAt
1112
+ metadata
1113
+ productsOfInterest
1114
+ businessOpportunities
1115
+ currentSupplier
1112
1116
  }
1113
1117
  success
1114
1118
  message
@@ -4460,6 +4464,10 @@ exports.UpdateCallCampaignLogDocument = (0, client_1.gql) `
4460
4464
  businessIndustry
4461
4465
  createdAt
4462
4466
  updatedAt
4467
+ metadata
4468
+ productsOfInterest
4469
+ businessOpportunities
4470
+ currentSupplier
4463
4471
  }
4464
4472
  success
4465
4473
  message
@@ -6478,6 +6486,10 @@ exports.CallCampaignAnalyticsDocument = (0, client_1.gql) `
6478
6486
  interestedCount
6479
6487
  dealClosedCount
6480
6488
  conversionRate
6489
+ totalContacts
6490
+ totalCalled
6491
+ calledCount
6492
+ notCalledCount
6481
6493
  }
6482
6494
  }
6483
6495
  }
@@ -6628,6 +6640,10 @@ exports.CallCampaignLogDocument = (0, client_1.gql) `
6628
6640
  businessIndustry
6629
6641
  createdAt
6630
6642
  updatedAt
6643
+ metadata
6644
+ productsOfInterest
6645
+ businessOpportunities
6646
+ currentSupplier
6631
6647
  }
6632
6648
  }
6633
6649
  `;
@@ -6781,6 +6797,10 @@ exports.CallCampaignLogsDocument = (0, client_1.gql) `
6781
6797
  businessIndustry
6782
6798
  createdAt
6783
6799
  updatedAt
6800
+ metadata
6801
+ productsOfInterest
6802
+ businessOpportunities
6803
+ currentSupplier
6784
6804
  }
6785
6805
  pagination {
6786
6806
  currentPage
package/dist/mutations.js CHANGED
@@ -4131,6 +4131,10 @@ mutation CreateCallCampaignLog($input: CallCampaignLogInput!) {
4131
4131
  businessIndustry
4132
4132
  createdAt
4133
4133
  updatedAt
4134
+ metadata
4135
+ productsOfInterest
4136
+ businessOpportunities
4137
+ currentSupplier
4134
4138
  }
4135
4139
  success
4136
4140
  message
@@ -4253,6 +4257,10 @@ mutation UpdateCallCampaignLog($id: ID!, $input: CallCampaignLogInput!) {
4253
4257
  businessIndustry
4254
4258
  createdAt
4255
4259
  updatedAt
4260
+ metadata
4261
+ productsOfInterest
4262
+ businessOpportunities
4263
+ currentSupplier
4256
4264
  }
4257
4265
  success
4258
4266
  message
package/dist/queries.js CHANGED
@@ -290,6 +290,10 @@ query CallCampaignAnalytics($campaignId: ID, $startDate: String, $endDate: Strin
290
290
  interestedCount
291
291
  dealClosedCount
292
292
  conversionRate
293
+ totalContacts
294
+ totalCalled
295
+ calledCount
296
+ notCalledCount
293
297
  }
294
298
  }
295
299
  }`;
@@ -410,6 +414,10 @@ query CallCampaignLogs($callCampaignId: ID!, $pagination: PaginationInput!, $sea
410
414
  businessIndustry
411
415
  createdAt
412
416
  updatedAt
417
+ metadata
418
+ productsOfInterest
419
+ businessOpportunities
420
+ currentSupplier
413
421
  }
414
422
  pagination {
415
423
  currentPage
@@ -537,6 +545,10 @@ query CallCampaignLog($id: ID!) {
537
545
  businessIndustry
538
546
  createdAt
539
547
  updatedAt
548
+ metadata
549
+ productsOfInterest
550
+ businessOpportunities
551
+ currentSupplier
540
552
  }
541
553
  }`;
542
554
  exports.TASKS = (0, client_1.gql) `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",