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';
|
package/dist/queries.js
CHANGED