@timardex/cluemart-shared 1.2.73 → 1.2.74
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/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2459,7 +2459,7 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2459
2459
|
}
|
|
2460
2460
|
`;
|
|
2461
2461
|
var LICENCE_FIELDS_FRAGMENT = import_client2.gql`
|
|
2462
|
-
fragment LicenceFields on
|
|
2462
|
+
fragment LicenceFields on UserLicenceType {
|
|
2463
2463
|
expiryDate
|
|
2464
2464
|
issuedDate
|
|
2465
2465
|
licenceType
|