agentlink-sh 0.26.1 → 0.30.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/README.md +90 -94
- package/dist/{chunk-DM6KG5YU.js → chunk-KECTTRCF.js} +59 -3
- package/dist/{chunk-4CW46BPC.js → chunk-KRE7FEMO.js} +446 -83
- package/dist/{cloud-ZXVJMV5Q.js → cloud-OZQOOVJO.js} +16 -4
- package/dist/index.js +8255 -2090
- package/dist/{oauth-JGWRORJM.js → oauth-52Q6XDJL.js} +3 -5
- package/package.json +3 -2
- package/dist/chunk-7NV5CYOF.js +0 -1064
- package/dist/chunk-IV5ZSOKF.js +0 -194
- package/dist/chunk-MHI6VJ75.js +0 -27
- package/dist/constants-PWT7TUWD.js +0 -27
- package/dist/db-DNK3TD5Y.js +0 -31
- package/dist/utils-7LT4QSYL.js +0 -27
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
authenticatedFetch,
|
|
4
4
|
clearOrgCredential,
|
|
5
|
+
clearResendDefaults,
|
|
5
6
|
createProject,
|
|
6
7
|
credentialsPath,
|
|
7
8
|
deleteProject,
|
|
@@ -9,8 +10,11 @@ import {
|
|
|
9
10
|
ensureAccessToken,
|
|
10
11
|
fetchPoolerUrl,
|
|
11
12
|
getApiKeys,
|
|
13
|
+
getAuthConfig,
|
|
12
14
|
getProject,
|
|
13
15
|
getProjectOrg,
|
|
16
|
+
getResendDefaults,
|
|
17
|
+
listCachedOrgs,
|
|
14
18
|
listOrganizations,
|
|
15
19
|
listOrganizationsForToken,
|
|
16
20
|
listProjects,
|
|
@@ -21,6 +25,8 @@ import {
|
|
|
21
25
|
loadProjectCredential,
|
|
22
26
|
loadProjectSecretKey,
|
|
23
27
|
probeTokenAuth,
|
|
28
|
+
refreshAllCachedOrgs,
|
|
29
|
+
refreshCachedOrg,
|
|
24
30
|
refreshOAuthEntry,
|
|
25
31
|
removeProjectCredential,
|
|
26
32
|
resolvePoolerDbUrl,
|
|
@@ -29,19 +35,19 @@ import {
|
|
|
29
35
|
saveCredentials,
|
|
30
36
|
saveProjectCredential,
|
|
31
37
|
saveProjectSecretKey,
|
|
38
|
+
setResendDefaults,
|
|
32
39
|
setSecrets,
|
|
33
40
|
signOut,
|
|
34
41
|
updateAuthConfig,
|
|
35
42
|
updatePostgrestConfig,
|
|
36
43
|
waitForDatabaseReady,
|
|
37
44
|
waitForProjectReady
|
|
38
|
-
} from "./chunk-
|
|
39
|
-
import "./chunk-
|
|
40
|
-
import "./chunk-MHI6VJ75.js";
|
|
41
|
-
import "./chunk-DM6KG5YU.js";
|
|
45
|
+
} from "./chunk-KRE7FEMO.js";
|
|
46
|
+
import "./chunk-KECTTRCF.js";
|
|
42
47
|
export {
|
|
43
48
|
authenticatedFetch,
|
|
44
49
|
clearOrgCredential,
|
|
50
|
+
clearResendDefaults,
|
|
45
51
|
createProject,
|
|
46
52
|
credentialsPath,
|
|
47
53
|
deleteProject,
|
|
@@ -49,8 +55,11 @@ export {
|
|
|
49
55
|
ensureAccessToken,
|
|
50
56
|
fetchPoolerUrl,
|
|
51
57
|
getApiKeys,
|
|
58
|
+
getAuthConfig,
|
|
52
59
|
getProject,
|
|
53
60
|
getProjectOrg,
|
|
61
|
+
getResendDefaults,
|
|
62
|
+
listCachedOrgs,
|
|
54
63
|
listOrganizations,
|
|
55
64
|
listOrganizationsForToken,
|
|
56
65
|
listProjects,
|
|
@@ -61,6 +70,8 @@ export {
|
|
|
61
70
|
loadProjectCredential,
|
|
62
71
|
loadProjectSecretKey,
|
|
63
72
|
probeTokenAuth,
|
|
73
|
+
refreshAllCachedOrgs,
|
|
74
|
+
refreshCachedOrg,
|
|
64
75
|
refreshOAuthEntry,
|
|
65
76
|
removeProjectCredential,
|
|
66
77
|
resolvePoolerDbUrl,
|
|
@@ -69,6 +80,7 @@ export {
|
|
|
69
80
|
saveCredentials,
|
|
70
81
|
saveProjectCredential,
|
|
71
82
|
saveProjectSecretKey,
|
|
83
|
+
setResendDefaults,
|
|
72
84
|
setSecrets,
|
|
73
85
|
signOut,
|
|
74
86
|
updateAuthConfig,
|