@lcap/nasl-unified-frontend-generator 0.0.0-beta.21 → 0.0.0-beta.23

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.d.mts CHANGED
@@ -102,6 +102,9 @@ type NASLAppIR = {
102
102
  metaData: LegacyMetaData;
103
103
  globalVariables: FrontendVariable[];
104
104
  themeCSS: string;
105
+ document: {
106
+ icon: string | undefined;
107
+ };
105
108
  };
106
109
  };
107
110
  type Package = {
package/dist/index.d.ts CHANGED
@@ -102,6 +102,9 @@ type NASLAppIR = {
102
102
  metaData: LegacyMetaData;
103
103
  globalVariables: FrontendVariable[];
104
104
  themeCSS: string;
105
+ document: {
106
+ icon: string | undefined;
107
+ };
105
108
  };
106
109
  };
107
110
  type Package = {