@cossistant/react 0.0.28 → 0.0.30
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.
- package/README.md +1 -1
- package/_virtual/rolldown_runtime.js +9 -23
- package/hooks/index.d.ts +3 -3
- package/hooks/private/store/use-conversations-store.d.ts +2 -0
- package/hooks/private/store/use-conversations-store.d.ts.map +1 -1
- package/hooks/private/store/use-conversations-store.js +15 -8
- package/hooks/private/store/use-conversations-store.js.map +1 -1
- package/hooks/private/store/use-store-selector.d.ts +3 -0
- package/hooks/private/store/use-store-selector.d.ts.map +1 -1
- package/hooks/private/store/use-store-selector.js +4 -8
- package/hooks/private/store/use-store-selector.js.map +1 -1
- package/hooks/private/store/use-website-store.d.ts +3 -1
- package/hooks/private/store/use-website-store.d.ts.map +1 -1
- package/hooks/private/store/use-website-store.js +14 -6
- package/hooks/private/store/use-website-store.js.map +1 -1
- package/hooks/private/use-client-query.d.ts +1 -1
- package/hooks/private/use-client-query.d.ts.map +1 -1
- package/hooks/private/use-client-query.js +1 -0
- package/hooks/private/use-client-query.js.map +1 -1
- package/hooks/private/use-default-messages.d.ts +1 -1
- package/hooks/private/use-grouped-messages.d.ts +10 -7
- package/hooks/private/use-grouped-messages.d.ts.map +1 -1
- package/hooks/private/use-grouped-messages.js +44 -11
- package/hooks/private/use-grouped-messages.js.map +1 -1
- package/hooks/private/use-rest-client.d.ts +13 -3
- package/hooks/private/use-rest-client.d.ts.map +1 -1
- package/hooks/private/use-rest-client.js +49 -22
- package/hooks/private/use-rest-client.js.map +1 -1
- package/hooks/private/use-visitor-typing-reporter.d.ts +1 -1
- package/hooks/use-conversation-auto-seen.d.ts +1 -1
- package/hooks/use-conversation-page.d.ts +1 -1
- package/hooks/use-conversation-page.d.ts.map +1 -1
- package/hooks/use-conversation-page.js +10 -3
- package/hooks/use-conversation-page.js.map +1 -1
- package/hooks/use-conversation-preview.d.ts +3 -1
- package/hooks/use-conversation-preview.d.ts.map +1 -1
- package/hooks/use-conversation-preview.js +6 -3
- package/hooks/use-conversation-preview.js.map +1 -1
- package/hooks/use-conversation-seen.d.ts +1 -1
- package/hooks/use-conversation-seen.js +1 -1
- package/hooks/use-conversation-seen.js.map +1 -1
- package/hooks/use-conversation-timeline-items.d.ts +1 -1
- package/hooks/use-conversation-timeline-items.js +2 -3
- package/hooks/use-conversation-timeline-items.js.map +1 -1
- package/hooks/use-conversation-timeline.d.ts +1 -1
- package/hooks/use-conversation-timeline.d.ts.map +1 -1
- package/hooks/use-conversation-timeline.js +1 -3
- package/hooks/use-conversation-timeline.js.map +1 -1
- package/hooks/use-conversation.d.ts +1 -1
- package/hooks/use-conversation.js +2 -3
- package/hooks/use-conversation.js.map +1 -1
- package/hooks/use-conversations.d.ts +1 -1
- package/hooks/use-conversations.js +5 -3
- package/hooks/use-conversations.js.map +1 -1
- package/hooks/use-create-conversation.d.ts +3 -3
- package/hooks/use-create-conversation.js +1 -0
- package/hooks/use-create-conversation.js.map +1 -1
- package/hooks/use-file-upload.d.ts +1 -1
- package/hooks/use-file-upload.js +3 -3
- package/hooks/use-file-upload.js.map +1 -1
- package/hooks/use-home-page.js +3 -3
- package/hooks/use-home-page.js.map +1 -1
- package/hooks/use-message-composer.d.ts +10 -3
- package/hooks/use-message-composer.d.ts.map +1 -1
- package/hooks/use-message-composer.js +5 -2
- package/hooks/use-message-composer.js.map +1 -1
- package/hooks/use-realtime-support.d.ts +1 -1
- package/hooks/use-send-message.d.ts +8 -2
- package/hooks/use-send-message.d.ts.map +1 -1
- package/hooks/use-send-message.js +5 -3
- package/hooks/use-send-message.js.map +1 -1
- package/hooks/use-visitor.js +2 -2
- package/hooks/use-visitor.js.map +1 -1
- package/identify-visitor.d.ts.map +1 -1
- package/identify-visitor.js +15 -1
- package/identify-visitor.js.map +1 -1
- package/index.d.ts +3 -3
- package/index.js +1 -1
- package/package.json +5 -3
- package/{conversation.d.ts → packages/types/src/api/conversation.d.ts} +368 -64
- package/packages/types/src/api/conversation.d.ts.map +1 -0
- package/packages/types/src/api/timeline-item.d.ts +460 -0
- package/packages/types/src/api/timeline-item.d.ts.map +1 -0
- package/packages/types/src/realtime-events.d.ts +1004 -0
- package/packages/types/src/realtime-events.d.ts.map +1 -0
- package/{schemas3.d.ts → packages/types/src/schemas.d.ts} +95 -19
- package/packages/types/src/schemas.d.ts.map +1 -0
- package/primitives/avatar/avatar.js +1 -1
- package/primitives/avatar/avatar.js.map +1 -1
- package/primitives/avatar/fallback.d.ts.map +1 -1
- package/primitives/avatar/fallback.js +2 -2
- package/primitives/avatar/fallback.js.map +1 -1
- package/primitives/avatar/image.d.ts +1 -1
- package/primitives/avatar/image.js +1 -1
- package/primitives/avatar/image.js.map +1 -1
- package/primitives/button.js +1 -1
- package/primitives/button.js.map +1 -1
- package/primitives/conversation-timeline.d.ts +1 -1
- package/primitives/conversation-timeline.js +4 -4
- package/primitives/conversation-timeline.js.map +1 -1
- package/primitives/day-separator.d.ts +76 -0
- package/primitives/day-separator.d.ts.map +1 -0
- package/primitives/day-separator.js +111 -0
- package/primitives/day-separator.js.map +1 -0
- package/primitives/index.d.ts +3 -2
- package/primitives/index.js +6 -1
- package/primitives/index.parts.d.ts +2 -1
- package/primitives/index.parts.js +2 -1
- package/primitives/multimodal-input.d.ts +2 -2
- package/primitives/multimodal-input.d.ts.map +1 -1
- package/primitives/multimodal-input.js +2 -2
- package/primitives/multimodal-input.js.map +1 -1
- package/primitives/timeline-item-attachments.d.ts +1 -1
- package/primitives/timeline-item-attachments.js +6 -7
- package/primitives/timeline-item-attachments.js.map +1 -1
- package/primitives/timeline-item-group.d.ts +1 -1
- package/primitives/timeline-item-group.d.ts.map +1 -1
- package/primitives/timeline-item-group.js +8 -8
- package/primitives/timeline-item-group.js.map +1 -1
- package/primitives/timeline-item.d.ts +1 -1
- package/primitives/timeline-item.d.ts.map +1 -1
- package/primitives/timeline-item.js +33 -8
- package/primitives/timeline-item.js.map +1 -1
- package/primitives/trigger.js +1 -1
- package/primitives/trigger.js.map +1 -1
- package/primitives/window.js +1 -1
- package/primitives/window.js.map +1 -1
- package/provider.d.ts +4 -2
- package/provider.d.ts.map +1 -1
- package/provider.js +56 -8
- package/provider.js.map +1 -1
- package/realtime/event-filter.d.ts +4 -1
- package/realtime/event-filter.d.ts.map +1 -1
- package/realtime/event-filter.js +14 -0
- package/realtime/event-filter.js.map +1 -1
- package/realtime/provider.d.ts +1 -1
- package/realtime/provider.d.ts.map +1 -1
- package/realtime/provider.js +1 -2
- package/realtime/provider.js.map +1 -1
- package/realtime/seen-store.d.ts +2 -2
- package/realtime/support-provider.js +6 -1
- package/realtime/support-provider.js.map +1 -1
- package/realtime/typing-store.d.ts +1 -1
- package/realtime/use-realtime.d.ts +1 -1
- package/support/components/avatar-stack.d.ts.map +1 -1
- package/support/components/avatar-stack.js +32 -12
- package/support/components/avatar-stack.js.map +1 -1
- package/support/components/avatar.d.ts +34 -3
- package/support/components/avatar.d.ts.map +1 -1
- package/support/components/avatar.js +61 -8
- package/support/components/avatar.js.map +1 -1
- package/support/components/button.d.ts +4 -2
- package/support/components/button.d.ts.map +1 -1
- package/support/components/button.js +3 -3
- package/support/components/button.js.map +1 -1
- package/support/components/configuration-error.d.ts +16 -0
- package/support/components/configuration-error.d.ts.map +1 -0
- package/support/components/configuration-error.js +162 -0
- package/support/components/configuration-error.js.map +1 -0
- package/support/components/content.js +1 -2
- package/support/components/content.js.map +1 -1
- package/support/components/conversation-button-link.js +18 -23
- package/support/components/conversation-button-link.js.map +1 -1
- package/support/components/conversation-event.d.ts.map +1 -1
- package/support/components/conversation-event.js +7 -5
- package/support/components/conversation-event.js.map +1 -1
- package/support/components/conversation-timeline.d.ts +6 -1
- package/support/components/conversation-timeline.d.ts.map +1 -1
- package/support/components/conversation-timeline.js +22 -2
- package/support/components/conversation-timeline.js.map +1 -1
- package/support/components/header.js +1 -1
- package/support/components/image-lightbox.d.ts +1 -1
- package/support/components/image-lightbox.js +1 -2
- package/support/components/image-lightbox.js.map +1 -1
- package/support/components/index.js +1 -1
- package/support/components/multimodal-input.js +0 -1
- package/support/components/multimodal-input.js.map +1 -1
- package/support/components/navigation-tab.js +1 -1
- package/support/components/online-indicator.d.ts +50 -0
- package/support/components/online-indicator.d.ts.map +1 -0
- package/support/components/online-indicator.js +65 -0
- package/support/components/online-indicator.js.map +1 -0
- package/support/components/root.js +0 -1
- package/support/components/root.js.map +1 -1
- package/support/components/timeline-identification-tool.js +4 -4
- package/support/components/timeline-identification-tool.js.map +1 -1
- package/support/components/timeline-message-group.d.ts +1 -1
- package/support/components/timeline-message-group.d.ts.map +1 -1
- package/support/components/timeline-message-group.js +6 -4
- package/support/components/timeline-message-group.js.map +1 -1
- package/support/components/timeline-message-item.d.ts +1 -1
- package/support/components/timeline-message-item.js +4 -4
- package/support/components/timeline-message-item.js.map +1 -1
- package/support/components/trigger.js +1 -2
- package/support/components/trigger.js.map +1 -1
- package/support/components/typing-indicator.js +1 -1
- package/support/components/typing-indicator.js.map +1 -1
- package/support/context/controlled-state.js +0 -1
- package/support/context/controlled-state.js.map +1 -1
- package/support/context/events.d.ts +1 -1
- package/support/context/events.js +0 -1
- package/support/context/events.js.map +1 -1
- package/support/context/handle.js +0 -1
- package/support/context/handle.js.map +1 -1
- package/support/context/identification.d.ts +33 -0
- package/support/context/identification.d.ts.map +1 -0
- package/support/context/identification.js +34 -0
- package/support/context/identification.js.map +1 -0
- package/support/context/positioning.js +0 -1
- package/support/context/positioning.js.map +1 -1
- package/support/context/slots.js +0 -1
- package/support/context/slots.js.map +1 -1
- package/support/context/websocket.d.ts +1 -1
- package/support/context/websocket.js +0 -1
- package/support/context/websocket.js.map +1 -1
- package/support/index.d.ts.map +1 -1
- package/support/index.js +51 -18
- package/support/index.js.map +1 -1
- package/support/pages/conversation-history.js +2 -1
- package/support/pages/conversation-history.js.map +1 -1
- package/support/pages/conversation.d.ts +1 -1
- package/support/pages/conversation.js +1 -1
- package/support/pages/conversation.js.map +1 -1
- package/support/pages/home.js +5 -3
- package/support/pages/home.js.map +1 -1
- package/support/router.d.ts.map +1 -1
- package/support/router.js +4 -0
- package/support/router.js.map +1 -1
- package/support/store/support-store.js +0 -1
- package/support/store/support-store.js.map +1 -1
- package/support/{support-C7Xaw-N6.css → support-DmViRaga.css} +2 -2
- package/support/{support-C7Xaw-N6.css.map → support-DmViRaga.css.map} +1 -1
- package/support/text/index.d.ts +1 -1
- package/support/text/index.d.ts.map +1 -1
- package/support/text/index.js +1 -1
- package/support/text/index.js.map +1 -1
- package/support/text/locales/en.js +1 -1
- package/support/text/locales/en.js.map +1 -1
- package/support/text/locales/es.js +1 -1
- package/support/text/locales/es.js.map +1 -1
- package/support/text/locales/fr.js +1 -1
- package/support/text/locales/fr.js.map +1 -1
- package/support/utils/index.d.ts +1 -1
- package/support-config.js +0 -1
- package/support-config.js.map +1 -1
- package/support.css +1 -1
- package/tailwind.css +1 -1
- package/utils/conversation.d.ts.map +1 -1
- package/utils/conversation.js +1 -3
- package/utils/conversation.js.map +1 -1
- package/utils/use-render-element.d.ts.map +1 -1
- package/utils/use-render-element.js +20 -5
- package/utils/use-render-element.js.map +1 -1
- package/api.d.ts +0 -71
- package/api.d.ts.map +0 -1
- package/checks.d.ts +0 -189
- package/checks.d.ts.map +0 -1
- package/clsx.d.ts +0 -7
- package/clsx.d.ts.map +0 -1
- package/coerce.d.ts +0 -9
- package/coerce.d.ts.map +0 -1
- package/conversation.d.ts.map +0 -1
- package/core.d.ts +0 -35
- package/core.d.ts.map +0 -1
- package/errors.d.ts +0 -121
- package/errors.d.ts.map +0 -1
- package/errors2.d.ts +0 -24
- package/errors2.d.ts.map +0 -1
- package/index2.d.ts +0 -4
- package/index3.d.ts +0 -1
- package/metadata.d.ts +0 -1
- package/openapi-generator.d.ts +0 -1
- package/openapi-generator2.d.ts +0 -1
- package/openapi-generator3.d.ts +0 -1
- package/openapi30.d.ts +0 -125
- package/openapi30.d.ts.map +0 -1
- package/openapi31.d.ts +0 -131
- package/openapi31.d.ts.map +0 -1
- package/parse.d.ts +0 -17
- package/parse.d.ts.map +0 -1
- package/realtime-events.d.ts +0 -482
- package/realtime-events.d.ts.map +0 -1
- package/registries.d.ts +0 -32
- package/registries.d.ts.map +0 -1
- package/schemas.d.ts +0 -673
- package/schemas.d.ts.map +0 -1
- package/schemas2.d.ts +0 -320
- package/schemas2.d.ts.map +0 -1
- package/schemas3.d.ts.map +0 -1
- package/specification-extension.d.ts +0 -9
- package/specification-extension.d.ts.map +0 -1
- package/standard-schema.d.ts +0 -59
- package/standard-schema.d.ts.map +0 -1
- package/timeline-item.d.ts +0 -227
- package/timeline-item.d.ts.map +0 -1
- package/util.d.ts +0 -41
- package/util.d.ts.map +0 -1
- package/versions.d.ts +0 -9
- package/versions.d.ts.map +0 -1
- package/zod-extensions.d.ts +0 -39
- package/zod-extensions.d.ts.map +0 -1
package/schemas2.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schemas2.d.ts","names":["core","util","parse","ZodType","R","T","NewOut","Output","Input","Internals","$ZodTypeInternals","output","CheckFn","$ZodCheck","$ZodRegistry","$replace","PropertyKey","$ZodBranded","$ZodIssue","ParseContext","ZodSafeParseResult","Promise","input","$ZodCustomParams","$RefinementCtx","ZodOptional","$ZodNonOptionalParams","ZodNonOptional","ZodNullable","NoUndefined","ZodDefault","ZodPrefault","ZodArray","SomeType","ZodUnion","ZodIntersection","Awaited","ZodTransform","ZodPipe","ZodCatch","$ZodCatchCtx","$ZodType","ZodReadonly","GlobalMeta","_ZodType","$constructor","_ZodString","$ZodStringInternals","RegExp","$ZodCheckRegexParams","$ZodCheckIncludesParams","$ZodCheckStartsWithParams","$ZodCheckEndsWithParams","$ZodCheckMinLengthParams","$ZodCheckMaxLengthParams","$ZodCheckLengthEqualsParams","$ZodCheckLowerCaseParams","$ZodCheckUpperCaseParams","ZodString","$ZodCheckEmailParams","$ZodCheckURLParams","$ZodCheckJWTParams","$ZodCheckEmojiParams","$ZodCheckGUIDParams","$ZodCheckUUIDParams","$ZodCheckNanoIDParams","$ZodCheckCUIDParams","$ZodCheckCUID2Params","$ZodCheckULIDParams","$ZodCheckBase64Params","$ZodCheckBase64URLParams","$ZodCheckXIDParams","$ZodCheckKSUIDParams","$ZodCheckIPv4Params","$ZodCheckIPv6Params","$ZodCheckCIDRv4Params","$ZodCheckCIDRv6Params","$ZodCheckE164Params","$ZodCheckISODateTimeParams","$ZodCheckISODateParams","$ZodCheckISOTimeParams","$ZodCheckISODurationParams","string","$ZodStringParams","ZodStringFormat","Format","$ZodStringFormatInternals","ZodEmail","$ZodEmailInternals","email","$ZodEmailParams","ZodGUID","$ZodGUIDInternals","guid","$ZodGUIDParams","ZodUUID","$ZodUUIDInternals","uuid","$ZodUUIDParams","uuidv4","$ZodUUIDv4Params","uuidv6","$ZodUUIDv6Params","uuidv7","$ZodUUIDv7Params","ZodURL","$ZodURLInternals","url","$ZodURLParams","httpUrl","Omit","ZodEmoji","$ZodEmojiInternals","emoji","$ZodEmojiParams","ZodNanoID","$ZodNanoIDInternals","nanoid","$ZodNanoIDParams","ZodCUID","$ZodCUIDInternals","cuid","$ZodCUIDParams","ZodCUID2","$ZodCUID2Internals","cuid2","$ZodCUID2Params","ZodULID","$ZodULIDInternals","ulid","$ZodULIDParams","ZodXID","$ZodXIDInternals","xid","$ZodXIDParams","ZodKSUID","$ZodKSUIDInternals","ksuid","$ZodKSUIDParams","ZodIPv4","$ZodIPv4Internals","ipv4","$ZodIPv4Params","ZodIPv6","$ZodIPv6Internals","ipv6","$ZodIPv6Params","ZodCIDRv4","$ZodCIDRv4Internals","cidrv4","$ZodCIDRv4Params","ZodCIDRv6","$ZodCIDRv6Internals","cidrv6","$ZodCIDRv6Params","ZodBase64","$ZodBase64Internals","base64","$ZodBase64Params","ZodBase64URL","$ZodBase64URLInternals","base64url","$ZodBase64URLParams","ZodE164","$ZodE164Internals","e164","$ZodE164Params","ZodJWT","$ZodJWTInternals","jwt","$ZodJWTParams","ZodCustomStringFormat","$ZodCustomStringFormatInternals","$ZodCustomStringFormat","stringFormat","MaybeAsync","$ZodStringFormatParams","hostname","hex","hash","Alg","Enc","HashAlgorithm","HashEncoding","_ZodNumber","$ZodNumberInternals","$ZodCheckGreaterThanParams","$ZodCheckLessThanParams","$ZodCheckNumberFormatParams","$ZodCheckMultipleOfParams","ZodNumber","number","$ZodNumberParams","ZodNumberFormat","$ZodNumberFormatInternals","ZodInt","int","ZodFloat32","float32","ZodFloat64","float64","ZodInt32","int32","ZodUInt32","uint32","_ZodBoolean","$ZodBooleanInternals","ZodBoolean","boolean","$ZodBooleanParams","_ZodBigInt","$ZodBigIntInternals","ZodBigInt","bigint","$ZodBigIntParams","ZodBigIntFormat","$ZodBigIntFormatInternals","int64","$ZodBigIntFormatParams","uint64","ZodSymbol","$ZodSymbolInternals","symbol","$ZodSymbolParams","ZodUndefined","$ZodUndefinedInternals","_undefined","$ZodUndefinedParams","undefined","ZodNull","$ZodNullInternals","_null","$ZodNullParams","null","ZodAny","$ZodAnyInternals","any","ZodUnknown","$ZodUnknownInternals","unknown","ZodNever","$ZodNeverInternals","never","$ZodNeverParams","ZodVoid","$ZodVoidInternals","_void","$ZodVoidParams","void","_ZodDate","$ZodDateInternals","Date","ZodDate","date","$ZodDateParams","$ZodArrayInternals","$ZodArray","array","$ZodArrayParams","keyof","ZodObject","KeysEnum","ZodEnum","SafeExtendShape","Base","Ext","$ZodShape","$ZodLooseShape","K","U","M","Shape","Config","$ZodObjectConfig","$strip","$ZodObjectInternals","ToEnum","$catchall","$loose","$strict","Extend","Record","Partial","Mask","Extract","Pick","Flatten","k","$ZodObject","object","$ZodObjectParams","Writeable","strictObject","looseObject","$ZodUnionInternals","$ZodUnion","union","$ZodUnionParams","ZodDiscriminatedUnion","Options","Disc","$ZodDiscriminatedUnionInternals","$ZodDiscriminatedUnionDef","$ZodDiscriminatedUnion","discriminatedUnion","Types","$ZodTypeDiscriminable","$ZodDiscriminatedUnionParams","A","B","$ZodIntersectionInternals","$ZodIntersection","intersection","ZodTuple","Rest","TupleItems","$ZodTupleInternals","$ZodTuple","tuple","$ZodTupleParams","ZodRecord","Key","Value","$ZodRecordKey","$ZodRecordInternals","$ZodRecord","record","$ZodRecordParams","partialRecord","$partial","ZodMap","$ZodMapInternals","$ZodMap","map","$ZodMapParams","ZodSet","$ZodSetInternals","$ZodCheckMinSizeParams","$ZodCheckMaxSizeParams","$ZodCheckSizeEqualsParams","$ZodSet","set","$ZodSetParams","EnumLike","$ZodEnumInternals","Array","$ZodEnumParams","$ZodEnum","_enum","enum","nativeEnum","ZodLiteral","Literal","$ZodLiteralInternals","Set","$ZodLiteral","literal","ReadonlyArray","$ZodLiteralParams","ZodFile","$ZodFileInternals","MimeTypes","$ZodCheckMimeTypeParams","$ZodFile","file","$ZodFileParams","O","I","$ZodTransformInternals","$ZodTransform","transform","ParsePayload","$ZodOptionalInternals","$ZodOptional","optional","$ZodNullableInternals","$ZodNullable","nullable","nullish","$ZodDefaultInternals","$ZodDefault","_default","$ZodPrefaultInternals","$ZodPrefault","prefault","$ZodNonOptionalInternals","$ZodNonOptional","nonoptional","ZodSuccess","$ZodSuccessInternals","$ZodSuccess","success","$ZodCatchInternals","$ZodCatch","_catch","catch","ZodNaN","$ZodNaNInternals","$ZodNaN","nan","$ZodNaNParams","$ZodPipeInternals","$ZodPipe","pipe","ZodCodec","$ZodCodecInternals","$ZodCodecDef","$ZodCodec","codec","$ZodReadonlyInternals","$ZodReadonly","readonly","ZodTemplateLiteral","Template","$ZodTemplateLiteralInternals","$ZodTemplateLiteral","templateLiteral","Parts","$ZodTemplateLiteralPart","$ZodTemplateLiteralParams","$PartsToTemplateLiteral","ZodLazy","$ZodLazyInternals","$ZodLazy","lazy","ZodPromise","$ZodPromiseInternals","$ZodPromise","promise","ZodFunction","Items","NewArgs","NewReturns","Args","Returns","$ZodFunctionIn","$ZodFunctionOut","$ZodFunctionInternals","$ZodFunctionDef","$InferInnerFunctionType","$InferOuterFunctionType","$ZodFunction","_function","In","Out","function","ZodCustom","$ZodCustomInternals","$ZodCustom","check","custom","refine","NoInfer","superRefine","ZodInstanceOfParams","$ZodIssueCustom","Params","_instanceof","Class","InstanceType","instanceof","stringbool","$ZodStringBoolParams","_ZodJSONSchema","ZodJSONSchema","_ZodJSONSchemaInternals","ZodJSONSchemaInternals","JSONType","json","preprocess"],"sources":["../../../node_modules/zod/v4/classic/schemas.d.cts"],"sourcesContent":["import * as core from \"../core/index.cjs\";\nimport { util } from \"../core/index.cjs\";\nimport * as parse from \"./parse.cjs\";\nexport interface ZodType<out Output = unknown, out Input = unknown, out Internals extends core.$ZodTypeInternals<Output, Input> = core.$ZodTypeInternals<Output, Input>> extends core.$ZodType<Output, Input, Internals> {\n def: Internals[\"def\"];\n type: Internals[\"def\"][\"type\"];\n /** @deprecated Use `.def` instead. */\n _def: Internals[\"def\"];\n /** @deprecated Use `z.output<typeof schema>` instead. */\n _output: Internals[\"output\"];\n /** @deprecated Use `z.input<typeof schema>` instead. */\n _input: Internals[\"input\"];\n check(...checks: (core.CheckFn<core.output<this>> | core.$ZodCheck<core.output<this>>)[]): this;\n clone(def?: Internals[\"def\"], params?: {\n parent: boolean;\n }): this;\n register<R extends core.$ZodRegistry>(registry: R, ...meta: this extends R[\"_schema\"] ? undefined extends R[\"_meta\"] ? [core.$replace<R[\"_meta\"], this>?] : [core.$replace<R[\"_meta\"], this>] : [\"Incompatible schema\"]): this;\n brand<T extends PropertyKey = PropertyKey>(value?: T): PropertyKey extends T ? this : core.$ZodBranded<this, T>;\n parse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n safeParse(data: unknown, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n parseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeParseAsync(data: unknown, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n spa: (data: unknown, params?: core.ParseContext<core.$ZodIssue>) => Promise<parse.ZodSafeParseResult<core.output<this>>>;\n encode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): core.input<this>;\n decode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): core.output<this>;\n encodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.input<this>>;\n decodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<core.output<this>>;\n safeEncode(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.input<this>>;\n safeDecode(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): parse.ZodSafeParseResult<core.output<this>>;\n safeEncodeAsync(data: core.output<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.input<this>>>;\n safeDecodeAsync(data: core.input<this>, params?: core.ParseContext<core.$ZodIssue>): Promise<parse.ZodSafeParseResult<core.output<this>>>;\n refine(check: (arg: core.output<this>) => unknown | Promise<unknown>, params?: string | core.$ZodCustomParams): this;\n superRefine(refinement: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => void | Promise<void>): this;\n overwrite(fn: (x: core.output<this>) => core.output<this>): this;\n optional(): ZodOptional<this>;\n nonoptional(params?: string | core.$ZodNonOptionalParams): ZodNonOptional<this>;\n nullable(): ZodNullable<this>;\n nullish(): ZodOptional<ZodNullable<this>>;\n default(def: util.NoUndefined<core.output<this>>): ZodDefault<this>;\n default(def: () => util.NoUndefined<core.output<this>>): ZodDefault<this>;\n prefault(def: () => core.input<this>): ZodPrefault<this>;\n prefault(def: core.input<this>): ZodPrefault<this>;\n array(): ZodArray<this>;\n or<T extends core.SomeType>(option: T): ZodUnion<[this, T]>;\n and<T extends core.SomeType>(incoming: T): ZodIntersection<this, T>;\n transform<NewOut>(transform: (arg: core.output<this>, ctx: core.$RefinementCtx<core.output<this>>) => NewOut | Promise<NewOut>): ZodPipe<this, ZodTransform<Awaited<NewOut>, core.output<this>>>;\n catch(def: core.output<this>): ZodCatch<this>;\n catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;\n pipe<T extends core.$ZodType<any, core.output<this>>>(target: T | core.$ZodType<any, core.output<this>>): ZodPipe<this, T>;\n readonly(): ZodReadonly<this>;\n /** Returns a new instance that has been registered in `z.globalRegistry` with the specified description */\n describe(description: string): this;\n description?: string;\n /** Returns the metadata associated with this instance in `z.globalRegistry` */\n meta(): core.$replace<core.GlobalMeta, this> | undefined;\n /** Returns a new instance that has been registered in `z.globalRegistry` with the specified metadata */\n meta(data: core.$replace<core.GlobalMeta, this>): this;\n /** @deprecated Try safe-parsing `undefined` (this is what `isOptional` does internally):\n *\n * ```ts\n * const schema = z.string().optional();\n * const isOptional = schema.safeParse(undefined).success; // true\n * ```\n */\n isOptional(): boolean;\n /**\n * @deprecated Try safe-parsing `null` (this is what `isNullable` does internally):\n *\n * ```ts\n * const schema = z.string().nullable();\n * const isNullable = schema.safeParse(null).success; // true\n * ```\n */\n isNullable(): boolean;\n}\nexport interface _ZodType<out Internals extends core.$ZodTypeInternals = core.$ZodTypeInternals> extends ZodType<any, any, Internals> {\n}\nexport declare const ZodType: core.$constructor<ZodType>;\nexport interface _ZodString<T extends core.$ZodStringInternals<unknown> = core.$ZodStringInternals<unknown>> extends _ZodType<T> {\n format: string | null;\n minLength: number | null;\n maxLength: number | null;\n regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this;\n includes(value: string, params?: core.$ZodCheckIncludesParams): this;\n startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this;\n endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this;\n min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;\n max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;\n length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;\n nonempty(params?: string | core.$ZodCheckMinLengthParams): this;\n lowercase(params?: string | core.$ZodCheckLowerCaseParams): this;\n uppercase(params?: string | core.$ZodCheckUpperCaseParams): this;\n trim(): this;\n normalize(form?: \"NFC\" | \"NFD\" | \"NFKC\" | \"NFKD\" | (string & {})): this;\n toLowerCase(): this;\n toUpperCase(): this;\n}\n/** @internal */\nexport declare const _ZodString: core.$constructor<_ZodString>;\nexport interface ZodString extends _ZodString<core.$ZodStringInternals<string>> {\n /** @deprecated Use `z.email()` instead. */\n email(params?: string | core.$ZodCheckEmailParams): this;\n /** @deprecated Use `z.url()` instead. */\n url(params?: string | core.$ZodCheckURLParams): this;\n /** @deprecated Use `z.jwt()` instead. */\n jwt(params?: string | core.$ZodCheckJWTParams): this;\n /** @deprecated Use `z.emoji()` instead. */\n emoji(params?: string | core.$ZodCheckEmojiParams): this;\n /** @deprecated Use `z.guid()` instead. */\n guid(params?: string | core.$ZodCheckGUIDParams): this;\n /** @deprecated Use `z.uuid()` instead. */\n uuid(params?: string | core.$ZodCheckUUIDParams): this;\n /** @deprecated Use `z.uuid()` instead. */\n uuidv4(params?: string | core.$ZodCheckUUIDParams): this;\n /** @deprecated Use `z.uuid()` instead. */\n uuidv6(params?: string | core.$ZodCheckUUIDParams): this;\n /** @deprecated Use `z.uuid()` instead. */\n uuidv7(params?: string | core.$ZodCheckUUIDParams): this;\n /** @deprecated Use `z.nanoid()` instead. */\n nanoid(params?: string | core.$ZodCheckNanoIDParams): this;\n /** @deprecated Use `z.guid()` instead. */\n guid(params?: string | core.$ZodCheckGUIDParams): this;\n /** @deprecated Use `z.cuid()` instead. */\n cuid(params?: string | core.$ZodCheckCUIDParams): this;\n /** @deprecated Use `z.cuid2()` instead. */\n cuid2(params?: string | core.$ZodCheckCUID2Params): this;\n /** @deprecated Use `z.ulid()` instead. */\n ulid(params?: string | core.$ZodCheckULIDParams): this;\n /** @deprecated Use `z.base64()` instead. */\n base64(params?: string | core.$ZodCheckBase64Params): this;\n /** @deprecated Use `z.base64url()` instead. */\n base64url(params?: string | core.$ZodCheckBase64URLParams): this;\n /** @deprecated Use `z.xid()` instead. */\n xid(params?: string | core.$ZodCheckXIDParams): this;\n /** @deprecated Use `z.ksuid()` instead. */\n ksuid(params?: string | core.$ZodCheckKSUIDParams): this;\n /** @deprecated Use `z.ipv4()` instead. */\n ipv4(params?: string | core.$ZodCheckIPv4Params): this;\n /** @deprecated Use `z.ipv6()` instead. */\n ipv6(params?: string | core.$ZodCheckIPv6Params): this;\n /** @deprecated Use `z.cidrv4()` instead. */\n cidrv4(params?: string | core.$ZodCheckCIDRv4Params): this;\n /** @deprecated Use `z.cidrv6()` instead. */\n cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;\n /** @deprecated Use `z.e164()` instead. */\n e164(params?: string | core.$ZodCheckE164Params): this;\n /** @deprecated Use `z.iso.datetime()` instead. */\n datetime(params?: string | core.$ZodCheckISODateTimeParams): this;\n /** @deprecated Use `z.iso.date()` instead. */\n date(params?: string | core.$ZodCheckISODateParams): this;\n /** @deprecated Use `z.iso.time()` instead. */\n time(params?: string | core.$ZodCheckISOTimeParams): this;\n /** @deprecated Use `z.iso.duration()` instead. */\n duration(params?: string | core.$ZodCheckISODurationParams): this;\n}\nexport declare const ZodString: core.$constructor<ZodString>;\nexport declare function string(params?: string | core.$ZodStringParams): ZodString;\nexport declare function string<T extends string>(params?: string | core.$ZodStringParams): core.$ZodType<T, T>;\nexport interface ZodStringFormat<Format extends string = string> extends _ZodString<core.$ZodStringFormatInternals<Format>> {\n}\nexport declare const ZodStringFormat: core.$constructor<ZodStringFormat>;\nexport interface ZodEmail extends ZodStringFormat<\"email\"> {\n _zod: core.$ZodEmailInternals;\n}\nexport declare const ZodEmail: core.$constructor<ZodEmail>;\nexport declare function email(params?: string | core.$ZodEmailParams): ZodEmail;\nexport interface ZodGUID extends ZodStringFormat<\"guid\"> {\n _zod: core.$ZodGUIDInternals;\n}\nexport declare const ZodGUID: core.$constructor<ZodGUID>;\nexport declare function guid(params?: string | core.$ZodGUIDParams): ZodGUID;\nexport interface ZodUUID extends ZodStringFormat<\"uuid\"> {\n _zod: core.$ZodUUIDInternals;\n}\nexport declare const ZodUUID: core.$constructor<ZodUUID>;\nexport declare function uuid(params?: string | core.$ZodUUIDParams): ZodUUID;\nexport declare function uuidv4(params?: string | core.$ZodUUIDv4Params): ZodUUID;\nexport declare function uuidv6(params?: string | core.$ZodUUIDv6Params): ZodUUID;\nexport declare function uuidv7(params?: string | core.$ZodUUIDv7Params): ZodUUID;\nexport interface ZodURL extends ZodStringFormat<\"url\"> {\n _zod: core.$ZodURLInternals;\n}\nexport declare const ZodURL: core.$constructor<ZodURL>;\nexport declare function url(params?: string | core.$ZodURLParams): ZodURL;\nexport declare function httpUrl(params?: string | Omit<core.$ZodURLParams, \"protocol\" | \"hostname\">): ZodURL;\nexport interface ZodEmoji extends ZodStringFormat<\"emoji\"> {\n _zod: core.$ZodEmojiInternals;\n}\nexport declare const ZodEmoji: core.$constructor<ZodEmoji>;\nexport declare function emoji(params?: string | core.$ZodEmojiParams): ZodEmoji;\nexport interface ZodNanoID extends ZodStringFormat<\"nanoid\"> {\n _zod: core.$ZodNanoIDInternals;\n}\nexport declare const ZodNanoID: core.$constructor<ZodNanoID>;\nexport declare function nanoid(params?: string | core.$ZodNanoIDParams): ZodNanoID;\nexport interface ZodCUID extends ZodStringFormat<\"cuid\"> {\n _zod: core.$ZodCUIDInternals;\n}\nexport declare const ZodCUID: core.$constructor<ZodCUID>;\nexport declare function cuid(params?: string | core.$ZodCUIDParams): ZodCUID;\nexport interface ZodCUID2 extends ZodStringFormat<\"cuid2\"> {\n _zod: core.$ZodCUID2Internals;\n}\nexport declare const ZodCUID2: core.$constructor<ZodCUID2>;\nexport declare function cuid2(params?: string | core.$ZodCUID2Params): ZodCUID2;\nexport interface ZodULID extends ZodStringFormat<\"ulid\"> {\n _zod: core.$ZodULIDInternals;\n}\nexport declare const ZodULID: core.$constructor<ZodULID>;\nexport declare function ulid(params?: string | core.$ZodULIDParams): ZodULID;\nexport interface ZodXID extends ZodStringFormat<\"xid\"> {\n _zod: core.$ZodXIDInternals;\n}\nexport declare const ZodXID: core.$constructor<ZodXID>;\nexport declare function xid(params?: string | core.$ZodXIDParams): ZodXID;\nexport interface ZodKSUID extends ZodStringFormat<\"ksuid\"> {\n _zod: core.$ZodKSUIDInternals;\n}\nexport declare const ZodKSUID: core.$constructor<ZodKSUID>;\nexport declare function ksuid(params?: string | core.$ZodKSUIDParams): ZodKSUID;\nexport interface ZodIPv4 extends ZodStringFormat<\"ipv4\"> {\n _zod: core.$ZodIPv4Internals;\n}\nexport declare const ZodIPv4: core.$constructor<ZodIPv4>;\nexport declare function ipv4(params?: string | core.$ZodIPv4Params): ZodIPv4;\nexport interface ZodIPv6 extends ZodStringFormat<\"ipv6\"> {\n _zod: core.$ZodIPv6Internals;\n}\nexport declare const ZodIPv6: core.$constructor<ZodIPv6>;\nexport declare function ipv6(params?: string | core.$ZodIPv6Params): ZodIPv6;\nexport interface ZodCIDRv4 extends ZodStringFormat<\"cidrv4\"> {\n _zod: core.$ZodCIDRv4Internals;\n}\nexport declare const ZodCIDRv4: core.$constructor<ZodCIDRv4>;\nexport declare function cidrv4(params?: string | core.$ZodCIDRv4Params): ZodCIDRv4;\nexport interface ZodCIDRv6 extends ZodStringFormat<\"cidrv6\"> {\n _zod: core.$ZodCIDRv6Internals;\n}\nexport declare const ZodCIDRv6: core.$constructor<ZodCIDRv6>;\nexport declare function cidrv6(params?: string | core.$ZodCIDRv6Params): ZodCIDRv6;\nexport interface ZodBase64 extends ZodStringFormat<\"base64\"> {\n _zod: core.$ZodBase64Internals;\n}\nexport declare const ZodBase64: core.$constructor<ZodBase64>;\nexport declare function base64(params?: string | core.$ZodBase64Params): ZodBase64;\nexport interface ZodBase64URL extends ZodStringFormat<\"base64url\"> {\n _zod: core.$ZodBase64URLInternals;\n}\nexport declare const ZodBase64URL: core.$constructor<ZodBase64URL>;\nexport declare function base64url(params?: string | core.$ZodBase64URLParams): ZodBase64URL;\nexport interface ZodE164 extends ZodStringFormat<\"e164\"> {\n _zod: core.$ZodE164Internals;\n}\nexport declare const ZodE164: core.$constructor<ZodE164>;\nexport declare function e164(params?: string | core.$ZodE164Params): ZodE164;\nexport interface ZodJWT extends ZodStringFormat<\"jwt\"> {\n _zod: core.$ZodJWTInternals;\n}\nexport declare const ZodJWT: core.$constructor<ZodJWT>;\nexport declare function jwt(params?: string | core.$ZodJWTParams): ZodJWT;\nexport interface ZodCustomStringFormat<Format extends string = string> extends ZodStringFormat<Format>, core.$ZodCustomStringFormat<Format> {\n _zod: core.$ZodCustomStringFormatInternals<Format>;\n}\nexport declare const ZodCustomStringFormat: core.$constructor<ZodCustomStringFormat>;\nexport declare function stringFormat<Format extends string>(format: Format, fnOrRegex: ((arg: string) => util.MaybeAsync<unknown>) | RegExp, _params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<Format>;\nexport declare function hostname(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<\"hostname\">;\nexport declare function hex(_params?: string | core.$ZodStringFormatParams): ZodCustomStringFormat<\"hex\">;\nexport declare function hash<Alg extends util.HashAlgorithm, Enc extends util.HashEncoding = \"hex\">(alg: Alg, params?: {\n enc?: Enc;\n} & core.$ZodStringFormatParams): ZodCustomStringFormat<`${Alg}_${Enc}`>;\nexport interface _ZodNumber<Internals extends core.$ZodNumberInternals = core.$ZodNumberInternals> extends _ZodType<Internals> {\n gt(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n /** Identical to .min() */\n gte(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n min(value: number, params?: string | core.$ZodCheckGreaterThanParams): this;\n lt(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n /** Identical to .max() */\n lte(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n max(value: number, params?: string | core.$ZodCheckLessThanParams): this;\n /** Consider `z.int()` instead. This API is considered *legacy*; it will never be removed but a better alternative exists. */\n int(params?: string | core.$ZodCheckNumberFormatParams): this;\n /** @deprecated This is now identical to `.int()`. Only numbers in the safe integer range are accepted. */\n safe(params?: string | core.$ZodCheckNumberFormatParams): this;\n positive(params?: string | core.$ZodCheckGreaterThanParams): this;\n nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;\n negative(params?: string | core.$ZodCheckLessThanParams): this;\n nonpositive(params?: string | core.$ZodCheckLessThanParams): this;\n multipleOf(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;\n /** @deprecated Use `.multipleOf()` instead. */\n step(value: number, params?: string | core.$ZodCheckMultipleOfParams): this;\n /** @deprecated In v4 and later, z.number() does not allow infinite values by default. This is a no-op. */\n finite(params?: unknown): this;\n minValue: number | null;\n maxValue: number | null;\n /** @deprecated Check the `format` property instead. */\n isInt: boolean;\n /** @deprecated Number schemas no longer accept infinite values, so this always returns `true`. */\n isFinite: boolean;\n format: string | null;\n}\nexport interface ZodNumber extends _ZodNumber<core.$ZodNumberInternals<number>> {\n}\nexport declare const ZodNumber: core.$constructor<ZodNumber>;\nexport declare function number(params?: string | core.$ZodNumberParams): ZodNumber;\nexport interface ZodNumberFormat extends ZodNumber {\n _zod: core.$ZodNumberFormatInternals;\n}\nexport declare const ZodNumberFormat: core.$constructor<ZodNumberFormat>;\nexport interface ZodInt extends ZodNumberFormat {\n}\nexport declare function int(params?: string | core.$ZodCheckNumberFormatParams): ZodInt;\nexport interface ZodFloat32 extends ZodNumberFormat {\n}\nexport declare function float32(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat32;\nexport interface ZodFloat64 extends ZodNumberFormat {\n}\nexport declare function float64(params?: string | core.$ZodCheckNumberFormatParams): ZodFloat64;\nexport interface ZodInt32 extends ZodNumberFormat {\n}\nexport declare function int32(params?: string | core.$ZodCheckNumberFormatParams): ZodInt32;\nexport interface ZodUInt32 extends ZodNumberFormat {\n}\nexport declare function uint32(params?: string | core.$ZodCheckNumberFormatParams): ZodUInt32;\nexport interface _ZodBoolean<T extends core.$ZodBooleanInternals = core.$ZodBooleanInternals> extends _ZodType<T> {\n}\nexport interface ZodBoolean extends _ZodBoolean<core.$ZodBooleanInternals<boolean>> {\n}\nexport declare const ZodBoolean: core.$constructor<ZodBoolean>;\nexport declare function boolean(params?: string | core.$ZodBooleanParams): ZodBoolean;\nexport interface _ZodBigInt<T extends core.$ZodBigIntInternals = core.$ZodBigIntInternals> extends _ZodType<T> {\n gte(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n /** Alias of `.gte()` */\n min(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n gt(value: bigint, params?: string | core.$ZodCheckGreaterThanParams): this;\n /** Alias of `.lte()` */\n lte(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n max(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n lt(value: bigint, params?: string | core.$ZodCheckLessThanParams): this;\n positive(params?: string | core.$ZodCheckGreaterThanParams): this;\n negative(params?: string | core.$ZodCheckLessThanParams): this;\n nonpositive(params?: string | core.$ZodCheckLessThanParams): this;\n nonnegative(params?: string | core.$ZodCheckGreaterThanParams): this;\n multipleOf(value: bigint, params?: string | core.$ZodCheckMultipleOfParams): this;\n minValue: bigint | null;\n maxValue: bigint | null;\n format: string | null;\n}\nexport interface ZodBigInt extends _ZodBigInt<core.$ZodBigIntInternals<bigint>> {\n}\nexport declare const ZodBigInt: core.$constructor<ZodBigInt>;\nexport declare function bigint(params?: string | core.$ZodBigIntParams): ZodBigInt;\nexport interface ZodBigIntFormat extends ZodBigInt {\n _zod: core.$ZodBigIntFormatInternals;\n}\nexport declare const ZodBigIntFormat: core.$constructor<ZodBigIntFormat>;\nexport declare function int64(params?: string | core.$ZodBigIntFormatParams): ZodBigIntFormat;\nexport declare function uint64(params?: string | core.$ZodBigIntFormatParams): ZodBigIntFormat;\nexport interface ZodSymbol extends _ZodType<core.$ZodSymbolInternals> {\n}\nexport declare const ZodSymbol: core.$constructor<ZodSymbol>;\nexport declare function symbol(params?: string | core.$ZodSymbolParams): ZodSymbol;\nexport interface ZodUndefined extends _ZodType<core.$ZodUndefinedInternals> {\n}\nexport declare const ZodUndefined: core.$constructor<ZodUndefined>;\ndeclare function _undefined(params?: string | core.$ZodUndefinedParams): ZodUndefined;\nexport { _undefined as undefined };\nexport interface ZodNull extends _ZodType<core.$ZodNullInternals> {\n}\nexport declare const ZodNull: core.$constructor<ZodNull>;\ndeclare function _null(params?: string | core.$ZodNullParams): ZodNull;\nexport { _null as null };\nexport interface ZodAny extends _ZodType<core.$ZodAnyInternals> {\n}\nexport declare const ZodAny: core.$constructor<ZodAny>;\nexport declare function any(): ZodAny;\nexport interface ZodUnknown extends _ZodType<core.$ZodUnknownInternals> {\n}\nexport declare const ZodUnknown: core.$constructor<ZodUnknown>;\nexport declare function unknown(): ZodUnknown;\nexport interface ZodNever extends _ZodType<core.$ZodNeverInternals> {\n}\nexport declare const ZodNever: core.$constructor<ZodNever>;\nexport declare function never(params?: string | core.$ZodNeverParams): ZodNever;\nexport interface ZodVoid extends _ZodType<core.$ZodVoidInternals> {\n}\nexport declare const ZodVoid: core.$constructor<ZodVoid>;\ndeclare function _void(params?: string | core.$ZodVoidParams): ZodVoid;\nexport { _void as void };\nexport interface _ZodDate<T extends core.$ZodDateInternals = core.$ZodDateInternals> extends _ZodType<T> {\n min(value: number | Date, params?: string | core.$ZodCheckGreaterThanParams): this;\n max(value: number | Date, params?: string | core.$ZodCheckLessThanParams): this;\n /** @deprecated Not recommended. */\n minDate: Date | null;\n /** @deprecated Not recommended. */\n maxDate: Date | null;\n}\nexport interface ZodDate extends _ZodDate<core.$ZodDateInternals<Date>> {\n}\nexport declare const ZodDate: core.$constructor<ZodDate>;\nexport declare function date(params?: string | core.$ZodDateParams): ZodDate;\nexport interface ZodArray<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodArrayInternals<T>>, core.$ZodArray<T> {\n element: T;\n min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;\n nonempty(params?: string | core.$ZodCheckMinLengthParams): this;\n max(maxLength: number, params?: string | core.$ZodCheckMaxLengthParams): this;\n length(len: number, params?: string | core.$ZodCheckLengthEqualsParams): this;\n unwrap(): T;\n}\nexport declare const ZodArray: core.$constructor<ZodArray>;\nexport declare function array<T extends core.SomeType>(element: T, params?: string | core.$ZodArrayParams): ZodArray<T>;\nexport declare function keyof<T extends ZodObject>(schema: T): ZodEnum<util.KeysEnum<T[\"_zod\"][\"output\"]>>;\nexport type SafeExtendShape<Base extends core.$ZodShape, Ext extends core.$ZodLooseShape> = {\n [K in keyof Ext]: K extends keyof Base ? core.output<Ext[K]> extends core.output<Base[K]> ? core.input<Ext[K]> extends core.input<Base[K]> ? Ext[K] : never : never : Ext[K];\n};\nexport interface ZodObject<\n/** @ts-ignore Cast variance */\nout Shape extends core.$ZodShape = core.$ZodLooseShape, out Config extends core.$ZodObjectConfig = core.$strip> extends _ZodType<core.$ZodObjectInternals<Shape, Config>>, core.$ZodObject<Shape, Config> {\n shape: Shape;\n keyof(): ZodEnum<util.ToEnum<keyof Shape & string>>;\n /** Define a schema to validate all unrecognized keys. This overrides the existing strict/loose behavior. */\n catchall<T extends core.SomeType>(schema: T): ZodObject<Shape, core.$catchall<T>>;\n /** @deprecated Use `z.looseObject()` or `.loose()` instead. */\n passthrough(): ZodObject<Shape, core.$loose>;\n /** Consider `z.looseObject(A.shape)` instead */\n loose(): ZodObject<Shape, core.$loose>;\n /** Consider `z.strictObject(A.shape)` instead */\n strict(): ZodObject<Shape, core.$strict>;\n /** This is the default behavior. This method call is likely unnecessary. */\n strip(): ZodObject<Shape, core.$strip>;\n extend<U extends core.$ZodLooseShape>(shape: U): ZodObject<util.Extend<Shape, U>, Config>;\n safeExtend<U extends core.$ZodLooseShape>(shape: SafeExtendShape<Shape, U> & Partial<Record<keyof Shape, core.SomeType>>): ZodObject<util.Extend<Shape, U>, Config>;\n /**\n * @deprecated Use [`A.extend(B.shape)`](https://zod.dev/api?id=extend) instead.\n */\n merge<U extends ZodObject>(other: U): ZodObject<util.Extend<Shape, U[\"shape\"]>, U[\"_zod\"][\"config\"]>;\n pick<M extends util.Mask<keyof Shape>>(mask: M): ZodObject<util.Flatten<Pick<Shape, Extract<keyof Shape, keyof M>>>, Config>;\n omit<M extends util.Mask<keyof Shape>>(mask: M): ZodObject<util.Flatten<Omit<Shape, Extract<keyof Shape, keyof M>>>, Config>;\n partial(): ZodObject<{\n [k in keyof Shape]: ZodOptional<Shape[k]>;\n }, Config>;\n partial<M extends util.Mask<keyof Shape>>(mask: M): ZodObject<{\n [k in keyof Shape]: k extends keyof M ? ZodOptional<Shape[k]> : Shape[k];\n }, Config>;\n required(): ZodObject<{\n [k in keyof Shape]: ZodNonOptional<Shape[k]>;\n }, Config>;\n required<M extends util.Mask<keyof Shape>>(mask: M): ZodObject<{\n [k in keyof Shape]: k extends keyof M ? ZodNonOptional<Shape[k]> : Shape[k];\n }, Config>;\n}\nexport declare const ZodObject: core.$constructor<ZodObject>;\nexport declare function object<T extends core.$ZodLooseShape = Partial<Record<never, core.SomeType>>>(shape?: T, params?: string | core.$ZodObjectParams): ZodObject<util.Writeable<T>, core.$strip>;\nexport declare function strictObject<T extends core.$ZodLooseShape>(shape: T, params?: string | core.$ZodObjectParams): ZodObject<T, core.$strict>;\nexport declare function looseObject<T extends core.$ZodLooseShape>(shape: T, params?: string | core.$ZodObjectParams): ZodObject<T, core.$loose>;\nexport interface ZodUnion<T extends readonly core.SomeType[] = readonly core.$ZodType[]> extends _ZodType<core.$ZodUnionInternals<T>>, core.$ZodUnion<T> {\n options: T;\n}\nexport declare const ZodUnion: core.$constructor<ZodUnion>;\nexport declare function union<const T extends readonly core.SomeType[]>(options: T, params?: string | core.$ZodUnionParams): ZodUnion<T>;\nexport interface ZodDiscriminatedUnion<Options extends readonly core.SomeType[] = readonly core.$ZodType[], Disc extends string = string> extends ZodUnion<Options>, core.$ZodDiscriminatedUnion<Options, Disc> {\n _zod: core.$ZodDiscriminatedUnionInternals<Options, Disc>;\n def: core.$ZodDiscriminatedUnionDef<Options, Disc>;\n}\nexport declare const ZodDiscriminatedUnion: core.$constructor<ZodDiscriminatedUnion>;\nexport declare function discriminatedUnion<Types extends readonly [core.$ZodTypeDiscriminable, ...core.$ZodTypeDiscriminable[]], Disc extends string>(discriminator: Disc, options: Types, params?: string | core.$ZodDiscriminatedUnionParams): ZodDiscriminatedUnion<Types, Disc>;\nexport interface ZodIntersection<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodIntersectionInternals<A, B>>, core.$ZodIntersection<A, B> {\n}\nexport declare const ZodIntersection: core.$constructor<ZodIntersection>;\nexport declare function intersection<T extends core.SomeType, U extends core.SomeType>(left: T, right: U): ZodIntersection<T, U>;\nexport interface ZodTuple<T extends util.TupleItems = readonly core.$ZodType[], Rest extends core.SomeType | null = core.$ZodType | null> extends _ZodType<core.$ZodTupleInternals<T, Rest>>, core.$ZodTuple<T, Rest> {\n rest<Rest extends core.SomeType = core.$ZodType>(rest: Rest): ZodTuple<T, Rest>;\n}\nexport declare const ZodTuple: core.$constructor<ZodTuple>;\nexport declare function tuple<T extends readonly [core.SomeType, ...core.SomeType[]]>(items: T, params?: string | core.$ZodTupleParams): ZodTuple<T, null>;\nexport declare function tuple<T extends readonly [core.SomeType, ...core.SomeType[]], Rest extends core.SomeType>(items: T, rest: Rest, params?: string | core.$ZodTupleParams): ZodTuple<T, Rest>;\nexport declare function tuple(items: [], params?: string | core.$ZodTupleParams): ZodTuple<[], null>;\nexport interface ZodRecord<Key extends core.$ZodRecordKey = core.$ZodRecordKey, Value extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodRecordInternals<Key, Value>>, core.$ZodRecord<Key, Value> {\n keyType: Key;\n valueType: Value;\n}\nexport declare const ZodRecord: core.$constructor<ZodRecord>;\nexport declare function record<Key extends core.$ZodRecordKey, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodRecordParams): ZodRecord<Key, Value>;\nexport declare function partialRecord<Key extends core.$ZodRecordKey, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodRecordParams): ZodRecord<Key & core.$partial, Value>;\nexport interface ZodMap<Key extends core.SomeType = core.$ZodType, Value extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodMapInternals<Key, Value>>, core.$ZodMap<Key, Value> {\n keyType: Key;\n valueType: Value;\n}\nexport declare const ZodMap: core.$constructor<ZodMap>;\nexport declare function map<Key extends core.SomeType, Value extends core.SomeType>(keyType: Key, valueType: Value, params?: string | core.$ZodMapParams): ZodMap<Key, Value>;\nexport interface ZodSet<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodSetInternals<T>>, core.$ZodSet<T> {\n min(minSize: number, params?: string | core.$ZodCheckMinSizeParams): this;\n nonempty(params?: string | core.$ZodCheckMinSizeParams): this;\n max(maxSize: number, params?: string | core.$ZodCheckMaxSizeParams): this;\n size(size: number, params?: string | core.$ZodCheckSizeEqualsParams): this;\n}\nexport declare const ZodSet: core.$constructor<ZodSet>;\nexport declare function set<Value extends core.SomeType>(valueType: Value, params?: string | core.$ZodSetParams): ZodSet<Value>;\nexport interface ZodEnum<\n/** @ts-ignore Cast variance */\nout T extends util.EnumLike = util.EnumLike> extends _ZodType<core.$ZodEnumInternals<T>>, core.$ZodEnum<T> {\n enum: T;\n options: Array<T[keyof T]>;\n extract<const U extends readonly (keyof T)[]>(values: U, params?: string | core.$ZodEnumParams): ZodEnum<util.Flatten<Pick<T, U[number]>>>;\n exclude<const U extends readonly (keyof T)[]>(values: U, params?: string | core.$ZodEnumParams): ZodEnum<util.Flatten<Omit<T, U[number]>>>;\n}\nexport declare const ZodEnum: core.$constructor<ZodEnum>;\ndeclare function _enum<const T extends readonly string[]>(values: T, params?: string | core.$ZodEnumParams): ZodEnum<util.ToEnum<T[number]>>;\ndeclare function _enum<const T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T>;\nexport { _enum as enum };\n/** @deprecated This API has been merged into `z.enum()`. Use `z.enum()` instead.\n *\n * ```ts\n * enum Colors { red, green, blue }\n * z.enum(Colors);\n * ```\n */\nexport declare function nativeEnum<T extends util.EnumLike>(entries: T, params?: string | core.$ZodEnumParams): ZodEnum<T>;\nexport interface ZodLiteral<T extends util.Literal = util.Literal> extends _ZodType<core.$ZodLiteralInternals<T>>, core.$ZodLiteral<T> {\n values: Set<T>;\n /** @legacy Use `.values` instead. Accessing this property will throw an error if the literal accepts multiple values. */\n value: T;\n}\nexport declare const ZodLiteral: core.$constructor<ZodLiteral>;\nexport declare function literal<const T extends ReadonlyArray<util.Literal>>(value: T, params?: string | core.$ZodLiteralParams): ZodLiteral<T[number]>;\nexport declare function literal<const T extends util.Literal>(value: T, params?: string | core.$ZodLiteralParams): ZodLiteral<T>;\nexport interface ZodFile extends _ZodType<core.$ZodFileInternals>, core.$ZodFile {\n min(size: number, params?: string | core.$ZodCheckMinSizeParams): this;\n max(size: number, params?: string | core.$ZodCheckMaxSizeParams): this;\n mime(types: util.MimeTypes | Array<util.MimeTypes>, params?: string | core.$ZodCheckMimeTypeParams): this;\n}\nexport declare const ZodFile: core.$constructor<ZodFile>;\nexport declare function file(params?: string | core.$ZodFileParams): ZodFile;\nexport interface ZodTransform<O = unknown, I = unknown> extends _ZodType<core.$ZodTransformInternals<O, I>>, core.$ZodTransform<O, I> {\n}\nexport declare const ZodTransform: core.$constructor<ZodTransform>;\nexport declare function transform<I = unknown, O = I>(fn: (input: I, ctx: core.ParsePayload) => O): ZodTransform<Awaited<O>, I>;\nexport interface ZodOptional<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodOptionalInternals<T>>, core.$ZodOptional<T> {\n unwrap(): T;\n}\nexport declare const ZodOptional: core.$constructor<ZodOptional>;\nexport declare function optional<T extends core.SomeType>(innerType: T): ZodOptional<T>;\nexport interface ZodNullable<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodNullableInternals<T>>, core.$ZodNullable<T> {\n unwrap(): T;\n}\nexport declare const ZodNullable: core.$constructor<ZodNullable>;\nexport declare function nullable<T extends core.SomeType>(innerType: T): ZodNullable<T>;\nexport declare function nullish<T extends core.SomeType>(innerType: T): ZodOptional<ZodNullable<T>>;\nexport interface ZodDefault<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodDefaultInternals<T>>, core.$ZodDefault<T> {\n unwrap(): T;\n /** @deprecated Use `.unwrap()` instead. */\n removeDefault(): T;\n}\nexport declare const ZodDefault: core.$constructor<ZodDefault>;\nexport declare function _default<T extends core.SomeType>(innerType: T, defaultValue: util.NoUndefined<core.output<T>> | (() => util.NoUndefined<core.output<T>>)): ZodDefault<T>;\nexport interface ZodPrefault<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPrefaultInternals<T>>, core.$ZodPrefault<T> {\n unwrap(): T;\n}\nexport declare const ZodPrefault: core.$constructor<ZodPrefault>;\nexport declare function prefault<T extends core.SomeType>(innerType: T, defaultValue: core.input<T> | (() => core.input<T>)): ZodPrefault<T>;\nexport interface ZodNonOptional<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodNonOptionalInternals<T>>, core.$ZodNonOptional<T> {\n unwrap(): T;\n}\nexport declare const ZodNonOptional: core.$constructor<ZodNonOptional>;\nexport declare function nonoptional<T extends core.SomeType>(innerType: T, params?: string | core.$ZodNonOptionalParams): ZodNonOptional<T>;\nexport interface ZodSuccess<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodSuccessInternals<T>>, core.$ZodSuccess<T> {\n unwrap(): T;\n}\nexport declare const ZodSuccess: core.$constructor<ZodSuccess>;\nexport declare function success<T extends core.SomeType>(innerType: T): ZodSuccess<T>;\nexport interface ZodCatch<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodCatchInternals<T>>, core.$ZodCatch<T> {\n unwrap(): T;\n /** @deprecated Use `.unwrap()` instead. */\n removeCatch(): T;\n}\nexport declare const ZodCatch: core.$constructor<ZodCatch>;\ndeclare function _catch<T extends core.SomeType>(innerType: T, catchValue: core.output<T> | ((ctx: core.$ZodCatchCtx) => core.output<T>)): ZodCatch<T>;\nexport { _catch as catch };\nexport interface ZodNaN extends _ZodType<core.$ZodNaNInternals>, core.$ZodNaN {\n}\nexport declare const ZodNaN: core.$constructor<ZodNaN>;\nexport declare function nan(params?: string | core.$ZodNaNParams): ZodNaN;\nexport interface ZodPipe<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPipeInternals<A, B>>, core.$ZodPipe<A, B> {\n in: A;\n out: B;\n}\nexport declare const ZodPipe: core.$constructor<ZodPipe>;\nexport declare function pipe<const A extends core.SomeType, B extends core.$ZodType<unknown, core.output<A>> = core.$ZodType<unknown, core.output<A>>>(in_: A, out: B | core.$ZodType<unknown, core.output<A>>): ZodPipe<A, B>;\nexport interface ZodCodec<A extends core.SomeType = core.$ZodType, B extends core.SomeType = core.$ZodType> extends ZodPipe<A, B>, core.$ZodCodec<A, B> {\n _zod: core.$ZodCodecInternals<A, B>;\n def: core.$ZodCodecDef<A, B>;\n}\nexport declare const ZodCodec: core.$constructor<ZodCodec>;\nexport declare function codec<const A extends core.SomeType, B extends core.SomeType = core.$ZodType>(in_: A, out: B, params: {\n decode: (value: core.output<A>, payload: core.ParsePayload<core.output<A>>) => core.util.MaybeAsync<core.input<B>>;\n encode: (value: core.input<B>, payload: core.ParsePayload<core.input<B>>) => core.util.MaybeAsync<core.output<A>>;\n}): ZodCodec<A, B>;\nexport interface ZodReadonly<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodReadonlyInternals<T>>, core.$ZodReadonly<T> {\n unwrap(): T;\n}\nexport declare const ZodReadonly: core.$constructor<ZodReadonly>;\nexport declare function readonly<T extends core.SomeType>(innerType: T): ZodReadonly<T>;\nexport interface ZodTemplateLiteral<Template extends string = string> extends _ZodType<core.$ZodTemplateLiteralInternals<Template>>, core.$ZodTemplateLiteral<Template> {\n}\nexport declare const ZodTemplateLiteral: core.$constructor<ZodTemplateLiteral>;\nexport declare function templateLiteral<const Parts extends core.$ZodTemplateLiteralPart[]>(parts: Parts, params?: string | core.$ZodTemplateLiteralParams): ZodTemplateLiteral<core.$PartsToTemplateLiteral<Parts>>;\nexport interface ZodLazy<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodLazyInternals<T>>, core.$ZodLazy<T> {\n unwrap(): T;\n}\nexport declare const ZodLazy: core.$constructor<ZodLazy>;\nexport declare function lazy<T extends core.SomeType>(getter: () => T): ZodLazy<T>;\nexport interface ZodPromise<T extends core.SomeType = core.$ZodType> extends _ZodType<core.$ZodPromiseInternals<T>>, core.$ZodPromise<T> {\n unwrap(): T;\n}\nexport declare const ZodPromise: core.$constructor<ZodPromise>;\nexport declare function promise<T extends core.SomeType>(innerType: T): ZodPromise<T>;\nexport interface ZodFunction<Args extends core.$ZodFunctionIn = core.$ZodFunctionIn, Returns extends core.$ZodFunctionOut = core.$ZodFunctionOut> extends _ZodType<core.$ZodFunctionInternals<Args, Returns>>, core.$ZodFunction<Args, Returns> {\n _def: core.$ZodFunctionDef<Args, Returns>;\n _input: core.$InferInnerFunctionType<Args, Returns>;\n _output: core.$InferOuterFunctionType<Args, Returns>;\n input<const Items extends util.TupleItems, const Rest extends core.$ZodFunctionOut = core.$ZodFunctionOut>(args: Items, rest?: Rest): ZodFunction<core.$ZodTuple<Items, Rest>, Returns>;\n input<NewArgs extends core.$ZodFunctionIn>(args: NewArgs): ZodFunction<NewArgs, Returns>;\n input(...args: any[]): ZodFunction<any, Returns>;\n output<NewReturns extends core.$ZodType>(output: NewReturns): ZodFunction<Args, NewReturns>;\n}\nexport declare const ZodFunction: core.$constructor<ZodFunction>;\nexport declare function _function(): ZodFunction;\nexport declare function _function<const In extends ReadonlyArray<core.$ZodType>>(params: {\n input: In;\n}): ZodFunction<ZodTuple<In, null>, core.$ZodFunctionOut>;\nexport declare function _function<const In extends ReadonlyArray<core.$ZodType>, const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: {\n input: In;\n output: Out;\n}): ZodFunction<ZodTuple<In, null>, Out>;\nexport declare function _function<const In extends core.$ZodFunctionIn = core.$ZodFunctionIn>(params: {\n input: In;\n}): ZodFunction<In, core.$ZodFunctionOut>;\nexport declare function _function<const Out extends core.$ZodFunctionOut = core.$ZodFunctionOut>(params: {\n output: Out;\n}): ZodFunction<core.$ZodFunctionIn, Out>;\nexport declare function _function<In extends core.$ZodFunctionIn = core.$ZodFunctionIn, Out extends core.$ZodType = core.$ZodType>(params?: {\n input: In;\n output: Out;\n}): ZodFunction<In, Out>;\nexport { _function as function };\nexport interface ZodCustom<O = unknown, I = unknown> extends _ZodType<core.$ZodCustomInternals<O, I>>, core.$ZodCustom<O, I> {\n}\nexport declare const ZodCustom: core.$constructor<ZodCustom>;\nexport declare function check<O = unknown>(fn: core.CheckFn<O>): core.$ZodCheck<O>;\nexport declare function custom<O>(fn?: (data: unknown) => unknown, _params?: string | core.$ZodCustomParams | undefined): ZodCustom<O, O>;\nexport declare function refine<T>(fn: (arg: NoInfer<T>) => util.MaybeAsync<unknown>, _params?: string | core.$ZodCustomParams): core.$ZodCheck<T>;\nexport declare function superRefine<T>(fn: (arg: T, payload: core.$RefinementCtx<T>) => void | Promise<void>): core.$ZodCheck<T>;\ntype ZodInstanceOfParams = core.Params<ZodCustom, core.$ZodIssueCustom, \"type\" | \"check\" | \"checks\" | \"fn\" | \"abort\" | \"error\" | \"params\" | \"path\">;\ndeclare function _instanceof<T extends typeof util.Class>(cls: T, params?: ZodInstanceOfParams): ZodCustom<InstanceType<T>, InstanceType<T>>;\nexport { _instanceof as instanceof };\nexport declare const stringbool: (_params?: string | core.$ZodStringBoolParams) => ZodCodec<ZodString, ZodBoolean>;\ntype _ZodJSONSchema = ZodUnion<[\n ZodString,\n ZodNumber,\n ZodBoolean,\n ZodNull,\n ZodArray<ZodJSONSchema>,\n ZodRecord<ZodString, ZodJSONSchema>\n]>;\ntype _ZodJSONSchemaInternals = _ZodJSONSchema[\"_zod\"];\nexport interface ZodJSONSchemaInternals extends _ZodJSONSchemaInternals {\n output: util.JSONType;\n input: util.JSONType;\n}\nexport interface ZodJSONSchema extends _ZodJSONSchema {\n _zod: ZodJSONSchemaInternals;\n}\nexport declare function json(params?: string | core.$ZodCustomParams): ZodJSONSchema;\nexport declare function preprocess<A, U extends core.SomeType, B = unknown>(fn: (arg: B, ctx: core.$RefinementCtx) => A, schema: U): ZodPipe<ZodTransform<A, B>, U>;\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
package/schemas3.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schemas3.d.ts","names":[],"sources":["../../types/src/schemas.ts"],"sourcesContent":[],"mappings":";;;;;;cAkBa,oBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAA,SAAA,WAAA;IAAA,SAAA,aAAA,YAAA,UAAA,CAAA,CAAA;EAmBnB,CAAA,QAAY,CAAA,CAAA;AAExB,CAAA,QAAa,CAAA;KAFD,YAAA,GAAe,cAAe;cAE7B,wBAAsB;;;;;;;;;;;KAYvB,gBAAA,GAAmB,cAAe"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/openapi3-ts/dist/model/specification-extension.d.ts
|
|
2
|
-
type IExtensionName = `x-${string}`;
|
|
3
|
-
type IExtensionType = any;
|
|
4
|
-
type ISpecificationExtension = {
|
|
5
|
-
[extensionName: IExtensionName]: IExtensionType;
|
|
6
|
-
};
|
|
7
|
-
//#endregion
|
|
8
|
-
export { ISpecificationExtension };
|
|
9
|
-
//# sourceMappingURL=specification-extension.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"specification-extension.d.ts","names":["IExtensionName","IExtensionType","ISpecificationExtension","SpecificationExtension"],"sources":["../../../node_modules/openapi3-ts/dist/model/specification-extension.d.ts"],"sourcesContent":["export type IExtensionName = `x-${string}`;\nexport type IExtensionType = any;\nexport type ISpecificationExtension = {\n [extensionName: IExtensionName]: IExtensionType;\n};\nexport declare class SpecificationExtension implements ISpecificationExtension {\n [extensionName: IExtensionName]: any;\n static isValidExtension(extensionName: string): boolean;\n getExtension(extensionName: string): any;\n addExtension(extensionName: string, payload: any): void;\n listExtensions(): string[];\n}\n"],"x_google_ignoreList":[0],"mappings":";KAAYA,cAAAA;AAAAA,KACAC,cAAAA,GADc,GAAA;AACdA,KACAC,uBAAAA,GADc;EACdA,CAAAA,aAAAA,EACQF,cADe,CAAA,EACEC,cAAjBD"}
|
package/standard-schema.d.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/zod/v4/core/standard-schema.d.cts
|
|
2
|
-
/** The Standard Schema interface. */
|
|
3
|
-
interface StandardSchemaV1<Input = unknown, Output = Input> {
|
|
4
|
-
/** The Standard Schema properties. */
|
|
5
|
-
readonly "~standard": StandardSchemaV1.Props<Input, Output>;
|
|
6
|
-
}
|
|
7
|
-
declare namespace StandardSchemaV1 {
|
|
8
|
-
/** The Standard Schema properties interface. */
|
|
9
|
-
interface Props<Input = unknown, Output = Input> {
|
|
10
|
-
/** The version number of the standard. */
|
|
11
|
-
readonly version: 1;
|
|
12
|
-
/** The vendor name of the schema library. */
|
|
13
|
-
readonly vendor: string;
|
|
14
|
-
/** Validates unknown input values. */
|
|
15
|
-
readonly validate: (value: unknown) => Result<Output> | Promise<Result<Output>>;
|
|
16
|
-
/** Inferred types associated with the schema. */
|
|
17
|
-
readonly types?: Types<Input, Output> | undefined;
|
|
18
|
-
}
|
|
19
|
-
/** The result interface of the validate function. */
|
|
20
|
-
type Result<Output> = SuccessResult<Output> | FailureResult;
|
|
21
|
-
/** The result interface if validation succeeds. */
|
|
22
|
-
interface SuccessResult<Output> {
|
|
23
|
-
/** The typed output value. */
|
|
24
|
-
readonly value: Output;
|
|
25
|
-
/** The non-existent issues. */
|
|
26
|
-
readonly issues?: undefined;
|
|
27
|
-
}
|
|
28
|
-
/** The result interface if validation fails. */
|
|
29
|
-
interface FailureResult {
|
|
30
|
-
/** The issues of failed validation. */
|
|
31
|
-
readonly issues: ReadonlyArray<Issue>;
|
|
32
|
-
}
|
|
33
|
-
/** The issue interface of the failure output. */
|
|
34
|
-
interface Issue {
|
|
35
|
-
/** The error message of the issue. */
|
|
36
|
-
readonly message: string;
|
|
37
|
-
/** The path of the issue, if any. */
|
|
38
|
-
readonly path?: ReadonlyArray<PropertyKey | PathSegment> | undefined;
|
|
39
|
-
}
|
|
40
|
-
/** The path segment interface of the issue. */
|
|
41
|
-
interface PathSegment {
|
|
42
|
-
/** The key representing a path segment. */
|
|
43
|
-
readonly key: PropertyKey;
|
|
44
|
-
}
|
|
45
|
-
/** The Standard Schema types interface. */
|
|
46
|
-
interface Types<Input = unknown, Output = Input> {
|
|
47
|
-
/** The input type of the schema. */
|
|
48
|
-
readonly input: Input;
|
|
49
|
-
/** The output type of the schema. */
|
|
50
|
-
readonly output: Output;
|
|
51
|
-
}
|
|
52
|
-
/** Infers the input type of a Standard Schema. */
|
|
53
|
-
type InferInput<Schema extends StandardSchemaV1> = NonNullable<Schema["~standard"]["types"]>["input"];
|
|
54
|
-
/** Infers the output type of a Standard Schema. */
|
|
55
|
-
type InferOutput<Schema extends StandardSchemaV1> = NonNullable<Schema["~standard"]["types"]>["output"];
|
|
56
|
-
}
|
|
57
|
-
//#endregion
|
|
58
|
-
export { StandardSchemaV1 };
|
|
59
|
-
//# sourceMappingURL=standard-schema.d.ts.map
|
package/standard-schema.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"standard-schema.d.ts","names":["StandardSchemaV1","Input","Output","Props","Schema","Result","Promise","Types","SuccessResult","FailureResult","Issue","ReadonlyArray","PropertyKey","PathSegment","NonNullable"],"sources":["../../../node_modules/zod/v4/core/standard-schema.d.cts"],"sourcesContent":["/** The Standard Schema interface. */\nexport interface StandardSchemaV1<Input = unknown, Output = Input> {\n /** The Standard Schema properties. */\n readonly \"~standard\": StandardSchemaV1.Props<Input, Output>;\n}\nexport declare namespace StandardSchemaV1 {\n /** The Standard Schema properties interface. */\n interface Props<Input = unknown, Output = Input> {\n /** The version number of the standard. */\n readonly version: 1;\n /** The vendor name of the schema library. */\n readonly vendor: string;\n /** Validates unknown input values. */\n readonly validate: (value: unknown) => Result<Output> | Promise<Result<Output>>;\n /** Inferred types associated with the schema. */\n readonly types?: Types<Input, Output> | undefined;\n }\n /** The result interface of the validate function. */\n type Result<Output> = SuccessResult<Output> | FailureResult;\n /** The result interface if validation succeeds. */\n interface SuccessResult<Output> {\n /** The typed output value. */\n readonly value: Output;\n /** The non-existent issues. */\n readonly issues?: undefined;\n }\n /** The result interface if validation fails. */\n interface FailureResult {\n /** The issues of failed validation. */\n readonly issues: ReadonlyArray<Issue>;\n }\n /** The issue interface of the failure output. */\n interface Issue {\n /** The error message of the issue. */\n readonly message: string;\n /** The path of the issue, if any. */\n readonly path?: ReadonlyArray<PropertyKey | PathSegment> | undefined;\n }\n /** The path segment interface of the issue. */\n interface PathSegment {\n /** The key representing a path segment. */\n readonly key: PropertyKey;\n }\n /** The Standard Schema types interface. */\n interface Types<Input = unknown, Output = Input> {\n /** The input type of the schema. */\n readonly input: Input;\n /** The output type of the schema. */\n readonly output: Output;\n }\n /** Infers the input type of a Standard Schema. */\n type InferInput<Schema extends StandardSchemaV1> = NonNullable<Schema[\"~standard\"][\"types\"]>[\"input\"];\n /** Infers the output type of a Standard Schema. */\n type InferOutput<Schema extends StandardSchemaV1> = NonNullable<Schema[\"~standard\"][\"types\"]>[\"output\"];\n}\n"],"x_google_ignoreList":[0],"mappings":";;AACiBA,UAAAA,gBAAgBC,CAAAA,QAAAC,OAAA,EAAA,SAA2BD,KAA3B,CAAA,CAAA;EAA2BA;EAEXA,SAAAA,WAAAA,EAAvBD,gBAAAA,CAAiBG,KAAMF,CAAAA,KAAAA,EAAOC,MAAPD,CAAAA;;AAAvBD,kBAEDA,gBAAAA,CAFkBG;EAAK;EAEvBH,UAAAA,KAAAA,CAAAA,QAAgB,OAAAC,EAAAA,SAEKA,KAFLG,CAAAA,CAAAA;IAEKH;IAMQC,SAAAA,OAAAA,EAAAA,CAAAA;IAAPG;IAAgCH,SAAAA,MAAAA,EAAAA,MAAAA;IAAPG;IAARC,SAAAA,QAAAA,EAAAA,CAAAA,KAAAA,EAAAA,OAAAA,EAAAA,GAAjBD,MAAiBC,CAAVJ,MAAUI,CAAAA,GAAAA,OAAAA,CAAQD,MAARC,CAAeJ,MAAfI,CAAAA,CAAAA;IAEjCL;IAAOC,SAAAA,KAAAA,CAAAA,EAAbK,KAAaL,CAAPD,KAAOC,EAAAA,MAAAA,CAAAA,GAAAA,SAAAA;EAAbK;EAGeL;EAAdM,KAAAA,MAAAA,CAAAA,MAAAA,CAAAA,GAAAA,aAAAA,CAAcN,MAAdM,CAAAA,GAAwBC,aAAxBD;EAAwBC;EAI1BP,UAAAA,aAAAA,CAAAA,MAAAA,CAAAA,CAAAA;IAOeQ;IAAdC,SAAAA,KAAAA,EAPDT,MAOCS;IAOaC;IAAcC,SAAAA,MAAAA,CAAAA,EAAAA,SAAAA;EAA5BF;EAKFC;EAGwBX,UAAAA,aAAAA,CAAAA;IAEtBA;IAECC,SAAAA,MAAAA,EAnBAS,aAmBAT,CAnBcQ,KAmBdR,CAAAA;EAGUF;EAAgCI;EAAZU,UAAAA,KAAAA,CAAAA;IAEnBd;IAAgCI,SAAAA,OAAAA,EAAAA,MAAAA;IAAZU;IAAW,SAAA,IAAA,CAAA,EAjB3CH,aAiB2C,CAjB7BC,WAiB6B,GAjBfC,WAiBe,CAAA,GAAA,SAAA;;;;;kBAZ7CD;;;4CAGwBX;;oBAEtBA;;qBAECC;;;iCAGUF,oBAAoBc,YAAYV;;kCAE/BJ,oBAAoBc,YAAYV"}
|
package/timeline-item.d.ts
DELETED
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
import { $strip } from "./schemas.js";
|
|
2
|
-
import { output } from "./core.js";
|
|
3
|
-
import { ZodArray, ZodBoolean, ZodDefault, ZodEnum, ZodLiteral, ZodNullable, ZodNumber, ZodObject, ZodOptional, ZodString, ZodUnion } from "./schemas2.js";
|
|
4
|
-
import { ZodCoercedNumber } from "./coerce.js";
|
|
5
|
-
import "./index3.js";
|
|
6
|
-
|
|
7
|
-
//#region ../types/src/api/timeline-item.d.ts
|
|
8
|
-
declare const timelinePartImageSchema: ZodObject<{
|
|
9
|
-
type: ZodLiteral<"image">;
|
|
10
|
-
url: ZodString;
|
|
11
|
-
mediaType: ZodString;
|
|
12
|
-
fileName: ZodOptional<ZodString>;
|
|
13
|
-
size: ZodOptional<ZodNumber>;
|
|
14
|
-
width: ZodOptional<ZodNumber>;
|
|
15
|
-
height: ZodOptional<ZodNumber>;
|
|
16
|
-
}, $strip>;
|
|
17
|
-
declare const timelineFileSchema: ZodObject<{
|
|
18
|
-
type: ZodLiteral<"file">;
|
|
19
|
-
url: ZodString;
|
|
20
|
-
mediaType: ZodString;
|
|
21
|
-
fileName: ZodOptional<ZodString>;
|
|
22
|
-
size: ZodOptional<ZodNumber>;
|
|
23
|
-
}, $strip>;
|
|
24
|
-
declare const timelineItemPartsSchema: ZodArray<ZodUnion<readonly [ZodObject<{
|
|
25
|
-
type: ZodLiteral<"text">;
|
|
26
|
-
text: ZodString;
|
|
27
|
-
}, $strip>, ZodObject<{
|
|
28
|
-
type: ZodLiteral<"event">;
|
|
29
|
-
eventType: ZodEnum<{
|
|
30
|
-
assigned: "assigned";
|
|
31
|
-
unassigned: "unassigned";
|
|
32
|
-
participant_requested: "participant_requested";
|
|
33
|
-
participant_joined: "participant_joined";
|
|
34
|
-
participant_left: "participant_left";
|
|
35
|
-
status_changed: "status_changed";
|
|
36
|
-
priority_changed: "priority_changed";
|
|
37
|
-
tag_added: "tag_added";
|
|
38
|
-
tag_removed: "tag_removed";
|
|
39
|
-
resolved: "resolved";
|
|
40
|
-
reopened: "reopened";
|
|
41
|
-
visitor_blocked: "visitor_blocked";
|
|
42
|
-
visitor_unblocked: "visitor_unblocked";
|
|
43
|
-
visitor_identified: "visitor_identified";
|
|
44
|
-
}>;
|
|
45
|
-
actorUserId: ZodNullable<ZodString>;
|
|
46
|
-
actorAiAgentId: ZodNullable<ZodString>;
|
|
47
|
-
targetUserId: ZodNullable<ZodString>;
|
|
48
|
-
targetAiAgentId: ZodNullable<ZodString>;
|
|
49
|
-
message: ZodOptional<ZodNullable<ZodString>>;
|
|
50
|
-
}, $strip>, ZodObject<{
|
|
51
|
-
type: ZodLiteral<"image">;
|
|
52
|
-
url: ZodString;
|
|
53
|
-
mediaType: ZodString;
|
|
54
|
-
fileName: ZodOptional<ZodString>;
|
|
55
|
-
size: ZodOptional<ZodNumber>;
|
|
56
|
-
width: ZodOptional<ZodNumber>;
|
|
57
|
-
height: ZodOptional<ZodNumber>;
|
|
58
|
-
}, $strip>, ZodObject<{
|
|
59
|
-
type: ZodLiteral<"file">;
|
|
60
|
-
url: ZodString;
|
|
61
|
-
mediaType: ZodString;
|
|
62
|
-
fileName: ZodOptional<ZodString>;
|
|
63
|
-
size: ZodOptional<ZodNumber>;
|
|
64
|
-
}, $strip>, ZodObject<{
|
|
65
|
-
type: ZodLiteral<"metadata">;
|
|
66
|
-
source: ZodEnum<{
|
|
67
|
-
email: "email";
|
|
68
|
-
widget: "widget";
|
|
69
|
-
api: "api";
|
|
70
|
-
}>;
|
|
71
|
-
}, $strip>]>>;
|
|
72
|
-
declare const timelineItemSchema: ZodObject<{
|
|
73
|
-
id: ZodOptional<ZodString>;
|
|
74
|
-
conversationId: ZodString;
|
|
75
|
-
organizationId: ZodString;
|
|
76
|
-
visibility: ZodEnum<{
|
|
77
|
-
public: "public";
|
|
78
|
-
private: "private";
|
|
79
|
-
}>;
|
|
80
|
-
type: ZodEnum<{
|
|
81
|
-
message: "message";
|
|
82
|
-
event: "event";
|
|
83
|
-
identification: "identification";
|
|
84
|
-
}>;
|
|
85
|
-
text: ZodNullable<ZodString>;
|
|
86
|
-
tool: ZodOptional<ZodNullable<ZodString>>;
|
|
87
|
-
parts: ZodArray<ZodUnion<readonly [ZodObject<{
|
|
88
|
-
type: ZodLiteral<"text">;
|
|
89
|
-
text: ZodString;
|
|
90
|
-
}, $strip>, ZodObject<{
|
|
91
|
-
type: ZodLiteral<"event">;
|
|
92
|
-
eventType: ZodEnum<{
|
|
93
|
-
assigned: "assigned";
|
|
94
|
-
unassigned: "unassigned";
|
|
95
|
-
participant_requested: "participant_requested";
|
|
96
|
-
participant_joined: "participant_joined";
|
|
97
|
-
participant_left: "participant_left";
|
|
98
|
-
status_changed: "status_changed";
|
|
99
|
-
priority_changed: "priority_changed";
|
|
100
|
-
tag_added: "tag_added";
|
|
101
|
-
tag_removed: "tag_removed";
|
|
102
|
-
resolved: "resolved";
|
|
103
|
-
reopened: "reopened";
|
|
104
|
-
visitor_blocked: "visitor_blocked";
|
|
105
|
-
visitor_unblocked: "visitor_unblocked";
|
|
106
|
-
visitor_identified: "visitor_identified";
|
|
107
|
-
}>;
|
|
108
|
-
actorUserId: ZodNullable<ZodString>;
|
|
109
|
-
actorAiAgentId: ZodNullable<ZodString>;
|
|
110
|
-
targetUserId: ZodNullable<ZodString>;
|
|
111
|
-
targetAiAgentId: ZodNullable<ZodString>;
|
|
112
|
-
message: ZodOptional<ZodNullable<ZodString>>;
|
|
113
|
-
}, $strip>, ZodObject<{
|
|
114
|
-
type: ZodLiteral<"image">;
|
|
115
|
-
url: ZodString;
|
|
116
|
-
mediaType: ZodString;
|
|
117
|
-
fileName: ZodOptional<ZodString>;
|
|
118
|
-
size: ZodOptional<ZodNumber>;
|
|
119
|
-
width: ZodOptional<ZodNumber>;
|
|
120
|
-
height: ZodOptional<ZodNumber>;
|
|
121
|
-
}, $strip>, ZodObject<{
|
|
122
|
-
type: ZodLiteral<"file">;
|
|
123
|
-
url: ZodString;
|
|
124
|
-
mediaType: ZodString;
|
|
125
|
-
fileName: ZodOptional<ZodString>;
|
|
126
|
-
size: ZodOptional<ZodNumber>;
|
|
127
|
-
}, $strip>, ZodObject<{
|
|
128
|
-
type: ZodLiteral<"metadata">;
|
|
129
|
-
source: ZodEnum<{
|
|
130
|
-
email: "email";
|
|
131
|
-
widget: "widget";
|
|
132
|
-
api: "api";
|
|
133
|
-
}>;
|
|
134
|
-
}, $strip>]>>;
|
|
135
|
-
userId: ZodNullable<ZodString>;
|
|
136
|
-
aiAgentId: ZodNullable<ZodString>;
|
|
137
|
-
visitorId: ZodNullable<ZodString>;
|
|
138
|
-
createdAt: ZodString;
|
|
139
|
-
deletedAt: ZodOptional<ZodNullable<ZodString>>;
|
|
140
|
-
}, $strip>;
|
|
141
|
-
type timelineItemSchema = output<typeof timelineItemSchema>;
|
|
142
|
-
type TimelineItem = output<typeof timelineItemSchema>;
|
|
143
|
-
type TimelineItemParts = output<typeof timelineItemPartsSchema>;
|
|
144
|
-
type TimelinePartImage = output<typeof timelinePartImageSchema>;
|
|
145
|
-
type TimelinePartFile = output<typeof timelineFileSchema>;
|
|
146
|
-
declare const getConversationTimelineItemsRequestSchema: ZodObject<{
|
|
147
|
-
limit: ZodDefault<ZodCoercedNumber<unknown>>;
|
|
148
|
-
cursor: ZodOptional<ZodNullable<ZodString>>;
|
|
149
|
-
}, $strip>;
|
|
150
|
-
type GetConversationTimelineItemsRequest = output<typeof getConversationTimelineItemsRequestSchema>;
|
|
151
|
-
declare const getConversationTimelineItemsResponseSchema: ZodObject<{
|
|
152
|
-
items: ZodArray<ZodObject<{
|
|
153
|
-
id: ZodOptional<ZodString>;
|
|
154
|
-
conversationId: ZodString;
|
|
155
|
-
organizationId: ZodString;
|
|
156
|
-
visibility: ZodEnum<{
|
|
157
|
-
public: "public";
|
|
158
|
-
private: "private";
|
|
159
|
-
}>;
|
|
160
|
-
type: ZodEnum<{
|
|
161
|
-
message: "message";
|
|
162
|
-
event: "event";
|
|
163
|
-
identification: "identification";
|
|
164
|
-
}>;
|
|
165
|
-
text: ZodNullable<ZodString>;
|
|
166
|
-
tool: ZodOptional<ZodNullable<ZodString>>;
|
|
167
|
-
parts: ZodArray<ZodUnion<readonly [ZodObject<{
|
|
168
|
-
type: ZodLiteral<"text">;
|
|
169
|
-
text: ZodString;
|
|
170
|
-
}, $strip>, ZodObject<{
|
|
171
|
-
type: ZodLiteral<"event">;
|
|
172
|
-
eventType: ZodEnum<{
|
|
173
|
-
assigned: "assigned";
|
|
174
|
-
unassigned: "unassigned";
|
|
175
|
-
participant_requested: "participant_requested";
|
|
176
|
-
participant_joined: "participant_joined";
|
|
177
|
-
participant_left: "participant_left";
|
|
178
|
-
status_changed: "status_changed";
|
|
179
|
-
priority_changed: "priority_changed";
|
|
180
|
-
tag_added: "tag_added";
|
|
181
|
-
tag_removed: "tag_removed";
|
|
182
|
-
resolved: "resolved";
|
|
183
|
-
reopened: "reopened";
|
|
184
|
-
visitor_blocked: "visitor_blocked";
|
|
185
|
-
visitor_unblocked: "visitor_unblocked";
|
|
186
|
-
visitor_identified: "visitor_identified";
|
|
187
|
-
}>;
|
|
188
|
-
actorUserId: ZodNullable<ZodString>;
|
|
189
|
-
actorAiAgentId: ZodNullable<ZodString>;
|
|
190
|
-
targetUserId: ZodNullable<ZodString>;
|
|
191
|
-
targetAiAgentId: ZodNullable<ZodString>;
|
|
192
|
-
message: ZodOptional<ZodNullable<ZodString>>;
|
|
193
|
-
}, $strip>, ZodObject<{
|
|
194
|
-
type: ZodLiteral<"image">;
|
|
195
|
-
url: ZodString;
|
|
196
|
-
mediaType: ZodString;
|
|
197
|
-
fileName: ZodOptional<ZodString>;
|
|
198
|
-
size: ZodOptional<ZodNumber>;
|
|
199
|
-
width: ZodOptional<ZodNumber>;
|
|
200
|
-
height: ZodOptional<ZodNumber>;
|
|
201
|
-
}, $strip>, ZodObject<{
|
|
202
|
-
type: ZodLiteral<"file">;
|
|
203
|
-
url: ZodString;
|
|
204
|
-
mediaType: ZodString;
|
|
205
|
-
fileName: ZodOptional<ZodString>;
|
|
206
|
-
size: ZodOptional<ZodNumber>;
|
|
207
|
-
}, $strip>, ZodObject<{
|
|
208
|
-
type: ZodLiteral<"metadata">;
|
|
209
|
-
source: ZodEnum<{
|
|
210
|
-
email: "email";
|
|
211
|
-
widget: "widget";
|
|
212
|
-
api: "api";
|
|
213
|
-
}>;
|
|
214
|
-
}, $strip>]>>;
|
|
215
|
-
userId: ZodNullable<ZodString>;
|
|
216
|
-
aiAgentId: ZodNullable<ZodString>;
|
|
217
|
-
visitorId: ZodNullable<ZodString>;
|
|
218
|
-
createdAt: ZodString;
|
|
219
|
-
deletedAt: ZodOptional<ZodNullable<ZodString>>;
|
|
220
|
-
}, $strip>>;
|
|
221
|
-
nextCursor: ZodNullable<ZodString>;
|
|
222
|
-
hasNextPage: ZodBoolean;
|
|
223
|
-
}, $strip>;
|
|
224
|
-
type GetConversationTimelineItemsResponse = output<typeof getConversationTimelineItemsResponseSchema>;
|
|
225
|
-
//#endregion
|
|
226
|
-
export { GetConversationTimelineItemsRequest, GetConversationTimelineItemsResponse, TimelineItem, TimelineItemParts, TimelinePartFile, TimelinePartImage };
|
|
227
|
-
//# sourceMappingURL=timeline-item.d.ts.map
|
package/timeline-item.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"timeline-item.d.ts","names":[],"sources":["../../types/src/api/timeline-item.ts"],"sourcesContent":[],"mappings":";;;;;;;cAQM,yBAAuB;;;;;;EAAvB,KAAA,aAAA,UAsBJ,CAAA;;;cAWI,oBAAkB;;;;;;CAjCK,QAAA,CAAA;cAqGhB,yBAAuB,SAAA,mBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,QAAA,CAAA,WAAA,CAAA;EAAA,IAAA,YAAA,CAAA,OAAA,CAAA;EAAA,GAAA,WAAA;EAevB,SAAA,WAkDX;;;;;;;;;;;;;;;;;;;cAlDW,oBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAA,GAAA,WAAA;IAAA,SAAA,WAAA;IAoDnB,QAAA,aAAkB,UAAkB,CAAA;IAEpC,IAAA,aAAY,UAAkB,CAAA;EAC9B,CAAA,QAAA,CAAA,WAAiB,CAAA;IAGjB,IAAA,YAAiB,CAAA,UAAkB,CAAA;IACnC,MAAA,SAAgB,CAAA;MAKf,KAAA,EAAA,OAAA;;;;;;;EAAyC,SAAA,aAAA,UAAA,CAAA;EAAA,SAAA,WAAA;EAe1C,SAAA,aAAA,YAAmC,UAAA,CACvC,CAAA;AAGR,CAAA,QAAa,CAAA;KA/BD,kBAAA,GAAqB,cAAe;KAEpC,YAAA,GAAe,cAAe;KAC9B,iBAAA,GAAoB,cAAe;KAGnC,iBAAA,GAAoB,cAAe;KACnC,gBAAA,GAAmB,cAAe;cAKjC,2CAAyC;;;;KAe1C,mCAAA,GAAsC,cAC1C;cAGK,4CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAA,CAAA,CAAA;IAAA,CAAA,QAAA,CAAA,CAAA,CAAA,CAAA;IAiB3C,MAAA,aAAA,UAAA,CAAA;;;;;;;;;KAAA,oCAAA,GAAuC,cAC3C"}
|
package/util.d.ts
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/zod/v4/core/util.d.cts
|
|
2
|
-
|
|
3
|
-
type JWTAlgorithm = "HS256" | "HS384" | "HS512" | "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512" | "EdDSA" | (string & {});
|
|
4
|
-
type IsAny<T> = 0 extends 1 & T ? true : false;
|
|
5
|
-
type Omit<T, K$1 extends keyof T> = Pick<T, Exclude<keyof T, K$1>>;
|
|
6
|
-
type MakePartial<T, K$1 extends keyof T> = Omit<T, K$1> & InexactPartial<Pick<T, K$1>>;
|
|
7
|
-
type NoUndefined<T> = T extends undefined ? never : T;
|
|
8
|
-
type LoosePartial<T extends object> = InexactPartial<T> & {
|
|
9
|
-
[k: string]: unknown;
|
|
10
|
-
};
|
|
11
|
-
type Mask<Keys extends PropertyKey> = { [K in Keys]?: true };
|
|
12
|
-
type InexactPartial<T> = { [P in keyof T]?: T[P] | undefined };
|
|
13
|
-
type BuiltIn = (((...args: any[]) => any) | (new (...args: any[]) => any)) | {
|
|
14
|
-
readonly [Symbol.toStringTag]: string;
|
|
15
|
-
} | Date | Error | Generator | Promise<unknown> | RegExp;
|
|
16
|
-
type MakeReadonly<T> = T extends Map<infer K, infer V> ? ReadonlyMap<K, V> : T extends Set<infer V> ? ReadonlySet<V> : T extends [infer Head, ...infer Tail] ? readonly [Head, ...Tail] : T extends Array<infer V> ? ReadonlyArray<V> : T extends BuiltIn ? T : Readonly<T>;
|
|
17
|
-
type SomeObject = Record<PropertyKey, any>;
|
|
18
|
-
type Identity<T> = T;
|
|
19
|
-
type Flatten<T> = Identity<{ [k in keyof T]: T[k] }>;
|
|
20
|
-
type Prettify<T> = { [K in keyof T]: T[K] } & {};
|
|
21
|
-
type Extend<A extends SomeObject, B extends SomeObject> = Flatten<keyof A & keyof B extends never ? A & B : { [K in keyof A as K extends keyof B ? never : K]: A[K] } & { [K in keyof B]: B[K] }>;
|
|
22
|
-
type AnyFunc = (...args: any[]) => any;
|
|
23
|
-
type MaybeAsync<T> = T | Promise<T>;
|
|
24
|
-
type EnumValue = string | number;
|
|
25
|
-
type EnumLike = Readonly<Record<string, EnumValue>>;
|
|
26
|
-
type ToEnum<T extends EnumValue> = Flatten<{ [k in T]: k }>;
|
|
27
|
-
type Literal = string | number | bigint | boolean | null | undefined;
|
|
28
|
-
type Primitive = string | number | symbol | bigint | boolean | null | undefined;
|
|
29
|
-
type HasLength = {
|
|
30
|
-
length: number;
|
|
31
|
-
};
|
|
32
|
-
type Numeric = number | bigint | Date;
|
|
33
|
-
type PropValues = Record<string, Set<Primitive>>;
|
|
34
|
-
type PrimitiveSet = Set<Primitive>;
|
|
35
|
-
type EmptyToNever<T> = keyof T extends never ? never : T;
|
|
36
|
-
declare abstract class Class {
|
|
37
|
-
constructor(..._args: any[]);
|
|
38
|
-
}
|
|
39
|
-
//#endregion
|
|
40
|
-
export { AnyFunc, Class, EmptyToNever, EnumLike, Extend, Flatten, HasLength, IsAny, JWTAlgorithm, Literal, LoosePartial, MakePartial, MakeReadonly, Mask, MaybeAsync, NoUndefined, Numeric, Prettify, Primitive, PrimitiveSet, PropValues, ToEnum };
|
|
41
|
-
//# sourceMappingURL=util.d.ts.map
|
package/util.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","names":["checks","$ZodConfig","errors","schemas","JSONType","JWTAlgorithm","HashAlgorithm","HashEncoding","HashFormat","IPVersion","MimeTypes","ParsedTypes","AssertEqual","V","T","U","AssertNotEqual","AssertExtends","IsAny","Omit","K","Exclude","Pick","OmitKeys","MakePartial","InexactPartial","MakeRequired","Required","Exactly","X","Record","NoUndefined","Whatever","LoosePartial","Mask","Keys","PropertyKey","Writeable","P","EmptyObject","BuiltIn","Symbol","toStringTag","Date","Error","Generator","Promise","RegExp","MakeReadonly","Map","ReadonlyMap","Set","ReadonlySet","Head","Tail","Array","ReadonlyArray","Readonly","SomeObject","Identity","Flatten","k","Mapped","Prettify","NoNeverKeys","NoNever","Extend","A","B","TupleItems","SomeType","AnyFunc","IsProp","MaybeAsync","KeyOf","OmitIndexSignature","ExtractIndexSignature","SchemaClass","EnumValue","EnumLike","ToEnum","KeysEnum","KeysArray","Literal","LiteralArray","Primitive","PrimitiveArray","HasSize","HasLength","Numeric","SafeParseResult","SafeParseSuccess","SafeParseError","$ZodError","PropValues","PrimitiveSet","assertEqual","assertNotEqual","assertIs","assertNever","assert","getEnumValues","joinValues","jsonStringifyReplacer","cached","nullish","cleanRegex","floatSafeRemainder","defineLazy","objectClone","assignProp","mergeDefs","cloneDef","$ZodType","getElementAtPath","promiseAllObject","Awaited","randomString","esc","captureStackTrace","Function","isObject","allowsEval","isPlainObject","shallowClone","numKeys","getParsedType","propertyKeyTypes","primitiveTypes","escapeRegex","clone","EmptyToNever","Normalize","normalizeParams","createTransparentProxy","stringifyPrimitive","optionalKeys","$ZodShape","CleanKey","ToCleanMap","$ZodLooseShape","FromCleanMap","NUMBER_FORMAT_RANGES","$ZodNumberFormats","BIGINT_FORMAT_RANGES","$ZodBigIntFormats","pick","$ZodObject","omit","extend","safeExtend","merge","partial","$ZodOptional","required","$ZodNonOptional","Constructor","Def","aborted","ParsePayload","prefixIssues","$ZodRawIssue","unwrapMessage","finalizeIssue","ParseContextInternal","$ZodIssue","getSizableOrigin","getLengthableOrigin","issue","cleanEnum","base64ToUint8Array","Uint8Array","InstanceType","uint8ArrayToBase64","base64urlToUint8Array","uint8ArrayToBase64url","hexToUint8Array","uint8ArrayToHex","Class"],"sources":["../../../node_modules/zod/v4/core/util.d.cts"],"sourcesContent":["import type * as checks from \"./checks.cjs\";\nimport type { $ZodConfig } from \"./core.cjs\";\nimport type * as errors from \"./errors.cjs\";\nimport type * as schemas from \"./schemas.cjs\";\nexport type JSONType = string | number | boolean | null | JSONType[] | {\n [key: string]: JSONType;\n};\nexport type JWTAlgorithm = \"HS256\" | \"HS384\" | \"HS512\" | \"RS256\" | \"RS384\" | \"RS512\" | \"ES256\" | \"ES384\" | \"ES512\" | \"PS256\" | \"PS384\" | \"PS512\" | \"EdDSA\" | (string & {});\nexport type HashAlgorithm = \"md5\" | \"sha1\" | \"sha256\" | \"sha384\" | \"sha512\";\nexport type HashEncoding = \"hex\" | \"base64\" | \"base64url\";\nexport type HashFormat = `${HashAlgorithm}_${HashEncoding}`;\nexport type IPVersion = \"v4\" | \"v6\";\nexport type MimeTypes = \"application/json\" | \"application/xml\" | \"application/x-www-form-urlencoded\" | \"application/javascript\" | \"application/pdf\" | \"application/zip\" | \"application/vnd.ms-excel\" | \"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet\" | \"application/msword\" | \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\" | \"application/vnd.ms-powerpoint\" | \"application/vnd.openxmlformats-officedocument.presentationml.presentation\" | \"application/octet-stream\" | \"application/graphql\" | \"text/html\" | \"text/plain\" | \"text/css\" | \"text/javascript\" | \"text/csv\" | \"image/png\" | \"image/jpeg\" | \"image/gif\" | \"image/svg+xml\" | \"image/webp\" | \"audio/mpeg\" | \"audio/ogg\" | \"audio/wav\" | \"audio/webm\" | \"video/mp4\" | \"video/webm\" | \"video/ogg\" | \"font/woff\" | \"font/woff2\" | \"font/ttf\" | \"font/otf\" | \"multipart/form-data\" | (string & {});\nexport type ParsedTypes = \"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\" | \"file\" | \"date\" | \"array\" | \"map\" | \"set\" | \"nan\" | \"null\" | \"promise\";\nexport type AssertEqual<T, U> = (<V>() => V extends T ? 1 : 2) extends <V>() => V extends U ? 1 : 2 ? true : false;\nexport type AssertNotEqual<T, U> = (<V>() => V extends T ? 1 : 2) extends <V>() => V extends U ? 1 : 2 ? false : true;\nexport type AssertExtends<T, U> = T extends U ? T : never;\nexport type IsAny<T> = 0 extends 1 & T ? true : false;\nexport type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;\nexport type OmitKeys<T, K extends string> = Pick<T, Exclude<keyof T, K>>;\nexport type MakePartial<T, K extends keyof T> = Omit<T, K> & InexactPartial<Pick<T, K>>;\nexport type MakeRequired<T, K extends keyof T> = Omit<T, K> & Required<Pick<T, K>>;\nexport type Exactly<T, X> = T & Record<Exclude<keyof X, keyof T>, never>;\nexport type NoUndefined<T> = T extends undefined ? never : T;\nexport type Whatever = {} | undefined | null;\nexport type LoosePartial<T extends object> = InexactPartial<T> & {\n [k: string]: unknown;\n};\nexport type Mask<Keys extends PropertyKey> = {\n [K in Keys]?: true;\n};\nexport type Writeable<T> = {\n -readonly [P in keyof T]: T[P];\n} & {};\nexport type InexactPartial<T> = {\n [P in keyof T]?: T[P] | undefined;\n};\nexport type EmptyObject = Record<string, never>;\nexport type BuiltIn = (((...args: any[]) => any) | (new (...args: any[]) => any)) | {\n readonly [Symbol.toStringTag]: string;\n} | Date | Error | Generator | Promise<unknown> | RegExp;\nexport type MakeReadonly<T> = T extends Map<infer K, infer V> ? ReadonlyMap<K, V> : T extends Set<infer V> ? ReadonlySet<V> : T extends [infer Head, ...infer Tail] ? readonly [Head, ...Tail] : T extends Array<infer V> ? ReadonlyArray<V> : T extends BuiltIn ? T : Readonly<T>;\nexport type SomeObject = Record<PropertyKey, any>;\nexport type Identity<T> = T;\nexport type Flatten<T> = Identity<{\n [k in keyof T]: T[k];\n}>;\nexport type Mapped<T> = {\n [k in keyof T]: T[k];\n};\nexport type Prettify<T> = {\n [K in keyof T]: T[K];\n} & {};\nexport type NoNeverKeys<T> = {\n [k in keyof T]: [T[k]] extends [never] ? never : k;\n}[keyof T];\nexport type NoNever<T> = Identity<{\n [k in NoNeverKeys<T>]: k extends keyof T ? T[k] : never;\n}>;\nexport type Extend<A extends SomeObject, B extends SomeObject> = Flatten<keyof A & keyof B extends never ? A & B : {\n [K in keyof A as K extends keyof B ? never : K]: A[K];\n} & {\n [K in keyof B]: B[K];\n}>;\nexport type TupleItems = ReadonlyArray<schemas.SomeType>;\nexport type AnyFunc = (...args: any[]) => any;\nexport type IsProp<T, K extends keyof T> = T[K] extends AnyFunc ? never : K;\nexport type MaybeAsync<T> = T | Promise<T>;\nexport type KeyOf<T> = keyof OmitIndexSignature<T>;\nexport type OmitIndexSignature<T> = {\n [K in keyof T as string extends K ? never : K extends string ? K : never]: T[K];\n};\nexport type ExtractIndexSignature<T> = {\n [K in keyof T as string extends K ? K : K extends string ? never : K]: T[K];\n};\nexport type Keys<T extends object> = keyof OmitIndexSignature<T>;\nexport type SchemaClass<T extends schemas.SomeType> = {\n new (def: T[\"_zod\"][\"def\"]): T;\n};\nexport type EnumValue = string | number;\nexport type EnumLike = Readonly<Record<string, EnumValue>>;\nexport type ToEnum<T extends EnumValue> = Flatten<{\n [k in T]: k;\n}>;\nexport type KeysEnum<T extends object> = ToEnum<Exclude<keyof T, symbol>>;\nexport type KeysArray<T extends object> = Flatten<(keyof T & string)[]>;\nexport type Literal = string | number | bigint | boolean | null | undefined;\nexport type LiteralArray = Array<Literal>;\nexport type Primitive = string | number | symbol | bigint | boolean | null | undefined;\nexport type PrimitiveArray = Array<Primitive>;\nexport type HasSize = {\n size: number;\n};\nexport type HasLength = {\n length: number;\n};\nexport type Numeric = number | bigint | Date;\nexport type SafeParseResult<T> = SafeParseSuccess<T> | SafeParseError<T>;\nexport type SafeParseSuccess<T> = {\n success: true;\n data: T;\n error?: never;\n};\nexport type SafeParseError<T> = {\n success: false;\n data?: never;\n error: errors.$ZodError<T>;\n};\nexport type PropValues = Record<string, Set<Primitive>>;\nexport type PrimitiveSet = Set<Primitive>;\nexport declare function assertEqual<A, B>(val: AssertEqual<A, B>): AssertEqual<A, B>;\nexport declare function assertNotEqual<A, B>(val: AssertNotEqual<A, B>): AssertNotEqual<A, B>;\nexport declare function assertIs<T>(_arg: T): void;\nexport declare function assertNever(_x: never): never;\nexport declare function assert<T>(_: any): asserts _ is T;\nexport declare function getEnumValues(entries: EnumLike): EnumValue[];\nexport declare function joinValues<T extends Primitive[]>(array: T, separator?: string): string;\nexport declare function jsonStringifyReplacer(_: string, value: any): any;\nexport declare function cached<T>(getter: () => T): {\n value: T;\n};\nexport declare function nullish(input: any): boolean;\nexport declare function cleanRegex(source: string): string;\nexport declare function floatSafeRemainder(val: number, step: number): number;\nexport declare function defineLazy<T, K extends keyof T>(object: T, key: K, getter: () => T[K]): void;\nexport declare function objectClone(obj: object): any;\nexport declare function assignProp<T extends object, K extends PropertyKey>(target: T, prop: K, value: K extends keyof T ? T[K] : any): void;\nexport declare function mergeDefs(...defs: Record<string, any>[]): any;\nexport declare function cloneDef(schema: schemas.$ZodType): any;\nexport declare function getElementAtPath(obj: any, path: (string | number)[] | null | undefined): any;\nexport declare function promiseAllObject<T extends object>(promisesObj: T): Promise<{\n [k in keyof T]: Awaited<T[k]>;\n}>;\nexport declare function randomString(length?: number): string;\nexport declare function esc(str: string): string;\nexport declare const captureStackTrace: (targetObject: object, constructorOpt?: Function) => void;\nexport declare function isObject(data: any): data is Record<PropertyKey, unknown>;\nexport declare const allowsEval: {\n value: boolean;\n};\nexport declare function isPlainObject(o: any): o is Record<PropertyKey, unknown>;\nexport declare function shallowClone(o: any): any;\nexport declare function numKeys(data: any): number;\nexport declare const getParsedType: (data: any) => ParsedTypes;\nexport declare const propertyKeyTypes: Set<string>;\nexport declare const primitiveTypes: Set<string>;\nexport declare function escapeRegex(str: string): string;\nexport declare function clone<T extends schemas.$ZodType>(inst: T, def?: T[\"_zod\"][\"def\"], params?: {\n parent: boolean;\n}): T;\nexport type EmptyToNever<T> = keyof T extends never ? never : T;\nexport type Normalize<T> = T extends undefined ? never : T extends Record<any, any> ? Flatten<{\n [k in keyof Omit<T, \"error\" | \"message\">]: T[k];\n} & (\"error\" extends keyof T ? {\n error?: Exclude<T[\"error\"], string>;\n} : unknown)> : never;\nexport declare function normalizeParams<T>(_params: T): Normalize<T>;\nexport declare function createTransparentProxy<T extends object>(getter: () => T): T;\nexport declare function stringifyPrimitive(value: any): string;\nexport declare function optionalKeys(shape: schemas.$ZodShape): string[];\nexport type CleanKey<T extends PropertyKey> = T extends `?${infer K}` ? K : T extends `${infer K}?` ? K : T;\nexport type ToCleanMap<T extends schemas.$ZodLooseShape> = {\n [k in keyof T]: k extends `?${infer K}` ? K : k extends `${infer K}?` ? K : k;\n};\nexport type FromCleanMap<T extends schemas.$ZodLooseShape> = {\n [k in keyof T as k extends `?${infer K}` ? K : k extends `${infer K}?` ? K : k]: k;\n};\nexport declare const NUMBER_FORMAT_RANGES: Record<checks.$ZodNumberFormats, [number, number]>;\nexport declare const BIGINT_FORMAT_RANGES: Record<checks.$ZodBigIntFormats, [bigint, bigint]>;\nexport declare function pick(schema: schemas.$ZodObject, mask: Record<string, unknown>): any;\nexport declare function omit(schema: schemas.$ZodObject, mask: object): any;\nexport declare function extend(schema: schemas.$ZodObject, shape: schemas.$ZodShape): any;\nexport declare function safeExtend(schema: schemas.$ZodObject, shape: schemas.$ZodShape): any;\nexport declare function merge(a: schemas.$ZodObject, b: schemas.$ZodObject): any;\nexport declare function partial(Class: SchemaClass<schemas.$ZodOptional> | null, schema: schemas.$ZodObject, mask: object | undefined): any;\nexport declare function required(Class: SchemaClass<schemas.$ZodNonOptional>, schema: schemas.$ZodObject, mask: object | undefined): any;\nexport type Constructor<T, Def extends any[] = any[]> = new (...args: Def) => T;\nexport declare function aborted(x: schemas.ParsePayload, startIndex?: number): boolean;\nexport declare function prefixIssues(path: PropertyKey, issues: errors.$ZodRawIssue[]): errors.$ZodRawIssue[];\nexport declare function unwrapMessage(message: string | {\n message: string;\n} | undefined | null): string | undefined;\nexport declare function finalizeIssue(iss: errors.$ZodRawIssue, ctx: schemas.ParseContextInternal | undefined, config: $ZodConfig): errors.$ZodIssue;\nexport declare function getSizableOrigin(input: any): \"set\" | \"map\" | \"file\" | \"unknown\";\nexport declare function getLengthableOrigin(input: any): \"array\" | \"string\" | \"unknown\";\nexport declare function issue(_iss: string, input: any, inst: any): errors.$ZodRawIssue;\nexport declare function issue(_iss: errors.$ZodRawIssue): errors.$ZodRawIssue;\nexport declare function cleanEnum(obj: Record<string, EnumValue>): EnumValue[];\nexport declare function base64ToUint8Array(base64: string): InstanceType<typeof Uint8Array>;\nexport declare function uint8ArrayToBase64(bytes: Uint8Array): string;\nexport declare function base64urlToUint8Array(base64url: string): InstanceType<typeof Uint8Array>;\nexport declare function uint8ArrayToBase64url(bytes: Uint8Array): string;\nexport declare function hexToUint8Array(hex: string): InstanceType<typeof Uint8Array>;\nexport declare function uint8ArrayToHex(bytes: Uint8Array): string;\nexport declare abstract class Class {\n constructor(..._args: any[]);\n}\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
package/versions.d.ts
DELETED
package/versions.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","names":["version"],"sources":["../../../node_modules/zod/v4/core/versions.d.cts"],"sourcesContent":["export declare const version: {\n readonly major: 4;\n readonly minor: 1;\n readonly patch: number;\n};\n"],"x_google_ignoreList":[0],"mappings":";cAAqBA;EAAAA,SAAAA,KAIpB,EAAA,CAAA"}
|