@xylex-group/athena 2.12.1 → 2.13.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.
- package/LICENSE +21 -21
- package/README.md +1190 -1184
- package/bin/athena-js.js +104 -76
- package/dist/admin.cjs +45 -0
- package/dist/admin.cjs.map +1 -0
- package/dist/admin.d.cts +64 -0
- package/dist/admin.d.ts +64 -0
- package/dist/admin.js +41 -0
- package/dist/admin.js.map +1 -0
- package/dist/athena-auth-url-oLux_57a.d.cts +377 -0
- package/dist/athena-auth-url-oLux_57a.d.ts +377 -0
- package/dist/browser.cjs +33 -49
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +12 -10
- package/dist/browser.d.ts +12 -10
- package/dist/browser.js +33 -49
- package/dist/browser.js.map +1 -1
- package/dist/cli/index.cjs +150 -51
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.d.cts +14 -5
- package/dist/cli/index.d.ts +14 -5
- package/dist/cli/index.js +150 -52
- package/dist/cli/index.js.map +1 -1
- package/dist/{client-CMtx5P4D.d.cts → client-BJjUwDSg.d.cts} +109 -1448
- package/dist/{client-Dre8H24u.d.ts → client-DVOKSYDI.d.ts} +109 -1448
- package/dist/cookies.cjs +18 -0
- package/dist/cookies.cjs.map +1 -1
- package/dist/cookies.d.cts +2 -1
- package/dist/cookies.d.ts +2 -1
- package/dist/cookies.js +17 -1
- package/dist/cookies.js.map +1 -1
- package/dist/{index-CVcQCGyG.d.ts → index-CFL9xbFR.d.cts} +2 -0
- package/dist/{index-CVcQCGyG.d.cts → index-UKJpunc6.d.ts} +2 -0
- package/dist/index.cjs +101 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -10
- package/dist/index.d.ts +13 -10
- package/dist/index.js +101 -50
- package/dist/index.js.map +1 -1
- package/dist/{model-form-DfTi8-D1.d.cts → model-form-Dw4zEL5a.d.cts} +2 -2
- package/dist/{model-form-CU0mWrF9.d.ts → model-form-yRg71q3H.d.ts} +2 -2
- package/dist/{module-DBGmbIuh.d.ts → module-DBteUIob.d.ts} +12 -9
- package/dist/{module-GoijrBXV.d.cts → module-yoX49uQC.d.cts} +12 -9
- package/dist/next/client.cjs +452 -49
- package/dist/next/client.cjs.map +1 -1
- package/dist/next/client.d.cts +7 -4
- package/dist/next/client.d.ts +7 -4
- package/dist/next/client.js +430 -50
- package/dist/next/client.js.map +1 -1
- package/dist/next/server.cjs +292 -49
- package/dist/next/server.cjs.map +1 -1
- package/dist/next/server.d.cts +81 -5
- package/dist/next/server.d.ts +81 -5
- package/dist/next/server.js +280 -50
- package/dist/next/server.js.map +1 -1
- package/dist/organization.cjs +72 -0
- package/dist/organization.cjs.map +1 -0
- package/dist/organization.d.cts +43 -0
- package/dist/organization.d.ts +43 -0
- package/dist/organization.js +70 -0
- package/dist/organization.js.map +1 -0
- package/dist/payload-BzVbUgY_.d.cts +219 -0
- package/dist/payload-DEOWN_oo.d.ts +219 -0
- package/dist/{pipeline-DrjU2vNA.d.ts → pipeline-Bj6RWt1A.d.ts} +1 -1
- package/dist/{pipeline-c7Gdm0qv.d.cts → pipeline-Dwck-wZO.d.cts} +1 -1
- package/dist/react.cjs +2 -13
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +26 -7
- package/dist/react.d.ts +26 -7
- package/dist/react.js +2 -13
- package/dist/react.js.map +1 -1
- package/dist/session-cookie-detection-BqOp9mO6.d.cts +46 -0
- package/dist/session-cookie-detection-BqOp9mO6.d.ts +46 -0
- package/dist/social-providers.cjs +4189 -0
- package/dist/social-providers.cjs.map +1 -0
- package/dist/social-providers.d.cts +4948 -0
- package/dist/social-providers.d.ts +4948 -0
- package/dist/social-providers.js +4117 -0
- package/dist/social-providers.js.map +1 -0
- package/dist/{types-Bez4HSbI.d.cts → types-BRP7sfSF.d.ts} +50 -2
- package/dist/{types-kPaHUqUa.d.ts → types-BU8uJH_b.d.cts} +50 -2
- package/dist/{types-BRUHGXo2.d.ts → types-CH78O90i.d.cts} +2 -2
- package/dist/{types-BRUHGXo2.d.cts → types-CH78O90i.d.ts} +2 -2
- package/dist/{types-BLizCLd1.d.cts → types-CjC9_5ZQ.d.cts} +3 -3
- package/dist/{types-DRRb0Fd0.d.ts → types-DPgejxYC.d.ts} +3 -3
- package/dist/types-eAKAh71s.d.cts +1476 -0
- package/dist/types-eAKAh71s.d.ts +1476 -0
- package/dist/utils.cjs +438 -15
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.cts +76 -11
- package/dist/utils.d.ts +76 -11
- package/dist/utils.js +390 -16
- package/dist/utils.js.map +1 -1
- package/package.json +49 -22
- package/dist/shared-DZSGAmXs.d.cts +0 -35
- package/dist/shared-MMnVBBfy.d.ts +0 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as BackendType } from './types-
|
|
1
|
+
import { p as BackendType } from './types-CH78O90i.js';
|
|
2
2
|
|
|
3
3
|
type ModelKey = string;
|
|
4
4
|
type ColumnKey = string;
|
|
@@ -92,6 +92,54 @@ type AnyModelDef = ModelDef<unknown, unknown, unknown, ModelMetadataBase>;
|
|
|
92
92
|
* This can be passed directly to `client.from(...)` for opt-in target inference.
|
|
93
93
|
*/
|
|
94
94
|
type AthenaModelTarget<Row = unknown, Insert = unknown, Update = unknown> = ModelDef<Row, Insert, Update, ModelMetadataBase>;
|
|
95
|
+
type StripSchemaPrefix<TValue extends string> = TValue extends `${string}.${infer TTable}` ? TTable : TValue;
|
|
96
|
+
type MetaString<TModel, TKey extends keyof ModelMetadataBase> = Extract<TModel extends {
|
|
97
|
+
meta: infer TMeta;
|
|
98
|
+
} ? TMeta extends Record<string, unknown> ? TMeta[TKey] : never : never, string>;
|
|
99
|
+
type QualifiedNameFromMeta<TModel> = MetaString<TModel, 'tableName'> extends infer TTableName extends string ? TTableName extends `${string}.${string}` ? TTableName : MetaString<TModel, 'schema'> extends infer TSchema extends string ? `${TSchema}.${TTableName}` : TTableName : MetaString<TModel, 'schema'> extends infer TSchema extends string ? MetaString<TModel, 'model'> extends infer TModelName extends string ? `${TSchema}.${TModelName}` : never : MetaString<TModel, 'model'>;
|
|
100
|
+
type BareNameFromMeta<TModel> = MetaString<TModel, 'tableName'> extends infer TTableName extends string ? StripSchemaPrefix<TTableName> : MetaString<TModel, 'model'>;
|
|
101
|
+
type AthenaClientModelMap = Record<string, AnyModelDef>;
|
|
102
|
+
type AthenaClientSchemaModels = SchemaDef<AthenaClientModelMap>;
|
|
103
|
+
type AthenaClientDatabaseModels = DatabaseDef<Record<string, AthenaClientSchemaModels>>;
|
|
104
|
+
type AthenaClientRegistryModels = RegistryDef<Record<string, AthenaClientDatabaseModels>>;
|
|
105
|
+
/**
|
|
106
|
+
* Additive model/registry input accepted by `createClient(..., { models })` for
|
|
107
|
+
* typed `from("table")` inference.
|
|
108
|
+
*/
|
|
109
|
+
type AthenaClientModelsInput = AthenaClientModelMap | AthenaClientSchemaModels | AthenaClientDatabaseModels | AthenaClientRegistryModels;
|
|
110
|
+
type AthenaClientModelQualifiedTableName<TModel> = TModel extends {
|
|
111
|
+
qualifiedName: infer TQualifiedName extends string;
|
|
112
|
+
} ? TQualifiedName : QualifiedNameFromMeta<TModel>;
|
|
113
|
+
type AthenaClientModelBareTableName<TModel> = TModel extends {
|
|
114
|
+
tableName: infer TTableName extends string;
|
|
115
|
+
} ? TTableName : TModel extends {
|
|
116
|
+
qualifiedName: infer TQualifiedName extends string;
|
|
117
|
+
} ? StripSchemaPrefix<TQualifiedName> : BareNameFromMeta<TModel>;
|
|
118
|
+
type AthenaClientExplicitMatchNames<TModel extends AnyModelDef> = AthenaClientModelQualifiedTableName<TModel> | AthenaClientModelBareTableName<TModel>;
|
|
119
|
+
type AthenaClientDefaultMatchNames<TModel extends AnyModelDef, TKey extends string> = MetaString<TModel, 'schema'> extends infer TSchema extends string ? `${TSchema}.${TKey}` | TKey : TKey;
|
|
120
|
+
type AthenaClientMatchNames<TModel extends AnyModelDef, TKey extends string> = [AthenaClientExplicitMatchNames<TModel>] extends [never] ? AthenaClientDefaultMatchNames<TModel, TKey> : AthenaClientExplicitMatchNames<TModel>;
|
|
121
|
+
type AthenaClientTableName<TModels> = [
|
|
122
|
+
TModels
|
|
123
|
+
] extends [{
|
|
124
|
+
models: infer TModelsMap;
|
|
125
|
+
}] ? AthenaClientTableName<TModelsMap> : [TModels] extends [{
|
|
126
|
+
schemas: infer TSchemas;
|
|
127
|
+
}] ? {
|
|
128
|
+
[TKey in keyof TSchemas & string]: AthenaClientTableName<TSchemas[TKey]>;
|
|
129
|
+
}[keyof TSchemas & string] : [TModels] extends [Record<string, unknown>] ? {
|
|
130
|
+
[TKey in keyof TModels & string]: TModels[TKey] extends AnyModelDef ? AthenaClientMatchNames<TModels[TKey], TKey> : AthenaClientTableName<TModels[TKey]>;
|
|
131
|
+
}[keyof TModels & string] : never;
|
|
132
|
+
type AthenaClientModelForTableName<TModels, TTableName extends string> = [
|
|
133
|
+
TModels
|
|
134
|
+
] extends [{
|
|
135
|
+
models: infer TModelsMap;
|
|
136
|
+
}] ? AthenaClientModelForTableName<TModelsMap, TTableName> : [TModels] extends [{
|
|
137
|
+
schemas: infer TSchemas;
|
|
138
|
+
}] ? {
|
|
139
|
+
[TKey in keyof TSchemas & string]: AthenaClientModelForTableName<TSchemas[TKey], TTableName>;
|
|
140
|
+
}[keyof TSchemas & string] : [TModels] extends [Record<string, unknown>] ? {
|
|
141
|
+
[TKey in keyof TModels & string]: TModels[TKey] extends AnyModelDef ? TTableName extends AthenaClientMatchNames<TModels[TKey], TKey> ? TModels[TKey] : never : AthenaClientModelForTableName<TModels[TKey], TTableName>;
|
|
142
|
+
}[keyof TModels & string] : never;
|
|
95
143
|
/**
|
|
96
144
|
* Schema-level model registry.
|
|
97
145
|
*/
|
|
@@ -201,4 +249,4 @@ interface SchemaIntrospectionProvider {
|
|
|
201
249
|
inspect(options?: IntrospectionInspectOptions): Promise<IntrospectionSnapshot>;
|
|
202
250
|
}
|
|
203
251
|
|
|
204
|
-
export type { AthenaModelTarget as A, DatabaseDef as D, IntrospectionSnapshot as I, ModelAt as M, RegistryDef as R, SchemaIntrospectionProvider as S, TenantContext as T, UpdateOf as U, InsertOf as a, IntrospectionColumn as b, IntrospectionInspectOptions as c, IntrospectionRelation as d, IntrospectionSchema as e, IntrospectionTable as f, IntrospectionTypeKind as g, ModelColumnKind as h, ModelColumnMetadata as i, ModelDef as j, ModelMetadata as k, ModelRelationKind as l, ModelRelationMetadata as m, RowOf as n, SchemaDef as o, TenantContextValue as p, TenantKeyMap as q, AnyModelDef as r };
|
|
252
|
+
export type { AthenaModelTarget as A, DatabaseDef as D, IntrospectionSnapshot as I, ModelAt as M, RegistryDef as R, SchemaIntrospectionProvider as S, TenantContext as T, UpdateOf as U, InsertOf as a, IntrospectionColumn as b, IntrospectionInspectOptions as c, IntrospectionRelation as d, IntrospectionSchema as e, IntrospectionTable as f, IntrospectionTypeKind as g, ModelColumnKind as h, ModelColumnMetadata as i, ModelDef as j, ModelMetadata as k, ModelRelationKind as l, ModelRelationMetadata as m, RowOf as n, SchemaDef as o, TenantContextValue as p, TenantKeyMap as q, AnyModelDef as r, AthenaClientModelForTableName as s, AthenaClientModelsInput as t, AthenaClientTableName as u };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as BackendType } from './types-
|
|
1
|
+
import { p as BackendType } from './types-CH78O90i.cjs';
|
|
2
2
|
|
|
3
3
|
type ModelKey = string;
|
|
4
4
|
type ColumnKey = string;
|
|
@@ -92,6 +92,54 @@ type AnyModelDef = ModelDef<unknown, unknown, unknown, ModelMetadataBase>;
|
|
|
92
92
|
* This can be passed directly to `client.from(...)` for opt-in target inference.
|
|
93
93
|
*/
|
|
94
94
|
type AthenaModelTarget<Row = unknown, Insert = unknown, Update = unknown> = ModelDef<Row, Insert, Update, ModelMetadataBase>;
|
|
95
|
+
type StripSchemaPrefix<TValue extends string> = TValue extends `${string}.${infer TTable}` ? TTable : TValue;
|
|
96
|
+
type MetaString<TModel, TKey extends keyof ModelMetadataBase> = Extract<TModel extends {
|
|
97
|
+
meta: infer TMeta;
|
|
98
|
+
} ? TMeta extends Record<string, unknown> ? TMeta[TKey] : never : never, string>;
|
|
99
|
+
type QualifiedNameFromMeta<TModel> = MetaString<TModel, 'tableName'> extends infer TTableName extends string ? TTableName extends `${string}.${string}` ? TTableName : MetaString<TModel, 'schema'> extends infer TSchema extends string ? `${TSchema}.${TTableName}` : TTableName : MetaString<TModel, 'schema'> extends infer TSchema extends string ? MetaString<TModel, 'model'> extends infer TModelName extends string ? `${TSchema}.${TModelName}` : never : MetaString<TModel, 'model'>;
|
|
100
|
+
type BareNameFromMeta<TModel> = MetaString<TModel, 'tableName'> extends infer TTableName extends string ? StripSchemaPrefix<TTableName> : MetaString<TModel, 'model'>;
|
|
101
|
+
type AthenaClientModelMap = Record<string, AnyModelDef>;
|
|
102
|
+
type AthenaClientSchemaModels = SchemaDef<AthenaClientModelMap>;
|
|
103
|
+
type AthenaClientDatabaseModels = DatabaseDef<Record<string, AthenaClientSchemaModels>>;
|
|
104
|
+
type AthenaClientRegistryModels = RegistryDef<Record<string, AthenaClientDatabaseModels>>;
|
|
105
|
+
/**
|
|
106
|
+
* Additive model/registry input accepted by `createClient(..., { models })` for
|
|
107
|
+
* typed `from("table")` inference.
|
|
108
|
+
*/
|
|
109
|
+
type AthenaClientModelsInput = AthenaClientModelMap | AthenaClientSchemaModels | AthenaClientDatabaseModels | AthenaClientRegistryModels;
|
|
110
|
+
type AthenaClientModelQualifiedTableName<TModel> = TModel extends {
|
|
111
|
+
qualifiedName: infer TQualifiedName extends string;
|
|
112
|
+
} ? TQualifiedName : QualifiedNameFromMeta<TModel>;
|
|
113
|
+
type AthenaClientModelBareTableName<TModel> = TModel extends {
|
|
114
|
+
tableName: infer TTableName extends string;
|
|
115
|
+
} ? TTableName : TModel extends {
|
|
116
|
+
qualifiedName: infer TQualifiedName extends string;
|
|
117
|
+
} ? StripSchemaPrefix<TQualifiedName> : BareNameFromMeta<TModel>;
|
|
118
|
+
type AthenaClientExplicitMatchNames<TModel extends AnyModelDef> = AthenaClientModelQualifiedTableName<TModel> | AthenaClientModelBareTableName<TModel>;
|
|
119
|
+
type AthenaClientDefaultMatchNames<TModel extends AnyModelDef, TKey extends string> = MetaString<TModel, 'schema'> extends infer TSchema extends string ? `${TSchema}.${TKey}` | TKey : TKey;
|
|
120
|
+
type AthenaClientMatchNames<TModel extends AnyModelDef, TKey extends string> = [AthenaClientExplicitMatchNames<TModel>] extends [never] ? AthenaClientDefaultMatchNames<TModel, TKey> : AthenaClientExplicitMatchNames<TModel>;
|
|
121
|
+
type AthenaClientTableName<TModels> = [
|
|
122
|
+
TModels
|
|
123
|
+
] extends [{
|
|
124
|
+
models: infer TModelsMap;
|
|
125
|
+
}] ? AthenaClientTableName<TModelsMap> : [TModels] extends [{
|
|
126
|
+
schemas: infer TSchemas;
|
|
127
|
+
}] ? {
|
|
128
|
+
[TKey in keyof TSchemas & string]: AthenaClientTableName<TSchemas[TKey]>;
|
|
129
|
+
}[keyof TSchemas & string] : [TModels] extends [Record<string, unknown>] ? {
|
|
130
|
+
[TKey in keyof TModels & string]: TModels[TKey] extends AnyModelDef ? AthenaClientMatchNames<TModels[TKey], TKey> : AthenaClientTableName<TModels[TKey]>;
|
|
131
|
+
}[keyof TModels & string] : never;
|
|
132
|
+
type AthenaClientModelForTableName<TModels, TTableName extends string> = [
|
|
133
|
+
TModels
|
|
134
|
+
] extends [{
|
|
135
|
+
models: infer TModelsMap;
|
|
136
|
+
}] ? AthenaClientModelForTableName<TModelsMap, TTableName> : [TModels] extends [{
|
|
137
|
+
schemas: infer TSchemas;
|
|
138
|
+
}] ? {
|
|
139
|
+
[TKey in keyof TSchemas & string]: AthenaClientModelForTableName<TSchemas[TKey], TTableName>;
|
|
140
|
+
}[keyof TSchemas & string] : [TModels] extends [Record<string, unknown>] ? {
|
|
141
|
+
[TKey in keyof TModels & string]: TModels[TKey] extends AnyModelDef ? TTableName extends AthenaClientMatchNames<TModels[TKey], TKey> ? TModels[TKey] : never : AthenaClientModelForTableName<TModels[TKey], TTableName>;
|
|
142
|
+
}[keyof TModels & string] : never;
|
|
95
143
|
/**
|
|
96
144
|
* Schema-level model registry.
|
|
97
145
|
*/
|
|
@@ -201,4 +249,4 @@ interface SchemaIntrospectionProvider {
|
|
|
201
249
|
inspect(options?: IntrospectionInspectOptions): Promise<IntrospectionSnapshot>;
|
|
202
250
|
}
|
|
203
251
|
|
|
204
|
-
export type { AthenaModelTarget as A, DatabaseDef as D, IntrospectionSnapshot as I, ModelAt as M, RegistryDef as R, SchemaIntrospectionProvider as S, TenantContext as T, UpdateOf as U, InsertOf as a, IntrospectionColumn as b, IntrospectionInspectOptions as c, IntrospectionRelation as d, IntrospectionSchema as e, IntrospectionTable as f, IntrospectionTypeKind as g, ModelColumnKind as h, ModelColumnMetadata as i, ModelDef as j, ModelMetadata as k, ModelRelationKind as l, ModelRelationMetadata as m, RowOf as n, SchemaDef as o, TenantContextValue as p, TenantKeyMap as q, AnyModelDef as r };
|
|
252
|
+
export type { AthenaModelTarget as A, DatabaseDef as D, IntrospectionSnapshot as I, ModelAt as M, RegistryDef as R, SchemaIntrospectionProvider as S, TenantContext as T, UpdateOf as U, InsertOf as a, IntrospectionColumn as b, IntrospectionInspectOptions as c, IntrospectionRelation as d, IntrospectionSchema as e, IntrospectionTable as f, IntrospectionTypeKind as g, ModelColumnKind as h, ModelColumnMetadata as i, ModelDef as j, ModelMetadata as k, ModelRelationKind as l, ModelRelationMetadata as m, RowOf as n, SchemaDef as o, TenantContextValue as p, TenantKeyMap as q, AnyModelDef as r, AthenaClientModelForTableName as s, AthenaClientModelsInput as t, AthenaClientTableName as u };
|
|
@@ -142,7 +142,7 @@ type BackendOption = BackendConfig | BackendType;
|
|
|
142
142
|
interface AthenaGatewayBaseOptions {
|
|
143
143
|
baseUrl?: string;
|
|
144
144
|
apiKey?: string;
|
|
145
|
-
/** Overrides
|
|
145
|
+
/** Overrides the canonical `X-Athena-Key` header value. */
|
|
146
146
|
athenaKey?: string | null;
|
|
147
147
|
client?: string;
|
|
148
148
|
backend?: BackendOption;
|
|
@@ -233,4 +233,4 @@ interface AthenaGatewayHookResult {
|
|
|
233
233
|
baseUrl: string;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
export { type AthenaConditionCastType as A, Backend as B, type
|
|
236
|
+
export { type AthenaConditionCastType as A, Backend as B, type AthenaQueryPayload as C, type AthenaGatewayBaseOptions as D, type AthenaConditionValue as E, type AthenaConditionArrayValue as F, type AthenaGatewayCondition as G, type AthenaSortBy as H, type AthenaConditionOperator as I, type AthenaGatewayCallOptions as a, type AthenaGatewayConnectionOptions as b, type AthenaGatewayConnectionResult as c, type AthenaGatewayErrorCode as d, type AthenaGatewayErrorDetails as e, type AthenaJsonArray as f, type AthenaJsonObject as g, type AthenaJsonPrimitive as h, type AthenaJsonValue as i, type AthenaRpcCallOptions as j, type AthenaRpcFilter as k, type AthenaRpcFilterOperator as l, type AthenaRpcOrder as m, type AthenaRpcPayload as n, type BackendConfig as o, type BackendType as p, type AthenaGatewayEndpointPath as q, type AthenaGatewayMethod as r, type AthenaGatewayResponse as s, type AthenaGatewayHookConfig as t, type AthenaGatewayHookResult as u, type AthenaDeletePayload as v, type AthenaFetchPayload as w, type AthenaInsertPayload as x, type AthenaUpdatePayload as y, type BackendOption as z };
|
|
@@ -142,7 +142,7 @@ type BackendOption = BackendConfig | BackendType;
|
|
|
142
142
|
interface AthenaGatewayBaseOptions {
|
|
143
143
|
baseUrl?: string;
|
|
144
144
|
apiKey?: string;
|
|
145
|
-
/** Overrides
|
|
145
|
+
/** Overrides the canonical `X-Athena-Key` header value. */
|
|
146
146
|
athenaKey?: string | null;
|
|
147
147
|
client?: string;
|
|
148
148
|
backend?: BackendOption;
|
|
@@ -233,4 +233,4 @@ interface AthenaGatewayHookResult {
|
|
|
233
233
|
baseUrl: string;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
export { type AthenaConditionCastType as A, Backend as B, type
|
|
236
|
+
export { type AthenaConditionCastType as A, Backend as B, type AthenaQueryPayload as C, type AthenaGatewayBaseOptions as D, type AthenaConditionValue as E, type AthenaConditionArrayValue as F, type AthenaGatewayCondition as G, type AthenaSortBy as H, type AthenaConditionOperator as I, type AthenaGatewayCallOptions as a, type AthenaGatewayConnectionOptions as b, type AthenaGatewayConnectionResult as c, type AthenaGatewayErrorCode as d, type AthenaGatewayErrorDetails as e, type AthenaJsonArray as f, type AthenaJsonObject as g, type AthenaJsonPrimitive as h, type AthenaJsonValue as i, type AthenaRpcCallOptions as j, type AthenaRpcFilter as k, type AthenaRpcFilterOperator as l, type AthenaRpcOrder as m, type AthenaRpcPayload as n, type BackendConfig as o, type BackendType as p, type AthenaGatewayEndpointPath as q, type AthenaGatewayMethod as r, type AthenaGatewayResponse as s, type AthenaGatewayHookConfig as t, type AthenaGatewayHookResult as u, type AthenaDeletePayload as v, type AthenaFetchPayload as w, type AthenaInsertPayload as x, type AthenaUpdatePayload as y, type BackendOption as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as BackendType } from './types-
|
|
2
|
-
import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-
|
|
1
|
+
import { p as BackendType } from './types-CH78O90i.cjs';
|
|
2
|
+
import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BU8uJH_b.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Supported case transformations for generated symbols and path token variants.
|
|
@@ -224,4 +224,4 @@ interface SkippedGeneratedArtifact {
|
|
|
224
224
|
reason: SkippedGeneratedArtifactReason;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, SkippedGeneratedArtifact as S, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c,
|
|
227
|
+
export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, SkippedGeneratedArtifact as S, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c, RunGeneratorResult as d, GeneratedArtifact as e, GeneratorArtifactKind as f, GeneratorFeatureFlags as g, GeneratorFilterConfig as h, GeneratorInternalConfig as i, GeneratorNamingConfig as j, GeneratorOutputConfig as k, GeneratorOutputFormat as l, GeneratorOutputPreset as m, GeneratorOutputTargets as n, GeneratorSchemaSelection as o, GeneratorTableSelection as p, NamingStyle as q, NormalizedGeneratorFilterConfig as r, NormalizedGeneratorOutputConfig as s, SkippedGeneratedArtifactReason as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as BackendType } from './types-
|
|
2
|
-
import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-
|
|
1
|
+
import { p as BackendType } from './types-CH78O90i.js';
|
|
2
|
+
import { I as IntrospectionSnapshot, S as SchemaIntrospectionProvider } from './types-BRP7sfSF.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Supported case transformations for generated symbols and path token variants.
|
|
@@ -224,4 +224,4 @@ interface SkippedGeneratedArtifact {
|
|
|
224
224
|
reason: SkippedGeneratedArtifactReason;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, SkippedGeneratedArtifact as S, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c,
|
|
227
|
+
export type { AthenaGeneratorConfig as A, GeneratedArtifacts as G, LoadGeneratorConfigOptions as L, NormalizedAthenaGeneratorConfig as N, RunGeneratorOptions as R, SkippedGeneratedArtifact as S, LoadedGeneratorConfig as a, GeneratorProviderConfig as b, GeneratorExperimentalFlags as c, RunGeneratorResult as d, GeneratedArtifact as e, GeneratorArtifactKind as f, GeneratorFeatureFlags as g, GeneratorFilterConfig as h, GeneratorInternalConfig as i, GeneratorNamingConfig as j, GeneratorOutputConfig as k, GeneratorOutputFormat as l, GeneratorOutputPreset as m, GeneratorOutputTargets as n, GeneratorSchemaSelection as o, GeneratorTableSelection as p, NamingStyle as q, NormalizedGeneratorFilterConfig as r, NormalizedGeneratorOutputConfig as s, SkippedGeneratedArtifactReason as t };
|