@pexip-engage-public/plugin
Advanced tools
Comparing version 1.0.26-canary-20240318083326 to 1.0.26-canary-20240319125741
# @pexip-engage-public/plugin | ||
## 1.0.26-canary-20240318083326 | ||
## 1.0.26-canary-20240319125741 | ||
### Patch Changes | ||
- dc36824: ENGAGE-41/browser-back-issues 😢 | ||
- 831a719: chore(deps): update all non-major dependencies | ||
- Updated dependencies [831a719] | ||
- @pexip-engage-public/graphql@1.0.16-canary-20240318083326 | ||
- @pexip-engage-public/graphql@1.0.16-canary-20240319125741 | ||
@@ -11,0 +12,0 @@ ## 1.0.25 |
@@ -109,7 +109,3 @@ import { z } from "zod"; | ||
timeZone: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
additionalCustomers: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">>>, string[] | undefined, (string | null | undefined)[] | null | undefined>; /** | ||
* Each step can have errors, in case of the timetable this currently only happens when | ||
* a slot is booked by another customer between selecting the slot, and confirming the appointment | ||
* (request). | ||
*/ | ||
additionalCustomers: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">>>, string[] | undefined, (string | null | undefined)[] | null | undefined>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -210,2 +206,3 @@ company?: string | null | undefined; | ||
employee: z.ZodOptional<z.ZodLiteral<true>>; | ||
questions: z.ZodOptional<z.ZodLiteral<true>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -216,2 +213,3 @@ subject?: true | undefined; | ||
employee?: true | undefined; | ||
questions?: true | undefined; | ||
}, { | ||
@@ -222,2 +220,3 @@ subject?: true | undefined; | ||
employee?: true | undefined; | ||
questions?: true | undefined; | ||
}>>; | ||
@@ -335,7 +334,3 @@ errors: z.ZodDefault<z.ZodObject<{ | ||
timeZone: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
additionalCustomers: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">>>, string[] | undefined, (string | null | undefined)[] | null | undefined>; /** | ||
* Each step can have errors, in case of the timetable this currently only happens when | ||
* a slot is booked by another customer between selecting the slot, and confirming the appointment | ||
* (request). | ||
*/ | ||
additionalCustomers: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodOptional<z.ZodNullable<z.ZodString>>, "many">>>, string[] | undefined, (string | null | undefined)[] | null | undefined>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -793,2 +788,3 @@ company?: string | null | undefined; | ||
employee?: true | undefined; | ||
questions?: true | undefined; | ||
}; | ||
@@ -902,2 +898,3 @@ errors: { | ||
employee?: true | undefined; | ||
questions?: true | undefined; | ||
} | undefined; | ||
@@ -904,0 +901,0 @@ errors?: { |
@@ -47,2 +47,3 @@ import { z } from "zod"; | ||
employee: z.literal(true).optional(), | ||
questions: z.literal(true).optional(), | ||
}) | ||
@@ -49,0 +50,0 @@ .default({}), |
{ | ||
"name": "@pexip-engage-public/plugin", | ||
"version": "1.0.26-canary-20240318083326", | ||
"version": "1.0.26-canary-20240319125741", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme", | ||
@@ -41,3 +41,3 @@ "bugs": { | ||
"zod": "^3.22.4", | ||
"@pexip-engage-public/graphql": "1.0.16-canary-20240318083326" | ||
"@pexip-engage-public/graphql": "1.0.16-canary-20240319125741" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -64,2 +64,3 @@ import { z } from "zod"; | ||
employee: z.literal(true).optional(), | ||
questions: z.literal(true).optional(), | ||
}) | ||
@@ -66,0 +67,0 @@ .default({}), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
409634
7496
+ Added@pexip-engage-public/graphql@1.0.16-canary-20240319125741(transitive)
- Removed@pexip-engage-public/graphql@1.0.16-canary-20240318083326(transitive)
Updated@pexip-engage-public/graphql@1.0.16-canary-20240319125741