@vercel/sdk 1.7.4 → 1.7.6
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 +6 -6
- package/bin/mcp-server.js +590 -349
- package/bin/mcp-server.js.map +37 -37
- 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 -2
- 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 +2 -2
- 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/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/projectsRemoveProjectDomain.js +3 -2
- package/esm/funcs/projectsRemoveProjectDomain.js.map +1 -1
- package/esm/funcs/projectsRequestPromote.js +0 -1
- package/esm/funcs/projectsRequestPromote.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 +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/models/authuser.d.ts +0 -93
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -64
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/authuserlimited.d.ts +0 -34
- package/esm/models/authuserlimited.d.ts.map +1 -1
- package/esm/models/authuserlimited.js +0 -23
- package/esm/models/authuserlimited.js.map +1 -1
- 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 +38 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +16 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +123 -11
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +111 -5
- package/esm/models/createprojectop.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/getprojectsop.d.ts +114 -2
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +108 -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/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/requestpromoteop.d.ts +0 -5
- package/esm/models/requestpromoteop.d.ts.map +1 -1
- package/esm/models/requestpromoteop.js +0 -2
- package/esm/models/requestpromoteop.js.map +1 -1
- package/esm/models/teamlimited.d.ts +13 -13
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +6 -6
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +114 -2
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +108 -2
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +123 -11
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +111 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +10 -1
- 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 +391 -280
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +450 -342
- 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/marketplace.d.ts +1 -1
- package/esm/sdk/marketplace.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -2
- 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/projectsRemoveProjectDomain.ts +3 -2
- package/src/funcs/projectsRequestPromote.ts +0 -1
- 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 +1 -1
- 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/models/authuser.ts +0 -145
- package/src/models/authuserlimited.ts +0 -40
- package/src/models/canceldeploymentop.ts +14 -0
- package/src/models/createdeploymentop.ts +30 -16
- package/src/models/createprojectop.ts +246 -7
- package/src/models/getdeploymentfilecontentsop.ts +0 -69
- package/src/models/getdeploymentop.ts +14 -0
- package/src/models/getprojectsop.ts +237 -4
- package/src/models/importresourceop.ts +7 -0
- package/src/models/issuecertop.ts +4 -4
- package/src/models/removeprojectdomainop.ts +78 -0
- package/src/models/requestpromoteop.ts +0 -7
- package/src/models/teamlimited.ts +13 -13
- package/src/models/updateprojectdatacacheop.ts +260 -4
- package/src/models/updateprojectop.ts +246 -7
- package/src/models/updateresourcesecretsbyidop.ts +8 -1
- package/src/models/updateresourcesecretsop.ts +7 -0
- package/src/models/uploadcertop.ts +4 -4
- package/src/models/userevent.ts +837 -624
- package/src/sdk/authentication.ts +1 -1
- package/src/sdk/deployments.ts +2 -5
- package/src/sdk/marketplace.ts +1 -1
- package/vercel-spec.json +508 -163
package/src/models/userevent.ts
CHANGED
|
@@ -162,7 +162,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
162
162
|
/**
|
|
163
163
|
* The payload of the event, if requested.
|
|
164
164
|
*/
|
|
165
|
-
export type
|
|
165
|
+
export type OneHundredAndFiftyOne = {
|
|
166
166
|
grantType: GrantType;
|
|
167
167
|
appName: string;
|
|
168
168
|
/**
|
|
@@ -177,12 +177,12 @@ export type OneHundredAndFifty = {
|
|
|
177
177
|
authMethod: AuthMethod;
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
export type
|
|
180
|
+
export type UserEventPayload150Team = {
|
|
181
181
|
id: string;
|
|
182
182
|
name: string;
|
|
183
183
|
};
|
|
184
184
|
|
|
185
|
-
export type
|
|
185
|
+
export type UserEventPayload150Configuration = {
|
|
186
186
|
id: string;
|
|
187
187
|
name?: string | undefined;
|
|
188
188
|
};
|
|
@@ -195,19 +195,19 @@ export type UserEventPayloadPeering = {
|
|
|
195
195
|
/**
|
|
196
196
|
* The payload of the event, if requested.
|
|
197
197
|
*/
|
|
198
|
-
export type
|
|
199
|
-
team:
|
|
200
|
-
configuration:
|
|
198
|
+
export type OneHundredAndFifty = {
|
|
199
|
+
team: UserEventPayload150Team;
|
|
200
|
+
configuration: UserEventPayload150Configuration;
|
|
201
201
|
peering: UserEventPayloadPeering;
|
|
202
202
|
newName?: string | undefined;
|
|
203
203
|
};
|
|
204
204
|
|
|
205
|
-
export type
|
|
205
|
+
export type UserEventPayload149Team = {
|
|
206
206
|
id: string;
|
|
207
207
|
name: string;
|
|
208
208
|
};
|
|
209
209
|
|
|
210
|
-
export type
|
|
210
|
+
export type UserEventPayload149Configuration = {
|
|
211
211
|
id: string;
|
|
212
212
|
name?: string | undefined;
|
|
213
213
|
};
|
|
@@ -220,18 +220,18 @@ export type PayloadPeering = {
|
|
|
220
220
|
/**
|
|
221
221
|
* The payload of the event, if requested.
|
|
222
222
|
*/
|
|
223
|
-
export type
|
|
224
|
-
team:
|
|
225
|
-
configuration:
|
|
223
|
+
export type OneHundredAndFortyNine = {
|
|
224
|
+
team: UserEventPayload149Team;
|
|
225
|
+
configuration: UserEventPayload149Configuration;
|
|
226
226
|
peering: PayloadPeering;
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
export type
|
|
229
|
+
export type UserEventPayload148Team = {
|
|
230
230
|
id: string;
|
|
231
231
|
name: string;
|
|
232
232
|
};
|
|
233
233
|
|
|
234
|
-
export type
|
|
234
|
+
export type UserEventPayload148Configuration = {
|
|
235
235
|
id: string;
|
|
236
236
|
name?: string | undefined;
|
|
237
237
|
};
|
|
@@ -246,23 +246,23 @@ export type Peering = {
|
|
|
246
246
|
/**
|
|
247
247
|
* The payload of the event, if requested.
|
|
248
248
|
*/
|
|
249
|
-
export type
|
|
250
|
-
team:
|
|
251
|
-
configuration:
|
|
249
|
+
export type OneHundredAndFortyEight = {
|
|
250
|
+
team: UserEventPayload148Team;
|
|
251
|
+
configuration: UserEventPayload148Configuration;
|
|
252
252
|
peering: Peering;
|
|
253
253
|
};
|
|
254
254
|
|
|
255
255
|
/**
|
|
256
256
|
* The payload of the event, if requested.
|
|
257
257
|
*/
|
|
258
|
-
export type
|
|
258
|
+
export type OneHundredAndFortySeven = {
|
|
259
259
|
appName: string;
|
|
260
260
|
};
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
263
|
* The payload of the event, if requested.
|
|
264
264
|
*/
|
|
265
|
-
export type
|
|
265
|
+
export type OneHundredAndFortySix = {
|
|
266
266
|
appName: string;
|
|
267
267
|
nextScopes: Array<string>;
|
|
268
268
|
};
|
|
@@ -270,7 +270,7 @@ export type OneHundredAndFortyFive = {
|
|
|
270
270
|
/**
|
|
271
271
|
* The payload of the event, if requested.
|
|
272
272
|
*/
|
|
273
|
-
export type
|
|
273
|
+
export type OneHundredAndFortyFive = {
|
|
274
274
|
appName: string;
|
|
275
275
|
scopes: Array<string>;
|
|
276
276
|
};
|
|
@@ -278,7 +278,7 @@ export type OneHundredAndFortyFour = {
|
|
|
278
278
|
/**
|
|
279
279
|
* The payload of the event, if requested.
|
|
280
280
|
*/
|
|
281
|
-
export type
|
|
281
|
+
export type OneHundredAndFortyFour = {
|
|
282
282
|
oldName: string;
|
|
283
283
|
newName: string;
|
|
284
284
|
};
|
|
@@ -292,7 +292,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
292
292
|
/**
|
|
293
293
|
* The payload of the event, if requested.
|
|
294
294
|
*/
|
|
295
|
-
export type
|
|
295
|
+
export type OneHundredAndFortyThree = {
|
|
296
296
|
tier: Tier;
|
|
297
297
|
};
|
|
298
298
|
|
|
@@ -315,7 +315,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
315
315
|
/**
|
|
316
316
|
* The payload of the event, if requested.
|
|
317
317
|
*/
|
|
318
|
-
export type
|
|
318
|
+
export type OneHundredAndFortyTwo = {
|
|
319
319
|
projectId: string;
|
|
320
320
|
projectName: string;
|
|
321
321
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -357,7 +357,7 @@ export type Microfrontends1 = {
|
|
|
357
357
|
|
|
358
358
|
export type Microfrontends = Microfrontends2 | Microfrontends1;
|
|
359
359
|
|
|
360
|
-
export type
|
|
360
|
+
export type UserEventPayload141Project = {
|
|
361
361
|
id: string;
|
|
362
362
|
name: string;
|
|
363
363
|
microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
|
|
@@ -400,7 +400,7 @@ export type PayloadMicrofrontends =
|
|
|
400
400
|
| UserEventMicrofrontends2
|
|
401
401
|
| UserEventMicrofrontends1;
|
|
402
402
|
|
|
403
|
-
export type
|
|
403
|
+
export type UserEventPayload141PrevProject = {
|
|
404
404
|
microfrontends?:
|
|
405
405
|
| UserEventMicrofrontends2
|
|
406
406
|
| UserEventMicrofrontends1
|
|
@@ -408,7 +408,7 @@ export type UserEventPayload140PrevProject = {
|
|
|
408
408
|
};
|
|
409
409
|
|
|
410
410
|
export type PayloadPrev = {
|
|
411
|
-
project:
|
|
411
|
+
project: UserEventPayload141PrevProject;
|
|
412
412
|
};
|
|
413
413
|
|
|
414
414
|
export type PayloadGroup = {
|
|
@@ -420,13 +420,13 @@ export type PayloadGroup = {
|
|
|
420
420
|
/**
|
|
421
421
|
* The payload of the event, if requested.
|
|
422
422
|
*/
|
|
423
|
-
export type
|
|
424
|
-
project:
|
|
423
|
+
export type OneHundredAndFortyOne = {
|
|
424
|
+
project: UserEventPayload141Project;
|
|
425
425
|
prev: PayloadPrev;
|
|
426
426
|
group: PayloadGroup;
|
|
427
427
|
};
|
|
428
428
|
|
|
429
|
-
export type
|
|
429
|
+
export type UserEventPayload140Project = {
|
|
430
430
|
id: string;
|
|
431
431
|
name: string;
|
|
432
432
|
};
|
|
@@ -440,8 +440,8 @@ export type Group = {
|
|
|
440
440
|
/**
|
|
441
441
|
* The payload of the event, if requested.
|
|
442
442
|
*/
|
|
443
|
-
export type
|
|
444
|
-
project:
|
|
443
|
+
export type OneHundredAndForty = {
|
|
444
|
+
project: UserEventPayload140Project;
|
|
445
445
|
group: Group;
|
|
446
446
|
};
|
|
447
447
|
|
|
@@ -453,7 +453,7 @@ export type Prev = {
|
|
|
453
453
|
/**
|
|
454
454
|
* The payload of the event, if requested.
|
|
455
455
|
*/
|
|
456
|
-
export type
|
|
456
|
+
export type OneHundredAndThirtyNine = {
|
|
457
457
|
id: string;
|
|
458
458
|
slug: string;
|
|
459
459
|
name: string;
|
|
@@ -463,12 +463,27 @@ export type OneHundredAndThirtyEight = {
|
|
|
463
463
|
/**
|
|
464
464
|
* The payload of the event, if requested.
|
|
465
465
|
*/
|
|
466
|
-
export type
|
|
466
|
+
export type OneHundredAndThirtyEight = {
|
|
467
467
|
id: string;
|
|
468
468
|
slug: string;
|
|
469
469
|
name: string;
|
|
470
470
|
};
|
|
471
471
|
|
|
472
|
+
export const UserEventPayload137Action = {
|
|
473
|
+
Enable: "enable",
|
|
474
|
+
Disable: "disable",
|
|
475
|
+
} as const;
|
|
476
|
+
export type UserEventPayload137Action = ClosedEnum<
|
|
477
|
+
typeof UserEventPayload137Action
|
|
478
|
+
>;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* The payload of the event, if requested.
|
|
482
|
+
*/
|
|
483
|
+
export type OneHundredAndThirtySeven = {
|
|
484
|
+
action: UserEventPayload137Action;
|
|
485
|
+
};
|
|
486
|
+
|
|
472
487
|
/**
|
|
473
488
|
* The payload of the event, if requested.
|
|
474
489
|
*/
|
|
@@ -1307,11 +1322,17 @@ export type EnvId2 = ClosedEnum<typeof EnvId2>;
|
|
|
1307
1322
|
|
|
1308
1323
|
export type EnvId = string | EnvId2;
|
|
1309
1324
|
|
|
1325
|
+
export type Aws = {
|
|
1326
|
+
subnetIds: Array<string>;
|
|
1327
|
+
securityGroupId: string;
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1310
1330
|
export type OldConnectConfigurations = {
|
|
1311
1331
|
envId: string | EnvId2;
|
|
1312
1332
|
connectConfigurationId: string;
|
|
1313
1333
|
passive: boolean;
|
|
1314
1334
|
buildsEnabled: boolean;
|
|
1335
|
+
aws?: Aws | undefined;
|
|
1315
1336
|
createdAt: number;
|
|
1316
1337
|
updatedAt: number;
|
|
1317
1338
|
};
|
|
@@ -1324,11 +1345,17 @@ export type UserEventEnvId2 = ClosedEnum<typeof UserEventEnvId2>;
|
|
|
1324
1345
|
|
|
1325
1346
|
export type PayloadEnvId = string | UserEventEnvId2;
|
|
1326
1347
|
|
|
1348
|
+
export type PayloadAws = {
|
|
1349
|
+
subnetIds: Array<string>;
|
|
1350
|
+
securityGroupId: string;
|
|
1351
|
+
};
|
|
1352
|
+
|
|
1327
1353
|
export type NewConnectConfigurations = {
|
|
1328
1354
|
envId: string | UserEventEnvId2;
|
|
1329
1355
|
connectConfigurationId: string;
|
|
1330
1356
|
passive: boolean;
|
|
1331
1357
|
buildsEnabled: boolean;
|
|
1358
|
+
aws?: PayloadAws | undefined;
|
|
1332
1359
|
createdAt: number;
|
|
1333
1360
|
updatedAt: number;
|
|
1334
1361
|
};
|
|
@@ -2910,15 +2937,15 @@ export type PayloadFeatureBlocks = {
|
|
|
2910
2937
|
redis?: Redis | undefined;
|
|
2911
2938
|
};
|
|
2912
2939
|
|
|
2913
|
-
export const
|
|
2940
|
+
export const Version = {
|
|
2914
2941
|
Northstar: "northstar",
|
|
2915
2942
|
} as const;
|
|
2916
|
-
export type
|
|
2943
|
+
export type Version = ClosedEnum<typeof Version>;
|
|
2917
2944
|
|
|
2918
2945
|
/**
|
|
2919
2946
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
2920
2947
|
*/
|
|
2921
|
-
export type
|
|
2948
|
+
export type NorthstarMigration = {
|
|
2922
2949
|
/**
|
|
2923
2950
|
* The ID of the team we created for this user.
|
|
2924
2951
|
*/
|
|
@@ -3070,11 +3097,11 @@ export type NewOwner = {
|
|
|
3070
3097
|
*/
|
|
3071
3098
|
featureBlocks?: PayloadFeatureBlocks | undefined;
|
|
3072
3099
|
defaultTeamId?: string | undefined;
|
|
3073
|
-
version:
|
|
3100
|
+
version: Version;
|
|
3074
3101
|
/**
|
|
3075
3102
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
3076
3103
|
*/
|
|
3077
|
-
northstarMigration?:
|
|
3104
|
+
northstarMigration?: NorthstarMigration | undefined;
|
|
3078
3105
|
/**
|
|
3079
3106
|
* The salesforce opportunity ID that this user is linked to. This is used to automatically associate a team of the user's choosing with the opportunity.
|
|
3080
3107
|
*/
|
|
@@ -4209,8 +4236,9 @@ export type Payload =
|
|
|
4209
4236
|
| OneHundredAndSeventeen
|
|
4210
4237
|
| OneHundredAndNineteen
|
|
4211
4238
|
| OneHundredAndThirtyThree
|
|
4212
|
-
|
|
|
4213
|
-
|
|
|
4239
|
+
| OneHundredAndThirtySeven
|
|
4240
|
+
| OneHundredAndFortyThree
|
|
4241
|
+
| OneHundredAndFortySeven
|
|
4214
4242
|
| Four
|
|
4215
4243
|
| Fourteen
|
|
4216
4244
|
| Seventeen
|
|
@@ -4248,10 +4276,10 @@ export type Payload =
|
|
|
4248
4276
|
| OneHundredAndThirty
|
|
4249
4277
|
| OneHundredAndThirtyOne
|
|
4250
4278
|
| OneHundredAndThirtyTwo
|
|
4251
|
-
|
|
|
4252
|
-
| OneHundredAndFortyThree
|
|
4279
|
+
| OneHundredAndForty
|
|
4253
4280
|
| OneHundredAndFortyFour
|
|
4254
4281
|
| OneHundredAndFortyFive
|
|
4282
|
+
| OneHundredAndFortySix
|
|
4255
4283
|
| Five
|
|
4256
4284
|
| Eight
|
|
4257
4285
|
| Ten
|
|
@@ -4290,10 +4318,10 @@ export type Payload =
|
|
|
4290
4318
|
| OneHundredAndTwentySeven
|
|
4291
4319
|
| OneHundredAndThirtyFour
|
|
4292
4320
|
| OneHundredAndThirtySix
|
|
4293
|
-
|
|
|
4294
|
-
|
|
|
4295
|
-
| OneHundredAndFortySeven
|
|
4321
|
+
| OneHundredAndThirtyEight
|
|
4322
|
+
| OneHundredAndFortyOne
|
|
4296
4323
|
| OneHundredAndFortyEight
|
|
4324
|
+
| OneHundredAndFortyNine
|
|
4297
4325
|
| Payload2
|
|
4298
4326
|
| Six
|
|
4299
4327
|
| Eleven
|
|
@@ -4309,9 +4337,9 @@ export type Payload =
|
|
|
4309
4337
|
| OneHundredAndTwentyEight
|
|
4310
4338
|
| OneHundredAndTwentyNine
|
|
4311
4339
|
| OneHundredAndThirtyFive
|
|
4312
|
-
|
|
|
4313
|
-
|
|
|
4314
|
-
|
|
|
4340
|
+
| OneHundredAndThirtyNine
|
|
4341
|
+
| OneHundredAndFortyTwo
|
|
4342
|
+
| OneHundredAndFifty
|
|
4315
4343
|
| Thirty
|
|
4316
4344
|
| FortyTwo
|
|
4317
4345
|
| FiftyNine
|
|
@@ -4326,7 +4354,7 @@ export type Payload =
|
|
|
4326
4354
|
| OneHundredAndTwentyFour
|
|
4327
4355
|
| OneHundredAndTwentyFive
|
|
4328
4356
|
| OneHundredAndTwentySix
|
|
4329
|
-
|
|
|
4357
|
+
| OneHundredAndFiftyOne
|
|
4330
4358
|
| SixtyFour
|
|
4331
4359
|
| SixtySeven
|
|
4332
4360
|
| SeventyThree
|
|
@@ -4402,8 +4430,9 @@ export type UserEvent = {
|
|
|
4402
4430
|
| OneHundredAndSeventeen
|
|
4403
4431
|
| OneHundredAndNineteen
|
|
4404
4432
|
| OneHundredAndThirtyThree
|
|
4405
|
-
|
|
|
4406
|
-
|
|
|
4433
|
+
| OneHundredAndThirtySeven
|
|
4434
|
+
| OneHundredAndFortyThree
|
|
4435
|
+
| OneHundredAndFortySeven
|
|
4407
4436
|
| Four
|
|
4408
4437
|
| Fourteen
|
|
4409
4438
|
| Seventeen
|
|
@@ -4441,10 +4470,10 @@ export type UserEvent = {
|
|
|
4441
4470
|
| OneHundredAndThirty
|
|
4442
4471
|
| OneHundredAndThirtyOne
|
|
4443
4472
|
| OneHundredAndThirtyTwo
|
|
4444
|
-
|
|
|
4445
|
-
| OneHundredAndFortyThree
|
|
4473
|
+
| OneHundredAndForty
|
|
4446
4474
|
| OneHundredAndFortyFour
|
|
4447
4475
|
| OneHundredAndFortyFive
|
|
4476
|
+
| OneHundredAndFortySix
|
|
4448
4477
|
| Five
|
|
4449
4478
|
| Eight
|
|
4450
4479
|
| Ten
|
|
@@ -4483,10 +4512,10 @@ export type UserEvent = {
|
|
|
4483
4512
|
| OneHundredAndTwentySeven
|
|
4484
4513
|
| OneHundredAndThirtyFour
|
|
4485
4514
|
| OneHundredAndThirtySix
|
|
4486
|
-
|
|
|
4487
|
-
|
|
|
4488
|
-
| OneHundredAndFortySeven
|
|
4515
|
+
| OneHundredAndThirtyEight
|
|
4516
|
+
| OneHundredAndFortyOne
|
|
4489
4517
|
| OneHundredAndFortyEight
|
|
4518
|
+
| OneHundredAndFortyNine
|
|
4490
4519
|
| Payload2
|
|
4491
4520
|
| Six
|
|
4492
4521
|
| Eleven
|
|
@@ -4502,9 +4531,9 @@ export type UserEvent = {
|
|
|
4502
4531
|
| OneHundredAndTwentyEight
|
|
4503
4532
|
| OneHundredAndTwentyNine
|
|
4504
4533
|
| OneHundredAndThirtyFive
|
|
4505
|
-
|
|
|
4506
|
-
|
|
|
4507
|
-
|
|
|
4534
|
+
| OneHundredAndThirtyNine
|
|
4535
|
+
| OneHundredAndFortyTwo
|
|
4536
|
+
| OneHundredAndFifty
|
|
4508
4537
|
| Thirty
|
|
4509
4538
|
| FortyTwo
|
|
4510
4539
|
| FiftyNine
|
|
@@ -4519,7 +4548,7 @@ export type UserEvent = {
|
|
|
4519
4548
|
| OneHundredAndTwentyFour
|
|
4520
4549
|
| OneHundredAndTwentyFive
|
|
4521
4550
|
| OneHundredAndTwentySix
|
|
4522
|
-
|
|
|
4551
|
+
| OneHundredAndFiftyOne
|
|
4523
4552
|
| SixtyFour
|
|
4524
4553
|
| SixtySeven
|
|
4525
4554
|
| SeventyThree
|
|
@@ -5094,8 +5123,8 @@ export namespace AuthMethod$ {
|
|
|
5094
5123
|
}
|
|
5095
5124
|
|
|
5096
5125
|
/** @internal */
|
|
5097
|
-
export const
|
|
5098
|
-
|
|
5126
|
+
export const OneHundredAndFiftyOne$inboundSchema: z.ZodType<
|
|
5127
|
+
OneHundredAndFiftyOne,
|
|
5099
5128
|
z.ZodTypeDef,
|
|
5100
5129
|
unknown
|
|
5101
5130
|
> = z.object({
|
|
@@ -5108,7 +5137,7 @@ export const OneHundredAndFifty$inboundSchema: z.ZodType<
|
|
|
5108
5137
|
});
|
|
5109
5138
|
|
|
5110
5139
|
/** @internal */
|
|
5111
|
-
export type
|
|
5140
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
5112
5141
|
grantType: string;
|
|
5113
5142
|
appName: string;
|
|
5114
5143
|
atTTL: number;
|
|
@@ -5118,10 +5147,10 @@ export type OneHundredAndFifty$Outbound = {
|
|
|
5118
5147
|
};
|
|
5119
5148
|
|
|
5120
5149
|
/** @internal */
|
|
5121
|
-
export const
|
|
5122
|
-
|
|
5150
|
+
export const OneHundredAndFiftyOne$outboundSchema: z.ZodType<
|
|
5151
|
+
OneHundredAndFiftyOne$Outbound,
|
|
5123
5152
|
z.ZodTypeDef,
|
|
5124
|
-
|
|
5153
|
+
OneHundredAndFiftyOne
|
|
5125
5154
|
> = z.object({
|
|
5126
5155
|
grantType: GrantType$outboundSchema,
|
|
5127
5156
|
appName: z.string(),
|
|
@@ -5135,36 +5164,36 @@ export const OneHundredAndFifty$outboundSchema: z.ZodType<
|
|
|
5135
5164
|
* @internal
|
|
5136
5165
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5137
5166
|
*/
|
|
5138
|
-
export namespace
|
|
5139
|
-
/** @deprecated use `
|
|
5140
|
-
export const inboundSchema =
|
|
5141
|
-
/** @deprecated use `
|
|
5142
|
-
export const outboundSchema =
|
|
5143
|
-
/** @deprecated use `
|
|
5144
|
-
export type Outbound =
|
|
5167
|
+
export namespace OneHundredAndFiftyOne$ {
|
|
5168
|
+
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
5169
|
+
export const inboundSchema = OneHundredAndFiftyOne$inboundSchema;
|
|
5170
|
+
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
5171
|
+
export const outboundSchema = OneHundredAndFiftyOne$outboundSchema;
|
|
5172
|
+
/** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
|
|
5173
|
+
export type Outbound = OneHundredAndFiftyOne$Outbound;
|
|
5145
5174
|
}
|
|
5146
5175
|
|
|
5147
|
-
export function
|
|
5148
|
-
|
|
5176
|
+
export function oneHundredAndFiftyOneToJSON(
|
|
5177
|
+
oneHundredAndFiftyOne: OneHundredAndFiftyOne,
|
|
5149
5178
|
): string {
|
|
5150
5179
|
return JSON.stringify(
|
|
5151
|
-
|
|
5180
|
+
OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne),
|
|
5152
5181
|
);
|
|
5153
5182
|
}
|
|
5154
5183
|
|
|
5155
|
-
export function
|
|
5184
|
+
export function oneHundredAndFiftyOneFromJSON(
|
|
5156
5185
|
jsonString: string,
|
|
5157
|
-
): SafeParseResult<
|
|
5186
|
+
): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError> {
|
|
5158
5187
|
return safeParse(
|
|
5159
5188
|
jsonString,
|
|
5160
|
-
(x) =>
|
|
5161
|
-
`Failed to parse '
|
|
5189
|
+
(x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)),
|
|
5190
|
+
`Failed to parse 'OneHundredAndFiftyOne' from JSON`,
|
|
5162
5191
|
);
|
|
5163
5192
|
}
|
|
5164
5193
|
|
|
5165
5194
|
/** @internal */
|
|
5166
|
-
export const
|
|
5167
|
-
|
|
5195
|
+
export const UserEventPayload150Team$inboundSchema: z.ZodType<
|
|
5196
|
+
UserEventPayload150Team,
|
|
5168
5197
|
z.ZodTypeDef,
|
|
5169
5198
|
unknown
|
|
5170
5199
|
> = z.object({
|
|
@@ -5173,16 +5202,16 @@ export const UserEventPayload149Team$inboundSchema: z.ZodType<
|
|
|
5173
5202
|
});
|
|
5174
5203
|
|
|
5175
5204
|
/** @internal */
|
|
5176
|
-
export type
|
|
5205
|
+
export type UserEventPayload150Team$Outbound = {
|
|
5177
5206
|
id: string;
|
|
5178
5207
|
name: string;
|
|
5179
5208
|
};
|
|
5180
5209
|
|
|
5181
5210
|
/** @internal */
|
|
5182
|
-
export const
|
|
5183
|
-
|
|
5211
|
+
export const UserEventPayload150Team$outboundSchema: z.ZodType<
|
|
5212
|
+
UserEventPayload150Team$Outbound,
|
|
5184
5213
|
z.ZodTypeDef,
|
|
5185
|
-
|
|
5214
|
+
UserEventPayload150Team
|
|
5186
5215
|
> = z.object({
|
|
5187
5216
|
id: z.string(),
|
|
5188
5217
|
name: z.string(),
|
|
@@ -5192,36 +5221,36 @@ export const UserEventPayload149Team$outboundSchema: z.ZodType<
|
|
|
5192
5221
|
* @internal
|
|
5193
5222
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5194
5223
|
*/
|
|
5195
|
-
export namespace
|
|
5196
|
-
/** @deprecated use `
|
|
5197
|
-
export const inboundSchema =
|
|
5198
|
-
/** @deprecated use `
|
|
5199
|
-
export const outboundSchema =
|
|
5200
|
-
/** @deprecated use `
|
|
5201
|
-
export type Outbound =
|
|
5224
|
+
export namespace UserEventPayload150Team$ {
|
|
5225
|
+
/** @deprecated use `UserEventPayload150Team$inboundSchema` instead. */
|
|
5226
|
+
export const inboundSchema = UserEventPayload150Team$inboundSchema;
|
|
5227
|
+
/** @deprecated use `UserEventPayload150Team$outboundSchema` instead. */
|
|
5228
|
+
export const outboundSchema = UserEventPayload150Team$outboundSchema;
|
|
5229
|
+
/** @deprecated use `UserEventPayload150Team$Outbound` instead. */
|
|
5230
|
+
export type Outbound = UserEventPayload150Team$Outbound;
|
|
5202
5231
|
}
|
|
5203
5232
|
|
|
5204
|
-
export function
|
|
5205
|
-
|
|
5233
|
+
export function userEventPayload150TeamToJSON(
|
|
5234
|
+
userEventPayload150Team: UserEventPayload150Team,
|
|
5206
5235
|
): string {
|
|
5207
5236
|
return JSON.stringify(
|
|
5208
|
-
|
|
5237
|
+
UserEventPayload150Team$outboundSchema.parse(userEventPayload150Team),
|
|
5209
5238
|
);
|
|
5210
5239
|
}
|
|
5211
5240
|
|
|
5212
|
-
export function
|
|
5241
|
+
export function userEventPayload150TeamFromJSON(
|
|
5213
5242
|
jsonString: string,
|
|
5214
|
-
): SafeParseResult<
|
|
5243
|
+
): SafeParseResult<UserEventPayload150Team, SDKValidationError> {
|
|
5215
5244
|
return safeParse(
|
|
5216
5245
|
jsonString,
|
|
5217
|
-
(x) =>
|
|
5218
|
-
`Failed to parse '
|
|
5246
|
+
(x) => UserEventPayload150Team$inboundSchema.parse(JSON.parse(x)),
|
|
5247
|
+
`Failed to parse 'UserEventPayload150Team' from JSON`,
|
|
5219
5248
|
);
|
|
5220
5249
|
}
|
|
5221
5250
|
|
|
5222
5251
|
/** @internal */
|
|
5223
|
-
export const
|
|
5224
|
-
|
|
5252
|
+
export const UserEventPayload150Configuration$inboundSchema: z.ZodType<
|
|
5253
|
+
UserEventPayload150Configuration,
|
|
5225
5254
|
z.ZodTypeDef,
|
|
5226
5255
|
unknown
|
|
5227
5256
|
> = z.object({
|
|
@@ -5230,16 +5259,16 @@ export const UserEventPayload149Configuration$inboundSchema: z.ZodType<
|
|
|
5230
5259
|
});
|
|
5231
5260
|
|
|
5232
5261
|
/** @internal */
|
|
5233
|
-
export type
|
|
5262
|
+
export type UserEventPayload150Configuration$Outbound = {
|
|
5234
5263
|
id: string;
|
|
5235
5264
|
name?: string | undefined;
|
|
5236
5265
|
};
|
|
5237
5266
|
|
|
5238
5267
|
/** @internal */
|
|
5239
|
-
export const
|
|
5240
|
-
|
|
5268
|
+
export const UserEventPayload150Configuration$outboundSchema: z.ZodType<
|
|
5269
|
+
UserEventPayload150Configuration$Outbound,
|
|
5241
5270
|
z.ZodTypeDef,
|
|
5242
|
-
|
|
5271
|
+
UserEventPayload150Configuration
|
|
5243
5272
|
> = z.object({
|
|
5244
5273
|
id: z.string(),
|
|
5245
5274
|
name: z.string().optional(),
|
|
@@ -5249,32 +5278,32 @@ export const UserEventPayload149Configuration$outboundSchema: z.ZodType<
|
|
|
5249
5278
|
* @internal
|
|
5250
5279
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5251
5280
|
*/
|
|
5252
|
-
export namespace
|
|
5253
|
-
/** @deprecated use `
|
|
5254
|
-
export const inboundSchema =
|
|
5255
|
-
/** @deprecated use `
|
|
5256
|
-
export const outboundSchema =
|
|
5257
|
-
/** @deprecated use `
|
|
5258
|
-
export type Outbound =
|
|
5281
|
+
export namespace UserEventPayload150Configuration$ {
|
|
5282
|
+
/** @deprecated use `UserEventPayload150Configuration$inboundSchema` instead. */
|
|
5283
|
+
export const inboundSchema = UserEventPayload150Configuration$inboundSchema;
|
|
5284
|
+
/** @deprecated use `UserEventPayload150Configuration$outboundSchema` instead. */
|
|
5285
|
+
export const outboundSchema = UserEventPayload150Configuration$outboundSchema;
|
|
5286
|
+
/** @deprecated use `UserEventPayload150Configuration$Outbound` instead. */
|
|
5287
|
+
export type Outbound = UserEventPayload150Configuration$Outbound;
|
|
5259
5288
|
}
|
|
5260
5289
|
|
|
5261
|
-
export function
|
|
5262
|
-
|
|
5290
|
+
export function userEventPayload150ConfigurationToJSON(
|
|
5291
|
+
userEventPayload150Configuration: UserEventPayload150Configuration,
|
|
5263
5292
|
): string {
|
|
5264
5293
|
return JSON.stringify(
|
|
5265
|
-
|
|
5266
|
-
|
|
5294
|
+
UserEventPayload150Configuration$outboundSchema.parse(
|
|
5295
|
+
userEventPayload150Configuration,
|
|
5267
5296
|
),
|
|
5268
5297
|
);
|
|
5269
5298
|
}
|
|
5270
5299
|
|
|
5271
|
-
export function
|
|
5300
|
+
export function userEventPayload150ConfigurationFromJSON(
|
|
5272
5301
|
jsonString: string,
|
|
5273
|
-
): SafeParseResult<
|
|
5302
|
+
): SafeParseResult<UserEventPayload150Configuration, SDKValidationError> {
|
|
5274
5303
|
return safeParse(
|
|
5275
5304
|
jsonString,
|
|
5276
|
-
(x) =>
|
|
5277
|
-
`Failed to parse '
|
|
5305
|
+
(x) => UserEventPayload150Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5306
|
+
`Failed to parse 'UserEventPayload150Configuration' from JSON`,
|
|
5278
5307
|
);
|
|
5279
5308
|
}
|
|
5280
5309
|
|
|
@@ -5336,33 +5365,33 @@ export function userEventPayloadPeeringFromJSON(
|
|
|
5336
5365
|
}
|
|
5337
5366
|
|
|
5338
5367
|
/** @internal */
|
|
5339
|
-
export const
|
|
5340
|
-
|
|
5368
|
+
export const OneHundredAndFifty$inboundSchema: z.ZodType<
|
|
5369
|
+
OneHundredAndFifty,
|
|
5341
5370
|
z.ZodTypeDef,
|
|
5342
5371
|
unknown
|
|
5343
5372
|
> = z.object({
|
|
5344
|
-
team: z.lazy(() =>
|
|
5345
|
-
configuration: z.lazy(() =>
|
|
5373
|
+
team: z.lazy(() => UserEventPayload150Team$inboundSchema),
|
|
5374
|
+
configuration: z.lazy(() => UserEventPayload150Configuration$inboundSchema),
|
|
5346
5375
|
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
5347
5376
|
newName: z.string().optional(),
|
|
5348
5377
|
});
|
|
5349
5378
|
|
|
5350
5379
|
/** @internal */
|
|
5351
|
-
export type
|
|
5352
|
-
team:
|
|
5353
|
-
configuration:
|
|
5380
|
+
export type OneHundredAndFifty$Outbound = {
|
|
5381
|
+
team: UserEventPayload150Team$Outbound;
|
|
5382
|
+
configuration: UserEventPayload150Configuration$Outbound;
|
|
5354
5383
|
peering: UserEventPayloadPeering$Outbound;
|
|
5355
5384
|
newName?: string | undefined;
|
|
5356
5385
|
};
|
|
5357
5386
|
|
|
5358
5387
|
/** @internal */
|
|
5359
|
-
export const
|
|
5360
|
-
|
|
5388
|
+
export const OneHundredAndFifty$outboundSchema: z.ZodType<
|
|
5389
|
+
OneHundredAndFifty$Outbound,
|
|
5361
5390
|
z.ZodTypeDef,
|
|
5362
|
-
|
|
5391
|
+
OneHundredAndFifty
|
|
5363
5392
|
> = z.object({
|
|
5364
|
-
team: z.lazy(() =>
|
|
5365
|
-
configuration: z.lazy(() =>
|
|
5393
|
+
team: z.lazy(() => UserEventPayload150Team$outboundSchema),
|
|
5394
|
+
configuration: z.lazy(() => UserEventPayload150Configuration$outboundSchema),
|
|
5366
5395
|
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
5367
5396
|
newName: z.string().optional(),
|
|
5368
5397
|
});
|
|
@@ -5371,36 +5400,36 @@ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
|
|
|
5371
5400
|
* @internal
|
|
5372
5401
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5373
5402
|
*/
|
|
5374
|
-
export namespace
|
|
5375
|
-
/** @deprecated use `
|
|
5376
|
-
export const inboundSchema =
|
|
5377
|
-
/** @deprecated use `
|
|
5378
|
-
export const outboundSchema =
|
|
5379
|
-
/** @deprecated use `
|
|
5380
|
-
export type Outbound =
|
|
5403
|
+
export namespace OneHundredAndFifty$ {
|
|
5404
|
+
/** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
|
|
5405
|
+
export const inboundSchema = OneHundredAndFifty$inboundSchema;
|
|
5406
|
+
/** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
|
|
5407
|
+
export const outboundSchema = OneHundredAndFifty$outboundSchema;
|
|
5408
|
+
/** @deprecated use `OneHundredAndFifty$Outbound` instead. */
|
|
5409
|
+
export type Outbound = OneHundredAndFifty$Outbound;
|
|
5381
5410
|
}
|
|
5382
5411
|
|
|
5383
|
-
export function
|
|
5384
|
-
|
|
5412
|
+
export function oneHundredAndFiftyToJSON(
|
|
5413
|
+
oneHundredAndFifty: OneHundredAndFifty,
|
|
5385
5414
|
): string {
|
|
5386
5415
|
return JSON.stringify(
|
|
5387
|
-
|
|
5416
|
+
OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
|
|
5388
5417
|
);
|
|
5389
5418
|
}
|
|
5390
5419
|
|
|
5391
|
-
export function
|
|
5420
|
+
export function oneHundredAndFiftyFromJSON(
|
|
5392
5421
|
jsonString: string,
|
|
5393
|
-
): SafeParseResult<
|
|
5422
|
+
): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
|
|
5394
5423
|
return safeParse(
|
|
5395
5424
|
jsonString,
|
|
5396
|
-
(x) =>
|
|
5397
|
-
`Failed to parse '
|
|
5425
|
+
(x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
|
|
5426
|
+
`Failed to parse 'OneHundredAndFifty' from JSON`,
|
|
5398
5427
|
);
|
|
5399
5428
|
}
|
|
5400
5429
|
|
|
5401
5430
|
/** @internal */
|
|
5402
|
-
export const
|
|
5403
|
-
|
|
5431
|
+
export const UserEventPayload149Team$inboundSchema: z.ZodType<
|
|
5432
|
+
UserEventPayload149Team,
|
|
5404
5433
|
z.ZodTypeDef,
|
|
5405
5434
|
unknown
|
|
5406
5435
|
> = z.object({
|
|
@@ -5409,16 +5438,16 @@ export const UserEventPayload148Team$inboundSchema: z.ZodType<
|
|
|
5409
5438
|
});
|
|
5410
5439
|
|
|
5411
5440
|
/** @internal */
|
|
5412
|
-
export type
|
|
5441
|
+
export type UserEventPayload149Team$Outbound = {
|
|
5413
5442
|
id: string;
|
|
5414
5443
|
name: string;
|
|
5415
5444
|
};
|
|
5416
5445
|
|
|
5417
5446
|
/** @internal */
|
|
5418
|
-
export const
|
|
5419
|
-
|
|
5447
|
+
export const UserEventPayload149Team$outboundSchema: z.ZodType<
|
|
5448
|
+
UserEventPayload149Team$Outbound,
|
|
5420
5449
|
z.ZodTypeDef,
|
|
5421
|
-
|
|
5450
|
+
UserEventPayload149Team
|
|
5422
5451
|
> = z.object({
|
|
5423
5452
|
id: z.string(),
|
|
5424
5453
|
name: z.string(),
|
|
@@ -5428,36 +5457,36 @@ export const UserEventPayload148Team$outboundSchema: z.ZodType<
|
|
|
5428
5457
|
* @internal
|
|
5429
5458
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5430
5459
|
*/
|
|
5431
|
-
export namespace
|
|
5432
|
-
/** @deprecated use `
|
|
5433
|
-
export const inboundSchema =
|
|
5434
|
-
/** @deprecated use `
|
|
5435
|
-
export const outboundSchema =
|
|
5436
|
-
/** @deprecated use `
|
|
5437
|
-
export type Outbound =
|
|
5460
|
+
export namespace UserEventPayload149Team$ {
|
|
5461
|
+
/** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
|
|
5462
|
+
export const inboundSchema = UserEventPayload149Team$inboundSchema;
|
|
5463
|
+
/** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
|
|
5464
|
+
export const outboundSchema = UserEventPayload149Team$outboundSchema;
|
|
5465
|
+
/** @deprecated use `UserEventPayload149Team$Outbound` instead. */
|
|
5466
|
+
export type Outbound = UserEventPayload149Team$Outbound;
|
|
5438
5467
|
}
|
|
5439
5468
|
|
|
5440
|
-
export function
|
|
5441
|
-
|
|
5469
|
+
export function userEventPayload149TeamToJSON(
|
|
5470
|
+
userEventPayload149Team: UserEventPayload149Team,
|
|
5442
5471
|
): string {
|
|
5443
5472
|
return JSON.stringify(
|
|
5444
|
-
|
|
5473
|
+
UserEventPayload149Team$outboundSchema.parse(userEventPayload149Team),
|
|
5445
5474
|
);
|
|
5446
5475
|
}
|
|
5447
5476
|
|
|
5448
|
-
export function
|
|
5477
|
+
export function userEventPayload149TeamFromJSON(
|
|
5449
5478
|
jsonString: string,
|
|
5450
|
-
): SafeParseResult<
|
|
5479
|
+
): SafeParseResult<UserEventPayload149Team, SDKValidationError> {
|
|
5451
5480
|
return safeParse(
|
|
5452
5481
|
jsonString,
|
|
5453
|
-
(x) =>
|
|
5454
|
-
`Failed to parse '
|
|
5482
|
+
(x) => UserEventPayload149Team$inboundSchema.parse(JSON.parse(x)),
|
|
5483
|
+
`Failed to parse 'UserEventPayload149Team' from JSON`,
|
|
5455
5484
|
);
|
|
5456
5485
|
}
|
|
5457
5486
|
|
|
5458
5487
|
/** @internal */
|
|
5459
|
-
export const
|
|
5460
|
-
|
|
5488
|
+
export const UserEventPayload149Configuration$inboundSchema: z.ZodType<
|
|
5489
|
+
UserEventPayload149Configuration,
|
|
5461
5490
|
z.ZodTypeDef,
|
|
5462
5491
|
unknown
|
|
5463
5492
|
> = z.object({
|
|
@@ -5466,16 +5495,16 @@ export const UserEventPayload148Configuration$inboundSchema: z.ZodType<
|
|
|
5466
5495
|
});
|
|
5467
5496
|
|
|
5468
5497
|
/** @internal */
|
|
5469
|
-
export type
|
|
5498
|
+
export type UserEventPayload149Configuration$Outbound = {
|
|
5470
5499
|
id: string;
|
|
5471
5500
|
name?: string | undefined;
|
|
5472
5501
|
};
|
|
5473
5502
|
|
|
5474
5503
|
/** @internal */
|
|
5475
|
-
export const
|
|
5476
|
-
|
|
5504
|
+
export const UserEventPayload149Configuration$outboundSchema: z.ZodType<
|
|
5505
|
+
UserEventPayload149Configuration$Outbound,
|
|
5477
5506
|
z.ZodTypeDef,
|
|
5478
|
-
|
|
5507
|
+
UserEventPayload149Configuration
|
|
5479
5508
|
> = z.object({
|
|
5480
5509
|
id: z.string(),
|
|
5481
5510
|
name: z.string().optional(),
|
|
@@ -5485,32 +5514,32 @@ export const UserEventPayload148Configuration$outboundSchema: z.ZodType<
|
|
|
5485
5514
|
* @internal
|
|
5486
5515
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5487
5516
|
*/
|
|
5488
|
-
export namespace
|
|
5489
|
-
/** @deprecated use `
|
|
5490
|
-
export const inboundSchema =
|
|
5491
|
-
/** @deprecated use `
|
|
5492
|
-
export const outboundSchema =
|
|
5493
|
-
/** @deprecated use `
|
|
5494
|
-
export type Outbound =
|
|
5517
|
+
export namespace UserEventPayload149Configuration$ {
|
|
5518
|
+
/** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
|
|
5519
|
+
export const inboundSchema = UserEventPayload149Configuration$inboundSchema;
|
|
5520
|
+
/** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
|
|
5521
|
+
export const outboundSchema = UserEventPayload149Configuration$outboundSchema;
|
|
5522
|
+
/** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
|
|
5523
|
+
export type Outbound = UserEventPayload149Configuration$Outbound;
|
|
5495
5524
|
}
|
|
5496
5525
|
|
|
5497
|
-
export function
|
|
5498
|
-
|
|
5526
|
+
export function userEventPayload149ConfigurationToJSON(
|
|
5527
|
+
userEventPayload149Configuration: UserEventPayload149Configuration,
|
|
5499
5528
|
): string {
|
|
5500
5529
|
return JSON.stringify(
|
|
5501
|
-
|
|
5502
|
-
|
|
5530
|
+
UserEventPayload149Configuration$outboundSchema.parse(
|
|
5531
|
+
userEventPayload149Configuration,
|
|
5503
5532
|
),
|
|
5504
5533
|
);
|
|
5505
5534
|
}
|
|
5506
5535
|
|
|
5507
|
-
export function
|
|
5536
|
+
export function userEventPayload149ConfigurationFromJSON(
|
|
5508
5537
|
jsonString: string,
|
|
5509
|
-
): SafeParseResult<
|
|
5538
|
+
): SafeParseResult<UserEventPayload149Configuration, SDKValidationError> {
|
|
5510
5539
|
return safeParse(
|
|
5511
5540
|
jsonString,
|
|
5512
|
-
(x) =>
|
|
5513
|
-
`Failed to parse '
|
|
5541
|
+
(x) => UserEventPayload149Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5542
|
+
`Failed to parse 'UserEventPayload149Configuration' from JSON`,
|
|
5514
5543
|
);
|
|
5515
5544
|
}
|
|
5516
5545
|
|
|
@@ -5568,31 +5597,31 @@ export function payloadPeeringFromJSON(
|
|
|
5568
5597
|
}
|
|
5569
5598
|
|
|
5570
5599
|
/** @internal */
|
|
5571
|
-
export const
|
|
5572
|
-
|
|
5600
|
+
export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
|
|
5601
|
+
OneHundredAndFortyNine,
|
|
5573
5602
|
z.ZodTypeDef,
|
|
5574
5603
|
unknown
|
|
5575
5604
|
> = z.object({
|
|
5576
|
-
team: z.lazy(() =>
|
|
5577
|
-
configuration: z.lazy(() =>
|
|
5605
|
+
team: z.lazy(() => UserEventPayload149Team$inboundSchema),
|
|
5606
|
+
configuration: z.lazy(() => UserEventPayload149Configuration$inboundSchema),
|
|
5578
5607
|
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
5579
5608
|
});
|
|
5580
5609
|
|
|
5581
5610
|
/** @internal */
|
|
5582
|
-
export type
|
|
5583
|
-
team:
|
|
5584
|
-
configuration:
|
|
5611
|
+
export type OneHundredAndFortyNine$Outbound = {
|
|
5612
|
+
team: UserEventPayload149Team$Outbound;
|
|
5613
|
+
configuration: UserEventPayload149Configuration$Outbound;
|
|
5585
5614
|
peering: PayloadPeering$Outbound;
|
|
5586
5615
|
};
|
|
5587
5616
|
|
|
5588
5617
|
/** @internal */
|
|
5589
|
-
export const
|
|
5590
|
-
|
|
5618
|
+
export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
|
|
5619
|
+
OneHundredAndFortyNine$Outbound,
|
|
5591
5620
|
z.ZodTypeDef,
|
|
5592
|
-
|
|
5621
|
+
OneHundredAndFortyNine
|
|
5593
5622
|
> = z.object({
|
|
5594
|
-
team: z.lazy(() =>
|
|
5595
|
-
configuration: z.lazy(() =>
|
|
5623
|
+
team: z.lazy(() => UserEventPayload149Team$outboundSchema),
|
|
5624
|
+
configuration: z.lazy(() => UserEventPayload149Configuration$outboundSchema),
|
|
5596
5625
|
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
5597
5626
|
});
|
|
5598
5627
|
|
|
@@ -5600,36 +5629,36 @@ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
|
|
|
5600
5629
|
* @internal
|
|
5601
5630
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5602
5631
|
*/
|
|
5603
|
-
export namespace
|
|
5604
|
-
/** @deprecated use `
|
|
5605
|
-
export const inboundSchema =
|
|
5606
|
-
/** @deprecated use `
|
|
5607
|
-
export const outboundSchema =
|
|
5608
|
-
/** @deprecated use `
|
|
5609
|
-
export type Outbound =
|
|
5632
|
+
export namespace OneHundredAndFortyNine$ {
|
|
5633
|
+
/** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
|
|
5634
|
+
export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
|
|
5635
|
+
/** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
|
|
5636
|
+
export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
|
|
5637
|
+
/** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
|
|
5638
|
+
export type Outbound = OneHundredAndFortyNine$Outbound;
|
|
5610
5639
|
}
|
|
5611
5640
|
|
|
5612
|
-
export function
|
|
5613
|
-
|
|
5641
|
+
export function oneHundredAndFortyNineToJSON(
|
|
5642
|
+
oneHundredAndFortyNine: OneHundredAndFortyNine,
|
|
5614
5643
|
): string {
|
|
5615
5644
|
return JSON.stringify(
|
|
5616
|
-
|
|
5645
|
+
OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
|
|
5617
5646
|
);
|
|
5618
5647
|
}
|
|
5619
5648
|
|
|
5620
|
-
export function
|
|
5649
|
+
export function oneHundredAndFortyNineFromJSON(
|
|
5621
5650
|
jsonString: string,
|
|
5622
|
-
): SafeParseResult<
|
|
5651
|
+
): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
|
|
5623
5652
|
return safeParse(
|
|
5624
5653
|
jsonString,
|
|
5625
|
-
(x) =>
|
|
5626
|
-
`Failed to parse '
|
|
5654
|
+
(x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
|
|
5655
|
+
`Failed to parse 'OneHundredAndFortyNine' from JSON`,
|
|
5627
5656
|
);
|
|
5628
5657
|
}
|
|
5629
5658
|
|
|
5630
5659
|
/** @internal */
|
|
5631
|
-
export const
|
|
5632
|
-
|
|
5660
|
+
export const UserEventPayload148Team$inboundSchema: z.ZodType<
|
|
5661
|
+
UserEventPayload148Team,
|
|
5633
5662
|
z.ZodTypeDef,
|
|
5634
5663
|
unknown
|
|
5635
5664
|
> = z.object({
|
|
@@ -5638,16 +5667,16 @@ export const UserEventPayload147Team$inboundSchema: z.ZodType<
|
|
|
5638
5667
|
});
|
|
5639
5668
|
|
|
5640
5669
|
/** @internal */
|
|
5641
|
-
export type
|
|
5670
|
+
export type UserEventPayload148Team$Outbound = {
|
|
5642
5671
|
id: string;
|
|
5643
5672
|
name: string;
|
|
5644
5673
|
};
|
|
5645
5674
|
|
|
5646
5675
|
/** @internal */
|
|
5647
|
-
export const
|
|
5648
|
-
|
|
5676
|
+
export const UserEventPayload148Team$outboundSchema: z.ZodType<
|
|
5677
|
+
UserEventPayload148Team$Outbound,
|
|
5649
5678
|
z.ZodTypeDef,
|
|
5650
|
-
|
|
5679
|
+
UserEventPayload148Team
|
|
5651
5680
|
> = z.object({
|
|
5652
5681
|
id: z.string(),
|
|
5653
5682
|
name: z.string(),
|
|
@@ -5657,36 +5686,36 @@ export const UserEventPayload147Team$outboundSchema: z.ZodType<
|
|
|
5657
5686
|
* @internal
|
|
5658
5687
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5659
5688
|
*/
|
|
5660
|
-
export namespace
|
|
5661
|
-
/** @deprecated use `
|
|
5662
|
-
export const inboundSchema =
|
|
5663
|
-
/** @deprecated use `
|
|
5664
|
-
export const outboundSchema =
|
|
5665
|
-
/** @deprecated use `
|
|
5666
|
-
export type Outbound =
|
|
5689
|
+
export namespace UserEventPayload148Team$ {
|
|
5690
|
+
/** @deprecated use `UserEventPayload148Team$inboundSchema` instead. */
|
|
5691
|
+
export const inboundSchema = UserEventPayload148Team$inboundSchema;
|
|
5692
|
+
/** @deprecated use `UserEventPayload148Team$outboundSchema` instead. */
|
|
5693
|
+
export const outboundSchema = UserEventPayload148Team$outboundSchema;
|
|
5694
|
+
/** @deprecated use `UserEventPayload148Team$Outbound` instead. */
|
|
5695
|
+
export type Outbound = UserEventPayload148Team$Outbound;
|
|
5667
5696
|
}
|
|
5668
5697
|
|
|
5669
|
-
export function
|
|
5670
|
-
|
|
5698
|
+
export function userEventPayload148TeamToJSON(
|
|
5699
|
+
userEventPayload148Team: UserEventPayload148Team,
|
|
5671
5700
|
): string {
|
|
5672
5701
|
return JSON.stringify(
|
|
5673
|
-
|
|
5702
|
+
UserEventPayload148Team$outboundSchema.parse(userEventPayload148Team),
|
|
5674
5703
|
);
|
|
5675
5704
|
}
|
|
5676
5705
|
|
|
5677
|
-
export function
|
|
5706
|
+
export function userEventPayload148TeamFromJSON(
|
|
5678
5707
|
jsonString: string,
|
|
5679
|
-
): SafeParseResult<
|
|
5708
|
+
): SafeParseResult<UserEventPayload148Team, SDKValidationError> {
|
|
5680
5709
|
return safeParse(
|
|
5681
5710
|
jsonString,
|
|
5682
|
-
(x) =>
|
|
5683
|
-
`Failed to parse '
|
|
5711
|
+
(x) => UserEventPayload148Team$inboundSchema.parse(JSON.parse(x)),
|
|
5712
|
+
`Failed to parse 'UserEventPayload148Team' from JSON`,
|
|
5684
5713
|
);
|
|
5685
5714
|
}
|
|
5686
5715
|
|
|
5687
5716
|
/** @internal */
|
|
5688
|
-
export const
|
|
5689
|
-
|
|
5717
|
+
export const UserEventPayload148Configuration$inboundSchema: z.ZodType<
|
|
5718
|
+
UserEventPayload148Configuration,
|
|
5690
5719
|
z.ZodTypeDef,
|
|
5691
5720
|
unknown
|
|
5692
5721
|
> = z.object({
|
|
@@ -5695,16 +5724,16 @@ export const UserEventPayload147Configuration$inboundSchema: z.ZodType<
|
|
|
5695
5724
|
});
|
|
5696
5725
|
|
|
5697
5726
|
/** @internal */
|
|
5698
|
-
export type
|
|
5727
|
+
export type UserEventPayload148Configuration$Outbound = {
|
|
5699
5728
|
id: string;
|
|
5700
5729
|
name?: string | undefined;
|
|
5701
5730
|
};
|
|
5702
5731
|
|
|
5703
5732
|
/** @internal */
|
|
5704
|
-
export const
|
|
5705
|
-
|
|
5733
|
+
export const UserEventPayload148Configuration$outboundSchema: z.ZodType<
|
|
5734
|
+
UserEventPayload148Configuration$Outbound,
|
|
5706
5735
|
z.ZodTypeDef,
|
|
5707
|
-
|
|
5736
|
+
UserEventPayload148Configuration
|
|
5708
5737
|
> = z.object({
|
|
5709
5738
|
id: z.string(),
|
|
5710
5739
|
name: z.string().optional(),
|
|
@@ -5714,32 +5743,32 @@ export const UserEventPayload147Configuration$outboundSchema: z.ZodType<
|
|
|
5714
5743
|
* @internal
|
|
5715
5744
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5716
5745
|
*/
|
|
5717
|
-
export namespace
|
|
5718
|
-
/** @deprecated use `
|
|
5719
|
-
export const inboundSchema =
|
|
5720
|
-
/** @deprecated use `
|
|
5721
|
-
export const outboundSchema =
|
|
5722
|
-
/** @deprecated use `
|
|
5723
|
-
export type Outbound =
|
|
5746
|
+
export namespace UserEventPayload148Configuration$ {
|
|
5747
|
+
/** @deprecated use `UserEventPayload148Configuration$inboundSchema` instead. */
|
|
5748
|
+
export const inboundSchema = UserEventPayload148Configuration$inboundSchema;
|
|
5749
|
+
/** @deprecated use `UserEventPayload148Configuration$outboundSchema` instead. */
|
|
5750
|
+
export const outboundSchema = UserEventPayload148Configuration$outboundSchema;
|
|
5751
|
+
/** @deprecated use `UserEventPayload148Configuration$Outbound` instead. */
|
|
5752
|
+
export type Outbound = UserEventPayload148Configuration$Outbound;
|
|
5724
5753
|
}
|
|
5725
5754
|
|
|
5726
|
-
export function
|
|
5727
|
-
|
|
5755
|
+
export function userEventPayload148ConfigurationToJSON(
|
|
5756
|
+
userEventPayload148Configuration: UserEventPayload148Configuration,
|
|
5728
5757
|
): string {
|
|
5729
5758
|
return JSON.stringify(
|
|
5730
|
-
|
|
5731
|
-
|
|
5759
|
+
UserEventPayload148Configuration$outboundSchema.parse(
|
|
5760
|
+
userEventPayload148Configuration,
|
|
5732
5761
|
),
|
|
5733
5762
|
);
|
|
5734
5763
|
}
|
|
5735
5764
|
|
|
5736
|
-
export function
|
|
5765
|
+
export function userEventPayload148ConfigurationFromJSON(
|
|
5737
5766
|
jsonString: string,
|
|
5738
|
-
): SafeParseResult<
|
|
5767
|
+
): SafeParseResult<UserEventPayload148Configuration, SDKValidationError> {
|
|
5739
5768
|
return safeParse(
|
|
5740
5769
|
jsonString,
|
|
5741
|
-
(x) =>
|
|
5742
|
-
`Failed to parse '
|
|
5770
|
+
(x) => UserEventPayload148Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5771
|
+
`Failed to parse 'UserEventPayload148Configuration' from JSON`,
|
|
5743
5772
|
);
|
|
5744
5773
|
}
|
|
5745
5774
|
|
|
@@ -5799,22 +5828,78 @@ export function peeringFromJSON(
|
|
|
5799
5828
|
);
|
|
5800
5829
|
}
|
|
5801
5830
|
|
|
5831
|
+
/** @internal */
|
|
5832
|
+
export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
|
|
5833
|
+
OneHundredAndFortyEight,
|
|
5834
|
+
z.ZodTypeDef,
|
|
5835
|
+
unknown
|
|
5836
|
+
> = z.object({
|
|
5837
|
+
team: z.lazy(() => UserEventPayload148Team$inboundSchema),
|
|
5838
|
+
configuration: z.lazy(() => UserEventPayload148Configuration$inboundSchema),
|
|
5839
|
+
peering: z.lazy(() => Peering$inboundSchema),
|
|
5840
|
+
});
|
|
5841
|
+
|
|
5842
|
+
/** @internal */
|
|
5843
|
+
export type OneHundredAndFortyEight$Outbound = {
|
|
5844
|
+
team: UserEventPayload148Team$Outbound;
|
|
5845
|
+
configuration: UserEventPayload148Configuration$Outbound;
|
|
5846
|
+
peering: Peering$Outbound;
|
|
5847
|
+
};
|
|
5848
|
+
|
|
5849
|
+
/** @internal */
|
|
5850
|
+
export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
|
|
5851
|
+
OneHundredAndFortyEight$Outbound,
|
|
5852
|
+
z.ZodTypeDef,
|
|
5853
|
+
OneHundredAndFortyEight
|
|
5854
|
+
> = z.object({
|
|
5855
|
+
team: z.lazy(() => UserEventPayload148Team$outboundSchema),
|
|
5856
|
+
configuration: z.lazy(() => UserEventPayload148Configuration$outboundSchema),
|
|
5857
|
+
peering: z.lazy(() => Peering$outboundSchema),
|
|
5858
|
+
});
|
|
5859
|
+
|
|
5860
|
+
/**
|
|
5861
|
+
* @internal
|
|
5862
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5863
|
+
*/
|
|
5864
|
+
export namespace OneHundredAndFortyEight$ {
|
|
5865
|
+
/** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
|
|
5866
|
+
export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
|
|
5867
|
+
/** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
|
|
5868
|
+
export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
|
|
5869
|
+
/** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
|
|
5870
|
+
export type Outbound = OneHundredAndFortyEight$Outbound;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5873
|
+
export function oneHundredAndFortyEightToJSON(
|
|
5874
|
+
oneHundredAndFortyEight: OneHundredAndFortyEight,
|
|
5875
|
+
): string {
|
|
5876
|
+
return JSON.stringify(
|
|
5877
|
+
OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
|
|
5878
|
+
);
|
|
5879
|
+
}
|
|
5880
|
+
|
|
5881
|
+
export function oneHundredAndFortyEightFromJSON(
|
|
5882
|
+
jsonString: string,
|
|
5883
|
+
): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
|
|
5884
|
+
return safeParse(
|
|
5885
|
+
jsonString,
|
|
5886
|
+
(x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
|
|
5887
|
+
`Failed to parse 'OneHundredAndFortyEight' from JSON`,
|
|
5888
|
+
);
|
|
5889
|
+
}
|
|
5890
|
+
|
|
5802
5891
|
/** @internal */
|
|
5803
5892
|
export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
|
|
5804
5893
|
OneHundredAndFortySeven,
|
|
5805
5894
|
z.ZodTypeDef,
|
|
5806
5895
|
unknown
|
|
5807
5896
|
> = z.object({
|
|
5808
|
-
|
|
5809
|
-
configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
|
|
5810
|
-
peering: z.lazy(() => Peering$inboundSchema),
|
|
5897
|
+
appName: z.string(),
|
|
5811
5898
|
});
|
|
5812
5899
|
|
|
5813
5900
|
/** @internal */
|
|
5814
5901
|
export type OneHundredAndFortySeven$Outbound = {
|
|
5815
|
-
|
|
5816
|
-
configuration: UserEventPayload147Configuration$Outbound;
|
|
5817
|
-
peering: Peering$Outbound;
|
|
5902
|
+
appName: string;
|
|
5818
5903
|
};
|
|
5819
5904
|
|
|
5820
5905
|
/** @internal */
|
|
@@ -5823,9 +5908,7 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
|
|
|
5823
5908
|
z.ZodTypeDef,
|
|
5824
5909
|
OneHundredAndFortySeven
|
|
5825
5910
|
> = z.object({
|
|
5826
|
-
|
|
5827
|
-
configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
|
|
5828
|
-
peering: z.lazy(() => Peering$outboundSchema),
|
|
5911
|
+
appName: z.string(),
|
|
5829
5912
|
});
|
|
5830
5913
|
|
|
5831
5914
|
/**
|
|
@@ -5866,11 +5949,13 @@ export const OneHundredAndFortySix$inboundSchema: z.ZodType<
|
|
|
5866
5949
|
unknown
|
|
5867
5950
|
> = z.object({
|
|
5868
5951
|
appName: z.string(),
|
|
5952
|
+
nextScopes: z.array(z.string()),
|
|
5869
5953
|
});
|
|
5870
5954
|
|
|
5871
5955
|
/** @internal */
|
|
5872
5956
|
export type OneHundredAndFortySix$Outbound = {
|
|
5873
5957
|
appName: string;
|
|
5958
|
+
nextScopes: Array<string>;
|
|
5874
5959
|
};
|
|
5875
5960
|
|
|
5876
5961
|
/** @internal */
|
|
@@ -5880,6 +5965,7 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
|
|
|
5880
5965
|
OneHundredAndFortySix
|
|
5881
5966
|
> = z.object({
|
|
5882
5967
|
appName: z.string(),
|
|
5968
|
+
nextScopes: z.array(z.string()),
|
|
5883
5969
|
});
|
|
5884
5970
|
|
|
5885
5971
|
/**
|
|
@@ -5920,13 +6006,13 @@ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
|
|
|
5920
6006
|
unknown
|
|
5921
6007
|
> = z.object({
|
|
5922
6008
|
appName: z.string(),
|
|
5923
|
-
|
|
6009
|
+
scopes: z.array(z.string()),
|
|
5924
6010
|
});
|
|
5925
6011
|
|
|
5926
6012
|
/** @internal */
|
|
5927
6013
|
export type OneHundredAndFortyFive$Outbound = {
|
|
5928
6014
|
appName: string;
|
|
5929
|
-
|
|
6015
|
+
scopes: Array<string>;
|
|
5930
6016
|
};
|
|
5931
6017
|
|
|
5932
6018
|
/** @internal */
|
|
@@ -5936,7 +6022,7 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
|
|
|
5936
6022
|
OneHundredAndFortyFive
|
|
5937
6023
|
> = z.object({
|
|
5938
6024
|
appName: z.string(),
|
|
5939
|
-
|
|
6025
|
+
scopes: z.array(z.string()),
|
|
5940
6026
|
});
|
|
5941
6027
|
|
|
5942
6028
|
/**
|
|
@@ -5976,14 +6062,14 @@ export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
|
|
|
5976
6062
|
z.ZodTypeDef,
|
|
5977
6063
|
unknown
|
|
5978
6064
|
> = z.object({
|
|
5979
|
-
|
|
5980
|
-
|
|
6065
|
+
oldName: z.string(),
|
|
6066
|
+
newName: z.string(),
|
|
5981
6067
|
});
|
|
5982
6068
|
|
|
5983
6069
|
/** @internal */
|
|
5984
6070
|
export type OneHundredAndFortyFour$Outbound = {
|
|
5985
|
-
|
|
5986
|
-
|
|
6071
|
+
oldName: string;
|
|
6072
|
+
newName: string;
|
|
5987
6073
|
};
|
|
5988
6074
|
|
|
5989
6075
|
/** @internal */
|
|
@@ -5992,8 +6078,8 @@ export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
|
|
|
5992
6078
|
z.ZodTypeDef,
|
|
5993
6079
|
OneHundredAndFortyFour
|
|
5994
6080
|
> = z.object({
|
|
5995
|
-
|
|
5996
|
-
|
|
6081
|
+
oldName: z.string(),
|
|
6082
|
+
newName: z.string(),
|
|
5997
6083
|
});
|
|
5998
6084
|
|
|
5999
6085
|
/**
|
|
@@ -6027,63 +6113,6 @@ export function oneHundredAndFortyFourFromJSON(
|
|
|
6027
6113
|
);
|
|
6028
6114
|
}
|
|
6029
6115
|
|
|
6030
|
-
/** @internal */
|
|
6031
|
-
export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
|
|
6032
|
-
OneHundredAndFortyThree,
|
|
6033
|
-
z.ZodTypeDef,
|
|
6034
|
-
unknown
|
|
6035
|
-
> = z.object({
|
|
6036
|
-
oldName: z.string(),
|
|
6037
|
-
newName: z.string(),
|
|
6038
|
-
});
|
|
6039
|
-
|
|
6040
|
-
/** @internal */
|
|
6041
|
-
export type OneHundredAndFortyThree$Outbound = {
|
|
6042
|
-
oldName: string;
|
|
6043
|
-
newName: string;
|
|
6044
|
-
};
|
|
6045
|
-
|
|
6046
|
-
/** @internal */
|
|
6047
|
-
export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
|
|
6048
|
-
OneHundredAndFortyThree$Outbound,
|
|
6049
|
-
z.ZodTypeDef,
|
|
6050
|
-
OneHundredAndFortyThree
|
|
6051
|
-
> = z.object({
|
|
6052
|
-
oldName: z.string(),
|
|
6053
|
-
newName: z.string(),
|
|
6054
|
-
});
|
|
6055
|
-
|
|
6056
|
-
/**
|
|
6057
|
-
* @internal
|
|
6058
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6059
|
-
*/
|
|
6060
|
-
export namespace OneHundredAndFortyThree$ {
|
|
6061
|
-
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
6062
|
-
export const inboundSchema = OneHundredAndFortyThree$inboundSchema;
|
|
6063
|
-
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
6064
|
-
export const outboundSchema = OneHundredAndFortyThree$outboundSchema;
|
|
6065
|
-
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
6066
|
-
export type Outbound = OneHundredAndFortyThree$Outbound;
|
|
6067
|
-
}
|
|
6068
|
-
|
|
6069
|
-
export function oneHundredAndFortyThreeToJSON(
|
|
6070
|
-
oneHundredAndFortyThree: OneHundredAndFortyThree,
|
|
6071
|
-
): string {
|
|
6072
|
-
return JSON.stringify(
|
|
6073
|
-
OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree),
|
|
6074
|
-
);
|
|
6075
|
-
}
|
|
6076
|
-
|
|
6077
|
-
export function oneHundredAndFortyThreeFromJSON(
|
|
6078
|
-
jsonString: string,
|
|
6079
|
-
): SafeParseResult<OneHundredAndFortyThree, SDKValidationError> {
|
|
6080
|
-
return safeParse(
|
|
6081
|
-
jsonString,
|
|
6082
|
-
(x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)),
|
|
6083
|
-
`Failed to parse 'OneHundredAndFortyThree' from JSON`,
|
|
6084
|
-
);
|
|
6085
|
-
}
|
|
6086
|
-
|
|
6087
6116
|
/** @internal */
|
|
6088
6117
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
6089
6118
|
Tier,
|
|
@@ -6105,8 +6134,8 @@ export namespace Tier$ {
|
|
|
6105
6134
|
}
|
|
6106
6135
|
|
|
6107
6136
|
/** @internal */
|
|
6108
|
-
export const
|
|
6109
|
-
|
|
6137
|
+
export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
|
|
6138
|
+
OneHundredAndFortyThree,
|
|
6110
6139
|
z.ZodTypeDef,
|
|
6111
6140
|
unknown
|
|
6112
6141
|
> = z.object({
|
|
@@ -6114,15 +6143,15 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
|
|
|
6114
6143
|
});
|
|
6115
6144
|
|
|
6116
6145
|
/** @internal */
|
|
6117
|
-
export type
|
|
6146
|
+
export type OneHundredAndFortyThree$Outbound = {
|
|
6118
6147
|
tier: string;
|
|
6119
6148
|
};
|
|
6120
6149
|
|
|
6121
6150
|
/** @internal */
|
|
6122
|
-
export const
|
|
6123
|
-
|
|
6151
|
+
export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
|
|
6152
|
+
OneHundredAndFortyThree$Outbound,
|
|
6124
6153
|
z.ZodTypeDef,
|
|
6125
|
-
|
|
6154
|
+
OneHundredAndFortyThree
|
|
6126
6155
|
> = z.object({
|
|
6127
6156
|
tier: Tier$outboundSchema,
|
|
6128
6157
|
});
|
|
@@ -6131,30 +6160,30 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
|
|
|
6131
6160
|
* @internal
|
|
6132
6161
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6133
6162
|
*/
|
|
6134
|
-
export namespace
|
|
6135
|
-
/** @deprecated use `
|
|
6136
|
-
export const inboundSchema =
|
|
6137
|
-
/** @deprecated use `
|
|
6138
|
-
export const outboundSchema =
|
|
6139
|
-
/** @deprecated use `
|
|
6140
|
-
export type Outbound =
|
|
6163
|
+
export namespace OneHundredAndFortyThree$ {
|
|
6164
|
+
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
6165
|
+
export const inboundSchema = OneHundredAndFortyThree$inboundSchema;
|
|
6166
|
+
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
6167
|
+
export const outboundSchema = OneHundredAndFortyThree$outboundSchema;
|
|
6168
|
+
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
6169
|
+
export type Outbound = OneHundredAndFortyThree$Outbound;
|
|
6141
6170
|
}
|
|
6142
6171
|
|
|
6143
|
-
export function
|
|
6144
|
-
|
|
6172
|
+
export function oneHundredAndFortyThreeToJSON(
|
|
6173
|
+
oneHundredAndFortyThree: OneHundredAndFortyThree,
|
|
6145
6174
|
): string {
|
|
6146
6175
|
return JSON.stringify(
|
|
6147
|
-
|
|
6176
|
+
OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree),
|
|
6148
6177
|
);
|
|
6149
6178
|
}
|
|
6150
6179
|
|
|
6151
|
-
export function
|
|
6180
|
+
export function oneHundredAndFortyThreeFromJSON(
|
|
6152
6181
|
jsonString: string,
|
|
6153
|
-
): SafeParseResult<
|
|
6182
|
+
): SafeParseResult<OneHundredAndFortyThree, SDKValidationError> {
|
|
6154
6183
|
return safeParse(
|
|
6155
6184
|
jsonString,
|
|
6156
|
-
(x) =>
|
|
6157
|
-
`Failed to parse '
|
|
6185
|
+
(x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)),
|
|
6186
|
+
`Failed to parse 'OneHundredAndFortyThree' from JSON`,
|
|
6158
6187
|
);
|
|
6159
6188
|
}
|
|
6160
6189
|
|
|
@@ -6291,8 +6320,8 @@ export function prevProjectWebAnalyticsFromJSON(
|
|
|
6291
6320
|
}
|
|
6292
6321
|
|
|
6293
6322
|
/** @internal */
|
|
6294
|
-
export const
|
|
6295
|
-
|
|
6323
|
+
export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
|
|
6324
|
+
OneHundredAndFortyTwo,
|
|
6296
6325
|
z.ZodTypeDef,
|
|
6297
6326
|
unknown
|
|
6298
6327
|
> = z.object({
|
|
@@ -6306,7 +6335,7 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
|
|
|
6306
6335
|
});
|
|
6307
6336
|
|
|
6308
6337
|
/** @internal */
|
|
6309
|
-
export type
|
|
6338
|
+
export type OneHundredAndFortyTwo$Outbound = {
|
|
6310
6339
|
projectId: string;
|
|
6311
6340
|
projectName: string;
|
|
6312
6341
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
@@ -6314,10 +6343,10 @@ export type OneHundredAndFortyOne$Outbound = {
|
|
|
6314
6343
|
};
|
|
6315
6344
|
|
|
6316
6345
|
/** @internal */
|
|
6317
|
-
export const
|
|
6318
|
-
|
|
6346
|
+
export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
|
|
6347
|
+
OneHundredAndFortyTwo$Outbound,
|
|
6319
6348
|
z.ZodTypeDef,
|
|
6320
|
-
|
|
6349
|
+
OneHundredAndFortyTwo
|
|
6321
6350
|
> = z.object({
|
|
6322
6351
|
projectId: z.string(),
|
|
6323
6352
|
projectName: z.string(),
|
|
@@ -6332,30 +6361,30 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
|
|
|
6332
6361
|
* @internal
|
|
6333
6362
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6334
6363
|
*/
|
|
6335
|
-
export namespace
|
|
6336
|
-
/** @deprecated use `
|
|
6337
|
-
export const inboundSchema =
|
|
6338
|
-
/** @deprecated use `
|
|
6339
|
-
export const outboundSchema =
|
|
6340
|
-
/** @deprecated use `
|
|
6341
|
-
export type Outbound =
|
|
6364
|
+
export namespace OneHundredAndFortyTwo$ {
|
|
6365
|
+
/** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
|
|
6366
|
+
export const inboundSchema = OneHundredAndFortyTwo$inboundSchema;
|
|
6367
|
+
/** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
|
|
6368
|
+
export const outboundSchema = OneHundredAndFortyTwo$outboundSchema;
|
|
6369
|
+
/** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
|
|
6370
|
+
export type Outbound = OneHundredAndFortyTwo$Outbound;
|
|
6342
6371
|
}
|
|
6343
6372
|
|
|
6344
|
-
export function
|
|
6345
|
-
|
|
6373
|
+
export function oneHundredAndFortyTwoToJSON(
|
|
6374
|
+
oneHundredAndFortyTwo: OneHundredAndFortyTwo,
|
|
6346
6375
|
): string {
|
|
6347
6376
|
return JSON.stringify(
|
|
6348
|
-
|
|
6377
|
+
OneHundredAndFortyTwo$outboundSchema.parse(oneHundredAndFortyTwo),
|
|
6349
6378
|
);
|
|
6350
6379
|
}
|
|
6351
6380
|
|
|
6352
|
-
export function
|
|
6381
|
+
export function oneHundredAndFortyTwoFromJSON(
|
|
6353
6382
|
jsonString: string,
|
|
6354
|
-
): SafeParseResult<
|
|
6383
|
+
): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError> {
|
|
6355
6384
|
return safeParse(
|
|
6356
6385
|
jsonString,
|
|
6357
|
-
(x) =>
|
|
6358
|
-
`Failed to parse '
|
|
6386
|
+
(x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)),
|
|
6387
|
+
`Failed to parse 'OneHundredAndFortyTwo' from JSON`,
|
|
6359
6388
|
);
|
|
6360
6389
|
}
|
|
6361
6390
|
|
|
@@ -6537,8 +6566,8 @@ export function microfrontendsFromJSON(
|
|
|
6537
6566
|
}
|
|
6538
6567
|
|
|
6539
6568
|
/** @internal */
|
|
6540
|
-
export const
|
|
6541
|
-
|
|
6569
|
+
export const UserEventPayload141Project$inboundSchema: z.ZodType<
|
|
6570
|
+
UserEventPayload141Project,
|
|
6542
6571
|
z.ZodTypeDef,
|
|
6543
6572
|
unknown
|
|
6544
6573
|
> = z.object({
|
|
@@ -6551,7 +6580,7 @@ export const UserEventPayload140Project$inboundSchema: z.ZodType<
|
|
|
6551
6580
|
});
|
|
6552
6581
|
|
|
6553
6582
|
/** @internal */
|
|
6554
|
-
export type
|
|
6583
|
+
export type UserEventPayload141Project$Outbound = {
|
|
6555
6584
|
id: string;
|
|
6556
6585
|
name: string;
|
|
6557
6586
|
microfrontends?:
|
|
@@ -6561,10 +6590,10 @@ export type UserEventPayload140Project$Outbound = {
|
|
|
6561
6590
|
};
|
|
6562
6591
|
|
|
6563
6592
|
/** @internal */
|
|
6564
|
-
export const
|
|
6565
|
-
|
|
6593
|
+
export const UserEventPayload141Project$outboundSchema: z.ZodType<
|
|
6594
|
+
UserEventPayload141Project$Outbound,
|
|
6566
6595
|
z.ZodTypeDef,
|
|
6567
|
-
|
|
6596
|
+
UserEventPayload141Project
|
|
6568
6597
|
> = z.object({
|
|
6569
6598
|
id: z.string(),
|
|
6570
6599
|
name: z.string(),
|
|
@@ -6578,30 +6607,30 @@ export const UserEventPayload140Project$outboundSchema: z.ZodType<
|
|
|
6578
6607
|
* @internal
|
|
6579
6608
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6580
6609
|
*/
|
|
6581
|
-
export namespace
|
|
6582
|
-
/** @deprecated use `
|
|
6583
|
-
export const inboundSchema =
|
|
6584
|
-
/** @deprecated use `
|
|
6585
|
-
export const outboundSchema =
|
|
6586
|
-
/** @deprecated use `
|
|
6587
|
-
export type Outbound =
|
|
6610
|
+
export namespace UserEventPayload141Project$ {
|
|
6611
|
+
/** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
|
|
6612
|
+
export const inboundSchema = UserEventPayload141Project$inboundSchema;
|
|
6613
|
+
/** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
|
|
6614
|
+
export const outboundSchema = UserEventPayload141Project$outboundSchema;
|
|
6615
|
+
/** @deprecated use `UserEventPayload141Project$Outbound` instead. */
|
|
6616
|
+
export type Outbound = UserEventPayload141Project$Outbound;
|
|
6588
6617
|
}
|
|
6589
6618
|
|
|
6590
|
-
export function
|
|
6591
|
-
|
|
6619
|
+
export function userEventPayload141ProjectToJSON(
|
|
6620
|
+
userEventPayload141Project: UserEventPayload141Project,
|
|
6592
6621
|
): string {
|
|
6593
6622
|
return JSON.stringify(
|
|
6594
|
-
|
|
6623
|
+
UserEventPayload141Project$outboundSchema.parse(userEventPayload141Project),
|
|
6595
6624
|
);
|
|
6596
6625
|
}
|
|
6597
6626
|
|
|
6598
|
-
export function
|
|
6627
|
+
export function userEventPayload141ProjectFromJSON(
|
|
6599
6628
|
jsonString: string,
|
|
6600
|
-
): SafeParseResult<
|
|
6629
|
+
): SafeParseResult<UserEventPayload141Project, SDKValidationError> {
|
|
6601
6630
|
return safeParse(
|
|
6602
6631
|
jsonString,
|
|
6603
|
-
(x) =>
|
|
6604
|
-
`Failed to parse '
|
|
6632
|
+
(x) => UserEventPayload141Project$inboundSchema.parse(JSON.parse(x)),
|
|
6633
|
+
`Failed to parse 'UserEventPayload141Project' from JSON`,
|
|
6605
6634
|
);
|
|
6606
6635
|
}
|
|
6607
6636
|
|
|
@@ -6791,8 +6820,8 @@ export function payloadMicrofrontendsFromJSON(
|
|
|
6791
6820
|
}
|
|
6792
6821
|
|
|
6793
6822
|
/** @internal */
|
|
6794
|
-
export const
|
|
6795
|
-
|
|
6823
|
+
export const UserEventPayload141PrevProject$inboundSchema: z.ZodType<
|
|
6824
|
+
UserEventPayload141PrevProject,
|
|
6796
6825
|
z.ZodTypeDef,
|
|
6797
6826
|
unknown
|
|
6798
6827
|
> = z.object({
|
|
@@ -6803,7 +6832,7 @@ export const UserEventPayload140PrevProject$inboundSchema: z.ZodType<
|
|
|
6803
6832
|
});
|
|
6804
6833
|
|
|
6805
6834
|
/** @internal */
|
|
6806
|
-
export type
|
|
6835
|
+
export type UserEventPayload141PrevProject$Outbound = {
|
|
6807
6836
|
microfrontends?:
|
|
6808
6837
|
| UserEventMicrofrontends2$Outbound
|
|
6809
6838
|
| UserEventMicrofrontends1$Outbound
|
|
@@ -6811,10 +6840,10 @@ export type UserEventPayload140PrevProject$Outbound = {
|
|
|
6811
6840
|
};
|
|
6812
6841
|
|
|
6813
6842
|
/** @internal */
|
|
6814
|
-
export const
|
|
6815
|
-
|
|
6843
|
+
export const UserEventPayload141PrevProject$outboundSchema: z.ZodType<
|
|
6844
|
+
UserEventPayload141PrevProject$Outbound,
|
|
6816
6845
|
z.ZodTypeDef,
|
|
6817
|
-
|
|
6846
|
+
UserEventPayload141PrevProject
|
|
6818
6847
|
> = z.object({
|
|
6819
6848
|
microfrontends: z.union([
|
|
6820
6849
|
z.lazy(() => UserEventMicrofrontends2$outboundSchema),
|
|
@@ -6826,32 +6855,32 @@ export const UserEventPayload140PrevProject$outboundSchema: z.ZodType<
|
|
|
6826
6855
|
* @internal
|
|
6827
6856
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6828
6857
|
*/
|
|
6829
|
-
export namespace
|
|
6830
|
-
/** @deprecated use `
|
|
6831
|
-
export const inboundSchema =
|
|
6832
|
-
/** @deprecated use `
|
|
6833
|
-
export const outboundSchema =
|
|
6834
|
-
/** @deprecated use `
|
|
6835
|
-
export type Outbound =
|
|
6858
|
+
export namespace UserEventPayload141PrevProject$ {
|
|
6859
|
+
/** @deprecated use `UserEventPayload141PrevProject$inboundSchema` instead. */
|
|
6860
|
+
export const inboundSchema = UserEventPayload141PrevProject$inboundSchema;
|
|
6861
|
+
/** @deprecated use `UserEventPayload141PrevProject$outboundSchema` instead. */
|
|
6862
|
+
export const outboundSchema = UserEventPayload141PrevProject$outboundSchema;
|
|
6863
|
+
/** @deprecated use `UserEventPayload141PrevProject$Outbound` instead. */
|
|
6864
|
+
export type Outbound = UserEventPayload141PrevProject$Outbound;
|
|
6836
6865
|
}
|
|
6837
6866
|
|
|
6838
|
-
export function
|
|
6839
|
-
|
|
6867
|
+
export function userEventPayload141PrevProjectToJSON(
|
|
6868
|
+
userEventPayload141PrevProject: UserEventPayload141PrevProject,
|
|
6840
6869
|
): string {
|
|
6841
6870
|
return JSON.stringify(
|
|
6842
|
-
|
|
6843
|
-
|
|
6871
|
+
UserEventPayload141PrevProject$outboundSchema.parse(
|
|
6872
|
+
userEventPayload141PrevProject,
|
|
6844
6873
|
),
|
|
6845
6874
|
);
|
|
6846
6875
|
}
|
|
6847
6876
|
|
|
6848
|
-
export function
|
|
6877
|
+
export function userEventPayload141PrevProjectFromJSON(
|
|
6849
6878
|
jsonString: string,
|
|
6850
|
-
): SafeParseResult<
|
|
6879
|
+
): SafeParseResult<UserEventPayload141PrevProject, SDKValidationError> {
|
|
6851
6880
|
return safeParse(
|
|
6852
6881
|
jsonString,
|
|
6853
|
-
(x) =>
|
|
6854
|
-
`Failed to parse '
|
|
6882
|
+
(x) => UserEventPayload141PrevProject$inboundSchema.parse(JSON.parse(x)),
|
|
6883
|
+
`Failed to parse 'UserEventPayload141PrevProject' from JSON`,
|
|
6855
6884
|
);
|
|
6856
6885
|
}
|
|
6857
6886
|
|
|
@@ -6861,12 +6890,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
|
|
|
6861
6890
|
z.ZodTypeDef,
|
|
6862
6891
|
unknown
|
|
6863
6892
|
> = z.object({
|
|
6864
|
-
project: z.lazy(() =>
|
|
6893
|
+
project: z.lazy(() => UserEventPayload141PrevProject$inboundSchema),
|
|
6865
6894
|
});
|
|
6866
6895
|
|
|
6867
6896
|
/** @internal */
|
|
6868
6897
|
export type PayloadPrev$Outbound = {
|
|
6869
|
-
project:
|
|
6898
|
+
project: UserEventPayload141PrevProject$Outbound;
|
|
6870
6899
|
};
|
|
6871
6900
|
|
|
6872
6901
|
/** @internal */
|
|
@@ -6875,7 +6904,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
|
|
|
6875
6904
|
z.ZodTypeDef,
|
|
6876
6905
|
PayloadPrev
|
|
6877
6906
|
> = z.object({
|
|
6878
|
-
project: z.lazy(() =>
|
|
6907
|
+
project: z.lazy(() => UserEventPayload141PrevProject$outboundSchema),
|
|
6879
6908
|
});
|
|
6880
6909
|
|
|
6881
6910
|
/**
|
|
@@ -6962,30 +6991,30 @@ export function payloadGroupFromJSON(
|
|
|
6962
6991
|
}
|
|
6963
6992
|
|
|
6964
6993
|
/** @internal */
|
|
6965
|
-
export const
|
|
6966
|
-
|
|
6994
|
+
export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
|
|
6995
|
+
OneHundredAndFortyOne,
|
|
6967
6996
|
z.ZodTypeDef,
|
|
6968
6997
|
unknown
|
|
6969
6998
|
> = z.object({
|
|
6970
|
-
project: z.lazy(() =>
|
|
6999
|
+
project: z.lazy(() => UserEventPayload141Project$inboundSchema),
|
|
6971
7000
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
6972
7001
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
6973
7002
|
});
|
|
6974
7003
|
|
|
6975
7004
|
/** @internal */
|
|
6976
|
-
export type
|
|
6977
|
-
project:
|
|
7005
|
+
export type OneHundredAndFortyOne$Outbound = {
|
|
7006
|
+
project: UserEventPayload141Project$Outbound;
|
|
6978
7007
|
prev: PayloadPrev$Outbound;
|
|
6979
7008
|
group: PayloadGroup$Outbound;
|
|
6980
7009
|
};
|
|
6981
7010
|
|
|
6982
7011
|
/** @internal */
|
|
6983
|
-
export const
|
|
6984
|
-
|
|
7012
|
+
export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
|
|
7013
|
+
OneHundredAndFortyOne$Outbound,
|
|
6985
7014
|
z.ZodTypeDef,
|
|
6986
|
-
|
|
7015
|
+
OneHundredAndFortyOne
|
|
6987
7016
|
> = z.object({
|
|
6988
|
-
project: z.lazy(() =>
|
|
7017
|
+
project: z.lazy(() => UserEventPayload141Project$outboundSchema),
|
|
6989
7018
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
6990
7019
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
6991
7020
|
});
|
|
@@ -6994,36 +7023,36 @@ export const OneHundredAndForty$outboundSchema: z.ZodType<
|
|
|
6994
7023
|
* @internal
|
|
6995
7024
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6996
7025
|
*/
|
|
6997
|
-
export namespace
|
|
6998
|
-
/** @deprecated use `
|
|
6999
|
-
export const inboundSchema =
|
|
7000
|
-
/** @deprecated use `
|
|
7001
|
-
export const outboundSchema =
|
|
7002
|
-
/** @deprecated use `
|
|
7003
|
-
export type Outbound =
|
|
7026
|
+
export namespace OneHundredAndFortyOne$ {
|
|
7027
|
+
/** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
|
|
7028
|
+
export const inboundSchema = OneHundredAndFortyOne$inboundSchema;
|
|
7029
|
+
/** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
|
|
7030
|
+
export const outboundSchema = OneHundredAndFortyOne$outboundSchema;
|
|
7031
|
+
/** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
|
|
7032
|
+
export type Outbound = OneHundredAndFortyOne$Outbound;
|
|
7004
7033
|
}
|
|
7005
7034
|
|
|
7006
|
-
export function
|
|
7007
|
-
|
|
7035
|
+
export function oneHundredAndFortyOneToJSON(
|
|
7036
|
+
oneHundredAndFortyOne: OneHundredAndFortyOne,
|
|
7008
7037
|
): string {
|
|
7009
7038
|
return JSON.stringify(
|
|
7010
|
-
|
|
7039
|
+
OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne),
|
|
7011
7040
|
);
|
|
7012
7041
|
}
|
|
7013
7042
|
|
|
7014
|
-
export function
|
|
7043
|
+
export function oneHundredAndFortyOneFromJSON(
|
|
7015
7044
|
jsonString: string,
|
|
7016
|
-
): SafeParseResult<
|
|
7045
|
+
): SafeParseResult<OneHundredAndFortyOne, SDKValidationError> {
|
|
7017
7046
|
return safeParse(
|
|
7018
7047
|
jsonString,
|
|
7019
|
-
(x) =>
|
|
7020
|
-
`Failed to parse '
|
|
7048
|
+
(x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)),
|
|
7049
|
+
`Failed to parse 'OneHundredAndFortyOne' from JSON`,
|
|
7021
7050
|
);
|
|
7022
7051
|
}
|
|
7023
7052
|
|
|
7024
7053
|
/** @internal */
|
|
7025
|
-
export const
|
|
7026
|
-
|
|
7054
|
+
export const UserEventPayload140Project$inboundSchema: z.ZodType<
|
|
7055
|
+
UserEventPayload140Project,
|
|
7027
7056
|
z.ZodTypeDef,
|
|
7028
7057
|
unknown
|
|
7029
7058
|
> = z.object({
|
|
@@ -7032,16 +7061,16 @@ export const UserEventPayload139Project$inboundSchema: z.ZodType<
|
|
|
7032
7061
|
});
|
|
7033
7062
|
|
|
7034
7063
|
/** @internal */
|
|
7035
|
-
export type
|
|
7064
|
+
export type UserEventPayload140Project$Outbound = {
|
|
7036
7065
|
id: string;
|
|
7037
7066
|
name: string;
|
|
7038
7067
|
};
|
|
7039
7068
|
|
|
7040
7069
|
/** @internal */
|
|
7041
|
-
export const
|
|
7042
|
-
|
|
7070
|
+
export const UserEventPayload140Project$outboundSchema: z.ZodType<
|
|
7071
|
+
UserEventPayload140Project$Outbound,
|
|
7043
7072
|
z.ZodTypeDef,
|
|
7044
|
-
|
|
7073
|
+
UserEventPayload140Project
|
|
7045
7074
|
> = z.object({
|
|
7046
7075
|
id: z.string(),
|
|
7047
7076
|
name: z.string(),
|
|
@@ -7051,30 +7080,30 @@ export const UserEventPayload139Project$outboundSchema: z.ZodType<
|
|
|
7051
7080
|
* @internal
|
|
7052
7081
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7053
7082
|
*/
|
|
7054
|
-
export namespace
|
|
7055
|
-
/** @deprecated use `
|
|
7056
|
-
export const inboundSchema =
|
|
7057
|
-
/** @deprecated use `
|
|
7058
|
-
export const outboundSchema =
|
|
7059
|
-
/** @deprecated use `
|
|
7060
|
-
export type Outbound =
|
|
7083
|
+
export namespace UserEventPayload140Project$ {
|
|
7084
|
+
/** @deprecated use `UserEventPayload140Project$inboundSchema` instead. */
|
|
7085
|
+
export const inboundSchema = UserEventPayload140Project$inboundSchema;
|
|
7086
|
+
/** @deprecated use `UserEventPayload140Project$outboundSchema` instead. */
|
|
7087
|
+
export const outboundSchema = UserEventPayload140Project$outboundSchema;
|
|
7088
|
+
/** @deprecated use `UserEventPayload140Project$Outbound` instead. */
|
|
7089
|
+
export type Outbound = UserEventPayload140Project$Outbound;
|
|
7061
7090
|
}
|
|
7062
7091
|
|
|
7063
|
-
export function
|
|
7064
|
-
|
|
7092
|
+
export function userEventPayload140ProjectToJSON(
|
|
7093
|
+
userEventPayload140Project: UserEventPayload140Project,
|
|
7065
7094
|
): string {
|
|
7066
7095
|
return JSON.stringify(
|
|
7067
|
-
|
|
7096
|
+
UserEventPayload140Project$outboundSchema.parse(userEventPayload140Project),
|
|
7068
7097
|
);
|
|
7069
7098
|
}
|
|
7070
7099
|
|
|
7071
|
-
export function
|
|
7100
|
+
export function userEventPayload140ProjectFromJSON(
|
|
7072
7101
|
jsonString: string,
|
|
7073
|
-
): SafeParseResult<
|
|
7102
|
+
): SafeParseResult<UserEventPayload140Project, SDKValidationError> {
|
|
7074
7103
|
return safeParse(
|
|
7075
7104
|
jsonString,
|
|
7076
|
-
(x) =>
|
|
7077
|
-
`Failed to parse '
|
|
7105
|
+
(x) => UserEventPayload140Project$inboundSchema.parse(JSON.parse(x)),
|
|
7106
|
+
`Failed to parse 'UserEventPayload140Project' from JSON`,
|
|
7078
7107
|
);
|
|
7079
7108
|
}
|
|
7080
7109
|
|
|
@@ -7131,20 +7160,128 @@ export function groupFromJSON(
|
|
|
7131
7160
|
);
|
|
7132
7161
|
}
|
|
7133
7162
|
|
|
7163
|
+
/** @internal */
|
|
7164
|
+
export const OneHundredAndForty$inboundSchema: z.ZodType<
|
|
7165
|
+
OneHundredAndForty,
|
|
7166
|
+
z.ZodTypeDef,
|
|
7167
|
+
unknown
|
|
7168
|
+
> = z.object({
|
|
7169
|
+
project: z.lazy(() => UserEventPayload140Project$inboundSchema),
|
|
7170
|
+
group: z.lazy(() => Group$inboundSchema),
|
|
7171
|
+
});
|
|
7172
|
+
|
|
7173
|
+
/** @internal */
|
|
7174
|
+
export type OneHundredAndForty$Outbound = {
|
|
7175
|
+
project: UserEventPayload140Project$Outbound;
|
|
7176
|
+
group: Group$Outbound;
|
|
7177
|
+
};
|
|
7178
|
+
|
|
7179
|
+
/** @internal */
|
|
7180
|
+
export const OneHundredAndForty$outboundSchema: z.ZodType<
|
|
7181
|
+
OneHundredAndForty$Outbound,
|
|
7182
|
+
z.ZodTypeDef,
|
|
7183
|
+
OneHundredAndForty
|
|
7184
|
+
> = z.object({
|
|
7185
|
+
project: z.lazy(() => UserEventPayload140Project$outboundSchema),
|
|
7186
|
+
group: z.lazy(() => Group$outboundSchema),
|
|
7187
|
+
});
|
|
7188
|
+
|
|
7189
|
+
/**
|
|
7190
|
+
* @internal
|
|
7191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7192
|
+
*/
|
|
7193
|
+
export namespace OneHundredAndForty$ {
|
|
7194
|
+
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
7195
|
+
export const inboundSchema = OneHundredAndForty$inboundSchema;
|
|
7196
|
+
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
7197
|
+
export const outboundSchema = OneHundredAndForty$outboundSchema;
|
|
7198
|
+
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
7199
|
+
export type Outbound = OneHundredAndForty$Outbound;
|
|
7200
|
+
}
|
|
7201
|
+
|
|
7202
|
+
export function oneHundredAndFortyToJSON(
|
|
7203
|
+
oneHundredAndForty: OneHundredAndForty,
|
|
7204
|
+
): string {
|
|
7205
|
+
return JSON.stringify(
|
|
7206
|
+
OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
|
|
7207
|
+
);
|
|
7208
|
+
}
|
|
7209
|
+
|
|
7210
|
+
export function oneHundredAndFortyFromJSON(
|
|
7211
|
+
jsonString: string,
|
|
7212
|
+
): SafeParseResult<OneHundredAndForty, SDKValidationError> {
|
|
7213
|
+
return safeParse(
|
|
7214
|
+
jsonString,
|
|
7215
|
+
(x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
|
|
7216
|
+
`Failed to parse 'OneHundredAndForty' from JSON`,
|
|
7217
|
+
);
|
|
7218
|
+
}
|
|
7219
|
+
|
|
7220
|
+
/** @internal */
|
|
7221
|
+
export const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown> = z
|
|
7222
|
+
.object({
|
|
7223
|
+
name: z.string(),
|
|
7224
|
+
slug: z.string(),
|
|
7225
|
+
});
|
|
7226
|
+
|
|
7227
|
+
/** @internal */
|
|
7228
|
+
export type Prev$Outbound = {
|
|
7229
|
+
name: string;
|
|
7230
|
+
slug: string;
|
|
7231
|
+
};
|
|
7232
|
+
|
|
7233
|
+
/** @internal */
|
|
7234
|
+
export const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef, Prev> =
|
|
7235
|
+
z.object({
|
|
7236
|
+
name: z.string(),
|
|
7237
|
+
slug: z.string(),
|
|
7238
|
+
});
|
|
7239
|
+
|
|
7240
|
+
/**
|
|
7241
|
+
* @internal
|
|
7242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7243
|
+
*/
|
|
7244
|
+
export namespace Prev$ {
|
|
7245
|
+
/** @deprecated use `Prev$inboundSchema` instead. */
|
|
7246
|
+
export const inboundSchema = Prev$inboundSchema;
|
|
7247
|
+
/** @deprecated use `Prev$outboundSchema` instead. */
|
|
7248
|
+
export const outboundSchema = Prev$outboundSchema;
|
|
7249
|
+
/** @deprecated use `Prev$Outbound` instead. */
|
|
7250
|
+
export type Outbound = Prev$Outbound;
|
|
7251
|
+
}
|
|
7252
|
+
|
|
7253
|
+
export function prevToJSON(prev: Prev): string {
|
|
7254
|
+
return JSON.stringify(Prev$outboundSchema.parse(prev));
|
|
7255
|
+
}
|
|
7256
|
+
|
|
7257
|
+
export function prevFromJSON(
|
|
7258
|
+
jsonString: string,
|
|
7259
|
+
): SafeParseResult<Prev, SDKValidationError> {
|
|
7260
|
+
return safeParse(
|
|
7261
|
+
jsonString,
|
|
7262
|
+
(x) => Prev$inboundSchema.parse(JSON.parse(x)),
|
|
7263
|
+
`Failed to parse 'Prev' from JSON`,
|
|
7264
|
+
);
|
|
7265
|
+
}
|
|
7266
|
+
|
|
7134
7267
|
/** @internal */
|
|
7135
7268
|
export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
|
|
7136
7269
|
OneHundredAndThirtyNine,
|
|
7137
7270
|
z.ZodTypeDef,
|
|
7138
7271
|
unknown
|
|
7139
7272
|
> = z.object({
|
|
7140
|
-
|
|
7141
|
-
|
|
7273
|
+
id: z.string(),
|
|
7274
|
+
slug: z.string(),
|
|
7275
|
+
name: z.string(),
|
|
7276
|
+
prev: z.lazy(() => Prev$inboundSchema),
|
|
7142
7277
|
});
|
|
7143
7278
|
|
|
7144
7279
|
/** @internal */
|
|
7145
7280
|
export type OneHundredAndThirtyNine$Outbound = {
|
|
7146
|
-
|
|
7147
|
-
|
|
7281
|
+
id: string;
|
|
7282
|
+
slug: string;
|
|
7283
|
+
name: string;
|
|
7284
|
+
prev: Prev$Outbound;
|
|
7148
7285
|
};
|
|
7149
7286
|
|
|
7150
7287
|
/** @internal */
|
|
@@ -7153,8 +7290,10 @@ export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
|
|
|
7153
7290
|
z.ZodTypeDef,
|
|
7154
7291
|
OneHundredAndThirtyNine
|
|
7155
7292
|
> = z.object({
|
|
7156
|
-
|
|
7157
|
-
|
|
7293
|
+
id: z.string(),
|
|
7294
|
+
slug: z.string(),
|
|
7295
|
+
name: z.string(),
|
|
7296
|
+
prev: z.lazy(() => Prev$outboundSchema),
|
|
7158
7297
|
});
|
|
7159
7298
|
|
|
7160
7299
|
/**
|
|
@@ -7188,53 +7327,6 @@ export function oneHundredAndThirtyNineFromJSON(
|
|
|
7188
7327
|
);
|
|
7189
7328
|
}
|
|
7190
7329
|
|
|
7191
|
-
/** @internal */
|
|
7192
|
-
export const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown> = z
|
|
7193
|
-
.object({
|
|
7194
|
-
name: z.string(),
|
|
7195
|
-
slug: z.string(),
|
|
7196
|
-
});
|
|
7197
|
-
|
|
7198
|
-
/** @internal */
|
|
7199
|
-
export type Prev$Outbound = {
|
|
7200
|
-
name: string;
|
|
7201
|
-
slug: string;
|
|
7202
|
-
};
|
|
7203
|
-
|
|
7204
|
-
/** @internal */
|
|
7205
|
-
export const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef, Prev> =
|
|
7206
|
-
z.object({
|
|
7207
|
-
name: z.string(),
|
|
7208
|
-
slug: z.string(),
|
|
7209
|
-
});
|
|
7210
|
-
|
|
7211
|
-
/**
|
|
7212
|
-
* @internal
|
|
7213
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7214
|
-
*/
|
|
7215
|
-
export namespace Prev$ {
|
|
7216
|
-
/** @deprecated use `Prev$inboundSchema` instead. */
|
|
7217
|
-
export const inboundSchema = Prev$inboundSchema;
|
|
7218
|
-
/** @deprecated use `Prev$outboundSchema` instead. */
|
|
7219
|
-
export const outboundSchema = Prev$outboundSchema;
|
|
7220
|
-
/** @deprecated use `Prev$Outbound` instead. */
|
|
7221
|
-
export type Outbound = Prev$Outbound;
|
|
7222
|
-
}
|
|
7223
|
-
|
|
7224
|
-
export function prevToJSON(prev: Prev): string {
|
|
7225
|
-
return JSON.stringify(Prev$outboundSchema.parse(prev));
|
|
7226
|
-
}
|
|
7227
|
-
|
|
7228
|
-
export function prevFromJSON(
|
|
7229
|
-
jsonString: string,
|
|
7230
|
-
): SafeParseResult<Prev, SDKValidationError> {
|
|
7231
|
-
return safeParse(
|
|
7232
|
-
jsonString,
|
|
7233
|
-
(x) => Prev$inboundSchema.parse(JSON.parse(x)),
|
|
7234
|
-
`Failed to parse 'Prev' from JSON`,
|
|
7235
|
-
);
|
|
7236
|
-
}
|
|
7237
|
-
|
|
7238
7330
|
/** @internal */
|
|
7239
7331
|
export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
|
|
7240
7332
|
OneHundredAndThirtyEight,
|
|
@@ -7244,7 +7336,6 @@ export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
|
|
|
7244
7336
|
id: z.string(),
|
|
7245
7337
|
slug: z.string(),
|
|
7246
7338
|
name: z.string(),
|
|
7247
|
-
prev: z.lazy(() => Prev$inboundSchema),
|
|
7248
7339
|
});
|
|
7249
7340
|
|
|
7250
7341
|
/** @internal */
|
|
@@ -7252,7 +7343,6 @@ export type OneHundredAndThirtyEight$Outbound = {
|
|
|
7252
7343
|
id: string;
|
|
7253
7344
|
slug: string;
|
|
7254
7345
|
name: string;
|
|
7255
|
-
prev: Prev$Outbound;
|
|
7256
7346
|
};
|
|
7257
7347
|
|
|
7258
7348
|
/** @internal */
|
|
@@ -7264,7 +7354,6 @@ export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
|
|
|
7264
7354
|
id: z.string(),
|
|
7265
7355
|
slug: z.string(),
|
|
7266
7356
|
name: z.string(),
|
|
7267
|
-
prev: z.lazy(() => Prev$outboundSchema),
|
|
7268
7357
|
});
|
|
7269
7358
|
|
|
7270
7359
|
/**
|
|
@@ -7298,22 +7387,39 @@ export function oneHundredAndThirtyEightFromJSON(
|
|
|
7298
7387
|
);
|
|
7299
7388
|
}
|
|
7300
7389
|
|
|
7390
|
+
/** @internal */
|
|
7391
|
+
export const UserEventPayload137Action$inboundSchema: z.ZodNativeEnum<
|
|
7392
|
+
typeof UserEventPayload137Action
|
|
7393
|
+
> = z.nativeEnum(UserEventPayload137Action);
|
|
7394
|
+
|
|
7395
|
+
/** @internal */
|
|
7396
|
+
export const UserEventPayload137Action$outboundSchema: z.ZodNativeEnum<
|
|
7397
|
+
typeof UserEventPayload137Action
|
|
7398
|
+
> = UserEventPayload137Action$inboundSchema;
|
|
7399
|
+
|
|
7400
|
+
/**
|
|
7401
|
+
* @internal
|
|
7402
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7403
|
+
*/
|
|
7404
|
+
export namespace UserEventPayload137Action$ {
|
|
7405
|
+
/** @deprecated use `UserEventPayload137Action$inboundSchema` instead. */
|
|
7406
|
+
export const inboundSchema = UserEventPayload137Action$inboundSchema;
|
|
7407
|
+
/** @deprecated use `UserEventPayload137Action$outboundSchema` instead. */
|
|
7408
|
+
export const outboundSchema = UserEventPayload137Action$outboundSchema;
|
|
7409
|
+
}
|
|
7410
|
+
|
|
7301
7411
|
/** @internal */
|
|
7302
7412
|
export const OneHundredAndThirtySeven$inboundSchema: z.ZodType<
|
|
7303
7413
|
OneHundredAndThirtySeven,
|
|
7304
7414
|
z.ZodTypeDef,
|
|
7305
7415
|
unknown
|
|
7306
7416
|
> = z.object({
|
|
7307
|
-
|
|
7308
|
-
slug: z.string(),
|
|
7309
|
-
name: z.string(),
|
|
7417
|
+
action: UserEventPayload137Action$inboundSchema,
|
|
7310
7418
|
});
|
|
7311
7419
|
|
|
7312
7420
|
/** @internal */
|
|
7313
7421
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
7314
|
-
|
|
7315
|
-
slug: string;
|
|
7316
|
-
name: string;
|
|
7422
|
+
action: string;
|
|
7317
7423
|
};
|
|
7318
7424
|
|
|
7319
7425
|
/** @internal */
|
|
@@ -7322,9 +7428,7 @@ export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
|
|
|
7322
7428
|
z.ZodTypeDef,
|
|
7323
7429
|
OneHundredAndThirtySeven
|
|
7324
7430
|
> = z.object({
|
|
7325
|
-
|
|
7326
|
-
slug: z.string(),
|
|
7327
|
-
name: z.string(),
|
|
7431
|
+
action: UserEventPayload137Action$outboundSchema,
|
|
7328
7432
|
});
|
|
7329
7433
|
|
|
7330
7434
|
/**
|
|
@@ -12348,6 +12452,53 @@ export function envIdFromJSON(
|
|
|
12348
12452
|
);
|
|
12349
12453
|
}
|
|
12350
12454
|
|
|
12455
|
+
/** @internal */
|
|
12456
|
+
export const Aws$inboundSchema: z.ZodType<Aws, z.ZodTypeDef, unknown> = z
|
|
12457
|
+
.object({
|
|
12458
|
+
subnetIds: z.array(z.string()),
|
|
12459
|
+
securityGroupId: z.string(),
|
|
12460
|
+
});
|
|
12461
|
+
|
|
12462
|
+
/** @internal */
|
|
12463
|
+
export type Aws$Outbound = {
|
|
12464
|
+
subnetIds: Array<string>;
|
|
12465
|
+
securityGroupId: string;
|
|
12466
|
+
};
|
|
12467
|
+
|
|
12468
|
+
/** @internal */
|
|
12469
|
+
export const Aws$outboundSchema: z.ZodType<Aws$Outbound, z.ZodTypeDef, Aws> = z
|
|
12470
|
+
.object({
|
|
12471
|
+
subnetIds: z.array(z.string()),
|
|
12472
|
+
securityGroupId: z.string(),
|
|
12473
|
+
});
|
|
12474
|
+
|
|
12475
|
+
/**
|
|
12476
|
+
* @internal
|
|
12477
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12478
|
+
*/
|
|
12479
|
+
export namespace Aws$ {
|
|
12480
|
+
/** @deprecated use `Aws$inboundSchema` instead. */
|
|
12481
|
+
export const inboundSchema = Aws$inboundSchema;
|
|
12482
|
+
/** @deprecated use `Aws$outboundSchema` instead. */
|
|
12483
|
+
export const outboundSchema = Aws$outboundSchema;
|
|
12484
|
+
/** @deprecated use `Aws$Outbound` instead. */
|
|
12485
|
+
export type Outbound = Aws$Outbound;
|
|
12486
|
+
}
|
|
12487
|
+
|
|
12488
|
+
export function awsToJSON(aws: Aws): string {
|
|
12489
|
+
return JSON.stringify(Aws$outboundSchema.parse(aws));
|
|
12490
|
+
}
|
|
12491
|
+
|
|
12492
|
+
export function awsFromJSON(
|
|
12493
|
+
jsonString: string,
|
|
12494
|
+
): SafeParseResult<Aws, SDKValidationError> {
|
|
12495
|
+
return safeParse(
|
|
12496
|
+
jsonString,
|
|
12497
|
+
(x) => Aws$inboundSchema.parse(JSON.parse(x)),
|
|
12498
|
+
`Failed to parse 'Aws' from JSON`,
|
|
12499
|
+
);
|
|
12500
|
+
}
|
|
12501
|
+
|
|
12351
12502
|
/** @internal */
|
|
12352
12503
|
export const OldConnectConfigurations$inboundSchema: z.ZodType<
|
|
12353
12504
|
OldConnectConfigurations,
|
|
@@ -12358,6 +12509,7 @@ export const OldConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
12358
12509
|
connectConfigurationId: z.string(),
|
|
12359
12510
|
passive: z.boolean(),
|
|
12360
12511
|
buildsEnabled: z.boolean(),
|
|
12512
|
+
aws: z.lazy(() => Aws$inboundSchema).optional(),
|
|
12361
12513
|
createdAt: z.number(),
|
|
12362
12514
|
updatedAt: z.number(),
|
|
12363
12515
|
});
|
|
@@ -12368,6 +12520,7 @@ export type OldConnectConfigurations$Outbound = {
|
|
|
12368
12520
|
connectConfigurationId: string;
|
|
12369
12521
|
passive: boolean;
|
|
12370
12522
|
buildsEnabled: boolean;
|
|
12523
|
+
aws?: Aws$Outbound | undefined;
|
|
12371
12524
|
createdAt: number;
|
|
12372
12525
|
updatedAt: number;
|
|
12373
12526
|
};
|
|
@@ -12382,6 +12535,7 @@ export const OldConnectConfigurations$outboundSchema: z.ZodType<
|
|
|
12382
12535
|
connectConfigurationId: z.string(),
|
|
12383
12536
|
passive: z.boolean(),
|
|
12384
12537
|
buildsEnabled: z.boolean(),
|
|
12538
|
+
aws: z.lazy(() => Aws$outboundSchema).optional(),
|
|
12385
12539
|
createdAt: z.number(),
|
|
12386
12540
|
updatedAt: z.number(),
|
|
12387
12541
|
});
|
|
@@ -12482,6 +12636,59 @@ export function payloadEnvIdFromJSON(
|
|
|
12482
12636
|
);
|
|
12483
12637
|
}
|
|
12484
12638
|
|
|
12639
|
+
/** @internal */
|
|
12640
|
+
export const PayloadAws$inboundSchema: z.ZodType<
|
|
12641
|
+
PayloadAws,
|
|
12642
|
+
z.ZodTypeDef,
|
|
12643
|
+
unknown
|
|
12644
|
+
> = z.object({
|
|
12645
|
+
subnetIds: z.array(z.string()),
|
|
12646
|
+
securityGroupId: z.string(),
|
|
12647
|
+
});
|
|
12648
|
+
|
|
12649
|
+
/** @internal */
|
|
12650
|
+
export type PayloadAws$Outbound = {
|
|
12651
|
+
subnetIds: Array<string>;
|
|
12652
|
+
securityGroupId: string;
|
|
12653
|
+
};
|
|
12654
|
+
|
|
12655
|
+
/** @internal */
|
|
12656
|
+
export const PayloadAws$outboundSchema: z.ZodType<
|
|
12657
|
+
PayloadAws$Outbound,
|
|
12658
|
+
z.ZodTypeDef,
|
|
12659
|
+
PayloadAws
|
|
12660
|
+
> = z.object({
|
|
12661
|
+
subnetIds: z.array(z.string()),
|
|
12662
|
+
securityGroupId: z.string(),
|
|
12663
|
+
});
|
|
12664
|
+
|
|
12665
|
+
/**
|
|
12666
|
+
* @internal
|
|
12667
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12668
|
+
*/
|
|
12669
|
+
export namespace PayloadAws$ {
|
|
12670
|
+
/** @deprecated use `PayloadAws$inboundSchema` instead. */
|
|
12671
|
+
export const inboundSchema = PayloadAws$inboundSchema;
|
|
12672
|
+
/** @deprecated use `PayloadAws$outboundSchema` instead. */
|
|
12673
|
+
export const outboundSchema = PayloadAws$outboundSchema;
|
|
12674
|
+
/** @deprecated use `PayloadAws$Outbound` instead. */
|
|
12675
|
+
export type Outbound = PayloadAws$Outbound;
|
|
12676
|
+
}
|
|
12677
|
+
|
|
12678
|
+
export function payloadAwsToJSON(payloadAws: PayloadAws): string {
|
|
12679
|
+
return JSON.stringify(PayloadAws$outboundSchema.parse(payloadAws));
|
|
12680
|
+
}
|
|
12681
|
+
|
|
12682
|
+
export function payloadAwsFromJSON(
|
|
12683
|
+
jsonString: string,
|
|
12684
|
+
): SafeParseResult<PayloadAws, SDKValidationError> {
|
|
12685
|
+
return safeParse(
|
|
12686
|
+
jsonString,
|
|
12687
|
+
(x) => PayloadAws$inboundSchema.parse(JSON.parse(x)),
|
|
12688
|
+
`Failed to parse 'PayloadAws' from JSON`,
|
|
12689
|
+
);
|
|
12690
|
+
}
|
|
12691
|
+
|
|
12485
12692
|
/** @internal */
|
|
12486
12693
|
export const NewConnectConfigurations$inboundSchema: z.ZodType<
|
|
12487
12694
|
NewConnectConfigurations,
|
|
@@ -12492,6 +12699,7 @@ export const NewConnectConfigurations$inboundSchema: z.ZodType<
|
|
|
12492
12699
|
connectConfigurationId: z.string(),
|
|
12493
12700
|
passive: z.boolean(),
|
|
12494
12701
|
buildsEnabled: z.boolean(),
|
|
12702
|
+
aws: z.lazy(() => PayloadAws$inboundSchema).optional(),
|
|
12495
12703
|
createdAt: z.number(),
|
|
12496
12704
|
updatedAt: z.number(),
|
|
12497
12705
|
});
|
|
@@ -12502,6 +12710,7 @@ export type NewConnectConfigurations$Outbound = {
|
|
|
12502
12710
|
connectConfigurationId: string;
|
|
12503
12711
|
passive: boolean;
|
|
12504
12712
|
buildsEnabled: boolean;
|
|
12713
|
+
aws?: PayloadAws$Outbound | undefined;
|
|
12505
12714
|
createdAt: number;
|
|
12506
12715
|
updatedAt: number;
|
|
12507
12716
|
};
|
|
@@ -12516,6 +12725,7 @@ export const NewConnectConfigurations$outboundSchema: z.ZodType<
|
|
|
12516
12725
|
connectConfigurationId: z.string(),
|
|
12517
12726
|
passive: z.boolean(),
|
|
12518
12727
|
buildsEnabled: z.boolean(),
|
|
12728
|
+
aws: z.lazy(() => PayloadAws$outboundSchema).optional(),
|
|
12519
12729
|
createdAt: z.number(),
|
|
12520
12730
|
updatedAt: z.number(),
|
|
12521
12731
|
});
|
|
@@ -21905,29 +22115,27 @@ export function payloadFeatureBlocksFromJSON(
|
|
|
21905
22115
|
}
|
|
21906
22116
|
|
|
21907
22117
|
/** @internal */
|
|
21908
|
-
export const
|
|
21909
|
-
|
|
21910
|
-
> = z.nativeEnum(PayloadVersion);
|
|
22118
|
+
export const Version$inboundSchema: z.ZodNativeEnum<typeof Version> = z
|
|
22119
|
+
.nativeEnum(Version);
|
|
21911
22120
|
|
|
21912
22121
|
/** @internal */
|
|
21913
|
-
export const
|
|
21914
|
-
|
|
21915
|
-
> = PayloadVersion$inboundSchema;
|
|
22122
|
+
export const Version$outboundSchema: z.ZodNativeEnum<typeof Version> =
|
|
22123
|
+
Version$inboundSchema;
|
|
21916
22124
|
|
|
21917
22125
|
/**
|
|
21918
22126
|
* @internal
|
|
21919
22127
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
21920
22128
|
*/
|
|
21921
|
-
export namespace
|
|
21922
|
-
/** @deprecated use `
|
|
21923
|
-
export const inboundSchema =
|
|
21924
|
-
/** @deprecated use `
|
|
21925
|
-
export const outboundSchema =
|
|
22129
|
+
export namespace Version$ {
|
|
22130
|
+
/** @deprecated use `Version$inboundSchema` instead. */
|
|
22131
|
+
export const inboundSchema = Version$inboundSchema;
|
|
22132
|
+
/** @deprecated use `Version$outboundSchema` instead. */
|
|
22133
|
+
export const outboundSchema = Version$outboundSchema;
|
|
21926
22134
|
}
|
|
21927
22135
|
|
|
21928
22136
|
/** @internal */
|
|
21929
|
-
export const
|
|
21930
|
-
|
|
22137
|
+
export const NorthstarMigration$inboundSchema: z.ZodType<
|
|
22138
|
+
NorthstarMigration,
|
|
21931
22139
|
z.ZodTypeDef,
|
|
21932
22140
|
unknown
|
|
21933
22141
|
> = z.object({
|
|
@@ -21941,7 +22149,7 @@ export const PayloadNorthstarMigration$inboundSchema: z.ZodType<
|
|
|
21941
22149
|
});
|
|
21942
22150
|
|
|
21943
22151
|
/** @internal */
|
|
21944
|
-
export type
|
|
22152
|
+
export type NorthstarMigration$Outbound = {
|
|
21945
22153
|
teamId: string;
|
|
21946
22154
|
projects: number;
|
|
21947
22155
|
stores: number;
|
|
@@ -21952,10 +22160,10 @@ export type PayloadNorthstarMigration$Outbound = {
|
|
|
21952
22160
|
};
|
|
21953
22161
|
|
|
21954
22162
|
/** @internal */
|
|
21955
|
-
export const
|
|
21956
|
-
|
|
22163
|
+
export const NorthstarMigration$outboundSchema: z.ZodType<
|
|
22164
|
+
NorthstarMigration$Outbound,
|
|
21957
22165
|
z.ZodTypeDef,
|
|
21958
|
-
|
|
22166
|
+
NorthstarMigration
|
|
21959
22167
|
> = z.object({
|
|
21960
22168
|
teamId: z.string(),
|
|
21961
22169
|
projects: z.number(),
|
|
@@ -21970,30 +22178,30 @@ export const PayloadNorthstarMigration$outboundSchema: z.ZodType<
|
|
|
21970
22178
|
* @internal
|
|
21971
22179
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
21972
22180
|
*/
|
|
21973
|
-
export namespace
|
|
21974
|
-
/** @deprecated use `
|
|
21975
|
-
export const inboundSchema =
|
|
21976
|
-
/** @deprecated use `
|
|
21977
|
-
export const outboundSchema =
|
|
21978
|
-
/** @deprecated use `
|
|
21979
|
-
export type Outbound =
|
|
22181
|
+
export namespace NorthstarMigration$ {
|
|
22182
|
+
/** @deprecated use `NorthstarMigration$inboundSchema` instead. */
|
|
22183
|
+
export const inboundSchema = NorthstarMigration$inboundSchema;
|
|
22184
|
+
/** @deprecated use `NorthstarMigration$outboundSchema` instead. */
|
|
22185
|
+
export const outboundSchema = NorthstarMigration$outboundSchema;
|
|
22186
|
+
/** @deprecated use `NorthstarMigration$Outbound` instead. */
|
|
22187
|
+
export type Outbound = NorthstarMigration$Outbound;
|
|
21980
22188
|
}
|
|
21981
22189
|
|
|
21982
|
-
export function
|
|
21983
|
-
|
|
22190
|
+
export function northstarMigrationToJSON(
|
|
22191
|
+
northstarMigration: NorthstarMigration,
|
|
21984
22192
|
): string {
|
|
21985
22193
|
return JSON.stringify(
|
|
21986
|
-
|
|
22194
|
+
NorthstarMigration$outboundSchema.parse(northstarMigration),
|
|
21987
22195
|
);
|
|
21988
22196
|
}
|
|
21989
22197
|
|
|
21990
|
-
export function
|
|
22198
|
+
export function northstarMigrationFromJSON(
|
|
21991
22199
|
jsonString: string,
|
|
21992
|
-
): SafeParseResult<
|
|
22200
|
+
): SafeParseResult<NorthstarMigration, SDKValidationError> {
|
|
21993
22201
|
return safeParse(
|
|
21994
22202
|
jsonString,
|
|
21995
|
-
(x) =>
|
|
21996
|
-
`Failed to parse '
|
|
22203
|
+
(x) => NorthstarMigration$inboundSchema.parse(JSON.parse(x)),
|
|
22204
|
+
`Failed to parse 'NorthstarMigration' from JSON`,
|
|
21997
22205
|
);
|
|
21998
22206
|
}
|
|
21999
22207
|
|
|
@@ -22200,9 +22408,8 @@ export const NewOwner$inboundSchema: z.ZodType<
|
|
|
22200
22408
|
enablePreviewFeedback: EnablePreviewFeedback$inboundSchema.optional(),
|
|
22201
22409
|
featureBlocks: z.lazy(() => PayloadFeatureBlocks$inboundSchema).optional(),
|
|
22202
22410
|
defaultTeamId: z.string().optional(),
|
|
22203
|
-
version:
|
|
22204
|
-
northstarMigration: z.lazy(() =>
|
|
22205
|
-
.optional(),
|
|
22411
|
+
version: Version$inboundSchema,
|
|
22412
|
+
northstarMigration: z.lazy(() => NorthstarMigration$inboundSchema).optional(),
|
|
22206
22413
|
opportunityId: z.string().optional(),
|
|
22207
22414
|
mfaConfiguration: z.lazy(() => MfaConfiguration$inboundSchema).optional(),
|
|
22208
22415
|
});
|
|
@@ -22286,7 +22493,7 @@ export type NewOwner$Outbound = {
|
|
|
22286
22493
|
featureBlocks?: PayloadFeatureBlocks$Outbound | undefined;
|
|
22287
22494
|
defaultTeamId?: string | undefined;
|
|
22288
22495
|
version: string;
|
|
22289
|
-
northstarMigration?:
|
|
22496
|
+
northstarMigration?: NorthstarMigration$Outbound | undefined;
|
|
22290
22497
|
opportunityId?: string | undefined;
|
|
22291
22498
|
mfaConfiguration?: MfaConfiguration$Outbound | undefined;
|
|
22292
22499
|
};
|
|
@@ -22386,8 +22593,8 @@ export const NewOwner$outboundSchema: z.ZodType<
|
|
|
22386
22593
|
enablePreviewFeedback: EnablePreviewFeedback$outboundSchema.optional(),
|
|
22387
22594
|
featureBlocks: z.lazy(() => PayloadFeatureBlocks$outboundSchema).optional(),
|
|
22388
22595
|
defaultTeamId: z.string().optional(),
|
|
22389
|
-
version:
|
|
22390
|
-
northstarMigration: z.lazy(() =>
|
|
22596
|
+
version: Version$outboundSchema,
|
|
22597
|
+
northstarMigration: z.lazy(() => NorthstarMigration$outboundSchema)
|
|
22391
22598
|
.optional(),
|
|
22392
22599
|
opportunityId: z.string().optional(),
|
|
22393
22600
|
mfaConfiguration: z.lazy(() => MfaConfiguration$outboundSchema).optional(),
|
|
@@ -28371,8 +28578,9 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
28371
28578
|
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
28372
28579
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
28373
28580
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
28374
|
-
z.lazy(() =>
|
|
28375
|
-
z.lazy(() =>
|
|
28581
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
28582
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
28583
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
28376
28584
|
z.lazy(() => Four$inboundSchema),
|
|
28377
28585
|
z.lazy(() => Fourteen$inboundSchema),
|
|
28378
28586
|
z.lazy(() => Seventeen$inboundSchema),
|
|
@@ -28410,10 +28618,10 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
28410
28618
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
28411
28619
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
28412
28620
|
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
28413
|
-
z.lazy(() =>
|
|
28414
|
-
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
28621
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
28415
28622
|
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
28416
28623
|
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
28624
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
28417
28625
|
z.lazy(() => Five$inboundSchema),
|
|
28418
28626
|
z.lazy(() => Eight$inboundSchema),
|
|
28419
28627
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -28452,10 +28660,10 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
28452
28660
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
28453
28661
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
28454
28662
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
28455
|
-
z.lazy(() =>
|
|
28456
|
-
z.lazy(() =>
|
|
28457
|
-
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
28663
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
28664
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
28458
28665
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
28666
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
28459
28667
|
z.lazy(() => Payload2$inboundSchema),
|
|
28460
28668
|
z.lazy(() => Six$inboundSchema),
|
|
28461
28669
|
z.lazy(() => Eleven$inboundSchema),
|
|
@@ -28471,9 +28679,9 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
28471
28679
|
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
28472
28680
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
28473
28681
|
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
28474
|
-
z.lazy(() =>
|
|
28475
|
-
z.lazy(() =>
|
|
28476
|
-
z.lazy(() =>
|
|
28682
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
28683
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
28684
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
28477
28685
|
z.lazy(() => Thirty$inboundSchema),
|
|
28478
28686
|
z.lazy(() => FortyTwo$inboundSchema),
|
|
28479
28687
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
@@ -28488,7 +28696,7 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
28488
28696
|
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
28489
28697
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
28490
28698
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
28491
|
-
z.lazy(() =>
|
|
28699
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
28492
28700
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
28493
28701
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
28494
28702
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
@@ -28525,8 +28733,9 @@ export type Payload$Outbound =
|
|
|
28525
28733
|
| OneHundredAndSeventeen$Outbound
|
|
28526
28734
|
| OneHundredAndNineteen$Outbound
|
|
28527
28735
|
| OneHundredAndThirtyThree$Outbound
|
|
28528
|
-
|
|
|
28529
|
-
|
|
|
28736
|
+
| OneHundredAndThirtySeven$Outbound
|
|
28737
|
+
| OneHundredAndFortyThree$Outbound
|
|
28738
|
+
| OneHundredAndFortySeven$Outbound
|
|
28530
28739
|
| Four$Outbound
|
|
28531
28740
|
| Fourteen$Outbound
|
|
28532
28741
|
| Seventeen$Outbound
|
|
@@ -28564,10 +28773,10 @@ export type Payload$Outbound =
|
|
|
28564
28773
|
| OneHundredAndThirty$Outbound
|
|
28565
28774
|
| OneHundredAndThirtyOne$Outbound
|
|
28566
28775
|
| OneHundredAndThirtyTwo$Outbound
|
|
28567
|
-
|
|
|
28568
|
-
| OneHundredAndFortyThree$Outbound
|
|
28776
|
+
| OneHundredAndForty$Outbound
|
|
28569
28777
|
| OneHundredAndFortyFour$Outbound
|
|
28570
28778
|
| OneHundredAndFortyFive$Outbound
|
|
28779
|
+
| OneHundredAndFortySix$Outbound
|
|
28571
28780
|
| Five$Outbound
|
|
28572
28781
|
| Eight$Outbound
|
|
28573
28782
|
| Ten$Outbound
|
|
@@ -28606,10 +28815,10 @@ export type Payload$Outbound =
|
|
|
28606
28815
|
| OneHundredAndTwentySeven$Outbound
|
|
28607
28816
|
| OneHundredAndThirtyFour$Outbound
|
|
28608
28817
|
| OneHundredAndThirtySix$Outbound
|
|
28609
|
-
|
|
|
28610
|
-
|
|
|
28611
|
-
| OneHundredAndFortySeven$Outbound
|
|
28818
|
+
| OneHundredAndThirtyEight$Outbound
|
|
28819
|
+
| OneHundredAndFortyOne$Outbound
|
|
28612
28820
|
| OneHundredAndFortyEight$Outbound
|
|
28821
|
+
| OneHundredAndFortyNine$Outbound
|
|
28613
28822
|
| Payload2$Outbound
|
|
28614
28823
|
| Six$Outbound
|
|
28615
28824
|
| Eleven$Outbound
|
|
@@ -28625,9 +28834,9 @@ export type Payload$Outbound =
|
|
|
28625
28834
|
| OneHundredAndTwentyEight$Outbound
|
|
28626
28835
|
| OneHundredAndTwentyNine$Outbound
|
|
28627
28836
|
| OneHundredAndThirtyFive$Outbound
|
|
28628
|
-
|
|
|
28629
|
-
|
|
|
28630
|
-
|
|
|
28837
|
+
| OneHundredAndThirtyNine$Outbound
|
|
28838
|
+
| OneHundredAndFortyTwo$Outbound
|
|
28839
|
+
| OneHundredAndFifty$Outbound
|
|
28631
28840
|
| Thirty$Outbound
|
|
28632
28841
|
| FortyTwo$Outbound
|
|
28633
28842
|
| FiftyNine$Outbound
|
|
@@ -28642,7 +28851,7 @@ export type Payload$Outbound =
|
|
|
28642
28851
|
| OneHundredAndTwentyFour$Outbound
|
|
28643
28852
|
| OneHundredAndTwentyFive$Outbound
|
|
28644
28853
|
| OneHundredAndTwentySix$Outbound
|
|
28645
|
-
|
|
|
28854
|
+
| OneHundredAndFiftyOne$Outbound
|
|
28646
28855
|
| SixtyFour$Outbound
|
|
28647
28856
|
| SixtySeven$Outbound
|
|
28648
28857
|
| SeventyThree$Outbound
|
|
@@ -28682,8 +28891,9 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
28682
28891
|
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
28683
28892
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
28684
28893
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
28685
|
-
z.lazy(() =>
|
|
28686
|
-
z.lazy(() =>
|
|
28894
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
28895
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
28896
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
28687
28897
|
z.lazy(() => Four$outboundSchema),
|
|
28688
28898
|
z.lazy(() => Fourteen$outboundSchema),
|
|
28689
28899
|
z.lazy(() => Seventeen$outboundSchema),
|
|
@@ -28721,10 +28931,10 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
28721
28931
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
28722
28932
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
28723
28933
|
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
28724
|
-
z.lazy(() =>
|
|
28725
|
-
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
28934
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
28726
28935
|
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
28727
28936
|
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
28937
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
28728
28938
|
z.lazy(() => Five$outboundSchema),
|
|
28729
28939
|
z.lazy(() => Eight$outboundSchema),
|
|
28730
28940
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -28763,10 +28973,10 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
28763
28973
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
28764
28974
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
28765
28975
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
28766
|
-
z.lazy(() =>
|
|
28767
|
-
z.lazy(() =>
|
|
28768
|
-
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
28976
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
28977
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
28769
28978
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
28979
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
28770
28980
|
z.lazy(() => Payload2$outboundSchema),
|
|
28771
28981
|
z.lazy(() => Six$outboundSchema),
|
|
28772
28982
|
z.lazy(() => Eleven$outboundSchema),
|
|
@@ -28782,9 +28992,9 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
28782
28992
|
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
28783
28993
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
28784
28994
|
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
28785
|
-
z.lazy(() =>
|
|
28786
|
-
z.lazy(() =>
|
|
28787
|
-
z.lazy(() =>
|
|
28995
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
28996
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
28997
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
28788
28998
|
z.lazy(() => Thirty$outboundSchema),
|
|
28789
28999
|
z.lazy(() => FortyTwo$outboundSchema),
|
|
28790
29000
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
@@ -28799,7 +29009,7 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
28799
29009
|
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
28800
29010
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
28801
29011
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
28802
|
-
z.lazy(() =>
|
|
29012
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
28803
29013
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
28804
29014
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
28805
29015
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
@@ -28886,8 +29096,9 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
28886
29096
|
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
28887
29097
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
28888
29098
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
28889
|
-
z.lazy(() =>
|
|
28890
|
-
z.lazy(() =>
|
|
29099
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
29100
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
29101
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
28891
29102
|
z.lazy(() => Four$inboundSchema),
|
|
28892
29103
|
z.lazy(() => Fourteen$inboundSchema),
|
|
28893
29104
|
z.lazy(() => Seventeen$inboundSchema),
|
|
@@ -28925,10 +29136,10 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
28925
29136
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
28926
29137
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
28927
29138
|
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
28928
|
-
z.lazy(() =>
|
|
28929
|
-
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
29139
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
28930
29140
|
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
28931
29141
|
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
29142
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
28932
29143
|
z.lazy(() => Five$inboundSchema),
|
|
28933
29144
|
z.lazy(() => Eight$inboundSchema),
|
|
28934
29145
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -28967,10 +29178,10 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
28967
29178
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
28968
29179
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
28969
29180
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
28970
|
-
z.lazy(() =>
|
|
28971
|
-
z.lazy(() =>
|
|
28972
|
-
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
29181
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
29182
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
28973
29183
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
29184
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
28974
29185
|
z.lazy(() => Payload2$inboundSchema),
|
|
28975
29186
|
z.lazy(() => Six$inboundSchema),
|
|
28976
29187
|
z.lazy(() => Eleven$inboundSchema),
|
|
@@ -28986,9 +29197,9 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
28986
29197
|
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
28987
29198
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
28988
29199
|
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
28989
|
-
z.lazy(() =>
|
|
28990
|
-
z.lazy(() =>
|
|
28991
|
-
z.lazy(() =>
|
|
29200
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
29201
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
29202
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
28992
29203
|
z.lazy(() => Thirty$inboundSchema),
|
|
28993
29204
|
z.lazy(() => FortyTwo$inboundSchema),
|
|
28994
29205
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
@@ -29003,7 +29214,7 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
29003
29214
|
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
29004
29215
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
29005
29216
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
29006
|
-
z.lazy(() =>
|
|
29217
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
29007
29218
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
29008
29219
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
29009
29220
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
@@ -29052,8 +29263,9 @@ export type UserEvent$Outbound = {
|
|
|
29052
29263
|
| OneHundredAndSeventeen$Outbound
|
|
29053
29264
|
| OneHundredAndNineteen$Outbound
|
|
29054
29265
|
| OneHundredAndThirtyThree$Outbound
|
|
29055
|
-
|
|
|
29056
|
-
|
|
|
29266
|
+
| OneHundredAndThirtySeven$Outbound
|
|
29267
|
+
| OneHundredAndFortyThree$Outbound
|
|
29268
|
+
| OneHundredAndFortySeven$Outbound
|
|
29057
29269
|
| Four$Outbound
|
|
29058
29270
|
| Fourteen$Outbound
|
|
29059
29271
|
| Seventeen$Outbound
|
|
@@ -29091,10 +29303,10 @@ export type UserEvent$Outbound = {
|
|
|
29091
29303
|
| OneHundredAndThirty$Outbound
|
|
29092
29304
|
| OneHundredAndThirtyOne$Outbound
|
|
29093
29305
|
| OneHundredAndThirtyTwo$Outbound
|
|
29094
|
-
|
|
|
29095
|
-
| OneHundredAndFortyThree$Outbound
|
|
29306
|
+
| OneHundredAndForty$Outbound
|
|
29096
29307
|
| OneHundredAndFortyFour$Outbound
|
|
29097
29308
|
| OneHundredAndFortyFive$Outbound
|
|
29309
|
+
| OneHundredAndFortySix$Outbound
|
|
29098
29310
|
| Five$Outbound
|
|
29099
29311
|
| Eight$Outbound
|
|
29100
29312
|
| Ten$Outbound
|
|
@@ -29133,10 +29345,10 @@ export type UserEvent$Outbound = {
|
|
|
29133
29345
|
| OneHundredAndTwentySeven$Outbound
|
|
29134
29346
|
| OneHundredAndThirtyFour$Outbound
|
|
29135
29347
|
| OneHundredAndThirtySix$Outbound
|
|
29136
|
-
|
|
|
29137
|
-
|
|
|
29138
|
-
| OneHundredAndFortySeven$Outbound
|
|
29348
|
+
| OneHundredAndThirtyEight$Outbound
|
|
29349
|
+
| OneHundredAndFortyOne$Outbound
|
|
29139
29350
|
| OneHundredAndFortyEight$Outbound
|
|
29351
|
+
| OneHundredAndFortyNine$Outbound
|
|
29140
29352
|
| Payload2$Outbound
|
|
29141
29353
|
| Six$Outbound
|
|
29142
29354
|
| Eleven$Outbound
|
|
@@ -29152,9 +29364,9 @@ export type UserEvent$Outbound = {
|
|
|
29152
29364
|
| OneHundredAndTwentyEight$Outbound
|
|
29153
29365
|
| OneHundredAndTwentyNine$Outbound
|
|
29154
29366
|
| OneHundredAndThirtyFive$Outbound
|
|
29155
|
-
|
|
|
29156
|
-
|
|
|
29157
|
-
|
|
|
29367
|
+
| OneHundredAndThirtyNine$Outbound
|
|
29368
|
+
| OneHundredAndFortyTwo$Outbound
|
|
29369
|
+
| OneHundredAndFifty$Outbound
|
|
29158
29370
|
| Thirty$Outbound
|
|
29159
29371
|
| FortyTwo$Outbound
|
|
29160
29372
|
| FiftyNine$Outbound
|
|
@@ -29169,7 +29381,7 @@ export type UserEvent$Outbound = {
|
|
|
29169
29381
|
| OneHundredAndTwentyFour$Outbound
|
|
29170
29382
|
| OneHundredAndTwentyFive$Outbound
|
|
29171
29383
|
| OneHundredAndTwentySix$Outbound
|
|
29172
|
-
|
|
|
29384
|
+
| OneHundredAndFiftyOne$Outbound
|
|
29173
29385
|
| SixtyFour$Outbound
|
|
29174
29386
|
| SixtySeven$Outbound
|
|
29175
29387
|
| SeventyThree$Outbound
|
|
@@ -29230,8 +29442,9 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29230
29442
|
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
29231
29443
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
29232
29444
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
29233
|
-
z.lazy(() =>
|
|
29234
|
-
z.lazy(() =>
|
|
29445
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
29446
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
29447
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
29235
29448
|
z.lazy(() => Four$outboundSchema),
|
|
29236
29449
|
z.lazy(() => Fourteen$outboundSchema),
|
|
29237
29450
|
z.lazy(() => Seventeen$outboundSchema),
|
|
@@ -29269,10 +29482,10 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29269
29482
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
29270
29483
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
29271
29484
|
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
29272
|
-
z.lazy(() =>
|
|
29273
|
-
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
29485
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
29274
29486
|
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
29275
29487
|
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
29488
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
29276
29489
|
z.lazy(() => Five$outboundSchema),
|
|
29277
29490
|
z.lazy(() => Eight$outboundSchema),
|
|
29278
29491
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -29311,10 +29524,10 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29311
29524
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
29312
29525
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
29313
29526
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
29314
|
-
z.lazy(() =>
|
|
29315
|
-
z.lazy(() =>
|
|
29316
|
-
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
29527
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
29528
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
29317
29529
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
29530
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
29318
29531
|
z.lazy(() => Payload2$outboundSchema),
|
|
29319
29532
|
z.lazy(() => Six$outboundSchema),
|
|
29320
29533
|
z.lazy(() => Eleven$outboundSchema),
|
|
@@ -29330,9 +29543,9 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29330
29543
|
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
29331
29544
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
29332
29545
|
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
29333
|
-
z.lazy(() =>
|
|
29334
|
-
z.lazy(() =>
|
|
29335
|
-
z.lazy(() =>
|
|
29546
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
29547
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
29548
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
29336
29549
|
z.lazy(() => Thirty$outboundSchema),
|
|
29337
29550
|
z.lazy(() => FortyTwo$outboundSchema),
|
|
29338
29551
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
@@ -29347,7 +29560,7 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29347
29560
|
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
29348
29561
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
29349
29562
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
29350
|
-
z.lazy(() =>
|
|
29563
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
29351
29564
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
29352
29565
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
29353
29566
|
z.lazy(() => SeventyThree$outboundSchema),
|