cf-service-sdk 0.1.15 → 0.1.17

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.
@@ -254,8 +254,8 @@ export type AutomatedProspectingCampaignInput = {
254
254
  contactsPerCompany?: InputMaybe<Scalars['String']['input']>;
255
255
  emailSteps?: InputMaybe<Scalars['Int']['input']>;
256
256
  emailTone?: InputMaybe<Scalars['String']['input']>;
257
+ emailsPerBatch?: InputMaybe<Scalars['Int']['input']>;
257
258
  followupDelayDays?: InputMaybe<Scalars['Int']['input']>;
258
- frequency: Scalars['String']['input'];
259
259
  isActive?: InputMaybe<Scalars['Boolean']['input']>;
260
260
  notificationTime?: InputMaybe<Scalars['String']['input']>;
261
261
  notificationTimezone?: InputMaybe<Scalars['String']['input']>;
@@ -276,6 +276,7 @@ export type AutomatedProspectingCampaignObject = {
276
276
  emailSteps?: Maybe<Scalars['Int']['output']>;
277
277
  emailSubject?: Maybe<Scalars['String']['output']>;
278
278
  emailSubjectPreview?: Maybe<Scalars['String']['output']>;
279
+ followupDraft?: Maybe<AutomatedProspectingCampaignObject>;
279
280
  followupScheduledFor?: Maybe<Scalars['DateTime']['output']>;
280
281
  followupStatus?: Maybe<Scalars['String']['output']>;
281
282
  id?: Maybe<Scalars['ID']['output']>;
@@ -302,7 +303,6 @@ export type AutomatedProspectingConfigObject = {
302
303
  emailTone?: Maybe<Scalars['String']['output']>;
303
304
  emailsPerBatch?: Maybe<Scalars['Int']['output']>;
304
305
  followupDelayDays?: Maybe<Scalars['Int']['output']>;
305
- frequency?: Maybe<Scalars['String']['output']>;
306
306
  id?: Maybe<Scalars['ID']['output']>;
307
307
  isActive?: Maybe<Scalars['Boolean']['output']>;
308
308
  llmParsedIndustries?: Maybe<Scalars['GenericScalar']['output']>;
@@ -11326,7 +11326,6 @@ export type SaveAutomatedProspectingConfigMutation = {
11326
11326
  accountId?: string | null;
11327
11327
  buyerDescription?: string | null;
11328
11328
  targetStates?: any | null;
11329
- frequency?: string | null;
11330
11329
  notificationTime?: string | null;
11331
11330
  notificationTimezone?: string | null;
11332
11331
  weeklyVolume?: number | null;
@@ -16798,7 +16797,6 @@ export type AutomatedProspectingConfigQuery = {
16798
16797
  accountId?: string | null;
16799
16798
  buyerDescription?: string | null;
16800
16799
  targetStates?: any | null;
16801
- frequency?: string | null;
16802
16800
  notificationTime?: string | null;
16803
16801
  notificationTimezone?: string | null;
16804
16802
  weeklyVolume?: number | null;
@@ -7681,7 +7681,6 @@ exports.SaveAutomatedProspectingConfigDocument = (0, client_1.gql) `
7681
7681
  accountId
7682
7682
  buyerDescription
7683
7683
  targetStates
7684
- frequency
7685
7684
  notificationTime
7686
7685
  notificationTimezone
7687
7686
  weeklyVolume
@@ -13838,7 +13837,6 @@ exports.AutomatedProspectingConfigDocument = (0, client_1.gql) `
13838
13837
  accountId
13839
13838
  buyerDescription
13840
13839
  targetStates
13841
- frequency
13842
13840
  notificationTime
13843
13841
  notificationTimezone
13844
13842
  weeklyVolume
package/dist/mutations.js CHANGED
@@ -9430,7 +9430,6 @@ mutation SaveAutomatedProspectingConfig($accountId: ID!, $input: AutomatedProspe
9430
9430
  accountId
9431
9431
  buyerDescription
9432
9432
  targetStates
9433
- frequency
9434
9433
  notificationTime
9435
9434
  notificationTimezone
9436
9435
  weeklyVolume
package/dist/queries.js CHANGED
@@ -8887,7 +8887,6 @@ query AutomatedProspectingConfig($accountId: ID!) {
8887
8887
  accountId
8888
8888
  buyerDescription
8889
8889
  targetStates
8890
- frequency
8891
8890
  notificationTime
8892
8891
  notificationTimezone
8893
8892
  weeklyVolume
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",