twenty-sdk 2.19.0-alpha.1 → 2.19.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/{catalog-sync-wgNckz1h.mjs → catalog-sync-COKCJ_xf.mjs} +1 -1
- package/dist/{catalog-sync-CzxQqSTp.js → catalog-sync-DHopgolZ.js} +1 -1
- package/dist/cli.cjs +3 -3
- package/dist/cli.mjs +4 -4
- package/dist/define/index.cjs +2 -2
- package/dist/define/index.cjs.map +1 -1
- package/dist/define/index.d.ts +0 -71
- package/dist/define/index.mjs +12 -34
- package/dist/define/index.mjs.map +1 -1
- package/dist/front-component/index.cjs.map +1 -1
- package/dist/front-component/index.mjs +1 -1
- package/dist/front-component/index.mjs.map +1 -1
- package/dist/{get-function-input-schema-GNk3NRLJ-VtCYmX8G.mjs → get-function-input-schema-GNk3NRLJ-BoFRwEYV.mjs} +1 -1
- package/dist/{login-D0JZTucw.mjs → login-Dasbw3em.mjs} +14 -36
- package/dist/{login-BJysdHYg.js → login-eEfUoaiV.js} +3 -3
- package/dist/operations.cjs +1 -1
- package/dist/operations.mjs +1 -1
- package/package.json +2 -2
package/dist/operations.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require("./login-
|
|
1
|
+
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require("./login-eEfUoaiV.js");var t=async t=>(t?.remote&&e.U.setActiveRemote(t.remote),await new e.U().clearConfig(),{success:!0,data:void 0}),n=n=>e.X(()=>t(n),e.q.AUTH_FAILED),r=`eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIyMDIwMjAyMC0xYzI1LTRkMDItYmYyNS02YWVjY2Y3ZWE0MTkiLCJ0eXBlIjoiQVBJX0tFWSIsIndvcmtzcGFjZUlkIjoiMjAyMDIwMjAtMWMyNS00ZDAyLWJmMjUtNmFlY2NmN2VhNDE5IiwiaWF0IjoxNzM1Njg5NjAwLCJleHAiOjQ4OTE0NDk2MDAsImp0aSI6IjIwMjAyMDIwLWY0MDEtNGQ4YS1hNzMxLTY0ZDAwN2MyN2JhZCJ9.bfQjfyN0NEtTCLE_xPyNcwonDzlSXFoP8kdCQTdnuDc`,i=`http://localhost:2020`;exports.APP_ERROR_CODES=e.K,exports.AUTH_ERROR_CODES=e.q,exports.ConfigService=e.U,exports.DEV_API_KEY=r,exports.DEV_API_URL=i,exports.FUNCTION_ERROR_CODES=e.J,exports.SERVER_ERROR_CODES=e.Y,exports.appBuild=e.G,exports.appDeploy=e.R,exports.appDevOnce=e.o,exports.appInstall=e.N,exports.appPublish=e.L,exports.appUninstall=e.v,exports.authLogin=e.t,exports.authLoginOAuth=e.H,exports.authLogout=n,exports.checkDockerRunning=e.T,exports.containerExists=e.E,exports.detectLocalServer=e.h,exports.functionExecute=e._,exports.getContainerDigest=e.D,exports.getEngineVersionRange=e.i,exports.getImageDigest=e.A,exports.getImageForVersion=e.j,exports.resolveHighestEngineVersion=e.r,exports.serverStart=e.n,exports.serverUpgrade=e.a;
|
package/dist/operations.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, D as t, E as n, G as r, H as i, J as a, K as o, L as s, N as c, R as l, T as u, U as d, X as f, Y as p, _ as m, a as h, h as g, i as _, j as v, n as y, o as b, q as x, r as S, t as C, v as w } from "./login-
|
|
1
|
+
import { A as e, D as t, E as n, G as r, H as i, J as a, K as o, L as s, N as c, R as l, T as u, U as d, X as f, Y as p, _ as m, a as h, h as g, i as _, j as v, n as y, o as b, q as x, r as S, t as C, v as w } from "./login-Dasbw3em.mjs";
|
|
2
2
|
//#region src/cli/operations/logout.ts
|
|
3
3
|
var T = async (e) => (e?.remote && d.setActiveRemote(e.remote), await new d().clearConfig(), {
|
|
4
4
|
success: !0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "twenty-sdk",
|
|
3
|
-
"version": "2.19.0
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"bin": {
|
|
6
6
|
"twenty": "dist/cli.cjs"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"semver": "7.6.3",
|
|
84
84
|
"sharp": "^0.34.5",
|
|
85
85
|
"tinyglobby": "^0.2.15",
|
|
86
|
-
"twenty-client-sdk": "2.19.0
|
|
86
|
+
"twenty-client-sdk": "2.19.0",
|
|
87
87
|
"typescript": "^5.9.3",
|
|
88
88
|
"uuid": "^13.0.2"
|
|
89
89
|
},
|