@workadventure/iframe-api-typings 1.12.7 → 1.12.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1080,6 +1080,15 @@ export declare const isIframeEventWrapper: z.ZodUnion<[z.ZodObject<{
1080
1080
  data: {
1081
1081
  visitCardUrl: string;
1082
1082
  };
1083
+ }>, z.ZodObject<{
1084
+ type: z.ZodLiteral<"redirectPricing">;
1085
+ data: z.ZodUndefined;
1086
+ }, "strip", z.ZodTypeAny, {
1087
+ data?: undefined;
1088
+ type: "redirectPricing";
1089
+ }, {
1090
+ data?: undefined;
1091
+ type: "redirectPricing";
1083
1092
  }>]>;
1084
1093
  export declare type IframeEvent = z.infer<typeof isIframeEventWrapper>;
1085
1094
  export declare const isIframeResponseEvent: z.ZodUnion<[z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workadventure/iframe-api-typings",
3
- "version": "v1.12.7",
3
+ "version": "v1.12.10",
4
4
  "description": "Typescript typings for WorkAdventure iFrame API",
5
5
  "main": "iframe_api.js",
6
6
  "types": "iframe_api.d.ts",