cf-service-sdk-dharani 0.0.67 → 0.0.69
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.
|
@@ -2569,6 +2569,7 @@ export type ReduceSpam = {
|
|
|
2569
2569
|
cleanedContent?: Maybe<Scalars['String']['output']>;
|
|
2570
2570
|
cleanedSubject?: Maybe<Scalars['String']['output']>;
|
|
2571
2571
|
message?: Maybe<Scalars['String']['output']>;
|
|
2572
|
+
noChangesNeeded?: Maybe<Scalars['Boolean']['output']>;
|
|
2572
2573
|
noOfChanges?: Maybe<Scalars['Int']['output']>;
|
|
2573
2574
|
originalContent?: Maybe<Scalars['String']['output']>;
|
|
2574
2575
|
originalSubject?: Maybe<Scalars['String']['output']>;
|
|
@@ -5437,6 +5438,7 @@ export type ReduceSpamMutation = {
|
|
|
5437
5438
|
originalContent?: string | null;
|
|
5438
5439
|
cleanedContent?: string | null;
|
|
5439
5440
|
noOfChanges?: number | null;
|
|
5441
|
+
noChangesNeeded?: boolean | null;
|
|
5440
5442
|
} | null;
|
|
5441
5443
|
};
|
|
5442
5444
|
export type RejectInvitationMutationVariables = Exact<{
|
package/dist/mutations.js
CHANGED