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.
- package/dist/generated/graphql.d.ts +3 -0
- package/dist/generated/graphql.js +2 -0
- package/dist/mutations.js +1 -0
- package/dist/queries.js +1 -0
- package/package.json +1 -1
|
@@ -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
package/dist/queries.js
CHANGED