@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
|
@@ -187,6 +187,10 @@ export declare const CreateIntegrationStoreDirectOwnership: {
|
|
|
187
187
|
readonly Sandbox: "sandbox";
|
|
188
188
|
};
|
|
189
189
|
export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
190
|
+
export type SecretRotation2 = {
|
|
191
|
+
maxDelayHours: number;
|
|
192
|
+
};
|
|
193
|
+
export type SecretRotation = SecretRotation2 | boolean;
|
|
190
194
|
export type Capabilities = {
|
|
191
195
|
mcp?: boolean | undefined;
|
|
192
196
|
mcpReadonly?: boolean | undefined;
|
|
@@ -194,6 +198,7 @@ export type Capabilities = {
|
|
|
194
198
|
billable?: boolean | undefined;
|
|
195
199
|
transferable?: boolean | undefined;
|
|
196
200
|
secretsSync?: boolean | undefined;
|
|
201
|
+
secretRotation?: SecretRotation2 | boolean | undefined;
|
|
197
202
|
projects?: boolean | undefined;
|
|
198
203
|
};
|
|
199
204
|
export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
@@ -207,6 +212,10 @@ export declare const ExternalResourceStatus: {
|
|
|
207
212
|
readonly Resumed: "resumed";
|
|
208
213
|
};
|
|
209
214
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
215
|
+
export type CreateIntegrationStoreDirectSecretRotation2 = {
|
|
216
|
+
maxDelayHours: number;
|
|
217
|
+
};
|
|
218
|
+
export type CreateIntegrationStoreDirectSecretRotation = CreateIntegrationStoreDirectSecretRotation2 | boolean;
|
|
210
219
|
export type CreateIntegrationStoreDirectCapabilities = {
|
|
211
220
|
mcp?: boolean | undefined;
|
|
212
221
|
mcpReadonly?: boolean | undefined;
|
|
@@ -214,6 +223,7 @@ export type CreateIntegrationStoreDirectCapabilities = {
|
|
|
214
223
|
billable?: boolean | undefined;
|
|
215
224
|
transferable?: boolean | undefined;
|
|
216
225
|
secretsSync?: boolean | undefined;
|
|
226
|
+
secretRotation?: CreateIntegrationStoreDirectSecretRotation2 | boolean | undefined;
|
|
217
227
|
sandbox?: boolean | undefined;
|
|
218
228
|
linking?: boolean | undefined;
|
|
219
229
|
projects?: boolean | undefined;
|
|
@@ -222,9 +232,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
222
232
|
readonly Object: "object";
|
|
223
233
|
};
|
|
224
234
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
225
|
-
export type
|
|
235
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895 = {};
|
|
226
236
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
227
|
-
|
|
237
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895;
|
|
228
238
|
};
|
|
229
239
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
230
240
|
readonly Update: "update";
|
|
@@ -257,17 +267,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
257
267
|
readonly Domain: "domain";
|
|
258
268
|
};
|
|
259
269
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
260
|
-
export type
|
|
270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895 = {};
|
|
261
271
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
262
|
-
|
|
272
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895;
|
|
263
273
|
};
|
|
264
|
-
export type
|
|
274
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895 = {};
|
|
265
275
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
266
|
-
|
|
276
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895;
|
|
267
277
|
};
|
|
268
|
-
export type
|
|
278
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895 = {};
|
|
269
279
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
270
|
-
|
|
280
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895;
|
|
271
281
|
};
|
|
272
282
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
273
283
|
readonly Update: "update";
|
|
@@ -328,9 +338,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
328
338
|
readonly VercelRegion: "vercel-region";
|
|
329
339
|
};
|
|
330
340
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
331
|
-
export type
|
|
341
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895 = {};
|
|
332
342
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
333
|
-
|
|
343
|
+
atBRANDAt8895: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895;
|
|
334
344
|
};
|
|
335
345
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
336
346
|
readonly Update: "update";
|
|
@@ -355,9 +365,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
355
365
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
356
366
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
357
367
|
};
|
|
358
|
-
export type
|
|
368
|
+
export type UiOptionsAtBRANDAt8895 = {};
|
|
359
369
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
360
|
-
|
|
370
|
+
atBRANDAt8895: UiOptionsAtBRANDAt8895;
|
|
361
371
|
};
|
|
362
372
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
363
373
|
readonly Update: "update";
|
|
@@ -384,17 +394,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
384
394
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
385
395
|
};
|
|
386
396
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
387
|
-
export type
|
|
397
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895 = {};
|
|
388
398
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
389
|
-
|
|
399
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895;
|
|
390
400
|
};
|
|
391
|
-
export type
|
|
401
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895 = {};
|
|
392
402
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
393
|
-
|
|
403
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895;
|
|
394
404
|
};
|
|
395
|
-
export type
|
|
405
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895 = {};
|
|
396
406
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
397
|
-
|
|
407
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895;
|
|
398
408
|
};
|
|
399
409
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
400
410
|
readonly Update: "update";
|
|
@@ -456,17 +466,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
456
466
|
readonly String: "string";
|
|
457
467
|
};
|
|
458
468
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
459
|
-
export type
|
|
469
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895 = {};
|
|
460
470
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
461
|
-
|
|
471
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895;
|
|
462
472
|
};
|
|
463
|
-
export type
|
|
473
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895 = {};
|
|
464
474
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
465
|
-
|
|
475
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895;
|
|
466
476
|
};
|
|
467
|
-
export type
|
|
477
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895 = {};
|
|
468
478
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
469
|
-
|
|
479
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895;
|
|
470
480
|
};
|
|
471
481
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
472
482
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -589,17 +599,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
589
599
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
590
600
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
591
601
|
};
|
|
592
|
-
export type
|
|
602
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895 = {};
|
|
593
603
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
594
|
-
|
|
604
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895;
|
|
595
605
|
};
|
|
596
|
-
export type
|
|
606
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895 = {};
|
|
597
607
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
598
|
-
|
|
608
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895;
|
|
599
609
|
};
|
|
600
|
-
export type
|
|
610
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895 = {};
|
|
601
611
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
602
|
-
|
|
612
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895;
|
|
603
613
|
};
|
|
604
614
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
605
615
|
readonly Update: "update";
|
|
@@ -845,17 +855,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
845
855
|
readonly Input: "input";
|
|
846
856
|
};
|
|
847
857
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
848
|
-
export type
|
|
858
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895 = {};
|
|
849
859
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
850
|
-
|
|
860
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895;
|
|
851
861
|
};
|
|
852
|
-
export type
|
|
862
|
+
export type PropertiesAtBRANDAt8895 = {};
|
|
853
863
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
854
|
-
|
|
864
|
+
atBRANDAt8895: PropertiesAtBRANDAt8895;
|
|
855
865
|
};
|
|
856
|
-
export type
|
|
866
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895 = {};
|
|
857
867
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
858
|
-
|
|
868
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesAtBRANDAt8895;
|
|
859
869
|
};
|
|
860
870
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
861
871
|
readonly Update: "update";
|
|
@@ -1013,9 +1023,9 @@ export type Guides = {
|
|
|
1013
1023
|
title: string;
|
|
1014
1024
|
steps: Array<Steps>;
|
|
1015
1025
|
};
|
|
1016
|
-
export type
|
|
1026
|
+
export type AtBRANDAt8895 = {};
|
|
1017
1027
|
export type CreateIntegrationStoreDirectValue = {
|
|
1018
|
-
|
|
1028
|
+
atBRANDAt8895: AtBRANDAt8895;
|
|
1019
1029
|
};
|
|
1020
1030
|
export declare const Disabled3: {
|
|
1021
1031
|
readonly Update: "update";
|
|
@@ -1132,11 +1142,28 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
1132
1142
|
} | undefined;
|
|
1133
1143
|
externalResourceId: string;
|
|
1134
1144
|
externalResourceStatus?: ExternalResourceStatus | null | undefined;
|
|
1145
|
+
directPartnerConsoleUrl?: string | undefined;
|
|
1135
1146
|
product: Product;
|
|
1136
1147
|
protocolSettings?: CreateIntegrationStoreDirectProtocolSettings | undefined;
|
|
1137
1148
|
notification?: CreateIntegrationStoreDirectNotification | undefined;
|
|
1138
1149
|
secrets: Array<CreateIntegrationStoreDirectSecrets>;
|
|
1139
1150
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* The timestamp when secret rotation was requested.
|
|
1153
|
+
*/
|
|
1154
|
+
secretRotationRequestedAt?: number | undefined;
|
|
1155
|
+
/**
|
|
1156
|
+
* The reason for the secret rotation request.
|
|
1157
|
+
*/
|
|
1158
|
+
secretRotationRequestedReason?: string | undefined;
|
|
1159
|
+
/**
|
|
1160
|
+
* The ID of the user/team who requested the secret rotation.
|
|
1161
|
+
*/
|
|
1162
|
+
secretRotationRequestedBy?: string | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* The timestamp when secret rotation was completed.
|
|
1165
|
+
*/
|
|
1166
|
+
secretRotationCompletedAt?: number | undefined;
|
|
1140
1167
|
};
|
|
1141
1168
|
export type CreateIntegrationStoreDirectResponseBody = {
|
|
1142
1169
|
store: CreateIntegrationStoreDirectStore | null;
|
|
@@ -1283,6 +1310,24 @@ export declare const CreateIntegrationStoreDirectOwnership$inboundSchema: z.ZodN
|
|
|
1283
1310
|
/** @internal */
|
|
1284
1311
|
export declare const CreateIntegrationStoreDirectOwnership$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
1285
1312
|
/** @internal */
|
|
1313
|
+
export declare const SecretRotation2$inboundSchema: z.ZodType<SecretRotation2, z.ZodTypeDef, unknown>;
|
|
1314
|
+
/** @internal */
|
|
1315
|
+
export type SecretRotation2$Outbound = {
|
|
1316
|
+
maxDelayHours: number;
|
|
1317
|
+
};
|
|
1318
|
+
/** @internal */
|
|
1319
|
+
export declare const SecretRotation2$outboundSchema: z.ZodType<SecretRotation2$Outbound, z.ZodTypeDef, SecretRotation2>;
|
|
1320
|
+
export declare function secretRotation2ToJSON(secretRotation2: SecretRotation2): string;
|
|
1321
|
+
export declare function secretRotation2FromJSON(jsonString: string): SafeParseResult<SecretRotation2, SDKValidationError>;
|
|
1322
|
+
/** @internal */
|
|
1323
|
+
export declare const SecretRotation$inboundSchema: z.ZodType<SecretRotation, z.ZodTypeDef, unknown>;
|
|
1324
|
+
/** @internal */
|
|
1325
|
+
export type SecretRotation$Outbound = SecretRotation2$Outbound | boolean;
|
|
1326
|
+
/** @internal */
|
|
1327
|
+
export declare const SecretRotation$outboundSchema: z.ZodType<SecretRotation$Outbound, z.ZodTypeDef, SecretRotation>;
|
|
1328
|
+
export declare function secretRotationToJSON(secretRotation: SecretRotation): string;
|
|
1329
|
+
export declare function secretRotationFromJSON(jsonString: string): SafeParseResult<SecretRotation, SDKValidationError>;
|
|
1330
|
+
/** @internal */
|
|
1286
1331
|
export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
|
|
1287
1332
|
/** @internal */
|
|
1288
1333
|
export type Capabilities$Outbound = {
|
|
@@ -1292,6 +1337,7 @@ export type Capabilities$Outbound = {
|
|
|
1292
1337
|
billable?: boolean | undefined;
|
|
1293
1338
|
transferable?: boolean | undefined;
|
|
1294
1339
|
secretsSync?: boolean | undefined;
|
|
1340
|
+
secretRotation?: SecretRotation2$Outbound | boolean | undefined;
|
|
1295
1341
|
projects?: boolean | undefined;
|
|
1296
1342
|
};
|
|
1297
1343
|
/** @internal */
|
|
@@ -1311,6 +1357,24 @@ export declare const ExternalResourceStatus$inboundSchema: z.ZodNativeEnum<typeo
|
|
|
1311
1357
|
/** @internal */
|
|
1312
1358
|
export declare const ExternalResourceStatus$outboundSchema: z.ZodNativeEnum<typeof ExternalResourceStatus>;
|
|
1313
1359
|
/** @internal */
|
|
1360
|
+
export declare const CreateIntegrationStoreDirectSecretRotation2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2, z.ZodTypeDef, unknown>;
|
|
1361
|
+
/** @internal */
|
|
1362
|
+
export type CreateIntegrationStoreDirectSecretRotation2$Outbound = {
|
|
1363
|
+
maxDelayHours: number;
|
|
1364
|
+
};
|
|
1365
|
+
/** @internal */
|
|
1366
|
+
export declare const CreateIntegrationStoreDirectSecretRotation2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation2>;
|
|
1367
|
+
export declare function createIntegrationStoreDirectSecretRotation2ToJSON(createIntegrationStoreDirectSecretRotation2: CreateIntegrationStoreDirectSecretRotation2): string;
|
|
1368
|
+
export declare function createIntegrationStoreDirectSecretRotation2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation2, SDKValidationError>;
|
|
1369
|
+
/** @internal */
|
|
1370
|
+
export declare const CreateIntegrationStoreDirectSecretRotation$inboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation, z.ZodTypeDef, unknown>;
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export type CreateIntegrationStoreDirectSecretRotation$Outbound = CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean;
|
|
1373
|
+
/** @internal */
|
|
1374
|
+
export declare const CreateIntegrationStoreDirectSecretRotation$outboundSchema: z.ZodType<CreateIntegrationStoreDirectSecretRotation$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectSecretRotation>;
|
|
1375
|
+
export declare function createIntegrationStoreDirectSecretRotationToJSON(createIntegrationStoreDirectSecretRotation: CreateIntegrationStoreDirectSecretRotation): string;
|
|
1376
|
+
export declare function createIntegrationStoreDirectSecretRotationFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectSecretRotation, SDKValidationError>;
|
|
1377
|
+
/** @internal */
|
|
1314
1378
|
export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
|
|
1315
1379
|
/** @internal */
|
|
1316
1380
|
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
@@ -1320,6 +1384,7 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
|
1320
1384
|
billable?: boolean | undefined;
|
|
1321
1385
|
transferable?: boolean | undefined;
|
|
1322
1386
|
secretsSync?: boolean | undefined;
|
|
1387
|
+
secretRotation?: CreateIntegrationStoreDirectSecretRotation2$Outbound | boolean | undefined;
|
|
1323
1388
|
sandbox?: boolean | undefined;
|
|
1324
1389
|
linking?: boolean | undefined;
|
|
1325
1390
|
projects?: boolean | undefined;
|
|
@@ -1333,18 +1398,18 @@ export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
|
|
|
1333
1398
|
/** @internal */
|
|
1334
1399
|
export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
1335
1400
|
/** @internal */
|
|
1336
|
-
export declare const
|
|
1401
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1337
1402
|
/** @internal */
|
|
1338
|
-
export type
|
|
1403
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound = {};
|
|
1339
1404
|
/** @internal */
|
|
1340
|
-
export declare const
|
|
1341
|
-
export declare function
|
|
1342
|
-
export declare function
|
|
1405
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895>;
|
|
1406
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895): string;
|
|
1407
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895, SDKValidationError>;
|
|
1343
1408
|
/** @internal */
|
|
1344
1409
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1345
1410
|
/** @internal */
|
|
1346
1411
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1347
|
-
"__@BRAND@
|
|
1412
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound;
|
|
1348
1413
|
};
|
|
1349
1414
|
/** @internal */
|
|
1350
1415
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1415,54 +1480,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1415
1480
|
/** @internal */
|
|
1416
1481
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
1417
1482
|
/** @internal */
|
|
1418
|
-
export declare const
|
|
1483
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1419
1484
|
/** @internal */
|
|
1420
|
-
export type
|
|
1485
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound = {};
|
|
1421
1486
|
/** @internal */
|
|
1422
|
-
export declare const
|
|
1423
|
-
export declare function
|
|
1424
|
-
export declare function
|
|
1487
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895>;
|
|
1488
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895): string;
|
|
1489
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895, SDKValidationError>;
|
|
1425
1490
|
/** @internal */
|
|
1426
1491
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1427
1492
|
/** @internal */
|
|
1428
1493
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1429
|
-
"__@BRAND@
|
|
1494
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound;
|
|
1430
1495
|
};
|
|
1431
1496
|
/** @internal */
|
|
1432
1497
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
1433
1498
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1434
1499
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1435
1500
|
/** @internal */
|
|
1436
|
-
export declare const
|
|
1501
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1437
1502
|
/** @internal */
|
|
1438
|
-
export type
|
|
1503
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound = {};
|
|
1439
1504
|
/** @internal */
|
|
1440
|
-
export declare const
|
|
1441
|
-
export declare function
|
|
1442
|
-
export declare function
|
|
1505
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895>;
|
|
1506
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895): string;
|
|
1507
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895, SDKValidationError>;
|
|
1443
1508
|
/** @internal */
|
|
1444
1509
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1445
1510
|
/** @internal */
|
|
1446
1511
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
1447
|
-
"__@BRAND@
|
|
1512
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound;
|
|
1448
1513
|
};
|
|
1449
1514
|
/** @internal */
|
|
1450
1515
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
1451
1516
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
1452
1517
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
1453
1518
|
/** @internal */
|
|
1454
|
-
export declare const
|
|
1519
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1455
1520
|
/** @internal */
|
|
1456
|
-
export type
|
|
1521
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound = {};
|
|
1457
1522
|
/** @internal */
|
|
1458
|
-
export declare const
|
|
1459
|
-
export declare function
|
|
1460
|
-
export declare function
|
|
1523
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895>;
|
|
1524
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895): string;
|
|
1525
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895, SDKValidationError>;
|
|
1461
1526
|
/** @internal */
|
|
1462
1527
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1463
1528
|
/** @internal */
|
|
1464
1529
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
1465
|
-
"__@BRAND@
|
|
1530
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound;
|
|
1466
1531
|
};
|
|
1467
1532
|
/** @internal */
|
|
1468
1533
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -1595,18 +1660,18 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1595
1660
|
/** @internal */
|
|
1596
1661
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
1597
1662
|
/** @internal */
|
|
1598
|
-
export declare const
|
|
1663
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1599
1664
|
/** @internal */
|
|
1600
|
-
export type
|
|
1665
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound = {};
|
|
1601
1666
|
/** @internal */
|
|
1602
|
-
export declare const
|
|
1603
|
-
export declare function
|
|
1604
|
-
export declare function
|
|
1667
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895>;
|
|
1668
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8895: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895): string;
|
|
1669
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895, SDKValidationError>;
|
|
1605
1670
|
/** @internal */
|
|
1606
1671
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1607
1672
|
/** @internal */
|
|
1608
1673
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1609
|
-
"__@BRAND@
|
|
1674
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound;
|
|
1610
1675
|
};
|
|
1611
1676
|
/** @internal */
|
|
1612
1677
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1669,18 +1734,18 @@ export declare const CreateIntegrationStoreDirectUiOptions3$outboundSchema: z.Zo
|
|
|
1669
1734
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1670
1735
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1671
1736
|
/** @internal */
|
|
1672
|
-
export declare const
|
|
1737
|
+
export declare const UiOptionsAtBRANDAt8895$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1673
1738
|
/** @internal */
|
|
1674
|
-
export type
|
|
1739
|
+
export type UiOptionsAtBRANDAt8895$Outbound = {};
|
|
1675
1740
|
/** @internal */
|
|
1676
|
-
export declare const
|
|
1677
|
-
export declare function
|
|
1678
|
-
export declare function
|
|
1741
|
+
export declare const UiOptionsAtBRANDAt8895$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8895$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8895>;
|
|
1742
|
+
export declare function uiOptionsAtBRANDAt8895ToJSON(uiOptionsAtBRANDAt8895: UiOptionsAtBRANDAt8895): string;
|
|
1743
|
+
export declare function uiOptionsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8895, SDKValidationError>;
|
|
1679
1744
|
/** @internal */
|
|
1680
1745
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1681
1746
|
/** @internal */
|
|
1682
1747
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1683
|
-
"__@BRAND@
|
|
1748
|
+
"__@BRAND@8895": UiOptionsAtBRANDAt8895$Outbound;
|
|
1684
1749
|
};
|
|
1685
1750
|
/** @internal */
|
|
1686
1751
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -1752,54 +1817,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseU
|
|
|
1752
1817
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
1753
1818
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
1754
1819
|
/** @internal */
|
|
1755
|
-
export declare const
|
|
1820
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1756
1821
|
/** @internal */
|
|
1757
|
-
export type
|
|
1822
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound = {};
|
|
1758
1823
|
/** @internal */
|
|
1759
|
-
export declare const
|
|
1760
|
-
export declare function
|
|
1761
|
-
export declare function
|
|
1824
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895>;
|
|
1825
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895): string;
|
|
1826
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895, SDKValidationError>;
|
|
1762
1827
|
/** @internal */
|
|
1763
1828
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
1764
1829
|
/** @internal */
|
|
1765
1830
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
1766
|
-
"__@BRAND@
|
|
1831
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound;
|
|
1767
1832
|
};
|
|
1768
1833
|
/** @internal */
|
|
1769
1834
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
1770
1835
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
1771
1836
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
1772
1837
|
/** @internal */
|
|
1773
|
-
export declare const
|
|
1838
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1774
1839
|
/** @internal */
|
|
1775
|
-
export type
|
|
1840
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound = {};
|
|
1776
1841
|
/** @internal */
|
|
1777
|
-
export declare const
|
|
1778
|
-
export declare function
|
|
1779
|
-
export declare function
|
|
1842
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895>;
|
|
1843
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895): string;
|
|
1844
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895, SDKValidationError>;
|
|
1780
1845
|
/** @internal */
|
|
1781
1846
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
1782
1847
|
/** @internal */
|
|
1783
1848
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
1784
|
-
"__@BRAND@
|
|
1849
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound;
|
|
1785
1850
|
};
|
|
1786
1851
|
/** @internal */
|
|
1787
1852
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
1788
1853
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
1789
1854
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
1790
1855
|
/** @internal */
|
|
1791
|
-
export declare const
|
|
1856
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1792
1857
|
/** @internal */
|
|
1793
|
-
export type
|
|
1858
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound = {};
|
|
1794
1859
|
/** @internal */
|
|
1795
|
-
export declare const
|
|
1796
|
-
export declare function
|
|
1797
|
-
export declare function
|
|
1860
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895>;
|
|
1861
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895): string;
|
|
1862
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895, SDKValidationError>;
|
|
1798
1863
|
/** @internal */
|
|
1799
1864
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
1800
1865
|
/** @internal */
|
|
1801
1866
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
1802
|
-
"__@BRAND@
|
|
1867
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound;
|
|
1803
1868
|
};
|
|
1804
1869
|
/** @internal */
|
|
1805
1870
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -1933,54 +1998,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
1933
1998
|
/** @internal */
|
|
1934
1999
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
1935
2000
|
/** @internal */
|
|
1936
|
-
export declare const
|
|
2001
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1937
2002
|
/** @internal */
|
|
1938
|
-
export type
|
|
2003
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound = {};
|
|
1939
2004
|
/** @internal */
|
|
1940
|
-
export declare const
|
|
1941
|
-
export declare function
|
|
1942
|
-
export declare function
|
|
2005
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895>;
|
|
2006
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895): string;
|
|
2007
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895, SDKValidationError>;
|
|
1943
2008
|
/** @internal */
|
|
1944
2009
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
1945
2010
|
/** @internal */
|
|
1946
2011
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
1947
|
-
"__@BRAND@
|
|
2012
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound;
|
|
1948
2013
|
};
|
|
1949
2014
|
/** @internal */
|
|
1950
2015
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
1951
2016
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
1952
2017
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
1953
2018
|
/** @internal */
|
|
1954
|
-
export declare const
|
|
2019
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1955
2020
|
/** @internal */
|
|
1956
|
-
export type
|
|
2021
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound = {};
|
|
1957
2022
|
/** @internal */
|
|
1958
|
-
export declare const
|
|
1959
|
-
export declare function
|
|
1960
|
-
export declare function
|
|
2023
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895>;
|
|
2024
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895): string;
|
|
2025
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895, SDKValidationError>;
|
|
1961
2026
|
/** @internal */
|
|
1962
2027
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
1963
2028
|
/** @internal */
|
|
1964
2029
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
1965
|
-
"__@BRAND@
|
|
2030
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound;
|
|
1966
2031
|
};
|
|
1967
2032
|
/** @internal */
|
|
1968
2033
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
1969
2034
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
1970
2035
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
1971
2036
|
/** @internal */
|
|
1972
|
-
export declare const
|
|
2037
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
1973
2038
|
/** @internal */
|
|
1974
|
-
export type
|
|
2039
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound = {};
|
|
1975
2040
|
/** @internal */
|
|
1976
|
-
export declare const
|
|
1977
|
-
export declare function
|
|
1978
|
-
export declare function
|
|
2041
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895>;
|
|
2042
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895): string;
|
|
2043
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895, SDKValidationError>;
|
|
1979
2044
|
/** @internal */
|
|
1980
2045
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
1981
2046
|
/** @internal */
|
|
1982
2047
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
1983
|
-
"__@BRAND@
|
|
2048
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound;
|
|
1984
2049
|
};
|
|
1985
2050
|
/** @internal */
|
|
1986
2051
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -2248,54 +2313,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiOptions$outboundSch
|
|
|
2248
2313
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
2249
2314
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
2250
2315
|
/** @internal */
|
|
2251
|
-
export declare const
|
|
2316
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2252
2317
|
/** @internal */
|
|
2253
|
-
export type
|
|
2318
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound = {};
|
|
2254
2319
|
/** @internal */
|
|
2255
|
-
export declare const
|
|
2256
|
-
export declare function
|
|
2257
|
-
export declare function
|
|
2320
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895>;
|
|
2321
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895): string;
|
|
2322
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895, SDKValidationError>;
|
|
2258
2323
|
/** @internal */
|
|
2259
2324
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
2260
2325
|
/** @internal */
|
|
2261
2326
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
2262
|
-
"__@BRAND@
|
|
2327
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound;
|
|
2263
2328
|
};
|
|
2264
2329
|
/** @internal */
|
|
2265
2330
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
2266
2331
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
2267
2332
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
2268
2333
|
/** @internal */
|
|
2269
|
-
export declare const
|
|
2334
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2270
2335
|
/** @internal */
|
|
2271
|
-
export type
|
|
2336
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound = {};
|
|
2272
2337
|
/** @internal */
|
|
2273
|
-
export declare const
|
|
2274
|
-
export declare function
|
|
2275
|
-
export declare function
|
|
2338
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895>;
|
|
2339
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895): string;
|
|
2340
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895, SDKValidationError>;
|
|
2276
2341
|
/** @internal */
|
|
2277
2342
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
2278
2343
|
/** @internal */
|
|
2279
2344
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
2280
|
-
"__@BRAND@
|
|
2345
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound;
|
|
2281
2346
|
};
|
|
2282
2347
|
/** @internal */
|
|
2283
2348
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
2284
2349
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
2285
2350
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
2286
2351
|
/** @internal */
|
|
2287
|
-
export declare const
|
|
2352
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2288
2353
|
/** @internal */
|
|
2289
|
-
export type
|
|
2354
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound = {};
|
|
2290
2355
|
/** @internal */
|
|
2291
|
-
export declare const
|
|
2292
|
-
export declare function
|
|
2293
|
-
export declare function
|
|
2356
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895>;
|
|
2357
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895): string;
|
|
2358
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895, SDKValidationError>;
|
|
2294
2359
|
/** @internal */
|
|
2295
2360
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
2296
2361
|
/** @internal */
|
|
2297
2362
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
2298
|
-
"__@BRAND@
|
|
2363
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound;
|
|
2299
2364
|
};
|
|
2300
2365
|
/** @internal */
|
|
2301
2366
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -2821,54 +2886,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl$inboundSche
|
|
|
2821
2886
|
/** @internal */
|
|
2822
2887
|
export declare const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
2823
2888
|
/** @internal */
|
|
2824
|
-
export declare const
|
|
2889
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2825
2890
|
/** @internal */
|
|
2826
|
-
export type
|
|
2891
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound = {};
|
|
2827
2892
|
/** @internal */
|
|
2828
|
-
export declare const
|
|
2829
|
-
export declare function
|
|
2830
|
-
export declare function
|
|
2893
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895>;
|
|
2894
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895): string;
|
|
2895
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895, SDKValidationError>;
|
|
2831
2896
|
/** @internal */
|
|
2832
2897
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
2833
2898
|
/** @internal */
|
|
2834
2899
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
2835
|
-
"__@BRAND@
|
|
2900
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound;
|
|
2836
2901
|
};
|
|
2837
2902
|
/** @internal */
|
|
2838
2903
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
2839
2904
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
2840
2905
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
2841
2906
|
/** @internal */
|
|
2842
|
-
export declare const
|
|
2907
|
+
export declare const PropertiesAtBRANDAt8895$inboundSchema: z.ZodType<PropertiesAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2843
2908
|
/** @internal */
|
|
2844
|
-
export type
|
|
2909
|
+
export type PropertiesAtBRANDAt8895$Outbound = {};
|
|
2845
2910
|
/** @internal */
|
|
2846
|
-
export declare const
|
|
2847
|
-
export declare function
|
|
2848
|
-
export declare function
|
|
2911
|
+
export declare const PropertiesAtBRANDAt8895$outboundSchema: z.ZodType<PropertiesAtBRANDAt8895$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8895>;
|
|
2912
|
+
export declare function propertiesAtBRANDAt8895ToJSON(propertiesAtBRANDAt8895: PropertiesAtBRANDAt8895): string;
|
|
2913
|
+
export declare function propertiesAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8895, SDKValidationError>;
|
|
2849
2914
|
/** @internal */
|
|
2850
2915
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
2851
2916
|
/** @internal */
|
|
2852
2917
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
2853
|
-
"__@BRAND@
|
|
2918
|
+
"__@BRAND@8895": PropertiesAtBRANDAt8895$Outbound;
|
|
2854
2919
|
};
|
|
2855
2920
|
/** @internal */
|
|
2856
2921
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
2857
2922
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
2858
2923
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
2859
2924
|
/** @internal */
|
|
2860
|
-
export declare const
|
|
2925
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
2861
2926
|
/** @internal */
|
|
2862
|
-
export type
|
|
2927
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound = {};
|
|
2863
2928
|
/** @internal */
|
|
2864
|
-
export declare const
|
|
2865
|
-
export declare function
|
|
2866
|
-
export declare function
|
|
2929
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8895>;
|
|
2930
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8895: CreateIntegrationStoreDirectPropertiesAtBRANDAt8895): string;
|
|
2931
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8895, SDKValidationError>;
|
|
2867
2932
|
/** @internal */
|
|
2868
2933
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
2869
2934
|
/** @internal */
|
|
2870
2935
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
2871
|
-
"__@BRAND@
|
|
2936
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound;
|
|
2872
2937
|
};
|
|
2873
2938
|
/** @internal */
|
|
2874
2939
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -3084,18 +3149,18 @@ export declare const Guides$outboundSchema: z.ZodType<Guides$Outbound, z.ZodType
|
|
|
3084
3149
|
export declare function guidesToJSON(guides: Guides): string;
|
|
3085
3150
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
3086
3151
|
/** @internal */
|
|
3087
|
-
export declare const
|
|
3152
|
+
export declare const AtBRANDAt8895$inboundSchema: z.ZodType<AtBRANDAt8895, z.ZodTypeDef, unknown>;
|
|
3088
3153
|
/** @internal */
|
|
3089
|
-
export type
|
|
3154
|
+
export type AtBRANDAt8895$Outbound = {};
|
|
3090
3155
|
/** @internal */
|
|
3091
|
-
export declare const
|
|
3092
|
-
export declare function
|
|
3093
|
-
export declare function
|
|
3156
|
+
export declare const AtBRANDAt8895$outboundSchema: z.ZodType<AtBRANDAt8895$Outbound, z.ZodTypeDef, AtBRANDAt8895>;
|
|
3157
|
+
export declare function atBRANDAt8895ToJSON(atBRANDAt8895: AtBRANDAt8895): string;
|
|
3158
|
+
export declare function atBRANDAt8895FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8895, SDKValidationError>;
|
|
3094
3159
|
/** @internal */
|
|
3095
3160
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
3096
3161
|
/** @internal */
|
|
3097
3162
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
3098
|
-
"__@BRAND@
|
|
3163
|
+
"__@BRAND@8895": AtBRANDAt8895$Outbound;
|
|
3099
3164
|
};
|
|
3100
3165
|
/** @internal */
|
|
3101
3166
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|
|
@@ -3304,11 +3369,16 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
3304
3369
|
} | undefined;
|
|
3305
3370
|
externalResourceId: string;
|
|
3306
3371
|
externalResourceStatus?: string | null | undefined;
|
|
3372
|
+
directPartnerConsoleUrl?: string | undefined;
|
|
3307
3373
|
product: Product$Outbound;
|
|
3308
3374
|
protocolSettings?: CreateIntegrationStoreDirectProtocolSettings$Outbound | undefined;
|
|
3309
3375
|
notification?: CreateIntegrationStoreDirectNotification$Outbound | undefined;
|
|
3310
3376
|
secrets: Array<CreateIntegrationStoreDirectSecrets$Outbound>;
|
|
3311
3377
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan$Outbound | undefined;
|
|
3378
|
+
secretRotationRequestedAt?: number | undefined;
|
|
3379
|
+
secretRotationRequestedReason?: string | undefined;
|
|
3380
|
+
secretRotationRequestedBy?: string | undefined;
|
|
3381
|
+
secretRotationCompletedAt?: number | undefined;
|
|
3312
3382
|
};
|
|
3313
3383
|
/** @internal */
|
|
3314
3384
|
export declare const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<CreateIntegrationStoreDirectStore$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectStore>;
|