New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pexip-engage-public/plugin

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pexip-engage-public/plugin - npm Package Compare versions

Comparing version 1.0.26-canary-20240318083326 to 1.0.26-canary-20240319125741

5

CHANGELOG.md
# @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

17

dist/state/PluginState.schema.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc