cf-service-sdk 0.0.6 → 0.0.7

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.
@@ -346,6 +346,7 @@ export type CallCampaignAnalyticsObject = {
346
346
  };
347
347
  export type CallCampaignAnalyticsSummary = {
348
348
  __typename?: 'CallCampaignAnalyticsSummary';
349
+ callsMade?: Maybe<Scalars['Int']['output']>;
349
350
  completedCalls?: Maybe<Scalars['Int']['output']>;
350
351
  completionRate?: Maybe<Scalars['Float']['output']>;
351
352
  conversionRate?: Maybe<Scalars['Float']['output']>;
@@ -8625,6 +8626,7 @@ export type CallCampaignAnalyticsQuery = {
8625
8626
  dealClosedCount?: number | null;
8626
8627
  conversionRate?: number | null;
8627
8628
  completionRate?: number | null;
8629
+ callsMade?: number | null;
8628
8630
  } | null;
8629
8631
  leaderboard?: Array<{
8630
8632
  __typename?: 'CallCampaignLeaderboardEntry';
@@ -7434,6 +7434,7 @@ exports.CallCampaignAnalyticsDocument = (0, client_1.gql) `
7434
7434
  dealClosedCount
7435
7435
  conversionRate
7436
7436
  completionRate
7437
+ callsMade
7437
7438
  }
7438
7439
  leaderboard {
7439
7440
  userId
package/dist/queries.js CHANGED
@@ -280,6 +280,7 @@ query CallCampaignAnalytics($campaignId: ID, $startDate: String, $endDate: Strin
280
280
  dealClosedCount
281
281
  conversionRate
282
282
  completionRate
283
+ callsMade
283
284
  }
284
285
  leaderboard {
285
286
  userId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",