@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
|
@@ -98,236 +98,85 @@ export type FilterProjectEnvsResponseBodyProjectsResponse200Type = ClosedEnum<
|
|
|
98
98
|
typeof FilterProjectEnvsResponseBodyProjectsResponse200Type
|
|
99
99
|
>;
|
|
100
100
|
|
|
101
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type =
|
|
102
|
-
{
|
|
103
|
-
FlagsConnectionString: "flags-connection-string",
|
|
104
|
-
} as const;
|
|
105
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type =
|
|
106
|
-
ClosedEnum<
|
|
107
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type
|
|
108
|
-
>;
|
|
109
|
-
|
|
110
101
|
export type FilterProjectEnvsContentHintProjectsResponse15 = {
|
|
111
|
-
type:
|
|
112
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type;
|
|
102
|
+
type: "flags-connection-string";
|
|
113
103
|
projectId: string;
|
|
114
104
|
};
|
|
115
105
|
|
|
116
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type =
|
|
117
|
-
{
|
|
118
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
119
|
-
} as const;
|
|
120
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type =
|
|
121
|
-
ClosedEnum<
|
|
122
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type
|
|
123
|
-
>;
|
|
124
|
-
|
|
125
106
|
export type FilterProjectEnvsContentHintProjectsResponse14 = {
|
|
126
|
-
type:
|
|
127
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type;
|
|
107
|
+
type: "integration-store-secret";
|
|
128
108
|
storeId: string;
|
|
129
109
|
integrationId: string;
|
|
130
110
|
integrationProductId: string;
|
|
131
111
|
integrationConfigurationId: string;
|
|
132
112
|
};
|
|
133
113
|
|
|
134
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type =
|
|
135
|
-
{
|
|
136
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
137
|
-
} as const;
|
|
138
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type =
|
|
139
|
-
ClosedEnum<
|
|
140
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type
|
|
141
|
-
>;
|
|
142
|
-
|
|
143
114
|
export type FilterProjectEnvsContentHintProjectsResponse13 = {
|
|
144
|
-
type:
|
|
145
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type;
|
|
115
|
+
type: "postgres-url-no-ssl";
|
|
146
116
|
storeId: string;
|
|
147
117
|
};
|
|
148
118
|
|
|
149
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type =
|
|
150
|
-
{
|
|
151
|
-
PostgresDatabase: "postgres-database",
|
|
152
|
-
} as const;
|
|
153
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type =
|
|
154
|
-
ClosedEnum<
|
|
155
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type
|
|
156
|
-
>;
|
|
157
|
-
|
|
158
119
|
export type FilterProjectEnvsContentHintProjectsResponse12 = {
|
|
159
|
-
type:
|
|
160
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type;
|
|
120
|
+
type: "postgres-database";
|
|
161
121
|
storeId: string;
|
|
162
122
|
};
|
|
163
123
|
|
|
164
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type =
|
|
165
|
-
{
|
|
166
|
-
PostgresPassword: "postgres-password",
|
|
167
|
-
} as const;
|
|
168
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type =
|
|
169
|
-
ClosedEnum<
|
|
170
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type
|
|
171
|
-
>;
|
|
172
|
-
|
|
173
124
|
export type FilterProjectEnvsContentHintProjectsResponse11 = {
|
|
174
|
-
type:
|
|
175
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type;
|
|
125
|
+
type: "postgres-password";
|
|
176
126
|
storeId: string;
|
|
177
127
|
};
|
|
178
128
|
|
|
179
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type =
|
|
180
|
-
{
|
|
181
|
-
PostgresHost: "postgres-host",
|
|
182
|
-
} as const;
|
|
183
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type =
|
|
184
|
-
ClosedEnum<
|
|
185
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type
|
|
186
|
-
>;
|
|
187
|
-
|
|
188
129
|
export type FilterProjectEnvsContentHintProjectsResponse10 = {
|
|
189
|
-
type:
|
|
190
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type;
|
|
130
|
+
type: "postgres-host";
|
|
191
131
|
storeId: string;
|
|
192
132
|
};
|
|
193
133
|
|
|
194
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type =
|
|
195
|
-
{
|
|
196
|
-
PostgresUser: "postgres-user",
|
|
197
|
-
} as const;
|
|
198
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type =
|
|
199
|
-
ClosedEnum<
|
|
200
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type
|
|
201
|
-
>;
|
|
202
|
-
|
|
203
134
|
export type FilterProjectEnvsContentHintProjectsResponse9 = {
|
|
204
|
-
type:
|
|
205
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type;
|
|
135
|
+
type: "postgres-user";
|
|
206
136
|
storeId: string;
|
|
207
137
|
};
|
|
208
138
|
|
|
209
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type =
|
|
210
|
-
{
|
|
211
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
212
|
-
} as const;
|
|
213
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type =
|
|
214
|
-
ClosedEnum<
|
|
215
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type
|
|
216
|
-
>;
|
|
217
|
-
|
|
218
139
|
export type FilterProjectEnvsContentHintProjectsResponse8 = {
|
|
219
|
-
type:
|
|
220
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type;
|
|
140
|
+
type: "postgres-prisma-url";
|
|
221
141
|
storeId: string;
|
|
222
142
|
};
|
|
223
143
|
|
|
224
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type =
|
|
225
|
-
{
|
|
226
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
227
|
-
} as const;
|
|
228
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type =
|
|
229
|
-
ClosedEnum<
|
|
230
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type
|
|
231
|
-
>;
|
|
232
|
-
|
|
233
144
|
export type FilterProjectEnvsContentHintProjectsResponse7 = {
|
|
234
|
-
type:
|
|
235
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type;
|
|
145
|
+
type: "postgres-url-non-pooling";
|
|
236
146
|
storeId: string;
|
|
237
147
|
};
|
|
238
148
|
|
|
239
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type =
|
|
240
|
-
{
|
|
241
|
-
PostgresUrl: "postgres-url",
|
|
242
|
-
} as const;
|
|
243
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type =
|
|
244
|
-
ClosedEnum<
|
|
245
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type
|
|
246
|
-
>;
|
|
247
|
-
|
|
248
149
|
export type FilterProjectEnvsContentHintProjectsResponse6 = {
|
|
249
|
-
type:
|
|
250
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type;
|
|
150
|
+
type: "postgres-url";
|
|
251
151
|
storeId: string;
|
|
252
152
|
};
|
|
253
153
|
|
|
254
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type =
|
|
255
|
-
{
|
|
256
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
257
|
-
} as const;
|
|
258
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type =
|
|
259
|
-
ClosedEnum<
|
|
260
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type
|
|
261
|
-
>;
|
|
262
|
-
|
|
263
154
|
export type FilterProjectEnvsContentHintProjectsResponse5 = {
|
|
264
|
-
type:
|
|
265
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type;
|
|
155
|
+
type: "blob-read-write-token";
|
|
266
156
|
storeId: string;
|
|
267
157
|
};
|
|
268
158
|
|
|
269
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type =
|
|
270
|
-
{
|
|
271
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
272
|
-
} as const;
|
|
273
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type =
|
|
274
|
-
ClosedEnum<
|
|
275
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type
|
|
276
|
-
>;
|
|
277
|
-
|
|
278
159
|
export type FilterProjectEnvsContentHintProjectsResponse4 = {
|
|
279
|
-
type:
|
|
280
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type;
|
|
160
|
+
type: "redis-rest-api-read-only-token";
|
|
281
161
|
storeId: string;
|
|
282
162
|
};
|
|
283
163
|
|
|
284
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type =
|
|
285
|
-
{
|
|
286
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
287
|
-
} as const;
|
|
288
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type =
|
|
289
|
-
ClosedEnum<
|
|
290
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type
|
|
291
|
-
>;
|
|
292
|
-
|
|
293
164
|
export type FilterProjectEnvsContentHintProjectsResponse3 = {
|
|
294
|
-
type:
|
|
295
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type;
|
|
165
|
+
type: "redis-rest-api-token";
|
|
296
166
|
storeId: string;
|
|
297
167
|
};
|
|
298
168
|
|
|
299
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType =
|
|
300
|
-
{
|
|
301
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
302
|
-
} as const;
|
|
303
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType =
|
|
304
|
-
ClosedEnum<
|
|
305
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType
|
|
306
|
-
>;
|
|
307
|
-
|
|
308
169
|
export type FilterProjectEnvsContentHintProjectsResponse2 = {
|
|
309
|
-
type:
|
|
310
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType;
|
|
170
|
+
type: "redis-rest-api-url";
|
|
311
171
|
storeId: string;
|
|
312
172
|
};
|
|
313
173
|
|
|
314
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
315
|
-
{
|
|
316
|
-
RedisUrl: "redis-url",
|
|
317
|
-
} as const;
|
|
318
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
319
|
-
ClosedEnum<
|
|
320
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
321
|
-
>;
|
|
322
|
-
|
|
323
174
|
export type FilterProjectEnvsContentHintProjectsResponse1 = {
|
|
324
|
-
type:
|
|
325
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type;
|
|
175
|
+
type: "redis-url";
|
|
326
176
|
storeId: string;
|
|
327
177
|
};
|
|
328
178
|
|
|
329
179
|
export type FilterProjectEnvsResponseBodyProjectsContentHint =
|
|
330
|
-
| FilterProjectEnvsContentHintProjectsResponse14
|
|
331
180
|
| FilterProjectEnvsContentHintProjectsResponse1
|
|
332
181
|
| FilterProjectEnvsContentHintProjectsResponse2
|
|
333
182
|
| FilterProjectEnvsContentHintProjectsResponse3
|
|
@@ -341,6 +190,7 @@ export type FilterProjectEnvsResponseBodyProjectsContentHint =
|
|
|
341
190
|
| FilterProjectEnvsContentHintProjectsResponse11
|
|
342
191
|
| FilterProjectEnvsContentHintProjectsResponse12
|
|
343
192
|
| FilterProjectEnvsContentHintProjectsResponse13
|
|
193
|
+
| FilterProjectEnvsContentHintProjectsResponse14
|
|
344
194
|
| FilterProjectEnvsContentHintProjectsResponse15;
|
|
345
195
|
|
|
346
196
|
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJson3Type =
|
|
@@ -387,7 +237,6 @@ export type ResponseBodyEnvs = {
|
|
|
387
237
|
edgeConfigId?: string | null | undefined;
|
|
388
238
|
edgeConfigTokenId?: string | null | undefined;
|
|
389
239
|
contentHint?:
|
|
390
|
-
| FilterProjectEnvsContentHintProjectsResponse14
|
|
391
240
|
| FilterProjectEnvsContentHintProjectsResponse1
|
|
392
241
|
| FilterProjectEnvsContentHintProjectsResponse2
|
|
393
242
|
| FilterProjectEnvsContentHintProjectsResponse3
|
|
@@ -401,6 +250,7 @@ export type ResponseBodyEnvs = {
|
|
|
401
250
|
| FilterProjectEnvsContentHintProjectsResponse11
|
|
402
251
|
| FilterProjectEnvsContentHintProjectsResponse12
|
|
403
252
|
| FilterProjectEnvsContentHintProjectsResponse13
|
|
253
|
+
| FilterProjectEnvsContentHintProjectsResponse14
|
|
404
254
|
| FilterProjectEnvsContentHintProjectsResponse15
|
|
405
255
|
| null
|
|
406
256
|
| undefined;
|
|
@@ -456,236 +306,85 @@ export type FilterProjectEnvsResponseBodyProjectsResponseType = ClosedEnum<
|
|
|
456
306
|
typeof FilterProjectEnvsResponseBodyProjectsResponseType
|
|
457
307
|
>;
|
|
458
308
|
|
|
459
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type =
|
|
460
|
-
{
|
|
461
|
-
FlagsConnectionString: "flags-connection-string",
|
|
462
|
-
} as const;
|
|
463
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type =
|
|
464
|
-
ClosedEnum<
|
|
465
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type
|
|
466
|
-
>;
|
|
467
|
-
|
|
468
309
|
export type FilterProjectEnvsContentHintProjects15 = {
|
|
469
|
-
type:
|
|
470
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type;
|
|
310
|
+
type: "flags-connection-string";
|
|
471
311
|
projectId: string;
|
|
472
312
|
};
|
|
473
313
|
|
|
474
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type =
|
|
475
|
-
{
|
|
476
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
477
|
-
} as const;
|
|
478
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type =
|
|
479
|
-
ClosedEnum<
|
|
480
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type
|
|
481
|
-
>;
|
|
482
|
-
|
|
483
314
|
export type FilterProjectEnvsContentHintProjects14 = {
|
|
484
|
-
type:
|
|
485
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type;
|
|
315
|
+
type: "integration-store-secret";
|
|
486
316
|
storeId: string;
|
|
487
317
|
integrationId: string;
|
|
488
318
|
integrationProductId: string;
|
|
489
319
|
integrationConfigurationId: string;
|
|
490
320
|
};
|
|
491
321
|
|
|
492
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type =
|
|
493
|
-
{
|
|
494
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
495
|
-
} as const;
|
|
496
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type =
|
|
497
|
-
ClosedEnum<
|
|
498
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type
|
|
499
|
-
>;
|
|
500
|
-
|
|
501
322
|
export type FilterProjectEnvsContentHintProjects13 = {
|
|
502
|
-
type:
|
|
503
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type;
|
|
323
|
+
type: "postgres-url-no-ssl";
|
|
504
324
|
storeId: string;
|
|
505
325
|
};
|
|
506
326
|
|
|
507
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type =
|
|
508
|
-
{
|
|
509
|
-
PostgresDatabase: "postgres-database",
|
|
510
|
-
} as const;
|
|
511
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type =
|
|
512
|
-
ClosedEnum<
|
|
513
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type
|
|
514
|
-
>;
|
|
515
|
-
|
|
516
327
|
export type FilterProjectEnvsContentHintProjects12 = {
|
|
517
|
-
type:
|
|
518
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type;
|
|
328
|
+
type: "postgres-database";
|
|
519
329
|
storeId: string;
|
|
520
330
|
};
|
|
521
331
|
|
|
522
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type =
|
|
523
|
-
{
|
|
524
|
-
PostgresPassword: "postgres-password",
|
|
525
|
-
} as const;
|
|
526
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type =
|
|
527
|
-
ClosedEnum<
|
|
528
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type
|
|
529
|
-
>;
|
|
530
|
-
|
|
531
332
|
export type FilterProjectEnvsContentHintProjects11 = {
|
|
532
|
-
type:
|
|
533
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type;
|
|
333
|
+
type: "postgres-password";
|
|
534
334
|
storeId: string;
|
|
535
335
|
};
|
|
536
336
|
|
|
537
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type =
|
|
538
|
-
{
|
|
539
|
-
PostgresHost: "postgres-host",
|
|
540
|
-
} as const;
|
|
541
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type =
|
|
542
|
-
ClosedEnum<
|
|
543
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type
|
|
544
|
-
>;
|
|
545
|
-
|
|
546
337
|
export type FilterProjectEnvsContentHintProjects10 = {
|
|
547
|
-
type:
|
|
548
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type;
|
|
338
|
+
type: "postgres-host";
|
|
549
339
|
storeId: string;
|
|
550
340
|
};
|
|
551
341
|
|
|
552
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type =
|
|
553
|
-
{
|
|
554
|
-
PostgresUser: "postgres-user",
|
|
555
|
-
} as const;
|
|
556
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type =
|
|
557
|
-
ClosedEnum<
|
|
558
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type
|
|
559
|
-
>;
|
|
560
|
-
|
|
561
342
|
export type FilterProjectEnvsContentHintProjects9 = {
|
|
562
|
-
type:
|
|
563
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type;
|
|
343
|
+
type: "postgres-user";
|
|
564
344
|
storeId: string;
|
|
565
345
|
};
|
|
566
346
|
|
|
567
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type =
|
|
568
|
-
{
|
|
569
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
570
|
-
} as const;
|
|
571
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type =
|
|
572
|
-
ClosedEnum<
|
|
573
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type
|
|
574
|
-
>;
|
|
575
|
-
|
|
576
347
|
export type FilterProjectEnvsContentHintProjects8 = {
|
|
577
|
-
type:
|
|
578
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type;
|
|
348
|
+
type: "postgres-prisma-url";
|
|
579
349
|
storeId: string;
|
|
580
350
|
};
|
|
581
351
|
|
|
582
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type =
|
|
583
|
-
{
|
|
584
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
585
|
-
} as const;
|
|
586
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type =
|
|
587
|
-
ClosedEnum<
|
|
588
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type
|
|
589
|
-
>;
|
|
590
|
-
|
|
591
352
|
export type FilterProjectEnvsContentHintProjects7 = {
|
|
592
|
-
type:
|
|
593
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type;
|
|
353
|
+
type: "postgres-url-non-pooling";
|
|
594
354
|
storeId: string;
|
|
595
355
|
};
|
|
596
356
|
|
|
597
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type =
|
|
598
|
-
{
|
|
599
|
-
PostgresUrl: "postgres-url",
|
|
600
|
-
} as const;
|
|
601
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type =
|
|
602
|
-
ClosedEnum<
|
|
603
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type
|
|
604
|
-
>;
|
|
605
|
-
|
|
606
357
|
export type FilterProjectEnvsContentHintProjects6 = {
|
|
607
|
-
type:
|
|
608
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type;
|
|
358
|
+
type: "postgres-url";
|
|
609
359
|
storeId: string;
|
|
610
360
|
};
|
|
611
361
|
|
|
612
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type =
|
|
613
|
-
{
|
|
614
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
615
|
-
} as const;
|
|
616
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type =
|
|
617
|
-
ClosedEnum<
|
|
618
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type
|
|
619
|
-
>;
|
|
620
|
-
|
|
621
362
|
export type FilterProjectEnvsContentHintProjects5 = {
|
|
622
|
-
type:
|
|
623
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type;
|
|
363
|
+
type: "blob-read-write-token";
|
|
624
364
|
storeId: string;
|
|
625
365
|
};
|
|
626
366
|
|
|
627
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type =
|
|
628
|
-
{
|
|
629
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
630
|
-
} as const;
|
|
631
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type =
|
|
632
|
-
ClosedEnum<
|
|
633
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type
|
|
634
|
-
>;
|
|
635
|
-
|
|
636
367
|
export type FilterProjectEnvsContentHintProjects4 = {
|
|
637
|
-
type:
|
|
638
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type;
|
|
368
|
+
type: "redis-rest-api-read-only-token";
|
|
639
369
|
storeId: string;
|
|
640
370
|
};
|
|
641
371
|
|
|
642
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type =
|
|
643
|
-
{
|
|
644
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
645
|
-
} as const;
|
|
646
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type =
|
|
647
|
-
ClosedEnum<
|
|
648
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type
|
|
649
|
-
>;
|
|
650
|
-
|
|
651
372
|
export type FilterProjectEnvsContentHintProjects3 = {
|
|
652
|
-
type:
|
|
653
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type;
|
|
373
|
+
type: "redis-rest-api-token";
|
|
654
374
|
storeId: string;
|
|
655
375
|
};
|
|
656
376
|
|
|
657
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType =
|
|
658
|
-
{
|
|
659
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
660
|
-
} as const;
|
|
661
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType =
|
|
662
|
-
ClosedEnum<
|
|
663
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType
|
|
664
|
-
>;
|
|
665
|
-
|
|
666
377
|
export type FilterProjectEnvsContentHintProjects2 = {
|
|
667
|
-
type:
|
|
668
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType;
|
|
378
|
+
type: "redis-rest-api-url";
|
|
669
379
|
storeId: string;
|
|
670
380
|
};
|
|
671
381
|
|
|
672
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
673
|
-
{
|
|
674
|
-
RedisUrl: "redis-url",
|
|
675
|
-
} as const;
|
|
676
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
677
|
-
ClosedEnum<
|
|
678
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
679
|
-
>;
|
|
680
|
-
|
|
681
382
|
export type FilterProjectEnvsContentHintProjects1 = {
|
|
682
|
-
type:
|
|
683
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type;
|
|
383
|
+
type: "redis-url";
|
|
684
384
|
storeId: string;
|
|
685
385
|
};
|
|
686
386
|
|
|
687
387
|
export type FilterProjectEnvsResponseBodyContentHint =
|
|
688
|
-
| FilterProjectEnvsContentHintProjects14
|
|
689
388
|
| FilterProjectEnvsContentHintProjects1
|
|
690
389
|
| FilterProjectEnvsContentHintProjects2
|
|
691
390
|
| FilterProjectEnvsContentHintProjects3
|
|
@@ -699,6 +398,7 @@ export type FilterProjectEnvsResponseBodyContentHint =
|
|
|
699
398
|
| FilterProjectEnvsContentHintProjects11
|
|
700
399
|
| FilterProjectEnvsContentHintProjects12
|
|
701
400
|
| FilterProjectEnvsContentHintProjects13
|
|
401
|
+
| FilterProjectEnvsContentHintProjects14
|
|
702
402
|
| FilterProjectEnvsContentHintProjects15;
|
|
703
403
|
|
|
704
404
|
export const FilterProjectEnvsResponseBodyProjectsResponse200ApplicationJSONType =
|
|
@@ -745,7 +445,6 @@ export type Envs = {
|
|
|
745
445
|
edgeConfigId?: string | null | undefined;
|
|
746
446
|
edgeConfigTokenId?: string | null | undefined;
|
|
747
447
|
contentHint?:
|
|
748
|
-
| FilterProjectEnvsContentHintProjects14
|
|
749
448
|
| FilterProjectEnvsContentHintProjects1
|
|
750
449
|
| FilterProjectEnvsContentHintProjects2
|
|
751
450
|
| FilterProjectEnvsContentHintProjects3
|
|
@@ -759,6 +458,7 @@ export type Envs = {
|
|
|
759
458
|
| FilterProjectEnvsContentHintProjects11
|
|
760
459
|
| FilterProjectEnvsContentHintProjects12
|
|
761
460
|
| FilterProjectEnvsContentHintProjects13
|
|
461
|
+
| FilterProjectEnvsContentHintProjects14
|
|
762
462
|
| FilterProjectEnvsContentHintProjects15
|
|
763
463
|
| null
|
|
764
464
|
| undefined;
|
|
@@ -815,223 +515,85 @@ export type FilterProjectEnvsResponseBodyType = ClosedEnum<
|
|
|
815
515
|
typeof FilterProjectEnvsResponseBodyType
|
|
816
516
|
>;
|
|
817
517
|
|
|
818
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
819
|
-
{
|
|
820
|
-
FlagsConnectionString: "flags-connection-string",
|
|
821
|
-
} as const;
|
|
822
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
823
|
-
ClosedEnum<
|
|
824
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
825
|
-
>;
|
|
826
|
-
|
|
827
518
|
export type FilterProjectEnvsContentHint15 = {
|
|
828
|
-
type:
|
|
829
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type;
|
|
519
|
+
type: "flags-connection-string";
|
|
830
520
|
projectId: string;
|
|
831
521
|
};
|
|
832
522
|
|
|
833
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
834
|
-
{
|
|
835
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
836
|
-
} as const;
|
|
837
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
838
|
-
ClosedEnum<
|
|
839
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
840
|
-
>;
|
|
841
|
-
|
|
842
523
|
export type FilterProjectEnvsContentHint14 = {
|
|
843
|
-
type:
|
|
844
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type;
|
|
524
|
+
type: "integration-store-secret";
|
|
845
525
|
storeId: string;
|
|
846
526
|
integrationId: string;
|
|
847
527
|
integrationProductId: string;
|
|
848
528
|
integrationConfigurationId: string;
|
|
849
529
|
};
|
|
850
530
|
|
|
851
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
852
|
-
{
|
|
853
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
854
|
-
} as const;
|
|
855
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
856
|
-
ClosedEnum<
|
|
857
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
858
|
-
>;
|
|
859
|
-
|
|
860
531
|
export type FilterProjectEnvsContentHint13 = {
|
|
861
|
-
type:
|
|
862
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type;
|
|
532
|
+
type: "postgres-url-no-ssl";
|
|
863
533
|
storeId: string;
|
|
864
534
|
};
|
|
865
535
|
|
|
866
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
867
|
-
{
|
|
868
|
-
PostgresDatabase: "postgres-database",
|
|
869
|
-
} as const;
|
|
870
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
871
|
-
ClosedEnum<
|
|
872
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
873
|
-
>;
|
|
874
|
-
|
|
875
536
|
export type FilterProjectEnvsContentHint12 = {
|
|
876
|
-
type:
|
|
877
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type;
|
|
537
|
+
type: "postgres-database";
|
|
878
538
|
storeId: string;
|
|
879
539
|
};
|
|
880
540
|
|
|
881
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
882
|
-
{
|
|
883
|
-
PostgresPassword: "postgres-password",
|
|
884
|
-
} as const;
|
|
885
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
886
|
-
ClosedEnum<
|
|
887
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
888
|
-
>;
|
|
889
|
-
|
|
890
541
|
export type FilterProjectEnvsContentHint11 = {
|
|
891
|
-
type:
|
|
892
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type;
|
|
542
|
+
type: "postgres-password";
|
|
893
543
|
storeId: string;
|
|
894
544
|
};
|
|
895
545
|
|
|
896
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
897
|
-
{
|
|
898
|
-
PostgresHost: "postgres-host",
|
|
899
|
-
} as const;
|
|
900
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
901
|
-
ClosedEnum<
|
|
902
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
903
|
-
>;
|
|
904
|
-
|
|
905
546
|
export type FilterProjectEnvsContentHint10 = {
|
|
906
|
-
type:
|
|
907
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type;
|
|
547
|
+
type: "postgres-host";
|
|
908
548
|
storeId: string;
|
|
909
549
|
};
|
|
910
550
|
|
|
911
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
912
|
-
{
|
|
913
|
-
PostgresUser: "postgres-user",
|
|
914
|
-
} as const;
|
|
915
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
916
|
-
ClosedEnum<
|
|
917
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
918
|
-
>;
|
|
919
|
-
|
|
920
551
|
export type FilterProjectEnvsContentHint9 = {
|
|
921
|
-
type:
|
|
922
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type;
|
|
552
|
+
type: "postgres-user";
|
|
923
553
|
storeId: string;
|
|
924
554
|
};
|
|
925
555
|
|
|
926
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
927
|
-
{
|
|
928
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
929
|
-
} as const;
|
|
930
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
931
|
-
ClosedEnum<
|
|
932
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
933
|
-
>;
|
|
934
|
-
|
|
935
556
|
export type FilterProjectEnvsContentHint8 = {
|
|
936
|
-
type:
|
|
937
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type;
|
|
557
|
+
type: "postgres-prisma-url";
|
|
938
558
|
storeId: string;
|
|
939
559
|
};
|
|
940
560
|
|
|
941
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
942
|
-
{
|
|
943
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
944
|
-
} as const;
|
|
945
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
946
|
-
ClosedEnum<
|
|
947
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
948
|
-
>;
|
|
949
|
-
|
|
950
561
|
export type FilterProjectEnvsContentHint7 = {
|
|
951
|
-
type:
|
|
952
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type;
|
|
562
|
+
type: "postgres-url-non-pooling";
|
|
953
563
|
storeId: string;
|
|
954
564
|
};
|
|
955
565
|
|
|
956
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
957
|
-
{
|
|
958
|
-
PostgresUrl: "postgres-url",
|
|
959
|
-
} as const;
|
|
960
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
961
|
-
ClosedEnum<
|
|
962
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
963
|
-
>;
|
|
964
|
-
|
|
965
566
|
export type FilterProjectEnvsContentHint6 = {
|
|
966
|
-
type:
|
|
967
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
567
|
+
type: "postgres-url";
|
|
968
568
|
storeId: string;
|
|
969
569
|
};
|
|
970
570
|
|
|
971
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType =
|
|
972
|
-
{
|
|
973
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
974
|
-
} as const;
|
|
975
|
-
export type FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType =
|
|
976
|
-
ClosedEnum<
|
|
977
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType
|
|
978
|
-
>;
|
|
979
|
-
|
|
980
571
|
export type FilterProjectEnvsContentHint5 = {
|
|
981
|
-
type:
|
|
572
|
+
type: "blob-read-write-token";
|
|
982
573
|
storeId: string;
|
|
983
574
|
};
|
|
984
575
|
|
|
985
|
-
export const FilterProjectEnvsContentHintProjectsResponse200Type = {
|
|
986
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
987
|
-
} as const;
|
|
988
|
-
export type FilterProjectEnvsContentHintProjectsResponse200Type = ClosedEnum<
|
|
989
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200Type
|
|
990
|
-
>;
|
|
991
|
-
|
|
992
576
|
export type FilterProjectEnvsContentHint4 = {
|
|
993
|
-
type:
|
|
577
|
+
type: "redis-rest-api-read-only-token";
|
|
994
578
|
storeId: string;
|
|
995
579
|
};
|
|
996
580
|
|
|
997
|
-
export const FilterProjectEnvsContentHintProjectsResponseType = {
|
|
998
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
999
|
-
} as const;
|
|
1000
|
-
export type FilterProjectEnvsContentHintProjectsResponseType = ClosedEnum<
|
|
1001
|
-
typeof FilterProjectEnvsContentHintProjectsResponseType
|
|
1002
|
-
>;
|
|
1003
|
-
|
|
1004
581
|
export type FilterProjectEnvsContentHint3 = {
|
|
1005
|
-
type:
|
|
582
|
+
type: "redis-rest-api-token";
|
|
1006
583
|
storeId: string;
|
|
1007
584
|
};
|
|
1008
585
|
|
|
1009
|
-
export const FilterProjectEnvsContentHintProjectsType = {
|
|
1010
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
1011
|
-
} as const;
|
|
1012
|
-
export type FilterProjectEnvsContentHintProjectsType = ClosedEnum<
|
|
1013
|
-
typeof FilterProjectEnvsContentHintProjectsType
|
|
1014
|
-
>;
|
|
1015
|
-
|
|
1016
586
|
export type FilterProjectEnvsContentHint2 = {
|
|
1017
|
-
type:
|
|
587
|
+
type: "redis-rest-api-url";
|
|
1018
588
|
storeId: string;
|
|
1019
589
|
};
|
|
1020
590
|
|
|
1021
|
-
export const FilterProjectEnvsContentHintType = {
|
|
1022
|
-
RedisUrl: "redis-url",
|
|
1023
|
-
} as const;
|
|
1024
|
-
export type FilterProjectEnvsContentHintType = ClosedEnum<
|
|
1025
|
-
typeof FilterProjectEnvsContentHintType
|
|
1026
|
-
>;
|
|
1027
|
-
|
|
1028
591
|
export type FilterProjectEnvsContentHint1 = {
|
|
1029
|
-
type:
|
|
592
|
+
type: "redis-url";
|
|
1030
593
|
storeId: string;
|
|
1031
594
|
};
|
|
1032
595
|
|
|
1033
596
|
export type ResponseBodyContentHint =
|
|
1034
|
-
| FilterProjectEnvsContentHint14
|
|
1035
597
|
| FilterProjectEnvsContentHint1
|
|
1036
598
|
| FilterProjectEnvsContentHint2
|
|
1037
599
|
| FilterProjectEnvsContentHint3
|
|
@@ -1045,6 +607,7 @@ export type ResponseBodyContentHint =
|
|
|
1045
607
|
| FilterProjectEnvsContentHint11
|
|
1046
608
|
| FilterProjectEnvsContentHint12
|
|
1047
609
|
| FilterProjectEnvsContentHint13
|
|
610
|
+
| FilterProjectEnvsContentHint14
|
|
1048
611
|
| FilterProjectEnvsContentHint15;
|
|
1049
612
|
|
|
1050
613
|
export const FilterProjectEnvsResponseBodyProjectsType = {
|
|
@@ -1089,7 +652,6 @@ export type FilterProjectEnvsResponseBody1 = {
|
|
|
1089
652
|
edgeConfigId?: string | null | undefined;
|
|
1090
653
|
edgeConfigTokenId?: string | null | undefined;
|
|
1091
654
|
contentHint?:
|
|
1092
|
-
| FilterProjectEnvsContentHint14
|
|
1093
655
|
| FilterProjectEnvsContentHint1
|
|
1094
656
|
| FilterProjectEnvsContentHint2
|
|
1095
657
|
| FilterProjectEnvsContentHint3
|
|
@@ -1103,6 +665,7 @@ export type FilterProjectEnvsResponseBody1 = {
|
|
|
1103
665
|
| FilterProjectEnvsContentHint11
|
|
1104
666
|
| FilterProjectEnvsContentHint12
|
|
1105
667
|
| FilterProjectEnvsContentHint13
|
|
668
|
+
| FilterProjectEnvsContentHint14
|
|
1106
669
|
| FilterProjectEnvsContentHint15
|
|
1107
670
|
| null
|
|
1108
671
|
| undefined;
|
|
@@ -1269,20 +832,6 @@ export const FilterProjectEnvsResponseBodyProjectsResponse200Type$outboundSchema
|
|
|
1269
832
|
z.ZodNativeEnum<typeof FilterProjectEnvsResponseBodyProjectsResponse200Type> =
|
|
1270
833
|
FilterProjectEnvsResponseBodyProjectsResponse200Type$inboundSchema;
|
|
1271
834
|
|
|
1272
|
-
/** @internal */
|
|
1273
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema:
|
|
1274
|
-
z.ZodNativeEnum<
|
|
1275
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type
|
|
1276
|
-
> = z.nativeEnum(
|
|
1277
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type,
|
|
1278
|
-
);
|
|
1279
|
-
/** @internal */
|
|
1280
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema:
|
|
1281
|
-
z.ZodNativeEnum<
|
|
1282
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type
|
|
1283
|
-
> =
|
|
1284
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema;
|
|
1285
|
-
|
|
1286
835
|
/** @internal */
|
|
1287
836
|
export const FilterProjectEnvsContentHintProjectsResponse15$inboundSchema:
|
|
1288
837
|
z.ZodType<
|
|
@@ -1290,13 +839,12 @@ export const FilterProjectEnvsContentHintProjectsResponse15$inboundSchema:
|
|
|
1290
839
|
z.ZodTypeDef,
|
|
1291
840
|
unknown
|
|
1292
841
|
> = z.object({
|
|
1293
|
-
type:
|
|
1294
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$inboundSchema,
|
|
842
|
+
type: z.literal("flags-connection-string"),
|
|
1295
843
|
projectId: z.string(),
|
|
1296
844
|
});
|
|
1297
845
|
/** @internal */
|
|
1298
846
|
export type FilterProjectEnvsContentHintProjectsResponse15$Outbound = {
|
|
1299
|
-
type: string;
|
|
847
|
+
type: "flags-connection-string";
|
|
1300
848
|
projectId: string;
|
|
1301
849
|
};
|
|
1302
850
|
|
|
@@ -1307,8 +855,7 @@ export const FilterProjectEnvsContentHintProjectsResponse15$outboundSchema:
|
|
|
1307
855
|
z.ZodTypeDef,
|
|
1308
856
|
FilterProjectEnvsContentHintProjectsResponse15
|
|
1309
857
|
> = z.object({
|
|
1310
|
-
type:
|
|
1311
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type$outboundSchema,
|
|
858
|
+
type: z.literal("flags-connection-string"),
|
|
1312
859
|
projectId: z.string(),
|
|
1313
860
|
});
|
|
1314
861
|
|
|
@@ -1338,20 +885,6 @@ export function filterProjectEnvsContentHintProjectsResponse15FromJSON(
|
|
|
1338
885
|
);
|
|
1339
886
|
}
|
|
1340
887
|
|
|
1341
|
-
/** @internal */
|
|
1342
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema:
|
|
1343
|
-
z.ZodNativeEnum<
|
|
1344
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type
|
|
1345
|
-
> = z.nativeEnum(
|
|
1346
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type,
|
|
1347
|
-
);
|
|
1348
|
-
/** @internal */
|
|
1349
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema:
|
|
1350
|
-
z.ZodNativeEnum<
|
|
1351
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type
|
|
1352
|
-
> =
|
|
1353
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema;
|
|
1354
|
-
|
|
1355
888
|
/** @internal */
|
|
1356
889
|
export const FilterProjectEnvsContentHintProjectsResponse14$inboundSchema:
|
|
1357
890
|
z.ZodType<
|
|
@@ -1359,8 +892,7 @@ export const FilterProjectEnvsContentHintProjectsResponse14$inboundSchema:
|
|
|
1359
892
|
z.ZodTypeDef,
|
|
1360
893
|
unknown
|
|
1361
894
|
> = z.object({
|
|
1362
|
-
type:
|
|
1363
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$inboundSchema,
|
|
895
|
+
type: z.literal("integration-store-secret"),
|
|
1364
896
|
storeId: z.string(),
|
|
1365
897
|
integrationId: z.string(),
|
|
1366
898
|
integrationProductId: z.string(),
|
|
@@ -1368,7 +900,7 @@ export const FilterProjectEnvsContentHintProjectsResponse14$inboundSchema:
|
|
|
1368
900
|
});
|
|
1369
901
|
/** @internal */
|
|
1370
902
|
export type FilterProjectEnvsContentHintProjectsResponse14$Outbound = {
|
|
1371
|
-
type:
|
|
903
|
+
type: "integration-store-secret";
|
|
1372
904
|
storeId: string;
|
|
1373
905
|
integrationId: string;
|
|
1374
906
|
integrationProductId: string;
|
|
@@ -1382,8 +914,7 @@ export const FilterProjectEnvsContentHintProjectsResponse14$outboundSchema:
|
|
|
1382
914
|
z.ZodTypeDef,
|
|
1383
915
|
FilterProjectEnvsContentHintProjectsResponse14
|
|
1384
916
|
> = z.object({
|
|
1385
|
-
type:
|
|
1386
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs14Type$outboundSchema,
|
|
917
|
+
type: z.literal("integration-store-secret"),
|
|
1387
918
|
storeId: z.string(),
|
|
1388
919
|
integrationId: z.string(),
|
|
1389
920
|
integrationProductId: z.string(),
|
|
@@ -1416,20 +947,6 @@ export function filterProjectEnvsContentHintProjectsResponse14FromJSON(
|
|
|
1416
947
|
);
|
|
1417
948
|
}
|
|
1418
949
|
|
|
1419
|
-
/** @internal */
|
|
1420
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema:
|
|
1421
|
-
z.ZodNativeEnum<
|
|
1422
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type
|
|
1423
|
-
> = z.nativeEnum(
|
|
1424
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type,
|
|
1425
|
-
);
|
|
1426
|
-
/** @internal */
|
|
1427
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema:
|
|
1428
|
-
z.ZodNativeEnum<
|
|
1429
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type
|
|
1430
|
-
> =
|
|
1431
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema;
|
|
1432
|
-
|
|
1433
950
|
/** @internal */
|
|
1434
951
|
export const FilterProjectEnvsContentHintProjectsResponse13$inboundSchema:
|
|
1435
952
|
z.ZodType<
|
|
@@ -1437,13 +954,12 @@ export const FilterProjectEnvsContentHintProjectsResponse13$inboundSchema:
|
|
|
1437
954
|
z.ZodTypeDef,
|
|
1438
955
|
unknown
|
|
1439
956
|
> = z.object({
|
|
1440
|
-
type:
|
|
1441
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$inboundSchema,
|
|
957
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1442
958
|
storeId: z.string(),
|
|
1443
959
|
});
|
|
1444
960
|
/** @internal */
|
|
1445
961
|
export type FilterProjectEnvsContentHintProjectsResponse13$Outbound = {
|
|
1446
|
-
type:
|
|
962
|
+
type: "postgres-url-no-ssl";
|
|
1447
963
|
storeId: string;
|
|
1448
964
|
};
|
|
1449
965
|
|
|
@@ -1454,8 +970,7 @@ export const FilterProjectEnvsContentHintProjectsResponse13$outboundSchema:
|
|
|
1454
970
|
z.ZodTypeDef,
|
|
1455
971
|
FilterProjectEnvsContentHintProjectsResponse13
|
|
1456
972
|
> = z.object({
|
|
1457
|
-
type:
|
|
1458
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs13Type$outboundSchema,
|
|
973
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1459
974
|
storeId: z.string(),
|
|
1460
975
|
});
|
|
1461
976
|
|
|
@@ -1485,20 +1000,6 @@ export function filterProjectEnvsContentHintProjectsResponse13FromJSON(
|
|
|
1485
1000
|
);
|
|
1486
1001
|
}
|
|
1487
1002
|
|
|
1488
|
-
/** @internal */
|
|
1489
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema:
|
|
1490
|
-
z.ZodNativeEnum<
|
|
1491
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type
|
|
1492
|
-
> = z.nativeEnum(
|
|
1493
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type,
|
|
1494
|
-
);
|
|
1495
|
-
/** @internal */
|
|
1496
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema:
|
|
1497
|
-
z.ZodNativeEnum<
|
|
1498
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type
|
|
1499
|
-
> =
|
|
1500
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema;
|
|
1501
|
-
|
|
1502
1003
|
/** @internal */
|
|
1503
1004
|
export const FilterProjectEnvsContentHintProjectsResponse12$inboundSchema:
|
|
1504
1005
|
z.ZodType<
|
|
@@ -1506,13 +1007,12 @@ export const FilterProjectEnvsContentHintProjectsResponse12$inboundSchema:
|
|
|
1506
1007
|
z.ZodTypeDef,
|
|
1507
1008
|
unknown
|
|
1508
1009
|
> = z.object({
|
|
1509
|
-
type:
|
|
1510
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$inboundSchema,
|
|
1010
|
+
type: z.literal("postgres-database"),
|
|
1511
1011
|
storeId: z.string(),
|
|
1512
1012
|
});
|
|
1513
1013
|
/** @internal */
|
|
1514
1014
|
export type FilterProjectEnvsContentHintProjectsResponse12$Outbound = {
|
|
1515
|
-
type:
|
|
1015
|
+
type: "postgres-database";
|
|
1516
1016
|
storeId: string;
|
|
1517
1017
|
};
|
|
1518
1018
|
|
|
@@ -1523,8 +1023,7 @@ export const FilterProjectEnvsContentHintProjectsResponse12$outboundSchema:
|
|
|
1523
1023
|
z.ZodTypeDef,
|
|
1524
1024
|
FilterProjectEnvsContentHintProjectsResponse12
|
|
1525
1025
|
> = z.object({
|
|
1526
|
-
type:
|
|
1527
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs12Type$outboundSchema,
|
|
1026
|
+
type: z.literal("postgres-database"),
|
|
1528
1027
|
storeId: z.string(),
|
|
1529
1028
|
});
|
|
1530
1029
|
|
|
@@ -1554,20 +1053,6 @@ export function filterProjectEnvsContentHintProjectsResponse12FromJSON(
|
|
|
1554
1053
|
);
|
|
1555
1054
|
}
|
|
1556
1055
|
|
|
1557
|
-
/** @internal */
|
|
1558
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema:
|
|
1559
|
-
z.ZodNativeEnum<
|
|
1560
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type
|
|
1561
|
-
> = z.nativeEnum(
|
|
1562
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type,
|
|
1563
|
-
);
|
|
1564
|
-
/** @internal */
|
|
1565
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema:
|
|
1566
|
-
z.ZodNativeEnum<
|
|
1567
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type
|
|
1568
|
-
> =
|
|
1569
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema;
|
|
1570
|
-
|
|
1571
1056
|
/** @internal */
|
|
1572
1057
|
export const FilterProjectEnvsContentHintProjectsResponse11$inboundSchema:
|
|
1573
1058
|
z.ZodType<
|
|
@@ -1575,13 +1060,12 @@ export const FilterProjectEnvsContentHintProjectsResponse11$inboundSchema:
|
|
|
1575
1060
|
z.ZodTypeDef,
|
|
1576
1061
|
unknown
|
|
1577
1062
|
> = z.object({
|
|
1578
|
-
type:
|
|
1579
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$inboundSchema,
|
|
1063
|
+
type: z.literal("postgres-password"),
|
|
1580
1064
|
storeId: z.string(),
|
|
1581
1065
|
});
|
|
1582
1066
|
/** @internal */
|
|
1583
1067
|
export type FilterProjectEnvsContentHintProjectsResponse11$Outbound = {
|
|
1584
|
-
type:
|
|
1068
|
+
type: "postgres-password";
|
|
1585
1069
|
storeId: string;
|
|
1586
1070
|
};
|
|
1587
1071
|
|
|
@@ -1592,8 +1076,7 @@ export const FilterProjectEnvsContentHintProjectsResponse11$outboundSchema:
|
|
|
1592
1076
|
z.ZodTypeDef,
|
|
1593
1077
|
FilterProjectEnvsContentHintProjectsResponse11
|
|
1594
1078
|
> = z.object({
|
|
1595
|
-
type:
|
|
1596
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs11Type$outboundSchema,
|
|
1079
|
+
type: z.literal("postgres-password"),
|
|
1597
1080
|
storeId: z.string(),
|
|
1598
1081
|
});
|
|
1599
1082
|
|
|
@@ -1623,20 +1106,6 @@ export function filterProjectEnvsContentHintProjectsResponse11FromJSON(
|
|
|
1623
1106
|
);
|
|
1624
1107
|
}
|
|
1625
1108
|
|
|
1626
|
-
/** @internal */
|
|
1627
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema:
|
|
1628
|
-
z.ZodNativeEnum<
|
|
1629
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type
|
|
1630
|
-
> = z.nativeEnum(
|
|
1631
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type,
|
|
1632
|
-
);
|
|
1633
|
-
/** @internal */
|
|
1634
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema:
|
|
1635
|
-
z.ZodNativeEnum<
|
|
1636
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type
|
|
1637
|
-
> =
|
|
1638
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema;
|
|
1639
|
-
|
|
1640
1109
|
/** @internal */
|
|
1641
1110
|
export const FilterProjectEnvsContentHintProjectsResponse10$inboundSchema:
|
|
1642
1111
|
z.ZodType<
|
|
@@ -1644,13 +1113,12 @@ export const FilterProjectEnvsContentHintProjectsResponse10$inboundSchema:
|
|
|
1644
1113
|
z.ZodTypeDef,
|
|
1645
1114
|
unknown
|
|
1646
1115
|
> = z.object({
|
|
1647
|
-
type:
|
|
1648
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$inboundSchema,
|
|
1116
|
+
type: z.literal("postgres-host"),
|
|
1649
1117
|
storeId: z.string(),
|
|
1650
1118
|
});
|
|
1651
1119
|
/** @internal */
|
|
1652
1120
|
export type FilterProjectEnvsContentHintProjectsResponse10$Outbound = {
|
|
1653
|
-
type:
|
|
1121
|
+
type: "postgres-host";
|
|
1654
1122
|
storeId: string;
|
|
1655
1123
|
};
|
|
1656
1124
|
|
|
@@ -1661,8 +1129,7 @@ export const FilterProjectEnvsContentHintProjectsResponse10$outboundSchema:
|
|
|
1661
1129
|
z.ZodTypeDef,
|
|
1662
1130
|
FilterProjectEnvsContentHintProjectsResponse10
|
|
1663
1131
|
> = z.object({
|
|
1664
|
-
type:
|
|
1665
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs10Type$outboundSchema,
|
|
1132
|
+
type: z.literal("postgres-host"),
|
|
1666
1133
|
storeId: z.string(),
|
|
1667
1134
|
});
|
|
1668
1135
|
|
|
@@ -1692,20 +1159,6 @@ export function filterProjectEnvsContentHintProjectsResponse10FromJSON(
|
|
|
1692
1159
|
);
|
|
1693
1160
|
}
|
|
1694
1161
|
|
|
1695
|
-
/** @internal */
|
|
1696
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema:
|
|
1697
|
-
z.ZodNativeEnum<
|
|
1698
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type
|
|
1699
|
-
> = z.nativeEnum(
|
|
1700
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type,
|
|
1701
|
-
);
|
|
1702
|
-
/** @internal */
|
|
1703
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema:
|
|
1704
|
-
z.ZodNativeEnum<
|
|
1705
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type
|
|
1706
|
-
> =
|
|
1707
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema;
|
|
1708
|
-
|
|
1709
1162
|
/** @internal */
|
|
1710
1163
|
export const FilterProjectEnvsContentHintProjectsResponse9$inboundSchema:
|
|
1711
1164
|
z.ZodType<
|
|
@@ -1713,13 +1166,12 @@ export const FilterProjectEnvsContentHintProjectsResponse9$inboundSchema:
|
|
|
1713
1166
|
z.ZodTypeDef,
|
|
1714
1167
|
unknown
|
|
1715
1168
|
> = z.object({
|
|
1716
|
-
type:
|
|
1717
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$inboundSchema,
|
|
1169
|
+
type: z.literal("postgres-user"),
|
|
1718
1170
|
storeId: z.string(),
|
|
1719
1171
|
});
|
|
1720
1172
|
/** @internal */
|
|
1721
1173
|
export type FilterProjectEnvsContentHintProjectsResponse9$Outbound = {
|
|
1722
|
-
type:
|
|
1174
|
+
type: "postgres-user";
|
|
1723
1175
|
storeId: string;
|
|
1724
1176
|
};
|
|
1725
1177
|
|
|
@@ -1730,8 +1182,7 @@ export const FilterProjectEnvsContentHintProjectsResponse9$outboundSchema:
|
|
|
1730
1182
|
z.ZodTypeDef,
|
|
1731
1183
|
FilterProjectEnvsContentHintProjectsResponse9
|
|
1732
1184
|
> = z.object({
|
|
1733
|
-
type:
|
|
1734
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs9Type$outboundSchema,
|
|
1185
|
+
type: z.literal("postgres-user"),
|
|
1735
1186
|
storeId: z.string(),
|
|
1736
1187
|
});
|
|
1737
1188
|
|
|
@@ -1761,20 +1212,6 @@ export function filterProjectEnvsContentHintProjectsResponse9FromJSON(
|
|
|
1761
1212
|
);
|
|
1762
1213
|
}
|
|
1763
1214
|
|
|
1764
|
-
/** @internal */
|
|
1765
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema:
|
|
1766
|
-
z.ZodNativeEnum<
|
|
1767
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type
|
|
1768
|
-
> = z.nativeEnum(
|
|
1769
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type,
|
|
1770
|
-
);
|
|
1771
|
-
/** @internal */
|
|
1772
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema:
|
|
1773
|
-
z.ZodNativeEnum<
|
|
1774
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type
|
|
1775
|
-
> =
|
|
1776
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema;
|
|
1777
|
-
|
|
1778
1215
|
/** @internal */
|
|
1779
1216
|
export const FilterProjectEnvsContentHintProjectsResponse8$inboundSchema:
|
|
1780
1217
|
z.ZodType<
|
|
@@ -1782,13 +1219,12 @@ export const FilterProjectEnvsContentHintProjectsResponse8$inboundSchema:
|
|
|
1782
1219
|
z.ZodTypeDef,
|
|
1783
1220
|
unknown
|
|
1784
1221
|
> = z.object({
|
|
1785
|
-
type:
|
|
1786
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$inboundSchema,
|
|
1222
|
+
type: z.literal("postgres-prisma-url"),
|
|
1787
1223
|
storeId: z.string(),
|
|
1788
1224
|
});
|
|
1789
1225
|
/** @internal */
|
|
1790
1226
|
export type FilterProjectEnvsContentHintProjectsResponse8$Outbound = {
|
|
1791
|
-
type:
|
|
1227
|
+
type: "postgres-prisma-url";
|
|
1792
1228
|
storeId: string;
|
|
1793
1229
|
};
|
|
1794
1230
|
|
|
@@ -1799,8 +1235,7 @@ export const FilterProjectEnvsContentHintProjectsResponse8$outboundSchema:
|
|
|
1799
1235
|
z.ZodTypeDef,
|
|
1800
1236
|
FilterProjectEnvsContentHintProjectsResponse8
|
|
1801
1237
|
> = z.object({
|
|
1802
|
-
type:
|
|
1803
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs8Type$outboundSchema,
|
|
1238
|
+
type: z.literal("postgres-prisma-url"),
|
|
1804
1239
|
storeId: z.string(),
|
|
1805
1240
|
});
|
|
1806
1241
|
|
|
@@ -1830,20 +1265,6 @@ export function filterProjectEnvsContentHintProjectsResponse8FromJSON(
|
|
|
1830
1265
|
);
|
|
1831
1266
|
}
|
|
1832
1267
|
|
|
1833
|
-
/** @internal */
|
|
1834
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema:
|
|
1835
|
-
z.ZodNativeEnum<
|
|
1836
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type
|
|
1837
|
-
> = z.nativeEnum(
|
|
1838
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type,
|
|
1839
|
-
);
|
|
1840
|
-
/** @internal */
|
|
1841
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema:
|
|
1842
|
-
z.ZodNativeEnum<
|
|
1843
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type
|
|
1844
|
-
> =
|
|
1845
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema;
|
|
1846
|
-
|
|
1847
1268
|
/** @internal */
|
|
1848
1269
|
export const FilterProjectEnvsContentHintProjectsResponse7$inboundSchema:
|
|
1849
1270
|
z.ZodType<
|
|
@@ -1851,13 +1272,12 @@ export const FilterProjectEnvsContentHintProjectsResponse7$inboundSchema:
|
|
|
1851
1272
|
z.ZodTypeDef,
|
|
1852
1273
|
unknown
|
|
1853
1274
|
> = z.object({
|
|
1854
|
-
type:
|
|
1855
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$inboundSchema,
|
|
1275
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1856
1276
|
storeId: z.string(),
|
|
1857
1277
|
});
|
|
1858
1278
|
/** @internal */
|
|
1859
1279
|
export type FilterProjectEnvsContentHintProjectsResponse7$Outbound = {
|
|
1860
|
-
type:
|
|
1280
|
+
type: "postgres-url-non-pooling";
|
|
1861
1281
|
storeId: string;
|
|
1862
1282
|
};
|
|
1863
1283
|
|
|
@@ -1868,8 +1288,7 @@ export const FilterProjectEnvsContentHintProjectsResponse7$outboundSchema:
|
|
|
1868
1288
|
z.ZodTypeDef,
|
|
1869
1289
|
FilterProjectEnvsContentHintProjectsResponse7
|
|
1870
1290
|
> = z.object({
|
|
1871
|
-
type:
|
|
1872
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs7Type$outboundSchema,
|
|
1291
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1873
1292
|
storeId: z.string(),
|
|
1874
1293
|
});
|
|
1875
1294
|
|
|
@@ -1899,20 +1318,6 @@ export function filterProjectEnvsContentHintProjectsResponse7FromJSON(
|
|
|
1899
1318
|
);
|
|
1900
1319
|
}
|
|
1901
1320
|
|
|
1902
|
-
/** @internal */
|
|
1903
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema:
|
|
1904
|
-
z.ZodNativeEnum<
|
|
1905
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type
|
|
1906
|
-
> = z.nativeEnum(
|
|
1907
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type,
|
|
1908
|
-
);
|
|
1909
|
-
/** @internal */
|
|
1910
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema:
|
|
1911
|
-
z.ZodNativeEnum<
|
|
1912
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type
|
|
1913
|
-
> =
|
|
1914
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema;
|
|
1915
|
-
|
|
1916
1321
|
/** @internal */
|
|
1917
1322
|
export const FilterProjectEnvsContentHintProjectsResponse6$inboundSchema:
|
|
1918
1323
|
z.ZodType<
|
|
@@ -1920,13 +1325,12 @@ export const FilterProjectEnvsContentHintProjectsResponse6$inboundSchema:
|
|
|
1920
1325
|
z.ZodTypeDef,
|
|
1921
1326
|
unknown
|
|
1922
1327
|
> = z.object({
|
|
1923
|
-
type:
|
|
1924
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$inboundSchema,
|
|
1328
|
+
type: z.literal("postgres-url"),
|
|
1925
1329
|
storeId: z.string(),
|
|
1926
1330
|
});
|
|
1927
1331
|
/** @internal */
|
|
1928
1332
|
export type FilterProjectEnvsContentHintProjectsResponse6$Outbound = {
|
|
1929
|
-
type:
|
|
1333
|
+
type: "postgres-url";
|
|
1930
1334
|
storeId: string;
|
|
1931
1335
|
};
|
|
1932
1336
|
|
|
@@ -1937,8 +1341,7 @@ export const FilterProjectEnvsContentHintProjectsResponse6$outboundSchema:
|
|
|
1937
1341
|
z.ZodTypeDef,
|
|
1938
1342
|
FilterProjectEnvsContentHintProjectsResponse6
|
|
1939
1343
|
> = z.object({
|
|
1940
|
-
type:
|
|
1941
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs6Type$outboundSchema,
|
|
1344
|
+
type: z.literal("postgres-url"),
|
|
1942
1345
|
storeId: z.string(),
|
|
1943
1346
|
});
|
|
1944
1347
|
|
|
@@ -1968,20 +1371,6 @@ export function filterProjectEnvsContentHintProjectsResponse6FromJSON(
|
|
|
1968
1371
|
);
|
|
1969
1372
|
}
|
|
1970
1373
|
|
|
1971
|
-
/** @internal */
|
|
1972
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema:
|
|
1973
|
-
z.ZodNativeEnum<
|
|
1974
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type
|
|
1975
|
-
> = z.nativeEnum(
|
|
1976
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type,
|
|
1977
|
-
);
|
|
1978
|
-
/** @internal */
|
|
1979
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema:
|
|
1980
|
-
z.ZodNativeEnum<
|
|
1981
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type
|
|
1982
|
-
> =
|
|
1983
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema;
|
|
1984
|
-
|
|
1985
1374
|
/** @internal */
|
|
1986
1375
|
export const FilterProjectEnvsContentHintProjectsResponse5$inboundSchema:
|
|
1987
1376
|
z.ZodType<
|
|
@@ -1989,13 +1378,12 @@ export const FilterProjectEnvsContentHintProjectsResponse5$inboundSchema:
|
|
|
1989
1378
|
z.ZodTypeDef,
|
|
1990
1379
|
unknown
|
|
1991
1380
|
> = z.object({
|
|
1992
|
-
type:
|
|
1993
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$inboundSchema,
|
|
1381
|
+
type: z.literal("blob-read-write-token"),
|
|
1994
1382
|
storeId: z.string(),
|
|
1995
1383
|
});
|
|
1996
1384
|
/** @internal */
|
|
1997
1385
|
export type FilterProjectEnvsContentHintProjectsResponse5$Outbound = {
|
|
1998
|
-
type:
|
|
1386
|
+
type: "blob-read-write-token";
|
|
1999
1387
|
storeId: string;
|
|
2000
1388
|
};
|
|
2001
1389
|
|
|
@@ -2006,8 +1394,7 @@ export const FilterProjectEnvsContentHintProjectsResponse5$outboundSchema:
|
|
|
2006
1394
|
z.ZodTypeDef,
|
|
2007
1395
|
FilterProjectEnvsContentHintProjectsResponse5
|
|
2008
1396
|
> = z.object({
|
|
2009
|
-
type:
|
|
2010
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs5Type$outboundSchema,
|
|
1397
|
+
type: z.literal("blob-read-write-token"),
|
|
2011
1398
|
storeId: z.string(),
|
|
2012
1399
|
});
|
|
2013
1400
|
|
|
@@ -2037,20 +1424,6 @@ export function filterProjectEnvsContentHintProjectsResponse5FromJSON(
|
|
|
2037
1424
|
);
|
|
2038
1425
|
}
|
|
2039
1426
|
|
|
2040
|
-
/** @internal */
|
|
2041
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema:
|
|
2042
|
-
z.ZodNativeEnum<
|
|
2043
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type
|
|
2044
|
-
> = z.nativeEnum(
|
|
2045
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type,
|
|
2046
|
-
);
|
|
2047
|
-
/** @internal */
|
|
2048
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema:
|
|
2049
|
-
z.ZodNativeEnum<
|
|
2050
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type
|
|
2051
|
-
> =
|
|
2052
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema;
|
|
2053
|
-
|
|
2054
1427
|
/** @internal */
|
|
2055
1428
|
export const FilterProjectEnvsContentHintProjectsResponse4$inboundSchema:
|
|
2056
1429
|
z.ZodType<
|
|
@@ -2058,13 +1431,12 @@ export const FilterProjectEnvsContentHintProjectsResponse4$inboundSchema:
|
|
|
2058
1431
|
z.ZodTypeDef,
|
|
2059
1432
|
unknown
|
|
2060
1433
|
> = z.object({
|
|
2061
|
-
type:
|
|
2062
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$inboundSchema,
|
|
1434
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
2063
1435
|
storeId: z.string(),
|
|
2064
1436
|
});
|
|
2065
1437
|
/** @internal */
|
|
2066
1438
|
export type FilterProjectEnvsContentHintProjectsResponse4$Outbound = {
|
|
2067
|
-
type:
|
|
1439
|
+
type: "redis-rest-api-read-only-token";
|
|
2068
1440
|
storeId: string;
|
|
2069
1441
|
};
|
|
2070
1442
|
|
|
@@ -2075,8 +1447,7 @@ export const FilterProjectEnvsContentHintProjectsResponse4$outboundSchema:
|
|
|
2075
1447
|
z.ZodTypeDef,
|
|
2076
1448
|
FilterProjectEnvsContentHintProjectsResponse4
|
|
2077
1449
|
> = z.object({
|
|
2078
|
-
type:
|
|
2079
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs4Type$outboundSchema,
|
|
1450
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
2080
1451
|
storeId: z.string(),
|
|
2081
1452
|
});
|
|
2082
1453
|
|
|
@@ -2106,20 +1477,6 @@ export function filterProjectEnvsContentHintProjectsResponse4FromJSON(
|
|
|
2106
1477
|
);
|
|
2107
1478
|
}
|
|
2108
1479
|
|
|
2109
|
-
/** @internal */
|
|
2110
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema:
|
|
2111
|
-
z.ZodNativeEnum<
|
|
2112
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type
|
|
2113
|
-
> = z.nativeEnum(
|
|
2114
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type,
|
|
2115
|
-
);
|
|
2116
|
-
/** @internal */
|
|
2117
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema:
|
|
2118
|
-
z.ZodNativeEnum<
|
|
2119
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type
|
|
2120
|
-
> =
|
|
2121
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema;
|
|
2122
|
-
|
|
2123
1480
|
/** @internal */
|
|
2124
1481
|
export const FilterProjectEnvsContentHintProjectsResponse3$inboundSchema:
|
|
2125
1482
|
z.ZodType<
|
|
@@ -2127,13 +1484,12 @@ export const FilterProjectEnvsContentHintProjectsResponse3$inboundSchema:
|
|
|
2127
1484
|
z.ZodTypeDef,
|
|
2128
1485
|
unknown
|
|
2129
1486
|
> = z.object({
|
|
2130
|
-
type:
|
|
2131
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$inboundSchema,
|
|
1487
|
+
type: z.literal("redis-rest-api-token"),
|
|
2132
1488
|
storeId: z.string(),
|
|
2133
1489
|
});
|
|
2134
1490
|
/** @internal */
|
|
2135
1491
|
export type FilterProjectEnvsContentHintProjectsResponse3$Outbound = {
|
|
2136
|
-
type:
|
|
1492
|
+
type: "redis-rest-api-token";
|
|
2137
1493
|
storeId: string;
|
|
2138
1494
|
};
|
|
2139
1495
|
|
|
@@ -2144,8 +1500,7 @@ export const FilterProjectEnvsContentHintProjectsResponse3$outboundSchema:
|
|
|
2144
1500
|
z.ZodTypeDef,
|
|
2145
1501
|
FilterProjectEnvsContentHintProjectsResponse3
|
|
2146
1502
|
> = z.object({
|
|
2147
|
-
type:
|
|
2148
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs3Type$outboundSchema,
|
|
1503
|
+
type: z.literal("redis-rest-api-token"),
|
|
2149
1504
|
storeId: z.string(),
|
|
2150
1505
|
});
|
|
2151
1506
|
|
|
@@ -2175,20 +1530,6 @@ export function filterProjectEnvsContentHintProjectsResponse3FromJSON(
|
|
|
2175
1530
|
);
|
|
2176
1531
|
}
|
|
2177
1532
|
|
|
2178
|
-
/** @internal */
|
|
2179
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema:
|
|
2180
|
-
z.ZodNativeEnum<
|
|
2181
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType
|
|
2182
|
-
> = z.nativeEnum(
|
|
2183
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType,
|
|
2184
|
-
);
|
|
2185
|
-
/** @internal */
|
|
2186
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema:
|
|
2187
|
-
z.ZodNativeEnum<
|
|
2188
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType
|
|
2189
|
-
> =
|
|
2190
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema;
|
|
2191
|
-
|
|
2192
1533
|
/** @internal */
|
|
2193
1534
|
export const FilterProjectEnvsContentHintProjectsResponse2$inboundSchema:
|
|
2194
1535
|
z.ZodType<
|
|
@@ -2196,13 +1537,12 @@ export const FilterProjectEnvsContentHintProjectsResponse2$inboundSchema:
|
|
|
2196
1537
|
z.ZodTypeDef,
|
|
2197
1538
|
unknown
|
|
2198
1539
|
> = z.object({
|
|
2199
|
-
type:
|
|
2200
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$inboundSchema,
|
|
1540
|
+
type: z.literal("redis-rest-api-url"),
|
|
2201
1541
|
storeId: z.string(),
|
|
2202
1542
|
});
|
|
2203
1543
|
/** @internal */
|
|
2204
1544
|
export type FilterProjectEnvsContentHintProjectsResponse2$Outbound = {
|
|
2205
|
-
type:
|
|
1545
|
+
type: "redis-rest-api-url";
|
|
2206
1546
|
storeId: string;
|
|
2207
1547
|
};
|
|
2208
1548
|
|
|
@@ -2213,8 +1553,7 @@ export const FilterProjectEnvsContentHintProjectsResponse2$outboundSchema:
|
|
|
2213
1553
|
z.ZodTypeDef,
|
|
2214
1554
|
FilterProjectEnvsContentHintProjectsResponse2
|
|
2215
1555
|
> = z.object({
|
|
2216
|
-
type:
|
|
2217
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3EnvsType$outboundSchema,
|
|
1556
|
+
type: z.literal("redis-rest-api-url"),
|
|
2218
1557
|
storeId: z.string(),
|
|
2219
1558
|
});
|
|
2220
1559
|
|
|
@@ -2244,20 +1583,6 @@ export function filterProjectEnvsContentHintProjectsResponse2FromJSON(
|
|
|
2244
1583
|
);
|
|
2245
1584
|
}
|
|
2246
1585
|
|
|
2247
|
-
/** @internal */
|
|
2248
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema:
|
|
2249
|
-
z.ZodNativeEnum<
|
|
2250
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2251
|
-
> = z.nativeEnum(
|
|
2252
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type,
|
|
2253
|
-
);
|
|
2254
|
-
/** @internal */
|
|
2255
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema:
|
|
2256
|
-
z.ZodNativeEnum<
|
|
2257
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2258
|
-
> =
|
|
2259
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
2260
|
-
|
|
2261
1586
|
/** @internal */
|
|
2262
1587
|
export const FilterProjectEnvsContentHintProjectsResponse1$inboundSchema:
|
|
2263
1588
|
z.ZodType<
|
|
@@ -2265,13 +1590,12 @@ export const FilterProjectEnvsContentHintProjectsResponse1$inboundSchema:
|
|
|
2265
1590
|
z.ZodTypeDef,
|
|
2266
1591
|
unknown
|
|
2267
1592
|
> = z.object({
|
|
2268
|
-
type:
|
|
2269
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
|
|
1593
|
+
type: z.literal("redis-url"),
|
|
2270
1594
|
storeId: z.string(),
|
|
2271
1595
|
});
|
|
2272
1596
|
/** @internal */
|
|
2273
1597
|
export type FilterProjectEnvsContentHintProjectsResponse1$Outbound = {
|
|
2274
|
-
type:
|
|
1598
|
+
type: "redis-url";
|
|
2275
1599
|
storeId: string;
|
|
2276
1600
|
};
|
|
2277
1601
|
|
|
@@ -2282,8 +1606,7 @@ export const FilterProjectEnvsContentHintProjectsResponse1$outboundSchema:
|
|
|
2282
1606
|
z.ZodTypeDef,
|
|
2283
1607
|
FilterProjectEnvsContentHintProjectsResponse1
|
|
2284
1608
|
> = z.object({
|
|
2285
|
-
type:
|
|
2286
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
|
|
1609
|
+
type: z.literal("redis-url"),
|
|
2287
1610
|
storeId: z.string(),
|
|
2288
1611
|
});
|
|
2289
1612
|
|
|
@@ -2320,7 +1643,6 @@ export const FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema:
|
|
|
2320
1643
|
z.ZodTypeDef,
|
|
2321
1644
|
unknown
|
|
2322
1645
|
> = z.union([
|
|
2323
|
-
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$inboundSchema),
|
|
2324
1646
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema),
|
|
2325
1647
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$inboundSchema),
|
|
2326
1648
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$inboundSchema),
|
|
@@ -2334,11 +1656,11 @@ export const FilterProjectEnvsResponseBodyProjectsContentHint$inboundSchema:
|
|
|
2334
1656
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$inboundSchema),
|
|
2335
1657
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$inboundSchema),
|
|
2336
1658
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$inboundSchema),
|
|
1659
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$inboundSchema),
|
|
2337
1660
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$inboundSchema),
|
|
2338
1661
|
]);
|
|
2339
1662
|
/** @internal */
|
|
2340
1663
|
export type FilterProjectEnvsResponseBodyProjectsContentHint$Outbound =
|
|
2341
|
-
| FilterProjectEnvsContentHintProjectsResponse14$Outbound
|
|
2342
1664
|
| FilterProjectEnvsContentHintProjectsResponse1$Outbound
|
|
2343
1665
|
| FilterProjectEnvsContentHintProjectsResponse2$Outbound
|
|
2344
1666
|
| FilterProjectEnvsContentHintProjectsResponse3$Outbound
|
|
@@ -2352,6 +1674,7 @@ export type FilterProjectEnvsResponseBodyProjectsContentHint$Outbound =
|
|
|
2352
1674
|
| FilterProjectEnvsContentHintProjectsResponse11$Outbound
|
|
2353
1675
|
| FilterProjectEnvsContentHintProjectsResponse12$Outbound
|
|
2354
1676
|
| FilterProjectEnvsContentHintProjectsResponse13$Outbound
|
|
1677
|
+
| FilterProjectEnvsContentHintProjectsResponse14$Outbound
|
|
2355
1678
|
| FilterProjectEnvsContentHintProjectsResponse15$Outbound;
|
|
2356
1679
|
|
|
2357
1680
|
/** @internal */
|
|
@@ -2361,7 +1684,6 @@ export const FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema:
|
|
|
2361
1684
|
z.ZodTypeDef,
|
|
2362
1685
|
FilterProjectEnvsResponseBodyProjectsContentHint
|
|
2363
1686
|
> = z.union([
|
|
2364
|
-
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$outboundSchema),
|
|
2365
1687
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$outboundSchema),
|
|
2366
1688
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$outboundSchema),
|
|
2367
1689
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$outboundSchema),
|
|
@@ -2375,6 +1697,7 @@ export const FilterProjectEnvsResponseBodyProjectsContentHint$outboundSchema:
|
|
|
2375
1697
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse11$outboundSchema),
|
|
2376
1698
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse12$outboundSchema),
|
|
2377
1699
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse13$outboundSchema),
|
|
1700
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse14$outboundSchema),
|
|
2378
1701
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse15$outboundSchema),
|
|
2379
1702
|
]);
|
|
2380
1703
|
|
|
@@ -2499,11 +1822,10 @@ export const ResponseBodyEnvs$inboundSchema: z.ZodType<
|
|
|
2499
1822
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2500
1823
|
contentHint: z.nullable(
|
|
2501
1824
|
z.union([
|
|
1825
|
+
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema),
|
|
2502
1826
|
z.lazy(() =>
|
|
2503
|
-
|
|
1827
|
+
FilterProjectEnvsContentHintProjectsResponse2$inboundSchema
|
|
2504
1828
|
),
|
|
2505
|
-
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse1$inboundSchema),
|
|
2506
|
-
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse2$inboundSchema),
|
|
2507
1829
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse3$inboundSchema),
|
|
2508
1830
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse4$inboundSchema),
|
|
2509
1831
|
z.lazy(() => FilterProjectEnvsContentHintProjectsResponse5$inboundSchema),
|
|
@@ -2523,6 +1845,9 @@ export const ResponseBodyEnvs$inboundSchema: z.ZodType<
|
|
|
2523
1845
|
z.lazy(() =>
|
|
2524
1846
|
FilterProjectEnvsContentHintProjectsResponse13$inboundSchema
|
|
2525
1847
|
),
|
|
1848
|
+
z.lazy(() =>
|
|
1849
|
+
FilterProjectEnvsContentHintProjectsResponse14$inboundSchema
|
|
1850
|
+
),
|
|
2526
1851
|
z.lazy(() =>
|
|
2527
1852
|
FilterProjectEnvsContentHintProjectsResponse15$inboundSchema
|
|
2528
1853
|
),
|
|
@@ -2556,7 +1881,6 @@ export type ResponseBodyEnvs$Outbound = {
|
|
|
2556
1881
|
edgeConfigId?: string | null | undefined;
|
|
2557
1882
|
edgeConfigTokenId?: string | null | undefined;
|
|
2558
1883
|
contentHint?:
|
|
2559
|
-
| FilterProjectEnvsContentHintProjectsResponse14$Outbound
|
|
2560
1884
|
| FilterProjectEnvsContentHintProjectsResponse1$Outbound
|
|
2561
1885
|
| FilterProjectEnvsContentHintProjectsResponse2$Outbound
|
|
2562
1886
|
| FilterProjectEnvsContentHintProjectsResponse3$Outbound
|
|
@@ -2570,6 +1894,7 @@ export type ResponseBodyEnvs$Outbound = {
|
|
|
2570
1894
|
| FilterProjectEnvsContentHintProjectsResponse11$Outbound
|
|
2571
1895
|
| FilterProjectEnvsContentHintProjectsResponse12$Outbound
|
|
2572
1896
|
| FilterProjectEnvsContentHintProjectsResponse13$Outbound
|
|
1897
|
+
| FilterProjectEnvsContentHintProjectsResponse14$Outbound
|
|
2573
1898
|
| FilterProjectEnvsContentHintProjectsResponse15$Outbound
|
|
2574
1899
|
| null
|
|
2575
1900
|
| undefined;
|
|
@@ -2609,9 +1934,6 @@ export const ResponseBodyEnvs$outboundSchema: z.ZodType<
|
|
|
2609
1934
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2610
1935
|
contentHint: z.nullable(
|
|
2611
1936
|
z.union([
|
|
2612
|
-
z.lazy(() =>
|
|
2613
|
-
FilterProjectEnvsContentHintProjectsResponse14$outboundSchema
|
|
2614
|
-
),
|
|
2615
1937
|
z.lazy(() =>
|
|
2616
1938
|
FilterProjectEnvsContentHintProjectsResponse1$outboundSchema
|
|
2617
1939
|
),
|
|
@@ -2651,6 +1973,9 @@ export const ResponseBodyEnvs$outboundSchema: z.ZodType<
|
|
|
2651
1973
|
z.lazy(() =>
|
|
2652
1974
|
FilterProjectEnvsContentHintProjectsResponse13$outboundSchema
|
|
2653
1975
|
),
|
|
1976
|
+
z.lazy(() =>
|
|
1977
|
+
FilterProjectEnvsContentHintProjectsResponse14$outboundSchema
|
|
1978
|
+
),
|
|
2654
1979
|
z.lazy(() =>
|
|
2655
1980
|
FilterProjectEnvsContentHintProjectsResponse15$outboundSchema
|
|
2656
1981
|
),
|
|
@@ -2803,33 +2128,18 @@ export const FilterProjectEnvsResponseBodyProjectsResponseType$outboundSchema:
|
|
|
2803
2128
|
z.ZodNativeEnum<typeof FilterProjectEnvsResponseBodyProjectsResponseType> =
|
|
2804
2129
|
FilterProjectEnvsResponseBodyProjectsResponseType$inboundSchema;
|
|
2805
2130
|
|
|
2806
|
-
/** @internal */
|
|
2807
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema:
|
|
2808
|
-
z.ZodNativeEnum<
|
|
2809
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type
|
|
2810
|
-
> = z.nativeEnum(
|
|
2811
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type,
|
|
2812
|
-
);
|
|
2813
|
-
/** @internal */
|
|
2814
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema:
|
|
2815
|
-
z.ZodNativeEnum<
|
|
2816
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type
|
|
2817
|
-
> =
|
|
2818
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema;
|
|
2819
|
-
|
|
2820
2131
|
/** @internal */
|
|
2821
2132
|
export const FilterProjectEnvsContentHintProjects15$inboundSchema: z.ZodType<
|
|
2822
2133
|
FilterProjectEnvsContentHintProjects15,
|
|
2823
2134
|
z.ZodTypeDef,
|
|
2824
2135
|
unknown
|
|
2825
2136
|
> = z.object({
|
|
2826
|
-
type:
|
|
2827
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$inboundSchema,
|
|
2137
|
+
type: z.literal("flags-connection-string"),
|
|
2828
2138
|
projectId: z.string(),
|
|
2829
2139
|
});
|
|
2830
2140
|
/** @internal */
|
|
2831
2141
|
export type FilterProjectEnvsContentHintProjects15$Outbound = {
|
|
2832
|
-
type: string;
|
|
2142
|
+
type: "flags-connection-string";
|
|
2833
2143
|
projectId: string;
|
|
2834
2144
|
};
|
|
2835
2145
|
|
|
@@ -2839,8 +2149,7 @@ export const FilterProjectEnvsContentHintProjects15$outboundSchema: z.ZodType<
|
|
|
2839
2149
|
z.ZodTypeDef,
|
|
2840
2150
|
FilterProjectEnvsContentHintProjects15
|
|
2841
2151
|
> = z.object({
|
|
2842
|
-
type:
|
|
2843
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type$outboundSchema,
|
|
2152
|
+
type: z.literal("flags-connection-string"),
|
|
2844
2153
|
projectId: z.string(),
|
|
2845
2154
|
});
|
|
2846
2155
|
|
|
@@ -2865,28 +2174,13 @@ export function filterProjectEnvsContentHintProjects15FromJSON(
|
|
|
2865
2174
|
);
|
|
2866
2175
|
}
|
|
2867
2176
|
|
|
2868
|
-
/** @internal */
|
|
2869
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema:
|
|
2870
|
-
z.ZodNativeEnum<
|
|
2871
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type
|
|
2872
|
-
> = z.nativeEnum(
|
|
2873
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type,
|
|
2874
|
-
);
|
|
2875
|
-
/** @internal */
|
|
2876
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema:
|
|
2877
|
-
z.ZodNativeEnum<
|
|
2878
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type
|
|
2879
|
-
> =
|
|
2880
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema;
|
|
2881
|
-
|
|
2882
2177
|
/** @internal */
|
|
2883
2178
|
export const FilterProjectEnvsContentHintProjects14$inboundSchema: z.ZodType<
|
|
2884
2179
|
FilterProjectEnvsContentHintProjects14,
|
|
2885
2180
|
z.ZodTypeDef,
|
|
2886
2181
|
unknown
|
|
2887
2182
|
> = z.object({
|
|
2888
|
-
type:
|
|
2889
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$inboundSchema,
|
|
2183
|
+
type: z.literal("integration-store-secret"),
|
|
2890
2184
|
storeId: z.string(),
|
|
2891
2185
|
integrationId: z.string(),
|
|
2892
2186
|
integrationProductId: z.string(),
|
|
@@ -2894,7 +2188,7 @@ export const FilterProjectEnvsContentHintProjects14$inboundSchema: z.ZodType<
|
|
|
2894
2188
|
});
|
|
2895
2189
|
/** @internal */
|
|
2896
2190
|
export type FilterProjectEnvsContentHintProjects14$Outbound = {
|
|
2897
|
-
type:
|
|
2191
|
+
type: "integration-store-secret";
|
|
2898
2192
|
storeId: string;
|
|
2899
2193
|
integrationId: string;
|
|
2900
2194
|
integrationProductId: string;
|
|
@@ -2907,8 +2201,7 @@ export const FilterProjectEnvsContentHintProjects14$outboundSchema: z.ZodType<
|
|
|
2907
2201
|
z.ZodTypeDef,
|
|
2908
2202
|
FilterProjectEnvsContentHintProjects14
|
|
2909
2203
|
> = z.object({
|
|
2910
|
-
type:
|
|
2911
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs14Type$outboundSchema,
|
|
2204
|
+
type: z.literal("integration-store-secret"),
|
|
2912
2205
|
storeId: z.string(),
|
|
2913
2206
|
integrationId: z.string(),
|
|
2914
2207
|
integrationProductId: z.string(),
|
|
@@ -2936,33 +2229,18 @@ export function filterProjectEnvsContentHintProjects14FromJSON(
|
|
|
2936
2229
|
);
|
|
2937
2230
|
}
|
|
2938
2231
|
|
|
2939
|
-
/** @internal */
|
|
2940
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema:
|
|
2941
|
-
z.ZodNativeEnum<
|
|
2942
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type
|
|
2943
|
-
> = z.nativeEnum(
|
|
2944
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type,
|
|
2945
|
-
);
|
|
2946
|
-
/** @internal */
|
|
2947
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema:
|
|
2948
|
-
z.ZodNativeEnum<
|
|
2949
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type
|
|
2950
|
-
> =
|
|
2951
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema;
|
|
2952
|
-
|
|
2953
2232
|
/** @internal */
|
|
2954
2233
|
export const FilterProjectEnvsContentHintProjects13$inboundSchema: z.ZodType<
|
|
2955
2234
|
FilterProjectEnvsContentHintProjects13,
|
|
2956
2235
|
z.ZodTypeDef,
|
|
2957
2236
|
unknown
|
|
2958
2237
|
> = z.object({
|
|
2959
|
-
type:
|
|
2960
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$inboundSchema,
|
|
2238
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2961
2239
|
storeId: z.string(),
|
|
2962
2240
|
});
|
|
2963
2241
|
/** @internal */
|
|
2964
2242
|
export type FilterProjectEnvsContentHintProjects13$Outbound = {
|
|
2965
|
-
type:
|
|
2243
|
+
type: "postgres-url-no-ssl";
|
|
2966
2244
|
storeId: string;
|
|
2967
2245
|
};
|
|
2968
2246
|
|
|
@@ -2972,8 +2250,7 @@ export const FilterProjectEnvsContentHintProjects13$outboundSchema: z.ZodType<
|
|
|
2972
2250
|
z.ZodTypeDef,
|
|
2973
2251
|
FilterProjectEnvsContentHintProjects13
|
|
2974
2252
|
> = z.object({
|
|
2975
|
-
type:
|
|
2976
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs13Type$outboundSchema,
|
|
2253
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2977
2254
|
storeId: z.string(),
|
|
2978
2255
|
});
|
|
2979
2256
|
|
|
@@ -2998,33 +2275,18 @@ export function filterProjectEnvsContentHintProjects13FromJSON(
|
|
|
2998
2275
|
);
|
|
2999
2276
|
}
|
|
3000
2277
|
|
|
3001
|
-
/** @internal */
|
|
3002
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema:
|
|
3003
|
-
z.ZodNativeEnum<
|
|
3004
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type
|
|
3005
|
-
> = z.nativeEnum(
|
|
3006
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type,
|
|
3007
|
-
);
|
|
3008
|
-
/** @internal */
|
|
3009
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema:
|
|
3010
|
-
z.ZodNativeEnum<
|
|
3011
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type
|
|
3012
|
-
> =
|
|
3013
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema;
|
|
3014
|
-
|
|
3015
2278
|
/** @internal */
|
|
3016
2279
|
export const FilterProjectEnvsContentHintProjects12$inboundSchema: z.ZodType<
|
|
3017
2280
|
FilterProjectEnvsContentHintProjects12,
|
|
3018
2281
|
z.ZodTypeDef,
|
|
3019
2282
|
unknown
|
|
3020
2283
|
> = z.object({
|
|
3021
|
-
type:
|
|
3022
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$inboundSchema,
|
|
2284
|
+
type: z.literal("postgres-database"),
|
|
3023
2285
|
storeId: z.string(),
|
|
3024
2286
|
});
|
|
3025
2287
|
/** @internal */
|
|
3026
2288
|
export type FilterProjectEnvsContentHintProjects12$Outbound = {
|
|
3027
|
-
type:
|
|
2289
|
+
type: "postgres-database";
|
|
3028
2290
|
storeId: string;
|
|
3029
2291
|
};
|
|
3030
2292
|
|
|
@@ -3034,8 +2296,7 @@ export const FilterProjectEnvsContentHintProjects12$outboundSchema: z.ZodType<
|
|
|
3034
2296
|
z.ZodTypeDef,
|
|
3035
2297
|
FilterProjectEnvsContentHintProjects12
|
|
3036
2298
|
> = z.object({
|
|
3037
|
-
type:
|
|
3038
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs12Type$outboundSchema,
|
|
2299
|
+
type: z.literal("postgres-database"),
|
|
3039
2300
|
storeId: z.string(),
|
|
3040
2301
|
});
|
|
3041
2302
|
|
|
@@ -3060,33 +2321,18 @@ export function filterProjectEnvsContentHintProjects12FromJSON(
|
|
|
3060
2321
|
);
|
|
3061
2322
|
}
|
|
3062
2323
|
|
|
3063
|
-
/** @internal */
|
|
3064
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema:
|
|
3065
|
-
z.ZodNativeEnum<
|
|
3066
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type
|
|
3067
|
-
> = z.nativeEnum(
|
|
3068
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type,
|
|
3069
|
-
);
|
|
3070
|
-
/** @internal */
|
|
3071
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema:
|
|
3072
|
-
z.ZodNativeEnum<
|
|
3073
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type
|
|
3074
|
-
> =
|
|
3075
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema;
|
|
3076
|
-
|
|
3077
2324
|
/** @internal */
|
|
3078
2325
|
export const FilterProjectEnvsContentHintProjects11$inboundSchema: z.ZodType<
|
|
3079
2326
|
FilterProjectEnvsContentHintProjects11,
|
|
3080
2327
|
z.ZodTypeDef,
|
|
3081
2328
|
unknown
|
|
3082
2329
|
> = z.object({
|
|
3083
|
-
type:
|
|
3084
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$inboundSchema,
|
|
2330
|
+
type: z.literal("postgres-password"),
|
|
3085
2331
|
storeId: z.string(),
|
|
3086
2332
|
});
|
|
3087
2333
|
/** @internal */
|
|
3088
2334
|
export type FilterProjectEnvsContentHintProjects11$Outbound = {
|
|
3089
|
-
type:
|
|
2335
|
+
type: "postgres-password";
|
|
3090
2336
|
storeId: string;
|
|
3091
2337
|
};
|
|
3092
2338
|
|
|
@@ -3096,8 +2342,7 @@ export const FilterProjectEnvsContentHintProjects11$outboundSchema: z.ZodType<
|
|
|
3096
2342
|
z.ZodTypeDef,
|
|
3097
2343
|
FilterProjectEnvsContentHintProjects11
|
|
3098
2344
|
> = z.object({
|
|
3099
|
-
type:
|
|
3100
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs11Type$outboundSchema,
|
|
2345
|
+
type: z.literal("postgres-password"),
|
|
3101
2346
|
storeId: z.string(),
|
|
3102
2347
|
});
|
|
3103
2348
|
|
|
@@ -3122,33 +2367,18 @@ export function filterProjectEnvsContentHintProjects11FromJSON(
|
|
|
3122
2367
|
);
|
|
3123
2368
|
}
|
|
3124
2369
|
|
|
3125
|
-
/** @internal */
|
|
3126
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema:
|
|
3127
|
-
z.ZodNativeEnum<
|
|
3128
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type
|
|
3129
|
-
> = z.nativeEnum(
|
|
3130
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type,
|
|
3131
|
-
);
|
|
3132
|
-
/** @internal */
|
|
3133
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema:
|
|
3134
|
-
z.ZodNativeEnum<
|
|
3135
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type
|
|
3136
|
-
> =
|
|
3137
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema;
|
|
3138
|
-
|
|
3139
2370
|
/** @internal */
|
|
3140
2371
|
export const FilterProjectEnvsContentHintProjects10$inboundSchema: z.ZodType<
|
|
3141
2372
|
FilterProjectEnvsContentHintProjects10,
|
|
3142
2373
|
z.ZodTypeDef,
|
|
3143
2374
|
unknown
|
|
3144
2375
|
> = z.object({
|
|
3145
|
-
type:
|
|
3146
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$inboundSchema,
|
|
2376
|
+
type: z.literal("postgres-host"),
|
|
3147
2377
|
storeId: z.string(),
|
|
3148
2378
|
});
|
|
3149
2379
|
/** @internal */
|
|
3150
2380
|
export type FilterProjectEnvsContentHintProjects10$Outbound = {
|
|
3151
|
-
type:
|
|
2381
|
+
type: "postgres-host";
|
|
3152
2382
|
storeId: string;
|
|
3153
2383
|
};
|
|
3154
2384
|
|
|
@@ -3158,8 +2388,7 @@ export const FilterProjectEnvsContentHintProjects10$outboundSchema: z.ZodType<
|
|
|
3158
2388
|
z.ZodTypeDef,
|
|
3159
2389
|
FilterProjectEnvsContentHintProjects10
|
|
3160
2390
|
> = z.object({
|
|
3161
|
-
type:
|
|
3162
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs10Type$outboundSchema,
|
|
2391
|
+
type: z.literal("postgres-host"),
|
|
3163
2392
|
storeId: z.string(),
|
|
3164
2393
|
});
|
|
3165
2394
|
|
|
@@ -3184,33 +2413,18 @@ export function filterProjectEnvsContentHintProjects10FromJSON(
|
|
|
3184
2413
|
);
|
|
3185
2414
|
}
|
|
3186
2415
|
|
|
3187
|
-
/** @internal */
|
|
3188
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema:
|
|
3189
|
-
z.ZodNativeEnum<
|
|
3190
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type
|
|
3191
|
-
> = z.nativeEnum(
|
|
3192
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type,
|
|
3193
|
-
);
|
|
3194
|
-
/** @internal */
|
|
3195
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema:
|
|
3196
|
-
z.ZodNativeEnum<
|
|
3197
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type
|
|
3198
|
-
> =
|
|
3199
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema;
|
|
3200
|
-
|
|
3201
2416
|
/** @internal */
|
|
3202
2417
|
export const FilterProjectEnvsContentHintProjects9$inboundSchema: z.ZodType<
|
|
3203
2418
|
FilterProjectEnvsContentHintProjects9,
|
|
3204
2419
|
z.ZodTypeDef,
|
|
3205
2420
|
unknown
|
|
3206
2421
|
> = z.object({
|
|
3207
|
-
type:
|
|
3208
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$inboundSchema,
|
|
2422
|
+
type: z.literal("postgres-user"),
|
|
3209
2423
|
storeId: z.string(),
|
|
3210
2424
|
});
|
|
3211
2425
|
/** @internal */
|
|
3212
2426
|
export type FilterProjectEnvsContentHintProjects9$Outbound = {
|
|
3213
|
-
type:
|
|
2427
|
+
type: "postgres-user";
|
|
3214
2428
|
storeId: string;
|
|
3215
2429
|
};
|
|
3216
2430
|
|
|
@@ -3220,8 +2434,7 @@ export const FilterProjectEnvsContentHintProjects9$outboundSchema: z.ZodType<
|
|
|
3220
2434
|
z.ZodTypeDef,
|
|
3221
2435
|
FilterProjectEnvsContentHintProjects9
|
|
3222
2436
|
> = z.object({
|
|
3223
|
-
type:
|
|
3224
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs9Type$outboundSchema,
|
|
2437
|
+
type: z.literal("postgres-user"),
|
|
3225
2438
|
storeId: z.string(),
|
|
3226
2439
|
});
|
|
3227
2440
|
|
|
@@ -3245,33 +2458,18 @@ export function filterProjectEnvsContentHintProjects9FromJSON(
|
|
|
3245
2458
|
);
|
|
3246
2459
|
}
|
|
3247
2460
|
|
|
3248
|
-
/** @internal */
|
|
3249
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema:
|
|
3250
|
-
z.ZodNativeEnum<
|
|
3251
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type
|
|
3252
|
-
> = z.nativeEnum(
|
|
3253
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type,
|
|
3254
|
-
);
|
|
3255
|
-
/** @internal */
|
|
3256
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema:
|
|
3257
|
-
z.ZodNativeEnum<
|
|
3258
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type
|
|
3259
|
-
> =
|
|
3260
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema;
|
|
3261
|
-
|
|
3262
2461
|
/** @internal */
|
|
3263
2462
|
export const FilterProjectEnvsContentHintProjects8$inboundSchema: z.ZodType<
|
|
3264
2463
|
FilterProjectEnvsContentHintProjects8,
|
|
3265
2464
|
z.ZodTypeDef,
|
|
3266
2465
|
unknown
|
|
3267
2466
|
> = z.object({
|
|
3268
|
-
type:
|
|
3269
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$inboundSchema,
|
|
2467
|
+
type: z.literal("postgres-prisma-url"),
|
|
3270
2468
|
storeId: z.string(),
|
|
3271
2469
|
});
|
|
3272
2470
|
/** @internal */
|
|
3273
2471
|
export type FilterProjectEnvsContentHintProjects8$Outbound = {
|
|
3274
|
-
type:
|
|
2472
|
+
type: "postgres-prisma-url";
|
|
3275
2473
|
storeId: string;
|
|
3276
2474
|
};
|
|
3277
2475
|
|
|
@@ -3281,8 +2479,7 @@ export const FilterProjectEnvsContentHintProjects8$outboundSchema: z.ZodType<
|
|
|
3281
2479
|
z.ZodTypeDef,
|
|
3282
2480
|
FilterProjectEnvsContentHintProjects8
|
|
3283
2481
|
> = z.object({
|
|
3284
|
-
type:
|
|
3285
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs8Type$outboundSchema,
|
|
2482
|
+
type: z.literal("postgres-prisma-url"),
|
|
3286
2483
|
storeId: z.string(),
|
|
3287
2484
|
});
|
|
3288
2485
|
|
|
@@ -3306,33 +2503,18 @@ export function filterProjectEnvsContentHintProjects8FromJSON(
|
|
|
3306
2503
|
);
|
|
3307
2504
|
}
|
|
3308
2505
|
|
|
3309
|
-
/** @internal */
|
|
3310
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema:
|
|
3311
|
-
z.ZodNativeEnum<
|
|
3312
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type
|
|
3313
|
-
> = z.nativeEnum(
|
|
3314
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type,
|
|
3315
|
-
);
|
|
3316
|
-
/** @internal */
|
|
3317
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema:
|
|
3318
|
-
z.ZodNativeEnum<
|
|
3319
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type
|
|
3320
|
-
> =
|
|
3321
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema;
|
|
3322
|
-
|
|
3323
2506
|
/** @internal */
|
|
3324
2507
|
export const FilterProjectEnvsContentHintProjects7$inboundSchema: z.ZodType<
|
|
3325
2508
|
FilterProjectEnvsContentHintProjects7,
|
|
3326
2509
|
z.ZodTypeDef,
|
|
3327
2510
|
unknown
|
|
3328
2511
|
> = z.object({
|
|
3329
|
-
type:
|
|
3330
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$inboundSchema,
|
|
2512
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3331
2513
|
storeId: z.string(),
|
|
3332
2514
|
});
|
|
3333
2515
|
/** @internal */
|
|
3334
2516
|
export type FilterProjectEnvsContentHintProjects7$Outbound = {
|
|
3335
|
-
type:
|
|
2517
|
+
type: "postgres-url-non-pooling";
|
|
3336
2518
|
storeId: string;
|
|
3337
2519
|
};
|
|
3338
2520
|
|
|
@@ -3342,8 +2524,7 @@ export const FilterProjectEnvsContentHintProjects7$outboundSchema: z.ZodType<
|
|
|
3342
2524
|
z.ZodTypeDef,
|
|
3343
2525
|
FilterProjectEnvsContentHintProjects7
|
|
3344
2526
|
> = z.object({
|
|
3345
|
-
type:
|
|
3346
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs7Type$outboundSchema,
|
|
2527
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3347
2528
|
storeId: z.string(),
|
|
3348
2529
|
});
|
|
3349
2530
|
|
|
@@ -3367,33 +2548,18 @@ export function filterProjectEnvsContentHintProjects7FromJSON(
|
|
|
3367
2548
|
);
|
|
3368
2549
|
}
|
|
3369
2550
|
|
|
3370
|
-
/** @internal */
|
|
3371
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema:
|
|
3372
|
-
z.ZodNativeEnum<
|
|
3373
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type
|
|
3374
|
-
> = z.nativeEnum(
|
|
3375
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type,
|
|
3376
|
-
);
|
|
3377
|
-
/** @internal */
|
|
3378
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema:
|
|
3379
|
-
z.ZodNativeEnum<
|
|
3380
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type
|
|
3381
|
-
> =
|
|
3382
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema;
|
|
3383
|
-
|
|
3384
2551
|
/** @internal */
|
|
3385
2552
|
export const FilterProjectEnvsContentHintProjects6$inboundSchema: z.ZodType<
|
|
3386
2553
|
FilterProjectEnvsContentHintProjects6,
|
|
3387
2554
|
z.ZodTypeDef,
|
|
3388
2555
|
unknown
|
|
3389
2556
|
> = z.object({
|
|
3390
|
-
type:
|
|
3391
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$inboundSchema,
|
|
2557
|
+
type: z.literal("postgres-url"),
|
|
3392
2558
|
storeId: z.string(),
|
|
3393
2559
|
});
|
|
3394
2560
|
/** @internal */
|
|
3395
2561
|
export type FilterProjectEnvsContentHintProjects6$Outbound = {
|
|
3396
|
-
type:
|
|
2562
|
+
type: "postgres-url";
|
|
3397
2563
|
storeId: string;
|
|
3398
2564
|
};
|
|
3399
2565
|
|
|
@@ -3403,8 +2569,7 @@ export const FilterProjectEnvsContentHintProjects6$outboundSchema: z.ZodType<
|
|
|
3403
2569
|
z.ZodTypeDef,
|
|
3404
2570
|
FilterProjectEnvsContentHintProjects6
|
|
3405
2571
|
> = z.object({
|
|
3406
|
-
type:
|
|
3407
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs6Type$outboundSchema,
|
|
2572
|
+
type: z.literal("postgres-url"),
|
|
3408
2573
|
storeId: z.string(),
|
|
3409
2574
|
});
|
|
3410
2575
|
|
|
@@ -3428,33 +2593,18 @@ export function filterProjectEnvsContentHintProjects6FromJSON(
|
|
|
3428
2593
|
);
|
|
3429
2594
|
}
|
|
3430
2595
|
|
|
3431
|
-
/** @internal */
|
|
3432
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema:
|
|
3433
|
-
z.ZodNativeEnum<
|
|
3434
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type
|
|
3435
|
-
> = z.nativeEnum(
|
|
3436
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type,
|
|
3437
|
-
);
|
|
3438
|
-
/** @internal */
|
|
3439
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema:
|
|
3440
|
-
z.ZodNativeEnum<
|
|
3441
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type
|
|
3442
|
-
> =
|
|
3443
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema;
|
|
3444
|
-
|
|
3445
2596
|
/** @internal */
|
|
3446
2597
|
export const FilterProjectEnvsContentHintProjects5$inboundSchema: z.ZodType<
|
|
3447
2598
|
FilterProjectEnvsContentHintProjects5,
|
|
3448
2599
|
z.ZodTypeDef,
|
|
3449
2600
|
unknown
|
|
3450
2601
|
> = z.object({
|
|
3451
|
-
type:
|
|
3452
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$inboundSchema,
|
|
2602
|
+
type: z.literal("blob-read-write-token"),
|
|
3453
2603
|
storeId: z.string(),
|
|
3454
2604
|
});
|
|
3455
2605
|
/** @internal */
|
|
3456
2606
|
export type FilterProjectEnvsContentHintProjects5$Outbound = {
|
|
3457
|
-
type:
|
|
2607
|
+
type: "blob-read-write-token";
|
|
3458
2608
|
storeId: string;
|
|
3459
2609
|
};
|
|
3460
2610
|
|
|
@@ -3464,8 +2614,7 @@ export const FilterProjectEnvsContentHintProjects5$outboundSchema: z.ZodType<
|
|
|
3464
2614
|
z.ZodTypeDef,
|
|
3465
2615
|
FilterProjectEnvsContentHintProjects5
|
|
3466
2616
|
> = z.object({
|
|
3467
|
-
type:
|
|
3468
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs5Type$outboundSchema,
|
|
2617
|
+
type: z.literal("blob-read-write-token"),
|
|
3469
2618
|
storeId: z.string(),
|
|
3470
2619
|
});
|
|
3471
2620
|
|
|
@@ -3489,33 +2638,18 @@ export function filterProjectEnvsContentHintProjects5FromJSON(
|
|
|
3489
2638
|
);
|
|
3490
2639
|
}
|
|
3491
2640
|
|
|
3492
|
-
/** @internal */
|
|
3493
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema:
|
|
3494
|
-
z.ZodNativeEnum<
|
|
3495
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type
|
|
3496
|
-
> = z.nativeEnum(
|
|
3497
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type,
|
|
3498
|
-
);
|
|
3499
|
-
/** @internal */
|
|
3500
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema:
|
|
3501
|
-
z.ZodNativeEnum<
|
|
3502
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type
|
|
3503
|
-
> =
|
|
3504
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema;
|
|
3505
|
-
|
|
3506
2641
|
/** @internal */
|
|
3507
2642
|
export const FilterProjectEnvsContentHintProjects4$inboundSchema: z.ZodType<
|
|
3508
2643
|
FilterProjectEnvsContentHintProjects4,
|
|
3509
2644
|
z.ZodTypeDef,
|
|
3510
2645
|
unknown
|
|
3511
2646
|
> = z.object({
|
|
3512
|
-
type:
|
|
3513
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$inboundSchema,
|
|
2647
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3514
2648
|
storeId: z.string(),
|
|
3515
2649
|
});
|
|
3516
2650
|
/** @internal */
|
|
3517
2651
|
export type FilterProjectEnvsContentHintProjects4$Outbound = {
|
|
3518
|
-
type:
|
|
2652
|
+
type: "redis-rest-api-read-only-token";
|
|
3519
2653
|
storeId: string;
|
|
3520
2654
|
};
|
|
3521
2655
|
|
|
@@ -3525,8 +2659,7 @@ export const FilterProjectEnvsContentHintProjects4$outboundSchema: z.ZodType<
|
|
|
3525
2659
|
z.ZodTypeDef,
|
|
3526
2660
|
FilterProjectEnvsContentHintProjects4
|
|
3527
2661
|
> = z.object({
|
|
3528
|
-
type:
|
|
3529
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs4Type$outboundSchema,
|
|
2662
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3530
2663
|
storeId: z.string(),
|
|
3531
2664
|
});
|
|
3532
2665
|
|
|
@@ -3550,33 +2683,18 @@ export function filterProjectEnvsContentHintProjects4FromJSON(
|
|
|
3550
2683
|
);
|
|
3551
2684
|
}
|
|
3552
2685
|
|
|
3553
|
-
/** @internal */
|
|
3554
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema:
|
|
3555
|
-
z.ZodNativeEnum<
|
|
3556
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type
|
|
3557
|
-
> = z.nativeEnum(
|
|
3558
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type,
|
|
3559
|
-
);
|
|
3560
|
-
/** @internal */
|
|
3561
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema:
|
|
3562
|
-
z.ZodNativeEnum<
|
|
3563
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type
|
|
3564
|
-
> =
|
|
3565
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema;
|
|
3566
|
-
|
|
3567
2686
|
/** @internal */
|
|
3568
2687
|
export const FilterProjectEnvsContentHintProjects3$inboundSchema: z.ZodType<
|
|
3569
2688
|
FilterProjectEnvsContentHintProjects3,
|
|
3570
2689
|
z.ZodTypeDef,
|
|
3571
2690
|
unknown
|
|
3572
2691
|
> = z.object({
|
|
3573
|
-
type:
|
|
3574
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$inboundSchema,
|
|
2692
|
+
type: z.literal("redis-rest-api-token"),
|
|
3575
2693
|
storeId: z.string(),
|
|
3576
2694
|
});
|
|
3577
2695
|
/** @internal */
|
|
3578
2696
|
export type FilterProjectEnvsContentHintProjects3$Outbound = {
|
|
3579
|
-
type:
|
|
2697
|
+
type: "redis-rest-api-token";
|
|
3580
2698
|
storeId: string;
|
|
3581
2699
|
};
|
|
3582
2700
|
|
|
@@ -3586,8 +2704,7 @@ export const FilterProjectEnvsContentHintProjects3$outboundSchema: z.ZodType<
|
|
|
3586
2704
|
z.ZodTypeDef,
|
|
3587
2705
|
FilterProjectEnvsContentHintProjects3
|
|
3588
2706
|
> = z.object({
|
|
3589
|
-
type:
|
|
3590
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs3Type$outboundSchema,
|
|
2707
|
+
type: z.literal("redis-rest-api-token"),
|
|
3591
2708
|
storeId: z.string(),
|
|
3592
2709
|
});
|
|
3593
2710
|
|
|
@@ -3611,33 +2728,18 @@ export function filterProjectEnvsContentHintProjects3FromJSON(
|
|
|
3611
2728
|
);
|
|
3612
2729
|
}
|
|
3613
2730
|
|
|
3614
|
-
/** @internal */
|
|
3615
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema:
|
|
3616
|
-
z.ZodNativeEnum<
|
|
3617
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType
|
|
3618
|
-
> = z.nativeEnum(
|
|
3619
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType,
|
|
3620
|
-
);
|
|
3621
|
-
/** @internal */
|
|
3622
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema:
|
|
3623
|
-
z.ZodNativeEnum<
|
|
3624
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType
|
|
3625
|
-
> =
|
|
3626
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema;
|
|
3627
|
-
|
|
3628
2731
|
/** @internal */
|
|
3629
2732
|
export const FilterProjectEnvsContentHintProjects2$inboundSchema: z.ZodType<
|
|
3630
2733
|
FilterProjectEnvsContentHintProjects2,
|
|
3631
2734
|
z.ZodTypeDef,
|
|
3632
2735
|
unknown
|
|
3633
2736
|
> = z.object({
|
|
3634
|
-
type:
|
|
3635
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$inboundSchema,
|
|
2737
|
+
type: z.literal("redis-rest-api-url"),
|
|
3636
2738
|
storeId: z.string(),
|
|
3637
2739
|
});
|
|
3638
2740
|
/** @internal */
|
|
3639
2741
|
export type FilterProjectEnvsContentHintProjects2$Outbound = {
|
|
3640
|
-
type:
|
|
2742
|
+
type: "redis-rest-api-url";
|
|
3641
2743
|
storeId: string;
|
|
3642
2744
|
};
|
|
3643
2745
|
|
|
@@ -3647,8 +2749,7 @@ export const FilterProjectEnvsContentHintProjects2$outboundSchema: z.ZodType<
|
|
|
3647
2749
|
z.ZodTypeDef,
|
|
3648
2750
|
FilterProjectEnvsContentHintProjects2
|
|
3649
2751
|
> = z.object({
|
|
3650
|
-
type:
|
|
3651
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2EnvsType$outboundSchema,
|
|
2752
|
+
type: z.literal("redis-rest-api-url"),
|
|
3652
2753
|
storeId: z.string(),
|
|
3653
2754
|
});
|
|
3654
2755
|
|
|
@@ -3672,33 +2773,18 @@ export function filterProjectEnvsContentHintProjects2FromJSON(
|
|
|
3672
2773
|
);
|
|
3673
2774
|
}
|
|
3674
2775
|
|
|
3675
|
-
/** @internal */
|
|
3676
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
3677
|
-
z.ZodNativeEnum<
|
|
3678
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3679
|
-
> = z.nativeEnum(
|
|
3680
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type,
|
|
3681
|
-
);
|
|
3682
|
-
/** @internal */
|
|
3683
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema:
|
|
3684
|
-
z.ZodNativeEnum<
|
|
3685
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3686
|
-
> =
|
|
3687
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
3688
|
-
|
|
3689
2776
|
/** @internal */
|
|
3690
2777
|
export const FilterProjectEnvsContentHintProjects1$inboundSchema: z.ZodType<
|
|
3691
2778
|
FilterProjectEnvsContentHintProjects1,
|
|
3692
2779
|
z.ZodTypeDef,
|
|
3693
2780
|
unknown
|
|
3694
2781
|
> = z.object({
|
|
3695
|
-
type:
|
|
3696
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
2782
|
+
type: z.literal("redis-url"),
|
|
3697
2783
|
storeId: z.string(),
|
|
3698
2784
|
});
|
|
3699
2785
|
/** @internal */
|
|
3700
2786
|
export type FilterProjectEnvsContentHintProjects1$Outbound = {
|
|
3701
|
-
type:
|
|
2787
|
+
type: "redis-url";
|
|
3702
2788
|
storeId: string;
|
|
3703
2789
|
};
|
|
3704
2790
|
|
|
@@ -3708,8 +2794,7 @@ export const FilterProjectEnvsContentHintProjects1$outboundSchema: z.ZodType<
|
|
|
3708
2794
|
z.ZodTypeDef,
|
|
3709
2795
|
FilterProjectEnvsContentHintProjects1
|
|
3710
2796
|
> = z.object({
|
|
3711
|
-
type:
|
|
3712
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
2797
|
+
type: z.literal("redis-url"),
|
|
3713
2798
|
storeId: z.string(),
|
|
3714
2799
|
});
|
|
3715
2800
|
|
|
@@ -3739,7 +2824,6 @@ export const FilterProjectEnvsResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
3739
2824
|
z.ZodTypeDef,
|
|
3740
2825
|
unknown
|
|
3741
2826
|
> = z.union([
|
|
3742
|
-
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
3743
2827
|
z.lazy(() => FilterProjectEnvsContentHintProjects1$inboundSchema),
|
|
3744
2828
|
z.lazy(() => FilterProjectEnvsContentHintProjects2$inboundSchema),
|
|
3745
2829
|
z.lazy(() => FilterProjectEnvsContentHintProjects3$inboundSchema),
|
|
@@ -3753,11 +2837,11 @@ export const FilterProjectEnvsResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
3753
2837
|
z.lazy(() => FilterProjectEnvsContentHintProjects11$inboundSchema),
|
|
3754
2838
|
z.lazy(() => FilterProjectEnvsContentHintProjects12$inboundSchema),
|
|
3755
2839
|
z.lazy(() => FilterProjectEnvsContentHintProjects13$inboundSchema),
|
|
2840
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
3756
2841
|
z.lazy(() => FilterProjectEnvsContentHintProjects15$inboundSchema),
|
|
3757
2842
|
]);
|
|
3758
2843
|
/** @internal */
|
|
3759
2844
|
export type FilterProjectEnvsResponseBodyContentHint$Outbound =
|
|
3760
|
-
| FilterProjectEnvsContentHintProjects14$Outbound
|
|
3761
2845
|
| FilterProjectEnvsContentHintProjects1$Outbound
|
|
3762
2846
|
| FilterProjectEnvsContentHintProjects2$Outbound
|
|
3763
2847
|
| FilterProjectEnvsContentHintProjects3$Outbound
|
|
@@ -3771,6 +2855,7 @@ export type FilterProjectEnvsResponseBodyContentHint$Outbound =
|
|
|
3771
2855
|
| FilterProjectEnvsContentHintProjects11$Outbound
|
|
3772
2856
|
| FilterProjectEnvsContentHintProjects12$Outbound
|
|
3773
2857
|
| FilterProjectEnvsContentHintProjects13$Outbound
|
|
2858
|
+
| FilterProjectEnvsContentHintProjects14$Outbound
|
|
3774
2859
|
| FilterProjectEnvsContentHintProjects15$Outbound;
|
|
3775
2860
|
|
|
3776
2861
|
/** @internal */
|
|
@@ -3779,7 +2864,6 @@ export const FilterProjectEnvsResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
3779
2864
|
z.ZodTypeDef,
|
|
3780
2865
|
FilterProjectEnvsResponseBodyContentHint
|
|
3781
2866
|
> = z.union([
|
|
3782
|
-
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
3783
2867
|
z.lazy(() => FilterProjectEnvsContentHintProjects1$outboundSchema),
|
|
3784
2868
|
z.lazy(() => FilterProjectEnvsContentHintProjects2$outboundSchema),
|
|
3785
2869
|
z.lazy(() => FilterProjectEnvsContentHintProjects3$outboundSchema),
|
|
@@ -3793,6 +2877,7 @@ export const FilterProjectEnvsResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
3793
2877
|
z.lazy(() => FilterProjectEnvsContentHintProjects11$outboundSchema),
|
|
3794
2878
|
z.lazy(() => FilterProjectEnvsContentHintProjects12$outboundSchema),
|
|
3795
2879
|
z.lazy(() => FilterProjectEnvsContentHintProjects13$outboundSchema),
|
|
2880
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
3796
2881
|
z.lazy(() => FilterProjectEnvsContentHintProjects15$outboundSchema),
|
|
3797
2882
|
]);
|
|
3798
2883
|
|
|
@@ -3915,7 +3000,6 @@ export const Envs$inboundSchema: z.ZodType<Envs, z.ZodTypeDef, unknown> = z
|
|
|
3915
3000
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3916
3001
|
contentHint: z.nullable(
|
|
3917
3002
|
z.union([
|
|
3918
|
-
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
3919
3003
|
z.lazy(() => FilterProjectEnvsContentHintProjects1$inboundSchema),
|
|
3920
3004
|
z.lazy(() => FilterProjectEnvsContentHintProjects2$inboundSchema),
|
|
3921
3005
|
z.lazy(() => FilterProjectEnvsContentHintProjects3$inboundSchema),
|
|
@@ -3929,6 +3013,7 @@ export const Envs$inboundSchema: z.ZodType<Envs, z.ZodTypeDef, unknown> = z
|
|
|
3929
3013
|
z.lazy(() => FilterProjectEnvsContentHintProjects11$inboundSchema),
|
|
3930
3014
|
z.lazy(() => FilterProjectEnvsContentHintProjects12$inboundSchema),
|
|
3931
3015
|
z.lazy(() => FilterProjectEnvsContentHintProjects13$inboundSchema),
|
|
3016
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$inboundSchema),
|
|
3932
3017
|
z.lazy(() => FilterProjectEnvsContentHintProjects15$inboundSchema),
|
|
3933
3018
|
]),
|
|
3934
3019
|
).optional(),
|
|
@@ -3960,7 +3045,6 @@ export type Envs$Outbound = {
|
|
|
3960
3045
|
edgeConfigId?: string | null | undefined;
|
|
3961
3046
|
edgeConfigTokenId?: string | null | undefined;
|
|
3962
3047
|
contentHint?:
|
|
3963
|
-
| FilterProjectEnvsContentHintProjects14$Outbound
|
|
3964
3048
|
| FilterProjectEnvsContentHintProjects1$Outbound
|
|
3965
3049
|
| FilterProjectEnvsContentHintProjects2$Outbound
|
|
3966
3050
|
| FilterProjectEnvsContentHintProjects3$Outbound
|
|
@@ -3974,6 +3058,7 @@ export type Envs$Outbound = {
|
|
|
3974
3058
|
| FilterProjectEnvsContentHintProjects11$Outbound
|
|
3975
3059
|
| FilterProjectEnvsContentHintProjects12$Outbound
|
|
3976
3060
|
| FilterProjectEnvsContentHintProjects13$Outbound
|
|
3061
|
+
| FilterProjectEnvsContentHintProjects14$Outbound
|
|
3977
3062
|
| FilterProjectEnvsContentHintProjects15$Outbound
|
|
3978
3063
|
| null
|
|
3979
3064
|
| undefined;
|
|
@@ -4010,7 +3095,6 @@ export const Envs$outboundSchema: z.ZodType<Envs$Outbound, z.ZodTypeDef, Envs> =
|
|
|
4010
3095
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
4011
3096
|
contentHint: z.nullable(
|
|
4012
3097
|
z.union([
|
|
4013
|
-
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
4014
3098
|
z.lazy(() => FilterProjectEnvsContentHintProjects1$outboundSchema),
|
|
4015
3099
|
z.lazy(() => FilterProjectEnvsContentHintProjects2$outboundSchema),
|
|
4016
3100
|
z.lazy(() => FilterProjectEnvsContentHintProjects3$outboundSchema),
|
|
@@ -4024,6 +3108,7 @@ export const Envs$outboundSchema: z.ZodType<Envs$Outbound, z.ZodTypeDef, Envs> =
|
|
|
4024
3108
|
z.lazy(() => FilterProjectEnvsContentHintProjects11$outboundSchema),
|
|
4025
3109
|
z.lazy(() => FilterProjectEnvsContentHintProjects12$outboundSchema),
|
|
4026
3110
|
z.lazy(() => FilterProjectEnvsContentHintProjects13$outboundSchema),
|
|
3111
|
+
z.lazy(() => FilterProjectEnvsContentHintProjects14$outboundSchema),
|
|
4027
3112
|
z.lazy(() => FilterProjectEnvsContentHintProjects15$outboundSchema),
|
|
4028
3113
|
]),
|
|
4029
3114
|
).optional(),
|
|
@@ -4165,33 +3250,18 @@ export const FilterProjectEnvsResponseBodyType$outboundSchema: z.ZodNativeEnum<
|
|
|
4165
3250
|
typeof FilterProjectEnvsResponseBodyType
|
|
4166
3251
|
> = FilterProjectEnvsResponseBodyType$inboundSchema;
|
|
4167
3252
|
|
|
4168
|
-
/** @internal */
|
|
4169
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema:
|
|
4170
|
-
z.ZodNativeEnum<
|
|
4171
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
4172
|
-
> = z.nativeEnum(
|
|
4173
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type,
|
|
4174
|
-
);
|
|
4175
|
-
/** @internal */
|
|
4176
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema:
|
|
4177
|
-
z.ZodNativeEnum<
|
|
4178
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
4179
|
-
> =
|
|
4180
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
4181
|
-
|
|
4182
3253
|
/** @internal */
|
|
4183
3254
|
export const FilterProjectEnvsContentHint15$inboundSchema: z.ZodType<
|
|
4184
3255
|
FilterProjectEnvsContentHint15,
|
|
4185
3256
|
z.ZodTypeDef,
|
|
4186
3257
|
unknown
|
|
4187
3258
|
> = z.object({
|
|
4188
|
-
type:
|
|
4189
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
3259
|
+
type: z.literal("flags-connection-string"),
|
|
4190
3260
|
projectId: z.string(),
|
|
4191
3261
|
});
|
|
4192
3262
|
/** @internal */
|
|
4193
3263
|
export type FilterProjectEnvsContentHint15$Outbound = {
|
|
4194
|
-
type: string;
|
|
3264
|
+
type: "flags-connection-string";
|
|
4195
3265
|
projectId: string;
|
|
4196
3266
|
};
|
|
4197
3267
|
|
|
@@ -4201,8 +3271,7 @@ export const FilterProjectEnvsContentHint15$outboundSchema: z.ZodType<
|
|
|
4201
3271
|
z.ZodTypeDef,
|
|
4202
3272
|
FilterProjectEnvsContentHint15
|
|
4203
3273
|
> = z.object({
|
|
4204
|
-
type:
|
|
4205
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
3274
|
+
type: z.literal("flags-connection-string"),
|
|
4206
3275
|
projectId: z.string(),
|
|
4207
3276
|
});
|
|
4208
3277
|
|
|
@@ -4225,28 +3294,13 @@ export function filterProjectEnvsContentHint15FromJSON(
|
|
|
4225
3294
|
);
|
|
4226
3295
|
}
|
|
4227
3296
|
|
|
4228
|
-
/** @internal */
|
|
4229
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
|
|
4230
|
-
z.ZodNativeEnum<
|
|
4231
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
4232
|
-
> = z.nativeEnum(
|
|
4233
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type,
|
|
4234
|
-
);
|
|
4235
|
-
/** @internal */
|
|
4236
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema:
|
|
4237
|
-
z.ZodNativeEnum<
|
|
4238
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
4239
|
-
> =
|
|
4240
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
4241
|
-
|
|
4242
3297
|
/** @internal */
|
|
4243
3298
|
export const FilterProjectEnvsContentHint14$inboundSchema: z.ZodType<
|
|
4244
3299
|
FilterProjectEnvsContentHint14,
|
|
4245
3300
|
z.ZodTypeDef,
|
|
4246
3301
|
unknown
|
|
4247
3302
|
> = z.object({
|
|
4248
|
-
type:
|
|
4249
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
3303
|
+
type: z.literal("integration-store-secret"),
|
|
4250
3304
|
storeId: z.string(),
|
|
4251
3305
|
integrationId: z.string(),
|
|
4252
3306
|
integrationProductId: z.string(),
|
|
@@ -4254,7 +3308,7 @@ export const FilterProjectEnvsContentHint14$inboundSchema: z.ZodType<
|
|
|
4254
3308
|
});
|
|
4255
3309
|
/** @internal */
|
|
4256
3310
|
export type FilterProjectEnvsContentHint14$Outbound = {
|
|
4257
|
-
type:
|
|
3311
|
+
type: "integration-store-secret";
|
|
4258
3312
|
storeId: string;
|
|
4259
3313
|
integrationId: string;
|
|
4260
3314
|
integrationProductId: string;
|
|
@@ -4267,8 +3321,7 @@ export const FilterProjectEnvsContentHint14$outboundSchema: z.ZodType<
|
|
|
4267
3321
|
z.ZodTypeDef,
|
|
4268
3322
|
FilterProjectEnvsContentHint14
|
|
4269
3323
|
> = z.object({
|
|
4270
|
-
type:
|
|
4271
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
3324
|
+
type: z.literal("integration-store-secret"),
|
|
4272
3325
|
storeId: z.string(),
|
|
4273
3326
|
integrationId: z.string(),
|
|
4274
3327
|
integrationProductId: z.string(),
|
|
@@ -4294,33 +3347,18 @@ export function filterProjectEnvsContentHint14FromJSON(
|
|
|
4294
3347
|
);
|
|
4295
3348
|
}
|
|
4296
3349
|
|
|
4297
|
-
/** @internal */
|
|
4298
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
|
|
4299
|
-
z.ZodNativeEnum<
|
|
4300
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4301
|
-
> = z.nativeEnum(
|
|
4302
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type,
|
|
4303
|
-
);
|
|
4304
|
-
/** @internal */
|
|
4305
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema:
|
|
4306
|
-
z.ZodNativeEnum<
|
|
4307
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4308
|
-
> =
|
|
4309
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
4310
|
-
|
|
4311
3350
|
/** @internal */
|
|
4312
3351
|
export const FilterProjectEnvsContentHint13$inboundSchema: z.ZodType<
|
|
4313
3352
|
FilterProjectEnvsContentHint13,
|
|
4314
3353
|
z.ZodTypeDef,
|
|
4315
3354
|
unknown
|
|
4316
3355
|
> = z.object({
|
|
4317
|
-
type:
|
|
4318
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
3356
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4319
3357
|
storeId: z.string(),
|
|
4320
3358
|
});
|
|
4321
3359
|
/** @internal */
|
|
4322
3360
|
export type FilterProjectEnvsContentHint13$Outbound = {
|
|
4323
|
-
type:
|
|
3361
|
+
type: "postgres-url-no-ssl";
|
|
4324
3362
|
storeId: string;
|
|
4325
3363
|
};
|
|
4326
3364
|
|
|
@@ -4330,8 +3368,7 @@ export const FilterProjectEnvsContentHint13$outboundSchema: z.ZodType<
|
|
|
4330
3368
|
z.ZodTypeDef,
|
|
4331
3369
|
FilterProjectEnvsContentHint13
|
|
4332
3370
|
> = z.object({
|
|
4333
|
-
type:
|
|
4334
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
3371
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4335
3372
|
storeId: z.string(),
|
|
4336
3373
|
});
|
|
4337
3374
|
|
|
@@ -4354,33 +3391,18 @@ export function filterProjectEnvsContentHint13FromJSON(
|
|
|
4354
3391
|
);
|
|
4355
3392
|
}
|
|
4356
3393
|
|
|
4357
|
-
/** @internal */
|
|
4358
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema:
|
|
4359
|
-
z.ZodNativeEnum<
|
|
4360
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4361
|
-
> = z.nativeEnum(
|
|
4362
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type,
|
|
4363
|
-
);
|
|
4364
|
-
/** @internal */
|
|
4365
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema:
|
|
4366
|
-
z.ZodNativeEnum<
|
|
4367
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4368
|
-
> =
|
|
4369
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
4370
|
-
|
|
4371
3394
|
/** @internal */
|
|
4372
3395
|
export const FilterProjectEnvsContentHint12$inboundSchema: z.ZodType<
|
|
4373
3396
|
FilterProjectEnvsContentHint12,
|
|
4374
3397
|
z.ZodTypeDef,
|
|
4375
3398
|
unknown
|
|
4376
3399
|
> = z.object({
|
|
4377
|
-
type:
|
|
4378
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
3400
|
+
type: z.literal("postgres-database"),
|
|
4379
3401
|
storeId: z.string(),
|
|
4380
3402
|
});
|
|
4381
3403
|
/** @internal */
|
|
4382
3404
|
export type FilterProjectEnvsContentHint12$Outbound = {
|
|
4383
|
-
type:
|
|
3405
|
+
type: "postgres-database";
|
|
4384
3406
|
storeId: string;
|
|
4385
3407
|
};
|
|
4386
3408
|
|
|
@@ -4390,8 +3412,7 @@ export const FilterProjectEnvsContentHint12$outboundSchema: z.ZodType<
|
|
|
4390
3412
|
z.ZodTypeDef,
|
|
4391
3413
|
FilterProjectEnvsContentHint12
|
|
4392
3414
|
> = z.object({
|
|
4393
|
-
type:
|
|
4394
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
3415
|
+
type: z.literal("postgres-database"),
|
|
4395
3416
|
storeId: z.string(),
|
|
4396
3417
|
});
|
|
4397
3418
|
|
|
@@ -4414,33 +3435,18 @@ export function filterProjectEnvsContentHint12FromJSON(
|
|
|
4414
3435
|
);
|
|
4415
3436
|
}
|
|
4416
3437
|
|
|
4417
|
-
/** @internal */
|
|
4418
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema:
|
|
4419
|
-
z.ZodNativeEnum<
|
|
4420
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4421
|
-
> = z.nativeEnum(
|
|
4422
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type,
|
|
4423
|
-
);
|
|
4424
|
-
/** @internal */
|
|
4425
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema:
|
|
4426
|
-
z.ZodNativeEnum<
|
|
4427
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4428
|
-
> =
|
|
4429
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
4430
|
-
|
|
4431
3438
|
/** @internal */
|
|
4432
3439
|
export const FilterProjectEnvsContentHint11$inboundSchema: z.ZodType<
|
|
4433
3440
|
FilterProjectEnvsContentHint11,
|
|
4434
3441
|
z.ZodTypeDef,
|
|
4435
3442
|
unknown
|
|
4436
3443
|
> = z.object({
|
|
4437
|
-
type:
|
|
4438
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
3444
|
+
type: z.literal("postgres-password"),
|
|
4439
3445
|
storeId: z.string(),
|
|
4440
3446
|
});
|
|
4441
3447
|
/** @internal */
|
|
4442
3448
|
export type FilterProjectEnvsContentHint11$Outbound = {
|
|
4443
|
-
type:
|
|
3449
|
+
type: "postgres-password";
|
|
4444
3450
|
storeId: string;
|
|
4445
3451
|
};
|
|
4446
3452
|
|
|
@@ -4450,8 +3456,7 @@ export const FilterProjectEnvsContentHint11$outboundSchema: z.ZodType<
|
|
|
4450
3456
|
z.ZodTypeDef,
|
|
4451
3457
|
FilterProjectEnvsContentHint11
|
|
4452
3458
|
> = z.object({
|
|
4453
|
-
type:
|
|
4454
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
3459
|
+
type: z.literal("postgres-password"),
|
|
4455
3460
|
storeId: z.string(),
|
|
4456
3461
|
});
|
|
4457
3462
|
|
|
@@ -4474,33 +3479,18 @@ export function filterProjectEnvsContentHint11FromJSON(
|
|
|
4474
3479
|
);
|
|
4475
3480
|
}
|
|
4476
3481
|
|
|
4477
|
-
/** @internal */
|
|
4478
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema:
|
|
4479
|
-
z.ZodNativeEnum<
|
|
4480
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4481
|
-
> = z.nativeEnum(
|
|
4482
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type,
|
|
4483
|
-
);
|
|
4484
|
-
/** @internal */
|
|
4485
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema:
|
|
4486
|
-
z.ZodNativeEnum<
|
|
4487
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4488
|
-
> =
|
|
4489
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
4490
|
-
|
|
4491
3482
|
/** @internal */
|
|
4492
3483
|
export const FilterProjectEnvsContentHint10$inboundSchema: z.ZodType<
|
|
4493
3484
|
FilterProjectEnvsContentHint10,
|
|
4494
3485
|
z.ZodTypeDef,
|
|
4495
3486
|
unknown
|
|
4496
3487
|
> = z.object({
|
|
4497
|
-
type:
|
|
4498
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
3488
|
+
type: z.literal("postgres-host"),
|
|
4499
3489
|
storeId: z.string(),
|
|
4500
3490
|
});
|
|
4501
3491
|
/** @internal */
|
|
4502
3492
|
export type FilterProjectEnvsContentHint10$Outbound = {
|
|
4503
|
-
type:
|
|
3493
|
+
type: "postgres-host";
|
|
4504
3494
|
storeId: string;
|
|
4505
3495
|
};
|
|
4506
3496
|
|
|
@@ -4510,8 +3500,7 @@ export const FilterProjectEnvsContentHint10$outboundSchema: z.ZodType<
|
|
|
4510
3500
|
z.ZodTypeDef,
|
|
4511
3501
|
FilterProjectEnvsContentHint10
|
|
4512
3502
|
> = z.object({
|
|
4513
|
-
type:
|
|
4514
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
3503
|
+
type: z.literal("postgres-host"),
|
|
4515
3504
|
storeId: z.string(),
|
|
4516
3505
|
});
|
|
4517
3506
|
|
|
@@ -4534,33 +3523,18 @@ export function filterProjectEnvsContentHint10FromJSON(
|
|
|
4534
3523
|
);
|
|
4535
3524
|
}
|
|
4536
3525
|
|
|
4537
|
-
/** @internal */
|
|
4538
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema:
|
|
4539
|
-
z.ZodNativeEnum<
|
|
4540
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4541
|
-
> = z.nativeEnum(
|
|
4542
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type,
|
|
4543
|
-
);
|
|
4544
|
-
/** @internal */
|
|
4545
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema:
|
|
4546
|
-
z.ZodNativeEnum<
|
|
4547
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4548
|
-
> =
|
|
4549
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
4550
|
-
|
|
4551
3526
|
/** @internal */
|
|
4552
3527
|
export const FilterProjectEnvsContentHint9$inboundSchema: z.ZodType<
|
|
4553
3528
|
FilterProjectEnvsContentHint9,
|
|
4554
3529
|
z.ZodTypeDef,
|
|
4555
3530
|
unknown
|
|
4556
3531
|
> = z.object({
|
|
4557
|
-
type:
|
|
4558
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
3532
|
+
type: z.literal("postgres-user"),
|
|
4559
3533
|
storeId: z.string(),
|
|
4560
3534
|
});
|
|
4561
3535
|
/** @internal */
|
|
4562
3536
|
export type FilterProjectEnvsContentHint9$Outbound = {
|
|
4563
|
-
type:
|
|
3537
|
+
type: "postgres-user";
|
|
4564
3538
|
storeId: string;
|
|
4565
3539
|
};
|
|
4566
3540
|
|
|
@@ -4570,8 +3544,7 @@ export const FilterProjectEnvsContentHint9$outboundSchema: z.ZodType<
|
|
|
4570
3544
|
z.ZodTypeDef,
|
|
4571
3545
|
FilterProjectEnvsContentHint9
|
|
4572
3546
|
> = z.object({
|
|
4573
|
-
type:
|
|
4574
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
3547
|
+
type: z.literal("postgres-user"),
|
|
4575
3548
|
storeId: z.string(),
|
|
4576
3549
|
});
|
|
4577
3550
|
|
|
@@ -4594,33 +3567,18 @@ export function filterProjectEnvsContentHint9FromJSON(
|
|
|
4594
3567
|
);
|
|
4595
3568
|
}
|
|
4596
3569
|
|
|
4597
|
-
/** @internal */
|
|
4598
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema:
|
|
4599
|
-
z.ZodNativeEnum<
|
|
4600
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4601
|
-
> = z.nativeEnum(
|
|
4602
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type,
|
|
4603
|
-
);
|
|
4604
|
-
/** @internal */
|
|
4605
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema:
|
|
4606
|
-
z.ZodNativeEnum<
|
|
4607
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4608
|
-
> =
|
|
4609
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
4610
|
-
|
|
4611
3570
|
/** @internal */
|
|
4612
3571
|
export const FilterProjectEnvsContentHint8$inboundSchema: z.ZodType<
|
|
4613
3572
|
FilterProjectEnvsContentHint8,
|
|
4614
3573
|
z.ZodTypeDef,
|
|
4615
3574
|
unknown
|
|
4616
3575
|
> = z.object({
|
|
4617
|
-
type:
|
|
4618
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
3576
|
+
type: z.literal("postgres-prisma-url"),
|
|
4619
3577
|
storeId: z.string(),
|
|
4620
3578
|
});
|
|
4621
3579
|
/** @internal */
|
|
4622
3580
|
export type FilterProjectEnvsContentHint8$Outbound = {
|
|
4623
|
-
type:
|
|
3581
|
+
type: "postgres-prisma-url";
|
|
4624
3582
|
storeId: string;
|
|
4625
3583
|
};
|
|
4626
3584
|
|
|
@@ -4630,8 +3588,7 @@ export const FilterProjectEnvsContentHint8$outboundSchema: z.ZodType<
|
|
|
4630
3588
|
z.ZodTypeDef,
|
|
4631
3589
|
FilterProjectEnvsContentHint8
|
|
4632
3590
|
> = z.object({
|
|
4633
|
-
type:
|
|
4634
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
3591
|
+
type: z.literal("postgres-prisma-url"),
|
|
4635
3592
|
storeId: z.string(),
|
|
4636
3593
|
});
|
|
4637
3594
|
|
|
@@ -4654,33 +3611,18 @@ export function filterProjectEnvsContentHint8FromJSON(
|
|
|
4654
3611
|
);
|
|
4655
3612
|
}
|
|
4656
3613
|
|
|
4657
|
-
/** @internal */
|
|
4658
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
4659
|
-
z.ZodNativeEnum<
|
|
4660
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4661
|
-
> = z.nativeEnum(
|
|
4662
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type,
|
|
4663
|
-
);
|
|
4664
|
-
/** @internal */
|
|
4665
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema:
|
|
4666
|
-
z.ZodNativeEnum<
|
|
4667
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4668
|
-
> =
|
|
4669
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
4670
|
-
|
|
4671
3614
|
/** @internal */
|
|
4672
3615
|
export const FilterProjectEnvsContentHint7$inboundSchema: z.ZodType<
|
|
4673
3616
|
FilterProjectEnvsContentHint7,
|
|
4674
3617
|
z.ZodTypeDef,
|
|
4675
3618
|
unknown
|
|
4676
3619
|
> = z.object({
|
|
4677
|
-
type:
|
|
4678
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
3620
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4679
3621
|
storeId: z.string(),
|
|
4680
3622
|
});
|
|
4681
3623
|
/** @internal */
|
|
4682
3624
|
export type FilterProjectEnvsContentHint7$Outbound = {
|
|
4683
|
-
type:
|
|
3625
|
+
type: "postgres-url-non-pooling";
|
|
4684
3626
|
storeId: string;
|
|
4685
3627
|
};
|
|
4686
3628
|
|
|
@@ -4690,8 +3632,7 @@ export const FilterProjectEnvsContentHint7$outboundSchema: z.ZodType<
|
|
|
4690
3632
|
z.ZodTypeDef,
|
|
4691
3633
|
FilterProjectEnvsContentHint7
|
|
4692
3634
|
> = z.object({
|
|
4693
|
-
type:
|
|
4694
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
3635
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4695
3636
|
storeId: z.string(),
|
|
4696
3637
|
});
|
|
4697
3638
|
|
|
@@ -4714,33 +3655,18 @@ export function filterProjectEnvsContentHint7FromJSON(
|
|
|
4714
3655
|
);
|
|
4715
3656
|
}
|
|
4716
3657
|
|
|
4717
|
-
/** @internal */
|
|
4718
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
4719
|
-
z.ZodNativeEnum<
|
|
4720
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4721
|
-
> = z.nativeEnum(
|
|
4722
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
4723
|
-
);
|
|
4724
|
-
/** @internal */
|
|
4725
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
4726
|
-
z.ZodNativeEnum<
|
|
4727
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4728
|
-
> =
|
|
4729
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4730
|
-
|
|
4731
3658
|
/** @internal */
|
|
4732
3659
|
export const FilterProjectEnvsContentHint6$inboundSchema: z.ZodType<
|
|
4733
3660
|
FilterProjectEnvsContentHint6,
|
|
4734
3661
|
z.ZodTypeDef,
|
|
4735
3662
|
unknown
|
|
4736
3663
|
> = z.object({
|
|
4737
|
-
type:
|
|
4738
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3664
|
+
type: z.literal("postgres-url"),
|
|
4739
3665
|
storeId: z.string(),
|
|
4740
3666
|
});
|
|
4741
3667
|
/** @internal */
|
|
4742
3668
|
export type FilterProjectEnvsContentHint6$Outbound = {
|
|
4743
|
-
type:
|
|
3669
|
+
type: "postgres-url";
|
|
4744
3670
|
storeId: string;
|
|
4745
3671
|
};
|
|
4746
3672
|
|
|
@@ -4750,8 +3676,7 @@ export const FilterProjectEnvsContentHint6$outboundSchema: z.ZodType<
|
|
|
4750
3676
|
z.ZodTypeDef,
|
|
4751
3677
|
FilterProjectEnvsContentHint6
|
|
4752
3678
|
> = z.object({
|
|
4753
|
-
type:
|
|
4754
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3679
|
+
type: z.literal("postgres-url"),
|
|
4755
3680
|
storeId: z.string(),
|
|
4756
3681
|
});
|
|
4757
3682
|
|
|
@@ -4774,33 +3699,18 @@ export function filterProjectEnvsContentHint6FromJSON(
|
|
|
4774
3699
|
);
|
|
4775
3700
|
}
|
|
4776
3701
|
|
|
4777
|
-
/** @internal */
|
|
4778
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4779
|
-
z.ZodNativeEnum<
|
|
4780
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType
|
|
4781
|
-
> = z.nativeEnum(
|
|
4782
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType,
|
|
4783
|
-
);
|
|
4784
|
-
/** @internal */
|
|
4785
|
-
export const FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
4786
|
-
z.ZodNativeEnum<
|
|
4787
|
-
typeof FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType
|
|
4788
|
-
> =
|
|
4789
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
4790
|
-
|
|
4791
3702
|
/** @internal */
|
|
4792
3703
|
export const FilterProjectEnvsContentHint5$inboundSchema: z.ZodType<
|
|
4793
3704
|
FilterProjectEnvsContentHint5,
|
|
4794
3705
|
z.ZodTypeDef,
|
|
4795
3706
|
unknown
|
|
4796
3707
|
> = z.object({
|
|
4797
|
-
type:
|
|
4798
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
3708
|
+
type: z.literal("blob-read-write-token"),
|
|
4799
3709
|
storeId: z.string(),
|
|
4800
3710
|
});
|
|
4801
3711
|
/** @internal */
|
|
4802
3712
|
export type FilterProjectEnvsContentHint5$Outbound = {
|
|
4803
|
-
type:
|
|
3713
|
+
type: "blob-read-write-token";
|
|
4804
3714
|
storeId: string;
|
|
4805
3715
|
};
|
|
4806
3716
|
|
|
@@ -4810,8 +3720,7 @@ export const FilterProjectEnvsContentHint5$outboundSchema: z.ZodType<
|
|
|
4810
3720
|
z.ZodTypeDef,
|
|
4811
3721
|
FilterProjectEnvsContentHint5
|
|
4812
3722
|
> = z.object({
|
|
4813
|
-
type:
|
|
4814
|
-
FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
3723
|
+
type: z.literal("blob-read-write-token"),
|
|
4815
3724
|
storeId: z.string(),
|
|
4816
3725
|
});
|
|
4817
3726
|
|
|
@@ -4834,27 +3743,18 @@ export function filterProjectEnvsContentHint5FromJSON(
|
|
|
4834
3743
|
);
|
|
4835
3744
|
}
|
|
4836
3745
|
|
|
4837
|
-
/** @internal */
|
|
4838
|
-
export const FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema:
|
|
4839
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponse200Type> =
|
|
4840
|
-
z.nativeEnum(FilterProjectEnvsContentHintProjectsResponse200Type);
|
|
4841
|
-
/** @internal */
|
|
4842
|
-
export const FilterProjectEnvsContentHintProjectsResponse200Type$outboundSchema:
|
|
4843
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponse200Type> =
|
|
4844
|
-
FilterProjectEnvsContentHintProjectsResponse200Type$inboundSchema;
|
|
4845
|
-
|
|
4846
3746
|
/** @internal */
|
|
4847
3747
|
export const FilterProjectEnvsContentHint4$inboundSchema: z.ZodType<
|
|
4848
3748
|
FilterProjectEnvsContentHint4,
|
|
4849
3749
|
z.ZodTypeDef,
|
|
4850
3750
|
unknown
|
|
4851
3751
|
> = z.object({
|
|
4852
|
-
type:
|
|
3752
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4853
3753
|
storeId: z.string(),
|
|
4854
3754
|
});
|
|
4855
3755
|
/** @internal */
|
|
4856
3756
|
export type FilterProjectEnvsContentHint4$Outbound = {
|
|
4857
|
-
type:
|
|
3757
|
+
type: "redis-rest-api-read-only-token";
|
|
4858
3758
|
storeId: string;
|
|
4859
3759
|
};
|
|
4860
3760
|
|
|
@@ -4864,7 +3764,7 @@ export const FilterProjectEnvsContentHint4$outboundSchema: z.ZodType<
|
|
|
4864
3764
|
z.ZodTypeDef,
|
|
4865
3765
|
FilterProjectEnvsContentHint4
|
|
4866
3766
|
> = z.object({
|
|
4867
|
-
type:
|
|
3767
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4868
3768
|
storeId: z.string(),
|
|
4869
3769
|
});
|
|
4870
3770
|
|
|
@@ -4887,27 +3787,18 @@ export function filterProjectEnvsContentHint4FromJSON(
|
|
|
4887
3787
|
);
|
|
4888
3788
|
}
|
|
4889
3789
|
|
|
4890
|
-
/** @internal */
|
|
4891
|
-
export const FilterProjectEnvsContentHintProjectsResponseType$inboundSchema:
|
|
4892
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponseType> = z
|
|
4893
|
-
.nativeEnum(FilterProjectEnvsContentHintProjectsResponseType);
|
|
4894
|
-
/** @internal */
|
|
4895
|
-
export const FilterProjectEnvsContentHintProjectsResponseType$outboundSchema:
|
|
4896
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsResponseType> =
|
|
4897
|
-
FilterProjectEnvsContentHintProjectsResponseType$inboundSchema;
|
|
4898
|
-
|
|
4899
3790
|
/** @internal */
|
|
4900
3791
|
export const FilterProjectEnvsContentHint3$inboundSchema: z.ZodType<
|
|
4901
3792
|
FilterProjectEnvsContentHint3,
|
|
4902
3793
|
z.ZodTypeDef,
|
|
4903
3794
|
unknown
|
|
4904
3795
|
> = z.object({
|
|
4905
|
-
type:
|
|
3796
|
+
type: z.literal("redis-rest-api-token"),
|
|
4906
3797
|
storeId: z.string(),
|
|
4907
3798
|
});
|
|
4908
3799
|
/** @internal */
|
|
4909
3800
|
export type FilterProjectEnvsContentHint3$Outbound = {
|
|
4910
|
-
type:
|
|
3801
|
+
type: "redis-rest-api-token";
|
|
4911
3802
|
storeId: string;
|
|
4912
3803
|
};
|
|
4913
3804
|
|
|
@@ -4917,7 +3808,7 @@ export const FilterProjectEnvsContentHint3$outboundSchema: z.ZodType<
|
|
|
4917
3808
|
z.ZodTypeDef,
|
|
4918
3809
|
FilterProjectEnvsContentHint3
|
|
4919
3810
|
> = z.object({
|
|
4920
|
-
type:
|
|
3811
|
+
type: z.literal("redis-rest-api-token"),
|
|
4921
3812
|
storeId: z.string(),
|
|
4922
3813
|
});
|
|
4923
3814
|
|
|
@@ -4940,27 +3831,18 @@ export function filterProjectEnvsContentHint3FromJSON(
|
|
|
4940
3831
|
);
|
|
4941
3832
|
}
|
|
4942
3833
|
|
|
4943
|
-
/** @internal */
|
|
4944
|
-
export const FilterProjectEnvsContentHintProjectsType$inboundSchema:
|
|
4945
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsType> = z
|
|
4946
|
-
.nativeEnum(FilterProjectEnvsContentHintProjectsType);
|
|
4947
|
-
/** @internal */
|
|
4948
|
-
export const FilterProjectEnvsContentHintProjectsType$outboundSchema:
|
|
4949
|
-
z.ZodNativeEnum<typeof FilterProjectEnvsContentHintProjectsType> =
|
|
4950
|
-
FilterProjectEnvsContentHintProjectsType$inboundSchema;
|
|
4951
|
-
|
|
4952
3834
|
/** @internal */
|
|
4953
3835
|
export const FilterProjectEnvsContentHint2$inboundSchema: z.ZodType<
|
|
4954
3836
|
FilterProjectEnvsContentHint2,
|
|
4955
3837
|
z.ZodTypeDef,
|
|
4956
3838
|
unknown
|
|
4957
3839
|
> = z.object({
|
|
4958
|
-
type:
|
|
3840
|
+
type: z.literal("redis-rest-api-url"),
|
|
4959
3841
|
storeId: z.string(),
|
|
4960
3842
|
});
|
|
4961
3843
|
/** @internal */
|
|
4962
3844
|
export type FilterProjectEnvsContentHint2$Outbound = {
|
|
4963
|
-
type:
|
|
3845
|
+
type: "redis-rest-api-url";
|
|
4964
3846
|
storeId: string;
|
|
4965
3847
|
};
|
|
4966
3848
|
|
|
@@ -4970,7 +3852,7 @@ export const FilterProjectEnvsContentHint2$outboundSchema: z.ZodType<
|
|
|
4970
3852
|
z.ZodTypeDef,
|
|
4971
3853
|
FilterProjectEnvsContentHint2
|
|
4972
3854
|
> = z.object({
|
|
4973
|
-
type:
|
|
3855
|
+
type: z.literal("redis-rest-api-url"),
|
|
4974
3856
|
storeId: z.string(),
|
|
4975
3857
|
});
|
|
4976
3858
|
|
|
@@ -4993,27 +3875,18 @@ export function filterProjectEnvsContentHint2FromJSON(
|
|
|
4993
3875
|
);
|
|
4994
3876
|
}
|
|
4995
3877
|
|
|
4996
|
-
/** @internal */
|
|
4997
|
-
export const FilterProjectEnvsContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
4998
|
-
typeof FilterProjectEnvsContentHintType
|
|
4999
|
-
> = z.nativeEnum(FilterProjectEnvsContentHintType);
|
|
5000
|
-
/** @internal */
|
|
5001
|
-
export const FilterProjectEnvsContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
5002
|
-
typeof FilterProjectEnvsContentHintType
|
|
5003
|
-
> = FilterProjectEnvsContentHintType$inboundSchema;
|
|
5004
|
-
|
|
5005
3878
|
/** @internal */
|
|
5006
3879
|
export const FilterProjectEnvsContentHint1$inboundSchema: z.ZodType<
|
|
5007
3880
|
FilterProjectEnvsContentHint1,
|
|
5008
3881
|
z.ZodTypeDef,
|
|
5009
3882
|
unknown
|
|
5010
3883
|
> = z.object({
|
|
5011
|
-
type:
|
|
3884
|
+
type: z.literal("redis-url"),
|
|
5012
3885
|
storeId: z.string(),
|
|
5013
3886
|
});
|
|
5014
3887
|
/** @internal */
|
|
5015
3888
|
export type FilterProjectEnvsContentHint1$Outbound = {
|
|
5016
|
-
type:
|
|
3889
|
+
type: "redis-url";
|
|
5017
3890
|
storeId: string;
|
|
5018
3891
|
};
|
|
5019
3892
|
|
|
@@ -5023,7 +3896,7 @@ export const FilterProjectEnvsContentHint1$outboundSchema: z.ZodType<
|
|
|
5023
3896
|
z.ZodTypeDef,
|
|
5024
3897
|
FilterProjectEnvsContentHint1
|
|
5025
3898
|
> = z.object({
|
|
5026
|
-
type:
|
|
3899
|
+
type: z.literal("redis-url"),
|
|
5027
3900
|
storeId: z.string(),
|
|
5028
3901
|
});
|
|
5029
3902
|
|
|
@@ -5052,7 +3925,6 @@ export const ResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
5052
3925
|
z.ZodTypeDef,
|
|
5053
3926
|
unknown
|
|
5054
3927
|
> = z.union([
|
|
5055
|
-
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
5056
3928
|
z.lazy(() => FilterProjectEnvsContentHint1$inboundSchema),
|
|
5057
3929
|
z.lazy(() => FilterProjectEnvsContentHint2$inboundSchema),
|
|
5058
3930
|
z.lazy(() => FilterProjectEnvsContentHint3$inboundSchema),
|
|
@@ -5066,11 +3938,11 @@ export const ResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
5066
3938
|
z.lazy(() => FilterProjectEnvsContentHint11$inboundSchema),
|
|
5067
3939
|
z.lazy(() => FilterProjectEnvsContentHint12$inboundSchema),
|
|
5068
3940
|
z.lazy(() => FilterProjectEnvsContentHint13$inboundSchema),
|
|
3941
|
+
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
5069
3942
|
z.lazy(() => FilterProjectEnvsContentHint15$inboundSchema),
|
|
5070
3943
|
]);
|
|
5071
3944
|
/** @internal */
|
|
5072
3945
|
export type ResponseBodyContentHint$Outbound =
|
|
5073
|
-
| FilterProjectEnvsContentHint14$Outbound
|
|
5074
3946
|
| FilterProjectEnvsContentHint1$Outbound
|
|
5075
3947
|
| FilterProjectEnvsContentHint2$Outbound
|
|
5076
3948
|
| FilterProjectEnvsContentHint3$Outbound
|
|
@@ -5084,6 +3956,7 @@ export type ResponseBodyContentHint$Outbound =
|
|
|
5084
3956
|
| FilterProjectEnvsContentHint11$Outbound
|
|
5085
3957
|
| FilterProjectEnvsContentHint12$Outbound
|
|
5086
3958
|
| FilterProjectEnvsContentHint13$Outbound
|
|
3959
|
+
| FilterProjectEnvsContentHint14$Outbound
|
|
5087
3960
|
| FilterProjectEnvsContentHint15$Outbound;
|
|
5088
3961
|
|
|
5089
3962
|
/** @internal */
|
|
@@ -5092,7 +3965,6 @@ export const ResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
5092
3965
|
z.ZodTypeDef,
|
|
5093
3966
|
ResponseBodyContentHint
|
|
5094
3967
|
> = z.union([
|
|
5095
|
-
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
5096
3968
|
z.lazy(() => FilterProjectEnvsContentHint1$outboundSchema),
|
|
5097
3969
|
z.lazy(() => FilterProjectEnvsContentHint2$outboundSchema),
|
|
5098
3970
|
z.lazy(() => FilterProjectEnvsContentHint3$outboundSchema),
|
|
@@ -5106,6 +3978,7 @@ export const ResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
5106
3978
|
z.lazy(() => FilterProjectEnvsContentHint11$outboundSchema),
|
|
5107
3979
|
z.lazy(() => FilterProjectEnvsContentHint12$outboundSchema),
|
|
5108
3980
|
z.lazy(() => FilterProjectEnvsContentHint13$outboundSchema),
|
|
3981
|
+
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
5109
3982
|
z.lazy(() => FilterProjectEnvsContentHint15$outboundSchema),
|
|
5110
3983
|
]);
|
|
5111
3984
|
|
|
@@ -5206,7 +4079,6 @@ export const FilterProjectEnvsResponseBody1$inboundSchema: z.ZodType<
|
|
|
5206
4079
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5207
4080
|
contentHint: z.nullable(
|
|
5208
4081
|
z.union([
|
|
5209
|
-
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
5210
4082
|
z.lazy(() => FilterProjectEnvsContentHint1$inboundSchema),
|
|
5211
4083
|
z.lazy(() => FilterProjectEnvsContentHint2$inboundSchema),
|
|
5212
4084
|
z.lazy(() => FilterProjectEnvsContentHint3$inboundSchema),
|
|
@@ -5220,6 +4092,7 @@ export const FilterProjectEnvsResponseBody1$inboundSchema: z.ZodType<
|
|
|
5220
4092
|
z.lazy(() => FilterProjectEnvsContentHint11$inboundSchema),
|
|
5221
4093
|
z.lazy(() => FilterProjectEnvsContentHint12$inboundSchema),
|
|
5222
4094
|
z.lazy(() => FilterProjectEnvsContentHint13$inboundSchema),
|
|
4095
|
+
z.lazy(() => FilterProjectEnvsContentHint14$inboundSchema),
|
|
5223
4096
|
z.lazy(() => FilterProjectEnvsContentHint15$inboundSchema),
|
|
5224
4097
|
]),
|
|
5225
4098
|
).optional(),
|
|
@@ -5249,7 +4122,6 @@ export type FilterProjectEnvsResponseBody1$Outbound = {
|
|
|
5249
4122
|
edgeConfigId?: string | null | undefined;
|
|
5250
4123
|
edgeConfigTokenId?: string | null | undefined;
|
|
5251
4124
|
contentHint?:
|
|
5252
|
-
| FilterProjectEnvsContentHint14$Outbound
|
|
5253
4125
|
| FilterProjectEnvsContentHint1$Outbound
|
|
5254
4126
|
| FilterProjectEnvsContentHint2$Outbound
|
|
5255
4127
|
| FilterProjectEnvsContentHint3$Outbound
|
|
@@ -5263,6 +4135,7 @@ export type FilterProjectEnvsResponseBody1$Outbound = {
|
|
|
5263
4135
|
| FilterProjectEnvsContentHint11$Outbound
|
|
5264
4136
|
| FilterProjectEnvsContentHint12$Outbound
|
|
5265
4137
|
| FilterProjectEnvsContentHint13$Outbound
|
|
4138
|
+
| FilterProjectEnvsContentHint14$Outbound
|
|
5266
4139
|
| FilterProjectEnvsContentHint15$Outbound
|
|
5267
4140
|
| null
|
|
5268
4141
|
| undefined;
|
|
@@ -5302,7 +4175,6 @@ export const FilterProjectEnvsResponseBody1$outboundSchema: z.ZodType<
|
|
|
5302
4175
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5303
4176
|
contentHint: z.nullable(
|
|
5304
4177
|
z.union([
|
|
5305
|
-
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
5306
4178
|
z.lazy(() => FilterProjectEnvsContentHint1$outboundSchema),
|
|
5307
4179
|
z.lazy(() => FilterProjectEnvsContentHint2$outboundSchema),
|
|
5308
4180
|
z.lazy(() => FilterProjectEnvsContentHint3$outboundSchema),
|
|
@@ -5316,6 +4188,7 @@ export const FilterProjectEnvsResponseBody1$outboundSchema: z.ZodType<
|
|
|
5316
4188
|
z.lazy(() => FilterProjectEnvsContentHint11$outboundSchema),
|
|
5317
4189
|
z.lazy(() => FilterProjectEnvsContentHint12$outboundSchema),
|
|
5318
4190
|
z.lazy(() => FilterProjectEnvsContentHint13$outboundSchema),
|
|
4191
|
+
z.lazy(() => FilterProjectEnvsContentHint14$outboundSchema),
|
|
5319
4192
|
z.lazy(() => FilterProjectEnvsContentHint15$outboundSchema),
|
|
5320
4193
|
]),
|
|
5321
4194
|
).optional(),
|