@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
|
@@ -629,6 +629,30 @@ export const CreateIntegrationStoreDirectOwnership$inboundSchema = z.nativeEnum(
|
|
|
629
629
|
/** @internal */
|
|
630
630
|
export const CreateIntegrationStoreDirectOwnership$outboundSchema = CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
631
631
|
/** @internal */
|
|
632
|
+
export const SecretRotation2$inboundSchema = z.object({
|
|
633
|
+
maxDelayHours: z.number(),
|
|
634
|
+
});
|
|
635
|
+
/** @internal */
|
|
636
|
+
export const SecretRotation2$outboundSchema = z.object({
|
|
637
|
+
maxDelayHours: z.number(),
|
|
638
|
+
});
|
|
639
|
+
export function secretRotation2ToJSON(secretRotation2) {
|
|
640
|
+
return JSON.stringify(SecretRotation2$outboundSchema.parse(secretRotation2));
|
|
641
|
+
}
|
|
642
|
+
export function secretRotation2FromJSON(jsonString) {
|
|
643
|
+
return safeParse(jsonString, (x) => SecretRotation2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SecretRotation2' from JSON`);
|
|
644
|
+
}
|
|
645
|
+
/** @internal */
|
|
646
|
+
export const SecretRotation$inboundSchema = z.union([z.lazy(() => SecretRotation2$inboundSchema), z.boolean()]);
|
|
647
|
+
/** @internal */
|
|
648
|
+
export const SecretRotation$outboundSchema = z.union([z.lazy(() => SecretRotation2$outboundSchema), z.boolean()]);
|
|
649
|
+
export function secretRotationToJSON(secretRotation) {
|
|
650
|
+
return JSON.stringify(SecretRotation$outboundSchema.parse(secretRotation));
|
|
651
|
+
}
|
|
652
|
+
export function secretRotationFromJSON(jsonString) {
|
|
653
|
+
return safeParse(jsonString, (x) => SecretRotation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SecretRotation' from JSON`);
|
|
654
|
+
}
|
|
655
|
+
/** @internal */
|
|
632
656
|
export const Capabilities$inboundSchema = z.object({
|
|
633
657
|
mcp: z.boolean().optional(),
|
|
634
658
|
mcpReadonly: z.boolean().optional(),
|
|
@@ -636,6 +660,10 @@ export const Capabilities$inboundSchema = z.object({
|
|
|
636
660
|
billable: z.boolean().optional(),
|
|
637
661
|
transferable: z.boolean().optional(),
|
|
638
662
|
secretsSync: z.boolean().optional(),
|
|
663
|
+
secretRotation: z.union([
|
|
664
|
+
z.lazy(() => SecretRotation2$inboundSchema),
|
|
665
|
+
z.boolean(),
|
|
666
|
+
]).optional(),
|
|
639
667
|
projects: z.boolean().optional(),
|
|
640
668
|
});
|
|
641
669
|
/** @internal */
|
|
@@ -646,6 +674,10 @@ export const Capabilities$outboundSchema = z.object({
|
|
|
646
674
|
billable: z.boolean().optional(),
|
|
647
675
|
transferable: z.boolean().optional(),
|
|
648
676
|
secretsSync: z.boolean().optional(),
|
|
677
|
+
secretRotation: z.union([
|
|
678
|
+
z.lazy(() => SecretRotation2$outboundSchema),
|
|
679
|
+
z.boolean(),
|
|
680
|
+
]).optional(),
|
|
649
681
|
projects: z.boolean().optional(),
|
|
650
682
|
});
|
|
651
683
|
export function capabilitiesToJSON(capabilities) {
|
|
@@ -681,6 +713,36 @@ export const ExternalResourceStatus$inboundSchema = z.nativeEnum(ExternalResourc
|
|
|
681
713
|
/** @internal */
|
|
682
714
|
export const ExternalResourceStatus$outboundSchema = ExternalResourceStatus$inboundSchema;
|
|
683
715
|
/** @internal */
|
|
716
|
+
export const CreateIntegrationStoreDirectSecretRotation2$inboundSchema = z.object({
|
|
717
|
+
maxDelayHours: z.number(),
|
|
718
|
+
});
|
|
719
|
+
/** @internal */
|
|
720
|
+
export const CreateIntegrationStoreDirectSecretRotation2$outboundSchema = z.object({
|
|
721
|
+
maxDelayHours: z.number(),
|
|
722
|
+
});
|
|
723
|
+
export function createIntegrationStoreDirectSecretRotation2ToJSON(createIntegrationStoreDirectSecretRotation2) {
|
|
724
|
+
return JSON.stringify(CreateIntegrationStoreDirectSecretRotation2$outboundSchema.parse(createIntegrationStoreDirectSecretRotation2));
|
|
725
|
+
}
|
|
726
|
+
export function createIntegrationStoreDirectSecretRotation2FromJSON(jsonString) {
|
|
727
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectSecretRotation2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectSecretRotation2' from JSON`);
|
|
728
|
+
}
|
|
729
|
+
/** @internal */
|
|
730
|
+
export const CreateIntegrationStoreDirectSecretRotation$inboundSchema = z.union([
|
|
731
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
|
|
732
|
+
z.boolean(),
|
|
733
|
+
]);
|
|
734
|
+
/** @internal */
|
|
735
|
+
export const CreateIntegrationStoreDirectSecretRotation$outboundSchema = z.union([
|
|
736
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
|
|
737
|
+
z.boolean(),
|
|
738
|
+
]);
|
|
739
|
+
export function createIntegrationStoreDirectSecretRotationToJSON(createIntegrationStoreDirectSecretRotation) {
|
|
740
|
+
return JSON.stringify(CreateIntegrationStoreDirectSecretRotation$outboundSchema.parse(createIntegrationStoreDirectSecretRotation));
|
|
741
|
+
}
|
|
742
|
+
export function createIntegrationStoreDirectSecretRotationFromJSON(jsonString) {
|
|
743
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectSecretRotation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectSecretRotation' from JSON`);
|
|
744
|
+
}
|
|
745
|
+
/** @internal */
|
|
684
746
|
export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
685
747
|
mcp: z.boolean().optional(),
|
|
686
748
|
mcpReadonly: z.boolean().optional(),
|
|
@@ -688,6 +750,10 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
|
688
750
|
billable: z.boolean().optional(),
|
|
689
751
|
transferable: z.boolean().optional(),
|
|
690
752
|
secretsSync: z.boolean().optional(),
|
|
753
|
+
secretRotation: z.union([
|
|
754
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
|
|
755
|
+
z.boolean(),
|
|
756
|
+
]).optional(),
|
|
691
757
|
sandbox: z.boolean().optional(),
|
|
692
758
|
linking: z.boolean().optional(),
|
|
693
759
|
projects: z.boolean().optional(),
|
|
@@ -700,6 +766,10 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object(
|
|
|
700
766
|
billable: z.boolean().optional(),
|
|
701
767
|
transferable: z.boolean().optional(),
|
|
702
768
|
secretsSync: z.boolean().optional(),
|
|
769
|
+
secretRotation: z.union([
|
|
770
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
|
|
771
|
+
z.boolean(),
|
|
772
|
+
]).optional(),
|
|
703
773
|
sandbox: z.boolean().optional(),
|
|
704
774
|
linking: z.boolean().optional(),
|
|
705
775
|
projects: z.boolean().optional(),
|
|
@@ -716,31 +786,31 @@ export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
|
|
|
716
786
|
/** @internal */
|
|
717
787
|
export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
718
788
|
/** @internal */
|
|
719
|
-
export const
|
|
789
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema = z.object({});
|
|
720
790
|
/** @internal */
|
|
721
|
-
export const
|
|
722
|
-
export function
|
|
723
|
-
return JSON.stringify(
|
|
724
|
-
.parse(
|
|
791
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema = z.object({});
|
|
792
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895) {
|
|
793
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema
|
|
794
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895));
|
|
725
795
|
}
|
|
726
|
-
export function
|
|
727
|
-
return safeParse(jsonString, (x) =>
|
|
728
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
796
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(jsonString) {
|
|
797
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema
|
|
798
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895' from JSON`);
|
|
729
799
|
}
|
|
730
800
|
/** @internal */
|
|
731
801
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
732
|
-
"__@BRAND@
|
|
802
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema),
|
|
733
803
|
}).transform((v) => {
|
|
734
804
|
return remap$(v, {
|
|
735
|
-
"__@BRAND@
|
|
805
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
736
806
|
});
|
|
737
807
|
});
|
|
738
808
|
/** @internal */
|
|
739
809
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
740
|
-
|
|
810
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema),
|
|
741
811
|
}).transform((v) => {
|
|
742
812
|
return remap$(v, {
|
|
743
|
-
|
|
813
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
744
814
|
});
|
|
745
815
|
});
|
|
746
816
|
export function createIntegrationStoreDirectPropertiesValueToJSON(createIntegrationStoreDirectPropertiesValue) {
|
|
@@ -864,31 +934,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
864
934
|
/** @internal */
|
|
865
935
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
866
936
|
/** @internal */
|
|
867
|
-
export const
|
|
937
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema = z.object({});
|
|
868
938
|
/** @internal */
|
|
869
|
-
export const
|
|
870
|
-
export function
|
|
871
|
-
return JSON.stringify(
|
|
872
|
-
.parse(
|
|
939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema = z.object({});
|
|
940
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895) {
|
|
941
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema
|
|
942
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895));
|
|
873
943
|
}
|
|
874
|
-
export function
|
|
875
|
-
return safeParse(jsonString, (x) =>
|
|
876
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
944
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(jsonString) {
|
|
945
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema
|
|
946
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895' from JSON`);
|
|
877
947
|
}
|
|
878
948
|
/** @internal */
|
|
879
949
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
880
|
-
"__@BRAND@
|
|
950
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema),
|
|
881
951
|
}).transform((v) => {
|
|
882
952
|
return remap$(v, {
|
|
883
|
-
"__@BRAND@
|
|
953
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
884
954
|
});
|
|
885
955
|
});
|
|
886
956
|
/** @internal */
|
|
887
957
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
888
|
-
|
|
958
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema),
|
|
889
959
|
}).transform((v) => {
|
|
890
960
|
return remap$(v, {
|
|
891
|
-
|
|
961
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
892
962
|
});
|
|
893
963
|
});
|
|
894
964
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
|
|
@@ -900,31 +970,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
900
970
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
901
971
|
}
|
|
902
972
|
/** @internal */
|
|
903
|
-
export const
|
|
973
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema = z.object({});
|
|
904
974
|
/** @internal */
|
|
905
|
-
export const
|
|
906
|
-
export function
|
|
907
|
-
return JSON.stringify(
|
|
908
|
-
.parse(
|
|
975
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema = z.object({});
|
|
976
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895) {
|
|
977
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema
|
|
978
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895));
|
|
909
979
|
}
|
|
910
|
-
export function
|
|
911
|
-
return safeParse(jsonString, (x) =>
|
|
912
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
980
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(jsonString) {
|
|
981
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema
|
|
982
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895' from JSON`);
|
|
913
983
|
}
|
|
914
984
|
/** @internal */
|
|
915
985
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
916
|
-
"__@BRAND@
|
|
986
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema),
|
|
917
987
|
}).transform((v) => {
|
|
918
988
|
return remap$(v, {
|
|
919
|
-
"__@BRAND@
|
|
989
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
920
990
|
});
|
|
921
991
|
});
|
|
922
992
|
/** @internal */
|
|
923
993
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
924
|
-
|
|
994
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema),
|
|
925
995
|
}).transform((v) => {
|
|
926
996
|
return remap$(v, {
|
|
927
|
-
|
|
997
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
928
998
|
});
|
|
929
999
|
});
|
|
930
1000
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
|
|
@@ -936,31 +1006,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
936
1006
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
937
1007
|
}
|
|
938
1008
|
/** @internal */
|
|
939
|
-
export const
|
|
1009
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema = z.object({});
|
|
940
1010
|
/** @internal */
|
|
941
|
-
export const
|
|
942
|
-
export function
|
|
943
|
-
return JSON.stringify(
|
|
944
|
-
.parse(
|
|
1011
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema = z.object({});
|
|
1012
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895) {
|
|
1013
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema
|
|
1014
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895));
|
|
945
1015
|
}
|
|
946
|
-
export function
|
|
947
|
-
return safeParse(jsonString, (x) =>
|
|
948
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1016
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(jsonString) {
|
|
1017
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema
|
|
1018
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895' from JSON`);
|
|
949
1019
|
}
|
|
950
1020
|
/** @internal */
|
|
951
1021
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
952
|
-
"__@BRAND@
|
|
1022
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema),
|
|
953
1023
|
}).transform((v) => {
|
|
954
1024
|
return remap$(v, {
|
|
955
|
-
"__@BRAND@
|
|
1025
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
956
1026
|
});
|
|
957
1027
|
});
|
|
958
1028
|
/** @internal */
|
|
959
1029
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
960
|
-
|
|
1030
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema),
|
|
961
1031
|
}).transform((v) => {
|
|
962
1032
|
return remap$(v, {
|
|
963
|
-
|
|
1033
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
964
1034
|
});
|
|
965
1035
|
});
|
|
966
1036
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
|
|
@@ -1244,29 +1314,29 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1244
1314
|
/** @internal */
|
|
1245
1315
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
1246
1316
|
/** @internal */
|
|
1247
|
-
export const
|
|
1317
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema = z.object({});
|
|
1248
1318
|
/** @internal */
|
|
1249
|
-
export const
|
|
1250
|
-
export function
|
|
1251
|
-
return JSON.stringify(
|
|
1319
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema = z.object({});
|
|
1320
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8895) {
|
|
1321
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8895));
|
|
1252
1322
|
}
|
|
1253
|
-
export function
|
|
1254
|
-
return safeParse(jsonString, (x) =>
|
|
1323
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(jsonString) {
|
|
1324
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895' from JSON`);
|
|
1255
1325
|
}
|
|
1256
1326
|
/** @internal */
|
|
1257
1327
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1258
|
-
"__@BRAND@
|
|
1328
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema),
|
|
1259
1329
|
}).transform((v) => {
|
|
1260
1330
|
return remap$(v, {
|
|
1261
|
-
"__@BRAND@
|
|
1331
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1262
1332
|
});
|
|
1263
1333
|
});
|
|
1264
1334
|
/** @internal */
|
|
1265
1335
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1266
|
-
|
|
1336
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema),
|
|
1267
1337
|
}).transform((v) => {
|
|
1268
1338
|
return remap$(v, {
|
|
1269
|
-
|
|
1339
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1270
1340
|
});
|
|
1271
1341
|
});
|
|
1272
1342
|
export function createIntegrationStoreDirectUiOptionsValueToJSON(createIntegrationStoreDirectUiOptionsValue) {
|
|
@@ -1390,29 +1460,29 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1390
1460
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1391
1461
|
}
|
|
1392
1462
|
/** @internal */
|
|
1393
|
-
export const
|
|
1463
|
+
export const UiOptionsAtBRANDAt8895$inboundSchema = z.object({});
|
|
1394
1464
|
/** @internal */
|
|
1395
|
-
export const
|
|
1396
|
-
export function
|
|
1397
|
-
return JSON.stringify(
|
|
1465
|
+
export const UiOptionsAtBRANDAt8895$outboundSchema = z.object({});
|
|
1466
|
+
export function uiOptionsAtBRANDAt8895ToJSON(uiOptionsAtBRANDAt8895) {
|
|
1467
|
+
return JSON.stringify(UiOptionsAtBRANDAt8895$outboundSchema.parse(uiOptionsAtBRANDAt8895));
|
|
1398
1468
|
}
|
|
1399
|
-
export function
|
|
1400
|
-
return safeParse(jsonString, (x) =>
|
|
1469
|
+
export function uiOptionsAtBRANDAt8895FromJSON(jsonString) {
|
|
1470
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8895' from JSON`);
|
|
1401
1471
|
}
|
|
1402
1472
|
/** @internal */
|
|
1403
1473
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1404
|
-
"__@BRAND@
|
|
1474
|
+
"__@BRAND@8895": z.lazy(() => UiOptionsAtBRANDAt8895$inboundSchema),
|
|
1405
1475
|
}).transform((v) => {
|
|
1406
1476
|
return remap$(v, {
|
|
1407
|
-
"__@BRAND@
|
|
1477
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1408
1478
|
});
|
|
1409
1479
|
});
|
|
1410
1480
|
/** @internal */
|
|
1411
1481
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1412
|
-
|
|
1482
|
+
atBRANDAt8895: z.lazy(() => UiOptionsAtBRANDAt8895$outboundSchema),
|
|
1413
1483
|
}).transform((v) => {
|
|
1414
1484
|
return remap$(v, {
|
|
1415
|
-
|
|
1485
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1416
1486
|
});
|
|
1417
1487
|
});
|
|
1418
1488
|
export function createIntegrationStoreDirectUiOptions2ToJSON(createIntegrationStoreDirectUiOptions2) {
|
|
@@ -1554,31 +1624,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1554
1624
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1555
1625
|
}
|
|
1556
1626
|
/** @internal */
|
|
1557
|
-
export const
|
|
1627
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema = z.object({});
|
|
1558
1628
|
/** @internal */
|
|
1559
|
-
export const
|
|
1560
|
-
export function
|
|
1561
|
-
return JSON.stringify(
|
|
1562
|
-
.parse(
|
|
1629
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema = z.object({});
|
|
1630
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895) {
|
|
1631
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema
|
|
1632
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895));
|
|
1563
1633
|
}
|
|
1564
|
-
export function
|
|
1565
|
-
return safeParse(jsonString, (x) =>
|
|
1566
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1634
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(jsonString) {
|
|
1635
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema
|
|
1636
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895' from JSON`);
|
|
1567
1637
|
}
|
|
1568
1638
|
/** @internal */
|
|
1569
1639
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1570
|
-
"__@BRAND@
|
|
1640
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema),
|
|
1571
1641
|
}).transform((v) => {
|
|
1572
1642
|
return remap$(v, {
|
|
1573
|
-
"__@BRAND@
|
|
1643
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1574
1644
|
});
|
|
1575
1645
|
});
|
|
1576
1646
|
/** @internal */
|
|
1577
1647
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1578
|
-
|
|
1648
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema),
|
|
1579
1649
|
}).transform((v) => {
|
|
1580
1650
|
return remap$(v, {
|
|
1581
|
-
|
|
1651
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1582
1652
|
});
|
|
1583
1653
|
});
|
|
1584
1654
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength) {
|
|
@@ -1590,31 +1660,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1590
1660
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1591
1661
|
}
|
|
1592
1662
|
/** @internal */
|
|
1593
|
-
export const
|
|
1663
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema = z.object({});
|
|
1594
1664
|
/** @internal */
|
|
1595
|
-
export const
|
|
1596
|
-
export function
|
|
1597
|
-
return JSON.stringify(
|
|
1598
|
-
.parse(
|
|
1665
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema = z.object({});
|
|
1666
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895) {
|
|
1667
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema
|
|
1668
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895));
|
|
1599
1669
|
}
|
|
1600
|
-
export function
|
|
1601
|
-
return safeParse(jsonString, (x) =>
|
|
1602
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1670
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(jsonString) {
|
|
1671
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema
|
|
1672
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895' from JSON`);
|
|
1603
1673
|
}
|
|
1604
1674
|
/** @internal */
|
|
1605
1675
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1606
|
-
"__@BRAND@
|
|
1676
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema),
|
|
1607
1677
|
}).transform((v) => {
|
|
1608
1678
|
return remap$(v, {
|
|
1609
|
-
"__@BRAND@
|
|
1679
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1610
1680
|
});
|
|
1611
1681
|
});
|
|
1612
1682
|
/** @internal */
|
|
1613
1683
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1614
|
-
|
|
1684
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema),
|
|
1615
1685
|
}).transform((v) => {
|
|
1616
1686
|
return remap$(v, {
|
|
1617
|
-
|
|
1687
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1618
1688
|
});
|
|
1619
1689
|
});
|
|
1620
1690
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength) {
|
|
@@ -1626,31 +1696,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1626
1696
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1627
1697
|
}
|
|
1628
1698
|
/** @internal */
|
|
1629
|
-
export const
|
|
1699
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema = z.object({});
|
|
1630
1700
|
/** @internal */
|
|
1631
|
-
export const
|
|
1632
|
-
export function
|
|
1633
|
-
return JSON.stringify(
|
|
1634
|
-
.parse(
|
|
1701
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema = z.object({});
|
|
1702
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895) {
|
|
1703
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema
|
|
1704
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895));
|
|
1635
1705
|
}
|
|
1636
|
-
export function
|
|
1637
|
-
return safeParse(jsonString, (x) =>
|
|
1638
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
1706
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(jsonString) {
|
|
1707
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema
|
|
1708
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895' from JSON`);
|
|
1639
1709
|
}
|
|
1640
1710
|
/** @internal */
|
|
1641
1711
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1642
|
-
"__@BRAND@
|
|
1712
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema),
|
|
1643
1713
|
}).transform((v) => {
|
|
1644
1714
|
return remap$(v, {
|
|
1645
|
-
"__@BRAND@
|
|
1715
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1646
1716
|
});
|
|
1647
1717
|
});
|
|
1648
1718
|
/** @internal */
|
|
1649
1719
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1650
|
-
|
|
1720
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema),
|
|
1651
1721
|
}).transform((v) => {
|
|
1652
1722
|
return remap$(v, {
|
|
1653
|
-
|
|
1723
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1654
1724
|
});
|
|
1655
1725
|
});
|
|
1656
1726
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponsePatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponsePattern) {
|
|
@@ -1946,31 +2016,31 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
1946
2016
|
/** @internal */
|
|
1947
2017
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
1948
2018
|
/** @internal */
|
|
1949
|
-
export const
|
|
2019
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema = z.object({});
|
|
1950
2020
|
/** @internal */
|
|
1951
|
-
export const
|
|
1952
|
-
export function
|
|
1953
|
-
return JSON.stringify(
|
|
1954
|
-
.parse(
|
|
2021
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema = z.object({});
|
|
2022
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895) {
|
|
2023
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema
|
|
2024
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895));
|
|
1955
2025
|
}
|
|
1956
|
-
export function
|
|
1957
|
-
return safeParse(jsonString, (x) =>
|
|
1958
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2026
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(jsonString) {
|
|
2027
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema
|
|
2028
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895' from JSON`);
|
|
1959
2029
|
}
|
|
1960
2030
|
/** @internal */
|
|
1961
2031
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
1962
|
-
"__@BRAND@
|
|
2032
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema),
|
|
1963
2033
|
}).transform((v) => {
|
|
1964
2034
|
return remap$(v, {
|
|
1965
|
-
"__@BRAND@
|
|
2035
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
1966
2036
|
});
|
|
1967
2037
|
});
|
|
1968
2038
|
/** @internal */
|
|
1969
2039
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
1970
|
-
|
|
2040
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema),
|
|
1971
2041
|
}).transform((v) => {
|
|
1972
2042
|
return remap$(v, {
|
|
1973
|
-
|
|
2043
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
1974
2044
|
});
|
|
1975
2045
|
});
|
|
1976
2046
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
|
|
@@ -1982,31 +2052,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
1982
2052
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
1983
2053
|
}
|
|
1984
2054
|
/** @internal */
|
|
1985
|
-
export const
|
|
2055
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema = z.object({});
|
|
1986
2056
|
/** @internal */
|
|
1987
|
-
export const
|
|
1988
|
-
export function
|
|
1989
|
-
return JSON.stringify(
|
|
1990
|
-
.parse(
|
|
2057
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema = z.object({});
|
|
2058
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895) {
|
|
2059
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema
|
|
2060
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895));
|
|
1991
2061
|
}
|
|
1992
|
-
export function
|
|
1993
|
-
return safeParse(jsonString, (x) =>
|
|
1994
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2062
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(jsonString) {
|
|
2063
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema
|
|
2064
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895' from JSON`);
|
|
1995
2065
|
}
|
|
1996
2066
|
/** @internal */
|
|
1997
2067
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
1998
|
-
"__@BRAND@
|
|
2068
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema),
|
|
1999
2069
|
}).transform((v) => {
|
|
2000
2070
|
return remap$(v, {
|
|
2001
|
-
"__@BRAND@
|
|
2071
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2002
2072
|
});
|
|
2003
2073
|
});
|
|
2004
2074
|
/** @internal */
|
|
2005
2075
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2006
|
-
|
|
2076
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema),
|
|
2007
2077
|
}).transform((v) => {
|
|
2008
2078
|
return remap$(v, {
|
|
2009
|
-
|
|
2079
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2010
2080
|
});
|
|
2011
2081
|
});
|
|
2012
2082
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
|
|
@@ -2018,31 +2088,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
2018
2088
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2019
2089
|
}
|
|
2020
2090
|
/** @internal */
|
|
2021
|
-
export const
|
|
2091
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema = z.object({});
|
|
2022
2092
|
/** @internal */
|
|
2023
|
-
export const
|
|
2024
|
-
export function
|
|
2025
|
-
return JSON.stringify(
|
|
2026
|
-
.parse(
|
|
2093
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema = z.object({});
|
|
2094
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895) {
|
|
2095
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema
|
|
2096
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895));
|
|
2027
2097
|
}
|
|
2028
|
-
export function
|
|
2029
|
-
return safeParse(jsonString, (x) =>
|
|
2030
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2098
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(jsonString) {
|
|
2099
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema
|
|
2100
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895' from JSON`);
|
|
2031
2101
|
}
|
|
2032
2102
|
/** @internal */
|
|
2033
2103
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2034
|
-
"__@BRAND@
|
|
2104
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema),
|
|
2035
2105
|
}).transform((v) => {
|
|
2036
2106
|
return remap$(v, {
|
|
2037
|
-
"__@BRAND@
|
|
2107
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2038
2108
|
});
|
|
2039
2109
|
});
|
|
2040
2110
|
/** @internal */
|
|
2041
2111
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2042
|
-
|
|
2112
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema),
|
|
2043
2113
|
}).transform((v) => {
|
|
2044
2114
|
return remap$(v, {
|
|
2045
|
-
|
|
2115
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2046
2116
|
});
|
|
2047
2117
|
});
|
|
2048
2118
|
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
|
|
@@ -2594,31 +2664,31 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
2594
2664
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
2595
2665
|
}
|
|
2596
2666
|
/** @internal */
|
|
2597
|
-
export const
|
|
2667
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema = z.object({});
|
|
2598
2668
|
/** @internal */
|
|
2599
|
-
export const
|
|
2600
|
-
export function
|
|
2601
|
-
return JSON.stringify(
|
|
2602
|
-
.parse(
|
|
2669
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema = z.object({});
|
|
2670
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895) {
|
|
2671
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema
|
|
2672
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895));
|
|
2603
2673
|
}
|
|
2604
|
-
export function
|
|
2605
|
-
return safeParse(jsonString, (x) =>
|
|
2606
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2674
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(jsonString) {
|
|
2675
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema
|
|
2676
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895' from JSON`);
|
|
2607
2677
|
}
|
|
2608
2678
|
/** @internal */
|
|
2609
2679
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
2610
|
-
"__@BRAND@
|
|
2680
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema),
|
|
2611
2681
|
}).transform((v) => {
|
|
2612
2682
|
return remap$(v, {
|
|
2613
|
-
"__@BRAND@
|
|
2683
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2614
2684
|
});
|
|
2615
2685
|
});
|
|
2616
2686
|
/** @internal */
|
|
2617
2687
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
2618
|
-
|
|
2688
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema),
|
|
2619
2689
|
}).transform((v) => {
|
|
2620
2690
|
return remap$(v, {
|
|
2621
|
-
|
|
2691
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2622
2692
|
});
|
|
2623
2693
|
});
|
|
2624
2694
|
export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength) {
|
|
@@ -2630,31 +2700,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
2630
2700
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
2631
2701
|
}
|
|
2632
2702
|
/** @internal */
|
|
2633
|
-
export const
|
|
2703
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema = z.object({});
|
|
2634
2704
|
/** @internal */
|
|
2635
|
-
export const
|
|
2636
|
-
export function
|
|
2637
|
-
return JSON.stringify(
|
|
2638
|
-
.parse(
|
|
2705
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema = z.object({});
|
|
2706
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895) {
|
|
2707
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema
|
|
2708
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895));
|
|
2639
2709
|
}
|
|
2640
|
-
export function
|
|
2641
|
-
return safeParse(jsonString, (x) =>
|
|
2642
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2710
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(jsonString) {
|
|
2711
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema
|
|
2712
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895' from JSON`);
|
|
2643
2713
|
}
|
|
2644
2714
|
/** @internal */
|
|
2645
2715
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
2646
|
-
"__@BRAND@
|
|
2716
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema),
|
|
2647
2717
|
}).transform((v) => {
|
|
2648
2718
|
return remap$(v, {
|
|
2649
|
-
"__@BRAND@
|
|
2719
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2650
2720
|
});
|
|
2651
2721
|
});
|
|
2652
2722
|
/** @internal */
|
|
2653
2723
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
2654
|
-
|
|
2724
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema),
|
|
2655
2725
|
}).transform((v) => {
|
|
2656
2726
|
return remap$(v, {
|
|
2657
|
-
|
|
2727
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2658
2728
|
});
|
|
2659
2729
|
});
|
|
2660
2730
|
export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength) {
|
|
@@ -2666,31 +2736,31 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
2666
2736
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
2667
2737
|
}
|
|
2668
2738
|
/** @internal */
|
|
2669
|
-
export const
|
|
2739
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema = z.object({});
|
|
2670
2740
|
/** @internal */
|
|
2671
|
-
export const
|
|
2672
|
-
export function
|
|
2673
|
-
return JSON.stringify(
|
|
2674
|
-
.parse(
|
|
2741
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema = z.object({});
|
|
2742
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895) {
|
|
2743
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema
|
|
2744
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895));
|
|
2675
2745
|
}
|
|
2676
|
-
export function
|
|
2677
|
-
return safeParse(jsonString, (x) =>
|
|
2678
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2746
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(jsonString) {
|
|
2747
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema
|
|
2748
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895' from JSON`);
|
|
2679
2749
|
}
|
|
2680
2750
|
/** @internal */
|
|
2681
2751
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
2682
|
-
"__@BRAND@
|
|
2752
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema),
|
|
2683
2753
|
}).transform((v) => {
|
|
2684
2754
|
return remap$(v, {
|
|
2685
|
-
"__@BRAND@
|
|
2755
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2686
2756
|
});
|
|
2687
2757
|
});
|
|
2688
2758
|
/** @internal */
|
|
2689
2759
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
2690
|
-
|
|
2760
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema),
|
|
2691
2761
|
}).transform((v) => {
|
|
2692
2762
|
return remap$(v, {
|
|
2693
|
-
|
|
2763
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2694
2764
|
});
|
|
2695
2765
|
});
|
|
2696
2766
|
export function createIntegrationStoreDirectPropertiesIntegrationsPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsPattern) {
|
|
@@ -3806,31 +3876,31 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = z
|
|
|
3806
3876
|
/** @internal */
|
|
3807
3877
|
export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
3808
3878
|
/** @internal */
|
|
3809
|
-
export const
|
|
3879
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema = z.object({});
|
|
3810
3880
|
/** @internal */
|
|
3811
|
-
export const
|
|
3812
|
-
export function
|
|
3813
|
-
return JSON.stringify(
|
|
3814
|
-
.parse(
|
|
3881
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema = z.object({});
|
|
3882
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895) {
|
|
3883
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema
|
|
3884
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895));
|
|
3815
3885
|
}
|
|
3816
|
-
export function
|
|
3817
|
-
return safeParse(jsonString, (x) =>
|
|
3818
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3886
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(jsonString) {
|
|
3887
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema
|
|
3888
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895' from JSON`);
|
|
3819
3889
|
}
|
|
3820
3890
|
/** @internal */
|
|
3821
3891
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
3822
|
-
"__@BRAND@
|
|
3892
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema),
|
|
3823
3893
|
}).transform((v) => {
|
|
3824
3894
|
return remap$(v, {
|
|
3825
|
-
"__@BRAND@
|
|
3895
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3826
3896
|
});
|
|
3827
3897
|
});
|
|
3828
3898
|
/** @internal */
|
|
3829
3899
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
3830
|
-
|
|
3900
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema),
|
|
3831
3901
|
}).transform((v) => {
|
|
3832
3902
|
return remap$(v, {
|
|
3833
|
-
|
|
3903
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3834
3904
|
});
|
|
3835
3905
|
});
|
|
3836
3906
|
export function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength) {
|
|
@@ -3840,29 +3910,29 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
3840
3910
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
3841
3911
|
}
|
|
3842
3912
|
/** @internal */
|
|
3843
|
-
export const
|
|
3913
|
+
export const PropertiesAtBRANDAt8895$inboundSchema = z.object({});
|
|
3844
3914
|
/** @internal */
|
|
3845
|
-
export const
|
|
3846
|
-
export function
|
|
3847
|
-
return JSON.stringify(
|
|
3915
|
+
export const PropertiesAtBRANDAt8895$outboundSchema = z.object({});
|
|
3916
|
+
export function propertiesAtBRANDAt8895ToJSON(propertiesAtBRANDAt8895) {
|
|
3917
|
+
return JSON.stringify(PropertiesAtBRANDAt8895$outboundSchema.parse(propertiesAtBRANDAt8895));
|
|
3848
3918
|
}
|
|
3849
|
-
export function
|
|
3850
|
-
return safeParse(jsonString, (x) =>
|
|
3919
|
+
export function propertiesAtBRANDAt8895FromJSON(jsonString) {
|
|
3920
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8895' from JSON`);
|
|
3851
3921
|
}
|
|
3852
3922
|
/** @internal */
|
|
3853
3923
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
3854
|
-
"__@BRAND@
|
|
3924
|
+
"__@BRAND@8895": z.lazy(() => PropertiesAtBRANDAt8895$inboundSchema),
|
|
3855
3925
|
}).transform((v) => {
|
|
3856
3926
|
return remap$(v, {
|
|
3857
|
-
"__@BRAND@
|
|
3927
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3858
3928
|
});
|
|
3859
3929
|
});
|
|
3860
3930
|
/** @internal */
|
|
3861
3931
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
3862
|
-
|
|
3932
|
+
atBRANDAt8895: z.lazy(() => PropertiesAtBRANDAt8895$outboundSchema),
|
|
3863
3933
|
}).transform((v) => {
|
|
3864
3934
|
return remap$(v, {
|
|
3865
|
-
|
|
3935
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3866
3936
|
});
|
|
3867
3937
|
});
|
|
3868
3938
|
export function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength) {
|
|
@@ -3872,29 +3942,29 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
3872
3942
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
3873
3943
|
}
|
|
3874
3944
|
/** @internal */
|
|
3875
|
-
export const
|
|
3945
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema = z.object({});
|
|
3876
3946
|
/** @internal */
|
|
3877
|
-
export const
|
|
3878
|
-
export function
|
|
3879
|
-
return JSON.stringify(
|
|
3947
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema = z.object({});
|
|
3948
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8895) {
|
|
3949
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8895));
|
|
3880
3950
|
}
|
|
3881
|
-
export function
|
|
3882
|
-
return safeParse(jsonString, (x) =>
|
|
3951
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(jsonString) {
|
|
3952
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8895' from JSON`);
|
|
3883
3953
|
}
|
|
3884
3954
|
/** @internal */
|
|
3885
3955
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
3886
|
-
"__@BRAND@
|
|
3956
|
+
"__@BRAND@8895": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema),
|
|
3887
3957
|
}).transform((v) => {
|
|
3888
3958
|
return remap$(v, {
|
|
3889
|
-
"__@BRAND@
|
|
3959
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3890
3960
|
});
|
|
3891
3961
|
});
|
|
3892
3962
|
/** @internal */
|
|
3893
3963
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
3894
|
-
|
|
3964
|
+
atBRANDAt8895: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema),
|
|
3895
3965
|
}).transform((v) => {
|
|
3896
3966
|
return remap$(v, {
|
|
3897
|
-
|
|
3967
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3898
3968
|
});
|
|
3899
3969
|
});
|
|
3900
3970
|
export function createIntegrationStoreDirectPropertiesPatternToJSON(createIntegrationStoreDirectPropertiesPattern) {
|
|
@@ -4320,29 +4390,29 @@ export function guidesFromJSON(jsonString) {
|
|
|
4320
4390
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
4321
4391
|
}
|
|
4322
4392
|
/** @internal */
|
|
4323
|
-
export const
|
|
4393
|
+
export const AtBRANDAt8895$inboundSchema = z.object({});
|
|
4324
4394
|
/** @internal */
|
|
4325
|
-
export const
|
|
4326
|
-
export function
|
|
4327
|
-
return JSON.stringify(
|
|
4395
|
+
export const AtBRANDAt8895$outboundSchema = z.object({});
|
|
4396
|
+
export function atBRANDAt8895ToJSON(atBRANDAt8895) {
|
|
4397
|
+
return JSON.stringify(AtBRANDAt8895$outboundSchema.parse(atBRANDAt8895));
|
|
4328
4398
|
}
|
|
4329
|
-
export function
|
|
4330
|
-
return safeParse(jsonString, (x) =>
|
|
4399
|
+
export function atBRANDAt8895FromJSON(jsonString) {
|
|
4400
|
+
return safeParse(jsonString, (x) => AtBRANDAt8895$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8895' from JSON`);
|
|
4331
4401
|
}
|
|
4332
4402
|
/** @internal */
|
|
4333
4403
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
4334
|
-
"__@BRAND@
|
|
4404
|
+
"__@BRAND@8895": z.lazy(() => AtBRANDAt8895$inboundSchema),
|
|
4335
4405
|
}).transform((v) => {
|
|
4336
4406
|
return remap$(v, {
|
|
4337
|
-
"__@BRAND@
|
|
4407
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
4338
4408
|
});
|
|
4339
4409
|
});
|
|
4340
4410
|
/** @internal */
|
|
4341
4411
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
4342
|
-
|
|
4412
|
+
atBRANDAt8895: z.lazy(() => AtBRANDAt8895$outboundSchema),
|
|
4343
4413
|
}).transform((v) => {
|
|
4344
4414
|
return remap$(v, {
|
|
4345
|
-
|
|
4415
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
4346
4416
|
});
|
|
4347
4417
|
});
|
|
4348
4418
|
export function createIntegrationStoreDirectValueToJSON(createIntegrationStoreDirectValue) {
|
|
@@ -4686,11 +4756,16 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
4686
4756
|
externalResourceId: z.string(),
|
|
4687
4757
|
externalResourceStatus: z.nullable(ExternalResourceStatus$inboundSchema)
|
|
4688
4758
|
.optional(),
|
|
4759
|
+
directPartnerConsoleUrl: z.string().optional(),
|
|
4689
4760
|
product: z.lazy(() => Product$inboundSchema),
|
|
4690
4761
|
protocolSettings: z.lazy(() => CreateIntegrationStoreDirectProtocolSettings$inboundSchema).optional(),
|
|
4691
4762
|
notification: z.lazy(() => CreateIntegrationStoreDirectNotification$inboundSchema).optional(),
|
|
4692
4763
|
secrets: z.array(z.lazy(() => CreateIntegrationStoreDirectSecrets$inboundSchema)),
|
|
4693
4764
|
billingPlan: z.lazy(() => CreateIntegrationStoreDirectBillingPlan$inboundSchema).optional(),
|
|
4765
|
+
secretRotationRequestedAt: z.number().optional(),
|
|
4766
|
+
secretRotationRequestedReason: z.string().optional(),
|
|
4767
|
+
secretRotationRequestedBy: z.string().optional(),
|
|
4768
|
+
secretRotationCompletedAt: z.number().optional(),
|
|
4694
4769
|
});
|
|
4695
4770
|
/** @internal */
|
|
4696
4771
|
export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
@@ -4711,11 +4786,16 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
|
4711
4786
|
externalResourceId: z.string(),
|
|
4712
4787
|
externalResourceStatus: z.nullable(ExternalResourceStatus$outboundSchema)
|
|
4713
4788
|
.optional(),
|
|
4789
|
+
directPartnerConsoleUrl: z.string().optional(),
|
|
4714
4790
|
product: z.lazy(() => Product$outboundSchema),
|
|
4715
4791
|
protocolSettings: z.lazy(() => CreateIntegrationStoreDirectProtocolSettings$outboundSchema).optional(),
|
|
4716
4792
|
notification: z.lazy(() => CreateIntegrationStoreDirectNotification$outboundSchema).optional(),
|
|
4717
4793
|
secrets: z.array(z.lazy(() => CreateIntegrationStoreDirectSecrets$outboundSchema)),
|
|
4718
4794
|
billingPlan: z.lazy(() => CreateIntegrationStoreDirectBillingPlan$outboundSchema).optional(),
|
|
4795
|
+
secretRotationRequestedAt: z.number().optional(),
|
|
4796
|
+
secretRotationRequestedReason: z.string().optional(),
|
|
4797
|
+
secretRotationRequestedBy: z.string().optional(),
|
|
4798
|
+
secretRotationCompletedAt: z.number().optional(),
|
|
4719
4799
|
});
|
|
4720
4800
|
export function createIntegrationStoreDirectStoreToJSON(createIntegrationStoreDirectStore) {
|
|
4721
4801
|
return JSON.stringify(CreateIntegrationStoreDirectStore$outboundSchema.parse(createIntegrationStoreDirectStore));
|