@automate.ax/integration-contracts 0.75.0 → 0.76.0

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.
Files changed (132) hide show
  1. package/dist/airtable/api.js +1 -1
  2. package/dist/airtable/index.d.ts +1 -1
  3. package/dist/airtable/index.js +1 -1
  4. package/dist/airtable/schemas.d.ts +1 -1
  5. package/dist/airtable/schemas.js +1 -1
  6. package/dist/asana/api.d.ts +1 -1
  7. package/dist/asana/api.js +1 -1
  8. package/dist/asana/index.d.ts +1 -1
  9. package/dist/asana/index.js +1 -1
  10. package/dist/asana/schemas.d.ts +1 -1
  11. package/dist/asana/schemas.js +1 -1
  12. package/dist/brevo/api.d.ts +1 -1
  13. package/dist/brevo/api.js +1 -1
  14. package/dist/brevo/index.d.ts +1 -1
  15. package/dist/brevo/index.js +1 -1
  16. package/dist/brevo/schemas.d.ts +1 -1
  17. package/dist/brevo/schemas.js +1 -1
  18. package/dist/github/index.d.ts +1 -1
  19. package/dist/github/index.js +1 -1
  20. package/dist/github/schemas.d.ts +1 -1
  21. package/dist/github/schemas.js +1 -1
  22. package/dist/gmail/gmail.d.ts +1 -1
  23. package/dist/gmail/gmail.js +1 -1
  24. package/dist/gmail/index.d.ts +1 -1
  25. package/dist/gmail/index.js +1 -1
  26. package/dist/gmail/schemas.d.ts +1 -1
  27. package/dist/gmail/schemas.js +1 -1
  28. package/dist/google-calendar/event-schemas.d.ts +1 -1
  29. package/dist/google-calendar/event-schemas.js +1 -1
  30. package/dist/google-calendar/google-calendar.d.ts +1 -1
  31. package/dist/google-calendar/google-calendar.js +1 -1
  32. package/dist/google-calendar/index.d.ts +1 -1
  33. package/dist/google-calendar/index.js +1 -1
  34. package/dist/google-calendar/schemas.d.ts +1 -1
  35. package/dist/google-calendar/schemas.js +1 -1
  36. package/dist/google-forms/event-schemas.d.ts +1 -1
  37. package/dist/google-forms/event-schemas.js +1 -1
  38. package/dist/google-forms/google-forms.d.ts +1 -1
  39. package/dist/google-forms/google-forms.js +1 -1
  40. package/dist/google-forms/index.d.ts +1 -1
  41. package/dist/google-forms/index.js +1 -1
  42. package/dist/google-forms/schemas.d.ts +1 -1
  43. package/dist/google-forms/schemas.js +1 -1
  44. package/dist/linear/api.d.ts +1 -1
  45. package/dist/linear/api.js +1 -1
  46. package/dist/linear/index.d.ts +1 -1
  47. package/dist/linear/index.js +1 -1
  48. package/dist/linear/schemas.d.ts +1 -1
  49. package/dist/linear/schemas.js +1 -1
  50. package/dist/outlook/graph.d.ts +1 -1
  51. package/dist/outlook/graph.js +1 -1
  52. package/dist/outlook/index.d.ts +1 -1
  53. package/dist/outlook/index.js +1 -1
  54. package/dist/outlook/schemas.d.ts +1 -1
  55. package/dist/outlook/schemas.js +1 -1
  56. package/dist/resend/index.d.ts +1 -1
  57. package/dist/resend/index.js +1 -1
  58. package/dist/resend/schemas.d.ts +1 -1
  59. package/dist/resend/schemas.js +1 -1
  60. package/dist/slack/index.d.ts +1 -1
  61. package/dist/slack/index.js +1 -1
  62. package/dist/slack/schemas.d.ts +1 -1
  63. package/dist/slack/schemas.js +1 -1
  64. package/dist/teams/graph.d.ts +1 -1
  65. package/dist/teams/graph.js +1 -1
  66. package/dist/teams/index.d.ts +1 -1
  67. package/dist/teams/index.js +1 -1
  68. package/dist/teams/schemas.d.ts +1 -1
  69. package/dist/teams/schemas.js +1 -1
  70. package/dist/trello/api.d.ts +1 -1
  71. package/dist/trello/api.js +1 -1
  72. package/dist/trello/event-schemas.d.ts +1 -1
  73. package/dist/trello/event-schemas.js +1 -1
  74. package/dist/trello/index.d.ts +1 -1
  75. package/dist/trello/index.js +1 -1
  76. package/dist/trello/schemas.d.ts +1 -1
  77. package/dist/trello/schemas.js +1 -1
  78. package/dist/vercel/index.d.ts +1 -1
  79. package/dist/vercel/index.js +1 -1
  80. package/dist/vercel/schemas.d.ts +1 -1
  81. package/dist/vercel/schemas.js +1 -1
  82. package/dist/whatsapp/api.d.ts +1 -1
  83. package/dist/whatsapp/api.js +1 -1
  84. package/dist/whatsapp/index.d.ts +1 -1
  85. package/dist/whatsapp/index.js +1 -1
  86. package/dist/whatsapp/schemas.d.ts +1 -1
  87. package/dist/whatsapp/schemas.js +1 -1
  88. package/package.json +4 -5
  89. package/src/airtable/api.ts +1 -1
  90. package/src/airtable/index.ts +1 -1
  91. package/src/airtable/schemas.ts +1 -1
  92. package/src/asana/api.ts +1 -1
  93. package/src/asana/index.ts +1 -1
  94. package/src/asana/schemas.ts +1 -1
  95. package/src/brevo/api.ts +1 -1
  96. package/src/brevo/index.ts +1 -1
  97. package/src/brevo/schemas.ts +1 -1
  98. package/src/github/index.ts +1 -1
  99. package/src/github/schemas.ts +1 -1
  100. package/src/gmail/gmail.ts +1 -1
  101. package/src/gmail/index.ts +1 -1
  102. package/src/gmail/schemas.ts +1 -1
  103. package/src/google-calendar/event-schemas.ts +1 -1
  104. package/src/google-calendar/google-calendar.ts +1 -1
  105. package/src/google-calendar/index.ts +1 -1
  106. package/src/google-calendar/schemas.ts +1 -1
  107. package/src/google-forms/event-schemas.ts +1 -1
  108. package/src/google-forms/google-forms.ts +1 -1
  109. package/src/google-forms/index.ts +1 -1
  110. package/src/google-forms/schemas.ts +1 -1
  111. package/src/linear/api.ts +1 -1
  112. package/src/linear/index.ts +1 -1
  113. package/src/linear/schemas.ts +1 -1
  114. package/src/outlook/graph.ts +1 -1
  115. package/src/outlook/index.ts +1 -1
  116. package/src/outlook/schemas.ts +1 -1
  117. package/src/resend/index.ts +1 -1
  118. package/src/resend/schemas.ts +1 -1
  119. package/src/slack/index.ts +1 -1
  120. package/src/slack/schemas.ts +1 -1
  121. package/src/teams/graph.ts +1 -1
  122. package/src/teams/index.ts +1 -1
  123. package/src/teams/schemas.ts +1 -1
  124. package/src/trello/api.ts +1 -1
  125. package/src/trello/event-schemas.ts +1 -1
  126. package/src/trello/index.ts +1 -1
  127. package/src/trello/schemas.ts +1 -1
  128. package/src/vercel/index.ts +1 -1
  129. package/src/vercel/schemas.ts +1 -1
  130. package/src/whatsapp/api.ts +1 -1
  131. package/src/whatsapp/index.ts +1 -1
  132. package/src/whatsapp/schemas.ts +1 -1
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  export declare const VERCEL_DEPLOYMENT_EVENT_TYPES: readonly ["deployment.created", "deployment.ready", "deployment.succeeded", "deployment.error", "deployment.canceled", "deployment.promoted"];
3
3
  export declare const VERCEL_PROJECT_EVENT_TYPES: readonly ["project.created", "project.removed", "project.renamed"];
