@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
|
@@ -142,130 +142,70 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONTyp
|
|
|
142
142
|
readonly Sensitive: "sensitive";
|
|
143
143
|
};
|
|
144
144
|
export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
145
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type: {
|
|
146
|
-
readonly FlagsConnectionString: "flags-connection-string";
|
|
147
|
-
};
|
|
148
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
149
145
|
export type ContentHint15 = {
|
|
150
|
-
type:
|
|
146
|
+
type: "flags-connection-string";
|
|
151
147
|
projectId: string;
|
|
152
148
|
};
|
|
153
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type: {
|
|
154
|
-
readonly IntegrationStoreSecret: "integration-store-secret";
|
|
155
|
-
};
|
|
156
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
157
149
|
export type ContentHint14 = {
|
|
158
|
-
type:
|
|
150
|
+
type: "integration-store-secret";
|
|
159
151
|
storeId: string;
|
|
160
152
|
integrationId: string;
|
|
161
153
|
integrationProductId: string;
|
|
162
154
|
integrationConfigurationId: string;
|
|
163
155
|
};
|
|
164
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type: {
|
|
165
|
-
readonly PostgresUrlNoSsl: "postgres-url-no-ssl";
|
|
166
|
-
};
|
|
167
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
168
156
|
export type ContentHint13 = {
|
|
169
|
-
type:
|
|
157
|
+
type: "postgres-url-no-ssl";
|
|
170
158
|
storeId: string;
|
|
171
159
|
};
|
|
172
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type: {
|
|
173
|
-
readonly PostgresDatabase: "postgres-database";
|
|
174
|
-
};
|
|
175
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
176
160
|
export type ContentHint12 = {
|
|
177
|
-
type:
|
|
161
|
+
type: "postgres-database";
|
|
178
162
|
storeId: string;
|
|
179
163
|
};
|
|
180
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type: {
|
|
181
|
-
readonly PostgresPassword: "postgres-password";
|
|
182
|
-
};
|
|
183
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
184
164
|
export type ContentHint11 = {
|
|
185
|
-
type:
|
|
165
|
+
type: "postgres-password";
|
|
186
166
|
storeId: string;
|
|
187
167
|
};
|
|
188
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type: {
|
|
189
|
-
readonly PostgresHost: "postgres-host";
|
|
190
|
-
};
|
|
191
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
192
168
|
export type ContentHint10 = {
|
|
193
|
-
type:
|
|
169
|
+
type: "postgres-host";
|
|
194
170
|
storeId: string;
|
|
195
171
|
};
|
|
196
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type: {
|
|
197
|
-
readonly PostgresUser: "postgres-user";
|
|
198
|
-
};
|
|
199
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
200
172
|
export type ContentHint9 = {
|
|
201
|
-
type:
|
|
173
|
+
type: "postgres-user";
|
|
202
174
|
storeId: string;
|
|
203
175
|
};
|
|
204
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType: {
|
|
205
|
-
readonly PostgresPrismaUrl: "postgres-prisma-url";
|
|
206
|
-
};
|
|
207
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
208
176
|
export type ContentHint8 = {
|
|
209
|
-
type:
|
|
177
|
+
type: "postgres-prisma-url";
|
|
210
178
|
storeId: string;
|
|
211
179
|
};
|
|
212
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType: {
|
|
213
|
-
readonly PostgresUrlNonPooling: "postgres-url-non-pooling";
|
|
214
|
-
};
|
|
215
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
216
180
|
export type ContentHint7 = {
|
|
217
|
-
type:
|
|
181
|
+
type: "postgres-url-non-pooling";
|
|
218
182
|
storeId: string;
|
|
219
183
|
};
|
|
220
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType: {
|
|
221
|
-
readonly PostgresUrl: "postgres-url";
|
|
222
|
-
};
|
|
223
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
224
184
|
export type ContentHint6 = {
|
|
225
|
-
type:
|
|
185
|
+
type: "postgres-url";
|
|
226
186
|
storeId: string;
|
|
227
187
|
};
|
|
228
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type: {
|
|
229
|
-
readonly BlobReadWriteToken: "blob-read-write-token";
|
|
230
|
-
};
|
|
231
|
-
export type UpdateProjectDataCacheContentHintProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
232
188
|
export type ContentHint5 = {
|
|
233
|
-
type:
|
|
189
|
+
type: "blob-read-write-token";
|
|
234
190
|
storeId: string;
|
|
235
191
|
};
|
|
236
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponseType: {
|
|
237
|
-
readonly RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token";
|
|
238
|
-
};
|
|
239
|
-
export type UpdateProjectDataCacheContentHintProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
240
192
|
export type ContentHint4 = {
|
|
241
|
-
type:
|
|
193
|
+
type: "redis-rest-api-read-only-token";
|
|
242
194
|
storeId: string;
|
|
243
195
|
};
|
|
244
|
-
export declare const UpdateProjectDataCacheContentHintProjectsType: {
|
|
245
|
-
readonly RedisRestApiToken: "redis-rest-api-token";
|
|
246
|
-
};
|
|
247
|
-
export type UpdateProjectDataCacheContentHintProjectsType = ClosedEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
248
196
|
export type ContentHint3 = {
|
|
249
|
-
type:
|
|
197
|
+
type: "redis-rest-api-token";
|
|
250
198
|
storeId: string;
|
|
251
199
|
};
|
|
252
|
-
export declare const UpdateProjectDataCacheContentHintType: {
|
|
253
|
-
readonly RedisRestApiUrl: "redis-rest-api-url";
|
|
254
|
-
};
|
|
255
|
-
export type UpdateProjectDataCacheContentHintType = ClosedEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
256
200
|
export type ContentHint2 = {
|
|
257
|
-
type:
|
|
201
|
+
type: "redis-rest-api-url";
|
|
258
202
|
storeId: string;
|
|
259
203
|
};
|
|
260
|
-
export declare const ContentHintType: {
|
|
261
|
-
readonly RedisUrl: "redis-url";
|
|
262
|
-
};
|
|
263
|
-
export type ContentHintType = ClosedEnum<typeof ContentHintType>;
|
|
264
204
|
export type ContentHint1 = {
|
|
265
|
-
type:
|
|
205
|
+
type: "redis-url";
|
|
266
206
|
storeId: string;
|
|
267
207
|
};
|
|
268
|
-
export type ContentHint =
|
|
208
|
+
export type ContentHint = ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | ContentHint11 | ContentHint12 | ContentHint13 | ContentHint14 | ContentHint15;
|
|
269
209
|
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyEnvType: {
|
|
270
210
|
readonly FlagsSecret: "flags-secret";
|
|
271
211
|
};
|
|
@@ -300,7 +240,7 @@ export type UpdateProjectDataCacheEnv = {
|
|
|
300
240
|
gitBranch?: string | undefined;
|
|
301
241
|
edgeConfigId?: string | null | undefined;
|
|
302
242
|
edgeConfigTokenId?: string | null | undefined;
|
|
303
|
-
contentHint?:
|
|
243
|
+
contentHint?: ContentHint1 | ContentHint2 | ContentHint3 | ContentHint4 | ContentHint5 | ContentHint6 | ContentHint7 | ContentHint8 | ContentHint9 | ContentHint10 | ContentHint11 | ContentHint12 | ContentHint13 | ContentHint14 | ContentHint15 | null | undefined;
|
|
304
244
|
/**
|
|
305
245
|
* Similar to `contentHints`, but should not be exposed to the user.
|
|
306
246
|
*/
|
|
@@ -613,10 +553,6 @@ export type LatestDeployments = {
|
|
|
613
553
|
userId: string;
|
|
614
554
|
withCache?: boolean | undefined;
|
|
615
555
|
};
|
|
616
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponse200Type: {
|
|
617
|
-
readonly Bitbucket: "bitbucket";
|
|
618
|
-
};
|
|
619
|
-
export type UpdateProjectDataCacheLinkProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
|
|
620
556
|
export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks = {
|
|
621
557
|
createdAt?: number | undefined;
|
|
622
558
|
id: string;
|
|
@@ -628,7 +564,7 @@ export type Link5 = {
|
|
|
628
564
|
name: string;
|
|
629
565
|
slug: string;
|
|
630
566
|
owner: string;
|
|
631
|
-
type:
|
|
567
|
+
type: "bitbucket";
|
|
632
568
|
uuid: string;
|
|
633
569
|
workspaceUuid: string;
|
|
634
570
|
createdAt?: number | undefined;
|
|
@@ -638,10 +574,6 @@ export type Link5 = {
|
|
|
638
574
|
sourceless?: boolean | undefined;
|
|
639
575
|
productionBranch: string;
|
|
640
576
|
};
|
|
641
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponseType: {
|
|
642
|
-
readonly Gitlab: "gitlab";
|
|
643
|
-
};
|
|
644
|
-
export type UpdateProjectDataCacheLinkProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
|
|
645
577
|
export type UpdateProjectDataCacheLinkProjectsDeployHooks = {
|
|
646
578
|
createdAt?: number | undefined;
|
|
647
579
|
id: string;
|
|
@@ -659,7 +591,7 @@ export type Link4 = {
|
|
|
659
591
|
*/
|
|
660
592
|
projectOwnerId?: number | undefined;
|
|
661
593
|
projectUrl: string;
|
|
662
|
-
type:
|
|
594
|
+
type: "gitlab";
|
|
663
595
|
createdAt?: number | undefined;
|
|
664
596
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks>;
|
|
665
597
|
gitCredentialId: string;
|
|
@@ -667,10 +599,6 @@ export type Link4 = {
|
|
|
667
599
|
sourceless?: boolean | undefined;
|
|
668
600
|
productionBranch: string;
|
|
669
601
|
};
|
|
670
|
-
export declare const UpdateProjectDataCacheLinkProjectsType: {
|
|
671
|
-
readonly GithubCustomHost: "github-custom-host";
|
|
672
|
-
};
|
|
673
|
-
export type UpdateProjectDataCacheLinkProjectsType = ClosedEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
674
602
|
export type UpdateProjectDataCacheLinkDeployHooks = {
|
|
675
603
|
createdAt?: number | undefined;
|
|
676
604
|
id: string;
|
|
@@ -686,7 +614,7 @@ export type Link3 = {
|
|
|
686
614
|
repoOwnerId?: number | undefined;
|
|
687
615
|
repo?: string | undefined;
|
|
688
616
|
repoId?: number | undefined;
|
|
689
|
-
type:
|
|
617
|
+
type: "github-custom-host";
|
|
690
618
|
host: string;
|
|
691
619
|
createdAt?: number | undefined;
|
|
692
620
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks>;
|
|
@@ -695,10 +623,6 @@ export type Link3 = {
|
|
|
695
623
|
sourceless?: boolean | undefined;
|
|
696
624
|
productionBranch: string;
|
|
697
625
|
};
|
|
698
|
-
export declare const UpdateProjectDataCacheLinkType: {
|
|
699
|
-
readonly GithubLimited: "github-limited";
|
|
700
|
-
};
|
|
701
|
-
export type UpdateProjectDataCacheLinkType = ClosedEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
702
626
|
export type LinkDeployHooks = {
|
|
703
627
|
createdAt?: number | undefined;
|
|
704
628
|
id: string;
|
|
@@ -707,7 +631,7 @@ export type LinkDeployHooks = {
|
|
|
707
631
|
url: string;
|
|
708
632
|
};
|
|
709
633
|
export type Link2 = {
|
|
710
|
-
type:
|
|
634
|
+
type: "github-limited";
|
|
711
635
|
createdAt?: number | undefined;
|
|
712
636
|
updatedAt?: number | undefined;
|
|
713
637
|
org: string;
|
|
@@ -722,10 +646,6 @@ export type Link2 = {
|
|
|
722
646
|
sourceless?: boolean | undefined;
|
|
723
647
|
productionBranch: string;
|
|
724
648
|
};
|
|
725
|
-
export declare const LinkType: {
|
|
726
|
-
readonly Github: "github";
|
|
727
|
-
};
|
|
728
|
-
export type LinkType = ClosedEnum<typeof LinkType>;
|
|
729
649
|
export type DeployHooks = {
|
|
730
650
|
createdAt?: number | undefined;
|
|
731
651
|
id: string;
|
|
@@ -741,7 +661,7 @@ export type Link1 = {
|
|
|
741
661
|
repoOwnerId?: number | undefined;
|
|
742
662
|
repo?: string | undefined;
|
|
743
663
|
repoId?: number | undefined;
|
|
744
|
-
type:
|
|
664
|
+
type: "github";
|
|
745
665
|
createdAt?: number | undefined;
|
|
746
666
|
deployHooks: Array<DeployHooks>;
|
|
747
667
|
gitCredentialId: string;
|
|
@@ -749,7 +669,7 @@ export type Link1 = {
|
|
|
749
669
|
sourceless?: boolean | undefined;
|
|
750
670
|
productionBranch: string;
|
|
751
671
|
};
|
|
752
|
-
export type Link =
|
|
672
|
+
export type Link = Link1 | Link2 | Link3 | Link4 | Link5;
|
|
753
673
|
export type UpdateProjectDataCacheMicrofrontends3 = {
|
|
754
674
|
updatedAt: number;
|
|
755
675
|
groupIds: Array<any>;
|
|
@@ -1324,23 +1244,15 @@ export type LastAliasRequest = {
|
|
|
1324
1244
|
requestedAt: number;
|
|
1325
1245
|
type: UpdateProjectDataCacheProjectsResponse200Type;
|
|
1326
1246
|
};
|
|
1327
|
-
export declare const ProtectionBypassScope: {
|
|
1328
|
-
readonly AutomationBypass: "automation-bypass";
|
|
1329
|
-
};
|
|
1330
|
-
export type ProtectionBypassScope = ClosedEnum<typeof ProtectionBypassScope>;
|
|
1331
1247
|
export type ProtectionBypass2 = {
|
|
1332
1248
|
createdAt: number;
|
|
1333
1249
|
createdBy: string;
|
|
1334
|
-
scope:
|
|
1250
|
+
scope: "automation-bypass";
|
|
1335
1251
|
};
|
|
1336
|
-
export declare const UpdateProjectDataCacheProtectionBypassScope: {
|
|
1337
|
-
readonly IntegrationAutomationBypass: "integration-automation-bypass";
|
|
1338
|
-
};
|
|
1339
|
-
export type UpdateProjectDataCacheProtectionBypassScope = ClosedEnum<typeof UpdateProjectDataCacheProtectionBypassScope>;
|
|
1340
1252
|
export type ProtectionBypass1 = {
|
|
1341
1253
|
createdAt: number;
|
|
1342
1254
|
createdBy: string;
|
|
1343
|
-
scope:
|
|
1255
|
+
scope: "integration-automation-bypass";
|
|
1344
1256
|
integrationId: string;
|
|
1345
1257
|
configurationId: string;
|
|
1346
1258
|
};
|
|
@@ -1521,25 +1433,13 @@ export type Block = {
|
|
|
1521
1433
|
comment?: string | undefined;
|
|
1522
1434
|
isCascading?: boolean | undefined;
|
|
1523
1435
|
};
|
|
1524
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction: {
|
|
1525
|
-
readonly RouteUnblocked: "route-unblocked";
|
|
1526
|
-
};
|
|
1527
|
-
export type UpdateProjectDataCacheBlockHistoryProjectsResponseAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
1528
|
-
export declare const UpdateProjectDataCacheHasProjectsResponseType: {
|
|
1529
|
-
readonly Host: "host";
|
|
1530
|
-
};
|
|
1531
|
-
export type UpdateProjectDataCacheHasProjectsResponseType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
1532
1436
|
export type UpdateProjectDataCacheHasProjectsValue = {
|
|
1533
1437
|
eq: string;
|
|
1534
1438
|
};
|
|
1535
1439
|
export type UpdateProjectDataCacheHas2 = {
|
|
1536
|
-
type:
|
|
1440
|
+
type: "host";
|
|
1537
1441
|
value: UpdateProjectDataCacheHasProjectsValue;
|
|
1538
1442
|
};
|
|
1539
|
-
export declare const UpdateProjectDataCacheHasProjectsType: {
|
|
1540
|
-
readonly Header: "header";
|
|
1541
|
-
};
|
|
1542
|
-
export type UpdateProjectDataCacheHasProjectsType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
1543
1443
|
export declare const UpdateProjectDataCacheHasProjectsKey: {
|
|
1544
1444
|
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1545
1445
|
};
|
|
@@ -1548,7 +1448,7 @@ export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue = {
|
|
|
1548
1448
|
eq: string;
|
|
1549
1449
|
};
|
|
1550
1450
|
export type UpdateProjectDataCacheHas1 = {
|
|
1551
|
-
type:
|
|
1451
|
+
type: "header";
|
|
1552
1452
|
key: UpdateProjectDataCacheHasProjectsKey;
|
|
1553
1453
|
value: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue;
|
|
1554
1454
|
};
|
|
@@ -1571,7 +1471,7 @@ export type UpdateProjectDataCacheRoute1 = {
|
|
|
1571
1471
|
};
|
|
1572
1472
|
export type BlockHistoryRoute = UpdateProjectDataCacheRoute1 | UpdateProjectDataCacheRoute2;
|
|
1573
1473
|
export type BlockHistory4 = {
|
|
1574
|
-
action:
|
|
1474
|
+
action: "route-unblocked";
|
|
1575
1475
|
route: UpdateProjectDataCacheRoute1 | UpdateProjectDataCacheRoute2;
|
|
1576
1476
|
statusCode?: number | undefined;
|
|
1577
1477
|
createdAt: number;
|
|
@@ -1580,25 +1480,13 @@ export type BlockHistory4 = {
|
|
|
1580
1480
|
comment?: string | undefined;
|
|
1581
1481
|
isCascading?: boolean | undefined;
|
|
1582
1482
|
};
|
|
1583
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction: {
|
|
1584
|
-
readonly RouteBlocked: "route-blocked";
|
|
1585
|
-
};
|
|
1586
|
-
export type UpdateProjectDataCacheBlockHistoryProjectsAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
1587
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType: {
|
|
1588
|
-
readonly Host: "host";
|
|
1589
|
-
};
|
|
1590
|
-
export type UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
1591
1483
|
export type UpdateProjectDataCacheHasProjectsResponse200Value = {
|
|
1592
1484
|
eq: string;
|
|
1593
1485
|
};
|
|
1594
1486
|
export type UpdateProjectDataCacheHasProjects2 = {
|
|
1595
|
-
type:
|
|
1487
|
+
type: "host";
|
|
1596
1488
|
value: UpdateProjectDataCacheHasProjectsResponse200Value;
|
|
1597
1489
|
};
|
|
1598
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200Type: {
|
|
1599
|
-
readonly Header: "header";
|
|
1600
|
-
};
|
|
1601
|
-
export type UpdateProjectDataCacheHasProjectsResponse200Type = ClosedEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
1602
1490
|
export declare const UpdateProjectDataCacheHasKey: {
|
|
1603
1491
|
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1604
1492
|
};
|
|
@@ -1607,7 +1495,7 @@ export type UpdateProjectDataCacheHasProjectsResponseValue = {
|
|
|
1607
1495
|
eq: string;
|
|
1608
1496
|
};
|
|
1609
1497
|
export type UpdateProjectDataCacheHasProjects1 = {
|
|
1610
|
-
type:
|
|
1498
|
+
type: "header";
|
|
1611
1499
|
key: UpdateProjectDataCacheHasKey;
|
|
1612
1500
|
value: UpdateProjectDataCacheHasProjectsResponseValue;
|
|
1613
1501
|
};
|
|
@@ -1630,7 +1518,7 @@ export type Route1 = {
|
|
|
1630
1518
|
};
|
|
1631
1519
|
export type Route = Route1 | Route2;
|
|
1632
1520
|
export type BlockHistory3 = {
|
|
1633
|
-
action:
|
|
1521
|
+
action: "route-blocked";
|
|
1634
1522
|
route: Route1 | Route2;
|
|
1635
1523
|
reason: string;
|
|
1636
1524
|
createdAt: number;
|
|
@@ -1639,24 +1527,16 @@ export type BlockHistory3 = {
|
|
|
1639
1527
|
comment?: string | undefined;
|
|
1640
1528
|
isCascading?: boolean | undefined;
|
|
1641
1529
|
};
|
|
1642
|
-
export declare const UpdateProjectDataCacheBlockHistoryAction: {
|
|
1643
|
-
readonly Unblocked: "unblocked";
|
|
1644
|
-
};
|
|
1645
|
-
export type UpdateProjectDataCacheBlockHistoryAction = ClosedEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
1646
1530
|
export type BlockHistory2 = {
|
|
1647
|
-
action:
|
|
1531
|
+
action: "unblocked";
|
|
1648
1532
|
createdAt: number;
|
|
1649
1533
|
caseId?: string | undefined;
|
|
1650
1534
|
actor?: string | undefined;
|
|
1651
1535
|
comment?: string | undefined;
|
|
1652
1536
|
isCascading?: boolean | undefined;
|
|
1653
1537
|
};
|
|
1654
|
-
export declare const BlockHistoryAction: {
|
|
1655
|
-
readonly Blocked: "blocked";
|
|
1656
|
-
};
|
|
1657
|
-
export type BlockHistoryAction = ClosedEnum<typeof BlockHistoryAction>;
|
|
1658
1538
|
export type BlockHistory1 = {
|
|
1659
|
-
action:
|
|
1539
|
+
action: "blocked";
|
|
1660
1540
|
reason: string;
|
|
1661
1541
|
statusCode: number;
|
|
1662
1542
|
createdAt: number;
|
|
@@ -1665,30 +1545,22 @@ export type BlockHistory1 = {
|
|
|
1665
1545
|
comment?: string | undefined;
|
|
1666
1546
|
isCascading?: boolean | undefined;
|
|
1667
1547
|
};
|
|
1668
|
-
export type UpdateProjectDataCacheBlockHistory = BlockHistory1 |
|
|
1548
|
+
export type UpdateProjectDataCacheBlockHistory = BlockHistory1 | BlockHistory2 | BlockHistory3 | BlockHistory4;
|
|
1669
1549
|
export type UpdateProjectDataCacheAbuse = {
|
|
1670
1550
|
scanner?: string | undefined;
|
|
1671
1551
|
history: Array<UpdateProjectDataCacheHistory>;
|
|
1672
1552
|
updatedAt: number;
|
|
1673
1553
|
block?: Block | undefined;
|
|
1674
|
-
blockHistory?: Array<BlockHistory1 |
|
|
1554
|
+
blockHistory?: Array<BlockHistory1 | BlockHistory2 | BlockHistory3 | BlockHistory4> | undefined;
|
|
1675
1555
|
interstitial?: boolean | undefined;
|
|
1676
1556
|
};
|
|
1677
|
-
export declare const UpdateProjectDataCacheHasType: {
|
|
1678
|
-
readonly Host: "host";
|
|
1679
|
-
};
|
|
1680
|
-
export type UpdateProjectDataCacheHasType = ClosedEnum<typeof UpdateProjectDataCacheHasType>;
|
|
1681
1557
|
export type HasValue = {
|
|
1682
1558
|
eq: string;
|
|
1683
1559
|
};
|
|
1684
1560
|
export type Has2 = {
|
|
1685
|
-
type:
|
|
1561
|
+
type: "host";
|
|
1686
1562
|
value: HasValue;
|
|
1687
1563
|
};
|
|
1688
|
-
export declare const HasType: {
|
|
1689
|
-
readonly Header: "header";
|
|
1690
|
-
};
|
|
1691
|
-
export type HasType = ClosedEnum<typeof HasType>;
|
|
1692
1564
|
export declare const Key: {
|
|
1693
1565
|
readonly XVercelIpCountry: "x-vercel-ip-country";
|
|
1694
1566
|
};
|
|
@@ -1697,7 +1569,7 @@ export type UpdateProjectDataCacheHasValue = {
|
|
|
1697
1569
|
eq: string;
|
|
1698
1570
|
};
|
|
1699
1571
|
export type Has1 = {
|
|
1700
|
-
type:
|
|
1572
|
+
type: "header";
|
|
1701
1573
|
key: Key;
|
|
1702
1574
|
value: UpdateProjectDataCacheHasValue;
|
|
1703
1575
|
};
|
|
@@ -1770,7 +1642,7 @@ export type UpdateProjectDataCacheResponseBody = {
|
|
|
1770
1642
|
id: string;
|
|
1771
1643
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets> | undefined;
|
|
1772
1644
|
latestDeployments?: Array<LatestDeployments> | undefined;
|
|
1773
|
-
link?:
|
|
1645
|
+
link?: Link1 | Link2 | Link3 | Link4 | Link5 | undefined;
|
|
1774
1646
|
microfrontends?: UpdateProjectDataCacheMicrofrontends1 | UpdateProjectDataCacheMicrofrontends2 | UpdateProjectDataCacheMicrofrontends3 | undefined;
|
|
1775
1647
|
name: string;
|
|
1776
1648
|
nodeVersion: UpdateProjectDataCacheNodeVersion;
|
|
@@ -1999,14 +1871,10 @@ export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONTyp
|
|
|
1999
1871
|
/** @internal */
|
|
2000
1872
|
export declare const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType>;
|
|
2001
1873
|
/** @internal */
|
|
2002
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
2003
|
-
/** @internal */
|
|
2004
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type>;
|
|
2005
|
-
/** @internal */
|
|
2006
1874
|
export declare const ContentHint15$inboundSchema: z.ZodType<ContentHint15, z.ZodTypeDef, unknown>;
|
|
2007
1875
|
/** @internal */
|
|
2008
1876
|
export type ContentHint15$Outbound = {
|
|
2009
|
-
type: string;
|
|
1877
|
+
type: "flags-connection-string";
|
|
2010
1878
|
projectId: string;
|
|
2011
1879
|
};
|
|
2012
1880
|
/** @internal */
|
|
@@ -2014,14 +1882,10 @@ export declare const ContentHint15$outboundSchema: z.ZodType<ContentHint15$Outbo
|
|
|
2014
1882
|
export declare function contentHint15ToJSON(contentHint15: ContentHint15): string;
|
|
2015
1883
|
export declare function contentHint15FromJSON(jsonString: string): SafeParseResult<ContentHint15, SDKValidationError>;
|
|
2016
1884
|
/** @internal */
|
|
2017
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
2018
|
-
/** @internal */
|
|
2019
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type>;
|
|
2020
|
-
/** @internal */
|
|
2021
1885
|
export declare const ContentHint14$inboundSchema: z.ZodType<ContentHint14, z.ZodTypeDef, unknown>;
|
|
2022
1886
|
/** @internal */
|
|
2023
1887
|
export type ContentHint14$Outbound = {
|
|
2024
|
-
type:
|
|
1888
|
+
type: "integration-store-secret";
|
|
2025
1889
|
storeId: string;
|
|
2026
1890
|
integrationId: string;
|
|
2027
1891
|
integrationProductId: string;
|
|
@@ -2032,14 +1896,10 @@ export declare const ContentHint14$outboundSchema: z.ZodType<ContentHint14$Outbo
|
|
|
2032
1896
|
export declare function contentHint14ToJSON(contentHint14: ContentHint14): string;
|
|
2033
1897
|
export declare function contentHint14FromJSON(jsonString: string): SafeParseResult<ContentHint14, SDKValidationError>;
|
|
2034
1898
|
/** @internal */
|
|
2035
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
2036
|
-
/** @internal */
|
|
2037
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type>;
|
|
2038
|
-
/** @internal */
|
|
2039
1899
|
export declare const ContentHint13$inboundSchema: z.ZodType<ContentHint13, z.ZodTypeDef, unknown>;
|
|
2040
1900
|
/** @internal */
|
|
2041
1901
|
export type ContentHint13$Outbound = {
|
|
2042
|
-
type:
|
|
1902
|
+
type: "postgres-url-no-ssl";
|
|
2043
1903
|
storeId: string;
|
|
2044
1904
|
};
|
|
2045
1905
|
/** @internal */
|
|
@@ -2047,14 +1907,10 @@ export declare const ContentHint13$outboundSchema: z.ZodType<ContentHint13$Outbo
|
|
|
2047
1907
|
export declare function contentHint13ToJSON(contentHint13: ContentHint13): string;
|
|
2048
1908
|
export declare function contentHint13FromJSON(jsonString: string): SafeParseResult<ContentHint13, SDKValidationError>;
|
|
2049
1909
|
/** @internal */
|
|
2050
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
2051
|
-
/** @internal */
|
|
2052
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type>;
|
|
2053
|
-
/** @internal */
|
|
2054
1910
|
export declare const ContentHint12$inboundSchema: z.ZodType<ContentHint12, z.ZodTypeDef, unknown>;
|
|
2055
1911
|
/** @internal */
|
|
2056
1912
|
export type ContentHint12$Outbound = {
|
|
2057
|
-
type:
|
|
1913
|
+
type: "postgres-database";
|
|
2058
1914
|
storeId: string;
|
|
2059
1915
|
};
|
|
2060
1916
|
/** @internal */
|
|
@@ -2062,14 +1918,10 @@ export declare const ContentHint12$outboundSchema: z.ZodType<ContentHint12$Outbo
|
|
|
2062
1918
|
export declare function contentHint12ToJSON(contentHint12: ContentHint12): string;
|
|
2063
1919
|
export declare function contentHint12FromJSON(jsonString: string): SafeParseResult<ContentHint12, SDKValidationError>;
|
|
2064
1920
|
/** @internal */
|
|
2065
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
2066
|
-
/** @internal */
|
|
2067
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type>;
|
|
2068
|
-
/** @internal */
|
|
2069
1921
|
export declare const ContentHint11$inboundSchema: z.ZodType<ContentHint11, z.ZodTypeDef, unknown>;
|
|
2070
1922
|
/** @internal */
|
|
2071
1923
|
export type ContentHint11$Outbound = {
|
|
2072
|
-
type:
|
|
1924
|
+
type: "postgres-password";
|
|
2073
1925
|
storeId: string;
|
|
2074
1926
|
};
|
|
2075
1927
|
/** @internal */
|
|
@@ -2077,14 +1929,10 @@ export declare const ContentHint11$outboundSchema: z.ZodType<ContentHint11$Outbo
|
|
|
2077
1929
|
export declare function contentHint11ToJSON(contentHint11: ContentHint11): string;
|
|
2078
1930
|
export declare function contentHint11FromJSON(jsonString: string): SafeParseResult<ContentHint11, SDKValidationError>;
|
|
2079
1931
|
/** @internal */
|
|
2080
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
2081
|
-
/** @internal */
|
|
2082
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type>;
|
|
2083
|
-
/** @internal */
|
|
2084
1932
|
export declare const ContentHint10$inboundSchema: z.ZodType<ContentHint10, z.ZodTypeDef, unknown>;
|
|
2085
1933
|
/** @internal */
|
|
2086
1934
|
export type ContentHint10$Outbound = {
|
|
2087
|
-
type:
|
|
1935
|
+
type: "postgres-host";
|
|
2088
1936
|
storeId: string;
|
|
2089
1937
|
};
|
|
2090
1938
|
/** @internal */
|
|
@@ -2092,14 +1940,10 @@ export declare const ContentHint10$outboundSchema: z.ZodType<ContentHint10$Outbo
|
|
|
2092
1940
|
export declare function contentHint10ToJSON(contentHint10: ContentHint10): string;
|
|
2093
1941
|
export declare function contentHint10FromJSON(jsonString: string): SafeParseResult<ContentHint10, SDKValidationError>;
|
|
2094
1942
|
/** @internal */
|
|
2095
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
2096
|
-
/** @internal */
|
|
2097
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type>;
|
|
2098
|
-
/** @internal */
|
|
2099
1943
|
export declare const ContentHint9$inboundSchema: z.ZodType<ContentHint9, z.ZodTypeDef, unknown>;
|
|
2100
1944
|
/** @internal */
|
|
2101
1945
|
export type ContentHint9$Outbound = {
|
|
2102
|
-
type:
|
|
1946
|
+
type: "postgres-user";
|
|
2103
1947
|
storeId: string;
|
|
2104
1948
|
};
|
|
2105
1949
|
/** @internal */
|
|
@@ -2107,14 +1951,10 @@ export declare const ContentHint9$outboundSchema: z.ZodType<ContentHint9$Outboun
|
|
|
2107
1951
|
export declare function contentHint9ToJSON(contentHint9: ContentHint9): string;
|
|
2108
1952
|
export declare function contentHint9FromJSON(jsonString: string): SafeParseResult<ContentHint9, SDKValidationError>;
|
|
2109
1953
|
/** @internal */
|
|
2110
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
2111
|
-
/** @internal */
|
|
2112
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType>;
|
|
2113
|
-
/** @internal */
|
|
2114
1954
|
export declare const ContentHint8$inboundSchema: z.ZodType<ContentHint8, z.ZodTypeDef, unknown>;
|
|
2115
1955
|
/** @internal */
|
|
2116
1956
|
export type ContentHint8$Outbound = {
|
|
2117
|
-
type:
|
|
1957
|
+
type: "postgres-prisma-url";
|
|
2118
1958
|
storeId: string;
|
|
2119
1959
|
};
|
|
2120
1960
|
/** @internal */
|
|
@@ -2122,14 +1962,10 @@ export declare const ContentHint8$outboundSchema: z.ZodType<ContentHint8$Outboun
|
|
|
2122
1962
|
export declare function contentHint8ToJSON(contentHint8: ContentHint8): string;
|
|
2123
1963
|
export declare function contentHint8FromJSON(jsonString: string): SafeParseResult<ContentHint8, SDKValidationError>;
|
|
2124
1964
|
/** @internal */
|
|
2125
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
2126
|
-
/** @internal */
|
|
2127
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONResponseBodyType>;
|
|
2128
|
-
/** @internal */
|
|
2129
1965
|
export declare const ContentHint7$inboundSchema: z.ZodType<ContentHint7, z.ZodTypeDef, unknown>;
|
|
2130
1966
|
/** @internal */
|
|
2131
1967
|
export type ContentHint7$Outbound = {
|
|
2132
|
-
type:
|
|
1968
|
+
type: "postgres-url-non-pooling";
|
|
2133
1969
|
storeId: string;
|
|
2134
1970
|
};
|
|
2135
1971
|
/** @internal */
|
|
@@ -2137,14 +1973,10 @@ export declare const ContentHint7$outboundSchema: z.ZodType<ContentHint7$Outboun
|
|
|
2137
1973
|
export declare function contentHint7ToJSON(contentHint7: ContentHint7): string;
|
|
2138
1974
|
export declare function contentHint7FromJSON(jsonString: string): SafeParseResult<ContentHint7, SDKValidationError>;
|
|
2139
1975
|
/** @internal */
|
|
2140
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
2141
|
-
/** @internal */
|
|
2142
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200ApplicationJSONType>;
|
|
2143
|
-
/** @internal */
|
|
2144
1976
|
export declare const ContentHint6$inboundSchema: z.ZodType<ContentHint6, z.ZodTypeDef, unknown>;
|
|
2145
1977
|
/** @internal */
|
|
2146
1978
|
export type ContentHint6$Outbound = {
|
|
2147
|
-
type:
|
|
1979
|
+
type: "postgres-url";
|
|
2148
1980
|
storeId: string;
|
|
2149
1981
|
};
|
|
2150
1982
|
/** @internal */
|
|
@@ -2152,14 +1984,10 @@ export declare const ContentHint6$outboundSchema: z.ZodType<ContentHint6$Outboun
|
|
|
2152
1984
|
export declare function contentHint6ToJSON(contentHint6: ContentHint6): string;
|
|
2153
1985
|
export declare function contentHint6FromJSON(jsonString: string): SafeParseResult<ContentHint6, SDKValidationError>;
|
|
2154
1986
|
/** @internal */
|
|
2155
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
2156
|
-
/** @internal */
|
|
2157
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponse200Type>;
|
|
2158
|
-
/** @internal */
|
|
2159
1987
|
export declare const ContentHint5$inboundSchema: z.ZodType<ContentHint5, z.ZodTypeDef, unknown>;
|
|
2160
1988
|
/** @internal */
|
|
2161
1989
|
export type ContentHint5$Outbound = {
|
|
2162
|
-
type:
|
|
1990
|
+
type: "blob-read-write-token";
|
|
2163
1991
|
storeId: string;
|
|
2164
1992
|
};
|
|
2165
1993
|
/** @internal */
|
|
@@ -2167,14 +1995,10 @@ export declare const ContentHint5$outboundSchema: z.ZodType<ContentHint5$Outboun
|
|
|
2167
1995
|
export declare function contentHint5ToJSON(contentHint5: ContentHint5): string;
|
|
2168
1996
|
export declare function contentHint5FromJSON(jsonString: string): SafeParseResult<ContentHint5, SDKValidationError>;
|
|
2169
1997
|
/** @internal */
|
|
2170
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
2171
|
-
/** @internal */
|
|
2172
|
-
export declare const UpdateProjectDataCacheContentHintProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsResponseType>;
|
|
2173
|
-
/** @internal */
|
|
2174
1998
|
export declare const ContentHint4$inboundSchema: z.ZodType<ContentHint4, z.ZodTypeDef, unknown>;
|
|
2175
1999
|
/** @internal */
|
|
2176
2000
|
export type ContentHint4$Outbound = {
|
|
2177
|
-
type:
|
|
2001
|
+
type: "redis-rest-api-read-only-token";
|
|
2178
2002
|
storeId: string;
|
|
2179
2003
|
};
|
|
2180
2004
|
/** @internal */
|
|
@@ -2182,14 +2006,10 @@ export declare const ContentHint4$outboundSchema: z.ZodType<ContentHint4$Outboun
|
|
|
2182
2006
|
export declare function contentHint4ToJSON(contentHint4: ContentHint4): string;
|
|
2183
2007
|
export declare function contentHint4FromJSON(jsonString: string): SafeParseResult<ContentHint4, SDKValidationError>;
|
|
2184
2008
|
/** @internal */
|
|
2185
|
-
export declare const UpdateProjectDataCacheContentHintProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
2186
|
-
/** @internal */
|
|
2187
|
-
export declare const UpdateProjectDataCacheContentHintProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintProjectsType>;
|
|
2188
|
-
/** @internal */
|
|
2189
2009
|
export declare const ContentHint3$inboundSchema: z.ZodType<ContentHint3, z.ZodTypeDef, unknown>;
|
|
2190
2010
|
/** @internal */
|
|
2191
2011
|
export type ContentHint3$Outbound = {
|
|
2192
|
-
type:
|
|
2012
|
+
type: "redis-rest-api-token";
|
|
2193
2013
|
storeId: string;
|
|
2194
2014
|
};
|
|
2195
2015
|
/** @internal */
|
|
@@ -2197,14 +2017,10 @@ export declare const ContentHint3$outboundSchema: z.ZodType<ContentHint3$Outboun
|
|
|
2197
2017
|
export declare function contentHint3ToJSON(contentHint3: ContentHint3): string;
|
|
2198
2018
|
export declare function contentHint3FromJSON(jsonString: string): SafeParseResult<ContentHint3, SDKValidationError>;
|
|
2199
2019
|
/** @internal */
|
|
2200
|
-
export declare const UpdateProjectDataCacheContentHintType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
2201
|
-
/** @internal */
|
|
2202
|
-
export declare const UpdateProjectDataCacheContentHintType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheContentHintType>;
|
|
2203
|
-
/** @internal */
|
|
2204
2020
|
export declare const ContentHint2$inboundSchema: z.ZodType<ContentHint2, z.ZodTypeDef, unknown>;
|
|
2205
2021
|
/** @internal */
|
|
2206
2022
|
export type ContentHint2$Outbound = {
|
|
2207
|
-
type:
|
|
2023
|
+
type: "redis-rest-api-url";
|
|
2208
2024
|
storeId: string;
|
|
2209
2025
|
};
|
|
2210
2026
|
/** @internal */
|
|
@@ -2212,14 +2028,10 @@ export declare const ContentHint2$outboundSchema: z.ZodType<ContentHint2$Outboun
|
|
|
2212
2028
|
export declare function contentHint2ToJSON(contentHint2: ContentHint2): string;
|
|
2213
2029
|
export declare function contentHint2FromJSON(jsonString: string): SafeParseResult<ContentHint2, SDKValidationError>;
|
|
2214
2030
|
/** @internal */
|
|
2215
|
-
export declare const ContentHintType$inboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
2216
|
-
/** @internal */
|
|
2217
|
-
export declare const ContentHintType$outboundSchema: z.ZodNativeEnum<typeof ContentHintType>;
|
|
2218
|
-
/** @internal */
|
|
2219
2031
|
export declare const ContentHint1$inboundSchema: z.ZodType<ContentHint1, z.ZodTypeDef, unknown>;
|
|
2220
2032
|
/** @internal */
|
|
2221
2033
|
export type ContentHint1$Outbound = {
|
|
2222
|
-
type:
|
|
2034
|
+
type: "redis-url";
|
|
2223
2035
|
storeId: string;
|
|
2224
2036
|
};
|
|
2225
2037
|
/** @internal */
|
|
@@ -2229,7 +2041,7 @@ export declare function contentHint1FromJSON(jsonString: string): SafeParseResul
|
|
|
2229
2041
|
/** @internal */
|
|
2230
2042
|
export declare const ContentHint$inboundSchema: z.ZodType<ContentHint, z.ZodTypeDef, unknown>;
|
|
2231
2043
|
/** @internal */
|
|
2232
|
-
export type ContentHint$Outbound =
|
|
2044
|
+
export type ContentHint$Outbound = ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | ContentHint11$Outbound | ContentHint12$Outbound | ContentHint13$Outbound | ContentHint14$Outbound | ContentHint15$Outbound;
|
|
2233
2045
|
/** @internal */
|
|
2234
2046
|
export declare const ContentHint$outboundSchema: z.ZodType<ContentHint$Outbound, z.ZodTypeDef, ContentHint>;
|
|
2235
2047
|
export declare function contentHintToJSON(contentHint: ContentHint): string;
|
|
@@ -2269,7 +2081,7 @@ export type UpdateProjectDataCacheEnv$Outbound = {
|
|
|
2269
2081
|
gitBranch?: string | undefined;
|
|
2270
2082
|
edgeConfigId?: string | null | undefined;
|
|
2271
2083
|
edgeConfigTokenId?: string | null | undefined;
|
|
2272
|
-
contentHint?:
|
|
2084
|
+
contentHint?: ContentHint1$Outbound | ContentHint2$Outbound | ContentHint3$Outbound | ContentHint4$Outbound | ContentHint5$Outbound | ContentHint6$Outbound | ContentHint7$Outbound | ContentHint8$Outbound | ContentHint9$Outbound | ContentHint10$Outbound | ContentHint11$Outbound | ContentHint12$Outbound | ContentHint13$Outbound | ContentHint14$Outbound | ContentHint15$Outbound | null | undefined;
|
|
2273
2085
|
internalContentHint?: InternalContentHint$Outbound | null | undefined;
|
|
2274
2086
|
comment?: string | undefined;
|
|
2275
2087
|
customEnvironmentIds?: Array<string> | undefined;
|
|
@@ -2514,10 +2326,6 @@ export declare const LatestDeployments$outboundSchema: z.ZodType<LatestDeploymen
|
|
|
2514
2326
|
export declare function latestDeploymentsToJSON(latestDeployments: LatestDeployments): string;
|
|
2515
2327
|
export declare function latestDeploymentsFromJSON(jsonString: string): SafeParseResult<LatestDeployments, SDKValidationError>;
|
|
2516
2328
|
/** @internal */
|
|
2517
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
|
|
2518
|
-
/** @internal */
|
|
2519
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponse200Type>;
|
|
2520
|
-
/** @internal */
|
|
2521
2329
|
export declare const UpdateProjectDataCacheLinkProjectsResponseDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown>;
|
|
2522
2330
|
/** @internal */
|
|
2523
2331
|
export type UpdateProjectDataCacheLinkProjectsResponseDeployHooks$Outbound = {
|
|
@@ -2538,7 +2346,7 @@ export type Link5$Outbound = {
|
|
|
2538
2346
|
name: string;
|
|
2539
2347
|
slug: string;
|
|
2540
2348
|
owner: string;
|
|
2541
|
-
type:
|
|
2349
|
+
type: "bitbucket";
|
|
2542
2350
|
uuid: string;
|
|
2543
2351
|
workspaceUuid: string;
|
|
2544
2352
|
createdAt?: number | undefined;
|
|
@@ -2553,10 +2361,6 @@ export declare const Link5$outboundSchema: z.ZodType<Link5$Outbound, z.ZodTypeDe
|
|
|
2553
2361
|
export declare function link5ToJSON(link5: Link5): string;
|
|
2554
2362
|
export declare function link5FromJSON(jsonString: string): SafeParseResult<Link5, SDKValidationError>;
|
|
2555
2363
|
/** @internal */
|
|
2556
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
|
|
2557
|
-
/** @internal */
|
|
2558
|
-
export declare const UpdateProjectDataCacheLinkProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsResponseType>;
|
|
2559
|
-
/** @internal */
|
|
2560
2364
|
export declare const UpdateProjectDataCacheLinkProjectsDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkProjectsDeployHooks, z.ZodTypeDef, unknown>;
|
|
2561
2365
|
/** @internal */
|
|
2562
2366
|
export type UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound = {
|
|
@@ -2580,7 +2384,7 @@ export type Link4$Outbound = {
|
|
|
2580
2384
|
projectNamespace: string;
|
|
2581
2385
|
projectOwnerId?: number | undefined;
|
|
2582
2386
|
projectUrl: string;
|
|
2583
|
-
type:
|
|
2387
|
+
type: "gitlab";
|
|
2584
2388
|
createdAt?: number | undefined;
|
|
2585
2389
|
deployHooks: Array<UpdateProjectDataCacheLinkProjectsDeployHooks$Outbound>;
|
|
2586
2390
|
gitCredentialId: string;
|
|
@@ -2593,10 +2397,6 @@ export declare const Link4$outboundSchema: z.ZodType<Link4$Outbound, z.ZodTypeDe
|
|
|
2593
2397
|
export declare function link4ToJSON(link4: Link4): string;
|
|
2594
2398
|
export declare function link4FromJSON(jsonString: string): SafeParseResult<Link4, SDKValidationError>;
|
|
2595
2399
|
/** @internal */
|
|
2596
|
-
export declare const UpdateProjectDataCacheLinkProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2597
|
-
/** @internal */
|
|
2598
|
-
export declare const UpdateProjectDataCacheLinkProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkProjectsType>;
|
|
2599
|
-
/** @internal */
|
|
2600
2400
|
export declare const UpdateProjectDataCacheLinkDeployHooks$inboundSchema: z.ZodType<UpdateProjectDataCacheLinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2601
2401
|
/** @internal */
|
|
2602
2402
|
export type UpdateProjectDataCacheLinkDeployHooks$Outbound = {
|
|
@@ -2618,7 +2418,7 @@ export type Link3$Outbound = {
|
|
|
2618
2418
|
repoOwnerId?: number | undefined;
|
|
2619
2419
|
repo?: string | undefined;
|
|
2620
2420
|
repoId?: number | undefined;
|
|
2621
|
-
type:
|
|
2421
|
+
type: "github-custom-host";
|
|
2622
2422
|
host: string;
|
|
2623
2423
|
createdAt?: number | undefined;
|
|
2624
2424
|
deployHooks: Array<UpdateProjectDataCacheLinkDeployHooks$Outbound>;
|
|
@@ -2632,10 +2432,6 @@ export declare const Link3$outboundSchema: z.ZodType<Link3$Outbound, z.ZodTypeDe
|
|
|
2632
2432
|
export declare function link3ToJSON(link3: Link3): string;
|
|
2633
2433
|
export declare function link3FromJSON(jsonString: string): SafeParseResult<Link3, SDKValidationError>;
|
|
2634
2434
|
/** @internal */
|
|
2635
|
-
export declare const UpdateProjectDataCacheLinkType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2636
|
-
/** @internal */
|
|
2637
|
-
export declare const UpdateProjectDataCacheLinkType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheLinkType>;
|
|
2638
|
-
/** @internal */
|
|
2639
2435
|
export declare const LinkDeployHooks$inboundSchema: z.ZodType<LinkDeployHooks, z.ZodTypeDef, unknown>;
|
|
2640
2436
|
/** @internal */
|
|
2641
2437
|
export type LinkDeployHooks$Outbound = {
|
|
@@ -2653,7 +2449,7 @@ export declare function linkDeployHooksFromJSON(jsonString: string): SafeParseRe
|
|
|
2653
2449
|
export declare const Link2$inboundSchema: z.ZodType<Link2, z.ZodTypeDef, unknown>;
|
|
2654
2450
|
/** @internal */
|
|
2655
2451
|
export type Link2$Outbound = {
|
|
2656
|
-
type:
|
|
2452
|
+
type: "github-limited";
|
|
2657
2453
|
createdAt?: number | undefined;
|
|
2658
2454
|
updatedAt?: number | undefined;
|
|
2659
2455
|
org: string;
|
|
@@ -2670,10 +2466,6 @@ export declare const Link2$outboundSchema: z.ZodType<Link2$Outbound, z.ZodTypeDe
|
|
|
2670
2466
|
export declare function link2ToJSON(link2: Link2): string;
|
|
2671
2467
|
export declare function link2FromJSON(jsonString: string): SafeParseResult<Link2, SDKValidationError>;
|
|
2672
2468
|
/** @internal */
|
|
2673
|
-
export declare const LinkType$inboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2674
|
-
/** @internal */
|
|
2675
|
-
export declare const LinkType$outboundSchema: z.ZodNativeEnum<typeof LinkType>;
|
|
2676
|
-
/** @internal */
|
|
2677
2469
|
export declare const DeployHooks$inboundSchema: z.ZodType<DeployHooks, z.ZodTypeDef, unknown>;
|
|
2678
2470
|
/** @internal */
|
|
2679
2471
|
export type DeployHooks$Outbound = {
|
|
@@ -2695,7 +2487,7 @@ export type Link1$Outbound = {
|
|
|
2695
2487
|
repoOwnerId?: number | undefined;
|
|
2696
2488
|
repo?: string | undefined;
|
|
2697
2489
|
repoId?: number | undefined;
|
|
2698
|
-
type:
|
|
2490
|
+
type: "github";
|
|
2699
2491
|
createdAt?: number | undefined;
|
|
2700
2492
|
deployHooks: Array<DeployHooks$Outbound>;
|
|
2701
2493
|
gitCredentialId: string;
|
|
@@ -2710,7 +2502,7 @@ export declare function link1FromJSON(jsonString: string): SafeParseResult<Link1
|
|
|
2710
2502
|
/** @internal */
|
|
2711
2503
|
export declare const Link$inboundSchema: z.ZodType<Link, z.ZodTypeDef, unknown>;
|
|
2712
2504
|
/** @internal */
|
|
2713
|
-
export type Link$Outbound =
|
|
2505
|
+
export type Link$Outbound = Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound | Link5$Outbound;
|
|
2714
2506
|
/** @internal */
|
|
2715
2507
|
export declare const Link$outboundSchema: z.ZodType<Link$Outbound, z.ZodTypeDef, Link>;
|
|
2716
2508
|
export declare function linkToJSON(link: Link): string;
|
|
@@ -3324,32 +3116,24 @@ export declare const LastAliasRequest$outboundSchema: z.ZodType<LastAliasRequest
|
|
|
3324
3116
|
export declare function lastAliasRequestToJSON(lastAliasRequest: LastAliasRequest): string;
|
|
3325
3117
|
export declare function lastAliasRequestFromJSON(jsonString: string): SafeParseResult<LastAliasRequest, SDKValidationError>;
|
|
3326
3118
|
/** @internal */
|
|
3327
|
-
export declare const ProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof ProtectionBypassScope>;
|
|
3328
|
-
/** @internal */
|
|
3329
|
-
export declare const ProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof ProtectionBypassScope>;
|
|
3330
|
-
/** @internal */
|
|
3331
3119
|
export declare const ProtectionBypass2$inboundSchema: z.ZodType<ProtectionBypass2, z.ZodTypeDef, unknown>;
|
|
3332
3120
|
/** @internal */
|
|
3333
3121
|
export type ProtectionBypass2$Outbound = {
|
|
3334
3122
|
createdAt: number;
|
|
3335
3123
|
createdBy: string;
|
|
3336
|
-
scope:
|
|
3124
|
+
scope: "automation-bypass";
|
|
3337
3125
|
};
|
|
3338
3126
|
/** @internal */
|
|
3339
3127
|
export declare const ProtectionBypass2$outboundSchema: z.ZodType<ProtectionBypass2$Outbound, z.ZodTypeDef, ProtectionBypass2>;
|
|
3340
3128
|
export declare function protectionBypass2ToJSON(protectionBypass2: ProtectionBypass2): string;
|
|
3341
3129
|
export declare function protectionBypass2FromJSON(jsonString: string): SafeParseResult<ProtectionBypass2, SDKValidationError>;
|
|
3342
3130
|
/** @internal */
|
|
3343
|
-
export declare const UpdateProjectDataCacheProtectionBypassScope$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProtectionBypassScope>;
|
|
3344
|
-
/** @internal */
|
|
3345
|
-
export declare const UpdateProjectDataCacheProtectionBypassScope$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheProtectionBypassScope>;
|
|
3346
|
-
/** @internal */
|
|
3347
3131
|
export declare const ProtectionBypass1$inboundSchema: z.ZodType<ProtectionBypass1, z.ZodTypeDef, unknown>;
|
|
3348
3132
|
/** @internal */
|
|
3349
3133
|
export type ProtectionBypass1$Outbound = {
|
|
3350
3134
|
createdAt: number;
|
|
3351
3135
|
createdBy: string;
|
|
3352
|
-
scope:
|
|
3136
|
+
scope: "integration-automation-bypass";
|
|
3353
3137
|
integrationId: string;
|
|
3354
3138
|
configurationId: string;
|
|
3355
3139
|
};
|
|
@@ -3602,14 +3386,6 @@ export declare const Block$outboundSchema: z.ZodType<Block$Outbound, z.ZodTypeDe
|
|
|
3602
3386
|
export declare function blockToJSON(block: Block): string;
|
|
3603
3387
|
export declare function blockFromJSON(jsonString: string): SafeParseResult<Block, SDKValidationError>;
|
|
3604
3388
|
/** @internal */
|
|
3605
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
3606
|
-
/** @internal */
|
|
3607
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsResponseAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsResponseAction>;
|
|
3608
|
-
/** @internal */
|
|
3609
|
-
export declare const UpdateProjectDataCacheHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
3610
|
-
/** @internal */
|
|
3611
|
-
export declare const UpdateProjectDataCacheHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponseType>;
|
|
3612
|
-
/** @internal */
|
|
3613
3389
|
export declare const UpdateProjectDataCacheHasProjectsValue$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsValue, z.ZodTypeDef, unknown>;
|
|
3614
3390
|
/** @internal */
|
|
3615
3391
|
export type UpdateProjectDataCacheHasProjectsValue$Outbound = {
|
|
@@ -3623,7 +3399,7 @@ export declare function updateProjectDataCacheHasProjectsValueFromJSON(jsonStrin
|
|
|
3623
3399
|
export declare const UpdateProjectDataCacheHas2$inboundSchema: z.ZodType<UpdateProjectDataCacheHas2, z.ZodTypeDef, unknown>;
|
|
3624
3400
|
/** @internal */
|
|
3625
3401
|
export type UpdateProjectDataCacheHas2$Outbound = {
|
|
3626
|
-
type:
|
|
3402
|
+
type: "host";
|
|
3627
3403
|
value: UpdateProjectDataCacheHasProjectsValue$Outbound;
|
|
3628
3404
|
};
|
|
3629
3405
|
/** @internal */
|
|
@@ -3631,10 +3407,6 @@ export declare const UpdateProjectDataCacheHas2$outboundSchema: z.ZodType<Update
|
|
|
3631
3407
|
export declare function updateProjectDataCacheHas2ToJSON(updateProjectDataCacheHas2: UpdateProjectDataCacheHas2): string;
|
|
3632
3408
|
export declare function updateProjectDataCacheHas2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHas2, SDKValidationError>;
|
|
3633
3409
|
/** @internal */
|
|
3634
|
-
export declare const UpdateProjectDataCacheHasProjectsType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
3635
|
-
/** @internal */
|
|
3636
|
-
export declare const UpdateProjectDataCacheHasProjectsType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsType>;
|
|
3637
|
-
/** @internal */
|
|
3638
3410
|
export declare const UpdateProjectDataCacheHasProjectsKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsKey>;
|
|
3639
3411
|
/** @internal */
|
|
3640
3412
|
export declare const UpdateProjectDataCacheHasProjectsKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsKey>;
|
|
@@ -3652,7 +3424,7 @@ export declare function updateProjectDataCacheHasProjectsResponse200ApplicationJ
|
|
|
3652
3424
|
export declare const UpdateProjectDataCacheHas1$inboundSchema: z.ZodType<UpdateProjectDataCacheHas1, z.ZodTypeDef, unknown>;
|
|
3653
3425
|
/** @internal */
|
|
3654
3426
|
export type UpdateProjectDataCacheHas1$Outbound = {
|
|
3655
|
-
type:
|
|
3427
|
+
type: "header";
|
|
3656
3428
|
key: string;
|
|
3657
3429
|
value: UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONValue$Outbound;
|
|
3658
3430
|
};
|
|
@@ -3717,7 +3489,7 @@ export declare function blockHistoryRouteFromJSON(jsonString: string): SafeParse
|
|
|
3717
3489
|
export declare const BlockHistory4$inboundSchema: z.ZodType<BlockHistory4, z.ZodTypeDef, unknown>;
|
|
3718
3490
|
/** @internal */
|
|
3719
3491
|
export type BlockHistory4$Outbound = {
|
|
3720
|
-
action:
|
|
3492
|
+
action: "route-unblocked";
|
|
3721
3493
|
route: UpdateProjectDataCacheRoute1$Outbound | UpdateProjectDataCacheRoute2$Outbound;
|
|
3722
3494
|
statusCode?: number | undefined;
|
|
3723
3495
|
createdAt: number;
|
|
@@ -3731,14 +3503,6 @@ export declare const BlockHistory4$outboundSchema: z.ZodType<BlockHistory4$Outbo
|
|
|
3731
3503
|
export declare function blockHistory4ToJSON(blockHistory4: BlockHistory4): string;
|
|
3732
3504
|
export declare function blockHistory4FromJSON(jsonString: string): SafeParseResult<BlockHistory4, SDKValidationError>;
|
|
3733
3505
|
/** @internal */
|
|
3734
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
3735
|
-
/** @internal */
|
|
3736
|
-
export declare const UpdateProjectDataCacheBlockHistoryProjectsAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryProjectsAction>;
|
|
3737
|
-
/** @internal */
|
|
3738
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
3739
|
-
/** @internal */
|
|
3740
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200ApplicationJSONType>;
|
|
3741
|
-
/** @internal */
|
|
3742
3506
|
export declare const UpdateProjectDataCacheHasProjectsResponse200Value$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjectsResponse200Value, z.ZodTypeDef, unknown>;
|
|
3743
3507
|
/** @internal */
|
|
3744
3508
|
export type UpdateProjectDataCacheHasProjectsResponse200Value$Outbound = {
|
|
@@ -3752,7 +3516,7 @@ export declare function updateProjectDataCacheHasProjectsResponse200ValueFromJSO
|
|
|
3752
3516
|
export declare const UpdateProjectDataCacheHasProjects2$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects2, z.ZodTypeDef, unknown>;
|
|
3753
3517
|
/** @internal */
|
|
3754
3518
|
export type UpdateProjectDataCacheHasProjects2$Outbound = {
|
|
3755
|
-
type:
|
|
3519
|
+
type: "host";
|
|
3756
3520
|
value: UpdateProjectDataCacheHasProjectsResponse200Value$Outbound;
|
|
3757
3521
|
};
|
|
3758
3522
|
/** @internal */
|
|
@@ -3760,10 +3524,6 @@ export declare const UpdateProjectDataCacheHasProjects2$outboundSchema: z.ZodTyp
|
|
|
3760
3524
|
export declare function updateProjectDataCacheHasProjects2ToJSON(updateProjectDataCacheHasProjects2: UpdateProjectDataCacheHasProjects2): string;
|
|
3761
3525
|
export declare function updateProjectDataCacheHasProjects2FromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheHasProjects2, SDKValidationError>;
|
|
3762
3526
|
/** @internal */
|
|
3763
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
3764
|
-
/** @internal */
|
|
3765
|
-
export declare const UpdateProjectDataCacheHasProjectsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasProjectsResponse200Type>;
|
|
3766
|
-
/** @internal */
|
|
3767
3527
|
export declare const UpdateProjectDataCacheHasKey$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasKey>;
|
|
3768
3528
|
/** @internal */
|
|
3769
3529
|
export declare const UpdateProjectDataCacheHasKey$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasKey>;
|
|
@@ -3781,7 +3541,7 @@ export declare function updateProjectDataCacheHasProjectsResponseValueFromJSON(j
|
|
|
3781
3541
|
export declare const UpdateProjectDataCacheHasProjects1$inboundSchema: z.ZodType<UpdateProjectDataCacheHasProjects1, z.ZodTypeDef, unknown>;
|
|
3782
3542
|
/** @internal */
|
|
3783
3543
|
export type UpdateProjectDataCacheHasProjects1$Outbound = {
|
|
3784
|
-
type:
|
|
3544
|
+
type: "header";
|
|
3785
3545
|
key: string;
|
|
3786
3546
|
value: UpdateProjectDataCacheHasProjectsResponseValue$Outbound;
|
|
3787
3547
|
};
|
|
@@ -3846,7 +3606,7 @@ export declare function routeFromJSON(jsonString: string): SafeParseResult<Route
|
|
|
3846
3606
|
export declare const BlockHistory3$inboundSchema: z.ZodType<BlockHistory3, z.ZodTypeDef, unknown>;
|
|
3847
3607
|
/** @internal */
|
|
3848
3608
|
export type BlockHistory3$Outbound = {
|
|
3849
|
-
action:
|
|
3609
|
+
action: "route-blocked";
|
|
3850
3610
|
route: Route1$Outbound | Route2$Outbound;
|
|
3851
3611
|
reason: string;
|
|
3852
3612
|
createdAt: number;
|
|
@@ -3860,14 +3620,10 @@ export declare const BlockHistory3$outboundSchema: z.ZodType<BlockHistory3$Outbo
|
|
|
3860
3620
|
export declare function blockHistory3ToJSON(blockHistory3: BlockHistory3): string;
|
|
3861
3621
|
export declare function blockHistory3FromJSON(jsonString: string): SafeParseResult<BlockHistory3, SDKValidationError>;
|
|
3862
3622
|
/** @internal */
|
|
3863
|
-
export declare const UpdateProjectDataCacheBlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
3864
|
-
/** @internal */
|
|
3865
|
-
export declare const UpdateProjectDataCacheBlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheBlockHistoryAction>;
|
|
3866
|
-
/** @internal */
|
|
3867
3623
|
export declare const BlockHistory2$inboundSchema: z.ZodType<BlockHistory2, z.ZodTypeDef, unknown>;
|
|
3868
3624
|
/** @internal */
|
|
3869
3625
|
export type BlockHistory2$Outbound = {
|
|
3870
|
-
action:
|
|
3626
|
+
action: "unblocked";
|
|
3871
3627
|
createdAt: number;
|
|
3872
3628
|
caseId?: string | undefined;
|
|
3873
3629
|
actor?: string | undefined;
|
|
@@ -3879,14 +3635,10 @@ export declare const BlockHistory2$outboundSchema: z.ZodType<BlockHistory2$Outbo
|
|
|
3879
3635
|
export declare function blockHistory2ToJSON(blockHistory2: BlockHistory2): string;
|
|
3880
3636
|
export declare function blockHistory2FromJSON(jsonString: string): SafeParseResult<BlockHistory2, SDKValidationError>;
|
|
3881
3637
|
/** @internal */
|
|
3882
|
-
export declare const BlockHistoryAction$inboundSchema: z.ZodNativeEnum<typeof BlockHistoryAction>;
|
|
3883
|
-
/** @internal */
|
|
3884
|
-
export declare const BlockHistoryAction$outboundSchema: z.ZodNativeEnum<typeof BlockHistoryAction>;
|
|
3885
|
-
/** @internal */
|
|
3886
3638
|
export declare const BlockHistory1$inboundSchema: z.ZodType<BlockHistory1, z.ZodTypeDef, unknown>;
|
|
3887
3639
|
/** @internal */
|
|
3888
3640
|
export type BlockHistory1$Outbound = {
|
|
3889
|
-
action:
|
|
3641
|
+
action: "blocked";
|
|
3890
3642
|
reason: string;
|
|
3891
3643
|
statusCode: number;
|
|
3892
3644
|
createdAt: number;
|
|
@@ -3902,7 +3654,7 @@ export declare function blockHistory1FromJSON(jsonString: string): SafeParseResu
|
|
|
3902
3654
|
/** @internal */
|
|
3903
3655
|
export declare const UpdateProjectDataCacheBlockHistory$inboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory, z.ZodTypeDef, unknown>;
|
|
3904
3656
|
/** @internal */
|
|
3905
|
-
export type UpdateProjectDataCacheBlockHistory$Outbound = BlockHistory1$Outbound |
|
|
3657
|
+
export type UpdateProjectDataCacheBlockHistory$Outbound = BlockHistory1$Outbound | BlockHistory2$Outbound | BlockHistory3$Outbound | BlockHistory4$Outbound;
|
|
3906
3658
|
/** @internal */
|
|
3907
3659
|
export declare const UpdateProjectDataCacheBlockHistory$outboundSchema: z.ZodType<UpdateProjectDataCacheBlockHistory$Outbound, z.ZodTypeDef, UpdateProjectDataCacheBlockHistory>;
|
|
3908
3660
|
export declare function updateProjectDataCacheBlockHistoryToJSON(updateProjectDataCacheBlockHistory: UpdateProjectDataCacheBlockHistory): string;
|
|
@@ -3915,7 +3667,7 @@ export type UpdateProjectDataCacheAbuse$Outbound = {
|
|
|
3915
3667
|
history: Array<UpdateProjectDataCacheHistory$Outbound>;
|
|
3916
3668
|
updatedAt: number;
|
|
3917
3669
|
block?: Block$Outbound | undefined;
|
|
3918
|
-
blockHistory?: Array<BlockHistory1$Outbound |
|
|
3670
|
+
blockHistory?: Array<BlockHistory1$Outbound | BlockHistory2$Outbound | BlockHistory3$Outbound | BlockHistory4$Outbound> | undefined;
|
|
3919
3671
|
interstitial?: boolean | undefined;
|
|
3920
3672
|
};
|
|
3921
3673
|
/** @internal */
|
|
@@ -3923,10 +3675,6 @@ export declare const UpdateProjectDataCacheAbuse$outboundSchema: z.ZodType<Updat
|
|
|
3923
3675
|
export declare function updateProjectDataCacheAbuseToJSON(updateProjectDataCacheAbuse: UpdateProjectDataCacheAbuse): string;
|
|
3924
3676
|
export declare function updateProjectDataCacheAbuseFromJSON(jsonString: string): SafeParseResult<UpdateProjectDataCacheAbuse, SDKValidationError>;
|
|
3925
3677
|
/** @internal */
|
|
3926
|
-
export declare const UpdateProjectDataCacheHasType$inboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasType>;
|
|
3927
|
-
/** @internal */
|
|
3928
|
-
export declare const UpdateProjectDataCacheHasType$outboundSchema: z.ZodNativeEnum<typeof UpdateProjectDataCacheHasType>;
|
|
3929
|
-
/** @internal */
|
|
3930
3678
|
export declare const HasValue$inboundSchema: z.ZodType<HasValue, z.ZodTypeDef, unknown>;
|
|
3931
3679
|
/** @internal */
|
|
3932
3680
|
export type HasValue$Outbound = {
|
|
@@ -3940,7 +3688,7 @@ export declare function hasValueFromJSON(jsonString: string): SafeParseResult<Ha
|
|
|
3940
3688
|
export declare const Has2$inboundSchema: z.ZodType<Has2, z.ZodTypeDef, unknown>;
|
|
3941
3689
|
/** @internal */
|
|
3942
3690
|
export type Has2$Outbound = {
|
|
3943
|
-
type:
|
|
3691
|
+
type: "host";
|
|
3944
3692
|
value: HasValue$Outbound;
|
|
3945
3693
|
};
|
|
3946
3694
|
/** @internal */
|
|
@@ -3948,10 +3696,6 @@ export declare const Has2$outboundSchema: z.ZodType<Has2$Outbound, z.ZodTypeDef,
|
|
|
3948
3696
|
export declare function has2ToJSON(has2: Has2): string;
|
|
3949
3697
|
export declare function has2FromJSON(jsonString: string): SafeParseResult<Has2, SDKValidationError>;
|
|
3950
3698
|
/** @internal */
|
|
3951
|
-
export declare const HasType$inboundSchema: z.ZodNativeEnum<typeof HasType>;
|
|
3952
|
-
/** @internal */
|
|
3953
|
-
export declare const HasType$outboundSchema: z.ZodNativeEnum<typeof HasType>;
|
|
3954
|
-
/** @internal */
|
|
3955
3699
|
export declare const Key$inboundSchema: z.ZodNativeEnum<typeof Key>;
|
|
3956
3700
|
/** @internal */
|
|
3957
3701
|
export declare const Key$outboundSchema: z.ZodNativeEnum<typeof Key>;
|
|
@@ -3969,7 +3713,7 @@ export declare function updateProjectDataCacheHasValueFromJSON(jsonString: strin
|
|
|
3969
3713
|
export declare const Has1$inboundSchema: z.ZodType<Has1, z.ZodTypeDef, unknown>;
|
|
3970
3714
|
/** @internal */
|
|
3971
3715
|
export type Has1$Outbound = {
|
|
3972
|
-
type:
|
|
3716
|
+
type: "header";
|
|
3973
3717
|
key: string;
|
|
3974
3718
|
value: UpdateProjectDataCacheHasValue$Outbound;
|
|
3975
3719
|
};
|
|
@@ -4114,7 +3858,7 @@ export type UpdateProjectDataCacheResponseBody$Outbound = {
|
|
|
4114
3858
|
id: string;
|
|
4115
3859
|
ipBuckets?: Array<UpdateProjectDataCacheIpBuckets$Outbound> | undefined;
|
|
4116
3860
|
latestDeployments?: Array<LatestDeployments$Outbound> | undefined;
|
|
4117
|
-
link?:
|
|
3861
|
+
link?: Link1$Outbound | Link2$Outbound | Link3$Outbound | Link4$Outbound | Link5$Outbound | undefined;
|
|
4118
3862
|
microfrontends?: UpdateProjectDataCacheMicrofrontends1$Outbound | UpdateProjectDataCacheMicrofrontends2$Outbound | UpdateProjectDataCacheMicrofrontends3$Outbound | undefined;
|
|
4119
3863
|
name: string;
|
|
4120
3864
|
nodeVersion: string;
|