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<{
@@ -3543,6 +3543,7 @@ exports.ReduceSpamDocument = (0, client_1.gql) `
3543
3543
  originalContent
3544
3544
  cleanedContent
3545
3545
  noOfChanges
3546
+ noChangesNeeded
3546
3547
  }
3547
3548
  }
3548
3549
  `;
package/dist/mutations.js CHANGED
@@ -2734,6 +2734,7 @@ mutation ReduceSpam($input: ReduceSpamInput!) {
2734
2734
  originalContent
2735
2735
  cleanedContent
2736
2736
  noOfChanges
2737
+ noChangesNeeded
2737
2738
  }
2738
2739
  }`;
2739
2740
  exports.SAVE_NYLAS_CONNECTION = (0, client_1.gql) `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk-dharani",
3
- "version": "0.0.67",
3
+ "version": "0.0.69",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",