@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
|
@@ -64,236 +64,85 @@ export type RemoveProjectEnvResponseBodyProjectsResponseType = ClosedEnum<
|
|
|
64
64
|
typeof RemoveProjectEnvResponseBodyProjectsResponseType
|
|
65
65
|
>;
|
|
66
66
|
|
|
67
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type =
|
|
68
|
-
{
|
|
69
|
-
FlagsConnectionString: "flags-connection-string",
|
|
70
|
-
} as const;
|
|
71
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type =
|
|
72
|
-
ClosedEnum<
|
|
73
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
74
|
-
>;
|
|
75
|
-
|
|
76
67
|
export type RemoveProjectEnvContentHintProjectsResponse15 = {
|
|
77
|
-
type:
|
|
78
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type;
|
|
68
|
+
type: "flags-connection-string";
|
|
79
69
|
projectId: string;
|
|
80
70
|
};
|
|
81
71
|
|
|
82
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type =
|
|
83
|
-
{
|
|
84
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
85
|
-
} as const;
|
|
86
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type =
|
|
87
|
-
ClosedEnum<
|
|
88
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
89
|
-
>;
|
|
90
|
-
|
|
91
72
|
export type RemoveProjectEnvContentHintProjectsResponse14 = {
|
|
92
|
-
type:
|
|
93
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type;
|
|
73
|
+
type: "integration-store-secret";
|
|
94
74
|
storeId: string;
|
|
95
75
|
integrationId: string;
|
|
96
76
|
integrationProductId: string;
|
|
97
77
|
integrationConfigurationId: string;
|
|
98
78
|
};
|
|
99
79
|
|
|
100
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type =
|
|
101
|
-
{
|
|
102
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
103
|
-
} as const;
|
|
104
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type =
|
|
105
|
-
ClosedEnum<
|
|
106
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
107
|
-
>;
|
|
108
|
-
|
|
109
80
|
export type RemoveProjectEnvContentHintProjectsResponse13 = {
|
|
110
|
-
type:
|
|
111
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type;
|
|
81
|
+
type: "postgres-url-no-ssl";
|
|
112
82
|
storeId: string;
|
|
113
83
|
};
|
|
114
84
|
|
|
115
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type =
|
|
116
|
-
{
|
|
117
|
-
PostgresDatabase: "postgres-database",
|
|
118
|
-
} as const;
|
|
119
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type =
|
|
120
|
-
ClosedEnum<
|
|
121
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
122
|
-
>;
|
|
123
|
-
|
|
124
85
|
export type RemoveProjectEnvContentHintProjectsResponse12 = {
|
|
125
|
-
type:
|
|
126
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type;
|
|
86
|
+
type: "postgres-database";
|
|
127
87
|
storeId: string;
|
|
128
88
|
};
|
|
129
89
|
|
|
130
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type =
|
|
131
|
-
{
|
|
132
|
-
PostgresPassword: "postgres-password",
|
|
133
|
-
} as const;
|
|
134
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type =
|
|
135
|
-
ClosedEnum<
|
|
136
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
137
|
-
>;
|
|
138
|
-
|
|
139
90
|
export type RemoveProjectEnvContentHintProjectsResponse11 = {
|
|
140
|
-
type:
|
|
141
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type;
|
|
91
|
+
type: "postgres-password";
|
|
142
92
|
storeId: string;
|
|
143
93
|
};
|
|
144
94
|
|
|
145
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type =
|
|
146
|
-
{
|
|
147
|
-
PostgresHost: "postgres-host",
|
|
148
|
-
} as const;
|
|
149
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type =
|
|
150
|
-
ClosedEnum<
|
|
151
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
152
|
-
>;
|
|
153
|
-
|
|
154
95
|
export type RemoveProjectEnvContentHintProjectsResponse10 = {
|
|
155
|
-
type:
|
|
156
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type;
|
|
96
|
+
type: "postgres-host";
|
|
157
97
|
storeId: string;
|
|
158
98
|
};
|
|
159
99
|
|
|
160
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type =
|
|
161
|
-
{
|
|
162
|
-
PostgresUser: "postgres-user",
|
|
163
|
-
} as const;
|
|
164
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type =
|
|
165
|
-
ClosedEnum<
|
|
166
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
167
|
-
>;
|
|
168
|
-
|
|
169
100
|
export type RemoveProjectEnvContentHintProjectsResponse9 = {
|
|
170
|
-
type:
|
|
171
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type;
|
|
101
|
+
type: "postgres-user";
|
|
172
102
|
storeId: string;
|
|
173
103
|
};
|
|
174
104
|
|
|
175
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type =
|
|
176
|
-
{
|
|
177
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
178
|
-
} as const;
|
|
179
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type =
|
|
180
|
-
ClosedEnum<
|
|
181
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
182
|
-
>;
|
|
183
|
-
|
|
184
105
|
export type RemoveProjectEnvContentHintProjectsResponse8 = {
|
|
185
|
-
type:
|
|
186
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type;
|
|
106
|
+
type: "postgres-prisma-url";
|
|
187
107
|
storeId: string;
|
|
188
108
|
};
|
|
189
109
|
|
|
190
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type =
|
|
191
|
-
{
|
|
192
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
193
|
-
} as const;
|
|
194
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type =
|
|
195
|
-
ClosedEnum<
|
|
196
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
197
|
-
>;
|
|
198
|
-
|
|
199
110
|
export type RemoveProjectEnvContentHintProjectsResponse7 = {
|
|
200
|
-
type:
|
|
201
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type;
|
|
111
|
+
type: "postgres-url-non-pooling";
|
|
202
112
|
storeId: string;
|
|
203
113
|
};
|
|
204
114
|
|
|
205
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type =
|
|
206
|
-
{
|
|
207
|
-
PostgresUrl: "postgres-url",
|
|
208
|
-
} as const;
|
|
209
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type =
|
|
210
|
-
ClosedEnum<
|
|
211
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
212
|
-
>;
|
|
213
|
-
|
|
214
115
|
export type RemoveProjectEnvContentHintProjectsResponse6 = {
|
|
215
|
-
type:
|
|
216
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type;
|
|
116
|
+
type: "postgres-url";
|
|
217
117
|
storeId: string;
|
|
218
118
|
};
|
|
219
119
|
|
|
220
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type =
|
|
221
|
-
{
|
|
222
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
223
|
-
} as const;
|
|
224
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type =
|
|
225
|
-
ClosedEnum<
|
|
226
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
227
|
-
>;
|
|
228
|
-
|
|
229
120
|
export type RemoveProjectEnvContentHintProjectsResponse5 = {
|
|
230
|
-
type:
|
|
231
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type;
|
|
121
|
+
type: "blob-read-write-token";
|
|
232
122
|
storeId: string;
|
|
233
123
|
};
|
|
234
124
|
|
|
235
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type =
|
|
236
|
-
{
|
|
237
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
238
|
-
} as const;
|
|
239
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type =
|
|
240
|
-
ClosedEnum<
|
|
241
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
242
|
-
>;
|
|
243
|
-
|
|
244
125
|
export type RemoveProjectEnvContentHintProjectsResponse4 = {
|
|
245
|
-
type:
|
|
246
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type;
|
|
126
|
+
type: "redis-rest-api-read-only-token";
|
|
247
127
|
storeId: string;
|
|
248
128
|
};
|
|
249
129
|
|
|
250
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type =
|
|
251
|
-
{
|
|
252
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
253
|
-
} as const;
|
|
254
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type =
|
|
255
|
-
ClosedEnum<
|
|
256
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
257
|
-
>;
|
|
258
|
-
|
|
259
130
|
export type RemoveProjectEnvContentHintProjectsResponse3 = {
|
|
260
|
-
type:
|
|
261
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type;
|
|
131
|
+
type: "redis-rest-api-token";
|
|
262
132
|
storeId: string;
|
|
263
133
|
};
|
|
264
134
|
|
|
265
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type =
|
|
266
|
-
{
|
|
267
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
268
|
-
} as const;
|
|
269
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type =
|
|
270
|
-
ClosedEnum<
|
|
271
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
272
|
-
>;
|
|
273
|
-
|
|
274
135
|
export type RemoveProjectEnvContentHintProjectsResponse2 = {
|
|
275
|
-
type:
|
|
276
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type;
|
|
136
|
+
type: "redis-rest-api-url";
|
|
277
137
|
storeId: string;
|
|
278
138
|
};
|
|
279
139
|
|
|
280
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
281
|
-
{
|
|
282
|
-
RedisUrl: "redis-url",
|
|
283
|
-
} as const;
|
|
284
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type =
|
|
285
|
-
ClosedEnum<
|
|
286
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
287
|
-
>;
|
|
288
|
-
|
|
289
140
|
export type RemoveProjectEnvContentHintProjectsResponse1 = {
|
|
290
|
-
type:
|
|
291
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type;
|
|
141
|
+
type: "redis-url";
|
|
292
142
|
storeId: string;
|
|
293
143
|
};
|
|
294
144
|
|
|
295
145
|
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint =
|
|
296
|
-
| RemoveProjectEnvContentHintProjectsResponse14
|
|
297
146
|
| RemoveProjectEnvContentHintProjectsResponse1
|
|
298
147
|
| RemoveProjectEnvContentHintProjectsResponse2
|
|
299
148
|
| RemoveProjectEnvContentHintProjectsResponse3
|
|
@@ -307,6 +156,7 @@ export type RemoveProjectEnvResponseBodyProjectsResponseContentHint =
|
|
|
307
156
|
| RemoveProjectEnvContentHintProjectsResponse11
|
|
308
157
|
| RemoveProjectEnvContentHintProjectsResponse12
|
|
309
158
|
| RemoveProjectEnvContentHintProjectsResponse13
|
|
159
|
+
| RemoveProjectEnvContentHintProjectsResponse14
|
|
310
160
|
| RemoveProjectEnvContentHintProjectsResponse15;
|
|
311
161
|
|
|
312
162
|
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJson3Type =
|
|
@@ -353,7 +203,6 @@ export type RemoveProjectEnvResponseBody3 = {
|
|
|
353
203
|
edgeConfigId?: string | null | undefined;
|
|
354
204
|
edgeConfigTokenId?: string | null | undefined;
|
|
355
205
|
contentHint?:
|
|
356
|
-
| RemoveProjectEnvContentHintProjectsResponse14
|
|
357
206
|
| RemoveProjectEnvContentHintProjectsResponse1
|
|
358
207
|
| RemoveProjectEnvContentHintProjectsResponse2
|
|
359
208
|
| RemoveProjectEnvContentHintProjectsResponse3
|
|
@@ -367,6 +216,7 @@ export type RemoveProjectEnvResponseBody3 = {
|
|
|
367
216
|
| RemoveProjectEnvContentHintProjectsResponse11
|
|
368
217
|
| RemoveProjectEnvContentHintProjectsResponse12
|
|
369
218
|
| RemoveProjectEnvContentHintProjectsResponse13
|
|
219
|
+
| RemoveProjectEnvContentHintProjectsResponse14
|
|
370
220
|
| RemoveProjectEnvContentHintProjectsResponse15
|
|
371
221
|
| null
|
|
372
222
|
| undefined;
|
|
@@ -414,236 +264,85 @@ export type RemoveProjectEnvResponseBodyProjectsType = ClosedEnum<
|
|
|
414
264
|
typeof RemoveProjectEnvResponseBodyProjectsType
|
|
415
265
|
>;
|
|
416
266
|
|
|
417
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type =
|
|
418
|
-
{
|
|
419
|
-
FlagsConnectionString: "flags-connection-string",
|
|
420
|
-
} as const;
|
|
421
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type =
|
|
422
|
-
ClosedEnum<
|
|
423
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
424
|
-
>;
|
|
425
|
-
|
|
426
267
|
export type RemoveProjectEnvContentHintProjects15 = {
|
|
427
|
-
type:
|
|
428
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type;
|
|
268
|
+
type: "flags-connection-string";
|
|
429
269
|
projectId: string;
|
|
430
270
|
};
|
|
431
271
|
|
|
432
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type =
|
|
433
|
-
{
|
|
434
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
435
|
-
} as const;
|
|
436
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type =
|
|
437
|
-
ClosedEnum<
|
|
438
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
439
|
-
>;
|
|
440
|
-
|
|
441
272
|
export type RemoveProjectEnvContentHintProjects14 = {
|
|
442
|
-
type:
|
|
443
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type;
|
|
273
|
+
type: "integration-store-secret";
|
|
444
274
|
storeId: string;
|
|
445
275
|
integrationId: string;
|
|
446
276
|
integrationProductId: string;
|
|
447
277
|
integrationConfigurationId: string;
|
|
448
278
|
};
|
|
449
279
|
|
|
450
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type =
|
|
451
|
-
{
|
|
452
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
453
|
-
} as const;
|
|
454
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type =
|
|
455
|
-
ClosedEnum<
|
|
456
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
457
|
-
>;
|
|
458
|
-
|
|
459
280
|
export type RemoveProjectEnvContentHintProjects13 = {
|
|
460
|
-
type:
|
|
461
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type;
|
|
281
|
+
type: "postgres-url-no-ssl";
|
|
462
282
|
storeId: string;
|
|
463
283
|
};
|
|
464
284
|
|
|
465
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type =
|
|
466
|
-
{
|
|
467
|
-
PostgresDatabase: "postgres-database",
|
|
468
|
-
} as const;
|
|
469
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type =
|
|
470
|
-
ClosedEnum<
|
|
471
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
472
|
-
>;
|
|
473
|
-
|
|
474
285
|
export type RemoveProjectEnvContentHintProjects12 = {
|
|
475
|
-
type:
|
|
476
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type;
|
|
286
|
+
type: "postgres-database";
|
|
477
287
|
storeId: string;
|
|
478
288
|
};
|
|
479
289
|
|
|
480
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type =
|
|
481
|
-
{
|
|
482
|
-
PostgresPassword: "postgres-password",
|
|
483
|
-
} as const;
|
|
484
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type =
|
|
485
|
-
ClosedEnum<
|
|
486
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
487
|
-
>;
|
|
488
|
-
|
|
489
290
|
export type RemoveProjectEnvContentHintProjects11 = {
|
|
490
|
-
type:
|
|
491
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type;
|
|
291
|
+
type: "postgres-password";
|
|
492
292
|
storeId: string;
|
|
493
293
|
};
|
|
494
294
|
|
|
495
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type =
|
|
496
|
-
{
|
|
497
|
-
PostgresHost: "postgres-host",
|
|
498
|
-
} as const;
|
|
499
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type =
|
|
500
|
-
ClosedEnum<
|
|
501
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
502
|
-
>;
|
|
503
|
-
|
|
504
295
|
export type RemoveProjectEnvContentHintProjects10 = {
|
|
505
|
-
type:
|
|
506
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type;
|
|
296
|
+
type: "postgres-host";
|
|
507
297
|
storeId: string;
|
|
508
298
|
};
|
|
509
299
|
|
|
510
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type =
|
|
511
|
-
{
|
|
512
|
-
PostgresUser: "postgres-user",
|
|
513
|
-
} as const;
|
|
514
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type =
|
|
515
|
-
ClosedEnum<
|
|
516
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
517
|
-
>;
|
|
518
|
-
|
|
519
300
|
export type RemoveProjectEnvContentHintProjects9 = {
|
|
520
|
-
type:
|
|
521
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type;
|
|
301
|
+
type: "postgres-user";
|
|
522
302
|
storeId: string;
|
|
523
303
|
};
|
|
524
304
|
|
|
525
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type =
|
|
526
|
-
{
|
|
527
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
528
|
-
} as const;
|
|
529
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type =
|
|
530
|
-
ClosedEnum<
|
|
531
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
532
|
-
>;
|
|
533
|
-
|
|
534
305
|
export type RemoveProjectEnvContentHintProjects8 = {
|
|
535
|
-
type:
|
|
536
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type;
|
|
306
|
+
type: "postgres-prisma-url";
|
|
537
307
|
storeId: string;
|
|
538
308
|
};
|
|
539
309
|
|
|
540
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type =
|
|
541
|
-
{
|
|
542
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
543
|
-
} as const;
|
|
544
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type =
|
|
545
|
-
ClosedEnum<
|
|
546
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
547
|
-
>;
|
|
548
|
-
|
|
549
310
|
export type RemoveProjectEnvContentHintProjects7 = {
|
|
550
|
-
type:
|
|
551
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type;
|
|
311
|
+
type: "postgres-url-non-pooling";
|
|
552
312
|
storeId: string;
|
|
553
313
|
};
|
|
554
314
|
|
|
555
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type =
|
|
556
|
-
{
|
|
557
|
-
PostgresUrl: "postgres-url",
|
|
558
|
-
} as const;
|
|
559
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type =
|
|
560
|
-
ClosedEnum<
|
|
561
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
562
|
-
>;
|
|
563
|
-
|
|
564
315
|
export type RemoveProjectEnvContentHintProjects6 = {
|
|
565
|
-
type:
|
|
566
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type;
|
|
316
|
+
type: "postgres-url";
|
|
567
317
|
storeId: string;
|
|
568
318
|
};
|
|
569
319
|
|
|
570
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type =
|
|
571
|
-
{
|
|
572
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
573
|
-
} as const;
|
|
574
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type =
|
|
575
|
-
ClosedEnum<
|
|
576
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
577
|
-
>;
|
|
578
|
-
|
|
579
320
|
export type RemoveProjectEnvContentHintProjects5 = {
|
|
580
|
-
type:
|
|
581
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type;
|
|
321
|
+
type: "blob-read-write-token";
|
|
582
322
|
storeId: string;
|
|
583
323
|
};
|
|
584
324
|
|
|
585
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type =
|
|
586
|
-
{
|
|
587
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
588
|
-
} as const;
|
|
589
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type =
|
|
590
|
-
ClosedEnum<
|
|
591
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
592
|
-
>;
|
|
593
|
-
|
|
594
325
|
export type RemoveProjectEnvContentHintProjects4 = {
|
|
595
|
-
type:
|
|
596
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type;
|
|
326
|
+
type: "redis-rest-api-read-only-token";
|
|
597
327
|
storeId: string;
|
|
598
328
|
};
|
|
599
329
|
|
|
600
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type =
|
|
601
|
-
{
|
|
602
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
603
|
-
} as const;
|
|
604
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type =
|
|
605
|
-
ClosedEnum<
|
|
606
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
607
|
-
>;
|
|
608
|
-
|
|
609
330
|
export type RemoveProjectEnvContentHintProjects3 = {
|
|
610
|
-
type:
|
|
611
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type;
|
|
331
|
+
type: "redis-rest-api-token";
|
|
612
332
|
storeId: string;
|
|
613
333
|
};
|
|
614
334
|
|
|
615
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type =
|
|
616
|
-
{
|
|
617
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
618
|
-
} as const;
|
|
619
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type =
|
|
620
|
-
ClosedEnum<
|
|
621
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
622
|
-
>;
|
|
623
|
-
|
|
624
335
|
export type RemoveProjectEnvContentHintProjects2 = {
|
|
625
|
-
type:
|
|
626
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type;
|
|
336
|
+
type: "redis-rest-api-url";
|
|
627
337
|
storeId: string;
|
|
628
338
|
};
|
|
629
339
|
|
|
630
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
631
|
-
{
|
|
632
|
-
RedisUrl: "redis-url",
|
|
633
|
-
} as const;
|
|
634
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type =
|
|
635
|
-
ClosedEnum<
|
|
636
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
637
|
-
>;
|
|
638
|
-
|
|
639
340
|
export type RemoveProjectEnvContentHintProjects1 = {
|
|
640
|
-
type:
|
|
641
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type;
|
|
341
|
+
type: "redis-url";
|
|
642
342
|
storeId: string;
|
|
643
343
|
};
|
|
644
344
|
|
|
645
345
|
export type RemoveProjectEnvResponseBodyProjectsContentHint =
|
|
646
|
-
| RemoveProjectEnvContentHintProjects14
|
|
647
346
|
| RemoveProjectEnvContentHintProjects1
|
|
648
347
|
| RemoveProjectEnvContentHintProjects2
|
|
649
348
|
| RemoveProjectEnvContentHintProjects3
|
|
@@ -657,6 +356,7 @@ export type RemoveProjectEnvResponseBodyProjectsContentHint =
|
|
|
657
356
|
| RemoveProjectEnvContentHintProjects11
|
|
658
357
|
| RemoveProjectEnvContentHintProjects12
|
|
659
358
|
| RemoveProjectEnvContentHintProjects13
|
|
359
|
+
| RemoveProjectEnvContentHintProjects14
|
|
660
360
|
| RemoveProjectEnvContentHintProjects15;
|
|
661
361
|
|
|
662
362
|
export const RemoveProjectEnvResponseBodyProjectsResponse200Type = {
|
|
@@ -702,7 +402,6 @@ export type RemoveProjectEnvResponseBody2 = {
|
|
|
702
402
|
edgeConfigId?: string | null | undefined;
|
|
703
403
|
edgeConfigTokenId?: string | null | undefined;
|
|
704
404
|
contentHint?:
|
|
705
|
-
| RemoveProjectEnvContentHintProjects14
|
|
706
405
|
| RemoveProjectEnvContentHintProjects1
|
|
707
406
|
| RemoveProjectEnvContentHintProjects2
|
|
708
407
|
| RemoveProjectEnvContentHintProjects3
|
|
@@ -716,6 +415,7 @@ export type RemoveProjectEnvResponseBody2 = {
|
|
|
716
415
|
| RemoveProjectEnvContentHintProjects11
|
|
717
416
|
| RemoveProjectEnvContentHintProjects12
|
|
718
417
|
| RemoveProjectEnvContentHintProjects13
|
|
418
|
+
| RemoveProjectEnvContentHintProjects14
|
|
719
419
|
| RemoveProjectEnvContentHintProjects15
|
|
720
420
|
| null
|
|
721
421
|
| undefined;
|
|
@@ -763,223 +463,85 @@ export type RemoveProjectEnvResponseBodyType = ClosedEnum<
|
|
|
763
463
|
typeof RemoveProjectEnvResponseBodyType
|
|
764
464
|
>;
|
|
765
465
|
|
|
766
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
767
|
-
{
|
|
768
|
-
FlagsConnectionString: "flags-connection-string",
|
|
769
|
-
} as const;
|
|
770
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type =
|
|
771
|
-
ClosedEnum<
|
|
772
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
773
|
-
>;
|
|
774
|
-
|
|
775
466
|
export type RemoveProjectEnvContentHint15 = {
|
|
776
|
-
type:
|
|
777
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type;
|
|
467
|
+
type: "flags-connection-string";
|
|
778
468
|
projectId: string;
|
|
779
469
|
};
|
|
780
470
|
|
|
781
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
782
|
-
{
|
|
783
|
-
IntegrationStoreSecret: "integration-store-secret",
|
|
784
|
-
} as const;
|
|
785
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type =
|
|
786
|
-
ClosedEnum<
|
|
787
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
788
|
-
>;
|
|
789
|
-
|
|
790
471
|
export type RemoveProjectEnvContentHint14 = {
|
|
791
|
-
type:
|
|
792
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type;
|
|
472
|
+
type: "integration-store-secret";
|
|
793
473
|
storeId: string;
|
|
794
474
|
integrationId: string;
|
|
795
475
|
integrationProductId: string;
|
|
796
476
|
integrationConfigurationId: string;
|
|
797
477
|
};
|
|
798
478
|
|
|
799
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
800
|
-
{
|
|
801
|
-
PostgresUrlNoSsl: "postgres-url-no-ssl",
|
|
802
|
-
} as const;
|
|
803
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type =
|
|
804
|
-
ClosedEnum<
|
|
805
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
806
|
-
>;
|
|
807
|
-
|
|
808
479
|
export type RemoveProjectEnvContentHint13 = {
|
|
809
|
-
type:
|
|
810
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type;
|
|
480
|
+
type: "postgres-url-no-ssl";
|
|
811
481
|
storeId: string;
|
|
812
482
|
};
|
|
813
483
|
|
|
814
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
815
|
-
{
|
|
816
|
-
PostgresDatabase: "postgres-database",
|
|
817
|
-
} as const;
|
|
818
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type =
|
|
819
|
-
ClosedEnum<
|
|
820
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
821
|
-
>;
|
|
822
|
-
|
|
823
484
|
export type RemoveProjectEnvContentHint12 = {
|
|
824
|
-
type:
|
|
825
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type;
|
|
485
|
+
type: "postgres-database";
|
|
826
486
|
storeId: string;
|
|
827
487
|
};
|
|
828
488
|
|
|
829
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
830
|
-
{
|
|
831
|
-
PostgresPassword: "postgres-password",
|
|
832
|
-
} as const;
|
|
833
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type =
|
|
834
|
-
ClosedEnum<
|
|
835
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
836
|
-
>;
|
|
837
|
-
|
|
838
489
|
export type RemoveProjectEnvContentHint11 = {
|
|
839
|
-
type:
|
|
840
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type;
|
|
490
|
+
type: "postgres-password";
|
|
841
491
|
storeId: string;
|
|
842
492
|
};
|
|
843
493
|
|
|
844
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
845
|
-
{
|
|
846
|
-
PostgresHost: "postgres-host",
|
|
847
|
-
} as const;
|
|
848
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type =
|
|
849
|
-
ClosedEnum<
|
|
850
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
851
|
-
>;
|
|
852
|
-
|
|
853
494
|
export type RemoveProjectEnvContentHint10 = {
|
|
854
|
-
type:
|
|
855
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type;
|
|
495
|
+
type: "postgres-host";
|
|
856
496
|
storeId: string;
|
|
857
497
|
};
|
|
858
498
|
|
|
859
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
860
|
-
{
|
|
861
|
-
PostgresUser: "postgres-user",
|
|
862
|
-
} as const;
|
|
863
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type =
|
|
864
|
-
ClosedEnum<
|
|
865
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
866
|
-
>;
|
|
867
|
-
|
|
868
499
|
export type RemoveProjectEnvContentHint9 = {
|
|
869
|
-
type:
|
|
870
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type;
|
|
500
|
+
type: "postgres-user";
|
|
871
501
|
storeId: string;
|
|
872
502
|
};
|
|
873
503
|
|
|
874
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
875
|
-
{
|
|
876
|
-
PostgresPrismaUrl: "postgres-prisma-url",
|
|
877
|
-
} as const;
|
|
878
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type =
|
|
879
|
-
ClosedEnum<
|
|
880
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
881
|
-
>;
|
|
882
|
-
|
|
883
504
|
export type RemoveProjectEnvContentHint8 = {
|
|
884
|
-
type:
|
|
885
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type;
|
|
505
|
+
type: "postgres-prisma-url";
|
|
886
506
|
storeId: string;
|
|
887
507
|
};
|
|
888
508
|
|
|
889
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
890
|
-
{
|
|
891
|
-
PostgresUrlNonPooling: "postgres-url-non-pooling",
|
|
892
|
-
} as const;
|
|
893
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type =
|
|
894
|
-
ClosedEnum<
|
|
895
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
896
|
-
>;
|
|
897
|
-
|
|
898
509
|
export type RemoveProjectEnvContentHint7 = {
|
|
899
|
-
type:
|
|
900
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type;
|
|
510
|
+
type: "postgres-url-non-pooling";
|
|
901
511
|
storeId: string;
|
|
902
512
|
};
|
|
903
513
|
|
|
904
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
905
|
-
{
|
|
906
|
-
PostgresUrl: "postgres-url",
|
|
907
|
-
} as const;
|
|
908
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType =
|
|
909
|
-
ClosedEnum<
|
|
910
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
911
|
-
>;
|
|
912
|
-
|
|
913
514
|
export type RemoveProjectEnvContentHint6 = {
|
|
914
|
-
type:
|
|
915
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType;
|
|
515
|
+
type: "postgres-url";
|
|
916
516
|
storeId: string;
|
|
917
517
|
};
|
|
918
518
|
|
|
919
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType =
|
|
920
|
-
{
|
|
921
|
-
BlobReadWriteToken: "blob-read-write-token",
|
|
922
|
-
} as const;
|
|
923
|
-
export type RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType =
|
|
924
|
-
ClosedEnum<
|
|
925
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
926
|
-
>;
|
|
927
|
-
|
|
928
519
|
export type RemoveProjectEnvContentHint5 = {
|
|
929
|
-
type:
|
|
520
|
+
type: "blob-read-write-token";
|
|
930
521
|
storeId: string;
|
|
931
522
|
};
|
|
932
523
|
|
|
933
|
-
export const RemoveProjectEnvContentHintProjectsResponse200Type = {
|
|
934
|
-
RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
|
|
935
|
-
} as const;
|
|
936
|
-
export type RemoveProjectEnvContentHintProjectsResponse200Type = ClosedEnum<
|
|
937
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200Type
|
|
938
|
-
>;
|
|
939
|
-
|
|
940
524
|
export type RemoveProjectEnvContentHint4 = {
|
|
941
|
-
type:
|
|
525
|
+
type: "redis-rest-api-read-only-token";
|
|
942
526
|
storeId: string;
|
|
943
527
|
};
|
|
944
528
|
|
|
945
|
-
export const RemoveProjectEnvContentHintProjectsResponseType = {
|
|
946
|
-
RedisRestApiToken: "redis-rest-api-token",
|
|
947
|
-
} as const;
|
|
948
|
-
export type RemoveProjectEnvContentHintProjectsResponseType = ClosedEnum<
|
|
949
|
-
typeof RemoveProjectEnvContentHintProjectsResponseType
|
|
950
|
-
>;
|
|
951
|
-
|
|
952
529
|
export type RemoveProjectEnvContentHint3 = {
|
|
953
|
-
type:
|
|
530
|
+
type: "redis-rest-api-token";
|
|
954
531
|
storeId: string;
|
|
955
532
|
};
|
|
956
533
|
|
|
957
|
-
export const RemoveProjectEnvContentHintProjectsType = {
|
|
958
|
-
RedisRestApiUrl: "redis-rest-api-url",
|
|
959
|
-
} as const;
|
|
960
|
-
export type RemoveProjectEnvContentHintProjectsType = ClosedEnum<
|
|
961
|
-
typeof RemoveProjectEnvContentHintProjectsType
|
|
962
|
-
>;
|
|
963
|
-
|
|
964
534
|
export type RemoveProjectEnvContentHint2 = {
|
|
965
|
-
type:
|
|
535
|
+
type: "redis-rest-api-url";
|
|
966
536
|
storeId: string;
|
|
967
537
|
};
|
|
968
538
|
|
|
969
|
-
export const RemoveProjectEnvContentHintType = {
|
|
970
|
-
RedisUrl: "redis-url",
|
|
971
|
-
} as const;
|
|
972
|
-
export type RemoveProjectEnvContentHintType = ClosedEnum<
|
|
973
|
-
typeof RemoveProjectEnvContentHintType
|
|
974
|
-
>;
|
|
975
|
-
|
|
976
539
|
export type RemoveProjectEnvContentHint1 = {
|
|
977
|
-
type:
|
|
540
|
+
type: "redis-url";
|
|
978
541
|
storeId: string;
|
|
979
542
|
};
|
|
980
543
|
|
|
981
544
|
export type RemoveProjectEnvResponseBodyContentHint =
|
|
982
|
-
| RemoveProjectEnvContentHint14
|
|
983
545
|
| RemoveProjectEnvContentHint1
|
|
984
546
|
| RemoveProjectEnvContentHint2
|
|
985
547
|
| RemoveProjectEnvContentHint3
|
|
@@ -993,6 +555,7 @@ export type RemoveProjectEnvResponseBodyContentHint =
|
|
|
993
555
|
| RemoveProjectEnvContentHint11
|
|
994
556
|
| RemoveProjectEnvContentHint12
|
|
995
557
|
| RemoveProjectEnvContentHint13
|
|
558
|
+
| RemoveProjectEnvContentHint14
|
|
996
559
|
| RemoveProjectEnvContentHint15;
|
|
997
560
|
|
|
998
561
|
export const RemoveProjectEnvResponseBodyProjectsResponse200ApplicationJSONType =
|
|
@@ -1036,7 +599,6 @@ export type RemoveProjectEnvResponseBody1 = {
|
|
|
1036
599
|
edgeConfigId?: string | null | undefined;
|
|
1037
600
|
edgeConfigTokenId?: string | null | undefined;
|
|
1038
601
|
contentHint?:
|
|
1039
|
-
| RemoveProjectEnvContentHint14
|
|
1040
602
|
| RemoveProjectEnvContentHint1
|
|
1041
603
|
| RemoveProjectEnvContentHint2
|
|
1042
604
|
| RemoveProjectEnvContentHint3
|
|
@@ -1050,6 +612,7 @@ export type RemoveProjectEnvResponseBody1 = {
|
|
|
1050
612
|
| RemoveProjectEnvContentHint11
|
|
1051
613
|
| RemoveProjectEnvContentHint12
|
|
1052
614
|
| RemoveProjectEnvContentHint13
|
|
615
|
+
| RemoveProjectEnvContentHint14
|
|
1053
616
|
| RemoveProjectEnvContentHint15
|
|
1054
617
|
| null
|
|
1055
618
|
| undefined;
|
|
@@ -1202,20 +765,6 @@ export const RemoveProjectEnvResponseBodyProjectsResponseType$outboundSchema:
|
|
|
1202
765
|
z.ZodNativeEnum<typeof RemoveProjectEnvResponseBodyProjectsResponseType> =
|
|
1203
766
|
RemoveProjectEnvResponseBodyProjectsResponseType$inboundSchema;
|
|
1204
767
|
|
|
1205
|
-
/** @internal */
|
|
1206
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema:
|
|
1207
|
-
z.ZodNativeEnum<
|
|
1208
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
1209
|
-
> = z.nativeEnum(
|
|
1210
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type,
|
|
1211
|
-
);
|
|
1212
|
-
/** @internal */
|
|
1213
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema:
|
|
1214
|
-
z.ZodNativeEnum<
|
|
1215
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type
|
|
1216
|
-
> =
|
|
1217
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema;
|
|
1218
|
-
|
|
1219
768
|
/** @internal */
|
|
1220
769
|
export const RemoveProjectEnvContentHintProjectsResponse15$inboundSchema:
|
|
1221
770
|
z.ZodType<
|
|
@@ -1223,13 +772,12 @@ export const RemoveProjectEnvContentHintProjectsResponse15$inboundSchema:
|
|
|
1223
772
|
z.ZodTypeDef,
|
|
1224
773
|
unknown
|
|
1225
774
|
> = z.object({
|
|
1226
|
-
type:
|
|
1227
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$inboundSchema,
|
|
775
|
+
type: z.literal("flags-connection-string"),
|
|
1228
776
|
projectId: z.string(),
|
|
1229
777
|
});
|
|
1230
778
|
/** @internal */
|
|
1231
779
|
export type RemoveProjectEnvContentHintProjectsResponse15$Outbound = {
|
|
1232
|
-
type: string;
|
|
780
|
+
type: "flags-connection-string";
|
|
1233
781
|
projectId: string;
|
|
1234
782
|
};
|
|
1235
783
|
|
|
@@ -1240,8 +788,7 @@ export const RemoveProjectEnvContentHintProjectsResponse15$outboundSchema:
|
|
|
1240
788
|
z.ZodTypeDef,
|
|
1241
789
|
RemoveProjectEnvContentHintProjectsResponse15
|
|
1242
790
|
> = z.object({
|
|
1243
|
-
type:
|
|
1244
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type$outboundSchema,
|
|
791
|
+
type: z.literal("flags-connection-string"),
|
|
1245
792
|
projectId: z.string(),
|
|
1246
793
|
});
|
|
1247
794
|
|
|
@@ -1271,20 +818,6 @@ export function removeProjectEnvContentHintProjectsResponse15FromJSON(
|
|
|
1271
818
|
);
|
|
1272
819
|
}
|
|
1273
820
|
|
|
1274
|
-
/** @internal */
|
|
1275
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema:
|
|
1276
|
-
z.ZodNativeEnum<
|
|
1277
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
1278
|
-
> = z.nativeEnum(
|
|
1279
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type,
|
|
1280
|
-
);
|
|
1281
|
-
/** @internal */
|
|
1282
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema:
|
|
1283
|
-
z.ZodNativeEnum<
|
|
1284
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type
|
|
1285
|
-
> =
|
|
1286
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema;
|
|
1287
|
-
|
|
1288
821
|
/** @internal */
|
|
1289
822
|
export const RemoveProjectEnvContentHintProjectsResponse14$inboundSchema:
|
|
1290
823
|
z.ZodType<
|
|
@@ -1292,8 +825,7 @@ export const RemoveProjectEnvContentHintProjectsResponse14$inboundSchema:
|
|
|
1292
825
|
z.ZodTypeDef,
|
|
1293
826
|
unknown
|
|
1294
827
|
> = z.object({
|
|
1295
|
-
type:
|
|
1296
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$inboundSchema,
|
|
828
|
+
type: z.literal("integration-store-secret"),
|
|
1297
829
|
storeId: z.string(),
|
|
1298
830
|
integrationId: z.string(),
|
|
1299
831
|
integrationProductId: z.string(),
|
|
@@ -1301,7 +833,7 @@ export const RemoveProjectEnvContentHintProjectsResponse14$inboundSchema:
|
|
|
1301
833
|
});
|
|
1302
834
|
/** @internal */
|
|
1303
835
|
export type RemoveProjectEnvContentHintProjectsResponse14$Outbound = {
|
|
1304
|
-
type:
|
|
836
|
+
type: "integration-store-secret";
|
|
1305
837
|
storeId: string;
|
|
1306
838
|
integrationId: string;
|
|
1307
839
|
integrationProductId: string;
|
|
@@ -1315,8 +847,7 @@ export const RemoveProjectEnvContentHintProjectsResponse14$outboundSchema:
|
|
|
1315
847
|
z.ZodTypeDef,
|
|
1316
848
|
RemoveProjectEnvContentHintProjectsResponse14
|
|
1317
849
|
> = z.object({
|
|
1318
|
-
type:
|
|
1319
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody314Type$outboundSchema,
|
|
850
|
+
type: z.literal("integration-store-secret"),
|
|
1320
851
|
storeId: z.string(),
|
|
1321
852
|
integrationId: z.string(),
|
|
1322
853
|
integrationProductId: z.string(),
|
|
@@ -1349,20 +880,6 @@ export function removeProjectEnvContentHintProjectsResponse14FromJSON(
|
|
|
1349
880
|
);
|
|
1350
881
|
}
|
|
1351
882
|
|
|
1352
|
-
/** @internal */
|
|
1353
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema:
|
|
1354
|
-
z.ZodNativeEnum<
|
|
1355
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
1356
|
-
> = z.nativeEnum(
|
|
1357
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type,
|
|
1358
|
-
);
|
|
1359
|
-
/** @internal */
|
|
1360
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema:
|
|
1361
|
-
z.ZodNativeEnum<
|
|
1362
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type
|
|
1363
|
-
> =
|
|
1364
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema;
|
|
1365
|
-
|
|
1366
883
|
/** @internal */
|
|
1367
884
|
export const RemoveProjectEnvContentHintProjectsResponse13$inboundSchema:
|
|
1368
885
|
z.ZodType<
|
|
@@ -1370,13 +887,12 @@ export const RemoveProjectEnvContentHintProjectsResponse13$inboundSchema:
|
|
|
1370
887
|
z.ZodTypeDef,
|
|
1371
888
|
unknown
|
|
1372
889
|
> = z.object({
|
|
1373
|
-
type:
|
|
1374
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$inboundSchema,
|
|
890
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1375
891
|
storeId: z.string(),
|
|
1376
892
|
});
|
|
1377
893
|
/** @internal */
|
|
1378
894
|
export type RemoveProjectEnvContentHintProjectsResponse13$Outbound = {
|
|
1379
|
-
type:
|
|
895
|
+
type: "postgres-url-no-ssl";
|
|
1380
896
|
storeId: string;
|
|
1381
897
|
};
|
|
1382
898
|
|
|
@@ -1387,8 +903,7 @@ export const RemoveProjectEnvContentHintProjectsResponse13$outboundSchema:
|
|
|
1387
903
|
z.ZodTypeDef,
|
|
1388
904
|
RemoveProjectEnvContentHintProjectsResponse13
|
|
1389
905
|
> = z.object({
|
|
1390
|
-
type:
|
|
1391
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody313Type$outboundSchema,
|
|
906
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
1392
907
|
storeId: z.string(),
|
|
1393
908
|
});
|
|
1394
909
|
|
|
@@ -1418,20 +933,6 @@ export function removeProjectEnvContentHintProjectsResponse13FromJSON(
|
|
|
1418
933
|
);
|
|
1419
934
|
}
|
|
1420
935
|
|
|
1421
|
-
/** @internal */
|
|
1422
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema:
|
|
1423
|
-
z.ZodNativeEnum<
|
|
1424
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
1425
|
-
> = z.nativeEnum(
|
|
1426
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type,
|
|
1427
|
-
);
|
|
1428
|
-
/** @internal */
|
|
1429
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema:
|
|
1430
|
-
z.ZodNativeEnum<
|
|
1431
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type
|
|
1432
|
-
> =
|
|
1433
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema;
|
|
1434
|
-
|
|
1435
936
|
/** @internal */
|
|
1436
937
|
export const RemoveProjectEnvContentHintProjectsResponse12$inboundSchema:
|
|
1437
938
|
z.ZodType<
|
|
@@ -1439,13 +940,12 @@ export const RemoveProjectEnvContentHintProjectsResponse12$inboundSchema:
|
|
|
1439
940
|
z.ZodTypeDef,
|
|
1440
941
|
unknown
|
|
1441
942
|
> = z.object({
|
|
1442
|
-
type:
|
|
1443
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$inboundSchema,
|
|
943
|
+
type: z.literal("postgres-database"),
|
|
1444
944
|
storeId: z.string(),
|
|
1445
945
|
});
|
|
1446
946
|
/** @internal */
|
|
1447
947
|
export type RemoveProjectEnvContentHintProjectsResponse12$Outbound = {
|
|
1448
|
-
type:
|
|
948
|
+
type: "postgres-database";
|
|
1449
949
|
storeId: string;
|
|
1450
950
|
};
|
|
1451
951
|
|
|
@@ -1456,8 +956,7 @@ export const RemoveProjectEnvContentHintProjectsResponse12$outboundSchema:
|
|
|
1456
956
|
z.ZodTypeDef,
|
|
1457
957
|
RemoveProjectEnvContentHintProjectsResponse12
|
|
1458
958
|
> = z.object({
|
|
1459
|
-
type:
|
|
1460
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody312Type$outboundSchema,
|
|
959
|
+
type: z.literal("postgres-database"),
|
|
1461
960
|
storeId: z.string(),
|
|
1462
961
|
});
|
|
1463
962
|
|
|
@@ -1487,20 +986,6 @@ export function removeProjectEnvContentHintProjectsResponse12FromJSON(
|
|
|
1487
986
|
);
|
|
1488
987
|
}
|
|
1489
988
|
|
|
1490
|
-
/** @internal */
|
|
1491
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema:
|
|
1492
|
-
z.ZodNativeEnum<
|
|
1493
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
1494
|
-
> = z.nativeEnum(
|
|
1495
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type,
|
|
1496
|
-
);
|
|
1497
|
-
/** @internal */
|
|
1498
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema:
|
|
1499
|
-
z.ZodNativeEnum<
|
|
1500
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type
|
|
1501
|
-
> =
|
|
1502
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema;
|
|
1503
|
-
|
|
1504
989
|
/** @internal */
|
|
1505
990
|
export const RemoveProjectEnvContentHintProjectsResponse11$inboundSchema:
|
|
1506
991
|
z.ZodType<
|
|
@@ -1508,13 +993,12 @@ export const RemoveProjectEnvContentHintProjectsResponse11$inboundSchema:
|
|
|
1508
993
|
z.ZodTypeDef,
|
|
1509
994
|
unknown
|
|
1510
995
|
> = z.object({
|
|
1511
|
-
type:
|
|
1512
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$inboundSchema,
|
|
996
|
+
type: z.literal("postgres-password"),
|
|
1513
997
|
storeId: z.string(),
|
|
1514
998
|
});
|
|
1515
999
|
/** @internal */
|
|
1516
1000
|
export type RemoveProjectEnvContentHintProjectsResponse11$Outbound = {
|
|
1517
|
-
type:
|
|
1001
|
+
type: "postgres-password";
|
|
1518
1002
|
storeId: string;
|
|
1519
1003
|
};
|
|
1520
1004
|
|
|
@@ -1525,8 +1009,7 @@ export const RemoveProjectEnvContentHintProjectsResponse11$outboundSchema:
|
|
|
1525
1009
|
z.ZodTypeDef,
|
|
1526
1010
|
RemoveProjectEnvContentHintProjectsResponse11
|
|
1527
1011
|
> = z.object({
|
|
1528
|
-
type:
|
|
1529
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody311Type$outboundSchema,
|
|
1012
|
+
type: z.literal("postgres-password"),
|
|
1530
1013
|
storeId: z.string(),
|
|
1531
1014
|
});
|
|
1532
1015
|
|
|
@@ -1556,20 +1039,6 @@ export function removeProjectEnvContentHintProjectsResponse11FromJSON(
|
|
|
1556
1039
|
);
|
|
1557
1040
|
}
|
|
1558
1041
|
|
|
1559
|
-
/** @internal */
|
|
1560
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema:
|
|
1561
|
-
z.ZodNativeEnum<
|
|
1562
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
1563
|
-
> = z.nativeEnum(
|
|
1564
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type,
|
|
1565
|
-
);
|
|
1566
|
-
/** @internal */
|
|
1567
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema:
|
|
1568
|
-
z.ZodNativeEnum<
|
|
1569
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type
|
|
1570
|
-
> =
|
|
1571
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema;
|
|
1572
|
-
|
|
1573
1042
|
/** @internal */
|
|
1574
1043
|
export const RemoveProjectEnvContentHintProjectsResponse10$inboundSchema:
|
|
1575
1044
|
z.ZodType<
|
|
@@ -1577,13 +1046,12 @@ export const RemoveProjectEnvContentHintProjectsResponse10$inboundSchema:
|
|
|
1577
1046
|
z.ZodTypeDef,
|
|
1578
1047
|
unknown
|
|
1579
1048
|
> = z.object({
|
|
1580
|
-
type:
|
|
1581
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$inboundSchema,
|
|
1049
|
+
type: z.literal("postgres-host"),
|
|
1582
1050
|
storeId: z.string(),
|
|
1583
1051
|
});
|
|
1584
1052
|
/** @internal */
|
|
1585
1053
|
export type RemoveProjectEnvContentHintProjectsResponse10$Outbound = {
|
|
1586
|
-
type:
|
|
1054
|
+
type: "postgres-host";
|
|
1587
1055
|
storeId: string;
|
|
1588
1056
|
};
|
|
1589
1057
|
|
|
@@ -1594,8 +1062,7 @@ export const RemoveProjectEnvContentHintProjectsResponse10$outboundSchema:
|
|
|
1594
1062
|
z.ZodTypeDef,
|
|
1595
1063
|
RemoveProjectEnvContentHintProjectsResponse10
|
|
1596
1064
|
> = z.object({
|
|
1597
|
-
type:
|
|
1598
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody310Type$outboundSchema,
|
|
1065
|
+
type: z.literal("postgres-host"),
|
|
1599
1066
|
storeId: z.string(),
|
|
1600
1067
|
});
|
|
1601
1068
|
|
|
@@ -1625,20 +1092,6 @@ export function removeProjectEnvContentHintProjectsResponse10FromJSON(
|
|
|
1625
1092
|
);
|
|
1626
1093
|
}
|
|
1627
1094
|
|
|
1628
|
-
/** @internal */
|
|
1629
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema:
|
|
1630
|
-
z.ZodNativeEnum<
|
|
1631
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
1632
|
-
> = z.nativeEnum(
|
|
1633
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type,
|
|
1634
|
-
);
|
|
1635
|
-
/** @internal */
|
|
1636
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema:
|
|
1637
|
-
z.ZodNativeEnum<
|
|
1638
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type
|
|
1639
|
-
> =
|
|
1640
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema;
|
|
1641
|
-
|
|
1642
1095
|
/** @internal */
|
|
1643
1096
|
export const RemoveProjectEnvContentHintProjectsResponse9$inboundSchema:
|
|
1644
1097
|
z.ZodType<
|
|
@@ -1646,13 +1099,12 @@ export const RemoveProjectEnvContentHintProjectsResponse9$inboundSchema:
|
|
|
1646
1099
|
z.ZodTypeDef,
|
|
1647
1100
|
unknown
|
|
1648
1101
|
> = z.object({
|
|
1649
|
-
type:
|
|
1650
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$inboundSchema,
|
|
1102
|
+
type: z.literal("postgres-user"),
|
|
1651
1103
|
storeId: z.string(),
|
|
1652
1104
|
});
|
|
1653
1105
|
/** @internal */
|
|
1654
1106
|
export type RemoveProjectEnvContentHintProjectsResponse9$Outbound = {
|
|
1655
|
-
type:
|
|
1107
|
+
type: "postgres-user";
|
|
1656
1108
|
storeId: string;
|
|
1657
1109
|
};
|
|
1658
1110
|
|
|
@@ -1663,8 +1115,7 @@ export const RemoveProjectEnvContentHintProjectsResponse9$outboundSchema:
|
|
|
1663
1115
|
z.ZodTypeDef,
|
|
1664
1116
|
RemoveProjectEnvContentHintProjectsResponse9
|
|
1665
1117
|
> = z.object({
|
|
1666
|
-
type:
|
|
1667
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody39Type$outboundSchema,
|
|
1118
|
+
type: z.literal("postgres-user"),
|
|
1668
1119
|
storeId: z.string(),
|
|
1669
1120
|
});
|
|
1670
1121
|
|
|
@@ -1694,20 +1145,6 @@ export function removeProjectEnvContentHintProjectsResponse9FromJSON(
|
|
|
1694
1145
|
);
|
|
1695
1146
|
}
|
|
1696
1147
|
|
|
1697
|
-
/** @internal */
|
|
1698
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema:
|
|
1699
|
-
z.ZodNativeEnum<
|
|
1700
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
1701
|
-
> = z.nativeEnum(
|
|
1702
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type,
|
|
1703
|
-
);
|
|
1704
|
-
/** @internal */
|
|
1705
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema:
|
|
1706
|
-
z.ZodNativeEnum<
|
|
1707
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type
|
|
1708
|
-
> =
|
|
1709
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema;
|
|
1710
|
-
|
|
1711
1148
|
/** @internal */
|
|
1712
1149
|
export const RemoveProjectEnvContentHintProjectsResponse8$inboundSchema:
|
|
1713
1150
|
z.ZodType<
|
|
@@ -1715,13 +1152,12 @@ export const RemoveProjectEnvContentHintProjectsResponse8$inboundSchema:
|
|
|
1715
1152
|
z.ZodTypeDef,
|
|
1716
1153
|
unknown
|
|
1717
1154
|
> = z.object({
|
|
1718
|
-
type:
|
|
1719
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$inboundSchema,
|
|
1155
|
+
type: z.literal("postgres-prisma-url"),
|
|
1720
1156
|
storeId: z.string(),
|
|
1721
1157
|
});
|
|
1722
1158
|
/** @internal */
|
|
1723
1159
|
export type RemoveProjectEnvContentHintProjectsResponse8$Outbound = {
|
|
1724
|
-
type:
|
|
1160
|
+
type: "postgres-prisma-url";
|
|
1725
1161
|
storeId: string;
|
|
1726
1162
|
};
|
|
1727
1163
|
|
|
@@ -1732,8 +1168,7 @@ export const RemoveProjectEnvContentHintProjectsResponse8$outboundSchema:
|
|
|
1732
1168
|
z.ZodTypeDef,
|
|
1733
1169
|
RemoveProjectEnvContentHintProjectsResponse8
|
|
1734
1170
|
> = z.object({
|
|
1735
|
-
type:
|
|
1736
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody38Type$outboundSchema,
|
|
1171
|
+
type: z.literal("postgres-prisma-url"),
|
|
1737
1172
|
storeId: z.string(),
|
|
1738
1173
|
});
|
|
1739
1174
|
|
|
@@ -1763,20 +1198,6 @@ export function removeProjectEnvContentHintProjectsResponse8FromJSON(
|
|
|
1763
1198
|
);
|
|
1764
1199
|
}
|
|
1765
1200
|
|
|
1766
|
-
/** @internal */
|
|
1767
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema:
|
|
1768
|
-
z.ZodNativeEnum<
|
|
1769
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
1770
|
-
> = z.nativeEnum(
|
|
1771
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type,
|
|
1772
|
-
);
|
|
1773
|
-
/** @internal */
|
|
1774
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema:
|
|
1775
|
-
z.ZodNativeEnum<
|
|
1776
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type
|
|
1777
|
-
> =
|
|
1778
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema;
|
|
1779
|
-
|
|
1780
1201
|
/** @internal */
|
|
1781
1202
|
export const RemoveProjectEnvContentHintProjectsResponse7$inboundSchema:
|
|
1782
1203
|
z.ZodType<
|
|
@@ -1784,13 +1205,12 @@ export const RemoveProjectEnvContentHintProjectsResponse7$inboundSchema:
|
|
|
1784
1205
|
z.ZodTypeDef,
|
|
1785
1206
|
unknown
|
|
1786
1207
|
> = z.object({
|
|
1787
|
-
type:
|
|
1788
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$inboundSchema,
|
|
1208
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1789
1209
|
storeId: z.string(),
|
|
1790
1210
|
});
|
|
1791
1211
|
/** @internal */
|
|
1792
1212
|
export type RemoveProjectEnvContentHintProjectsResponse7$Outbound = {
|
|
1793
|
-
type:
|
|
1213
|
+
type: "postgres-url-non-pooling";
|
|
1794
1214
|
storeId: string;
|
|
1795
1215
|
};
|
|
1796
1216
|
|
|
@@ -1801,8 +1221,7 @@ export const RemoveProjectEnvContentHintProjectsResponse7$outboundSchema:
|
|
|
1801
1221
|
z.ZodTypeDef,
|
|
1802
1222
|
RemoveProjectEnvContentHintProjectsResponse7
|
|
1803
1223
|
> = z.object({
|
|
1804
|
-
type:
|
|
1805
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody37Type$outboundSchema,
|
|
1224
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
1806
1225
|
storeId: z.string(),
|
|
1807
1226
|
});
|
|
1808
1227
|
|
|
@@ -1832,20 +1251,6 @@ export function removeProjectEnvContentHintProjectsResponse7FromJSON(
|
|
|
1832
1251
|
);
|
|
1833
1252
|
}
|
|
1834
1253
|
|
|
1835
|
-
/** @internal */
|
|
1836
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema:
|
|
1837
|
-
z.ZodNativeEnum<
|
|
1838
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
1839
|
-
> = z.nativeEnum(
|
|
1840
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type,
|
|
1841
|
-
);
|
|
1842
|
-
/** @internal */
|
|
1843
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema:
|
|
1844
|
-
z.ZodNativeEnum<
|
|
1845
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type
|
|
1846
|
-
> =
|
|
1847
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema;
|
|
1848
|
-
|
|
1849
1254
|
/** @internal */
|
|
1850
1255
|
export const RemoveProjectEnvContentHintProjectsResponse6$inboundSchema:
|
|
1851
1256
|
z.ZodType<
|
|
@@ -1853,13 +1258,12 @@ export const RemoveProjectEnvContentHintProjectsResponse6$inboundSchema:
|
|
|
1853
1258
|
z.ZodTypeDef,
|
|
1854
1259
|
unknown
|
|
1855
1260
|
> = z.object({
|
|
1856
|
-
type:
|
|
1857
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$inboundSchema,
|
|
1261
|
+
type: z.literal("postgres-url"),
|
|
1858
1262
|
storeId: z.string(),
|
|
1859
1263
|
});
|
|
1860
1264
|
/** @internal */
|
|
1861
1265
|
export type RemoveProjectEnvContentHintProjectsResponse6$Outbound = {
|
|
1862
|
-
type:
|
|
1266
|
+
type: "postgres-url";
|
|
1863
1267
|
storeId: string;
|
|
1864
1268
|
};
|
|
1865
1269
|
|
|
@@ -1870,8 +1274,7 @@ export const RemoveProjectEnvContentHintProjectsResponse6$outboundSchema:
|
|
|
1870
1274
|
z.ZodTypeDef,
|
|
1871
1275
|
RemoveProjectEnvContentHintProjectsResponse6
|
|
1872
1276
|
> = z.object({
|
|
1873
|
-
type:
|
|
1874
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody36Type$outboundSchema,
|
|
1277
|
+
type: z.literal("postgres-url"),
|
|
1875
1278
|
storeId: z.string(),
|
|
1876
1279
|
});
|
|
1877
1280
|
|
|
@@ -1901,20 +1304,6 @@ export function removeProjectEnvContentHintProjectsResponse6FromJSON(
|
|
|
1901
1304
|
);
|
|
1902
1305
|
}
|
|
1903
1306
|
|
|
1904
|
-
/** @internal */
|
|
1905
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema:
|
|
1906
|
-
z.ZodNativeEnum<
|
|
1907
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
1908
|
-
> = z.nativeEnum(
|
|
1909
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type,
|
|
1910
|
-
);
|
|
1911
|
-
/** @internal */
|
|
1912
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema:
|
|
1913
|
-
z.ZodNativeEnum<
|
|
1914
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type
|
|
1915
|
-
> =
|
|
1916
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema;
|
|
1917
|
-
|
|
1918
1307
|
/** @internal */
|
|
1919
1308
|
export const RemoveProjectEnvContentHintProjectsResponse5$inboundSchema:
|
|
1920
1309
|
z.ZodType<
|
|
@@ -1922,13 +1311,12 @@ export const RemoveProjectEnvContentHintProjectsResponse5$inboundSchema:
|
|
|
1922
1311
|
z.ZodTypeDef,
|
|
1923
1312
|
unknown
|
|
1924
1313
|
> = z.object({
|
|
1925
|
-
type:
|
|
1926
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$inboundSchema,
|
|
1314
|
+
type: z.literal("blob-read-write-token"),
|
|
1927
1315
|
storeId: z.string(),
|
|
1928
1316
|
});
|
|
1929
1317
|
/** @internal */
|
|
1930
1318
|
export type RemoveProjectEnvContentHintProjectsResponse5$Outbound = {
|
|
1931
|
-
type:
|
|
1319
|
+
type: "blob-read-write-token";
|
|
1932
1320
|
storeId: string;
|
|
1933
1321
|
};
|
|
1934
1322
|
|
|
@@ -1939,8 +1327,7 @@ export const RemoveProjectEnvContentHintProjectsResponse5$outboundSchema:
|
|
|
1939
1327
|
z.ZodTypeDef,
|
|
1940
1328
|
RemoveProjectEnvContentHintProjectsResponse5
|
|
1941
1329
|
> = z.object({
|
|
1942
|
-
type:
|
|
1943
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody35Type$outboundSchema,
|
|
1330
|
+
type: z.literal("blob-read-write-token"),
|
|
1944
1331
|
storeId: z.string(),
|
|
1945
1332
|
});
|
|
1946
1333
|
|
|
@@ -1970,20 +1357,6 @@ export function removeProjectEnvContentHintProjectsResponse5FromJSON(
|
|
|
1970
1357
|
);
|
|
1971
1358
|
}
|
|
1972
1359
|
|
|
1973
|
-
/** @internal */
|
|
1974
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema:
|
|
1975
|
-
z.ZodNativeEnum<
|
|
1976
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
1977
|
-
> = z.nativeEnum(
|
|
1978
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type,
|
|
1979
|
-
);
|
|
1980
|
-
/** @internal */
|
|
1981
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema:
|
|
1982
|
-
z.ZodNativeEnum<
|
|
1983
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type
|
|
1984
|
-
> =
|
|
1985
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema;
|
|
1986
|
-
|
|
1987
1360
|
/** @internal */
|
|
1988
1361
|
export const RemoveProjectEnvContentHintProjectsResponse4$inboundSchema:
|
|
1989
1362
|
z.ZodType<
|
|
@@ -1991,13 +1364,12 @@ export const RemoveProjectEnvContentHintProjectsResponse4$inboundSchema:
|
|
|
1991
1364
|
z.ZodTypeDef,
|
|
1992
1365
|
unknown
|
|
1993
1366
|
> = z.object({
|
|
1994
|
-
type:
|
|
1995
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$inboundSchema,
|
|
1367
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
1996
1368
|
storeId: z.string(),
|
|
1997
1369
|
});
|
|
1998
1370
|
/** @internal */
|
|
1999
1371
|
export type RemoveProjectEnvContentHintProjectsResponse4$Outbound = {
|
|
2000
|
-
type:
|
|
1372
|
+
type: "redis-rest-api-read-only-token";
|
|
2001
1373
|
storeId: string;
|
|
2002
1374
|
};
|
|
2003
1375
|
|
|
@@ -2008,8 +1380,7 @@ export const RemoveProjectEnvContentHintProjectsResponse4$outboundSchema:
|
|
|
2008
1380
|
z.ZodTypeDef,
|
|
2009
1381
|
RemoveProjectEnvContentHintProjectsResponse4
|
|
2010
1382
|
> = z.object({
|
|
2011
|
-
type:
|
|
2012
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody34Type$outboundSchema,
|
|
1383
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
2013
1384
|
storeId: z.string(),
|
|
2014
1385
|
});
|
|
2015
1386
|
|
|
@@ -2039,20 +1410,6 @@ export function removeProjectEnvContentHintProjectsResponse4FromJSON(
|
|
|
2039
1410
|
);
|
|
2040
1411
|
}
|
|
2041
1412
|
|
|
2042
|
-
/** @internal */
|
|
2043
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema:
|
|
2044
|
-
z.ZodNativeEnum<
|
|
2045
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
2046
|
-
> = z.nativeEnum(
|
|
2047
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type,
|
|
2048
|
-
);
|
|
2049
|
-
/** @internal */
|
|
2050
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema:
|
|
2051
|
-
z.ZodNativeEnum<
|
|
2052
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type
|
|
2053
|
-
> =
|
|
2054
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema;
|
|
2055
|
-
|
|
2056
1413
|
/** @internal */
|
|
2057
1414
|
export const RemoveProjectEnvContentHintProjectsResponse3$inboundSchema:
|
|
2058
1415
|
z.ZodType<
|
|
@@ -2060,13 +1417,12 @@ export const RemoveProjectEnvContentHintProjectsResponse3$inboundSchema:
|
|
|
2060
1417
|
z.ZodTypeDef,
|
|
2061
1418
|
unknown
|
|
2062
1419
|
> = z.object({
|
|
2063
|
-
type:
|
|
2064
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$inboundSchema,
|
|
1420
|
+
type: z.literal("redis-rest-api-token"),
|
|
2065
1421
|
storeId: z.string(),
|
|
2066
1422
|
});
|
|
2067
1423
|
/** @internal */
|
|
2068
1424
|
export type RemoveProjectEnvContentHintProjectsResponse3$Outbound = {
|
|
2069
|
-
type:
|
|
1425
|
+
type: "redis-rest-api-token";
|
|
2070
1426
|
storeId: string;
|
|
2071
1427
|
};
|
|
2072
1428
|
|
|
@@ -2077,8 +1433,7 @@ export const RemoveProjectEnvContentHintProjectsResponse3$outboundSchema:
|
|
|
2077
1433
|
z.ZodTypeDef,
|
|
2078
1434
|
RemoveProjectEnvContentHintProjectsResponse3
|
|
2079
1435
|
> = z.object({
|
|
2080
|
-
type:
|
|
2081
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody33Type$outboundSchema,
|
|
1436
|
+
type: z.literal("redis-rest-api-token"),
|
|
2082
1437
|
storeId: z.string(),
|
|
2083
1438
|
});
|
|
2084
1439
|
|
|
@@ -2108,20 +1463,6 @@ export function removeProjectEnvContentHintProjectsResponse3FromJSON(
|
|
|
2108
1463
|
);
|
|
2109
1464
|
}
|
|
2110
1465
|
|
|
2111
|
-
/** @internal */
|
|
2112
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema:
|
|
2113
|
-
z.ZodNativeEnum<
|
|
2114
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
2115
|
-
> = z.nativeEnum(
|
|
2116
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type,
|
|
2117
|
-
);
|
|
2118
|
-
/** @internal */
|
|
2119
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema:
|
|
2120
|
-
z.ZodNativeEnum<
|
|
2121
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type
|
|
2122
|
-
> =
|
|
2123
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema;
|
|
2124
|
-
|
|
2125
1466
|
/** @internal */
|
|
2126
1467
|
export const RemoveProjectEnvContentHintProjectsResponse2$inboundSchema:
|
|
2127
1468
|
z.ZodType<
|
|
@@ -2129,13 +1470,12 @@ export const RemoveProjectEnvContentHintProjectsResponse2$inboundSchema:
|
|
|
2129
1470
|
z.ZodTypeDef,
|
|
2130
1471
|
unknown
|
|
2131
1472
|
> = z.object({
|
|
2132
|
-
type:
|
|
2133
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$inboundSchema,
|
|
1473
|
+
type: z.literal("redis-rest-api-url"),
|
|
2134
1474
|
storeId: z.string(),
|
|
2135
1475
|
});
|
|
2136
1476
|
/** @internal */
|
|
2137
1477
|
export type RemoveProjectEnvContentHintProjectsResponse2$Outbound = {
|
|
2138
|
-
type:
|
|
1478
|
+
type: "redis-rest-api-url";
|
|
2139
1479
|
storeId: string;
|
|
2140
1480
|
};
|
|
2141
1481
|
|
|
@@ -2146,8 +1486,7 @@ export const RemoveProjectEnvContentHintProjectsResponse2$outboundSchema:
|
|
|
2146
1486
|
z.ZodTypeDef,
|
|
2147
1487
|
RemoveProjectEnvContentHintProjectsResponse2
|
|
2148
1488
|
> = z.object({
|
|
2149
|
-
type:
|
|
2150
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody32Type$outboundSchema,
|
|
1489
|
+
type: z.literal("redis-rest-api-url"),
|
|
2151
1490
|
storeId: z.string(),
|
|
2152
1491
|
});
|
|
2153
1492
|
|
|
@@ -2177,20 +1516,6 @@ export function removeProjectEnvContentHintProjectsResponse2FromJSON(
|
|
|
2177
1516
|
);
|
|
2178
1517
|
}
|
|
2179
1518
|
|
|
2180
|
-
/** @internal */
|
|
2181
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema:
|
|
2182
|
-
z.ZodNativeEnum<
|
|
2183
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2184
|
-
> = z.nativeEnum(
|
|
2185
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type,
|
|
2186
|
-
);
|
|
2187
|
-
/** @internal */
|
|
2188
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema:
|
|
2189
|
-
z.ZodNativeEnum<
|
|
2190
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type
|
|
2191
|
-
> =
|
|
2192
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema;
|
|
2193
|
-
|
|
2194
1519
|
/** @internal */
|
|
2195
1520
|
export const RemoveProjectEnvContentHintProjectsResponse1$inboundSchema:
|
|
2196
1521
|
z.ZodType<
|
|
@@ -2198,13 +1523,12 @@ export const RemoveProjectEnvContentHintProjectsResponse1$inboundSchema:
|
|
|
2198
1523
|
z.ZodTypeDef,
|
|
2199
1524
|
unknown
|
|
2200
1525
|
> = z.object({
|
|
2201
|
-
type:
|
|
2202
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$inboundSchema,
|
|
1526
|
+
type: z.literal("redis-url"),
|
|
2203
1527
|
storeId: z.string(),
|
|
2204
1528
|
});
|
|
2205
1529
|
/** @internal */
|
|
2206
1530
|
export type RemoveProjectEnvContentHintProjectsResponse1$Outbound = {
|
|
2207
|
-
type:
|
|
1531
|
+
type: "redis-url";
|
|
2208
1532
|
storeId: string;
|
|
2209
1533
|
};
|
|
2210
1534
|
|
|
@@ -2215,8 +1539,7 @@ export const RemoveProjectEnvContentHintProjectsResponse1$outboundSchema:
|
|
|
2215
1539
|
z.ZodTypeDef,
|
|
2216
1540
|
RemoveProjectEnvContentHintProjectsResponse1
|
|
2217
1541
|
> = z.object({
|
|
2218
|
-
type:
|
|
2219
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody3Type$outboundSchema,
|
|
1542
|
+
type: z.literal("redis-url"),
|
|
2220
1543
|
storeId: z.string(),
|
|
2221
1544
|
});
|
|
2222
1545
|
|
|
@@ -2253,7 +1576,6 @@ export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSche
|
|
|
2253
1576
|
z.ZodTypeDef,
|
|
2254
1577
|
unknown
|
|
2255
1578
|
> = z.union([
|
|
2256
|
-
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2257
1579
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
2258
1580
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
2259
1581
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
@@ -2267,11 +1589,11 @@ export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$inboundSche
|
|
|
2267
1589
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
2268
1590
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
2269
1591
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
1592
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2270
1593
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
2271
1594
|
]);
|
|
2272
1595
|
/** @internal */
|
|
2273
1596
|
export type RemoveProjectEnvResponseBodyProjectsResponseContentHint$Outbound =
|
|
2274
|
-
| RemoveProjectEnvContentHintProjectsResponse14$Outbound
|
|
2275
1597
|
| RemoveProjectEnvContentHintProjectsResponse1$Outbound
|
|
2276
1598
|
| RemoveProjectEnvContentHintProjectsResponse2$Outbound
|
|
2277
1599
|
| RemoveProjectEnvContentHintProjectsResponse3$Outbound
|
|
@@ -2285,6 +1607,7 @@ export type RemoveProjectEnvResponseBodyProjectsResponseContentHint$Outbound =
|
|
|
2285
1607
|
| RemoveProjectEnvContentHintProjectsResponse11$Outbound
|
|
2286
1608
|
| RemoveProjectEnvContentHintProjectsResponse12$Outbound
|
|
2287
1609
|
| RemoveProjectEnvContentHintProjectsResponse13$Outbound
|
|
1610
|
+
| RemoveProjectEnvContentHintProjectsResponse14$Outbound
|
|
2288
1611
|
| RemoveProjectEnvContentHintProjectsResponse15$Outbound;
|
|
2289
1612
|
|
|
2290
1613
|
/** @internal */
|
|
@@ -2294,7 +1617,6 @@ export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSch
|
|
|
2294
1617
|
z.ZodTypeDef,
|
|
2295
1618
|
RemoveProjectEnvResponseBodyProjectsResponseContentHint
|
|
2296
1619
|
> = z.union([
|
|
2297
|
-
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2298
1620
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
2299
1621
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
2300
1622
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
@@ -2308,6 +1630,7 @@ export const RemoveProjectEnvResponseBodyProjectsResponseContentHint$outboundSch
|
|
|
2308
1630
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$outboundSchema),
|
|
2309
1631
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$outboundSchema),
|
|
2310
1632
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$outboundSchema),
|
|
1633
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$outboundSchema),
|
|
2311
1634
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$outboundSchema),
|
|
2312
1635
|
]);
|
|
2313
1636
|
|
|
@@ -2430,7 +1753,6 @@ export const RemoveProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
2430
1753
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2431
1754
|
contentHint: z.nullable(
|
|
2432
1755
|
z.union([
|
|
2433
|
-
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2434
1756
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$inboundSchema),
|
|
2435
1757
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$inboundSchema),
|
|
2436
1758
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$inboundSchema),
|
|
@@ -2444,6 +1766,7 @@ export const RemoveProjectEnvResponseBody3$inboundSchema: z.ZodType<
|
|
|
2444
1766
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse11$inboundSchema),
|
|
2445
1767
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse12$inboundSchema),
|
|
2446
1768
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse13$inboundSchema),
|
|
1769
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse14$inboundSchema),
|
|
2447
1770
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse15$inboundSchema),
|
|
2448
1771
|
]),
|
|
2449
1772
|
).optional(),
|
|
@@ -2474,7 +1797,6 @@ export type RemoveProjectEnvResponseBody3$Outbound = {
|
|
|
2474
1797
|
edgeConfigId?: string | null | undefined;
|
|
2475
1798
|
edgeConfigTokenId?: string | null | undefined;
|
|
2476
1799
|
contentHint?:
|
|
2477
|
-
| RemoveProjectEnvContentHintProjectsResponse14$Outbound
|
|
2478
1800
|
| RemoveProjectEnvContentHintProjectsResponse1$Outbound
|
|
2479
1801
|
| RemoveProjectEnvContentHintProjectsResponse2$Outbound
|
|
2480
1802
|
| RemoveProjectEnvContentHintProjectsResponse3$Outbound
|
|
@@ -2488,6 +1810,7 @@ export type RemoveProjectEnvResponseBody3$Outbound = {
|
|
|
2488
1810
|
| RemoveProjectEnvContentHintProjectsResponse11$Outbound
|
|
2489
1811
|
| RemoveProjectEnvContentHintProjectsResponse12$Outbound
|
|
2490
1812
|
| RemoveProjectEnvContentHintProjectsResponse13$Outbound
|
|
1813
|
+
| RemoveProjectEnvContentHintProjectsResponse14$Outbound
|
|
2491
1814
|
| RemoveProjectEnvContentHintProjectsResponse15$Outbound
|
|
2492
1815
|
| null
|
|
2493
1816
|
| undefined;
|
|
@@ -2526,11 +1849,10 @@ export const RemoveProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
2526
1849
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
2527
1850
|
contentHint: z.nullable(
|
|
2528
1851
|
z.union([
|
|
1852
|
+
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
2529
1853
|
z.lazy(() =>
|
|
2530
|
-
|
|
1854
|
+
RemoveProjectEnvContentHintProjectsResponse2$outboundSchema
|
|
2531
1855
|
),
|
|
2532
|
-
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse1$outboundSchema),
|
|
2533
|
-
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse2$outboundSchema),
|
|
2534
1856
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse3$outboundSchema),
|
|
2535
1857
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse4$outboundSchema),
|
|
2536
1858
|
z.lazy(() => RemoveProjectEnvContentHintProjectsResponse5$outboundSchema),
|
|
@@ -2550,6 +1872,9 @@ export const RemoveProjectEnvResponseBody3$outboundSchema: z.ZodType<
|
|
|
2550
1872
|
z.lazy(() =>
|
|
2551
1873
|
RemoveProjectEnvContentHintProjectsResponse13$outboundSchema
|
|
2552
1874
|
),
|
|
1875
|
+
z.lazy(() =>
|
|
1876
|
+
RemoveProjectEnvContentHintProjectsResponse14$outboundSchema
|
|
1877
|
+
),
|
|
2553
1878
|
z.lazy(() =>
|
|
2554
1879
|
RemoveProjectEnvContentHintProjectsResponse15$outboundSchema
|
|
2555
1880
|
),
|
|
@@ -2659,33 +1984,18 @@ export const RemoveProjectEnvResponseBodyProjectsType$outboundSchema:
|
|
|
2659
1984
|
z.ZodNativeEnum<typeof RemoveProjectEnvResponseBodyProjectsType> =
|
|
2660
1985
|
RemoveProjectEnvResponseBodyProjectsType$inboundSchema;
|
|
2661
1986
|
|
|
2662
|
-
/** @internal */
|
|
2663
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema:
|
|
2664
|
-
z.ZodNativeEnum<
|
|
2665
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
2666
|
-
> = z.nativeEnum(
|
|
2667
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type,
|
|
2668
|
-
);
|
|
2669
|
-
/** @internal */
|
|
2670
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema:
|
|
2671
|
-
z.ZodNativeEnum<
|
|
2672
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type
|
|
2673
|
-
> =
|
|
2674
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema;
|
|
2675
|
-
|
|
2676
1987
|
/** @internal */
|
|
2677
1988
|
export const RemoveProjectEnvContentHintProjects15$inboundSchema: z.ZodType<
|
|
2678
1989
|
RemoveProjectEnvContentHintProjects15,
|
|
2679
1990
|
z.ZodTypeDef,
|
|
2680
1991
|
unknown
|
|
2681
1992
|
> = z.object({
|
|
2682
|
-
type:
|
|
2683
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$inboundSchema,
|
|
1993
|
+
type: z.literal("flags-connection-string"),
|
|
2684
1994
|
projectId: z.string(),
|
|
2685
1995
|
});
|
|
2686
1996
|
/** @internal */
|
|
2687
1997
|
export type RemoveProjectEnvContentHintProjects15$Outbound = {
|
|
2688
|
-
type: string;
|
|
1998
|
+
type: "flags-connection-string";
|
|
2689
1999
|
projectId: string;
|
|
2690
2000
|
};
|
|
2691
2001
|
|
|
@@ -2695,8 +2005,7 @@ export const RemoveProjectEnvContentHintProjects15$outboundSchema: z.ZodType<
|
|
|
2695
2005
|
z.ZodTypeDef,
|
|
2696
2006
|
RemoveProjectEnvContentHintProjects15
|
|
2697
2007
|
> = z.object({
|
|
2698
|
-
type:
|
|
2699
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type$outboundSchema,
|
|
2008
|
+
type: z.literal("flags-connection-string"),
|
|
2700
2009
|
projectId: z.string(),
|
|
2701
2010
|
});
|
|
2702
2011
|
|
|
@@ -2720,28 +2029,13 @@ export function removeProjectEnvContentHintProjects15FromJSON(
|
|
|
2720
2029
|
);
|
|
2721
2030
|
}
|
|
2722
2031
|
|
|
2723
|
-
/** @internal */
|
|
2724
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema:
|
|
2725
|
-
z.ZodNativeEnum<
|
|
2726
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
2727
|
-
> = z.nativeEnum(
|
|
2728
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type,
|
|
2729
|
-
);
|
|
2730
|
-
/** @internal */
|
|
2731
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema:
|
|
2732
|
-
z.ZodNativeEnum<
|
|
2733
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type
|
|
2734
|
-
> =
|
|
2735
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema;
|
|
2736
|
-
|
|
2737
2032
|
/** @internal */
|
|
2738
2033
|
export const RemoveProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
|
|
2739
2034
|
RemoveProjectEnvContentHintProjects14,
|
|
2740
2035
|
z.ZodTypeDef,
|
|
2741
2036
|
unknown
|
|
2742
2037
|
> = z.object({
|
|
2743
|
-
type:
|
|
2744
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$inboundSchema,
|
|
2038
|
+
type: z.literal("integration-store-secret"),
|
|
2745
2039
|
storeId: z.string(),
|
|
2746
2040
|
integrationId: z.string(),
|
|
2747
2041
|
integrationProductId: z.string(),
|
|
@@ -2749,7 +2043,7 @@ export const RemoveProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
|
|
|
2749
2043
|
});
|
|
2750
2044
|
/** @internal */
|
|
2751
2045
|
export type RemoveProjectEnvContentHintProjects14$Outbound = {
|
|
2752
|
-
type:
|
|
2046
|
+
type: "integration-store-secret";
|
|
2753
2047
|
storeId: string;
|
|
2754
2048
|
integrationId: string;
|
|
2755
2049
|
integrationProductId: string;
|
|
@@ -2762,8 +2056,7 @@ export const RemoveProjectEnvContentHintProjects14$outboundSchema: z.ZodType<
|
|
|
2762
2056
|
z.ZodTypeDef,
|
|
2763
2057
|
RemoveProjectEnvContentHintProjects14
|
|
2764
2058
|
> = z.object({
|
|
2765
|
-
type:
|
|
2766
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody214Type$outboundSchema,
|
|
2059
|
+
type: z.literal("integration-store-secret"),
|
|
2767
2060
|
storeId: z.string(),
|
|
2768
2061
|
integrationId: z.string(),
|
|
2769
2062
|
integrationProductId: z.string(),
|
|
@@ -2790,33 +2083,18 @@ export function removeProjectEnvContentHintProjects14FromJSON(
|
|
|
2790
2083
|
);
|
|
2791
2084
|
}
|
|
2792
2085
|
|
|
2793
|
-
/** @internal */
|
|
2794
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema:
|
|
2795
|
-
z.ZodNativeEnum<
|
|
2796
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
2797
|
-
> = z.nativeEnum(
|
|
2798
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type,
|
|
2799
|
-
);
|
|
2800
|
-
/** @internal */
|
|
2801
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema:
|
|
2802
|
-
z.ZodNativeEnum<
|
|
2803
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type
|
|
2804
|
-
> =
|
|
2805
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema;
|
|
2806
|
-
|
|
2807
2086
|
/** @internal */
|
|
2808
2087
|
export const RemoveProjectEnvContentHintProjects13$inboundSchema: z.ZodType<
|
|
2809
2088
|
RemoveProjectEnvContentHintProjects13,
|
|
2810
2089
|
z.ZodTypeDef,
|
|
2811
2090
|
unknown
|
|
2812
2091
|
> = z.object({
|
|
2813
|
-
type:
|
|
2814
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$inboundSchema,
|
|
2092
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2815
2093
|
storeId: z.string(),
|
|
2816
2094
|
});
|
|
2817
2095
|
/** @internal */
|
|
2818
2096
|
export type RemoveProjectEnvContentHintProjects13$Outbound = {
|
|
2819
|
-
type:
|
|
2097
|
+
type: "postgres-url-no-ssl";
|
|
2820
2098
|
storeId: string;
|
|
2821
2099
|
};
|
|
2822
2100
|
|
|
@@ -2826,8 +2104,7 @@ export const RemoveProjectEnvContentHintProjects13$outboundSchema: z.ZodType<
|
|
|
2826
2104
|
z.ZodTypeDef,
|
|
2827
2105
|
RemoveProjectEnvContentHintProjects13
|
|
2828
2106
|
> = z.object({
|
|
2829
|
-
type:
|
|
2830
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody213Type$outboundSchema,
|
|
2107
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
2831
2108
|
storeId: z.string(),
|
|
2832
2109
|
});
|
|
2833
2110
|
|
|
@@ -2851,33 +2128,18 @@ export function removeProjectEnvContentHintProjects13FromJSON(
|
|
|
2851
2128
|
);
|
|
2852
2129
|
}
|
|
2853
2130
|
|
|
2854
|
-
/** @internal */
|
|
2855
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema:
|
|
2856
|
-
z.ZodNativeEnum<
|
|
2857
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
2858
|
-
> = z.nativeEnum(
|
|
2859
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type,
|
|
2860
|
-
);
|
|
2861
|
-
/** @internal */
|
|
2862
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema:
|
|
2863
|
-
z.ZodNativeEnum<
|
|
2864
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type
|
|
2865
|
-
> =
|
|
2866
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema;
|
|
2867
|
-
|
|
2868
2131
|
/** @internal */
|
|
2869
2132
|
export const RemoveProjectEnvContentHintProjects12$inboundSchema: z.ZodType<
|
|
2870
2133
|
RemoveProjectEnvContentHintProjects12,
|
|
2871
2134
|
z.ZodTypeDef,
|
|
2872
2135
|
unknown
|
|
2873
2136
|
> = z.object({
|
|
2874
|
-
type:
|
|
2875
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$inboundSchema,
|
|
2137
|
+
type: z.literal("postgres-database"),
|
|
2876
2138
|
storeId: z.string(),
|
|
2877
2139
|
});
|
|
2878
2140
|
/** @internal */
|
|
2879
2141
|
export type RemoveProjectEnvContentHintProjects12$Outbound = {
|
|
2880
|
-
type:
|
|
2142
|
+
type: "postgres-database";
|
|
2881
2143
|
storeId: string;
|
|
2882
2144
|
};
|
|
2883
2145
|
|
|
@@ -2887,8 +2149,7 @@ export const RemoveProjectEnvContentHintProjects12$outboundSchema: z.ZodType<
|
|
|
2887
2149
|
z.ZodTypeDef,
|
|
2888
2150
|
RemoveProjectEnvContentHintProjects12
|
|
2889
2151
|
> = z.object({
|
|
2890
|
-
type:
|
|
2891
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody212Type$outboundSchema,
|
|
2152
|
+
type: z.literal("postgres-database"),
|
|
2892
2153
|
storeId: z.string(),
|
|
2893
2154
|
});
|
|
2894
2155
|
|
|
@@ -2912,33 +2173,18 @@ export function removeProjectEnvContentHintProjects12FromJSON(
|
|
|
2912
2173
|
);
|
|
2913
2174
|
}
|
|
2914
2175
|
|
|
2915
|
-
/** @internal */
|
|
2916
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema:
|
|
2917
|
-
z.ZodNativeEnum<
|
|
2918
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
2919
|
-
> = z.nativeEnum(
|
|
2920
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type,
|
|
2921
|
-
);
|
|
2922
|
-
/** @internal */
|
|
2923
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema:
|
|
2924
|
-
z.ZodNativeEnum<
|
|
2925
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type
|
|
2926
|
-
> =
|
|
2927
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema;
|
|
2928
|
-
|
|
2929
2176
|
/** @internal */
|
|
2930
2177
|
export const RemoveProjectEnvContentHintProjects11$inboundSchema: z.ZodType<
|
|
2931
2178
|
RemoveProjectEnvContentHintProjects11,
|
|
2932
2179
|
z.ZodTypeDef,
|
|
2933
2180
|
unknown
|
|
2934
2181
|
> = z.object({
|
|
2935
|
-
type:
|
|
2936
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$inboundSchema,
|
|
2182
|
+
type: z.literal("postgres-password"),
|
|
2937
2183
|
storeId: z.string(),
|
|
2938
2184
|
});
|
|
2939
2185
|
/** @internal */
|
|
2940
2186
|
export type RemoveProjectEnvContentHintProjects11$Outbound = {
|
|
2941
|
-
type:
|
|
2187
|
+
type: "postgres-password";
|
|
2942
2188
|
storeId: string;
|
|
2943
2189
|
};
|
|
2944
2190
|
|
|
@@ -2948,8 +2194,7 @@ export const RemoveProjectEnvContentHintProjects11$outboundSchema: z.ZodType<
|
|
|
2948
2194
|
z.ZodTypeDef,
|
|
2949
2195
|
RemoveProjectEnvContentHintProjects11
|
|
2950
2196
|
> = z.object({
|
|
2951
|
-
type:
|
|
2952
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody211Type$outboundSchema,
|
|
2197
|
+
type: z.literal("postgres-password"),
|
|
2953
2198
|
storeId: z.string(),
|
|
2954
2199
|
});
|
|
2955
2200
|
|
|
@@ -2973,33 +2218,18 @@ export function removeProjectEnvContentHintProjects11FromJSON(
|
|
|
2973
2218
|
);
|
|
2974
2219
|
}
|
|
2975
2220
|
|
|
2976
|
-
/** @internal */
|
|
2977
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema:
|
|
2978
|
-
z.ZodNativeEnum<
|
|
2979
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
2980
|
-
> = z.nativeEnum(
|
|
2981
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type,
|
|
2982
|
-
);
|
|
2983
|
-
/** @internal */
|
|
2984
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema:
|
|
2985
|
-
z.ZodNativeEnum<
|
|
2986
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type
|
|
2987
|
-
> =
|
|
2988
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema;
|
|
2989
|
-
|
|
2990
2221
|
/** @internal */
|
|
2991
2222
|
export const RemoveProjectEnvContentHintProjects10$inboundSchema: z.ZodType<
|
|
2992
2223
|
RemoveProjectEnvContentHintProjects10,
|
|
2993
2224
|
z.ZodTypeDef,
|
|
2994
2225
|
unknown
|
|
2995
2226
|
> = z.object({
|
|
2996
|
-
type:
|
|
2997
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$inboundSchema,
|
|
2227
|
+
type: z.literal("postgres-host"),
|
|
2998
2228
|
storeId: z.string(),
|
|
2999
2229
|
});
|
|
3000
2230
|
/** @internal */
|
|
3001
2231
|
export type RemoveProjectEnvContentHintProjects10$Outbound = {
|
|
3002
|
-
type:
|
|
2232
|
+
type: "postgres-host";
|
|
3003
2233
|
storeId: string;
|
|
3004
2234
|
};
|
|
3005
2235
|
|
|
@@ -3009,8 +2239,7 @@ export const RemoveProjectEnvContentHintProjects10$outboundSchema: z.ZodType<
|
|
|
3009
2239
|
z.ZodTypeDef,
|
|
3010
2240
|
RemoveProjectEnvContentHintProjects10
|
|
3011
2241
|
> = z.object({
|
|
3012
|
-
type:
|
|
3013
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody210Type$outboundSchema,
|
|
2242
|
+
type: z.literal("postgres-host"),
|
|
3014
2243
|
storeId: z.string(),
|
|
3015
2244
|
});
|
|
3016
2245
|
|
|
@@ -3034,33 +2263,18 @@ export function removeProjectEnvContentHintProjects10FromJSON(
|
|
|
3034
2263
|
);
|
|
3035
2264
|
}
|
|
3036
2265
|
|
|
3037
|
-
/** @internal */
|
|
3038
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema:
|
|
3039
|
-
z.ZodNativeEnum<
|
|
3040
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
3041
|
-
> = z.nativeEnum(
|
|
3042
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type,
|
|
3043
|
-
);
|
|
3044
|
-
/** @internal */
|
|
3045
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema:
|
|
3046
|
-
z.ZodNativeEnum<
|
|
3047
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type
|
|
3048
|
-
> =
|
|
3049
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema;
|
|
3050
|
-
|
|
3051
2266
|
/** @internal */
|
|
3052
2267
|
export const RemoveProjectEnvContentHintProjects9$inboundSchema: z.ZodType<
|
|
3053
2268
|
RemoveProjectEnvContentHintProjects9,
|
|
3054
2269
|
z.ZodTypeDef,
|
|
3055
2270
|
unknown
|
|
3056
2271
|
> = z.object({
|
|
3057
|
-
type:
|
|
3058
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$inboundSchema,
|
|
2272
|
+
type: z.literal("postgres-user"),
|
|
3059
2273
|
storeId: z.string(),
|
|
3060
2274
|
});
|
|
3061
2275
|
/** @internal */
|
|
3062
2276
|
export type RemoveProjectEnvContentHintProjects9$Outbound = {
|
|
3063
|
-
type:
|
|
2277
|
+
type: "postgres-user";
|
|
3064
2278
|
storeId: string;
|
|
3065
2279
|
};
|
|
3066
2280
|
|
|
@@ -3070,8 +2284,7 @@ export const RemoveProjectEnvContentHintProjects9$outboundSchema: z.ZodType<
|
|
|
3070
2284
|
z.ZodTypeDef,
|
|
3071
2285
|
RemoveProjectEnvContentHintProjects9
|
|
3072
2286
|
> = z.object({
|
|
3073
|
-
type:
|
|
3074
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody29Type$outboundSchema,
|
|
2287
|
+
type: z.literal("postgres-user"),
|
|
3075
2288
|
storeId: z.string(),
|
|
3076
2289
|
});
|
|
3077
2290
|
|
|
@@ -3095,33 +2308,18 @@ export function removeProjectEnvContentHintProjects9FromJSON(
|
|
|
3095
2308
|
);
|
|
3096
2309
|
}
|
|
3097
2310
|
|
|
3098
|
-
/** @internal */
|
|
3099
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema:
|
|
3100
|
-
z.ZodNativeEnum<
|
|
3101
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
3102
|
-
> = z.nativeEnum(
|
|
3103
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type,
|
|
3104
|
-
);
|
|
3105
|
-
/** @internal */
|
|
3106
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema:
|
|
3107
|
-
z.ZodNativeEnum<
|
|
3108
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type
|
|
3109
|
-
> =
|
|
3110
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema;
|
|
3111
|
-
|
|
3112
2311
|
/** @internal */
|
|
3113
2312
|
export const RemoveProjectEnvContentHintProjects8$inboundSchema: z.ZodType<
|
|
3114
2313
|
RemoveProjectEnvContentHintProjects8,
|
|
3115
2314
|
z.ZodTypeDef,
|
|
3116
2315
|
unknown
|
|
3117
2316
|
> = z.object({
|
|
3118
|
-
type:
|
|
3119
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$inboundSchema,
|
|
2317
|
+
type: z.literal("postgres-prisma-url"),
|
|
3120
2318
|
storeId: z.string(),
|
|
3121
2319
|
});
|
|
3122
2320
|
/** @internal */
|
|
3123
2321
|
export type RemoveProjectEnvContentHintProjects8$Outbound = {
|
|
3124
|
-
type:
|
|
2322
|
+
type: "postgres-prisma-url";
|
|
3125
2323
|
storeId: string;
|
|
3126
2324
|
};
|
|
3127
2325
|
|
|
@@ -3131,8 +2329,7 @@ export const RemoveProjectEnvContentHintProjects8$outboundSchema: z.ZodType<
|
|
|
3131
2329
|
z.ZodTypeDef,
|
|
3132
2330
|
RemoveProjectEnvContentHintProjects8
|
|
3133
2331
|
> = z.object({
|
|
3134
|
-
type:
|
|
3135
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody28Type$outboundSchema,
|
|
2332
|
+
type: z.literal("postgres-prisma-url"),
|
|
3136
2333
|
storeId: z.string(),
|
|
3137
2334
|
});
|
|
3138
2335
|
|
|
@@ -3156,33 +2353,18 @@ export function removeProjectEnvContentHintProjects8FromJSON(
|
|
|
3156
2353
|
);
|
|
3157
2354
|
}
|
|
3158
2355
|
|
|
3159
|
-
/** @internal */
|
|
3160
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema:
|
|
3161
|
-
z.ZodNativeEnum<
|
|
3162
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
3163
|
-
> = z.nativeEnum(
|
|
3164
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type,
|
|
3165
|
-
);
|
|
3166
|
-
/** @internal */
|
|
3167
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema:
|
|
3168
|
-
z.ZodNativeEnum<
|
|
3169
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type
|
|
3170
|
-
> =
|
|
3171
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema;
|
|
3172
|
-
|
|
3173
2356
|
/** @internal */
|
|
3174
2357
|
export const RemoveProjectEnvContentHintProjects7$inboundSchema: z.ZodType<
|
|
3175
2358
|
RemoveProjectEnvContentHintProjects7,
|
|
3176
2359
|
z.ZodTypeDef,
|
|
3177
2360
|
unknown
|
|
3178
2361
|
> = z.object({
|
|
3179
|
-
type:
|
|
3180
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$inboundSchema,
|
|
2362
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3181
2363
|
storeId: z.string(),
|
|
3182
2364
|
});
|
|
3183
2365
|
/** @internal */
|
|
3184
2366
|
export type RemoveProjectEnvContentHintProjects7$Outbound = {
|
|
3185
|
-
type:
|
|
2367
|
+
type: "postgres-url-non-pooling";
|
|
3186
2368
|
storeId: string;
|
|
3187
2369
|
};
|
|
3188
2370
|
|
|
@@ -3192,8 +2374,7 @@ export const RemoveProjectEnvContentHintProjects7$outboundSchema: z.ZodType<
|
|
|
3192
2374
|
z.ZodTypeDef,
|
|
3193
2375
|
RemoveProjectEnvContentHintProjects7
|
|
3194
2376
|
> = z.object({
|
|
3195
|
-
type:
|
|
3196
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody27Type$outboundSchema,
|
|
2377
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
3197
2378
|
storeId: z.string(),
|
|
3198
2379
|
});
|
|
3199
2380
|
|
|
@@ -3217,33 +2398,18 @@ export function removeProjectEnvContentHintProjects7FromJSON(
|
|
|
3217
2398
|
);
|
|
3218
2399
|
}
|
|
3219
2400
|
|
|
3220
|
-
/** @internal */
|
|
3221
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema:
|
|
3222
|
-
z.ZodNativeEnum<
|
|
3223
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
3224
|
-
> = z.nativeEnum(
|
|
3225
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type,
|
|
3226
|
-
);
|
|
3227
|
-
/** @internal */
|
|
3228
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema:
|
|
3229
|
-
z.ZodNativeEnum<
|
|
3230
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type
|
|
3231
|
-
> =
|
|
3232
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema;
|
|
3233
|
-
|
|
3234
2401
|
/** @internal */
|
|
3235
2402
|
export const RemoveProjectEnvContentHintProjects6$inboundSchema: z.ZodType<
|
|
3236
2403
|
RemoveProjectEnvContentHintProjects6,
|
|
3237
2404
|
z.ZodTypeDef,
|
|
3238
2405
|
unknown
|
|
3239
2406
|
> = z.object({
|
|
3240
|
-
type:
|
|
3241
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$inboundSchema,
|
|
2407
|
+
type: z.literal("postgres-url"),
|
|
3242
2408
|
storeId: z.string(),
|
|
3243
2409
|
});
|
|
3244
2410
|
/** @internal */
|
|
3245
2411
|
export type RemoveProjectEnvContentHintProjects6$Outbound = {
|
|
3246
|
-
type:
|
|
2412
|
+
type: "postgres-url";
|
|
3247
2413
|
storeId: string;
|
|
3248
2414
|
};
|
|
3249
2415
|
|
|
@@ -3253,8 +2419,7 @@ export const RemoveProjectEnvContentHintProjects6$outboundSchema: z.ZodType<
|
|
|
3253
2419
|
z.ZodTypeDef,
|
|
3254
2420
|
RemoveProjectEnvContentHintProjects6
|
|
3255
2421
|
> = z.object({
|
|
3256
|
-
type:
|
|
3257
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody26Type$outboundSchema,
|
|
2422
|
+
type: z.literal("postgres-url"),
|
|
3258
2423
|
storeId: z.string(),
|
|
3259
2424
|
});
|
|
3260
2425
|
|
|
@@ -3278,33 +2443,18 @@ export function removeProjectEnvContentHintProjects6FromJSON(
|
|
|
3278
2443
|
);
|
|
3279
2444
|
}
|
|
3280
2445
|
|
|
3281
|
-
/** @internal */
|
|
3282
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema:
|
|
3283
|
-
z.ZodNativeEnum<
|
|
3284
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
3285
|
-
> = z.nativeEnum(
|
|
3286
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type,
|
|
3287
|
-
);
|
|
3288
|
-
/** @internal */
|
|
3289
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema:
|
|
3290
|
-
z.ZodNativeEnum<
|
|
3291
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type
|
|
3292
|
-
> =
|
|
3293
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema;
|
|
3294
|
-
|
|
3295
2446
|
/** @internal */
|
|
3296
2447
|
export const RemoveProjectEnvContentHintProjects5$inboundSchema: z.ZodType<
|
|
3297
2448
|
RemoveProjectEnvContentHintProjects5,
|
|
3298
2449
|
z.ZodTypeDef,
|
|
3299
2450
|
unknown
|
|
3300
2451
|
> = z.object({
|
|
3301
|
-
type:
|
|
3302
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$inboundSchema,
|
|
2452
|
+
type: z.literal("blob-read-write-token"),
|
|
3303
2453
|
storeId: z.string(),
|
|
3304
2454
|
});
|
|
3305
2455
|
/** @internal */
|
|
3306
2456
|
export type RemoveProjectEnvContentHintProjects5$Outbound = {
|
|
3307
|
-
type:
|
|
2457
|
+
type: "blob-read-write-token";
|
|
3308
2458
|
storeId: string;
|
|
3309
2459
|
};
|
|
3310
2460
|
|
|
@@ -3314,8 +2464,7 @@ export const RemoveProjectEnvContentHintProjects5$outboundSchema: z.ZodType<
|
|
|
3314
2464
|
z.ZodTypeDef,
|
|
3315
2465
|
RemoveProjectEnvContentHintProjects5
|
|
3316
2466
|
> = z.object({
|
|
3317
|
-
type:
|
|
3318
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody25Type$outboundSchema,
|
|
2467
|
+
type: z.literal("blob-read-write-token"),
|
|
3319
2468
|
storeId: z.string(),
|
|
3320
2469
|
});
|
|
3321
2470
|
|
|
@@ -3339,33 +2488,18 @@ export function removeProjectEnvContentHintProjects5FromJSON(
|
|
|
3339
2488
|
);
|
|
3340
2489
|
}
|
|
3341
2490
|
|
|
3342
|
-
/** @internal */
|
|
3343
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema:
|
|
3344
|
-
z.ZodNativeEnum<
|
|
3345
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
3346
|
-
> = z.nativeEnum(
|
|
3347
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type,
|
|
3348
|
-
);
|
|
3349
|
-
/** @internal */
|
|
3350
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema:
|
|
3351
|
-
z.ZodNativeEnum<
|
|
3352
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type
|
|
3353
|
-
> =
|
|
3354
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema;
|
|
3355
|
-
|
|
3356
2491
|
/** @internal */
|
|
3357
2492
|
export const RemoveProjectEnvContentHintProjects4$inboundSchema: z.ZodType<
|
|
3358
2493
|
RemoveProjectEnvContentHintProjects4,
|
|
3359
2494
|
z.ZodTypeDef,
|
|
3360
2495
|
unknown
|
|
3361
2496
|
> = z.object({
|
|
3362
|
-
type:
|
|
3363
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$inboundSchema,
|
|
2497
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3364
2498
|
storeId: z.string(),
|
|
3365
2499
|
});
|
|
3366
2500
|
/** @internal */
|
|
3367
2501
|
export type RemoveProjectEnvContentHintProjects4$Outbound = {
|
|
3368
|
-
type:
|
|
2502
|
+
type: "redis-rest-api-read-only-token";
|
|
3369
2503
|
storeId: string;
|
|
3370
2504
|
};
|
|
3371
2505
|
|
|
@@ -3375,8 +2509,7 @@ export const RemoveProjectEnvContentHintProjects4$outboundSchema: z.ZodType<
|
|
|
3375
2509
|
z.ZodTypeDef,
|
|
3376
2510
|
RemoveProjectEnvContentHintProjects4
|
|
3377
2511
|
> = z.object({
|
|
3378
|
-
type:
|
|
3379
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody24Type$outboundSchema,
|
|
2512
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
3380
2513
|
storeId: z.string(),
|
|
3381
2514
|
});
|
|
3382
2515
|
|
|
@@ -3400,33 +2533,18 @@ export function removeProjectEnvContentHintProjects4FromJSON(
|
|
|
3400
2533
|
);
|
|
3401
2534
|
}
|
|
3402
2535
|
|
|
3403
|
-
/** @internal */
|
|
3404
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema:
|
|
3405
|
-
z.ZodNativeEnum<
|
|
3406
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
3407
|
-
> = z.nativeEnum(
|
|
3408
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type,
|
|
3409
|
-
);
|
|
3410
|
-
/** @internal */
|
|
3411
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema:
|
|
3412
|
-
z.ZodNativeEnum<
|
|
3413
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type
|
|
3414
|
-
> =
|
|
3415
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema;
|
|
3416
|
-
|
|
3417
2536
|
/** @internal */
|
|
3418
2537
|
export const RemoveProjectEnvContentHintProjects3$inboundSchema: z.ZodType<
|
|
3419
2538
|
RemoveProjectEnvContentHintProjects3,
|
|
3420
2539
|
z.ZodTypeDef,
|
|
3421
2540
|
unknown
|
|
3422
2541
|
> = z.object({
|
|
3423
|
-
type:
|
|
3424
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$inboundSchema,
|
|
2542
|
+
type: z.literal("redis-rest-api-token"),
|
|
3425
2543
|
storeId: z.string(),
|
|
3426
2544
|
});
|
|
3427
2545
|
/** @internal */
|
|
3428
2546
|
export type RemoveProjectEnvContentHintProjects3$Outbound = {
|
|
3429
|
-
type:
|
|
2547
|
+
type: "redis-rest-api-token";
|
|
3430
2548
|
storeId: string;
|
|
3431
2549
|
};
|
|
3432
2550
|
|
|
@@ -3436,8 +2554,7 @@ export const RemoveProjectEnvContentHintProjects3$outboundSchema: z.ZodType<
|
|
|
3436
2554
|
z.ZodTypeDef,
|
|
3437
2555
|
RemoveProjectEnvContentHintProjects3
|
|
3438
2556
|
> = z.object({
|
|
3439
|
-
type:
|
|
3440
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody23Type$outboundSchema,
|
|
2557
|
+
type: z.literal("redis-rest-api-token"),
|
|
3441
2558
|
storeId: z.string(),
|
|
3442
2559
|
});
|
|
3443
2560
|
|
|
@@ -3461,33 +2578,18 @@ export function removeProjectEnvContentHintProjects3FromJSON(
|
|
|
3461
2578
|
);
|
|
3462
2579
|
}
|
|
3463
2580
|
|
|
3464
|
-
/** @internal */
|
|
3465
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema:
|
|
3466
|
-
z.ZodNativeEnum<
|
|
3467
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
3468
|
-
> = z.nativeEnum(
|
|
3469
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type,
|
|
3470
|
-
);
|
|
3471
|
-
/** @internal */
|
|
3472
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema:
|
|
3473
|
-
z.ZodNativeEnum<
|
|
3474
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type
|
|
3475
|
-
> =
|
|
3476
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema;
|
|
3477
|
-
|
|
3478
2581
|
/** @internal */
|
|
3479
2582
|
export const RemoveProjectEnvContentHintProjects2$inboundSchema: z.ZodType<
|
|
3480
2583
|
RemoveProjectEnvContentHintProjects2,
|
|
3481
2584
|
z.ZodTypeDef,
|
|
3482
2585
|
unknown
|
|
3483
2586
|
> = z.object({
|
|
3484
|
-
type:
|
|
3485
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$inboundSchema,
|
|
2587
|
+
type: z.literal("redis-rest-api-url"),
|
|
3486
2588
|
storeId: z.string(),
|
|
3487
2589
|
});
|
|
3488
2590
|
/** @internal */
|
|
3489
2591
|
export type RemoveProjectEnvContentHintProjects2$Outbound = {
|
|
3490
|
-
type:
|
|
2592
|
+
type: "redis-rest-api-url";
|
|
3491
2593
|
storeId: string;
|
|
3492
2594
|
};
|
|
3493
2595
|
|
|
@@ -3497,8 +2599,7 @@ export const RemoveProjectEnvContentHintProjects2$outboundSchema: z.ZodType<
|
|
|
3497
2599
|
z.ZodTypeDef,
|
|
3498
2600
|
RemoveProjectEnvContentHintProjects2
|
|
3499
2601
|
> = z.object({
|
|
3500
|
-
type:
|
|
3501
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody22Type$outboundSchema,
|
|
2602
|
+
type: z.literal("redis-rest-api-url"),
|
|
3502
2603
|
storeId: z.string(),
|
|
3503
2604
|
});
|
|
3504
2605
|
|
|
@@ -3522,33 +2623,18 @@ export function removeProjectEnvContentHintProjects2FromJSON(
|
|
|
3522
2623
|
);
|
|
3523
2624
|
}
|
|
3524
2625
|
|
|
3525
|
-
/** @internal */
|
|
3526
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema:
|
|
3527
|
-
z.ZodNativeEnum<
|
|
3528
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3529
|
-
> = z.nativeEnum(
|
|
3530
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type,
|
|
3531
|
-
);
|
|
3532
|
-
/** @internal */
|
|
3533
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema:
|
|
3534
|
-
z.ZodNativeEnum<
|
|
3535
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type
|
|
3536
|
-
> =
|
|
3537
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema;
|
|
3538
|
-
|
|
3539
2626
|
/** @internal */
|
|
3540
2627
|
export const RemoveProjectEnvContentHintProjects1$inboundSchema: z.ZodType<
|
|
3541
2628
|
RemoveProjectEnvContentHintProjects1,
|
|
3542
2629
|
z.ZodTypeDef,
|
|
3543
2630
|
unknown
|
|
3544
2631
|
> = z.object({
|
|
3545
|
-
type:
|
|
3546
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$inboundSchema,
|
|
2632
|
+
type: z.literal("redis-url"),
|
|
3547
2633
|
storeId: z.string(),
|
|
3548
2634
|
});
|
|
3549
2635
|
/** @internal */
|
|
3550
2636
|
export type RemoveProjectEnvContentHintProjects1$Outbound = {
|
|
3551
|
-
type:
|
|
2637
|
+
type: "redis-url";
|
|
3552
2638
|
storeId: string;
|
|
3553
2639
|
};
|
|
3554
2640
|
|
|
@@ -3558,8 +2644,7 @@ export const RemoveProjectEnvContentHintProjects1$outboundSchema: z.ZodType<
|
|
|
3558
2644
|
z.ZodTypeDef,
|
|
3559
2645
|
RemoveProjectEnvContentHintProjects1
|
|
3560
2646
|
> = z.object({
|
|
3561
|
-
type:
|
|
3562
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody2Type$outboundSchema,
|
|
2647
|
+
type: z.literal("redis-url"),
|
|
3563
2648
|
storeId: z.string(),
|
|
3564
2649
|
});
|
|
3565
2650
|
|
|
@@ -3590,7 +2675,6 @@ export const RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema:
|
|
|
3590
2675
|
z.ZodTypeDef,
|
|
3591
2676
|
unknown
|
|
3592
2677
|
> = z.union([
|
|
3593
|
-
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
3594
2678
|
z.lazy(() => RemoveProjectEnvContentHintProjects1$inboundSchema),
|
|
3595
2679
|
z.lazy(() => RemoveProjectEnvContentHintProjects2$inboundSchema),
|
|
3596
2680
|
z.lazy(() => RemoveProjectEnvContentHintProjects3$inboundSchema),
|
|
@@ -3604,11 +2688,11 @@ export const RemoveProjectEnvResponseBodyProjectsContentHint$inboundSchema:
|
|
|
3604
2688
|
z.lazy(() => RemoveProjectEnvContentHintProjects11$inboundSchema),
|
|
3605
2689
|
z.lazy(() => RemoveProjectEnvContentHintProjects12$inboundSchema),
|
|
3606
2690
|
z.lazy(() => RemoveProjectEnvContentHintProjects13$inboundSchema),
|
|
2691
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
3607
2692
|
z.lazy(() => RemoveProjectEnvContentHintProjects15$inboundSchema),
|
|
3608
2693
|
]);
|
|
3609
2694
|
/** @internal */
|
|
3610
2695
|
export type RemoveProjectEnvResponseBodyProjectsContentHint$Outbound =
|
|
3611
|
-
| RemoveProjectEnvContentHintProjects14$Outbound
|
|
3612
2696
|
| RemoveProjectEnvContentHintProjects1$Outbound
|
|
3613
2697
|
| RemoveProjectEnvContentHintProjects2$Outbound
|
|
3614
2698
|
| RemoveProjectEnvContentHintProjects3$Outbound
|
|
@@ -3622,6 +2706,7 @@ export type RemoveProjectEnvResponseBodyProjectsContentHint$Outbound =
|
|
|
3622
2706
|
| RemoveProjectEnvContentHintProjects11$Outbound
|
|
3623
2707
|
| RemoveProjectEnvContentHintProjects12$Outbound
|
|
3624
2708
|
| RemoveProjectEnvContentHintProjects13$Outbound
|
|
2709
|
+
| RemoveProjectEnvContentHintProjects14$Outbound
|
|
3625
2710
|
| RemoveProjectEnvContentHintProjects15$Outbound;
|
|
3626
2711
|
|
|
3627
2712
|
/** @internal */
|
|
@@ -3631,7 +2716,6 @@ export const RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema:
|
|
|
3631
2716
|
z.ZodTypeDef,
|
|
3632
2717
|
RemoveProjectEnvResponseBodyProjectsContentHint
|
|
3633
2718
|
> = z.union([
|
|
3634
|
-
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
3635
2719
|
z.lazy(() => RemoveProjectEnvContentHintProjects1$outboundSchema),
|
|
3636
2720
|
z.lazy(() => RemoveProjectEnvContentHintProjects2$outboundSchema),
|
|
3637
2721
|
z.lazy(() => RemoveProjectEnvContentHintProjects3$outboundSchema),
|
|
@@ -3645,6 +2729,7 @@ export const RemoveProjectEnvResponseBodyProjectsContentHint$outboundSchema:
|
|
|
3645
2729
|
z.lazy(() => RemoveProjectEnvContentHintProjects11$outboundSchema),
|
|
3646
2730
|
z.lazy(() => RemoveProjectEnvContentHintProjects12$outboundSchema),
|
|
3647
2731
|
z.lazy(() => RemoveProjectEnvContentHintProjects13$outboundSchema),
|
|
2732
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
3648
2733
|
z.lazy(() => RemoveProjectEnvContentHintProjects15$outboundSchema),
|
|
3649
2734
|
]);
|
|
3650
2735
|
|
|
@@ -3762,7 +2847,6 @@ export const RemoveProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
3762
2847
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3763
2848
|
contentHint: z.nullable(
|
|
3764
2849
|
z.union([
|
|
3765
|
-
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
3766
2850
|
z.lazy(() => RemoveProjectEnvContentHintProjects1$inboundSchema),
|
|
3767
2851
|
z.lazy(() => RemoveProjectEnvContentHintProjects2$inboundSchema),
|
|
3768
2852
|
z.lazy(() => RemoveProjectEnvContentHintProjects3$inboundSchema),
|
|
@@ -3776,6 +2860,7 @@ export const RemoveProjectEnvResponseBody2$inboundSchema: z.ZodType<
|
|
|
3776
2860
|
z.lazy(() => RemoveProjectEnvContentHintProjects11$inboundSchema),
|
|
3777
2861
|
z.lazy(() => RemoveProjectEnvContentHintProjects12$inboundSchema),
|
|
3778
2862
|
z.lazy(() => RemoveProjectEnvContentHintProjects13$inboundSchema),
|
|
2863
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$inboundSchema),
|
|
3779
2864
|
z.lazy(() => RemoveProjectEnvContentHintProjects15$inboundSchema),
|
|
3780
2865
|
]),
|
|
3781
2866
|
).optional(),
|
|
@@ -3807,7 +2892,6 @@ export type RemoveProjectEnvResponseBody2$Outbound = {
|
|
|
3807
2892
|
edgeConfigId?: string | null | undefined;
|
|
3808
2893
|
edgeConfigTokenId?: string | null | undefined;
|
|
3809
2894
|
contentHint?:
|
|
3810
|
-
| RemoveProjectEnvContentHintProjects14$Outbound
|
|
3811
2895
|
| RemoveProjectEnvContentHintProjects1$Outbound
|
|
3812
2896
|
| RemoveProjectEnvContentHintProjects2$Outbound
|
|
3813
2897
|
| RemoveProjectEnvContentHintProjects3$Outbound
|
|
@@ -3821,6 +2905,7 @@ export type RemoveProjectEnvResponseBody2$Outbound = {
|
|
|
3821
2905
|
| RemoveProjectEnvContentHintProjects11$Outbound
|
|
3822
2906
|
| RemoveProjectEnvContentHintProjects12$Outbound
|
|
3823
2907
|
| RemoveProjectEnvContentHintProjects13$Outbound
|
|
2908
|
+
| RemoveProjectEnvContentHintProjects14$Outbound
|
|
3824
2909
|
| RemoveProjectEnvContentHintProjects15$Outbound
|
|
3825
2910
|
| null
|
|
3826
2911
|
| undefined;
|
|
@@ -3860,7 +2945,6 @@ export const RemoveProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
3860
2945
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
3861
2946
|
contentHint: z.nullable(
|
|
3862
2947
|
z.union([
|
|
3863
|
-
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
3864
2948
|
z.lazy(() => RemoveProjectEnvContentHintProjects1$outboundSchema),
|
|
3865
2949
|
z.lazy(() => RemoveProjectEnvContentHintProjects2$outboundSchema),
|
|
3866
2950
|
z.lazy(() => RemoveProjectEnvContentHintProjects3$outboundSchema),
|
|
@@ -3874,6 +2958,7 @@ export const RemoveProjectEnvResponseBody2$outboundSchema: z.ZodType<
|
|
|
3874
2958
|
z.lazy(() => RemoveProjectEnvContentHintProjects11$outboundSchema),
|
|
3875
2959
|
z.lazy(() => RemoveProjectEnvContentHintProjects12$outboundSchema),
|
|
3876
2960
|
z.lazy(() => RemoveProjectEnvContentHintProjects13$outboundSchema),
|
|
2961
|
+
z.lazy(() => RemoveProjectEnvContentHintProjects14$outboundSchema),
|
|
3877
2962
|
z.lazy(() => RemoveProjectEnvContentHintProjects15$outboundSchema),
|
|
3878
2963
|
]),
|
|
3879
2964
|
).optional(),
|
|
@@ -3976,33 +3061,18 @@ export const RemoveProjectEnvResponseBodyType$outboundSchema: z.ZodNativeEnum<
|
|
|
3976
3061
|
typeof RemoveProjectEnvResponseBodyType
|
|
3977
3062
|
> = RemoveProjectEnvResponseBodyType$inboundSchema;
|
|
3978
3063
|
|
|
3979
|
-
/** @internal */
|
|
3980
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema:
|
|
3981
|
-
z.ZodNativeEnum<
|
|
3982
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
3983
|
-
> = z.nativeEnum(
|
|
3984
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type,
|
|
3985
|
-
);
|
|
3986
|
-
/** @internal */
|
|
3987
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema:
|
|
3988
|
-
z.ZodNativeEnum<
|
|
3989
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type
|
|
3990
|
-
> =
|
|
3991
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema;
|
|
3992
|
-
|
|
3993
3064
|
/** @internal */
|
|
3994
3065
|
export const RemoveProjectEnvContentHint15$inboundSchema: z.ZodType<
|
|
3995
3066
|
RemoveProjectEnvContentHint15,
|
|
3996
3067
|
z.ZodTypeDef,
|
|
3997
3068
|
unknown
|
|
3998
3069
|
> = z.object({
|
|
3999
|
-
type:
|
|
4000
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$inboundSchema,
|
|
3070
|
+
type: z.literal("flags-connection-string"),
|
|
4001
3071
|
projectId: z.string(),
|
|
4002
3072
|
});
|
|
4003
3073
|
/** @internal */
|
|
4004
3074
|
export type RemoveProjectEnvContentHint15$Outbound = {
|
|
4005
|
-
type: string;
|
|
3075
|
+
type: "flags-connection-string";
|
|
4006
3076
|
projectId: string;
|
|
4007
3077
|
};
|
|
4008
3078
|
|
|
@@ -4012,8 +3082,7 @@ export const RemoveProjectEnvContentHint15$outboundSchema: z.ZodType<
|
|
|
4012
3082
|
z.ZodTypeDef,
|
|
4013
3083
|
RemoveProjectEnvContentHint15
|
|
4014
3084
|
> = z.object({
|
|
4015
|
-
type:
|
|
4016
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type$outboundSchema,
|
|
3085
|
+
type: z.literal("flags-connection-string"),
|
|
4017
3086
|
projectId: z.string(),
|
|
4018
3087
|
});
|
|
4019
3088
|
|
|
@@ -4036,28 +3105,13 @@ export function removeProjectEnvContentHint15FromJSON(
|
|
|
4036
3105
|
);
|
|
4037
3106
|
}
|
|
4038
3107
|
|
|
4039
|
-
/** @internal */
|
|
4040
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema:
|
|
4041
|
-
z.ZodNativeEnum<
|
|
4042
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
4043
|
-
> = z.nativeEnum(
|
|
4044
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type,
|
|
4045
|
-
);
|
|
4046
|
-
/** @internal */
|
|
4047
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema:
|
|
4048
|
-
z.ZodNativeEnum<
|
|
4049
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type
|
|
4050
|
-
> =
|
|
4051
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema;
|
|
4052
|
-
|
|
4053
3108
|
/** @internal */
|
|
4054
3109
|
export const RemoveProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
4055
3110
|
RemoveProjectEnvContentHint14,
|
|
4056
3111
|
z.ZodTypeDef,
|
|
4057
3112
|
unknown
|
|
4058
3113
|
> = z.object({
|
|
4059
|
-
type:
|
|
4060
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$inboundSchema,
|
|
3114
|
+
type: z.literal("integration-store-secret"),
|
|
4061
3115
|
storeId: z.string(),
|
|
4062
3116
|
integrationId: z.string(),
|
|
4063
3117
|
integrationProductId: z.string(),
|
|
@@ -4065,7 +3119,7 @@ export const RemoveProjectEnvContentHint14$inboundSchema: z.ZodType<
|
|
|
4065
3119
|
});
|
|
4066
3120
|
/** @internal */
|
|
4067
3121
|
export type RemoveProjectEnvContentHint14$Outbound = {
|
|
4068
|
-
type:
|
|
3122
|
+
type: "integration-store-secret";
|
|
4069
3123
|
storeId: string;
|
|
4070
3124
|
integrationId: string;
|
|
4071
3125
|
integrationProductId: string;
|
|
@@ -4078,8 +3132,7 @@ export const RemoveProjectEnvContentHint14$outboundSchema: z.ZodType<
|
|
|
4078
3132
|
z.ZodTypeDef,
|
|
4079
3133
|
RemoveProjectEnvContentHint14
|
|
4080
3134
|
> = z.object({
|
|
4081
|
-
type:
|
|
4082
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody114Type$outboundSchema,
|
|
3135
|
+
type: z.literal("integration-store-secret"),
|
|
4083
3136
|
storeId: z.string(),
|
|
4084
3137
|
integrationId: z.string(),
|
|
4085
3138
|
integrationProductId: z.string(),
|
|
@@ -4105,33 +3158,18 @@ export function removeProjectEnvContentHint14FromJSON(
|
|
|
4105
3158
|
);
|
|
4106
3159
|
}
|
|
4107
3160
|
|
|
4108
|
-
/** @internal */
|
|
4109
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema:
|
|
4110
|
-
z.ZodNativeEnum<
|
|
4111
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4112
|
-
> = z.nativeEnum(
|
|
4113
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type,
|
|
4114
|
-
);
|
|
4115
|
-
/** @internal */
|
|
4116
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema:
|
|
4117
|
-
z.ZodNativeEnum<
|
|
4118
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type
|
|
4119
|
-
> =
|
|
4120
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema;
|
|
4121
|
-
|
|
4122
3161
|
/** @internal */
|
|
4123
3162
|
export const RemoveProjectEnvContentHint13$inboundSchema: z.ZodType<
|
|
4124
3163
|
RemoveProjectEnvContentHint13,
|
|
4125
3164
|
z.ZodTypeDef,
|
|
4126
3165
|
unknown
|
|
4127
3166
|
> = z.object({
|
|
4128
|
-
type:
|
|
4129
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$inboundSchema,
|
|
3167
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4130
3168
|
storeId: z.string(),
|
|
4131
3169
|
});
|
|
4132
3170
|
/** @internal */
|
|
4133
3171
|
export type RemoveProjectEnvContentHint13$Outbound = {
|
|
4134
|
-
type:
|
|
3172
|
+
type: "postgres-url-no-ssl";
|
|
4135
3173
|
storeId: string;
|
|
4136
3174
|
};
|
|
4137
3175
|
|
|
@@ -4141,8 +3179,7 @@ export const RemoveProjectEnvContentHint13$outboundSchema: z.ZodType<
|
|
|
4141
3179
|
z.ZodTypeDef,
|
|
4142
3180
|
RemoveProjectEnvContentHint13
|
|
4143
3181
|
> = z.object({
|
|
4144
|
-
type:
|
|
4145
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody113Type$outboundSchema,
|
|
3182
|
+
type: z.literal("postgres-url-no-ssl"),
|
|
4146
3183
|
storeId: z.string(),
|
|
4147
3184
|
});
|
|
4148
3185
|
|
|
@@ -4165,33 +3202,18 @@ export function removeProjectEnvContentHint13FromJSON(
|
|
|
4165
3202
|
);
|
|
4166
3203
|
}
|
|
4167
3204
|
|
|
4168
|
-
/** @internal */
|
|
4169
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema:
|
|
4170
|
-
z.ZodNativeEnum<
|
|
4171
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4172
|
-
> = z.nativeEnum(
|
|
4173
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type,
|
|
4174
|
-
);
|
|
4175
|
-
/** @internal */
|
|
4176
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema:
|
|
4177
|
-
z.ZodNativeEnum<
|
|
4178
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type
|
|
4179
|
-
> =
|
|
4180
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema;
|
|
4181
|
-
|
|
4182
3205
|
/** @internal */
|
|
4183
3206
|
export const RemoveProjectEnvContentHint12$inboundSchema: z.ZodType<
|
|
4184
3207
|
RemoveProjectEnvContentHint12,
|
|
4185
3208
|
z.ZodTypeDef,
|
|
4186
3209
|
unknown
|
|
4187
3210
|
> = z.object({
|
|
4188
|
-
type:
|
|
4189
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$inboundSchema,
|
|
3211
|
+
type: z.literal("postgres-database"),
|
|
4190
3212
|
storeId: z.string(),
|
|
4191
3213
|
});
|
|
4192
3214
|
/** @internal */
|
|
4193
3215
|
export type RemoveProjectEnvContentHint12$Outbound = {
|
|
4194
|
-
type:
|
|
3216
|
+
type: "postgres-database";
|
|
4195
3217
|
storeId: string;
|
|
4196
3218
|
};
|
|
4197
3219
|
|
|
@@ -4201,8 +3223,7 @@ export const RemoveProjectEnvContentHint12$outboundSchema: z.ZodType<
|
|
|
4201
3223
|
z.ZodTypeDef,
|
|
4202
3224
|
RemoveProjectEnvContentHint12
|
|
4203
3225
|
> = z.object({
|
|
4204
|
-
type:
|
|
4205
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody112Type$outboundSchema,
|
|
3226
|
+
type: z.literal("postgres-database"),
|
|
4206
3227
|
storeId: z.string(),
|
|
4207
3228
|
});
|
|
4208
3229
|
|
|
@@ -4225,33 +3246,18 @@ export function removeProjectEnvContentHint12FromJSON(
|
|
|
4225
3246
|
);
|
|
4226
3247
|
}
|
|
4227
3248
|
|
|
4228
|
-
/** @internal */
|
|
4229
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema:
|
|
4230
|
-
z.ZodNativeEnum<
|
|
4231
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4232
|
-
> = z.nativeEnum(
|
|
4233
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type,
|
|
4234
|
-
);
|
|
4235
|
-
/** @internal */
|
|
4236
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema:
|
|
4237
|
-
z.ZodNativeEnum<
|
|
4238
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type
|
|
4239
|
-
> =
|
|
4240
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema;
|
|
4241
|
-
|
|
4242
3249
|
/** @internal */
|
|
4243
3250
|
export const RemoveProjectEnvContentHint11$inboundSchema: z.ZodType<
|
|
4244
3251
|
RemoveProjectEnvContentHint11,
|
|
4245
3252
|
z.ZodTypeDef,
|
|
4246
3253
|
unknown
|
|
4247
3254
|
> = z.object({
|
|
4248
|
-
type:
|
|
4249
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$inboundSchema,
|
|
3255
|
+
type: z.literal("postgres-password"),
|
|
4250
3256
|
storeId: z.string(),
|
|
4251
3257
|
});
|
|
4252
3258
|
/** @internal */
|
|
4253
3259
|
export type RemoveProjectEnvContentHint11$Outbound = {
|
|
4254
|
-
type:
|
|
3260
|
+
type: "postgres-password";
|
|
4255
3261
|
storeId: string;
|
|
4256
3262
|
};
|
|
4257
3263
|
|
|
@@ -4261,8 +3267,7 @@ export const RemoveProjectEnvContentHint11$outboundSchema: z.ZodType<
|
|
|
4261
3267
|
z.ZodTypeDef,
|
|
4262
3268
|
RemoveProjectEnvContentHint11
|
|
4263
3269
|
> = z.object({
|
|
4264
|
-
type:
|
|
4265
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody111Type$outboundSchema,
|
|
3270
|
+
type: z.literal("postgres-password"),
|
|
4266
3271
|
storeId: z.string(),
|
|
4267
3272
|
});
|
|
4268
3273
|
|
|
@@ -4285,33 +3290,18 @@ export function removeProjectEnvContentHint11FromJSON(
|
|
|
4285
3290
|
);
|
|
4286
3291
|
}
|
|
4287
3292
|
|
|
4288
|
-
/** @internal */
|
|
4289
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema:
|
|
4290
|
-
z.ZodNativeEnum<
|
|
4291
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4292
|
-
> = z.nativeEnum(
|
|
4293
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type,
|
|
4294
|
-
);
|
|
4295
|
-
/** @internal */
|
|
4296
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema:
|
|
4297
|
-
z.ZodNativeEnum<
|
|
4298
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type
|
|
4299
|
-
> =
|
|
4300
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema;
|
|
4301
|
-
|
|
4302
3293
|
/** @internal */
|
|
4303
3294
|
export const RemoveProjectEnvContentHint10$inboundSchema: z.ZodType<
|
|
4304
3295
|
RemoveProjectEnvContentHint10,
|
|
4305
3296
|
z.ZodTypeDef,
|
|
4306
3297
|
unknown
|
|
4307
3298
|
> = z.object({
|
|
4308
|
-
type:
|
|
4309
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$inboundSchema,
|
|
3299
|
+
type: z.literal("postgres-host"),
|
|
4310
3300
|
storeId: z.string(),
|
|
4311
3301
|
});
|
|
4312
3302
|
/** @internal */
|
|
4313
3303
|
export type RemoveProjectEnvContentHint10$Outbound = {
|
|
4314
|
-
type:
|
|
3304
|
+
type: "postgres-host";
|
|
4315
3305
|
storeId: string;
|
|
4316
3306
|
};
|
|
4317
3307
|
|
|
@@ -4321,8 +3311,7 @@ export const RemoveProjectEnvContentHint10$outboundSchema: z.ZodType<
|
|
|
4321
3311
|
z.ZodTypeDef,
|
|
4322
3312
|
RemoveProjectEnvContentHint10
|
|
4323
3313
|
> = z.object({
|
|
4324
|
-
type:
|
|
4325
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody110Type$outboundSchema,
|
|
3314
|
+
type: z.literal("postgres-host"),
|
|
4326
3315
|
storeId: z.string(),
|
|
4327
3316
|
});
|
|
4328
3317
|
|
|
@@ -4345,33 +3334,18 @@ export function removeProjectEnvContentHint10FromJSON(
|
|
|
4345
3334
|
);
|
|
4346
3335
|
}
|
|
4347
3336
|
|
|
4348
|
-
/** @internal */
|
|
4349
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema:
|
|
4350
|
-
z.ZodNativeEnum<
|
|
4351
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4352
|
-
> = z.nativeEnum(
|
|
4353
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type,
|
|
4354
|
-
);
|
|
4355
|
-
/** @internal */
|
|
4356
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema:
|
|
4357
|
-
z.ZodNativeEnum<
|
|
4358
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type
|
|
4359
|
-
> =
|
|
4360
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema;
|
|
4361
|
-
|
|
4362
3337
|
/** @internal */
|
|
4363
3338
|
export const RemoveProjectEnvContentHint9$inboundSchema: z.ZodType<
|
|
4364
3339
|
RemoveProjectEnvContentHint9,
|
|
4365
3340
|
z.ZodTypeDef,
|
|
4366
3341
|
unknown
|
|
4367
3342
|
> = z.object({
|
|
4368
|
-
type:
|
|
4369
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$inboundSchema,
|
|
3343
|
+
type: z.literal("postgres-user"),
|
|
4370
3344
|
storeId: z.string(),
|
|
4371
3345
|
});
|
|
4372
3346
|
/** @internal */
|
|
4373
3347
|
export type RemoveProjectEnvContentHint9$Outbound = {
|
|
4374
|
-
type:
|
|
3348
|
+
type: "postgres-user";
|
|
4375
3349
|
storeId: string;
|
|
4376
3350
|
};
|
|
4377
3351
|
|
|
@@ -4381,8 +3355,7 @@ export const RemoveProjectEnvContentHint9$outboundSchema: z.ZodType<
|
|
|
4381
3355
|
z.ZodTypeDef,
|
|
4382
3356
|
RemoveProjectEnvContentHint9
|
|
4383
3357
|
> = z.object({
|
|
4384
|
-
type:
|
|
4385
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody19Type$outboundSchema,
|
|
3358
|
+
type: z.literal("postgres-user"),
|
|
4386
3359
|
storeId: z.string(),
|
|
4387
3360
|
});
|
|
4388
3361
|
|
|
@@ -4405,33 +3378,18 @@ export function removeProjectEnvContentHint9FromJSON(
|
|
|
4405
3378
|
);
|
|
4406
3379
|
}
|
|
4407
3380
|
|
|
4408
|
-
/** @internal */
|
|
4409
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema:
|
|
4410
|
-
z.ZodNativeEnum<
|
|
4411
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4412
|
-
> = z.nativeEnum(
|
|
4413
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type,
|
|
4414
|
-
);
|
|
4415
|
-
/** @internal */
|
|
4416
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema:
|
|
4417
|
-
z.ZodNativeEnum<
|
|
4418
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type
|
|
4419
|
-
> =
|
|
4420
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema;
|
|
4421
|
-
|
|
4422
3381
|
/** @internal */
|
|
4423
3382
|
export const RemoveProjectEnvContentHint8$inboundSchema: z.ZodType<
|
|
4424
3383
|
RemoveProjectEnvContentHint8,
|
|
4425
3384
|
z.ZodTypeDef,
|
|
4426
3385
|
unknown
|
|
4427
3386
|
> = z.object({
|
|
4428
|
-
type:
|
|
4429
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$inboundSchema,
|
|
3387
|
+
type: z.literal("postgres-prisma-url"),
|
|
4430
3388
|
storeId: z.string(),
|
|
4431
3389
|
});
|
|
4432
3390
|
/** @internal */
|
|
4433
3391
|
export type RemoveProjectEnvContentHint8$Outbound = {
|
|
4434
|
-
type:
|
|
3392
|
+
type: "postgres-prisma-url";
|
|
4435
3393
|
storeId: string;
|
|
4436
3394
|
};
|
|
4437
3395
|
|
|
@@ -4441,8 +3399,7 @@ export const RemoveProjectEnvContentHint8$outboundSchema: z.ZodType<
|
|
|
4441
3399
|
z.ZodTypeDef,
|
|
4442
3400
|
RemoveProjectEnvContentHint8
|
|
4443
3401
|
> = z.object({
|
|
4444
|
-
type:
|
|
4445
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody18Type$outboundSchema,
|
|
3402
|
+
type: z.literal("postgres-prisma-url"),
|
|
4446
3403
|
storeId: z.string(),
|
|
4447
3404
|
});
|
|
4448
3405
|
|
|
@@ -4465,33 +3422,18 @@ export function removeProjectEnvContentHint8FromJSON(
|
|
|
4465
3422
|
);
|
|
4466
3423
|
}
|
|
4467
3424
|
|
|
4468
|
-
/** @internal */
|
|
4469
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema:
|
|
4470
|
-
z.ZodNativeEnum<
|
|
4471
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4472
|
-
> = z.nativeEnum(
|
|
4473
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type,
|
|
4474
|
-
);
|
|
4475
|
-
/** @internal */
|
|
4476
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema:
|
|
4477
|
-
z.ZodNativeEnum<
|
|
4478
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type
|
|
4479
|
-
> =
|
|
4480
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema;
|
|
4481
|
-
|
|
4482
3425
|
/** @internal */
|
|
4483
3426
|
export const RemoveProjectEnvContentHint7$inboundSchema: z.ZodType<
|
|
4484
3427
|
RemoveProjectEnvContentHint7,
|
|
4485
3428
|
z.ZodTypeDef,
|
|
4486
3429
|
unknown
|
|
4487
3430
|
> = z.object({
|
|
4488
|
-
type:
|
|
4489
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$inboundSchema,
|
|
3431
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4490
3432
|
storeId: z.string(),
|
|
4491
3433
|
});
|
|
4492
3434
|
/** @internal */
|
|
4493
3435
|
export type RemoveProjectEnvContentHint7$Outbound = {
|
|
4494
|
-
type:
|
|
3436
|
+
type: "postgres-url-non-pooling";
|
|
4495
3437
|
storeId: string;
|
|
4496
3438
|
};
|
|
4497
3439
|
|
|
@@ -4501,8 +3443,7 @@ export const RemoveProjectEnvContentHint7$outboundSchema: z.ZodType<
|
|
|
4501
3443
|
z.ZodTypeDef,
|
|
4502
3444
|
RemoveProjectEnvContentHint7
|
|
4503
3445
|
> = z.object({
|
|
4504
|
-
type:
|
|
4505
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody1Type$outboundSchema,
|
|
3446
|
+
type: z.literal("postgres-url-non-pooling"),
|
|
4506
3447
|
storeId: z.string(),
|
|
4507
3448
|
});
|
|
4508
3449
|
|
|
@@ -4525,33 +3466,18 @@ export function removeProjectEnvContentHint7FromJSON(
|
|
|
4525
3466
|
);
|
|
4526
3467
|
}
|
|
4527
3468
|
|
|
4528
|
-
/** @internal */
|
|
4529
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
|
|
4530
|
-
z.ZodNativeEnum<
|
|
4531
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4532
|
-
> = z.nativeEnum(
|
|
4533
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType,
|
|
4534
|
-
);
|
|
4535
|
-
/** @internal */
|
|
4536
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
|
|
4537
|
-
z.ZodNativeEnum<
|
|
4538
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType
|
|
4539
|
-
> =
|
|
4540
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4541
|
-
|
|
4542
3469
|
/** @internal */
|
|
4543
3470
|
export const RemoveProjectEnvContentHint6$inboundSchema: z.ZodType<
|
|
4544
3471
|
RemoveProjectEnvContentHint6,
|
|
4545
3472
|
z.ZodTypeDef,
|
|
4546
3473
|
unknown
|
|
4547
3474
|
> = z.object({
|
|
4548
|
-
type:
|
|
4549
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3475
|
+
type: z.literal("postgres-url"),
|
|
4550
3476
|
storeId: z.string(),
|
|
4551
3477
|
});
|
|
4552
3478
|
/** @internal */
|
|
4553
3479
|
export type RemoveProjectEnvContentHint6$Outbound = {
|
|
4554
|
-
type:
|
|
3480
|
+
type: "postgres-url";
|
|
4555
3481
|
storeId: string;
|
|
4556
3482
|
};
|
|
4557
3483
|
|
|
@@ -4561,8 +3487,7 @@ export const RemoveProjectEnvContentHint6$outboundSchema: z.ZodType<
|
|
|
4561
3487
|
z.ZodTypeDef,
|
|
4562
3488
|
RemoveProjectEnvContentHint6
|
|
4563
3489
|
> = z.object({
|
|
4564
|
-
type:
|
|
4565
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
3490
|
+
type: z.literal("postgres-url"),
|
|
4566
3491
|
storeId: z.string(),
|
|
4567
3492
|
});
|
|
4568
3493
|
|
|
@@ -4585,33 +3510,18 @@ export function removeProjectEnvContentHint6FromJSON(
|
|
|
4585
3510
|
);
|
|
4586
3511
|
}
|
|
4587
3512
|
|
|
4588
|
-
/** @internal */
|
|
4589
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
|
|
4590
|
-
z.ZodNativeEnum<
|
|
4591
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
4592
|
-
> = z.nativeEnum(
|
|
4593
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType,
|
|
4594
|
-
);
|
|
4595
|
-
/** @internal */
|
|
4596
|
-
export const RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
|
|
4597
|
-
z.ZodNativeEnum<
|
|
4598
|
-
typeof RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType
|
|
4599
|
-
> =
|
|
4600
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
|
|
4601
|
-
|
|
4602
3513
|
/** @internal */
|
|
4603
3514
|
export const RemoveProjectEnvContentHint5$inboundSchema: z.ZodType<
|
|
4604
3515
|
RemoveProjectEnvContentHint5,
|
|
4605
3516
|
z.ZodTypeDef,
|
|
4606
3517
|
unknown
|
|
4607
3518
|
> = z.object({
|
|
4608
|
-
type:
|
|
4609
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
|
|
3519
|
+
type: z.literal("blob-read-write-token"),
|
|
4610
3520
|
storeId: z.string(),
|
|
4611
3521
|
});
|
|
4612
3522
|
/** @internal */
|
|
4613
3523
|
export type RemoveProjectEnvContentHint5$Outbound = {
|
|
4614
|
-
type:
|
|
3524
|
+
type: "blob-read-write-token";
|
|
4615
3525
|
storeId: string;
|
|
4616
3526
|
};
|
|
4617
3527
|
|
|
@@ -4621,8 +3531,7 @@ export const RemoveProjectEnvContentHint5$outboundSchema: z.ZodType<
|
|
|
4621
3531
|
z.ZodTypeDef,
|
|
4622
3532
|
RemoveProjectEnvContentHint5
|
|
4623
3533
|
> = z.object({
|
|
4624
|
-
type:
|
|
4625
|
-
RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
|
|
3534
|
+
type: z.literal("blob-read-write-token"),
|
|
4626
3535
|
storeId: z.string(),
|
|
4627
3536
|
});
|
|
4628
3537
|
|
|
@@ -4645,27 +3554,18 @@ export function removeProjectEnvContentHint5FromJSON(
|
|
|
4645
3554
|
);
|
|
4646
3555
|
}
|
|
4647
3556
|
|
|
4648
|
-
/** @internal */
|
|
4649
|
-
export const RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema:
|
|
4650
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200Type> = z
|
|
4651
|
-
.nativeEnum(RemoveProjectEnvContentHintProjectsResponse200Type);
|
|
4652
|
-
/** @internal */
|
|
4653
|
-
export const RemoveProjectEnvContentHintProjectsResponse200Type$outboundSchema:
|
|
4654
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponse200Type> =
|
|
4655
|
-
RemoveProjectEnvContentHintProjectsResponse200Type$inboundSchema;
|
|
4656
|
-
|
|
4657
3557
|
/** @internal */
|
|
4658
3558
|
export const RemoveProjectEnvContentHint4$inboundSchema: z.ZodType<
|
|
4659
3559
|
RemoveProjectEnvContentHint4,
|
|
4660
3560
|
z.ZodTypeDef,
|
|
4661
3561
|
unknown
|
|
4662
3562
|
> = z.object({
|
|
4663
|
-
type:
|
|
3563
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4664
3564
|
storeId: z.string(),
|
|
4665
3565
|
});
|
|
4666
3566
|
/** @internal */
|
|
4667
3567
|
export type RemoveProjectEnvContentHint4$Outbound = {
|
|
4668
|
-
type:
|
|
3568
|
+
type: "redis-rest-api-read-only-token";
|
|
4669
3569
|
storeId: string;
|
|
4670
3570
|
};
|
|
4671
3571
|
|
|
@@ -4675,7 +3575,7 @@ export const RemoveProjectEnvContentHint4$outboundSchema: z.ZodType<
|
|
|
4675
3575
|
z.ZodTypeDef,
|
|
4676
3576
|
RemoveProjectEnvContentHint4
|
|
4677
3577
|
> = z.object({
|
|
4678
|
-
type:
|
|
3578
|
+
type: z.literal("redis-rest-api-read-only-token"),
|
|
4679
3579
|
storeId: z.string(),
|
|
4680
3580
|
});
|
|
4681
3581
|
|
|
@@ -4698,27 +3598,18 @@ export function removeProjectEnvContentHint4FromJSON(
|
|
|
4698
3598
|
);
|
|
4699
3599
|
}
|
|
4700
3600
|
|
|
4701
|
-
/** @internal */
|
|
4702
|
-
export const RemoveProjectEnvContentHintProjectsResponseType$inboundSchema:
|
|
4703
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponseType> = z
|
|
4704
|
-
.nativeEnum(RemoveProjectEnvContentHintProjectsResponseType);
|
|
4705
|
-
/** @internal */
|
|
4706
|
-
export const RemoveProjectEnvContentHintProjectsResponseType$outboundSchema:
|
|
4707
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsResponseType> =
|
|
4708
|
-
RemoveProjectEnvContentHintProjectsResponseType$inboundSchema;
|
|
4709
|
-
|
|
4710
3601
|
/** @internal */
|
|
4711
3602
|
export const RemoveProjectEnvContentHint3$inboundSchema: z.ZodType<
|
|
4712
3603
|
RemoveProjectEnvContentHint3,
|
|
4713
3604
|
z.ZodTypeDef,
|
|
4714
3605
|
unknown
|
|
4715
3606
|
> = z.object({
|
|
4716
|
-
type:
|
|
3607
|
+
type: z.literal("redis-rest-api-token"),
|
|
4717
3608
|
storeId: z.string(),
|
|
4718
3609
|
});
|
|
4719
3610
|
/** @internal */
|
|
4720
3611
|
export type RemoveProjectEnvContentHint3$Outbound = {
|
|
4721
|
-
type:
|
|
3612
|
+
type: "redis-rest-api-token";
|
|
4722
3613
|
storeId: string;
|
|
4723
3614
|
};
|
|
4724
3615
|
|
|
@@ -4728,7 +3619,7 @@ export const RemoveProjectEnvContentHint3$outboundSchema: z.ZodType<
|
|
|
4728
3619
|
z.ZodTypeDef,
|
|
4729
3620
|
RemoveProjectEnvContentHint3
|
|
4730
3621
|
> = z.object({
|
|
4731
|
-
type:
|
|
3622
|
+
type: z.literal("redis-rest-api-token"),
|
|
4732
3623
|
storeId: z.string(),
|
|
4733
3624
|
});
|
|
4734
3625
|
|
|
@@ -4751,27 +3642,18 @@ export function removeProjectEnvContentHint3FromJSON(
|
|
|
4751
3642
|
);
|
|
4752
3643
|
}
|
|
4753
3644
|
|
|
4754
|
-
/** @internal */
|
|
4755
|
-
export const RemoveProjectEnvContentHintProjectsType$inboundSchema:
|
|
4756
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsType> = z
|
|
4757
|
-
.nativeEnum(RemoveProjectEnvContentHintProjectsType);
|
|
4758
|
-
/** @internal */
|
|
4759
|
-
export const RemoveProjectEnvContentHintProjectsType$outboundSchema:
|
|
4760
|
-
z.ZodNativeEnum<typeof RemoveProjectEnvContentHintProjectsType> =
|
|
4761
|
-
RemoveProjectEnvContentHintProjectsType$inboundSchema;
|
|
4762
|
-
|
|
4763
3645
|
/** @internal */
|
|
4764
3646
|
export const RemoveProjectEnvContentHint2$inboundSchema: z.ZodType<
|
|
4765
3647
|
RemoveProjectEnvContentHint2,
|
|
4766
3648
|
z.ZodTypeDef,
|
|
4767
3649
|
unknown
|
|
4768
3650
|
> = z.object({
|
|
4769
|
-
type:
|
|
3651
|
+
type: z.literal("redis-rest-api-url"),
|
|
4770
3652
|
storeId: z.string(),
|
|
4771
3653
|
});
|
|
4772
3654
|
/** @internal */
|
|
4773
3655
|
export type RemoveProjectEnvContentHint2$Outbound = {
|
|
4774
|
-
type:
|
|
3656
|
+
type: "redis-rest-api-url";
|
|
4775
3657
|
storeId: string;
|
|
4776
3658
|
};
|
|
4777
3659
|
|
|
@@ -4781,7 +3663,7 @@ export const RemoveProjectEnvContentHint2$outboundSchema: z.ZodType<
|
|
|
4781
3663
|
z.ZodTypeDef,
|
|
4782
3664
|
RemoveProjectEnvContentHint2
|
|
4783
3665
|
> = z.object({
|
|
4784
|
-
type:
|
|
3666
|
+
type: z.literal("redis-rest-api-url"),
|
|
4785
3667
|
storeId: z.string(),
|
|
4786
3668
|
});
|
|
4787
3669
|
|
|
@@ -4804,27 +3686,18 @@ export function removeProjectEnvContentHint2FromJSON(
|
|
|
4804
3686
|
);
|
|
4805
3687
|
}
|
|
4806
3688
|
|
|
4807
|
-
/** @internal */
|
|
4808
|
-
export const RemoveProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<
|
|
4809
|
-
typeof RemoveProjectEnvContentHintType
|
|
4810
|
-
> = z.nativeEnum(RemoveProjectEnvContentHintType);
|
|
4811
|
-
/** @internal */
|
|
4812
|
-
export const RemoveProjectEnvContentHintType$outboundSchema: z.ZodNativeEnum<
|
|
4813
|
-
typeof RemoveProjectEnvContentHintType
|
|
4814
|
-
> = RemoveProjectEnvContentHintType$inboundSchema;
|
|
4815
|
-
|
|
4816
3689
|
/** @internal */
|
|
4817
3690
|
export const RemoveProjectEnvContentHint1$inboundSchema: z.ZodType<
|
|
4818
3691
|
RemoveProjectEnvContentHint1,
|
|
4819
3692
|
z.ZodTypeDef,
|
|
4820
3693
|
unknown
|
|
4821
3694
|
> = z.object({
|
|
4822
|
-
type:
|
|
3695
|
+
type: z.literal("redis-url"),
|
|
4823
3696
|
storeId: z.string(),
|
|
4824
3697
|
});
|
|
4825
3698
|
/** @internal */
|
|
4826
3699
|
export type RemoveProjectEnvContentHint1$Outbound = {
|
|
4827
|
-
type:
|
|
3700
|
+
type: "redis-url";
|
|
4828
3701
|
storeId: string;
|
|
4829
3702
|
};
|
|
4830
3703
|
|
|
@@ -4834,7 +3707,7 @@ export const RemoveProjectEnvContentHint1$outboundSchema: z.ZodType<
|
|
|
4834
3707
|
z.ZodTypeDef,
|
|
4835
3708
|
RemoveProjectEnvContentHint1
|
|
4836
3709
|
> = z.object({
|
|
4837
|
-
type:
|
|
3710
|
+
type: z.literal("redis-url"),
|
|
4838
3711
|
storeId: z.string(),
|
|
4839
3712
|
});
|
|
4840
3713
|
|
|
@@ -4863,7 +3736,6 @@ export const RemoveProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
4863
3736
|
z.ZodTypeDef,
|
|
4864
3737
|
unknown
|
|
4865
3738
|
> = z.union([
|
|
4866
|
-
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
4867
3739
|
z.lazy(() => RemoveProjectEnvContentHint1$inboundSchema),
|
|
4868
3740
|
z.lazy(() => RemoveProjectEnvContentHint2$inboundSchema),
|
|
4869
3741
|
z.lazy(() => RemoveProjectEnvContentHint3$inboundSchema),
|
|
@@ -4877,11 +3749,11 @@ export const RemoveProjectEnvResponseBodyContentHint$inboundSchema: z.ZodType<
|
|
|
4877
3749
|
z.lazy(() => RemoveProjectEnvContentHint11$inboundSchema),
|
|
4878
3750
|
z.lazy(() => RemoveProjectEnvContentHint12$inboundSchema),
|
|
4879
3751
|
z.lazy(() => RemoveProjectEnvContentHint13$inboundSchema),
|
|
3752
|
+
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
4880
3753
|
z.lazy(() => RemoveProjectEnvContentHint15$inboundSchema),
|
|
4881
3754
|
]);
|
|
4882
3755
|
/** @internal */
|
|
4883
3756
|
export type RemoveProjectEnvResponseBodyContentHint$Outbound =
|
|
4884
|
-
| RemoveProjectEnvContentHint14$Outbound
|
|
4885
3757
|
| RemoveProjectEnvContentHint1$Outbound
|
|
4886
3758
|
| RemoveProjectEnvContentHint2$Outbound
|
|
4887
3759
|
| RemoveProjectEnvContentHint3$Outbound
|
|
@@ -4895,6 +3767,7 @@ export type RemoveProjectEnvResponseBodyContentHint$Outbound =
|
|
|
4895
3767
|
| RemoveProjectEnvContentHint11$Outbound
|
|
4896
3768
|
| RemoveProjectEnvContentHint12$Outbound
|
|
4897
3769
|
| RemoveProjectEnvContentHint13$Outbound
|
|
3770
|
+
| RemoveProjectEnvContentHint14$Outbound
|
|
4898
3771
|
| RemoveProjectEnvContentHint15$Outbound;
|
|
4899
3772
|
|
|
4900
3773
|
/** @internal */
|
|
@@ -4903,7 +3776,6 @@ export const RemoveProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
4903
3776
|
z.ZodTypeDef,
|
|
4904
3777
|
RemoveProjectEnvResponseBodyContentHint
|
|
4905
3778
|
> = z.union([
|
|
4906
|
-
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
4907
3779
|
z.lazy(() => RemoveProjectEnvContentHint1$outboundSchema),
|
|
4908
3780
|
z.lazy(() => RemoveProjectEnvContentHint2$outboundSchema),
|
|
4909
3781
|
z.lazy(() => RemoveProjectEnvContentHint3$outboundSchema),
|
|
@@ -4917,6 +3789,7 @@ export const RemoveProjectEnvResponseBodyContentHint$outboundSchema: z.ZodType<
|
|
|
4917
3789
|
z.lazy(() => RemoveProjectEnvContentHint11$outboundSchema),
|
|
4918
3790
|
z.lazy(() => RemoveProjectEnvContentHint12$outboundSchema),
|
|
4919
3791
|
z.lazy(() => RemoveProjectEnvContentHint13$outboundSchema),
|
|
3792
|
+
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
4920
3793
|
z.lazy(() => RemoveProjectEnvContentHint15$outboundSchema),
|
|
4921
3794
|
]);
|
|
4922
3795
|
|
|
@@ -5042,7 +3915,6 @@ export const RemoveProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
5042
3915
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5043
3916
|
contentHint: z.nullable(
|
|
5044
3917
|
z.union([
|
|
5045
|
-
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
5046
3918
|
z.lazy(() => RemoveProjectEnvContentHint1$inboundSchema),
|
|
5047
3919
|
z.lazy(() => RemoveProjectEnvContentHint2$inboundSchema),
|
|
5048
3920
|
z.lazy(() => RemoveProjectEnvContentHint3$inboundSchema),
|
|
@@ -5056,6 +3928,7 @@ export const RemoveProjectEnvResponseBody1$inboundSchema: z.ZodType<
|
|
|
5056
3928
|
z.lazy(() => RemoveProjectEnvContentHint11$inboundSchema),
|
|
5057
3929
|
z.lazy(() => RemoveProjectEnvContentHint12$inboundSchema),
|
|
5058
3930
|
z.lazy(() => RemoveProjectEnvContentHint13$inboundSchema),
|
|
3931
|
+
z.lazy(() => RemoveProjectEnvContentHint14$inboundSchema),
|
|
5059
3932
|
z.lazy(() => RemoveProjectEnvContentHint15$inboundSchema),
|
|
5060
3933
|
]),
|
|
5061
3934
|
).optional(),
|
|
@@ -5084,7 +3957,6 @@ export type RemoveProjectEnvResponseBody1$Outbound = {
|
|
|
5084
3957
|
edgeConfigId?: string | null | undefined;
|
|
5085
3958
|
edgeConfigTokenId?: string | null | undefined;
|
|
5086
3959
|
contentHint?:
|
|
5087
|
-
| RemoveProjectEnvContentHint14$Outbound
|
|
5088
3960
|
| RemoveProjectEnvContentHint1$Outbound
|
|
5089
3961
|
| RemoveProjectEnvContentHint2$Outbound
|
|
5090
3962
|
| RemoveProjectEnvContentHint3$Outbound
|
|
@@ -5098,6 +3970,7 @@ export type RemoveProjectEnvResponseBody1$Outbound = {
|
|
|
5098
3970
|
| RemoveProjectEnvContentHint11$Outbound
|
|
5099
3971
|
| RemoveProjectEnvContentHint12$Outbound
|
|
5100
3972
|
| RemoveProjectEnvContentHint13$Outbound
|
|
3973
|
+
| RemoveProjectEnvContentHint14$Outbound
|
|
5101
3974
|
| RemoveProjectEnvContentHint15$Outbound
|
|
5102
3975
|
| null
|
|
5103
3976
|
| undefined;
|
|
@@ -5136,7 +4009,6 @@ export const RemoveProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
5136
4009
|
edgeConfigTokenId: z.nullable(z.string()).optional(),
|
|
5137
4010
|
contentHint: z.nullable(
|
|
5138
4011
|
z.union([
|
|
5139
|
-
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
5140
4012
|
z.lazy(() => RemoveProjectEnvContentHint1$outboundSchema),
|
|
5141
4013
|
z.lazy(() => RemoveProjectEnvContentHint2$outboundSchema),
|
|
5142
4014
|
z.lazy(() => RemoveProjectEnvContentHint3$outboundSchema),
|
|
@@ -5150,6 +4022,7 @@ export const RemoveProjectEnvResponseBody1$outboundSchema: z.ZodType<
|
|
|
5150
4022
|
z.lazy(() => RemoveProjectEnvContentHint11$outboundSchema),
|
|
5151
4023
|
z.lazy(() => RemoveProjectEnvContentHint12$outboundSchema),
|
|
5152
4024
|
z.lazy(() => RemoveProjectEnvContentHint13$outboundSchema),
|
|
4025
|
+
z.lazy(() => RemoveProjectEnvContentHint14$outboundSchema),
|
|
5153
4026
|
z.lazy(() => RemoveProjectEnvContentHint15$outboundSchema),
|
|
5154
4027
|
]),
|
|
5155
4028
|
).optional(),
|