@vercel/sdk 1.11.2 → 1.12.0
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 +60 -59
- package/bin/mcp-server.js +4502 -3066
- package/bin/mcp-server.js.map +46 -40
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/integrations/README.md +83 -0
- package/docs/sdks/projects/README.md +0 -2
- package/docs/sdks/vercel/README.md +0 -74
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +3 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +28 -1
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +9 -0
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/__tests__/vercel.test.js +3 -27
- package/esm/__tests__/vercel.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts → edgeCacheInvalidateByTags.d.ts} +9 -3
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
- package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
- package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
- package/esm/funcs/marketplaceImportResource.js +2 -2
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +0 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/url.js +1 -1
- package/esm/lib/url.js.map +1 -1
- 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 +7 -3
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
- package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
- package/esm/models/approverollingreleasestageop.d.ts +15 -0
- package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
- package/esm/models/approverollingreleasestageop.js +6 -0
- package/esm/models/approverollingreleasestageop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +63 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +59 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/completerollingreleaseop.d.ts +15 -0
- package/esm/models/completerollingreleaseop.d.ts.map +1 -1
- package/esm/models/completerollingreleaseop.js +6 -0
- package/esm/models/completerollingreleaseop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +289 -144
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +259 -124
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -2
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -2
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +906 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1077 -371
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +126 -4
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +129 -1
- package/esm/models/createlogdrainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +43 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +24 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
- package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
- package/esm/models/dangerouslydeletebytagsop.js +117 -0
- package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
- package/esm/models/getbillingplansop.d.ts +257 -0
- package/esm/models/getbillingplansop.d.ts.map +1 -0
- package/esm/models/getbillingplansop.js +244 -0
- package/esm/models/getbillingplansop.js.map +1 -0
- package/esm/models/getconfigurationop.d.ts +8 -8
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +12 -12
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +909 -390
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +1104 -471
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +3 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +33 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +8 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +3 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -2
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -2
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +130 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +206 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +207 -166
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
- package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseconfigop.js +2 -0
- package/esm/models/getrollingreleaseconfigop.js.map +1 -1
- package/esm/models/getrollingreleaseop.d.ts +15 -0
- package/esm/models/getrollingreleaseop.d.ts.map +1 -1
- package/esm/models/getrollingreleaseop.js +6 -0
- package/esm/models/getrollingreleaseop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/invalidatebytagsop.d.ts +115 -0
- package/esm/models/invalidatebytagsop.d.ts.map +1 -0
- package/esm/models/invalidatebytagsop.js +116 -0
- package/esm/models/invalidatebytagsop.js.map +1 -0
- package/esm/models/updateedgeconfigop.d.ts +2 -2
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -2
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +10 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +5 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +149 -136
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +146 -140
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
- package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
- package/esm/models/updaterollingreleaseconfigop.js +2 -0
- package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
- package/esm/models/userevent.d.ts +1300 -1049
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1654 -1406
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +20 -0
- package/esm/sdk/edgecache.d.ts.map +1 -0
- package/esm/sdk/edgecache.js +28 -0
- package/esm/sdk/edgecache.js.map +1 -0
- package/esm/sdk/integrations.d.ts +8 -0
- package/esm/sdk/integrations.d.ts.map +1 -1
- package/esm/sdk/integrations.js +10 -0
- package/esm/sdk/integrations.js.map +1 -1
- package/esm/sdk/sdk.d.ts +4 -3
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -5
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/domains.test.ts +3 -12
- package/src/__tests__/integrations.test.ts +32 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/vercel.test.ts +4 -33
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
- package/src/funcs/marketplaceImportResource.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +7 -5
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
- package/src/models/approverollingreleasestageop.ts +21 -0
- package/src/models/canceldeploymentop.ts +127 -104
- package/src/models/completerollingreleaseop.ts +21 -0
- package/src/models/createdeploymentop.ts +532 -226
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2459 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectop.ts +43 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/getbillingplansop.ts +508 -0
- package/src/models/getconfigurationop.ts +20 -15
- package/src/models/getconfigurationproductsop.ts +2433 -838
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymentop.ts +63 -48
- package/src/models/getdeploymentsop.ts +8 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +434 -336
- package/src/models/getrollingreleaseconfigop.ts +7 -0
- package/src/models/getrollingreleaseop.ts +21 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/importresourceop.ts +27 -29
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +12 -0
- package/src/models/updateprojectop.ts +299 -286
- package/src/models/updaterollingreleaseconfigop.ts +7 -0
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/integrations.ts +22 -0
- package/src/sdk/sdk.ts +7 -23
- package/vercel-spec.json +3578 -2444
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
- package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
- package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
- package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
- package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
|
@@ -55,6 +55,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
55
55
|
Nitro: "nitro",
|
|
56
56
|
Hono: "hono",
|
|
57
57
|
Express: "express",
|
|
58
|
+
H3: "h3",
|
|
58
59
|
Xmcp: "xmcp",
|
|
59
60
|
};
|
|
60
61
|
export const CreateIntegrationStoreDirectEnvironments = {
|
|
@@ -100,6 +101,24 @@ export const CreateIntegrationStoreDirectHidden3 = {
|
|
|
100
101
|
Update: "update",
|
|
101
102
|
Create: "create",
|
|
102
103
|
};
|
|
104
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = {
|
|
105
|
+
String: "string",
|
|
106
|
+
};
|
|
107
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = {
|
|
108
|
+
Domain: "domain",
|
|
109
|
+
};
|
|
110
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
111
|
+
Update: "update",
|
|
112
|
+
Create: "create",
|
|
113
|
+
};
|
|
114
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
115
|
+
Update: "update",
|
|
116
|
+
Create: "create",
|
|
117
|
+
};
|
|
118
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = {
|
|
119
|
+
Update: "update",
|
|
120
|
+
Create: "create",
|
|
121
|
+
};
|
|
103
122
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType = {
|
|
104
123
|
String: "string",
|
|
105
124
|
};
|
|
@@ -137,7 +156,7 @@ export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200Applic
|
|
|
137
156
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = {
|
|
138
157
|
Array: "array",
|
|
139
158
|
};
|
|
140
|
-
export const
|
|
159
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = {
|
|
141
160
|
String: "string",
|
|
142
161
|
};
|
|
143
162
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl = {
|
|
@@ -264,7 +283,7 @@ export const CreateIntegrationStoreDirectUiDisabled3 = {
|
|
|
264
283
|
Update: "update",
|
|
265
284
|
Create: "create",
|
|
266
285
|
};
|
|
267
|
-
export const
|
|
286
|
+
export const CreateIntegrationStoreDirectTags = {
|
|
268
287
|
EdgeConfig: "edge-config",
|
|
269
288
|
Redis: "redis",
|
|
270
289
|
Postgres: "postgres",
|
|
@@ -297,6 +316,7 @@ export const Tags = {
|
|
|
297
316
|
TagMessaging: "tag_messaging",
|
|
298
317
|
TagMonitoring: "tag_monitoring",
|
|
299
318
|
TagObservability: "tag_observability",
|
|
319
|
+
TagPayments: "tag_payments",
|
|
300
320
|
TagPerformance: "tag_performance",
|
|
301
321
|
TagProductivity: "tag_productivity",
|
|
302
322
|
TagSearching: "tag_searching",
|
|
@@ -320,6 +340,7 @@ export const ProjectConnectionScopes = {
|
|
|
320
340
|
ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars",
|
|
321
341
|
ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action",
|
|
322
342
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
343
|
+
ReadWriteDrains: "read-write:drains",
|
|
323
344
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
324
345
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
325
346
|
};
|
|
@@ -647,6 +668,37 @@ export var CreateIntegrationStoreDirectOwnership$;
|
|
|
647
668
|
CreateIntegrationStoreDirectOwnership$.outboundSchema = CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
648
669
|
})(CreateIntegrationStoreDirectOwnership$ || (CreateIntegrationStoreDirectOwnership$ = {}));
|
|
649
670
|
/** @internal */
|
|
671
|
+
export const Capabilities$inboundSchema = z.object({
|
|
672
|
+
mcp: z.boolean().optional(),
|
|
673
|
+
sso: z.boolean().optional(),
|
|
674
|
+
billable: z.boolean().optional(),
|
|
675
|
+
secretsSync: z.boolean().optional(),
|
|
676
|
+
});
|
|
677
|
+
/** @internal */
|
|
678
|
+
export const Capabilities$outboundSchema = z.object({
|
|
679
|
+
mcp: z.boolean().optional(),
|
|
680
|
+
sso: z.boolean().optional(),
|
|
681
|
+
billable: z.boolean().optional(),
|
|
682
|
+
secretsSync: z.boolean().optional(),
|
|
683
|
+
});
|
|
684
|
+
/**
|
|
685
|
+
* @internal
|
|
686
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
687
|
+
*/
|
|
688
|
+
export var Capabilities$;
|
|
689
|
+
(function (Capabilities$) {
|
|
690
|
+
/** @deprecated use `Capabilities$inboundSchema` instead. */
|
|
691
|
+
Capabilities$.inboundSchema = Capabilities$inboundSchema;
|
|
692
|
+
/** @deprecated use `Capabilities$outboundSchema` instead. */
|
|
693
|
+
Capabilities$.outboundSchema = Capabilities$outboundSchema;
|
|
694
|
+
})(Capabilities$ || (Capabilities$ = {}));
|
|
695
|
+
export function capabilitiesToJSON(capabilities) {
|
|
696
|
+
return JSON.stringify(Capabilities$outboundSchema.parse(capabilities));
|
|
697
|
+
}
|
|
698
|
+
export function capabilitiesFromJSON(jsonString) {
|
|
699
|
+
return safeParse(jsonString, (x) => Capabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Capabilities' from JSON`);
|
|
700
|
+
}
|
|
701
|
+
/** @internal */
|
|
650
702
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema = z.union([
|
|
651
703
|
z.string(),
|
|
652
704
|
z.number(),
|
|
@@ -695,6 +747,41 @@ export var ExternalResourceStatus$;
|
|
|
695
747
|
ExternalResourceStatus$.outboundSchema = ExternalResourceStatus$outboundSchema;
|
|
696
748
|
})(ExternalResourceStatus$ || (ExternalResourceStatus$ = {}));
|
|
697
749
|
/** @internal */
|
|
750
|
+
export const CreateIntegrationStoreDirectCapabilities$inboundSchema = z.object({
|
|
751
|
+
mcp: z.boolean().optional(),
|
|
752
|
+
sso: z.boolean().optional(),
|
|
753
|
+
billable: z.boolean().optional(),
|
|
754
|
+
secretsSync: z.boolean().optional(),
|
|
755
|
+
sandbox: z.boolean().optional(),
|
|
756
|
+
linking: z.boolean().optional(),
|
|
757
|
+
});
|
|
758
|
+
/** @internal */
|
|
759
|
+
export const CreateIntegrationStoreDirectCapabilities$outboundSchema = z.object({
|
|
760
|
+
mcp: z.boolean().optional(),
|
|
761
|
+
sso: z.boolean().optional(),
|
|
762
|
+
billable: z.boolean().optional(),
|
|
763
|
+
secretsSync: z.boolean().optional(),
|
|
764
|
+
sandbox: z.boolean().optional(),
|
|
765
|
+
linking: z.boolean().optional(),
|
|
766
|
+
});
|
|
767
|
+
/**
|
|
768
|
+
* @internal
|
|
769
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
770
|
+
*/
|
|
771
|
+
export var CreateIntegrationStoreDirectCapabilities$;
|
|
772
|
+
(function (CreateIntegrationStoreDirectCapabilities$) {
|
|
773
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
|
|
774
|
+
CreateIntegrationStoreDirectCapabilities$.inboundSchema = CreateIntegrationStoreDirectCapabilities$inboundSchema;
|
|
775
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
|
|
776
|
+
CreateIntegrationStoreDirectCapabilities$.outboundSchema = CreateIntegrationStoreDirectCapabilities$outboundSchema;
|
|
777
|
+
})(CreateIntegrationStoreDirectCapabilities$ || (CreateIntegrationStoreDirectCapabilities$ = {}));
|
|
778
|
+
export function createIntegrationStoreDirectCapabilitiesToJSON(createIntegrationStoreDirectCapabilities) {
|
|
779
|
+
return JSON.stringify(CreateIntegrationStoreDirectCapabilities$outboundSchema.parse(createIntegrationStoreDirectCapabilities));
|
|
780
|
+
}
|
|
781
|
+
export function createIntegrationStoreDirectCapabilitiesFromJSON(jsonString) {
|
|
782
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectCapabilities$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectCapabilities' from JSON`);
|
|
783
|
+
}
|
|
784
|
+
/** @internal */
|
|
698
785
|
export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema = z
|
|
699
786
|
.nativeEnum(CreateIntegrationStoreDirectIntegrationsType);
|
|
700
787
|
/** @internal */
|
|
@@ -711,42 +798,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
|
|
|
711
798
|
CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
|
|
712
799
|
})(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
|
|
713
800
|
/** @internal */
|
|
714
|
-
export const
|
|
801
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema = z.object({});
|
|
715
802
|
/** @internal */
|
|
716
|
-
export const
|
|
803
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema = z.object({});
|
|
717
804
|
/**
|
|
718
805
|
* @internal
|
|
719
806
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
720
807
|
*/
|
|
721
|
-
export var
|
|
722
|
-
(function (
|
|
723
|
-
/** @deprecated use `
|
|
724
|
-
|
|
725
|
-
/** @deprecated use `
|
|
726
|
-
|
|
727
|
-
})(
|
|
728
|
-
export function
|
|
729
|
-
return JSON.stringify(
|
|
730
|
-
.parse(
|
|
808
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$;
|
|
809
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$) {
|
|
810
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema;
|
|
812
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
|
|
813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema;
|
|
814
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ = {}));
|
|
815
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466) {
|
|
816
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
817
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466));
|
|
731
818
|
}
|
|
732
|
-
export function
|
|
733
|
-
return safeParse(jsonString, (x) =>
|
|
734
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
819
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(jsonString) {
|
|
820
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
821
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466' from JSON`);
|
|
735
822
|
}
|
|
736
823
|
/** @internal */
|
|
737
824
|
export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
|
|
738
|
-
"__@BRAND@
|
|
825
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema),
|
|
739
826
|
}).transform((v) => {
|
|
740
827
|
return remap$(v, {
|
|
741
|
-
"__@BRAND@
|
|
828
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
742
829
|
});
|
|
743
830
|
});
|
|
744
831
|
/** @internal */
|
|
745
832
|
export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
|
|
746
|
-
|
|
833
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema),
|
|
747
834
|
}).transform((v) => {
|
|
748
835
|
return remap$(v, {
|
|
749
|
-
|
|
836
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
750
837
|
});
|
|
751
838
|
});
|
|
752
839
|
/**
|
|
@@ -905,7 +992,7 @@ export function createIntegrationStoreDirectPropertiesHiddenFromJSON(jsonString)
|
|
|
905
992
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesHidden$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`);
|
|
906
993
|
}
|
|
907
994
|
/** @internal */
|
|
908
|
-
export const
|
|
995
|
+
export const CreateIntegrationStoreDirectProperties9$inboundSchema = z.object({
|
|
909
996
|
value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$inboundSchema),
|
|
910
997
|
disabled: z.union([
|
|
911
998
|
z.lazy(() => CreateIntegrationStoreDirectDisabled2$inboundSchema),
|
|
@@ -919,7 +1006,7 @@ export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
|
|
|
919
1006
|
]).optional(),
|
|
920
1007
|
});
|
|
921
1008
|
/** @internal */
|
|
922
|
-
export const
|
|
1009
|
+
export const CreateIntegrationStoreDirectProperties9$outboundSchema = z.object({
|
|
923
1010
|
value: z.lazy(() => CreateIntegrationStoreDirectPropertiesValue$outboundSchema),
|
|
924
1011
|
disabled: z.union([
|
|
925
1012
|
z.lazy(() => CreateIntegrationStoreDirectDisabled2$outboundSchema),
|
|
@@ -932,6 +1019,617 @@ export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
|
|
|
932
1019
|
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
933
1020
|
]).optional(),
|
|
934
1021
|
});
|
|
1022
|
+
/**
|
|
1023
|
+
* @internal
|
|
1024
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1025
|
+
*/
|
|
1026
|
+
export var CreateIntegrationStoreDirectProperties9$;
|
|
1027
|
+
(function (CreateIntegrationStoreDirectProperties9$) {
|
|
1028
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
|
|
1029
|
+
CreateIntegrationStoreDirectProperties9$.inboundSchema = CreateIntegrationStoreDirectProperties9$inboundSchema;
|
|
1030
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
|
|
1031
|
+
CreateIntegrationStoreDirectProperties9$.outboundSchema = CreateIntegrationStoreDirectProperties9$outboundSchema;
|
|
1032
|
+
})(CreateIntegrationStoreDirectProperties9$ || (CreateIntegrationStoreDirectProperties9$ = {}));
|
|
1033
|
+
export function createIntegrationStoreDirectProperties9ToJSON(createIntegrationStoreDirectProperties9) {
|
|
1034
|
+
return JSON.stringify(CreateIntegrationStoreDirectProperties9$outboundSchema.parse(createIntegrationStoreDirectProperties9));
|
|
1035
|
+
}
|
|
1036
|
+
export function createIntegrationStoreDirectProperties9FromJSON(jsonString) {
|
|
1037
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectProperties9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectProperties9' from JSON`);
|
|
1038
|
+
}
|
|
1039
|
+
/** @internal */
|
|
1040
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType);
|
|
1041
|
+
/** @internal */
|
|
1042
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
1043
|
+
/**
|
|
1044
|
+
* @internal
|
|
1045
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1046
|
+
*/
|
|
1047
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$;
|
|
1048
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$) {
|
|
1049
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
|
|
1050
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
1051
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
|
|
1052
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
1053
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ = {}));
|
|
1054
|
+
/** @internal */
|
|
1055
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl);
|
|
1056
|
+
/** @internal */
|
|
1057
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
1058
|
+
/**
|
|
1059
|
+
* @internal
|
|
1060
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1061
|
+
*/
|
|
1062
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$;
|
|
1063
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$) {
|
|
1064
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
|
|
1065
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
1066
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
|
|
1067
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
1068
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
|
|
1069
|
+
/** @internal */
|
|
1070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema = z.object({});
|
|
1071
|
+
/** @internal */
|
|
1072
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema = z.object({});
|
|
1073
|
+
/**
|
|
1074
|
+
* @internal
|
|
1075
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1076
|
+
*/
|
|
1077
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$;
|
|
1078
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$) {
|
|
1079
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
|
|
1080
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema;
|
|
1081
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
|
|
1082
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema;
|
|
1083
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ = {}));
|
|
1084
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466) {
|
|
1085
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
1086
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466));
|
|
1087
|
+
}
|
|
1088
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(jsonString) {
|
|
1089
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
1090
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466' from JSON`);
|
|
1091
|
+
}
|
|
1092
|
+
/** @internal */
|
|
1093
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
|
|
1094
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema),
|
|
1095
|
+
}).transform((v) => {
|
|
1096
|
+
return remap$(v, {
|
|
1097
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1098
|
+
});
|
|
1099
|
+
});
|
|
1100
|
+
/** @internal */
|
|
1101
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
|
|
1102
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema),
|
|
1103
|
+
}).transform((v) => {
|
|
1104
|
+
return remap$(v, {
|
|
1105
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1106
|
+
});
|
|
1107
|
+
});
|
|
1108
|
+
/**
|
|
1109
|
+
* @internal
|
|
1110
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1111
|
+
*/
|
|
1112
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$;
|
|
1113
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) {
|
|
1114
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
|
|
1115
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
|
|
1116
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
|
|
1117
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
|
|
1118
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ = {}));
|
|
1119
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength) {
|
|
1120
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
1121
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength));
|
|
1122
|
+
}
|
|
1123
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString) {
|
|
1124
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
1125
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
|
|
1126
|
+
}
|
|
1127
|
+
/** @internal */
|
|
1128
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema = z.object({});
|
|
1129
|
+
/** @internal */
|
|
1130
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema = z.object({});
|
|
1131
|
+
/**
|
|
1132
|
+
* @internal
|
|
1133
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1134
|
+
*/
|
|
1135
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$;
|
|
1136
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$) {
|
|
1137
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
|
|
1138
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema;
|
|
1139
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
|
|
1140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema;
|
|
1141
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ = {}));
|
|
1142
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466) {
|
|
1143
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
1144
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466));
|
|
1145
|
+
}
|
|
1146
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(jsonString) {
|
|
1147
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
1148
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466' from JSON`);
|
|
1149
|
+
}
|
|
1150
|
+
/** @internal */
|
|
1151
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
|
|
1152
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema),
|
|
1153
|
+
}).transform((v) => {
|
|
1154
|
+
return remap$(v, {
|
|
1155
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1156
|
+
});
|
|
1157
|
+
});
|
|
1158
|
+
/** @internal */
|
|
1159
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
|
|
1160
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema),
|
|
1161
|
+
}).transform((v) => {
|
|
1162
|
+
return remap$(v, {
|
|
1163
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1164
|
+
});
|
|
1165
|
+
});
|
|
1166
|
+
/**
|
|
1167
|
+
* @internal
|
|
1168
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1169
|
+
*/
|
|
1170
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$;
|
|
1171
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) {
|
|
1172
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
|
|
1173
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
|
|
1174
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
|
|
1175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
|
|
1176
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ = {}));
|
|
1177
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength) {
|
|
1178
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
1179
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength));
|
|
1180
|
+
}
|
|
1181
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString) {
|
|
1182
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
1183
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
|
|
1184
|
+
}
|
|
1185
|
+
/** @internal */
|
|
1186
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema = z.object({});
|
|
1187
|
+
/** @internal */
|
|
1188
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema = z.object({});
|
|
1189
|
+
/**
|
|
1190
|
+
* @internal
|
|
1191
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1192
|
+
*/
|
|
1193
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$;
|
|
1194
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$) {
|
|
1195
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
|
|
1196
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema;
|
|
1197
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
|
|
1198
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema;
|
|
1199
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ = {}));
|
|
1200
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466) {
|
|
1201
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
1202
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466));
|
|
1203
|
+
}
|
|
1204
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(jsonString) {
|
|
1205
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
1206
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466' from JSON`);
|
|
1207
|
+
}
|
|
1208
|
+
/** @internal */
|
|
1209
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
|
|
1210
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema),
|
|
1211
|
+
}).transform((v) => {
|
|
1212
|
+
return remap$(v, {
|
|
1213
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1214
|
+
});
|
|
1215
|
+
});
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
|
|
1218
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema),
|
|
1219
|
+
}).transform((v) => {
|
|
1220
|
+
return remap$(v, {
|
|
1221
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1222
|
+
});
|
|
1223
|
+
});
|
|
1224
|
+
/**
|
|
1225
|
+
* @internal
|
|
1226
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1227
|
+
*/
|
|
1228
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$;
|
|
1229
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) {
|
|
1230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
|
|
1231
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
|
|
1232
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
|
|
1233
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
|
|
1234
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ = {}));
|
|
1235
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern) {
|
|
1236
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
1237
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern));
|
|
1238
|
+
}
|
|
1239
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString) {
|
|
1240
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
1241
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`);
|
|
1242
|
+
}
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1245
|
+
/** @internal */
|
|
1246
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1247
|
+
/**
|
|
1248
|
+
* @internal
|
|
1249
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1250
|
+
*/
|
|
1251
|
+
export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1252
|
+
(function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1253
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1254
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1255
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1256
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1257
|
+
})(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1258
|
+
/** @internal */
|
|
1259
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1260
|
+
expr: z.string(),
|
|
1261
|
+
});
|
|
1262
|
+
/** @internal */
|
|
1263
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1264
|
+
expr: z.string(),
|
|
1265
|
+
});
|
|
1266
|
+
/**
|
|
1267
|
+
* @internal
|
|
1268
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1269
|
+
*/
|
|
1270
|
+
export var CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1271
|
+
(function (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1272
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1273
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1274
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1275
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1276
|
+
})(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1277
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1278
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1279
|
+
.parse(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1280
|
+
}
|
|
1281
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1282
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1283
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1284
|
+
}
|
|
1285
|
+
/** @internal */
|
|
1286
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema = z.union([
|
|
1287
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1288
|
+
z.boolean(),
|
|
1289
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1290
|
+
]);
|
|
1291
|
+
/** @internal */
|
|
1292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema = z.union([
|
|
1293
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1294
|
+
z.boolean(),
|
|
1295
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1296
|
+
]);
|
|
1297
|
+
/**
|
|
1298
|
+
* @internal
|
|
1299
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1300
|
+
*/
|
|
1301
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$;
|
|
1302
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$) {
|
|
1303
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
|
|
1304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema;
|
|
1305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
|
|
1306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema;
|
|
1307
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ = {}));
|
|
1308
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly) {
|
|
1309
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema
|
|
1310
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly));
|
|
1311
|
+
}
|
|
1312
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(jsonString) {
|
|
1313
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema
|
|
1314
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly' from JSON`);
|
|
1315
|
+
}
|
|
1316
|
+
/** @internal */
|
|
1317
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1318
|
+
/** @internal */
|
|
1319
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1320
|
+
/**
|
|
1321
|
+
* @internal
|
|
1322
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1323
|
+
*/
|
|
1324
|
+
export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1325
|
+
(function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1326
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1327
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1328
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1329
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1330
|
+
})(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1331
|
+
/** @internal */
|
|
1332
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1333
|
+
expr: z.string(),
|
|
1334
|
+
});
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1337
|
+
expr: z.string(),
|
|
1338
|
+
});
|
|
1339
|
+
/**
|
|
1340
|
+
* @internal
|
|
1341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1342
|
+
*/
|
|
1343
|
+
export var CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1344
|
+
(function (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1345
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1346
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1347
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1348
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1349
|
+
})(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1350
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1351
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1352
|
+
.parse(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1353
|
+
}
|
|
1354
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1355
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1356
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1357
|
+
}
|
|
1358
|
+
/** @internal */
|
|
1359
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema = z.union([
|
|
1360
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1361
|
+
z.boolean(),
|
|
1362
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1363
|
+
]);
|
|
1364
|
+
/** @internal */
|
|
1365
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema = z.union([
|
|
1366
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1367
|
+
z.boolean(),
|
|
1368
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1369
|
+
]);
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1373
|
+
*/
|
|
1374
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$;
|
|
1375
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$) {
|
|
1376
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
|
|
1377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema;
|
|
1378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
|
|
1379
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema;
|
|
1380
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ = {}));
|
|
1381
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden) {
|
|
1382
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema
|
|
1383
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden));
|
|
1384
|
+
}
|
|
1385
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(jsonString) {
|
|
1386
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema
|
|
1387
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden' from JSON`);
|
|
1388
|
+
}
|
|
1389
|
+
/** @internal */
|
|
1390
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
|
|
1391
|
+
/** @internal */
|
|
1392
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1393
|
+
/**
|
|
1394
|
+
* @internal
|
|
1395
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1396
|
+
*/
|
|
1397
|
+
export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$;
|
|
1398
|
+
(function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$) {
|
|
1399
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1400
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
1401
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1402
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
1403
|
+
})(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ = {}));
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1406
|
+
expr: z.string(),
|
|
1407
|
+
});
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1410
|
+
expr: z.string(),
|
|
1411
|
+
});
|
|
1412
|
+
/**
|
|
1413
|
+
* @internal
|
|
1414
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1415
|
+
*/
|
|
1416
|
+
export var CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1417
|
+
(function (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1418
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1419
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1420
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1421
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1422
|
+
})(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1423
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1424
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1425
|
+
.parse(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1426
|
+
}
|
|
1427
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1428
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1429
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1430
|
+
}
|
|
1431
|
+
/** @internal */
|
|
1432
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema = z.union([
|
|
1433
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1434
|
+
z.boolean(),
|
|
1435
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1436
|
+
]);
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema = z.union([
|
|
1439
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1440
|
+
z.boolean(),
|
|
1441
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1442
|
+
]);
|
|
1443
|
+
/**
|
|
1444
|
+
* @internal
|
|
1445
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1446
|
+
*/
|
|
1447
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$;
|
|
1448
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$) {
|
|
1449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
|
|
1450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema;
|
|
1451
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
|
|
1452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema;
|
|
1453
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ = {}));
|
|
1454
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled) {
|
|
1455
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema
|
|
1456
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled));
|
|
1457
|
+
}
|
|
1458
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(jsonString) {
|
|
1459
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema
|
|
1460
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled' from JSON`);
|
|
1461
|
+
}
|
|
1462
|
+
/** @internal */
|
|
1463
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema = z.object({
|
|
1464
|
+
expr: z.string(),
|
|
1465
|
+
});
|
|
1466
|
+
/** @internal */
|
|
1467
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema = z.object({
|
|
1468
|
+
expr: z.string(),
|
|
1469
|
+
});
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal
|
|
1472
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1473
|
+
*/
|
|
1474
|
+
export var CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$;
|
|
1475
|
+
(function (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$) {
|
|
1476
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1477
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.inboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
1478
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1479
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$.outboundSchema = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
1480
|
+
})(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ || (CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ = {}));
|
|
1481
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2) {
|
|
1482
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
1483
|
+
.parse(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2));
|
|
1484
|
+
}
|
|
1485
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString) {
|
|
1486
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
1487
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`);
|
|
1488
|
+
}
|
|
1489
|
+
/** @internal */
|
|
1490
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema = z.union([
|
|
1491
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1492
|
+
z.string(),
|
|
1493
|
+
]);
|
|
1494
|
+
/** @internal */
|
|
1495
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema = z.union([
|
|
1496
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1497
|
+
z.string(),
|
|
1498
|
+
]);
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1502
|
+
*/
|
|
1503
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$;
|
|
1504
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$) {
|
|
1505
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
|
|
1506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema;
|
|
1507
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
|
|
1508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema;
|
|
1509
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ = {}));
|
|
1510
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription) {
|
|
1511
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema
|
|
1512
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription));
|
|
1513
|
+
}
|
|
1514
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(jsonString) {
|
|
1515
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema
|
|
1516
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription' from JSON`);
|
|
1517
|
+
}
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema = z.object({
|
|
1520
|
+
expr: z.string(),
|
|
1521
|
+
});
|
|
1522
|
+
/** @internal */
|
|
1523
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema = z.object({
|
|
1524
|
+
expr: z.string(),
|
|
1525
|
+
});
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1529
|
+
*/
|
|
1530
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$;
|
|
1531
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$) {
|
|
1532
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
|
|
1533
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema;
|
|
1534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
|
|
1535
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema;
|
|
1536
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ = {}));
|
|
1537
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue) {
|
|
1538
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
1539
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue));
|
|
1540
|
+
}
|
|
1541
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(jsonString) {
|
|
1542
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
1543
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue' from JSON`);
|
|
1544
|
+
}
|
|
1545
|
+
/** @internal */
|
|
1546
|
+
export const CreateIntegrationStoreDirectProperties8$inboundSchema = z.object({
|
|
1547
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
|
|
1548
|
+
"ui:control": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema,
|
|
1549
|
+
enum: z.array(z.string()).optional(),
|
|
1550
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema).optional(),
|
|
1551
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema).optional(),
|
|
1552
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema).optional(),
|
|
1553
|
+
description: z.string().optional(),
|
|
1554
|
+
default: z.string().optional(),
|
|
1555
|
+
"ui:label": z.string().optional(),
|
|
1556
|
+
"ui:read-only": z.union([
|
|
1557
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1558
|
+
z.boolean(),
|
|
1559
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1560
|
+
]).optional(),
|
|
1561
|
+
"ui:hidden": z.union([
|
|
1562
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1563
|
+
z.boolean(),
|
|
1564
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1565
|
+
]).optional(),
|
|
1566
|
+
"ui:disabled": z.union([
|
|
1567
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1568
|
+
z.boolean(),
|
|
1569
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
1570
|
+
]).optional(),
|
|
1571
|
+
"ui:description": z.union([
|
|
1572
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema),
|
|
1573
|
+
z.string(),
|
|
1574
|
+
]).optional(),
|
|
1575
|
+
"ui:formatted-value": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema).optional(),
|
|
1576
|
+
"ui:placeholder": z.string().optional(),
|
|
1577
|
+
}).transform((v) => {
|
|
1578
|
+
return remap$(v, {
|
|
1579
|
+
"ui:control": "uiControl",
|
|
1580
|
+
"ui:label": "uiLabel",
|
|
1581
|
+
"ui:read-only": "uiReadOnly",
|
|
1582
|
+
"ui:hidden": "uiHidden",
|
|
1583
|
+
"ui:disabled": "uiDisabled",
|
|
1584
|
+
"ui:description": "uiDescription",
|
|
1585
|
+
"ui:formatted-value": "uiFormattedValue",
|
|
1586
|
+
"ui:placeholder": "uiPlaceholder",
|
|
1587
|
+
});
|
|
1588
|
+
});
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
export const CreateIntegrationStoreDirectProperties8$outboundSchema = z.object({
|
|
1591
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
|
|
1592
|
+
uiControl: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema,
|
|
1593
|
+
enum: z.array(z.string()).optional(),
|
|
1594
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema).optional(),
|
|
1595
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema).optional(),
|
|
1596
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema).optional(),
|
|
1597
|
+
description: z.string().optional(),
|
|
1598
|
+
default: z.string().optional(),
|
|
1599
|
+
uiLabel: z.string().optional(),
|
|
1600
|
+
uiReadOnly: z.union([
|
|
1601
|
+
z.lazy(() => CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1602
|
+
z.boolean(),
|
|
1603
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1604
|
+
]).optional(),
|
|
1605
|
+
uiHidden: z.union([
|
|
1606
|
+
z.lazy(() => CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1607
|
+
z.boolean(),
|
|
1608
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1609
|
+
]).optional(),
|
|
1610
|
+
uiDisabled: z.union([
|
|
1611
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1612
|
+
z.boolean(),
|
|
1613
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
1614
|
+
]).optional(),
|
|
1615
|
+
uiDescription: z.union([
|
|
1616
|
+
z.lazy(() => CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema),
|
|
1617
|
+
z.string(),
|
|
1618
|
+
]).optional(),
|
|
1619
|
+
uiFormattedValue: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema).optional(),
|
|
1620
|
+
uiPlaceholder: z.string().optional(),
|
|
1621
|
+
}).transform((v) => {
|
|
1622
|
+
return remap$(v, {
|
|
1623
|
+
uiControl: "ui:control",
|
|
1624
|
+
uiLabel: "ui:label",
|
|
1625
|
+
uiReadOnly: "ui:read-only",
|
|
1626
|
+
uiHidden: "ui:hidden",
|
|
1627
|
+
uiDisabled: "ui:disabled",
|
|
1628
|
+
uiDescription: "ui:description",
|
|
1629
|
+
uiFormattedValue: "ui:formatted-value",
|
|
1630
|
+
uiPlaceholder: "ui:placeholder",
|
|
1631
|
+
});
|
|
1632
|
+
});
|
|
935
1633
|
/**
|
|
936
1634
|
* @internal
|
|
937
1635
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
@@ -980,40 +1678,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
980
1678
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
|
|
981
1679
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
|
|
982
1680
|
/** @internal */
|
|
983
|
-
export const
|
|
1681
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema = z.object({});
|
|
984
1682
|
/** @internal */
|
|
985
|
-
export const
|
|
1683
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema = z.object({});
|
|
986
1684
|
/**
|
|
987
1685
|
* @internal
|
|
988
1686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
989
1687
|
*/
|
|
990
|
-
export var
|
|
991
|
-
(function (
|
|
992
|
-
/** @deprecated use `
|
|
993
|
-
|
|
994
|
-
/** @deprecated use `
|
|
995
|
-
|
|
996
|
-
})(
|
|
997
|
-
export function
|
|
998
|
-
return JSON.stringify(
|
|
1688
|
+
export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$;
|
|
1689
|
+
(function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$) {
|
|
1690
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
1691
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema;
|
|
1692
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
1693
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema;
|
|
1694
|
+
})(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ = {}));
|
|
1695
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8466) {
|
|
1696
|
+
return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8466));
|
|
999
1697
|
}
|
|
1000
|
-
export function
|
|
1001
|
-
return safeParse(jsonString, (x) =>
|
|
1698
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(jsonString) {
|
|
1699
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466' from JSON`);
|
|
1002
1700
|
}
|
|
1003
1701
|
/** @internal */
|
|
1004
1702
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
|
|
1005
|
-
"__@BRAND@
|
|
1703
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema),
|
|
1006
1704
|
}).transform((v) => {
|
|
1007
1705
|
return remap$(v, {
|
|
1008
|
-
"__@BRAND@
|
|
1706
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1009
1707
|
});
|
|
1010
1708
|
});
|
|
1011
1709
|
/** @internal */
|
|
1012
1710
|
export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
|
|
1013
|
-
|
|
1711
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema),
|
|
1014
1712
|
}).transform((v) => {
|
|
1015
1713
|
return remap$(v, {
|
|
1016
|
-
|
|
1714
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1017
1715
|
});
|
|
1018
1716
|
});
|
|
1019
1717
|
/**
|
|
@@ -1225,40 +1923,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
|
|
|
1225
1923
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
|
|
1226
1924
|
}
|
|
1227
1925
|
/** @internal */
|
|
1228
|
-
export const
|
|
1926
|
+
export const UiOptionsAtBRANDAt8466$inboundSchema = z.object({});
|
|
1229
1927
|
/** @internal */
|
|
1230
|
-
export const
|
|
1928
|
+
export const UiOptionsAtBRANDAt8466$outboundSchema = z.object({});
|
|
1231
1929
|
/**
|
|
1232
1930
|
* @internal
|
|
1233
1931
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1234
1932
|
*/
|
|
1235
|
-
export var
|
|
1236
|
-
(function (
|
|
1237
|
-
/** @deprecated use `
|
|
1238
|
-
|
|
1239
|
-
/** @deprecated use `
|
|
1240
|
-
|
|
1241
|
-
})(
|
|
1242
|
-
export function
|
|
1243
|
-
return JSON.stringify(
|
|
1933
|
+
export var UiOptionsAtBRANDAt8466$;
|
|
1934
|
+
(function (UiOptionsAtBRANDAt8466$) {
|
|
1935
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
1936
|
+
UiOptionsAtBRANDAt8466$.inboundSchema = UiOptionsAtBRANDAt8466$inboundSchema;
|
|
1937
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
1938
|
+
UiOptionsAtBRANDAt8466$.outboundSchema = UiOptionsAtBRANDAt8466$outboundSchema;
|
|
1939
|
+
})(UiOptionsAtBRANDAt8466$ || (UiOptionsAtBRANDAt8466$ = {}));
|
|
1940
|
+
export function uiOptionsAtBRANDAt8466ToJSON(uiOptionsAtBRANDAt8466) {
|
|
1941
|
+
return JSON.stringify(UiOptionsAtBRANDAt8466$outboundSchema.parse(uiOptionsAtBRANDAt8466));
|
|
1244
1942
|
}
|
|
1245
|
-
export function
|
|
1246
|
-
return safeParse(jsonString, (x) =>
|
|
1943
|
+
export function uiOptionsAtBRANDAt8466FromJSON(jsonString) {
|
|
1944
|
+
return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8466' from JSON`);
|
|
1247
1945
|
}
|
|
1248
1946
|
/** @internal */
|
|
1249
1947
|
export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
|
|
1250
|
-
"__@BRAND@
|
|
1948
|
+
"__@BRAND@8466": z.lazy(() => UiOptionsAtBRANDAt8466$inboundSchema),
|
|
1251
1949
|
}).transform((v) => {
|
|
1252
1950
|
return remap$(v, {
|
|
1253
|
-
"__@BRAND@
|
|
1951
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1254
1952
|
});
|
|
1255
1953
|
});
|
|
1256
1954
|
/** @internal */
|
|
1257
1955
|
export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
|
|
1258
|
-
|
|
1956
|
+
atBRANDAt8466: z.lazy(() => UiOptionsAtBRANDAt8466$outboundSchema),
|
|
1259
1957
|
}).transform((v) => {
|
|
1260
1958
|
return remap$(v, {
|
|
1261
|
-
|
|
1959
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1262
1960
|
});
|
|
1263
1961
|
});
|
|
1264
1962
|
/**
|
|
@@ -1499,42 +2197,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
1499
2197
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
|
|
1500
2198
|
}
|
|
1501
2199
|
/** @internal */
|
|
1502
|
-
export const
|
|
2200
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema = z.object({});
|
|
1503
2201
|
/** @internal */
|
|
1504
|
-
export const
|
|
2202
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema = z.object({});
|
|
1505
2203
|
/**
|
|
1506
2204
|
* @internal
|
|
1507
2205
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1508
2206
|
*/
|
|
1509
|
-
export var
|
|
1510
|
-
(function (
|
|
1511
|
-
/** @deprecated use `
|
|
1512
|
-
|
|
1513
|
-
/** @deprecated use `
|
|
1514
|
-
|
|
1515
|
-
})(
|
|
1516
|
-
export function
|
|
1517
|
-
return JSON.stringify(
|
|
1518
|
-
.parse(
|
|
2207
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$;
|
|
2208
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$) {
|
|
2209
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
|
|
2210
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema;
|
|
2211
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
|
|
2212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema;
|
|
2213
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ = {}));
|
|
2214
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466) {
|
|
2215
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
2216
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466));
|
|
1519
2217
|
}
|
|
1520
|
-
export function
|
|
1521
|
-
return safeParse(jsonString, (x) =>
|
|
1522
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2218
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(jsonString) {
|
|
2219
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
2220
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466' from JSON`);
|
|
1523
2221
|
}
|
|
1524
2222
|
/** @internal */
|
|
1525
2223
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
|
|
1526
|
-
"__@BRAND@
|
|
2224
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema),
|
|
1527
2225
|
}).transform((v) => {
|
|
1528
2226
|
return remap$(v, {
|
|
1529
|
-
"__@BRAND@
|
|
2227
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1530
2228
|
});
|
|
1531
2229
|
});
|
|
1532
2230
|
/** @internal */
|
|
1533
2231
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
|
|
1534
|
-
|
|
2232
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema),
|
|
1535
2233
|
}).transform((v) => {
|
|
1536
2234
|
return remap$(v, {
|
|
1537
|
-
|
|
2235
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1538
2236
|
});
|
|
1539
2237
|
});
|
|
1540
2238
|
/**
|
|
@@ -1557,42 +2255,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
1557
2255
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
|
|
1558
2256
|
}
|
|
1559
2257
|
/** @internal */
|
|
1560
|
-
export const
|
|
2258
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema = z.object({});
|
|
1561
2259
|
/** @internal */
|
|
1562
|
-
export const
|
|
2260
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema = z.object({});
|
|
1563
2261
|
/**
|
|
1564
2262
|
* @internal
|
|
1565
2263
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1566
2264
|
*/
|
|
1567
|
-
export var
|
|
1568
|
-
(function (
|
|
1569
|
-
/** @deprecated use `
|
|
1570
|
-
|
|
1571
|
-
/** @deprecated use `
|
|
1572
|
-
|
|
1573
|
-
})(
|
|
1574
|
-
export function
|
|
1575
|
-
return JSON.stringify(
|
|
1576
|
-
.parse(
|
|
2265
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$;
|
|
2266
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$) {
|
|
2267
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
|
|
2268
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema;
|
|
2269
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
|
|
2270
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema;
|
|
2271
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ = {}));
|
|
2272
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466) {
|
|
2273
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
2274
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466));
|
|
1577
2275
|
}
|
|
1578
|
-
export function
|
|
1579
|
-
return safeParse(jsonString, (x) =>
|
|
1580
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2276
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(jsonString) {
|
|
2277
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
2278
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466' from JSON`);
|
|
1581
2279
|
}
|
|
1582
2280
|
/** @internal */
|
|
1583
2281
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
|
|
1584
|
-
"__@BRAND@
|
|
2282
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema),
|
|
1585
2283
|
}).transform((v) => {
|
|
1586
2284
|
return remap$(v, {
|
|
1587
|
-
"__@BRAND@
|
|
2285
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1588
2286
|
});
|
|
1589
2287
|
});
|
|
1590
2288
|
/** @internal */
|
|
1591
2289
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
|
|
1592
|
-
|
|
2290
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema),
|
|
1593
2291
|
}).transform((v) => {
|
|
1594
2292
|
return remap$(v, {
|
|
1595
|
-
|
|
2293
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1596
2294
|
});
|
|
1597
2295
|
});
|
|
1598
2296
|
/**
|
|
@@ -1615,42 +2313,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
1615
2313
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
|
|
1616
2314
|
}
|
|
1617
2315
|
/** @internal */
|
|
1618
|
-
export const
|
|
2316
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema = z.object({});
|
|
1619
2317
|
/** @internal */
|
|
1620
|
-
export const
|
|
2318
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema = z.object({});
|
|
1621
2319
|
/**
|
|
1622
2320
|
* @internal
|
|
1623
2321
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1624
2322
|
*/
|
|
1625
|
-
export var
|
|
1626
|
-
(function (
|
|
1627
|
-
/** @deprecated use `
|
|
1628
|
-
|
|
1629
|
-
/** @deprecated use `
|
|
1630
|
-
|
|
1631
|
-
})(
|
|
1632
|
-
export function
|
|
1633
|
-
return JSON.stringify(
|
|
1634
|
-
.parse(
|
|
2323
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$;
|
|
2324
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$) {
|
|
2325
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
|
|
2326
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema;
|
|
2327
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
|
|
2328
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema;
|
|
2329
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ = {}));
|
|
2330
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466) {
|
|
2331
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
2332
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466));
|
|
1635
2333
|
}
|
|
1636
|
-
export function
|
|
1637
|
-
return safeParse(jsonString, (x) =>
|
|
1638
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2334
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(jsonString) {
|
|
2335
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
2336
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466' from JSON`);
|
|
1639
2337
|
}
|
|
1640
2338
|
/** @internal */
|
|
1641
2339
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
|
|
1642
|
-
"__@BRAND@
|
|
2340
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema),
|
|
1643
2341
|
}).transform((v) => {
|
|
1644
2342
|
return remap$(v, {
|
|
1645
|
-
"__@BRAND@
|
|
2343
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
1646
2344
|
});
|
|
1647
2345
|
});
|
|
1648
2346
|
/** @internal */
|
|
1649
2347
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
|
|
1650
|
-
|
|
2348
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema),
|
|
1651
2349
|
}).transform((v) => {
|
|
1652
2350
|
return remap$(v, {
|
|
1653
|
-
|
|
2351
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
1654
2352
|
});
|
|
1655
2353
|
});
|
|
1656
2354
|
/**
|
|
@@ -2107,211 +2805,211 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
|
|
|
2107
2805
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema;
|
|
2108
2806
|
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$ = {}));
|
|
2109
2807
|
/** @internal */
|
|
2110
|
-
export const
|
|
2808
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type);
|
|
2111
2809
|
/** @internal */
|
|
2112
|
-
export const
|
|
2810
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
2113
2811
|
/**
|
|
2114
2812
|
* @internal
|
|
2115
2813
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2116
2814
|
*/
|
|
2117
|
-
export var
|
|
2118
|
-
(function (
|
|
2119
|
-
/** @deprecated use `
|
|
2120
|
-
|
|
2121
|
-
/** @deprecated use `
|
|
2122
|
-
|
|
2123
|
-
})(
|
|
2815
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$;
|
|
2816
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$) {
|
|
2817
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
|
|
2818
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
2819
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
|
|
2820
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
2821
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
|
|
2124
2822
|
/** @internal */
|
|
2125
|
-
export const
|
|
2823
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema = z.object({});
|
|
2126
2824
|
/** @internal */
|
|
2127
|
-
export const
|
|
2825
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema = z.object({});
|
|
2128
2826
|
/**
|
|
2129
2827
|
* @internal
|
|
2130
2828
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2131
2829
|
*/
|
|
2132
|
-
export var
|
|
2133
|
-
(function (
|
|
2134
|
-
/** @deprecated use `
|
|
2135
|
-
|
|
2136
|
-
/** @deprecated use `
|
|
2137
|
-
|
|
2138
|
-
})(
|
|
2139
|
-
export function
|
|
2140
|
-
return JSON.stringify(
|
|
2141
|
-
.parse(
|
|
2830
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$;
|
|
2831
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$) {
|
|
2832
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
|
|
2833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema;
|
|
2834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
|
|
2835
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema;
|
|
2836
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ = {}));
|
|
2837
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466) {
|
|
2838
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
2839
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466));
|
|
2142
2840
|
}
|
|
2143
|
-
export function
|
|
2144
|
-
return safeParse(jsonString, (x) =>
|
|
2145
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2841
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(jsonString) {
|
|
2842
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
2843
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466' from JSON`);
|
|
2146
2844
|
}
|
|
2147
2845
|
/** @internal */
|
|
2148
|
-
export const
|
|
2149
|
-
"__@BRAND@
|
|
2846
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
|
|
2847
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema),
|
|
2150
2848
|
}).transform((v) => {
|
|
2151
2849
|
return remap$(v, {
|
|
2152
|
-
"__@BRAND@
|
|
2850
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2153
2851
|
});
|
|
2154
2852
|
});
|
|
2155
2853
|
/** @internal */
|
|
2156
|
-
export const
|
|
2157
|
-
|
|
2854
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
|
|
2855
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema),
|
|
2158
2856
|
}).transform((v) => {
|
|
2159
2857
|
return remap$(v, {
|
|
2160
|
-
|
|
2858
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2161
2859
|
});
|
|
2162
2860
|
});
|
|
2163
2861
|
/**
|
|
2164
2862
|
* @internal
|
|
2165
2863
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2166
2864
|
*/
|
|
2167
|
-
export var
|
|
2168
|
-
(function (
|
|
2169
|
-
/** @deprecated use `
|
|
2170
|
-
|
|
2171
|
-
/** @deprecated use `
|
|
2172
|
-
|
|
2173
|
-
})(
|
|
2174
|
-
export function
|
|
2175
|
-
return JSON.stringify(
|
|
2176
|
-
.parse(
|
|
2865
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$;
|
|
2866
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$) {
|
|
2867
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
|
|
2868
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
|
|
2869
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
|
|
2870
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
|
|
2871
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ = {}));
|
|
2872
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength) {
|
|
2873
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
2874
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength));
|
|
2177
2875
|
}
|
|
2178
|
-
export function
|
|
2179
|
-
return safeParse(jsonString, (x) =>
|
|
2180
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2876
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString) {
|
|
2877
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
2878
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
|
|
2181
2879
|
}
|
|
2182
2880
|
/** @internal */
|
|
2183
|
-
export const
|
|
2881
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema = z.object({});
|
|
2184
2882
|
/** @internal */
|
|
2185
|
-
export const
|
|
2883
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema = z.object({});
|
|
2186
2884
|
/**
|
|
2187
2885
|
* @internal
|
|
2188
2886
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2189
2887
|
*/
|
|
2190
|
-
export var
|
|
2191
|
-
(function (
|
|
2192
|
-
/** @deprecated use `
|
|
2193
|
-
|
|
2194
|
-
/** @deprecated use `
|
|
2195
|
-
|
|
2196
|
-
})(
|
|
2197
|
-
export function
|
|
2198
|
-
return JSON.stringify(
|
|
2199
|
-
.parse(
|
|
2888
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$;
|
|
2889
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$) {
|
|
2890
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
|
|
2891
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema;
|
|
2892
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
|
|
2893
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema;
|
|
2894
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ = {}));
|
|
2895
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466) {
|
|
2896
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
2897
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466));
|
|
2200
2898
|
}
|
|
2201
|
-
export function
|
|
2202
|
-
return safeParse(jsonString, (x) =>
|
|
2203
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2899
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(jsonString) {
|
|
2900
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
2901
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466' from JSON`);
|
|
2204
2902
|
}
|
|
2205
2903
|
/** @internal */
|
|
2206
|
-
export const
|
|
2207
|
-
"__@BRAND@
|
|
2904
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
|
|
2905
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema),
|
|
2208
2906
|
}).transform((v) => {
|
|
2209
2907
|
return remap$(v, {
|
|
2210
|
-
"__@BRAND@
|
|
2908
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2211
2909
|
});
|
|
2212
2910
|
});
|
|
2213
2911
|
/** @internal */
|
|
2214
|
-
export const
|
|
2215
|
-
|
|
2912
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
|
|
2913
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema),
|
|
2216
2914
|
}).transform((v) => {
|
|
2217
2915
|
return remap$(v, {
|
|
2218
|
-
|
|
2916
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2219
2917
|
});
|
|
2220
2918
|
});
|
|
2221
2919
|
/**
|
|
2222
2920
|
* @internal
|
|
2223
2921
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2224
2922
|
*/
|
|
2225
|
-
export var
|
|
2226
|
-
(function (
|
|
2227
|
-
/** @deprecated use `
|
|
2228
|
-
|
|
2229
|
-
/** @deprecated use `
|
|
2230
|
-
|
|
2231
|
-
})(
|
|
2232
|
-
export function
|
|
2233
|
-
return JSON.stringify(
|
|
2234
|
-
.parse(
|
|
2923
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$;
|
|
2924
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$) {
|
|
2925
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
|
|
2926
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
|
|
2927
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
|
|
2928
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
|
|
2929
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ = {}));
|
|
2930
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength) {
|
|
2931
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
2932
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength));
|
|
2235
2933
|
}
|
|
2236
|
-
export function
|
|
2237
|
-
return safeParse(jsonString, (x) =>
|
|
2238
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2934
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString) {
|
|
2935
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
2936
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
|
|
2239
2937
|
}
|
|
2240
2938
|
/** @internal */
|
|
2241
|
-
export const
|
|
2939
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema = z.object({});
|
|
2242
2940
|
/** @internal */
|
|
2243
|
-
export const
|
|
2941
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema = z.object({});
|
|
2244
2942
|
/**
|
|
2245
2943
|
* @internal
|
|
2246
2944
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2247
2945
|
*/
|
|
2248
|
-
export var
|
|
2249
|
-
(function (
|
|
2250
|
-
/** @deprecated use `
|
|
2251
|
-
|
|
2252
|
-
/** @deprecated use `
|
|
2253
|
-
|
|
2254
|
-
})(
|
|
2255
|
-
export function
|
|
2256
|
-
return JSON.stringify(
|
|
2257
|
-
.parse(
|
|
2946
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$;
|
|
2947
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$) {
|
|
2948
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
|
|
2949
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema;
|
|
2950
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
|
|
2951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema;
|
|
2952
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ = {}));
|
|
2953
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466) {
|
|
2954
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
2955
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466));
|
|
2258
2956
|
}
|
|
2259
|
-
export function
|
|
2260
|
-
return safeParse(jsonString, (x) =>
|
|
2261
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2957
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(jsonString) {
|
|
2958
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
2959
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466' from JSON`);
|
|
2262
2960
|
}
|
|
2263
2961
|
/** @internal */
|
|
2264
|
-
export const
|
|
2265
|
-
"__@BRAND@
|
|
2962
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
|
|
2963
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema),
|
|
2266
2964
|
}).transform((v) => {
|
|
2267
2965
|
return remap$(v, {
|
|
2268
|
-
"__@BRAND@
|
|
2966
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2269
2967
|
});
|
|
2270
2968
|
});
|
|
2271
2969
|
/** @internal */
|
|
2272
|
-
export const
|
|
2273
|
-
|
|
2970
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
|
|
2971
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema),
|
|
2274
2972
|
}).transform((v) => {
|
|
2275
2973
|
return remap$(v, {
|
|
2276
|
-
|
|
2974
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2277
2975
|
});
|
|
2278
2976
|
});
|
|
2279
2977
|
/**
|
|
2280
2978
|
* @internal
|
|
2281
2979
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2282
2980
|
*/
|
|
2283
|
-
export var
|
|
2284
|
-
(function (
|
|
2285
|
-
/** @deprecated use `
|
|
2286
|
-
|
|
2287
|
-
/** @deprecated use `
|
|
2288
|
-
|
|
2289
|
-
})(
|
|
2290
|
-
export function
|
|
2291
|
-
return JSON.stringify(
|
|
2292
|
-
.parse(
|
|
2981
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$;
|
|
2982
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$) {
|
|
2983
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
|
|
2984
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema;
|
|
2985
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
|
|
2986
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema;
|
|
2987
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ = {}));
|
|
2988
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern) {
|
|
2989
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
2990
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern));
|
|
2293
2991
|
}
|
|
2294
|
-
export function
|
|
2295
|
-
return safeParse(jsonString, (x) =>
|
|
2296
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
2992
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(jsonString) {
|
|
2993
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
2994
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern' from JSON`);
|
|
2297
2995
|
}
|
|
2298
2996
|
/** @internal */
|
|
2299
2997
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema = z.object({
|
|
2300
|
-
type:
|
|
2998
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema,
|
|
2301
2999
|
description: z.string().optional(),
|
|
2302
|
-
minLength: z.lazy(() =>
|
|
2303
|
-
maxLength: z.lazy(() =>
|
|
2304
|
-
pattern: z.lazy(() =>
|
|
3000
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema).optional(),
|
|
3001
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema).optional(),
|
|
3002
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema).optional(),
|
|
2305
3003
|
default: z.string().optional(),
|
|
2306
3004
|
enum: z.array(z.string()).optional(),
|
|
2307
3005
|
});
|
|
2308
3006
|
/** @internal */
|
|
2309
3007
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema = z.object({
|
|
2310
|
-
type:
|
|
3008
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema,
|
|
2311
3009
|
description: z.string().optional(),
|
|
2312
|
-
minLength: z.lazy(() =>
|
|
2313
|
-
maxLength: z.lazy(() =>
|
|
2314
|
-
pattern: z.lazy(() =>
|
|
3010
|
+
minLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema).optional(),
|
|
3011
|
+
maxLength: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema).optional(),
|
|
3012
|
+
pattern: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema).optional(),
|
|
2315
3013
|
default: z.string().optional(),
|
|
2316
3014
|
enum: z.array(z.string()).optional(),
|
|
2317
3015
|
});
|
|
@@ -3177,42 +3875,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
|
|
|
3177
3875
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
|
|
3178
3876
|
}
|
|
3179
3877
|
/** @internal */
|
|
3180
|
-
export const
|
|
3878
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema = z.object({});
|
|
3181
3879
|
/** @internal */
|
|
3182
|
-
export const
|
|
3880
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema = z.object({});
|
|
3183
3881
|
/**
|
|
3184
3882
|
* @internal
|
|
3185
3883
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3186
3884
|
*/
|
|
3187
|
-
export var
|
|
3188
|
-
(function (
|
|
3189
|
-
/** @deprecated use `
|
|
3190
|
-
|
|
3191
|
-
/** @deprecated use `
|
|
3192
|
-
|
|
3193
|
-
})(
|
|
3194
|
-
export function
|
|
3195
|
-
return JSON.stringify(
|
|
3196
|
-
.parse(
|
|
3885
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$;
|
|
3886
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$) {
|
|
3887
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
|
|
3888
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema;
|
|
3889
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
|
|
3890
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema;
|
|
3891
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ = {}));
|
|
3892
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466) {
|
|
3893
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
3894
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466));
|
|
3197
3895
|
}
|
|
3198
|
-
export function
|
|
3199
|
-
return safeParse(jsonString, (x) =>
|
|
3200
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3896
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(jsonString) {
|
|
3897
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
3898
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466' from JSON`);
|
|
3201
3899
|
}
|
|
3202
3900
|
/** @internal */
|
|
3203
3901
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
|
|
3204
|
-
"__@BRAND@
|
|
3902
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema),
|
|
3205
3903
|
}).transform((v) => {
|
|
3206
3904
|
return remap$(v, {
|
|
3207
|
-
"__@BRAND@
|
|
3905
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3208
3906
|
});
|
|
3209
3907
|
});
|
|
3210
3908
|
/** @internal */
|
|
3211
3909
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
|
|
3212
|
-
|
|
3910
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema),
|
|
3213
3911
|
}).transform((v) => {
|
|
3214
3912
|
return remap$(v, {
|
|
3215
|
-
|
|
3913
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3216
3914
|
});
|
|
3217
3915
|
});
|
|
3218
3916
|
/**
|
|
@@ -3235,42 +3933,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
3235
3933
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
|
|
3236
3934
|
}
|
|
3237
3935
|
/** @internal */
|
|
3238
|
-
export const
|
|
3936
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema = z.object({});
|
|
3239
3937
|
/** @internal */
|
|
3240
|
-
export const
|
|
3938
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema = z.object({});
|
|
3241
3939
|
/**
|
|
3242
3940
|
* @internal
|
|
3243
3941
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3244
3942
|
*/
|
|
3245
|
-
export var
|
|
3246
|
-
(function (
|
|
3247
|
-
/** @deprecated use `
|
|
3248
|
-
|
|
3249
|
-
/** @deprecated use `
|
|
3250
|
-
|
|
3251
|
-
})(
|
|
3252
|
-
export function
|
|
3253
|
-
return JSON.stringify(
|
|
3254
|
-
.parse(
|
|
3943
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$;
|
|
3944
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$) {
|
|
3945
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
|
|
3946
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema;
|
|
3947
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
|
|
3948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema;
|
|
3949
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ = {}));
|
|
3950
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466) {
|
|
3951
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
3952
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466));
|
|
3255
3953
|
}
|
|
3256
|
-
export function
|
|
3257
|
-
return safeParse(jsonString, (x) =>
|
|
3258
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
3954
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(jsonString) {
|
|
3955
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
3956
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466' from JSON`);
|
|
3259
3957
|
}
|
|
3260
3958
|
/** @internal */
|
|
3261
3959
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
|
|
3262
|
-
"__@BRAND@
|
|
3960
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema),
|
|
3263
3961
|
}).transform((v) => {
|
|
3264
3962
|
return remap$(v, {
|
|
3265
|
-
"__@BRAND@
|
|
3963
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3266
3964
|
});
|
|
3267
3965
|
});
|
|
3268
3966
|
/** @internal */
|
|
3269
3967
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
|
|
3270
|
-
|
|
3968
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema),
|
|
3271
3969
|
}).transform((v) => {
|
|
3272
3970
|
return remap$(v, {
|
|
3273
|
-
|
|
3971
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3274
3972
|
});
|
|
3275
3973
|
});
|
|
3276
3974
|
/**
|
|
@@ -3293,42 +3991,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
3293
3991
|
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
|
|
3294
3992
|
}
|
|
3295
3993
|
/** @internal */
|
|
3296
|
-
export const
|
|
3994
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema = z.object({});
|
|
3297
3995
|
/** @internal */
|
|
3298
|
-
export const
|
|
3996
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema = z.object({});
|
|
3299
3997
|
/**
|
|
3300
3998
|
* @internal
|
|
3301
3999
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3302
4000
|
*/
|
|
3303
|
-
export var
|
|
3304
|
-
(function (
|
|
3305
|
-
/** @deprecated use `
|
|
3306
|
-
|
|
3307
|
-
/** @deprecated use `
|
|
3308
|
-
|
|
3309
|
-
})(
|
|
3310
|
-
export function
|
|
3311
|
-
return JSON.stringify(
|
|
3312
|
-
.parse(
|
|
4001
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$;
|
|
4002
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$) {
|
|
4003
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
|
|
4004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema;
|
|
4005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
|
|
4006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema;
|
|
4007
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ = {}));
|
|
4008
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466) {
|
|
4009
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
4010
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466));
|
|
3313
4011
|
}
|
|
3314
|
-
export function
|
|
3315
|
-
return safeParse(jsonString, (x) =>
|
|
3316
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
4012
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(jsonString) {
|
|
4013
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
4014
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466' from JSON`);
|
|
3317
4015
|
}
|
|
3318
4016
|
/** @internal */
|
|
3319
4017
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
|
|
3320
|
-
"__@BRAND@
|
|
4018
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema),
|
|
3321
4019
|
}).transform((v) => {
|
|
3322
4020
|
return remap$(v, {
|
|
3323
|
-
"__@BRAND@
|
|
4021
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3324
4022
|
});
|
|
3325
4023
|
});
|
|
3326
4024
|
/** @internal */
|
|
3327
4025
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
|
|
3328
|
-
|
|
4026
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema),
|
|
3329
4027
|
}).transform((v) => {
|
|
3330
4028
|
return remap$(v, {
|
|
3331
|
-
|
|
4029
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3332
4030
|
});
|
|
3333
4031
|
});
|
|
3334
4032
|
/**
|
|
@@ -5137,42 +5835,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
|
|
|
5137
5835
|
CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
|
|
5138
5836
|
})(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
|
|
5139
5837
|
/** @internal */
|
|
5140
|
-
export const
|
|
5838
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema = z.object({});
|
|
5141
5839
|
/** @internal */
|
|
5142
|
-
export const
|
|
5840
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema = z.object({});
|
|
5143
5841
|
/**
|
|
5144
5842
|
* @internal
|
|
5145
5843
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5146
5844
|
*/
|
|
5147
|
-
export var
|
|
5148
|
-
(function (
|
|
5149
|
-
/** @deprecated use `
|
|
5150
|
-
|
|
5151
|
-
/** @deprecated use `
|
|
5152
|
-
|
|
5153
|
-
})(
|
|
5154
|
-
export function
|
|
5155
|
-
return JSON.stringify(
|
|
5156
|
-
.parse(
|
|
5845
|
+
export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$;
|
|
5846
|
+
(function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$) {
|
|
5847
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
|
|
5848
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema;
|
|
5849
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
|
|
5850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema;
|
|
5851
|
+
})(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ = {}));
|
|
5852
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466) {
|
|
5853
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
5854
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466));
|
|
5157
5855
|
}
|
|
5158
|
-
export function
|
|
5159
|
-
return safeParse(jsonString, (x) =>
|
|
5160
|
-
.parse(JSON.parse(x)), `Failed to parse '
|
|
5856
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(jsonString) {
|
|
5857
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
5858
|
+
.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466' from JSON`);
|
|
5161
5859
|
}
|
|
5162
5860
|
/** @internal */
|
|
5163
5861
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
|
|
5164
|
-
"__@BRAND@
|
|
5862
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema),
|
|
5165
5863
|
}).transform((v) => {
|
|
5166
5864
|
return remap$(v, {
|
|
5167
|
-
"__@BRAND@
|
|
5865
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5168
5866
|
});
|
|
5169
5867
|
});
|
|
5170
5868
|
/** @internal */
|
|
5171
5869
|
export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
|
|
5172
|
-
|
|
5870
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema),
|
|
5173
5871
|
}).transform((v) => {
|
|
5174
5872
|
return remap$(v, {
|
|
5175
|
-
|
|
5873
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5176
5874
|
});
|
|
5177
5875
|
});
|
|
5178
5876
|
/**
|
|
@@ -5193,40 +5891,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
|
|
|
5193
5891
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
|
|
5194
5892
|
}
|
|
5195
5893
|
/** @internal */
|
|
5196
|
-
export const
|
|
5894
|
+
export const PropertiesAtBRANDAt8466$inboundSchema = z.object({});
|
|
5197
5895
|
/** @internal */
|
|
5198
|
-
export const
|
|
5896
|
+
export const PropertiesAtBRANDAt8466$outboundSchema = z.object({});
|
|
5199
5897
|
/**
|
|
5200
5898
|
* @internal
|
|
5201
5899
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5202
5900
|
*/
|
|
5203
|
-
export var
|
|
5204
|
-
(function (
|
|
5205
|
-
/** @deprecated use `
|
|
5206
|
-
|
|
5207
|
-
/** @deprecated use `
|
|
5208
|
-
|
|
5209
|
-
})(
|
|
5210
|
-
export function
|
|
5211
|
-
return JSON.stringify(
|
|
5901
|
+
export var PropertiesAtBRANDAt8466$;
|
|
5902
|
+
(function (PropertiesAtBRANDAt8466$) {
|
|
5903
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5904
|
+
PropertiesAtBRANDAt8466$.inboundSchema = PropertiesAtBRANDAt8466$inboundSchema;
|
|
5905
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5906
|
+
PropertiesAtBRANDAt8466$.outboundSchema = PropertiesAtBRANDAt8466$outboundSchema;
|
|
5907
|
+
})(PropertiesAtBRANDAt8466$ || (PropertiesAtBRANDAt8466$ = {}));
|
|
5908
|
+
export function propertiesAtBRANDAt8466ToJSON(propertiesAtBRANDAt8466) {
|
|
5909
|
+
return JSON.stringify(PropertiesAtBRANDAt8466$outboundSchema.parse(propertiesAtBRANDAt8466));
|
|
5212
5910
|
}
|
|
5213
|
-
export function
|
|
5214
|
-
return safeParse(jsonString, (x) =>
|
|
5911
|
+
export function propertiesAtBRANDAt8466FromJSON(jsonString) {
|
|
5912
|
+
return safeParse(jsonString, (x) => PropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8466' from JSON`);
|
|
5215
5913
|
}
|
|
5216
5914
|
/** @internal */
|
|
5217
5915
|
export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
|
|
5218
|
-
"__@BRAND@
|
|
5916
|
+
"__@BRAND@8466": z.lazy(() => PropertiesAtBRANDAt8466$inboundSchema),
|
|
5219
5917
|
}).transform((v) => {
|
|
5220
5918
|
return remap$(v, {
|
|
5221
|
-
"__@BRAND@
|
|
5919
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5222
5920
|
});
|
|
5223
5921
|
});
|
|
5224
5922
|
/** @internal */
|
|
5225
5923
|
export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
|
|
5226
|
-
|
|
5924
|
+
atBRANDAt8466: z.lazy(() => PropertiesAtBRANDAt8466$outboundSchema),
|
|
5227
5925
|
}).transform((v) => {
|
|
5228
5926
|
return remap$(v, {
|
|
5229
|
-
|
|
5927
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5230
5928
|
});
|
|
5231
5929
|
});
|
|
5232
5930
|
/**
|
|
@@ -5247,40 +5945,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
|
|
|
5247
5945
|
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
|
|
5248
5946
|
}
|
|
5249
5947
|
/** @internal */
|
|
5250
|
-
export const
|
|
5948
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema = z.object({});
|
|
5251
5949
|
/** @internal */
|
|
5252
|
-
export const
|
|
5950
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema = z.object({});
|
|
5253
5951
|
/**
|
|
5254
5952
|
* @internal
|
|
5255
5953
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5256
5954
|
*/
|
|
5257
|
-
export var
|
|
5258
|
-
(function (
|
|
5259
|
-
/** @deprecated use `
|
|
5260
|
-
|
|
5261
|
-
/** @deprecated use `
|
|
5262
|
-
|
|
5263
|
-
})(
|
|
5264
|
-
export function
|
|
5265
|
-
return JSON.stringify(
|
|
5955
|
+
export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$;
|
|
5956
|
+
(function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$) {
|
|
5957
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5958
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema;
|
|
5959
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5960
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema;
|
|
5961
|
+
})(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ = {}));
|
|
5962
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8466) {
|
|
5963
|
+
return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8466));
|
|
5266
5964
|
}
|
|
5267
|
-
export function
|
|
5268
|
-
return safeParse(jsonString, (x) =>
|
|
5965
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(jsonString) {
|
|
5966
|
+
return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8466' from JSON`);
|
|
5269
5967
|
}
|
|
5270
5968
|
/** @internal */
|
|
5271
5969
|
export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
|
|
5272
|
-
"__@BRAND@
|
|
5970
|
+
"__@BRAND@8466": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema),
|
|
5273
5971
|
}).transform((v) => {
|
|
5274
5972
|
return remap$(v, {
|
|
5275
|
-
"__@BRAND@
|
|
5973
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5276
5974
|
});
|
|
5277
5975
|
});
|
|
5278
5976
|
/** @internal */
|
|
5279
5977
|
export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
|
|
5280
|
-
|
|
5978
|
+
atBRANDAt8466: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema),
|
|
5281
5979
|
}).transform((v) => {
|
|
5282
5980
|
return remap$(v, {
|
|
5283
|
-
|
|
5981
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5284
5982
|
});
|
|
5285
5983
|
});
|
|
5286
5984
|
/**
|
|
@@ -5702,6 +6400,7 @@ export const CreateIntegrationStoreDirectProperties$inboundSchema = z.union([
|
|
|
5702
6400
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
5703
6401
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
5704
6402
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
6403
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
5705
6404
|
]);
|
|
5706
6405
|
/** @internal */
|
|
5707
6406
|
export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
|
|
@@ -5713,6 +6412,7 @@ export const CreateIntegrationStoreDirectProperties$outboundSchema = z.union([
|
|
|
5713
6412
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
5714
6413
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
5715
6414
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
6415
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
5716
6416
|
]);
|
|
5717
6417
|
/**
|
|
5718
6418
|
* @internal
|
|
@@ -5743,6 +6443,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$inboundSchema = z.object
|
|
|
5743
6443
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
5744
6444
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
5745
6445
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
6446
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
5746
6447
|
])),
|
|
5747
6448
|
required: z.array(z.string()).optional(),
|
|
5748
6449
|
});
|
|
@@ -5758,6 +6459,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$outboundSchema = z.objec
|
|
|
5758
6459
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
5759
6460
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
5760
6461
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
6462
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
5761
6463
|
])),
|
|
5762
6464
|
required: z.array(z.string()).optional(),
|
|
5763
6465
|
});
|
|
@@ -5806,20 +6508,20 @@ export function resourceLinksFromJSON(jsonString) {
|
|
|
5806
6508
|
return safeParse(jsonString, (x) => ResourceLinks$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ResourceLinks' from JSON`);
|
|
5807
6509
|
}
|
|
5808
6510
|
/** @internal */
|
|
5809
|
-
export const
|
|
6511
|
+
export const CreateIntegrationStoreDirectTags$inboundSchema = z.nativeEnum(CreateIntegrationStoreDirectTags);
|
|
5810
6512
|
/** @internal */
|
|
5811
|
-
export const
|
|
6513
|
+
export const CreateIntegrationStoreDirectTags$outboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
5812
6514
|
/**
|
|
5813
6515
|
* @internal
|
|
5814
6516
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5815
6517
|
*/
|
|
5816
|
-
export var
|
|
5817
|
-
(function (
|
|
5818
|
-
/** @deprecated use `
|
|
5819
|
-
|
|
5820
|
-
/** @deprecated use `
|
|
5821
|
-
|
|
5822
|
-
})(
|
|
6518
|
+
export var CreateIntegrationStoreDirectTags$;
|
|
6519
|
+
(function (CreateIntegrationStoreDirectTags$) {
|
|
6520
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
|
|
6521
|
+
CreateIntegrationStoreDirectTags$.inboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
6522
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
|
|
6523
|
+
CreateIntegrationStoreDirectTags$.outboundSchema = CreateIntegrationStoreDirectTags$outboundSchema;
|
|
6524
|
+
})(CreateIntegrationStoreDirectTags$ || (CreateIntegrationStoreDirectTags$ = {}));
|
|
5823
6525
|
/** @internal */
|
|
5824
6526
|
export const ProjectConnectionScopes$inboundSchema = z.nativeEnum(ProjectConnectionScopes);
|
|
5825
6527
|
/** @internal */
|
|
@@ -5966,40 +6668,40 @@ export function guidesFromJSON(jsonString) {
|
|
|
5966
6668
|
return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
|
|
5967
6669
|
}
|
|
5968
6670
|
/** @internal */
|
|
5969
|
-
export const
|
|
6671
|
+
export const AtBRANDAt8466$inboundSchema = z.object({});
|
|
5970
6672
|
/** @internal */
|
|
5971
|
-
export const
|
|
6673
|
+
export const AtBRANDAt8466$outboundSchema = z.object({});
|
|
5972
6674
|
/**
|
|
5973
6675
|
* @internal
|
|
5974
6676
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5975
6677
|
*/
|
|
5976
|
-
export var
|
|
5977
|
-
(function (
|
|
5978
|
-
/** @deprecated use `
|
|
5979
|
-
|
|
5980
|
-
/** @deprecated use `
|
|
5981
|
-
|
|
5982
|
-
})(
|
|
5983
|
-
export function
|
|
5984
|
-
return JSON.stringify(
|
|
6678
|
+
export var AtBRANDAt8466$;
|
|
6679
|
+
(function (AtBRANDAt8466$) {
|
|
6680
|
+
/** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
|
|
6681
|
+
AtBRANDAt8466$.inboundSchema = AtBRANDAt8466$inboundSchema;
|
|
6682
|
+
/** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
|
|
6683
|
+
AtBRANDAt8466$.outboundSchema = AtBRANDAt8466$outboundSchema;
|
|
6684
|
+
})(AtBRANDAt8466$ || (AtBRANDAt8466$ = {}));
|
|
6685
|
+
export function atBRANDAt8466ToJSON(atBRANDAt8466) {
|
|
6686
|
+
return JSON.stringify(AtBRANDAt8466$outboundSchema.parse(atBRANDAt8466));
|
|
5985
6687
|
}
|
|
5986
|
-
export function
|
|
5987
|
-
return safeParse(jsonString, (x) =>
|
|
6688
|
+
export function atBRANDAt8466FromJSON(jsonString) {
|
|
6689
|
+
return safeParse(jsonString, (x) => AtBRANDAt8466$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8466' from JSON`);
|
|
5988
6690
|
}
|
|
5989
6691
|
/** @internal */
|
|
5990
6692
|
export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
|
|
5991
|
-
"__@BRAND@
|
|
6693
|
+
"__@BRAND@8466": z.lazy(() => AtBRANDAt8466$inboundSchema),
|
|
5992
6694
|
}).transform((v) => {
|
|
5993
6695
|
return remap$(v, {
|
|
5994
|
-
"__@BRAND@
|
|
6696
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5995
6697
|
});
|
|
5996
6698
|
});
|
|
5997
6699
|
/** @internal */
|
|
5998
6700
|
export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
|
|
5999
|
-
|
|
6701
|
+
atBRANDAt8466: z.lazy(() => AtBRANDAt8466$outboundSchema),
|
|
6000
6702
|
}).transform((v) => {
|
|
6001
6703
|
return remap$(v, {
|
|
6002
|
-
|
|
6704
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
6003
6705
|
});
|
|
6004
6706
|
});
|
|
6005
6707
|
/**
|
|
@@ -6166,11 +6868,12 @@ export const Product$inboundSchema = z.object({
|
|
|
6166
6868
|
name: z.string().optional(),
|
|
6167
6869
|
slug: z.string().optional(),
|
|
6168
6870
|
iconUrl: z.string().optional(),
|
|
6871
|
+
capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$inboundSchema).optional(),
|
|
6169
6872
|
shortDescription: z.string().optional(),
|
|
6170
6873
|
metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$inboundSchema).optional(),
|
|
6171
6874
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$inboundSchema))
|
|
6172
6875
|
.optional(),
|
|
6173
|
-
tags: z.array(
|
|
6876
|
+
tags: z.array(CreateIntegrationStoreDirectTags$inboundSchema).optional(),
|
|
6174
6877
|
projectConnectionScopes: z.array(ProjectConnectionScopes$inboundSchema)
|
|
6175
6878
|
.optional(),
|
|
6176
6879
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -6195,10 +6898,11 @@ export const Product$outboundSchema = z.object({
|
|
|
6195
6898
|
name: z.string().optional(),
|
|
6196
6899
|
slug: z.string().optional(),
|
|
6197
6900
|
iconUrl: z.string().optional(),
|
|
6901
|
+
capabilities: z.lazy(() => CreateIntegrationStoreDirectCapabilities$outboundSchema).optional(),
|
|
6198
6902
|
shortDescription: z.string().optional(),
|
|
6199
6903
|
metadataSchema: z.lazy(() => CreateIntegrationStoreDirectMetadataSchema$outboundSchema).optional(),
|
|
6200
6904
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$outboundSchema)).optional(),
|
|
6201
|
-
tags: z.array(
|
|
6905
|
+
tags: z.array(CreateIntegrationStoreDirectTags$outboundSchema).optional(),
|
|
6202
6906
|
projectConnectionScopes: z.array(ProjectConnectionScopes$outboundSchema)
|
|
6203
6907
|
.optional(),
|
|
6204
6908
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -6538,6 +7242,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema = z.object({
|
|
|
6538
7242
|
usageQuotaExceeded: z.boolean(),
|
|
6539
7243
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
6540
7244
|
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
7245
|
+
capabilities: z.lazy(() => Capabilities$inboundSchema).optional(),
|
|
6541
7246
|
metadata: z.record(z.union([
|
|
6542
7247
|
z.string(),
|
|
6543
7248
|
z.number(),
|
|
@@ -6561,6 +7266,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema = z.object({
|
|
|
6561
7266
|
usageQuotaExceeded: z.boolean(),
|
|
6562
7267
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
6563
7268
|
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
7269
|
+
capabilities: z.lazy(() => Capabilities$outboundSchema).optional(),
|
|
6564
7270
|
metadata: z.record(z.union([
|
|
6565
7271
|
z.string(),
|
|
6566
7272
|
z.number(),
|