4
4
  export declare const VERCEL_PROJECT_ENVIRONMENT_VARIABLE_EVENT_TYPES: readonly ["project.env-variable.created", "project.env-variable.updated", "project.env-variable.deleted"];
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  export const VERCEL_DEPLOYMENT_EVENT_TYPES = [
3
3
  "deployment.created",
4
4
  "deployment.ready",
@@ -1,5 +1,5 @@
1
1
  import type { JsonObject } from "type-fest";
2
- import { z } from "zod";
2
+ import * as z from "zod";
3
3
  export declare const WHATSAPP_GRAPH_API_VERSION = "v26.0";
4
4
  /** Options for one authenticated WhatsApp Graph API request. */
5
5
  export interface WhatsAppApiRequestOptions<TSchema extends z.ZodType> {
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  export const WHATSAPP_GRAPH_API_VERSION = "v26.0";
3
3
  const WHATSAPP_GRAPH_API_ORIGIN = "https://graph.facebook.com";
4
4
  const WHATSAPP_SECRET_SCHEMA = z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  export * from "./api.js";
3
3
  export * from "./schemas.js";
4
4
  export declare const WHATSAPP_TRIGGER_CONFIG_SCHEMA: z.ZodObject<{}, z.core.$strip>;
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  import { WHATSAPP_MESSAGE_DELIVERED_EVENT_SCHEMA, WHATSAPP_MESSAGE_FAILED_EVENT_SCHEMA, WHATSAPP_MESSAGE_PLAYED_EVENT_SCHEMA, WHATSAPP_MESSAGE_READ_EVENT_SCHEMA, WHATSAPP_MESSAGE_RECEIVED_EVENT_SCHEMA, WHATSAPP_MESSAGE_SENT_EVENT_SCHEMA, WHATSAPP_MESSAGE_STATUS_EVENT_SCHEMA, } from "./schemas.js";
3
3
  export * from "./api.js";
4
4
  export * from "./schemas.js";
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  /** Provider-native WhatsApp webhook envelope. */
3
3
  export declare const WHATSAPP_WEBHOOK_SCHEMA: z.ZodObject<{
4
4
  entry: z.ZodArray<z.ZodObject<{
@@ -1,4 +1,4 @@
1
- import { z } from "zod";
1
+ import * as z from "zod";
2
2
  const WHATSAPP_ERROR_SCHEMA = z.object({
3
3
  code: z.number().int(),
4
4
  error_data: z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/integration-contracts",
3
- "version": "0.75.0",
3
+ "version": "0.76.0",
4
4
  "description": "Shared integration payload contracts and provider primitives for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@automate.ax/codec": "0.75.0",
44
+ "@automate.ax/codec": "0.76.0",
45
45
  "@googleapis/calendar": "^15.0.0",
46
46
  "@googleapis/forms": "^6.0.1",
47
47
  "@googleapis/gmail": "^12.0.0",
@@ -60,7 +60,6 @@
60
60
  "@types/nodemailer": "^8.0.1",
61
61
  "@typescript/native": "npm:typescript@^7.0.2",
62
62
  "@zachsents/oxlint-config": "^0.4.1",
63
- "concurrently": "^10.0.4",
64
63
  "eslint": "^9.39.5",
65
64
  "oxlint": "^1.76.0",
66
65
  "oxlint-tsgolint": "^7.0.2001",
@@ -68,8 +67,8 @@
68
67
  },
69
68
  "scripts": {
70
69
  "typecheck": "tsc --noEmit",
71
- "lint": "concurrently --success all --kill-others-on-fail \"oxlint --type-aware\" \"bun --bun eslint .\"",
72
- "lint:fix": "concurrently --success all --kill-others-on-fail \"oxlint --type-aware --fix --fix-suggestions\" \"bun --bun eslint . --fix\"",
70
+ "lint": "oxlint --type-aware --threads=2 && bun --bun eslint . --cache --cache-strategy content",
71
+ "lint:fix": "oxlint --type-aware --threads=2 --fix --fix-suggestions && bun --bun eslint . --fix --cache --cache-strategy content",
73
72
  "check": "bun run typecheck && bun run lint",
74
73
  "build": "zshy",
75
74
  "prepublishOnly": "bun run check && bun run build"
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const AIRTABLE_API_ORIGIN = "https://api.airtable.com/v0/"
4
4
 
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  AIRTABLE_RECORD_CREATED_EVENT_SCHEMA,
4
4
  AIRTABLE_RECORD_DELETED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const AIRTABLE_FIELDS_BY_ID_SCHEMA = z.record(z.string(), z.json())
4
4
  const AIRTABLE_ACTION_METADATA_SCHEMA = z
package/src/asana/api.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { JsonObject } from "type-fest"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  const ASANA_API_BASE_URL = "https://app.asana.com/api/1.0"
5
5
  const ASANA_SECRET_SCHEMA = z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  ASANA_COMMENT_ADDED_EVENT_SCHEMA,
4
4
  ASANA_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const ASANA_RESOURCE_SCHEMA = z.object({
4
4
  /** Stable Asana globally unique identifier. */
package/src/brevo/api.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const BREVO_API_BASE_URL = "https://api.brevo.com/v3/"
4
4
  const BREVO_API_ORIGIN = new URL(BREVO_API_BASE_URL).origin
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  BREVO_EMAIL_BLOCKED_EVENT_SCHEMA,
4
4
  BREVO_EMAIL_CLICKED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const BREVO_TRANSACTIONAL_EVENT_TYPES = [
4
4
  "blocked",
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  GITHUB_ISSUE_CLOSED_EVENT_SCHEMA,
4
4
  GITHUB_ISSUE_EVENT_SCHEMA,
@@ -1,7 +1,7 @@
1
1
  import type { Encodable } from "@automate.ax/codec"
2
2
  import type { webhooks } from "@octokit/openapi-webhooks-types"
3
3
  import type { Octokit } from "@octokit/rest"
4
- import { z } from "zod"
4
+ import * as z from "zod"
5
5
 
6
6
  const GITHUB_EVENT_BASE_SCHEMA = z.looseObject({
7
7
  installation: z.looseObject({ id: z.number().int().positive() }),
@@ -6,7 +6,7 @@ import PostalMime, {
6
6
  type Address,
7
7
  type Attachment,
8
8
  } from "postal-mime"
9
- import { z } from "zod"
9
+ import * as z from "zod"
10
10
  import {
11
11
  ATTACHMENT_INPUT_SCHEMA,
12
12
  DRAFT_IDENTIFIER_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import { LABEL_CHANGE_SCHEMA, MESSAGE_SCHEMA } from "./schemas"
3
3
 
4
4
  export * from "./gmail"
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const PRIORITY_SCHEMA = z.enum(["high", "normal", "low"])
4
4
  const DISPOSITION_SCHEMA = z.enum(["attachment", "inline"])
@@ -1,5 +1,5 @@
1
1
  import { CALENDAR_EVENT_SCHEMA } from "./schemas"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  export const GOOGLE_CALENDAR_EVENT_DELETED_SCHEMA = z.object({
5
5
  /** Calendar that previously contained the event. */
@@ -1,6 +1,6 @@
1
1
  import { Buffer } from "node:buffer"
2
2
  import { auth, calendar, type calendar_v3 } from "@googleapis/calendar"
3
- import { z } from "zod"
3
+ import * as z from "zod"
4
4
  import {
5
5
  ACL_PAGE_SCHEMA,
6
6
  ACL_RULE_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import { GOOGLE_CALENDAR_EVENT_DELETED_SCHEMA } from "./event-schemas"
3
3
  import { CALENDAR_EVENT_SCHEMA } from "./schemas"
4
4
 
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const CALENDAR_REFERENCE_SCHEMA = z.string().trim().min(1)
4
4
  export const EVENT_REFERENCE_SCHEMA = z.string().trim().min(1)
@@ -1,5 +1,5 @@
1
1
  import { FORM_SCHEMA } from "./schemas"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  export const GOOGLE_FORMS_NOTIFICATION_SCHEMA = z.object({
5
5
  /** Provider event category that caused the notification. */
@@ -1,5 +1,5 @@
1
1
  import { auth, forms, type forms_v1 } from "@googleapis/forms"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
  import {
4
4
  EMAIL_COLLECTION_TYPE_SCHEMA,
5
5
  FORM_ITEM_INPUT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import { GOOGLE_FORMS_FORM_CHANGED_EVENT_SCHEMA } from "./event-schemas"
3
3
  import { FORM_RESPONSE_SCHEMA } from "./schemas"
4
4
 
@@ -1,5 +1,5 @@
1
1
  import type { forms_v1 } from "@googleapis/forms"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  export const FORM_REFERENCE_SCHEMA = z.string().trim().min(1)
5
5
  export const ITEM_REFERENCE_SCHEMA = z.union([
package/src/linear/api.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { JsonObject } from "type-fest"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  const LINEAR_GRAPHQL_URL = "https://api.linear.app/graphql"
5
5
  const LINEAR_SECRET_SCHEMA = z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  LINEAR_COMMENT_CREATED_EVENT_SCHEMA,
4
4
  LINEAR_COMMENT_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const LINEAR_DATE_TIME_SCHEMA = z.union([
4
4
  z.date(),
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const GRAPH_BASE_URL = "https://graph.microsoft.com/v1.0/"
4
4
  const MICROSOFT_SECRET_SCHEMA = z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import { OUTLOOK_MESSAGE_SCHEMA } from "./schemas"
3
3
 
4
4
  export * from "./graph"
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const OPTIONAL_DATE_SCHEMA = z
4
4
  .union([
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  RESEND_EMAIL_BOUNCED_EVENT_SCHEMA,
4
4
  RESEND_EMAIL_CLICKED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const RESEND_EMAIL_EVENT_TYPES = [
4
4
  "email.bounced",
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  SLACK_APP_MENTION_EVENT_SCHEMA,
4
4
  SLACK_MESSAGE_POSTED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const SLACK_JSON_OBJECT_SCHEMA = z.record(z.string(), z.json())
4
4
  export const SLACK_BLOCKS_SCHEMA = SLACK_JSON_OBJECT_SCHEMA.array().max(50)
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const GRAPH_BASE_URL = "https://graph.microsoft.com/v1.0/"
4
4
  const MICROSOFT_SECRET_SCHEMA = z.object({
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  TEAMS_CHANNEL_MESSAGE_POSTED_EVENT_SCHEMA,
4
4
  TEAMS_CHAT_MESSAGE_POSTED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const OPTIONAL_DATE_SCHEMA = z
4
4
  .union([
package/src/trello/api.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const TRELLO_API_BASE_URL = "https://api.trello.com/1/"
4
4
  const TRELLO_API_ORIGIN = new URL(TRELLO_API_BASE_URL).origin
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const TRELLO_JSON_OBJECT_SCHEMA = z.record(z.string(), z.json())
4
4
  const TRELLO_RESOURCE_SCHEMA = z
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  TRELLO_BOARD_EVENT_SCHEMA,
4
4
  TRELLO_CARD_ARCHIVED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const OPTIONAL_DATE_SCHEMA = z
4
4
  .string()
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  VERCEL_DEPLOYMENT_CANCELED_EVENT_SCHEMA,
4
4
  VERCEL_DEPLOYMENT_CREATED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  export const VERCEL_DEPLOYMENT_EVENT_TYPES = [
4
4
  "deployment.created",
@@ -1,5 +1,5 @@
1
1
  import type { JsonObject } from "type-fest"
2
- import { z } from "zod"
2
+ import * as z from "zod"
3
3
 
4
4
  export const WHATSAPP_GRAPH_API_VERSION = "v26.0"
5
5
  const WHATSAPP_GRAPH_API_ORIGIN = "https://graph.facebook.com"
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
  import {
3
3
  WHATSAPP_MESSAGE_DELIVERED_EVENT_SCHEMA,
4
4
  WHATSAPP_MESSAGE_FAILED_EVENT_SCHEMA,
@@ -1,4 +1,4 @@
1
- import { z } from "zod"
1
+ import * as z from "zod"
2
2
 
3
3
  const WHATSAPP_ERROR_SCHEMA = z.object({
4
4
  code: z.number().int(),