@vercel/sdk 1.7.3 → 1.7.5
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/README.md +31 -14
- package/bin/mcp-server.js +1215 -958
- package/bin/mcp-server.js.map +38 -38
- package/docs/sdks/accessgroups/README.md +16 -0
- package/docs/sdks/artifacts/README.md +6 -6
- package/docs/sdks/authentication/README.md +1 -1
- package/docs/sdks/deployments/README.md +8 -14
- package/docs/sdks/dns/README.md +12 -26
- package/docs/sdks/domains/README.md +2 -96
- package/docs/sdks/edgeconfig/README.md +10 -2
- package/docs/sdks/marketplace/README.md +77 -97
- package/docs/sdks/security/README.md +4 -10
- package/docs/sdks/teams/README.md +8 -0
- package/docs/sdks/vercel/README.md +78 -0
- package/docs/sdks/webhooks/README.md +12 -4
- package/esm/__tests__/deployments.test.js +1 -2
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -19
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +13 -0
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/authenticationExchangeSsoToken.js +1 -1
- package/esm/funcs/certsGetCertById.js +1 -1
- package/esm/funcs/certsIssueCert.js +1 -1
- package/esm/funcs/certsRemoveCert.js +1 -1
- package/esm/funcs/certsUploadCert.js +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts +2 -2
- package/esm/funcs/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentFileContents.js +4 -3
- package/esm/funcs/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +1 -1
- package/esm/funcs/marketplaceExchangeSsoToken.js +1 -1
- package/esm/funcs/postDomains.d.ts +13 -0
- package/esm/funcs/postDomains.d.ts.map +1 -0
- package/esm/funcs/{domainsCreateOrTransferDomain.js → postDomains.js} +13 -27
- package/esm/funcs/postDomains.js.map +1 -0
- package/esm/funcs/projectsRemoveProjectDomain.js +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/cli/start/impl.js +2 -2
- package/esm/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +3 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/authenticationExchangeSsoToken.js.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.d.ts.map +1 -1
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js +1 -2
- package/esm/mcp-server/tools/deploymentsGetDeploymentFileContents.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js +1 -1
- package/esm/mcp-server/tools/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/mcp-server/tools/postDomains.d.ts +7 -0
- package/esm/mcp-server/tools/postDomains.d.ts.map +1 -0
- package/esm/mcp-server/tools/postDomains.js +26 -0
- package/esm/mcp-server/tools/postDomains.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +10 -0
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +4 -0
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +10 -0
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +4 -0
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +116 -2
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +110 -2
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +43 -43
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +51 -51
- package/esm/models/createrecordop.js.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.d.ts +0 -31
- package/esm/models/getdeploymentfilecontentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentfilecontentsop.js +0 -25
- package/esm/models/getdeploymentfilecontentsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +10 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +4 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdomainop.d.ts +8 -8
- package/esm/models/getdomainop.d.ts.map +1 -1
- package/esm/models/getdomainop.js +12 -13
- package/esm/models/getdomainop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +116 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +110 -2
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +9 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +2 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/issuecertop.d.ts +2 -2
- package/esm/models/issuecertop.d.ts.map +1 -1
- package/esm/models/issuecertop.js +2 -2
- package/esm/models/issuecertop.js.map +1 -1
- package/esm/models/postdomainsop.d.ts +353 -0
- package/esm/models/postdomainsop.d.ts.map +1 -0
- package/esm/models/postdomainsop.js +265 -0
- package/esm/models/postdomainsop.js.map +1 -0
- package/esm/models/removeprojectdomainop.d.ts +30 -0
- package/esm/models/removeprojectdomainop.d.ts.map +1 -1
- package/esm/models/removeprojectdomainop.js +38 -0
- package/esm/models/removeprojectdomainop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +116 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +110 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +116 -2
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +110 -2
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +9 -0
- package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.js +2 -0
- package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +9 -0
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +2 -0
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/uploadcertop.d.ts +2 -2
- package/esm/models/uploadcertop.d.ts.map +1 -1
- package/esm/models/uploadcertop.js +2 -2
- package/esm/models/uploadcertop.js.map +1 -1
- package/esm/models/userevent.d.ts +373 -257
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +425 -315
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/authentication.d.ts +1 -1
- package/esm/sdk/authentication.js +1 -1
- package/esm/sdk/deployments.d.ts +2 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -8
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -10
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +1 -1
- package/esm/sdk/marketplace.js +1 -1
- package/esm/sdk/sdk.d.ts +2 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -2
- package/src/__tests__/domains.test.ts +5 -21
- package/src/__tests__/vercel.test.ts +16 -0
- package/src/funcs/authenticationExchangeSsoToken.ts +1 -1
- package/src/funcs/certsGetCertById.ts +1 -1
- package/src/funcs/certsIssueCert.ts +1 -1
- package/src/funcs/certsRemoveCert.ts +1 -1
- package/src/funcs/certsUploadCert.ts +1 -1
- package/src/funcs/deploymentsGetDeploymentFileContents.ts +6 -7
- package/src/funcs/marketplaceExchangeSsoToken.ts +1 -1
- package/src/funcs/{domainsCreateOrTransferDomain.ts → postDomains.ts} +22 -38
- package/src/funcs/projectsRemoveProjectDomain.ts +3 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/cli/start/impl.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -3
- package/src/mcp-server/tools/authenticationExchangeSsoToken.ts +1 -1
- package/src/mcp-server/tools/deploymentsGetDeploymentFileContents.ts +1 -3
- package/src/mcp-server/tools/marketplaceExchangeSsoToken.ts +1 -1
- package/src/mcp-server/tools/postDomains.ts +35 -0
- package/src/models/canceldeploymentop.ts +14 -0
- package/src/models/createdeploymentop.ts +14 -0
- package/src/models/createprojectop.ts +247 -4
- package/src/models/createrecordop.ts +96 -84
- package/src/models/getdeploymentfilecontentsop.ts +0 -69
- package/src/models/getdeploymentop.ts +14 -0
- package/src/models/getdomainop.ts +16 -14
- package/src/models/getprojectsop.ts +241 -4
- package/src/models/importresourceop.ts +7 -0
- package/src/models/issuecertop.ts +4 -4
- package/src/models/postdomainsop.ts +637 -0
- package/src/models/removeprojectdomainop.ts +78 -0
- package/src/models/updateprojectdatacacheop.ts +264 -4
- package/src/models/updateprojectop.ts +247 -4
- package/src/models/updateresourcesecretsbyidop.ts +7 -0
- package/src/models/updateresourcesecretsop.ts +7 -0
- package/src/models/uploadcertop.ts +4 -4
- package/src/models/userevent.ts +806 -583
- package/src/sdk/authentication.ts +1 -1
- package/src/sdk/deployments.ts +2 -5
- package/src/sdk/domains.ts +0 -22
- package/src/sdk/marketplace.ts +1 -1
- package/src/sdk/sdk.ts +16 -0
- package/vercel-spec.json +508 -87
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +0 -19
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +0 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts +0 -7
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.d.ts.map +0 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +0 -28
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +0 -1
- package/esm/models/createortransferdomainop.d.ts +0 -388
- package/esm/models/createortransferdomainop.d.ts.map +0 -1
- package/esm/models/createortransferdomainop.js +0 -310
- package/esm/models/createortransferdomainop.js.map +0 -1
- package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +0 -37
- package/src/models/createortransferdomainop.ts +0 -777
|
@@ -139,7 +139,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
139
139
|
/**
|
|
140
140
|
* The payload of the event, if requested.
|
|
141
141
|
*/
|
|
142
|
-
export type
|
|
142
|
+
export type OneHundredAndFiftyOne = {
|
|
143
143
|
grantType: GrantType;
|
|
144
144
|
appName: string;
|
|
145
145
|
/**
|
|
@@ -153,11 +153,11 @@ export type OneHundredAndFifty = {
|
|
|
153
153
|
scope: string;
|
|
154
154
|
authMethod: AuthMethod;
|
|
155
155
|
};
|
|
156
|
-
export type
|
|
156
|
+
export type UserEventPayload150Team = {
|
|
157
157
|
id: string;
|
|
158
158
|
name: string;
|
|
159
159
|
};
|
|
160
|
-
export type
|
|
160
|
+
export type UserEventPayload150Configuration = {
|
|
161
161
|
id: string;
|
|
162
162
|
name?: string | undefined;
|
|
163
163
|
};
|
|
@@ -168,17 +168,17 @@ export type UserEventPayloadPeering = {
|
|
|
168
168
|
/**
|
|
169
169
|
* The payload of the event, if requested.
|
|
170
170
|
*/
|
|
171
|
-
export type
|
|
172
|
-
team:
|
|
173
|
-
configuration:
|
|
171
|
+
export type OneHundredAndFifty = {
|
|
172
|
+
team: UserEventPayload150Team;
|
|
173
|
+
configuration: UserEventPayload150Configuration;
|
|
174
174
|
peering: UserEventPayloadPeering;
|
|
175
175
|
newName?: string | undefined;
|
|
176
176
|
};
|
|
177
|
-
export type
|
|
177
|
+
export type UserEventPayload149Team = {
|
|
178
178
|
id: string;
|
|
179
179
|
name: string;
|
|
180
180
|
};
|
|
181
|
-
export type
|
|
181
|
+
export type UserEventPayload149Configuration = {
|
|
182
182
|
id: string;
|
|
183
183
|
name?: string | undefined;
|
|
184
184
|
};
|
|
@@ -189,16 +189,16 @@ export type PayloadPeering = {
|
|
|
189
189
|
/**
|
|
190
190
|
* The payload of the event, if requested.
|
|
191
191
|
*/
|
|
192
|
-
export type
|
|
193
|
-
team:
|
|
194
|
-
configuration:
|
|
192
|
+
export type OneHundredAndFortyNine = {
|
|
193
|
+
team: UserEventPayload149Team;
|
|
194
|
+
configuration: UserEventPayload149Configuration;
|
|
195
195
|
peering: PayloadPeering;
|
|
196
196
|
};
|
|
197
|
-
export type
|
|
197
|
+
export type UserEventPayload148Team = {
|
|
198
198
|
id: string;
|
|
199
199
|
name: string;
|
|
200
200
|
};
|
|
201
|
-
export type
|
|
201
|
+
export type UserEventPayload148Configuration = {
|
|
202
202
|
id: string;
|
|
203
203
|
name?: string | undefined;
|
|
204
204
|
};
|
|
@@ -211,35 +211,35 @@ export type Peering = {
|
|
|
211
211
|
/**
|
|
212
212
|
* The payload of the event, if requested.
|
|
213
213
|
*/
|
|
214
|
-
export type
|
|
215
|
-
team:
|
|
216
|
-
configuration:
|
|
214
|
+
export type OneHundredAndFortyEight = {
|
|
215
|
+
team: UserEventPayload148Team;
|
|
216
|
+
configuration: UserEventPayload148Configuration;
|
|
217
217
|
peering: Peering;
|
|
218
218
|
};
|
|
219
219
|
/**
|
|
220
220
|
* The payload of the event, if requested.
|
|
221
221
|
*/
|
|
222
|
-
export type
|
|
222
|
+
export type OneHundredAndFortySeven = {
|
|
223
223
|
appName: string;
|
|
224
224
|
};
|
|
225
225
|
/**
|
|
226
226
|
* The payload of the event, if requested.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type OneHundredAndFortySix = {
|
|
229
229
|
appName: string;
|
|
230
230
|
nextScopes: Array<string>;
|
|
231
231
|
};
|
|
232
232
|
/**
|
|
233
233
|
* The payload of the event, if requested.
|
|
234
234
|
*/
|
|
235
|
-
export type
|
|
235
|
+
export type OneHundredAndFortyFive = {
|
|
236
236
|
appName: string;
|
|
237
237
|
scopes: Array<string>;
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
240
|
* The payload of the event, if requested.
|
|
241
241
|
*/
|
|
242
|
-
export type
|
|
242
|
+
export type OneHundredAndFortyFour = {
|
|
243
243
|
oldName: string;
|
|
244
244
|
newName: string;
|
|
245
245
|
};
|
|
@@ -251,7 +251,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
251
251
|
/**
|
|
252
252
|
* The payload of the event, if requested.
|
|
253
253
|
*/
|
|
254
|
-
export type
|
|
254
|
+
export type OneHundredAndFortyThree = {
|
|
255
255
|
tier: Tier;
|
|
256
256
|
};
|
|
257
257
|
export type ProjectWebAnalytics = {
|
|
@@ -271,7 +271,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
271
271
|
/**
|
|
272
272
|
* The payload of the event, if requested.
|
|
273
273
|
*/
|
|
274
|
-
export type
|
|
274
|
+
export type OneHundredAndFortyTwo = {
|
|
275
275
|
projectId: string;
|
|
276
276
|
projectName: string;
|
|
277
277
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -309,7 +309,7 @@ export type Microfrontends1 = {
|
|
|
309
309
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
310
310
|
};
|
|
311
311
|
export type Microfrontends = Microfrontends2 | Microfrontends1;
|
|
312
|
-
export type
|
|
312
|
+
export type UserEventPayload141Project = {
|
|
313
313
|
id: string;
|
|
314
314
|
name: string;
|
|
315
315
|
microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
|
|
@@ -346,11 +346,11 @@ export type UserEventMicrofrontends1 = {
|
|
|
346
346
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
347
347
|
};
|
|
348
348
|
export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
|
|
349
|
-
export type
|
|
349
|
+
export type UserEventPayload141PrevProject = {
|
|
350
350
|
microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
|
|
351
351
|
};
|
|
352
352
|
export type PayloadPrev = {
|
|
353
|
-
project:
|
|
353
|
+
project: UserEventPayload141PrevProject;
|
|
354
354
|
};
|
|
355
355
|
export type PayloadGroup = {
|
|
356
356
|
id: string;
|
|
@@ -360,12 +360,12 @@ export type PayloadGroup = {
|
|
|
360
360
|
/**
|
|
361
361
|
* The payload of the event, if requested.
|
|
362
362
|
*/
|
|
363
|
-
export type
|
|
364
|
-
project:
|
|
363
|
+
export type OneHundredAndFortyOne = {
|
|
364
|
+
project: UserEventPayload141Project;
|
|
365
365
|
prev: PayloadPrev;
|
|
366
366
|
group: PayloadGroup;
|
|
367
367
|
};
|
|
368
|
-
export type
|
|
368
|
+
export type UserEventPayload140Project = {
|
|
369
369
|
id: string;
|
|
370
370
|
name: string;
|
|
371
371
|
};
|
|
@@ -377,8 +377,8 @@ export type Group = {
|
|
|
377
377
|
/**
|
|
378
378
|
* The payload of the event, if requested.
|
|
379
379
|
*/
|
|
380
|
-
export type
|
|
381
|
-
project:
|
|
380
|
+
export type OneHundredAndForty = {
|
|
381
|
+
project: UserEventPayload140Project;
|
|
382
382
|
group: Group;
|
|
383
383
|
};
|
|
384
384
|
export type Prev = {
|
|
@@ -388,7 +388,7 @@ export type Prev = {
|
|
|
388
388
|
/**
|
|
389
389
|
* The payload of the event, if requested.
|
|
390
390
|
*/
|
|
391
|
-
export type
|
|
391
|
+
export type OneHundredAndThirtyNine = {
|
|
392
392
|
id: string;
|
|
393
393
|
slug: string;
|
|
394
394
|
name: string;
|
|
@@ -397,11 +397,22 @@ export type OneHundredAndThirtyEight = {
|
|
|
397
397
|
/**
|
|
398
398
|
* The payload of the event, if requested.
|
|
399
399
|
*/
|
|
400
|
-
export type
|
|
400
|
+
export type OneHundredAndThirtyEight = {
|
|
401
401
|
id: string;
|
|
402
402
|
slug: string;
|
|
403
403
|
name: string;
|
|
404
404
|
};
|
|
405
|
+
export declare const UserEventPayload137Action: {
|
|
406
|
+
readonly Enable: "enable";
|
|
407
|
+
readonly Disable: "disable";
|
|
408
|
+
};
|
|
409
|
+
export type UserEventPayload137Action = ClosedEnum<typeof UserEventPayload137Action>;
|
|
410
|
+
/**
|
|
411
|
+
* The payload of the event, if requested.
|
|
412
|
+
*/
|
|
413
|
+
export type OneHundredAndThirtySeven = {
|
|
414
|
+
action: UserEventPayload137Action;
|
|
415
|
+
};
|
|
405
416
|
/**
|
|
406
417
|
* The payload of the event, if requested.
|
|
407
418
|
*/
|
|
@@ -1143,11 +1154,16 @@ export declare const EnvId2: {
|
|
|
1143
1154
|
};
|
|
1144
1155
|
export type EnvId2 = ClosedEnum<typeof EnvId2>;
|
|
1145
1156
|
export type EnvId = string | EnvId2;
|
|
1157
|
+
export type Aws = {
|
|
1158
|
+
subnetIds: Array<string>;
|
|
1159
|
+
securityGroupId: string;
|
|
1160
|
+
};
|
|
1146
1161
|
export type OldConnectConfigurations = {
|
|
1147
1162
|
envId: string | EnvId2;
|
|
1148
1163
|
connectConfigurationId: string;
|
|
1149
1164
|
passive: boolean;
|
|
1150
1165
|
buildsEnabled: boolean;
|
|
1166
|
+
aws?: Aws | undefined;
|
|
1151
1167
|
createdAt: number;
|
|
1152
1168
|
updatedAt: number;
|
|
1153
1169
|
};
|
|
@@ -1157,11 +1173,16 @@ export declare const UserEventEnvId2: {
|
|
|
1157
1173
|
};
|
|
1158
1174
|
export type UserEventEnvId2 = ClosedEnum<typeof UserEventEnvId2>;
|
|
1159
1175
|
export type PayloadEnvId = string | UserEventEnvId2;
|
|
1176
|
+
export type PayloadAws = {
|
|
1177
|
+
subnetIds: Array<string>;
|
|
1178
|
+
securityGroupId: string;
|
|
1179
|
+
};
|
|
1160
1180
|
export type NewConnectConfigurations = {
|
|
1161
1181
|
envId: string | UserEventEnvId2;
|
|
1162
1182
|
connectConfigurationId: string;
|
|
1163
1183
|
passive: boolean;
|
|
1164
1184
|
buildsEnabled: boolean;
|
|
1185
|
+
aws?: PayloadAws | undefined;
|
|
1165
1186
|
createdAt: number;
|
|
1166
1187
|
updatedAt: number;
|
|
1167
1188
|
};
|
|
@@ -2218,6 +2239,10 @@ export type OverageMetadata = {
|
|
|
2218
2239
|
* Tracks the last time we sent a summary email.
|
|
2219
2240
|
*/
|
|
2220
2241
|
overageSummaryEmailSentAt?: number | undefined;
|
|
2242
|
+
/**
|
|
2243
|
+
* Tracks the last time we sent a increased on-demand email.
|
|
2244
|
+
*/
|
|
2245
|
+
increasedOnDemandEmailSentAt?: number | undefined;
|
|
2221
2246
|
};
|
|
2222
2247
|
/**
|
|
2223
2248
|
* Whether the Vercel Toolbar is enabled for preview deployments.
|
|
@@ -3665,7 +3690,7 @@ export type Payload2 = {
|
|
|
3665
3690
|
* The payload of the event, if requested.
|
|
3666
3691
|
*/
|
|
3667
3692
|
export type Payload1 = {};
|
|
3668
|
-
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree |
|
|
3693
|
+
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndThirtySeven | OneHundredAndFortyThree | OneHundredAndFortySeven | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndForty | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySix | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyEight | OneHundredAndFortyNine | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFifty | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFiftyOne | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
|
|
3669
3694
|
/**
|
|
3670
3695
|
* Array of events generated by the User.
|
|
3671
3696
|
*/
|
|
@@ -3707,7 +3732,7 @@ export type UserEvent = {
|
|
|
3707
3732
|
* If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
|
|
3708
3733
|
*/
|
|
3709
3734
|
viaIds?: Array<string> | undefined;
|
|
3710
|
-
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree |
|
|
3735
|
+
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | EightyFour | Ninety | NinetyFive | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndThree | OneHundredAndEleven | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndThirtyThree | OneHundredAndThirtySeven | OneHundredAndFortyThree | OneHundredAndFortySeven | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySix | EightyOne | EightyTwo | EightyThree | EightyFive | EightyEight | EightyNine | NinetyTwo | NinetyThree | OneHundredAndTwo | OneHundredAndNine | OneHundredAndFifteen | OneHundredAndSixteen | OneHundredAndEighteen | OneHundredAndTwentyOne | OneHundredAndTwentyTwo | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndForty | OneHundredAndFortyFour | OneHundredAndFortyFive | OneHundredAndFortySix | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventySeven | SeventyEight | Eighty | EightySix | EightySeven | NinetyOne | NinetyFour | OneHundredAndSeven | OneHundredAndTen | OneHundredAndTwenty | OneHundredAndTwentySeven | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndThirtyEight | OneHundredAndFortyOne | OneHundredAndFortyEight | OneHundredAndFortyNine | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFour | SeventyFive | NinetySix | OneHundredAndFour | OneHundredAndTwentyEight | OneHundredAndTwentyNine | OneHundredAndThirtyFive | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFifty | Thirty | FortyTwo | FiftyNine | SixtySix | SeventyNine | OneHundredAndEight | Forty | SixtyTwo | SixtyFive | OneHundred | OneHundredAndSix | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndFiftyOne | SixtyFour | SixtySeven | SeventyThree | OneHundredAndFive | OneHundredAndTwentyThree | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
|
|
3711
3736
|
};
|
|
3712
3737
|
/** @internal */
|
|
3713
3738
|
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
|
|
@@ -4094,9 +4119,9 @@ export declare namespace AuthMethod$ {
|
|
|
4094
4119
|
}>;
|
|
4095
4120
|
}
|
|
4096
4121
|
/** @internal */
|
|
4097
|
-
export declare const
|
|
4122
|
+
export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4098
4123
|
/** @internal */
|
|
4099
|
-
export type
|
|
4124
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
4100
4125
|
grantType: string;
|
|
4101
4126
|
appName: string;
|
|
4102
4127
|
atTTL: number;
|
|
@@ -4105,6 +4130,100 @@ export type OneHundredAndFifty$Outbound = {
|
|
|
4105
4130
|
authMethod: string;
|
|
4106
4131
|
};
|
|
4107
4132
|
/** @internal */
|
|
4133
|
+
export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4134
|
+
/**
|
|
4135
|
+
* @internal
|
|
4136
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4137
|
+
*/
|
|
4138
|
+
export declare namespace OneHundredAndFiftyOne$ {
|
|
4139
|
+
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
4140
|
+
const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4141
|
+
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
4142
|
+
const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4143
|
+
/** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
|
|
4144
|
+
type Outbound = OneHundredAndFiftyOne$Outbound;
|
|
4145
|
+
}
|
|
4146
|
+
export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
|
|
4147
|
+
export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
|
|
4148
|
+
/** @internal */
|
|
4149
|
+
export declare const UserEventPayload150Team$inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4150
|
+
/** @internal */
|
|
4151
|
+
export type UserEventPayload150Team$Outbound = {
|
|
4152
|
+
id: string;
|
|
4153
|
+
name: string;
|
|
4154
|
+
};
|
|
4155
|
+
/** @internal */
|
|
4156
|
+
export declare const UserEventPayload150Team$outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4157
|
+
/**
|
|
4158
|
+
* @internal
|
|
4159
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4160
|
+
*/
|
|
4161
|
+
export declare namespace UserEventPayload150Team$ {
|
|
4162
|
+
/** @deprecated use `UserEventPayload150Team$inboundSchema` instead. */
|
|
4163
|
+
const inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4164
|
+
/** @deprecated use `UserEventPayload150Team$outboundSchema` instead. */
|
|
4165
|
+
const outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4166
|
+
/** @deprecated use `UserEventPayload150Team$Outbound` instead. */
|
|
4167
|
+
type Outbound = UserEventPayload150Team$Outbound;
|
|
4168
|
+
}
|
|
4169
|
+
export declare function userEventPayload150TeamToJSON(userEventPayload150Team: UserEventPayload150Team): string;
|
|
4170
|
+
export declare function userEventPayload150TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Team, SDKValidationError>;
|
|
4171
|
+
/** @internal */
|
|
4172
|
+
export declare const UserEventPayload150Configuration$inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4173
|
+
/** @internal */
|
|
4174
|
+
export type UserEventPayload150Configuration$Outbound = {
|
|
4175
|
+
id: string;
|
|
4176
|
+
name?: string | undefined;
|
|
4177
|
+
};
|
|
4178
|
+
/** @internal */
|
|
4179
|
+
export declare const UserEventPayload150Configuration$outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4180
|
+
/**
|
|
4181
|
+
* @internal
|
|
4182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4183
|
+
*/
|
|
4184
|
+
export declare namespace UserEventPayload150Configuration$ {
|
|
4185
|
+
/** @deprecated use `UserEventPayload150Configuration$inboundSchema` instead. */
|
|
4186
|
+
const inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4187
|
+
/** @deprecated use `UserEventPayload150Configuration$outboundSchema` instead. */
|
|
4188
|
+
const outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4189
|
+
/** @deprecated use `UserEventPayload150Configuration$Outbound` instead. */
|
|
4190
|
+
type Outbound = UserEventPayload150Configuration$Outbound;
|
|
4191
|
+
}
|
|
4192
|
+
export declare function userEventPayload150ConfigurationToJSON(userEventPayload150Configuration: UserEventPayload150Configuration): string;
|
|
4193
|
+
export declare function userEventPayload150ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Configuration, SDKValidationError>;
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4196
|
+
/** @internal */
|
|
4197
|
+
export type UserEventPayloadPeering$Outbound = {
|
|
4198
|
+
id: string;
|
|
4199
|
+
name?: string | undefined;
|
|
4200
|
+
};
|
|
4201
|
+
/** @internal */
|
|
4202
|
+
export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4206
|
+
*/
|
|
4207
|
+
export declare namespace UserEventPayloadPeering$ {
|
|
4208
|
+
/** @deprecated use `UserEventPayloadPeering$inboundSchema` instead. */
|
|
4209
|
+
const inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4210
|
+
/** @deprecated use `UserEventPayloadPeering$outboundSchema` instead. */
|
|
4211
|
+
const outboundSchema: z.ZodType<UserEventPayloadPeering$Outbound, z.ZodTypeDef, UserEventPayloadPeering>;
|
|
4212
|
+
/** @deprecated use `UserEventPayloadPeering$Outbound` instead. */
|
|
4213
|
+
type Outbound = UserEventPayloadPeering$Outbound;
|
|
4214
|
+
}
|
|
4215
|
+
export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
|
|
4216
|
+
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
|
|
4217
|
+
/** @internal */
|
|
4218
|
+
export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
4219
|
+
/** @internal */
|
|
4220
|
+
export type OneHundredAndFifty$Outbound = {
|
|
4221
|
+
team: UserEventPayload150Team$Outbound;
|
|
4222
|
+
configuration: UserEventPayload150Configuration$Outbound;
|
|
4223
|
+
peering: UserEventPayloadPeering$Outbound;
|
|
4224
|
+
newName?: string | undefined;
|
|
4225
|
+
};
|
|
4226
|
+
/** @internal */
|
|
4108
4227
|
export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
4109
4228
|
/**
|
|
4110
4229
|
* @internal
|
|
@@ -4167,36 +4286,35 @@ export declare namespace UserEventPayload149Configuration$ {
|
|
|
4167
4286
|
export declare function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration: UserEventPayload149Configuration): string;
|
|
4168
4287
|
export declare function userEventPayload149ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Configuration, SDKValidationError>;
|
|
4169
4288
|
/** @internal */
|
|
4170
|
-
export declare const
|
|
4289
|
+
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4171
4290
|
/** @internal */
|
|
4172
|
-
export type
|
|
4291
|
+
export type PayloadPeering$Outbound = {
|
|
4173
4292
|
id: string;
|
|
4174
4293
|
name?: string | undefined;
|
|
4175
4294
|
};
|
|
4176
4295
|
/** @internal */
|
|
4177
|
-
export declare const
|
|
4296
|
+
export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
|
|
4178
4297
|
/**
|
|
4179
4298
|
* @internal
|
|
4180
4299
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4181
4300
|
*/
|
|
4182
|
-
export declare namespace
|
|
4183
|
-
/** @deprecated use `
|
|
4184
|
-
const inboundSchema: z.ZodType<
|
|
4185
|
-
/** @deprecated use `
|
|
4186
|
-
const outboundSchema: z.ZodType<
|
|
4187
|
-
/** @deprecated use `
|
|
4188
|
-
type Outbound =
|
|
4301
|
+
export declare namespace PayloadPeering$ {
|
|
4302
|
+
/** @deprecated use `PayloadPeering$inboundSchema` instead. */
|
|
4303
|
+
const inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4304
|
+
/** @deprecated use `PayloadPeering$outboundSchema` instead. */
|
|
4305
|
+
const outboundSchema: z.ZodType<PayloadPeering$Outbound, z.ZodTypeDef, PayloadPeering>;
|
|
4306
|
+
/** @deprecated use `PayloadPeering$Outbound` instead. */
|
|
4307
|
+
type Outbound = PayloadPeering$Outbound;
|
|
4189
4308
|
}
|
|
4190
|
-
export declare function
|
|
4191
|
-
export declare function
|
|
4309
|
+
export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
|
|
4310
|
+
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
|
|
4192
4311
|
/** @internal */
|
|
4193
4312
|
export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
4194
4313
|
/** @internal */
|
|
4195
4314
|
export type OneHundredAndFortyNine$Outbound = {
|
|
4196
4315
|
team: UserEventPayload149Team$Outbound;
|
|
4197
4316
|
configuration: UserEventPayload149Configuration$Outbound;
|
|
4198
|
-
peering:
|
|
4199
|
-
newName?: string | undefined;
|
|
4317
|
+
peering: PayloadPeering$Outbound;
|
|
4200
4318
|
};
|
|
4201
4319
|
/** @internal */
|
|
4202
4320
|
export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
@@ -4261,35 +4379,37 @@ export declare namespace UserEventPayload148Configuration$ {
|
|
|
4261
4379
|
export declare function userEventPayload148ConfigurationToJSON(userEventPayload148Configuration: UserEventPayload148Configuration): string;
|
|
4262
4380
|
export declare function userEventPayload148ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Configuration, SDKValidationError>;
|
|
4263
4381
|
/** @internal */
|
|
4264
|
-
export declare const
|
|
4382
|
+
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4265
4383
|
/** @internal */
|
|
4266
|
-
export type
|
|
4384
|
+
export type Peering$Outbound = {
|
|
4267
4385
|
id: string;
|
|
4268
|
-
|
|
4386
|
+
accountId: string;
|
|
4387
|
+
region: string;
|
|
4388
|
+
vpcId: string;
|
|
4269
4389
|
};
|
|
4270
4390
|
/** @internal */
|
|
4271
|
-
export declare const
|
|
4391
|
+
export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4272
4392
|
/**
|
|
4273
4393
|
* @internal
|
|
4274
4394
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4275
4395
|
*/
|
|
4276
|
-
export declare namespace
|
|
4277
|
-
/** @deprecated use `
|
|
4278
|
-
const inboundSchema: z.ZodType<
|
|
4279
|
-
/** @deprecated use `
|
|
4280
|
-
const outboundSchema: z.ZodType<
|
|
4281
|
-
/** @deprecated use `
|
|
4282
|
-
type Outbound =
|
|
4396
|
+
export declare namespace Peering$ {
|
|
4397
|
+
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
4398
|
+
const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4399
|
+
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
4400
|
+
const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4401
|
+
/** @deprecated use `Peering$Outbound` instead. */
|
|
4402
|
+
type Outbound = Peering$Outbound;
|
|
4283
4403
|
}
|
|
4284
|
-
export declare function
|
|
4285
|
-
export declare function
|
|
4404
|
+
export declare function peeringToJSON(peering: Peering): string;
|
|
4405
|
+
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4286
4406
|
/** @internal */
|
|
4287
4407
|
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
4288
4408
|
/** @internal */
|
|
4289
4409
|
export type OneHundredAndFortyEight$Outbound = {
|
|
4290
4410
|
team: UserEventPayload148Team$Outbound;
|
|
4291
4411
|
configuration: UserEventPayload148Configuration$Outbound;
|
|
4292
|
-
peering:
|
|
4412
|
+
peering: Peering$Outbound;
|
|
4293
4413
|
};
|
|
4294
4414
|
/** @internal */
|
|
4295
4415
|
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
@@ -4308,83 +4428,10 @@ export declare namespace OneHundredAndFortyEight$ {
|
|
|
4308
4428
|
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
4309
4429
|
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
4310
4430
|
/** @internal */
|
|
4311
|
-
export declare const UserEventPayload147Team$inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
|
|
4312
|
-
/** @internal */
|
|
4313
|
-
export type UserEventPayload147Team$Outbound = {
|
|
4314
|
-
id: string;
|
|
4315
|
-
name: string;
|
|
4316
|
-
};
|
|
4317
|
-
/** @internal */
|
|
4318
|
-
export declare const UserEventPayload147Team$outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
|
|
4319
|
-
/**
|
|
4320
|
-
* @internal
|
|
4321
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4322
|
-
*/
|
|
4323
|
-
export declare namespace UserEventPayload147Team$ {
|
|
4324
|
-
/** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
|
|
4325
|
-
const inboundSchema: z.ZodType<UserEventPayload147Team, z.ZodTypeDef, unknown>;
|
|
4326
|
-
/** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
|
|
4327
|
-
const outboundSchema: z.ZodType<UserEventPayload147Team$Outbound, z.ZodTypeDef, UserEventPayload147Team>;
|
|
4328
|
-
/** @deprecated use `UserEventPayload147Team$Outbound` instead. */
|
|
4329
|
-
type Outbound = UserEventPayload147Team$Outbound;
|
|
4330
|
-
}
|
|
4331
|
-
export declare function userEventPayload147TeamToJSON(userEventPayload147Team: UserEventPayload147Team): string;
|
|
4332
|
-
export declare function userEventPayload147TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Team, SDKValidationError>;
|
|
4333
|
-
/** @internal */
|
|
4334
|
-
export declare const UserEventPayload147Configuration$inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
|
|
4335
|
-
/** @internal */
|
|
4336
|
-
export type UserEventPayload147Configuration$Outbound = {
|
|
4337
|
-
id: string;
|
|
4338
|
-
name?: string | undefined;
|
|
4339
|
-
};
|
|
4340
|
-
/** @internal */
|
|
4341
|
-
export declare const UserEventPayload147Configuration$outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
|
|
4342
|
-
/**
|
|
4343
|
-
* @internal
|
|
4344
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4345
|
-
*/
|
|
4346
|
-
export declare namespace UserEventPayload147Configuration$ {
|
|
4347
|
-
/** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
|
|
4348
|
-
const inboundSchema: z.ZodType<UserEventPayload147Configuration, z.ZodTypeDef, unknown>;
|
|
4349
|
-
/** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
|
|
4350
|
-
const outboundSchema: z.ZodType<UserEventPayload147Configuration$Outbound, z.ZodTypeDef, UserEventPayload147Configuration>;
|
|
4351
|
-
/** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
|
|
4352
|
-
type Outbound = UserEventPayload147Configuration$Outbound;
|
|
4353
|
-
}
|
|
4354
|
-
export declare function userEventPayload147ConfigurationToJSON(userEventPayload147Configuration: UserEventPayload147Configuration): string;
|
|
4355
|
-
export declare function userEventPayload147ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Configuration, SDKValidationError>;
|
|
4356
|
-
/** @internal */
|
|
4357
|
-
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4358
|
-
/** @internal */
|
|
4359
|
-
export type Peering$Outbound = {
|
|
4360
|
-
id: string;
|
|
4361
|
-
accountId: string;
|
|
4362
|
-
region: string;
|
|
4363
|
-
vpcId: string;
|
|
4364
|
-
};
|
|
4365
|
-
/** @internal */
|
|
4366
|
-
export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4367
|
-
/**
|
|
4368
|
-
* @internal
|
|
4369
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4370
|
-
*/
|
|
4371
|
-
export declare namespace Peering$ {
|
|
4372
|
-
/** @deprecated use `Peering$inboundSchema` instead. */
|
|
4373
|
-
const inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4374
|
-
/** @deprecated use `Peering$outboundSchema` instead. */
|
|
4375
|
-
const outboundSchema: z.ZodType<Peering$Outbound, z.ZodTypeDef, Peering>;
|
|
4376
|
-
/** @deprecated use `Peering$Outbound` instead. */
|
|
4377
|
-
type Outbound = Peering$Outbound;
|
|
4378
|
-
}
|
|
4379
|
-
export declare function peeringToJSON(peering: Peering): string;
|
|
4380
|
-
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4381
|
-
/** @internal */
|
|
4382
4431
|
export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
|
|
4383
4432
|
/** @internal */
|
|
4384
4433
|
export type OneHundredAndFortySeven$Outbound = {
|
|
4385
|
-
|
|
4386
|
-
configuration: UserEventPayload147Configuration$Outbound;
|
|
4387
|
-
peering: Peering$Outbound;
|
|
4434
|
+
appName: string;
|
|
4388
4435
|
};
|
|
4389
4436
|
/** @internal */
|
|
4390
4437
|
export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
|
|
@@ -4407,6 +4454,7 @@ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAn
|
|
|
4407
4454
|
/** @internal */
|
|
4408
4455
|
export type OneHundredAndFortySix$Outbound = {
|
|
4409
4456
|
appName: string;
|
|
4457
|
+
nextScopes: Array<string>;
|
|
4410
4458
|
};
|
|
4411
4459
|
/** @internal */
|
|
4412
4460
|
export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
|
|
@@ -4429,7 +4477,7 @@ export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredA
|
|
|
4429
4477
|
/** @internal */
|
|
4430
4478
|
export type OneHundredAndFortyFive$Outbound = {
|
|
4431
4479
|
appName: string;
|
|
4432
|
-
|
|
4480
|
+
scopes: Array<string>;
|
|
4433
4481
|
};
|
|
4434
4482
|
/** @internal */
|
|
4435
4483
|
export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
|
|
@@ -4451,8 +4499,8 @@ export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): Safe
|
|
|
4451
4499
|
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4452
4500
|
/** @internal */
|
|
4453
4501
|
export type OneHundredAndFortyFour$Outbound = {
|
|
4454
|
-
|
|
4455
|
-
|
|
4502
|
+
oldName: string;
|
|
4503
|
+
newName: string;
|
|
4456
4504
|
};
|
|
4457
4505
|
/** @internal */
|
|
4458
4506
|
export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
@@ -4471,29 +4519,6 @@ export declare namespace OneHundredAndFortyFour$ {
|
|
|
4471
4519
|
export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
|
|
4472
4520
|
export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
|
|
4473
4521
|
/** @internal */
|
|
4474
|
-
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4475
|
-
/** @internal */
|
|
4476
|
-
export type OneHundredAndFortyThree$Outbound = {
|
|
4477
|
-
oldName: string;
|
|
4478
|
-
newName: string;
|
|
4479
|
-
};
|
|
4480
|
-
/** @internal */
|
|
4481
|
-
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4482
|
-
/**
|
|
4483
|
-
* @internal
|
|
4484
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4485
|
-
*/
|
|
4486
|
-
export declare namespace OneHundredAndFortyThree$ {
|
|
4487
|
-
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
4488
|
-
const inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4489
|
-
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
4490
|
-
const outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4491
|
-
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
4492
|
-
type Outbound = OneHundredAndFortyThree$Outbound;
|
|
4493
|
-
}
|
|
4494
|
-
export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
|
|
4495
|
-
export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
|
|
4496
|
-
/** @internal */
|
|
4497
4522
|
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4498
4523
|
/** @internal */
|
|
4499
4524
|
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
@@ -4514,27 +4539,27 @@ export declare namespace Tier$ {
|
|
|
4514
4539
|
}>;
|
|
4515
4540
|
}
|
|
4516
4541
|
/** @internal */
|
|
4517
|
-
export declare const
|
|
4542
|
+
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4518
4543
|
/** @internal */
|
|
4519
|
-
export type
|
|
4544
|
+
export type OneHundredAndFortyThree$Outbound = {
|
|
4520
4545
|
tier: string;
|
|
4521
4546
|
};
|
|
4522
4547
|
/** @internal */
|
|
4523
|
-
export declare const
|
|
4548
|
+
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4524
4549
|
/**
|
|
4525
4550
|
* @internal
|
|
4526
4551
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4527
4552
|
*/
|
|
4528
|
-
export declare namespace
|
|
4529
|
-
/** @deprecated use `
|
|
4530
|
-
const inboundSchema: z.ZodType<
|
|
4531
|
-
/** @deprecated use `
|
|
4532
|
-
const outboundSchema: z.ZodType<
|
|
4533
|
-
/** @deprecated use `
|
|
4534
|
-
type Outbound =
|
|
4553
|
+
export declare namespace OneHundredAndFortyThree$ {
|
|
4554
|
+
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
4555
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4556
|
+
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
4557
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4558
|
+
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
4559
|
+
type Outbound = OneHundredAndFortyThree$Outbound;
|
|
4535
4560
|
}
|
|
4536
|
-
export declare function
|
|
4537
|
-
export declare function
|
|
4561
|
+
export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
|
|
4562
|
+
export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
|
|
4538
4563
|
/** @internal */
|
|
4539
4564
|
export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
|
|
4540
4565
|
/** @internal */
|
|
@@ -4588,30 +4613,30 @@ export declare namespace PrevProjectWebAnalytics$ {
|
|
|
4588
4613
|
export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
|
|
4589
4614
|
export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
|
|
4590
4615
|
/** @internal */
|
|
4591
|
-
export declare const
|
|
4616
|
+
export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4592
4617
|
/** @internal */
|
|
4593
|
-
export type
|
|
4618
|
+
export type OneHundredAndFortyTwo$Outbound = {
|
|
4594
4619
|
projectId: string;
|
|
4595
4620
|
projectName: string;
|
|
4596
4621
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
4597
4622
|
prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
|
|
4598
4623
|
};
|
|
4599
4624
|
/** @internal */
|
|
4600
|
-
export declare const
|
|
4625
|
+
export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4601
4626
|
/**
|
|
4602
4627
|
* @internal
|
|
4603
4628
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4604
4629
|
*/
|
|
4605
|
-
export declare namespace
|
|
4606
|
-
/** @deprecated use `
|
|
4607
|
-
const inboundSchema: z.ZodType<
|
|
4608
|
-
/** @deprecated use `
|
|
4609
|
-
const outboundSchema: z.ZodType<
|
|
4610
|
-
/** @deprecated use `
|
|
4611
|
-
type Outbound =
|
|
4630
|
+
export declare namespace OneHundredAndFortyTwo$ {
|
|
4631
|
+
/** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
|
|
4632
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4633
|
+
/** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
|
|
4634
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4635
|
+
/** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
|
|
4636
|
+
type Outbound = OneHundredAndFortyTwo$Outbound;
|
|
4612
4637
|
}
|
|
4613
|
-
export declare function
|
|
4614
|
-
export declare function
|
|
4638
|
+
export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
|
|
4639
|
+
export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
|
|
4615
4640
|
/** @internal */
|
|
4616
4641
|
export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
|
|
4617
4642
|
/** @internal */
|
|
@@ -4684,29 +4709,29 @@ export declare namespace Microfrontends$ {
|
|
|
4684
4709
|
export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
|
|
4685
4710
|
export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
|
|
4686
4711
|
/** @internal */
|
|
4687
|
-
export declare const
|
|
4712
|
+
export declare const UserEventPayload141Project$inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4688
4713
|
/** @internal */
|
|
4689
|
-
export type
|
|
4714
|
+
export type UserEventPayload141Project$Outbound = {
|
|
4690
4715
|
id: string;
|
|
4691
4716
|
name: string;
|
|
4692
4717
|
microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
|
|
4693
4718
|
};
|
|
4694
4719
|
/** @internal */
|
|
4695
|
-
export declare const
|
|
4720
|
+
export declare const UserEventPayload141Project$outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4696
4721
|
/**
|
|
4697
4722
|
* @internal
|
|
4698
4723
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4699
4724
|
*/
|
|
4700
|
-
export declare namespace
|
|
4701
|
-
/** @deprecated use `
|
|
4702
|
-
const inboundSchema: z.ZodType<
|
|
4703
|
-
/** @deprecated use `
|
|
4704
|
-
const outboundSchema: z.ZodType<
|
|
4705
|
-
/** @deprecated use `
|
|
4706
|
-
type Outbound =
|
|
4725
|
+
export declare namespace UserEventPayload141Project$ {
|
|
4726
|
+
/** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
|
|
4727
|
+
const inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4728
|
+
/** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
|
|
4729
|
+
const outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4730
|
+
/** @deprecated use `UserEventPayload141Project$Outbound` instead. */
|
|
4731
|
+
type Outbound = UserEventPayload141Project$Outbound;
|
|
4707
4732
|
}
|
|
4708
|
-
export declare function
|
|
4709
|
-
export declare function
|
|
4733
|
+
export declare function userEventPayload141ProjectToJSON(userEventPayload141Project: UserEventPayload141Project): string;
|
|
4734
|
+
export declare function userEventPayload141ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141Project, SDKValidationError>;
|
|
4710
4735
|
/** @internal */
|
|
4711
4736
|
export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
|
|
4712
4737
|
/** @internal */
|
|
@@ -4779,32 +4804,32 @@ export declare namespace PayloadMicrofrontends$ {
|
|
|
4779
4804
|
export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
|
|
4780
4805
|
export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
|
|
4781
4806
|
/** @internal */
|
|
4782
|
-
export declare const
|
|
4807
|
+
export declare const UserEventPayload141PrevProject$inboundSchema: z.ZodType<UserEventPayload141PrevProject, z.ZodTypeDef, unknown>;
|
|
4783
4808
|
/** @internal */
|
|
4784
|
-
export type
|
|
4809
|
+
export type UserEventPayload141PrevProject$Outbound = {
|
|
4785
4810
|
microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
|
|
4786
4811
|
};
|
|
4787
4812
|
/** @internal */
|
|
4788
|
-
export declare const
|
|
4813
|
+
export declare const UserEventPayload141PrevProject$outboundSchema: z.ZodType<UserEventPayload141PrevProject$Outbound, z.ZodTypeDef, UserEventPayload141PrevProject>;
|
|
4789
4814
|
/**
|
|
4790
4815
|
* @internal
|
|
4791
4816
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4792
4817
|
*/
|
|
4793
|
-
export declare namespace
|
|
4794
|
-
/** @deprecated use `
|
|
4795
|
-
const inboundSchema: z.ZodType<
|
|
4796
|
-
/** @deprecated use `
|
|
4797
|
-
const outboundSchema: z.ZodType<
|
|
4798
|
-
/** @deprecated use `
|
|
4799
|
-
type Outbound =
|
|
4818
|
+
export declare namespace UserEventPayload141PrevProject$ {
|
|
4819
|
+
/** @deprecated use `UserEventPayload141PrevProject$inboundSchema` instead. */
|
|
4820
|
+
const inboundSchema: z.ZodType<UserEventPayload141PrevProject, z.ZodTypeDef, unknown>;
|
|
4821
|
+
/** @deprecated use `UserEventPayload141PrevProject$outboundSchema` instead. */
|
|
4822
|
+
const outboundSchema: z.ZodType<UserEventPayload141PrevProject$Outbound, z.ZodTypeDef, UserEventPayload141PrevProject>;
|
|
4823
|
+
/** @deprecated use `UserEventPayload141PrevProject$Outbound` instead. */
|
|
4824
|
+
type Outbound = UserEventPayload141PrevProject$Outbound;
|
|
4800
4825
|
}
|
|
4801
|
-
export declare function
|
|
4802
|
-
export declare function
|
|
4826
|
+
export declare function userEventPayload141PrevProjectToJSON(userEventPayload141PrevProject: UserEventPayload141PrevProject): string;
|
|
4827
|
+
export declare function userEventPayload141PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141PrevProject, SDKValidationError>;
|
|
4803
4828
|
/** @internal */
|
|
4804
4829
|
export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
|
|
4805
4830
|
/** @internal */
|
|
4806
4831
|
export type PayloadPrev$Outbound = {
|
|
4807
|
-
project:
|
|
4832
|
+
project: UserEventPayload141PrevProject$Outbound;
|
|
4808
4833
|
};
|
|
4809
4834
|
/** @internal */
|
|
4810
4835
|
export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
|
|
@@ -4847,52 +4872,52 @@ export declare namespace PayloadGroup$ {
|
|
|
4847
4872
|
export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
|
|
4848
4873
|
export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
|
|
4849
4874
|
/** @internal */
|
|
4850
|
-
export declare const
|
|
4875
|
+
export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4851
4876
|
/** @internal */
|
|
4852
|
-
export type
|
|
4853
|
-
project:
|
|
4877
|
+
export type OneHundredAndFortyOne$Outbound = {
|
|
4878
|
+
project: UserEventPayload141Project$Outbound;
|
|
4854
4879
|
prev: PayloadPrev$Outbound;
|
|
4855
4880
|
group: PayloadGroup$Outbound;
|
|
4856
4881
|
};
|
|
4857
4882
|
/** @internal */
|
|
4858
|
-
export declare const
|
|
4883
|
+
export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4859
4884
|
/**
|
|
4860
4885
|
* @internal
|
|
4861
4886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4862
4887
|
*/
|
|
4863
|
-
export declare namespace
|
|
4864
|
-
/** @deprecated use `
|
|
4865
|
-
const inboundSchema: z.ZodType<
|
|
4866
|
-
/** @deprecated use `
|
|
4867
|
-
const outboundSchema: z.ZodType<
|
|
4868
|
-
/** @deprecated use `
|
|
4869
|
-
type Outbound =
|
|
4888
|
+
export declare namespace OneHundredAndFortyOne$ {
|
|
4889
|
+
/** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
|
|
4890
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4891
|
+
/** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
|
|
4892
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4893
|
+
/** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
|
|
4894
|
+
type Outbound = OneHundredAndFortyOne$Outbound;
|
|
4870
4895
|
}
|
|
4871
|
-
export declare function
|
|
4872
|
-
export declare function
|
|
4896
|
+
export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
|
|
4897
|
+
export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
|
|
4873
4898
|
/** @internal */
|
|
4874
|
-
export declare const
|
|
4899
|
+
export declare const UserEventPayload140Project$inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
|
|
4875
4900
|
/** @internal */
|
|
4876
|
-
export type
|
|
4901
|
+
export type UserEventPayload140Project$Outbound = {
|
|
4877
4902
|
id: string;
|
|
4878
4903
|
name: string;
|
|
4879
4904
|
};
|
|
4880
4905
|
/** @internal */
|
|
4881
|
-
export declare const
|
|
4906
|
+
export declare const UserEventPayload140Project$outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
|
|
4882
4907
|
/**
|
|
4883
4908
|
* @internal
|
|
4884
4909
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4885
4910
|
*/
|
|
4886
|
-
export declare namespace
|
|
4887
|
-
/** @deprecated use `
|
|
4888
|
-
const inboundSchema: z.ZodType<
|
|
4889
|
-
/** @deprecated use `
|
|
4890
|
-
const outboundSchema: z.ZodType<
|
|
4891
|
-
/** @deprecated use `
|
|
4892
|
-
type Outbound =
|
|
4911
|
+
export declare namespace UserEventPayload140Project$ {
|
|
4912
|
+
/** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
|
|
4913
|
+
const inboundSchema: z.ZodType<UserEventPayload140Project, z.ZodTypeDef, unknown>;
|
|
4914
|
+
/** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
|
|
4915
|
+
const outboundSchema: z.ZodType<UserEventPayload140Project$Outbound, z.ZodTypeDef, UserEventPayload140Project>;
|
|
4916
|
+
/** @deprecated use `UserEventPayload140Project$Outbound` instead. */
|
|
4917
|
+
type Outbound = UserEventPayload140Project$Outbound;
|
|
4893
4918
|
}
|
|
4894
|
-
export declare function
|
|
4895
|
-
export declare function
|
|
4919
|
+
export declare function userEventPayload140ProjectToJSON(userEventPayload140Project: UserEventPayload140Project): string;
|
|
4920
|
+
export declare function userEventPayload140ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload140Project, SDKValidationError>;
|
|
4896
4921
|
/** @internal */
|
|
4897
4922
|
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
4898
4923
|
/** @internal */
|
|
@@ -4918,28 +4943,28 @@ export declare namespace Group$ {
|
|
|
4918
4943
|
export declare function groupToJSON(group: Group): string;
|
|
4919
4944
|
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
4920
4945
|
/** @internal */
|
|
4921
|
-
export declare const
|
|
4946
|
+
export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
4922
4947
|
/** @internal */
|
|
4923
|
-
export type
|
|
4924
|
-
project:
|
|
4948
|
+
export type OneHundredAndForty$Outbound = {
|
|
4949
|
+
project: UserEventPayload140Project$Outbound;
|
|
4925
4950
|
group: Group$Outbound;
|
|
4926
4951
|
};
|
|
4927
4952
|
/** @internal */
|
|
4928
|
-
export declare const
|
|
4953
|
+
export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
4929
4954
|
/**
|
|
4930
4955
|
* @internal
|
|
4931
4956
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4932
4957
|
*/
|
|
4933
|
-
export declare namespace
|
|
4934
|
-
/** @deprecated use `
|
|
4935
|
-
const inboundSchema: z.ZodType<
|
|
4936
|
-
/** @deprecated use `
|
|
4937
|
-
const outboundSchema: z.ZodType<
|
|
4938
|
-
/** @deprecated use `
|
|
4939
|
-
type Outbound =
|
|
4958
|
+
export declare namespace OneHundredAndForty$ {
|
|
4959
|
+
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
4960
|
+
const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
4961
|
+
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
4962
|
+
const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
4963
|
+
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
4964
|
+
type Outbound = OneHundredAndForty$Outbound;
|
|
4940
4965
|
}
|
|
4941
|
-
export declare function
|
|
4942
|
-
export declare function
|
|
4966
|
+
export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
|
|
4967
|
+
export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
|
|
4943
4968
|
/** @internal */
|
|
4944
4969
|
export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
|
|
4945
4970
|
/** @internal */
|
|
@@ -4964,13 +4989,37 @@ export declare namespace Prev$ {
|
|
|
4964
4989
|
export declare function prevToJSON(prev: Prev): string;
|
|
4965
4990
|
export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
|
|
4966
4991
|
/** @internal */
|
|
4992
|
+
export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
4993
|
+
/** @internal */
|
|
4994
|
+
export type OneHundredAndThirtyNine$Outbound = {
|
|
4995
|
+
id: string;
|
|
4996
|
+
slug: string;
|
|
4997
|
+
name: string;
|
|
4998
|
+
prev: Prev$Outbound;
|
|
4999
|
+
};
|
|
5000
|
+
/** @internal */
|
|
5001
|
+
export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
5002
|
+
/**
|
|
5003
|
+
* @internal
|
|
5004
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5005
|
+
*/
|
|
5006
|
+
export declare namespace OneHundredAndThirtyNine$ {
|
|
5007
|
+
/** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
|
|
5008
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
5009
|
+
/** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
|
|
5010
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
5011
|
+
/** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
|
|
5012
|
+
type Outbound = OneHundredAndThirtyNine$Outbound;
|
|
5013
|
+
}
|
|
5014
|
+
export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
|
|
5015
|
+
export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
|
|
5016
|
+
/** @internal */
|
|
4967
5017
|
export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
|
|
4968
5018
|
/** @internal */
|
|
4969
5019
|
export type OneHundredAndThirtyEight$Outbound = {
|
|
4970
5020
|
id: string;
|
|
4971
5021
|
slug: string;
|
|
4972
5022
|
name: string;
|
|
4973
|
-
prev: Prev$Outbound;
|
|
4974
5023
|
};
|
|
4975
5024
|
/** @internal */
|
|
4976
5025
|
export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
|
|
@@ -4989,12 +5038,30 @@ export declare namespace OneHundredAndThirtyEight$ {
|
|
|
4989
5038
|
export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
|
|
4990
5039
|
export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
|
|
4991
5040
|
/** @internal */
|
|
5041
|
+
export declare const UserEventPayload137Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5042
|
+
/** @internal */
|
|
5043
|
+
export declare const UserEventPayload137Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5044
|
+
/**
|
|
5045
|
+
* @internal
|
|
5046
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5047
|
+
*/
|
|
5048
|
+
export declare namespace UserEventPayload137Action$ {
|
|
5049
|
+
/** @deprecated use `UserEventPayload137Action$inboundSchema` instead. */
|
|
5050
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5051
|
+
readonly Enable: "enable";
|
|
5052
|
+
readonly Disable: "disable";
|
|
5053
|
+
}>;
|
|
5054
|
+
/** @deprecated use `UserEventPayload137Action$outboundSchema` instead. */
|
|
5055
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5056
|
+
readonly Enable: "enable";
|
|
5057
|
+
readonly Disable: "disable";
|
|
5058
|
+
}>;
|
|
5059
|
+
}
|
|
5060
|
+
/** @internal */
|
|
4992
5061
|
export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
|
|
4993
5062
|
/** @internal */
|
|
4994
5063
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
4995
|
-
|
|
4996
|
-
slug: string;
|
|
4997
|
-
name: string;
|
|
5064
|
+
action: string;
|
|
4998
5065
|
};
|
|
4999
5066
|
/** @internal */
|
|
5000
5067
|
export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
|
|
@@ -7235,6 +7302,29 @@ export declare namespace EnvId$ {
|
|
|
7235
7302
|
export declare function envIdToJSON(envId: EnvId): string;
|
|
7236
7303
|
export declare function envIdFromJSON(jsonString: string): SafeParseResult<EnvId, SDKValidationError>;
|
|
7237
7304
|
/** @internal */
|
|
7305
|
+
export declare const Aws$inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown>;
|
|
7306
|
+
/** @internal */
|
|
7307
|
+
export type Aws$Outbound = {
|
|
7308
|
+
subnetIds: Array<string>;
|
|
7309
|
+
securityGroupId: string;
|
|
7310
|
+
};
|
|
7311
|
+
/** @internal */
|
|
7312
|
+
export declare const Aws$outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws>;
|
|
7313
|
+
/**
|
|
7314
|
+
* @internal
|
|
7315
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7316
|
+
*/
|
|
7317
|
+
export declare namespace Aws$ {
|
|
7318
|
+
/** @deprecated use `Aws$inboundSchema` instead. */
|
|
7319
|
+
const inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown>;
|
|
7320
|
+
/** @deprecated use `Aws$outboundSchema` instead. */
|
|
7321
|
+
const outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws>;
|
|
7322
|
+
/** @deprecated use `Aws$Outbound` instead. */
|
|
7323
|
+
type Outbound = Aws$Outbound;
|
|
7324
|
+
}
|
|
7325
|
+
export declare function awsToJSON(aws: Aws): string;
|
|
7326
|
+
export declare function awsFromJSON(jsonString: string): SafeParseResult<Aws, SDKValidationError>;
|
|
7327
|
+
/** @internal */
|
|
7238
7328
|
export declare const OldConnectConfigurations$inboundSchema: z.ZodType<OldConnectConfigurations, z.ZodTypeDef, unknown>;
|
|
7239
7329
|
/** @internal */
|
|
7240
7330
|
export type OldConnectConfigurations$Outbound = {
|
|
@@ -7242,6 +7332,7 @@ export type OldConnectConfigurations$Outbound = {
|
|
|
7242
7332
|
connectConfigurationId: string;
|
|
7243
7333
|
passive: boolean;
|
|
7244
7334
|
buildsEnabled: boolean;
|
|
7335
|
+
aws?: Aws$Outbound | undefined;
|
|
7245
7336
|
createdAt: number;
|
|
7246
7337
|
updatedAt: number;
|
|
7247
7338
|
};
|
|
@@ -7302,6 +7393,29 @@ export declare namespace PayloadEnvId$ {
|
|
|
7302
7393
|
export declare function payloadEnvIdToJSON(payloadEnvId: PayloadEnvId): string;
|
|
7303
7394
|
export declare function payloadEnvIdFromJSON(jsonString: string): SafeParseResult<PayloadEnvId, SDKValidationError>;
|
|
7304
7395
|
/** @internal */
|
|
7396
|
+
export declare const PayloadAws$inboundSchema: z.ZodType<PayloadAws, z.ZodTypeDef, unknown>;
|
|
7397
|
+
/** @internal */
|
|
7398
|
+
export type PayloadAws$Outbound = {
|
|
7399
|
+
subnetIds: Array<string>;
|
|
7400
|
+
securityGroupId: string;
|
|
7401
|
+
};
|
|
7402
|
+
/** @internal */
|
|
7403
|
+
export declare const PayloadAws$outboundSchema: z.ZodType<PayloadAws$Outbound, z.ZodTypeDef, PayloadAws>;
|
|
7404
|
+
/**
|
|
7405
|
+
* @internal
|
|
7406
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7407
|
+
*/
|
|
7408
|
+
export declare namespace PayloadAws$ {
|
|
7409
|
+
/** @deprecated use `PayloadAws$inboundSchema` instead. */
|
|
7410
|
+
const inboundSchema: z.ZodType<PayloadAws, z.ZodTypeDef, unknown>;
|
|
7411
|
+
/** @deprecated use `PayloadAws$outboundSchema` instead. */
|
|
7412
|
+
const outboundSchema: z.ZodType<PayloadAws$Outbound, z.ZodTypeDef, PayloadAws>;
|
|
7413
|
+
/** @deprecated use `PayloadAws$Outbound` instead. */
|
|
7414
|
+
type Outbound = PayloadAws$Outbound;
|
|
7415
|
+
}
|
|
7416
|
+
export declare function payloadAwsToJSON(payloadAws: PayloadAws): string;
|
|
7417
|
+
export declare function payloadAwsFromJSON(jsonString: string): SafeParseResult<PayloadAws, SDKValidationError>;
|
|
7418
|
+
/** @internal */
|
|
7305
7419
|
export declare const NewConnectConfigurations$inboundSchema: z.ZodType<NewConnectConfigurations, z.ZodTypeDef, unknown>;
|
|
7306
7420
|
/** @internal */
|
|
7307
7421
|
export type NewConnectConfigurations$Outbound = {
|
|
@@ -7309,6 +7423,7 @@ export type NewConnectConfigurations$Outbound = {
|
|
|
7309
7423
|
connectConfigurationId: string;
|
|
7310
7424
|
passive: boolean;
|
|
7311
7425
|
buildsEnabled: boolean;
|
|
7426
|
+
aws?: PayloadAws$Outbound | undefined;
|
|
7312
7427
|
createdAt: number;
|
|
7313
7428
|
updatedAt: number;
|
|
7314
7429
|
};
|
|
@@ -11267,6 +11382,7 @@ export declare const OverageMetadata$inboundSchema: z.ZodType<OverageMetadata, z
|
|
|
11267
11382
|
export type OverageMetadata$Outbound = {
|
|
11268
11383
|
firstTimeOnDemandNotificationSentAt?: number | undefined;
|
|
11269
11384
|
overageSummaryEmailSentAt?: number | undefined;
|
|
11385
|
+
increasedOnDemandEmailSentAt?: number | undefined;
|
|
11270
11386
|
};
|
|
11271
11387
|
/** @internal */
|
|
11272
11388
|
export declare const OverageMetadata$outboundSchema: z.ZodType<OverageMetadata$Outbound, z.ZodTypeDef, OverageMetadata>;
|
|
@@ -14990,7 +15106,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
|
|
|
14990
15106
|
/** @internal */
|
|
14991
15107
|
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
14992
15108
|
/** @internal */
|
|
14993
|
-
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound |
|
|
15109
|
+
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortySeven$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFiftyOne$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
|
|
14994
15110
|
/** @internal */
|
|
14995
15111
|
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
14996
15112
|
/**
|
|
@@ -15021,7 +15137,7 @@ export type UserEvent$Outbound = {
|
|
|
15021
15137
|
userId: string;
|
|
15022
15138
|
principalId: string;
|
|
15023
15139
|
viaIds?: Array<string> | undefined;
|
|
15024
|
-
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound |
|
|
15140
|
+
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | EightyFour$Outbound | Ninety$Outbound | NinetyFive$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndThree$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFortySeven$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySix$Outbound | EightyOne$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | OneHundredAndTwo$Outbound | OneHundredAndNine$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventySeven$Outbound | SeventyEight$Outbound | Eighty$Outbound | EightySix$Outbound | EightySeven$Outbound | NinetyOne$Outbound | NinetyFour$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFour$Outbound | SeventyFive$Outbound | NinetySix$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | SeventyNine$Outbound | OneHundredAndEight$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundred$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndFiftyOne$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyThree$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyThree$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
|
|
15025
15141
|
};
|
|
15026
15142
|
/** @internal */
|
|
15027
15143
|
export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;
|