@xylex-group/athena 2.13.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +91 -1398
  2. package/bin/athena-js.js +0 -0
  3. package/dist/admin.d.cts +1 -1
  4. package/dist/admin.d.ts +1 -1
  5. package/dist/billing.cjs +1199 -0
  6. package/dist/billing.cjs.map +1 -0
  7. package/dist/billing.d.cts +230 -0
  8. package/dist/billing.d.ts +230 -0
  9. package/dist/billing.js +1194 -0
  10. package/dist/billing.js.map +1 -0
  11. package/dist/browser.cjs +8934 -8075
  12. package/dist/browser.cjs.map +1 -1
  13. package/dist/browser.d.cts +11 -10
  14. package/dist/browser.d.ts +11 -10
  15. package/dist/browser.js +8931 -8073
  16. package/dist/browser.js.map +1 -1
  17. package/dist/cli/index.cjs +8328 -7062
  18. package/dist/cli/index.cjs.map +1 -1
  19. package/dist/cli/index.d.cts +4 -4
  20. package/dist/cli/index.d.ts +4 -4
  21. package/dist/cli/index.js +8328 -7062
  22. package/dist/cli/index.js.map +1 -1
  23. package/dist/index.cjs +9391 -8526
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +11 -10
  26. package/dist/index.d.ts +11 -10
  27. package/dist/index.js +9384 -8524
  28. package/dist/index.js.map +1 -1
  29. package/dist/{model-form-Dw4zEL5a.d.cts → model-form-BEfCGB5b.d.cts} +2 -2
  30. package/dist/{model-form-yRg71q3H.d.ts → model-form-BKetpu6Q.d.ts} +2 -2
  31. package/dist/module-8dSMcy0K.d.cts +326 -0
  32. package/dist/module-8dSMcy0K.d.ts +326 -0
  33. package/dist/{module-DBteUIob.d.ts → module-Bef_MAPO.d.ts} +6 -52
  34. package/dist/{module-yoX49uQC.d.cts → module-CrrSmpML.d.cts} +6 -52
  35. package/dist/next/client.cjs +2 -8668
  36. package/dist/next/client.cjs.map +1 -1
  37. package/dist/next/client.d.cts +1 -27
  38. package/dist/next/client.d.ts +1 -27
  39. package/dist/next/client.js +3 -8668
  40. package/dist/next/client.js.map +1 -1
  41. package/dist/next/server.cjs +79 -8779
  42. package/dist/next/server.cjs.map +1 -1
  43. package/dist/next/server.d.cts +30 -46
  44. package/dist/next/server.d.ts +30 -46
  45. package/dist/next/server.js +79 -8779
  46. package/dist/next/server.js.map +1 -1
  47. package/dist/{payload-DEOWN_oo.d.ts → payload-DWI1rw-e.d.cts} +1 -35
  48. package/dist/{payload-BzVbUgY_.d.cts → payload-DWI1rw-e.d.ts} +1 -35
  49. package/dist/{pipeline-Bj6RWt1A.d.ts → pipeline-BXFQbsUW.d.ts} +1 -1
  50. package/dist/{pipeline-Dwck-wZO.d.cts → pipeline-Dfsed4VD.d.cts} +1 -1
  51. package/dist/react.cjs +114 -13
  52. package/dist/react.cjs.map +1 -1
  53. package/dist/react.d.cts +46 -16
  54. package/dist/react.d.ts +46 -16
  55. package/dist/react.js +113 -14
  56. package/dist/react.js.map +1 -1
  57. package/dist/social-providers.cjs +33 -24
  58. package/dist/social-providers.cjs.map +1 -1
  59. package/dist/social-providers.d.cts +79 -82
  60. package/dist/social-providers.d.ts +79 -82
  61. package/dist/social-providers.js +33 -24
  62. package/dist/social-providers.js.map +1 -1
  63. package/dist/{types-eAKAh71s.d.cts → types-AOY-GLu8.d.cts} +27 -54
  64. package/dist/{types-eAKAh71s.d.ts → types-AOY-GLu8.d.ts} +27 -54
  65. package/dist/{types-CH78O90i.d.cts → types-Bltx6iL6.d.cts} +4 -6
  66. package/dist/{types-CH78O90i.d.ts → types-Bltx6iL6.d.ts} +4 -6
  67. package/dist/{types-DPgejxYC.d.ts → types-CK7cBQbC.d.ts} +2 -2
  68. package/dist/{types-CjC9_5ZQ.d.cts → types-Z3-rsiM3.d.cts} +2 -2
  69. package/dist/{types-BRP7sfSF.d.ts → types-jClgDy1J.d.ts} +2 -2
  70. package/dist/{types-BU8uJH_b.d.cts → types-kO_Ut5wU.d.cts} +2 -2
  71. package/dist/utils.cjs +7 -8
  72. package/dist/utils.cjs.map +1 -1
  73. package/dist/utils.d.cts +2 -5
  74. package/dist/utils.d.ts +2 -5
  75. package/dist/utils.js +7 -8
  76. package/dist/utils.js.map +1 -1
  77. package/dist/{client-DVOKSYDI.d.ts → v3-client-CuCNy-JJ.d.ts} +532 -470
  78. package/dist/{client-BJjUwDSg.d.cts → v3-client-G8JMOilK.d.cts} +532 -470
  79. package/package.json +31 -21
