@timardex/cluemart-shared 1.0.43 → 1.0.45

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/index.mjs CHANGED
@@ -2995,12 +2995,13 @@ import { gql as gql16 } from "@apollo/client";
2995
2995
  var TESTER_FIELDS_FRAGMENT = gql16`
2996
2996
  fragment TesterFields on TesterType {
2997
2997
  _id
2998
+ active
2999
+ createdAt
3000
+ email
2998
3001
  firstName
2999
3002
  lastName
3000
- email
3001
3003
  osType
3002
3004
  resourceType
3003
- createdAt
3004
3005
  updatedAt
3005
3006
  }
3006
3007
  `;
@@ -3681,7 +3682,7 @@ var validateVerificationTokenFields = [
3681
3682
  {
3682
3683
  helperText: "Enter the Verification code sent to your email",
3683
3684
  keyboardType: "number-pad",
3684
- name: "token",
3685
+ name: "verificationToken",
3685
3686
  placeholder: "Verification code"
3686
3687
  }
3687
3688
  ];