@vercel/sdk 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +2231 -2062
- package/bin/mcp-server.js.map +34 -25
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +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/createdeploymentop.d.ts +43 -43
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +27 -27
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +18 -9
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +9 -3
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getaliasop.d.ts +108 -0
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +84 -0
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +9 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +6 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +44 -7
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +31 -2
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/listaliasesop.d.ts +108 -0
- package/esm/models/listaliasesop.d.ts.map +1 -1
- package/esm/models/listaliasesop.js +85 -0
- package/esm/models/listaliasesop.js.map +1 -1
- package/esm/models/listauthtokensop.d.ts +0 -5
- package/esm/models/listauthtokensop.d.ts.map +1 -1
- package/esm/models/listauthtokensop.js +0 -2
- package/esm/models/listauthtokensop.js.map +1 -1
- package/esm/models/teamlimited.d.ts +29 -2
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +31 -2
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +9 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +6 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +9 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +6 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +45 -8
- package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.js +31 -2
- package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +44 -7
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +33 -2
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/userevent.d.ts +1119 -1091
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1412 -1383
- package/esm/models/userevent.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/__tests__/projects.test.ts +15 -13
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authuser.ts +0 -145
- package/src/models/authuserlimited.ts +0 -40
- package/src/models/createdeploymentop.ts +75 -53
- package/src/models/createprojectop.ts +18 -3
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/getaliasop.ts +204 -0
- package/src/models/getprojectsop.ts +15 -0
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/importresourceop.ts +93 -5
- package/src/models/listaliasesop.ts +213 -0
- package/src/models/listauthtokensop.ts +0 -7
- package/src/models/teamlimited.ts +56 -4
- package/src/models/updateprojectdatacacheop.ts +15 -0
- package/src/models/updateprojectop.ts +15 -0
- package/src/models/updateresourcesecretsbyidop.ts +105 -6
- package/src/models/updateresourcesecretsop.ts +85 -5
- package/src/models/userevent.ts +2545 -2477
- package/vercel-spec.json +276 -98
|
@@ -139,7 +139,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
139
139
|
/**
|
|
140
140
|
* The payload of the event, if requested.
|
|
141
141
|
*/
|
|
142
|
-
export type
|
|
142
|
+
export type OneHundredAndFiftyTwo = {
|
|
143
143
|
grantType: GrantType;
|
|
144
144
|
appName: string;
|
|
145
145
|
/**
|
|
@@ -153,11 +153,11 @@ export type OneHundredAndFiftyOne = {
|
|
|
153
153
|
scope: string;
|
|
154
154
|
authMethod: AuthMethod;
|
|
155
155
|
};
|
|
156
|
-
export type
|
|
156
|
+
export type UserEventPayload151Team = {
|
|
157
157
|
id: string;
|
|
158
158
|
name: string;
|
|
159
159
|
};
|
|
160
|
-
export type
|
|
160
|
+
export type UserEventPayload151Configuration = {
|
|
161
161
|
id: string;
|
|
162
162
|
name?: string | undefined;
|
|
163
163
|
};
|
|
@@ -168,17 +168,17 @@ export type UserEventPayloadPeering = {
|
|
|
168
168
|
/**
|
|
169
169
|
* The payload of the event, if requested.
|
|
170
170
|
*/
|
|
171
|
-
export type
|
|
172
|
-
team:
|
|
173
|
-
configuration:
|
|
171
|
+
export type OneHundredAndFiftyOne = {
|
|
172
|
+
team: UserEventPayload151Team;
|
|
173
|
+
configuration: UserEventPayload151Configuration;
|
|
174
174
|
peering: UserEventPayloadPeering;
|
|
175
175
|
newName?: string | undefined;
|
|
176
176
|
};
|
|
177
|
-
export type
|
|
177
|
+
export type UserEventPayload150Team = {
|
|
178
178
|
id: string;
|
|
179
179
|
name: string;
|
|
180
180
|
};
|
|
181
|
-
export type
|
|
181
|
+
export type UserEventPayload150Configuration = {
|
|
182
182
|
id: string;
|
|
183
183
|
name?: string | undefined;
|
|
184
184
|
};
|
|
@@ -189,16 +189,16 @@ export type PayloadPeering = {
|
|
|
189
189
|
/**
|
|
190
190
|
* The payload of the event, if requested.
|
|
191
191
|
*/
|
|
192
|
-
export type
|
|
193
|
-
team:
|
|
194
|
-
configuration:
|
|
192
|
+
export type OneHundredAndFifty = {
|
|
193
|
+
team: UserEventPayload150Team;
|
|
194
|
+
configuration: UserEventPayload150Configuration;
|
|
195
195
|
peering: PayloadPeering;
|
|
196
196
|
};
|
|
197
|
-
export type
|
|
197
|
+
export type UserEventPayload149Team = {
|
|
198
198
|
id: string;
|
|
199
199
|
name: string;
|
|
200
200
|
};
|
|
201
|
-
export type
|
|
201
|
+
export type UserEventPayload149Configuration = {
|
|
202
202
|
id: string;
|
|
203
203
|
name?: string | undefined;
|
|
204
204
|
};
|
|
@@ -211,35 +211,35 @@ export type Peering = {
|
|
|
211
211
|
/**
|
|
212
212
|
* The payload of the event, if requested.
|
|
213
213
|
*/
|
|
214
|
-
export type
|
|
215
|
-
team:
|
|
216
|
-
configuration:
|
|
214
|
+
export type OneHundredAndFortyNine = {
|
|
215
|
+
team: UserEventPayload149Team;
|
|
216
|
+
configuration: UserEventPayload149Configuration;
|
|
217
217
|
peering: Peering;
|
|
218
218
|
};
|
|
219
219
|
/**
|
|
220
220
|
* The payload of the event, if requested.
|
|
221
221
|
*/
|
|
222
|
-
export type
|
|
222
|
+
export type OneHundredAndFortyEight = {
|
|
223
223
|
appName: string;
|
|
224
224
|
};
|
|
225
225
|
/**
|
|
226
226
|
* The payload of the event, if requested.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type OneHundredAndFortySeven = {
|
|
229
229
|
appName: string;
|
|
230
230
|
nextScopes: Array<string>;
|
|
231
231
|
};
|
|
232
232
|
/**
|
|
233
233
|
* The payload of the event, if requested.
|
|
234
234
|
*/
|
|
235
|
-
export type
|
|
235
|
+
export type OneHundredAndFortySix = {
|
|
236
236
|
appName: string;
|
|
237
237
|
scopes: Array<string>;
|
|
238
238
|
};
|
|
239
239
|
/**
|
|
240
240
|
* The payload of the event, if requested.
|
|
241
241
|
*/
|
|
242
|
-
export type
|
|
242
|
+
export type OneHundredAndFortyFive = {
|
|
243
243
|
oldName: string;
|
|
244
244
|
newName: string;
|
|
245
245
|
};
|
|
@@ -251,7 +251,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
251
251
|
/**
|
|
252
252
|
* The payload of the event, if requested.
|
|
253
253
|
*/
|
|
254
|
-
export type
|
|
254
|
+
export type OneHundredAndFortyFour = {
|
|
255
255
|
tier: Tier;
|
|
256
256
|
};
|
|
257
257
|
export type ProjectWebAnalytics = {
|
|
@@ -271,7 +271,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
271
271
|
/**
|
|
272
272
|
* The payload of the event, if requested.
|
|
273
273
|
*/
|
|
274
|
-
export type
|
|
274
|
+
export type OneHundredAndFortyThree = {
|
|
275
275
|
projectId: string;
|
|
276
276
|
projectName: string;
|
|
277
277
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -309,7 +309,7 @@ export type Microfrontends1 = {
|
|
|
309
309
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
310
310
|
};
|
|
311
311
|
export type Microfrontends = Microfrontends2 | Microfrontends1;
|
|
312
|
-
export type
|
|
312
|
+
export type UserEventPayload142Project = {
|
|
313
313
|
id: string;
|
|
314
314
|
name: string;
|
|
315
315
|
microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
|
|
@@ -346,11 +346,11 @@ export type UserEventMicrofrontends1 = {
|
|
|
346
346
|
routeObservabilityToThisProject?: boolean | undefined;
|
|
347
347
|
};
|
|
348
348
|
export type PayloadMicrofrontends = UserEventMicrofrontends2 | UserEventMicrofrontends1;
|
|
349
|
-
export type
|
|
349
|
+
export type UserEventPayload142PrevProject = {
|
|
350
350
|
microfrontends?: UserEventMicrofrontends2 | UserEventMicrofrontends1 | undefined;
|
|
351
351
|
};
|
|
352
352
|
export type PayloadPrev = {
|
|
353
|
-
project:
|
|
353
|
+
project: UserEventPayload142PrevProject;
|
|
354
354
|
};
|
|
355
355
|
export type PayloadGroup = {
|
|
356
356
|
id: string;
|
|
@@ -360,12 +360,12 @@ export type PayloadGroup = {
|
|
|
360
360
|
/**
|
|
361
361
|
* The payload of the event, if requested.
|
|
362
362
|
*/
|
|
363
|
-
export type
|
|
364
|
-
project:
|
|
363
|
+
export type OneHundredAndFortyTwo = {
|
|
364
|
+
project: UserEventPayload142Project;
|
|
365
365
|
prev: PayloadPrev;
|
|
366
366
|
group: PayloadGroup;
|
|
367
367
|
};
|
|
368
|
-
export type
|
|
368
|
+
export type UserEventPayload141Project = {
|
|
369
369
|
id: string;
|
|
370
370
|
name: string;
|
|
371
371
|
};
|
|
@@ -377,8 +377,8 @@ export type Group = {
|
|
|
377
377
|
/**
|
|
378
378
|
* The payload of the event, if requested.
|
|
379
379
|
*/
|
|
380
|
-
export type
|
|
381
|
-
project:
|
|
380
|
+
export type OneHundredAndFortyOne = {
|
|
381
|
+
project: UserEventPayload141Project;
|
|
382
382
|
group: Group;
|
|
383
383
|
};
|
|
384
384
|
export type Prev = {
|
|
@@ -388,7 +388,7 @@ export type Prev = {
|
|
|
388
388
|
/**
|
|
389
389
|
* The payload of the event, if requested.
|
|
390
390
|
*/
|
|
391
|
-
export type
|
|
391
|
+
export type OneHundredAndForty = {
|
|
392
392
|
id: string;
|
|
393
393
|
slug: string;
|
|
394
394
|
name: string;
|
|
@@ -397,26 +397,26 @@ export type OneHundredAndThirtyNine = {
|
|
|
397
397
|
/**
|
|
398
398
|
* The payload of the event, if requested.
|
|
399
399
|
*/
|
|
400
|
-
export type
|
|
400
|
+
export type OneHundredAndThirtyNine = {
|
|
401
401
|
id: string;
|
|
402
402
|
slug: string;
|
|
403
403
|
name: string;
|
|
404
404
|
};
|
|
405
|
-
export declare const
|
|
405
|
+
export declare const UserEventPayload138Action: {
|
|
406
406
|
readonly Enable: "enable";
|
|
407
407
|
readonly Disable: "disable";
|
|
408
408
|
};
|
|
409
|
-
export type
|
|
409
|
+
export type UserEventPayload138Action = ClosedEnum<typeof UserEventPayload138Action>;
|
|
410
410
|
/**
|
|
411
411
|
* The payload of the event, if requested.
|
|
412
412
|
*/
|
|
413
|
-
export type
|
|
414
|
-
action:
|
|
413
|
+
export type OneHundredAndThirtyEight = {
|
|
414
|
+
action: UserEventPayload138Action;
|
|
415
415
|
};
|
|
416
416
|
/**
|
|
417
417
|
* The payload of the event, if requested.
|
|
418
418
|
*/
|
|
419
|
-
export type
|
|
419
|
+
export type OneHundredAndThirtySeven = {
|
|
420
420
|
edgeConfigId: string;
|
|
421
421
|
edgeConfigSlug: string;
|
|
422
422
|
/**
|
|
@@ -427,7 +427,7 @@ export type OneHundredAndThirtySix = {
|
|
|
427
427
|
/**
|
|
428
428
|
* The payload of the event, if requested.
|
|
429
429
|
*/
|
|
430
|
-
export type
|
|
430
|
+
export type OneHundredAndThirtySix = {
|
|
431
431
|
edgeConfigId: string;
|
|
432
432
|
edgeConfigSlug: string;
|
|
433
433
|
edgeConfigTokenId: string;
|
|
@@ -436,20 +436,20 @@ export type OneHundredAndThirtyFive = {
|
|
|
436
436
|
/**
|
|
437
437
|
* The payload of the event, if requested.
|
|
438
438
|
*/
|
|
439
|
-
export type
|
|
439
|
+
export type OneHundredAndThirtyFive = {
|
|
440
440
|
edgeConfigId: string;
|
|
441
441
|
edgeConfigSlug: string;
|
|
442
442
|
edgeConfigDigest: string;
|
|
443
443
|
};
|
|
444
|
-
export declare const
|
|
444
|
+
export declare const UserEventPayload134Role: {
|
|
445
445
|
readonly Admin: "ADMIN";
|
|
446
446
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
447
447
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
448
448
|
};
|
|
449
|
-
export type
|
|
450
|
-
export type
|
|
449
|
+
export type UserEventPayload134Role = ClosedEnum<typeof UserEventPayload134Role>;
|
|
450
|
+
export type UserEventPayload134Project = {
|
|
451
451
|
name: string;
|
|
452
|
-
role:
|
|
452
|
+
role: UserEventPayload134Role;
|
|
453
453
|
invitedUserName: string;
|
|
454
454
|
id?: string | undefined;
|
|
455
455
|
invitedUserId?: string | undefined;
|
|
@@ -457,19 +457,19 @@ export type UserEventPayload133Project = {
|
|
|
457
457
|
/**
|
|
458
458
|
* The payload of the event, if requested.
|
|
459
459
|
*/
|
|
460
|
-
export type
|
|
461
|
-
project:
|
|
460
|
+
export type OneHundredAndThirtyFour = {
|
|
461
|
+
project: UserEventPayload134Project;
|
|
462
462
|
};
|
|
463
|
-
export type
|
|
463
|
+
export type UserEventPayload133Project = {
|
|
464
464
|
id: string;
|
|
465
465
|
name: string;
|
|
466
466
|
};
|
|
467
|
-
export declare const
|
|
467
|
+
export declare const UserEventPayload133Role: {
|
|
468
468
|
readonly Admin: "ADMIN";
|
|
469
469
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
470
470
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
471
471
|
};
|
|
472
|
-
export type
|
|
472
|
+
export type UserEventPayload133Role = ClosedEnum<typeof UserEventPayload133Role>;
|
|
473
473
|
export declare const PayloadPreviousRole: {
|
|
474
474
|
readonly Admin: "ADMIN";
|
|
475
475
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
@@ -477,7 +477,7 @@ export declare const PayloadPreviousRole: {
|
|
|
477
477
|
};
|
|
478
478
|
export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
|
|
479
479
|
export type PayloadProjectMembership = {
|
|
480
|
-
role?:
|
|
480
|
+
role?: UserEventPayload133Role | undefined;
|
|
481
481
|
uid?: string | undefined;
|
|
482
482
|
createdAt?: number | undefined;
|
|
483
483
|
username?: string | undefined;
|
|
@@ -486,11 +486,11 @@ export type PayloadProjectMembership = {
|
|
|
486
486
|
/**
|
|
487
487
|
* The payload of the event, if requested.
|
|
488
488
|
*/
|
|
489
|
-
export type
|
|
490
|
-
project:
|
|
489
|
+
export type OneHundredAndThirtyThree = {
|
|
490
|
+
project: UserEventPayload133Project;
|
|
491
491
|
projectMembership: PayloadProjectMembership;
|
|
492
492
|
};
|
|
493
|
-
export type
|
|
493
|
+
export type UserEventPayload132Project = {
|
|
494
494
|
name: string;
|
|
495
495
|
id?: string | undefined;
|
|
496
496
|
};
|
|
@@ -509,11 +509,11 @@ export type RemovedMembership = {
|
|
|
509
509
|
/**
|
|
510
510
|
* The payload of the event, if requested.
|
|
511
511
|
*/
|
|
512
|
-
export type
|
|
513
|
-
project:
|
|
512
|
+
export type OneHundredAndThirtyTwo = {
|
|
513
|
+
project: UserEventPayload132Project;
|
|
514
514
|
removedMembership: RemovedMembership;
|
|
515
515
|
};
|
|
516
|
-
export type
|
|
516
|
+
export type UserEventPayload131Project = {
|
|
517
517
|
name: string;
|
|
518
518
|
id?: string | undefined;
|
|
519
519
|
};
|
|
@@ -532,14 +532,14 @@ export type ProjectMembership = {
|
|
|
532
532
|
/**
|
|
533
533
|
* The payload of the event, if requested.
|
|
534
534
|
*/
|
|
535
|
-
export type
|
|
536
|
-
project:
|
|
535
|
+
export type OneHundredAndThirtyOne = {
|
|
536
|
+
project: UserEventPayload131Project;
|
|
537
537
|
projectMembership: ProjectMembership | null;
|
|
538
538
|
};
|
|
539
539
|
/**
|
|
540
540
|
* The payload of the event, if requested.
|
|
541
541
|
*/
|
|
542
|
-
export type
|
|
542
|
+
export type OneHundredAndThirty = {
|
|
543
543
|
previousProjectName: string;
|
|
544
544
|
newProjectName: string;
|
|
545
545
|
originAccountName: string;
|
|
@@ -548,7 +548,7 @@ export type OneHundredAndTwentyNine = {
|
|
|
548
548
|
/**
|
|
549
549
|
* The payload of the event, if requested.
|
|
550
550
|
*/
|
|
551
|
-
export type
|
|
551
|
+
export type OneHundredAndTwentyNine = {
|
|
552
552
|
previousProjectName: string;
|
|
553
553
|
newProjectName: string;
|
|
554
554
|
destinationAccountName: string;
|
|
@@ -557,7 +557,7 @@ export type OneHundredAndTwentyEight = {
|
|
|
557
557
|
/**
|
|
558
558
|
* The payload of the event, if requested.
|
|
559
559
|
*/
|
|
560
|
-
export type
|
|
560
|
+
export type OneHundredAndTwentyEight = {
|
|
561
561
|
projectName: string;
|
|
562
562
|
destinationAccountName: string | null;
|
|
563
563
|
transferId?: string | undefined;
|
|
@@ -565,7 +565,7 @@ export type OneHundredAndTwentySeven = {
|
|
|
565
565
|
/**
|
|
566
566
|
* The payload of the event, if requested.
|
|
567
567
|
*/
|
|
568
|
-
export type
|
|
568
|
+
export type OneHundredAndTwentySeven = {
|
|
569
569
|
projectId: string;
|
|
570
570
|
projectName: string;
|
|
571
571
|
originAccountName: string;
|
|
@@ -576,7 +576,7 @@ export type OneHundredAndTwentySix = {
|
|
|
576
576
|
/**
|
|
577
577
|
* The payload of the event, if requested.
|
|
578
578
|
*/
|
|
579
|
-
export type
|
|
579
|
+
export type OneHundredAndTwentySix = {
|
|
580
580
|
requestedTeamName: string;
|
|
581
581
|
requestedUserName?: string | undefined;
|
|
582
582
|
gitUsername?: string | undefined;
|
|
@@ -587,7 +587,7 @@ export type OneHundredAndTwentyFive = {
|
|
|
587
587
|
/**
|
|
588
588
|
* The payload of the event, if requested.
|
|
589
589
|
*/
|
|
590
|
-
export type
|
|
590
|
+
export type OneHundredAndTwentyFive = {
|
|
591
591
|
teamName: string;
|
|
592
592
|
username?: string | undefined;
|
|
593
593
|
gitUsername?: string | null | undefined;
|
|
@@ -598,7 +598,7 @@ export type OneHundredAndTwentyFour = {
|
|
|
598
598
|
/**
|
|
599
599
|
* The payload of the event, if requested.
|
|
600
600
|
*/
|
|
601
|
-
export type
|
|
601
|
+
export type OneHundredAndTwentyFour = {
|
|
602
602
|
teamName: string;
|
|
603
603
|
username?: string | undefined;
|
|
604
604
|
gitUsername?: string | undefined;
|
|
@@ -611,21 +611,21 @@ export type OneHundredAndTwentyThree = {
|
|
|
611
611
|
/**
|
|
612
612
|
* The payload of the event, if requested.
|
|
613
613
|
*/
|
|
614
|
-
export type
|
|
614
|
+
export type OneHundredAndTwentyThree = {
|
|
615
615
|
price?: number | undefined;
|
|
616
616
|
currency?: string | undefined;
|
|
617
617
|
};
|
|
618
618
|
/**
|
|
619
619
|
* The payload of the event, if requested.
|
|
620
620
|
*/
|
|
621
|
-
export type
|
|
621
|
+
export type OneHundredAndTwentyTwo = {
|
|
622
622
|
previewDeploymentSuffix?: string | null | undefined;
|
|
623
623
|
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
624
624
|
};
|
|
625
625
|
/**
|
|
626
626
|
* The payload of the event, if requested.
|
|
627
627
|
*/
|
|
628
|
-
export type
|
|
628
|
+
export type OneHundredAndTwentyOne = {
|
|
629
629
|
price?: number | undefined;
|
|
630
630
|
currency?: string | undefined;
|
|
631
631
|
enabled?: boolean | undefined;
|
|
@@ -633,26 +633,26 @@ export type OneHundredAndTwenty = {
|
|
|
633
633
|
/**
|
|
634
634
|
* The payload of the event, if requested.
|
|
635
635
|
*/
|
|
636
|
-
export type
|
|
636
|
+
export type OneHundredAndTwenty = {
|
|
637
637
|
username: string;
|
|
638
638
|
};
|
|
639
639
|
/**
|
|
640
640
|
* The payload of the event, if requested.
|
|
641
641
|
*/
|
|
642
|
-
export type
|
|
642
|
+
export type OneHundredAndNineteen = {
|
|
643
643
|
email: string;
|
|
644
644
|
prevEmail: string;
|
|
645
645
|
};
|
|
646
646
|
/**
|
|
647
647
|
* The payload of the event, if requested.
|
|
648
648
|
*/
|
|
649
|
-
export type
|
|
649
|
+
export type OneHundredAndEighteen = {
|
|
650
650
|
mfaEnabled: boolean;
|
|
651
651
|
};
|
|
652
652
|
/**
|
|
653
653
|
* The payload of the event, if requested.
|
|
654
654
|
*/
|
|
655
|
-
export type
|
|
655
|
+
export type OneHundredAndSeventeen = {
|
|
656
656
|
enabled: boolean;
|
|
657
657
|
totpVerified: boolean;
|
|
658
658
|
};
|
|
@@ -667,7 +667,7 @@ export type Next = {
|
|
|
667
667
|
/**
|
|
668
668
|
* The payload of the event, if requested.
|
|
669
669
|
*/
|
|
670
|
-
export type
|
|
670
|
+
export type OneHundredAndSixteen = {
|
|
671
671
|
previous: Previous;
|
|
672
672
|
next: Next;
|
|
673
673
|
};
|
|
@@ -680,7 +680,7 @@ export type PayloadRemoteCaching = {
|
|
|
680
680
|
/**
|
|
681
681
|
* The payload of the event, if requested.
|
|
682
682
|
*/
|
|
683
|
-
export type
|
|
683
|
+
export type OneHundredAndFifteen = {
|
|
684
684
|
/**
|
|
685
685
|
* Represents configuration for remote caching
|
|
686
686
|
*/
|
|
@@ -689,31 +689,31 @@ export type OneHundredAndFourteen = {
|
|
|
689
689
|
/**
|
|
690
690
|
* The payload of the event, if requested.
|
|
691
691
|
*/
|
|
692
|
-
export type
|
|
692
|
+
export type OneHundredAndFourteen = {
|
|
693
693
|
slug?: string | undefined;
|
|
694
694
|
};
|
|
695
695
|
/**
|
|
696
696
|
* The payload of the event, if requested.
|
|
697
697
|
*/
|
|
698
|
-
export type
|
|
698
|
+
export type OneHundredAndThirteen = {
|
|
699
699
|
name?: string | undefined;
|
|
700
700
|
};
|
|
701
701
|
/**
|
|
702
702
|
* The payload of the event, if requested.
|
|
703
703
|
*/
|
|
704
|
-
export type
|
|
704
|
+
export type OneHundredAndTwelve = {
|
|
705
705
|
enforced: boolean;
|
|
706
706
|
};
|
|
707
|
-
export type
|
|
707
|
+
export type UserEventPayload111User = {
|
|
708
708
|
id: string;
|
|
709
709
|
username: string;
|
|
710
710
|
};
|
|
711
711
|
/**
|
|
712
712
|
* The payload of the event, if requested.
|
|
713
713
|
*/
|
|
714
|
-
export type
|
|
714
|
+
export type OneHundredAndEleven = {
|
|
715
715
|
entitlement: string;
|
|
716
|
-
user:
|
|
716
|
+
user: UserEventPayload111User;
|
|
717
717
|
previousCanceledAt?: string | undefined;
|
|
718
718
|
};
|
|
719
719
|
export type UserEventPayloadUser = {
|
|
@@ -723,7 +723,7 @@ export type UserEventPayloadUser = {
|
|
|
723
723
|
/**
|
|
724
724
|
* The payload of the event, if requested.
|
|
725
725
|
*/
|
|
726
|
-
export type
|
|
726
|
+
export type OneHundredAndTen = {
|
|
727
727
|
entitlement: string;
|
|
728
728
|
user: UserEventPayloadUser;
|
|
729
729
|
};
|
|
@@ -734,7 +734,7 @@ export type UpdatedUser = {
|
|
|
734
734
|
/**
|
|
735
735
|
* The payload of the event, if requested.
|
|
736
736
|
*/
|
|
737
|
-
export type
|
|
737
|
+
export type OneHundredAndNine = {
|
|
738
738
|
directoryType?: string | undefined;
|
|
739
739
|
updatedUser?: UpdatedUser | undefined;
|
|
740
740
|
role?: string | undefined;
|
|
@@ -744,7 +744,7 @@ export type OneHundredAndEight = {
|
|
|
744
744
|
/**
|
|
745
745
|
* The payload of the event, if requested.
|
|
746
746
|
*/
|
|
747
|
-
export type
|
|
747
|
+
export type OneHundredAndEight = {
|
|
748
748
|
role?: string | undefined;
|
|
749
749
|
uid: string;
|
|
750
750
|
origin?: string | undefined;
|
|
@@ -756,7 +756,7 @@ export type DeletedUser = {
|
|
|
756
756
|
/**
|
|
757
757
|
* The payload of the event, if requested.
|
|
758
758
|
*/
|
|
759
|
-
export type
|
|
759
|
+
export type OneHundredAndSeven = {
|
|
760
760
|
deletedUser?: DeletedUser | undefined;
|
|
761
761
|
deletedUid?: string | undefined;
|
|
762
762
|
githubUsername?: string | null | undefined;
|
|
@@ -771,7 +771,7 @@ export type InvitedUser = {
|
|
|
771
771
|
/**
|
|
772
772
|
* The payload of the event, if requested.
|
|
773
773
|
*/
|
|
774
|
-
export type
|
|
774
|
+
export type OneHundredAndSix = {
|
|
775
775
|
directoryType?: string | undefined;
|
|
776
776
|
ssoType?: string | undefined;
|
|
777
777
|
invitedUser?: InvitedUser | undefined;
|
|
@@ -787,7 +787,7 @@ export type Reasons = {
|
|
|
787
787
|
/**
|
|
788
788
|
* The payload of the event, if requested.
|
|
789
789
|
*/
|
|
790
|
-
export type
|
|
790
|
+
export type OneHundredAndFive = {
|
|
791
791
|
slug: string;
|
|
792
792
|
teamId: string;
|
|
793
793
|
by: string;
|
|
@@ -796,7 +796,7 @@ export type OneHundredAndFour = {
|
|
|
796
796
|
/**
|
|
797
797
|
* The payload of the event, if requested.
|
|
798
798
|
*/
|
|
799
|
-
export type
|
|
799
|
+
export type OneHundredAndFour = {
|
|
800
800
|
slug: string;
|
|
801
801
|
};
|
|
802
802
|
export type Store = {
|
|
@@ -806,7 +806,7 @@ export type Store = {
|
|
|
806
806
|
/**
|
|
807
807
|
* The payload of the event, if requested.
|
|
808
808
|
*/
|
|
809
|
-
export type
|
|
809
|
+
export type OneHundredAndThree = {
|
|
810
810
|
store: Store;
|
|
811
811
|
ownerId?: string | undefined;
|
|
812
812
|
};
|
|
@@ -818,7 +818,7 @@ export type StoreType = ClosedEnum<typeof StoreType>;
|
|
|
818
818
|
/**
|
|
819
819
|
* The payload of the event, if requested.
|
|
820
820
|
*/
|
|
821
|
-
export type
|
|
821
|
+
export type OneHundredAndTwo = {
|
|
822
822
|
storeType: StoreType;
|
|
823
823
|
};
|
|
824
824
|
export declare const UserEventPayloadType: {
|
|
@@ -832,7 +832,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
|
|
|
832
832
|
/**
|
|
833
833
|
* The payload of the event, if requested.
|
|
834
834
|
*/
|
|
835
|
-
export type
|
|
835
|
+
export type OneHundredAndOne = {
|
|
836
836
|
id: string;
|
|
837
837
|
name?: string | undefined;
|
|
838
838
|
computeUnitsMax?: number | undefined;
|
|
@@ -843,13 +843,13 @@ export type OneHundred = {
|
|
|
843
843
|
/**
|
|
844
844
|
* The budget type
|
|
845
845
|
*/
|
|
846
|
-
export declare const
|
|
846
|
+
export declare const UserEventPayload100Type: {
|
|
847
847
|
readonly Fixed: "fixed";
|
|
848
848
|
};
|
|
849
849
|
/**
|
|
850
850
|
* The budget type
|
|
851
851
|
*/
|
|
852
|
-
export type
|
|
852
|
+
export type UserEventPayload100Type = ClosedEnum<typeof UserEventPayload100Type>;
|
|
853
853
|
/**
|
|
854
854
|
* The acive pricing plan the team is billed with
|
|
855
855
|
*/
|
|
@@ -868,7 +868,7 @@ export type BudgetItem = {
|
|
|
868
868
|
/**
|
|
869
869
|
* The budget type
|
|
870
870
|
*/
|
|
871
|
-
type:
|
|
871
|
+
type: UserEventPayload100Type;
|
|
872
872
|
/**
|
|
873
873
|
* Budget amount
|
|
874
874
|
*/
|
|
@@ -927,19 +927,19 @@ export type PayloadBudget = {
|
|
|
927
927
|
/**
|
|
928
928
|
* The payload of the event, if requested.
|
|
929
929
|
*/
|
|
930
|
-
export type
|
|
930
|
+
export type OneHundred = {
|
|
931
931
|
budget: PayloadBudget;
|
|
932
932
|
};
|
|
933
933
|
/**
|
|
934
934
|
* The budget type
|
|
935
935
|
*/
|
|
936
|
-
export declare const
|
|
936
|
+
export declare const UserEventPayload99Type: {
|
|
937
937
|
readonly Fixed: "fixed";
|
|
938
938
|
};
|
|
939
939
|
/**
|
|
940
940
|
* The budget type
|
|
941
941
|
*/
|
|
942
|
-
export type
|
|
942
|
+
export type UserEventPayload99Type = ClosedEnum<typeof UserEventPayload99Type>;
|
|
943
943
|
/**
|
|
944
944
|
* The acive pricing plan the team is billed with
|
|
945
945
|
*/
|
|
@@ -958,7 +958,7 @@ export type Budget = {
|
|
|
958
958
|
/**
|
|
959
959
|
* The budget type
|
|
960
960
|
*/
|
|
961
|
-
type:
|
|
961
|
+
type: UserEventPayload99Type;
|
|
962
962
|
/**
|
|
963
963
|
* Budget amount
|
|
964
964
|
*/
|
|
@@ -1011,7 +1011,7 @@ export type Budget = {
|
|
|
1011
1011
|
/**
|
|
1012
1012
|
* The payload of the event, if requested.
|
|
1013
1013
|
*/
|
|
1014
|
-
export type
|
|
1014
|
+
export type NinetyNine = {
|
|
1015
1015
|
/**
|
|
1016
1016
|
* Represents a budget for tracking and notifying teams on their spending.
|
|
1017
1017
|
*/
|
|
@@ -1020,7 +1020,7 @@ export type NinetyEight = {
|
|
|
1020
1020
|
/**
|
|
1021
1021
|
* The payload of the event, if requested.
|
|
1022
1022
|
*/
|
|
1023
|
-
export type
|
|
1023
|
+
export type NinetyEight = {
|
|
1024
1024
|
webhookUrl?: string | undefined;
|
|
1025
1025
|
};
|
|
1026
1026
|
export type ScalingRules = {
|
|
@@ -1030,7 +1030,7 @@ export type ScalingRules = {
|
|
|
1030
1030
|
/**
|
|
1031
1031
|
* The payload of the event, if requested.
|
|
1032
1032
|
*/
|
|
1033
|
-
export type
|
|
1033
|
+
export type NinetySeven = {
|
|
1034
1034
|
scalingRules: {
|
|
1035
1035
|
[k: string]: ScalingRules;
|
|
1036
1036
|
};
|
|
@@ -1041,13 +1041,13 @@ export type NinetySix = {
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* The payload of the event, if requested.
|
|
1043
1043
|
*/
|
|
1044
|
-
export type
|
|
1044
|
+
export type NinetySix = {
|
|
1045
1045
|
bio: string;
|
|
1046
1046
|
};
|
|
1047
1047
|
/**
|
|
1048
1048
|
* The payload of the event, if requested.
|
|
1049
1049
|
*/
|
|
1050
|
-
export type
|
|
1050
|
+
export type NinetyFive = {
|
|
1051
1051
|
oldName: string;
|
|
1052
1052
|
newName: string;
|
|
1053
1053
|
uid?: string | undefined;
|
|
@@ -1059,11 +1059,11 @@ export type Name = Name2 | string;
|
|
|
1059
1059
|
/**
|
|
1060
1060
|
* The payload of the event, if requested.
|
|
1061
1061
|
*/
|
|
1062
|
-
export type
|
|
1062
|
+
export type NinetyFour = {
|
|
1063
1063
|
uid: string;
|
|
1064
1064
|
name: Name2 | string;
|
|
1065
1065
|
};
|
|
1066
|
-
export type
|
|
1066
|
+
export type UserEventPayload93Team = {
|
|
1067
1067
|
id: string;
|
|
1068
1068
|
name?: string | undefined;
|
|
1069
1069
|
};
|
|
@@ -1073,11 +1073,11 @@ export type PayloadPreviousRule = {
|
|
|
1073
1073
|
/**
|
|
1074
1074
|
* The payload of the event, if requested.
|
|
1075
1075
|
*/
|
|
1076
|
-
export type
|
|
1077
|
-
team:
|
|
1076
|
+
export type NinetyThree = {
|
|
1077
|
+
team: UserEventPayload93Team;
|
|
1078
1078
|
previousRule: PayloadPreviousRule;
|
|
1079
1079
|
};
|
|
1080
|
-
export type
|
|
1080
|
+
export type UserEventPayload92Team = {
|
|
1081
1081
|
id: string;
|
|
1082
1082
|
name?: string | undefined;
|
|
1083
1083
|
};
|
|
@@ -1090,35 +1090,35 @@ export type NextRule = {
|
|
|
1090
1090
|
/**
|
|
1091
1091
|
* The payload of the event, if requested.
|
|
1092
1092
|
*/
|
|
1093
|
-
export type
|
|
1094
|
-
team:
|
|
1093
|
+
export type NinetyTwo = {
|
|
1094
|
+
team: UserEventPayload92Team;
|
|
1095
1095
|
previousRule?: PreviousRule | undefined;
|
|
1096
1096
|
nextRule?: NextRule | undefined;
|
|
1097
1097
|
};
|
|
1098
1098
|
/**
|
|
1099
1099
|
* The payload of the event, if requested.
|
|
1100
1100
|
*/
|
|
1101
|
-
export type
|
|
1101
|
+
export type NinetyOne = {
|
|
1102
1102
|
email: string;
|
|
1103
1103
|
};
|
|
1104
1104
|
/**
|
|
1105
1105
|
* The payload of the event, if requested.
|
|
1106
1106
|
*/
|
|
1107
|
-
export type
|
|
1107
|
+
export type Ninety = {
|
|
1108
1108
|
email: string;
|
|
1109
1109
|
verified: boolean;
|
|
1110
1110
|
};
|
|
1111
1111
|
/**
|
|
1112
1112
|
* The payload of the event, if requested.
|
|
1113
1113
|
*/
|
|
1114
|
-
export type
|
|
1114
|
+
export type EightyNine = {
|
|
1115
1115
|
instances: number;
|
|
1116
1116
|
url: string;
|
|
1117
1117
|
};
|
|
1118
1118
|
/**
|
|
1119
1119
|
* The payload of the event, if requested.
|
|
1120
1120
|
*/
|
|
1121
|
-
export type
|
|
1121
|
+
export type EightyEight = {
|
|
1122
1122
|
gitProvider: string;
|
|
1123
1123
|
gitProviderGroupDescriptor: string;
|
|
1124
1124
|
gitScope: string;
|
|
@@ -1126,7 +1126,7 @@ export type EightySeven = {
|
|
|
1126
1126
|
/**
|
|
1127
1127
|
* The payload of the event, if requested.
|
|
1128
1128
|
*/
|
|
1129
|
-
export type
|
|
1129
|
+
export type EightySeven = {
|
|
1130
1130
|
projectId?: string | undefined;
|
|
1131
1131
|
projectName?: string | undefined;
|
|
1132
1132
|
newTargetPercentage?: number | undefined;
|
|
@@ -1134,17 +1134,17 @@ export type EightySix = {
|
|
|
1134
1134
|
/**
|
|
1135
1135
|
* The payload of the event, if requested.
|
|
1136
1136
|
*/
|
|
1137
|
-
export type
|
|
1137
|
+
export type EightySix = {
|
|
1138
1138
|
projectId: string;
|
|
1139
1139
|
projectName: string;
|
|
1140
1140
|
};
|
|
1141
1141
|
/**
|
|
1142
1142
|
* The payload of the event, if requested.
|
|
1143
1143
|
*/
|
|
1144
|
-
export type
|
|
1144
|
+
export type EightyFive = {
|
|
1145
1145
|
projectId: string;
|
|
1146
1146
|
};
|
|
1147
|
-
export type
|
|
1147
|
+
export type UserEventPayload84Team = {
|
|
1148
1148
|
id: string;
|
|
1149
1149
|
name: string;
|
|
1150
1150
|
};
|
|
@@ -1186,7 +1186,7 @@ export type NewConnectConfigurations = {
|
|
|
1186
1186
|
createdAt: number;
|
|
1187
1187
|
updatedAt: number;
|
|
1188
1188
|
};
|
|
1189
|
-
export type
|
|
1189
|
+
export type UserEventPayload84Project = {
|
|
1190
1190
|
id: string;
|
|
1191
1191
|
name?: string | undefined;
|
|
1192
1192
|
oldConnectConfigurations: Array<OldConnectConfigurations> | null;
|
|
@@ -1195,14 +1195,14 @@ export type UserEventPayload83Project = {
|
|
|
1195
1195
|
/**
|
|
1196
1196
|
* The payload of the event, if requested.
|
|
1197
1197
|
*/
|
|
1198
|
-
export type
|
|
1199
|
-
team:
|
|
1200
|
-
project:
|
|
1198
|
+
export type EightyFour = {
|
|
1199
|
+
team: UserEventPayload84Team;
|
|
1200
|
+
project: UserEventPayload84Project;
|
|
1201
1201
|
};
|
|
1202
1202
|
/**
|
|
1203
1203
|
* The payload of the event, if requested.
|
|
1204
1204
|
*/
|
|
1205
|
-
export type
|
|
1205
|
+
export type EightyThree = {
|
|
1206
1206
|
name: string;
|
|
1207
1207
|
ownerId: string;
|
|
1208
1208
|
};
|
|
@@ -1215,7 +1215,7 @@ export type UserEventPayloadAction = ClosedEnum<typeof UserEventPayloadAction>;
|
|
|
1215
1215
|
/**
|
|
1216
1216
|
* The payload of the event, if requested.
|
|
1217
1217
|
*/
|
|
1218
|
-
export type
|
|
1218
|
+
export type EightyTwo = {
|
|
1219
1219
|
projectName: string;
|
|
1220
1220
|
action: UserEventPayloadAction;
|
|
1221
1221
|
};
|
|
@@ -1234,7 +1234,7 @@ export type OldOptionsAllowlist = {
|
|
|
1234
1234
|
/**
|
|
1235
1235
|
* The payload of the event, if requested.
|
|
1236
1236
|
*/
|
|
1237
|
-
export type
|
|
1237
|
+
export type EightyOne = {
|
|
1238
1238
|
projectName: string;
|
|
1239
1239
|
optionsAllowlist?: OptionsAllowlist | null | undefined;
|
|
1240
1240
|
oldOptionsAllowlist?: OldOptionsAllowlist | null | undefined;
|
|
@@ -1256,7 +1256,7 @@ export type OldTrustedIps = ClosedEnum<typeof OldTrustedIps>;
|
|
|
1256
1256
|
/**
|
|
1257
1257
|
* The payload of the event, if requested.
|
|
1258
1258
|
*/
|
|
1259
|
-
export type
|
|
1259
|
+
export type Eighty = {
|
|
1260
1260
|
projectName: string;
|
|
1261
1261
|
trustedIps?: TrustedIps | null | undefined;
|
|
1262
1262
|
oldTrustedIps?: OldTrustedIps | null | undefined;
|
|
@@ -1298,7 +1298,7 @@ export type OldPasswordProtection = OldPasswordProtection1 | OldPasswordProtecti
|
|
|
1298
1298
|
/**
|
|
1299
1299
|
* The payload of the event, if requested.
|
|
1300
1300
|
*/
|
|
1301
|
-
export type
|
|
1301
|
+
export type SeventyNine = {
|
|
1302
1302
|
projectName: string;
|
|
1303
1303
|
passwordProtection: PasswordProtection1 | PasswordProtection2 | null;
|
|
1304
1304
|
oldPasswordProtection: OldPasswordProtection1 | OldPasswordProtection2 | null;
|
|
@@ -1338,7 +1338,7 @@ export type OldSsoProtection = OldSsoProtection1 | OldSsoProtection2;
|
|
|
1338
1338
|
/**
|
|
1339
1339
|
* The payload of the event, if requested.
|
|
1340
1340
|
*/
|
|
1341
|
-
export type
|
|
1341
|
+
export type SeventyEight = {
|
|
1342
1342
|
projectName: string;
|
|
1343
1343
|
ssoProtection: SsoProtection1 | SsoProtection2 | null;
|
|
1344
1344
|
oldSsoProtection: OldSsoProtection1 | OldSsoProtection2 | null;
|
|
@@ -1346,14 +1346,14 @@ export type SeventySeven = {
|
|
|
1346
1346
|
/**
|
|
1347
1347
|
* The payload of the event, if requested.
|
|
1348
1348
|
*/
|
|
1349
|
-
export type
|
|
1349
|
+
export type SeventySeven = {
|
|
1350
1350
|
projectName?: string | undefined;
|
|
1351
1351
|
projectId: string;
|
|
1352
1352
|
};
|
|
1353
1353
|
/**
|
|
1354
1354
|
* The payload of the event, if requested.
|
|
1355
1355
|
*/
|
|
1356
|
-
export type
|
|
1356
|
+
export type SeventySix = {
|
|
1357
1357
|
projectName?: string | undefined;
|
|
1358
1358
|
projectId: string;
|
|
1359
1359
|
projectAnalytics?: {
|
|
@@ -1384,13 +1384,13 @@ export type PrevProjectAnalytics = {
|
|
|
1384
1384
|
/**
|
|
1385
1385
|
* The payload of the event, if requested.
|
|
1386
1386
|
*/
|
|
1387
|
-
export type
|
|
1387
|
+
export type SeventyFive = {
|
|
1388
1388
|
projectName?: string | undefined;
|
|
1389
1389
|
projectId: string;
|
|
1390
1390
|
projectAnalytics: ProjectAnalytics | null;
|
|
1391
1391
|
prevProjectAnalytics: PrevProjectAnalytics | null;
|
|
1392
1392
|
};
|
|
1393
|
-
export declare const
|
|
1393
|
+
export declare const UserEventPayload74Role: {
|
|
1394
1394
|
readonly Owner: "OWNER";
|
|
1395
1395
|
readonly Member: "MEMBER";
|
|
1396
1396
|
readonly Developer: "DEVELOPER";
|
|
@@ -1399,7 +1399,7 @@ export declare const UserEventPayload73Role: {
|
|
|
1399
1399
|
readonly Viewer: "VIEWER";
|
|
1400
1400
|
readonly Contributor: "CONTRIBUTOR";
|
|
1401
1401
|
};
|
|
1402
|
-
export type
|
|
1402
|
+
export type UserEventPayload74Role = ClosedEnum<typeof UserEventPayload74Role>;
|
|
1403
1403
|
export declare const PayloadOrigin: {
|
|
1404
1404
|
readonly Teams: "teams";
|
|
1405
1405
|
readonly Saml: "saml";
|
|
@@ -1429,7 +1429,7 @@ export type PayloadJoinedFrom = {
|
|
|
1429
1429
|
dsyncConnectedAt?: number | undefined;
|
|
1430
1430
|
};
|
|
1431
1431
|
export type RemovedUsers = {
|
|
1432
|
-
role:
|
|
1432
|
+
role: UserEventPayload74Role;
|
|
1433
1433
|
confirmed: boolean;
|
|
1434
1434
|
confirmedAt?: number | undefined;
|
|
1435
1435
|
joinedFrom?: PayloadJoinedFrom | undefined;
|
|
@@ -1437,7 +1437,7 @@ export type RemovedUsers = {
|
|
|
1437
1437
|
/**
|
|
1438
1438
|
* The payload of the event, if requested.
|
|
1439
1439
|
*/
|
|
1440
|
-
export type
|
|
1440
|
+
export type SeventyFour = {
|
|
1441
1441
|
plan: string;
|
|
1442
1442
|
removedUsers?: {
|
|
1443
1443
|
[k: string]: RemovedUsers;
|
|
@@ -1448,6 +1448,12 @@ export type SeventyThree = {
|
|
|
1448
1448
|
isReactivate?: boolean | undefined;
|
|
1449
1449
|
isTrialUpgrade?: boolean | undefined;
|
|
1450
1450
|
};
|
|
1451
|
+
/**
|
|
1452
|
+
* The payload of the event, if requested.
|
|
1453
|
+
*/
|
|
1454
|
+
export type SeventyThree = {
|
|
1455
|
+
projectName: string;
|
|
1456
|
+
};
|
|
1451
1457
|
/**
|
|
1452
1458
|
* The payload of the event, if requested.
|
|
1453
1459
|
*/
|
|
@@ -2529,14 +2535,14 @@ export type PayloadFeatureBlocks = {
|
|
|
2529
2535
|
postgres?: Postgres | undefined;
|
|
2530
2536
|
redis?: Redis | undefined;
|
|
2531
2537
|
};
|
|
2532
|
-
export declare const
|
|
2538
|
+
export declare const Version: {
|
|
2533
2539
|
readonly Northstar: "northstar";
|
|
2534
2540
|
};
|
|
2535
|
-
export type
|
|
2541
|
+
export type Version = ClosedEnum<typeof Version>;
|
|
2536
2542
|
/**
|
|
2537
2543
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
2538
2544
|
*/
|
|
2539
|
-
export type
|
|
2545
|
+
export type NorthstarMigration = {
|
|
2540
2546
|
/**
|
|
2541
2547
|
* The ID of the team we created for this user.
|
|
2542
2548
|
*/
|
|
@@ -2685,11 +2691,11 @@ export type NewOwner = {
|
|
|
2685
2691
|
*/
|
|
2686
2692
|
featureBlocks?: PayloadFeatureBlocks | undefined;
|
|
2687
2693
|
defaultTeamId?: string | undefined;
|
|
2688
|
-
version:
|
|
2694
|
+
version: Version;
|
|
2689
2695
|
/**
|
|
2690
2696
|
* An archive of information about the Northstar migration, derived from the old (deprecated) property, `northstarMigrationEvents`.
|
|
2691
2697
|
*/
|
|
2692
|
-
northstarMigration?:
|
|
2698
|
+
northstarMigration?: NorthstarMigration | undefined;
|
|
2693
2699
|
/**
|
|
2694
2700
|
* 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.
|
|
2695
2701
|
*/
|
|
@@ -3690,7 +3696,7 @@ export type Payload2 = {
|
|
|
3690
3696
|
* The payload of the event, if requested.
|
|
3691
3697
|
*/
|
|
3692
3698
|
export type Payload1 = {};
|
|
3693
|
-
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree |
|
|
3699
|
+
export type Payload = Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | SeventyThree | EightyFive | NinetyOne | NinetySix | NinetyEight | NinetyNine | OneHundred | OneHundredAndTwo | OneHundredAndFour | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndTwenty | OneHundredAndThirtyFour | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFortyEight | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySeven | EightyTwo | EightyThree | EightyFour | EightySix | EightyNine | Ninety | NinetyThree | NinetyFour | OneHundredAndThree | OneHundredAndTen | OneHundredAndSixteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndFortyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFortySeven | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventyEight | SeventyNine | EightyOne | EightySeven | EightyEight | NinetyTwo | NinetyFive | OneHundredAndEight | OneHundredAndEleven | OneHundredAndTwentyOne | OneHundredAndTwentyEight | OneHundredAndThirtyFive | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFortyNine | OneHundredAndFifty | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFive | SeventySix | NinetySeven | OneHundredAndFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyThree | OneHundredAndFiftyOne | Thirty | FortyTwo | FiftyNine | SixtySix | Eighty | OneHundredAndNine | Forty | SixtyTwo | SixtyFive | OneHundredAndOne | OneHundredAndSeven | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndFiftyTwo | SixtyFour | SixtySeven | SeventyFour | OneHundredAndSix | OneHundredAndTwentyFour | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven;
|
|
3694
3700
|
/**
|
|
3695
3701
|
* Array of events generated by the User.
|
|
3696
3702
|
*/
|
|
@@ -3732,7 +3738,7 @@ export type UserEvent = {
|
|
|
3732
3738
|
* If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
|
|
3733
3739
|
*/
|
|
3734
3740
|
viaIds?: Array<string> | undefined;
|
|
3735
|
-
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree |
|
|
3741
|
+
payload?: Payload1 | Three | Nine | Nineteen | TwentyEight | ThirtyThree | FortyThree | SeventyThree | EightyFive | NinetyOne | NinetySix | NinetyEight | NinetyNine | OneHundred | OneHundredAndTwo | OneHundredAndFour | OneHundredAndTwelve | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndTwenty | OneHundredAndThirtyFour | OneHundredAndThirtyEight | OneHundredAndFortyFour | OneHundredAndFortyEight | Four | Fourteen | Seventeen | Eighteen | TwentyThree | TwentyFive | TwentySix | TwentySeven | ThirtySix | FortyOne | FortyFive | FortyEight | FiftyTwo | FiftyFive | SixtyThree | SixtyNine | Seventy | SeventyOne | SeventySeven | EightyTwo | EightyThree | EightyFour | EightySix | EightyNine | Ninety | NinetyThree | NinetyFour | OneHundredAndThree | OneHundredAndTen | OneHundredAndSixteen | OneHundredAndSeventeen | OneHundredAndNineteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndThirtyOne | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndFortyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFortySeven | Five | Eight | Ten | Twelve | Thirteen | TwentyOne | TwentyTwo | TwentyFour | ThirtyOne | ThirtyTwo | ThirtyFour | ThirtyFive | ThirtyEight | ThirtyNine | FortyFour | FortySeven | FortyNine | Fifty | FiftyOne | FiftyThree | FiftyFour | FiftyEight | Sixty | SixtyOne | SeventyTwo | SeventyEight | SeventyNine | EightyOne | EightySeven | EightyEight | NinetyTwo | NinetyFive | OneHundredAndEight | OneHundredAndEleven | OneHundredAndTwentyOne | OneHundredAndTwentyEight | OneHundredAndThirtyFive | OneHundredAndThirtySeven | OneHundredAndThirtyNine | OneHundredAndFortyTwo | OneHundredAndFortyNine | OneHundredAndFifty | Payload2 | Six | Eleven | Fifteen | Sixteen | Twenty | TwentyNine | FortySix | SeventyFive | SeventySix | NinetySeven | OneHundredAndFive | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyThree | OneHundredAndFiftyOne | Thirty | FortyTwo | FiftyNine | SixtySix | Eighty | OneHundredAndNine | Forty | SixtyTwo | SixtyFive | OneHundredAndOne | OneHundredAndSeven | OneHundredAndTwentyFive | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndFiftyTwo | SixtyFour | SixtySeven | SeventyFour | OneHundredAndSix | OneHundredAndTwentyFour | FiftySix | Seven | ThirtySeven | SixtyEight | FiftySeven | undefined;
|
|
3736
3742
|
};
|
|
3737
3743
|
/** @internal */
|
|
3738
3744
|
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
|
|
@@ -4119,9 +4125,9 @@ export declare namespace AuthMethod$ {
|
|
|
4119
4125
|
}>;
|
|
4120
4126
|
}
|
|
4121
4127
|
/** @internal */
|
|
4122
|
-
export declare const
|
|
4128
|
+
export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
|
|
4123
4129
|
/** @internal */
|
|
4124
|
-
export type
|
|
4130
|
+
export type OneHundredAndFiftyTwo$Outbound = {
|
|
4125
4131
|
grantType: string;
|
|
4126
4132
|
appName: string;
|
|
4127
4133
|
atTTL: number;
|
|
@@ -4130,67 +4136,67 @@ export type OneHundredAndFiftyOne$Outbound = {
|
|
|
4130
4136
|
authMethod: string;
|
|
4131
4137
|
};
|
|
4132
4138
|
/** @internal */
|
|
4133
|
-
export declare const
|
|
4139
|
+
export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
|
|
4134
4140
|
/**
|
|
4135
4141
|
* @internal
|
|
4136
4142
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4137
4143
|
*/
|
|
4138
|
-
export declare namespace
|
|
4139
|
-
/** @deprecated use `
|
|
4140
|
-
const inboundSchema: z.ZodType<
|
|
4141
|
-
/** @deprecated use `
|
|
4142
|
-
const outboundSchema: z.ZodType<
|
|
4143
|
-
/** @deprecated use `
|
|
4144
|
-
type Outbound =
|
|
4144
|
+
export declare namespace OneHundredAndFiftyTwo$ {
|
|
4145
|
+
/** @deprecated use `OneHundredAndFiftyTwo$inboundSchema` instead. */
|
|
4146
|
+
const inboundSchema: z.ZodType<OneHundredAndFiftyTwo, z.ZodTypeDef, unknown>;
|
|
4147
|
+
/** @deprecated use `OneHundredAndFiftyTwo$outboundSchema` instead. */
|
|
4148
|
+
const outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
|
|
4149
|
+
/** @deprecated use `OneHundredAndFiftyTwo$Outbound` instead. */
|
|
4150
|
+
type Outbound = OneHundredAndFiftyTwo$Outbound;
|
|
4145
4151
|
}
|
|
4146
|
-
export declare function
|
|
4147
|
-
export declare function
|
|
4152
|
+
export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
|
|
4153
|
+
export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
|
|
4148
4154
|
/** @internal */
|
|
4149
|
-
export declare const
|
|
4155
|
+
export declare const UserEventPayload151Team$inboundSchema: z.ZodType<UserEventPayload151Team, z.ZodTypeDef, unknown>;
|
|
4150
4156
|
/** @internal */
|
|
4151
|
-
export type
|
|
4157
|
+
export type UserEventPayload151Team$Outbound = {
|
|
4152
4158
|
id: string;
|
|
4153
4159
|
name: string;
|
|
4154
4160
|
};
|
|
4155
4161
|
/** @internal */
|
|
4156
|
-
export declare const
|
|
4162
|
+
export declare const UserEventPayload151Team$outboundSchema: z.ZodType<UserEventPayload151Team$Outbound, z.ZodTypeDef, UserEventPayload151Team>;
|
|
4157
4163
|
/**
|
|
4158
4164
|
* @internal
|
|
4159
4165
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4160
4166
|
*/
|
|
4161
|
-
export declare namespace
|
|
4162
|
-
/** @deprecated use `
|
|
4163
|
-
const inboundSchema: z.ZodType<
|
|
4164
|
-
/** @deprecated use `
|
|
4165
|
-
const outboundSchema: z.ZodType<
|
|
4166
|
-
/** @deprecated use `
|
|
4167
|
-
type Outbound =
|
|
4167
|
+
export declare namespace UserEventPayload151Team$ {
|
|
4168
|
+
/** @deprecated use `UserEventPayload151Team$inboundSchema` instead. */
|
|
4169
|
+
const inboundSchema: z.ZodType<UserEventPayload151Team, z.ZodTypeDef, unknown>;
|
|
4170
|
+
/** @deprecated use `UserEventPayload151Team$outboundSchema` instead. */
|
|
4171
|
+
const outboundSchema: z.ZodType<UserEventPayload151Team$Outbound, z.ZodTypeDef, UserEventPayload151Team>;
|
|
4172
|
+
/** @deprecated use `UserEventPayload151Team$Outbound` instead. */
|
|
4173
|
+
type Outbound = UserEventPayload151Team$Outbound;
|
|
4168
4174
|
}
|
|
4169
|
-
export declare function
|
|
4170
|
-
export declare function
|
|
4175
|
+
export declare function userEventPayload151TeamToJSON(userEventPayload151Team: UserEventPayload151Team): string;
|
|
4176
|
+
export declare function userEventPayload151TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload151Team, SDKValidationError>;
|
|
4171
4177
|
/** @internal */
|
|
4172
|
-
export declare const
|
|
4178
|
+
export declare const UserEventPayload151Configuration$inboundSchema: z.ZodType<UserEventPayload151Configuration, z.ZodTypeDef, unknown>;
|
|
4173
4179
|
/** @internal */
|
|
4174
|
-
export type
|
|
4180
|
+
export type UserEventPayload151Configuration$Outbound = {
|
|
4175
4181
|
id: string;
|
|
4176
4182
|
name?: string | undefined;
|
|
4177
4183
|
};
|
|
4178
4184
|
/** @internal */
|
|
4179
|
-
export declare const
|
|
4185
|
+
export declare const UserEventPayload151Configuration$outboundSchema: z.ZodType<UserEventPayload151Configuration$Outbound, z.ZodTypeDef, UserEventPayload151Configuration>;
|
|
4180
4186
|
/**
|
|
4181
4187
|
* @internal
|
|
4182
4188
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4183
4189
|
*/
|
|
4184
|
-
export declare namespace
|
|
4185
|
-
/** @deprecated use `
|
|
4186
|
-
const inboundSchema: z.ZodType<
|
|
4187
|
-
/** @deprecated use `
|
|
4188
|
-
const outboundSchema: z.ZodType<
|
|
4189
|
-
/** @deprecated use `
|
|
4190
|
-
type Outbound =
|
|
4190
|
+
export declare namespace UserEventPayload151Configuration$ {
|
|
4191
|
+
/** @deprecated use `UserEventPayload151Configuration$inboundSchema` instead. */
|
|
4192
|
+
const inboundSchema: z.ZodType<UserEventPayload151Configuration, z.ZodTypeDef, unknown>;
|
|
4193
|
+
/** @deprecated use `UserEventPayload151Configuration$outboundSchema` instead. */
|
|
4194
|
+
const outboundSchema: z.ZodType<UserEventPayload151Configuration$Outbound, z.ZodTypeDef, UserEventPayload151Configuration>;
|
|
4195
|
+
/** @deprecated use `UserEventPayload151Configuration$Outbound` instead. */
|
|
4196
|
+
type Outbound = UserEventPayload151Configuration$Outbound;
|
|
4191
4197
|
}
|
|
4192
|
-
export declare function
|
|
4193
|
-
export declare function
|
|
4198
|
+
export declare function userEventPayload151ConfigurationToJSON(userEventPayload151Configuration: UserEventPayload151Configuration): string;
|
|
4199
|
+
export declare function userEventPayload151ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload151Configuration, SDKValidationError>;
|
|
4194
4200
|
/** @internal */
|
|
4195
4201
|
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4196
4202
|
/** @internal */
|
|
@@ -4215,76 +4221,76 @@ export declare namespace UserEventPayloadPeering$ {
|
|
|
4215
4221
|
export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
|
|
4216
4222
|
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
|
|
4217
4223
|
/** @internal */
|
|
4218
|
-
export declare const
|
|
4224
|
+
export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4219
4225
|
/** @internal */
|
|
4220
|
-
export type
|
|
4221
|
-
team:
|
|
4222
|
-
configuration:
|
|
4226
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
4227
|
+
team: UserEventPayload151Team$Outbound;
|
|
4228
|
+
configuration: UserEventPayload151Configuration$Outbound;
|
|
4223
4229
|
peering: UserEventPayloadPeering$Outbound;
|
|
4224
4230
|
newName?: string | undefined;
|
|
4225
4231
|
};
|
|
4226
4232
|
/** @internal */
|
|
4227
|
-
export declare const
|
|
4233
|
+
export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4228
4234
|
/**
|
|
4229
4235
|
* @internal
|
|
4230
4236
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4231
4237
|
*/
|
|
4232
|
-
export declare namespace
|
|
4233
|
-
/** @deprecated use `
|
|
4234
|
-
const inboundSchema: z.ZodType<
|
|
4235
|
-
/** @deprecated use `
|
|
4236
|
-
const outboundSchema: z.ZodType<
|
|
4237
|
-
/** @deprecated use `
|
|
4238
|
-
type Outbound =
|
|
4238
|
+
export declare namespace OneHundredAndFiftyOne$ {
|
|
4239
|
+
/** @deprecated use `OneHundredAndFiftyOne$inboundSchema` instead. */
|
|
4240
|
+
const inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
4241
|
+
/** @deprecated use `OneHundredAndFiftyOne$outboundSchema` instead. */
|
|
4242
|
+
const outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
4243
|
+
/** @deprecated use `OneHundredAndFiftyOne$Outbound` instead. */
|
|
4244
|
+
type Outbound = OneHundredAndFiftyOne$Outbound;
|
|
4239
4245
|
}
|
|
4240
|
-
export declare function
|
|
4241
|
-
export declare function
|
|
4246
|
+
export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
|
|
4247
|
+
export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
|
|
4242
4248
|
/** @internal */
|
|
4243
|
-
export declare const
|
|
4249
|
+
export declare const UserEventPayload150Team$inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4244
4250
|
/** @internal */
|
|
4245
|
-
export type
|
|
4251
|
+
export type UserEventPayload150Team$Outbound = {
|
|
4246
4252
|
id: string;
|
|
4247
4253
|
name: string;
|
|
4248
4254
|
};
|
|
4249
4255
|
/** @internal */
|
|
4250
|
-
export declare const
|
|
4256
|
+
export declare const UserEventPayload150Team$outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4251
4257
|
/**
|
|
4252
4258
|
* @internal
|
|
4253
4259
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4254
4260
|
*/
|
|
4255
|
-
export declare namespace
|
|
4256
|
-
/** @deprecated use `
|
|
4257
|
-
const inboundSchema: z.ZodType<
|
|
4258
|
-
/** @deprecated use `
|
|
4259
|
-
const outboundSchema: z.ZodType<
|
|
4260
|
-
/** @deprecated use `
|
|
4261
|
-
type Outbound =
|
|
4261
|
+
export declare namespace UserEventPayload150Team$ {
|
|
4262
|
+
/** @deprecated use `UserEventPayload150Team$inboundSchema` instead. */
|
|
4263
|
+
const inboundSchema: z.ZodType<UserEventPayload150Team, z.ZodTypeDef, unknown>;
|
|
4264
|
+
/** @deprecated use `UserEventPayload150Team$outboundSchema` instead. */
|
|
4265
|
+
const outboundSchema: z.ZodType<UserEventPayload150Team$Outbound, z.ZodTypeDef, UserEventPayload150Team>;
|
|
4266
|
+
/** @deprecated use `UserEventPayload150Team$Outbound` instead. */
|
|
4267
|
+
type Outbound = UserEventPayload150Team$Outbound;
|
|
4262
4268
|
}
|
|
4263
|
-
export declare function
|
|
4264
|
-
export declare function
|
|
4269
|
+
export declare function userEventPayload150TeamToJSON(userEventPayload150Team: UserEventPayload150Team): string;
|
|
4270
|
+
export declare function userEventPayload150TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Team, SDKValidationError>;
|
|
4265
4271
|
/** @internal */
|
|
4266
|
-
export declare const
|
|
4272
|
+
export declare const UserEventPayload150Configuration$inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4267
4273
|
/** @internal */
|
|
4268
|
-
export type
|
|
4274
|
+
export type UserEventPayload150Configuration$Outbound = {
|
|
4269
4275
|
id: string;
|
|
4270
4276
|
name?: string | undefined;
|
|
4271
4277
|
};
|
|
4272
4278
|
/** @internal */
|
|
4273
|
-
export declare const
|
|
4279
|
+
export declare const UserEventPayload150Configuration$outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4274
4280
|
/**
|
|
4275
4281
|
* @internal
|
|
4276
4282
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4277
4283
|
*/
|
|
4278
|
-
export declare namespace
|
|
4279
|
-
/** @deprecated use `
|
|
4280
|
-
const inboundSchema: z.ZodType<
|
|
4281
|
-
/** @deprecated use `
|
|
4282
|
-
const outboundSchema: z.ZodType<
|
|
4283
|
-
/** @deprecated use `
|
|
4284
|
-
type Outbound =
|
|
4284
|
+
export declare namespace UserEventPayload150Configuration$ {
|
|
4285
|
+
/** @deprecated use `UserEventPayload150Configuration$inboundSchema` instead. */
|
|
4286
|
+
const inboundSchema: z.ZodType<UserEventPayload150Configuration, z.ZodTypeDef, unknown>;
|
|
4287
|
+
/** @deprecated use `UserEventPayload150Configuration$outboundSchema` instead. */
|
|
4288
|
+
const outboundSchema: z.ZodType<UserEventPayload150Configuration$Outbound, z.ZodTypeDef, UserEventPayload150Configuration>;
|
|
4289
|
+
/** @deprecated use `UserEventPayload150Configuration$Outbound` instead. */
|
|
4290
|
+
type Outbound = UserEventPayload150Configuration$Outbound;
|
|
4285
4291
|
}
|
|
4286
|
-
export declare function
|
|
4287
|
-
export declare function
|
|
4292
|
+
export declare function userEventPayload150ConfigurationToJSON(userEventPayload150Configuration: UserEventPayload150Configuration): string;
|
|
4293
|
+
export declare function userEventPayload150ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Configuration, SDKValidationError>;
|
|
4288
4294
|
/** @internal */
|
|
4289
4295
|
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4290
4296
|
/** @internal */
|
|
@@ -4309,75 +4315,75 @@ export declare namespace PayloadPeering$ {
|
|
|
4309
4315
|
export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
|
|
4310
4316
|
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
|
|
4311
4317
|
/** @internal */
|
|
4312
|
-
export declare const
|
|
4318
|
+
export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
4313
4319
|
/** @internal */
|
|
4314
|
-
export type
|
|
4315
|
-
team:
|
|
4316
|
-
configuration:
|
|
4320
|
+
export type OneHundredAndFifty$Outbound = {
|
|
4321
|
+
team: UserEventPayload150Team$Outbound;
|
|
4322
|
+
configuration: UserEventPayload150Configuration$Outbound;
|
|
4317
4323
|
peering: PayloadPeering$Outbound;
|
|
4318
4324
|
};
|
|
4319
4325
|
/** @internal */
|
|
4320
|
-
export declare const
|
|
4326
|
+
export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
4321
4327
|
/**
|
|
4322
4328
|
* @internal
|
|
4323
4329
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4324
4330
|
*/
|
|
4325
|
-
export declare namespace
|
|
4326
|
-
/** @deprecated use `
|
|
4327
|
-
const inboundSchema: z.ZodType<
|
|
4328
|
-
/** @deprecated use `
|
|
4329
|
-
const outboundSchema: z.ZodType<
|
|
4330
|
-
/** @deprecated use `
|
|
4331
|
-
type Outbound =
|
|
4331
|
+
export declare namespace OneHundredAndFifty$ {
|
|
4332
|
+
/** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
|
|
4333
|
+
const inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
4334
|
+
/** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
|
|
4335
|
+
const outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
4336
|
+
/** @deprecated use `OneHundredAndFifty$Outbound` instead. */
|
|
4337
|
+
type Outbound = OneHundredAndFifty$Outbound;
|
|
4332
4338
|
}
|
|
4333
|
-
export declare function
|
|
4334
|
-
export declare function
|
|
4339
|
+
export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
|
|
4340
|
+
export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
|
|
4335
4341
|
/** @internal */
|
|
4336
|
-
export declare const
|
|
4342
|
+
export declare const UserEventPayload149Team$inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
|
|
4337
4343
|
/** @internal */
|
|
4338
|
-
export type
|
|
4344
|
+
export type UserEventPayload149Team$Outbound = {
|
|
4339
4345
|
id: string;
|
|
4340
4346
|
name: string;
|
|
4341
4347
|
};
|
|
4342
4348
|
/** @internal */
|
|
4343
|
-
export declare const
|
|
4349
|
+
export declare const UserEventPayload149Team$outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
|
|
4344
4350
|
/**
|
|
4345
4351
|
* @internal
|
|
4346
4352
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4347
4353
|
*/
|
|
4348
|
-
export declare namespace
|
|
4349
|
-
/** @deprecated use `
|
|
4350
|
-
const inboundSchema: z.ZodType<
|
|
4351
|
-
/** @deprecated use `
|
|
4352
|
-
const outboundSchema: z.ZodType<
|
|
4353
|
-
/** @deprecated use `
|
|
4354
|
-
type Outbound =
|
|
4354
|
+
export declare namespace UserEventPayload149Team$ {
|
|
4355
|
+
/** @deprecated use `UserEventPayload149Team$inboundSchema` instead. */
|
|
4356
|
+
const inboundSchema: z.ZodType<UserEventPayload149Team, z.ZodTypeDef, unknown>;
|
|
4357
|
+
/** @deprecated use `UserEventPayload149Team$outboundSchema` instead. */
|
|
4358
|
+
const outboundSchema: z.ZodType<UserEventPayload149Team$Outbound, z.ZodTypeDef, UserEventPayload149Team>;
|
|
4359
|
+
/** @deprecated use `UserEventPayload149Team$Outbound` instead. */
|
|
4360
|
+
type Outbound = UserEventPayload149Team$Outbound;
|
|
4355
4361
|
}
|
|
4356
|
-
export declare function
|
|
4357
|
-
export declare function
|
|
4362
|
+
export declare function userEventPayload149TeamToJSON(userEventPayload149Team: UserEventPayload149Team): string;
|
|
4363
|
+
export declare function userEventPayload149TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Team, SDKValidationError>;
|
|
4358
4364
|
/** @internal */
|
|
4359
|
-
export declare const
|
|
4365
|
+
export declare const UserEventPayload149Configuration$inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
|
|
4360
4366
|
/** @internal */
|
|
4361
|
-
export type
|
|
4367
|
+
export type UserEventPayload149Configuration$Outbound = {
|
|
4362
4368
|
id: string;
|
|
4363
4369
|
name?: string | undefined;
|
|
4364
4370
|
};
|
|
4365
4371
|
/** @internal */
|
|
4366
|
-
export declare const
|
|
4372
|
+
export declare const UserEventPayload149Configuration$outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
|
|
4367
4373
|
/**
|
|
4368
4374
|
* @internal
|
|
4369
4375
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4370
4376
|
*/
|
|
4371
|
-
export declare namespace
|
|
4372
|
-
/** @deprecated use `
|
|
4373
|
-
const inboundSchema: z.ZodType<
|
|
4374
|
-
/** @deprecated use `
|
|
4375
|
-
const outboundSchema: z.ZodType<
|
|
4376
|
-
/** @deprecated use `
|
|
4377
|
-
type Outbound =
|
|
4377
|
+
export declare namespace UserEventPayload149Configuration$ {
|
|
4378
|
+
/** @deprecated use `UserEventPayload149Configuration$inboundSchema` instead. */
|
|
4379
|
+
const inboundSchema: z.ZodType<UserEventPayload149Configuration, z.ZodTypeDef, unknown>;
|
|
4380
|
+
/** @deprecated use `UserEventPayload149Configuration$outboundSchema` instead. */
|
|
4381
|
+
const outboundSchema: z.ZodType<UserEventPayload149Configuration$Outbound, z.ZodTypeDef, UserEventPayload149Configuration>;
|
|
4382
|
+
/** @deprecated use `UserEventPayload149Configuration$Outbound` instead. */
|
|
4383
|
+
type Outbound = UserEventPayload149Configuration$Outbound;
|
|
4378
4384
|
}
|
|
4379
|
-
export declare function
|
|
4380
|
-
export declare function
|
|
4385
|
+
export declare function userEventPayload149ConfigurationToJSON(userEventPayload149Configuration: UserEventPayload149Configuration): string;
|
|
4386
|
+
export declare function userEventPayload149ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Configuration, SDKValidationError>;
|
|
4381
4387
|
/** @internal */
|
|
4382
4388
|
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4383
4389
|
/** @internal */
|
|
@@ -4404,12 +4410,34 @@ export declare namespace Peering$ {
|
|
|
4404
4410
|
export declare function peeringToJSON(peering: Peering): string;
|
|
4405
4411
|
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4406
4412
|
/** @internal */
|
|
4413
|
+
export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
4414
|
+
/** @internal */
|
|
4415
|
+
export type OneHundredAndFortyNine$Outbound = {
|
|
4416
|
+
team: UserEventPayload149Team$Outbound;
|
|
4417
|
+
configuration: UserEventPayload149Configuration$Outbound;
|
|
4418
|
+
peering: Peering$Outbound;
|
|
4419
|
+
};
|
|
4420
|
+
/** @internal */
|
|
4421
|
+
export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
4422
|
+
/**
|
|
4423
|
+
* @internal
|
|
4424
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4425
|
+
*/
|
|
4426
|
+
export declare namespace OneHundredAndFortyNine$ {
|
|
4427
|
+
/** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
|
|
4428
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
4429
|
+
/** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
|
|
4430
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
4431
|
+
/** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
|
|
4432
|
+
type Outbound = OneHundredAndFortyNine$Outbound;
|
|
4433
|
+
}
|
|
4434
|
+
export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
|
|
4435
|
+
export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
|
|
4436
|
+
/** @internal */
|
|
4407
4437
|
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
4408
4438
|
/** @internal */
|
|
4409
4439
|
export type OneHundredAndFortyEight$Outbound = {
|
|
4410
|
-
|
|
4411
|
-
configuration: UserEventPayload148Configuration$Outbound;
|
|
4412
|
-
peering: Peering$Outbound;
|
|
4440
|
+
appName: string;
|
|
4413
4441
|
};
|
|
4414
4442
|
/** @internal */
|
|
4415
4443
|
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
@@ -4432,6 +4460,7 @@ export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundred
|
|
|
4432
4460
|
/** @internal */
|
|
4433
4461
|
export type OneHundredAndFortySeven$Outbound = {
|
|
4434
4462
|
appName: string;
|
|
4463
|
+
nextScopes: Array<string>;
|
|
4435
4464
|
};
|
|
4436
4465
|
/** @internal */
|
|
4437
4466
|
export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
|
|
@@ -4454,7 +4483,7 @@ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAn
|
|
|
4454
4483
|
/** @internal */
|
|
4455
4484
|
export type OneHundredAndFortySix$Outbound = {
|
|
4456
4485
|
appName: string;
|
|
4457
|
-
|
|
4486
|
+
scopes: Array<string>;
|
|
4458
4487
|
};
|
|
4459
4488
|
/** @internal */
|
|
4460
4489
|
export declare const OneHundredAndFortySix$outboundSchema: z.ZodType<OneHundredAndFortySix$Outbound, z.ZodTypeDef, OneHundredAndFortySix>;
|
|
@@ -4476,8 +4505,8 @@ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeP
|
|
|
4476
4505
|
export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
|
|
4477
4506
|
/** @internal */
|
|
4478
4507
|
export type OneHundredAndFortyFive$Outbound = {
|
|
4479
|
-
|
|
4480
|
-
|
|
4508
|
+
oldName: string;
|
|
4509
|
+
newName: string;
|
|
4481
4510
|
};
|
|
4482
4511
|
/** @internal */
|
|
4483
4512
|
export declare const OneHundredAndFortyFive$outboundSchema: z.ZodType<OneHundredAndFortyFive$Outbound, z.ZodTypeDef, OneHundredAndFortyFive>;
|
|
@@ -4496,29 +4525,6 @@ export declare namespace OneHundredAndFortyFive$ {
|
|
|
4496
4525
|
export declare function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive: OneHundredAndFortyFive): string;
|
|
4497
4526
|
export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFive, SDKValidationError>;
|
|
4498
4527
|
/** @internal */
|
|
4499
|
-
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4500
|
-
/** @internal */
|
|
4501
|
-
export type OneHundredAndFortyFour$Outbound = {
|
|
4502
|
-
oldName: string;
|
|
4503
|
-
newName: string;
|
|
4504
|
-
};
|
|
4505
|
-
/** @internal */
|
|
4506
|
-
export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
4507
|
-
/**
|
|
4508
|
-
* @internal
|
|
4509
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4510
|
-
*/
|
|
4511
|
-
export declare namespace OneHundredAndFortyFour$ {
|
|
4512
|
-
/** @deprecated use `OneHundredAndFortyFour$inboundSchema` instead. */
|
|
4513
|
-
const inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4514
|
-
/** @deprecated use `OneHundredAndFortyFour$outboundSchema` instead. */
|
|
4515
|
-
const outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
4516
|
-
/** @deprecated use `OneHundredAndFortyFour$Outbound` instead. */
|
|
4517
|
-
type Outbound = OneHundredAndFortyFour$Outbound;
|
|
4518
|
-
}
|
|
4519
|
-
export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
|
|
4520
|
-
export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
|
|
4521
|
-
/** @internal */
|
|
4522
4528
|
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
4523
4529
|
/** @internal */
|
|
4524
4530
|
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
@@ -4539,27 +4545,27 @@ export declare namespace Tier$ {
|
|
|
4539
4545
|
}>;
|
|
4540
4546
|
}
|
|
4541
4547
|
/** @internal */
|
|
4542
|
-
export declare const
|
|
4548
|
+
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4543
4549
|
/** @internal */
|
|
4544
|
-
export type
|
|
4550
|
+
export type OneHundredAndFortyFour$Outbound = {
|
|
4545
4551
|
tier: string;
|
|
4546
4552
|
};
|
|
4547
4553
|
/** @internal */
|
|
4548
|
-
export declare const
|
|
4554
|
+
export declare const OneHundredAndFortyFour$outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
4549
4555
|
/**
|
|
4550
4556
|
* @internal
|
|
4551
4557
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4552
4558
|
*/
|
|
4553
|
-
export declare namespace
|
|
4554
|
-
/** @deprecated use `
|
|
4555
|
-
const inboundSchema: z.ZodType<
|
|
4556
|
-
/** @deprecated use `
|
|
4557
|
-
const outboundSchema: z.ZodType<
|
|
4558
|
-
/** @deprecated use `
|
|
4559
|
-
type Outbound =
|
|
4559
|
+
export declare namespace OneHundredAndFortyFour$ {
|
|
4560
|
+
/** @deprecated use `OneHundredAndFortyFour$inboundSchema` instead. */
|
|
4561
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
4562
|
+
/** @deprecated use `OneHundredAndFortyFour$outboundSchema` instead. */
|
|
4563
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyFour$Outbound, z.ZodTypeDef, OneHundredAndFortyFour>;
|
|
4564
|
+
/** @deprecated use `OneHundredAndFortyFour$Outbound` instead. */
|
|
4565
|
+
type Outbound = OneHundredAndFortyFour$Outbound;
|
|
4560
4566
|
}
|
|
4561
|
-
export declare function
|
|
4562
|
-
export declare function
|
|
4567
|
+
export declare function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour: OneHundredAndFortyFour): string;
|
|
4568
|
+
export declare function oneHundredAndFortyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyFour, SDKValidationError>;
|
|
4563
4569
|
/** @internal */
|
|
4564
4570
|
export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
|
|
4565
4571
|
/** @internal */
|
|
@@ -4613,30 +4619,30 @@ export declare namespace PrevProjectWebAnalytics$ {
|
|
|
4613
4619
|
export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
|
|
4614
4620
|
export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
|
|
4615
4621
|
/** @internal */
|
|
4616
|
-
export declare const
|
|
4622
|
+
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4617
4623
|
/** @internal */
|
|
4618
|
-
export type
|
|
4624
|
+
export type OneHundredAndFortyThree$Outbound = {
|
|
4619
4625
|
projectId: string;
|
|
4620
4626
|
projectName: string;
|
|
4621
4627
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
4622
4628
|
prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
|
|
4623
4629
|
};
|
|
4624
4630
|
/** @internal */
|
|
4625
|
-
export declare const
|
|
4631
|
+
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4626
4632
|
/**
|
|
4627
4633
|
* @internal
|
|
4628
4634
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4629
4635
|
*/
|
|
4630
|
-
export declare namespace
|
|
4631
|
-
/** @deprecated use `
|
|
4632
|
-
const inboundSchema: z.ZodType<
|
|
4633
|
-
/** @deprecated use `
|
|
4634
|
-
const outboundSchema: z.ZodType<
|
|
4635
|
-
/** @deprecated use `
|
|
4636
|
-
type Outbound =
|
|
4636
|
+
export declare namespace OneHundredAndFortyThree$ {
|
|
4637
|
+
/** @deprecated use `OneHundredAndFortyThree$inboundSchema` instead. */
|
|
4638
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
4639
|
+
/** @deprecated use `OneHundredAndFortyThree$outboundSchema` instead. */
|
|
4640
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
4641
|
+
/** @deprecated use `OneHundredAndFortyThree$Outbound` instead. */
|
|
4642
|
+
type Outbound = OneHundredAndFortyThree$Outbound;
|
|
4637
4643
|
}
|
|
4638
|
-
export declare function
|
|
4639
|
-
export declare function
|
|
4644
|
+
export declare function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree: OneHundredAndFortyThree): string;
|
|
4645
|
+
export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyThree, SDKValidationError>;
|
|
4640
4646
|
/** @internal */
|
|
4641
4647
|
export declare const Microfrontends2$inboundSchema: z.ZodType<Microfrontends2, z.ZodTypeDef, unknown>;
|
|
4642
4648
|
/** @internal */
|
|
@@ -4709,29 +4715,29 @@ export declare namespace Microfrontends$ {
|
|
|
4709
4715
|
export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
|
|
4710
4716
|
export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
|
|
4711
4717
|
/** @internal */
|
|
4712
|
-
export declare const
|
|
4718
|
+
export declare const UserEventPayload142Project$inboundSchema: z.ZodType<UserEventPayload142Project, z.ZodTypeDef, unknown>;
|
|
4713
4719
|
/** @internal */
|
|
4714
|
-
export type
|
|
4720
|
+
export type UserEventPayload142Project$Outbound = {
|
|
4715
4721
|
id: string;
|
|
4716
4722
|
name: string;
|
|
4717
4723
|
microfrontends?: Microfrontends2$Outbound | Microfrontends1$Outbound | undefined;
|
|
4718
4724
|
};
|
|
4719
4725
|
/** @internal */
|
|
4720
|
-
export declare const
|
|
4726
|
+
export declare const UserEventPayload142Project$outboundSchema: z.ZodType<UserEventPayload142Project$Outbound, z.ZodTypeDef, UserEventPayload142Project>;
|
|
4721
4727
|
/**
|
|
4722
4728
|
* @internal
|
|
4723
4729
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4724
4730
|
*/
|
|
4725
|
-
export declare namespace
|
|
4726
|
-
/** @deprecated use `
|
|
4727
|
-
const inboundSchema: z.ZodType<
|
|
4728
|
-
/** @deprecated use `
|
|
4729
|
-
const outboundSchema: z.ZodType<
|
|
4730
|
-
/** @deprecated use `
|
|
4731
|
-
type Outbound =
|
|
4731
|
+
export declare namespace UserEventPayload142Project$ {
|
|
4732
|
+
/** @deprecated use `UserEventPayload142Project$inboundSchema` instead. */
|
|
4733
|
+
const inboundSchema: z.ZodType<UserEventPayload142Project, z.ZodTypeDef, unknown>;
|
|
4734
|
+
/** @deprecated use `UserEventPayload142Project$outboundSchema` instead. */
|
|
4735
|
+
const outboundSchema: z.ZodType<UserEventPayload142Project$Outbound, z.ZodTypeDef, UserEventPayload142Project>;
|
|
4736
|
+
/** @deprecated use `UserEventPayload142Project$Outbound` instead. */
|
|
4737
|
+
type Outbound = UserEventPayload142Project$Outbound;
|
|
4732
4738
|
}
|
|
4733
|
-
export declare function
|
|
4734
|
-
export declare function
|
|
4739
|
+
export declare function userEventPayload142ProjectToJSON(userEventPayload142Project: UserEventPayload142Project): string;
|
|
4740
|
+
export declare function userEventPayload142ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload142Project, SDKValidationError>;
|
|
4735
4741
|
/** @internal */
|
|
4736
4742
|
export declare const UserEventMicrofrontends2$inboundSchema: z.ZodType<UserEventMicrofrontends2, z.ZodTypeDef, unknown>;
|
|
4737
4743
|
/** @internal */
|
|
@@ -4804,32 +4810,32 @@ export declare namespace PayloadMicrofrontends$ {
|
|
|
4804
4810
|
export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
|
|
4805
4811
|
export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
|
|
4806
4812
|
/** @internal */
|
|
4807
|
-
export declare const
|
|
4813
|
+
export declare const UserEventPayload142PrevProject$inboundSchema: z.ZodType<UserEventPayload142PrevProject, z.ZodTypeDef, unknown>;
|
|
4808
4814
|
/** @internal */
|
|
4809
|
-
export type
|
|
4815
|
+
export type UserEventPayload142PrevProject$Outbound = {
|
|
4810
4816
|
microfrontends?: UserEventMicrofrontends2$Outbound | UserEventMicrofrontends1$Outbound | undefined;
|
|
4811
4817
|
};
|
|
4812
4818
|
/** @internal */
|
|
4813
|
-
export declare const
|
|
4819
|
+
export declare const UserEventPayload142PrevProject$outboundSchema: z.ZodType<UserEventPayload142PrevProject$Outbound, z.ZodTypeDef, UserEventPayload142PrevProject>;
|
|
4814
4820
|
/**
|
|
4815
4821
|
* @internal
|
|
4816
4822
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4817
4823
|
*/
|
|
4818
|
-
export declare namespace
|
|
4819
|
-
/** @deprecated use `
|
|
4820
|
-
const inboundSchema: z.ZodType<
|
|
4821
|
-
/** @deprecated use `
|
|
4822
|
-
const outboundSchema: z.ZodType<
|
|
4823
|
-
/** @deprecated use `
|
|
4824
|
-
type Outbound =
|
|
4824
|
+
export declare namespace UserEventPayload142PrevProject$ {
|
|
4825
|
+
/** @deprecated use `UserEventPayload142PrevProject$inboundSchema` instead. */
|
|
4826
|
+
const inboundSchema: z.ZodType<UserEventPayload142PrevProject, z.ZodTypeDef, unknown>;
|
|
4827
|
+
/** @deprecated use `UserEventPayload142PrevProject$outboundSchema` instead. */
|
|
4828
|
+
const outboundSchema: z.ZodType<UserEventPayload142PrevProject$Outbound, z.ZodTypeDef, UserEventPayload142PrevProject>;
|
|
4829
|
+
/** @deprecated use `UserEventPayload142PrevProject$Outbound` instead. */
|
|
4830
|
+
type Outbound = UserEventPayload142PrevProject$Outbound;
|
|
4825
4831
|
}
|
|
4826
|
-
export declare function
|
|
4827
|
-
export declare function
|
|
4832
|
+
export declare function userEventPayload142PrevProjectToJSON(userEventPayload142PrevProject: UserEventPayload142PrevProject): string;
|
|
4833
|
+
export declare function userEventPayload142PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload142PrevProject, SDKValidationError>;
|
|
4828
4834
|
/** @internal */
|
|
4829
4835
|
export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
|
|
4830
4836
|
/** @internal */
|
|
4831
4837
|
export type PayloadPrev$Outbound = {
|
|
4832
|
-
project:
|
|
4838
|
+
project: UserEventPayload142PrevProject$Outbound;
|
|
4833
4839
|
};
|
|
4834
4840
|
/** @internal */
|
|
4835
4841
|
export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
|
|
@@ -4872,52 +4878,52 @@ export declare namespace PayloadGroup$ {
|
|
|
4872
4878
|
export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
|
|
4873
4879
|
export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
|
|
4874
4880
|
/** @internal */
|
|
4875
|
-
export declare const
|
|
4881
|
+
export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4876
4882
|
/** @internal */
|
|
4877
|
-
export type
|
|
4878
|
-
project:
|
|
4883
|
+
export type OneHundredAndFortyTwo$Outbound = {
|
|
4884
|
+
project: UserEventPayload142Project$Outbound;
|
|
4879
4885
|
prev: PayloadPrev$Outbound;
|
|
4880
4886
|
group: PayloadGroup$Outbound;
|
|
4881
4887
|
};
|
|
4882
4888
|
/** @internal */
|
|
4883
|
-
export declare const
|
|
4889
|
+
export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4884
4890
|
/**
|
|
4885
4891
|
* @internal
|
|
4886
4892
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4887
4893
|
*/
|
|
4888
|
-
export declare namespace
|
|
4889
|
-
/** @deprecated use `
|
|
4890
|
-
const inboundSchema: z.ZodType<
|
|
4891
|
-
/** @deprecated use `
|
|
4892
|
-
const outboundSchema: z.ZodType<
|
|
4893
|
-
/** @deprecated use `
|
|
4894
|
-
type Outbound =
|
|
4894
|
+
export declare namespace OneHundredAndFortyTwo$ {
|
|
4895
|
+
/** @deprecated use `OneHundredAndFortyTwo$inboundSchema` instead. */
|
|
4896
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
4897
|
+
/** @deprecated use `OneHundredAndFortyTwo$outboundSchema` instead. */
|
|
4898
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
4899
|
+
/** @deprecated use `OneHundredAndFortyTwo$Outbound` instead. */
|
|
4900
|
+
type Outbound = OneHundredAndFortyTwo$Outbound;
|
|
4895
4901
|
}
|
|
4896
|
-
export declare function
|
|
4897
|
-
export declare function
|
|
4902
|
+
export declare function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo: OneHundredAndFortyTwo): string;
|
|
4903
|
+
export declare function oneHundredAndFortyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyTwo, SDKValidationError>;
|
|
4898
4904
|
/** @internal */
|
|
4899
|
-
export declare const
|
|
4905
|
+
export declare const UserEventPayload141Project$inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4900
4906
|
/** @internal */
|
|
4901
|
-
export type
|
|
4907
|
+
export type UserEventPayload141Project$Outbound = {
|
|
4902
4908
|
id: string;
|
|
4903
4909
|
name: string;
|
|
4904
4910
|
};
|
|
4905
4911
|
/** @internal */
|
|
4906
|
-
export declare const
|
|
4912
|
+
export declare const UserEventPayload141Project$outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4907
4913
|
/**
|
|
4908
4914
|
* @internal
|
|
4909
4915
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4910
4916
|
*/
|
|
4911
|
-
export declare namespace
|
|
4912
|
-
/** @deprecated use `
|
|
4913
|
-
const inboundSchema: z.ZodType<
|
|
4914
|
-
/** @deprecated use `
|
|
4915
|
-
const outboundSchema: z.ZodType<
|
|
4916
|
-
/** @deprecated use `
|
|
4917
|
-
type Outbound =
|
|
4917
|
+
export declare namespace UserEventPayload141Project$ {
|
|
4918
|
+
/** @deprecated use `UserEventPayload141Project$inboundSchema` instead. */
|
|
4919
|
+
const inboundSchema: z.ZodType<UserEventPayload141Project, z.ZodTypeDef, unknown>;
|
|
4920
|
+
/** @deprecated use `UserEventPayload141Project$outboundSchema` instead. */
|
|
4921
|
+
const outboundSchema: z.ZodType<UserEventPayload141Project$Outbound, z.ZodTypeDef, UserEventPayload141Project>;
|
|
4922
|
+
/** @deprecated use `UserEventPayload141Project$Outbound` instead. */
|
|
4923
|
+
type Outbound = UserEventPayload141Project$Outbound;
|
|
4918
4924
|
}
|
|
4919
|
-
export declare function
|
|
4920
|
-
export declare function
|
|
4925
|
+
export declare function userEventPayload141ProjectToJSON(userEventPayload141Project: UserEventPayload141Project): string;
|
|
4926
|
+
export declare function userEventPayload141ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload141Project, SDKValidationError>;
|
|
4921
4927
|
/** @internal */
|
|
4922
4928
|
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
4923
4929
|
/** @internal */
|
|
@@ -4943,28 +4949,28 @@ export declare namespace Group$ {
|
|
|
4943
4949
|
export declare function groupToJSON(group: Group): string;
|
|
4944
4950
|
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
4945
4951
|
/** @internal */
|
|
4946
|
-
export declare const
|
|
4952
|
+
export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4947
4953
|
/** @internal */
|
|
4948
|
-
export type
|
|
4949
|
-
project:
|
|
4954
|
+
export type OneHundredAndFortyOne$Outbound = {
|
|
4955
|
+
project: UserEventPayload141Project$Outbound;
|
|
4950
4956
|
group: Group$Outbound;
|
|
4951
4957
|
};
|
|
4952
4958
|
/** @internal */
|
|
4953
|
-
export declare const
|
|
4959
|
+
export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4954
4960
|
/**
|
|
4955
4961
|
* @internal
|
|
4956
4962
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4957
4963
|
*/
|
|
4958
|
-
export declare namespace
|
|
4959
|
-
/** @deprecated use `
|
|
4960
|
-
const inboundSchema: z.ZodType<
|
|
4961
|
-
/** @deprecated use `
|
|
4962
|
-
const outboundSchema: z.ZodType<
|
|
4963
|
-
/** @deprecated use `
|
|
4964
|
-
type Outbound =
|
|
4964
|
+
export declare namespace OneHundredAndFortyOne$ {
|
|
4965
|
+
/** @deprecated use `OneHundredAndFortyOne$inboundSchema` instead. */
|
|
4966
|
+
const inboundSchema: z.ZodType<OneHundredAndFortyOne, z.ZodTypeDef, unknown>;
|
|
4967
|
+
/** @deprecated use `OneHundredAndFortyOne$outboundSchema` instead. */
|
|
4968
|
+
const outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
4969
|
+
/** @deprecated use `OneHundredAndFortyOne$Outbound` instead. */
|
|
4970
|
+
type Outbound = OneHundredAndFortyOne$Outbound;
|
|
4965
4971
|
}
|
|
4966
|
-
export declare function
|
|
4967
|
-
export declare function
|
|
4972
|
+
export declare function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne: OneHundredAndFortyOne): string;
|
|
4973
|
+
export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyOne, SDKValidationError>;
|
|
4968
4974
|
/** @internal */
|
|
4969
4975
|
export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
|
|
4970
4976
|
/** @internal */
|
|
@@ -4989,13 +4995,37 @@ export declare namespace Prev$ {
|
|
|
4989
4995
|
export declare function prevToJSON(prev: Prev): string;
|
|
4990
4996
|
export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
|
|
4991
4997
|
/** @internal */
|
|
4998
|
+
export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
4999
|
+
/** @internal */
|
|
5000
|
+
export type OneHundredAndForty$Outbound = {
|
|
5001
|
+
id: string;
|
|
5002
|
+
slug: string;
|
|
5003
|
+
name: string;
|
|
5004
|
+
prev: Prev$Outbound;
|
|
5005
|
+
};
|
|
5006
|
+
/** @internal */
|
|
5007
|
+
export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
5008
|
+
/**
|
|
5009
|
+
* @internal
|
|
5010
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5011
|
+
*/
|
|
5012
|
+
export declare namespace OneHundredAndForty$ {
|
|
5013
|
+
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
5014
|
+
const inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
5015
|
+
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
5016
|
+
const outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
5017
|
+
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
5018
|
+
type Outbound = OneHundredAndForty$Outbound;
|
|
5019
|
+
}
|
|
5020
|
+
export declare function oneHundredAndFortyToJSON(oneHundredAndForty: OneHundredAndForty): string;
|
|
5021
|
+
export declare function oneHundredAndFortyFromJSON(jsonString: string): SafeParseResult<OneHundredAndForty, SDKValidationError>;
|
|
5022
|
+
/** @internal */
|
|
4992
5023
|
export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
4993
5024
|
/** @internal */
|
|
4994
5025
|
export type OneHundredAndThirtyNine$Outbound = {
|
|
4995
5026
|
id: string;
|
|
4996
5027
|
slug: string;
|
|
4997
5028
|
name: string;
|
|
4998
|
-
prev: Prev$Outbound;
|
|
4999
5029
|
};
|
|
5000
5030
|
/** @internal */
|
|
5001
5031
|
export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
@@ -5014,12 +5044,30 @@ export declare namespace OneHundredAndThirtyNine$ {
|
|
|
5014
5044
|
export declare function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine: OneHundredAndThirtyNine): string;
|
|
5015
5045
|
export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError>;
|
|
5016
5046
|
/** @internal */
|
|
5047
|
+
export declare const UserEventPayload138Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Action>;
|
|
5048
|
+
/** @internal */
|
|
5049
|
+
export declare const UserEventPayload138Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload138Action>;
|
|
5050
|
+
/**
|
|
5051
|
+
* @internal
|
|
5052
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5053
|
+
*/
|
|
5054
|
+
export declare namespace UserEventPayload138Action$ {
|
|
5055
|
+
/** @deprecated use `UserEventPayload138Action$inboundSchema` instead. */
|
|
5056
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
5057
|
+
readonly Enable: "enable";
|
|
5058
|
+
readonly Disable: "disable";
|
|
5059
|
+
}>;
|
|
5060
|
+
/** @deprecated use `UserEventPayload138Action$outboundSchema` instead. */
|
|
5061
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
5062
|
+
readonly Enable: "enable";
|
|
5063
|
+
readonly Disable: "disable";
|
|
5064
|
+
}>;
|
|
5065
|
+
}
|
|
5066
|
+
/** @internal */
|
|
5017
5067
|
export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
|
|
5018
5068
|
/** @internal */
|
|
5019
5069
|
export type OneHundredAndThirtyEight$Outbound = {
|
|
5020
|
-
|
|
5021
|
-
slug: string;
|
|
5022
|
-
name: string;
|
|
5070
|
+
action: string;
|
|
5023
5071
|
};
|
|
5024
5072
|
/** @internal */
|
|
5025
5073
|
export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
|
|
@@ -5038,30 +5086,12 @@ export declare namespace OneHundredAndThirtyEight$ {
|
|
|
5038
5086
|
export declare function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight: OneHundredAndThirtyEight): string;
|
|
5039
5087
|
export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError>;
|
|
5040
5088
|
/** @internal */
|
|
5041
|
-
export declare const UserEventPayload137Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5042
|
-
/** @internal */
|
|
5043
|
-
export declare const UserEventPayload137Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload137Action>;
|
|
5044
|
-
/**
|
|
5045
|
-
* @internal
|
|
5046
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5047
|
-
*/
|
|
5048
|
-
export declare namespace UserEventPayload137Action$ {
|
|
5049
|
-
/** @deprecated use `UserEventPayload137Action$inboundSchema` instead. */
|
|
5050
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
5051
|
-
readonly Enable: "enable";
|
|
5052
|
-
readonly Disable: "disable";
|
|
5053
|
-
}>;
|
|
5054
|
-
/** @deprecated use `UserEventPayload137Action$outboundSchema` instead. */
|
|
5055
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
5056
|
-
readonly Enable: "enable";
|
|
5057
|
-
readonly Disable: "disable";
|
|
5058
|
-
}>;
|
|
5059
|
-
}
|
|
5060
|
-
/** @internal */
|
|
5061
5089
|
export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
|
|
5062
5090
|
/** @internal */
|
|
5063
5091
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
5064
|
-
|
|
5092
|
+
edgeConfigId: string;
|
|
5093
|
+
edgeConfigSlug: string;
|
|
5094
|
+
edgeConfigTokenIds: Array<string>;
|
|
5065
5095
|
};
|
|
5066
5096
|
/** @internal */
|
|
5067
5097
|
export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
|
|
@@ -5085,7 +5115,8 @@ export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredA
|
|
|
5085
5115
|
export type OneHundredAndThirtySix$Outbound = {
|
|
5086
5116
|
edgeConfigId: string;
|
|
5087
5117
|
edgeConfigSlug: string;
|
|
5088
|
-
|
|
5118
|
+
edgeConfigTokenId: string;
|
|
5119
|
+
label: string;
|
|
5089
5120
|
};
|
|
5090
5121
|
/** @internal */
|
|
5091
5122
|
export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
|
|
@@ -5109,8 +5140,7 @@ export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundred
|
|
|
5109
5140
|
export type OneHundredAndThirtyFive$Outbound = {
|
|
5110
5141
|
edgeConfigId: string;
|
|
5111
5142
|
edgeConfigSlug: string;
|
|
5112
|
-
|
|
5113
|
-
label: string;
|
|
5143
|
+
edgeConfigDigest: string;
|
|
5114
5144
|
};
|
|
5115
5145
|
/** @internal */
|
|
5116
5146
|
export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
|
|
@@ -5129,45 +5159,21 @@ export declare namespace OneHundredAndThirtyFive$ {
|
|
|
5129
5159
|
export declare function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive: OneHundredAndThirtyFive): string;
|
|
5130
5160
|
export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFive, SDKValidationError>;
|
|
5131
5161
|
/** @internal */
|
|
5132
|
-
export declare const
|
|
5133
|
-
/** @internal */
|
|
5134
|
-
export type OneHundredAndThirtyFour$Outbound = {
|
|
5135
|
-
edgeConfigId: string;
|
|
5136
|
-
edgeConfigSlug: string;
|
|
5137
|
-
edgeConfigDigest: string;
|
|
5138
|
-
};
|
|
5139
|
-
/** @internal */
|
|
5140
|
-
export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5141
|
-
/**
|
|
5142
|
-
* @internal
|
|
5143
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5144
|
-
*/
|
|
5145
|
-
export declare namespace OneHundredAndThirtyFour$ {
|
|
5146
|
-
/** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
|
|
5147
|
-
const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
|
|
5148
|
-
/** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
|
|
5149
|
-
const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5150
|
-
/** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
|
|
5151
|
-
type Outbound = OneHundredAndThirtyFour$Outbound;
|
|
5152
|
-
}
|
|
5153
|
-
export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
|
|
5154
|
-
export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
|
|
5155
|
-
/** @internal */
|
|
5156
|
-
export declare const UserEventPayload133Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
|
|
5162
|
+
export declare const UserEventPayload134Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload134Role>;
|
|
5157
5163
|
/** @internal */
|
|
5158
|
-
export declare const
|
|
5164
|
+
export declare const UserEventPayload134Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload134Role>;
|
|
5159
5165
|
/**
|
|
5160
5166
|
* @internal
|
|
5161
5167
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5162
5168
|
*/
|
|
5163
|
-
export declare namespace
|
|
5164
|
-
/** @deprecated use `
|
|
5169
|
+
export declare namespace UserEventPayload134Role$ {
|
|
5170
|
+
/** @deprecated use `UserEventPayload134Role$inboundSchema` instead. */
|
|
5165
5171
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5166
5172
|
readonly Admin: "ADMIN";
|
|
5167
5173
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
5168
5174
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
5169
5175
|
}>;
|
|
5170
|
-
/** @deprecated use `
|
|
5176
|
+
/** @deprecated use `UserEventPayload134Role$outboundSchema` instead. */
|
|
5171
5177
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5172
5178
|
readonly Admin: "ADMIN";
|
|
5173
5179
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
@@ -5175,9 +5181,9 @@ export declare namespace UserEventPayload133Role$ {
|
|
|
5175
5181
|
}>;
|
|
5176
5182
|
}
|
|
5177
5183
|
/** @internal */
|
|
5178
|
-
export declare const
|
|
5184
|
+
export declare const UserEventPayload134Project$inboundSchema: z.ZodType<UserEventPayload134Project, z.ZodTypeDef, unknown>;
|
|
5179
5185
|
/** @internal */
|
|
5180
|
-
export type
|
|
5186
|
+
export type UserEventPayload134Project$Outbound = {
|
|
5181
5187
|
name: string;
|
|
5182
5188
|
role: string;
|
|
5183
5189
|
invitedUserName: string;
|
|
@@ -5185,82 +5191,82 @@ export type UserEventPayload133Project$Outbound = {
|
|
|
5185
5191
|
invitedUserId?: string | undefined;
|
|
5186
5192
|
};
|
|
5187
5193
|
/** @internal */
|
|
5188
|
-
export declare const
|
|
5194
|
+
export declare const UserEventPayload134Project$outboundSchema: z.ZodType<UserEventPayload134Project$Outbound, z.ZodTypeDef, UserEventPayload134Project>;
|
|
5189
5195
|
/**
|
|
5190
5196
|
* @internal
|
|
5191
5197
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5192
5198
|
*/
|
|
5193
|
-
export declare namespace
|
|
5194
|
-
/** @deprecated use `
|
|
5195
|
-
const inboundSchema: z.ZodType<
|
|
5196
|
-
/** @deprecated use `
|
|
5197
|
-
const outboundSchema: z.ZodType<
|
|
5198
|
-
/** @deprecated use `
|
|
5199
|
-
type Outbound =
|
|
5199
|
+
export declare namespace UserEventPayload134Project$ {
|
|
5200
|
+
/** @deprecated use `UserEventPayload134Project$inboundSchema` instead. */
|
|
5201
|
+
const inboundSchema: z.ZodType<UserEventPayload134Project, z.ZodTypeDef, unknown>;
|
|
5202
|
+
/** @deprecated use `UserEventPayload134Project$outboundSchema` instead. */
|
|
5203
|
+
const outboundSchema: z.ZodType<UserEventPayload134Project$Outbound, z.ZodTypeDef, UserEventPayload134Project>;
|
|
5204
|
+
/** @deprecated use `UserEventPayload134Project$Outbound` instead. */
|
|
5205
|
+
type Outbound = UserEventPayload134Project$Outbound;
|
|
5200
5206
|
}
|
|
5201
|
-
export declare function
|
|
5202
|
-
export declare function
|
|
5207
|
+
export declare function userEventPayload134ProjectToJSON(userEventPayload134Project: UserEventPayload134Project): string;
|
|
5208
|
+
export declare function userEventPayload134ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload134Project, SDKValidationError>;
|
|
5203
5209
|
/** @internal */
|
|
5204
|
-
export declare const
|
|
5210
|
+
export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
|
|
5205
5211
|
/** @internal */
|
|
5206
|
-
export type
|
|
5207
|
-
project:
|
|
5212
|
+
export type OneHundredAndThirtyFour$Outbound = {
|
|
5213
|
+
project: UserEventPayload134Project$Outbound;
|
|
5208
5214
|
};
|
|
5209
5215
|
/** @internal */
|
|
5210
|
-
export declare const
|
|
5216
|
+
export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5211
5217
|
/**
|
|
5212
5218
|
* @internal
|
|
5213
5219
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5214
5220
|
*/
|
|
5215
|
-
export declare namespace
|
|
5216
|
-
/** @deprecated use `
|
|
5217
|
-
const inboundSchema: z.ZodType<
|
|
5218
|
-
/** @deprecated use `
|
|
5219
|
-
const outboundSchema: z.ZodType<
|
|
5220
|
-
/** @deprecated use `
|
|
5221
|
-
type Outbound =
|
|
5221
|
+
export declare namespace OneHundredAndThirtyFour$ {
|
|
5222
|
+
/** @deprecated use `OneHundredAndThirtyFour$inboundSchema` instead. */
|
|
5223
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
|
|
5224
|
+
/** @deprecated use `OneHundredAndThirtyFour$outboundSchema` instead. */
|
|
5225
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5226
|
+
/** @deprecated use `OneHundredAndThirtyFour$Outbound` instead. */
|
|
5227
|
+
type Outbound = OneHundredAndThirtyFour$Outbound;
|
|
5222
5228
|
}
|
|
5223
|
-
export declare function
|
|
5224
|
-
export declare function
|
|
5229
|
+
export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
|
|
5230
|
+
export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
|
|
5225
5231
|
/** @internal */
|
|
5226
|
-
export declare const
|
|
5232
|
+
export declare const UserEventPayload133Project$inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
|
|
5227
5233
|
/** @internal */
|
|
5228
|
-
export type
|
|
5234
|
+
export type UserEventPayload133Project$Outbound = {
|
|
5229
5235
|
id: string;
|
|
5230
5236
|
name: string;
|
|
5231
5237
|
};
|
|
5232
5238
|
/** @internal */
|
|
5233
|
-
export declare const
|
|
5239
|
+
export declare const UserEventPayload133Project$outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
|
|
5234
5240
|
/**
|
|
5235
5241
|
* @internal
|
|
5236
5242
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5237
5243
|
*/
|
|
5238
|
-
export declare namespace
|
|
5239
|
-
/** @deprecated use `
|
|
5240
|
-
const inboundSchema: z.ZodType<
|
|
5241
|
-
/** @deprecated use `
|
|
5242
|
-
const outboundSchema: z.ZodType<
|
|
5243
|
-
/** @deprecated use `
|
|
5244
|
-
type Outbound =
|
|
5244
|
+
export declare namespace UserEventPayload133Project$ {
|
|
5245
|
+
/** @deprecated use `UserEventPayload133Project$inboundSchema` instead. */
|
|
5246
|
+
const inboundSchema: z.ZodType<UserEventPayload133Project, z.ZodTypeDef, unknown>;
|
|
5247
|
+
/** @deprecated use `UserEventPayload133Project$outboundSchema` instead. */
|
|
5248
|
+
const outboundSchema: z.ZodType<UserEventPayload133Project$Outbound, z.ZodTypeDef, UserEventPayload133Project>;
|
|
5249
|
+
/** @deprecated use `UserEventPayload133Project$Outbound` instead. */
|
|
5250
|
+
type Outbound = UserEventPayload133Project$Outbound;
|
|
5245
5251
|
}
|
|
5246
|
-
export declare function
|
|
5247
|
-
export declare function
|
|
5252
|
+
export declare function userEventPayload133ProjectToJSON(userEventPayload133Project: UserEventPayload133Project): string;
|
|
5253
|
+
export declare function userEventPayload133ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload133Project, SDKValidationError>;
|
|
5248
5254
|
/** @internal */
|
|
5249
|
-
export declare const
|
|
5255
|
+
export declare const UserEventPayload133Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
|
|
5250
5256
|
/** @internal */
|
|
5251
|
-
export declare const
|
|
5257
|
+
export declare const UserEventPayload133Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload133Role>;
|
|
5252
5258
|
/**
|
|
5253
5259
|
* @internal
|
|
5254
5260
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5255
5261
|
*/
|
|
5256
|
-
export declare namespace
|
|
5257
|
-
/** @deprecated use `
|
|
5262
|
+
export declare namespace UserEventPayload133Role$ {
|
|
5263
|
+
/** @deprecated use `UserEventPayload133Role$inboundSchema` instead. */
|
|
5258
5264
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5259
5265
|
readonly Admin: "ADMIN";
|
|
5260
5266
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
5261
5267
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
5262
5268
|
}>;
|
|
5263
|
-
/** @deprecated use `
|
|
5269
|
+
/** @deprecated use `UserEventPayload133Role$outboundSchema` instead. */
|
|
5264
5270
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5265
5271
|
readonly Admin: "ADMIN";
|
|
5266
5272
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
@@ -5316,51 +5322,51 @@ export declare namespace PayloadProjectMembership$ {
|
|
|
5316
5322
|
export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
|
|
5317
5323
|
export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
|
|
5318
5324
|
/** @internal */
|
|
5319
|
-
export declare const
|
|
5325
|
+
export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
|
|
5320
5326
|
/** @internal */
|
|
5321
|
-
export type
|
|
5322
|
-
project:
|
|
5327
|
+
export type OneHundredAndThirtyThree$Outbound = {
|
|
5328
|
+
project: UserEventPayload133Project$Outbound;
|
|
5323
5329
|
projectMembership: PayloadProjectMembership$Outbound;
|
|
5324
5330
|
};
|
|
5325
5331
|
/** @internal */
|
|
5326
|
-
export declare const
|
|
5332
|
+
export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
|
|
5327
5333
|
/**
|
|
5328
5334
|
* @internal
|
|
5329
5335
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5330
5336
|
*/
|
|
5331
|
-
export declare namespace
|
|
5332
|
-
/** @deprecated use `
|
|
5333
|
-
const inboundSchema: z.ZodType<
|
|
5334
|
-
/** @deprecated use `
|
|
5335
|
-
const outboundSchema: z.ZodType<
|
|
5336
|
-
/** @deprecated use `
|
|
5337
|
-
type Outbound =
|
|
5337
|
+
export declare namespace OneHundredAndThirtyThree$ {
|
|
5338
|
+
/** @deprecated use `OneHundredAndThirtyThree$inboundSchema` instead. */
|
|
5339
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
|
|
5340
|
+
/** @deprecated use `OneHundredAndThirtyThree$outboundSchema` instead. */
|
|
5341
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
|
|
5342
|
+
/** @deprecated use `OneHundredAndThirtyThree$Outbound` instead. */
|
|
5343
|
+
type Outbound = OneHundredAndThirtyThree$Outbound;
|
|
5338
5344
|
}
|
|
5339
|
-
export declare function
|
|
5340
|
-
export declare function
|
|
5345
|
+
export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
|
|
5346
|
+
export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
|
|
5341
5347
|
/** @internal */
|
|
5342
|
-
export declare const
|
|
5348
|
+
export declare const UserEventPayload132Project$inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
|
|
5343
5349
|
/** @internal */
|
|
5344
|
-
export type
|
|
5350
|
+
export type UserEventPayload132Project$Outbound = {
|
|
5345
5351
|
name: string;
|
|
5346
5352
|
id?: string | undefined;
|
|
5347
5353
|
};
|
|
5348
5354
|
/** @internal */
|
|
5349
|
-
export declare const
|
|
5355
|
+
export declare const UserEventPayload132Project$outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
|
|
5350
5356
|
/**
|
|
5351
5357
|
* @internal
|
|
5352
5358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5353
5359
|
*/
|
|
5354
|
-
export declare namespace
|
|
5355
|
-
/** @deprecated use `
|
|
5356
|
-
const inboundSchema: z.ZodType<
|
|
5357
|
-
/** @deprecated use `
|
|
5358
|
-
const outboundSchema: z.ZodType<
|
|
5359
|
-
/** @deprecated use `
|
|
5360
|
-
type Outbound =
|
|
5360
|
+
export declare namespace UserEventPayload132Project$ {
|
|
5361
|
+
/** @deprecated use `UserEventPayload132Project$inboundSchema` instead. */
|
|
5362
|
+
const inboundSchema: z.ZodType<UserEventPayload132Project, z.ZodTypeDef, unknown>;
|
|
5363
|
+
/** @deprecated use `UserEventPayload132Project$outboundSchema` instead. */
|
|
5364
|
+
const outboundSchema: z.ZodType<UserEventPayload132Project$Outbound, z.ZodTypeDef, UserEventPayload132Project>;
|
|
5365
|
+
/** @deprecated use `UserEventPayload132Project$Outbound` instead. */
|
|
5366
|
+
type Outbound = UserEventPayload132Project$Outbound;
|
|
5361
5367
|
}
|
|
5362
|
-
export declare function
|
|
5363
|
-
export declare function
|
|
5368
|
+
export declare function userEventPayload132ProjectToJSON(userEventPayload132Project: UserEventPayload132Project): string;
|
|
5369
|
+
export declare function userEventPayload132ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload132Project, SDKValidationError>;
|
|
5364
5370
|
/** @internal */
|
|
5365
5371
|
export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
|
|
5366
5372
|
/** @internal */
|
|
@@ -5409,51 +5415,51 @@ export declare namespace RemovedMembership$ {
|
|
|
5409
5415
|
export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
|
|
5410
5416
|
export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
|
|
5411
5417
|
/** @internal */
|
|
5412
|
-
export declare const
|
|
5418
|
+
export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5413
5419
|
/** @internal */
|
|
5414
|
-
export type
|
|
5415
|
-
project:
|
|
5420
|
+
export type OneHundredAndThirtyTwo$Outbound = {
|
|
5421
|
+
project: UserEventPayload132Project$Outbound;
|
|
5416
5422
|
removedMembership: RemovedMembership$Outbound;
|
|
5417
5423
|
};
|
|
5418
5424
|
/** @internal */
|
|
5419
|
-
export declare const
|
|
5425
|
+
export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5420
5426
|
/**
|
|
5421
5427
|
* @internal
|
|
5422
5428
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5423
5429
|
*/
|
|
5424
|
-
export declare namespace
|
|
5425
|
-
/** @deprecated use `
|
|
5426
|
-
const inboundSchema: z.ZodType<
|
|
5427
|
-
/** @deprecated use `
|
|
5428
|
-
const outboundSchema: z.ZodType<
|
|
5429
|
-
/** @deprecated use `
|
|
5430
|
-
type Outbound =
|
|
5430
|
+
export declare namespace OneHundredAndThirtyTwo$ {
|
|
5431
|
+
/** @deprecated use `OneHundredAndThirtyTwo$inboundSchema` instead. */
|
|
5432
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5433
|
+
/** @deprecated use `OneHundredAndThirtyTwo$outboundSchema` instead. */
|
|
5434
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5435
|
+
/** @deprecated use `OneHundredAndThirtyTwo$Outbound` instead. */
|
|
5436
|
+
type Outbound = OneHundredAndThirtyTwo$Outbound;
|
|
5431
5437
|
}
|
|
5432
|
-
export declare function
|
|
5433
|
-
export declare function
|
|
5438
|
+
export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
|
|
5439
|
+
export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
|
|
5434
5440
|
/** @internal */
|
|
5435
|
-
export declare const
|
|
5441
|
+
export declare const UserEventPayload131Project$inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
|
|
5436
5442
|
/** @internal */
|
|
5437
|
-
export type
|
|
5443
|
+
export type UserEventPayload131Project$Outbound = {
|
|
5438
5444
|
name: string;
|
|
5439
5445
|
id?: string | undefined;
|
|
5440
5446
|
};
|
|
5441
5447
|
/** @internal */
|
|
5442
|
-
export declare const
|
|
5448
|
+
export declare const UserEventPayload131Project$outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
|
|
5443
5449
|
/**
|
|
5444
5450
|
* @internal
|
|
5445
5451
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5446
5452
|
*/
|
|
5447
|
-
export declare namespace
|
|
5448
|
-
/** @deprecated use `
|
|
5449
|
-
const inboundSchema: z.ZodType<
|
|
5450
|
-
/** @deprecated use `
|
|
5451
|
-
const outboundSchema: z.ZodType<
|
|
5452
|
-
/** @deprecated use `
|
|
5453
|
-
type Outbound =
|
|
5453
|
+
export declare namespace UserEventPayload131Project$ {
|
|
5454
|
+
/** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
|
|
5455
|
+
const inboundSchema: z.ZodType<UserEventPayload131Project, z.ZodTypeDef, unknown>;
|
|
5456
|
+
/** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
|
|
5457
|
+
const outboundSchema: z.ZodType<UserEventPayload131Project$Outbound, z.ZodTypeDef, UserEventPayload131Project>;
|
|
5458
|
+
/** @deprecated use `UserEventPayload131Project$Outbound` instead. */
|
|
5459
|
+
type Outbound = UserEventPayload131Project$Outbound;
|
|
5454
5460
|
}
|
|
5455
|
-
export declare function
|
|
5456
|
-
export declare function
|
|
5461
|
+
export declare function userEventPayload131ProjectToJSON(userEventPayload131Project: UserEventPayload131Project): string;
|
|
5462
|
+
export declare function userEventPayload131ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload131Project, SDKValidationError>;
|
|
5457
5463
|
/** @internal */
|
|
5458
5464
|
export declare const PayloadRole$inboundSchema: z.ZodNativeEnum<typeof PayloadRole>;
|
|
5459
5465
|
/** @internal */
|
|
@@ -5502,11 +5508,36 @@ export declare namespace ProjectMembership$ {
|
|
|
5502
5508
|
export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
|
|
5503
5509
|
export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
|
|
5504
5510
|
/** @internal */
|
|
5511
|
+
export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
|
|
5512
|
+
/** @internal */
|
|
5513
|
+
export type OneHundredAndThirtyOne$Outbound = {
|
|
5514
|
+
project: UserEventPayload131Project$Outbound;
|
|
5515
|
+
projectMembership: ProjectMembership$Outbound | null;
|
|
5516
|
+
};
|
|
5517
|
+
/** @internal */
|
|
5518
|
+
export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
|
|
5519
|
+
/**
|
|
5520
|
+
* @internal
|
|
5521
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5522
|
+
*/
|
|
5523
|
+
export declare namespace OneHundredAndThirtyOne$ {
|
|
5524
|
+
/** @deprecated use `OneHundredAndThirtyOne$inboundSchema` instead. */
|
|
5525
|
+
const inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
|
|
5526
|
+
/** @deprecated use `OneHundredAndThirtyOne$outboundSchema` instead. */
|
|
5527
|
+
const outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
|
|
5528
|
+
/** @deprecated use `OneHundredAndThirtyOne$Outbound` instead. */
|
|
5529
|
+
type Outbound = OneHundredAndThirtyOne$Outbound;
|
|
5530
|
+
}
|
|
5531
|
+
export declare function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne: OneHundredAndThirtyOne): string;
|
|
5532
|
+
export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyOne, SDKValidationError>;
|
|
5533
|
+
/** @internal */
|
|
5505
5534
|
export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
|
|
5506
5535
|
/** @internal */
|
|
5507
5536
|
export type OneHundredAndThirty$Outbound = {
|
|
5508
|
-
|
|
5509
|
-
|
|
5537
|
+
previousProjectName: string;
|
|
5538
|
+
newProjectName: string;
|
|
5539
|
+
originAccountName: string;
|
|
5540
|
+
transferId?: string | undefined;
|
|
5510
5541
|
};
|
|
5511
5542
|
/** @internal */
|
|
5512
5543
|
export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
|
|
@@ -5530,7 +5561,7 @@ export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundred
|
|
|
5530
5561
|
export type OneHundredAndTwentyNine$Outbound = {
|
|
5531
5562
|
previousProjectName: string;
|
|
5532
5563
|
newProjectName: string;
|
|
5533
|
-
|
|
5564
|
+
destinationAccountName: string;
|
|
5534
5565
|
transferId?: string | undefined;
|
|
5535
5566
|
};
|
|
5536
5567
|
/** @internal */
|
|
@@ -5553,9 +5584,8 @@ export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): Saf
|
|
|
5553
5584
|
export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
|
|
5554
5585
|
/** @internal */
|
|
5555
5586
|
export type OneHundredAndTwentyEight$Outbound = {
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
destinationAccountName: string;
|
|
5587
|
+
projectName: string;
|
|
5588
|
+
destinationAccountName: string | null;
|
|
5559
5589
|
transferId?: string | undefined;
|
|
5560
5590
|
};
|
|
5561
5591
|
/** @internal */
|
|
@@ -5578,8 +5608,11 @@ export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): Sa
|
|
|
5578
5608
|
export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
|
|
5579
5609
|
/** @internal */
|
|
5580
5610
|
export type OneHundredAndTwentySeven$Outbound = {
|
|
5611
|
+
projectId: string;
|
|
5581
5612
|
projectName: string;
|
|
5582
|
-
|
|
5613
|
+
originAccountName: string;
|
|
5614
|
+
destinationAccountName: string;
|
|
5615
|
+
destinationAccountId: string;
|
|
5583
5616
|
transferId?: string | undefined;
|
|
5584
5617
|
};
|
|
5585
5618
|
/** @internal */
|
|
@@ -5602,12 +5635,12 @@ export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): Sa
|
|
|
5602
5635
|
export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
|
|
5603
5636
|
/** @internal */
|
|
5604
5637
|
export type OneHundredAndTwentySix$Outbound = {
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
|
|
5638
|
+
requestedTeamName: string;
|
|
5639
|
+
requestedUserName?: string | undefined;
|
|
5640
|
+
gitUsername?: string | undefined;
|
|
5641
|
+
githubUsername?: string | undefined;
|
|
5642
|
+
gitlabUsername?: string | undefined;
|
|
5643
|
+
bitbucketUsername?: string | undefined;
|
|
5611
5644
|
};
|
|
5612
5645
|
/** @internal */
|
|
5613
5646
|
export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
|
|
@@ -5629,12 +5662,12 @@ export declare function oneHundredAndTwentySixFromJSON(jsonString: string): Safe
|
|
|
5629
5662
|
export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
|
|
5630
5663
|
/** @internal */
|
|
5631
5664
|
export type OneHundredAndTwentyFive$Outbound = {
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
gitUsername?: string | undefined;
|
|
5635
|
-
githubUsername?: string | undefined;
|
|
5636
|
-
gitlabUsername?: string | undefined;
|
|
5637
|
-
bitbucketUsername?: string | undefined;
|
|
5665
|
+
teamName: string;
|
|
5666
|
+
username?: string | undefined;
|
|
5667
|
+
gitUsername?: string | null | undefined;
|
|
5668
|
+
githubUsername?: string | null | undefined;
|
|
5669
|
+
gitlabUsername?: string | null | undefined;
|
|
5670
|
+
bitbucketUsername?: string | null | undefined;
|
|
5638
5671
|
};
|
|
5639
5672
|
/** @internal */
|
|
5640
5673
|
export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
|
|
@@ -5658,10 +5691,12 @@ export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundred
|
|
|
5658
5691
|
export type OneHundredAndTwentyFour$Outbound = {
|
|
5659
5692
|
teamName: string;
|
|
5660
5693
|
username?: string | undefined;
|
|
5661
|
-
gitUsername?: string |
|
|
5694
|
+
gitUsername?: string | undefined;
|
|
5662
5695
|
githubUsername?: string | null | undefined;
|
|
5663
5696
|
gitlabUsername?: string | null | undefined;
|
|
5664
5697
|
bitbucketUsername?: string | null | undefined;
|
|
5698
|
+
updatedUid?: string | undefined;
|
|
5699
|
+
teamId?: string | undefined;
|
|
5665
5700
|
};
|
|
5666
5701
|
/** @internal */
|
|
5667
5702
|
export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
|
|
@@ -5683,14 +5718,8 @@ export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): Saf
|
|
|
5683
5718
|
export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
|
|
5684
5719
|
/** @internal */
|
|
5685
5720
|
export type OneHundredAndTwentyThree$Outbound = {
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
gitUsername?: string | undefined;
|
|
5689
|
-
githubUsername?: string | null | undefined;
|
|
5690
|
-
gitlabUsername?: string | null | undefined;
|
|
5691
|
-
bitbucketUsername?: string | null | undefined;
|
|
5692
|
-
updatedUid?: string | undefined;
|
|
5693
|
-
teamId?: string | undefined;
|
|
5721
|
+
price?: number | undefined;
|
|
5722
|
+
currency?: string | undefined;
|
|
5694
5723
|
};
|
|
5695
5724
|
/** @internal */
|
|
5696
5725
|
export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
|
|
@@ -5712,8 +5741,8 @@ export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): Sa
|
|
|
5712
5741
|
export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
|
|
5713
5742
|
/** @internal */
|
|
5714
5743
|
export type OneHundredAndTwentyTwo$Outbound = {
|
|
5715
|
-
|
|
5716
|
-
|
|
5744
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
5745
|
+
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
5717
5746
|
};
|
|
5718
5747
|
/** @internal */
|
|
5719
5748
|
export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
|
|
@@ -5735,8 +5764,9 @@ export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): Safe
|
|
|
5735
5764
|
export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
|
|
5736
5765
|
/** @internal */
|
|
5737
5766
|
export type OneHundredAndTwentyOne$Outbound = {
|
|
5738
|
-
|
|
5739
|
-
|
|
5767
|
+
price?: number | undefined;
|
|
5768
|
+
currency?: string | undefined;
|
|
5769
|
+
enabled?: boolean | undefined;
|
|
5740
5770
|
};
|
|
5741
5771
|
/** @internal */
|
|
5742
5772
|
export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
|
|
@@ -5758,9 +5788,7 @@ export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): Safe
|
|
|
5758
5788
|
export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
|
|
5759
5789
|
/** @internal */
|
|
5760
5790
|
export type OneHundredAndTwenty$Outbound = {
|
|
5761
|
-
|
|
5762
|
-
currency?: string | undefined;
|
|
5763
|
-
enabled?: boolean | undefined;
|
|
5791
|
+
username: string;
|
|
5764
5792
|
};
|
|
5765
5793
|
/** @internal */
|
|
5766
5794
|
export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
|
|
@@ -5782,7 +5810,8 @@ export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafePar
|
|
|
5782
5810
|
export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
|
|
5783
5811
|
/** @internal */
|
|
5784
5812
|
export type OneHundredAndNineteen$Outbound = {
|
|
5785
|
-
|
|
5813
|
+
email: string;
|
|
5814
|
+
prevEmail: string;
|
|
5786
5815
|
};
|
|
5787
5816
|
/** @internal */
|
|
5788
5817
|
export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
|
|
@@ -5804,8 +5833,7 @@ export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeP
|
|
|
5804
5833
|
export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
|
|
5805
5834
|
/** @internal */
|
|
5806
5835
|
export type OneHundredAndEighteen$Outbound = {
|
|
5807
|
-
|
|
5808
|
-
prevEmail: string;
|
|
5836
|
+
mfaEnabled: boolean;
|
|
5809
5837
|
};
|
|
5810
5838
|
/** @internal */
|
|
5811
5839
|
export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
|
|
@@ -5827,7 +5855,8 @@ export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeP
|
|
|
5827
5855
|
export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
|
|
5828
5856
|
/** @internal */
|
|
5829
5857
|
export type OneHundredAndSeventeen$Outbound = {
|
|
5830
|
-
|
|
5858
|
+
enabled: boolean;
|
|
5859
|
+
totpVerified: boolean;
|
|
5831
5860
|
};
|
|
5832
5861
|
/** @internal */
|
|
5833
5862
|
export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
|
|
@@ -5846,29 +5875,6 @@ export declare namespace OneHundredAndSeventeen$ {
|
|
|
5846
5875
|
export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
|
|
5847
5876
|
export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
|
|
5848
5877
|
/** @internal */
|
|
5849
|
-
export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
5850
|
-
/** @internal */
|
|
5851
|
-
export type OneHundredAndSixteen$Outbound = {
|
|
5852
|
-
enabled: boolean;
|
|
5853
|
-
totpVerified: boolean;
|
|
5854
|
-
};
|
|
5855
|
-
/** @internal */
|
|
5856
|
-
export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
5857
|
-
/**
|
|
5858
|
-
* @internal
|
|
5859
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5860
|
-
*/
|
|
5861
|
-
export declare namespace OneHundredAndSixteen$ {
|
|
5862
|
-
/** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
|
|
5863
|
-
const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
5864
|
-
/** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
|
|
5865
|
-
const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
5866
|
-
/** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
|
|
5867
|
-
type Outbound = OneHundredAndSixteen$Outbound;
|
|
5868
|
-
}
|
|
5869
|
-
export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
|
|
5870
|
-
export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
|
|
5871
|
-
/** @internal */
|
|
5872
5878
|
export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
|
|
5873
5879
|
/** @internal */
|
|
5874
5880
|
export type Previous$Outbound = {
|
|
@@ -5915,28 +5921,28 @@ export declare namespace Next$ {
|
|
|
5915
5921
|
export declare function nextToJSON(next: Next): string;
|
|
5916
5922
|
export declare function nextFromJSON(jsonString: string): SafeParseResult<Next, SDKValidationError>;
|
|
5917
5923
|
/** @internal */
|
|
5918
|
-
export declare const
|
|
5924
|
+
export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
5919
5925
|
/** @internal */
|
|
5920
|
-
export type
|
|
5926
|
+
export type OneHundredAndSixteen$Outbound = {
|
|
5921
5927
|
previous: Previous$Outbound;
|
|
5922
5928
|
next: Next$Outbound;
|
|
5923
5929
|
};
|
|
5924
5930
|
/** @internal */
|
|
5925
|
-
export declare const
|
|
5931
|
+
export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
5926
5932
|
/**
|
|
5927
5933
|
* @internal
|
|
5928
5934
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5929
5935
|
*/
|
|
5930
|
-
export declare namespace
|
|
5931
|
-
/** @deprecated use `
|
|
5932
|
-
const inboundSchema: z.ZodType<
|
|
5933
|
-
/** @deprecated use `
|
|
5934
|
-
const outboundSchema: z.ZodType<
|
|
5935
|
-
/** @deprecated use `
|
|
5936
|
-
type Outbound =
|
|
5936
|
+
export declare namespace OneHundredAndSixteen$ {
|
|
5937
|
+
/** @deprecated use `OneHundredAndSixteen$inboundSchema` instead. */
|
|
5938
|
+
const inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
5939
|
+
/** @deprecated use `OneHundredAndSixteen$outboundSchema` instead. */
|
|
5940
|
+
const outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
5941
|
+
/** @deprecated use `OneHundredAndSixteen$Outbound` instead. */
|
|
5942
|
+
type Outbound = OneHundredAndSixteen$Outbound;
|
|
5937
5943
|
}
|
|
5938
|
-
export declare function
|
|
5939
|
-
export declare function
|
|
5944
|
+
export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
|
|
5945
|
+
export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
|
|
5940
5946
|
/** @internal */
|
|
5941
5947
|
export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
|
|
5942
5948
|
/** @internal */
|
|
@@ -5960,10 +5966,32 @@ export declare namespace PayloadRemoteCaching$ {
|
|
|
5960
5966
|
export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
|
|
5961
5967
|
export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
|
|
5962
5968
|
/** @internal */
|
|
5969
|
+
export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
|
|
5970
|
+
/** @internal */
|
|
5971
|
+
export type OneHundredAndFifteen$Outbound = {
|
|
5972
|
+
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
5973
|
+
};
|
|
5974
|
+
/** @internal */
|
|
5975
|
+
export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
|
|
5976
|
+
/**
|
|
5977
|
+
* @internal
|
|
5978
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5979
|
+
*/
|
|
5980
|
+
export declare namespace OneHundredAndFifteen$ {
|
|
5981
|
+
/** @deprecated use `OneHundredAndFifteen$inboundSchema` instead. */
|
|
5982
|
+
const inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
|
|
5983
|
+
/** @deprecated use `OneHundredAndFifteen$outboundSchema` instead. */
|
|
5984
|
+
const outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
|
|
5985
|
+
/** @deprecated use `OneHundredAndFifteen$Outbound` instead. */
|
|
5986
|
+
type Outbound = OneHundredAndFifteen$Outbound;
|
|
5987
|
+
}
|
|
5988
|
+
export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
|
|
5989
|
+
export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
|
|
5990
|
+
/** @internal */
|
|
5963
5991
|
export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
|
|
5964
5992
|
/** @internal */
|
|
5965
5993
|
export type OneHundredAndFourteen$Outbound = {
|
|
5966
|
-
|
|
5994
|
+
slug?: string | undefined;
|
|
5967
5995
|
};
|
|
5968
5996
|
/** @internal */
|
|
5969
5997
|
export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
|
|
@@ -5985,7 +6013,7 @@ export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeP
|
|
|
5985
6013
|
export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
|
|
5986
6014
|
/** @internal */
|
|
5987
6015
|
export type OneHundredAndThirteen$Outbound = {
|
|
5988
|
-
|
|
6016
|
+
name?: string | undefined;
|
|
5989
6017
|
};
|
|
5990
6018
|
/** @internal */
|
|
5991
6019
|
export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
|
|
@@ -6007,7 +6035,7 @@ export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeP
|
|
|
6007
6035
|
export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
|
|
6008
6036
|
/** @internal */
|
|
6009
6037
|
export type OneHundredAndTwelve$Outbound = {
|
|
6010
|
-
|
|
6038
|
+
enforced: boolean;
|
|
6011
6039
|
};
|
|
6012
6040
|
/** @internal */
|
|
6013
6041
|
export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
|
|
@@ -6026,74 +6054,52 @@ export declare namespace OneHundredAndTwelve$ {
|
|
|
6026
6054
|
export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
|
|
6027
6055
|
export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
|
|
6028
6056
|
/** @internal */
|
|
6029
|
-
export declare const
|
|
6030
|
-
/** @internal */
|
|
6031
|
-
export type OneHundredAndEleven$Outbound = {
|
|
6032
|
-
enforced: boolean;
|
|
6033
|
-
};
|
|
6034
|
-
/** @internal */
|
|
6035
|
-
export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6036
|
-
/**
|
|
6037
|
-
* @internal
|
|
6038
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6039
|
-
*/
|
|
6040
|
-
export declare namespace OneHundredAndEleven$ {
|
|
6041
|
-
/** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
|
|
6042
|
-
const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
|
|
6043
|
-
/** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
|
|
6044
|
-
const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6045
|
-
/** @deprecated use `OneHundredAndEleven$Outbound` instead. */
|
|
6046
|
-
type Outbound = OneHundredAndEleven$Outbound;
|
|
6047
|
-
}
|
|
6048
|
-
export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
|
|
6049
|
-
export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
|
|
6050
|
-
/** @internal */
|
|
6051
|
-
export declare const UserEventPayload110User$inboundSchema: z.ZodType<UserEventPayload110User, z.ZodTypeDef, unknown>;
|
|
6057
|
+
export declare const UserEventPayload111User$inboundSchema: z.ZodType<UserEventPayload111User, z.ZodTypeDef, unknown>;
|
|
6052
6058
|
/** @internal */
|
|
6053
|
-
export type
|
|
6059
|
+
export type UserEventPayload111User$Outbound = {
|
|
6054
6060
|
id: string;
|
|
6055
6061
|
username: string;
|
|
6056
6062
|
};
|
|
6057
6063
|
/** @internal */
|
|
6058
|
-
export declare const
|
|
6064
|
+
export declare const UserEventPayload111User$outboundSchema: z.ZodType<UserEventPayload111User$Outbound, z.ZodTypeDef, UserEventPayload111User>;
|
|
6059
6065
|
/**
|
|
6060
6066
|
* @internal
|
|
6061
6067
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6062
6068
|
*/
|
|
6063
|
-
export declare namespace
|
|
6064
|
-
/** @deprecated use `
|
|
6065
|
-
const inboundSchema: z.ZodType<
|
|
6066
|
-
/** @deprecated use `
|
|
6067
|
-
const outboundSchema: z.ZodType<
|
|
6068
|
-
/** @deprecated use `
|
|
6069
|
-
type Outbound =
|
|
6069
|
+
export declare namespace UserEventPayload111User$ {
|
|
6070
|
+
/** @deprecated use `UserEventPayload111User$inboundSchema` instead. */
|
|
6071
|
+
const inboundSchema: z.ZodType<UserEventPayload111User, z.ZodTypeDef, unknown>;
|
|
6072
|
+
/** @deprecated use `UserEventPayload111User$outboundSchema` instead. */
|
|
6073
|
+
const outboundSchema: z.ZodType<UserEventPayload111User$Outbound, z.ZodTypeDef, UserEventPayload111User>;
|
|
6074
|
+
/** @deprecated use `UserEventPayload111User$Outbound` instead. */
|
|
6075
|
+
type Outbound = UserEventPayload111User$Outbound;
|
|
6070
6076
|
}
|
|
6071
|
-
export declare function
|
|
6072
|
-
export declare function
|
|
6077
|
+
export declare function userEventPayload111UserToJSON(userEventPayload111User: UserEventPayload111User): string;
|
|
6078
|
+
export declare function userEventPayload111UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload111User, SDKValidationError>;
|
|
6073
6079
|
/** @internal */
|
|
6074
|
-
export declare const
|
|
6080
|
+
export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
|
|
6075
6081
|
/** @internal */
|
|
6076
|
-
export type
|
|
6082
|
+
export type OneHundredAndEleven$Outbound = {
|
|
6077
6083
|
entitlement: string;
|
|
6078
|
-
user:
|
|
6084
|
+
user: UserEventPayload111User$Outbound;
|
|
6079
6085
|
previousCanceledAt?: string | undefined;
|
|
6080
6086
|
};
|
|
6081
6087
|
/** @internal */
|
|
6082
|
-
export declare const
|
|
6088
|
+
export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6083
6089
|
/**
|
|
6084
6090
|
* @internal
|
|
6085
6091
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6086
6092
|
*/
|
|
6087
|
-
export declare namespace
|
|
6088
|
-
/** @deprecated use `
|
|
6089
|
-
const inboundSchema: z.ZodType<
|
|
6090
|
-
/** @deprecated use `
|
|
6091
|
-
const outboundSchema: z.ZodType<
|
|
6092
|
-
/** @deprecated use `
|
|
6093
|
-
type Outbound =
|
|
6093
|
+
export declare namespace OneHundredAndEleven$ {
|
|
6094
|
+
/** @deprecated use `OneHundredAndEleven$inboundSchema` instead. */
|
|
6095
|
+
const inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
|
|
6096
|
+
/** @deprecated use `OneHundredAndEleven$outboundSchema` instead. */
|
|
6097
|
+
const outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6098
|
+
/** @deprecated use `OneHundredAndEleven$Outbound` instead. */
|
|
6099
|
+
type Outbound = OneHundredAndEleven$Outbound;
|
|
6094
6100
|
}
|
|
6095
|
-
export declare function
|
|
6096
|
-
export declare function
|
|
6101
|
+
export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
|
|
6102
|
+
export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
|
|
6097
6103
|
/** @internal */
|
|
6098
6104
|
export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
|
|
6099
6105
|
/** @internal */
|
|
@@ -6118,28 +6124,28 @@ export declare namespace UserEventPayloadUser$ {
|
|
|
6118
6124
|
export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
|
|
6119
6125
|
export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
|
|
6120
6126
|
/** @internal */
|
|
6121
|
-
export declare const
|
|
6127
|
+
export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
|
|
6122
6128
|
/** @internal */
|
|
6123
|
-
export type
|
|
6129
|
+
export type OneHundredAndTen$Outbound = {
|
|
6124
6130
|
entitlement: string;
|
|
6125
6131
|
user: UserEventPayloadUser$Outbound;
|
|
6126
6132
|
};
|
|
6127
6133
|
/** @internal */
|
|
6128
|
-
export declare const
|
|
6129
|
-
/**
|
|
6130
|
-
* @internal
|
|
6131
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6132
|
-
*/
|
|
6133
|
-
export declare namespace
|
|
6134
|
-
/** @deprecated use `
|
|
6135
|
-
const inboundSchema: z.ZodType<
|
|
6136
|
-
/** @deprecated use `
|
|
6137
|
-
const outboundSchema: z.ZodType<
|
|
6138
|
-
/** @deprecated use `
|
|
6139
|
-
type Outbound =
|
|
6134
|
+
export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
|
|
6135
|
+
/**
|
|
6136
|
+
* @internal
|
|
6137
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6138
|
+
*/
|
|
6139
|
+
export declare namespace OneHundredAndTen$ {
|
|
6140
|
+
/** @deprecated use `OneHundredAndTen$inboundSchema` instead. */
|
|
6141
|
+
const inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
|
|
6142
|
+
/** @deprecated use `OneHundredAndTen$outboundSchema` instead. */
|
|
6143
|
+
const outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
|
|
6144
|
+
/** @deprecated use `OneHundredAndTen$Outbound` instead. */
|
|
6145
|
+
type Outbound = OneHundredAndTen$Outbound;
|
|
6140
6146
|
}
|
|
6141
|
-
export declare function
|
|
6142
|
-
export declare function
|
|
6147
|
+
export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
|
|
6148
|
+
export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
|
|
6143
6149
|
/** @internal */
|
|
6144
6150
|
export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
|
|
6145
6151
|
/** @internal */
|
|
@@ -6164,9 +6170,9 @@ export declare namespace UpdatedUser$ {
|
|
|
6164
6170
|
export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
|
|
6165
6171
|
export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
|
|
6166
6172
|
/** @internal */
|
|
6167
|
-
export declare const
|
|
6173
|
+
export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
|
|
6168
6174
|
/** @internal */
|
|
6169
|
-
export type
|
|
6175
|
+
export type OneHundredAndNine$Outbound = {
|
|
6170
6176
|
directoryType?: string | undefined;
|
|
6171
6177
|
updatedUser?: UpdatedUser$Outbound | undefined;
|
|
6172
6178
|
role?: string | undefined;
|
|
@@ -6174,45 +6180,45 @@ export type OneHundredAndEight$Outbound = {
|
|
|
6174
6180
|
updatedUid?: string | undefined;
|
|
6175
6181
|
};
|
|
6176
6182
|
/** @internal */
|
|
6177
|
-
export declare const
|
|
6183
|
+
export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
|
|
6178
6184
|
/**
|
|
6179
6185
|
* @internal
|
|
6180
6186
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6181
6187
|
*/
|
|
6182
|
-
export declare namespace
|
|
6183
|
-
/** @deprecated use `
|
|
6184
|
-
const inboundSchema: z.ZodType<
|
|
6185
|
-
/** @deprecated use `
|
|
6186
|
-
const outboundSchema: z.ZodType<
|
|
6187
|
-
/** @deprecated use `
|
|
6188
|
-
type Outbound =
|
|
6188
|
+
export declare namespace OneHundredAndNine$ {
|
|
6189
|
+
/** @deprecated use `OneHundredAndNine$inboundSchema` instead. */
|
|
6190
|
+
const inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
|
|
6191
|
+
/** @deprecated use `OneHundredAndNine$outboundSchema` instead. */
|
|
6192
|
+
const outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
|
|
6193
|
+
/** @deprecated use `OneHundredAndNine$Outbound` instead. */
|
|
6194
|
+
type Outbound = OneHundredAndNine$Outbound;
|
|
6189
6195
|
}
|
|
6190
|
-
export declare function
|
|
6191
|
-
export declare function
|
|
6196
|
+
export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
|
|
6197
|
+
export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
|
|
6192
6198
|
/** @internal */
|
|
6193
|
-
export declare const
|
|
6199
|
+
export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6194
6200
|
/** @internal */
|
|
6195
|
-
export type
|
|
6201
|
+
export type OneHundredAndEight$Outbound = {
|
|
6196
6202
|
role?: string | undefined;
|
|
6197
6203
|
uid: string;
|
|
6198
6204
|
origin?: string | undefined;
|
|
6199
6205
|
};
|
|
6200
6206
|
/** @internal */
|
|
6201
|
-
export declare const
|
|
6207
|
+
export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6202
6208
|
/**
|
|
6203
6209
|
* @internal
|
|
6204
6210
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6205
6211
|
*/
|
|
6206
|
-
export declare namespace
|
|
6207
|
-
/** @deprecated use `
|
|
6208
|
-
const inboundSchema: z.ZodType<
|
|
6209
|
-
/** @deprecated use `
|
|
6210
|
-
const outboundSchema: z.ZodType<
|
|
6211
|
-
/** @deprecated use `
|
|
6212
|
-
type Outbound =
|
|
6212
|
+
export declare namespace OneHundredAndEight$ {
|
|
6213
|
+
/** @deprecated use `OneHundredAndEight$inboundSchema` instead. */
|
|
6214
|
+
const inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6215
|
+
/** @deprecated use `OneHundredAndEight$outboundSchema` instead. */
|
|
6216
|
+
const outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6217
|
+
/** @deprecated use `OneHundredAndEight$Outbound` instead. */
|
|
6218
|
+
type Outbound = OneHundredAndEight$Outbound;
|
|
6213
6219
|
}
|
|
6214
|
-
export declare function
|
|
6215
|
-
export declare function
|
|
6220
|
+
export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
|
|
6221
|
+
export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
|
|
6216
6222
|
/** @internal */
|
|
6217
6223
|
export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
|
|
6218
6224
|
/** @internal */
|
|
@@ -6237,9 +6243,9 @@ export declare namespace DeletedUser$ {
|
|
|
6237
6243
|
export declare function deletedUserToJSON(deletedUser: DeletedUser): string;
|
|
6238
6244
|
export declare function deletedUserFromJSON(jsonString: string): SafeParseResult<DeletedUser, SDKValidationError>;
|
|
6239
6245
|
/** @internal */
|
|
6240
|
-
export declare const
|
|
6246
|
+
export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
|
|
6241
6247
|
/** @internal */
|
|
6242
|
-
export type
|
|
6248
|
+
export type OneHundredAndSeven$Outbound = {
|
|
6243
6249
|
deletedUser?: DeletedUser$Outbound | undefined;
|
|
6244
6250
|
deletedUid?: string | undefined;
|
|
6245
6251
|
githubUsername?: string | null | undefined;
|
|
@@ -6248,21 +6254,21 @@ export type OneHundredAndSix$Outbound = {
|
|
|
6248
6254
|
directoryType?: string | undefined;
|
|
6249
6255
|
};
|
|
6250
6256
|
/** @internal */
|
|
6251
|
-
export declare const
|
|
6257
|
+
export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
|
|
6252
6258
|
/**
|
|
6253
6259
|
* @internal
|
|
6254
6260
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6255
6261
|
*/
|
|
6256
|
-
export declare namespace
|
|
6257
|
-
/** @deprecated use `
|
|
6258
|
-
const inboundSchema: z.ZodType<
|
|
6259
|
-
/** @deprecated use `
|
|
6260
|
-
const outboundSchema: z.ZodType<
|
|
6261
|
-
/** @deprecated use `
|
|
6262
|
-
type Outbound =
|
|
6262
|
+
export declare namespace OneHundredAndSeven$ {
|
|
6263
|
+
/** @deprecated use `OneHundredAndSeven$inboundSchema` instead. */
|
|
6264
|
+
const inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
|
|
6265
|
+
/** @deprecated use `OneHundredAndSeven$outboundSchema` instead. */
|
|
6266
|
+
const outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
|
|
6267
|
+
/** @deprecated use `OneHundredAndSeven$Outbound` instead. */
|
|
6268
|
+
type Outbound = OneHundredAndSeven$Outbound;
|
|
6263
6269
|
}
|
|
6264
|
-
export declare function
|
|
6265
|
-
export declare function
|
|
6270
|
+
export declare function oneHundredAndSevenToJSON(oneHundredAndSeven: OneHundredAndSeven): string;
|
|
6271
|
+
export declare function oneHundredAndSevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeven, SDKValidationError>;
|
|
6266
6272
|
/** @internal */
|
|
6267
6273
|
export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
|
|
6268
6274
|
/** @internal */
|
|
@@ -6287,9 +6293,9 @@ export declare namespace InvitedUser$ {
|
|
|
6287
6293
|
export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
|
|
6288
6294
|
export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
|
|
6289
6295
|
/** @internal */
|
|
6290
|
-
export declare const
|
|
6296
|
+
export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
|
|
6291
6297
|
/** @internal */
|
|
6292
|
-
export type
|
|
6298
|
+
export type OneHundredAndSix$Outbound = {
|
|
6293
6299
|
directoryType?: string | undefined;
|
|
6294
6300
|
ssoType?: string | undefined;
|
|
6295
6301
|
invitedUser?: InvitedUser$Outbound | undefined;
|
|
@@ -6299,21 +6305,21 @@ export type OneHundredAndFive$Outbound = {
|
|
|
6299
6305
|
invitedUid?: string | undefined;
|
|
6300
6306
|
};
|
|
6301
6307
|
/** @internal */
|
|
6302
|
-
export declare const
|
|
6308
|
+
export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
|
|
6303
6309
|
/**
|
|
6304
6310
|
* @internal
|
|
6305
6311
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6306
6312
|
*/
|
|
6307
|
-
export declare namespace
|
|
6308
|
-
/** @deprecated use `
|
|
6309
|
-
const inboundSchema: z.ZodType<
|
|
6310
|
-
/** @deprecated use `
|
|
6311
|
-
const outboundSchema: z.ZodType<
|
|
6312
|
-
/** @deprecated use `
|
|
6313
|
-
type Outbound =
|
|
6313
|
+
export declare namespace OneHundredAndSix$ {
|
|
6314
|
+
/** @deprecated use `OneHundredAndSix$inboundSchema` instead. */
|
|
6315
|
+
const inboundSchema: z.ZodType<OneHundredAndSix, z.ZodTypeDef, unknown>;
|
|
6316
|
+
/** @deprecated use `OneHundredAndSix$outboundSchema` instead. */
|
|
6317
|
+
const outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
|
|
6318
|
+
/** @deprecated use `OneHundredAndSix$Outbound` instead. */
|
|
6319
|
+
type Outbound = OneHundredAndSix$Outbound;
|
|
6314
6320
|
}
|
|
6315
|
-
export declare function
|
|
6316
|
-
export declare function
|
|
6321
|
+
export declare function oneHundredAndSixToJSON(oneHundredAndSix: OneHundredAndSix): string;
|
|
6322
|
+
export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSix, SDKValidationError>;
|
|
6317
6323
|
/** @internal */
|
|
6318
6324
|
export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
|
|
6319
6325
|
/** @internal */
|
|
@@ -6338,52 +6344,52 @@ export declare namespace Reasons$ {
|
|
|
6338
6344
|
export declare function reasonsToJSON(reasons: Reasons): string;
|
|
6339
6345
|
export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
|
|
6340
6346
|
/** @internal */
|
|
6341
|
-
export declare const
|
|
6347
|
+
export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
|
|
6342
6348
|
/** @internal */
|
|
6343
|
-
export type
|
|
6349
|
+
export type OneHundredAndFive$Outbound = {
|
|
6344
6350
|
slug: string;
|
|
6345
6351
|
teamId: string;
|
|
6346
6352
|
by: string;
|
|
6347
6353
|
reasons?: Array<Reasons$Outbound> | undefined;
|
|
6348
6354
|
};
|
|
6349
6355
|
/** @internal */
|
|
6350
|
-
export declare const
|
|
6356
|
+
export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
|
|
6351
6357
|
/**
|
|
6352
6358
|
* @internal
|
|
6353
6359
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6354
6360
|
*/
|
|
6355
|
-
export declare namespace
|
|
6356
|
-
/** @deprecated use `
|
|
6357
|
-
const inboundSchema: z.ZodType<
|
|
6358
|
-
/** @deprecated use `
|
|
6359
|
-
const outboundSchema: z.ZodType<
|
|
6360
|
-
/** @deprecated use `
|
|
6361
|
-
type Outbound =
|
|
6361
|
+
export declare namespace OneHundredAndFive$ {
|
|
6362
|
+
/** @deprecated use `OneHundredAndFive$inboundSchema` instead. */
|
|
6363
|
+
const inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
|
|
6364
|
+
/** @deprecated use `OneHundredAndFive$outboundSchema` instead. */
|
|
6365
|
+
const outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
|
|
6366
|
+
/** @deprecated use `OneHundredAndFive$Outbound` instead. */
|
|
6367
|
+
type Outbound = OneHundredAndFive$Outbound;
|
|
6362
6368
|
}
|
|
6363
|
-
export declare function
|
|
6364
|
-
export declare function
|
|
6369
|
+
export declare function oneHundredAndFiveToJSON(oneHundredAndFive: OneHundredAndFive): string;
|
|
6370
|
+
export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndFive, SDKValidationError>;
|
|
6365
6371
|
/** @internal */
|
|
6366
|
-
export declare const
|
|
6372
|
+
export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
|
|
6367
6373
|
/** @internal */
|
|
6368
|
-
export type
|
|
6374
|
+
export type OneHundredAndFour$Outbound = {
|
|
6369
6375
|
slug: string;
|
|
6370
6376
|
};
|
|
6371
6377
|
/** @internal */
|
|
6372
|
-
export declare const
|
|
6378
|
+
export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
|
|
6373
6379
|
/**
|
|
6374
6380
|
* @internal
|
|
6375
6381
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6376
6382
|
*/
|
|
6377
|
-
export declare namespace
|
|
6378
|
-
/** @deprecated use `
|
|
6379
|
-
const inboundSchema: z.ZodType<
|
|
6380
|
-
/** @deprecated use `
|
|
6381
|
-
const outboundSchema: z.ZodType<
|
|
6382
|
-
/** @deprecated use `
|
|
6383
|
-
type Outbound =
|
|
6383
|
+
export declare namespace OneHundredAndFour$ {
|
|
6384
|
+
/** @deprecated use `OneHundredAndFour$inboundSchema` instead. */
|
|
6385
|
+
const inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
|
|
6386
|
+
/** @deprecated use `OneHundredAndFour$outboundSchema` instead. */
|
|
6387
|
+
const outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
|
|
6388
|
+
/** @deprecated use `OneHundredAndFour$Outbound` instead. */
|
|
6389
|
+
type Outbound = OneHundredAndFour$Outbound;
|
|
6384
6390
|
}
|
|
6385
|
-
export declare function
|
|
6386
|
-
export declare function
|
|
6391
|
+
export declare function oneHundredAndFourToJSON(oneHundredAndFour: OneHundredAndFour): string;
|
|
6392
|
+
export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndFour, SDKValidationError>;
|
|
6387
6393
|
/** @internal */
|
|
6388
6394
|
export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
|
|
6389
6395
|
/** @internal */
|
|
@@ -6408,28 +6414,28 @@ export declare namespace Store$ {
|
|
|
6408
6414
|
export declare function storeToJSON(store: Store): string;
|
|
6409
6415
|
export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
|
|
6410
6416
|
/** @internal */
|
|
6411
|
-
export declare const
|
|
6417
|
+
export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
|
|
6412
6418
|
/** @internal */
|
|
6413
|
-
export type
|
|
6419
|
+
export type OneHundredAndThree$Outbound = {
|
|
6414
6420
|
store: Store$Outbound;
|
|
6415
6421
|
ownerId?: string | undefined;
|
|
6416
6422
|
};
|
|
6417
6423
|
/** @internal */
|
|
6418
|
-
export declare const
|
|
6424
|
+
export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
|
|
6419
6425
|
/**
|
|
6420
6426
|
* @internal
|
|
6421
6427
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6422
6428
|
*/
|
|
6423
|
-
export declare namespace
|
|
6424
|
-
/** @deprecated use `
|
|
6425
|
-
const inboundSchema: z.ZodType<
|
|
6426
|
-
/** @deprecated use `
|
|
6427
|
-
const outboundSchema: z.ZodType<
|
|
6428
|
-
/** @deprecated use `
|
|
6429
|
-
type Outbound =
|
|
6429
|
+
export declare namespace OneHundredAndThree$ {
|
|
6430
|
+
/** @deprecated use `OneHundredAndThree$inboundSchema` instead. */
|
|
6431
|
+
const inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
|
|
6432
|
+
/** @deprecated use `OneHundredAndThree$outboundSchema` instead. */
|
|
6433
|
+
const outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
|
|
6434
|
+
/** @deprecated use `OneHundredAndThree$Outbound` instead. */
|
|
6435
|
+
type Outbound = OneHundredAndThree$Outbound;
|
|
6430
6436
|
}
|
|
6431
|
-
export declare function
|
|
6432
|
-
export declare function
|
|
6437
|
+
export declare function oneHundredAndThreeToJSON(oneHundredAndThree: OneHundredAndThree): string;
|
|
6438
|
+
export declare function oneHundredAndThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThree, SDKValidationError>;
|
|
6433
6439
|
/** @internal */
|
|
6434
6440
|
export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
|
|
6435
6441
|
/** @internal */
|
|
@@ -6451,27 +6457,27 @@ export declare namespace StoreType$ {
|
|
|
6451
6457
|
}>;
|
|
6452
6458
|
}
|
|
6453
6459
|
/** @internal */
|
|
6454
|
-
export declare const
|
|
6460
|
+
export declare const OneHundredAndTwo$inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
|
|
6455
6461
|
/** @internal */
|
|
6456
|
-
export type
|
|
6462
|
+
export type OneHundredAndTwo$Outbound = {
|
|
6457
6463
|
storeType: string;
|
|
6458
6464
|
};
|
|
6459
6465
|
/** @internal */
|
|
6460
|
-
export declare const
|
|
6466
|
+
export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
|
|
6461
6467
|
/**
|
|
6462
6468
|
* @internal
|
|
6463
6469
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6464
6470
|
*/
|
|
6465
|
-
export declare namespace
|
|
6466
|
-
/** @deprecated use `
|
|
6467
|
-
const inboundSchema: z.ZodType<
|
|
6468
|
-
/** @deprecated use `
|
|
6469
|
-
const outboundSchema: z.ZodType<
|
|
6470
|
-
/** @deprecated use `
|
|
6471
|
-
type Outbound =
|
|
6471
|
+
export declare namespace OneHundredAndTwo$ {
|
|
6472
|
+
/** @deprecated use `OneHundredAndTwo$inboundSchema` instead. */
|
|
6473
|
+
const inboundSchema: z.ZodType<OneHundredAndTwo, z.ZodTypeDef, unknown>;
|
|
6474
|
+
/** @deprecated use `OneHundredAndTwo$outboundSchema` instead. */
|
|
6475
|
+
const outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
|
|
6476
|
+
/** @deprecated use `OneHundredAndTwo$Outbound` instead. */
|
|
6477
|
+
type Outbound = OneHundredAndTwo$Outbound;
|
|
6472
6478
|
}
|
|
6473
|
-
export declare function
|
|
6474
|
-
export declare function
|
|
6479
|
+
export declare function oneHundredAndTwoToJSON(oneHundredAndTwo: OneHundredAndTwo): string;
|
|
6480
|
+
export declare function oneHundredAndTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwo, SDKValidationError>;
|
|
6475
6481
|
/** @internal */
|
|
6476
6482
|
export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
|
|
6477
6483
|
/** @internal */
|
|
@@ -6499,9 +6505,9 @@ export declare namespace UserEventPayloadType$ {
|
|
|
6499
6505
|
}>;
|
|
6500
6506
|
}
|
|
6501
6507
|
/** @internal */
|
|
6502
|
-
export declare const
|
|
6508
|
+
export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
|
|
6503
6509
|
/** @internal */
|
|
6504
|
-
export type
|
|
6510
|
+
export type OneHundredAndOne$Outbound = {
|
|
6505
6511
|
id: string;
|
|
6506
6512
|
name?: string | undefined;
|
|
6507
6513
|
computeUnitsMax?: number | undefined;
|
|
@@ -6510,35 +6516,35 @@ export type OneHundred$Outbound = {
|
|
|
6510
6516
|
type: string;
|
|
6511
6517
|
};
|
|
6512
6518
|
/** @internal */
|
|
6513
|
-
export declare const
|
|
6519
|
+
export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
|
|
6514
6520
|
/**
|
|
6515
6521
|
* @internal
|
|
6516
6522
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6517
6523
|
*/
|
|
6518
|
-
export declare namespace
|
|
6519
|
-
/** @deprecated use `
|
|
6520
|
-
const inboundSchema: z.ZodType<
|
|
6521
|
-
/** @deprecated use `
|
|
6522
|
-
const outboundSchema: z.ZodType<
|
|
6523
|
-
/** @deprecated use `
|
|
6524
|
-
type Outbound =
|
|
6524
|
+
export declare namespace OneHundredAndOne$ {
|
|
6525
|
+
/** @deprecated use `OneHundredAndOne$inboundSchema` instead. */
|
|
6526
|
+
const inboundSchema: z.ZodType<OneHundredAndOne, z.ZodTypeDef, unknown>;
|
|
6527
|
+
/** @deprecated use `OneHundredAndOne$outboundSchema` instead. */
|
|
6528
|
+
const outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
|
|
6529
|
+
/** @deprecated use `OneHundredAndOne$Outbound` instead. */
|
|
6530
|
+
type Outbound = OneHundredAndOne$Outbound;
|
|
6525
6531
|
}
|
|
6526
|
-
export declare function
|
|
6527
|
-
export declare function
|
|
6532
|
+
export declare function oneHundredAndOneToJSON(oneHundredAndOne: OneHundredAndOne): string;
|
|
6533
|
+
export declare function oneHundredAndOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndOne, SDKValidationError>;
|
|
6528
6534
|
/** @internal */
|
|
6529
|
-
export declare const
|
|
6535
|
+
export declare const UserEventPayload100Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload100Type>;
|
|
6530
6536
|
/** @internal */
|
|
6531
|
-
export declare const
|
|
6537
|
+
export declare const UserEventPayload100Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload100Type>;
|
|
6532
6538
|
/**
|
|
6533
6539
|
* @internal
|
|
6534
6540
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6535
6541
|
*/
|
|
6536
|
-
export declare namespace
|
|
6537
|
-
/** @deprecated use `
|
|
6542
|
+
export declare namespace UserEventPayload100Type$ {
|
|
6543
|
+
/** @deprecated use `UserEventPayload100Type$inboundSchema` instead. */
|
|
6538
6544
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6539
6545
|
readonly Fixed: "fixed";
|
|
6540
6546
|
}>;
|
|
6541
|
-
/** @deprecated use `
|
|
6547
|
+
/** @deprecated use `UserEventPayload100Type$outboundSchema` instead. */
|
|
6542
6548
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6543
6549
|
readonly Fixed: "fixed";
|
|
6544
6550
|
}>;
|
|
@@ -6620,41 +6626,41 @@ export declare namespace PayloadBudget$ {
|
|
|
6620
6626
|
export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
|
|
6621
6627
|
export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
|
|
6622
6628
|
/** @internal */
|
|
6623
|
-
export declare const
|
|
6629
|
+
export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
|
|
6624
6630
|
/** @internal */
|
|
6625
|
-
export type
|
|
6631
|
+
export type OneHundred$Outbound = {
|
|
6626
6632
|
budget: PayloadBudget$Outbound;
|
|
6627
6633
|
};
|
|
6628
6634
|
/** @internal */
|
|
6629
|
-
export declare const
|
|
6635
|
+
export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
|
|
6630
6636
|
/**
|
|
6631
6637
|
* @internal
|
|
6632
6638
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6633
6639
|
*/
|
|
6634
|
-
export declare namespace
|
|
6635
|
-
/** @deprecated use `
|
|
6636
|
-
const inboundSchema: z.ZodType<
|
|
6637
|
-
/** @deprecated use `
|
|
6638
|
-
const outboundSchema: z.ZodType<
|
|
6639
|
-
/** @deprecated use `
|
|
6640
|
-
type Outbound =
|
|
6640
|
+
export declare namespace OneHundred$ {
|
|
6641
|
+
/** @deprecated use `OneHundred$inboundSchema` instead. */
|
|
6642
|
+
const inboundSchema: z.ZodType<OneHundred, z.ZodTypeDef, unknown>;
|
|
6643
|
+
/** @deprecated use `OneHundred$outboundSchema` instead. */
|
|
6644
|
+
const outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
|
|
6645
|
+
/** @deprecated use `OneHundred$Outbound` instead. */
|
|
6646
|
+
type Outbound = OneHundred$Outbound;
|
|
6641
6647
|
}
|
|
6642
|
-
export declare function
|
|
6643
|
-
export declare function
|
|
6648
|
+
export declare function oneHundredToJSON(oneHundred: OneHundred): string;
|
|
6649
|
+
export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
|
|
6644
6650
|
/** @internal */
|
|
6645
|
-
export declare const
|
|
6651
|
+
export declare const UserEventPayload99Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
|
|
6646
6652
|
/** @internal */
|
|
6647
|
-
export declare const
|
|
6653
|
+
export declare const UserEventPayload99Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload99Type>;
|
|
6648
6654
|
/**
|
|
6649
6655
|
* @internal
|
|
6650
6656
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6651
6657
|
*/
|
|
6652
|
-
export declare namespace
|
|
6653
|
-
/** @deprecated use `
|
|
6658
|
+
export declare namespace UserEventPayload99Type$ {
|
|
6659
|
+
/** @deprecated use `UserEventPayload99Type$inboundSchema` instead. */
|
|
6654
6660
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6655
6661
|
readonly Fixed: "fixed";
|
|
6656
6662
|
}>;
|
|
6657
|
-
/** @deprecated use `
|
|
6663
|
+
/** @deprecated use `UserEventPayload99Type$outboundSchema` instead. */
|
|
6658
6664
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6659
6665
|
readonly Fixed: "fixed";
|
|
6660
6666
|
}>;
|
|
@@ -6714,10 +6720,32 @@ export declare namespace Budget$ {
|
|
|
6714
6720
|
export declare function budgetToJSON(budget: Budget): string;
|
|
6715
6721
|
export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
|
|
6716
6722
|
/** @internal */
|
|
6723
|
+
export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6724
|
+
/** @internal */
|
|
6725
|
+
export type NinetyNine$Outbound = {
|
|
6726
|
+
budget: Budget$Outbound;
|
|
6727
|
+
};
|
|
6728
|
+
/** @internal */
|
|
6729
|
+
export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6730
|
+
/**
|
|
6731
|
+
* @internal
|
|
6732
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6733
|
+
*/
|
|
6734
|
+
export declare namespace NinetyNine$ {
|
|
6735
|
+
/** @deprecated use `NinetyNine$inboundSchema` instead. */
|
|
6736
|
+
const inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6737
|
+
/** @deprecated use `NinetyNine$outboundSchema` instead. */
|
|
6738
|
+
const outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6739
|
+
/** @deprecated use `NinetyNine$Outbound` instead. */
|
|
6740
|
+
type Outbound = NinetyNine$Outbound;
|
|
6741
|
+
}
|
|
6742
|
+
export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
|
|
6743
|
+
export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
|
|
6744
|
+
/** @internal */
|
|
6717
6745
|
export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
|
|
6718
6746
|
/** @internal */
|
|
6719
6747
|
export type NinetyEight$Outbound = {
|
|
6720
|
-
|
|
6748
|
+
webhookUrl?: string | undefined;
|
|
6721
6749
|
};
|
|
6722
6750
|
/** @internal */
|
|
6723
6751
|
export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
|
|
@@ -6736,28 +6764,6 @@ export declare namespace NinetyEight$ {
|
|
|
6736
6764
|
export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
|
|
6737
6765
|
export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
|
|
6738
6766
|
/** @internal */
|
|
6739
|
-
export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6740
|
-
/** @internal */
|
|
6741
|
-
export type NinetySeven$Outbound = {
|
|
6742
|
-
webhookUrl?: string | undefined;
|
|
6743
|
-
};
|
|
6744
|
-
/** @internal */
|
|
6745
|
-
export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6746
|
-
/**
|
|
6747
|
-
* @internal
|
|
6748
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6749
|
-
*/
|
|
6750
|
-
export declare namespace NinetySeven$ {
|
|
6751
|
-
/** @deprecated use `NinetySeven$inboundSchema` instead. */
|
|
6752
|
-
const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6753
|
-
/** @deprecated use `NinetySeven$outboundSchema` instead. */
|
|
6754
|
-
const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6755
|
-
/** @deprecated use `NinetySeven$Outbound` instead. */
|
|
6756
|
-
type Outbound = NinetySeven$Outbound;
|
|
6757
|
-
}
|
|
6758
|
-
export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
|
|
6759
|
-
export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
|
|
6760
|
-
/** @internal */
|
|
6761
6767
|
export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
|
|
6762
6768
|
/** @internal */
|
|
6763
6769
|
export type ScalingRules$Outbound = {
|
|
@@ -6781,9 +6787,9 @@ export declare namespace ScalingRules$ {
|
|
|
6781
6787
|
export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
|
|
6782
6788
|
export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
|
|
6783
6789
|
/** @internal */
|
|
6784
|
-
export declare const
|
|
6790
|
+
export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6785
6791
|
/** @internal */
|
|
6786
|
-
export type
|
|
6792
|
+
export type NinetySeven$Outbound = {
|
|
6787
6793
|
scalingRules: {
|
|
6788
6794
|
[k: string]: ScalingRules$Outbound;
|
|
6789
6795
|
};
|
|
@@ -6792,6 +6798,28 @@ export type NinetySix$Outbound = {
|
|
|
6792
6798
|
url: string;
|
|
6793
6799
|
};
|
|
6794
6800
|
/** @internal */
|
|
6801
|
+
export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6802
|
+
/**
|
|
6803
|
+
* @internal
|
|
6804
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6805
|
+
*/
|
|
6806
|
+
export declare namespace NinetySeven$ {
|
|
6807
|
+
/** @deprecated use `NinetySeven$inboundSchema` instead. */
|
|
6808
|
+
const inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6809
|
+
/** @deprecated use `NinetySeven$outboundSchema` instead. */
|
|
6810
|
+
const outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6811
|
+
/** @deprecated use `NinetySeven$Outbound` instead. */
|
|
6812
|
+
type Outbound = NinetySeven$Outbound;
|
|
6813
|
+
}
|
|
6814
|
+
export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
|
|
6815
|
+
export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
|
|
6816
|
+
/** @internal */
|
|
6817
|
+
export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
|
|
6818
|
+
/** @internal */
|
|
6819
|
+
export type NinetySix$Outbound = {
|
|
6820
|
+
bio: string;
|
|
6821
|
+
};
|
|
6822
|
+
/** @internal */
|
|
6795
6823
|
export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.ZodTypeDef, NinetySix>;
|
|
6796
6824
|
/**
|
|
6797
6825
|
* @internal
|
|
@@ -6811,7 +6839,9 @@ export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<N
|
|
|
6811
6839
|
export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
|
|
6812
6840
|
/** @internal */
|
|
6813
6841
|
export type NinetyFive$Outbound = {
|
|
6814
|
-
|
|
6842
|
+
oldName: string;
|
|
6843
|
+
newName: string;
|
|
6844
|
+
uid?: string | undefined;
|
|
6815
6845
|
};
|
|
6816
6846
|
/** @internal */
|
|
6817
6847
|
export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
|
|
@@ -6830,30 +6860,6 @@ export declare namespace NinetyFive$ {
|
|
|
6830
6860
|
export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
|
|
6831
6861
|
export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
|
|
6832
6862
|
/** @internal */
|
|
6833
|
-
export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6834
|
-
/** @internal */
|
|
6835
|
-
export type NinetyFour$Outbound = {
|
|
6836
|
-
oldName: string;
|
|
6837
|
-
newName: string;
|
|
6838
|
-
uid?: string | undefined;
|
|
6839
|
-
};
|
|
6840
|
-
/** @internal */
|
|
6841
|
-
export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6842
|
-
/**
|
|
6843
|
-
* @internal
|
|
6844
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6845
|
-
*/
|
|
6846
|
-
export declare namespace NinetyFour$ {
|
|
6847
|
-
/** @deprecated use `NinetyFour$inboundSchema` instead. */
|
|
6848
|
-
const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6849
|
-
/** @deprecated use `NinetyFour$outboundSchema` instead. */
|
|
6850
|
-
const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6851
|
-
/** @deprecated use `NinetyFour$Outbound` instead. */
|
|
6852
|
-
type Outbound = NinetyFour$Outbound;
|
|
6853
|
-
}
|
|
6854
|
-
export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
|
|
6855
|
-
export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
|
|
6856
|
-
/** @internal */
|
|
6857
6863
|
export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
|
|
6858
6864
|
/** @internal */
|
|
6859
6865
|
export type Name2$Outbound = {
|
|
@@ -6896,51 +6902,51 @@ export declare namespace Name$ {
|
|
|
6896
6902
|
export declare function nameToJSON(name: Name): string;
|
|
6897
6903
|
export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
|
|
6898
6904
|
/** @internal */
|
|
6899
|
-
export declare const
|
|
6905
|
+
export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6900
6906
|
/** @internal */
|
|
6901
|
-
export type
|
|
6907
|
+
export type NinetyFour$Outbound = {
|
|
6902
6908
|
uid: string;
|
|
6903
6909
|
name: Name2$Outbound | string;
|
|
6904
6910
|
};
|
|
6905
6911
|
/** @internal */
|
|
6906
|
-
export declare const
|
|
6912
|
+
export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6907
6913
|
/**
|
|
6908
6914
|
* @internal
|
|
6909
6915
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6910
6916
|
*/
|
|
6911
|
-
export declare namespace
|
|
6912
|
-
/** @deprecated use `
|
|
6913
|
-
const inboundSchema: z.ZodType<
|
|
6914
|
-
/** @deprecated use `
|
|
6915
|
-
const outboundSchema: z.ZodType<
|
|
6916
|
-
/** @deprecated use `
|
|
6917
|
-
type Outbound =
|
|
6917
|
+
export declare namespace NinetyFour$ {
|
|
6918
|
+
/** @deprecated use `NinetyFour$inboundSchema` instead. */
|
|
6919
|
+
const inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6920
|
+
/** @deprecated use `NinetyFour$outboundSchema` instead. */
|
|
6921
|
+
const outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6922
|
+
/** @deprecated use `NinetyFour$Outbound` instead. */
|
|
6923
|
+
type Outbound = NinetyFour$Outbound;
|
|
6918
6924
|
}
|
|
6919
|
-
export declare function
|
|
6920
|
-
export declare function
|
|
6925
|
+
export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
|
|
6926
|
+
export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
|
|
6921
6927
|
/** @internal */
|
|
6922
|
-
export declare const
|
|
6928
|
+
export declare const UserEventPayload93Team$inboundSchema: z.ZodType<UserEventPayload93Team, z.ZodTypeDef, unknown>;
|
|
6923
6929
|
/** @internal */
|
|
6924
|
-
export type
|
|
6930
|
+
export type UserEventPayload93Team$Outbound = {
|
|
6925
6931
|
id: string;
|
|
6926
6932
|
name?: string | undefined;
|
|
6927
6933
|
};
|
|
6928
6934
|
/** @internal */
|
|
6929
|
-
export declare const
|
|
6935
|
+
export declare const UserEventPayload93Team$outboundSchema: z.ZodType<UserEventPayload93Team$Outbound, z.ZodTypeDef, UserEventPayload93Team>;
|
|
6930
6936
|
/**
|
|
6931
6937
|
* @internal
|
|
6932
6938
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6933
6939
|
*/
|
|
6934
|
-
export declare namespace
|
|
6935
|
-
/** @deprecated use `
|
|
6936
|
-
const inboundSchema: z.ZodType<
|
|
6937
|
-
/** @deprecated use `
|
|
6938
|
-
const outboundSchema: z.ZodType<
|
|
6939
|
-
/** @deprecated use `
|
|
6940
|
-
type Outbound =
|
|
6940
|
+
export declare namespace UserEventPayload93Team$ {
|
|
6941
|
+
/** @deprecated use `UserEventPayload93Team$inboundSchema` instead. */
|
|
6942
|
+
const inboundSchema: z.ZodType<UserEventPayload93Team, z.ZodTypeDef, unknown>;
|
|
6943
|
+
/** @deprecated use `UserEventPayload93Team$outboundSchema` instead. */
|
|
6944
|
+
const outboundSchema: z.ZodType<UserEventPayload93Team$Outbound, z.ZodTypeDef, UserEventPayload93Team>;
|
|
6945
|
+
/** @deprecated use `UserEventPayload93Team$Outbound` instead. */
|
|
6946
|
+
type Outbound = UserEventPayload93Team$Outbound;
|
|
6941
6947
|
}
|
|
6942
|
-
export declare function
|
|
6943
|
-
export declare function
|
|
6948
|
+
export declare function userEventPayload93TeamToJSON(userEventPayload93Team: UserEventPayload93Team): string;
|
|
6949
|
+
export declare function userEventPayload93TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload93Team, SDKValidationError>;
|
|
6944
6950
|
/** @internal */
|
|
6945
6951
|
export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
|
|
6946
6952
|
/** @internal */
|
|
@@ -6964,51 +6970,51 @@ export declare namespace PayloadPreviousRule$ {
|
|
|
6964
6970
|
export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
|
|
6965
6971
|
export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
|
|
6966
6972
|
/** @internal */
|
|
6967
|
-
export declare const
|
|
6973
|
+
export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
|
|
6968
6974
|
/** @internal */
|
|
6969
|
-
export type
|
|
6970
|
-
team:
|
|
6975
|
+
export type NinetyThree$Outbound = {
|
|
6976
|
+
team: UserEventPayload93Team$Outbound;
|
|
6971
6977
|
previousRule: PayloadPreviousRule$Outbound;
|
|
6972
6978
|
};
|
|
6973
6979
|
/** @internal */
|
|
6974
|
-
export declare const
|
|
6980
|
+
export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
|
|
6975
6981
|
/**
|
|
6976
6982
|
* @internal
|
|
6977
6983
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6978
6984
|
*/
|
|
6979
|
-
export declare namespace
|
|
6980
|
-
/** @deprecated use `
|
|
6981
|
-
const inboundSchema: z.ZodType<
|
|
6982
|
-
/** @deprecated use `
|
|
6983
|
-
const outboundSchema: z.ZodType<
|
|
6984
|
-
/** @deprecated use `
|
|
6985
|
-
type Outbound =
|
|
6985
|
+
export declare namespace NinetyThree$ {
|
|
6986
|
+
/** @deprecated use `NinetyThree$inboundSchema` instead. */
|
|
6987
|
+
const inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
|
|
6988
|
+
/** @deprecated use `NinetyThree$outboundSchema` instead. */
|
|
6989
|
+
const outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
|
|
6990
|
+
/** @deprecated use `NinetyThree$Outbound` instead. */
|
|
6991
|
+
type Outbound = NinetyThree$Outbound;
|
|
6986
6992
|
}
|
|
6987
|
-
export declare function
|
|
6988
|
-
export declare function
|
|
6993
|
+
export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
|
|
6994
|
+
export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
|
|
6989
6995
|
/** @internal */
|
|
6990
|
-
export declare const
|
|
6996
|
+
export declare const UserEventPayload92Team$inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
|
|
6991
6997
|
/** @internal */
|
|
6992
|
-
export type
|
|
6998
|
+
export type UserEventPayload92Team$Outbound = {
|
|
6993
6999
|
id: string;
|
|
6994
7000
|
name?: string | undefined;
|
|
6995
7001
|
};
|
|
6996
7002
|
/** @internal */
|
|
6997
|
-
export declare const
|
|
7003
|
+
export declare const UserEventPayload92Team$outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
|
|
6998
7004
|
/**
|
|
6999
7005
|
* @internal
|
|
7000
7006
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7001
7007
|
*/
|
|
7002
|
-
export declare namespace
|
|
7003
|
-
/** @deprecated use `
|
|
7004
|
-
const inboundSchema: z.ZodType<
|
|
7005
|
-
/** @deprecated use `
|
|
7006
|
-
const outboundSchema: z.ZodType<
|
|
7007
|
-
/** @deprecated use `
|
|
7008
|
-
type Outbound =
|
|
7008
|
+
export declare namespace UserEventPayload92Team$ {
|
|
7009
|
+
/** @deprecated use `UserEventPayload92Team$inboundSchema` instead. */
|
|
7010
|
+
const inboundSchema: z.ZodType<UserEventPayload92Team, z.ZodTypeDef, unknown>;
|
|
7011
|
+
/** @deprecated use `UserEventPayload92Team$outboundSchema` instead. */
|
|
7012
|
+
const outboundSchema: z.ZodType<UserEventPayload92Team$Outbound, z.ZodTypeDef, UserEventPayload92Team>;
|
|
7013
|
+
/** @deprecated use `UserEventPayload92Team$Outbound` instead. */
|
|
7014
|
+
type Outbound = UserEventPayload92Team$Outbound;
|
|
7009
7015
|
}
|
|
7010
|
-
export declare function
|
|
7011
|
-
export declare function
|
|
7016
|
+
export declare function userEventPayload92TeamToJSON(userEventPayload92Team: UserEventPayload92Team): string;
|
|
7017
|
+
export declare function userEventPayload92TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload92Team, SDKValidationError>;
|
|
7012
7018
|
/** @internal */
|
|
7013
7019
|
export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
|
|
7014
7020
|
/** @internal */
|
|
@@ -7054,14 +7060,36 @@ export declare namespace NextRule$ {
|
|
|
7054
7060
|
export declare function nextRuleToJSON(nextRule: NextRule): string;
|
|
7055
7061
|
export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
|
|
7056
7062
|
/** @internal */
|
|
7057
|
-
export declare const
|
|
7063
|
+
export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
|
|
7058
7064
|
/** @internal */
|
|
7059
|
-
export type
|
|
7060
|
-
team:
|
|
7065
|
+
export type NinetyTwo$Outbound = {
|
|
7066
|
+
team: UserEventPayload92Team$Outbound;
|
|
7061
7067
|
previousRule?: PreviousRule$Outbound | undefined;
|
|
7062
7068
|
nextRule?: NextRule$Outbound | undefined;
|
|
7063
7069
|
};
|
|
7064
7070
|
/** @internal */
|
|
7071
|
+
export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
|
|
7072
|
+
/**
|
|
7073
|
+
* @internal
|
|
7074
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7075
|
+
*/
|
|
7076
|
+
export declare namespace NinetyTwo$ {
|
|
7077
|
+
/** @deprecated use `NinetyTwo$inboundSchema` instead. */
|
|
7078
|
+
const inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
|
|
7079
|
+
/** @deprecated use `NinetyTwo$outboundSchema` instead. */
|
|
7080
|
+
const outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
|
|
7081
|
+
/** @deprecated use `NinetyTwo$Outbound` instead. */
|
|
7082
|
+
type Outbound = NinetyTwo$Outbound;
|
|
7083
|
+
}
|
|
7084
|
+
export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
|
|
7085
|
+
export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
|
|
7086
|
+
/** @internal */
|
|
7087
|
+
export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
|
|
7088
|
+
/** @internal */
|
|
7089
|
+
export type NinetyOne$Outbound = {
|
|
7090
|
+
email: string;
|
|
7091
|
+
};
|
|
7092
|
+
/** @internal */
|
|
7065
7093
|
export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
|
|
7066
7094
|
/**
|
|
7067
7095
|
* @internal
|
|
@@ -7082,6 +7110,7 @@ export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unkno
|
|
|
7082
7110
|
/** @internal */
|
|
7083
7111
|
export type Ninety$Outbound = {
|
|
7084
7112
|
email: string;
|
|
7113
|
+
verified: boolean;
|
|
7085
7114
|
};
|
|
7086
7115
|
/** @internal */
|
|
7087
7116
|
export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
|
|
@@ -7103,8 +7132,8 @@ export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Nine
|
|
|
7103
7132
|
export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
|
|
7104
7133
|
/** @internal */
|
|
7105
7134
|
export type EightyNine$Outbound = {
|
|
7106
|
-
|
|
7107
|
-
|
|
7135
|
+
instances: number;
|
|
7136
|
+
url: string;
|
|
7108
7137
|
};
|
|
7109
7138
|
/** @internal */
|
|
7110
7139
|
export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
|
|
@@ -7126,8 +7155,9 @@ export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<
|
|
|
7126
7155
|
export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
|
|
7127
7156
|
/** @internal */
|
|
7128
7157
|
export type EightyEight$Outbound = {
|
|
7129
|
-
|
|
7130
|
-
|
|
7158
|
+
gitProvider: string;
|
|
7159
|
+
gitProviderGroupDescriptor: string;
|
|
7160
|
+
gitScope: string;
|
|
7131
7161
|
};
|
|
7132
7162
|
/** @internal */
|
|
7133
7163
|
export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
|
|
@@ -7149,9 +7179,9 @@ export declare function eightyEightFromJSON(jsonString: string): SafeParseResult
|
|
|
7149
7179
|
export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
|
|
7150
7180
|
/** @internal */
|
|
7151
7181
|
export type EightySeven$Outbound = {
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7182
|
+
projectId?: string | undefined;
|
|
7183
|
+
projectName?: string | undefined;
|
|
7184
|
+
newTargetPercentage?: number | undefined;
|
|
7155
7185
|
};
|
|
7156
7186
|
/** @internal */
|
|
7157
7187
|
export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
|
|
@@ -7173,9 +7203,8 @@ export declare function eightySevenFromJSON(jsonString: string): SafeParseResult
|
|
|
7173
7203
|
export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
|
|
7174
7204
|
/** @internal */
|
|
7175
7205
|
export type EightySix$Outbound = {
|
|
7176
|
-
projectId
|
|
7177
|
-
projectName
|
|
7178
|
-
newTargetPercentage?: number | undefined;
|
|
7206
|
+
projectId: string;
|
|
7207
|
+
projectName: string;
|
|
7179
7208
|
};
|
|
7180
7209
|
/** @internal */
|
|
7181
7210
|
export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
|
|
@@ -7198,7 +7227,6 @@ export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDe
|
|
|
7198
7227
|
/** @internal */
|
|
7199
7228
|
export type EightyFive$Outbound = {
|
|
7200
7229
|
projectId: string;
|
|
7201
|
-
projectName: string;
|
|
7202
7230
|
};
|
|
7203
7231
|
/** @internal */
|
|
7204
7232
|
export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
|
|
@@ -7214,53 +7242,31 @@ export declare namespace EightyFive$ {
|
|
|
7214
7242
|
/** @deprecated use `EightyFive$Outbound` instead. */
|
|
7215
7243
|
type Outbound = EightyFive$Outbound;
|
|
7216
7244
|
}
|
|
7217
|
-
export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
|
|
7218
|
-
export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
|
|
7219
|
-
/** @internal */
|
|
7220
|
-
export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7221
|
-
/** @internal */
|
|
7222
|
-
export type EightyFour$Outbound = {
|
|
7223
|
-
projectId: string;
|
|
7224
|
-
};
|
|
7225
|
-
/** @internal */
|
|
7226
|
-
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7227
|
-
/**
|
|
7228
|
-
* @internal
|
|
7229
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7230
|
-
*/
|
|
7231
|
-
export declare namespace EightyFour$ {
|
|
7232
|
-
/** @deprecated use `EightyFour$inboundSchema` instead. */
|
|
7233
|
-
const inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7234
|
-
/** @deprecated use `EightyFour$outboundSchema` instead. */
|
|
7235
|
-
const outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7236
|
-
/** @deprecated use `EightyFour$Outbound` instead. */
|
|
7237
|
-
type Outbound = EightyFour$Outbound;
|
|
7238
|
-
}
|
|
7239
|
-
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
7240
|
-
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7245
|
+
export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
|
|
7246
|
+
export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
|
|
7241
7247
|
/** @internal */
|
|
7242
|
-
export declare const
|
|
7248
|
+
export declare const UserEventPayload84Team$inboundSchema: z.ZodType<UserEventPayload84Team, z.ZodTypeDef, unknown>;
|
|
7243
7249
|
/** @internal */
|
|
7244
|
-
export type
|
|
7250
|
+
export type UserEventPayload84Team$Outbound = {
|
|
7245
7251
|
id: string;
|
|
7246
7252
|
name: string;
|
|
7247
7253
|
};
|
|
7248
7254
|
/** @internal */
|
|
7249
|
-
export declare const
|
|
7255
|
+
export declare const UserEventPayload84Team$outboundSchema: z.ZodType<UserEventPayload84Team$Outbound, z.ZodTypeDef, UserEventPayload84Team>;
|
|
7250
7256
|
/**
|
|
7251
7257
|
* @internal
|
|
7252
7258
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7253
7259
|
*/
|
|
7254
|
-
export declare namespace
|
|
7255
|
-
/** @deprecated use `
|
|
7256
|
-
const inboundSchema: z.ZodType<
|
|
7257
|
-
/** @deprecated use `
|
|
7258
|
-
const outboundSchema: z.ZodType<
|
|
7259
|
-
/** @deprecated use `
|
|
7260
|
-
type Outbound =
|
|
7260
|
+
export declare namespace UserEventPayload84Team$ {
|
|
7261
|
+
/** @deprecated use `UserEventPayload84Team$inboundSchema` instead. */
|
|
7262
|
+
const inboundSchema: z.ZodType<UserEventPayload84Team, z.ZodTypeDef, unknown>;
|
|
7263
|
+
/** @deprecated use `UserEventPayload84Team$outboundSchema` instead. */
|
|
7264
|
+
const outboundSchema: z.ZodType<UserEventPayload84Team$Outbound, z.ZodTypeDef, UserEventPayload84Team>;
|
|
7265
|
+
/** @deprecated use `UserEventPayload84Team$Outbound` instead. */
|
|
7266
|
+
type Outbound = UserEventPayload84Team$Outbound;
|
|
7261
7267
|
}
|
|
7262
|
-
export declare function
|
|
7263
|
-
export declare function
|
|
7268
|
+
export declare function userEventPayload84TeamToJSON(userEventPayload84Team: UserEventPayload84Team): string;
|
|
7269
|
+
export declare function userEventPayload84TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload84Team, SDKValidationError>;
|
|
7264
7270
|
/** @internal */
|
|
7265
7271
|
export declare const EnvId2$inboundSchema: z.ZodNativeEnum<typeof EnvId2>;
|
|
7266
7272
|
/** @internal */
|
|
@@ -7444,36 +7450,59 @@ export declare namespace NewConnectConfigurations$ {
|
|
|
7444
7450
|
export declare function newConnectConfigurationsToJSON(newConnectConfigurations: NewConnectConfigurations): string;
|
|
7445
7451
|
export declare function newConnectConfigurationsFromJSON(jsonString: string): SafeParseResult<NewConnectConfigurations, SDKValidationError>;
|
|
7446
7452
|
/** @internal */
|
|
7447
|
-
export declare const
|
|
7453
|
+
export declare const UserEventPayload84Project$inboundSchema: z.ZodType<UserEventPayload84Project, z.ZodTypeDef, unknown>;
|
|
7448
7454
|
/** @internal */
|
|
7449
|
-
export type
|
|
7455
|
+
export type UserEventPayload84Project$Outbound = {
|
|
7450
7456
|
id: string;
|
|
7451
7457
|
name?: string | undefined;
|
|
7452
7458
|
oldConnectConfigurations: Array<OldConnectConfigurations$Outbound> | null;
|
|
7453
7459
|
newConnectConfigurations: Array<NewConnectConfigurations$Outbound> | null;
|
|
7454
7460
|
};
|
|
7455
7461
|
/** @internal */
|
|
7456
|
-
export declare const
|
|
7462
|
+
export declare const UserEventPayload84Project$outboundSchema: z.ZodType<UserEventPayload84Project$Outbound, z.ZodTypeDef, UserEventPayload84Project>;
|
|
7463
|
+
/**
|
|
7464
|
+
* @internal
|
|
7465
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7466
|
+
*/
|
|
7467
|
+
export declare namespace UserEventPayload84Project$ {
|
|
7468
|
+
/** @deprecated use `UserEventPayload84Project$inboundSchema` instead. */
|
|
7469
|
+
const inboundSchema: z.ZodType<UserEventPayload84Project, z.ZodTypeDef, unknown>;
|
|
7470
|
+
/** @deprecated use `UserEventPayload84Project$outboundSchema` instead. */
|
|
7471
|
+
const outboundSchema: z.ZodType<UserEventPayload84Project$Outbound, z.ZodTypeDef, UserEventPayload84Project>;
|
|
7472
|
+
/** @deprecated use `UserEventPayload84Project$Outbound` instead. */
|
|
7473
|
+
type Outbound = UserEventPayload84Project$Outbound;
|
|
7474
|
+
}
|
|
7475
|
+
export declare function userEventPayload84ProjectToJSON(userEventPayload84Project: UserEventPayload84Project): string;
|
|
7476
|
+
export declare function userEventPayload84ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload84Project, SDKValidationError>;
|
|
7477
|
+
/** @internal */
|
|
7478
|
+
export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7479
|
+
/** @internal */
|
|
7480
|
+
export type EightyFour$Outbound = {
|
|
7481
|
+
team: UserEventPayload84Team$Outbound;
|
|
7482
|
+
project: UserEventPayload84Project$Outbound;
|
|
7483
|
+
};
|
|
7484
|
+
/** @internal */
|
|
7485
|
+
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7457
7486
|
/**
|
|
7458
7487
|
* @internal
|
|
7459
7488
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7460
7489
|
*/
|
|
7461
|
-
export declare namespace
|
|
7462
|
-
/** @deprecated use `
|
|
7463
|
-
const inboundSchema: z.ZodType<
|
|
7464
|
-
/** @deprecated use `
|
|
7465
|
-
const outboundSchema: z.ZodType<
|
|
7466
|
-
/** @deprecated use `
|
|
7467
|
-
type Outbound =
|
|
7490
|
+
export declare namespace EightyFour$ {
|
|
7491
|
+
/** @deprecated use `EightyFour$inboundSchema` instead. */
|
|
7492
|
+
const inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7493
|
+
/** @deprecated use `EightyFour$outboundSchema` instead. */
|
|
7494
|
+
const outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7495
|
+
/** @deprecated use `EightyFour$Outbound` instead. */
|
|
7496
|
+
type Outbound = EightyFour$Outbound;
|
|
7468
7497
|
}
|
|
7469
|
-
export declare function
|
|
7470
|
-
export declare function
|
|
7498
|
+
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
7499
|
+
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7471
7500
|
/** @internal */
|
|
7472
7501
|
export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
|
|
7473
7502
|
/** @internal */
|
|
7474
7503
|
export type EightyThree$Outbound = {
|
|
7475
|
-
|
|
7476
|
-
|
|
7504
|
+
name: string;
|
|
7505
|
+
ownerId: string;
|
|
7477
7506
|
};
|
|
7478
7507
|
/** @internal */
|
|
7479
7508
|
export declare const EightyThree$outboundSchema: z.ZodType<EightyThree$Outbound, z.ZodTypeDef, EightyThree>;
|
|
@@ -7492,29 +7521,6 @@ export declare namespace EightyThree$ {
|
|
|
7492
7521
|
export declare function eightyThreeToJSON(eightyThree: EightyThree): string;
|
|
7493
7522
|
export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult<EightyThree, SDKValidationError>;
|
|
7494
7523
|
/** @internal */
|
|
7495
|
-
export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7496
|
-
/** @internal */
|
|
7497
|
-
export type EightyTwo$Outbound = {
|
|
7498
|
-
name: string;
|
|
7499
|
-
ownerId: string;
|
|
7500
|
-
};
|
|
7501
|
-
/** @internal */
|
|
7502
|
-
export declare const EightyTwo$outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
|
|
7503
|
-
/**
|
|
7504
|
-
* @internal
|
|
7505
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7506
|
-
*/
|
|
7507
|
-
export declare namespace EightyTwo$ {
|
|
7508
|
-
/** @deprecated use `EightyTwo$inboundSchema` instead. */
|
|
7509
|
-
const inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7510
|
-
/** @deprecated use `EightyTwo$outboundSchema` instead. */
|
|
7511
|
-
const outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
|
|
7512
|
-
/** @deprecated use `EightyTwo$Outbound` instead. */
|
|
7513
|
-
type Outbound = EightyTwo$Outbound;
|
|
7514
|
-
}
|
|
7515
|
-
export declare function eightyTwoToJSON(eightyTwo: EightyTwo): string;
|
|
7516
|
-
export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<EightyTwo, SDKValidationError>;
|
|
7517
|
-
/** @internal */
|
|
7518
7524
|
export declare const UserEventPayloadAction$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadAction>;
|
|
7519
7525
|
/** @internal */
|
|
7520
7526
|
export declare const UserEventPayloadAction$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadAction>;
|
|
@@ -7537,28 +7543,28 @@ export declare namespace UserEventPayloadAction$ {
|
|
|
7537
7543
|
}>;
|
|
7538
7544
|
}
|
|
7539
7545
|
/** @internal */
|
|
7540
|
-
export declare const
|
|
7546
|
+
export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7541
7547
|
/** @internal */
|
|
7542
|
-
export type
|
|
7548
|
+
export type EightyTwo$Outbound = {
|
|
7543
7549
|
projectName: string;
|
|
7544
7550
|
action: string;
|
|
7545
7551
|
};
|
|
7546
7552
|
/** @internal */
|
|
7547
|
-
export declare const
|
|
7553
|
+
export declare const EightyTwo$outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
|
|
7548
7554
|
/**
|
|
7549
7555
|
* @internal
|
|
7550
7556
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7551
7557
|
*/
|
|
7552
|
-
export declare namespace
|
|
7553
|
-
/** @deprecated use `
|
|
7554
|
-
const inboundSchema: z.ZodType<
|
|
7555
|
-
/** @deprecated use `
|
|
7556
|
-
const outboundSchema: z.ZodType<
|
|
7557
|
-
/** @deprecated use `
|
|
7558
|
-
type Outbound =
|
|
7558
|
+
export declare namespace EightyTwo$ {
|
|
7559
|
+
/** @deprecated use `EightyTwo$inboundSchema` instead. */
|
|
7560
|
+
const inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7561
|
+
/** @deprecated use `EightyTwo$outboundSchema` instead. */
|
|
7562
|
+
const outboundSchema: z.ZodType<EightyTwo$Outbound, z.ZodTypeDef, EightyTwo>;
|
|
7563
|
+
/** @deprecated use `EightyTwo$Outbound` instead. */
|
|
7564
|
+
type Outbound = EightyTwo$Outbound;
|
|
7559
7565
|
}
|
|
7560
|
-
export declare function
|
|
7561
|
-
export declare function
|
|
7566
|
+
export declare function eightyTwoToJSON(eightyTwo: EightyTwo): string;
|
|
7567
|
+
export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<EightyTwo, SDKValidationError>;
|
|
7562
7568
|
/** @internal */
|
|
7563
7569
|
export declare const Paths$inboundSchema: z.ZodType<Paths, z.ZodTypeDef, unknown>;
|
|
7564
7570
|
/** @internal */
|
|
@@ -7648,29 +7654,29 @@ export declare namespace OldOptionsAllowlist$ {
|
|
|
7648
7654
|
export declare function oldOptionsAllowlistToJSON(oldOptionsAllowlist: OldOptionsAllowlist): string;
|
|
7649
7655
|
export declare function oldOptionsAllowlistFromJSON(jsonString: string): SafeParseResult<OldOptionsAllowlist, SDKValidationError>;
|
|
7650
7656
|
/** @internal */
|
|
7651
|
-
export declare const
|
|
7657
|
+
export declare const EightyOne$inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
|
|
7652
7658
|
/** @internal */
|
|
7653
|
-
export type
|
|
7659
|
+
export type EightyOne$Outbound = {
|
|
7654
7660
|
projectName: string;
|
|
7655
7661
|
optionsAllowlist?: OptionsAllowlist$Outbound | null | undefined;
|
|
7656
7662
|
oldOptionsAllowlist?: OldOptionsAllowlist$Outbound | null | undefined;
|
|
7657
7663
|
};
|
|
7658
7664
|
/** @internal */
|
|
7659
|
-
export declare const
|
|
7665
|
+
export declare const EightyOne$outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
|
|
7660
7666
|
/**
|
|
7661
7667
|
* @internal
|
|
7662
7668
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7663
7669
|
*/
|
|
7664
|
-
export declare namespace
|
|
7665
|
-
/** @deprecated use `
|
|
7666
|
-
const inboundSchema: z.ZodType<
|
|
7667
|
-
/** @deprecated use `
|
|
7668
|
-
const outboundSchema: z.ZodType<
|
|
7669
|
-
/** @deprecated use `
|
|
7670
|
-
type Outbound =
|
|
7670
|
+
export declare namespace EightyOne$ {
|
|
7671
|
+
/** @deprecated use `EightyOne$inboundSchema` instead. */
|
|
7672
|
+
const inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
|
|
7673
|
+
/** @deprecated use `EightyOne$outboundSchema` instead. */
|
|
7674
|
+
const outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
|
|
7675
|
+
/** @deprecated use `EightyOne$Outbound` instead. */
|
|
7676
|
+
type Outbound = EightyOne$Outbound;
|
|
7671
7677
|
}
|
|
7672
|
-
export declare function
|
|
7673
|
-
export declare function
|
|
7678
|
+
export declare function eightyOneToJSON(eightyOne: EightyOne): string;
|
|
7679
|
+
export declare function eightyOneFromJSON(jsonString: string): SafeParseResult<EightyOne, SDKValidationError>;
|
|
7674
7680
|
/** @internal */
|
|
7675
7681
|
export declare const TrustedIps$inboundSchema: z.ZodNativeEnum<typeof TrustedIps>;
|
|
7676
7682
|
/** @internal */
|
|
@@ -7720,9 +7726,9 @@ export declare namespace OldTrustedIps$ {
|
|
|
7720
7726
|
}>;
|
|
7721
7727
|
}
|
|
7722
7728
|
/** @internal */
|
|
7723
|
-
export declare const
|
|
7729
|
+
export declare const Eighty$inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
|
|
7724
7730
|
/** @internal */
|
|
7725
|
-
export type
|
|
7731
|
+
export type Eighty$Outbound = {
|
|
7726
7732
|
projectName: string;
|
|
7727
7733
|
trustedIps?: string | null | undefined;
|
|
7728
7734
|
oldTrustedIps?: string | null | undefined;
|
|
@@ -7730,21 +7736,21 @@ export type SeventyNine$Outbound = {
|
|
|
7730
7736
|
removedAddresses?: Array<string> | null | undefined;
|
|
7731
7737
|
};
|
|
7732
7738
|
/** @internal */
|
|
7733
|
-
export declare const
|
|
7739
|
+
export declare const Eighty$outboundSchema: z.ZodType<Eighty$Outbound, z.ZodTypeDef, Eighty>;
|
|
7734
7740
|
/**
|
|
7735
7741
|
* @internal
|
|
7736
7742
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7737
7743
|
*/
|
|
7738
|
-
export declare namespace
|
|
7739
|
-
/** @deprecated use `
|
|
7740
|
-
const inboundSchema: z.ZodType<
|
|
7741
|
-
/** @deprecated use `
|
|
7742
|
-
const outboundSchema: z.ZodType<
|
|
7743
|
-
/** @deprecated use `
|
|
7744
|
-
type Outbound =
|
|
7744
|
+
export declare namespace Eighty$ {
|
|
7745
|
+
/** @deprecated use `Eighty$inboundSchema` instead. */
|
|
7746
|
+
const inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
|
|
7747
|
+
/** @deprecated use `Eighty$outboundSchema` instead. */
|
|
7748
|
+
const outboundSchema: z.ZodType<Eighty$Outbound, z.ZodTypeDef, Eighty>;
|
|
7749
|
+
/** @deprecated use `Eighty$Outbound` instead. */
|
|
7750
|
+
type Outbound = Eighty$Outbound;
|
|
7745
7751
|
}
|
|
7746
|
-
export declare function
|
|
7747
|
-
export declare function
|
|
7752
|
+
export declare function eightyToJSON(eighty: Eighty): string;
|
|
7753
|
+
export declare function eightyFromJSON(jsonString: string): SafeParseResult<Eighty, SDKValidationError>;
|
|
7748
7754
|
/** @internal */
|
|
7749
7755
|
export declare const PasswordProtection2$inboundSchema: z.ZodNativeEnum<typeof PasswordProtection2>;
|
|
7750
7756
|
/** @internal */
|
|
@@ -7918,29 +7924,29 @@ export declare namespace OldPasswordProtection$ {
|
|
|
7918
7924
|
export declare function oldPasswordProtectionToJSON(oldPasswordProtection: OldPasswordProtection): string;
|
|
7919
7925
|
export declare function oldPasswordProtectionFromJSON(jsonString: string): SafeParseResult<OldPasswordProtection, SDKValidationError>;
|
|
7920
7926
|
/** @internal */
|
|
7921
|
-
export declare const
|
|
7927
|
+
export declare const SeventyNine$inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
|
|
7922
7928
|
/** @internal */
|
|
7923
|
-
export type
|
|
7929
|
+
export type SeventyNine$Outbound = {
|
|
7924
7930
|
projectName: string;
|
|
7925
7931
|
passwordProtection: PasswordProtection1$Outbound | string | null;
|
|
7926
7932
|
oldPasswordProtection: OldPasswordProtection1$Outbound | string | null;
|
|
7927
7933
|
};
|
|
7928
7934
|
/** @internal */
|
|
7929
|
-
export declare const
|
|
7935
|
+
export declare const SeventyNine$outboundSchema: z.ZodType<SeventyNine$Outbound, z.ZodTypeDef, SeventyNine>;
|
|
7930
7936
|
/**
|
|
7931
7937
|
* @internal
|
|
7932
7938
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7933
7939
|
*/
|
|
7934
|
-
export declare namespace
|
|
7935
|
-
/** @deprecated use `
|
|
7936
|
-
const inboundSchema: z.ZodType<
|
|
7937
|
-
/** @deprecated use `
|
|
7938
|
-
const outboundSchema: z.ZodType<
|
|
7939
|
-
/** @deprecated use `
|
|
7940
|
-
type Outbound =
|
|
7940
|
+
export declare namespace SeventyNine$ {
|
|
7941
|
+
/** @deprecated use `SeventyNine$inboundSchema` instead. */
|
|
7942
|
+
const inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
|
|
7943
|
+
/** @deprecated use `SeventyNine$outboundSchema` instead. */
|
|
7944
|
+
const outboundSchema: z.ZodType<SeventyNine$Outbound, z.ZodTypeDef, SeventyNine>;
|
|
7945
|
+
/** @deprecated use `SeventyNine$Outbound` instead. */
|
|
7946
|
+
type Outbound = SeventyNine$Outbound;
|
|
7941
7947
|
}
|
|
7942
|
-
export declare function
|
|
7943
|
-
export declare function
|
|
7948
|
+
export declare function seventyNineToJSON(seventyNine: SeventyNine): string;
|
|
7949
|
+
export declare function seventyNineFromJSON(jsonString: string): SafeParseResult<SeventyNine, SDKValidationError>;
|
|
7944
7950
|
/** @internal */
|
|
7945
7951
|
export declare const SsoProtection2$inboundSchema: z.ZodNativeEnum<typeof SsoProtection2>;
|
|
7946
7952
|
/** @internal */
|
|
@@ -8114,14 +8120,37 @@ export declare namespace OldSsoProtection$ {
|
|
|
8114
8120
|
export declare function oldSsoProtectionToJSON(oldSsoProtection: OldSsoProtection): string;
|
|
8115
8121
|
export declare function oldSsoProtectionFromJSON(jsonString: string): SafeParseResult<OldSsoProtection, SDKValidationError>;
|
|
8116
8122
|
/** @internal */
|
|
8117
|
-
export declare const
|
|
8123
|
+
export declare const SeventyEight$inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
|
|
8118
8124
|
/** @internal */
|
|
8119
|
-
export type
|
|
8125
|
+
export type SeventyEight$Outbound = {
|
|
8120
8126
|
projectName: string;
|
|
8121
8127
|
ssoProtection: SsoProtection1$Outbound | string | null;
|
|
8122
8128
|
oldSsoProtection: OldSsoProtection1$Outbound | string | null;
|
|
8123
8129
|
};
|
|
8124
8130
|
/** @internal */
|
|
8131
|
+
export declare const SeventyEight$outboundSchema: z.ZodType<SeventyEight$Outbound, z.ZodTypeDef, SeventyEight>;
|
|
8132
|
+
/**
|
|
8133
|
+
* @internal
|
|
8134
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8135
|
+
*/
|
|
8136
|
+
export declare namespace SeventyEight$ {
|
|
8137
|
+
/** @deprecated use `SeventyEight$inboundSchema` instead. */
|
|
8138
|
+
const inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
|
|
8139
|
+
/** @deprecated use `SeventyEight$outboundSchema` instead. */
|
|
8140
|
+
const outboundSchema: z.ZodType<SeventyEight$Outbound, z.ZodTypeDef, SeventyEight>;
|
|
8141
|
+
/** @deprecated use `SeventyEight$Outbound` instead. */
|
|
8142
|
+
type Outbound = SeventyEight$Outbound;
|
|
8143
|
+
}
|
|
8144
|
+
export declare function seventyEightToJSON(seventyEight: SeventyEight): string;
|
|
8145
|
+
export declare function seventyEightFromJSON(jsonString: string): SafeParseResult<SeventyEight, SDKValidationError>;
|
|
8146
|
+
/** @internal */
|
|
8147
|
+
export declare const SeventySeven$inboundSchema: z.ZodType<SeventySeven, z.ZodTypeDef, unknown>;
|
|
8148
|
+
/** @internal */
|
|
8149
|
+
export type SeventySeven$Outbound = {
|
|
8150
|
+
projectName?: string | undefined;
|
|
8151
|
+
projectId: string;
|
|
8152
|
+
};
|
|
8153
|
+
/** @internal */
|
|
8125
8154
|
export declare const SeventySeven$outboundSchema: z.ZodType<SeventySeven$Outbound, z.ZodTypeDef, SeventySeven>;
|
|
8126
8155
|
/**
|
|
8127
8156
|
* @internal
|
|
@@ -8143,6 +8172,12 @@ export declare const SeventySix$inboundSchema: z.ZodType<SeventySix, z.ZodTypeDe
|
|
|
8143
8172
|
export type SeventySix$Outbound = {
|
|
8144
8173
|
projectName?: string | undefined;
|
|
8145
8174
|
projectId: string;
|
|
8175
|
+
projectAnalytics?: {
|
|
8176
|
+
[k: string]: any;
|
|
8177
|
+
} | undefined;
|
|
8178
|
+
prevProjectAnalytics?: {
|
|
8179
|
+
[k: string]: any;
|
|
8180
|
+
} | null | undefined;
|
|
8146
8181
|
};
|
|
8147
8182
|
/** @internal */
|
|
8148
8183
|
export declare const SeventySix$outboundSchema: z.ZodType<SeventySix$Outbound, z.ZodTypeDef, SeventySix>;
|
|
@@ -8161,35 +8196,6 @@ export declare namespace SeventySix$ {
|
|
|
8161
8196
|
export declare function seventySixToJSON(seventySix: SeventySix): string;
|
|
8162
8197
|
export declare function seventySixFromJSON(jsonString: string): SafeParseResult<SeventySix, SDKValidationError>;
|
|
8163
8198
|
/** @internal */
|
|
8164
|
-
export declare const SeventyFive$inboundSchema: z.ZodType<SeventyFive, z.ZodTypeDef, unknown>;
|
|
8165
|
-
/** @internal */
|
|
8166
|
-
export type SeventyFive$Outbound = {
|
|
8167
|
-
projectName?: string | undefined;
|
|
8168
|
-
projectId: string;
|
|
8169
|
-
projectAnalytics?: {
|
|
8170
|
-
[k: string]: any;
|
|
8171
|
-
} | undefined;
|
|
8172
|
-
prevProjectAnalytics?: {
|
|
8173
|
-
[k: string]: any;
|
|
8174
|
-
} | null | undefined;
|
|
8175
|
-
};
|
|
8176
|
-
/** @internal */
|
|
8177
|
-
export declare const SeventyFive$outboundSchema: z.ZodType<SeventyFive$Outbound, z.ZodTypeDef, SeventyFive>;
|
|
8178
|
-
/**
|
|
8179
|
-
* @internal
|
|
8180
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8181
|
-
*/
|
|
8182
|
-
export declare namespace SeventyFive$ {
|
|
8183
|
-
/** @deprecated use `SeventyFive$inboundSchema` instead. */
|
|
8184
|
-
const inboundSchema: z.ZodType<SeventyFive, z.ZodTypeDef, unknown>;
|
|
8185
|
-
/** @deprecated use `SeventyFive$outboundSchema` instead. */
|
|
8186
|
-
const outboundSchema: z.ZodType<SeventyFive$Outbound, z.ZodTypeDef, SeventyFive>;
|
|
8187
|
-
/** @deprecated use `SeventyFive$Outbound` instead. */
|
|
8188
|
-
type Outbound = SeventyFive$Outbound;
|
|
8189
|
-
}
|
|
8190
|
-
export declare function seventyFiveToJSON(seventyFive: SeventyFive): string;
|
|
8191
|
-
export declare function seventyFiveFromJSON(jsonString: string): SafeParseResult<SeventyFive, SDKValidationError>;
|
|
8192
|
-
/** @internal */
|
|
8193
8199
|
export declare const ProjectAnalytics$inboundSchema: z.ZodType<ProjectAnalytics, z.ZodTypeDef, unknown>;
|
|
8194
8200
|
/** @internal */
|
|
8195
8201
|
export type ProjectAnalytics$Outbound = {
|
|
@@ -8246,40 +8252,40 @@ export declare namespace PrevProjectAnalytics$ {
|
|
|
8246
8252
|
export declare function prevProjectAnalyticsToJSON(prevProjectAnalytics: PrevProjectAnalytics): string;
|
|
8247
8253
|
export declare function prevProjectAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectAnalytics, SDKValidationError>;
|
|
8248
8254
|
/** @internal */
|
|
8249
|
-
export declare const
|
|
8255
|
+
export declare const SeventyFive$inboundSchema: z.ZodType<SeventyFive, z.ZodTypeDef, unknown>;
|
|
8250
8256
|
/** @internal */
|
|
8251
|
-
export type
|
|
8257
|
+
export type SeventyFive$Outbound = {
|
|
8252
8258
|
projectName?: string | undefined;
|
|
8253
8259
|
projectId: string;
|
|
8254
8260
|
projectAnalytics: ProjectAnalytics$Outbound | null;
|
|
8255
8261
|
prevProjectAnalytics: PrevProjectAnalytics$Outbound | null;
|
|
8256
8262
|
};
|
|
8257
8263
|
/** @internal */
|
|
8258
|
-
export declare const
|
|
8264
|
+
export declare const SeventyFive$outboundSchema: z.ZodType<SeventyFive$Outbound, z.ZodTypeDef, SeventyFive>;
|
|
8259
8265
|
/**
|
|
8260
8266
|
* @internal
|
|
8261
8267
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8262
8268
|
*/
|
|
8263
|
-
export declare namespace
|
|
8264
|
-
/** @deprecated use `
|
|
8265
|
-
const inboundSchema: z.ZodType<
|
|
8266
|
-
/** @deprecated use `
|
|
8267
|
-
const outboundSchema: z.ZodType<
|
|
8268
|
-
/** @deprecated use `
|
|
8269
|
-
type Outbound =
|
|
8269
|
+
export declare namespace SeventyFive$ {
|
|
8270
|
+
/** @deprecated use `SeventyFive$inboundSchema` instead. */
|
|
8271
|
+
const inboundSchema: z.ZodType<SeventyFive, z.ZodTypeDef, unknown>;
|
|
8272
|
+
/** @deprecated use `SeventyFive$outboundSchema` instead. */
|
|
8273
|
+
const outboundSchema: z.ZodType<SeventyFive$Outbound, z.ZodTypeDef, SeventyFive>;
|
|
8274
|
+
/** @deprecated use `SeventyFive$Outbound` instead. */
|
|
8275
|
+
type Outbound = SeventyFive$Outbound;
|
|
8270
8276
|
}
|
|
8271
|
-
export declare function
|
|
8272
|
-
export declare function
|
|
8277
|
+
export declare function seventyFiveToJSON(seventyFive: SeventyFive): string;
|
|
8278
|
+
export declare function seventyFiveFromJSON(jsonString: string): SafeParseResult<SeventyFive, SDKValidationError>;
|
|
8273
8279
|
/** @internal */
|
|
8274
|
-
export declare const
|
|
8280
|
+
export declare const UserEventPayload74Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload74Role>;
|
|
8275
8281
|
/** @internal */
|
|
8276
|
-
export declare const
|
|
8282
|
+
export declare const UserEventPayload74Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload74Role>;
|
|
8277
8283
|
/**
|
|
8278
8284
|
* @internal
|
|
8279
8285
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8280
8286
|
*/
|
|
8281
|
-
export declare namespace
|
|
8282
|
-
/** @deprecated use `
|
|
8287
|
+
export declare namespace UserEventPayload74Role$ {
|
|
8288
|
+
/** @deprecated use `UserEventPayload74Role$inboundSchema` instead. */
|
|
8283
8289
|
const inboundSchema: z.ZodNativeEnum<{
|
|
8284
8290
|
readonly Owner: "OWNER";
|
|
8285
8291
|
readonly Member: "MEMBER";
|
|
@@ -8289,7 +8295,7 @@ export declare namespace UserEventPayload73Role$ {
|
|
|
8289
8295
|
readonly Viewer: "VIEWER";
|
|
8290
8296
|
readonly Contributor: "CONTRIBUTOR";
|
|
8291
8297
|
}>;
|
|
8292
|
-
/** @deprecated use `
|
|
8298
|
+
/** @deprecated use `UserEventPayload74Role$outboundSchema` instead. */
|
|
8293
8299
|
const outboundSchema: z.ZodNativeEnum<{
|
|
8294
8300
|
readonly Owner: "OWNER";
|
|
8295
8301
|
readonly Member: "MEMBER";
|
|
@@ -8416,9 +8422,9 @@ export declare namespace RemovedUsers$ {
|
|
|
8416
8422
|
export declare function removedUsersToJSON(removedUsers: RemovedUsers): string;
|
|
8417
8423
|
export declare function removedUsersFromJSON(jsonString: string): SafeParseResult<RemovedUsers, SDKValidationError>;
|
|
8418
8424
|
/** @internal */
|
|
8419
|
-
export declare const
|
|
8425
|
+
export declare const SeventyFour$inboundSchema: z.ZodType<SeventyFour, z.ZodTypeDef, unknown>;
|
|
8420
8426
|
/** @internal */
|
|
8421
|
-
export type
|
|
8427
|
+
export type SeventyFour$Outbound = {
|
|
8422
8428
|
plan: string;
|
|
8423
8429
|
removedUsers?: {
|
|
8424
8430
|
[k: string]: RemovedUsers$Outbound;
|
|
@@ -8430,6 +8436,28 @@ export type SeventyThree$Outbound = {
|
|
|
8430
8436
|
isTrialUpgrade?: boolean | undefined;
|
|
8431
8437
|
};
|
|
8432
8438
|
/** @internal */
|
|
8439
|
+
export declare const SeventyFour$outboundSchema: z.ZodType<SeventyFour$Outbound, z.ZodTypeDef, SeventyFour>;
|
|
8440
|
+
/**
|
|
8441
|
+
* @internal
|
|
8442
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8443
|
+
*/
|
|
8444
|
+
export declare namespace SeventyFour$ {
|
|
8445
|
+
/** @deprecated use `SeventyFour$inboundSchema` instead. */
|
|
8446
|
+
const inboundSchema: z.ZodType<SeventyFour, z.ZodTypeDef, unknown>;
|
|
8447
|
+
/** @deprecated use `SeventyFour$outboundSchema` instead. */
|
|
8448
|
+
const outboundSchema: z.ZodType<SeventyFour$Outbound, z.ZodTypeDef, SeventyFour>;
|
|
8449
|
+
/** @deprecated use `SeventyFour$Outbound` instead. */
|
|
8450
|
+
type Outbound = SeventyFour$Outbound;
|
|
8451
|
+
}
|
|
8452
|
+
export declare function seventyFourToJSON(seventyFour: SeventyFour): string;
|
|
8453
|
+
export declare function seventyFourFromJSON(jsonString: string): SafeParseResult<SeventyFour, SDKValidationError>;
|
|
8454
|
+
/** @internal */
|
|
8455
|
+
export declare const SeventyThree$inboundSchema: z.ZodType<SeventyThree, z.ZodTypeDef, unknown>;
|
|
8456
|
+
/** @internal */
|
|
8457
|
+
export type SeventyThree$Outbound = {
|
|
8458
|
+
projectName: string;
|
|
8459
|
+
};
|
|
8460
|
+
/** @internal */
|
|
8433
8461
|
export declare const SeventyThree$outboundSchema: z.ZodType<SeventyThree$Outbound, z.ZodTypeDef, SeventyThree>;
|
|
8434
8462
|
/**
|
|
8435
8463
|
* @internal
|
|
@@ -12210,27 +12238,27 @@ export declare namespace PayloadFeatureBlocks$ {
|
|
|
12210
12238
|
export declare function payloadFeatureBlocksToJSON(payloadFeatureBlocks: PayloadFeatureBlocks): string;
|
|
12211
12239
|
export declare function payloadFeatureBlocksFromJSON(jsonString: string): SafeParseResult<PayloadFeatureBlocks, SDKValidationError>;
|
|
12212
12240
|
/** @internal */
|
|
12213
|
-
export declare const
|
|
12241
|
+
export declare const Version$inboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
12214
12242
|
/** @internal */
|
|
12215
|
-
export declare const
|
|
12243
|
+
export declare const Version$outboundSchema: z.ZodNativeEnum<typeof Version>;
|
|
12216
12244
|
/**
|
|
12217
12245
|
* @internal
|
|
12218
12246
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12219
12247
|
*/
|
|
12220
|
-
export declare namespace
|
|
12221
|
-
/** @deprecated use `
|
|
12248
|
+
export declare namespace Version$ {
|
|
12249
|
+
/** @deprecated use `Version$inboundSchema` instead. */
|
|
12222
12250
|
const inboundSchema: z.ZodNativeEnum<{
|
|
12223
12251
|
readonly Northstar: "northstar";
|
|
12224
12252
|
}>;
|
|
12225
|
-
/** @deprecated use `
|
|
12253
|
+
/** @deprecated use `Version$outboundSchema` instead. */
|
|
12226
12254
|
const outboundSchema: z.ZodNativeEnum<{
|
|
12227
12255
|
readonly Northstar: "northstar";
|
|
12228
12256
|
}>;
|
|
12229
12257
|
}
|
|
12230
12258
|
/** @internal */
|
|
12231
|
-
export declare const
|
|
12259
|
+
export declare const NorthstarMigration$inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
12232
12260
|
/** @internal */
|
|
12233
|
-
export type
|
|
12261
|
+
export type NorthstarMigration$Outbound = {
|
|
12234
12262
|
teamId: string;
|
|
12235
12263
|
projects: number;
|
|
12236
12264
|
stores: number;
|
|
@@ -12240,21 +12268,21 @@ export type PayloadNorthstarMigration$Outbound = {
|
|
|
12240
12268
|
endTime: number;
|
|
12241
12269
|
};
|
|
12242
12270
|
/** @internal */
|
|
12243
|
-
export declare const
|
|
12271
|
+
export declare const NorthstarMigration$outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
12244
12272
|
/**
|
|
12245
12273
|
* @internal
|
|
12246
12274
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12247
12275
|
*/
|
|
12248
|
-
export declare namespace
|
|
12249
|
-
/** @deprecated use `
|
|
12250
|
-
const inboundSchema: z.ZodType<
|
|
12251
|
-
/** @deprecated use `
|
|
12252
|
-
const outboundSchema: z.ZodType<
|
|
12253
|
-
/** @deprecated use `
|
|
12254
|
-
type Outbound =
|
|
12276
|
+
export declare namespace NorthstarMigration$ {
|
|
12277
|
+
/** @deprecated use `NorthstarMigration$inboundSchema` instead. */
|
|
12278
|
+
const inboundSchema: z.ZodType<NorthstarMigration, z.ZodTypeDef, unknown>;
|
|
12279
|
+
/** @deprecated use `NorthstarMigration$outboundSchema` instead. */
|
|
12280
|
+
const outboundSchema: z.ZodType<NorthstarMigration$Outbound, z.ZodTypeDef, NorthstarMigration>;
|
|
12281
|
+
/** @deprecated use `NorthstarMigration$Outbound` instead. */
|
|
12282
|
+
type Outbound = NorthstarMigration$Outbound;
|
|
12255
12283
|
}
|
|
12256
|
-
export declare function
|
|
12257
|
-
export declare function
|
|
12284
|
+
export declare function northstarMigrationToJSON(northstarMigration: NorthstarMigration): string;
|
|
12285
|
+
export declare function northstarMigrationFromJSON(jsonString: string): SafeParseResult<NorthstarMigration, SDKValidationError>;
|
|
12258
12286
|
/** @internal */
|
|
12259
12287
|
export declare const Totp$inboundSchema: z.ZodType<Totp, z.ZodTypeDef, unknown>;
|
|
12260
12288
|
/** @internal */
|
|
@@ -12380,7 +12408,7 @@ export type NewOwner$Outbound = {
|
|
|
12380
12408
|
featureBlocks?: PayloadFeatureBlocks$Outbound | undefined;
|
|
12381
12409
|
defaultTeamId?: string | undefined;
|
|
12382
12410
|
version: string;
|
|
12383
|
-
northstarMigration?:
|
|
12411
|
+
northstarMigration?: NorthstarMigration$Outbound | undefined;
|
|
12384
12412
|
opportunityId?: string | undefined;
|
|
12385
12413
|
mfaConfiguration?: MfaConfiguration$Outbound | undefined;
|
|
12386
12414
|
};
|
|
@@ -15106,7 +15134,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
|
|
|
15106
15134
|
/** @internal */
|
|
15107
15135
|
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
15108
15136
|
/** @internal */
|
|
15109
|
-
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound |
|
|
15137
|
+
export type Payload$Outbound = Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | SeventyThree$Outbound | EightyFive$Outbound | NinetyOne$Outbound | NinetySix$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundred$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyEight$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySeven$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightySix$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | OneHundredAndThree$Outbound | OneHundredAndTen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | EightyOne$Outbound | EightySeven$Outbound | EightyEight$Outbound | NinetyTwo$Outbound | NinetyFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFifty$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFive$Outbound | SeventySix$Outbound | NinetySeven$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFiftyOne$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | Eighty$Outbound | OneHundredAndNine$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundredAndOne$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndFiftyTwo$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound;
|
|
15110
15138
|
/** @internal */
|
|
15111
15139
|
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
15112
15140
|
/**
|
|
@@ -15137,7 +15165,7 @@ export type UserEvent$Outbound = {
|
|
|
15137
15165
|
userId: string;
|
|
15138
15166
|
principalId: string;
|
|
15139
15167
|
viaIds?: Array<string> | undefined;
|
|
15140
|
-
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound |
|
|
15168
|
+
payload?: Payload1$Outbound | Three$Outbound | Nine$Outbound | Nineteen$Outbound | TwentyEight$Outbound | ThirtyThree$Outbound | FortyThree$Outbound | SeventyThree$Outbound | EightyFive$Outbound | NinetyOne$Outbound | NinetySix$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundred$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortyEight$Outbound | Four$Outbound | Fourteen$Outbound | Seventeen$Outbound | Eighteen$Outbound | TwentyThree$Outbound | TwentyFive$Outbound | TwentySix$Outbound | TwentySeven$Outbound | ThirtySix$Outbound | FortyOne$Outbound | FortyFive$Outbound | FortyEight$Outbound | FiftyTwo$Outbound | FiftyFive$Outbound | SixtyThree$Outbound | SixtyNine$Outbound | Seventy$Outbound | SeventyOne$Outbound | SeventySeven$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightyFour$Outbound | EightySix$Outbound | EightyNine$Outbound | Ninety$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | OneHundredAndThree$Outbound | OneHundredAndTen$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFortySeven$Outbound | Five$Outbound | Eight$Outbound | Ten$Outbound | Twelve$Outbound | Thirteen$Outbound | TwentyOne$Outbound | TwentyTwo$Outbound | TwentyFour$Outbound | ThirtyOne$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortyFour$Outbound | FortySeven$Outbound | FortyNine$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyThree$Outbound | FiftyFour$Outbound | FiftyEight$Outbound | Sixty$Outbound | SixtyOne$Outbound | SeventyTwo$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | EightyOne$Outbound | EightySeven$Outbound | EightyEight$Outbound | NinetyTwo$Outbound | NinetyFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndEleven$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyNine$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFifty$Outbound | Payload2$Outbound | Six$Outbound | Eleven$Outbound | Fifteen$Outbound | Sixteen$Outbound | Twenty$Outbound | TwentyNine$Outbound | FortySix$Outbound | SeventyFive$Outbound | SeventySix$Outbound | NinetySeven$Outbound | OneHundredAndFive$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndFiftyOne$Outbound | Thirty$Outbound | FortyTwo$Outbound | FiftyNine$Outbound | SixtySix$Outbound | Eighty$Outbound | OneHundredAndNine$Outbound | Forty$Outbound | SixtyTwo$Outbound | SixtyFive$Outbound | OneHundredAndOne$Outbound | OneHundredAndSeven$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndFiftyTwo$Outbound | SixtyFour$Outbound | SixtySeven$Outbound | SeventyFour$Outbound | OneHundredAndSix$Outbound | OneHundredAndTwentyFour$Outbound | FiftySix$Outbound | Seven$Outbound | ThirtySeven$Outbound | SixtyEight$Outbound | FiftySeven$Outbound | undefined;
|
|
15141
15169
|
};
|
|
15142
15170
|
/** @internal */
|
|
15143
15171
|
export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;
|