package/dist/index.d.cts CHANGED
@@ -1,14 +1,15 @@
1
- export { A as AthenaChatAddMembersRequest, a as AthenaChatAddReactionRequest, b as AthenaChatAttachmentInput, c as AthenaChatAttachmentView, d as AthenaChatCallOptions, e as AthenaChatConnectOptions, f as AthenaChatCreateRoomRequest, g as AthenaChatDeleteResult, h as AthenaChatEditMessageRequest, i as AthenaChatListMessagesQuery, j as AthenaChatListRoomsQuery, k as AthenaChatMarkReadUpToRequest, l as AthenaChatMember, m as AthenaChatMemberRole, n as AthenaChatMessage, o as AthenaChatMessageCreatedResponse, p as AthenaChatMessagePage, q as AthenaChatModule, r as AthenaChatPresenceUser, s as AthenaChatReactionCount, t as AthenaChatReactionSummary, u as AthenaChatReadCursor, v as AthenaChatRealtimeConnection, w as AthenaChatRealtimeInfoResponse, x as AthenaChatRealtimeModule, y as AthenaChatRemoveResult, z as AthenaChatResumeRoomCursor, B as AthenaChatRoom, C as AthenaChatRoomCreatedResponse, D as AthenaChatRoomKind, E as AthenaChatRoomPage, F as AthenaChatSearchHit, G as AthenaChatSearchMessagesRequest, H as AthenaChatSearchPage, I as AthenaChatSendMessageRequest, J as AthenaChatUpdateRoomRequest, K as AthenaChatWebSocketFactory, L as AthenaChatWebSocketLike, M as AthenaChatWsAuthHelloCommand, N as AthenaChatWsClientCommand, O as AthenaChatWsErrorEvent, P as AthenaChatWsHelloOkEvent, Q as AthenaChatWsMembersUpdatedEvent, R as AthenaChatWsMessageCreatedEvent, S as AthenaChatWsMessageDeletedEvent, T as AthenaChatWsMessageEventBase, U as AthenaChatWsMessageUpdatedEvent, V as AthenaChatWsPingCommand, W as AthenaChatWsPongEvent, X as AthenaChatWsPresenceHeartbeatCommand, Y as AthenaChatWsPresenceUpdatedEvent, Z as AthenaChatWsReactionUpdatedEvent, _ as AthenaChatWsReadUpToCommand, $ as AthenaChatWsReadUpdatedEvent, a0 as AthenaChatWsResumeCommand, a1 as AthenaChatWsRoomArchivedEvent, a2 as AthenaChatWsRoomCreatedEvent, a3 as AthenaChatWsRoomEventBase, a4 as AthenaChatWsRoomUpdatedEvent, a5 as AthenaChatWsServerEvent, a6 as AthenaChatWsSubscribeCommand, a7 as AthenaChatWsSubscribedEvent, a8 as AthenaChatWsSyncRequiredEvent, a9 as AthenaChatWsTypingStartCommand, aa as AthenaChatWsTypingStopCommand, ab as AthenaChatWsTypingUpdatedEvent, ac as AthenaChatWsUnsubscribeCommand, ad as AthenaClient, dh as AthenaClientBuilder, ae as AthenaClientContextOptions, af as AthenaClientExperimentalOptions, ag as AthenaClientFromEnvironmentOptions, ah as AthenaClientFromEnvironmentOptionsWithStorage, ai as AthenaClientFromEnvironmentOptionsWithStorageAndTypecheckedColumns, aj as AthenaClientFromEnvironmentOptionsWithTypecheckedColumns, ak as AthenaClientOverrideOptions, al as AthenaClientSessionLike, am as AthenaClientSessionOptions, an as AthenaCreateClientAuthOptions, ao as AthenaCreateClientChatOptions, ap as AthenaCreateClientConfig, aq as AthenaCreateClientConfigWithStorage, ar as AthenaCreateClientConfigWithStorageAndTypecheckedColumns, as as AthenaCreateClientConfigWithTypecheckedColumns, at as AthenaCreateClientOptions, au as AthenaCreateClientOptionsWithStorage, av as AthenaCreateClientOptionsWithStorageAndTypecheckedColumns, aw as AthenaCreateClientOptionsWithTypecheckedColumns, ax as AthenaCreateClientServiceUrlConfig, ay as AthenaDbModule, az as AthenaDeleteDebugAst, aA as AthenaEnvelope, aB as AthenaError, aC as AthenaErrorCategory, aD as AthenaErrorCode, aE as AthenaErrorInput, aF as AthenaErrorKind, aG as AthenaFindManyDebugAst, di as AthenaFindManyOptions, dj as AthenaFindManyResult, aH as AthenaFromOptions, aI as AthenaHeaderBag, aJ as AthenaInsertDebugAst, aK as AthenaOperationContext, dk as AthenaOrderBy, aL as AthenaQueryDebugAst, dl as AthenaQueryTraceCallsite, dm as AthenaQueryTraceEvent, dn as AthenaQueryTraceOptions, aM as AthenaRawQueryDebugAst, dp as AthenaRelationSelectNode, aN as AthenaRequestMethod, aO as AthenaRequestOptions, aP as AthenaRequestQueryValueMap, aQ as AthenaRequestResponse, aR as AthenaRequestService, aS as AthenaResult, dq as AthenaResultError, aT as AthenaRpcBuilderStateAst, aU as AthenaRpcDebugAst, aV as AthenaSdkClient, aW as AthenaSdkClientWithAuth, aX as AthenaSdkClientWithStorage, aY as AthenaSelectDebugAst, aZ as AthenaSelectDebugTransport, dr as AthenaSelectShape, a_ as AthenaStorageAuditNamespace, a$ as AthenaStorageBaseModule, b0 as AthenaStorageBinaryCallOptions, b1 as AthenaStorageBucketCorsNamespace, b2 as AthenaStorageBucketNamespace, b3 as AthenaStorageCallOptions, b4 as AthenaStorageCatalogNamespace, b5 as AthenaStorageClientConfig, b6 as AthenaStorageCredentialsNamespace, b7 as AthenaStorageEnv, b8 as AthenaStorageError, b9 as AthenaStorageErrorCode, ba as AthenaStorageErrorDetails, bb as AthenaStorageErrorHandler, bc as AthenaStorageErrorInput, bd as AthenaStorageFileConfig, be as AthenaStorageFileDeleteInput, bf as AthenaStorageFileDownloadInput, bg as AthenaStorageFileListInput, bh as AthenaStorageFileModule, bi as AthenaStorageFileNamespace, bj as AthenaStorageFileUploadInput, bk as AthenaStorageFileUploadManyRequest, bl as AthenaStorageFileUploadRequest, bm as AthenaStorageFileUploadResult, bn as AthenaStorageFolderNamespace, bo as AthenaStorageManagedUpload, bp as AthenaStorageModule, bq as AthenaStorageMultipartNamespace, br as AthenaStorageObjectFolderNamespace, bs as AthenaStorageObjectNamespace, bt as AthenaStoragePathContext, bu as AthenaStoragePermissionNamespace, bv as AthenaStoragePrefixPath, bw as AthenaStoragePutBody, bx as AthenaStoragePutOptions, by as AthenaStorageTemplateValue, bz as AthenaStorageTemplateVars, bA as AthenaStorageUploadConstraints, bB as AthenaStorageUploadProgress, bC as AthenaStorageUploadProgressHandler, bD as AthenaStorageUploadSource, bE as AthenaStorageUploadedFile, bF as AthenaTableBuilderStateAst, bG as AthenaUpdateDebugAst, bH as AthenaUpsertDebugAst, ds as AthenaWhere, dt as AthenaWhereBooleanOperand, du as AthenaWhereOperatorInput, bI as ConfirmStorageUploadRequest, bJ as CopyStorageFileRequest, bK as CreateStorageCatalogRequest, bL as CreateStorageUploadUrlRequest, bM as CreateStorageUploadUrlsRequest, bN as DeleteManyStorageFilesRequest, bO as DeleteStorageFolderRequest, bP as GetStorageFileUrlQuery, bQ as IntCoercionOptions, bR as ListStorageFilesRequest, bS as ListStorageFoldersRequest, bT as ManagedFileRecord, bU as MoveStorageFolderRequest, bV as NormalizedAthenaError, bW as PresignedFileUrlResponse, bX as RequireAffectedOptions, bY as RetryBackoffStrategy, bZ as RetryConfig, b_ as RpcOrderOptions, b$ as RpcQueryBuilder, c0 as S3CatalogItem, c1 as S3CredentialListItem, c2 as SearchStorageFilesRequest, c3 as SetManyStorageFileVisibilityRequest, c4 as SetStorageFileVisibilityRequest, c5 as StorageAuditEventRecord, c6 as StorageAuditListResponse, c7 as StorageAuditQueryRequest, c8 as StorageBatchUploadUrlResponse, c9 as StorageBatchUploadUrlResponseWithPut, ca as StorageBucketCorsRequest, cb as StorageBucketCorsRuleInput, cc as StorageBucketLifecycleRequest, cd as StorageBucketLifecycleRuleInput, ce as StorageBucketPolicyRequest, cf as StorageFileAccessPurpose, cg as StorageFileMutationManyResponse, ch as StorageFileMutationResponse, ci as StorageFilePermissionRecord, cj as StorageFileRetentionRequest, ck as StorageFileVersionPathRequest, cl as StorageFolderMutationResponse, cm as StorageListFilesResponse, cn as StorageListObjectsRequest, co as StorageMultipartAbortRequest, cp as StorageMultipartCompletePartInput, cq as StorageMultipartCompleteRequest, cr as StorageMultipartCreateRequest, cs as StorageMultipartListPartsRequest, ct as StorageMultipartSignPartRequest, cu as StorageObjectBaseRequest, cv as StorageObjectCopyRequest, cw as StorageObjectFolderCreateRequest, cx as StorageObjectFolderDeleteRequest, cy as StorageObjectFolderRenameRequest, cz as StorageObjectPublicUrlRequest, cA as StorageObjectRequest, cB as StorageObjectValidateRequest, cC as StorageObjectVersionListRequest, cD as StorageObjectVersionMutationRequest, cE as StoragePermissionCheckRequest, cF as StoragePermissionCheckResponse, cG as StoragePermissionGrantRequest, cH as StoragePermissionListRequest, cI as StoragePermissionListResponse, cJ as StoragePermissionRevokeRequest, cK as StoragePresignUploadRequest, cL as StoragePublicAccessBlockRequest, cM as StorageServerSideEncryptionOptions, cN as StorageSetBucketCorsRequest, cO as StorageSetBucketLifecycleRequest, cP as StorageSetBucketPolicyRequest, cQ as StorageSetPublicAccessBlockRequest, cR as StorageSignedPostPolicyRequest, cS as StorageUpdateObjectRequest, cT as StorageUploadUrlResponse, cU as StorageUploadUrlResponseWithPut, cV as TableQueryBuilder, cW as TreeStorageFoldersRequest, cX as UnwrapOneOptions, cY as UnwrapOptions, cZ as UpdateManyStorageFilesRequest, c_ as UpdateStorageCatalogRequest, c$ as UpdateStorageFileRequest, d0 as assertInt, d1 as coerceInt, d2 as createAthenaStorageError, d3 as createClient, d4 as createStorageModule, d5 as getAthenaDebugAst, d6 as isOk, d7 as normalizeAthenaError, d8 as parseBooleanFlag, d9 as requireAffected, da as requireSuccess, db as storageSdkManifest, dc as unwrap, dd as unwrapOne, de as unwrapRows, df as verifyAthenaGatewayUrl, dg as withRetry } from './client-BJjUwDSg.cjs';
2
- export { A as AthenaConditionCastType, a as AthenaGatewayCallOptions, b as AthenaGatewayConnectionOptions, c as AthenaGatewayConnectionResult, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, f as AthenaJsonArray, g as AthenaJsonObject, h as AthenaJsonPrimitive, i as AthenaJsonValue, j as AthenaRpcCallOptions, k as AthenaRpcFilter, l as AthenaRpcFilterOperator, m as AthenaRpcOrder, n as AthenaRpcPayload, B as Backend, o as BackendConfig, p as BackendType } from './types-CH78O90i.cjs';
3
- export { A as AthenaGatewayError, F as FormValuesOf, M as ModelFormAdapter, a as ModelFormDefaults, b as ModelFormNullishMode, c as ModelFormValues, T as ToModelFormDefaultsOptions, d as ToModelPayloadOptions, e as createModelFormAdapter, i as isAthenaGatewayError, t as toModelFormDefaults, f as toModelPayload } from './model-form-Dw4zEL5a.cjs';
4
- export { A as ATHENA_AUTH_ADMIN_LIMITS, a as ATHENA_AUTH_BASE_ERROR_CODES, b as ATHENA_AUTH_MAX_ADMIN_JSON_BYTES, c as ATHENA_AUTH_MAX_ADMIN_JSON_DEPTH, d as ATHENA_AUTH_MAX_TEMPLATE_VARIABLES, e as ATHENA_AUTH_MAX_TEMPLATE_VARIABLE_LENGTH, f as AnyColumnBuilder, g as AthenaAuthAdminLimits, Y as AthenaAuthBaseURLConfig, Z as AthenaAuthContext, _ as AthenaAuthCookieRuntimeInput, $ as AthenaAuthDatabaseFactory, a0 as AthenaAuthHandlerResult, a1 as AthenaAuthPlugin, a2 as AthenaAuthPluginContext, a3 as AthenaAuthPluginHandlerContext, a4 as AthenaAuthRequestContext, a5 as AthenaAuthServer, a6 as AthenaAuthServerApi, a7 as AthenaAuthServerConfig, a8 as AthenaAuthServerRuntimeOptions, a9 as AthenaAuthSocialProviderConfig, aa as AthenaAuthTrustedOrigins, ab as AthenaAuthTrustedProviders, h as AthenaChatError, i as AthenaColumnBuilder, j as AthenaTableDef, k as AthenaTableSchemaBundle, C as ColumnRuntimeConfig, D as DEFAULT_POSTGRES_SCHEMAS, F as FormValuesFromColumns, ac as GeneratorEnvBooleanOptions, ad as GeneratorEnvJsonOptions, ae as GeneratorEnvListOptions, af as GeneratorEnvOneOfOptions, ag as GeneratorEnvStringOptions, I as InsertFromColumns, P as PostgresIntrospectionProviderOptions, R as RowFromColumns, T as TypedAthenaClient, l as TypedClientOptions, m as TypedClientOptionsWithTypecheckedColumns, U as UpdateFromColumns, n as athenaAuth, o as boolean, p as chatSdkManifest, q as createAuthClient, r as createAuthReactEmailInput, ah as createPostgresIntrospectionProvider, s as createTypedClient, t as defineAthenaAuthConfig, u as defineAuthEmailTemplate, v as defineDatabase, w as defineModel, x as defineRegistry, y as defineSchema, z as enumeration, B as filterIntrospectionSnapshot, E as generatorEnv, G as identifier, H as json, J as normalizeAthenaGatewayBaseUrl, K as normalizeSchemaSelection, L as normalizeTableSelection, M as number, N as renderAthenaReactEmail, O as resolvePostgresColumnType, Q as resolveProviderSchemas, S as string, V as table, W as unwrapChatMessage, X as unwrapChatRoom } from './module-yoX49uQC.cjs';
5
- import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BU8uJH_b.cjs';
6
- export { s as AthenaClientModelForTableName, t as AthenaClientModelsInput, u as AthenaClientTableName, A as AthenaModelTarget, D as DatabaseDef, a as InsertOf, b as IntrospectionColumn, c as IntrospectionInspectOptions, d as IntrospectionRelation, e as IntrospectionSchema, f as IntrospectionTable, g as IntrospectionTypeKind, M as ModelAt, h as ModelColumnKind, i as ModelColumnMetadata, j as ModelDef, k as ModelMetadata, l as ModelRelationKind, m as ModelRelationMetadata, R as RegistryDef, n as RowOf, o as SchemaDef, T as TenantContext, p as TenantContextValue, q as TenantKeyMap, U as UpdateOf } from './types-BU8uJH_b.cjs';
7
- import { A as AthenaGeneratorConfig, L as LoadGeneratorConfigOptions, a as LoadedGeneratorConfig, N as NormalizedAthenaGeneratorConfig, G as GeneratedArtifacts, b as GeneratorProviderConfig, c as GeneratorExperimentalFlags } from './types-CjC9_5ZQ.cjs';
8
- export { e as GeneratedArtifact, f as GeneratorArtifactKind, g as GeneratorFeatureFlags, h as GeneratorFilterConfig, i as GeneratorInternalConfig, j as GeneratorNamingConfig, k as GeneratorOutputConfig, l as GeneratorOutputFormat, m as GeneratorOutputPreset, n as GeneratorOutputTargets, o as GeneratorSchemaSelection, p as GeneratorTableSelection, q as NamingStyle, r as NormalizedGeneratorFilterConfig, s as NormalizedGeneratorOutputConfig, R as RunGeneratorOptions, d as RunGeneratorResult, S as SkippedGeneratedArtifact, t as SkippedGeneratedArtifactReason } from './types-CjC9_5ZQ.cjs';
9
- export { r as runSchemaGenerator } from './pipeline-Dwck-wZO.cjs';
10
- export { A as AthenaAdminEmailCreateRequest, a as AthenaAdminEmailDeleteRequest, b as AthenaAdminEmailEventTypeListResponse, c as AthenaAdminEmailEventTypeRecord, d as AthenaAdminEmailFailureCreateRequest, e as AthenaAdminEmailFailureDeleteRequest, f as AthenaAdminEmailFailureGetQuery, g as AthenaAdminEmailFailureGetResponse, h as AthenaAdminEmailFailureListQuery, i as AthenaAdminEmailFailureListResponse, j as AthenaAdminEmailFailureUpdateRequest, k as AthenaAdminEmailFailureUpdateResponse, l as AthenaAdminEmailGetQuery, m as AthenaAdminEmailGetResponse, n as AthenaAdminEmailListQuery, o as AthenaAdminEmailListResponse, p as AthenaAdminEmailTemplateCreateRequest, q as AthenaAdminEmailTemplateDeleteRequest, r as AthenaAdminEmailTemplateGetQuery, s as AthenaAdminEmailTemplateGetResponse, t as AthenaAdminEmailTemplateListQuery, u as AthenaAdminEmailTemplateListResponse, v as AthenaAdminEmailTemplateRecord, w as AthenaAdminEmailTemplateSendRequest, x as AthenaAdminEmailTemplateSendResponse, y as AthenaAdminEmailTemplateUpdateRequest, z as AthenaAdminEmailUpdateRequest, B as AthenaAdminEmailUpdateResponse, aH as AthenaAdminListUsersFilterOperator, aI as AthenaAdminListUsersQuery, aJ as AthenaAdminListUsersSearchOperator, C as AthenaAuthAdminUserSessionRevokeBinding, D as AthenaAuthBindings, E as AthenaAuthCallOptions, F as AthenaAuthClientConfig, G as AthenaAuthCredentials, H as AthenaAuthEmailChangeResponse, I as AthenaAuthEmailTemplateAttachment, J as AthenaAuthEmailTemplateBuilder, K as AthenaAuthEmailTemplateCreateFromDefinitionInput, L as AthenaAuthEmailTemplateDefinition, M as AthenaAuthEmailTemplateReactOverrides, N as AthenaAuthEmailTemplateUpdateFromDefinitionInput, O as AthenaAuthEmailTemplateVariableBinding, P as AthenaAuthEndpointPath, Q as AthenaAuthErrorCode, R as AthenaAuthErrorDetails, aK as AthenaAuthFilterOperator, S as AthenaAuthGenericInput, T as AthenaAuthGenericQueryInput, U as AthenaAuthGetUserResponse, aL as AthenaAuthGuardFailure, aM as AthenaAuthGuardReason, aN as AthenaAuthGuardResult, aO as AthenaAuthGuardSuccess, V as AthenaAuthLinkedAccount, W as AthenaAuthMethod, X as AthenaAuthOrganization, Y as AthenaAuthOrganizationBindings, Z as AthenaAuthOrganizationInvitation, _ as AthenaAuthOrganizationMember, $ as AthenaAuthQueryPrimitive, a0 as AthenaAuthQueryValue, a1 as AthenaAuthReactEmailComponent, a2 as AthenaAuthReactEmailConfig, a3 as AthenaAuthReactEmailEventPhase, a4 as AthenaAuthReactEmailProps, a5 as AthenaAuthReactEmailRenderEvent, a6 as AthenaAuthReactEmailRenderInput, a7 as AthenaAuthReactEmailRenderOptions, a8 as AthenaAuthRequestInput, a9 as AthenaAuthResetPasswordBinding, aa as AthenaAuthResult, ab as AthenaAuthRevokeSessionRequest, ac as AthenaAuthSdkClient, aP as AthenaAuthSearchOperator, ad as AthenaAuthSession, ae as AthenaAuthSessionResponse, af as AthenaAuthSessionRevokeBinding, ag as AthenaAuthSignInResponse, ah as AthenaAuthSignOutResponse, aQ as AthenaAuthSocialProviderExtensions, ai as AthenaAuthSocialRedirectResponse, aj as AthenaAuthStatusResponse, ak as AthenaAuthUser, al as AthenaChangeEmailRequest, am as AthenaChangePasswordRequest, an as AthenaDeleteUserCallbackRequest, ao as AthenaDeleteUserRequest, ap as AthenaDeleteUserResponse, aq as AthenaEmailSignInRequest, ar as AthenaEmailSignUpRequest, as as AthenaForgetPasswordRequest, at as AthenaLinkSocialRequest, au as AthenaOAuthAccountTokenRequest, av as AthenaOAuthTokenBundle, aw as AthenaResetPasswordRequest, ax as AthenaSendVerificationEmailRequest, ay as AthenaSocialSignInRequest, az as AthenaUnlinkAccountRequest, aA as AthenaUpdateUserRequest, aB as AthenaUsernameSignInRequest, aC as AthenaVerifyEmailRequest, aD as AuthBindings, aE as AuthClient, aR as AuthOAuthProvider, aS as AuthSocialProvider, aT as AuthSocialProviderBuiltin } from './types-eAKAh71s.cjs';
1
+ export { A as AthenaAuthConfig, a as AthenaBillingConfig, b as AthenaChatAddMembersRequest, c as AthenaChatAddReactionRequest, d as AthenaChatAttachmentInput, e as AthenaChatAttachmentView, f as AthenaChatCallOptions, g as AthenaChatConfig, h as AthenaChatConnectOptions, i as AthenaChatCreateRoomRequest, j as AthenaChatDeleteResult, k as AthenaChatEditMessageRequest, l as AthenaChatListMessagesQuery, m as AthenaChatListRoomsQuery, n as AthenaChatMarkReadUpToRequest, o as AthenaChatMember, p as AthenaChatMemberRole, q as AthenaChatMessage, r as AthenaChatMessageCreatedResponse, s as AthenaChatMessagePage, t as AthenaChatModule, u as AthenaChatPresenceUser, v as AthenaChatReactionCount, w as AthenaChatReactionSummary, x as AthenaChatReadCursor, y as AthenaChatRealtimeConnection, z as AthenaChatRealtimeInfoResponse, B as AthenaChatRealtimeModule, C as AthenaChatRemoveResult, D as AthenaChatResumeRoomCursor, E as AthenaChatRoom, F as AthenaChatRoomCreatedResponse, G as AthenaChatRoomKind, H as AthenaChatRoomPage, I as AthenaChatSearchHit, J as AthenaChatSearchMessagesRequest, K as AthenaChatSearchPage, L as AthenaChatSendMessageRequest, M as AthenaChatUpdateRoomRequest, N as AthenaChatWebSocketFactory, O as AthenaChatWebSocketLike, P as AthenaChatWsAuthHelloCommand, Q as AthenaChatWsClientCommand, R as AthenaChatWsErrorEvent, S as AthenaChatWsHelloOkEvent, T as AthenaChatWsMembersUpdatedEvent, U as AthenaChatWsMessageCreatedEvent, V as AthenaChatWsMessageDeletedEvent, W as AthenaChatWsMessageEventBase, X as AthenaChatWsMessageUpdatedEvent, Y as AthenaChatWsPingCommand, Z as AthenaChatWsPongEvent, _ as AthenaChatWsPresenceHeartbeatCommand, $ as AthenaChatWsPresenceUpdatedEvent, a0 as AthenaChatWsReactionUpdatedEvent, a1 as AthenaChatWsReadUpToCommand, a2 as AthenaChatWsReadUpdatedEvent, a3 as AthenaChatWsResumeCommand, a4 as AthenaChatWsRoomArchivedEvent, a5 as AthenaChatWsRoomCreatedEvent, a6 as AthenaChatWsRoomEventBase, a7 as AthenaChatWsRoomUpdatedEvent, a8 as AthenaChatWsServerEvent, a9 as AthenaChatWsSubscribeCommand, aa as AthenaChatWsSubscribedEvent, ab as AthenaChatWsSyncRequiredEvent, ac as AthenaChatWsTypingStartCommand, ad as AthenaChatWsTypingStopCommand, ae as AthenaChatWsTypingUpdatedEvent, af as AthenaChatWsUnsubscribeCommand, ag as AthenaClient, ah as AthenaClientConfig, ai as AthenaConfigurationError, aj as AthenaDbConfig, ak as AthenaDbModule, al as AthenaDeleteDebugAst, am as AthenaEnvelope, an as AthenaError, ao as AthenaErrorCategory, ap as AthenaErrorCode, aq as AthenaErrorInput, ar as AthenaErrorKind, as as AthenaFindManyDebugAst, dh as AthenaFindManyOptions, di as AthenaFindManyResult, at as AthenaFromOptions, au as AthenaInsertDebugAst, av as AthenaOperationContext, dj as AthenaOrderBy, aw as AthenaQueryDebugAst, dk as AthenaQueryTraceCallsite, dl as AthenaQueryTraceEvent, dm as AthenaQueryTraceOptions, ax as AthenaRawQueryDebugAst, dn as AthenaRelationSelectNode, ay as AthenaRequestContext, az as AthenaRequestContextProvider, aA as AthenaRequestMethod, aB as AthenaRequestOptions, aC as AthenaRequestQueryValueMap, aD as AthenaRequestResponse, aE as AthenaRequestService, aF as AthenaResult, dp as AthenaResultError, aG as AthenaRpcBuilderStateAst, aH as AthenaRpcDebugAst, aI as AthenaSelectDebugAst, aJ as AthenaSelectDebugTransport, dq as AthenaSelectShape, aK as AthenaService, aL as AthenaStorageAuditNamespace, aM as AthenaStorageBackupNamespace, aN as AthenaStorageBaseModule, aO as AthenaStorageBinaryCallOptions, aP as AthenaStorageBucketCorsNamespace, aQ as AthenaStorageBucketNamespace, aR as AthenaStorageCallOptions, aS as AthenaStorageCatalogNamespace, aT as AthenaStorageClientConfig, aU as AthenaStorageConfig, aV as AthenaStorageCredentialsNamespace, aW as AthenaStorageDirectUploadConfig, aX as AthenaStorageEnv, aY as AthenaStorageError, aZ as AthenaStorageErrorCode, a_ as AthenaStorageErrorDetails, a$ as AthenaStorageErrorHandler, b0 as AthenaStorageErrorInput, b1 as AthenaStorageFileConfig, b2 as AthenaStorageFileDeleteInput, b3 as AthenaStorageFileDownloadInput, b4 as AthenaStorageFileListInput, b5 as AthenaStorageFileModule, b6 as AthenaStorageFileNamespace, b7 as AthenaStorageFileUploadInput, b8 as AthenaStorageFileUploadManyRequest, b9 as AthenaStorageFileUploadRequest, ba as AthenaStorageFileUploadResult, bb as AthenaStorageFolderNamespace, bc as AthenaStorageManagedUpload, bd as AthenaStorageModule, be as AthenaStorageMultipartNamespace, bf as AthenaStorageObjectFolderNamespace, bg as AthenaStorageObjectNamespace, bh as AthenaStoragePathContext, bi as AthenaStoragePermissionNamespace, bj as AthenaStoragePrefixPath, bk as AthenaStoragePutBody, bl as AthenaStoragePutOptions, bm as AthenaStorageTemplateValue, bn as AthenaStorageTemplateVars, bo as AthenaStorageUploadConstraints, bp as AthenaStorageUploadProgress, bq as AthenaStorageUploadProgressHandler, br as AthenaStorageUploadSource, bs as AthenaStorageUploadedFile, bt as AthenaTableBuilderStateAst, bu as AthenaUpdateDebugAst, bv as AthenaUpsertDebugAst, dr as AthenaWhere, ds as AthenaWhereBooleanOperand, dt as AthenaWhereOperatorInput, bw as BackupRecoveryStrategy, bx as ConfirmStorageUploadRequest, by as CopyStorageFileRequest, bz as CreateStorageCatalogRequest, bA as CreateStorageUploadUrlRequest, bB as CreateStorageUploadUrlsRequest, du as DEFAULT_MULTIPART_PART_SIZE_BYTES, dv as DEFAULT_MULTIPART_THRESHOLD_BYTES, bC as DeleteManyStorageFilesRequest, bD as DeleteStorageFolderRequest, bE as DeprecatedInlineStorageConnectionFields, bF as GetStorageFileUrlQuery, bG as IntCoercionOptions, bH as ListStorageFilesRequest, bI as ListStorageFoldersRequest, bJ as ManagedFileRecord, bK as MoveStorageFolderRequest, bL as NormalizedAthenaError, bM as PresignedFileUrlResponse, bN as RequireAffectedOptions, bO as RetryBackoffStrategy, bP as RetryConfig, bQ as RpcOrderOptions, bR as RpcQueryBuilder, bS as S3CatalogItem, bT as S3CredentialListItem, bU as SearchStorageFilesRequest, bV as SetManyStorageFileVisibilityRequest, bW as SetStorageFileVisibilityRequest, bX as StorageAuditEventRecord, bY as StorageAuditListResponse, bZ as StorageAuditQueryRequest, b_ as StorageBackupCreateRequest, b$ as StorageBackupJob, c0 as StorageBackupListPage, c1 as StorageBackupListQuery, c2 as StorageBackupQueuedJob, c3 as StorageBackupRecord, c4 as StorageBackupRestoreRequest, c5 as StorageBackupSchedule, c6 as StorageBackupScheduleCreateRequest, c7 as StorageBatchUploadUrlResponse, c8 as StorageBatchUploadUrlResponseWithPut, c9 as StorageBucketCorsRequest, ca as StorageBucketCorsRuleInput, cb as StorageBucketLifecycleRequest, cc as StorageBucketLifecycleRuleInput, cd as StorageBucketPolicyRequest, ce as StorageConnectionSelector, cf as StorageFileAccessPurpose, cg as StorageFileMutationManyResponse, ch as StorageFileMutationResponse, ci as StorageFilePermissionRecord, cj as StorageFileRetentionRequest, ck as StorageFileVersionPathRequest, cl as StorageFolderMutationResponse, cm as StorageListFilesResponse, cn as StorageListObjectsRequest, co as StorageMultipartAbortRequest, cp as StorageMultipartCompletePartInput, cq as StorageMultipartCompleteRequest, cr as StorageMultipartCreateRequest, cs as StorageMultipartListPartsRequest, ct as StorageMultipartSignPartRequest, cu as StorageObjectBaseRequest, cv as StorageObjectCopyRequest, cw as StorageObjectFolderCreateRequest, cx as StorageObjectFolderDeleteRequest, cy as StorageObjectFolderRenameRequest, cz as StorageObjectPublicUrlRequest, cA as StorageObjectRequest, cB as StorageObjectValidateRequest, cC as StorageObjectVersionListRequest, cD as StorageObjectVersionMutationRequest, cE as StoragePermissionCheckRequest, cF as StoragePermissionCheckResponse, cG as StoragePermissionGrantRequest, cH as StoragePermissionListRequest, cI as StoragePermissionListResponse, cJ as StoragePermissionRevokeRequest, cK as StoragePresignUploadRequest, cL as StoragePublicAccessBlockRequest, cM as StorageServerSideEncryptionOptions, cN as StorageSetBucketCorsRequest, cO as StorageSetBucketLifecycleRequest, cP as StorageSetBucketPolicyRequest, cQ as StorageSetPublicAccessBlockRequest, cR as StorageSignedPostPolicyRequest, cS as StorageUpdateObjectRequest, cT as StorageUploadUrlResponse, cU as StorageUploadUrlResponseWithPut, cV as TableQueryBuilder, cW as TreeStorageFoldersRequest, cX as UnwrapOneOptions, cY as UnwrapOptions, cZ as UpdateManyStorageFilesRequest, c_ as UpdateStorageCatalogRequest, c$ as UpdateStorageFileRequest, d0 as assertInt, d1 as coerceInt, d2 as createAthenaStorageError, d3 as createClient, dw as createStorageFileModule, d4 as createStorageModule, d5 as getAthenaDebugAst, d6 as isOk, d7 as normalizeAthenaError, d8 as parseBooleanFlag, d9 as requireAffected, da as requireSuccess, dx as resolveStoragePath, db as storageSdkManifest, dc as unwrap, dd as unwrapOne, de as unwrapRows, df as verifyAthenaGatewayUrl, dg as withRetry } from './v3-client-G8JMOilK.cjs';
2
+ export { A as AthenaConditionCastType, a as AthenaGatewayCallOptions, b as AthenaGatewayConnectionOptions, c as AthenaGatewayConnectionResult, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, f as AthenaJsonArray, g as AthenaJsonObject, h as AthenaJsonPrimitive, i as AthenaJsonValue, j as AthenaRpcCallOptions, k as AthenaRpcFilter, l as AthenaRpcFilterOperator, m as AthenaRpcOrder, n as AthenaRpcPayload, B as Backend, o as BackendConfig, p as BackendType } from './types-Bltx6iL6.cjs';
3
+ export { A as AthenaGatewayError, F as FormValuesOf, M as ModelFormAdapter, a as ModelFormDefaults, b as ModelFormNullishMode, c as ModelFormValues, T as ToModelFormDefaultsOptions, d as ToModelPayloadOptions, e as createModelFormAdapter, i as isAthenaGatewayError, t as toModelFormDefaults, f as toModelPayload } from './model-form-BEfCGB5b.cjs';
4
+ export { A as ATHENA_AUTH_ADMIN_LIMITS, a as ATHENA_AUTH_BASE_ERROR_CODES, b as ATHENA_AUTH_MAX_ADMIN_JSON_BYTES, c as ATHENA_AUTH_MAX_ADMIN_JSON_DEPTH, d as ATHENA_AUTH_MAX_TEMPLATE_VARIABLES, e as ATHENA_AUTH_MAX_TEMPLATE_VARIABLE_LENGTH, f as AnyColumnBuilder, g as AthenaAuthAdminLimits, S as AthenaAuthBaseURLConfig, T as AthenaAuthContext, V as AthenaAuthCookieRuntimeInput, W as AthenaAuthDatabaseFactory, X as AthenaAuthHandlerResult, Y as AthenaAuthPlugin, Z as AthenaAuthPluginContext, _ as AthenaAuthPluginHandlerContext, $ as AthenaAuthRequestContext, a0 as AthenaAuthServer, a1 as AthenaAuthServerApi, a2 as AthenaAuthServerConfig, a3 as AthenaAuthServerRuntimeOptions, a4 as AthenaAuthSocialProviderConfig, a5 as AthenaAuthTrustedOrigins, a6 as AthenaAuthTrustedProviders, h as AthenaChatError, i as AthenaColumnBuilder, j as AthenaTableDef, k as AthenaTableSchemaBundle, C as ColumnRuntimeConfig, D as DEFAULT_POSTGRES_SCHEMAS, F as FormValuesFromColumns, a7 as GeneratorEnvBooleanOptions, a8 as GeneratorEnvJsonOptions, a9 as GeneratorEnvListOptions, aa as GeneratorEnvOneOfOptions, ab as GeneratorEnvStringOptions, I as InsertFromColumns, P as PostgresIntrospectionProviderOptions, R as RowFromColumns, U as UpdateFromColumns, l as athenaAuth, m as boolean, n as chatSdkManifest, o as createAuthReactEmailInput, ac as createPostgresIntrospectionProvider, p as defineAthenaAuthConfig, q as defineAuthEmailTemplate, r as defineDatabase, s as defineModel, t as defineRegistry, u as defineSchema, v as enumeration, w as filterIntrospectionSnapshot, x as generatorEnv, y as identifier, z as json, B as normalizeAthenaGatewayBaseUrl, E as normalizeSchemaSelection, G as normalizeTableSelection, H as number, J as renderAthenaReactEmail, K as resolvePostgresColumnType, L as resolveProviderSchemas, M as string, N as table, O as unwrapChatMessage, Q as unwrapChatRoom } from './module-CrrSmpML.cjs';
5
+ import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-kO_Ut5wU.cjs';
6
+ export { s as AthenaClientModelForTableName, t as AthenaClientModelsInput, u as AthenaClientTableName, A as AthenaModelTarget, D as DatabaseDef, a as InsertOf, b as IntrospectionColumn, c as IntrospectionInspectOptions, d as IntrospectionRelation, e as IntrospectionSchema, f as IntrospectionTable, g as IntrospectionTypeKind, M as ModelAt, h as ModelColumnKind, i as ModelColumnMetadata, j as ModelDef, k as ModelMetadata, l as ModelRelationKind, m as ModelRelationMetadata, R as RegistryDef, n as RowOf, o as SchemaDef, T as TenantContext, p as TenantContextValue, q as TenantKeyMap, U as UpdateOf } from './types-kO_Ut5wU.cjs';
7
+ import { A as AthenaGeneratorConfig, L as LoadGeneratorConfigOptions, a as LoadedGeneratorConfig, N as NormalizedAthenaGeneratorConfig, G as GeneratedArtifacts, b as GeneratorProviderConfig, c as GeneratorExperimentalFlags } from './types-Z3-rsiM3.cjs';
8
+ export { e as GeneratedArtifact, f as GeneratorArtifactKind, g as GeneratorFeatureFlags, h as GeneratorFilterConfig, i as GeneratorInternalConfig, j as GeneratorNamingConfig, k as GeneratorOutputConfig, l as GeneratorOutputFormat, m as GeneratorOutputPreset, n as GeneratorOutputTargets, o as GeneratorSchemaSelection, p as GeneratorTableSelection, q as NamingStyle, r as NormalizedGeneratorFilterConfig, s as NormalizedGeneratorOutputConfig, R as RunGeneratorOptions, d as RunGeneratorResult, S as SkippedGeneratedArtifact, t as SkippedGeneratedArtifactReason } from './types-Z3-rsiM3.cjs';
9
+ export { r as runSchemaGenerator } from './pipeline-Dfsed4VD.cjs';
10
+ export { A as AthenaAdminEmailCreateRequest, a as AthenaAdminEmailDeleteRequest, b as AthenaAdminEmailEventTypeListResponse, c as AthenaAdminEmailEventTypeRecord, d as AthenaAdminEmailFailureCreateRequest, e as AthenaAdminEmailFailureDeleteRequest, f as AthenaAdminEmailFailureGetQuery, g as AthenaAdminEmailFailureGetResponse, h as AthenaAdminEmailFailureListQuery, i as AthenaAdminEmailFailureListResponse, j as AthenaAdminEmailFailureUpdateRequest, k as AthenaAdminEmailFailureUpdateResponse, l as AthenaAdminEmailGetQuery, m as AthenaAdminEmailGetResponse, n as AthenaAdminEmailListQuery, o as AthenaAdminEmailListResponse, p as AthenaAdminEmailTemplateCreateRequest, q as AthenaAdminEmailTemplateDeleteRequest, r as AthenaAdminEmailTemplateGetQuery, s as AthenaAdminEmailTemplateGetResponse, t as AthenaAdminEmailTemplateListQuery, u as AthenaAdminEmailTemplateListResponse, v as AthenaAdminEmailTemplateRecord, w as AthenaAdminEmailTemplateSendRequest, x as AthenaAdminEmailTemplateSendResponse, y as AthenaAdminEmailTemplateUpdateRequest, z as AthenaAdminEmailUpdateRequest, B as AthenaAdminEmailUpdateResponse, aF as AthenaAdminListUsersFilterOperator, aG as AthenaAdminListUsersQuery, aH as AthenaAdminListUsersSearchOperator, C as AthenaAuthAdminUserSessionRevokeBinding, D as AthenaAuthBindings, E as AthenaAuthCallOptions, F as AthenaAuthClientConfig, G as AthenaAuthCredentials, H as AthenaAuthEmailChangeResponse, I as AthenaAuthEmailTemplateAttachment, J as AthenaAuthEmailTemplateBuilder, K as AthenaAuthEmailTemplateCreateFromDefinitionInput, L as AthenaAuthEmailTemplateDefinition, M as AthenaAuthEmailTemplateReactOverrides, N as AthenaAuthEmailTemplateUpdateFromDefinitionInput, O as AthenaAuthEmailTemplateVariableBinding, P as AthenaAuthEndpointPath, Q as AthenaAuthErrorCode, R as AthenaAuthErrorDetails, aI as AthenaAuthFilterOperator, S as AthenaAuthGenericInput, T as AthenaAuthGenericQueryInput, U as AthenaAuthGetUserResponse, aJ as AthenaAuthGuardFailure, aK as AthenaAuthGuardReason, aL as AthenaAuthGuardResult, aM as AthenaAuthGuardSuccess, V as AthenaAuthLinkedAccount, W as AthenaAuthMethod, X as AthenaAuthOrganization, Y as AthenaAuthOrganizationBindings, Z as AthenaAuthOrganizationInvitation, _ as AthenaAuthOrganizationMember, $ as AthenaAuthQueryPrimitive, a0 as AthenaAuthQueryValue, a1 as AthenaAuthReactEmailComponent, a2 as AthenaAuthReactEmailConfig, a3 as AthenaAuthReactEmailEventPhase, a4 as AthenaAuthReactEmailProps, a5 as AthenaAuthReactEmailRenderEvent, a6 as AthenaAuthReactEmailRenderInput, a7 as AthenaAuthReactEmailRenderOptions, a8 as AthenaAuthRequestInput, a9 as AthenaAuthResetPasswordBinding, aa as AthenaAuthResult, ab as AthenaAuthRevokeSessionRequest, aN as AthenaAuthSearchOperator, ac as AthenaAuthSession, ad as AthenaAuthSessionResponse, ae as AthenaAuthSessionRevokeBinding, af as AthenaAuthSignInResponse, ag as AthenaAuthSignOutResponse, aO as AthenaAuthSocialProviderExtensions, ah as AthenaAuthSocialRedirectResponse, ai as AthenaAuthStatusResponse, aj as AthenaAuthUser, ak as AthenaChangeEmailRequest, al as AthenaChangePasswordRequest, am as AthenaDeleteUserCallbackRequest, an as AthenaDeleteUserRequest, ao as AthenaDeleteUserResponse, ap as AthenaEmailSignInRequest, aq as AthenaEmailSignUpRequest, ar as AthenaForgetPasswordRequest, as as AthenaLinkSocialRequest, at as AthenaOAuthAccountTokenRequest, au as AthenaOAuthTokenBundle, av as AthenaResetPasswordRequest, aw as AthenaSendVerificationEmailRequest, ax as AthenaSocialSignInRequest, ay as AthenaUnlinkAccountRequest, az as AthenaUpdateUserRequest, aA as AthenaUsernameSignInRequest, aB as AthenaVerifyEmailRequest, aC as AuthBindings, aP as AuthOAuthProvider, aQ as AuthSocialProvider, aR as AuthSocialProviderBuiltin } from './types-AOY-GLu8.cjs';
11
11
  export { ActiveOrganizationSessionLike, EnsureActiveOrganizationOptions, EnsureActiveOrganizationResult, OrganizationLike, ensureActiveOrganization } from './organization.cjs';
