cf-service-sdk 0.1.15 → 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.
- package/dist/generated/graphql.d.ts +1 -4
- package/dist/generated/graphql.js +0 -2
- package/dist/mutations.js +0 -1
- package/dist/queries.js +0 -1
- package/package.json +1 -1
|
@@ -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
package/dist/queries.js
CHANGED