@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
|
@@ -223,6 +223,12 @@ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
|
|
|
223
223
|
typeof CreateIntegrationStoreDirectOwnership
|
|
224
224
|
>;
|
|
225
225
|
|
|
226
|
+
export type SecretRotation2 = {
|
|
227
|
+
maxDelayHours: number;
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
export type SecretRotation = SecretRotation2 | boolean;
|
|
231
|
+
|
|
226
232
|
export type Capabilities = {
|
|
227
233
|
mcp?: boolean | undefined;
|
|
228
234
|
mcpReadonly?: boolean | undefined;
|
|
@@ -230,6 +236,7 @@ export type Capabilities = {
|
|
|
230
236
|
billable?: boolean | undefined;
|
|
231
237
|
transferable?: boolean | undefined;
|
|
232
238
|
secretsSync?: boolean | undefined;
|
|
239
|
+
secretRotation?: SecretRotation2 | boolean | undefined;
|
|
233
240
|
projects?: boolean | undefined;
|
|
234
241
|
};
|
|
235
242
|
|
|
@@ -251,6 +258,14 @@ export const ExternalResourceStatus = {
|
|
|
251
258
|
} as const;
|
|
252
259
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
253
260
|
|
|
261
|
+
export type CreateIntegrationStoreDirectSecretRotation2 = {
|
|
262
|
+
maxDelayHours: number;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
export type CreateIntegrationStoreDirectSecretRotation =
|
|
266
|
+
| CreateIntegrationStoreDirectSecretRotation2
|
|
267
|
+
| boolean;
|
|
268
|
+
|
|
254
269
|
export type CreateIntegrationStoreDirectCapabilities = {
|
|
255
270
|
mcp?: boolean | undefined;
|
|
256
271
|
mcpReadonly?: boolean | undefined;
|
|
@@ -258,6 +273,10 @@ export type CreateIntegrationStoreDirectCapabilities = {
|
|
|
258
273
|
billable?: boolean | undefined;
|
|
259
274
|
transferable?: boolean | undefined;
|
|
260
275
|
secretsSync?: boolean | undefined;
|
|
276
|
+
secretRotation?:
|
|
277
|
+
| CreateIntegrationStoreDirectSecretRotation2
|
|
278
|
+
| boolean
|
|
279
|
+
| undefined;
|
|
261
280
|
sandbox?: boolean | undefined;
|
|
262
281
|
linking?: boolean | undefined;
|
|
263
282
|
projects?: boolean | undefined;
|
|
@@ -270,12 +289,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
270
289
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
271
290
|
>;
|
|
272
291
|
|
|
273
|
-
export type
|
|
292
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895 =
|
|
274
293
|
{};
|
|
275
294
|
|
|
276
295
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
277
|
-
|
|
278
|
-
|
|
296
|
+
atBRANDAt8895:
|
|
297
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895;
|
|
279
298
|
};
|
|
280
299
|
|
|
281
300
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -344,31 +363,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
344
363
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
345
364
|
>;
|
|
346
365
|
|
|
347
|
-
export type
|
|
366
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895 =
|
|
348
367
|
{};
|
|
349
368
|
|
|
350
369
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
351
370
|
{
|
|
352
|
-
|
|
353
|
-
|
|
371
|
+
atBRANDAt8895:
|
|
372
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895;
|
|
354
373
|
};
|
|
355
374
|
|
|
356
|
-
export type
|
|
375
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895 =
|
|
357
376
|
{};
|
|
358
377
|
|
|
359
378
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
360
379
|
{
|
|
361
|
-
|
|
362
|
-
|
|
380
|
+
atBRANDAt8895:
|
|
381
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895;
|
|
363
382
|
};
|
|
364
383
|
|
|
365
|
-
export type
|
|
384
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895 =
|
|
366
385
|
{};
|
|
367
386
|
|
|
368
387
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
369
388
|
{
|
|
370
|
-
|
|
371
|
-
|
|
389
|
+
atBRANDAt8895:
|
|
390
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895;
|
|
372
391
|
};
|
|
373
392
|
|
|
374
393
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -506,10 +525,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
506
525
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
507
526
|
>;
|
|
508
527
|
|
|
509
|
-
export type
|
|
528
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895 = {};
|
|
510
529
|
|
|
511
530
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
512
|
-
|
|
531
|
+
atBRANDAt8895: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895;
|
|
513
532
|
};
|
|
514
533
|
|
|
515
534
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -560,10 +579,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
560
579
|
| undefined;
|
|
561
580
|
};
|
|
562
581
|
|
|
563
|
-
export type
|
|
582
|
+
export type UiOptionsAtBRANDAt8895 = {};
|
|
564
583
|
|
|
565
584
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
566
|
-
|
|
585
|
+
atBRANDAt8895: UiOptionsAtBRANDAt8895;
|
|
567
586
|
};
|
|
568
587
|
|
|
569
588
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -626,31 +645,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
626
645
|
| CreateIntegrationStoreDirectUiOptions2
|
|
627
646
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
628
647
|
|
|
629
|
-
export type
|
|
648
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895 =
|
|
630
649
|
{};
|
|
631
650
|
|
|
632
651
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
633
652
|
{
|
|
634
|
-
|
|
635
|
-
|
|
653
|
+
atBRANDAt8895:
|
|
654
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895;
|
|
636
655
|
};
|
|
637
656
|
|
|
638
|
-
export type
|
|
657
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895 =
|
|
639
658
|
{};
|
|
640
659
|
|
|
641
660
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
642
661
|
{
|
|
643
|
-
|
|
644
|
-
|
|
662
|
+
atBRANDAt8895:
|
|
663
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895;
|
|
645
664
|
};
|
|
646
665
|
|
|
647
|
-
export type
|
|
666
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895 =
|
|
648
667
|
{};
|
|
649
668
|
|
|
650
669
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
651
670
|
{
|
|
652
|
-
|
|
653
|
-
|
|
671
|
+
atBRANDAt8895:
|
|
672
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895;
|
|
654
673
|
};
|
|
655
674
|
|
|
656
675
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -793,31 +812,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
793
812
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
794
813
|
>;
|
|
795
814
|
|
|
796
|
-
export type
|
|
815
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895 =
|
|
797
816
|
{};
|
|
798
817
|
|
|
799
818
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
800
819
|
{
|
|
801
|
-
|
|
802
|
-
|
|
820
|
+
atBRANDAt8895:
|
|
821
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895;
|
|
803
822
|
};
|
|
804
823
|
|
|
805
|
-
export type
|
|
824
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895 =
|
|
806
825
|
{};
|
|
807
826
|
|
|
808
827
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
809
828
|
{
|
|
810
|
-
|
|
811
|
-
|
|
829
|
+
atBRANDAt8895:
|
|
830
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895;
|
|
812
831
|
};
|
|
813
832
|
|
|
814
|
-
export type
|
|
833
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895 =
|
|
815
834
|
{};
|
|
816
835
|
|
|
817
836
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
818
837
|
{
|
|
819
|
-
|
|
820
|
-
|
|
838
|
+
atBRANDAt8895:
|
|
839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895;
|
|
821
840
|
};
|
|
822
841
|
|
|
823
842
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1072,28 +1091,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1072
1091
|
| undefined;
|
|
1073
1092
|
};
|
|
1074
1093
|
|
|
1075
|
-
export type
|
|
1094
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895 =
|
|
1076
1095
|
{};
|
|
1077
1096
|
|
|
1078
1097
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1079
|
-
|
|
1080
|
-
|
|
1098
|
+
atBRANDAt8895:
|
|
1099
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895;
|
|
1081
1100
|
};
|
|
1082
1101
|
|
|
1083
|
-
export type
|
|
1102
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895 =
|
|
1084
1103
|
{};
|
|
1085
1104
|
|
|
1086
1105
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1087
|
-
|
|
1088
|
-
|
|
1106
|
+
atBRANDAt8895:
|
|
1107
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895;
|
|
1089
1108
|
};
|
|
1090
1109
|
|
|
1091
|
-
export type
|
|
1110
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895 =
|
|
1092
1111
|
{};
|
|
1093
1112
|
|
|
1094
1113
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1095
|
-
|
|
1096
|
-
|
|
1114
|
+
atBRANDAt8895:
|
|
1115
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895;
|
|
1097
1116
|
};
|
|
1098
1117
|
|
|
1099
1118
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1596,24 +1615,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1596
1615
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1597
1616
|
>;
|
|
1598
1617
|
|
|
1599
|
-
export type
|
|
1618
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895 =
|
|
1600
1619
|
{};
|
|
1601
1620
|
|
|
1602
1621
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1603
|
-
|
|
1604
|
-
|
|
1622
|
+
atBRANDAt8895:
|
|
1623
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895;
|
|
1605
1624
|
};
|
|
1606
1625
|
|
|
1607
|
-
export type
|
|
1626
|
+
export type PropertiesAtBRANDAt8895 = {};
|
|
1608
1627
|
|
|
1609
1628
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1610
|
-
|
|
1629
|
+
atBRANDAt8895: PropertiesAtBRANDAt8895;
|
|
1611
1630
|
};
|
|
1612
1631
|
|
|
1613
|
-
export type
|
|
1632
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895 = {};
|
|
1614
1633
|
|
|
1615
1634
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1616
|
-
|
|
1635
|
+
atBRANDAt8895: CreateIntegrationStoreDirectPropertiesAtBRANDAt8895;
|
|
1617
1636
|
};
|
|
1618
1637
|
|
|
1619
1638
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1854,10 +1873,10 @@ export type Guides = {
|
|
|
1854
1873
|
steps: Array<Steps>;
|
|
1855
1874
|
};
|
|
1856
1875
|
|
|
1857
|
-
export type
|
|
1876
|
+
export type AtBRANDAt8895 = {};
|
|
1858
1877
|
|
|
1859
1878
|
export type CreateIntegrationStoreDirectValue = {
|
|
1860
|
-
|
|
1879
|
+
atBRANDAt8895: AtBRANDAt8895;
|
|
1861
1880
|
};
|
|
1862
1881
|
|
|
1863
1882
|
export const Disabled3 = {
|
|
@@ -2001,11 +2020,28 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
2001
2020
|
} | undefined;
|
|
2002
2021
|
externalResourceId: string;
|
|
2003
2022
|
externalResourceStatus?: ExternalResourceStatus | null | undefined;
|
|
2023
|
+
directPartnerConsoleUrl?: string | undefined;
|
|
2004
2024
|
product: Product;
|
|
2005
2025
|
protocolSettings?: CreateIntegrationStoreDirectProtocolSettings | undefined;
|
|
2006
2026
|
notification?: CreateIntegrationStoreDirectNotification | undefined;
|
|
2007
2027
|
secrets: Array<CreateIntegrationStoreDirectSecrets>;
|
|
2008
2028
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan | undefined;
|
|
2029
|
+
/**
|
|
2030
|
+
* The timestamp when secret rotation was requested.
|
|
2031
|
+
*/
|
|
2032
|
+
secretRotationRequestedAt?: number | undefined;
|
|
2033
|
+
/**
|
|
2034
|
+
* The reason for the secret rotation request.
|
|
2035
|
+
*/
|
|
2036
|
+
secretRotationRequestedReason?: string | undefined;
|
|
2037
|
+
/**
|
|
2038
|
+
* The ID of the user/team who requested the secret rotation.
|
|
2039
|
+
*/
|
|
2040
|
+
secretRotationRequestedBy?: string | undefined;
|
|
2041
|
+
/**
|
|
2042
|
+
* The timestamp when secret rotation was completed.
|
|
2043
|
+
*/
|
|
2044
|
+
secretRotationCompletedAt?: number | undefined;
|
|
2009
2045
|
};
|
|
2010
2046
|
|
|
2011
2047
|
export type CreateIntegrationStoreDirectResponseBody = {
|
|
@@ -2565,6 +2601,72 @@ export const CreateIntegrationStoreDirectOwnership$outboundSchema:
|
|
|
2565
2601
|
z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership> =
|
|
2566
2602
|
CreateIntegrationStoreDirectOwnership$inboundSchema;
|
|
2567
2603
|
|
|
2604
|
+
/** @internal */
|
|
2605
|
+
export const SecretRotation2$inboundSchema: z.ZodType<
|
|
2606
|
+
SecretRotation2,
|
|
2607
|
+
z.ZodTypeDef,
|
|
2608
|
+
unknown
|
|
2609
|
+
> = z.object({
|
|
2610
|
+
maxDelayHours: z.number(),
|
|
2611
|
+
});
|
|
2612
|
+
/** @internal */
|
|
2613
|
+
export type SecretRotation2$Outbound = {
|
|
2614
|
+
maxDelayHours: number;
|
|
2615
|
+
};
|
|
2616
|
+
|
|
2617
|
+
/** @internal */
|
|
2618
|
+
export const SecretRotation2$outboundSchema: z.ZodType<
|
|
2619
|
+
SecretRotation2$Outbound,
|
|
2620
|
+
z.ZodTypeDef,
|
|
2621
|
+
SecretRotation2
|
|
2622
|
+
> = z.object({
|
|
2623
|
+
maxDelayHours: z.number(),
|
|
2624
|
+
});
|
|
2625
|
+
|
|
2626
|
+
export function secretRotation2ToJSON(
|
|
2627
|
+
secretRotation2: SecretRotation2,
|
|
2628
|
+
): string {
|
|
2629
|
+
return JSON.stringify(SecretRotation2$outboundSchema.parse(secretRotation2));
|
|
2630
|
+
}
|
|
2631
|
+
export function secretRotation2FromJSON(
|
|
2632
|
+
jsonString: string,
|
|
2633
|
+
): SafeParseResult<SecretRotation2, SDKValidationError> {
|
|
2634
|
+
return safeParse(
|
|
2635
|
+
jsonString,
|
|
2636
|
+
(x) => SecretRotation2$inboundSchema.parse(JSON.parse(x)),
|
|
2637
|
+
`Failed to parse 'SecretRotation2' from JSON`,
|
|
2638
|
+
);
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
/** @internal */
|
|
2642
|
+
export const SecretRotation$inboundSchema: z.ZodType<
|
|
2643
|
+
SecretRotation,
|
|
2644
|
+
z.ZodTypeDef,
|
|
2645
|
+
unknown
|
|
2646
|
+
> = z.union([z.lazy(() => SecretRotation2$inboundSchema), z.boolean()]);
|
|
2647
|
+
/** @internal */
|
|
2648
|
+
export type SecretRotation$Outbound = SecretRotation2$Outbound | boolean;
|
|
2649
|
+
|
|
2650
|
+
/** @internal */
|
|
2651
|
+
export const SecretRotation$outboundSchema: z.ZodType<
|
|
2652
|
+
SecretRotation$Outbound,
|
|
2653
|
+
z.ZodTypeDef,
|
|
2654
|
+
SecretRotation
|
|
2655
|
+
> = z.union([z.lazy(() => SecretRotation2$outboundSchema), z.boolean()]);
|
|
2656
|
+
|
|
2657
|
+
export function secretRotationToJSON(secretRotation: SecretRotation): string {
|
|
2658
|
+
return JSON.stringify(SecretRotation$outboundSchema.parse(secretRotation));
|
|
2659
|
+
}
|
|
2660
|
+
export function secretRotationFromJSON(
|
|
2661
|
+
jsonString: string,
|
|
2662
|
+
): SafeParseResult<SecretRotation, SDKValidationError> {
|
|
2663
|
+
return safeParse(
|
|
2664
|
+
jsonString,
|
|
2665
|
+
(x) => SecretRotation$inboundSchema.parse(JSON.parse(x)),
|
|
2666
|
+
`Failed to parse 'SecretRotation' from JSON`,
|
|
2667
|
+
);
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2568
2670
|
/** @internal */
|
|
2569
2671
|
export const Capabilities$inboundSchema: z.ZodType<
|
|
2570
2672
|
Capabilities,
|
|
@@ -2577,6 +2679,10 @@ export const Capabilities$inboundSchema: z.ZodType<
|
|
|
2577
2679
|
billable: z.boolean().optional(),
|
|
2578
2680
|
transferable: z.boolean().optional(),
|
|
2579
2681
|
secretsSync: z.boolean().optional(),
|
|
2682
|
+
secretRotation: z.union([
|
|
2683
|
+
z.lazy(() => SecretRotation2$inboundSchema),
|
|
2684
|
+
z.boolean(),
|
|
2685
|
+
]).optional(),
|
|
2580
2686
|
projects: z.boolean().optional(),
|
|
2581
2687
|
});
|
|
2582
2688
|
/** @internal */
|
|
@@ -2587,6 +2693,7 @@ export type Capabilities$Outbound = {
|
|
|
2587
2693
|
billable?: boolean | undefined;
|
|
2588
2694
|
transferable?: boolean | undefined;
|
|
2589
2695
|
secretsSync?: boolean | undefined;
|
|
2696
|
+
secretRotation?: SecretRotation2$Outbound | boolean | undefined;
|
|
2590
2697
|
projects?: boolean | undefined;
|
|
2591
2698
|
};
|
|
2592
2699
|
|
|
@@ -2602,6 +2709,10 @@ export const Capabilities$outboundSchema: z.ZodType<
|
|
|
2602
2709
|
billable: z.boolean().optional(),
|
|
2603
2710
|
transferable: z.boolean().optional(),
|
|
2604
2711
|
secretsSync: z.boolean().optional(),
|
|
2712
|
+
secretRotation: z.union([
|
|
2713
|
+
z.lazy(() => SecretRotation2$outboundSchema),
|
|
2714
|
+
z.boolean(),
|
|
2715
|
+
]).optional(),
|
|
2605
2716
|
projects: z.boolean().optional(),
|
|
2606
2717
|
});
|
|
2607
2718
|
|
|
@@ -2680,6 +2791,105 @@ export const ExternalResourceStatus$outboundSchema: z.ZodNativeEnum<
|
|
|
2680
2791
|
typeof ExternalResourceStatus
|
|
2681
2792
|
> = ExternalResourceStatus$inboundSchema;
|
|
2682
2793
|
|
|
2794
|
+
/** @internal */
|
|
2795
|
+
export const CreateIntegrationStoreDirectSecretRotation2$inboundSchema:
|
|
2796
|
+
z.ZodType<
|
|
2797
|
+
CreateIntegrationStoreDirectSecretRotation2,
|
|
2798
|
+
z.ZodTypeDef,
|
|
2799
|
+
unknown
|
|
2800
|
+
> = z.object({
|
|
2801
|
+
maxDelayHours: z.number(),
|
|
2802
|
+
});
|
|
2803
|
+
/** @internal */
|
|
2804
|
+
export type CreateIntegrationStoreDirectSecretRotation2$Outbound = {
|
|
2805
|
+
maxDelayHours: number;
|
|
2806
|
+
};
|
|
2807
|
+
|
|
2808
|
+
/** @internal */
|
|
2809
|
+
export const CreateIntegrationStoreDirectSecretRotation2$outboundSchema:
|
|
2810
|
+
z.ZodType<
|
|
2811
|
+
CreateIntegrationStoreDirectSecretRotation2$Outbound,
|
|
2812
|
+
z.ZodTypeDef,
|
|
2813
|
+
CreateIntegrationStoreDirectSecretRotation2
|
|
2814
|
+
> = z.object({
|
|
2815
|
+
maxDelayHours: z.number(),
|
|
2816
|
+
});
|
|
2817
|
+
|
|
2818
|
+
export function createIntegrationStoreDirectSecretRotation2ToJSON(
|
|
2819
|
+
createIntegrationStoreDirectSecretRotation2:
|
|
2820
|
+
CreateIntegrationStoreDirectSecretRotation2,
|
|
2821
|
+
): string {
|
|
2822
|
+
return JSON.stringify(
|
|
2823
|
+
CreateIntegrationStoreDirectSecretRotation2$outboundSchema.parse(
|
|
2824
|
+
createIntegrationStoreDirectSecretRotation2,
|
|
2825
|
+
),
|
|
2826
|
+
);
|
|
2827
|
+
}
|
|
2828
|
+
export function createIntegrationStoreDirectSecretRotation2FromJSON(
|
|
2829
|
+
jsonString: string,
|
|
2830
|
+
): SafeParseResult<
|
|
2831
|
+
CreateIntegrationStoreDirectSecretRotation2,
|
|
2832
|
+
SDKValidationError
|
|
2833
|
+
> {
|
|
2834
|
+
return safeParse(
|
|
2835
|
+
jsonString,
|
|
2836
|
+
(x) =>
|
|
2837
|
+
CreateIntegrationStoreDirectSecretRotation2$inboundSchema.parse(
|
|
2838
|
+
JSON.parse(x),
|
|
2839
|
+
),
|
|
2840
|
+
`Failed to parse 'CreateIntegrationStoreDirectSecretRotation2' from JSON`,
|
|
2841
|
+
);
|
|
2842
|
+
}
|
|
2843
|
+
|
|
2844
|
+
/** @internal */
|
|
2845
|
+
export const CreateIntegrationStoreDirectSecretRotation$inboundSchema:
|
|
2846
|
+
z.ZodType<CreateIntegrationStoreDirectSecretRotation, z.ZodTypeDef, unknown> =
|
|
2847
|
+
z.union([
|
|
2848
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
|
|
2849
|
+
z.boolean(),
|
|
2850
|
+
]);
|
|
2851
|
+
/** @internal */
|
|
2852
|
+
export type CreateIntegrationStoreDirectSecretRotation$Outbound =
|
|
2853
|
+
| CreateIntegrationStoreDirectSecretRotation2$Outbound
|
|
2854
|
+
| boolean;
|
|
2855
|
+
|
|
2856
|
+
/** @internal */
|
|
2857
|
+
export const CreateIntegrationStoreDirectSecretRotation$outboundSchema:
|
|
2858
|
+
z.ZodType<
|
|
2859
|
+
CreateIntegrationStoreDirectSecretRotation$Outbound,
|
|
2860
|
+
z.ZodTypeDef,
|
|
2861
|
+
CreateIntegrationStoreDirectSecretRotation
|
|
2862
|
+
> = z.union([
|
|
2863
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
|
|
2864
|
+
z.boolean(),
|
|
2865
|
+
]);
|
|
2866
|
+
|
|
2867
|
+
export function createIntegrationStoreDirectSecretRotationToJSON(
|
|
2868
|
+
createIntegrationStoreDirectSecretRotation:
|
|
2869
|
+
CreateIntegrationStoreDirectSecretRotation,
|
|
2870
|
+
): string {
|
|
2871
|
+
return JSON.stringify(
|
|
2872
|
+
CreateIntegrationStoreDirectSecretRotation$outboundSchema.parse(
|
|
2873
|
+
createIntegrationStoreDirectSecretRotation,
|
|
2874
|
+
),
|
|
2875
|
+
);
|
|
2876
|
+
}
|
|
2877
|
+
export function createIntegrationStoreDirectSecretRotationFromJSON(
|
|
2878
|
+
jsonString: string,
|
|
2879
|
+
): SafeParseResult<
|
|
2880
|
+
CreateIntegrationStoreDirectSecretRotation,
|
|
2881
|
+
SDKValidationError
|
|
2882
|
+
> {
|
|
2883
|
+
return safeParse(
|
|
2884
|
+
jsonString,
|
|
2885
|
+
(x) =>
|
|
2886
|
+
CreateIntegrationStoreDirectSecretRotation$inboundSchema.parse(
|
|
2887
|
+
JSON.parse(x),
|
|
2888
|
+
),
|
|
2889
|
+
`Failed to parse 'CreateIntegrationStoreDirectSecretRotation' from JSON`,
|
|
2890
|
+
);
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2683
2893
|
/** @internal */
|
|
2684
2894
|
export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
2685
2895
|
CreateIntegrationStoreDirectCapabilities,
|
|
@@ -2692,6 +2902,10 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
|
2692
2902
|
billable: z.boolean().optional(),
|
|
2693
2903
|
transferable: z.boolean().optional(),
|
|
2694
2904
|
secretsSync: z.boolean().optional(),
|
|
2905
|
+
secretRotation: z.union([
|
|
2906
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$inboundSchema),
|
|
2907
|
+
z.boolean(),
|
|
2908
|
+
]).optional(),
|
|
2695
2909
|
sandbox: z.boolean().optional(),
|
|
2696
2910
|
linking: z.boolean().optional(),
|
|
2697
2911
|
projects: z.boolean().optional(),
|
|
@@ -2704,6 +2918,10 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
|
2704
2918
|
billable?: boolean | undefined;
|
|
2705
2919
|
transferable?: boolean | undefined;
|
|
2706
2920
|
secretsSync?: boolean | undefined;
|
|
2921
|
+
secretRotation?:
|
|
2922
|
+
| CreateIntegrationStoreDirectSecretRotation2$Outbound
|
|
2923
|
+
| boolean
|
|
2924
|
+
| undefined;
|
|
2707
2925
|
sandbox?: boolean | undefined;
|
|
2708
2926
|
linking?: boolean | undefined;
|
|
2709
2927
|
projects?: boolean | undefined;
|
|
@@ -2721,6 +2939,10 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
|
|
|
2721
2939
|
billable: z.boolean().optional(),
|
|
2722
2940
|
transferable: z.boolean().optional(),
|
|
2723
2941
|
secretsSync: z.boolean().optional(),
|
|
2942
|
+
secretRotation: z.union([
|
|
2943
|
+
z.lazy(() => CreateIntegrationStoreDirectSecretRotation2$outboundSchema),
|
|
2944
|
+
z.boolean(),
|
|
2945
|
+
]).optional(),
|
|
2724
2946
|
sandbox: z.boolean().optional(),
|
|
2725
2947
|
linking: z.boolean().optional(),
|
|
2726
2948
|
projects: z.boolean().optional(),
|
|
@@ -2762,47 +2984,47 @@ export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema:
|
|
|
2762
2984
|
CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
|
|
2763
2985
|
|
|
2764
2986
|
/** @internal */
|
|
2765
|
-
export const
|
|
2987
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema:
|
|
2766
2988
|
z.ZodType<
|
|
2767
|
-
|
|
2989
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895,
|
|
2768
2990
|
z.ZodTypeDef,
|
|
2769
2991
|
unknown
|
|
2770
2992
|
> = z.object({});
|
|
2771
2993
|
/** @internal */
|
|
2772
|
-
export type
|
|
2994
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound =
|
|
2773
2995
|
{};
|
|
2774
2996
|
|
|
2775
2997
|
/** @internal */
|
|
2776
|
-
export const
|
|
2998
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema:
|
|
2777
2999
|
z.ZodType<
|
|
2778
|
-
|
|
3000
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound,
|
|
2779
3001
|
z.ZodTypeDef,
|
|
2780
|
-
|
|
3002
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895
|
|
2781
3003
|
> = z.object({});
|
|
2782
3004
|
|
|
2783
|
-
export function
|
|
2784
|
-
|
|
2785
|
-
|
|
3005
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895ToJSON(
|
|
3006
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895:
|
|
3007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895,
|
|
2786
3008
|
): string {
|
|
2787
3009
|
return JSON.stringify(
|
|
2788
|
-
|
|
3010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema
|
|
2789
3011
|
.parse(
|
|
2790
|
-
|
|
3012
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895,
|
|
2791
3013
|
),
|
|
2792
3014
|
);
|
|
2793
3015
|
}
|
|
2794
|
-
export function
|
|
3016
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895FromJSON(
|
|
2795
3017
|
jsonString: string,
|
|
2796
3018
|
): SafeParseResult<
|
|
2797
|
-
|
|
3019
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895,
|
|
2798
3020
|
SDKValidationError
|
|
2799
3021
|
> {
|
|
2800
3022
|
return safeParse(
|
|
2801
3023
|
jsonString,
|
|
2802
3024
|
(x) =>
|
|
2803
|
-
|
|
3025
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema
|
|
2804
3026
|
.parse(JSON.parse(x)),
|
|
2805
|
-
`Failed to parse '
|
|
3027
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895' from JSON`,
|
|
2806
3028
|
);
|
|
2807
3029
|
}
|
|
2808
3030
|
|
|
@@ -2813,18 +3035,18 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2813
3035
|
z.ZodTypeDef,
|
|
2814
3036
|
unknown
|
|
2815
3037
|
> = z.object({
|
|
2816
|
-
"__@BRAND@
|
|
2817
|
-
|
|
3038
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
3039
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$inboundSchema
|
|
2818
3040
|
),
|
|
2819
3041
|
}).transform((v) => {
|
|
2820
3042
|
return remap$(v, {
|
|
2821
|
-
"__@BRAND@
|
|
3043
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
2822
3044
|
});
|
|
2823
3045
|
});
|
|
2824
3046
|
/** @internal */
|
|
2825
3047
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2826
|
-
"__@BRAND@
|
|
2827
|
-
|
|
3048
|
+
"__@BRAND@8895":
|
|
3049
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$Outbound;
|
|
2828
3050
|
};
|
|
2829
3051
|
|
|
2830
3052
|
/** @internal */
|
|
@@ -2834,12 +3056,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2834
3056
|
z.ZodTypeDef,
|
|
2835
3057
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2836
3058
|
> = z.object({
|
|
2837
|
-
|
|
2838
|
-
|
|
3059
|
+
atBRANDAt8895: z.lazy(() =>
|
|
3060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8895$outboundSchema
|
|
2839
3061
|
),
|
|
2840
3062
|
}).transform((v) => {
|
|
2841
3063
|
return remap$(v, {
|
|
2842
|
-
|
|
3064
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
2843
3065
|
});
|
|
2844
3066
|
});
|
|
2845
3067
|
|
|
@@ -3193,47 +3415,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
3193
3415
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3194
3416
|
|
|
3195
3417
|
/** @internal */
|
|
3196
|
-
export const
|
|
3418
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema:
|
|
3197
3419
|
z.ZodType<
|
|
3198
|
-
|
|
3420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895,
|
|
3199
3421
|
z.ZodTypeDef,
|
|
3200
3422
|
unknown
|
|
3201
3423
|
> = z.object({});
|
|
3202
3424
|
/** @internal */
|
|
3203
|
-
export type
|
|
3425
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound =
|
|
3204
3426
|
{};
|
|
3205
3427
|
|
|
3206
3428
|
/** @internal */
|
|
3207
|
-
export const
|
|
3429
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema:
|
|
3208
3430
|
z.ZodType<
|
|
3209
|
-
|
|
3431
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound,
|
|
3210
3432
|
z.ZodTypeDef,
|
|
3211
|
-
|
|
3433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895
|
|
3212
3434
|
> = z.object({});
|
|
3213
3435
|
|
|
3214
|
-
export function
|
|
3215
|
-
|
|
3216
|
-
|
|
3436
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895ToJSON(
|
|
3437
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895:
|
|
3438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895,
|
|
3217
3439
|
): string {
|
|
3218
3440
|
return JSON.stringify(
|
|
3219
|
-
|
|
3441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema
|
|
3220
3442
|
.parse(
|
|
3221
|
-
|
|
3443
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895,
|
|
3222
3444
|
),
|
|
3223
3445
|
);
|
|
3224
3446
|
}
|
|
3225
|
-
export function
|
|
3447
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895FromJSON(
|
|
3226
3448
|
jsonString: string,
|
|
3227
3449
|
): SafeParseResult<
|
|
3228
|
-
|
|
3450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895,
|
|
3229
3451
|
SDKValidationError
|
|
3230
3452
|
> {
|
|
3231
3453
|
return safeParse(
|
|
3232
3454
|
jsonString,
|
|
3233
3455
|
(x) =>
|
|
3234
|
-
|
|
3456
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema
|
|
3235
3457
|
.parse(JSON.parse(x)),
|
|
3236
|
-
`Failed to parse '
|
|
3458
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895' from JSON`,
|
|
3237
3459
|
);
|
|
3238
3460
|
}
|
|
3239
3461
|
|
|
@@ -3244,19 +3466,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3244
3466
|
z.ZodTypeDef,
|
|
3245
3467
|
unknown
|
|
3246
3468
|
> = z.object({
|
|
3247
|
-
"__@BRAND@
|
|
3248
|
-
|
|
3469
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
3470
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$inboundSchema
|
|
3249
3471
|
),
|
|
3250
3472
|
}).transform((v) => {
|
|
3251
3473
|
return remap$(v, {
|
|
3252
|
-
"__@BRAND@
|
|
3474
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3253
3475
|
});
|
|
3254
3476
|
});
|
|
3255
3477
|
/** @internal */
|
|
3256
3478
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3257
3479
|
{
|
|
3258
|
-
"__@BRAND@
|
|
3259
|
-
|
|
3480
|
+
"__@BRAND@8895":
|
|
3481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$Outbound;
|
|
3260
3482
|
};
|
|
3261
3483
|
|
|
3262
3484
|
/** @internal */
|
|
@@ -3266,12 +3488,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3266
3488
|
z.ZodTypeDef,
|
|
3267
3489
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3268
3490
|
> = z.object({
|
|
3269
|
-
|
|
3270
|
-
|
|
3491
|
+
atBRANDAt8895: z.lazy(() =>
|
|
3492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8895$outboundSchema
|
|
3271
3493
|
),
|
|
3272
3494
|
}).transform((v) => {
|
|
3273
3495
|
return remap$(v, {
|
|
3274
|
-
|
|
3496
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3275
3497
|
});
|
|
3276
3498
|
});
|
|
3277
3499
|
|
|
@@ -3302,47 +3524,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3302
3524
|
}
|
|
3303
3525
|
|
|
3304
3526
|
/** @internal */
|
|
3305
|
-
export const
|
|
3527
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema:
|
|
3306
3528
|
z.ZodType<
|
|
3307
|
-
|
|
3529
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895,
|
|
3308
3530
|
z.ZodTypeDef,
|
|
3309
3531
|
unknown
|
|
3310
3532
|
> = z.object({});
|
|
3311
3533
|
/** @internal */
|
|
3312
|
-
export type
|
|
3534
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound =
|
|
3313
3535
|
{};
|
|
3314
3536
|
|
|
3315
3537
|
/** @internal */
|
|
3316
|
-
export const
|
|
3538
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema:
|
|
3317
3539
|
z.ZodType<
|
|
3318
|
-
|
|
3540
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound,
|
|
3319
3541
|
z.ZodTypeDef,
|
|
3320
|
-
|
|
3542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895
|
|
3321
3543
|
> = z.object({});
|
|
3322
3544
|
|
|
3323
|
-
export function
|
|
3324
|
-
|
|
3325
|
-
|
|
3545
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895ToJSON(
|
|
3546
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895:
|
|
3547
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895,
|
|
3326
3548
|
): string {
|
|
3327
3549
|
return JSON.stringify(
|
|
3328
|
-
|
|
3550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema
|
|
3329
3551
|
.parse(
|
|
3330
|
-
|
|
3552
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895,
|
|
3331
3553
|
),
|
|
3332
3554
|
);
|
|
3333
3555
|
}
|
|
3334
|
-
export function
|
|
3556
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895FromJSON(
|
|
3335
3557
|
jsonString: string,
|
|
3336
3558
|
): SafeParseResult<
|
|
3337
|
-
|
|
3559
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895,
|
|
3338
3560
|
SDKValidationError
|
|
3339
3561
|
> {
|
|
3340
3562
|
return safeParse(
|
|
3341
3563
|
jsonString,
|
|
3342
3564
|
(x) =>
|
|
3343
|
-
|
|
3565
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema
|
|
3344
3566
|
.parse(JSON.parse(x)),
|
|
3345
|
-
`Failed to parse '
|
|
3567
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895' from JSON`,
|
|
3346
3568
|
);
|
|
3347
3569
|
}
|
|
3348
3570
|
|
|
@@ -3353,19 +3575,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3353
3575
|
z.ZodTypeDef,
|
|
3354
3576
|
unknown
|
|
3355
3577
|
> = z.object({
|
|
3356
|
-
"__@BRAND@
|
|
3357
|
-
|
|
3578
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
3579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$inboundSchema
|
|
3358
3580
|
),
|
|
3359
3581
|
}).transform((v) => {
|
|
3360
3582
|
return remap$(v, {
|
|
3361
|
-
"__@BRAND@
|
|
3583
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3362
3584
|
});
|
|
3363
3585
|
});
|
|
3364
3586
|
/** @internal */
|
|
3365
3587
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3366
3588
|
{
|
|
3367
|
-
"__@BRAND@
|
|
3368
|
-
|
|
3589
|
+
"__@BRAND@8895":
|
|
3590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$Outbound;
|
|
3369
3591
|
};
|
|
3370
3592
|
|
|
3371
3593
|
/** @internal */
|
|
@@ -3375,12 +3597,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3375
3597
|
z.ZodTypeDef,
|
|
3376
3598
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3377
3599
|
> = z.object({
|
|
3378
|
-
|
|
3379
|
-
|
|
3600
|
+
atBRANDAt8895: z.lazy(() =>
|
|
3601
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8895$outboundSchema
|
|
3380
3602
|
),
|
|
3381
3603
|
}).transform((v) => {
|
|
3382
3604
|
return remap$(v, {
|
|
3383
|
-
|
|
3605
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3384
3606
|
});
|
|
3385
3607
|
});
|
|
3386
3608
|
|
|
@@ -3411,47 +3633,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3411
3633
|
}
|
|
3412
3634
|
|
|
3413
3635
|
/** @internal */
|
|
3414
|
-
export const
|
|
3636
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema:
|
|
3415
3637
|
z.ZodType<
|
|
3416
|
-
|
|
3638
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895,
|
|
3417
3639
|
z.ZodTypeDef,
|
|
3418
3640
|
unknown
|
|
3419
3641
|
> = z.object({});
|
|
3420
3642
|
/** @internal */
|
|
3421
|
-
export type
|
|
3643
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound =
|
|
3422
3644
|
{};
|
|
3423
3645
|
|
|
3424
3646
|
/** @internal */
|
|
3425
|
-
export const
|
|
3647
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema:
|
|
3426
3648
|
z.ZodType<
|
|
3427
|
-
|
|
3649
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound,
|
|
3428
3650
|
z.ZodTypeDef,
|
|
3429
|
-
|
|
3651
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895
|
|
3430
3652
|
> = z.object({});
|
|
3431
3653
|
|
|
3432
|
-
export function
|
|
3433
|
-
|
|
3434
|
-
|
|
3654
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895ToJSON(
|
|
3655
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895:
|
|
3656
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895,
|
|
3435
3657
|
): string {
|
|
3436
3658
|
return JSON.stringify(
|
|
3437
|
-
|
|
3659
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema
|
|
3438
3660
|
.parse(
|
|
3439
|
-
|
|
3661
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895,
|
|
3440
3662
|
),
|
|
3441
3663
|
);
|
|
3442
3664
|
}
|
|
3443
|
-
export function
|
|
3665
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895FromJSON(
|
|
3444
3666
|
jsonString: string,
|
|
3445
3667
|
): SafeParseResult<
|
|
3446
|
-
|
|
3668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895,
|
|
3447
3669
|
SDKValidationError
|
|
3448
3670
|
> {
|
|
3449
3671
|
return safeParse(
|
|
3450
3672
|
jsonString,
|
|
3451
3673
|
(x) =>
|
|
3452
|
-
|
|
3674
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema
|
|
3453
3675
|
.parse(JSON.parse(x)),
|
|
3454
|
-
`Failed to parse '
|
|
3676
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895' from JSON`,
|
|
3455
3677
|
);
|
|
3456
3678
|
}
|
|
3457
3679
|
|
|
@@ -3462,19 +3684,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3462
3684
|
z.ZodTypeDef,
|
|
3463
3685
|
unknown
|
|
3464
3686
|
> = z.object({
|
|
3465
|
-
"__@BRAND@
|
|
3466
|
-
|
|
3687
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
3688
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$inboundSchema
|
|
3467
3689
|
),
|
|
3468
3690
|
}).transform((v) => {
|
|
3469
3691
|
return remap$(v, {
|
|
3470
|
-
"__@BRAND@
|
|
3692
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
3471
3693
|
});
|
|
3472
3694
|
});
|
|
3473
3695
|
/** @internal */
|
|
3474
3696
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3475
3697
|
{
|
|
3476
|
-
"__@BRAND@
|
|
3477
|
-
|
|
3698
|
+
"__@BRAND@8895":
|
|
3699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$Outbound;
|
|
3478
3700
|
};
|
|
3479
3701
|
|
|
3480
3702
|
/** @internal */
|
|
@@ -3484,12 +3706,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3484
3706
|
z.ZodTypeDef,
|
|
3485
3707
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3486
3708
|
> = z.object({
|
|
3487
|
-
|
|
3488
|
-
|
|
3709
|
+
atBRANDAt8895: z.lazy(() =>
|
|
3710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8895$outboundSchema
|
|
3489
3711
|
),
|
|
3490
3712
|
}).transform((v) => {
|
|
3491
3713
|
return remap$(v, {
|
|
3492
|
-
|
|
3714
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
3493
3715
|
});
|
|
3494
3716
|
});
|
|
3495
3717
|
|
|
@@ -4279,46 +4501,46 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
4279
4501
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
|
|
4280
4502
|
|
|
4281
4503
|
/** @internal */
|
|
4282
|
-
export const
|
|
4504
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema:
|
|
4283
4505
|
z.ZodType<
|
|
4284
|
-
|
|
4506
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895,
|
|
4285
4507
|
z.ZodTypeDef,
|
|
4286
4508
|
unknown
|
|
4287
4509
|
> = z.object({});
|
|
4288
4510
|
/** @internal */
|
|
4289
|
-
export type
|
|
4511
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound = {};
|
|
4290
4512
|
|
|
4291
4513
|
/** @internal */
|
|
4292
|
-
export const
|
|
4514
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema:
|
|
4293
4515
|
z.ZodType<
|
|
4294
|
-
|
|
4516
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound,
|
|
4295
4517
|
z.ZodTypeDef,
|
|
4296
|
-
|
|
4518
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895
|
|
4297
4519
|
> = z.object({});
|
|
4298
4520
|
|
|
4299
|
-
export function
|
|
4300
|
-
|
|
4301
|
-
|
|
4521
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895ToJSON(
|
|
4522
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8895:
|
|
4523
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895,
|
|
4302
4524
|
): string {
|
|
4303
4525
|
return JSON.stringify(
|
|
4304
|
-
|
|
4305
|
-
|
|
4526
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema.parse(
|
|
4527
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8895,
|
|
4306
4528
|
),
|
|
4307
4529
|
);
|
|
4308
4530
|
}
|
|
4309
|
-
export function
|
|
4531
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8895FromJSON(
|
|
4310
4532
|
jsonString: string,
|
|
4311
4533
|
): SafeParseResult<
|
|
4312
|
-
|
|
4534
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895,
|
|
4313
4535
|
SDKValidationError
|
|
4314
4536
|
> {
|
|
4315
4537
|
return safeParse(
|
|
4316
4538
|
jsonString,
|
|
4317
4539
|
(x) =>
|
|
4318
|
-
|
|
4540
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema.parse(
|
|
4319
4541
|
JSON.parse(x),
|
|
4320
4542
|
),
|
|
4321
|
-
`Failed to parse '
|
|
4543
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895' from JSON`,
|
|
4322
4544
|
);
|
|
4323
4545
|
}
|
|
4324
4546
|
|
|
@@ -4326,17 +4548,17 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8831FromJSON(
|
|
|
4326
4548
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4327
4549
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4328
4550
|
z.object({
|
|
4329
|
-
"__@BRAND@
|
|
4330
|
-
|
|
4551
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
4552
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$inboundSchema
|
|
4331
4553
|
),
|
|
4332
4554
|
}).transform((v) => {
|
|
4333
4555
|
return remap$(v, {
|
|
4334
|
-
"__@BRAND@
|
|
4556
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
4335
4557
|
});
|
|
4336
4558
|
});
|
|
4337
4559
|
/** @internal */
|
|
4338
4560
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4339
|
-
"__@BRAND@
|
|
4561
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$Outbound;
|
|
4340
4562
|
};
|
|
4341
4563
|
|
|
4342
4564
|
/** @internal */
|
|
@@ -4346,12 +4568,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
4346
4568
|
z.ZodTypeDef,
|
|
4347
4569
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
4348
4570
|
> = z.object({
|
|
4349
|
-
|
|
4350
|
-
|
|
4571
|
+
atBRANDAt8895: z.lazy(() =>
|
|
4572
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8895$outboundSchema
|
|
4351
4573
|
),
|
|
4352
4574
|
}).transform((v) => {
|
|
4353
4575
|
return remap$(v, {
|
|
4354
|
-
|
|
4576
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
4355
4577
|
});
|
|
4356
4578
|
});
|
|
4357
4579
|
|
|
@@ -4702,35 +4924,35 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
4702
4924
|
}
|
|
4703
4925
|
|
|
4704
4926
|
/** @internal */
|
|
4705
|
-
export const
|
|
4706
|
-
|
|
4927
|
+
export const UiOptionsAtBRANDAt8895$inboundSchema: z.ZodType<
|
|
4928
|
+
UiOptionsAtBRANDAt8895,
|
|
4707
4929
|
z.ZodTypeDef,
|
|
4708
4930
|
unknown
|
|
4709
4931
|
> = z.object({});
|
|
4710
4932
|
/** @internal */
|
|
4711
|
-
export type
|
|
4933
|
+
export type UiOptionsAtBRANDAt8895$Outbound = {};
|
|
4712
4934
|
|
|
4713
4935
|
/** @internal */
|
|
4714
|
-
export const
|
|
4715
|
-
|
|
4936
|
+
export const UiOptionsAtBRANDAt8895$outboundSchema: z.ZodType<
|
|
4937
|
+
UiOptionsAtBRANDAt8895$Outbound,
|
|
4716
4938
|
z.ZodTypeDef,
|
|
4717
|
-
|
|
4939
|
+
UiOptionsAtBRANDAt8895
|
|
4718
4940
|
> = z.object({});
|
|
4719
4941
|
|
|
4720
|
-
export function
|
|
4721
|
-
|
|
4942
|
+
export function uiOptionsAtBRANDAt8895ToJSON(
|
|
4943
|
+
uiOptionsAtBRANDAt8895: UiOptionsAtBRANDAt8895,
|
|
4722
4944
|
): string {
|
|
4723
4945
|
return JSON.stringify(
|
|
4724
|
-
|
|
4946
|
+
UiOptionsAtBRANDAt8895$outboundSchema.parse(uiOptionsAtBRANDAt8895),
|
|
4725
4947
|
);
|
|
4726
4948
|
}
|
|
4727
|
-
export function
|
|
4949
|
+
export function uiOptionsAtBRANDAt8895FromJSON(
|
|
4728
4950
|
jsonString: string,
|
|
4729
|
-
): SafeParseResult<
|
|
4951
|
+
): SafeParseResult<UiOptionsAtBRANDAt8895, SDKValidationError> {
|
|
4730
4952
|
return safeParse(
|
|
4731
4953
|
jsonString,
|
|
4732
|
-
(x) =>
|
|
4733
|
-
`Failed to parse '
|
|
4954
|
+
(x) => UiOptionsAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)),
|
|
4955
|
+
`Failed to parse 'UiOptionsAtBRANDAt8895' from JSON`,
|
|
4734
4956
|
);
|
|
4735
4957
|
}
|
|
4736
4958
|
|
|
@@ -4740,15 +4962,15 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
4740
4962
|
z.ZodTypeDef,
|
|
4741
4963
|
unknown
|
|
4742
4964
|
> = z.object({
|
|
4743
|
-
"__@BRAND@
|
|
4965
|
+
"__@BRAND@8895": z.lazy(() => UiOptionsAtBRANDAt8895$inboundSchema),
|
|
4744
4966
|
}).transform((v) => {
|
|
4745
4967
|
return remap$(v, {
|
|
4746
|
-
"__@BRAND@
|
|
4968
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
4747
4969
|
});
|
|
4748
4970
|
});
|
|
4749
4971
|
/** @internal */
|
|
4750
4972
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
4751
|
-
"__@BRAND@
|
|
4973
|
+
"__@BRAND@8895": UiOptionsAtBRANDAt8895$Outbound;
|
|
4752
4974
|
};
|
|
4753
4975
|
|
|
4754
4976
|
/** @internal */
|
|
@@ -4757,10 +4979,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
4757
4979
|
z.ZodTypeDef,
|
|
4758
4980
|
CreateIntegrationStoreDirectUiOptions2
|
|
4759
4981
|
> = z.object({
|
|
4760
|
-
|
|
4982
|
+
atBRANDAt8895: z.lazy(() => UiOptionsAtBRANDAt8895$outboundSchema),
|
|
4761
4983
|
}).transform((v) => {
|
|
4762
4984
|
return remap$(v, {
|
|
4763
|
-
|
|
4985
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
4764
4986
|
});
|
|
4765
4987
|
});
|
|
4766
4988
|
|
|
@@ -5173,47 +5395,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
5173
5395
|
}
|
|
5174
5396
|
|
|
5175
5397
|
/** @internal */
|
|
5176
|
-
export const
|
|
5398
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema:
|
|
5177
5399
|
z.ZodType<
|
|
5178
|
-
|
|
5400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895,
|
|
5179
5401
|
z.ZodTypeDef,
|
|
5180
5402
|
unknown
|
|
5181
5403
|
> = z.object({});
|
|
5182
5404
|
/** @internal */
|
|
5183
|
-
export type
|
|
5405
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound =
|
|
5184
5406
|
{};
|
|
5185
5407
|
|
|
5186
5408
|
/** @internal */
|
|
5187
|
-
export const
|
|
5409
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema:
|
|
5188
5410
|
z.ZodType<
|
|
5189
|
-
|
|
5411
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound,
|
|
5190
5412
|
z.ZodTypeDef,
|
|
5191
|
-
|
|
5413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895
|
|
5192
5414
|
> = z.object({});
|
|
5193
5415
|
|
|
5194
|
-
export function
|
|
5195
|
-
|
|
5196
|
-
|
|
5416
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895ToJSON(
|
|
5417
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895:
|
|
5418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895,
|
|
5197
5419
|
): string {
|
|
5198
5420
|
return JSON.stringify(
|
|
5199
|
-
|
|
5421
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema
|
|
5200
5422
|
.parse(
|
|
5201
|
-
|
|
5423
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895,
|
|
5202
5424
|
),
|
|
5203
5425
|
);
|
|
5204
5426
|
}
|
|
5205
|
-
export function
|
|
5427
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895FromJSON(
|
|
5206
5428
|
jsonString: string,
|
|
5207
5429
|
): SafeParseResult<
|
|
5208
|
-
|
|
5430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895,
|
|
5209
5431
|
SDKValidationError
|
|
5210
5432
|
> {
|
|
5211
5433
|
return safeParse(
|
|
5212
5434
|
jsonString,
|
|
5213
5435
|
(x) =>
|
|
5214
|
-
|
|
5436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema
|
|
5215
5437
|
.parse(JSON.parse(x)),
|
|
5216
|
-
`Failed to parse '
|
|
5438
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895' from JSON`,
|
|
5217
5439
|
);
|
|
5218
5440
|
}
|
|
5219
5441
|
|
|
@@ -5224,19 +5446,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
5224
5446
|
z.ZodTypeDef,
|
|
5225
5447
|
unknown
|
|
5226
5448
|
> = z.object({
|
|
5227
|
-
"__@BRAND@
|
|
5228
|
-
|
|
5449
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
5450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$inboundSchema
|
|
5229
5451
|
),
|
|
5230
5452
|
}).transform((v) => {
|
|
5231
5453
|
return remap$(v, {
|
|
5232
|
-
"__@BRAND@
|
|
5454
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
5233
5455
|
});
|
|
5234
5456
|
});
|
|
5235
5457
|
/** @internal */
|
|
5236
5458
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
5237
5459
|
{
|
|
5238
|
-
"__@BRAND@
|
|
5239
|
-
|
|
5460
|
+
"__@BRAND@8895":
|
|
5461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$Outbound;
|
|
5240
5462
|
};
|
|
5241
5463
|
|
|
5242
5464
|
/** @internal */
|
|
@@ -5246,12 +5468,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
5246
5468
|
z.ZodTypeDef,
|
|
5247
5469
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
5248
5470
|
> = z.object({
|
|
5249
|
-
|
|
5250
|
-
|
|
5471
|
+
atBRANDAt8895: z.lazy(() =>
|
|
5472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8895$outboundSchema
|
|
5251
5473
|
),
|
|
5252
5474
|
}).transform((v) => {
|
|
5253
5475
|
return remap$(v, {
|
|
5254
|
-
|
|
5476
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
5255
5477
|
});
|
|
5256
5478
|
});
|
|
5257
5479
|
|
|
@@ -5282,47 +5504,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
5282
5504
|
}
|
|
5283
5505
|
|
|
5284
5506
|
/** @internal */
|
|
5285
|
-
export const
|
|
5507
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema:
|
|
5286
5508
|
z.ZodType<
|
|
5287
|
-
|
|
5509
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895,
|
|
5288
5510
|
z.ZodTypeDef,
|
|
5289
5511
|
unknown
|
|
5290
5512
|
> = z.object({});
|
|
5291
5513
|
/** @internal */
|
|
5292
|
-
export type
|
|
5514
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound =
|
|
5293
5515
|
{};
|
|
5294
5516
|
|
|
5295
5517
|
/** @internal */
|
|
5296
|
-
export const
|
|
5518
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema:
|
|
5297
5519
|
z.ZodType<
|
|
5298
|
-
|
|
5520
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound,
|
|
5299
5521
|
z.ZodTypeDef,
|
|
5300
|
-
|
|
5522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895
|
|
5301
5523
|
> = z.object({});
|
|
5302
5524
|
|
|
5303
|
-
export function
|
|
5304
|
-
|
|
5305
|
-
|
|
5525
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895ToJSON(
|
|
5526
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895:
|
|
5527
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895,
|
|
5306
5528
|
): string {
|
|
5307
5529
|
return JSON.stringify(
|
|
5308
|
-
|
|
5530
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema
|
|
5309
5531
|
.parse(
|
|
5310
|
-
|
|
5532
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895,
|
|
5311
5533
|
),
|
|
5312
5534
|
);
|
|
5313
5535
|
}
|
|
5314
|
-
export function
|
|
5536
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895FromJSON(
|
|
5315
5537
|
jsonString: string,
|
|
5316
5538
|
): SafeParseResult<
|
|
5317
|
-
|
|
5539
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895,
|
|
5318
5540
|
SDKValidationError
|
|
5319
5541
|
> {
|
|
5320
5542
|
return safeParse(
|
|
5321
5543
|
jsonString,
|
|
5322
5544
|
(x) =>
|
|
5323
|
-
|
|
5545
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema
|
|
5324
5546
|
.parse(JSON.parse(x)),
|
|
5325
|
-
`Failed to parse '
|
|
5547
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895' from JSON`,
|
|
5326
5548
|
);
|
|
5327
5549
|
}
|
|
5328
5550
|
|
|
@@ -5333,19 +5555,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
5333
5555
|
z.ZodTypeDef,
|
|
5334
5556
|
unknown
|
|
5335
5557
|
> = z.object({
|
|
5336
|
-
"__@BRAND@
|
|
5337
|
-
|
|
5558
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
5559
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$inboundSchema
|
|
5338
5560
|
),
|
|
5339
5561
|
}).transform((v) => {
|
|
5340
5562
|
return remap$(v, {
|
|
5341
|
-
"__@BRAND@
|
|
5563
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
5342
5564
|
});
|
|
5343
5565
|
});
|
|
5344
5566
|
/** @internal */
|
|
5345
5567
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
5346
5568
|
{
|
|
5347
|
-
"__@BRAND@
|
|
5348
|
-
|
|
5569
|
+
"__@BRAND@8895":
|
|
5570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$Outbound;
|
|
5349
5571
|
};
|
|
5350
5572
|
|
|
5351
5573
|
/** @internal */
|
|
@@ -5355,12 +5577,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
5355
5577
|
z.ZodTypeDef,
|
|
5356
5578
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
5357
5579
|
> = z.object({
|
|
5358
|
-
|
|
5359
|
-
|
|
5580
|
+
atBRANDAt8895: z.lazy(() =>
|
|
5581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8895$outboundSchema
|
|
5360
5582
|
),
|
|
5361
5583
|
}).transform((v) => {
|
|
5362
5584
|
return remap$(v, {
|
|
5363
|
-
|
|
5585
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
5364
5586
|
});
|
|
5365
5587
|
});
|
|
5366
5588
|
|
|
@@ -5391,47 +5613,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
5391
5613
|
}
|
|
5392
5614
|
|
|
5393
5615
|
/** @internal */
|
|
5394
|
-
export const
|
|
5616
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema:
|
|
5395
5617
|
z.ZodType<
|
|
5396
|
-
|
|
5618
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895,
|
|
5397
5619
|
z.ZodTypeDef,
|
|
5398
5620
|
unknown
|
|
5399
5621
|
> = z.object({});
|
|
5400
5622
|
/** @internal */
|
|
5401
|
-
export type
|
|
5623
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound =
|
|
5402
5624
|
{};
|
|
5403
5625
|
|
|
5404
5626
|
/** @internal */
|
|
5405
|
-
export const
|
|
5627
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema:
|
|
5406
5628
|
z.ZodType<
|
|
5407
|
-
|
|
5629
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound,
|
|
5408
5630
|
z.ZodTypeDef,
|
|
5409
|
-
|
|
5631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895
|
|
5410
5632
|
> = z.object({});
|
|
5411
5633
|
|
|
5412
|
-
export function
|
|
5413
|
-
|
|
5414
|
-
|
|
5634
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895ToJSON(
|
|
5635
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895:
|
|
5636
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895,
|
|
5415
5637
|
): string {
|
|
5416
5638
|
return JSON.stringify(
|
|
5417
|
-
|
|
5639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema
|
|
5418
5640
|
.parse(
|
|
5419
|
-
|
|
5641
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895,
|
|
5420
5642
|
),
|
|
5421
5643
|
);
|
|
5422
5644
|
}
|
|
5423
|
-
export function
|
|
5645
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895FromJSON(
|
|
5424
5646
|
jsonString: string,
|
|
5425
5647
|
): SafeParseResult<
|
|
5426
|
-
|
|
5648
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895,
|
|
5427
5649
|
SDKValidationError
|
|
5428
5650
|
> {
|
|
5429
5651
|
return safeParse(
|
|
5430
5652
|
jsonString,
|
|
5431
5653
|
(x) =>
|
|
5432
|
-
|
|
5654
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema
|
|
5433
5655
|
.parse(JSON.parse(x)),
|
|
5434
|
-
`Failed to parse '
|
|
5656
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895' from JSON`,
|
|
5435
5657
|
);
|
|
5436
5658
|
}
|
|
5437
5659
|
|
|
@@ -5442,19 +5664,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
5442
5664
|
z.ZodTypeDef,
|
|
5443
5665
|
unknown
|
|
5444
5666
|
> = z.object({
|
|
5445
|
-
"__@BRAND@
|
|
5446
|
-
|
|
5667
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
5668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$inboundSchema
|
|
5447
5669
|
),
|
|
5448
5670
|
}).transform((v) => {
|
|
5449
5671
|
return remap$(v, {
|
|
5450
|
-
"__@BRAND@
|
|
5672
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
5451
5673
|
});
|
|
5452
5674
|
});
|
|
5453
5675
|
/** @internal */
|
|
5454
5676
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
5455
5677
|
{
|
|
5456
|
-
"__@BRAND@
|
|
5457
|
-
|
|
5678
|
+
"__@BRAND@8895":
|
|
5679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$Outbound;
|
|
5458
5680
|
};
|
|
5459
5681
|
|
|
5460
5682
|
/** @internal */
|
|
@@ -5464,12 +5686,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
5464
5686
|
z.ZodTypeDef,
|
|
5465
5687
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
5466
5688
|
> = z.object({
|
|
5467
|
-
|
|
5468
|
-
|
|
5689
|
+
atBRANDAt8895: z.lazy(() =>
|
|
5690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8895$outboundSchema
|
|
5469
5691
|
),
|
|
5470
5692
|
}).transform((v) => {
|
|
5471
5693
|
return remap$(v, {
|
|
5472
|
-
|
|
5694
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
5473
5695
|
});
|
|
5474
5696
|
});
|
|
5475
5697
|
|
|
@@ -6278,47 +6500,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6278
6500
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
6279
6501
|
|
|
6280
6502
|
/** @internal */
|
|
6281
|
-
export const
|
|
6503
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema:
|
|
6282
6504
|
z.ZodType<
|
|
6283
|
-
|
|
6505
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895,
|
|
6284
6506
|
z.ZodTypeDef,
|
|
6285
6507
|
unknown
|
|
6286
6508
|
> = z.object({});
|
|
6287
6509
|
/** @internal */
|
|
6288
|
-
export type
|
|
6510
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound =
|
|
6289
6511
|
{};
|
|
6290
6512
|
|
|
6291
6513
|
/** @internal */
|
|
6292
|
-
export const
|
|
6514
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema:
|
|
6293
6515
|
z.ZodType<
|
|
6294
|
-
|
|
6516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound,
|
|
6295
6517
|
z.ZodTypeDef,
|
|
6296
|
-
|
|
6518
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895
|
|
6297
6519
|
> = z.object({});
|
|
6298
6520
|
|
|
6299
|
-
export function
|
|
6300
|
-
|
|
6301
|
-
|
|
6521
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895ToJSON(
|
|
6522
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895:
|
|
6523
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895,
|
|
6302
6524
|
): string {
|
|
6303
6525
|
return JSON.stringify(
|
|
6304
|
-
|
|
6526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema
|
|
6305
6527
|
.parse(
|
|
6306
|
-
|
|
6528
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895,
|
|
6307
6529
|
),
|
|
6308
6530
|
);
|
|
6309
6531
|
}
|
|
6310
|
-
export function
|
|
6532
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895FromJSON(
|
|
6311
6533
|
jsonString: string,
|
|
6312
6534
|
): SafeParseResult<
|
|
6313
|
-
|
|
6535
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895,
|
|
6314
6536
|
SDKValidationError
|
|
6315
6537
|
> {
|
|
6316
6538
|
return safeParse(
|
|
6317
6539
|
jsonString,
|
|
6318
6540
|
(x) =>
|
|
6319
|
-
|
|
6541
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema
|
|
6320
6542
|
.parse(JSON.parse(x)),
|
|
6321
|
-
`Failed to parse '
|
|
6543
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895' from JSON`,
|
|
6322
6544
|
);
|
|
6323
6545
|
}
|
|
6324
6546
|
|
|
@@ -6329,19 +6551,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6329
6551
|
z.ZodTypeDef,
|
|
6330
6552
|
unknown
|
|
6331
6553
|
> = z.object({
|
|
6332
|
-
"__@BRAND@
|
|
6333
|
-
|
|
6554
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
6555
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$inboundSchema
|
|
6334
6556
|
),
|
|
6335
6557
|
}).transform((v) => {
|
|
6336
6558
|
return remap$(v, {
|
|
6337
|
-
"__@BRAND@
|
|
6559
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
6338
6560
|
});
|
|
6339
6561
|
});
|
|
6340
6562
|
/** @internal */
|
|
6341
6563
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
6342
6564
|
{
|
|
6343
|
-
"__@BRAND@
|
|
6344
|
-
|
|
6565
|
+
"__@BRAND@8895":
|
|
6566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$Outbound;
|
|
6345
6567
|
};
|
|
6346
6568
|
|
|
6347
6569
|
/** @internal */
|
|
@@ -6351,12 +6573,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6351
6573
|
z.ZodTypeDef,
|
|
6352
6574
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
6353
6575
|
> = z.object({
|
|
6354
|
-
|
|
6355
|
-
|
|
6576
|
+
atBRANDAt8895: z.lazy(() =>
|
|
6577
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8895$outboundSchema
|
|
6356
6578
|
),
|
|
6357
6579
|
}).transform((v) => {
|
|
6358
6580
|
return remap$(v, {
|
|
6359
|
-
|
|
6581
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
6360
6582
|
});
|
|
6361
6583
|
});
|
|
6362
6584
|
|
|
@@ -6387,47 +6609,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6387
6609
|
}
|
|
6388
6610
|
|
|
6389
6611
|
/** @internal */
|
|
6390
|
-
export const
|
|
6612
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema:
|
|
6391
6613
|
z.ZodType<
|
|
6392
|
-
|
|
6614
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895,
|
|
6393
6615
|
z.ZodTypeDef,
|
|
6394
6616
|
unknown
|
|
6395
6617
|
> = z.object({});
|
|
6396
6618
|
/** @internal */
|
|
6397
|
-
export type
|
|
6619
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound =
|
|
6398
6620
|
{};
|
|
6399
6621
|
|
|
6400
6622
|
/** @internal */
|
|
6401
|
-
export const
|
|
6623
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema:
|
|
6402
6624
|
z.ZodType<
|
|
6403
|
-
|
|
6625
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound,
|
|
6404
6626
|
z.ZodTypeDef,
|
|
6405
|
-
|
|
6627
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895
|
|
6406
6628
|
> = z.object({});
|
|
6407
6629
|
|
|
6408
|
-
export function
|
|
6409
|
-
|
|
6410
|
-
|
|
6630
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895ToJSON(
|
|
6631
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895:
|
|
6632
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895,
|
|
6411
6633
|
): string {
|
|
6412
6634
|
return JSON.stringify(
|
|
6413
|
-
|
|
6635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema
|
|
6414
6636
|
.parse(
|
|
6415
|
-
|
|
6637
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895,
|
|
6416
6638
|
),
|
|
6417
6639
|
);
|
|
6418
6640
|
}
|
|
6419
|
-
export function
|
|
6641
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895FromJSON(
|
|
6420
6642
|
jsonString: string,
|
|
6421
6643
|
): SafeParseResult<
|
|
6422
|
-
|
|
6644
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895,
|
|
6423
6645
|
SDKValidationError
|
|
6424
6646
|
> {
|
|
6425
6647
|
return safeParse(
|
|
6426
6648
|
jsonString,
|
|
6427
6649
|
(x) =>
|
|
6428
|
-
|
|
6650
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema
|
|
6429
6651
|
.parse(JSON.parse(x)),
|
|
6430
|
-
`Failed to parse '
|
|
6652
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895' from JSON`,
|
|
6431
6653
|
);
|
|
6432
6654
|
}
|
|
6433
6655
|
|
|
@@ -6438,19 +6660,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6438
6660
|
z.ZodTypeDef,
|
|
6439
6661
|
unknown
|
|
6440
6662
|
> = z.object({
|
|
6441
|
-
"__@BRAND@
|
|
6442
|
-
|
|
6663
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
6664
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$inboundSchema
|
|
6443
6665
|
),
|
|
6444
6666
|
}).transform((v) => {
|
|
6445
6667
|
return remap$(v, {
|
|
6446
|
-
"__@BRAND@
|
|
6668
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
6447
6669
|
});
|
|
6448
6670
|
});
|
|
6449
6671
|
/** @internal */
|
|
6450
6672
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
6451
6673
|
{
|
|
6452
|
-
"__@BRAND@
|
|
6453
|
-
|
|
6674
|
+
"__@BRAND@8895":
|
|
6675
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$Outbound;
|
|
6454
6676
|
};
|
|
6455
6677
|
|
|
6456
6678
|
/** @internal */
|
|
@@ -6460,12 +6682,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6460
6682
|
z.ZodTypeDef,
|
|
6461
6683
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
6462
6684
|
> = z.object({
|
|
6463
|
-
|
|
6464
|
-
|
|
6685
|
+
atBRANDAt8895: z.lazy(() =>
|
|
6686
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8895$outboundSchema
|
|
6465
6687
|
),
|
|
6466
6688
|
}).transform((v) => {
|
|
6467
6689
|
return remap$(v, {
|
|
6468
|
-
|
|
6690
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
6469
6691
|
});
|
|
6470
6692
|
});
|
|
6471
6693
|
|
|
@@ -6496,47 +6718,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
6496
6718
|
}
|
|
6497
6719
|
|
|
6498
6720
|
/** @internal */
|
|
6499
|
-
export const
|
|
6721
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema:
|
|
6500
6722
|
z.ZodType<
|
|
6501
|
-
|
|
6723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895,
|
|
6502
6724
|
z.ZodTypeDef,
|
|
6503
6725
|
unknown
|
|
6504
6726
|
> = z.object({});
|
|
6505
6727
|
/** @internal */
|
|
6506
|
-
export type
|
|
6728
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound =
|
|
6507
6729
|
{};
|
|
6508
6730
|
|
|
6509
6731
|
/** @internal */
|
|
6510
|
-
export const
|
|
6732
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema:
|
|
6511
6733
|
z.ZodType<
|
|
6512
|
-
|
|
6734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound,
|
|
6513
6735
|
z.ZodTypeDef,
|
|
6514
|
-
|
|
6736
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895
|
|
6515
6737
|
> = z.object({});
|
|
6516
6738
|
|
|
6517
|
-
export function
|
|
6518
|
-
|
|
6519
|
-
|
|
6739
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895ToJSON(
|
|
6740
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895:
|
|
6741
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895,
|
|
6520
6742
|
): string {
|
|
6521
6743
|
return JSON.stringify(
|
|
6522
|
-
|
|
6744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema
|
|
6523
6745
|
.parse(
|
|
6524
|
-
|
|
6746
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895,
|
|
6525
6747
|
),
|
|
6526
6748
|
);
|
|
6527
6749
|
}
|
|
6528
|
-
export function
|
|
6750
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895FromJSON(
|
|
6529
6751
|
jsonString: string,
|
|
6530
6752
|
): SafeParseResult<
|
|
6531
|
-
|
|
6753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895,
|
|
6532
6754
|
SDKValidationError
|
|
6533
6755
|
> {
|
|
6534
6756
|
return safeParse(
|
|
6535
6757
|
jsonString,
|
|
6536
6758
|
(x) =>
|
|
6537
|
-
|
|
6759
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema
|
|
6538
6760
|
.parse(JSON.parse(x)),
|
|
6539
|
-
`Failed to parse '
|
|
6761
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895' from JSON`,
|
|
6540
6762
|
);
|
|
6541
6763
|
}
|
|
6542
6764
|
|
|
@@ -6547,19 +6769,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6547
6769
|
z.ZodTypeDef,
|
|
6548
6770
|
unknown
|
|
6549
6771
|
> = z.object({
|
|
6550
|
-
"__@BRAND@
|
|
6551
|
-
|
|
6772
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
6773
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$inboundSchema
|
|
6552
6774
|
),
|
|
6553
6775
|
}).transform((v) => {
|
|
6554
6776
|
return remap$(v, {
|
|
6555
|
-
"__@BRAND@
|
|
6777
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
6556
6778
|
});
|
|
6557
6779
|
});
|
|
6558
6780
|
/** @internal */
|
|
6559
6781
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
6560
6782
|
{
|
|
6561
|
-
"__@BRAND@
|
|
6562
|
-
|
|
6783
|
+
"__@BRAND@8895":
|
|
6784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$Outbound;
|
|
6563
6785
|
};
|
|
6564
6786
|
|
|
6565
6787
|
/** @internal */
|
|
@@ -6569,12 +6791,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
6569
6791
|
z.ZodTypeDef,
|
|
6570
6792
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
6571
6793
|
> = z.object({
|
|
6572
|
-
|
|
6573
|
-
|
|
6794
|
+
atBRANDAt8895: z.lazy(() =>
|
|
6795
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8895$outboundSchema
|
|
6574
6796
|
),
|
|
6575
6797
|
}).transform((v) => {
|
|
6576
6798
|
return remap$(v, {
|
|
6577
|
-
|
|
6799
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
6578
6800
|
});
|
|
6579
6801
|
});
|
|
6580
6802
|
|
|
@@ -8111,45 +8333,45 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8111
8333
|
}
|
|
8112
8334
|
|
|
8113
8335
|
/** @internal */
|
|
8114
|
-
export const
|
|
8336
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema:
|
|
8115
8337
|
z.ZodType<
|
|
8116
|
-
|
|
8338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895,
|
|
8117
8339
|
z.ZodTypeDef,
|
|
8118
8340
|
unknown
|
|
8119
8341
|
> = z.object({});
|
|
8120
8342
|
/** @internal */
|
|
8121
|
-
export type
|
|
8343
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound =
|
|
8122
8344
|
{};
|
|
8123
8345
|
|
|
8124
8346
|
/** @internal */
|
|
8125
|
-
export const
|
|
8347
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema:
|
|
8126
8348
|
z.ZodType<
|
|
8127
|
-
|
|
8349
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound,
|
|
8128
8350
|
z.ZodTypeDef,
|
|
8129
|
-
|
|
8351
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895
|
|
8130
8352
|
> = z.object({});
|
|
8131
8353
|
|
|
8132
|
-
export function
|
|
8133
|
-
|
|
8134
|
-
|
|
8354
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895ToJSON(
|
|
8355
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895:
|
|
8356
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895,
|
|
8135
8357
|
): string {
|
|
8136
8358
|
return JSON.stringify(
|
|
8137
|
-
|
|
8138
|
-
.parse(
|
|
8359
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema
|
|
8360
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895),
|
|
8139
8361
|
);
|
|
8140
8362
|
}
|
|
8141
|
-
export function
|
|
8363
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895FromJSON(
|
|
8142
8364
|
jsonString: string,
|
|
8143
8365
|
): SafeParseResult<
|
|
8144
|
-
|
|
8366
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895,
|
|
8145
8367
|
SDKValidationError
|
|
8146
8368
|
> {
|
|
8147
8369
|
return safeParse(
|
|
8148
8370
|
jsonString,
|
|
8149
8371
|
(x) =>
|
|
8150
|
-
|
|
8372
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema
|
|
8151
8373
|
.parse(JSON.parse(x)),
|
|
8152
|
-
`Failed to parse '
|
|
8374
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895' from JSON`,
|
|
8153
8375
|
);
|
|
8154
8376
|
}
|
|
8155
8377
|
|
|
@@ -8160,19 +8382,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8160
8382
|
z.ZodTypeDef,
|
|
8161
8383
|
unknown
|
|
8162
8384
|
> = z.object({
|
|
8163
|
-
"__@BRAND@
|
|
8164
|
-
|
|
8385
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
8386
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$inboundSchema
|
|
8165
8387
|
),
|
|
8166
8388
|
}).transform((v) => {
|
|
8167
8389
|
return remap$(v, {
|
|
8168
|
-
"__@BRAND@
|
|
8390
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
8169
8391
|
});
|
|
8170
8392
|
});
|
|
8171
8393
|
/** @internal */
|
|
8172
8394
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8173
8395
|
{
|
|
8174
|
-
"__@BRAND@
|
|
8175
|
-
|
|
8396
|
+
"__@BRAND@8895":
|
|
8397
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$Outbound;
|
|
8176
8398
|
};
|
|
8177
8399
|
|
|
8178
8400
|
/** @internal */
|
|
@@ -8182,12 +8404,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8182
8404
|
z.ZodTypeDef,
|
|
8183
8405
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8184
8406
|
> = z.object({
|
|
8185
|
-
|
|
8186
|
-
|
|
8407
|
+
atBRANDAt8895: z.lazy(() =>
|
|
8408
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8895$outboundSchema
|
|
8187
8409
|
),
|
|
8188
8410
|
}).transform((v) => {
|
|
8189
8411
|
return remap$(v, {
|
|
8190
|
-
|
|
8412
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
8191
8413
|
});
|
|
8192
8414
|
});
|
|
8193
8415
|
|
|
@@ -8216,47 +8438,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8216
8438
|
}
|
|
8217
8439
|
|
|
8218
8440
|
/** @internal */
|
|
8219
|
-
export const
|
|
8441
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema:
|
|
8220
8442
|
z.ZodType<
|
|
8221
|
-
|
|
8443
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895,
|
|
8222
8444
|
z.ZodTypeDef,
|
|
8223
8445
|
unknown
|
|
8224
8446
|
> = z.object({});
|
|
8225
8447
|
/** @internal */
|
|
8226
|
-
export type
|
|
8448
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound =
|
|
8227
8449
|
{};
|
|
8228
8450
|
|
|
8229
8451
|
/** @internal */
|
|
8230
|
-
export const
|
|
8452
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema:
|
|
8231
8453
|
z.ZodType<
|
|
8232
|
-
|
|
8454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound,
|
|
8233
8455
|
z.ZodTypeDef,
|
|
8234
|
-
|
|
8456
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895
|
|
8235
8457
|
> = z.object({});
|
|
8236
8458
|
|
|
8237
|
-
export function
|
|
8238
|
-
|
|
8239
|
-
|
|
8459
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895ToJSON(
|
|
8460
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895:
|
|
8461
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895,
|
|
8240
8462
|
): string {
|
|
8241
8463
|
return JSON.stringify(
|
|
8242
|
-
|
|
8464
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema
|
|
8243
8465
|
.parse(
|
|
8244
|
-
|
|
8466
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895,
|
|
8245
8467
|
),
|
|
8246
8468
|
);
|
|
8247
8469
|
}
|
|
8248
|
-
export function
|
|
8470
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895FromJSON(
|
|
8249
8471
|
jsonString: string,
|
|
8250
8472
|
): SafeParseResult<
|
|
8251
|
-
|
|
8473
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895,
|
|
8252
8474
|
SDKValidationError
|
|
8253
8475
|
> {
|
|
8254
8476
|
return safeParse(
|
|
8255
8477
|
jsonString,
|
|
8256
8478
|
(x) =>
|
|
8257
|
-
|
|
8479
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema
|
|
8258
8480
|
.parse(JSON.parse(x)),
|
|
8259
|
-
`Failed to parse '
|
|
8481
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895' from JSON`,
|
|
8260
8482
|
);
|
|
8261
8483
|
}
|
|
8262
8484
|
|
|
@@ -8267,19 +8489,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8267
8489
|
z.ZodTypeDef,
|
|
8268
8490
|
unknown
|
|
8269
8491
|
> = z.object({
|
|
8270
|
-
"__@BRAND@
|
|
8271
|
-
|
|
8492
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
8493
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$inboundSchema
|
|
8272
8494
|
),
|
|
8273
8495
|
}).transform((v) => {
|
|
8274
8496
|
return remap$(v, {
|
|
8275
|
-
"__@BRAND@
|
|
8497
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
8276
8498
|
});
|
|
8277
8499
|
});
|
|
8278
8500
|
/** @internal */
|
|
8279
8501
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8280
8502
|
{
|
|
8281
|
-
"__@BRAND@
|
|
8282
|
-
|
|
8503
|
+
"__@BRAND@8895":
|
|
8504
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$Outbound;
|
|
8283
8505
|
};
|
|
8284
8506
|
|
|
8285
8507
|
/** @internal */
|
|
@@ -8289,12 +8511,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8289
8511
|
z.ZodTypeDef,
|
|
8290
8512
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8291
8513
|
> = z.object({
|
|
8292
|
-
|
|
8293
|
-
|
|
8514
|
+
atBRANDAt8895: z.lazy(() =>
|
|
8515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8895$outboundSchema
|
|
8294
8516
|
),
|
|
8295
8517
|
}).transform((v) => {
|
|
8296
8518
|
return remap$(v, {
|
|
8297
|
-
|
|
8519
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
8298
8520
|
});
|
|
8299
8521
|
});
|
|
8300
8522
|
|
|
@@ -8323,47 +8545,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8323
8545
|
}
|
|
8324
8546
|
|
|
8325
8547
|
/** @internal */
|
|
8326
|
-
export const
|
|
8548
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema:
|
|
8327
8549
|
z.ZodType<
|
|
8328
|
-
|
|
8550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895,
|
|
8329
8551
|
z.ZodTypeDef,
|
|
8330
8552
|
unknown
|
|
8331
8553
|
> = z.object({});
|
|
8332
8554
|
/** @internal */
|
|
8333
|
-
export type
|
|
8555
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound =
|
|
8334
8556
|
{};
|
|
8335
8557
|
|
|
8336
8558
|
/** @internal */
|
|
8337
|
-
export const
|
|
8559
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema:
|
|
8338
8560
|
z.ZodType<
|
|
8339
|
-
|
|
8561
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound,
|
|
8340
8562
|
z.ZodTypeDef,
|
|
8341
|
-
|
|
8563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895
|
|
8342
8564
|
> = z.object({});
|
|
8343
8565
|
|
|
8344
|
-
export function
|
|
8345
|
-
|
|
8346
|
-
|
|
8566
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895ToJSON(
|
|
8567
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895:
|
|
8568
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895,
|
|
8347
8569
|
): string {
|
|
8348
8570
|
return JSON.stringify(
|
|
8349
|
-
|
|
8571
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema
|
|
8350
8572
|
.parse(
|
|
8351
|
-
|
|
8573
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895,
|
|
8352
8574
|
),
|
|
8353
8575
|
);
|
|
8354
8576
|
}
|
|
8355
|
-
export function
|
|
8577
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895FromJSON(
|
|
8356
8578
|
jsonString: string,
|
|
8357
8579
|
): SafeParseResult<
|
|
8358
|
-
|
|
8580
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895,
|
|
8359
8581
|
SDKValidationError
|
|
8360
8582
|
> {
|
|
8361
8583
|
return safeParse(
|
|
8362
8584
|
jsonString,
|
|
8363
8585
|
(x) =>
|
|
8364
|
-
|
|
8586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema
|
|
8365
8587
|
.parse(JSON.parse(x)),
|
|
8366
|
-
`Failed to parse '
|
|
8588
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895' from JSON`,
|
|
8367
8589
|
);
|
|
8368
8590
|
}
|
|
8369
8591
|
|
|
@@ -8374,19 +8596,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8374
8596
|
z.ZodTypeDef,
|
|
8375
8597
|
unknown
|
|
8376
8598
|
> = z.object({
|
|
8377
|
-
"__@BRAND@
|
|
8378
|
-
|
|
8599
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
8600
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$inboundSchema
|
|
8379
8601
|
),
|
|
8380
8602
|
}).transform((v) => {
|
|
8381
8603
|
return remap$(v, {
|
|
8382
|
-
"__@BRAND@
|
|
8604
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
8383
8605
|
});
|
|
8384
8606
|
});
|
|
8385
8607
|
/** @internal */
|
|
8386
8608
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8387
8609
|
{
|
|
8388
|
-
"__@BRAND@
|
|
8389
|
-
|
|
8610
|
+
"__@BRAND@8895":
|
|
8611
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$Outbound;
|
|
8390
8612
|
};
|
|
8391
8613
|
|
|
8392
8614
|
/** @internal */
|
|
@@ -8396,12 +8618,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8396
8618
|
z.ZodTypeDef,
|
|
8397
8619
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8398
8620
|
> = z.object({
|
|
8399
|
-
|
|
8400
|
-
|
|
8621
|
+
atBRANDAt8895: z.lazy(() =>
|
|
8622
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8895$outboundSchema
|
|
8401
8623
|
),
|
|
8402
8624
|
}).transform((v) => {
|
|
8403
8625
|
return remap$(v, {
|
|
8404
|
-
|
|
8626
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
8405
8627
|
});
|
|
8406
8628
|
});
|
|
8407
8629
|
|
|
@@ -11420,47 +11642,47 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema:
|
|
|
11420
11642
|
CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
|
|
11421
11643
|
|
|
11422
11644
|
/** @internal */
|
|
11423
|
-
export const
|
|
11645
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema:
|
|
11424
11646
|
z.ZodType<
|
|
11425
|
-
|
|
11647
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895,
|
|
11426
11648
|
z.ZodTypeDef,
|
|
11427
11649
|
unknown
|
|
11428
11650
|
> = z.object({});
|
|
11429
11651
|
/** @internal */
|
|
11430
|
-
export type
|
|
11652
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound =
|
|
11431
11653
|
{};
|
|
11432
11654
|
|
|
11433
11655
|
/** @internal */
|
|
11434
|
-
export const
|
|
11656
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema:
|
|
11435
11657
|
z.ZodType<
|
|
11436
|
-
|
|
11658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound,
|
|
11437
11659
|
z.ZodTypeDef,
|
|
11438
|
-
|
|
11660
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895
|
|
11439
11661
|
> = z.object({});
|
|
11440
11662
|
|
|
11441
|
-
export function
|
|
11442
|
-
|
|
11443
|
-
|
|
11663
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895ToJSON(
|
|
11664
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895:
|
|
11665
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895,
|
|
11444
11666
|
): string {
|
|
11445
11667
|
return JSON.stringify(
|
|
11446
|
-
|
|
11668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema
|
|
11447
11669
|
.parse(
|
|
11448
|
-
|
|
11670
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895,
|
|
11449
11671
|
),
|
|
11450
11672
|
);
|
|
11451
11673
|
}
|
|
11452
|
-
export function
|
|
11674
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895FromJSON(
|
|
11453
11675
|
jsonString: string,
|
|
11454
11676
|
): SafeParseResult<
|
|
11455
|
-
|
|
11677
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895,
|
|
11456
11678
|
SDKValidationError
|
|
11457
11679
|
> {
|
|
11458
11680
|
return safeParse(
|
|
11459
11681
|
jsonString,
|
|
11460
11682
|
(x) =>
|
|
11461
|
-
|
|
11683
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema
|
|
11462
11684
|
.parse(JSON.parse(x)),
|
|
11463
|
-
`Failed to parse '
|
|
11685
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895' from JSON`,
|
|
11464
11686
|
);
|
|
11465
11687
|
}
|
|
11466
11688
|
|
|
@@ -11471,18 +11693,18 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
11471
11693
|
z.ZodTypeDef,
|
|
11472
11694
|
unknown
|
|
11473
11695
|
> = z.object({
|
|
11474
|
-
"__@BRAND@
|
|
11475
|
-
|
|
11696
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
11697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$inboundSchema
|
|
11476
11698
|
),
|
|
11477
11699
|
}).transform((v) => {
|
|
11478
11700
|
return remap$(v, {
|
|
11479
|
-
"__@BRAND@
|
|
11701
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
11480
11702
|
});
|
|
11481
11703
|
});
|
|
11482
11704
|
/** @internal */
|
|
11483
11705
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
11484
|
-
"__@BRAND@
|
|
11485
|
-
|
|
11706
|
+
"__@BRAND@8895":
|
|
11707
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$Outbound;
|
|
11486
11708
|
};
|
|
11487
11709
|
|
|
11488
11710
|
/** @internal */
|
|
@@ -11492,12 +11714,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
11492
11714
|
z.ZodTypeDef,
|
|
11493
11715
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
11494
11716
|
> = z.object({
|
|
11495
|
-
|
|
11496
|
-
|
|
11717
|
+
atBRANDAt8895: z.lazy(() =>
|
|
11718
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8895$outboundSchema
|
|
11497
11719
|
),
|
|
11498
11720
|
}).transform((v) => {
|
|
11499
11721
|
return remap$(v, {
|
|
11500
|
-
|
|
11722
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
11501
11723
|
});
|
|
11502
11724
|
});
|
|
11503
11725
|
|
|
@@ -11528,35 +11750,35 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
11528
11750
|
}
|
|
11529
11751
|
|
|
11530
11752
|
/** @internal */
|
|
11531
|
-
export const
|
|
11532
|
-
|
|
11753
|
+
export const PropertiesAtBRANDAt8895$inboundSchema: z.ZodType<
|
|
11754
|
+
PropertiesAtBRANDAt8895,
|
|
11533
11755
|
z.ZodTypeDef,
|
|
11534
11756
|
unknown
|
|
11535
11757
|
> = z.object({});
|
|
11536
11758
|
/** @internal */
|
|
11537
|
-
export type
|
|
11759
|
+
export type PropertiesAtBRANDAt8895$Outbound = {};
|
|
11538
11760
|
|
|
11539
11761
|
/** @internal */
|
|
11540
|
-
export const
|
|
11541
|
-
|
|
11762
|
+
export const PropertiesAtBRANDAt8895$outboundSchema: z.ZodType<
|
|
11763
|
+
PropertiesAtBRANDAt8895$Outbound,
|
|
11542
11764
|
z.ZodTypeDef,
|
|
11543
|
-
|
|
11765
|
+
PropertiesAtBRANDAt8895
|
|
11544
11766
|
> = z.object({});
|
|
11545
11767
|
|
|
11546
|
-
export function
|
|
11547
|
-
|
|
11768
|
+
export function propertiesAtBRANDAt8895ToJSON(
|
|
11769
|
+
propertiesAtBRANDAt8895: PropertiesAtBRANDAt8895,
|
|
11548
11770
|
): string {
|
|
11549
11771
|
return JSON.stringify(
|
|
11550
|
-
|
|
11772
|
+
PropertiesAtBRANDAt8895$outboundSchema.parse(propertiesAtBRANDAt8895),
|
|
11551
11773
|
);
|
|
11552
11774
|
}
|
|
11553
|
-
export function
|
|
11775
|
+
export function propertiesAtBRANDAt8895FromJSON(
|
|
11554
11776
|
jsonString: string,
|
|
11555
|
-
): SafeParseResult<
|
|
11777
|
+
): SafeParseResult<PropertiesAtBRANDAt8895, SDKValidationError> {
|
|
11556
11778
|
return safeParse(
|
|
11557
11779
|
jsonString,
|
|
11558
|
-
(x) =>
|
|
11559
|
-
`Failed to parse '
|
|
11780
|
+
(x) => PropertiesAtBRANDAt8895$inboundSchema.parse(JSON.parse(x)),
|
|
11781
|
+
`Failed to parse 'PropertiesAtBRANDAt8895' from JSON`,
|
|
11560
11782
|
);
|
|
11561
11783
|
}
|
|
11562
11784
|
|
|
@@ -11567,15 +11789,15 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
11567
11789
|
z.ZodTypeDef,
|
|
11568
11790
|
unknown
|
|
11569
11791
|
> = z.object({
|
|
11570
|
-
"__@BRAND@
|
|
11792
|
+
"__@BRAND@8895": z.lazy(() => PropertiesAtBRANDAt8895$inboundSchema),
|
|
11571
11793
|
}).transform((v) => {
|
|
11572
11794
|
return remap$(v, {
|
|
11573
|
-
"__@BRAND@
|
|
11795
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
11574
11796
|
});
|
|
11575
11797
|
});
|
|
11576
11798
|
/** @internal */
|
|
11577
11799
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
11578
|
-
"__@BRAND@
|
|
11800
|
+
"__@BRAND@8895": PropertiesAtBRANDAt8895$Outbound;
|
|
11579
11801
|
};
|
|
11580
11802
|
|
|
11581
11803
|
/** @internal */
|
|
@@ -11585,10 +11807,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
11585
11807
|
z.ZodTypeDef,
|
|
11586
11808
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
11587
11809
|
> = z.object({
|
|
11588
|
-
|
|
11810
|
+
atBRANDAt8895: z.lazy(() => PropertiesAtBRANDAt8895$outboundSchema),
|
|
11589
11811
|
}).transform((v) => {
|
|
11590
11812
|
return remap$(v, {
|
|
11591
|
-
|
|
11813
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
11592
11814
|
});
|
|
11593
11815
|
});
|
|
11594
11816
|
|
|
@@ -11619,46 +11841,46 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
11619
11841
|
}
|
|
11620
11842
|
|
|
11621
11843
|
/** @internal */
|
|
11622
|
-
export const
|
|
11844
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema:
|
|
11623
11845
|
z.ZodType<
|
|
11624
|
-
|
|
11846
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895,
|
|
11625
11847
|
z.ZodTypeDef,
|
|
11626
11848
|
unknown
|
|
11627
11849
|
> = z.object({});
|
|
11628
11850
|
/** @internal */
|
|
11629
|
-
export type
|
|
11851
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound = {};
|
|
11630
11852
|
|
|
11631
11853
|
/** @internal */
|
|
11632
|
-
export const
|
|
11854
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema:
|
|
11633
11855
|
z.ZodType<
|
|
11634
|
-
|
|
11856
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound,
|
|
11635
11857
|
z.ZodTypeDef,
|
|
11636
|
-
|
|
11858
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895
|
|
11637
11859
|
> = z.object({});
|
|
11638
11860
|
|
|
11639
|
-
export function
|
|
11640
|
-
|
|
11641
|
-
|
|
11861
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8895ToJSON(
|
|
11862
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8895:
|
|
11863
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895,
|
|
11642
11864
|
): string {
|
|
11643
11865
|
return JSON.stringify(
|
|
11644
|
-
|
|
11645
|
-
|
|
11866
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema.parse(
|
|
11867
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8895,
|
|
11646
11868
|
),
|
|
11647
11869
|
);
|
|
11648
11870
|
}
|
|
11649
|
-
export function
|
|
11871
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8895FromJSON(
|
|
11650
11872
|
jsonString: string,
|
|
11651
11873
|
): SafeParseResult<
|
|
11652
|
-
|
|
11874
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895,
|
|
11653
11875
|
SDKValidationError
|
|
11654
11876
|
> {
|
|
11655
11877
|
return safeParse(
|
|
11656
11878
|
jsonString,
|
|
11657
11879
|
(x) =>
|
|
11658
|
-
|
|
11880
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema.parse(
|
|
11659
11881
|
JSON.parse(x),
|
|
11660
11882
|
),
|
|
11661
|
-
`Failed to parse '
|
|
11883
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8895' from JSON`,
|
|
11662
11884
|
);
|
|
11663
11885
|
}
|
|
11664
11886
|
|
|
@@ -11669,17 +11891,17 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
11669
11891
|
z.ZodTypeDef,
|
|
11670
11892
|
unknown
|
|
11671
11893
|
> = z.object({
|
|
11672
|
-
"__@BRAND@
|
|
11673
|
-
|
|
11894
|
+
"__@BRAND@8895": z.lazy(() =>
|
|
11895
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$inboundSchema
|
|
11674
11896
|
),
|
|
11675
11897
|
}).transform((v) => {
|
|
11676
11898
|
return remap$(v, {
|
|
11677
|
-
"__@BRAND@
|
|
11899
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
11678
11900
|
});
|
|
11679
11901
|
});
|
|
11680
11902
|
/** @internal */
|
|
11681
11903
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
11682
|
-
"__@BRAND@
|
|
11904
|
+
"__@BRAND@8895": CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$Outbound;
|
|
11683
11905
|
};
|
|
11684
11906
|
|
|
11685
11907
|
/** @internal */
|
|
@@ -11689,12 +11911,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
11689
11911
|
z.ZodTypeDef,
|
|
11690
11912
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
11691
11913
|
> = z.object({
|
|
11692
|
-
|
|
11693
|
-
|
|
11914
|
+
atBRANDAt8895: z.lazy(() =>
|
|
11915
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8895$outboundSchema
|
|
11694
11916
|
),
|
|
11695
11917
|
}).transform((v) => {
|
|
11696
11918
|
return remap$(v, {
|
|
11697
|
-
|
|
11919
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
11698
11920
|
});
|
|
11699
11921
|
});
|
|
11700
11922
|
|
|
@@ -12773,31 +12995,31 @@ export function guidesFromJSON(
|
|
|
12773
12995
|
}
|
|
12774
12996
|
|
|
12775
12997
|
/** @internal */
|
|
12776
|
-
export const
|
|
12777
|
-
|
|
12998
|
+
export const AtBRANDAt8895$inboundSchema: z.ZodType<
|
|
12999
|
+
AtBRANDAt8895,
|
|
12778
13000
|
z.ZodTypeDef,
|
|
12779
13001
|
unknown
|
|
12780
13002
|
> = z.object({});
|
|
12781
13003
|
/** @internal */
|
|
12782
|
-
export type
|
|
13004
|
+
export type AtBRANDAt8895$Outbound = {};
|
|
12783
13005
|
|
|
12784
13006
|
/** @internal */
|
|
12785
|
-
export const
|
|
12786
|
-
|
|
13007
|
+
export const AtBRANDAt8895$outboundSchema: z.ZodType<
|
|
13008
|
+
AtBRANDAt8895$Outbound,
|
|
12787
13009
|
z.ZodTypeDef,
|
|
12788
|
-
|
|
13010
|
+
AtBRANDAt8895
|
|
12789
13011
|
> = z.object({});
|
|
12790
13012
|
|
|
12791
|
-
export function
|
|
12792
|
-
return JSON.stringify(
|
|
13013
|
+
export function atBRANDAt8895ToJSON(atBRANDAt8895: AtBRANDAt8895): string {
|
|
13014
|
+
return JSON.stringify(AtBRANDAt8895$outboundSchema.parse(atBRANDAt8895));
|
|
12793
13015
|
}
|
|
12794
|
-
export function
|
|
13016
|
+
export function atBRANDAt8895FromJSON(
|
|
12795
13017
|
jsonString: string,
|
|
12796
|
-
): SafeParseResult<
|
|
13018
|
+
): SafeParseResult<AtBRANDAt8895, SDKValidationError> {
|
|
12797
13019
|
return safeParse(
|
|
12798
13020
|
jsonString,
|
|
12799
|
-
(x) =>
|
|
12800
|
-
`Failed to parse '
|
|
13021
|
+
(x) => AtBRANDAt8895$inboundSchema.parse(JSON.parse(x)),
|
|
13022
|
+
`Failed to parse 'AtBRANDAt8895' from JSON`,
|
|
12801
13023
|
);
|
|
12802
13024
|
}
|
|
12803
13025
|
|
|
@@ -12807,15 +13029,15 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
12807
13029
|
z.ZodTypeDef,
|
|
12808
13030
|
unknown
|
|
12809
13031
|
> = z.object({
|
|
12810
|
-
"__@BRAND@
|
|
13032
|
+
"__@BRAND@8895": z.lazy(() => AtBRANDAt8895$inboundSchema),
|
|
12811
13033
|
}).transform((v) => {
|
|
12812
13034
|
return remap$(v, {
|
|
12813
|
-
"__@BRAND@
|
|
13035
|
+
"__@BRAND@8895": "atBRANDAt8895",
|
|
12814
13036
|
});
|
|
12815
13037
|
});
|
|
12816
13038
|
/** @internal */
|
|
12817
13039
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
12818
|
-
"__@BRAND@
|
|
13040
|
+
"__@BRAND@8895": AtBRANDAt8895$Outbound;
|
|
12819
13041
|
};
|
|
12820
13042
|
|
|
12821
13043
|
/** @internal */
|
|
@@ -12824,10 +13046,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
12824
13046
|
z.ZodTypeDef,
|
|
12825
13047
|
CreateIntegrationStoreDirectValue
|
|
12826
13048
|
> = z.object({
|
|
12827
|
-
|
|
13049
|
+
atBRANDAt8895: z.lazy(() => AtBRANDAt8895$outboundSchema),
|
|
12828
13050
|
}).transform((v) => {
|
|
12829
13051
|
return remap$(v, {
|
|
12830
|
-
|
|
13052
|
+
atBRANDAt8895: "__@BRAND@8895",
|
|
12831
13053
|
});
|
|
12832
13054
|
});
|
|
12833
13055
|
|
|
@@ -13629,6 +13851,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
13629
13851
|
externalResourceId: z.string(),
|
|
13630
13852
|
externalResourceStatus: z.nullable(ExternalResourceStatus$inboundSchema)
|
|
13631
13853
|
.optional(),
|
|
13854
|
+
directPartnerConsoleUrl: z.string().optional(),
|
|
13632
13855
|
product: z.lazy(() => Product$inboundSchema),
|
|
13633
13856
|
protocolSettings: z.lazy(() =>
|
|
13634
13857
|
CreateIntegrationStoreDirectProtocolSettings$inboundSchema
|
|
@@ -13642,6 +13865,10 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
13642
13865
|
billingPlan: z.lazy(() =>
|
|
13643
13866
|
CreateIntegrationStoreDirectBillingPlan$inboundSchema
|
|
13644
13867
|
).optional(),
|
|
13868
|
+
secretRotationRequestedAt: z.number().optional(),
|
|
13869
|
+
secretRotationRequestedReason: z.string().optional(),
|
|
13870
|
+
secretRotationRequestedBy: z.string().optional(),
|
|
13871
|
+
secretRotationCompletedAt: z.number().optional(),
|
|
13645
13872
|
});
|
|
13646
13873
|
/** @internal */
|
|
13647
13874
|
export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
@@ -13659,6 +13886,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
13659
13886
|
} | undefined;
|
|
13660
13887
|
externalResourceId: string;
|
|
13661
13888
|
externalResourceStatus?: string | null | undefined;
|
|
13889
|
+
directPartnerConsoleUrl?: string | undefined;
|
|
13662
13890
|
product: Product$Outbound;
|
|
13663
13891
|
protocolSettings?:
|
|
13664
13892
|
| CreateIntegrationStoreDirectProtocolSettings$Outbound
|
|
@@ -13666,6 +13894,10 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
13666
13894
|
notification?: CreateIntegrationStoreDirectNotification$Outbound | undefined;
|
|
13667
13895
|
secrets: Array<CreateIntegrationStoreDirectSecrets$Outbound>;
|
|
13668
13896
|
billingPlan?: CreateIntegrationStoreDirectBillingPlan$Outbound | undefined;
|
|
13897
|
+
secretRotationRequestedAt?: number | undefined;
|
|
13898
|
+
secretRotationRequestedReason?: string | undefined;
|
|
13899
|
+
secretRotationRequestedBy?: string | undefined;
|
|
13900
|
+
secretRotationCompletedAt?: number | undefined;
|
|
13669
13901
|
};
|
|
13670
13902
|
|
|
13671
13903
|
/** @internal */
|
|
@@ -13695,6 +13927,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
13695
13927
|
externalResourceId: z.string(),
|
|
13696
13928
|
externalResourceStatus: z.nullable(ExternalResourceStatus$outboundSchema)
|
|
13697
13929
|
.optional(),
|
|
13930
|
+
directPartnerConsoleUrl: z.string().optional(),
|
|
13698
13931
|
product: z.lazy(() => Product$outboundSchema),
|
|
13699
13932
|
protocolSettings: z.lazy(() =>
|
|
13700
13933
|
CreateIntegrationStoreDirectProtocolSettings$outboundSchema
|
|
@@ -13708,6 +13941,10 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
13708
13941
|
billingPlan: z.lazy(() =>
|
|
13709
13942
|
CreateIntegrationStoreDirectBillingPlan$outboundSchema
|
|
13710
13943
|
).optional(),
|
|
13944
|
+
secretRotationRequestedAt: z.number().optional(),
|
|
13945
|
+
secretRotationRequestedReason: z.string().optional(),
|
|
13946
|
+
secretRotationRequestedBy: z.string().optional(),
|
|
13947
|
+
secretRotationCompletedAt: z.number().optional(),
|
|
13711
13948
|
});
|
|
13712
13949
|
|
|
13713
13950
|
export function createIntegrationStoreDirectStoreToJSON(
|