12
+ export { A as AthenaBillingCallOptions, a as AthenaBillingClientConfig, f as AthenaBillingEnvelope, b as AthenaBillingError, g as AthenaBillingHttpMethod, h as AthenaBillingJson, c as AthenaBillingModule, B as BillingConnectionRefInput, i as BillingCreateConnectionInput, j as BillingEnsureCustomerInput, k as BillingListQuery, l as BillingProvisionSinksInput, m as BillingReconcileInput, n as BillingUpdateConnectionInput, o as BillingUpdateCustomerInput, d as billingSdkManifest, e as createBillingModule } from './module-8dSMcy0K.cjs';
12
13
  import 'zod';
13
14
  import './index-CFL9xbFR.cjs';
14
15
  import './session-cookie-detection-BqOp9mO6.cjs';
package/dist/index.d.ts CHANGED
@@ -1,14 +1,15 @@
1
- export { A as AthenaChatAddMembersRequest, a as AthenaChatAddReactionRequest, b as AthenaChatAttachmentInput, c as AthenaChatAttachmentView, d as AthenaChatCallOptions, e as AthenaChatConnectOptions, f as AthenaChatCreateRoomRequest, g as AthenaChatDeleteResult, h as AthenaChatEditMessageRequest, i as AthenaChatListMessagesQuery, j as AthenaChatListRoomsQuery, k as AthenaChatMarkReadUpToRequest, l as AthenaChatMember, m as AthenaChatMemberRole, n as AthenaChatMessage, o as AthenaChatMessageCreatedResponse, p as AthenaChatMessagePage, q as AthenaChatModule, r as AthenaChatPresenceUser, s as AthenaChatReactionCount, t as AthenaChatReactionSummary, u as AthenaChatReadCursor, v as AthenaChatRealtimeConnection, w as AthenaChatRealtimeInfoResponse, x as AthenaChatRealtimeModule, y as AthenaChatRemoveResult, z as AthenaChatResumeRoomCursor, B as AthenaChatRoom, C as AthenaChatRoomCreatedResponse, D as AthenaChatRoomKind, E as AthenaChatRoomPage, F as AthenaChatSearchHit, G as AthenaChatSearchMessagesRequest, H as AthenaChatSearchPage, I as AthenaChatSendMessageRequest, J as AthenaChatUpdateRoomRequest, K as AthenaChatWebSocketFactory, L as AthenaChatWebSocketLike, M as AthenaChatWsAuthHelloCommand, N as AthenaChatWsClientCommand, O as AthenaChatWsErrorEvent, P as AthenaChatWsHelloOkEvent, Q as AthenaChatWsMembersUpdatedEvent, R as AthenaChatWsMessageCreatedEvent, S as AthenaChatWsMessageDeletedEvent, T as AthenaChatWsMessageEventBase, U as AthenaChatWsMessageUpdatedEvent, V as AthenaChatWsPingCommand, W as AthenaChatWsPongEvent, X as AthenaChatWsPresenceHeartbeatCommand, Y as AthenaChatWsPresenceUpdatedEvent, Z as AthenaChatWsReactionUpdatedEvent, _ as AthenaChatWsReadUpToCommand, $ as AthenaChatWsReadUpdatedEvent, a0 as AthenaChatWsResumeCommand, a1 as AthenaChatWsRoomArchivedEvent, a2 as AthenaChatWsRoomCreatedEvent, a3 as AthenaChatWsRoomEventBase, a4 as AthenaChatWsRoomUpdatedEvent, a5 as AthenaChatWsServerEvent, a6 as AthenaChatWsSubscribeCommand, a7 as AthenaChatWsSubscribedEvent, a8 as AthenaChatWsSyncRequiredEvent, a9 as AthenaChatWsTypingStartCommand, aa as AthenaChatWsTypingStopCommand, ab as AthenaChatWsTypingUpdatedEvent, ac as AthenaChatWsUnsubscribeCommand, ad as AthenaClient, dh as AthenaClientBuilder, ae as AthenaClientContextOptions, af as AthenaClientExperimentalOptions, ag as AthenaClientFromEnvironmentOptions, ah as AthenaClientFromEnvironmentOptionsWithStorage, ai as AthenaClientFromEnvironmentOptionsWithStorageAndTypecheckedColumns, aj as AthenaClientFromEnvironmentOptionsWithTypecheckedColumns, ak as AthenaClientOverrideOptions, al as AthenaClientSessionLike, am as AthenaClientSessionOptions, an as AthenaCreateClientAuthOptions, ao as AthenaCreateClientChatOptions, ap as AthenaCreateClientConfig, aq as AthenaCreateClientConfigWithStorage, ar as AthenaCreateClientConfigWithStorageAndTypecheckedColumns, as as AthenaCreateClientConfigWithTypecheckedColumns, at as AthenaCreateClientOptions, au as AthenaCreateClientOptionsWithStorage, av as AthenaCreateClientOptionsWithStorageAndTypecheckedColumns, aw as AthenaCreateClientOptionsWithTypecheckedColumns, ax as AthenaCreateClientServiceUrlConfig, ay as AthenaDbModule, az as AthenaDeleteDebugAst, aA as AthenaEnvelope, aB as AthenaError, aC as AthenaErrorCategory, aD as AthenaErrorCode, aE as AthenaErrorInput, aF as AthenaErrorKind, aG as AthenaFindManyDebugAst, di as AthenaFindManyOptions, dj as AthenaFindManyResult, aH as AthenaFromOptions, aI as AthenaHeaderBag, aJ as AthenaInsertDebugAst, aK as AthenaOperationContext, dk as AthenaOrderBy, aL as AthenaQueryDebugAst, dl as AthenaQueryTraceCallsite, dm as AthenaQueryTraceEvent, dn as AthenaQueryTraceOptions, aM as AthenaRawQueryDebugAst, dp as AthenaRelationSelectNode, aN as AthenaRequestMethod, aO as AthenaRequestOptions, aP as AthenaRequestQueryValueMap, aQ as AthenaRequestResponse, aR as AthenaRequestService, aS as AthenaResult, dq as AthenaResultError, aT as AthenaRpcBuilderStateAst, aU as AthenaRpcDebugAst, aV as AthenaSdkClient, aW as AthenaSdkClientWithAuth, aX as AthenaSdkClientWithStorage, aY as AthenaSelectDebugAst, aZ as AthenaSelectDebugTransport, dr as AthenaSelectShape, a_ as AthenaStorageAuditNamespace, a$ as AthenaStorageBaseModule, b0 as AthenaStorageBinaryCallOptions, b1 as AthenaStorageBucketCorsNamespace, b2 as AthenaStorageBucketNamespace, b3 as AthenaStorageCallOptions, b4 as AthenaStorageCatalogNamespace, b5 as AthenaStorageClientConfig, b6 as AthenaStorageCredentialsNamespace, b7 as AthenaStorageEnv, b8 as AthenaStorageError, b9 as AthenaStorageErrorCode, ba as AthenaStorageErrorDetails, bb as AthenaStorageErrorHandler, bc as AthenaStorageErrorInput, bd as AthenaStorageFileConfig, be as AthenaStorageFileDeleteInput, bf as AthenaStorageFileDownloadInput, bg as AthenaStorageFileListInput, bh as AthenaStorageFileModule, bi as AthenaStorageFileNamespace, bj as AthenaStorageFileUploadInput, bk as AthenaStorageFileUploadManyRequest, bl as AthenaStorageFileUploadRequest, bm as AthenaStorageFileUploadResult, bn as AthenaStorageFolderNamespace, bo as AthenaStorageManagedUpload, bp as AthenaStorageModule, bq as AthenaStorageMultipartNamespace, br as AthenaStorageObjectFolderNamespace, bs as AthenaStorageObjectNamespace, bt as AthenaStoragePathContext, bu as AthenaStoragePermissionNamespace, bv as AthenaStoragePrefixPath, bw as AthenaStoragePutBody, bx as AthenaStoragePutOptions, by as AthenaStorageTemplateValue, bz as AthenaStorageTemplateVars, bA as AthenaStorageUploadConstraints, bB as AthenaStorageUploadProgress, bC as AthenaStorageUploadProgressHandler, bD as AthenaStorageUploadSource, bE as AthenaStorageUploadedFile, bF as AthenaTableBuilderStateAst, bG as AthenaUpdateDebugAst, bH as AthenaUpsertDebugAst, ds as AthenaWhere, dt as AthenaWhereBooleanOperand, du as AthenaWhereOperatorInput, bI as ConfirmStorageUploadRequest, bJ as CopyStorageFileRequest, bK as CreateStorageCatalogRequest, bL as CreateStorageUploadUrlRequest, bM as CreateStorageUploadUrlsRequest, bN as DeleteManyStorageFilesRequest, bO as DeleteStorageFolderRequest, bP as GetStorageFileUrlQuery, bQ as IntCoercionOptions, bR as ListStorageFilesRequest, bS as ListStorageFoldersRequest, bT as ManagedFileRecord, bU as MoveStorageFolderRequest, bV as NormalizedAthenaError, bW as PresignedFileUrlResponse, bX as RequireAffectedOptions, bY as RetryBackoffStrategy, bZ as RetryConfig, b_ as RpcOrderOptions, b$ as RpcQueryBuilder, c0 as S3CatalogItem, c1 as S3CredentialListItem, c2 as SearchStorageFilesRequest, c3 as SetManyStorageFileVisibilityRequest, c4 as SetStorageFileVisibilityRequest, c5 as StorageAuditEventRecord, c6 as StorageAuditListResponse, c7 as StorageAuditQueryRequest, c8 as StorageBatchUploadUrlResponse, c9 as StorageBatchUploadUrlResponseWithPut, ca as StorageBucketCorsRequest, cb as StorageBucketCorsRuleInput, cc as StorageBucketLifecycleRequest, cd as StorageBucketLifecycleRuleInput, ce as StorageBucketPolicyRequest, cf as StorageFileAccessPurpose, cg as StorageFileMutationManyResponse, ch as StorageFileMutationResponse, ci as StorageFilePermissionRecord, cj as StorageFileRetentionRequest, ck as StorageFileVersionPathRequest, cl as StorageFolderMutationResponse, cm as StorageListFilesResponse, cn as StorageListObjectsRequest, co as StorageMultipartAbortRequest, cp as StorageMultipartCompletePartInput, cq as StorageMultipartCompleteRequest, cr as StorageMultipartCreateRequest, cs as StorageMultipartListPartsRequest, ct as StorageMultipartSignPartRequest, cu as StorageObjectBaseRequest, cv as StorageObjectCopyRequest, cw as StorageObjectFolderCreateRequest, cx as StorageObjectFolderDeleteRequest, cy as StorageObjectFolderRenameRequest, cz as StorageObjectPublicUrlRequest, cA as StorageObjectRequest, cB as StorageObjectValidateRequest, cC as StorageObjectVersionListRequest, cD as StorageObjectVersionMutationRequest, cE as StoragePermissionCheckRequest, cF as StoragePermissionCheckResponse, cG as StoragePermissionGrantRequest, cH as StoragePermissionListRequest, cI as StoragePermissionListResponse, cJ as StoragePermissionRevokeRequest, cK as StoragePresignUploadRequest, cL as StoragePublicAccessBlockRequest, cM as StorageServerSideEncryptionOptions, cN as StorageSetBucketCorsRequest, cO as StorageSetBucketLifecycleRequest, cP as StorageSetBucketPolicyRequest, cQ as StorageSetPublicAccessBlockRequest, cR as StorageSignedPostPolicyRequest, cS as StorageUpdateObjectRequest, cT as StorageUploadUrlResponse, cU as StorageUploadUrlResponseWithPut, cV as TableQueryBuilder, cW as TreeStorageFoldersRequest, cX as UnwrapOneOptions, cY as UnwrapOptions, cZ as UpdateManyStorageFilesRequest, c_ as UpdateStorageCatalogRequest, c$ as UpdateStorageFileRequest, d0 as assertInt, d1 as coerceInt, d2 as createAthenaStorageError, d3 as createClient, d4 as createStorageModule, d5 as getAthenaDebugAst, d6 as isOk, d7 as normalizeAthenaError, d8 as parseBooleanFlag, d9 as requireAffected, da as requireSuccess, db as storageSdkManifest, dc as unwrap, dd as unwrapOne, de as unwrapRows, df as verifyAthenaGatewayUrl, dg as withRetry } from './client-DVOKSYDI.js';
2
- export { A as AthenaConditionCastType, a as AthenaGatewayCallOptions, b as AthenaGatewayConnectionOptions, c as AthenaGatewayConnectionResult, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, f as AthenaJsonArray, g as AthenaJsonObject, h as AthenaJsonPrimitive, i as AthenaJsonValue, j as AthenaRpcCallOptions, k as AthenaRpcFilter, l as AthenaRpcFilterOperator, m as AthenaRpcOrder, n as AthenaRpcPayload, B as Backend, o as BackendConfig, p as BackendType } from './types-CH78O90i.js';
3
- export { A as AthenaGatewayError, F as FormValuesOf, M as ModelFormAdapter, a as ModelFormDefaults, b as ModelFormNullishMode, c as ModelFormValues, T as ToModelFormDefaultsOptions, d as ToModelPayloadOptions, e as createModelFormAdapter, i as isAthenaGatewayError, t as toModelFormDefaults, f as toModelPayload } from './model-form-yRg71q3H.js';
4
- export { A as ATHENA_AUTH_ADMIN_LIMITS, a as ATHENA_AUTH_BASE_ERROR_CODES, b as ATHENA_AUTH_MAX_ADMIN_JSON_BYTES, c as ATHENA_AUTH_MAX_ADMIN_JSON_DEPTH, d as ATHENA_AUTH_MAX_TEMPLATE_VARIABLES, e as ATHENA_AUTH_MAX_TEMPLATE_VARIABLE_LENGTH, f as AnyColumnBuilder, g as AthenaAuthAdminLimits, Y as AthenaAuthBaseURLConfig, Z as AthenaAuthContext, _ as AthenaAuthCookieRuntimeInput, $ as AthenaAuthDatabaseFactory, a0 as AthenaAuthHandlerResult, a1 as AthenaAuthPlugin, a2 as AthenaAuthPluginContext, a3 as AthenaAuthPluginHandlerContext, a4 as AthenaAuthRequestContext, a5 as AthenaAuthServer, a6 as AthenaAuthServerApi, a7 as AthenaAuthServerConfig, a8 as AthenaAuthServerRuntimeOptions, a9 as AthenaAuthSocialProviderConfig, aa as AthenaAuthTrustedOrigins, ab as AthenaAuthTrustedProviders, h as AthenaChatError, i as AthenaColumnBuilder, j as AthenaTableDef, k as AthenaTableSchemaBundle, C as ColumnRuntimeConfig, D as DEFAULT_POSTGRES_SCHEMAS, F as FormValuesFromColumns, ac as GeneratorEnvBooleanOptions, ad as GeneratorEnvJsonOptions, ae as GeneratorEnvListOptions, af as GeneratorEnvOneOfOptions, ag as GeneratorEnvStringOptions, I as InsertFromColumns, P as PostgresIntrospectionProviderOptions, R as RowFromColumns, T as TypedAthenaClient, l as TypedClientOptions, m as TypedClientOptionsWithTypecheckedColumns, U as UpdateFromColumns, n as athenaAuth, o as boolean, p as chatSdkManifest, q as createAuthClient, r as createAuthReactEmailInput, ah as createPostgresIntrospectionProvider, s as createTypedClient, t as defineAthenaAuthConfig, u as defineAuthEmailTemplate, v as defineDatabase, w as defineModel, x as defineRegistry, y as defineSchema, z as enumeration, B as filterIntrospectionSnapshot, E as generatorEnv, G as identifier, H as json, J as normalizeAthenaGatewayBaseUrl, K as normalizeSchemaSelection, L as normalizeTableSelection, M as number, N as renderAthenaReactEmail, O as resolvePostgresColumnType, Q as resolveProviderSchemas, S as string, V as table, W as unwrapChatMessage, X as unwrapChatRoom } from './module-DBteUIob.js';
5
- import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BRP7sfSF.js';
6
- export { s as AthenaClientModelForTableName, t as AthenaClientModelsInput, u as AthenaClientTableName, A as AthenaModelTarget, D as DatabaseDef, a as InsertOf, b as IntrospectionColumn, c as IntrospectionInspectOptions, d as IntrospectionRelation, e as IntrospectionSchema, f as IntrospectionTable, g as IntrospectionTypeKind, M as ModelAt, h as ModelColumnKind, i as ModelColumnMetadata, j as ModelDef, k as ModelMetadata, l as ModelRelationKind, m as ModelRelationMetadata, R as RegistryDef, n as RowOf, o as SchemaDef, T as TenantContext, p as TenantContextValue, q as TenantKeyMap, U as UpdateOf } from './types-BRP7sfSF.js';
7
- import { A as AthenaGeneratorConfig, L as LoadGeneratorConfigOptions, a as LoadedGeneratorConfig, N as NormalizedAthenaGeneratorConfig, G as GeneratedArtifacts, b as GeneratorProviderConfig, c as GeneratorExperimentalFlags } from './types-DPgejxYC.js';
8
- export { e as GeneratedArtifact, f as GeneratorArtifactKind, g as GeneratorFeatureFlags, h as GeneratorFilterConfig, i as GeneratorInternalConfig, j as GeneratorNamingConfig, k as GeneratorOutputConfig, l as GeneratorOutputFormat, m as GeneratorOutputPreset, n as GeneratorOutputTargets, o as GeneratorSchemaSelection, p as GeneratorTableSelection, q as NamingStyle, r as NormalizedGeneratorFilterConfig, s as NormalizedGeneratorOutputConfig, R as RunGeneratorOptions, d as RunGeneratorResult, S as SkippedGeneratedArtifact, t as SkippedGeneratedArtifactReason } from './types-DPgejxYC.js';
9
- export { r as runSchemaGenerator } from './pipeline-Bj6RWt1A.js';
10
- export { A as AthenaAdminEmailCreateRequest, a as AthenaAdminEmailDeleteRequest, b as AthenaAdminEmailEventTypeListResponse, c as AthenaAdminEmailEventTypeRecord, d as AthenaAdminEmailFailureCreateRequest, e as AthenaAdminEmailFailureDeleteRequest, f as AthenaAdminEmailFailureGetQuery, g as AthenaAdminEmailFailureGetResponse, h as AthenaAdminEmailFailureListQuery, i as AthenaAdminEmailFailureListResponse, j as AthenaAdminEmailFailureUpdateRequest, k as AthenaAdminEmailFailureUpdateResponse, l as AthenaAdminEmailGetQuery, m as AthenaAdminEmailGetResponse, n as AthenaAdminEmailListQuery, o as AthenaAdminEmailListResponse, p as AthenaAdminEmailTemplateCreateRequest, q as AthenaAdminEmailTemplateDeleteRequest, r as AthenaAdminEmailTemplateGetQuery, s as AthenaAdminEmailTemplateGetResponse, t as AthenaAdminEmailTemplateListQuery, u as AthenaAdminEmailTemplateListResponse, v as AthenaAdminEmailTemplateRecord, w as AthenaAdminEmailTemplateSendRequest, x as AthenaAdminEmailTemplateSendResponse, y as AthenaAdminEmailTemplateUpdateRequest, z as AthenaAdminEmailUpdateRequest, B as AthenaAdminEmailUpdateResponse, aH as AthenaAdminListUsersFilterOperator, aI as AthenaAdminListUsersQuery, aJ as AthenaAdminListUsersSearchOperator, C as AthenaAuthAdminUserSessionRevokeBinding, D as AthenaAuthBindings, E as AthenaAuthCallOptions, F as AthenaAuthClientConfig, G as AthenaAuthCredentials, H as AthenaAuthEmailChangeResponse, I as AthenaAuthEmailTemplateAttachment, J as AthenaAuthEmailTemplateBuilder, K as AthenaAuthEmailTemplateCreateFromDefinitionInput, L as AthenaAuthEmailTemplateDefinition, M as AthenaAuthEmailTemplateReactOverrides, N as AthenaAuthEmailTemplateUpdateFromDefinitionInput, O as AthenaAuthEmailTemplateVariableBinding, P as AthenaAuthEndpointPath, Q as AthenaAuthErrorCode, R as AthenaAuthErrorDetails, aK as AthenaAuthFilterOperator, S as AthenaAuthGenericInput, T as AthenaAuthGenericQueryInput, U as AthenaAuthGetUserResponse, aL as AthenaAuthGuardFailure, aM as AthenaAuthGuardReason, aN as AthenaAuthGuardResult, aO as AthenaAuthGuardSuccess, V as AthenaAuthLinkedAccount, W as AthenaAuthMethod, X as AthenaAuthOrganization, Y as AthenaAuthOrganizationBindings, Z as AthenaAuthOrganizationInvitation, _ as AthenaAuthOrganizationMember, $ as AthenaAuthQueryPrimitive, a0 as AthenaAuthQueryValue, a1 as AthenaAuthReactEmailComponent, a2 as AthenaAuthReactEmailConfig, a3 as AthenaAuthReactEmailEventPhase, a4 as AthenaAuthReactEmailProps, a5 as AthenaAuthReactEmailRenderEvent, a6 as AthenaAuthReactEmailRenderInput, a7 as AthenaAuthReactEmailRenderOptions, a8 as AthenaAuthRequestInput, a9 as AthenaAuthResetPasswordBinding, aa as AthenaAuthResult, ab as AthenaAuthRevokeSessionRequest, ac as AthenaAuthSdkClient, aP as AthenaAuthSearchOperator, ad as AthenaAuthSession, ae as AthenaAuthSessionResponse, af as AthenaAuthSessionRevokeBinding, ag as AthenaAuthSignInResponse, ah as AthenaAuthSignOutResponse, aQ as AthenaAuthSocialProviderExtensions, ai as AthenaAuthSocialRedirectResponse, aj as AthenaAuthStatusResponse, ak as AthenaAuthUser, al as AthenaChangeEmailRequest, am as AthenaChangePasswordRequest, an as AthenaDeleteUserCallbackRequest, ao as AthenaDeleteUserRequest, ap as AthenaDeleteUserResponse, aq as AthenaEmailSignInRequest, ar as AthenaEmailSignUpRequest, as as AthenaForgetPasswordRequest, at as AthenaLinkSocialRequest, au as AthenaOAuthAccountTokenRequest, av as AthenaOAuthTokenBundle, aw as AthenaResetPasswordRequest, ax as AthenaSendVerificationEmailRequest, ay as AthenaSocialSignInRequest, az as AthenaUnlinkAccountRequest, aA as AthenaUpdateUserRequest, aB as AthenaUsernameSignInRequest, aC as AthenaVerifyEmailRequest, aD as AuthBindings, aE as AuthClient, aR as AuthOAuthProvider, aS as AuthSocialProvider, aT as AuthSocialProviderBuiltin } from './types-eAKAh71s.js';
1
+ export { A as AthenaAuthConfig, a as AthenaBillingConfig, b as AthenaChatAddMembersRequest, c as AthenaChatAddReactionRequest, d as AthenaChatAttachmentInput, e as AthenaChatAttachmentView, f as AthenaChatCallOptions, g as AthenaChatConfig, h as AthenaChatConnectOptions, i as AthenaChatCreateRoomRequest, j as AthenaChatDeleteResult, k as AthenaChatEditMessageRequest, l as AthenaChatListMessagesQuery, m as AthenaChatListRoomsQuery, n as AthenaChatMarkReadUpToRequest, o as AthenaChatMember, p as AthenaChatMemberRole, q as AthenaChatMessage, r as AthenaChatMessageCreatedResponse, s as AthenaChatMessagePage, t as AthenaChatModule, u as AthenaChatPresenceUser, v as AthenaChatReactionCount, w as AthenaChatReactionSummary, x as AthenaChatReadCursor, y as AthenaChatRealtimeConnection, z as AthenaChatRealtimeInfoResponse, B as AthenaChatRealtimeModule, C as AthenaChatRemoveResult, D as AthenaChatResumeRoomCursor, E as AthenaChatRoom, F as AthenaChatRoomCreatedResponse, G as AthenaChatRoomKind, H as AthenaChatRoomPage, I as AthenaChatSearchHit, J as AthenaChatSearchMessagesRequest, K as AthenaChatSearchPage, L as AthenaChatSendMessageRequest, M as AthenaChatUpdateRoomRequest, N as AthenaChatWebSocketFactory, O as AthenaChatWebSocketLike, P as AthenaChatWsAuthHelloCommand, Q as AthenaChatWsClientCommand, R as AthenaChatWsErrorEvent, S as AthenaChatWsHelloOkEvent, T as AthenaChatWsMembersUpdatedEvent, U as AthenaChatWsMessageCreatedEvent, V as AthenaChatWsMessageDeletedEvent, W as AthenaChatWsMessageEventBase, X as AthenaChatWsMessageUpdatedEvent, Y as AthenaChatWsPingCommand, Z as AthenaChatWsPongEvent, _ as AthenaChatWsPresenceHeartbeatCommand, $ as AthenaChatWsPresenceUpdatedEvent, a0 as AthenaChatWsReactionUpdatedEvent, a1 as AthenaChatWsReadUpToCommand, a2 as AthenaChatWsReadUpdatedEvent, a3 as AthenaChatWsResumeCommand, a4 as AthenaChatWsRoomArchivedEvent, a5 as AthenaChatWsRoomCreatedEvent, a6 as AthenaChatWsRoomEventBase, a7 as AthenaChatWsRoomUpdatedEvent, a8 as AthenaChatWsServerEvent, a9 as AthenaChatWsSubscribeCommand, aa as AthenaChatWsSubscribedEvent, ab as AthenaChatWsSyncRequiredEvent, ac as AthenaChatWsTypingStartCommand, ad as AthenaChatWsTypingStopCommand, ae as AthenaChatWsTypingUpdatedEvent, af as AthenaChatWsUnsubscribeCommand, ag as AthenaClient, ah as AthenaClientConfig, ai as AthenaConfigurationError, aj as AthenaDbConfig, ak as AthenaDbModule, al as AthenaDeleteDebugAst, am as AthenaEnvelope, an as AthenaError, ao as AthenaErrorCategory, ap as AthenaErrorCode, aq as AthenaErrorInput, ar as AthenaErrorKind, as as AthenaFindManyDebugAst, dh as AthenaFindManyOptions, di as AthenaFindManyResult, at as AthenaFromOptions, au as AthenaInsertDebugAst, av as AthenaOperationContext, dj as AthenaOrderBy, aw as AthenaQueryDebugAst, dk as AthenaQueryTraceCallsite, dl as AthenaQueryTraceEvent, dm as AthenaQueryTraceOptions, ax as AthenaRawQueryDebugAst, dn as AthenaRelationSelectNode, ay as AthenaRequestContext, az as AthenaRequestContextProvider, aA as AthenaRequestMethod, aB as AthenaRequestOptions, aC as AthenaRequestQueryValueMap, aD as AthenaRequestResponse, aE as AthenaRequestService, aF as AthenaResult, dp as AthenaResultError, aG as AthenaRpcBuilderStateAst, aH as AthenaRpcDebugAst, aI as AthenaSelectDebugAst, aJ as AthenaSelectDebugTransport, dq as AthenaSelectShape, aK as AthenaService, aL as AthenaStorageAuditNamespace, aM as AthenaStorageBackupNamespace, aN as AthenaStorageBaseModule, aO as AthenaStorageBinaryCallOptions, aP as AthenaStorageBucketCorsNamespace, aQ as AthenaStorageBucketNamespace, aR as AthenaStorageCallOptions, aS as AthenaStorageCatalogNamespace, aT as AthenaStorageClientConfig, aU as AthenaStorageConfig, aV as AthenaStorageCredentialsNamespace, aW as AthenaStorageDirectUploadConfig, aX as AthenaStorageEnv, aY as AthenaStorageError, aZ as AthenaStorageErrorCode, a_ as AthenaStorageErrorDetails, a$ as AthenaStorageErrorHandler, b0 as AthenaStorageErrorInput, b1 as AthenaStorageFileConfig, b2 as AthenaStorageFileDeleteInput, b3 as AthenaStorageFileDownloadInput, b4 as AthenaStorageFileListInput, b5 as AthenaStorageFileModule, b6 as AthenaStorageFileNamespace, b7 as AthenaStorageFileUploadInput, b8 as AthenaStorageFileUploadManyRequest, b9 as AthenaStorageFileUploadRequest, ba as AthenaStorageFileUploadResult, bb as AthenaStorageFolderNamespace, bc as AthenaStorageManagedUpload, bd as AthenaStorageModule, be as AthenaStorageMultipartNamespace, bf as AthenaStorageObjectFolderNamespace, bg as AthenaStorageObjectNamespace, bh as AthenaStoragePathContext, bi as AthenaStoragePermissionNamespace, bj as AthenaStoragePrefixPath, bk as AthenaStoragePutBody, bl as AthenaStoragePutOptions, bm as AthenaStorageTemplateValue, bn as AthenaStorageTemplateVars, bo as AthenaStorageUploadConstraints, bp as AthenaStorageUploadProgress, bq as AthenaStorageUploadProgressHandler, br as AthenaStorageUploadSource, bs as AthenaStorageUploadedFile, bt as AthenaTableBuilderStateAst, bu as AthenaUpdateDebugAst, bv as AthenaUpsertDebugAst, dr as AthenaWhere, ds as AthenaWhereBooleanOperand, dt as AthenaWhereOperatorInput, bw as BackupRecoveryStrategy, bx as ConfirmStorageUploadRequest, by as CopyStorageFileRequest, bz as CreateStorageCatalogRequest, bA as CreateStorageUploadUrlRequest, bB as CreateStorageUploadUrlsRequest, du as DEFAULT_MULTIPART_PART_SIZE_BYTES, dv as DEFAULT_MULTIPART_THRESHOLD_BYTES, bC as DeleteManyStorageFilesRequest, bD as DeleteStorageFolderRequest, bE as DeprecatedInlineStorageConnectionFields, bF as GetStorageFileUrlQuery, bG as IntCoercionOptions, bH as ListStorageFilesRequest, bI as ListStorageFoldersRequest, bJ as ManagedFileRecord, bK as MoveStorageFolderRequest, bL as NormalizedAthenaError, bM as PresignedFileUrlResponse, bN as RequireAffectedOptions, bO as RetryBackoffStrategy, bP as RetryConfig, bQ as RpcOrderOptions, bR as RpcQueryBuilder, bS as S3CatalogItem, bT as S3CredentialListItem, bU as SearchStorageFilesRequest, bV as SetManyStorageFileVisibilityRequest, bW as SetStorageFileVisibilityRequest, bX as StorageAuditEventRecord, bY as StorageAuditListResponse, bZ as StorageAuditQueryRequest, b_ as StorageBackupCreateRequest, b$ as StorageBackupJob, c0 as StorageBackupListPage, c1 as StorageBackupListQuery, c2 as StorageBackupQueuedJob, c3 as StorageBackupRecord, c4 as StorageBackupRestoreRequest, c5 as StorageBackupSchedule, c6 as StorageBackupScheduleCreateRequest, c7 as StorageBatchUploadUrlResponse, c8 as StorageBatchUploadUrlResponseWithPut, c9 as StorageBucketCorsRequest, ca as StorageBucketCorsRuleInput, cb as StorageBucketLifecycleRequest, cc as StorageBucketLifecycleRuleInput, cd as StorageBucketPolicyRequest, ce as StorageConnectionSelector, cf as StorageFileAccessPurpose, cg as StorageFileMutationManyResponse, ch as StorageFileMutationResponse, ci as StorageFilePermissionRecord, cj as StorageFileRetentionRequest, ck as StorageFileVersionPathRequest, cl as StorageFolderMutationResponse, cm as StorageListFilesResponse, cn as StorageListObjectsRequest, co as StorageMultipartAbortRequest, cp as StorageMultipartCompletePartInput, cq as StorageMultipartCompleteRequest, cr as StorageMultipartCreateRequest, cs as StorageMultipartListPartsRequest, ct as StorageMultipartSignPartRequest, cu as StorageObjectBaseRequest, cv as StorageObjectCopyRequest, cw as StorageObjectFolderCreateRequest, cx as StorageObjectFolderDeleteRequest, cy as StorageObjectFolderRenameRequest, cz as StorageObjectPublicUrlRequest, cA as StorageObjectRequest, cB as StorageObjectValidateRequest, cC as StorageObjectVersionListRequest, cD as StorageObjectVersionMutationRequest, cE as StoragePermissionCheckRequest, cF as StoragePermissionCheckResponse, cG as StoragePermissionGrantRequest, cH as StoragePermissionListRequest, cI as StoragePermissionListResponse, cJ as StoragePermissionRevokeRequest, cK as StoragePresignUploadRequest, cL as StoragePublicAccessBlockRequest, cM as StorageServerSideEncryptionOptions, cN as StorageSetBucketCorsRequest, cO as StorageSetBucketLifecycleRequest, cP as StorageSetBucketPolicyRequest, cQ as StorageSetPublicAccessBlockRequest, cR as StorageSignedPostPolicyRequest, cS as StorageUpdateObjectRequest, cT as StorageUploadUrlResponse, cU as StorageUploadUrlResponseWithPut, cV as TableQueryBuilder, cW as TreeStorageFoldersRequest, cX as UnwrapOneOptions, cY as UnwrapOptions, cZ as UpdateManyStorageFilesRequest, c_ as UpdateStorageCatalogRequest, c$ as UpdateStorageFileRequest, d0 as assertInt, d1 as coerceInt, d2 as createAthenaStorageError, d3 as createClient, dw as createStorageFileModule, d4 as createStorageModule, d5 as getAthenaDebugAst, d6 as isOk, d7 as normalizeAthenaError, d8 as parseBooleanFlag, d9 as requireAffected, da as requireSuccess, dx as resolveStoragePath, db as storageSdkManifest, dc as unwrap, dd as unwrapOne, de as unwrapRows, df as verifyAthenaGatewayUrl, dg as withRetry } from './v3-client-CuCNy-JJ.js';
2
+ export { A as AthenaConditionCastType, a as AthenaGatewayCallOptions, b as AthenaGatewayConnectionOptions, c as AthenaGatewayConnectionResult, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, f as AthenaJsonArray, g as AthenaJsonObject, h as AthenaJsonPrimitive, i as AthenaJsonValue, j as AthenaRpcCallOptions, k as AthenaRpcFilter, l as AthenaRpcFilterOperator, m as AthenaRpcOrder, n as AthenaRpcPayload, B as Backend, o as BackendConfig, p as BackendType } from './types-Bltx6iL6.js';
3
+ export { A as AthenaGatewayError, F as FormValuesOf, M as ModelFormAdapter, a as ModelFormDefaults, b as ModelFormNullishMode, c as ModelFormValues, T as ToModelFormDefaultsOptions, d as ToModelPayloadOptions, e as createModelFormAdapter, i as isAthenaGatewayError, t as toModelFormDefaults, f as toModelPayload } from './model-form-BKetpu6Q.js';
4
+ export { A as ATHENA_AUTH_ADMIN_LIMITS, a as ATHENA_AUTH_BASE_ERROR_CODES, b as ATHENA_AUTH_MAX_ADMIN_JSON_BYTES, c as ATHENA_AUTH_MAX_ADMIN_JSON_DEPTH, d as ATHENA_AUTH_MAX_TEMPLATE_VARIABLES, e as ATHENA_AUTH_MAX_TEMPLATE_VARIABLE_LENGTH, f as AnyColumnBuilder, g as AthenaAuthAdminLimits, S as AthenaAuthBaseURLConfig, T as AthenaAuthContext, V as AthenaAuthCookieRuntimeInput, W as AthenaAuthDatabaseFactory, X as AthenaAuthHandlerResult, Y as AthenaAuthPlugin, Z as AthenaAuthPluginContext, _ as AthenaAuthPluginHandlerContext, $ as AthenaAuthRequestContext, a0 as AthenaAuthServer, a1 as AthenaAuthServerApi, a2 as AthenaAuthServerConfig, a3 as AthenaAuthServerRuntimeOptions, a4 as AthenaAuthSocialProviderConfig, a5 as AthenaAuthTrustedOrigins, a6 as AthenaAuthTrustedProviders, h as AthenaChatError, i as AthenaColumnBuilder, j as AthenaTableDef, k as AthenaTableSchemaBundle, C as ColumnRuntimeConfig, D as DEFAULT_POSTGRES_SCHEMAS, F as FormValuesFromColumns, a7 as GeneratorEnvBooleanOptions, a8 as GeneratorEnvJsonOptions, a9 as GeneratorEnvListOptions, aa as GeneratorEnvOneOfOptions, ab as GeneratorEnvStringOptions, I as InsertFromColumns, P as PostgresIntrospectionProviderOptions, R as RowFromColumns, U as UpdateFromColumns, l as athenaAuth, m as boolean, n as chatSdkManifest, o as createAuthReactEmailInput, ac as createPostgresIntrospectionProvider, p as defineAthenaAuthConfig, q as defineAuthEmailTemplate, r as defineDatabase, s as defineModel, t as defineRegistry, u as defineSchema, v as enumeration, w as filterIntrospectionSnapshot, x as generatorEnv, y as identifier, z as json, B as normalizeAthenaGatewayBaseUrl, E as normalizeSchemaSelection, G as normalizeTableSelection, H as number, J as renderAthenaReactEmail, K as resolvePostgresColumnType, L as resolveProviderSchemas, M as string, N as table, O as unwrapChatMessage, Q as unwrapChatRoom } from './module-Bef_MAPO.js';
5
+ import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-jClgDy1J.js';
6
+ export { s as AthenaClientModelForTableName, t as AthenaClientModelsInput, u as AthenaClientTableName, A as AthenaModelTarget, D as DatabaseDef, a as InsertOf, b as IntrospectionColumn, c as IntrospectionInspectOptions, d as IntrospectionRelation, e as IntrospectionSchema, f as IntrospectionTable, g as IntrospectionTypeKind, M as ModelAt, h as ModelColumnKind, i as ModelColumnMetadata, j as ModelDef, k as ModelMetadata, l as ModelRelationKind, m as ModelRelationMetadata, R as RegistryDef, n as RowOf, o as SchemaDef, T as TenantContext, p as TenantContextValue, q as TenantKeyMap, U as UpdateOf } from './types-jClgDy1J.js';
7
+ import { A as AthenaGeneratorConfig, L as LoadGeneratorConfigOptions, a as LoadedGeneratorConfig, N as NormalizedAthenaGeneratorConfig, G as GeneratedArtifacts, b as GeneratorProviderConfig, c as GeneratorExperimentalFlags } from './types-CK7cBQbC.js';
8
+ export { e as GeneratedArtifact, f as GeneratorArtifactKind, g as GeneratorFeatureFlags, h as GeneratorFilterConfig, i as GeneratorInternalConfig, j as GeneratorNamingConfig, k as GeneratorOutputConfig, l as GeneratorOutputFormat, m as GeneratorOutputPreset, n as GeneratorOutputTargets, o as GeneratorSchemaSelection, p as GeneratorTableSelection, q as NamingStyle, r as NormalizedGeneratorFilterConfig, s as NormalizedGeneratorOutputConfig, R as RunGeneratorOptions, d as RunGeneratorResult, S as SkippedGeneratedArtifact, t as SkippedGeneratedArtifactReason } from './types-CK7cBQbC.js';
9
+ export { r as runSchemaGenerator } from './pipeline-BXFQbsUW.js';
10
+ export { A as AthenaAdminEmailCreateRequest, a as AthenaAdminEmailDeleteRequest, b as AthenaAdminEmailEventTypeListResponse, c as AthenaAdminEmailEventTypeRecord, d as AthenaAdminEmailFailureCreateRequest, e as AthenaAdminEmailFailureDeleteRequest, f as AthenaAdminEmailFailureGetQuery, g as AthenaAdminEmailFailureGetResponse, h as AthenaAdminEmailFailureListQuery, i as AthenaAdminEmailFailureListResponse, j as AthenaAdminEmailFailureUpdateRequest, k as AthenaAdminEmailFailureUpdateResponse, l as AthenaAdminEmailGetQuery, m as AthenaAdminEmailGetResponse, n as AthenaAdminEmailListQuery, o as AthenaAdminEmailListResponse, p as AthenaAdminEmailTemplateCreateRequest, q as AthenaAdminEmailTemplateDeleteRequest, r as AthenaAdminEmailTemplateGetQuery, s as AthenaAdminEmailTemplateGetResponse, t as AthenaAdminEmailTemplateListQuery, u as AthenaAdminEmailTemplateListResponse, v as AthenaAdminEmailTemplateRecord, w as AthenaAdminEmailTemplateSendRequest, x as AthenaAdminEmailTemplateSendResponse, y as AthenaAdminEmailTemplateUpdateRequest, z as AthenaAdminEmailUpdateRequest, B as AthenaAdminEmailUpdateResponse, aF as AthenaAdminListUsersFilterOperator, aG as AthenaAdminListUsersQuery, aH as AthenaAdminListUsersSearchOperator, C as AthenaAuthAdminUserSessionRevokeBinding, D as AthenaAuthBindings, E as AthenaAuthCallOptions, F as AthenaAuthClientConfig, G as AthenaAuthCredentials, H as AthenaAuthEmailChangeResponse, I as AthenaAuthEmailTemplateAttachment, J as AthenaAuthEmailTemplateBuilder, K as AthenaAuthEmailTemplateCreateFromDefinitionInput, L as AthenaAuthEmailTemplateDefinition, M as AthenaAuthEmailTemplateReactOverrides, N as AthenaAuthEmailTemplateUpdateFromDefinitionInput, O as AthenaAuthEmailTemplateVariableBinding, P as AthenaAuthEndpointPath, Q as AthenaAuthErrorCode, R as AthenaAuthErrorDetails, aI as AthenaAuthFilterOperator, S as AthenaAuthGenericInput, T as AthenaAuthGenericQueryInput, U as AthenaAuthGetUserResponse, aJ as AthenaAuthGuardFailure, aK as AthenaAuthGuardReason, aL as AthenaAuthGuardResult, aM as AthenaAuthGuardSuccess, V as AthenaAuthLinkedAccount, W as AthenaAuthMethod, X as AthenaAuthOrganization, Y as AthenaAuthOrganizationBindings, Z as AthenaAuthOrganizationInvitation, _ as AthenaAuthOrganizationMember, $ as AthenaAuthQueryPrimitive, a0 as AthenaAuthQueryValue, a1 as AthenaAuthReactEmailComponent, a2 as AthenaAuthReactEmailConfig, a3 as AthenaAuthReactEmailEventPhase, a4 as AthenaAuthReactEmailProps, a5 as AthenaAuthReactEmailRenderEvent, a6 as AthenaAuthReactEmailRenderInput, a7 as AthenaAuthReactEmailRenderOptions, a8 as AthenaAuthRequestInput, a9 as AthenaAuthResetPasswordBinding, aa as AthenaAuthResult, ab as AthenaAuthRevokeSessionRequest, aN as AthenaAuthSearchOperator, ac as AthenaAuthSession, ad as AthenaAuthSessionResponse, ae as AthenaAuthSessionRevokeBinding, af as AthenaAuthSignInResponse, ag as AthenaAuthSignOutResponse, aO as AthenaAuthSocialProviderExtensions, ah as AthenaAuthSocialRedirectResponse, ai as AthenaAuthStatusResponse, aj as AthenaAuthUser, ak as AthenaChangeEmailRequest, al as AthenaChangePasswordRequest, am as AthenaDeleteUserCallbackRequest, an as AthenaDeleteUserRequest, ao as AthenaDeleteUserResponse, ap as AthenaEmailSignInRequest, aq as AthenaEmailSignUpRequest, ar as AthenaForgetPasswordRequest, as as AthenaLinkSocialRequest, at as AthenaOAuthAccountTokenRequest, au as AthenaOAuthTokenBundle, av as AthenaResetPasswordRequest, aw as AthenaSendVerificationEmailRequest, ax as AthenaSocialSignInRequest, ay as AthenaUnlinkAccountRequest, az as AthenaUpdateUserRequest, aA as AthenaUsernameSignInRequest, aB as AthenaVerifyEmailRequest, aC as AuthBindings, aP as AuthOAuthProvider, aQ as AuthSocialProvider, aR as AuthSocialProviderBuiltin } from './types-AOY-GLu8.js';
11
11
  export { ActiveOrganizationSessionLike, EnsureActiveOrganizationOptions, EnsureActiveOrganizationResult, OrganizationLike, ensureActiveOrganization } from './organization.js';
12
+ export { A as AthenaBillingCallOptions, a as AthenaBillingClientConfig, f as AthenaBillingEnvelope, b as AthenaBillingError, g as AthenaBillingHttpMethod, h as AthenaBillingJson, c as AthenaBillingModule, B as BillingConnectionRefInput, i as BillingCreateConnectionInput, j as BillingEnsureCustomerInput, k as BillingListQuery, l as BillingProvisionSinksInput, m as BillingReconcileInput, n as BillingUpdateConnectionInput, o as BillingUpdateCustomerInput, d as billingSdkManifest, e as createBillingModule } from './module-8dSMcy0K.js';
12
13
  import 'zod';
13
14
  import './index-UKJpunc6.js';
14
15
  import './session-cookie-detection-BqOp9mO6.js';