@lepsto/sdk-app 89.5.0 → 89.6.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/CHANGELOG.md +32 -38
- package/dist/_types/gen/client.gen.d.ts +39 -1
- package/dist/_types/gen/deployment/index.d.ts +1 -1
- package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -1
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +70 -0
- package/dist/_types/gen/types.gen.d.ts +418 -4
- package/dist/chunk-OSI6GWYM.js +11531 -0
- package/dist/chunk-OSI6GWYM.js.map +1 -0
- package/dist/deployment/index.cjs +5 -0
- package/dist/deployment/index.cjs.map +1 -1
- package/dist/deployment/index.js +5 -1
- package/dist/deployment/index.js.map +1 -1
- package/dist/index.cjs +257 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +23 -11283
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +106 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +78 -0
- package/dist/playground/index.js.map +1 -0
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +245 -1
- package/src/gen/client.gen.ts +74 -0
- package/src/gen/deployment/index.ts +1 -1
- package/src/gen/deployment/queryOptions.gen.ts +6 -0
- package/src/gen/manifest.gen.ts +22 -1
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +119 -0
- package/src/gen/types.gen.ts +466 -4
package/src/gen/types.gen.ts
CHANGED
|
@@ -72300,6 +72300,7 @@ autoDeploy?: boolean
|
|
|
72300
72300
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
72301
72301
|
idleMinutes: number
|
|
72302
72302
|
scaleToZero: boolean
|
|
72303
|
+
publicDomain?: boolean
|
|
72303
72304
|
containerPort: number
|
|
72304
72305
|
environmentId: string
|
|
72305
72306
|
jobTimeoutSec?: number
|
|
@@ -72737,6 +72738,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
72737
72738
|
environmentId: string
|
|
72738
72739
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
72739
72740
|
lastProbeError: (string | null)
|
|
72741
|
+
redirectStatus: number
|
|
72740
72742
|
dnsInstructions: ({
|
|
72741
72743
|
txt: {
|
|
72742
72744
|
name: string
|
|
@@ -72753,6 +72755,7 @@ routingUnavailable?: boolean
|
|
|
72753
72755
|
routingRecordType: ("A" | "CNAME")
|
|
72754
72756
|
verificationToken: (string | null)
|
|
72755
72757
|
advertisedHostname: string
|
|
72758
|
+
redirectToDomainId: (string | null)
|
|
72756
72759
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
72757
72760
|
lastVerificationError: (({
|
|
72758
72761
|
code: (string | null)
|
|
@@ -72809,6 +72812,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
72809
72812
|
environmentId: string
|
|
72810
72813
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
72811
72814
|
lastProbeError: (string | null)
|
|
72815
|
+
redirectStatus: number
|
|
72812
72816
|
dnsInstructions: ({
|
|
72813
72817
|
txt: {
|
|
72814
72818
|
name: string
|
|
@@ -72825,6 +72829,7 @@ routingUnavailable?: boolean
|
|
|
72825
72829
|
routingRecordType: ("A" | "CNAME")
|
|
72826
72830
|
verificationToken: (string | null)
|
|
72827
72831
|
advertisedHostname: string
|
|
72832
|
+
redirectToDomainId: (string | null)
|
|
72828
72833
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
72829
72834
|
lastVerificationError: (({
|
|
72830
72835
|
code: (string | null)
|
|
@@ -72869,6 +72874,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
72869
72874
|
environmentId: string
|
|
72870
72875
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
72871
72876
|
lastProbeError: (string | null)
|
|
72877
|
+
redirectStatus: number
|
|
72872
72878
|
dnsInstructions: ({
|
|
72873
72879
|
txt: {
|
|
72874
72880
|
name: string
|
|
@@ -72885,6 +72891,7 @@ routingUnavailable?: boolean
|
|
|
72885
72891
|
routingRecordType: ("A" | "CNAME")
|
|
72886
72892
|
verificationToken: (string | null)
|
|
72887
72893
|
advertisedHostname: string
|
|
72894
|
+
redirectToDomainId: (string | null)
|
|
72888
72895
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
72889
72896
|
lastVerificationError: (({
|
|
72890
72897
|
code: (string | null)
|
|
@@ -72930,6 +72937,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
72930
72937
|
environmentId: string
|
|
72931
72938
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
72932
72939
|
lastProbeError: (string | null)
|
|
72940
|
+
redirectStatus: number
|
|
72933
72941
|
dnsInstructions: ({
|
|
72934
72942
|
txt: {
|
|
72935
72943
|
name: string
|
|
@@ -72946,6 +72954,7 @@ routingUnavailable?: boolean
|
|
|
72946
72954
|
routingRecordType: ("A" | "CNAME")
|
|
72947
72955
|
verificationToken: (string | null)
|
|
72948
72956
|
advertisedHostname: string
|
|
72957
|
+
redirectToDomainId: (string | null)
|
|
72949
72958
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
72950
72959
|
lastVerificationError: (({
|
|
72951
72960
|
code: (string | null)
|
|
@@ -72973,6 +72982,70 @@ value: string
|
|
|
72973
72982
|
recordType: ("A" | "CNAME")
|
|
72974
72983
|
}
|
|
72975
72984
|
|
|
72985
|
+
export interface DeploymentDomainRedirectSetInput {
|
|
72986
|
+
id: string
|
|
72987
|
+
status?: (301 | 302)
|
|
72988
|
+
redirectToDomainId: (string | null)
|
|
72989
|
+
}
|
|
72990
|
+
|
|
72991
|
+
export interface DeploymentDomainRedirectSetOutput {
|
|
72992
|
+
id: string
|
|
72993
|
+
kind: ("auto" | "custom")
|
|
72994
|
+
aliases: string[]
|
|
72995
|
+
hostname: string
|
|
72996
|
+
createdAt: string
|
|
72997
|
+
tlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
72998
|
+
updatedAt: string
|
|
72999
|
+
lastProbeAt: (string | null)
|
|
73000
|
+
redirectWww: boolean
|
|
73001
|
+
wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
73002
|
+
environmentId: string
|
|
73003
|
+
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
73004
|
+
lastProbeError: (string | null)
|
|
73005
|
+
redirectStatus: number
|
|
73006
|
+
dnsInstructions: ({
|
|
73007
|
+
txt: {
|
|
73008
|
+
name: string
|
|
73009
|
+
value: string
|
|
73010
|
+
}
|
|
73011
|
+
routing: DeploymentDomainRedirectSetOutputItems[]
|
|
73012
|
+
acmeChallenge?: DeploymentDomainRedirectSetOutputItems
|
|
73013
|
+
txtAlternatives?: {
|
|
73014
|
+
name: string
|
|
73015
|
+
value: string
|
|
73016
|
+
}[]
|
|
73017
|
+
routingUnavailable?: boolean
|
|
73018
|
+
} | null)
|
|
73019
|
+
routingRecordType: ("A" | "CNAME")
|
|
73020
|
+
verificationToken: (string | null)
|
|
73021
|
+
advertisedHostname: string
|
|
73022
|
+
redirectToDomainId: (string | null)
|
|
73023
|
+
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
73024
|
+
lastVerificationError: (({
|
|
73025
|
+
code: (string | null)
|
|
73026
|
+
reason: "transient"
|
|
73027
|
+
checkedAt: string
|
|
73028
|
+
} | {
|
|
73029
|
+
txt?: {
|
|
73030
|
+
got: string[]
|
|
73031
|
+
want: string
|
|
73032
|
+
}
|
|
73033
|
+
host?: {
|
|
73034
|
+
got: string[]
|
|
73035
|
+
want: string[]
|
|
73036
|
+
}
|
|
73037
|
+
reason: "mismatch"
|
|
73038
|
+
checkedAt: string
|
|
73039
|
+
}) | null)
|
|
73040
|
+
lastVerificationCheckAt: (string | null)
|
|
73041
|
+
tlsCertificateExpiresAt: (string | null)
|
|
73042
|
+
}
|
|
73043
|
+
export interface DeploymentDomainRedirectSetOutputItems {
|
|
73044
|
+
name: string
|
|
73045
|
+
value: string
|
|
73046
|
+
recordType: ("A" | "CNAME")
|
|
73047
|
+
}
|
|
73048
|
+
|
|
72976
73049
|
export interface DeploymentDomainRedirectWwwInput {
|
|
72977
73050
|
id: string
|
|
72978
73051
|
enabled: boolean
|
|
@@ -72992,6 +73065,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
72992
73065
|
environmentId: string
|
|
72993
73066
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
72994
73067
|
lastProbeError: (string | null)
|
|
73068
|
+
redirectStatus: number
|
|
72995
73069
|
dnsInstructions: ({
|
|
72996
73070
|
txt: {
|
|
72997
73071
|
name: string
|
|
@@ -73008,6 +73082,7 @@ routingUnavailable?: boolean
|
|
|
73008
73082
|
routingRecordType: ("A" | "CNAME")
|
|
73009
73083
|
verificationToken: (string | null)
|
|
73010
73084
|
advertisedHostname: string
|
|
73085
|
+
redirectToDomainId: (string | null)
|
|
73011
73086
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
73012
73087
|
lastVerificationError: (({
|
|
73013
73088
|
code: (string | null)
|
|
@@ -73122,6 +73197,7 @@ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed")
|
|
|
73122
73197
|
environmentId: string
|
|
73123
73198
|
routingStatus: ("provisioning" | "propagating" | "active" | "failed")
|
|
73124
73199
|
lastProbeError: (string | null)
|
|
73200
|
+
redirectStatus: number
|
|
73125
73201
|
dnsInstructions: ({
|
|
73126
73202
|
txt: {
|
|
73127
73203
|
name: string
|
|
@@ -73138,6 +73214,7 @@ routingUnavailable?: boolean
|
|
|
73138
73214
|
routingRecordType: ("A" | "CNAME")
|
|
73139
73215
|
verificationToken: (string | null)
|
|
73140
73216
|
advertisedHostname: string
|
|
73217
|
+
redirectToDomainId: (string | null)
|
|
73141
73218
|
verificationStatus: ("pending_dns" | "verified" | "dns_failed")
|
|
73142
73219
|
lastVerificationError: (({
|
|
73143
73220
|
code: (string | null)
|
|
@@ -73298,7 +73375,7 @@ baseEnvironmentId: (string | null)
|
|
|
73298
73375
|
}
|
|
73299
73376
|
|
|
73300
73377
|
export interface DeploymentEventsListByEnvironmentInput {
|
|
73301
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73378
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.routing.reapplied" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "service.public_domain.changed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73302
73379
|
limit?: number
|
|
73303
73380
|
since?: string
|
|
73304
73381
|
until?: string
|
|
@@ -73307,7 +73384,7 @@ environmentId: string
|
|
|
73307
73384
|
|
|
73308
73385
|
export type DeploymentEventsListByEnvironmentOutput = {
|
|
73309
73386
|
id: string
|
|
73310
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73387
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.routing.reapplied" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "service.public_domain.changed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73311
73388
|
payload: {
|
|
73312
73389
|
[k: string]: unknown
|
|
73313
73390
|
}
|
|
@@ -73320,7 +73397,7 @@ environmentId: (string | null)
|
|
|
73320
73397
|
}[]
|
|
73321
73398
|
|
|
73322
73399
|
export interface DeploymentEventsListByServiceInput {
|
|
73323
|
-
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73400
|
+
type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.routing.reapplied" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "service.public_domain.changed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73324
73401
|
limit?: number
|
|
73325
73402
|
since?: string
|
|
73326
73403
|
until?: string
|
|
@@ -73330,7 +73407,7 @@ deploymentId?: string
|
|
|
73330
73407
|
|
|
73331
73408
|
export type DeploymentEventsListByServiceOutput = {
|
|
73332
73409
|
id: string
|
|
73333
|
-
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73410
|
+
type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.sourcemaps.uploaded" | "deployment.sourcemaps.upload-failed" | "deployment.requeue-failed" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.routing.reapplied" | "domain.removed" | "domain.governance.mirror-failed" | "service.slept" | "service.woke" | "service.wake_failed" | "service.sleep-enabled" | "service.sleep-disabled" | "service.sleep-enable-failed" | "service.public_domain.changed" | "cloud-sql.instance.stopped" | "cloud-sql.instance.started" | "cloud-sql.instance.stop-failed" | "cloud-sql.instance.start-failed" | "suspension.workload-stopped" | "suspension.workload-restored" | "managed-service.restarted" | "managed-service.port-leak-healed")
|
|
73334
73411
|
payload: {
|
|
73335
73412
|
[k: string]: unknown
|
|
73336
73413
|
}
|
|
@@ -73905,6 +73982,10 @@ cpu?: string
|
|
|
73905
73982
|
memory?: string
|
|
73906
73983
|
}
|
|
73907
73984
|
}
|
|
73985
|
+
/**
|
|
73986
|
+
* Whether this service gets its public auto-domain (`<slug>-<hash>.<suffix>`) and the HTTPRoute that fronts it. Default true. Set false for a service that must not face the internet (minio, pgadmin, a worker): the auto-domain and its route are removed, which also frees a URL-map host rule. A custom domain attached to this service is NOT touched in either direction — it keeps serving. Set true again to re-create the auto-domain under the same hostname.
|
|
73987
|
+
*/
|
|
73988
|
+
publicDomain?: boolean
|
|
73908
73989
|
containerPort?: number
|
|
73909
73990
|
environmentId: string
|
|
73910
73991
|
/**
|
|
@@ -73986,6 +74067,7 @@ autoDeploy?: boolean
|
|
|
73986
74067
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
73987
74068
|
idleMinutes: number
|
|
73988
74069
|
scaleToZero: boolean
|
|
74070
|
+
publicDomain?: boolean
|
|
73989
74071
|
containerPort: number
|
|
73990
74072
|
environmentId: string
|
|
73991
74073
|
jobTimeoutSec?: number
|
|
@@ -74106,6 +74188,7 @@ autoDeploy?: boolean
|
|
|
74106
74188
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
74107
74189
|
idleMinutes: number
|
|
74108
74190
|
scaleToZero: boolean
|
|
74191
|
+
publicDomain?: boolean
|
|
74109
74192
|
containerPort: number
|
|
74110
74193
|
environmentId: string
|
|
74111
74194
|
jobTimeoutSec?: number
|
|
@@ -74193,6 +74276,7 @@ autoDeploy?: boolean
|
|
|
74193
74276
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
74194
74277
|
idleMinutes: number
|
|
74195
74278
|
scaleToZero: boolean
|
|
74279
|
+
publicDomain?: boolean
|
|
74196
74280
|
containerPort: number
|
|
74197
74281
|
environmentId: string
|
|
74198
74282
|
jobTimeoutSec?: number
|
|
@@ -74357,6 +74441,7 @@ autoDeploy?: boolean
|
|
|
74357
74441
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
74358
74442
|
idleMinutes: number
|
|
74359
74443
|
scaleToZero: boolean
|
|
74444
|
+
publicDomain?: boolean
|
|
74360
74445
|
containerPort: number
|
|
74361
74446
|
environmentId: string
|
|
74362
74447
|
jobTimeoutSec?: number
|
|
@@ -74440,6 +74525,10 @@ memory?: string
|
|
|
74440
74525
|
autoDeploy?: boolean
|
|
74441
74526
|
idleMinutes?: number
|
|
74442
74527
|
scaleToZero?: boolean
|
|
74528
|
+
/**
|
|
74529
|
+
* Whether this service gets its public auto-domain (`<slug>-<hash>.<suffix>`) and the HTTPRoute that fronts it. Default true. Set false for a service that must not face the internet (minio, pgadmin, a worker): the auto-domain and its route are removed, which also frees a URL-map host rule. A custom domain attached to this service is NOT touched in either direction — it keeps serving. Set true again to re-create the auto-domain under the same hostname.
|
|
74530
|
+
*/
|
|
74531
|
+
publicDomain?: boolean
|
|
74443
74532
|
containerPort?: number
|
|
74444
74533
|
/**
|
|
74445
74534
|
* Wall-clock budget for one run, in seconds (60..86400). Becomes the Job activeDeadlineSeconds — an overrunning run is killed, not left going.
|
|
@@ -74525,6 +74614,7 @@ autoDeploy?: boolean
|
|
|
74525
74614
|
sleepState: ("awake" | "sleeping" | "waking" | "stopped" | "wake_failed")
|
|
74526
74615
|
idleMinutes: number
|
|
74527
74616
|
scaleToZero: boolean
|
|
74617
|
+
publicDomain?: boolean
|
|
74528
74618
|
containerPort: number
|
|
74529
74619
|
environmentId: string
|
|
74530
74620
|
jobTimeoutSec?: number
|
|
@@ -91016,6 +91106,378 @@ export interface OrganizationYoutubeInstallOutput {
|
|
|
91016
91106
|
url: string
|
|
91017
91107
|
}
|
|
91018
91108
|
|
|
91109
|
+
export interface PlaygroundAnalyticsOverviewInput {
|
|
91110
|
+
/**
|
|
91111
|
+
* Max records per entity in recent[]; omit for the endpoint default
|
|
91112
|
+
*/
|
|
91113
|
+
limit?: number
|
|
91114
|
+
}
|
|
91115
|
+
|
|
91116
|
+
export interface PlaygroundAnalyticsOverviewOutput {
|
|
91117
|
+
ok: boolean
|
|
91118
|
+
minted: boolean
|
|
91119
|
+
overview?: unknown
|
|
91120
|
+
http_status: number
|
|
91121
|
+
}
|
|
91122
|
+
|
|
91123
|
+
export interface PlaygroundBillingEntitlementsInput {
|
|
91124
|
+
|
|
91125
|
+
}
|
|
91126
|
+
|
|
91127
|
+
export interface PlaygroundBillingEntitlementsOutput {
|
|
91128
|
+
ok: boolean
|
|
91129
|
+
minted: boolean
|
|
91130
|
+
http_status: number
|
|
91131
|
+
entitlements?: unknown
|
|
91132
|
+
}
|
|
91133
|
+
|
|
91134
|
+
export interface PlaygroundBillingRecordUsageInput {
|
|
91135
|
+
/**
|
|
91136
|
+
* Quantity of events to record against playground-events (SUM); defaults to 1
|
|
91137
|
+
*/
|
|
91138
|
+
value?: number
|
|
91139
|
+
}
|
|
91140
|
+
|
|
91141
|
+
export interface PlaygroundBillingRecordUsageOutput {
|
|
91142
|
+
minted: boolean
|
|
91143
|
+
accepted: (number | null)
|
|
91144
|
+
recorded: boolean
|
|
91145
|
+
duplicates: (number | null)
|
|
91146
|
+
http_status: number
|
|
91147
|
+
}
|
|
91148
|
+
|
|
91149
|
+
export interface PlaygroundClickupCreateTaskInput {
|
|
91150
|
+
/**
|
|
91151
|
+
* Task title; defaults to a fixture label
|
|
91152
|
+
*/
|
|
91153
|
+
name?: string
|
|
91154
|
+
/**
|
|
91155
|
+
* ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
|
|
91156
|
+
*/
|
|
91157
|
+
listId?: string
|
|
91158
|
+
}
|
|
91159
|
+
|
|
91160
|
+
export interface PlaygroundClickupCreateTaskOutput {
|
|
91161
|
+
minted: boolean
|
|
91162
|
+
task_id: (string | null)
|
|
91163
|
+
list_status: number
|
|
91164
|
+
vend_status: number
|
|
91165
|
+
clickup_status: number
|
|
91166
|
+
installation_count: number
|
|
91167
|
+
}
|
|
91168
|
+
|
|
91169
|
+
export interface PlaygroundClickupGetLastWebhookInput {
|
|
91170
|
+
|
|
91171
|
+
}
|
|
91172
|
+
|
|
91173
|
+
export type PlaygroundClickupGetLastWebhookOutput = ({
|
|
91174
|
+
payload: string
|
|
91175
|
+
event_id: string
|
|
91176
|
+
provider: string
|
|
91177
|
+
verified: boolean
|
|
91178
|
+
product_id: string
|
|
91179
|
+
occurred_at: string
|
|
91180
|
+
connector_id: string
|
|
91181
|
+
clickup_event: (string | null)
|
|
91182
|
+
receipt_count: number
|
|
91183
|
+
} | {
|
|
91184
|
+
found: false
|
|
91185
|
+
})
|
|
91186
|
+
|
|
91187
|
+
export interface PlaygroundClickupGetOverviewInput {
|
|
91188
|
+
|
|
91189
|
+
}
|
|
91190
|
+
|
|
91191
|
+
export interface PlaygroundClickupGetOverviewOutput {
|
|
91192
|
+
team: ({
|
|
91193
|
+
teamId: string
|
|
91194
|
+
teamName: string
|
|
91195
|
+
} | null)
|
|
91196
|
+
lists: PlaygroundClickupGetOverviewOutputItems[]
|
|
91197
|
+
tasks: {
|
|
91198
|
+
id: string
|
|
91199
|
+
name: string
|
|
91200
|
+
status: (string | null)
|
|
91201
|
+
}[]
|
|
91202
|
+
minted: boolean
|
|
91203
|
+
spaces: PlaygroundClickupGetOverviewOutputItems[]
|
|
91204
|
+
list_status: number
|
|
91205
|
+
vend_status: number
|
|
91206
|
+
lists_status: number
|
|
91207
|
+
tasks_status: number
|
|
91208
|
+
spaces_status: number
|
|
91209
|
+
folders_status: number
|
|
91210
|
+
installation_count: number
|
|
91211
|
+
}
|
|
91212
|
+
export interface PlaygroundClickupGetOverviewOutputItems {
|
|
91213
|
+
id: string
|
|
91214
|
+
name: string
|
|
91215
|
+
}
|
|
91216
|
+
|
|
91217
|
+
export interface PlaygroundEchoPingInput {
|
|
91218
|
+
/**
|
|
91219
|
+
* The text to echo back, 1–1024 characters
|
|
91220
|
+
*/
|
|
91221
|
+
message: string
|
|
91222
|
+
}
|
|
91223
|
+
|
|
91224
|
+
export interface PlaygroundEchoPingOutput {
|
|
91225
|
+
/**
|
|
91226
|
+
* The message exactly as it was received
|
|
91227
|
+
*/
|
|
91228
|
+
message: string
|
|
91229
|
+
/**
|
|
91230
|
+
* The product the call was resolved to
|
|
91231
|
+
*/
|
|
91232
|
+
productId: string
|
|
91233
|
+
/**
|
|
91234
|
+
* ISO-8601 instant (UTC) at which the call reached the service
|
|
91235
|
+
*/
|
|
91236
|
+
receivedAt: string
|
|
91237
|
+
}
|
|
91238
|
+
|
|
91239
|
+
export interface PlaygroundGdriveGetLastChangeInput {
|
|
91240
|
+
|
|
91241
|
+
}
|
|
91242
|
+
|
|
91243
|
+
export type PlaygroundGdriveGetLastChangeOutput = ({
|
|
91244
|
+
file_id: string
|
|
91245
|
+
removed: boolean
|
|
91246
|
+
file_name: (string | null)
|
|
91247
|
+
mime_type: (string | null)
|
|
91248
|
+
product_id: string
|
|
91249
|
+
occurred_at: string
|
|
91250
|
+
connector_id: string
|
|
91251
|
+
resource_state: string
|
|
91252
|
+
} | {
|
|
91253
|
+
found: false
|
|
91254
|
+
})
|
|
91255
|
+
|
|
91256
|
+
export interface PlaygroundGdriveReadFileInput {
|
|
91257
|
+
/**
|
|
91258
|
+
* Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
|
|
91259
|
+
*/
|
|
91260
|
+
fileId?: string
|
|
91261
|
+
}
|
|
91262
|
+
|
|
91263
|
+
export interface PlaygroundGdriveReadFileOutput {
|
|
91264
|
+
minted: boolean
|
|
91265
|
+
file_id: (string | null)
|
|
91266
|
+
file_name: (string | null)
|
|
91267
|
+
mime_type: (string | null)
|
|
91268
|
+
file_count: number
|
|
91269
|
+
get_status: number
|
|
91270
|
+
list_status: number
|
|
91271
|
+
vend_status: number
|
|
91272
|
+
content_bytes: (number | null)
|
|
91273
|
+
}
|
|
91274
|
+
|
|
91275
|
+
export interface PlaygroundGoogleadsReadCustomerInput {
|
|
91276
|
+
|
|
91277
|
+
}
|
|
91278
|
+
|
|
91279
|
+
export interface PlaygroundGoogleadsReadCustomerOutput {
|
|
91280
|
+
minted: boolean
|
|
91281
|
+
vended: boolean
|
|
91282
|
+
customer_id: (string | null)
|
|
91283
|
+
vend_status: number
|
|
91284
|
+
result_count: number
|
|
91285
|
+
search_status: number
|
|
91286
|
+
login_customer_id: (string | null)
|
|
91287
|
+
}
|
|
91288
|
+
|
|
91289
|
+
export interface PlaygroundLifecycleGetStateInput {
|
|
91290
|
+
|
|
91291
|
+
}
|
|
91292
|
+
|
|
91293
|
+
export interface PlaygroundLifecycleGetStateOutput {
|
|
91294
|
+
blocked: boolean
|
|
91295
|
+
archived: boolean
|
|
91296
|
+
productId: string
|
|
91297
|
+
lastBlockTransition: ({
|
|
91298
|
+
eventId: string
|
|
91299
|
+
eventName: string
|
|
91300
|
+
productId: string
|
|
91301
|
+
occurredAt: string
|
|
91302
|
+
recordedAt: string
|
|
91303
|
+
receiptCount: number
|
|
91304
|
+
organizationId: string
|
|
91305
|
+
cascadedFromOrg: boolean
|
|
91306
|
+
} | null)
|
|
91307
|
+
lastArchiveTransition: ({
|
|
91308
|
+
eventId: string
|
|
91309
|
+
eventName: string
|
|
91310
|
+
productId: string
|
|
91311
|
+
occurredAt: string
|
|
91312
|
+
recordedAt: string
|
|
91313
|
+
receiptCount: number
|
|
91314
|
+
organizationId: string
|
|
91315
|
+
cascadedFromOrg: boolean
|
|
91316
|
+
} | null)
|
|
91317
|
+
}
|
|
91318
|
+
|
|
91319
|
+
export interface PlaygroundLifecycleListEventsInput {
|
|
91320
|
+
|
|
91321
|
+
}
|
|
91322
|
+
|
|
91323
|
+
export type PlaygroundLifecycleListEventsOutput = {
|
|
91324
|
+
eventId: string
|
|
91325
|
+
eventName: string
|
|
91326
|
+
productId: string
|
|
91327
|
+
occurredAt: string
|
|
91328
|
+
recordedAt: string
|
|
91329
|
+
receiptCount: number
|
|
91330
|
+
organizationId: string
|
|
91331
|
+
cascadedFromOrg: boolean
|
|
91332
|
+
}[]
|
|
91333
|
+
|
|
91334
|
+
export interface PlaygroundWebhookGetLastInput {
|
|
91335
|
+
|
|
91336
|
+
}
|
|
91337
|
+
|
|
91338
|
+
export type PlaygroundWebhookGetLastOutput = ({
|
|
91339
|
+
payload?: unknown
|
|
91340
|
+
event_id: string
|
|
91341
|
+
provider: string
|
|
91342
|
+
verified: boolean
|
|
91343
|
+
product_id: string
|
|
91344
|
+
occurred_at: string
|
|
91345
|
+
connector_id: string
|
|
91346
|
+
delivery_count: number
|
|
91347
|
+
} | {
|
|
91348
|
+
found: false
|
|
91349
|
+
})
|
|
91350
|
+
|
|
91351
|
+
export interface PlaygroundWorkflowEchoInput {
|
|
91352
|
+
/**
|
|
91353
|
+
* The text to store, 1–1024 characters
|
|
91354
|
+
*/
|
|
91355
|
+
note: string
|
|
91356
|
+
/**
|
|
91357
|
+
* Optional labels stored alongside the note, at most 20
|
|
91358
|
+
*
|
|
91359
|
+
* @maxItems 20
|
|
91360
|
+
*/
|
|
91361
|
+
tags?: []|[string]|[string, string]|[string, string, string]|[string, string, string, string]|[string, string, string, string, string]|[string, string, string, string, string, string]|[string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]
|
|
91362
|
+
}
|
|
91363
|
+
|
|
91364
|
+
export interface PlaygroundWorkflowEchoOutput {
|
|
91365
|
+
/**
|
|
91366
|
+
* Identifier of the stored echo
|
|
91367
|
+
*/
|
|
91368
|
+
id: string
|
|
91369
|
+
/**
|
|
91370
|
+
* The note exactly as it was received
|
|
91371
|
+
*/
|
|
91372
|
+
note: string
|
|
91373
|
+
/**
|
|
91374
|
+
* The tags exactly as they were received
|
|
91375
|
+
*/
|
|
91376
|
+
tags: string[]
|
|
91377
|
+
/**
|
|
91378
|
+
* Correlation id for this echo. The playground/workflow.echoed event published about two seconds later repeats it, which is how a composer matches the completion back to this step.
|
|
91379
|
+
*/
|
|
91380
|
+
echo_id: string
|
|
91381
|
+
/**
|
|
91382
|
+
* ISO-8601 instant (UTC) at which the echo was stored
|
|
91383
|
+
*/
|
|
91384
|
+
received_at: string
|
|
91385
|
+
}
|
|
91386
|
+
|
|
91387
|
+
export interface PlaygroundWorkflowEchoListInput {
|
|
91388
|
+
|
|
91389
|
+
}
|
|
91390
|
+
|
|
91391
|
+
export type PlaygroundWorkflowEchoListOutput = {
|
|
91392
|
+
/**
|
|
91393
|
+
* Identifier of the stored echo
|
|
91394
|
+
*/
|
|
91395
|
+
id: string
|
|
91396
|
+
/**
|
|
91397
|
+
* The note exactly as it was received
|
|
91398
|
+
*/
|
|
91399
|
+
note: string
|
|
91400
|
+
/**
|
|
91401
|
+
* The tags exactly as they were received
|
|
91402
|
+
*/
|
|
91403
|
+
tags: string[]
|
|
91404
|
+
/**
|
|
91405
|
+
* ISO-8601 instant (UTC) at which the echo was stored
|
|
91406
|
+
*/
|
|
91407
|
+
received_at: string
|
|
91408
|
+
}[]
|
|
91409
|
+
|
|
91410
|
+
export interface PlaygroundWorkflowPingInput {
|
|
91411
|
+
/**
|
|
91412
|
+
* Class of ping, echoed on the emitted event and filterable on the trigger. Defaults to 'manual'.
|
|
91413
|
+
*/
|
|
91414
|
+
kind?: string
|
|
91415
|
+
}
|
|
91416
|
+
|
|
91417
|
+
export interface PlaygroundWorkflowPingOutput {
|
|
91418
|
+
/**
|
|
91419
|
+
* Correlation id for this ping. The emitted playground/workflow.ping event repeats it, which is how a composer matches the event back to this step.
|
|
91420
|
+
*/
|
|
91421
|
+
id: string
|
|
91422
|
+
/**
|
|
91423
|
+
* The name of the event that was published
|
|
91424
|
+
*/
|
|
91425
|
+
event: string
|
|
91426
|
+
}
|
|
91427
|
+
|
|
91428
|
+
export interface PlaygroundWorkflowSubjectsListInput {
|
|
91429
|
+
/**
|
|
91430
|
+
* How many subjects to return, 1–100. Defaults to 25.
|
|
91431
|
+
*/
|
|
91432
|
+
limit?: number
|
|
91433
|
+
/**
|
|
91434
|
+
* The next_cursor of the previous page. Opaque — pass it back unchanged. Omit for the first page.
|
|
91435
|
+
*/
|
|
91436
|
+
cursor?: string
|
|
91437
|
+
/**
|
|
91438
|
+
* ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR AFTER this — the opposite question, the recently active population. Omit for no lower bound.
|
|
91439
|
+
*/
|
|
91440
|
+
last_activity_after?: string
|
|
91441
|
+
/**
|
|
91442
|
+
* ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR BEFORE this — the "inactive for N days" question: pass now minus N days. Omit for no upper bound.
|
|
91443
|
+
*/
|
|
91444
|
+
last_activity_before?: string
|
|
91445
|
+
}
|
|
91446
|
+
|
|
91447
|
+
export interface PlaygroundWorkflowSubjectsListOutput {
|
|
91448
|
+
/**
|
|
91449
|
+
* This page of subjects, most recently active first
|
|
91450
|
+
*/
|
|
91451
|
+
items: {
|
|
91452
|
+
/**
|
|
91453
|
+
* Stable identifier for the subject. This is the field a batch trigger keys on, so a subject already served in an earlier run is skipped rather than served twice.
|
|
91454
|
+
*/
|
|
91455
|
+
subject_key: string
|
|
91456
|
+
/**
|
|
91457
|
+
* Human-readable name of the subject
|
|
91458
|
+
*/
|
|
91459
|
+
display_name: string
|
|
91460
|
+
/**
|
|
91461
|
+
* ISO-8601 instant (UTC) of the subject last activity
|
|
91462
|
+
*/
|
|
91463
|
+
last_activity_at: string
|
|
91464
|
+
}[]
|
|
91465
|
+
/**
|
|
91466
|
+
* Whether another page follows. False and a null next_cursor both mark the last page, so a consumer that loops on either terminates.
|
|
91467
|
+
*/
|
|
91468
|
+
has_more: boolean
|
|
91469
|
+
/**
|
|
91470
|
+
* Pass back as `cursor` to fetch the next page; null on the last page. Always null when has_more is false.
|
|
91471
|
+
*/
|
|
91472
|
+
next_cursor: (string | null)
|
|
91473
|
+
}
|
|
91474
|
+
|
|
91475
|
+
export interface PlaygroundWsEchoInput {
|
|
91476
|
+
|
|
91477
|
+
}
|
|
91478
|
+
|
|
91479
|
+
export type PlaygroundWsEchoOutput = unknown;
|
|
91480
|
+
|
|
91019
91481
|
export interface RealtimeArchiveExportInput {
|
|
91020
91482
|
/**
|
|
91021
91483
|
* Only entries with ts <= to_ts (epoch ms)
|