cf-service-sdk 0.1.16 → 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.
@@ -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']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",