@equinor/fusion-framework-module-app
Advanced tools
Comparing version 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52 to 6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970
# Change Log | ||
## 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52 | ||
## 6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970 | ||
@@ -5,0 +5,0 @@ ### Major Changes |
@@ -22,3 +22,2 @@ import z from 'zod'; | ||
projectPage: z.string().optional(), | ||
allowedExtensions: z.array(z.string()).optional(), | ||
uploadedBy: ApiApplicationPersonSchema.optional(), | ||
@@ -25,0 +24,0 @@ }); |
@@ -13,3 +13,2 @@ import z from 'zod'; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -51,3 +50,2 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -73,3 +71,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -189,3 +186,2 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -227,3 +223,2 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -249,3 +244,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -311,3 +305,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -373,3 +366,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -423,3 +415,2 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -461,3 +452,2 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -483,3 +473,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -599,3 +588,2 @@ azureUniqueId: string; | ||
projectPage: z.ZodOptional<z.ZodString>; | ||
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>; | ||
uploadedBy: z.ZodOptional<z.ZodObject<{ | ||
@@ -637,3 +625,2 @@ azureUniqueId: z.ZodString; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -659,3 +646,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -721,3 +707,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -783,3 +768,2 @@ azureUniqueId: string; | ||
projectPage?: string | undefined; | ||
allowedExtensions?: string[] | undefined; | ||
uploadedBy?: { | ||
@@ -786,0 +770,0 @@ azureUniqueId: string; |
{ | ||
"name": "@equinor/fusion-framework-module-app", | ||
"version": "6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52", | ||
"version": "6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"description": "", | ||
@@ -60,7 +60,7 @@ "main": "dist/esm/index.js", | ||
"typescript": "^5.5.4", | ||
"@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" | ||
"@equinor/fusion-framework-module": "^4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970", | ||
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970" | ||
}, | ||
@@ -67,0 +67,0 @@ "scripts": { |
@@ -24,3 +24,2 @@ import z from 'zod'; | ||
projectPage: z.string().optional(), | ||
allowedExtensions: z.array(z.string()).optional(), | ||
uploadedBy: ApiApplicationPersonSchema.optional(), | ||
@@ -27,0 +26,0 @@ }); |
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
383924
4230