@alpic-ai/sdk 0.0.0-dev.g31f2d33 → 0.0.0-dev.g33f0fee
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/api/auth-scope.d.ts +2 -0
- package/dist/api/auth-scope.js +7 -0
- package/dist/api/auth-scope.js.map +1 -0
- package/dist/api/client.d.ts +5 -1
- package/dist/api/client.js +11 -8
- package/dist/api/client.js.map +1 -1
- package/dist/auth/index.d.ts +4 -3
- package/dist/auth/index.js +12 -5
- package/dist/auth/index.js.map +1 -1
- package/dist/auth/oauth-client.d.ts +1 -1
- package/dist/auth/oauth-client.js +3 -3
- package/dist/auth/oauth-client.js.map +1 -1
- package/dist/auth/server/index.js +1 -1
- package/dist/auth/server/index.js.map +1 -1
- package/dist/client.d.ts +3 -3
- package/dist/client.js +4 -17
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/emitter.d.ts +3 -3
- package/dist/lib/emitter.js +22 -24
- package/dist/lib/emitter.js.map +1 -1
- package/dist/tunnel/tunnel.d.ts +13 -10
- package/dist/tunnel/tunnel.js +122 -47
- package/dist/tunnel/tunnel.js.map +1 -1
- package/dist/vendor/pipenet.js +14 -14
- package/dist/vendor/pipenet.js.map +1 -1
- package/package.json +2 -2
package/dist/vendor/pipenet.js
CHANGED
|
@@ -10426,9 +10426,9 @@ var require_ms = __commonJS({
|
|
|
10426
10426
|
}
|
|
10427
10427
|
});
|
|
10428
10428
|
|
|
10429
|
-
// ../../node_modules/.pnpm/debug@4.4.
|
|
10429
|
+
// ../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/common.js
|
|
10430
10430
|
var require_common = __commonJS({
|
|
10431
|
-
"../../node_modules/.pnpm/debug@4.4.
|
|
10431
|
+
"../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/common.js"(exports, module) {
|
|
10432
10432
|
function setup(env) {
|
|
10433
10433
|
createDebug.debug = createDebug;
|
|
10434
10434
|
createDebug.default = createDebug;
|
|
@@ -10603,9 +10603,9 @@ var require_common = __commonJS({
|
|
|
10603
10603
|
}
|
|
10604
10604
|
});
|
|
10605
10605
|
|
|
10606
|
-
// ../../node_modules/.pnpm/debug@4.4.
|
|
10606
|
+
// ../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/browser.js
|
|
10607
10607
|
var require_browser = __commonJS({
|
|
10608
|
-
"../../node_modules/.pnpm/debug@4.4.
|
|
10608
|
+
"../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/browser.js"(exports, module) {
|
|
10609
10609
|
exports.formatArgs = formatArgs;
|
|
10610
10610
|
exports.save = save;
|
|
10611
10611
|
exports.load = load;
|
|
@@ -10900,9 +10900,9 @@ var require_supports_color = __commonJS({
|
|
|
10900
10900
|
}
|
|
10901
10901
|
});
|
|
10902
10902
|
|
|
10903
|
-
// ../../node_modules/.pnpm/debug@4.4.
|
|
10903
|
+
// ../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/node.js
|
|
10904
10904
|
var require_node = __commonJS({
|
|
10905
|
-
"../../node_modules/.pnpm/debug@4.4.
|
|
10905
|
+
"../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/node.js"(exports, module) {
|
|
10906
10906
|
var tty = __require("tty");
|
|
10907
10907
|
var util3 = __require("util");
|
|
10908
10908
|
exports.init = init;
|
|
@@ -11074,9 +11074,9 @@ var require_node = __commonJS({
|
|
|
11074
11074
|
}
|
|
11075
11075
|
});
|
|
11076
11076
|
|
|
11077
|
-
// ../../node_modules/.pnpm/debug@4.4.
|
|
11077
|
+
// ../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/index.js
|
|
11078
11078
|
var require_src = __commonJS({
|
|
11079
|
-
"../../node_modules/.pnpm/debug@4.4.
|
|
11079
|
+
"../../node_modules/.pnpm/debug@4.4.3_supports-color@8.1.1/node_modules/debug/src/index.js"(exports, module) {
|
|
11080
11080
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
11081
11081
|
module.exports = require_browser();
|
|
11082
11082
|
} else {
|
|
@@ -16571,18 +16571,18 @@ var {
|
|
|
16571
16571
|
create
|
|
16572
16572
|
} = axios_default;
|
|
16573
16573
|
|
|
16574
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16574
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/Tunnel.js
|
|
16575
16575
|
var import_debug2 = __toESM(require_src(), 1);
|
|
16576
16576
|
import { EventEmitter as EventEmitter3 } from "events";
|
|
16577
16577
|
|
|
16578
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16578
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/TunnelCluster.js
|
|
16579
16579
|
var import_debug = __toESM(require_src(), 1);
|
|
16580
16580
|
import { EventEmitter as EventEmitter2 } from "events";
|
|
16581
16581
|
import fs from "fs";
|
|
16582
16582
|
import net from "net";
|
|
16583
16583
|
import tls from "tls";
|
|
16584
16584
|
|
|
16585
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16585
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/HeaderHostTransformer.js
|
|
16586
16586
|
import { Transform } from "stream";
|
|
16587
16587
|
var HeaderHostTransformer = class extends Transform {
|
|
16588
16588
|
host;
|
|
@@ -16600,7 +16600,7 @@ var HeaderHostTransformer = class extends Transform {
|
|
|
16600
16600
|
}
|
|
16601
16601
|
};
|
|
16602
16602
|
|
|
16603
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16603
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/TunnelCluster.js
|
|
16604
16604
|
var log = (0, import_debug.default)("pipenet:client");
|
|
16605
16605
|
var TunnelCluster = class extends EventEmitter2 {
|
|
16606
16606
|
opts;
|
|
@@ -16708,7 +16708,7 @@ var TunnelCluster = class extends EventEmitter2 {
|
|
|
16708
16708
|
}
|
|
16709
16709
|
};
|
|
16710
16710
|
|
|
16711
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16711
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/Tunnel.js
|
|
16712
16712
|
var log2 = (0, import_debug2.default)("pipenet:client");
|
|
16713
16713
|
var Tunnel = class extends EventEmitter3 {
|
|
16714
16714
|
cachedUrl;
|
|
@@ -16856,7 +16856,7 @@ var Tunnel = class extends EventEmitter3 {
|
|
|
16856
16856
|
}
|
|
16857
16857
|
};
|
|
16858
16858
|
|
|
16859
|
-
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=
|
|
16859
|
+
// ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=24bd89f8b5bea6a63243b7a7d4ad888dcf7049e36eac19b10006403b29758c35/node_modules/pipenet/dist/pipenet.js
|
|
16860
16860
|
function pipenet(arg1, arg2, arg3) {
|
|
16861
16861
|
const options = typeof arg1 === "object" ? arg1 : { ...arg2, port: arg1 };
|
|
16862
16862
|
const callback = typeof arg1 === "object" ? arg2 : arg3;
|