@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
|
@@ -44,6 +44,7 @@ export const Events = {
|
|
|
44
44
|
FirewallAttack: "firewall.attack",
|
|
45
45
|
FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
|
|
46
46
|
FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
|
|
47
|
+
AlertsTriggered: "alerts.triggered",
|
|
47
48
|
IntegrationConfigurationPermissionUpgraded:
|
|
48
49
|
"integration-configuration.permission-upgraded",
|
|
49
50
|
IntegrationConfigurationRemoved: "integration-configuration.removed",
|
|
@@ -91,7 +92,7 @@ export const Events = {
|
|
|
91
92
|
ObservabilityAnomalyError: "observability.anomaly-error",
|
|
92
93
|
ObservabilityUsageAnomaly: "observability.usage-anomaly",
|
|
93
94
|
ObservabilityErrorAnomaly: "observability.error-anomaly",
|
|
94
|
-
|
|
95
|
+
BotidAnomaly: "botid.anomaly",
|
|
95
96
|
TestWebhook: "test-webhook",
|
|
96
97
|
} as const;
|
|
97
98
|
export type Events = ClosedEnum<typeof Events>;
|
|
@@ -152,6 +153,7 @@ export const CreateWebhookEvents = {
|
|
|
152
153
|
FirewallAttack: "firewall.attack",
|
|
153
154
|
FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
|
|
154
155
|
FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
|
|
156
|
+
AlertsTriggered: "alerts.triggered",
|
|
155
157
|
IntegrationConfigurationPermissionUpgraded:
|
|
156
158
|
"integration-configuration.permission-upgraded",
|
|
157
159
|
IntegrationConfigurationRemoved: "integration-configuration.removed",
|
|
@@ -199,7 +201,7 @@ export const CreateWebhookEvents = {
|
|
|
199
201
|
ObservabilityAnomalyError: "observability.anomaly-error",
|
|
200
202
|
ObservabilityUsageAnomaly: "observability.usage-anomaly",
|
|
201
203
|
ObservabilityErrorAnomaly: "observability.error-anomaly",
|
|
202
|
-
|
|
204
|
+
BotidAnomaly: "botid.anomaly",
|
|
203
205
|
TestWebhook: "test-webhook",
|
|
204
206
|
} as const;
|
|
205
207
|
/**
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type DeleteV1BulkRedirectsRequestBody = {
|
|
12
|
+
name?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* The redirects to delete. The source of the redirect is used to match the redirect to delete.
|
|
15
|
+
*/
|
|
16
|
+
redirects: Array<string>;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type DeleteV1BulkRedirectsRequest = {
|
|
20
|
+
projectId: string;
|
|
21
|
+
requestBody?: DeleteV1BulkRedirectsRequestBody | undefined;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export type DeleteV1BulkRedirectsVersion = {
|
|
25
|
+
/**
|
|
26
|
+
* The unique identifier for the version.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The key of the version. The key may be duplicated across versions if the contents are the same as a different version.
|
|
31
|
+
*/
|
|
32
|
+
key: string;
|
|
33
|
+
lastModified: number;
|
|
34
|
+
createdBy: string;
|
|
35
|
+
/**
|
|
36
|
+
* Optional name for the version. If not provided, defaults to an ISO timestamp string.
|
|
37
|
+
*/
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Whether this version has not been promoted to production yet and is not serving end users.
|
|
41
|
+
*/
|
|
42
|
+
isStaging?: boolean | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* Whether this version is currently live in production.
|
|
45
|
+
*/
|
|
46
|
+
isLive?: boolean | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The number of redirects in this version.
|
|
49
|
+
*/
|
|
50
|
+
redirectCount?: number | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* The staging link for previewing redirects in this version.
|
|
53
|
+
*/
|
|
54
|
+
alias?: string | undefined;
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export type DeleteV1BulkRedirectsResponseBody = {
|
|
58
|
+
alias: string | null;
|
|
59
|
+
version: DeleteV1BulkRedirectsVersion;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
/** @internal */
|
|
63
|
+
export const DeleteV1BulkRedirectsRequestBody$inboundSchema: z.ZodType<
|
|
64
|
+
DeleteV1BulkRedirectsRequestBody,
|
|
65
|
+
z.ZodTypeDef,
|
|
66
|
+
unknown
|
|
67
|
+
> = z.object({
|
|
68
|
+
name: z.string().optional(),
|
|
69
|
+
redirects: z.array(z.string()),
|
|
70
|
+
});
|
|
71
|
+
/** @internal */
|
|
72
|
+
export type DeleteV1BulkRedirectsRequestBody$Outbound = {
|
|
73
|
+
name?: string | undefined;
|
|
74
|
+
redirects: Array<string>;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
/** @internal */
|
|
78
|
+
export const DeleteV1BulkRedirectsRequestBody$outboundSchema: z.ZodType<
|
|
79
|
+
DeleteV1BulkRedirectsRequestBody$Outbound,
|
|
80
|
+
z.ZodTypeDef,
|
|
81
|
+
DeleteV1BulkRedirectsRequestBody
|
|
82
|
+
> = z.object({
|
|
83
|
+
name: z.string().optional(),
|
|
84
|
+
redirects: z.array(z.string()),
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
export function deleteV1BulkRedirectsRequestBodyToJSON(
|
|
88
|
+
deleteV1BulkRedirectsRequestBody: DeleteV1BulkRedirectsRequestBody,
|
|
89
|
+
): string {
|
|
90
|
+
return JSON.stringify(
|
|
91
|
+
DeleteV1BulkRedirectsRequestBody$outboundSchema.parse(
|
|
92
|
+
deleteV1BulkRedirectsRequestBody,
|
|
93
|
+
),
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export function deleteV1BulkRedirectsRequestBodyFromJSON(
|
|
97
|
+
jsonString: string,
|
|
98
|
+
): SafeParseResult<DeleteV1BulkRedirectsRequestBody, SDKValidationError> {
|
|
99
|
+
return safeParse(
|
|
100
|
+
jsonString,
|
|
101
|
+
(x) => DeleteV1BulkRedirectsRequestBody$inboundSchema.parse(JSON.parse(x)),
|
|
102
|
+
`Failed to parse 'DeleteV1BulkRedirectsRequestBody' from JSON`,
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/** @internal */
|
|
107
|
+
export const DeleteV1BulkRedirectsRequest$inboundSchema: z.ZodType<
|
|
108
|
+
DeleteV1BulkRedirectsRequest,
|
|
109
|
+
z.ZodTypeDef,
|
|
110
|
+
unknown
|
|
111
|
+
> = z.object({
|
|
112
|
+
projectId: z.string(),
|
|
113
|
+
RequestBody: z.lazy(() => DeleteV1BulkRedirectsRequestBody$inboundSchema)
|
|
114
|
+
.optional(),
|
|
115
|
+
}).transform((v) => {
|
|
116
|
+
return remap$(v, {
|
|
117
|
+
"RequestBody": "requestBody",
|
|
118
|
+
});
|
|
119
|
+
});
|
|
120
|
+
/** @internal */
|
|
121
|
+
export type DeleteV1BulkRedirectsRequest$Outbound = {
|
|
122
|
+
projectId: string;
|
|
123
|
+
RequestBody?: DeleteV1BulkRedirectsRequestBody$Outbound | undefined;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
/** @internal */
|
|
127
|
+
export const DeleteV1BulkRedirectsRequest$outboundSchema: z.ZodType<
|
|
128
|
+
DeleteV1BulkRedirectsRequest$Outbound,
|
|
129
|
+
z.ZodTypeDef,
|
|
130
|
+
DeleteV1BulkRedirectsRequest
|
|
131
|
+
> = z.object({
|
|
132
|
+
projectId: z.string(),
|
|
133
|
+
requestBody: z.lazy(() => DeleteV1BulkRedirectsRequestBody$outboundSchema)
|
|
134
|
+
.optional(),
|
|
135
|
+
}).transform((v) => {
|
|
136
|
+
return remap$(v, {
|
|
137
|
+
requestBody: "RequestBody",
|
|
138
|
+
});
|
|
139
|
+
});
|
|
140
|
+
|
|
141
|
+
export function deleteV1BulkRedirectsRequestToJSON(
|
|
142
|
+
deleteV1BulkRedirectsRequest: DeleteV1BulkRedirectsRequest,
|
|
143
|
+
): string {
|
|
144
|
+
return JSON.stringify(
|
|
145
|
+
DeleteV1BulkRedirectsRequest$outboundSchema.parse(
|
|
146
|
+
deleteV1BulkRedirectsRequest,
|
|
147
|
+
),
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
export function deleteV1BulkRedirectsRequestFromJSON(
|
|
151
|
+
jsonString: string,
|
|
152
|
+
): SafeParseResult<DeleteV1BulkRedirectsRequest, SDKValidationError> {
|
|
153
|
+
return safeParse(
|
|
154
|
+
jsonString,
|
|
155
|
+
(x) => DeleteV1BulkRedirectsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
156
|
+
`Failed to parse 'DeleteV1BulkRedirectsRequest' from JSON`,
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/** @internal */
|
|
161
|
+
export const DeleteV1BulkRedirectsVersion$inboundSchema: z.ZodType<
|
|
162
|
+
DeleteV1BulkRedirectsVersion,
|
|
163
|
+
z.ZodTypeDef,
|
|
164
|
+
unknown
|
|
165
|
+
> = z.object({
|
|
166
|
+
id: z.string(),
|
|
167
|
+
key: z.string(),
|
|
168
|
+
lastModified: z.number(),
|
|
169
|
+
createdBy: z.string(),
|
|
170
|
+
name: z.string().optional(),
|
|
171
|
+
isStaging: z.boolean().optional(),
|
|
172
|
+
isLive: z.boolean().optional(),
|
|
173
|
+
redirectCount: z.number().optional(),
|
|
174
|
+
alias: z.string().optional(),
|
|
175
|
+
});
|
|
176
|
+
/** @internal */
|
|
177
|
+
export type DeleteV1BulkRedirectsVersion$Outbound = {
|
|
178
|
+
id: string;
|
|
179
|
+
key: string;
|
|
180
|
+
lastModified: number;
|
|
181
|
+
createdBy: string;
|
|
182
|
+
name?: string | undefined;
|
|
183
|
+
isStaging?: boolean | undefined;
|
|
184
|
+
isLive?: boolean | undefined;
|
|
185
|
+
redirectCount?: number | undefined;
|
|
186
|
+
alias?: string | undefined;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
/** @internal */
|
|
190
|
+
export const DeleteV1BulkRedirectsVersion$outboundSchema: z.ZodType<
|
|
191
|
+
DeleteV1BulkRedirectsVersion$Outbound,
|
|
192
|
+
z.ZodTypeDef,
|
|
193
|
+
DeleteV1BulkRedirectsVersion
|
|
194
|
+
> = z.object({
|
|
195
|
+
id: z.string(),
|
|
196
|
+
key: z.string(),
|
|
197
|
+
lastModified: z.number(),
|
|
198
|
+
createdBy: z.string(),
|
|
199
|
+
name: z.string().optional(),
|
|
200
|
+
isStaging: z.boolean().optional(),
|
|
201
|
+
isLive: z.boolean().optional(),
|
|
202
|
+
redirectCount: z.number().optional(),
|
|
203
|
+
alias: z.string().optional(),
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
export function deleteV1BulkRedirectsVersionToJSON(
|
|
207
|
+
deleteV1BulkRedirectsVersion: DeleteV1BulkRedirectsVersion,
|
|
208
|
+
): string {
|
|
209
|
+
return JSON.stringify(
|
|
210
|
+
DeleteV1BulkRedirectsVersion$outboundSchema.parse(
|
|
211
|
+
deleteV1BulkRedirectsVersion,
|
|
212
|
+
),
|
|
213
|
+
);
|
|
214
|
+
}
|
|
215
|
+
export function deleteV1BulkRedirectsVersionFromJSON(
|
|
216
|
+
jsonString: string,
|
|
217
|
+
): SafeParseResult<DeleteV1BulkRedirectsVersion, SDKValidationError> {
|
|
218
|
+
return safeParse(
|
|
219
|
+
jsonString,
|
|
220
|
+
(x) => DeleteV1BulkRedirectsVersion$inboundSchema.parse(JSON.parse(x)),
|
|
221
|
+
`Failed to parse 'DeleteV1BulkRedirectsVersion' from JSON`,
|
|
222
|
+
);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/** @internal */
|
|
226
|
+
export const DeleteV1BulkRedirectsResponseBody$inboundSchema: z.ZodType<
|
|
227
|
+
DeleteV1BulkRedirectsResponseBody,
|
|
228
|
+
z.ZodTypeDef,
|
|
229
|
+
unknown
|
|
230
|
+
> = z.object({
|
|
231
|
+
alias: z.nullable(z.string()),
|
|
232
|
+
version: z.lazy(() => DeleteV1BulkRedirectsVersion$inboundSchema),
|
|
233
|
+
});
|
|
234
|
+
/** @internal */
|
|
235
|
+
export type DeleteV1BulkRedirectsResponseBody$Outbound = {
|
|
236
|
+
alias: string | null;
|
|
237
|
+
version: DeleteV1BulkRedirectsVersion$Outbound;
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
/** @internal */
|
|
241
|
+
export const DeleteV1BulkRedirectsResponseBody$outboundSchema: z.ZodType<
|
|
242
|
+
DeleteV1BulkRedirectsResponseBody$Outbound,
|
|
243
|
+
z.ZodTypeDef,
|
|
244
|
+
DeleteV1BulkRedirectsResponseBody
|
|
245
|
+
> = z.object({
|
|
246
|
+
alias: z.nullable(z.string()),
|
|
247
|
+
version: z.lazy(() => DeleteV1BulkRedirectsVersion$outboundSchema),
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
export function deleteV1BulkRedirectsResponseBodyToJSON(
|
|
251
|
+
deleteV1BulkRedirectsResponseBody: DeleteV1BulkRedirectsResponseBody,
|
|
252
|
+
): string {
|
|
253
|
+
return JSON.stringify(
|
|
254
|
+
DeleteV1BulkRedirectsResponseBody$outboundSchema.parse(
|
|
255
|
+
deleteV1BulkRedirectsResponseBody,
|
|
256
|
+
),
|
|
257
|
+
);
|
|
258
|
+
}
|
|
259
|
+
export function deleteV1BulkRedirectsResponseBodyFromJSON(
|
|
260
|
+
jsonString: string,
|
|
261
|
+
): SafeParseResult<DeleteV1BulkRedirectsResponseBody, SDKValidationError> {
|
|
262
|
+
return safeParse(
|
|
263
|
+
jsonString,
|
|
264
|
+
(x) => DeleteV1BulkRedirectsResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
265
|
+
`Failed to parse 'DeleteV1BulkRedirectsResponseBody' from JSON`,
|
|
266
|
+
);
|
|
267
|
+
}
|
|
@@ -10,6 +10,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
|
10
10
|
|
|
11
11
|
export type GetBillingPlansRequest = {
|
|
12
12
|
integrationIdOrSlug: string;
|
|
13
|
+
integrationConfigurationId?: string | undefined;
|
|
13
14
|
productIdOrSlug: string;
|
|
14
15
|
metadata?: string | undefined;
|
|
15
16
|
source?: string | undefined;
|
|
@@ -81,6 +82,7 @@ export const GetBillingPlansRequest$inboundSchema: z.ZodType<
|
|
|
81
82
|
unknown
|
|
82
83
|
> = z.object({
|
|
83
84
|
integrationIdOrSlug: z.string(),
|
|
85
|
+
integrationConfigurationId: z.string().optional(),
|
|
84
86
|
productIdOrSlug: z.string(),
|
|
85
87
|
metadata: z.string().optional(),
|
|
86
88
|
source: z.string().optional(),
|
|
@@ -90,6 +92,7 @@ export const GetBillingPlansRequest$inboundSchema: z.ZodType<
|
|
|
90
92
|
/** @internal */
|
|
91
93
|
export type GetBillingPlansRequest$Outbound = {
|
|
92
94
|
integrationIdOrSlug: string;
|
|
95
|
+
integrationConfigurationId?: string | undefined;
|
|
93
96
|
productIdOrSlug: string;
|
|
94
97
|
metadata?: string | undefined;
|
|
95
98
|
source?: string | undefined;
|
|
@@ -104,6 +107,7 @@ export const GetBillingPlansRequest$outboundSchema: z.ZodType<
|
|
|
104
107
|
GetBillingPlansRequest
|
|
105
108
|
> = z.object({
|
|
106
109
|
integrationIdOrSlug: z.string(),
|
|
110
|
+
integrationConfigurationId: z.string().optional(),
|
|
107
111
|
productIdOrSlug: z.string(),
|
|
108
112
|
metadata: z.string().optional(),
|
|
109
113
|
source: z.string().optional(),
|
|
@@ -23,6 +23,25 @@ export type GetConfigurationRequest = {
|
|
|
23
23
|
slug?: string | undefined;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
28
|
+
*/
|
|
29
|
+
export const GetConfigurationResponseBodyIntegrationsStatus = {
|
|
30
|
+
Pending: "pending",
|
|
31
|
+
Ready: "ready",
|
|
32
|
+
Onboarding: "onboarding",
|
|
33
|
+
Suspended: "suspended",
|
|
34
|
+
Resumed: "resumed",
|
|
35
|
+
Error: "error",
|
|
36
|
+
Uninstalled: "uninstalled",
|
|
37
|
+
} as const;
|
|
38
|
+
/**
|
|
39
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
40
|
+
*/
|
|
41
|
+
export type GetConfigurationResponseBodyIntegrationsStatus = ClosedEnum<
|
|
42
|
+
typeof GetConfigurationResponseBodyIntegrationsStatus
|
|
43
|
+
>;
|
|
44
|
+
|
|
26
45
|
export const GetConfigurationResponseBodyIntegrationsType = {
|
|
27
46
|
IntegrationConfiguration: "integration-configuration",
|
|
28
47
|
} as const;
|
|
@@ -79,6 +98,14 @@ export type GetConfigurationResponseBody2 = {
|
|
|
79
98
|
* The user or team ID that owns the configuration
|
|
80
99
|
*/
|
|
81
100
|
ownerId: string;
|
|
101
|
+
/**
|
|
102
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
103
|
+
*/
|
|
104
|
+
status?: GetConfigurationResponseBodyIntegrationsStatus | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* An external identifier defined by the integration vendor.
|
|
107
|
+
*/
|
|
108
|
+
externalId?: string | undefined;
|
|
82
109
|
/**
|
|
83
110
|
* When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.
|
|
84
111
|
*/
|
|
@@ -144,9 +171,9 @@ export const ProjectSelection = {
|
|
|
144
171
|
export type ProjectSelection = ClosedEnum<typeof ProjectSelection>;
|
|
145
172
|
|
|
146
173
|
export const GetConfigurationResponseBodyLevel = {
|
|
174
|
+
Error: "error",
|
|
147
175
|
Info: "info",
|
|
148
176
|
Warn: "warn",
|
|
149
|
-
Error: "error",
|
|
150
177
|
} as const;
|
|
151
178
|
export type GetConfigurationResponseBodyLevel = ClosedEnum<
|
|
152
179
|
typeof GetConfigurationResponseBodyLevel
|
|
@@ -249,6 +276,25 @@ export type GetConfigurationResponseBodyInstallationType = ClosedEnum<
|
|
|
249
276
|
typeof GetConfigurationResponseBodyInstallationType
|
|
250
277
|
>;
|
|
251
278
|
|
|
279
|
+
/**
|
|
280
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
281
|
+
*/
|
|
282
|
+
export const GetConfigurationResponseBodyStatus = {
|
|
283
|
+
Pending: "pending",
|
|
284
|
+
Ready: "ready",
|
|
285
|
+
Onboarding: "onboarding",
|
|
286
|
+
Suspended: "suspended",
|
|
287
|
+
Resumed: "resumed",
|
|
288
|
+
Error: "error",
|
|
289
|
+
Uninstalled: "uninstalled",
|
|
290
|
+
} as const;
|
|
291
|
+
/**
|
|
292
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
293
|
+
*/
|
|
294
|
+
export type GetConfigurationResponseBodyStatus = ClosedEnum<
|
|
295
|
+
typeof GetConfigurationResponseBodyStatus
|
|
296
|
+
>;
|
|
297
|
+
|
|
252
298
|
export const GetConfigurationResponseBodyType = {
|
|
253
299
|
IntegrationConfiguration: "integration-configuration",
|
|
254
300
|
} as const;
|
|
@@ -325,6 +371,14 @@ export type GetConfigurationResponseBody1 = {
|
|
|
325
371
|
* A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.
|
|
326
372
|
*/
|
|
327
373
|
deleteRequestedAt?: number | null | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* The configuration status. Optional. If not defined, assume 'ready'.
|
|
376
|
+
*/
|
|
377
|
+
status?: GetConfigurationResponseBodyStatus | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* An external identifier defined by the integration vendor.
|
|
380
|
+
*/
|
|
381
|
+
externalId?: string | undefined;
|
|
328
382
|
type: GetConfigurationResponseBodyType;
|
|
329
383
|
/**
|
|
330
384
|
* A timestamp that tells you when the configuration was deleted.
|
|
@@ -384,6 +438,15 @@ export function getConfigurationRequestFromJSON(
|
|
|
384
438
|
);
|
|
385
439
|
}
|
|
386
440
|
|
|
441
|
+
/** @internal */
|
|
442
|
+
export const GetConfigurationResponseBodyIntegrationsStatus$inboundSchema:
|
|
443
|
+
z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsStatus> = z
|
|
444
|
+
.nativeEnum(GetConfigurationResponseBodyIntegrationsStatus);
|
|
445
|
+
/** @internal */
|
|
446
|
+
export const GetConfigurationResponseBodyIntegrationsStatus$outboundSchema:
|
|
447
|
+
z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsStatus> =
|
|
448
|
+
GetConfigurationResponseBodyIntegrationsStatus$inboundSchema;
|
|
449
|
+
|
|
387
450
|
/** @internal */
|
|
388
451
|
export const GetConfigurationResponseBodyIntegrationsType$inboundSchema:
|
|
389
452
|
z.ZodNativeEnum<typeof GetConfigurationResponseBodyIntegrationsType> = z
|
|
@@ -426,6 +489,9 @@ export const GetConfigurationResponseBody2$inboundSchema: z.ZodType<
|
|
|
426
489
|
id: z.string(),
|
|
427
490
|
integrationId: z.string(),
|
|
428
491
|
ownerId: z.string(),
|
|
492
|
+
status: GetConfigurationResponseBodyIntegrationsStatus$inboundSchema
|
|
493
|
+
.optional(),
|
|
494
|
+
externalId: z.string().optional(),
|
|
429
495
|
projects: z.array(z.string()).optional(),
|
|
430
496
|
source: z.string().optional(),
|
|
431
497
|
slug: z.string(),
|
|
@@ -451,6 +517,8 @@ export type GetConfigurationResponseBody2$Outbound = {
|
|
|
451
517
|
id: string;
|
|
452
518
|
integrationId: string;
|
|
453
519
|
ownerId: string;
|
|
520
|
+
status?: string | undefined;
|
|
521
|
+
externalId?: string | undefined;
|
|
454
522
|
projects?: Array<string> | undefined;
|
|
455
523
|
source?: string | undefined;
|
|
456
524
|
slug: string;
|
|
@@ -477,6 +545,9 @@ export const GetConfigurationResponseBody2$outboundSchema: z.ZodType<
|
|
|
477
545
|
id: z.string(),
|
|
478
546
|
integrationId: z.string(),
|
|
479
547
|
ownerId: z.string(),
|
|
548
|
+
status: GetConfigurationResponseBodyIntegrationsStatus$outboundSchema
|
|
549
|
+
.optional(),
|
|
550
|
+
externalId: z.string().optional(),
|
|
480
551
|
projects: z.array(z.string()).optional(),
|
|
481
552
|
source: z.string().optional(),
|
|
482
553
|
slug: z.string(),
|
|
@@ -939,6 +1010,15 @@ export const GetConfigurationResponseBodyInstallationType$outboundSchema:
|
|
|
939
1010
|
z.ZodNativeEnum<typeof GetConfigurationResponseBodyInstallationType> =
|
|
940
1011
|
GetConfigurationResponseBodyInstallationType$inboundSchema;
|
|
941
1012
|
|
|
1013
|
+
/** @internal */
|
|
1014
|
+
export const GetConfigurationResponseBodyStatus$inboundSchema: z.ZodNativeEnum<
|
|
1015
|
+
typeof GetConfigurationResponseBodyStatus
|
|
1016
|
+
> = z.nativeEnum(GetConfigurationResponseBodyStatus);
|
|
1017
|
+
/** @internal */
|
|
1018
|
+
export const GetConfigurationResponseBodyStatus$outboundSchema: z.ZodNativeEnum<
|
|
1019
|
+
typeof GetConfigurationResponseBodyStatus
|
|
1020
|
+
> = GetConfigurationResponseBodyStatus$inboundSchema;
|
|
1021
|
+
|
|
942
1022
|
/** @internal */
|
|
943
1023
|
export const GetConfigurationResponseBodyType$inboundSchema: z.ZodNativeEnum<
|
|
944
1024
|
typeof GetConfigurationResponseBodyType
|
|
@@ -979,6 +1059,8 @@ export const GetConfigurationResponseBody1$inboundSchema: z.ZodType<
|
|
|
979
1059
|
installationType: GetConfigurationResponseBodyInstallationType$inboundSchema
|
|
980
1060
|
.optional(),
|
|
981
1061
|
deleteRequestedAt: z.nullable(z.number()).optional(),
|
|
1062
|
+
status: GetConfigurationResponseBodyStatus$inboundSchema.optional(),
|
|
1063
|
+
externalId: z.string().optional(),
|
|
982
1064
|
type: GetConfigurationResponseBodyType$inboundSchema,
|
|
983
1065
|
deletedAt: z.nullable(z.number()).optional(),
|
|
984
1066
|
});
|
|
@@ -1004,6 +1086,8 @@ export type GetConfigurationResponseBody1$Outbound = {
|
|
|
1004
1086
|
canConfigureOpenTelemetry?: boolean | undefined;
|
|
1005
1087
|
installationType?: string | undefined;
|
|
1006
1088
|
deleteRequestedAt?: number | null | undefined;
|
|
1089
|
+
status?: string | undefined;
|
|
1090
|
+
externalId?: string | undefined;
|
|
1007
1091
|
type: string;
|
|
1008
1092
|
deletedAt?: number | null | undefined;
|
|
1009
1093
|
};
|
|
@@ -1039,6 +1123,8 @@ export const GetConfigurationResponseBody1$outboundSchema: z.ZodType<
|
|
|
1039
1123
|
installationType: GetConfigurationResponseBodyInstallationType$outboundSchema
|
|
1040
1124
|
.optional(),
|
|
1041
1125
|
deleteRequestedAt: z.nullable(z.number()).optional(),
|
|
1126
|
+
status: GetConfigurationResponseBodyStatus$outboundSchema.optional(),
|
|
1127
|
+
externalId: z.string().optional(),
|
|
1042
1128
|
type: GetConfigurationResponseBodyType$outboundSchema,
|
|
1043
1129
|
deletedAt: z.nullable(z.number()).optional(),
|
|
1044
1130
|
});
|