@omnicross/core 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/auth/GeminiCodeAssistProjectResolver.cjs +6 -5
  2. package/dist/auth/GeminiCodeAssistProjectResolver.js +4 -3
  3. package/dist/{chunk-SU2GCLAC.cjs → chunk-3Q6Z6JTO.cjs} +124 -16
  4. package/dist/chunk-3Z5BQZFM.cjs +52 -0
  5. package/dist/{chunk-4VAVYUZS.cjs → chunk-4XMYPW46.cjs} +9 -9
  6. package/dist/{chunk-S4WBV25P.js → chunk-6QZGDLL4.js} +106 -23
  7. package/dist/{chunk-C72S6TTV.cjs → chunk-7FEBOPJO.cjs} +5 -4
  8. package/dist/{chunk-TIER4SUC.js → chunk-BODMAL6G.js} +119 -11
  9. package/dist/{chunk-DKPXN34V.cjs → chunk-CGKLE6IW.cjs} +145 -30
  10. package/dist/{chunk-XK5CIRMQ.js → chunk-D3TDKWRP.js} +60 -2
  11. package/dist/{chunk-RSJ3TWJQ.cjs → chunk-DDMRUL76.cjs} +5 -5
  12. package/dist/{chunk-QYTT6GE3.js → chunk-FH2P4OCD.js} +124 -9
  13. package/dist/{chunk-Z7LUNECE.js → chunk-IB3FDI4O.js} +5 -4
  14. package/dist/{chunk-7Y47UCF2.js → chunk-IFXJ2BG7.js} +5 -38
  15. package/dist/{chunk-C7PSERMH.js → chunk-IWQAX3CS.js} +1 -1
  16. package/dist/{chunk-YGXJGRFI.cjs → chunk-JWVTXXPX.cjs} +106 -23
  17. package/dist/{chunk-7YN22L2H.cjs → chunk-K52THW2C.cjs} +5 -5
  18. package/dist/{chunk-Z7Y2NPHY.js → chunk-MFZ5437A.js} +1 -1
  19. package/dist/{chunk-VPBAUQ2M.js → chunk-OQWKZCXP.js} +15 -8
  20. package/dist/{chunk-OCEUVQHW.cjs → chunk-PG7PS2NN.cjs} +61 -3
  21. package/dist/chunk-SYQF7OIR.js +52 -0
  22. package/dist/{chunk-E3UCVHLP.cjs → chunk-UNWKG6EI.cjs} +5 -38
  23. package/dist/{chunk-RGTR7CIO.cjs → chunk-ZCIQ3L3R.cjs} +19 -12
  24. package/dist/completion/CompletionService.cjs +13 -12
  25. package/dist/completion/CompletionService.js +12 -11
  26. package/dist/completion.cjs +13 -12
  27. package/dist/completion.js +12 -11
  28. package/dist/index.cjs +15 -14
  29. package/dist/index.js +14 -13
  30. package/dist/outbound-api/auditCapture.cjs +2 -2
  31. package/dist/outbound-api/auditCapture.d.cts +5 -3
  32. package/dist/outbound-api/auditCapture.d.ts +5 -3
  33. package/dist/outbound-api/auditCapture.js +1 -1
  34. package/dist/outbound-api.cjs +13 -12
  35. package/dist/outbound-api.js +12 -11
  36. package/dist/pipeline/upstreamFetch.cjs +3 -2
  37. package/dist/pipeline/upstreamFetch.d.cts +6 -0
  38. package/dist/pipeline/upstreamFetch.d.ts +6 -0
  39. package/dist/pipeline/upstreamFetch.js +2 -1
  40. package/dist/pipeline/upstreamTrace.cjs +14 -0
  41. package/dist/pipeline/upstreamTrace.d.cts +85 -0
  42. package/dist/pipeline/upstreamTrace.d.ts +85 -0
  43. package/dist/pipeline/upstreamTrace.js +14 -0
  44. package/dist/provider-proxy/ProviderProxy.cjs +13 -12
  45. package/dist/provider-proxy/ProviderProxy.js +12 -11
  46. package/dist/provider-proxy/ingress/providerProxyShared.cjs +15 -12
  47. package/dist/provider-proxy/ingress/providerProxyShared.d.cts +17 -1
  48. package/dist/provider-proxy/ingress/providerProxyShared.d.ts +17 -1
  49. package/dist/provider-proxy/ingress/providerProxyShared.js +14 -11
  50. package/dist/provider-proxy.cjs +13 -12
  51. package/dist/provider-proxy.js +12 -11
  52. package/dist/transformer/transformers/AnthropicTransformer.cjs +2 -2
  53. package/dist/transformer/transformers/AnthropicTransformer.js +1 -1
  54. package/dist/transformer/transformers/GeminiCodeAssistTransformer.cjs +3 -3
  55. package/dist/transformer/transformers/GeminiCodeAssistTransformer.js +2 -2
  56. package/dist/transformer/transformers/GeminiTransformer.cjs +3 -3
  57. package/dist/transformer/transformers/GeminiTransformer.js +2 -2
  58. package/dist/transformer/transformers/OpenAIResponseTransformer.cjs +2 -2
  59. package/dist/transformer/transformers/OpenAIResponseTransformer.js +1 -1
  60. package/dist/transformer/transformers/OpenCodeGoTransformer.cjs +2 -2
  61. package/dist/transformer/transformers/OpenCodeGoTransformer.js +1 -1
  62. package/dist/transformer/transformers.cjs +9 -9
  63. package/dist/transformer/transformers.js +9 -9
  64. package/dist/transformer.cjs +11 -11
  65. package/dist/transformer.js +10 -10
  66. package/package.json +1 -1
  67. package/dist/{chunk-FTQ7IQUC.js → chunk-C6OV7GCC.js} +8 -8
package/dist/index.js CHANGED
@@ -71,23 +71,26 @@ import {
71
71
  verifyKey,
72
72
  verifyPresentedKey,
73
73
  voucherCodePrefix
74
- } from "./chunk-QYTT6GE3.js";
74
+ } from "./chunk-FH2P4OCD.js";
75
75
  import {
76
76
  createSSEParser,
77
77
  streamSSEResponse
78
78
  } from "./chunk-VVEHS2LI.js";
79
79
  import "./chunk-46RLHI7D.js";
80
+ import {
81
+ TransformerChainExecutor
82
+ } from "./chunk-G2UTNSGU.js";
80
83
  import {
81
84
  TransformerService
82
85
  } from "./chunk-DK4A7DLE.js";
83
86
  import {
84
87
  registerBuiltinTransformers
85
- } from "./chunk-VPBAUQ2M.js";
88
+ } from "./chunk-OQWKZCXP.js";
89
+ import "./chunk-IB3FDI4O.js";
86
90
  import "./chunk-ZJZAOKI7.js";
