cf-service-sdk 0.1.33 → 0.1.34

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.
@@ -334,6 +334,7 @@ export type AutomatedProspectingConfigObject = {
334
334
  emailSteps?: Maybe<Scalars['Int']['output']>;
335
335
  emailTone?: Maybe<Scalars['String']['output']>;
336
336
  emailsPerBatch?: Maybe<Scalars['Int']['output']>;
337
+ estimatedCompaniesPerBatch?: Maybe<Scalars['Int']['output']>;
337
338
  followupDelayDays?: Maybe<Scalars['Int']['output']>;
338
339
  id?: Maybe<Scalars['ID']['output']>;
339
340
  isActive?: Maybe<Scalars['Boolean']['output']>;
@@ -11687,6 +11688,7 @@ export type SaveAutomatedProspectingConfigMutation = {
11687
11688
  nextScheduledAt?: any | null;
11688
11689
  createdAt?: any | null;
11689
11690
  updatedAt?: any | null;
11691
+ estimatedCompaniesPerBatch?: number | null;
11690
11692
  } | null;
11691
11693
  } | null;
11692
11694
  };
@@ -17267,6 +17269,7 @@ export type AutomatedProspectingConfigQuery = {
17267
17269
  nextScheduledAt?: any | null;
17268
17270
  createdAt?: any | null;
17269
17271
  updatedAt?: any | null;
17272
+ estimatedCompaniesPerBatch?: number | null;
17270
17273
  } | null;
17271
17274
  };
17272
17275
  export type AutomatedProspectingStatsQueryVariables = Exact<{
@@ -7788,6 +7788,7 @@ exports.SaveAutomatedProspectingConfigDocument = (0, client_1.gql) `
7788
7788
  nextScheduledAt
7789
7789
  createdAt
7790
7790
  updatedAt
7791
+ estimatedCompaniesPerBatch
7791
7792
  }
7792
7793
  success
7793
7794
  message
@@ -14105,6 +14106,7 @@ exports.AutomatedProspectingConfigDocument = (0, client_1.gql) `
14105
14106
  nextScheduledAt
14106
14107
  createdAt
14107
14108
  updatedAt
14109
+ estimatedCompaniesPerBatch
14108
14110
  }
14109
14111
  }
14110
14112
  `;
package/dist/mutations.js CHANGED
@@ -9507,6 +9507,7 @@ mutation SaveAutomatedProspectingConfig($accountId: ID!, $input: AutomatedProspe
9507
9507
  nextScheduledAt
9508
9508
  createdAt
9509
9509
  updatedAt
9510
+ estimatedCompaniesPerBatch
9510
9511
  }
9511
9512
  success
9512
9513
  message
package/dist/queries.js CHANGED
@@ -8986,6 +8986,7 @@ query AutomatedProspectingConfig($accountId: ID!, $agentType: String) {
8986
8986
  nextScheduledAt
8987
8987
  createdAt
8988
8988
  updatedAt
8989
+ estimatedCompaniesPerBatch
8989
8990
  }
8990
8991
  }`;
8991
8992
  exports.AUTOMATED_PROSPECTING_CAMPAIGNS = (0, client_1.gql) `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",