@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/graphql/index.cjs
CHANGED
|
@@ -203,7 +203,7 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
203
203
|
}
|
|
204
204
|
`;
|
|
205
205
|
var LICENCE_FIELDS_FRAGMENT = import_client2.gql`
|
|
206
|
-
fragment LicenceFields on
|
|
206
|
+
fragment LicenceFields on UserLicenceType {
|
|
207
207
|
expiryDate
|
|
208
208
|
issuedDate
|
|
209
209
|
licenceType
|