cf-service-sdk 0.1.13 → 0.1.16

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']>;
@@ -302,7 +302,6 @@ export type AutomatedProspectingConfigObject = {
302
302
  emailTone?: Maybe<Scalars['String']['output']>;
303
303
  emailsPerBatch?: Maybe<Scalars['Int']['output']>;
304
304
  followupDelayDays?: Maybe<Scalars['Int']['output']>;
305
- frequency?: Maybe<Scalars['String']['output']>;
306
305
  id?: Maybe<Scalars['ID']['output']>;
307
306
  isActive?: Maybe<Scalars['Boolean']['output']>;
308
307
  llmParsedIndustries?: Maybe<Scalars['GenericScalar']['output']>;
@@ -11326,7 +11325,6 @@ export type SaveAutomatedProspectingConfigMutation = {
11326
11325
  accountId?: string | null;
11327
11326
  buyerDescription?: string | null;
11328
11327
  targetStates?: any | null;
11329
- frequency?: string | null;
11330
11328
  notificationTime?: string | null;
11331
11329
  notificationTimezone?: string | null;
11332
11330
  weeklyVolume?: number | null;
@@ -16798,7 +16796,6 @@ export type AutomatedProspectingConfigQuery = {
16798
16796
  accountId?: string | null;
16799
16797
  buyerDescription?: string | null;
16800
16798
  targetStates?: any | null;
16801
- frequency?: string | null;
16802
16799
  notificationTime?: string | null;
16803
16800
  notificationTimezone?: string | null;
16804
16801
  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.13",
3
+ "version": "0.1.16",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "update-schema": "node src/update-schema.js",
23
23
  "generate": "graphql-codegen --config codegen.yml",
24
24
  "generate-sdk": "node generate-sdk.js",
25
- "prepublishOnly": "npm run build",
25
+ "prepublishOnly": "npm run generate && npm run generate-sdk && npm run build",
26
26
  "test": "echo \"Error: no test specified\" && exit 1"
27
27
  },
28
28
  "dependencies": {