cf-service-sdk 0.0.91 → 0.0.92

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.
@@ -1023,8 +1023,6 @@ export type CombinedCampaignLogObject = {
1023
1023
  outcome?: Maybe<Scalars['String']['output']>;
1024
1024
  productsOfInterest?: Maybe<Scalars['GenericScalar']['output']>;
1025
1025
  scheduledFor?: Maybe<Scalars['DateTime']['output']>;
1026
- /** Actual subject from sent email (populated from ContactLog) */
1027
- sentSubject?: Maybe<Scalars['String']['output']>;
1028
1026
  startedAt?: Maybe<Scalars['DateTime']['output']>;
1029
1027
  status?: Maybe<Scalars['String']['output']>;
1030
1028
  step?: Maybe<CombinedCampaignStepObject>;
@@ -10784,7 +10782,6 @@ export type SendManualEmailMutation = {
10784
10782
  taskId?: string | null;
10785
10783
  draftSubject?: string | null;
10786
10784
  draftBody?: string | null;
10787
- sentSubject?: string | null;
10788
10785
  createdAt?: any | null;
10789
10786
  updatedAt?: any | null;
10790
10787
  contactName?: string | null;
@@ -11866,7 +11863,6 @@ export type UpdateCombinedCampaignLogMutation = {
11866
11863
  taskId?: string | null;
11867
11864
  draftSubject?: string | null;
11868
11865
  draftBody?: string | null;
11869
- sentSubject?: string | null;
11870
11866
  createdAt?: any | null;
11871
11867
  updatedAt?: any | null;
11872
11868
  contactName?: string | null;
@@ -15943,7 +15939,6 @@ export type CampaignContactsQuery = {
15943
15939
  taskId?: string | null;
15944
15940
  draftSubject?: string | null;
15945
15941
  draftBody?: string | null;
15946
- sentSubject?: string | null;
15947
15942
  createdAt?: any | null;
15948
15943
  updatedAt?: any | null;
15949
15944
  contactName?: string | null;
@@ -16771,7 +16766,6 @@ export type CombinedCampaignContactsQuery = {
16771
16766
  taskId?: string | null;
16772
16767
  draftSubject?: string | null;
16773
16768
  draftBody?: string | null;
16774
- sentSubject?: string | null;
16775
16769
  createdAt?: any | null;
16776
16770
  updatedAt?: any | null;
16777
16771
  contactName?: string | null;
@@ -17060,7 +17054,6 @@ export type CombinedCampaignLogsQuery = {
17060
17054
  taskId?: string | null;
17061
17055
  draftSubject?: string | null;
17062
17056
  draftBody?: string | null;
17063
- sentSubject?: string | null;
17064
17057
  createdAt?: any | null;
17065
17058
  updatedAt?: any | null;
17066
17059
  contactName?: string | null;
@@ -7817,7 +7817,6 @@ exports.SendManualEmailDocument = (0, client_1.gql) `
7817
7817
  }
7818
7818
  draftSubject
7819
7819
  draftBody
7820
- sentSubject
7821
7820
  createdAt
7822
7821
  updatedAt
7823
7822
  contactName
@@ -9138,7 +9137,6 @@ exports.UpdateCombinedCampaignLogDocument = (0, client_1.gql) `
9138
9137
  }
9139
9138
  draftSubject
9140
9139
  draftBody
9141
- sentSubject
9142
9140
  createdAt
9143
9141
  updatedAt
9144
9142
  contactName
@@ -13513,7 +13511,6 @@ exports.CampaignContactsDocument = (0, client_1.gql) `
13513
13511
  }
13514
13512
  draftSubject
13515
13513
  draftBody
13516
- sentSubject
13517
13514
  createdAt
13518
13515
  updatedAt
13519
13516
  contactName
@@ -14412,7 +14409,6 @@ exports.CombinedCampaignContactsDocument = (0, client_1.gql) `
14412
14409
  }
14413
14410
  draftSubject
14414
14411
  draftBody
14415
- sentSubject
14416
14412
  createdAt
14417
14413
  updatedAt
14418
14414
  contactName
@@ -14717,7 +14713,6 @@ exports.CombinedCampaignLogsDocument = (0, client_1.gql) `
14717
14713
  }
14718
14714
  draftSubject
14719
14715
  draftBody
14720
- sentSubject
14721
14716
  createdAt
14722
14717
  updatedAt
14723
14718
  contactName
package/dist/mutations.js CHANGED
@@ -4228,7 +4228,6 @@ mutation UpdateCombinedCampaignLog($id: ID!, $input: UpdateCombinedCampaignLogIn
4228
4228
  }
4229
4229
  draftSubject
4230
4230
  draftBody
4231
- sentSubject
4232
4231
  createdAt
4233
4232
  updatedAt
4234
4233
  contactName
@@ -4495,7 +4494,6 @@ mutation SendManualEmail($bcc: [String], $body: String!, $cc: [String], $logId:
4495
4494
  }
4496
4495
  draftSubject
4497
4496
  draftBody
4498
- sentSubject
4499
4497
  createdAt
4500
4498
  updatedAt
4501
4499
  contactName
package/dist/queries.js CHANGED
@@ -4973,7 +4973,6 @@ query CombinedCampaignLogs($campaignId: ID!, $filters: CombinedCampaignFilterInp
4973
4973
  }
4974
4974
  draftSubject
4975
4975
  draftBody
4976
- sentSubject
4977
4976
  createdAt
4978
4977
  updatedAt
4979
4978
  contactName
@@ -5295,7 +5294,6 @@ query CombinedCampaignContacts($campaignUuid: ID!, $activityType: String, $page:
5295
5294
  }
5296
5295
  draftSubject
5297
5296
  draftBody
5298
- sentSubject
5299
5297
  createdAt
5300
5298
  updatedAt
5301
5299
  contactName
@@ -8331,7 +8329,6 @@ query CampaignContacts($campaignUuid: ID!, $page: Int, $pageSize: Int) {
8331
8329
  }
8332
8330
  draftSubject
8333
8331
  draftBody
8334
- sentSubject
8335
8332
  createdAt
8336
8333
  updatedAt
8337
8334
  contactName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",