@vercel/sdk 1.17.7 → 1.18.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/bin/mcp-server.js +1735 -4032
- package/bin/mcp-server.js.map +47 -47
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -4
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -1
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/encodings.d.ts +1 -0
- package/esm/lib/encodings.d.ts.map +1 -1
- package/esm/lib/encodings.js +12 -1
- package/esm/lib/encodings.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/authtoken.d.ts +8 -24
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +8 -23
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +6 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +8 -2
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +6 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +8 -2
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +70 -62
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +38 -58
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +70 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +38 -59
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createdrainop.d.ts +72 -248
- package/esm/models/createdrainop.d.ts.map +1 -1
- package/esm/models/createdrainop.js +72 -229
- package/esm/models/createdrainop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +4 -21
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +4 -19
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createeventop.d.ts +8 -25
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +8 -23
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +8 -24
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +8 -22
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +68 -308
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +68 -281
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +76 -332
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +84 -316
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +34 -154
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +34 -141
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +102 -462
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +102 -419
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/forbidden.d.ts +3 -12
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +2 -9
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getaliasop.d.ts +12 -44
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +16 -46
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getalllogdrainsop.d.ts +72 -248
- package/esm/models/getalllogdrainsop.d.ts.map +1 -1
- package/esm/models/getalllogdrainsop.js +72 -236
- package/esm/models/getalllogdrainsop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +4 -20
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +4 -18
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +70 -62
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +38 -58
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +6 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +8 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +6 -2
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +8 -2
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getdrainop.d.ts +72 -248
- package/esm/models/getdrainop.d.ts.map +1 -1
- package/esm/models/getdrainop.js +72 -227
- package/esm/models/getdrainop.js.map +1 -1
- package/esm/models/getdrainsop.d.ts +72 -248
- package/esm/models/getdrainsop.d.ts.map +1 -1
- package/esm/models/getdrainsop.js +72 -227
- package/esm/models/getdrainsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +4 -21
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +4 -18
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +8 -23
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getorderop.d.ts +48 -172
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +50 -159
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +102 -462
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +102 -419
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +76 -332
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +84 -313
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
- package/esm/models/getrollingreleasebillingstatusop.js +10 -39
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +12 -44
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +16 -47
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listdeploymentaliasesop.d.ts +12 -44
- package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
- package/esm/models/listdeploymentaliasesop.js +16 -46
- package/esm/models/listdeploymentaliasesop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +102 -462
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +102 -420
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +8 -2
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +6 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -2
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +6 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +8 -2
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +6 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +8 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updatedrainop.d.ts +72 -248
- package/esm/models/updatedrainop.d.ts.map +1 -1
- package/esm/models/updatedrainop.js +72 -229
- package/esm/models/updatedrainop.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +4 -21
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +4 -18
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +76 -332
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +84 -318
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +76 -332
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +84 -316
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +4 -19
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +54 -14
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +26 -13
- package/esm/models/userevent.js.map +1 -1
- package/esm/types/unrecognized.d.ts +7 -1
- package/esm/types/unrecognized.d.ts.map +1 -1
- package/esm/types/unrecognized.js +9 -1
- package/esm/types/unrecognized.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -4
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/rollingrelease.test.ts +2 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +17 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authtoken.ts +16 -42
- package/src/models/buydomainsop.ts +14 -4
- package/src/models/buysingledomainop.ts +14 -4
- package/src/models/canceldeploymentop.ts +140 -127
- package/src/models/createdeploymentop.ts +149 -118
- package/src/models/createdrainop.ts +154 -511
- package/src/models/createedgeconfigop.ts +8 -37
- package/src/models/createeventop.ts +16 -43
- package/src/models/createlogdrainop.ts +18 -50
- package/src/models/createprojectenvop.ts +136 -875
- package/src/models/createprojectop.ts +172 -803
- package/src/models/editprojectenvop.ts +68 -417
- package/src/models/filterprojectenvsop.ts +210 -1337
- package/src/models/forbidden.ts +5 -20
- package/src/models/getaliasop.ts +36 -101
- package/src/models/getalllogdrainsop.ts +160 -551
- package/src/models/getconfigurationop.ts +8 -38
- package/src/models/getdeploymentop.ts +144 -124
- package/src/models/getdomainauthcodeop.ts +14 -4
- package/src/models/getdomaintransferinop.ts +14 -4
- package/src/models/getdrainop.ts +156 -531
- package/src/models/getdrainsop.ts +155 -535
- package/src/models/getedgeconfigop.ts +8 -41
- package/src/models/getintegrationlogdrainsop.ts +19 -44
- package/src/models/getorderop.ts +99 -408
- package/src/models/getprojectenvop.ts +208 -1337
- package/src/models/getprojectsop.ts +172 -802
- package/src/models/getrollingreleasebillingstatusop.ts +20 -100
- package/src/models/listaliasesop.ts +36 -100
- package/src/models/listdeploymentaliasesop.ts +36 -111
- package/src/models/removeprojectenvop.ts +208 -1335
- package/src/models/renewdomainop.ts +14 -4
- package/src/models/transferindomainop.ts +14 -4
- package/src/models/updatedomainautorenewop.ts +14 -4
- package/src/models/updatedomainnameserversop.ts +14 -4
- package/src/models/updatedrainop.ts +162 -542
- package/src/models/updateedgeconfigop.ts +8 -42
- package/src/models/updateprojectdatacacheop.ts +167 -781
- package/src/models/updateprojectop.ts +172 -803
- package/src/models/updateprojectprotectionbypassop.ts +8 -44
- package/src/models/userevent.ts +111 -29
- package/src/types/unrecognized.ts +9 -1
- package/tsconfig.json +0 -1
|
@@ -106,222 +106,85 @@ export type EditProjectEnvResponseBodyType = ClosedEnum<
|
|
|
106
106
|
typeof EditProjectEnvResponseBodyType
|
|
107
107
|
>;
|
|
108
108
|
|
|
109
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
110
|
-
{
|
|
111
|
-
FlagsConnectionString: "flags-connection-string",
|
|
112
|
-
} as const;
|
|
113
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
114
|
-
ClosedEnum<
|
|
115
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
116
|
-
>;
|
|
117
|
-
|
|
118
109
|
export type EditProjectEnvContentHint15 = {
|
|
119
|
-
type:
|
|
120
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type;
|
|
110
|
+
type: "flags-connection-string";
|
|
121
111
|
projectId: string;
|
|
122
112
|
};
|
|
123
113
|
|
|
124
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
125
|
-
{
|
|
126
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
127
|
-
} as const;
|
|
128
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
129
|
-
ClosedEnum<
|
|
130
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
131
|
-
>;
|
|
132
|
-
|
|
133
114
|
export type EditProjectEnvContentHint14 = {
|
|
134
|
-
type:
|
|
135
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type;
|
|
115
|
+
type: "integration-store-secret";
|
|
136
116
|
storeId: string;
|
|
137
117
|
integrationId: string;
|
|
138
118
|
integrationProductId: string;
|
|
139
119
|
integrationConfigurationId: string;
|
|
140
120
|
};
|
|
141
121
|
|
|
142
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
143
|
-
{
|
|
144
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
145
|
-
} as const;
|
|
146
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
147
|
-
ClosedEnum<
|
|
148
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
149
|
-
>;
|
|
150
|
-
|
|
151
122
|
export type EditProjectEnvContentHint13 = {
|
|
152
|
-
type:
|
|
153
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type;
|
|
123
|
+
type: "postgres-url-no-ssl";
|
|
154
124
|
storeId: string;
|
|
155
125
|
};
|
|
156
126
|
|
|
157
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
158
|
-
{
|
|
159
|
-
PostgresDatabase: "postgres-database",
|
|
160
|
-
} as const;
|
|
161
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
162
|
-
ClosedEnum<
|
|
163
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
164
|
-
>;
|
|
165
|
-
|
|
166
127
|
export type EditProjectEnvContentHint12 = {
|
|
167
|
-
type:
|
|
168
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type;
|
|
128
|
+
type: "postgres-database";
|
|
169
129
|
storeId: string;
|
|
170
130
|
};
|
|
171
131
|
|
|
172
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
173
|
-
{
|
|
174
|
-
PostgresPassword: "postgres-password",
|
|
175
|
-
} as const;
|
|
176
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
177
|
-
ClosedEnum<
|
|
178
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
179
|
-
>;
|
|
180
|
-
|
|
181
132
|
export type EditProjectEnvContentHint11 = {
|
|
182
|
-
type:
|
|
183
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type;
|
|
133
|
+
type: "postgres-password";
|
|
184
134
|
storeId: string;
|
|
185
135
|
};
|
|
186
136
|
|
|
187
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
188
|
-
{
|
|
189
|
-
PostgresHost: "postgres-host",
|
|
190
|
-
} as const;
|
|
191
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
192
|
-
ClosedEnum<
|
|
193
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
194
|
-
>;
|
|
195
|
-
|
|
196
137
|
export type EditProjectEnvContentHint10 = {
|
|
197
|
-
type:
|
|
198
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type;
|
|
138
|
+
type: "postgres-host";
|
|
199
139
|
storeId: string;
|
|
200
140
|
};
|
|
201
141
|
|
|
202
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
203
|
-
{
|
|
204
|
-
PostgresUser: "postgres-user",
|
|
205
|
-
} as const;
|
|
206
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
207
|
-
ClosedEnum<
|
|
208
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
209
|
-
>;
|
|
210
|
-
|
|
211
142
|
export type EditProjectEnvContentHint9 = {
|
|
212
|
-
type:
|
|
213
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type;
|
|
143
|
+
type: "postgres-user";
|
|
214
144
|
storeId: string;
|
|
215
145
|
};
|
|
216
146
|
|
|
217
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
218
|
-
{
|
|
219
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
220
|
-
} as const;
|
|
221
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
222
|
-
ClosedEnum<
|
|
223
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
224
|
-
>;
|
|
225
|
-
|
|
226
147
|
export type EditProjectEnvContentHint8 = {
|
|
227
|
-
type:
|
|
228
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type;
|
|
148
|
+
type: "postgres-prisma-url";
|
|
229
149
|
storeId: string;
|
|
230
150
|
};
|
|
231
151
|
|
|
232
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
233
|
-
{
|
|
234
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
235
|
-
} as const;
|
|
236
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
237
|
-
ClosedEnum<
|
|
238
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
239
|
-
>;
|
|
240
|
-
|
|
241
152
|
export type EditProjectEnvContentHint7 = {
|
|
242
|
-
type:
|
|
243
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type;
|
|
153
|
+
type: "postgres-url-non-pooling";
|
|
244
154
|
storeId: string;
|
|
245
155
|
};
|
|
246
156
|
|
|
247
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
248
|
-
{
|
|
249
|
-
PostgresUrl: "postgres-url",
|
|
250
|
-
} as const;
|
|
251
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
252
|
-
ClosedEnum<
|
|
253
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
254
|
-
>;
|
|
255
|
-
|
|
256
157
|
export type EditProjectEnvContentHint6 = {
|
|
257
|
-
type:
|
|
258
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
158
|
+
type: "postgres-url";
|
|
259
159
|
storeId: string;
|
|
260
160
|
};
|
|
261
161
|
|
|
262
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONType = {
|
|
263
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
264
|
-
} as const;
|
|
265
|
-
export type EditProjectEnvContentHintProjectsResponse200ApplicationJSONType =
|
|
266
|
-
ClosedEnum<
|
|
267
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
268
|
-
>;
|
|
269
|
-
|
|
270
162
|
export type EditProjectEnvContentHint5 = {
|
|
271
|
-
type:
|
|
163
|
+
type: "blob-read-write-token";
|
|
272
164
|
storeId: string;
|
|
273
165
|
};
|
|
274
166
|
|
|
275
|
-
export const EditProjectEnvContentHintProjectsResponse200Type = {
|
|
276
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
277
|
-
} as const;
|
|
278
|
-
export type EditProjectEnvContentHintProjectsResponse200Type = ClosedEnum<
|
|
279
|
-
typeof EditProjectEnvContentHintProjectsResponse200Type
|
|
280
|
-
>;
|
|
281
|
-
|
|
282
167
|
export type EditProjectEnvContentHint4 = {
|
|
283
|
-
type:
|
|
168
|
+
type: "redis-rest-api-read-only-token";
|
|
284
169
|
storeId: string;
|
|
285
170
|
};
|
|
286
171
|
|
|
287
|
-
export const EditProjectEnvContentHintProjectsResponseType = {
|
|
288
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
289
|
-
} as const;
|
|
290
|
-
export type EditProjectEnvContentHintProjectsResponseType = ClosedEnum<
|
|
291
|
-
typeof EditProjectEnvContentHintProjectsResponseType
|
|
292
|
-
>;
|
|
293
|
-
|
|
294
172
|
export type EditProjectEnvContentHint3 = {
|
|
295
|
-
type:
|
|
173
|
+
type: "redis-rest-api-token";
|
|
296
174
|
storeId: string;
|
|
297
175
|
};
|
|
298
176
|
|
|
299
|
-
export const EditProjectEnvContentHintProjectsType = {
|
|
300
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
301
|
-
} as const;
|
|
302
|
-
export type EditProjectEnvContentHintProjectsType = ClosedEnum<
|
|
303
|
-
typeof EditProjectEnvContentHintProjectsType
|
|
304
|
-
>;
|
|
305
|
-
|
|
306
177
|
export type EditProjectEnvContentHint2 = {
|
|
307
|
-
type:
|
|
178
|
+
type: "redis-rest-api-url";
|
|
308
179
|
storeId: string;
|
|
309
180
|
};
|
|
310
181
|
|
|
311
|
-
export const EditProjectEnvContentHintType = {
|
|
312
|
-
RedisUrl: "redis-url",
|
|
313
|
-
} as const;
|
|
314
|
-
export type EditProjectEnvContentHintType = ClosedEnum<
|
|
315
|
-
typeof EditProjectEnvContentHintType
|
|
316
|
-
>;
|
|
317
|
-
|
|
318
182
|
export type EditProjectEnvContentHint1 = {
|
|
319
|
-
type:
|
|
183
|
+
type: "redis-url";
|
|
320
184
|
storeId: string;
|
|
321
185
|
};
|
|
322
186
|
|
|
323
187
|
export type EditProjectEnvResponseBodyContentHint =
|
|
324
|
-
| EditProjectEnvContentHint14
|
|
325
188
|
| EditProjectEnvContentHint1
|
|
326
189
|
| EditProjectEnvContentHint2
|
|
327
190
|
| EditProjectEnvContentHint3
|
|
@@ -335,6 +198,7 @@ export type EditProjectEnvResponseBodyContentHint =
|
|
|
335
198
|
| EditProjectEnvContentHint11
|
|
336
199
|
| EditProjectEnvContentHint12
|
|
337
200
|
| EditProjectEnvContentHint13
|
|
201
|
+
| EditProjectEnvContentHint14
|
|
338
202
|
| EditProjectEnvContentHint15;
|
|
339
203
|
|
|
340
204
|
export const EditProjectEnvResponseBodyProjectsType = {
|
|
@@ -375,7 +239,6 @@ export type EditProjectEnvResponseBody1 = {
|
|
|
375
239
|
edgeConfigId?: string | null | undefined;
|
|
376
240
|
edgeConfigTokenId?: string | null | undefined;
|
|
377
241
|
contentHint?:
|
|
378
|
-
| EditProjectEnvContentHint14
|
|
379
242
|
| EditProjectEnvContentHint1
|
|
380
243
|
| EditProjectEnvContentHint2
|
|
381
244
|
| EditProjectEnvContentHint3
|
|
@@ -389,6 +252,7 @@ export type EditProjectEnvResponseBody1 = {
|
|
|
389
252
|
| EditProjectEnvContentHint11
|
|
390
253
|
| EditProjectEnvContentHint12
|
|
391
254
|
| EditProjectEnvContentHint13
|
|
255
|
+
| EditProjectEnvContentHint14
|
|
392
256
|
| EditProjectEnvContentHint15
|
|
393
257
|
| null
|
|
394
258
|
| undefined;
|
|
@@ -632,33 +496,18 @@ export const EditProjectEnvResponseBodyType$outboundSchema: z.ZodNativeEnum<
|
|
|
632
496
|
typeof EditProjectEnvResponseBodyType
|
|
633
497
|
> = EditProjectEnvResponseBodyType$inboundSchema;
|
|
634
498
|
|
|
635
|
-
/** @internal */
|
|
636
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema:
|
|
637
|
-
z.ZodNativeEnum<
|
|
638
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
639
|
-
> = z.nativeEnum(
|
|
640
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type,
|
|
641
|
-
);
|
|
642
|
-
/** @internal */
|
|
643
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema:
|
|
644
|
-
z.ZodNativeEnum<
|
|
645
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
646
|
-
> =
|
|
647
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
648
|
-
|
|
649
499
|
/** @internal */
|
|
650
500
|
export const EditProjectEnvContentHint15$inboundSchema: z.ZodType<
|
|
651
501
|
EditProjectEnvContentHint15,
|
|
652
502
|
z.ZodTypeDef,
|
|
653
503
|
unknown
|
|
654
504
|
> = z.object({
|
|
655
|
-
type:
|
|
656
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
505
|
+
type: z.literal("flags-connection-string"),
|
|
657
506
|
projectId: z.string(),
|
|
658
507
|
});
|
|
659
508
|
/** @internal */
|
|
660
509
|
export type EditProjectEnvContentHint15$Outbound = {
|
|
661
|
-
type: string;
|
|
510
|
+
type: "flags-connection-string";
|
|
662
511
|
projectId: string;
|
|
663
512
|
};
|
|
664
513
|
|
|
@@ -668,8 +517,7 @@ export const EditProjectEnvContentHint15$outboundSchema: z.ZodType<
|
|
|
668
517
|
z.ZodTypeDef,
|
|
669
518
|
EditProjectEnvContentHint15
|
|
670
519
|
> = z.object({
|
|
671
|
-
type:
|
|
672
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
520
|
+
type: z.literal("flags-connection-string"),
|
|
673
521
|
projectId: z.string(),
|
|
674
522
|
});
|
|
675
523
|
|
|
@@ -692,28 +540,13 @@ export function editProjectEnvContentHint15FromJSON(
|
|
|
692
540
|
);
|
|
693
541
|
}
|
|
694
542
|
|
|
695
|
-
/** @internal */
|
|
696
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
|
|
697
|
-
z.ZodNativeEnum<
|
|
698
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
699
|
-
> = z.nativeEnum(
|
|
700
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type,
|
|
701
|
-
);
|
|
702
|
-
/** @internal */
|
|
703
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema:
|
|
704
|
-
z.ZodNativeEnum<
|
|
705
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
706
|
-
> =
|
|
707
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
708
|
-
|
|
709
543
|
/** @internal */
|
|
710
544
|
export const EditProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
711
545
|
EditProjectEnvContentHint14,
|
|
712
546
|
z.ZodTypeDef,
|
|
713
547
|
unknown
|
|
714
548
|
> = z.object({
|
|
715
|
-
type:
|
|
716
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
549
|
+
type: z.literal("integration-store-secret"),
|
|
717
550
|
storeId: z.string(),
|
|
718
551
|
integrationId: z.string(),
|
|
719
552
|
integrationProductId: z.string(),
|
|
@@ -721,7 +554,7 @@ export const EditProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
|
721
554
|
});
|
|
722
555
|
/** @internal */
|
|
723
556
|
export type EditProjectEnvContentHint14$Outbound = {
|
|
724
|
-
type:
|
|
557
|
+
type: "integration-store-secret";
|
|
725
558
|
storeId: string;
|
|
726
559
|
integrationId: string;
|
|
727
560
|
integrationProductId: string;
|
|
@@ -734,8 +567,7 @@ export const EditProjectEnvContentHint14$outboundSchema: z.ZodType<
|
|
|
734
567
|
z.ZodTypeDef,
|
|
735
568
|
EditProjectEnvContentHint14
|
|
736
569
|
> = z.object({
|
|
737
|
-
type:
|
|
738
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
570
|
+
type: z.literal("integration-store-secret"),
|
|
739
571
|
storeId: z.string(),
|
|
740
572
|
integrationId: z.string(),
|
|
741
573
|
integrationProductId: z.string(),
|
|
@@ -761,33 +593,18 @@ export function editProjectEnvContentHint14FromJSON(
|
|
|
761
593
|
);
|
|
762
594
|
}
|
|
763
595
|
|
|
764
|
-
/** @internal */
|
|
765
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
|
|
766
|
-
z.ZodNativeEnum<
|
|
767
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
768
|
-
> = z.nativeEnum(
|
|
769
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type,
|
|
770
|
-
);
|
|
771
|
-
/** @internal */
|
|
772
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema:
|
|
773
|
-
z.ZodNativeEnum<
|
|
774
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
775
|
-
> =
|
|
776
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
777
|
-
|
|
778
596
|
/** @internal */
|
|
779
597
|
export const EditProjectEnvContentHint13$inboundSchema: z.ZodType<
|
|
780
598
|
EditProjectEnvContentHint13,
|
|
781
599
|
z.ZodTypeDef,
|
|
782
600
|
unknown
|
|
783
601
|
> = z.object({
|
|
784
|
-
type:
|
|
785
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
602
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
786
603
|
storeId: z.string(),
|
|
787
604
|
});
|
|
788
605
|
/** @internal */
|
|
789
606
|
export type EditProjectEnvContentHint13$Outbound = {
|
|
790
|
-
type:
|
|
607
|
+
type: "postgres-url-no-ssl";
|
|
791
608
|
storeId: string;
|
|
792
609
|
};
|
|
793
610
|
|
|
@@ -797,8 +614,7 @@ export const EditProjectEnvContentHint13$outboundSchema: z.ZodType<
|
|
|
797
614
|
z.ZodTypeDef,
|
|
798
615
|
EditProjectEnvContentHint13
|
|
799
616
|
> = z.object({
|
|
800
|
-
type:
|
|
801
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
617
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
802
618
|
storeId: z.string(),
|
|
803
619
|
});
|
|
804
620
|
|
|
@@ -821,33 +637,18 @@ export function editProjectEnvContentHint13FromJSON(
|
|
|
821
637
|
);
|
|
822
638
|
}
|
|
823
639
|
|
|
824
|
-
/** @internal */
|
|
825
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema:
|
|
826
|
-
z.ZodNativeEnum<
|
|
827
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
828
|
-
> = z.nativeEnum(
|
|
829
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type,
|
|
830
|
-
);
|
|
831
|
-
/** @internal */
|
|
832
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema:
|
|
833
|
-
z.ZodNativeEnum<
|
|
834
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
835
|
-
> =
|
|
836
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
837
|
-
|
|
838
640
|
/** @internal */
|
|
839
641
|
export const EditProjectEnvContentHint12$inboundSchema: z.ZodType<
|
|
840
642
|
EditProjectEnvContentHint12,
|
|
841
643
|
z.ZodTypeDef,
|
|
842
644
|
unknown
|
|
843
645
|
> = z.object({
|
|
844
|
-
type:
|
|
845
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
646
|
+
type: z.literal("postgres-database"),
|
|
846
647
|
storeId: z.string(),
|
|
847
648
|
});
|
|
848
649
|
/** @internal */
|
|
849
650
|
export type EditProjectEnvContentHint12$Outbound = {
|
|
850
|
-
type:
|
|
651
|
+
type: "postgres-database";
|
|
851
652
|
storeId: string;
|
|
852
653
|
};
|
|
853
654
|
|
|
@@ -857,8 +658,7 @@ export const EditProjectEnvContentHint12$outboundSchema: z.ZodType<
|
|
|
857
658
|
z.ZodTypeDef,
|
|
858
659
|
EditProjectEnvContentHint12
|
|
859
660
|
> = z.object({
|
|
860
|
-
type:
|
|
861
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
661
|
+
type: z.literal("postgres-database"),
|
|
862
662
|
storeId: z.string(),
|
|
863
663
|
});
|
|
864
664
|
|
|
@@ -881,33 +681,18 @@ export function editProjectEnvContentHint12FromJSON(
|
|
|
881
681
|
);
|
|
882
682
|
}
|
|
883
683
|
|
|
884
|
-
/** @internal */
|
|
885
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema:
|
|
886
|
-
z.ZodNativeEnum<
|
|
887
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
888
|
-
> = z.nativeEnum(
|
|
889
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type,
|
|
890
|
-
);
|
|
891
|
-
/** @internal */
|
|
892
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema:
|
|
893
|
-
z.ZodNativeEnum<
|
|
894
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
895
|
-
> =
|
|
896
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
897
|
-
|
|
898
684
|
/** @internal */
|
|
899
685
|
export const EditProjectEnvContentHint11$inboundSchema: z.ZodType<
|
|
900
686
|
EditProjectEnvContentHint11,
|
|
901
687
|
z.ZodTypeDef,
|
|
902
688
|
unknown
|
|
903
689
|
> = z.object({
|
|
904
|
-
type:
|
|
905
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
690
|
+
type: z.literal("postgres-password"),
|
|
906
691
|
storeId: z.string(),
|
|
907
692
|
});
|
|
908
693
|
/** @internal */
|
|
909
694
|
export type EditProjectEnvContentHint11$Outbound = {
|
|
910
|
-
type:
|
|
695
|
+
type: "postgres-password";
|
|
911
696
|
storeId: string;
|
|
912
697
|
};
|
|
913
698
|
|
|
@@ -917,8 +702,7 @@ export const EditProjectEnvContentHint11$outboundSchema: z.ZodType<
|
|
|
917
702
|
z.ZodTypeDef,
|
|
918
703
|
EditProjectEnvContentHint11
|
|
919
704
|
> = z.object({
|
|
920
|
-
type:
|
|
921
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
705
|
+
type: z.literal("postgres-password"),
|
|
922
706
|
storeId: z.string(),
|
|
923
707
|
});
|
|
924
708
|
|
|
@@ -941,33 +725,18 @@ export function editProjectEnvContentHint11FromJSON(
|
|
|
941
725
|
);
|
|
942
726
|
}
|
|
943
727
|
|
|
944
|
-
/** @internal */
|
|
945
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema:
|
|
946
|
-
z.ZodNativeEnum<
|
|
947
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
948
|
-
> = z.nativeEnum(
|
|
949
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type,
|
|
950
|
-
);
|
|
951
|
-
/** @internal */
|
|
952
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema:
|
|
953
|
-
z.ZodNativeEnum<
|
|
954
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
955
|
-
> =
|
|
956
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
957
|
-
|
|
958
728
|
/** @internal */
|
|
959
729
|
export const EditProjectEnvContentHint10$inboundSchema: z.ZodType<
|
|
960
730
|
EditProjectEnvContentHint10,
|
|
961
731
|
z.ZodTypeDef,
|
|
962
732
|
unknown
|
|
963
733
|
> = z.object({
|
|
964
|
-
type:
|
|
965
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
734
|
+
type: z.literal("postgres-host"),
|
|
966
735
|
storeId: z.string(),
|
|
967
736
|
});
|
|
968
737
|
/** @internal */
|
|
969
738
|
export type EditProjectEnvContentHint10$Outbound = {
|
|
970
|
-
type:
|
|
739
|
+
type: "postgres-host";
|
|
971
740
|
storeId: string;
|
|
972
741
|
};
|
|
973
742
|
|
|
@@ -977,8 +746,7 @@ export const EditProjectEnvContentHint10$outboundSchema: z.ZodType<
|
|
|
977
746
|
z.ZodTypeDef,
|
|
978
747
|
EditProjectEnvContentHint10
|
|
979
748
|
> = z.object({
|
|
980
|
-
type:
|
|
981
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
749
|
+
type: z.literal("postgres-host"),
|
|
982
750
|
storeId: z.string(),
|
|
983
751
|
});
|
|
984
752
|
|
|
@@ -1001,33 +769,18 @@ export function editProjectEnvContentHint10FromJSON(
|
|
|
1001
769
|
);
|
|
1002
770
|
}
|
|
1003
771
|
|
|
1004
|
-
/** @internal */
|
|
1005
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema:
|
|
1006
|
-
z.ZodNativeEnum<
|
|
1007
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
1008
|
-
> = z.nativeEnum(
|
|
1009
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type,
|
|
1010
|
-
);
|
|
1011
|
-
/** @internal */
|
|
1012
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema:
|
|
1013
|
-
z.ZodNativeEnum<
|
|
1014
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
1015
|
-
> =
|
|
1016
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
1017
|
-
|
|
1018
772
|
/** @internal */
|
|
1019
773
|
export const EditProjectEnvContentHint9$inboundSchema: z.ZodType<
|
|
1020
774
|
EditProjectEnvContentHint9,
|
|
1021
775
|
z.ZodTypeDef,
|
|
1022
776
|
unknown
|
|
1023
777
|
> = z.object({
|
|
1024
|
-
type:
|
|
1025
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
778
|
+
type: z.literal("postgres-user"),
|
|
1026
779
|
storeId: z.string(),
|
|
1027
780
|
});
|
|
1028
781
|
/** @internal */
|
|
1029
782
|
export type EditProjectEnvContentHint9$Outbound = {
|
|
1030
|
-
type:
|
|
783
|
+
type: "postgres-user";
|
|
1031
784
|
storeId: string;
|
|
1032
785
|
};
|
|
1033
786
|
|
|
@@ -1037,8 +790,7 @@ export const EditProjectEnvContentHint9$outboundSchema: z.ZodType<
|
|
|
1037
790
|
z.ZodTypeDef,
|
|
1038
791
|
EditProjectEnvContentHint9
|
|
1039
792
|
> = z.object({
|
|
1040
|
-
type:
|
|
1041
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
793
|
+
type: z.literal("postgres-user"),
|
|
1042
794
|
storeId: z.string(),
|
|
1043
795
|
});
|
|
1044
796
|
|
|
@@ -1059,33 +811,18 @@ export function editProjectEnvContentHint9FromJSON(
|
|
|
1059
811
|
);
|
|
1060
812
|
}
|
|
1061
813
|
|
|
1062
|
-
/** @internal */
|
|
1063
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema:
|
|
1064
|
-
z.ZodNativeEnum<
|
|
1065
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
1066
|
-
> = z.nativeEnum(
|
|
1067
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type,
|
|
1068
|
-
);
|
|
1069
|
-
/** @internal */
|
|
1070
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema:
|
|
1071
|
-
z.ZodNativeEnum<
|
|
1072
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
1073
|
-
> =
|
|
1074
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
1075
|
-
|
|
1076
814
|
/** @internal */
|
|
1077
815
|
export const EditProjectEnvContentHint8$inboundSchema: z.ZodType<
|
|
1078
816
|
EditProjectEnvContentHint8,
|
|
1079
817
|
z.ZodTypeDef,
|
|
1080
818
|
unknown
|
|
1081
819
|
> = z.object({
|
|
1082
|
-
type:
|
|
1083
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
820
|
+
type: z.literal("postgres-prisma-url"),
|
|
1084
821
|
storeId: z.string(),
|
|
1085
822
|
});
|
|
1086
823
|
/** @internal */
|
|
1087
824
|
export type EditProjectEnvContentHint8$Outbound = {
|
|
1088
|
-
type:
|
|
825
|
+
type: "postgres-prisma-url";
|
|
1089
826
|
storeId: string;
|
|
1090
827
|
};
|
|
1091
828
|
|
|
@@ -1095,8 +832,7 @@ export const EditProjectEnvContentHint8$outboundSchema: z.ZodType<
|
|
|
1095
832
|
z.ZodTypeDef,
|
|
1096
833
|
EditProjectEnvContentHint8
|
|
1097
834
|
> = z.object({
|
|
1098
|
-
type:
|
|
1099
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
835
|
+
type: z.literal("postgres-prisma-url"),
|
|
1100
836
|
storeId: z.string(),
|
|
1101
837
|
});
|
|
1102
838
|
|
|
@@ -1117,33 +853,18 @@ export function editProjectEnvContentHint8FromJSON(
|
|
|
1117
853
|
);
|
|
1118
854
|
}
|
|
1119
855
|
|
|
1120
|
-
/** @internal */
|
|
1121
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
1122
|
-
z.ZodNativeEnum<
|
|
1123
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
1124
|
-
> = z.nativeEnum(
|
|
1125
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type,
|
|
1126
|
-
);
|
|
1127
|
-
/** @internal */
|
|
1128
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema:
|
|
1129
|
-
z.ZodNativeEnum<
|
|
1130
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
1131
|
-
> =
|
|
1132
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
1133
|
-
|
|
1134
856
|
/** @internal */
|
|
1135
857
|
export const EditProjectEnvContentHint7$inboundSchema: z.ZodType<
|
|
1136
858
|
EditProjectEnvContentHint7,
|
|
1137
859
|
z.ZodTypeDef,
|
|
1138
860
|
unknown
|
|
1139
861
|
> = z.object({
|
|
1140
|
-
type:
|
|
1141
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
862
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1142
863
|
storeId: z.string(),
|
|
1143
864
|
});
|
|
1144
865
|
/** @internal */
|
|
1145
866
|
export type EditProjectEnvContentHint7$Outbound = {
|
|
1146
|
-
type:
|
|
867
|
+
type: "postgres-url-non-pooling";
|
|
1147
868
|
storeId: string;
|
|
1148
869
|
};
|
|
1149
870
|
|
|
@@ -1153,8 +874,7 @@ export const EditProjectEnvContentHint7$outboundSchema: z.ZodType<
|
|
|
1153
874
|
z.ZodTypeDef,
|
|
1154
875
|
EditProjectEnvContentHint7
|
|
1155
876
|
> = z.object({
|
|
1156
|
-
type:
|
|
1157
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
877
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1158
878
|
storeId: z.string(),
|
|
1159
879
|
});
|
|
1160
880
|
|
|
@@ -1175,33 +895,18 @@ export function editProjectEnvContentHint7FromJSON(
|
|
|
1175
895
|
);
|
|
1176
896
|
}
|
|
1177
897
|
|
|
1178
|
-
/** @internal */
|
|
1179
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
1180
|
-
z.ZodNativeEnum<
|
|
1181
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
1182
|
-
> = z.nativeEnum(
|
|
1183
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
1184
|
-
);
|
|
1185
|
-
/** @internal */
|
|
1186
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
1187
|
-
z.ZodNativeEnum<
|
|
1188
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
1189
|
-
> =
|
|
1190
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
1191
|
-
|
|
1192
898
|
/** @internal */
|
|
1193
899
|
export const EditProjectEnvContentHint6$inboundSchema: z.ZodType<
|
|
1194
900
|
EditProjectEnvContentHint6,
|
|
1195
901
|
z.ZodTypeDef,
|
|
1196
902
|
unknown
|
|
1197
903
|
> = z.object({
|
|
1198
|
-
type:
|
|
1199
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
904
|
+
type: z.literal("postgres-url"),
|
|
1200
905
|
storeId: z.string(),
|
|
1201
906
|
});
|
|
1202
907
|
/** @internal */
|
|
1203
908
|
export type EditProjectEnvContentHint6$Outbound = {
|
|
1204
|
-
type:
|
|
909
|
+
type: "postgres-url";
|
|
1205
910
|
storeId: string;
|
|
1206
911
|
};
|
|
1207
912
|
|
|
@@ -1211,8 +916,7 @@ export const EditProjectEnvContentHint6$outboundSchema: z.ZodType<
|
|
|
1211
916
|
z.ZodTypeDef,
|
|
1212
917
|
EditProjectEnvContentHint6
|
|
1213
918
|
> = z.object({
|
|
1214
|
-
type:
|
|
1215
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
919
|
+
type: z.literal("postgres-url"),
|
|
1216
920
|
storeId: z.string(),
|
|
1217
921
|
});
|
|
1218
922
|
|
|
@@ -1233,33 +937,18 @@ export function editProjectEnvContentHint6FromJSON(
|
|
|
1233
937
|
);
|
|
1234
938
|
}
|
|
1235
939
|
|
|
1236
|
-
/** @internal */
|
|
1237
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
1238
|
-
z.ZodNativeEnum<
|
|
1239
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
1240
|
-
> = z.nativeEnum(
|
|
1241
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONType,
|
|
1242
|
-
);
|
|
1243
|
-
/** @internal */
|
|
1244
|
-
export const EditProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
1245
|
-
z.ZodNativeEnum<
|
|
1246
|
-
typeof EditProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
1247
|
-
> =
|
|
1248
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
1249
|
-
|
|
1250
940
|
/** @internal */
|
|
1251
941
|
export const EditProjectEnvContentHint5$inboundSchema: z.ZodType<
|
|
1252
942
|
EditProjectEnvContentHint5,
|
|
1253
943
|
z.ZodTypeDef,
|
|
1254
944
|
unknown
|
|
1255
945
|
> = z.object({
|
|
1256
|
-
type:
|
|
1257
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
946
|
+
type: z.literal("blob-read-write-token"),
|
|
1258
947
|
storeId: z.string(),
|
|
1259
948
|
});
|
|
1260
949
|
/** @internal */
|
|
1261
950
|
export type EditProjectEnvContentHint5$Outbound = {
|
|
1262
|
-
type:
|
|
951
|
+
type: "blob-read-write-token";
|
|
1263
952
|
storeId: string;
|
|
1264
953
|
};
|
|
1265
954
|
|
|
@@ -1269,8 +958,7 @@ export const EditProjectEnvContentHint5$outboundSchema: z.ZodType<
|
|
|
1269
958
|
z.ZodTypeDef,
|
|
1270
959
|
EditProjectEnvContentHint5
|
|
1271
960
|
> = z.object({
|
|
1272
|
-
type:
|
|
1273
|
-
EditProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
961
|
+
type: z.literal("blob-read-write-token"),
|
|
1274
962
|
storeId: z.string(),
|
|
1275
963
|
});
|
|
1276
964
|
|
|
@@ -1291,27 +979,18 @@ export function editProjectEnvContentHint5FromJSON(
|
|
|
1291
979
|
);
|
|
1292
980
|
}
|
|
1293
981
|
|
|
1294
|
-
/** @internal */
|
|
1295
|
-
export const EditProjectEnvContentHintProjectsResponse200Type$inboundSchema:
|
|
1296
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsResponse200Type> = z
|
|
1297
|
-
.nativeEnum(EditProjectEnvContentHintProjectsResponse200Type);
|
|
1298
|
-
/** @internal */
|
|
1299
|
-
export const EditProjectEnvContentHintProjectsResponse200Type$outboundSchema:
|
|
1300
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsResponse200Type> =
|
|
1301
|
-
EditProjectEnvContentHintProjectsResponse200Type$inboundSchema;
|
|
1302
|
-
|
|
1303
982
|
/** @internal */
|
|
1304
983
|
export const EditProjectEnvContentHint4$inboundSchema: z.ZodType<
|
|
1305
984
|
EditProjectEnvContentHint4,
|
|
1306
985
|
z.ZodTypeDef,
|
|
1307
986
|
unknown
|
|
1308
987
|
> = z.object({
|
|
1309
|
-
type:
|
|
988
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
1310
989
|
storeId: z.string(),
|
|
1311
990
|
});
|
|
1312
991
|
/** @internal */
|
|
1313
992
|
export type EditProjectEnvContentHint4$Outbound = {
|
|
1314
|
-
type:
|
|
993
|
+
type: "redis-rest-api-read-only-token";
|
|
1315
994
|
storeId: string;
|
|
1316
995
|
};
|
|
1317
996
|
|
|
@@ -1321,7 +1000,7 @@ export const EditProjectEnvContentHint4$outboundSchema: z.ZodType<
|
|
|
1321
1000
|
z.ZodTypeDef,
|
|
1322
1001
|
EditProjectEnvContentHint4
|
|
1323
1002
|
> = z.object({
|
|
1324
|
-
type:
|
|
1003
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
1325
1004
|
storeId: z.string(),
|
|
1326
1005
|
});
|
|
1327
1006
|
|
|
@@ -1342,27 +1021,18 @@ export function editProjectEnvContentHint4FromJSON(
|
|
|
1342
1021
|
);
|
|
1343
1022
|
}
|
|
1344
1023
|
|
|
1345
|
-
/** @internal */
|
|
1346
|
-
export const EditProjectEnvContentHintProjectsResponseType$inboundSchema:
|
|
1347
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsResponseType> = z
|
|
1348
|
-
.nativeEnum(EditProjectEnvContentHintProjectsResponseType);
|
|
1349
|
-
/** @internal */
|
|
1350
|
-
export const EditProjectEnvContentHintProjectsResponseType$outboundSchema:
|
|
1351
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsResponseType> =
|
|
1352
|
-
EditProjectEnvContentHintProjectsResponseType$inboundSchema;
|
|
1353
|
-
|
|
1354
1024
|
/** @internal */
|
|
1355
1025
|
export const EditProjectEnvContentHint3$inboundSchema: z.ZodType<
|
|
1356
1026
|
EditProjectEnvContentHint3,
|
|
1357
1027
|
z.ZodTypeDef,
|
|
1358
1028
|
unknown
|
|
1359
1029
|
> = z.object({
|
|
1360
|
-
type:
|
|
1030
|
+
type: z.literal("redis-rest-api-token"),
|
|
1361
1031
|
storeId: z.string(),
|
|
1362
1032
|
});
|
|
1363
1033
|
/** @internal */
|
|
1364
1034
|
export type EditProjectEnvContentHint3$Outbound = {
|
|
1365
|
-
type:
|
|
1035
|
+
type: "redis-rest-api-token";
|
|
1366
1036
|
storeId: string;
|
|
1367
1037
|
};
|
|
1368
1038
|
|
|
@@ -1372,7 +1042,7 @@ export const EditProjectEnvContentHint3$outboundSchema: z.ZodType<
|
|
|
1372
1042
|
z.ZodTypeDef,
|
|
1373
1043
|
EditProjectEnvContentHint3
|
|
1374
1044
|
> = z.object({
|
|
1375
|
-
type:
|
|
1045
|
+
type: z.literal("redis-rest-api-token"),
|
|
1376
1046
|
storeId: z.string(),
|
|
1377
1047
|
});
|
|
1378
1048
|
|
|
@@ -1393,28 +1063,18 @@ export function editProjectEnvContentHint3FromJSON(
|
|
|
1393
1063
|
);
|
|
1394
1064
|
}
|
|
1395
1065
|
|
|
1396
|
-
/** @internal */
|
|
1397
|
-
export const EditProjectEnvContentHintProjectsType$inboundSchema:
|
|
1398
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsType> = z.nativeEnum(
|
|
1399
|
-
EditProjectEnvContentHintProjectsType,
|
|
1400
|
-
);
|
|
1401
|
-
/** @internal */
|
|
1402
|
-
export const EditProjectEnvContentHintProjectsType$outboundSchema:
|
|
1403
|
-
z.ZodNativeEnum<typeof EditProjectEnvContentHintProjectsType> =
|
|
1404
|
-
EditProjectEnvContentHintProjectsType$inboundSchema;
|
|
1405
|
-
|
|
1406
1066
|
/** @internal */
|
|
1407
1067
|
export const EditProjectEnvContentHint2$inboundSchema: z.ZodType<
|
|
1408
1068
|
EditProjectEnvContentHint2,
|
|
1409
1069
|
z.ZodTypeDef,
|
|
1410
1070
|
unknown
|
|
1411
1071
|
> = z.object({
|
|
1412
|
-
type:
|
|
1072
|
+
type: z.literal("redis-rest-api-url"),
|
|
1413
1073
|
storeId: z.string(),
|
|
1414
1074
|
});
|
|
1415
1075
|
/** @internal */
|
|
1416
1076
|
export type EditProjectEnvContentHint2$Outbound = {
|
|
1417
|
-
type:
|
|
1077
|
+
type: "redis-rest-api-url";
|
|
1418
1078
|
storeId: string;
|
|
1419
1079
|
};
|
|
1420
1080
|
|
|
@@ -1424,7 +1084,7 @@ export const EditProjectEnvContentHint2$outboundSchema: z.ZodType<
|
|
|
1424
1084
|
z.ZodTypeDef,
|
|
1425
1085
|
EditProjectEnvContentHint2
|
|
1426
1086
|
> = z.object({
|
|
1427
|
-
type:
|
|
1087
|
+
type: z.literal("redis-rest-api-url"),
|
|
1428
1088
|
storeId: z.string(),
|
|
1429
1089
|
});
|
|
1430
1090
|
|
|
@@ -1445,27 +1105,18 @@ export function editProjectEnvContentHint2FromJSON(
|
|
|
1445
1105
|
);
|
|
1446
1106
|
}
|
|
1447
1107
|
|
|
1448
|
-
/** @internal */
|
|
1449
|
-
export const EditProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
1450
|
-
typeof EditProjectEnvContentHintType
|
|
1451
|
-
> = z.nativeEnum(EditProjectEnvContentHintType);
|
|
1452
|
-
/** @internal */
|
|
1453
|
-
export const EditProjectEnvContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
1454
|
-
typeof EditProjectEnvContentHintType
|
|
1455
|
-
> = EditProjectEnvContentHintType$inboundSchema;
|
|
1456
|
-
|
|
1457
1108
|
/** @internal */
|
|
1458
1109
|
export const EditProjectEnvContentHint1$inboundSchema: z.ZodType<
|
|
1459
1110
|
EditProjectEnvContentHint1,
|
|
1460
1111
|
z.ZodTypeDef,
|
|
1461
1112
|
unknown
|
|
1462
1113
|
> = z.object({
|
|
1463
|
-
type:
|
|
1114
|
+
type: z.literal("redis-url"),
|
|
1464
1115
|
storeId: z.string(),
|
|
1465
1116
|
});
|
|
1466
1117
|
/** @internal */
|
|
1467
1118
|
export type EditProjectEnvContentHint1$Outbound = {
|
|
1468
|
-
type:
|
|
1119
|
+
type: "redis-url";
|
|
1469
1120
|
storeId: string;
|
|
1470
1121
|
};
|
|
1471
1122
|
|
|
@@ -1475,7 +1126,7 @@ export const EditProjectEnvContentHint1$outboundSchema: z.ZodType<
|
|
|
1475
1126
|
z.ZodTypeDef,
|
|
1476
1127
|
EditProjectEnvContentHint1
|
|
1477
1128
|
> = z.object({
|
|
1478
|
-
type:
|
|
1129
|
+
type: z.literal("redis-url"),
|
|
1479
1130
|
storeId: z.string(),
|
|
1480
1131
|
});
|
|
1481
1132
|
|
|
@@ -1502,7 +1153,6 @@ export const EditProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
1502
1153
|
z.ZodTypeDef,
|
|
1503
1154
|
unknown
|
|
1504
1155
|
> = z.union([
|
|
1505
|
-
z.lazy(() => EditProjectEnvContentHint14$inboundSchema),
|
|
1506
1156
|
z.lazy(() => EditProjectEnvContentHint1$inboundSchema),
|
|
1507
1157
|
z.lazy(() => EditProjectEnvContentHint2$inboundSchema),
|
|
1508
1158
|
z.lazy(() => EditProjectEnvContentHint3$inboundSchema),
|
|
@@ -1516,11 +1166,11 @@ export const EditProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
1516
1166
|
z.lazy(() => EditProjectEnvContentHint11$inboundSchema),
|
|
1517
1167
|
z.lazy(() => EditProjectEnvContentHint12$inboundSchema),
|
|
1518
1168
|
z.lazy(() => EditProjectEnvContentHint13$inboundSchema),
|
|
1169
|
+
z.lazy(() => EditProjectEnvContentHint14$inboundSchema),
|
|
1519
1170
|
z.lazy(() => EditProjectEnvContentHint15$inboundSchema),
|
|
1520
1171
|
]);
|
|
1521
1172
|
/** @internal */
|
|
1522
1173
|
export type EditProjectEnvResponseBodyContentHint$Outbound =
|
|
1523
|
-
| EditProjectEnvContentHint14$Outbound
|
|
1524
1174
|
| EditProjectEnvContentHint1$Outbound
|
|
1525
1175
|
| EditProjectEnvContentHint2$Outbound
|
|
1526
1176
|
| EditProjectEnvContentHint3$Outbound
|
|
@@ -1534,6 +1184,7 @@ export type EditProjectEnvResponseBodyContentHint$Outbound =
|
|
|
1534
1184
|
| EditProjectEnvContentHint11$Outbound
|
|
1535
1185
|
| EditProjectEnvContentHint12$Outbound
|
|
1536
1186
|
| EditProjectEnvContentHint13$Outbound
|
|
1187
|
+
| EditProjectEnvContentHint14$Outbound
|
|
1537
1188
|
| EditProjectEnvContentHint15$Outbound;
|
|
1538
1189
|
|
|
1539
1190
|
/** @internal */
|
|
@@ -1542,7 +1193,6 @@ export const EditProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
1542
1193
|
z.ZodTypeDef,
|
|
1543
1194
|
EditProjectEnvResponseBodyContentHint
|
|
1544
1195
|
> = z.union([
|
|
1545
|
-
z.lazy(() => EditProjectEnvContentHint14$outboundSchema),
|
|
1546
1196
|
z.lazy(() => EditProjectEnvContentHint1$outboundSchema),
|
|
1547
1197
|
z.lazy(() => EditProjectEnvContentHint2$outboundSchema),
|
|
1548
1198
|
z.lazy(() => EditProjectEnvContentHint3$outboundSchema),
|
|
@@ -1556,6 +1206,7 @@ export const EditProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
1556
1206
|
z.lazy(() => EditProjectEnvContentHint11$outboundSchema),
|
|
1557
1207
|
z.lazy(() => EditProjectEnvContentHint12$outboundSchema),
|
|
1558
1208
|
z.lazy(() => EditProjectEnvContentHint13$outboundSchema),
|
|
1209
|
+
z.lazy(() => EditProjectEnvContentHint14$outboundSchema),
|
|
1559
1210
|
z.lazy(() => EditProjectEnvContentHint15$outboundSchema),
|
|
1560
1211
|
]);
|
|
1561
1212
|
|
|
@@ -1666,7 +1317,6 @@ export const EditProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
1666
1317
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1667
1318
|
contentHint: z.nullable(
|
|
1668
1319
|
z.union([
|
|
1669
|
-
z.lazy(() => EditProjectEnvContentHint14$inboundSchema),
|
|
1670
1320
|
z.lazy(() => EditProjectEnvContentHint1$inboundSchema),
|
|
1671
1321
|
z.lazy(() => EditProjectEnvContentHint2$inboundSchema),
|
|
1672
1322
|
z.lazy(() => EditProjectEnvContentHint3$inboundSchema),
|
|
@@ -1680,6 +1330,7 @@ export const EditProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
1680
1330
|
z.lazy(() => EditProjectEnvContentHint11$inboundSchema),
|
|
1681
1331
|
z.lazy(() => EditProjectEnvContentHint12$inboundSchema),
|
|
1682
1332
|
z.lazy(() => EditProjectEnvContentHint13$inboundSchema),
|
|
1333
|
+
z.lazy(() => EditProjectEnvContentHint14$inboundSchema),
|
|
1683
1334
|
z.lazy(() => EditProjectEnvContentHint15$inboundSchema),
|
|
1684
1335
|
]),
|
|
1685
1336
|
).optional(),
|
|
@@ -1707,7 +1358,6 @@ export type EditProjectEnvResponseBody1$Outbound = {
|
|
|
1707
1358
|
edgeConfigId?: string | null | undefined;
|
|
1708
1359
|
edgeConfigTokenId?: string | null | undefined;
|
|
1709
1360
|
contentHint?:
|
|
1710
|
-
| EditProjectEnvContentHint14$Outbound
|
|
1711
1361
|
| EditProjectEnvContentHint1$Outbound
|
|
1712
1362
|
| EditProjectEnvContentHint2$Outbound
|
|
1713
1363
|
| EditProjectEnvContentHint3$Outbound
|
|
@@ -1721,6 +1371,7 @@ export type EditProjectEnvResponseBody1$Outbound = {
|
|
|
1721
1371
|
| EditProjectEnvContentHint11$Outbound
|
|
1722
1372
|
| EditProjectEnvContentHint12$Outbound
|
|
1723
1373
|
| EditProjectEnvContentHint13$Outbound
|
|
1374
|
+
| EditProjectEnvContentHint14$Outbound
|
|
1724
1375
|
| EditProjectEnvContentHint15$Outbound
|
|
1725
1376
|
| null
|
|
1726
1377
|
| undefined;
|
|
@@ -1756,7 +1407,6 @@ export const EditProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
1756
1407
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
1757
1408
|
contentHint: z.nullable(
|
|
1758
1409
|
z.union([
|
|
1759
|
-
z.lazy(() => EditProjectEnvContentHint14$outboundSchema),
|
|
1760
1410
|
z.lazy(() => EditProjectEnvContentHint1$outboundSchema),
|
|
1761
1411
|
z.lazy(() => EditProjectEnvContentHint2$outboundSchema),
|
|
1762
1412
|
z.lazy(() => EditProjectEnvContentHint3$outboundSchema),
|
|
@@ -1770,6 +1420,7 @@ export const EditProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
1770
1420
|
z.lazy(() => EditProjectEnvContentHint11$outboundSchema),
|
|
1771
1421
|
z.lazy(() => EditProjectEnvContentHint12$outboundSchema),
|
|
1772
1422
|
z.lazy(() => EditProjectEnvContentHint13$outboundSchema),
|
|
1423
|
+
z.lazy(() => EditProjectEnvContentHint14$outboundSchema),
|
|
1773
1424
|
z.lazy(() => EditProjectEnvContentHint15$outboundSchema),
|
|
1774
1425
|
]),
|
|
1775
1426
|
).optional(),
|