@atb-as/config-specs
Advanced tools
Comparing version 3.26.0 to 3.27.0
@@ -174,2 +174,21 @@ import { z } from 'zod'; | ||
}>]>, "many">>; | ||
externalRealtimeMap: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{ | ||
lang: z.ZodString; | ||
value: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
value: string; | ||
lang: string; | ||
}, { | ||
value: string; | ||
lang: string; | ||
}>, z.ZodObject<{ | ||
language: z.ZodOptional<z.ZodString>; | ||
value: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
language?: string | undefined; | ||
value?: string | undefined; | ||
}, { | ||
language?: string | undefined; | ||
value?: string | undefined; | ||
}>]>, "many">>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -239,2 +258,9 @@ ticketingInfo?: ({ | ||
})[] | undefined; | ||
externalRealtimeMap?: ({ | ||
value: string; | ||
lang: string; | ||
} | { | ||
language?: string | undefined; | ||
value?: string | undefined; | ||
})[] | undefined; | ||
}, { | ||
@@ -304,3 +330,10 @@ ticketingInfo?: ({ | ||
})[] | undefined; | ||
externalRealtimeMap?: ({ | ||
value: string; | ||
lang: string; | ||
} | { | ||
language?: string | undefined; | ||
value?: string | undefined; | ||
})[] | undefined; | ||
}>; | ||
export type ConfigurableLinksType = z.infer<typeof ConfigurableLinks>; |
@@ -16,2 +16,3 @@ "use strict"; | ||
androidStoreListing: common_1.LanguageAndTextTypeArray.optional(), | ||
externalRealtimeMap: common_1.LanguageAndTextTypeArray.optional(), | ||
}); |
{ | ||
"name": "@atb-as/config-specs", | ||
"version": "3.26.0", | ||
"version": "3.27.0", | ||
"description": "Shared types and validation for fare product type configs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -68,2 +68,5 @@ { | ||
"$ref": "#/definitions/ConfigurableLinks/properties/ticketingInfo" | ||
}, | ||
"externalRealtimeMap": { | ||
"$ref": "#/definitions/ConfigurableLinks/properties/ticketingInfo" | ||
} | ||
@@ -70,0 +73,0 @@ }, |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
440095
7577
1