@vercel/sdk 1.18.1 → 1.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -80
- package/bin/mcp-server.js +4746 -2929
- package/bin/mcp-server.js.map +63 -45
- package/esm/__tests__/domains.test.js +12 -65
- 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 +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/security.test.js +20 -35
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/teams.test.js +16 -0
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +150 -1
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deleteV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/deleteV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/deleteV1BulkRedirects.js +74 -0
- package/esm/funcs/deleteV1BulkRedirects.js.map +1 -0
- package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/funcs/getV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/getV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/getV1BulkRedirects.js +80 -0
- package/esm/funcs/getV1BulkRedirects.js.map +1 -0
- package/esm/funcs/getV1BulkRedirectsVersions.d.ts +14 -0
- package/esm/funcs/getV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/funcs/getV1BulkRedirectsVersions.js +73 -0
- package/esm/funcs/getV1BulkRedirectsVersions.js.map +1 -0
- package/esm/funcs/integrationsGetBillingPlans.js +1 -0
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
- package/esm/funcs/patchV1BulkRedirects.d.ts +14 -0
- package/esm/funcs/patchV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/patchV1BulkRedirects.js +74 -0
- package/esm/funcs/patchV1BulkRedirects.js.map +1 -0
- package/esm/funcs/postV1BulkRedirectsRestore.d.ts +14 -0
- package/esm/funcs/postV1BulkRedirectsRestore.d.ts.map +1 -0
- package/esm/funcs/postV1BulkRedirectsRestore.js +74 -0
- package/esm/funcs/postV1BulkRedirectsRestore.js.map +1 -0
- package/esm/funcs/postV1BulkRedirectsVersions.d.ts +14 -0
- package/esm/funcs/postV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/funcs/postV1BulkRedirectsVersions.js +74 -0
- package/esm/funcs/postV1BulkRedirectsVersions.js.map +1 -0
- package/esm/funcs/putV1BulkRedirects.d.ts +11 -0
- package/esm/funcs/putV1BulkRedirects.d.ts.map +1 -0
- package/esm/funcs/putV1BulkRedirects.js +69 -0
- package/esm/funcs/putV1BulkRedirects.js.map +1 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts +17 -0
- package/esm/funcs/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/funcs/{domainsBuyDomain.js → teamsPostTeamDsyncRoles.js} +17 -12
- package/esm/funcs/teamsPostTeamDsyncRoles.js.map +1 -0
- 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 +17 -5
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/deleteV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/getV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts +7 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js +26 -0
- package/esm/mcp-server/tools/getV1BulkRedirectsVersions.js.map +1 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/patchV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts +7 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.d.ts.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js +26 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsRestore.js.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts +7 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.d.ts.map +1 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js +26 -0
- package/esm/mcp-server/tools/postV1BulkRedirectsVersions.js.map +1 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.d.ts +7 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.d.ts.map +1 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.js +26 -0
- package/esm/mcp-server/tools/putV1BulkRedirects.js.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts +7 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.d.ts.map +1 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js +28 -0
- package/esm/mcp-server/tools/teamsPostTeamDsyncRoles.js.map +1 -0
- package/esm/models/artifactqueryop.d.ts +8 -8
- package/esm/models/artifactqueryop.d.ts.map +1 -1
- package/esm/models/artifactqueryop.js +8 -8
- package/esm/models/artifactqueryop.js.map +1 -1
- package/esm/models/authuser.d.ts +5 -0
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +2 -0
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +48 -2
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -2
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +48 -2
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +48 -2
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +5 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +222 -152
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -218
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +4 -40
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js +0 -24
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +138 -6
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +126 -6
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +4 -2
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -2
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deletev1bulkredirectsop.d.ts +102 -0
- package/esm/models/deletev1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/deletev1bulkredirectsop.js +95 -0
- package/esm/models/deletev1bulkredirectsop.js.map +1 -0
- package/esm/models/getbillingplansop.d.ts +2 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +2 -0
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +61 -1
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +44 -1
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +200 -200
- package/esm/models/getconfigurationproductsop.js +290 -290
- package/esm/models/getconfigurationsop.d.ts +61 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +44 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +6 -6
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +6 -6
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +94 -4
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +86 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +5 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +336 -103
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +358 -98
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getorderop.d.ts +126 -42
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +138 -24
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectdomainsop.d.ts +5 -5
- package/esm/models/getprojectdomainsop.d.ts.map +1 -1
- package/esm/models/getprojectdomainsop.js +5 -6
- package/esm/models/getprojectdomainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +109 -6
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +97 -6
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv1bulkredirectsop.d.ts +190 -0
- package/esm/models/getv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/getv1bulkredirectsop.js +195 -0
- package/esm/models/getv1bulkredirectsop.js.map +1 -0
- package/esm/models/getv1bulkredirectsversionsop.d.ts +80 -0
- package/esm/models/getv1bulkredirectsversionsop.d.ts.map +1 -0
- package/esm/models/getv1bulkredirectsversionsop.js +64 -0
- package/esm/models/getv1bulkredirectsversionsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +2 -1
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -1
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +4 -2
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -2
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +8 -8
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +8 -8
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/patchv1bulkredirectsop.d.ts +133 -0
- package/esm/models/patchv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/patchv1bulkredirectsop.js +121 -0
- package/esm/models/patchv1bulkredirectsop.js.map +1 -0
- package/esm/models/postteamdsyncrolesop.d.ts +98 -0
- package/esm/models/postteamdsyncrolesop.d.ts.map +1 -0
- package/esm/models/postteamdsyncrolesop.js +113 -0
- package/esm/models/postteamdsyncrolesop.js.map +1 -0
- package/esm/models/postv1bulkredirectsrestoreop.d.ts +104 -0
- package/esm/models/postv1bulkredirectsrestoreop.d.ts.map +1 -0
- package/esm/models/postv1bulkredirectsrestoreop.js +96 -0
- package/esm/models/postv1bulkredirectsrestoreop.js.map +1 -0
- package/esm/models/postv1bulkredirectsversionsop.d.ts +110 -0
- package/esm/models/postv1bulkredirectsversionsop.d.ts.map +1 -0
- package/esm/models/postv1bulkredirectsversionsop.js +102 -0
- package/esm/models/postv1bulkredirectsversionsop.js.map +1 -0
- package/esm/models/putfirewallconfigop.d.ts +357 -100
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +379 -102
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/putv1bulkredirectsop.d.ts +122 -0
- package/esm/models/putv1bulkredirectsop.d.ts.map +1 -0
- package/esm/models/putv1bulkredirectsop.js +108 -0
- package/esm/models/putv1bulkredirectsop.js.map +1 -0
- package/esm/models/updateedgeconfigop.d.ts +5 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +30 -0
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +32 -0
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +18 -0
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +17 -0
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +124 -21
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +118 -24
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +138 -6
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +126 -6
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +49 -0
- package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.js +27 -0
- package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
- package/esm/models/userevent.d.ts +792 -966
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1047 -1248
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +0 -16
- package/esm/sdk/domains.d.ts.map +1 -1
- package/esm/sdk/domains.js +0 -20
- package/esm/sdk/domains.js.map +1 -1
- package/esm/sdk/sdk.d.ts +33 -1
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +47 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/esm/sdk/teams.d.ts +8 -0
- package/esm/sdk/teams.d.ts.map +1 -1
- package/esm/sdk/teams.js +10 -0
- package/esm/sdk/teams.js.map +1 -1
- package/examples/package-lock.json +2 -2
- package/jsr.json +1 -1
- package/package.json +2 -2
- package/src/__tests__/domains.test.ts +16 -70
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/security.test.ts +20 -35
- package/src/__tests__/teams.test.ts +19 -0
- package/src/__tests__/vercel.test.ts +177 -1
- package/src/funcs/deleteV1BulkRedirects.ts +161 -0
- package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
- package/src/funcs/getV1BulkRedirects.ts +167 -0
- package/src/funcs/getV1BulkRedirectsVersions.ts +160 -0
- package/src/funcs/integrationsGetBillingPlans.ts +1 -0
- package/src/funcs/patchV1BulkRedirects.ts +161 -0
- package/src/funcs/postV1BulkRedirectsRestore.ts +161 -0
- package/src/funcs/postV1BulkRedirectsVersions.ts +161 -0
- package/src/funcs/putV1BulkRedirects.ts +156 -0
- package/src/funcs/{domainsBuyDomain.ts → teamsPostTeamDsyncRoles.ts} +29 -24
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +17 -5
- package/src/mcp-server/tools/deleteV1BulkRedirects.ts +36 -0
- package/src/mcp-server/tools/getV1BulkRedirects.ts +35 -0
- package/src/mcp-server/tools/getV1BulkRedirectsVersions.ts +35 -0
- package/src/mcp-server/tools/patchV1BulkRedirects.ts +36 -0
- package/src/mcp-server/tools/postV1BulkRedirectsRestore.ts +36 -0
- package/src/mcp-server/tools/postV1BulkRedirectsVersions.ts +36 -0
- package/src/mcp-server/tools/putV1BulkRedirects.ts +35 -0
- package/src/mcp-server/tools/teamsPostTeamDsyncRoles.ts +37 -0
- package/src/models/artifactqueryop.ts +21 -17
- package/src/models/authuser.ts +7 -0
- package/src/models/canceldeploymentop.ts +133 -4
- package/src/models/createdeploymentop.ts +116 -4
- package/src/models/createedgeconfigop.ts +7 -0
- package/src/models/createintegrationstoredirectop.ts +708 -471
- package/src/models/createortransferdomainop.ts +0 -83
- package/src/models/createprojectop.ts +346 -12
- package/src/models/createwebhookop.ts +4 -2
- package/src/models/deletev1bulkredirectsop.ts +267 -0
- package/src/models/getbillingplansop.ts +4 -0
- package/src/models/getconfigurationop.ts +87 -1
- package/src/models/getconfigurationproductsop.ts +627 -627
- package/src/models/getconfigurationsop.ts +87 -0
- package/src/models/getdeploymenteventsop.ts +17 -13
- package/src/models/getdeploymentop.ts +271 -8
- package/src/models/getedgeconfigop.ts +7 -0
- package/src/models/getfirewallconfigop.ts +835 -274
- package/src/models/getorderop.ts +469 -112
- package/src/models/getprojectdomainsop.ts +11 -9
- package/src/models/getprojectsop.ts +260 -12
- package/src/models/getv1bulkredirectsop.ts +467 -0
- package/src/models/getv1bulkredirectsversionsop.ts +192 -0
- package/src/models/getwebhookop.ts +2 -1
- package/src/models/getwebhooksop.ts +4 -2
- package/src/models/listaccessgroupsop.ts +26 -18
- package/src/models/patchv1bulkredirectsop.ts +336 -0
- package/src/models/postteamdsyncrolesop.ts +291 -0
- package/src/models/postv1bulkredirectsrestoreop.ts +275 -0
- package/src/models/postv1bulkredirectsversionsop.ts +296 -0
- package/src/models/putfirewallconfigop.ts +1025 -284
- package/src/models/putv1bulkredirectsop.ts +304 -0
- package/src/models/updateedgeconfigop.ts +7 -0
- package/src/models/updatefirewallconfigop.ts +107 -0
- package/src/models/updateinstallationop.ts +30 -0
- package/src/models/updateprojectdatacacheop.ts +322 -63
- package/src/models/updateprojectop.ts +346 -12
- package/src/models/updateprojectprotectionbypassop.ts +84 -0
- package/src/models/userevent.ts +2415 -2887
- package/src/sdk/domains.ts +0 -41
- package/src/sdk/sdk.ts +132 -1
- package/src/sdk/teams.ts +22 -0
- package/vercel-spec.json +3260 -1294
- package/esm/funcs/domainsBuyDomain.d.ts +0 -17
- package/esm/funcs/domainsBuyDomain.d.ts.map +0 -1
- package/esm/funcs/domainsBuyDomain.js.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts +0 -7
- package/esm/mcp-server/tools/domainsBuyDomain.d.ts.map +0 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +0 -28
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +0 -1
- package/esm/models/buydomainop.d.ts +0 -180
- package/esm/models/buydomainop.d.ts.map +0 -1
- package/esm/models/buydomainop.js +0 -159
- package/esm/models/buydomainop.js.map +0 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +0 -37
- package/src/models/buydomainop.ts +0 -453
package/esm/models/userevent.js
CHANGED
|
@@ -70,22 +70,22 @@ export const Method = {
|
|
|
70
70
|
PrivateKeyJwt: "private_key_jwt",
|
|
71
71
|
OidcToken: "oidc_token",
|
|
72
72
|
};
|
|
73
|
-
export const
|
|
73
|
+
export const UserEventPayload169Type = {
|
|
74
74
|
List: "list",
|
|
75
75
|
};
|
|
76
|
-
export const
|
|
76
|
+
export const UserEventPayload169BeforeType = {
|
|
77
77
|
String: "string",
|
|
78
78
|
};
|
|
79
|
-
export const
|
|
79
|
+
export const UserEventPayload169AfterType = {
|
|
80
80
|
List: "list",
|
|
81
81
|
};
|
|
82
|
-
export const
|
|
82
|
+
export const UserEventPayload169AfterResourcesType = {
|
|
83
83
|
String: "string",
|
|
84
84
|
};
|
|
85
|
-
export const
|
|
85
|
+
export const UserEventPayload168Type = {
|
|
86
86
|
List: "list",
|
|
87
87
|
};
|
|
88
|
-
export const
|
|
88
|
+
export const UserEventPayload168ResourcesType = {
|
|
89
89
|
String: "string",
|
|
90
90
|
};
|
|
91
91
|
export const NextScopes = {
|
|
@@ -103,6 +103,7 @@ export const NextPermissions = {
|
|
|
103
103
|
ReadTeam: "read:team",
|
|
104
104
|
ReadWriteTeam: "read-write:team",
|
|
105
105
|
ReadBilling: "read:billing",
|
|
106
|
+
ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key",
|
|
106
107
|
ReadProject: "read:project",
|
|
107
108
|
ReadWriteProject: "read-write:project",
|
|
108
109
|
ReadDeployment: "read:deployment",
|
|
@@ -126,6 +127,7 @@ export const Permissions = {
|
|
|
126
127
|
ReadTeam: "read:team",
|
|
127
128
|
ReadWriteTeam: "read-write:team",
|
|
128
129
|
ReadBilling: "read:billing",
|
|
130
|
+
ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key",
|
|
129
131
|
ReadProject: "read:project",
|
|
130
132
|
ReadWriteProject: "read-write:project",
|
|
131
133
|
ReadDeployment: "read:deployment",
|
|
@@ -138,16 +140,16 @@ export const Tier = {
|
|
|
138
140
|
Pro: "pro",
|
|
139
141
|
Plus: "plus",
|
|
140
142
|
};
|
|
141
|
-
export const
|
|
143
|
+
export const UserEventPayload156Action = {
|
|
142
144
|
Enable: "enable",
|
|
143
145
|
Disable: "disable",
|
|
144
146
|
};
|
|
145
|
-
export const
|
|
147
|
+
export const UserEventPayload150Role = {
|
|
146
148
|
Admin: "ADMIN",
|
|
147
149
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
148
150
|
ProjectViewer: "PROJECT_VIEWER",
|
|
149
151
|
};
|
|
150
|
-
export const
|
|
152
|
+
export const UserEventPayload149Role = {
|
|
151
153
|
Admin: "ADMIN",
|
|
152
154
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
153
155
|
ProjectViewer: "PROJECT_VIEWER",
|
|
@@ -157,12 +159,12 @@ export const PayloadPreviousRole = {
|
|
|
157
159
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
158
160
|
ProjectViewer: "PROJECT_VIEWER",
|
|
159
161
|
};
|
|
160
|
-
export const
|
|
162
|
+
export const UserEventPayload148Role = {
|
|
161
163
|
Admin: "ADMIN",
|
|
162
164
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
163
165
|
ProjectViewer: "PROJECT_VIEWER",
|
|
164
166
|
};
|
|
165
|
-
export const
|
|
167
|
+
export const UserEventPayload147Role = {
|
|
166
168
|
Admin: "ADMIN",
|
|
167
169
|
ProjectDeveloper: "PROJECT_DEVELOPER",
|
|
168
170
|
ProjectViewer: "PROJECT_VIEWER",
|
|
@@ -187,7 +189,7 @@ export const NewPlan = {
|
|
|
187
189
|
Enterprise: "enterprise",
|
|
188
190
|
Hobby: "hobby",
|
|
189
191
|
};
|
|
190
|
-
export const
|
|
192
|
+
export const UserEventPayload121Role = {
|
|
191
193
|
Owner: "OWNER",
|
|
192
194
|
Member: "MEMBER",
|
|
193
195
|
Developer: "DEVELOPER",
|
|
@@ -203,15 +205,15 @@ export const StoreType = {
|
|
|
203
205
|
};
|
|
204
206
|
export const UserEventPayloadType = {
|
|
205
207
|
Redis: "redis",
|
|
206
|
-
EdgeConfig: "edge-config",
|
|
207
208
|
Postgres: "postgres",
|
|
209
|
+
EdgeConfig: "edge-config",
|
|
208
210
|
Blob: "blob",
|
|
209
211
|
Integration: "integration",
|
|
210
212
|
};
|
|
211
213
|
/**
|
|
212
214
|
* The budget type
|
|
213
215
|
*/
|
|
214
|
-
export const
|
|
216
|
+
export const UserEventPayload115Type = {
|
|
215
217
|
Fixed: "fixed",
|
|
216
218
|
};
|
|
217
219
|
/**
|
|
@@ -225,7 +227,7 @@ export const PayloadPricingPlan = {
|
|
|
225
227
|
/**
|
|
226
228
|
* The budget type
|
|
227
229
|
*/
|
|
228
|
-
export const
|
|
230
|
+
export const UserEventPayload114Type = {
|
|
229
231
|
Fixed: "fixed",
|
|
230
232
|
};
|
|
231
233
|
/**
|
|
@@ -239,7 +241,7 @@ export const PricingPlan = {
|
|
|
239
241
|
/**
|
|
240
242
|
* The budget type
|
|
241
243
|
*/
|
|
242
|
-
export const
|
|
244
|
+
export const UserEventPayload113Type = {
|
|
243
245
|
Fixed: "fixed",
|
|
244
246
|
};
|
|
245
247
|
/**
|
|
@@ -267,10 +269,11 @@ export const UserEventEnvId2 = {
|
|
|
267
269
|
Preview: "preview",
|
|
268
270
|
Production: "production",
|
|
269
271
|
};
|
|
270
|
-
export const
|
|
272
|
+
export const UserEventPayload92Action = {
|
|
271
273
|
Enabled: "enabled",
|
|
272
274
|
Disabled: "disabled",
|
|
273
275
|
Regenerated: "regenerated",
|
|
276
|
+
Updated: "updated",
|
|
274
277
|
};
|
|
275
278
|
export const TrustedIps = {
|
|
276
279
|
All: "all",
|
|
@@ -322,6 +325,12 @@ export const DeploymentType = {
|
|
|
322
325
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
323
326
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
324
327
|
};
|
|
328
|
+
export const Cve55182MigrationAppliedFrom = {
|
|
329
|
+
All: "all",
|
|
330
|
+
Preview: "preview",
|
|
331
|
+
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
332
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
333
|
+
};
|
|
325
334
|
export const OldSsoProtection2 = {
|
|
326
335
|
All: "all",
|
|
327
336
|
Preview: "preview",
|
|
@@ -334,6 +343,12 @@ export const OldSsoProtectionDeploymentType = {
|
|
|
334
343
|
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
335
344
|
AllExceptCustomDomains: "all_except_custom_domains",
|
|
336
345
|
};
|
|
346
|
+
export const OldSsoProtectionCve55182MigrationAppliedFrom = {
|
|
347
|
+
All: "all",
|
|
348
|
+
Preview: "preview",
|
|
349
|
+
ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
|
|
350
|
+
AllExceptCustomDomains: "all_except_custom_domains",
|
|
351
|
+
};
|
|
337
352
|
export const UserEventPayloadRole = {
|
|
338
353
|
Owner: "OWNER",
|
|
339
354
|
Member: "MEMBER",
|
|
@@ -357,30 +372,6 @@ export const PayloadOrigin = {
|
|
|
357
372
|
Feedback: "feedback",
|
|
358
373
|
OrganizationTeams: "organization-teams",
|
|
359
374
|
};
|
|
360
|
-
export const PayloadName = {
|
|
361
|
-
Iphone: "iphone",
|
|
362
|
-
Ipad: "ipad",
|
|
363
|
-
Ipod: "ipod",
|
|
364
|
-
Chrome: "chrome",
|
|
365
|
-
Firefox: "firefox",
|
|
366
|
-
Mozilla: "mozilla",
|
|
367
|
-
Unknown: "unknown",
|
|
368
|
-
};
|
|
369
|
-
export const UserEventPayloadName = {
|
|
370
|
-
Unknown: "unknown",
|
|
371
|
-
Darwin: "darwin",
|
|
372
|
-
Win32: "win32",
|
|
373
|
-
Win: "win",
|
|
374
|
-
Windows: "windows",
|
|
375
|
-
Linux: "linux",
|
|
376
|
-
Freebsd: "freebsd",
|
|
377
|
-
Sunos: "sunos",
|
|
378
|
-
Mac: "mac",
|
|
379
|
-
Ios: "ios",
|
|
380
|
-
Android: "android",
|
|
381
|
-
MacOS: "Mac OS",
|
|
382
|
-
OsX: "OS X",
|
|
383
|
-
};
|
|
384
375
|
export const UserEventPayload72Action = {
|
|
385
376
|
Blocked: "blocked",
|
|
386
377
|
HardBlocked: "hard-blocked",
|
|
@@ -427,7 +418,7 @@ export const PayloadRecentsViewPreference = {
|
|
|
427
418
|
Open: "open",
|
|
428
419
|
Closed: "closed",
|
|
429
420
|
};
|
|
430
|
-
export const
|
|
421
|
+
export const PayloadName = {
|
|
431
422
|
String: "string",
|
|
432
423
|
};
|
|
433
424
|
export const PayloadReason = {
|
|
@@ -1040,7 +1031,7 @@ export function payloadAppFromJSON(jsonString) {
|
|
|
1040
1031
|
return safeParse(jsonString, (x) => PayloadApp$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadApp' from JSON`);
|
|
1041
1032
|
}
|
|
1042
1033
|
/** @internal */
|
|
1043
|
-
export const
|
|
1034
|
+
export const OneHundredAndSeventyFour$inboundSchema = z.object({
|
|
1044
1035
|
grantType: GrantType$inboundSchema,
|
|
1045
1036
|
appName: z.string(),
|
|
1046
1037
|
atTTL: z.number(),
|
|
@@ -1053,7 +1044,7 @@ export const OneHundredAndSeventyFive$inboundSchema = z.object({
|
|
|
1053
1044
|
sessionId: z.string().optional(),
|
|
1054
1045
|
});
|
|
1055
1046
|
/** @internal */
|
|
1056
|
-
export const
|
|
1047
|
+
export const OneHundredAndSeventyFour$outboundSchema = z.object({
|
|
1057
1048
|
grantType: GrantType$outboundSchema,
|
|
1058
1049
|
appName: z.string(),
|
|
1059
1050
|
atTTL: z.number(),
|
|
@@ -1065,43 +1056,43 @@ export const OneHundredAndSeventyFive$outboundSchema = z.object({
|
|
|
1065
1056
|
publicId: z.string().optional(),
|
|
1066
1057
|
sessionId: z.string().optional(),
|
|
1067
1058
|
});
|
|
1068
|
-
export function
|
|
1069
|
-
return JSON.stringify(
|
|
1059
|
+
export function oneHundredAndSeventyFourToJSON(oneHundredAndSeventyFour) {
|
|
1060
|
+
return JSON.stringify(OneHundredAndSeventyFour$outboundSchema.parse(oneHundredAndSeventyFour));
|
|
1070
1061
|
}
|
|
1071
|
-
export function
|
|
1072
|
-
return safeParse(jsonString, (x) =>
|
|
1062
|
+
export function oneHundredAndSeventyFourFromJSON(jsonString) {
|
|
1063
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyFour' from JSON`);
|
|
1073
1064
|
}
|
|
1074
1065
|
/** @internal */
|
|
1075
|
-
export const
|
|
1066
|
+
export const UserEventPayload173Team$inboundSchema = z.object({
|
|
1076
1067
|
id: z.string(),
|
|
1077
1068
|
name: z.string(),
|
|
1078
1069
|
});
|
|
1079
1070
|
/** @internal */
|
|
1080
|
-
export const
|
|
1071
|
+
export const UserEventPayload173Team$outboundSchema = z.object({
|
|
1081
1072
|
id: z.string(),
|
|
1082
1073
|
name: z.string(),
|
|
1083
1074
|
});
|
|
1084
|
-
export function
|
|
1085
|
-
return JSON.stringify(
|
|
1075
|
+
export function userEventPayload173TeamToJSON(userEventPayload173Team) {
|
|
1076
|
+
return JSON.stringify(UserEventPayload173Team$outboundSchema.parse(userEventPayload173Team));
|
|
1086
1077
|
}
|
|
1087
|
-
export function
|
|
1088
|
-
return safeParse(jsonString, (x) =>
|
|
1078
|
+
export function userEventPayload173TeamFromJSON(jsonString) {
|
|
1079
|
+
return safeParse(jsonString, (x) => UserEventPayload173Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload173Team' from JSON`);
|
|
1089
1080
|
}
|
|
1090
1081
|
/** @internal */
|
|
1091
|
-
export const
|
|
1082
|
+
export const UserEventPayload173Configuration$inboundSchema = z.object({
|
|
1092
1083
|
id: z.string(),
|
|
1093
1084
|
name: z.string().optional(),
|
|
1094
1085
|
});
|
|
1095
1086
|
/** @internal */
|
|
1096
|
-
export const
|
|
1087
|
+
export const UserEventPayload173Configuration$outboundSchema = z.object({
|
|
1097
1088
|
id: z.string(),
|
|
1098
1089
|
name: z.string().optional(),
|
|
1099
1090
|
});
|
|
1100
|
-
export function
|
|
1101
|
-
return JSON.stringify(
|
|
1091
|
+
export function userEventPayload173ConfigurationToJSON(userEventPayload173Configuration) {
|
|
1092
|
+
return JSON.stringify(UserEventPayload173Configuration$outboundSchema.parse(userEventPayload173Configuration));
|
|
1102
1093
|
}
|
|
1103
|
-
export function
|
|
1104
|
-
return safeParse(jsonString, (x) =>
|
|
1094
|
+
export function userEventPayload173ConfigurationFromJSON(jsonString) {
|
|
1095
|
+
return safeParse(jsonString, (x) => UserEventPayload173Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload173Configuration' from JSON`);
|
|
1105
1096
|
}
|
|
1106
1097
|
/** @internal */
|
|
1107
1098
|
export const UserEventPayloadPeering$inboundSchema = z.object({
|
|
@@ -1120,56 +1111,56 @@ export function userEventPayloadPeeringFromJSON(jsonString) {
|
|
|
1120
1111
|
return safeParse(jsonString, (x) => UserEventPayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadPeering' from JSON`);
|
|
1121
1112
|
}
|
|
1122
1113
|
/** @internal */
|
|
1123
|
-
export const
|
|
1124
|
-
team: z.lazy(() =>
|
|
1125
|
-
configuration: z.lazy(() =>
|
|
1114
|
+
export const OneHundredAndSeventyThree$inboundSchema = z.object({
|
|
1115
|
+
team: z.lazy(() => UserEventPayload173Team$inboundSchema),
|
|
1116
|
+
configuration: z.lazy(() => UserEventPayload173Configuration$inboundSchema),
|
|
1126
1117
|
peering: z.lazy(() => UserEventPayloadPeering$inboundSchema),
|
|
1127
1118
|
newName: z.string().optional(),
|
|
1128
1119
|
});
|
|
1129
1120
|
/** @internal */
|
|
1130
|
-
export const
|
|
1131
|
-
team: z.lazy(() =>
|
|
1132
|
-
configuration: z.lazy(() =>
|
|
1121
|
+
export const OneHundredAndSeventyThree$outboundSchema = z.object({
|
|
1122
|
+
team: z.lazy(() => UserEventPayload173Team$outboundSchema),
|
|
1123
|
+
configuration: z.lazy(() => UserEventPayload173Configuration$outboundSchema),
|
|
1133
1124
|
peering: z.lazy(() => UserEventPayloadPeering$outboundSchema),
|
|
1134
1125
|
newName: z.string().optional(),
|
|
1135
1126
|
});
|
|
1136
|
-
export function
|
|
1137
|
-
return JSON.stringify(
|
|
1127
|
+
export function oneHundredAndSeventyThreeToJSON(oneHundredAndSeventyThree) {
|
|
1128
|
+
return JSON.stringify(OneHundredAndSeventyThree$outboundSchema.parse(oneHundredAndSeventyThree));
|
|
1138
1129
|
}
|
|
1139
|
-
export function
|
|
1140
|
-
return safeParse(jsonString, (x) =>
|
|
1130
|
+
export function oneHundredAndSeventyThreeFromJSON(jsonString) {
|
|
1131
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyThree' from JSON`);
|
|
1141
1132
|
}
|
|
1142
1133
|
/** @internal */
|
|
1143
|
-
export const
|
|
1134
|
+
export const UserEventPayload172Team$inboundSchema = z.object({
|
|
1144
1135
|
id: z.string(),
|
|
1145
1136
|
name: z.string(),
|
|
1146
1137
|
});
|
|
1147
1138
|
/** @internal */
|
|
1148
|
-
export const
|
|
1139
|
+
export const UserEventPayload172Team$outboundSchema = z.object({
|
|
1149
1140
|
id: z.string(),
|
|
1150
1141
|
name: z.string(),
|
|
1151
1142
|
});
|
|
1152
|
-
export function
|
|
1153
|
-
return JSON.stringify(
|
|
1143
|
+
export function userEventPayload172TeamToJSON(userEventPayload172Team) {
|
|
1144
|
+
return JSON.stringify(UserEventPayload172Team$outboundSchema.parse(userEventPayload172Team));
|
|
1154
1145
|
}
|
|
1155
|
-
export function
|
|
1156
|
-
return safeParse(jsonString, (x) =>
|
|
1146
|
+
export function userEventPayload172TeamFromJSON(jsonString) {
|
|
1147
|
+
return safeParse(jsonString, (x) => UserEventPayload172Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload172Team' from JSON`);
|
|
1157
1148
|
}
|
|
1158
1149
|
/** @internal */
|
|
1159
|
-
export const
|
|
1150
|
+
export const UserEventPayload172Configuration$inboundSchema = z.object({
|
|
1160
1151
|
id: z.string(),
|
|
1161
1152
|
name: z.string().optional(),
|
|
1162
1153
|
});
|
|
1163
1154
|
/** @internal */
|
|
1164
|
-
export const
|
|
1155
|
+
export const UserEventPayload172Configuration$outboundSchema = z.object({
|
|
1165
1156
|
id: z.string(),
|
|
1166
1157
|
name: z.string().optional(),
|
|
1167
1158
|
});
|
|
1168
|
-
export function
|
|
1169
|
-
return JSON.stringify(
|
|
1159
|
+
export function userEventPayload172ConfigurationToJSON(userEventPayload172Configuration) {
|
|
1160
|
+
return JSON.stringify(UserEventPayload172Configuration$outboundSchema.parse(userEventPayload172Configuration));
|
|
1170
1161
|
}
|
|
1171
|
-
export function
|
|
1172
|
-
return safeParse(jsonString, (x) =>
|
|
1162
|
+
export function userEventPayload172ConfigurationFromJSON(jsonString) {
|
|
1163
|
+
return safeParse(jsonString, (x) => UserEventPayload172Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload172Configuration' from JSON`);
|
|
1173
1164
|
}
|
|
1174
1165
|
/** @internal */
|
|
1175
1166
|
export const PayloadPeering$inboundSchema = z.object({
|
|
@@ -1188,54 +1179,54 @@ export function payloadPeeringFromJSON(jsonString) {
|
|
|
1188
1179
|
return safeParse(jsonString, (x) => PayloadPeering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPeering' from JSON`);
|
|
1189
1180
|
}
|
|
1190
1181
|
/** @internal */
|
|
1191
|
-
export const
|
|
1192
|
-
team: z.lazy(() =>
|
|
1193
|
-
configuration: z.lazy(() =>
|
|
1182
|
+
export const OneHundredAndSeventyTwo$inboundSchema = z.object({
|
|
1183
|
+
team: z.lazy(() => UserEventPayload172Team$inboundSchema),
|
|
1184
|
+
configuration: z.lazy(() => UserEventPayload172Configuration$inboundSchema),
|
|
1194
1185
|
peering: z.lazy(() => PayloadPeering$inboundSchema),
|
|
1195
1186
|
});
|
|
1196
1187
|
/** @internal */
|
|
1197
|
-
export const
|
|
1198
|
-
team: z.lazy(() =>
|
|
1199
|
-
configuration: z.lazy(() =>
|
|
1188
|
+
export const OneHundredAndSeventyTwo$outboundSchema = z.object({
|
|
1189
|
+
team: z.lazy(() => UserEventPayload172Team$outboundSchema),
|
|
1190
|
+
configuration: z.lazy(() => UserEventPayload172Configuration$outboundSchema),
|
|
1200
1191
|
peering: z.lazy(() => PayloadPeering$outboundSchema),
|
|
1201
1192
|
});
|
|
1202
|
-
export function
|
|
1203
|
-
return JSON.stringify(
|
|
1193
|
+
export function oneHundredAndSeventyTwoToJSON(oneHundredAndSeventyTwo) {
|
|
1194
|
+
return JSON.stringify(OneHundredAndSeventyTwo$outboundSchema.parse(oneHundredAndSeventyTwo));
|
|
1204
1195
|
}
|
|
1205
|
-
export function
|
|
1206
|
-
return safeParse(jsonString, (x) =>
|
|
1196
|
+
export function oneHundredAndSeventyTwoFromJSON(jsonString) {
|
|
1197
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyTwo' from JSON`);
|
|
1207
1198
|
}
|
|
1208
1199
|
/** @internal */
|
|
1209
|
-
export const
|
|
1200
|
+
export const UserEventPayload171Team$inboundSchema = z.object({
|
|
1210
1201
|
id: z.string(),
|
|
1211
1202
|
name: z.string(),
|
|
1212
1203
|
});
|
|
1213
1204
|
/** @internal */
|
|
1214
|
-
export const
|
|
1205
|
+
export const UserEventPayload171Team$outboundSchema = z.object({
|
|
1215
1206
|
id: z.string(),
|
|
1216
1207
|
name: z.string(),
|
|
1217
1208
|
});
|
|
1218
|
-
export function
|
|
1219
|
-
return JSON.stringify(
|
|
1209
|
+
export function userEventPayload171TeamToJSON(userEventPayload171Team) {
|
|
1210
|
+
return JSON.stringify(UserEventPayload171Team$outboundSchema.parse(userEventPayload171Team));
|
|
1220
1211
|
}
|
|
1221
|
-
export function
|
|
1222
|
-
return safeParse(jsonString, (x) =>
|
|
1212
|
+
export function userEventPayload171TeamFromJSON(jsonString) {
|
|
1213
|
+
return safeParse(jsonString, (x) => UserEventPayload171Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload171Team' from JSON`);
|
|
1223
1214
|
}
|
|
1224
1215
|
/** @internal */
|
|
1225
|
-
export const
|
|
1216
|
+
export const UserEventPayload171Configuration$inboundSchema = z.object({
|
|
1226
1217
|
id: z.string(),
|
|
1227
1218
|
name: z.string().optional(),
|
|
1228
1219
|
});
|
|
1229
1220
|
/** @internal */
|
|
1230
|
-
export const
|
|
1221
|
+
export const UserEventPayload171Configuration$outboundSchema = z.object({
|
|
1231
1222
|
id: z.string(),
|
|
1232
1223
|
name: z.string().optional(),
|
|
1233
1224
|
});
|
|
1234
|
-
export function
|
|
1235
|
-
return JSON.stringify(
|
|
1225
|
+
export function userEventPayload171ConfigurationToJSON(userEventPayload171Configuration) {
|
|
1226
|
+
return JSON.stringify(UserEventPayload171Configuration$outboundSchema.parse(userEventPayload171Configuration));
|
|
1236
1227
|
}
|
|
1237
|
-
export function
|
|
1238
|
-
return safeParse(jsonString, (x) =>
|
|
1228
|
+
export function userEventPayload171ConfigurationFromJSON(jsonString) {
|
|
1229
|
+
return safeParse(jsonString, (x) => UserEventPayload171Configuration$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload171Configuration' from JSON`);
|
|
1239
1230
|
}
|
|
1240
1231
|
/** @internal */
|
|
1241
1232
|
export const Peering$inboundSchema = z.object({
|
|
@@ -1258,22 +1249,22 @@ export function peeringFromJSON(jsonString) {
|
|
|
1258
1249
|
return safeParse(jsonString, (x) => Peering$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Peering' from JSON`);
|
|
1259
1250
|
}
|
|
1260
1251
|
/** @internal */
|
|
1261
|
-
export const
|
|
1262
|
-
team: z.lazy(() =>
|
|
1263
|
-
configuration: z.lazy(() =>
|
|
1252
|
+
export const OneHundredAndSeventyOne$inboundSchema = z.object({
|
|
1253
|
+
team: z.lazy(() => UserEventPayload171Team$inboundSchema),
|
|
1254
|
+
configuration: z.lazy(() => UserEventPayload171Configuration$inboundSchema),
|
|
1264
1255
|
peering: z.lazy(() => Peering$inboundSchema),
|
|
1265
1256
|
});
|
|
1266
1257
|
/** @internal */
|
|
1267
|
-
export const
|
|
1268
|
-
team: z.lazy(() =>
|
|
1269
|
-
configuration: z.lazy(() =>
|
|
1258
|
+
export const OneHundredAndSeventyOne$outboundSchema = z.object({
|
|
1259
|
+
team: z.lazy(() => UserEventPayload171Team$outboundSchema),
|
|
1260
|
+
configuration: z.lazy(() => UserEventPayload171Configuration$outboundSchema),
|
|
1270
1261
|
peering: z.lazy(() => Peering$outboundSchema),
|
|
1271
1262
|
});
|
|
1272
|
-
export function
|
|
1273
|
-
return JSON.stringify(
|
|
1263
|
+
export function oneHundredAndSeventyOneToJSON(oneHundredAndSeventyOne) {
|
|
1264
|
+
return JSON.stringify(OneHundredAndSeventyOne$outboundSchema.parse(oneHundredAndSeventyOne));
|
|
1274
1265
|
}
|
|
1275
|
-
export function
|
|
1276
|
-
return safeParse(jsonString, (x) =>
|
|
1266
|
+
export function oneHundredAndSeventyOneFromJSON(jsonString) {
|
|
1267
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventyOne' from JSON`);
|
|
1277
1268
|
}
|
|
1278
1269
|
/** @internal */
|
|
1279
1270
|
export const App$inboundSchema = z
|
|
@@ -1294,40 +1285,40 @@ export function appFromJSON(jsonString) {
|
|
|
1294
1285
|
return safeParse(jsonString, (x) => App$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'App' from JSON`);
|
|
1295
1286
|
}
|
|
1296
1287
|
/** @internal */
|
|
1297
|
-
export const
|
|
1288
|
+
export const OneHundredAndSeventy$inboundSchema = z.object({
|
|
1298
1289
|
appName: z.string(),
|
|
1299
1290
|
appId: z.string().optional(),
|
|
1300
1291
|
app: z.lazy(() => App$inboundSchema).optional(),
|
|
1301
1292
|
issuedBefore: z.number().optional(),
|
|
1302
1293
|
});
|
|
1303
1294
|
/** @internal */
|
|
1304
|
-
export const
|
|
1295
|
+
export const OneHundredAndSeventy$outboundSchema = z.object({
|
|
1305
1296
|
appName: z.string(),
|
|
1306
1297
|
appId: z.string().optional(),
|
|
1307
1298
|
app: z.lazy(() => App$outboundSchema).optional(),
|
|
1308
1299
|
issuedBefore: z.number().optional(),
|
|
1309
1300
|
});
|
|
1310
|
-
export function
|
|
1311
|
-
return JSON.stringify(
|
|
1301
|
+
export function oneHundredAndSeventyToJSON(oneHundredAndSeventy) {
|
|
1302
|
+
return JSON.stringify(OneHundredAndSeventy$outboundSchema.parse(oneHundredAndSeventy));
|
|
1312
1303
|
}
|
|
1313
|
-
export function
|
|
1314
|
-
return safeParse(jsonString, (x) =>
|
|
1304
|
+
export function oneHundredAndSeventyFromJSON(jsonString) {
|
|
1305
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventy$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventy' from JSON`);
|
|
1315
1306
|
}
|
|
1316
1307
|
/** @internal */
|
|
1317
|
-
export const
|
|
1308
|
+
export const UserEventPayload169Type$inboundSchema = z.nativeEnum(UserEventPayload169Type);
|
|
1318
1309
|
/** @internal */
|
|
1319
|
-
export const
|
|
1310
|
+
export const UserEventPayload169Type$outboundSchema = UserEventPayload169Type$inboundSchema;
|
|
1320
1311
|
/** @internal */
|
|
1321
|
-
export const
|
|
1312
|
+
export const UserEventPayload169BeforeType$inboundSchema = z.nativeEnum(UserEventPayload169BeforeType);
|
|
1322
1313
|
/** @internal */
|
|
1323
|
-
export const
|
|
1314
|
+
export const UserEventPayload169BeforeType$outboundSchema = UserEventPayload169BeforeType$inboundSchema;
|
|
1324
1315
|
/** @internal */
|
|
1325
1316
|
export const PayloadItems$inboundSchema = z.object({
|
|
1326
|
-
type:
|
|
1317
|
+
type: UserEventPayload169BeforeType$inboundSchema,
|
|
1327
1318
|
});
|
|
1328
1319
|
/** @internal */
|
|
1329
1320
|
export const PayloadItems$outboundSchema = z.object({
|
|
1330
|
-
type:
|
|
1321
|
+
type: UserEventPayload169BeforeType$outboundSchema,
|
|
1331
1322
|
});
|
|
1332
1323
|
export function payloadItemsToJSON(payloadItems) {
|
|
1333
1324
|
return JSON.stringify(PayloadItems$outboundSchema.parse(payloadItems));
|
|
@@ -1337,13 +1328,13 @@ export function payloadItemsFromJSON(jsonString) {
|
|
|
1337
1328
|
}
|
|
1338
1329
|
/** @internal */
|
|
1339
1330
|
export const PayloadProjectIds$inboundSchema = z.object({
|
|
1340
|
-
type:
|
|
1331
|
+
type: UserEventPayload169Type$inboundSchema,
|
|
1341
1332
|
required: z.boolean(),
|
|
1342
1333
|
items: z.lazy(() => PayloadItems$inboundSchema),
|
|
1343
1334
|
});
|
|
1344
1335
|
/** @internal */
|
|
1345
1336
|
export const PayloadProjectIds$outboundSchema = z.object({
|
|
1346
|
-
type:
|
|
1337
|
+
type: UserEventPayload169Type$outboundSchema,
|
|
1347
1338
|
required: z.boolean(),
|
|
1348
1339
|
items: z.lazy(() => PayloadItems$outboundSchema),
|
|
1349
1340
|
});
|
|
@@ -1383,20 +1374,20 @@ export function beforeFromJSON(jsonString) {
|
|
|
1383
1374
|
return safeParse(jsonString, (x) => Before$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Before' from JSON`);
|
|
1384
1375
|
}
|
|
1385
1376
|
/** @internal */
|
|
1386
|
-
export const
|
|
1377
|
+
export const UserEventPayload169AfterType$inboundSchema = z.nativeEnum(UserEventPayload169AfterType);
|
|
1387
1378
|
/** @internal */
|
|
1388
|
-
export const
|
|
1379
|
+
export const UserEventPayload169AfterType$outboundSchema = UserEventPayload169AfterType$inboundSchema;
|
|
1389
1380
|
/** @internal */
|
|
1390
|
-
export const
|
|
1381
|
+
export const UserEventPayload169AfterResourcesType$inboundSchema = z.nativeEnum(UserEventPayload169AfterResourcesType);
|
|
1391
1382
|
/** @internal */
|
|
1392
|
-
export const
|
|
1383
|
+
export const UserEventPayload169AfterResourcesType$outboundSchema = UserEventPayload169AfterResourcesType$inboundSchema;
|
|
1393
1384
|
/** @internal */
|
|
1394
1385
|
export const UserEventPayloadItems$inboundSchema = z.object({
|
|
1395
|
-
type:
|
|
1386
|
+
type: UserEventPayload169AfterResourcesType$inboundSchema,
|
|
1396
1387
|
});
|
|
1397
1388
|
/** @internal */
|
|
1398
1389
|
export const UserEventPayloadItems$outboundSchema = z.object({
|
|
1399
|
-
type:
|
|
1390
|
+
type: UserEventPayload169AfterResourcesType$outboundSchema,
|
|
1400
1391
|
});
|
|
1401
1392
|
export function userEventPayloadItemsToJSON(userEventPayloadItems) {
|
|
1402
1393
|
return JSON.stringify(UserEventPayloadItems$outboundSchema.parse(userEventPayloadItems));
|
|
@@ -1406,13 +1397,13 @@ export function userEventPayloadItemsFromJSON(jsonString) {
|
|
|
1406
1397
|
}
|
|
1407
1398
|
/** @internal */
|
|
1408
1399
|
export const UserEventPayloadProjectIds$inboundSchema = z.object({
|
|
1409
|
-
type:
|
|
1400
|
+
type: UserEventPayload169AfterType$inboundSchema,
|
|
1410
1401
|
required: z.boolean(),
|
|
1411
1402
|
items: z.lazy(() => UserEventPayloadItems$inboundSchema),
|
|
1412
1403
|
});
|
|
1413
1404
|
/** @internal */
|
|
1414
1405
|
export const UserEventPayloadProjectIds$outboundSchema = z.object({
|
|
1415
|
-
type:
|
|
1406
|
+
type: UserEventPayload169AfterType$outboundSchema,
|
|
1416
1407
|
required: z.boolean(),
|
|
1417
1408
|
items: z.lazy(() => UserEventPayloadItems$outboundSchema),
|
|
1418
1409
|
});
|
|
@@ -1452,7 +1443,7 @@ export function afterFromJSON(jsonString) {
|
|
|
1452
1443
|
return safeParse(jsonString, (x) => After$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'After' from JSON`);
|
|
1453
1444
|
}
|
|
1454
1445
|
/** @internal */
|
|
1455
|
-
export const
|
|
1446
|
+
export const OneHundredAndSixtyNine$inboundSchema = z.object({
|
|
1456
1447
|
appName: z.string(),
|
|
1457
1448
|
appId: z.string().optional(),
|
|
1458
1449
|
installationId: z.string().optional(),
|
|
@@ -1460,35 +1451,35 @@ export const OneHundredAndSeventy$inboundSchema = z.object({
|
|
|
1460
1451
|
after: z.lazy(() => After$inboundSchema).optional(),
|
|
1461
1452
|
});
|
|
1462
1453
|
/** @internal */
|
|
1463
|
-
export const
|
|
1454
|
+
export const OneHundredAndSixtyNine$outboundSchema = z.object({
|
|
1464
1455
|
appName: z.string(),
|
|
1465
1456
|
appId: z.string().optional(),
|
|
1466
1457
|
installationId: z.string().optional(),
|
|
1467
1458
|
before: z.lazy(() => Before$outboundSchema).optional(),
|
|
1468
1459
|
after: z.lazy(() => After$outboundSchema).optional(),
|
|
1469
1460
|
});
|
|
1470
|
-
export function
|
|
1471
|
-
return JSON.stringify(
|
|
1461
|
+
export function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine) {
|
|
1462
|
+
return JSON.stringify(OneHundredAndSixtyNine$outboundSchema.parse(oneHundredAndSixtyNine));
|
|
1472
1463
|
}
|
|
1473
|
-
export function
|
|
1474
|
-
return safeParse(jsonString, (x) =>
|
|
1464
|
+
export function oneHundredAndSixtyNineFromJSON(jsonString) {
|
|
1465
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyNine' from JSON`);
|
|
1475
1466
|
}
|
|
1476
1467
|
/** @internal */
|
|
1477
|
-
export const
|
|
1468
|
+
export const UserEventPayload168Type$inboundSchema = z.nativeEnum(UserEventPayload168Type);
|
|
1478
1469
|
/** @internal */
|
|
1479
|
-
export const
|
|
1470
|
+
export const UserEventPayload168Type$outboundSchema = UserEventPayload168Type$inboundSchema;
|
|
1480
1471
|
/** @internal */
|
|
1481
|
-
export const
|
|
1472
|
+
export const UserEventPayload168ResourcesType$inboundSchema = z.nativeEnum(UserEventPayload168ResourcesType);
|
|
1482
1473
|
/** @internal */
|
|
1483
|
-
export const
|
|
1474
|
+
export const UserEventPayload168ResourcesType$outboundSchema = UserEventPayload168ResourcesType$inboundSchema;
|
|
1484
1475
|
/** @internal */
|
|
1485
1476
|
export const Items$inboundSchema = z
|
|
1486
1477
|
.object({
|
|
1487
|
-
type:
|
|
1478
|
+
type: UserEventPayload168ResourcesType$inboundSchema,
|
|
1488
1479
|
});
|
|
1489
1480
|
/** @internal */
|
|
1490
1481
|
export const Items$outboundSchema = z.object({
|
|
1491
|
-
type:
|
|
1482
|
+
type: UserEventPayload168ResourcesType$outboundSchema,
|
|
1492
1483
|
});
|
|
1493
1484
|
export function itemsToJSON(items) {
|
|
1494
1485
|
return JSON.stringify(Items$outboundSchema.parse(items));
|
|
@@ -1498,13 +1489,13 @@ export function itemsFromJSON(jsonString) {
|
|
|
1498
1489
|
}
|
|
1499
1490
|
/** @internal */
|
|
1500
1491
|
export const ProjectIds$inboundSchema = z.object({
|
|
1501
|
-
type:
|
|
1492
|
+
type: UserEventPayload168Type$inboundSchema,
|
|
1502
1493
|
required: z.boolean(),
|
|
1503
1494
|
items: z.lazy(() => Items$inboundSchema),
|
|
1504
1495
|
});
|
|
1505
1496
|
/** @internal */
|
|
1506
1497
|
export const ProjectIds$outboundSchema = z.object({
|
|
1507
|
-
type:
|
|
1498
|
+
type: UserEventPayload168Type$outboundSchema,
|
|
1508
1499
|
required: z.boolean(),
|
|
1509
1500
|
items: z.lazy(() => Items$outboundSchema),
|
|
1510
1501
|
});
|
|
@@ -1529,56 +1520,56 @@ export function resourcesFromJSON(jsonString) {
|
|
|
1529
1520
|
return safeParse(jsonString, (x) => Resources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Resources' from JSON`);
|
|
1530
1521
|
}
|
|
1531
1522
|
/** @internal */
|
|
1532
|
-
export const
|
|
1523
|
+
export const OneHundredAndSixtyEight$inboundSchema = z.object({
|
|
1533
1524
|
appName: z.string(),
|
|
1534
1525
|
appId: z.string().optional(),
|
|
1535
1526
|
resources: z.lazy(() => Resources$inboundSchema).optional(),
|
|
1536
1527
|
});
|
|
1537
1528
|
/** @internal */
|
|
1538
|
-
export const
|
|
1529
|
+
export const OneHundredAndSixtyEight$outboundSchema = z.object({
|
|
1539
1530
|
appName: z.string(),
|
|
1540
1531
|
appId: z.string().optional(),
|
|
1541
1532
|
resources: z.lazy(() => Resources$outboundSchema).optional(),
|
|
1542
1533
|
});
|
|
1543
|
-
export function
|
|
1544
|
-
return JSON.stringify(
|
|
1534
|
+
export function oneHundredAndSixtyEightToJSON(oneHundredAndSixtyEight) {
|
|
1535
|
+
return JSON.stringify(OneHundredAndSixtyEight$outboundSchema.parse(oneHundredAndSixtyEight));
|
|
1545
1536
|
}
|
|
1546
|
-
export function
|
|
1547
|
-
return safeParse(jsonString, (x) =>
|
|
1537
|
+
export function oneHundredAndSixtyEightFromJSON(jsonString) {
|
|
1538
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyEight' from JSON`);
|
|
1548
1539
|
}
|
|
1549
1540
|
/** @internal */
|
|
1550
|
-
export const
|
|
1541
|
+
export const OneHundredAndSixtySeven$inboundSchema = z.object({
|
|
1551
1542
|
appName: z.string(),
|
|
1552
1543
|
appId: z.string().optional(),
|
|
1553
1544
|
secretLastFourChars: z.string().optional(),
|
|
1554
1545
|
});
|
|
1555
1546
|
/** @internal */
|
|
1556
|
-
export const
|
|
1547
|
+
export const OneHundredAndSixtySeven$outboundSchema = z.object({
|
|
1557
1548
|
appName: z.string(),
|
|
1558
1549
|
appId: z.string().optional(),
|
|
1559
1550
|
secretLastFourChars: z.string().optional(),
|
|
1560
1551
|
});
|
|
1561
|
-
export function
|
|
1562
|
-
return JSON.stringify(
|
|
1552
|
+
export function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven) {
|
|
1553
|
+
return JSON.stringify(OneHundredAndSixtySeven$outboundSchema.parse(oneHundredAndSixtySeven));
|
|
1563
1554
|
}
|
|
1564
|
-
export function
|
|
1565
|
-
return safeParse(jsonString, (x) =>
|
|
1555
|
+
export function oneHundredAndSixtySevenFromJSON(jsonString) {
|
|
1556
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtySeven' from JSON`);
|
|
1566
1557
|
}
|
|
1567
1558
|
/** @internal */
|
|
1568
|
-
export const
|
|
1559
|
+
export const OneHundredAndSixtySix$inboundSchema = z.object({
|
|
1569
1560
|
appName: z.string(),
|
|
1570
1561
|
appId: z.string().optional(),
|
|
1571
1562
|
});
|
|
1572
1563
|
/** @internal */
|
|
1573
|
-
export const
|
|
1564
|
+
export const OneHundredAndSixtySix$outboundSchema = z.object({
|
|
1574
1565
|
appName: z.string(),
|
|
1575
1566
|
appId: z.string().optional(),
|
|
1576
1567
|
});
|
|
1577
|
-
export function
|
|
1578
|
-
return JSON.stringify(
|
|
1568
|
+
export function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix) {
|
|
1569
|
+
return JSON.stringify(OneHundredAndSixtySix$outboundSchema.parse(oneHundredAndSixtySix));
|
|
1579
1570
|
}
|
|
1580
|
-
export function
|
|
1581
|
-
return safeParse(jsonString, (x) =>
|
|
1571
|
+
export function oneHundredAndSixtySixFromJSON(jsonString) {
|
|
1572
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtySix' from JSON`);
|
|
1582
1573
|
}
|
|
1583
1574
|
/** @internal */
|
|
1584
1575
|
export const NextScopes$inboundSchema = z
|
|
@@ -1609,7 +1600,7 @@ export function nextAcceptedPermissionSetsFromJSON(jsonString) {
|
|
|
1609
1600
|
return safeParse(jsonString, (x) => NextAcceptedPermissionSets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextAcceptedPermissionSets' from JSON`);
|
|
1610
1601
|
}
|
|
1611
1602
|
/** @internal */
|
|
1612
|
-
export const
|
|
1603
|
+
export const OneHundredAndSixtyFive$inboundSchema = z.object({
|
|
1613
1604
|
appName: z.string(),
|
|
1614
1605
|
appId: z.string().optional(),
|
|
1615
1606
|
nextScopes: z.array(NextScopes$inboundSchema),
|
|
@@ -1617,18 +1608,18 @@ export const OneHundredAndSixtySix$inboundSchema = z.object({
|
|
|
1617
1608
|
nextAcceptedPermissionSets: z.lazy(() => NextAcceptedPermissionSets$inboundSchema).optional(),
|
|
1618
1609
|
});
|
|
1619
1610
|
/** @internal */
|
|
1620
|
-
export const
|
|
1611
|
+
export const OneHundredAndSixtyFive$outboundSchema = z.object({
|
|
1621
1612
|
appName: z.string(),
|
|
1622
1613
|
appId: z.string().optional(),
|
|
1623
1614
|
nextScopes: z.array(NextScopes$outboundSchema),
|
|
1624
1615
|
nextPermissions: z.array(NextPermissions$outboundSchema).optional(),
|
|
1625
1616
|
nextAcceptedPermissionSets: z.lazy(() => NextAcceptedPermissionSets$outboundSchema).optional(),
|
|
1626
1617
|
});
|
|
1627
|
-
export function
|
|
1628
|
-
return JSON.stringify(
|
|
1618
|
+
export function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive) {
|
|
1619
|
+
return JSON.stringify(OneHundredAndSixtyFive$outboundSchema.parse(oneHundredAndSixtyFive));
|
|
1629
1620
|
}
|
|
1630
|
-
export function
|
|
1631
|
-
return safeParse(jsonString, (x) =>
|
|
1621
|
+
export function oneHundredAndSixtyFiveFromJSON(jsonString) {
|
|
1622
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyFive' from JSON`);
|
|
1632
1623
|
}
|
|
1633
1624
|
/** @internal */
|
|
1634
1625
|
export const PayloadScopes$inboundSchema = z.nativeEnum(PayloadScopes);
|
|
@@ -1658,7 +1649,7 @@ export function acceptedPermissionSetsFromJSON(jsonString) {
|
|
|
1658
1649
|
return safeParse(jsonString, (x) => AcceptedPermissionSets$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AcceptedPermissionSets' from JSON`);
|
|
1659
1650
|
}
|
|
1660
1651
|
/** @internal */
|
|
1661
|
-
export const
|
|
1652
|
+
export const OneHundredAndSixtyFour$inboundSchema = z.object({
|
|
1662
1653
|
appName: z.string(),
|
|
1663
1654
|
appId: z.string().optional(),
|
|
1664
1655
|
scopes: z.array(PayloadScopes$inboundSchema),
|
|
@@ -1667,7 +1658,7 @@ export const OneHundredAndSixtyFive$inboundSchema = z.object({
|
|
|
1667
1658
|
.optional(),
|
|
1668
1659
|
});
|
|
1669
1660
|
/** @internal */
|
|
1670
|
-
export const
|
|
1661
|
+
export const OneHundredAndSixtyFour$outboundSchema = z.object({
|
|
1671
1662
|
appName: z.string(),
|
|
1672
1663
|
appId: z.string().optional(),
|
|
1673
1664
|
scopes: z.array(PayloadScopes$outboundSchema),
|
|
@@ -1675,45 +1666,45 @@ export const OneHundredAndSixtyFive$outboundSchema = z.object({
|
|
|
1675
1666
|
acceptedPermissionSets: z.lazy(() => AcceptedPermissionSets$outboundSchema)
|
|
1676
1667
|
.optional(),
|
|
1677
1668
|
});
|
|
1678
|
-
export function
|
|
1679
|
-
return JSON.stringify(
|
|
1669
|
+
export function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour) {
|
|
1670
|
+
return JSON.stringify(OneHundredAndSixtyFour$outboundSchema.parse(oneHundredAndSixtyFour));
|
|
1680
1671
|
}
|
|
1681
|
-
export function
|
|
1682
|
-
return safeParse(jsonString, (x) =>
|
|
1672
|
+
export function oneHundredAndSixtyFourFromJSON(jsonString) {
|
|
1673
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyFour' from JSON`);
|
|
1683
1674
|
}
|
|
1684
1675
|
/** @internal */
|
|
1685
|
-
export const
|
|
1676
|
+
export const OneHundredAndSixtyThree$inboundSchema = z.object({
|
|
1686
1677
|
oldName: z.string(),
|
|
1687
1678
|
newName: z.string(),
|
|
1688
1679
|
});
|
|
1689
1680
|
/** @internal */
|
|
1690
|
-
export const
|
|
1681
|
+
export const OneHundredAndSixtyThree$outboundSchema = z.object({
|
|
1691
1682
|
oldName: z.string(),
|
|
1692
1683
|
newName: z.string(),
|
|
1693
1684
|
});
|
|
1694
|
-
export function
|
|
1695
|
-
return JSON.stringify(
|
|
1685
|
+
export function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree) {
|
|
1686
|
+
return JSON.stringify(OneHundredAndSixtyThree$outboundSchema.parse(oneHundredAndSixtyThree));
|
|
1696
1687
|
}
|
|
1697
|
-
export function
|
|
1698
|
-
return safeParse(jsonString, (x) =>
|
|
1688
|
+
export function oneHundredAndSixtyThreeFromJSON(jsonString) {
|
|
1689
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyThree' from JSON`);
|
|
1699
1690
|
}
|
|
1700
1691
|
/** @internal */
|
|
1701
1692
|
export const Tier$inboundSchema = z.nativeEnum(Tier);
|
|
1702
1693
|
/** @internal */
|
|
1703
1694
|
export const Tier$outboundSchema = Tier$inboundSchema;
|
|
1704
1695
|
/** @internal */
|
|
1705
|
-
export const
|
|
1696
|
+
export const OneHundredAndSixtyTwo$inboundSchema = z.object({
|
|
1706
1697
|
tier: Tier$inboundSchema,
|
|
1707
1698
|
});
|
|
1708
1699
|
/** @internal */
|
|
1709
|
-
export const
|
|
1700
|
+
export const OneHundredAndSixtyTwo$outboundSchema = z.object({
|
|
1710
1701
|
tier: Tier$outboundSchema,
|
|
1711
1702
|
});
|
|
1712
|
-
export function
|
|
1713
|
-
return JSON.stringify(
|
|
1703
|
+
export function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo) {
|
|
1704
|
+
return JSON.stringify(OneHundredAndSixtyTwo$outboundSchema.parse(oneHundredAndSixtyTwo));
|
|
1714
1705
|
}
|
|
1715
|
-
export function
|
|
1716
|
-
return safeParse(jsonString, (x) =>
|
|
1706
|
+
export function oneHundredAndSixtyTwoFromJSON(jsonString) {
|
|
1707
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyTwo' from JSON`);
|
|
1717
1708
|
}
|
|
1718
1709
|
/** @internal */
|
|
1719
1710
|
export const ProjectWebAnalytics$inboundSchema = z.object({
|
|
@@ -1760,7 +1751,7 @@ export function prevProjectWebAnalyticsFromJSON(jsonString) {
|
|
|
1760
1751
|
return safeParse(jsonString, (x) => PrevProjectWebAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectWebAnalytics' from JSON`);
|
|
1761
1752
|
}
|
|
1762
1753
|
/** @internal */
|
|
1763
|
-
export const
|
|
1754
|
+
export const OneHundredAndSixtyOne$inboundSchema = z.object({
|
|
1764
1755
|
projectId: z.string(),
|
|
1765
1756
|
projectName: z.string(),
|
|
1766
1757
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$inboundSchema)
|
|
@@ -1768,18 +1759,18 @@ export const OneHundredAndSixtyTwo$inboundSchema = z.object({
|
|
|
1768
1759
|
prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$inboundSchema)).optional(),
|
|
1769
1760
|
});
|
|
1770
1761
|
/** @internal */
|
|
1771
|
-
export const
|
|
1762
|
+
export const OneHundredAndSixtyOne$outboundSchema = z.object({
|
|
1772
1763
|
projectId: z.string(),
|
|
1773
1764
|
projectName: z.string(),
|
|
1774
1765
|
projectWebAnalytics: z.lazy(() => ProjectWebAnalytics$outboundSchema)
|
|
1775
1766
|
.optional(),
|
|
1776
1767
|
prevProjectWebAnalytics: z.nullable(z.lazy(() => PrevProjectWebAnalytics$outboundSchema)).optional(),
|
|
1777
1768
|
});
|
|
1778
|
-
export function
|
|
1779
|
-
return JSON.stringify(
|
|
1769
|
+
export function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne) {
|
|
1770
|
+
return JSON.stringify(OneHundredAndSixtyOne$outboundSchema.parse(oneHundredAndSixtyOne));
|
|
1780
1771
|
}
|
|
1781
|
-
export function
|
|
1782
|
-
return safeParse(jsonString, (x) =>
|
|
1772
|
+
export function oneHundredAndSixtyOneFromJSON(jsonString) {
|
|
1773
|
+
return safeParse(jsonString, (x) => OneHundredAndSixtyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixtyOne' from JSON`);
|
|
1783
1774
|
}
|
|
1784
1775
|
/** @internal */
|
|
1785
1776
|
export const Microfrontends3$inboundSchema = z.object({
|
|
@@ -1872,7 +1863,7 @@ export function microfrontendsFromJSON(jsonString) {
|
|
|
1872
1863
|
return safeParse(jsonString, (x) => Microfrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Microfrontends' from JSON`);
|
|
1873
1864
|
}
|
|
1874
1865
|
/** @internal */
|
|
1875
|
-
export const
|
|
1866
|
+
export const UserEventPayload160Project$inboundSchema = z.object({
|
|
1876
1867
|
id: z.string(),
|
|
1877
1868
|
name: z.string(),
|
|
1878
1869
|
microfrontends: z.union([
|
|
@@ -1882,7 +1873,7 @@ export const UserEventPayload161Project$inboundSchema = z.object({
|
|
|
1882
1873
|
]).optional(),
|
|
1883
1874
|
});
|
|
1884
1875
|
/** @internal */
|
|
1885
|
-
export const
|
|
1876
|
+
export const UserEventPayload160Project$outboundSchema = z.object({
|
|
1886
1877
|
id: z.string(),
|
|
1887
1878
|
name: z.string(),
|
|
1888
1879
|
microfrontends: z.union([
|
|
@@ -1891,11 +1882,11 @@ export const UserEventPayload161Project$outboundSchema = z.object({
|
|
|
1891
1882
|
z.lazy(() => Microfrontends3$outboundSchema),
|
|
1892
1883
|
]).optional(),
|
|
1893
1884
|
});
|
|
1894
|
-
export function
|
|
1895
|
-
return JSON.stringify(
|
|
1885
|
+
export function userEventPayload160ProjectToJSON(userEventPayload160Project) {
|
|
1886
|
+
return JSON.stringify(UserEventPayload160Project$outboundSchema.parse(userEventPayload160Project));
|
|
1896
1887
|
}
|
|
1897
|
-
export function
|
|
1898
|
-
return safeParse(jsonString, (x) =>
|
|
1888
|
+
export function userEventPayload160ProjectFromJSON(jsonString) {
|
|
1889
|
+
return safeParse(jsonString, (x) => UserEventPayload160Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload160Project' from JSON`);
|
|
1899
1890
|
}
|
|
1900
1891
|
/** @internal */
|
|
1901
1892
|
export const UserEventMicrofrontends3$inboundSchema = z.object({
|
|
@@ -1988,7 +1979,7 @@ export function payloadMicrofrontendsFromJSON(jsonString) {
|
|
|
1988
1979
|
return safeParse(jsonString, (x) => PayloadMicrofrontends$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadMicrofrontends' from JSON`);
|
|
1989
1980
|
}
|
|
1990
1981
|
/** @internal */
|
|
1991
|
-
export const
|
|
1982
|
+
export const UserEventPayload160PrevProject$inboundSchema = z.object({
|
|
1992
1983
|
microfrontends: z.union([
|
|
1993
1984
|
z.lazy(() => UserEventMicrofrontends1$inboundSchema),
|
|
1994
1985
|
z.lazy(() => UserEventMicrofrontends2$inboundSchema),
|
|
@@ -1996,26 +1987,26 @@ export const UserEventPayload161PrevProject$inboundSchema = z.object({
|
|
|
1996
1987
|
]).optional(),
|
|
1997
1988
|
});
|
|
1998
1989
|
/** @internal */
|
|
1999
|
-
export const
|
|
1990
|
+
export const UserEventPayload160PrevProject$outboundSchema = z.object({
|
|
2000
1991
|
microfrontends: z.union([
|
|
2001
1992
|
z.lazy(() => UserEventMicrofrontends1$outboundSchema),
|
|
2002
1993
|
z.lazy(() => UserEventMicrofrontends2$outboundSchema),
|
|
2003
1994
|
z.lazy(() => UserEventMicrofrontends3$outboundSchema),
|
|
2004
1995
|
]).optional(),
|
|
2005
1996
|
});
|
|
2006
|
-
export function
|
|
2007
|
-
return JSON.stringify(
|
|
1997
|
+
export function userEventPayload160PrevProjectToJSON(userEventPayload160PrevProject) {
|
|
1998
|
+
return JSON.stringify(UserEventPayload160PrevProject$outboundSchema.parse(userEventPayload160PrevProject));
|
|
2008
1999
|
}
|
|
2009
|
-
export function
|
|
2010
|
-
return safeParse(jsonString, (x) =>
|
|
2000
|
+
export function userEventPayload160PrevProjectFromJSON(jsonString) {
|
|
2001
|
+
return safeParse(jsonString, (x) => UserEventPayload160PrevProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload160PrevProject' from JSON`);
|
|
2011
2002
|
}
|
|
2012
2003
|
/** @internal */
|
|
2013
2004
|
export const PayloadPrev$inboundSchema = z.object({
|
|
2014
|
-
project: z.lazy(() =>
|
|
2005
|
+
project: z.lazy(() => UserEventPayload160PrevProject$inboundSchema),
|
|
2015
2006
|
});
|
|
2016
2007
|
/** @internal */
|
|
2017
2008
|
export const PayloadPrev$outboundSchema = z.object({
|
|
2018
|
-
project: z.lazy(() =>
|
|
2009
|
+
project: z.lazy(() => UserEventPayload160PrevProject$outboundSchema),
|
|
2019
2010
|
});
|
|
2020
2011
|
export function payloadPrevToJSON(payloadPrev) {
|
|
2021
2012
|
return JSON.stringify(PayloadPrev$outboundSchema.parse(payloadPrev));
|
|
@@ -2042,38 +2033,38 @@ export function payloadGroupFromJSON(jsonString) {
|
|
|
2042
2033
|
return safeParse(jsonString, (x) => PayloadGroup$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadGroup' from JSON`);
|
|
2043
2034
|
}
|
|
2044
2035
|
/** @internal */
|
|
2045
|
-
export const
|
|
2046
|
-
project: z.lazy(() =>
|
|
2036
|
+
export const OneHundredAndSixty$inboundSchema = z.object({
|
|
2037
|
+
project: z.lazy(() => UserEventPayload160Project$inboundSchema),
|
|
2047
2038
|
prev: z.lazy(() => PayloadPrev$inboundSchema),
|
|
2048
2039
|
group: z.lazy(() => PayloadGroup$inboundSchema),
|
|
2049
2040
|
});
|
|
2050
2041
|
/** @internal */
|
|
2051
|
-
export const
|
|
2052
|
-
project: z.lazy(() =>
|
|
2042
|
+
export const OneHundredAndSixty$outboundSchema = z.object({
|
|
2043
|
+
project: z.lazy(() => UserEventPayload160Project$outboundSchema),
|
|
2053
2044
|
prev: z.lazy(() => PayloadPrev$outboundSchema),
|
|
2054
2045
|
group: z.lazy(() => PayloadGroup$outboundSchema),
|
|
2055
2046
|
});
|
|
2056
|
-
export function
|
|
2057
|
-
return JSON.stringify(
|
|
2047
|
+
export function oneHundredAndSixtyToJSON(oneHundredAndSixty) {
|
|
2048
|
+
return JSON.stringify(OneHundredAndSixty$outboundSchema.parse(oneHundredAndSixty));
|
|
2058
2049
|
}
|
|
2059
|
-
export function
|
|
2060
|
-
return safeParse(jsonString, (x) =>
|
|
2050
|
+
export function oneHundredAndSixtyFromJSON(jsonString) {
|
|
2051
|
+
return safeParse(jsonString, (x) => OneHundredAndSixty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixty' from JSON`);
|
|
2061
2052
|
}
|
|
2062
2053
|
/** @internal */
|
|
2063
|
-
export const
|
|
2054
|
+
export const UserEventPayload159Project$inboundSchema = z.object({
|
|
2064
2055
|
id: z.string(),
|
|
2065
2056
|
name: z.string(),
|
|
2066
2057
|
});
|
|
2067
2058
|
/** @internal */
|
|
2068
|
-
export const
|
|
2059
|
+
export const UserEventPayload159Project$outboundSchema = z.object({
|
|
2069
2060
|
id: z.string(),
|
|
2070
2061
|
name: z.string(),
|
|
2071
2062
|
});
|
|
2072
|
-
export function
|
|
2073
|
-
return JSON.stringify(
|
|
2063
|
+
export function userEventPayload159ProjectToJSON(userEventPayload159Project) {
|
|
2064
|
+
return JSON.stringify(UserEventPayload159Project$outboundSchema.parse(userEventPayload159Project));
|
|
2074
2065
|
}
|
|
2075
|
-
export function
|
|
2076
|
-
return safeParse(jsonString, (x) =>
|
|
2066
|
+
export function userEventPayload159ProjectFromJSON(jsonString) {
|
|
2067
|
+
return safeParse(jsonString, (x) => UserEventPayload159Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload159Project' from JSON`);
|
|
2077
2068
|
}
|
|
2078
2069
|
/** @internal */
|
|
2079
2070
|
export const Group$inboundSchema = z
|
|
@@ -2095,20 +2086,20 @@ export function groupFromJSON(jsonString) {
|
|
|
2095
2086
|
return safeParse(jsonString, (x) => Group$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Group' from JSON`);
|
|
2096
2087
|
}
|
|
2097
2088
|
/** @internal */
|
|
2098
|
-
export const
|
|
2099
|
-
project: z.lazy(() =>
|
|
2089
|
+
export const OneHundredAndFiftyNine$inboundSchema = z.object({
|
|
2090
|
+
project: z.lazy(() => UserEventPayload159Project$inboundSchema),
|
|
2100
2091
|
group: z.lazy(() => Group$inboundSchema),
|
|
2101
2092
|
});
|
|
2102
2093
|
/** @internal */
|
|
2103
|
-
export const
|
|
2104
|
-
project: z.lazy(() =>
|
|
2094
|
+
export const OneHundredAndFiftyNine$outboundSchema = z.object({
|
|
2095
|
+
project: z.lazy(() => UserEventPayload159Project$outboundSchema),
|
|
2105
2096
|
group: z.lazy(() => Group$outboundSchema),
|
|
2106
2097
|
});
|
|
2107
|
-
export function
|
|
2108
|
-
return JSON.stringify(
|
|
2098
|
+
export function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine) {
|
|
2099
|
+
return JSON.stringify(OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine));
|
|
2109
2100
|
}
|
|
2110
|
-
export function
|
|
2111
|
-
return safeParse(jsonString, (x) =>
|
|
2101
|
+
export function oneHundredAndFiftyNineFromJSON(jsonString) {
|
|
2102
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyNine' from JSON`);
|
|
2112
2103
|
}
|
|
2113
2104
|
/** @internal */
|
|
2114
2105
|
export const Prev$inboundSchema = z
|
|
@@ -2130,7 +2121,7 @@ export function prevFromJSON(jsonString) {
|
|
|
2130
2121
|
return safeParse(jsonString, (x) => Prev$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Prev' from JSON`);
|
|
2131
2122
|
}
|
|
2132
2123
|
/** @internal */
|
|
2133
|
-
export const
|
|
2124
|
+
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
2134
2125
|
id: z.string(),
|
|
2135
2126
|
slug: z.string().optional(),
|
|
2136
2127
|
name: z.string().optional(),
|
|
@@ -2138,31 +2129,13 @@ export const OneHundredAndFiftyNine$inboundSchema = z.object({
|
|
|
2138
2129
|
prev: z.lazy(() => Prev$inboundSchema),
|
|
2139
2130
|
});
|
|
2140
2131
|
/** @internal */
|
|
2141
|
-
export const
|
|
2132
|
+
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
2142
2133
|
id: z.string(),
|
|
2143
2134
|
slug: z.string().optional(),
|
|
2144
2135
|
name: z.string().optional(),
|
|
2145
2136
|
fallbackEnvironment: z.string().optional(),
|
|
2146
2137
|
prev: z.lazy(() => Prev$outboundSchema),
|
|
2147
2138
|
});
|
|
2148
|
-
export function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine) {
|
|
2149
|
-
return JSON.stringify(OneHundredAndFiftyNine$outboundSchema.parse(oneHundredAndFiftyNine));
|
|
2150
|
-
}
|
|
2151
|
-
export function oneHundredAndFiftyNineFromJSON(jsonString) {
|
|
2152
|
-
return safeParse(jsonString, (x) => OneHundredAndFiftyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyNine' from JSON`);
|
|
2153
|
-
}
|
|
2154
|
-
/** @internal */
|
|
2155
|
-
export const OneHundredAndFiftyEight$inboundSchema = z.object({
|
|
2156
|
-
id: z.string(),
|
|
2157
|
-
slug: z.string(),
|
|
2158
|
-
name: z.string(),
|
|
2159
|
-
});
|
|
2160
|
-
/** @internal */
|
|
2161
|
-
export const OneHundredAndFiftyEight$outboundSchema = z.object({
|
|
2162
|
-
id: z.string(),
|
|
2163
|
-
slug: z.string(),
|
|
2164
|
-
name: z.string(),
|
|
2165
|
-
});
|
|
2166
2139
|
export function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight) {
|
|
2167
2140
|
return JSON.stringify(OneHundredAndFiftyEight$outboundSchema.parse(oneHundredAndFiftyEight));
|
|
2168
2141
|
}
|
|
@@ -2170,16 +2143,16 @@ export function oneHundredAndFiftyEightFromJSON(jsonString) {
|
|
|
2170
2143
|
return safeParse(jsonString, (x) => OneHundredAndFiftyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyEight' from JSON`);
|
|
2171
2144
|
}
|
|
2172
2145
|
/** @internal */
|
|
2173
|
-
export const UserEventPayload157Action$inboundSchema = z.nativeEnum(UserEventPayload157Action);
|
|
2174
|
-
/** @internal */
|
|
2175
|
-
export const UserEventPayload157Action$outboundSchema = UserEventPayload157Action$inboundSchema;
|
|
2176
|
-
/** @internal */
|
|
2177
2146
|
export const OneHundredAndFiftySeven$inboundSchema = z.object({
|
|
2178
|
-
|
|
2147
|
+
id: z.string(),
|
|
2148
|
+
slug: z.string(),
|
|
2149
|
+
name: z.string(),
|
|
2179
2150
|
});
|
|
2180
2151
|
/** @internal */
|
|
2181
2152
|
export const OneHundredAndFiftySeven$outboundSchema = z.object({
|
|
2182
|
-
|
|
2153
|
+
id: z.string(),
|
|
2154
|
+
slug: z.string(),
|
|
2155
|
+
name: z.string(),
|
|
2183
2156
|
});
|
|
2184
2157
|
export function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven) {
|
|
2185
2158
|
return JSON.stringify(OneHundredAndFiftySeven$outboundSchema.parse(oneHundredAndFiftySeven));
|
|
@@ -2188,16 +2161,16 @@ export function oneHundredAndFiftySevenFromJSON(jsonString) {
|
|
|
2188
2161
|
return safeParse(jsonString, (x) => OneHundredAndFiftySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftySeven' from JSON`);
|
|
2189
2162
|
}
|
|
2190
2163
|
/** @internal */
|
|
2164
|
+
export const UserEventPayload156Action$inboundSchema = z.nativeEnum(UserEventPayload156Action);
|
|
2165
|
+
/** @internal */
|
|
2166
|
+
export const UserEventPayload156Action$outboundSchema = UserEventPayload156Action$inboundSchema;
|
|
2167
|
+
/** @internal */
|
|
2191
2168
|
export const OneHundredAndFiftySix$inboundSchema = z.object({
|
|
2192
|
-
|
|
2193
|
-
edgeConfigSlug: z.string(),
|
|
2194
|
-
edgeConfigTokenIds: z.array(z.string()),
|
|
2169
|
+
action: UserEventPayload156Action$inboundSchema,
|
|
2195
2170
|
});
|
|
2196
2171
|
/** @internal */
|
|
2197
2172
|
export const OneHundredAndFiftySix$outboundSchema = z.object({
|
|
2198
|
-
|
|
2199
|
-
edgeConfigSlug: z.string(),
|
|
2200
|
-
edgeConfigTokenIds: z.array(z.string()),
|
|
2173
|
+
action: UserEventPayload156Action$outboundSchema,
|
|
2201
2174
|
});
|
|
2202
2175
|
export function oneHundredAndFiftySixToJSON(oneHundredAndFiftySix) {
|
|
2203
2176
|
return JSON.stringify(OneHundredAndFiftySix$outboundSchema.parse(oneHundredAndFiftySix));
|
|
@@ -2209,15 +2182,13 @@ export function oneHundredAndFiftySixFromJSON(jsonString) {
|
|
|
2209
2182
|
export const OneHundredAndFiftyFive$inboundSchema = z.object({
|
|
2210
2183
|
edgeConfigId: z.string(),
|
|
2211
2184
|
edgeConfigSlug: z.string(),
|
|
2212
|
-
|
|
2213
|
-
label: z.string(),
|
|
2185
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2214
2186
|
});
|
|
2215
2187
|
/** @internal */
|
|
2216
2188
|
export const OneHundredAndFiftyFive$outboundSchema = z.object({
|
|
2217
2189
|
edgeConfigId: z.string(),
|
|
2218
2190
|
edgeConfigSlug: z.string(),
|
|
2219
|
-
|
|
2220
|
-
label: z.string(),
|
|
2191
|
+
edgeConfigTokenIds: z.array(z.string()),
|
|
2221
2192
|
});
|
|
2222
2193
|
export function oneHundredAndFiftyFiveToJSON(oneHundredAndFiftyFive) {
|
|
2223
2194
|
return JSON.stringify(OneHundredAndFiftyFive$outboundSchema.parse(oneHundredAndFiftyFive));
|
|
@@ -2229,13 +2200,15 @@ export function oneHundredAndFiftyFiveFromJSON(jsonString) {
|
|
|
2229
2200
|
export const OneHundredAndFiftyFour$inboundSchema = z.object({
|
|
2230
2201
|
edgeConfigId: z.string(),
|
|
2231
2202
|
edgeConfigSlug: z.string(),
|
|
2232
|
-
|
|
2203
|
+
edgeConfigTokenId: z.string(),
|
|
2204
|
+
label: z.string(),
|
|
2233
2205
|
});
|
|
2234
2206
|
/** @internal */
|
|
2235
2207
|
export const OneHundredAndFiftyFour$outboundSchema = z.object({
|
|
2236
2208
|
edgeConfigId: z.string(),
|
|
2237
2209
|
edgeConfigSlug: z.string(),
|
|
2238
|
-
|
|
2210
|
+
edgeConfigTokenId: z.string(),
|
|
2211
|
+
label: z.string(),
|
|
2239
2212
|
});
|
|
2240
2213
|
export function oneHundredAndFiftyFourToJSON(oneHundredAndFiftyFour) {
|
|
2241
2214
|
return JSON.stringify(OneHundredAndFiftyFour$outboundSchema.parse(oneHundredAndFiftyFour));
|
|
@@ -2245,13 +2218,15 @@ export function oneHundredAndFiftyFourFromJSON(jsonString) {
|
|
|
2245
2218
|
}
|
|
2246
2219
|
/** @internal */
|
|
2247
2220
|
export const OneHundredAndFiftyThree$inboundSchema = z.object({
|
|
2248
|
-
|
|
2249
|
-
|
|
2221
|
+
edgeConfigId: z.string(),
|
|
2222
|
+
edgeConfigSlug: z.string(),
|
|
2223
|
+
edgeConfigDigest: z.string(),
|
|
2250
2224
|
});
|
|
2251
2225
|
/** @internal */
|
|
2252
2226
|
export const OneHundredAndFiftyThree$outboundSchema = z.object({
|
|
2253
|
-
|
|
2254
|
-
|
|
2227
|
+
edgeConfigId: z.string(),
|
|
2228
|
+
edgeConfigSlug: z.string(),
|
|
2229
|
+
edgeConfigDigest: z.string(),
|
|
2255
2230
|
});
|
|
2256
2231
|
export function oneHundredAndFiftyThreeToJSON(oneHundredAndFiftyThree) {
|
|
2257
2232
|
return JSON.stringify(OneHundredAndFiftyThree$outboundSchema.parse(oneHundredAndFiftyThree));
|
|
@@ -2262,14 +2237,12 @@ export function oneHundredAndFiftyThreeFromJSON(jsonString) {
|
|
|
2262
2237
|
/** @internal */
|
|
2263
2238
|
export const OneHundredAndFiftyTwo$inboundSchema = z.object({
|
|
2264
2239
|
projectName: z.string(),
|
|
2265
|
-
|
|
2266
|
-
target: z.string().optional(),
|
|
2240
|
+
srcImages: z.array(z.string()),
|
|
2267
2241
|
});
|
|
2268
2242
|
/** @internal */
|
|
2269
2243
|
export const OneHundredAndFiftyTwo$outboundSchema = z.object({
|
|
2270
2244
|
projectName: z.string(),
|
|
2271
|
-
|
|
2272
|
-
target: z.string().optional(),
|
|
2245
|
+
srcImages: z.array(z.string()),
|
|
2273
2246
|
});
|
|
2274
2247
|
export function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo) {
|
|
2275
2248
|
return JSON.stringify(OneHundredAndFiftyTwo$outboundSchema.parse(oneHundredAndFiftyTwo));
|
|
@@ -2278,72 +2251,90 @@ export function oneHundredAndFiftyTwoFromJSON(jsonString) {
|
|
|
2278
2251
|
return safeParse(jsonString, (x) => OneHundredAndFiftyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyTwo' from JSON`);
|
|
2279
2252
|
}
|
|
2280
2253
|
/** @internal */
|
|
2281
|
-
export const
|
|
2254
|
+
export const OneHundredAndFiftyOne$inboundSchema = z.object({
|
|
2255
|
+
projectName: z.string(),
|
|
2256
|
+
tags: z.array(z.string()),
|
|
2257
|
+
target: z.string().optional(),
|
|
2258
|
+
});
|
|
2259
|
+
/** @internal */
|
|
2260
|
+
export const OneHundredAndFiftyOne$outboundSchema = z.object({
|
|
2261
|
+
projectName: z.string(),
|
|
2262
|
+
tags: z.array(z.string()),
|
|
2263
|
+
target: z.string().optional(),
|
|
2264
|
+
});
|
|
2265
|
+
export function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne) {
|
|
2266
|
+
return JSON.stringify(OneHundredAndFiftyOne$outboundSchema.parse(oneHundredAndFiftyOne));
|
|
2267
|
+
}
|
|
2268
|
+
export function oneHundredAndFiftyOneFromJSON(jsonString) {
|
|
2269
|
+
return safeParse(jsonString, (x) => OneHundredAndFiftyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFiftyOne' from JSON`);
|
|
2270
|
+
}
|
|
2271
|
+
/** @internal */
|
|
2272
|
+
export const UserEventPayload150Role$inboundSchema = z.nativeEnum(UserEventPayload150Role);
|
|
2282
2273
|
/** @internal */
|
|
2283
|
-
export const
|
|
2274
|
+
export const UserEventPayload150Role$outboundSchema = UserEventPayload150Role$inboundSchema;
|
|
2284
2275
|
/** @internal */
|
|
2285
|
-
export const
|
|
2276
|
+
export const UserEventPayload150Project$inboundSchema = z.object({
|
|
2286
2277
|
name: z.string(),
|
|
2287
|
-
role:
|
|
2278
|
+
role: UserEventPayload150Role$inboundSchema,
|
|
2288
2279
|
invitedUserName: z.string(),
|
|
2289
2280
|
id: z.string().optional(),
|
|
2290
2281
|
invitedUserId: z.string().optional(),
|
|
2291
2282
|
});
|
|
2292
2283
|
/** @internal */
|
|
2293
|
-
export const
|
|
2284
|
+
export const UserEventPayload150Project$outboundSchema = z.object({
|
|
2294
2285
|
name: z.string(),
|
|
2295
|
-
role:
|
|
2286
|
+
role: UserEventPayload150Role$outboundSchema,
|
|
2296
2287
|
invitedUserName: z.string(),
|
|
2297
2288
|
id: z.string().optional(),
|
|
2298
2289
|
invitedUserId: z.string().optional(),
|
|
2299
2290
|
});
|
|
2300
|
-
export function
|
|
2301
|
-
return JSON.stringify(
|
|
2291
|
+
export function userEventPayload150ProjectToJSON(userEventPayload150Project) {
|
|
2292
|
+
return JSON.stringify(UserEventPayload150Project$outboundSchema.parse(userEventPayload150Project));
|
|
2302
2293
|
}
|
|
2303
|
-
export function
|
|
2304
|
-
return safeParse(jsonString, (x) =>
|
|
2294
|
+
export function userEventPayload150ProjectFromJSON(jsonString) {
|
|
2295
|
+
return safeParse(jsonString, (x) => UserEventPayload150Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload150Project' from JSON`);
|
|
2305
2296
|
}
|
|
2306
2297
|
/** @internal */
|
|
2307
|
-
export const
|
|
2308
|
-
project: z.lazy(() =>
|
|
2298
|
+
export const OneHundredAndFifty$inboundSchema = z.object({
|
|
2299
|
+
project: z.lazy(() => UserEventPayload150Project$inboundSchema),
|
|
2309
2300
|
});
|
|
2310
2301
|
/** @internal */
|
|
2311
|
-
export const
|
|
2312
|
-
project: z.lazy(() =>
|
|
2302
|
+
export const OneHundredAndFifty$outboundSchema = z.object({
|
|
2303
|
+
project: z.lazy(() => UserEventPayload150Project$outboundSchema),
|
|
2313
2304
|
});
|
|
2314
|
-
export function
|
|
2315
|
-
return JSON.stringify(
|
|
2305
|
+
export function oneHundredAndFiftyToJSON(oneHundredAndFifty) {
|
|
2306
|
+
return JSON.stringify(OneHundredAndFifty$outboundSchema.parse(oneHundredAndFifty));
|
|
2316
2307
|
}
|
|
2317
|
-
export function
|
|
2318
|
-
return safeParse(jsonString, (x) =>
|
|
2308
|
+
export function oneHundredAndFiftyFromJSON(jsonString) {
|
|
2309
|
+
return safeParse(jsonString, (x) => OneHundredAndFifty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifty' from JSON`);
|
|
2319
2310
|
}
|
|
2320
2311
|
/** @internal */
|
|
2321
|
-
export const
|
|
2312
|
+
export const UserEventPayload149Project$inboundSchema = z.object({
|
|
2322
2313
|
id: z.string(),
|
|
2323
2314
|
name: z.string(),
|
|
2324
2315
|
});
|
|
2325
2316
|
/** @internal */
|
|
2326
|
-
export const
|
|
2317
|
+
export const UserEventPayload149Project$outboundSchema = z.object({
|
|
2327
2318
|
id: z.string(),
|
|
2328
2319
|
name: z.string(),
|
|
2329
2320
|
});
|
|
2330
|
-
export function
|
|
2331
|
-
return JSON.stringify(
|
|
2321
|
+
export function userEventPayload149ProjectToJSON(userEventPayload149Project) {
|
|
2322
|
+
return JSON.stringify(UserEventPayload149Project$outboundSchema.parse(userEventPayload149Project));
|
|
2332
2323
|
}
|
|
2333
|
-
export function
|
|
2334
|
-
return safeParse(jsonString, (x) =>
|
|
2324
|
+
export function userEventPayload149ProjectFromJSON(jsonString) {
|
|
2325
|
+
return safeParse(jsonString, (x) => UserEventPayload149Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload149Project' from JSON`);
|
|
2335
2326
|
}
|
|
2336
2327
|
/** @internal */
|
|
2337
|
-
export const
|
|
2328
|
+
export const UserEventPayload149Role$inboundSchema = z.nativeEnum(UserEventPayload149Role);
|
|
2338
2329
|
/** @internal */
|
|
2339
|
-
export const
|
|
2330
|
+
export const UserEventPayload149Role$outboundSchema = UserEventPayload149Role$inboundSchema;
|
|
2340
2331
|
/** @internal */
|
|
2341
2332
|
export const PayloadPreviousRole$inboundSchema = z.nativeEnum(PayloadPreviousRole);
|
|
2342
2333
|
/** @internal */
|
|
2343
2334
|
export const PayloadPreviousRole$outboundSchema = PayloadPreviousRole$inboundSchema;
|
|
2344
2335
|
/** @internal */
|
|
2345
2336
|
export const PayloadProjectMembership$inboundSchema = z.object({
|
|
2346
|
-
role:
|
|
2337
|
+
role: UserEventPayload149Role$inboundSchema.optional(),
|
|
2347
2338
|
uid: z.string().optional(),
|
|
2348
2339
|
createdAt: z.number().optional(),
|
|
2349
2340
|
username: z.string().optional(),
|
|
@@ -2351,7 +2342,7 @@ export const PayloadProjectMembership$inboundSchema = z.object({
|
|
|
2351
2342
|
});
|
|
2352
2343
|
/** @internal */
|
|
2353
2344
|
export const PayloadProjectMembership$outboundSchema = z.object({
|
|
2354
|
-
role:
|
|
2345
|
+
role: UserEventPayload149Role$outboundSchema.optional(),
|
|
2355
2346
|
uid: z.string().optional(),
|
|
2356
2347
|
createdAt: z.number().optional(),
|
|
2357
2348
|
username: z.string().optional(),
|
|
@@ -2364,51 +2355,51 @@ export function payloadProjectMembershipFromJSON(jsonString) {
|
|
|
2364
2355
|
return safeParse(jsonString, (x) => PayloadProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadProjectMembership' from JSON`);
|
|
2365
2356
|
}
|
|
2366
2357
|
/** @internal */
|
|
2367
|
-
export const
|
|
2368
|
-
project: z.lazy(() =>
|
|
2358
|
+
export const OneHundredAndFortyNine$inboundSchema = z.object({
|
|
2359
|
+
project: z.lazy(() => UserEventPayload149Project$inboundSchema),
|
|
2369
2360
|
projectMembership: z.lazy(() => PayloadProjectMembership$inboundSchema),
|
|
2370
2361
|
});
|
|
2371
2362
|
/** @internal */
|
|
2372
|
-
export const
|
|
2373
|
-
project: z.lazy(() =>
|
|
2363
|
+
export const OneHundredAndFortyNine$outboundSchema = z.object({
|
|
2364
|
+
project: z.lazy(() => UserEventPayload149Project$outboundSchema),
|
|
2374
2365
|
projectMembership: z.lazy(() => PayloadProjectMembership$outboundSchema),
|
|
2375
2366
|
});
|
|
2376
|
-
export function
|
|
2377
|
-
return JSON.stringify(
|
|
2367
|
+
export function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine) {
|
|
2368
|
+
return JSON.stringify(OneHundredAndFortyNine$outboundSchema.parse(oneHundredAndFortyNine));
|
|
2378
2369
|
}
|
|
2379
|
-
export function
|
|
2380
|
-
return safeParse(jsonString, (x) =>
|
|
2370
|
+
export function oneHundredAndFortyNineFromJSON(jsonString) {
|
|
2371
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyNine' from JSON`);
|
|
2381
2372
|
}
|
|
2382
2373
|
/** @internal */
|
|
2383
|
-
export const
|
|
2374
|
+
export const UserEventPayload148Project$inboundSchema = z.object({
|
|
2384
2375
|
name: z.string(),
|
|
2385
2376
|
id: z.string().optional(),
|
|
2386
2377
|
});
|
|
2387
2378
|
/** @internal */
|
|
2388
|
-
export const
|
|
2379
|
+
export const UserEventPayload148Project$outboundSchema = z.object({
|
|
2389
2380
|
name: z.string(),
|
|
2390
2381
|
id: z.string().optional(),
|
|
2391
2382
|
});
|
|
2392
|
-
export function
|
|
2393
|
-
return JSON.stringify(
|
|
2383
|
+
export function userEventPayload148ProjectToJSON(userEventPayload148Project) {
|
|
2384
|
+
return JSON.stringify(UserEventPayload148Project$outboundSchema.parse(userEventPayload148Project));
|
|
2394
2385
|
}
|
|
2395
|
-
export function
|
|
2396
|
-
return safeParse(jsonString, (x) =>
|
|
2386
|
+
export function userEventPayload148ProjectFromJSON(jsonString) {
|
|
2387
|
+
return safeParse(jsonString, (x) => UserEventPayload148Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload148Project' from JSON`);
|
|
2397
2388
|
}
|
|
2398
2389
|
/** @internal */
|
|
2399
|
-
export const
|
|
2390
|
+
export const UserEventPayload148Role$inboundSchema = z.nativeEnum(UserEventPayload148Role);
|
|
2400
2391
|
/** @internal */
|
|
2401
|
-
export const
|
|
2392
|
+
export const UserEventPayload148Role$outboundSchema = UserEventPayload148Role$inboundSchema;
|
|
2402
2393
|
/** @internal */
|
|
2403
2394
|
export const RemovedMembership$inboundSchema = z.object({
|
|
2404
|
-
role:
|
|
2395
|
+
role: UserEventPayload148Role$inboundSchema,
|
|
2405
2396
|
uid: z.string(),
|
|
2406
2397
|
createdAt: z.number(),
|
|
2407
2398
|
username: z.string().optional(),
|
|
2408
2399
|
});
|
|
2409
2400
|
/** @internal */
|
|
2410
2401
|
export const RemovedMembership$outboundSchema = z.object({
|
|
2411
|
-
role:
|
|
2402
|
+
role: UserEventPayload148Role$outboundSchema,
|
|
2412
2403
|
uid: z.string(),
|
|
2413
2404
|
createdAt: z.number(),
|
|
2414
2405
|
username: z.string().optional(),
|
|
@@ -2420,51 +2411,51 @@ export function removedMembershipFromJSON(jsonString) {
|
|
|
2420
2411
|
return safeParse(jsonString, (x) => RemovedMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedMembership' from JSON`);
|
|
2421
2412
|
}
|
|
2422
2413
|
/** @internal */
|
|
2423
|
-
export const
|
|
2424
|
-
project: z.lazy(() =>
|
|
2414
|
+
export const OneHundredAndFortyEight$inboundSchema = z.object({
|
|
2415
|
+
project: z.lazy(() => UserEventPayload148Project$inboundSchema),
|
|
2425
2416
|
removedMembership: z.lazy(() => RemovedMembership$inboundSchema),
|
|
2426
2417
|
});
|
|
2427
2418
|
/** @internal */
|
|
2428
|
-
export const
|
|
2429
|
-
project: z.lazy(() =>
|
|
2419
|
+
export const OneHundredAndFortyEight$outboundSchema = z.object({
|
|
2420
|
+
project: z.lazy(() => UserEventPayload148Project$outboundSchema),
|
|
2430
2421
|
removedMembership: z.lazy(() => RemovedMembership$outboundSchema),
|
|
2431
2422
|
});
|
|
2432
|
-
export function
|
|
2433
|
-
return JSON.stringify(
|
|
2423
|
+
export function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight) {
|
|
2424
|
+
return JSON.stringify(OneHundredAndFortyEight$outboundSchema.parse(oneHundredAndFortyEight));
|
|
2434
2425
|
}
|
|
2435
|
-
export function
|
|
2436
|
-
return safeParse(jsonString, (x) =>
|
|
2426
|
+
export function oneHundredAndFortyEightFromJSON(jsonString) {
|
|
2427
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyEight' from JSON`);
|
|
2437
2428
|
}
|
|
2438
2429
|
/** @internal */
|
|
2439
|
-
export const
|
|
2430
|
+
export const UserEventPayload147Project$inboundSchema = z.object({
|
|
2440
2431
|
name: z.string(),
|
|
2441
2432
|
id: z.string().optional(),
|
|
2442
2433
|
});
|
|
2443
2434
|
/** @internal */
|
|
2444
|
-
export const
|
|
2435
|
+
export const UserEventPayload147Project$outboundSchema = z.object({
|
|
2445
2436
|
name: z.string(),
|
|
2446
2437
|
id: z.string().optional(),
|
|
2447
2438
|
});
|
|
2448
|
-
export function
|
|
2449
|
-
return JSON.stringify(
|
|
2439
|
+
export function userEventPayload147ProjectToJSON(userEventPayload147Project) {
|
|
2440
|
+
return JSON.stringify(UserEventPayload147Project$outboundSchema.parse(userEventPayload147Project));
|
|
2450
2441
|
}
|
|
2451
|
-
export function
|
|
2452
|
-
return safeParse(jsonString, (x) =>
|
|
2442
|
+
export function userEventPayload147ProjectFromJSON(jsonString) {
|
|
2443
|
+
return safeParse(jsonString, (x) => UserEventPayload147Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload147Project' from JSON`);
|
|
2453
2444
|
}
|
|
2454
2445
|
/** @internal */
|
|
2455
|
-
export const
|
|
2446
|
+
export const UserEventPayload147Role$inboundSchema = z.nativeEnum(UserEventPayload147Role);
|
|
2456
2447
|
/** @internal */
|
|
2457
|
-
export const
|
|
2448
|
+
export const UserEventPayload147Role$outboundSchema = UserEventPayload147Role$inboundSchema;
|
|
2458
2449
|
/** @internal */
|
|
2459
2450
|
export const ProjectMembership$inboundSchema = z.object({
|
|
2460
|
-
role:
|
|
2451
|
+
role: UserEventPayload147Role$inboundSchema,
|
|
2461
2452
|
uid: z.string(),
|
|
2462
2453
|
createdAt: z.number(),
|
|
2463
2454
|
username: z.string().optional(),
|
|
2464
2455
|
});
|
|
2465
2456
|
/** @internal */
|
|
2466
2457
|
export const ProjectMembership$outboundSchema = z.object({
|
|
2467
|
-
role:
|
|
2458
|
+
role: UserEventPayload147Role$outboundSchema,
|
|
2468
2459
|
uid: z.string(),
|
|
2469
2460
|
createdAt: z.number(),
|
|
2470
2461
|
username: z.string().optional(),
|
|
@@ -2476,81 +2467,81 @@ export function projectMembershipFromJSON(jsonString) {
|
|
|
2476
2467
|
return safeParse(jsonString, (x) => ProjectMembership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ProjectMembership' from JSON`);
|
|
2477
2468
|
}
|
|
2478
2469
|
/** @internal */
|
|
2479
|
-
export const
|
|
2480
|
-
project: z.lazy(() =>
|
|
2470
|
+
export const OneHundredAndFortySeven$inboundSchema = z.object({
|
|
2471
|
+
project: z.lazy(() => UserEventPayload147Project$inboundSchema),
|
|
2481
2472
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$inboundSchema)),
|
|
2482
2473
|
});
|
|
2483
2474
|
/** @internal */
|
|
2484
|
-
export const
|
|
2485
|
-
project: z.lazy(() =>
|
|
2475
|
+
export const OneHundredAndFortySeven$outboundSchema = z.object({
|
|
2476
|
+
project: z.lazy(() => UserEventPayload147Project$outboundSchema),
|
|
2486
2477
|
projectMembership: z.nullable(z.lazy(() => ProjectMembership$outboundSchema)),
|
|
2487
2478
|
});
|
|
2488
|
-
export function
|
|
2489
|
-
return JSON.stringify(
|
|
2479
|
+
export function oneHundredAndFortySevenToJSON(oneHundredAndFortySeven) {
|
|
2480
|
+
return JSON.stringify(OneHundredAndFortySeven$outboundSchema.parse(oneHundredAndFortySeven));
|
|
2490
2481
|
}
|
|
2491
|
-
export function
|
|
2492
|
-
return safeParse(jsonString, (x) =>
|
|
2482
|
+
export function oneHundredAndFortySevenFromJSON(jsonString) {
|
|
2483
|
+
return safeParse(jsonString, (x) => OneHundredAndFortySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySeven' from JSON`);
|
|
2493
2484
|
}
|
|
2494
2485
|
/** @internal */
|
|
2495
|
-
export const
|
|
2486
|
+
export const OneHundredAndFortySix$inboundSchema = z.object({
|
|
2496
2487
|
previousProjectName: z.string(),
|
|
2497
2488
|
newProjectName: z.string(),
|
|
2498
2489
|
originAccountName: z.string(),
|
|
2499
2490
|
transferId: z.string().optional(),
|
|
2500
2491
|
});
|
|
2501
2492
|
/** @internal */
|
|
2502
|
-
export const
|
|
2493
|
+
export const OneHundredAndFortySix$outboundSchema = z.object({
|
|
2503
2494
|
previousProjectName: z.string(),
|
|
2504
2495
|
newProjectName: z.string(),
|
|
2505
2496
|
originAccountName: z.string(),
|
|
2506
2497
|
transferId: z.string().optional(),
|
|
2507
2498
|
});
|
|
2508
|
-
export function
|
|
2509
|
-
return JSON.stringify(
|
|
2499
|
+
export function oneHundredAndFortySixToJSON(oneHundredAndFortySix) {
|
|
2500
|
+
return JSON.stringify(OneHundredAndFortySix$outboundSchema.parse(oneHundredAndFortySix));
|
|
2510
2501
|
}
|
|
2511
|
-
export function
|
|
2512
|
-
return safeParse(jsonString, (x) =>
|
|
2502
|
+
export function oneHundredAndFortySixFromJSON(jsonString) {
|
|
2503
|
+
return safeParse(jsonString, (x) => OneHundredAndFortySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortySix' from JSON`);
|
|
2513
2504
|
}
|
|
2514
2505
|
/** @internal */
|
|
2515
|
-
export const
|
|
2506
|
+
export const OneHundredAndFortyFive$inboundSchema = z.object({
|
|
2516
2507
|
previousProjectName: z.string(),
|
|
2517
2508
|
newProjectName: z.string(),
|
|
2518
2509
|
destinationAccountName: z.string(),
|
|
2519
2510
|
transferId: z.string().optional(),
|
|
2520
2511
|
});
|
|
2521
2512
|
/** @internal */
|
|
2522
|
-
export const
|
|
2513
|
+
export const OneHundredAndFortyFive$outboundSchema = z.object({
|
|
2523
2514
|
previousProjectName: z.string(),
|
|
2524
2515
|
newProjectName: z.string(),
|
|
2525
2516
|
destinationAccountName: z.string(),
|
|
2526
2517
|
transferId: z.string().optional(),
|
|
2527
2518
|
});
|
|
2528
|
-
export function
|
|
2529
|
-
return JSON.stringify(
|
|
2519
|
+
export function oneHundredAndFortyFiveToJSON(oneHundredAndFortyFive) {
|
|
2520
|
+
return JSON.stringify(OneHundredAndFortyFive$outboundSchema.parse(oneHundredAndFortyFive));
|
|
2530
2521
|
}
|
|
2531
|
-
export function
|
|
2532
|
-
return safeParse(jsonString, (x) =>
|
|
2522
|
+
export function oneHundredAndFortyFiveFromJSON(jsonString) {
|
|
2523
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyFive' from JSON`);
|
|
2533
2524
|
}
|
|
2534
2525
|
/** @internal */
|
|
2535
|
-
export const
|
|
2526
|
+
export const OneHundredAndFortyFour$inboundSchema = z.object({
|
|
2536
2527
|
projectName: z.string(),
|
|
2537
2528
|
destinationAccountName: z.nullable(z.string()),
|
|
2538
2529
|
transferId: z.string().optional(),
|
|
2539
2530
|
});
|
|
2540
2531
|
/** @internal */
|
|
2541
|
-
export const
|
|
2532
|
+
export const OneHundredAndFortyFour$outboundSchema = z.object({
|
|
2542
2533
|
projectName: z.string(),
|
|
2543
2534
|
destinationAccountName: z.nullable(z.string()),
|
|
2544
2535
|
transferId: z.string().optional(),
|
|
2545
2536
|
});
|
|
2546
|
-
export function
|
|
2547
|
-
return JSON.stringify(
|
|
2537
|
+
export function oneHundredAndFortyFourToJSON(oneHundredAndFortyFour) {
|
|
2538
|
+
return JSON.stringify(OneHundredAndFortyFour$outboundSchema.parse(oneHundredAndFortyFour));
|
|
2548
2539
|
}
|
|
2549
|
-
export function
|
|
2550
|
-
return safeParse(jsonString, (x) =>
|
|
2540
|
+
export function oneHundredAndFortyFourFromJSON(jsonString) {
|
|
2541
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyFour' from JSON`);
|
|
2551
2542
|
}
|
|
2552
2543
|
/** @internal */
|
|
2553
|
-
export const
|
|
2544
|
+
export const OneHundredAndFortyThree$inboundSchema = z.object({
|
|
2554
2545
|
projectId: z.string(),
|
|
2555
2546
|
projectName: z.string(),
|
|
2556
2547
|
originAccountName: z.string(),
|
|
@@ -2559,7 +2550,7 @@ export const OneHundredAndFortyFour$inboundSchema = z.object({
|
|
|
2559
2550
|
transferId: z.string().optional(),
|
|
2560
2551
|
});
|
|
2561
2552
|
/** @internal */
|
|
2562
|
-
export const
|
|
2553
|
+
export const OneHundredAndFortyThree$outboundSchema = z.object({
|
|
2563
2554
|
projectId: z.string(),
|
|
2564
2555
|
projectName: z.string(),
|
|
2565
2556
|
originAccountName: z.string(),
|
|
@@ -2567,14 +2558,14 @@ export const OneHundredAndFortyFour$outboundSchema = z.object({
|
|
|
2567
2558
|
destinationAccountId: z.string(),
|
|
2568
2559
|
transferId: z.string().optional(),
|
|
2569
2560
|
});
|
|
2570
|
-
export function
|
|
2571
|
-
return JSON.stringify(
|
|
2561
|
+
export function oneHundredAndFortyThreeToJSON(oneHundredAndFortyThree) {
|
|
2562
|
+
return JSON.stringify(OneHundredAndFortyThree$outboundSchema.parse(oneHundredAndFortyThree));
|
|
2572
2563
|
}
|
|
2573
|
-
export function
|
|
2574
|
-
return safeParse(jsonString, (x) =>
|
|
2564
|
+
export function oneHundredAndFortyThreeFromJSON(jsonString) {
|
|
2565
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyThree' from JSON`);
|
|
2575
2566
|
}
|
|
2576
2567
|
/** @internal */
|
|
2577
|
-
export const
|
|
2568
|
+
export const OneHundredAndFortyTwo$inboundSchema = z.object({
|
|
2578
2569
|
requestedTeamName: z.string(),
|
|
2579
2570
|
requestedUserName: z.string().optional(),
|
|
2580
2571
|
gitUsername: z.string().optional(),
|
|
@@ -2583,7 +2574,7 @@ export const OneHundredAndFortyThree$inboundSchema = z.object({
|
|
|
2583
2574
|
bitbucketUsername: z.string().optional(),
|
|
2584
2575
|
});
|
|
2585
2576
|
/** @internal */
|
|
2586
|
-
export const
|
|
2577
|
+
export const OneHundredAndFortyTwo$outboundSchema = z.object({
|
|
2587
2578
|
requestedTeamName: z.string(),
|
|
2588
2579
|
requestedUserName: z.string().optional(),
|
|
2589
2580
|
gitUsername: z.string().optional(),
|
|
@@ -2591,14 +2582,14 @@ export const OneHundredAndFortyThree$outboundSchema = z.object({
|
|
|
2591
2582
|
gitlabUsername: z.string().optional(),
|
|
2592
2583
|
bitbucketUsername: z.string().optional(),
|
|
2593
2584
|
});
|
|
2594
|
-
export function
|
|
2595
|
-
return JSON.stringify(
|
|
2585
|
+
export function oneHundredAndFortyTwoToJSON(oneHundredAndFortyTwo) {
|
|
2586
|
+
return JSON.stringify(OneHundredAndFortyTwo$outboundSchema.parse(oneHundredAndFortyTwo));
|
|
2596
2587
|
}
|
|
2597
|
-
export function
|
|
2598
|
-
return safeParse(jsonString, (x) =>
|
|
2588
|
+
export function oneHundredAndFortyTwoFromJSON(jsonString) {
|
|
2589
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyTwo' from JSON`);
|
|
2599
2590
|
}
|
|
2600
2591
|
/** @internal */
|
|
2601
|
-
export const
|
|
2592
|
+
export const OneHundredAndFortyOne$inboundSchema = z.object({
|
|
2602
2593
|
teamName: z.string(),
|
|
2603
2594
|
username: z.string().optional(),
|
|
2604
2595
|
gitUsername: z.nullable(z.string()).optional(),
|
|
@@ -2607,7 +2598,7 @@ export const OneHundredAndFortyTwo$inboundSchema = z.object({
|
|
|
2607
2598
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2608
2599
|
});
|
|
2609
2600
|
/** @internal */
|
|
2610
|
-
export const
|
|
2601
|
+
export const OneHundredAndFortyOne$outboundSchema = z.object({
|
|
2611
2602
|
teamName: z.string(),
|
|
2612
2603
|
username: z.string().optional(),
|
|
2613
2604
|
gitUsername: z.nullable(z.string()).optional(),
|
|
@@ -2615,14 +2606,14 @@ export const OneHundredAndFortyTwo$outboundSchema = z.object({
|
|
|
2615
2606
|
gitlabUsername: z.nullable(z.string()).optional(),
|
|
2616
2607
|
bitbucketUsername: z.nullable(z.string()).optional(),
|
|
2617
2608
|
});
|
|
2618
|
-
export function
|
|
2619
|
-
return JSON.stringify(
|
|
2609
|
+
export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
|
|
2610
|
+
return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
|
|
2620
2611
|
}
|
|
2621
|
-
export function
|
|
2622
|
-
return safeParse(jsonString, (x) =>
|
|
2612
|
+
export function oneHundredAndFortyOneFromJSON(jsonString) {
|
|
2613
|
+
return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
|
|
2623
2614
|
}
|
|
2624
2615
|
/** @internal */
|
|
2625
|
-
export const
|
|
2616
|
+
export const OneHundredAndForty$inboundSchema = z.object({
|
|
2626
2617
|
teamName: z.string(),
|
|
2627
2618
|
username: z.string().optional(),
|
|
2628
2619
|
gitUsername: z.string().optional(),
|
|
@@ -2633,7 +2624,7 @@ export const OneHundredAndFortyOne$inboundSchema = z.object({
|
|
|
2633
2624
|
teamId: z.string().optional(),
|
|
2634
2625
|
});
|
|
2635
2626
|
/** @internal */
|
|
2636
|
-
export const
|
|
2627
|
+
export const OneHundredAndForty$outboundSchema = z.object({
|
|
2637
2628
|
teamName: z.string(),
|
|
2638
2629
|
username: z.string().optional(),
|
|
2639
2630
|
gitUsername: z.string().optional(),
|
|
@@ -2643,22 +2634,6 @@ export const OneHundredAndFortyOne$outboundSchema = z.object({
|
|
|
2643
2634
|
updatedUid: z.string().optional(),
|
|
2644
2635
|
teamId: z.string().optional(),
|
|
2645
2636
|
});
|
|
2646
|
-
export function oneHundredAndFortyOneToJSON(oneHundredAndFortyOne) {
|
|
2647
|
-
return JSON.stringify(OneHundredAndFortyOne$outboundSchema.parse(oneHundredAndFortyOne));
|
|
2648
|
-
}
|
|
2649
|
-
export function oneHundredAndFortyOneFromJSON(jsonString) {
|
|
2650
|
-
return safeParse(jsonString, (x) => OneHundredAndFortyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFortyOne' from JSON`);
|
|
2651
|
-
}
|
|
2652
|
-
/** @internal */
|
|
2653
|
-
export const OneHundredAndForty$inboundSchema = z.object({
|
|
2654
|
-
price: z.number().optional(),
|
|
2655
|
-
currency: z.string().optional(),
|
|
2656
|
-
});
|
|
2657
|
-
/** @internal */
|
|
2658
|
-
export const OneHundredAndForty$outboundSchema = z.object({
|
|
2659
|
-
price: z.number().optional(),
|
|
2660
|
-
currency: z.string().optional(),
|
|
2661
|
-
});
|
|
2662
2637
|
export function oneHundredAndFortyToJSON(oneHundredAndForty) {
|
|
2663
2638
|
return JSON.stringify(OneHundredAndForty$outboundSchema.parse(oneHundredAndForty));
|
|
2664
2639
|
}
|
|
@@ -2667,13 +2642,13 @@ export function oneHundredAndFortyFromJSON(jsonString) {
|
|
|
2667
2642
|
}
|
|
2668
2643
|
/** @internal */
|
|
2669
2644
|
export const OneHundredAndThirtyNine$inboundSchema = z.object({
|
|
2670
|
-
|
|
2671
|
-
|
|
2645
|
+
price: z.number().optional(),
|
|
2646
|
+
currency: z.string().optional(),
|
|
2672
2647
|
});
|
|
2673
2648
|
/** @internal */
|
|
2674
2649
|
export const OneHundredAndThirtyNine$outboundSchema = z.object({
|
|
2675
|
-
|
|
2676
|
-
|
|
2650
|
+
price: z.number().optional(),
|
|
2651
|
+
currency: z.string().optional(),
|
|
2677
2652
|
});
|
|
2678
2653
|
export function oneHundredAndThirtyNineToJSON(oneHundredAndThirtyNine) {
|
|
2679
2654
|
return JSON.stringify(OneHundredAndThirtyNine$outboundSchema.parse(oneHundredAndThirtyNine));
|
|
@@ -2683,15 +2658,13 @@ export function oneHundredAndThirtyNineFromJSON(jsonString) {
|
|
|
2683
2658
|
}
|
|
2684
2659
|
/** @internal */
|
|
2685
2660
|
export const OneHundredAndThirtyEight$inboundSchema = z.object({
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
enabled: z.boolean().optional(),
|
|
2661
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2662
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2689
2663
|
});
|
|
2690
2664
|
/** @internal */
|
|
2691
2665
|
export const OneHundredAndThirtyEight$outboundSchema = z.object({
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
enabled: z.boolean().optional(),
|
|
2666
|
+
previewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2667
|
+
previousPreviewDeploymentSuffix: z.nullable(z.string()).optional(),
|
|
2695
2668
|
});
|
|
2696
2669
|
export function oneHundredAndThirtyEightToJSON(oneHundredAndThirtyEight) {
|
|
2697
2670
|
return JSON.stringify(OneHundredAndThirtyEight$outboundSchema.parse(oneHundredAndThirtyEight));
|
|
@@ -2701,11 +2674,15 @@ export function oneHundredAndThirtyEightFromJSON(jsonString) {
|
|
|
2701
2674
|
}
|
|
2702
2675
|
/** @internal */
|
|
2703
2676
|
export const OneHundredAndThirtySeven$inboundSchema = z.object({
|
|
2704
|
-
|
|
2677
|
+
price: z.number().optional(),
|
|
2678
|
+
currency: z.string().optional(),
|
|
2679
|
+
enabled: z.boolean().optional(),
|
|
2705
2680
|
});
|
|
2706
2681
|
/** @internal */
|
|
2707
2682
|
export const OneHundredAndThirtySeven$outboundSchema = z.object({
|
|
2708
|
-
|
|
2683
|
+
price: z.number().optional(),
|
|
2684
|
+
currency: z.string().optional(),
|
|
2685
|
+
enabled: z.boolean().optional(),
|
|
2709
2686
|
});
|
|
2710
2687
|
export function oneHundredAndThirtySevenToJSON(oneHundredAndThirtySeven) {
|
|
2711
2688
|
return JSON.stringify(OneHundredAndThirtySeven$outboundSchema.parse(oneHundredAndThirtySeven));
|
|
@@ -2715,13 +2692,11 @@ export function oneHundredAndThirtySevenFromJSON(jsonString) {
|
|
|
2715
2692
|
}
|
|
2716
2693
|
/** @internal */
|
|
2717
2694
|
export const OneHundredAndThirtySix$inboundSchema = z.object({
|
|
2718
|
-
|
|
2719
|
-
prevEmail: z.string(),
|
|
2695
|
+
username: z.string(),
|
|
2720
2696
|
});
|
|
2721
2697
|
/** @internal */
|
|
2722
2698
|
export const OneHundredAndThirtySix$outboundSchema = z.object({
|
|
2723
|
-
|
|
2724
|
-
prevEmail: z.string(),
|
|
2699
|
+
username: z.string(),
|
|
2725
2700
|
});
|
|
2726
2701
|
export function oneHundredAndThirtySixToJSON(oneHundredAndThirtySix) {
|
|
2727
2702
|
return JSON.stringify(OneHundredAndThirtySix$outboundSchema.parse(oneHundredAndThirtySix));
|
|
@@ -2731,11 +2706,13 @@ export function oneHundredAndThirtySixFromJSON(jsonString) {
|
|
|
2731
2706
|
}
|
|
2732
2707
|
/** @internal */
|
|
2733
2708
|
export const OneHundredAndThirtyFive$inboundSchema = z.object({
|
|
2734
|
-
|
|
2709
|
+
email: z.string(),
|
|
2710
|
+
prevEmail: z.string(),
|
|
2735
2711
|
});
|
|
2736
2712
|
/** @internal */
|
|
2737
2713
|
export const OneHundredAndThirtyFive$outboundSchema = z.object({
|
|
2738
|
-
|
|
2714
|
+
email: z.string(),
|
|
2715
|
+
prevEmail: z.string(),
|
|
2739
2716
|
});
|
|
2740
2717
|
export function oneHundredAndThirtyFiveToJSON(oneHundredAndThirtyFive) {
|
|
2741
2718
|
return JSON.stringify(OneHundredAndThirtyFive$outboundSchema.parse(oneHundredAndThirtyFive));
|
|
@@ -2745,13 +2722,11 @@ export function oneHundredAndThirtyFiveFromJSON(jsonString) {
|
|
|
2745
2722
|
}
|
|
2746
2723
|
/** @internal */
|
|
2747
2724
|
export const OneHundredAndThirtyFour$inboundSchema = z.object({
|
|
2748
|
-
|
|
2749
|
-
totpVerified: z.boolean(),
|
|
2725
|
+
mfaEnabled: z.boolean(),
|
|
2750
2726
|
});
|
|
2751
2727
|
/** @internal */
|
|
2752
2728
|
export const OneHundredAndThirtyFour$outboundSchema = z.object({
|
|
2753
|
-
|
|
2754
|
-
totpVerified: z.boolean(),
|
|
2729
|
+
mfaEnabled: z.boolean(),
|
|
2755
2730
|
});
|
|
2756
2731
|
export function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour) {
|
|
2757
2732
|
return JSON.stringify(OneHundredAndThirtyFour$outboundSchema.parse(oneHundredAndThirtyFour));
|
|
@@ -2760,6 +2735,22 @@ export function oneHundredAndThirtyFourFromJSON(jsonString) {
|
|
|
2760
2735
|
return safeParse(jsonString, (x) => OneHundredAndThirtyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyFour' from JSON`);
|
|
2761
2736
|
}
|
|
2762
2737
|
/** @internal */
|
|
2738
|
+
export const OneHundredAndThirtyThree$inboundSchema = z.object({
|
|
2739
|
+
enabled: z.boolean(),
|
|
2740
|
+
totpVerified: z.boolean(),
|
|
2741
|
+
});
|
|
2742
|
+
/** @internal */
|
|
2743
|
+
export const OneHundredAndThirtyThree$outboundSchema = z.object({
|
|
2744
|
+
enabled: z.boolean(),
|
|
2745
|
+
totpVerified: z.boolean(),
|
|
2746
|
+
});
|
|
2747
|
+
export function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree) {
|
|
2748
|
+
return JSON.stringify(OneHundredAndThirtyThree$outboundSchema.parse(oneHundredAndThirtyThree));
|
|
2749
|
+
}
|
|
2750
|
+
export function oneHundredAndThirtyThreeFromJSON(jsonString) {
|
|
2751
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyThree' from JSON`);
|
|
2752
|
+
}
|
|
2753
|
+
/** @internal */
|
|
2763
2754
|
export const PayloadPrevious$inboundSchema = z.object({
|
|
2764
2755
|
enabled: z.boolean(),
|
|
2765
2756
|
totpVerified: z.boolean(),
|
|
@@ -2792,20 +2783,20 @@ export function payloadNextFromJSON(jsonString) {
|
|
|
2792
2783
|
return safeParse(jsonString, (x) => PayloadNext$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadNext' from JSON`);
|
|
2793
2784
|
}
|
|
2794
2785
|
/** @internal */
|
|
2795
|
-
export const
|
|
2786
|
+
export const OneHundredAndThirtyTwo$inboundSchema = z.object({
|
|
2796
2787
|
previous: z.lazy(() => PayloadPrevious$inboundSchema),
|
|
2797
2788
|
next: z.lazy(() => PayloadNext$inboundSchema),
|
|
2798
2789
|
});
|
|
2799
2790
|
/** @internal */
|
|
2800
|
-
export const
|
|
2791
|
+
export const OneHundredAndThirtyTwo$outboundSchema = z.object({
|
|
2801
2792
|
previous: z.lazy(() => PayloadPrevious$outboundSchema),
|
|
2802
2793
|
next: z.lazy(() => PayloadNext$outboundSchema),
|
|
2803
2794
|
});
|
|
2804
|
-
export function
|
|
2805
|
-
return JSON.stringify(
|
|
2795
|
+
export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
|
|
2796
|
+
return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
|
|
2806
2797
|
}
|
|
2807
|
-
export function
|
|
2808
|
-
return safeParse(jsonString, (x) =>
|
|
2798
|
+
export function oneHundredAndThirtyTwoFromJSON(jsonString) {
|
|
2799
|
+
return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
|
|
2809
2800
|
}
|
|
2810
2801
|
/** @internal */
|
|
2811
2802
|
export const PayloadRemoteCaching$inboundSchema = z.object({
|
|
@@ -2822,26 +2813,12 @@ export function payloadRemoteCachingFromJSON(jsonString) {
|
|
|
2822
2813
|
return safeParse(jsonString, (x) => PayloadRemoteCaching$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemoteCaching' from JSON`);
|
|
2823
2814
|
}
|
|
2824
2815
|
/** @internal */
|
|
2825
|
-
export const OneHundredAndThirtyTwo$inboundSchema = z.object({
|
|
2826
|
-
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
2827
|
-
});
|
|
2828
|
-
/** @internal */
|
|
2829
|
-
export const OneHundredAndThirtyTwo$outboundSchema = z.object({
|
|
2830
|
-
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
2831
|
-
});
|
|
2832
|
-
export function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo) {
|
|
2833
|
-
return JSON.stringify(OneHundredAndThirtyTwo$outboundSchema.parse(oneHundredAndThirtyTwo));
|
|
2834
|
-
}
|
|
2835
|
-
export function oneHundredAndThirtyTwoFromJSON(jsonString) {
|
|
2836
|
-
return safeParse(jsonString, (x) => OneHundredAndThirtyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirtyTwo' from JSON`);
|
|
2837
|
-
}
|
|
2838
|
-
/** @internal */
|
|
2839
2816
|
export const OneHundredAndThirtyOne$inboundSchema = z.object({
|
|
2840
|
-
|
|
2817
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$inboundSchema).optional(),
|
|
2841
2818
|
});
|
|
2842
2819
|
/** @internal */
|
|
2843
2820
|
export const OneHundredAndThirtyOne$outboundSchema = z.object({
|
|
2844
|
-
|
|
2821
|
+
remoteCaching: z.lazy(() => PayloadRemoteCaching$outboundSchema).optional(),
|
|
2845
2822
|
});
|
|
2846
2823
|
export function oneHundredAndThirtyOneToJSON(oneHundredAndThirtyOne) {
|
|
2847
2824
|
return JSON.stringify(OneHundredAndThirtyOne$outboundSchema.parse(oneHundredAndThirtyOne));
|
|
@@ -2851,11 +2828,11 @@ export function oneHundredAndThirtyOneFromJSON(jsonString) {
|
|
|
2851
2828
|
}
|
|
2852
2829
|
/** @internal */
|
|
2853
2830
|
export const OneHundredAndThirty$inboundSchema = z.object({
|
|
2854
|
-
|
|
2831
|
+
slug: z.string().optional(),
|
|
2855
2832
|
});
|
|
2856
2833
|
/** @internal */
|
|
2857
2834
|
export const OneHundredAndThirty$outboundSchema = z.object({
|
|
2858
|
-
|
|
2835
|
+
slug: z.string().optional(),
|
|
2859
2836
|
});
|
|
2860
2837
|
export function oneHundredAndThirtyToJSON(oneHundredAndThirty) {
|
|
2861
2838
|
return JSON.stringify(OneHundredAndThirty$outboundSchema.parse(oneHundredAndThirty));
|
|
@@ -2865,11 +2842,11 @@ export function oneHundredAndThirtyFromJSON(jsonString) {
|
|
|
2865
2842
|
}
|
|
2866
2843
|
/** @internal */
|
|
2867
2844
|
export const OneHundredAndTwentyNine$inboundSchema = z.object({
|
|
2868
|
-
|
|
2845
|
+
name: z.string().optional(),
|
|
2869
2846
|
});
|
|
2870
2847
|
/** @internal */
|
|
2871
2848
|
export const OneHundredAndTwentyNine$outboundSchema = z.object({
|
|
2872
|
-
|
|
2849
|
+
name: z.string().optional(),
|
|
2873
2850
|
});
|
|
2874
2851
|
export function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine) {
|
|
2875
2852
|
return JSON.stringify(OneHundredAndTwentyNine$outboundSchema.parse(oneHundredAndTwentyNine));
|
|
@@ -2878,38 +2855,52 @@ export function oneHundredAndTwentyNineFromJSON(jsonString) {
|
|
|
2878
2855
|
return safeParse(jsonString, (x) => OneHundredAndTwentyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyNine' from JSON`);
|
|
2879
2856
|
}
|
|
2880
2857
|
/** @internal */
|
|
2881
|
-
export const
|
|
2858
|
+
export const OneHundredAndTwentyEight$inboundSchema = z.object({
|
|
2859
|
+
enforced: z.boolean(),
|
|
2860
|
+
});
|
|
2861
|
+
/** @internal */
|
|
2862
|
+
export const OneHundredAndTwentyEight$outboundSchema = z.object({
|
|
2863
|
+
enforced: z.boolean(),
|
|
2864
|
+
});
|
|
2865
|
+
export function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight) {
|
|
2866
|
+
return JSON.stringify(OneHundredAndTwentyEight$outboundSchema.parse(oneHundredAndTwentyEight));
|
|
2867
|
+
}
|
|
2868
|
+
export function oneHundredAndTwentyEightFromJSON(jsonString) {
|
|
2869
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyEight' from JSON`);
|
|
2870
|
+
}
|
|
2871
|
+
/** @internal */
|
|
2872
|
+
export const UserEventPayload127User$inboundSchema = z.object({
|
|
2882
2873
|
id: z.string(),
|
|
2883
2874
|
username: z.string(),
|
|
2884
2875
|
});
|
|
2885
2876
|
/** @internal */
|
|
2886
|
-
export const
|
|
2877
|
+
export const UserEventPayload127User$outboundSchema = z.object({
|
|
2887
2878
|
id: z.string(),
|
|
2888
2879
|
username: z.string(),
|
|
2889
2880
|
});
|
|
2890
|
-
export function
|
|
2891
|
-
return JSON.stringify(
|
|
2881
|
+
export function userEventPayload127UserToJSON(userEventPayload127User) {
|
|
2882
|
+
return JSON.stringify(UserEventPayload127User$outboundSchema.parse(userEventPayload127User));
|
|
2892
2883
|
}
|
|
2893
|
-
export function
|
|
2894
|
-
return safeParse(jsonString, (x) =>
|
|
2884
|
+
export function userEventPayload127UserFromJSON(jsonString) {
|
|
2885
|
+
return safeParse(jsonString, (x) => UserEventPayload127User$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload127User' from JSON`);
|
|
2895
2886
|
}
|
|
2896
2887
|
/** @internal */
|
|
2897
|
-
export const
|
|
2888
|
+
export const OneHundredAndTwentySeven$inboundSchema = z.object({
|
|
2898
2889
|
entitlement: z.string(),
|
|
2899
|
-
user: z.lazy(() =>
|
|
2890
|
+
user: z.lazy(() => UserEventPayload127User$inboundSchema),
|
|
2900
2891
|
previousCanceledAt: z.string().optional(),
|
|
2901
2892
|
});
|
|
2902
2893
|
/** @internal */
|
|
2903
|
-
export const
|
|
2894
|
+
export const OneHundredAndTwentySeven$outboundSchema = z.object({
|
|
2904
2895
|
entitlement: z.string(),
|
|
2905
|
-
user: z.lazy(() =>
|
|
2896
|
+
user: z.lazy(() => UserEventPayload127User$outboundSchema),
|
|
2906
2897
|
previousCanceledAt: z.string().optional(),
|
|
2907
2898
|
});
|
|
2908
|
-
export function
|
|
2909
|
-
return JSON.stringify(
|
|
2899
|
+
export function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven) {
|
|
2900
|
+
return JSON.stringify(OneHundredAndTwentySeven$outboundSchema.parse(oneHundredAndTwentySeven));
|
|
2910
2901
|
}
|
|
2911
|
-
export function
|
|
2912
|
-
return safeParse(jsonString, (x) =>
|
|
2902
|
+
export function oneHundredAndTwentySevenFromJSON(jsonString) {
|
|
2903
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentySeven' from JSON`);
|
|
2913
2904
|
}
|
|
2914
2905
|
/** @internal */
|
|
2915
2906
|
export const UserEventPayloadUser$inboundSchema = z.object({
|
|
@@ -2928,20 +2919,20 @@ export function userEventPayloadUserFromJSON(jsonString) {
|
|
|
2928
2919
|
return safeParse(jsonString, (x) => UserEventPayloadUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadUser' from JSON`);
|
|
2929
2920
|
}
|
|
2930
2921
|
/** @internal */
|
|
2931
|
-
export const
|
|
2922
|
+
export const OneHundredAndTwentySix$inboundSchema = z.object({
|
|
2932
2923
|
entitlement: z.string(),
|
|
2933
2924
|
user: z.lazy(() => UserEventPayloadUser$inboundSchema),
|
|
2934
2925
|
});
|
|
2935
2926
|
/** @internal */
|
|
2936
|
-
export const
|
|
2927
|
+
export const OneHundredAndTwentySix$outboundSchema = z.object({
|
|
2937
2928
|
entitlement: z.string(),
|
|
2938
2929
|
user: z.lazy(() => UserEventPayloadUser$outboundSchema),
|
|
2939
2930
|
});
|
|
2940
|
-
export function
|
|
2941
|
-
return JSON.stringify(
|
|
2931
|
+
export function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix) {
|
|
2932
|
+
return JSON.stringify(OneHundredAndTwentySix$outboundSchema.parse(oneHundredAndTwentySix));
|
|
2942
2933
|
}
|
|
2943
|
-
export function
|
|
2944
|
-
return safeParse(jsonString, (x) =>
|
|
2934
|
+
export function oneHundredAndTwentySixFromJSON(jsonString) {
|
|
2935
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentySix' from JSON`);
|
|
2945
2936
|
}
|
|
2946
2937
|
/** @internal */
|
|
2947
2938
|
export const UpdatedUser$inboundSchema = z.object({
|
|
@@ -2960,7 +2951,7 @@ export function updatedUserFromJSON(jsonString) {
|
|
|
2960
2951
|
return safeParse(jsonString, (x) => UpdatedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatedUser' from JSON`);
|
|
2961
2952
|
}
|
|
2962
2953
|
/** @internal */
|
|
2963
|
-
export const
|
|
2954
|
+
export const OneHundredAndTwentyFive$inboundSchema = z.object({
|
|
2964
2955
|
directoryType: z.string().optional(),
|
|
2965
2956
|
updatedUser: z.lazy(() => UpdatedUser$inboundSchema).optional(),
|
|
2966
2957
|
role: z.string().optional(),
|
|
@@ -2968,21 +2959,21 @@ export const OneHundredAndTwentySix$inboundSchema = z.object({
|
|
|
2968
2959
|
updatedUid: z.string().optional(),
|
|
2969
2960
|
});
|
|
2970
2961
|
/** @internal */
|
|
2971
|
-
export const
|
|
2962
|
+
export const OneHundredAndTwentyFive$outboundSchema = z.object({
|
|
2972
2963
|
directoryType: z.string().optional(),
|
|
2973
2964
|
updatedUser: z.lazy(() => UpdatedUser$outboundSchema).optional(),
|
|
2974
2965
|
role: z.string().optional(),
|
|
2975
2966
|
previousRole: z.string(),
|
|
2976
2967
|
updatedUid: z.string().optional(),
|
|
2977
2968
|
});
|
|
2978
|
-
export function
|
|
2979
|
-
return JSON.stringify(
|
|
2969
|
+
export function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive) {
|
|
2970
|
+
return JSON.stringify(OneHundredAndTwentyFive$outboundSchema.parse(oneHundredAndTwentyFive));
|
|
2980
2971
|
}
|
|
2981
|
-
export function
|
|
2982
|
-
return safeParse(jsonString, (x) =>
|
|
2972
|
+
export function oneHundredAndTwentyFiveFromJSON(jsonString) {
|
|
2973
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyFive' from JSON`);
|
|
2983
2974
|
}
|
|
2984
2975
|
/** @internal */
|
|
2985
|
-
export const
|
|
2976
|
+
export const OneHundredAndTwentyFour$inboundSchema = z.object({
|
|
2986
2977
|
role: z.string().optional(),
|
|
2987
2978
|
uid: z.string(),
|
|
2988
2979
|
origin: z.string().optional(),
|
|
@@ -2991,7 +2982,7 @@ export const OneHundredAndTwentyFive$inboundSchema = z.object({
|
|
|
2991
2982
|
entitlements: z.array(z.string()).optional(),
|
|
2992
2983
|
});
|
|
2993
2984
|
/** @internal */
|
|
2994
|
-
export const
|
|
2985
|
+
export const OneHundredAndTwentyFour$outboundSchema = z.object({
|
|
2995
2986
|
role: z.string().optional(),
|
|
2996
2987
|
uid: z.string(),
|
|
2997
2988
|
origin: z.string().optional(),
|
|
@@ -2999,11 +2990,11 @@ export const OneHundredAndTwentyFive$outboundSchema = z.object({
|
|
|
2999
2990
|
teamPermissions: z.array(z.string()).optional(),
|
|
3000
2991
|
entitlements: z.array(z.string()).optional(),
|
|
3001
2992
|
});
|
|
3002
|
-
export function
|
|
3003
|
-
return JSON.stringify(
|
|
2993
|
+
export function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour) {
|
|
2994
|
+
return JSON.stringify(OneHundredAndTwentyFour$outboundSchema.parse(oneHundredAndTwentyFour));
|
|
3004
2995
|
}
|
|
3005
|
-
export function
|
|
3006
|
-
return safeParse(jsonString, (x) =>
|
|
2996
|
+
export function oneHundredAndTwentyFourFromJSON(jsonString) {
|
|
2997
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyFour' from JSON`);
|
|
3007
2998
|
}
|
|
3008
2999
|
/** @internal */
|
|
3009
3000
|
export const DeletedUser$inboundSchema = z.object({
|
|
@@ -3036,7 +3027,7 @@ export const NewPlan$inboundSchema = z
|
|
|
3036
3027
|
/** @internal */
|
|
3037
3028
|
export const NewPlan$outboundSchema = NewPlan$inboundSchema;
|
|
3038
3029
|
/** @internal */
|
|
3039
|
-
export const
|
|
3030
|
+
export const OneHundredAndTwentyThree$inboundSchema = z.object({
|
|
3040
3031
|
deletedUser: z.lazy(() => DeletedUser$inboundSchema).optional(),
|
|
3041
3032
|
deletedUid: z.string().optional(),
|
|
3042
3033
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3050,7 +3041,7 @@ export const OneHundredAndTwentyFour$inboundSchema = z.object({
|
|
|
3050
3041
|
automated: z.boolean().optional(),
|
|
3051
3042
|
});
|
|
3052
3043
|
/** @internal */
|
|
3053
|
-
export const
|
|
3044
|
+
export const OneHundredAndTwentyThree$outboundSchema = z.object({
|
|
3054
3045
|
deletedUser: z.lazy(() => DeletedUser$outboundSchema).optional(),
|
|
3055
3046
|
deletedUid: z.string().optional(),
|
|
3056
3047
|
githubUsername: z.nullable(z.string()).optional(),
|
|
@@ -3063,11 +3054,11 @@ export const OneHundredAndTwentyFour$outboundSchema = z.object({
|
|
|
3063
3054
|
newPlan: NewPlan$outboundSchema.optional(),
|
|
3064
3055
|
automated: z.boolean().optional(),
|
|
3065
3056
|
});
|
|
3066
|
-
export function
|
|
3067
|
-
return JSON.stringify(
|
|
3057
|
+
export function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree) {
|
|
3058
|
+
return JSON.stringify(OneHundredAndTwentyThree$outboundSchema.parse(oneHundredAndTwentyThree));
|
|
3068
3059
|
}
|
|
3069
|
-
export function
|
|
3070
|
-
return safeParse(jsonString, (x) =>
|
|
3060
|
+
export function oneHundredAndTwentyThreeFromJSON(jsonString) {
|
|
3061
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyThree' from JSON`);
|
|
3071
3062
|
}
|
|
3072
3063
|
/** @internal */
|
|
3073
3064
|
export const InvitedUser$inboundSchema = z.object({
|
|
@@ -3086,7 +3077,7 @@ export function invitedUserFromJSON(jsonString) {
|
|
|
3086
3077
|
return safeParse(jsonString, (x) => InvitedUser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'InvitedUser' from JSON`);
|
|
3087
3078
|
}
|
|
3088
3079
|
/** @internal */
|
|
3089
|
-
export const
|
|
3080
|
+
export const OneHundredAndTwentyTwo$inboundSchema = z.object({
|
|
3090
3081
|
directoryType: z.string().optional(),
|
|
3091
3082
|
ssoType: z.string().optional(),
|
|
3092
3083
|
invitedUser: z.lazy(() => InvitedUser$inboundSchema).optional(),
|
|
@@ -3096,7 +3087,7 @@ export const OneHundredAndTwentyThree$inboundSchema = z.object({
|
|
|
3096
3087
|
invitedUid: z.string().optional(),
|
|
3097
3088
|
});
|
|
3098
3089
|
/** @internal */
|
|
3099
|
-
export const
|
|
3090
|
+
export const OneHundredAndTwentyTwo$outboundSchema = z.object({
|
|
3100
3091
|
directoryType: z.string().optional(),
|
|
3101
3092
|
ssoType: z.string().optional(),
|
|
3102
3093
|
invitedUser: z.lazy(() => InvitedUser$outboundSchema).optional(),
|
|
@@ -3105,11 +3096,11 @@ export const OneHundredAndTwentyThree$outboundSchema = z.object({
|
|
|
3105
3096
|
entitlements: z.array(z.string()).optional(),
|
|
3106
3097
|
invitedUid: z.string().optional(),
|
|
3107
3098
|
});
|
|
3108
|
-
export function
|
|
3109
|
-
return JSON.stringify(
|
|
3099
|
+
export function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo) {
|
|
3100
|
+
return JSON.stringify(OneHundredAndTwentyTwo$outboundSchema.parse(oneHundredAndTwentyTwo));
|
|
3110
3101
|
}
|
|
3111
|
-
export function
|
|
3112
|
-
return safeParse(jsonString, (x) =>
|
|
3102
|
+
export function oneHundredAndTwentyTwoFromJSON(jsonString) {
|
|
3103
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyTwo' from JSON`);
|
|
3113
3104
|
}
|
|
3114
3105
|
/** @internal */
|
|
3115
3106
|
export const Reasons$inboundSchema = z.object({
|
|
@@ -3128,18 +3119,18 @@ export function reasonsFromJSON(jsonString) {
|
|
|
3128
3119
|
return safeParse(jsonString, (x) => Reasons$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Reasons' from JSON`);
|
|
3129
3120
|
}
|
|
3130
3121
|
/** @internal */
|
|
3131
|
-
export const
|
|
3122
|
+
export const UserEventPayload121Role$inboundSchema = z.nativeEnum(UserEventPayload121Role);
|
|
3132
3123
|
/** @internal */
|
|
3133
|
-
export const
|
|
3124
|
+
export const UserEventPayload121Role$outboundSchema = UserEventPayload121Role$inboundSchema;
|
|
3134
3125
|
/** @internal */
|
|
3135
3126
|
export const PayloadRemovedUsers$inboundSchema = z.object({
|
|
3136
|
-
role:
|
|
3127
|
+
role: UserEventPayload121Role$inboundSchema,
|
|
3137
3128
|
confirmed: z.boolean(),
|
|
3138
3129
|
confirmedAt: z.number().optional(),
|
|
3139
3130
|
});
|
|
3140
3131
|
/** @internal */
|
|
3141
3132
|
export const PayloadRemovedUsers$outboundSchema = z.object({
|
|
3142
|
-
role:
|
|
3133
|
+
role: UserEventPayload121Role$outboundSchema,
|
|
3143
3134
|
confirmed: z.boolean(),
|
|
3144
3135
|
confirmedAt: z.number().optional(),
|
|
3145
3136
|
});
|
|
@@ -3150,10 +3141,11 @@ export function payloadRemovedUsersFromJSON(jsonString) {
|
|
|
3150
3141
|
return safeParse(jsonString, (x) => PayloadRemovedUsers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadRemovedUsers' from JSON`);
|
|
3151
3142
|
}
|
|
3152
3143
|
/** @internal */
|
|
3153
|
-
export const
|
|
3144
|
+
export const OneHundredAndTwentyOne$inboundSchema = z.object({
|
|
3154
3145
|
slug: z.string(),
|
|
3155
3146
|
teamId: z.string(),
|
|
3156
3147
|
by: z.string(),
|
|
3148
|
+
byUid: z.string().optional(),
|
|
3157
3149
|
reasons: z.array(z.lazy(() => Reasons$inboundSchema)).optional(),
|
|
3158
3150
|
removedUsers: z.record(z.lazy(() => PayloadRemovedUsers$inboundSchema))
|
|
3159
3151
|
.optional(),
|
|
@@ -3161,35 +3153,36 @@ export const OneHundredAndTwentyTwo$inboundSchema = z.object({
|
|
|
3161
3153
|
timestamp: z.number().optional(),
|
|
3162
3154
|
});
|
|
3163
3155
|
/** @internal */
|
|
3164
|
-
export const
|
|
3156
|
+
export const OneHundredAndTwentyOne$outboundSchema = z.object({
|
|
3165
3157
|
slug: z.string(),
|
|
3166
3158
|
teamId: z.string(),
|
|
3167
3159
|
by: z.string(),
|
|
3160
|
+
byUid: z.string().optional(),
|
|
3168
3161
|
reasons: z.array(z.lazy(() => Reasons$outboundSchema)).optional(),
|
|
3169
3162
|
removedUsers: z.record(z.lazy(() => PayloadRemovedUsers$outboundSchema))
|
|
3170
3163
|
.optional(),
|
|
3171
3164
|
removedMemberCount: z.number().optional(),
|
|
3172
3165
|
timestamp: z.number().optional(),
|
|
3173
3166
|
});
|
|
3174
|
-
export function
|
|
3175
|
-
return JSON.stringify(
|
|
3167
|
+
export function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne) {
|
|
3168
|
+
return JSON.stringify(OneHundredAndTwentyOne$outboundSchema.parse(oneHundredAndTwentyOne));
|
|
3176
3169
|
}
|
|
3177
|
-
export function
|
|
3178
|
-
return safeParse(jsonString, (x) =>
|
|
3170
|
+
export function oneHundredAndTwentyOneFromJSON(jsonString) {
|
|
3171
|
+
return safeParse(jsonString, (x) => OneHundredAndTwentyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwentyOne' from JSON`);
|
|
3179
3172
|
}
|
|
3180
3173
|
/** @internal */
|
|
3181
|
-
export const
|
|
3174
|
+
export const OneHundredAndTwenty$inboundSchema = z.object({
|
|
3182
3175
|
slug: z.string(),
|
|
3183
3176
|
});
|
|
3184
3177
|
/** @internal */
|
|
3185
|
-
export const
|
|
3178
|
+
export const OneHundredAndTwenty$outboundSchema = z.object({
|
|
3186
3179
|
slug: z.string(),
|
|
3187
3180
|
});
|
|
3188
|
-
export function
|
|
3189
|
-
return JSON.stringify(
|
|
3181
|
+
export function oneHundredAndTwentyToJSON(oneHundredAndTwenty) {
|
|
3182
|
+
return JSON.stringify(OneHundredAndTwenty$outboundSchema.parse(oneHundredAndTwenty));
|
|
3190
3183
|
}
|
|
3191
|
-
export function
|
|
3192
|
-
return safeParse(jsonString, (x) =>
|
|
3184
|
+
export function oneHundredAndTwentyFromJSON(jsonString) {
|
|
3185
|
+
return safeParse(jsonString, (x) => OneHundredAndTwenty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwenty' from JSON`);
|
|
3193
3186
|
}
|
|
3194
3187
|
/** @internal */
|
|
3195
3188
|
export const Store$inboundSchema = z
|
|
@@ -3209,20 +3202,20 @@ export function storeFromJSON(jsonString) {
|
|
|
3209
3202
|
return safeParse(jsonString, (x) => Store$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Store' from JSON`);
|
|
3210
3203
|
}
|
|
3211
3204
|
/** @internal */
|
|
3212
|
-
export const
|
|
3205
|
+
export const OneHundredAndNineteen$inboundSchema = z.object({
|
|
3213
3206
|
store: z.lazy(() => Store$inboundSchema),
|
|
3214
3207
|
ownerId: z.string().optional(),
|
|
3215
3208
|
});
|
|
3216
3209
|
/** @internal */
|
|
3217
|
-
export const
|
|
3210
|
+
export const OneHundredAndNineteen$outboundSchema = z.object({
|
|
3218
3211
|
store: z.lazy(() => Store$outboundSchema),
|
|
3219
3212
|
ownerId: z.string().optional(),
|
|
3220
3213
|
});
|
|
3221
|
-
export function
|
|
3222
|
-
return JSON.stringify(
|
|
3214
|
+
export function oneHundredAndNineteenToJSON(oneHundredAndNineteen) {
|
|
3215
|
+
return JSON.stringify(OneHundredAndNineteen$outboundSchema.parse(oneHundredAndNineteen));
|
|
3223
3216
|
}
|
|
3224
|
-
export function
|
|
3225
|
-
return safeParse(jsonString, (x) =>
|
|
3217
|
+
export function oneHundredAndNineteenFromJSON(jsonString) {
|
|
3218
|
+
return safeParse(jsonString, (x) => OneHundredAndNineteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNineteen' from JSON`);
|
|
3226
3219
|
}
|
|
3227
3220
|
/** @internal */
|
|
3228
3221
|
export const StoreType$inboundSchema = z
|
|
@@ -3230,25 +3223,25 @@ export const StoreType$inboundSchema = z
|
|
|
3230
3223
|
/** @internal */
|
|
3231
3224
|
export const StoreType$outboundSchema = StoreType$inboundSchema;
|
|
3232
3225
|
/** @internal */
|
|
3233
|
-
export const
|
|
3226
|
+
export const OneHundredAndEighteen$inboundSchema = z.object({
|
|
3234
3227
|
storeType: StoreType$inboundSchema,
|
|
3235
3228
|
});
|
|
3236
3229
|
/** @internal */
|
|
3237
|
-
export const
|
|
3230
|
+
export const OneHundredAndEighteen$outboundSchema = z.object({
|
|
3238
3231
|
storeType: StoreType$outboundSchema,
|
|
3239
3232
|
});
|
|
3240
|
-
export function
|
|
3241
|
-
return JSON.stringify(
|
|
3233
|
+
export function oneHundredAndEighteenToJSON(oneHundredAndEighteen) {
|
|
3234
|
+
return JSON.stringify(OneHundredAndEighteen$outboundSchema.parse(oneHundredAndEighteen));
|
|
3242
3235
|
}
|
|
3243
|
-
export function
|
|
3244
|
-
return safeParse(jsonString, (x) =>
|
|
3236
|
+
export function oneHundredAndEighteenFromJSON(jsonString) {
|
|
3237
|
+
return safeParse(jsonString, (x) => OneHundredAndEighteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEighteen' from JSON`);
|
|
3245
3238
|
}
|
|
3246
3239
|
/** @internal */
|
|
3247
3240
|
export const UserEventPayloadType$inboundSchema = z.nativeEnum(UserEventPayloadType);
|
|
3248
3241
|
/** @internal */
|
|
3249
3242
|
export const UserEventPayloadType$outboundSchema = UserEventPayloadType$inboundSchema;
|
|
3250
3243
|
/** @internal */
|
|
3251
|
-
export const
|
|
3244
|
+
export const OneHundredAndSeventeen$inboundSchema = z.object({
|
|
3252
3245
|
id: z.string(),
|
|
3253
3246
|
name: z.string().optional(),
|
|
3254
3247
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3257,7 +3250,7 @@ export const OneHundredAndEighteen$inboundSchema = z.object({
|
|
|
3257
3250
|
type: UserEventPayloadType$inboundSchema,
|
|
3258
3251
|
});
|
|
3259
3252
|
/** @internal */
|
|
3260
|
-
export const
|
|
3253
|
+
export const OneHundredAndSeventeen$outboundSchema = z.object({
|
|
3261
3254
|
id: z.string(),
|
|
3262
3255
|
name: z.string().optional(),
|
|
3263
3256
|
computeUnitsMax: z.number().optional(),
|
|
@@ -3265,37 +3258,37 @@ export const OneHundredAndEighteen$outboundSchema = z.object({
|
|
|
3265
3258
|
suspendTimeoutSeconds: z.number().optional(),
|
|
3266
3259
|
type: UserEventPayloadType$outboundSchema,
|
|
3267
3260
|
});
|
|
3268
|
-
export function
|
|
3269
|
-
return JSON.stringify(
|
|
3261
|
+
export function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen) {
|
|
3262
|
+
return JSON.stringify(OneHundredAndSeventeen$outboundSchema.parse(oneHundredAndSeventeen));
|
|
3270
3263
|
}
|
|
3271
|
-
export function
|
|
3272
|
-
return safeParse(jsonString, (x) =>
|
|
3264
|
+
export function oneHundredAndSeventeenFromJSON(jsonString) {
|
|
3265
|
+
return safeParse(jsonString, (x) => OneHundredAndSeventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSeventeen' from JSON`);
|
|
3273
3266
|
}
|
|
3274
3267
|
/** @internal */
|
|
3275
|
-
export const
|
|
3268
|
+
export const OneHundredAndSixteen$inboundSchema = z.object({
|
|
3276
3269
|
webhookUrl: z.string().optional(),
|
|
3277
3270
|
});
|
|
3278
3271
|
/** @internal */
|
|
3279
|
-
export const
|
|
3272
|
+
export const OneHundredAndSixteen$outboundSchema = z.object({
|
|
3280
3273
|
webhookUrl: z.string().optional(),
|
|
3281
3274
|
});
|
|
3282
|
-
export function
|
|
3283
|
-
return JSON.stringify(
|
|
3275
|
+
export function oneHundredAndSixteenToJSON(oneHundredAndSixteen) {
|
|
3276
|
+
return JSON.stringify(OneHundredAndSixteen$outboundSchema.parse(oneHundredAndSixteen));
|
|
3284
3277
|
}
|
|
3285
|
-
export function
|
|
3286
|
-
return safeParse(jsonString, (x) =>
|
|
3278
|
+
export function oneHundredAndSixteenFromJSON(jsonString) {
|
|
3279
|
+
return safeParse(jsonString, (x) => OneHundredAndSixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndSixteen' from JSON`);
|
|
3287
3280
|
}
|
|
3288
3281
|
/** @internal */
|
|
3289
|
-
export const
|
|
3282
|
+
export const UserEventPayload115Type$inboundSchema = z.nativeEnum(UserEventPayload115Type);
|
|
3290
3283
|
/** @internal */
|
|
3291
|
-
export const
|
|
3284
|
+
export const UserEventPayload115Type$outboundSchema = UserEventPayload115Type$inboundSchema;
|
|
3292
3285
|
/** @internal */
|
|
3293
3286
|
export const PayloadPricingPlan$inboundSchema = z.nativeEnum(PayloadPricingPlan);
|
|
3294
3287
|
/** @internal */
|
|
3295
3288
|
export const PayloadPricingPlan$outboundSchema = PayloadPricingPlan$inboundSchema;
|
|
3296
3289
|
/** @internal */
|
|
3297
3290
|
export const UserEventPayloadBudget$inboundSchema = z.object({
|
|
3298
|
-
type:
|
|
3291
|
+
type: UserEventPayload115Type$inboundSchema,
|
|
3299
3292
|
fixedBudget: z.number(),
|
|
3300
3293
|
previousSpend: z.array(z.number()),
|
|
3301
3294
|
notifiedAt: z.array(z.number()),
|
|
@@ -3311,7 +3304,7 @@ export const UserEventPayloadBudget$inboundSchema = z.object({
|
|
|
3311
3304
|
});
|
|
3312
3305
|
/** @internal */
|
|
3313
3306
|
export const UserEventPayloadBudget$outboundSchema = z.object({
|
|
3314
|
-
type:
|
|
3307
|
+
type: UserEventPayload115Type$outboundSchema,
|
|
3315
3308
|
fixedBudget: z.number(),
|
|
3316
3309
|
previousSpend: z.array(z.number()),
|
|
3317
3310
|
notifiedAt: z.array(z.number()),
|
|
@@ -3332,25 +3325,25 @@ export function userEventPayloadBudgetFromJSON(jsonString) {
|
|
|
3332
3325
|
return safeParse(jsonString, (x) => UserEventPayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadBudget' from JSON`);
|
|
3333
3326
|
}
|
|
3334
3327
|
/** @internal */
|
|
3335
|
-
export const
|
|
3328
|
+
export const OneHundredAndFifteen$inboundSchema = z.object({
|
|
3336
3329
|
budget: z.lazy(() => UserEventPayloadBudget$inboundSchema),
|
|
3337
3330
|
webhookUrl: z.string().optional(),
|
|
3338
3331
|
});
|
|
3339
3332
|
/** @internal */
|
|
3340
|
-
export const
|
|
3333
|
+
export const OneHundredAndFifteen$outboundSchema = z.object({
|
|
3341
3334
|
budget: z.lazy(() => UserEventPayloadBudget$outboundSchema),
|
|
3342
3335
|
webhookUrl: z.string().optional(),
|
|
3343
3336
|
});
|
|
3344
|
-
export function
|
|
3345
|
-
return JSON.stringify(
|
|
3337
|
+
export function oneHundredAndFifteenToJSON(oneHundredAndFifteen) {
|
|
3338
|
+
return JSON.stringify(OneHundredAndFifteen$outboundSchema.parse(oneHundredAndFifteen));
|
|
3346
3339
|
}
|
|
3347
|
-
export function
|
|
3348
|
-
return safeParse(jsonString, (x) =>
|
|
3340
|
+
export function oneHundredAndFifteenFromJSON(jsonString) {
|
|
3341
|
+
return safeParse(jsonString, (x) => OneHundredAndFifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFifteen' from JSON`);
|
|
3349
3342
|
}
|
|
3350
3343
|
/** @internal */
|
|
3351
|
-
export const
|
|
3344
|
+
export const UserEventPayload114Type$inboundSchema = z.nativeEnum(UserEventPayload114Type);
|
|
3352
3345
|
/** @internal */
|
|
3353
|
-
export const
|
|
3346
|
+
export const UserEventPayload114Type$outboundSchema = UserEventPayload114Type$inboundSchema;
|
|
3354
3347
|
/** @internal */
|
|
3355
3348
|
export const PricingPlan$inboundSchema = z
|
|
3356
3349
|
.nativeEnum(PricingPlan);
|
|
@@ -3358,7 +3351,7 @@ export const PricingPlan$inboundSchema = z
|
|
|
3358
3351
|
export const PricingPlan$outboundSchema = PricingPlan$inboundSchema;
|
|
3359
3352
|
/** @internal */
|
|
3360
3353
|
export const PayloadBudget$inboundSchema = z.object({
|
|
3361
|
-
type:
|
|
3354
|
+
type: UserEventPayload114Type$inboundSchema,
|
|
3362
3355
|
fixedBudget: z.number(),
|
|
3363
3356
|
previousSpend: z.array(z.number()),
|
|
3364
3357
|
notifiedAt: z.array(z.number()),
|
|
@@ -3374,7 +3367,7 @@ export const PayloadBudget$inboundSchema = z.object({
|
|
|
3374
3367
|
});
|
|
3375
3368
|
/** @internal */
|
|
3376
3369
|
export const PayloadBudget$outboundSchema = z.object({
|
|
3377
|
-
type:
|
|
3370
|
+
type: UserEventPayload114Type$outboundSchema,
|
|
3378
3371
|
fixedBudget: z.number(),
|
|
3379
3372
|
previousSpend: z.array(z.number()),
|
|
3380
3373
|
notifiedAt: z.array(z.number()),
|
|
@@ -3395,30 +3388,30 @@ export function payloadBudgetFromJSON(jsonString) {
|
|
|
3395
3388
|
return safeParse(jsonString, (x) => PayloadBudget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadBudget' from JSON`);
|
|
3396
3389
|
}
|
|
3397
3390
|
/** @internal */
|
|
3398
|
-
export const
|
|
3391
|
+
export const OneHundredAndFourteen$inboundSchema = z.object({
|
|
3399
3392
|
budget: z.lazy(() => PayloadBudget$inboundSchema),
|
|
3400
3393
|
});
|
|
3401
3394
|
/** @internal */
|
|
3402
|
-
export const
|
|
3395
|
+
export const OneHundredAndFourteen$outboundSchema = z.object({
|
|
3403
3396
|
budget: z.lazy(() => PayloadBudget$outboundSchema),
|
|
3404
3397
|
});
|
|
3405
|
-
export function
|
|
3406
|
-
return JSON.stringify(
|
|
3398
|
+
export function oneHundredAndFourteenToJSON(oneHundredAndFourteen) {
|
|
3399
|
+
return JSON.stringify(OneHundredAndFourteen$outboundSchema.parse(oneHundredAndFourteen));
|
|
3407
3400
|
}
|
|
3408
|
-
export function
|
|
3409
|
-
return safeParse(jsonString, (x) =>
|
|
3401
|
+
export function oneHundredAndFourteenFromJSON(jsonString) {
|
|
3402
|
+
return safeParse(jsonString, (x) => OneHundredAndFourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndFourteen' from JSON`);
|
|
3410
3403
|
}
|
|
3411
3404
|
/** @internal */
|
|
3412
|
-
export const
|
|
3405
|
+
export const UserEventPayload113Type$inboundSchema = z.nativeEnum(UserEventPayload113Type);
|
|
3413
3406
|
/** @internal */
|
|
3414
|
-
export const
|
|
3407
|
+
export const UserEventPayload113Type$outboundSchema = UserEventPayload113Type$inboundSchema;
|
|
3415
3408
|
/** @internal */
|
|
3416
3409
|
export const UserEventPayloadPricingPlan$inboundSchema = z.nativeEnum(UserEventPayloadPricingPlan);
|
|
3417
3410
|
/** @internal */
|
|
3418
3411
|
export const UserEventPayloadPricingPlan$outboundSchema = UserEventPayloadPricingPlan$inboundSchema;
|
|
3419
3412
|
/** @internal */
|
|
3420
3413
|
export const BudgetItem$inboundSchema = z.object({
|
|
3421
|
-
type:
|
|
3414
|
+
type: UserEventPayload113Type$inboundSchema,
|
|
3422
3415
|
fixedBudget: z.number(),
|
|
3423
3416
|
previousSpend: z.array(z.number()),
|
|
3424
3417
|
notifiedAt: z.array(z.number()),
|
|
@@ -3434,7 +3427,7 @@ export const BudgetItem$inboundSchema = z.object({
|
|
|
3434
3427
|
});
|
|
3435
3428
|
/** @internal */
|
|
3436
3429
|
export const BudgetItem$outboundSchema = z.object({
|
|
3437
|
-
type:
|
|
3430
|
+
type: UserEventPayload113Type$outboundSchema,
|
|
3438
3431
|
fixedBudget: z.number(),
|
|
3439
3432
|
previousSpend: z.array(z.number()),
|
|
3440
3433
|
notifiedAt: z.array(z.number()),
|
|
@@ -3470,18 +3463,18 @@ export function budgetFromJSON(jsonString) {
|
|
|
3470
3463
|
return safeParse(jsonString, (x) => Budget$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Budget' from JSON`);
|
|
3471
3464
|
}
|
|
3472
3465
|
/** @internal */
|
|
3473
|
-
export const
|
|
3466
|
+
export const OneHundredAndThirteen$inboundSchema = z.object({
|
|
3474
3467
|
budget: z.lazy(() => Budget$inboundSchema),
|
|
3475
3468
|
});
|
|
3476
3469
|
/** @internal */
|
|
3477
|
-
export const
|
|
3470
|
+
export const OneHundredAndThirteen$outboundSchema = z.object({
|
|
3478
3471
|
budget: z.lazy(() => Budget$outboundSchema),
|
|
3479
3472
|
});
|
|
3480
|
-
export function
|
|
3481
|
-
return JSON.stringify(
|
|
3473
|
+
export function oneHundredAndThirteenToJSON(oneHundredAndThirteen) {
|
|
3474
|
+
return JSON.stringify(OneHundredAndThirteen$outboundSchema.parse(oneHundredAndThirteen));
|
|
3482
3475
|
}
|
|
3483
|
-
export function
|
|
3484
|
-
return safeParse(jsonString, (x) =>
|
|
3476
|
+
export function oneHundredAndThirteenFromJSON(jsonString) {
|
|
3477
|
+
return safeParse(jsonString, (x) => OneHundredAndThirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndThirteen' from JSON`);
|
|
3485
3478
|
}
|
|
3486
3479
|
/** @internal */
|
|
3487
3480
|
export const ScalingRules$inboundSchema = z.object({
|
|
@@ -3500,56 +3493,56 @@ export function scalingRulesFromJSON(jsonString) {
|
|
|
3500
3493
|
return safeParse(jsonString, (x) => ScalingRules$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ScalingRules' from JSON`);
|
|
3501
3494
|
}
|
|
3502
3495
|
/** @internal */
|
|
3503
|
-
export const
|
|
3496
|
+
export const OneHundredAndTwelve$inboundSchema = z.object({
|
|
3504
3497
|
scalingRules: z.record(z.lazy(() => ScalingRules$inboundSchema)),
|
|
3505
3498
|
min: z.number(),
|
|
3506
3499
|
max: z.number(),
|
|
3507
3500
|
url: z.string(),
|
|
3508
3501
|
});
|
|
3509
3502
|
/** @internal */
|
|
3510
|
-
export const
|
|
3503
|
+
export const OneHundredAndTwelve$outboundSchema = z.object({
|
|
3511
3504
|
scalingRules: z.record(z.lazy(() => ScalingRules$outboundSchema)),
|
|
3512
3505
|
min: z.number(),
|
|
3513
3506
|
max: z.number(),
|
|
3514
3507
|
url: z.string(),
|
|
3515
3508
|
});
|
|
3516
|
-
export function
|
|
3517
|
-
return JSON.stringify(
|
|
3509
|
+
export function oneHundredAndTwelveToJSON(oneHundredAndTwelve) {
|
|
3510
|
+
return JSON.stringify(OneHundredAndTwelve$outboundSchema.parse(oneHundredAndTwelve));
|
|
3518
3511
|
}
|
|
3519
|
-
export function
|
|
3520
|
-
return safeParse(jsonString, (x) =>
|
|
3512
|
+
export function oneHundredAndTwelveFromJSON(jsonString) {
|
|
3513
|
+
return safeParse(jsonString, (x) => OneHundredAndTwelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTwelve' from JSON`);
|
|
3521
3514
|
}
|
|
3522
3515
|
/** @internal */
|
|
3523
|
-
export const
|
|
3516
|
+
export const OneHundredAndEleven$inboundSchema = z.object({
|
|
3524
3517
|
bio: z.string(),
|
|
3525
3518
|
});
|
|
3526
3519
|
/** @internal */
|
|
3527
|
-
export const
|
|
3520
|
+
export const OneHundredAndEleven$outboundSchema = z.object({
|
|
3528
3521
|
bio: z.string(),
|
|
3529
3522
|
});
|
|
3530
|
-
export function
|
|
3531
|
-
return JSON.stringify(
|
|
3523
|
+
export function oneHundredAndElevenToJSON(oneHundredAndEleven) {
|
|
3524
|
+
return JSON.stringify(OneHundredAndEleven$outboundSchema.parse(oneHundredAndEleven));
|
|
3532
3525
|
}
|
|
3533
|
-
export function
|
|
3534
|
-
return safeParse(jsonString, (x) =>
|
|
3526
|
+
export function oneHundredAndElevenFromJSON(jsonString) {
|
|
3527
|
+
return safeParse(jsonString, (x) => OneHundredAndEleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEleven' from JSON`);
|
|
3535
3528
|
}
|
|
3536
3529
|
/** @internal */
|
|
3537
|
-
export const
|
|
3530
|
+
export const OneHundredAndTen$inboundSchema = z.object({
|
|
3538
3531
|
oldName: z.string(),
|
|
3539
3532
|
newName: z.string(),
|
|
3540
3533
|
uid: z.string().optional(),
|
|
3541
3534
|
});
|
|
3542
3535
|
/** @internal */
|
|
3543
|
-
export const
|
|
3536
|
+
export const OneHundredAndTen$outboundSchema = z.object({
|
|
3544
3537
|
oldName: z.string(),
|
|
3545
3538
|
newName: z.string(),
|
|
3546
3539
|
uid: z.string().optional(),
|
|
3547
3540
|
});
|
|
3548
|
-
export function
|
|
3549
|
-
return JSON.stringify(
|
|
3541
|
+
export function oneHundredAndTenToJSON(oneHundredAndTen) {
|
|
3542
|
+
return JSON.stringify(OneHundredAndTen$outboundSchema.parse(oneHundredAndTen));
|
|
3550
3543
|
}
|
|
3551
|
-
export function
|
|
3552
|
-
return safeParse(jsonString, (x) =>
|
|
3544
|
+
export function oneHundredAndTenFromJSON(jsonString) {
|
|
3545
|
+
return safeParse(jsonString, (x) => OneHundredAndTen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndTen' from JSON`);
|
|
3553
3546
|
}
|
|
3554
3547
|
/** @internal */
|
|
3555
3548
|
export const Name2$inboundSchema = z
|
|
@@ -3578,36 +3571,36 @@ export function nameFromJSON(jsonString) {
|
|
|
3578
3571
|
return safeParse(jsonString, (x) => Name$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Name' from JSON`);
|
|
3579
3572
|
}
|
|
3580
3573
|
/** @internal */
|
|
3581
|
-
export const
|
|
3574
|
+
export const OneHundredAndNine$inboundSchema = z.object({
|
|
3582
3575
|
uid: z.string(),
|
|
3583
3576
|
name: z.union([z.lazy(() => Name2$inboundSchema), z.string()]),
|
|
3584
3577
|
});
|
|
3585
3578
|
/** @internal */
|
|
3586
|
-
export const
|
|
3579
|
+
export const OneHundredAndNine$outboundSchema = z.object({
|
|
3587
3580
|
uid: z.string(),
|
|
3588
3581
|
name: z.union([z.lazy(() => Name2$outboundSchema), z.string()]),
|
|
3589
3582
|
});
|
|
3590
|
-
export function
|
|
3591
|
-
return JSON.stringify(
|
|
3583
|
+
export function oneHundredAndNineToJSON(oneHundredAndNine) {
|
|
3584
|
+
return JSON.stringify(OneHundredAndNine$outboundSchema.parse(oneHundredAndNine));
|
|
3592
3585
|
}
|
|
3593
|
-
export function
|
|
3594
|
-
return safeParse(jsonString, (x) =>
|
|
3586
|
+
export function oneHundredAndNineFromJSON(jsonString) {
|
|
3587
|
+
return safeParse(jsonString, (x) => OneHundredAndNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndNine' from JSON`);
|
|
3595
3588
|
}
|
|
3596
3589
|
/** @internal */
|
|
3597
|
-
export const
|
|
3590
|
+
export const UserEventPayload108Team$inboundSchema = z.object({
|
|
3598
3591
|
id: z.string(),
|
|
3599
3592
|
name: z.string().optional(),
|
|
3600
3593
|
});
|
|
3601
3594
|
/** @internal */
|
|
3602
|
-
export const
|
|
3595
|
+
export const UserEventPayload108Team$outboundSchema = z.object({
|
|
3603
3596
|
id: z.string(),
|
|
3604
3597
|
name: z.string().optional(),
|
|
3605
3598
|
});
|
|
3606
|
-
export function
|
|
3607
|
-
return JSON.stringify(
|
|
3599
|
+
export function userEventPayload108TeamToJSON(userEventPayload108Team) {
|
|
3600
|
+
return JSON.stringify(UserEventPayload108Team$outboundSchema.parse(userEventPayload108Team));
|
|
3608
3601
|
}
|
|
3609
|
-
export function
|
|
3610
|
-
return safeParse(jsonString, (x) =>
|
|
3602
|
+
export function userEventPayload108TeamFromJSON(jsonString) {
|
|
3603
|
+
return safeParse(jsonString, (x) => UserEventPayload108Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload108Team' from JSON`);
|
|
3611
3604
|
}
|
|
3612
3605
|
/** @internal */
|
|
3613
3606
|
export const PayloadPreviousRule$inboundSchema = z.object({
|
|
@@ -3624,36 +3617,36 @@ export function payloadPreviousRuleFromJSON(jsonString) {
|
|
|
3624
3617
|
return safeParse(jsonString, (x) => PayloadPreviousRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadPreviousRule' from JSON`);
|
|
3625
3618
|
}
|
|
3626
3619
|
/** @internal */
|
|
3627
|
-
export const
|
|
3628
|
-
team: z.lazy(() =>
|
|
3620
|
+
export const OneHundredAndEight$inboundSchema = z.object({
|
|
3621
|
+
team: z.lazy(() => UserEventPayload108Team$inboundSchema),
|
|
3629
3622
|
previousRule: z.lazy(() => PayloadPreviousRule$inboundSchema),
|
|
3630
3623
|
});
|
|
3631
3624
|
/** @internal */
|
|
3632
|
-
export const
|
|
3633
|
-
team: z.lazy(() =>
|
|
3625
|
+
export const OneHundredAndEight$outboundSchema = z.object({
|
|
3626
|
+
team: z.lazy(() => UserEventPayload108Team$outboundSchema),
|
|
3634
3627
|
previousRule: z.lazy(() => PayloadPreviousRule$outboundSchema),
|
|
3635
3628
|
});
|
|
3636
|
-
export function
|
|
3637
|
-
return JSON.stringify(
|
|
3629
|
+
export function oneHundredAndEightToJSON(oneHundredAndEight) {
|
|
3630
|
+
return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
|
|
3638
3631
|
}
|
|
3639
|
-
export function
|
|
3640
|
-
return safeParse(jsonString, (x) =>
|
|
3632
|
+
export function oneHundredAndEightFromJSON(jsonString) {
|
|
3633
|
+
return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
|
|
3641
3634
|
}
|
|
3642
3635
|
/** @internal */
|
|
3643
|
-
export const
|
|
3636
|
+
export const UserEventPayload107Team$inboundSchema = z.object({
|
|
3644
3637
|
id: z.string(),
|
|
3645
3638
|
name: z.string().optional(),
|
|
3646
3639
|
});
|
|
3647
3640
|
/** @internal */
|
|
3648
|
-
export const
|
|
3641
|
+
export const UserEventPayload107Team$outboundSchema = z.object({
|
|
3649
3642
|
id: z.string(),
|
|
3650
3643
|
name: z.string().optional(),
|
|
3651
3644
|
});
|
|
3652
|
-
export function
|
|
3653
|
-
return JSON.stringify(
|
|
3645
|
+
export function userEventPayload107TeamToJSON(userEventPayload107Team) {
|
|
3646
|
+
return JSON.stringify(UserEventPayload107Team$outboundSchema.parse(userEventPayload107Team));
|
|
3654
3647
|
}
|
|
3655
|
-
export function
|
|
3656
|
-
return safeParse(jsonString, (x) =>
|
|
3648
|
+
export function userEventPayload107TeamFromJSON(jsonString) {
|
|
3649
|
+
return safeParse(jsonString, (x) => UserEventPayload107Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload107Team' from JSON`);
|
|
3657
3650
|
}
|
|
3658
3651
|
/** @internal */
|
|
3659
3652
|
export const PreviousRule$inboundSchema = z.object({
|
|
@@ -3684,31 +3677,17 @@ export function nextRuleFromJSON(jsonString) {
|
|
|
3684
3677
|
return safeParse(jsonString, (x) => NextRule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NextRule' from JSON`);
|
|
3685
3678
|
}
|
|
3686
3679
|
/** @internal */
|
|
3687
|
-
export const
|
|
3688
|
-
team: z.lazy(() =>
|
|
3680
|
+
export const OneHundredAndSeven$inboundSchema = z.object({
|
|
3681
|
+
team: z.lazy(() => UserEventPayload107Team$inboundSchema),
|
|
3689
3682
|
previousRule: z.lazy(() => PreviousRule$inboundSchema).optional(),
|
|
3690
3683
|
nextRule: z.lazy(() => NextRule$inboundSchema).optional(),
|
|
3691
3684
|
});
|
|
3692
3685
|
/** @internal */
|
|
3693
|
-
export const
|
|
3694
|
-
team: z.lazy(() =>
|
|
3686
|
+
export const OneHundredAndSeven$outboundSchema = z.object({
|
|
3687
|
+
team: z.lazy(() => UserEventPayload107Team$outboundSchema),
|
|
3695
3688
|
previousRule: z.lazy(() => PreviousRule$outboundSchema).optional(),
|
|
3696
3689
|
nextRule: z.lazy(() => NextRule$outboundSchema).optional(),
|
|
3697
3690
|
});
|
|
3698
|
-
export function oneHundredAndEightToJSON(oneHundredAndEight) {
|
|
3699
|
-
return JSON.stringify(OneHundredAndEight$outboundSchema.parse(oneHundredAndEight));
|
|
3700
|
-
}
|
|
3701
|
-
export function oneHundredAndEightFromJSON(jsonString) {
|
|
3702
|
-
return safeParse(jsonString, (x) => OneHundredAndEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundredAndEight' from JSON`);
|
|
3703
|
-
}
|
|
3704
|
-
/** @internal */
|
|
3705
|
-
export const OneHundredAndSeven$inboundSchema = z.object({
|
|
3706
|
-
email: z.string(),
|
|
3707
|
-
});
|
|
3708
|
-
/** @internal */
|
|
3709
|
-
export const OneHundredAndSeven$outboundSchema = z.object({
|
|
3710
|
-
email: z.string(),
|
|
3711
|
-
});
|
|
3712
3691
|
export function oneHundredAndSevenToJSON(oneHundredAndSeven) {
|
|
3713
3692
|
return JSON.stringify(OneHundredAndSeven$outboundSchema.parse(oneHundredAndSeven));
|
|
3714
3693
|
}
|
|
@@ -3718,12 +3697,10 @@ export function oneHundredAndSevenFromJSON(jsonString) {
|
|
|
3718
3697
|
/** @internal */
|
|
3719
3698
|
export const OneHundredAndSix$inboundSchema = z.object({
|
|
3720
3699
|
email: z.string(),
|
|
3721
|
-
verified: z.boolean(),
|
|
3722
3700
|
});
|
|
3723
3701
|
/** @internal */
|
|
3724
3702
|
export const OneHundredAndSix$outboundSchema = z.object({
|
|
3725
3703
|
email: z.string(),
|
|
3726
|
-
verified: z.boolean(),
|
|
3727
3704
|
});
|
|
3728
3705
|
export function oneHundredAndSixToJSON(oneHundredAndSix) {
|
|
3729
3706
|
return JSON.stringify(OneHundredAndSix$outboundSchema.parse(oneHundredAndSix));
|
|
@@ -3733,13 +3710,13 @@ export function oneHundredAndSixFromJSON(jsonString) {
|
|
|
3733
3710
|
}
|
|
3734
3711
|
/** @internal */
|
|
3735
3712
|
export const OneHundredAndFive$inboundSchema = z.object({
|
|
3736
|
-
|
|
3737
|
-
|
|
3713
|
+
email: z.string(),
|
|
3714
|
+
verified: z.boolean(),
|
|
3738
3715
|
});
|
|
3739
3716
|
/** @internal */
|
|
3740
3717
|
export const OneHundredAndFive$outboundSchema = z.object({
|
|
3741
|
-
|
|
3742
|
-
|
|
3718
|
+
email: z.string(),
|
|
3719
|
+
verified: z.boolean(),
|
|
3743
3720
|
});
|
|
3744
3721
|
export function oneHundredAndFiveToJSON(oneHundredAndFive) {
|
|
3745
3722
|
return JSON.stringify(OneHundredAndFive$outboundSchema.parse(oneHundredAndFive));
|
|
@@ -3749,15 +3726,13 @@ export function oneHundredAndFiveFromJSON(jsonString) {
|
|
|
3749
3726
|
}
|
|
3750
3727
|
/** @internal */
|
|
3751
3728
|
export const OneHundredAndFour$inboundSchema = z.object({
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
gitScope: z.string(),
|
|
3729
|
+
instances: z.number(),
|
|
3730
|
+
url: z.string(),
|
|
3755
3731
|
});
|
|
3756
3732
|
/** @internal */
|
|
3757
3733
|
export const OneHundredAndFour$outboundSchema = z.object({
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
gitScope: z.string(),
|
|
3734
|
+
instances: z.number(),
|
|
3735
|
+
url: z.string(),
|
|
3761
3736
|
});
|
|
3762
3737
|
export function oneHundredAndFourToJSON(oneHundredAndFour) {
|
|
3763
3738
|
return JSON.stringify(OneHundredAndFour$outboundSchema.parse(oneHundredAndFour));
|
|
@@ -3767,17 +3742,15 @@ export function oneHundredAndFourFromJSON(jsonString) {
|
|
|
3767
3742
|
}
|
|
3768
3743
|
/** @internal */
|
|
3769
3744
|
export const OneHundredAndThree$inboundSchema = z.object({
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
newTargetPercentage: z.number().optional(),
|
|
3745
|
+
gitProvider: z.string(),
|
|
3746
|
+
gitProviderGroupDescriptor: z.string(),
|
|
3747
|
+
gitScope: z.string(),
|
|
3774
3748
|
});
|
|
3775
3749
|
/** @internal */
|
|
3776
3750
|
export const OneHundredAndThree$outboundSchema = z.object({
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
newTargetPercentage: z.number().optional(),
|
|
3751
|
+
gitProvider: z.string(),
|
|
3752
|
+
gitProviderGroupDescriptor: z.string(),
|
|
3753
|
+
gitScope: z.string(),
|
|
3781
3754
|
});
|
|
3782
3755
|
export function oneHundredAndThreeToJSON(oneHundredAndThree) {
|
|
3783
3756
|
return JSON.stringify(OneHundredAndThree$outboundSchema.parse(oneHundredAndThree));
|
|
@@ -3790,12 +3763,14 @@ export const OneHundredAndTwo$inboundSchema = z.object({
|
|
|
3790
3763
|
projectId: z.string(),
|
|
3791
3764
|
projectName: z.string(),
|
|
3792
3765
|
targetDeploymentId: z.string().optional(),
|
|
3766
|
+
newTargetPercentage: z.number().optional(),
|
|
3793
3767
|
});
|
|
3794
3768
|
/** @internal */
|
|
3795
3769
|
export const OneHundredAndTwo$outboundSchema = z.object({
|
|
3796
3770
|
projectId: z.string(),
|
|
3797
3771
|
projectName: z.string(),
|
|
3798
3772
|
targetDeploymentId: z.string().optional(),
|
|
3773
|
+
newTargetPercentage: z.number().optional(),
|
|
3799
3774
|
});
|
|
3800
3775
|
export function oneHundredAndTwoToJSON(oneHundredAndTwo) {
|
|
3801
3776
|
return JSON.stringify(OneHundredAndTwo$outboundSchema.parse(oneHundredAndTwo));
|
|
@@ -3807,15 +3782,13 @@ export function oneHundredAndTwoFromJSON(jsonString) {
|
|
|
3807
3782
|
export const OneHundredAndOne$inboundSchema = z.object({
|
|
3808
3783
|
projectId: z.string(),
|
|
3809
3784
|
projectName: z.string(),
|
|
3810
|
-
|
|
3811
|
-
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3785
|
+
targetDeploymentId: z.string().optional(),
|
|
3812
3786
|
});
|
|
3813
3787
|
/** @internal */
|
|
3814
3788
|
export const OneHundredAndOne$outboundSchema = z.object({
|
|
3815
3789
|
projectId: z.string(),
|
|
3816
3790
|
projectName: z.string(),
|
|
3817
|
-
|
|
3818
|
-
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3791
|
+
targetDeploymentId: z.string().optional(),
|
|
3819
3792
|
});
|
|
3820
3793
|
export function oneHundredAndOneToJSON(oneHundredAndOne) {
|
|
3821
3794
|
return JSON.stringify(OneHundredAndOne$outboundSchema.parse(oneHundredAndOne));
|
|
@@ -3827,15 +3800,15 @@ export function oneHundredAndOneFromJSON(jsonString) {
|
|
|
3827
3800
|
export const OneHundred$inboundSchema = z.object({
|
|
3828
3801
|
projectId: z.string(),
|
|
3829
3802
|
projectName: z.string(),
|
|
3830
|
-
|
|
3831
|
-
|
|
3803
|
+
elasticConcurrencyEnabled: z.boolean(),
|
|
3804
|
+
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3832
3805
|
});
|
|
3833
3806
|
/** @internal */
|
|
3834
3807
|
export const OneHundred$outboundSchema = z.object({
|
|
3835
3808
|
projectId: z.string(),
|
|
3836
3809
|
projectName: z.string(),
|
|
3837
|
-
|
|
3838
|
-
|
|
3810
|
+
elasticConcurrencyEnabled: z.boolean(),
|
|
3811
|
+
oldElasticConcurrencyEnabled: z.boolean(),
|
|
3839
3812
|
});
|
|
3840
3813
|
export function oneHundredToJSON(oneHundred) {
|
|
3841
3814
|
return JSON.stringify(OneHundred$outboundSchema.parse(oneHundred));
|
|
@@ -3844,6 +3817,26 @@ export function oneHundredFromJSON(jsonString) {
|
|
|
3844
3817
|
return safeParse(jsonString, (x) => OneHundred$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OneHundred' from JSON`);
|
|
3845
3818
|
}
|
|
3846
3819
|
/** @internal */
|
|
3820
|
+
export const NinetyNine$inboundSchema = z.object({
|
|
3821
|
+
projectId: z.string(),
|
|
3822
|
+
projectName: z.string(),
|
|
3823
|
+
buildMachineType: z.string().optional(),
|
|
3824
|
+
oldBuildMachineType: z.string().optional(),
|
|
3825
|
+
});
|
|
3826
|
+
/** @internal */
|
|
3827
|
+
export const NinetyNine$outboundSchema = z.object({
|
|
3828
|
+
projectId: z.string(),
|
|
3829
|
+
projectName: z.string(),
|
|
3830
|
+
buildMachineType: z.string().optional(),
|
|
3831
|
+
oldBuildMachineType: z.string().optional(),
|
|
3832
|
+
});
|
|
3833
|
+
export function ninetyNineToJSON(ninetyNine) {
|
|
3834
|
+
return JSON.stringify(NinetyNine$outboundSchema.parse(ninetyNine));
|
|
3835
|
+
}
|
|
3836
|
+
export function ninetyNineFromJSON(jsonString) {
|
|
3837
|
+
return safeParse(jsonString, (x) => NinetyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyNine' from JSON`);
|
|
3838
|
+
}
|
|
3839
|
+
/** @internal */
|
|
3847
3840
|
export const StaticIps$inboundSchema = z.object({
|
|
3848
3841
|
builds: z.boolean().optional(),
|
|
3849
3842
|
enabled: z.boolean(),
|
|
@@ -3862,29 +3855,29 @@ export function staticIpsFromJSON(jsonString) {
|
|
|
3862
3855
|
return safeParse(jsonString, (x) => StaticIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'StaticIps' from JSON`);
|
|
3863
3856
|
}
|
|
3864
3857
|
/** @internal */
|
|
3865
|
-
export const
|
|
3858
|
+
export const UserEventPayload98Project$inboundSchema = z.object({
|
|
3866
3859
|
id: z.string(),
|
|
3867
3860
|
staticIps: z.lazy(() => StaticIps$inboundSchema),
|
|
3868
3861
|
});
|
|
3869
3862
|
/** @internal */
|
|
3870
|
-
export const
|
|
3863
|
+
export const UserEventPayload98Project$outboundSchema = z.object({
|
|
3871
3864
|
id: z.string(),
|
|
3872
3865
|
staticIps: z.lazy(() => StaticIps$outboundSchema),
|
|
3873
3866
|
});
|
|
3874
|
-
export function
|
|
3875
|
-
return JSON.stringify(
|
|
3867
|
+
export function userEventPayload98ProjectToJSON(userEventPayload98Project) {
|
|
3868
|
+
return JSON.stringify(UserEventPayload98Project$outboundSchema.parse(userEventPayload98Project));
|
|
3876
3869
|
}
|
|
3877
|
-
export function
|
|
3878
|
-
return safeParse(jsonString, (x) =>
|
|
3870
|
+
export function userEventPayload98ProjectFromJSON(jsonString) {
|
|
3871
|
+
return safeParse(jsonString, (x) => UserEventPayload98Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload98Project' from JSON`);
|
|
3879
3872
|
}
|
|
3880
3873
|
/** @internal */
|
|
3881
3874
|
export const Next$inboundSchema = z
|
|
3882
3875
|
.object({
|
|
3883
|
-
project: z.lazy(() =>
|
|
3876
|
+
project: z.lazy(() => UserEventPayload98Project$inboundSchema),
|
|
3884
3877
|
});
|
|
3885
3878
|
/** @internal */
|
|
3886
3879
|
export const Next$outboundSchema = z.object({
|
|
3887
|
-
project: z.lazy(() =>
|
|
3880
|
+
project: z.lazy(() => UserEventPayload98Project$outboundSchema),
|
|
3888
3881
|
});
|
|
3889
3882
|
export function nextToJSON(next) {
|
|
3890
3883
|
return JSON.stringify(Next$outboundSchema.parse(next));
|
|
@@ -3911,28 +3904,28 @@ export function payloadStaticIpsFromJSON(jsonString) {
|
|
|
3911
3904
|
return safeParse(jsonString, (x) => PayloadStaticIps$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadStaticIps' from JSON`);
|
|
3912
3905
|
}
|
|
3913
3906
|
/** @internal */
|
|
3914
|
-
export const
|
|
3907
|
+
export const UserEventPayload98PreviousProject$inboundSchema = z.object({
|
|
3915
3908
|
id: z.string(),
|
|
3916
3909
|
staticIps: z.lazy(() => PayloadStaticIps$inboundSchema),
|
|
3917
3910
|
});
|
|
3918
3911
|
/** @internal */
|
|
3919
|
-
export const
|
|
3912
|
+
export const UserEventPayload98PreviousProject$outboundSchema = z.object({
|
|
3920
3913
|
id: z.string(),
|
|
3921
3914
|
staticIps: z.lazy(() => PayloadStaticIps$outboundSchema),
|
|
3922
3915
|
});
|
|
3923
|
-
export function
|
|
3924
|
-
return JSON.stringify(
|
|
3916
|
+
export function userEventPayload98PreviousProjectToJSON(userEventPayload98PreviousProject) {
|
|
3917
|
+
return JSON.stringify(UserEventPayload98PreviousProject$outboundSchema.parse(userEventPayload98PreviousProject));
|
|
3925
3918
|
}
|
|
3926
|
-
export function
|
|
3927
|
-
return safeParse(jsonString, (x) =>
|
|
3919
|
+
export function userEventPayload98PreviousProjectFromJSON(jsonString) {
|
|
3920
|
+
return safeParse(jsonString, (x) => UserEventPayload98PreviousProject$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload98PreviousProject' from JSON`);
|
|
3928
3921
|
}
|
|
3929
3922
|
/** @internal */
|
|
3930
3923
|
export const Previous$inboundSchema = z.object({
|
|
3931
|
-
project: z.lazy(() =>
|
|
3924
|
+
project: z.lazy(() => UserEventPayload98PreviousProject$inboundSchema),
|
|
3932
3925
|
});
|
|
3933
3926
|
/** @internal */
|
|
3934
3927
|
export const Previous$outboundSchema = z.object({
|
|
3935
|
-
project: z.lazy(() =>
|
|
3928
|
+
project: z.lazy(() => UserEventPayload98PreviousProject$outboundSchema),
|
|
3936
3929
|
});
|
|
3937
3930
|
export function previousToJSON(previous) {
|
|
3938
3931
|
return JSON.stringify(Previous$outboundSchema.parse(previous));
|
|
@@ -3941,56 +3934,56 @@ export function previousFromJSON(jsonString) {
|
|
|
3941
3934
|
return safeParse(jsonString, (x) => Previous$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Previous' from JSON`);
|
|
3942
3935
|
}
|
|
3943
3936
|
/** @internal */
|
|
3944
|
-
export const
|
|
3937
|
+
export const NinetyEight$inboundSchema = z.object({
|
|
3945
3938
|
next: z.lazy(() => Next$inboundSchema),
|
|
3946
3939
|
previous: z.lazy(() => Previous$inboundSchema),
|
|
3947
3940
|
});
|
|
3948
3941
|
/** @internal */
|
|
3949
|
-
export const
|
|
3942
|
+
export const NinetyEight$outboundSchema = z.object({
|
|
3950
3943
|
next: z.lazy(() => Next$outboundSchema),
|
|
3951
3944
|
previous: z.lazy(() => Previous$outboundSchema),
|
|
3952
3945
|
});
|
|
3953
|
-
export function
|
|
3954
|
-
return JSON.stringify(
|
|
3946
|
+
export function ninetyEightToJSON(ninetyEight) {
|
|
3947
|
+
return JSON.stringify(NinetyEight$outboundSchema.parse(ninetyEight));
|
|
3955
3948
|
}
|
|
3956
|
-
export function
|
|
3957
|
-
return safeParse(jsonString, (x) =>
|
|
3949
|
+
export function ninetyEightFromJSON(jsonString) {
|
|
3950
|
+
return safeParse(jsonString, (x) => NinetyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyEight' from JSON`);
|
|
3958
3951
|
}
|
|
3959
3952
|
/** @internal */
|
|
3960
|
-
export const
|
|
3953
|
+
export const NinetySeven$inboundSchema = z.object({
|
|
3961
3954
|
source: z.string(),
|
|
3962
3955
|
projectId: z.string(),
|
|
3963
3956
|
});
|
|
3964
3957
|
/** @internal */
|
|
3965
|
-
export const
|
|
3958
|
+
export const NinetySeven$outboundSchema = z.object({
|
|
3966
3959
|
source: z.string(),
|
|
3967
3960
|
projectId: z.string(),
|
|
3968
3961
|
});
|
|
3969
|
-
export function
|
|
3970
|
-
return JSON.stringify(
|
|
3962
|
+
export function ninetySevenToJSON(ninetySeven) {
|
|
3963
|
+
return JSON.stringify(NinetySeven$outboundSchema.parse(ninetySeven));
|
|
3971
3964
|
}
|
|
3972
|
-
export function
|
|
3973
|
-
return safeParse(jsonString, (x) =>
|
|
3965
|
+
export function ninetySevenFromJSON(jsonString) {
|
|
3966
|
+
return safeParse(jsonString, (x) => NinetySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySeven' from JSON`);
|
|
3974
3967
|
}
|
|
3975
3968
|
/** @internal */
|
|
3976
3969
|
export const PayloadReasonCode$inboundSchema = z.nativeEnum(PayloadReasonCode);
|
|
3977
3970
|
/** @internal */
|
|
3978
3971
|
export const PayloadReasonCode$outboundSchema = PayloadReasonCode$inboundSchema;
|
|
3979
3972
|
/** @internal */
|
|
3980
|
-
export const
|
|
3973
|
+
export const NinetySix$inboundSchema = z.object({
|
|
3981
3974
|
projectId: z.string(),
|
|
3982
3975
|
reasonCode: PayloadReasonCode$inboundSchema.optional(),
|
|
3983
3976
|
});
|
|
3984
3977
|
/** @internal */
|
|
3985
|
-
export const
|
|
3978
|
+
export const NinetySix$outboundSchema = z.object({
|
|
3986
3979
|
projectId: z.string(),
|
|
3987
3980
|
reasonCode: PayloadReasonCode$outboundSchema.optional(),
|
|
3988
3981
|
});
|
|
3989
|
-
export function
|
|
3990
|
-
return JSON.stringify(
|
|
3982
|
+
export function ninetySixToJSON(ninetySix) {
|
|
3983
|
+
return JSON.stringify(NinetySix$outboundSchema.parse(ninetySix));
|
|
3991
3984
|
}
|
|
3992
|
-
export function
|
|
3993
|
-
return safeParse(jsonString, (x) =>
|
|
3985
|
+
export function ninetySixFromJSON(jsonString) {
|
|
3986
|
+
return safeParse(jsonString, (x) => NinetySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetySix' from JSON`);
|
|
3994
3987
|
}
|
|
3995
3988
|
/** @internal */
|
|
3996
3989
|
export const ReasonCode$inboundSchema = z
|
|
@@ -3998,36 +3991,36 @@ export const ReasonCode$inboundSchema = z
|
|
|
3998
3991
|
/** @internal */
|
|
3999
3992
|
export const ReasonCode$outboundSchema = ReasonCode$inboundSchema;
|
|
4000
3993
|
/** @internal */
|
|
4001
|
-
export const
|
|
3994
|
+
export const NinetyFive$inboundSchema = z.object({
|
|
4002
3995
|
projectId: z.string(),
|
|
4003
3996
|
reasonCode: ReasonCode$inboundSchema.optional(),
|
|
4004
3997
|
});
|
|
4005
3998
|
/** @internal */
|
|
4006
|
-
export const
|
|
3999
|
+
export const NinetyFive$outboundSchema = z.object({
|
|
4007
4000
|
projectId: z.string(),
|
|
4008
4001
|
reasonCode: ReasonCode$outboundSchema.optional(),
|
|
4009
4002
|
});
|
|
4010
|
-
export function
|
|
4011
|
-
return JSON.stringify(
|
|
4003
|
+
export function ninetyFiveToJSON(ninetyFive) {
|
|
4004
|
+
return JSON.stringify(NinetyFive$outboundSchema.parse(ninetyFive));
|
|
4012
4005
|
}
|
|
4013
|
-
export function
|
|
4014
|
-
return safeParse(jsonString, (x) =>
|
|
4006
|
+
export function ninetyFiveFromJSON(jsonString) {
|
|
4007
|
+
return safeParse(jsonString, (x) => NinetyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFive' from JSON`);
|
|
4015
4008
|
}
|
|
4016
4009
|
/** @internal */
|
|
4017
|
-
export const
|
|
4010
|
+
export const UserEventPayload94Team$inboundSchema = z.object({
|
|
4018
4011
|
id: z.string(),
|
|
4019
4012
|
name: z.string(),
|
|
4020
4013
|
});
|
|
4021
4014
|
/** @internal */
|
|
4022
|
-
export const
|
|
4015
|
+
export const UserEventPayload94Team$outboundSchema = z.object({
|
|
4023
4016
|
id: z.string(),
|
|
4024
4017
|
name: z.string(),
|
|
4025
4018
|
});
|
|
4026
|
-
export function
|
|
4027
|
-
return JSON.stringify(
|
|
4019
|
+
export function userEventPayload94TeamToJSON(userEventPayload94Team) {
|
|
4020
|
+
return JSON.stringify(UserEventPayload94Team$outboundSchema.parse(userEventPayload94Team));
|
|
4028
4021
|
}
|
|
4029
|
-
export function
|
|
4030
|
-
return safeParse(jsonString, (x) =>
|
|
4022
|
+
export function userEventPayload94TeamFromJSON(jsonString) {
|
|
4023
|
+
return safeParse(jsonString, (x) => UserEventPayload94Team$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload94Team' from JSON`);
|
|
4031
4024
|
}
|
|
4032
4025
|
/** @internal */
|
|
4033
4026
|
export const EnvId2$inboundSchema = z
|
|
@@ -4150,76 +4143,80 @@ export function newConnectConfigurationsFromJSON(jsonString) {
|
|
|
4150
4143
|
return safeParse(jsonString, (x) => NewConnectConfigurations$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NewConnectConfigurations' from JSON`);
|
|
4151
4144
|
}
|
|
4152
4145
|
/** @internal */
|
|
4153
|
-
export const
|
|
4146
|
+
export const UserEventPayload94Project$inboundSchema = z.object({
|
|
4154
4147
|
id: z.string(),
|
|
4155
4148
|
name: z.string().optional(),
|
|
4156
4149
|
oldConnectConfigurations: z.nullable(z.array(z.lazy(() => OldConnectConfigurations$inboundSchema))),
|
|
4157
4150
|
newConnectConfigurations: z.nullable(z.array(z.lazy(() => NewConnectConfigurations$inboundSchema))),
|
|
4158
4151
|
});
|
|
4159
4152
|
/** @internal */
|
|
4160
|
-
export const
|
|
4153
|
+
export const UserEventPayload94Project$outboundSchema = z.object({
|
|
4161
4154
|
id: z.string(),
|
|
4162
4155
|
name: z.string().optional(),
|
|
4163
4156
|
oldConnectConfigurations: z.nullable(z.array(z.lazy(() => OldConnectConfigurations$outboundSchema))),
|
|
4164
4157
|
newConnectConfigurations: z.nullable(z.array(z.lazy(() => NewConnectConfigurations$outboundSchema))),
|
|
4165
4158
|
});
|
|
4166
|
-
export function
|
|
4167
|
-
return JSON.stringify(
|
|
4159
|
+
export function userEventPayload94ProjectToJSON(userEventPayload94Project) {
|
|
4160
|
+
return JSON.stringify(UserEventPayload94Project$outboundSchema.parse(userEventPayload94Project));
|
|
4168
4161
|
}
|
|
4169
|
-
export function
|
|
4170
|
-
return safeParse(jsonString, (x) =>
|
|
4162
|
+
export function userEventPayload94ProjectFromJSON(jsonString) {
|
|
4163
|
+
return safeParse(jsonString, (x) => UserEventPayload94Project$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayload94Project' from JSON`);
|
|
4171
4164
|
}
|
|
4172
4165
|
/** @internal */
|
|
4173
|
-
export const
|
|
4174
|
-
team: z.lazy(() =>
|
|
4175
|
-
project: z.lazy(() =>
|
|
4166
|
+
export const NinetyFour$inboundSchema = z.object({
|
|
4167
|
+
team: z.lazy(() => UserEventPayload94Team$inboundSchema),
|
|
4168
|
+
project: z.lazy(() => UserEventPayload94Project$inboundSchema),
|
|
4176
4169
|
});
|
|
4177
4170
|
/** @internal */
|
|
4178
|
-
export const
|
|
4179
|
-
team: z.lazy(() =>
|
|
4180
|
-
project: z.lazy(() =>
|
|
4171
|
+
export const NinetyFour$outboundSchema = z.object({
|
|
4172
|
+
team: z.lazy(() => UserEventPayload94Team$outboundSchema),
|
|
4173
|
+
project: z.lazy(() => UserEventPayload94Project$outboundSchema),
|
|
4181
4174
|
});
|
|
4182
|
-
export function
|
|
4183
|
-
return JSON.stringify(
|
|
4175
|
+
export function ninetyFourToJSON(ninetyFour) {
|
|
4176
|
+
return JSON.stringify(NinetyFour$outboundSchema.parse(ninetyFour));
|
|
4184
4177
|
}
|
|
4185
|
-
export function
|
|
4186
|
-
return safeParse(jsonString, (x) =>
|
|
4178
|
+
export function ninetyFourFromJSON(jsonString) {
|
|
4179
|
+
return safeParse(jsonString, (x) => NinetyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyFour' from JSON`);
|
|
4187
4180
|
}
|
|
4188
4181
|
/** @internal */
|
|
4189
|
-
export const
|
|
4182
|
+
export const NinetyThree$inboundSchema = z.object({
|
|
4190
4183
|
name: z.string(),
|
|
4191
4184
|
ownerId: z.string(),
|
|
4192
4185
|
});
|
|
4193
4186
|
/** @internal */
|
|
4194
|
-
export const
|
|
4187
|
+
export const NinetyThree$outboundSchema = z.object({
|
|
4195
4188
|
name: z.string(),
|
|
4196
4189
|
ownerId: z.string(),
|
|
4197
4190
|
});
|
|
4198
|
-
export function
|
|
4199
|
-
return JSON.stringify(
|
|
4191
|
+
export function ninetyThreeToJSON(ninetyThree) {
|
|
4192
|
+
return JSON.stringify(NinetyThree$outboundSchema.parse(ninetyThree));
|
|
4200
4193
|
}
|
|
4201
|
-
export function
|
|
4202
|
-
return safeParse(jsonString, (x) =>
|
|
4194
|
+
export function ninetyThreeFromJSON(jsonString) {
|
|
4195
|
+
return safeParse(jsonString, (x) => NinetyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyThree' from JSON`);
|
|
4203
4196
|
}
|
|
4204
4197
|
/** @internal */
|
|
4205
|
-
export const
|
|
4198
|
+
export const UserEventPayload92Action$inboundSchema = z.nativeEnum(UserEventPayload92Action);
|
|
4206
4199
|
/** @internal */
|
|
4207
|
-
export const
|
|
4200
|
+
export const UserEventPayload92Action$outboundSchema = UserEventPayload92Action$inboundSchema;
|
|
4208
4201
|
/** @internal */
|
|
4209
|
-
export const
|
|
4202
|
+
export const NinetyTwo$inboundSchema = z.object({
|
|
4210
4203
|
projectName: z.string(),
|
|
4211
|
-
action:
|
|
4204
|
+
action: UserEventPayload92Action$inboundSchema,
|
|
4205
|
+
isEnvVar: z.boolean().optional(),
|
|
4206
|
+
note: z.string().optional(),
|
|
4212
4207
|
});
|
|
4213
4208
|
/** @internal */
|
|
4214
|
-
export const
|
|
4209
|
+
export const NinetyTwo$outboundSchema = z.object({
|
|
4215
4210
|
projectName: z.string(),
|
|
4216
|
-
action:
|
|
4211
|
+
action: UserEventPayload92Action$outboundSchema,
|
|
4212
|
+
isEnvVar: z.boolean().optional(),
|
|
4213
|
+
note: z.string().optional(),
|
|
4217
4214
|
});
|
|
4218
|
-
export function
|
|
4219
|
-
return JSON.stringify(
|
|
4215
|
+
export function ninetyTwoToJSON(ninetyTwo) {
|
|
4216
|
+
return JSON.stringify(NinetyTwo$outboundSchema.parse(ninetyTwo));
|
|
4220
4217
|
}
|
|
4221
|
-
export function
|
|
4222
|
-
return safeParse(jsonString, (x) =>
|
|
4218
|
+
export function ninetyTwoFromJSON(jsonString) {
|
|
4219
|
+
return safeParse(jsonString, (x) => NinetyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyTwo' from JSON`);
|
|
4223
4220
|
}
|
|
4224
4221
|
/** @internal */
|
|
4225
4222
|
export const Paths$inboundSchema = z
|
|
@@ -4279,24 +4276,24 @@ export function oldOptionsAllowlistFromJSON(jsonString) {
|
|
|
4279
4276
|
return safeParse(jsonString, (x) => OldOptionsAllowlist$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldOptionsAllowlist' from JSON`);
|
|
4280
4277
|
}
|
|
4281
4278
|
/** @internal */
|
|
4282
|
-
export const
|
|
4279
|
+
export const NinetyOne$inboundSchema = z.object({
|
|
4283
4280
|
projectName: z.string(),
|
|
4284
4281
|
optionsAllowlist: z.nullable(z.lazy(() => OptionsAllowlist$inboundSchema))
|
|
4285
4282
|
.optional(),
|
|
4286
4283
|
oldOptionsAllowlist: z.nullable(z.lazy(() => OldOptionsAllowlist$inboundSchema)).optional(),
|
|
4287
4284
|
});
|
|
4288
4285
|
/** @internal */
|
|
4289
|
-
export const
|
|
4286
|
+
export const NinetyOne$outboundSchema = z.object({
|
|
4290
4287
|
projectName: z.string(),
|
|
4291
4288
|
optionsAllowlist: z.nullable(z.lazy(() => OptionsAllowlist$outboundSchema))
|
|
4292
4289
|
.optional(),
|
|
4293
4290
|
oldOptionsAllowlist: z.nullable(z.lazy(() => OldOptionsAllowlist$outboundSchema)).optional(),
|
|
4294
4291
|
});
|
|
4295
|
-
export function
|
|
4296
|
-
return JSON.stringify(
|
|
4292
|
+
export function ninetyOneToJSON(ninetyOne) {
|
|
4293
|
+
return JSON.stringify(NinetyOne$outboundSchema.parse(ninetyOne));
|
|
4297
4294
|
}
|
|
4298
|
-
export function
|
|
4299
|
-
return safeParse(jsonString, (x) =>
|
|
4295
|
+
export function ninetyOneFromJSON(jsonString) {
|
|
4296
|
+
return safeParse(jsonString, (x) => NinetyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'NinetyOne' from JSON`);
|
|
4300
4297
|
}
|
|
4301
4298
|
/** @internal */
|
|
4302
4299
|
export const TrustedIps$inboundSchema = z
|
|
@@ -4308,7 +4305,8 @@ export const OldTrustedIps$inboundSchema = z.nativeEnum(OldTrustedIps);
|
|
|
4308
4305
|
/** @internal */
|
|
4309
4306
|
export const OldTrustedIps$outboundSchema = OldTrustedIps$inboundSchema;
|
|
4310
4307
|
/** @internal */
|
|
4311
|
-
export const
|
|
4308
|
+
export const Ninety$inboundSchema = z
|
|
4309
|
+
.object({
|
|
4312
4310
|
projectName: z.string(),
|
|
4313
4311
|
trustedIps: z.nullable(TrustedIps$inboundSchema).optional(),
|
|
4314
4312
|
oldTrustedIps: z.nullable(OldTrustedIps$inboundSchema).optional(),
|
|
@@ -4316,18 +4314,18 @@ export const NinetyOne$inboundSchema = z.object({
|
|
|
4316
4314
|
removedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4317
4315
|
});
|
|
4318
4316
|
/** @internal */
|
|
4319
|
-
export const
|
|
4317
|
+
export const Ninety$outboundSchema = z.object({
|
|
4320
4318
|
projectName: z.string(),
|
|
4321
4319
|
trustedIps: z.nullable(TrustedIps$outboundSchema).optional(),
|
|
4322
4320
|
oldTrustedIps: z.nullable(OldTrustedIps$outboundSchema).optional(),
|
|
4323
4321
|
addedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4324
4322
|
removedAddresses: z.nullable(z.array(z.string())).optional(),
|
|
4325
4323
|
});
|
|
4326
|
-
export function
|
|
4327
|
-
return JSON.stringify(
|
|
4324
|
+
export function ninetyToJSON(ninety) {
|
|
4325
|
+
return JSON.stringify(Ninety$outboundSchema.parse(ninety));
|
|
4328
4326
|
}
|
|
4329
|
-
export function
|
|
4330
|
-
return safeParse(jsonString, (x) =>
|
|
4327
|
+
export function ninetyFromJSON(jsonString) {
|
|
4328
|
+
return safeParse(jsonString, (x) => Ninety$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ninety' from JSON`);
|
|
4331
4329
|
}
|
|
4332
4330
|
/** @internal */
|
|
4333
4331
|
export const PasswordProtection2$inboundSchema = z.nativeEnum(PasswordProtection2);
|
|
@@ -4406,8 +4404,7 @@ export function oldPasswordProtectionFromJSON(jsonString) {
|
|
|
4406
4404
|
return safeParse(jsonString, (x) => OldPasswordProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldPasswordProtection' from JSON`);
|
|
4407
4405
|
}
|
|
4408
4406
|
/** @internal */
|
|
4409
|
-
export const
|
|
4410
|
-
.object({
|
|
4407
|
+
export const EightyNine$inboundSchema = z.object({
|
|
4411
4408
|
projectName: z.string(),
|
|
4412
4409
|
passwordProtection: z.nullable(z.union([
|
|
4413
4410
|
z.lazy(() => PasswordProtection1$inboundSchema),
|
|
@@ -4419,7 +4416,7 @@ export const Ninety$inboundSchema = z
|
|
|
4419
4416
|
])),
|
|
4420
4417
|
});
|
|
4421
4418
|
/** @internal */
|
|
4422
|
-
export const
|
|
4419
|
+
export const EightyNine$outboundSchema = z.object({
|
|
4423
4420
|
projectName: z.string(),
|
|
4424
4421
|
passwordProtection: z.nullable(z.union([
|
|
4425
4422
|
z.lazy(() => PasswordProtection1$outboundSchema),
|
|
@@ -4430,11 +4427,11 @@ export const Ninety$outboundSchema = z.object({
|
|
|
4430
4427
|
OldPasswordProtection2$outboundSchema,
|
|
4431
4428
|
])),
|
|
4432
4429
|
});
|
|
4433
|
-
export function
|
|
4434
|
-
return JSON.stringify(
|
|
4430
|
+
export function eightyNineToJSON(eightyNine) {
|
|
4431
|
+
return JSON.stringify(EightyNine$outboundSchema.parse(eightyNine));
|
|
4435
4432
|
}
|
|
4436
|
-
export function
|
|
4437
|
-
return safeParse(jsonString, (x) =>
|
|
4433
|
+
export function eightyNineFromJSON(jsonString) {
|
|
4434
|
+
return safeParse(jsonString, (x) => EightyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyNine' from JSON`);
|
|
4438
4435
|
}
|
|
4439
4436
|
/** @internal */
|
|
4440
4437
|
export const SsoProtection2$inboundSchema = z.nativeEnum(SsoProtection2);
|
|
@@ -4445,12 +4442,18 @@ export const DeploymentType$inboundSchema = z.nativeEnum(DeploymentType);
|
|
|
4445
4442
|
/** @internal */
|
|
4446
4443
|
export const DeploymentType$outboundSchema = DeploymentType$inboundSchema;
|
|
4447
4444
|
/** @internal */
|
|
4445
|
+
export const Cve55182MigrationAppliedFrom$inboundSchema = z.nativeEnum(Cve55182MigrationAppliedFrom);
|
|
4446
|
+
/** @internal */
|
|
4447
|
+
export const Cve55182MigrationAppliedFrom$outboundSchema = Cve55182MigrationAppliedFrom$inboundSchema;
|
|
4448
|
+
/** @internal */
|
|
4448
4449
|
export const SsoProtection1$inboundSchema = z.object({
|
|
4449
4450
|
deploymentType: DeploymentType$inboundSchema,
|
|
4451
|
+
cve55182MigrationAppliedFrom: z.nullable(Cve55182MigrationAppliedFrom$inboundSchema).optional(),
|
|
4450
4452
|
});
|
|
4451
4453
|
/** @internal */
|
|
4452
4454
|
export const SsoProtection1$outboundSchema = z.object({
|
|
4453
4455
|
deploymentType: DeploymentType$outboundSchema,
|
|
4456
|
+
cve55182MigrationAppliedFrom: z.nullable(Cve55182MigrationAppliedFrom$outboundSchema).optional(),
|
|
4454
4457
|
});
|
|
4455
4458
|
export function ssoProtection1ToJSON(ssoProtection1) {
|
|
4456
4459
|
return JSON.stringify(SsoProtection1$outboundSchema.parse(ssoProtection1));
|
|
@@ -4483,12 +4486,19 @@ export const OldSsoProtectionDeploymentType$inboundSchema = z.nativeEnum(OldSsoP
|
|
|
4483
4486
|
/** @internal */
|
|
4484
4487
|
export const OldSsoProtectionDeploymentType$outboundSchema = OldSsoProtectionDeploymentType$inboundSchema;
|
|
4485
4488
|
/** @internal */
|
|
4489
|
+
export const OldSsoProtectionCve55182MigrationAppliedFrom$inboundSchema = z
|
|
4490
|
+
.nativeEnum(OldSsoProtectionCve55182MigrationAppliedFrom);
|
|
4491
|
+
/** @internal */
|
|
4492
|
+
export const OldSsoProtectionCve55182MigrationAppliedFrom$outboundSchema = OldSsoProtectionCve55182MigrationAppliedFrom$inboundSchema;
|
|
4493
|
+
/** @internal */
|
|
4486
4494
|
export const OldSsoProtection1$inboundSchema = z.object({
|
|
4487
4495
|
deploymentType: OldSsoProtectionDeploymentType$inboundSchema,
|
|
4496
|
+
cve55182MigrationAppliedFrom: z.nullable(OldSsoProtectionCve55182MigrationAppliedFrom$inboundSchema).optional(),
|
|
4488
4497
|
});
|
|
4489
4498
|
/** @internal */
|
|
4490
4499
|
export const OldSsoProtection1$outboundSchema = z.object({
|
|
4491
4500
|
deploymentType: OldSsoProtectionDeploymentType$outboundSchema,
|
|
4501
|
+
cve55182MigrationAppliedFrom: z.nullable(OldSsoProtectionCve55182MigrationAppliedFrom$outboundSchema).optional(),
|
|
4492
4502
|
});
|
|
4493
4503
|
export function oldSsoProtection1ToJSON(oldSsoProtection1) {
|
|
4494
4504
|
return JSON.stringify(OldSsoProtection1$outboundSchema.parse(oldSsoProtection1));
|
|
@@ -4513,7 +4523,7 @@ export function oldSsoProtectionFromJSON(jsonString) {
|
|
|
4513
4523
|
return safeParse(jsonString, (x) => OldSsoProtection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'OldSsoProtection' from JSON`);
|
|
4514
4524
|
}
|
|
4515
4525
|
/** @internal */
|
|
4516
|
-
export const
|
|
4526
|
+
export const EightyEight$inboundSchema = z.object({
|
|
4517
4527
|
projectName: z.string(),
|
|
4518
4528
|
ssoProtection: z.nullable(z.union([
|
|
4519
4529
|
z.lazy(() => SsoProtection1$inboundSchema),
|
|
@@ -4525,7 +4535,7 @@ export const EightyNine$inboundSchema = z.object({
|
|
|
4525
4535
|
])),
|
|
4526
4536
|
});
|
|
4527
4537
|
/** @internal */
|
|
4528
|
-
export const
|
|
4538
|
+
export const EightyEight$outboundSchema = z.object({
|
|
4529
4539
|
projectName: z.string(),
|
|
4530
4540
|
ssoProtection: z.nullable(z.union([
|
|
4531
4541
|
z.lazy(() => SsoProtection1$outboundSchema),
|
|
@@ -4536,47 +4546,47 @@ export const EightyNine$outboundSchema = z.object({
|
|
|
4536
4546
|
OldSsoProtection2$outboundSchema,
|
|
4537
4547
|
])),
|
|
4538
4548
|
});
|
|
4539
|
-
export function
|
|
4540
|
-
return JSON.stringify(
|
|
4549
|
+
export function eightyEightToJSON(eightyEight) {
|
|
4550
|
+
return JSON.stringify(EightyEight$outboundSchema.parse(eightyEight));
|
|
4541
4551
|
}
|
|
4542
|
-
export function
|
|
4543
|
-
return safeParse(jsonString, (x) =>
|
|
4552
|
+
export function eightyEightFromJSON(jsonString) {
|
|
4553
|
+
return safeParse(jsonString, (x) => EightyEight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyEight' from JSON`);
|
|
4544
4554
|
}
|
|
4545
4555
|
/** @internal */
|
|
4546
|
-
export const
|
|
4556
|
+
export const EightySeven$inboundSchema = z.object({
|
|
4547
4557
|
projectName: z.string().optional(),
|
|
4548
4558
|
projectId: z.string(),
|
|
4549
4559
|
});
|
|
4550
4560
|
/** @internal */
|
|
4551
|
-
export const
|
|
4561
|
+
export const EightySeven$outboundSchema = z.object({
|
|
4552
4562
|
projectName: z.string().optional(),
|
|
4553
4563
|
projectId: z.string(),
|
|
4554
4564
|
});
|
|
4555
|
-
export function
|
|
4556
|
-
return JSON.stringify(
|
|
4565
|
+
export function eightySevenToJSON(eightySeven) {
|
|
4566
|
+
return JSON.stringify(EightySeven$outboundSchema.parse(eightySeven));
|
|
4557
4567
|
}
|
|
4558
|
-
export function
|
|
4559
|
-
return safeParse(jsonString, (x) =>
|
|
4568
|
+
export function eightySevenFromJSON(jsonString) {
|
|
4569
|
+
return safeParse(jsonString, (x) => EightySeven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightySeven' from JSON`);
|
|
4560
4570
|
}
|
|
4561
4571
|
/** @internal */
|
|
4562
|
-
export const
|
|
4572
|
+
export const EightySix$inboundSchema = z.object({
|
|
4563
4573
|
projectName: z.string().optional(),
|
|
4564
4574
|
projectId: z.string(),
|
|
4565
4575
|
projectAnalytics: z.record(z.any()).optional(),
|
|
4566
4576
|
prevProjectAnalytics: z.nullable(z.record(z.any())).optional(),
|
|
4567
4577
|
});
|
|
4568
4578
|
/** @internal */
|
|
4569
|
-
export const
|
|
4579
|
+
export const EightySix$outboundSchema = z.object({
|
|
4570
4580
|
projectName: z.string().optional(),
|
|
4571
4581
|
projectId: z.string(),
|
|
4572
4582
|
projectAnalytics: z.record(z.any()).optional(),
|
|
4573
4583
|
prevProjectAnalytics: z.nullable(z.record(z.any())).optional(),
|
|
4574
4584
|
});
|
|
4575
|
-
export function
|
|
4576
|
-
return JSON.stringify(
|
|
4585
|
+
export function eightySixToJSON(eightySix) {
|
|
4586
|
+
return JSON.stringify(EightySix$outboundSchema.parse(eightySix));
|
|
4577
4587
|
}
|
|
4578
|
-
export function
|
|
4579
|
-
return safeParse(jsonString, (x) =>
|
|
4588
|
+
export function eightySixFromJSON(jsonString) {
|
|
4589
|
+
return safeParse(jsonString, (x) => EightySix$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightySix' from JSON`);
|
|
4580
4590
|
}
|
|
4581
4591
|
/** @internal */
|
|
4582
4592
|
export const ProjectAnalytics$inboundSchema = z.object({
|
|
@@ -4631,40 +4641,40 @@ export function prevProjectAnalyticsFromJSON(jsonString) {
|
|
|
4631
4641
|
return safeParse(jsonString, (x) => PrevProjectAnalytics$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PrevProjectAnalytics' from JSON`);
|
|
4632
4642
|
}
|
|
4633
4643
|
/** @internal */
|
|
4634
|
-
export const
|
|
4644
|
+
export const EightyFive$inboundSchema = z.object({
|
|
4635
4645
|
projectName: z.string().optional(),
|
|
4636
4646
|
projectId: z.string(),
|
|
4637
4647
|
projectAnalytics: z.nullable(z.lazy(() => ProjectAnalytics$inboundSchema)),
|
|
4638
4648
|
prevProjectAnalytics: z.nullable(z.lazy(() => PrevProjectAnalytics$inboundSchema)),
|
|
4639
4649
|
});
|
|
4640
4650
|
/** @internal */
|
|
4641
|
-
export const
|
|
4651
|
+
export const EightyFive$outboundSchema = z.object({
|
|
4642
4652
|
projectName: z.string().optional(),
|
|
4643
4653
|
projectId: z.string(),
|
|
4644
4654
|
projectAnalytics: z.nullable(z.lazy(() => ProjectAnalytics$outboundSchema)),
|
|
4645
4655
|
prevProjectAnalytics: z.nullable(z.lazy(() => PrevProjectAnalytics$outboundSchema)),
|
|
4646
4656
|
});
|
|
4647
|
-
export function
|
|
4648
|
-
return JSON.stringify(
|
|
4657
|
+
export function eightyFiveToJSON(eightyFive) {
|
|
4658
|
+
return JSON.stringify(EightyFive$outboundSchema.parse(eightyFive));
|
|
4649
4659
|
}
|
|
4650
|
-
export function
|
|
4651
|
-
return safeParse(jsonString, (x) =>
|
|
4660
|
+
export function eightyFiveFromJSON(jsonString) {
|
|
4661
|
+
return safeParse(jsonString, (x) => EightyFive$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFive' from JSON`);
|
|
4652
4662
|
}
|
|
4653
4663
|
/** @internal */
|
|
4654
|
-
export const
|
|
4664
|
+
export const EightyFour$inboundSchema = z.object({
|
|
4655
4665
|
projectName: z.string(),
|
|
4656
4666
|
branch: z.string(),
|
|
4657
4667
|
});
|
|
4658
4668
|
/** @internal */
|
|
4659
|
-
export const
|
|
4669
|
+
export const EightyFour$outboundSchema = z.object({
|
|
4660
4670
|
projectName: z.string(),
|
|
4661
4671
|
branch: z.string(),
|
|
4662
4672
|
});
|
|
4663
|
-
export function
|
|
4664
|
-
return JSON.stringify(
|
|
4673
|
+
export function eightyFourToJSON(eightyFour) {
|
|
4674
|
+
return JSON.stringify(EightyFour$outboundSchema.parse(eightyFour));
|
|
4665
4675
|
}
|
|
4666
|
-
export function
|
|
4667
|
-
return safeParse(jsonString, (x) =>
|
|
4676
|
+
export function eightyFourFromJSON(jsonString) {
|
|
4677
|
+
return safeParse(jsonString, (x) => EightyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFour' from JSON`);
|
|
4668
4678
|
}
|
|
4669
4679
|
/** @internal */
|
|
4670
4680
|
export const UserEventPayloadRole$inboundSchema = z.nativeEnum(UserEventPayloadRole);
|
|
@@ -4739,7 +4749,7 @@ export function removedUsersFromJSON(jsonString) {
|
|
|
4739
4749
|
return safeParse(jsonString, (x) => RemovedUsers$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RemovedUsers' from JSON`);
|
|
4740
4750
|
}
|
|
4741
4751
|
/** @internal */
|
|
4742
|
-
export const
|
|
4752
|
+
export const EightyThree$inboundSchema = z.object({
|
|
4743
4753
|
plan: z.string(),
|
|
4744
4754
|
removedUsers: z.record(z.lazy(() => RemovedUsers$inboundSchema)).optional(),
|
|
4745
4755
|
prevPlan: z.string().optional(),
|
|
@@ -4754,7 +4764,7 @@ export const EightyFour$inboundSchema = z.object({
|
|
|
4754
4764
|
removedMemberCount: z.number().optional(),
|
|
4755
4765
|
});
|
|
4756
4766
|
/** @internal */
|
|
4757
|
-
export const
|
|
4767
|
+
export const EightyThree$outboundSchema = z.object({
|
|
4758
4768
|
plan: z.string(),
|
|
4759
4769
|
removedUsers: z.record(z.lazy(() => RemovedUsers$outboundSchema)).optional(),
|
|
4760
4770
|
prevPlan: z.string().optional(),
|
|
@@ -4768,20 +4778,6 @@ export const EightyFour$outboundSchema = z.object({
|
|
|
4768
4778
|
timestamp: z.number().optional(),
|
|
4769
4779
|
removedMemberCount: z.number().optional(),
|
|
4770
4780
|
});
|
|
4771
|
-
export function eightyFourToJSON(eightyFour) {
|
|
4772
|
-
return JSON.stringify(EightyFour$outboundSchema.parse(eightyFour));
|
|
4773
|
-
}
|
|
4774
|
-
export function eightyFourFromJSON(jsonString) {
|
|
4775
|
-
return safeParse(jsonString, (x) => EightyFour$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EightyFour' from JSON`);
|
|
4776
|
-
}
|
|
4777
|
-
/** @internal */
|
|
4778
|
-
export const EightyThree$inboundSchema = z.object({
|
|
4779
|
-
projectName: z.string(),
|
|
4780
|
-
});
|
|
4781
|
-
/** @internal */
|
|
4782
|
-
export const EightyThree$outboundSchema = z.object({
|
|
4783
|
-
projectName: z.string(),
|
|
4784
|
-
});
|
|
4785
4781
|
export function eightyThreeToJSON(eightyThree) {
|
|
4786
4782
|
return JSON.stringify(EightyThree$outboundSchema.parse(eightyThree));
|
|
4787
4783
|
}
|
|
@@ -4790,14 +4786,10 @@ export function eightyThreeFromJSON(jsonString) {
|
|
|
4790
4786
|
}
|
|
4791
4787
|
/** @internal */
|
|
4792
4788
|
export const EightyTwo$inboundSchema = z.object({
|
|
4793
|
-
projectId: z.string(),
|
|
4794
|
-
toDeploymentId: z.string(),
|
|
4795
4789
|
projectName: z.string(),
|
|
4796
4790
|
});
|
|
4797
4791
|
/** @internal */
|
|
4798
4792
|
export const EightyTwo$outboundSchema = z.object({
|
|
4799
|
-
projectId: z.string(),
|
|
4800
|
-
toDeploymentId: z.string(),
|
|
4801
4793
|
projectName: z.string(),
|
|
4802
4794
|
});
|
|
4803
4795
|
export function eightyTwoToJSON(eightyTwo) {
|
|
@@ -4808,15 +4800,17 @@ export function eightyTwoFromJSON(jsonString) {
|
|
|
4808
4800
|
}
|
|
4809
4801
|
/** @internal */
|
|
4810
4802
|
export const EightyOne$inboundSchema = z.object({
|
|
4811
|
-
|
|
4812
|
-
|
|
4803
|
+
projectId: z.string(),
|
|
4804
|
+
toDeploymentId: z.string(),
|
|
4805
|
+
projectName: z.string(),
|
|
4813
4806
|
});
|
|
4814
4807
|
/** @internal */
|
|
4815
4808
|
export const EightyOne$outboundSchema = z.object({
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4809
|
+
projectId: z.string(),
|
|
4810
|
+
toDeploymentId: z.string(),
|
|
4811
|
+
projectName: z.string(),
|
|
4812
|
+
});
|
|
4813
|
+
export function eightyOneToJSON(eightyOne) {
|
|
4820
4814
|
return JSON.stringify(EightyOne$outboundSchema.parse(eightyOne));
|
|
4821
4815
|
}
|
|
4822
4816
|
export function eightyOneFromJSON(jsonString) {
|
|
@@ -4825,12 +4819,12 @@ export function eightyOneFromJSON(jsonString) {
|
|
|
4825
4819
|
/** @internal */
|
|
4826
4820
|
export const Eighty$inboundSchema = z
|
|
4827
4821
|
.object({
|
|
4828
|
-
|
|
4822
|
+
drainUrl: z.nullable(z.string()),
|
|
4829
4823
|
integrationName: z.string().optional(),
|
|
4830
4824
|
});
|
|
4831
4825
|
/** @internal */
|
|
4832
4826
|
export const Eighty$outboundSchema = z.object({
|
|
4833
|
-
|
|
4827
|
+
drainUrl: z.nullable(z.string()),
|
|
4834
4828
|
integrationName: z.string().optional(),
|
|
4835
4829
|
});
|
|
4836
4830
|
export function eightyToJSON(eighty) {
|
|
@@ -4841,12 +4835,12 @@ export function eightyFromJSON(jsonString) {
|
|
|
4841
4835
|
}
|
|
4842
4836
|
/** @internal */
|
|
4843
4837
|
export const SeventyNine$inboundSchema = z.object({
|
|
4844
|
-
logDrainUrl: z.
|
|
4838
|
+
logDrainUrl: z.string(),
|
|
4845
4839
|
integrationName: z.string().optional(),
|
|
4846
4840
|
});
|
|
4847
4841
|
/** @internal */
|
|
4848
4842
|
export const SeventyNine$outboundSchema = z.object({
|
|
4849
|
-
logDrainUrl: z.
|
|
4843
|
+
logDrainUrl: z.string(),
|
|
4850
4844
|
integrationName: z.string().optional(),
|
|
4851
4845
|
});
|
|
4852
4846
|
export function seventyNineToJSON(seventyNine) {
|
|
@@ -4856,210 +4850,14 @@ export function seventyNineFromJSON(jsonString) {
|
|
|
4856
4850
|
return safeParse(jsonString, (x) => SeventyNine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SeventyNine' from JSON`);
|
|
4857
4851
|
}
|
|
4858
4852
|
/** @internal */
|
|
4859
|
-
export const PayloadName$inboundSchema = z
|
|
4860
|
-
.nativeEnum(PayloadName);
|
|
4861
|
-
/** @internal */
|
|
4862
|
-
export const PayloadName$outboundSchema = PayloadName$inboundSchema;
|
|
4863
|
-
/** @internal */
|
|
4864
|
-
export const Browser$inboundSchema = z.object({
|
|
4865
|
-
name: PayloadName$inboundSchema,
|
|
4866
|
-
});
|
|
4867
|
-
/** @internal */
|
|
4868
|
-
export const Browser$outboundSchema = z.object({
|
|
4869
|
-
name: PayloadName$outboundSchema,
|
|
4870
|
-
});
|
|
4871
|
-
export function browserToJSON(browser) {
|
|
4872
|
-
return JSON.stringify(Browser$outboundSchema.parse(browser));
|
|
4873
|
-
}
|
|
4874
|
-
export function browserFromJSON(jsonString) {
|
|
4875
|
-
return safeParse(jsonString, (x) => Browser$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Browser' from JSON`);
|
|
4876
|
-
}
|
|
4877
|
-
/** @internal */
|
|
4878
|
-
export const UserEventPayloadName$inboundSchema = z.nativeEnum(UserEventPayloadName);
|
|
4879
|
-
/** @internal */
|
|
4880
|
-
export const UserEventPayloadName$outboundSchema = UserEventPayloadName$inboundSchema;
|
|
4881
|
-
/** @internal */
|
|
4882
|
-
export const Os$inboundSchema = z.object({
|
|
4883
|
-
name: UserEventPayloadName$inboundSchema,
|
|
4884
|
-
});
|
|
4885
|
-
/** @internal */
|
|
4886
|
-
export const Os$outboundSchema = z
|
|
4887
|
-
.object({
|
|
4888
|
-
name: UserEventPayloadName$outboundSchema,
|
|
4889
|
-
});
|
|
4890
|
-
export function osToJSON(os) {
|
|
4891
|
-
return JSON.stringify(Os$outboundSchema.parse(os));
|
|
4892
|
-
}
|
|
4893
|
-
export function osFromJSON(jsonString) {
|
|
4894
|
-
return safeParse(jsonString, (x) => Os$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Os' from JSON`);
|
|
4895
|
-
}
|
|
4896
|
-
/** @internal */
|
|
4897
|
-
export const UserAgent$inboundSchema = z.object({
|
|
4898
|
-
browser: z.lazy(() => Browser$inboundSchema),
|
|
4899
|
-
ua: z.string(),
|
|
4900
|
-
program: z.string(),
|
|
4901
|
-
os: z.lazy(() => Os$inboundSchema),
|
|
4902
|
-
});
|
|
4903
|
-
/** @internal */
|
|
4904
|
-
export const UserAgent$outboundSchema = z.object({
|
|
4905
|
-
browser: z.lazy(() => Browser$outboundSchema),
|
|
4906
|
-
ua: z.string(),
|
|
4907
|
-
program: z.string(),
|
|
4908
|
-
os: z.lazy(() => Os$outboundSchema),
|
|
4909
|
-
});
|
|
4910
|
-
export function userAgentToJSON(userAgent) {
|
|
4911
|
-
return JSON.stringify(UserAgent$outboundSchema.parse(userAgent));
|
|
4912
|
-
}
|
|
4913
|
-
export function userAgentFromJSON(jsonString) {
|
|
4914
|
-
return safeParse(jsonString, (x) => UserAgent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserAgent' from JSON`);
|
|
4915
|
-
}
|
|
4916
|
-
/** @internal */
|
|
4917
|
-
export const Names$inboundSchema = z
|
|
4918
|
-
.object({
|
|
4919
|
-
en: z.string(),
|
|
4920
|
-
});
|
|
4921
|
-
/** @internal */
|
|
4922
|
-
export const Names$outboundSchema = z.object({
|
|
4923
|
-
en: z.string(),
|
|
4924
|
-
});
|
|
4925
|
-
export function namesToJSON(names) {
|
|
4926
|
-
return JSON.stringify(Names$outboundSchema.parse(names));
|
|
4927
|
-
}
|
|
4928
|
-
export function namesFromJSON(jsonString) {
|
|
4929
|
-
return safeParse(jsonString, (x) => Names$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Names' from JSON`);
|
|
4930
|
-
}
|
|
4931
|
-
/** @internal */
|
|
4932
|
-
export const City$inboundSchema = z
|
|
4933
|
-
.object({
|
|
4934
|
-
names: z.lazy(() => Names$inboundSchema),
|
|
4935
|
-
});
|
|
4936
|
-
/** @internal */
|
|
4937
|
-
export const City$outboundSchema = z.object({
|
|
4938
|
-
names: z.lazy(() => Names$outboundSchema),
|
|
4939
|
-
});
|
|
4940
|
-
export function cityToJSON(city) {
|
|
4941
|
-
return JSON.stringify(City$outboundSchema.parse(city));
|
|
4942
|
-
}
|
|
4943
|
-
export function cityFromJSON(jsonString) {
|
|
4944
|
-
return safeParse(jsonString, (x) => City$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'City' from JSON`);
|
|
4945
|
-
}
|
|
4946
|
-
/** @internal */
|
|
4947
|
-
export const PayloadNames$inboundSchema = z.object({
|
|
4948
|
-
en: z.string(),
|
|
4949
|
-
});
|
|
4950
|
-
/** @internal */
|
|
4951
|
-
export const PayloadNames$outboundSchema = z.object({
|
|
4952
|
-
en: z.string(),
|
|
4953
|
-
});
|
|
4954
|
-
export function payloadNamesToJSON(payloadNames) {
|
|
4955
|
-
return JSON.stringify(PayloadNames$outboundSchema.parse(payloadNames));
|
|
4956
|
-
}
|
|
4957
|
-
export function payloadNamesFromJSON(jsonString) {
|
|
4958
|
-
return safeParse(jsonString, (x) => PayloadNames$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PayloadNames' from JSON`);
|
|
4959
|
-
}
|
|
4960
|
-
/** @internal */
|
|
4961
|
-
export const Country$inboundSchema = z.object({
|
|
4962
|
-
names: z.lazy(() => PayloadNames$inboundSchema),
|
|
4963
|
-
});
|
|
4964
|
-
/** @internal */
|
|
4965
|
-
export const Country$outboundSchema = z.object({
|
|
4966
|
-
names: z.lazy(() => PayloadNames$outboundSchema),
|
|
4967
|
-
});
|
|
4968
|
-
export function countryToJSON(country) {
|
|
4969
|
-
return JSON.stringify(Country$outboundSchema.parse(country));
|
|
4970
|
-
}
|
|
4971
|
-
export function countryFromJSON(jsonString) {
|
|
4972
|
-
return safeParse(jsonString, (x) => Country$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Country' from JSON`);
|
|
4973
|
-
}
|
|
4974
|
-
/** @internal */
|
|
4975
|
-
export const UserEventPayloadNames$inboundSchema = z.object({
|
|
4976
|
-
en: z.string(),
|
|
4977
|
-
});
|
|
4978
|
-
/** @internal */
|
|
4979
|
-
export const UserEventPayloadNames$outboundSchema = z.object({
|
|
4980
|
-
en: z.string(),
|
|
4981
|
-
});
|
|
4982
|
-
export function userEventPayloadNamesToJSON(userEventPayloadNames) {
|
|
4983
|
-
return JSON.stringify(UserEventPayloadNames$outboundSchema.parse(userEventPayloadNames));
|
|
4984
|
-
}
|
|
4985
|
-
export function userEventPayloadNamesFromJSON(jsonString) {
|
|
4986
|
-
return safeParse(jsonString, (x) => UserEventPayloadNames$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UserEventPayloadNames' from JSON`);
|
|
4987
|
-
}
|
|
4988
|
-
/** @internal */
|
|
4989
|
-
export const MostSpecificSubdivision$inboundSchema = z.object({
|
|
4990
|
-
names: z.lazy(() => UserEventPayloadNames$inboundSchema),
|
|
4991
|
-
});
|
|
4992
|
-
/** @internal */
|
|
4993
|
-
export const MostSpecificSubdivision$outboundSchema = z.object({
|
|
4994
|
-
names: z.lazy(() => UserEventPayloadNames$outboundSchema),
|
|
4995
|
-
});
|
|
4996
|
-
export function mostSpecificSubdivisionToJSON(mostSpecificSubdivision) {
|
|
4997
|
-
return JSON.stringify(MostSpecificSubdivision$outboundSchema.parse(mostSpecificSubdivision));
|
|
4998
|
-
}
|
|
4999
|
-
export function mostSpecificSubdivisionFromJSON(jsonString) {
|
|
5000
|
-
return safeParse(jsonString, (x) => MostSpecificSubdivision$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MostSpecificSubdivision' from JSON`);
|
|
5001
|
-
}
|
|
5002
|
-
/** @internal */
|
|
5003
|
-
export const Geolocation$inboundSchema = z.object({
|
|
5004
|
-
city: z.lazy(() => City$inboundSchema).optional(),
|
|
5005
|
-
country: z.lazy(() => Country$inboundSchema),
|
|
5006
|
-
most_specific_subdivision: z.lazy(() => MostSpecificSubdivision$inboundSchema)
|
|
5007
|
-
.optional(),
|
|
5008
|
-
regionName: z.string().optional(),
|
|
5009
|
-
}).transform((v) => {
|
|
5010
|
-
return remap$(v, {
|
|
5011
|
-
"most_specific_subdivision": "mostSpecificSubdivision",
|
|
5012
|
-
});
|
|
5013
|
-
});
|
|
5014
|
-
/** @internal */
|
|
5015
|
-
export const Geolocation$outboundSchema = z.object({
|
|
5016
|
-
city: z.lazy(() => City$outboundSchema).optional(),
|
|
5017
|
-
country: z.lazy(() => Country$outboundSchema),
|
|
5018
|
-
mostSpecificSubdivision: z.lazy(() => MostSpecificSubdivision$outboundSchema)
|
|
5019
|
-
.optional(),
|
|
5020
|
-
regionName: z.string().optional(),
|
|
5021
|
-
}).transform((v) => {
|
|
5022
|
-
return remap$(v, {
|
|
5023
|
-
mostSpecificSubdivision: "most_specific_subdivision",
|
|
5024
|
-
});
|
|
5025
|
-
});
|
|
5026
|
-
export function geolocationToJSON(geolocation) {
|
|
5027
|
-
return JSON.stringify(Geolocation$outboundSchema.parse(geolocation));
|
|
5028
|
-
}
|
|
5029
|
-
export function geolocationFromJSON(jsonString) {
|
|
5030
|
-
return safeParse(jsonString, (x) => Geolocation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Geolocation' from JSON`);
|
|
5031
|
-
}
|
|
5032
|
-
/** @internal */
|
|
5033
4853
|
export const SeventyEight$inboundSchema = z.object({
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
viaGithub: z.boolean(),
|
|
5037
|
-
viaGitlab: z.boolean(),
|
|
5038
|
-
viaBitbucket: z.boolean(),
|
|
5039
|
-
viaGoogle: z.boolean(),
|
|
5040
|
-
viaApple: z.boolean(),
|
|
5041
|
-
viaSamlSso: z.boolean(),
|
|
5042
|
-
viaPasskey: z.boolean(),
|
|
5043
|
-
ssoType: z.string().optional(),
|
|
5044
|
-
env: z.string().optional(),
|
|
5045
|
-
os: z.string().optional(),
|
|
5046
|
-
username: z.string().optional(),
|
|
4854
|
+
logDrainUrl: z.nullable(z.string()),
|
|
4855
|
+
integrationName: z.string().optional(),
|
|
5047
4856
|
});
|
|
5048
4857
|
/** @internal */
|
|
5049
4858
|
export const SeventyEight$outboundSchema = z.object({
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
viaGithub: z.boolean(),
|
|
5053
|
-
viaGitlab: z.boolean(),
|
|
5054
|
-
viaBitbucket: z.boolean(),
|
|
5055
|
-
viaGoogle: z.boolean(),
|
|
5056
|
-
viaApple: z.boolean(),
|
|
5057
|
-
viaSamlSso: z.boolean(),
|
|
5058
|
-
viaPasskey: z.boolean(),
|
|
5059
|
-
ssoType: z.string().optional(),
|
|
5060
|
-
env: z.string().optional(),
|
|
5061
|
-
os: z.string().optional(),
|
|
5062
|
-
username: z.string().optional(),
|
|
4859
|
+
logDrainUrl: z.nullable(z.string()),
|
|
4860
|
+
integrationName: z.string().optional(),
|
|
5063
4861
|
});
|
|
5064
4862
|
export function seventyEightToJSON(seventyEight) {
|
|
5065
4863
|
return JSON.stringify(SeventyEight$outboundSchema.parse(seventyEight));
|
|
@@ -5262,6 +5060,7 @@ export const Abuse$inboundSchema = z
|
|
|
5262
5060
|
gitLineageBlocks: z.number().optional(),
|
|
5263
5061
|
gitLineageBlocksDry: z.number().optional(),
|
|
5264
5062
|
scanner: z.string().optional(),
|
|
5063
|
+
scheduledUnblockAt: z.string().optional(),
|
|
5265
5064
|
updatedAt: z.number(),
|
|
5266
5065
|
creationUserAgent: z.string().optional(),
|
|
5267
5066
|
creationIp: z.string().optional(),
|
|
@@ -5275,6 +5074,7 @@ export const Abuse$outboundSchema = z.object({
|
|
|
5275
5074
|
gitLineageBlocks: z.number().optional(),
|
|
5276
5075
|
gitLineageBlocksDry: z.number().optional(),
|
|
5277
5076
|
scanner: z.string().optional(),
|
|
5077
|
+
scheduledUnblockAt: z.string().optional(),
|
|
5278
5078
|
updatedAt: z.number(),
|
|
5279
5079
|
creationUserAgent: z.string().optional(),
|
|
5280
5080
|
creationIp: z.string().optional(),
|
|
@@ -5582,9 +5382,9 @@ export function payloadSecurityFromJSON(jsonString) {
|
|
|
5582
5382
|
}
|
|
5583
5383
|
/** @internal */
|
|
5584
5384
|
export const PayloadResourceConfig$inboundSchema = z.object({
|
|
5585
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5586
5385
|
nodeType: z.string().optional(),
|
|
5587
5386
|
concurrentBuilds: z.number().optional(),
|
|
5387
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5588
5388
|
buildEntitlements: z.lazy(() => PayloadBuildEntitlements$inboundSchema)
|
|
5589
5389
|
.optional(),
|
|
5590
5390
|
buildQueue: z.lazy(() => PayloadBuildQueue$inboundSchema).optional(),
|
|
@@ -5610,12 +5410,13 @@ export const PayloadResourceConfig$inboundSchema = z.object({
|
|
|
5610
5410
|
customEnvironmentsPerProject: z.number().optional(),
|
|
5611
5411
|
buildMachine: z.lazy(() => PayloadBuildMachine$inboundSchema).optional(),
|
|
5612
5412
|
security: z.lazy(() => PayloadSecurity$inboundSchema).optional(),
|
|
5413
|
+
bulkRedirectsFreeLimitOverride: z.number().optional(),
|
|
5613
5414
|
});
|
|
5614
5415
|
/** @internal */
|
|
5615
5416
|
export const PayloadResourceConfig$outboundSchema = z.object({
|
|
5616
|
-
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5617
5417
|
nodeType: z.string().optional(),
|
|
5618
5418
|
concurrentBuilds: z.number().optional(),
|
|
5419
|
+
elasticConcurrencyEnabled: z.boolean().optional(),
|
|
5619
5420
|
buildEntitlements: z.lazy(() => PayloadBuildEntitlements$outboundSchema)
|
|
5620
5421
|
.optional(),
|
|
5621
5422
|
buildQueue: z.lazy(() => PayloadBuildQueue$outboundSchema).optional(),
|
|
@@ -5641,6 +5442,7 @@ export const PayloadResourceConfig$outboundSchema = z.object({
|
|
|
5641
5442
|
customEnvironmentsPerProject: z.number().optional(),
|
|
5642
5443
|
buildMachine: z.lazy(() => PayloadBuildMachine$outboundSchema).optional(),
|
|
5643
5444
|
security: z.lazy(() => PayloadSecurity$outboundSchema).optional(),
|
|
5445
|
+
bulkRedirectsFreeLimitOverride: z.number().optional(),
|
|
5644
5446
|
});
|
|
5645
5447
|
export function payloadResourceConfigToJSON(payloadResourceConfig) {
|
|
5646
5448
|
return JSON.stringify(PayloadResourceConfig$outboundSchema.parse(payloadResourceConfig));
|
|
@@ -5776,16 +5578,17 @@ export function siftScoresFromJSON(jsonString) {
|
|
|
5776
5578
|
return safeParse(jsonString, (x) => SiftScores$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SiftScores' from JSON`);
|
|
5777
5579
|
}
|
|
5778
5580
|
/** @internal */
|
|
5779
|
-
export const
|
|
5581
|
+
export const PayloadName$inboundSchema = z
|
|
5582
|
+
.nativeEnum(PayloadName);
|
|
5780
5583
|
/** @internal */
|
|
5781
|
-
export const
|
|
5584
|
+
export const PayloadName$outboundSchema = PayloadName$inboundSchema;
|
|
5782
5585
|
/** @internal */
|
|
5783
5586
|
export const SiftRoute$inboundSchema = z.object({
|
|
5784
|
-
name:
|
|
5587
|
+
name: PayloadName$inboundSchema,
|
|
5785
5588
|
});
|
|
5786
5589
|
/** @internal */
|
|
5787
5590
|
export const SiftRoute$outboundSchema = z.object({
|
|
5788
|
-
name:
|
|
5591
|
+
name: PayloadName$outboundSchema,
|
|
5789
5592
|
});
|
|
5790
5593
|
export function siftRouteToJSON(siftRoute) {
|
|
5791
5594
|
return JSON.stringify(SiftRoute$outboundSchema.parse(siftRoute));
|
|
@@ -5888,11 +5691,11 @@ export const Teams$inboundSchema = z
|
|
|
5888
5691
|
createdAt: z.number(),
|
|
5889
5692
|
teamId: z.string(),
|
|
5890
5693
|
role: UserEventPayload72Role$inboundSchema,
|
|
5891
|
-
teamRoles: z.array(PayloadTeamRoles$inboundSchema).optional(),
|
|
5892
|
-
teamPermissions: z.array(PayloadTeamPermissions$inboundSchema).optional(),
|
|
5893
5694
|
confirmed: z.boolean(),
|
|
5894
5695
|
confirmedAt: z.number(),
|
|
5895
5696
|
accessRequestedAt: z.number().optional(),
|
|
5697
|
+
teamRoles: z.array(PayloadTeamRoles$inboundSchema).optional(),
|
|
5698
|
+
teamPermissions: z.array(PayloadTeamPermissions$inboundSchema).optional(),
|
|
5896
5699
|
joinedFrom: z.lazy(() => UserEventPayloadJoinedFrom$inboundSchema)
|
|
5897
5700
|
.optional(),
|
|
5898
5701
|
});
|
|
@@ -5902,11 +5705,11 @@ export const Teams$outboundSchema = z.object({
|
|
|
5902
5705
|
createdAt: z.number(),
|
|
5903
5706
|
teamId: z.string(),
|
|
5904
5707
|
role: UserEventPayload72Role$outboundSchema,
|
|
5905
|
-
teamRoles: z.array(PayloadTeamRoles$outboundSchema).optional(),
|
|
5906
|
-
teamPermissions: z.array(PayloadTeamPermissions$outboundSchema).optional(),
|
|
5907
5708
|
confirmed: z.boolean(),
|
|
5908
5709
|
confirmedAt: z.number(),
|
|
5909
5710
|
accessRequestedAt: z.number().optional(),
|
|
5711
|
+
teamRoles: z.array(PayloadTeamRoles$outboundSchema).optional(),
|
|
5712
|
+
teamPermissions: z.array(PayloadTeamPermissions$outboundSchema).optional(),
|
|
5910
5713
|
joinedFrom: z.lazy(() => UserEventPayloadJoinedFrom$outboundSchema)
|
|
5911
5714
|
.optional(),
|
|
5912
5715
|
});
|
|
@@ -9559,7 +9362,6 @@ export function payload1FromJSON(jsonString) {
|
|
|
9559
9362
|
}
|
|
9560
9363
|
/** @internal */
|
|
9561
9364
|
export const Payload$inboundSchema = z.union([
|
|
9562
|
-
z.lazy(() => SeventyEight$inboundSchema),
|
|
9563
9365
|
z.lazy(() => SeventyFour$inboundSchema),
|
|
9564
9366
|
z.lazy(() => SeventySeven$inboundSchema),
|
|
9565
9367
|
z.lazy(() => FortySeven$inboundSchema),
|
|
@@ -9568,14 +9370,14 @@ export const Payload$inboundSchema = z.union([
|
|
|
9568
9370
|
z.lazy(() => SixtySix$inboundSchema),
|
|
9569
9371
|
z.lazy(() => SeventyTwo$inboundSchema),
|
|
9570
9372
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
9571
|
-
z.lazy(() =>
|
|
9572
|
-
z.lazy(() =>
|
|
9373
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
9374
|
+
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9573
9375
|
z.lazy(() => Payload2$inboundSchema),
|
|
9574
9376
|
z.lazy(() => FiftyTwo$inboundSchema),
|
|
9575
9377
|
z.lazy(() => SeventySix$inboundSchema),
|
|
9576
|
-
z.lazy(() =>
|
|
9577
|
-
z.lazy(() =>
|
|
9578
|
-
z.lazy(() =>
|
|
9378
|
+
z.lazy(() => OneHundred$inboundSchema),
|
|
9379
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
9380
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
9579
9381
|
z.lazy(() => Fourteen$inboundSchema),
|
|
9580
9382
|
z.lazy(() => Eighteen$inboundSchema),
|
|
9581
9383
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
@@ -9591,21 +9393,21 @@ export const Payload$inboundSchema = z.union([
|
|
|
9591
9393
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
9592
9394
|
z.lazy(() => SixtyNine$inboundSchema),
|
|
9593
9395
|
z.lazy(() => SeventyOne$inboundSchema),
|
|
9594
|
-
z.lazy(() =>
|
|
9595
|
-
z.lazy(() =>
|
|
9396
|
+
z.lazy(() => EightyOne$inboundSchema),
|
|
9397
|
+
z.lazy(() => EightyFive$inboundSchema),
|
|
9398
|
+
z.lazy(() => EightyEight$inboundSchema),
|
|
9596
9399
|
z.lazy(() => EightyNine$inboundSchema),
|
|
9597
|
-
z.lazy(() =>
|
|
9598
|
-
z.lazy(() =>
|
|
9599
|
-
z.lazy(() =>
|
|
9400
|
+
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
9401
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
9402
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
9600
9403
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
9601
|
-
z.lazy(() =>
|
|
9602
|
-
z.lazy(() =>
|
|
9603
|
-
z.lazy(() =>
|
|
9604
|
-
z.lazy(() =>
|
|
9605
|
-
z.lazy(() =>
|
|
9404
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
9405
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
9406
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
9407
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
9408
|
+
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
9606
9409
|
z.lazy(() => OneHundredAndSeventyTwo$inboundSchema),
|
|
9607
9410
|
z.lazy(() => OneHundredAndSeventyThree$inboundSchema),
|
|
9608
|
-
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9609
9411
|
z.lazy(() => Three$inboundSchema),
|
|
9610
9412
|
z.lazy(() => Four$inboundSchema),
|
|
9611
9413
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -9626,38 +9428,38 @@ export const Payload$inboundSchema = z.union([
|
|
|
9626
9428
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
9627
9429
|
z.lazy(() => Seventy$inboundSchema),
|
|
9628
9430
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
9629
|
-
z.lazy(() =>
|
|
9431
|
+
z.lazy(() => EightyFour$inboundSchema),
|
|
9432
|
+
z.lazy(() => NinetyTwo$inboundSchema),
|
|
9630
9433
|
z.lazy(() => NinetyThree$inboundSchema),
|
|
9631
9434
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
9632
|
-
z.lazy(() =>
|
|
9435
|
+
z.lazy(() => NinetySeven$inboundSchema),
|
|
9633
9436
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
9634
9437
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
9635
|
-
z.lazy(() =>
|
|
9438
|
+
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
9636
9439
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
9637
|
-
z.lazy(() =>
|
|
9440
|
+
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
9638
9441
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
9639
|
-
z.lazy(() =>
|
|
9442
|
+
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
9640
9443
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
9641
9444
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
9642
|
-
z.lazy(() =>
|
|
9643
|
-
z.lazy(() =>
|
|
9445
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
9446
|
+
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
9644
9447
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
9645
|
-
z.lazy(() =>
|
|
9448
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
9646
9449
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
9647
|
-
z.lazy(() =>
|
|
9648
|
-
z.lazy(() =>
|
|
9649
|
-
z.lazy(() =>
|
|
9450
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
9451
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
9452
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
9650
9453
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
9651
9454
|
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
9652
|
-
z.lazy(() =>
|
|
9455
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
9653
9456
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
9654
|
-
z.lazy(() =>
|
|
9457
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
9655
9458
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
9656
|
-
z.lazy(() =>
|
|
9657
|
-
z.lazy(() =>
|
|
9459
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
9460
|
+
z.lazy(() => OneHundredAndSixtyThree$inboundSchema),
|
|
9658
9461
|
z.lazy(() => OneHundredAndSixtyFour$inboundSchema),
|
|
9659
9462
|
z.lazy(() => OneHundredAndSixtyFive$inboundSchema),
|
|
9660
|
-
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
9661
9463
|
z.lazy(() => Five$inboundSchema),
|
|
9662
9464
|
z.lazy(() => Seventeen$inboundSchema),
|
|
9663
9465
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
@@ -9673,42 +9475,42 @@ export const Payload$inboundSchema = z.union([
|
|
|
9673
9475
|
z.lazy(() => FiftyThree$inboundSchema),
|
|
9674
9476
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
9675
9477
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
9478
|
+
z.lazy(() => SeventyEight$inboundSchema),
|
|
9676
9479
|
z.lazy(() => SeventyNine$inboundSchema),
|
|
9677
9480
|
z.lazy(() => Eighty$inboundSchema),
|
|
9678
|
-
z.lazy(() =>
|
|
9481
|
+
z.lazy(() => EightyTwo$inboundSchema),
|
|
9679
9482
|
z.lazy(() => EightyThree$inboundSchema),
|
|
9680
|
-
z.lazy(() =>
|
|
9483
|
+
z.lazy(() => EightySix$inboundSchema),
|
|
9681
9484
|
z.lazy(() => EightySeven$inboundSchema),
|
|
9682
|
-
z.lazy(() =>
|
|
9485
|
+
z.lazy(() => Ninety$inboundSchema),
|
|
9683
9486
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
9684
|
-
z.lazy(() =>
|
|
9487
|
+
z.lazy(() => NinetyFive$inboundSchema),
|
|
9685
9488
|
z.lazy(() => NinetySix$inboundSchema),
|
|
9686
|
-
z.lazy(() =>
|
|
9489
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
9687
9490
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
9688
|
-
z.lazy(() =>
|
|
9689
|
-
z.lazy(() =>
|
|
9491
|
+
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
9492
|
+
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
9690
9493
|
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
9691
9494
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
9692
|
-
z.lazy(() =>
|
|
9495
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
9693
9496
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
9694
9497
|
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
9695
|
-
z.lazy(() =>
|
|
9498
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
9696
9499
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
9697
|
-
z.lazy(() =>
|
|
9698
|
-
z.lazy(() =>
|
|
9699
|
-
z.lazy(() =>
|
|
9700
|
-
z.lazy(() =>
|
|
9500
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
9501
|
+
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
9502
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
9503
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
9701
9504
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
9702
9505
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
9703
|
-
z.lazy(() =>
|
|
9704
|
-
z.lazy(() =>
|
|
9705
|
-
z.lazy(() =>
|
|
9706
|
-
z.lazy(() =>
|
|
9506
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
9507
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
9508
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
9509
|
+
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
9707
9510
|
z.lazy(() => OneHundredAndSixtySeven$inboundSchema),
|
|
9708
9511
|
z.lazy(() => OneHundredAndSixtyEight$inboundSchema),
|
|
9709
9512
|
z.lazy(() => OneHundredAndSixtyNine$inboundSchema),
|
|
9710
9513
|
z.lazy(() => OneHundredAndSeventy$inboundSchema),
|
|
9711
|
-
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
9712
9514
|
z.lazy(() => Payload1$inboundSchema),
|
|
9713
9515
|
z.lazy(() => Nine$inboundSchema),
|
|
9714
9516
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -9725,19 +9527,18 @@ export const Payload$inboundSchema = z.union([
|
|
|
9725
9527
|
z.lazy(() => SixtyTwo$inboundSchema),
|
|
9726
9528
|
z.lazy(() => SixtyThree$inboundSchema),
|
|
9727
9529
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
9728
|
-
z.lazy(() =>
|
|
9530
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
9531
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
9729
9532
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
9730
|
-
z.lazy(() =>
|
|
9533
|
+
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
9731
9534
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
9732
9535
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
9733
|
-
z.lazy(() =>
|
|
9536
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
9734
9537
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
9735
9538
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
9736
|
-
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
9737
9539
|
]);
|
|
9738
9540
|
/** @internal */
|
|
9739
9541
|
export const Payload$outboundSchema = z.union([
|
|
9740
|
-
z.lazy(() => SeventyEight$outboundSchema),
|
|
9741
9542
|
z.lazy(() => SeventyFour$outboundSchema),
|
|
9742
9543
|
z.lazy(() => SeventySeven$outboundSchema),
|
|
9743
9544
|
z.lazy(() => FortySeven$outboundSchema),
|
|
@@ -9746,14 +9547,14 @@ export const Payload$outboundSchema = z.union([
|
|
|
9746
9547
|
z.lazy(() => SixtySix$outboundSchema),
|
|
9747
9548
|
z.lazy(() => SeventyTwo$outboundSchema),
|
|
9748
9549
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
9749
|
-
z.lazy(() =>
|
|
9750
|
-
z.lazy(() =>
|
|
9550
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
9551
|
+
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
9751
9552
|
z.lazy(() => Payload2$outboundSchema),
|
|
9752
9553
|
z.lazy(() => FiftyTwo$outboundSchema),
|
|
9753
9554
|
z.lazy(() => SeventySix$outboundSchema),
|
|
9754
|
-
z.lazy(() =>
|
|
9755
|
-
z.lazy(() =>
|
|
9756
|
-
z.lazy(() =>
|
|
9555
|
+
z.lazy(() => OneHundred$outboundSchema),
|
|
9556
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
9557
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
9757
9558
|
z.lazy(() => Fourteen$outboundSchema),
|
|
9758
9559
|
z.lazy(() => Eighteen$outboundSchema),
|
|
9759
9560
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
@@ -9769,22 +9570,22 @@ export const Payload$outboundSchema = z.union([
|
|
|
9769
9570
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
9770
9571
|
z.lazy(() => SixtyNine$outboundSchema),
|
|
9771
9572
|
z.lazy(() => SeventyOne$outboundSchema),
|
|
9772
|
-
z.lazy(() =>
|
|
9773
|
-
z.lazy(() =>
|
|
9573
|
+
z.lazy(() => EightyOne$outboundSchema),
|
|
9574
|
+
z.lazy(() => EightyFive$outboundSchema),
|
|
9575
|
+
z.lazy(() => EightyEight$outboundSchema),
|
|
9774
9576
|
z.lazy(() => EightyNine$outboundSchema),
|
|
9775
|
-
z.lazy(() =>
|
|
9776
|
-
z.lazy(() =>
|
|
9777
|
-
z.lazy(() =>
|
|
9577
|
+
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
9578
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
9579
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
9778
9580
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
9779
|
-
z.lazy(() =>
|
|
9780
|
-
z.lazy(() =>
|
|
9781
|
-
z.lazy(() =>
|
|
9782
|
-
z.lazy(() =>
|
|
9783
|
-
z.lazy(() =>
|
|
9784
|
-
z.lazy(() => OneHundredAndSeventyTwo$outboundSchema),
|
|
9785
|
-
z.lazy(() => OneHundredAndSeventyThree$outboundSchema),
|
|
9786
|
-
z.lazy(() =>
|
|
9787
|
-
z.lazy(() => Three$outboundSchema),
|
|
9581
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
9582
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
9583
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
9584
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
9585
|
+
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
9586
|
+
z.lazy(() => OneHundredAndSeventyTwo$outboundSchema),
|
|
9587
|
+
z.lazy(() => OneHundredAndSeventyThree$outboundSchema),
|
|
9588
|
+
z.lazy(() => Three$outboundSchema),
|
|
9788
9589
|
z.lazy(() => Four$outboundSchema),
|
|
9789
9590
|
z.lazy(() => Six$outboundSchema),
|
|
9790
9591
|
z.lazy(() => Seven$outboundSchema),
|
|
@@ -9804,38 +9605,38 @@ export const Payload$outboundSchema = z.union([
|
|
|
9804
9605
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
9805
9606
|
z.lazy(() => Seventy$outboundSchema),
|
|
9806
9607
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
9807
|
-
z.lazy(() =>
|
|
9608
|
+
z.lazy(() => EightyFour$outboundSchema),
|
|
9609
|
+
z.lazy(() => NinetyTwo$outboundSchema),
|
|
9808
9610
|
z.lazy(() => NinetyThree$outboundSchema),
|
|
9809
9611
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
9810
|
-
z.lazy(() =>
|
|
9612
|
+
z.lazy(() => NinetySeven$outboundSchema),
|
|
9811
9613
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
9812
9614
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
9813
|
-
z.lazy(() =>
|
|
9615
|
+
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
9814
9616
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
9815
|
-
z.lazy(() =>
|
|
9617
|
+
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
9816
9618
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
9817
|
-
z.lazy(() =>
|
|
9619
|
+
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
9818
9620
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
9819
9621
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
9820
|
-
z.lazy(() =>
|
|
9821
|
-
z.lazy(() =>
|
|
9622
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
9623
|
+
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
9822
9624
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
9823
|
-
z.lazy(() =>
|
|
9625
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
9824
9626
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
9825
|
-
z.lazy(() =>
|
|
9826
|
-
z.lazy(() =>
|
|
9827
|
-
z.lazy(() =>
|
|
9627
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
9628
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
9629
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
9828
9630
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
9829
9631
|
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
9830
|
-
z.lazy(() =>
|
|
9632
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
9831
9633
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
9832
|
-
z.lazy(() =>
|
|
9634
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
9833
9635
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
9834
|
-
z.lazy(() =>
|
|
9835
|
-
z.lazy(() =>
|
|
9636
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
9637
|
+
z.lazy(() => OneHundredAndSixtyThree$outboundSchema),
|
|
9836
9638
|
z.lazy(() => OneHundredAndSixtyFour$outboundSchema),
|
|
9837
9639
|
z.lazy(() => OneHundredAndSixtyFive$outboundSchema),
|
|
9838
|
-
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
9839
9640
|
z.lazy(() => Five$outboundSchema),
|
|
9840
9641
|
z.lazy(() => Seventeen$outboundSchema),
|
|
9841
9642
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
@@ -9851,42 +9652,42 @@ export const Payload$outboundSchema = z.union([
|
|
|
9851
9652
|
z.lazy(() => FiftyThree$outboundSchema),
|
|
9852
9653
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
9853
9654
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
9655
|
+
z.lazy(() => SeventyEight$outboundSchema),
|
|
9854
9656
|
z.lazy(() => SeventyNine$outboundSchema),
|
|
9855
9657
|
z.lazy(() => Eighty$outboundSchema),
|
|
9856
|
-
z.lazy(() =>
|
|
9658
|
+
z.lazy(() => EightyTwo$outboundSchema),
|
|
9857
9659
|
z.lazy(() => EightyThree$outboundSchema),
|
|
9858
|
-
z.lazy(() =>
|
|
9660
|
+
z.lazy(() => EightySix$outboundSchema),
|
|
9859
9661
|
z.lazy(() => EightySeven$outboundSchema),
|
|
9860
|
-
z.lazy(() =>
|
|
9662
|
+
z.lazy(() => Ninety$outboundSchema),
|
|
9861
9663
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
9862
|
-
z.lazy(() =>
|
|
9664
|
+
z.lazy(() => NinetyFive$outboundSchema),
|
|
9863
9665
|
z.lazy(() => NinetySix$outboundSchema),
|
|
9864
|
-
z.lazy(() =>
|
|
9666
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
9865
9667
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
9866
|
-
z.lazy(() =>
|
|
9867
|
-
z.lazy(() =>
|
|
9668
|
+
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
9669
|
+
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
9868
9670
|
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
9869
9671
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
9870
|
-
z.lazy(() =>
|
|
9672
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
9871
9673
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
9872
9674
|
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
9873
|
-
z.lazy(() =>
|
|
9675
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
9874
9676
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
9875
|
-
z.lazy(() =>
|
|
9876
|
-
z.lazy(() =>
|
|
9877
|
-
z.lazy(() =>
|
|
9878
|
-
z.lazy(() =>
|
|
9677
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
9678
|
+
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
9679
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
9680
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
9879
9681
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
9880
9682
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
9881
|
-
z.lazy(() =>
|
|
9882
|
-
z.lazy(() =>
|
|
9883
|
-
z.lazy(() =>
|
|
9884
|
-
z.lazy(() =>
|
|
9683
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
9684
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
9685
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
9686
|
+
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
9885
9687
|
z.lazy(() => OneHundredAndSixtySeven$outboundSchema),
|
|
9886
9688
|
z.lazy(() => OneHundredAndSixtyEight$outboundSchema),
|
|
9887
9689
|
z.lazy(() => OneHundredAndSixtyNine$outboundSchema),
|
|
9888
9690
|
z.lazy(() => OneHundredAndSeventy$outboundSchema),
|
|
9889
|
-
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
9890
9691
|
z.lazy(() => Payload1$outboundSchema),
|
|
9891
9692
|
z.lazy(() => Nine$outboundSchema),
|
|
9892
9693
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -9903,15 +9704,15 @@ export const Payload$outboundSchema = z.union([
|
|
|
9903
9704
|
z.lazy(() => SixtyTwo$outboundSchema),
|
|
9904
9705
|
z.lazy(() => SixtyThree$outboundSchema),
|
|
9905
9706
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
9906
|
-
z.lazy(() =>
|
|
9707
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
9708
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
9907
9709
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
9908
|
-
z.lazy(() =>
|
|
9710
|
+
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
9909
9711
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
9910
9712
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
9911
|
-
z.lazy(() =>
|
|
9713
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
9912
9714
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
9913
9715
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
9914
|
-
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
9915
9716
|
]);
|
|
9916
9717
|
export function payloadToJSON(payload) {
|
|
9917
9718
|
return JSON.stringify(Payload$outboundSchema.parse(payload));
|
|
@@ -9938,7 +9739,6 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
9938
9739
|
principalId: z.string(),
|
|
9939
9740
|
viaIds: z.array(z.string()).optional(),
|
|
9940
9741
|
payload: z.union([
|
|
9941
|
-
z.lazy(() => SeventyEight$inboundSchema),
|
|
9942
9742
|
z.lazy(() => SeventyFour$inboundSchema),
|
|
9943
9743
|
z.lazy(() => SeventySeven$inboundSchema),
|
|
9944
9744
|
z.lazy(() => FortySeven$inboundSchema),
|
|
@@ -9947,14 +9747,14 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
9947
9747
|
z.lazy(() => SixtySix$inboundSchema),
|
|
9948
9748
|
z.lazy(() => SeventyTwo$inboundSchema),
|
|
9949
9749
|
z.lazy(() => SeventyFive$inboundSchema),
|
|
9950
|
-
z.lazy(() =>
|
|
9951
|
-
z.lazy(() =>
|
|
9750
|
+
z.lazy(() => OneHundredAndFortyThree$inboundSchema),
|
|
9751
|
+
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9952
9752
|
z.lazy(() => Payload2$inboundSchema),
|
|
9953
9753
|
z.lazy(() => FiftyTwo$inboundSchema),
|
|
9954
9754
|
z.lazy(() => SeventySix$inboundSchema),
|
|
9955
|
-
z.lazy(() =>
|
|
9956
|
-
z.lazy(() =>
|
|
9957
|
-
z.lazy(() =>
|
|
9755
|
+
z.lazy(() => OneHundred$inboundSchema),
|
|
9756
|
+
z.lazy(() => OneHundredAndTwelve$inboundSchema),
|
|
9757
|
+
z.lazy(() => OneHundredAndFiftyFour$inboundSchema),
|
|
9958
9758
|
z.lazy(() => Fourteen$inboundSchema),
|
|
9959
9759
|
z.lazy(() => Eighteen$inboundSchema),
|
|
9960
9760
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
@@ -9970,21 +9770,21 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
9970
9770
|
z.lazy(() => SixtyEight$inboundSchema),
|
|
9971
9771
|
z.lazy(() => SixtyNine$inboundSchema),
|
|
9972
9772
|
z.lazy(() => SeventyOne$inboundSchema),
|
|
9973
|
-
z.lazy(() =>
|
|
9974
|
-
z.lazy(() =>
|
|
9773
|
+
z.lazy(() => EightyOne$inboundSchema),
|
|
9774
|
+
z.lazy(() => EightyFive$inboundSchema),
|
|
9775
|
+
z.lazy(() => EightyEight$inboundSchema),
|
|
9975
9776
|
z.lazy(() => EightyNine$inboundSchema),
|
|
9976
|
-
z.lazy(() =>
|
|
9977
|
-
z.lazy(() =>
|
|
9978
|
-
z.lazy(() =>
|
|
9777
|
+
z.lazy(() => OneHundredAndThree$inboundSchema),
|
|
9778
|
+
z.lazy(() => OneHundredAndTwentyOne$inboundSchema),
|
|
9779
|
+
z.lazy(() => OneHundredAndFortyFive$inboundSchema),
|
|
9979
9780
|
z.lazy(() => OneHundredAndFortySix$inboundSchema),
|
|
9980
|
-
z.lazy(() =>
|
|
9981
|
-
z.lazy(() =>
|
|
9982
|
-
z.lazy(() =>
|
|
9983
|
-
z.lazy(() =>
|
|
9984
|
-
z.lazy(() =>
|
|
9781
|
+
z.lazy(() => OneHundredAndFiftyThree$inboundSchema),
|
|
9782
|
+
z.lazy(() => OneHundredAndFiftyFive$inboundSchema),
|
|
9783
|
+
z.lazy(() => OneHundredAndFiftySeven$inboundSchema),
|
|
9784
|
+
z.lazy(() => OneHundredAndSixty$inboundSchema),
|
|
9785
|
+
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
9985
9786
|
z.lazy(() => OneHundredAndSeventyTwo$inboundSchema),
|
|
9986
9787
|
z.lazy(() => OneHundredAndSeventyThree$inboundSchema),
|
|
9987
|
-
z.lazy(() => OneHundredAndSeventyFour$inboundSchema),
|
|
9988
9788
|
z.lazy(() => Three$inboundSchema),
|
|
9989
9789
|
z.lazy(() => Four$inboundSchema),
|
|
9990
9790
|
z.lazy(() => Six$inboundSchema),
|
|
@@ -10005,38 +9805,38 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10005
9805
|
z.lazy(() => SixtyFive$inboundSchema),
|
|
10006
9806
|
z.lazy(() => Seventy$inboundSchema),
|
|
10007
9807
|
z.lazy(() => SeventyThree$inboundSchema),
|
|
10008
|
-
z.lazy(() =>
|
|
9808
|
+
z.lazy(() => EightyFour$inboundSchema),
|
|
9809
|
+
z.lazy(() => NinetyTwo$inboundSchema),
|
|
10009
9810
|
z.lazy(() => NinetyThree$inboundSchema),
|
|
10010
9811
|
z.lazy(() => NinetyFour$inboundSchema),
|
|
10011
|
-
z.lazy(() =>
|
|
9812
|
+
z.lazy(() => NinetySeven$inboundSchema),
|
|
10012
9813
|
z.lazy(() => NinetyEight$inboundSchema),
|
|
10013
9814
|
z.lazy(() => NinetyNine$inboundSchema),
|
|
10014
|
-
z.lazy(() =>
|
|
9815
|
+
z.lazy(() => OneHundredAndOne$inboundSchema),
|
|
10015
9816
|
z.lazy(() => OneHundredAndTwo$inboundSchema),
|
|
10016
|
-
z.lazy(() =>
|
|
9817
|
+
z.lazy(() => OneHundredAndFour$inboundSchema),
|
|
10017
9818
|
z.lazy(() => OneHundredAndFive$inboundSchema),
|
|
10018
|
-
z.lazy(() =>
|
|
9819
|
+
z.lazy(() => OneHundredAndEight$inboundSchema),
|
|
10019
9820
|
z.lazy(() => OneHundredAndNine$inboundSchema),
|
|
10020
9821
|
z.lazy(() => OneHundredAndTen$inboundSchema),
|
|
10021
|
-
z.lazy(() =>
|
|
10022
|
-
z.lazy(() =>
|
|
9822
|
+
z.lazy(() => OneHundredAndSeventeen$inboundSchema),
|
|
9823
|
+
z.lazy(() => OneHundredAndTwentySix$inboundSchema),
|
|
10023
9824
|
z.lazy(() => OneHundredAndTwentySeven$inboundSchema),
|
|
10024
|
-
z.lazy(() =>
|
|
9825
|
+
z.lazy(() => OneHundredAndThirtyTwo$inboundSchema),
|
|
10025
9826
|
z.lazy(() => OneHundredAndThirtyThree$inboundSchema),
|
|
10026
|
-
z.lazy(() =>
|
|
10027
|
-
z.lazy(() =>
|
|
10028
|
-
z.lazy(() =>
|
|
9827
|
+
z.lazy(() => OneHundredAndThirtyFive$inboundSchema),
|
|
9828
|
+
z.lazy(() => OneHundredAndFortyFour$inboundSchema),
|
|
9829
|
+
z.lazy(() => OneHundredAndFortySeven$inboundSchema),
|
|
10029
9830
|
z.lazy(() => OneHundredAndFortyEight$inboundSchema),
|
|
10030
9831
|
z.lazy(() => OneHundredAndFortyNine$inboundSchema),
|
|
10031
|
-
z.lazy(() =>
|
|
9832
|
+
z.lazy(() => OneHundredAndFiftyOne$inboundSchema),
|
|
10032
9833
|
z.lazy(() => OneHundredAndFiftyTwo$inboundSchema),
|
|
10033
|
-
z.lazy(() =>
|
|
9834
|
+
z.lazy(() => OneHundredAndFiftyEight$inboundSchema),
|
|
10034
9835
|
z.lazy(() => OneHundredAndFiftyNine$inboundSchema),
|
|
10035
|
-
z.lazy(() =>
|
|
10036
|
-
z.lazy(() =>
|
|
9836
|
+
z.lazy(() => OneHundredAndSixtyOne$inboundSchema),
|
|
9837
|
+
z.lazy(() => OneHundredAndSixtyThree$inboundSchema),
|
|
10037
9838
|
z.lazy(() => OneHundredAndSixtyFour$inboundSchema),
|
|
10038
9839
|
z.lazy(() => OneHundredAndSixtyFive$inboundSchema),
|
|
10039
|
-
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
10040
9840
|
z.lazy(() => Five$inboundSchema),
|
|
10041
9841
|
z.lazy(() => Seventeen$inboundSchema),
|
|
10042
9842
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
@@ -10052,42 +9852,42 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10052
9852
|
z.lazy(() => FiftyThree$inboundSchema),
|
|
10053
9853
|
z.lazy(() => FiftyEight$inboundSchema),
|
|
10054
9854
|
z.lazy(() => FiftyNine$inboundSchema),
|
|
9855
|
+
z.lazy(() => SeventyEight$inboundSchema),
|
|
10055
9856
|
z.lazy(() => SeventyNine$inboundSchema),
|
|
10056
9857
|
z.lazy(() => Eighty$inboundSchema),
|
|
10057
|
-
z.lazy(() =>
|
|
9858
|
+
z.lazy(() => EightyTwo$inboundSchema),
|
|
10058
9859
|
z.lazy(() => EightyThree$inboundSchema),
|
|
10059
|
-
z.lazy(() =>
|
|
9860
|
+
z.lazy(() => EightySix$inboundSchema),
|
|
10060
9861
|
z.lazy(() => EightySeven$inboundSchema),
|
|
10061
|
-
z.lazy(() =>
|
|
9862
|
+
z.lazy(() => Ninety$inboundSchema),
|
|
10062
9863
|
z.lazy(() => NinetyOne$inboundSchema),
|
|
10063
|
-
z.lazy(() =>
|
|
9864
|
+
z.lazy(() => NinetyFive$inboundSchema),
|
|
10064
9865
|
z.lazy(() => NinetySix$inboundSchema),
|
|
10065
|
-
z.lazy(() =>
|
|
9866
|
+
z.lazy(() => OneHundredAndSix$inboundSchema),
|
|
10066
9867
|
z.lazy(() => OneHundredAndSeven$inboundSchema),
|
|
10067
|
-
z.lazy(() =>
|
|
10068
|
-
z.lazy(() =>
|
|
9868
|
+
z.lazy(() => OneHundredAndEleven$inboundSchema),
|
|
9869
|
+
z.lazy(() => OneHundredAndThirteen$inboundSchema),
|
|
10069
9870
|
z.lazy(() => OneHundredAndFourteen$inboundSchema),
|
|
10070
9871
|
z.lazy(() => OneHundredAndFifteen$inboundSchema),
|
|
10071
|
-
z.lazy(() =>
|
|
9872
|
+
z.lazy(() => OneHundredAndEighteen$inboundSchema),
|
|
10072
9873
|
z.lazy(() => OneHundredAndNineteen$inboundSchema),
|
|
10073
9874
|
z.lazy(() => OneHundredAndTwenty$inboundSchema),
|
|
10074
|
-
z.lazy(() =>
|
|
9875
|
+
z.lazy(() => OneHundredAndTwentyFour$inboundSchema),
|
|
10075
9876
|
z.lazy(() => OneHundredAndTwentyFive$inboundSchema),
|
|
10076
|
-
z.lazy(() =>
|
|
10077
|
-
z.lazy(() =>
|
|
10078
|
-
z.lazy(() =>
|
|
10079
|
-
z.lazy(() =>
|
|
9877
|
+
z.lazy(() => OneHundredAndTwentyEight$inboundSchema),
|
|
9878
|
+
z.lazy(() => OneHundredAndThirtyFour$inboundSchema),
|
|
9879
|
+
z.lazy(() => OneHundredAndThirtySix$inboundSchema),
|
|
9880
|
+
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
10080
9881
|
z.lazy(() => OneHundredAndFortyOne$inboundSchema),
|
|
10081
9882
|
z.lazy(() => OneHundredAndFortyTwo$inboundSchema),
|
|
10082
|
-
z.lazy(() =>
|
|
10083
|
-
z.lazy(() =>
|
|
10084
|
-
z.lazy(() =>
|
|
10085
|
-
z.lazy(() =>
|
|
9883
|
+
z.lazy(() => OneHundredAndFifty$inboundSchema),
|
|
9884
|
+
z.lazy(() => OneHundredAndFiftySix$inboundSchema),
|
|
9885
|
+
z.lazy(() => OneHundredAndSixtyTwo$inboundSchema),
|
|
9886
|
+
z.lazy(() => OneHundredAndSixtySix$inboundSchema),
|
|
10086
9887
|
z.lazy(() => OneHundredAndSixtySeven$inboundSchema),
|
|
10087
9888
|
z.lazy(() => OneHundredAndSixtyEight$inboundSchema),
|
|
10088
9889
|
z.lazy(() => OneHundredAndSixtyNine$inboundSchema),
|
|
10089
9890
|
z.lazy(() => OneHundredAndSeventy$inboundSchema),
|
|
10090
|
-
z.lazy(() => OneHundredAndSeventyOne$inboundSchema),
|
|
10091
9891
|
z.lazy(() => Payload1$inboundSchema),
|
|
10092
9892
|
z.lazy(() => Nine$inboundSchema),
|
|
10093
9893
|
z.lazy(() => Ten$inboundSchema),
|
|
@@ -10104,15 +9904,15 @@ export const UserEvent$inboundSchema = z.object({
|
|
|
10104
9904
|
z.lazy(() => SixtyTwo$inboundSchema),
|
|
10105
9905
|
z.lazy(() => SixtyThree$inboundSchema),
|
|
10106
9906
|
z.lazy(() => SixtyFour$inboundSchema),
|
|
10107
|
-
z.lazy(() =>
|
|
9907
|
+
z.lazy(() => OneHundredAndSixteen$inboundSchema),
|
|
9908
|
+
z.lazy(() => OneHundredAndTwentyTwo$inboundSchema),
|
|
10108
9909
|
z.lazy(() => OneHundredAndTwentyThree$inboundSchema),
|
|
10109
|
-
z.lazy(() =>
|
|
9910
|
+
z.lazy(() => OneHundredAndTwentyNine$inboundSchema),
|
|
10110
9911
|
z.lazy(() => OneHundredAndThirty$inboundSchema),
|
|
10111
9912
|
z.lazy(() => OneHundredAndThirtyOne$inboundSchema),
|
|
10112
|
-
z.lazy(() =>
|
|
9913
|
+
z.lazy(() => OneHundredAndThirtySeven$inboundSchema),
|
|
10113
9914
|
z.lazy(() => OneHundredAndThirtyEight$inboundSchema),
|
|
10114
9915
|
z.lazy(() => OneHundredAndThirtyNine$inboundSchema),
|
|
10115
|
-
z.lazy(() => OneHundredAndForty$inboundSchema),
|
|
10116
9916
|
]).optional(),
|
|
10117
9917
|
});
|
|
10118
9918
|
/** @internal */
|
|
@@ -10134,7 +9934,6 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10134
9934
|
principalId: z.string(),
|
|
10135
9935
|
viaIds: z.array(z.string()).optional(),
|
|
10136
9936
|
payload: z.union([
|
|
10137
|
-
z.lazy(() => SeventyEight$outboundSchema),
|
|
10138
9937
|
z.lazy(() => SeventyFour$outboundSchema),
|
|
10139
9938
|
z.lazy(() => SeventySeven$outboundSchema),
|
|
10140
9939
|
z.lazy(() => FortySeven$outboundSchema),
|
|
@@ -10143,14 +9942,14 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10143
9942
|
z.lazy(() => SixtySix$outboundSchema),
|
|
10144
9943
|
z.lazy(() => SeventyTwo$outboundSchema),
|
|
10145
9944
|
z.lazy(() => SeventyFive$outboundSchema),
|
|
10146
|
-
z.lazy(() =>
|
|
10147
|
-
z.lazy(() =>
|
|
9945
|
+
z.lazy(() => OneHundredAndFortyThree$outboundSchema),
|
|
9946
|
+
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
10148
9947
|
z.lazy(() => Payload2$outboundSchema),
|
|
10149
9948
|
z.lazy(() => FiftyTwo$outboundSchema),
|
|
10150
9949
|
z.lazy(() => SeventySix$outboundSchema),
|
|
10151
|
-
z.lazy(() =>
|
|
10152
|
-
z.lazy(() =>
|
|
10153
|
-
z.lazy(() =>
|
|
9950
|
+
z.lazy(() => OneHundred$outboundSchema),
|
|
9951
|
+
z.lazy(() => OneHundredAndTwelve$outboundSchema),
|
|
9952
|
+
z.lazy(() => OneHundredAndFiftyFour$outboundSchema),
|
|
10154
9953
|
z.lazy(() => Fourteen$outboundSchema),
|
|
10155
9954
|
z.lazy(() => Eighteen$outboundSchema),
|
|
10156
9955
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
@@ -10166,21 +9965,21 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10166
9965
|
z.lazy(() => SixtyEight$outboundSchema),
|
|
10167
9966
|
z.lazy(() => SixtyNine$outboundSchema),
|
|
10168
9967
|
z.lazy(() => SeventyOne$outboundSchema),
|
|
10169
|
-
z.lazy(() =>
|
|
10170
|
-
z.lazy(() =>
|
|
9968
|
+
z.lazy(() => EightyOne$outboundSchema),
|
|
9969
|
+
z.lazy(() => EightyFive$outboundSchema),
|
|
9970
|
+
z.lazy(() => EightyEight$outboundSchema),
|
|
10171
9971
|
z.lazy(() => EightyNine$outboundSchema),
|
|
10172
|
-
z.lazy(() =>
|
|
10173
|
-
z.lazy(() =>
|
|
10174
|
-
z.lazy(() =>
|
|
9972
|
+
z.lazy(() => OneHundredAndThree$outboundSchema),
|
|
9973
|
+
z.lazy(() => OneHundredAndTwentyOne$outboundSchema),
|
|
9974
|
+
z.lazy(() => OneHundredAndFortyFive$outboundSchema),
|
|
10175
9975
|
z.lazy(() => OneHundredAndFortySix$outboundSchema),
|
|
10176
|
-
z.lazy(() =>
|
|
10177
|
-
z.lazy(() =>
|
|
10178
|
-
z.lazy(() =>
|
|
10179
|
-
z.lazy(() =>
|
|
10180
|
-
z.lazy(() =>
|
|
9976
|
+
z.lazy(() => OneHundredAndFiftyThree$outboundSchema),
|
|
9977
|
+
z.lazy(() => OneHundredAndFiftyFive$outboundSchema),
|
|
9978
|
+
z.lazy(() => OneHundredAndFiftySeven$outboundSchema),
|
|
9979
|
+
z.lazy(() => OneHundredAndSixty$outboundSchema),
|
|
9980
|
+
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
10181
9981
|
z.lazy(() => OneHundredAndSeventyTwo$outboundSchema),
|
|
10182
9982
|
z.lazy(() => OneHundredAndSeventyThree$outboundSchema),
|
|
10183
|
-
z.lazy(() => OneHundredAndSeventyFour$outboundSchema),
|
|
10184
9983
|
z.lazy(() => Three$outboundSchema),
|
|
10185
9984
|
z.lazy(() => Four$outboundSchema),
|
|
10186
9985
|
z.lazy(() => Six$outboundSchema),
|
|
@@ -10201,38 +10000,38 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10201
10000
|
z.lazy(() => SixtyFive$outboundSchema),
|
|
10202
10001
|
z.lazy(() => Seventy$outboundSchema),
|
|
10203
10002
|
z.lazy(() => SeventyThree$outboundSchema),
|
|
10204
|
-
z.lazy(() =>
|
|
10003
|
+
z.lazy(() => EightyFour$outboundSchema),
|
|
10004
|
+
z.lazy(() => NinetyTwo$outboundSchema),
|
|
10205
10005
|
z.lazy(() => NinetyThree$outboundSchema),
|
|
10206
10006
|
z.lazy(() => NinetyFour$outboundSchema),
|
|
10207
|
-
z.lazy(() =>
|
|
10007
|
+
z.lazy(() => NinetySeven$outboundSchema),
|
|
10208
10008
|
z.lazy(() => NinetyEight$outboundSchema),
|
|
10209
10009
|
z.lazy(() => NinetyNine$outboundSchema),
|
|
10210
|
-
z.lazy(() =>
|
|
10010
|
+
z.lazy(() => OneHundredAndOne$outboundSchema),
|
|
10211
10011
|
z.lazy(() => OneHundredAndTwo$outboundSchema),
|
|
10212
|
-
z.lazy(() =>
|
|
10012
|
+
z.lazy(() => OneHundredAndFour$outboundSchema),
|
|
10213
10013
|
z.lazy(() => OneHundredAndFive$outboundSchema),
|
|
10214
|
-
z.lazy(() =>
|
|
10014
|
+
z.lazy(() => OneHundredAndEight$outboundSchema),
|
|
10215
10015
|
z.lazy(() => OneHundredAndNine$outboundSchema),
|
|
10216
10016
|
z.lazy(() => OneHundredAndTen$outboundSchema),
|
|
10217
|
-
z.lazy(() =>
|
|
10218
|
-
z.lazy(() =>
|
|
10017
|
+
z.lazy(() => OneHundredAndSeventeen$outboundSchema),
|
|
10018
|
+
z.lazy(() => OneHundredAndTwentySix$outboundSchema),
|
|
10219
10019
|
z.lazy(() => OneHundredAndTwentySeven$outboundSchema),
|
|
10220
|
-
z.lazy(() =>
|
|
10020
|
+
z.lazy(() => OneHundredAndThirtyTwo$outboundSchema),
|
|
10221
10021
|
z.lazy(() => OneHundredAndThirtyThree$outboundSchema),
|
|
10222
|
-
z.lazy(() =>
|
|
10223
|
-
z.lazy(() =>
|
|
10224
|
-
z.lazy(() =>
|
|
10022
|
+
z.lazy(() => OneHundredAndThirtyFive$outboundSchema),
|
|
10023
|
+
z.lazy(() => OneHundredAndFortyFour$outboundSchema),
|
|
10024
|
+
z.lazy(() => OneHundredAndFortySeven$outboundSchema),
|
|
10225
10025
|
z.lazy(() => OneHundredAndFortyEight$outboundSchema),
|
|
10226
10026
|
z.lazy(() => OneHundredAndFortyNine$outboundSchema),
|
|
10227
|
-
z.lazy(() =>
|
|
10027
|
+
z.lazy(() => OneHundredAndFiftyOne$outboundSchema),
|
|
10228
10028
|
z.lazy(() => OneHundredAndFiftyTwo$outboundSchema),
|
|
10229
|
-
z.lazy(() =>
|
|
10029
|
+
z.lazy(() => OneHundredAndFiftyEight$outboundSchema),
|
|
10230
10030
|
z.lazy(() => OneHundredAndFiftyNine$outboundSchema),
|
|
10231
|
-
z.lazy(() =>
|
|
10232
|
-
z.lazy(() =>
|
|
10031
|
+
z.lazy(() => OneHundredAndSixtyOne$outboundSchema),
|
|
10032
|
+
z.lazy(() => OneHundredAndSixtyThree$outboundSchema),
|
|
10233
10033
|
z.lazy(() => OneHundredAndSixtyFour$outboundSchema),
|
|
10234
10034
|
z.lazy(() => OneHundredAndSixtyFive$outboundSchema),
|
|
10235
|
-
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
10236
10035
|
z.lazy(() => Five$outboundSchema),
|
|
10237
10036
|
z.lazy(() => Seventeen$outboundSchema),
|
|
10238
10037
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
@@ -10248,42 +10047,42 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10248
10047
|
z.lazy(() => FiftyThree$outboundSchema),
|
|
10249
10048
|
z.lazy(() => FiftyEight$outboundSchema),
|
|
10250
10049
|
z.lazy(() => FiftyNine$outboundSchema),
|
|
10050
|
+
z.lazy(() => SeventyEight$outboundSchema),
|
|
10251
10051
|
z.lazy(() => SeventyNine$outboundSchema),
|
|
10252
10052
|
z.lazy(() => Eighty$outboundSchema),
|
|
10253
|
-
z.lazy(() =>
|
|
10053
|
+
z.lazy(() => EightyTwo$outboundSchema),
|
|
10254
10054
|
z.lazy(() => EightyThree$outboundSchema),
|
|
10255
|
-
z.lazy(() =>
|
|
10055
|
+
z.lazy(() => EightySix$outboundSchema),
|
|
10256
10056
|
z.lazy(() => EightySeven$outboundSchema),
|
|
10257
|
-
z.lazy(() =>
|
|
10057
|
+
z.lazy(() => Ninety$outboundSchema),
|
|
10258
10058
|
z.lazy(() => NinetyOne$outboundSchema),
|
|
10259
|
-
z.lazy(() =>
|
|
10059
|
+
z.lazy(() => NinetyFive$outboundSchema),
|
|
10260
10060
|
z.lazy(() => NinetySix$outboundSchema),
|
|
10261
|
-
z.lazy(() =>
|
|
10061
|
+
z.lazy(() => OneHundredAndSix$outboundSchema),
|
|
10262
10062
|
z.lazy(() => OneHundredAndSeven$outboundSchema),
|
|
10263
|
-
z.lazy(() =>
|
|
10264
|
-
z.lazy(() =>
|
|
10063
|
+
z.lazy(() => OneHundredAndEleven$outboundSchema),
|
|
10064
|
+
z.lazy(() => OneHundredAndThirteen$outboundSchema),
|
|
10265
10065
|
z.lazy(() => OneHundredAndFourteen$outboundSchema),
|
|
10266
10066
|
z.lazy(() => OneHundredAndFifteen$outboundSchema),
|
|
10267
|
-
z.lazy(() =>
|
|
10067
|
+
z.lazy(() => OneHundredAndEighteen$outboundSchema),
|
|
10268
10068
|
z.lazy(() => OneHundredAndNineteen$outboundSchema),
|
|
10269
10069
|
z.lazy(() => OneHundredAndTwenty$outboundSchema),
|
|
10270
|
-
z.lazy(() =>
|
|
10070
|
+
z.lazy(() => OneHundredAndTwentyFour$outboundSchema),
|
|
10271
10071
|
z.lazy(() => OneHundredAndTwentyFive$outboundSchema),
|
|
10272
|
-
z.lazy(() =>
|
|
10273
|
-
z.lazy(() =>
|
|
10274
|
-
z.lazy(() =>
|
|
10275
|
-
z.lazy(() =>
|
|
10072
|
+
z.lazy(() => OneHundredAndTwentyEight$outboundSchema),
|
|
10073
|
+
z.lazy(() => OneHundredAndThirtyFour$outboundSchema),
|
|
10074
|
+
z.lazy(() => OneHundredAndThirtySix$outboundSchema),
|
|
10075
|
+
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
10276
10076
|
z.lazy(() => OneHundredAndFortyOne$outboundSchema),
|
|
10277
10077
|
z.lazy(() => OneHundredAndFortyTwo$outboundSchema),
|
|
10278
|
-
z.lazy(() =>
|
|
10279
|
-
z.lazy(() =>
|
|
10280
|
-
z.lazy(() =>
|
|
10281
|
-
z.lazy(() =>
|
|
10078
|
+
z.lazy(() => OneHundredAndFifty$outboundSchema),
|
|
10079
|
+
z.lazy(() => OneHundredAndFiftySix$outboundSchema),
|
|
10080
|
+
z.lazy(() => OneHundredAndSixtyTwo$outboundSchema),
|
|
10081
|
+
z.lazy(() => OneHundredAndSixtySix$outboundSchema),
|
|
10282
10082
|
z.lazy(() => OneHundredAndSixtySeven$outboundSchema),
|
|
10283
10083
|
z.lazy(() => OneHundredAndSixtyEight$outboundSchema),
|
|
10284
10084
|
z.lazy(() => OneHundredAndSixtyNine$outboundSchema),
|
|
10285
10085
|
z.lazy(() => OneHundredAndSeventy$outboundSchema),
|
|
10286
|
-
z.lazy(() => OneHundredAndSeventyOne$outboundSchema),
|
|
10287
10086
|
z.lazy(() => Payload1$outboundSchema),
|
|
10288
10087
|
z.lazy(() => Nine$outboundSchema),
|
|
10289
10088
|
z.lazy(() => Ten$outboundSchema),
|
|
@@ -10300,15 +10099,15 @@ export const UserEvent$outboundSchema = z.object({
|
|
|
10300
10099
|
z.lazy(() => SixtyTwo$outboundSchema),
|
|
10301
10100
|
z.lazy(() => SixtyThree$outboundSchema),
|
|
10302
10101
|
z.lazy(() => SixtyFour$outboundSchema),
|
|
10303
|
-
z.lazy(() =>
|
|
10102
|
+
z.lazy(() => OneHundredAndSixteen$outboundSchema),
|
|
10103
|
+
z.lazy(() => OneHundredAndTwentyTwo$outboundSchema),
|
|
10304
10104
|
z.lazy(() => OneHundredAndTwentyThree$outboundSchema),
|
|
10305
|
-
z.lazy(() =>
|
|
10105
|
+
z.lazy(() => OneHundredAndTwentyNine$outboundSchema),
|
|
10306
10106
|
z.lazy(() => OneHundredAndThirty$outboundSchema),
|
|
10307
10107
|
z.lazy(() => OneHundredAndThirtyOne$outboundSchema),
|
|
10308
|
-
z.lazy(() =>
|
|
10108
|
+
z.lazy(() => OneHundredAndThirtySeven$outboundSchema),
|
|
10309
10109
|
z.lazy(() => OneHundredAndThirtyEight$outboundSchema),
|
|
10310
10110
|
z.lazy(() => OneHundredAndThirtyNine$outboundSchema),
|
|
10311
|
-
z.lazy(() => OneHundredAndForty$outboundSchema),
|
|
10312
10111
|
]).optional(),
|
|
10313
10112
|
});
|
|
10314
10113
|
export function userEventToJSON(userEvent) {
|