@vercel/sdk 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/bin/mcp-server.js +1163 -2379
- package/bin/mcp-server.js.map +23 -38
- package/docs/sdks/integrations/README.md +0 -161
- package/docs/sdks/logdrains/README.md +0 -260
- package/esm/__tests__/integrations.test.js +5 -40
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +7 -89
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +1 -14
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/projectsCreateProject.js +2 -2
- package/esm/funcs/projectsCreateProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/matchers.d.ts +3 -1
- package/esm/lib/matchers.d.ts.map +1 -1
- package/esm/lib/matchers.js +10 -0
- package/esm/lib/matchers.js.map +1 -1
- package/esm/lib/sdks.js +7 -2
- package/esm/lib/sdks.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +1 -11
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/authuser.d.ts +41 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +29 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -3
- package/esm/models/canceldeploymentop.js +1 -1
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +51 -51
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +74 -75
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +46 -16
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +17 -5
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/exchangessotokenop.d.ts +34 -0
- package/esm/models/exchangessotokenop.d.ts.map +1 -1
- package/esm/models/exchangessotokenop.js +25 -0
- package/esm/models/exchangessotokenop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +19 -16
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +25 -27
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getcustomenvironmentop.d.ts +3 -0
- package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
- package/esm/models/getcustomenvironmentop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +14 -13
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +46 -16
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +17 -5
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +9 -9
- package/esm/models/getteammembersop.js +3 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
- package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
- package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +46 -16
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +17 -5
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +46 -16
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +17 -5
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +569 -512
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +703 -645
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +0 -16
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +0 -20
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/logdrains.d.ts +0 -24
- package/esm/sdk/logdrains.d.ts.map +1 -1
- package/esm/sdk/logdrains.js +0 -30
- package/esm/sdk/logdrains.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integrations.test.ts +9 -44
- package/src/__tests__/logdrains.test.ts +13 -95
- package/src/__tests__/security.test.ts +1 -14
- package/src/funcs/projectsCreateProject.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -11
- package/src/models/authuser.ts +74 -0
- package/src/models/canceldeploymentop.ts +1 -1
- package/src/models/createlogdrainop.ts +95 -112
- package/src/models/createprojectop.ts +42 -6
- package/src/models/exchangessotokenop.ts +44 -0
- package/src/models/getconfigurationsop.ts +34 -39
- package/src/models/getcustomenvironmentop.ts +3 -0
- package/src/models/getintegrationlogdrainsop.ts +15 -20
- package/src/models/getprojectsop.ts +42 -6
- package/src/models/getteammembersop.ts +3 -3
- package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
- package/src/models/updateprojectdatacacheop.ts +42 -6
- package/src/models/updateprojectop.ts +42 -6
- package/src/models/userevent.ts +1328 -1193
- package/src/sdk/integrations.ts +0 -44
- package/src/sdk/logdrains.ts +0 -66
- package/vercel-spec.json +341 -1272
- package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
- package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/funcs/integrationsGitNamespaces.js +0 -86
- package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
- package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
- package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/funcs/integrationsSearchRepo.js +0 -89
- package/esm/funcs/integrationsSearchRepo.js.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
- package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
- package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetAllLogDrains.js +0 -88
- package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
- package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js +0 -92
- package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
- package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
- package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
- package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
- package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
- package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
- package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
- package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/createconfigurablelogdrainop.js +0 -348
- package/esm/models/createconfigurablelogdrainop.js.map +0 -1
- package/esm/models/getalllogdrainsop.d.ts +0 -294
- package/esm/models/getalllogdrainsop.d.ts.map +0 -1
- package/esm/models/getalllogdrainsop.js +0 -231
- package/esm/models/getalllogdrainsop.js.map +0 -1
- package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
- package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
- package/esm/models/getconfigurablelogdrainop.js +0 -230
- package/esm/models/getconfigurablelogdrainop.js.map +0 -1
- package/esm/models/gitnamespacesop.d.ts +0 -126
- package/esm/models/gitnamespacesop.d.ts.map +0 -1
- package/esm/models/gitnamespacesop.js +0 -115
- package/esm/models/gitnamespacesop.js.map +0 -1
- package/esm/models/searchrepoop.d.ts +0 -421
- package/esm/models/searchrepoop.d.ts.map +0 -1
- package/esm/models/searchrepoop.js +0 -385
- package/esm/models/searchrepoop.js.map +0 -1
- package/src/funcs/integrationsGitNamespaces.ts +0 -185
- package/src/funcs/integrationsSearchRepo.ts +0 -181
- package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
- package/src/funcs/logDrainsGetAllLogDrains.ts +0 -187
- package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
- package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
- package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
- package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
- package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
- package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
- package/src/models/createconfigurablelogdrainop.ts +0 -652
- package/src/models/getalllogdrainsop.ts +0 -416
- package/src/models/getconfigurablelogdrainop.ts +0 -420
- package/src/models/gitnamespacesop.ts +0 -235
- package/src/models/searchrepoop.ts +0 -784
package/src/models/userevent.ts
CHANGED
|
@@ -95,7 +95,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
95
95
|
/**
|
|
96
96
|
* The payload of the event, if requested.
|
|
97
97
|
*/
|
|
98
|
-
export type
|
|
98
|
+
export type OneHundredAndFortyEight = {
|
|
99
99
|
grantType: GrantType;
|
|
100
100
|
appName: string;
|
|
101
101
|
/**
|
|
@@ -110,12 +110,12 @@ export type OneHundredAndFortySeven = {
|
|
|
110
110
|
authMethod: AuthMethod;
|
|
111
111
|
};
|
|
112
112
|
|
|
113
|
-
export type
|
|
113
|
+
export type UserEventPayload147Team = {
|
|
114
114
|
id: string;
|
|
115
115
|
name: string;
|
|
116
116
|
};
|
|
117
117
|
|
|
118
|
-
export type
|
|
118
|
+
export type UserEventPayload147Configuration = {
|
|
119
119
|
id: string;
|
|
120
120
|
name?: string | undefined;
|
|
121
121
|
};
|
|
@@ -128,19 +128,19 @@ export type UserEventPayloadPeering = {
|
|
|
128
128
|
/**
|
|
129
129
|
* The payload of the event, if requested.
|
|
130
130
|
*/
|
|
131
|
-
export type
|
|
132
|
-
team:
|
|
133
|
-
configuration:
|
|
131
|
+
export type OneHundredAndFortySeven = {
|
|
132
|
+
team: UserEventPayload147Team;
|
|
133
|
+
configuration: UserEventPayload147Configuration;
|
|
134
134
|
peering: UserEventPayloadPeering;
|
|
135
135
|
newName?: string | undefined;
|
|
136
136
|
};
|
|
137
137
|
|
|
138
|
-
export type
|
|
138
|
+
export type UserEventPayload146Team = {
|
|
139
139
|
id: string;
|
|
140
140
|
name: string;
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
export type
|
|
143
|
+
export type UserEventPayload146Configuration = {
|
|
144
144
|
id: string;
|
|
145
145
|
name?: string | undefined;
|
|
146
146
|
};
|
|
@@ -153,18 +153,18 @@ export type PayloadPeering = {
|
|
|
153
153
|
/**
|
|
154
154
|
* The payload of the event, if requested.
|
|
155
155
|
*/
|
|
156
|
-
export type
|
|
157
|
-
team:
|
|
158
|
-
configuration:
|
|
156
|
+
export type OneHundredAndFortySix = {
|
|
157
|
+
team: UserEventPayload146Team;
|
|
158
|
+
configuration: UserEventPayload146Configuration;
|
|
159
159
|
peering: PayloadPeering;
|
|
160
160
|
};
|
|
161
161
|
|
|
162
|
-
export type
|
|
162
|
+
export type UserEventPayload145Team = {
|
|
163
163
|
id: string;
|
|
164
164
|
name: string;
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
export type
|
|
167
|
+
export type UserEventPayload145Configuration = {
|
|
168
168
|
id: string;
|
|
169
169
|
name?: string | undefined;
|
|
170
170
|
};
|
|
@@ -179,23 +179,23 @@ export type Peering = {
|
|
|
179
179
|
/**
|
|
180
180
|
* The payload of the event, if requested.
|
|
181
181
|
*/
|
|
182
|
-
export type
|
|
183
|
-
team:
|
|
184
|
-
configuration:
|
|
182
|
+
export type OneHundredAndFortyFive = {
|
|
183
|
+
team: UserEventPayload145Team;
|
|
184
|
+
configuration: UserEventPayload145Configuration;
|
|
185
185
|
peering: Peering;
|
|
186
186
|
};
|
|
187
187
|
|
|
188
188
|
/**
|
|
189
189
|
* The payload of the event, if requested.
|
|
190
190
|
*/
|
|
191
|
-
export type
|
|
191
|
+
export type OneHundredAndFortyFour = {
|
|
192
192
|
appName: string;
|
|
193
193
|
};
|
|
194
194
|
|
|
195
195
|
/**
|
|
196
196
|
* The payload of the event, if requested.
|
|
197
197
|
*/
|
|
198
|
-
export type
|
|
198
|
+
export type OneHundredAndFortyThree = {
|
|
199
199
|
appName: string;
|
|
200
200
|
nextScopes: Array<string>;
|
|
201
201
|
};
|
|
@@ -203,7 +203,7 @@ export type OneHundredAndFortyTwo = {
|
|
|
203
203
|
/**
|
|
204
204
|
* The payload of the event, if requested.
|
|
205
205
|
*/
|
|
206
|
-
export type
|
|
206
|
+
export type OneHundredAndFortyTwo = {
|
|
207
207
|
appName: string;
|
|
208
208
|
scopes: Array<string>;
|
|
209
209
|
};
|
|
@@ -211,7 +211,7 @@ export type OneHundredAndFortyOne = {
|
|
|
211
211
|
/**
|
|
212
212
|
* The payload of the event, if requested.
|
|
213
213
|
*/
|
|
214
|
-
export type
|
|
214
|
+
export type OneHundredAndFortyOne = {
|
|
215
215
|
oldName: string;
|
|
216
216
|
newName: string;
|
|
217
217
|
};
|
|
@@ -225,7 +225,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
225
225
|
/**
|
|
226
226
|
* The payload of the event, if requested.
|
|
227
227
|
*/
|
|
228
|
-
export type
|
|
228
|
+
export type OneHundredAndForty = {
|
|
229
229
|
tier: Tier;
|
|
230
230
|
};
|
|
231
231
|
|
|
@@ -248,7 +248,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
248
248
|
/**
|
|
249
249
|
* The payload of the event, if requested.
|
|
250
250
|
*/
|
|
251
|
-
export type
|
|
251
|
+
export type OneHundredAndThirtyNine = {
|
|
252
252
|
projectId: string;
|
|
253
253
|
projectName: string;
|
|
254
254
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -279,7 +279,7 @@ export type Microfrontends1 = {
|
|
|
279
279
|
*/
|
|
280
280
|
isDefaultApp?: boolean | undefined;
|
|
281
281
|
/**
|
|
282
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
282
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
283
283
|
*/
|
|
284
284
|
defaultRoute?: string | undefined;
|
|
285
285
|
/**
|
|
@@ -290,7 +290,7 @@ export type Microfrontends1 = {
|
|
|
290
290
|
|
|
291
291
|
export type Microfrontends = Microfrontends2 | Microfrontends1;
|
|
292
292
|
|
|
293
|
-
export type
|
|
293
|
+
export type UserEventPayload138Project = {
|
|
294
294
|
id: string;
|
|
295
295
|
name: string;
|
|
296
296
|
microfrontends?: Microfrontends2 | Microfrontends1 | undefined;
|
|
@@ -320,7 +320,7 @@ export type UserEventMicrofrontends1 = {
|
|
|
320
320
|
*/
|
|
321
321
|
isDefaultApp?: boolean | undefined;
|
|
322
322
|
/**
|
|
323
|
-
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
|
|
323
|
+
* A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
|
|
324
324
|
*/
|
|
325
325
|
defaultRoute?: string | undefined;
|
|
326
326
|
/**
|
|
@@ -333,7 +333,7 @@ export type PayloadMicrofrontends =
|
|
|
333
333
|
| UserEventMicrofrontends2
|
|
334
334
|
| UserEventMicrofrontends1;
|
|
335
335
|
|
|
336
|
-
export type
|
|
336
|
+
export type UserEventPayload138PrevProject = {
|
|
337
337
|
microfrontends?:
|
|
338
338
|
| UserEventMicrofrontends2
|
|
339
339
|
| UserEventMicrofrontends1
|
|
@@ -341,7 +341,7 @@ export type UserEventPayload137PrevProject = {
|
|
|
341
341
|
};
|
|
342
342
|
|
|
343
343
|
export type PayloadPrev = {
|
|
344
|
-
project:
|
|
344
|
+
project: UserEventPayload138PrevProject;
|
|
345
345
|
};
|
|
346
346
|
|
|
347
347
|
export type PayloadGroup = {
|
|
@@ -353,13 +353,13 @@ export type PayloadGroup = {
|
|
|
353
353
|
/**
|
|
354
354
|
* The payload of the event, if requested.
|
|
355
355
|
*/
|
|
356
|
-
export type
|
|
357
|
-
project:
|
|
356
|
+
export type OneHundredAndThirtyEight = {
|
|
357
|
+
project: UserEventPayload138Project;
|
|
358
358
|
prev: PayloadPrev;
|
|
359
359
|
group: PayloadGroup;
|
|
360
360
|
};
|
|
361
361
|
|
|
362
|
-
export type
|
|
362
|
+
export type UserEventPayload137Project = {
|
|
363
363
|
id: string;
|
|
364
364
|
name: string;
|
|
365
365
|
};
|
|
@@ -373,8 +373,8 @@ export type Group = {
|
|
|
373
373
|
/**
|
|
374
374
|
* The payload of the event, if requested.
|
|
375
375
|
*/
|
|
376
|
-
export type
|
|
377
|
-
project:
|
|
376
|
+
export type OneHundredAndThirtySeven = {
|
|
377
|
+
project: UserEventPayload137Project;
|
|
378
378
|
group: Group;
|
|
379
379
|
};
|
|
380
380
|
|
|
@@ -386,7 +386,7 @@ export type Prev = {
|
|
|
386
386
|
/**
|
|
387
387
|
* The payload of the event, if requested.
|
|
388
388
|
*/
|
|
389
|
-
export type
|
|
389
|
+
export type OneHundredAndThirtySix = {
|
|
390
390
|
id: string;
|
|
391
391
|
slug: string;
|
|
392
392
|
name: string;
|
|
@@ -396,7 +396,7 @@ export type OneHundredAndThirtyFive = {
|
|
|
396
396
|
/**
|
|
397
397
|
* The payload of the event, if requested.
|
|
398
398
|
*/
|
|
399
|
-
export type
|
|
399
|
+
export type OneHundredAndThirtyFive = {
|
|
400
400
|
id: string;
|
|
401
401
|
slug: string;
|
|
402
402
|
name: string;
|
|
@@ -405,7 +405,7 @@ export type OneHundredAndThirtyFour = {
|
|
|
405
405
|
/**
|
|
406
406
|
* The payload of the event, if requested.
|
|
407
407
|
*/
|
|
408
|
-
export type
|
|
408
|
+
export type OneHundredAndThirtyFour = {
|
|
409
409
|
edgeConfigId: string;
|
|
410
410
|
edgeConfigSlug: string;
|
|
411
411
|
/**
|
|
@@ -417,7 +417,7 @@ export type OneHundredAndThirtyThree = {
|
|
|
417
417
|
/**
|
|
418
418
|
* The payload of the event, if requested.
|
|
419
419
|
*/
|
|
420
|
-
export type
|
|
420
|
+
export type OneHundredAndThirtyThree = {
|
|
421
421
|
edgeConfigId: string;
|
|
422
422
|
edgeConfigSlug: string;
|
|
423
423
|
edgeConfigTokenId: string;
|
|
@@ -427,24 +427,24 @@ export type OneHundredAndThirtyTwo = {
|
|
|
427
427
|
/**
|
|
428
428
|
* The payload of the event, if requested.
|
|
429
429
|
*/
|
|
430
|
-
export type
|
|
430
|
+
export type OneHundredAndThirtyTwo = {
|
|
431
431
|
edgeConfigId: string;
|
|
432
432
|
edgeConfigSlug: string;
|
|
433
433
|
edgeConfigDigest: string;
|
|
434
434
|
};
|
|
435
435
|
|
|
436
|
-
export const
|
|
436
|
+
export const UserEventPayload131Role = {
|
|
437
437
|
Admin: "ADMIN",
|
|
438
438
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
439
439
|
ProjectViewer: "PROJECT_VIEWER",
|
|
440
440
|
} as const;
|
|
441
|
-
export type
|
|
442
|
-
typeof
|
|
441
|
+
export type UserEventPayload131Role = ClosedEnum<
|
|
442
|
+
typeof UserEventPayload131Role
|
|
443
443
|
>;
|
|
444
444
|
|
|
445
|
-
export type
|
|
445
|
+
export type UserEventPayload131Project = {
|
|
446
446
|
name: string;
|
|
447
|
-
role:
|
|
447
|
+
role: UserEventPayload131Role;
|
|
448
448
|
invitedUserName: string;
|
|
449
449
|
id?: string | undefined;
|
|
450
450
|
invitedUserId?: string | undefined;
|
|
@@ -453,22 +453,22 @@ export type UserEventPayload130Project = {
|
|
|
453
453
|
/**
|
|
454
454
|
* The payload of the event, if requested.
|
|
455
455
|
*/
|
|
456
|
-
export type
|
|
457
|
-
project:
|
|
456
|
+
export type OneHundredAndThirtyOne = {
|
|
457
|
+
project: UserEventPayload131Project;
|
|
458
458
|
};
|
|
459
459
|
|
|
460
|
-
export type
|
|
460
|
+
export type UserEventPayload130Project = {
|
|
461
461
|
id: string;
|
|
462
462
|
name: string;
|
|
463
463
|
};
|
|
464
464
|
|
|
465
|
-
export const
|
|
465
|
+
export const UserEventPayload130Role = {
|
|
466
466
|
Admin: "ADMIN",
|
|
467
467
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
468
468
|
ProjectViewer: "PROJECT_VIEWER",
|
|
469
469
|
} as const;
|
|
470
|
-
export type
|
|
471
|
-
typeof
|
|
470
|
+
export type UserEventPayload130Role = ClosedEnum<
|
|
471
|
+
typeof UserEventPayload130Role
|
|
472
472
|
>;
|
|
473
473
|
|
|
474
474
|
export const PreviousRole = {
|
|
@@ -479,7 +479,7 @@ export const PreviousRole = {
|
|
|
479
479
|
export type PreviousRole = ClosedEnum<typeof PreviousRole>;
|
|
480
480
|
|
|
481
481
|
export type PayloadProjectMembership = {
|
|
482
|
-
role?:
|
|
482
|
+
role?: UserEventPayload130Role | undefined;
|
|
483
483
|
uid?: string | undefined;
|
|
484
484
|
createdAt?: number | undefined;
|
|
485
485
|
username?: string | undefined;
|
|
@@ -489,12 +489,12 @@ export type PayloadProjectMembership = {
|
|
|
489
489
|
/**
|
|
490
490
|
* The payload of the event, if requested.
|
|
491
491
|
*/
|
|
492
|
-
export type
|
|
493
|
-
project:
|
|
492
|
+
export type OneHundredAndThirty = {
|
|
493
|
+
project: UserEventPayload130Project;
|
|
494
494
|
projectMembership: PayloadProjectMembership;
|
|
495
495
|
};
|
|
496
496
|
|
|
497
|
-
export type
|
|
497
|
+
export type UserEventPayload129Project = {
|
|
498
498
|
name: string;
|
|
499
499
|
id?: string | undefined;
|
|
500
500
|
};
|
|
@@ -516,12 +516,12 @@ export type RemovedMembership = {
|
|
|
516
516
|
/**
|
|
517
517
|
* The payload of the event, if requested.
|
|
518
518
|
*/
|
|
519
|
-
export type
|
|
520
|
-
project:
|
|
519
|
+
export type OneHundredAndTwentyNine = {
|
|
520
|
+
project: UserEventPayload129Project;
|
|
521
521
|
removedMembership: RemovedMembership;
|
|
522
522
|
};
|
|
523
523
|
|
|
524
|
-
export type
|
|
524
|
+
export type UserEventPayload128Project = {
|
|
525
525
|
name: string;
|
|
526
526
|
id?: string | undefined;
|
|
527
527
|
};
|
|
@@ -543,15 +543,15 @@ export type ProjectMembership = {
|
|
|
543
543
|
/**
|
|
544
544
|
* The payload of the event, if requested.
|
|
545
545
|
*/
|
|
546
|
-
export type
|
|
547
|
-
project:
|
|
546
|
+
export type OneHundredAndTwentyEight = {
|
|
547
|
+
project: UserEventPayload128Project;
|
|
548
548
|
projectMembership: ProjectMembership | null;
|
|
549
549
|
};
|
|
550
550
|
|
|
551
551
|
/**
|
|
552
552
|
* The payload of the event, if requested.
|
|
553
553
|
*/
|
|
554
|
-
export type
|
|
554
|
+
export type OneHundredAndTwentySeven = {
|
|
555
555
|
previousProjectName: string;
|
|
556
556
|
newProjectName: string;
|
|
557
557
|
originAccountName: string;
|
|
@@ -561,7 +561,7 @@ export type OneHundredAndTwentySix = {
|
|
|
561
561
|
/**
|
|
562
562
|
* The payload of the event, if requested.
|
|
563
563
|
*/
|
|
564
|
-
export type
|
|
564
|
+
export type OneHundredAndTwentySix = {
|
|
565
565
|
previousProjectName: string;
|
|
566
566
|
newProjectName: string;
|
|
567
567
|
destinationAccountName: string;
|
|
@@ -571,7 +571,7 @@ export type OneHundredAndTwentyFive = {
|
|
|
571
571
|
/**
|
|
572
572
|
* The payload of the event, if requested.
|
|
573
573
|
*/
|
|
574
|
-
export type
|
|
574
|
+
export type OneHundredAndTwentyFive = {
|
|
575
575
|
projectName: string;
|
|
576
576
|
destinationAccountName: string | null;
|
|
577
577
|
transferId?: string | undefined;
|
|
@@ -580,7 +580,7 @@ export type OneHundredAndTwentyFour = {
|
|
|
580
580
|
/**
|
|
581
581
|
* The payload of the event, if requested.
|
|
582
582
|
*/
|
|
583
|
-
export type
|
|
583
|
+
export type OneHundredAndTwentyFour = {
|
|
584
584
|
projectId: string;
|
|
585
585
|
projectName: string;
|
|
586
586
|
originAccountName: string;
|
|
@@ -592,7 +592,7 @@ export type OneHundredAndTwentyThree = {
|
|
|
592
592
|
/**
|
|
593
593
|
* The payload of the event, if requested.
|
|
594
594
|
*/
|
|
595
|
-
export type
|
|
595
|
+
export type OneHundredAndTwentyThree = {
|
|
596
596
|
requestedTeamName: string;
|
|
597
597
|
requestedUserName?: string | undefined;
|
|
598
598
|
gitUsername?: string | undefined;
|
|
@@ -604,7 +604,7 @@ export type OneHundredAndTwentyTwo = {
|
|
|
604
604
|
/**
|
|
605
605
|
* The payload of the event, if requested.
|
|
606
606
|
*/
|
|
607
|
-
export type
|
|
607
|
+
export type OneHundredAndTwentyTwo = {
|
|
608
608
|
teamName: string;
|
|
609
609
|
username?: string | undefined;
|
|
610
610
|
gitUsername?: string | null | undefined;
|
|
@@ -616,7 +616,7 @@ export type OneHundredAndTwentyOne = {
|
|
|
616
616
|
/**
|
|
617
617
|
* The payload of the event, if requested.
|
|
618
618
|
*/
|
|
619
|
-
export type
|
|
619
|
+
export type OneHundredAndTwentyOne = {
|
|
620
620
|
teamName: string;
|
|
621
621
|
username?: string | undefined;
|
|
622
622
|
gitUsername?: string | undefined;
|
|
@@ -630,7 +630,7 @@ export type OneHundredAndTwenty = {
|
|
|
630
630
|
/**
|
|
631
631
|
* The payload of the event, if requested.
|
|
632
632
|
*/
|
|
633
|
-
export type
|
|
633
|
+
export type OneHundredAndTwenty = {
|
|
634
634
|
price?: number | undefined;
|
|
635
635
|
currency?: string | undefined;
|
|
636
636
|
};
|
|
@@ -638,7 +638,7 @@ export type OneHundredAndNineteen = {
|
|
|
638
638
|
/**
|
|
639
639
|
* The payload of the event, if requested.
|
|
640
640
|
*/
|
|
641
|
-
export type
|
|
641
|
+
export type OneHundredAndNineteen = {
|
|
642
642
|
previewDeploymentSuffix?: string | null | undefined;
|
|
643
643
|
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
644
644
|
};
|
|
@@ -646,7 +646,7 @@ export type OneHundredAndEighteen = {
|
|
|
646
646
|
/**
|
|
647
647
|
* The payload of the event, if requested.
|
|
648
648
|
*/
|
|
649
|
-
export type
|
|
649
|
+
export type OneHundredAndEighteen = {
|
|
650
650
|
price?: number | undefined;
|
|
651
651
|
currency?: string | undefined;
|
|
652
652
|
enabled?: boolean | undefined;
|
|
@@ -655,14 +655,14 @@ export type OneHundredAndSeventeen = {
|
|
|
655
655
|
/**
|
|
656
656
|
* The payload of the event, if requested.
|
|
657
657
|
*/
|
|
658
|
-
export type
|
|
658
|
+
export type OneHundredAndSeventeen = {
|
|
659
659
|
username: string;
|
|
660
660
|
};
|
|
661
661
|
|
|
662
662
|
/**
|
|
663
663
|
* The payload of the event, if requested.
|
|
664
664
|
*/
|
|
665
|
-
export type
|
|
665
|
+
export type OneHundredAndSixteen = {
|
|
666
666
|
email: string;
|
|
667
667
|
prevEmail: string;
|
|
668
668
|
};
|
|
@@ -670,14 +670,14 @@ export type OneHundredAndFifteen = {
|
|
|
670
670
|
/**
|
|
671
671
|
* The payload of the event, if requested.
|
|
672
672
|
*/
|
|
673
|
-
export type
|
|
673
|
+
export type OneHundredAndFifteen = {
|
|
674
674
|
mfaEnabled: boolean;
|
|
675
675
|
};
|
|
676
676
|
|
|
677
677
|
/**
|
|
678
678
|
* The payload of the event, if requested.
|
|
679
679
|
*/
|
|
680
|
-
export type
|
|
680
|
+
export type OneHundredAndFourteen = {
|
|
681
681
|
enabled: boolean;
|
|
682
682
|
totpVerified: boolean;
|
|
683
683
|
};
|
|
@@ -695,7 +695,7 @@ export type Next = {
|
|
|
695
695
|
/**
|
|
696
696
|
* The payload of the event, if requested.
|
|
697
697
|
*/
|
|
698
|
-
export type
|
|
698
|
+
export type OneHundredAndThirteen = {
|
|
699
699
|
previous: Previous;
|
|
700
700
|
next: Next;
|
|
701
701
|
};
|
|
@@ -710,7 +710,7 @@ export type PayloadRemoteCaching = {
|
|
|
710
710
|
/**
|
|
711
711
|
* The payload of the event, if requested.
|
|
712
712
|
*/
|
|
713
|
-
export type
|
|
713
|
+
export type OneHundredAndTwelve = {
|
|
714
714
|
/**
|
|
715
715
|
* Represents configuration for remote caching
|
|
716
716
|
*/
|
|
@@ -720,17 +720,24 @@ export type OneHundredAndEleven = {
|
|
|
720
720
|
/**
|
|
721
721
|
* The payload of the event, if requested.
|
|
722
722
|
*/
|
|
723
|
-
export type
|
|
723
|
+
export type OneHundredAndEleven = {
|
|
724
724
|
slug?: string | undefined;
|
|
725
725
|
};
|
|
726
726
|
|
|
727
727
|
/**
|
|
728
728
|
* The payload of the event, if requested.
|
|
729
729
|
*/
|
|
730
|
-
export type
|
|
730
|
+
export type OneHundredAndTen = {
|
|
731
731
|
name?: string | undefined;
|
|
732
732
|
};
|
|
733
733
|
|
|
734
|
+
/**
|
|
735
|
+
* The payload of the event, if requested.
|
|
736
|
+
*/
|
|
737
|
+
export type OneHundredAndNine = {
|
|
738
|
+
enforced: boolean;
|
|
739
|
+
};
|
|
740
|
+
|
|
734
741
|
export type UserEventPayload108User = {
|
|
735
742
|
id: string;
|
|
736
743
|
username: string;
|
|
@@ -1864,6 +1871,11 @@ export type PayloadBuildEntitlements = {
|
|
|
1864
1871
|
enhancedBuilds?: boolean | undefined;
|
|
1865
1872
|
};
|
|
1866
1873
|
|
|
1874
|
+
export type PayloadBuildMachine = {
|
|
1875
|
+
cores?: number | undefined;
|
|
1876
|
+
memory?: number | undefined;
|
|
1877
|
+
};
|
|
1878
|
+
|
|
1867
1879
|
export type PayloadResourceConfig = {
|
|
1868
1880
|
nodeType?: string | undefined;
|
|
1869
1881
|
concurrentBuilds?: number | undefined;
|
|
@@ -1888,6 +1900,7 @@ export type PayloadResourceConfig = {
|
|
|
1888
1900
|
microfrontendProjectsPerGroup?: number | undefined;
|
|
1889
1901
|
flagsExplorerOverridesThreshold?: number | undefined;
|
|
1890
1902
|
flagsExplorerUnlimitedOverrides?: boolean | undefined;
|
|
1903
|
+
buildMachine?: PayloadBuildMachine | undefined;
|
|
1891
1904
|
};
|
|
1892
1905
|
|
|
1893
1906
|
export type ResourceLimits = {
|
|
@@ -4053,11 +4066,12 @@ export type Payload =
|
|
|
4053
4066
|
| OneHundredAndNine
|
|
4054
4067
|
| OneHundredAndTen
|
|
4055
4068
|
| OneHundredAndEleven
|
|
4056
|
-
|
|
|
4057
|
-
|
|
|
4058
|
-
|
|
|
4059
|
-
|
|
|
4060
|
-
|
|
|
4069
|
+
| OneHundredAndTwelve
|
|
4070
|
+
| OneHundredAndFifteen
|
|
4071
|
+
| OneHundredAndSeventeen
|
|
4072
|
+
| OneHundredAndThirtyOne
|
|
4073
|
+
| OneHundredAndForty
|
|
4074
|
+
| OneHundredAndFortyFour
|
|
4061
4075
|
| Four
|
|
4062
4076
|
| Fourteen
|
|
4063
4077
|
| Seventeen
|
|
@@ -4086,18 +4100,18 @@ export type Payload =
|
|
|
4086
4100
|
| NinetyOne
|
|
4087
4101
|
| OneHundred
|
|
4088
4102
|
| OneHundredAndSeven
|
|
4089
|
-
| OneHundredAndTwelve
|
|
4090
4103
|
| OneHundredAndThirteen
|
|
4091
|
-
|
|
|
4092
|
-
|
|
|
4104
|
+
| OneHundredAndFourteen
|
|
4105
|
+
| OneHundredAndSixteen
|
|
4093
4106
|
| OneHundredAndNineteen
|
|
4094
|
-
|
|
|
4107
|
+
| OneHundredAndTwenty
|
|
4095
4108
|
| OneHundredAndTwentyEight
|
|
4096
4109
|
| OneHundredAndTwentyNine
|
|
4097
|
-
|
|
|
4098
|
-
|
|
|
4110
|
+
| OneHundredAndThirty
|
|
4111
|
+
| OneHundredAndThirtySeven
|
|
4099
4112
|
| OneHundredAndFortyOne
|
|
4100
4113
|
| OneHundredAndFortyTwo
|
|
4114
|
+
| OneHundredAndFortyThree
|
|
4101
4115
|
| Five
|
|
4102
4116
|
| Eight
|
|
4103
4117
|
| Ten
|
|
@@ -4131,14 +4145,14 @@ export type Payload =
|
|
|
4131
4145
|
| NinetyTwo
|
|
4132
4146
|
| OneHundredAndFive
|
|
4133
4147
|
| OneHundredAndEight
|
|
4134
|
-
|
|
|
4135
|
-
|
|
|
4136
|
-
|
|
|
4137
|
-
| OneHundredAndThirtyThree
|
|
4148
|
+
| OneHundredAndEighteen
|
|
4149
|
+
| OneHundredAndTwentyFive
|
|
4150
|
+
| OneHundredAndThirtyTwo
|
|
4138
4151
|
| OneHundredAndThirtyFour
|
|
4139
|
-
|
|
|
4140
|
-
|
|
|
4152
|
+
| OneHundredAndThirtyFive
|
|
4153
|
+
| OneHundredAndThirtyEight
|
|
4141
4154
|
| OneHundredAndFortyFive
|
|
4155
|
+
| OneHundredAndFortySix
|
|
4142
4156
|
| Two
|
|
4143
4157
|
| Six
|
|
4144
4158
|
| Eleven
|
|
@@ -4151,12 +4165,12 @@ export type Payload =
|
|
|
4151
4165
|
| SeventyFive
|
|
4152
4166
|
| NinetyFour
|
|
4153
4167
|
| OneHundredAndTwo
|
|
4154
|
-
| OneHundredAndTwentyFive
|
|
4155
4168
|
| OneHundredAndTwentySix
|
|
4156
|
-
|
|
|
4157
|
-
|
|
|
4158
|
-
|
|
|
4159
|
-
|
|
|
4169
|
+
| OneHundredAndTwentySeven
|
|
4170
|
+
| OneHundredAndThirtyThree
|
|
4171
|
+
| OneHundredAndThirtySix
|
|
4172
|
+
| OneHundredAndThirtyNine
|
|
4173
|
+
| OneHundredAndFortySeven
|
|
4160
4174
|
| Thirty
|
|
4161
4175
|
| FortyTwo
|
|
4162
4176
|
| FiftyNine
|
|
@@ -4168,15 +4182,15 @@ export type Payload =
|
|
|
4168
4182
|
| SixtyFive
|
|
4169
4183
|
| NinetyEight
|
|
4170
4184
|
| OneHundredAndFour
|
|
4171
|
-
| OneHundredAndTwentyOne
|
|
4172
4185
|
| OneHundredAndTwentyTwo
|
|
4173
4186
|
| OneHundredAndTwentyThree
|
|
4174
|
-
|
|
|
4187
|
+
| OneHundredAndTwentyFour
|
|
4188
|
+
| OneHundredAndFortyEight
|
|
4175
4189
|
| SixtyFour
|
|
4176
4190
|
| SixtySeven
|
|
4177
4191
|
| SeventyThree
|
|
4178
4192
|
| OneHundredAndThree
|
|
4179
|
-
|
|
|
4193
|
+
| OneHundredAndTwentyOne
|
|
4180
4194
|
| FiftySix
|
|
4181
4195
|
| SixtyEight
|
|
4182
4196
|
| Seven
|
|
@@ -4230,11 +4244,12 @@ export type UserEvent = {
|
|
|
4230
4244
|
| OneHundredAndNine
|
|
4231
4245
|
| OneHundredAndTen
|
|
4232
4246
|
| OneHundredAndEleven
|
|
4233
|
-
|
|
|
4234
|
-
|
|
|
4235
|
-
|
|
|
4236
|
-
|
|
|
4237
|
-
|
|
|
4247
|
+
| OneHundredAndTwelve
|
|
4248
|
+
| OneHundredAndFifteen
|
|
4249
|
+
| OneHundredAndSeventeen
|
|
4250
|
+
| OneHundredAndThirtyOne
|
|
4251
|
+
| OneHundredAndForty
|
|
4252
|
+
| OneHundredAndFortyFour
|
|
4238
4253
|
| Four
|
|
4239
4254
|
| Fourteen
|
|
4240
4255
|
| Seventeen
|
|
@@ -4263,18 +4278,18 @@ export type UserEvent = {
|
|
|
4263
4278
|
| NinetyOne
|
|
4264
4279
|
| OneHundred
|
|
4265
4280
|
| OneHundredAndSeven
|
|
4266
|
-
| OneHundredAndTwelve
|
|
4267
4281
|
| OneHundredAndThirteen
|
|
4268
|
-
|
|
|
4269
|
-
|
|
|
4282
|
+
| OneHundredAndFourteen
|
|
4283
|
+
| OneHundredAndSixteen
|
|
4270
4284
|
| OneHundredAndNineteen
|
|
4271
|
-
|
|
|
4285
|
+
| OneHundredAndTwenty
|
|
4272
4286
|
| OneHundredAndTwentyEight
|
|
4273
4287
|
| OneHundredAndTwentyNine
|
|
4274
|
-
|
|
|
4275
|
-
|
|
|
4288
|
+
| OneHundredAndThirty
|
|
4289
|
+
| OneHundredAndThirtySeven
|
|
4276
4290
|
| OneHundredAndFortyOne
|
|
4277
4291
|
| OneHundredAndFortyTwo
|
|
4292
|
+
| OneHundredAndFortyThree
|
|
4278
4293
|
| Five
|
|
4279
4294
|
| Eight
|
|
4280
4295
|
| Ten
|
|
@@ -4308,14 +4323,14 @@ export type UserEvent = {
|
|
|
4308
4323
|
| NinetyTwo
|
|
4309
4324
|
| OneHundredAndFive
|
|
4310
4325
|
| OneHundredAndEight
|
|
4311
|
-
|
|
|
4312
|
-
|
|
|
4313
|
-
|
|
|
4314
|
-
| OneHundredAndThirtyThree
|
|
4326
|
+
| OneHundredAndEighteen
|
|
4327
|
+
| OneHundredAndTwentyFive
|
|
4328
|
+
| OneHundredAndThirtyTwo
|
|
4315
4329
|
| OneHundredAndThirtyFour
|
|
4316
|
-
|
|
|
4317
|
-
|
|
|
4330
|
+
| OneHundredAndThirtyFive
|
|
4331
|
+
| OneHundredAndThirtyEight
|
|
4318
4332
|
| OneHundredAndFortyFive
|
|
4333
|
+
| OneHundredAndFortySix
|
|
4319
4334
|
| Two
|
|
4320
4335
|
| Six
|
|
4321
4336
|
| Eleven
|
|
@@ -4328,12 +4343,12 @@ export type UserEvent = {
|
|
|
4328
4343
|
| SeventyFive
|
|
4329
4344
|
| NinetyFour
|
|
4330
4345
|
| OneHundredAndTwo
|
|
4331
|
-
| OneHundredAndTwentyFive
|
|
4332
4346
|
| OneHundredAndTwentySix
|
|
4333
|
-
|
|
|
4334
|
-
|
|
|
4335
|
-
|
|
|
4336
|
-
|
|
|
4347
|
+
| OneHundredAndTwentySeven
|
|
4348
|
+
| OneHundredAndThirtyThree
|
|
4349
|
+
| OneHundredAndThirtySix
|
|
4350
|
+
| OneHundredAndThirtyNine
|
|
4351
|
+
| OneHundredAndFortySeven
|
|
4337
4352
|
| Thirty
|
|
4338
4353
|
| FortyTwo
|
|
4339
4354
|
| FiftyNine
|
|
@@ -4345,15 +4360,15 @@ export type UserEvent = {
|
|
|
4345
4360
|
| SixtyFive
|
|
4346
4361
|
| NinetyEight
|
|
4347
4362
|
| OneHundredAndFour
|
|
4348
|
-
| OneHundredAndTwentyOne
|
|
4349
4363
|
| OneHundredAndTwentyTwo
|
|
4350
4364
|
| OneHundredAndTwentyThree
|
|
4351
|
-
|
|
|
4365
|
+
| OneHundredAndTwentyFour
|
|
4366
|
+
| OneHundredAndFortyEight
|
|
4352
4367
|
| SixtyFour
|
|
4353
4368
|
| SixtySeven
|
|
4354
4369
|
| SeventyThree
|
|
4355
4370
|
| OneHundredAndThree
|
|
4356
|
-
|
|
|
4371
|
+
| OneHundredAndTwentyOne
|
|
4357
4372
|
| FiftySix
|
|
4358
4373
|
| SixtyEight
|
|
4359
4374
|
| Seven
|
|
@@ -4534,8 +4549,8 @@ export namespace AuthMethod$ {
|
|
|
4534
4549
|
}
|
|
4535
4550
|
|
|
4536
4551
|
/** @internal */
|
|
4537
|
-
export const
|
|
4538
|
-
|
|
4552
|
+
export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
|
|
4553
|
+
OneHundredAndFortyEight,
|
|
4539
4554
|
z.ZodTypeDef,
|
|
4540
4555
|
unknown
|
|
4541
4556
|
> = z.object({
|
|
@@ -4548,7 +4563,7 @@ export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
|
|
|
4548
4563
|
});
|
|
4549
4564
|
|
|
4550
4565
|
/** @internal */
|
|
4551
|
-
export type
|
|
4566
|
+
export type OneHundredAndFortyEight$Outbound = {
|
|
4552
4567
|
grantType: string;
|
|
4553
4568
|
appName: string;
|
|
4554
4569
|
atTTL: number;
|
|
@@ -4558,10 +4573,10 @@ export type OneHundredAndFortySeven$Outbound = {
|
|
|
4558
4573
|
};
|
|
4559
4574
|
|
|
4560
4575
|
/** @internal */
|
|
4561
|
-
export const
|
|
4562
|
-
|
|
4576
|
+
export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
|
|
4577
|
+
OneHundredAndFortyEight$Outbound,
|
|
4563
4578
|
z.ZodTypeDef,
|
|
4564
|
-
|
|
4579
|
+
OneHundredAndFortyEight
|
|
4565
4580
|
> = z.object({
|
|
4566
4581
|
grantType: GrantType$outboundSchema,
|
|
4567
4582
|
appName: z.string(),
|
|
@@ -4575,36 +4590,36 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
|
|
|
4575
4590
|
* @internal
|
|
4576
4591
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4577
4592
|
*/
|
|
4578
|
-
export namespace
|
|
4579
|
-
/** @deprecated use `
|
|
4580
|
-
export const inboundSchema =
|
|
4581
|
-
/** @deprecated use `
|
|
4582
|
-
export const outboundSchema =
|
|
4583
|
-
/** @deprecated use `
|
|
4584
|
-
export type Outbound =
|
|
4593
|
+
export namespace OneHundredAndFortyEight$ {
|
|
4594
|
+
/** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
|
|
4595
|
+
export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
|
|
4596
|
+
/** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
|
|
4597
|
+
export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
|
|
4598
|
+
/** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
|
|
4599
|
+
export type Outbound = OneHundredAndFortyEight$Outbound;
|
|
4585
4600
|
}
|
|
4586
4601
|
|
|
4587
|
-
export function
|
|
4588
|
-
|
|
4602
|
+
export function oneHundredAndFortyEightToJSON(
|
|
4603
|
+
oneHundredAndFortyEight: OneHundredAndFortyEight,
|
|
4589
4604
|
): string {
|
|
4590
4605
|
return JSON.stringify(
|
|
4591
|
-
|
|
4606
|
+
OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
|
|
4592
4607
|
);
|
|
4593
4608
|
}
|
|
4594
4609
|
|
|
4595
|
-
export function
|
|
4610
|
+
export function oneHundredAndFortyEightFromJSON(
|
|
4596
4611
|
jsonString: string,
|
|
4597
|
-
): SafeParseResult<
|
|
4612
|
+
): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
|
|
4598
4613
|
return safeParse(
|
|
4599
4614
|
jsonString,
|
|
4600
|
-
(x) =>
|
|
4601
|
-
`Failed to parse '
|
|
4615
|
+
(x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
|
|
4616
|
+
`Failed to parse 'OneHundredAndFortyEight' from JSON`,
|
|
4602
4617
|
);
|
|
4603
4618
|
}
|
|
4604
4619
|
|
|
4605
4620
|
/** @internal */
|
|
4606
|
-
export const
|
|
4607
|
-
|
|
4621
|
+
export const UserEventPayload147Team$inboundSchema: z.ZodType<
|
|
4622
|
+
UserEventPayload147Team,
|
|
4608
4623
|
z.ZodTypeDef,
|
|
4609
4624
|
unknown
|
|
4610
4625
|
> = z.object({
|
|
@@ -4613,16 +4628,16 @@ export const UserEventPayload146Team$inboundSchema: z.ZodType<
|
|
|
4613
4628
|
});
|
|
4614
4629
|
|
|
4615
4630
|
/** @internal */
|
|
4616
|
-
export type
|
|
4631
|
+
export type UserEventPayload147Team$Outbound = {
|
|
4617
4632
|
id: string;
|
|
4618
4633
|
name: string;
|
|
4619
4634
|
};
|
|
4620
4635
|
|
|
4621
4636
|
/** @internal */
|
|
4622
|
-
export const
|
|
4623
|
-
|
|
4637
|
+
export const UserEventPayload147Team$outboundSchema: z.ZodType<
|
|
4638
|
+
UserEventPayload147Team$Outbound,
|
|
4624
4639
|
z.ZodTypeDef,
|
|
4625
|
-
|
|
4640
|
+
UserEventPayload147Team
|
|
4626
4641
|
> = z.object({
|
|
4627
4642
|
id: z.string(),
|
|
4628
4643
|
name: z.string(),
|
|
@@ -4632,36 +4647,36 @@ export const UserEventPayload146Team$outboundSchema: z.ZodType<
|
|
|
4632
4647
|
* @internal
|
|
4633
4648
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4634
4649
|
*/
|
|
4635
|
-
export namespace
|
|
4636
|
-
/** @deprecated use `
|
|
4637
|
-
export const inboundSchema =
|
|
4638
|
-
/** @deprecated use `
|
|
4639
|
-
export const outboundSchema =
|
|
4640
|
-
/** @deprecated use `
|
|
4641
|
-
export type Outbound =
|
|
4650
|
+
export namespace UserEventPayload147Team$ {
|
|
4651
|
+
/** @deprecated use `UserEventPayload147Team$inboundSchema` instead. */
|
|
4652
|
+
export const inboundSchema = UserEventPayload147Team$inboundSchema;
|
|
4653
|
+
/** @deprecated use `UserEventPayload147Team$outboundSchema` instead. */
|
|
4654
|
+
export const outboundSchema = UserEventPayload147Team$outboundSchema;
|
|
4655
|
+
/** @deprecated use `UserEventPayload147Team$Outbound` instead. */
|
|
4656
|
+
export type Outbound = UserEventPayload147Team$Outbound;
|
|
4642
4657
|
}
|
|
4643
4658
|
|
|
4644
|
-
export function
|
|
4645
|
-
|
|
4659
|
+
export function userEventPayload147TeamToJSON(
|
|
4660
|
+
userEventPayload147Team: UserEventPayload147Team,
|
|
4646
4661
|
): string {
|
|
4647
4662
|
return JSON.stringify(
|
|
4648
|
-
|
|
4663
|
+
UserEventPayload147Team$outboundSchema.parse(userEventPayload147Team),
|
|
4649
4664
|
);
|
|
4650
4665
|
}
|
|
4651
4666
|
|
|
4652
|
-
export function
|
|
4667
|
+
export function userEventPayload147TeamFromJSON(
|
|
4653
4668
|
jsonString: string,
|
|
4654
|
-
): SafeParseResult<
|
|
4669
|
+
): SafeParseResult<UserEventPayload147Team, SDKValidationError> {
|
|
4655
4670
|
return safeParse(
|
|
4656
4671
|
jsonString,
|
|
4657
|
-
(x) =>
|
|
4658
|
-
`Failed to parse '
|
|
4672
|
+
(x) => UserEventPayload147Team$inboundSchema.parse(JSON.parse(x)),
|
|
4673
|
+
`Failed to parse 'UserEventPayload147Team' from JSON`,
|
|
4659
4674
|
);
|
|
4660
4675
|
}
|
|
4661
4676
|
|
|
4662
4677
|
/** @internal */
|
|
4663
|
-
export const
|
|
4664
|
-
|
|
4678
|
+
export const UserEventPayload147Configuration$inboundSchema: z.ZodType<
|
|
4679
|
+
UserEventPayload147Configuration,
|
|
4665
4680
|
z.ZodTypeDef,
|
|
4666
4681
|
unknown
|
|
4667
4682
|
> = z.object({
|
|
@@ -4670,16 +4685,16 @@ export const UserEventPayload146Configuration$inboundSchema: z.ZodType<
|
|
|
4670
4685
|
});
|
|
4671
4686
|
|
|
4672
4687
|
/** @internal */
|
|
4673
|
-
export type
|
|
4688
|
+
export type UserEventPayload147Configuration$Outbound = {
|
|
4674
4689
|
id: string;
|
|
4675
4690
|
name?: string | undefined;
|
|
4676
4691
|
};
|
|
4677
4692
|
|
|
4678
4693
|
/** @internal */
|
|
4679
|
-
export const
|
|
4680
|
-
|
|
4694
|
+
export const UserEventPayload147Configuration$outboundSchema: z.ZodType<
|
|
4695
|
+
UserEventPayload147Configuration$Outbound,
|
|
4681
4696
|
z.ZodTypeDef,
|
|
4682
|
-
|
|
4697
|
+
UserEventPayload147Configuration
|
|
4683
4698
|
> = z.object({
|
|
4684
4699
|
id: z.string(),
|
|
4685
4700
|
name: z.string().optional(),
|
|
@@ -4689,32 +4704,32 @@ export const UserEventPayload146Configuration$outboundSchema: z.ZodType<
|
|
|
4689
4704
|
* @internal
|
|
4690
4705
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4691
4706
|
*/
|
|
4692
|
-
export namespace
|
|
4693
|
-
/** @deprecated use `
|
|
4694
|
-
export const inboundSchema =
|
|
4695
|
-
/** @deprecated use `
|
|
4696
|
-
export const outboundSchema =
|
|
4697
|
-
/** @deprecated use `
|
|
4698
|
-
export type Outbound =
|
|
4707
|
+
export namespace UserEventPayload147Configuration$ {
|
|
4708
|
+
/** @deprecated use `UserEventPayload147Configuration$inboundSchema` instead. */
|
|
4709
|
+
export const inboundSchema = UserEventPayload147Configuration$inboundSchema;
|
|
4710
|
+
/** @deprecated use `UserEventPayload147Configuration$outboundSchema` instead. */
|
|
4711
|
+
export const outboundSchema = UserEventPayload147Configuration$outboundSchema;
|
|
4712
|
+
/** @deprecated use `UserEventPayload147Configuration$Outbound` instead. */
|
|
4713
|
+
export type Outbound = UserEventPayload147Configuration$Outbound;
|
|
4699
4714
|
}
|
|
4700
4715
|
|
|
4701
|
-
export function
|
|
4702
|
-
|
|
4716
|
+
export function userEventPayload147ConfigurationToJSON(
|
|
4717
|
+
userEventPayload147Configuration: UserEventPayload147Configuration,
|
|
4703
4718
|
): string {
|
|
4704
4719
|
return JSON.stringify(
|
|
4705
|
-
|
|
4706
|
-
|
|
4720
|
+
UserEventPayload147Configuration$outboundSchema.parse(
|
|
4721
|
+
userEventPayload147Configuration,
|
|
4707
4722
|
),
|
|
4708
4723
|
);
|
|
4709
4724
|
}
|
|
4710
4725
|
|
|
4711
|
-
export function
|
|
4726
|
+
export function userEventPayload147ConfigurationFromJSON(
|
|
4712
4727
|
jsonString: string,
|
|
4713
|
-
): SafeParseResult<
|
|
4728
|
+
): SafeParseResult<UserEventPayload147Configuration, SDKValidationError> {
|
|
4714
4729
|
return safeParse(
|
|
4715
4730
|
jsonString,
|
|
4716
|
-
(x) =>
|
|
4717
|
-
`Failed to parse '
|
|
4731
|
+
(x) => UserEventPayload147Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
4732
|
+
`Failed to parse 'UserEventPayload147Configuration' from JSON`,
|
|
4718
4733
|
);
|
|
4719
4734
|
}
|
|
4720
4735
|
|
|
@@ -4776,33 +4791,33 @@ export function userEventPayloadPeeringFromJSON(
|
|
|
4776
4791
|
}
|
|
4777
4792
|
|
|
4778
4793
|
/** @internal */
|
|
4779
|
-
export const
|
|
4780
|
-
|
|
4794
|
+
export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
|
|
4795
|
+
OneHundredAndFortySeven,
|
|
4781
4796
|
z.ZodTypeDef,
|
|
4782
4797
|
unknown
|
|
4783
4798
|
> = z.object({
|
|
4784
|
-
team: z.lazy(() =>
|
|
4785
|
-
configuration: z.lazy(() =>
|
|
4799
|
+
team: z.lazy(() => UserEventPayload147Team$inboundSchema),
|
|
4800
|
+
configuration: z.lazy(() => UserEventPayload147Configuration$inboundSchema),
|
|
4786
4801
|
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
4787
4802
|
newName: z.string().optional(),
|
|
4788
4803
|
});
|
|
4789
4804
|
|
|
4790
4805
|
/** @internal */
|
|
4791
|
-
export type
|
|
4792
|
-
team:
|
|
4793
|
-
configuration:
|
|
4806
|
+
export type OneHundredAndFortySeven$Outbound = {
|
|
4807
|
+
team: UserEventPayload147Team$Outbound;
|
|
4808
|
+
configuration: UserEventPayload147Configuration$Outbound;
|
|
4794
4809
|
peering: UserEventPayloadPeering$Outbound;
|
|
4795
4810
|
newName?: string | undefined;
|
|
4796
4811
|
};
|
|
4797
4812
|
|
|
4798
4813
|
/** @internal */
|
|
4799
|
-
export const
|
|
4800
|
-
|
|
4814
|
+
export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
|
|
4815
|
+
OneHundredAndFortySeven$Outbound,
|
|
4801
4816
|
z.ZodTypeDef,
|
|
4802
|
-
|
|
4817
|
+
OneHundredAndFortySeven
|
|
4803
4818
|
> = z.object({
|
|
4804
|
-
team: z.lazy(() =>
|
|
4805
|
-
configuration: z.lazy(() =>
|
|
4819
|
+
team: z.lazy(() => UserEventPayload147Team$outboundSchema),
|
|
4820
|
+
configuration: z.lazy(() => UserEventPayload147Configuration$outboundSchema),
|
|
4806
4821
|
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
4807
4822
|
newName: z.string().optional(),
|
|
4808
4823
|
});
|
|
@@ -4811,36 +4826,36 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
|
|
|
4811
4826
|
* @internal
|
|
4812
4827
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4813
4828
|
*/
|
|
4814
|
-
export namespace
|
|
4815
|
-
/** @deprecated use `
|
|
4816
|
-
export const inboundSchema =
|
|
4817
|
-
/** @deprecated use `
|
|
4818
|
-
export const outboundSchema =
|
|
4819
|
-
/** @deprecated use `
|
|
4820
|
-
export type Outbound =
|
|
4829
|
+
export namespace OneHundredAndFortySeven$ {
|
|
4830
|
+
/** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
|
|
4831
|
+
export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
|
|
4832
|
+
/** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
|
|
4833
|
+
export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
|
|
4834
|
+
/** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
|
|
4835
|
+
export type Outbound = OneHundredAndFortySeven$Outbound;
|
|
4821
4836
|
}
|
|
4822
4837
|
|
|
4823
|
-
export function
|
|
4824
|
-
|
|
4838
|
+
export function oneHundredAndFortySevenToJSON(
|
|
4839
|
+
oneHundredAndFortySeven: OneHundredAndFortySeven,
|
|
4825
4840
|
): string {
|
|
4826
4841
|
return JSON.stringify(
|
|
4827
|
-
|
|
4842
|
+
OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
|
|
4828
4843
|
);
|
|
4829
4844
|
}
|
|
4830
4845
|
|
|
4831
|
-
export function
|
|
4846
|
+
export function oneHundredAndFortySevenFromJSON(
|
|
4832
4847
|
jsonString: string,
|
|
4833
|
-
): SafeParseResult<
|
|
4848
|
+
): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
|
|
4834
4849
|
return safeParse(
|
|
4835
4850
|
jsonString,
|
|
4836
|
-
(x) =>
|
|
4837
|
-
`Failed to parse '
|
|
4851
|
+
(x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
|
|
4852
|
+
`Failed to parse 'OneHundredAndFortySeven' from JSON`,
|
|
4838
4853
|
);
|
|
4839
4854
|
}
|
|
4840
4855
|
|
|
4841
4856
|
/** @internal */
|
|
4842
|
-
export const
|
|
4843
|
-
|
|
4857
|
+
export const UserEventPayload146Team$inboundSchema: z.ZodType<
|
|
4858
|
+
UserEventPayload146Team,
|
|
4844
4859
|
z.ZodTypeDef,
|
|
4845
4860
|
unknown
|
|
4846
4861
|
> = z.object({
|
|
@@ -4849,16 +4864,16 @@ export const UserEventPayload145Team$inboundSchema: z.ZodType<
|
|
|
4849
4864
|
});
|
|
4850
4865
|
|
|
4851
4866
|
/** @internal */
|
|
4852
|
-
export type
|
|
4867
|
+
export type UserEventPayload146Team$Outbound = {
|
|
4853
4868
|
id: string;
|
|
4854
4869
|
name: string;
|
|
4855
4870
|
};
|
|
4856
4871
|
|
|
4857
4872
|
/** @internal */
|
|
4858
|
-
export const
|
|
4859
|
-
|
|
4873
|
+
export const UserEventPayload146Team$outboundSchema: z.ZodType<
|
|
4874
|
+
UserEventPayload146Team$Outbound,
|
|
4860
4875
|
z.ZodTypeDef,
|
|
4861
|
-
|
|
4876
|
+
UserEventPayload146Team
|
|
4862
4877
|
> = z.object({
|
|
4863
4878
|
id: z.string(),
|
|
4864
4879
|
name: z.string(),
|
|
@@ -4868,36 +4883,36 @@ export const UserEventPayload145Team$outboundSchema: z.ZodType<
|
|
|
4868
4883
|
* @internal
|
|
4869
4884
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4870
4885
|
*/
|
|
4871
|
-
export namespace
|
|
4872
|
-
/** @deprecated use `
|
|
4873
|
-
export const inboundSchema =
|
|
4874
|
-
/** @deprecated use `
|
|
4875
|
-
export const outboundSchema =
|
|
4876
|
-
/** @deprecated use `
|
|
4877
|
-
export type Outbound =
|
|
4886
|
+
export namespace UserEventPayload146Team$ {
|
|
4887
|
+
/** @deprecated use `UserEventPayload146Team$inboundSchema` instead. */
|
|
4888
|
+
export const inboundSchema = UserEventPayload146Team$inboundSchema;
|
|
4889
|
+
/** @deprecated use `UserEventPayload146Team$outboundSchema` instead. */
|
|
4890
|
+
export const outboundSchema = UserEventPayload146Team$outboundSchema;
|
|
4891
|
+
/** @deprecated use `UserEventPayload146Team$Outbound` instead. */
|
|
4892
|
+
export type Outbound = UserEventPayload146Team$Outbound;
|
|
4878
4893
|
}
|
|
4879
4894
|
|
|
4880
|
-
export function
|
|
4881
|
-
|
|
4895
|
+
export function userEventPayload146TeamToJSON(
|
|
4896
|
+
userEventPayload146Team: UserEventPayload146Team,
|
|
4882
4897
|
): string {
|
|
4883
4898
|
return JSON.stringify(
|
|
4884
|
-
|
|
4899
|
+
UserEventPayload146Team$outboundSchema.parse(userEventPayload146Team),
|
|
4885
4900
|
);
|
|
4886
4901
|
}
|
|
4887
4902
|
|
|
4888
|
-
export function
|
|
4903
|
+
export function userEventPayload146TeamFromJSON(
|
|
4889
4904
|
jsonString: string,
|
|
4890
|
-
): SafeParseResult<
|
|
4905
|
+
): SafeParseResult<UserEventPayload146Team, SDKValidationError> {
|
|
4891
4906
|
return safeParse(
|
|
4892
4907
|
jsonString,
|
|
4893
|
-
(x) =>
|
|
4894
|
-
`Failed to parse '
|
|
4908
|
+
(x) => UserEventPayload146Team$inboundSchema.parse(JSON.parse(x)),
|
|
4909
|
+
`Failed to parse 'UserEventPayload146Team' from JSON`,
|
|
4895
4910
|
);
|
|
4896
4911
|
}
|
|
4897
4912
|
|
|
4898
4913
|
/** @internal */
|
|
4899
|
-
export const
|
|
4900
|
-
|
|
4914
|
+
export const UserEventPayload146Configuration$inboundSchema: z.ZodType<
|
|
4915
|
+
UserEventPayload146Configuration,
|
|
4901
4916
|
z.ZodTypeDef,
|
|
4902
4917
|
unknown
|
|
4903
4918
|
> = z.object({
|
|
@@ -4906,16 +4921,16 @@ export const UserEventPayload145Configuration$inboundSchema: z.ZodType<
|
|
|
4906
4921
|
});
|
|
4907
4922
|
|
|
4908
4923
|
/** @internal */
|
|
4909
|
-
export type
|
|
4924
|
+
export type UserEventPayload146Configuration$Outbound = {
|
|
4910
4925
|
id: string;
|
|
4911
4926
|
name?: string | undefined;
|
|
4912
4927
|
};
|
|
4913
4928
|
|
|
4914
4929
|
/** @internal */
|
|
4915
|
-
export const
|
|
4916
|
-
|
|
4930
|
+
export const UserEventPayload146Configuration$outboundSchema: z.ZodType<
|
|
4931
|
+
UserEventPayload146Configuration$Outbound,
|
|
4917
4932
|
z.ZodTypeDef,
|
|
4918
|
-
|
|
4933
|
+
UserEventPayload146Configuration
|
|
4919
4934
|
> = z.object({
|
|
4920
4935
|
id: z.string(),
|
|
4921
4936
|
name: z.string().optional(),
|
|
@@ -4925,32 +4940,32 @@ export const UserEventPayload145Configuration$outboundSchema: z.ZodType<
|
|
|
4925
4940
|
* @internal
|
|
4926
4941
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4927
4942
|
*/
|
|
4928
|
-
export namespace
|
|
4929
|
-
/** @deprecated use `
|
|
4930
|
-
export const inboundSchema =
|
|
4931
|
-
/** @deprecated use `
|
|
4932
|
-
export const outboundSchema =
|
|
4933
|
-
/** @deprecated use `
|
|
4934
|
-
export type Outbound =
|
|
4943
|
+
export namespace UserEventPayload146Configuration$ {
|
|
4944
|
+
/** @deprecated use `UserEventPayload146Configuration$inboundSchema` instead. */
|
|
4945
|
+
export const inboundSchema = UserEventPayload146Configuration$inboundSchema;
|
|
4946
|
+
/** @deprecated use `UserEventPayload146Configuration$outboundSchema` instead. */
|
|
4947
|
+
export const outboundSchema = UserEventPayload146Configuration$outboundSchema;
|
|
4948
|
+
/** @deprecated use `UserEventPayload146Configuration$Outbound` instead. */
|
|
4949
|
+
export type Outbound = UserEventPayload146Configuration$Outbound;
|
|
4935
4950
|
}
|
|
4936
4951
|
|
|
4937
|
-
export function
|
|
4938
|
-
|
|
4952
|
+
export function userEventPayload146ConfigurationToJSON(
|
|
4953
|
+
userEventPayload146Configuration: UserEventPayload146Configuration,
|
|
4939
4954
|
): string {
|
|
4940
4955
|
return JSON.stringify(
|
|
4941
|
-
|
|
4942
|
-
|
|
4956
|
+
UserEventPayload146Configuration$outboundSchema.parse(
|
|
4957
|
+
userEventPayload146Configuration,
|
|
4943
4958
|
),
|
|
4944
4959
|
);
|
|
4945
4960
|
}
|
|
4946
4961
|
|
|
4947
|
-
export function
|
|
4962
|
+
export function userEventPayload146ConfigurationFromJSON(
|
|
4948
4963
|
jsonString: string,
|
|
4949
|
-
): SafeParseResult<
|
|
4964
|
+
): SafeParseResult<UserEventPayload146Configuration, SDKValidationError> {
|
|
4950
4965
|
return safeParse(
|
|
4951
4966
|
jsonString,
|
|
4952
|
-
(x) =>
|
|
4953
|
-
`Failed to parse '
|
|
4967
|
+
(x) => UserEventPayload146Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
4968
|
+
`Failed to parse 'UserEventPayload146Configuration' from JSON`,
|
|
4954
4969
|
);
|
|
4955
4970
|
}
|
|
4956
4971
|
|
|
@@ -5008,31 +5023,31 @@ export function payloadPeeringFromJSON(
|
|
|
5008
5023
|
}
|
|
5009
5024
|
|
|
5010
5025
|
/** @internal */
|
|
5011
|
-
export const
|
|
5012
|
-
|
|
5026
|
+
export const OneHundredAndFortySix$inboundSchema: z.ZodType<
|
|
5027
|
+
OneHundredAndFortySix,
|
|
5013
5028
|
z.ZodTypeDef,
|
|
5014
5029
|
unknown
|
|
5015
5030
|
> = z.object({
|
|
5016
|
-
team: z.lazy(() =>
|
|
5017
|
-
configuration: z.lazy(() =>
|
|
5031
|
+
team: z.lazy(() => UserEventPayload146Team$inboundSchema),
|
|
5032
|
+
configuration: z.lazy(() => UserEventPayload146Configuration$inboundSchema),
|
|
5018
5033
|
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
5019
5034
|
});
|
|
5020
5035
|
|
|
5021
5036
|
/** @internal */
|
|
5022
|
-
export type
|
|
5023
|
-
team:
|
|
5024
|
-
configuration:
|
|
5037
|
+
export type OneHundredAndFortySix$Outbound = {
|
|
5038
|
+
team: UserEventPayload146Team$Outbound;
|
|
5039
|
+
configuration: UserEventPayload146Configuration$Outbound;
|
|
5025
5040
|
peering: PayloadPeering$Outbound;
|
|
5026
5041
|
};
|
|
5027
5042
|
|
|
5028
5043
|
/** @internal */
|
|
5029
|
-
export const
|
|
5030
|
-
|
|
5044
|
+
export const OneHundredAndFortySix$outboundSchema: z.ZodType<
|
|
5045
|
+
OneHundredAndFortySix$Outbound,
|
|
5031
5046
|
z.ZodTypeDef,
|
|
5032
|
-
|
|
5047
|
+
OneHundredAndFortySix
|
|
5033
5048
|
> = z.object({
|
|
5034
|
-
team: z.lazy(() =>
|
|
5035
|
-
configuration: z.lazy(() =>
|
|
5049
|
+
team: z.lazy(() => UserEventPayload146Team$outboundSchema),
|
|
5050
|
+
configuration: z.lazy(() => UserEventPayload146Configuration$outboundSchema),
|
|
5036
5051
|
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
5037
5052
|
});
|
|
5038
5053
|
|
|
@@ -5040,36 +5055,36 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
|
|
|
5040
5055
|
* @internal
|
|
5041
5056
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5042
5057
|
*/
|
|
5043
|
-
export namespace
|
|
5044
|
-
/** @deprecated use `
|
|
5045
|
-
export const inboundSchema =
|
|
5046
|
-
/** @deprecated use `
|
|
5047
|
-
export const outboundSchema =
|
|
5048
|
-
/** @deprecated use `
|
|
5049
|
-
export type Outbound =
|
|
5058
|
+
export namespace OneHundredAndFortySix$ {
|
|
5059
|
+
/** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
|
|
5060
|
+
export const inboundSchema = OneHundredAndFortySix$inboundSchema;
|
|
5061
|
+
/** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
|
|
5062
|
+
export const outboundSchema = OneHundredAndFortySix$outboundSchema;
|
|
5063
|
+
/** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
|
|
5064
|
+
export type Outbound = OneHundredAndFortySix$Outbound;
|
|
5050
5065
|
}
|
|
5051
5066
|
|
|
5052
|
-
export function
|
|
5053
|
-
|
|
5067
|
+
export function oneHundredAndFortySixToJSON(
|
|
5068
|
+
oneHundredAndFortySix: OneHundredAndFortySix,
|
|
5054
5069
|
): string {
|
|
5055
5070
|
return JSON.stringify(
|
|
5056
|
-
|
|
5071
|
+
OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
|
|
5057
5072
|
);
|
|
5058
5073
|
}
|
|
5059
5074
|
|
|
5060
|
-
export function
|
|
5075
|
+
export function oneHundredAndFortySixFromJSON(
|
|
5061
5076
|
jsonString: string,
|
|
5062
|
-
): SafeParseResult<
|
|
5077
|
+
): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
|
|
5063
5078
|
return safeParse(
|
|
5064
5079
|
jsonString,
|
|
5065
|
-
(x) =>
|
|
5066
|
-
`Failed to parse '
|
|
5080
|
+
(x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
|
|
5081
|
+
`Failed to parse 'OneHundredAndFortySix' from JSON`,
|
|
5067
5082
|
);
|
|
5068
5083
|
}
|
|
5069
5084
|
|
|
5070
5085
|
/** @internal */
|
|
5071
|
-
export const
|
|
5072
|
-
|
|
5086
|
+
export const UserEventPayload145Team$inboundSchema: z.ZodType<
|
|
5087
|
+
UserEventPayload145Team,
|
|
5073
5088
|
z.ZodTypeDef,
|
|
5074
5089
|
unknown
|
|
5075
5090
|
> = z.object({
|
|
@@ -5078,16 +5093,16 @@ export const UserEventPayload144Team$inboundSchema: z.ZodType<
|
|
|
5078
5093
|
});
|
|
5079
5094
|
|
|
5080
5095
|
/** @internal */
|
|
5081
|
-
export type
|
|
5096
|
+
export type UserEventPayload145Team$Outbound = {
|
|
5082
5097
|
id: string;
|
|
5083
5098
|
name: string;
|
|
5084
5099
|
};
|
|
5085
5100
|
|
|
5086
5101
|
/** @internal */
|
|
5087
|
-
export const
|
|
5088
|
-
|
|
5102
|
+
export const UserEventPayload145Team$outboundSchema: z.ZodType<
|
|
5103
|
+
UserEventPayload145Team$Outbound,
|
|
5089
5104
|
z.ZodTypeDef,
|
|
5090
|
-
|
|
5105
|
+
UserEventPayload145Team
|
|
5091
5106
|
> = z.object({
|
|
5092
5107
|
id: z.string(),
|
|
5093
5108
|
name: z.string(),
|
|
@@ -5097,36 +5112,36 @@ export const UserEventPayload144Team$outboundSchema: z.ZodType<
|
|
|
5097
5112
|
* @internal
|
|
5098
5113
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5099
5114
|
*/
|
|
5100
|
-
export namespace
|
|
5101
|
-
/** @deprecated use `
|
|
5102
|
-
export const inboundSchema =
|
|
5103
|
-
/** @deprecated use `
|
|
5104
|
-
export const outboundSchema =
|
|
5105
|
-
/** @deprecated use `
|
|
5106
|
-
export type Outbound =
|
|
5115
|
+
export namespace UserEventPayload145Team$ {
|
|
5116
|
+
/** @deprecated use `UserEventPayload145Team$inboundSchema` instead. */
|
|
5117
|
+
export const inboundSchema = UserEventPayload145Team$inboundSchema;
|
|
5118
|
+
/** @deprecated use `UserEventPayload145Team$outboundSchema` instead. */
|
|
5119
|
+
export const outboundSchema = UserEventPayload145Team$outboundSchema;
|
|
5120
|
+
/** @deprecated use `UserEventPayload145Team$Outbound` instead. */
|
|
5121
|
+
export type Outbound = UserEventPayload145Team$Outbound;
|
|
5107
5122
|
}
|
|
5108
5123
|
|
|
5109
|
-
export function
|
|
5110
|
-
|
|
5124
|
+
export function userEventPayload145TeamToJSON(
|
|
5125
|
+
userEventPayload145Team: UserEventPayload145Team,
|
|
5111
5126
|
): string {
|
|
5112
5127
|
return JSON.stringify(
|
|
5113
|
-
|
|
5128
|
+
UserEventPayload145Team$outboundSchema.parse(userEventPayload145Team),
|
|
5114
5129
|
);
|
|
5115
5130
|
}
|
|
5116
5131
|
|
|
5117
|
-
export function
|
|
5132
|
+
export function userEventPayload145TeamFromJSON(
|
|
5118
5133
|
jsonString: string,
|
|
5119
|
-
): SafeParseResult<
|
|
5134
|
+
): SafeParseResult<UserEventPayload145Team, SDKValidationError> {
|
|
5120
5135
|
return safeParse(
|
|
5121
5136
|
jsonString,
|
|
5122
|
-
(x) =>
|
|
5123
|
-
`Failed to parse '
|
|
5137
|
+
(x) => UserEventPayload145Team$inboundSchema.parse(JSON.parse(x)),
|
|
5138
|
+
`Failed to parse 'UserEventPayload145Team' from JSON`,
|
|
5124
5139
|
);
|
|
5125
5140
|
}
|
|
5126
5141
|
|
|
5127
5142
|
/** @internal */
|
|
5128
|
-
export const
|
|
5129
|
-
|
|
5143
|
+
export const UserEventPayload145Configuration$inboundSchema: z.ZodType<
|
|
5144
|
+
UserEventPayload145Configuration,
|
|
5130
5145
|
z.ZodTypeDef,
|
|
5131
5146
|
unknown
|
|
5132
5147
|
> = z.object({
|
|
@@ -5135,16 +5150,16 @@ export const UserEventPayload144Configuration$inboundSchema: z.ZodType<
|
|
|
5135
5150
|
});
|
|
5136
5151
|
|
|
5137
5152
|
/** @internal */
|
|
5138
|
-
export type
|
|
5153
|
+
export type UserEventPayload145Configuration$Outbound = {
|
|
5139
5154
|
id: string;
|
|
5140
5155
|
name?: string | undefined;
|
|
5141
5156
|
};
|
|
5142
5157
|
|
|
5143
5158
|
/** @internal */
|
|
5144
|
-
export const
|
|
5145
|
-
|
|
5159
|
+
export const UserEventPayload145Configuration$outboundSchema: z.ZodType<
|
|
5160
|
+
UserEventPayload145Configuration$Outbound,
|
|
5146
5161
|
z.ZodTypeDef,
|
|
5147
|
-
|
|
5162
|
+
UserEventPayload145Configuration
|
|
5148
5163
|
> = z.object({
|
|
5149
5164
|
id: z.string(),
|
|
5150
5165
|
name: z.string().optional(),
|
|
@@ -5154,32 +5169,32 @@ export const UserEventPayload144Configuration$outboundSchema: z.ZodType<
|
|
|
5154
5169
|
* @internal
|
|
5155
5170
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5156
5171
|
*/
|
|
5157
|
-
export namespace
|
|
5158
|
-
/** @deprecated use `
|
|
5159
|
-
export const inboundSchema =
|
|
5160
|
-
/** @deprecated use `
|
|
5161
|
-
export const outboundSchema =
|
|
5162
|
-
/** @deprecated use `
|
|
5163
|
-
export type Outbound =
|
|
5172
|
+
export namespace UserEventPayload145Configuration$ {
|
|
5173
|
+
/** @deprecated use `UserEventPayload145Configuration$inboundSchema` instead. */
|
|
5174
|
+
export const inboundSchema = UserEventPayload145Configuration$inboundSchema;
|
|
5175
|
+
/** @deprecated use `UserEventPayload145Configuration$outboundSchema` instead. */
|
|
5176
|
+
export const outboundSchema = UserEventPayload145Configuration$outboundSchema;
|
|
5177
|
+
/** @deprecated use `UserEventPayload145Configuration$Outbound` instead. */
|
|
5178
|
+
export type Outbound = UserEventPayload145Configuration$Outbound;
|
|
5164
5179
|
}
|
|
5165
5180
|
|
|
5166
|
-
export function
|
|
5167
|
-
|
|
5181
|
+
export function userEventPayload145ConfigurationToJSON(
|
|
5182
|
+
userEventPayload145Configuration: UserEventPayload145Configuration,
|
|
5168
5183
|
): string {
|
|
5169
5184
|
return JSON.stringify(
|
|
5170
|
-
|
|
5171
|
-
|
|
5185
|
+
UserEventPayload145Configuration$outboundSchema.parse(
|
|
5186
|
+
userEventPayload145Configuration,
|
|
5172
5187
|
),
|
|
5173
5188
|
);
|
|
5174
5189
|
}
|
|
5175
5190
|
|
|
5176
|
-
export function
|
|
5191
|
+
export function userEventPayload145ConfigurationFromJSON(
|
|
5177
5192
|
jsonString: string,
|
|
5178
|
-
): SafeParseResult<
|
|
5193
|
+
): SafeParseResult<UserEventPayload145Configuration, SDKValidationError> {
|
|
5179
5194
|
return safeParse(
|
|
5180
5195
|
jsonString,
|
|
5181
|
-
(x) =>
|
|
5182
|
-
`Failed to parse '
|
|
5196
|
+
(x) => UserEventPayload145Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5197
|
+
`Failed to parse 'UserEventPayload145Configuration' from JSON`,
|
|
5183
5198
|
);
|
|
5184
5199
|
}
|
|
5185
5200
|
|
|
@@ -5240,32 +5255,86 @@ export function peeringFromJSON(
|
|
|
5240
5255
|
}
|
|
5241
5256
|
|
|
5242
5257
|
/** @internal */
|
|
5243
|
-
export const
|
|
5244
|
-
|
|
5258
|
+
export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
|
|
5259
|
+
OneHundredAndFortyFive,
|
|
5245
5260
|
z.ZodTypeDef,
|
|
5246
5261
|
unknown
|
|
5247
5262
|
> = z.object({
|
|
5248
|
-
team: z.lazy(() =>
|
|
5249
|
-
configuration: z.lazy(() =>
|
|
5263
|
+
team: z.lazy(() => UserEventPayload145Team$inboundSchema),
|
|
5264
|
+
configuration: z.lazy(() => UserEventPayload145Configuration$inboundSchema),
|
|
5250
5265
|
peering: z.lazy(() => Peering$inboundSchema),
|
|
5251
5266
|
});
|
|
5252
5267
|
|
|
5253
5268
|
/** @internal */
|
|
5254
|
-
export type
|
|
5255
|
-
team:
|
|
5256
|
-
configuration:
|
|
5269
|
+
export type OneHundredAndFortyFive$Outbound = {
|
|
5270
|
+
team: UserEventPayload145Team$Outbound;
|
|
5271
|
+
configuration: UserEventPayload145Configuration$Outbound;
|
|
5257
5272
|
peering: Peering$Outbound;
|
|
5258
5273
|
};
|
|
5259
5274
|
|
|
5275
|
+
/** @internal */
|
|
5276
|
+
export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
|
|
5277
|
+
OneHundredAndFortyFive$Outbound,
|
|
5278
|
+
z.ZodTypeDef,
|
|
5279
|
+
OneHundredAndFortyFive
|
|
5280
|
+
> = z.object({
|
|
5281
|
+
team: z.lazy(() => UserEventPayload145Team$outboundSchema),
|
|
5282
|
+
configuration: z.lazy(() => UserEventPayload145Configuration$outboundSchema),
|
|
5283
|
+
peering: z.lazy(() => Peering$outboundSchema),
|
|
5284
|
+
});
|
|
5285
|
+
|
|
5286
|
+
/**
|
|
5287
|
+
* @internal
|
|
5288
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5289
|
+
*/
|
|
5290
|
+
export namespace OneHundredAndFortyFive$ {
|
|
5291
|
+
/** @deprecated use `OneHundredAndFortyFive$inboundSchema` instead. */
|
|
5292
|
+
export const inboundSchema = OneHundredAndFortyFive$inboundSchema;
|
|
5293
|
+
/** @deprecated use `OneHundredAndFortyFive$outboundSchema` instead. */
|
|
5294
|
+
export const outboundSchema = OneHundredAndFortyFive$outboundSchema;
|
|
5295
|
+
/** @deprecated use `OneHundredAndFortyFive$Outbound` instead. */
|
|
5296
|
+
export type Outbound = OneHundredAndFortyFive$Outbound;
|
|
5297
|
+
}
|
|
5298
|
+
|
|
5299
|
+
export function oneHundredAndFortyFiveToJSON(
|
|
5300
|
+
oneHundredAndFortyFive: OneHundredAndFortyFive,
|
|
5301
|
+
): string {
|
|
5302
|
+
return JSON.stringify(
|
|
5303
|
+
OneHundredAndFortyFive$outboundSchema.parse(oneHundredAndFortyFive),
|
|
5304
|
+
);
|
|
5305
|
+
}
|
|
5306
|
+
|
|
5307
|
+
export function oneHundredAndFortyFiveFromJSON(
|
|
5308
|
+
jsonString: string,
|
|
5309
|
+
): SafeParseResult<OneHundredAndFortyFive, SDKValidationError> {
|
|
5310
|
+
return safeParse(
|
|
5311
|
+
jsonString,
|
|
5312
|
+
(x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)),
|
|
5313
|
+
`Failed to parse 'OneHundredAndFortyFive' from JSON`,
|
|
5314
|
+
);
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
/** @internal */
|
|
5318
|
+
export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
|
|
5319
|
+
OneHundredAndFortyFour,
|
|
5320
|
+
z.ZodTypeDef,
|
|
5321
|
+
unknown
|
|
5322
|
+
> = z.object({
|
|
5323
|
+
appName: z.string(),
|
|
5324
|
+
});
|
|
5325
|
+
|
|
5326
|
+
/** @internal */
|
|
5327
|
+
export type OneHundredAndFortyFour$Outbound = {
|
|
5328
|
+
appName: string;
|
|
5329
|
+
};
|
|
5330
|
+
|
|
5260
5331
|
/** @internal */
|
|
5261
5332
|
export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
|
|
5262
5333
|
OneHundredAndFortyFour$Outbound,
|
|
5263
5334
|
z.ZodTypeDef,
|
|
5264
5335
|
OneHundredAndFortyFour
|
|
5265
5336
|
> = z.object({
|
|
5266
|
-
|
|
5267
|
-
configuration: z.lazy(() => UserEventPayload144Configuration$outboundSchema),
|
|
5268
|
-
peering: z.lazy(() => Peering$outboundSchema),
|
|
5337
|
+
appName: z.string(),
|
|
5269
5338
|
});
|
|
5270
5339
|
|
|
5271
5340
|
/**
|
|
@@ -5306,11 +5375,13 @@ export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
|
|
|
5306
5375
|
unknown
|
|
5307
5376
|
> = z.object({
|
|
5308
5377
|
appName: z.string(),
|
|
5378
|
+
nextScopes: z.array(z.string()),
|
|
5309
5379
|
});
|
|
5310
5380
|
|
|
5311
5381
|
/** @internal */
|
|
5312
5382
|
export type OneHundredAndFortyThree$Outbound = {
|
|
5313
5383
|
appName: string;
|
|
5384
|
+
nextScopes: Array<string>;
|
|
5314
5385
|
};
|
|
5315
5386
|
|
|
5316
5387
|
/** @internal */
|
|
@@ -5320,6 +5391,7 @@ export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
|
|
|
5320
5391
|
OneHundredAndFortyThree
|
|
5321
5392
|
> = z.object({
|
|
5322
5393
|
appName: z.string(),
|
|
5394
|
+
nextScopes: z.array(z.string()),
|
|
5323
5395
|
});
|
|
5324
5396
|
|
|
5325
5397
|
/**
|
|
@@ -5360,13 +5432,13 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
|
|
|
5360
5432
|
unknown
|
|
5361
5433
|
> = z.object({
|
|
5362
5434
|
appName: z.string(),
|
|
5363
|
-
|
|
5435
|
+
scopes: z.array(z.string()),
|
|
5364
5436
|
});
|
|
5365
5437
|
|
|
5366
5438
|
/** @internal */
|
|
5367
5439
|
export type OneHundredAndFortyTwo$Outbound = {
|
|
5368
5440
|
appName: string;
|
|
5369
|
-
|
|
5441
|
+
scopes: Array<string>;
|
|
5370
5442
|
};
|
|
5371
5443
|
|
|
5372
5444
|
/** @internal */
|
|
@@ -5376,7 +5448,7 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
|
|
|
5376
5448
|
OneHundredAndFortyTwo
|
|
5377
5449
|
> = z.object({
|
|
5378
5450
|
appName: z.string(),
|
|
5379
|
-
|
|
5451
|
+
scopes: z.array(z.string()),
|
|
5380
5452
|
});
|
|
5381
5453
|
|
|
5382
5454
|
/**
|
|
@@ -5416,14 +5488,14 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
|
|
|
5416
5488
|
z.ZodTypeDef,
|
|
5417
5489
|
unknown
|
|
5418
5490
|
> = z.object({
|
|
5419
|
-
|
|
5420
|
-
|
|
5491
|
+
oldName: z.string(),
|
|
5492
|
+
newName: z.string(),
|
|
5421
5493
|
});
|
|
5422
5494
|
|
|
5423
5495
|
/** @internal */
|
|
5424
5496
|
export type OneHundredAndFortyOne$Outbound = {
|
|
5425
|
-
|
|
5426
|
-
|
|
5497
|
+
oldName: string;
|
|
5498
|
+
newName: string;
|
|
5427
5499
|
};
|
|
5428
5500
|
|
|
5429
5501
|
/** @internal */
|
|
@@ -5432,8 +5504,8 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
|
|
|
5432
5504
|
z.ZodTypeDef,
|
|
5433
5505
|
OneHundredAndFortyOne
|
|
5434
5506
|
> = z.object({
|
|
5435
|
-
|
|
5436
|
-
|
|
5507
|
+
oldName: z.string(),
|
|
5508
|
+
newName: z.string(),
|
|
5437
5509
|
});
|
|
5438
5510
|
|
|
5439
5511
|
/**
|
|
@@ -5467,63 +5539,6 @@ export function oneHundredAndFortyOneFromJSON(
|
|
|
5467
5539
|
);
|
|
5468
5540
|
}
|
|
5469
5541
|
|
|
5470
|
-
/** @internal */
|
|
5471
|
-
export const OneHundredAndForty$inboundSchema: z.ZodType<
|
|
5472
|
-
OneHundredAndForty,
|
|
5473
|
-
z.ZodTypeDef,
|
|
5474
|
-
unknown
|
|
5475
|
-
> = z.object({
|
|
5476
|
-
oldName: z.string(),
|
|
5477
|
-
newName: z.string(),
|
|
5478
|
-
});
|
|
5479
|
-
|
|
5480
|
-
/** @internal */
|
|
5481
|
-
export type OneHundredAndForty$Outbound = {
|
|
5482
|
-
oldName: string;
|
|
5483
|
-
newName: string;
|
|
5484
|
-
};
|
|
5485
|
-
|
|
5486
|
-
/** @internal */
|
|
5487
|
-
export const OneHundredAndForty$outboundSchema: z.ZodType<
|
|
5488
|
-
OneHundredAndForty$Outbound,
|
|
5489
|
-
z.ZodTypeDef,
|
|
5490
|
-
OneHundredAndForty
|
|
5491
|
-
> = z.object({
|
|
5492
|
-
oldName: z.string(),
|
|
5493
|
-
newName: z.string(),
|
|
5494
|
-
});
|
|
5495
|
-
|
|
5496
|
-
/**
|
|
5497
|
-
* @internal
|
|
5498
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5499
|
-
*/
|
|
5500
|
-
export namespace OneHundredAndForty$ {
|
|
5501
|
-
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
5502
|
-
export const inboundSchema = OneHundredAndForty$inboundSchema;
|
|
5503
|
-
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
5504
|
-
export const outboundSchema = OneHundredAndForty$outboundSchema;
|
|
5505
|
-
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
5506
|
-
export type Outbound = OneHundredAndForty$Outbound;
|
|
5507
|
-
}
|
|
5508
|
-
|
|
5509
|
-
export function oneHundredAndFortyToJSON(
|
|
5510
|
-
oneHundredAndForty: OneHundredAndForty,
|
|
5511
|
-
): string {
|
|
5512
|
-
return JSON.stringify(
|
|
5513
|
-
OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
|
|
5514
|
-
);
|
|
5515
|
-
}
|
|
5516
|
-
|
|
5517
|
-
export function oneHundredAndFortyFromJSON(
|
|
5518
|
-
jsonString: string,
|
|
5519
|
-
): SafeParseResult<OneHundredAndForty, SDKValidationError> {
|
|
5520
|
-
return safeParse(
|
|
5521
|
-
jsonString,
|
|
5522
|
-
(x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
|
|
5523
|
-
`Failed to parse 'OneHundredAndForty' from JSON`,
|
|
5524
|
-
);
|
|
5525
|
-
}
|
|
5526
|
-
|
|
5527
5542
|
/** @internal */
|
|
5528
5543
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
5529
5544
|
Tier,
|
|
@@ -5545,8 +5560,8 @@ export namespace Tier$ {
|
|
|
5545
5560
|
}
|
|
5546
5561
|
|
|
5547
5562
|
/** @internal */
|
|
5548
|
-
export const
|
|
5549
|
-
|
|
5563
|
+
export const OneHundredAndForty$inboundSchema: z.ZodType<
|
|
5564
|
+
OneHundredAndForty,
|
|
5550
5565
|
z.ZodTypeDef,
|
|
5551
5566
|
unknown
|
|
5552
5567
|
> = z.object({
|
|
@@ -5554,15 +5569,15 @@ export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
|
|
|
5554
5569
|
});
|
|
5555
5570
|
|
|
5556
5571
|
/** @internal */
|
|
5557
|
-
export type
|
|
5572
|
+
export type OneHundredAndForty$Outbound = {
|
|
5558
5573
|
tier: string;
|
|
5559
5574
|
};
|
|
5560
5575
|
|
|
5561
5576
|
/** @internal */
|
|
5562
|
-
export const
|
|
5563
|
-
|
|
5577
|
+
export const OneHundredAndForty$outboundSchema: z.ZodType<
|
|
5578
|
+
OneHundredAndForty$Outbound,
|
|
5564
5579
|
z.ZodTypeDef,
|
|
5565
|
-
|
|
5580
|
+
OneHundredAndForty
|
|
5566
5581
|
> = z.object({
|
|
5567
5582
|
tier: Tier$outboundSchema,
|
|
5568
5583
|
});
|
|
@@ -5571,30 +5586,30 @@ export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
|
|
|
5571
5586
|
* @internal
|
|
5572
5587
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5573
5588
|
*/
|
|
5574
|
-
export namespace
|
|
5575
|
-
/** @deprecated use `
|
|
5576
|
-
export const inboundSchema =
|
|
5577
|
-
/** @deprecated use `
|
|
5578
|
-
export const outboundSchema =
|
|
5579
|
-
/** @deprecated use `
|
|
5580
|
-
export type Outbound =
|
|
5589
|
+
export namespace OneHundredAndForty$ {
|
|
5590
|
+
/** @deprecated use `OneHundredAndForty$inboundSchema` instead. */
|
|
5591
|
+
export const inboundSchema = OneHundredAndForty$inboundSchema;
|
|
5592
|
+
/** @deprecated use `OneHundredAndForty$outboundSchema` instead. */
|
|
5593
|
+
export const outboundSchema = OneHundredAndForty$outboundSchema;
|
|
5594
|
+
/** @deprecated use `OneHundredAndForty$Outbound` instead. */
|
|
5595
|
+
export type Outbound = OneHundredAndForty$Outbound;
|
|
5581
5596
|
}
|
|
5582
5597
|
|
|
5583
|
-
export function
|
|
5584
|
-
|
|
5598
|
+
export function oneHundredAndFortyToJSON(
|
|
5599
|
+
oneHundredAndForty: OneHundredAndForty,
|
|
5585
5600
|
): string {
|
|
5586
5601
|
return JSON.stringify(
|
|
5587
|
-
|
|
5602
|
+
OneHundredAndForty$outboundSchema.parse(oneHundredAndForty),
|
|
5588
5603
|
);
|
|
5589
5604
|
}
|
|
5590
5605
|
|
|
5591
|
-
export function
|
|
5606
|
+
export function oneHundredAndFortyFromJSON(
|
|
5592
5607
|
jsonString: string,
|
|
5593
|
-
): SafeParseResult<
|
|
5608
|
+
): SafeParseResult<OneHundredAndForty, SDKValidationError> {
|
|
5594
5609
|
return safeParse(
|
|
5595
5610
|
jsonString,
|
|
5596
|
-
(x) =>
|
|
5597
|
-
`Failed to parse '
|
|
5611
|
+
(x) => OneHundredAndForty$inboundSchema.parse(JSON.parse(x)),
|
|
5612
|
+
`Failed to parse 'OneHundredAndForty' from JSON`,
|
|
5598
5613
|
);
|
|
5599
5614
|
}
|
|
5600
5615
|
|
|
@@ -5731,8 +5746,8 @@ export function prevProjectWebAnalyticsFromJSON(
|
|
|
5731
5746
|
}
|
|
5732
5747
|
|
|
5733
5748
|
/** @internal */
|
|
5734
|
-
export const
|
|
5735
|
-
|
|
5749
|
+
export const OneHundredAndThirtyNine$inboundSchema: z.ZodType<
|
|
5750
|
+
OneHundredAndThirtyNine,
|
|
5736
5751
|
z.ZodTypeDef,
|
|
5737
5752
|
unknown
|
|
5738
5753
|
> = z.object({
|
|
@@ -5746,7 +5761,7 @@ export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
|
|
|
5746
5761
|
});
|
|
5747
5762
|
|
|
5748
5763
|
/** @internal */
|
|
5749
|
-
export type
|
|
5764
|
+
export type OneHundredAndThirtyNine$Outbound = {
|
|
5750
5765
|
projectId: string;
|
|
5751
5766
|
projectName: string;
|
|
5752
5767
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
@@ -5754,10 +5769,10 @@ export type OneHundredAndThirtyEight$Outbound = {
|
|
|
5754
5769
|
};
|
|
5755
5770
|
|
|
5756
5771
|
/** @internal */
|
|
5757
|
-
export const
|
|
5758
|
-
|
|
5772
|
+
export const OneHundredAndThirtyNine$outboundSchema: z.ZodType<
|
|
5773
|
+
OneHundredAndThirtyNine$Outbound,
|
|
5759
5774
|
z.ZodTypeDef,
|
|
5760
|
-
|
|
5775
|
+
OneHundredAndThirtyNine
|
|
5761
5776
|
> = z.object({
|
|
5762
5777
|
projectId: z.string(),
|
|
5763
5778
|
projectName: z.string(),
|
|
@@ -5772,30 +5787,30 @@ export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
|
|
|
5772
5787
|
* @internal
|
|
5773
5788
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5774
5789
|
*/
|
|
5775
|
-
export namespace
|
|
5776
|
-
/** @deprecated use `
|
|
5777
|
-
export const inboundSchema =
|
|
5778
|
-
/** @deprecated use `
|
|
5779
|
-
export const outboundSchema =
|
|
5780
|
-
/** @deprecated use `
|
|
5781
|
-
export type Outbound =
|
|
5790
|
+
export namespace OneHundredAndThirtyNine$ {
|
|
5791
|
+
/** @deprecated use `OneHundredAndThirtyNine$inboundSchema` instead. */
|
|
5792
|
+
export const inboundSchema = OneHundredAndThirtyNine$inboundSchema;
|
|
5793
|
+
/** @deprecated use `OneHundredAndThirtyNine$outboundSchema` instead. */
|
|
5794
|
+
export const outboundSchema = OneHundredAndThirtyNine$outboundSchema;
|
|
5795
|
+
/** @deprecated use `OneHundredAndThirtyNine$Outbound` instead. */
|
|
5796
|
+
export type Outbound = OneHundredAndThirtyNine$Outbound;
|
|
5782
5797
|
}
|
|
5783
5798
|
|
|
5784
|
-
export function
|
|
5785
|
-
|
|
5799
|
+
export function oneHundredAndThirtyNineToJSON(
|
|
5800
|
+
oneHundredAndThirtyNine: OneHundredAndThirtyNine,
|
|
5786
5801
|
): string {
|
|
5787
5802
|
return JSON.stringify(
|
|
5788
|
-
|
|
5803
|
+
OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine),
|
|
5789
5804
|
);
|
|
5790
5805
|
}
|
|
5791
5806
|
|
|
5792
|
-
export function
|
|
5807
|
+
export function oneHundredAndThirtyNineFromJSON(
|
|
5793
5808
|
jsonString: string,
|
|
5794
|
-
): SafeParseResult<
|
|
5809
|
+
): SafeParseResult<OneHundredAndThirtyNine, SDKValidationError> {
|
|
5795
5810
|
return safeParse(
|
|
5796
5811
|
jsonString,
|
|
5797
|
-
(x) =>
|
|
5798
|
-
`Failed to parse '
|
|
5812
|
+
(x) => OneHundredAndThirtyNine$inboundSchema.parse(JSON.parse(x)),
|
|
5813
|
+
`Failed to parse 'OneHundredAndThirtyNine' from JSON`,
|
|
5799
5814
|
);
|
|
5800
5815
|
}
|
|
5801
5816
|
|
|
@@ -5977,8 +5992,8 @@ export function microfrontendsFromJSON(
|
|
|
5977
5992
|
}
|
|
5978
5993
|
|
|
5979
5994
|
/** @internal */
|
|
5980
|
-
export const
|
|
5981
|
-
|
|
5995
|
+
export const UserEventPayload138Project$inboundSchema: z.ZodType<
|
|
5996
|
+
UserEventPayload138Project,
|
|
5982
5997
|
z.ZodTypeDef,
|
|
5983
5998
|
unknown
|
|
5984
5999
|
> = z.object({
|
|
@@ -5991,7 +6006,7 @@ export const UserEventPayload137Project$inboundSchema: z.ZodType<
|
|
|
5991
6006
|
});
|
|
5992
6007
|
|
|
5993
6008
|
/** @internal */
|
|
5994
|
-
export type
|
|
6009
|
+
export type UserEventPayload138Project$Outbound = {
|
|
5995
6010
|
id: string;
|
|
5996
6011
|
name: string;
|
|
5997
6012
|
microfrontends?:
|
|
@@ -6001,10 +6016,10 @@ export type UserEventPayload137Project$Outbound = {
|
|
|
6001
6016
|
};
|
|
6002
6017
|
|
|
6003
6018
|
/** @internal */
|
|
6004
|
-
export const
|
|
6005
|
-
|
|
6019
|
+
export const UserEventPayload138Project$outboundSchema: z.ZodType<
|
|
6020
|
+
UserEventPayload138Project$Outbound,
|
|
6006
6021
|
z.ZodTypeDef,
|
|
6007
|
-
|
|
6022
|
+
UserEventPayload138Project
|
|
6008
6023
|
> = z.object({
|
|
6009
6024
|
id: z.string(),
|
|
6010
6025
|
name: z.string(),
|
|
@@ -6018,30 +6033,30 @@ export const UserEventPayload137Project$outboundSchema: z.ZodType<
|
|
|
6018
6033
|
* @internal
|
|
6019
6034
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6020
6035
|
*/
|
|
6021
|
-
export namespace
|
|
6022
|
-
/** @deprecated use `
|
|
6023
|
-
export const inboundSchema =
|
|
6024
|
-
/** @deprecated use `
|
|
6025
|
-
export const outboundSchema =
|
|
6026
|
-
/** @deprecated use `
|
|
6027
|
-
export type Outbound =
|
|
6036
|
+
export namespace UserEventPayload138Project$ {
|
|
6037
|
+
/** @deprecated use `UserEventPayload138Project$inboundSchema` instead. */
|
|
6038
|
+
export const inboundSchema = UserEventPayload138Project$inboundSchema;
|
|
6039
|
+
/** @deprecated use `UserEventPayload138Project$outboundSchema` instead. */
|
|
6040
|
+
export const outboundSchema = UserEventPayload138Project$outboundSchema;
|
|
6041
|
+
/** @deprecated use `UserEventPayload138Project$Outbound` instead. */
|
|
6042
|
+
export type Outbound = UserEventPayload138Project$Outbound;
|
|
6028
6043
|
}
|
|
6029
6044
|
|
|
6030
|
-
export function
|
|
6031
|
-
|
|
6045
|
+
export function userEventPayload138ProjectToJSON(
|
|
6046
|
+
userEventPayload138Project: UserEventPayload138Project,
|
|
6032
6047
|
): string {
|
|
6033
6048
|
return JSON.stringify(
|
|
6034
|
-
|
|
6049
|
+
UserEventPayload138Project$outboundSchema.parse(userEventPayload138Project),
|
|
6035
6050
|
);
|
|
6036
6051
|
}
|
|
6037
6052
|
|
|
6038
|
-
export function
|
|
6053
|
+
export function userEventPayload138ProjectFromJSON(
|
|
6039
6054
|
jsonString: string,
|
|
6040
|
-
): SafeParseResult<
|
|
6055
|
+
): SafeParseResult<UserEventPayload138Project, SDKValidationError> {
|
|
6041
6056
|
return safeParse(
|
|
6042
6057
|
jsonString,
|
|
6043
|
-
(x) =>
|
|
6044
|
-
`Failed to parse '
|
|
6058
|
+
(x) => UserEventPayload138Project$inboundSchema.parse(JSON.parse(x)),
|
|
6059
|
+
`Failed to parse 'UserEventPayload138Project' from JSON`,
|
|
6045
6060
|
);
|
|
6046
6061
|
}
|
|
6047
6062
|
|
|
@@ -6231,8 +6246,8 @@ export function payloadMicrofrontendsFromJSON(
|
|
|
6231
6246
|
}
|
|
6232
6247
|
|
|
6233
6248
|
/** @internal */
|
|
6234
|
-
export const
|
|
6235
|
-
|
|
6249
|
+
export const UserEventPayload138PrevProject$inboundSchema: z.ZodType<
|
|
6250
|
+
UserEventPayload138PrevProject,
|
|
6236
6251
|
z.ZodTypeDef,
|
|
6237
6252
|
unknown
|
|
6238
6253
|
> = z.object({
|
|
@@ -6243,7 +6258,7 @@ export const UserEventPayload137PrevProject$inboundSchema: z.ZodType<
|
|
|
6243
6258
|
});
|
|
6244
6259
|
|
|
6245
6260
|
/** @internal */
|
|
6246
|
-
export type
|
|
6261
|
+
export type UserEventPayload138PrevProject$Outbound = {
|
|
6247
6262
|
microfrontends?:
|
|
6248
6263
|
| UserEventMicrofrontends2$Outbound
|
|
6249
6264
|
| UserEventMicrofrontends1$Outbound
|
|
@@ -6251,10 +6266,10 @@ export type UserEventPayload137PrevProject$Outbound = {
|
|
|
6251
6266
|
};
|
|
6252
6267
|
|
|
6253
6268
|
/** @internal */
|
|
6254
|
-
export const
|
|
6255
|
-
|
|
6269
|
+
export const UserEventPayload138PrevProject$outboundSchema: z.ZodType<
|
|
6270
|
+
UserEventPayload138PrevProject$Outbound,
|
|
6256
6271
|
z.ZodTypeDef,
|
|
6257
|
-
|
|
6272
|
+
UserEventPayload138PrevProject
|
|
6258
6273
|
> = z.object({
|
|
6259
6274
|
microfrontends: z.union([
|
|
6260
6275
|
z.lazy(() => UserEventMicrofrontends2$outboundSchema),
|
|
@@ -6266,32 +6281,32 @@ export const UserEventPayload137PrevProject$outboundSchema: z.ZodType<
|
|
|
6266
6281
|
* @internal
|
|
6267
6282
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6268
6283
|
*/
|
|
6269
|
-
export namespace
|
|
6270
|
-
/** @deprecated use `
|
|
6271
|
-
export const inboundSchema =
|
|
6272
|
-
/** @deprecated use `
|
|
6273
|
-
export const outboundSchema =
|
|
6274
|
-
/** @deprecated use `
|
|
6275
|
-
export type Outbound =
|
|
6284
|
+
export namespace UserEventPayload138PrevProject$ {
|
|
6285
|
+
/** @deprecated use `UserEventPayload138PrevProject$inboundSchema` instead. */
|
|
6286
|
+
export const inboundSchema = UserEventPayload138PrevProject$inboundSchema;
|
|
6287
|
+
/** @deprecated use `UserEventPayload138PrevProject$outboundSchema` instead. */
|
|
6288
|
+
export const outboundSchema = UserEventPayload138PrevProject$outboundSchema;
|
|
6289
|
+
/** @deprecated use `UserEventPayload138PrevProject$Outbound` instead. */
|
|
6290
|
+
export type Outbound = UserEventPayload138PrevProject$Outbound;
|
|
6276
6291
|
}
|
|
6277
6292
|
|
|
6278
|
-
export function
|
|
6279
|
-
|
|
6293
|
+
export function userEventPayload138PrevProjectToJSON(
|
|
6294
|
+
userEventPayload138PrevProject: UserEventPayload138PrevProject,
|
|
6280
6295
|
): string {
|
|
6281
6296
|
return JSON.stringify(
|
|
6282
|
-
|
|
6283
|
-
|
|
6297
|
+
UserEventPayload138PrevProject$outboundSchema.parse(
|
|
6298
|
+
userEventPayload138PrevProject,
|
|
6284
6299
|
),
|
|
6285
6300
|
);
|
|
6286
6301
|
}
|
|
6287
6302
|
|
|
6288
|
-
export function
|
|
6303
|
+
export function userEventPayload138PrevProjectFromJSON(
|
|
6289
6304
|
jsonString: string,
|
|
6290
|
-
): SafeParseResult<
|
|
6305
|
+
): SafeParseResult<UserEventPayload138PrevProject, SDKValidationError> {
|
|
6291
6306
|
return safeParse(
|
|
6292
6307
|
jsonString,
|
|
6293
|
-
(x) =>
|
|
6294
|
-
`Failed to parse '
|
|
6308
|
+
(x) => UserEventPayload138PrevProject$inboundSchema.parse(JSON.parse(x)),
|
|
6309
|
+
`Failed to parse 'UserEventPayload138PrevProject' from JSON`,
|
|
6295
6310
|
);
|
|
6296
6311
|
}
|
|
6297
6312
|
|
|
@@ -6301,12 +6316,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
|
|
|
6301
6316
|
z.ZodTypeDef,
|
|
6302
6317
|
unknown
|
|
6303
6318
|
> = z.object({
|
|
6304
|
-
project: z.lazy(() =>
|
|
6319
|
+
project: z.lazy(() => UserEventPayload138PrevProject$inboundSchema),
|
|
6305
6320
|
});
|
|
6306
6321
|
|
|
6307
6322
|
/** @internal */
|
|
6308
6323
|
export type PayloadPrev$Outbound = {
|
|
6309
|
-
project:
|
|
6324
|
+
project: UserEventPayload138PrevProject$Outbound;
|
|
6310
6325
|
};
|
|
6311
6326
|
|
|
6312
6327
|
/** @internal */
|
|
@@ -6315,7 +6330,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
|
|
|
6315
6330
|
z.ZodTypeDef,
|
|
6316
6331
|
PayloadPrev
|
|
6317
6332
|
> = z.object({
|
|
6318
|
-
project: z.lazy(() =>
|
|
6333
|
+
project: z.lazy(() => UserEventPayload138PrevProject$outboundSchema),
|
|
6319
6334
|
});
|
|
6320
6335
|
|
|
6321
6336
|
/**
|
|
@@ -6402,30 +6417,30 @@ export function payloadGroupFromJSON(
|
|
|
6402
6417
|
}
|
|
6403
6418
|
|
|
6404
6419
|
/** @internal */
|
|
6405
|
-
export const
|
|
6406
|
-
|
|
6420
|
+
export const OneHundredAndThirtyEight$inboundSchema: z.ZodType<
|
|
6421
|
+
OneHundredAndThirtyEight,
|
|
6407
6422
|
z.ZodTypeDef,
|
|
6408
6423
|
unknown
|
|
6409
6424
|
> = z.object({
|
|
6410
|
-
project: z.lazy(() =>
|
|
6425
|
+
project: z.lazy(() => UserEventPayload138Project$inboundSchema),
|
|
6411
6426
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
6412
6427
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
6413
6428
|
});
|
|
6414
6429
|
|
|
6415
6430
|
/** @internal */
|
|
6416
|
-
export type
|
|
6417
|
-
project:
|
|
6431
|
+
export type OneHundredAndThirtyEight$Outbound = {
|
|
6432
|
+
project: UserEventPayload138Project$Outbound;
|
|
6418
6433
|
prev: PayloadPrev$Outbound;
|
|
6419
6434
|
group: PayloadGroup$Outbound;
|
|
6420
6435
|
};
|
|
6421
6436
|
|
|
6422
6437
|
/** @internal */
|
|
6423
|
-
export const
|
|
6424
|
-
|
|
6438
|
+
export const OneHundredAndThirtyEight$outboundSchema: z.ZodType<
|
|
6439
|
+
OneHundredAndThirtyEight$Outbound,
|
|
6425
6440
|
z.ZodTypeDef,
|
|
6426
|
-
|
|
6441
|
+
OneHundredAndThirtyEight
|
|
6427
6442
|
> = z.object({
|
|
6428
|
-
project: z.lazy(() =>
|
|
6443
|
+
project: z.lazy(() => UserEventPayload138Project$outboundSchema),
|
|
6429
6444
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
6430
6445
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
6431
6446
|
});
|
|
@@ -6434,36 +6449,36 @@ export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
|
|
|
6434
6449
|
* @internal
|
|
6435
6450
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6436
6451
|
*/
|
|
6437
|
-
export namespace
|
|
6438
|
-
/** @deprecated use `
|
|
6439
|
-
export const inboundSchema =
|
|
6440
|
-
/** @deprecated use `
|
|
6441
|
-
export const outboundSchema =
|
|
6442
|
-
/** @deprecated use `
|
|
6443
|
-
export type Outbound =
|
|
6452
|
+
export namespace OneHundredAndThirtyEight$ {
|
|
6453
|
+
/** @deprecated use `OneHundredAndThirtyEight$inboundSchema` instead. */
|
|
6454
|
+
export const inboundSchema = OneHundredAndThirtyEight$inboundSchema;
|
|
6455
|
+
/** @deprecated use `OneHundredAndThirtyEight$outboundSchema` instead. */
|
|
6456
|
+
export const outboundSchema = OneHundredAndThirtyEight$outboundSchema;
|
|
6457
|
+
/** @deprecated use `OneHundredAndThirtyEight$Outbound` instead. */
|
|
6458
|
+
export type Outbound = OneHundredAndThirtyEight$Outbound;
|
|
6444
6459
|
}
|
|
6445
6460
|
|
|
6446
|
-
export function
|
|
6447
|
-
|
|
6461
|
+
export function oneHundredAndThirtyEightToJSON(
|
|
6462
|
+
oneHundredAndThirtyEight: OneHundredAndThirtyEight,
|
|
6448
6463
|
): string {
|
|
6449
6464
|
return JSON.stringify(
|
|
6450
|
-
|
|
6465
|
+
OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight),
|
|
6451
6466
|
);
|
|
6452
6467
|
}
|
|
6453
6468
|
|
|
6454
|
-
export function
|
|
6469
|
+
export function oneHundredAndThirtyEightFromJSON(
|
|
6455
6470
|
jsonString: string,
|
|
6456
|
-
): SafeParseResult<
|
|
6471
|
+
): SafeParseResult<OneHundredAndThirtyEight, SDKValidationError> {
|
|
6457
6472
|
return safeParse(
|
|
6458
6473
|
jsonString,
|
|
6459
|
-
(x) =>
|
|
6460
|
-
`Failed to parse '
|
|
6474
|
+
(x) => OneHundredAndThirtyEight$inboundSchema.parse(JSON.parse(x)),
|
|
6475
|
+
`Failed to parse 'OneHundredAndThirtyEight' from JSON`,
|
|
6461
6476
|
);
|
|
6462
6477
|
}
|
|
6463
6478
|
|
|
6464
6479
|
/** @internal */
|
|
6465
|
-
export const
|
|
6466
|
-
|
|
6480
|
+
export const UserEventPayload137Project$inboundSchema: z.ZodType<
|
|
6481
|
+
UserEventPayload137Project,
|
|
6467
6482
|
z.ZodTypeDef,
|
|
6468
6483
|
unknown
|
|
6469
6484
|
> = z.object({
|
|
@@ -6472,16 +6487,16 @@ export const UserEventPayload136Project$inboundSchema: z.ZodType<
|
|
|
6472
6487
|
});
|
|
6473
6488
|
|
|
6474
6489
|
/** @internal */
|
|
6475
|
-
export type
|
|
6490
|
+
export type UserEventPayload137Project$Outbound = {
|
|
6476
6491
|
id: string;
|
|
6477
6492
|
name: string;
|
|
6478
6493
|
};
|
|
6479
6494
|
|
|
6480
6495
|
/** @internal */
|
|
6481
|
-
export const
|
|
6482
|
-
|
|
6496
|
+
export const UserEventPayload137Project$outboundSchema: z.ZodType<
|
|
6497
|
+
UserEventPayload137Project$Outbound,
|
|
6483
6498
|
z.ZodTypeDef,
|
|
6484
|
-
|
|
6499
|
+
UserEventPayload137Project
|
|
6485
6500
|
> = z.object({
|
|
6486
6501
|
id: z.string(),
|
|
6487
6502
|
name: z.string(),
|
|
@@ -6491,30 +6506,30 @@ export const UserEventPayload136Project$outboundSchema: z.ZodType<
|
|
|
6491
6506
|
* @internal
|
|
6492
6507
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6493
6508
|
*/
|
|
6494
|
-
export namespace
|
|
6495
|
-
/** @deprecated use `
|
|
6496
|
-
export const inboundSchema =
|
|
6497
|
-
/** @deprecated use `
|
|
6498
|
-
export const outboundSchema =
|
|
6499
|
-
/** @deprecated use `
|
|
6500
|
-
export type Outbound =
|
|
6509
|
+
export namespace UserEventPayload137Project$ {
|
|
6510
|
+
/** @deprecated use `UserEventPayload137Project$inboundSchema` instead. */
|
|
6511
|
+
export const inboundSchema = UserEventPayload137Project$inboundSchema;
|
|
6512
|
+
/** @deprecated use `UserEventPayload137Project$outboundSchema` instead. */
|
|
6513
|
+
export const outboundSchema = UserEventPayload137Project$outboundSchema;
|
|
6514
|
+
/** @deprecated use `UserEventPayload137Project$Outbound` instead. */
|
|
6515
|
+
export type Outbound = UserEventPayload137Project$Outbound;
|
|
6501
6516
|
}
|
|
6502
6517
|
|
|
6503
|
-
export function
|
|
6504
|
-
|
|
6518
|
+
export function userEventPayload137ProjectToJSON(
|
|
6519
|
+
userEventPayload137Project: UserEventPayload137Project,
|
|
6505
6520
|
): string {
|
|
6506
6521
|
return JSON.stringify(
|
|
6507
|
-
|
|
6522
|
+
UserEventPayload137Project$outboundSchema.parse(userEventPayload137Project),
|
|
6508
6523
|
);
|
|
6509
6524
|
}
|
|
6510
6525
|
|
|
6511
|
-
export function
|
|
6526
|
+
export function userEventPayload137ProjectFromJSON(
|
|
6512
6527
|
jsonString: string,
|
|
6513
|
-
): SafeParseResult<
|
|
6528
|
+
): SafeParseResult<UserEventPayload137Project, SDKValidationError> {
|
|
6514
6529
|
return safeParse(
|
|
6515
6530
|
jsonString,
|
|
6516
|
-
(x) =>
|
|
6517
|
-
`Failed to parse '
|
|
6531
|
+
(x) => UserEventPayload137Project$inboundSchema.parse(JSON.parse(x)),
|
|
6532
|
+
`Failed to parse 'UserEventPayload137Project' from JSON`,
|
|
6518
6533
|
);
|
|
6519
6534
|
}
|
|
6520
6535
|
|
|
@@ -6572,28 +6587,28 @@ export function groupFromJSON(
|
|
|
6572
6587
|
}
|
|
6573
6588
|
|
|
6574
6589
|
/** @internal */
|
|
6575
|
-
export const
|
|
6576
|
-
|
|
6590
|
+
export const OneHundredAndThirtySeven$inboundSchema: z.ZodType<
|
|
6591
|
+
OneHundredAndThirtySeven,
|
|
6577
6592
|
z.ZodTypeDef,
|
|
6578
6593
|
unknown
|
|
6579
6594
|
> = z.object({
|
|
6580
|
-
project: z.lazy(() =>
|
|
6595
|
+
project: z.lazy(() => UserEventPayload137Project$inboundSchema),
|
|
6581
6596
|
group: z.lazy(() => Group$inboundSchema),
|
|
6582
6597
|
});
|
|
6583
6598
|
|
|
6584
6599
|
/** @internal */
|
|
6585
|
-
export type
|
|
6586
|
-
project:
|
|
6600
|
+
export type OneHundredAndThirtySeven$Outbound = {
|
|
6601
|
+
project: UserEventPayload137Project$Outbound;
|
|
6587
6602
|
group: Group$Outbound;
|
|
6588
6603
|
};
|
|
6589
6604
|
|
|
6590
6605
|
/** @internal */
|
|
6591
|
-
export const
|
|
6592
|
-
|
|
6606
|
+
export const OneHundredAndThirtySeven$outboundSchema: z.ZodType<
|
|
6607
|
+
OneHundredAndThirtySeven$Outbound,
|
|
6593
6608
|
z.ZodTypeDef,
|
|
6594
|
-
|
|
6609
|
+
OneHundredAndThirtySeven
|
|
6595
6610
|
> = z.object({
|
|
6596
|
-
project: z.lazy(() =>
|
|
6611
|
+
project: z.lazy(() => UserEventPayload137Project$outboundSchema),
|
|
6597
6612
|
group: z.lazy(() => Group$outboundSchema),
|
|
6598
6613
|
});
|
|
6599
6614
|
|
|
@@ -6601,30 +6616,30 @@ export const OneHundredAndThirtySix$outboundSchema: z.ZodType<
|
|
|
6601
6616
|
* @internal
|
|
6602
6617
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6603
6618
|
*/
|
|
6604
|
-
export namespace
|
|
6605
|
-
/** @deprecated use `
|
|
6606
|
-
export const inboundSchema =
|
|
6607
|
-
/** @deprecated use `
|
|
6608
|
-
export const outboundSchema =
|
|
6609
|
-
/** @deprecated use `
|
|
6610
|
-
export type Outbound =
|
|
6619
|
+
export namespace OneHundredAndThirtySeven$ {
|
|
6620
|
+
/** @deprecated use `OneHundredAndThirtySeven$inboundSchema` instead. */
|
|
6621
|
+
export const inboundSchema = OneHundredAndThirtySeven$inboundSchema;
|
|
6622
|
+
/** @deprecated use `OneHundredAndThirtySeven$outboundSchema` instead. */
|
|
6623
|
+
export const outboundSchema = OneHundredAndThirtySeven$outboundSchema;
|
|
6624
|
+
/** @deprecated use `OneHundredAndThirtySeven$Outbound` instead. */
|
|
6625
|
+
export type Outbound = OneHundredAndThirtySeven$Outbound;
|
|
6611
6626
|
}
|
|
6612
6627
|
|
|
6613
|
-
export function
|
|
6614
|
-
|
|
6628
|
+
export function oneHundredAndThirtySevenToJSON(
|
|
6629
|
+
oneHundredAndThirtySeven: OneHundredAndThirtySeven,
|
|
6615
6630
|
): string {
|
|
6616
6631
|
return JSON.stringify(
|
|
6617
|
-
|
|
6632
|
+
OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven),
|
|
6618
6633
|
);
|
|
6619
6634
|
}
|
|
6620
6635
|
|
|
6621
|
-
export function
|
|
6636
|
+
export function oneHundredAndThirtySevenFromJSON(
|
|
6622
6637
|
jsonString: string,
|
|
6623
|
-
): SafeParseResult<
|
|
6638
|
+
): SafeParseResult<OneHundredAndThirtySeven, SDKValidationError> {
|
|
6624
6639
|
return safeParse(
|
|
6625
6640
|
jsonString,
|
|
6626
|
-
(x) =>
|
|
6627
|
-
`Failed to parse '
|
|
6641
|
+
(x) => OneHundredAndThirtySeven$inboundSchema.parse(JSON.parse(x)),
|
|
6642
|
+
`Failed to parse 'OneHundredAndThirtySeven' from JSON`,
|
|
6628
6643
|
);
|
|
6629
6644
|
}
|
|
6630
6645
|
|
|
@@ -6675,6 +6690,69 @@ export function prevFromJSON(
|
|
|
6675
6690
|
);
|
|
6676
6691
|
}
|
|
6677
6692
|
|
|
6693
|
+
/** @internal */
|
|
6694
|
+
export const OneHundredAndThirtySix$inboundSchema: z.ZodType<
|
|
6695
|
+
OneHundredAndThirtySix,
|
|
6696
|
+
z.ZodTypeDef,
|
|
6697
|
+
unknown
|
|
6698
|
+
> = z.object({
|
|
6699
|
+
id: z.string(),
|
|
6700
|
+
slug: z.string(),
|
|
6701
|
+
name: z.string(),
|
|
6702
|
+
prev: z.lazy(() => Prev$inboundSchema),
|
|
6703
|
+
});
|
|
6704
|
+
|
|
6705
|
+
/** @internal */
|
|
6706
|
+
export type OneHundredAndThirtySix$Outbound = {
|
|
6707
|
+
id: string;
|
|
6708
|
+
slug: string;
|
|
6709
|
+
name: string;
|
|
6710
|
+
prev: Prev$Outbound;
|
|
6711
|
+
};
|
|
6712
|
+
|
|
6713
|
+
/** @internal */
|
|
6714
|
+
export const OneHundredAndThirtySix$outboundSchema: z.ZodType<
|
|
6715
|
+
OneHundredAndThirtySix$Outbound,
|
|
6716
|
+
z.ZodTypeDef,
|
|
6717
|
+
OneHundredAndThirtySix
|
|
6718
|
+
> = z.object({
|
|
6719
|
+
id: z.string(),
|
|
6720
|
+
slug: z.string(),
|
|
6721
|
+
name: z.string(),
|
|
6722
|
+
prev: z.lazy(() => Prev$outboundSchema),
|
|
6723
|
+
});
|
|
6724
|
+
|
|
6725
|
+
/**
|
|
6726
|
+
* @internal
|
|
6727
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6728
|
+
*/
|
|
6729
|
+
export namespace OneHundredAndThirtySix$ {
|
|
6730
|
+
/** @deprecated use `OneHundredAndThirtySix$inboundSchema` instead. */
|
|
6731
|
+
export const inboundSchema = OneHundredAndThirtySix$inboundSchema;
|
|
6732
|
+
/** @deprecated use `OneHundredAndThirtySix$outboundSchema` instead. */
|
|
6733
|
+
export const outboundSchema = OneHundredAndThirtySix$outboundSchema;
|
|
6734
|
+
/** @deprecated use `OneHundredAndThirtySix$Outbound` instead. */
|
|
6735
|
+
export type Outbound = OneHundredAndThirtySix$Outbound;
|
|
6736
|
+
}
|
|
6737
|
+
|
|
6738
|
+
export function oneHundredAndThirtySixToJSON(
|
|
6739
|
+
oneHundredAndThirtySix: OneHundredAndThirtySix,
|
|
6740
|
+
): string {
|
|
6741
|
+
return JSON.stringify(
|
|
6742
|
+
OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix),
|
|
6743
|
+
);
|
|
6744
|
+
}
|
|
6745
|
+
|
|
6746
|
+
export function oneHundredAndThirtySixFromJSON(
|
|
6747
|
+
jsonString: string,
|
|
6748
|
+
): SafeParseResult<OneHundredAndThirtySix, SDKValidationError> {
|
|
6749
|
+
return safeParse(
|
|
6750
|
+
jsonString,
|
|
6751
|
+
(x) => OneHundredAndThirtySix$inboundSchema.parse(JSON.parse(x)),
|
|
6752
|
+
`Failed to parse 'OneHundredAndThirtySix' from JSON`,
|
|
6753
|
+
);
|
|
6754
|
+
}
|
|
6755
|
+
|
|
6678
6756
|
/** @internal */
|
|
6679
6757
|
export const OneHundredAndThirtyFive$inboundSchema: z.ZodType<
|
|
6680
6758
|
OneHundredAndThirtyFive,
|
|
@@ -6684,7 +6762,6 @@ export const OneHundredAndThirtyFive$inboundSchema: z.ZodType<
|
|
|
6684
6762
|
id: z.string(),
|
|
6685
6763
|
slug: z.string(),
|
|
6686
6764
|
name: z.string(),
|
|
6687
|
-
prev: z.lazy(() => Prev$inboundSchema),
|
|
6688
6765
|
});
|
|
6689
6766
|
|
|
6690
6767
|
/** @internal */
|
|
@@ -6692,7 +6769,6 @@ export type OneHundredAndThirtyFive$Outbound = {
|
|
|
6692
6769
|
id: string;
|
|
6693
6770
|
slug: string;
|
|
6694
6771
|
name: string;
|
|
6695
|
-
prev: Prev$Outbound;
|
|
6696
6772
|
};
|
|
6697
6773
|
|
|
6698
6774
|
/** @internal */
|
|
@@ -6704,7 +6780,6 @@ export const OneHundredAndThirtyFive$outboundSchema: z.ZodType<
|
|
|
6704
6780
|
id: z.string(),
|
|
6705
6781
|
slug: z.string(),
|
|
6706
6782
|
name: z.string(),
|
|
6707
|
-
prev: z.lazy(() => Prev$outboundSchema),
|
|
6708
6783
|
});
|
|
6709
6784
|
|
|
6710
6785
|
/**
|
|
@@ -6744,16 +6819,16 @@ export const OneHundredAndThirtyFour$inboundSchema: z.ZodType<
|
|
|
6744
6819
|
z.ZodTypeDef,
|
|
6745
6820
|
unknown
|
|
6746
6821
|
> = z.object({
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6822
|
+
edgeConfigId: z.string(),
|
|
6823
|
+
edgeConfigSlug: z.string(),
|
|
6824
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
6750
6825
|
});
|
|
6751
6826
|
|
|
6752
6827
|
/** @internal */
|
|
6753
6828
|
export type OneHundredAndThirtyFour$Outbound = {
|
|
6754
|
-
|
|
6755
|
-
|
|
6756
|
-
|
|
6829
|
+
edgeConfigId: string;
|
|
6830
|
+
edgeConfigSlug: string;
|
|
6831
|
+
edgeConfigTokenIds: Array<string>;
|
|
6757
6832
|
};
|
|
6758
6833
|
|
|
6759
6834
|
/** @internal */
|
|
@@ -6762,9 +6837,9 @@ export const OneHundredAndThirtyFour$outboundSchema: z.ZodType<
|
|
|
6762
6837
|
z.ZodTypeDef,
|
|
6763
6838
|
OneHundredAndThirtyFour
|
|
6764
6839
|
> = z.object({
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
|
|
6840
|
+
edgeConfigId: z.string(),
|
|
6841
|
+
edgeConfigSlug: z.string(),
|
|
6842
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
6768
6843
|
});
|
|
6769
6844
|
|
|
6770
6845
|
/**
|
|
@@ -6806,14 +6881,16 @@ export const OneHundredAndThirtyThree$inboundSchema: z.ZodType<
|
|
|
6806
6881
|
> = z.object({
|
|
6807
6882
|
edgeConfigId: z.string(),
|
|
6808
6883
|
edgeConfigSlug: z.string(),
|
|
6809
|
-
|
|
6884
|
+
edgeConfigTokenId: z.string(),
|
|
6885
|
+
label: z.string(),
|
|
6810
6886
|
});
|
|
6811
6887
|
|
|
6812
6888
|
/** @internal */
|
|
6813
6889
|
export type OneHundredAndThirtyThree$Outbound = {
|
|
6814
6890
|
edgeConfigId: string;
|
|
6815
6891
|
edgeConfigSlug: string;
|
|
6816
|
-
|
|
6892
|
+
edgeConfigTokenId: string;
|
|
6893
|
+
label: string;
|
|
6817
6894
|
};
|
|
6818
6895
|
|
|
6819
6896
|
/** @internal */
|
|
@@ -6824,7 +6901,8 @@ export const OneHundredAndThirtyThree$outboundSchema: z.ZodType<
|
|
|
6824
6901
|
> = z.object({
|
|
6825
6902
|
edgeConfigId: z.string(),
|
|
6826
6903
|
edgeConfigSlug: z.string(),
|
|
6827
|
-
|
|
6904
|
+
edgeConfigTokenId: z.string(),
|
|
6905
|
+
label: z.string(),
|
|
6828
6906
|
});
|
|
6829
6907
|
|
|
6830
6908
|
/**
|
|
@@ -6866,16 +6944,14 @@ export const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<
|
|
|
6866
6944
|
> = z.object({
|
|
6867
6945
|
edgeConfigId: z.string(),
|
|
6868
6946
|
edgeConfigSlug: z.string(),
|
|
6869
|
-
|
|
6870
|
-
label: z.string(),
|
|
6947
|
+
edgeConfigDigest: z.string(),
|
|
6871
6948
|
});
|
|
6872
6949
|
|
|
6873
6950
|
/** @internal */
|
|
6874
6951
|
export type OneHundredAndThirtyTwo$Outbound = {
|
|
6875
6952
|
edgeConfigId: string;
|
|
6876
6953
|
edgeConfigSlug: string;
|
|
6877
|
-
|
|
6878
|
-
label: string;
|
|
6954
|
+
edgeConfigDigest: string;
|
|
6879
6955
|
};
|
|
6880
6956
|
|
|
6881
6957
|
/** @internal */
|
|
@@ -6886,8 +6962,7 @@ export const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<
|
|
|
6886
6962
|
> = z.object({
|
|
6887
6963
|
edgeConfigId: z.string(),
|
|
6888
6964
|
edgeConfigSlug: z.string(),
|
|
6889
|
-
|
|
6890
|
-
label: z.string(),
|
|
6965
|
+
edgeConfigDigest: z.string(),
|
|
6891
6966
|
});
|
|
6892
6967
|
|
|
6893
6968
|
/**
|
|
@@ -6921,22 +6996,105 @@ export function oneHundredAndThirtyTwoFromJSON(
|
|
|
6921
6996
|
);
|
|
6922
6997
|
}
|
|
6923
6998
|
|
|
6999
|
+
/** @internal */
|
|
7000
|
+
export const UserEventPayload131Role$inboundSchema: z.ZodNativeEnum<
|
|
7001
|
+
typeof UserEventPayload131Role
|
|
7002
|
+
> = z.nativeEnum(UserEventPayload131Role);
|
|
7003
|
+
|
|
7004
|
+
/** @internal */
|
|
7005
|
+
export const UserEventPayload131Role$outboundSchema: z.ZodNativeEnum<
|
|
7006
|
+
typeof UserEventPayload131Role
|
|
7007
|
+
> = UserEventPayload131Role$inboundSchema;
|
|
7008
|
+
|
|
7009
|
+
/**
|
|
7010
|
+
* @internal
|
|
7011
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7012
|
+
*/
|
|
7013
|
+
export namespace UserEventPayload131Role$ {
|
|
7014
|
+
/** @deprecated use `UserEventPayload131Role$inboundSchema` instead. */
|
|
7015
|
+
export const inboundSchema = UserEventPayload131Role$inboundSchema;
|
|
7016
|
+
/** @deprecated use `UserEventPayload131Role$outboundSchema` instead. */
|
|
7017
|
+
export const outboundSchema = UserEventPayload131Role$outboundSchema;
|
|
7018
|
+
}
|
|
7019
|
+
|
|
7020
|
+
/** @internal */
|
|
7021
|
+
export const UserEventPayload131Project$inboundSchema: z.ZodType<
|
|
7022
|
+
UserEventPayload131Project,
|
|
7023
|
+
z.ZodTypeDef,
|
|
7024
|
+
unknown
|
|
7025
|
+
> = z.object({
|
|
7026
|
+
name: z.string(),
|
|
7027
|
+
role: UserEventPayload131Role$inboundSchema,
|
|
7028
|
+
invitedUserName: z.string(),
|
|
7029
|
+
id: z.string().optional(),
|
|
7030
|
+
invitedUserId: z.string().optional(),
|
|
7031
|
+
});
|
|
7032
|
+
|
|
7033
|
+
/** @internal */
|
|
7034
|
+
export type UserEventPayload131Project$Outbound = {
|
|
7035
|
+
name: string;
|
|
7036
|
+
role: string;
|
|
7037
|
+
invitedUserName: string;
|
|
7038
|
+
id?: string | undefined;
|
|
7039
|
+
invitedUserId?: string | undefined;
|
|
7040
|
+
};
|
|
7041
|
+
|
|
7042
|
+
/** @internal */
|
|
7043
|
+
export const UserEventPayload131Project$outboundSchema: z.ZodType<
|
|
7044
|
+
UserEventPayload131Project$Outbound,
|
|
7045
|
+
z.ZodTypeDef,
|
|
7046
|
+
UserEventPayload131Project
|
|
7047
|
+
> = z.object({
|
|
7048
|
+
name: z.string(),
|
|
7049
|
+
role: UserEventPayload131Role$outboundSchema,
|
|
7050
|
+
invitedUserName: z.string(),
|
|
7051
|
+
id: z.string().optional(),
|
|
7052
|
+
invitedUserId: z.string().optional(),
|
|
7053
|
+
});
|
|
7054
|
+
|
|
7055
|
+
/**
|
|
7056
|
+
* @internal
|
|
7057
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7058
|
+
*/
|
|
7059
|
+
export namespace UserEventPayload131Project$ {
|
|
7060
|
+
/** @deprecated use `UserEventPayload131Project$inboundSchema` instead. */
|
|
7061
|
+
export const inboundSchema = UserEventPayload131Project$inboundSchema;
|
|
7062
|
+
/** @deprecated use `UserEventPayload131Project$outboundSchema` instead. */
|
|
7063
|
+
export const outboundSchema = UserEventPayload131Project$outboundSchema;
|
|
7064
|
+
/** @deprecated use `UserEventPayload131Project$Outbound` instead. */
|
|
7065
|
+
export type Outbound = UserEventPayload131Project$Outbound;
|
|
7066
|
+
}
|
|
7067
|
+
|
|
7068
|
+
export function userEventPayload131ProjectToJSON(
|
|
7069
|
+
userEventPayload131Project: UserEventPayload131Project,
|
|
7070
|
+
): string {
|
|
7071
|
+
return JSON.stringify(
|
|
7072
|
+
UserEventPayload131Project$outboundSchema.parse(userEventPayload131Project),
|
|
7073
|
+
);
|
|
7074
|
+
}
|
|
7075
|
+
|
|
7076
|
+
export function userEventPayload131ProjectFromJSON(
|
|
7077
|
+
jsonString: string,
|
|
7078
|
+
): SafeParseResult<UserEventPayload131Project, SDKValidationError> {
|
|
7079
|
+
return safeParse(
|
|
7080
|
+
jsonString,
|
|
7081
|
+
(x) => UserEventPayload131Project$inboundSchema.parse(JSON.parse(x)),
|
|
7082
|
+
`Failed to parse 'UserEventPayload131Project' from JSON`,
|
|
7083
|
+
);
|
|
7084
|
+
}
|
|
7085
|
+
|
|
6924
7086
|
/** @internal */
|
|
6925
7087
|
export const OneHundredAndThirtyOne$inboundSchema: z.ZodType<
|
|
6926
7088
|
OneHundredAndThirtyOne,
|
|
6927
7089
|
z.ZodTypeDef,
|
|
6928
7090
|
unknown
|
|
6929
7091
|
> = z.object({
|
|
6930
|
-
|
|
6931
|
-
edgeConfigSlug: z.string(),
|
|
6932
|
-
edgeConfigDigest: z.string(),
|
|
7092
|
+
project: z.lazy(() => UserEventPayload131Project$inboundSchema),
|
|
6933
7093
|
});
|
|
6934
7094
|
|
|
6935
7095
|
/** @internal */
|
|
6936
7096
|
export type OneHundredAndThirtyOne$Outbound = {
|
|
6937
|
-
|
|
6938
|
-
edgeConfigSlug: string;
|
|
6939
|
-
edgeConfigDigest: string;
|
|
7097
|
+
project: UserEventPayload131Project$Outbound;
|
|
6940
7098
|
};
|
|
6941
7099
|
|
|
6942
7100
|
/** @internal */
|
|
@@ -6945,9 +7103,7 @@ export const OneHundredAndThirtyOne$outboundSchema: z.ZodType<
|
|
|
6945
7103
|
z.ZodTypeDef,
|
|
6946
7104
|
OneHundredAndThirtyOne
|
|
6947
7105
|
> = z.object({
|
|
6948
|
-
|
|
6949
|
-
edgeConfigSlug: z.string(),
|
|
6950
|
-
edgeConfigDigest: z.string(),
|
|
7106
|
+
project: z.lazy(() => UserEventPayload131Project$outboundSchema),
|
|
6951
7107
|
});
|
|
6952
7108
|
|
|
6953
7109
|
/**
|
|
@@ -6981,47 +7137,20 @@ export function oneHundredAndThirtyOneFromJSON(
|
|
|
6981
7137
|
);
|
|
6982
7138
|
}
|
|
6983
7139
|
|
|
6984
|
-
/** @internal */
|
|
6985
|
-
export const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<
|
|
6986
|
-
typeof UserEventPayload130Role
|
|
6987
|
-
> = z.nativeEnum(UserEventPayload130Role);
|
|
6988
|
-
|
|
6989
|
-
/** @internal */
|
|
6990
|
-
export const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<
|
|
6991
|
-
typeof UserEventPayload130Role
|
|
6992
|
-
> = UserEventPayload130Role$inboundSchema;
|
|
6993
|
-
|
|
6994
|
-
/**
|
|
6995
|
-
* @internal
|
|
6996
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6997
|
-
*/
|
|
6998
|
-
export namespace UserEventPayload130Role$ {
|
|
6999
|
-
/** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
|
|
7000
|
-
export const inboundSchema = UserEventPayload130Role$inboundSchema;
|
|
7001
|
-
/** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
|
|
7002
|
-
export const outboundSchema = UserEventPayload130Role$outboundSchema;
|
|
7003
|
-
}
|
|
7004
|
-
|
|
7005
7140
|
/** @internal */
|
|
7006
7141
|
export const UserEventPayload130Project$inboundSchema: z.ZodType<
|
|
7007
7142
|
UserEventPayload130Project,
|
|
7008
7143
|
z.ZodTypeDef,
|
|
7009
7144
|
unknown
|
|
7010
7145
|
> = z.object({
|
|
7146
|
+
id: z.string(),
|
|
7011
7147
|
name: z.string(),
|
|
7012
|
-
role: UserEventPayload130Role$inboundSchema,
|
|
7013
|
-
invitedUserName: z.string(),
|
|
7014
|
-
id: z.string().optional(),
|
|
7015
|
-
invitedUserId: z.string().optional(),
|
|
7016
7148
|
});
|
|
7017
7149
|
|
|
7018
7150
|
/** @internal */
|
|
7019
7151
|
export type UserEventPayload130Project$Outbound = {
|
|
7152
|
+
id: string;
|
|
7020
7153
|
name: string;
|
|
7021
|
-
role: string;
|
|
7022
|
-
invitedUserName: string;
|
|
7023
|
-
id?: string | undefined;
|
|
7024
|
-
invitedUserId?: string | undefined;
|
|
7025
7154
|
};
|
|
7026
7155
|
|
|
7027
7156
|
/** @internal */
|
|
@@ -7030,11 +7159,8 @@ export const UserEventPayload130Project$outboundSchema: z.ZodType<
|
|
|
7030
7159
|
z.ZodTypeDef,
|
|
7031
7160
|
UserEventPayload130Project
|
|
7032
7161
|
> = z.object({
|
|
7162
|
+
id: z.string(),
|
|
7033
7163
|
name: z.string(),
|
|
7034
|
-
role: UserEventPayload130Role$outboundSchema,
|
|
7035
|
-
invitedUserName: z.string(),
|
|
7036
|
-
id: z.string().optional(),
|
|
7037
|
-
invitedUserId: z.string().optional(),
|
|
7038
7164
|
});
|
|
7039
7165
|
|
|
7040
7166
|
/**
|
|
@@ -7069,135 +7195,24 @@ export function userEventPayload130ProjectFromJSON(
|
|
|
7069
7195
|
}
|
|
7070
7196
|
|
|
7071
7197
|
/** @internal */
|
|
7072
|
-
export const
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
unknown
|
|
7076
|
-
> = z.object({
|
|
7077
|
-
project: z.lazy(() => UserEventPayload130Project$inboundSchema),
|
|
7078
|
-
});
|
|
7079
|
-
|
|
7080
|
-
/** @internal */
|
|
7081
|
-
export type OneHundredAndThirty$Outbound = {
|
|
7082
|
-
project: UserEventPayload130Project$Outbound;
|
|
7083
|
-
};
|
|
7084
|
-
|
|
7085
|
-
/** @internal */
|
|
7086
|
-
export const OneHundredAndThirty$outboundSchema: z.ZodType<
|
|
7087
|
-
OneHundredAndThirty$Outbound,
|
|
7088
|
-
z.ZodTypeDef,
|
|
7089
|
-
OneHundredAndThirty
|
|
7090
|
-
> = z.object({
|
|
7091
|
-
project: z.lazy(() => UserEventPayload130Project$outboundSchema),
|
|
7092
|
-
});
|
|
7093
|
-
|
|
7094
|
-
/**
|
|
7095
|
-
* @internal
|
|
7096
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7097
|
-
*/
|
|
7098
|
-
export namespace OneHundredAndThirty$ {
|
|
7099
|
-
/** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
|
|
7100
|
-
export const inboundSchema = OneHundredAndThirty$inboundSchema;
|
|
7101
|
-
/** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
|
|
7102
|
-
export const outboundSchema = OneHundredAndThirty$outboundSchema;
|
|
7103
|
-
/** @deprecated use `OneHundredAndThirty$Outbound` instead. */
|
|
7104
|
-
export type Outbound = OneHundredAndThirty$Outbound;
|
|
7105
|
-
}
|
|
7106
|
-
|
|
7107
|
-
export function oneHundredAndThirtyToJSON(
|
|
7108
|
-
oneHundredAndThirty: OneHundredAndThirty,
|
|
7109
|
-
): string {
|
|
7110
|
-
return JSON.stringify(
|
|
7111
|
-
OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty),
|
|
7112
|
-
);
|
|
7113
|
-
}
|
|
7114
|
-
|
|
7115
|
-
export function oneHundredAndThirtyFromJSON(
|
|
7116
|
-
jsonString: string,
|
|
7117
|
-
): SafeParseResult<OneHundredAndThirty, SDKValidationError> {
|
|
7118
|
-
return safeParse(
|
|
7119
|
-
jsonString,
|
|
7120
|
-
(x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)),
|
|
7121
|
-
`Failed to parse 'OneHundredAndThirty' from JSON`,
|
|
7122
|
-
);
|
|
7123
|
-
}
|
|
7124
|
-
|
|
7125
|
-
/** @internal */
|
|
7126
|
-
export const UserEventPayload129Project$inboundSchema: z.ZodType<
|
|
7127
|
-
UserEventPayload129Project,
|
|
7128
|
-
z.ZodTypeDef,
|
|
7129
|
-
unknown
|
|
7130
|
-
> = z.object({
|
|
7131
|
-
id: z.string(),
|
|
7132
|
-
name: z.string(),
|
|
7133
|
-
});
|
|
7134
|
-
|
|
7135
|
-
/** @internal */
|
|
7136
|
-
export type UserEventPayload129Project$Outbound = {
|
|
7137
|
-
id: string;
|
|
7138
|
-
name: string;
|
|
7139
|
-
};
|
|
7140
|
-
|
|
7141
|
-
/** @internal */
|
|
7142
|
-
export const UserEventPayload129Project$outboundSchema: z.ZodType<
|
|
7143
|
-
UserEventPayload129Project$Outbound,
|
|
7144
|
-
z.ZodTypeDef,
|
|
7145
|
-
UserEventPayload129Project
|
|
7146
|
-
> = z.object({
|
|
7147
|
-
id: z.string(),
|
|
7148
|
-
name: z.string(),
|
|
7149
|
-
});
|
|
7150
|
-
|
|
7151
|
-
/**
|
|
7152
|
-
* @internal
|
|
7153
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7154
|
-
*/
|
|
7155
|
-
export namespace UserEventPayload129Project$ {
|
|
7156
|
-
/** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
|
|
7157
|
-
export const inboundSchema = UserEventPayload129Project$inboundSchema;
|
|
7158
|
-
/** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
|
|
7159
|
-
export const outboundSchema = UserEventPayload129Project$outboundSchema;
|
|
7160
|
-
/** @deprecated use `UserEventPayload129Project$Outbound` instead. */
|
|
7161
|
-
export type Outbound = UserEventPayload129Project$Outbound;
|
|
7162
|
-
}
|
|
7163
|
-
|
|
7164
|
-
export function userEventPayload129ProjectToJSON(
|
|
7165
|
-
userEventPayload129Project: UserEventPayload129Project,
|
|
7166
|
-
): string {
|
|
7167
|
-
return JSON.stringify(
|
|
7168
|
-
UserEventPayload129Project$outboundSchema.parse(userEventPayload129Project),
|
|
7169
|
-
);
|
|
7170
|
-
}
|
|
7171
|
-
|
|
7172
|
-
export function userEventPayload129ProjectFromJSON(
|
|
7173
|
-
jsonString: string,
|
|
7174
|
-
): SafeParseResult<UserEventPayload129Project, SDKValidationError> {
|
|
7175
|
-
return safeParse(
|
|
7176
|
-
jsonString,
|
|
7177
|
-
(x) => UserEventPayload129Project$inboundSchema.parse(JSON.parse(x)),
|
|
7178
|
-
`Failed to parse 'UserEventPayload129Project' from JSON`,
|
|
7179
|
-
);
|
|
7180
|
-
}
|
|
7181
|
-
|
|
7182
|
-
/** @internal */
|
|
7183
|
-
export const UserEventPayload129Role$inboundSchema: z.ZodNativeEnum<
|
|
7184
|
-
typeof UserEventPayload129Role
|
|
7185
|
-
> = z.nativeEnum(UserEventPayload129Role);
|
|
7198
|
+
export const UserEventPayload130Role$inboundSchema: z.ZodNativeEnum<
|
|
7199
|
+
typeof UserEventPayload130Role
|
|
7200
|
+
> = z.nativeEnum(UserEventPayload130Role);
|
|
7186
7201
|
|
|
7187
7202
|
/** @internal */
|
|
7188
|
-
export const
|
|
7189
|
-
typeof
|
|
7190
|
-
> =
|
|
7203
|
+
export const UserEventPayload130Role$outboundSchema: z.ZodNativeEnum<
|
|
7204
|
+
typeof UserEventPayload130Role
|
|
7205
|
+
> = UserEventPayload130Role$inboundSchema;
|
|
7191
7206
|
|
|
7192
7207
|
/**
|
|
7193
7208
|
* @internal
|
|
7194
7209
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7195
7210
|
*/
|
|
7196
|
-
export namespace
|
|
7197
|
-
/** @deprecated use `
|
|
7198
|
-
export const inboundSchema =
|
|
7199
|
-
/** @deprecated use `
|
|
7200
|
-
export const outboundSchema =
|
|
7211
|
+
export namespace UserEventPayload130Role$ {
|
|
7212
|
+
/** @deprecated use `UserEventPayload130Role$inboundSchema` instead. */
|
|
7213
|
+
export const inboundSchema = UserEventPayload130Role$inboundSchema;
|
|
7214
|
+
/** @deprecated use `UserEventPayload130Role$outboundSchema` instead. */
|
|
7215
|
+
export const outboundSchema = UserEventPayload130Role$outboundSchema;
|
|
7201
7216
|
}
|
|
7202
7217
|
|
|
7203
7218
|
/** @internal */
|
|
@@ -7225,7 +7240,7 @@ export const PayloadProjectMembership$inboundSchema: z.ZodType<
|
|
|
7225
7240
|
z.ZodTypeDef,
|
|
7226
7241
|
unknown
|
|
7227
7242
|
> = z.object({
|
|
7228
|
-
role:
|
|
7243
|
+
role: UserEventPayload130Role$inboundSchema.optional(),
|
|
7229
7244
|
uid: z.string().optional(),
|
|
7230
7245
|
createdAt: z.number().optional(),
|
|
7231
7246
|
username: z.string().optional(),
|
|
@@ -7247,7 +7262,7 @@ export const PayloadProjectMembership$outboundSchema: z.ZodType<
|
|
|
7247
7262
|
z.ZodTypeDef,
|
|
7248
7263
|
PayloadProjectMembership
|
|
7249
7264
|
> = z.object({
|
|
7250
|
-
role:
|
|
7265
|
+
role: UserEventPayload130Role$outboundSchema.optional(),
|
|
7251
7266
|
uid: z.string().optional(),
|
|
7252
7267
|
createdAt: z.number().optional(),
|
|
7253
7268
|
username: z.string().optional(),
|
|
@@ -7286,28 +7301,28 @@ export function payloadProjectMembershipFromJSON(
|
|
|
7286
7301
|
}
|
|
7287
7302
|
|
|
7288
7303
|
/** @internal */
|
|
7289
|
-
export const
|
|
7290
|
-
|
|
7304
|
+
export const OneHundredAndThirty$inboundSchema: z.ZodType<
|
|
7305
|
+
OneHundredAndThirty,
|
|
7291
7306
|
z.ZodTypeDef,
|
|
7292
7307
|
unknown
|
|
7293
7308
|
> = z.object({
|
|
7294
|
-
project: z.lazy(() =>
|
|
7309
|
+
project: z.lazy(() => UserEventPayload130Project$inboundSchema),
|
|
7295
7310
|
projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
|
|
7296
7311
|
});
|
|
7297
7312
|
|
|
7298
7313
|
/** @internal */
|
|
7299
|
-
export type
|
|
7300
|
-
project:
|
|
7314
|
+
export type OneHundredAndThirty$Outbound = {
|
|
7315
|
+
project: UserEventPayload130Project$Outbound;
|
|
7301
7316
|
projectMembership: PayloadProjectMembership$Outbound;
|
|
7302
7317
|
};
|
|
7303
7318
|
|
|
7304
7319
|
/** @internal */
|
|
7305
|
-
export const
|
|
7306
|
-
|
|
7320
|
+
export const OneHundredAndThirty$outboundSchema: z.ZodType<
|
|
7321
|
+
OneHundredAndThirty$Outbound,
|
|
7307
7322
|
z.ZodTypeDef,
|
|
7308
|
-
|
|
7323
|
+
OneHundredAndThirty
|
|
7309
7324
|
> = z.object({
|
|
7310
|
-
project: z.lazy(() =>
|
|
7325
|
+
project: z.lazy(() => UserEventPayload130Project$outboundSchema),
|
|
7311
7326
|
projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
|
|
7312
7327
|
});
|
|
7313
7328
|
|
|
@@ -7315,36 +7330,36 @@ export const OneHundredAndTwentyNine$outboundSchema: z.ZodType<
|
|
|
7315
7330
|
* @internal
|
|
7316
7331
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7317
7332
|
*/
|
|
7318
|
-
export namespace
|
|
7319
|
-
/** @deprecated use `
|
|
7320
|
-
export const inboundSchema =
|
|
7321
|
-
/** @deprecated use `
|
|
7322
|
-
export const outboundSchema =
|
|
7323
|
-
/** @deprecated use `
|
|
7324
|
-
export type Outbound =
|
|
7333
|
+
export namespace OneHundredAndThirty$ {
|
|
7334
|
+
/** @deprecated use `OneHundredAndThirty$inboundSchema` instead. */
|
|
7335
|
+
export const inboundSchema = OneHundredAndThirty$inboundSchema;
|
|
7336
|
+
/** @deprecated use `OneHundredAndThirty$outboundSchema` instead. */
|
|
7337
|
+
export const outboundSchema = OneHundredAndThirty$outboundSchema;
|
|
7338
|
+
/** @deprecated use `OneHundredAndThirty$Outbound` instead. */
|
|
7339
|
+
export type Outbound = OneHundredAndThirty$Outbound;
|
|
7325
7340
|
}
|
|
7326
7341
|
|
|
7327
|
-
export function
|
|
7328
|
-
|
|
7342
|
+
export function oneHundredAndThirtyToJSON(
|
|
7343
|
+
oneHundredAndThirty: OneHundredAndThirty,
|
|
7329
7344
|
): string {
|
|
7330
7345
|
return JSON.stringify(
|
|
7331
|
-
|
|
7346
|
+
OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty),
|
|
7332
7347
|
);
|
|
7333
7348
|
}
|
|
7334
7349
|
|
|
7335
|
-
export function
|
|
7350
|
+
export function oneHundredAndThirtyFromJSON(
|
|
7336
7351
|
jsonString: string,
|
|
7337
|
-
): SafeParseResult<
|
|
7352
|
+
): SafeParseResult<OneHundredAndThirty, SDKValidationError> {
|
|
7338
7353
|
return safeParse(
|
|
7339
7354
|
jsonString,
|
|
7340
|
-
(x) =>
|
|
7341
|
-
`Failed to parse '
|
|
7355
|
+
(x) => OneHundredAndThirty$inboundSchema.parse(JSON.parse(x)),
|
|
7356
|
+
`Failed to parse 'OneHundredAndThirty' from JSON`,
|
|
7342
7357
|
);
|
|
7343
7358
|
}
|
|
7344
7359
|
|
|
7345
7360
|
/** @internal */
|
|
7346
|
-
export const
|
|
7347
|
-
|
|
7361
|
+
export const UserEventPayload129Project$inboundSchema: z.ZodType<
|
|
7362
|
+
UserEventPayload129Project,
|
|
7348
7363
|
z.ZodTypeDef,
|
|
7349
7364
|
unknown
|
|
7350
7365
|
> = z.object({
|
|
@@ -7353,16 +7368,16 @@ export const UserEventPayload128Project$inboundSchema: z.ZodType<
|
|
|
7353
7368
|
});
|
|
7354
7369
|
|
|
7355
7370
|
/** @internal */
|
|
7356
|
-
export type
|
|
7371
|
+
export type UserEventPayload129Project$Outbound = {
|
|
7357
7372
|
name: string;
|
|
7358
7373
|
id?: string | undefined;
|
|
7359
7374
|
};
|
|
7360
7375
|
|
|
7361
7376
|
/** @internal */
|
|
7362
|
-
export const
|
|
7363
|
-
|
|
7377
|
+
export const UserEventPayload129Project$outboundSchema: z.ZodType<
|
|
7378
|
+
UserEventPayload129Project$Outbound,
|
|
7364
7379
|
z.ZodTypeDef,
|
|
7365
|
-
|
|
7380
|
+
UserEventPayload129Project
|
|
7366
7381
|
> = z.object({
|
|
7367
7382
|
name: z.string(),
|
|
7368
7383
|
id: z.string().optional(),
|
|
@@ -7372,30 +7387,30 @@ export const UserEventPayload128Project$outboundSchema: z.ZodType<
|
|
|
7372
7387
|
* @internal
|
|
7373
7388
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7374
7389
|
*/
|
|
7375
|
-
export namespace
|
|
7376
|
-
/** @deprecated use `
|
|
7377
|
-
export const inboundSchema =
|
|
7378
|
-
/** @deprecated use `
|
|
7379
|
-
export const outboundSchema =
|
|
7380
|
-
/** @deprecated use `
|
|
7381
|
-
export type Outbound =
|
|
7390
|
+
export namespace UserEventPayload129Project$ {
|
|
7391
|
+
/** @deprecated use `UserEventPayload129Project$inboundSchema` instead. */
|
|
7392
|
+
export const inboundSchema = UserEventPayload129Project$inboundSchema;
|
|
7393
|
+
/** @deprecated use `UserEventPayload129Project$outboundSchema` instead. */
|
|
7394
|
+
export const outboundSchema = UserEventPayload129Project$outboundSchema;
|
|
7395
|
+
/** @deprecated use `UserEventPayload129Project$Outbound` instead. */
|
|
7396
|
+
export type Outbound = UserEventPayload129Project$Outbound;
|
|
7382
7397
|
}
|
|
7383
7398
|
|
|
7384
|
-
export function
|
|
7385
|
-
|
|
7399
|
+
export function userEventPayload129ProjectToJSON(
|
|
7400
|
+
userEventPayload129Project: UserEventPayload129Project,
|
|
7386
7401
|
): string {
|
|
7387
7402
|
return JSON.stringify(
|
|
7388
|
-
|
|
7403
|
+
UserEventPayload129Project$outboundSchema.parse(userEventPayload129Project),
|
|
7389
7404
|
);
|
|
7390
7405
|
}
|
|
7391
7406
|
|
|
7392
|
-
export function
|
|
7407
|
+
export function userEventPayload129ProjectFromJSON(
|
|
7393
7408
|
jsonString: string,
|
|
7394
|
-
): SafeParseResult<
|
|
7409
|
+
): SafeParseResult<UserEventPayload129Project, SDKValidationError> {
|
|
7395
7410
|
return safeParse(
|
|
7396
7411
|
jsonString,
|
|
7397
|
-
(x) =>
|
|
7398
|
-
`Failed to parse '
|
|
7412
|
+
(x) => UserEventPayload129Project$inboundSchema.parse(JSON.parse(x)),
|
|
7413
|
+
`Failed to parse 'UserEventPayload129Project' from JSON`,
|
|
7399
7414
|
);
|
|
7400
7415
|
}
|
|
7401
7416
|
|
|
@@ -7484,28 +7499,28 @@ export function removedMembershipFromJSON(
|
|
|
7484
7499
|
}
|
|
7485
7500
|
|
|
7486
7501
|
/** @internal */
|
|
7487
|
-
export const
|
|
7488
|
-
|
|
7502
|
+
export const OneHundredAndTwentyNine$inboundSchema: z.ZodType<
|
|
7503
|
+
OneHundredAndTwentyNine,
|
|
7489
7504
|
z.ZodTypeDef,
|
|
7490
7505
|
unknown
|
|
7491
7506
|
> = z.object({
|
|
7492
|
-
project: z.lazy(() =>
|
|
7507
|
+
project: z.lazy(() => UserEventPayload129Project$inboundSchema),
|
|
7493
7508
|
removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
|
|
7494
7509
|
});
|
|
7495
7510
|
|
|
7496
7511
|
/** @internal */
|
|
7497
|
-
export type
|
|
7498
|
-
project:
|
|
7512
|
+
export type OneHundredAndTwentyNine$Outbound = {
|
|
7513
|
+
project: UserEventPayload129Project$Outbound;
|
|
7499
7514
|
removedMembership: RemovedMembership$Outbound;
|
|
7500
7515
|
};
|
|
7501
7516
|
|
|
7502
7517
|
/** @internal */
|
|
7503
|
-
export const
|
|
7504
|
-
|
|
7518
|
+
export const OneHundredAndTwentyNine$outboundSchema: z.ZodType<
|
|
7519
|
+
OneHundredAndTwentyNine$Outbound,
|
|
7505
7520
|
z.ZodTypeDef,
|
|
7506
|
-
|
|
7521
|
+
OneHundredAndTwentyNine
|
|
7507
7522
|
> = z.object({
|
|
7508
|
-
project: z.lazy(() =>
|
|
7523
|
+
project: z.lazy(() => UserEventPayload129Project$outboundSchema),
|
|
7509
7524
|
removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
|
|
7510
7525
|
});
|
|
7511
7526
|
|
|
@@ -7513,36 +7528,36 @@ export const OneHundredAndTwentyEight$outboundSchema: z.ZodType<
|
|
|
7513
7528
|
* @internal
|
|
7514
7529
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7515
7530
|
*/
|
|
7516
|
-
export namespace
|
|
7517
|
-
/** @deprecated use `
|
|
7518
|
-
export const inboundSchema =
|
|
7519
|
-
/** @deprecated use `
|
|
7520
|
-
export const outboundSchema =
|
|
7521
|
-
/** @deprecated use `
|
|
7522
|
-
export type Outbound =
|
|
7531
|
+
export namespace OneHundredAndTwentyNine$ {
|
|
7532
|
+
/** @deprecated use `OneHundredAndTwentyNine$inboundSchema` instead. */
|
|
7533
|
+
export const inboundSchema = OneHundredAndTwentyNine$inboundSchema;
|
|
7534
|
+
/** @deprecated use `OneHundredAndTwentyNine$outboundSchema` instead. */
|
|
7535
|
+
export const outboundSchema = OneHundredAndTwentyNine$outboundSchema;
|
|
7536
|
+
/** @deprecated use `OneHundredAndTwentyNine$Outbound` instead. */
|
|
7537
|
+
export type Outbound = OneHundredAndTwentyNine$Outbound;
|
|
7523
7538
|
}
|
|
7524
7539
|
|
|
7525
|
-
export function
|
|
7526
|
-
|
|
7540
|
+
export function oneHundredAndTwentyNineToJSON(
|
|
7541
|
+
oneHundredAndTwentyNine: OneHundredAndTwentyNine,
|
|
7527
7542
|
): string {
|
|
7528
7543
|
return JSON.stringify(
|
|
7529
|
-
|
|
7544
|
+
OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine),
|
|
7530
7545
|
);
|
|
7531
7546
|
}
|
|
7532
7547
|
|
|
7533
|
-
export function
|
|
7548
|
+
export function oneHundredAndTwentyNineFromJSON(
|
|
7534
7549
|
jsonString: string,
|
|
7535
|
-
): SafeParseResult<
|
|
7550
|
+
): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError> {
|
|
7536
7551
|
return safeParse(
|
|
7537
7552
|
jsonString,
|
|
7538
|
-
(x) =>
|
|
7539
|
-
`Failed to parse '
|
|
7553
|
+
(x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)),
|
|
7554
|
+
`Failed to parse 'OneHundredAndTwentyNine' from JSON`,
|
|
7540
7555
|
);
|
|
7541
7556
|
}
|
|
7542
7557
|
|
|
7543
7558
|
/** @internal */
|
|
7544
|
-
export const
|
|
7545
|
-
|
|
7559
|
+
export const UserEventPayload128Project$inboundSchema: z.ZodType<
|
|
7560
|
+
UserEventPayload128Project,
|
|
7546
7561
|
z.ZodTypeDef,
|
|
7547
7562
|
unknown
|
|
7548
7563
|
> = z.object({
|
|
@@ -7551,16 +7566,16 @@ export const UserEventPayload127Project$inboundSchema: z.ZodType<
|
|
|
7551
7566
|
});
|
|
7552
7567
|
|
|
7553
7568
|
/** @internal */
|
|
7554
|
-
export type
|
|
7569
|
+
export type UserEventPayload128Project$Outbound = {
|
|
7555
7570
|
name: string;
|
|
7556
7571
|
id?: string | undefined;
|
|
7557
7572
|
};
|
|
7558
7573
|
|
|
7559
7574
|
/** @internal */
|
|
7560
|
-
export const
|
|
7561
|
-
|
|
7575
|
+
export const UserEventPayload128Project$outboundSchema: z.ZodType<
|
|
7576
|
+
UserEventPayload128Project$Outbound,
|
|
7562
7577
|
z.ZodTypeDef,
|
|
7563
|
-
|
|
7578
|
+
UserEventPayload128Project
|
|
7564
7579
|
> = z.object({
|
|
7565
7580
|
name: z.string(),
|
|
7566
7581
|
id: z.string().optional(),
|
|
@@ -7570,30 +7585,30 @@ export const UserEventPayload127Project$outboundSchema: z.ZodType<
|
|
|
7570
7585
|
* @internal
|
|
7571
7586
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7572
7587
|
*/
|
|
7573
|
-
export namespace
|
|
7574
|
-
/** @deprecated use `
|
|
7575
|
-
export const inboundSchema =
|
|
7576
|
-
/** @deprecated use `
|
|
7577
|
-
export const outboundSchema =
|
|
7578
|
-
/** @deprecated use `
|
|
7579
|
-
export type Outbound =
|
|
7588
|
+
export namespace UserEventPayload128Project$ {
|
|
7589
|
+
/** @deprecated use `UserEventPayload128Project$inboundSchema` instead. */
|
|
7590
|
+
export const inboundSchema = UserEventPayload128Project$inboundSchema;
|
|
7591
|
+
/** @deprecated use `UserEventPayload128Project$outboundSchema` instead. */
|
|
7592
|
+
export const outboundSchema = UserEventPayload128Project$outboundSchema;
|
|
7593
|
+
/** @deprecated use `UserEventPayload128Project$Outbound` instead. */
|
|
7594
|
+
export type Outbound = UserEventPayload128Project$Outbound;
|
|
7580
7595
|
}
|
|
7581
7596
|
|
|
7582
|
-
export function
|
|
7583
|
-
|
|
7597
|
+
export function userEventPayload128ProjectToJSON(
|
|
7598
|
+
userEventPayload128Project: UserEventPayload128Project,
|
|
7584
7599
|
): string {
|
|
7585
7600
|
return JSON.stringify(
|
|
7586
|
-
|
|
7601
|
+
UserEventPayload128Project$outboundSchema.parse(userEventPayload128Project),
|
|
7587
7602
|
);
|
|
7588
7603
|
}
|
|
7589
7604
|
|
|
7590
|
-
export function
|
|
7605
|
+
export function userEventPayload128ProjectFromJSON(
|
|
7591
7606
|
jsonString: string,
|
|
7592
|
-
): SafeParseResult<
|
|
7607
|
+
): SafeParseResult<UserEventPayload128Project, SDKValidationError> {
|
|
7593
7608
|
return safeParse(
|
|
7594
7609
|
jsonString,
|
|
7595
|
-
(x) =>
|
|
7596
|
-
`Failed to parse '
|
|
7610
|
+
(x) => UserEventPayload128Project$inboundSchema.parse(JSON.parse(x)),
|
|
7611
|
+
`Failed to parse 'UserEventPayload128Project' from JSON`,
|
|
7597
7612
|
);
|
|
7598
7613
|
}
|
|
7599
7614
|
|
|
@@ -7637,45 +7652,102 @@ export type ProjectMembership$Outbound = {
|
|
|
7637
7652
|
};
|
|
7638
7653
|
|
|
7639
7654
|
/** @internal */
|
|
7640
|
-
export const ProjectMembership$outboundSchema: z.ZodType<
|
|
7641
|
-
ProjectMembership$Outbound,
|
|
7655
|
+
export const ProjectMembership$outboundSchema: z.ZodType<
|
|
7656
|
+
ProjectMembership$Outbound,
|
|
7657
|
+
z.ZodTypeDef,
|
|
7658
|
+
ProjectMembership
|
|
7659
|
+
> = z.object({
|
|
7660
|
+
role: PayloadRole$outboundSchema.optional(),
|
|
7661
|
+
uid: z.string().optional(),
|
|
7662
|
+
createdAt: z.number().optional(),
|
|
7663
|
+
username: z.string().optional(),
|
|
7664
|
+
});
|
|
7665
|
+
|
|
7666
|
+
/**
|
|
7667
|
+
* @internal
|
|
7668
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7669
|
+
*/
|
|
7670
|
+
export namespace ProjectMembership$ {
|
|
7671
|
+
/** @deprecated use `ProjectMembership$inboundSchema` instead. */
|
|
7672
|
+
export const inboundSchema = ProjectMembership$inboundSchema;
|
|
7673
|
+
/** @deprecated use `ProjectMembership$outboundSchema` instead. */
|
|
7674
|
+
export const outboundSchema = ProjectMembership$outboundSchema;
|
|
7675
|
+
/** @deprecated use `ProjectMembership$Outbound` instead. */
|
|
7676
|
+
export type Outbound = ProjectMembership$Outbound;
|
|
7677
|
+
}
|
|
7678
|
+
|
|
7679
|
+
export function projectMembershipToJSON(
|
|
7680
|
+
projectMembership: ProjectMembership,
|
|
7681
|
+
): string {
|
|
7682
|
+
return JSON.stringify(
|
|
7683
|
+
ProjectMembership$outboundSchema.parse(projectMembership),
|
|
7684
|
+
);
|
|
7685
|
+
}
|
|
7686
|
+
|
|
7687
|
+
export function projectMembershipFromJSON(
|
|
7688
|
+
jsonString: string,
|
|
7689
|
+
): SafeParseResult<ProjectMembership, SDKValidationError> {
|
|
7690
|
+
return safeParse(
|
|
7691
|
+
jsonString,
|
|
7692
|
+
(x) => ProjectMembership$inboundSchema.parse(JSON.parse(x)),
|
|
7693
|
+
`Failed to parse 'ProjectMembership' from JSON`,
|
|
7694
|
+
);
|
|
7695
|
+
}
|
|
7696
|
+
|
|
7697
|
+
/** @internal */
|
|
7698
|
+
export const OneHundredAndTwentyEight$inboundSchema: z.ZodType<
|
|
7699
|
+
OneHundredAndTwentyEight,
|
|
7700
|
+
z.ZodTypeDef,
|
|
7701
|
+
unknown
|
|
7702
|
+
> = z.object({
|
|
7703
|
+
project: z.lazy(() => UserEventPayload128Project$inboundSchema),
|
|
7704
|
+
projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
|
|
7705
|
+
});
|
|
7706
|
+
|
|
7707
|
+
/** @internal */
|
|
7708
|
+
export type OneHundredAndTwentyEight$Outbound = {
|
|
7709
|
+
project: UserEventPayload128Project$Outbound;
|
|
7710
|
+
projectMembership: ProjectMembership$Outbound | null;
|
|
7711
|
+
};
|
|
7712
|
+
|
|
7713
|
+
/** @internal */
|
|
7714
|
+
export const OneHundredAndTwentyEight$outboundSchema: z.ZodType<
|
|
7715
|
+
OneHundredAndTwentyEight$Outbound,
|
|
7642
7716
|
z.ZodTypeDef,
|
|
7643
|
-
|
|
7717
|
+
OneHundredAndTwentyEight
|
|
7644
7718
|
> = z.object({
|
|
7645
|
-
|
|
7646
|
-
|
|
7647
|
-
createdAt: z.number().optional(),
|
|
7648
|
-
username: z.string().optional(),
|
|
7719
|
+
project: z.lazy(() => UserEventPayload128Project$outboundSchema),
|
|
7720
|
+
projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
|
|
7649
7721
|
});
|
|
7650
7722
|
|
|
7651
7723
|
/**
|
|
7652
7724
|
* @internal
|
|
7653
7725
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7654
7726
|
*/
|
|
7655
|
-
export namespace
|
|
7656
|
-
/** @deprecated use `
|
|
7657
|
-
export const inboundSchema =
|
|
7658
|
-
/** @deprecated use `
|
|
7659
|
-
export const outboundSchema =
|
|
7660
|
-
/** @deprecated use `
|
|
7661
|
-
export type Outbound =
|
|
7727
|
+
export namespace OneHundredAndTwentyEight$ {
|
|
7728
|
+
/** @deprecated use `OneHundredAndTwentyEight$inboundSchema` instead. */
|
|
7729
|
+
export const inboundSchema = OneHundredAndTwentyEight$inboundSchema;
|
|
7730
|
+
/** @deprecated use `OneHundredAndTwentyEight$outboundSchema` instead. */
|
|
7731
|
+
export const outboundSchema = OneHundredAndTwentyEight$outboundSchema;
|
|
7732
|
+
/** @deprecated use `OneHundredAndTwentyEight$Outbound` instead. */
|
|
7733
|
+
export type Outbound = OneHundredAndTwentyEight$Outbound;
|
|
7662
7734
|
}
|
|
7663
7735
|
|
|
7664
|
-
export function
|
|
7665
|
-
|
|
7736
|
+
export function oneHundredAndTwentyEightToJSON(
|
|
7737
|
+
oneHundredAndTwentyEight: OneHundredAndTwentyEight,
|
|
7666
7738
|
): string {
|
|
7667
7739
|
return JSON.stringify(
|
|
7668
|
-
|
|
7740
|
+
OneHundredAndTwentyEight$outboundSchema.parse(oneHundredAndTwentyEight),
|
|
7669
7741
|
);
|
|
7670
7742
|
}
|
|
7671
7743
|
|
|
7672
|
-
export function
|
|
7744
|
+
export function oneHundredAndTwentyEightFromJSON(
|
|
7673
7745
|
jsonString: string,
|
|
7674
|
-
): SafeParseResult<
|
|
7746
|
+
): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError> {
|
|
7675
7747
|
return safeParse(
|
|
7676
7748
|
jsonString,
|
|
7677
|
-
(x) =>
|
|
7678
|
-
`Failed to parse '
|
|
7749
|
+
(x) => OneHundredAndTwentyEight$inboundSchema.parse(JSON.parse(x)),
|
|
7750
|
+
`Failed to parse 'OneHundredAndTwentyEight' from JSON`,
|
|
7679
7751
|
);
|
|
7680
7752
|
}
|
|
7681
7753
|
|
|
@@ -7685,14 +7757,18 @@ export const OneHundredAndTwentySeven$inboundSchema: z.ZodType<
|
|
|
7685
7757
|
z.ZodTypeDef,
|
|
7686
7758
|
unknown
|
|
7687
7759
|
> = z.object({
|
|
7688
|
-
|
|
7689
|
-
|
|
7760
|
+
previousProjectName: z.string(),
|
|
7761
|
+
newProjectName: z.string(),
|
|
7762
|
+
originAccountName: z.string(),
|
|
7763
|
+
transferId: z.string().optional(),
|
|
7690
7764
|
});
|
|
7691
7765
|
|
|
7692
7766
|
/** @internal */
|
|
7693
7767
|
export type OneHundredAndTwentySeven$Outbound = {
|
|
7694
|
-
|
|
7695
|
-
|
|
7768
|
+
previousProjectName: string;
|
|
7769
|
+
newProjectName: string;
|
|
7770
|
+
originAccountName: string;
|
|
7771
|
+
transferId?: string | undefined;
|
|
7696
7772
|
};
|
|
7697
7773
|
|
|
7698
7774
|
/** @internal */
|
|
@@ -7701,8 +7777,10 @@ export const OneHundredAndTwentySeven$outboundSchema: z.ZodType<
|
|
|
7701
7777
|
z.ZodTypeDef,
|
|
7702
7778
|
OneHundredAndTwentySeven
|
|
7703
7779
|
> = z.object({
|
|
7704
|
-
|
|
7705
|
-
|
|
7780
|
+
previousProjectName: z.string(),
|
|
7781
|
+
newProjectName: z.string(),
|
|
7782
|
+
originAccountName: z.string(),
|
|
7783
|
+
transferId: z.string().optional(),
|
|
7706
7784
|
});
|
|
7707
7785
|
|
|
7708
7786
|
/**
|
|
@@ -7744,7 +7822,7 @@ export const OneHundredAndTwentySix$inboundSchema: z.ZodType<
|
|
|
7744
7822
|
> = z.object({
|
|
7745
7823
|
previousProjectName: z.string(),
|
|
7746
7824
|
newProjectName: z.string(),
|
|
7747
|
-
|
|
7825
|
+
destinationAccountName: z.string(),
|
|
7748
7826
|
transferId: z.string().optional(),
|
|
7749
7827
|
});
|
|
7750
7828
|
|
|
@@ -7752,7 +7830,7 @@ export const OneHundredAndTwentySix$inboundSchema: z.ZodType<
|
|
|
7752
7830
|
export type OneHundredAndTwentySix$Outbound = {
|
|
7753
7831
|
previousProjectName: string;
|
|
7754
7832
|
newProjectName: string;
|
|
7755
|
-
|
|
7833
|
+
destinationAccountName: string;
|
|
7756
7834
|
transferId?: string | undefined;
|
|
7757
7835
|
};
|
|
7758
7836
|
|
|
@@ -7764,7 +7842,7 @@ export const OneHundredAndTwentySix$outboundSchema: z.ZodType<
|
|
|
7764
7842
|
> = z.object({
|
|
7765
7843
|
previousProjectName: z.string(),
|
|
7766
7844
|
newProjectName: z.string(),
|
|
7767
|
-
|
|
7845
|
+
destinationAccountName: z.string(),
|
|
7768
7846
|
transferId: z.string().optional(),
|
|
7769
7847
|
});
|
|
7770
7848
|
|
|
@@ -7805,17 +7883,15 @@ export const OneHundredAndTwentyFive$inboundSchema: z.ZodType<
|
|
|
7805
7883
|
z.ZodTypeDef,
|
|
7806
7884
|
unknown
|
|
7807
7885
|
> = z.object({
|
|
7808
|
-
|
|
7809
|
-
|
|
7810
|
-
destinationAccountName: z.string(),
|
|
7886
|
+
projectName: z.string(),
|
|
7887
|
+
destinationAccountName: z.nullable(z.string()),
|
|
7811
7888
|
transferId: z.string().optional(),
|
|
7812
7889
|
});
|
|
7813
7890
|
|
|
7814
7891
|
/** @internal */
|
|
7815
7892
|
export type OneHundredAndTwentyFive$Outbound = {
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
destinationAccountName: string;
|
|
7893
|
+
projectName: string;
|
|
7894
|
+
destinationAccountName: string | null;
|
|
7819
7895
|
transferId?: string | undefined;
|
|
7820
7896
|
};
|
|
7821
7897
|
|
|
@@ -7825,9 +7901,8 @@ export const OneHundredAndTwentyFive$outboundSchema: z.ZodType<
|
|
|
7825
7901
|
z.ZodTypeDef,
|
|
7826
7902
|
OneHundredAndTwentyFive
|
|
7827
7903
|
> = z.object({
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
destinationAccountName: z.string(),
|
|
7904
|
+
projectName: z.string(),
|
|
7905
|
+
destinationAccountName: z.nullable(z.string()),
|
|
7831
7906
|
transferId: z.string().optional(),
|
|
7832
7907
|
});
|
|
7833
7908
|
|
|
@@ -7868,15 +7943,21 @@ export const OneHundredAndTwentyFour$inboundSchema: z.ZodType<
|
|
|
7868
7943
|
z.ZodTypeDef,
|
|
7869
7944
|
unknown
|
|
7870
7945
|
> = z.object({
|
|
7946
|
+
projectId: z.string(),
|
|
7871
7947
|
projectName: z.string(),
|
|
7872
|
-
|
|
7948
|
+
originAccountName: z.string(),
|
|
7949
|
+
destinationAccountName: z.string(),
|
|
7950
|
+
destinationAccountId: z.string(),
|
|
7873
7951
|
transferId: z.string().optional(),
|
|
7874
7952
|
});
|
|
7875
7953
|
|
|
7876
7954
|
/** @internal */
|
|
7877
7955
|
export type OneHundredAndTwentyFour$Outbound = {
|
|
7956
|
+
projectId: string;
|
|
7878
7957
|
projectName: string;
|
|
7879
|
-
|
|
7958
|
+
originAccountName: string;
|
|
7959
|
+
destinationAccountName: string;
|
|
7960
|
+
destinationAccountId: string;
|
|
7880
7961
|
transferId?: string | undefined;
|
|
7881
7962
|
};
|
|
7882
7963
|
|
|
@@ -7886,8 +7967,11 @@ export const OneHundredAndTwentyFour$outboundSchema: z.ZodType<
|
|
|
7886
7967
|
z.ZodTypeDef,
|
|
7887
7968
|
OneHundredAndTwentyFour
|
|
7888
7969
|
> = z.object({
|
|
7970
|
+
projectId: z.string(),
|
|
7889
7971
|
projectName: z.string(),
|
|
7890
|
-
|
|
7972
|
+
originAccountName: z.string(),
|
|
7973
|
+
destinationAccountName: z.string(),
|
|
7974
|
+
destinationAccountId: z.string(),
|
|
7891
7975
|
transferId: z.string().optional(),
|
|
7892
7976
|
});
|
|
7893
7977
|
|
|
@@ -7928,22 +8012,22 @@ export const OneHundredAndTwentyThree$inboundSchema: z.ZodType<
|
|
|
7928
8012
|
z.ZodTypeDef,
|
|
7929
8013
|
unknown
|
|
7930
8014
|
> = z.object({
|
|
7931
|
-
|
|
7932
|
-
|
|
7933
|
-
|
|
7934
|
-
|
|
7935
|
-
|
|
7936
|
-
|
|
8015
|
+
requestedTeamName: z.string(),
|
|
8016
|
+
requestedUserName: z.string().optional(),
|
|
8017
|
+
gitUsername: z.string().optional(),
|
|
8018
|
+
githubUsername: z.string().optional(),
|
|
8019
|
+
gitlabUsername: z.string().optional(),
|
|
8020
|
+
bitbucketUsername: z.string().optional(),
|
|
7937
8021
|
});
|
|
7938
8022
|
|
|
7939
8023
|
/** @internal */
|
|
7940
8024
|
export type OneHundredAndTwentyThree$Outbound = {
|
|
7941
|
-
|
|
7942
|
-
|
|
7943
|
-
|
|
7944
|
-
|
|
7945
|
-
|
|
7946
|
-
|
|
8025
|
+
requestedTeamName: string;
|
|
8026
|
+
requestedUserName?: string | undefined;
|
|
8027
|
+
gitUsername?: string | undefined;
|
|
8028
|
+
githubUsername?: string | undefined;
|
|
8029
|
+
gitlabUsername?: string | undefined;
|
|
8030
|
+
bitbucketUsername?: string | undefined;
|
|
7947
8031
|
};
|
|
7948
8032
|
|
|
7949
8033
|
/** @internal */
|
|
@@ -7952,12 +8036,12 @@ export const OneHundredAndTwentyThree$outboundSchema: z.ZodType<
|
|
|
7952
8036
|
z.ZodTypeDef,
|
|
7953
8037
|
OneHundredAndTwentyThree
|
|
7954
8038
|
> = z.object({
|
|
7955
|
-
|
|
7956
|
-
|
|
7957
|
-
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
|
|
8039
|
+
requestedTeamName: z.string(),
|
|
8040
|
+
requestedUserName: z.string().optional(),
|
|
8041
|
+
gitUsername: z.string().optional(),
|
|
8042
|
+
githubUsername: z.string().optional(),
|
|
8043
|
+
gitlabUsername: z.string().optional(),
|
|
8044
|
+
bitbucketUsername: z.string().optional(),
|
|
7961
8045
|
});
|
|
7962
8046
|
|
|
7963
8047
|
/**
|
|
@@ -7997,22 +8081,22 @@ export const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<
|
|
|
7997
8081
|
z.ZodTypeDef,
|
|
7998
8082
|
unknown
|
|
7999
8083
|
> = z.object({
|
|
8000
|
-
|
|
8001
|
-
|
|
8002
|
-
gitUsername: z.string().optional(),
|
|
8003
|
-
githubUsername: z.string().optional(),
|
|
8004
|
-
gitlabUsername: z.string().optional(),
|
|
8005
|
-
bitbucketUsername: z.string().optional(),
|
|
8084
|
+
teamName: z.string(),
|
|
8085
|
+
username: z.string().optional(),
|
|
8086
|
+
gitUsername: z.nullable(z.string()).optional(),
|
|
8087
|
+
githubUsername: z.nullable(z.string()).optional(),
|
|
8088
|
+
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8089
|
+
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8006
8090
|
});
|
|
8007
8091
|
|
|
8008
8092
|
/** @internal */
|
|
8009
8093
|
export type OneHundredAndTwentyTwo$Outbound = {
|
|
8010
|
-
|
|
8011
|
-
|
|
8012
|
-
gitUsername?: string | undefined;
|
|
8013
|
-
githubUsername?: string | undefined;
|
|
8014
|
-
gitlabUsername?: string | undefined;
|
|
8015
|
-
bitbucketUsername?: string | undefined;
|
|
8094
|
+
teamName: string;
|
|
8095
|
+
username?: string | undefined;
|
|
8096
|
+
gitUsername?: string | null | undefined;
|
|
8097
|
+
githubUsername?: string | null | undefined;
|
|
8098
|
+
gitlabUsername?: string | null | undefined;
|
|
8099
|
+
bitbucketUsername?: string | null | undefined;
|
|
8016
8100
|
};
|
|
8017
8101
|
|
|
8018
8102
|
/** @internal */
|
|
@@ -8021,12 +8105,12 @@ export const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<
|
|
|
8021
8105
|
z.ZodTypeDef,
|
|
8022
8106
|
OneHundredAndTwentyTwo
|
|
8023
8107
|
> = z.object({
|
|
8024
|
-
|
|
8025
|
-
|
|
8026
|
-
gitUsername: z.string().optional(),
|
|
8027
|
-
githubUsername: z.string().optional(),
|
|
8028
|
-
gitlabUsername: z.string().optional(),
|
|
8029
|
-
bitbucketUsername: z.string().optional(),
|
|
8108
|
+
teamName: z.string(),
|
|
8109
|
+
username: z.string().optional(),
|
|
8110
|
+
gitUsername: z.nullable(z.string()).optional(),
|
|
8111
|
+
githubUsername: z.nullable(z.string()).optional(),
|
|
8112
|
+
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8113
|
+
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8030
8114
|
});
|
|
8031
8115
|
|
|
8032
8116
|
/**
|
|
@@ -8068,20 +8152,24 @@ export const OneHundredAndTwentyOne$inboundSchema: z.ZodType<
|
|
|
8068
8152
|
> = z.object({
|
|
8069
8153
|
teamName: z.string(),
|
|
8070
8154
|
username: z.string().optional(),
|
|
8071
|
-
gitUsername: z.
|
|
8155
|
+
gitUsername: z.string().optional(),
|
|
8072
8156
|
githubUsername: z.nullable(z.string()).optional(),
|
|
8073
8157
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8074
8158
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8159
|
+
updatedUid: z.string().optional(),
|
|
8160
|
+
teamId: z.string().optional(),
|
|
8075
8161
|
});
|
|
8076
8162
|
|
|
8077
8163
|
/** @internal */
|
|
8078
8164
|
export type OneHundredAndTwentyOne$Outbound = {
|
|
8079
8165
|
teamName: string;
|
|
8080
8166
|
username?: string | undefined;
|
|
8081
|
-
gitUsername?: string |
|
|
8167
|
+
gitUsername?: string | undefined;
|
|
8082
8168
|
githubUsername?: string | null | undefined;
|
|
8083
8169
|
gitlabUsername?: string | null | undefined;
|
|
8084
8170
|
bitbucketUsername?: string | null | undefined;
|
|
8171
|
+
updatedUid?: string | undefined;
|
|
8172
|
+
teamId?: string | undefined;
|
|
8085
8173
|
};
|
|
8086
8174
|
|
|
8087
8175
|
/** @internal */
|
|
@@ -8092,10 +8180,12 @@ export const OneHundredAndTwentyOne$outboundSchema: z.ZodType<
|
|
|
8092
8180
|
> = z.object({
|
|
8093
8181
|
teamName: z.string(),
|
|
8094
8182
|
username: z.string().optional(),
|
|
8095
|
-
gitUsername: z.
|
|
8183
|
+
gitUsername: z.string().optional(),
|
|
8096
8184
|
githubUsername: z.nullable(z.string()).optional(),
|
|
8097
8185
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8098
8186
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8187
|
+
updatedUid: z.string().optional(),
|
|
8188
|
+
teamId: z.string().optional(),
|
|
8099
8189
|
});
|
|
8100
8190
|
|
|
8101
8191
|
/**
|
|
@@ -8135,26 +8225,14 @@ export const OneHundredAndTwenty$inboundSchema: z.ZodType<
|
|
|
8135
8225
|
z.ZodTypeDef,
|
|
8136
8226
|
unknown
|
|
8137
8227
|
> = z.object({
|
|
8138
|
-
|
|
8139
|
-
|
|
8140
|
-
gitUsername: z.string().optional(),
|
|
8141
|
-
githubUsername: z.nullable(z.string()).optional(),
|
|
8142
|
-
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8143
|
-
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8144
|
-
updatedUid: z.string().optional(),
|
|
8145
|
-
teamId: z.string().optional(),
|
|
8228
|
+
price: z.number().optional(),
|
|
8229
|
+
currency: z.string().optional(),
|
|
8146
8230
|
});
|
|
8147
8231
|
|
|
8148
8232
|
/** @internal */
|
|
8149
8233
|
export type OneHundredAndTwenty$Outbound = {
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
gitUsername?: string | undefined;
|
|
8153
|
-
githubUsername?: string | null | undefined;
|
|
8154
|
-
gitlabUsername?: string | null | undefined;
|
|
8155
|
-
bitbucketUsername?: string | null | undefined;
|
|
8156
|
-
updatedUid?: string | undefined;
|
|
8157
|
-
teamId?: string | undefined;
|
|
8234
|
+
price?: number | undefined;
|
|
8235
|
+
currency?: string | undefined;
|
|
8158
8236
|
};
|
|
8159
8237
|
|
|
8160
8238
|
/** @internal */
|
|
@@ -8163,14 +8241,8 @@ export const OneHundredAndTwenty$outboundSchema: z.ZodType<
|
|
|
8163
8241
|
z.ZodTypeDef,
|
|
8164
8242
|
OneHundredAndTwenty
|
|
8165
8243
|
> = z.object({
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
gitUsername: z.string().optional(),
|
|
8169
|
-
githubUsername: z.nullable(z.string()).optional(),
|
|
8170
|
-
gitlabUsername: z.nullable(z.string()).optional(),
|
|
8171
|
-
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
8172
|
-
updatedUid: z.string().optional(),
|
|
8173
|
-
teamId: z.string().optional(),
|
|
8244
|
+
price: z.number().optional(),
|
|
8245
|
+
currency: z.string().optional(),
|
|
8174
8246
|
});
|
|
8175
8247
|
|
|
8176
8248
|
/**
|
|
@@ -8210,14 +8282,14 @@ export const OneHundredAndNineteen$inboundSchema: z.ZodType<
|
|
|
8210
8282
|
z.ZodTypeDef,
|
|
8211
8283
|
unknown
|
|
8212
8284
|
> = z.object({
|
|
8213
|
-
|
|
8214
|
-
|
|
8285
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
8286
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
8215
8287
|
});
|
|
8216
8288
|
|
|
8217
8289
|
/** @internal */
|
|
8218
8290
|
export type OneHundredAndNineteen$Outbound = {
|
|
8219
|
-
|
|
8220
|
-
|
|
8291
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
8292
|
+
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
8221
8293
|
};
|
|
8222
8294
|
|
|
8223
8295
|
/** @internal */
|
|
@@ -8226,8 +8298,8 @@ export const OneHundredAndNineteen$outboundSchema: z.ZodType<
|
|
|
8226
8298
|
z.ZodTypeDef,
|
|
8227
8299
|
OneHundredAndNineteen
|
|
8228
8300
|
> = z.object({
|
|
8229
|
-
|
|
8230
|
-
|
|
8301
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
8302
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
8231
8303
|
});
|
|
8232
8304
|
|
|
8233
8305
|
/**
|
|
@@ -8267,14 +8339,16 @@ export const OneHundredAndEighteen$inboundSchema: z.ZodType<
|
|
|
8267
8339
|
z.ZodTypeDef,
|
|
8268
8340
|
unknown
|
|
8269
8341
|
> = z.object({
|
|
8270
|
-
|
|
8271
|
-
|
|
8342
|
+
price: z.number().optional(),
|
|
8343
|
+
currency: z.string().optional(),
|
|
8344
|
+
enabled: z.boolean().optional(),
|
|
8272
8345
|
});
|
|
8273
8346
|
|
|
8274
8347
|
/** @internal */
|
|
8275
8348
|
export type OneHundredAndEighteen$Outbound = {
|
|
8276
|
-
|
|
8277
|
-
|
|
8349
|
+
price?: number | undefined;
|
|
8350
|
+
currency?: string | undefined;
|
|
8351
|
+
enabled?: boolean | undefined;
|
|
8278
8352
|
};
|
|
8279
8353
|
|
|
8280
8354
|
/** @internal */
|
|
@@ -8283,8 +8357,9 @@ export const OneHundredAndEighteen$outboundSchema: z.ZodType<
|
|
|
8283
8357
|
z.ZodTypeDef,
|
|
8284
8358
|
OneHundredAndEighteen
|
|
8285
8359
|
> = z.object({
|
|
8286
|
-
|
|
8287
|
-
|
|
8360
|
+
price: z.number().optional(),
|
|
8361
|
+
currency: z.string().optional(),
|
|
8362
|
+
enabled: z.boolean().optional(),
|
|
8288
8363
|
});
|
|
8289
8364
|
|
|
8290
8365
|
/**
|
|
@@ -8324,16 +8399,12 @@ export const OneHundredAndSeventeen$inboundSchema: z.ZodType<
|
|
|
8324
8399
|
z.ZodTypeDef,
|
|
8325
8400
|
unknown
|
|
8326
8401
|
> = z.object({
|
|
8327
|
-
|
|
8328
|
-
currency: z.string().optional(),
|
|
8329
|
-
enabled: z.boolean().optional(),
|
|
8402
|
+
username: z.string(),
|
|
8330
8403
|
});
|
|
8331
8404
|
|
|
8332
8405
|
/** @internal */
|
|
8333
8406
|
export type OneHundredAndSeventeen$Outbound = {
|
|
8334
|
-
|
|
8335
|
-
currency?: string | undefined;
|
|
8336
|
-
enabled?: boolean | undefined;
|
|
8407
|
+
username: string;
|
|
8337
8408
|
};
|
|
8338
8409
|
|
|
8339
8410
|
/** @internal */
|
|
@@ -8342,9 +8413,7 @@ export const OneHundredAndSeventeen$outboundSchema: z.ZodType<
|
|
|
8342
8413
|
z.ZodTypeDef,
|
|
8343
8414
|
OneHundredAndSeventeen
|
|
8344
8415
|
> = z.object({
|
|
8345
|
-
|
|
8346
|
-
currency: z.string().optional(),
|
|
8347
|
-
enabled: z.boolean().optional(),
|
|
8416
|
+
username: z.string(),
|
|
8348
8417
|
});
|
|
8349
8418
|
|
|
8350
8419
|
/**
|
|
@@ -8384,12 +8453,14 @@ export const OneHundredAndSixteen$inboundSchema: z.ZodType<
|
|
|
8384
8453
|
z.ZodTypeDef,
|
|
8385
8454
|
unknown
|
|
8386
8455
|
> = z.object({
|
|
8387
|
-
|
|
8456
|
+
email: z.string(),
|
|
8457
|
+
prevEmail: z.string(),
|
|
8388
8458
|
});
|
|
8389
8459
|
|
|
8390
8460
|
/** @internal */
|
|
8391
8461
|
export type OneHundredAndSixteen$Outbound = {
|
|
8392
|
-
|
|
8462
|
+
email: string;
|
|
8463
|
+
prevEmail: string;
|
|
8393
8464
|
};
|
|
8394
8465
|
|
|
8395
8466
|
/** @internal */
|
|
@@ -8398,7 +8469,8 @@ export const OneHundredAndSixteen$outboundSchema: z.ZodType<
|
|
|
8398
8469
|
z.ZodTypeDef,
|
|
8399
8470
|
OneHundredAndSixteen
|
|
8400
8471
|
> = z.object({
|
|
8401
|
-
|
|
8472
|
+
email: z.string(),
|
|
8473
|
+
prevEmail: z.string(),
|
|
8402
8474
|
});
|
|
8403
8475
|
|
|
8404
8476
|
/**
|
|
@@ -8438,14 +8510,12 @@ export const OneHundredAndFifteen$inboundSchema: z.ZodType<
|
|
|
8438
8510
|
z.ZodTypeDef,
|
|
8439
8511
|
unknown
|
|
8440
8512
|
> = z.object({
|
|
8441
|
-
|
|
8442
|
-
prevEmail: z.string(),
|
|
8513
|
+
mfaEnabled: z.boolean(),
|
|
8443
8514
|
});
|
|
8444
8515
|
|
|
8445
8516
|
/** @internal */
|
|
8446
8517
|
export type OneHundredAndFifteen$Outbound = {
|
|
8447
|
-
|
|
8448
|
-
prevEmail: string;
|
|
8518
|
+
mfaEnabled: boolean;
|
|
8449
8519
|
};
|
|
8450
8520
|
|
|
8451
8521
|
/** @internal */
|
|
@@ -8454,8 +8524,7 @@ export const OneHundredAndFifteen$outboundSchema: z.ZodType<
|
|
|
8454
8524
|
z.ZodTypeDef,
|
|
8455
8525
|
OneHundredAndFifteen
|
|
8456
8526
|
> = z.object({
|
|
8457
|
-
|
|
8458
|
-
prevEmail: z.string(),
|
|
8527
|
+
mfaEnabled: z.boolean(),
|
|
8459
8528
|
});
|
|
8460
8529
|
|
|
8461
8530
|
/**
|
|
@@ -8495,12 +8564,14 @@ export const OneHundredAndFourteen$inboundSchema: z.ZodType<
|
|
|
8495
8564
|
z.ZodTypeDef,
|
|
8496
8565
|
unknown
|
|
8497
8566
|
> = z.object({
|
|
8498
|
-
|
|
8567
|
+
enabled: z.boolean(),
|
|
8568
|
+
totpVerified: z.boolean(),
|
|
8499
8569
|
});
|
|
8500
8570
|
|
|
8501
8571
|
/** @internal */
|
|
8502
8572
|
export type OneHundredAndFourteen$Outbound = {
|
|
8503
|
-
|
|
8573
|
+
enabled: boolean;
|
|
8574
|
+
totpVerified: boolean;
|
|
8504
8575
|
};
|
|
8505
8576
|
|
|
8506
8577
|
/** @internal */
|
|
@@ -8509,7 +8580,8 @@ export const OneHundredAndFourteen$outboundSchema: z.ZodType<
|
|
|
8509
8580
|
z.ZodTypeDef,
|
|
8510
8581
|
OneHundredAndFourteen
|
|
8511
8582
|
> = z.object({
|
|
8512
|
-
|
|
8583
|
+
enabled: z.boolean(),
|
|
8584
|
+
totpVerified: z.boolean(),
|
|
8513
8585
|
});
|
|
8514
8586
|
|
|
8515
8587
|
/**
|
|
@@ -8543,63 +8615,6 @@ export function oneHundredAndFourteenFromJSON(
|
|
|
8543
8615
|
);
|
|
8544
8616
|
}
|
|
8545
8617
|
|
|
8546
|
-
/** @internal */
|
|
8547
|
-
export const OneHundredAndThirteen$inboundSchema: z.ZodType<
|
|
8548
|
-
OneHundredAndThirteen,
|
|
8549
|
-
z.ZodTypeDef,
|
|
8550
|
-
unknown
|
|
8551
|
-
> = z.object({
|
|
8552
|
-
enabled: z.boolean(),
|
|
8553
|
-
totpVerified: z.boolean(),
|
|
8554
|
-
});
|
|
8555
|
-
|
|
8556
|
-
/** @internal */
|
|
8557
|
-
export type OneHundredAndThirteen$Outbound = {
|
|
8558
|
-
enabled: boolean;
|
|
8559
|
-
totpVerified: boolean;
|
|
8560
|
-
};
|
|
8561
|
-
|
|
8562
|
-
/** @internal */
|
|
8563
|
-
export const OneHundredAndThirteen$outboundSchema: z.ZodType<
|
|
8564
|
-
OneHundredAndThirteen$Outbound,
|
|
8565
|
-
z.ZodTypeDef,
|
|
8566
|
-
OneHundredAndThirteen
|
|
8567
|
-
> = z.object({
|
|
8568
|
-
enabled: z.boolean(),
|
|
8569
|
-
totpVerified: z.boolean(),
|
|
8570
|
-
});
|
|
8571
|
-
|
|
8572
|
-
/**
|
|
8573
|
-
* @internal
|
|
8574
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8575
|
-
*/
|
|
8576
|
-
export namespace OneHundredAndThirteen$ {
|
|
8577
|
-
/** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
|
|
8578
|
-
export const inboundSchema = OneHundredAndThirteen$inboundSchema;
|
|
8579
|
-
/** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
|
|
8580
|
-
export const outboundSchema = OneHundredAndThirteen$outboundSchema;
|
|
8581
|
-
/** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
|
|
8582
|
-
export type Outbound = OneHundredAndThirteen$Outbound;
|
|
8583
|
-
}
|
|
8584
|
-
|
|
8585
|
-
export function oneHundredAndThirteenToJSON(
|
|
8586
|
-
oneHundredAndThirteen: OneHundredAndThirteen,
|
|
8587
|
-
): string {
|
|
8588
|
-
return JSON.stringify(
|
|
8589
|
-
OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen),
|
|
8590
|
-
);
|
|
8591
|
-
}
|
|
8592
|
-
|
|
8593
|
-
export function oneHundredAndThirteenFromJSON(
|
|
8594
|
-
jsonString: string,
|
|
8595
|
-
): SafeParseResult<OneHundredAndThirteen, SDKValidationError> {
|
|
8596
|
-
return safeParse(
|
|
8597
|
-
jsonString,
|
|
8598
|
-
(x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)),
|
|
8599
|
-
`Failed to parse 'OneHundredAndThirteen' from JSON`,
|
|
8600
|
-
);
|
|
8601
|
-
}
|
|
8602
|
-
|
|
8603
8618
|
/** @internal */
|
|
8604
8619
|
export const Previous$inboundSchema: z.ZodType<
|
|
8605
8620
|
Previous,
|
|
@@ -8701,8 +8716,8 @@ export function nextFromJSON(
|
|
|
8701
8716
|
}
|
|
8702
8717
|
|
|
8703
8718
|
/** @internal */
|
|
8704
|
-
export const
|
|
8705
|
-
|
|
8719
|
+
export const OneHundredAndThirteen$inboundSchema: z.ZodType<
|
|
8720
|
+
OneHundredAndThirteen,
|
|
8706
8721
|
z.ZodTypeDef,
|
|
8707
8722
|
unknown
|
|
8708
8723
|
> = z.object({
|
|
@@ -8711,16 +8726,16 @@ export const OneHundredAndTwelve$inboundSchema: z.ZodType<
|
|
|
8711
8726
|
});
|
|
8712
8727
|
|
|
8713
8728
|
/** @internal */
|
|
8714
|
-
export type
|
|
8729
|
+
export type OneHundredAndThirteen$Outbound = {
|
|
8715
8730
|
previous: Previous$Outbound;
|
|
8716
8731
|
next: Next$Outbound;
|
|
8717
8732
|
};
|
|
8718
8733
|
|
|
8719
8734
|
/** @internal */
|
|
8720
|
-
export const
|
|
8721
|
-
|
|
8735
|
+
export const OneHundredAndThirteen$outboundSchema: z.ZodType<
|
|
8736
|
+
OneHundredAndThirteen$Outbound,
|
|
8722
8737
|
z.ZodTypeDef,
|
|
8723
|
-
|
|
8738
|
+
OneHundredAndThirteen
|
|
8724
8739
|
> = z.object({
|
|
8725
8740
|
previous: z.lazy(() => Previous$outboundSchema),
|
|
8726
8741
|
next: z.lazy(() => Next$outboundSchema),
|
|
@@ -8730,30 +8745,30 @@ export const OneHundredAndTwelve$outboundSchema: z.ZodType<
|
|
|
8730
8745
|
* @internal
|
|
8731
8746
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8732
8747
|
*/
|
|
8733
|
-
export namespace
|
|
8734
|
-
/** @deprecated use `
|
|
8735
|
-
export const inboundSchema =
|
|
8736
|
-
/** @deprecated use `
|
|
8737
|
-
export const outboundSchema =
|
|
8738
|
-
/** @deprecated use `
|
|
8739
|
-
export type Outbound =
|
|
8748
|
+
export namespace OneHundredAndThirteen$ {
|
|
8749
|
+
/** @deprecated use `OneHundredAndThirteen$inboundSchema` instead. */
|
|
8750
|
+
export const inboundSchema = OneHundredAndThirteen$inboundSchema;
|
|
8751
|
+
/** @deprecated use `OneHundredAndThirteen$outboundSchema` instead. */
|
|
8752
|
+
export const outboundSchema = OneHundredAndThirteen$outboundSchema;
|
|
8753
|
+
/** @deprecated use `OneHundredAndThirteen$Outbound` instead. */
|
|
8754
|
+
export type Outbound = OneHundredAndThirteen$Outbound;
|
|
8740
8755
|
}
|
|
8741
8756
|
|
|
8742
|
-
export function
|
|
8743
|
-
|
|
8757
|
+
export function oneHundredAndThirteenToJSON(
|
|
8758
|
+
oneHundredAndThirteen: OneHundredAndThirteen,
|
|
8744
8759
|
): string {
|
|
8745
8760
|
return JSON.stringify(
|
|
8746
|
-
|
|
8761
|
+
OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen),
|
|
8747
8762
|
);
|
|
8748
8763
|
}
|
|
8749
8764
|
|
|
8750
|
-
export function
|
|
8765
|
+
export function oneHundredAndThirteenFromJSON(
|
|
8751
8766
|
jsonString: string,
|
|
8752
|
-
): SafeParseResult<
|
|
8767
|
+
): SafeParseResult<OneHundredAndThirteen, SDKValidationError> {
|
|
8753
8768
|
return safeParse(
|
|
8754
8769
|
jsonString,
|
|
8755
|
-
(x) =>
|
|
8756
|
-
`Failed to parse '
|
|
8770
|
+
(x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)),
|
|
8771
|
+
`Failed to parse 'OneHundredAndThirteen' from JSON`,
|
|
8757
8772
|
);
|
|
8758
8773
|
}
|
|
8759
8774
|
|
|
@@ -8811,18 +8826,72 @@ export function payloadRemoteCachingFromJSON(
|
|
|
8811
8826
|
);
|
|
8812
8827
|
}
|
|
8813
8828
|
|
|
8829
|
+
/** @internal */
|
|
8830
|
+
export const OneHundredAndTwelve$inboundSchema: z.ZodType<
|
|
8831
|
+
OneHundredAndTwelve,
|
|
8832
|
+
z.ZodTypeDef,
|
|
8833
|
+
unknown
|
|
8834
|
+
> = z.object({
|
|
8835
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
8836
|
+
});
|
|
8837
|
+
|
|
8838
|
+
/** @internal */
|
|
8839
|
+
export type OneHundredAndTwelve$Outbound = {
|
|
8840
|
+
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
8841
|
+
};
|
|
8842
|
+
|
|
8843
|
+
/** @internal */
|
|
8844
|
+
export const OneHundredAndTwelve$outboundSchema: z.ZodType<
|
|
8845
|
+
OneHundredAndTwelve$Outbound,
|
|
8846
|
+
z.ZodTypeDef,
|
|
8847
|
+
OneHundredAndTwelve
|
|
8848
|
+
> = z.object({
|
|
8849
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
8850
|
+
});
|
|
8851
|
+
|
|
8852
|
+
/**
|
|
8853
|
+
* @internal
|
|
8854
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8855
|
+
*/
|
|
8856
|
+
export namespace OneHundredAndTwelve$ {
|
|
8857
|
+
/** @deprecated use `OneHundredAndTwelve$inboundSchema` instead. */
|
|
8858
|
+
export const inboundSchema = OneHundredAndTwelve$inboundSchema;
|
|
8859
|
+
/** @deprecated use `OneHundredAndTwelve$outboundSchema` instead. */
|
|
8860
|
+
export const outboundSchema = OneHundredAndTwelve$outboundSchema;
|
|
8861
|
+
/** @deprecated use `OneHundredAndTwelve$Outbound` instead. */
|
|
8862
|
+
export type Outbound = OneHundredAndTwelve$Outbound;
|
|
8863
|
+
}
|
|
8864
|
+
|
|
8865
|
+
export function oneHundredAndTwelveToJSON(
|
|
8866
|
+
oneHundredAndTwelve: OneHundredAndTwelve,
|
|
8867
|
+
): string {
|
|
8868
|
+
return JSON.stringify(
|
|
8869
|
+
OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve),
|
|
8870
|
+
);
|
|
8871
|
+
}
|
|
8872
|
+
|
|
8873
|
+
export function oneHundredAndTwelveFromJSON(
|
|
8874
|
+
jsonString: string,
|
|
8875
|
+
): SafeParseResult<OneHundredAndTwelve, SDKValidationError> {
|
|
8876
|
+
return safeParse(
|
|
8877
|
+
jsonString,
|
|
8878
|
+
(x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)),
|
|
8879
|
+
`Failed to parse 'OneHundredAndTwelve' from JSON`,
|
|
8880
|
+
);
|
|
8881
|
+
}
|
|
8882
|
+
|
|
8814
8883
|
/** @internal */
|
|
8815
8884
|
export const OneHundredAndEleven$inboundSchema: z.ZodType<
|
|
8816
8885
|
OneHundredAndEleven,
|
|
8817
8886
|
z.ZodTypeDef,
|
|
8818
8887
|
unknown
|
|
8819
8888
|
> = z.object({
|
|
8820
|
-
|
|
8889
|
+
slug: z.string().optional(),
|
|
8821
8890
|
});
|
|
8822
8891
|
|
|
8823
8892
|
/** @internal */
|
|
8824
8893
|
export type OneHundredAndEleven$Outbound = {
|
|
8825
|
-
|
|
8894
|
+
slug?: string | undefined;
|
|
8826
8895
|
};
|
|
8827
8896
|
|
|
8828
8897
|
/** @internal */
|
|
@@ -8831,7 +8900,7 @@ export const OneHundredAndEleven$outboundSchema: z.ZodType<
|
|
|
8831
8900
|
z.ZodTypeDef,
|
|
8832
8901
|
OneHundredAndEleven
|
|
8833
8902
|
> = z.object({
|
|
8834
|
-
|
|
8903
|
+
slug: z.string().optional(),
|
|
8835
8904
|
});
|
|
8836
8905
|
|
|
8837
8906
|
/**
|
|
@@ -8871,12 +8940,12 @@ export const OneHundredAndTen$inboundSchema: z.ZodType<
|
|
|
8871
8940
|
z.ZodTypeDef,
|
|
8872
8941
|
unknown
|
|
8873
8942
|
> = z.object({
|
|
8874
|
-
|
|
8943
|
+
name: z.string().optional(),
|
|
8875
8944
|
});
|
|
8876
8945
|
|
|
8877
8946
|
/** @internal */
|
|
8878
8947
|
export type OneHundredAndTen$Outbound = {
|
|
8879
|
-
|
|
8948
|
+
name?: string | undefined;
|
|
8880
8949
|
};
|
|
8881
8950
|
|
|
8882
8951
|
/** @internal */
|
|
@@ -8885,7 +8954,7 @@ export const OneHundredAndTen$outboundSchema: z.ZodType<
|
|
|
8885
8954
|
z.ZodTypeDef,
|
|
8886
8955
|
OneHundredAndTen
|
|
8887
8956
|
> = z.object({
|
|
8888
|
-
|
|
8957
|
+
name: z.string().optional(),
|
|
8889
8958
|
});
|
|
8890
8959
|
|
|
8891
8960
|
/**
|
|
@@ -8925,12 +8994,12 @@ export const OneHundredAndNine$inboundSchema: z.ZodType<
|
|
|
8925
8994
|
z.ZodTypeDef,
|
|
8926
8995
|
unknown
|
|
8927
8996
|
> = z.object({
|
|
8928
|
-
|
|
8997
|
+
enforced: z.boolean(),
|
|
8929
8998
|
});
|
|
8930
8999
|
|
|
8931
9000
|
/** @internal */
|
|
8932
9001
|
export type OneHundredAndNine$Outbound = {
|
|
8933
|
-
|
|
9002
|
+
enforced: boolean;
|
|
8934
9003
|
};
|
|
8935
9004
|
|
|
8936
9005
|
/** @internal */
|
|
@@ -8939,7 +9008,7 @@ export const OneHundredAndNine$outboundSchema: z.ZodType<
|
|
|
8939
9008
|
z.ZodTypeDef,
|
|
8940
9009
|
OneHundredAndNine
|
|
8941
9010
|
> = z.object({
|
|
8942
|
-
|
|
9011
|
+
enforced: z.boolean(),
|
|
8943
9012
|
});
|
|
8944
9013
|
|
|
8945
9014
|
/**
|
|
@@ -15969,6 +16038,63 @@ export function payloadBuildEntitlementsFromJSON(
|
|
|
15969
16038
|
);
|
|
15970
16039
|
}
|
|
15971
16040
|
|
|
16041
|
+
/** @internal */
|
|
16042
|
+
export const PayloadBuildMachine$inboundSchema: z.ZodType<
|
|
16043
|
+
PayloadBuildMachine,
|
|
16044
|
+
z.ZodTypeDef,
|
|
16045
|
+
unknown
|
|
16046
|
+
> = z.object({
|
|
16047
|
+
cores: z.number().optional(),
|
|
16048
|
+
memory: z.number().optional(),
|
|
16049
|
+
});
|
|
16050
|
+
|
|
16051
|
+
/** @internal */
|
|
16052
|
+
export type PayloadBuildMachine$Outbound = {
|
|
16053
|
+
cores?: number | undefined;
|
|
16054
|
+
memory?: number | undefined;
|
|
16055
|
+
};
|
|
16056
|
+
|
|
16057
|
+
/** @internal */
|
|
16058
|
+
export const PayloadBuildMachine$outboundSchema: z.ZodType<
|
|
16059
|
+
PayloadBuildMachine$Outbound,
|
|
16060
|
+
z.ZodTypeDef,
|
|
16061
|
+
PayloadBuildMachine
|
|
16062
|
+
> = z.object({
|
|
16063
|
+
cores: z.number().optional(),
|
|
16064
|
+
memory: z.number().optional(),
|
|
16065
|
+
});
|
|
16066
|
+
|
|
16067
|
+
/**
|
|
16068
|
+
* @internal
|
|
16069
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16070
|
+
*/
|
|
16071
|
+
export namespace PayloadBuildMachine$ {
|
|
16072
|
+
/** @deprecated use `PayloadBuildMachine$inboundSchema` instead. */
|
|
16073
|
+
export const inboundSchema = PayloadBuildMachine$inboundSchema;
|
|
16074
|
+
/** @deprecated use `PayloadBuildMachine$outboundSchema` instead. */
|
|
16075
|
+
export const outboundSchema = PayloadBuildMachine$outboundSchema;
|
|
16076
|
+
/** @deprecated use `PayloadBuildMachine$Outbound` instead. */
|
|
16077
|
+
export type Outbound = PayloadBuildMachine$Outbound;
|
|
16078
|
+
}
|
|
16079
|
+
|
|
16080
|
+
export function payloadBuildMachineToJSON(
|
|
16081
|
+
payloadBuildMachine: PayloadBuildMachine,
|
|
16082
|
+
): string {
|
|
16083
|
+
return JSON.stringify(
|
|
16084
|
+
PayloadBuildMachine$outboundSchema.parse(payloadBuildMachine),
|
|
16085
|
+
);
|
|
16086
|
+
}
|
|
16087
|
+
|
|
16088
|
+
export function payloadBuildMachineFromJSON(
|
|
16089
|
+
jsonString: string,
|
|
16090
|
+
): SafeParseResult<PayloadBuildMachine, SDKValidationError> {
|
|
16091
|
+
return safeParse(
|
|
16092
|
+
jsonString,
|
|
16093
|
+
(x) => PayloadBuildMachine$inboundSchema.parse(JSON.parse(x)),
|
|
16094
|
+
`Failed to parse 'PayloadBuildMachine' from JSON`,
|
|
16095
|
+
);
|
|
16096
|
+
}
|
|
16097
|
+
|
|
15972
16098
|
/** @internal */
|
|
15973
16099
|
export const PayloadResourceConfig$inboundSchema: z.ZodType<
|
|
15974
16100
|
PayloadResourceConfig,
|
|
@@ -15999,6 +16125,7 @@ export const PayloadResourceConfig$inboundSchema: z.ZodType<
|
|
|
15999
16125
|
microfrontendProjectsPerGroup: z.number().optional(),
|
|
16000
16126
|
flagsExplorerOverridesThreshold: z.number().optional(),
|
|
16001
16127
|
flagsExplorerUnlimitedOverrides: z.boolean().optional(),
|
|
16128
|
+
buildMachine: z.lazy(() => PayloadBuildMachine$inboundSchema).optional(),
|
|
16002
16129
|
});
|
|
16003
16130
|
|
|
16004
16131
|
/** @internal */
|
|
@@ -16026,6 +16153,7 @@ export type PayloadResourceConfig$Outbound = {
|
|
|
16026
16153
|
microfrontendProjectsPerGroup?: number | undefined;
|
|
16027
16154
|
flagsExplorerOverridesThreshold?: number | undefined;
|
|
16028
16155
|
flagsExplorerUnlimitedOverrides?: boolean | undefined;
|
|
16156
|
+
buildMachine?: PayloadBuildMachine$Outbound | undefined;
|
|
16029
16157
|
};
|
|
16030
16158
|
|
|
16031
16159
|
/** @internal */
|
|
@@ -16058,6 +16186,7 @@ export const PayloadResourceConfig$outboundSchema: z.ZodType<
|
|
|
16058
16186
|
microfrontendProjectsPerGroup: z.number().optional(),
|
|
16059
16187
|
flagsExplorerOverridesThreshold: z.number().optional(),
|
|
16060
16188
|
flagsExplorerUnlimitedOverrides: z.boolean().optional(),
|
|
16189
|
+
buildMachine: z.lazy(() => PayloadBuildMachine$outboundSchema).optional(),
|
|
16061
16190
|
});
|
|
16062
16191
|
|
|
16063
16192
|
/**
|
|
@@ -27322,11 +27451,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
27322
27451
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
27323
27452
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
27324
27453
|
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
27325
|
-
z.lazy(() =>
|
|
27326
|
-
z.lazy(() =>
|
|
27327
|
-
z.lazy(() =>
|
|
27328
|
-
z.lazy(() =>
|
|
27329
|
-
z.lazy(() =>
|
|
27454
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
27455
|
+
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
27456
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
27457
|
+
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
27458
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
27459
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
27330
27460
|
z.lazy(() => Four$inboundSchema),
|
|
27331
27461
|
z.lazy(() => Fourteen$inboundSchema),
|
|
27332
27462
|
z.lazy(() => Seventeen$inboundSchema),
|
|
@@ -27355,18 +27485,18 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
27355
27485
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
27356
27486
|
z.lazy(() => OneHundred$inboundSchema),
|
|
27357
27487
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
27358
|
-
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
27359
27488
|
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
27360
|
-
z.lazy(() =>
|
|
27361
|
-
z.lazy(() =>
|
|
27489
|
+
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
27490
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
27362
27491
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
27363
|
-
z.lazy(() =>
|
|
27492
|
+
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
27364
27493
|
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
27365
27494
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
27366
|
-
z.lazy(() =>
|
|
27367
|
-
z.lazy(() =>
|
|
27495
|
+
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
27496
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
27368
27497
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
27369
27498
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
27499
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
27370
27500
|
z.lazy(() => Five$inboundSchema),
|
|
27371
27501
|
z.lazy(() => Eight$inboundSchema),
|
|
27372
27502
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -27400,14 +27530,14 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
27400
27530
|
z.lazy(() => NinetyTwo$inboundSchema),
|
|
27401
27531
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
27402
27532
|
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
27403
|
-
z.lazy(() =>
|
|
27404
|
-
z.lazy(() =>
|
|
27405
|
-
z.lazy(() =>
|
|
27406
|
-
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
27533
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
27534
|
+
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
27535
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
27407
27536
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
27408
|
-
z.lazy(() =>
|
|
27409
|
-
z.lazy(() =>
|
|
27537
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
27538
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
27410
27539
|
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
27540
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
27411
27541
|
z.lazy(() => Two$inboundSchema),
|
|
27412
27542
|
z.lazy(() => Six$inboundSchema),
|
|
27413
27543
|
z.lazy(() => Eleven$inboundSchema),
|
|
@@ -27420,12 +27550,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
27420
27550
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
27421
27551
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
27422
27552
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
27423
|
-
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
27424
27553
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
27425
|
-
z.lazy(() =>
|
|
27426
|
-
z.lazy(() =>
|
|
27427
|
-
z.lazy(() =>
|
|
27428
|
-
z.lazy(() =>
|
|
27554
|
+
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
27555
|
+
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
27556
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
27557
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
27558
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
27429
27559
|
z.lazy(() => Thirty$inboundSchema),
|
|
27430
27560
|
z.lazy(() => FortyTwo$inboundSchema),
|
|
27431
27561
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
@@ -27437,15 +27567,15 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
27437
27567
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
27438
27568
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
27439
27569
|
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
27440
|
-
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
27441
27570
|
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
27442
27571
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
27443
|
-
z.lazy(() =>
|
|
27572
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
27573
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
27444
27574
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
27445
27575
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
27446
27576
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
27447
27577
|
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
27448
|
-
z.lazy(() =>
|
|
27578
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
27449
27579
|
z.lazy(() => FiftySix$inboundSchema),
|
|
27450
27580
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
27451
27581
|
z.lazy(() => Seven$inboundSchema),
|
|
@@ -27473,11 +27603,12 @@ export type Payload$Outbound =
|
|
|
27473
27603
|
| OneHundredAndNine$Outbound
|
|
27474
27604
|
| OneHundredAndTen$Outbound
|
|
27475
27605
|
| OneHundredAndEleven$Outbound
|
|
27476
|
-
|
|
|
27477
|
-
|
|
|
27478
|
-
|
|
|
27479
|
-
|
|
|
27480
|
-
|
|
|
27606
|
+
| OneHundredAndTwelve$Outbound
|
|
27607
|
+
| OneHundredAndFifteen$Outbound
|
|
27608
|
+
| OneHundredAndSeventeen$Outbound
|
|
27609
|
+
| OneHundredAndThirtyOne$Outbound
|
|
27610
|
+
| OneHundredAndForty$Outbound
|
|
27611
|
+
| OneHundredAndFortyFour$Outbound
|
|
27481
27612
|
| Four$Outbound
|
|
27482
27613
|
| Fourteen$Outbound
|
|
27483
27614
|
| Seventeen$Outbound
|
|
@@ -27506,18 +27637,18 @@ export type Payload$Outbound =
|
|
|
27506
27637
|
| NinetyOne$Outbound
|
|
27507
27638
|
| OneHundred$Outbound
|
|
27508
27639
|
| OneHundredAndSeven$Outbound
|
|
27509
|
-
| OneHundredAndTwelve$Outbound
|
|
27510
27640
|
| OneHundredAndThirteen$Outbound
|
|
27511
|
-
|
|
|
27512
|
-
|
|
|
27641
|
+
| OneHundredAndFourteen$Outbound
|
|
27642
|
+
| OneHundredAndSixteen$Outbound
|
|
27513
27643
|
| OneHundredAndNineteen$Outbound
|
|
27514
|
-
|
|
|
27644
|
+
| OneHundredAndTwenty$Outbound
|
|
27515
27645
|
| OneHundredAndTwentyEight$Outbound
|
|
27516
27646
|
| OneHundredAndTwentyNine$Outbound
|
|
27517
|
-
|
|
|
27518
|
-
|
|
|
27647
|
+
| OneHundredAndThirty$Outbound
|
|
27648
|
+
| OneHundredAndThirtySeven$Outbound
|
|
27519
27649
|
| OneHundredAndFortyOne$Outbound
|
|
27520
27650
|
| OneHundredAndFortyTwo$Outbound
|
|
27651
|
+
| OneHundredAndFortyThree$Outbound
|
|
27521
27652
|
| Five$Outbound
|
|
27522
27653
|
| Eight$Outbound
|
|
27523
27654
|
| Ten$Outbound
|
|
@@ -27551,14 +27682,14 @@ export type Payload$Outbound =
|
|
|
27551
27682
|
| NinetyTwo$Outbound
|
|
27552
27683
|
| OneHundredAndFive$Outbound
|
|
27553
27684
|
| OneHundredAndEight$Outbound
|
|
27554
|
-
|
|
|
27555
|
-
|
|
|
27556
|
-
|
|
|
27557
|
-
| OneHundredAndThirtyThree$Outbound
|
|
27685
|
+
| OneHundredAndEighteen$Outbound
|
|
27686
|
+
| OneHundredAndTwentyFive$Outbound
|
|
27687
|
+
| OneHundredAndThirtyTwo$Outbound
|
|
27558
27688
|
| OneHundredAndThirtyFour$Outbound
|
|
27559
|
-
|
|
|
27560
|
-
|
|
|
27689
|
+
| OneHundredAndThirtyFive$Outbound
|
|
27690
|
+
| OneHundredAndThirtyEight$Outbound
|
|
27561
27691
|
| OneHundredAndFortyFive$Outbound
|
|
27692
|
+
| OneHundredAndFortySix$Outbound
|
|
27562
27693
|
| Two$Outbound
|
|
27563
27694
|
| Six$Outbound
|
|
27564
27695
|
| Eleven$Outbound
|
|
@@ -27571,12 +27702,12 @@ export type Payload$Outbound =
|
|
|
27571
27702
|
| SeventyFive$Outbound
|
|
27572
27703
|
| NinetyFour$Outbound
|
|
27573
27704
|
| OneHundredAndTwo$Outbound
|
|
27574
|
-
| OneHundredAndTwentyFive$Outbound
|
|
27575
27705
|
| OneHundredAndTwentySix$Outbound
|
|
27576
|
-
|
|
|
27577
|
-
|
|
|
27578
|
-
|
|
|
27579
|
-
|
|
|
27706
|
+
| OneHundredAndTwentySeven$Outbound
|
|
27707
|
+
| OneHundredAndThirtyThree$Outbound
|
|
27708
|
+
| OneHundredAndThirtySix$Outbound
|
|
27709
|
+
| OneHundredAndThirtyNine$Outbound
|
|
27710
|
+
| OneHundredAndFortySeven$Outbound
|
|
27580
27711
|
| Thirty$Outbound
|
|
27581
27712
|
| FortyTwo$Outbound
|
|
27582
27713
|
| FiftyNine$Outbound
|
|
@@ -27588,15 +27719,15 @@ export type Payload$Outbound =
|
|
|
27588
27719
|
| SixtyFive$Outbound
|
|
27589
27720
|
| NinetyEight$Outbound
|
|
27590
27721
|
| OneHundredAndFour$Outbound
|
|
27591
|
-
| OneHundredAndTwentyOne$Outbound
|
|
27592
27722
|
| OneHundredAndTwentyTwo$Outbound
|
|
27593
27723
|
| OneHundredAndTwentyThree$Outbound
|
|
27594
|
-
|
|
|
27724
|
+
| OneHundredAndTwentyFour$Outbound
|
|
27725
|
+
| OneHundredAndFortyEight$Outbound
|
|
27595
27726
|
| SixtyFour$Outbound
|
|
27596
27727
|
| SixtySeven$Outbound
|
|
27597
27728
|
| SeventyThree$Outbound
|
|
27598
27729
|
| OneHundredAndThree$Outbound
|
|
27599
|
-
|
|
|
27730
|
+
| OneHundredAndTwentyOne$Outbound
|
|
27600
27731
|
| FiftySix$Outbound
|
|
27601
27732
|
| SixtyEight$Outbound
|
|
27602
27733
|
| Seven$Outbound
|
|
@@ -27627,11 +27758,12 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
27627
27758
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
27628
27759
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
27629
27760
|
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
27630
|
-
z.lazy(() =>
|
|
27631
|
-
z.lazy(() =>
|
|
27632
|
-
z.lazy(() =>
|
|
27633
|
-
z.lazy(() =>
|
|
27634
|
-
z.lazy(() =>
|
|
27761
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
27762
|
+
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
27763
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
27764
|
+
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
27765
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
27766
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
27635
27767
|
z.lazy(() => Four$outboundSchema),
|
|
27636
27768
|
z.lazy(() => Fourteen$outboundSchema),
|
|
27637
27769
|
z.lazy(() => Seventeen$outboundSchema),
|
|
@@ -27660,18 +27792,18 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
27660
27792
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
27661
27793
|
z.lazy(() => OneHundred$outboundSchema),
|
|
27662
27794
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
27663
|
-
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
27664
27795
|
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
27665
|
-
z.lazy(() =>
|
|
27666
|
-
z.lazy(() =>
|
|
27796
|
+
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
27797
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
27667
27798
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
27668
|
-
z.lazy(() =>
|
|
27799
|
+
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
27669
27800
|
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
27670
27801
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
27671
|
-
z.lazy(() =>
|
|
27672
|
-
z.lazy(() =>
|
|
27802
|
+
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
27803
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
27673
27804
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
27674
27805
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
27806
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
27675
27807
|
z.lazy(() => Five$outboundSchema),
|
|
27676
27808
|
z.lazy(() => Eight$outboundSchema),
|
|
27677
27809
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -27705,14 +27837,14 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
27705
27837
|
z.lazy(() => NinetyTwo$outboundSchema),
|
|
27706
27838
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
27707
27839
|
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
27708
|
-
z.lazy(() =>
|
|
27709
|
-
z.lazy(() =>
|
|
27710
|
-
z.lazy(() =>
|
|
27711
|
-
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
27840
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
27841
|
+
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
27842
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
27712
27843
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
27713
|
-
z.lazy(() =>
|
|
27714
|
-
z.lazy(() =>
|
|
27844
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
27845
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
27715
27846
|
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
27847
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
27716
27848
|
z.lazy(() => Two$outboundSchema),
|
|
27717
27849
|
z.lazy(() => Six$outboundSchema),
|
|
27718
27850
|
z.lazy(() => Eleven$outboundSchema),
|
|
@@ -27725,12 +27857,12 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
27725
27857
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
27726
27858
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
27727
27859
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
27728
|
-
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
27729
27860
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
27730
|
-
z.lazy(() =>
|
|
27731
|
-
z.lazy(() =>
|
|
27732
|
-
z.lazy(() =>
|
|
27733
|
-
z.lazy(() =>
|
|
27861
|
+
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
27862
|
+
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
27863
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
27864
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
27865
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
27734
27866
|
z.lazy(() => Thirty$outboundSchema),
|
|
27735
27867
|
z.lazy(() => FortyTwo$outboundSchema),
|
|
27736
27868
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
@@ -27742,15 +27874,15 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
27742
27874
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
27743
27875
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
27744
27876
|
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
27745
|
-
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
27746
27877
|
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
27747
27878
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
27748
|
-
z.lazy(() =>
|
|
27879
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
27880
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
27749
27881
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
27750
27882
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
27751
27883
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
27752
27884
|
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
27753
|
-
z.lazy(() =>
|
|
27885
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
27754
27886
|
z.lazy(() => FiftySix$outboundSchema),
|
|
27755
27887
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
27756
27888
|
z.lazy(() => Seven$outboundSchema),
|
|
@@ -27816,11 +27948,12 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
27816
27948
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
27817
27949
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
27818
27950
|
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
27819
|
-
z.lazy(() =>
|
|
27820
|
-
z.lazy(() =>
|
|
27821
|
-
z.lazy(() =>
|
|
27822
|
-
z.lazy(() =>
|
|
27823
|
-
z.lazy(() =>
|
|
27951
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
27952
|
+
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
27953
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
27954
|
+
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
27955
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
27956
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
27824
27957
|
z.lazy(() => Four$inboundSchema),
|
|
27825
27958
|
z.lazy(() => Fourteen$inboundSchema),
|
|
27826
27959
|
z.lazy(() => Seventeen$inboundSchema),
|
|
@@ -27849,18 +27982,18 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
27849
27982
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
27850
27983
|
z.lazy(() => OneHundred$inboundSchema),
|
|
27851
27984
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
27852
|
-
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
27853
27985
|
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
27854
|
-
z.lazy(() =>
|
|
27855
|
-
z.lazy(() =>
|
|
27986
|
+
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
27987
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
27856
27988
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
27857
|
-
z.lazy(() =>
|
|
27989
|
+
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
27858
27990
|
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
27859
27991
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
27860
|
-
z.lazy(() =>
|
|
27861
|
-
z.lazy(() =>
|
|
27992
|
+
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
27993
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
27862
27994
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
27863
27995
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
27996
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
27864
27997
|
z.lazy(() => Five$inboundSchema),
|
|
27865
27998
|
z.lazy(() => Eight$inboundSchema),
|
|
27866
27999
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -27894,14 +28027,14 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
27894
28027
|
z.lazy(() => NinetyTwo$inboundSchema),
|
|
27895
28028
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
27896
28029
|
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
27897
|
-
z.lazy(() =>
|
|
27898
|
-
z.lazy(() =>
|
|
27899
|
-
z.lazy(() =>
|
|
27900
|
-
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
28030
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
28031
|
+
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
28032
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
27901
28033
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
27902
|
-
z.lazy(() =>
|
|
27903
|
-
z.lazy(() =>
|
|
28034
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
28035
|
+
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
27904
28036
|
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
28037
|
+
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
27905
28038
|
z.lazy(() => Two$inboundSchema),
|
|
27906
28039
|
z.lazy(() => Six$inboundSchema),
|
|
27907
28040
|
z.lazy(() => Eleven$inboundSchema),
|
|
@@ -27914,12 +28047,12 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
27914
28047
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
27915
28048
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
27916
28049
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
27917
|
-
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
27918
28050
|
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
27919
|
-
z.lazy(() =>
|
|
27920
|
-
z.lazy(() =>
|
|
27921
|
-
z.lazy(() =>
|
|
27922
|
-
z.lazy(() =>
|
|
28051
|
+
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
28052
|
+
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
28053
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
28054
|
+
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
28055
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
27923
28056
|
z.lazy(() => Thirty$inboundSchema),
|
|
27924
28057
|
z.lazy(() => FortyTwo$inboundSchema),
|
|
27925
28058
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
@@ -27931,15 +28064,15 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
27931
28064
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
27932
28065
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
27933
28066
|
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
27934
|
-
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
27935
28067
|
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
27936
28068
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
27937
|
-
z.lazy(() =>
|
|
28069
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
28070
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
27938
28071
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
27939
28072
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
27940
28073
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
27941
28074
|
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
27942
|
-
z.lazy(() =>
|
|
28075
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
27943
28076
|
z.lazy(() => FiftySix$inboundSchema),
|
|
27944
28077
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
27945
28078
|
z.lazy(() => Seven$inboundSchema),
|
|
@@ -27975,11 +28108,12 @@ export type UserEvent$Outbound = {
|
|
|
27975
28108
|
| OneHundredAndNine$Outbound
|
|
27976
28109
|
| OneHundredAndTen$Outbound
|
|
27977
28110
|
| OneHundredAndEleven$Outbound
|
|
27978
|
-
|
|
|
27979
|
-
|
|
|
27980
|
-
|
|
|
27981
|
-
|
|
|
27982
|
-
|
|
|
28111
|
+
| OneHundredAndTwelve$Outbound
|
|
28112
|
+
| OneHundredAndFifteen$Outbound
|
|
28113
|
+
| OneHundredAndSeventeen$Outbound
|
|
28114
|
+
| OneHundredAndThirtyOne$Outbound
|
|
28115
|
+
| OneHundredAndForty$Outbound
|
|
28116
|
+
| OneHundredAndFortyFour$Outbound
|
|
27983
28117
|
| Four$Outbound
|
|
27984
28118
|
| Fourteen$Outbound
|
|
27985
28119
|
| Seventeen$Outbound
|
|
@@ -28008,18 +28142,18 @@ export type UserEvent$Outbound = {
|
|
|
28008
28142
|
| NinetyOne$Outbound
|
|
28009
28143
|
| OneHundred$Outbound
|
|
28010
28144
|
| OneHundredAndSeven$Outbound
|
|
28011
|
-
| OneHundredAndTwelve$Outbound
|
|
28012
28145
|
| OneHundredAndThirteen$Outbound
|
|
28013
|
-
|
|
|
28014
|
-
|
|
|
28146
|
+
| OneHundredAndFourteen$Outbound
|
|
28147
|
+
| OneHundredAndSixteen$Outbound
|
|
28015
28148
|
| OneHundredAndNineteen$Outbound
|
|
28016
|
-
|
|
|
28149
|
+
| OneHundredAndTwenty$Outbound
|
|
28017
28150
|
| OneHundredAndTwentyEight$Outbound
|
|
28018
28151
|
| OneHundredAndTwentyNine$Outbound
|
|
28019
|
-
|
|
|
28020
|
-
|
|
|
28152
|
+
| OneHundredAndThirty$Outbound
|
|
28153
|
+
| OneHundredAndThirtySeven$Outbound
|
|
28021
28154
|
| OneHundredAndFortyOne$Outbound
|
|
28022
28155
|
| OneHundredAndFortyTwo$Outbound
|
|
28156
|
+
| OneHundredAndFortyThree$Outbound
|
|
28023
28157
|
| Five$Outbound
|
|
28024
28158
|
| Eight$Outbound
|
|
28025
28159
|
| Ten$Outbound
|
|
@@ -28053,14 +28187,14 @@ export type UserEvent$Outbound = {
|
|
|
28053
28187
|
| NinetyTwo$Outbound
|
|
28054
28188
|
| OneHundredAndFive$Outbound
|
|
28055
28189
|
| OneHundredAndEight$Outbound
|
|
28056
|
-
|
|
|
28057
|
-
|
|
|
28058
|
-
|
|
|
28059
|
-
| OneHundredAndThirtyThree$Outbound
|
|
28190
|
+
| OneHundredAndEighteen$Outbound
|
|
28191
|
+
| OneHundredAndTwentyFive$Outbound
|
|
28192
|
+
| OneHundredAndThirtyTwo$Outbound
|
|
28060
28193
|
| OneHundredAndThirtyFour$Outbound
|
|
28061
|
-
|
|
|
28062
|
-
|
|
|
28194
|
+
| OneHundredAndThirtyFive$Outbound
|
|
28195
|
+
| OneHundredAndThirtyEight$Outbound
|
|
28063
28196
|
| OneHundredAndFortyFive$Outbound
|
|
28197
|
+
| OneHundredAndFortySix$Outbound
|
|
28064
28198
|
| Two$Outbound
|
|
28065
28199
|
| Six$Outbound
|
|
28066
28200
|
| Eleven$Outbound
|
|
@@ -28073,12 +28207,12 @@ export type UserEvent$Outbound = {
|
|
|
28073
28207
|
| SeventyFive$Outbound
|
|
28074
28208
|
| NinetyFour$Outbound
|
|
28075
28209
|
| OneHundredAndTwo$Outbound
|
|
28076
|
-
| OneHundredAndTwentyFive$Outbound
|
|
28077
28210
|
| OneHundredAndTwentySix$Outbound
|
|
28078
|
-
|
|
|
28079
|
-
|
|
|
28080
|
-
|
|
|
28081
|
-
|
|
|
28211
|
+
| OneHundredAndTwentySeven$Outbound
|
|
28212
|
+
| OneHundredAndThirtyThree$Outbound
|
|
28213
|
+
| OneHundredAndThirtySix$Outbound
|
|
28214
|
+
| OneHundredAndThirtyNine$Outbound
|
|
28215
|
+
| OneHundredAndFortySeven$Outbound
|
|
28082
28216
|
| Thirty$Outbound
|
|
28083
28217
|
| FortyTwo$Outbound
|
|
28084
28218
|
| FiftyNine$Outbound
|
|
@@ -28090,15 +28224,15 @@ export type UserEvent$Outbound = {
|
|
|
28090
28224
|
| SixtyFive$Outbound
|
|
28091
28225
|
| NinetyEight$Outbound
|
|
28092
28226
|
| OneHundredAndFour$Outbound
|
|
28093
|
-
| OneHundredAndTwentyOne$Outbound
|
|
28094
28227
|
| OneHundredAndTwentyTwo$Outbound
|
|
28095
28228
|
| OneHundredAndTwentyThree$Outbound
|
|
28096
|
-
|
|
|
28229
|
+
| OneHundredAndTwentyFour$Outbound
|
|
28230
|
+
| OneHundredAndFortyEight$Outbound
|
|
28097
28231
|
| SixtyFour$Outbound
|
|
28098
28232
|
| SixtySeven$Outbound
|
|
28099
28233
|
| SeventyThree$Outbound
|
|
28100
28234
|
| OneHundredAndThree$Outbound
|
|
28101
|
-
|
|
|
28235
|
+
| OneHundredAndTwentyOne$Outbound
|
|
28102
28236
|
| FiftySix$Outbound
|
|
28103
28237
|
| SixtyEight$Outbound
|
|
28104
28238
|
| Seven$Outbound
|
|
@@ -28138,11 +28272,12 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
28138
28272
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
28139
28273
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
28140
28274
|
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
28141
|
-
z.lazy(() =>
|
|
28142
|
-
z.lazy(() =>
|
|
28143
|
-
z.lazy(() =>
|
|
28144
|
-
z.lazy(() =>
|
|
28145
|
-
z.lazy(() =>
|
|
28275
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
28276
|
+
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
28277
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
28278
|
+
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
28279
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
28280
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
28146
28281
|
z.lazy(() => Four$outboundSchema),
|
|
28147
28282
|
z.lazy(() => Fourteen$outboundSchema),
|
|
28148
28283
|
z.lazy(() => Seventeen$outboundSchema),
|
|
@@ -28171,18 +28306,18 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
28171
28306
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
28172
28307
|
z.lazy(() => OneHundred$outboundSchema),
|
|
28173
28308
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
28174
|
-
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
28175
28309
|
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
28176
|
-
z.lazy(() =>
|
|
28177
|
-
z.lazy(() =>
|
|
28310
|
+
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
28311
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
28178
28312
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
28179
|
-
z.lazy(() =>
|
|
28313
|
+
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
28180
28314
|
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
28181
28315
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
28182
|
-
z.lazy(() =>
|
|
28183
|
-
z.lazy(() =>
|
|
28316
|
+
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
28317
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
28184
28318
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
28185
28319
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
28320
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
28186
28321
|
z.lazy(() => Five$outboundSchema),
|
|
28187
28322
|
z.lazy(() => Eight$outboundSchema),
|
|
28188
28323
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -28216,14 +28351,14 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
28216
28351
|
z.lazy(() => NinetyTwo$outboundSchema),
|
|
28217
28352
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
28218
28353
|
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
28219
|
-
z.lazy(() =>
|
|
28220
|
-
z.lazy(() =>
|
|
28221
|
-
z.lazy(() =>
|
|
28222
|
-
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
28354
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
28355
|
+
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
28356
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
28223
28357
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
28224
|
-
z.lazy(() =>
|
|
28225
|
-
z.lazy(() =>
|
|
28358
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
28359
|
+
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
28226
28360
|
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
28361
|
+
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
28227
28362
|
z.lazy(() => Two$outboundSchema),
|
|
28228
28363
|
z.lazy(() => Six$outboundSchema),
|
|
28229
28364
|
z.lazy(() => Eleven$outboundSchema),
|
|
@@ -28236,12 +28371,12 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
28236
28371
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
28237
28372
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
28238
28373
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
28239
|
-
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
28240
28374
|
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
28241
|
-
z.lazy(() =>
|
|
28242
|
-
z.lazy(() =>
|
|
28243
|
-
z.lazy(() =>
|
|
28244
|
-
z.lazy(() =>
|
|
28375
|
+
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
28376
|
+
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
28377
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
28378
|
+
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
28379
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
28245
28380
|
z.lazy(() => Thirty$outboundSchema),
|
|
28246
28381
|
z.lazy(() => FortyTwo$outboundSchema),
|
|
28247
28382
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
@@ -28253,15 +28388,15 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
28253
28388
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
28254
28389
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
28255
28390
|
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
28256
|
-
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
28257
28391
|
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
28258
28392
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
28259
|
-
z.lazy(() =>
|
|
28393
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
28394
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
28260
28395
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
28261
28396
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
28262
28397
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
28263
28398
|
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
28264
|
-
z.lazy(() =>
|
|
28399
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
28265
28400
|
z.lazy(() => FiftySix$outboundSchema),
|
|
28266
28401
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
28267
28402
|
z.lazy(() => Seven$outboundSchema),
|