87
- import "./chunk-FTQ7IQUC.js";
88
- import "./chunk-C7PSERMH.js";
89
- import "./chunk-TIER4SUC.js";
90
- import "./chunk-Z7LUNECE.js";
91
+ import "./chunk-C6OV7GCC.js";
92
+ import "./chunk-IWQAX3CS.js";
93
+ import "./chunk-BODMAL6G.js";
91
94
  import "./chunk-7VU7V2E4.js";
92
95
  import {
93
96
  PricingEngine
@@ -95,9 +98,6 @@ import {
95
98
  import {
96
99
  UsageRecorder
97
100
  } from "./chunk-BPKCU575.js";
98
- import {
99
- TransformerChainExecutor
100
- } from "./chunk-G2UTNSGU.js";
101
101
  import "./chunk-MZNPGW5Q.js";
102
102
  import "./chunk-XTEI64OU.js";
103
103
  import "./chunk-XX6NQJMA.js";
@@ -154,7 +154,7 @@ import {
154
154
  } from "./chunk-H5JUT3KV.js";
155
155
  import {
156
156
  beginAuditCapture
157
- } from "./chunk-7Y47UCF2.js";
157
+ } from "./chunk-IFXJ2BG7.js";
158
158
  import {
159
159
  AUDIT_REDACTED,
160
160
  redactAuditText
@@ -173,9 +173,10 @@ import {
173
173
  hasImageContent,
174
174
  hasThinkingEnabled
175
175
  } from "./chunk-5ZQBEOMD.js";
176
- import "./chunk-Z7Y2NPHY.js";
177
- import "./chunk-S4WBV25P.js";
178
- import "./chunk-XK5CIRMQ.js";
176
+ import "./chunk-MFZ5437A.js";
177
+ import "./chunk-6QZGDLL4.js";
178
+ import "./chunk-D3TDKWRP.js";
179
+ import "./chunk-SYQF7OIR.js";
179
180
  import {
180
181
  BuiltinToolExecutor,
181
182
  getBuiltinSearchTools
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkE3UCVHLPcjs = require('../chunk-E3UCVHLP.cjs');
3
+ var _chunkUNWKG6EIcjs = require('../chunk-UNWKG6EI.cjs');
4
4
  require('../chunk-FCR77GYM.cjs');
5
5
  require('../chunk-AEOZIDEB.cjs');
6
6
  require('../chunk-XSVNC2UD.cjs');
7
7
 
8
8
 
9
- exports.beginAuditCapture = _chunkE3UCVHLPcjs.beginAuditCapture;
9
+ exports.beginAuditCapture = _chunkUNWKG6EIcjs.beginAuditCapture;
@@ -14,9 +14,11 @@ import http from 'node:http';
14
14
  * method; path with the query string DROPPED), the response `statusCode`, the
15
15
  * elapsed ms, and the fields the handler fills in (keyId / model / provider /
16
16
  * error / bodies) — then hands it to the fire-and-forget `recordAudit`;
17
- * - when `captureBodies` is ALSO on, wraps `res.write`/`res.end` to accumulate a
18
- * BOUNDED response body (metadata-only for a streaming `text/event-stream`
19
- * response a full stream is unbounded), and truncates+redacts both bodies.
17
+ * - when `captureBodies` is ALSO on, wraps `res.write`/`res.end` to accumulate
18
+ * the response body. Bodies are captured IN FULL (no truncation) and a
19
+ * streaming `text/event-stream` response is captured too the earlier
20
+ * metadata-only/bounded behavior made a codex (streaming) reply invisible,
21
+ * which defeated debugging. See `upstreamTrace.ts` for the upstream leg.
20
22
  *
21
23
  * Request HEADERS are NEVER read into a record (Authorization / x-api-key live
22
24
  * there). Every stored body passes through {@link redactAuditText}. The assembly
@@ -14,9 +14,11 @@ import http from 'node:http';
14
14
  * method; path with the query string DROPPED), the response `statusCode`, the
15
15
  * elapsed ms, and the fields the handler fills in (keyId / model / provider /
16
16
  * error / bodies) — then hands it to the fire-and-forget `recordAudit`;
17
- * - when `captureBodies` is ALSO on, wraps `res.write`/`res.end` to accumulate a
18
- * BOUNDED response body (metadata-only for a streaming `text/event-stream`
19
- * response a full stream is unbounded), and truncates+redacts both bodies.
17
+ * - when `captureBodies` is ALSO on, wraps `res.write`/`res.end` to accumulate
18
+ * the response body. Bodies are captured IN FULL (no truncation) and a
19
+ * streaming `text/event-stream` response is captured too the earlier
20
+ * metadata-only/bounded behavior made a codex (streaming) reply invisible,
21
+ * which defeated debugging. See `upstreamTrace.ts` for the upstream leg.
20
22
  *
21
23
  * Request HEADERS are NEVER read into a record (Authorization / x-api-key live
22
24
  * there). Every stored body passes through {@link redactAuditText}. The assembly
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  beginAuditCapture
3
- } from "../chunk-7Y47UCF2.js";
3
+ } from "../chunk-IFXJ2BG7.js";
4
4
  import "../chunk-K5NM7VAH.js";
5
5
  import "../chunk-WNY4WMRF.js";
6
6
  import "../chunk-OZFM4X3S.js";
@@ -55,20 +55,20 @@
55
55
 
56
56
 
57
57
 
58
- var _chunkDKPXN34Vcjs = require('./chunk-DKPXN34V.cjs');
58
+ var _chunkCGKLE6IWcjs = require('./chunk-CGKLE6IW.cjs');
59
59
  require('./chunk-HQP3K7PU.cjs');
60
60
  require('./chunk-FZ46M34D.cjs');
61
+ require('./chunk-46ZIFWYG.cjs');
61
62
  require('./chunk-3OPYJG76.cjs');
62
- require('./chunk-RGTR7CIO.cjs');
63
+ require('./chunk-ZCIQ3L3R.cjs');
64
+ require('./chunk-7FEBOPJO.cjs');
63
65
  require('./chunk-DWKQZ2SK.cjs');
64
- require('./chunk-4VAVYUZS.cjs');
65
- require('./chunk-7YN22L2H.cjs');
66
- require('./chunk-SU2GCLAC.cjs');
67
- require('./chunk-C72S6TTV.cjs');
66
+ require('./chunk-4XMYPW46.cjs');
67
+ require('./chunk-K52THW2C.cjs');
68
+ require('./chunk-3Q6Z6JTO.cjs');
68
69
  require('./chunk-EYZYXJTJ.cjs');
69
70
  require('./chunk-YMFAJFQT.cjs');
70
71
  require('./chunk-SNYBEXLB.cjs');
71
- require('./chunk-46ZIFWYG.cjs');
72
72
  require('./chunk-GBHYAGX3.cjs');
73
73
  require('./chunk-RPII3E6Z.cjs');
