@gravitee/ui-particles-angular 7.48.0 → 7.49.0

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.
@@ -11,8 +11,8 @@ export interface LicenseConfiguration {
11
11
  resourceURL: string;
12
12
  featureInfoData: Record<string, FeatureInfo>;
13
13
  trialResourceURL: string;
14
- utmSource: string;
15
- utmCampaign: string;
14
+ utmSource?: string;
15
+ utmCampaign?: string;
16
16
  }
17
17
  export interface UTM {
18
18
  source: string;
@@ -1,6 +1,7 @@
1
1
  import { GioLicenseService, LicenseConfiguration } from './gio-license.service';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare const LICENSE_CONFIGURATION_TESTING: LicenseConfiguration;
4
+ export declare const OEM_LICENSE_CONFIGURATION_TESTING: LicenseConfiguration;
4
5
  export declare class GioLicenseTestingModule {
5
6
  static with(license: boolean): {
6
7
  ngModule: typeof GioLicenseTestingModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.48.0",
3
+ "version": "7.49.0",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",