@xylex-group/athena 2.0.0 → 2.1.2

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 (38) hide show
  1. package/README.md +47 -26
  2. package/dist/browser.cjs +3319 -0
  3. package/dist/browser.cjs.map +1 -0
  4. package/dist/browser.d.cts +25 -0
  5. package/dist/browser.d.ts +25 -0
  6. package/dist/browser.js +3276 -0
  7. package/dist/browser.js.map +1 -0
  8. package/dist/cli/index.cjs +599 -119
  9. package/dist/cli/index.cjs.map +1 -1
  10. package/dist/cli/index.d.cts +3 -2
  11. package/dist/cli/index.d.ts +3 -2
  12. package/dist/cli/index.js +600 -120
  13. package/dist/cli/index.js.map +1 -1
  14. package/dist/client-BX0NQqOn.d.ts +435 -0
  15. package/dist/client-dpAp-NZK.d.cts +435 -0
  16. package/dist/cookies.cjs +890 -0
  17. package/dist/cookies.cjs.map +1 -0
  18. package/dist/cookies.d.cts +174 -0
  19. package/dist/cookies.d.ts +174 -0
  20. package/dist/cookies.js +869 -0
  21. package/dist/cookies.js.map +1 -0
  22. package/dist/index.cjs +1378 -1023
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.d.cts +8 -408
  25. package/dist/index.d.ts +8 -408
  26. package/dist/index.js +1379 -1024
  27. package/dist/index.js.map +1 -1
  28. package/dist/{model-form-CVOtC8jq.d.ts → model-form-2hqmoOUX.d.ts} +2 -2
  29. package/dist/{model-form-hXkvHS_3.d.cts → model-form-Cy-zaO0u.d.cts} +2 -2
  30. package/dist/pipeline-BOPszLsL.d.ts +8 -0
  31. package/dist/pipeline-E3FDbs4W.d.cts +8 -0
  32. package/dist/react.d.cts +4 -4
  33. package/dist/react.d.ts +4 -4
  34. package/dist/{types-BnzoaNRC.d.cts → types-BaBzjwXr.d.cts} +1 -1
  35. package/dist/{types-BnzoaNRC.d.ts → types-BaBzjwXr.d.ts} +1 -1
  36. package/dist/{pipeline-CQgV-Yfo.d.ts → types-CeBPrnGj.d.ts} +2 -7
  37. package/dist/{pipeline-C-cN0ACi.d.cts → types-CpqL-pZx.d.cts} +2 -7
  38. package/package.json +21 -1
@@ -1,4 +1,4 @@
1
- import { r as AthenaGatewayErrorCode, X as AthenaGatewayEndpointPath, Y as AthenaGatewayMethod, g as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, j as AnyModelDef, m as RowOf, I as InsertOf, U as UpdateOf } from './types-BnzoaNRC.js';
1
+ import { b as AthenaGatewayErrorCode, X as AthenaGatewayEndpointPath, Y as AthenaGatewayMethod, c as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, K as AnyModelDef, z as RowOf, o as InsertOf, U as UpdateOf } from './types-BaBzjwXr.js';
2
2
 
3
3
  type AthenaAuthMethod = 'GET' | 'POST';
4
4
  type AthenaAuthCredentials = 'omit' | 'same-origin' | 'include';