74
74
  require('./chunk-6RPZADX3.cjs');
@@ -111,7 +111,7 @@ var _chunk4IH4EL7Mcjs = require('./chunk-4IH4EL7M.cjs');
111
111
  require('./chunk-A2YMUCBT.cjs');
112
112
 
113
113
 
114
- var _chunkE3UCVHLPcjs = require('./chunk-E3UCVHLP.cjs');
114
+ var _chunkUNWKG6EIcjs = require('./chunk-UNWKG6EI.cjs');
115
115
 
116
116
 
117
117
 
@@ -119,9 +119,10 @@ var _chunkFCR77GYMcjs = require('./chunk-FCR77GYM.cjs');
119
119
  require('./chunk-AEOZIDEB.cjs');
120
120
  require('./chunk-XSVNC2UD.cjs');
121
121
  require('./chunk-SUEGJ75D.cjs');
122
- require('./chunk-RSJ3TWJQ.cjs');
123
- require('./chunk-YGXJGRFI.cjs');
124
- require('./chunk-OCEUVQHW.cjs');
122
+ require('./chunk-DDMRUL76.cjs');
123
+ require('./chunk-JWVTXXPX.cjs');
124
+ require('./chunk-PG7PS2NN.cjs');
125
+ require('./chunk-3Z5BQZFM.cjs');
125
126
  require('./chunk-NZYN7C3P.cjs');
126
127
  require('./chunk-JMJBSACD.cjs');
127
128
  require('./chunk-GMMT7RVN.cjs');
@@ -203,4 +204,4 @@ require('./chunk-UNEFIWXI.cjs');
203
204
 
204
205
 
205
206
 
