@omnicross/core 0.2.1 → 0.3.1
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/NOTICE +57 -57
- package/README.md +22 -22
- package/dist/auth/GeminiCodeAssistProjectResolver.cjs +3 -3
- package/dist/auth/GeminiCodeAssistProjectResolver.js +2 -2
- package/dist/{chunk-MPXOKQJP.cjs → chunk-2RCCLQYV.cjs} +1 -1
- package/dist/{chunk-Y4CRNHJO.js → chunk-4PFWFODB.js} +1 -1
- package/dist/{chunk-T6NWPIYZ.cjs → chunk-AKIOOFY3.cjs} +2 -1
- package/dist/{chunk-HL2YSPL7.cjs → chunk-BTBEJRGL.cjs} +140 -32
- package/dist/{chunk-NLUOTJWB.js → chunk-DXWFBBSK.js} +125 -17
- package/dist/{chunk-VSYQ6XYN.cjs → chunk-EY3S7NJ3.cjs} +498 -424
- package/dist/{chunk-HVBBDBS3.cjs → chunk-FHXDUHVE.cjs} +96 -9
- package/dist/{chunk-LFPQ2OVH.js → chunk-L7O2YQ5O.js} +1 -1
- package/dist/{chunk-VL5TUDTM.js → chunk-N5Q5PBV5.js} +6 -1
- package/dist/{chunk-MKF46GNZ.js → chunk-NJS2DZE6.js} +91 -4
- package/dist/{chunk-U47LQXPB.js → chunk-NRYLPGQB.js} +2 -1
- package/dist/{chunk-D4WNI6BR.cjs → chunk-PTU7SXM3.cjs} +2 -2
- package/dist/{chunk-4Z3ZLLC2.cjs → chunk-RS773ZL3.cjs} +13 -8
- package/dist/{chunk-LKDAN4D7.js → chunk-STENJNJU.js} +111 -37
- package/dist/{chunk-23S5OPIO.js → chunk-T2VIZQT4.js} +1 -1
- package/dist/{chunk-6QQG7YG3.cjs → chunk-T55Z77BR.cjs} +3 -3
- package/dist/{chunk-YNJNTCSQ.cjs → chunk-XGVPGH7V.cjs} +2 -2
- package/dist/{chunk-OPRS4IQZ.js → chunk-YVBHFVTF.js} +2 -2
- package/dist/completion/BuiltinToolExecutor.cjs +2 -2
- package/dist/completion/BuiltinToolExecutor.js +1 -1
- package/dist/completion/CompletionService.cjs +8 -8
- package/dist/completion/CompletionService.js +7 -7
- package/dist/completion.cjs +8 -8
- package/dist/completion.js +7 -7
- package/dist/index.cjs +8 -8
- package/dist/index.js +7 -7
- package/dist/outbound-api/routeResolver.cjs +2 -2
- package/dist/outbound-api/routeResolver.js +1 -1
- package/dist/outbound-api.cjs +8 -8
- package/dist/outbound-api.js +7 -7
- package/dist/pipeline/AccountAllowanceScheduling.cjs +3 -3
- package/dist/pipeline/AccountAllowanceScheduling.js +2 -2
- package/dist/pipeline/AccountAllowanceStore.cjs +6 -2
- package/dist/pipeline/AccountAllowanceStore.d.cts +41 -1
- package/dist/pipeline/AccountAllowanceStore.d.ts +41 -1
- package/dist/pipeline/AccountAllowanceStore.js +5 -1
- package/dist/pipeline/SubscriptionAuthSource.cjs +4 -4
- package/dist/pipeline/SubscriptionAuthSource.js +3 -3
- package/dist/pipeline/upstreamFetch.cjs +3 -3
- package/dist/pipeline/upstreamFetch.js +2 -2
- package/dist/provider-proxy/ProviderProxy.cjs +8 -8
- package/dist/provider-proxy/ProviderProxy.js +7 -7
- package/dist/provider-proxy/ingress/providerProxyShared.cjs +8 -8
- package/dist/provider-proxy/ingress/providerProxyShared.js +7 -7
- package/dist/provider-proxy.cjs +8 -8
- package/dist/provider-proxy.js +7 -7
- package/dist/runtime-5NCT3J3T.cjs +8 -0
- package/dist/{runtime-M5WXLD2R.js → runtime-JTHUWCBM.js} +2 -2
- package/dist/search/api.cjs +13 -8
- package/dist/search/api.d.cts +16 -1
- package/dist/search/api.d.ts +16 -1
- package/dist/search/api.js +10 -5
- package/dist/search/http.cjs +2 -2
- package/dist/search/http.d.cts +63 -9
- package/dist/search/http.d.ts +63 -9
- package/dist/search/http.js +1 -1
- package/dist/search.cjs +3 -3
- package/dist/search.js +2 -2
- package/package.json +3 -2
- package/dist/runtime-6QXNU526.cjs +0 -8
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../chunk-
|
|
7
|
+
var _chunkT55Z77BRcjs = require('../chunk-T55Z77BR.cjs');
|
|
8
|
+
require('../chunk-FHXDUHVE.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.AccountAllowanceExhaustedError =
|
|
15
|
+
exports.AccountAllowanceExhaustedError = _chunkT55Z77BRcjs.AccountAllowanceExhaustedError; exports.AccountAllowanceScheduling = _chunkT55Z77BRcjs.AccountAllowanceScheduling; exports.__resetSharedAccountAllowanceSchedulingForTests = _chunkT55Z77BRcjs.__resetSharedAccountAllowanceSchedulingForTests; exports.getSharedAccountAllowanceScheduling = _chunkT55Z77BRcjs.getSharedAccountAllowanceScheduling; exports.isAccountAllowanceExhaustedError = _chunkT55Z77BRcjs.isAccountAllowanceExhaustedError;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
__resetSharedAccountAllowanceSchedulingForTests,
|
|
5
5
|
getSharedAccountAllowanceScheduling,
|
|
6
6
|
isAccountAllowanceExhaustedError
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-YVBHFVTF.js";
|
|
8
|
+
import "../chunk-NJS2DZE6.js";
|
|
9
9
|
export {
|
|
10
10
|
AccountAllowanceExhaustedError,
|
|
11
11
|
AccountAllowanceScheduling,
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var _chunkHVBBDBS3cjs = require('../chunk-HVBBDBS3.cjs');
|
|
11
10
|
|
|
12
11
|
|
|
12
|
+
var _chunkFHXDUHVEcjs = require('../chunk-FHXDUHVE.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -17,4 +17,8 @@ var _chunkHVBBDBS3cjs = require('../chunk-HVBBDBS3.cjs');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
exports.AccountAllowanceStore = _chunkFHXDUHVEcjs.AccountAllowanceStore; exports.CLAUDE_HEADER_FRESH_MS = _chunkFHXDUHVEcjs.CLAUDE_HEADER_FRESH_MS; exports.DEFAULT_ALLOWANCE_MAX_SNAPSHOTS = _chunkFHXDUHVEcjs.DEFAULT_ALLOWANCE_MAX_SNAPSHOTS; exports.DEFAULT_CODEX_ALLOWANCE_FRESH_MS = _chunkFHXDUHVEcjs.DEFAULT_CODEX_ALLOWANCE_FRESH_MS; exports.__resetSharedAccountAllowanceStoreForTests = _chunkFHXDUHVEcjs.__resetSharedAccountAllowanceStoreForTests; exports.getSharedAccountAllowanceStore = _chunkFHXDUHVEcjs.getSharedAccountAllowanceStore; exports.normalizeAccountAllowanceSnapshot = _chunkFHXDUHVEcjs.normalizeAccountAllowanceSnapshot; exports.parseClaudeAllowanceHeaders = _chunkFHXDUHVEcjs.parseClaudeAllowanceHeaders; exports.parseCodexAllowanceHeaders = _chunkFHXDUHVEcjs.parseCodexAllowanceHeaders; exports.setSharedAccountAllowanceStore = _chunkFHXDUHVEcjs.setSharedAccountAllowanceStore;
|
|
@@ -12,11 +12,19 @@ import { SubscriptionProviderId } from '@omnicross/contracts/subscription-types'
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
declare const DEFAULT_CODEX_ALLOWANCE_FRESH_MS: number;
|
|
15
|
+
/**
|
|
16
|
+
* Freshness granted to a Claude window updated from live response headers.
|
|
17
|
+
* Matches the daemon usage-collector's 5-minute cache so passive and active
|
|
18
|
+
* observations age out on the same cadence.
|
|
19
|
+
*/
|
|
20
|
+
declare const CLAUDE_HEADER_FRESH_MS: number;
|
|
15
21
|
declare const DEFAULT_ALLOWANCE_MAX_SNAPSHOTS = 256;
|
|
16
22
|
type AllowanceHeadersLike = Headers | Record<string, string | string[] | number | null | undefined>;
|
|
17
23
|
interface CodexAllowanceWindowObservation {
|
|
18
24
|
usedPercent?: number;
|
|
19
25
|
resetAfterSeconds?: number;
|
|
26
|
+
/** Absolute reset instant as epoch seconds (or ms when the value is large). */
|
|
27
|
+
resetAtSeconds?: number;
|
|
20
28
|
windowMinutes?: number;
|
|
21
29
|
}
|
|
22
30
|
interface CodexAllowanceObservation {
|
|
@@ -39,6 +47,29 @@ interface AccountAllowancePersistence {
|
|
|
39
47
|
declare function normalizeAccountAllowanceSnapshot(value: unknown): AccountAllowanceSnapshot | null;
|
|
40
48
|
/** Parse only the documented numeric Codex allowance headers. */
|
|
41
49
|
declare function parseCodexAllowanceHeaders(headers: AllowanceHeadersLike): CodexAllowanceObservation | null;
|
|
50
|
+
/** One `anthropic-ratelimit-unified-<window>-*` header pair observation. */
|
|
51
|
+
interface ClaudeAllowanceWindowObservation {
|
|
52
|
+
/** Percent used (0-100), converted from the wire's 0-1 fraction. */
|
|
53
|
+
usedPercent?: number;
|
|
54
|
+
/** Absolute reset instant, normalized to epoch ms. */
|
|
55
|
+
resetAtMs?: number;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The Claude per-response unified rate-limit windows oh-my-pi documents:
|
|
59
|
+
* `5h` / `7d` (account-wide) and `7d_oi` (the model-scoped weekly counter the
|
|
60
|
+
* official clients surface as the Fable family cap).
|
|
61
|
+
*/
|
|
62
|
+
interface ClaudeAllowanceObservation {
|
|
63
|
+
fiveHour?: ClaudeAllowanceWindowObservation;
|
|
64
|
+
sevenDay?: ClaudeAllowanceWindowObservation;
|
|
65
|
+
scopedSevenDay?: ClaudeAllowanceWindowObservation;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Parse the `anthropic-ratelimit-unified-*` response headers present on every
|
|
69
|
+
* Claude Messages response. `utilization` is a 0-1 fraction and `reset` epoch
|
|
70
|
+
* seconds. Returns `null` when none of the windows are present.
|
|
71
|
+
*/
|
|
72
|
+
declare function parseClaudeAllowanceHeaders(headers: AllowanceHeadersLike): ClaudeAllowanceObservation | null;
|
|
42
73
|
/** In-memory allowance projection shared by serving/admin with optional host persistence. */
|
|
43
74
|
declare class AccountAllowanceStore {
|
|
44
75
|
private readonly now;
|
|
@@ -65,6 +96,15 @@ declare class AccountAllowanceStore {
|
|
|
65
96
|
* set preserves previous values while marking untouched windows stale.
|
|
66
97
|
*/
|
|
67
98
|
recordCodexHeaders(accountId: string, headers: AllowanceHeadersLike, observedMs?: number): AccountAllowanceSnapshot | null;
|
|
99
|
+
/**
|
|
100
|
+
* Merge one real Claude upstream response's `anthropic-ratelimit-unified-*`
|
|
101
|
+
* headers into the selected account's snapshot. Live-traffic updates are the
|
|
102
|
+
* passive complement to the daemon's `/api/oauth/usage` poll: they keep the
|
|
103
|
+
* 5h/7d windows fresh between polls WITHOUT an extra request. A response with
|
|
104
|
+
* no recognized headers is a strict no-op; an existing snapshot keeps its
|
|
105
|
+
* provenance (`source`) and any windows the headers did not mention.
|
|
106
|
+
*/
|
|
107
|
+
recordClaudeHeaders(accountId: string, headers: AllowanceHeadersLike, observedMs?: number): AccountAllowanceSnapshot | null;
|
|
68
108
|
clear(): void;
|
|
69
109
|
private loadPersisted;
|
|
70
110
|
private persist;
|
|
@@ -74,4 +114,4 @@ declare function setSharedAccountAllowanceStore(store: AccountAllowanceStore): v
|
|
|
74
114
|
/** Test/daemon teardown seam. */
|
|
75
115
|
declare function __resetSharedAccountAllowanceStoreForTests(): void;
|
|
76
116
|
|
|
77
|
-
export { type AccountAllowancePersistence, AccountAllowanceStore, type AllowanceHeadersLike, type CodexAllowanceObservation, type CodexAllowanceWindowObservation, DEFAULT_ALLOWANCE_MAX_SNAPSHOTS, DEFAULT_CODEX_ALLOWANCE_FRESH_MS, __resetSharedAccountAllowanceStoreForTests, getSharedAccountAllowanceStore, normalizeAccountAllowanceSnapshot, parseCodexAllowanceHeaders, setSharedAccountAllowanceStore };
|
|
117
|
+
export { type AccountAllowancePersistence, AccountAllowanceStore, type AllowanceHeadersLike, CLAUDE_HEADER_FRESH_MS, type ClaudeAllowanceObservation, type ClaudeAllowanceWindowObservation, type CodexAllowanceObservation, type CodexAllowanceWindowObservation, DEFAULT_ALLOWANCE_MAX_SNAPSHOTS, DEFAULT_CODEX_ALLOWANCE_FRESH_MS, __resetSharedAccountAllowanceStoreForTests, getSharedAccountAllowanceStore, normalizeAccountAllowanceSnapshot, parseClaudeAllowanceHeaders, parseCodexAllowanceHeaders, setSharedAccountAllowanceStore };
|
|
@@ -12,11 +12,19 @@ import { SubscriptionProviderId } from '@omnicross/contracts/subscription-types'
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
declare const DEFAULT_CODEX_ALLOWANCE_FRESH_MS: number;
|
|
15
|
+
/**
|
|
16
|
+
* Freshness granted to a Claude window updated from live response headers.
|
|
17
|
+
* Matches the daemon usage-collector's 5-minute cache so passive and active
|
|
18
|
+
* observations age out on the same cadence.
|
|
19
|
+
*/
|
|
20
|
+
declare const CLAUDE_HEADER_FRESH_MS: number;
|
|
15
21
|
declare const DEFAULT_ALLOWANCE_MAX_SNAPSHOTS = 256;
|
|
16
22
|
type AllowanceHeadersLike = Headers | Record<string, string | string[] | number | null | undefined>;
|
|
17
23
|
interface CodexAllowanceWindowObservation {
|
|
18
24
|
usedPercent?: number;
|
|
19
25
|
resetAfterSeconds?: number;
|
|
26
|
+
/** Absolute reset instant as epoch seconds (or ms when the value is large). */
|
|
27
|
+
resetAtSeconds?: number;
|
|
20
28
|
windowMinutes?: number;
|
|
21
29
|
}
|
|
22
30
|
interface CodexAllowanceObservation {
|
|
@@ -39,6 +47,29 @@ interface AccountAllowancePersistence {
|
|
|
39
47
|
declare function normalizeAccountAllowanceSnapshot(value: unknown): AccountAllowanceSnapshot | null;
|
|
40
48
|
/** Parse only the documented numeric Codex allowance headers. */
|
|
41
49
|
declare function parseCodexAllowanceHeaders(headers: AllowanceHeadersLike): CodexAllowanceObservation | null;
|
|
50
|
+
/** One `anthropic-ratelimit-unified-<window>-*` header pair observation. */
|
|
51
|
+
interface ClaudeAllowanceWindowObservation {
|
|
52
|
+
/** Percent used (0-100), converted from the wire's 0-1 fraction. */
|
|
53
|
+
usedPercent?: number;
|
|
54
|
+
/** Absolute reset instant, normalized to epoch ms. */
|
|
55
|
+
resetAtMs?: number;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The Claude per-response unified rate-limit windows oh-my-pi documents:
|
|
59
|
+
* `5h` / `7d` (account-wide) and `7d_oi` (the model-scoped weekly counter the
|
|
60
|
+
* official clients surface as the Fable family cap).
|
|
61
|
+
*/
|
|
62
|
+
interface ClaudeAllowanceObservation {
|
|
63
|
+
fiveHour?: ClaudeAllowanceWindowObservation;
|
|
64
|
+
sevenDay?: ClaudeAllowanceWindowObservation;
|
|
65
|
+
scopedSevenDay?: ClaudeAllowanceWindowObservation;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Parse the `anthropic-ratelimit-unified-*` response headers present on every
|
|
69
|
+
* Claude Messages response. `utilization` is a 0-1 fraction and `reset` epoch
|
|
70
|
+
* seconds. Returns `null` when none of the windows are present.
|
|
71
|
+
*/
|
|
72
|
+
declare function parseClaudeAllowanceHeaders(headers: AllowanceHeadersLike): ClaudeAllowanceObservation | null;
|
|
42
73
|
/** In-memory allowance projection shared by serving/admin with optional host persistence. */
|
|
43
74
|
declare class AccountAllowanceStore {
|
|
44
75
|
private readonly now;
|
|
@@ -65,6 +96,15 @@ declare class AccountAllowanceStore {
|
|
|
65
96
|
* set preserves previous values while marking untouched windows stale.
|
|
66
97
|
*/
|
|
67
98
|
recordCodexHeaders(accountId: string, headers: AllowanceHeadersLike, observedMs?: number): AccountAllowanceSnapshot | null;
|
|
99
|
+
/**
|
|
100
|
+
* Merge one real Claude upstream response's `anthropic-ratelimit-unified-*`
|
|
101
|
+
* headers into the selected account's snapshot. Live-traffic updates are the
|
|
102
|
+
* passive complement to the daemon's `/api/oauth/usage` poll: they keep the
|
|
103
|
+
* 5h/7d windows fresh between polls WITHOUT an extra request. A response with
|
|
104
|
+
* no recognized headers is a strict no-op; an existing snapshot keeps its
|
|
105
|
+
* provenance (`source`) and any windows the headers did not mention.
|
|
106
|
+
*/
|
|
107
|
+
recordClaudeHeaders(accountId: string, headers: AllowanceHeadersLike, observedMs?: number): AccountAllowanceSnapshot | null;
|
|
68
108
|
clear(): void;
|
|
69
109
|
private loadPersisted;
|
|
70
110
|
private persist;
|
|
@@ -74,4 +114,4 @@ declare function setSharedAccountAllowanceStore(store: AccountAllowanceStore): v
|
|
|
74
114
|
/** Test/daemon teardown seam. */
|
|
75
115
|
declare function __resetSharedAccountAllowanceStoreForTests(): void;
|
|
76
116
|
|
|
77
|
-
export { type AccountAllowancePersistence, AccountAllowanceStore, type AllowanceHeadersLike, type CodexAllowanceObservation, type CodexAllowanceWindowObservation, DEFAULT_ALLOWANCE_MAX_SNAPSHOTS, DEFAULT_CODEX_ALLOWANCE_FRESH_MS, __resetSharedAccountAllowanceStoreForTests, getSharedAccountAllowanceStore, normalizeAccountAllowanceSnapshot, parseCodexAllowanceHeaders, setSharedAccountAllowanceStore };
|
|
117
|
+
export { type AccountAllowancePersistence, AccountAllowanceStore, type AllowanceHeadersLike, CLAUDE_HEADER_FRESH_MS, type ClaudeAllowanceObservation, type ClaudeAllowanceWindowObservation, type CodexAllowanceObservation, type CodexAllowanceWindowObservation, DEFAULT_ALLOWANCE_MAX_SNAPSHOTS, DEFAULT_CODEX_ALLOWANCE_FRESH_MS, __resetSharedAccountAllowanceStoreForTests, getSharedAccountAllowanceStore, normalizeAccountAllowanceSnapshot, parseClaudeAllowanceHeaders, parseCodexAllowanceHeaders, setSharedAccountAllowanceStore };
|
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccountAllowanceStore,
|
|
3
|
+
CLAUDE_HEADER_FRESH_MS,
|
|
3
4
|
DEFAULT_ALLOWANCE_MAX_SNAPSHOTS,
|
|
4
5
|
DEFAULT_CODEX_ALLOWANCE_FRESH_MS,
|
|
5
6
|
__resetSharedAccountAllowanceStoreForTests,
|
|
6
7
|
getSharedAccountAllowanceStore,
|
|
7
8
|
normalizeAccountAllowanceSnapshot,
|
|
9
|
+
parseClaudeAllowanceHeaders,
|
|
8
10
|
parseCodexAllowanceHeaders,
|
|
9
11
|
setSharedAccountAllowanceStore
|
|
10
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-NJS2DZE6.js";
|
|
11
13
|
export {
|
|
12
14
|
AccountAllowanceStore,
|
|
15
|
+
CLAUDE_HEADER_FRESH_MS,
|
|
13
16
|
DEFAULT_ALLOWANCE_MAX_SNAPSHOTS,
|
|
14
17
|
DEFAULT_CODEX_ALLOWANCE_FRESH_MS,
|
|
15
18
|
__resetSharedAccountAllowanceStoreForTests,
|
|
16
19
|
getSharedAccountAllowanceStore,
|
|
17
20
|
normalizeAccountAllowanceSnapshot,
|
|
21
|
+
parseClaudeAllowanceHeaders,
|
|
18
22
|
parseCodexAllowanceHeaders,
|
|
19
23
|
setSharedAccountAllowanceStore
|
|
20
24
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkXGVPGH7Vcjs = require('../chunk-XGVPGH7V.cjs');
|
|
5
5
|
require('../chunk-SVNDB62D.cjs');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-T55Z77BR.cjs');
|
|
7
7
|
require('../chunk-25GXJCEZ.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-FHXDUHVE.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.SubscriptionAuthSource =
|
|
12
|
+
exports.SubscriptionAuthSource = _chunkXGVPGH7Vcjs.SubscriptionAuthSource; exports.stripAuthHeaders = _chunkXGVPGH7Vcjs.stripAuthHeaders;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SubscriptionAuthSource,
|
|
3
3
|
stripAuthHeaders
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-T2VIZQT4.js";
|
|
5
5
|
import "../chunk-AVYJ4YBN.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-YVBHFVTF.js";
|
|
7
7
|
import "../chunk-2JYRIADS.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-NJS2DZE6.js";
|
|
9
9
|
export {
|
|
10
10
|
SubscriptionAuthSource,
|
|
11
11
|
stripAuthHeaders
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkRS773ZL3cjs = require('../chunk-RS773ZL3.cjs');
|
|
8
8
|
require('../chunk-235MXAGX.cjs');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-FHXDUHVE.cjs');
|
|
10
10
|
require('../chunk-NKVZ6Z3Y.cjs');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -14,4 +14,4 @@ require('../chunk-NKVZ6Z3Y.cjs');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
exports.__resetUpstreamProxyForTests =
|
|
17
|
+
exports.__resetUpstreamProxyForTests = _chunkRS773ZL3cjs.__resetUpstreamProxyForTests; exports.bumpUpstreamProxyGeneration = _chunkRS773ZL3cjs.bumpUpstreamProxyGeneration; exports.fetchUpstream = _chunkRS773ZL3cjs.fetchUpstream; exports.resolveUpstreamDispatcher = _chunkRS773ZL3cjs.resolveUpstreamDispatcher; exports.setUpstreamProxyResolver = _chunkRS773ZL3cjs.setUpstreamProxyResolver;
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
fetchUpstream,
|
|
5
5
|
resolveUpstreamDispatcher,
|
|
6
6
|
setUpstreamProxyResolver
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-N5Q5PBV5.js";
|
|
8
8
|
import "../chunk-3WD4HTR2.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-NJS2DZE6.js";
|
|
10
10
|
import "../chunk-GL6XM527.js";
|
|
11
11
|
export {
|
|
12
12
|
__resetUpstreamProxyForTests,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkEY3S7NJ3cjs = require('../chunk-EY3S7NJ3.cjs');
|
|
5
5
|
require('../chunk-E4QHVXV5.cjs');
|
|
6
6
|
require('../chunk-HQP3K7PU.cjs');
|
|
7
7
|
require('../chunk-QVOB2DNX.cjs');
|
|
@@ -30,9 +30,9 @@ require('../chunk-QXD4MV2X.cjs');
|
|
|
30
30
|
require('../chunk-NYUNU75A.cjs');
|
|
31
31
|
require('../chunk-OTZC4TNH.cjs');
|
|
32
32
|
require('../chunk-7LRTPNFL.cjs');
|
|
33
|
-
require('../chunk-
|
|
33
|
+
require('../chunk-XGVPGH7V.cjs');
|
|
34
34
|
require('../chunk-SVNDB62D.cjs');
|
|
35
|
-
require('../chunk-
|
|
35
|
+
require('../chunk-T55Z77BR.cjs');
|
|
36
36
|
require('../chunk-25GXJCEZ.cjs');
|
|
37
37
|
require('../chunk-FX325I5Q.cjs');
|
|
38
38
|
require('../chunk-AEOZIDEB.cjs');
|
|
@@ -41,7 +41,7 @@ require('../chunk-APYG5QD7.cjs');
|
|
|
41
41
|
require('../chunk-L74VDN4A.cjs');
|
|
42
42
|
require('../chunk-XSVNC2UD.cjs');
|
|
43
43
|
require('../chunk-4YINUUKQ.cjs');
|
|
44
|
-
require('../chunk-
|
|
44
|
+
require('../chunk-AKIOOFY3.cjs');
|
|
45
45
|
require('../chunk-QBZJ7P2T.cjs');
|
|
46
46
|
require('../chunk-4IH4EL7M.cjs');
|
|
47
47
|
require('../chunk-JMJBSACD.cjs');
|
|
@@ -53,14 +53,14 @@ require('../chunk-VXRTQZF2.cjs');
|
|
|
53
53
|
require('../chunk-WX2E2G7H.cjs');
|
|
54
54
|
require('../chunk-77USGNRW.cjs');
|
|
55
55
|
require('../chunk-IUL4VWNU.cjs');
|
|
56
|
-
require('../chunk-
|
|
56
|
+
require('../chunk-RS773ZL3.cjs');
|
|
57
57
|
require('../chunk-235MXAGX.cjs');
|
|
58
|
-
require('../chunk-
|
|
58
|
+
require('../chunk-FHXDUHVE.cjs');
|
|
59
59
|
require('../chunk-NKVZ6Z3Y.cjs');
|
|
60
60
|
require('../chunk-UPQIWJIE.cjs');
|
|
61
61
|
require('../chunk-G4CZIUIB.cjs');
|
|
62
|
-
require('../chunk-
|
|
62
|
+
require('../chunk-2RCCLQYV.cjs');
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
exports.ProviderProxy =
|
|
66
|
+
exports.ProviderProxy = _chunkEY3S7NJ3cjs.ProviderProxy; exports.isLoopbackAddress = _chunkEY3S7NJ3cjs.isLoopbackAddress;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ProviderProxy,
|
|
3
3
|
isLoopbackAddress
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-STENJNJU.js";
|
|
5
5
|
import "../chunk-MZEGQSKQ.js";
|
|
6
6
|
import "../chunk-VVEHS2LI.js";
|
|
7
7
|
import "../chunk-WTQMX2Q6.js";
|
|
@@ -30,9 +30,9 @@ import "../chunk-JWC6APFQ.js";
|
|
|
30
30
|
import "../chunk-5ERIZW3D.js";
|
|
31
31
|
import "../chunk-PO3XB56Z.js";
|
|
32
32
|
import "../chunk-V2UKUTJ3.js";
|
|
33
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-T2VIZQT4.js";
|
|
34
34
|
import "../chunk-AVYJ4YBN.js";
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-YVBHFVTF.js";
|
|
36
36
|
import "../chunk-2JYRIADS.js";
|
|
37
37
|
import "../chunk-6OKXH2TW.js";
|
|
38
38
|
import "../chunk-WNY4WMRF.js";
|
|
@@ -41,7 +41,7 @@ import "../chunk-WLYIIEAF.js";
|
|
|
41
41
|
import "../chunk-TKJMZBAH.js";
|
|
42
42
|
import "../chunk-OZFM4X3S.js";
|
|
43
43
|
import "../chunk-3QFXFCHG.js";
|
|
44
|
-
import "../chunk-
|
|
44
|
+
import "../chunk-NRYLPGQB.js";
|
|
45
45
|
import "../chunk-AQ5TNQB7.js";
|
|
46
46
|
import "../chunk-XEKD23J5.js";
|
|
47
47
|
import "../chunk-Y7FO65VT.js";
|
|
@@ -53,13 +53,13 @@ import "../chunk-4VVCXVB7.js";
|
|
|
53
53
|
import "../chunk-R4VCO2CB.js";
|
|
54
54
|
import "../chunk-WYVGULTQ.js";
|
|
55
55
|
import "../chunk-ZLNHPUFA.js";
|
|
56
|
-
import "../chunk-
|
|
56
|
+
import "../chunk-N5Q5PBV5.js";
|
|
57
57
|
import "../chunk-3WD4HTR2.js";
|
|
58
|
-
import "../chunk-
|
|
58
|
+
import "../chunk-NJS2DZE6.js";
|
|
59
59
|
import "../chunk-GL6XM527.js";
|
|
60
60
|
import "../chunk-LQYS2N47.js";
|
|
61
61
|
import "../chunk-4JOU54M5.js";
|
|
62
|
-
import "../chunk-
|
|
62
|
+
import "../chunk-4PFWFODB.js";
|
|
63
63
|
export {
|
|
64
64
|
ProviderProxy,
|
|
65
65
|
isLoopbackAddress
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkEY3S7NJ3cjs = require('../../chunk-EY3S7NJ3.cjs');
|
|
15
15
|
require('../../chunk-E4QHVXV5.cjs');
|
|
16
16
|
require('../../chunk-HQP3K7PU.cjs');
|
|
17
17
|
require('../../chunk-QVOB2DNX.cjs');
|
|
@@ -40,9 +40,9 @@ require('../../chunk-QXD4MV2X.cjs');
|
|
|
40
40
|
require('../../chunk-NYUNU75A.cjs');
|
|
41
41
|
require('../../chunk-OTZC4TNH.cjs');
|
|
42
42
|
require('../../chunk-7LRTPNFL.cjs');
|
|
43
|
-
require('../../chunk-
|
|
43
|
+
require('../../chunk-XGVPGH7V.cjs');
|
|
44
44
|
require('../../chunk-SVNDB62D.cjs');
|
|
45
|
-
require('../../chunk-
|
|
45
|
+
require('../../chunk-T55Z77BR.cjs');
|
|
46
46
|
require('../../chunk-25GXJCEZ.cjs');
|
|
47
47
|
require('../../chunk-FX325I5Q.cjs');
|
|
48
48
|
require('../../chunk-AEOZIDEB.cjs');
|
|
@@ -51,7 +51,7 @@ require('../../chunk-APYG5QD7.cjs');
|
|
|
51
51
|
require('../../chunk-L74VDN4A.cjs');
|
|
52
52
|
require('../../chunk-XSVNC2UD.cjs');
|
|
53
53
|
require('../../chunk-4YINUUKQ.cjs');
|
|
54
|
-
require('../../chunk-
|
|
54
|
+
require('../../chunk-AKIOOFY3.cjs');
|
|
55
55
|
require('../../chunk-QBZJ7P2T.cjs');
|
|
56
56
|
require('../../chunk-4IH4EL7M.cjs');
|
|
57
57
|
require('../../chunk-JMJBSACD.cjs');
|
|
@@ -63,13 +63,13 @@ require('../../chunk-VXRTQZF2.cjs');
|
|
|
63
63
|
require('../../chunk-WX2E2G7H.cjs');
|
|
64
64
|
require('../../chunk-77USGNRW.cjs');
|
|
65
65
|
require('../../chunk-IUL4VWNU.cjs');
|
|
66
|
-
require('../../chunk-
|
|
66
|
+
require('../../chunk-RS773ZL3.cjs');
|
|
67
67
|
require('../../chunk-235MXAGX.cjs');
|
|
68
|
-
require('../../chunk-
|
|
68
|
+
require('../../chunk-FHXDUHVE.cjs');
|
|
69
69
|
require('../../chunk-NKVZ6Z3Y.cjs');
|
|
70
70
|
require('../../chunk-UPQIWJIE.cjs');
|
|
71
71
|
require('../../chunk-G4CZIUIB.cjs');
|
|
72
|
-
require('../../chunk-
|
|
72
|
+
require('../../chunk-2RCCLQYV.cjs');
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
@@ -83,4 +83,4 @@ require('../../chunk-MPXOKQJP.cjs');
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
exports.aggregateAnthropicSseToJsonBody =
|
|
86
|
+
exports.aggregateAnthropicSseToJsonBody = _chunkEY3S7NJ3cjs.aggregateAnthropicSseToJsonBody; exports.cancelDiscardedResponse = _chunkEY3S7NJ3cjs.cancelDiscardedResponse; exports.getAnthropicEndpointTransformer = _chunkEY3S7NJ3cjs.getAnthropicEndpointTransformer; exports.getGeminiEndpointTransformer = _chunkEY3S7NJ3cjs.getGeminiEndpointTransformer; exports.getResponsesEndpointTransformer = _chunkEY3S7NJ3cjs.getResponsesEndpointTransformer; exports.getSharedExecutor = _chunkEY3S7NJ3cjs.getSharedExecutor; exports.projectUpstreamResponseHeaders = _chunkEY3S7NJ3cjs.projectUpstreamResponseHeaders; exports.readBody = _chunkEY3S7NJ3cjs.readBody; exports.relayResponse = _chunkEY3S7NJ3cjs.relayResponse; exports.resolvePoolBoundKey = _chunkEY3S7NJ3cjs.resolvePoolBoundKey; exports.writeBoundAccountError = _chunkEY3S7NJ3cjs.writeBoundAccountError; exports.writeError = _chunkEY3S7NJ3cjs.writeError;
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
resolvePoolBoundKey,
|
|
12
12
|
writeBoundAccountError,
|
|
13
13
|
writeError
|
|
14
|
-
} from "../../chunk-
|
|
14
|
+
} from "../../chunk-STENJNJU.js";
|
|
15
15
|
import "../../chunk-MZEGQSKQ.js";
|
|
16
16
|
import "../../chunk-VVEHS2LI.js";
|
|
17
17
|
import "../../chunk-WTQMX2Q6.js";
|
|
@@ -40,9 +40,9 @@ import "../../chunk-JWC6APFQ.js";
|
|
|
40
40
|
import "../../chunk-5ERIZW3D.js";
|
|
41
41
|
import "../../chunk-PO3XB56Z.js";
|
|
42
42
|
import "../../chunk-V2UKUTJ3.js";
|
|
43
|
-
import "../../chunk-
|
|
43
|
+
import "../../chunk-T2VIZQT4.js";
|
|
44
44
|
import "../../chunk-AVYJ4YBN.js";
|
|
45
|
-
import "../../chunk-
|
|
45
|
+
import "../../chunk-YVBHFVTF.js";
|
|
46
46
|
import "../../chunk-2JYRIADS.js";
|
|
47
47
|
import "../../chunk-6OKXH2TW.js";
|
|
48
48
|
import "../../chunk-WNY4WMRF.js";
|
|
@@ -51,7 +51,7 @@ import "../../chunk-WLYIIEAF.js";
|
|
|
51
51
|
import "../../chunk-TKJMZBAH.js";
|
|
52
52
|
import "../../chunk-OZFM4X3S.js";
|
|
53
53
|
import "../../chunk-3QFXFCHG.js";
|
|
54
|
-
import "../../chunk-
|
|
54
|
+
import "../../chunk-NRYLPGQB.js";
|
|
55
55
|
import "../../chunk-AQ5TNQB7.js";
|
|
56
56
|
import "../../chunk-XEKD23J5.js";
|
|
57
57
|
import "../../chunk-Y7FO65VT.js";
|
|
@@ -63,13 +63,13 @@ import "../../chunk-4VVCXVB7.js";
|
|
|
63
63
|
import "../../chunk-R4VCO2CB.js";
|
|
64
64
|
import "../../chunk-WYVGULTQ.js";
|
|
65
65
|
import "../../chunk-ZLNHPUFA.js";
|
|
66
|
-
import "../../chunk-
|
|
66
|
+
import "../../chunk-N5Q5PBV5.js";
|
|
67
67
|
import "../../chunk-3WD4HTR2.js";
|
|
68
|
-
import "../../chunk-
|
|
68
|
+
import "../../chunk-NJS2DZE6.js";
|
|
69
69
|
import "../../chunk-GL6XM527.js";
|
|
70
70
|
import "../../chunk-LQYS2N47.js";
|
|
71
71
|
import "../../chunk-4JOU54M5.js";
|
|
72
|
-
import "../../chunk-
|
|
72
|
+
import "../../chunk-4PFWFODB.js";
|
|
73
73
|
export {
|
|
74
74
|
aggregateAnthropicSseToJsonBody,
|
|
75
75
|
cancelDiscardedResponse,
|
package/dist/provider-proxy.cjs
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
var
|
|
43
|
+
var _chunkEY3S7NJ3cjs = require('./chunk-EY3S7NJ3.cjs');
|
|
44
44
|
require('./chunk-E4QHVXV5.cjs');
|
|
45
45
|
require('./chunk-HQP3K7PU.cjs');
|
|
46
46
|
require('./chunk-QVOB2DNX.cjs');
|
|
@@ -69,9 +69,9 @@ require('./chunk-QXD4MV2X.cjs');
|
|
|
69
69
|
require('./chunk-NYUNU75A.cjs');
|
|
70
70
|
require('./chunk-OTZC4TNH.cjs');
|
|
71
71
|
require('./chunk-7LRTPNFL.cjs');
|
|
72
|
-
require('./chunk-
|
|
72
|
+
require('./chunk-XGVPGH7V.cjs');
|
|
73
73
|
require('./chunk-SVNDB62D.cjs');
|
|
74
|
-
require('./chunk-
|
|
74
|
+
require('./chunk-T55Z77BR.cjs');
|
|
75
75
|
require('./chunk-25GXJCEZ.cjs');
|
|
76
76
|
require('./chunk-FX325I5Q.cjs');
|
|
77
77
|
require('./chunk-AEOZIDEB.cjs');
|
|
@@ -80,7 +80,7 @@ require('./chunk-APYG5QD7.cjs');
|
|
|
80
80
|
require('./chunk-L74VDN4A.cjs');
|
|
81
81
|
require('./chunk-XSVNC2UD.cjs');
|
|
82
82
|
require('./chunk-4YINUUKQ.cjs');
|
|
83
|
-
require('./chunk-
|
|
83
|
+
require('./chunk-AKIOOFY3.cjs');
|
|
84
84
|
require('./chunk-QBZJ7P2T.cjs');
|
|
85
85
|
require('./chunk-4IH4EL7M.cjs');
|
|
86
86
|
require('./chunk-JMJBSACD.cjs');
|
|
@@ -92,13 +92,13 @@ require('./chunk-VXRTQZF2.cjs');
|
|
|
92
92
|
require('./chunk-WX2E2G7H.cjs');
|
|
93
93
|
require('./chunk-77USGNRW.cjs');
|
|
94
94
|
require('./chunk-IUL4VWNU.cjs');
|
|
95
|
-
require('./chunk-
|
|
95
|
+
require('./chunk-RS773ZL3.cjs');
|
|
96
96
|
require('./chunk-235MXAGX.cjs');
|
|
97
|
-
require('./chunk-
|
|
97
|
+
require('./chunk-FHXDUHVE.cjs');
|
|
98
98
|
require('./chunk-NKVZ6Z3Y.cjs');
|
|
99
99
|
require('./chunk-UPQIWJIE.cjs');
|
|
100
100
|
require('./chunk-G4CZIUIB.cjs');
|
|
101
|
-
require('./chunk-
|
|
101
|
+
require('./chunk-2RCCLQYV.cjs');
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
@@ -141,4 +141,4 @@ require('./chunk-MPXOKQJP.cjs');
|
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
exports.DEFAULT_ROUTE_IDLE_MS =
|
|
144
|
+
exports.DEFAULT_ROUTE_IDLE_MS = _chunkEY3S7NJ3cjs.DEFAULT_ROUTE_IDLE_MS; exports.ProviderProxy = _chunkEY3S7NJ3cjs.ProviderProxy; exports.ProviderProxyRouteMap = _chunkEY3S7NJ3cjs.ProviderProxyRouteMap; exports.ROUTE_LEASE_API_VERSION = _chunkEY3S7NJ3cjs.ROUTE_LEASE_API_VERSION; exports.ROUTE_LEASE_CAPABILITIES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_CAPABILITIES; exports.ROUTE_LEASE_CAPABILITIES_SCHEMA = _chunkEY3S7NJ3cjs.ROUTE_LEASE_CAPABILITIES_SCHEMA; exports.ROUTE_LEASE_CODEX_TOKEN_ENV = _chunkEY3S7NJ3cjs.ROUTE_LEASE_CODEX_TOKEN_ENV; exports.ROUTE_LEASE_DEFAULT_TTL_SECONDS = _chunkEY3S7NJ3cjs.ROUTE_LEASE_DEFAULT_TTL_SECONDS; exports.ROUTE_LEASE_MAX_CONSUMER_BYTES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_CONSUMER_BYTES; exports.ROUTE_LEASE_MAX_EXECUTION_ID_BYTES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_EXECUTION_ID_BYTES; exports.ROUTE_LEASE_MAX_IDEMPOTENCY_BYTES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_IDEMPOTENCY_BYTES; exports.ROUTE_LEASE_MAX_MODEL_BYTES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_MODEL_BYTES; exports.ROUTE_LEASE_MAX_SESSION_ID_BYTES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_SESSION_ID_BYTES; exports.ROUTE_LEASE_MAX_TTL_SECONDS = _chunkEY3S7NJ3cjs.ROUTE_LEASE_MAX_TTL_SECONDS; exports.ROUTE_LEASE_REQUEST_SCHEMA = _chunkEY3S7NJ3cjs.ROUTE_LEASE_REQUEST_SCHEMA; exports.ROUTE_LEASE_RESULT_SCHEMA = _chunkEY3S7NJ3cjs.ROUTE_LEASE_RESULT_SCHEMA; exports.ROUTE_LEASE_RUNTIMES = _chunkEY3S7NJ3cjs.ROUTE_LEASE_RUNTIMES; exports.ROUTE_LEASE_RUNTIME_TABLE = _chunkEY3S7NJ3cjs.ROUTE_LEASE_RUNTIME_TABLE; exports.ROUTE_LEASE_SESSION_HASH_DOMAIN = _chunkEY3S7NJ3cjs.ROUTE_LEASE_SESSION_HASH_DOMAIN; exports.ResponsesAffinityStore = _chunkEY3S7NJ3cjs.ResponsesAffinityStore; exports.RouteLeaseError = _chunkEY3S7NJ3cjs.RouteLeaseError; exports.RouteLeaseManager = _chunkEY3S7NJ3cjs.RouteLeaseManager; exports.RouteLeaseTargetResolver = _chunkEY3S7NJ3cjs.RouteLeaseTargetResolver; exports.SYSTEM_ROUTE_LEASE_CLOCK = _chunkEY3S7NJ3cjs.SYSTEM_ROUTE_LEASE_CLOCK; exports.__resetProviderProxyForTests = _chunkEY3S7NJ3cjs.__resetProviderProxyForTests; exports.canonicalizeRouteLeasePayload = _chunkEY3S7NJ3cjs.canonicalizeRouteLeasePayload; exports.classifyResponsesProfile = _chunkEY3S7NJ3cjs.classifyResponsesProfile; exports.createNativeResponsesHostedImageIngress = _chunkEY3S7NJ3cjs.createNativeResponsesHostedImageIngress; exports.createResponsesCompactHandler = _chunkEY3S7NJ3cjs.createResponsesCompactHandler; exports.extractRouteToken = _chunkEY3S7NJ3cjs.extractRouteToken; exports.getProviderProxy = _chunkEY3S7NJ3cjs.getProviderProxy; exports.getResponsesAffinityStore = _chunkEY3S7NJ3cjs.getResponsesAffinityStore; exports.hashRouteLeasePayload = _chunkEY3S7NJ3cjs.hashRouteLeasePayload; exports.hashRouteLeaseSessionId = _chunkEY3S7NJ3cjs.hashRouteLeaseSessionId; exports.isLoopbackAddress = _chunkEY3S7NJ3cjs.isLoopbackAddress; exports.normalizeRouteLeaseIdempotencyKey = _chunkEY3S7NJ3cjs.normalizeRouteLeaseIdempotencyKey; exports.normalizeRouteLeaseTtl = _chunkEY3S7NJ3cjs.normalizeRouteLeaseTtl; exports.parseRouteLeaseCreate = _chunkEY3S7NJ3cjs.parseRouteLeaseCreate; exports.previousResponseNotFound = _chunkEY3S7NJ3cjs.previousResponseNotFound; exports.registerResponsesCompactOperation = _chunkEY3S7NJ3cjs.registerResponsesCompactOperation; exports.routeLeaseRuntime = _chunkEY3S7NJ3cjs.routeLeaseRuntime;
|
package/dist/provider-proxy.js
CHANGED
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
previousResponseNotFound,
|
|
41
41
|
registerResponsesCompactOperation,
|
|
42
42
|
routeLeaseRuntime
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-STENJNJU.js";
|
|
44
44
|
import "./chunk-MZEGQSKQ.js";
|
|
45
45
|
import "./chunk-VVEHS2LI.js";
|
|
46
46
|
import "./chunk-WTQMX2Q6.js";
|
|
@@ -69,9 +69,9 @@ import "./chunk-JWC6APFQ.js";
|
|
|
69
69
|
import "./chunk-5ERIZW3D.js";
|
|
70
70
|
import "./chunk-PO3XB56Z.js";
|
|
71
71
|
import "./chunk-V2UKUTJ3.js";
|
|
72
|
-
import "./chunk-
|
|
72
|
+
import "./chunk-T2VIZQT4.js";
|
|
73
73
|
import "./chunk-AVYJ4YBN.js";
|
|
74
|
-
import "./chunk-
|
|
74
|
+
import "./chunk-YVBHFVTF.js";
|
|
75
75
|
import "./chunk-2JYRIADS.js";
|
|
76
76
|
import "./chunk-6OKXH2TW.js";
|
|
77
77
|
import "./chunk-WNY4WMRF.js";
|
|
@@ -80,7 +80,7 @@ import "./chunk-WLYIIEAF.js";
|
|
|
80
80
|
import "./chunk-TKJMZBAH.js";
|
|
81
81
|
import "./chunk-OZFM4X3S.js";
|
|
82
82
|
import "./chunk-3QFXFCHG.js";
|
|
83
|
-
import "./chunk-
|
|
83
|
+
import "./chunk-NRYLPGQB.js";
|
|
84
84
|
import "./chunk-AQ5TNQB7.js";
|
|
85
85
|
import "./chunk-XEKD23J5.js";
|
|
86
86
|
import "./chunk-Y7FO65VT.js";
|
|
@@ -92,13 +92,13 @@ import "./chunk-4VVCXVB7.js";
|
|
|
92
92
|
import "./chunk-R4VCO2CB.js";
|
|
93
93
|
import "./chunk-WYVGULTQ.js";
|
|
94
94
|
import "./chunk-ZLNHPUFA.js";
|
|
95
|
-
import "./chunk-
|
|
95
|
+
import "./chunk-N5Q5PBV5.js";
|
|
96
96
|
import "./chunk-3WD4HTR2.js";
|
|
97
|
-
import "./chunk-
|
|
97
|
+
import "./chunk-NJS2DZE6.js";
|
|
98
98
|
import "./chunk-GL6XM527.js";
|
|
99
99
|
import "./chunk-LQYS2N47.js";
|
|
100
100
|
import "./chunk-4JOU54M5.js";
|
|
101
|
-
import "./chunk-
|
|
101
|
+
import "./chunk-4PFWFODB.js";
|
|
102
102
|
export {
|
|
103
103
|
DEFAULT_ROUTE_IDLE_MS,
|
|
104
104
|
ProviderProxy,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunkPTU7SXM3cjs = require('./chunk-PTU7SXM3.cjs');
|
|
4
|
+
require('./chunk-BTBEJRGL.cjs');
|
|
5
|
+
require('./chunk-7RJI3NDI.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.createSearchRuntime = _chunkPTU7SXM3cjs.createSearchRuntime;
|