@equinor/fusion-framework-module-app
Advanced tools
Comparing version 6.0.0-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521 to 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52
# Change Log | ||
## 6.0.0-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521 | ||
## 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52 | ||
@@ -5,0 +5,0 @@ ### Major Changes |
@@ -22,2 +22,3 @@ import z from 'zod'; | ||
projectPage: z.string().optional(), | ||
allowedExtensions: z.array(z.string()).optional(), | ||
uploadedBy: ApiApplicationPersonSchema.optional(), | ||
@@ -24,0 +25,0 @@ }); |
@@ -13,2 +13,3 @@ import z from 'zod'; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -50,2 +51,3 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -71,2 +73,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -186,2 +189,3 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -223,2 +227,3 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -244,2 +249,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -305,2 +311,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -366,2 +373,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -415,2 +423,3 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -452,2 +461,3 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -473,2 +483,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -588,2 +599,3 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -625,2 +637,3 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -646,2 +659,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -707,2 +721,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -768,2 +783,3 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -770,0 +786,0 @@ azureUniqueId: string; |
@@ -39,2 +39,3 @@ import { AnyModule, CombinedModules, ModulesInstance } from '@equinor/fusion-framework-module'; | ||
annotations?: Record<string, string>; | ||
allowedExtensions?: string[]; | ||
uploadedBy?: { | ||
@@ -59,3 +60,11 @@ azureUniqueId: string; | ||
isPinned?: boolean; | ||
categoryId?: string; | ||
templateSource?: string; | ||
category?: { | ||
id: string; | ||
name: string; | ||
displayName: string; | ||
color: string; | ||
defaultIcon: string; | ||
sortOrder: 1000; | ||
}; | ||
visualization?: { | ||
@@ -62,0 +71,0 @@ color?: string; |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "6.0.0-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521", | ||
"version": "6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"description": "", | ||
@@ -60,7 +60,7 @@ "main": "dist/esm/index.js", | ||
"typescript": "^5.5.4", | ||
"@equinor/fusion-framework-module": "^4.3.5-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521", | ||
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521", | ||
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-52e7df9067d9a1af015e2e6f0af2a5bcfb49f521" | ||
"@equinor/fusion-framework-module": "^4.3.5-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52" | ||
}, | ||
@@ -67,0 +67,0 @@ "scripts": { |
@@ -24,2 +24,3 @@ import z from 'zod'; | ||
projectPage: z.string().optional(), | ||
allowedExtensions: z.array(z.string()).optional(), | ||
uploadedBy: ApiApplicationPersonSchema.optional(), | ||
@@ -26,0 +27,0 @@ }); |
@@ -54,2 +54,3 @@ import { AnyModule, CombinedModules, ModulesInstance } from '@equinor/fusion-framework-module'; | ||
annotations?: Record<string, string>; | ||
allowedExtensions?: string[]; | ||
uploadedBy?: { | ||
@@ -75,3 +76,11 @@ azureUniqueId: string; | ||
isPinned?: boolean; | ||
categoryId?: string; | ||
templateSource?: string; | ||
category?: { | ||
id: string; | ||
name: string; | ||
displayName: string; | ||
color: string; | ||
defaultIcon: string; | ||
sortOrder: 1000; | ||
}; | ||
visualization?: { | ||
@@ -78,0 +87,0 @@ color?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
385020
4248