@gravitee/ui-particles-angular 7.29.0 → 7.29.1
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/esm2020/lib/gio-license/gio-license.service.mjs +2 -2
- package/esm2020/lib/gio-license/gio-license.testing.module.mjs +2 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs +2 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +2 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-license/gio-license.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5484,7 +5484,7 @@ class GioLicenseService {
|
|
|
5484
5484
|
if (!licenseOptions.feature) {
|
|
5485
5485
|
throw new Error(`feature is undefined`);
|
|
5486
5486
|
}
|
|
5487
|
-
let url =
|
|
5487
|
+
let url = `${this.licenseConfiguration.trialResourceURL}?utm_source=${this.licenseConfiguration.utmSource}&utm_medium=${licenseOptions.feature}&utm_campaign=${this.licenseConfiguration.utmCampaign}`;
|
|
5488
5488
|
if (licenseOptions.context) {
|
|
5489
5489
|
url += `&utm_content=${licenseOptions.context}`;
|
|
5490
5490
|
}
|
|
@@ -5673,6 +5673,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5673
5673
|
*/
|
|
5674
5674
|
const LICENSE_CONFIGURATION_TESTING = {
|
|
5675
5675
|
resourceURL: 'https://url.test:3000/license',
|
|
5676
|
+
trialResourceURL: 'https://url.test:3000/trial',
|
|
5676
5677
|
utmSource: 'oss_utm_source_test',
|
|
5677
5678
|
utmCampaign: 'oss_utm_campaign_test',
|
|
5678
5679
|
featureInfoData: {
|