@omnicross/core 0.3.0 → 0.4.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/dist/auth/GeminiCodeAssistProjectResolver.cjs +3 -3
- package/dist/auth/GeminiCodeAssistProjectResolver.js +2 -2
- package/dist/{chunk-HVBBDBS3.cjs → chunk-2T6D7LWE.cjs} +96 -9
- package/dist/{chunk-VL5TUDTM.js → chunk-5DJSOFEP.js} +6 -1
- package/dist/{chunk-LKDAN4D7.js → chunk-5TEWZN5J.js} +112 -38
- package/dist/{chunk-6QQG7YG3.cjs → chunk-BKXC4XM6.cjs} +3 -3
- package/dist/{chunk-OPRS4IQZ.js → chunk-C3NPMQTK.js} +2 -2
- package/dist/{chunk-HOMUGKHR.js → chunk-GTDQCW3H.js} +29 -2
- package/dist/{chunk-23S5OPIO.js → chunk-HDXSPXIN.js} +1 -1
- package/dist/{chunk-MKF46GNZ.js → chunk-PF7YQBKX.js} +91 -4
- package/dist/{chunk-VSYQ6XYN.cjs → chunk-QEOV6Y4E.cjs} +516 -442
- package/dist/{chunk-U47LQXPB.js → chunk-QRXOLINS.js} +4 -1
- package/dist/{chunk-YNJNTCSQ.cjs → chunk-TX3AEV6H.cjs} +2 -2
- package/dist/{chunk-OIKREZVQ.cjs → chunk-TX4UCSOP.cjs} +30 -3
- package/dist/{chunk-T6NWPIYZ.cjs → chunk-YEVWA4C7.cjs} +4 -1
- package/dist/{chunk-4Z3ZLLC2.cjs → chunk-ZSA44G7J.cjs} +13 -8
- package/dist/completion/CompletionService.cjs +8 -8
- package/dist/completion/CompletionService.js +7 -7
- package/dist/completion.cjs +14 -8
- package/dist/completion.d.cts +22 -1
- package/dist/completion.d.ts +22 -1
- package/dist/completion.js +14 -8
- package/dist/index.cjs +14 -8
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +14 -8
- 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/LlmConfigProviderAuth.cjs +2 -2
- package/dist/pipeline/LlmConfigProviderAuth.js +1 -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/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
verifyKey,
|
|
129
129
|
verifyPresentedKey,
|
|
130
130
|
voucherCodePrefix
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-5TEWZN5J.js";
|
|
132
132
|
import "./chunk-MZEGQSKQ.js";
|
|
133
133
|
import {
|
|
134
134
|
createSSEParser,
|
|
@@ -166,17 +166,20 @@ import "./chunk-OE6TDIWW.js";
|
|
|
166
166
|
import "./chunk-DRWHTIIZ.js";
|
|
167
167
|
import "./chunk-X335TJNS.js";
|
|
168
168
|
import {
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
EXTRA_HEADER_RESERVED_NAMES,
|
|
170
|
+
expandHeaderPlaceholder,
|
|
171
|
+
getProviderHeaders,
|
|
172
|
+
mergeExtraHeaders
|
|
173
|
+
} from "./chunk-GTDQCW3H.js";
|
|
171
174
|
import "./chunk-JWC6APFQ.js";
|
|
172
175
|
import "./chunk-5ERIZW3D.js";
|
|
173
176
|
import "./chunk-PO3XB56Z.js";
|
|
174
177
|
import "./chunk-V2UKUTJ3.js";
|
|
175
|
-
import "./chunk-
|
|
178
|
+
import "./chunk-HDXSPXIN.js";
|
|
176
179
|
import {
|
|
177
180
|
serializeError
|
|
178
181
|
} from "./chunk-AVYJ4YBN.js";
|
|
179
|
-
import "./chunk-
|
|
182
|
+
import "./chunk-C3NPMQTK.js";
|
|
180
183
|
import {
|
|
181
184
|
BoundAccountSelectionError,
|
|
182
185
|
boundAccountSelectionMessage,
|
|
@@ -211,7 +214,7 @@ import {
|
|
|
211
214
|
resolvePrefixTarget,
|
|
212
215
|
resolveRoute,
|
|
213
216
|
validateEndpointModelConfig
|
|
214
|
-
} from "./chunk-
|
|
217
|
+
} from "./chunk-QRXOLINS.js";
|
|
215
218
|
import "./chunk-AQ5TNQB7.js";
|
|
216
219
|
import {
|
|
217
220
|
ENDPOINT_MODEL_KINDS
|
|
@@ -257,9 +260,9 @@ import "./chunk-4VVCXVB7.js";
|
|
|
257
260
|
import "./chunk-R4VCO2CB.js";
|
|
258
261
|
import "./chunk-WYVGULTQ.js";
|
|
259
262
|
import "./chunk-ZLNHPUFA.js";
|
|
260
|
-
import "./chunk-
|
|
263
|
+
import "./chunk-5DJSOFEP.js";
|
|
261
264
|
import "./chunk-3WD4HTR2.js";
|
|
262
|
-
import "./chunk-
|
|
265
|
+
import "./chunk-PF7YQBKX.js";
|
|
263
266
|
import "./chunk-GL6XM527.js";
|
|
264
267
|
import {
|
|
265
268
|
DEFAULT_IMAGE_API_LIMITS,
|
|
@@ -319,6 +322,7 @@ export {
|
|
|
319
322
|
DEFAULT_SEARCH_SERVER_CONFIG,
|
|
320
323
|
DEFAULT_USER_MESSAGE_QUEUE,
|
|
321
324
|
ENDPOINT_MODEL_KINDS,
|
|
325
|
+
EXTRA_HEADER_RESERVED_NAMES,
|
|
322
326
|
IMAGE_REQUEST_DIRECTORY_MARKER_CONTENT,
|
|
323
327
|
IMAGE_REQUEST_DIRECTORY_MARKER_NAME,
|
|
324
328
|
IMAGE_SERVER_HARD_CEILINGS,
|
|
@@ -426,6 +430,7 @@ export {
|
|
|
426
430
|
emit as emitStreamEvent,
|
|
427
431
|
endpointSupportsSubscription,
|
|
428
432
|
endpointToIngressFormat,
|
|
433
|
+
expandHeaderPlaceholder,
|
|
429
434
|
extractRouteToken,
|
|
430
435
|
formatUrls,
|
|
431
436
|
gatewayBindingToEndpointConfig,
|
|
@@ -461,6 +466,7 @@ export {
|
|
|
461
466
|
isUserMessageRequest,
|
|
462
467
|
legacyEndpointsToBindings,
|
|
463
468
|
loadServerConfig,
|
|
469
|
+
mergeExtraHeaders,
|
|
464
470
|
mergeServerConfig,
|
|
465
471
|
modelKindsForEndpoint,
|
|
466
472
|
newVoucherId,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkYEVWA4C7cjs = require('../chunk-YEVWA4C7.cjs');
|
|
7
7
|
require('../chunk-QBZJ7P2T.cjs');
|
|
8
8
|
require('../chunk-4IH4EL7M.cjs');
|
|
9
9
|
|
|
@@ -11,4 +11,4 @@ require('../chunk-4IH4EL7M.cjs');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.isSubscriptionProviderId =
|
|
14
|
+
exports.isSubscriptionProviderId = _chunkYEVWA4C7cjs.isSubscriptionProviderId; exports.parseModelRef = _chunkYEVWA4C7cjs.parseModelRef; exports.pickModelRefFromList = _chunkYEVWA4C7cjs.pickModelRefFromList; exports.resolveRoute = _chunkYEVWA4C7cjs.resolveRoute;
|
package/dist/outbound-api.cjs
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
var
|
|
80
|
+
var _chunkQEOV6Y4Ecjs = require('./chunk-QEOV6Y4E.cjs');
|
|
81
81
|
require('./chunk-E4QHVXV5.cjs');
|
|
82
82
|
require('./chunk-HQP3K7PU.cjs');
|
|
83
83
|
require('./chunk-QVOB2DNX.cjs');
|
|
@@ -101,14 +101,14 @@ require('./chunk-J3QQ6JS5.cjs');
|
|
|
101
101
|
require('./chunk-UIBD2YY5.cjs');
|
|
102
102
|
require('./chunk-R3HK6R4B.cjs');
|
|
103
103
|
require('./chunk-KQBLZMP6.cjs');
|
|
104
|
-
require('./chunk-
|
|
104
|
+
require('./chunk-TX4UCSOP.cjs');
|
|
105
105
|
require('./chunk-QXD4MV2X.cjs');
|
|
106
106
|
require('./chunk-NYUNU75A.cjs');
|
|
107
107
|
require('./chunk-OTZC4TNH.cjs');
|
|
108
108
|
require('./chunk-7LRTPNFL.cjs');
|
|
109
|
-
require('./chunk-
|
|
109
|
+
require('./chunk-TX3AEV6H.cjs');
|
|
110
110
|
require('./chunk-SVNDB62D.cjs');
|
|
111
|
-
require('./chunk-
|
|
111
|
+
require('./chunk-BKXC4XM6.cjs');
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
|
|
@@ -143,7 +143,7 @@ require('./chunk-4YINUUKQ.cjs');
|
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
|
|
146
|
-
var
|
|
146
|
+
var _chunkYEVWA4C7cjs = require('./chunk-YEVWA4C7.cjs');
|
|
147
147
|
require('./chunk-QBZJ7P2T.cjs');
|
|
148
148
|
|
|
149
149
|
|
|
@@ -157,9 +157,9 @@ require('./chunk-VXRTQZF2.cjs');
|
|
|
157
157
|
require('./chunk-WX2E2G7H.cjs');
|
|
158
158
|
require('./chunk-77USGNRW.cjs');
|
|
159
159
|
require('./chunk-IUL4VWNU.cjs');
|
|
160
|
-
require('./chunk-
|
|
160
|
+
require('./chunk-ZSA44G7J.cjs');
|
|
161
161
|
require('./chunk-235MXAGX.cjs');
|
|
162
|
-
require('./chunk-
|
|
162
|
+
require('./chunk-2T6D7LWE.cjs');
|
|
163
163
|
require('./chunk-NKVZ6Z3Y.cjs');
|
|
164
164
|
require('./chunk-UPQIWJIE.cjs');
|
|
165
165
|
require('./chunk-G4CZIUIB.cjs');
|
|
@@ -265,4 +265,4 @@ require('./chunk-2RCCLQYV.cjs');
|
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
|
|
268
|
-
exports.AUDIT_REDACTED = _chunkHCOQQAZEcjs.AUDIT_REDACTED; exports.BoundAccountSelectionError = _chunk25GXJCEZcjs.BoundAccountSelectionError; exports.ConcurrencyQueueFullError =
|
|
268
|
+
exports.AUDIT_REDACTED = _chunkHCOQQAZEcjs.AUDIT_REDACTED; exports.BoundAccountSelectionError = _chunk25GXJCEZcjs.BoundAccountSelectionError; exports.ConcurrencyQueueFullError = _chunkQEOV6Y4Ecjs.ConcurrencyQueueFullError; exports.ConcurrencyWaitCancelledError = _chunkQEOV6Y4Ecjs.ConcurrencyWaitCancelledError; exports.ConcurrencyWaitTimeoutError = _chunkQEOV6Y4Ecjs.ConcurrencyWaitTimeoutError; exports.DEFAULT_ACCOUNT_PROBE = _chunkQEOV6Y4Ecjs.DEFAULT_ACCOUNT_PROBE; exports.DEFAULT_ALLOWANCE_SCHEDULING = _chunkQEOV6Y4Ecjs.DEFAULT_ALLOWANCE_SCHEDULING; exports.DEFAULT_CONCURRENCY_QUEUE = _chunkQEOV6Y4Ecjs.DEFAULT_CONCURRENCY_QUEUE; exports.DEFAULT_FINGERPRINT = _chunkQEOV6Y4Ecjs.DEFAULT_FINGERPRINT; exports.DEFAULT_IMAGES_SERVER_CONFIG = _chunkQEOV6Y4Ecjs.DEFAULT_IMAGES_SERVER_CONFIG; exports.DEFAULT_OUTBOUND_PORT = _chunkQEOV6Y4Ecjs.DEFAULT_OUTBOUND_PORT; exports.DEFAULT_SEARCH_SERVER_CONFIG = _chunkQEOV6Y4Ecjs.DEFAULT_SEARCH_SERVER_CONFIG; exports.DEFAULT_USER_MESSAGE_QUEUE = _chunkQEOV6Y4Ecjs.DEFAULT_USER_MESSAGE_QUEUE; exports.ENDPOINT_MODEL_KINDS = _chunk4IH4EL7Mcjs.ENDPOINT_MODEL_KINDS; exports.IMAGE_SERVER_HARD_CEILINGS = _chunkQEOV6Y4Ecjs.IMAGE_SERVER_HARD_CEILINGS; exports.KeySpendTracker = _chunkQEOV6Y4Ecjs.KeySpendTracker; exports.KeyedMutex = _chunkQEOV6Y4Ecjs.KeyedMutex; exports.LEGACY_OUTBOUND_PERMISSIONS = _chunkQEOV6Y4Ecjs.LEGACY_OUTBOUND_PERMISSIONS; exports.OUTBOUND_API_SERVER_CONFIG_KEY = _chunkQEOV6Y4Ecjs.OUTBOUND_API_SERVER_CONFIG_KEY; exports.OutboundApiServer = _chunkQEOV6Y4Ecjs.OutboundApiServer; exports.OutboundConcurrencyGate = _chunkQEOV6Y4Ecjs.OutboundConcurrencyGate; exports.OutboundRateLimiter = _chunkQEOV6Y4Ecjs.OutboundRateLimiter; exports.SUBSCRIPTION_PROVIDER_IDS = _chunkYEVWA4C7cjs.SUBSCRIPTION_PROVIDER_IDS; exports.SerialQueueTimeoutError = _chunkQEOV6Y4Ecjs.SerialQueueTimeoutError; exports.UserMessageSerialQueue = _chunkQEOV6Y4Ecjs.UserMessageSerialQueue; exports.__resetOutboundApiServerForTests = _chunkQEOV6Y4Ecjs.__resetOutboundApiServerForTests; exports.beginAuditCapture = _chunkFX325I5Qcjs.beginAuditCapture; exports.beginBillingCapture = _chunkAPYG5QD7cjs.beginBillingCapture; exports.boundAccountSelectionMessage = _chunk25GXJCEZcjs.boundAccountSelectionMessage; exports.candidateBackgroundModelIds = _chunkQEOV6Y4Ecjs.candidateBackgroundModelIds; exports.candidateGatewayBindings = _chunkQEOV6Y4Ecjs.candidateGatewayBindings; exports.checkKeyQuota = _chunkQEOV6Y4Ecjs.checkKeyQuota; exports.classifyModelPrefix = _chunkYEVWA4C7cjs.classifyModelPrefix; exports.codexSearchRoutePath = _chunkQEOV6Y4Ecjs.codexSearchRoutePath; exports.computeKeyExpiry = _chunkQEOV6Y4Ecjs.computeKeyExpiry; exports.computeVoucherGrant = _chunkQEOV6Y4Ecjs.computeVoucherGrant; exports.createIntegrationKey = _chunkQEOV6Y4Ecjs.createIntegrationKey; exports.createNamedKey = _chunkQEOV6Y4Ecjs.createNamedKey; exports.defaultServerConfig = _chunkQEOV6Y4Ecjs.defaultServerConfig; exports.detectModelKind = _chunkYEVWA4C7cjs.detectModelKind; exports.detectRequestRole = _chunkYEVWA4C7cjs.detectRequestRole; exports.effectiveOutboundPermissions = _chunkQEOV6Y4Ecjs.effectiveOutboundPermissions; exports.endpointSupportsSubscription = _chunkYEVWA4C7cjs.endpointSupportsSubscription; exports.endpointToIngressFormat = _chunkYEVWA4C7cjs.endpointToIngressFormat; exports.formatUrls = _chunkQEOV6Y4Ecjs.formatUrls; exports.gatewayBindingToEndpointConfig = _chunkQEOV6Y4Ecjs.gatewayBindingToEndpointConfig; exports.generateVoucherCode = _chunkQEOV6Y4Ecjs.generateVoucherCode; exports.getOutboundApiServer = _chunkQEOV6Y4Ecjs.getOutboundApiServer; exports.handleCodexSearchRequest = _chunkQEOV6Y4Ecjs.handleCodexSearchRequest; exports.handleVoucherRedeem = _chunkQEOV6Y4Ecjs.handleVoucherRedeem; exports.hashKey = _chunkQEOV6Y4Ecjs.hashKey; exports.hashVoucherCode = _chunkQEOV6Y4Ecjs.hashVoucherCode; exports.isBoundAccountSelectionError = _chunk25GXJCEZcjs.isBoundAccountSelectionError; exports.isCodexSearchRequest = _chunkQEOV6Y4Ecjs.isCodexSearchRequest; exports.isConcurrencyRejection = _chunkQEOV6Y4Ecjs.isConcurrencyRejection; exports.isKindMappedEndpoint = _chunkYEVWA4C7cjs.isKindMappedEndpoint; exports.isRedeemRequest = _chunkQEOV6Y4Ecjs.isRedeemRequest; exports.isSerialQueueTimeout = _chunkQEOV6Y4Ecjs.isSerialQueueTimeout; exports.isSubscriptionProviderId = _chunkYEVWA4C7cjs.isSubscriptionProviderId; exports.isUserMessageRequest = _chunkQEOV6Y4Ecjs.isUserMessageRequest; exports.legacyEndpointsToBindings = _chunkQEOV6Y4Ecjs.legacyEndpointsToBindings; exports.loadServerConfig = _chunkQEOV6Y4Ecjs.loadServerConfig; exports.mergeServerConfig = _chunkQEOV6Y4Ecjs.mergeServerConfig; exports.modelKindsForEndpoint = _chunkYEVWA4C7cjs.modelKindsForEndpoint; exports.newVoucherId = _chunkQEOV6Y4Ecjs.newVoucherId; exports.normalizeAccountProbe = _chunkQEOV6Y4Ecjs.normalizeAccountProbe; exports.normalizeAllowanceScheduling = _chunkQEOV6Y4Ecjs.normalizeAllowanceScheduling; exports.normalizeAudit = _chunkQEOV6Y4Ecjs.normalizeAudit; exports.normalizeBilling = _chunkQEOV6Y4Ecjs.normalizeBilling; exports.normalizeFingerprint = _chunkQEOV6Y4Ecjs.normalizeFingerprint; exports.normalizeGatewayBindings = _chunkQEOV6Y4Ecjs.normalizeGatewayBindings; exports.normalizeImagesServerConfig = _chunkQEOV6Y4Ecjs.normalizeImagesServerConfig; exports.normalizePrefixTargets = _chunkQEOV6Y4Ecjs.normalizePrefixTargets; exports.normalizeProxyConfig = _chunkQEOV6Y4Ecjs.normalizeProxyConfig; exports.normalizeProxySegment = _chunkQEOV6Y4Ecjs.normalizeProxySegment; exports.normalizeQueueSegments = _chunkQEOV6Y4Ecjs.normalizeQueueSegments; exports.normalizeSearchApiProviderConfigs = _chunkQEOV6Y4Ecjs.normalizeSearchApiProviderConfigs; exports.normalizeSearchServerConfig = _chunkQEOV6Y4Ecjs.normalizeSearchServerConfig; exports.normalizeServerConfig = _chunkQEOV6Y4Ecjs.normalizeServerConfig; exports.normalizeVoucher = _chunkQEOV6Y4Ecjs.normalizeVoucher; exports.normalizeWebhookDestination = _chunkQEOV6Y4Ecjs.normalizeWebhookDestination; exports.normalizeWebhookSegment = _chunkQEOV6Y4Ecjs.normalizeWebhookSegment; exports.parseModelRef = _chunkYEVWA4C7cjs.parseModelRef; exports.pickModelRefFromList = _chunkYEVWA4C7cjs.pickModelRefFromList; exports.randomBase62 = _chunkQEOV6Y4Ecjs.randomBase62; exports.redactAuditText = _chunkHCOQQAZEcjs.redactAuditText; exports.resolveGatewayBinding = _chunkQEOV6Y4Ecjs.resolveGatewayBinding; exports.resolvePrefixTarget = _chunkYEVWA4C7cjs.resolvePrefixTarget; exports.resolveRoute = _chunkYEVWA4C7cjs.resolveRoute; exports.saveServerConfig = _chunkQEOV6Y4Ecjs.saveServerConfig; exports.startOfLocalDay = _chunkQEOV6Y4Ecjs.startOfLocalDay; exports.startOfLocalWeek = _chunkQEOV6Y4Ecjs.startOfLocalWeek; exports.toVoucherInfo = _chunkQEOV6Y4Ecjs.toVoucherInfo; exports.validateEndpointModelConfig = _chunkYEVWA4C7cjs.validateEndpointModelConfig; exports.validateImagesServerConfig = _chunkQEOV6Y4Ecjs.validateImagesServerConfig; exports.validateOutboundPermissions = _chunkQEOV6Y4Ecjs.validateOutboundPermissions; exports.validateSearchServerConfig = _chunkQEOV6Y4Ecjs.validateSearchServerConfig; exports.verifyKey = _chunkQEOV6Y4Ecjs.verifyKey; exports.verifyPresentedKey = _chunkQEOV6Y4Ecjs.verifyPresentedKey; exports.voucherCodePrefix = _chunkQEOV6Y4Ecjs.voucherCodePrefix;
|
package/dist/outbound-api.js
CHANGED
|
@@ -77,7 +77,7 @@ import {
|
|
|
77
77
|
verifyKey,
|
|
78
78
|
verifyPresentedKey,
|
|
79
79
|
voucherCodePrefix
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-5TEWZN5J.js";
|
|
81
81
|
import "./chunk-MZEGQSKQ.js";
|
|
82
82
|
import "./chunk-VVEHS2LI.js";
|
|
83
83
|
import "./chunk-WTQMX2Q6.js";
|
|
@@ -101,14 +101,14 @@ import "./chunk-GFIZ6LQI.js";
|
|
|
101
101
|
import "./chunk-OE6TDIWW.js";
|
|
102
102
|
import "./chunk-DRWHTIIZ.js";
|
|
103
103
|
import "./chunk-X335TJNS.js";
|
|
104
|
-
import "./chunk-
|
|
104
|
+
import "./chunk-GTDQCW3H.js";
|
|
105
105
|
import "./chunk-JWC6APFQ.js";
|
|
106
106
|
import "./chunk-5ERIZW3D.js";
|
|
107
107
|
import "./chunk-PO3XB56Z.js";
|
|
108
108
|
import "./chunk-V2UKUTJ3.js";
|
|
109
|
-
import "./chunk-
|
|
109
|
+
import "./chunk-HDXSPXIN.js";
|
|
110
110
|
import "./chunk-AVYJ4YBN.js";
|
|
111
|
-
import "./chunk-
|
|
111
|
+
import "./chunk-C3NPMQTK.js";
|
|
112
112
|
import {
|
|
113
113
|
BoundAccountSelectionError,
|
|
114
114
|
boundAccountSelectionMessage,
|
|
@@ -143,7 +143,7 @@ import {
|
|
|
143
143
|
resolvePrefixTarget,
|
|
144
144
|
resolveRoute,
|
|
145
145
|
validateEndpointModelConfig
|
|
146
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-QRXOLINS.js";
|
|
147
147
|
import "./chunk-AQ5TNQB7.js";
|
|
148
148
|
import {
|
|
149
149
|
ENDPOINT_MODEL_KINDS
|
|
@@ -157,9 +157,9 @@ import "./chunk-4VVCXVB7.js";
|
|
|
157
157
|
import "./chunk-R4VCO2CB.js";
|
|
158
158
|
import "./chunk-WYVGULTQ.js";
|
|
159
159
|
import "./chunk-ZLNHPUFA.js";
|
|
160
|
-
import "./chunk-
|
|
160
|
+
import "./chunk-5DJSOFEP.js";
|
|
161
161
|
import "./chunk-3WD4HTR2.js";
|
|
162
|
-
import "./chunk-
|
|
162
|
+
import "./chunk-PF7YQBKX.js";
|
|
163
163
|
import "./chunk-GL6XM527.js";
|
|
164
164
|
import "./chunk-LQYS2N47.js";
|
|
165
165
|
import "./chunk-4JOU54M5.js";
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../chunk-
|
|
7
|
+
var _chunkBKXC4XM6cjs = require('../chunk-BKXC4XM6.cjs');
|
|
8
|
+
require('../chunk-2T6D7LWE.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.AccountAllowanceExhaustedError =
|
|
15
|
+
exports.AccountAllowanceExhaustedError = _chunkBKXC4XM6cjs.AccountAllowanceExhaustedError; exports.AccountAllowanceScheduling = _chunkBKXC4XM6cjs.AccountAllowanceScheduling; exports.__resetSharedAccountAllowanceSchedulingForTests = _chunkBKXC4XM6cjs.__resetSharedAccountAllowanceSchedulingForTests; exports.getSharedAccountAllowanceScheduling = _chunkBKXC4XM6cjs.getSharedAccountAllowanceScheduling; exports.isAccountAllowanceExhaustedError = _chunkBKXC4XM6cjs.isAccountAllowanceExhaustedError;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
__resetSharedAccountAllowanceSchedulingForTests,
|
|
5
5
|
getSharedAccountAllowanceScheduling,
|
|
6
6
|
isAccountAllowanceExhaustedError
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-C3NPMQTK.js";
|
|
8
|
+
import "../chunk-PF7YQBKX.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 _chunk2T6D7LWEcjs = require('../chunk-2T6D7LWE.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 = _chunk2T6D7LWEcjs.AccountAllowanceStore; exports.CLAUDE_HEADER_FRESH_MS = _chunk2T6D7LWEcjs.CLAUDE_HEADER_FRESH_MS; exports.DEFAULT_ALLOWANCE_MAX_SNAPSHOTS = _chunk2T6D7LWEcjs.DEFAULT_ALLOWANCE_MAX_SNAPSHOTS; exports.DEFAULT_CODEX_ALLOWANCE_FRESH_MS = _chunk2T6D7LWEcjs.DEFAULT_CODEX_ALLOWANCE_FRESH_MS; exports.__resetSharedAccountAllowanceStoreForTests = _chunk2T6D7LWEcjs.__resetSharedAccountAllowanceStoreForTests; exports.getSharedAccountAllowanceStore = _chunk2T6D7LWEcjs.getSharedAccountAllowanceStore; exports.normalizeAccountAllowanceSnapshot = _chunk2T6D7LWEcjs.normalizeAccountAllowanceSnapshot; exports.parseClaudeAllowanceHeaders = _chunk2T6D7LWEcjs.parseClaudeAllowanceHeaders; exports.parseCodexAllowanceHeaders = _chunk2T6D7LWEcjs.parseCodexAllowanceHeaders; exports.setSharedAccountAllowanceStore = _chunk2T6D7LWEcjs.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-PF7YQBKX.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,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkTX4UCSOPcjs = require('../chunk-TX4UCSOP.cjs');
|
|
4
4
|
require('../chunk-UNEFIWXI.cjs');
|
|
5
5
|
require('../chunk-A2YMUCBT.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.LlmConfigProviderAuth =
|
|
8
|
+
exports.LlmConfigProviderAuth = _chunkTX4UCSOPcjs.LlmConfigProviderAuth;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTX3AEV6Hcjs = require('../chunk-TX3AEV6H.cjs');
|
|
5
5
|
require('../chunk-SVNDB62D.cjs');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-BKXC4XM6.cjs');
|
|
7
7
|
require('../chunk-25GXJCEZ.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-2T6D7LWE.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.SubscriptionAuthSource =
|
|
12
|
+
exports.SubscriptionAuthSource = _chunkTX3AEV6Hcjs.SubscriptionAuthSource; exports.stripAuthHeaders = _chunkTX3AEV6Hcjs.stripAuthHeaders;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SubscriptionAuthSource,
|
|
3
3
|
stripAuthHeaders
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-HDXSPXIN.js";
|
|
5
5
|
import "../chunk-AVYJ4YBN.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-C3NPMQTK.js";
|
|
7
7
|
import "../chunk-2JYRIADS.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-PF7YQBKX.js";
|
|
9
9
|
export {
|
|
10
10
|
SubscriptionAuthSource,
|
|
11
11
|
stripAuthHeaders
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkZSA44G7Jcjs = require('../chunk-ZSA44G7J.cjs');
|
|
8
8
|
require('../chunk-235MXAGX.cjs');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-2T6D7LWE.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 = _chunkZSA44G7Jcjs.__resetUpstreamProxyForTests; exports.bumpUpstreamProxyGeneration = _chunkZSA44G7Jcjs.bumpUpstreamProxyGeneration; exports.fetchUpstream = _chunkZSA44G7Jcjs.fetchUpstream; exports.resolveUpstreamDispatcher = _chunkZSA44G7Jcjs.resolveUpstreamDispatcher; exports.setUpstreamProxyResolver = _chunkZSA44G7Jcjs.setUpstreamProxyResolver;
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
fetchUpstream,
|
|
5
5
|
resolveUpstreamDispatcher,
|
|
6
6
|
setUpstreamProxyResolver
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-5DJSOFEP.js";
|
|
8
8
|
import "../chunk-3WD4HTR2.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-PF7YQBKX.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 _chunkQEOV6Y4Ecjs = require('../chunk-QEOV6Y4E.cjs');
|
|
5
5
|
require('../chunk-E4QHVXV5.cjs');
|
|
6
6
|
require('../chunk-HQP3K7PU.cjs');
|
|
7
7
|
require('../chunk-QVOB2DNX.cjs');
|
|
@@ -25,14 +25,14 @@ require('../chunk-J3QQ6JS5.cjs');
|
|
|
25
25
|
require('../chunk-UIBD2YY5.cjs');
|
|
26
26
|
require('../chunk-R3HK6R4B.cjs');
|
|
27
27
|
require('../chunk-KQBLZMP6.cjs');
|
|
28
|
-
require('../chunk-
|
|
28
|
+
require('../chunk-TX4UCSOP.cjs');
|
|
29
29
|
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-TX3AEV6H.cjs');
|
|
34
34
|
require('../chunk-SVNDB62D.cjs');
|
|
35
|
-
require('../chunk-
|
|
35
|
+
require('../chunk-BKXC4XM6.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-YEVWA4C7.cjs');
|
|
45
45
|
require('../chunk-QBZJ7P2T.cjs');
|
|
46
46
|
require('../chunk-4IH4EL7M.cjs');
|
|
47
47
|
require('../chunk-JMJBSACD.cjs');
|
|
@@ -53,9 +53,9 @@ 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-ZSA44G7J.cjs');
|
|
57
57
|
require('../chunk-235MXAGX.cjs');
|
|
58
|
-
require('../chunk-
|
|
58
|
+
require('../chunk-2T6D7LWE.cjs');
|
|
59
59
|
require('../chunk-NKVZ6Z3Y.cjs');
|
|
60
60
|
require('../chunk-UPQIWJIE.cjs');
|
|
61
61
|
require('../chunk-G4CZIUIB.cjs');
|
|
@@ -63,4 +63,4 @@ require('../chunk-2RCCLQYV.cjs');
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
exports.ProviderProxy =
|
|
66
|
+
exports.ProviderProxy = _chunkQEOV6Y4Ecjs.ProviderProxy; exports.isLoopbackAddress = _chunkQEOV6Y4Ecjs.isLoopbackAddress;
|