@stacksjs/ts-cloud 0.7.104 → 0.7.108
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/aws/index.js +2 -14
- package/dist/bin/cli.js +784 -785
- package/dist/bin/dashboard-server.js +291 -291
- package/dist/{chunk-dmzez5f8.js → chunk-33sy72r8.js} +52 -3
- package/dist/{chunk-5cz14833.js → chunk-ef2dwfrg.js} +3 -3
- package/dist/{chunk-gtz4jar2.js → chunk-eg8ck25v.js} +859 -151
- package/dist/{chunk-6hymgy61.js → chunk-gttvakpv.js} +1 -85
- package/dist/{chunk-adgz2c49.js → chunk-s9c2x5jv.js} +2 -2
- package/dist/deploy/dashboard-bundle-encoding.test.d.ts +1 -0
- package/dist/deploy/dashboard-payload.d.ts +20 -0
- package/dist/deploy/dashboard-payload.test.d.ts +1 -0
- package/dist/deploy/dashboard-topology.d.ts +85 -0
- package/dist/deploy/dashboard-topology.test.d.ts +1 -0
- package/dist/deploy/egress-collection.d.ts +60 -0
- package/dist/deploy/index.d.ts +2 -0
- package/dist/deploy/index.js +16 -4
- package/dist/dns/index.d.ts +0 -2
- package/dist/dns/index.js +2 -14
- package/dist/drivers/index.js +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +5 -17
- package/dist/ui/404.html +1 -0
- package/dist/ui/access-denied.html +2 -2
- package/dist/ui/account/automation.html +4 -4
- package/dist/ui/account/security.html +2 -2
- package/dist/ui/applications/compose.html +3 -3
- package/dist/ui/applications/new.html +2 -2
- package/dist/ui/data/backups.html +22 -9
- package/dist/ui/data/services.html +22 -9
- package/dist/ui/data/volumes.html +22 -9
- package/dist/ui/index.html +22 -9
- package/dist/ui/infrastructure/topology.html +2223 -0
- package/dist/ui/integrations.html +2 -2
- package/dist/ui/operations/alerts.html +22 -9
- package/dist/ui/operations/configuration.html +4 -4
- package/dist/ui/operations/jobs.html +22 -9
- package/dist/ui/operations/maintenance.html +4 -4
- package/dist/ui/operations/observability.html +21 -8
- package/dist/ui/operations/previews.html +4 -4
- package/dist/ui/operations/queue.html +4 -4
- package/dist/ui/operations/regions.html +3 -3
- package/dist/ui/operations/releases.html +4 -4
- package/dist/ui/operations/workloads.html +22 -9
- package/dist/ui/security.html +2 -2
- package/dist/ui/server/actions.html +4 -4
- package/dist/ui/server/activity.html +2 -2
- package/dist/ui/server/capacity.html +4 -4
- package/dist/ui/server/database.html +4 -4
- package/dist/ui/server/deployments.html +4 -4
- package/dist/ui/server/diagnostics.html +2 -2
- package/dist/ui/server/firewall.html +3 -3
- package/dist/ui/server/fleet.html +22 -9
- package/dist/ui/server/logs.html +22 -9
- package/dist/ui/server/metrics.html +130 -14
- package/dist/ui/server/security.html +2 -2
- package/dist/ui/server/services.html +2 -2
- package/dist/ui/server/sites.html +21 -8
- package/dist/ui/server/ssh-keys.html +4 -4
- package/dist/ui/server/team.html +4 -4
- package/dist/ui/server/terminal.html +1 -1
- package/dist/ui/serverless/alarms.html +4 -4
- package/dist/ui/serverless/assets.html +2 -2
- package/dist/ui/serverless/cost.html +1 -1
- package/dist/ui/serverless/data.html +4 -4
- package/dist/ui/serverless/deployments.html +2 -2
- package/dist/ui/serverless/firewall.html +2 -2
- package/dist/ui/serverless/functions.html +4 -4
- package/dist/ui/serverless/logs.html +22 -9
- package/dist/ui/serverless/metrics.html +2 -2
- package/dist/ui/serverless/queues.html +4 -4
- package/dist/ui/serverless/secrets.html +4 -4
- package/dist/ui/serverless/traces.html +4 -4
- package/dist/ui/serverless.html +4 -4
- package/dist/ui-src/functions/requestJson.ts +41 -0
- package/dist/ui-src/functions/useOpConfirm.ts +132 -0
- package/dist/ui-src/functions/usePolling.ts +98 -0
- package/dist/ui-src/functions/useTerminal.ts +79 -0
- package/dist/ui-src/pages/infrastructure/topology.stx +517 -0
- package/dist/ui-src/pages/partials/nav.stx +2 -0
- package/dist/ui-src/pages/server/metrics.stx +140 -6
- package/dist/ui-src/src/topology.ts +485 -0
- package/package.json +3 -3
- package/dist/dns/mail-records.d.ts +0 -82
package/dist/aws/index.js
CHANGED
|
@@ -105,19 +105,13 @@ import {
|
|
|
105
105
|
PorkbunProvider,
|
|
106
106
|
Route53Provider,
|
|
107
107
|
UnifiedDnsValidator,
|
|
108
|
-
buildDkimValue,
|
|
109
|
-
buildDmarcValue,
|
|
110
|
-
buildMailDnsRecords,
|
|
111
|
-
buildSpfValue,
|
|
112
108
|
createDnsProvider,
|
|
113
109
|
createGoDaddyValidator,
|
|
114
110
|
createPorkbunValidator,
|
|
115
111
|
createRoute53Validator,
|
|
116
112
|
detectDnsProvider,
|
|
117
|
-
dnsProviders
|
|
118
|
-
|
|
119
|
-
syncMailDns
|
|
120
|
-
} from "../chunk-6hymgy61.js";
|
|
113
|
+
dnsProviders
|
|
114
|
+
} from "../chunk-gttvakpv.js";
|
|
121
115
|
import {
|
|
122
116
|
EC2Client,
|
|
123
117
|
SSMClient
|
|
@@ -149,7 +143,6 @@ export {
|
|
|
149
143
|
translate,
|
|
150
144
|
trackEvent,
|
|
151
145
|
textToSpeech,
|
|
152
|
-
syncMailDns,
|
|
153
146
|
startSmtpServer,
|
|
154
147
|
startImapServer,
|
|
155
148
|
setupSmsInfrastructure,
|
|
@@ -161,7 +154,6 @@ export {
|
|
|
161
154
|
remapKey,
|
|
162
155
|
providerEndpoint,
|
|
163
156
|
normalizePhoneNumber,
|
|
164
|
-
normalizeDkimKey,
|
|
165
157
|
migrateObjectStorage,
|
|
166
158
|
listVoices,
|
|
167
159
|
listLanguages,
|
|
@@ -203,11 +195,7 @@ export {
|
|
|
203
195
|
countFacesInS3Image,
|
|
204
196
|
containsPii,
|
|
205
197
|
completeWithClaude,
|
|
206
|
-
buildSpfValue,
|
|
207
198
|
buildQueryParams,
|
|
208
|
-
buildMailDnsRecords,
|
|
209
|
-
buildDmarcValue,
|
|
210
|
-
buildDkimValue,
|
|
211
199
|
analyzeSentiment,
|
|
212
200
|
VoiceClient,
|
|
213
201
|
UnifiedDnsValidator,
|