@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
package/dist/react.d.cts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
export { A as AthenaGatewayError, 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-
|
|
1
|
+
import { t as AthenaGatewayHookConfig, u as AthenaGatewayHookResult } from './types-CH78O90i.cjs';
|
|
2
|
+
export { v as AthenaDeletePayload, w as AthenaFetchPayload, a as AthenaGatewayCallOptions, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, s as AthenaGatewayResponse, x as AthenaInsertPayload, 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, y as AthenaUpdatePayload } from './types-CH78O90i.cjs';
|
|
3
|
+
export { A as AthenaGatewayError, 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
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
|
-
import {
|
|
7
|
-
|
|
6
|
+
import { aG as AthenaAuthFetchCompatibleInput, E as AthenaAuthCallOptions, ae as AthenaAuthSessionResponse, R as AthenaAuthErrorDetails, aa as AthenaAuthResult } from './types-eAKAh71s.cjs';
|
|
7
|
+
export { D as AthenaAuthBindings, ac as AthenaAuthSdkClient, aD as AuthBindings, aE as AuthClient } from './types-eAKAh71s.cjs';
|
|
8
|
+
import { al as AthenaClientSessionLike, am as AthenaClientSessionOptions, bj as AthenaStorageFileUploadInput, bD as AthenaStorageUploadSource, bp as AthenaStorageModule, bC as AthenaStorageUploadProgressHandler, bB as AthenaStorageUploadProgress, bm as AthenaStorageFileUploadResult, b3 as AthenaStorageCallOptions } from './client-BJjUwDSg.cjs';
|
|
9
|
+
import './types-BU8uJH_b.cjs';
|
|
8
10
|
|
|
9
11
|
declare function useAthenaGateway(config?: AthenaGatewayHookConfig): AthenaGatewayHookResult;
|
|
10
12
|
|
|
@@ -251,6 +253,12 @@ interface UseSessionResult<TSessionData extends AthenaAuthSessionResponse = Athe
|
|
|
251
253
|
refetch: () => Promise<TSessionData | null>;
|
|
252
254
|
}
|
|
253
255
|
type SessionGetter$1<TSessionData extends AthenaAuthSessionResponse> = (input?: AthenaAuthFetchCompatibleInput, options?: AthenaAuthCallOptions) => Promise<AthenaAuthResult<TSessionData>>;
|
|
256
|
+
/**
|
|
257
|
+
* Anything `useSession` can resolve a `getSession` from:
|
|
258
|
+
* - `createAuthClient(...)` / auth-ui client → top-level `getSession`
|
|
259
|
+
* - `createClient(...)` → `auth.getSession`
|
|
260
|
+
* - `createClient(...).auth` → `getSession` on bindings
|
|
261
|
+
*/
|
|
254
262
|
type UseSessionAuthClient<TSessionData extends AthenaAuthSessionResponse = AthenaAuthSessionResponse> = {
|
|
255
263
|
getSession: SessionGetter$1<TSessionData>;
|
|
256
264
|
} | {
|
|
@@ -266,7 +274,18 @@ type InferSessionData$1<TClient> = TClient extends {
|
|
|
266
274
|
};
|
|
267
275
|
} ? TSessionData extends AthenaAuthSessionResponse ? TSessionData : AthenaAuthSessionResponse : AthenaAuthSessionResponse;
|
|
268
276
|
/**
|
|
269
|
-
* Better Auth style session hook
|
|
277
|
+
* Better Auth style session hook for Athena.
|
|
278
|
+
*
|
|
279
|
+
* Pass any of:
|
|
280
|
+
* - `createClient(url, key, { auth: { baseUrl } })` — uses `client.auth.getSession`
|
|
281
|
+
* - `createClient(...).auth` — auth bindings only
|
|
282
|
+
* - `createAuthClient({ baseUrl })` — standalone auth client
|
|
283
|
+
*
|
|
284
|
+
* @example
|
|
285
|
+
* ```tsx
|
|
286
|
+
* const athena = createClient(url, key, { auth: { baseUrl: "/api/auth" } })
|
|
287
|
+
* const { data, isPending } = useSession(athena)
|
|
288
|
+
* ```
|
|
270
289
|
*/
|
|
271
290
|
declare function useSession<TClient extends UseSessionAuthClient>(authClient: TClient, options?: UseSessionOptions): UseSessionResult<InferSessionData$1<TClient>>;
|
|
272
291
|
|
|
@@ -315,4 +334,4 @@ interface UseStorageUploadResult {
|
|
|
315
334
|
}
|
|
316
335
|
declare function useStorageUpload(options: UseStorageUploadOptions): UseStorageUploadResult;
|
|
317
336
|
|
|
318
|
-
export { type AthenaCacheMode, type AthenaCachePolicy, AthenaGatewayHookConfig, AthenaGatewayHookResult, type AthenaMutationDefaults, type AthenaMutationEvent, type AthenaMutationRequestLog, type AthenaMutationResultData, type AthenaMutationState, AthenaQueryClient, type AthenaQueryClientConfig, AthenaQueryClientProvider, type AthenaQueryDefaults, type AthenaQueryError, type AthenaQueryEvent, type AthenaQueryRequestLog, type AthenaQueryResult, type AthenaQueryState, type AthenaResponseLike, type AthenaRetryCount, type AthenaRetryDelay, type AthenaRuntimeBaseEvent, type AthenaRuntimeEvent, type AthenaRuntimeEventType, type AthenaStateAdapter, type AthenaUnsubscribe, type QueryKey, type QueryStatus, type UseAthenaSessionClientOptions, type UseAthenaSessionClientResult, type UseMutationOptions, type UseMutationResult, type UseQueryOptions, type UseQueryResult, type UseSessionOptions, type UseSessionResult, type UseStorageUploadInput, type UseStorageUploadOptions, type UseStorageUploadResult, attachStateAdapter, createAthenaQueryClient, useAthenaGateway, useAthenaQueryClient, useAthenaSessionClient, useMutation, useQuery, useSession, useStorageUpload };
|
|
337
|
+
export { type AthenaCacheMode, type AthenaCachePolicy, AthenaGatewayHookConfig, AthenaGatewayHookResult, type AthenaMutationDefaults, type AthenaMutationEvent, type AthenaMutationRequestLog, type AthenaMutationResultData, type AthenaMutationState, AthenaQueryClient, type AthenaQueryClientConfig, AthenaQueryClientProvider, type AthenaQueryDefaults, type AthenaQueryError, type AthenaQueryEvent, type AthenaQueryRequestLog, type AthenaQueryResult, type AthenaQueryState, type AthenaResponseLike, type AthenaRetryCount, type AthenaRetryDelay, type AthenaRuntimeBaseEvent, type AthenaRuntimeEvent, type AthenaRuntimeEventType, type AthenaStateAdapter, type AthenaUnsubscribe, type QueryKey, type QueryStatus, type UseAthenaSessionClientOptions, type UseAthenaSessionClientResult, type UseMutationOptions, type UseMutationResult, type UseQueryOptions, type UseQueryResult, type UseSessionAuthClient, type UseSessionOptions, type UseSessionResult, type UseStorageUploadInput, type UseStorageUploadOptions, type UseStorageUploadResult, attachStateAdapter, createAthenaQueryClient, useAthenaGateway, useAthenaQueryClient, useAthenaSessionClient, useMutation, useQuery, useSession, useStorageUpload };
|
package/dist/react.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
3
|
-
export { A as AthenaGatewayError, 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-
|
|
1
|
+
import { t as AthenaGatewayHookConfig, u as AthenaGatewayHookResult } from './types-CH78O90i.js';
|
|
2
|
+
export { v as AthenaDeletePayload, w as AthenaFetchPayload, a as AthenaGatewayCallOptions, d as AthenaGatewayErrorCode, e as AthenaGatewayErrorDetails, s as AthenaGatewayResponse, x as AthenaInsertPayload, 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, y as AthenaUpdatePayload } from './types-CH78O90i.js';
|
|
3
|
+
export { A as AthenaGatewayError, 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
4
|
import * as react from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
|
-
import {
|
|
7
|
-
|
|
6
|
+
import { aG as AthenaAuthFetchCompatibleInput, E as AthenaAuthCallOptions, ae as AthenaAuthSessionResponse, R as AthenaAuthErrorDetails, aa as AthenaAuthResult } from './types-eAKAh71s.js';
|
|
7
|
+
export { D as AthenaAuthBindings, ac as AthenaAuthSdkClient, aD as AuthBindings, aE as AuthClient } from './types-eAKAh71s.js';
|
|
8
|
+
import { al as AthenaClientSessionLike, am as AthenaClientSessionOptions, bj as AthenaStorageFileUploadInput, bD as AthenaStorageUploadSource, bp as AthenaStorageModule, bC as AthenaStorageUploadProgressHandler, bB as AthenaStorageUploadProgress, bm as AthenaStorageFileUploadResult, b3 as AthenaStorageCallOptions } from './client-DVOKSYDI.js';
|
|
9
|
+
import './types-BRP7sfSF.js';
|
|
8
10
|
|
|
9
11
|
declare function useAthenaGateway(config?: AthenaGatewayHookConfig): AthenaGatewayHookResult;
|
|
10
12
|
|
|
@@ -251,6 +253,12 @@ interface UseSessionResult<TSessionData extends AthenaAuthSessionResponse = Athe
|
|
|
251
253
|
refetch: () => Promise<TSessionData | null>;
|
|
252
254
|
}
|
|
253
255
|
type SessionGetter$1<TSessionData extends AthenaAuthSessionResponse> = (input?: AthenaAuthFetchCompatibleInput, options?: AthenaAuthCallOptions) => Promise<AthenaAuthResult<TSessionData>>;
|
|
256
|
+
/**
|
|
257
|
+
* Anything `useSession` can resolve a `getSession` from:
|
|
258
|
+
* - `createAuthClient(...)` / auth-ui client → top-level `getSession`
|
|
259
|
+
* - `createClient(...)` → `auth.getSession`
|
|
260
|
+
* - `createClient(...).auth` → `getSession` on bindings
|
|
261
|
+
*/
|
|
254
262
|
type UseSessionAuthClient<TSessionData extends AthenaAuthSessionResponse = AthenaAuthSessionResponse> = {
|
|
255
263
|
getSession: SessionGetter$1<TSessionData>;
|
|
256
264
|
} | {
|
|
@@ -266,7 +274,18 @@ type InferSessionData$1<TClient> = TClient extends {
|
|
|
266
274
|
};
|
|
267
275
|
} ? TSessionData extends AthenaAuthSessionResponse ? TSessionData : AthenaAuthSessionResponse : AthenaAuthSessionResponse;
|
|
268
276
|
/**
|
|
269
|
-
* Better Auth style session hook
|
|
277
|
+
* Better Auth style session hook for Athena.
|
|
278
|
+
*
|
|
279
|
+
* Pass any of:
|
|
280
|
+
* - `createClient(url, key, { auth: { baseUrl } })` — uses `client.auth.getSession`
|
|
281
|
+
* - `createClient(...).auth` — auth bindings only
|
|
282
|
+
* - `createAuthClient({ baseUrl })` — standalone auth client
|
|
283
|
+
*
|
|
284
|
+
* @example
|
|
285
|
+
* ```tsx
|
|
286
|
+
* const athena = createClient(url, key, { auth: { baseUrl: "/api/auth" } })
|
|
287
|
+
* const { data, isPending } = useSession(athena)
|
|
288
|
+
* ```
|
|
270
289
|
*/
|
|
271
290
|
declare function useSession<TClient extends UseSessionAuthClient>(authClient: TClient, options?: UseSessionOptions): UseSessionResult<InferSessionData$1<TClient>>;
|
|
272
291
|
|
|
@@ -315,4 +334,4 @@ interface UseStorageUploadResult {
|
|
|
315
334
|
}
|
|
316
335
|
declare function useStorageUpload(options: UseStorageUploadOptions): UseStorageUploadResult;
|
|
317
336
|
|
|
318
|
-
export { type AthenaCacheMode, type AthenaCachePolicy, AthenaGatewayHookConfig, AthenaGatewayHookResult, type AthenaMutationDefaults, type AthenaMutationEvent, type AthenaMutationRequestLog, type AthenaMutationResultData, type AthenaMutationState, AthenaQueryClient, type AthenaQueryClientConfig, AthenaQueryClientProvider, type AthenaQueryDefaults, type AthenaQueryError, type AthenaQueryEvent, type AthenaQueryRequestLog, type AthenaQueryResult, type AthenaQueryState, type AthenaResponseLike, type AthenaRetryCount, type AthenaRetryDelay, type AthenaRuntimeBaseEvent, type AthenaRuntimeEvent, type AthenaRuntimeEventType, type AthenaStateAdapter, type AthenaUnsubscribe, type QueryKey, type QueryStatus, type UseAthenaSessionClientOptions, type UseAthenaSessionClientResult, type UseMutationOptions, type UseMutationResult, type UseQueryOptions, type UseQueryResult, type UseSessionOptions, type UseSessionResult, type UseStorageUploadInput, type UseStorageUploadOptions, type UseStorageUploadResult, attachStateAdapter, createAthenaQueryClient, useAthenaGateway, useAthenaQueryClient, useAthenaSessionClient, useMutation, useQuery, useSession, useStorageUpload };
|
|
337
|
+
export { type AthenaCacheMode, type AthenaCachePolicy, AthenaGatewayHookConfig, AthenaGatewayHookResult, type AthenaMutationDefaults, type AthenaMutationEvent, type AthenaMutationRequestLog, type AthenaMutationResultData, type AthenaMutationState, AthenaQueryClient, type AthenaQueryClientConfig, AthenaQueryClientProvider, type AthenaQueryDefaults, type AthenaQueryError, type AthenaQueryEvent, type AthenaQueryRequestLog, type AthenaQueryResult, type AthenaQueryState, type AthenaResponseLike, type AthenaRetryCount, type AthenaRetryDelay, type AthenaRuntimeBaseEvent, type AthenaRuntimeEvent, type AthenaRuntimeEventType, type AthenaStateAdapter, type AthenaUnsubscribe, type QueryKey, type QueryStatus, type UseAthenaSessionClientOptions, type UseAthenaSessionClientResult, type UseMutationOptions, type UseMutationResult, type UseQueryOptions, type UseQueryResult, type UseSessionAuthClient, type UseSessionOptions, type UseSessionResult, type UseStorageUploadInput, type UseStorageUploadOptions, type UseStorageUploadResult, attachStateAdapter, createAthenaQueryClient, useAthenaGateway, useAthenaQueryClient, useAthenaSessionClient, useMutation, useQuery, useSession, useStorageUpload };
|
package/dist/react.js
CHANGED
|
@@ -166,7 +166,7 @@ var getSessionCookie = (request, config) => {
|
|
|
166
166
|
|
|
167
167
|
// src/utils/athena-request-headers.ts
|
|
168
168
|
var NO_CACHE_HEADER_VALUE = "no-cache";
|
|
169
|
-
var API_KEY_HEADER_CANDIDATES = ["X-Api-Key", "x-api-key", "apikey"];
|
|
169
|
+
var API_KEY_HEADER_CANDIDATES = ["X-Athena-Key", "x-athena-key", "X-Api-Key", "x-api-key", "apikey"];
|
|
170
170
|
var ATHENA_KEY_HEADER_CANDIDATES = ["X-Athena-Key", "x-athena-key"];
|
|
171
171
|
var SESSION_TOKEN_HEADER_CANDIDATES = ["X-Athena-Auth-Session-Token"];
|
|
172
172
|
var BEARER_MIRROR_HEADER_CANDIDATES = ["X-Athena-Auth-Bearer-Token"];
|
|
@@ -268,17 +268,6 @@ function buildServiceRequestHeaders(profile, sdkHeaderValue, config, options, ex
|
|
|
268
268
|
});
|
|
269
269
|
}
|
|
270
270
|
function applyAthenaApiKeyHeaders(headers, apiKey, athenaKey) {
|
|
271
|
-
if (apiKey) {
|
|
272
|
-
if (!hasHeaderIgnoreCase(headers, "apikey")) {
|
|
273
|
-
headers.apikey = apiKey;
|
|
274
|
-
}
|
|
275
|
-
if (!Object.hasOwn(headers, "x-api-key")) {
|
|
276
|
-
headers["x-api-key"] = apiKey;
|
|
277
|
-
}
|
|
278
|
-
if (!Object.hasOwn(headers, "X-Api-Key")) {
|
|
279
|
-
headers["X-Api-Key"] = apiKey;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
271
|
const resolvedAthenaKey = normalizeHeaderValue(athenaKey) ?? normalizeHeaderValue(apiKey);
|
|
283
272
|
if (resolvedAthenaKey && !hasHeaderIgnoreCase(headers, "X-Athena-Key")) {
|
|
284
273
|
headers["X-Athena-Key"] = resolvedAthenaKey;
|
|
@@ -404,7 +393,7 @@ function buildAthenaRequestHeaders(input) {
|
|
|
404
393
|
|
|
405
394
|
// package.json
|
|
406
395
|
var package_default = {
|
|
407
|
-
version: "2.
|
|
396
|
+
version: "2.13.0"
|
|
408
397
|
};
|
|
409
398
|
|
|
410
399
|
// src/sdk-version.ts
|