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.
- package/dist/generated/graphql.d.ts +2 -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']>;
|
|
@@ -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
package/dist/queries.js
CHANGED