@omnicross/core 0.1.9 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/NOTICE +57 -57
- package/README.md +22 -15
- package/dist/{CompletionService-kNA17cfI.d.cts → CompletionService-BiJqftc-.d.cts} +1 -1
- package/dist/{CompletionService-C3BX0Ovy.d.ts → CompletionService-NXN_Av5W.d.ts} +1 -1
- package/dist/{ProviderProxy-QdwNV6l1.d.cts → ProviderProxy-CgIcCVwk.d.cts} +1 -1
- package/dist/{ProviderProxy--ROec6VI.d.ts → ProviderProxy-DYoY5XoT.d.ts} +1 -1
- package/dist/auth/GeminiCodeAssistProjectResolver.cjs +6 -6
- package/dist/auth/GeminiCodeAssistProjectResolver.js +4 -4
- package/dist/chunk-32SRZFFP.cjs +153 -0
- package/dist/chunk-4JOU54M5.js +200 -0
- package/dist/{chunk-2UTGX6FM.js → chunk-4VVCXVB7.js} +1 -1
- package/dist/{chunk-EPN67EGP.cjs → chunk-5UK3KLE2.cjs} +9 -1
- package/dist/chunk-6DDYNS2B.cjs +384 -0
- package/dist/{chunk-HKB656B4.js → chunk-6OC3ORW6.js} +55 -287
- package/dist/chunk-6OKXH2TW.js +320 -0
- package/dist/{chunk-XELFM7KL.cjs → chunk-7B56AJBB.cjs} +6275 -2421
- package/dist/{chunk-YWL7YZWS.cjs → chunk-7LRTPNFL.cjs} +5 -0
- package/dist/{chunk-CCVRRJOX.js → chunk-7PIUVCKK.js} +9 -2
- package/dist/{chunk-IIRPUVPH.cjs → chunk-7ZHBN75N.cjs} +3 -1
- package/dist/{chunk-UAPBLNN2.js → chunk-AQDON6MB.js} +8 -0
- package/dist/{chunk-RJ5ZGNI3.js → chunk-CFSGYFOZ.js} +1 -1
- package/dist/chunk-CTKM773J.cjs +3919 -0
- package/dist/chunk-DEIUR2TH.js +3919 -0
- package/dist/{chunk-WNKWAEUR.js → chunk-EYGBM2VC.js} +3 -1
- package/dist/{chunk-NGYOO5TO.js → chunk-FJNKXOWE.js} +9 -9
- package/dist/chunk-FX325I5Q.cjs +320 -0
- package/dist/chunk-G4CZIUIB.cjs +200 -0
- package/dist/chunk-HCOQQAZE.cjs +123 -0
- package/dist/{chunk-55FMGZ3L.js → chunk-HN74IGEO.js} +1 -1
- package/dist/{chunk-ZY6KU6P3.js → chunk-HOMUGKHR.js} +8 -5
- package/dist/{chunk-AOFWNWLT.cjs → chunk-IUL4VWNU.cjs} +22 -1
- package/dist/{chunk-5LNYGCIW.cjs → chunk-KIQ2HA2A.cjs} +5 -5
- package/dist/{chunk-MUHWHQVM.cjs → chunk-KQBLZMP6.cjs} +4 -3
- package/dist/chunk-LFEH7CEO.js +384 -0
- package/dist/chunk-N76KU6F5.js +123 -0
- package/dist/{chunk-CMVXX7ON.cjs → chunk-NOITAVHA.cjs} +114 -58
- package/dist/{chunk-Q27JY5RG.cjs → chunk-OIKREZVQ.cjs} +7 -4
- package/dist/{chunk-RJUONLUQ.cjs → chunk-OST5RJOJ.cjs} +1 -1
- package/dist/chunk-QIIAMBTM.js +153 -0
- package/dist/{chunk-56QD3YW6.cjs → chunk-QWNUOR7F.cjs} +11 -4
- package/dist/{chunk-S3DYFEBE.js → chunk-R4VCO2CB.js} +10 -1
- package/dist/{chunk-ZQQUD66M.cjs → chunk-SQMAEDNE.cjs} +63 -295
- package/dist/{chunk-4VZX5F4T.cjs → chunk-T6NWPIYZ.cjs} +5 -2
- package/dist/{chunk-P7EM6BND.cjs → chunk-TVYA5JSQ.cjs} +10 -10
- package/dist/{chunk-EBLFCNPY.js → chunk-U47LQXPB.js} +5 -2
- package/dist/{chunk-N7OOJI5V.js → chunk-V2UKUTJ3.js} +5 -0
- package/dist/{chunk-45FHEOKW.js → chunk-V53ZEFXC.js} +92 -36
- package/dist/{chunk-OC6DOOFX.cjs → chunk-VXRTQZF2.cjs} +5 -5
- package/dist/{chunk-CQIJCPMF.js → chunk-WSJE42SG.js} +5149 -1295
- package/dist/{chunk-RICPANBY.cjs → chunk-WX2E2G7H.cjs} +13 -4
- package/dist/{chunk-DE2SRBFZ.js → chunk-X335TJNS.js} +4 -3
- package/dist/{chunk-N2EIM2XJ.js → chunk-ZLNHPUFA.js} +22 -1
- package/dist/completion/CompletionService.cjs +30 -27
- package/dist/completion/CompletionService.d.cts +3 -2
- package/dist/completion/CompletionService.d.ts +3 -2
- package/dist/completion/CompletionService.js +29 -26
- package/dist/completion.cjs +38 -35
- package/dist/completion.d.cts +3 -2
- package/dist/completion.d.ts +3 -2
- package/dist/completion.js +37 -34
- package/dist/image-generation.cjs +52 -0
- package/dist/image-generation.d.cts +93 -0
- package/dist/image-generation.d.ts +93 -0
- package/dist/image-generation.js +52 -0
- package/dist/index.cjs +126 -31
- package/dist/index.d.cts +11 -7
- package/dist/index.d.ts +11 -7
- package/dist/index.js +143 -48
- package/dist/openai-operation.cjs +18 -0
- package/dist/openai-operation.d.cts +19 -0
- package/dist/openai-operation.d.ts +19 -0
- package/dist/openai-operation.js +18 -0
- package/dist/outbound-api/auditCapture.cjs +3 -3
- package/dist/outbound-api/auditCapture.d.cts +19 -2
- package/dist/outbound-api/auditCapture.d.ts +19 -2
- package/dist/outbound-api/auditCapture.js +2 -2
- package/dist/outbound-api/auditRedact.cjs +2 -2
- package/dist/outbound-api/auditRedact.js +1 -1
- package/dist/outbound-api/routeResolver.cjs +2 -2
- package/dist/outbound-api/routeResolver.d.cts +7 -4
- package/dist/outbound-api/routeResolver.d.ts +7 -4
- package/dist/outbound-api/routeResolver.js +1 -1
- package/dist/outbound-api/subscriptionRegistryPort.d.cts +2 -1
- package/dist/outbound-api/subscriptionRegistryPort.d.ts +2 -1
- package/dist/outbound-api/types.d.cts +6 -3
- package/dist/outbound-api/types.d.ts +6 -3
- package/dist/outbound-api.cjs +49 -32
- package/dist/outbound-api.d.cts +97 -10
- package/dist/outbound-api.d.ts +97 -10
- package/dist/outbound-api.js +48 -31
- package/dist/pipeline/AccountAllowanceScheduling.d.cts +18 -15
- package/dist/pipeline/AccountAllowanceScheduling.d.ts +18 -15
- package/dist/pipeline/LlmConfigProviderAuth.cjs +3 -3
- package/dist/pipeline/LlmConfigProviderAuth.js +2 -2
- package/dist/pipeline/SubscriptionAccountHealth.cjs +2 -2
- package/dist/pipeline/SubscriptionAccountHealth.d.cts +7 -0
- package/dist/pipeline/SubscriptionAccountHealth.d.ts +7 -0
- package/dist/pipeline/SubscriptionAccountHealth.js +1 -1
- package/dist/pipeline/executeProviderCall.cjs +2 -2
- package/dist/pipeline/executeProviderCall.d.cts +11 -6
- package/dist/pipeline/executeProviderCall.d.ts +11 -6
- package/dist/pipeline/executeProviderCall.js +1 -1
- package/dist/pipeline/upstreamFetch.cjs +2 -2
- package/dist/pipeline/upstreamFetch.d.cts +5 -0
- package/dist/pipeline/upstreamFetch.d.ts +5 -0
- package/dist/pipeline/upstreamFetch.js +1 -1
- package/dist/ports.d.cts +6 -3
- package/dist/ports.d.ts +6 -3
- package/dist/provider-proxy/ProviderProxy.cjs +30 -27
- package/dist/provider-proxy/ProviderProxy.d.cts +3 -2
- package/dist/provider-proxy/ProviderProxy.d.ts +3 -2
- package/dist/provider-proxy/ProviderProxy.js +29 -26
- package/dist/provider-proxy/identity/codexCliHeaders.cjs +4 -2
- package/dist/provider-proxy/identity/codexCliHeaders.d.cts +26 -6
- package/dist/provider-proxy/identity/codexCliHeaders.d.ts +26 -6
- package/dist/provider-proxy/identity/codexCliHeaders.js +5 -3
- package/dist/provider-proxy/ingress/providerProxyShared.cjs +32 -27
- package/dist/provider-proxy/ingress/providerProxyShared.d.cts +21 -8
- package/dist/provider-proxy/ingress/providerProxyShared.d.ts +21 -8
- package/dist/provider-proxy/ingress/providerProxyShared.js +31 -26
- package/dist/provider-proxy/types.d.cts +14 -483
- package/dist/provider-proxy/types.d.ts +14 -483
- package/dist/provider-proxy.cjs +44 -27
- package/dist/provider-proxy.d.cts +30 -8
- package/dist/provider-proxy.d.ts +30 -8
- package/dist/provider-proxy.js +43 -26
- package/dist/{routeResolver-C0mkkZaM.d.ts → routeResolver-CTCcSHWu.d.ts} +4 -2
- package/dist/{routeResolver-CVFE8KKe.d.cts → routeResolver-rpKQLyDO.d.cts} +4 -2
- package/dist/transformer/TransformerChainExecutor.cjs +2 -2
- package/dist/transformer/TransformerChainExecutor.d.cts +2 -2
- package/dist/transformer/TransformerChainExecutor.d.ts +2 -2
- package/dist/transformer/TransformerChainExecutor.js +1 -1
- package/dist/transformer/transformers/AnthropicOpenAIToAnthropicStream.cjs +16 -0
- package/dist/transformer/transformers/AnthropicOpenAIToAnthropicStream.d.cts +53 -0
- package/dist/transformer/transformers/AnthropicOpenAIToAnthropicStream.d.ts +53 -0
- package/dist/transformer/transformers/AnthropicOpenAIToAnthropicStream.js +16 -0
- package/dist/transformer/transformers/AnthropicTransformer.cjs +4 -3
- package/dist/transformer/transformers/AnthropicTransformer.js +3 -2
- package/dist/transformer/transformers/GeminiCodeAssistTransformer.cjs +4 -4
- package/dist/transformer/transformers/GeminiCodeAssistTransformer.js +3 -3
- package/dist/transformer/transformers/GeminiTransformer.cjs +4 -4
- package/dist/transformer/transformers/GeminiTransformer.js +3 -3
- package/dist/transformer/transformers/OpenAIResponseTransformer.cjs +3 -3
- package/dist/transformer/transformers/OpenAIResponseTransformer.js +2 -2
- package/dist/transformer/transformers/OpenAITransformer.cjs +3 -3
- package/dist/transformer/transformers/OpenAITransformer.js +2 -2
- package/dist/transformer/transformers.cjs +10 -9
- package/dist/transformer/transformers.js +13 -12
- package/dist/transformer/types.d.cts +39 -4
- package/dist/transformer/types.d.ts +39 -4
- package/dist/transformer.cjs +14 -13
- package/dist/transformer.js +14 -13
- package/dist/{types-BB8pxk_3.d.ts → types-5T223WYQ.d.ts} +183 -23
- package/dist/types-Bd72H4SB.d.ts +196 -0
- package/dist/types-CVRge76p.d.ts +1115 -0
- package/dist/types-CbglB73l.d.cts +196 -0
- package/dist/types-DsHBBk3h.d.cts +1115 -0
- package/dist/{types-C2MwkLah.d.cts → types-jjU24eYG.d.cts} +183 -23
- package/dist/usage/usage-recorder.cjs +2 -2
- package/dist/usage/usage-recorder.d.cts +12 -2
- package/dist/usage/usage-recorder.d.ts +12 -2
- package/dist/usage/usage-recorder.js +1 -1
- package/dist/usage.cjs +20 -3
- package/dist/usage.d.cts +154 -0
- package/dist/usage.d.ts +154 -0
- package/dist/usage.js +20 -3
- package/package.json +69 -64
- package/dist/chunk-7C7DET6S.js +0 -154
- package/dist/chunk-7VU7V2E4.js +0 -0
- package/dist/chunk-EYZYXJTJ.cjs +0 -1
- package/dist/chunk-FCR77GYM.cjs +0 -33
- package/dist/chunk-K5NM7VAH.js +0 -33
- package/dist/chunk-XPIOJQS2.cjs +0 -154
- /package/dist/{chunk-XXFYLL7R.js → chunk-ECZ3ZE2C.js} +0 -0
- /package/dist/{chunk-3SCOLIPT.cjs → chunk-MXI2PWIC.cjs} +0 -0
package/dist/chunk-XPIOJQS2.cjs
DELETED
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
|
-
|
|
3
|
-
var _chunkFCR77GYMcjs = require('./chunk-FCR77GYM.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var _chunkAEOZIDEBcjs = require('./chunk-AEOZIDEB.cjs');
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var _chunkXSVNC2UDcjs = require('./chunk-XSVNC2UD.cjs');
|
|
11
|
-
|
|
12
|
-
// src/outbound-api/auditCapture.ts
|
|
13
|
-
var _crypto = require('crypto');
|
|
14
|
-
function completeUtf8PrefixLength(buf) {
|
|
15
|
-
if (buf.length === 0) return 0;
|
|
16
|
-
let leadIndex = buf.length - 1;
|
|
17
|
-
while (leadIndex >= 0 && (buf[leadIndex] & 192) === 128) leadIndex -= 1;
|
|
18
|
-
if (leadIndex < 0) return 0;
|
|
19
|
-
const lead = buf[leadIndex];
|
|
20
|
-
let expectedLength = 1;
|
|
21
|
-
if ((lead & 224) === 192) expectedLength = 2;
|
|
22
|
-
else if ((lead & 240) === 224) expectedLength = 3;
|
|
23
|
-
else if ((lead & 248) === 240) expectedLength = 4;
|
|
24
|
-
return buf.length - leadIndex < expectedLength ? leadIndex : buf.length;
|
|
25
|
-
}
|
|
26
|
-
function truncateToBytes(text, maxBytes) {
|
|
27
|
-
if (maxBytes < 0) return text;
|
|
28
|
-
const buf = Buffer.from(text, "utf8");
|
|
29
|
-
if (buf.length <= maxBytes) return text;
|
|
30
|
-
const head = buf.subarray(0, maxBytes);
|
|
31
|
-
return head.subarray(0, completeUtf8PrefixLength(head)).toString("utf8");
|
|
32
|
-
}
|
|
33
|
-
function decodeCapturedBody(body, truncated) {
|
|
34
|
-
if (!truncated) return body.toString("utf8");
|
|
35
|
-
return body.subarray(0, completeUtf8PrefixLength(body)).toString("utf8");
|
|
36
|
-
}
|
|
37
|
-
function resolveClientIp(req, trustForwardedFor) {
|
|
38
|
-
if (trustForwardedFor) {
|
|
39
|
-
const xff = req.headers["x-forwarded-for"];
|
|
40
|
-
const raw = Array.isArray(xff) ? xff[0] : xff;
|
|
41
|
-
if (typeof raw === "string" && raw.trim()) {
|
|
42
|
-
const first = _optionalChain([raw, 'access', _ => _.split, 'call', _2 => _2(","), 'access', _3 => _3[0], 'optionalAccess', _4 => _4.trim, 'call', _5 => _5()]);
|
|
43
|
-
if (first) return first;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
return _nullishCoalesce(_optionalChain([req, 'access', _6 => _6.socket, 'optionalAccess', _7 => _7.remoteAddress]), () => ( void 0));
|
|
47
|
-
}
|
|
48
|
-
function beginAuditCapture(req, res, now) {
|
|
49
|
-
const config = _chunkAEOZIDEBcjs.getAuditCaptureConfig.call(void 0, );
|
|
50
|
-
if (!config) return null;
|
|
51
|
-
let requestBody;
|
|
52
|
-
const responseChunks = [];
|
|
53
|
-
let responseBytes = 0;
|
|
54
|
-
let responseTruncated = false;
|
|
55
|
-
let finished = false;
|
|
56
|
-
const ctx = {
|
|
57
|
-
setRequestBody(raw) {
|
|
58
|
-
if (config.captureBodies) {
|
|
59
|
-
requestBody = truncateToBytes(_chunkFCR77GYMcjs.redactAuditText.call(void 0, raw), config.maxBodyBytes);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
if (config.captureBodies) {
|
|
64
|
-
installResponseCapture(res, {
|
|
65
|
-
push(chunk) {
|
|
66
|
-
if (config.maxBodyBytes < 0) {
|
|
67
|
-
responseChunks.push(chunk);
|
|
68
|
-
responseBytes += chunk.length;
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
const remaining = config.maxBodyBytes - responseBytes;
|
|
72
|
-
if (remaining <= 0) {
|
|
73
|
-
responseTruncated = true;
|
|
74
|
-
return;
|
|
75
|
-
}
|
|
76
|
-
if (chunk.length > remaining) {
|
|
77
|
-
responseChunks.push(chunk.subarray(0, remaining));
|
|
78
|
-
responseBytes += remaining;
|
|
79
|
-
responseTruncated = true;
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
responseChunks.push(chunk);
|
|
83
|
-
responseBytes += chunk.length;
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
const finalize = () => {
|
|
88
|
-
if (finished) return;
|
|
89
|
-
finished = true;
|
|
90
|
-
try {
|
|
91
|
-
const record = {
|
|
92
|
-
id: _crypto.randomUUID.call(void 0, ),
|
|
93
|
-
ts: now,
|
|
94
|
-
method: _nullishCoalesce(req.method, () => ( "")),
|
|
95
|
-
path: _nullishCoalesce((_nullishCoalesce(req.url, () => ( ""))).split("?")[0], () => ( "")),
|
|
96
|
-
status: res.statusCode,
|
|
97
|
-
latencyMs: Math.max(0, Date.now() - now)
|
|
98
|
-
};
|
|
99
|
-
if (ctx.keyId != null) record.keyId = ctx.keyId;
|
|
100
|
-
const ip = resolveClientIp(req, config.trustForwardedFor);
|
|
101
|
-
if (ip) record.ip = ip;
|
|
102
|
-
const ua = req.headers["user-agent"];
|
|
103
|
-
if (typeof ua === "string" && ua) record.ua = ua;
|
|
104
|
-
if (ctx.model) record.model = ctx.model;
|
|
105
|
-
if (ctx.provider) record.provider = ctx.provider;
|
|
106
|
-
const usage = _chunkXSVNC2UDcjs.readAuditUsage.call(void 0, res);
|
|
107
|
-
if (usage) {
|
|
108
|
-
if (typeof usage.inputTokens === "number") record.inputTokens = usage.inputTokens;
|
|
109
|
-
if (typeof usage.outputTokens === "number") record.outputTokens = usage.outputTokens;
|
|
110
|
-
if (typeof usage.costUsd === "number") record.costUsd = usage.costUsd;
|
|
111
|
-
if (!record.model && usage.model) record.model = usage.model;
|
|
112
|
-
if (!record.provider && usage.provider) record.provider = usage.provider;
|
|
113
|
-
}
|
|
114
|
-
if (ctx.error) record.error = _chunkFCR77GYMcjs.redactAuditText.call(void 0, ctx.error);
|
|
115
|
-
if (config.captureBodies) {
|
|
116
|
-
if (requestBody != null && requestBody.length > 0) {
|
|
117
|
-
record.requestBody = requestBody;
|
|
118
|
-
}
|
|
119
|
-
if (responseChunks.length > 0) {
|
|
120
|
-
const captured = Buffer.concat(responseChunks, responseBytes);
|
|
121
|
-
const body = decodeCapturedBody(captured, responseTruncated);
|
|
122
|
-
record.responseBody = truncateToBytes(_chunkFCR77GYMcjs.redactAuditText.call(void 0, body), config.maxBodyBytes);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
_chunkAEOZIDEBcjs.recordAudit.call(void 0, record);
|
|
126
|
-
} catch (e) {
|
|
127
|
-
}
|
|
128
|
-
};
|
|
129
|
-
res.once("close", finalize);
|
|
130
|
-
return ctx;
|
|
131
|
-
}
|
|
132
|
-
function installResponseCapture(res, sink) {
|
|
133
|
-
const capture = (chunk) => {
|
|
134
|
-
let buf = null;
|
|
135
|
-
if (Buffer.isBuffer(chunk)) buf = chunk;
|
|
136
|
-
else if (typeof chunk === "string") buf = Buffer.from(chunk, "utf8");
|
|
137
|
-
if (!buf || buf.length === 0) return;
|
|
138
|
-
sink.push(buf);
|
|
139
|
-
};
|
|
140
|
-
const originalWrite = res.write.bind(res);
|
|
141
|
-
const originalEnd = res.end.bind(res);
|
|
142
|
-
res.write = ((chunk, ...args) => {
|
|
143
|
-
if (chunk != null) capture(chunk);
|
|
144
|
-
return originalWrite(chunk, ...args);
|
|
145
|
-
});
|
|
146
|
-
res.end = ((chunk, ...args) => {
|
|
147
|
-
if (chunk != null && typeof chunk !== "function") capture(chunk);
|
|
148
|
-
return originalEnd(chunk, ...args);
|
|
149
|
-
});
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
exports.beginAuditCapture = beginAuditCapture;
|
|
File without changes
|
|
File without changes
|