206
- exports.AUDIT_REDACTED = _chunkFCR77GYMcjs.AUDIT_REDACTED; exports.ConcurrencyQueueFullError = _chunkDKPXN34Vcjs.ConcurrencyQueueFullError; exports.ConcurrencyWaitCancelledError = _chunkDKPXN34Vcjs.ConcurrencyWaitCancelledError; exports.ConcurrencyWaitTimeoutError = _chunkDKPXN34Vcjs.ConcurrencyWaitTimeoutError; exports.DEFAULT_ACCOUNT_PROBE = _chunkDKPXN34Vcjs.DEFAULT_ACCOUNT_PROBE; exports.DEFAULT_CONCURRENCY_QUEUE = _chunkDKPXN34Vcjs.DEFAULT_CONCURRENCY_QUEUE; exports.DEFAULT_FINGERPRINT = _chunkDKPXN34Vcjs.DEFAULT_FINGERPRINT; exports.DEFAULT_OUTBOUND_PORT = _chunkDKPXN34Vcjs.DEFAULT_OUTBOUND_PORT; exports.DEFAULT_USER_MESSAGE_QUEUE = _chunkDKPXN34Vcjs.DEFAULT_USER_MESSAGE_QUEUE; exports.ENDPOINT_MODEL_KINDS = _chunk4IH4EL7Mcjs.ENDPOINT_MODEL_KINDS; exports.KeySpendTracker = _chunkDKPXN34Vcjs.KeySpendTracker; exports.KeyedMutex = _chunkDKPXN34Vcjs.KeyedMutex; exports.OUTBOUND_API_SERVER_CONFIG_KEY = _chunkDKPXN34Vcjs.OUTBOUND_API_SERVER_CONFIG_KEY; exports.OutboundApiConfigError = _chunkDKPXN34Vcjs.OutboundApiConfigError; exports.OutboundApiServer = _chunkDKPXN34Vcjs.OutboundApiServer; exports.OutboundConcurrencyGate = _chunkDKPXN34Vcjs.OutboundConcurrencyGate; exports.OutboundRateLimiter = _chunkDKPXN34Vcjs.OutboundRateLimiter; exports.SUBSCRIPTION_PROVIDER_IDS = _chunkVACWOIREcjs.SUBSCRIPTION_PROVIDER_IDS; exports.SerialQueueTimeoutError = _chunkDKPXN34Vcjs.SerialQueueTimeoutError; exports.UserMessageSerialQueue = _chunkDKPXN34Vcjs.UserMessageSerialQueue; exports.__resetOutboundApiServerForTests = _chunkDKPXN34Vcjs.__resetOutboundApiServerForTests; exports.beginAuditCapture = _chunkE3UCVHLPcjs.beginAuditCapture; exports.beginBillingCapture = _chunkAPYG5QD7cjs.beginBillingCapture; exports.checkKeyQuota = _chunkDKPXN34Vcjs.checkKeyQuota; exports.classifyModelPrefix = _chunkVACWOIREcjs.classifyModelPrefix; exports.computeKeyExpiry = _chunkDKPXN34Vcjs.computeKeyExpiry; exports.computeVoucherGrant = _chunkDKPXN34Vcjs.computeVoucherGrant; exports.createNamedKey = _chunkDKPXN34Vcjs.createNamedKey; exports.defaultServerConfig = _chunkDKPXN34Vcjs.defaultServerConfig; exports.detectModelKind = _chunkVACWOIREcjs.detectModelKind; exports.detectRequestRole = _chunkVACWOIREcjs.detectRequestRole; exports.endpointSupportsSubscription = _chunkVACWOIREcjs.endpointSupportsSubscription; exports.endpointToIngressFormat = _chunkVACWOIREcjs.endpointToIngressFormat; exports.formatUrls = _chunkDKPXN34Vcjs.formatUrls; exports.generateVoucherCode = _chunkDKPXN34Vcjs.generateVoucherCode; exports.getOutboundApiServer = _chunkDKPXN34Vcjs.getOutboundApiServer; exports.handleVoucherRedeem = _chunkDKPXN34Vcjs.handleVoucherRedeem; exports.hashKey = _chunkDKPXN34Vcjs.hashKey; exports.hashVoucherCode = _chunkDKPXN34Vcjs.hashVoucherCode; exports.isConcurrencyRejection = _chunkDKPXN34Vcjs.isConcurrencyRejection; exports.isKindMappedEndpoint = _chunkVACWOIREcjs.isKindMappedEndpoint; exports.isRedeemRequest = _chunkDKPXN34Vcjs.isRedeemRequest; exports.isSerialQueueTimeout = _chunkDKPXN34Vcjs.isSerialQueueTimeout; exports.isSubscriptionProviderId = _chunkVACWOIREcjs.isSubscriptionProviderId; exports.isUserMessageRequest = _chunkDKPXN34Vcjs.isUserMessageRequest; exports.loadServerConfig = _chunkDKPXN34Vcjs.loadServerConfig; exports.mergeServerConfig = _chunkDKPXN34Vcjs.mergeServerConfig; exports.modelKindsForEndpoint = _chunkVACWOIREcjs.modelKindsForEndpoint; exports.newVoucherId = _chunkDKPXN34Vcjs.newVoucherId; exports.normalizeAccountProbe = _chunkDKPXN34Vcjs.normalizeAccountProbe; exports.normalizeAudit = _chunkDKPXN34Vcjs.normalizeAudit; exports.normalizeBilling = _chunkDKPXN34Vcjs.normalizeBilling; exports.normalizeFingerprint = _chunkDKPXN34Vcjs.normalizeFingerprint; exports.normalizePrefixTargets = _chunkDKPXN34Vcjs.normalizePrefixTargets; exports.normalizeProxyConfig = _chunkDKPXN34Vcjs.normalizeProxyConfig; exports.normalizeProxySegment = _chunkDKPXN34Vcjs.normalizeProxySegment; exports.normalizeQueueSegments = _chunkDKPXN34Vcjs.normalizeQueueSegments; exports.normalizeServerConfig = _chunkDKPXN34Vcjs.normalizeServerConfig; exports.normalizeVoucher = _chunkDKPXN34Vcjs.normalizeVoucher; exports.normalizeWebhookDestination = _chunkDKPXN34Vcjs.normalizeWebhookDestination; exports.normalizeWebhookSegment = _chunkDKPXN34Vcjs.normalizeWebhookSegment; exports.parseModelRef = _chunkVACWOIREcjs.parseModelRef; exports.pickModelRefFromList = _chunkVACWOIREcjs.pickModelRefFromList; exports.randomBase62 = _chunkDKPXN34Vcjs.randomBase62; exports.redactAuditText = _chunkFCR77GYMcjs.redactAuditText; exports.resolvePrefixTarget = _chunkVACWOIREcjs.resolvePrefixTarget; exports.resolveRoute = _chunkVACWOIREcjs.resolveRoute; exports.saveServerConfig = _chunkDKPXN34Vcjs.saveServerConfig; exports.startOfLocalDay = _chunkDKPXN34Vcjs.startOfLocalDay; exports.startOfLocalWeek = _chunkDKPXN34Vcjs.startOfLocalWeek; exports.toVoucherInfo = _chunkDKPXN34Vcjs.toVoucherInfo; exports.validateEndpointModelConfig = _chunkVACWOIREcjs.validateEndpointModelConfig; exports.validateServerModelConfig = _chunkVACWOIREcjs.validateServerModelConfig; exports.verifyKey = _chunkDKPXN34Vcjs.verifyKey; exports.verifyPresentedKey = _chunkDKPXN34Vcjs.verifyPresentedKey; exports.voucherCodePrefix = _chunkDKPXN34Vcjs.voucherCodePrefix;
207
+ exports.AUDIT_REDACTED = _chunkFCR77GYMcjs.AUDIT_REDACTED; exports.ConcurrencyQueueFullError = _chunkCGKLE6IWcjs.ConcurrencyQueueFullError; exports.ConcurrencyWaitCancelledError = _chunkCGKLE6IWcjs.ConcurrencyWaitCancelledError; exports.ConcurrencyWaitTimeoutError = _chunkCGKLE6IWcjs.ConcurrencyWaitTimeoutError; exports.DEFAULT_ACCOUNT_PROBE = _chunkCGKLE6IWcjs.DEFAULT_ACCOUNT_PROBE; exports.DEFAULT_CONCURRENCY_QUEUE = _chunkCGKLE6IWcjs.DEFAULT_CONCURRENCY_QUEUE; exports.DEFAULT_FINGERPRINT = _chunkCGKLE6IWcjs.DEFAULT_FINGERPRINT; exports.DEFAULT_OUTBOUND_PORT = _chunkCGKLE6IWcjs.DEFAULT_OUTBOUND_PORT; exports.DEFAULT_USER_MESSAGE_QUEUE = _chunkCGKLE6IWcjs.DEFAULT_USER_MESSAGE_QUEUE; exports.ENDPOINT_MODEL_KINDS = _chunk4IH4EL7Mcjs.ENDPOINT_MODEL_KINDS; exports.KeySpendTracker = _chunkCGKLE6IWcjs.KeySpendTracker; exports.KeyedMutex = _chunkCGKLE6IWcjs.KeyedMutex; exports.OUTBOUND_API_SERVER_CONFIG_KEY = _chunkCGKLE6IWcjs.OUTBOUND_API_SERVER_CONFIG_KEY; exports.OutboundApiConfigError = _chunkCGKLE6IWcjs.OutboundApiConfigError; exports.OutboundApiServer = _chunkCGKLE6IWcjs.OutboundApiServer; exports.OutboundConcurrencyGate = _chunkCGKLE6IWcjs.OutboundConcurrencyGate; exports.OutboundRateLimiter = _chunkCGKLE6IWcjs.OutboundRateLimiter; exports.SUBSCRIPTION_PROVIDER_IDS = _chunkVACWOIREcjs.SUBSCRIPTION_PROVIDER_IDS; exports.SerialQueueTimeoutError = _chunkCGKLE6IWcjs.SerialQueueTimeoutError; exports.UserMessageSerialQueue = _chunkCGKLE6IWcjs.UserMessageSerialQueue; exports.__resetOutboundApiServerForTests = _chunkCGKLE6IWcjs.__resetOutboundApiServerForTests; exports.beginAuditCapture = _chunkUNWKG6EIcjs.beginAuditCapture; exports.beginBillingCapture = _chunkAPYG5QD7cjs.beginBillingCapture; exports.checkKeyQuota = _chunkCGKLE6IWcjs.checkKeyQuota; exports.classifyModelPrefix = _chunkVACWOIREcjs.classifyModelPrefix; exports.computeKeyExpiry = _chunkCGKLE6IWcjs.computeKeyExpiry; exports.computeVoucherGrant = _chunkCGKLE6IWcjs.computeVoucherGrant; exports.createNamedKey = _chunkCGKLE6IWcjs.createNamedKey; exports.defaultServerConfig = _chunkCGKLE6IWcjs.defaultServerConfig; exports.detectModelKind = _chunkVACWOIREcjs.detectModelKind; exports.detectRequestRole = _chunkVACWOIREcjs.detectRequestRole; exports.endpointSupportsSubscription = _chunkVACWOIREcjs.endpointSupportsSubscription; exports.endpointToIngressFormat = _chunkVACWOIREcjs.endpointToIngressFormat; exports.formatUrls = _chunkCGKLE6IWcjs.formatUrls; exports.generateVoucherCode = _chunkCGKLE6IWcjs.generateVoucherCode; exports.getOutboundApiServer = _chunkCGKLE6IWcjs.getOutboundApiServer; exports.handleVoucherRedeem = _chunkCGKLE6IWcjs.handleVoucherRedeem; exports.hashKey = _chunkCGKLE6IWcjs.hashKey; exports.hashVoucherCode = _chunkCGKLE6IWcjs.hashVoucherCode; exports.isConcurrencyRejection = _chunkCGKLE6IWcjs.isConcurrencyRejection; exports.isKindMappedEndpoint = _chunkVACWOIREcjs.isKindMappedEndpoint; exports.isRedeemRequest = _chunkCGKLE6IWcjs.isRedeemRequest; exports.isSerialQueueTimeout = _chunkCGKLE6IWcjs.isSerialQueueTimeout; exports.isSubscriptionProviderId = _chunkVACWOIREcjs.isSubscriptionProviderId; exports.isUserMessageRequest = _chunkCGKLE6IWcjs.isUserMessageRequest; exports.loadServerConfig = _chunkCGKLE6IWcjs.loadServerConfig; exports.mergeServerConfig = _chunkCGKLE6IWcjs.mergeServerConfig; exports.modelKindsForEndpoint = _chunkVACWOIREcjs.modelKindsForEndpoint; exports.newVoucherId = _chunkCGKLE6IWcjs.newVoucherId; exports.normalizeAccountProbe = _chunkCGKLE6IWcjs.normalizeAccountProbe; exports.normalizeAudit = _chunkCGKLE6IWcjs.normalizeAudit; exports.normalizeBilling = _chunkCGKLE6IWcjs.normalizeBilling; exports.normalizeFingerprint = _chunkCGKLE6IWcjs.normalizeFingerprint; exports.normalizePrefixTargets = _chunkCGKLE6IWcjs.normalizePrefixTargets; exports.normalizeProxyConfig = _chunkCGKLE6IWcjs.normalizeProxyConfig; exports.normalizeProxySegment = _chunkCGKLE6IWcjs.normalizeProxySegment; exports.normalizeQueueSegments = _chunkCGKLE6IWcjs.normalizeQueueSegments; exports.normalizeServerConfig = _chunkCGKLE6IWcjs.normalizeServerConfig; exports.normalizeVoucher = _chunkCGKLE6IWcjs.normalizeVoucher; exports.normalizeWebhookDestination = _chunkCGKLE6IWcjs.normalizeWebhookDestination; exports.normalizeWebhookSegment = _chunkCGKLE6IWcjs.normalizeWebhookSegment; exports.parseModelRef = _chunkVACWOIREcjs.parseModelRef; exports.pickModelRefFromList = _chunkVACWOIREcjs.pickModelRefFromList; exports.randomBase62 = _chunkCGKLE6IWcjs.randomBase62; exports.redactAuditText = _chunkFCR77GYMcjs.redactAuditText; exports.resolvePrefixTarget = _chunkVACWOIREcjs.resolvePrefixTarget; exports.resolveRoute = _chunkVACWOIREcjs.resolveRoute; exports.saveServerConfig = _chunkCGKLE6IWcjs.saveServerConfig; exports.startOfLocalDay = _chunkCGKLE6IWcjs.startOfLocalDay; exports.startOfLocalWeek = _chunkCGKLE6IWcjs.startOfLocalWeek; exports.toVoucherInfo = _chunkCGKLE6IWcjs.toVoucherInfo; exports.validateEndpointModelConfig = _chunkVACWOIREcjs.validateEndpointModelConfig; exports.validateServerModelConfig = _chunkVACWOIREcjs.validateServerModelConfig; exports.verifyKey = _chunkCGKLE6IWcjs.verifyKey; exports.verifyPresentedKey = _chunkCGKLE6IWcjs.verifyPresentedKey; exports.voucherCodePrefix = _chunkCGKLE6IWcjs.voucherCodePrefix;
@@ -55,20 +55,20 @@ import {
55
55
  verifyKey,
56
56
  verifyPresentedKey,
57
57
  voucherCodePrefix
58
- } from "./chunk-QYTT6GE3.js";
58
+ } from "./chunk-FH2P4OCD.js";
59
59
  import "./chunk-VVEHS2LI.js";
