cf-service-sdk 0.1.48 → 0.1.50
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 +8 -0
- package/dist/generated/graphql.js +4 -0
- package/dist/mutations.js +2 -0
- package/dist/queries.js +2 -0
- package/package.json +1 -1
|
@@ -757,6 +757,8 @@ export type CampaignContactItemType = {
|
|
|
757
757
|
populatedSubject?: Maybe<Scalars['String']['output']>;
|
|
758
758
|
/** Number of replies from this contact in this campaign */
|
|
759
759
|
replyCount?: Maybe<Scalars['Int']['output']>;
|
|
760
|
+
/** Per-row send eligibility used by the campaign review screen. One of SENDABLE, DUPLICATE, NO_EMAIL, EXCLUDED. */
|
|
761
|
+
sendStatus?: Maybe<Scalars['String']['output']>;
|
|
760
762
|
/** Step ID for combined campaign contacts */
|
|
761
763
|
stepId?: Maybe<Scalars['ID']['output']>;
|
|
762
764
|
/** Step order for combined campaign contacts */
|
|
@@ -5932,6 +5934,7 @@ export type UpdateCombinedCampaign = {
|
|
|
5932
5934
|
__typename?: 'UpdateCombinedCampaign';
|
|
5933
5935
|
campaign?: Maybe<CombinedCampaignObject>;
|
|
5934
5936
|
message?: Maybe<Scalars['String']['output']>;
|
|
5937
|
+
stepOrderChanged?: Maybe<Scalars['Boolean']['output']>;
|
|
5935
5938
|
success?: Maybe<Scalars['Boolean']['output']>;
|
|
5936
5939
|
};
|
|
5937
5940
|
/** GraphQL input type for updating a campaign */
|
|
@@ -5970,6 +5973,7 @@ export type UpdateCombinedCampaignLogs = {
|
|
|
5970
5973
|
__typename?: 'UpdateCombinedCampaignLogs';
|
|
5971
5974
|
contactLogFailures?: Maybe<Scalars['Int']['output']>;
|
|
5972
5975
|
message?: Maybe<Scalars['String']['output']>;
|
|
5976
|
+
prerequisiteBlockedCount?: Maybe<Scalars['Int']['output']>;
|
|
5973
5977
|
success?: Maybe<Scalars['Boolean']['output']>;
|
|
5974
5978
|
updatedCount?: Maybe<Scalars['Int']['output']>;
|
|
5975
5979
|
};
|
|
@@ -14167,6 +14171,7 @@ export type UpdateCombinedCampaignMutation = {
|
|
|
14167
14171
|
__typename?: 'UpdateCombinedCampaign';
|
|
14168
14172
|
success?: boolean | null;
|
|
14169
14173
|
message?: string | null;
|
|
14174
|
+
stepOrderChanged?: boolean | null;
|
|
14170
14175
|
campaign?: {
|
|
14171
14176
|
__typename?: 'CombinedCampaignObject';
|
|
14172
14177
|
id?: string | null;
|
|
@@ -14572,6 +14577,7 @@ export type UpdateCombinedCampaignLogsMutation = {
|
|
|
14572
14577
|
__typename?: 'UpdateCombinedCampaignLogs';
|
|
14573
14578
|
updatedCount?: number | null;
|
|
14574
14579
|
contactLogFailures?: number | null;
|
|
14580
|
+
prerequisiteBlockedCount?: number | null;
|
|
14575
14581
|
success?: boolean | null;
|
|
14576
14582
|
message?: string | null;
|
|
14577
14583
|
} | null;
|
|
@@ -18991,6 +18997,7 @@ export type CampaignContactsQuery = {
|
|
|
18991
18997
|
populatedBody?: string | null;
|
|
18992
18998
|
replyCount?: number | null;
|
|
18993
18999
|
isRemoved?: boolean | null;
|
|
19000
|
+
sendStatus?: string | null;
|
|
18994
19001
|
lastContactedBy?: {
|
|
18995
19002
|
__typename?: 'UserType';
|
|
18996
19003
|
id?: string | null;
|
|
@@ -19903,6 +19910,7 @@ export type CombinedCampaignContactsQuery = {
|
|
|
19903
19910
|
populatedBody?: string | null;
|
|
19904
19911
|
replyCount?: number | null;
|
|
19905
19912
|
isRemoved?: boolean | null;
|
|
19913
|
+
sendStatus?: string | null;
|
|
19906
19914
|
lastContactedBy?: {
|
|
19907
19915
|
__typename?: 'UserType';
|
|
19908
19916
|
id?: string | null;
|
|
@@ -10511,6 +10511,7 @@ exports.UpdateCombinedCampaignDocument = (0, client_1.gql) `
|
|
|
10511
10511
|
}
|
|
10512
10512
|
success
|
|
10513
10513
|
message
|
|
10514
|
+
stepOrderChanged
|
|
10514
10515
|
}
|
|
10515
10516
|
}
|
|
10516
10517
|
`;
|
|
@@ -10856,6 +10857,7 @@ exports.UpdateCombinedCampaignLogsDocument = (0, client_1.gql) `
|
|
|
10856
10857
|
) {
|
|
10857
10858
|
updatedCount
|
|
10858
10859
|
contactLogFailures
|
|
10860
|
+
prerequisiteBlockedCount
|
|
10859
10861
|
success
|
|
10860
10862
|
message
|
|
10861
10863
|
}
|
|
@@ -16200,6 +16202,7 @@ exports.CampaignContactsDocument = (0, client_1.gql) `
|
|
|
16200
16202
|
populatedBody
|
|
16201
16203
|
replyCount
|
|
16202
16204
|
isRemoved
|
|
16205
|
+
sendStatus
|
|
16203
16206
|
}
|
|
16204
16207
|
pagination {
|
|
16205
16208
|
currentPage
|
|
@@ -17183,6 +17186,7 @@ exports.CombinedCampaignContactsDocument = (0, client_1.gql) `
|
|
|
17183
17186
|
populatedBody
|
|
17184
17187
|
replyCount
|
|
17185
17188
|
isRemoved
|
|
17189
|
+
sendStatus
|
|
17186
17190
|
}
|
|
17187
17191
|
pagination {
|
|
17188
17192
|
currentPage
|
package/dist/mutations.js
CHANGED
|
@@ -3852,6 +3852,7 @@ mutation UpdateCombinedCampaign($input: UpdateCombinedCampaignInput!, $steps: [C
|
|
|
3852
3852
|
}
|
|
3853
3853
|
success
|
|
3854
3854
|
message
|
|
3855
|
+
stepOrderChanged
|
|
3855
3856
|
}
|
|
3856
3857
|
}`;
|
|
3857
3858
|
exports.DELETE_COMBINED_CAMPAIGN = (0, client_1.gql) `
|
|
@@ -4568,6 +4569,7 @@ mutation UpdateCombinedCampaignLogs($logIds: [ID]!, $notes: String, $outcome: St
|
|
|
4568
4569
|
updateCombinedCampaignLogs(logIds: $logIds, notes: $notes, outcome: $outcome, status: $status) {
|
|
4569
4570
|
updatedCount
|
|
4570
4571
|
contactLogFailures
|
|
4572
|
+
prerequisiteBlockedCount
|
|
4571
4573
|
success
|
|
4572
4574
|
message
|
|
4573
4575
|
}
|
package/dist/queries.js
CHANGED
|
@@ -5823,6 +5823,7 @@ query CombinedCampaignContacts($campaignUuid: ID!, $activityType: String, $page:
|
|
|
5823
5823
|
populatedBody
|
|
5824
5824
|
replyCount
|
|
5825
5825
|
isRemoved
|
|
5826
|
+
sendStatus
|
|
5826
5827
|
}
|
|
5827
5828
|
pagination {
|
|
5828
5829
|
currentPage
|
|
@@ -8965,6 +8966,7 @@ query CampaignContacts($campaignUuid: ID!, $page: Int, $pageSize: Int) {
|
|
|
8965
8966
|
populatedBody
|
|
8966
8967
|
replyCount
|
|
8967
8968
|
isRemoved
|
|
8969
|
+
sendStatus
|
|
8968
8970
|
}
|
|
8969
8971
|
pagination {
|
|
8970
8972
|
currentPage
|