@supatype/cli 0.1.6 → 0.1.7
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +144 -94
- package/.turbo/turbo-typecheck.log +1 -1
- package/deno.d.ts +52 -0
- package/dist/augmentation-generator.d.ts +22 -0
- package/dist/augmentation-generator.d.ts.map +1 -1
- package/dist/augmentation-generator.js +18 -4
- package/dist/augmentation-generator.js.map +1 -1
- package/dist/binary-cache.d.ts +14 -0
- package/dist/binary-cache.d.ts.map +1 -1
- package/dist/binary-cache.js +33 -13
- package/dist/binary-cache.js.map +1 -1
- package/dist/cache-clean.d.ts +15 -0
- package/dist/cache-clean.d.ts.map +1 -0
- package/dist/cache-clean.js +76 -0
- package/dist/cache-clean.js.map +1 -0
- package/dist/cache-pins.d.ts +51 -0
- package/dist/cache-pins.d.ts.map +1 -0
- package/dist/cache-pins.js +184 -0
- package/dist/cache-pins.js.map +1 -0
- package/dist/cli-install-method.d.ts +19 -0
- package/dist/cli-install-method.d.ts.map +1 -0
- package/dist/cli-install-method.js +60 -0
- package/dist/cli-install-method.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +6 -0
- package/dist/cli.js.map +1 -1
- package/dist/cloud-credentials.d.ts +34 -0
- package/dist/cloud-credentials.d.ts.map +1 -0
- package/dist/cloud-credentials.js +139 -0
- package/dist/cloud-credentials.js.map +1 -0
- package/dist/commands/admin.d.ts +11 -0
- package/dist/commands/admin.d.ts.map +1 -1
- package/dist/commands/admin.js +121 -19
- package/dist/commands/admin.js.map +1 -1
- package/dist/commands/cache.d.ts.map +1 -1
- package/dist/commands/cache.js +67 -71
- package/dist/commands/cache.js.map +1 -1
- package/dist/commands/cloud.d.ts.map +1 -1
- package/dist/commands/cloud.js +32 -8
- package/dist/commands/cloud.js.map +1 -1
- package/dist/commands/db.d.ts +1 -0
- package/dist/commands/db.d.ts.map +1 -1
- package/dist/commands/db.js +147 -1
- package/dist/commands/db.js.map +1 -1
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +50 -10
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/doctor.d.ts +28 -0
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +60 -3
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/functions.d.ts +7 -0
- package/dist/commands/functions.d.ts.map +1 -1
- package/dist/commands/functions.js +40 -6
- package/dist/commands/functions.js.map +1 -1
- package/dist/commands/generate.d.ts.map +1 -1
- package/dist/commands/generate.js +5 -1
- package/dist/commands/generate.js.map +1 -1
- package/dist/commands/hooks.d.ts +12 -0
- package/dist/commands/hooks.d.ts.map +1 -0
- package/dist/commands/hooks.js +118 -0
- package/dist/commands/hooks.js.map +1 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +41 -7
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/internal.d.ts +6 -0
- package/dist/commands/internal.d.ts.map +1 -0
- package/dist/commands/internal.js +22 -0
- package/dist/commands/internal.js.map +1 -0
- package/dist/commands/link-helpers.d.ts.map +1 -1
- package/dist/commands/link-helpers.js +8 -2
- package/dist/commands/link-helpers.js.map +1 -1
- package/dist/commands/login.d.ts +7 -0
- package/dist/commands/login.d.ts.map +1 -0
- package/dist/commands/login.js +110 -0
- package/dist/commands/login.js.map +1 -0
- package/dist/commands/push.d.ts.map +1 -1
- package/dist/commands/push.js +110 -7
- package/dist/commands/push.js.map +1 -1
- package/dist/commands/self-update.d.ts +7 -0
- package/dist/commands/self-update.d.ts.map +1 -1
- package/dist/commands/self-update.js +18 -11
- package/dist/commands/self-update.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +18 -3
- package/dist/config.js.map +1 -1
- package/dist/db-preflight.d.ts +78 -0
- package/dist/db-preflight.d.ts.map +1 -0
- package/dist/db-preflight.js +452 -0
- package/dist/db-preflight.js.map +1 -0
- package/dist/dev-compose.d.ts +1 -1
- package/dist/dev-compose.d.ts.map +1 -1
- package/dist/dev-compose.js +127 -72
- package/dist/dev-compose.js.map +1 -1
- package/dist/env-file.d.ts +40 -2
- package/dist/env-file.d.ts.map +1 -1
- package/dist/env-file.js +132 -11
- package/dist/env-file.js.map +1 -1
- package/dist/field-masking-tier.d.ts +50 -0
- package/dist/field-masking-tier.d.ts.map +1 -0
- package/dist/field-masking-tier.js +91 -0
- package/dist/field-masking-tier.js.map +1 -0
- package/dist/functions-deno-types.d.ts +24 -0
- package/dist/functions-deno-types.d.ts.map +1 -0
- package/dist/functions-deno-types.js +155 -0
- package/dist/functions-deno-types.js.map +1 -0
- package/dist/hook-upload.d.ts +30 -0
- package/dist/hook-upload.d.ts.map +1 -0
- package/dist/hook-upload.js +86 -0
- package/dist/hook-upload.js.map +1 -0
- package/dist/hooks-generator.d.ts +8 -0
- package/dist/hooks-generator.d.ts.map +1 -0
- package/dist/hooks-generator.js +332 -0
- package/dist/hooks-generator.js.map +1 -0
- package/dist/link.d.ts +4 -0
- package/dist/link.d.ts.map +1 -1
- package/dist/link.js +2 -0
- package/dist/link.js.map +1 -1
- package/dist/local-secrets.d.ts +71 -0
- package/dist/local-secrets.d.ts.map +1 -0
- package/dist/local-secrets.js +100 -0
- package/dist/local-secrets.js.map +1 -0
- package/dist/model-hooks.d.ts +73 -0
- package/dist/model-hooks.d.ts.map +1 -0
- package/dist/model-hooks.js +211 -0
- package/dist/model-hooks.js.map +1 -0
- package/dist/postgres-ctl.d.ts +11 -0
- package/dist/postgres-ctl.d.ts.map +1 -1
- package/dist/postgres-ctl.js +25 -2
- package/dist/postgres-ctl.js.map +1 -1
- package/dist/project-config.d.ts +121 -1
- package/dist/project-config.d.ts.map +1 -1
- package/dist/project-config.js +150 -1
- package/dist/project-config.js.map +1 -1
- package/dist/resolve-target.d.ts +4 -0
- package/dist/resolve-target.d.ts.map +1 -1
- package/dist/resolve-target.js +69 -73
- package/dist/resolve-target.js.map +1 -1
- package/dist/schema-ast-v2.d.ts +2 -1
- package/dist/schema-ast-v2.d.ts.map +1 -1
- package/dist/schema-ast-v2.js +4 -2
- package/dist/schema-ast-v2.js.map +1 -1
- package/dist/schema-push-lock.d.ts.map +1 -1
- package/dist/schema-push-lock.js +43 -16
- package/dist/schema-push-lock.js.map +1 -1
- package/dist/self-host-compose.d.ts +24 -0
- package/dist/self-host-compose.d.ts.map +1 -1
- package/dist/self-host-compose.js +301 -69
- package/dist/self-host-compose.js.map +1 -1
- package/dist/service-role-check.d.ts +21 -0
- package/dist/service-role-check.d.ts.map +1 -0
- package/dist/service-role-check.js +85 -0
- package/dist/service-role-check.js.map +1 -0
- package/dist/target-client.d.ts +17 -0
- package/dist/target-client.d.ts.map +1 -1
- package/dist/target-client.js +69 -17
- package/dist/target-client.js.map +1 -1
- package/dist/type-extractor.d.ts.map +1 -1
- package/dist/type-extractor.js +736 -32
- package/dist/type-extractor.js.map +1 -1
- package/dist/ui/runtime/command-chrome.js +1 -1
- package/dist/ui/runtime/command-chrome.js.map +1 -1
- package/dist/ui/runtime/stdin-after-ink.d.ts.map +1 -1
- package/dist/ui/runtime/stdin-after-ink.js +3 -1
- package/dist/ui/runtime/stdin-after-ink.js.map +1 -1
- package/package.json +4 -1
- package/scripts/generate-homebrew-formula.mjs +121 -0
- package/src/augmentation-generator.ts +18 -5
- package/src/binary-cache.ts +47 -15
- package/src/cache-clean.ts +81 -0
- package/src/cache-pins.ts +243 -0
- package/src/cli-install-method.ts +67 -0
- package/src/cli.ts +6 -0
- package/src/cloud-credentials.ts +183 -0
- package/src/commands/admin.ts +140 -25
- package/src/commands/cache.ts +90 -75
- package/src/commands/cloud.ts +32 -8
- package/src/commands/db.ts +162 -1
- package/src/commands/dev.ts +57 -8
- package/src/commands/doctor.ts +69 -3
- package/src/commands/functions.ts +42 -5
- package/src/commands/generate.ts +5 -1
- package/src/commands/hooks.ts +138 -0
- package/src/commands/init.ts +42 -8
- package/src/commands/internal.ts +23 -0
- package/src/commands/link-helpers.ts +9 -2
- package/src/commands/login.ts +127 -0
- package/src/commands/push.ts +124 -7
- package/src/commands/self-update.ts +85 -13
- package/src/config.ts +22 -3
- package/src/db-preflight.ts +575 -0
- package/src/dev-compose.ts +142 -73
- package/src/env-file.ts +157 -11
- package/src/field-masking-tier.ts +107 -0
- package/src/functions-deno-types.ts +188 -0
- package/src/hook-upload.ts +107 -0
- package/src/hooks-generator.ts +352 -0
- package/src/link.ts +7 -0
- package/src/local-secrets.ts +104 -0
- package/src/model-hooks.ts +260 -0
- package/src/postgres-ctl.ts +29 -2
- package/src/project-config.ts +236 -2
- package/src/resolve-target.ts +113 -68
- package/src/schema-ast-v2.ts +5 -2
- package/src/schema-push-lock.ts +56 -17
- package/src/self-host-compose.ts +344 -68
- package/src/service-role-check.ts +111 -0
- package/src/target-client.ts +105 -18
- package/src/type-extractor.ts +883 -28
- package/src/ui/runtime/command-chrome.ts +1 -1
- package/src/ui/runtime/stdin-after-ink.ts +3 -1
- package/tests/access-composition.test.ts +667 -0
- package/tests/admin-studio-membership.test.ts +121 -0
- package/tests/api-schemas.test.ts +83 -0
- package/tests/archive-name-alias.test.ts +42 -0
- package/tests/augmentation-generator.test.ts +28 -0
- package/tests/cache-clean.test.ts +206 -0
- package/tests/cli-help.test.ts +3 -0
- package/tests/cli-install-method.test.ts +66 -0
- package/tests/command-chrome-coverage.test.ts +31 -26
- package/tests/command-chrome-wrap.test.ts +1 -0
- package/tests/db-preflight.test.ts +72 -0
- package/tests/doctor-render.test.ts +62 -0
- package/tests/doctor-service-role.test.ts +55 -0
- package/tests/env-file.test.ts +121 -0
- package/tests/external-database-compose.test.ts +184 -0
- package/tests/external-database-config.test.ts +154 -0
- package/tests/field-masking-tier.test.ts +184 -0
- package/tests/functions-deno-types.test.ts +197 -0
- package/tests/homebrew-formula.test.ts +58 -0
- package/tests/hook-upload.test.ts +125 -0
- package/tests/hooks-generator.test.ts +212 -0
- package/tests/init.test.ts +3 -0
- package/tests/local-secrets.test.ts +92 -0
- package/tests/model-hooks.test.ts +322 -0
- package/tests/runtime-contract.test.ts +113 -1
- package/tests/service-role-check.test.ts +109 -0
- package/tests/service-role-routes.test.ts +51 -0
- package/tests/target-client-refresh.test.ts +94 -0
- package/tests/type-extractor.test.ts +187 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/tests/engine-distribution.test.ts +0 -418
package/src/target-client.ts
CHANGED
|
@@ -5,6 +5,61 @@ export interface TargetFetchOptions {
|
|
|
5
5
|
token: string
|
|
6
6
|
orgId?: string | undefined
|
|
7
7
|
environment?: string | undefined
|
|
8
|
+
/**
|
|
9
|
+
* Cloud-only: renew short-lived access JWT via control-plane `/auth/refresh`.
|
|
10
|
+
* Self-host SERVICE_ROLE_KEY links omit this.
|
|
11
|
+
*/
|
|
12
|
+
authRefresh?: {
|
|
13
|
+
cloudApiUrl: string
|
|
14
|
+
refreshToken: string
|
|
15
|
+
onRefreshed: (tokens: { accessToken: string; refreshToken?: string }) => void
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export class TargetApiError extends Error {
|
|
20
|
+
readonly status: number
|
|
21
|
+
readonly code?: string
|
|
22
|
+
|
|
23
|
+
constructor(message: string, status: number, code?: string) {
|
|
24
|
+
super(message)
|
|
25
|
+
this.name = "TargetApiError"
|
|
26
|
+
this.status = status
|
|
27
|
+
if (code !== undefined) this.code = code
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function isAuthExpiry(status: number, code?: string, message?: string): boolean {
|
|
32
|
+
if (status !== 401) return false
|
|
33
|
+
if (code === "TOKEN_EXPIRED" || code === "NO_SESSION" || code === "INVALID_TOKEN") return true
|
|
34
|
+
const m = (message ?? "").toLowerCase()
|
|
35
|
+
return m.includes("token expired") || m.includes("authentication required")
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
async function refreshAccessToken(
|
|
39
|
+
authRefresh: NonNullable<TargetFetchOptions["authRefresh"]>,
|
|
40
|
+
): Promise<string> {
|
|
41
|
+
const base = authRefresh.cloudApiUrl.replace(/\/$/, "")
|
|
42
|
+
const res = await fetch(`${base}/auth/refresh`, {
|
|
43
|
+
method: "POST",
|
|
44
|
+
headers: { "Content-Type": "application/json" },
|
|
45
|
+
body: JSON.stringify({ refresh_token: authRefresh.refreshToken }),
|
|
46
|
+
})
|
|
47
|
+
const json = (await res.json().catch(() => ({}))) as {
|
|
48
|
+
access_token?: string
|
|
49
|
+
refresh_token?: string
|
|
50
|
+
message?: string
|
|
51
|
+
error?: string
|
|
52
|
+
}
|
|
53
|
+
if (!res.ok || !json.access_token) {
|
|
54
|
+
throw new Error(
|
|
55
|
+
`${json.message ?? json.error ?? "Token refresh failed"}. Run: supatype login`,
|
|
56
|
+
)
|
|
57
|
+
}
|
|
58
|
+
authRefresh.onRefreshed({
|
|
59
|
+
accessToken: json.access_token,
|
|
60
|
+
...(json.refresh_token !== undefined ? { refreshToken: json.refresh_token } : {}),
|
|
61
|
+
})
|
|
62
|
+
return json.access_token
|
|
8
63
|
}
|
|
9
64
|
|
|
10
65
|
export async function targetFetch<T>(
|
|
@@ -12,29 +67,61 @@ export async function targetFetch<T>(
|
|
|
12
67
|
apiPrefix: "/api/v1" | "/platform/v1",
|
|
13
68
|
opts: TargetFetchOptions,
|
|
14
69
|
): Promise<T> {
|
|
15
|
-
const
|
|
16
|
-
|
|
17
|
-
|
|
70
|
+
const url = `${baseUrl.replace(/\/$/, "")}${apiPrefix}${opts.path}`
|
|
71
|
+
|
|
72
|
+
const doFetch = async (token: string): Promise<{
|
|
73
|
+
ok: boolean
|
|
74
|
+
status: number
|
|
75
|
+
json: { data?: T; error?: string; message?: string; code?: string }
|
|
76
|
+
}> => {
|
|
77
|
+
const headers: Record<string, string> = {
|
|
78
|
+
"Content-Type": "application/json",
|
|
79
|
+
Authorization: `Bearer ${token}`,
|
|
80
|
+
}
|
|
81
|
+
if (opts.orgId) headers["X-Org-Id"] = opts.orgId
|
|
82
|
+
if (opts.environment) headers["X-Supatype-Environment"] = opts.environment
|
|
83
|
+
|
|
84
|
+
const res = await fetch(url, {
|
|
85
|
+
method: opts.method,
|
|
86
|
+
headers,
|
|
87
|
+
...(opts.body !== undefined ? { body: JSON.stringify(opts.body) } : {}),
|
|
88
|
+
})
|
|
89
|
+
|
|
90
|
+
const json = (await res.json().catch(() => ({}))) as {
|
|
91
|
+
data?: T
|
|
92
|
+
error?: string
|
|
93
|
+
message?: string
|
|
94
|
+
code?: string
|
|
95
|
+
}
|
|
96
|
+
return { ok: res.ok, status: res.status, json }
|
|
18
97
|
}
|
|
19
|
-
if (opts.orgId) headers["X-Org-Id"] = opts.orgId
|
|
20
|
-
if (opts.environment) headers["X-Supatype-Environment"] = opts.environment
|
|
21
98
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
method: opts.method,
|
|
25
|
-
headers,
|
|
26
|
-
...(opts.body !== undefined ? { body: JSON.stringify(opts.body) } : {}),
|
|
27
|
-
})
|
|
99
|
+
let token = opts.token
|
|
100
|
+
let result = await doFetch(token)
|
|
28
101
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
message
|
|
102
|
+
if (
|
|
103
|
+
!result.ok &&
|
|
104
|
+
opts.authRefresh &&
|
|
105
|
+
isAuthExpiry(result.status, result.json.code, result.json.message ?? result.json.error)
|
|
106
|
+
) {
|
|
107
|
+
token = await refreshAccessToken(opts.authRefresh)
|
|
108
|
+
result = await doFetch(token)
|
|
33
109
|
}
|
|
34
110
|
|
|
35
|
-
if (!
|
|
36
|
-
|
|
111
|
+
if (!result.ok) {
|
|
112
|
+
const message = result.json.message ?? result.json.error ?? `API error: ${result.status} ${url}`
|
|
113
|
+
if (
|
|
114
|
+
isAuthExpiry(result.status, result.json.code, message) &&
|
|
115
|
+
!opts.authRefresh
|
|
116
|
+
) {
|
|
117
|
+
throw new TargetApiError(
|
|
118
|
+
`${message}. Session expired — run: supatype login`,
|
|
119
|
+
result.status,
|
|
120
|
+
result.json.code,
|
|
121
|
+
)
|
|
122
|
+
}
|
|
123
|
+
throw new TargetApiError(message, result.status, result.json.code)
|
|
37
124
|
}
|
|
38
125
|
|
|
39
|
-
return (json.data !== undefined ? json.data : json) as T
|
|
126
|
+
return (result.json.data !== undefined ? result.json.data : result.json) as T
|
|
40
127
|
}
|