60
60
  import "./chunk-46RLHI7D.js";
61
+ import "./chunk-G2UTNSGU.js";
61
62
  import "./chunk-DK4A7DLE.js";
62
- import "./chunk-VPBAUQ2M.js";
63
+ import "./chunk-OQWKZCXP.js";
64
+ import "./chunk-IB3FDI4O.js";
63
65
  import "./chunk-ZJZAOKI7.js";
64
- import "./chunk-FTQ7IQUC.js";
65
- import "./chunk-C7PSERMH.js";
66
- import "./chunk-TIER4SUC.js";
67
- import "./chunk-Z7LUNECE.js";
66
+ import "./chunk-C6OV7GCC.js";
67
+ import "./chunk-IWQAX3CS.js";
68
+ import "./chunk-BODMAL6G.js";
68
69
  import "./chunk-7VU7V2E4.js";
69
70
  import "./chunk-ZLX3KGXX.js";
70
71
  import "./chunk-BPKCU575.js";
71
- import "./chunk-G2UTNSGU.js";
72
72
  import "./chunk-MZNPGW5Q.js";
73
73
  import "./chunk-XTEI64OU.js";
74
74
  import "./chunk-XX6NQJMA.js";
@@ -111,7 +111,7 @@ import {
111
111
  import "./chunk-H5JUT3KV.js";
112
112
  import {
113
113
  beginAuditCapture
114
- } from "./chunk-7Y47UCF2.js";
114
+ } from "./chunk-IFXJ2BG7.js";
115
115
  import {
116
116
  AUDIT_REDACTED,
117
117
  redactAuditText
@@ -119,9 +119,10 @@ import {
119
119
  import "./chunk-WNY4WMRF.js";
120
120
  import "./chunk-OZFM4X3S.js";
121
121
  import "./chunk-5ZQBEOMD.js";
122
- import "./chunk-Z7Y2NPHY.js";
123
- import "./chunk-S4WBV25P.js";
124
- import "./chunk-XK5CIRMQ.js";
122
+ import "./chunk-MFZ5437A.js";
123
+ import "./chunk-6QZGDLL4.js";
124
+ import "./chunk-D3TDKWRP.js";
125
+ import "./chunk-SYQF7OIR.js";
125
126
  import "./chunk-CDHS2QDC.js";
126
127
  import "./chunk-Y7FO65VT.js";
127
128
  import "./chunk-FMOBD2OQ.js";
@@ -4,11 +4,12 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkOCEUVQHWcjs = require('../chunk-OCEUVQHW.cjs');
7
+ var _chunkPG7PS2NNcjs = require('../chunk-PG7PS2NN.cjs');
8
+ require('../chunk-3Z5BQZFM.cjs');
8
9
 
9
10
 
10
11
 
11
12
 
12
13
 
13
14
 
14
- exports.__resetUpstreamProxyForTests = _chunkOCEUVQHWcjs.__resetUpstreamProxyForTests; exports.bumpUpstreamProxyGeneration = _chunkOCEUVQHWcjs.bumpUpstreamProxyGeneration; exports.fetchUpstream = _chunkOCEUVQHWcjs.fetchUpstream; exports.resolveUpstreamDispatcher = _chunkOCEUVQHWcjs.resolveUpstreamDispatcher; exports.setUpstreamProxyResolver = _chunkOCEUVQHWcjs.setUpstreamProxyResolver;
15
+ exports.__resetUpstreamProxyForTests = _chunkPG7PS2NNcjs.__resetUpstreamProxyForTests; exports.bumpUpstreamProxyGeneration = _chunkPG7PS2NNcjs.bumpUpstreamProxyGeneration; exports.fetchUpstream = _chunkPG7PS2NNcjs.fetchUpstream; exports.resolveUpstreamDispatcher = _chunkPG7PS2NNcjs.resolveUpstreamDispatcher; exports.setUpstreamProxyResolver = _chunkPG7PS2NNcjs.setUpstreamProxyResolver;
@@ -28,6 +28,12 @@ import { Dispatcher } from 'undici';
28
28
  * FROZEN SEAM: `#7` (client fingerprint) attaches per-account TLS/agent behavior
29
29
  * at this SAME dispatcher point — do not fork a second egress path.
30
30
  *
31
+ * DEBUG TRACE: when the daemon installs an upstream-trace path (gated on the
32
+ * audit `captureBodies` opt-in), relay calls (`ctx.providerId` set) clone the
33
+ * response and append the FULL exchange (request + verbatim response incl. SSE)
34
+ * to the trace file. Absent a path (the default) it is a pure no-op — zero
35
+ * regression. See `upstreamTrace.ts`.
36
+ *
31
37
  * @module @omnicross/core/pipeline/upstreamFetch
32
38
  */
33
39
 
@@ -28,6 +28,12 @@ import { Dispatcher } from 'undici';
28
28
  * FROZEN SEAM: `#7` (client fingerprint) attaches per-account TLS/agent behavior
29
29
  * at this SAME dispatcher point — do not fork a second egress path.
30
30
  *
31
+ * DEBUG TRACE: when the daemon installs an upstream-trace path (gated on the
32
+ * audit `captureBodies` opt-in), relay calls (`ctx.providerId` set) clone the
33
+ * response and append the FULL exchange (request + verbatim response incl. SSE)
34
+ * to the trace file. Absent a path (the default) it is a pure no-op — zero
35
+ * regression. See `upstreamTrace.ts`.
36
+ *
31
37
  * @module @omnicross/core/pipeline/upstreamFetch
32
38
  */
33
39
 
@@ -4,7 +4,8 @@ import {
4
4
  fetchUpstream,
5
5
  resolveUpstreamDispatcher,
6
6
  setUpstreamProxyResolver
7
- } from "../chunk-XK5CIRMQ.js";
7
+ } from "../chunk-D3TDKWRP.js";
8
+ import "../chunk-SYQF7OIR.js";
8
9
  export {
9
10
  __resetUpstreamProxyForTests,
10
11
  bumpUpstreamProxyGeneration,
@@ -0,0 +1,14 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+ var _chunk3Z5BQZFMcjs = require('../chunk-3Z5BQZFM.cjs');
8
+
9
+
10
+
11
+
12
+
13
+
14
+ exports.__resetUpstreamTraceForTests = _chunk3Z5BQZFMcjs.__resetUpstreamTraceForTests; exports.getUpstreamTracePath = _chunk3Z5BQZFMcjs.getUpstreamTracePath; exports.redactHeaders = _chunk3Z5BQZFMcjs.redactHeaders; exports.setUpstreamTracePath = _chunk3Z5BQZFMcjs.setUpstreamTracePath; exports.writeUpstreamTrace = _chunk3Z5BQZFMcjs.writeUpstreamTrace;
@@ -0,0 +1,85 @@
1
+ /**
2
+ * upstreamTrace — opt-in COMPLETE upstream-exchange capture for debugging
3
+ * (the omnicross → provider leg, e.g. the codex Responses call).
4
+ *
5
+ * The request-audit-log (`auditCapture`) only sees the CLIENT-facing leg
6
+ * (what the client sent to omnicross + what omnicross returned). It can NOT
7
+ * show the actual upstream provider request/response — and for a streaming
8
+ * codex reply it records metadata only. Every protocol-level codex bug
9
+ * (missing `Content-Type`, `store:false`, `input_text`, …) lives in the
10
+ * UPSTREAM exchange, so this module captures it verbatim.
11
+ *
12
+ * {@link fetchUpstream} is the single egress seam for every upstream call.
13
+ * When a trace path is installed it clones the response, reads the FULL body
14
+ * (a `text/event-stream` included — `clone().text()` tees the stream so the
15
+ * relay keeps streaming the original while the clone is buffered for the
16
+ * trace), and appends one {@link UpstreamTraceRecord} JSON line. Relay calls
17
+ * carry an opaque `providerId`; OAuth-refresh / webhook sends do not, so they
18
+ * are skipped (less noise). Tracing is fire-and-forget: a read/write failure
19
+ * is swallowed so the egress path is never affected.
20
+ *
21
+ * The daemon installs the path via {@link setUpstreamTracePath} (gated on the
22
+ * audit segment's `captureBodies`, hot-reloaded like the audit sink). Absent a
23
+ * path the trace is a pure no-op — byte-identical zero regression.
24
+ *
25
+ * Secret discipline: request/response AUTHORIZATION + api-key HEADER values are
26
+ * masked (`***REDACTED***`) — they are OAuth bearer tokens, not the thing under
27
+ * test, and a plaintext trace file must not hold them. Header KEYS stay visible
28
+ * so presence is verifiable. The request/response BODIES are captured VERBATIM
29
+ * (a prompt / a codex SSE stream) — that is the whole point.
30
+ *
31
+ * @module @omnicross/core/pipeline/upstreamTrace
32
+ */
33
+ /**
34
+ * Install (or clear, with `null`/blank) the trace file path. Idempotent — last
35
+ * write wins. The path is resolved by the daemon relative to the audit store.
36
+ */
37
+ declare function setUpstreamTracePath(path: string | null): void;
38
+ /** The active trace file path, or `null` when tracing is disabled. */
39
+ declare function getUpstreamTracePath(): string | null;
40
+ /**
41
+ * Mask secret header values while keeping the keys. Accepts a web `Headers`
42
+ * (from a fetch response) or a plain `Record<string,string>` (from a relay
43
+ * `buildHeaders`). Never throws.
44
+ */
45
+ declare function redactHeaders(headers: Headers | Record<string, string> | Array<[string, string]> | undefined | null): Record<string, string>;
46
+ /** One complete upstream-exchange trace record (appended as one JSON line). */
47
+ interface UpstreamTraceRecord {
48
+ /** Epoch ms the call started (request send time). */
49
+ ts: number;
50
+ /** Round-trip duration in ms (response fully read). */
51
+ durationMs: number;
52
+ /** The opaque relay provider id (`codex`/`claude`/`gemini`/`opencodego`/`byo`). */
53
+ providerId?: string;
54
+ /** The selected pooled account id, when the relay reported one. */
55
+ accountId?: string;
56
+ /** The upstream URL the request was sent to. */
57
+ url: string;
58
+ /** HTTP method. */
59
+ method: string;
60
+ /** Outbound request headers (secret values masked). */
61
+ requestHeaders: Record<string, string>;
62
+ /** Outbound request body verbatim (the codex Responses payload), when a string. */
63
+ requestBody: string | null;
64
+ /** Upstream HTTP status (`0` when the fetch itself failed). */
65
+ status: number;
66
+ /** Upstream HTTP status text. */
67
+ statusText: string;
68
+ /** Upstream response headers. */
69
+ responseHeaders: Record<string, string>;
70
+ /** Upstream response body verbatim — the FULL `text/event-stream` for a stream. */
71
+ responseBody: string;
72
+ /** Response body size in UTF-8 bytes. */
73
+ responseBytes: number;
74
+ }
75
+ /**
76
+ * Append one trace record to the installed file. A no-op (zero work) when no
77
+ * path is installed. Fire-and-forget safe: any fs error is swallowed — a trace
78
+ * failure must NEVER surface into the egress path. ASYNC so a slow disk / large
79
+ * SSE body never blocks the event loop (the call site does not await it).
80
+ */
81
+ declare function writeUpstreamTrace(record: UpstreamTraceRecord): Promise<void>;
82
+ /** TEST SEAM — clear the trace path so a suite starts from the no-trace baseline. */
83
+ declare function __resetUpstreamTraceForTests(): void;
84
+
85
+ export { type UpstreamTraceRecord, __resetUpstreamTraceForTests, getUpstreamTracePath, redactHeaders, setUpstreamTracePath, writeUpstreamTrace };
@@ -0,0 +1,85 @@
1
+ /**
2
+ * upstreamTrace — opt-in COMPLETE upstream-exchange capture for debugging
3
+ * (the omnicross → provider leg, e.g. the codex Responses call).
4
+ *
5
+ * The request-audit-log (`auditCapture`) only sees the CLIENT-facing leg
6
+ * (what the client sent to omnicross + what omnicross returned). It can NOT
7
+ * show the actual upstream provider request/response — and for a streaming
8
+ * codex reply it records metadata only. Every protocol-level codex bug
9
+ * (missing `Content-Type`, `store:false`, `input_text`, …) lives in the
10
+ * UPSTREAM exchange, so this module captures it verbatim.
11
+ *
12
+ * {@link fetchUpstream} is the single egress seam for every upstream call.
13
+ * When a trace path is installed it clones the response, reads the FULL body
14
+ * (a `text/event-stream` included — `clone().text()` tees the stream so the
15
+ * relay keeps streaming the original while the clone is buffered for the
16
+ * trace), and appends one {@link UpstreamTraceRecord} JSON line. Relay calls
17
+ * carry an opaque `providerId`; OAuth-refresh / webhook sends do not, so they
18
+ * are skipped (less noise). Tracing is fire-and-forget: a read/write failure
19
+ * is swallowed so the egress path is never affected.
20
+ *
21
+ * The daemon installs the path via {@link setUpstreamTracePath} (gated on the
22
+ * audit segment's `captureBodies`, hot-reloaded like the audit sink). Absent a
23
+ * path the trace is a pure no-op — byte-identical zero regression.
24
+ *
25
+ * Secret discipline: request/response AUTHORIZATION + api-key HEADER values are
26
+ * masked (`***REDACTED***`) — they are OAuth bearer tokens, not the thing under
27
+ * test, and a plaintext trace file must not hold them. Header KEYS stay visible
28
+ * so presence is verifiable. The request/response BODIES are captured VERBATIM
29
+ * (a prompt / a codex SSE stream) — that is the whole point.
30
+ *
31
+ * @module @omnicross/core/pipeline/upstreamTrace
32
+ */
33
+ /**
34
+ * Install (or clear, with `null`/blank) the trace file path. Idempotent — last
35
+ * write wins. The path is resolved by the daemon relative to the audit store.
36
+ */
37
+ declare function setUpstreamTracePath(path: string | null): void;
38
+ /** The active trace file path, or `null` when tracing is disabled. */
39
+ declare function getUpstreamTracePath(): string | null;
40
+ /**
41
+ * Mask secret header values while keeping the keys. Accepts a web `Headers`
42
+ * (from a fetch response) or a plain `Record<string,string>` (from a relay
43
+ * `buildHeaders`). Never throws.
44
+ */
45
+ declare function redactHeaders(headers: Headers | Record<string, string> | Array<[string, string]> | undefined | null): Record<string, string>;
46
+ /** One complete upstream-exchange trace record (appended as one JSON line). */
47
+ interface UpstreamTraceRecord {
48
+ /** Epoch ms the call started (request send time). */
49
+ ts: number;
50
+ /** Round-trip duration in ms (response fully read). */
51
+ durationMs: number;
52
+ /** The opaque relay provider id (`codex`/`claude`/`gemini`/`opencodego`/`byo`). */
53
+ providerId?: string;
54
+ /** The selected pooled account id, when the relay reported one. */
55
+ accountId?: string;
56
+ /** The upstream URL the request was sent to. */
57
+ url: string;
58
+ /** HTTP method. */
59
+ method: string;
60
+ /** Outbound request headers (secret values masked). */
61
+ requestHeaders: Record<string, string>;
62
+ /** Outbound request body verbatim (the codex Responses payload), when a string. */
63
+ requestBody: string | null;
64
+ /** Upstream HTTP status (`0` when the fetch itself failed). */
65
+ status: number;
66
+ /** Upstream HTTP status text. */
67
+ statusText: string;
68
+ /** Upstream response headers. */
69
+ responseHeaders: Record<string, string>;
70
+ /** Upstream response body verbatim — the FULL `text/event-stream` for a stream. */
71
+ responseBody: string;
72
+ /** Response body size in UTF-8 bytes. */
73
+ responseBytes: number;
74
+ }
75
+ /**
76
+ * Append one trace record to the installed file. A no-op (zero work) when no
77
+ * path is installed. Fire-and-forget safe: any fs error is swallowed — a trace
78
+ * failure must NEVER surface into the egress path. ASYNC so a slow disk / large
79
+ * SSE body never blocks the event loop (the call site does not await it).
80
+ */
81
+ declare function writeUpstreamTrace(record: UpstreamTraceRecord): Promise<void>;
82
+ /** TEST SEAM — clear the trace path so a suite starts from the no-trace baseline. */
83
+ declare function __resetUpstreamTraceForTests(): void;
84
+
85
+ export { type UpstreamTraceRecord, __resetUpstreamTraceForTests, getUpstreamTracePath, redactHeaders, setUpstreamTracePath, writeUpstreamTrace };
@@ -0,0 +1,14 @@
1
+ import {
2
+ __resetUpstreamTraceForTests,
3
+ getUpstreamTracePath,
4
+ redactHeaders,
5
+ setUpstreamTracePath,
6
+ writeUpstreamTrace
7
+ } from "../chunk-SYQF7OIR.js";
8
+ export {
9
+ __resetUpstreamTraceForTests,
10
+ getUpstreamTracePath,
11
+ redactHeaders,
12
+ setUpstreamTracePath,
13
+ writeUpstreamTrace
14
+ };
@@ -1,20 +1,20 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkDKPXN34Vcjs = require('../chunk-DKPXN34V.cjs');
4
+ var _chunkCGKLE6IWcjs = require('../chunk-CGKLE6IW.cjs');
5
5
  require('../chunk-HQP3K7PU.cjs');
6
6
  require('../chunk-FZ46M34D.cjs');
7
+ require('../chunk-46ZIFWYG.cjs');
7
8
  require('../chunk-3OPYJG76.cjs');
8
- require('../chunk-RGTR7CIO.cjs');
9
+ require('../chunk-ZCIQ3L3R.cjs');
10
+ require('../chunk-7FEBOPJO.cjs');
9
11
  require('../chunk-DWKQZ2SK.cjs');
10
- require('../chunk-4VAVYUZS.cjs');
11
- require('../chunk-7YN22L2H.cjs');
12
- require('../chunk-SU2GCLAC.cjs');
13
- require('../chunk-C72S6TTV.cjs');
12
+ require('../chunk-4XMYPW46.cjs');
13
+ require('../chunk-K52THW2C.cjs');
14
+ require('../chunk-3Q6Z6JTO.cjs');
14
15
  require('../chunk-EYZYXJTJ.cjs');
15
16
  require('../chunk-YMFAJFQT.cjs');
16
17
  require('../chunk-SNYBEXLB.cjs');
17
- require('../chunk-46ZIFWYG.cjs');
18
18
  require('../chunk-GBHYAGX3.cjs');
19
19
  require('../chunk-RPII3E6Z.cjs');
20
20
  require('../chunk-6RPZADX3.cjs');
@@ -35,14 +35,15 @@ require('../chunk-VACWOIRE.cjs');
35
35
  require('../chunk-QBZJ7P2T.cjs');
36
36
  require('../chunk-4IH4EL7M.cjs');
37
37
  require('../chunk-A2YMUCBT.cjs');
38
- require('../chunk-E3UCVHLP.cjs');
38
+ require('../chunk-UNWKG6EI.cjs');
39
39
  require('../chunk-FCR77GYM.cjs');
40
40
  require('../chunk-AEOZIDEB.cjs');
41
41
  require('../chunk-XSVNC2UD.cjs');
42
42
  require('../chunk-SUEGJ75D.cjs');
43
- require('../chunk-RSJ3TWJQ.cjs');
44
- require('../chunk-YGXJGRFI.cjs');
45
- require('../chunk-OCEUVQHW.cjs');
43
+ require('../chunk-DDMRUL76.cjs');
44
+ require('../chunk-JWVTXXPX.cjs');
45
+ require('../chunk-PG7PS2NN.cjs');
46
+ require('../chunk-3Z5BQZFM.cjs');
46
47
  require('../chunk-NZYN7C3P.cjs');
47
48
  require('../chunk-JMJBSACD.cjs');
48
49
  require('../chunk-GMMT7RVN.cjs');
@@ -50,4 +51,4 @@ require('../chunk-UNEFIWXI.cjs');
50
51
 
51
52
 
52
53
 
53
- exports.ProviderProxy = _chunkDKPXN34Vcjs.ProviderProxy; exports.isLoopbackAddress = _chunkDKPXN34Vcjs.isLoopbackAddress;
54
+ exports.ProviderProxy = _chunkCGKLE6IWcjs.ProviderProxy; exports.isLoopbackAddress = _chunkCGKLE6IWcjs.isLoopbackAddress;
@@ -1,20 +1,20 @@
1
1
  import {
2
2
  ProviderProxy,
3
3
  isLoopbackAddress
4
- } from "../chunk-QYTT6GE3.js";
4
+ } from "../chunk-FH2P4OCD.js";
5
5
  import "../chunk-VVEHS2LI.js";
6
6
  import "../chunk-46RLHI7D.js";
7
+ import "../chunk-G2UTNSGU.js";
7
8
  import "../chunk-DK4A7DLE.js";
8
- import "../chunk-VPBAUQ2M.js";
9
+ import "../chunk-OQWKZCXP.js";
10
+ import "../chunk-IB3FDI4O.js";
9
11
  import "../chunk-ZJZAOKI7.js";
10
- import "../chunk-FTQ7IQUC.js";
11
- import "../chunk-C7PSERMH.js";
12
- import "../chunk-TIER4SUC.js";
13
- import "../chunk-Z7LUNECE.js";
12
+ import "../chunk-C6OV7GCC.js";
13
+ import "../chunk-IWQAX3CS.js";
14
+ import "../chunk-BODMAL6G.js";
14
15
  import "../chunk-7VU7V2E4.js";
15
16
  import "../chunk-ZLX3KGXX.js";
16
17
  import "../chunk-BPKCU575.js";
17
- import "../chunk-G2UTNSGU.js";
18
18
  import "../chunk-MZNPGW5Q.js";
19
19
  import "../chunk-XTEI64OU.js";
20
20
  import "../chunk-XX6NQJMA.js";
@@ -35,14 +35,15 @@ import "../chunk-UHGVBFU3.js";
35
35
  import "../chunk-AQ5TNQB7.js";
36
36
  import "../chunk-XEKD23J5.js";
37
37
  import "../chunk-H5JUT3KV.js";
38
- import "../chunk-7Y47UCF2.js";
38
+ import "../chunk-IFXJ2BG7.js";
39
39
  import "../chunk-K5NM7VAH.js";
40
40
  import "../chunk-WNY4WMRF.js";
41
41
  import "../chunk-OZFM4X3S.js";
42
42
  import "../chunk-5ZQBEOMD.js";
43
- import "../chunk-Z7Y2NPHY.js";
44
- import "../chunk-S4WBV25P.js";
45
- import "../chunk-XK5CIRMQ.js";
43
+ import "../chunk-MFZ5437A.js";
44
+ import "../chunk-6QZGDLL4.js";
45
+ import "../chunk-D3TDKWRP.js";
46
+ import "../chunk-SYQF7OIR.js";
46
47
  import "../chunk-CDHS2QDC.js";
47
48
  import "../chunk-Y7FO65VT.js";
48
49
  import "../chunk-FMOBD2OQ.js";