@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
|
@@ -164,7 +164,7 @@ export type PayloadApp = {
|
|
|
164
164
|
/**
|
|
165
165
|
* The payload of the event, if requested.
|
|
166
166
|
*/
|
|
167
|
-
export type
|
|
167
|
+
export type OneHundredAndSeventyFour = {
|
|
168
168
|
grantType: GrantType;
|
|
169
169
|
/**
|
|
170
170
|
* the app's name at the time the event was published (it could have changed since then)
|
|
@@ -197,11 +197,11 @@ export type OneHundredAndSeventyFive = {
|
|
|
197
197
|
*/
|
|
198
198
|
sessionId?: string | undefined;
|
|
199
199
|
};
|
|
200
|
-
export type
|
|
200
|
+
export type UserEventPayload173Team = {
|
|
201
201
|
id: string;
|
|
202
202
|
name: string;
|
|
203
203
|
};
|
|
204
|
-
export type
|
|
204
|
+
export type UserEventPayload173Configuration = {
|
|
205
205
|
id: string;
|
|
206
206
|
name?: string | undefined;
|
|
207
207
|
};
|
|
@@ -212,17 +212,17 @@ export type UserEventPayloadPeering = {
|
|
|
212
212
|
/**
|
|
213
213
|
* The payload of the event, if requested.
|
|
214
214
|
*/
|
|
215
|
-
export type
|
|
216
|
-
team:
|
|
217
|
-
configuration:
|
|
215
|
+
export type OneHundredAndSeventyThree = {
|
|
216
|
+
team: UserEventPayload173Team;
|
|
217
|
+
configuration: UserEventPayload173Configuration;
|
|
218
218
|
peering: UserEventPayloadPeering;
|
|
219
219
|
newName?: string | undefined;
|
|
220
220
|
};
|
|
221
|
-
export type
|
|
221
|
+
export type UserEventPayload172Team = {
|
|
222
222
|
id: string;
|
|
223
223
|
name: string;
|
|
224
224
|
};
|
|
225
|
-
export type
|
|
225
|
+
export type UserEventPayload172Configuration = {
|
|
226
226
|
id: string;
|
|
227
227
|
name?: string | undefined;
|
|
228
228
|
};
|
|
@@ -233,16 +233,16 @@ export type PayloadPeering = {
|
|
|
233
233
|
/**
|
|
234
234
|
* The payload of the event, if requested.
|
|
235
235
|
*/
|
|
236
|
-
export type
|
|
237
|
-
team:
|
|
238
|
-
configuration:
|
|
236
|
+
export type OneHundredAndSeventyTwo = {
|
|
237
|
+
team: UserEventPayload172Team;
|
|
238
|
+
configuration: UserEventPayload172Configuration;
|
|
239
239
|
peering: PayloadPeering;
|
|
240
240
|
};
|
|
241
|
-
export type
|
|
241
|
+
export type UserEventPayload171Team = {
|
|
242
242
|
id: string;
|
|
243
243
|
name: string;
|
|
244
244
|
};
|
|
245
|
-
export type
|
|
245
|
+
export type UserEventPayload171Configuration = {
|
|
246
246
|
id: string;
|
|
247
247
|
name?: string | undefined;
|
|
248
248
|
};
|
|
@@ -255,9 +255,9 @@ export type Peering = {
|
|
|
255
255
|
/**
|
|
256
256
|
* The payload of the event, if requested.
|
|
257
257
|
*/
|
|
258
|
-
export type
|
|
259
|
-
team:
|
|
260
|
-
configuration:
|
|
258
|
+
export type OneHundredAndSeventyOne = {
|
|
259
|
+
team: UserEventPayload171Team;
|
|
260
|
+
configuration: UserEventPayload171Configuration;
|
|
261
261
|
peering: Peering;
|
|
262
262
|
};
|
|
263
263
|
/**
|
|
@@ -276,7 +276,7 @@ export type App = {
|
|
|
276
276
|
/**
|
|
277
277
|
* The payload of the event, if requested.
|
|
278
278
|
*/
|
|
279
|
-
export type
|
|
279
|
+
export type OneHundredAndSeventy = {
|
|
280
280
|
/**
|
|
281
281
|
* The App's name at the moment this even was published (it may have changed since then).
|
|
282
282
|
*/
|
|
@@ -294,19 +294,19 @@ export type OneHundredAndSeventyOne = {
|
|
|
294
294
|
*/
|
|
295
295
|
issuedBefore?: number | undefined;
|
|
296
296
|
};
|
|
297
|
-
export declare const
|
|
297
|
+
export declare const UserEventPayload169Type: {
|
|
298
298
|
readonly List: "list";
|
|
299
299
|
};
|
|
300
|
-
export type
|
|
301
|
-
export declare const
|
|
300
|
+
export type UserEventPayload169Type = ClosedEnum<typeof UserEventPayload169Type>;
|
|
301
|
+
export declare const UserEventPayload169BeforeType: {
|
|
302
302
|
readonly String: "string";
|
|
303
303
|
};
|
|
304
|
-
export type
|
|
304
|
+
export type UserEventPayload169BeforeType = ClosedEnum<typeof UserEventPayload169BeforeType>;
|
|
305
305
|
export type PayloadItems = {
|
|
306
|
-
type:
|
|
306
|
+
type: UserEventPayload169BeforeType;
|
|
307
307
|
};
|
|
308
308
|
export type PayloadProjectIds = {
|
|
309
|
-
type:
|
|
309
|
+
type: UserEventPayload169Type;
|
|
310
310
|
required: boolean;
|
|
311
311
|
items: PayloadItems;
|
|
312
312
|
};
|
|
@@ -316,19 +316,19 @@ export type PayloadResources = {
|
|
|
316
316
|
export type Before = {
|
|
317
317
|
resources?: PayloadResources | undefined;
|
|
318
318
|
};
|
|
319
|
-
export declare const
|
|
319
|
+
export declare const UserEventPayload169AfterType: {
|
|
320
320
|
readonly List: "list";
|
|
321
321
|
};
|
|
322
|
-
export type
|
|
323
|
-
export declare const
|
|
322
|
+
export type UserEventPayload169AfterType = ClosedEnum<typeof UserEventPayload169AfterType>;
|
|
323
|
+
export declare const UserEventPayload169AfterResourcesType: {
|
|
324
324
|
readonly String: "string";
|
|
325
325
|
};
|
|
326
|
-
export type
|
|
326
|
+
export type UserEventPayload169AfterResourcesType = ClosedEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
327
327
|
export type UserEventPayloadItems = {
|
|
328
|
-
type:
|
|
328
|
+
type: UserEventPayload169AfterResourcesType;
|
|
329
329
|
};
|
|
330
330
|
export type UserEventPayloadProjectIds = {
|
|
331
|
-
type:
|
|
331
|
+
type: UserEventPayload169AfterType;
|
|
332
332
|
required: boolean;
|
|
333
333
|
items: UserEventPayloadItems;
|
|
334
334
|
};
|
|
@@ -341,26 +341,26 @@ export type After = {
|
|
|
341
341
|
/**
|
|
342
342
|
* The payload of the event, if requested.
|
|
343
343
|
*/
|
|
344
|
-
export type
|
|
344
|
+
export type OneHundredAndSixtyNine = {
|
|
345
345
|
appName: string;
|
|
346
346
|
appId?: string | undefined;
|
|
347
347
|
installationId?: string | undefined;
|
|
348
348
|
before?: Before | undefined;
|
|
349
349
|
after?: After | undefined;
|
|
350
350
|
};
|
|
351
|
-
export declare const
|
|
351
|
+
export declare const UserEventPayload168Type: {
|
|
352
352
|
readonly List: "list";
|
|
353
353
|
};
|
|
354
|
-
export type
|
|
355
|
-
export declare const
|
|
354
|
+
export type UserEventPayload168Type = ClosedEnum<typeof UserEventPayload168Type>;
|
|
355
|
+
export declare const UserEventPayload168ResourcesType: {
|
|
356
356
|
readonly String: "string";
|
|
357
357
|
};
|
|
358
|
-
export type
|
|
358
|
+
export type UserEventPayload168ResourcesType = ClosedEnum<typeof UserEventPayload168ResourcesType>;
|
|
359
359
|
export type Items = {
|
|
360
|
-
type:
|
|
360
|
+
type: UserEventPayload168ResourcesType;
|
|
361
361
|
};
|
|
362
362
|
export type ProjectIds = {
|
|
363
|
-
type:
|
|
363
|
+
type: UserEventPayload168Type;
|
|
364
364
|
required: boolean;
|
|
365
365
|
items: Items;
|
|
366
366
|
};
|
|
@@ -370,7 +370,7 @@ export type Resources = {
|
|
|
370
370
|
/**
|
|
371
371
|
* The payload of the event, if requested.
|
|
372
372
|
*/
|
|
373
|
-
export type
|
|
373
|
+
export type OneHundredAndSixtyEight = {
|
|
374
374
|
appName: string;
|
|
375
375
|
appId?: string | undefined;
|
|
376
376
|
resources?: Resources | undefined;
|
|
@@ -378,7 +378,7 @@ export type OneHundredAndSixtyNine = {
|
|
|
378
378
|
/**
|
|
379
379
|
* The payload of the event, if requested.
|
|
380
380
|
*/
|
|
381
|
-
export type
|
|
381
|
+
export type OneHundredAndSixtySeven = {
|
|
382
382
|
appName: string;
|
|
383
383
|
appId?: string | undefined;
|
|
384
384
|
secretLastFourChars?: string | undefined;
|
|
@@ -386,7 +386,7 @@ export type OneHundredAndSixtyEight = {
|
|
|
386
386
|
/**
|
|
387
387
|
* The payload of the event, if requested.
|
|
388
388
|
*/
|
|
389
|
-
export type
|
|
389
|
+
export type OneHundredAndSixtySix = {
|
|
390
390
|
appName: string;
|
|
391
391
|
appId?: string | undefined;
|
|
392
392
|
};
|
|
@@ -406,6 +406,7 @@ export declare const NextPermissions: {
|
|
|
406
406
|
readonly ReadTeam: "read:team";
|
|
407
407
|
readonly ReadWriteTeam: "read-write:team";
|
|
408
408
|
readonly ReadBilling: "read:billing";
|
|
409
|
+
readonly ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key";
|
|
409
410
|
readonly ReadProject: "read:project";
|
|
410
411
|
readonly ReadWriteProject: "read-write:project";
|
|
411
412
|
readonly ReadDeployment: "read:deployment";
|
|
@@ -422,7 +423,7 @@ export type NextAcceptedPermissionSets = {
|
|
|
422
423
|
/**
|
|
423
424
|
* The payload of the event, if requested.
|
|
424
425
|
*/
|
|
425
|
-
export type
|
|
426
|
+
export type OneHundredAndSixtyFive = {
|
|
426
427
|
appName: string;
|
|
427
428
|
appId?: string | undefined;
|
|
428
429
|
nextScopes: Array<NextScopes>;
|
|
@@ -445,6 +446,7 @@ export declare const Permissions: {
|
|
|
445
446
|
readonly ReadTeam: "read:team";
|
|
446
447
|
readonly ReadWriteTeam: "read-write:team";
|
|
447
448
|
readonly ReadBilling: "read:billing";
|
|
449
|
+
readonly ReadWriteAiGatewayApiKey: "read-write:ai-gateway-api-key";
|
|
448
450
|
readonly ReadProject: "read:project";
|
|
449
451
|
readonly ReadWriteProject: "read-write:project";
|
|
450
452
|
readonly ReadDeployment: "read:deployment";
|
|
@@ -461,7 +463,7 @@ export type AcceptedPermissionSets = {
|
|
|
461
463
|
/**
|
|
462
464
|
* The payload of the event, if requested.
|
|
463
465
|
*/
|
|
464
|
-
export type
|
|
466
|
+
export type OneHundredAndSixtyFour = {
|
|
465
467
|
appName: string;
|
|
466
468
|
appId?: string | undefined;
|
|
467
469
|
scopes: Array<PayloadScopes>;
|
|
@@ -471,7 +473,7 @@ export type OneHundredAndSixtyFive = {
|
|
|
471
473
|
/**
|
|
472
474
|
* The payload of the event, if requested.
|
|
473
475
|
*/
|
|
474
|
-
export type
|
|
476
|
+
export type OneHundredAndSixtyThree = {
|
|
475
477
|
oldName: string;
|
|
476
478
|
newName: string;
|
|
477
479
|
};
|
|
@@ -483,7 +485,7 @@ export type Tier = ClosedEnum<typeof Tier>;
|
|
|
483
485
|
/**
|
|
484
486
|
* The payload of the event, if requested.
|
|
485
487
|
*/
|
|
486
|
-
export type
|
|
488
|
+
export type OneHundredAndSixtyTwo = {
|
|
487
489
|
tier: Tier;
|
|
488
490
|
};
|
|
489
491
|
export type ProjectWebAnalytics = {
|
|
@@ -503,7 +505,7 @@ export type PrevProjectWebAnalytics = {
|
|
|
503
505
|
/**
|
|
504
506
|
* The payload of the event, if requested.
|
|
505
507
|
*/
|
|
506
|
-
export type
|
|
508
|
+
export type OneHundredAndSixtyOne = {
|
|
507
509
|
projectId: string;
|
|
508
510
|
projectName: string;
|
|
509
511
|
projectWebAnalytics?: ProjectWebAnalytics | undefined;
|
|
@@ -570,7 +572,7 @@ export type Microfrontends1 = {
|
|
|
570
572
|
freeProjectForLegacyLimits?: boolean | undefined;
|
|
571
573
|
};
|
|
572
574
|
export type Microfrontends = Microfrontends1 | Microfrontends2 | Microfrontends3;
|
|
573
|
-
export type
|
|
575
|
+
export type UserEventPayload160Project = {
|
|
574
576
|
id: string;
|
|
575
577
|
name: string;
|
|
576
578
|
microfrontends?: Microfrontends1 | Microfrontends2 | Microfrontends3 | undefined;
|
|
@@ -636,11 +638,11 @@ export type UserEventMicrofrontends1 = {
|
|
|
636
638
|
freeProjectForLegacyLimits?: boolean | undefined;
|
|
637
639
|
};
|
|
638
640
|
export type PayloadMicrofrontends = UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3;
|
|
639
|
-
export type
|
|
641
|
+
export type UserEventPayload160PrevProject = {
|
|
640
642
|
microfrontends?: UserEventMicrofrontends1 | UserEventMicrofrontends2 | UserEventMicrofrontends3 | undefined;
|
|
641
643
|
};
|
|
642
644
|
export type PayloadPrev = {
|
|
643
|
-
project:
|
|
645
|
+
project: UserEventPayload160PrevProject;
|
|
644
646
|
};
|
|
645
647
|
export type PayloadGroup = {
|
|
646
648
|
id: string;
|
|
@@ -650,12 +652,12 @@ export type PayloadGroup = {
|
|
|
650
652
|
/**
|
|
651
653
|
* The payload of the event, if requested.
|
|
652
654
|
*/
|
|
653
|
-
export type
|
|
654
|
-
project:
|
|
655
|
+
export type OneHundredAndSixty = {
|
|
656
|
+
project: UserEventPayload160Project;
|
|
655
657
|
prev: PayloadPrev;
|
|
656
658
|
group: PayloadGroup;
|
|
657
659
|
};
|
|
658
|
-
export type
|
|
660
|
+
export type UserEventPayload159Project = {
|
|
659
661
|
id: string;
|
|
660
662
|
name: string;
|
|
661
663
|
};
|
|
@@ -667,8 +669,8 @@ export type Group = {
|
|
|
667
669
|
/**
|
|
668
670
|
* The payload of the event, if requested.
|
|
669
671
|
*/
|
|
670
|
-
export type
|
|
671
|
-
project:
|
|
672
|
+
export type OneHundredAndFiftyNine = {
|
|
673
|
+
project: UserEventPayload159Project;
|
|
672
674
|
group: Group;
|
|
673
675
|
};
|
|
674
676
|
export type Prev = {
|
|
@@ -679,7 +681,7 @@ export type Prev = {
|
|
|
679
681
|
/**
|
|
680
682
|
* The payload of the event, if requested.
|
|
681
683
|
*/
|
|
682
|
-
export type
|
|
684
|
+
export type OneHundredAndFiftyEight = {
|
|
683
685
|
id: string;
|
|
684
686
|
slug?: string | undefined;
|
|
685
687
|
name?: string | undefined;
|
|
@@ -689,26 +691,26 @@ export type OneHundredAndFiftyNine = {
|
|
|
689
691
|
/**
|
|
690
692
|
* The payload of the event, if requested.
|
|
691
693
|
*/
|
|
692
|
-
export type
|
|
694
|
+
export type OneHundredAndFiftySeven = {
|
|
693
695
|
id: string;
|
|
694
696
|
slug: string;
|
|
695
697
|
name: string;
|
|
696
698
|
};
|
|
697
|
-
export declare const
|
|
699
|
+
export declare const UserEventPayload156Action: {
|
|
698
700
|
readonly Enable: "enable";
|
|
699
701
|
readonly Disable: "disable";
|
|
700
702
|
};
|
|
701
|
-
export type
|
|
703
|
+
export type UserEventPayload156Action = ClosedEnum<typeof UserEventPayload156Action>;
|
|
702
704
|
/**
|
|
703
705
|
* The payload of the event, if requested.
|
|
704
706
|
*/
|
|
705
|
-
export type
|
|
706
|
-
action:
|
|
707
|
+
export type OneHundredAndFiftySix = {
|
|
708
|
+
action: UserEventPayload156Action;
|
|
707
709
|
};
|
|
708
710
|
/**
|
|
709
711
|
* The payload of the event, if requested.
|
|
710
712
|
*/
|
|
711
|
-
export type
|
|
713
|
+
export type OneHundredAndFiftyFive = {
|
|
712
714
|
edgeConfigId: string;
|
|
713
715
|
edgeConfigSlug: string;
|
|
714
716
|
/**
|
|
@@ -719,7 +721,7 @@ export type OneHundredAndFiftySix = {
|
|
|
719
721
|
/**
|
|
720
722
|
* The payload of the event, if requested.
|
|
721
723
|
*/
|
|
722
|
-
export type
|
|
724
|
+
export type OneHundredAndFiftyFour = {
|
|
723
725
|
edgeConfigId: string;
|
|
724
726
|
edgeConfigSlug: string;
|
|
725
727
|
edgeConfigTokenId: string;
|
|
@@ -728,7 +730,7 @@ export type OneHundredAndFiftyFive = {
|
|
|
728
730
|
/**
|
|
729
731
|
* The payload of the event, if requested.
|
|
730
732
|
*/
|
|
731
|
-
export type
|
|
733
|
+
export type OneHundredAndFiftyThree = {
|
|
732
734
|
edgeConfigId: string;
|
|
733
735
|
edgeConfigSlug: string;
|
|
734
736
|
edgeConfigDigest: string;
|
|
@@ -736,27 +738,27 @@ export type OneHundredAndFiftyFour = {
|
|
|
736
738
|
/**
|
|
737
739
|
* The payload of the event, if requested.
|
|
738
740
|
*/
|
|
739
|
-
export type
|
|
741
|
+
export type OneHundredAndFiftyTwo = {
|
|
740
742
|
projectName: string;
|
|
741
743
|
srcImages: Array<string>;
|
|
742
744
|
};
|
|
743
745
|
/**
|
|
744
746
|
* The payload of the event, if requested.
|
|
745
747
|
*/
|
|
746
|
-
export type
|
|
748
|
+
export type OneHundredAndFiftyOne = {
|
|
747
749
|
projectName: string;
|
|
748
750
|
tags: Array<string>;
|
|
749
751
|
target?: string | undefined;
|
|
750
752
|
};
|
|
751
|
-
export declare const
|
|
753
|
+
export declare const UserEventPayload150Role: {
|
|
752
754
|
readonly Admin: "ADMIN";
|
|
753
755
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
754
756
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
755
757
|
};
|
|
756
|
-
export type
|
|
757
|
-
export type
|
|
758
|
+
export type UserEventPayload150Role = ClosedEnum<typeof UserEventPayload150Role>;
|
|
759
|
+
export type UserEventPayload150Project = {
|
|
758
760
|
name: string;
|
|
759
|
-
role:
|
|
761
|
+
role: UserEventPayload150Role;
|
|
760
762
|
invitedUserName: string;
|
|
761
763
|
id?: string | undefined;
|
|
762
764
|
invitedUserId?: string | undefined;
|
|
@@ -764,19 +766,19 @@ export type UserEventPayload151Project = {
|
|
|
764
766
|
/**
|
|
765
767
|
* The payload of the event, if requested.
|
|
766
768
|
*/
|
|
767
|
-
export type
|
|
768
|
-
project:
|
|
769
|
+
export type OneHundredAndFifty = {
|
|
770
|
+
project: UserEventPayload150Project;
|
|
769
771
|
};
|
|
770
|
-
export type
|
|
772
|
+
export type UserEventPayload149Project = {
|
|
771
773
|
id: string;
|
|
772
774
|
name: string;
|
|
773
775
|
};
|
|
774
|
-
export declare const
|
|
776
|
+
export declare const UserEventPayload149Role: {
|
|
775
777
|
readonly Admin: "ADMIN";
|
|
776
778
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
777
779
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
778
780
|
};
|
|
779
|
-
export type
|
|
781
|
+
export type UserEventPayload149Role = ClosedEnum<typeof UserEventPayload149Role>;
|
|
780
782
|
export declare const PayloadPreviousRole: {
|
|
781
783
|
readonly Admin: "ADMIN";
|
|
782
784
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
@@ -784,7 +786,7 @@ export declare const PayloadPreviousRole: {
|
|
|
784
786
|
};
|
|
785
787
|
export type PayloadPreviousRole = ClosedEnum<typeof PayloadPreviousRole>;
|
|
786
788
|
export type PayloadProjectMembership = {
|
|
787
|
-
role?:
|
|
789
|
+
role?: UserEventPayload149Role | undefined;
|
|
788
790
|
uid?: string | undefined;
|
|
789
791
|
createdAt?: number | undefined;
|
|
790
792
|
username?: string | undefined;
|
|
@@ -793,22 +795,22 @@ export type PayloadProjectMembership = {
|
|
|
793
795
|
/**
|
|
794
796
|
* The payload of the event, if requested.
|
|
795
797
|
*/
|
|
796
|
-
export type
|
|
797
|
-
project:
|
|
798
|
+
export type OneHundredAndFortyNine = {
|
|
799
|
+
project: UserEventPayload149Project;
|
|
798
800
|
projectMembership: PayloadProjectMembership;
|
|
799
801
|
};
|
|
800
|
-
export type
|
|
802
|
+
export type UserEventPayload148Project = {
|
|
801
803
|
name: string;
|
|
802
804
|
id?: string | undefined;
|
|
803
805
|
};
|
|
804
|
-
export declare const
|
|
806
|
+
export declare const UserEventPayload148Role: {
|
|
805
807
|
readonly Admin: "ADMIN";
|
|
806
808
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
807
809
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
808
810
|
};
|
|
809
|
-
export type
|
|
811
|
+
export type UserEventPayload148Role = ClosedEnum<typeof UserEventPayload148Role>;
|
|
810
812
|
export type RemovedMembership = {
|
|
811
|
-
role:
|
|
813
|
+
role: UserEventPayload148Role;
|
|
812
814
|
uid: string;
|
|
813
815
|
createdAt: number;
|
|
814
816
|
username?: string | undefined;
|
|
@@ -816,22 +818,22 @@ export type RemovedMembership = {
|
|
|
816
818
|
/**
|
|
817
819
|
* The payload of the event, if requested.
|
|
818
820
|
*/
|
|
819
|
-
export type
|
|
820
|
-
project:
|
|
821
|
+
export type OneHundredAndFortyEight = {
|
|
822
|
+
project: UserEventPayload148Project;
|
|
821
823
|
removedMembership: RemovedMembership;
|
|
822
824
|
};
|
|
823
|
-
export type
|
|
825
|
+
export type UserEventPayload147Project = {
|
|
824
826
|
name: string;
|
|
825
827
|
id?: string | undefined;
|
|
826
828
|
};
|
|
827
|
-
export declare const
|
|
829
|
+
export declare const UserEventPayload147Role: {
|
|
828
830
|
readonly Admin: "ADMIN";
|
|
829
831
|
readonly ProjectDeveloper: "PROJECT_DEVELOPER";
|
|
830
832
|
readonly ProjectViewer: "PROJECT_VIEWER";
|
|
831
833
|
};
|
|
832
|
-
export type
|
|
834
|
+
export type UserEventPayload147Role = ClosedEnum<typeof UserEventPayload147Role>;
|
|
833
835
|
export type ProjectMembership = {
|
|
834
|
-
role:
|
|
836
|
+
role: UserEventPayload147Role;
|
|
835
837
|
uid: string;
|
|
836
838
|
createdAt: number;
|
|
837
839
|
username?: string | undefined;
|
|
@@ -839,14 +841,14 @@ export type ProjectMembership = {
|
|
|
839
841
|
/**
|
|
840
842
|
* The payload of the event, if requested.
|
|
841
843
|
*/
|
|
842
|
-
export type
|
|
843
|
-
project:
|
|
844
|
+
export type OneHundredAndFortySeven = {
|
|
845
|
+
project: UserEventPayload147Project;
|
|
844
846
|
projectMembership: ProjectMembership | null;
|
|
845
847
|
};
|
|
846
848
|
/**
|
|
847
849
|
* The payload of the event, if requested.
|
|
848
850
|
*/
|
|
849
|
-
export type
|
|
851
|
+
export type OneHundredAndFortySix = {
|
|
850
852
|
previousProjectName: string;
|
|
851
853
|
newProjectName: string;
|
|
852
854
|
originAccountName: string;
|
|
@@ -855,7 +857,7 @@ export type OneHundredAndFortySeven = {
|
|
|
855
857
|
/**
|
|
856
858
|
* The payload of the event, if requested.
|
|
857
859
|
*/
|
|
858
|
-
export type
|
|
860
|
+
export type OneHundredAndFortyFive = {
|
|
859
861
|
previousProjectName: string;
|
|
860
862
|
newProjectName: string;
|
|
861
863
|
destinationAccountName: string;
|
|
@@ -864,7 +866,7 @@ export type OneHundredAndFortySix = {
|
|
|
864
866
|
/**
|
|
865
867
|
* The payload of the event, if requested.
|
|
866
868
|
*/
|
|
867
|
-
export type
|
|
869
|
+
export type OneHundredAndFortyFour = {
|
|
868
870
|
projectName: string;
|
|
869
871
|
destinationAccountName: string | null;
|
|
870
872
|
transferId?: string | undefined;
|
|
@@ -872,7 +874,7 @@ export type OneHundredAndFortyFive = {
|
|
|
872
874
|
/**
|
|
873
875
|
* The payload of the event, if requested.
|
|
874
876
|
*/
|
|
875
|
-
export type
|
|
877
|
+
export type OneHundredAndFortyThree = {
|
|
876
878
|
projectId: string;
|
|
877
879
|
projectName: string;
|
|
878
880
|
originAccountName: string;
|
|
@@ -883,7 +885,7 @@ export type OneHundredAndFortyFour = {
|
|
|
883
885
|
/**
|
|
884
886
|
* The payload of the event, if requested.
|
|
885
887
|
*/
|
|
886
|
-
export type
|
|
888
|
+
export type OneHundredAndFortyTwo = {
|
|
887
889
|
requestedTeamName: string;
|
|
888
890
|
requestedUserName?: string | undefined;
|
|
889
891
|
gitUsername?: string | undefined;
|
|
@@ -894,7 +896,7 @@ export type OneHundredAndFortyThree = {
|
|
|
894
896
|
/**
|
|
895
897
|
* The payload of the event, if requested.
|
|
896
898
|
*/
|
|
897
|
-
export type
|
|
899
|
+
export type OneHundredAndFortyOne = {
|
|
898
900
|
teamName: string;
|
|
899
901
|
username?: string | undefined;
|
|
900
902
|
gitUsername?: string | null | undefined;
|
|
@@ -905,7 +907,7 @@ export type OneHundredAndFortyTwo = {
|
|
|
905
907
|
/**
|
|
906
908
|
* The payload of the event, if requested.
|
|
907
909
|
*/
|
|
908
|
-
export type
|
|
910
|
+
export type OneHundredAndForty = {
|
|
909
911
|
teamName: string;
|
|
910
912
|
username?: string | undefined;
|
|
911
913
|
gitUsername?: string | undefined;
|
|
@@ -918,21 +920,21 @@ export type OneHundredAndFortyOne = {
|
|
|
918
920
|
/**
|
|
919
921
|
* The payload of the event, if requested.
|
|
920
922
|
*/
|
|
921
|
-
export type
|
|
923
|
+
export type OneHundredAndThirtyNine = {
|
|
922
924
|
price?: number | undefined;
|
|
923
925
|
currency?: string | undefined;
|
|
924
926
|
};
|
|
925
927
|
/**
|
|
926
928
|
* The payload of the event, if requested.
|
|
927
929
|
*/
|
|
928
|
-
export type
|
|
930
|
+
export type OneHundredAndThirtyEight = {
|
|
929
931
|
previewDeploymentSuffix?: string | null | undefined;
|
|
930
932
|
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
931
933
|
};
|
|
932
934
|
/**
|
|
933
935
|
* The payload of the event, if requested.
|
|
934
936
|
*/
|
|
935
|
-
export type
|
|
937
|
+
export type OneHundredAndThirtySeven = {
|
|
936
938
|
price?: number | undefined;
|
|
937
939
|
currency?: string | undefined;
|
|
938
940
|
enabled?: boolean | undefined;
|
|
@@ -940,26 +942,26 @@ export type OneHundredAndThirtyEight = {
|
|
|
940
942
|
/**
|
|
941
943
|
* The payload of the event, if requested.
|
|
942
944
|
*/
|
|
943
|
-
export type
|
|
945
|
+
export type OneHundredAndThirtySix = {
|
|
944
946
|
username: string;
|
|
945
947
|
};
|
|
946
948
|
/**
|
|
947
949
|
* The payload of the event, if requested.
|
|
948
950
|
*/
|
|
949
|
-
export type
|
|
951
|
+
export type OneHundredAndThirtyFive = {
|
|
950
952
|
email: string;
|
|
951
953
|
prevEmail: string;
|
|
952
954
|
};
|
|
953
955
|
/**
|
|
954
956
|
* The payload of the event, if requested.
|
|
955
957
|
*/
|
|
956
|
-
export type
|
|
958
|
+
export type OneHundredAndThirtyFour = {
|
|
957
959
|
mfaEnabled: boolean;
|
|
958
960
|
};
|
|
959
961
|
/**
|
|
960
962
|
* The payload of the event, if requested.
|
|
961
963
|
*/
|
|
962
|
-
export type
|
|
964
|
+
export type OneHundredAndThirtyThree = {
|
|
963
965
|
enabled: boolean;
|
|
964
966
|
totpVerified: boolean;
|
|
965
967
|
};
|
|
@@ -974,7 +976,7 @@ export type PayloadNext = {
|
|
|
974
976
|
/**
|
|
975
977
|
* The payload of the event, if requested.
|
|
976
978
|
*/
|
|
977
|
-
export type
|
|
979
|
+
export type OneHundredAndThirtyTwo = {
|
|
978
980
|
previous: PayloadPrevious;
|
|
979
981
|
next: PayloadNext;
|
|
980
982
|
};
|
|
@@ -987,7 +989,7 @@ export type PayloadRemoteCaching = {
|
|
|
987
989
|
/**
|
|
988
990
|
* The payload of the event, if requested.
|
|
989
991
|
*/
|
|
990
|
-
export type
|
|
992
|
+
export type OneHundredAndThirtyOne = {
|
|
991
993
|
/**
|
|
992
994
|
* Represents configuration for remote caching
|
|
993
995
|
*/
|
|
@@ -996,31 +998,31 @@ export type OneHundredAndThirtyTwo = {
|
|
|
996
998
|
/**
|
|
997
999
|
* The payload of the event, if requested.
|
|
998
1000
|
*/
|
|
999
|
-
export type
|
|
1001
|
+
export type OneHundredAndThirty = {
|
|
1000
1002
|
slug?: string | undefined;
|
|
1001
1003
|
};
|
|
1002
1004
|
/**
|
|
1003
1005
|
* The payload of the event, if requested.
|
|
1004
1006
|
*/
|
|
1005
|
-
export type
|
|
1007
|
+
export type OneHundredAndTwentyNine = {
|
|
1006
1008
|
name?: string | undefined;
|
|
1007
1009
|
};
|
|
1008
1010
|
/**
|
|
1009
1011
|
* The payload of the event, if requested.
|
|
1010
1012
|
*/
|
|
1011
|
-
export type
|
|
1013
|
+
export type OneHundredAndTwentyEight = {
|
|
1012
1014
|
enforced: boolean;
|
|
1013
1015
|
};
|
|
1014
|
-
export type
|
|
1016
|
+
export type UserEventPayload127User = {
|
|
1015
1017
|
id: string;
|
|
1016
1018
|
username: string;
|
|
1017
1019
|
};
|
|
1018
1020
|
/**
|
|
1019
1021
|
* The payload of the event, if requested.
|
|
1020
1022
|
*/
|
|
1021
|
-
export type
|
|
1023
|
+
export type OneHundredAndTwentySeven = {
|
|
1022
1024
|
entitlement: string;
|
|
1023
|
-
user:
|
|
1025
|
+
user: UserEventPayload127User;
|
|
1024
1026
|
previousCanceledAt?: string | undefined;
|
|
1025
1027
|
};
|
|
1026
1028
|
export type UserEventPayloadUser = {
|
|
@@ -1030,7 +1032,7 @@ export type UserEventPayloadUser = {
|
|
|
1030
1032
|
/**
|
|
1031
1033
|
* The payload of the event, if requested.
|
|
1032
1034
|
*/
|
|
1033
|
-
export type
|
|
1035
|
+
export type OneHundredAndTwentySix = {
|
|
1034
1036
|
entitlement: string;
|
|
1035
1037
|
user: UserEventPayloadUser;
|
|
1036
1038
|
};
|
|
@@ -1041,7 +1043,7 @@ export type UpdatedUser = {
|
|
|
1041
1043
|
/**
|
|
1042
1044
|
* The payload of the event, if requested.
|
|
1043
1045
|
*/
|
|
1044
|
-
export type
|
|
1046
|
+
export type OneHundredAndTwentyFive = {
|
|
1045
1047
|
directoryType?: string | undefined;
|
|
1046
1048
|
updatedUser?: UpdatedUser | undefined;
|
|
1047
1049
|
role?: string | undefined;
|
|
@@ -1051,7 +1053,7 @@ export type OneHundredAndTwentySix = {
|
|
|
1051
1053
|
/**
|
|
1052
1054
|
* The payload of the event, if requested.
|
|
1053
1055
|
*/
|
|
1054
|
-
export type
|
|
1056
|
+
export type OneHundredAndTwentyFour = {
|
|
1055
1057
|
role?: string | undefined;
|
|
1056
1058
|
uid: string;
|
|
1057
1059
|
origin?: string | undefined;
|
|
@@ -1089,7 +1091,7 @@ export type NewPlan = ClosedEnum<typeof NewPlan>;
|
|
|
1089
1091
|
/**
|
|
1090
1092
|
* The payload of the event, if requested.
|
|
1091
1093
|
*/
|
|
1092
|
-
export type
|
|
1094
|
+
export type OneHundredAndTwentyThree = {
|
|
1093
1095
|
deletedUser?: DeletedUser | undefined;
|
|
1094
1096
|
deletedUid?: string | undefined;
|
|
1095
1097
|
githubUsername?: string | null | undefined;
|
|
@@ -1109,7 +1111,7 @@ export type InvitedUser = {
|
|
|
1109
1111
|
/**
|
|
1110
1112
|
* The payload of the event, if requested.
|
|
1111
1113
|
*/
|
|
1112
|
-
export type
|
|
1114
|
+
export type OneHundredAndTwentyTwo = {
|
|
1113
1115
|
directoryType?: string | undefined;
|
|
1114
1116
|
ssoType?: string | undefined;
|
|
1115
1117
|
invitedUser?: InvitedUser | undefined;
|
|
@@ -1122,7 +1124,7 @@ export type Reasons = {
|
|
|
1122
1124
|
slug: string;
|
|
1123
1125
|
description: string;
|
|
1124
1126
|
};
|
|
1125
|
-
export declare const
|
|
1127
|
+
export declare const UserEventPayload121Role: {
|
|
1126
1128
|
readonly Owner: "OWNER";
|
|
1127
1129
|
readonly Member: "MEMBER";
|
|
1128
1130
|
readonly Developer: "DEVELOPER";
|
|
@@ -1132,19 +1134,20 @@ export declare const UserEventPayload122Role: {
|
|
|
1132
1134
|
readonly ViewerForPlus: "VIEWER_FOR_PLUS";
|
|
1133
1135
|
readonly Contributor: "CONTRIBUTOR";
|
|
1134
1136
|
};
|
|
1135
|
-
export type
|
|
1137
|
+
export type UserEventPayload121Role = ClosedEnum<typeof UserEventPayload121Role>;
|
|
1136
1138
|
export type PayloadRemovedUsers = {
|
|
1137
|
-
role:
|
|
1139
|
+
role: UserEventPayload121Role;
|
|
1138
1140
|
confirmed: boolean;
|
|
1139
1141
|
confirmedAt?: number | undefined;
|
|
1140
1142
|
};
|
|
1141
1143
|
/**
|
|
1142
1144
|
* The payload of the event, if requested.
|
|
1143
1145
|
*/
|
|
1144
|
-
export type
|
|
1146
|
+
export type OneHundredAndTwentyOne = {
|
|
1145
1147
|
slug: string;
|
|
1146
1148
|
teamId: string;
|
|
1147
1149
|
by: string;
|
|
1150
|
+
byUid?: string | undefined;
|
|
1148
1151
|
reasons?: Array<Reasons> | undefined;
|
|
1149
1152
|
removedUsers?: {
|
|
1150
1153
|
[k: string]: PayloadRemovedUsers;
|
|
@@ -1155,7 +1158,7 @@ export type OneHundredAndTwentyTwo = {
|
|
|
1155
1158
|
/**
|
|
1156
1159
|
* The payload of the event, if requested.
|
|
1157
1160
|
*/
|
|
1158
|
-
export type
|
|
1161
|
+
export type OneHundredAndTwenty = {
|
|
1159
1162
|
slug: string;
|
|
1160
1163
|
};
|
|
1161
1164
|
export type Store = {
|
|
@@ -1165,7 +1168,7 @@ export type Store = {
|
|
|
1165
1168
|
/**
|
|
1166
1169
|
* The payload of the event, if requested.
|
|
1167
1170
|
*/
|
|
1168
|
-
export type
|
|
1171
|
+
export type OneHundredAndNineteen = {
|
|
1169
1172
|
store: Store;
|
|
1170
1173
|
ownerId?: string | undefined;
|
|
1171
1174
|
};
|
|
@@ -1177,13 +1180,13 @@ export type StoreType = ClosedEnum<typeof StoreType>;
|
|
|
1177
1180
|
/**
|
|
1178
1181
|
* The payload of the event, if requested.
|
|
1179
1182
|
*/
|
|
1180
|
-
export type
|
|
1183
|
+
export type OneHundredAndEighteen = {
|
|
1181
1184
|
storeType: StoreType;
|
|
1182
1185
|
};
|
|
1183
1186
|
export declare const UserEventPayloadType: {
|
|
1184
1187
|
readonly Redis: "redis";
|
|
1185
|
-
readonly EdgeConfig: "edge-config";
|
|
1186
1188
|
readonly Postgres: "postgres";
|
|
1189
|
+
readonly EdgeConfig: "edge-config";
|
|
1187
1190
|
readonly Blob: "blob";
|
|
1188
1191
|
readonly Integration: "integration";
|
|
1189
1192
|
};
|
|
@@ -1191,7 +1194,7 @@ export type UserEventPayloadType = ClosedEnum<typeof UserEventPayloadType>;
|
|
|
1191
1194
|
/**
|
|
1192
1195
|
* The payload of the event, if requested.
|
|
1193
1196
|
*/
|
|
1194
|
-
export type
|
|
1197
|
+
export type OneHundredAndSeventeen = {
|
|
1195
1198
|
id: string;
|
|
1196
1199
|
name?: string | undefined;
|
|
1197
1200
|
computeUnitsMax?: number | undefined;
|
|
@@ -1202,19 +1205,19 @@ export type OneHundredAndEighteen = {
|
|
|
1202
1205
|
/**
|
|
1203
1206
|
* The payload of the event, if requested.
|
|
1204
1207
|
*/
|
|
1205
|
-
export type
|
|
1208
|
+
export type OneHundredAndSixteen = {
|
|
1206
1209
|
webhookUrl?: string | undefined;
|
|
1207
1210
|
};
|
|
1208
1211
|
/**
|
|
1209
1212
|
* The budget type
|
|
1210
1213
|
*/
|
|
1211
|
-
export declare const
|
|
1214
|
+
export declare const UserEventPayload115Type: {
|
|
1212
1215
|
readonly Fixed: "fixed";
|
|
1213
1216
|
};
|
|
1214
1217
|
/**
|
|
1215
1218
|
* The budget type
|
|
1216
1219
|
*/
|
|
1217
|
-
export type
|
|
1220
|
+
export type UserEventPayload115Type = ClosedEnum<typeof UserEventPayload115Type>;
|
|
1218
1221
|
/**
|
|
1219
1222
|
* The acive pricing plan the team is billed with
|
|
1220
1223
|
*/
|
|
@@ -1234,7 +1237,7 @@ export type UserEventPayloadBudget = {
|
|
|
1234
1237
|
/**
|
|
1235
1238
|
* The budget type
|
|
1236
1239
|
*/
|
|
1237
|
-
type:
|
|
1240
|
+
type: UserEventPayload115Type;
|
|
1238
1241
|
/**
|
|
1239
1242
|
* Budget amount (USD / dollars)
|
|
1240
1243
|
*/
|
|
@@ -1287,7 +1290,7 @@ export type UserEventPayloadBudget = {
|
|
|
1287
1290
|
/**
|
|
1288
1291
|
* The payload of the event, if requested.
|
|
1289
1292
|
*/
|
|
1290
|
-
export type
|
|
1293
|
+
export type OneHundredAndFifteen = {
|
|
1291
1294
|
/**
|
|
1292
1295
|
* Represents a budget for tracking and notifying teams on their spending.
|
|
1293
1296
|
*/
|
|
@@ -1297,13 +1300,13 @@ export type OneHundredAndSixteen = {
|
|
|
1297
1300
|
/**
|
|
1298
1301
|
* The budget type
|
|
1299
1302
|
*/
|
|
1300
|
-
export declare const
|
|
1303
|
+
export declare const UserEventPayload114Type: {
|
|
1301
1304
|
readonly Fixed: "fixed";
|
|
1302
1305
|
};
|
|
1303
1306
|
/**
|
|
1304
1307
|
* The budget type
|
|
1305
1308
|
*/
|
|
1306
|
-
export type
|
|
1309
|
+
export type UserEventPayload114Type = ClosedEnum<typeof UserEventPayload114Type>;
|
|
1307
1310
|
/**
|
|
1308
1311
|
* The acive pricing plan the team is billed with
|
|
1309
1312
|
*/
|
|
@@ -1323,7 +1326,7 @@ export type PayloadBudget = {
|
|
|
1323
1326
|
/**
|
|
1324
1327
|
* The budget type
|
|
1325
1328
|
*/
|
|
1326
|
-
type:
|
|
1329
|
+
type: UserEventPayload114Type;
|
|
1327
1330
|
/**
|
|
1328
1331
|
* Budget amount (USD / dollars)
|
|
1329
1332
|
*/
|
|
@@ -1376,7 +1379,7 @@ export type PayloadBudget = {
|
|
|
1376
1379
|
/**
|
|
1377
1380
|
* The payload of the event, if requested.
|
|
1378
1381
|
*/
|
|
1379
|
-
export type
|
|
1382
|
+
export type OneHundredAndFourteen = {
|
|
1380
1383
|
/**
|
|
1381
1384
|
* Represents a budget for tracking and notifying teams on their spending.
|
|
1382
1385
|
*/
|
|
@@ -1385,13 +1388,13 @@ export type OneHundredAndFifteen = {
|
|
|
1385
1388
|
/**
|
|
1386
1389
|
* The budget type
|
|
1387
1390
|
*/
|
|
1388
|
-
export declare const
|
|
1391
|
+
export declare const UserEventPayload113Type: {
|
|
1389
1392
|
readonly Fixed: "fixed";
|
|
1390
1393
|
};
|
|
1391
1394
|
/**
|
|
1392
1395
|
* The budget type
|
|
1393
1396
|
*/
|
|
1394
|
-
export type
|
|
1397
|
+
export type UserEventPayload113Type = ClosedEnum<typeof UserEventPayload113Type>;
|
|
1395
1398
|
/**
|
|
1396
1399
|
* The acive pricing plan the team is billed with
|
|
1397
1400
|
*/
|
|
@@ -1411,7 +1414,7 @@ export type BudgetItem = {
|
|
|
1411
1414
|
/**
|
|
1412
1415
|
* The budget type
|
|
1413
1416
|
*/
|
|
1414
|
-
type:
|
|
1417
|
+
type: UserEventPayload113Type;
|
|
1415
1418
|
/**
|
|
1416
1419
|
* Budget amount (USD / dollars)
|
|
1417
1420
|
*/
|
|
@@ -1470,7 +1473,7 @@ export type Budget = {
|
|
|
1470
1473
|
/**
|
|
1471
1474
|
* The payload of the event, if requested.
|
|
1472
1475
|
*/
|
|
1473
|
-
export type
|
|
1476
|
+
export type OneHundredAndThirteen = {
|
|
1474
1477
|
budget: Budget;
|
|
1475
1478
|
};
|
|
1476
1479
|
export type ScalingRules = {
|
|
@@ -1480,7 +1483,7 @@ export type ScalingRules = {
|
|
|
1480
1483
|
/**
|
|
1481
1484
|
* The payload of the event, if requested.
|
|
1482
1485
|
*/
|
|
1483
|
-
export type
|
|
1486
|
+
export type OneHundredAndTwelve = {
|
|
1484
1487
|
scalingRules: {
|
|
1485
1488
|
[k: string]: ScalingRules;
|
|
1486
1489
|
};
|
|
@@ -1491,13 +1494,13 @@ export type OneHundredAndThirteen = {
|
|
|
1491
1494
|
/**
|
|
1492
1495
|
* The payload of the event, if requested.
|
|
1493
1496
|
*/
|
|
1494
|
-
export type
|
|
1497
|
+
export type OneHundredAndEleven = {
|
|
1495
1498
|
bio: string;
|
|
1496
1499
|
};
|
|
1497
1500
|
/**
|
|
1498
1501
|
* The payload of the event, if requested.
|
|
1499
1502
|
*/
|
|
1500
|
-
export type
|
|
1503
|
+
export type OneHundredAndTen = {
|
|
1501
1504
|
oldName: string;
|
|
1502
1505
|
newName: string;
|
|
1503
1506
|
uid?: string | undefined;
|
|
@@ -1509,11 +1512,11 @@ export type Name = Name2 | string;
|
|
|
1509
1512
|
/**
|
|
1510
1513
|
* The payload of the event, if requested.
|
|
1511
1514
|
*/
|
|
1512
|
-
export type
|
|
1515
|
+
export type OneHundredAndNine = {
|
|
1513
1516
|
uid: string;
|
|
1514
1517
|
name: Name2 | string;
|
|
1515
1518
|
};
|
|
1516
|
-
export type
|
|
1519
|
+
export type UserEventPayload108Team = {
|
|
1517
1520
|
id: string;
|
|
1518
1521
|
name?: string | undefined;
|
|
1519
1522
|
};
|
|
@@ -1523,11 +1526,11 @@ export type PayloadPreviousRule = {
|
|
|
1523
1526
|
/**
|
|
1524
1527
|
* The payload of the event, if requested.
|
|
1525
1528
|
*/
|
|
1526
|
-
export type
|
|
1527
|
-
team:
|
|
1529
|
+
export type OneHundredAndEight = {
|
|
1530
|
+
team: UserEventPayload108Team;
|
|
1528
1531
|
previousRule: PayloadPreviousRule;
|
|
1529
1532
|
};
|
|
1530
|
-
export type
|
|
1533
|
+
export type UserEventPayload107Team = {
|
|
1531
1534
|
id: string;
|
|
1532
1535
|
name?: string | undefined;
|
|
1533
1536
|
};
|
|
@@ -1540,35 +1543,35 @@ export type NextRule = {
|
|
|
1540
1543
|
/**
|
|
1541
1544
|
* The payload of the event, if requested.
|
|
1542
1545
|
*/
|
|
1543
|
-
export type
|
|
1544
|
-
team:
|
|
1546
|
+
export type OneHundredAndSeven = {
|
|
1547
|
+
team: UserEventPayload107Team;
|
|
1545
1548
|
previousRule?: PreviousRule | undefined;
|
|
1546
1549
|
nextRule?: NextRule | undefined;
|
|
1547
1550
|
};
|
|
1548
1551
|
/**
|
|
1549
1552
|
* The payload of the event, if requested.
|
|
1550
1553
|
*/
|
|
1551
|
-
export type
|
|
1554
|
+
export type OneHundredAndSix = {
|
|
1552
1555
|
email: string;
|
|
1553
1556
|
};
|
|
1554
1557
|
/**
|
|
1555
1558
|
* The payload of the event, if requested.
|
|
1556
1559
|
*/
|
|
1557
|
-
export type
|
|
1560
|
+
export type OneHundredAndFive = {
|
|
1558
1561
|
email: string;
|
|
1559
1562
|
verified: boolean;
|
|
1560
1563
|
};
|
|
1561
1564
|
/**
|
|
1562
1565
|
* The payload of the event, if requested.
|
|
1563
1566
|
*/
|
|
1564
|
-
export type
|
|
1567
|
+
export type OneHundredAndFour = {
|
|
1565
1568
|
instances: number;
|
|
1566
1569
|
url: string;
|
|
1567
1570
|
};
|
|
1568
1571
|
/**
|
|
1569
1572
|
* The payload of the event, if requested.
|
|
1570
1573
|
*/
|
|
1571
|
-
export type
|
|
1574
|
+
export type OneHundredAndThree = {
|
|
1572
1575
|
gitProvider: string;
|
|
1573
1576
|
gitProviderGroupDescriptor: string;
|
|
1574
1577
|
gitScope: string;
|
|
@@ -1576,7 +1579,7 @@ export type OneHundredAndFour = {
|
|
|
1576
1579
|
/**
|
|
1577
1580
|
* The payload of the event, if requested.
|
|
1578
1581
|
*/
|
|
1579
|
-
export type
|
|
1582
|
+
export type OneHundredAndTwo = {
|
|
1580
1583
|
projectId: string;
|
|
1581
1584
|
projectName: string;
|
|
1582
1585
|
targetDeploymentId?: string | undefined;
|
|
@@ -1585,7 +1588,7 @@ export type OneHundredAndThree = {
|
|
|
1585
1588
|
/**
|
|
1586
1589
|
* The payload of the event, if requested.
|
|
1587
1590
|
*/
|
|
1588
|
-
export type
|
|
1591
|
+
export type OneHundredAndOne = {
|
|
1589
1592
|
projectId: string;
|
|
1590
1593
|
projectName: string;
|
|
1591
1594
|
targetDeploymentId?: string | undefined;
|
|
@@ -1593,7 +1596,7 @@ export type OneHundredAndTwo = {
|
|
|
1593
1596
|
/**
|
|
1594
1597
|
* The payload of the event, if requested.
|
|
1595
1598
|
*/
|
|
1596
|
-
export type
|
|
1599
|
+
export type OneHundred = {
|
|
1597
1600
|
projectId: string;
|
|
1598
1601
|
projectName: string;
|
|
1599
1602
|
elasticConcurrencyEnabled: boolean;
|
|
@@ -1602,7 +1605,7 @@ export type OneHundredAndOne = {
|
|
|
1602
1605
|
/**
|
|
1603
1606
|
* The payload of the event, if requested.
|
|
1604
1607
|
*/
|
|
1605
|
-
export type
|
|
1608
|
+
export type NinetyNine = {
|
|
1606
1609
|
projectId: string;
|
|
1607
1610
|
projectName: string;
|
|
1608
1611
|
buildMachineType?: string | undefined;
|
|
@@ -1613,36 +1616,36 @@ export type StaticIps = {
|
|
|
1613
1616
|
enabled: boolean;
|
|
1614
1617
|
regions?: Array<string> | undefined;
|
|
1615
1618
|
};
|
|
1616
|
-
export type
|
|
1619
|
+
export type UserEventPayload98Project = {
|
|
1617
1620
|
id: string;
|
|
1618
1621
|
staticIps: StaticIps;
|
|
1619
1622
|
};
|
|
1620
1623
|
export type Next = {
|
|
1621
|
-
project:
|
|
1624
|
+
project: UserEventPayload98Project;
|
|
1622
1625
|
};
|
|
1623
1626
|
export type PayloadStaticIps = {
|
|
1624
1627
|
builds?: boolean | undefined;
|
|
1625
1628
|
enabled: boolean;
|
|
1626
1629
|
regions?: Array<string> | undefined;
|
|
1627
1630
|
};
|
|
1628
|
-
export type
|
|
1631
|
+
export type UserEventPayload98PreviousProject = {
|
|
1629
1632
|
id: string;
|
|
1630
1633
|
staticIps: PayloadStaticIps;
|
|
1631
1634
|
};
|
|
1632
1635
|
export type Previous = {
|
|
1633
|
-
project:
|
|
1636
|
+
project: UserEventPayload98PreviousProject;
|
|
1634
1637
|
};
|
|
1635
1638
|
/**
|
|
1636
1639
|
* The payload of the event, if requested.
|
|
1637
1640
|
*/
|
|
1638
|
-
export type
|
|
1641
|
+
export type NinetyEight = {
|
|
1639
1642
|
next: Next;
|
|
1640
1643
|
previous: Previous;
|
|
1641
1644
|
};
|
|
1642
1645
|
/**
|
|
1643
1646
|
* The payload of the event, if requested.
|
|
1644
1647
|
*/
|
|
1645
|
-
export type
|
|
1648
|
+
export type NinetySeven = {
|
|
1646
1649
|
source: string;
|
|
1647
1650
|
projectId: string;
|
|
1648
1651
|
};
|
|
@@ -1654,7 +1657,7 @@ export type PayloadReasonCode = ClosedEnum<typeof PayloadReasonCode>;
|
|
|
1654
1657
|
/**
|
|
1655
1658
|
* The payload of the event, if requested.
|
|
1656
1659
|
*/
|
|
1657
|
-
export type
|
|
1660
|
+
export type NinetySix = {
|
|
1658
1661
|
projectId: string;
|
|
1659
1662
|
reasonCode?: PayloadReasonCode | undefined;
|
|
1660
1663
|
};
|
|
@@ -1667,11 +1670,11 @@ export type ReasonCode = ClosedEnum<typeof ReasonCode>;
|
|
|
1667
1670
|
/**
|
|
1668
1671
|
* The payload of the event, if requested.
|
|
1669
1672
|
*/
|
|
1670
|
-
export type
|
|
1673
|
+
export type NinetyFive = {
|
|
1671
1674
|
projectId: string;
|
|
1672
1675
|
reasonCode?: ReasonCode | undefined;
|
|
1673
1676
|
};
|
|
1674
|
-
export type
|
|
1677
|
+
export type UserEventPayload94Team = {
|
|
1675
1678
|
id: string;
|
|
1676
1679
|
name: string;
|
|
1677
1680
|
};
|
|
@@ -1715,7 +1718,7 @@ export type NewConnectConfigurations = {
|
|
|
1715
1718
|
createdAt: number;
|
|
1716
1719
|
updatedAt: number;
|
|
1717
1720
|
};
|
|
1718
|
-
export type
|
|
1721
|
+
export type UserEventPayload94Project = {
|
|
1719
1722
|
id: string;
|
|
1720
1723
|
name?: string | undefined;
|
|
1721
1724
|
oldConnectConfigurations: Array<OldConnectConfigurations> | null;
|
|
@@ -1724,29 +1727,32 @@ export type UserEventPayload95Project = {
|
|
|
1724
1727
|
/**
|
|
1725
1728
|
* The payload of the event, if requested.
|
|
1726
1729
|
*/
|
|
1727
|
-
export type
|
|
1728
|
-
team:
|
|
1729
|
-
project:
|
|
1730
|
+
export type NinetyFour = {
|
|
1731
|
+
team: UserEventPayload94Team;
|
|
1732
|
+
project: UserEventPayload94Project;
|
|
1730
1733
|
};
|
|
1731
1734
|
/**
|
|
1732
1735
|
* The payload of the event, if requested.
|
|
1733
1736
|
*/
|
|
1734
|
-
export type
|
|
1737
|
+
export type NinetyThree = {
|
|
1735
1738
|
name: string;
|
|
1736
1739
|
ownerId: string;
|
|
1737
1740
|
};
|
|
1738
|
-
export declare const
|
|
1741
|
+
export declare const UserEventPayload92Action: {
|
|
1739
1742
|
readonly Enabled: "enabled";
|
|
1740
1743
|
readonly Disabled: "disabled";
|
|
1741
1744
|
readonly Regenerated: "regenerated";
|
|
1745
|
+
readonly Updated: "updated";
|
|
1742
1746
|
};
|
|
1743
|
-
export type
|
|
1747
|
+
export type UserEventPayload92Action = ClosedEnum<typeof UserEventPayload92Action>;
|
|
1744
1748
|
/**
|
|
1745
1749
|
* The payload of the event, if requested.
|
|
1746
1750
|
*/
|
|
1747
|
-
export type
|
|
1751
|
+
export type NinetyTwo = {
|
|
1748
1752
|
projectName: string;
|
|
1749
|
-
action:
|
|
1753
|
+
action: UserEventPayload92Action;
|
|
1754
|
+
isEnvVar?: boolean | undefined;
|
|
1755
|
+
note?: string | undefined;
|
|
1750
1756
|
};
|
|
1751
1757
|
export type Paths = {
|
|
1752
1758
|
value: string;
|
|
@@ -1763,7 +1769,7 @@ export type OldOptionsAllowlist = {
|
|
|
1763
1769
|
/**
|
|
1764
1770
|
* The payload of the event, if requested.
|
|
1765
1771
|
*/
|
|
1766
|
-
export type
|
|
1772
|
+
export type NinetyOne = {
|
|
1767
1773
|
projectName: string;
|
|
1768
1774
|
optionsAllowlist?: OptionsAllowlist | null | undefined;
|
|
1769
1775
|
oldOptionsAllowlist?: OldOptionsAllowlist | null | undefined;
|
|
@@ -1787,7 +1793,7 @@ export type OldTrustedIps = ClosedEnum<typeof OldTrustedIps>;
|
|
|
1787
1793
|
/**
|
|
1788
1794
|
* The payload of the event, if requested.
|
|
1789
1795
|
*/
|
|
1790
|
-
export type
|
|
1796
|
+
export type Ninety = {
|
|
1791
1797
|
projectName: string;
|
|
1792
1798
|
trustedIps?: TrustedIps | null | undefined;
|
|
1793
1799
|
oldTrustedIps?: OldTrustedIps | null | undefined;
|
|
@@ -1833,7 +1839,7 @@ export type OldPasswordProtection = OldPasswordProtection1 | OldPasswordProtecti
|
|
|
1833
1839
|
/**
|
|
1834
1840
|
* The payload of the event, if requested.
|
|
1835
1841
|
*/
|
|
1836
|
-
export type
|
|
1842
|
+
export type EightyNine = {
|
|
1837
1843
|
projectName: string;
|
|
1838
1844
|
passwordProtection: PasswordProtection1 | PasswordProtection2 | null;
|
|
1839
1845
|
oldPasswordProtection: OldPasswordProtection1 | OldPasswordProtection2 | null;
|
|
@@ -1852,8 +1858,16 @@ export declare const DeploymentType: {
|
|
|
1852
1858
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1853
1859
|
};
|
|
1854
1860
|
export type DeploymentType = ClosedEnum<typeof DeploymentType>;
|
|
1861
|
+
export declare const Cve55182MigrationAppliedFrom: {
|
|
1862
|
+
readonly All: "all";
|
|
1863
|
+
readonly Preview: "preview";
|
|
1864
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1865
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1866
|
+
};
|
|
1867
|
+
export type Cve55182MigrationAppliedFrom = ClosedEnum<typeof Cve55182MigrationAppliedFrom>;
|
|
1855
1868
|
export type SsoProtection1 = {
|
|
1856
1869
|
deploymentType: DeploymentType;
|
|
1870
|
+
cve55182MigrationAppliedFrom?: Cve55182MigrationAppliedFrom | null | undefined;
|
|
1857
1871
|
};
|
|
1858
1872
|
export type PayloadSsoProtection = SsoProtection1 | SsoProtection2;
|
|
1859
1873
|
export declare const OldSsoProtection2: {
|
|
@@ -1870,14 +1884,22 @@ export declare const OldSsoProtectionDeploymentType: {
|
|
|
1870
1884
|
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1871
1885
|
};
|
|
1872
1886
|
export type OldSsoProtectionDeploymentType = ClosedEnum<typeof OldSsoProtectionDeploymentType>;
|
|
1887
|
+
export declare const OldSsoProtectionCve55182MigrationAppliedFrom: {
|
|
1888
|
+
readonly All: "all";
|
|
1889
|
+
readonly Preview: "preview";
|
|
1890
|
+
readonly ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews";
|
|
1891
|
+
readonly AllExceptCustomDomains: "all_except_custom_domains";
|
|
1892
|
+
};
|
|
1893
|
+
export type OldSsoProtectionCve55182MigrationAppliedFrom = ClosedEnum<typeof OldSsoProtectionCve55182MigrationAppliedFrom>;
|
|
1873
1894
|
export type OldSsoProtection1 = {
|
|
1874
1895
|
deploymentType: OldSsoProtectionDeploymentType;
|
|
1896
|
+
cve55182MigrationAppliedFrom?: OldSsoProtectionCve55182MigrationAppliedFrom | null | undefined;
|
|
1875
1897
|
};
|
|
1876
1898
|
export type OldSsoProtection = OldSsoProtection1 | OldSsoProtection2;
|
|
1877
1899
|
/**
|
|
1878
1900
|
* The payload of the event, if requested.
|
|
1879
1901
|
*/
|
|
1880
|
-
export type
|
|
1902
|
+
export type EightyEight = {
|
|
1881
1903
|
projectName: string;
|
|
1882
1904
|
ssoProtection: SsoProtection1 | SsoProtection2 | null;
|
|
1883
1905
|
oldSsoProtection: OldSsoProtection1 | OldSsoProtection2 | null;
|
|
@@ -1885,14 +1907,14 @@ export type EightyNine = {
|
|
|
1885
1907
|
/**
|
|
1886
1908
|
* The payload of the event, if requested.
|
|
1887
1909
|
*/
|
|
1888
|
-
export type
|
|
1910
|
+
export type EightySeven = {
|
|
1889
1911
|
projectName?: string | undefined;
|
|
1890
1912
|
projectId: string;
|
|
1891
1913
|
};
|
|
1892
1914
|
/**
|
|
1893
1915
|
* The payload of the event, if requested.
|
|
1894
1916
|
*/
|
|
1895
|
-
export type
|
|
1917
|
+
export type EightySix = {
|
|
1896
1918
|
projectName?: string | undefined;
|
|
1897
1919
|
projectId: string;
|
|
1898
1920
|
projectAnalytics?: {
|
|
@@ -1923,7 +1945,7 @@ export type PrevProjectAnalytics = {
|
|
|
1923
1945
|
/**
|
|
1924
1946
|
* The payload of the event, if requested.
|
|
1925
1947
|
*/
|
|
1926
|
-
export type
|
|
1948
|
+
export type EightyFive = {
|
|
1927
1949
|
projectName?: string | undefined;
|
|
1928
1950
|
projectId: string;
|
|
1929
1951
|
projectAnalytics: ProjectAnalytics | null;
|
|
@@ -1932,7 +1954,7 @@ export type EightySix = {
|
|
|
1932
1954
|
/**
|
|
1933
1955
|
* The payload of the event, if requested.
|
|
1934
1956
|
*/
|
|
1935
|
-
export type
|
|
1957
|
+
export type EightyFour = {
|
|
1936
1958
|
projectName: string;
|
|
1937
1959
|
branch: string;
|
|
1938
1960
|
};
|
|
@@ -1984,7 +2006,7 @@ export type RemovedUsers = {
|
|
|
1984
2006
|
/**
|
|
1985
2007
|
* The payload of the event, if requested.
|
|
1986
2008
|
*/
|
|
1987
|
-
export type
|
|
2009
|
+
export type EightyThree = {
|
|
1988
2010
|
plan: string;
|
|
1989
2011
|
removedUsers?: {
|
|
1990
2012
|
[k: string]: RemovedUsers;
|
|
@@ -2003,13 +2025,13 @@ export type EightyFour = {
|
|
|
2003
2025
|
/**
|
|
2004
2026
|
* The payload of the event, if requested.
|
|
2005
2027
|
*/
|
|
2006
|
-
export type
|
|
2028
|
+
export type EightyTwo = {
|
|
2007
2029
|
projectName: string;
|
|
2008
2030
|
};
|
|
2009
2031
|
/**
|
|
2010
2032
|
* The payload of the event, if requested.
|
|
2011
2033
|
*/
|
|
2012
|
-
export type
|
|
2034
|
+
export type EightyOne = {
|
|
2013
2035
|
projectId: string;
|
|
2014
2036
|
toDeploymentId: string;
|
|
2015
2037
|
projectName: string;
|
|
@@ -2017,104 +2039,24 @@ export type EightyTwo = {
|
|
|
2017
2039
|
/**
|
|
2018
2040
|
* The payload of the event, if requested.
|
|
2019
2041
|
*/
|
|
2020
|
-
export type
|
|
2042
|
+
export type Eighty = {
|
|
2021
2043
|
drainUrl: string | null;
|
|
2022
2044
|
integrationName?: string | undefined;
|
|
2023
2045
|
};
|
|
2024
2046
|
/**
|
|
2025
2047
|
* The payload of the event, if requested.
|
|
2026
2048
|
*/
|
|
2027
|
-
export type
|
|
2049
|
+
export type SeventyNine = {
|
|
2028
2050
|
logDrainUrl: string;
|
|
2029
2051
|
integrationName?: string | undefined;
|
|
2030
2052
|
};
|
|
2031
2053
|
/**
|
|
2032
2054
|
* The payload of the event, if requested.
|
|
2033
2055
|
*/
|
|
2034
|
-
export type
|
|
2056
|
+
export type SeventyEight = {
|
|
2035
2057
|
logDrainUrl: string | null;
|
|
2036
2058
|
integrationName?: string | undefined;
|
|
2037
2059
|
};
|
|
2038
|
-
export declare const PayloadName: {
|
|
2039
|
-
readonly Iphone: "iphone";
|
|
2040
|
-
readonly Ipad: "ipad";
|
|
2041
|
-
readonly Ipod: "ipod";
|
|
2042
|
-
readonly Chrome: "chrome";
|
|
2043
|
-
readonly Firefox: "firefox";
|
|
2044
|
-
readonly Mozilla: "mozilla";
|
|
2045
|
-
readonly Unknown: "unknown";
|
|
2046
|
-
};
|
|
2047
|
-
export type PayloadName = ClosedEnum<typeof PayloadName>;
|
|
2048
|
-
export type Browser = {
|
|
2049
|
-
name: PayloadName;
|
|
2050
|
-
};
|
|
2051
|
-
export declare const UserEventPayloadName: {
|
|
2052
|
-
readonly Unknown: "unknown";
|
|
2053
|
-
readonly Darwin: "darwin";
|
|
2054
|
-
readonly Win32: "win32";
|
|
2055
|
-
readonly Win: "win";
|
|
2056
|
-
readonly Windows: "windows";
|
|
2057
|
-
readonly Linux: "linux";
|
|
2058
|
-
readonly Freebsd: "freebsd";
|
|
2059
|
-
readonly Sunos: "sunos";
|
|
2060
|
-
readonly Mac: "mac";
|
|
2061
|
-
readonly Ios: "ios";
|
|
2062
|
-
readonly Android: "android";
|
|
2063
|
-
readonly MacOS: "Mac OS";
|
|
2064
|
-
readonly OsX: "OS X";
|
|
2065
|
-
};
|
|
2066
|
-
export type UserEventPayloadName = ClosedEnum<typeof UserEventPayloadName>;
|
|
2067
|
-
export type Os = {
|
|
2068
|
-
name: UserEventPayloadName;
|
|
2069
|
-
};
|
|
2070
|
-
export type UserAgent = {
|
|
2071
|
-
browser: Browser;
|
|
2072
|
-
ua: string;
|
|
2073
|
-
program: string;
|
|
2074
|
-
os: Os;
|
|
2075
|
-
};
|
|
2076
|
-
export type Names = {
|
|
2077
|
-
en: string;
|
|
2078
|
-
};
|
|
2079
|
-
export type City = {
|
|
2080
|
-
names: Names;
|
|
2081
|
-
};
|
|
2082
|
-
export type PayloadNames = {
|
|
2083
|
-
en: string;
|
|
2084
|
-
};
|
|
2085
|
-
export type Country = {
|
|
2086
|
-
names: PayloadNames;
|
|
2087
|
-
};
|
|
2088
|
-
export type UserEventPayloadNames = {
|
|
2089
|
-
en: string;
|
|
2090
|
-
};
|
|
2091
|
-
export type MostSpecificSubdivision = {
|
|
2092
|
-
names: UserEventPayloadNames;
|
|
2093
|
-
};
|
|
2094
|
-
export type Geolocation = {
|
|
2095
|
-
city?: City | undefined;
|
|
2096
|
-
country: Country;
|
|
2097
|
-
mostSpecificSubdivision?: MostSpecificSubdivision | undefined;
|
|
2098
|
-
regionName?: string | undefined;
|
|
2099
|
-
};
|
|
2100
|
-
/**
|
|
2101
|
-
* The payload of the event, if requested.
|
|
2102
|
-
*/
|
|
2103
|
-
export type SeventyEight = {
|
|
2104
|
-
userAgent?: UserAgent | undefined;
|
|
2105
|
-
geolocation?: Geolocation | null | undefined;
|
|
2106
|
-
viaGithub: boolean;
|
|
2107
|
-
viaGitlab: boolean;
|
|
2108
|
-
viaBitbucket: boolean;
|
|
2109
|
-
viaGoogle: boolean;
|
|
2110
|
-
viaApple: boolean;
|
|
2111
|
-
viaSamlSso: boolean;
|
|
2112
|
-
viaPasskey: boolean;
|
|
2113
|
-
ssoType?: string | undefined;
|
|
2114
|
-
env?: string | undefined;
|
|
2115
|
-
os?: string | undefined;
|
|
2116
|
-
username?: string | undefined;
|
|
2117
|
-
};
|
|
2118
2060
|
/**
|
|
2119
2061
|
* The payload of the event, if requested.
|
|
2120
2062
|
*/
|
|
@@ -2227,6 +2169,10 @@ export type Abuse = {
|
|
|
2227
2169
|
* Since November 2021. Guides the abuse scanner in build container.
|
|
2228
2170
|
*/
|
|
2229
2171
|
scanner?: string | undefined;
|
|
2172
|
+
/**
|
|
2173
|
+
* Since December 2025. UTC timestamp string of when an auto-unblock is scheduled. Format: "Wed, 03 Dec 2025 20:32:13 GMT"
|
|
2174
|
+
*/
|
|
2175
|
+
scheduledUnblockAt?: string | undefined;
|
|
2230
2176
|
/**
|
|
2231
2177
|
* Since November 2021
|
|
2232
2178
|
*/
|
|
@@ -2341,9 +2287,9 @@ export type PayloadSecurity = {
|
|
|
2341
2287
|
rateLimit?: number | undefined;
|
|
2342
2288
|
};
|
|
2343
2289
|
export type PayloadResourceConfig = {
|
|
2344
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2345
2290
|
nodeType?: string | undefined;
|
|
2346
2291
|
concurrentBuilds?: number | undefined;
|
|
2292
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
2347
2293
|
buildEntitlements?: PayloadBuildEntitlements | undefined;
|
|
2348
2294
|
buildQueue?: PayloadBuildQueue | undefined;
|
|
2349
2295
|
awsAccountType?: string | undefined;
|
|
@@ -2368,6 +2314,7 @@ export type PayloadResourceConfig = {
|
|
|
2368
2314
|
customEnvironmentsPerProject?: number | undefined;
|
|
2369
2315
|
buildMachine?: PayloadBuildMachine | undefined;
|
|
2370
2316
|
security?: PayloadSecurity | undefined;
|
|
2317
|
+
bulkRedirectsFreeLimitOverride?: number | undefined;
|
|
2371
2318
|
};
|
|
2372
2319
|
export type ResourceLimits = {
|
|
2373
2320
|
max: number;
|
|
@@ -2414,12 +2361,12 @@ export type SiftScores = {
|
|
|
2414
2361
|
score: number;
|
|
2415
2362
|
reasons: Array<PayloadReasons>;
|
|
2416
2363
|
};
|
|
2417
|
-
export declare const
|
|
2364
|
+
export declare const PayloadName: {
|
|
2418
2365
|
readonly String: "string";
|
|
2419
2366
|
};
|
|
2420
|
-
export type
|
|
2367
|
+
export type PayloadName = ClosedEnum<typeof PayloadName>;
|
|
2421
2368
|
export type SiftRoute = {
|
|
2422
|
-
name:
|
|
2369
|
+
name: PayloadName;
|
|
2423
2370
|
};
|
|
2424
2371
|
export declare const PayloadReason: {
|
|
2425
2372
|
readonly SubscriptionCanceled: "SUBSCRIPTION_CANCELED";
|
|
@@ -2544,11 +2491,11 @@ export type Teams = {
|
|
|
2544
2491
|
createdAt: number;
|
|
2545
2492
|
teamId: string;
|
|
2546
2493
|
role: UserEventPayload72Role;
|
|
2547
|
-
teamRoles?: Array<PayloadTeamRoles> | undefined;
|
|
2548
|
-
teamPermissions?: Array<PayloadTeamPermissions> | undefined;
|
|
2549
2494
|
confirmed: boolean;
|
|
2550
2495
|
confirmedAt: number;
|
|
2551
2496
|
accessRequestedAt?: number | undefined;
|
|
2497
|
+
teamRoles?: Array<PayloadTeamRoles> | undefined;
|
|
2498
|
+
teamPermissions?: Array<PayloadTeamPermissions> | undefined;
|
|
2552
2499
|
joinedFrom?: UserEventPayloadJoinedFrom | undefined;
|
|
2553
2500
|
};
|
|
2554
2501
|
export declare const UserEventPayload72Type: {
|
|
@@ -4418,7 +4365,7 @@ export type Payload2 = {
|
|
|
4418
4365
|
* The payload of the event, if requested.
|
|
4419
4366
|
*/
|
|
4420
4367
|
export type Payload1 = {};
|
|
4421
|
-
export type Payload =
|
|
4368
|
+
export type Payload = SeventyFour | SeventySeven | FortySeven | FortyEight | Sixty | SixtySix | SeventyTwo | SeventyFive | OneHundredAndFortyThree | OneHundredAndSeventyFour | Payload2 | FiftyTwo | SeventySix | OneHundred | OneHundredAndTwelve | OneHundredAndFiftyFour | Fourteen | Eighteen | TwentyTwo | ThirtySix | ThirtySeven | ThirtyEight | ThirtyNine | FortySix | FiftyFive | FiftySix | FiftySeven | SixtySeven | SixtyEight | SixtyNine | SeventyOne | EightyOne | EightyFive | EightyEight | EightyNine | OneHundredAndThree | OneHundredAndTwentyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndSixty | OneHundredAndSeventyOne | OneHundredAndSeventyTwo | OneHundredAndSeventyThree | Three | Four | Six | Seven | Eight | Nineteen | Twenty | TwentyThree | TwentySeven | ThirtyThree | FortyOne | FortyTwo | FortyThree | Fifty | FiftyOne | FiftyFour | SixtyOne | SixtyFive | Seventy | SeventyThree | EightyFour | NinetyTwo | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndEight | OneHundredAndNine | OneHundredAndTen | OneHundredAndSeventeen | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndThirtyFive | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixtyOne | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | Five | Seventeen | TwentyFour | TwentySix | TwentyEight | ThirtyTwo | ThirtyFour | ThirtyFive | Forty | FortyFour | FortyFive | FortyNine | FiftyThree | FiftyEight | FiftyNine | SeventyEight | SeventyNine | Eighty | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | NinetyFive | NinetySix | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEleven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentyEight | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixtyTwo | OneHundredAndSixtySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | OneHundredAndSeventy | Payload1 | Nine | Ten | Eleven | Twelve | Thirteen | Fifteen | Sixteen | TwentyOne | TwentyFive | TwentyNine | Thirty | ThirtyOne | SixtyTwo | SixtyThree | SixtyFour | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndThirtyNine;
|
|
4422
4369
|
/**
|
|
4423
4370
|
* Array of events generated by the User.
|
|
4424
4371
|
*/
|
|
@@ -4460,7 +4407,7 @@ export type UserEvent = {
|
|
|
4460
4407
|
* If the principal delegated its authority (for example, a user delegating to an app), then this array contains the ID of the current actor. For example, if `principalId` is "user123" and `viaIds` is `["app456"]`, we can say the event was triggered by - "app456 on behalf of user123", or - "user123 via app4556". Both are equivalent. Arbitrarily long chains of delegation can be represented. For example, if `principalId` is "user123" and `viaIds` is `["service1", "service2"]`, we can say the event was triggered by "user123 via service1 via service2".
|
|
4461
4408
|
*/
|
|
4462
4409
|
viaIds?: Array<string> | undefined;
|
|
4463
|
-
payload?:
|
|
4410
|
+
payload?: SeventyFour | SeventySeven | FortySeven | FortyEight | Sixty | SixtySix | SeventyTwo | SeventyFive | OneHundredAndFortyThree | OneHundredAndSeventyFour | Payload2 | FiftyTwo | SeventySix | OneHundred | OneHundredAndTwelve | OneHundredAndFiftyFour | Fourteen | Eighteen | TwentyTwo | ThirtySix | ThirtySeven | ThirtyEight | ThirtyNine | FortySix | FiftyFive | FiftySix | FiftySeven | SixtySeven | SixtyEight | SixtyNine | SeventyOne | EightyOne | EightyFive | EightyEight | EightyNine | OneHundredAndThree | OneHundredAndTwentyOne | OneHundredAndFortyFive | OneHundredAndFortySix | OneHundredAndFiftyThree | OneHundredAndFiftyFive | OneHundredAndFiftySeven | OneHundredAndSixty | OneHundredAndSeventyOne | OneHundredAndSeventyTwo | OneHundredAndSeventyThree | Three | Four | Six | Seven | Eight | Nineteen | Twenty | TwentyThree | TwentySeven | ThirtyThree | FortyOne | FortyTwo | FortyThree | Fifty | FiftyOne | FiftyFour | SixtyOne | SixtyFive | Seventy | SeventyThree | EightyFour | NinetyTwo | NinetyThree | NinetyFour | NinetySeven | NinetyEight | NinetyNine | OneHundredAndOne | OneHundredAndTwo | OneHundredAndFour | OneHundredAndFive | OneHundredAndEight | OneHundredAndNine | OneHundredAndTen | OneHundredAndSeventeen | OneHundredAndTwentySix | OneHundredAndTwentySeven | OneHundredAndThirtyTwo | OneHundredAndThirtyThree | OneHundredAndThirtyFive | OneHundredAndFortyFour | OneHundredAndFortySeven | OneHundredAndFortyEight | OneHundredAndFortyNine | OneHundredAndFiftyOne | OneHundredAndFiftyTwo | OneHundredAndFiftyEight | OneHundredAndFiftyNine | OneHundredAndSixtyOne | OneHundredAndSixtyThree | OneHundredAndSixtyFour | OneHundredAndSixtyFive | Five | Seventeen | TwentyFour | TwentySix | TwentyEight | ThirtyTwo | ThirtyFour | ThirtyFive | Forty | FortyFour | FortyFive | FortyNine | FiftyThree | FiftyEight | FiftyNine | SeventyEight | SeventyNine | Eighty | EightyTwo | EightyThree | EightySix | EightySeven | Ninety | NinetyOne | NinetyFive | NinetySix | OneHundredAndSix | OneHundredAndSeven | OneHundredAndEleven | OneHundredAndThirteen | OneHundredAndFourteen | OneHundredAndFifteen | OneHundredAndEighteen | OneHundredAndNineteen | OneHundredAndTwenty | OneHundredAndTwentyFour | OneHundredAndTwentyFive | OneHundredAndTwentyEight | OneHundredAndThirtyFour | OneHundredAndThirtySix | OneHundredAndForty | OneHundredAndFortyOne | OneHundredAndFortyTwo | OneHundredAndFifty | OneHundredAndFiftySix | OneHundredAndSixtyTwo | OneHundredAndSixtySix | OneHundredAndSixtySeven | OneHundredAndSixtyEight | OneHundredAndSixtyNine | OneHundredAndSeventy | Payload1 | Nine | Ten | Eleven | Twelve | Thirteen | Fifteen | Sixteen | TwentyOne | TwentyFive | TwentyNine | Thirty | ThirtyOne | SixtyTwo | SixtyThree | SixtyFour | OneHundredAndSixteen | OneHundredAndTwentyTwo | OneHundredAndTwentyThree | OneHundredAndTwentyNine | OneHundredAndThirty | OneHundredAndThirtyOne | OneHundredAndThirtySeven | OneHundredAndThirtyEight | OneHundredAndThirtyNine | undefined;
|
|
4464
4411
|
};
|
|
4465
4412
|
/** @internal */
|
|
4466
4413
|
export declare const UserEventType$inboundSchema: z.ZodNativeEnum<typeof UserEventType>;
|
|
@@ -4614,9 +4561,9 @@ export declare const PayloadApp$outboundSchema: z.ZodType<PayloadApp$Outbound, z
|
|
|
4614
4561
|
export declare function payloadAppToJSON(payloadApp: PayloadApp): string;
|
|
4615
4562
|
export declare function payloadAppFromJSON(jsonString: string): SafeParseResult<PayloadApp, SDKValidationError>;
|
|
4616
4563
|
/** @internal */
|
|
4617
|
-
export declare const
|
|
4564
|
+
export declare const OneHundredAndSeventyFour$inboundSchema: z.ZodType<OneHundredAndSeventyFour, z.ZodTypeDef, unknown>;
|
|
4618
4565
|
/** @internal */
|
|
4619
|
-
export type
|
|
4566
|
+
export type OneHundredAndSeventyFour$Outbound = {
|
|
4620
4567
|
grantType: string;
|
|
4621
4568
|
appName: string;
|
|
4622
4569
|
atTTL: number;
|
|
@@ -4629,31 +4576,31 @@ export type OneHundredAndSeventyFive$Outbound = {
|
|
|
4629
4576
|
sessionId?: string | undefined;
|
|
4630
4577
|
};
|
|
4631
4578
|
/** @internal */
|
|
4632
|
-
export declare const
|
|
4633
|
-
export declare function
|
|
4634
|
-
export declare function
|
|
4579
|
+
export declare const OneHundredAndSeventyFour$outboundSchema: z.ZodType<OneHundredAndSeventyFour$Outbound, z.ZodTypeDef, OneHundredAndSeventyFour>;
|
|
4580
|
+
export declare function oneHundredAndSeventyFourToJSON(oneHundredAndSeventyFour: OneHundredAndSeventyFour): string;
|
|
4581
|
+
export declare function oneHundredAndSeventyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyFour, SDKValidationError>;
|
|
4635
4582
|
/** @internal */
|
|
4636
|
-
export declare const
|
|
4583
|
+
export declare const UserEventPayload173Team$inboundSchema: z.ZodType<UserEventPayload173Team, z.ZodTypeDef, unknown>;
|
|
4637
4584
|
/** @internal */
|
|
4638
|
-
export type
|
|
4585
|
+
export type UserEventPayload173Team$Outbound = {
|
|
4639
4586
|
id: string;
|
|
4640
4587
|
name: string;
|
|
4641
4588
|
};
|
|
4642
4589
|
/** @internal */
|
|
4643
|
-
export declare const
|
|
4644
|
-
export declare function
|
|
4645
|
-
export declare function
|
|
4590
|
+
export declare const UserEventPayload173Team$outboundSchema: z.ZodType<UserEventPayload173Team$Outbound, z.ZodTypeDef, UserEventPayload173Team>;
|
|
4591
|
+
export declare function userEventPayload173TeamToJSON(userEventPayload173Team: UserEventPayload173Team): string;
|
|
4592
|
+
export declare function userEventPayload173TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload173Team, SDKValidationError>;
|
|
4646
4593
|
/** @internal */
|
|
4647
|
-
export declare const
|
|
4594
|
+
export declare const UserEventPayload173Configuration$inboundSchema: z.ZodType<UserEventPayload173Configuration, z.ZodTypeDef, unknown>;
|
|
4648
4595
|
/** @internal */
|
|
4649
|
-
export type
|
|
4596
|
+
export type UserEventPayload173Configuration$Outbound = {
|
|
4650
4597
|
id: string;
|
|
4651
4598
|
name?: string | undefined;
|
|
4652
4599
|
};
|
|
4653
4600
|
/** @internal */
|
|
4654
|
-
export declare const
|
|
4655
|
-
export declare function
|
|
4656
|
-
export declare function
|
|
4601
|
+
export declare const UserEventPayload173Configuration$outboundSchema: z.ZodType<UserEventPayload173Configuration$Outbound, z.ZodTypeDef, UserEventPayload173Configuration>;
|
|
4602
|
+
export declare function userEventPayload173ConfigurationToJSON(userEventPayload173Configuration: UserEventPayload173Configuration): string;
|
|
4603
|
+
export declare function userEventPayload173ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload173Configuration, SDKValidationError>;
|
|
4657
4604
|
/** @internal */
|
|
4658
4605
|
export declare const UserEventPayloadPeering$inboundSchema: z.ZodType<UserEventPayloadPeering, z.ZodTypeDef, unknown>;
|
|
4659
4606
|
/** @internal */
|
|
@@ -4666,40 +4613,40 @@ export declare const UserEventPayloadPeering$outboundSchema: z.ZodType<UserEvent
|
|
|
4666
4613
|
export declare function userEventPayloadPeeringToJSON(userEventPayloadPeering: UserEventPayloadPeering): string;
|
|
4667
4614
|
export declare function userEventPayloadPeeringFromJSON(jsonString: string): SafeParseResult<UserEventPayloadPeering, SDKValidationError>;
|
|
4668
4615
|
/** @internal */
|
|
4669
|
-
export declare const
|
|
4616
|
+
export declare const OneHundredAndSeventyThree$inboundSchema: z.ZodType<OneHundredAndSeventyThree, z.ZodTypeDef, unknown>;
|
|
4670
4617
|
/** @internal */
|
|
4671
|
-
export type
|
|
4672
|
-
team:
|
|
4673
|
-
configuration:
|
|
4618
|
+
export type OneHundredAndSeventyThree$Outbound = {
|
|
4619
|
+
team: UserEventPayload173Team$Outbound;
|
|
4620
|
+
configuration: UserEventPayload173Configuration$Outbound;
|
|
4674
4621
|
peering: UserEventPayloadPeering$Outbound;
|
|
4675
4622
|
newName?: string | undefined;
|
|
4676
4623
|
};
|
|
4677
4624
|
/** @internal */
|
|
4678
|
-
export declare const
|
|
4679
|
-
export declare function
|
|
4680
|
-
export declare function
|
|
4625
|
+
export declare const OneHundredAndSeventyThree$outboundSchema: z.ZodType<OneHundredAndSeventyThree$Outbound, z.ZodTypeDef, OneHundredAndSeventyThree>;
|
|
4626
|
+
export declare function oneHundredAndSeventyThreeToJSON(oneHundredAndSeventyThree: OneHundredAndSeventyThree): string;
|
|
4627
|
+
export declare function oneHundredAndSeventyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyThree, SDKValidationError>;
|
|
4681
4628
|
/** @internal */
|
|
4682
|
-
export declare const
|
|
4629
|
+
export declare const UserEventPayload172Team$inboundSchema: z.ZodType<UserEventPayload172Team, z.ZodTypeDef, unknown>;
|
|
4683
4630
|
/** @internal */
|
|
4684
|
-
export type
|
|
4631
|
+
export type UserEventPayload172Team$Outbound = {
|
|
4685
4632
|
id: string;
|
|
4686
4633
|
name: string;
|
|
4687
4634
|
};
|
|
4688
4635
|
/** @internal */
|
|
4689
|
-
export declare const
|
|
4690
|
-
export declare function
|
|
4691
|
-
export declare function
|
|
4636
|
+
export declare const UserEventPayload172Team$outboundSchema: z.ZodType<UserEventPayload172Team$Outbound, z.ZodTypeDef, UserEventPayload172Team>;
|
|
4637
|
+
export declare function userEventPayload172TeamToJSON(userEventPayload172Team: UserEventPayload172Team): string;
|
|
4638
|
+
export declare function userEventPayload172TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload172Team, SDKValidationError>;
|
|
4692
4639
|
/** @internal */
|
|
4693
|
-
export declare const
|
|
4640
|
+
export declare const UserEventPayload172Configuration$inboundSchema: z.ZodType<UserEventPayload172Configuration, z.ZodTypeDef, unknown>;
|
|
4694
4641
|
/** @internal */
|
|
4695
|
-
export type
|
|
4642
|
+
export type UserEventPayload172Configuration$Outbound = {
|
|
4696
4643
|
id: string;
|
|
4697
4644
|
name?: string | undefined;
|
|
4698
4645
|
};
|
|
4699
4646
|
/** @internal */
|
|
4700
|
-
export declare const
|
|
4701
|
-
export declare function
|
|
4702
|
-
export declare function
|
|
4647
|
+
export declare const UserEventPayload172Configuration$outboundSchema: z.ZodType<UserEventPayload172Configuration$Outbound, z.ZodTypeDef, UserEventPayload172Configuration>;
|
|
4648
|
+
export declare function userEventPayload172ConfigurationToJSON(userEventPayload172Configuration: UserEventPayload172Configuration): string;
|
|
4649
|
+
export declare function userEventPayload172ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload172Configuration, SDKValidationError>;
|
|
4703
4650
|
/** @internal */
|
|
4704
4651
|
export declare const PayloadPeering$inboundSchema: z.ZodType<PayloadPeering, z.ZodTypeDef, unknown>;
|
|
4705
4652
|
/** @internal */
|
|
@@ -4712,39 +4659,39 @@ export declare const PayloadPeering$outboundSchema: z.ZodType<PayloadPeering$Out
|
|
|
4712
4659
|
export declare function payloadPeeringToJSON(payloadPeering: PayloadPeering): string;
|
|
4713
4660
|
export declare function payloadPeeringFromJSON(jsonString: string): SafeParseResult<PayloadPeering, SDKValidationError>;
|
|
4714
4661
|
/** @internal */
|
|
4715
|
-
export declare const
|
|
4662
|
+
export declare const OneHundredAndSeventyTwo$inboundSchema: z.ZodType<OneHundredAndSeventyTwo, z.ZodTypeDef, unknown>;
|
|
4716
4663
|
/** @internal */
|
|
4717
|
-
export type
|
|
4718
|
-
team:
|
|
4719
|
-
configuration:
|
|
4664
|
+
export type OneHundredAndSeventyTwo$Outbound = {
|
|
4665
|
+
team: UserEventPayload172Team$Outbound;
|
|
4666
|
+
configuration: UserEventPayload172Configuration$Outbound;
|
|
4720
4667
|
peering: PayloadPeering$Outbound;
|
|
4721
4668
|
};
|
|
4722
4669
|
/** @internal */
|
|
4723
|
-
export declare const
|
|
4724
|
-
export declare function
|
|
4725
|
-
export declare function
|
|
4670
|
+
export declare const OneHundredAndSeventyTwo$outboundSchema: z.ZodType<OneHundredAndSeventyTwo$Outbound, z.ZodTypeDef, OneHundredAndSeventyTwo>;
|
|
4671
|
+
export declare function oneHundredAndSeventyTwoToJSON(oneHundredAndSeventyTwo: OneHundredAndSeventyTwo): string;
|
|
4672
|
+
export declare function oneHundredAndSeventyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyTwo, SDKValidationError>;
|
|
4726
4673
|
/** @internal */
|
|
4727
|
-
export declare const
|
|
4674
|
+
export declare const UserEventPayload171Team$inboundSchema: z.ZodType<UserEventPayload171Team, z.ZodTypeDef, unknown>;
|
|
4728
4675
|
/** @internal */
|
|
4729
|
-
export type
|
|
4676
|
+
export type UserEventPayload171Team$Outbound = {
|
|
4730
4677
|
id: string;
|
|
4731
4678
|
name: string;
|
|
4732
4679
|
};
|
|
4733
4680
|
/** @internal */
|
|
4734
|
-
export declare const
|
|
4735
|
-
export declare function
|
|
4736
|
-
export declare function
|
|
4681
|
+
export declare const UserEventPayload171Team$outboundSchema: z.ZodType<UserEventPayload171Team$Outbound, z.ZodTypeDef, UserEventPayload171Team>;
|
|
4682
|
+
export declare function userEventPayload171TeamToJSON(userEventPayload171Team: UserEventPayload171Team): string;
|
|
4683
|
+
export declare function userEventPayload171TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload171Team, SDKValidationError>;
|
|
4737
4684
|
/** @internal */
|
|
4738
|
-
export declare const
|
|
4685
|
+
export declare const UserEventPayload171Configuration$inboundSchema: z.ZodType<UserEventPayload171Configuration, z.ZodTypeDef, unknown>;
|
|
4739
4686
|
/** @internal */
|
|
4740
|
-
export type
|
|
4687
|
+
export type UserEventPayload171Configuration$Outbound = {
|
|
4741
4688
|
id: string;
|
|
4742
4689
|
name?: string | undefined;
|
|
4743
4690
|
};
|
|
4744
4691
|
/** @internal */
|
|
4745
|
-
export declare const
|
|
4746
|
-
export declare function
|
|
4747
|
-
export declare function
|
|
4692
|
+
export declare const UserEventPayload171Configuration$outboundSchema: z.ZodType<UserEventPayload171Configuration$Outbound, z.ZodTypeDef, UserEventPayload171Configuration>;
|
|
4693
|
+
export declare function userEventPayload171ConfigurationToJSON(userEventPayload171Configuration: UserEventPayload171Configuration): string;
|
|
4694
|
+
export declare function userEventPayload171ConfigurationFromJSON(jsonString: string): SafeParseResult<UserEventPayload171Configuration, SDKValidationError>;
|
|
4748
4695
|
/** @internal */
|
|
4749
4696
|
export declare const Peering$inboundSchema: z.ZodType<Peering, z.ZodTypeDef, unknown>;
|
|
4750
4697
|
/** @internal */
|
|
@@ -4759,17 +4706,17 @@ export declare const Peering$outboundSchema: z.ZodType<Peering$Outbound, z.ZodTy
|
|
|
4759
4706
|
export declare function peeringToJSON(peering: Peering): string;
|
|
4760
4707
|
export declare function peeringFromJSON(jsonString: string): SafeParseResult<Peering, SDKValidationError>;
|
|
4761
4708
|
/** @internal */
|
|
4762
|
-
export declare const
|
|
4709
|
+
export declare const OneHundredAndSeventyOne$inboundSchema: z.ZodType<OneHundredAndSeventyOne, z.ZodTypeDef, unknown>;
|
|
4763
4710
|
/** @internal */
|
|
4764
|
-
export type
|
|
4765
|
-
team:
|
|
4766
|
-
configuration:
|
|
4711
|
+
export type OneHundredAndSeventyOne$Outbound = {
|
|
4712
|
+
team: UserEventPayload171Team$Outbound;
|
|
4713
|
+
configuration: UserEventPayload171Configuration$Outbound;
|
|
4767
4714
|
peering: Peering$Outbound;
|
|
4768
4715
|
};
|
|
4769
4716
|
/** @internal */
|
|
4770
|
-
export declare const
|
|
4771
|
-
export declare function
|
|
4772
|
-
export declare function
|
|
4717
|
+
export declare const OneHundredAndSeventyOne$outboundSchema: z.ZodType<OneHundredAndSeventyOne$Outbound, z.ZodTypeDef, OneHundredAndSeventyOne>;
|
|
4718
|
+
export declare function oneHundredAndSeventyOneToJSON(oneHundredAndSeventyOne: OneHundredAndSeventyOne): string;
|
|
4719
|
+
export declare function oneHundredAndSeventyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventyOne, SDKValidationError>;
|
|
4773
4720
|
/** @internal */
|
|
4774
4721
|
export declare const App$inboundSchema: z.ZodType<App, z.ZodTypeDef, unknown>;
|
|
4775
4722
|
/** @internal */
|
|
@@ -4782,26 +4729,26 @@ export declare const App$outboundSchema: z.ZodType<App$Outbound, z.ZodTypeDef, A
|
|
|
4782
4729
|
export declare function appToJSON(app: App): string;
|
|
4783
4730
|
export declare function appFromJSON(jsonString: string): SafeParseResult<App, SDKValidationError>;
|
|
4784
4731
|
/** @internal */
|
|
4785
|
-
export declare const
|
|
4732
|
+
export declare const OneHundredAndSeventy$inboundSchema: z.ZodType<OneHundredAndSeventy, z.ZodTypeDef, unknown>;
|
|
4786
4733
|
/** @internal */
|
|
4787
|
-
export type
|
|
4734
|
+
export type OneHundredAndSeventy$Outbound = {
|
|
4788
4735
|
appName: string;
|
|
4789
4736
|
appId?: string | undefined;
|
|
4790
4737
|
app?: App$Outbound | undefined;
|
|
4791
4738
|
issuedBefore?: number | undefined;
|
|
4792
4739
|
};
|
|
4793
4740
|
/** @internal */
|
|
4794
|
-
export declare const
|
|
4795
|
-
export declare function
|
|
4796
|
-
export declare function
|
|
4741
|
+
export declare const OneHundredAndSeventy$outboundSchema: z.ZodType<OneHundredAndSeventy$Outbound, z.ZodTypeDef, OneHundredAndSeventy>;
|
|
4742
|
+
export declare function oneHundredAndSeventyToJSON(oneHundredAndSeventy: OneHundredAndSeventy): string;
|
|
4743
|
+
export declare function oneHundredAndSeventyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventy, SDKValidationError>;
|
|
4797
4744
|
/** @internal */
|
|
4798
|
-
export declare const
|
|
4745
|
+
export declare const UserEventPayload169Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169Type>;
|
|
4799
4746
|
/** @internal */
|
|
4800
|
-
export declare const
|
|
4747
|
+
export declare const UserEventPayload169Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169Type>;
|
|
4801
4748
|
/** @internal */
|
|
4802
|
-
export declare const
|
|
4749
|
+
export declare const UserEventPayload169BeforeType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169BeforeType>;
|
|
4803
4750
|
/** @internal */
|
|
4804
|
-
export declare const
|
|
4751
|
+
export declare const UserEventPayload169BeforeType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169BeforeType>;
|
|
4805
4752
|
/** @internal */
|
|
4806
4753
|
export declare const PayloadItems$inboundSchema: z.ZodType<PayloadItems, z.ZodTypeDef, unknown>;
|
|
4807
4754
|
/** @internal */
|
|
@@ -4845,13 +4792,13 @@ export declare const Before$outboundSchema: z.ZodType<Before$Outbound, z.ZodType
|
|
|
4845
4792
|
export declare function beforeToJSON(before: Before): string;
|
|
4846
4793
|
export declare function beforeFromJSON(jsonString: string): SafeParseResult<Before, SDKValidationError>;
|
|
4847
4794
|
/** @internal */
|
|
4848
|
-
export declare const
|
|
4795
|
+
export declare const UserEventPayload169AfterType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterType>;
|
|
4849
4796
|
/** @internal */
|
|
4850
|
-
export declare const
|
|
4797
|
+
export declare const UserEventPayload169AfterType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterType>;
|
|
4851
4798
|
/** @internal */
|
|
4852
|
-
export declare const
|
|
4799
|
+
export declare const UserEventPayload169AfterResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
4853
4800
|
/** @internal */
|
|
4854
|
-
export declare const
|
|
4801
|
+
export declare const UserEventPayload169AfterResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload169AfterResourcesType>;
|
|
4855
4802
|
/** @internal */
|
|
4856
4803
|
export declare const UserEventPayloadItems$inboundSchema: z.ZodType<UserEventPayloadItems, z.ZodTypeDef, unknown>;
|
|
4857
4804
|
/** @internal */
|
|
@@ -4895,9 +4842,9 @@ export declare const After$outboundSchema: z.ZodType<After$Outbound, z.ZodTypeDe
|
|
|
4895
4842
|
export declare function afterToJSON(after: After): string;
|
|
4896
4843
|
export declare function afterFromJSON(jsonString: string): SafeParseResult<After, SDKValidationError>;
|
|
4897
4844
|
/** @internal */
|
|
4898
|
-
export declare const
|
|
4845
|
+
export declare const OneHundredAndSixtyNine$inboundSchema: z.ZodType<OneHundredAndSixtyNine, z.ZodTypeDef, unknown>;
|
|
4899
4846
|
/** @internal */
|
|
4900
|
-
export type
|
|
4847
|
+
export type OneHundredAndSixtyNine$Outbound = {
|
|
4901
4848
|
appName: string;
|
|
4902
4849
|
appId?: string | undefined;
|
|
4903
4850
|
installationId?: string | undefined;
|
|
@@ -4905,17 +4852,17 @@ export type OneHundredAndSeventy$Outbound = {
|
|
|
4905
4852
|
after?: After$Outbound | undefined;
|
|
4906
4853
|
};
|
|
4907
4854
|
/** @internal */
|
|
4908
|
-
export declare const
|
|
4909
|
-
export declare function
|
|
4910
|
-
export declare function
|
|
4855
|
+
export declare const OneHundredAndSixtyNine$outboundSchema: z.ZodType<OneHundredAndSixtyNine$Outbound, z.ZodTypeDef, OneHundredAndSixtyNine>;
|
|
4856
|
+
export declare function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine: OneHundredAndSixtyNine): string;
|
|
4857
|
+
export declare function oneHundredAndSixtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyNine, SDKValidationError>;
|
|
4911
4858
|
/** @internal */
|
|
4912
|
-
export declare const
|
|
4859
|
+
export declare const UserEventPayload168Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload168Type>;
|
|
4913
4860
|
/** @internal */
|
|
4914
|
-
export declare const
|
|
4861
|
+
export declare const UserEventPayload168Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload168Type>;
|
|
4915
4862
|
/** @internal */
|
|
4916
|
-
export declare const
|
|
4863
|
+
export declare const UserEventPayload168ResourcesType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload168ResourcesType>;
|
|
4917
4864
|
/** @internal */
|
|
4918
|
-
export declare const
|
|
4865
|
+
export declare const UserEventPayload168ResourcesType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload168ResourcesType>;
|
|
4919
4866
|
/** @internal */
|
|
4920
4867
|
export declare const Items$inboundSchema: z.ZodType<Items, z.ZodTypeDef, unknown>;
|
|
4921
4868
|
/** @internal */
|
|
@@ -4949,24 +4896,12 @@ export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.Z
|
|
|
4949
4896
|
export declare function resourcesToJSON(resources: Resources): string;
|
|
4950
4897
|
export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
|
|
4951
4898
|
/** @internal */
|
|
4952
|
-
export declare const OneHundredAndSixtyNine$inboundSchema: z.ZodType<OneHundredAndSixtyNine, z.ZodTypeDef, unknown>;
|
|
4953
|
-
/** @internal */
|
|
4954
|
-
export type OneHundredAndSixtyNine$Outbound = {
|
|
4955
|
-
appName: string;
|
|
4956
|
-
appId?: string | undefined;
|
|
4957
|
-
resources?: Resources$Outbound | undefined;
|
|
4958
|
-
};
|
|
4959
|
-
/** @internal */
|
|
4960
|
-
export declare const OneHundredAndSixtyNine$outboundSchema: z.ZodType<OneHundredAndSixtyNine$Outbound, z.ZodTypeDef, OneHundredAndSixtyNine>;
|
|
4961
|
-
export declare function oneHundredAndSixtyNineToJSON(oneHundredAndSixtyNine: OneHundredAndSixtyNine): string;
|
|
4962
|
-
export declare function oneHundredAndSixtyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyNine, SDKValidationError>;
|
|
4963
|
-
/** @internal */
|
|
4964
4899
|
export declare const OneHundredAndSixtyEight$inboundSchema: z.ZodType<OneHundredAndSixtyEight, z.ZodTypeDef, unknown>;
|
|
4965
4900
|
/** @internal */
|
|
4966
4901
|
export type OneHundredAndSixtyEight$Outbound = {
|
|
4967
4902
|
appName: string;
|
|
4968
4903
|
appId?: string | undefined;
|
|
4969
|
-
|
|
4904
|
+
resources?: Resources$Outbound | undefined;
|
|
4970
4905
|
};
|
|
4971
4906
|
/** @internal */
|
|
4972
4907
|
export declare const OneHundredAndSixtyEight$outboundSchema: z.ZodType<OneHundredAndSixtyEight$Outbound, z.ZodTypeDef, OneHundredAndSixtyEight>;
|
|
@@ -4978,12 +4913,24 @@ export declare const OneHundredAndSixtySeven$inboundSchema: z.ZodType<OneHundred
|
|
|
4978
4913
|
export type OneHundredAndSixtySeven$Outbound = {
|
|
4979
4914
|
appName: string;
|
|
4980
4915
|
appId?: string | undefined;
|
|
4916
|
+
secretLastFourChars?: string | undefined;
|
|
4981
4917
|
};
|
|
4982
4918
|
/** @internal */
|
|
4983
4919
|
export declare const OneHundredAndSixtySeven$outboundSchema: z.ZodType<OneHundredAndSixtySeven$Outbound, z.ZodTypeDef, OneHundredAndSixtySeven>;
|
|
4984
4920
|
export declare function oneHundredAndSixtySevenToJSON(oneHundredAndSixtySeven: OneHundredAndSixtySeven): string;
|
|
4985
4921
|
export declare function oneHundredAndSixtySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySeven, SDKValidationError>;
|
|
4986
4922
|
/** @internal */
|
|
4923
|
+
export declare const OneHundredAndSixtySix$inboundSchema: z.ZodType<OneHundredAndSixtySix, z.ZodTypeDef, unknown>;
|
|
4924
|
+
/** @internal */
|
|
4925
|
+
export type OneHundredAndSixtySix$Outbound = {
|
|
4926
|
+
appName: string;
|
|
4927
|
+
appId?: string | undefined;
|
|
4928
|
+
};
|
|
4929
|
+
/** @internal */
|
|
4930
|
+
export declare const OneHundredAndSixtySix$outboundSchema: z.ZodType<OneHundredAndSixtySix$Outbound, z.ZodTypeDef, OneHundredAndSixtySix>;
|
|
4931
|
+
export declare function oneHundredAndSixtySixToJSON(oneHundredAndSixtySix: OneHundredAndSixtySix): string;
|
|
4932
|
+
export declare function oneHundredAndSixtySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtySix, SDKValidationError>;
|
|
4933
|
+
/** @internal */
|
|
4987
4934
|
export declare const NextScopes$inboundSchema: z.ZodNativeEnum<typeof NextScopes>;
|
|
4988
4935
|
/** @internal */
|
|
4989
4936
|
export declare const NextScopes$outboundSchema: z.ZodNativeEnum<typeof NextScopes>;
|
|
@@ -5006,9 +4953,9 @@ export declare const NextAcceptedPermissionSets$outboundSchema: z.ZodType<NextAc
|
|
|
5006
4953
|
export declare function nextAcceptedPermissionSetsToJSON(nextAcceptedPermissionSets: NextAcceptedPermissionSets): string;
|
|
5007
4954
|
export declare function nextAcceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<NextAcceptedPermissionSets, SDKValidationError>;
|
|
5008
4955
|
/** @internal */
|
|
5009
|
-
export declare const
|
|
4956
|
+
export declare const OneHundredAndSixtyFive$inboundSchema: z.ZodType<OneHundredAndSixtyFive, z.ZodTypeDef, unknown>;
|
|
5010
4957
|
/** @internal */
|
|
5011
|
-
export type
|
|
4958
|
+
export type OneHundredAndSixtyFive$Outbound = {
|
|
5012
4959
|
appName: string;
|
|
5013
4960
|
appId?: string | undefined;
|
|
5014
4961
|
nextScopes: Array<string>;
|
|
@@ -5016,9 +4963,9 @@ export type OneHundredAndSixtySix$Outbound = {
|
|
|
5016
4963
|
nextAcceptedPermissionSets?: NextAcceptedPermissionSets$Outbound | undefined;
|
|
5017
4964
|
};
|
|
5018
4965
|
/** @internal */
|
|
5019
|
-
export declare const
|
|
5020
|
-
export declare function
|
|
5021
|
-
export declare function
|
|
4966
|
+
export declare const OneHundredAndSixtyFive$outboundSchema: z.ZodType<OneHundredAndSixtyFive$Outbound, z.ZodTypeDef, OneHundredAndSixtyFive>;
|
|
4967
|
+
export declare function oneHundredAndSixtyFiveToJSON(oneHundredAndSixtyFive: OneHundredAndSixtyFive): string;
|
|
4968
|
+
export declare function oneHundredAndSixtyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFive, SDKValidationError>;
|
|
5022
4969
|
/** @internal */
|
|
5023
4970
|
export declare const PayloadScopes$inboundSchema: z.ZodNativeEnum<typeof PayloadScopes>;
|
|
5024
4971
|
/** @internal */
|
|
@@ -5042,9 +4989,9 @@ export declare const AcceptedPermissionSets$outboundSchema: z.ZodType<AcceptedPe
|
|
|
5042
4989
|
export declare function acceptedPermissionSetsToJSON(acceptedPermissionSets: AcceptedPermissionSets): string;
|
|
5043
4990
|
export declare function acceptedPermissionSetsFromJSON(jsonString: string): SafeParseResult<AcceptedPermissionSets, SDKValidationError>;
|
|
5044
4991
|
/** @internal */
|
|
5045
|
-
export declare const
|
|
4992
|
+
export declare const OneHundredAndSixtyFour$inboundSchema: z.ZodType<OneHundredAndSixtyFour, z.ZodTypeDef, unknown>;
|
|
5046
4993
|
/** @internal */
|
|
5047
|
-
export type
|
|
4994
|
+
export type OneHundredAndSixtyFour$Outbound = {
|
|
5048
4995
|
appName: string;
|
|
5049
4996
|
appId?: string | undefined;
|
|
5050
4997
|
scopes: Array<string>;
|
|
@@ -5052,34 +4999,34 @@ export type OneHundredAndSixtyFive$Outbound = {
|
|
|
5052
4999
|
acceptedPermissionSets?: AcceptedPermissionSets$Outbound | undefined;
|
|
5053
5000
|
};
|
|
5054
5001
|
/** @internal */
|
|
5055
|
-
export declare const
|
|
5056
|
-
export declare function
|
|
5057
|
-
export declare function
|
|
5002
|
+
export declare const OneHundredAndSixtyFour$outboundSchema: z.ZodType<OneHundredAndSixtyFour$Outbound, z.ZodTypeDef, OneHundredAndSixtyFour>;
|
|
5003
|
+
export declare function oneHundredAndSixtyFourToJSON(oneHundredAndSixtyFour: OneHundredAndSixtyFour): string;
|
|
5004
|
+
export declare function oneHundredAndSixtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyFour, SDKValidationError>;
|
|
5058
5005
|
/** @internal */
|
|
5059
|
-
export declare const
|
|
5006
|
+
export declare const OneHundredAndSixtyThree$inboundSchema: z.ZodType<OneHundredAndSixtyThree, z.ZodTypeDef, unknown>;
|
|
5060
5007
|
/** @internal */
|
|
5061
|
-
export type
|
|
5008
|
+
export type OneHundredAndSixtyThree$Outbound = {
|
|
5062
5009
|
oldName: string;
|
|
5063
5010
|
newName: string;
|
|
5064
5011
|
};
|
|
5065
5012
|
/** @internal */
|
|
5066
|
-
export declare const
|
|
5067
|
-
export declare function
|
|
5068
|
-
export declare function
|
|
5013
|
+
export declare const OneHundredAndSixtyThree$outboundSchema: z.ZodType<OneHundredAndSixtyThree$Outbound, z.ZodTypeDef, OneHundredAndSixtyThree>;
|
|
5014
|
+
export declare function oneHundredAndSixtyThreeToJSON(oneHundredAndSixtyThree: OneHundredAndSixtyThree): string;
|
|
5015
|
+
export declare function oneHundredAndSixtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyThree, SDKValidationError>;
|
|
5069
5016
|
/** @internal */
|
|
5070
5017
|
export declare const Tier$inboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
5071
5018
|
/** @internal */
|
|
5072
5019
|
export declare const Tier$outboundSchema: z.ZodNativeEnum<typeof Tier>;
|
|
5073
5020
|
/** @internal */
|
|
5074
|
-
export declare const
|
|
5021
|
+
export declare const OneHundredAndSixtyTwo$inboundSchema: z.ZodType<OneHundredAndSixtyTwo, z.ZodTypeDef, unknown>;
|
|
5075
5022
|
/** @internal */
|
|
5076
|
-
export type
|
|
5023
|
+
export type OneHundredAndSixtyTwo$Outbound = {
|
|
5077
5024
|
tier: string;
|
|
5078
5025
|
};
|
|
5079
5026
|
/** @internal */
|
|
5080
|
-
export declare const
|
|
5081
|
-
export declare function
|
|
5082
|
-
export declare function
|
|
5027
|
+
export declare const OneHundredAndSixtyTwo$outboundSchema: z.ZodType<OneHundredAndSixtyTwo$Outbound, z.ZodTypeDef, OneHundredAndSixtyTwo>;
|
|
5028
|
+
export declare function oneHundredAndSixtyTwoToJSON(oneHundredAndSixtyTwo: OneHundredAndSixtyTwo): string;
|
|
5029
|
+
export declare function oneHundredAndSixtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyTwo, SDKValidationError>;
|
|
5083
5030
|
/** @internal */
|
|
5084
5031
|
export declare const ProjectWebAnalytics$inboundSchema: z.ZodType<ProjectWebAnalytics, z.ZodTypeDef, unknown>;
|
|
5085
5032
|
/** @internal */
|
|
@@ -5109,18 +5056,18 @@ export declare const PrevProjectWebAnalytics$outboundSchema: z.ZodType<PrevProje
|
|
|
5109
5056
|
export declare function prevProjectWebAnalyticsToJSON(prevProjectWebAnalytics: PrevProjectWebAnalytics): string;
|
|
5110
5057
|
export declare function prevProjectWebAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectWebAnalytics, SDKValidationError>;
|
|
5111
5058
|
/** @internal */
|
|
5112
|
-
export declare const
|
|
5059
|
+
export declare const OneHundredAndSixtyOne$inboundSchema: z.ZodType<OneHundredAndSixtyOne, z.ZodTypeDef, unknown>;
|
|
5113
5060
|
/** @internal */
|
|
5114
|
-
export type
|
|
5061
|
+
export type OneHundredAndSixtyOne$Outbound = {
|
|
5115
5062
|
projectId: string;
|
|
5116
5063
|
projectName: string;
|
|
5117
5064
|
projectWebAnalytics?: ProjectWebAnalytics$Outbound | undefined;
|
|
5118
5065
|
prevProjectWebAnalytics?: PrevProjectWebAnalytics$Outbound | null | undefined;
|
|
5119
5066
|
};
|
|
5120
5067
|
/** @internal */
|
|
5121
|
-
export declare const
|
|
5122
|
-
export declare function
|
|
5123
|
-
export declare function
|
|
5068
|
+
export declare const OneHundredAndSixtyOne$outboundSchema: z.ZodType<OneHundredAndSixtyOne$Outbound, z.ZodTypeDef, OneHundredAndSixtyOne>;
|
|
5069
|
+
export declare function oneHundredAndSixtyOneToJSON(oneHundredAndSixtyOne: OneHundredAndSixtyOne): string;
|
|
5070
|
+
export declare function oneHundredAndSixtyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixtyOne, SDKValidationError>;
|
|
5124
5071
|
/** @internal */
|
|
5125
5072
|
export declare const Microfrontends3$inboundSchema: z.ZodType<Microfrontends3, z.ZodTypeDef, unknown>;
|
|
5126
5073
|
/** @internal */
|
|
@@ -5175,17 +5122,17 @@ export declare const Microfrontends$outboundSchema: z.ZodType<Microfrontends$Out
|
|
|
5175
5122
|
export declare function microfrontendsToJSON(microfrontends: Microfrontends): string;
|
|
5176
5123
|
export declare function microfrontendsFromJSON(jsonString: string): SafeParseResult<Microfrontends, SDKValidationError>;
|
|
5177
5124
|
/** @internal */
|
|
5178
|
-
export declare const
|
|
5125
|
+
export declare const UserEventPayload160Project$inboundSchema: z.ZodType<UserEventPayload160Project, z.ZodTypeDef, unknown>;
|
|
5179
5126
|
/** @internal */
|
|
5180
|
-
export type
|
|
5127
|
+
export type UserEventPayload160Project$Outbound = {
|
|
5181
5128
|
id: string;
|
|
5182
5129
|
name: string;
|
|
5183
5130
|
microfrontends?: Microfrontends1$Outbound | Microfrontends2$Outbound | Microfrontends3$Outbound | undefined;
|
|
5184
5131
|
};
|
|
5185
5132
|
/** @internal */
|
|
5186
|
-
export declare const
|
|
5187
|
-
export declare function
|
|
5188
|
-
export declare function
|
|
5133
|
+
export declare const UserEventPayload160Project$outboundSchema: z.ZodType<UserEventPayload160Project$Outbound, z.ZodTypeDef, UserEventPayload160Project>;
|
|
5134
|
+
export declare function userEventPayload160ProjectToJSON(userEventPayload160Project: UserEventPayload160Project): string;
|
|
5135
|
+
export declare function userEventPayload160ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload160Project, SDKValidationError>;
|
|
5189
5136
|
/** @internal */
|
|
5190
5137
|
export declare const UserEventMicrofrontends3$inboundSchema: z.ZodType<UserEventMicrofrontends3, z.ZodTypeDef, unknown>;
|
|
5191
5138
|
/** @internal */
|
|
@@ -5240,20 +5187,20 @@ export declare const PayloadMicrofrontends$outboundSchema: z.ZodType<PayloadMicr
|
|
|
5240
5187
|
export declare function payloadMicrofrontendsToJSON(payloadMicrofrontends: PayloadMicrofrontends): string;
|
|
5241
5188
|
export declare function payloadMicrofrontendsFromJSON(jsonString: string): SafeParseResult<PayloadMicrofrontends, SDKValidationError>;
|
|
5242
5189
|
/** @internal */
|
|
5243
|
-
export declare const
|
|
5190
|
+
export declare const UserEventPayload160PrevProject$inboundSchema: z.ZodType<UserEventPayload160PrevProject, z.ZodTypeDef, unknown>;
|
|
5244
5191
|
/** @internal */
|
|
5245
|
-
export type
|
|
5192
|
+
export type UserEventPayload160PrevProject$Outbound = {
|
|
5246
5193
|
microfrontends?: UserEventMicrofrontends1$Outbound | UserEventMicrofrontends2$Outbound | UserEventMicrofrontends3$Outbound | undefined;
|
|
5247
5194
|
};
|
|
5248
5195
|
/** @internal */
|
|
5249
|
-
export declare const
|
|
5250
|
-
export declare function
|
|
5251
|
-
export declare function
|
|
5196
|
+
export declare const UserEventPayload160PrevProject$outboundSchema: z.ZodType<UserEventPayload160PrevProject$Outbound, z.ZodTypeDef, UserEventPayload160PrevProject>;
|
|
5197
|
+
export declare function userEventPayload160PrevProjectToJSON(userEventPayload160PrevProject: UserEventPayload160PrevProject): string;
|
|
5198
|
+
export declare function userEventPayload160PrevProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload160PrevProject, SDKValidationError>;
|
|
5252
5199
|
/** @internal */
|
|
5253
5200
|
export declare const PayloadPrev$inboundSchema: z.ZodType<PayloadPrev, z.ZodTypeDef, unknown>;
|
|
5254
5201
|
/** @internal */
|
|
5255
5202
|
export type PayloadPrev$Outbound = {
|
|
5256
|
-
project:
|
|
5203
|
+
project: UserEventPayload160PrevProject$Outbound;
|
|
5257
5204
|
};
|
|
5258
5205
|
/** @internal */
|
|
5259
5206
|
export declare const PayloadPrev$outboundSchema: z.ZodType<PayloadPrev$Outbound, z.ZodTypeDef, PayloadPrev>;
|
|
@@ -5272,28 +5219,28 @@ export declare const PayloadGroup$outboundSchema: z.ZodType<PayloadGroup$Outboun
|
|
|
5272
5219
|
export declare function payloadGroupToJSON(payloadGroup: PayloadGroup): string;
|
|
5273
5220
|
export declare function payloadGroupFromJSON(jsonString: string): SafeParseResult<PayloadGroup, SDKValidationError>;
|
|
5274
5221
|
/** @internal */
|
|
5275
|
-
export declare const
|
|
5222
|
+
export declare const OneHundredAndSixty$inboundSchema: z.ZodType<OneHundredAndSixty, z.ZodTypeDef, unknown>;
|
|
5276
5223
|
/** @internal */
|
|
5277
|
-
export type
|
|
5278
|
-
project:
|
|
5224
|
+
export type OneHundredAndSixty$Outbound = {
|
|
5225
|
+
project: UserEventPayload160Project$Outbound;
|
|
5279
5226
|
prev: PayloadPrev$Outbound;
|
|
5280
5227
|
group: PayloadGroup$Outbound;
|
|
5281
5228
|
};
|
|
5282
5229
|
/** @internal */
|
|
5283
|
-
export declare const
|
|
5284
|
-
export declare function
|
|
5285
|
-
export declare function
|
|
5230
|
+
export declare const OneHundredAndSixty$outboundSchema: z.ZodType<OneHundredAndSixty$Outbound, z.ZodTypeDef, OneHundredAndSixty>;
|
|
5231
|
+
export declare function oneHundredAndSixtyToJSON(oneHundredAndSixty: OneHundredAndSixty): string;
|
|
5232
|
+
export declare function oneHundredAndSixtyFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixty, SDKValidationError>;
|
|
5286
5233
|
/** @internal */
|
|
5287
|
-
export declare const
|
|
5234
|
+
export declare const UserEventPayload159Project$inboundSchema: z.ZodType<UserEventPayload159Project, z.ZodTypeDef, unknown>;
|
|
5288
5235
|
/** @internal */
|
|
5289
|
-
export type
|
|
5236
|
+
export type UserEventPayload159Project$Outbound = {
|
|
5290
5237
|
id: string;
|
|
5291
5238
|
name: string;
|
|
5292
5239
|
};
|
|
5293
5240
|
/** @internal */
|
|
5294
|
-
export declare const
|
|
5295
|
-
export declare function
|
|
5296
|
-
export declare function
|
|
5241
|
+
export declare const UserEventPayload159Project$outboundSchema: z.ZodType<UserEventPayload159Project$Outbound, z.ZodTypeDef, UserEventPayload159Project>;
|
|
5242
|
+
export declare function userEventPayload159ProjectToJSON(userEventPayload159Project: UserEventPayload159Project): string;
|
|
5243
|
+
export declare function userEventPayload159ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload159Project, SDKValidationError>;
|
|
5297
5244
|
/** @internal */
|
|
5298
5245
|
export declare const Group$inboundSchema: z.ZodType<Group, z.ZodTypeDef, unknown>;
|
|
5299
5246
|
/** @internal */
|
|
@@ -5307,16 +5254,16 @@ export declare const Group$outboundSchema: z.ZodType<Group$Outbound, z.ZodTypeDe
|
|
|
5307
5254
|
export declare function groupToJSON(group: Group): string;
|
|
5308
5255
|
export declare function groupFromJSON(jsonString: string): SafeParseResult<Group, SDKValidationError>;
|
|
5309
5256
|
/** @internal */
|
|
5310
|
-
export declare const
|
|
5257
|
+
export declare const OneHundredAndFiftyNine$inboundSchema: z.ZodType<OneHundredAndFiftyNine, z.ZodTypeDef, unknown>;
|
|
5311
5258
|
/** @internal */
|
|
5312
|
-
export type
|
|
5313
|
-
project:
|
|
5259
|
+
export type OneHundredAndFiftyNine$Outbound = {
|
|
5260
|
+
project: UserEventPayload159Project$Outbound;
|
|
5314
5261
|
group: Group$Outbound;
|
|
5315
5262
|
};
|
|
5316
5263
|
/** @internal */
|
|
5317
|
-
export declare const
|
|
5318
|
-
export declare function
|
|
5319
|
-
export declare function
|
|
5264
|
+
export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
|
|
5265
|
+
export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
|
|
5266
|
+
export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
|
|
5320
5267
|
/** @internal */
|
|
5321
5268
|
export declare const Prev$inboundSchema: z.ZodType<Prev, z.ZodTypeDef, unknown>;
|
|
5322
5269
|
/** @internal */
|
|
@@ -5330,9 +5277,9 @@ export declare const Prev$outboundSchema: z.ZodType<Prev$Outbound, z.ZodTypeDef,
|
|
|
5330
5277
|
export declare function prevToJSON(prev: Prev): string;
|
|
5331
5278
|
export declare function prevFromJSON(jsonString: string): SafeParseResult<Prev, SDKValidationError>;
|
|
5332
5279
|
/** @internal */
|
|
5333
|
-
export declare const
|
|
5280
|
+
export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
|
|
5334
5281
|
/** @internal */
|
|
5335
|
-
export type
|
|
5282
|
+
export type OneHundredAndFiftyEight$Outbound = {
|
|
5336
5283
|
id: string;
|
|
5337
5284
|
slug?: string | undefined;
|
|
5338
5285
|
name?: string | undefined;
|
|
@@ -5340,42 +5287,30 @@ export type OneHundredAndFiftyNine$Outbound = {
|
|
|
5340
5287
|
prev: Prev$Outbound;
|
|
5341
5288
|
};
|
|
5342
5289
|
/** @internal */
|
|
5343
|
-
export declare const OneHundredAndFiftyNine$outboundSchema: z.ZodType<OneHundredAndFiftyNine$Outbound, z.ZodTypeDef, OneHundredAndFiftyNine>;
|
|
5344
|
-
export declare function oneHundredAndFiftyNineToJSON(oneHundredAndFiftyNine: OneHundredAndFiftyNine): string;
|
|
5345
|
-
export declare function oneHundredAndFiftyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyNine, SDKValidationError>;
|
|
5346
|
-
/** @internal */
|
|
5347
|
-
export declare const OneHundredAndFiftyEight$inboundSchema: z.ZodType<OneHundredAndFiftyEight, z.ZodTypeDef, unknown>;
|
|
5348
|
-
/** @internal */
|
|
5349
|
-
export type OneHundredAndFiftyEight$Outbound = {
|
|
5350
|
-
id: string;
|
|
5351
|
-
slug: string;
|
|
5352
|
-
name: string;
|
|
5353
|
-
};
|
|
5354
|
-
/** @internal */
|
|
5355
5290
|
export declare const OneHundredAndFiftyEight$outboundSchema: z.ZodType<OneHundredAndFiftyEight$Outbound, z.ZodTypeDef, OneHundredAndFiftyEight>;
|
|
5356
5291
|
export declare function oneHundredAndFiftyEightToJSON(oneHundredAndFiftyEight: OneHundredAndFiftyEight): string;
|
|
5357
5292
|
export declare function oneHundredAndFiftyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyEight, SDKValidationError>;
|
|
5358
5293
|
/** @internal */
|
|
5359
|
-
export declare const UserEventPayload157Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload157Action>;
|
|
5360
|
-
/** @internal */
|
|
5361
|
-
export declare const UserEventPayload157Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload157Action>;
|
|
5362
|
-
/** @internal */
|
|
5363
5294
|
export declare const OneHundredAndFiftySeven$inboundSchema: z.ZodType<OneHundredAndFiftySeven, z.ZodTypeDef, unknown>;
|
|
5364
5295
|
/** @internal */
|
|
5365
5296
|
export type OneHundredAndFiftySeven$Outbound = {
|
|
5366
|
-
|
|
5297
|
+
id: string;
|
|
5298
|
+
slug: string;
|
|
5299
|
+
name: string;
|
|
5367
5300
|
};
|
|
5368
5301
|
/** @internal */
|
|
5369
5302
|
export declare const OneHundredAndFiftySeven$outboundSchema: z.ZodType<OneHundredAndFiftySeven$Outbound, z.ZodTypeDef, OneHundredAndFiftySeven>;
|
|
5370
5303
|
export declare function oneHundredAndFiftySevenToJSON(oneHundredAndFiftySeven: OneHundredAndFiftySeven): string;
|
|
5371
5304
|
export declare function oneHundredAndFiftySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftySeven, SDKValidationError>;
|
|
5372
5305
|
/** @internal */
|
|
5306
|
+
export declare const UserEventPayload156Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload156Action>;
|
|
5307
|
+
/** @internal */
|
|
5308
|
+
export declare const UserEventPayload156Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload156Action>;
|
|
5309
|
+
/** @internal */
|
|
5373
5310
|
export declare const OneHundredAndFiftySix$inboundSchema: z.ZodType<OneHundredAndFiftySix, z.ZodTypeDef, unknown>;
|
|
5374
5311
|
/** @internal */
|
|
5375
5312
|
export type OneHundredAndFiftySix$Outbound = {
|
|
5376
|
-
|
|
5377
|
-
edgeConfigSlug: string;
|
|
5378
|
-
edgeConfigTokenIds: Array<string>;
|
|
5313
|
+
action: string;
|
|
5379
5314
|
};
|
|
5380
5315
|
/** @internal */
|
|
5381
5316
|
export declare const OneHundredAndFiftySix$outboundSchema: z.ZodType<OneHundredAndFiftySix$Outbound, z.ZodTypeDef, OneHundredAndFiftySix>;
|
|
@@ -5387,8 +5322,7 @@ export declare const OneHundredAndFiftyFive$inboundSchema: z.ZodType<OneHundredA
|
|
|
5387
5322
|
export type OneHundredAndFiftyFive$Outbound = {
|
|
5388
5323
|
edgeConfigId: string;
|
|
5389
5324
|
edgeConfigSlug: string;
|
|
5390
|
-
|
|
5391
|
-
label: string;
|
|
5325
|
+
edgeConfigTokenIds: Array<string>;
|
|
5392
5326
|
};
|
|
5393
5327
|
/** @internal */
|
|
5394
5328
|
export declare const OneHundredAndFiftyFive$outboundSchema: z.ZodType<OneHundredAndFiftyFive$Outbound, z.ZodTypeDef, OneHundredAndFiftyFive>;
|
|
@@ -5400,7 +5334,8 @@ export declare const OneHundredAndFiftyFour$inboundSchema: z.ZodType<OneHundredA
|
|
|
5400
5334
|
export type OneHundredAndFiftyFour$Outbound = {
|
|
5401
5335
|
edgeConfigId: string;
|
|
5402
5336
|
edgeConfigSlug: string;
|
|
5403
|
-
|
|
5337
|
+
edgeConfigTokenId: string;
|
|
5338
|
+
label: string;
|
|
5404
5339
|
};
|
|
5405
5340
|
/** @internal */
|
|
5406
5341
|
export declare const OneHundredAndFiftyFour$outboundSchema: z.ZodType<OneHundredAndFiftyFour$Outbound, z.ZodTypeDef, OneHundredAndFiftyFour>;
|
|
@@ -5410,8 +5345,9 @@ export declare function oneHundredAndFiftyFourFromJSON(jsonString: string): Safe
|
|
|
5410
5345
|
export declare const OneHundredAndFiftyThree$inboundSchema: z.ZodType<OneHundredAndFiftyThree, z.ZodTypeDef, unknown>;
|
|
5411
5346
|
/** @internal */
|
|
5412
5347
|
export type OneHundredAndFiftyThree$Outbound = {
|
|
5413
|
-
|
|
5414
|
-
|
|
5348
|
+
edgeConfigId: string;
|
|
5349
|
+
edgeConfigSlug: string;
|
|
5350
|
+
edgeConfigDigest: string;
|
|
5415
5351
|
};
|
|
5416
5352
|
/** @internal */
|
|
5417
5353
|
export declare const OneHundredAndFiftyThree$outboundSchema: z.ZodType<OneHundredAndFiftyThree$Outbound, z.ZodTypeDef, OneHundredAndFiftyThree>;
|
|
@@ -5422,21 +5358,32 @@ export declare const OneHundredAndFiftyTwo$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5422
5358
|
/** @internal */
|
|
5423
5359
|
export type OneHundredAndFiftyTwo$Outbound = {
|
|
5424
5360
|
projectName: string;
|
|
5425
|
-
|
|
5426
|
-
target?: string | undefined;
|
|
5361
|
+
srcImages: Array<string>;
|
|
5427
5362
|
};
|
|
5428
5363
|
/** @internal */
|
|
5429
5364
|
export declare const OneHundredAndFiftyTwo$outboundSchema: z.ZodType<OneHundredAndFiftyTwo$Outbound, z.ZodTypeDef, OneHundredAndFiftyTwo>;
|
|
5430
5365
|
export declare function oneHundredAndFiftyTwoToJSON(oneHundredAndFiftyTwo: OneHundredAndFiftyTwo): string;
|
|
5431
5366
|
export declare function oneHundredAndFiftyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyTwo, SDKValidationError>;
|
|
5432
5367
|
/** @internal */
|
|
5433
|
-
export declare const
|
|
5368
|
+
export declare const OneHundredAndFiftyOne$inboundSchema: z.ZodType<OneHundredAndFiftyOne, z.ZodTypeDef, unknown>;
|
|
5434
5369
|
/** @internal */
|
|
5435
|
-
export
|
|
5370
|
+
export type OneHundredAndFiftyOne$Outbound = {
|
|
5371
|
+
projectName: string;
|
|
5372
|
+
tags: Array<string>;
|
|
5373
|
+
target?: string | undefined;
|
|
5374
|
+
};
|
|
5436
5375
|
/** @internal */
|
|
5437
|
-
export declare const
|
|
5376
|
+
export declare const OneHundredAndFiftyOne$outboundSchema: z.ZodType<OneHundredAndFiftyOne$Outbound, z.ZodTypeDef, OneHundredAndFiftyOne>;
|
|
5377
|
+
export declare function oneHundredAndFiftyOneToJSON(oneHundredAndFiftyOne: OneHundredAndFiftyOne): string;
|
|
5378
|
+
export declare function oneHundredAndFiftyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndFiftyOne, SDKValidationError>;
|
|
5438
5379
|
/** @internal */
|
|
5439
|
-
export
|
|
5380
|
+
export declare const UserEventPayload150Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Role>;
|
|
5381
|
+
/** @internal */
|
|
5382
|
+
export declare const UserEventPayload150Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload150Role>;
|
|
5383
|
+
/** @internal */
|
|
5384
|
+
export declare const UserEventPayload150Project$inboundSchema: z.ZodType<UserEventPayload150Project, z.ZodTypeDef, unknown>;
|
|
5385
|
+
/** @internal */
|
|
5386
|
+
export type UserEventPayload150Project$Outbound = {
|
|
5440
5387
|
name: string;
|
|
5441
5388
|
role: string;
|
|
5442
5389
|
invitedUserName: string;
|
|
@@ -5444,34 +5391,34 @@ export type UserEventPayload151Project$Outbound = {
|
|
|
5444
5391
|
invitedUserId?: string | undefined;
|
|
5445
5392
|
};
|
|
5446
5393
|
/** @internal */
|
|
5447
|
-
export declare const
|
|
5448
|
-
export declare function
|
|
5449
|
-
export declare function
|
|
5394
|
+
export declare const UserEventPayload150Project$outboundSchema: z.ZodType<UserEventPayload150Project$Outbound, z.ZodTypeDef, UserEventPayload150Project>;
|
|
5395
|
+
export declare function userEventPayload150ProjectToJSON(userEventPayload150Project: UserEventPayload150Project): string;
|
|
5396
|
+
export declare function userEventPayload150ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload150Project, SDKValidationError>;
|
|
5450
5397
|
/** @internal */
|
|
5451
|
-
export declare const
|
|
5398
|
+
export declare const OneHundredAndFifty$inboundSchema: z.ZodType<OneHundredAndFifty, z.ZodTypeDef, unknown>;
|
|
5452
5399
|
/** @internal */
|
|
5453
|
-
export type
|
|
5454
|
-
project:
|
|
5400
|
+
export type OneHundredAndFifty$Outbound = {
|
|
5401
|
+
project: UserEventPayload150Project$Outbound;
|
|
5455
5402
|
};
|
|
5456
5403
|
/** @internal */
|
|
5457
|
-
export declare const
|
|
5458
|
-
export declare function
|
|
5459
|
-
export declare function
|
|
5404
|
+
export declare const OneHundredAndFifty$outboundSchema: z.ZodType<OneHundredAndFifty$Outbound, z.ZodTypeDef, OneHundredAndFifty>;
|
|
5405
|
+
export declare function oneHundredAndFiftyToJSON(oneHundredAndFifty: OneHundredAndFifty): string;
|
|
5406
|
+
export declare function oneHundredAndFiftyFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifty, SDKValidationError>;
|
|
5460
5407
|
/** @internal */
|
|
5461
|
-
export declare const
|
|
5408
|
+
export declare const UserEventPayload149Project$inboundSchema: z.ZodType<UserEventPayload149Project, z.ZodTypeDef, unknown>;
|
|
5462
5409
|
/** @internal */
|
|
5463
|
-
export type
|
|
5410
|
+
export type UserEventPayload149Project$Outbound = {
|
|
5464
5411
|
id: string;
|
|
5465
5412
|
name: string;
|
|
5466
5413
|
};
|
|
5467
5414
|
/** @internal */
|
|
5468
|
-
export declare const
|
|
5469
|
-
export declare function
|
|
5470
|
-
export declare function
|
|
5415
|
+
export declare const UserEventPayload149Project$outboundSchema: z.ZodType<UserEventPayload149Project$Outbound, z.ZodTypeDef, UserEventPayload149Project>;
|
|
5416
|
+
export declare function userEventPayload149ProjectToJSON(userEventPayload149Project: UserEventPayload149Project): string;
|
|
5417
|
+
export declare function userEventPayload149ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload149Project, SDKValidationError>;
|
|
5471
5418
|
/** @internal */
|
|
5472
|
-
export declare const
|
|
5419
|
+
export declare const UserEventPayload149Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload149Role>;
|
|
5473
5420
|
/** @internal */
|
|
5474
|
-
export declare const
|
|
5421
|
+
export declare const UserEventPayload149Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload149Role>;
|
|
5475
5422
|
/** @internal */
|
|
5476
5423
|
export declare const PayloadPreviousRole$inboundSchema: z.ZodNativeEnum<typeof PayloadPreviousRole>;
|
|
5477
5424
|
/** @internal */
|
|
@@ -5491,31 +5438,31 @@ export declare const PayloadProjectMembership$outboundSchema: z.ZodType<PayloadP
|
|
|
5491
5438
|
export declare function payloadProjectMembershipToJSON(payloadProjectMembership: PayloadProjectMembership): string;
|
|
5492
5439
|
export declare function payloadProjectMembershipFromJSON(jsonString: string): SafeParseResult<PayloadProjectMembership, SDKValidationError>;
|
|
5493
5440
|
/** @internal */
|
|
5494
|
-
export declare const
|
|
5441
|
+
export declare const OneHundredAndFortyNine$inboundSchema: z.ZodType<OneHundredAndFortyNine, z.ZodTypeDef, unknown>;
|
|
5495
5442
|
/** @internal */
|
|
5496
|
-
export type
|
|
5497
|
-
project:
|
|
5443
|
+
export type OneHundredAndFortyNine$Outbound = {
|
|
5444
|
+
project: UserEventPayload149Project$Outbound;
|
|
5498
5445
|
projectMembership: PayloadProjectMembership$Outbound;
|
|
5499
5446
|
};
|
|
5500
5447
|
/** @internal */
|
|
5501
|
-
export declare const
|
|
5502
|
-
export declare function
|
|
5503
|
-
export declare function
|
|
5448
|
+
export declare const OneHundredAndFortyNine$outboundSchema: z.ZodType<OneHundredAndFortyNine$Outbound, z.ZodTypeDef, OneHundredAndFortyNine>;
|
|
5449
|
+
export declare function oneHundredAndFortyNineToJSON(oneHundredAndFortyNine: OneHundredAndFortyNine): string;
|
|
5450
|
+
export declare function oneHundredAndFortyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyNine, SDKValidationError>;
|
|
5504
5451
|
/** @internal */
|
|
5505
|
-
export declare const
|
|
5452
|
+
export declare const UserEventPayload148Project$inboundSchema: z.ZodType<UserEventPayload148Project, z.ZodTypeDef, unknown>;
|
|
5506
5453
|
/** @internal */
|
|
5507
|
-
export type
|
|
5454
|
+
export type UserEventPayload148Project$Outbound = {
|
|
5508
5455
|
name: string;
|
|
5509
5456
|
id?: string | undefined;
|
|
5510
5457
|
};
|
|
5511
5458
|
/** @internal */
|
|
5512
|
-
export declare const
|
|
5513
|
-
export declare function
|
|
5514
|
-
export declare function
|
|
5459
|
+
export declare const UserEventPayload148Project$outboundSchema: z.ZodType<UserEventPayload148Project$Outbound, z.ZodTypeDef, UserEventPayload148Project>;
|
|
5460
|
+
export declare function userEventPayload148ProjectToJSON(userEventPayload148Project: UserEventPayload148Project): string;
|
|
5461
|
+
export declare function userEventPayload148ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload148Project, SDKValidationError>;
|
|
5515
5462
|
/** @internal */
|
|
5516
|
-
export declare const
|
|
5463
|
+
export declare const UserEventPayload148Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload148Role>;
|
|
5517
5464
|
/** @internal */
|
|
5518
|
-
export declare const
|
|
5465
|
+
export declare const UserEventPayload148Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload148Role>;
|
|
5519
5466
|
/** @internal */
|
|
5520
5467
|
export declare const RemovedMembership$inboundSchema: z.ZodType<RemovedMembership, z.ZodTypeDef, unknown>;
|
|
5521
5468
|
/** @internal */
|
|
@@ -5530,31 +5477,31 @@ export declare const RemovedMembership$outboundSchema: z.ZodType<RemovedMembersh
|
|
|
5530
5477
|
export declare function removedMembershipToJSON(removedMembership: RemovedMembership): string;
|
|
5531
5478
|
export declare function removedMembershipFromJSON(jsonString: string): SafeParseResult<RemovedMembership, SDKValidationError>;
|
|
5532
5479
|
/** @internal */
|
|
5533
|
-
export declare const
|
|
5480
|
+
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
5534
5481
|
/** @internal */
|
|
5535
|
-
export type
|
|
5536
|
-
project:
|
|
5482
|
+
export type OneHundredAndFortyEight$Outbound = {
|
|
5483
|
+
project: UserEventPayload148Project$Outbound;
|
|
5537
5484
|
removedMembership: RemovedMembership$Outbound;
|
|
5538
5485
|
};
|
|
5539
5486
|
/** @internal */
|
|
5540
|
-
export declare const
|
|
5541
|
-
export declare function
|
|
5542
|
-
export declare function
|
|
5487
|
+
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
5488
|
+
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
5489
|
+
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
5543
5490
|
/** @internal */
|
|
5544
|
-
export declare const
|
|
5491
|
+
export declare const UserEventPayload147Project$inboundSchema: z.ZodType<UserEventPayload147Project, z.ZodTypeDef, unknown>;
|
|
5545
5492
|
/** @internal */
|
|
5546
|
-
export type
|
|
5493
|
+
export type UserEventPayload147Project$Outbound = {
|
|
5547
5494
|
name: string;
|
|
5548
5495
|
id?: string | undefined;
|
|
5549
5496
|
};
|
|
5550
5497
|
/** @internal */
|
|
5551
|
-
export declare const
|
|
5552
|
-
export declare function
|
|
5553
|
-
export declare function
|
|
5498
|
+
export declare const UserEventPayload147Project$outboundSchema: z.ZodType<UserEventPayload147Project$Outbound, z.ZodTypeDef, UserEventPayload147Project>;
|
|
5499
|
+
export declare function userEventPayload147ProjectToJSON(userEventPayload147Project: UserEventPayload147Project): string;
|
|
5500
|
+
export declare function userEventPayload147ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload147Project, SDKValidationError>;
|
|
5554
5501
|
/** @internal */
|
|
5555
|
-
export declare const
|
|
5502
|
+
export declare const UserEventPayload147Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Role>;
|
|
5556
5503
|
/** @internal */
|
|
5557
|
-
export declare const
|
|
5504
|
+
export declare const UserEventPayload147Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload147Role>;
|
|
5558
5505
|
/** @internal */
|
|
5559
5506
|
export declare const ProjectMembership$inboundSchema: z.ZodType<ProjectMembership, z.ZodTypeDef, unknown>;
|
|
5560
5507
|
/** @internal */
|
|
@@ -5569,24 +5516,11 @@ export declare const ProjectMembership$outboundSchema: z.ZodType<ProjectMembersh
|
|
|
5569
5516
|
export declare function projectMembershipToJSON(projectMembership: ProjectMembership): string;
|
|
5570
5517
|
export declare function projectMembershipFromJSON(jsonString: string): SafeParseResult<ProjectMembership, SDKValidationError>;
|
|
5571
5518
|
/** @internal */
|
|
5572
|
-
export declare const OneHundredAndFortyEight$inboundSchema: z.ZodType<OneHundredAndFortyEight, z.ZodTypeDef, unknown>;
|
|
5573
|
-
/** @internal */
|
|
5574
|
-
export type OneHundredAndFortyEight$Outbound = {
|
|
5575
|
-
project: UserEventPayload148Project$Outbound;
|
|
5576
|
-
projectMembership: ProjectMembership$Outbound | null;
|
|
5577
|
-
};
|
|
5578
|
-
/** @internal */
|
|
5579
|
-
export declare const OneHundredAndFortyEight$outboundSchema: z.ZodType<OneHundredAndFortyEight$Outbound, z.ZodTypeDef, OneHundredAndFortyEight>;
|
|
5580
|
-
export declare function oneHundredAndFortyEightToJSON(oneHundredAndFortyEight: OneHundredAndFortyEight): string;
|
|
5581
|
-
export declare function oneHundredAndFortyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndFortyEight, SDKValidationError>;
|
|
5582
|
-
/** @internal */
|
|
5583
5519
|
export declare const OneHundredAndFortySeven$inboundSchema: z.ZodType<OneHundredAndFortySeven, z.ZodTypeDef, unknown>;
|
|
5584
5520
|
/** @internal */
|
|
5585
5521
|
export type OneHundredAndFortySeven$Outbound = {
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
originAccountName: string;
|
|
5589
|
-
transferId?: string | undefined;
|
|
5522
|
+
project: UserEventPayload147Project$Outbound;
|
|
5523
|
+
projectMembership: ProjectMembership$Outbound | null;
|
|
5590
5524
|
};
|
|
5591
5525
|
/** @internal */
|
|
5592
5526
|
export declare const OneHundredAndFortySeven$outboundSchema: z.ZodType<OneHundredAndFortySeven$Outbound, z.ZodTypeDef, OneHundredAndFortySeven>;
|
|
@@ -5598,7 +5532,7 @@ export declare const OneHundredAndFortySix$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5598
5532
|
export type OneHundredAndFortySix$Outbound = {
|
|
5599
5533
|
previousProjectName: string;
|
|
5600
5534
|
newProjectName: string;
|
|
5601
|
-
|
|
5535
|
+
originAccountName: string;
|
|
5602
5536
|
transferId?: string | undefined;
|
|
5603
5537
|
};
|
|
5604
5538
|
/** @internal */
|
|
@@ -5609,8 +5543,9 @@ export declare function oneHundredAndFortySixFromJSON(jsonString: string): SafeP
|
|
|
5609
5543
|
export declare const OneHundredAndFortyFive$inboundSchema: z.ZodType<OneHundredAndFortyFive, z.ZodTypeDef, unknown>;
|
|
5610
5544
|
/** @internal */
|
|
5611
5545
|
export type OneHundredAndFortyFive$Outbound = {
|
|
5612
|
-
|
|
5613
|
-
|
|
5546
|
+
previousProjectName: string;
|
|
5547
|
+
newProjectName: string;
|
|
5548
|
+
destinationAccountName: string;
|
|
5614
5549
|
transferId?: string | undefined;
|
|
5615
5550
|
};
|
|
5616
5551
|
/** @internal */
|
|
@@ -5621,11 +5556,8 @@ export declare function oneHundredAndFortyFiveFromJSON(jsonString: string): Safe
|
|
|
5621
5556
|
export declare const OneHundredAndFortyFour$inboundSchema: z.ZodType<OneHundredAndFortyFour, z.ZodTypeDef, unknown>;
|
|
5622
5557
|
/** @internal */
|
|
5623
5558
|
export type OneHundredAndFortyFour$Outbound = {
|
|
5624
|
-
projectId: string;
|
|
5625
5559
|
projectName: string;
|
|
5626
|
-
|
|
5627
|
-
destinationAccountName: string;
|
|
5628
|
-
destinationAccountId: string;
|
|
5560
|
+
destinationAccountName: string | null;
|
|
5629
5561
|
transferId?: string | undefined;
|
|
5630
5562
|
};
|
|
5631
5563
|
/** @internal */
|
|
@@ -5636,12 +5568,12 @@ export declare function oneHundredAndFortyFourFromJSON(jsonString: string): Safe
|
|
|
5636
5568
|
export declare const OneHundredAndFortyThree$inboundSchema: z.ZodType<OneHundredAndFortyThree, z.ZodTypeDef, unknown>;
|
|
5637
5569
|
/** @internal */
|
|
5638
5570
|
export type OneHundredAndFortyThree$Outbound = {
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
|
|
5644
|
-
|
|
5571
|
+
projectId: string;
|
|
5572
|
+
projectName: string;
|
|
5573
|
+
originAccountName: string;
|
|
5574
|
+
destinationAccountName: string;
|
|
5575
|
+
destinationAccountId: string;
|
|
5576
|
+
transferId?: string | undefined;
|
|
5645
5577
|
};
|
|
5646
5578
|
/** @internal */
|
|
5647
5579
|
export declare const OneHundredAndFortyThree$outboundSchema: z.ZodType<OneHundredAndFortyThree$Outbound, z.ZodTypeDef, OneHundredAndFortyThree>;
|
|
@@ -5651,12 +5583,12 @@ export declare function oneHundredAndFortyThreeFromJSON(jsonString: string): Saf
|
|
|
5651
5583
|
export declare const OneHundredAndFortyTwo$inboundSchema: z.ZodType<OneHundredAndFortyTwo, z.ZodTypeDef, unknown>;
|
|
5652
5584
|
/** @internal */
|
|
5653
5585
|
export type OneHundredAndFortyTwo$Outbound = {
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
gitUsername?: string |
|
|
5657
|
-
githubUsername?: string |
|
|
5658
|
-
gitlabUsername?: string |
|
|
5659
|
-
bitbucketUsername?: string |
|
|
5586
|
+
requestedTeamName: string;
|
|
5587
|
+
requestedUserName?: string | undefined;
|
|
5588
|
+
gitUsername?: string | undefined;
|
|
5589
|
+
githubUsername?: string | undefined;
|
|
5590
|
+
gitlabUsername?: string | undefined;
|
|
5591
|
+
bitbucketUsername?: string | undefined;
|
|
5660
5592
|
};
|
|
5661
5593
|
/** @internal */
|
|
5662
5594
|
export declare const OneHundredAndFortyTwo$outboundSchema: z.ZodType<OneHundredAndFortyTwo$Outbound, z.ZodTypeDef, OneHundredAndFortyTwo>;
|
|
@@ -5668,12 +5600,10 @@ export declare const OneHundredAndFortyOne$inboundSchema: z.ZodType<OneHundredAn
|
|
|
5668
5600
|
export type OneHundredAndFortyOne$Outbound = {
|
|
5669
5601
|
teamName: string;
|
|
5670
5602
|
username?: string | undefined;
|
|
5671
|
-
gitUsername?: string | undefined;
|
|
5603
|
+
gitUsername?: string | null | undefined;
|
|
5672
5604
|
githubUsername?: string | null | undefined;
|
|
5673
5605
|
gitlabUsername?: string | null | undefined;
|
|
5674
5606
|
bitbucketUsername?: string | null | undefined;
|
|
5675
|
-
updatedUid?: string | undefined;
|
|
5676
|
-
teamId?: string | undefined;
|
|
5677
5607
|
};
|
|
5678
5608
|
/** @internal */
|
|
5679
5609
|
export declare const OneHundredAndFortyOne$outboundSchema: z.ZodType<OneHundredAndFortyOne$Outbound, z.ZodTypeDef, OneHundredAndFortyOne>;
|
|
@@ -5683,8 +5613,14 @@ export declare function oneHundredAndFortyOneFromJSON(jsonString: string): SafeP
|
|
|
5683
5613
|
export declare const OneHundredAndForty$inboundSchema: z.ZodType<OneHundredAndForty, z.ZodTypeDef, unknown>;
|
|
5684
5614
|
/** @internal */
|
|
5685
5615
|
export type OneHundredAndForty$Outbound = {
|
|
5686
|
-
|
|
5687
|
-
|
|
5616
|
+
teamName: string;
|
|
5617
|
+
username?: string | undefined;
|
|
5618
|
+
gitUsername?: string | undefined;
|
|
5619
|
+
githubUsername?: string | null | undefined;
|
|
5620
|
+
gitlabUsername?: string | null | undefined;
|
|
5621
|
+
bitbucketUsername?: string | null | undefined;
|
|
5622
|
+
updatedUid?: string | undefined;
|
|
5623
|
+
teamId?: string | undefined;
|
|
5688
5624
|
};
|
|
5689
5625
|
/** @internal */
|
|
5690
5626
|
export declare const OneHundredAndForty$outboundSchema: z.ZodType<OneHundredAndForty$Outbound, z.ZodTypeDef, OneHundredAndForty>;
|
|
@@ -5694,8 +5630,8 @@ export declare function oneHundredAndFortyFromJSON(jsonString: string): SafePars
|
|
|
5694
5630
|
export declare const OneHundredAndThirtyNine$inboundSchema: z.ZodType<OneHundredAndThirtyNine, z.ZodTypeDef, unknown>;
|
|
5695
5631
|
/** @internal */
|
|
5696
5632
|
export type OneHundredAndThirtyNine$Outbound = {
|
|
5697
|
-
|
|
5698
|
-
|
|
5633
|
+
price?: number | undefined;
|
|
5634
|
+
currency?: string | undefined;
|
|
5699
5635
|
};
|
|
5700
5636
|
/** @internal */
|
|
5701
5637
|
export declare const OneHundredAndThirtyNine$outboundSchema: z.ZodType<OneHundredAndThirtyNine$Outbound, z.ZodTypeDef, OneHundredAndThirtyNine>;
|
|
@@ -5705,9 +5641,8 @@ export declare function oneHundredAndThirtyNineFromJSON(jsonString: string): Saf
|
|
|
5705
5641
|
export declare const OneHundredAndThirtyEight$inboundSchema: z.ZodType<OneHundredAndThirtyEight, z.ZodTypeDef, unknown>;
|
|
5706
5642
|
/** @internal */
|
|
5707
5643
|
export type OneHundredAndThirtyEight$Outbound = {
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
enabled?: boolean | undefined;
|
|
5644
|
+
previewDeploymentSuffix?: string | null | undefined;
|
|
5645
|
+
previousPreviewDeploymentSuffix?: string | null | undefined;
|
|
5711
5646
|
};
|
|
5712
5647
|
/** @internal */
|
|
5713
5648
|
export declare const OneHundredAndThirtyEight$outboundSchema: z.ZodType<OneHundredAndThirtyEight$Outbound, z.ZodTypeDef, OneHundredAndThirtyEight>;
|
|
@@ -5717,7 +5652,9 @@ export declare function oneHundredAndThirtyEightFromJSON(jsonString: string): Sa
|
|
|
5717
5652
|
export declare const OneHundredAndThirtySeven$inboundSchema: z.ZodType<OneHundredAndThirtySeven, z.ZodTypeDef, unknown>;
|
|
5718
5653
|
/** @internal */
|
|
5719
5654
|
export type OneHundredAndThirtySeven$Outbound = {
|
|
5720
|
-
|
|
5655
|
+
price?: number | undefined;
|
|
5656
|
+
currency?: string | undefined;
|
|
5657
|
+
enabled?: boolean | undefined;
|
|
5721
5658
|
};
|
|
5722
5659
|
/** @internal */
|
|
5723
5660
|
export declare const OneHundredAndThirtySeven$outboundSchema: z.ZodType<OneHundredAndThirtySeven$Outbound, z.ZodTypeDef, OneHundredAndThirtySeven>;
|
|
@@ -5727,8 +5664,7 @@ export declare function oneHundredAndThirtySevenFromJSON(jsonString: string): Sa
|
|
|
5727
5664
|
export declare const OneHundredAndThirtySix$inboundSchema: z.ZodType<OneHundredAndThirtySix, z.ZodTypeDef, unknown>;
|
|
5728
5665
|
/** @internal */
|
|
5729
5666
|
export type OneHundredAndThirtySix$Outbound = {
|
|
5730
|
-
|
|
5731
|
-
prevEmail: string;
|
|
5667
|
+
username: string;
|
|
5732
5668
|
};
|
|
5733
5669
|
/** @internal */
|
|
5734
5670
|
export declare const OneHundredAndThirtySix$outboundSchema: z.ZodType<OneHundredAndThirtySix$Outbound, z.ZodTypeDef, OneHundredAndThirtySix>;
|
|
@@ -5738,7 +5674,8 @@ export declare function oneHundredAndThirtySixFromJSON(jsonString: string): Safe
|
|
|
5738
5674
|
export declare const OneHundredAndThirtyFive$inboundSchema: z.ZodType<OneHundredAndThirtyFive, z.ZodTypeDef, unknown>;
|
|
5739
5675
|
/** @internal */
|
|
5740
5676
|
export type OneHundredAndThirtyFive$Outbound = {
|
|
5741
|
-
|
|
5677
|
+
email: string;
|
|
5678
|
+
prevEmail: string;
|
|
5742
5679
|
};
|
|
5743
5680
|
/** @internal */
|
|
5744
5681
|
export declare const OneHundredAndThirtyFive$outboundSchema: z.ZodType<OneHundredAndThirtyFive$Outbound, z.ZodTypeDef, OneHundredAndThirtyFive>;
|
|
@@ -5748,14 +5685,24 @@ export declare function oneHundredAndThirtyFiveFromJSON(jsonString: string): Saf
|
|
|
5748
5685
|
export declare const OneHundredAndThirtyFour$inboundSchema: z.ZodType<OneHundredAndThirtyFour, z.ZodTypeDef, unknown>;
|
|
5749
5686
|
/** @internal */
|
|
5750
5687
|
export type OneHundredAndThirtyFour$Outbound = {
|
|
5751
|
-
|
|
5752
|
-
totpVerified: boolean;
|
|
5688
|
+
mfaEnabled: boolean;
|
|
5753
5689
|
};
|
|
5754
5690
|
/** @internal */
|
|
5755
5691
|
export declare const OneHundredAndThirtyFour$outboundSchema: z.ZodType<OneHundredAndThirtyFour$Outbound, z.ZodTypeDef, OneHundredAndThirtyFour>;
|
|
5756
5692
|
export declare function oneHundredAndThirtyFourToJSON(oneHundredAndThirtyFour: OneHundredAndThirtyFour): string;
|
|
5757
5693
|
export declare function oneHundredAndThirtyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyFour, SDKValidationError>;
|
|
5758
5694
|
/** @internal */
|
|
5695
|
+
export declare const OneHundredAndThirtyThree$inboundSchema: z.ZodType<OneHundredAndThirtyThree, z.ZodTypeDef, unknown>;
|
|
5696
|
+
/** @internal */
|
|
5697
|
+
export type OneHundredAndThirtyThree$Outbound = {
|
|
5698
|
+
enabled: boolean;
|
|
5699
|
+
totpVerified: boolean;
|
|
5700
|
+
};
|
|
5701
|
+
/** @internal */
|
|
5702
|
+
export declare const OneHundredAndThirtyThree$outboundSchema: z.ZodType<OneHundredAndThirtyThree$Outbound, z.ZodTypeDef, OneHundredAndThirtyThree>;
|
|
5703
|
+
export declare function oneHundredAndThirtyThreeToJSON(oneHundredAndThirtyThree: OneHundredAndThirtyThree): string;
|
|
5704
|
+
export declare function oneHundredAndThirtyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyThree, SDKValidationError>;
|
|
5705
|
+
/** @internal */
|
|
5759
5706
|
export declare const PayloadPrevious$inboundSchema: z.ZodType<PayloadPrevious, z.ZodTypeDef, unknown>;
|
|
5760
5707
|
/** @internal */
|
|
5761
5708
|
export type PayloadPrevious$Outbound = {
|
|
@@ -5778,16 +5725,16 @@ export declare const PayloadNext$outboundSchema: z.ZodType<PayloadNext$Outbound,
|
|
|
5778
5725
|
export declare function payloadNextToJSON(payloadNext: PayloadNext): string;
|
|
5779
5726
|
export declare function payloadNextFromJSON(jsonString: string): SafeParseResult<PayloadNext, SDKValidationError>;
|
|
5780
5727
|
/** @internal */
|
|
5781
|
-
export declare const
|
|
5728
|
+
export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5782
5729
|
/** @internal */
|
|
5783
|
-
export type
|
|
5730
|
+
export type OneHundredAndThirtyTwo$Outbound = {
|
|
5784
5731
|
previous: PayloadPrevious$Outbound;
|
|
5785
5732
|
next: PayloadNext$Outbound;
|
|
5786
5733
|
};
|
|
5787
5734
|
/** @internal */
|
|
5788
|
-
export declare const
|
|
5789
|
-
export declare function
|
|
5790
|
-
export declare function
|
|
5735
|
+
export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5736
|
+
export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
|
|
5737
|
+
export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
|
|
5791
5738
|
/** @internal */
|
|
5792
5739
|
export declare const PayloadRemoteCaching$inboundSchema: z.ZodType<PayloadRemoteCaching, z.ZodTypeDef, unknown>;
|
|
5793
5740
|
/** @internal */
|
|
@@ -5799,20 +5746,10 @@ export declare const PayloadRemoteCaching$outboundSchema: z.ZodType<PayloadRemot
|
|
|
5799
5746
|
export declare function payloadRemoteCachingToJSON(payloadRemoteCaching: PayloadRemoteCaching): string;
|
|
5800
5747
|
export declare function payloadRemoteCachingFromJSON(jsonString: string): SafeParseResult<PayloadRemoteCaching, SDKValidationError>;
|
|
5801
5748
|
/** @internal */
|
|
5802
|
-
export declare const OneHundredAndThirtyTwo$inboundSchema: z.ZodType<OneHundredAndThirtyTwo, z.ZodTypeDef, unknown>;
|
|
5803
|
-
/** @internal */
|
|
5804
|
-
export type OneHundredAndThirtyTwo$Outbound = {
|
|
5805
|
-
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
5806
|
-
};
|
|
5807
|
-
/** @internal */
|
|
5808
|
-
export declare const OneHundredAndThirtyTwo$outboundSchema: z.ZodType<OneHundredAndThirtyTwo$Outbound, z.ZodTypeDef, OneHundredAndThirtyTwo>;
|
|
5809
|
-
export declare function oneHundredAndThirtyTwoToJSON(oneHundredAndThirtyTwo: OneHundredAndThirtyTwo): string;
|
|
5810
|
-
export declare function oneHundredAndThirtyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirtyTwo, SDKValidationError>;
|
|
5811
|
-
/** @internal */
|
|
5812
5749
|
export declare const OneHundredAndThirtyOne$inboundSchema: z.ZodType<OneHundredAndThirtyOne, z.ZodTypeDef, unknown>;
|
|
5813
5750
|
/** @internal */
|
|
5814
5751
|
export type OneHundredAndThirtyOne$Outbound = {
|
|
5815
|
-
|
|
5752
|
+
remoteCaching?: PayloadRemoteCaching$Outbound | undefined;
|
|
5816
5753
|
};
|
|
5817
5754
|
/** @internal */
|
|
5818
5755
|
export declare const OneHundredAndThirtyOne$outboundSchema: z.ZodType<OneHundredAndThirtyOne$Outbound, z.ZodTypeDef, OneHundredAndThirtyOne>;
|
|
@@ -5822,7 +5759,7 @@ export declare function oneHundredAndThirtyOneFromJSON(jsonString: string): Safe
|
|
|
5822
5759
|
export declare const OneHundredAndThirty$inboundSchema: z.ZodType<OneHundredAndThirty, z.ZodTypeDef, unknown>;
|
|
5823
5760
|
/** @internal */
|
|
5824
5761
|
export type OneHundredAndThirty$Outbound = {
|
|
5825
|
-
|
|
5762
|
+
slug?: string | undefined;
|
|
5826
5763
|
};
|
|
5827
5764
|
/** @internal */
|
|
5828
5765
|
export declare const OneHundredAndThirty$outboundSchema: z.ZodType<OneHundredAndThirty$Outbound, z.ZodTypeDef, OneHundredAndThirty>;
|
|
@@ -5832,35 +5769,45 @@ export declare function oneHundredAndThirtyFromJSON(jsonString: string): SafePar
|
|
|
5832
5769
|
export declare const OneHundredAndTwentyNine$inboundSchema: z.ZodType<OneHundredAndTwentyNine, z.ZodTypeDef, unknown>;
|
|
5833
5770
|
/** @internal */
|
|
5834
5771
|
export type OneHundredAndTwentyNine$Outbound = {
|
|
5835
|
-
|
|
5772
|
+
name?: string | undefined;
|
|
5836
5773
|
};
|
|
5837
5774
|
/** @internal */
|
|
5838
5775
|
export declare const OneHundredAndTwentyNine$outboundSchema: z.ZodType<OneHundredAndTwentyNine$Outbound, z.ZodTypeDef, OneHundredAndTwentyNine>;
|
|
5839
5776
|
export declare function oneHundredAndTwentyNineToJSON(oneHundredAndTwentyNine: OneHundredAndTwentyNine): string;
|
|
5840
5777
|
export declare function oneHundredAndTwentyNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyNine, SDKValidationError>;
|
|
5841
5778
|
/** @internal */
|
|
5842
|
-
export declare const
|
|
5779
|
+
export declare const OneHundredAndTwentyEight$inboundSchema: z.ZodType<OneHundredAndTwentyEight, z.ZodTypeDef, unknown>;
|
|
5780
|
+
/** @internal */
|
|
5781
|
+
export type OneHundredAndTwentyEight$Outbound = {
|
|
5782
|
+
enforced: boolean;
|
|
5783
|
+
};
|
|
5784
|
+
/** @internal */
|
|
5785
|
+
export declare const OneHundredAndTwentyEight$outboundSchema: z.ZodType<OneHundredAndTwentyEight$Outbound, z.ZodTypeDef, OneHundredAndTwentyEight>;
|
|
5786
|
+
export declare function oneHundredAndTwentyEightToJSON(oneHundredAndTwentyEight: OneHundredAndTwentyEight): string;
|
|
5787
|
+
export declare function oneHundredAndTwentyEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyEight, SDKValidationError>;
|
|
5788
|
+
/** @internal */
|
|
5789
|
+
export declare const UserEventPayload127User$inboundSchema: z.ZodType<UserEventPayload127User, z.ZodTypeDef, unknown>;
|
|
5843
5790
|
/** @internal */
|
|
5844
|
-
export type
|
|
5791
|
+
export type UserEventPayload127User$Outbound = {
|
|
5845
5792
|
id: string;
|
|
5846
5793
|
username: string;
|
|
5847
5794
|
};
|
|
5848
5795
|
/** @internal */
|
|
5849
|
-
export declare const
|
|
5850
|
-
export declare function
|
|
5851
|
-
export declare function
|
|
5796
|
+
export declare const UserEventPayload127User$outboundSchema: z.ZodType<UserEventPayload127User$Outbound, z.ZodTypeDef, UserEventPayload127User>;
|
|
5797
|
+
export declare function userEventPayload127UserToJSON(userEventPayload127User: UserEventPayload127User): string;
|
|
5798
|
+
export declare function userEventPayload127UserFromJSON(jsonString: string): SafeParseResult<UserEventPayload127User, SDKValidationError>;
|
|
5852
5799
|
/** @internal */
|
|
5853
|
-
export declare const
|
|
5800
|
+
export declare const OneHundredAndTwentySeven$inboundSchema: z.ZodType<OneHundredAndTwentySeven, z.ZodTypeDef, unknown>;
|
|
5854
5801
|
/** @internal */
|
|
5855
|
-
export type
|
|
5802
|
+
export type OneHundredAndTwentySeven$Outbound = {
|
|
5856
5803
|
entitlement: string;
|
|
5857
|
-
user:
|
|
5804
|
+
user: UserEventPayload127User$Outbound;
|
|
5858
5805
|
previousCanceledAt?: string | undefined;
|
|
5859
5806
|
};
|
|
5860
5807
|
/** @internal */
|
|
5861
|
-
export declare const
|
|
5862
|
-
export declare function
|
|
5863
|
-
export declare function
|
|
5808
|
+
export declare const OneHundredAndTwentySeven$outboundSchema: z.ZodType<OneHundredAndTwentySeven$Outbound, z.ZodTypeDef, OneHundredAndTwentySeven>;
|
|
5809
|
+
export declare function oneHundredAndTwentySevenToJSON(oneHundredAndTwentySeven: OneHundredAndTwentySeven): string;
|
|
5810
|
+
export declare function oneHundredAndTwentySevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySeven, SDKValidationError>;
|
|
5864
5811
|
/** @internal */
|
|
5865
5812
|
export declare const UserEventPayloadUser$inboundSchema: z.ZodType<UserEventPayloadUser, z.ZodTypeDef, unknown>;
|
|
5866
5813
|
/** @internal */
|
|
@@ -5873,16 +5820,16 @@ export declare const UserEventPayloadUser$outboundSchema: z.ZodType<UserEventPay
|
|
|
5873
5820
|
export declare function userEventPayloadUserToJSON(userEventPayloadUser: UserEventPayloadUser): string;
|
|
5874
5821
|
export declare function userEventPayloadUserFromJSON(jsonString: string): SafeParseResult<UserEventPayloadUser, SDKValidationError>;
|
|
5875
5822
|
/** @internal */
|
|
5876
|
-
export declare const
|
|
5823
|
+
export declare const OneHundredAndTwentySix$inboundSchema: z.ZodType<OneHundredAndTwentySix, z.ZodTypeDef, unknown>;
|
|
5877
5824
|
/** @internal */
|
|
5878
|
-
export type
|
|
5825
|
+
export type OneHundredAndTwentySix$Outbound = {
|
|
5879
5826
|
entitlement: string;
|
|
5880
5827
|
user: UserEventPayloadUser$Outbound;
|
|
5881
5828
|
};
|
|
5882
5829
|
/** @internal */
|
|
5883
|
-
export declare const
|
|
5884
|
-
export declare function
|
|
5885
|
-
export declare function
|
|
5830
|
+
export declare const OneHundredAndTwentySix$outboundSchema: z.ZodType<OneHundredAndTwentySix$Outbound, z.ZodTypeDef, OneHundredAndTwentySix>;
|
|
5831
|
+
export declare function oneHundredAndTwentySixToJSON(oneHundredAndTwentySix: OneHundredAndTwentySix): string;
|
|
5832
|
+
export declare function oneHundredAndTwentySixFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentySix, SDKValidationError>;
|
|
5886
5833
|
/** @internal */
|
|
5887
5834
|
export declare const UpdatedUser$inboundSchema: z.ZodType<UpdatedUser, z.ZodTypeDef, unknown>;
|
|
5888
5835
|
/** @internal */
|
|
@@ -5895,9 +5842,9 @@ export declare const UpdatedUser$outboundSchema: z.ZodType<UpdatedUser$Outbound,
|
|
|
5895
5842
|
export declare function updatedUserToJSON(updatedUser: UpdatedUser): string;
|
|
5896
5843
|
export declare function updatedUserFromJSON(jsonString: string): SafeParseResult<UpdatedUser, SDKValidationError>;
|
|
5897
5844
|
/** @internal */
|
|
5898
|
-
export declare const
|
|
5845
|
+
export declare const OneHundredAndTwentyFive$inboundSchema: z.ZodType<OneHundredAndTwentyFive, z.ZodTypeDef, unknown>;
|
|
5899
5846
|
/** @internal */
|
|
5900
|
-
export type
|
|
5847
|
+
export type OneHundredAndTwentyFive$Outbound = {
|
|
5901
5848
|
directoryType?: string | undefined;
|
|
5902
5849
|
updatedUser?: UpdatedUser$Outbound | undefined;
|
|
5903
5850
|
role?: string | undefined;
|
|
@@ -5905,13 +5852,13 @@ export type OneHundredAndTwentySix$Outbound = {
|
|
|
5905
5852
|
updatedUid?: string | undefined;
|
|
5906
5853
|
};
|
|
5907
5854
|
/** @internal */
|
|
5908
|
-
export declare const
|
|
5909
|
-
export declare function
|
|
5910
|
-
export declare function
|
|
5855
|
+
export declare const OneHundredAndTwentyFive$outboundSchema: z.ZodType<OneHundredAndTwentyFive$Outbound, z.ZodTypeDef, OneHundredAndTwentyFive>;
|
|
5856
|
+
export declare function oneHundredAndTwentyFiveToJSON(oneHundredAndTwentyFive: OneHundredAndTwentyFive): string;
|
|
5857
|
+
export declare function oneHundredAndTwentyFiveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFive, SDKValidationError>;
|
|
5911
5858
|
/** @internal */
|
|
5912
|
-
export declare const
|
|
5859
|
+
export declare const OneHundredAndTwentyFour$inboundSchema: z.ZodType<OneHundredAndTwentyFour, z.ZodTypeDef, unknown>;
|
|
5913
5860
|
/** @internal */
|
|
5914
|
-
export type
|
|
5861
|
+
export type OneHundredAndTwentyFour$Outbound = {
|
|
5915
5862
|
role?: string | undefined;
|
|
5916
5863
|
uid: string;
|
|
5917
5864
|
origin?: string | undefined;
|
|
@@ -5920,9 +5867,9 @@ export type OneHundredAndTwentyFive$Outbound = {
|
|
|
5920
5867
|
entitlements?: Array<string> | undefined;
|
|
5921
5868
|
};
|
|
5922
5869
|
/** @internal */
|
|
5923
|
-
export declare const
|
|
5924
|
-
export declare function
|
|
5925
|
-
export declare function
|
|
5870
|
+
export declare const OneHundredAndTwentyFour$outboundSchema: z.ZodType<OneHundredAndTwentyFour$Outbound, z.ZodTypeDef, OneHundredAndTwentyFour>;
|
|
5871
|
+
export declare function oneHundredAndTwentyFourToJSON(oneHundredAndTwentyFour: OneHundredAndTwentyFour): string;
|
|
5872
|
+
export declare function oneHundredAndTwentyFourFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyFour, SDKValidationError>;
|
|
5926
5873
|
/** @internal */
|
|
5927
5874
|
export declare const DeletedUser$inboundSchema: z.ZodType<DeletedUser, z.ZodTypeDef, unknown>;
|
|
5928
5875
|
/** @internal */
|
|
@@ -5947,9 +5894,9 @@ export declare const NewPlan$inboundSchema: z.ZodNativeEnum<typeof NewPlan>;
|
|
|
5947
5894
|
/** @internal */
|
|
5948
5895
|
export declare const NewPlan$outboundSchema: z.ZodNativeEnum<typeof NewPlan>;
|
|
5949
5896
|
/** @internal */
|
|
5950
|
-
export declare const
|
|
5897
|
+
export declare const OneHundredAndTwentyThree$inboundSchema: z.ZodType<OneHundredAndTwentyThree, z.ZodTypeDef, unknown>;
|
|
5951
5898
|
/** @internal */
|
|
5952
|
-
export type
|
|
5899
|
+
export type OneHundredAndTwentyThree$Outbound = {
|
|
5953
5900
|
deletedUser?: DeletedUser$Outbound | undefined;
|
|
5954
5901
|
deletedUid?: string | undefined;
|
|
5955
5902
|
githubUsername?: string | null | undefined;
|
|
@@ -5963,9 +5910,9 @@ export type OneHundredAndTwentyFour$Outbound = {
|
|
|
5963
5910
|
automated?: boolean | undefined;
|
|
5964
5911
|
};
|
|
5965
5912
|
/** @internal */
|
|
5966
|
-
export declare const
|
|
5967
|
-
export declare function
|
|
5968
|
-
export declare function
|
|
5913
|
+
export declare const OneHundredAndTwentyThree$outboundSchema: z.ZodType<OneHundredAndTwentyThree$Outbound, z.ZodTypeDef, OneHundredAndTwentyThree>;
|
|
5914
|
+
export declare function oneHundredAndTwentyThreeToJSON(oneHundredAndTwentyThree: OneHundredAndTwentyThree): string;
|
|
5915
|
+
export declare function oneHundredAndTwentyThreeFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyThree, SDKValidationError>;
|
|
5969
5916
|
/** @internal */
|
|
5970
5917
|
export declare const InvitedUser$inboundSchema: z.ZodType<InvitedUser, z.ZodTypeDef, unknown>;
|
|
5971
5918
|
/** @internal */
|
|
@@ -5978,9 +5925,9 @@ export declare const InvitedUser$outboundSchema: z.ZodType<InvitedUser$Outbound,
|
|
|
5978
5925
|
export declare function invitedUserToJSON(invitedUser: InvitedUser): string;
|
|
5979
5926
|
export declare function invitedUserFromJSON(jsonString: string): SafeParseResult<InvitedUser, SDKValidationError>;
|
|
5980
5927
|
/** @internal */
|
|
5981
|
-
export declare const
|
|
5928
|
+
export declare const OneHundredAndTwentyTwo$inboundSchema: z.ZodType<OneHundredAndTwentyTwo, z.ZodTypeDef, unknown>;
|
|
5982
5929
|
/** @internal */
|
|
5983
|
-
export type
|
|
5930
|
+
export type OneHundredAndTwentyTwo$Outbound = {
|
|
5984
5931
|
directoryType?: string | undefined;
|
|
5985
5932
|
ssoType?: string | undefined;
|
|
5986
5933
|
invitedUser?: InvitedUser$Outbound | undefined;
|
|
@@ -5990,9 +5937,9 @@ export type OneHundredAndTwentyThree$Outbound = {
|
|
|
5990
5937
|
invitedUid?: string | undefined;
|
|
5991
5938
|
};
|
|
5992
5939
|
/** @internal */
|
|
5993
|
-
export declare const
|
|
5994
|
-
export declare function
|
|
5995
|
-
export declare function
|
|
5940
|
+
export declare const OneHundredAndTwentyTwo$outboundSchema: z.ZodType<OneHundredAndTwentyTwo$Outbound, z.ZodTypeDef, OneHundredAndTwentyTwo>;
|
|
5941
|
+
export declare function oneHundredAndTwentyTwoToJSON(oneHundredAndTwentyTwo: OneHundredAndTwentyTwo): string;
|
|
5942
|
+
export declare function oneHundredAndTwentyTwoFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyTwo, SDKValidationError>;
|
|
5996
5943
|
/** @internal */
|
|
5997
5944
|
export declare const Reasons$inboundSchema: z.ZodType<Reasons, z.ZodTypeDef, unknown>;
|
|
5998
5945
|
/** @internal */
|
|
@@ -6005,9 +5952,9 @@ export declare const Reasons$outboundSchema: z.ZodType<Reasons$Outbound, z.ZodTy
|
|
|
6005
5952
|
export declare function reasonsToJSON(reasons: Reasons): string;
|
|
6006
5953
|
export declare function reasonsFromJSON(jsonString: string): SafeParseResult<Reasons, SDKValidationError>;
|
|
6007
5954
|
/** @internal */
|
|
6008
|
-
export declare const
|
|
5955
|
+
export declare const UserEventPayload121Role$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload121Role>;
|
|
6009
5956
|
/** @internal */
|
|
6010
|
-
export declare const
|
|
5957
|
+
export declare const UserEventPayload121Role$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload121Role>;
|
|
6011
5958
|
/** @internal */
|
|
6012
5959
|
export declare const PayloadRemovedUsers$inboundSchema: z.ZodType<PayloadRemovedUsers, z.ZodTypeDef, unknown>;
|
|
6013
5960
|
/** @internal */
|
|
@@ -6021,12 +5968,13 @@ export declare const PayloadRemovedUsers$outboundSchema: z.ZodType<PayloadRemove
|
|
|
6021
5968
|
export declare function payloadRemovedUsersToJSON(payloadRemovedUsers: PayloadRemovedUsers): string;
|
|
6022
5969
|
export declare function payloadRemovedUsersFromJSON(jsonString: string): SafeParseResult<PayloadRemovedUsers, SDKValidationError>;
|
|
6023
5970
|
/** @internal */
|
|
6024
|
-
export declare const
|
|
5971
|
+
export declare const OneHundredAndTwentyOne$inboundSchema: z.ZodType<OneHundredAndTwentyOne, z.ZodTypeDef, unknown>;
|
|
6025
5972
|
/** @internal */
|
|
6026
|
-
export type
|
|
5973
|
+
export type OneHundredAndTwentyOne$Outbound = {
|
|
6027
5974
|
slug: string;
|
|
6028
5975
|
teamId: string;
|
|
6029
5976
|
by: string;
|
|
5977
|
+
byUid?: string | undefined;
|
|
6030
5978
|
reasons?: Array<Reasons$Outbound> | undefined;
|
|
6031
5979
|
removedUsers?: {
|
|
6032
5980
|
[k: string]: PayloadRemovedUsers$Outbound;
|
|
@@ -6035,19 +5983,19 @@ export type OneHundredAndTwentyTwo$Outbound = {
|
|
|
6035
5983
|
timestamp?: number | undefined;
|
|
6036
5984
|
};
|
|
6037
5985
|
/** @internal */
|
|
6038
|
-
export declare const
|
|
6039
|
-
export declare function
|
|
6040
|
-
export declare function
|
|
5986
|
+
export declare const OneHundredAndTwentyOne$outboundSchema: z.ZodType<OneHundredAndTwentyOne$Outbound, z.ZodTypeDef, OneHundredAndTwentyOne>;
|
|
5987
|
+
export declare function oneHundredAndTwentyOneToJSON(oneHundredAndTwentyOne: OneHundredAndTwentyOne): string;
|
|
5988
|
+
export declare function oneHundredAndTwentyOneFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwentyOne, SDKValidationError>;
|
|
6041
5989
|
/** @internal */
|
|
6042
|
-
export declare const
|
|
5990
|
+
export declare const OneHundredAndTwenty$inboundSchema: z.ZodType<OneHundredAndTwenty, z.ZodTypeDef, unknown>;
|
|
6043
5991
|
/** @internal */
|
|
6044
|
-
export type
|
|
5992
|
+
export type OneHundredAndTwenty$Outbound = {
|
|
6045
5993
|
slug: string;
|
|
6046
5994
|
};
|
|
6047
5995
|
/** @internal */
|
|
6048
|
-
export declare const
|
|
6049
|
-
export declare function
|
|
6050
|
-
export declare function
|
|
5996
|
+
export declare const OneHundredAndTwenty$outboundSchema: z.ZodType<OneHundredAndTwenty$Outbound, z.ZodTypeDef, OneHundredAndTwenty>;
|
|
5997
|
+
export declare function oneHundredAndTwentyToJSON(oneHundredAndTwenty: OneHundredAndTwenty): string;
|
|
5998
|
+
export declare function oneHundredAndTwentyFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwenty, SDKValidationError>;
|
|
6051
5999
|
/** @internal */
|
|
6052
6000
|
export declare const Store$inboundSchema: z.ZodType<Store, z.ZodTypeDef, unknown>;
|
|
6053
6001
|
/** @internal */
|
|
@@ -6060,38 +6008,38 @@ export declare const Store$outboundSchema: z.ZodType<Store$Outbound, z.ZodTypeDe
|
|
|
6060
6008
|
export declare function storeToJSON(store: Store): string;
|
|
6061
6009
|
export declare function storeFromJSON(jsonString: string): SafeParseResult<Store, SDKValidationError>;
|
|
6062
6010
|
/** @internal */
|
|
6063
|
-
export declare const
|
|
6011
|
+
export declare const OneHundredAndNineteen$inboundSchema: z.ZodType<OneHundredAndNineteen, z.ZodTypeDef, unknown>;
|
|
6064
6012
|
/** @internal */
|
|
6065
|
-
export type
|
|
6013
|
+
export type OneHundredAndNineteen$Outbound = {
|
|
6066
6014
|
store: Store$Outbound;
|
|
6067
6015
|
ownerId?: string | undefined;
|
|
6068
6016
|
};
|
|
6069
6017
|
/** @internal */
|
|
6070
|
-
export declare const
|
|
6071
|
-
export declare function
|
|
6072
|
-
export declare function
|
|
6018
|
+
export declare const OneHundredAndNineteen$outboundSchema: z.ZodType<OneHundredAndNineteen$Outbound, z.ZodTypeDef, OneHundredAndNineteen>;
|
|
6019
|
+
export declare function oneHundredAndNineteenToJSON(oneHundredAndNineteen: OneHundredAndNineteen): string;
|
|
6020
|
+
export declare function oneHundredAndNineteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndNineteen, SDKValidationError>;
|
|
6073
6021
|
/** @internal */
|
|
6074
6022
|
export declare const StoreType$inboundSchema: z.ZodNativeEnum<typeof StoreType>;
|
|
6075
6023
|
/** @internal */
|
|
6076
6024
|
export declare const StoreType$outboundSchema: z.ZodNativeEnum<typeof StoreType>;
|
|
6077
6025
|
/** @internal */
|
|
6078
|
-
export declare const
|
|
6026
|
+
export declare const OneHundredAndEighteen$inboundSchema: z.ZodType<OneHundredAndEighteen, z.ZodTypeDef, unknown>;
|
|
6079
6027
|
/** @internal */
|
|
6080
|
-
export type
|
|
6028
|
+
export type OneHundredAndEighteen$Outbound = {
|
|
6081
6029
|
storeType: string;
|
|
6082
6030
|
};
|
|
6083
6031
|
/** @internal */
|
|
6084
|
-
export declare const
|
|
6085
|
-
export declare function
|
|
6086
|
-
export declare function
|
|
6032
|
+
export declare const OneHundredAndEighteen$outboundSchema: z.ZodType<OneHundredAndEighteen$Outbound, z.ZodTypeDef, OneHundredAndEighteen>;
|
|
6033
|
+
export declare function oneHundredAndEighteenToJSON(oneHundredAndEighteen: OneHundredAndEighteen): string;
|
|
6034
|
+
export declare function oneHundredAndEighteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEighteen, SDKValidationError>;
|
|
6087
6035
|
/** @internal */
|
|
6088
6036
|
export declare const UserEventPayloadType$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
|
|
6089
6037
|
/** @internal */
|
|
6090
6038
|
export declare const UserEventPayloadType$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadType>;
|
|
6091
6039
|
/** @internal */
|
|
6092
|
-
export declare const
|
|
6040
|
+
export declare const OneHundredAndSeventeen$inboundSchema: z.ZodType<OneHundredAndSeventeen, z.ZodTypeDef, unknown>;
|
|
6093
6041
|
/** @internal */
|
|
6094
|
-
export type
|
|
6042
|
+
export type OneHundredAndSeventeen$Outbound = {
|
|
6095
6043
|
id: string;
|
|
6096
6044
|
name?: string | undefined;
|
|
6097
6045
|
computeUnitsMax?: number | undefined;
|
|
@@ -6100,23 +6048,23 @@ export type OneHundredAndEighteen$Outbound = {
|
|
|
6100
6048
|
type: string;
|
|
6101
6049
|
};
|
|
6102
6050
|
/** @internal */
|
|
6103
|
-
export declare const
|
|
6104
|
-
export declare function
|
|
6105
|
-
export declare function
|
|
6051
|
+
export declare const OneHundredAndSeventeen$outboundSchema: z.ZodType<OneHundredAndSeventeen$Outbound, z.ZodTypeDef, OneHundredAndSeventeen>;
|
|
6052
|
+
export declare function oneHundredAndSeventeenToJSON(oneHundredAndSeventeen: OneHundredAndSeventeen): string;
|
|
6053
|
+
export declare function oneHundredAndSeventeenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSeventeen, SDKValidationError>;
|
|
6106
6054
|
/** @internal */
|
|
6107
|
-
export declare const
|
|
6055
|
+
export declare const OneHundredAndSixteen$inboundSchema: z.ZodType<OneHundredAndSixteen, z.ZodTypeDef, unknown>;
|
|
6108
6056
|
/** @internal */
|
|
6109
|
-
export type
|
|
6057
|
+
export type OneHundredAndSixteen$Outbound = {
|
|
6110
6058
|
webhookUrl?: string | undefined;
|
|
6111
6059
|
};
|
|
6112
6060
|
/** @internal */
|
|
6113
|
-
export declare const
|
|
6114
|
-
export declare function
|
|
6115
|
-
export declare function
|
|
6061
|
+
export declare const OneHundredAndSixteen$outboundSchema: z.ZodType<OneHundredAndSixteen$Outbound, z.ZodTypeDef, OneHundredAndSixteen>;
|
|
6062
|
+
export declare function oneHundredAndSixteenToJSON(oneHundredAndSixteen: OneHundredAndSixteen): string;
|
|
6063
|
+
export declare function oneHundredAndSixteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndSixteen, SDKValidationError>;
|
|
6116
6064
|
/** @internal */
|
|
6117
|
-
export declare const
|
|
6065
|
+
export declare const UserEventPayload115Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload115Type>;
|
|
6118
6066
|
/** @internal */
|
|
6119
|
-
export declare const
|
|
6067
|
+
export declare const UserEventPayload115Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload115Type>;
|
|
6120
6068
|
/** @internal */
|
|
6121
6069
|
export declare const PayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof PayloadPricingPlan>;
|
|
6122
6070
|
/** @internal */
|
|
@@ -6144,20 +6092,20 @@ export declare const UserEventPayloadBudget$outboundSchema: z.ZodType<UserEventP
|
|
|
6144
6092
|
export declare function userEventPayloadBudgetToJSON(userEventPayloadBudget: UserEventPayloadBudget): string;
|
|
6145
6093
|
export declare function userEventPayloadBudgetFromJSON(jsonString: string): SafeParseResult<UserEventPayloadBudget, SDKValidationError>;
|
|
6146
6094
|
/** @internal */
|
|
6147
|
-
export declare const
|
|
6095
|
+
export declare const OneHundredAndFifteen$inboundSchema: z.ZodType<OneHundredAndFifteen, z.ZodTypeDef, unknown>;
|
|
6148
6096
|
/** @internal */
|
|
6149
|
-
export type
|
|
6097
|
+
export type OneHundredAndFifteen$Outbound = {
|
|
6150
6098
|
budget: UserEventPayloadBudget$Outbound;
|
|
6151
6099
|
webhookUrl?: string | undefined;
|
|
6152
6100
|
};
|
|
6153
6101
|
/** @internal */
|
|
6154
|
-
export declare const
|
|
6155
|
-
export declare function
|
|
6156
|
-
export declare function
|
|
6102
|
+
export declare const OneHundredAndFifteen$outboundSchema: z.ZodType<OneHundredAndFifteen$Outbound, z.ZodTypeDef, OneHundredAndFifteen>;
|
|
6103
|
+
export declare function oneHundredAndFifteenToJSON(oneHundredAndFifteen: OneHundredAndFifteen): string;
|
|
6104
|
+
export declare function oneHundredAndFifteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFifteen, SDKValidationError>;
|
|
6157
6105
|
/** @internal */
|
|
6158
|
-
export declare const
|
|
6106
|
+
export declare const UserEventPayload114Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload114Type>;
|
|
6159
6107
|
/** @internal */
|
|
6160
|
-
export declare const
|
|
6108
|
+
export declare const UserEventPayload114Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload114Type>;
|
|
6161
6109
|
/** @internal */
|
|
6162
6110
|
export declare const PricingPlan$inboundSchema: z.ZodNativeEnum<typeof PricingPlan>;
|
|
6163
6111
|
/** @internal */
|
|
@@ -6185,19 +6133,19 @@ export declare const PayloadBudget$outboundSchema: z.ZodType<PayloadBudget$Outbo
|
|
|
6185
6133
|
export declare function payloadBudgetToJSON(payloadBudget: PayloadBudget): string;
|
|
6186
6134
|
export declare function payloadBudgetFromJSON(jsonString: string): SafeParseResult<PayloadBudget, SDKValidationError>;
|
|
6187
6135
|
/** @internal */
|
|
6188
|
-
export declare const
|
|
6136
|
+
export declare const OneHundredAndFourteen$inboundSchema: z.ZodType<OneHundredAndFourteen, z.ZodTypeDef, unknown>;
|
|
6189
6137
|
/** @internal */
|
|
6190
|
-
export type
|
|
6138
|
+
export type OneHundredAndFourteen$Outbound = {
|
|
6191
6139
|
budget: PayloadBudget$Outbound;
|
|
6192
6140
|
};
|
|
6193
6141
|
/** @internal */
|
|
6194
|
-
export declare const
|
|
6195
|
-
export declare function
|
|
6196
|
-
export declare function
|
|
6142
|
+
export declare const OneHundredAndFourteen$outboundSchema: z.ZodType<OneHundredAndFourteen$Outbound, z.ZodTypeDef, OneHundredAndFourteen>;
|
|
6143
|
+
export declare function oneHundredAndFourteenToJSON(oneHundredAndFourteen: OneHundredAndFourteen): string;
|
|
6144
|
+
export declare function oneHundredAndFourteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndFourteen, SDKValidationError>;
|
|
6197
6145
|
/** @internal */
|
|
6198
|
-
export declare const
|
|
6146
|
+
export declare const UserEventPayload113Type$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload113Type>;
|
|
6199
6147
|
/** @internal */
|
|
6200
|
-
export declare const
|
|
6148
|
+
export declare const UserEventPayload113Type$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload113Type>;
|
|
6201
6149
|
/** @internal */
|
|
6202
6150
|
export declare const UserEventPayloadPricingPlan$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadPricingPlan>;
|
|
6203
6151
|
/** @internal */
|
|
@@ -6235,15 +6183,15 @@ export declare const Budget$outboundSchema: z.ZodType<Budget$Outbound, z.ZodType
|
|
|
6235
6183
|
export declare function budgetToJSON(budget: Budget): string;
|
|
6236
6184
|
export declare function budgetFromJSON(jsonString: string): SafeParseResult<Budget, SDKValidationError>;
|
|
6237
6185
|
/** @internal */
|
|
6238
|
-
export declare const
|
|
6186
|
+
export declare const OneHundredAndThirteen$inboundSchema: z.ZodType<OneHundredAndThirteen, z.ZodTypeDef, unknown>;
|
|
6239
6187
|
/** @internal */
|
|
6240
|
-
export type
|
|
6188
|
+
export type OneHundredAndThirteen$Outbound = {
|
|
6241
6189
|
budget: Budget$Outbound;
|
|
6242
6190
|
};
|
|
6243
6191
|
/** @internal */
|
|
6244
|
-
export declare const
|
|
6245
|
-
export declare function
|
|
6246
|
-
export declare function
|
|
6192
|
+
export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
|
|
6193
|
+
export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
|
|
6194
|
+
export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
|
|
6247
6195
|
/** @internal */
|
|
6248
6196
|
export declare const ScalingRules$inboundSchema: z.ZodType<ScalingRules, z.ZodTypeDef, unknown>;
|
|
6249
6197
|
/** @internal */
|
|
@@ -6256,9 +6204,9 @@ export declare const ScalingRules$outboundSchema: z.ZodType<ScalingRules$Outboun
|
|
|
6256
6204
|
export declare function scalingRulesToJSON(scalingRules: ScalingRules): string;
|
|
6257
6205
|
export declare function scalingRulesFromJSON(jsonString: string): SafeParseResult<ScalingRules, SDKValidationError>;
|
|
6258
6206
|
/** @internal */
|
|
6259
|
-
export declare const
|
|
6207
|
+
export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
|
|
6260
6208
|
/** @internal */
|
|
6261
|
-
export type
|
|
6209
|
+
export type OneHundredAndTwelve$Outbound = {
|
|
6262
6210
|
scalingRules: {
|
|
6263
6211
|
[k: string]: ScalingRules$Outbound;
|
|
6264
6212
|
};
|
|
@@ -6267,16 +6215,6 @@ export type OneHundredAndThirteen$Outbound = {
|
|
|
6267
6215
|
url: string;
|
|
6268
6216
|
};
|
|
6269
6217
|
/** @internal */
|
|
6270
|
-
export declare const OneHundredAndThirteen$outboundSchema: z.ZodType<OneHundredAndThirteen$Outbound, z.ZodTypeDef, OneHundredAndThirteen>;
|
|
6271
|
-
export declare function oneHundredAndThirteenToJSON(oneHundredAndThirteen: OneHundredAndThirteen): string;
|
|
6272
|
-
export declare function oneHundredAndThirteenFromJSON(jsonString: string): SafeParseResult<OneHundredAndThirteen, SDKValidationError>;
|
|
6273
|
-
/** @internal */
|
|
6274
|
-
export declare const OneHundredAndTwelve$inboundSchema: z.ZodType<OneHundredAndTwelve, z.ZodTypeDef, unknown>;
|
|
6275
|
-
/** @internal */
|
|
6276
|
-
export type OneHundredAndTwelve$Outbound = {
|
|
6277
|
-
bio: string;
|
|
6278
|
-
};
|
|
6279
|
-
/** @internal */
|
|
6280
6218
|
export declare const OneHundredAndTwelve$outboundSchema: z.ZodType<OneHundredAndTwelve$Outbound, z.ZodTypeDef, OneHundredAndTwelve>;
|
|
6281
6219
|
export declare function oneHundredAndTwelveToJSON(oneHundredAndTwelve: OneHundredAndTwelve): string;
|
|
6282
6220
|
export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafeParseResult<OneHundredAndTwelve, SDKValidationError>;
|
|
@@ -6284,15 +6222,25 @@ export declare function oneHundredAndTwelveFromJSON(jsonString: string): SafePar
|
|
|
6284
6222
|
export declare const OneHundredAndEleven$inboundSchema: z.ZodType<OneHundredAndEleven, z.ZodTypeDef, unknown>;
|
|
6285
6223
|
/** @internal */
|
|
6286
6224
|
export type OneHundredAndEleven$Outbound = {
|
|
6287
|
-
|
|
6288
|
-
newName: string;
|
|
6289
|
-
uid?: string | undefined;
|
|
6225
|
+
bio: string;
|
|
6290
6226
|
};
|
|
6291
6227
|
/** @internal */
|
|
6292
6228
|
export declare const OneHundredAndEleven$outboundSchema: z.ZodType<OneHundredAndEleven$Outbound, z.ZodTypeDef, OneHundredAndEleven>;
|
|
6293
6229
|
export declare function oneHundredAndElevenToJSON(oneHundredAndEleven: OneHundredAndEleven): string;
|
|
6294
6230
|
export declare function oneHundredAndElevenFromJSON(jsonString: string): SafeParseResult<OneHundredAndEleven, SDKValidationError>;
|
|
6295
6231
|
/** @internal */
|
|
6232
|
+
export declare const OneHundredAndTen$inboundSchema: z.ZodType<OneHundredAndTen, z.ZodTypeDef, unknown>;
|
|
6233
|
+
/** @internal */
|
|
6234
|
+
export type OneHundredAndTen$Outbound = {
|
|
6235
|
+
oldName: string;
|
|
6236
|
+
newName: string;
|
|
6237
|
+
uid?: string | undefined;
|
|
6238
|
+
};
|
|
6239
|
+
/** @internal */
|
|
6240
|
+
export declare const OneHundredAndTen$outboundSchema: z.ZodType<OneHundredAndTen$Outbound, z.ZodTypeDef, OneHundredAndTen>;
|
|
6241
|
+
export declare function oneHundredAndTenToJSON(oneHundredAndTen: OneHundredAndTen): string;
|
|
6242
|
+
export declare function oneHundredAndTenFromJSON(jsonString: string): SafeParseResult<OneHundredAndTen, SDKValidationError>;
|
|
6243
|
+
/** @internal */
|
|
6296
6244
|
export declare const Name2$inboundSchema: z.ZodType<Name2, z.ZodTypeDef, unknown>;
|
|
6297
6245
|
/** @internal */
|
|
6298
6246
|
export type Name2$Outbound = {
|
|
@@ -6311,27 +6259,27 @@ export declare const Name$outboundSchema: z.ZodType<Name$Outbound, z.ZodTypeDef,
|
|
|
6311
6259
|
export declare function nameToJSON(name: Name): string;
|
|
6312
6260
|
export declare function nameFromJSON(jsonString: string): SafeParseResult<Name, SDKValidationError>;
|
|
6313
6261
|
/** @internal */
|
|
6314
|
-
export declare const
|
|
6262
|
+
export declare const OneHundredAndNine$inboundSchema: z.ZodType<OneHundredAndNine, z.ZodTypeDef, unknown>;
|
|
6315
6263
|
/** @internal */
|
|
6316
|
-
export type
|
|
6264
|
+
export type OneHundredAndNine$Outbound = {
|
|
6317
6265
|
uid: string;
|
|
6318
6266
|
name: Name2$Outbound | string;
|
|
6319
6267
|
};
|
|
6320
6268
|
/** @internal */
|
|
6321
|
-
export declare const
|
|
6322
|
-
export declare function
|
|
6323
|
-
export declare function
|
|
6269
|
+
export declare const OneHundredAndNine$outboundSchema: z.ZodType<OneHundredAndNine$Outbound, z.ZodTypeDef, OneHundredAndNine>;
|
|
6270
|
+
export declare function oneHundredAndNineToJSON(oneHundredAndNine: OneHundredAndNine): string;
|
|
6271
|
+
export declare function oneHundredAndNineFromJSON(jsonString: string): SafeParseResult<OneHundredAndNine, SDKValidationError>;
|
|
6324
6272
|
/** @internal */
|
|
6325
|
-
export declare const
|
|
6273
|
+
export declare const UserEventPayload108Team$inboundSchema: z.ZodType<UserEventPayload108Team, z.ZodTypeDef, unknown>;
|
|
6326
6274
|
/** @internal */
|
|
6327
|
-
export type
|
|
6275
|
+
export type UserEventPayload108Team$Outbound = {
|
|
6328
6276
|
id: string;
|
|
6329
6277
|
name?: string | undefined;
|
|
6330
6278
|
};
|
|
6331
6279
|
/** @internal */
|
|
6332
|
-
export declare const
|
|
6333
|
-
export declare function
|
|
6334
|
-
export declare function
|
|
6280
|
+
export declare const UserEventPayload108Team$outboundSchema: z.ZodType<UserEventPayload108Team$Outbound, z.ZodTypeDef, UserEventPayload108Team>;
|
|
6281
|
+
export declare function userEventPayload108TeamToJSON(userEventPayload108Team: UserEventPayload108Team): string;
|
|
6282
|
+
export declare function userEventPayload108TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload108Team, SDKValidationError>;
|
|
6335
6283
|
/** @internal */
|
|
6336
6284
|
export declare const PayloadPreviousRule$inboundSchema: z.ZodType<PayloadPreviousRule, z.ZodTypeDef, unknown>;
|
|
6337
6285
|
/** @internal */
|
|
@@ -6343,27 +6291,27 @@ export declare const PayloadPreviousRule$outboundSchema: z.ZodType<PayloadPrevio
|
|
|
6343
6291
|
export declare function payloadPreviousRuleToJSON(payloadPreviousRule: PayloadPreviousRule): string;
|
|
6344
6292
|
export declare function payloadPreviousRuleFromJSON(jsonString: string): SafeParseResult<PayloadPreviousRule, SDKValidationError>;
|
|
6345
6293
|
/** @internal */
|
|
6346
|
-
export declare const
|
|
6294
|
+
export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6347
6295
|
/** @internal */
|
|
6348
|
-
export type
|
|
6349
|
-
team:
|
|
6296
|
+
export type OneHundredAndEight$Outbound = {
|
|
6297
|
+
team: UserEventPayload108Team$Outbound;
|
|
6350
6298
|
previousRule: PayloadPreviousRule$Outbound;
|
|
6351
6299
|
};
|
|
6352
6300
|
/** @internal */
|
|
6353
|
-
export declare const
|
|
6354
|
-
export declare function
|
|
6355
|
-
export declare function
|
|
6301
|
+
export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6302
|
+
export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
|
|
6303
|
+
export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
|
|
6356
6304
|
/** @internal */
|
|
6357
|
-
export declare const
|
|
6305
|
+
export declare const UserEventPayload107Team$inboundSchema: z.ZodType<UserEventPayload107Team, z.ZodTypeDef, unknown>;
|
|
6358
6306
|
/** @internal */
|
|
6359
|
-
export type
|
|
6307
|
+
export type UserEventPayload107Team$Outbound = {
|
|
6360
6308
|
id: string;
|
|
6361
6309
|
name?: string | undefined;
|
|
6362
6310
|
};
|
|
6363
6311
|
/** @internal */
|
|
6364
|
-
export declare const
|
|
6365
|
-
export declare function
|
|
6366
|
-
export declare function
|
|
6312
|
+
export declare const UserEventPayload107Team$outboundSchema: z.ZodType<UserEventPayload107Team$Outbound, z.ZodTypeDef, UserEventPayload107Team>;
|
|
6313
|
+
export declare function userEventPayload107TeamToJSON(userEventPayload107Team: UserEventPayload107Team): string;
|
|
6314
|
+
export declare function userEventPayload107TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload107Team, SDKValidationError>;
|
|
6367
6315
|
/** @internal */
|
|
6368
6316
|
export declare const PreviousRule$inboundSchema: z.ZodType<PreviousRule, z.ZodTypeDef, unknown>;
|
|
6369
6317
|
/** @internal */
|
|
@@ -6385,22 +6333,12 @@ export declare const NextRule$outboundSchema: z.ZodType<NextRule$Outbound, z.Zod
|
|
|
6385
6333
|
export declare function nextRuleToJSON(nextRule: NextRule): string;
|
|
6386
6334
|
export declare function nextRuleFromJSON(jsonString: string): SafeParseResult<NextRule, SDKValidationError>;
|
|
6387
6335
|
/** @internal */
|
|
6388
|
-
export declare const OneHundredAndEight$inboundSchema: z.ZodType<OneHundredAndEight, z.ZodTypeDef, unknown>;
|
|
6389
|
-
/** @internal */
|
|
6390
|
-
export type OneHundredAndEight$Outbound = {
|
|
6391
|
-
team: UserEventPayload108Team$Outbound;
|
|
6392
|
-
previousRule?: PreviousRule$Outbound | undefined;
|
|
6393
|
-
nextRule?: NextRule$Outbound | undefined;
|
|
6394
|
-
};
|
|
6395
|
-
/** @internal */
|
|
6396
|
-
export declare const OneHundredAndEight$outboundSchema: z.ZodType<OneHundredAndEight$Outbound, z.ZodTypeDef, OneHundredAndEight>;
|
|
6397
|
-
export declare function oneHundredAndEightToJSON(oneHundredAndEight: OneHundredAndEight): string;
|
|
6398
|
-
export declare function oneHundredAndEightFromJSON(jsonString: string): SafeParseResult<OneHundredAndEight, SDKValidationError>;
|
|
6399
|
-
/** @internal */
|
|
6400
6336
|
export declare const OneHundredAndSeven$inboundSchema: z.ZodType<OneHundredAndSeven, z.ZodTypeDef, unknown>;
|
|
6401
6337
|
/** @internal */
|
|
6402
6338
|
export type OneHundredAndSeven$Outbound = {
|
|
6403
|
-
|
|
6339
|
+
team: UserEventPayload107Team$Outbound;
|
|
6340
|
+
previousRule?: PreviousRule$Outbound | undefined;
|
|
6341
|
+
nextRule?: NextRule$Outbound | undefined;
|
|
6404
6342
|
};
|
|
6405
6343
|
/** @internal */
|
|
6406
6344
|
export declare const OneHundredAndSeven$outboundSchema: z.ZodType<OneHundredAndSeven$Outbound, z.ZodTypeDef, OneHundredAndSeven>;
|
|
@@ -6411,7 +6349,6 @@ export declare const OneHundredAndSix$inboundSchema: z.ZodType<OneHundredAndSix,
|
|
|
6411
6349
|
/** @internal */
|
|
6412
6350
|
export type OneHundredAndSix$Outbound = {
|
|
6413
6351
|
email: string;
|
|
6414
|
-
verified: boolean;
|
|
6415
6352
|
};
|
|
6416
6353
|
/** @internal */
|
|
6417
6354
|
export declare const OneHundredAndSix$outboundSchema: z.ZodType<OneHundredAndSix$Outbound, z.ZodTypeDef, OneHundredAndSix>;
|
|
@@ -6421,8 +6358,8 @@ export declare function oneHundredAndSixFromJSON(jsonString: string): SafeParseR
|
|
|
6421
6358
|
export declare const OneHundredAndFive$inboundSchema: z.ZodType<OneHundredAndFive, z.ZodTypeDef, unknown>;
|
|
6422
6359
|
/** @internal */
|
|
6423
6360
|
export type OneHundredAndFive$Outbound = {
|
|
6424
|
-
|
|
6425
|
-
|
|
6361
|
+
email: string;
|
|
6362
|
+
verified: boolean;
|
|
6426
6363
|
};
|
|
6427
6364
|
/** @internal */
|
|
6428
6365
|
export declare const OneHundredAndFive$outboundSchema: z.ZodType<OneHundredAndFive$Outbound, z.ZodTypeDef, OneHundredAndFive>;
|
|
@@ -6432,9 +6369,8 @@ export declare function oneHundredAndFiveFromJSON(jsonString: string): SafeParse
|
|
|
6432
6369
|
export declare const OneHundredAndFour$inboundSchema: z.ZodType<OneHundredAndFour, z.ZodTypeDef, unknown>;
|
|
6433
6370
|
/** @internal */
|
|
6434
6371
|
export type OneHundredAndFour$Outbound = {
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
gitScope: string;
|
|
6372
|
+
instances: number;
|
|
6373
|
+
url: string;
|
|
6438
6374
|
};
|
|
6439
6375
|
/** @internal */
|
|
6440
6376
|
export declare const OneHundredAndFour$outboundSchema: z.ZodType<OneHundredAndFour$Outbound, z.ZodTypeDef, OneHundredAndFour>;
|
|
@@ -6444,10 +6380,9 @@ export declare function oneHundredAndFourFromJSON(jsonString: string): SafeParse
|
|
|
6444
6380
|
export declare const OneHundredAndThree$inboundSchema: z.ZodType<OneHundredAndThree, z.ZodTypeDef, unknown>;
|
|
6445
6381
|
/** @internal */
|
|
6446
6382
|
export type OneHundredAndThree$Outbound = {
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
newTargetPercentage?: number | undefined;
|
|
6383
|
+
gitProvider: string;
|
|
6384
|
+
gitProviderGroupDescriptor: string;
|
|
6385
|
+
gitScope: string;
|
|
6451
6386
|
};
|
|
6452
6387
|
/** @internal */
|
|
6453
6388
|
export declare const OneHundredAndThree$outboundSchema: z.ZodType<OneHundredAndThree$Outbound, z.ZodTypeDef, OneHundredAndThree>;
|
|
@@ -6460,6 +6395,7 @@ export type OneHundredAndTwo$Outbound = {
|
|
|
6460
6395
|
projectId: string;
|
|
6461
6396
|
projectName: string;
|
|
6462
6397
|
targetDeploymentId?: string | undefined;
|
|
6398
|
+
newTargetPercentage?: number | undefined;
|
|
6463
6399
|
};
|
|
6464
6400
|
/** @internal */
|
|
6465
6401
|
export declare const OneHundredAndTwo$outboundSchema: z.ZodType<OneHundredAndTwo$Outbound, z.ZodTypeDef, OneHundredAndTwo>;
|
|
@@ -6471,8 +6407,7 @@ export declare const OneHundredAndOne$inboundSchema: z.ZodType<OneHundredAndOne,
|
|
|
6471
6407
|
export type OneHundredAndOne$Outbound = {
|
|
6472
6408
|
projectId: string;
|
|
6473
6409
|
projectName: string;
|
|
6474
|
-
|
|
6475
|
-
oldElasticConcurrencyEnabled: boolean;
|
|
6410
|
+
targetDeploymentId?: string | undefined;
|
|
6476
6411
|
};
|
|
6477
6412
|
/** @internal */
|
|
6478
6413
|
export declare const OneHundredAndOne$outboundSchema: z.ZodType<OneHundredAndOne$Outbound, z.ZodTypeDef, OneHundredAndOne>;
|
|
@@ -6484,14 +6419,27 @@ export declare const OneHundred$inboundSchema: z.ZodType<OneHundred, z.ZodTypeDe
|
|
|
6484
6419
|
export type OneHundred$Outbound = {
|
|
6485
6420
|
projectId: string;
|
|
6486
6421
|
projectName: string;
|
|
6487
|
-
|
|
6488
|
-
|
|
6422
|
+
elasticConcurrencyEnabled: boolean;
|
|
6423
|
+
oldElasticConcurrencyEnabled: boolean;
|
|
6489
6424
|
};
|
|
6490
6425
|
/** @internal */
|
|
6491
6426
|
export declare const OneHundred$outboundSchema: z.ZodType<OneHundred$Outbound, z.ZodTypeDef, OneHundred>;
|
|
6492
6427
|
export declare function oneHundredToJSON(oneHundred: OneHundred): string;
|
|
6493
6428
|
export declare function oneHundredFromJSON(jsonString: string): SafeParseResult<OneHundred, SDKValidationError>;
|
|
6494
6429
|
/** @internal */
|
|
6430
|
+
export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6431
|
+
/** @internal */
|
|
6432
|
+
export type NinetyNine$Outbound = {
|
|
6433
|
+
projectId: string;
|
|
6434
|
+
projectName: string;
|
|
6435
|
+
buildMachineType?: string | undefined;
|
|
6436
|
+
oldBuildMachineType?: string | undefined;
|
|
6437
|
+
};
|
|
6438
|
+
/** @internal */
|
|
6439
|
+
export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6440
|
+
export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
|
|
6441
|
+
export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
|
|
6442
|
+
/** @internal */
|
|
6495
6443
|
export declare const StaticIps$inboundSchema: z.ZodType<StaticIps, z.ZodTypeDef, unknown>;
|
|
6496
6444
|
/** @internal */
|
|
6497
6445
|
export type StaticIps$Outbound = {
|
|
@@ -6504,21 +6452,21 @@ export declare const StaticIps$outboundSchema: z.ZodType<StaticIps$Outbound, z.Z
|
|
|
6504
6452
|
export declare function staticIpsToJSON(staticIps: StaticIps): string;
|
|
6505
6453
|
export declare function staticIpsFromJSON(jsonString: string): SafeParseResult<StaticIps, SDKValidationError>;
|
|
6506
6454
|
/** @internal */
|
|
6507
|
-
export declare const
|
|
6455
|
+
export declare const UserEventPayload98Project$inboundSchema: z.ZodType<UserEventPayload98Project, z.ZodTypeDef, unknown>;
|
|
6508
6456
|
/** @internal */
|
|
6509
|
-
export type
|
|
6457
|
+
export type UserEventPayload98Project$Outbound = {
|
|
6510
6458
|
id: string;
|
|
6511
6459
|
staticIps: StaticIps$Outbound;
|
|
6512
6460
|
};
|
|
6513
6461
|
/** @internal */
|
|
6514
|
-
export declare const
|
|
6515
|
-
export declare function
|
|
6516
|
-
export declare function
|
|
6462
|
+
export declare const UserEventPayload98Project$outboundSchema: z.ZodType<UserEventPayload98Project$Outbound, z.ZodTypeDef, UserEventPayload98Project>;
|
|
6463
|
+
export declare function userEventPayload98ProjectToJSON(userEventPayload98Project: UserEventPayload98Project): string;
|
|
6464
|
+
export declare function userEventPayload98ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload98Project, SDKValidationError>;
|
|
6517
6465
|
/** @internal */
|
|
6518
6466
|
export declare const Next$inboundSchema: z.ZodType<Next, z.ZodTypeDef, unknown>;
|
|
6519
6467
|
/** @internal */
|
|
6520
6468
|
export type Next$Outbound = {
|
|
6521
|
-
project:
|
|
6469
|
+
project: UserEventPayload98Project$Outbound;
|
|
6522
6470
|
};
|
|
6523
6471
|
/** @internal */
|
|
6524
6472
|
export declare const Next$outboundSchema: z.ZodType<Next$Outbound, z.ZodTypeDef, Next>;
|
|
@@ -6537,67 +6485,52 @@ export declare const PayloadStaticIps$outboundSchema: z.ZodType<PayloadStaticIps
|
|
|
6537
6485
|
export declare function payloadStaticIpsToJSON(payloadStaticIps: PayloadStaticIps): string;
|
|
6538
6486
|
export declare function payloadStaticIpsFromJSON(jsonString: string): SafeParseResult<PayloadStaticIps, SDKValidationError>;
|
|
6539
6487
|
/** @internal */
|
|
6540
|
-
export declare const
|
|
6488
|
+
export declare const UserEventPayload98PreviousProject$inboundSchema: z.ZodType<UserEventPayload98PreviousProject, z.ZodTypeDef, unknown>;
|
|
6541
6489
|
/** @internal */
|
|
6542
|
-
export type
|
|
6490
|
+
export type UserEventPayload98PreviousProject$Outbound = {
|
|
6543
6491
|
id: string;
|
|
6544
6492
|
staticIps: PayloadStaticIps$Outbound;
|
|
6545
6493
|
};
|
|
6546
6494
|
/** @internal */
|
|
6547
|
-
export declare const
|
|
6548
|
-
export declare function
|
|
6549
|
-
export declare function
|
|
6495
|
+
export declare const UserEventPayload98PreviousProject$outboundSchema: z.ZodType<UserEventPayload98PreviousProject$Outbound, z.ZodTypeDef, UserEventPayload98PreviousProject>;
|
|
6496
|
+
export declare function userEventPayload98PreviousProjectToJSON(userEventPayload98PreviousProject: UserEventPayload98PreviousProject): string;
|
|
6497
|
+
export declare function userEventPayload98PreviousProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload98PreviousProject, SDKValidationError>;
|
|
6550
6498
|
/** @internal */
|
|
6551
6499
|
export declare const Previous$inboundSchema: z.ZodType<Previous, z.ZodTypeDef, unknown>;
|
|
6552
6500
|
/** @internal */
|
|
6553
6501
|
export type Previous$Outbound = {
|
|
6554
|
-
project:
|
|
6502
|
+
project: UserEventPayload98PreviousProject$Outbound;
|
|
6555
6503
|
};
|
|
6556
6504
|
/** @internal */
|
|
6557
6505
|
export declare const Previous$outboundSchema: z.ZodType<Previous$Outbound, z.ZodTypeDef, Previous>;
|
|
6558
6506
|
export declare function previousToJSON(previous: Previous): string;
|
|
6559
6507
|
export declare function previousFromJSON(jsonString: string): SafeParseResult<Previous, SDKValidationError>;
|
|
6560
6508
|
/** @internal */
|
|
6561
|
-
export declare const NinetyNine$inboundSchema: z.ZodType<NinetyNine, z.ZodTypeDef, unknown>;
|
|
6562
|
-
/** @internal */
|
|
6563
|
-
export type NinetyNine$Outbound = {
|
|
6564
|
-
next: Next$Outbound;
|
|
6565
|
-
previous: Previous$Outbound;
|
|
6566
|
-
};
|
|
6567
|
-
/** @internal */
|
|
6568
|
-
export declare const NinetyNine$outboundSchema: z.ZodType<NinetyNine$Outbound, z.ZodTypeDef, NinetyNine>;
|
|
6569
|
-
export declare function ninetyNineToJSON(ninetyNine: NinetyNine): string;
|
|
6570
|
-
export declare function ninetyNineFromJSON(jsonString: string): SafeParseResult<NinetyNine, SDKValidationError>;
|
|
6571
|
-
/** @internal */
|
|
6572
6509
|
export declare const NinetyEight$inboundSchema: z.ZodType<NinetyEight, z.ZodTypeDef, unknown>;
|
|
6573
6510
|
/** @internal */
|
|
6574
6511
|
export type NinetyEight$Outbound = {
|
|
6575
|
-
|
|
6576
|
-
|
|
6512
|
+
next: Next$Outbound;
|
|
6513
|
+
previous: Previous$Outbound;
|
|
6577
6514
|
};
|
|
6578
6515
|
/** @internal */
|
|
6579
6516
|
export declare const NinetyEight$outboundSchema: z.ZodType<NinetyEight$Outbound, z.ZodTypeDef, NinetyEight>;
|
|
6580
6517
|
export declare function ninetyEightToJSON(ninetyEight: NinetyEight): string;
|
|
6581
6518
|
export declare function ninetyEightFromJSON(jsonString: string): SafeParseResult<NinetyEight, SDKValidationError>;
|
|
6582
6519
|
/** @internal */
|
|
6583
|
-
export declare const PayloadReasonCode$inboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6584
|
-
/** @internal */
|
|
6585
|
-
export declare const PayloadReasonCode$outboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6586
|
-
/** @internal */
|
|
6587
6520
|
export declare const NinetySeven$inboundSchema: z.ZodType<NinetySeven, z.ZodTypeDef, unknown>;
|
|
6588
6521
|
/** @internal */
|
|
6589
6522
|
export type NinetySeven$Outbound = {
|
|
6523
|
+
source: string;
|
|
6590
6524
|
projectId: string;
|
|
6591
|
-
reasonCode?: string | undefined;
|
|
6592
6525
|
};
|
|
6593
6526
|
/** @internal */
|
|
6594
6527
|
export declare const NinetySeven$outboundSchema: z.ZodType<NinetySeven$Outbound, z.ZodTypeDef, NinetySeven>;
|
|
6595
6528
|
export declare function ninetySevenToJSON(ninetySeven: NinetySeven): string;
|
|
6596
6529
|
export declare function ninetySevenFromJSON(jsonString: string): SafeParseResult<NinetySeven, SDKValidationError>;
|
|
6597
6530
|
/** @internal */
|
|
6598
|
-
export declare const
|
|
6531
|
+
export declare const PayloadReasonCode$inboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6599
6532
|
/** @internal */
|
|
6600
|
-
export declare const
|
|
6533
|
+
export declare const PayloadReasonCode$outboundSchema: z.ZodNativeEnum<typeof PayloadReasonCode>;
|
|
6601
6534
|
/** @internal */
|
|
6602
6535
|
export declare const NinetySix$inboundSchema: z.ZodType<NinetySix, z.ZodTypeDef, unknown>;
|
|
6603
6536
|
/** @internal */
|
|
@@ -6610,16 +6543,31 @@ export declare const NinetySix$outboundSchema: z.ZodType<NinetySix$Outbound, z.Z
|
|
|
6610
6543
|
export declare function ninetySixToJSON(ninetySix: NinetySix): string;
|
|
6611
6544
|
export declare function ninetySixFromJSON(jsonString: string): SafeParseResult<NinetySix, SDKValidationError>;
|
|
6612
6545
|
/** @internal */
|
|
6613
|
-
export declare const
|
|
6546
|
+
export declare const ReasonCode$inboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
|
|
6547
|
+
/** @internal */
|
|
6548
|
+
export declare const ReasonCode$outboundSchema: z.ZodNativeEnum<typeof ReasonCode>;
|
|
6549
|
+
/** @internal */
|
|
6550
|
+
export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
|
|
6551
|
+
/** @internal */
|
|
6552
|
+
export type NinetyFive$Outbound = {
|
|
6553
|
+
projectId: string;
|
|
6554
|
+
reasonCode?: string | undefined;
|
|
6555
|
+
};
|
|
6556
|
+
/** @internal */
|
|
6557
|
+
export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
|
|
6558
|
+
export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
|
|
6559
|
+
export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
|
|
6614
6560
|
/** @internal */
|
|
6615
|
-
export
|
|
6561
|
+
export declare const UserEventPayload94Team$inboundSchema: z.ZodType<UserEventPayload94Team, z.ZodTypeDef, unknown>;
|
|
6562
|
+
/** @internal */
|
|
6563
|
+
export type UserEventPayload94Team$Outbound = {
|
|
6616
6564
|
id: string;
|
|
6617
6565
|
name: string;
|
|
6618
6566
|
};
|
|
6619
6567
|
/** @internal */
|
|
6620
|
-
export declare const
|
|
6621
|
-
export declare function
|
|
6622
|
-
export declare function
|
|
6568
|
+
export declare const UserEventPayload94Team$outboundSchema: z.ZodType<UserEventPayload94Team$Outbound, z.ZodTypeDef, UserEventPayload94Team>;
|
|
6569
|
+
export declare function userEventPayload94TeamToJSON(userEventPayload94Team: UserEventPayload94Team): string;
|
|
6570
|
+
export declare function userEventPayload94TeamFromJSON(jsonString: string): SafeParseResult<UserEventPayload94Team, SDKValidationError>;
|
|
6623
6571
|
/** @internal */
|
|
6624
6572
|
export declare const EnvId2$inboundSchema: z.ZodNativeEnum<typeof EnvId2>;
|
|
6625
6573
|
/** @internal */
|
|
@@ -6701,56 +6649,58 @@ export declare const NewConnectConfigurations$outboundSchema: z.ZodType<NewConne
|
|
|
6701
6649
|
export declare function newConnectConfigurationsToJSON(newConnectConfigurations: NewConnectConfigurations): string;
|
|
6702
6650
|
export declare function newConnectConfigurationsFromJSON(jsonString: string): SafeParseResult<NewConnectConfigurations, SDKValidationError>;
|
|
6703
6651
|
/** @internal */
|
|
6704
|
-
export declare const
|
|
6652
|
+
export declare const UserEventPayload94Project$inboundSchema: z.ZodType<UserEventPayload94Project, z.ZodTypeDef, unknown>;
|
|
6705
6653
|
/** @internal */
|
|
6706
|
-
export type
|
|
6654
|
+
export type UserEventPayload94Project$Outbound = {
|
|
6707
6655
|
id: string;
|
|
6708
6656
|
name?: string | undefined;
|
|
6709
6657
|
oldConnectConfigurations: Array<OldConnectConfigurations$Outbound> | null;
|
|
6710
6658
|
newConnectConfigurations: Array<NewConnectConfigurations$Outbound> | null;
|
|
6711
6659
|
};
|
|
6712
6660
|
/** @internal */
|
|
6713
|
-
export declare const
|
|
6714
|
-
export declare function
|
|
6715
|
-
export declare function
|
|
6716
|
-
/** @internal */
|
|
6717
|
-
export declare const NinetyFive$inboundSchema: z.ZodType<NinetyFive, z.ZodTypeDef, unknown>;
|
|
6718
|
-
/** @internal */
|
|
6719
|
-
export type NinetyFive$Outbound = {
|
|
6720
|
-
team: UserEventPayload95Team$Outbound;
|
|
6721
|
-
project: UserEventPayload95Project$Outbound;
|
|
6722
|
-
};
|
|
6723
|
-
/** @internal */
|
|
6724
|
-
export declare const NinetyFive$outboundSchema: z.ZodType<NinetyFive$Outbound, z.ZodTypeDef, NinetyFive>;
|
|
6725
|
-
export declare function ninetyFiveToJSON(ninetyFive: NinetyFive): string;
|
|
6726
|
-
export declare function ninetyFiveFromJSON(jsonString: string): SafeParseResult<NinetyFive, SDKValidationError>;
|
|
6661
|
+
export declare const UserEventPayload94Project$outboundSchema: z.ZodType<UserEventPayload94Project$Outbound, z.ZodTypeDef, UserEventPayload94Project>;
|
|
6662
|
+
export declare function userEventPayload94ProjectToJSON(userEventPayload94Project: UserEventPayload94Project): string;
|
|
6663
|
+
export declare function userEventPayload94ProjectFromJSON(jsonString: string): SafeParseResult<UserEventPayload94Project, SDKValidationError>;
|
|
6727
6664
|
/** @internal */
|
|
6728
6665
|
export declare const NinetyFour$inboundSchema: z.ZodType<NinetyFour, z.ZodTypeDef, unknown>;
|
|
6729
6666
|
/** @internal */
|
|
6730
6667
|
export type NinetyFour$Outbound = {
|
|
6731
|
-
|
|
6732
|
-
|
|
6668
|
+
team: UserEventPayload94Team$Outbound;
|
|
6669
|
+
project: UserEventPayload94Project$Outbound;
|
|
6733
6670
|
};
|
|
6734
6671
|
/** @internal */
|
|
6735
6672
|
export declare const NinetyFour$outboundSchema: z.ZodType<NinetyFour$Outbound, z.ZodTypeDef, NinetyFour>;
|
|
6736
6673
|
export declare function ninetyFourToJSON(ninetyFour: NinetyFour): string;
|
|
6737
6674
|
export declare function ninetyFourFromJSON(jsonString: string): SafeParseResult<NinetyFour, SDKValidationError>;
|
|
6738
6675
|
/** @internal */
|
|
6739
|
-
export declare const UserEventPayload93Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload93Action>;
|
|
6740
|
-
/** @internal */
|
|
6741
|
-
export declare const UserEventPayload93Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload93Action>;
|
|
6742
|
-
/** @internal */
|
|
6743
6676
|
export declare const NinetyThree$inboundSchema: z.ZodType<NinetyThree, z.ZodTypeDef, unknown>;
|
|
6744
6677
|
/** @internal */
|
|
6745
6678
|
export type NinetyThree$Outbound = {
|
|
6746
|
-
|
|
6747
|
-
|
|
6679
|
+
name: string;
|
|
6680
|
+
ownerId: string;
|
|
6748
6681
|
};
|
|
6749
6682
|
/** @internal */
|
|
6750
6683
|
export declare const NinetyThree$outboundSchema: z.ZodType<NinetyThree$Outbound, z.ZodTypeDef, NinetyThree>;
|
|
6751
6684
|
export declare function ninetyThreeToJSON(ninetyThree: NinetyThree): string;
|
|
6752
6685
|
export declare function ninetyThreeFromJSON(jsonString: string): SafeParseResult<NinetyThree, SDKValidationError>;
|
|
6753
6686
|
/** @internal */
|
|
6687
|
+
export declare const UserEventPayload92Action$inboundSchema: z.ZodNativeEnum<typeof UserEventPayload92Action>;
|
|
6688
|
+
/** @internal */
|
|
6689
|
+
export declare const UserEventPayload92Action$outboundSchema: z.ZodNativeEnum<typeof UserEventPayload92Action>;
|
|
6690
|
+
/** @internal */
|
|
6691
|
+
export declare const NinetyTwo$inboundSchema: z.ZodType<NinetyTwo, z.ZodTypeDef, unknown>;
|
|
6692
|
+
/** @internal */
|
|
6693
|
+
export type NinetyTwo$Outbound = {
|
|
6694
|
+
projectName: string;
|
|
6695
|
+
action: string;
|
|
6696
|
+
isEnvVar?: boolean | undefined;
|
|
6697
|
+
note?: string | undefined;
|
|
6698
|
+
};
|
|
6699
|
+
/** @internal */
|
|
6700
|
+
export declare const NinetyTwo$outboundSchema: z.ZodType<NinetyTwo$Outbound, z.ZodTypeDef, NinetyTwo>;
|
|
6701
|
+
export declare function ninetyTwoToJSON(ninetyTwo: NinetyTwo): string;
|
|
6702
|
+
export declare function ninetyTwoFromJSON(jsonString: string): SafeParseResult<NinetyTwo, SDKValidationError>;
|
|
6703
|
+
/** @internal */
|
|
6754
6704
|
export declare const Paths$inboundSchema: z.ZodType<Paths, z.ZodTypeDef, unknown>;
|
|
6755
6705
|
/** @internal */
|
|
6756
6706
|
export type Paths$Outbound = {
|
|
@@ -6791,17 +6741,17 @@ export declare const OldOptionsAllowlist$outboundSchema: z.ZodType<OldOptionsAll
|
|
|
6791
6741
|
export declare function oldOptionsAllowlistToJSON(oldOptionsAllowlist: OldOptionsAllowlist): string;
|
|
6792
6742
|
export declare function oldOptionsAllowlistFromJSON(jsonString: string): SafeParseResult<OldOptionsAllowlist, SDKValidationError>;
|
|
6793
6743
|
/** @internal */
|
|
6794
|
-
export declare const
|
|
6744
|
+
export declare const NinetyOne$inboundSchema: z.ZodType<NinetyOne, z.ZodTypeDef, unknown>;
|
|
6795
6745
|
/** @internal */
|
|
6796
|
-
export type
|
|
6746
|
+
export type NinetyOne$Outbound = {
|
|
6797
6747
|
projectName: string;
|
|
6798
6748
|
optionsAllowlist?: OptionsAllowlist$Outbound | null | undefined;
|
|
6799
6749
|
oldOptionsAllowlist?: OldOptionsAllowlist$Outbound | null | undefined;
|
|
6800
6750
|
};
|
|
6801
6751
|
/** @internal */
|
|
6802
|
-
export declare const
|
|
6803
|
-
export declare function
|
|
6804
|
-
export declare function
|
|
6752
|
+
export declare const NinetyOne$outboundSchema: z.ZodType<NinetyOne$Outbound, z.ZodTypeDef, NinetyOne>;
|
|
6753
|
+
export declare function ninetyOneToJSON(ninetyOne: NinetyOne): string;
|
|
6754
|
+
export declare function ninetyOneFromJSON(jsonString: string): SafeParseResult<NinetyOne, SDKValidationError>;
|
|
6805
6755
|
/** @internal */
|
|
6806
6756
|
export declare const TrustedIps$inboundSchema: z.ZodNativeEnum<typeof TrustedIps>;
|
|
6807
6757
|
/** @internal */
|
|
@@ -6811,9 +6761,9 @@ export declare const OldTrustedIps$inboundSchema: z.ZodNativeEnum<typeof OldTrus
|
|
|
6811
6761
|
/** @internal */
|
|
6812
6762
|
export declare const OldTrustedIps$outboundSchema: z.ZodNativeEnum<typeof OldTrustedIps>;
|
|
6813
6763
|
/** @internal */
|
|
6814
|
-
export declare const
|
|
6764
|
+
export declare const Ninety$inboundSchema: z.ZodType<Ninety, z.ZodTypeDef, unknown>;
|
|
6815
6765
|
/** @internal */
|
|
6816
|
-
export type
|
|
6766
|
+
export type Ninety$Outbound = {
|
|
6817
6767
|
projectName: string;
|
|
6818
6768
|
trustedIps?: string | null | undefined;
|
|
6819
6769
|
oldTrustedIps?: string | null | undefined;
|
|
@@ -6821,9 +6771,9 @@ export type NinetyOne$Outbound = {
|
|
|
6821
6771
|
removedAddresses?: Array<string> | null | undefined;
|
|
6822
6772
|
};
|
|
6823
6773
|
/** @internal */
|
|
6824
|
-
export declare const
|
|
6825
|
-
export declare function
|
|
6826
|
-
export declare function
|
|
6774
|
+
export declare const Ninety$outboundSchema: z.ZodType<Ninety$Outbound, z.ZodTypeDef, Ninety>;
|
|
6775
|
+
export declare function ninetyToJSON(ninety: Ninety): string;
|
|
6776
|
+
export declare function ninetyFromJSON(jsonString: string): SafeParseResult<Ninety, SDKValidationError>;
|
|
6827
6777
|
/** @internal */
|
|
6828
6778
|
export declare const PasswordProtection2$inboundSchema: z.ZodNativeEnum<typeof PasswordProtection2>;
|
|
6829
6779
|
/** @internal */
|
|
@@ -6877,17 +6827,17 @@ export declare const OldPasswordProtection$outboundSchema: z.ZodType<OldPassword
|
|
|
6877
6827
|
export declare function oldPasswordProtectionToJSON(oldPasswordProtection: OldPasswordProtection): string;
|
|
6878
6828
|
export declare function oldPasswordProtectionFromJSON(jsonString: string): SafeParseResult<OldPasswordProtection, SDKValidationError>;
|
|
6879
6829
|
/** @internal */
|
|
6880
|
-
export declare const
|
|
6830
|
+
export declare const EightyNine$inboundSchema: z.ZodType<EightyNine, z.ZodTypeDef, unknown>;
|
|
6881
6831
|
/** @internal */
|
|
6882
|
-
export type
|
|
6832
|
+
export type EightyNine$Outbound = {
|
|
6883
6833
|
projectName: string;
|
|
6884
6834
|
passwordProtection: PasswordProtection1$Outbound | string | null;
|
|
6885
6835
|
oldPasswordProtection: OldPasswordProtection1$Outbound | string | null;
|
|
6886
6836
|
};
|
|
6887
6837
|
/** @internal */
|
|
6888
|
-
export declare const
|
|
6889
|
-
export declare function
|
|
6890
|
-
export declare function
|
|
6838
|
+
export declare const EightyNine$outboundSchema: z.ZodType<EightyNine$Outbound, z.ZodTypeDef, EightyNine>;
|
|
6839
|
+
export declare function eightyNineToJSON(eightyNine: EightyNine): string;
|
|
6840
|
+
export declare function eightyNineFromJSON(jsonString: string): SafeParseResult<EightyNine, SDKValidationError>;
|
|
6891
6841
|
/** @internal */
|
|
6892
6842
|
export declare const SsoProtection2$inboundSchema: z.ZodNativeEnum<typeof SsoProtection2>;
|
|
6893
6843
|
/** @internal */
|
|
@@ -6897,10 +6847,15 @@ export declare const DeploymentType$inboundSchema: z.ZodNativeEnum<typeof Deploy
|
|
|
6897
6847
|
/** @internal */
|
|
6898
6848
|
export declare const DeploymentType$outboundSchema: z.ZodNativeEnum<typeof DeploymentType>;
|
|
6899
6849
|
/** @internal */
|
|
6850
|
+
export declare const Cve55182MigrationAppliedFrom$inboundSchema: z.ZodNativeEnum<typeof Cve55182MigrationAppliedFrom>;
|
|
6851
|
+
/** @internal */
|
|
6852
|
+
export declare const Cve55182MigrationAppliedFrom$outboundSchema: z.ZodNativeEnum<typeof Cve55182MigrationAppliedFrom>;
|
|
6853
|
+
/** @internal */
|
|
6900
6854
|
export declare const SsoProtection1$inboundSchema: z.ZodType<SsoProtection1, z.ZodTypeDef, unknown>;
|
|
6901
6855
|
/** @internal */
|
|
6902
6856
|
export type SsoProtection1$Outbound = {
|
|
6903
6857
|
deploymentType: string;
|
|
6858
|
+
cve55182MigrationAppliedFrom?: string | null | undefined;
|
|
6904
6859
|
};
|
|
6905
6860
|
/** @internal */
|
|
6906
6861
|
export declare const SsoProtection1$outboundSchema: z.ZodType<SsoProtection1$Outbound, z.ZodTypeDef, SsoProtection1>;
|
|
@@ -6923,10 +6878,15 @@ export declare const OldSsoProtectionDeploymentType$inboundSchema: z.ZodNativeEn
|
|
|
6923
6878
|
/** @internal */
|
|
6924
6879
|
export declare const OldSsoProtectionDeploymentType$outboundSchema: z.ZodNativeEnum<typeof OldSsoProtectionDeploymentType>;
|
|
6925
6880
|
/** @internal */
|
|
6881
|
+
export declare const OldSsoProtectionCve55182MigrationAppliedFrom$inboundSchema: z.ZodNativeEnum<typeof OldSsoProtectionCve55182MigrationAppliedFrom>;
|
|
6882
|
+
/** @internal */
|
|
6883
|
+
export declare const OldSsoProtectionCve55182MigrationAppliedFrom$outboundSchema: z.ZodNativeEnum<typeof OldSsoProtectionCve55182MigrationAppliedFrom>;
|
|
6884
|
+
/** @internal */
|
|
6926
6885
|
export declare const OldSsoProtection1$inboundSchema: z.ZodType<OldSsoProtection1, z.ZodTypeDef, unknown>;
|
|
6927
6886
|
/** @internal */
|
|
6928
6887
|
export type OldSsoProtection1$Outbound = {
|
|
6929
6888
|
deploymentType: string;
|
|
6889
|
+
cve55182MigrationAppliedFrom?: string | null | undefined;
|
|
6930
6890
|
};
|
|
6931
6891
|
/** @internal */
|
|
6932
6892
|
export declare const OldSsoProtection1$outboundSchema: z.ZodType<OldSsoProtection1$Outbound, z.ZodTypeDef, OldSsoProtection1>;
|
|
@@ -6941,32 +6901,32 @@ export declare const OldSsoProtection$outboundSchema: z.ZodType<OldSsoProtection
|
|
|
6941
6901
|
export declare function oldSsoProtectionToJSON(oldSsoProtection: OldSsoProtection): string;
|
|
6942
6902
|
export declare function oldSsoProtectionFromJSON(jsonString: string): SafeParseResult<OldSsoProtection, SDKValidationError>;
|
|
6943
6903
|
/** @internal */
|
|
6944
|
-
export declare const
|
|
6904
|
+
export declare const EightyEight$inboundSchema: z.ZodType<EightyEight, z.ZodTypeDef, unknown>;
|
|
6945
6905
|
/** @internal */
|
|
6946
|
-
export type
|
|
6906
|
+
export type EightyEight$Outbound = {
|
|
6947
6907
|
projectName: string;
|
|
6948
6908
|
ssoProtection: SsoProtection1$Outbound | string | null;
|
|
6949
6909
|
oldSsoProtection: OldSsoProtection1$Outbound | string | null;
|
|
6950
6910
|
};
|
|
6951
6911
|
/** @internal */
|
|
6952
|
-
export declare const
|
|
6953
|
-
export declare function
|
|
6954
|
-
export declare function
|
|
6912
|
+
export declare const EightyEight$outboundSchema: z.ZodType<EightyEight$Outbound, z.ZodTypeDef, EightyEight>;
|
|
6913
|
+
export declare function eightyEightToJSON(eightyEight: EightyEight): string;
|
|
6914
|
+
export declare function eightyEightFromJSON(jsonString: string): SafeParseResult<EightyEight, SDKValidationError>;
|
|
6955
6915
|
/** @internal */
|
|
6956
|
-
export declare const
|
|
6916
|
+
export declare const EightySeven$inboundSchema: z.ZodType<EightySeven, z.ZodTypeDef, unknown>;
|
|
6957
6917
|
/** @internal */
|
|
6958
|
-
export type
|
|
6918
|
+
export type EightySeven$Outbound = {
|
|
6959
6919
|
projectName?: string | undefined;
|
|
6960
6920
|
projectId: string;
|
|
6961
6921
|
};
|
|
6962
6922
|
/** @internal */
|
|
6963
|
-
export declare const
|
|
6964
|
-
export declare function
|
|
6965
|
-
export declare function
|
|
6923
|
+
export declare const EightySeven$outboundSchema: z.ZodType<EightySeven$Outbound, z.ZodTypeDef, EightySeven>;
|
|
6924
|
+
export declare function eightySevenToJSON(eightySeven: EightySeven): string;
|
|
6925
|
+
export declare function eightySevenFromJSON(jsonString: string): SafeParseResult<EightySeven, SDKValidationError>;
|
|
6966
6926
|
/** @internal */
|
|
6967
|
-
export declare const
|
|
6927
|
+
export declare const EightySix$inboundSchema: z.ZodType<EightySix, z.ZodTypeDef, unknown>;
|
|
6968
6928
|
/** @internal */
|
|
6969
|
-
export type
|
|
6929
|
+
export type EightySix$Outbound = {
|
|
6970
6930
|
projectName?: string | undefined;
|
|
6971
6931
|
projectId: string;
|
|
6972
6932
|
projectAnalytics?: {
|
|
@@ -6977,9 +6937,9 @@ export type EightySeven$Outbound = {
|
|
|
6977
6937
|
} | null | undefined;
|
|
6978
6938
|
};
|
|
6979
6939
|
/** @internal */
|
|
6980
|
-
export declare const
|
|
6981
|
-
export declare function
|
|
6982
|
-
export declare function
|
|
6940
|
+
export declare const EightySix$outboundSchema: z.ZodType<EightySix$Outbound, z.ZodTypeDef, EightySix>;
|
|
6941
|
+
export declare function eightySixToJSON(eightySix: EightySix): string;
|
|
6942
|
+
export declare function eightySixFromJSON(jsonString: string): SafeParseResult<EightySix, SDKValidationError>;
|
|
6983
6943
|
/** @internal */
|
|
6984
6944
|
export declare const ProjectAnalytics$inboundSchema: z.ZodType<ProjectAnalytics, z.ZodTypeDef, unknown>;
|
|
6985
6945
|
/** @internal */
|
|
@@ -7013,29 +6973,29 @@ export declare const PrevProjectAnalytics$outboundSchema: z.ZodType<PrevProjectA
|
|
|
7013
6973
|
export declare function prevProjectAnalyticsToJSON(prevProjectAnalytics: PrevProjectAnalytics): string;
|
|
7014
6974
|
export declare function prevProjectAnalyticsFromJSON(jsonString: string): SafeParseResult<PrevProjectAnalytics, SDKValidationError>;
|
|
7015
6975
|
/** @internal */
|
|
7016
|
-
export declare const
|
|
6976
|
+
export declare const EightyFive$inboundSchema: z.ZodType<EightyFive, z.ZodTypeDef, unknown>;
|
|
7017
6977
|
/** @internal */
|
|
7018
|
-
export type
|
|
6978
|
+
export type EightyFive$Outbound = {
|
|
7019
6979
|
projectName?: string | undefined;
|
|
7020
6980
|
projectId: string;
|
|
7021
6981
|
projectAnalytics: ProjectAnalytics$Outbound | null;
|
|
7022
6982
|
prevProjectAnalytics: PrevProjectAnalytics$Outbound | null;
|
|
7023
6983
|
};
|
|
7024
6984
|
/** @internal */
|
|
7025
|
-
export declare const
|
|
7026
|
-
export declare function
|
|
7027
|
-
export declare function
|
|
6985
|
+
export declare const EightyFive$outboundSchema: z.ZodType<EightyFive$Outbound, z.ZodTypeDef, EightyFive>;
|
|
6986
|
+
export declare function eightyFiveToJSON(eightyFive: EightyFive): string;
|
|
6987
|
+
export declare function eightyFiveFromJSON(jsonString: string): SafeParseResult<EightyFive, SDKValidationError>;
|
|
7028
6988
|
/** @internal */
|
|
7029
|
-
export declare const
|
|
6989
|
+
export declare const EightyFour$inboundSchema: z.ZodType<EightyFour, z.ZodTypeDef, unknown>;
|
|
7030
6990
|
/** @internal */
|
|
7031
|
-
export type
|
|
6991
|
+
export type EightyFour$Outbound = {
|
|
7032
6992
|
projectName: string;
|
|
7033
6993
|
branch: string;
|
|
7034
6994
|
};
|
|
7035
6995
|
/** @internal */
|
|
7036
|
-
export declare const
|
|
7037
|
-
export declare function
|
|
7038
|
-
export declare function
|
|
6996
|
+
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
6997
|
+
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
6998
|
+
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7039
6999
|
/** @internal */
|
|
7040
7000
|
export declare const UserEventPayloadRole$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadRole>;
|
|
7041
7001
|
/** @internal */
|
|
@@ -7086,9 +7046,9 @@ export declare const RemovedUsers$outboundSchema: z.ZodType<RemovedUsers$Outboun
|
|
|
7086
7046
|
export declare function removedUsersToJSON(removedUsers: RemovedUsers): string;
|
|
7087
7047
|
export declare function removedUsersFromJSON(jsonString: string): SafeParseResult<RemovedUsers, SDKValidationError>;
|
|
7088
7048
|
/** @internal */
|
|
7089
|
-
export declare const
|
|
7049
|
+
export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
|
|
7090
7050
|
/** @internal */
|
|
7091
|
-
export type
|
|
7051
|
+
export type EightyThree$Outbound = {
|
|
7092
7052
|
plan: string;
|
|
7093
7053
|
removedUsers?: {
|
|
7094
7054
|
[k: string]: RemovedUsers$Outbound;
|
|
@@ -7105,16 +7065,6 @@ export type EightyFour$Outbound = {
|
|
|
7105
7065
|
removedMemberCount?: number | undefined;
|
|
7106
7066
|
};
|
|
7107
7067
|
/** @internal */
|
|
7108
|
-
export declare const EightyFour$outboundSchema: z.ZodType<EightyFour$Outbound, z.ZodTypeDef, EightyFour>;
|
|
7109
|
-
export declare function eightyFourToJSON(eightyFour: EightyFour): string;
|
|
7110
|
-
export declare function eightyFourFromJSON(jsonString: string): SafeParseResult<EightyFour, SDKValidationError>;
|
|
7111
|
-
/** @internal */
|
|
7112
|
-
export declare const EightyThree$inboundSchema: z.ZodType<EightyThree, z.ZodTypeDef, unknown>;
|
|
7113
|
-
/** @internal */
|
|
7114
|
-
export type EightyThree$Outbound = {
|
|
7115
|
-
projectName: string;
|
|
7116
|
-
};
|
|
7117
|
-
/** @internal */
|
|
7118
7068
|
export declare const EightyThree$outboundSchema: z.ZodType<EightyThree$Outbound, z.ZodTypeDef, EightyThree>;
|
|
7119
7069
|
export declare function eightyThreeToJSON(eightyThree: EightyThree): string;
|
|
7120
7070
|
export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult<EightyThree, SDKValidationError>;
|
|
@@ -7122,8 +7072,6 @@ export declare function eightyThreeFromJSON(jsonString: string): SafeParseResult
|
|
|
7122
7072
|
export declare const EightyTwo$inboundSchema: z.ZodType<EightyTwo, z.ZodTypeDef, unknown>;
|
|
7123
7073
|
/** @internal */
|
|
7124
7074
|
export type EightyTwo$Outbound = {
|
|
7125
|
-
projectId: string;
|
|
7126
|
-
toDeploymentId: string;
|
|
7127
7075
|
projectName: string;
|
|
7128
7076
|
};
|
|
7129
7077
|
/** @internal */
|
|
@@ -7134,8 +7082,9 @@ export declare function eightyTwoFromJSON(jsonString: string): SafeParseResult<E
|
|
|
7134
7082
|
export declare const EightyOne$inboundSchema: z.ZodType<EightyOne, z.ZodTypeDef, unknown>;
|
|
7135
7083
|
/** @internal */
|
|
7136
7084
|
export type EightyOne$Outbound = {
|
|
7137
|
-
|
|
7138
|
-
|
|
7085
|
+
projectId: string;
|
|
7086
|
+
toDeploymentId: string;
|
|
7087
|
+
projectName: string;
|
|
7139
7088
|
};
|
|
7140
7089
|
/** @internal */
|
|
7141
7090
|
export declare const EightyOne$outboundSchema: z.ZodType<EightyOne$Outbound, z.ZodTypeDef, EightyOne>;
|
|
@@ -7145,7 +7094,7 @@ export declare function eightyOneFromJSON(jsonString: string): SafeParseResult<E
|
|
|
7145
7094
|
export declare const Eighty$inboundSchema: z.ZodType<Eighty, z.ZodTypeDef, unknown>;
|
|
7146
7095
|
/** @internal */
|
|
7147
7096
|
export type Eighty$Outbound = {
|
|
7148
|
-
|
|
7097
|
+
drainUrl: string | null;
|
|
7149
7098
|
integrationName?: string | undefined;
|
|
7150
7099
|
};
|
|
7151
7100
|
/** @internal */
|
|
@@ -7156,7 +7105,7 @@ export declare function eightyFromJSON(jsonString: string): SafeParseResult<Eigh
|
|
|
7156
7105
|
export declare const SeventyNine$inboundSchema: z.ZodType<SeventyNine, z.ZodTypeDef, unknown>;
|
|
7157
7106
|
/** @internal */
|
|
7158
7107
|
export type SeventyNine$Outbound = {
|
|
7159
|
-
logDrainUrl: string
|
|
7108
|
+
logDrainUrl: string;
|
|
7160
7109
|
integrationName?: string | undefined;
|
|
7161
7110
|
};
|
|
7162
7111
|
/** @internal */
|
|
@@ -7164,136 +7113,11 @@ export declare const SeventyNine$outboundSchema: z.ZodType<SeventyNine$Outbound,
|
|
|
7164
7113
|
export declare function seventyNineToJSON(seventyNine: SeventyNine): string;
|
|
7165
7114
|
export declare function seventyNineFromJSON(jsonString: string): SafeParseResult<SeventyNine, SDKValidationError>;
|
|
7166
7115
|
/** @internal */
|
|
7167
|
-
export declare const PayloadName$inboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7168
|
-
/** @internal */
|
|
7169
|
-
export declare const PayloadName$outboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7170
|
-
/** @internal */
|
|
7171
|
-
export declare const Browser$inboundSchema: z.ZodType<Browser, z.ZodTypeDef, unknown>;
|
|
7172
|
-
/** @internal */
|
|
7173
|
-
export type Browser$Outbound = {
|
|
7174
|
-
name: string;
|
|
7175
|
-
};
|
|
7176
|
-
/** @internal */
|
|
7177
|
-
export declare const Browser$outboundSchema: z.ZodType<Browser$Outbound, z.ZodTypeDef, Browser>;
|
|
7178
|
-
export declare function browserToJSON(browser: Browser): string;
|
|
7179
|
-
export declare function browserFromJSON(jsonString: string): SafeParseResult<Browser, SDKValidationError>;
|
|
7180
|
-
/** @internal */
|
|
7181
|
-
export declare const UserEventPayloadName$inboundSchema: z.ZodNativeEnum<typeof UserEventPayloadName>;
|
|
7182
|
-
/** @internal */
|
|
7183
|
-
export declare const UserEventPayloadName$outboundSchema: z.ZodNativeEnum<typeof UserEventPayloadName>;
|
|
7184
|
-
/** @internal */
|
|
7185
|
-
export declare const Os$inboundSchema: z.ZodType<Os, z.ZodTypeDef, unknown>;
|
|
7186
|
-
/** @internal */
|
|
7187
|
-
export type Os$Outbound = {
|
|
7188
|
-
name: string;
|
|
7189
|
-
};
|
|
7190
|
-
/** @internal */
|
|
7191
|
-
export declare const Os$outboundSchema: z.ZodType<Os$Outbound, z.ZodTypeDef, Os>;
|
|
7192
|
-
export declare function osToJSON(os: Os): string;
|
|
7193
|
-
export declare function osFromJSON(jsonString: string): SafeParseResult<Os, SDKValidationError>;
|
|
7194
|
-
/** @internal */
|
|
7195
|
-
export declare const UserAgent$inboundSchema: z.ZodType<UserAgent, z.ZodTypeDef, unknown>;
|
|
7196
|
-
/** @internal */
|
|
7197
|
-
export type UserAgent$Outbound = {
|
|
7198
|
-
browser: Browser$Outbound;
|
|
7199
|
-
ua: string;
|
|
7200
|
-
program: string;
|
|
7201
|
-
os: Os$Outbound;
|
|
7202
|
-
};
|
|
7203
|
-
/** @internal */
|
|
7204
|
-
export declare const UserAgent$outboundSchema: z.ZodType<UserAgent$Outbound, z.ZodTypeDef, UserAgent>;
|
|
7205
|
-
export declare function userAgentToJSON(userAgent: UserAgent): string;
|
|
7206
|
-
export declare function userAgentFromJSON(jsonString: string): SafeParseResult<UserAgent, SDKValidationError>;
|
|
7207
|
-
/** @internal */
|
|
7208
|
-
export declare const Names$inboundSchema: z.ZodType<Names, z.ZodTypeDef, unknown>;
|
|
7209
|
-
/** @internal */
|
|
7210
|
-
export type Names$Outbound = {
|
|
7211
|
-
en: string;
|
|
7212
|
-
};
|
|
7213
|
-
/** @internal */
|
|
7214
|
-
export declare const Names$outboundSchema: z.ZodType<Names$Outbound, z.ZodTypeDef, Names>;
|
|
7215
|
-
export declare function namesToJSON(names: Names): string;
|
|
7216
|
-
export declare function namesFromJSON(jsonString: string): SafeParseResult<Names, SDKValidationError>;
|
|
7217
|
-
/** @internal */
|
|
7218
|
-
export declare const City$inboundSchema: z.ZodType<City, z.ZodTypeDef, unknown>;
|
|
7219
|
-
/** @internal */
|
|
7220
|
-
export type City$Outbound = {
|
|
7221
|
-
names: Names$Outbound;
|
|
7222
|
-
};
|
|
7223
|
-
/** @internal */
|
|
7224
|
-
export declare const City$outboundSchema: z.ZodType<City$Outbound, z.ZodTypeDef, City>;
|
|
7225
|
-
export declare function cityToJSON(city: City): string;
|
|
7226
|
-
export declare function cityFromJSON(jsonString: string): SafeParseResult<City, SDKValidationError>;
|
|
7227
|
-
/** @internal */
|
|
7228
|
-
export declare const PayloadNames$inboundSchema: z.ZodType<PayloadNames, z.ZodTypeDef, unknown>;
|
|
7229
|
-
/** @internal */
|
|
7230
|
-
export type PayloadNames$Outbound = {
|
|
7231
|
-
en: string;
|
|
7232
|
-
};
|
|
7233
|
-
/** @internal */
|
|
7234
|
-
export declare const PayloadNames$outboundSchema: z.ZodType<PayloadNames$Outbound, z.ZodTypeDef, PayloadNames>;
|
|
7235
|
-
export declare function payloadNamesToJSON(payloadNames: PayloadNames): string;
|
|
7236
|
-
export declare function payloadNamesFromJSON(jsonString: string): SafeParseResult<PayloadNames, SDKValidationError>;
|
|
7237
|
-
/** @internal */
|
|
7238
|
-
export declare const Country$inboundSchema: z.ZodType<Country, z.ZodTypeDef, unknown>;
|
|
7239
|
-
/** @internal */
|
|
7240
|
-
export type Country$Outbound = {
|
|
7241
|
-
names: PayloadNames$Outbound;
|
|
7242
|
-
};
|
|
7243
|
-
/** @internal */
|
|
7244
|
-
export declare const Country$outboundSchema: z.ZodType<Country$Outbound, z.ZodTypeDef, Country>;
|
|
7245
|
-
export declare function countryToJSON(country: Country): string;
|
|
7246
|
-
export declare function countryFromJSON(jsonString: string): SafeParseResult<Country, SDKValidationError>;
|
|
7247
|
-
/** @internal */
|
|
7248
|
-
export declare const UserEventPayloadNames$inboundSchema: z.ZodType<UserEventPayloadNames, z.ZodTypeDef, unknown>;
|
|
7249
|
-
/** @internal */
|
|
7250
|
-
export type UserEventPayloadNames$Outbound = {
|
|
7251
|
-
en: string;
|
|
7252
|
-
};
|
|
7253
|
-
/** @internal */
|
|
7254
|
-
export declare const UserEventPayloadNames$outboundSchema: z.ZodType<UserEventPayloadNames$Outbound, z.ZodTypeDef, UserEventPayloadNames>;
|
|
7255
|
-
export declare function userEventPayloadNamesToJSON(userEventPayloadNames: UserEventPayloadNames): string;
|
|
7256
|
-
export declare function userEventPayloadNamesFromJSON(jsonString: string): SafeParseResult<UserEventPayloadNames, SDKValidationError>;
|
|
7257
|
-
/** @internal */
|
|
7258
|
-
export declare const MostSpecificSubdivision$inboundSchema: z.ZodType<MostSpecificSubdivision, z.ZodTypeDef, unknown>;
|
|
7259
|
-
/** @internal */
|
|
7260
|
-
export type MostSpecificSubdivision$Outbound = {
|
|
7261
|
-
names: UserEventPayloadNames$Outbound;
|
|
7262
|
-
};
|
|
7263
|
-
/** @internal */
|
|
7264
|
-
export declare const MostSpecificSubdivision$outboundSchema: z.ZodType<MostSpecificSubdivision$Outbound, z.ZodTypeDef, MostSpecificSubdivision>;
|
|
7265
|
-
export declare function mostSpecificSubdivisionToJSON(mostSpecificSubdivision: MostSpecificSubdivision): string;
|
|
7266
|
-
export declare function mostSpecificSubdivisionFromJSON(jsonString: string): SafeParseResult<MostSpecificSubdivision, SDKValidationError>;
|
|
7267
|
-
/** @internal */
|
|
7268
|
-
export declare const Geolocation$inboundSchema: z.ZodType<Geolocation, z.ZodTypeDef, unknown>;
|
|
7269
|
-
/** @internal */
|
|
7270
|
-
export type Geolocation$Outbound = {
|
|
7271
|
-
city?: City$Outbound | undefined;
|
|
7272
|
-
country: Country$Outbound;
|
|
7273
|
-
most_specific_subdivision?: MostSpecificSubdivision$Outbound | undefined;
|
|
7274
|
-
regionName?: string | undefined;
|
|
7275
|
-
};
|
|
7276
|
-
/** @internal */
|
|
7277
|
-
export declare const Geolocation$outboundSchema: z.ZodType<Geolocation$Outbound, z.ZodTypeDef, Geolocation>;
|
|
7278
|
-
export declare function geolocationToJSON(geolocation: Geolocation): string;
|
|
7279
|
-
export declare function geolocationFromJSON(jsonString: string): SafeParseResult<Geolocation, SDKValidationError>;
|
|
7280
|
-
/** @internal */
|
|
7281
7116
|
export declare const SeventyEight$inboundSchema: z.ZodType<SeventyEight, z.ZodTypeDef, unknown>;
|
|
7282
7117
|
/** @internal */
|
|
7283
7118
|
export type SeventyEight$Outbound = {
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
viaGithub: boolean;
|
|
7287
|
-
viaGitlab: boolean;
|
|
7288
|
-
viaBitbucket: boolean;
|
|
7289
|
-
viaGoogle: boolean;
|
|
7290
|
-
viaApple: boolean;
|
|
7291
|
-
viaSamlSso: boolean;
|
|
7292
|
-
viaPasskey: boolean;
|
|
7293
|
-
ssoType?: string | undefined;
|
|
7294
|
-
env?: string | undefined;
|
|
7295
|
-
os?: string | undefined;
|
|
7296
|
-
username?: string | undefined;
|
|
7119
|
+
logDrainUrl: string | null;
|
|
7120
|
+
integrationName?: string | undefined;
|
|
7297
7121
|
};
|
|
7298
7122
|
/** @internal */
|
|
7299
7123
|
export declare const SeventyEight$outboundSchema: z.ZodType<SeventyEight$Outbound, z.ZodTypeDef, SeventyEight>;
|
|
@@ -7428,6 +7252,7 @@ export type Abuse$Outbound = {
|
|
|
7428
7252
|
gitLineageBlocks?: number | undefined;
|
|
7429
7253
|
gitLineageBlocksDry?: number | undefined;
|
|
7430
7254
|
scanner?: string | undefined;
|
|
7255
|
+
scheduledUnblockAt?: string | undefined;
|
|
7431
7256
|
updatedAt: number;
|
|
7432
7257
|
creationUserAgent?: string | undefined;
|
|
7433
7258
|
creationIp?: string | undefined;
|
|
@@ -7656,9 +7481,9 @@ export declare function payloadSecurityFromJSON(jsonString: string): SafeParseRe
|
|
|
7656
7481
|
export declare const PayloadResourceConfig$inboundSchema: z.ZodType<PayloadResourceConfig, z.ZodTypeDef, unknown>;
|
|
7657
7482
|
/** @internal */
|
|
7658
7483
|
export type PayloadResourceConfig$Outbound = {
|
|
7659
|
-
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7660
7484
|
nodeType?: string | undefined;
|
|
7661
7485
|
concurrentBuilds?: number | undefined;
|
|
7486
|
+
elasticConcurrencyEnabled?: boolean | undefined;
|
|
7662
7487
|
buildEntitlements?: PayloadBuildEntitlements$Outbound | undefined;
|
|
7663
7488
|
buildQueue?: PayloadBuildQueue$Outbound | undefined;
|
|
7664
7489
|
awsAccountType?: string | undefined;
|
|
@@ -7683,6 +7508,7 @@ export type PayloadResourceConfig$Outbound = {
|
|
|
7683
7508
|
customEnvironmentsPerProject?: number | undefined;
|
|
7684
7509
|
buildMachine?: PayloadBuildMachine$Outbound | undefined;
|
|
7685
7510
|
security?: PayloadSecurity$Outbound | undefined;
|
|
7511
|
+
bulkRedirectsFreeLimitOverride?: number | undefined;
|
|
7686
7512
|
};
|
|
7687
7513
|
/** @internal */
|
|
7688
7514
|
export declare const PayloadResourceConfig$outboundSchema: z.ZodType<PayloadResourceConfig$Outbound, z.ZodTypeDef, PayloadResourceConfig>;
|
|
@@ -7780,9 +7606,9 @@ export declare const SiftScores$outboundSchema: z.ZodType<SiftScores$Outbound, z
|
|
|
7780
7606
|
export declare function siftScoresToJSON(siftScores: SiftScores): string;
|
|
7781
7607
|
export declare function siftScoresFromJSON(jsonString: string): SafeParseResult<SiftScores, SDKValidationError>;
|
|
7782
7608
|
/** @internal */
|
|
7783
|
-
export declare const
|
|
7609
|
+
export declare const PayloadName$inboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7784
7610
|
/** @internal */
|
|
7785
|
-
export declare const
|
|
7611
|
+
export declare const PayloadName$outboundSchema: z.ZodNativeEnum<typeof PayloadName>;
|
|
7786
7612
|
/** @internal */
|
|
7787
7613
|
export declare const SiftRoute$inboundSchema: z.ZodType<SiftRoute, z.ZodTypeDef, unknown>;
|
|
7788
7614
|
/** @internal */
|
|
@@ -7865,11 +7691,11 @@ export type Teams$Outbound = {
|
|
|
7865
7691
|
createdAt: number;
|
|
7866
7692
|
teamId: string;
|
|
7867
7693
|
role: string;
|
|
7868
|
-
teamRoles?: Array<string> | undefined;
|
|
7869
|
-
teamPermissions?: Array<string> | undefined;
|
|
7870
7694
|
confirmed: boolean;
|
|
7871
7695
|
confirmedAt: number;
|
|
7872
7696
|
accessRequestedAt?: number | undefined;
|
|
7697
|
+
teamRoles?: Array<string> | undefined;
|
|
7698
|
+
teamPermissions?: Array<string> | undefined;
|
|
7873
7699
|
joinedFrom?: UserEventPayloadJoinedFrom$Outbound | undefined;
|
|
7874
7700
|
};
|
|
7875
7701
|
/** @internal */
|
|
@@ -10256,7 +10082,7 @@ export declare function payload1FromJSON(jsonString: string): SafeParseResult<Pa
|
|
|
10256
10082
|
/** @internal */
|
|
10257
10083
|
export declare const Payload$inboundSchema: z.ZodType<Payload, z.ZodTypeDef, unknown>;
|
|
10258
10084
|
/** @internal */
|
|
10259
|
-
export type Payload$Outbound =
|
|
10085
|
+
export type Payload$Outbound = SeventyFour$Outbound | SeventySeven$Outbound | FortySeven$Outbound | FortyEight$Outbound | Sixty$Outbound | SixtySix$Outbound | SeventyTwo$Outbound | SeventyFive$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndSeventyFour$Outbound | Payload2$Outbound | FiftyTwo$Outbound | SeventySix$Outbound | OneHundred$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFiftyFour$Outbound | Fourteen$Outbound | Eighteen$Outbound | TwentyTwo$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortySix$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | SixtySeven$Outbound | SixtyEight$Outbound | SixtyNine$Outbound | SeventyOne$Outbound | EightyOne$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSeventyOne$Outbound | OneHundredAndSeventyTwo$Outbound | OneHundredAndSeventyThree$Outbound | Three$Outbound | Four$Outbound | Six$Outbound | Seven$Outbound | Eight$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyThree$Outbound | FortyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyFour$Outbound | SixtyOne$Outbound | SixtyFive$Outbound | Seventy$Outbound | SeventyThree$Outbound | EightyFour$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | Five$Outbound | Seventeen$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | Forty$Outbound | FortyFour$Outbound | FortyFive$Outbound | FortyNine$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEleven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload1$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Sixteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound;
|
|
10260
10086
|
/** @internal */
|
|
10261
10087
|
export declare const Payload$outboundSchema: z.ZodType<Payload$Outbound, z.ZodTypeDef, Payload>;
|
|
10262
10088
|
export declare function payloadToJSON(payload: Payload): string;
|
|
@@ -10275,7 +10101,7 @@ export type UserEvent$Outbound = {
|
|
|
10275
10101
|
userId: string;
|
|
10276
10102
|
principalId: string;
|
|
10277
10103
|
viaIds?: Array<string> | undefined;
|
|
10278
|
-
payload?:
|
|
10104
|
+
payload?: SeventyFour$Outbound | SeventySeven$Outbound | FortySeven$Outbound | FortyEight$Outbound | Sixty$Outbound | SixtySix$Outbound | SeventyTwo$Outbound | SeventyFive$Outbound | OneHundredAndFortyThree$Outbound | OneHundredAndSeventyFour$Outbound | Payload2$Outbound | FiftyTwo$Outbound | SeventySix$Outbound | OneHundred$Outbound | OneHundredAndTwelve$Outbound | OneHundredAndFiftyFour$Outbound | Fourteen$Outbound | Eighteen$Outbound | TwentyTwo$Outbound | ThirtySix$Outbound | ThirtySeven$Outbound | ThirtyEight$Outbound | ThirtyNine$Outbound | FortySix$Outbound | FiftyFive$Outbound | FiftySix$Outbound | FiftySeven$Outbound | SixtySeven$Outbound | SixtyEight$Outbound | SixtyNine$Outbound | SeventyOne$Outbound | EightyOne$Outbound | EightyFive$Outbound | EightyEight$Outbound | EightyNine$Outbound | OneHundredAndThree$Outbound | OneHundredAndTwentyOne$Outbound | OneHundredAndFortyFive$Outbound | OneHundredAndFortySix$Outbound | OneHundredAndFiftyThree$Outbound | OneHundredAndFiftyFive$Outbound | OneHundredAndFiftySeven$Outbound | OneHundredAndSixty$Outbound | OneHundredAndSeventyOne$Outbound | OneHundredAndSeventyTwo$Outbound | OneHundredAndSeventyThree$Outbound | Three$Outbound | Four$Outbound | Six$Outbound | Seven$Outbound | Eight$Outbound | Nineteen$Outbound | Twenty$Outbound | TwentyThree$Outbound | TwentySeven$Outbound | ThirtyThree$Outbound | FortyOne$Outbound | FortyTwo$Outbound | FortyThree$Outbound | Fifty$Outbound | FiftyOne$Outbound | FiftyFour$Outbound | SixtyOne$Outbound | SixtyFive$Outbound | Seventy$Outbound | SeventyThree$Outbound | EightyFour$Outbound | NinetyTwo$Outbound | NinetyThree$Outbound | NinetyFour$Outbound | NinetySeven$Outbound | NinetyEight$Outbound | NinetyNine$Outbound | OneHundredAndOne$Outbound | OneHundredAndTwo$Outbound | OneHundredAndFour$Outbound | OneHundredAndFive$Outbound | OneHundredAndEight$Outbound | OneHundredAndNine$Outbound | OneHundredAndTen$Outbound | OneHundredAndSeventeen$Outbound | OneHundredAndTwentySix$Outbound | OneHundredAndTwentySeven$Outbound | OneHundredAndThirtyTwo$Outbound | OneHundredAndThirtyThree$Outbound | OneHundredAndThirtyFive$Outbound | OneHundredAndFortyFour$Outbound | OneHundredAndFortySeven$Outbound | OneHundredAndFortyEight$Outbound | OneHundredAndFortyNine$Outbound | OneHundredAndFiftyOne$Outbound | OneHundredAndFiftyTwo$Outbound | OneHundredAndFiftyEight$Outbound | OneHundredAndFiftyNine$Outbound | OneHundredAndSixtyOne$Outbound | OneHundredAndSixtyThree$Outbound | OneHundredAndSixtyFour$Outbound | OneHundredAndSixtyFive$Outbound | Five$Outbound | Seventeen$Outbound | TwentyFour$Outbound | TwentySix$Outbound | TwentyEight$Outbound | ThirtyTwo$Outbound | ThirtyFour$Outbound | ThirtyFive$Outbound | Forty$Outbound | FortyFour$Outbound | FortyFive$Outbound | FortyNine$Outbound | FiftyThree$Outbound | FiftyEight$Outbound | FiftyNine$Outbound | SeventyEight$Outbound | SeventyNine$Outbound | Eighty$Outbound | EightyTwo$Outbound | EightyThree$Outbound | EightySix$Outbound | EightySeven$Outbound | Ninety$Outbound | NinetyOne$Outbound | NinetyFive$Outbound | NinetySix$Outbound | OneHundredAndSix$Outbound | OneHundredAndSeven$Outbound | OneHundredAndEleven$Outbound | OneHundredAndThirteen$Outbound | OneHundredAndFourteen$Outbound | OneHundredAndFifteen$Outbound | OneHundredAndEighteen$Outbound | OneHundredAndNineteen$Outbound | OneHundredAndTwenty$Outbound | OneHundredAndTwentyFour$Outbound | OneHundredAndTwentyFive$Outbound | OneHundredAndTwentyEight$Outbound | OneHundredAndThirtyFour$Outbound | OneHundredAndThirtySix$Outbound | OneHundredAndForty$Outbound | OneHundredAndFortyOne$Outbound | OneHundredAndFortyTwo$Outbound | OneHundredAndFifty$Outbound | OneHundredAndFiftySix$Outbound | OneHundredAndSixtyTwo$Outbound | OneHundredAndSixtySix$Outbound | OneHundredAndSixtySeven$Outbound | OneHundredAndSixtyEight$Outbound | OneHundredAndSixtyNine$Outbound | OneHundredAndSeventy$Outbound | Payload1$Outbound | Nine$Outbound | Ten$Outbound | Eleven$Outbound | Twelve$Outbound | Thirteen$Outbound | Fifteen$Outbound | Sixteen$Outbound | TwentyOne$Outbound | TwentyFive$Outbound | TwentyNine$Outbound | Thirty$Outbound | ThirtyOne$Outbound | SixtyTwo$Outbound | SixtyThree$Outbound | SixtyFour$Outbound | OneHundredAndSixteen$Outbound | OneHundredAndTwentyTwo$Outbound | OneHundredAndTwentyThree$Outbound | OneHundredAndTwentyNine$Outbound | OneHundredAndThirty$Outbound | OneHundredAndThirtyOne$Outbound | OneHundredAndThirtySeven$Outbound | OneHundredAndThirtyEight$Outbound | OneHundredAndThirtyNine$Outbound | undefined;
|
|
10279
10105
|
};
|
|
10280
10106
|
/** @internal */
|
|
10281
10107
|
export declare const UserEvent$outboundSchema: z.ZodType<UserEvent$Outbound, z.ZodTypeDef, UserEvent>;
|