@vercel/sdk 1.10.5 → 1.10.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -45
- package/bin/mcp-server.js +5829 -1512
- package/bin/mcp-server.js.map +44 -35
- package/docs/sdks/integrations/README.md +209 -0
- package/docs/sdks/projects/README.md +4 -0
- package/docs/sdks/teams/README.md +12 -0
- package/docs/sdks/vercel/README.md +74 -0
- package/esm/__tests__/domains.test.js +7 -2
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +62 -0
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +1 -1
- package/esm/__tests__/security.test.js +1 -11
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +28 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js.map +1 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +14 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +84 -0
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts +20 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js +97 -0
- package/esm/funcs/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts +21 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +90 -0
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +2 -2
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -1
- package/esm/funcs/marketplaceSubmitInvoice.js +2 -2
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -1
- package/esm/funcs/marketplaceUpdateInvoice.js +2 -2
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +2 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +7 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +7 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +26 -0
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js +27 -0
- package/esm/mcp-server/tools/integrationsConnectIntegrationResourceToProject.js.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js +28 -0
- package/esm/mcp-server/tools/integrationsCreateIntegrationStoreDirect.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +37 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +40 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authuser.d.ts +3 -3
- package/esm/models/authuser.js +1 -1
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +45 -7
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +31 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/connectintegrationresourcetoprojectop.d.ts +68 -0
- package/esm/models/connectintegrationresourcetoprojectop.d.ts.map +1 -0
- package/esm/models/connectintegrationresourcetoprojectop.js +73 -0
- package/esm/models/connectintegrationresourcetoprojectop.js.map +1 -0
- package/esm/models/createdeploymentop.d.ts +259 -221
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +233 -206
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +5995 -0
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -0
- package/esm/models/createintegrationstoredirectop.js +6597 -0
- package/esm/models/createintegrationstoredirectop.js.map +1 -0
- package/esm/models/createprojectop.d.ts +31 -4
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +10 -4
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +6 -0
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +2 -0
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +533 -533
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +666 -665
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +6 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +2 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +45 -7
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +30 -2
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getintegrationresourceop.d.ts +13 -13
- package/esm/models/getintegrationresourceop.d.ts.map +1 -1
- package/esm/models/getintegrationresourceop.js +13 -13
- package/esm/models/getintegrationresourceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +101 -4
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +57 -4
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +102 -9
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +60 -3
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +247 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +1 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +246 -0
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +27 -15
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +19 -15
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +3 -0
- package/esm/models/inviteusertoteamop.d.ts.map +1 -1
- package/esm/models/inviteusertoteamop.js +1 -0
- package/esm/models/inviteusertoteamop.js.map +1 -1
- package/esm/models/patchteamop.d.ts +253 -0
- package/esm/models/patchteamop.d.ts.map +1 -1
- package/esm/models/patchteamop.js +150 -0
- package/esm/models/patchteamop.js.map +1 -1
- package/esm/models/team.d.ts +47 -0
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +36 -0
- package/esm/models/team.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -0
- package/esm/models/teamlimited.d.ts.map +1 -1
- package/esm/models/teamlimited.js +1 -0
- package/esm/models/teamlimited.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +32 -32
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +49 -49
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinvoiceop.d.ts +36 -15
- package/esm/models/updateinvoiceop.d.ts.map +1 -1
- package/esm/models/updateinvoiceop.js +37 -16
- package/esm/models/updateinvoiceop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +25 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +4 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +31 -4
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +10 -4
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +406 -305
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -365
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/integrations.d.ts +16 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +20 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +3 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +5 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +7 -2
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +65 -0
- package/src/__tests__/rollingrelease.test.ts +1 -1
- package/src/__tests__/security.test.ts +1 -11
- package/src/__tests__/vercel.test.ts +36 -1
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +207 -0
- package/src/funcs/integrationsConnectIntegrationResourceToProject.ts +213 -0
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +207 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +2 -2
- package/src/funcs/marketplaceSubmitInvoice.ts +2 -2
- package/src/funcs/marketplaceUpdateInvoice.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +41 -0
- package/src/mcp-server/tools/integrationsConnectIntegrationResourceToProject.ts +37 -0
- package/src/mcp-server/tools/integrationsCreateIntegrationStoreDirect.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +88 -1
- package/src/models/authuser.ts +1 -1
- package/src/models/canceldeploymentop.ts +56 -9
- package/src/models/connectintegrationresourcetoprojectop.ts +185 -0
- package/src/models/createdeploymentop.ts +540 -498
- package/src/models/createintegrationstoredirectop.ts +15739 -0
- package/src/models/createprojectop.ts +41 -8
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/getconfigurationop.ts +2 -0
- package/src/models/getconfigurationproductsop.ts +1326 -1163
- package/src/models/getconfigurationsop.ts +2 -0
- package/src/models/getdeploymentop.ts +59 -9
- package/src/models/getintegrationresourceop.ts +26 -20
- package/src/models/getprojectsop.ts +122 -8
- package/src/models/getteammembersop.ts +84 -3
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +575 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +31 -25
- package/src/models/inviteusertoteamop.ts +1 -0
- package/src/models/patchteamop.ts +254 -0
- package/src/models/team.ts +92 -0
- package/src/models/teamlimited.ts +1 -0
- package/src/models/updatefirewallconfigop.ts +74 -68
- package/src/models/updateinvoiceop.ts +78 -27
- package/src/models/updateprojectdatacacheop.ts +29 -0
- package/src/models/updateprojectop.ts +41 -8
- package/src/models/userevent.ts +918 -682
- package/src/sdk/integrations.ts +41 -0
- package/src/sdk/sdk.ts +23 -1
- package/vercel-spec.json +3689 -540
package/src/models/userevent.ts
CHANGED
|
@@ -163,7 +163,7 @@ export type AuthMethod = ClosedEnum<typeof AuthMethod>;
|
|
|
163
163
|
/**
|
|
164
164
|
* The payload of the event, if requested.
|
|
165
165
|
*/
|
|
166
|
-
export type
|
|
166
|
+
export type OneHundredAndSixtyOne = {
|
|
167
167
|
grantType: GrantType;
|
|
168
168
|
appName: string;
|
|
169
169
|
/**
|
|
@@ -178,12 +178,12 @@ export type OneHundredAndFiftyEight = {
|
|
|
178
178
|
authMethod: AuthMethod;
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
export type
|
|
181
|
+
export type UserEventPayload160Team = {
|
|
182
182
|
id: string;
|
|
183
183
|
name: string;
|
|
184
184
|
};
|
|
185
185
|
|
|
186
|
-
export type
|
|
186
|
+
export type UserEventPayload160Configuration = {
|
|
187
187
|
id: string;
|
|
188
188
|
name?: string | undefined;
|
|
189
189
|
};
|
|
@@ -196,19 +196,19 @@ export type UserEventPayloadPeering = {
|
|
|
196
196
|
/**
|
|
197
197
|
* The payload of the event, if requested.
|
|
198
198
|
*/
|
|
199
|
-
export type
|
|
200
|
-
team:
|
|
201
|
-
configuration:
|
|
199
|
+
export type OneHundredAndSixty = {
|
|
200
|
+
team: UserEventPayload160Team;
|
|
201
|
+
configuration: UserEventPayload160Configuration;
|
|
202
202
|
peering: UserEventPayloadPeering;
|
|
203
203
|
newName?: string | undefined;
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
export type
|
|
206
|
+
export type UserEventPayload159Team = {
|
|
207
207
|
id: string;
|
|
208
208
|
name: string;
|
|
209
209
|
};
|
|
210
210
|
|
|
211
|
-
export type
|
|
211
|
+
export type UserEventPayload159Configuration = {
|
|
212
212
|
id: string;
|
|
213
213
|
name?: string | undefined;
|
|
214
214
|
};
|
|
@@ -221,18 +221,18 @@ export type PayloadPeering = {
|
|
|
221
221
|
/**
|
|
222
222
|
* The payload of the event, if requested.
|
|
223
223
|
*/
|
|
224
|
-
export type
|
|
225
|
-
team:
|
|
226
|
-
configuration:
|
|
224
|
+
export type OneHundredAndFiftyNine = {
|
|
225
|
+
team: UserEventPayload159Team;
|
|
226
|
+
configuration: UserEventPayload159Configuration;
|
|
227
227
|
peering: PayloadPeering;
|
|
228
228
|
};
|
|
229
229
|
|
|
230
|
-
export type
|
|
230
|
+
export type UserEventPayload158Team = {
|
|
231
231
|
id: string;
|
|
232
232
|
name: string;
|
|
233
233
|
};
|
|
234
234
|
|
|
235
|
-
export type
|
|
235
|
+
export type UserEventPayload158Configuration = {
|
|
236
236
|
id: string;
|
|
237
237
|
name?: string | undefined;
|
|
238
238
|
};
|
|
@@ -247,16 +247,33 @@ export type Peering = {
|
|
|
247
247
|
/**
|
|
248
248
|
* The payload of the event, if requested.
|
|
249
249
|
*/
|
|
250
|
-
export type
|
|
251
|
-
team:
|
|
252
|
-
configuration:
|
|
250
|
+
export type OneHundredAndFiftyEight = {
|
|
251
|
+
team: UserEventPayload158Team;
|
|
252
|
+
configuration: UserEventPayload158Configuration;
|
|
253
253
|
peering: Peering;
|
|
254
254
|
};
|
|
255
255
|
|
|
256
256
|
/**
|
|
257
257
|
* The payload of the event, if requested.
|
|
258
258
|
*/
|
|
259
|
-
export type
|
|
259
|
+
export type OneHundredAndFiftySeven = {
|
|
260
|
+
appName: string;
|
|
261
|
+
appId?: string | undefined;
|
|
262
|
+
installationId?: string | undefined;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* The payload of the event, if requested.
|
|
267
|
+
*/
|
|
268
|
+
export type OneHundredAndFiftySix = {
|
|
269
|
+
appName: string;
|
|
270
|
+
appId?: string | undefined;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* The payload of the event, if requested.
|
|
275
|
+
*/
|
|
276
|
+
export type OneHundredAndFiftyFive = {
|
|
260
277
|
appName: string;
|
|
261
278
|
appId: string;
|
|
262
279
|
};
|
|
@@ -264,14 +281,14 @@ export type OneHundredAndFiftyFour = {
|
|
|
264
281
|
/**
|
|
265
282
|
* The payload of the event, if requested.
|
|
266
283
|
*/
|
|
267
|
-
export type
|
|
284
|
+
export type OneHundredAndFiftyFour = {
|
|
268
285
|
appName: string;
|
|
269
286
|
};
|
|
270
287
|
|
|
271
288
|
/**
|
|
272
289
|
* The payload of the event, if requested.
|
|
273
290
|
*/
|
|
274
|
-
export type
|
|
291
|
+
export type OneHundredAndFiftyThree = {
|
|
275
292
|
appName: string;
|
|
276
293
|
nextScopes: Array<string>;
|
|
277
294
|
};
|
|
@@ -279,7 +296,7 @@ export type OneHundredAndFiftyTwo = {
|
|
|
279
296
|
/**
|
|
280
297
|
* The payload of the event, if requested.
|
|
281
298
|
*/
|
|
282
|
-
export type
|
|
299
|
+
export type OneHundredAndFiftyTwo = {
|
|
283
300
|
appName: string;
|
|
284
301
|
scopes: Array<string>;
|
|
285
302
|
};
|
|
@@ -287,7 +304,7 @@ export type OneHundredAndFiftyOne = {
|
|
|
287
304
|
/**
|
|
288
305
|
* The payload of the event, if requested.
|
|
289
306
|
*/
|
|
290
|
-
export type
|
|
307
|
+
export type OneHundredAndFiftyOne = {
|
|
291
308
|
oldName: string;
|
|
292
309
|
newName: string;
|
|
293
310
|
};
|
|
@@ -301,7 +318,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
301
318
|
/**
|
|
302
319
|
* The payload of the event, if requested.
|
|
303
320
|
*/
|
|
304
|
-
export type
|
|
321
|
+
export type OneHundredAndFifty = {
|
|
305
322
|
tier: Tier;
|
|
306
323
|
};
|
|
307
324
|
|
|
@@ -324,7 +341,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
324
341
|
/**
|
|
325
342
|
* The payload of the event, if requested.
|
|
326
343
|
*/
|
|
327
|
-
export type
|
|
344
|
+
export type OneHundredAndFortyNine = {
|
|
328
345
|
projectId: string;
|
|
329
346
|
projectName: string;
|
|
330
347
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -366,7 +383,7 @@ export type Microfrontends1 = {
|
|
|
366
383
|
|
|
367
384
|
export type Microfrontends = Microfrontends1 | Microfrontends2;
|
|
368
385
|
|
|
369
|
-
export type
|
|
386
|
+
export type UserEventPayload148Project = {
|
|
370
387
|
id: string;
|
|
371
388
|
name: string;
|
|
372
389
|
microfrontends?: Microfrontends1 | Microfrontends2 | undefined;
|
|
@@ -409,7 +426,7 @@ export type PayloadMicrofrontends =
|
|
|
409
426
|
| UserEventMicrofrontends1
|
|
410
427
|
| UserEventMicrofrontends2;
|
|
411
428
|
|
|
412
|
-
export type
|
|
429
|
+
export type UserEventPayload148PrevProject = {
|
|
413
430
|
microfrontends?:
|
|
414
431
|
| UserEventMicrofrontends1
|
|
415
432
|
| UserEventMicrofrontends2
|
|
@@ -417,7 +434,7 @@ export type UserEventPayload147PrevProject = {
|
|
|
417
434
|
};
|
|
418
435
|
|
|
419
436
|
export type PayloadPrev = {
|
|
420
|
-
project:
|
|
437
|
+
project: UserEventPayload148PrevProject;
|
|
421
438
|
};
|
|
422
439
|
|
|
423
440
|
export type PayloadGroup = {
|
|
@@ -429,13 +446,13 @@ export type PayloadGroup = {
|
|
|
429
446
|
/**
|
|
430
447
|
* The payload of the event, if requested.
|
|
431
448
|
*/
|
|
432
|
-
export type
|
|
433
|
-
project:
|
|
449
|
+
export type OneHundredAndFortyEight = {
|
|
450
|
+
project: UserEventPayload148Project;
|
|
434
451
|
prev: PayloadPrev;
|
|
435
452
|
group: PayloadGroup;
|
|
436
453
|
};
|
|
437
454
|
|
|
438
|
-
export type
|
|
455
|
+
export type UserEventPayload147Project = {
|
|
439
456
|
id: string;
|
|
440
457
|
name: string;
|
|
441
458
|
};
|
|
@@ -449,8 +466,8 @@ export type Group = {
|
|
|
449
466
|
/**
|
|
450
467
|
* The payload of the event, if requested.
|
|
451
468
|
*/
|
|
452
|
-
export type
|
|
453
|
-
project:
|
|
469
|
+
export type OneHundredAndFortySeven = {
|
|
470
|
+
project: UserEventPayload147Project;
|
|
454
471
|
group: Group;
|
|
455
472
|
};
|
|
456
473
|
|
|
@@ -463,7 +480,7 @@ export type Prev = {
|
|
|
463
480
|
/**
|
|
464
481
|
* The payload of the event, if requested.
|
|
465
482
|
*/
|
|
466
|
-
export type
|
|
483
|
+
export type OneHundredAndFortySix = {
|
|
467
484
|
id: string;
|
|
468
485
|
slug?: string | undefined;
|
|
469
486
|
name?: string | undefined;
|
|
@@ -474,31 +491,31 @@ export type OneHundredAndFortyFive = {
|
|
|
474
491
|
/**
|
|
475
492
|
* The payload of the event, if requested.
|
|
476
493
|
*/
|
|
477
|
-
export type
|
|
494
|
+
export type OneHundredAndFortyFive = {
|
|
478
495
|
id: string;
|
|
479
496
|
slug: string;
|
|
480
497
|
name: string;
|
|
481
498
|
};
|
|
482
499
|
|
|
483
|
-
export const
|
|
500
|
+
export const UserEventPayload144Action = {
|
|
484
501
|
Enable: "enable",
|
|
485
502
|
Disable: "disable",
|
|
486
503
|
} as const;
|
|
487
|
-
export type
|
|
488
|
-
typeof
|
|
504
|
+
export type UserEventPayload144Action = ClosedEnum<
|
|
505
|
+
typeof UserEventPayload144Action
|
|
489
506
|
>;
|
|
490
507
|
|
|
491
508
|
/**
|
|
492
509
|
* The payload of the event, if requested.
|
|
493
510
|
*/
|
|
494
|
-
export type
|
|
495
|
-
action:
|
|
511
|
+
export type OneHundredAndFortyFour = {
|
|
512
|
+
action: UserEventPayload144Action;
|
|
496
513
|
};
|
|
497
514
|
|
|
498
515
|
/**
|
|
499
516
|
* The payload of the event, if requested.
|
|
500
517
|
*/
|
|
501
|
-
export type
|
|
518
|
+
export type OneHundredAndFortyThree = {
|
|
502
519
|
edgeConfigId: string;
|
|
503
520
|
edgeConfigSlug: string;
|
|
504
521
|
/**
|
|
@@ -510,7 +527,7 @@ export type OneHundredAndFortyTwo = {
|
|
|
510
527
|
/**
|
|
511
528
|
* The payload of the event, if requested.
|
|
512
529
|
*/
|
|
513
|
-
export type
|
|
530
|
+
export type OneHundredAndFortyTwo = {
|
|
514
531
|
edgeConfigId: string;
|
|
515
532
|
edgeConfigSlug: string;
|
|
516
533
|
edgeConfigTokenId: string;
|
|
@@ -520,12 +537,20 @@ export type OneHundredAndFortyOne = {
|
|
|
520
537
|
/**
|
|
521
538
|
* The payload of the event, if requested.
|
|
522
539
|
*/
|
|
523
|
-
export type
|
|
540
|
+
export type OneHundredAndFortyOne = {
|
|
524
541
|
edgeConfigId: string;
|
|
525
542
|
edgeConfigSlug: string;
|
|
526
543
|
edgeConfigDigest: string;
|
|
527
544
|
};
|
|
528
545
|
|
|
546
|
+
/**
|
|
547
|
+
* The payload of the event, if requested.
|
|
548
|
+
*/
|
|
549
|
+
export type OneHundredAndForty = {
|
|
550
|
+
projectName: string;
|
|
551
|
+
urls: Array<string>;
|
|
552
|
+
};
|
|
553
|
+
|
|
529
554
|
/**
|
|
530
555
|
* The payload of the event, if requested.
|
|
531
556
|
*/
|
|
@@ -890,6 +915,9 @@ export type OneHundredAndTwelve = {
|
|
|
890
915
|
role?: string | undefined;
|
|
891
916
|
uid: string;
|
|
892
917
|
origin?: string | undefined;
|
|
918
|
+
teamRoles?: Array<string> | undefined;
|
|
919
|
+
teamPermissions?: Array<string> | undefined;
|
|
920
|
+
entitlements?: Array<string> | undefined;
|
|
893
921
|
};
|
|
894
922
|
|
|
895
923
|
export type DeletedUser = {
|
|
@@ -2284,6 +2312,7 @@ export const PayloadTeamRoles = {
|
|
|
2284
2312
|
export type PayloadTeamRoles = ClosedEnum<typeof PayloadTeamRoles>;
|
|
2285
2313
|
|
|
2286
2314
|
export const PayloadTeamPermissions = {
|
|
2315
|
+
IntegrationManager: "IntegrationManager",
|
|
2287
2316
|
CreateProject: "CreateProject",
|
|
2288
2317
|
FullProductionDeployment: "FullProductionDeployment",
|
|
2289
2318
|
UsageViewer: "UsageViewer",
|
|
@@ -4313,12 +4342,12 @@ export type Payload =
|
|
|
4313
4342
|
| SixtyFour
|
|
4314
4343
|
| SixtySeven
|
|
4315
4344
|
| OneHundredAndThirtyOne
|
|
4316
|
-
|
|
|
4345
|
+
| OneHundredAndSixtyOne
|
|
4317
4346
|
| Payload2
|
|
4318
4347
|
| FortyFive
|
|
4319
4348
|
| SixtyEight
|
|
4320
4349
|
| OneHundredAndOne
|
|
4321
|
-
|
|
|
4350
|
+
| OneHundredAndFortyTwo
|
|
4322
4351
|
| Twelve
|
|
4323
4352
|
| Sixteen
|
|
4324
4353
|
| TwentyNine
|
|
@@ -4342,13 +4371,13 @@ export type Payload =
|
|
|
4342
4371
|
| OneHundredAndNine
|
|
4343
4372
|
| OneHundredAndThirtyThree
|
|
4344
4373
|
| OneHundredAndThirtyFour
|
|
4345
|
-
|
|
|
4346
|
-
|
|
|
4347
|
-
|
|
|
4348
|
-
|
|
|
4349
|
-
|
|
|
4350
|
-
|
|
|
4351
|
-
|
|
|
4374
|
+
| OneHundredAndFortyOne
|
|
4375
|
+
| OneHundredAndFortyThree
|
|
4376
|
+
| OneHundredAndFortyFive
|
|
4377
|
+
| OneHundredAndFortyEight
|
|
4378
|
+
| OneHundredAndFiftyEight
|
|
4379
|
+
| OneHundredAndFiftyNine
|
|
4380
|
+
| OneHundredAndSixty
|
|
4352
4381
|
| Four
|
|
4353
4382
|
| Five
|
|
4354
4383
|
| Six
|
|
@@ -4388,13 +4417,14 @@ export type Payload =
|
|
|
4388
4417
|
| OneHundredAndThirtySix
|
|
4389
4418
|
| OneHundredAndThirtySeven
|
|
4390
4419
|
| OneHundredAndThirtyNine
|
|
4391
|
-
|
|
|
4420
|
+
| OneHundredAndForty
|
|
4392
4421
|
| OneHundredAndFortySix
|
|
4393
|
-
|
|
|
4394
|
-
|
|
|
4422
|
+
| OneHundredAndFortySeven
|
|
4423
|
+
| OneHundredAndFortyNine
|
|
4395
4424
|
| OneHundredAndFiftyOne
|
|
4396
4425
|
| OneHundredAndFiftyTwo
|
|
4397
|
-
|
|
|
4426
|
+
| OneHundredAndFiftyThree
|
|
4427
|
+
| OneHundredAndFiftyFive
|
|
4398
4428
|
| Three
|
|
4399
4429
|
| Fifteen
|
|
4400
4430
|
| Twenty
|
|
@@ -4436,9 +4466,11 @@ export type Payload =
|
|
|
4436
4466
|
| OneHundredAndTwentyNine
|
|
4437
4467
|
| OneHundredAndThirty
|
|
4438
4468
|
| OneHundredAndThirtyEight
|
|
4439
|
-
|
|
|
4440
|
-
|
|
|
4441
|
-
|
|
|
4469
|
+
| OneHundredAndFortyFour
|
|
4470
|
+
| OneHundredAndFifty
|
|
4471
|
+
| OneHundredAndFiftyFour
|
|
4472
|
+
| OneHundredAndFiftySix
|
|
4473
|
+
| OneHundredAndFiftySeven
|
|
4442
4474
|
| Payload1
|
|
4443
4475
|
| Seven
|
|
4444
4476
|
| Eight
|
|
@@ -4514,12 +4546,12 @@ export type UserEvent = {
|
|
|
4514
4546
|
| SixtyFour
|
|
4515
4547
|
| SixtySeven
|
|
4516
4548
|
| OneHundredAndThirtyOne
|
|
4517
|
-
|
|
|
4549
|
+
| OneHundredAndSixtyOne
|
|
4518
4550
|
| Payload2
|
|
4519
4551
|
| FortyFive
|
|
4520
4552
|
| SixtyEight
|
|
4521
4553
|
| OneHundredAndOne
|
|
4522
|
-
|
|
|
4554
|
+
| OneHundredAndFortyTwo
|
|
4523
4555
|
| Twelve
|
|
4524
4556
|
| Sixteen
|
|
4525
4557
|
| TwentyNine
|
|
@@ -4543,13 +4575,13 @@ export type UserEvent = {
|
|
|
4543
4575
|
| OneHundredAndNine
|
|
4544
4576
|
| OneHundredAndThirtyThree
|
|
4545
4577
|
| OneHundredAndThirtyFour
|
|
4546
|
-
|
|
|
4547
|
-
|
|
|
4548
|
-
|
|
|
4549
|
-
|
|
|
4550
|
-
|
|
|
4551
|
-
|
|
|
4552
|
-
|
|
|
4578
|
+
| OneHundredAndFortyOne
|
|
4579
|
+
| OneHundredAndFortyThree
|
|
4580
|
+
| OneHundredAndFortyFive
|
|
4581
|
+
| OneHundredAndFortyEight
|
|
4582
|
+
| OneHundredAndFiftyEight
|
|
4583
|
+
| OneHundredAndFiftyNine
|
|
4584
|
+
| OneHundredAndSixty
|
|
4553
4585
|
| Four
|
|
4554
4586
|
| Five
|
|
4555
4587
|
| Six
|
|
@@ -4589,13 +4621,14 @@ export type UserEvent = {
|
|
|
4589
4621
|
| OneHundredAndThirtySix
|
|
4590
4622
|
| OneHundredAndThirtySeven
|
|
4591
4623
|
| OneHundredAndThirtyNine
|
|
4592
|
-
|
|
|
4624
|
+
| OneHundredAndForty
|
|
4593
4625
|
| OneHundredAndFortySix
|
|
4594
|
-
|
|
|
4595
|
-
|
|
|
4626
|
+
| OneHundredAndFortySeven
|
|
4627
|
+
| OneHundredAndFortyNine
|
|
4596
4628
|
| OneHundredAndFiftyOne
|
|
4597
4629
|
| OneHundredAndFiftyTwo
|
|
4598
|
-
|
|
|
4630
|
+
| OneHundredAndFiftyThree
|
|
4631
|
+
| OneHundredAndFiftyFive
|
|
4599
4632
|
| Three
|
|
4600
4633
|
| Fifteen
|
|
4601
4634
|
| Twenty
|
|
@@ -4637,9 +4670,11 @@ export type UserEvent = {
|
|
|
4637
4670
|
| OneHundredAndTwentyNine
|
|
4638
4671
|
| OneHundredAndThirty
|
|
4639
4672
|
| OneHundredAndThirtyEight
|
|
4640
|
-
|
|
|
4641
|
-
|
|
|
4642
|
-
|
|
|
4673
|
+
| OneHundredAndFortyFour
|
|
4674
|
+
| OneHundredAndFifty
|
|
4675
|
+
| OneHundredAndFiftyFour
|
|
4676
|
+
| OneHundredAndFiftySix
|
|
4677
|
+
| OneHundredAndFiftySeven
|
|
4643
4678
|
| Payload1
|
|
4644
4679
|
| Seven
|
|
4645
4680
|
| Eight
|
|
@@ -5227,8 +5262,8 @@ export namespace AuthMethod$ {
|
|
|
5227
5262
|
}
|
|
5228
5263
|
|
|
5229
5264
|
/** @internal */
|
|
5230
|
-
export const
|
|
5231
|
-
|
|
5265
|
+
export const OneHundredAndSixtyOne$inboundSchema: z.ZodType<
|
|
5266
|
+
OneHundredAndSixtyOne,
|
|
5232
5267
|
z.ZodTypeDef,
|
|
5233
5268
|
unknown
|
|
5234
5269
|
> = z.object({
|
|
@@ -5241,7 +5276,7 @@ export const OneHundredAndFiftyEight$inboundSchema: z.ZodType<
|
|
|
5241
5276
|
});
|
|
5242
5277
|
|
|
5243
5278
|
/** @internal */
|
|
5244
|
-
export type
|
|
5279
|
+
export type OneHundredAndSixtyOne$Outbound = {
|
|
5245
5280
|
grantType: string;
|
|
5246
5281
|
appName: string;
|
|
5247
5282
|
atTTL: number;
|
|
@@ -5251,10 +5286,10 @@ export type OneHundredAndFiftyEight$Outbound = {
|
|
|
5251
5286
|
};
|
|
5252
5287
|
|
|
5253
5288
|
/** @internal */
|
|
5254
|
-
export const
|
|
5255
|
-
|
|
5289
|
+
export const OneHundredAndSixtyOne$outboundSchema: z.ZodType<
|
|
5290
|
+
OneHundredAndSixtyOne$Outbound,
|
|
5256
5291
|
z.ZodTypeDef,
|
|
5257
|
-
|
|
5292
|
+
OneHundredAndSixtyOne
|
|
5258
5293
|
> = z.object({
|
|
5259
5294
|
grantType: GrantType$outboundSchema,
|
|
5260
5295
|
appName: z.string(),
|
|
@@ -5268,36 +5303,36 @@ export const OneHundredAndFiftyEight$outboundSchema: z.ZodType<
|
|
|
5268
5303
|
* @internal
|
|
5269
5304
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5270
5305
|
*/
|
|
5271
|
-
export namespace
|
|
5272
|
-
/** @deprecated use `
|
|
5273
|
-
export const inboundSchema =
|
|
5274
|
-
/** @deprecated use `
|
|
5275
|
-
export const outboundSchema =
|
|
5276
|
-
/** @deprecated use `
|
|
5277
|
-
export type Outbound =
|
|
5306
|
+
export namespace OneHundredAndSixtyOne$ {
|
|
5307
|
+
/** @deprecated use `OneHundredAndSixtyOne$inboundSchema` instead. */
|
|
5308
|
+
export const inboundSchema = OneHundredAndSixtyOne$inboundSchema;
|
|
5309
|
+
/** @deprecated use `OneHundredAndSixtyOne$outboundSchema` instead. */
|
|
5310
|
+
export const outboundSchema = OneHundredAndSixtyOne$outboundSchema;
|
|
5311
|
+
/** @deprecated use `OneHundredAndSixtyOne$Outbound` instead. */
|
|
5312
|
+
export type Outbound = OneHundredAndSixtyOne$Outbound;
|
|
5278
5313
|
}
|
|
5279
5314
|
|
|
5280
|
-
export function
|
|
5281
|
-
|
|
5315
|
+
export function oneHundredAndSixtyOneToJSON(
|
|
5316
|
+
oneHundredAndSixtyOne: OneHundredAndSixtyOne,
|
|
5282
5317
|
): string {
|
|
5283
5318
|
return JSON.stringify(
|
|
5284
|
-
|
|
5319
|
+
OneHundredAndSixtyOne$outboundSchema.parse(oneHundredAndSixtyOne),
|
|
5285
5320
|
);
|
|
5286
5321
|
}
|
|
5287
5322
|
|
|
5288
|
-
export function
|
|
5323
|
+
export function oneHundredAndSixtyOneFromJSON(
|
|
5289
5324
|
jsonString: string,
|
|
5290
|
-
): SafeParseResult<
|
|
5325
|
+
): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError> {
|
|
5291
5326
|
return safeParse(
|
|
5292
5327
|
jsonString,
|
|
5293
|
-
(x) =>
|
|
5294
|
-
`Failed to parse '
|
|
5328
|
+
(x) => OneHundredAndSixtyOne$inboundSchema.parse(JSON.parse(x)),
|
|
5329
|
+
`Failed to parse 'OneHundredAndSixtyOne' from JSON`,
|
|
5295
5330
|
);
|
|
5296
5331
|
}
|
|
5297
5332
|
|
|
5298
5333
|
/** @internal */
|
|
5299
|
-
export const
|
|
5300
|
-
|
|
5334
|
+
export const UserEventPayload160Team$inboundSchema: z.ZodType<
|
|
5335
|
+
UserEventPayload160Team,
|
|
5301
5336
|
z.ZodTypeDef,
|
|
5302
5337
|
unknown
|
|
5303
5338
|
> = z.object({
|
|
@@ -5306,16 +5341,16 @@ export const UserEventPayload157Team$inboundSchema: z.ZodType<
|
|
|
5306
5341
|
});
|
|
5307
5342
|
|
|
5308
5343
|
/** @internal */
|
|
5309
|
-
export type
|
|
5344
|
+
export type UserEventPayload160Team$Outbound = {
|
|
5310
5345
|
id: string;
|
|
5311
5346
|
name: string;
|
|
5312
5347
|
};
|
|
5313
5348
|
|
|
5314
5349
|
/** @internal */
|
|
5315
|
-
export const
|
|
5316
|
-
|
|
5350
|
+
export const UserEventPayload160Team$outboundSchema: z.ZodType<
|
|
5351
|
+
UserEventPayload160Team$Outbound,
|
|
5317
5352
|
z.ZodTypeDef,
|
|
5318
|
-
|
|
5353
|
+
UserEventPayload160Team
|
|
5319
5354
|
> = z.object({
|
|
5320
5355
|
id: z.string(),
|
|
5321
5356
|
name: z.string(),
|
|
@@ -5325,36 +5360,36 @@ export const UserEventPayload157Team$outboundSchema: z.ZodType<
|
|
|
5325
5360
|
* @internal
|
|
5326
5361
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5327
5362
|
*/
|
|
5328
|
-
export namespace
|
|
5329
|
-
/** @deprecated use `
|
|
5330
|
-
export const inboundSchema =
|
|
5331
|
-
/** @deprecated use `
|
|
5332
|
-
export const outboundSchema =
|
|
5333
|
-
/** @deprecated use `
|
|
5334
|
-
export type Outbound =
|
|
5363
|
+
export namespace UserEventPayload160Team$ {
|
|
5364
|
+
/** @deprecated use `UserEventPayload160Team$inboundSchema` instead. */
|
|
5365
|
+
export const inboundSchema = UserEventPayload160Team$inboundSchema;
|
|
5366
|
+
/** @deprecated use `UserEventPayload160Team$outboundSchema` instead. */
|
|
5367
|
+
export const outboundSchema = UserEventPayload160Team$outboundSchema;
|
|
5368
|
+
/** @deprecated use `UserEventPayload160Team$Outbound` instead. */
|
|
5369
|
+
export type Outbound = UserEventPayload160Team$Outbound;
|
|
5335
5370
|
}
|
|
5336
5371
|
|
|
5337
|
-
export function
|
|
5338
|
-
|
|
5372
|
+
export function userEventPayload160TeamToJSON(
|
|
5373
|
+
userEventPayload160Team: UserEventPayload160Team,
|
|
5339
5374
|
): string {
|
|
5340
5375
|
return JSON.stringify(
|
|
5341
|
-
|
|
5376
|
+
UserEventPayload160Team$outboundSchema.parse(userEventPayload160Team),
|
|
5342
5377
|
);
|
|
5343
5378
|
}
|
|
5344
5379
|
|
|
5345
|
-
export function
|
|
5380
|
+
export function userEventPayload160TeamFromJSON(
|
|
5346
5381
|
jsonString: string,
|
|
5347
|
-
): SafeParseResult<
|
|
5382
|
+
): SafeParseResult<UserEventPayload160Team, SDKValidationError> {
|
|
5348
5383
|
return safeParse(
|
|
5349
5384
|
jsonString,
|
|
5350
|
-
(x) =>
|
|
5351
|
-
`Failed to parse '
|
|
5385
|
+
(x) => UserEventPayload160Team$inboundSchema.parse(JSON.parse(x)),
|
|
5386
|
+
`Failed to parse 'UserEventPayload160Team' from JSON`,
|
|
5352
5387
|
);
|
|
5353
5388
|
}
|
|
5354
5389
|
|
|
5355
5390
|
/** @internal */
|
|
5356
|
-
export const
|
|
5357
|
-
|
|
5391
|
+
export const UserEventPayload160Configuration$inboundSchema: z.ZodType<
|
|
5392
|
+
UserEventPayload160Configuration,
|
|
5358
5393
|
z.ZodTypeDef,
|
|
5359
5394
|
unknown
|
|
5360
5395
|
> = z.object({
|
|
@@ -5363,16 +5398,16 @@ export const UserEventPayload157Configuration$inboundSchema: z.ZodType<
|
|
|
5363
5398
|
});
|
|
5364
5399
|
|
|
5365
5400
|
/** @internal */
|
|
5366
|
-
export type
|
|
5401
|
+
export type UserEventPayload160Configuration$Outbound = {
|
|
5367
5402
|
id: string;
|
|
5368
5403
|
name?: string | undefined;
|
|
5369
5404
|
};
|
|
5370
5405
|
|
|
5371
5406
|
/** @internal */
|
|
5372
|
-
export const
|
|
5373
|
-
|
|
5407
|
+
export const UserEventPayload160Configuration$outboundSchema: z.ZodType<
|
|
5408
|
+
UserEventPayload160Configuration$Outbound,
|
|
5374
5409
|
z.ZodTypeDef,
|
|
5375
|
-
|
|
5410
|
+
UserEventPayload160Configuration
|
|
5376
5411
|
> = z.object({
|
|
5377
5412
|
id: z.string(),
|
|
5378
5413
|
name: z.string().optional(),
|
|
@@ -5382,32 +5417,32 @@ export const UserEventPayload157Configuration$outboundSchema: z.ZodType<
|
|
|
5382
5417
|
* @internal
|
|
5383
5418
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5384
5419
|
*/
|
|
5385
|
-
export namespace
|
|
5386
|
-
/** @deprecated use `
|
|
5387
|
-
export const inboundSchema =
|
|
5388
|
-
/** @deprecated use `
|
|
5389
|
-
export const outboundSchema =
|
|
5390
|
-
/** @deprecated use `
|
|
5391
|
-
export type Outbound =
|
|
5420
|
+
export namespace UserEventPayload160Configuration$ {
|
|
5421
|
+
/** @deprecated use `UserEventPayload160Configuration$inboundSchema` instead. */
|
|
5422
|
+
export const inboundSchema = UserEventPayload160Configuration$inboundSchema;
|
|
5423
|
+
/** @deprecated use `UserEventPayload160Configuration$outboundSchema` instead. */
|
|
5424
|
+
export const outboundSchema = UserEventPayload160Configuration$outboundSchema;
|
|
5425
|
+
/** @deprecated use `UserEventPayload160Configuration$Outbound` instead. */
|
|
5426
|
+
export type Outbound = UserEventPayload160Configuration$Outbound;
|
|
5392
5427
|
}
|
|
5393
5428
|
|
|
5394
|
-
export function
|
|
5395
|
-
|
|
5429
|
+
export function userEventPayload160ConfigurationToJSON(
|
|
5430
|
+
userEventPayload160Configuration: UserEventPayload160Configuration,
|
|
5396
5431
|
): string {
|
|
5397
5432
|
return JSON.stringify(
|
|
5398
|
-
|
|
5399
|
-
|
|
5433
|
+
UserEventPayload160Configuration$outboundSchema.parse(
|
|
5434
|
+
userEventPayload160Configuration,
|
|
5400
5435
|
),
|
|
5401
5436
|
);
|
|
5402
5437
|
}
|
|
5403
5438
|
|
|
5404
|
-
export function
|
|
5439
|
+
export function userEventPayload160ConfigurationFromJSON(
|
|
5405
5440
|
jsonString: string,
|
|
5406
|
-
): SafeParseResult<
|
|
5441
|
+
): SafeParseResult<UserEventPayload160Configuration, SDKValidationError> {
|
|
5407
5442
|
return safeParse(
|
|
5408
5443
|
jsonString,
|
|
5409
|
-
(x) =>
|
|
5410
|
-
`Failed to parse '
|
|
5444
|
+
(x) => UserEventPayload160Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5445
|
+
`Failed to parse 'UserEventPayload160Configuration' from JSON`,
|
|
5411
5446
|
);
|
|
5412
5447
|
}
|
|
5413
5448
|
|
|
@@ -5469,33 +5504,33 @@ export function userEventPayloadPeeringFromJSON(
|
|
|
5469
5504
|
}
|
|
5470
5505
|
|
|
5471
5506
|
/** @internal */
|
|
5472
|
-
export const
|
|
5473
|
-
|
|
5507
|
+
export const OneHundredAndSixty$inboundSchema: z.ZodType<
|
|
5508
|
+
OneHundredAndSixty,
|
|
5474
5509
|
z.ZodTypeDef,
|
|
5475
5510
|
unknown
|
|
5476
5511
|
> = z.object({
|
|
5477
|
-
team: z.lazy(() =>
|
|
5478
|
-
configuration: z.lazy(() =>
|
|
5512
|
+
team: z.lazy(() => UserEventPayload160Team$inboundSchema),
|
|
5513
|
+
configuration: z.lazy(() => UserEventPayload160Configuration$inboundSchema),
|
|
5479
5514
|
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
5480
5515
|
newName: z.string().optional(),
|
|
5481
5516
|
});
|
|
5482
5517
|
|
|
5483
5518
|
/** @internal */
|
|
5484
|
-
export type
|
|
5485
|
-
team:
|
|
5486
|
-
configuration:
|
|
5519
|
+
export type OneHundredAndSixty$Outbound = {
|
|
5520
|
+
team: UserEventPayload160Team$Outbound;
|
|
5521
|
+
configuration: UserEventPayload160Configuration$Outbound;
|
|
5487
5522
|
peering: UserEventPayloadPeering$Outbound;
|
|
5488
5523
|
newName?: string | undefined;
|
|
5489
5524
|
};
|
|
5490
5525
|
|
|
5491
5526
|
/** @internal */
|
|
5492
|
-
export const
|
|
5493
|
-
|
|
5527
|
+
export const OneHundredAndSixty$outboundSchema: z.ZodType<
|
|
5528
|
+
OneHundredAndSixty$Outbound,
|
|
5494
5529
|
z.ZodTypeDef,
|
|
5495
|
-
|
|
5530
|
+
OneHundredAndSixty
|
|
5496
5531
|
> = z.object({
|
|
5497
|
-
team: z.lazy(() =>
|
|
5498
|
-
configuration: z.lazy(() =>
|
|
5532
|
+
team: z.lazy(() => UserEventPayload160Team$outboundSchema),
|
|
5533
|
+
configuration: z.lazy(() => UserEventPayload160Configuration$outboundSchema),
|
|
5499
5534
|
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
5500
5535
|
newName: z.string().optional(),
|
|
5501
5536
|
});
|
|
@@ -5504,36 +5539,36 @@ export const OneHundredAndFiftySeven$outboundSchema: z.ZodType<
|
|
|
5504
5539
|
* @internal
|
|
5505
5540
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5506
5541
|
*/
|
|
5507
|
-
export namespace
|
|
5508
|
-
/** @deprecated use `
|
|
5509
|
-
export const inboundSchema =
|
|
5510
|
-
/** @deprecated use `
|
|
5511
|
-
export const outboundSchema =
|
|
5512
|
-
/** @deprecated use `
|
|
5513
|
-
export type Outbound =
|
|
5542
|
+
export namespace OneHundredAndSixty$ {
|
|
5543
|
+
/** @deprecated use `OneHundredAndSixty$inboundSchema` instead. */
|
|
5544
|
+
export const inboundSchema = OneHundredAndSixty$inboundSchema;
|
|
5545
|
+
/** @deprecated use `OneHundredAndSixty$outboundSchema` instead. */
|
|
5546
|
+
export const outboundSchema = OneHundredAndSixty$outboundSchema;
|
|
5547
|
+
/** @deprecated use `OneHundredAndSixty$Outbound` instead. */
|
|
5548
|
+
export type Outbound = OneHundredAndSixty$Outbound;
|
|
5514
5549
|
}
|
|
5515
5550
|
|
|
5516
|
-
export function
|
|
5517
|
-
|
|
5551
|
+
export function oneHundredAndSixtyToJSON(
|
|
5552
|
+
oneHundredAndSixty: OneHundredAndSixty,
|
|
5518
5553
|
): string {
|
|
5519
5554
|
return JSON.stringify(
|
|
5520
|
-
|
|
5555
|
+
OneHundredAndSixty$outboundSchema.parse(oneHundredAndSixty),
|
|
5521
5556
|
);
|
|
5522
5557
|
}
|
|
5523
5558
|
|
|
5524
|
-
export function
|
|
5559
|
+
export function oneHundredAndSixtyFromJSON(
|
|
5525
5560
|
jsonString: string,
|
|
5526
|
-
): SafeParseResult<
|
|
5561
|
+
): SafeParseResult<OneHundredAndSixty, SDKValidationError> {
|
|
5527
5562
|
return safeParse(
|
|
5528
5563
|
jsonString,
|
|
5529
|
-
(x) =>
|
|
5530
|
-
`Failed to parse '
|
|
5564
|
+
(x) => OneHundredAndSixty$inboundSchema.parse(JSON.parse(x)),
|
|
5565
|
+
`Failed to parse 'OneHundredAndSixty' from JSON`,
|
|
5531
5566
|
);
|
|
5532
5567
|
}
|
|
5533
5568
|
|
|
5534
5569
|
/** @internal */
|
|
5535
|
-
export const
|
|
5536
|
-
|
|
5570
|
+
export const UserEventPayload159Team$inboundSchema: z.ZodType<
|
|
5571
|
+
UserEventPayload159Team,
|
|
5537
5572
|
z.ZodTypeDef,
|
|
5538
5573
|
unknown
|
|
5539
5574
|
> = z.object({
|
|
@@ -5542,16 +5577,16 @@ export const UserEventPayload156Team$inboundSchema: z.ZodType<
|
|
|
5542
5577
|
});
|
|
5543
5578
|
|
|
5544
5579
|
/** @internal */
|
|
5545
|
-
export type
|
|
5580
|
+
export type UserEventPayload159Team$Outbound = {
|
|
5546
5581
|
id: string;
|
|
5547
5582
|
name: string;
|
|
5548
5583
|
};
|
|
5549
5584
|
|
|
5550
5585
|
/** @internal */
|
|
5551
|
-
export const
|
|
5552
|
-
|
|
5586
|
+
export const UserEventPayload159Team$outboundSchema: z.ZodType<
|
|
5587
|
+
UserEventPayload159Team$Outbound,
|
|
5553
5588
|
z.ZodTypeDef,
|
|
5554
|
-
|
|
5589
|
+
UserEventPayload159Team
|
|
5555
5590
|
> = z.object({
|
|
5556
5591
|
id: z.string(),
|
|
5557
5592
|
name: z.string(),
|
|
@@ -5561,36 +5596,36 @@ export const UserEventPayload156Team$outboundSchema: z.ZodType<
|
|
|
5561
5596
|
* @internal
|
|
5562
5597
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5563
5598
|
*/
|
|
5564
|
-
export namespace
|
|
5565
|
-
/** @deprecated use `
|
|
5566
|
-
export const inboundSchema =
|
|
5567
|
-
/** @deprecated use `
|
|
5568
|
-
export const outboundSchema =
|
|
5569
|
-
/** @deprecated use `
|
|
5570
|
-
export type Outbound =
|
|
5599
|
+
export namespace UserEventPayload159Team$ {
|
|
5600
|
+
/** @deprecated use `UserEventPayload159Team$inboundSchema` instead. */
|
|
5601
|
+
export const inboundSchema = UserEventPayload159Team$inboundSchema;
|
|
5602
|
+
/** @deprecated use `UserEventPayload159Team$outboundSchema` instead. */
|
|
5603
|
+
export const outboundSchema = UserEventPayload159Team$outboundSchema;
|
|
5604
|
+
/** @deprecated use `UserEventPayload159Team$Outbound` instead. */
|
|
5605
|
+
export type Outbound = UserEventPayload159Team$Outbound;
|
|
5571
5606
|
}
|
|
5572
5607
|
|
|
5573
|
-
export function
|
|
5574
|
-
|
|
5608
|
+
export function userEventPayload159TeamToJSON(
|
|
5609
|
+
userEventPayload159Team: UserEventPayload159Team,
|
|
5575
5610
|
): string {
|
|
5576
5611
|
return JSON.stringify(
|
|
5577
|
-
|
|
5612
|
+
UserEventPayload159Team$outboundSchema.parse(userEventPayload159Team),
|
|
5578
5613
|
);
|
|
5579
5614
|
}
|
|
5580
5615
|
|
|
5581
|
-
export function
|
|
5616
|
+
export function userEventPayload159TeamFromJSON(
|
|
5582
5617
|
jsonString: string,
|
|
5583
|
-
): SafeParseResult<
|
|
5618
|
+
): SafeParseResult<UserEventPayload159Team, SDKValidationError> {
|
|
5584
5619
|
return safeParse(
|
|
5585
5620
|
jsonString,
|
|
5586
|
-
(x) =>
|
|
5587
|
-
`Failed to parse '
|
|
5621
|
+
(x) => UserEventPayload159Team$inboundSchema.parse(JSON.parse(x)),
|
|
5622
|
+
`Failed to parse 'UserEventPayload159Team' from JSON`,
|
|
5588
5623
|
);
|
|
5589
5624
|
}
|
|
5590
5625
|
|
|
5591
5626
|
/** @internal */
|
|
5592
|
-
export const
|
|
5593
|
-
|
|
5627
|
+
export const UserEventPayload159Configuration$inboundSchema: z.ZodType<
|
|
5628
|
+
UserEventPayload159Configuration,
|
|
5594
5629
|
z.ZodTypeDef,
|
|
5595
5630
|
unknown
|
|
5596
5631
|
> = z.object({
|
|
@@ -5599,16 +5634,16 @@ export const UserEventPayload156Configuration$inboundSchema: z.ZodType<
|
|
|
5599
5634
|
});
|
|
5600
5635
|
|
|
5601
5636
|
/** @internal */
|
|
5602
|
-
export type
|
|
5637
|
+
export type UserEventPayload159Configuration$Outbound = {
|
|
5603
5638
|
id: string;
|
|
5604
5639
|
name?: string | undefined;
|
|
5605
5640
|
};
|
|
5606
5641
|
|
|
5607
5642
|
/** @internal */
|
|
5608
|
-
export const
|
|
5609
|
-
|
|
5643
|
+
export const UserEventPayload159Configuration$outboundSchema: z.ZodType<
|
|
5644
|
+
UserEventPayload159Configuration$Outbound,
|
|
5610
5645
|
z.ZodTypeDef,
|
|
5611
|
-
|
|
5646
|
+
UserEventPayload159Configuration
|
|
5612
5647
|
> = z.object({
|
|
5613
5648
|
id: z.string(),
|
|
5614
5649
|
name: z.string().optional(),
|
|
@@ -5618,32 +5653,32 @@ export const UserEventPayload156Configuration$outboundSchema: z.ZodType<
|
|
|
5618
5653
|
* @internal
|
|
5619
5654
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5620
5655
|
*/
|
|
5621
|
-
export namespace
|
|
5622
|
-
/** @deprecated use `
|
|
5623
|
-
export const inboundSchema =
|
|
5624
|
-
/** @deprecated use `
|
|
5625
|
-
export const outboundSchema =
|
|
5626
|
-
/** @deprecated use `
|
|
5627
|
-
export type Outbound =
|
|
5656
|
+
export namespace UserEventPayload159Configuration$ {
|
|
5657
|
+
/** @deprecated use `UserEventPayload159Configuration$inboundSchema` instead. */
|
|
5658
|
+
export const inboundSchema = UserEventPayload159Configuration$inboundSchema;
|
|
5659
|
+
/** @deprecated use `UserEventPayload159Configuration$outboundSchema` instead. */
|
|
5660
|
+
export const outboundSchema = UserEventPayload159Configuration$outboundSchema;
|
|
5661
|
+
/** @deprecated use `UserEventPayload159Configuration$Outbound` instead. */
|
|
5662
|
+
export type Outbound = UserEventPayload159Configuration$Outbound;
|
|
5628
5663
|
}
|
|
5629
5664
|
|
|
5630
|
-
export function
|
|
5631
|
-
|
|
5665
|
+
export function userEventPayload159ConfigurationToJSON(
|
|
5666
|
+
userEventPayload159Configuration: UserEventPayload159Configuration,
|
|
5632
5667
|
): string {
|
|
5633
5668
|
return JSON.stringify(
|
|
5634
|
-
|
|
5635
|
-
|
|
5669
|
+
UserEventPayload159Configuration$outboundSchema.parse(
|
|
5670
|
+
userEventPayload159Configuration,
|
|
5636
5671
|
),
|
|
5637
5672
|
);
|
|
5638
5673
|
}
|
|
5639
5674
|
|
|
5640
|
-
export function
|
|
5675
|
+
export function userEventPayload159ConfigurationFromJSON(
|
|
5641
5676
|
jsonString: string,
|
|
5642
|
-
): SafeParseResult<
|
|
5677
|
+
): SafeParseResult<UserEventPayload159Configuration, SDKValidationError> {
|
|
5643
5678
|
return safeParse(
|
|
5644
5679
|
jsonString,
|
|
5645
|
-
(x) =>
|
|
5646
|
-
`Failed to parse '
|
|
5680
|
+
(x) => UserEventPayload159Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5681
|
+
`Failed to parse 'UserEventPayload159Configuration' from JSON`,
|
|
5647
5682
|
);
|
|
5648
5683
|
}
|
|
5649
5684
|
|
|
@@ -5701,31 +5736,31 @@ export function payloadPeeringFromJSON(
|
|
|
5701
5736
|
}
|
|
5702
5737
|
|
|
5703
5738
|
/** @internal */
|
|
5704
|
-
export const
|
|
5705
|
-
|
|
5739
|
+
export const OneHundredAndFiftyNine$inboundSchema: z.ZodType<
|
|
5740
|
+
OneHundredAndFiftyNine,
|
|
5706
5741
|
z.ZodTypeDef,
|
|
5707
5742
|
unknown
|
|
5708
5743
|
> = z.object({
|
|
5709
|
-
team: z.lazy(() =>
|
|
5710
|
-
configuration: z.lazy(() =>
|
|
5744
|
+
team: z.lazy(() => UserEventPayload159Team$inboundSchema),
|
|
5745
|
+
configuration: z.lazy(() => UserEventPayload159Configuration$inboundSchema),
|
|
5711
5746
|
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
5712
5747
|
});
|
|
5713
5748
|
|
|
5714
5749
|
/** @internal */
|
|
5715
|
-
export type
|
|
5716
|
-
team:
|
|
5717
|
-
configuration:
|
|
5750
|
+
export type OneHundredAndFiftyNine$Outbound = {
|
|
5751
|
+
team: UserEventPayload159Team$Outbound;
|
|
5752
|
+
configuration: UserEventPayload159Configuration$Outbound;
|
|
5718
5753
|
peering: PayloadPeering$Outbound;
|
|
5719
5754
|
};
|
|
5720
5755
|
|
|
5721
5756
|
/** @internal */
|
|
5722
|
-
export const
|
|
5723
|
-
|
|
5757
|
+
export const OneHundredAndFiftyNine$outboundSchema: z.ZodType<
|
|
5758
|
+
OneHundredAndFiftyNine$Outbound,
|
|
5724
5759
|
z.ZodTypeDef,
|
|
5725
|
-
|
|
5760
|
+
OneHundredAndFiftyNine
|
|
5726
5761
|
> = z.object({
|
|
5727
|
-
team: z.lazy(() =>
|
|
5728
|
-
configuration: z.lazy(() =>
|
|
5762
|
+
team: z.lazy(() => UserEventPayload159Team$outboundSchema),
|
|
5763
|
+
configuration: z.lazy(() => UserEventPayload159Configuration$outboundSchema),
|
|
5729
5764
|
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
5730
5765
|
});
|
|
5731
5766
|
|
|
@@ -5733,36 +5768,36 @@ export const OneHundredAndFiftySix$outboundSchema: z.ZodType<
|
|
|
5733
5768
|
* @internal
|
|
5734
5769
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5735
5770
|
*/
|
|
5736
|
-
export namespace
|
|
5737
|
-
/** @deprecated use `
|
|
5738
|
-
export const inboundSchema =
|
|
5739
|
-
/** @deprecated use `
|
|
5740
|
-
export const outboundSchema =
|
|
5741
|
-
/** @deprecated use `
|
|
5742
|
-
export type Outbound =
|
|
5771
|
+
export namespace OneHundredAndFiftyNine$ {
|
|
5772
|
+
/** @deprecated use `OneHundredAndFiftyNine$inboundSchema` instead. */
|
|
5773
|
+
export const inboundSchema = OneHundredAndFiftyNine$inboundSchema;
|
|
5774
|
+
/** @deprecated use `OneHundredAndFiftyNine$outboundSchema` instead. */
|
|
5775
|
+
export const outboundSchema = OneHundredAndFiftyNine$outboundSchema;
|
|
5776
|
+
/** @deprecated use `OneHundredAndFiftyNine$Outbound` instead. */
|
|
5777
|
+
export type Outbound = OneHundredAndFiftyNine$Outbound;
|
|
5743
5778
|
}
|
|
5744
5779
|
|
|
5745
|
-
export function
|
|
5746
|
-
|
|
5780
|
+
export function oneHundredAndFiftyNineToJSON(
|
|
5781
|
+
oneHundredAndFiftyNine: OneHundredAndFiftyNine,
|
|
5747
5782
|
): string {
|
|
5748
5783
|
return JSON.stringify(
|
|
5749
|
-
|
|
5784
|
+
OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine),
|
|
5750
5785
|
);
|
|
5751
5786
|
}
|
|
5752
5787
|
|
|
5753
|
-
export function
|
|
5788
|
+
export function oneHundredAndFiftyNineFromJSON(
|
|
5754
5789
|
jsonString: string,
|
|
5755
|
-
): SafeParseResult<
|
|
5790
|
+
): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError> {
|
|
5756
5791
|
return safeParse(
|
|
5757
5792
|
jsonString,
|
|
5758
|
-
(x) =>
|
|
5759
|
-
`Failed to parse '
|
|
5793
|
+
(x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)),
|
|
5794
|
+
`Failed to parse 'OneHundredAndFiftyNine' from JSON`,
|
|
5760
5795
|
);
|
|
5761
5796
|
}
|
|
5762
5797
|
|
|
5763
5798
|
/** @internal */
|
|
5764
|
-
export const
|
|
5765
|
-
|
|
5799
|
+
export const UserEventPayload158Team$inboundSchema: z.ZodType<
|
|
5800
|
+
UserEventPayload158Team,
|
|
5766
5801
|
z.ZodTypeDef,
|
|
5767
5802
|
unknown
|
|
5768
5803
|
> = z.object({
|
|
@@ -5771,16 +5806,16 @@ export const UserEventPayload155Team$inboundSchema: z.ZodType<
|
|
|
5771
5806
|
});
|
|
5772
5807
|
|
|
5773
5808
|
/** @internal */
|
|
5774
|
-
export type
|
|
5809
|
+
export type UserEventPayload158Team$Outbound = {
|
|
5775
5810
|
id: string;
|
|
5776
5811
|
name: string;
|
|
5777
5812
|
};
|
|
5778
5813
|
|
|
5779
5814
|
/** @internal */
|
|
5780
|
-
export const
|
|
5781
|
-
|
|
5815
|
+
export const UserEventPayload158Team$outboundSchema: z.ZodType<
|
|
5816
|
+
UserEventPayload158Team$Outbound,
|
|
5782
5817
|
z.ZodTypeDef,
|
|
5783
|
-
|
|
5818
|
+
UserEventPayload158Team
|
|
5784
5819
|
> = z.object({
|
|
5785
5820
|
id: z.string(),
|
|
5786
5821
|
name: z.string(),
|
|
@@ -5790,36 +5825,36 @@ export const UserEventPayload155Team$outboundSchema: z.ZodType<
|
|
|
5790
5825
|
* @internal
|
|
5791
5826
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5792
5827
|
*/
|
|
5793
|
-
export namespace
|
|
5794
|
-
/** @deprecated use `
|
|
5795
|
-
export const inboundSchema =
|
|
5796
|
-
/** @deprecated use `
|
|
5797
|
-
export const outboundSchema =
|
|
5798
|
-
/** @deprecated use `
|
|
5799
|
-
export type Outbound =
|
|
5828
|
+
export namespace UserEventPayload158Team$ {
|
|
5829
|
+
/** @deprecated use `UserEventPayload158Team$inboundSchema` instead. */
|
|
5830
|
+
export const inboundSchema = UserEventPayload158Team$inboundSchema;
|
|
5831
|
+
/** @deprecated use `UserEventPayload158Team$outboundSchema` instead. */
|
|
5832
|
+
export const outboundSchema = UserEventPayload158Team$outboundSchema;
|
|
5833
|
+
/** @deprecated use `UserEventPayload158Team$Outbound` instead. */
|
|
5834
|
+
export type Outbound = UserEventPayload158Team$Outbound;
|
|
5800
5835
|
}
|
|
5801
5836
|
|
|
5802
|
-
export function
|
|
5803
|
-
|
|
5837
|
+
export function userEventPayload158TeamToJSON(
|
|
5838
|
+
userEventPayload158Team: UserEventPayload158Team,
|
|
5804
5839
|
): string {
|
|
5805
5840
|
return JSON.stringify(
|
|
5806
|
-
|
|
5841
|
+
UserEventPayload158Team$outboundSchema.parse(userEventPayload158Team),
|
|
5807
5842
|
);
|
|
5808
5843
|
}
|
|
5809
5844
|
|
|
5810
|
-
export function
|
|
5845
|
+
export function userEventPayload158TeamFromJSON(
|
|
5811
5846
|
jsonString: string,
|
|
5812
|
-
): SafeParseResult<
|
|
5847
|
+
): SafeParseResult<UserEventPayload158Team, SDKValidationError> {
|
|
5813
5848
|
return safeParse(
|
|
5814
5849
|
jsonString,
|
|
5815
|
-
(x) =>
|
|
5816
|
-
`Failed to parse '
|
|
5850
|
+
(x) => UserEventPayload158Team$inboundSchema.parse(JSON.parse(x)),
|
|
5851
|
+
`Failed to parse 'UserEventPayload158Team' from JSON`,
|
|
5817
5852
|
);
|
|
5818
5853
|
}
|
|
5819
5854
|
|
|
5820
5855
|
/** @internal */
|
|
5821
|
-
export const
|
|
5822
|
-
|
|
5856
|
+
export const UserEventPayload158Configuration$inboundSchema: z.ZodType<
|
|
5857
|
+
UserEventPayload158Configuration,
|
|
5823
5858
|
z.ZodTypeDef,
|
|
5824
5859
|
unknown
|
|
5825
5860
|
> = z.object({
|
|
@@ -5828,16 +5863,16 @@ export const UserEventPayload155Configuration$inboundSchema: z.ZodType<
|
|
|
5828
5863
|
});
|
|
5829
5864
|
|
|
5830
5865
|
/** @internal */
|
|
5831
|
-
export type
|
|
5866
|
+
export type UserEventPayload158Configuration$Outbound = {
|
|
5832
5867
|
id: string;
|
|
5833
5868
|
name?: string | undefined;
|
|
5834
5869
|
};
|
|
5835
5870
|
|
|
5836
5871
|
/** @internal */
|
|
5837
|
-
export const
|
|
5838
|
-
|
|
5872
|
+
export const UserEventPayload158Configuration$outboundSchema: z.ZodType<
|
|
5873
|
+
UserEventPayload158Configuration$Outbound,
|
|
5839
5874
|
z.ZodTypeDef,
|
|
5840
|
-
|
|
5875
|
+
UserEventPayload158Configuration
|
|
5841
5876
|
> = z.object({
|
|
5842
5877
|
id: z.string(),
|
|
5843
5878
|
name: z.string().optional(),
|
|
@@ -5847,32 +5882,32 @@ export const UserEventPayload155Configuration$outboundSchema: z.ZodType<
|
|
|
5847
5882
|
* @internal
|
|
5848
5883
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5849
5884
|
*/
|
|
5850
|
-
export namespace
|
|
5851
|
-
/** @deprecated use `
|
|
5852
|
-
export const inboundSchema =
|
|
5853
|
-
/** @deprecated use `
|
|
5854
|
-
export const outboundSchema =
|
|
5855
|
-
/** @deprecated use `
|
|
5856
|
-
export type Outbound =
|
|
5885
|
+
export namespace UserEventPayload158Configuration$ {
|
|
5886
|
+
/** @deprecated use `UserEventPayload158Configuration$inboundSchema` instead. */
|
|
5887
|
+
export const inboundSchema = UserEventPayload158Configuration$inboundSchema;
|
|
5888
|
+
/** @deprecated use `UserEventPayload158Configuration$outboundSchema` instead. */
|
|
5889
|
+
export const outboundSchema = UserEventPayload158Configuration$outboundSchema;
|
|
5890
|
+
/** @deprecated use `UserEventPayload158Configuration$Outbound` instead. */
|
|
5891
|
+
export type Outbound = UserEventPayload158Configuration$Outbound;
|
|
5857
5892
|
}
|
|
5858
5893
|
|
|
5859
|
-
export function
|
|
5860
|
-
|
|
5894
|
+
export function userEventPayload158ConfigurationToJSON(
|
|
5895
|
+
userEventPayload158Configuration: UserEventPayload158Configuration,
|
|
5861
5896
|
): string {
|
|
5862
5897
|
return JSON.stringify(
|
|
5863
|
-
|
|
5864
|
-
|
|
5898
|
+
UserEventPayload158Configuration$outboundSchema.parse(
|
|
5899
|
+
userEventPayload158Configuration,
|
|
5865
5900
|
),
|
|
5866
5901
|
);
|
|
5867
5902
|
}
|
|
5868
5903
|
|
|
5869
|
-
export function
|
|
5904
|
+
export function userEventPayload158ConfigurationFromJSON(
|
|
5870
5905
|
jsonString: string,
|
|
5871
|
-
): SafeParseResult<
|
|
5906
|
+
): SafeParseResult<UserEventPayload158Configuration, SDKValidationError> {
|
|
5872
5907
|
return safeParse(
|
|
5873
5908
|
jsonString,
|
|
5874
|
-
(x) =>
|
|
5875
|
-
`Failed to parse '
|
|
5909
|
+
(x) => UserEventPayload158Configuration$inboundSchema.parse(JSON.parse(x)),
|
|
5910
|
+
`Failed to parse 'UserEventPayload158Configuration' from JSON`,
|
|
5876
5911
|
);
|
|
5877
5912
|
}
|
|
5878
5913
|
|
|
@@ -5933,31 +5968,31 @@ export function peeringFromJSON(
|
|
|
5933
5968
|
}
|
|
5934
5969
|
|
|
5935
5970
|
/** @internal */
|
|
5936
|
-
export const
|
|
5937
|
-
|
|
5971
|
+
export const OneHundredAndFiftyEight$inboundSchema: z.ZodType<
|
|
5972
|
+
OneHundredAndFiftyEight,
|
|
5938
5973
|
z.ZodTypeDef,
|
|
5939
5974
|
unknown
|
|
5940
5975
|
> = z.object({
|
|
5941
|
-
team: z.lazy(() =>
|
|
5942
|
-
configuration: z.lazy(() =>
|
|
5976
|
+
team: z.lazy(() => UserEventPayload158Team$inboundSchema),
|
|
5977
|
+
configuration: z.lazy(() => UserEventPayload158Configuration$inboundSchema),
|
|
5943
5978
|
peering: z.lazy(() => Peering$inboundSchema),
|
|
5944
5979
|
});
|
|
5945
5980
|
|
|
5946
5981
|
/** @internal */
|
|
5947
|
-
export type
|
|
5948
|
-
team:
|
|
5949
|
-
configuration:
|
|
5982
|
+
export type OneHundredAndFiftyEight$Outbound = {
|
|
5983
|
+
team: UserEventPayload158Team$Outbound;
|
|
5984
|
+
configuration: UserEventPayload158Configuration$Outbound;
|
|
5950
5985
|
peering: Peering$Outbound;
|
|
5951
5986
|
};
|
|
5952
5987
|
|
|
5953
5988
|
/** @internal */
|
|
5954
|
-
export const
|
|
5955
|
-
|
|
5989
|
+
export const OneHundredAndFiftyEight$outboundSchema: z.ZodType<
|
|
5990
|
+
OneHundredAndFiftyEight$Outbound,
|
|
5956
5991
|
z.ZodTypeDef,
|
|
5957
|
-
|
|
5992
|
+
OneHundredAndFiftyEight
|
|
5958
5993
|
> = z.object({
|
|
5959
|
-
team: z.lazy(() =>
|
|
5960
|
-
configuration: z.lazy(() =>
|
|
5994
|
+
team: z.lazy(() => UserEventPayload158Team$outboundSchema),
|
|
5995
|
+
configuration: z.lazy(() => UserEventPayload158Configuration$outboundSchema),
|
|
5961
5996
|
peering: z.lazy(() => Peering$outboundSchema),
|
|
5962
5997
|
});
|
|
5963
5998
|
|
|
@@ -5965,70 +6000,241 @@ export const OneHundredAndFiftyFive$outboundSchema: z.ZodType<
|
|
|
5965
6000
|
* @internal
|
|
5966
6001
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5967
6002
|
*/
|
|
5968
|
-
export namespace
|
|
5969
|
-
/** @deprecated use `
|
|
5970
|
-
export const inboundSchema =
|
|
5971
|
-
/** @deprecated use `
|
|
5972
|
-
export const outboundSchema =
|
|
5973
|
-
/** @deprecated use `
|
|
5974
|
-
export type Outbound =
|
|
6003
|
+
export namespace OneHundredAndFiftyEight$ {
|
|
6004
|
+
/** @deprecated use `OneHundredAndFiftyEight$inboundSchema` instead. */
|
|
6005
|
+
export const inboundSchema = OneHundredAndFiftyEight$inboundSchema;
|
|
6006
|
+
/** @deprecated use `OneHundredAndFiftyEight$outboundSchema` instead. */
|
|
6007
|
+
export const outboundSchema = OneHundredAndFiftyEight$outboundSchema;
|
|
6008
|
+
/** @deprecated use `OneHundredAndFiftyEight$Outbound` instead. */
|
|
6009
|
+
export type Outbound = OneHundredAndFiftyEight$Outbound;
|
|
5975
6010
|
}
|
|
5976
6011
|
|
|
5977
|
-
export function
|
|
5978
|
-
|
|
6012
|
+
export function oneHundredAndFiftyEightToJSON(
|
|
6013
|
+
oneHundredAndFiftyEight: OneHundredAndFiftyEight,
|
|
5979
6014
|
): string {
|
|
5980
6015
|
return JSON.stringify(
|
|
5981
|
-
|
|
6016
|
+
OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight),
|
|
5982
6017
|
);
|
|
5983
6018
|
}
|
|
5984
6019
|
|
|
5985
|
-
export function
|
|
6020
|
+
export function oneHundredAndFiftyEightFromJSON(
|
|
5986
6021
|
jsonString: string,
|
|
5987
|
-
): SafeParseResult<
|
|
6022
|
+
): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError> {
|
|
5988
6023
|
return safeParse(
|
|
5989
6024
|
jsonString,
|
|
5990
|
-
(x) =>
|
|
5991
|
-
`Failed to parse '
|
|
6025
|
+
(x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)),
|
|
6026
|
+
`Failed to parse 'OneHundredAndFiftyEight' from JSON`,
|
|
5992
6027
|
);
|
|
5993
6028
|
}
|
|
5994
6029
|
|
|
5995
6030
|
/** @internal */
|
|
5996
|
-
export const
|
|
5997
|
-
|
|
6031
|
+
export const OneHundredAndFiftySeven$inboundSchema: z.ZodType<
|
|
6032
|
+
OneHundredAndFiftySeven,
|
|
5998
6033
|
z.ZodTypeDef,
|
|
5999
6034
|
unknown
|
|
6000
6035
|
> = z.object({
|
|
6001
6036
|
appName: z.string(),
|
|
6002
|
-
appId: z.string(),
|
|
6037
|
+
appId: z.string().optional(),
|
|
6038
|
+
installationId: z.string().optional(),
|
|
6003
6039
|
});
|
|
6004
6040
|
|
|
6005
6041
|
/** @internal */
|
|
6006
|
-
export type
|
|
6042
|
+
export type OneHundredAndFiftySeven$Outbound = {
|
|
6007
6043
|
appName: string;
|
|
6008
|
-
appId
|
|
6044
|
+
appId?: string | undefined;
|
|
6045
|
+
installationId?: string | undefined;
|
|
6009
6046
|
};
|
|
6010
6047
|
|
|
6011
6048
|
/** @internal */
|
|
6012
|
-
export const
|
|
6013
|
-
|
|
6049
|
+
export const OneHundredAndFiftySeven$outboundSchema: z.ZodType<
|
|
6050
|
+
OneHundredAndFiftySeven$Outbound,
|
|
6014
6051
|
z.ZodTypeDef,
|
|
6015
|
-
|
|
6052
|
+
OneHundredAndFiftySeven
|
|
6016
6053
|
> = z.object({
|
|
6017
6054
|
appName: z.string(),
|
|
6018
|
-
appId: z.string(),
|
|
6055
|
+
appId: z.string().optional(),
|
|
6056
|
+
installationId: z.string().optional(),
|
|
6019
6057
|
});
|
|
6020
6058
|
|
|
6021
6059
|
/**
|
|
6022
6060
|
* @internal
|
|
6023
6061
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6024
6062
|
*/
|
|
6025
|
-
export namespace
|
|
6026
|
-
/** @deprecated use `
|
|
6027
|
-
export const inboundSchema =
|
|
6028
|
-
/** @deprecated use `
|
|
6029
|
-
export const outboundSchema =
|
|
6030
|
-
/** @deprecated use `
|
|
6031
|
-
export type Outbound =
|
|
6063
|
+
export namespace OneHundredAndFiftySeven$ {
|
|
6064
|
+
/** @deprecated use `OneHundredAndFiftySeven$inboundSchema` instead. */
|
|
6065
|
+
export const inboundSchema = OneHundredAndFiftySeven$inboundSchema;
|
|
6066
|
+
/** @deprecated use `OneHundredAndFiftySeven$outboundSchema` instead. */
|
|
6067
|
+
export const outboundSchema = OneHundredAndFiftySeven$outboundSchema;
|
|
6068
|
+
/** @deprecated use `OneHundredAndFiftySeven$Outbound` instead. */
|
|
6069
|
+
export type Outbound = OneHundredAndFiftySeven$Outbound;
|
|
6070
|
+
}
|
|
6071
|
+
|
|
6072
|
+
export function oneHundredAndFiftySevenToJSON(
|
|
6073
|
+
oneHundredAndFiftySeven: OneHundredAndFiftySeven,
|
|
6074
|
+
): string {
|
|
6075
|
+
return JSON.stringify(
|
|
6076
|
+
OneHundredAndFiftySeven$outboundSchema.parse(oneHundredAndFiftySeven),
|
|
6077
|
+
);
|
|
6078
|
+
}
|
|
6079
|
+
|
|
6080
|
+
export function oneHundredAndFiftySevenFromJSON(
|
|
6081
|
+
jsonString: string,
|
|
6082
|
+
): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError> {
|
|
6083
|
+
return safeParse(
|
|
6084
|
+
jsonString,
|
|
6085
|
+
(x) => OneHundredAndFiftySeven$inboundSchema.parse(JSON.parse(x)),
|
|
6086
|
+
`Failed to parse 'OneHundredAndFiftySeven' from JSON`,
|
|
6087
|
+
);
|
|
6088
|
+
}
|
|
6089
|
+
|
|
6090
|
+
/** @internal */
|
|
6091
|
+
export const OneHundredAndFiftySix$inboundSchema: z.ZodType<
|
|
6092
|
+
OneHundredAndFiftySix,
|
|
6093
|
+
z.ZodTypeDef,
|
|
6094
|
+
unknown
|
|
6095
|
+
> = z.object({
|
|
6096
|
+
appName: z.string(),
|
|
6097
|
+
appId: z.string().optional(),
|
|
6098
|
+
});
|
|
6099
|
+
|
|
6100
|
+
/** @internal */
|
|
6101
|
+
export type OneHundredAndFiftySix$Outbound = {
|
|
6102
|
+
appName: string;
|
|
6103
|
+
appId?: string | undefined;
|
|
6104
|
+
};
|
|
6105
|
+
|
|
6106
|
+
/** @internal */
|
|
6107
|
+
export const OneHundredAndFiftySix$outboundSchema: z.ZodType<
|
|
6108
|
+
OneHundredAndFiftySix$Outbound,
|
|
6109
|
+
z.ZodTypeDef,
|
|
6110
|
+
OneHundredAndFiftySix
|
|
6111
|
+
> = z.object({
|
|
6112
|
+
appName: z.string(),
|
|
6113
|
+
appId: z.string().optional(),
|
|
6114
|
+
});
|
|
6115
|
+
|
|
6116
|
+
/**
|
|
6117
|
+
* @internal
|
|
6118
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6119
|
+
*/
|
|
6120
|
+
export namespace OneHundredAndFiftySix$ {
|
|
6121
|
+
/** @deprecated use `OneHundredAndFiftySix$inboundSchema` instead. */
|
|
6122
|
+
export const inboundSchema = OneHundredAndFiftySix$inboundSchema;
|
|
6123
|
+
/** @deprecated use `OneHundredAndFiftySix$outboundSchema` instead. */
|
|
6124
|
+
export const outboundSchema = OneHundredAndFiftySix$outboundSchema;
|
|
6125
|
+
/** @deprecated use `OneHundredAndFiftySix$Outbound` instead. */
|
|
6126
|
+
export type Outbound = OneHundredAndFiftySix$Outbound;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
export function oneHundredAndFiftySixToJSON(
|
|
6130
|
+
oneHundredAndFiftySix: OneHundredAndFiftySix,
|
|
6131
|
+
): string {
|
|
6132
|
+
return JSON.stringify(
|
|
6133
|
+
OneHundredAndFiftySix$outboundSchema.parse(oneHundredAndFiftySix),
|
|
6134
|
+
);
|
|
6135
|
+
}
|
|
6136
|
+
|
|
6137
|
+
export function oneHundredAndFiftySixFromJSON(
|
|
6138
|
+
jsonString: string,
|
|
6139
|
+
): SafeParseResult<OneHundredAndFiftySix, SDKValidationError> {
|
|
6140
|
+
return safeParse(
|
|
6141
|
+
jsonString,
|
|
6142
|
+
(x) => OneHundredAndFiftySix$inboundSchema.parse(JSON.parse(x)),
|
|
6143
|
+
`Failed to parse 'OneHundredAndFiftySix' from JSON`,
|
|
6144
|
+
);
|
|
6145
|
+
}
|
|
6146
|
+
|
|
6147
|
+
/** @internal */
|
|
6148
|
+
export const OneHundredAndFiftyFive$inboundSchema: z.ZodType<
|
|
6149
|
+
OneHundredAndFiftyFive,
|
|
6150
|
+
z.ZodTypeDef,
|
|
6151
|
+
unknown
|
|
6152
|
+
> = z.object({
|
|
6153
|
+
appName: z.string(),
|
|
6154
|
+
appId: z.string(),
|
|
6155
|
+
});
|
|
6156
|
+
|
|
6157
|
+
/** @internal */
|
|
6158
|
+
export type OneHundredAndFiftyFive$Outbound = {
|
|
6159
|
+
appName: string;
|
|
6160
|
+
appId: string;
|
|
6161
|
+
};
|
|
6162
|
+
|
|
6163
|
+
/** @internal */
|
|
6164
|
+
export const OneHundredAndFiftyFive$outboundSchema: z.ZodType<
|
|
6165
|
+
OneHundredAndFiftyFive$Outbound,
|
|
6166
|
+
z.ZodTypeDef,
|
|
6167
|
+
OneHundredAndFiftyFive
|
|
6168
|
+
> = z.object({
|
|
6169
|
+
appName: z.string(),
|
|
6170
|
+
appId: z.string(),
|
|
6171
|
+
});
|
|
6172
|
+
|
|
6173
|
+
/**
|
|
6174
|
+
* @internal
|
|
6175
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6176
|
+
*/
|
|
6177
|
+
export namespace OneHundredAndFiftyFive$ {
|
|
6178
|
+
/** @deprecated use `OneHundredAndFiftyFive$inboundSchema` instead. */
|
|
6179
|
+
export const inboundSchema = OneHundredAndFiftyFive$inboundSchema;
|
|
6180
|
+
/** @deprecated use `OneHundredAndFiftyFive$outboundSchema` instead. */
|
|
6181
|
+
export const outboundSchema = OneHundredAndFiftyFive$outboundSchema;
|
|
6182
|
+
/** @deprecated use `OneHundredAndFiftyFive$Outbound` instead. */
|
|
6183
|
+
export type Outbound = OneHundredAndFiftyFive$Outbound;
|
|
6184
|
+
}
|
|
6185
|
+
|
|
6186
|
+
export function oneHundredAndFiftyFiveToJSON(
|
|
6187
|
+
oneHundredAndFiftyFive: OneHundredAndFiftyFive,
|
|
6188
|
+
): string {
|
|
6189
|
+
return JSON.stringify(
|
|
6190
|
+
OneHundredAndFiftyFive$outboundSchema.parse(oneHundredAndFiftyFive),
|
|
6191
|
+
);
|
|
6192
|
+
}
|
|
6193
|
+
|
|
6194
|
+
export function oneHundredAndFiftyFiveFromJSON(
|
|
6195
|
+
jsonString: string,
|
|
6196
|
+
): SafeParseResult<OneHundredAndFiftyFive, SDKValidationError> {
|
|
6197
|
+
return safeParse(
|
|
6198
|
+
jsonString,
|
|
6199
|
+
(x) => OneHundredAndFiftyFive$inboundSchema.parse(JSON.parse(x)),
|
|
6200
|
+
`Failed to parse 'OneHundredAndFiftyFive' from JSON`,
|
|
6201
|
+
);
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
/** @internal */
|
|
6205
|
+
export const OneHundredAndFiftyFour$inboundSchema: z.ZodType<
|
|
6206
|
+
OneHundredAndFiftyFour,
|
|
6207
|
+
z.ZodTypeDef,
|
|
6208
|
+
unknown
|
|
6209
|
+
> = z.object({
|
|
6210
|
+
appName: z.string(),
|
|
6211
|
+
});
|
|
6212
|
+
|
|
6213
|
+
/** @internal */
|
|
6214
|
+
export type OneHundredAndFiftyFour$Outbound = {
|
|
6215
|
+
appName: string;
|
|
6216
|
+
};
|
|
6217
|
+
|
|
6218
|
+
/** @internal */
|
|
6219
|
+
export const OneHundredAndFiftyFour$outboundSchema: z.ZodType<
|
|
6220
|
+
OneHundredAndFiftyFour$Outbound,
|
|
6221
|
+
z.ZodTypeDef,
|
|
6222
|
+
OneHundredAndFiftyFour
|
|
6223
|
+
> = z.object({
|
|
6224
|
+
appName: z.string(),
|
|
6225
|
+
});
|
|
6226
|
+
|
|
6227
|
+
/**
|
|
6228
|
+
* @internal
|
|
6229
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6230
|
+
*/
|
|
6231
|
+
export namespace OneHundredAndFiftyFour$ {
|
|
6232
|
+
/** @deprecated use `OneHundredAndFiftyFour$inboundSchema` instead. */
|
|
6233
|
+
export const inboundSchema = OneHundredAndFiftyFour$inboundSchema;
|
|
6234
|
+
/** @deprecated use `OneHundredAndFiftyFour$outboundSchema` instead. */
|
|
6235
|
+
export const outboundSchema = OneHundredAndFiftyFour$outboundSchema;
|
|
6236
|
+
/** @deprecated use `OneHundredAndFiftyFour$Outbound` instead. */
|
|
6237
|
+
export type Outbound = OneHundredAndFiftyFour$Outbound;
|
|
6032
6238
|
}
|
|
6033
6239
|
|
|
6034
6240
|
export function oneHundredAndFiftyFourToJSON(
|
|
@@ -6056,11 +6262,13 @@ export const OneHundredAndFiftyThree$inboundSchema: z.ZodType<
|
|
|
6056
6262
|
unknown
|
|
6057
6263
|
> = z.object({
|
|
6058
6264
|
appName: z.string(),
|
|
6265
|
+
nextScopes: z.array(z.string()),
|
|
6059
6266
|
});
|
|
6060
6267
|
|
|
6061
6268
|
/** @internal */
|
|
6062
6269
|
export type OneHundredAndFiftyThree$Outbound = {
|
|
6063
6270
|
appName: string;
|
|
6271
|
+
nextScopes: Array<string>;
|
|
6064
6272
|
};
|
|
6065
6273
|
|
|
6066
6274
|
/** @internal */
|
|
@@ -6070,6 +6278,7 @@ export const OneHundredAndFiftyThree$outboundSchema: z.ZodType<
|
|
|
6070
6278
|
OneHundredAndFiftyThree
|
|
6071
6279
|
> = z.object({
|
|
6072
6280
|
appName: z.string(),
|
|
6281
|
+
nextScopes: z.array(z.string()),
|
|
6073
6282
|
});
|
|
6074
6283
|
|
|
6075
6284
|
/**
|
|
@@ -6110,13 +6319,13 @@ export const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<
|
|
|
6110
6319
|
unknown
|
|
6111
6320
|
> = z.object({
|
|
6112
6321
|
appName: z.string(),
|
|
6113
|
-
|
|
6322
|
+
scopes: z.array(z.string()),
|
|
6114
6323
|
});
|
|
6115
6324
|
|
|
6116
6325
|
/** @internal */
|
|
6117
6326
|
export type OneHundredAndFiftyTwo$Outbound = {
|
|
6118
6327
|
appName: string;
|
|
6119
|
-
|
|
6328
|
+
scopes: Array<string>;
|
|
6120
6329
|
};
|
|
6121
6330
|
|
|
6122
6331
|
/** @internal */
|
|
@@ -6126,7 +6335,7 @@ export const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<
|
|
|
6126
6335
|
OneHundredAndFiftyTwo
|
|
6127
6336
|
> = z.object({
|
|
6128
6337
|
appName: z.string(),
|
|
6129
|
-
|
|
6338
|
+
scopes: z.array(z.string()),
|
|
6130
6339
|
});
|
|
6131
6340
|
|
|
6132
6341
|
/**
|
|
@@ -6166,14 +6375,14 @@ export const OneHundredAndFiftyOne$inboundSchema: z.ZodType<
|
|
|
6166
6375
|
z.ZodTypeDef,
|
|
6167
6376
|
unknown
|
|
6168
6377
|
> = z.object({
|
|
6169
|
-
|
|
6170
|
-
|
|
6378
|
+
oldName: z.string(),
|
|
6379
|
+
newName: z.string(),
|
|
6171
6380
|
});
|
|
6172
6381
|
|
|
6173
6382
|
/** @internal */
|
|
6174
6383
|
export type OneHundredAndFiftyOne$Outbound = {
|
|
6175
|
-
|
|
6176
|
-
|
|
6384
|
+
oldName: string;
|
|
6385
|
+
newName: string;
|
|
6177
6386
|
};
|
|
6178
6387
|
|
|
6179
6388
|
/** @internal */
|
|
@@ -6182,8 +6391,8 @@ export const OneHundredAndFiftyOne$outboundSchema: z.ZodType<
|
|
|
6182
6391
|
z.ZodTypeDef,
|
|
6183
6392
|
OneHundredAndFiftyOne
|
|
6184
6393
|
> = z.object({
|
|
6185
|
-
|
|
6186
|
-
|
|
6394
|
+
oldName: z.string(),
|
|
6395
|
+
newName: z.string(),
|
|
6187
6396
|
});
|
|
6188
6397
|
|
|
6189
6398
|
/**
|
|
@@ -6217,63 +6426,6 @@ export function oneHundredAndFiftyOneFromJSON(
|
|
|
6217
6426
|
);
|
|
6218
6427
|
}
|
|
6219
6428
|
|
|
6220
|
-
/** @internal */
|
|
6221
|
-
export const OneHundredAndFifty$inboundSchema: z.ZodType<
|
|
6222
|
-
OneHundredAndFifty,
|
|
6223
|
-
z.ZodTypeDef,
|
|
6224
|
-
unknown
|
|
6225
|
-
> = z.object({
|
|
6226
|
-
oldName: z.string(),
|
|
6227
|
-
newName: z.string(),
|
|
6228
|
-
});
|
|
6229
|
-
|
|
6230
|
-
/** @internal */
|
|
6231
|
-
export type OneHundredAndFifty$Outbound = {
|
|
6232
|
-
oldName: string;
|
|
6233
|
-
newName: string;
|
|
6234
|
-
};
|
|
6235
|
-
|
|
6236
|
-
/** @internal */
|
|
6237
|
-
export const OneHundredAndFifty$outboundSchema: z.ZodType<
|
|
6238
|
-
OneHundredAndFifty$Outbound,
|
|
6239
|
-
z.ZodTypeDef,
|
|
6240
|
-
OneHundredAndFifty
|
|
6241
|
-
> = z.object({
|
|
6242
|
-
oldName: z.string(),
|
|
6243
|
-
newName: z.string(),
|
|
6244
|
-
});
|
|
6245
|
-
|
|
6246
|
-
/**
|
|
6247
|
-
* @internal
|
|
6248
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6249
|
-
*/
|
|
6250
|
-
export namespace OneHundredAndFifty$ {
|
|
6251
|
-
/** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
|
|
6252
|
-
export const inboundSchema = OneHundredAndFifty$inboundSchema;
|
|
6253
|
-
/** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
|
|
6254
|
-
export const outboundSchema = OneHundredAndFifty$outboundSchema;
|
|
6255
|
-
/** @deprecated use `OneHundredAndFifty$Outbound` instead. */
|
|
6256
|
-
export type Outbound = OneHundredAndFifty$Outbound;
|
|
6257
|
-
}
|
|
6258
|
-
|
|
6259
|
-
export function oneHundredAndFiftyToJSON(
|
|
6260
|
-
oneHundredAndFifty: OneHundredAndFifty,
|
|
6261
|
-
): string {
|
|
6262
|
-
return JSON.stringify(
|
|
6263
|
-
OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
|
|
6264
|
-
);
|
|
6265
|
-
}
|
|
6266
|
-
|
|
6267
|
-
export function oneHundredAndFiftyFromJSON(
|
|
6268
|
-
jsonString: string,
|
|
6269
|
-
): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
|
|
6270
|
-
return safeParse(
|
|
6271
|
-
jsonString,
|
|
6272
|
-
(x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
|
|
6273
|
-
`Failed to parse 'OneHundredAndFifty' from JSON`,
|
|
6274
|
-
);
|
|
6275
|
-
}
|
|
6276
|
-
|
|
6277
6429
|
/** @internal */
|
|
6278
6430
|
export const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier> = z.nativeEnum(
|
|
6279
6431
|
Tier,
|
|
@@ -6295,8 +6447,8 @@ export namespace Tier$ {
|
|
|
6295
6447
|
}
|
|
6296
6448
|
|
|
6297
6449
|
/** @internal */
|
|
6298
|
-
export const
|
|
6299
|
-
|
|
6450
|
+
export const OneHundredAndFifty$inboundSchema: z.ZodType<
|
|
6451
|
+
OneHundredAndFifty,
|
|
6300
6452
|
z.ZodTypeDef,
|
|
6301
6453
|
unknown
|
|
6302
6454
|
> = z.object({
|
|
@@ -6304,15 +6456,15 @@ export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
|
|
|
6304
6456
|
});
|
|
6305
6457
|
|
|
6306
6458
|
/** @internal */
|
|
6307
|
-
export type
|
|
6459
|
+
export type OneHundredAndFifty$Outbound = {
|
|
6308
6460
|
tier: string;
|
|
6309
6461
|
};
|
|
6310
6462
|
|
|
6311
6463
|
/** @internal */
|
|
6312
|
-
export const
|
|
6313
|
-
|
|
6464
|
+
export const OneHundredAndFifty$outboundSchema: z.ZodType<
|
|
6465
|
+
OneHundredAndFifty$Outbound,
|
|
6314
6466
|
z.ZodTypeDef,
|
|
6315
|
-
|
|
6467
|
+
OneHundredAndFifty
|
|
6316
6468
|
> = z.object({
|
|
6317
6469
|
tier: Tier$outboundSchema,
|
|
6318
6470
|
});
|
|
@@ -6321,30 +6473,30 @@ export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
|
|
|
6321
6473
|
* @internal
|
|
6322
6474
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6323
6475
|
*/
|
|
6324
|
-
export namespace
|
|
6325
|
-
/** @deprecated use `
|
|
6326
|
-
export const inboundSchema =
|
|
6327
|
-
/** @deprecated use `
|
|
6328
|
-
export const outboundSchema =
|
|
6329
|
-
/** @deprecated use `
|
|
6330
|
-
export type Outbound =
|
|
6476
|
+
export namespace OneHundredAndFifty$ {
|
|
6477
|
+
/** @deprecated use `OneHundredAndFifty$inboundSchema` instead. */
|
|
6478
|
+
export const inboundSchema = OneHundredAndFifty$inboundSchema;
|
|
6479
|
+
/** @deprecated use `OneHundredAndFifty$outboundSchema` instead. */
|
|
6480
|
+
export const outboundSchema = OneHundredAndFifty$outboundSchema;
|
|
6481
|
+
/** @deprecated use `OneHundredAndFifty$Outbound` instead. */
|
|
6482
|
+
export type Outbound = OneHundredAndFifty$Outbound;
|
|
6331
6483
|
}
|
|
6332
6484
|
|
|
6333
|
-
export function
|
|
6334
|
-
|
|
6485
|
+
export function oneHundredAndFiftyToJSON(
|
|
6486
|
+
oneHundredAndFifty: OneHundredAndFifty,
|
|
6335
6487
|
): string {
|
|
6336
6488
|
return JSON.stringify(
|
|
6337
|
-
|
|
6489
|
+
OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty),
|
|
6338
6490
|
);
|
|
6339
6491
|
}
|
|
6340
6492
|
|
|
6341
|
-
export function
|
|
6493
|
+
export function oneHundredAndFiftyFromJSON(
|
|
6342
6494
|
jsonString: string,
|
|
6343
|
-
): SafeParseResult<
|
|
6495
|
+
): SafeParseResult<OneHundredAndFifty, SDKValidationError> {
|
|
6344
6496
|
return safeParse(
|
|
6345
|
-
jsonString,
|
|
6346
|
-
(x) =>
|
|
6347
|
-
`Failed to parse '
|
|
6497
|
+
jsonString,
|
|
6498
|
+
(x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)),
|
|
6499
|
+
`Failed to parse 'OneHundredAndFifty' from JSON`,
|
|
6348
6500
|
);
|
|
6349
6501
|
}
|
|
6350
6502
|
|
|
@@ -6481,8 +6633,8 @@ export function prevProjectWebAnalyticsFromJSON(
|
|
|
6481
6633
|
}
|
|
6482
6634
|
|
|
6483
6635
|
/** @internal */
|
|
6484
|
-
export const
|
|
6485
|
-
|
|
6636
|
+
export const OneHundredAndFortyNine$inboundSchema: z.ZodType<
|
|
6637
|
+
OneHundredAndFortyNine,
|
|
6486
6638
|
z.ZodTypeDef,
|
|
6487
6639
|
unknown
|
|
6488
6640
|
> = z.object({
|
|
@@ -6496,7 +6648,7 @@ export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
|
|
|
6496
6648
|
});
|
|
6497
6649
|
|
|
6498
6650
|
/** @internal */
|
|
6499
|
-
export type
|
|
6651
|
+
export type OneHundredAndFortyNine$Outbound = {
|
|
6500
6652
|
projectId: string;
|
|
6501
6653
|
projectName: string;
|
|
6502
6654
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
@@ -6504,10 +6656,10 @@ export type OneHundredAndFortyEight$Outbound = {
|
|
|
6504
6656
|
};
|
|
6505
6657
|
|
|
6506
6658
|
/** @internal */
|
|
6507
|
-
export const
|
|
6508
|
-
|
|
6659
|
+
export const OneHundredAndFortyNine$outboundSchema: z.ZodType<
|
|
6660
|
+
OneHundredAndFortyNine$Outbound,
|
|
6509
6661
|
z.ZodTypeDef,
|
|
6510
|
-
|
|
6662
|
+
OneHundredAndFortyNine
|
|
6511
6663
|
> = z.object({
|
|
6512
6664
|
projectId: z.string(),
|
|
6513
6665
|
projectName: z.string(),
|
|
@@ -6522,30 +6674,30 @@ export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
|
|
|
6522
6674
|
* @internal
|
|
6523
6675
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6524
6676
|
*/
|
|
6525
|
-
export namespace
|
|
6526
|
-
/** @deprecated use `
|
|
6527
|
-
export const inboundSchema =
|
|
6528
|
-
/** @deprecated use `
|
|
6529
|
-
export const outboundSchema =
|
|
6530
|
-
/** @deprecated use `
|
|
6531
|
-
export type Outbound =
|
|
6677
|
+
export namespace OneHundredAndFortyNine$ {
|
|
6678
|
+
/** @deprecated use `OneHundredAndFortyNine$inboundSchema` instead. */
|
|
6679
|
+
export const inboundSchema = OneHundredAndFortyNine$inboundSchema;
|
|
6680
|
+
/** @deprecated use `OneHundredAndFortyNine$outboundSchema` instead. */
|
|
6681
|
+
export const outboundSchema = OneHundredAndFortyNine$outboundSchema;
|
|
6682
|
+
/** @deprecated use `OneHundredAndFortyNine$Outbound` instead. */
|
|
6683
|
+
export type Outbound = OneHundredAndFortyNine$Outbound;
|
|
6532
6684
|
}
|
|
6533
6685
|
|
|
6534
|
-
export function
|
|
6535
|
-
|
|
6686
|
+
export function oneHundredAndFortyNineToJSON(
|
|
6687
|
+
oneHundredAndFortyNine: OneHundredAndFortyNine,
|
|
6536
6688
|
): string {
|
|
6537
6689
|
return JSON.stringify(
|
|
6538
|
-
|
|
6690
|
+
OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine),
|
|
6539
6691
|
);
|
|
6540
6692
|
}
|
|
6541
6693
|
|
|
6542
|
-
export function
|
|
6694
|
+
export function oneHundredAndFortyNineFromJSON(
|
|
6543
6695
|
jsonString: string,
|
|
6544
|
-
): SafeParseResult<
|
|
6696
|
+
): SafeParseResult<OneHundredAndFortyNine, SDKValidationError> {
|
|
6545
6697
|
return safeParse(
|
|
6546
6698
|
jsonString,
|
|
6547
|
-
(x) =>
|
|
6548
|
-
`Failed to parse '
|
|
6699
|
+
(x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)),
|
|
6700
|
+
`Failed to parse 'OneHundredAndFortyNine' from JSON`,
|
|
6549
6701
|
);
|
|
6550
6702
|
}
|
|
6551
6703
|
|
|
@@ -6727,8 +6879,8 @@ export function microfrontendsFromJSON(
|
|
|
6727
6879
|
}
|
|
6728
6880
|
|
|
6729
6881
|
/** @internal */
|
|
6730
|
-
export const
|
|
6731
|
-
|
|
6882
|
+
export const UserEventPayload148Project$inboundSchema: z.ZodType<
|
|
6883
|
+
UserEventPayload148Project,
|
|
6732
6884
|
z.ZodTypeDef,
|
|
6733
6885
|
unknown
|
|
6734
6886
|
> = z.object({
|
|
@@ -6741,7 +6893,7 @@ export const UserEventPayload147Project$inboundSchema: z.ZodType<
|
|
|
6741
6893
|
});
|
|
6742
6894
|
|
|
6743
6895
|
/** @internal */
|
|
6744
|
-
export type
|
|
6896
|
+
export type UserEventPayload148Project$Outbound = {
|
|
6745
6897
|
id: string;
|
|
6746
6898
|
name: string;
|
|
6747
6899
|
microfrontends?:
|
|
@@ -6751,10 +6903,10 @@ export type UserEventPayload147Project$Outbound = {
|
|
|
6751
6903
|
};
|
|
6752
6904
|
|
|
6753
6905
|
/** @internal */
|
|
6754
|
-
export const
|
|
6755
|
-
|
|
6906
|
+
export const UserEventPayload148Project$outboundSchema: z.ZodType<
|
|
6907
|
+
UserEventPayload148Project$Outbound,
|
|
6756
6908
|
z.ZodTypeDef,
|
|
6757
|
-
|
|
6909
|
+
UserEventPayload148Project
|
|
6758
6910
|
> = z.object({
|
|
6759
6911
|
id: z.string(),
|
|
6760
6912
|
name: z.string(),
|
|
@@ -6768,30 +6920,30 @@ export const UserEventPayload147Project$outboundSchema: z.ZodType<
|
|
|
6768
6920
|
* @internal
|
|
6769
6921
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6770
6922
|
*/
|
|
6771
|
-
export namespace
|
|
6772
|
-
/** @deprecated use `
|
|
6773
|
-
export const inboundSchema =
|
|
6774
|
-
/** @deprecated use `
|
|
6775
|
-
export const outboundSchema =
|
|
6776
|
-
/** @deprecated use `
|
|
6777
|
-
export type Outbound =
|
|
6923
|
+
export namespace UserEventPayload148Project$ {
|
|
6924
|
+
/** @deprecated use `UserEventPayload148Project$inboundSchema` instead. */
|
|
6925
|
+
export const inboundSchema = UserEventPayload148Project$inboundSchema;
|
|
6926
|
+
/** @deprecated use `UserEventPayload148Project$outboundSchema` instead. */
|
|
6927
|
+
export const outboundSchema = UserEventPayload148Project$outboundSchema;
|
|
6928
|
+
/** @deprecated use `UserEventPayload148Project$Outbound` instead. */
|
|
6929
|
+
export type Outbound = UserEventPayload148Project$Outbound;
|
|
6778
6930
|
}
|
|
6779
6931
|
|
|
6780
|
-
export function
|
|
6781
|
-
|
|
6932
|
+
export function userEventPayload148ProjectToJSON(
|
|
6933
|
+
userEventPayload148Project: UserEventPayload148Project,
|
|
6782
6934
|
): string {
|
|
6783
6935
|
return JSON.stringify(
|
|
6784
|
-
|
|
6936
|
+
UserEventPayload148Project$outboundSchema.parse(userEventPayload148Project),
|
|
6785
6937
|
);
|
|
6786
6938
|
}
|
|
6787
6939
|
|
|
6788
|
-
export function
|
|
6940
|
+
export function userEventPayload148ProjectFromJSON(
|
|
6789
6941
|
jsonString: string,
|
|
6790
|
-
): SafeParseResult<
|
|
6942
|
+
): SafeParseResult<UserEventPayload148Project, SDKValidationError> {
|
|
6791
6943
|
return safeParse(
|
|
6792
6944
|
jsonString,
|
|
6793
|
-
(x) =>
|
|
6794
|
-
`Failed to parse '
|
|
6945
|
+
(x) => UserEventPayload148Project$inboundSchema.parse(JSON.parse(x)),
|
|
6946
|
+
`Failed to parse 'UserEventPayload148Project' from JSON`,
|
|
6795
6947
|
);
|
|
6796
6948
|
}
|
|
6797
6949
|
|
|
@@ -6981,8 +7133,8 @@ export function payloadMicrofrontendsFromJSON(
|
|
|
6981
7133
|
}
|
|
6982
7134
|
|
|
6983
7135
|
/** @internal */
|
|
6984
|
-
export const
|
|
6985
|
-
|
|
7136
|
+
export const UserEventPayload148PrevProject$inboundSchema: z.ZodType<
|
|
7137
|
+
UserEventPayload148PrevProject,
|
|
6986
7138
|
z.ZodTypeDef,
|
|
6987
7139
|
unknown
|
|
6988
7140
|
> = z.object({
|
|
@@ -6993,7 +7145,7 @@ export const UserEventPayload147PrevProject$inboundSchema: z.ZodType<
|
|
|
6993
7145
|
});
|
|
6994
7146
|
|
|
6995
7147
|
/** @internal */
|
|
6996
|
-
export type
|
|
7148
|
+
export type UserEventPayload148PrevProject$Outbound = {
|
|
6997
7149
|
microfrontends?:
|
|
6998
7150
|
| UserEventMicrofrontends1$Outbound
|
|
6999
7151
|
| UserEventMicrofrontends2$Outbound
|
|
@@ -7001,10 +7153,10 @@ export type UserEventPayload147PrevProject$Outbound = {
|
|
|
7001
7153
|
};
|
|
7002
7154
|
|
|
7003
7155
|
/** @internal */
|
|
7004
|
-
export const
|
|
7005
|
-
|
|
7156
|
+
export const UserEventPayload148PrevProject$outboundSchema: z.ZodType<
|
|
7157
|
+
UserEventPayload148PrevProject$Outbound,
|
|
7006
7158
|
z.ZodTypeDef,
|
|
7007
|
-
|
|
7159
|
+
UserEventPayload148PrevProject
|
|
7008
7160
|
> = z.object({
|
|
7009
7161
|
microfrontends: z.union([
|
|
7010
7162
|
z.lazy(() => UserEventMicrofrontends1$outboundSchema),
|
|
@@ -7016,32 +7168,32 @@ export const UserEventPayload147PrevProject$outboundSchema: z.ZodType<
|
|
|
7016
7168
|
* @internal
|
|
7017
7169
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7018
7170
|
*/
|
|
7019
|
-
export namespace
|
|
7020
|
-
/** @deprecated use `
|
|
7021
|
-
export const inboundSchema =
|
|
7022
|
-
/** @deprecated use `
|
|
7023
|
-
export const outboundSchema =
|
|
7024
|
-
/** @deprecated use `
|
|
7025
|
-
export type Outbound =
|
|
7171
|
+
export namespace UserEventPayload148PrevProject$ {
|
|
7172
|
+
/** @deprecated use `UserEventPayload148PrevProject$inboundSchema` instead. */
|
|
7173
|
+
export const inboundSchema = UserEventPayload148PrevProject$inboundSchema;
|
|
7174
|
+
/** @deprecated use `UserEventPayload148PrevProject$outboundSchema` instead. */
|
|
7175
|
+
export const outboundSchema = UserEventPayload148PrevProject$outboundSchema;
|
|
7176
|
+
/** @deprecated use `UserEventPayload148PrevProject$Outbound` instead. */
|
|
7177
|
+
export type Outbound = UserEventPayload148PrevProject$Outbound;
|
|
7026
7178
|
}
|
|
7027
7179
|
|
|
7028
|
-
export function
|
|
7029
|
-
|
|
7180
|
+
export function userEventPayload148PrevProjectToJSON(
|
|
7181
|
+
userEventPayload148PrevProject: UserEventPayload148PrevProject,
|
|
7030
7182
|
): string {
|
|
7031
7183
|
return JSON.stringify(
|
|
7032
|
-
|
|
7033
|
-
|
|
7184
|
+
UserEventPayload148PrevProject$outboundSchema.parse(
|
|
7185
|
+
userEventPayload148PrevProject,
|
|
7034
7186
|
),
|
|
7035
7187
|
);
|
|
7036
7188
|
}
|
|
7037
7189
|
|
|
7038
|
-
export function
|
|
7190
|
+
export function userEventPayload148PrevProjectFromJSON(
|
|
7039
7191
|
jsonString: string,
|
|
7040
|
-
): SafeParseResult<
|
|
7192
|
+
): SafeParseResult<UserEventPayload148PrevProject, SDKValidationError> {
|
|
7041
7193
|
return safeParse(
|
|
7042
7194
|
jsonString,
|
|
7043
|
-
(x) =>
|
|
7044
|
-
`Failed to parse '
|
|
7195
|
+
(x) => UserEventPayload148PrevProject$inboundSchema.parse(JSON.parse(x)),
|
|
7196
|
+
`Failed to parse 'UserEventPayload148PrevProject' from JSON`,
|
|
7045
7197
|
);
|
|
7046
7198
|
}
|
|
7047
7199
|
|
|
@@ -7051,12 +7203,12 @@ export const PayloadPrev$inboundSchema: z.ZodType<
|
|
|
7051
7203
|
z.ZodTypeDef,
|
|
7052
7204
|
unknown
|
|
7053
7205
|
> = z.object({
|
|
7054
|
-
project: z.lazy(() =>
|
|
7206
|
+
project: z.lazy(() => UserEventPayload148PrevProject$inboundSchema),
|
|
7055
7207
|
});
|
|
7056
7208
|
|
|
7057
7209
|
/** @internal */
|
|
7058
7210
|
export type PayloadPrev$Outbound = {
|
|
7059
|
-
project:
|
|
7211
|
+
project: UserEventPayload148PrevProject$Outbound;
|
|
7060
7212
|
};
|
|
7061
7213
|
|
|
7062
7214
|
/** @internal */
|
|
@@ -7065,7 +7217,7 @@ export const PayloadPrev$outboundSchema: z.ZodType<
|
|
|
7065
7217
|
z.ZodTypeDef,
|
|
7066
7218
|
PayloadPrev
|
|
7067
7219
|
> = z.object({
|
|
7068
|
-
project: z.lazy(() =>
|
|
7220
|
+
project: z.lazy(() => UserEventPayload148PrevProject$outboundSchema),
|
|
7069
7221
|
});
|
|
7070
7222
|
|
|
7071
7223
|
/**
|
|
@@ -7152,30 +7304,30 @@ export function payloadGroupFromJSON(
|
|
|
7152
7304
|
}
|
|
7153
7305
|
|
|
7154
7306
|
/** @internal */
|
|
7155
|
-
export const
|
|
7156
|
-
|
|
7307
|
+
export const OneHundredAndFortyEight$inboundSchema: z.ZodType<
|
|
7308
|
+
OneHundredAndFortyEight,
|
|
7157
7309
|
z.ZodTypeDef,
|
|
7158
7310
|
unknown
|
|
7159
7311
|
> = z.object({
|
|
7160
|
-
project: z.lazy(() =>
|
|
7312
|
+
project: z.lazy(() => UserEventPayload148Project$inboundSchema),
|
|
7161
7313
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
7162
7314
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
7163
7315
|
});
|
|
7164
7316
|
|
|
7165
7317
|
/** @internal */
|
|
7166
|
-
export type
|
|
7167
|
-
project:
|
|
7318
|
+
export type OneHundredAndFortyEight$Outbound = {
|
|
7319
|
+
project: UserEventPayload148Project$Outbound;
|
|
7168
7320
|
prev: PayloadPrev$Outbound;
|
|
7169
7321
|
group: PayloadGroup$Outbound;
|
|
7170
7322
|
};
|
|
7171
7323
|
|
|
7172
7324
|
/** @internal */
|
|
7173
|
-
export const
|
|
7174
|
-
|
|
7325
|
+
export const OneHundredAndFortyEight$outboundSchema: z.ZodType<
|
|
7326
|
+
OneHundredAndFortyEight$Outbound,
|
|
7175
7327
|
z.ZodTypeDef,
|
|
7176
|
-
|
|
7328
|
+
OneHundredAndFortyEight
|
|
7177
7329
|
> = z.object({
|
|
7178
|
-
project: z.lazy(() =>
|
|
7330
|
+
project: z.lazy(() => UserEventPayload148Project$outboundSchema),
|
|
7179
7331
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
7180
7332
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
7181
7333
|
});
|
|
@@ -7184,36 +7336,36 @@ export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
|
|
|
7184
7336
|
* @internal
|
|
7185
7337
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7186
7338
|
*/
|
|
7187
|
-
export namespace
|
|
7188
|
-
/** @deprecated use `
|
|
7189
|
-
export const inboundSchema =
|
|
7190
|
-
/** @deprecated use `
|
|
7191
|
-
export const outboundSchema =
|
|
7192
|
-
/** @deprecated use `
|
|
7193
|
-
export type Outbound =
|
|
7339
|
+
export namespace OneHundredAndFortyEight$ {
|
|
7340
|
+
/** @deprecated use `OneHundredAndFortyEight$inboundSchema` instead. */
|
|
7341
|
+
export const inboundSchema = OneHundredAndFortyEight$inboundSchema;
|
|
7342
|
+
/** @deprecated use `OneHundredAndFortyEight$outboundSchema` instead. */
|
|
7343
|
+
export const outboundSchema = OneHundredAndFortyEight$outboundSchema;
|
|
7344
|
+
/** @deprecated use `OneHundredAndFortyEight$Outbound` instead. */
|
|
7345
|
+
export type Outbound = OneHundredAndFortyEight$Outbound;
|
|
7194
7346
|
}
|
|
7195
7347
|
|
|
7196
|
-
export function
|
|
7197
|
-
|
|
7348
|
+
export function oneHundredAndFortyEightToJSON(
|
|
7349
|
+
oneHundredAndFortyEight: OneHundredAndFortyEight,
|
|
7198
7350
|
): string {
|
|
7199
7351
|
return JSON.stringify(
|
|
7200
|
-
|
|
7352
|
+
OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight),
|
|
7201
7353
|
);
|
|
7202
7354
|
}
|
|
7203
7355
|
|
|
7204
|
-
export function
|
|
7356
|
+
export function oneHundredAndFortyEightFromJSON(
|
|
7205
7357
|
jsonString: string,
|
|
7206
|
-
): SafeParseResult<
|
|
7358
|
+
): SafeParseResult<OneHundredAndFortyEight, SDKValidationError> {
|
|
7207
7359
|
return safeParse(
|
|
7208
7360
|
jsonString,
|
|
7209
|
-
(x) =>
|
|
7210
|
-
`Failed to parse '
|
|
7361
|
+
(x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)),
|
|
7362
|
+
`Failed to parse 'OneHundredAndFortyEight' from JSON`,
|
|
7211
7363
|
);
|
|
7212
7364
|
}
|
|
7213
7365
|
|
|
7214
7366
|
/** @internal */
|
|
7215
|
-
export const
|
|
7216
|
-
|
|
7367
|
+
export const UserEventPayload147Project$inboundSchema: z.ZodType<
|
|
7368
|
+
UserEventPayload147Project,
|
|
7217
7369
|
z.ZodTypeDef,
|
|
7218
7370
|
unknown
|
|
7219
7371
|
> = z.object({
|
|
@@ -7222,16 +7374,16 @@ export const UserEventPayload146Project$inboundSchema: z.ZodType<
|
|
|
7222
7374
|
});
|
|
7223
7375
|
|
|
7224
7376
|
/** @internal */
|
|
7225
|
-
export type
|
|
7377
|
+
export type UserEventPayload147Project$Outbound = {
|
|
7226
7378
|
id: string;
|
|
7227
7379
|
name: string;
|
|
7228
7380
|
};
|
|
7229
7381
|
|
|
7230
7382
|
/** @internal */
|
|
7231
|
-
export const
|
|
7232
|
-
|
|
7383
|
+
export const UserEventPayload147Project$outboundSchema: z.ZodType<
|
|
7384
|
+
UserEventPayload147Project$Outbound,
|
|
7233
7385
|
z.ZodTypeDef,
|
|
7234
|
-
|
|
7386
|
+
UserEventPayload147Project
|
|
7235
7387
|
> = z.object({
|
|
7236
7388
|
id: z.string(),
|
|
7237
7389
|
name: z.string(),
|
|
@@ -7241,30 +7393,30 @@ export const UserEventPayload146Project$outboundSchema: z.ZodType<
|
|
|
7241
7393
|
* @internal
|
|
7242
7394
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7243
7395
|
*/
|
|
7244
|
-
export namespace
|
|
7245
|
-
/** @deprecated use `
|
|
7246
|
-
export const inboundSchema =
|
|
7247
|
-
/** @deprecated use `
|
|
7248
|
-
export const outboundSchema =
|
|
7249
|
-
/** @deprecated use `
|
|
7250
|
-
export type Outbound =
|
|
7396
|
+
export namespace UserEventPayload147Project$ {
|
|
7397
|
+
/** @deprecated use `UserEventPayload147Project$inboundSchema` instead. */
|
|
7398
|
+
export const inboundSchema = UserEventPayload147Project$inboundSchema;
|
|
7399
|
+
/** @deprecated use `UserEventPayload147Project$outboundSchema` instead. */
|
|
7400
|
+
export const outboundSchema = UserEventPayload147Project$outboundSchema;
|
|
7401
|
+
/** @deprecated use `UserEventPayload147Project$Outbound` instead. */
|
|
7402
|
+
export type Outbound = UserEventPayload147Project$Outbound;
|
|
7251
7403
|
}
|
|
7252
7404
|
|
|
7253
|
-
export function
|
|
7254
|
-
|
|
7405
|
+
export function userEventPayload147ProjectToJSON(
|
|
7406
|
+
userEventPayload147Project: UserEventPayload147Project,
|
|
7255
7407
|
): string {
|
|
7256
7408
|
return JSON.stringify(
|
|
7257
|
-
|
|
7409
|
+
UserEventPayload147Project$outboundSchema.parse(userEventPayload147Project),
|
|
7258
7410
|
);
|
|
7259
7411
|
}
|
|
7260
7412
|
|
|
7261
|
-
export function
|
|
7413
|
+
export function userEventPayload147ProjectFromJSON(
|
|
7262
7414
|
jsonString: string,
|
|
7263
|
-
): SafeParseResult<
|
|
7415
|
+
): SafeParseResult<UserEventPayload147Project, SDKValidationError> {
|
|
7264
7416
|
return safeParse(
|
|
7265
7417
|
jsonString,
|
|
7266
|
-
(x) =>
|
|
7267
|
-
`Failed to parse '
|
|
7418
|
+
(x) => UserEventPayload147Project$inboundSchema.parse(JSON.parse(x)),
|
|
7419
|
+
`Failed to parse 'UserEventPayload147Project' from JSON`,
|
|
7268
7420
|
);
|
|
7269
7421
|
}
|
|
7270
7422
|
|
|
@@ -7322,28 +7474,28 @@ export function groupFromJSON(
|
|
|
7322
7474
|
}
|
|
7323
7475
|
|
|
7324
7476
|
/** @internal */
|
|
7325
|
-
export const
|
|
7326
|
-
|
|
7477
|
+
export const OneHundredAndFortySeven$inboundSchema: z.ZodType<
|
|
7478
|
+
OneHundredAndFortySeven,
|
|
7327
7479
|
z.ZodTypeDef,
|
|
7328
7480
|
unknown
|
|
7329
7481
|
> = z.object({
|
|
7330
|
-
project: z.lazy(() =>
|
|
7482
|
+
project: z.lazy(() => UserEventPayload147Project$inboundSchema),
|
|
7331
7483
|
group: z.lazy(() => Group$inboundSchema),
|
|
7332
7484
|
});
|
|
7333
7485
|
|
|
7334
7486
|
/** @internal */
|
|
7335
|
-
export type
|
|
7336
|
-
project:
|
|
7487
|
+
export type OneHundredAndFortySeven$Outbound = {
|
|
7488
|
+
project: UserEventPayload147Project$Outbound;
|
|
7337
7489
|
group: Group$Outbound;
|
|
7338
7490
|
};
|
|
7339
7491
|
|
|
7340
7492
|
/** @internal */
|
|
7341
|
-
export const
|
|
7342
|
-
|
|
7493
|
+
export const OneHundredAndFortySeven$outboundSchema: z.ZodType<
|
|
7494
|
+
OneHundredAndFortySeven$Outbound,
|
|
7343
7495
|
z.ZodTypeDef,
|
|
7344
|
-
|
|
7496
|
+
OneHundredAndFortySeven
|
|
7345
7497
|
> = z.object({
|
|
7346
|
-
project: z.lazy(() =>
|
|
7498
|
+
project: z.lazy(() => UserEventPayload147Project$outboundSchema),
|
|
7347
7499
|
group: z.lazy(() => Group$outboundSchema),
|
|
7348
7500
|
});
|
|
7349
7501
|
|
|
@@ -7351,30 +7503,30 @@ export const OneHundredAndFortySix$outboundSchema: z.ZodType<
|
|
|
7351
7503
|
* @internal
|
|
7352
7504
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7353
7505
|
*/
|
|
7354
|
-
export namespace
|
|
7355
|
-
/** @deprecated use `
|
|
7356
|
-
export const inboundSchema =
|
|
7357
|
-
/** @deprecated use `
|
|
7358
|
-
export const outboundSchema =
|
|
7359
|
-
/** @deprecated use `
|
|
7360
|
-
export type Outbound =
|
|
7506
|
+
export namespace OneHundredAndFortySeven$ {
|
|
7507
|
+
/** @deprecated use `OneHundredAndFortySeven$inboundSchema` instead. */
|
|
7508
|
+
export const inboundSchema = OneHundredAndFortySeven$inboundSchema;
|
|
7509
|
+
/** @deprecated use `OneHundredAndFortySeven$outboundSchema` instead. */
|
|
7510
|
+
export const outboundSchema = OneHundredAndFortySeven$outboundSchema;
|
|
7511
|
+
/** @deprecated use `OneHundredAndFortySeven$Outbound` instead. */
|
|
7512
|
+
export type Outbound = OneHundredAndFortySeven$Outbound;
|
|
7361
7513
|
}
|
|
7362
7514
|
|
|
7363
|
-
export function
|
|
7364
|
-
|
|
7515
|
+
export function oneHundredAndFortySevenToJSON(
|
|
7516
|
+
oneHundredAndFortySeven: OneHundredAndFortySeven,
|
|
7365
7517
|
): string {
|
|
7366
7518
|
return JSON.stringify(
|
|
7367
|
-
|
|
7519
|
+
OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven),
|
|
7368
7520
|
);
|
|
7369
7521
|
}
|
|
7370
7522
|
|
|
7371
|
-
export function
|
|
7523
|
+
export function oneHundredAndFortySevenFromJSON(
|
|
7372
7524
|
jsonString: string,
|
|
7373
|
-
): SafeParseResult<
|
|
7525
|
+
): SafeParseResult<OneHundredAndFortySeven, SDKValidationError> {
|
|
7374
7526
|
return safeParse(
|
|
7375
7527
|
jsonString,
|
|
7376
|
-
(x) =>
|
|
7377
|
-
`Failed to parse '
|
|
7528
|
+
(x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)),
|
|
7529
|
+
`Failed to parse 'OneHundredAndFortySeven' from JSON`,
|
|
7378
7530
|
);
|
|
7379
7531
|
}
|
|
7380
7532
|
|
|
@@ -7429,8 +7581,8 @@ export function prevFromJSON(
|
|
|
7429
7581
|
}
|
|
7430
7582
|
|
|
7431
7583
|
/** @internal */
|
|
7432
|
-
export const
|
|
7433
|
-
|
|
7584
|
+
export const OneHundredAndFortySix$inboundSchema: z.ZodType<
|
|
7585
|
+
OneHundredAndFortySix,
|
|
7434
7586
|
z.ZodTypeDef,
|
|
7435
7587
|
unknown
|
|
7436
7588
|
> = z.object({
|
|
@@ -7442,7 +7594,7 @@ export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
|
|
|
7442
7594
|
});
|
|
7443
7595
|
|
|
7444
7596
|
/** @internal */
|
|
7445
|
-
export type
|
|
7597
|
+
export type OneHundredAndFortySix$Outbound = {
|
|
7446
7598
|
id: string;
|
|
7447
7599
|
slug?: string | undefined;
|
|
7448
7600
|
name?: string | undefined;
|
|
@@ -7451,10 +7603,10 @@ export type OneHundredAndFortyFive$Outbound = {
|
|
|
7451
7603
|
};
|
|
7452
7604
|
|
|
7453
7605
|
/** @internal */
|
|
7454
|
-
export const
|
|
7455
|
-
|
|
7606
|
+
export const OneHundredAndFortySix$outboundSchema: z.ZodType<
|
|
7607
|
+
OneHundredAndFortySix$Outbound,
|
|
7456
7608
|
z.ZodTypeDef,
|
|
7457
|
-
|
|
7609
|
+
OneHundredAndFortySix
|
|
7458
7610
|
> = z.object({
|
|
7459
7611
|
id: z.string(),
|
|
7460
7612
|
slug: z.string().optional(),
|
|
@@ -7463,6 +7615,66 @@ export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
|
|
|
7463
7615
|
prev: z.lazy(() => Prev$outboundSchema),
|
|
7464
7616
|
});
|
|
7465
7617
|
|
|
7618
|
+
/**
|
|
7619
|
+
* @internal
|
|
7620
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7621
|
+
*/
|
|
7622
|
+
export namespace OneHundredAndFortySix$ {
|
|
7623
|
+
/** @deprecated use `OneHundredAndFortySix$inboundSchema` instead. */
|
|
7624
|
+
export const inboundSchema = OneHundredAndFortySix$inboundSchema;
|
|
7625
|
+
/** @deprecated use `OneHundredAndFortySix$outboundSchema` instead. */
|
|
7626
|
+
export const outboundSchema = OneHundredAndFortySix$outboundSchema;
|
|
7627
|
+
/** @deprecated use `OneHundredAndFortySix$Outbound` instead. */
|
|
7628
|
+
export type Outbound = OneHundredAndFortySix$Outbound;
|
|
7629
|
+
}
|
|
7630
|
+
|
|
7631
|
+
export function oneHundredAndFortySixToJSON(
|
|
7632
|
+
oneHundredAndFortySix: OneHundredAndFortySix,
|
|
7633
|
+
): string {
|
|
7634
|
+
return JSON.stringify(
|
|
7635
|
+
OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix),
|
|
7636
|
+
);
|
|
7637
|
+
}
|
|
7638
|
+
|
|
7639
|
+
export function oneHundredAndFortySixFromJSON(
|
|
7640
|
+
jsonString: string,
|
|
7641
|
+
): SafeParseResult<OneHundredAndFortySix, SDKValidationError> {
|
|
7642
|
+
return safeParse(
|
|
7643
|
+
jsonString,
|
|
7644
|
+
(x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)),
|
|
7645
|
+
`Failed to parse 'OneHundredAndFortySix' from JSON`,
|
|
7646
|
+
);
|
|
7647
|
+
}
|
|
7648
|
+
|
|
7649
|
+
/** @internal */
|
|
7650
|
+
export const OneHundredAndFortyFive$inboundSchema: z.ZodType<
|
|
7651
|
+
OneHundredAndFortyFive,
|
|
7652
|
+
z.ZodTypeDef,
|
|
7653
|
+
unknown
|
|
7654
|
+
> = z.object({
|
|
7655
|
+
id: z.string(),
|
|
7656
|
+
slug: z.string(),
|
|
7657
|
+
name: z.string(),
|
|
7658
|
+
});
|
|
7659
|
+
|
|
7660
|
+
/** @internal */
|
|
7661
|
+
export type OneHundredAndFortyFive$Outbound = {
|
|
7662
|
+
id: string;
|
|
7663
|
+
slug: string;
|
|
7664
|
+
name: string;
|
|
7665
|
+
};
|
|
7666
|
+
|
|
7667
|
+
/** @internal */
|
|
7668
|
+
export const OneHundredAndFortyFive$outboundSchema: z.ZodType<
|
|
7669
|
+
OneHundredAndFortyFive$Outbound,
|
|
7670
|
+
z.ZodTypeDef,
|
|
7671
|
+
OneHundredAndFortyFive
|
|
7672
|
+
> = z.object({
|
|
7673
|
+
id: z.string(),
|
|
7674
|
+
slug: z.string(),
|
|
7675
|
+
name: z.string(),
|
|
7676
|
+
});
|
|
7677
|
+
|
|
7466
7678
|
/**
|
|
7467
7679
|
* @internal
|
|
7468
7680
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -7494,22 +7706,39 @@ export function oneHundredAndFortyFiveFromJSON(
|
|
|
7494
7706
|
);
|
|
7495
7707
|
}
|
|
7496
7708
|
|
|
7709
|
+
/** @internal */
|
|
7710
|
+
export const UserEventPayload144Action$inboundSchema: z.ZodNativeEnum<
|
|
7711
|
+
typeof UserEventPayload144Action
|
|
7712
|
+
> = z.nativeEnum(UserEventPayload144Action);
|
|
7713
|
+
|
|
7714
|
+
/** @internal */
|
|
7715
|
+
export const UserEventPayload144Action$outboundSchema: z.ZodNativeEnum<
|
|
7716
|
+
typeof UserEventPayload144Action
|
|
7717
|
+
> = UserEventPayload144Action$inboundSchema;
|
|
7718
|
+
|
|
7719
|
+
/**
|
|
7720
|
+
* @internal
|
|
7721
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7722
|
+
*/
|
|
7723
|
+
export namespace UserEventPayload144Action$ {
|
|
7724
|
+
/** @deprecated use `UserEventPayload144Action$inboundSchema` instead. */
|
|
7725
|
+
export const inboundSchema = UserEventPayload144Action$inboundSchema;
|
|
7726
|
+
/** @deprecated use `UserEventPayload144Action$outboundSchema` instead. */
|
|
7727
|
+
export const outboundSchema = UserEventPayload144Action$outboundSchema;
|
|
7728
|
+
}
|
|
7729
|
+
|
|
7497
7730
|
/** @internal */
|
|
7498
7731
|
export const OneHundredAndFortyFour$inboundSchema: z.ZodType<
|
|
7499
7732
|
OneHundredAndFortyFour,
|
|
7500
7733
|
z.ZodTypeDef,
|
|
7501
|
-
unknown
|
|
7502
|
-
> = z.object({
|
|
7503
|
-
|
|
7504
|
-
slug: z.string(),
|
|
7505
|
-
name: z.string(),
|
|
7734
|
+
unknown
|
|
7735
|
+
> = z.object({
|
|
7736
|
+
action: UserEventPayload144Action$inboundSchema,
|
|
7506
7737
|
});
|
|
7507
7738
|
|
|
7508
7739
|
/** @internal */
|
|
7509
7740
|
export type OneHundredAndFortyFour$Outbound = {
|
|
7510
|
-
|
|
7511
|
-
slug: string;
|
|
7512
|
-
name: string;
|
|
7741
|
+
action: string;
|
|
7513
7742
|
};
|
|
7514
7743
|
|
|
7515
7744
|
/** @internal */
|
|
@@ -7518,9 +7747,7 @@ export const OneHundredAndFortyFour$outboundSchema: z.ZodType<
|
|
|
7518
7747
|
z.ZodTypeDef,
|
|
7519
7748
|
OneHundredAndFortyFour
|
|
7520
7749
|
> = z.object({
|
|
7521
|
-
|
|
7522
|
-
slug: z.string(),
|
|
7523
|
-
name: z.string(),
|
|
7750
|
+
action: UserEventPayload144Action$outboundSchema,
|
|
7524
7751
|
});
|
|
7525
7752
|
|
|
7526
7753
|
/**
|
|
@@ -7554,39 +7781,22 @@ export function oneHundredAndFortyFourFromJSON(
|
|
|
7554
7781
|
);
|
|
7555
7782
|
}
|
|
7556
7783
|
|
|
7557
|
-
/** @internal */
|
|
7558
|
-
export const UserEventPayload143Action$inboundSchema: z.ZodNativeEnum<
|
|
7559
|
-
typeof UserEventPayload143Action
|
|
7560
|
-
> = z.nativeEnum(UserEventPayload143Action);
|
|
7561
|
-
|
|
7562
|
-
/** @internal */
|
|
7563
|
-
export const UserEventPayload143Action$outboundSchema: z.ZodNativeEnum<
|
|
7564
|
-
typeof UserEventPayload143Action
|
|
7565
|
-
> = UserEventPayload143Action$inboundSchema;
|
|
7566
|
-
|
|
7567
|
-
/**
|
|
7568
|
-
* @internal
|
|
7569
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7570
|
-
*/
|
|
7571
|
-
export namespace UserEventPayload143Action$ {
|
|
7572
|
-
/** @deprecated use `UserEventPayload143Action$inboundSchema` instead. */
|
|
7573
|
-
export const inboundSchema = UserEventPayload143Action$inboundSchema;
|
|
7574
|
-
/** @deprecated use `UserEventPayload143Action$outboundSchema` instead. */
|
|
7575
|
-
export const outboundSchema = UserEventPayload143Action$outboundSchema;
|
|
7576
|
-
}
|
|
7577
|
-
|
|
7578
7784
|
/** @internal */
|
|
7579
7785
|
export const OneHundredAndFortyThree$inboundSchema: z.ZodType<
|
|
7580
7786
|
OneHundredAndFortyThree,
|
|
7581
7787
|
z.ZodTypeDef,
|
|
7582
7788
|
unknown
|
|
7583
7789
|
> = z.object({
|
|
7584
|
-
|
|
7790
|
+
edgeConfigId: z.string(),
|
|
7791
|
+
edgeConfigSlug: z.string(),
|
|
7792
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
7585
7793
|
});
|
|
7586
7794
|
|
|
7587
7795
|
/** @internal */
|
|
7588
7796
|
export type OneHundredAndFortyThree$Outbound = {
|
|
7589
|
-
|
|
7797
|
+
edgeConfigId: string;
|
|
7798
|
+
edgeConfigSlug: string;
|
|
7799
|
+
edgeConfigTokenIds: Array<string>;
|
|
7590
7800
|
};
|
|
7591
7801
|
|
|
7592
7802
|
/** @internal */
|
|
@@ -7595,7 +7805,9 @@ export const OneHundredAndFortyThree$outboundSchema: z.ZodType<
|
|
|
7595
7805
|
z.ZodTypeDef,
|
|
7596
7806
|
OneHundredAndFortyThree
|
|
7597
7807
|
> = z.object({
|
|
7598
|
-
|
|
7808
|
+
edgeConfigId: z.string(),
|
|
7809
|
+
edgeConfigSlug: z.string(),
|
|
7810
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
7599
7811
|
});
|
|
7600
7812
|
|
|
7601
7813
|
/**
|
|
@@ -7637,14 +7849,16 @@ export const OneHundredAndFortyTwo$inboundSchema: z.ZodType<
|
|
|
7637
7849
|
> = z.object({
|
|
7638
7850
|
edgeConfigId: z.string(),
|
|
7639
7851
|
edgeConfigSlug: z.string(),
|
|
7640
|
-
|
|
7852
|
+
edgeConfigTokenId: z.string(),
|
|
7853
|
+
label: z.string(),
|
|
7641
7854
|
});
|
|
7642
7855
|
|
|
7643
7856
|
/** @internal */
|
|
7644
7857
|
export type OneHundredAndFortyTwo$Outbound = {
|
|
7645
7858
|
edgeConfigId: string;
|
|
7646
7859
|
edgeConfigSlug: string;
|
|
7647
|
-
|
|
7860
|
+
edgeConfigTokenId: string;
|
|
7861
|
+
label: string;
|
|
7648
7862
|
};
|
|
7649
7863
|
|
|
7650
7864
|
/** @internal */
|
|
@@ -7655,7 +7869,8 @@ export const OneHundredAndFortyTwo$outboundSchema: z.ZodType<
|
|
|
7655
7869
|
> = z.object({
|
|
7656
7870
|
edgeConfigId: z.string(),
|
|
7657
7871
|
edgeConfigSlug: z.string(),
|
|
7658
|
-
|
|
7872
|
+
edgeConfigTokenId: z.string(),
|
|
7873
|
+
label: z.string(),
|
|
7659
7874
|
});
|
|
7660
7875
|
|
|
7661
7876
|
/**
|
|
@@ -7697,16 +7912,14 @@ export const OneHundredAndFortyOne$inboundSchema: z.ZodType<
|
|
|
7697
7912
|
> = z.object({
|
|
7698
7913
|
edgeConfigId: z.string(),
|
|
7699
7914
|
edgeConfigSlug: z.string(),
|
|
7700
|
-
|
|
7701
|
-
label: z.string(),
|
|
7915
|
+
edgeConfigDigest: z.string(),
|
|
7702
7916
|
});
|
|
7703
7917
|
|
|
7704
7918
|
/** @internal */
|
|
7705
7919
|
export type OneHundredAndFortyOne$Outbound = {
|
|
7706
7920
|
edgeConfigId: string;
|
|
7707
7921
|
edgeConfigSlug: string;
|
|
7708
|
-
|
|
7709
|
-
label: string;
|
|
7922
|
+
edgeConfigDigest: string;
|
|
7710
7923
|
};
|
|
7711
7924
|
|
|
7712
7925
|
/** @internal */
|
|
@@ -7717,8 +7930,7 @@ export const OneHundredAndFortyOne$outboundSchema: z.ZodType<
|
|
|
7717
7930
|
> = z.object({
|
|
7718
7931
|
edgeConfigId: z.string(),
|
|
7719
7932
|
edgeConfigSlug: z.string(),
|
|
7720
|
-
|
|
7721
|
-
label: z.string(),
|
|
7933
|
+
edgeConfigDigest: z.string(),
|
|
7722
7934
|
});
|
|
7723
7935
|
|
|
7724
7936
|
/**
|
|
@@ -7758,16 +7970,14 @@ export const OneHundredAndForty$inboundSchema: z.ZodType<
|
|
|
7758
7970
|
z.ZodTypeDef,
|
|
7759
7971
|
unknown
|
|
7760
7972
|
> = z.object({
|
|
7761
|
-
|
|
7762
|
-
|
|
7763
|
-
edgeConfigDigest: z.string(),
|
|
7973
|
+
projectName: z.string(),
|
|
7974
|
+
urls: z.array(z.string()),
|
|
7764
7975
|
});
|
|
7765
7976
|
|
|
7766
7977
|
/** @internal */
|
|
7767
7978
|
export type OneHundredAndForty$Outbound = {
|
|
7768
|
-
|
|
7769
|
-
|
|
7770
|
-
edgeConfigDigest: string;
|
|
7979
|
+
projectName: string;
|
|
7980
|
+
urls: Array<string>;
|
|
7771
7981
|
};
|
|
7772
7982
|
|
|
7773
7983
|
/** @internal */
|
|
@@ -7776,9 +7986,8 @@ export const OneHundredAndForty$outboundSchema: z.ZodType<
|
|
|
7776
7986
|
z.ZodTypeDef,
|
|
7777
7987
|
OneHundredAndForty
|
|
7778
7988
|
> = z.object({
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
edgeConfigDigest: z.string(),
|
|
7989
|
+
projectName: z.string(),
|
|
7990
|
+
urls: z.array(z.string()),
|
|
7782
7991
|
});
|
|
7783
7992
|
|
|
7784
7993
|
/**
|
|
@@ -10279,6 +10488,9 @@ export const OneHundredAndTwelve$inboundSchema: z.ZodType<
|
|
|
10279
10488
|
role: z.string().optional(),
|
|
10280
10489
|
uid: z.string(),
|
|
10281
10490
|
origin: z.string().optional(),
|
|
10491
|
+
teamRoles: z.array(z.string()).optional(),
|
|
10492
|
+
teamPermissions: z.array(z.string()).optional(),
|
|
10493
|
+
entitlements: z.array(z.string()).optional(),
|
|
10282
10494
|
});
|
|
10283
10495
|
|
|
10284
10496
|
/** @internal */
|
|
@@ -10286,6 +10498,9 @@ export type OneHundredAndTwelve$Outbound = {
|
|
|
10286
10498
|
role?: string | undefined;
|
|
10287
10499
|
uid: string;
|
|
10288
10500
|
origin?: string | undefined;
|
|
10501
|
+
teamRoles?: Array<string> | undefined;
|
|
10502
|
+
teamPermissions?: Array<string> | undefined;
|
|
10503
|
+
entitlements?: Array<string> | undefined;
|
|
10289
10504
|
};
|
|
10290
10505
|
|
|
10291
10506
|
/** @internal */
|
|
@@ -10297,6 +10512,9 @@ export const OneHundredAndTwelve$outboundSchema: z.ZodType<
|
|
|
10297
10512
|
role: z.string().optional(),
|
|
10298
10513
|
uid: z.string(),
|
|
10299
10514
|
origin: z.string().optional(),
|
|
10515
|
+
teamRoles: z.array(z.string()).optional(),
|
|
10516
|
+
teamPermissions: z.array(z.string()).optional(),
|
|
10517
|
+
entitlements: z.array(z.string()).optional(),
|
|
10300
10518
|
});
|
|
10301
10519
|
|
|
10302
10520
|
/**
|
|
@@ -29040,12 +29258,12 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
29040
29258
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
29041
29259
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
29042
29260
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
29043
|
-
z.lazy(() =>
|
|
29261
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
29044
29262
|
z.lazy(() => Payload2$inboundSchema),
|
|
29045
29263
|
z.lazy(() => FortyFive$inboundSchema),
|
|
29046
29264
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
29047
29265
|
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
29048
|
-
z.lazy(() =>
|
|
29266
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
29049
29267
|
z.lazy(() => Twelve$inboundSchema),
|
|
29050
29268
|
z.lazy(() => Sixteen$inboundSchema),
|
|
29051
29269
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
@@ -29069,13 +29287,13 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
29069
29287
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
29070
29288
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
29071
29289
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
29072
|
-
z.lazy(() =>
|
|
29073
|
-
z.lazy(() =>
|
|
29074
|
-
z.lazy(() =>
|
|
29075
|
-
z.lazy(() =>
|
|
29076
|
-
z.lazy(() =>
|
|
29077
|
-
z.lazy(() =>
|
|
29078
|
-
z.lazy(() =>
|
|
29290
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
29291
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
29292
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
29293
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
29294
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
29295
|
+
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
29296
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
29079
29297
|
z.lazy(() => Four$inboundSchema),
|
|
29080
29298
|
z.lazy(() => Five$inboundSchema),
|
|
29081
29299
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -29115,13 +29333,14 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
29115
29333
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
29116
29334
|
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
29117
29335
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
29118
|
-
z.lazy(() =>
|
|
29336
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
29119
29337
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
29120
|
-
z.lazy(() =>
|
|
29121
|
-
z.lazy(() =>
|
|
29338
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
29339
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
29122
29340
|
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
29123
29341
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
29124
|
-
z.lazy(() =>
|
|
29342
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
29343
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
29125
29344
|
z.lazy(() => Three$inboundSchema),
|
|
29126
29345
|
z.lazy(() => Fifteen$inboundSchema),
|
|
29127
29346
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -29163,9 +29382,11 @@ export const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown> =
|
|
|
29163
29382
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
29164
29383
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
29165
29384
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
29166
|
-
z.lazy(() =>
|
|
29167
|
-
z.lazy(() =>
|
|
29168
|
-
z.lazy(() =>
|
|
29385
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
29386
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
29387
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
29388
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
29389
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
29169
29390
|
z.lazy(() => Payload1$inboundSchema),
|
|
29170
29391
|
z.lazy(() => Seven$inboundSchema),
|
|
29171
29392
|
z.lazy(() => Eight$inboundSchema),
|
|
@@ -29202,12 +29423,12 @@ export type Payload$Outbound =
|
|
|
29202
29423
|
| SixtyFour$Outbound
|
|
29203
29424
|
| SixtySeven$Outbound
|
|
29204
29425
|
| OneHundredAndThirtyOne$Outbound
|
|
29205
|
-
|
|
|
29426
|
+
| OneHundredAndSixtyOne$Outbound
|
|
29206
29427
|
| Payload2$Outbound
|
|
29207
29428
|
| FortyFive$Outbound
|
|
29208
29429
|
| SixtyEight$Outbound
|
|
29209
29430
|
| OneHundredAndOne$Outbound
|
|
29210
|
-
|
|
|
29431
|
+
| OneHundredAndFortyTwo$Outbound
|
|
29211
29432
|
| Twelve$Outbound
|
|
29212
29433
|
| Sixteen$Outbound
|
|
29213
29434
|
| TwentyNine$Outbound
|
|
@@ -29231,13 +29452,13 @@ export type Payload$Outbound =
|
|
|
29231
29452
|
| OneHundredAndNine$Outbound
|
|
29232
29453
|
| OneHundredAndThirtyThree$Outbound
|
|
29233
29454
|
| OneHundredAndThirtyFour$Outbound
|
|
29234
|
-
|
|
|
29235
|
-
|
|
|
29236
|
-
|
|
|
29237
|
-
|
|
|
29238
|
-
|
|
|
29239
|
-
|
|
|
29240
|
-
|
|
|
29455
|
+
| OneHundredAndFortyOne$Outbound
|
|
29456
|
+
| OneHundredAndFortyThree$Outbound
|
|
29457
|
+
| OneHundredAndFortyFive$Outbound
|
|
29458
|
+
| OneHundredAndFortyEight$Outbound
|
|
29459
|
+
| OneHundredAndFiftyEight$Outbound
|
|
29460
|
+
| OneHundredAndFiftyNine$Outbound
|
|
29461
|
+
| OneHundredAndSixty$Outbound
|
|
29241
29462
|
| Four$Outbound
|
|
29242
29463
|
| Five$Outbound
|
|
29243
29464
|
| Six$Outbound
|
|
@@ -29277,13 +29498,14 @@ export type Payload$Outbound =
|
|
|
29277
29498
|
| OneHundredAndThirtySix$Outbound
|
|
29278
29499
|
| OneHundredAndThirtySeven$Outbound
|
|
29279
29500
|
| OneHundredAndThirtyNine$Outbound
|
|
29280
|
-
|
|
|
29501
|
+
| OneHundredAndForty$Outbound
|
|
29281
29502
|
| OneHundredAndFortySix$Outbound
|
|
29282
|
-
|
|
|
29283
|
-
|
|
|
29503
|
+
| OneHundredAndFortySeven$Outbound
|
|
29504
|
+
| OneHundredAndFortyNine$Outbound
|
|
29284
29505
|
| OneHundredAndFiftyOne$Outbound
|
|
29285
29506
|
| OneHundredAndFiftyTwo$Outbound
|
|
29286
|
-
|
|
|
29507
|
+
| OneHundredAndFiftyThree$Outbound
|
|
29508
|
+
| OneHundredAndFiftyFive$Outbound
|
|
29287
29509
|
| Three$Outbound
|
|
29288
29510
|
| Fifteen$Outbound
|
|
29289
29511
|
| Twenty$Outbound
|
|
@@ -29325,9 +29547,11 @@ export type Payload$Outbound =
|
|
|
29325
29547
|
| OneHundredAndTwentyNine$Outbound
|
|
29326
29548
|
| OneHundredAndThirty$Outbound
|
|
29327
29549
|
| OneHundredAndThirtyEight$Outbound
|
|
29328
|
-
|
|
|
29329
|
-
|
|
|
29330
|
-
|
|
|
29550
|
+
| OneHundredAndFortyFour$Outbound
|
|
29551
|
+
| OneHundredAndFifty$Outbound
|
|
29552
|
+
| OneHundredAndFiftyFour$Outbound
|
|
29553
|
+
| OneHundredAndFiftySix$Outbound
|
|
29554
|
+
| OneHundredAndFiftySeven$Outbound
|
|
29331
29555
|
| Payload1$Outbound
|
|
29332
29556
|
| Seven$Outbound
|
|
29333
29557
|
| Eight$Outbound
|
|
@@ -29367,12 +29591,12 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
29367
29591
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
29368
29592
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
29369
29593
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
29370
|
-
z.lazy(() =>
|
|
29594
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
29371
29595
|
z.lazy(() => Payload2$outboundSchema),
|
|
29372
29596
|
z.lazy(() => FortyFive$outboundSchema),
|
|
29373
29597
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
29374
29598
|
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
29375
|
-
z.lazy(() =>
|
|
29599
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
29376
29600
|
z.lazy(() => Twelve$outboundSchema),
|
|
29377
29601
|
z.lazy(() => Sixteen$outboundSchema),
|
|
29378
29602
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
@@ -29396,13 +29620,13 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
29396
29620
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
29397
29621
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
29398
29622
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
29399
|
-
z.lazy(() =>
|
|
29400
|
-
z.lazy(() =>
|
|
29401
|
-
z.lazy(() =>
|
|
29402
|
-
z.lazy(() =>
|
|
29403
|
-
z.lazy(() =>
|
|
29404
|
-
z.lazy(() =>
|
|
29405
|
-
z.lazy(() =>
|
|
29623
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
29624
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
29625
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
29626
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
29627
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
29628
|
+
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
29629
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
29406
29630
|
z.lazy(() => Four$outboundSchema),
|
|
29407
29631
|
z.lazy(() => Five$outboundSchema),
|
|
29408
29632
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -29442,13 +29666,14 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
29442
29666
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
29443
29667
|
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
29444
29668
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
29445
|
-
z.lazy(() =>
|
|
29669
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
29446
29670
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
29447
|
-
z.lazy(() =>
|
|
29448
|
-
z.lazy(() =>
|
|
29671
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
29672
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
29449
29673
|
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
29450
29674
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
29451
|
-
z.lazy(() =>
|
|
29675
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
29676
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
29452
29677
|
z.lazy(() => Three$outboundSchema),
|
|
29453
29678
|
z.lazy(() => Fifteen$outboundSchema),
|
|
29454
29679
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -29490,9 +29715,11 @@ export const Payload$outboundSchema: z.ZodType<
|
|
|
29490
29715
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
29491
29716
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
29492
29717
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
29493
|
-
z.lazy(() =>
|
|
29494
|
-
z.lazy(() =>
|
|
29495
|
-
z.lazy(() =>
|
|
29718
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
29719
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
29720
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
29721
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
29722
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
29496
29723
|
z.lazy(() => Payload1$outboundSchema),
|
|
29497
29724
|
z.lazy(() => Seven$outboundSchema),
|
|
29498
29725
|
z.lazy(() => Eight$outboundSchema),
|
|
@@ -29579,12 +29806,12 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
29579
29806
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
29580
29807
|
z.lazy(() => SixtySeven$inboundSchema),
|
|
29581
29808
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
29582
|
-
z.lazy(() =>
|
|
29809
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
29583
29810
|
z.lazy(() => Payload2$inboundSchema),
|
|
29584
29811
|
z.lazy(() => FortyFive$inboundSchema),
|
|
29585
29812
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
29586
29813
|
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
29587
|
-
z.lazy(() =>
|
|
29814
|
+
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
29588
29815
|
z.lazy(() => Twelve$inboundSchema),
|
|
29589
29816
|
z.lazy(() => Sixteen$inboundSchema),
|
|
29590
29817
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
@@ -29608,13 +29835,13 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
29608
29835
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
29609
29836
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
29610
29837
|
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
29611
|
-
z.lazy(() =>
|
|
29612
|
-
z.lazy(() =>
|
|
29613
|
-
z.lazy(() =>
|
|
29614
|
-
z.lazy(() =>
|
|
29615
|
-
z.lazy(() =>
|
|
29616
|
-
z.lazy(() =>
|
|
29617
|
-
z.lazy(() =>
|
|
29838
|
+
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
29839
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
29840
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
29841
|
+
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
29842
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
29843
|
+
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
29844
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
29618
29845
|
z.lazy(() => Four$inboundSchema),
|
|
29619
29846
|
z.lazy(() => Five$inboundSchema),
|
|
29620
29847
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -29654,13 +29881,14 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
29654
29881
|
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
29655
29882
|
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
29656
29883
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
29657
|
-
z.lazy(() =>
|
|
29884
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
29658
29885
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
29659
|
-
z.lazy(() =>
|
|
29660
|
-
z.lazy(() =>
|
|
29886
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
29887
|
+
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
29661
29888
|
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
29662
29889
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
29663
|
-
z.lazy(() =>
|
|
29890
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
29891
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
29664
29892
|
z.lazy(() => Three$inboundSchema),
|
|
29665
29893
|
z.lazy(() => Fifteen$inboundSchema),
|
|
29666
29894
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -29702,9 +29930,11 @@ export const UserEvent$inboundSchema: z.ZodType<
|
|
|
29702
29930
|
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
29703
29931
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
29704
29932
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
29705
|
-
z.lazy(() =>
|
|
29706
|
-
z.lazy(() =>
|
|
29707
|
-
z.lazy(() =>
|
|
29933
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
29934
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
29935
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
29936
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
29937
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
29708
29938
|
z.lazy(() => Payload1$inboundSchema),
|
|
29709
29939
|
z.lazy(() => Seven$inboundSchema),
|
|
29710
29940
|
z.lazy(() => Eight$inboundSchema),
|
|
@@ -29753,12 +29983,12 @@ export type UserEvent$Outbound = {
|
|
|
29753
29983
|
| SixtyFour$Outbound
|
|
29754
29984
|
| SixtySeven$Outbound
|
|
29755
29985
|
| OneHundredAndThirtyOne$Outbound
|
|
29756
|
-
|
|
|
29986
|
+
| OneHundredAndSixtyOne$Outbound
|
|
29757
29987
|
| Payload2$Outbound
|
|
29758
29988
|
| FortyFive$Outbound
|
|
29759
29989
|
| SixtyEight$Outbound
|
|
29760
29990
|
| OneHundredAndOne$Outbound
|
|
29761
|
-
|
|
|
29991
|
+
| OneHundredAndFortyTwo$Outbound
|
|
29762
29992
|
| Twelve$Outbound
|
|
29763
29993
|
| Sixteen$Outbound
|
|
29764
29994
|
| TwentyNine$Outbound
|
|
@@ -29782,13 +30012,13 @@ export type UserEvent$Outbound = {
|
|
|
29782
30012
|
| OneHundredAndNine$Outbound
|
|
29783
30013
|
| OneHundredAndThirtyThree$Outbound
|
|
29784
30014
|
| OneHundredAndThirtyFour$Outbound
|
|
29785
|
-
|
|
|
29786
|
-
|
|
|
29787
|
-
|
|
|
29788
|
-
|
|
|
29789
|
-
|
|
|
29790
|
-
|
|
|
29791
|
-
|
|
|
30015
|
+
| OneHundredAndFortyOne$Outbound
|
|
30016
|
+
| OneHundredAndFortyThree$Outbound
|
|
30017
|
+
| OneHundredAndFortyFive$Outbound
|
|
30018
|
+
| OneHundredAndFortyEight$Outbound
|
|
30019
|
+
| OneHundredAndFiftyEight$Outbound
|
|
30020
|
+
| OneHundredAndFiftyNine$Outbound
|
|
30021
|
+
| OneHundredAndSixty$Outbound
|
|
29792
30022
|
| Four$Outbound
|
|
29793
30023
|
| Five$Outbound
|
|
29794
30024
|
| Six$Outbound
|
|
@@ -29828,13 +30058,14 @@ export type UserEvent$Outbound = {
|
|
|
29828
30058
|
| OneHundredAndThirtySix$Outbound
|
|
29829
30059
|
| OneHundredAndThirtySeven$Outbound
|
|
29830
30060
|
| OneHundredAndThirtyNine$Outbound
|
|
29831
|
-
|
|
|
30061
|
+
| OneHundredAndForty$Outbound
|
|
29832
30062
|
| OneHundredAndFortySix$Outbound
|
|
29833
|
-
|
|
|
29834
|
-
|
|
|
30063
|
+
| OneHundredAndFortySeven$Outbound
|
|
30064
|
+
| OneHundredAndFortyNine$Outbound
|
|
29835
30065
|
| OneHundredAndFiftyOne$Outbound
|
|
29836
30066
|
| OneHundredAndFiftyTwo$Outbound
|
|
29837
|
-
|
|
|
30067
|
+
| OneHundredAndFiftyThree$Outbound
|
|
30068
|
+
| OneHundredAndFiftyFive$Outbound
|
|
29838
30069
|
| Three$Outbound
|
|
29839
30070
|
| Fifteen$Outbound
|
|
29840
30071
|
| Twenty$Outbound
|
|
@@ -29876,9 +30107,11 @@ export type UserEvent$Outbound = {
|
|
|
29876
30107
|
| OneHundredAndTwentyNine$Outbound
|
|
29877
30108
|
| OneHundredAndThirty$Outbound
|
|
29878
30109
|
| OneHundredAndThirtyEight$Outbound
|
|
29879
|
-
|
|
|
29880
|
-
|
|
|
29881
|
-
|
|
|
30110
|
+
| OneHundredAndFortyFour$Outbound
|
|
30111
|
+
| OneHundredAndFifty$Outbound
|
|
30112
|
+
| OneHundredAndFiftyFour$Outbound
|
|
30113
|
+
| OneHundredAndFiftySix$Outbound
|
|
30114
|
+
| OneHundredAndFiftySeven$Outbound
|
|
29882
30115
|
| Payload1$Outbound
|
|
29883
30116
|
| Seven$Outbound
|
|
29884
30117
|
| Eight$Outbound
|
|
@@ -29939,12 +30172,12 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29939
30172
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
29940
30173
|
z.lazy(() => SixtySeven$outboundSchema),
|
|
29941
30174
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
29942
|
-
z.lazy(() =>
|
|
30175
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
29943
30176
|
z.lazy(() => Payload2$outboundSchema),
|
|
29944
30177
|
z.lazy(() => FortyFive$outboundSchema),
|
|
29945
30178
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
29946
30179
|
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
29947
|
-
z.lazy(() =>
|
|
30180
|
+
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
29948
30181
|
z.lazy(() => Twelve$outboundSchema),
|
|
29949
30182
|
z.lazy(() => Sixteen$outboundSchema),
|
|
29950
30183
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
@@ -29968,13 +30201,13 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
29968
30201
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
29969
30202
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
29970
30203
|
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
29971
|
-
z.lazy(() =>
|
|
29972
|
-
z.lazy(() =>
|
|
29973
|
-
z.lazy(() =>
|
|
29974
|
-
z.lazy(() =>
|
|
29975
|
-
z.lazy(() =>
|
|
29976
|
-
z.lazy(() =>
|
|
29977
|
-
z.lazy(() =>
|
|
30204
|
+
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
30205
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
30206
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
30207
|
+
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
30208
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
30209
|
+
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
30210
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
29978
30211
|
z.lazy(() => Four$outboundSchema),
|
|
29979
30212
|
z.lazy(() => Five$outboundSchema),
|
|
29980
30213
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -30014,13 +30247,14 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
30014
30247
|
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
30015
30248
|
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
30016
30249
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
30017
|
-
z.lazy(() =>
|
|
30250
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
30018
30251
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
30019
|
-
z.lazy(() =>
|
|
30020
|
-
z.lazy(() =>
|
|
30252
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
30253
|
+
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
30021
30254
|
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
30022
30255
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
30023
|
-
z.lazy(() =>
|
|
30256
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
30257
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
30024
30258
|
z.lazy(() => Three$outboundSchema),
|
|
30025
30259
|
z.lazy(() => Fifteen$outboundSchema),
|
|
30026
30260
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -30062,9 +30296,11 @@ export const UserEvent$outboundSchema: z.ZodType<
|
|
|
30062
30296
|
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
30063
30297
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
30064
30298
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
30065
|
-
z.lazy(() =>
|
|
30066
|
-
z.lazy(() =>
|
|
30067
|
-
z.lazy(() =>
|
|
30299
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
30300
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
30301
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
30302
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
30303
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
30068
30304
|
z.lazy(() => Payload1$outboundSchema),
|
|
30069
30305
|
z.lazy(() => Seven$outboundSchema),
|
|
30070
30306
|
z.lazy(() => Eight$outboundSchema),
|