@sylphx/contract 0.5.0 → 0.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 +12 -0
- package/dist/endpoint.d.ts +3 -1
- package/dist/endpoint.d.ts.map +1 -1
- package/dist/endpoints/admin-audit.d.ts +2 -2
- package/dist/endpoints/admin-audit.js +2 -2
- package/dist/endpoints/admin-bootstrap.js +3 -3
- package/dist/endpoints/admin-branch-databases.d.ts +1 -1
- package/dist/endpoints/admin-branch-databases.js +2 -2
- package/dist/endpoints/admin-envs-spec.d.ts +27 -0
- package/dist/endpoints/admin-envs-spec.d.ts.map +1 -0
- package/dist/endpoints/admin-envs-spec.js +25 -0
- package/dist/endpoints/admin-projects.d.ts +1 -1
- package/dist/endpoints/admin-rate-limits.d.ts +1 -1
- package/dist/endpoints/admin-rate-limits.js +3 -3
- package/dist/endpoints/admin-secrets.d.ts +3 -3
- package/dist/endpoints/admin-secrets.js +1 -1
- package/dist/endpoints/admin-services.d.ts +3 -3
- package/dist/endpoints/admin-services.d.ts.map +1 -1
- package/dist/endpoints/admin-services.js +4 -5
- package/dist/endpoints/branch-databases.d.ts +13 -7
- package/dist/endpoints/branch-databases.d.ts.map +1 -1
- package/dist/endpoints/branch-databases.js +3 -3
- package/dist/endpoints/databases.d.ts +100 -164
- package/dist/endpoints/databases.d.ts.map +1 -1
- package/dist/endpoints/databases.js +8 -35
- package/dist/endpoints/deployments.d.ts +1 -3
- package/dist/endpoints/deployments.d.ts.map +1 -1
- package/dist/endpoints/deployments.js +1 -1
- package/dist/endpoints/environments.d.ts +11 -42
- package/dist/endpoints/environments.d.ts.map +1 -1
- package/dist/endpoints/image-opt.d.ts +5 -13
- package/dist/endpoints/image-opt.d.ts.map +1 -1
- package/dist/endpoints/image-opt.js +6 -18
- package/dist/endpoints/kv-admin.d.ts +1 -2
- package/dist/endpoints/kv-admin.d.ts.map +1 -1
- package/dist/endpoints/kv-admin.js +1 -1
- package/dist/endpoints/kv.d.ts +19 -13
- package/dist/endpoints/kv.d.ts.map +1 -1
- package/dist/endpoints/kv.js +9 -9
- package/dist/endpoints/notifications.d.ts +7 -0
- package/dist/endpoints/notifications.d.ts.map +1 -1
- package/dist/endpoints/organizations.d.ts +8 -6
- package/dist/endpoints/organizations.d.ts.map +1 -1
- package/dist/endpoints/project-manifest.d.ts +196 -84
- package/dist/endpoints/project-manifest.d.ts.map +1 -1
- package/dist/endpoints/projects.d.ts +0 -8
- package/dist/endpoints/projects.d.ts.map +1 -1
- package/dist/endpoints/realtime-admin.d.ts +0 -1
- package/dist/endpoints/realtime-admin.d.ts.map +1 -1
- package/dist/endpoints/realtime-admin.js +1 -1
- package/dist/endpoints/regions.d.ts +2 -4
- package/dist/endpoints/regions.d.ts.map +1 -1
- package/dist/endpoints/regions.js +2 -2
- package/dist/endpoints/storage.d.ts +18 -0
- package/dist/endpoints/storage.d.ts.map +1 -1
- package/dist/endpoints/storage.js +11 -1
- package/dist/endpoints/tasks.d.ts +2 -6
- package/dist/endpoints/tasks.d.ts.map +1 -1
- package/dist/hono-app.d.ts +2 -2
- package/dist/hono-app.js +2 -2
- package/dist/index.d.ts +403 -350
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -0
- package/dist/schemas/_primitives.d.ts +14 -0
- package/dist/schemas/_primitives.d.ts.map +1 -1
- package/dist/schemas/_primitives.js +16 -0
- package/dist/schemas/admin-audit.d.ts +4 -4
- package/dist/schemas/admin-audit.js +3 -3
- package/dist/schemas/admin-bootstrap.d.ts +1 -1
- package/dist/schemas/admin-bootstrap.js +1 -1
- package/dist/schemas/admin-builds.d.ts +1 -1
- package/dist/schemas/admin-builds.js +1 -1
- package/dist/schemas/admin-envs-spec.d.ts +49 -0
- package/dist/schemas/admin-envs-spec.d.ts.map +1 -0
- package/dist/schemas/admin-envs-spec.js +58 -0
- package/dist/schemas/admin-projects.d.ts +2 -2
- package/dist/schemas/admin-projects.js +1 -1
- package/dist/schemas/admin-rate-limits.d.ts +2 -2
- package/dist/schemas/admin-rate-limits.js +2 -2
- package/dist/schemas/admin-secrets.d.ts +14 -14
- package/dist/schemas/admin-secrets.d.ts.map +1 -1
- package/dist/schemas/admin-secrets.js +10 -10
- package/dist/schemas/admin-services.d.ts +18 -22
- package/dist/schemas/admin-services.d.ts.map +1 -1
- package/dist/schemas/admin-services.js +15 -19
- package/dist/schemas/auth.d.ts +1 -0
- package/dist/schemas/auth.d.ts.map +1 -1
- package/dist/schemas/auth.js +1 -0
- package/dist/schemas/branch-database.d.ts +25 -18
- package/dist/schemas/branch-database.d.ts.map +1 -1
- package/dist/schemas/branch-database.js +15 -14
- package/dist/schemas/database.d.ts +13 -19
- package/dist/schemas/database.d.ts.map +1 -1
- package/dist/schemas/database.js +7 -19
- package/dist/schemas/deployment.d.ts +5 -7
- package/dist/schemas/deployment.d.ts.map +1 -1
- package/dist/schemas/deployment.js +6 -6
- package/dist/schemas/environment.d.ts +17 -31
- package/dist/schemas/environment.d.ts.map +1 -1
- package/dist/schemas/environment.js +11 -16
- package/dist/schemas/ids.d.ts +4 -0
- package/dist/schemas/ids.d.ts.map +1 -1
- package/dist/schemas/ids.js +2 -0
- package/dist/schemas/image-opt.d.ts +10 -11
- package/dist/schemas/image-opt.d.ts.map +1 -1
- package/dist/schemas/image-opt.js +11 -12
- package/dist/schemas/kv-admin.d.ts +1 -2
- package/dist/schemas/kv-admin.d.ts.map +1 -1
- package/dist/schemas/kv-admin.js +1 -2
- package/dist/schemas/kv.d.ts +12 -4
- package/dist/schemas/kv.d.ts.map +1 -1
- package/dist/schemas/kv.js +17 -5
- package/dist/schemas/notifications.d.ts +11 -0
- package/dist/schemas/notifications.d.ts.map +1 -1
- package/dist/schemas/notifications.js +11 -0
- package/dist/schemas/organization.d.ts +8 -6
- package/dist/schemas/organization.d.ts.map +1 -1
- package/dist/schemas/organization.js +11 -6
- package/dist/schemas/project-manifest.d.ts +384 -174
- package/dist/schemas/project-manifest.d.ts.map +1 -1
- package/dist/schemas/project-manifest.js +127 -50
- package/dist/schemas/project.d.ts +0 -6
- package/dist/schemas/project.d.ts.map +1 -1
- package/dist/schemas/project.js +0 -2
- package/dist/schemas/realtime-admin.d.ts +0 -1
- package/dist/schemas/realtime-admin.d.ts.map +1 -1
- package/dist/schemas/realtime-admin.js +0 -1
- package/dist/schemas/realtime.d.ts +2 -2
- package/dist/schemas/realtime.js +2 -2
- package/dist/schemas/region.d.ts +3 -21
- package/dist/schemas/region.d.ts.map +1 -1
- package/dist/schemas/region.js +2 -11
- package/dist/schemas/resources.d.ts +213 -164
- package/dist/schemas/resources.d.ts.map +1 -1
- package/dist/schemas/resources.js +87 -105
- package/dist/schemas/storage.d.ts +30 -1
- package/dist/schemas/storage.d.ts.map +1 -1
- package/dist/schemas/storage.js +20 -1
- package/dist/schemas/tasks.d.ts +3 -8
- package/dist/schemas/tasks.d.ts.map +1 -1
- package/dist/schemas/tasks.js +1 -4
- package/package.json +1 -1
|
@@ -8,24 +8,35 @@
|
|
|
8
8
|
* never accept `tier`.
|
|
9
9
|
*/
|
|
10
10
|
import { Schema } from 'effect';
|
|
11
|
-
export declare const ResourceTier: Schema.Literal<["standard"]>;
|
|
11
|
+
export declare const ResourceTier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
12
12
|
export type ResourceTier = typeof ResourceTier.Type;
|
|
13
13
|
export declare const ResourceType: Schema.Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
14
14
|
export type ResourceType = typeof ResourceType.Type;
|
|
15
15
|
export declare const VolumeStatus: Schema.Literal<["provisioning", "active", "error"]>;
|
|
16
16
|
export type VolumeStatus = typeof VolumeStatus.Type;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
19
|
-
* -
|
|
20
|
-
* -
|
|
21
|
-
*
|
|
18
|
+
* Customer-facing volume sharing intent — immutable after creation.
|
|
19
|
+
* - single-writer: durable data for one writer at a time.
|
|
20
|
+
* - shared: durable data that parallel services, workers, or sandboxes may
|
|
21
|
+
* access concurrently.
|
|
22
22
|
*/
|
|
23
|
-
export declare const
|
|
24
|
-
export type
|
|
25
|
-
export declare const BindingRole: Schema.Literal<["primary", "
|
|
23
|
+
export declare const VolumeSharing: Schema.Literal<["single-writer", "shared"]>;
|
|
24
|
+
export type VolumeSharing = typeof VolumeSharing.Type;
|
|
25
|
+
export declare const BindingRole: Schema.Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
26
26
|
export type BindingRole = typeof BindingRole.Type;
|
|
27
|
+
export declare const ResourceEndpoint: Schema.Struct<{
|
|
28
|
+
host: typeof Schema.String;
|
|
29
|
+
port: typeof Schema.Number;
|
|
30
|
+
protocol: typeof Schema.String;
|
|
31
|
+
}>;
|
|
32
|
+
export type ResourceEndpoint = typeof ResourceEndpoint.Type;
|
|
33
|
+
export declare const ResourceConnectionHint: Schema.Struct<{
|
|
34
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
35
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
36
|
+
}>;
|
|
37
|
+
export type ResourceConnectionHint = typeof ResourceConnectionHint.Type;
|
|
27
38
|
export declare const TierBadge: Schema.Struct<{
|
|
28
|
-
tier: Schema.Literal<["standard"]>;
|
|
39
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
29
40
|
label: typeof Schema.String;
|
|
30
41
|
icon: typeof Schema.String;
|
|
31
42
|
}>;
|
|
@@ -42,14 +53,16 @@ export declare const DatabaseResource: Schema.Struct<{
|
|
|
42
53
|
id: typeof Schema.String;
|
|
43
54
|
orgId: typeof Schema.String;
|
|
44
55
|
name: typeof Schema.String;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
56
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
57
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
58
|
+
host: typeof Schema.String;
|
|
59
|
+
port: typeof Schema.Number;
|
|
60
|
+
protocol: typeof Schema.String;
|
|
61
|
+
}>>>;
|
|
62
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
63
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
64
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
65
|
+
}>>>;
|
|
53
66
|
branchName: Schema.NullOr<typeof Schema.String>;
|
|
54
67
|
bindingCount: typeof Schema.Number;
|
|
55
68
|
createdAt: typeof Schema.String;
|
|
@@ -58,22 +71,12 @@ export declare const DatabaseResource: Schema.Struct<{
|
|
|
58
71
|
export type DatabaseResource = typeof DatabaseResource.Type;
|
|
59
72
|
export declare const CreateDatabaseResourceInput: Schema.Struct<{
|
|
60
73
|
name: typeof Schema.String;
|
|
61
|
-
|
|
62
|
-
tier: Schema.optional<Schema.Literal<["standard"]>>;
|
|
63
|
-
/**
|
|
64
|
-
* BYOD (bring your own database): if provided, skips auto-provisioning
|
|
65
|
-
* and stores this encrypted connection string directly.
|
|
66
|
-
*/
|
|
67
|
-
connectionStringEncrypted: Schema.optional<typeof Schema.String>;
|
|
68
|
-
clusterName: Schema.optional<typeof Schema.String>;
|
|
74
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
69
75
|
branchName: Schema.optional<typeof Schema.String>;
|
|
70
76
|
}>;
|
|
71
77
|
export type CreateDatabaseResourceInput = typeof CreateDatabaseResourceInput.Type;
|
|
72
78
|
export declare const UpdateDatabaseResourceInput: Schema.Struct<{
|
|
73
79
|
name: Schema.optional<typeof Schema.String>;
|
|
74
|
-
provider: Schema.optional<typeof Schema.String>;
|
|
75
|
-
connectionStringEncrypted: Schema.optional<typeof Schema.String>;
|
|
76
|
-
clusterName: Schema.optional<typeof Schema.String>;
|
|
77
80
|
branchName: Schema.optional<typeof Schema.String>;
|
|
78
81
|
}>;
|
|
79
82
|
export type UpdateDatabaseResourceInput = typeof UpdateDatabaseResourceInput.Type;
|
|
@@ -82,14 +85,16 @@ export declare const ListDatabaseResourcesResult: Schema.Struct<{
|
|
|
82
85
|
id: typeof Schema.String;
|
|
83
86
|
orgId: typeof Schema.String;
|
|
84
87
|
name: typeof Schema.String;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
88
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
89
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
90
|
+
host: typeof Schema.String;
|
|
91
|
+
port: typeof Schema.Number;
|
|
92
|
+
protocol: typeof Schema.String;
|
|
93
|
+
}>>>;
|
|
94
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
95
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
96
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
97
|
+
}>>>;
|
|
93
98
|
branchName: Schema.NullOr<typeof Schema.String>;
|
|
94
99
|
bindingCount: typeof Schema.Number;
|
|
95
100
|
createdAt: typeof Schema.String;
|
|
@@ -101,12 +106,15 @@ export declare const KvResource: Schema.Struct<{
|
|
|
101
106
|
id: typeof Schema.String;
|
|
102
107
|
orgId: typeof Schema.String;
|
|
103
108
|
name: typeof Schema.String;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
109
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
110
|
+
host: typeof Schema.String;
|
|
111
|
+
port: typeof Schema.Number;
|
|
112
|
+
protocol: typeof Schema.String;
|
|
113
|
+
}>>>;
|
|
114
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
115
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
116
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
117
|
+
}>>>;
|
|
110
118
|
bindingCount: typeof Schema.Number;
|
|
111
119
|
createdAt: typeof Schema.String;
|
|
112
120
|
updatedAt: typeof Schema.String;
|
|
@@ -114,18 +122,10 @@ export declare const KvResource: Schema.Struct<{
|
|
|
114
122
|
export type KvResource = typeof KvResource.Type;
|
|
115
123
|
export declare const CreateKvResourceInput: Schema.Struct<{
|
|
116
124
|
name: typeof Schema.String;
|
|
117
|
-
provider: Schema.optional<typeof Schema.String>;
|
|
118
|
-
host: Schema.optional<typeof Schema.String>;
|
|
119
|
-
port: Schema.optional<typeof Schema.Number>;
|
|
120
|
-
passwordEncrypted: Schema.optional<typeof Schema.String>;
|
|
121
125
|
}>;
|
|
122
126
|
export type CreateKvResourceInput = typeof CreateKvResourceInput.Type;
|
|
123
127
|
export declare const UpdateKvResourceInput: Schema.Struct<{
|
|
124
128
|
name: Schema.optional<typeof Schema.String>;
|
|
125
|
-
provider: Schema.optional<typeof Schema.String>;
|
|
126
|
-
host: Schema.optional<typeof Schema.String>;
|
|
127
|
-
port: Schema.optional<typeof Schema.Number>;
|
|
128
|
-
passwordEncrypted: Schema.optional<typeof Schema.String>;
|
|
129
129
|
}>;
|
|
130
130
|
export type UpdateKvResourceInput = typeof UpdateKvResourceInput.Type;
|
|
131
131
|
export declare const ListKvResourcesResult: Schema.Struct<{
|
|
@@ -133,12 +133,15 @@ export declare const ListKvResourcesResult: Schema.Struct<{
|
|
|
133
133
|
id: typeof Schema.String;
|
|
134
134
|
orgId: typeof Schema.String;
|
|
135
135
|
name: typeof Schema.String;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
136
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
137
|
+
host: typeof Schema.String;
|
|
138
|
+
port: typeof Schema.Number;
|
|
139
|
+
protocol: typeof Schema.String;
|
|
140
|
+
}>>>;
|
|
141
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
142
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
143
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
144
|
+
}>>>;
|
|
142
145
|
bindingCount: typeof Schema.Number;
|
|
143
146
|
createdAt: typeof Schema.String;
|
|
144
147
|
updatedAt: typeof Schema.String;
|
|
@@ -149,13 +152,6 @@ export declare const BlobResource: Schema.Struct<{
|
|
|
149
152
|
id: typeof Schema.String;
|
|
150
153
|
orgId: typeof Schema.String;
|
|
151
154
|
name: typeof Schema.String;
|
|
152
|
-
provider: typeof Schema.String;
|
|
153
|
-
bucket: typeof Schema.String;
|
|
154
|
-
endpoint: Schema.NullOr<typeof Schema.String>;
|
|
155
|
-
region: Schema.NullOr<typeof Schema.String>;
|
|
156
|
-
/** Plaintext metadata — safe to return */
|
|
157
|
-
prefix: Schema.NullOr<typeof Schema.String>;
|
|
158
|
-
publicUrl: Schema.NullOr<typeof Schema.String>;
|
|
159
155
|
bindingCount: typeof Schema.Number;
|
|
160
156
|
createdAt: typeof Schema.String;
|
|
161
157
|
updatedAt: typeof Schema.String;
|
|
@@ -163,22 +159,10 @@ export declare const BlobResource: Schema.Struct<{
|
|
|
163
159
|
export type BlobResource = typeof BlobResource.Type;
|
|
164
160
|
export declare const CreateBlobResourceInput: Schema.Struct<{
|
|
165
161
|
name: typeof Schema.String;
|
|
166
|
-
provider: Schema.optional<typeof Schema.String>;
|
|
167
|
-
bucket: Schema.optional<typeof Schema.String>;
|
|
168
|
-
endpoint: Schema.optional<typeof Schema.String>;
|
|
169
|
-
region: Schema.optional<typeof Schema.String>;
|
|
170
|
-
accessKeyEncrypted: Schema.optional<typeof Schema.String>;
|
|
171
|
-
secretKeyEncrypted: Schema.optional<typeof Schema.String>;
|
|
172
162
|
}>;
|
|
173
163
|
export type CreateBlobResourceInput = typeof CreateBlobResourceInput.Type;
|
|
174
164
|
export declare const UpdateBlobResourceInput: Schema.Struct<{
|
|
175
165
|
name: Schema.optional<typeof Schema.String>;
|
|
176
|
-
provider: Schema.optional<typeof Schema.String>;
|
|
177
|
-
bucket: Schema.optional<typeof Schema.String>;
|
|
178
|
-
endpoint: Schema.optional<typeof Schema.String>;
|
|
179
|
-
region: Schema.optional<typeof Schema.String>;
|
|
180
|
-
accessKeyEncrypted: Schema.optional<typeof Schema.String>;
|
|
181
|
-
secretKeyEncrypted: Schema.optional<typeof Schema.String>;
|
|
182
166
|
}>;
|
|
183
167
|
export type UpdateBlobResourceInput = typeof UpdateBlobResourceInput.Type;
|
|
184
168
|
export declare const ListBlobResourcesResult: Schema.Struct<{
|
|
@@ -186,13 +170,6 @@ export declare const ListBlobResourcesResult: Schema.Struct<{
|
|
|
186
170
|
id: typeof Schema.String;
|
|
187
171
|
orgId: typeof Schema.String;
|
|
188
172
|
name: typeof Schema.String;
|
|
189
|
-
provider: typeof Schema.String;
|
|
190
|
-
bucket: typeof Schema.String;
|
|
191
|
-
endpoint: Schema.NullOr<typeof Schema.String>;
|
|
192
|
-
region: Schema.NullOr<typeof Schema.String>;
|
|
193
|
-
/** Plaintext metadata — safe to return */
|
|
194
|
-
prefix: Schema.NullOr<typeof Schema.String>;
|
|
195
|
-
publicUrl: Schema.NullOr<typeof Schema.String>;
|
|
196
173
|
bindingCount: typeof Schema.Number;
|
|
197
174
|
createdAt: typeof Schema.String;
|
|
198
175
|
updatedAt: typeof Schema.String;
|
|
@@ -203,10 +180,9 @@ export declare const VolumeResource: Schema.Struct<{
|
|
|
203
180
|
id: typeof Schema.String;
|
|
204
181
|
orgId: typeof Schema.String;
|
|
205
182
|
name: typeof Schema.String;
|
|
206
|
-
tier: Schema.Literal<["standard"]>;
|
|
207
|
-
|
|
183
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
184
|
+
sharing: Schema.Literal<["single-writer", "shared"]>;
|
|
208
185
|
/** Plaintext metadata — safe to return */
|
|
209
|
-
hostPath: Schema.NullOr<typeof Schema.String>;
|
|
210
186
|
mountPath: Schema.NullOr<typeof Schema.String>;
|
|
211
187
|
sizeGb: Schema.NullOr<typeof Schema.Number>;
|
|
212
188
|
status: Schema.Literal<["provisioning", "active", "error"]>;
|
|
@@ -217,16 +193,14 @@ export declare const VolumeResource: Schema.Struct<{
|
|
|
217
193
|
export type VolumeResource = typeof VolumeResource.Type;
|
|
218
194
|
export declare const CreateVolumeResourceInput: Schema.Struct<{
|
|
219
195
|
name: typeof Schema.String;
|
|
220
|
-
tier: Schema.Literal<["standard"]>;
|
|
221
|
-
|
|
222
|
-
hostPath: Schema.optional<typeof Schema.String>;
|
|
196
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
197
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
223
198
|
mountPath: Schema.optional<typeof Schema.String>;
|
|
224
199
|
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
225
200
|
}>;
|
|
226
201
|
export type CreateVolumeResourceInput = typeof CreateVolumeResourceInput.Type;
|
|
227
202
|
export declare const UpdateVolumeResourceInput: Schema.Struct<{
|
|
228
203
|
name: Schema.optional<typeof Schema.String>;
|
|
229
|
-
hostPath: Schema.optional<typeof Schema.String>;
|
|
230
204
|
mountPath: Schema.optional<typeof Schema.String>;
|
|
231
205
|
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
232
206
|
}>;
|
|
@@ -236,10 +210,9 @@ export declare const ListVolumeResourcesResult: Schema.Struct<{
|
|
|
236
210
|
id: typeof Schema.String;
|
|
237
211
|
orgId: typeof Schema.String;
|
|
238
212
|
name: typeof Schema.String;
|
|
239
|
-
tier: Schema.Literal<["standard"]>;
|
|
240
|
-
|
|
213
|
+
tier: Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>;
|
|
214
|
+
sharing: Schema.Literal<["single-writer", "shared"]>;
|
|
241
215
|
/** Plaintext metadata — safe to return */
|
|
242
|
-
hostPath: Schema.NullOr<typeof Schema.String>;
|
|
243
216
|
mountPath: Schema.NullOr<typeof Schema.String>;
|
|
244
217
|
sizeGb: Schema.NullOr<typeof Schema.Number>;
|
|
245
218
|
status: Schema.Literal<["provisioning", "active", "error"]>;
|
|
@@ -254,7 +227,7 @@ export declare const ResourceBinding: Schema.Struct<{
|
|
|
254
227
|
projectEnvironmentId: typeof Schema.String;
|
|
255
228
|
resourceType: Schema.Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
256
229
|
resourceId: typeof Schema.String;
|
|
257
|
-
role: Schema.Literal<["primary", "
|
|
230
|
+
role: Schema.Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
258
231
|
createdAt: typeof Schema.String;
|
|
259
232
|
envName: typeof Schema.String;
|
|
260
233
|
projectName: typeof Schema.String;
|
|
@@ -263,7 +236,7 @@ export declare const ResourceBinding: Schema.Struct<{
|
|
|
263
236
|
export type ResourceBinding = typeof ResourceBinding.Type;
|
|
264
237
|
export declare const CreateResourceBindingInput: Schema.Struct<{
|
|
265
238
|
projectEnvironmentId: typeof Schema.String;
|
|
266
|
-
role: Schema.optional<Schema.Literal<["primary", "
|
|
239
|
+
role: Schema.optional<Schema.Literal<["primary", "read", "analytics", "backup", "session"]>>;
|
|
267
240
|
}>;
|
|
268
241
|
export type CreateResourceBindingInput = typeof CreateResourceBindingInput.Type;
|
|
269
242
|
export declare const ListResourceBindingsResult: Schema.Struct<{
|
|
@@ -272,7 +245,7 @@ export declare const ListResourceBindingsResult: Schema.Struct<{
|
|
|
272
245
|
projectEnvironmentId: typeof Schema.String;
|
|
273
246
|
resourceType: Schema.Literal<["database", "kv", "blob", "volume", "search"]>;
|
|
274
247
|
resourceId: typeof Schema.String;
|
|
275
|
-
role: Schema.Literal<["primary", "
|
|
248
|
+
role: Schema.Literal<["primary", "read", "analytics", "backup", "session"]>;
|
|
276
249
|
createdAt: typeof Schema.String;
|
|
277
250
|
envName: typeof Schema.String;
|
|
278
251
|
projectName: typeof Schema.String;
|
|
@@ -284,43 +257,25 @@ export declare const SearchResource: Schema.Struct<{
|
|
|
284
257
|
id: typeof Schema.String;
|
|
285
258
|
orgId: typeof Schema.String;
|
|
286
259
|
name: typeof Schema.String;
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
260
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
261
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
262
|
+
host: typeof Schema.String;
|
|
263
|
+
port: typeof Schema.Number;
|
|
264
|
+
protocol: typeof Schema.String;
|
|
265
|
+
}>>>;
|
|
266
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
267
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
268
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
269
|
+
}>>>;
|
|
270
|
+
status: Schema.optional<typeof Schema.String>;
|
|
295
271
|
bindingCount: typeof Schema.Number;
|
|
296
272
|
createdAt: typeof Schema.String;
|
|
297
273
|
updatedAt: typeof Schema.String;
|
|
298
274
|
}>;
|
|
299
275
|
export type SearchResource = typeof SearchResource.Type;
|
|
300
|
-
export declare const SearchResourceWithApiKey: Schema.extend<Schema.Struct<{
|
|
301
|
-
id: typeof Schema.String;
|
|
302
|
-
orgId: typeof Schema.String;
|
|
303
|
-
name: typeof Schema.String;
|
|
304
|
-
provider: typeof Schema.String;
|
|
305
|
-
storageGb: typeof Schema.Number;
|
|
306
|
-
memoryGb: typeof Schema.Number;
|
|
307
|
-
nodes: typeof Schema.Number;
|
|
308
|
-
host: Schema.NullOr<typeof Schema.String>;
|
|
309
|
-
port: typeof Schema.Number;
|
|
310
|
-
publicPort: Schema.NullOr<typeof Schema.Number>;
|
|
311
|
-
reconcileStatus: typeof Schema.String;
|
|
312
|
-
bindingCount: typeof Schema.Number;
|
|
313
|
-
createdAt: typeof Schema.String;
|
|
314
|
-
updatedAt: typeof Schema.String;
|
|
315
|
-
}>, Schema.Struct<{
|
|
316
|
-
apiKey: Schema.NullOr<typeof Schema.String>;
|
|
317
|
-
}>>;
|
|
318
|
-
export type SearchResourceWithApiKey = typeof SearchResourceWithApiKey.Type;
|
|
319
276
|
export declare const CreateSearchResourceInput: Schema.Struct<{
|
|
320
277
|
name: typeof Schema.String;
|
|
321
278
|
storageGb: Schema.optional<typeof Schema.Number>;
|
|
322
|
-
memoryGb: Schema.optional<typeof Schema.Number>;
|
|
323
|
-
nodes: Schema.optional<typeof Schema.Number>;
|
|
324
279
|
}>;
|
|
325
280
|
export type CreateSearchResourceInput = typeof CreateSearchResourceInput.Type;
|
|
326
281
|
export declare const ListSearchResourcesResult: Schema.Struct<{
|
|
@@ -328,67 +283,161 @@ export declare const ListSearchResourcesResult: Schema.Struct<{
|
|
|
328
283
|
id: typeof Schema.String;
|
|
329
284
|
orgId: typeof Schema.String;
|
|
330
285
|
name: typeof Schema.String;
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
286
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
287
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
288
|
+
host: typeof Schema.String;
|
|
289
|
+
port: typeof Schema.Number;
|
|
290
|
+
protocol: typeof Schema.String;
|
|
291
|
+
}>>>;
|
|
292
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
293
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
294
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
295
|
+
}>>>;
|
|
296
|
+
status: Schema.optional<typeof Schema.String>;
|
|
339
297
|
bindingCount: typeof Schema.Number;
|
|
340
298
|
createdAt: typeof Schema.String;
|
|
341
299
|
updatedAt: typeof Schema.String;
|
|
342
300
|
}>>;
|
|
343
301
|
}>;
|
|
344
302
|
export type ListSearchResourcesResult = typeof ListSearchResourcesResult.Type;
|
|
303
|
+
export declare const CreateManagedDatabaseResourceInput: Schema.Struct<{
|
|
304
|
+
name: typeof Schema.String;
|
|
305
|
+
kind: Schema.Literal<["database"]>;
|
|
306
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
307
|
+
env: Schema.optional<typeof Schema.String>;
|
|
308
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
309
|
+
}>;
|
|
310
|
+
export type CreateManagedDatabaseResourceInput = typeof CreateManagedDatabaseResourceInput.Type;
|
|
311
|
+
export declare const CreateManagedKvResourceInput: Schema.Struct<{
|
|
312
|
+
name: typeof Schema.String;
|
|
313
|
+
kind: Schema.Literal<["kv"]>;
|
|
314
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
315
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
316
|
+
}>;
|
|
317
|
+
export type CreateManagedKvResourceInput = typeof CreateManagedKvResourceInput.Type;
|
|
318
|
+
export declare const CreateManagedBlobResourceInput: Schema.Struct<{
|
|
319
|
+
name: typeof Schema.String;
|
|
320
|
+
kind: Schema.Literal<["blob"]>;
|
|
321
|
+
}>;
|
|
322
|
+
export type CreateManagedBlobResourceInput = typeof CreateManagedBlobResourceInput.Type;
|
|
323
|
+
export declare const CreateManagedSearchResourceInput: Schema.Struct<{
|
|
324
|
+
name: typeof Schema.String;
|
|
325
|
+
kind: Schema.Literal<["search"]>;
|
|
326
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
327
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
328
|
+
}>;
|
|
329
|
+
export type CreateManagedSearchResourceInput = typeof CreateManagedSearchResourceInput.Type;
|
|
330
|
+
export declare const CreateManagedVolumeResourceInput: Schema.Struct<{
|
|
331
|
+
name: typeof Schema.String;
|
|
332
|
+
kind: Schema.Literal<["volume"]>;
|
|
333
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
334
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
335
|
+
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
336
|
+
mountPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
337
|
+
}>;
|
|
338
|
+
export type CreateManagedVolumeResourceInput = typeof CreateManagedVolumeResourceInput.Type;
|
|
339
|
+
export declare const CreateManagedResourceInput: Schema.Union<[Schema.Struct<{
|
|
340
|
+
name: typeof Schema.String;
|
|
341
|
+
kind: Schema.Literal<["database"]>;
|
|
342
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
343
|
+
env: Schema.optional<typeof Schema.String>;
|
|
344
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
345
|
+
}>, Schema.Struct<{
|
|
346
|
+
name: typeof Schema.String;
|
|
347
|
+
kind: Schema.Literal<["kv"]>;
|
|
348
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
349
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
350
|
+
}>, Schema.Struct<{
|
|
351
|
+
name: typeof Schema.String;
|
|
352
|
+
kind: Schema.Literal<["blob"]>;
|
|
353
|
+
}>, Schema.Struct<{
|
|
354
|
+
name: typeof Schema.String;
|
|
355
|
+
kind: Schema.Literal<["search"]>;
|
|
356
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
357
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
358
|
+
}>, Schema.Struct<{
|
|
359
|
+
name: typeof Schema.String;
|
|
360
|
+
kind: Schema.Literal<["volume"]>;
|
|
361
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
362
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
363
|
+
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
364
|
+
mountPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
365
|
+
}>]>;
|
|
366
|
+
export type CreateManagedResourceInput = typeof CreateManagedResourceInput.Type;
|
|
367
|
+
export declare const UpdateManagedDatabaseResourceInput: Schema.Struct<{
|
|
368
|
+
name: Schema.optional<typeof Schema.String>;
|
|
369
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
370
|
+
backupRetentionDays: Schema.optional<typeof Schema.Number>;
|
|
371
|
+
}>;
|
|
372
|
+
export type UpdateManagedDatabaseResourceInput = typeof UpdateManagedDatabaseResourceInput.Type;
|
|
373
|
+
export declare const UpdateManagedKvResourceInput: Schema.Struct<{
|
|
374
|
+
name: Schema.optional<typeof Schema.String>;
|
|
375
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
376
|
+
backupEnabled: Schema.optional<typeof Schema.Boolean>;
|
|
377
|
+
backupRetentionDays: Schema.optional<typeof Schema.Number>;
|
|
378
|
+
}>;
|
|
379
|
+
export type UpdateManagedKvResourceInput = typeof UpdateManagedKvResourceInput.Type;
|
|
380
|
+
export declare const UpdateManagedBlobResourceInput: Schema.Struct<{
|
|
381
|
+
name: Schema.optional<typeof Schema.String>;
|
|
382
|
+
}>;
|
|
383
|
+
export type UpdateManagedBlobResourceInput = typeof UpdateManagedBlobResourceInput.Type;
|
|
384
|
+
export declare const UpdateManagedSearchResourceInput: Schema.Struct<{
|
|
385
|
+
name: Schema.optional<typeof Schema.String>;
|
|
386
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
387
|
+
}>;
|
|
388
|
+
export type UpdateManagedSearchResourceInput = typeof UpdateManagedSearchResourceInput.Type;
|
|
389
|
+
export declare const UpdateManagedVolumeResourceInput: Schema.Struct<{
|
|
390
|
+
name: Schema.optional<typeof Schema.String>;
|
|
391
|
+
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
392
|
+
mountPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
393
|
+
}>;
|
|
394
|
+
export type UpdateManagedVolumeResourceInput = typeof UpdateManagedVolumeResourceInput.Type;
|
|
395
|
+
export declare const UpdateManagedResourceInput: Schema.Union<[Schema.Struct<{
|
|
396
|
+
name: Schema.optional<typeof Schema.String>;
|
|
397
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
398
|
+
backupRetentionDays: Schema.optional<typeof Schema.Number>;
|
|
399
|
+
}>, Schema.Struct<{
|
|
400
|
+
name: Schema.optional<typeof Schema.String>;
|
|
401
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
402
|
+
backupEnabled: Schema.optional<typeof Schema.Boolean>;
|
|
403
|
+
backupRetentionDays: Schema.optional<typeof Schema.Number>;
|
|
404
|
+
}>, Schema.Struct<{
|
|
405
|
+
name: Schema.optional<typeof Schema.String>;
|
|
406
|
+
}>, Schema.Struct<{
|
|
407
|
+
name: Schema.optional<typeof Schema.String>;
|
|
408
|
+
storageGb: Schema.optional<typeof Schema.Number>;
|
|
409
|
+
}>, Schema.Struct<{
|
|
410
|
+
name: Schema.optional<typeof Schema.String>;
|
|
411
|
+
sizeGb: Schema.optional<typeof Schema.Number>;
|
|
412
|
+
mountPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
413
|
+
}>]>;
|
|
414
|
+
export type UpdateManagedResourceInput = typeof UpdateManagedResourceInput.Type;
|
|
345
415
|
export declare const ManagedResource: Schema.Struct<{
|
|
346
416
|
id: typeof Schema.String;
|
|
347
417
|
orgId: Schema.optional<typeof Schema.String>;
|
|
348
418
|
name: typeof Schema.String;
|
|
349
419
|
slug: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
350
420
|
kind: Schema.optional<Schema.Literal<["database", "kv", "blob", "volume", "search"]>>;
|
|
351
|
-
|
|
352
|
-
tier: Schema.optional<typeof Schema.String>;
|
|
421
|
+
tier: Schema.optional<Schema.Literal<["nano", "micro", "standard", "large", "xl", "hobby", "starter", "pro", "business", "enterprise", "enterprise-2x", "enterprise-4x"]>>;
|
|
353
422
|
status: Schema.optional<typeof Schema.String>;
|
|
354
|
-
reconcileStatus: Schema.optional<typeof Schema.String>;
|
|
355
423
|
bindingCount: Schema.optional<typeof Schema.Number>;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
connectionString: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
366
|
-
maskedConnectionString: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
367
|
-
publicConnectionString: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
368
|
-
maskedPublicConnectionString: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
424
|
+
endpoint: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
425
|
+
host: typeof Schema.String;
|
|
426
|
+
port: typeof Schema.Number;
|
|
427
|
+
protocol: typeof Schema.String;
|
|
428
|
+
}>>>;
|
|
429
|
+
connection: Schema.optional<Schema.NullOr<Schema.Struct<{
|
|
430
|
+
env: Schema.Array$<typeof Schema.String>;
|
|
431
|
+
maskedUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
432
|
+
}>>>;
|
|
369
433
|
storageGb: Schema.optional<typeof Schema.Number>;
|
|
370
434
|
env: Schema.optional<typeof Schema.String>;
|
|
371
|
-
engine: Schema.optional<typeof Schema.String>;
|
|
372
|
-
instances: Schema.optional<typeof Schema.Number>;
|
|
373
|
-
clusterName: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
374
435
|
branchName: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
375
436
|
backupRetentionDays: Schema.optional<typeof Schema.Number>;
|
|
376
|
-
|
|
377
|
-
endpoint: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
378
|
-
region: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
379
|
-
prefix: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
380
|
-
publicUrl: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
381
|
-
accessMode: Schema.optional<Schema.Literal<["ReadWriteOnce", "ReadWriteMany"]>>;
|
|
382
|
-
hostPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
437
|
+
sharing: Schema.optional<Schema.Literal<["single-writer", "shared"]>>;
|
|
383
438
|
mountPath: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
384
439
|
sizeGb: Schema.optional<Schema.NullOr<typeof Schema.Number>>;
|
|
385
|
-
memoryGb: Schema.optional<typeof Schema.Number>;
|
|
386
|
-
nodes: Schema.optional<typeof Schema.Number>;
|
|
387
|
-
apiKey: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
388
440
|
message: Schema.optional<typeof Schema.String>;
|
|
389
|
-
provisioningError: Schema.optional<Schema.NullOr<typeof Schema.String>>;
|
|
390
|
-
conditions: Schema.optional<Schema.Array$<typeof Schema.Unknown>>;
|
|
391
|
-
config: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Unknown>>;
|
|
392
441
|
createdAt: Schema.optional<typeof Schema.String>;
|
|
393
442
|
updatedAt: Schema.optional<typeof Schema.String>;
|
|
394
443
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/schemas/resources.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAI/B,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../src/schemas/resources.ts"],"names":[],"mappings":"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"}
|