@@ -1281,4 +1281,4 @@ interface ModelFormAdapter<TModel extends AnyModelDef> {
1281
1281
  */
1282
1282
  declare function createModelFormAdapter<TModel extends AnyModelDef>(model: TModel): ModelFormAdapter<TModel>;
1283
1283
 
1284
- export { type ModelFormNullishMode as $, type AthenaAuthBindings as A, type AthenaAuthSignInResponse as B, type AthenaAuthSignOutResponse as C, type AthenaAuthSocialRedirectResponse as D, type AthenaAuthStatusResponse as E, type AthenaAuthUser as F, type AthenaChangeEmailRequest as G, type AthenaChangePasswordRequest as H, type AthenaDeleteUserCallbackRequest as I, type AthenaDeleteUserRequest as J, type AthenaDeleteUserResponse as K, type AthenaEmailSignInRequest as L, type AthenaEmailSignUpRequest as M, type AthenaForgetPasswordRequest as N, AthenaGatewayError as O, type AthenaLinkSocialRequest as P, type AthenaOAuthAccountTokenRequest as Q, type AthenaOAuthTokenBundle as R, type AthenaResetPasswordRequest as S, type AthenaSendVerificationEmailRequest as T, type AthenaSocialSignInRequest as U, type AthenaUnlinkAccountRequest as V, type AthenaUpdateUserRequest as W, type AthenaUsernameSignInRequest as X, type AthenaVerifyEmailRequest as Y, type ModelFormAdapter as Z, type ModelFormDefaults as _, type AthenaAuthClientConfig as a, type ModelFormValues as a0, type ToModelFormDefaultsOptions as a1, type ToModelPayloadOptions as a2, createModelFormAdapter as a3, isAthenaGatewayError as a4, toModelFormDefaults as a5, toModelPayload as a6, type AthenaAuthFetchCompatibleInput as a7, type AthenaAuthSdkClient as b, type AthenaAuthAdminUserSessionRevokeBinding as c, type AthenaAuthCallOptions as d, type AthenaAuthCredentials as e, type AthenaAuthEmailChangeResponse as f, type AthenaAuthEndpointPath as g, type AthenaAuthErrorCode as h, type AthenaAuthErrorDetails as i, type AthenaAuthGenericInput as j, type AthenaAuthGenericQueryInput as k, type AthenaAuthLinkedAccount as l, type AthenaAuthMethod as m, type AthenaAuthOrganization as n, type AthenaAuthOrganizationBindings as o, type AthenaAuthOrganizationInvitation as p, type AthenaAuthOrganizationMember as q, type AthenaAuthQueryPrimitive as r, type AthenaAuthQueryValue as s, type AthenaAuthRequestInput as t, type AthenaAuthResetPasswordBinding as u, type AthenaAuthResult as v, type AthenaAuthRevokeSessionRequest as w, type AthenaAuthSession as x, type AthenaAuthSessionResponse as y, type AthenaAuthSessionRevokeBinding as z };
1284
+ export { type ModelFormNullishMode as $, type AthenaAuthAdminUserSessionRevokeBinding as A, type AthenaAuthSignInResponse as B, type AthenaAuthSignOutResponse as C, type AthenaAuthSocialRedirectResponse as D, type AthenaAuthStatusResponse as E, type AthenaAuthUser as F, type AthenaChangeEmailRequest as G, type AthenaChangePasswordRequest as H, type AthenaDeleteUserCallbackRequest as I, type AthenaDeleteUserRequest as J, type AthenaDeleteUserResponse as K, type AthenaEmailSignInRequest as L, type AthenaEmailSignUpRequest as M, type AthenaForgetPasswordRequest as N, AthenaGatewayError as O, type AthenaLinkSocialRequest as P, type AthenaOAuthAccountTokenRequest as Q, type AthenaOAuthTokenBundle as R, type AthenaResetPasswordRequest as S, type AthenaSendVerificationEmailRequest as T, type AthenaSocialSignInRequest as U, type AthenaUnlinkAccountRequest as V, type AthenaUpdateUserRequest as W, type AthenaUsernameSignInRequest as X, type AthenaVerifyEmailRequest as Y, type ModelFormAdapter as Z, type ModelFormDefaults as _, type AthenaAuthBindings as a, type ModelFormValues as a0, type ToModelFormDefaultsOptions as a1, type ToModelPayloadOptions as a2, createModelFormAdapter as a3, isAthenaGatewayError as a4, toModelFormDefaults as a5, toModelPayload as a6, type AthenaAuthFetchCompatibleInput as a7, type AthenaAuthCallOptions as b, type AthenaAuthClientConfig as c, type AthenaAuthCredentials as d, type AthenaAuthEmailChangeResponse as e, type AthenaAuthEndpointPath as f, type AthenaAuthErrorCode as g, type AthenaAuthErrorDetails as h, type AthenaAuthGenericInput as i, type AthenaAuthGenericQueryInput as j, type AthenaAuthLinkedAccount as k, type AthenaAuthMethod as l, type AthenaAuthOrganization as m, type AthenaAuthOrganizationBindings as n, type AthenaAuthOrganizationInvitation as o, type AthenaAuthOrganizationMember as p, type AthenaAuthQueryPrimitive as q, type AthenaAuthQueryValue as r, type AthenaAuthRequestInput as s, type AthenaAuthResetPasswordBinding as t, type AthenaAuthResult as u, type AthenaAuthRevokeSessionRequest as v, type AthenaAuthSdkClient as w, type AthenaAuthSession as x, type AthenaAuthSessionResponse as y, type AthenaAuthSessionRevokeBinding as z };
@@ -1,4 +1,4 @@
1
- import { r as AthenaGatewayErrorCode, X as AthenaGatewayEndpointPath, Y as AthenaGatewayMethod, g as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, j as AnyModelDef, m as RowOf, I as InsertOf, U as UpdateOf } from './types-BnzoaNRC.cjs';
1
+ import { b as AthenaGatewayErrorCode, X as AthenaGatewayEndpointPath, Y as AthenaGatewayMethod, c as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, K as AnyModelDef, z as RowOf, o as InsertOf, U as UpdateOf } from './types-BaBzjwXr.cjs';
2
2
 
3
3
  type AthenaAuthMethod = 'GET' | 'POST';
4
4
  type AthenaAuthCredentials = 'omit' | 'same-origin' | 'include';
@@ -1281,4 +1281,4 @@ interface ModelFormAdapter<TModel extends AnyModelDef> {
1281
1281
  */
1282
1282
  declare function createModelFormAdapter<TModel extends AnyModelDef>(model: TModel): ModelFormAdapter<TModel>;
1283
1283
 
1284
- export { type ModelFormNullishMode as $, type AthenaAuthBindings as A, type AthenaAuthSignInResponse as B, type AthenaAuthSignOutResponse as C, type AthenaAuthSocialRedirectResponse as D, type AthenaAuthStatusResponse as E, type AthenaAuthUser as F, type AthenaChangeEmailRequest as G, type AthenaChangePasswordRequest as H, type AthenaDeleteUserCallbackRequest as I, type AthenaDeleteUserRequest as J, type AthenaDeleteUserResponse as K, type AthenaEmailSignInRequest as L, type AthenaEmailSignUpRequest as M, type AthenaForgetPasswordRequest as N, AthenaGatewayError as O, type AthenaLinkSocialRequest as P, type AthenaOAuthAccountTokenRequest as Q, type AthenaOAuthTokenBundle as R, type AthenaResetPasswordRequest as S, type AthenaSendVerificationEmailRequest as T, type AthenaSocialSignInRequest as U, type AthenaUnlinkAccountRequest as V, type AthenaUpdateUserRequest as W, type AthenaUsernameSignInRequest as X, type AthenaVerifyEmailRequest as Y, type ModelFormAdapter as Z, type ModelFormDefaults as _, type AthenaAuthClientConfig as a, type ModelFormValues as a0, type ToModelFormDefaultsOptions as a1, type ToModelPayloadOptions as a2, createModelFormAdapter as a3, isAthenaGatewayError as a4, toModelFormDefaults as a5, toModelPayload as a6, type AthenaAuthFetchCompatibleInput as a7, type AthenaAuthSdkClient as b, type AthenaAuthAdminUserSessionRevokeBinding as c, type AthenaAuthCallOptions as d, type AthenaAuthCredentials as e, type AthenaAuthEmailChangeResponse as f, type AthenaAuthEndpointPath as g, type AthenaAuthErrorCode as h, type AthenaAuthErrorDetails as i, type AthenaAuthGenericInput as j, type AthenaAuthGenericQueryInput as k, type AthenaAuthLinkedAccount as l, type AthenaAuthMethod as m, type AthenaAuthOrganization as n, type AthenaAuthOrganizationBindings as o, type AthenaAuthOrganizationInvitation as p, type AthenaAuthOrganizationMember as q, type AthenaAuthQueryPrimitive as r, type AthenaAuthQueryValue as s, type AthenaAuthRequestInput as t, type AthenaAuthResetPasswordBinding as u, type AthenaAuthResult as v, type AthenaAuthRevokeSessionRequest as w, type AthenaAuthSession as x, type AthenaAuthSessionResponse as y, type AthenaAuthSessionRevokeBinding as z };
1284
+ export { type ModelFormNullishMode as $, type AthenaAuthAdminUserSessionRevokeBinding as A, type AthenaAuthSignInResponse as B, type AthenaAuthSignOutResponse as C, type AthenaAuthSocialRedirectResponse as D, type AthenaAuthStatusResponse as E, type AthenaAuthUser as F, type AthenaChangeEmailRequest as G, type AthenaChangePasswordRequest as H, type AthenaDeleteUserCallbackRequest as I, type AthenaDeleteUserRequest as J, type AthenaDeleteUserResponse as K, type AthenaEmailSignInRequest as L, type AthenaEmailSignUpRequest as M, type AthenaForgetPasswordRequest as N, AthenaGatewayError as O, type AthenaLinkSocialRequest as P, type AthenaOAuthAccountTokenRequest as Q, type AthenaOAuthTokenBundle as R, type AthenaResetPasswordRequest as S, type AthenaSendVerificationEmailRequest as T, type AthenaSocialSignInRequest as U, type AthenaUnlinkAccountRequest as V, type AthenaUpdateUserRequest as W, type AthenaUsernameSignInRequest as X, type AthenaVerifyEmailRequest as Y, type ModelFormAdapter as Z, type ModelFormDefaults as _, type AthenaAuthBindings as a, type ModelFormValues as a0, type ToModelFormDefaultsOptions as a1, type ToModelPayloadOptions as a2, createModelFormAdapter as a3, isAthenaGatewayError as a4, toModelFormDefaults as a5, toModelPayload as a6, type AthenaAuthFetchCompatibleInput as a7, type AthenaAuthCallOptions as b, type AthenaAuthClientConfig as c, type AthenaAuthCredentials as d, type AthenaAuthEmailChangeResponse as e, type AthenaAuthEndpointPath as f, type AthenaAuthErrorCode as g, type AthenaAuthErrorDetails as h, type AthenaAuthGenericInput as i, type AthenaAuthGenericQueryInput as j, type AthenaAuthLinkedAccount as k, type AthenaAuthMethod as l, type AthenaAuthOrganization as m, type AthenaAuthOrganizationBindings as n, type AthenaAuthOrganizationInvitation as o, type AthenaAuthOrganizationMember as p, type AthenaAuthQueryPrimitive as q, type AthenaAuthQueryValue as r, type AthenaAuthRequestInput as s, type AthenaAuthResetPasswordBinding as t, type AthenaAuthResult as u, type AthenaAuthRevokeSessionRequest as v, type AthenaAuthSdkClient as w, type AthenaAuthSession as x, type AthenaAuthSessionResponse as y, type AthenaAuthSessionRevokeBinding as z };
@@ -0,0 +1,8 @@
1
+ import { R as RunGeneratorOptions, l as RunGeneratorResult } from './types-CeBPrnGj.js';
2
+
3
+ /**
4
+ * End-to-end generator execution: load config, introspect, render, and optionally write files.
5
+ */
6
+ declare function runSchemaGenerator(options?: RunGeneratorOptions): Promise<RunGeneratorResult>;
7
+
8
+ export { runSchemaGenerator as r };
@@ -0,0 +1,8 @@
1
+ import { R as RunGeneratorOptions, l as RunGeneratorResult } from './types-CpqL-pZx.cjs';
2
+
3
+ /**
4
+ * End-to-end generator execution: load config, introspect, render, and optionally write files.
5
+ */
6
+ declare function runSchemaGenerator(options?: RunGeneratorOptions): Promise<RunGeneratorResult>;
7
+
8
+ export { runSchemaGenerator as r };
package/dist/react.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- import { L as AthenaGatewayHookConfig, N as AthenaGatewayHookResult } from './types-BnzoaNRC.cjs';
2
- export { O as AthenaDeletePayload, P as AthenaFetchPayload, f as AthenaGatewayCallOptions, r as AthenaGatewayErrorCode, g as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, V as AthenaInsertPayload, s as AthenaJsonArray, h as AthenaJsonObject, t as AthenaJsonPrimitive, A as AthenaJsonValue, i as AthenaRpcCallOptions, u as AthenaRpcFilter, v as AthenaRpcFilterOperator, w as AthenaRpcOrder, x as AthenaRpcPayload, W as AthenaUpdatePayload } from './types-BnzoaNRC.cjs';
3
- import { a7 as AthenaAuthFetchCompatibleInput, d as AthenaAuthCallOptions, y as AthenaAuthSessionResponse, i as AthenaAuthErrorDetails, v as AthenaAuthResult } from './model-form-hXkvHS_3.cjs';
4
- export { O as AthenaGatewayError, Z as ModelFormAdapter, _ as ModelFormDefaults, $ as ModelFormNullishMode, a0 as ModelFormValues, a1 as ToModelFormDefaultsOptions, a2 as ToModelPayloadOptions, a3 as createModelFormAdapter, a4 as isAthenaGatewayError, a5 as toModelFormDefaults, a6 as toModelPayload } from './model-form-hXkvHS_3.cjs';
1
+ import { L as AthenaGatewayHookConfig, N as AthenaGatewayHookResult } from './types-BaBzjwXr.cjs';
2
+ export { O as AthenaDeletePayload, P as AthenaFetchPayload, a as AthenaGatewayCallOptions, b as AthenaGatewayErrorCode, c as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, V as AthenaInsertPayload, d as AthenaJsonArray, e as AthenaJsonObject, f as AthenaJsonPrimitive, g as AthenaJsonValue, h as AthenaRpcCallOptions, i as AthenaRpcFilter, j as AthenaRpcFilterOperator, k as AthenaRpcOrder, l as AthenaRpcPayload, W as AthenaUpdatePayload } from './types-BaBzjwXr.cjs';
3
+ import { a7 as AthenaAuthFetchCompatibleInput, b as AthenaAuthCallOptions, y as AthenaAuthSessionResponse, h as AthenaAuthErrorDetails, u as AthenaAuthResult } from './model-form-Cy-zaO0u.cjs';
4
+ export { O as AthenaGatewayError, Z as ModelFormAdapter, _ as ModelFormDefaults, $ as ModelFormNullishMode, a0 as ModelFormValues, a1 as ToModelFormDefaultsOptions, a2 as ToModelPayloadOptions, a3 as createModelFormAdapter, a4 as isAthenaGatewayError, a5 as toModelFormDefaults, a6 as toModelPayload } from './model-form-Cy-zaO0u.cjs';
5
5
  import * as react from 'react';
6
6
  import { ReactNode } from 'react';
7
7
 
package/dist/react.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { L as AthenaGatewayHookConfig, N as AthenaGatewayHookResult } from './types-BnzoaNRC.js';
2
- export { O as AthenaDeletePayload, P as AthenaFetchPayload, f as AthenaGatewayCallOptions, r as AthenaGatewayErrorCode, g as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, V as AthenaInsertPayload, s as AthenaJsonArray, h as AthenaJsonObject, t as AthenaJsonPrimitive, A as AthenaJsonValue, i as AthenaRpcCallOptions, u as AthenaRpcFilter, v as AthenaRpcFilterOperator, w as AthenaRpcOrder, x as AthenaRpcPayload, W as AthenaUpdatePayload } from './types-BnzoaNRC.js';
3
- import { a7 as AthenaAuthFetchCompatibleInput, d as AthenaAuthCallOptions, y as AthenaAuthSessionResponse, i as AthenaAuthErrorDetails, v as AthenaAuthResult } from './model-form-CVOtC8jq.js';
4
- export { O as AthenaGatewayError, Z as ModelFormAdapter, _ as ModelFormDefaults, $ as ModelFormNullishMode, a0 as ModelFormValues, a1 as ToModelFormDefaultsOptions, a2 as ToModelPayloadOptions, a3 as createModelFormAdapter, a4 as isAthenaGatewayError, a5 as toModelFormDefaults, a6 as toModelPayload } from './model-form-CVOtC8jq.js';
1
+ import { L as AthenaGatewayHookConfig, N as AthenaGatewayHookResult } from './types-BaBzjwXr.js';
2
+ export { O as AthenaDeletePayload, P as AthenaFetchPayload, a as AthenaGatewayCallOptions, b as AthenaGatewayErrorCode, c as AthenaGatewayErrorDetails, Q as AthenaGatewayResponse, V as AthenaInsertPayload, d as AthenaJsonArray, e as AthenaJsonObject, f as AthenaJsonPrimitive, g as AthenaJsonValue, h as AthenaRpcCallOptions, i as AthenaRpcFilter, j as AthenaRpcFilterOperator, k as AthenaRpcOrder, l as AthenaRpcPayload, W as AthenaUpdatePayload } from './types-BaBzjwXr.js';
3
+ import { a7 as AthenaAuthFetchCompatibleInput, b as AthenaAuthCallOptions, y as AthenaAuthSessionResponse, h as AthenaAuthErrorDetails, u as AthenaAuthResult } from './model-form-2hqmoOUX.js';
4
+ export { O as AthenaGatewayError, Z as ModelFormAdapter, _ as ModelFormDefaults, $ as ModelFormNullishMode, a0 as ModelFormValues, a1 as ToModelFormDefaultsOptions, a2 as ToModelPayloadOptions, a3 as createModelFormAdapter, a4 as isAthenaGatewayError, a5 as toModelFormDefaults, a6 as toModelPayload } from './model-form-2hqmoOUX.js';
5
5
  import * as react from 'react';
6
6
  import { ReactNode } from 'react';
7
7
 
@@ -377,4 +377,4 @@ interface SchemaIntrospectionProvider {
377
377
  inspect(options?: IntrospectionInspectOptions): Promise<IntrospectionSnapshot>;
378
378
  }
379
379
 
380
- export { type AthenaJsonValue as A, type BackendConfig as B, type IntrospectionRelation as C, type DatabaseDef as D, type IntrospectionSchema as E, type IntrospectionTable as F, type IntrospectionTypeKind as G, type ModelRelationKind as H, type InsertOf as I, type ModelRelationMetadata as J, type TenantContextValue as K, type AthenaGatewayHookConfig as L, type ModelMetadata as M, type AthenaGatewayHookResult as N, type AthenaDeletePayload as O, type AthenaFetchPayload as P, type AthenaGatewayResponse as Q, type RegistryDef as R, type SchemaDef as S, type TenantKeyMap as T, type UpdateOf as U, type AthenaInsertPayload as V, type AthenaUpdatePayload as W, type AthenaGatewayEndpointPath as X, type AthenaGatewayMethod as Y, type BackendType as a, type AthenaConditionValue as b, type AthenaConditionCastType as c, type AthenaConditionArrayValue as d, type AthenaConditionOperator as e, type AthenaGatewayCallOptions as f, type AthenaGatewayErrorDetails as g, type AthenaJsonObject as h, type AthenaRpcCallOptions as i, type AnyModelDef as j, type ModelDef as k, type TenantContext as l, type RowOf as m, type ModelAt as n, type SchemaIntrospectionProvider as o, type IntrospectionSnapshot as p, type IntrospectionColumn as q, type AthenaGatewayErrorCode as r, type AthenaJsonArray as s, type AthenaJsonPrimitive as t, type AthenaRpcFilter as u, type AthenaRpcFilterOperator as v, type AthenaRpcOrder as w, type AthenaRpcPayload as x, Backend as y, type IntrospectionInspectOptions as z };
380
+ export { type AthenaConditionCastType as A, Backend as B, type SchemaDef as C, type DatabaseDef as D, type TenantContextValue as E, type TenantKeyMap as F, type AthenaConditionValue as G, type AthenaConditionArrayValue as H, type IntrospectionSnapshot as I, type AthenaConditionOperator as J, type AnyModelDef as K, type AthenaGatewayHookConfig as L, type ModelAt as M, type AthenaGatewayHookResult as N, type AthenaDeletePayload as O, type AthenaFetchPayload as P, type AthenaGatewayResponse as Q, type RegistryDef as R, type SchemaIntrospectionProvider as S, type TenantContext as T, type UpdateOf as U, type AthenaInsertPayload as V, type AthenaUpdatePayload as W, type AthenaGatewayEndpointPath as X, type AthenaGatewayMethod as Y, type AthenaGatewayCallOptions as a, type AthenaGatewayErrorCode as b, type AthenaGatewayErrorDetails as c, type AthenaJsonArray as d, type AthenaJsonObject as e, type AthenaJsonPrimitive as f, type AthenaJsonValue as g, type AthenaRpcCallOptions as h, type AthenaRpcFilter as i, type AthenaRpcFilterOperator as j, type AthenaRpcOrder as k, type AthenaRpcPayload as l, type BackendConfig as m, type BackendType as n, type InsertOf as o, type IntrospectionColumn as p, type IntrospectionInspectOptions as q, type IntrospectionRelation as r, type IntrospectionSchema as s, type IntrospectionTable as t, type IntrospectionTypeKind as u, type ModelDef as v, type ModelMetadata as w, type ModelRelationKind as x, type ModelRelationMetadata as y, type RowOf as z };
@@ -377,4 +377,4 @@ interface SchemaIntrospectionProvider {
377
377
  inspect(options?: IntrospectionInspectOptions): Promise<IntrospectionSnapshot>;
378
378
  }
379
379
 
380
- export { type AthenaJsonValue as A, type BackendConfig as B, type IntrospectionRelation as C, type DatabaseDef as D, type IntrospectionSchema as E, type IntrospectionTable as F, type IntrospectionTypeKind as G, type ModelRelationKind as H, type InsertOf as I, type ModelRelationMetadata as J, type TenantContextValue as K, type AthenaGatewayHookConfig as L, type ModelMetadata as M, type AthenaGatewayHookResult as N, type AthenaDeletePayload as O, type AthenaFetchPayload as P, type AthenaGatewayResponse as Q, type RegistryDef as R, type SchemaDef as S, type TenantKeyMap as T, type UpdateOf as U, type AthenaInsertPayload as V, type AthenaUpdatePayload as W, type AthenaGatewayEndpointPath as X, type AthenaGatewayMethod as Y, type BackendType as a, type AthenaConditionValue as b, type AthenaConditionCastType as c, type AthenaConditionArrayValue as d, type AthenaConditionOperator as e, type AthenaGatewayCallOptions as f, type AthenaGatewayErrorDetails as g, type AthenaJsonObject as h, type AthenaRpcCallOptions as i, type AnyModelDef as j, type ModelDef as k, type TenantContext as l, type RowOf as m, type ModelAt as n, type SchemaIntrospectionProvider as o, type IntrospectionSnapshot as p, type IntrospectionColumn as q, type AthenaGatewayErrorCode as r, type AthenaJsonArray as s, type AthenaJsonPrimitive as t, type AthenaRpcFilter as u, type AthenaRpcFilterOperator as v, type AthenaRpcOrder as w, type AthenaRpcPayload as x, Backend as y, type IntrospectionInspectOptions as z };
380
+ export { type AthenaConditionCastType as A, Backend as B, type SchemaDef as C, type DatabaseDef as D, type TenantContextValue as E, type TenantKeyMap as F, type AthenaConditionValue as G, type AthenaConditionArrayValue as H, type IntrospectionSnapshot as I, type AthenaConditionOperator as J, type AnyModelDef as K, type AthenaGatewayHookConfig as L, type ModelAt as M, type AthenaGatewayHookResult as N, type AthenaDeletePayload as O, type AthenaFetchPayload as P, type AthenaGatewayResponse as Q, type RegistryDef as R, type SchemaIntrospectionProvider as S, type TenantContext as T, type UpdateOf as U, type AthenaInsertPayload as V, type AthenaUpdatePayload as W, type AthenaGatewayEndpointPath as X, type AthenaGatewayMethod as Y, type AthenaGatewayCallOptions as a, type AthenaGatewayErrorCode as b, type AthenaGatewayErrorDetails as c, type AthenaJsonArray as d, type AthenaJsonObject as e, type AthenaJsonPrimitive as f, type AthenaJsonValue as g, type AthenaRpcCallOptions as h, type AthenaRpcFilter as i, type AthenaRpcFilterOperator as j, type AthenaRpcOrder as k, type AthenaRpcPayload as l, type BackendConfig as m, type BackendType as n, type InsertOf as o, type IntrospectionColumn as p, type IntrospectionInspectOptions as q, type IntrospectionRelation as r, type IntrospectionSchema as s, type IntrospectionTable as t, type IntrospectionTypeKind as u, type ModelDef as v, type ModelMetadata as w, type ModelRelationKind as x, type ModelRelationMetadata as y, type RowOf as z };
@@ -1,4 +1,4 @@
1
- import { a as BackendType, p as IntrospectionSnapshot, o as SchemaIntrospectionProvider } from './types-BnzoaNRC.js';
1
+ import { n as BackendType, I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BaBzjwXr.js';
2
2
 
3
3
  /**
4
4
  * Supported case transformations for generated symbols and path token variants.
@@ -156,9 +156,4 @@ interface RunGeneratorResult extends GeneratedArtifacts {
156
156
  writtenFiles: string[];
157
157
  }
158
158
 
159
- /**
160
- * End-to-end generator execution: load config, introspect, render, and optionally write files.
161
- */
162
- declare function runSchemaGenerator(options?: RunGeneratorOptions): Promise<RunGeneratorResult>;
163
-
164
- export { type AthenaGeneratorConfig as A, type GeneratedArtifacts as G, type LoadGeneratorConfigOptions as L, type NormalizedAthenaGeneratorConfig as N, type RunGeneratorOptions as R, type LoadedGeneratorConfig as a, type GeneratorProviderConfig as b, type GeneratorExperimentalFlags as c, type GeneratorSchemaSelection as d, type GeneratedArtifact as e, type GeneratorArtifactKind as f, type GeneratorFeatureFlags as g, type GeneratorNamingConfig as h, type GeneratorOutputConfig as i, type GeneratorOutputTargets as j, type NamingStyle as k, type RunGeneratorResult as l, runSchemaGenerator as r };
159
+ export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c, GeneratedArtifact as d, GeneratorArtifactKind as e, GeneratorFeatureFlags as f, GeneratorNamingConfig as g, GeneratorOutputConfig as h, GeneratorOutputTargets as i, GeneratorSchemaSelection as j, NamingStyle as k, RunGeneratorResult as l };
@@ -1,4 +1,4 @@
1
- import { a as BackendType, p as IntrospectionSnapshot, o as SchemaIntrospectionProvider } from './types-BnzoaNRC.cjs';
1
+ import { n as BackendType, I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BaBzjwXr.cjs';
2
2
 
3
3
  /**
4
4
  * Supported case transformations for generated symbols and path token variants.
@@ -156,9 +156,4 @@ interface RunGeneratorResult extends GeneratedArtifacts {
156
156
  writtenFiles: string[];
157
157
  }
158
158
 
159
- /**
160
- * End-to-end generator execution: load config, introspect, render, and optionally write files.
161
- */
162
- declare function runSchemaGenerator(options?: RunGeneratorOptions): Promise<RunGeneratorResult>;
163
-
164
- export { type AthenaGeneratorConfig as A, type GeneratedArtifacts as G, type LoadGeneratorConfigOptions as L, type NormalizedAthenaGeneratorConfig as N, type RunGeneratorOptions as R, type LoadedGeneratorConfig as a, type GeneratorProviderConfig as b, type GeneratorExperimentalFlags as c, type GeneratorSchemaSelection as d, type GeneratedArtifact as e, type GeneratorArtifactKind as f, type GeneratorFeatureFlags as g, type GeneratorNamingConfig as h, type GeneratorOutputConfig as i, type GeneratorOutputTargets as j, type NamingStyle as k, type RunGeneratorResult as l, runSchemaGenerator as r };
159
+ export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c, GeneratedArtifact as d, GeneratorArtifactKind as e, GeneratorFeatureFlags as f, GeneratorNamingConfig as g, GeneratorOutputConfig as h, GeneratorOutputTargets as i, GeneratorSchemaSelection as j, NamingStyle as k, RunGeneratorResult as l };
package/package.json CHANGED
@@ -35,10 +35,24 @@
35
35
  },
36
36
  "exports": {
37
37
  ".": {
38
+ "browser": {
39
+ "import": "./dist/browser.js",
40
+ "require": "./dist/browser.cjs"
41
+ },
38
42
  "import": "./dist/index.js",
39
43
  "require": "./dist/index.cjs",
40
44
  "types": "./dist/index.d.ts"
41
45
  },
46
+ "./browser": {
47
+ "import": "./dist/browser.js",
48
+ "require": "./dist/browser.cjs",
49
+ "types": "./dist/browser.d.ts"
50
+ },
51
+ "./cookies": {
52
+ "import": "./dist/cookies.js",
53
+ "require": "./dist/cookies.cjs",
54
+ "types": "./dist/cookies.d.ts"
55
+ },
42
56
  "./react": {
43
57
  "import": "./dist/react.js",
44
58
  "require": "./dist/react.cjs",
@@ -86,12 +100,18 @@
86
100
  "*": [
87
101
  "dist/index.d.ts"
88
102
  ],
103
+ "browser": [
104
+ "dist/browser.d.ts"
105
+ ],
106
+ "cookies": [
107
+ "dist/cookies.d.ts"
108
+ ],
89
109
  "react": [
90
110
  "dist/react.d.ts"
91
111
  ]
92
112
  }
93
113
  },
94
- "version": "2.0.0",
114
+ "version": "2.1.2",
95
115
  "scripts": {
96
116
  "build": "tsup",
97
117
  "check:all": "pnpm lint && pnpm typecheck && pnpm test && pnpm build",