@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
|
@@ -124,6 +124,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
124
124
|
Nitro: "nitro",
|
|
125
125
|
Hono: "hono",
|
|
126
126
|
Express: "express",
|
|
127
|
+
H3: "h3",
|
|
127
128
|
Xmcp: "xmcp",
|
|
128
129
|
} as const;
|
|
129
130
|
export type CreateIntegrationStoreDirectFramework = ClosedEnum<
|
|
@@ -192,6 +193,13 @@ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
|
|
|
192
193
|
typeof CreateIntegrationStoreDirectOwnership
|
|
193
194
|
>;
|
|
194
195
|
|
|
196
|
+
export type Capabilities = {
|
|
197
|
+
mcp?: boolean | undefined;
|
|
198
|
+
sso?: boolean | undefined;
|
|
199
|
+
billable?: boolean | undefined;
|
|
200
|
+
secretsSync?: boolean | undefined;
|
|
201
|
+
};
|
|
202
|
+
|
|
195
203
|
export type CreateIntegrationStoreDirectMetadata =
|
|
196
204
|
| string
|
|
197
205
|
| number
|
|
@@ -209,6 +217,15 @@ export const ExternalResourceStatus = {
|
|
|
209
217
|
} as const;
|
|
210
218
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
211
219
|
|
|
220
|
+
export type CreateIntegrationStoreDirectCapabilities = {
|
|
221
|
+
mcp?: boolean | undefined;
|
|
222
|
+
sso?: boolean | undefined;
|
|
223
|
+
billable?: boolean | undefined;
|
|
224
|
+
secretsSync?: boolean | undefined;
|
|
225
|
+
sandbox?: boolean | undefined;
|
|
226
|
+
linking?: boolean | undefined;
|
|
227
|
+
};
|
|
228
|
+
|
|
212
229
|
export const CreateIntegrationStoreDirectIntegrationsType = {
|
|
213
230
|
Object: "object",
|
|
214
231
|
} as const;
|
|
@@ -216,12 +233,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
216
233
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
217
234
|
>;
|
|
218
235
|
|
|
219
|
-
export type
|
|
236
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466 =
|
|
220
237
|
{};
|
|
221
238
|
|
|
222
239
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
223
|
-
|
|
224
|
-
|
|
240
|
+
atBRANDAt8466:
|
|
241
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466;
|
|
225
242
|
};
|
|
226
243
|
|
|
227
244
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -258,7 +275,7 @@ export type CreateIntegrationStoreDirectPropertiesHidden =
|
|
|
258
275
|
| boolean
|
|
259
276
|
| CreateIntegrationStoreDirectHidden3;
|
|
260
277
|
|
|
261
|
-
export type
|
|
278
|
+
export type CreateIntegrationStoreDirectProperties9 = {
|
|
262
279
|
value: CreateIntegrationStoreDirectPropertiesValue;
|
|
263
280
|
disabled?:
|
|
264
281
|
| CreateIntegrationStoreDirectDisabled2
|
|
@@ -272,6 +289,168 @@ export type CreateIntegrationStoreDirectProperties8 = {
|
|
|
272
289
|
| undefined;
|
|
273
290
|
};
|
|
274
291
|
|
|
292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType =
|
|
293
|
+
{
|
|
294
|
+
String: "string",
|
|
295
|
+
} as const;
|
|
296
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType =
|
|
297
|
+
ClosedEnum<
|
|
298
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
299
|
+
>;
|
|
300
|
+
|
|
301
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl =
|
|
302
|
+
{
|
|
303
|
+
Domain: "domain",
|
|
304
|
+
} as const;
|
|
305
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl =
|
|
306
|
+
ClosedEnum<
|
|
307
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
308
|
+
>;
|
|
309
|
+
|
|
310
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466 =
|
|
311
|
+
{};
|
|
312
|
+
|
|
313
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
314
|
+
{
|
|
315
|
+
atBRANDAt8466:
|
|
316
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466 =
|
|
320
|
+
{};
|
|
321
|
+
|
|
322
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
323
|
+
{
|
|
324
|
+
atBRANDAt8466:
|
|
325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466;
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466 =
|
|
329
|
+
{};
|
|
330
|
+
|
|
331
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
332
|
+
{
|
|
333
|
+
atBRANDAt8466:
|
|
334
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466;
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
338
|
+
{
|
|
339
|
+
Update: "update",
|
|
340
|
+
Create: "create",
|
|
341
|
+
} as const;
|
|
342
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
343
|
+
ClosedEnum<
|
|
344
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
345
|
+
>;
|
|
346
|
+
|
|
347
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
348
|
+
{
|
|
349
|
+
expr: string;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly =
|
|
353
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
354
|
+
| boolean
|
|
355
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
356
|
+
|
|
357
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
358
|
+
{
|
|
359
|
+
Update: "update",
|
|
360
|
+
Create: "create",
|
|
361
|
+
} as const;
|
|
362
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
363
|
+
ClosedEnum<
|
|
364
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
365
|
+
>;
|
|
366
|
+
|
|
367
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
368
|
+
{
|
|
369
|
+
expr: string;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden =
|
|
373
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
374
|
+
| boolean
|
|
375
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
376
|
+
|
|
377
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
378
|
+
{
|
|
379
|
+
Update: "update",
|
|
380
|
+
Create: "create",
|
|
381
|
+
} as const;
|
|
382
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
383
|
+
ClosedEnum<
|
|
384
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
385
|
+
>;
|
|
386
|
+
|
|
387
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
388
|
+
{
|
|
389
|
+
expr: string;
|
|
390
|
+
};
|
|
391
|
+
|
|
392
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled =
|
|
393
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
394
|
+
| boolean
|
|
395
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
396
|
+
|
|
397
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
398
|
+
{
|
|
399
|
+
expr: string;
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription =
|
|
403
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
404
|
+
| string;
|
|
405
|
+
|
|
406
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue =
|
|
407
|
+
{
|
|
408
|
+
expr: string;
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export type CreateIntegrationStoreDirectProperties8 = {
|
|
412
|
+
type:
|
|
413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
414
|
+
uiControl:
|
|
415
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl;
|
|
416
|
+
enum?: Array<string> | undefined;
|
|
417
|
+
maxLength?:
|
|
418
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
419
|
+
| undefined;
|
|
420
|
+
minLength?:
|
|
421
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
422
|
+
| undefined;
|
|
423
|
+
pattern?:
|
|
424
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
425
|
+
| undefined;
|
|
426
|
+
description?: string | undefined;
|
|
427
|
+
default?: string | undefined;
|
|
428
|
+
uiLabel?: string | undefined;
|
|
429
|
+
uiReadOnly?:
|
|
430
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
431
|
+
| boolean
|
|
432
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
433
|
+
| undefined;
|
|
434
|
+
uiHidden?:
|
|
435
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
436
|
+
| boolean
|
|
437
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
438
|
+
| undefined;
|
|
439
|
+
uiDisabled?:
|
|
440
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
441
|
+
| boolean
|
|
442
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
443
|
+
| undefined;
|
|
444
|
+
uiDescription?:
|
|
445
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
446
|
+
| string
|
|
447
|
+
| undefined;
|
|
448
|
+
uiFormattedValue?:
|
|
449
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue
|
|
450
|
+
| undefined;
|
|
451
|
+
uiPlaceholder?: string | undefined;
|
|
452
|
+
};
|
|
453
|
+
|
|
275
454
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType =
|
|
276
455
|
{
|
|
277
456
|
String: "string",
|
|
@@ -290,10 +469,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
290
469
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
291
470
|
>;
|
|
292
471
|
|
|
293
|
-
export type
|
|
472
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466 = {};
|
|
294
473
|
|
|
295
474
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
296
|
-
|
|
475
|
+
atBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466;
|
|
297
476
|
};
|
|
298
477
|
|
|
299
478
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -344,10 +523,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
344
523
|
| undefined;
|
|
345
524
|
};
|
|
346
525
|
|
|
347
|
-
export type
|
|
526
|
+
export type UiOptionsAtBRANDAt8466 = {};
|
|
348
527
|
|
|
349
528
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
350
|
-
|
|
529
|
+
atBRANDAt8466: UiOptionsAtBRANDAt8466;
|
|
351
530
|
};
|
|
352
531
|
|
|
353
532
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -410,31 +589,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
410
589
|
| CreateIntegrationStoreDirectUiOptions2
|
|
411
590
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
412
591
|
|
|
413
|
-
export type
|
|
592
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466 =
|
|
414
593
|
{};
|
|
415
594
|
|
|
416
595
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
417
596
|
{
|
|
418
|
-
|
|
419
|
-
|
|
597
|
+
atBRANDAt8466:
|
|
598
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466;
|
|
420
599
|
};
|
|
421
600
|
|
|
422
|
-
export type
|
|
601
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466 =
|
|
423
602
|
{};
|
|
424
603
|
|
|
425
604
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
426
605
|
{
|
|
427
|
-
|
|
428
|
-
|
|
606
|
+
atBRANDAt8466:
|
|
607
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466;
|
|
429
608
|
};
|
|
430
609
|
|
|
431
|
-
export type
|
|
610
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466 =
|
|
432
611
|
{};
|
|
433
612
|
|
|
434
613
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
435
614
|
{
|
|
436
|
-
|
|
437
|
-
|
|
615
|
+
atBRANDAt8466:
|
|
616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466;
|
|
438
617
|
};
|
|
439
618
|
|
|
440
619
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -568,54 +747,54 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
568
747
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType
|
|
569
748
|
>;
|
|
570
749
|
|
|
571
|
-
export const
|
|
750
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type =
|
|
572
751
|
{
|
|
573
752
|
String: "string",
|
|
574
753
|
} as const;
|
|
575
|
-
export type
|
|
754
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type =
|
|
576
755
|
ClosedEnum<
|
|
577
|
-
typeof
|
|
756
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
578
757
|
>;
|
|
579
758
|
|
|
580
|
-
export type
|
|
759
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466 =
|
|
581
760
|
{};
|
|
582
761
|
|
|
583
|
-
export type
|
|
762
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
584
763
|
{
|
|
585
|
-
|
|
586
|
-
|
|
764
|
+
atBRANDAt8466:
|
|
765
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466;
|
|
587
766
|
};
|
|
588
767
|
|
|
589
|
-
export type
|
|
768
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466 =
|
|
590
769
|
{};
|
|
591
770
|
|
|
592
|
-
export type
|
|
771
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
593
772
|
{
|
|
594
|
-
|
|
595
|
-
|
|
773
|
+
atBRANDAt8466:
|
|
774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466;
|
|
596
775
|
};
|
|
597
776
|
|
|
598
|
-
export type
|
|
777
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466 =
|
|
599
778
|
{};
|
|
600
779
|
|
|
601
|
-
export type
|
|
780
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
602
781
|
{
|
|
603
|
-
|
|
604
|
-
|
|
782
|
+
atBRANDAt8466:
|
|
783
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466;
|
|
605
784
|
};
|
|
606
785
|
|
|
607
786
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
608
787
|
type:
|
|
609
|
-
|
|
788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
610
789
|
description?: string | undefined;
|
|
611
790
|
minLength?:
|
|
612
|
-
|
|
|
791
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
613
792
|
| undefined;
|
|
614
793
|
maxLength?:
|
|
615
|
-
|
|
|
794
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
616
795
|
| undefined;
|
|
617
796
|
pattern?:
|
|
618
|
-
|
|
|
797
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
619
798
|
| undefined;
|
|
620
799
|
default?: string | undefined;
|
|
621
800
|
enum?: Array<string> | undefined;
|
|
@@ -856,28 +1035,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
856
1035
|
| undefined;
|
|
857
1036
|
};
|
|
858
1037
|
|
|
859
|
-
export type
|
|
1038
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466 =
|
|
860
1039
|
{};
|
|
861
1040
|
|
|
862
1041
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
863
|
-
|
|
864
|
-
|
|
1042
|
+
atBRANDAt8466:
|
|
1043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466;
|
|
865
1044
|
};
|
|
866
1045
|
|
|
867
|
-
export type
|
|
1046
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466 =
|
|
868
1047
|
{};
|
|
869
1048
|
|
|
870
1049
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
871
|
-
|
|
872
|
-
|
|
1050
|
+
atBRANDAt8466:
|
|
1051
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466;
|
|
873
1052
|
};
|
|
874
1053
|
|
|
875
|
-
export type
|
|
1054
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466 =
|
|
876
1055
|
{};
|
|
877
1056
|
|
|
878
1057
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
879
|
-
|
|
880
|
-
|
|
1058
|
+
atBRANDAt8466:
|
|
1059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466;
|
|
881
1060
|
};
|
|
882
1061
|
|
|
883
1062
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1380,24 +1559,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1380
1559
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1381
1560
|
>;
|
|
1382
1561
|
|
|
1383
|
-
export type
|
|
1562
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466 =
|
|
1384
1563
|
{};
|
|
1385
1564
|
|
|
1386
1565
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1387
|
-
|
|
1388
|
-
|
|
1566
|
+
atBRANDAt8466:
|
|
1567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466;
|
|
1389
1568
|
};
|
|
1390
1569
|
|
|
1391
|
-
export type
|
|
1570
|
+
export type PropertiesAtBRANDAt8466 = {};
|
|
1392
1571
|
|
|
1393
1572
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1394
|
-
|
|
1573
|
+
atBRANDAt8466: PropertiesAtBRANDAt8466;
|
|
1395
1574
|
};
|
|
1396
1575
|
|
|
1397
|
-
export type
|
|
1576
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466 = {};
|
|
1398
1577
|
|
|
1399
1578
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1400
|
-
|
|
1579
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466;
|
|
1401
1580
|
};
|
|
1402
1581
|
|
|
1403
1582
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1506,7 +1685,8 @@ export type CreateIntegrationStoreDirectProperties =
|
|
|
1506
1685
|
| CreateIntegrationStoreDirectProperties1
|
|
1507
1686
|
| CreateIntegrationStoreDirectProperties2
|
|
1508
1687
|
| CreateIntegrationStoreDirectProperties3
|
|
1509
|
-
| CreateIntegrationStoreDirectProperties8
|
|
1688
|
+
| CreateIntegrationStoreDirectProperties8
|
|
1689
|
+
| CreateIntegrationStoreDirectProperties9;
|
|
1510
1690
|
|
|
1511
1691
|
export type CreateIntegrationStoreDirectMetadataSchema = {
|
|
1512
1692
|
type: CreateIntegrationStoreDirectIntegrationsType;
|
|
@@ -1519,7 +1699,8 @@ export type CreateIntegrationStoreDirectMetadataSchema = {
|
|
|
1519
1699
|
| CreateIntegrationStoreDirectProperties1
|
|
1520
1700
|
| CreateIntegrationStoreDirectProperties2
|
|
1521
1701
|
| CreateIntegrationStoreDirectProperties3
|
|
1522
|
-
| CreateIntegrationStoreDirectProperties8
|
|
1702
|
+
| CreateIntegrationStoreDirectProperties8
|
|
1703
|
+
| CreateIntegrationStoreDirectProperties9;
|
|
1523
1704
|
};
|
|
1524
1705
|
required?: Array<string> | undefined;
|
|
1525
1706
|
};
|
|
@@ -1529,7 +1710,7 @@ export type ResourceLinks = {
|
|
|
1529
1710
|
title: string;
|
|
1530
1711
|
};
|
|
1531
1712
|
|
|
1532
|
-
export const
|
|
1713
|
+
export const CreateIntegrationStoreDirectTags = {
|
|
1533
1714
|
EdgeConfig: "edge-config",
|
|
1534
1715
|
Redis: "redis",
|
|
1535
1716
|
Postgres: "postgres",
|
|
@@ -1562,6 +1743,7 @@ export const Tags = {
|
|
|
1562
1743
|
TagMessaging: "tag_messaging",
|
|
1563
1744
|
TagMonitoring: "tag_monitoring",
|
|
1564
1745
|
TagObservability: "tag_observability",
|
|
1746
|
+
TagPayments: "tag_payments",
|
|
1565
1747
|
TagPerformance: "tag_performance",
|
|
1566
1748
|
TagProductivity: "tag_productivity",
|
|
1567
1749
|
TagSearching: "tag_searching",
|
|
@@ -1575,7 +1757,9 @@ export const Tags = {
|
|
|
1575
1757
|
TagTraceDrain: "tag_traceDrain",
|
|
1576
1758
|
TagOther: "tag_other",
|
|
1577
1759
|
} as const;
|
|
1578
|
-
export type
|
|
1760
|
+
export type CreateIntegrationStoreDirectTags = ClosedEnum<
|
|
1761
|
+
typeof CreateIntegrationStoreDirectTags
|
|
1762
|
+
>;
|
|
1579
1763
|
|
|
1580
1764
|
export const ProjectConnectionScopes = {
|
|
1581
1765
|
ReadDeployment: "read:deployment",
|
|
@@ -1588,6 +1772,7 @@ export const ProjectConnectionScopes = {
|
|
|
1588
1772
|
ReadWriteIntegrationDeploymentAction:
|
|
1589
1773
|
"read-write:integration-deployment-action",
|
|
1590
1774
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
1775
|
+
ReadWriteDrains: "read-write:drains",
|
|
1591
1776
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
1592
1777
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
1593
1778
|
} as const;
|
|
@@ -1625,10 +1810,10 @@ export type Guides = {
|
|
|
1625
1810
|
steps: Array<Steps>;
|
|
1626
1811
|
};
|
|
1627
1812
|
|
|
1628
|
-
export type
|
|
1813
|
+
export type AtBRANDAt8466 = {};
|
|
1629
1814
|
|
|
1630
1815
|
export type CreateIntegrationStoreDirectValue = {
|
|
1631
|
-
|
|
1816
|
+
atBRANDAt8466: AtBRANDAt8466;
|
|
1632
1817
|
};
|
|
1633
1818
|
|
|
1634
1819
|
export const Disabled3 = {
|
|
@@ -1660,10 +1845,11 @@ export type Product = {
|
|
|
1660
1845
|
name?: string | undefined;
|
|
1661
1846
|
slug?: string | undefined;
|
|
1662
1847
|
iconUrl?: string | undefined;
|
|
1848
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities | undefined;
|
|
1663
1849
|
shortDescription?: string | undefined;
|
|
1664
1850
|
metadataSchema?: CreateIntegrationStoreDirectMetadataSchema | undefined;
|
|
1665
1851
|
resourceLinks?: Array<ResourceLinks> | undefined;
|
|
1666
|
-
tags?: Array<
|
|
1852
|
+
tags?: Array<CreateIntegrationStoreDirectTags> | undefined;
|
|
1667
1853
|
projectConnectionScopes?: Array<ProjectConnectionScopes> | undefined;
|
|
1668
1854
|
showSSOLinkOnProjectConnection?: boolean | undefined;
|
|
1669
1855
|
disableResourceRenaming?: boolean | undefined;
|
|
@@ -1764,6 +1950,7 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
1764
1950
|
usageQuotaExceeded: boolean;
|
|
1765
1951
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
1766
1952
|
ownership?: CreateIntegrationStoreDirectOwnership | undefined;
|
|
1953
|
+
capabilities?: Capabilities | undefined;
|
|
1767
1954
|
metadata?: {
|
|
1768
1955
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
1769
1956
|
} | undefined;
|
|
@@ -2352,6 +2539,65 @@ export namespace CreateIntegrationStoreDirectOwnership$ {
|
|
|
2352
2539
|
CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
2353
2540
|
}
|
|
2354
2541
|
|
|
2542
|
+
/** @internal */
|
|
2543
|
+
export const Capabilities$inboundSchema: z.ZodType<
|
|
2544
|
+
Capabilities,
|
|
2545
|
+
z.ZodTypeDef,
|
|
2546
|
+
unknown
|
|
2547
|
+
> = z.object({
|
|
2548
|
+
mcp: z.boolean().optional(),
|
|
2549
|
+
sso: z.boolean().optional(),
|
|
2550
|
+
billable: z.boolean().optional(),
|
|
2551
|
+
secretsSync: z.boolean().optional(),
|
|
2552
|
+
});
|
|
2553
|
+
|
|
2554
|
+
/** @internal */
|
|
2555
|
+
export type Capabilities$Outbound = {
|
|
2556
|
+
mcp?: boolean | undefined;
|
|
2557
|
+
sso?: boolean | undefined;
|
|
2558
|
+
billable?: boolean | undefined;
|
|
2559
|
+
secretsSync?: boolean | undefined;
|
|
2560
|
+
};
|
|
2561
|
+
|
|
2562
|
+
/** @internal */
|
|
2563
|
+
export const Capabilities$outboundSchema: z.ZodType<
|
|
2564
|
+
Capabilities$Outbound,
|
|
2565
|
+
z.ZodTypeDef,
|
|
2566
|
+
Capabilities
|
|
2567
|
+
> = z.object({
|
|
2568
|
+
mcp: z.boolean().optional(),
|
|
2569
|
+
sso: z.boolean().optional(),
|
|
2570
|
+
billable: z.boolean().optional(),
|
|
2571
|
+
secretsSync: z.boolean().optional(),
|
|
2572
|
+
});
|
|
2573
|
+
|
|
2574
|
+
/**
|
|
2575
|
+
* @internal
|
|
2576
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2577
|
+
*/
|
|
2578
|
+
export namespace Capabilities$ {
|
|
2579
|
+
/** @deprecated use `Capabilities$inboundSchema` instead. */
|
|
2580
|
+
export const inboundSchema = Capabilities$inboundSchema;
|
|
2581
|
+
/** @deprecated use `Capabilities$outboundSchema` instead. */
|
|
2582
|
+
export const outboundSchema = Capabilities$outboundSchema;
|
|
2583
|
+
/** @deprecated use `Capabilities$Outbound` instead. */
|
|
2584
|
+
export type Outbound = Capabilities$Outbound;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
export function capabilitiesToJSON(capabilities: Capabilities): string {
|
|
2588
|
+
return JSON.stringify(Capabilities$outboundSchema.parse(capabilities));
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
export function capabilitiesFromJSON(
|
|
2592
|
+
jsonString: string,
|
|
2593
|
+
): SafeParseResult<Capabilities, SDKValidationError> {
|
|
2594
|
+
return safeParse(
|
|
2595
|
+
jsonString,
|
|
2596
|
+
(x) => Capabilities$inboundSchema.parse(JSON.parse(x)),
|
|
2597
|
+
`Failed to parse 'Capabilities' from JSON`,
|
|
2598
|
+
);
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2355
2601
|
/** @internal */
|
|
2356
2602
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<
|
|
2357
2603
|
CreateIntegrationStoreDirectMetadata,
|
|
@@ -2443,6 +2689,86 @@ export namespace ExternalResourceStatus$ {
|
|
|
2443
2689
|
export const outboundSchema = ExternalResourceStatus$outboundSchema;
|
|
2444
2690
|
}
|
|
2445
2691
|
|
|
2692
|
+
/** @internal */
|
|
2693
|
+
export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
2694
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2695
|
+
z.ZodTypeDef,
|
|
2696
|
+
unknown
|
|
2697
|
+
> = z.object({
|
|
2698
|
+
mcp: z.boolean().optional(),
|
|
2699
|
+
sso: z.boolean().optional(),
|
|
2700
|
+
billable: z.boolean().optional(),
|
|
2701
|
+
secretsSync: z.boolean().optional(),
|
|
2702
|
+
sandbox: z.boolean().optional(),
|
|
2703
|
+
linking: z.boolean().optional(),
|
|
2704
|
+
});
|
|
2705
|
+
|
|
2706
|
+
/** @internal */
|
|
2707
|
+
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
2708
|
+
mcp?: boolean | undefined;
|
|
2709
|
+
sso?: boolean | undefined;
|
|
2710
|
+
billable?: boolean | undefined;
|
|
2711
|
+
secretsSync?: boolean | undefined;
|
|
2712
|
+
sandbox?: boolean | undefined;
|
|
2713
|
+
linking?: boolean | undefined;
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
/** @internal */
|
|
2717
|
+
export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
|
|
2718
|
+
CreateIntegrationStoreDirectCapabilities$Outbound,
|
|
2719
|
+
z.ZodTypeDef,
|
|
2720
|
+
CreateIntegrationStoreDirectCapabilities
|
|
2721
|
+
> = z.object({
|
|
2722
|
+
mcp: z.boolean().optional(),
|
|
2723
|
+
sso: z.boolean().optional(),
|
|
2724
|
+
billable: z.boolean().optional(),
|
|
2725
|
+
secretsSync: z.boolean().optional(),
|
|
2726
|
+
sandbox: z.boolean().optional(),
|
|
2727
|
+
linking: z.boolean().optional(),
|
|
2728
|
+
});
|
|
2729
|
+
|
|
2730
|
+
/**
|
|
2731
|
+
* @internal
|
|
2732
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2733
|
+
*/
|
|
2734
|
+
export namespace CreateIntegrationStoreDirectCapabilities$ {
|
|
2735
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
|
|
2736
|
+
export const inboundSchema =
|
|
2737
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema;
|
|
2738
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
|
|
2739
|
+
export const outboundSchema =
|
|
2740
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema;
|
|
2741
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$Outbound` instead. */
|
|
2742
|
+
export type Outbound = CreateIntegrationStoreDirectCapabilities$Outbound;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
export function createIntegrationStoreDirectCapabilitiesToJSON(
|
|
2746
|
+
createIntegrationStoreDirectCapabilities:
|
|
2747
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2748
|
+
): string {
|
|
2749
|
+
return JSON.stringify(
|
|
2750
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema.parse(
|
|
2751
|
+
createIntegrationStoreDirectCapabilities,
|
|
2752
|
+
),
|
|
2753
|
+
);
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
export function createIntegrationStoreDirectCapabilitiesFromJSON(
|
|
2757
|
+
jsonString: string,
|
|
2758
|
+
): SafeParseResult<
|
|
2759
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2760
|
+
SDKValidationError
|
|
2761
|
+
> {
|
|
2762
|
+
return safeParse(
|
|
2763
|
+
jsonString,
|
|
2764
|
+
(x) =>
|
|
2765
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema.parse(
|
|
2766
|
+
JSON.parse(x),
|
|
2767
|
+
),
|
|
2768
|
+
`Failed to parse 'CreateIntegrationStoreDirectCapabilities' from JSON`,
|
|
2769
|
+
);
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2446
2772
|
/** @internal */
|
|
2447
2773
|
export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
|
|
2448
2774
|
z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType> = z
|
|
@@ -2467,65 +2793,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2467
2793
|
}
|
|
2468
2794
|
|
|
2469
2795
|
/** @internal */
|
|
2470
|
-
export const
|
|
2796
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema:
|
|
2471
2797
|
z.ZodType<
|
|
2472
|
-
|
|
2798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2473
2799
|
z.ZodTypeDef,
|
|
2474
2800
|
unknown
|
|
2475
2801
|
> = z.object({});
|
|
2476
2802
|
|
|
2477
2803
|
/** @internal */
|
|
2478
|
-
export type
|
|
2804
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound =
|
|
2479
2805
|
{};
|
|
2480
2806
|
|
|
2481
2807
|
/** @internal */
|
|
2482
|
-
export const
|
|
2808
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema:
|
|
2483
2809
|
z.ZodType<
|
|
2484
|
-
|
|
2810
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound,
|
|
2485
2811
|
z.ZodTypeDef,
|
|
2486
|
-
|
|
2812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466
|
|
2487
2813
|
> = z.object({});
|
|
2488
2814
|
|
|
2489
2815
|
/**
|
|
2490
2816
|
* @internal
|
|
2491
2817
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2492
2818
|
*/
|
|
2493
|
-
export namespace
|
|
2494
|
-
/** @deprecated use `
|
|
2819
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ {
|
|
2820
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
|
|
2495
2821
|
export const inboundSchema =
|
|
2496
|
-
|
|
2497
|
-
/** @deprecated use `
|
|
2822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema;
|
|
2823
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
|
|
2498
2824
|
export const outboundSchema =
|
|
2499
|
-
|
|
2500
|
-
/** @deprecated use `
|
|
2825
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema;
|
|
2826
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound` instead. */
|
|
2501
2827
|
export type Outbound =
|
|
2502
|
-
|
|
2828
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
2503
2829
|
}
|
|
2504
2830
|
|
|
2505
|
-
export function
|
|
2506
|
-
|
|
2507
|
-
|
|
2831
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(
|
|
2832
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466:
|
|
2833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2508
2834
|
): string {
|
|
2509
2835
|
return JSON.stringify(
|
|
2510
|
-
|
|
2836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
2511
2837
|
.parse(
|
|
2512
|
-
|
|
2838
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2513
2839
|
),
|
|
2514
2840
|
);
|
|
2515
2841
|
}
|
|
2516
2842
|
|
|
2517
|
-
export function
|
|
2843
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(
|
|
2518
2844
|
jsonString: string,
|
|
2519
2845
|
): SafeParseResult<
|
|
2520
|
-
|
|
2846
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2521
2847
|
SDKValidationError
|
|
2522
2848
|
> {
|
|
2523
2849
|
return safeParse(
|
|
2524
2850
|
jsonString,
|
|
2525
2851
|
(x) =>
|
|
2526
|
-
|
|
2852
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
2527
2853
|
.parse(JSON.parse(x)),
|
|
2528
|
-
`Failed to parse '
|
|
2854
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466' from JSON`,
|
|
2529
2855
|
);
|
|
2530
2856
|
}
|
|
2531
2857
|
|
|
@@ -2536,19 +2862,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2536
2862
|
z.ZodTypeDef,
|
|
2537
2863
|
unknown
|
|
2538
2864
|
> = z.object({
|
|
2539
|
-
"__@BRAND@
|
|
2540
|
-
|
|
2865
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
2866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
2541
2867
|
),
|
|
2542
2868
|
}).transform((v) => {
|
|
2543
2869
|
return remap$(v, {
|
|
2544
|
-
"__@BRAND@
|
|
2870
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2545
2871
|
});
|
|
2546
2872
|
});
|
|
2547
2873
|
|
|
2548
2874
|
/** @internal */
|
|
2549
2875
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2550
|
-
"__@BRAND@
|
|
2551
|
-
|
|
2876
|
+
"__@BRAND@8466":
|
|
2877
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
2552
2878
|
};
|
|
2553
2879
|
|
|
2554
2880
|
/** @internal */
|
|
@@ -2558,12 +2884,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2558
2884
|
z.ZodTypeDef,
|
|
2559
2885
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2560
2886
|
> = z.object({
|
|
2561
|
-
|
|
2562
|
-
|
|
2887
|
+
atBRANDAt8466: z.lazy(() =>
|
|
2888
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
2563
2889
|
),
|
|
2564
2890
|
}).transform((v) => {
|
|
2565
2891
|
return remap$(v, {
|
|
2566
|
-
|
|
2892
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2567
2893
|
});
|
|
2568
2894
|
});
|
|
2569
2895
|
|
|
@@ -2866,56 +3192,1380 @@ export type CreateIntegrationStoreDirectPropertiesHidden$Outbound =
|
|
|
2866
3192
|
| string;
|
|
2867
3193
|
|
|
2868
3194
|
/** @internal */
|
|
2869
|
-
export const CreateIntegrationStoreDirectPropertiesHidden$outboundSchema:
|
|
3195
|
+
export const CreateIntegrationStoreDirectPropertiesHidden$outboundSchema:
|
|
3196
|
+
z.ZodType<
|
|
3197
|
+
CreateIntegrationStoreDirectPropertiesHidden$Outbound,
|
|
3198
|
+
z.ZodTypeDef,
|
|
3199
|
+
CreateIntegrationStoreDirectPropertiesHidden
|
|
3200
|
+
> = z.union([
|
|
3201
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$outboundSchema),
|
|
3202
|
+
z.boolean(),
|
|
3203
|
+
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
3204
|
+
]);
|
|
3205
|
+
|
|
3206
|
+
/**
|
|
3207
|
+
* @internal
|
|
3208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3209
|
+
*/
|
|
3210
|
+
export namespace CreateIntegrationStoreDirectPropertiesHidden$ {
|
|
3211
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$inboundSchema` instead. */
|
|
3212
|
+
export const inboundSchema =
|
|
3213
|
+
CreateIntegrationStoreDirectPropertiesHidden$inboundSchema;
|
|
3214
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$outboundSchema` instead. */
|
|
3215
|
+
export const outboundSchema =
|
|
3216
|
+
CreateIntegrationStoreDirectPropertiesHidden$outboundSchema;
|
|
3217
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$Outbound` instead. */
|
|
3218
|
+
export type Outbound = CreateIntegrationStoreDirectPropertiesHidden$Outbound;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3221
|
+
export function createIntegrationStoreDirectPropertiesHiddenToJSON(
|
|
3222
|
+
createIntegrationStoreDirectPropertiesHidden:
|
|
3223
|
+
CreateIntegrationStoreDirectPropertiesHidden,
|
|
3224
|
+
): string {
|
|
3225
|
+
return JSON.stringify(
|
|
3226
|
+
CreateIntegrationStoreDirectPropertiesHidden$outboundSchema.parse(
|
|
3227
|
+
createIntegrationStoreDirectPropertiesHidden,
|
|
3228
|
+
),
|
|
3229
|
+
);
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
export function createIntegrationStoreDirectPropertiesHiddenFromJSON(
|
|
3233
|
+
jsonString: string,
|
|
3234
|
+
): SafeParseResult<
|
|
3235
|
+
CreateIntegrationStoreDirectPropertiesHidden,
|
|
3236
|
+
SDKValidationError
|
|
3237
|
+
> {
|
|
3238
|
+
return safeParse(
|
|
3239
|
+
jsonString,
|
|
3240
|
+
(x) =>
|
|
3241
|
+
CreateIntegrationStoreDirectPropertiesHidden$inboundSchema.parse(
|
|
3242
|
+
JSON.parse(x),
|
|
3243
|
+
),
|
|
3244
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`,
|
|
3245
|
+
);
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
/** @internal */
|
|
3249
|
+
export const CreateIntegrationStoreDirectProperties9$inboundSchema: z.ZodType<
|
|
3250
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3251
|
+
z.ZodTypeDef,
|
|
3252
|
+
unknown
|
|
3253
|
+
> = z.object({
|
|
3254
|
+
value: z.lazy(() =>
|
|
3255
|
+
CreateIntegrationStoreDirectPropertiesValue$inboundSchema
|
|
3256
|
+
),
|
|
3257
|
+
disabled: z.union([
|
|
3258
|
+
z.lazy(() => CreateIntegrationStoreDirectDisabled2$inboundSchema),
|
|
3259
|
+
z.boolean(),
|
|
3260
|
+
CreateIntegrationStoreDirectDisabled3$inboundSchema,
|
|
3261
|
+
]).optional(),
|
|
3262
|
+
hidden: z.union([
|
|
3263
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$inboundSchema),
|
|
3264
|
+
z.boolean(),
|
|
3265
|
+
CreateIntegrationStoreDirectHidden3$inboundSchema,
|
|
3266
|
+
]).optional(),
|
|
3267
|
+
});
|
|
3268
|
+
|
|
3269
|
+
/** @internal */
|
|
3270
|
+
export type CreateIntegrationStoreDirectProperties9$Outbound = {
|
|
3271
|
+
value: CreateIntegrationStoreDirectPropertiesValue$Outbound;
|
|
3272
|
+
disabled?:
|
|
3273
|
+
| CreateIntegrationStoreDirectDisabled2$Outbound
|
|
3274
|
+
| boolean
|
|
3275
|
+
| string
|
|
3276
|
+
| undefined;
|
|
3277
|
+
hidden?:
|
|
3278
|
+
| CreateIntegrationStoreDirectHidden2$Outbound
|
|
3279
|
+
| boolean
|
|
3280
|
+
| string
|
|
3281
|
+
| undefined;
|
|
3282
|
+
};
|
|
3283
|
+
|
|
3284
|
+
/** @internal */
|
|
3285
|
+
export const CreateIntegrationStoreDirectProperties9$outboundSchema: z.ZodType<
|
|
3286
|
+
CreateIntegrationStoreDirectProperties9$Outbound,
|
|
3287
|
+
z.ZodTypeDef,
|
|
3288
|
+
CreateIntegrationStoreDirectProperties9
|
|
3289
|
+
> = z.object({
|
|
3290
|
+
value: z.lazy(() =>
|
|
3291
|
+
CreateIntegrationStoreDirectPropertiesValue$outboundSchema
|
|
3292
|
+
),
|
|
3293
|
+
disabled: z.union([
|
|
3294
|
+
z.lazy(() => CreateIntegrationStoreDirectDisabled2$outboundSchema),
|
|
3295
|
+
z.boolean(),
|
|
3296
|
+
CreateIntegrationStoreDirectDisabled3$outboundSchema,
|
|
3297
|
+
]).optional(),
|
|
3298
|
+
hidden: z.union([
|
|
3299
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$outboundSchema),
|
|
3300
|
+
z.boolean(),
|
|
3301
|
+
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
3302
|
+
]).optional(),
|
|
3303
|
+
});
|
|
3304
|
+
|
|
3305
|
+
/**
|
|
3306
|
+
* @internal
|
|
3307
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3308
|
+
*/
|
|
3309
|
+
export namespace CreateIntegrationStoreDirectProperties9$ {
|
|
3310
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
|
|
3311
|
+
export const inboundSchema =
|
|
3312
|
+
CreateIntegrationStoreDirectProperties9$inboundSchema;
|
|
3313
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
|
|
3314
|
+
export const outboundSchema =
|
|
3315
|
+
CreateIntegrationStoreDirectProperties9$outboundSchema;
|
|
3316
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$Outbound` instead. */
|
|
3317
|
+
export type Outbound = CreateIntegrationStoreDirectProperties9$Outbound;
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
export function createIntegrationStoreDirectProperties9ToJSON(
|
|
3321
|
+
createIntegrationStoreDirectProperties9:
|
|
3322
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3323
|
+
): string {
|
|
3324
|
+
return JSON.stringify(
|
|
3325
|
+
CreateIntegrationStoreDirectProperties9$outboundSchema.parse(
|
|
3326
|
+
createIntegrationStoreDirectProperties9,
|
|
3327
|
+
),
|
|
3328
|
+
);
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
export function createIntegrationStoreDirectProperties9FromJSON(
|
|
3332
|
+
jsonString: string,
|
|
3333
|
+
): SafeParseResult<
|
|
3334
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3335
|
+
SDKValidationError
|
|
3336
|
+
> {
|
|
3337
|
+
return safeParse(
|
|
3338
|
+
jsonString,
|
|
3339
|
+
(x) =>
|
|
3340
|
+
CreateIntegrationStoreDirectProperties9$inboundSchema.parse(
|
|
3341
|
+
JSON.parse(x),
|
|
3342
|
+
),
|
|
3343
|
+
`Failed to parse 'CreateIntegrationStoreDirectProperties9' from JSON`,
|
|
3344
|
+
);
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
/** @internal */
|
|
3348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema:
|
|
3349
|
+
z.ZodNativeEnum<
|
|
3350
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
3351
|
+
> = z.nativeEnum(
|
|
3352
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType,
|
|
3353
|
+
);
|
|
3354
|
+
|
|
3355
|
+
/** @internal */
|
|
3356
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema:
|
|
3357
|
+
z.ZodNativeEnum<
|
|
3358
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
3359
|
+
> =
|
|
3360
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
3361
|
+
|
|
3362
|
+
/**
|
|
3363
|
+
* @internal
|
|
3364
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3365
|
+
*/
|
|
3366
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ {
|
|
3367
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
|
|
3368
|
+
export const inboundSchema =
|
|
3369
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
3370
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
|
|
3371
|
+
export const outboundSchema =
|
|
3372
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
/** @internal */
|
|
3376
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema:
|
|
3377
|
+
z.ZodNativeEnum<
|
|
3378
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
3379
|
+
> = z.nativeEnum(
|
|
3380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl,
|
|
3381
|
+
);
|
|
3382
|
+
|
|
3383
|
+
/** @internal */
|
|
3384
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema:
|
|
3385
|
+
z.ZodNativeEnum<
|
|
3386
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
3387
|
+
> =
|
|
3388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3389
|
+
|
|
3390
|
+
/**
|
|
3391
|
+
* @internal
|
|
3392
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3393
|
+
*/
|
|
3394
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ {
|
|
3395
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
|
|
3396
|
+
export const inboundSchema =
|
|
3397
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3398
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
|
|
3399
|
+
export const outboundSchema =
|
|
3400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
/** @internal */
|
|
3404
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema:
|
|
3405
|
+
z.ZodType<
|
|
3406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3407
|
+
z.ZodTypeDef,
|
|
3408
|
+
unknown
|
|
3409
|
+
> = z.object({});
|
|
3410
|
+
|
|
3411
|
+
/** @internal */
|
|
3412
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound =
|
|
3413
|
+
{};
|
|
3414
|
+
|
|
3415
|
+
/** @internal */
|
|
3416
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema:
|
|
3417
|
+
z.ZodType<
|
|
3418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound,
|
|
3419
|
+
z.ZodTypeDef,
|
|
3420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466
|
|
3421
|
+
> = z.object({});
|
|
3422
|
+
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3426
|
+
*/
|
|
3427
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ {
|
|
3428
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
|
|
3429
|
+
export const inboundSchema =
|
|
3430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema;
|
|
3431
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
|
|
3432
|
+
export const outboundSchema =
|
|
3433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema;
|
|
3434
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound` instead. */
|
|
3435
|
+
export type Outbound =
|
|
3436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(
|
|
3440
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466:
|
|
3441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3442
|
+
): string {
|
|
3443
|
+
return JSON.stringify(
|
|
3444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
3445
|
+
.parse(
|
|
3446
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3447
|
+
),
|
|
3448
|
+
);
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(
|
|
3452
|
+
jsonString: string,
|
|
3453
|
+
): SafeParseResult<
|
|
3454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3455
|
+
SDKValidationError
|
|
3456
|
+
> {
|
|
3457
|
+
return safeParse(
|
|
3458
|
+
jsonString,
|
|
3459
|
+
(x) =>
|
|
3460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
3461
|
+
.parse(JSON.parse(x)),
|
|
3462
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466' from JSON`,
|
|
3463
|
+
);
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
/** @internal */
|
|
3467
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema:
|
|
3468
|
+
z.ZodType<
|
|
3469
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3470
|
+
z.ZodTypeDef,
|
|
3471
|
+
unknown
|
|
3472
|
+
> = z.object({
|
|
3473
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
3475
|
+
),
|
|
3476
|
+
}).transform((v) => {
|
|
3477
|
+
return remap$(v, {
|
|
3478
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3479
|
+
});
|
|
3480
|
+
});
|
|
3481
|
+
|
|
3482
|
+
/** @internal */
|
|
3483
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3484
|
+
{
|
|
3485
|
+
"__@BRAND@8466":
|
|
3486
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
3487
|
+
};
|
|
3488
|
+
|
|
3489
|
+
/** @internal */
|
|
3490
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema:
|
|
3491
|
+
z.ZodType<
|
|
3492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound,
|
|
3493
|
+
z.ZodTypeDef,
|
|
3494
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3495
|
+
> = z.object({
|
|
3496
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
3498
|
+
),
|
|
3499
|
+
}).transform((v) => {
|
|
3500
|
+
return remap$(v, {
|
|
3501
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3502
|
+
});
|
|
3503
|
+
});
|
|
3504
|
+
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3508
|
+
*/
|
|
3509
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ {
|
|
3510
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
|
|
3511
|
+
export const inboundSchema =
|
|
3512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
|
|
3513
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
|
|
3514
|
+
export const outboundSchema =
|
|
3515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
|
|
3516
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
|
|
3517
|
+
export type Outbound =
|
|
3518
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound;
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(
|
|
3522
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength:
|
|
3523
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3524
|
+
): string {
|
|
3525
|
+
return JSON.stringify(
|
|
3526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
3527
|
+
.parse(
|
|
3528
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3529
|
+
),
|
|
3530
|
+
);
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(
|
|
3534
|
+
jsonString: string,
|
|
3535
|
+
): SafeParseResult<
|
|
3536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3537
|
+
SDKValidationError
|
|
3538
|
+
> {
|
|
3539
|
+
return safeParse(
|
|
3540
|
+
jsonString,
|
|
3541
|
+
(x) =>
|
|
3542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
3543
|
+
.parse(JSON.parse(x)),
|
|
3544
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`,
|
|
3545
|
+
);
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
|
+
/** @internal */
|
|
3549
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema:
|
|
3550
|
+
z.ZodType<
|
|
3551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3552
|
+
z.ZodTypeDef,
|
|
3553
|
+
unknown
|
|
3554
|
+
> = z.object({});
|
|
3555
|
+
|
|
3556
|
+
/** @internal */
|
|
3557
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound =
|
|
3558
|
+
{};
|
|
3559
|
+
|
|
3560
|
+
/** @internal */
|
|
3561
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema:
|
|
3562
|
+
z.ZodType<
|
|
3563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound,
|
|
3564
|
+
z.ZodTypeDef,
|
|
3565
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466
|
|
3566
|
+
> = z.object({});
|
|
3567
|
+
|
|
3568
|
+
/**
|
|
3569
|
+
* @internal
|
|
3570
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3571
|
+
*/
|
|
3572
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ {
|
|
3573
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
|
|
3574
|
+
export const inboundSchema =
|
|
3575
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema;
|
|
3576
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
|
|
3577
|
+
export const outboundSchema =
|
|
3578
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema;
|
|
3579
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound` instead. */
|
|
3580
|
+
export type Outbound =
|
|
3581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3584
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(
|
|
3585
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466:
|
|
3586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3587
|
+
): string {
|
|
3588
|
+
return JSON.stringify(
|
|
3589
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
3590
|
+
.parse(
|
|
3591
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3592
|
+
),
|
|
3593
|
+
);
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(
|
|
3597
|
+
jsonString: string,
|
|
3598
|
+
): SafeParseResult<
|
|
3599
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3600
|
+
SDKValidationError
|
|
3601
|
+
> {
|
|
3602
|
+
return safeParse(
|
|
3603
|
+
jsonString,
|
|
3604
|
+
(x) =>
|
|
3605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
3606
|
+
.parse(JSON.parse(x)),
|
|
3607
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466' from JSON`,
|
|
3608
|
+
);
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
/** @internal */
|
|
3612
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema:
|
|
3613
|
+
z.ZodType<
|
|
3614
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3615
|
+
z.ZodTypeDef,
|
|
3616
|
+
unknown
|
|
3617
|
+
> = z.object({
|
|
3618
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3619
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
3620
|
+
),
|
|
3621
|
+
}).transform((v) => {
|
|
3622
|
+
return remap$(v, {
|
|
3623
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3624
|
+
});
|
|
3625
|
+
});
|
|
3626
|
+
|
|
3627
|
+
/** @internal */
|
|
3628
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3629
|
+
{
|
|
3630
|
+
"__@BRAND@8466":
|
|
3631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
3632
|
+
};
|
|
3633
|
+
|
|
3634
|
+
/** @internal */
|
|
3635
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema:
|
|
3636
|
+
z.ZodType<
|
|
3637
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound,
|
|
3638
|
+
z.ZodTypeDef,
|
|
3639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3640
|
+
> = z.object({
|
|
3641
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3642
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
3643
|
+
),
|
|
3644
|
+
}).transform((v) => {
|
|
3645
|
+
return remap$(v, {
|
|
3646
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3647
|
+
});
|
|
3648
|
+
});
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
* @internal
|
|
3652
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3653
|
+
*/
|
|
3654
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ {
|
|
3655
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
|
|
3656
|
+
export const inboundSchema =
|
|
3657
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
|
|
3658
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
|
|
3659
|
+
export const outboundSchema =
|
|
3660
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
|
|
3661
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
|
|
3662
|
+
export type Outbound =
|
|
3663
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(
|
|
3667
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength:
|
|
3668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3669
|
+
): string {
|
|
3670
|
+
return JSON.stringify(
|
|
3671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
3672
|
+
.parse(
|
|
3673
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3674
|
+
),
|
|
3675
|
+
);
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(
|
|
3679
|
+
jsonString: string,
|
|
3680
|
+
): SafeParseResult<
|
|
3681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3682
|
+
SDKValidationError
|
|
3683
|
+
> {
|
|
3684
|
+
return safeParse(
|
|
3685
|
+
jsonString,
|
|
3686
|
+
(x) =>
|
|
3687
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
3688
|
+
.parse(JSON.parse(x)),
|
|
3689
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`,
|
|
3690
|
+
);
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
/** @internal */
|
|
3694
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema:
|
|
3695
|
+
z.ZodType<
|
|
3696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3697
|
+
z.ZodTypeDef,
|
|
3698
|
+
unknown
|
|
3699
|
+
> = z.object({});
|
|
3700
|
+
|
|
3701
|
+
/** @internal */
|
|
3702
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound =
|
|
3703
|
+
{};
|
|
3704
|
+
|
|
3705
|
+
/** @internal */
|
|
3706
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema:
|
|
3707
|
+
z.ZodType<
|
|
3708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound,
|
|
3709
|
+
z.ZodTypeDef,
|
|
3710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466
|
|
3711
|
+
> = z.object({});
|
|
3712
|
+
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3716
|
+
*/
|
|
3717
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ {
|
|
3718
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
|
|
3719
|
+
export const inboundSchema =
|
|
3720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema;
|
|
3721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
|
|
3722
|
+
export const outboundSchema =
|
|
3723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema;
|
|
3724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound` instead. */
|
|
3725
|
+
export type Outbound =
|
|
3726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(
|
|
3730
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466:
|
|
3731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3732
|
+
): string {
|
|
3733
|
+
return JSON.stringify(
|
|
3734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
3735
|
+
.parse(
|
|
3736
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3737
|
+
),
|
|
3738
|
+
);
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(
|
|
3742
|
+
jsonString: string,
|
|
3743
|
+
): SafeParseResult<
|
|
3744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3745
|
+
SDKValidationError
|
|
3746
|
+
> {
|
|
3747
|
+
return safeParse(
|
|
3748
|
+
jsonString,
|
|
3749
|
+
(x) =>
|
|
3750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
3751
|
+
.parse(JSON.parse(x)),
|
|
3752
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466' from JSON`,
|
|
3753
|
+
);
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
/** @internal */
|
|
3757
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema:
|
|
3758
|
+
z.ZodType<
|
|
3759
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3760
|
+
z.ZodTypeDef,
|
|
3761
|
+
unknown
|
|
3762
|
+
> = z.object({
|
|
3763
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3764
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
3765
|
+
),
|
|
3766
|
+
}).transform((v) => {
|
|
3767
|
+
return remap$(v, {
|
|
3768
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3769
|
+
});
|
|
3770
|
+
});
|
|
3771
|
+
|
|
3772
|
+
/** @internal */
|
|
3773
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3774
|
+
{
|
|
3775
|
+
"__@BRAND@8466":
|
|
3776
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
3777
|
+
};
|
|
3778
|
+
|
|
3779
|
+
/** @internal */
|
|
3780
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema:
|
|
3781
|
+
z.ZodType<
|
|
3782
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound,
|
|
3783
|
+
z.ZodTypeDef,
|
|
3784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3785
|
+
> = z.object({
|
|
3786
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
3788
|
+
),
|
|
3789
|
+
}).transform((v) => {
|
|
3790
|
+
return remap$(v, {
|
|
3791
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3792
|
+
});
|
|
3793
|
+
});
|
|
3794
|
+
|
|
3795
|
+
/**
|
|
3796
|
+
* @internal
|
|
3797
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3798
|
+
*/
|
|
3799
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ {
|
|
3800
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
|
|
3801
|
+
export const inboundSchema =
|
|
3802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
|
|
3803
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
|
|
3804
|
+
export const outboundSchema =
|
|
3805
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
|
|
3806
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
|
|
3807
|
+
export type Outbound =
|
|
3808
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(
|
|
3812
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern:
|
|
3813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3814
|
+
): string {
|
|
3815
|
+
return JSON.stringify(
|
|
3816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
3817
|
+
.parse(
|
|
3818
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3819
|
+
),
|
|
3820
|
+
);
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(
|
|
3824
|
+
jsonString: string,
|
|
3825
|
+
): SafeParseResult<
|
|
3826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3827
|
+
SDKValidationError
|
|
3828
|
+
> {
|
|
3829
|
+
return safeParse(
|
|
3830
|
+
jsonString,
|
|
3831
|
+
(x) =>
|
|
3832
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
3833
|
+
.parse(JSON.parse(x)),
|
|
3834
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`,
|
|
3835
|
+
);
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
/** @internal */
|
|
3839
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
3840
|
+
z.ZodNativeEnum<
|
|
3841
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
3842
|
+
> = z.nativeEnum(
|
|
3843
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
3844
|
+
);
|
|
3845
|
+
|
|
3846
|
+
/** @internal */
|
|
3847
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
3848
|
+
z.ZodNativeEnum<
|
|
3849
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
3850
|
+
> =
|
|
3851
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
3852
|
+
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3856
|
+
*/
|
|
3857
|
+
export namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
3858
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
3859
|
+
export const inboundSchema =
|
|
3860
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
3861
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
3862
|
+
export const outboundSchema =
|
|
3863
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
/** @internal */
|
|
3867
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
3868
|
+
z.ZodType<
|
|
3869
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3870
|
+
z.ZodTypeDef,
|
|
3871
|
+
unknown
|
|
3872
|
+
> = z.object({
|
|
3873
|
+
expr: z.string(),
|
|
3874
|
+
});
|
|
3875
|
+
|
|
3876
|
+
/** @internal */
|
|
3877
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
3878
|
+
{
|
|
3879
|
+
expr: string;
|
|
3880
|
+
};
|
|
3881
|
+
|
|
3882
|
+
/** @internal */
|
|
3883
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
3884
|
+
z.ZodType<
|
|
3885
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
3886
|
+
z.ZodTypeDef,
|
|
3887
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
3888
|
+
> = z.object({
|
|
3889
|
+
expr: z.string(),
|
|
3890
|
+
});
|
|
3891
|
+
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3895
|
+
*/
|
|
3896
|
+
export namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
3897
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
3898
|
+
export const inboundSchema =
|
|
3899
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
3900
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
3901
|
+
export const outboundSchema =
|
|
3902
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
3903
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
3904
|
+
export type Outbound =
|
|
3905
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
3906
|
+
}
|
|
3907
|
+
|
|
3908
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
3909
|
+
createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
3910
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3911
|
+
): string {
|
|
3912
|
+
return JSON.stringify(
|
|
3913
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
3914
|
+
.parse(
|
|
3915
|
+
createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3916
|
+
),
|
|
3917
|
+
);
|
|
3918
|
+
}
|
|
3919
|
+
|
|
3920
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
3921
|
+
jsonString: string,
|
|
3922
|
+
): SafeParseResult<
|
|
3923
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3924
|
+
SDKValidationError
|
|
3925
|
+
> {
|
|
3926
|
+
return safeParse(
|
|
3927
|
+
jsonString,
|
|
3928
|
+
(x) =>
|
|
3929
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
3930
|
+
.parse(JSON.parse(x)),
|
|
3931
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
3932
|
+
);
|
|
3933
|
+
}
|
|
3934
|
+
|
|
3935
|
+
/** @internal */
|
|
3936
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema:
|
|
3937
|
+
z.ZodType<
|
|
3938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3939
|
+
z.ZodTypeDef,
|
|
3940
|
+
unknown
|
|
3941
|
+
> = z.union([
|
|
3942
|
+
z.lazy(() =>
|
|
3943
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
3944
|
+
),
|
|
3945
|
+
z.boolean(),
|
|
3946
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
3947
|
+
]);
|
|
3948
|
+
|
|
3949
|
+
/** @internal */
|
|
3950
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound =
|
|
3951
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
3952
|
+
| boolean
|
|
3953
|
+
| string;
|
|
3954
|
+
|
|
3955
|
+
/** @internal */
|
|
3956
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema:
|
|
3957
|
+
z.ZodType<
|
|
3958
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound,
|
|
3959
|
+
z.ZodTypeDef,
|
|
3960
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly
|
|
3961
|
+
> = z.union([
|
|
3962
|
+
z.lazy(() =>
|
|
3963
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
3964
|
+
),
|
|
3965
|
+
z.boolean(),
|
|
3966
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
3967
|
+
]);
|
|
3968
|
+
|
|
3969
|
+
/**
|
|
3970
|
+
* @internal
|
|
3971
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3972
|
+
*/
|
|
3973
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ {
|
|
3974
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
|
|
3975
|
+
export const inboundSchema =
|
|
3976
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema;
|
|
3977
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
|
|
3978
|
+
export const outboundSchema =
|
|
3979
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema;
|
|
3980
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound` instead. */
|
|
3981
|
+
export type Outbound =
|
|
3982
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound;
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3985
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(
|
|
3986
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly:
|
|
3987
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3988
|
+
): string {
|
|
3989
|
+
return JSON.stringify(
|
|
3990
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema
|
|
3991
|
+
.parse(
|
|
3992
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3993
|
+
),
|
|
3994
|
+
);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(
|
|
3998
|
+
jsonString: string,
|
|
3999
|
+
): SafeParseResult<
|
|
4000
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
4001
|
+
SDKValidationError
|
|
4002
|
+
> {
|
|
4003
|
+
return safeParse(
|
|
4004
|
+
jsonString,
|
|
4005
|
+
(x) =>
|
|
4006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema
|
|
4007
|
+
.parse(JSON.parse(x)),
|
|
4008
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly' from JSON`,
|
|
4009
|
+
);
|
|
4010
|
+
}
|
|
4011
|
+
|
|
4012
|
+
/** @internal */
|
|
4013
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
4014
|
+
z.ZodNativeEnum<
|
|
4015
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4016
|
+
> = z.nativeEnum(
|
|
4017
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
4018
|
+
);
|
|
4019
|
+
|
|
4020
|
+
/** @internal */
|
|
4021
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
4022
|
+
z.ZodNativeEnum<
|
|
4023
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4024
|
+
> =
|
|
4025
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4026
|
+
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4030
|
+
*/
|
|
4031
|
+
export namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
4032
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
4033
|
+
export const inboundSchema =
|
|
4034
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4035
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
4036
|
+
export const outboundSchema =
|
|
4037
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
/** @internal */
|
|
4041
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4042
|
+
z.ZodType<
|
|
4043
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4044
|
+
z.ZodTypeDef,
|
|
4045
|
+
unknown
|
|
4046
|
+
> = z.object({
|
|
4047
|
+
expr: z.string(),
|
|
4048
|
+
});
|
|
4049
|
+
|
|
4050
|
+
/** @internal */
|
|
4051
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4052
|
+
{
|
|
4053
|
+
expr: string;
|
|
4054
|
+
};
|
|
4055
|
+
|
|
4056
|
+
/** @internal */
|
|
4057
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4058
|
+
z.ZodType<
|
|
4059
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4060
|
+
z.ZodTypeDef,
|
|
4061
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4062
|
+
> = z.object({
|
|
4063
|
+
expr: z.string(),
|
|
4064
|
+
});
|
|
4065
|
+
|
|
4066
|
+
/**
|
|
4067
|
+
* @internal
|
|
4068
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4069
|
+
*/
|
|
4070
|
+
export namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4071
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4072
|
+
export const inboundSchema =
|
|
4073
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4074
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4075
|
+
export const outboundSchema =
|
|
4076
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4077
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4078
|
+
export type Outbound =
|
|
4079
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4080
|
+
}
|
|
4081
|
+
|
|
4082
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4083
|
+
createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4084
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4085
|
+
): string {
|
|
4086
|
+
return JSON.stringify(
|
|
4087
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4088
|
+
.parse(
|
|
4089
|
+
createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4090
|
+
),
|
|
4091
|
+
);
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4095
|
+
jsonString: string,
|
|
4096
|
+
): SafeParseResult<
|
|
4097
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4098
|
+
SDKValidationError
|
|
4099
|
+
> {
|
|
4100
|
+
return safeParse(
|
|
4101
|
+
jsonString,
|
|
4102
|
+
(x) =>
|
|
4103
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4104
|
+
.parse(JSON.parse(x)),
|
|
4105
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4106
|
+
);
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
/** @internal */
|
|
4110
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema:
|
|
4111
|
+
z.ZodType<
|
|
4112
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4113
|
+
z.ZodTypeDef,
|
|
4114
|
+
unknown
|
|
4115
|
+
> = z.union([
|
|
4116
|
+
z.lazy(() =>
|
|
4117
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4118
|
+
),
|
|
4119
|
+
z.boolean(),
|
|
4120
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4121
|
+
]);
|
|
4122
|
+
|
|
4123
|
+
/** @internal */
|
|
4124
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound =
|
|
4125
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4126
|
+
| boolean
|
|
4127
|
+
| string;
|
|
4128
|
+
|
|
4129
|
+
/** @internal */
|
|
4130
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema:
|
|
4131
|
+
z.ZodType<
|
|
4132
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound,
|
|
4133
|
+
z.ZodTypeDef,
|
|
4134
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden
|
|
4135
|
+
> = z.union([
|
|
4136
|
+
z.lazy(() =>
|
|
4137
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4138
|
+
),
|
|
4139
|
+
z.boolean(),
|
|
4140
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4141
|
+
]);
|
|
4142
|
+
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4146
|
+
*/
|
|
4147
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ {
|
|
4148
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
|
|
4149
|
+
export const inboundSchema =
|
|
4150
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema;
|
|
4151
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
|
|
4152
|
+
export const outboundSchema =
|
|
4153
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema;
|
|
4154
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound` instead. */
|
|
4155
|
+
export type Outbound =
|
|
4156
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound;
|
|
4157
|
+
}
|
|
4158
|
+
|
|
4159
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(
|
|
4160
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden:
|
|
4161
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4162
|
+
): string {
|
|
4163
|
+
return JSON.stringify(
|
|
4164
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema
|
|
4165
|
+
.parse(
|
|
4166
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4167
|
+
),
|
|
4168
|
+
);
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4171
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(
|
|
4172
|
+
jsonString: string,
|
|
4173
|
+
): SafeParseResult<
|
|
4174
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4175
|
+
SDKValidationError
|
|
4176
|
+
> {
|
|
4177
|
+
return safeParse(
|
|
4178
|
+
jsonString,
|
|
4179
|
+
(x) =>
|
|
4180
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema
|
|
4181
|
+
.parse(JSON.parse(x)),
|
|
4182
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden' from JSON`,
|
|
4183
|
+
);
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
/** @internal */
|
|
4187
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
4188
|
+
z.ZodNativeEnum<
|
|
4189
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4190
|
+
> = z.nativeEnum(
|
|
4191
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
4192
|
+
);
|
|
4193
|
+
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
4196
|
+
z.ZodNativeEnum<
|
|
4197
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4198
|
+
> =
|
|
4199
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4200
|
+
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4204
|
+
*/
|
|
4205
|
+
export namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
4206
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
4207
|
+
export const inboundSchema =
|
|
4208
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4209
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
4210
|
+
export const outboundSchema =
|
|
4211
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
/** @internal */
|
|
4215
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4216
|
+
z.ZodType<
|
|
4217
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4218
|
+
z.ZodTypeDef,
|
|
4219
|
+
unknown
|
|
4220
|
+
> = z.object({
|
|
4221
|
+
expr: z.string(),
|
|
4222
|
+
});
|
|
4223
|
+
|
|
4224
|
+
/** @internal */
|
|
4225
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4226
|
+
{
|
|
4227
|
+
expr: string;
|
|
4228
|
+
};
|
|
4229
|
+
|
|
4230
|
+
/** @internal */
|
|
4231
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4232
|
+
z.ZodType<
|
|
4233
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4234
|
+
z.ZodTypeDef,
|
|
4235
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4236
|
+
> = z.object({
|
|
4237
|
+
expr: z.string(),
|
|
4238
|
+
});
|
|
4239
|
+
|
|
4240
|
+
/**
|
|
4241
|
+
* @internal
|
|
4242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4243
|
+
*/
|
|
4244
|
+
export namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4245
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4246
|
+
export const inboundSchema =
|
|
4247
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4248
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4249
|
+
export const outboundSchema =
|
|
4250
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4251
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4252
|
+
export type Outbound =
|
|
4253
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4257
|
+
createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4258
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4259
|
+
): string {
|
|
4260
|
+
return JSON.stringify(
|
|
4261
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4262
|
+
.parse(
|
|
4263
|
+
createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4264
|
+
),
|
|
4265
|
+
);
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4269
|
+
jsonString: string,
|
|
4270
|
+
): SafeParseResult<
|
|
4271
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4272
|
+
SDKValidationError
|
|
4273
|
+
> {
|
|
4274
|
+
return safeParse(
|
|
4275
|
+
jsonString,
|
|
4276
|
+
(x) =>
|
|
4277
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4278
|
+
.parse(JSON.parse(x)),
|
|
4279
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4280
|
+
);
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
/** @internal */
|
|
4284
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema:
|
|
4285
|
+
z.ZodType<
|
|
4286
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4287
|
+
z.ZodTypeDef,
|
|
4288
|
+
unknown
|
|
4289
|
+
> = z.union([
|
|
4290
|
+
z.lazy(() =>
|
|
4291
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4292
|
+
),
|
|
4293
|
+
z.boolean(),
|
|
4294
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4295
|
+
]);
|
|
4296
|
+
|
|
4297
|
+
/** @internal */
|
|
4298
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound =
|
|
4299
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4300
|
+
| boolean
|
|
4301
|
+
| string;
|
|
4302
|
+
|
|
4303
|
+
/** @internal */
|
|
4304
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema:
|
|
4305
|
+
z.ZodType<
|
|
4306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound,
|
|
4307
|
+
z.ZodTypeDef,
|
|
4308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled
|
|
4309
|
+
> = z.union([
|
|
4310
|
+
z.lazy(() =>
|
|
4311
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4312
|
+
),
|
|
4313
|
+
z.boolean(),
|
|
4314
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4315
|
+
]);
|
|
4316
|
+
|
|
4317
|
+
/**
|
|
4318
|
+
* @internal
|
|
4319
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4320
|
+
*/
|
|
4321
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ {
|
|
4322
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
|
|
4323
|
+
export const inboundSchema =
|
|
4324
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema;
|
|
4325
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
|
|
4326
|
+
export const outboundSchema =
|
|
4327
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema;
|
|
4328
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound` instead. */
|
|
4329
|
+
export type Outbound =
|
|
4330
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(
|
|
4334
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled:
|
|
4335
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4336
|
+
): string {
|
|
4337
|
+
return JSON.stringify(
|
|
4338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema
|
|
4339
|
+
.parse(
|
|
4340
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4341
|
+
),
|
|
4342
|
+
);
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(
|
|
4346
|
+
jsonString: string,
|
|
4347
|
+
): SafeParseResult<
|
|
4348
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4349
|
+
SDKValidationError
|
|
4350
|
+
> {
|
|
4351
|
+
return safeParse(
|
|
4352
|
+
jsonString,
|
|
4353
|
+
(x) =>
|
|
4354
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema
|
|
4355
|
+
.parse(JSON.parse(x)),
|
|
4356
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled' from JSON`,
|
|
4357
|
+
);
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
/** @internal */
|
|
4361
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4362
|
+
z.ZodType<
|
|
4363
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4364
|
+
z.ZodTypeDef,
|
|
4365
|
+
unknown
|
|
4366
|
+
> = z.object({
|
|
4367
|
+
expr: z.string(),
|
|
4368
|
+
});
|
|
4369
|
+
|
|
4370
|
+
/** @internal */
|
|
4371
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4372
|
+
{
|
|
4373
|
+
expr: string;
|
|
4374
|
+
};
|
|
4375
|
+
|
|
4376
|
+
/** @internal */
|
|
4377
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4378
|
+
z.ZodType<
|
|
4379
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4380
|
+
z.ZodTypeDef,
|
|
4381
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4382
|
+
> = z.object({
|
|
4383
|
+
expr: z.string(),
|
|
4384
|
+
});
|
|
4385
|
+
|
|
4386
|
+
/**
|
|
4387
|
+
* @internal
|
|
4388
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4389
|
+
*/
|
|
4390
|
+
export namespace CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4391
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4392
|
+
export const inboundSchema =
|
|
4393
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4394
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4395
|
+
export const outboundSchema =
|
|
4396
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4397
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4398
|
+
export type Outbound =
|
|
4399
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4403
|
+
createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4404
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4405
|
+
): string {
|
|
4406
|
+
return JSON.stringify(
|
|
4407
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4408
|
+
.parse(
|
|
4409
|
+
createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4410
|
+
),
|
|
4411
|
+
);
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4415
|
+
jsonString: string,
|
|
4416
|
+
): SafeParseResult<
|
|
4417
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4418
|
+
SDKValidationError
|
|
4419
|
+
> {
|
|
4420
|
+
return safeParse(
|
|
4421
|
+
jsonString,
|
|
4422
|
+
(x) =>
|
|
4423
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4424
|
+
.parse(JSON.parse(x)),
|
|
4425
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4426
|
+
);
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
/** @internal */
|
|
4430
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema:
|
|
4431
|
+
z.ZodType<
|
|
4432
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4433
|
+
z.ZodTypeDef,
|
|
4434
|
+
unknown
|
|
4435
|
+
> = z.union([
|
|
4436
|
+
z.lazy(() =>
|
|
4437
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4438
|
+
),
|
|
4439
|
+
z.string(),
|
|
4440
|
+
]);
|
|
4441
|
+
|
|
4442
|
+
/** @internal */
|
|
4443
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound =
|
|
4444
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4445
|
+
| string;
|
|
4446
|
+
|
|
4447
|
+
/** @internal */
|
|
4448
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema:
|
|
4449
|
+
z.ZodType<
|
|
4450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound,
|
|
4451
|
+
z.ZodTypeDef,
|
|
4452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription
|
|
4453
|
+
> = z.union([
|
|
4454
|
+
z.lazy(() =>
|
|
4455
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4456
|
+
),
|
|
4457
|
+
z.string(),
|
|
4458
|
+
]);
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
* @internal
|
|
4462
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4463
|
+
*/
|
|
4464
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ {
|
|
4465
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
|
|
4466
|
+
export const inboundSchema =
|
|
4467
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema;
|
|
4468
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
|
|
4469
|
+
export const outboundSchema =
|
|
4470
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema;
|
|
4471
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound` instead. */
|
|
4472
|
+
export type Outbound =
|
|
4473
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound;
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4476
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(
|
|
4477
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription:
|
|
4478
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4479
|
+
): string {
|
|
4480
|
+
return JSON.stringify(
|
|
4481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema
|
|
4482
|
+
.parse(
|
|
4483
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4484
|
+
),
|
|
4485
|
+
);
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(
|
|
4489
|
+
jsonString: string,
|
|
4490
|
+
): SafeParseResult<
|
|
4491
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4492
|
+
SDKValidationError
|
|
4493
|
+
> {
|
|
4494
|
+
return safeParse(
|
|
4495
|
+
jsonString,
|
|
4496
|
+
(x) =>
|
|
4497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema
|
|
4498
|
+
.parse(JSON.parse(x)),
|
|
4499
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription' from JSON`,
|
|
4500
|
+
);
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
/** @internal */
|
|
4504
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema:
|
|
4505
|
+
z.ZodType<
|
|
4506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
4507
|
+
z.ZodTypeDef,
|
|
4508
|
+
unknown
|
|
4509
|
+
> = z.object({
|
|
4510
|
+
expr: z.string(),
|
|
4511
|
+
});
|
|
4512
|
+
|
|
4513
|
+
/** @internal */
|
|
4514
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound =
|
|
4515
|
+
{
|
|
4516
|
+
expr: string;
|
|
4517
|
+
};
|
|
4518
|
+
|
|
4519
|
+
/** @internal */
|
|
4520
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema:
|
|
2870
4521
|
z.ZodType<
|
|
2871
|
-
|
|
4522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound,
|
|
2872
4523
|
z.ZodTypeDef,
|
|
2873
|
-
|
|
2874
|
-
> = z.
|
|
2875
|
-
z.
|
|
2876
|
-
|
|
2877
|
-
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
2878
|
-
]);
|
|
4524
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue
|
|
4525
|
+
> = z.object({
|
|
4526
|
+
expr: z.string(),
|
|
4527
|
+
});
|
|
2879
4528
|
|
|
2880
4529
|
/**
|
|
2881
4530
|
* @internal
|
|
2882
4531
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2883
4532
|
*/
|
|
2884
|
-
export namespace
|
|
2885
|
-
/** @deprecated use `
|
|
4533
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ {
|
|
4534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
|
|
2886
4535
|
export const inboundSchema =
|
|
2887
|
-
|
|
2888
|
-
/** @deprecated use `
|
|
4536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema;
|
|
4537
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
|
|
2889
4538
|
export const outboundSchema =
|
|
2890
|
-
|
|
2891
|
-
/** @deprecated use `
|
|
2892
|
-
export type Outbound =
|
|
4539
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema;
|
|
4540
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound` instead. */
|
|
4541
|
+
export type Outbound =
|
|
4542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound;
|
|
2893
4543
|
}
|
|
2894
4544
|
|
|
2895
|
-
export function
|
|
2896
|
-
|
|
2897
|
-
|
|
4545
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(
|
|
4546
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue:
|
|
4547
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
2898
4548
|
): string {
|
|
2899
4549
|
return JSON.stringify(
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
4550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
4551
|
+
.parse(
|
|
4552
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
4553
|
+
),
|
|
2903
4554
|
);
|
|
2904
4555
|
}
|
|
2905
4556
|
|
|
2906
|
-
export function
|
|
4557
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(
|
|
2907
4558
|
jsonString: string,
|
|
2908
4559
|
): SafeParseResult<
|
|
2909
|
-
|
|
4560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
2910
4561
|
SDKValidationError
|
|
2911
4562
|
> {
|
|
2912
4563
|
return safeParse(
|
|
2913
4564
|
jsonString,
|
|
2914
4565
|
(x) =>
|
|
2915
|
-
|
|
2916
|
-
JSON.parse(x),
|
|
2917
|
-
|
|
2918
|
-
`Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`,
|
|
4566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
4567
|
+
.parse(JSON.parse(x)),
|
|
4568
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue' from JSON`,
|
|
2919
4569
|
);
|
|
2920
4570
|
}
|
|
2921
4571
|
|
|
@@ -2925,34 +4575,107 @@ export const CreateIntegrationStoreDirectProperties8$inboundSchema: z.ZodType<
|
|
|
2925
4575
|
z.ZodTypeDef,
|
|
2926
4576
|
unknown
|
|
2927
4577
|
> = z.object({
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
4578
|
+
type:
|
|
4579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
|
|
4580
|
+
"ui:control":
|
|
4581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema,
|
|
4582
|
+
enum: z.array(z.string()).optional(),
|
|
4583
|
+
maxLength: z.lazy(() =>
|
|
4584
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
4585
|
+
).optional(),
|
|
4586
|
+
minLength: z.lazy(() =>
|
|
4587
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
4588
|
+
).optional(),
|
|
4589
|
+
pattern: z.lazy(() =>
|
|
4590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
4591
|
+
).optional(),
|
|
4592
|
+
description: z.string().optional(),
|
|
4593
|
+
default: z.string().optional(),
|
|
4594
|
+
"ui:label": z.string().optional(),
|
|
4595
|
+
"ui:read-only": z.union([
|
|
4596
|
+
z.lazy(() =>
|
|
4597
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4598
|
+
),
|
|
2933
4599
|
z.boolean(),
|
|
2934
|
-
|
|
4600
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
2935
4601
|
]).optional(),
|
|
2936
|
-
hidden: z.union([
|
|
2937
|
-
z.lazy(() =>
|
|
4602
|
+
"ui:hidden": z.union([
|
|
4603
|
+
z.lazy(() =>
|
|
4604
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4605
|
+
),
|
|
2938
4606
|
z.boolean(),
|
|
2939
|
-
|
|
4607
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4608
|
+
]).optional(),
|
|
4609
|
+
"ui:disabled": z.union([
|
|
4610
|
+
z.lazy(() =>
|
|
4611
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4612
|
+
),
|
|
4613
|
+
z.boolean(),
|
|
4614
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4615
|
+
]).optional(),
|
|
4616
|
+
"ui:description": z.union([
|
|
4617
|
+
z.lazy(() =>
|
|
4618
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4619
|
+
),
|
|
4620
|
+
z.string(),
|
|
2940
4621
|
]).optional(),
|
|
4622
|
+
"ui:formatted-value": z.lazy(() =>
|
|
4623
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
4624
|
+
).optional(),
|
|
4625
|
+
"ui:placeholder": z.string().optional(),
|
|
4626
|
+
}).transform((v) => {
|
|
4627
|
+
return remap$(v, {
|
|
4628
|
+
"ui:control": "uiControl",
|
|
4629
|
+
"ui:label": "uiLabel",
|
|
4630
|
+
"ui:read-only": "uiReadOnly",
|
|
4631
|
+
"ui:hidden": "uiHidden",
|
|
4632
|
+
"ui:disabled": "uiDisabled",
|
|
4633
|
+
"ui:description": "uiDescription",
|
|
4634
|
+
"ui:formatted-value": "uiFormattedValue",
|
|
4635
|
+
"ui:placeholder": "uiPlaceholder",
|
|
4636
|
+
});
|
|
2941
4637
|
});
|
|
2942
4638
|
|
|
2943
4639
|
/** @internal */
|
|
2944
4640
|
export type CreateIntegrationStoreDirectProperties8$Outbound = {
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
4641
|
+
type: string;
|
|
4642
|
+
"ui:control": string;
|
|
4643
|
+
enum?: Array<string> | undefined;
|
|
4644
|
+
maxLength?:
|
|
4645
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound
|
|
4646
|
+
| undefined;
|
|
4647
|
+
minLength?:
|
|
4648
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound
|
|
4649
|
+
| undefined;
|
|
4650
|
+
pattern?:
|
|
4651
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound
|
|
4652
|
+
| undefined;
|
|
4653
|
+
description?: string | undefined;
|
|
4654
|
+
default?: string | undefined;
|
|
4655
|
+
"ui:label"?: string | undefined;
|
|
4656
|
+
"ui:read-only"?:
|
|
4657
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
2948
4658
|
| boolean
|
|
2949
4659
|
| string
|
|
2950
4660
|
| undefined;
|
|
2951
|
-
hidden?:
|
|
2952
|
-
|
|
|
4661
|
+
"ui:hidden"?:
|
|
4662
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4663
|
+
| boolean
|
|
4664
|
+
| string
|
|
4665
|
+
| undefined;
|
|
4666
|
+
"ui:disabled"?:
|
|
4667
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
2953
4668
|
| boolean
|
|
2954
4669
|
| string
|
|
2955
4670
|
| undefined;
|
|
4671
|
+
"ui:description"?:
|
|
4672
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4673
|
+
| string
|
|
4674
|
+
| undefined;
|
|
4675
|
+
"ui:formatted-value"?:
|
|
4676
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound
|
|
4677
|
+
| undefined;
|
|
4678
|
+
"ui:placeholder"?: string | undefined;
|
|
2956
4679
|
};
|
|
2957
4680
|
|
|
2958
4681
|
/** @internal */
|
|
@@ -2961,19 +4684,65 @@ export const CreateIntegrationStoreDirectProperties8$outboundSchema: z.ZodType<
|
|
|
2961
4684
|
z.ZodTypeDef,
|
|
2962
4685
|
CreateIntegrationStoreDirectProperties8
|
|
2963
4686
|
> = z.object({
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
4687
|
+
type:
|
|
4688
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
|
|
4689
|
+
uiControl:
|
|
4690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema,
|
|
4691
|
+
enum: z.array(z.string()).optional(),
|
|
4692
|
+
maxLength: z.lazy(() =>
|
|
4693
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
4694
|
+
).optional(),
|
|
4695
|
+
minLength: z.lazy(() =>
|
|
4696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
4697
|
+
).optional(),
|
|
4698
|
+
pattern: z.lazy(() =>
|
|
4699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
4700
|
+
).optional(),
|
|
4701
|
+
description: z.string().optional(),
|
|
4702
|
+
default: z.string().optional(),
|
|
4703
|
+
uiLabel: z.string().optional(),
|
|
4704
|
+
uiReadOnly: z.union([
|
|
4705
|
+
z.lazy(() =>
|
|
4706
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4707
|
+
),
|
|
2969
4708
|
z.boolean(),
|
|
2970
|
-
|
|
4709
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
2971
4710
|
]).optional(),
|
|
2972
|
-
|
|
2973
|
-
z.lazy(() =>
|
|
4711
|
+
uiHidden: z.union([
|
|
4712
|
+
z.lazy(() =>
|
|
4713
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4714
|
+
),
|
|
2974
4715
|
z.boolean(),
|
|
2975
|
-
|
|
4716
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4717
|
+
]).optional(),
|
|
4718
|
+
uiDisabled: z.union([
|
|
4719
|
+
z.lazy(() =>
|
|
4720
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4721
|
+
),
|
|
4722
|
+
z.boolean(),
|
|
4723
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
2976
4724
|
]).optional(),
|
|
4725
|
+
uiDescription: z.union([
|
|
4726
|
+
z.lazy(() =>
|
|
4727
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4728
|
+
),
|
|
4729
|
+
z.string(),
|
|
4730
|
+
]).optional(),
|
|
4731
|
+
uiFormattedValue: z.lazy(() =>
|
|
4732
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
4733
|
+
).optional(),
|
|
4734
|
+
uiPlaceholder: z.string().optional(),
|
|
4735
|
+
}).transform((v) => {
|
|
4736
|
+
return remap$(v, {
|
|
4737
|
+
uiControl: "ui:control",
|
|
4738
|
+
uiLabel: "ui:label",
|
|
4739
|
+
uiReadOnly: "ui:read-only",
|
|
4740
|
+
uiHidden: "ui:hidden",
|
|
4741
|
+
uiDisabled: "ui:disabled",
|
|
4742
|
+
uiDescription: "ui:description",
|
|
4743
|
+
uiFormattedValue: "ui:formatted-value",
|
|
4744
|
+
uiPlaceholder: "ui:placeholder",
|
|
4745
|
+
});
|
|
2977
4746
|
});
|
|
2978
4747
|
|
|
2979
4748
|
/**
|
|
@@ -3075,64 +4844,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3075
4844
|
}
|
|
3076
4845
|
|
|
3077
4846
|
/** @internal */
|
|
3078
|
-
export const
|
|
4847
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema:
|
|
3079
4848
|
z.ZodType<
|
|
3080
|
-
|
|
4849
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3081
4850
|
z.ZodTypeDef,
|
|
3082
4851
|
unknown
|
|
3083
4852
|
> = z.object({});
|
|
3084
4853
|
|
|
3085
4854
|
/** @internal */
|
|
3086
|
-
export type
|
|
4855
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound = {};
|
|
3087
4856
|
|
|
3088
4857
|
/** @internal */
|
|
3089
|
-
export const
|
|
4858
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema:
|
|
3090
4859
|
z.ZodType<
|
|
3091
|
-
|
|
4860
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound,
|
|
3092
4861
|
z.ZodTypeDef,
|
|
3093
|
-
|
|
4862
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466
|
|
3094
4863
|
> = z.object({});
|
|
3095
4864
|
|
|
3096
4865
|
/**
|
|
3097
4866
|
* @internal
|
|
3098
4867
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3099
4868
|
*/
|
|
3100
|
-
export namespace
|
|
3101
|
-
/** @deprecated use `
|
|
4869
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ {
|
|
4870
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
3102
4871
|
export const inboundSchema =
|
|
3103
|
-
|
|
3104
|
-
/** @deprecated use `
|
|
4872
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema;
|
|
4873
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
3105
4874
|
export const outboundSchema =
|
|
3106
|
-
|
|
3107
|
-
/** @deprecated use `
|
|
4875
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema;
|
|
4876
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
3108
4877
|
export type Outbound =
|
|
3109
|
-
|
|
4878
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
3110
4879
|
}
|
|
3111
4880
|
|
|
3112
|
-
export function
|
|
3113
|
-
|
|
3114
|
-
|
|
4881
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(
|
|
4882
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8466:
|
|
4883
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3115
4884
|
): string {
|
|
3116
4885
|
return JSON.stringify(
|
|
3117
|
-
|
|
3118
|
-
|
|
4886
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema.parse(
|
|
4887
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3119
4888
|
),
|
|
3120
4889
|
);
|
|
3121
4890
|
}
|
|
3122
4891
|
|
|
3123
|
-
export function
|
|
4892
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(
|
|
3124
4893
|
jsonString: string,
|
|
3125
4894
|
): SafeParseResult<
|
|
3126
|
-
|
|
4895
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3127
4896
|
SDKValidationError
|
|
3128
4897
|
> {
|
|
3129
4898
|
return safeParse(
|
|
3130
4899
|
jsonString,
|
|
3131
4900
|
(x) =>
|
|
3132
|
-
|
|
4901
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema.parse(
|
|
3133
4902
|
JSON.parse(x),
|
|
3134
4903
|
),
|
|
3135
|
-
`Failed to parse '
|
|
4904
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466' from JSON`,
|
|
3136
4905
|
);
|
|
3137
4906
|
}
|
|
3138
4907
|
|
|
@@ -3140,18 +4909,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(
|
|
|
3140
4909
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
3141
4910
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
3142
4911
|
z.object({
|
|
3143
|
-
"__@BRAND@
|
|
3144
|
-
|
|
4912
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
4913
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema
|
|
3145
4914
|
),
|
|
3146
4915
|
}).transform((v) => {
|
|
3147
4916
|
return remap$(v, {
|
|
3148
|
-
"__@BRAND@
|
|
4917
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3149
4918
|
});
|
|
3150
4919
|
});
|
|
3151
4920
|
|
|
3152
4921
|
/** @internal */
|
|
3153
4922
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
3154
|
-
"__@BRAND@
|
|
4923
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
3155
4924
|
};
|
|
3156
4925
|
|
|
3157
4926
|
/** @internal */
|
|
@@ -3161,12 +4930,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
3161
4930
|
z.ZodTypeDef,
|
|
3162
4931
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
3163
4932
|
> = z.object({
|
|
3164
|
-
|
|
3165
|
-
|
|
4933
|
+
atBRANDAt8466: z.lazy(() =>
|
|
4934
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema
|
|
3166
4935
|
),
|
|
3167
4936
|
}).transform((v) => {
|
|
3168
4937
|
return remap$(v, {
|
|
3169
|
-
|
|
4938
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3170
4939
|
});
|
|
3171
4940
|
});
|
|
3172
4941
|
|
|
@@ -3650,50 +5419,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
3650
5419
|
}
|
|
3651
5420
|
|
|
3652
5421
|
/** @internal */
|
|
3653
|
-
export const
|
|
3654
|
-
|
|
5422
|
+
export const UiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<
|
|
5423
|
+
UiOptionsAtBRANDAt8466,
|
|
3655
5424
|
z.ZodTypeDef,
|
|
3656
5425
|
unknown
|
|
3657
5426
|
> = z.object({});
|
|
3658
5427
|
|
|
3659
5428
|
/** @internal */
|
|
3660
|
-
export type
|
|
5429
|
+
export type UiOptionsAtBRANDAt8466$Outbound = {};
|
|
3661
5430
|
|
|
3662
5431
|
/** @internal */
|
|
3663
|
-
export const
|
|
3664
|
-
|
|
5432
|
+
export const UiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<
|
|
5433
|
+
UiOptionsAtBRANDAt8466$Outbound,
|
|
3665
5434
|
z.ZodTypeDef,
|
|
3666
|
-
|
|
5435
|
+
UiOptionsAtBRANDAt8466
|
|
3667
5436
|
> = z.object({});
|
|
3668
5437
|
|
|
3669
5438
|
/**
|
|
3670
5439
|
* @internal
|
|
3671
5440
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3672
5441
|
*/
|
|
3673
|
-
export namespace
|
|
3674
|
-
/** @deprecated use `
|
|
3675
|
-
export const inboundSchema =
|
|
3676
|
-
/** @deprecated use `
|
|
3677
|
-
export const outboundSchema =
|
|
3678
|
-
/** @deprecated use `
|
|
3679
|
-
export type Outbound =
|
|
5442
|
+
export namespace UiOptionsAtBRANDAt8466$ {
|
|
5443
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
5444
|
+
export const inboundSchema = UiOptionsAtBRANDAt8466$inboundSchema;
|
|
5445
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
5446
|
+
export const outboundSchema = UiOptionsAtBRANDAt8466$outboundSchema;
|
|
5447
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
5448
|
+
export type Outbound = UiOptionsAtBRANDAt8466$Outbound;
|
|
3680
5449
|
}
|
|
3681
5450
|
|
|
3682
|
-
export function
|
|
3683
|
-
|
|
5451
|
+
export function uiOptionsAtBRANDAt8466ToJSON(
|
|
5452
|
+
uiOptionsAtBRANDAt8466: UiOptionsAtBRANDAt8466,
|
|
3684
5453
|
): string {
|
|
3685
5454
|
return JSON.stringify(
|
|
3686
|
-
|
|
5455
|
+
UiOptionsAtBRANDAt8466$outboundSchema.parse(uiOptionsAtBRANDAt8466),
|
|
3687
5456
|
);
|
|
3688
5457
|
}
|
|
3689
5458
|
|
|
3690
|
-
export function
|
|
5459
|
+
export function uiOptionsAtBRANDAt8466FromJSON(
|
|
3691
5460
|
jsonString: string,
|
|
3692
|
-
): SafeParseResult<
|
|
5461
|
+
): SafeParseResult<UiOptionsAtBRANDAt8466, SDKValidationError> {
|
|
3693
5462
|
return safeParse(
|
|
3694
5463
|
jsonString,
|
|
3695
|
-
(x) =>
|
|
3696
|
-
`Failed to parse '
|
|
5464
|
+
(x) => UiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
5465
|
+
`Failed to parse 'UiOptionsAtBRANDAt8466' from JSON`,
|
|
3697
5466
|
);
|
|
3698
5467
|
}
|
|
3699
5468
|
|
|
@@ -3703,16 +5472,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
3703
5472
|
z.ZodTypeDef,
|
|
3704
5473
|
unknown
|
|
3705
5474
|
> = z.object({
|
|
3706
|
-
"__@BRAND@
|
|
5475
|
+
"__@BRAND@8466": z.lazy(() => UiOptionsAtBRANDAt8466$inboundSchema),
|
|
3707
5476
|
}).transform((v) => {
|
|
3708
5477
|
return remap$(v, {
|
|
3709
|
-
"__@BRAND@
|
|
5478
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3710
5479
|
});
|
|
3711
5480
|
});
|
|
3712
5481
|
|
|
3713
5482
|
/** @internal */
|
|
3714
5483
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
3715
|
-
"__@BRAND@
|
|
5484
|
+
"__@BRAND@8466": UiOptionsAtBRANDAt8466$Outbound;
|
|
3716
5485
|
};
|
|
3717
5486
|
|
|
3718
5487
|
/** @internal */
|
|
@@ -3721,10 +5490,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
3721
5490
|
z.ZodTypeDef,
|
|
3722
5491
|
CreateIntegrationStoreDirectUiOptions2
|
|
3723
5492
|
> = z.object({
|
|
3724
|
-
|
|
5493
|
+
atBRANDAt8466: z.lazy(() => UiOptionsAtBRANDAt8466$outboundSchema),
|
|
3725
5494
|
}).transform((v) => {
|
|
3726
5495
|
return remap$(v, {
|
|
3727
|
-
|
|
5496
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3728
5497
|
});
|
|
3729
5498
|
});
|
|
3730
5499
|
|
|
@@ -4286,65 +6055,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
4286
6055
|
}
|
|
4287
6056
|
|
|
4288
6057
|
/** @internal */
|
|
4289
|
-
export const
|
|
6058
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema:
|
|
4290
6059
|
z.ZodType<
|
|
4291
|
-
|
|
6060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4292
6061
|
z.ZodTypeDef,
|
|
4293
6062
|
unknown
|
|
4294
6063
|
> = z.object({});
|
|
4295
6064
|
|
|
4296
6065
|
/** @internal */
|
|
4297
|
-
export type
|
|
6066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound =
|
|
4298
6067
|
{};
|
|
4299
6068
|
|
|
4300
6069
|
/** @internal */
|
|
4301
|
-
export const
|
|
6070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema:
|
|
4302
6071
|
z.ZodType<
|
|
4303
|
-
|
|
6072
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound,
|
|
4304
6073
|
z.ZodTypeDef,
|
|
4305
|
-
|
|
6074
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466
|
|
4306
6075
|
> = z.object({});
|
|
4307
6076
|
|
|
4308
6077
|
/**
|
|
4309
6078
|
* @internal
|
|
4310
6079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4311
6080
|
*/
|
|
4312
|
-
export namespace
|
|
4313
|
-
/** @deprecated use `
|
|
6081
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ {
|
|
6082
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
|
|
4314
6083
|
export const inboundSchema =
|
|
4315
|
-
|
|
4316
|
-
/** @deprecated use `
|
|
6084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema;
|
|
6085
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
|
|
4317
6086
|
export const outboundSchema =
|
|
4318
|
-
|
|
4319
|
-
/** @deprecated use `
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema;
|
|
6088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound` instead. */
|
|
4320
6089
|
export type Outbound =
|
|
4321
|
-
|
|
6090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
4322
6091
|
}
|
|
4323
6092
|
|
|
4324
|
-
export function
|
|
4325
|
-
|
|
4326
|
-
|
|
6093
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(
|
|
6094
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466:
|
|
6095
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4327
6096
|
): string {
|
|
4328
6097
|
return JSON.stringify(
|
|
4329
|
-
|
|
6098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
4330
6099
|
.parse(
|
|
4331
|
-
|
|
6100
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4332
6101
|
),
|
|
4333
6102
|
);
|
|
4334
6103
|
}
|
|
4335
6104
|
|
|
4336
|
-
export function
|
|
6105
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(
|
|
4337
6106
|
jsonString: string,
|
|
4338
6107
|
): SafeParseResult<
|
|
4339
|
-
|
|
6108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4340
6109
|
SDKValidationError
|
|
4341
6110
|
> {
|
|
4342
6111
|
return safeParse(
|
|
4343
6112
|
jsonString,
|
|
4344
6113
|
(x) =>
|
|
4345
|
-
|
|
6114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
4346
6115
|
.parse(JSON.parse(x)),
|
|
4347
|
-
`Failed to parse '
|
|
6116
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466' from JSON`,
|
|
4348
6117
|
);
|
|
4349
6118
|
}
|
|
4350
6119
|
|
|
@@ -4355,20 +6124,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4355
6124
|
z.ZodTypeDef,
|
|
4356
6125
|
unknown
|
|
4357
6126
|
> = z.object({
|
|
4358
|
-
"__@BRAND@
|
|
4359
|
-
|
|
6127
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6128
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
4360
6129
|
),
|
|
4361
6130
|
}).transform((v) => {
|
|
4362
6131
|
return remap$(v, {
|
|
4363
|
-
"__@BRAND@
|
|
6132
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4364
6133
|
});
|
|
4365
6134
|
});
|
|
4366
6135
|
|
|
4367
6136
|
/** @internal */
|
|
4368
6137
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
4369
6138
|
{
|
|
4370
|
-
"__@BRAND@
|
|
4371
|
-
|
|
6139
|
+
"__@BRAND@8466":
|
|
6140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
4372
6141
|
};
|
|
4373
6142
|
|
|
4374
6143
|
/** @internal */
|
|
@@ -4378,12 +6147,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4378
6147
|
z.ZodTypeDef,
|
|
4379
6148
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
4380
6149
|
> = z.object({
|
|
4381
|
-
|
|
4382
|
-
|
|
6150
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
4383
6152
|
),
|
|
4384
6153
|
}).transform((v) => {
|
|
4385
6154
|
return remap$(v, {
|
|
4386
|
-
|
|
6155
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4387
6156
|
});
|
|
4388
6157
|
});
|
|
4389
6158
|
|
|
@@ -4431,65 +6200,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
4431
6200
|
}
|
|
4432
6201
|
|
|
4433
6202
|
/** @internal */
|
|
4434
|
-
export const
|
|
6203
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema:
|
|
4435
6204
|
z.ZodType<
|
|
4436
|
-
|
|
6205
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4437
6206
|
z.ZodTypeDef,
|
|
4438
6207
|
unknown
|
|
4439
6208
|
> = z.object({});
|
|
4440
6209
|
|
|
4441
6210
|
/** @internal */
|
|
4442
|
-
export type
|
|
6211
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound =
|
|
4443
6212
|
{};
|
|
4444
6213
|
|
|
4445
6214
|
/** @internal */
|
|
4446
|
-
export const
|
|
6215
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema:
|
|
4447
6216
|
z.ZodType<
|
|
4448
|
-
|
|
6217
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound,
|
|
4449
6218
|
z.ZodTypeDef,
|
|
4450
|
-
|
|
6219
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466
|
|
4451
6220
|
> = z.object({});
|
|
4452
6221
|
|
|
4453
6222
|
/**
|
|
4454
6223
|
* @internal
|
|
4455
6224
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4456
6225
|
*/
|
|
4457
|
-
export namespace
|
|
4458
|
-
/** @deprecated use `
|
|
6226
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ {
|
|
6227
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
|
|
4459
6228
|
export const inboundSchema =
|
|
4460
|
-
|
|
4461
|
-
/** @deprecated use `
|
|
6229
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema;
|
|
6230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
|
|
4462
6231
|
export const outboundSchema =
|
|
4463
|
-
|
|
4464
|
-
/** @deprecated use `
|
|
6232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema;
|
|
6233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound` instead. */
|
|
4465
6234
|
export type Outbound =
|
|
4466
|
-
|
|
6235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
4467
6236
|
}
|
|
4468
6237
|
|
|
4469
|
-
export function
|
|
4470
|
-
|
|
4471
|
-
|
|
6238
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(
|
|
6239
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466:
|
|
6240
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4472
6241
|
): string {
|
|
4473
6242
|
return JSON.stringify(
|
|
4474
|
-
|
|
6243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
4475
6244
|
.parse(
|
|
4476
|
-
|
|
6245
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4477
6246
|
),
|
|
4478
6247
|
);
|
|
4479
6248
|
}
|
|
4480
6249
|
|
|
4481
|
-
export function
|
|
6250
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(
|
|
4482
6251
|
jsonString: string,
|
|
4483
6252
|
): SafeParseResult<
|
|
4484
|
-
|
|
6253
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4485
6254
|
SDKValidationError
|
|
4486
6255
|
> {
|
|
4487
6256
|
return safeParse(
|
|
4488
6257
|
jsonString,
|
|
4489
6258
|
(x) =>
|
|
4490
|
-
|
|
6259
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
4491
6260
|
.parse(JSON.parse(x)),
|
|
4492
|
-
`Failed to parse '
|
|
6261
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466' from JSON`,
|
|
4493
6262
|
);
|
|
4494
6263
|
}
|
|
4495
6264
|
|
|
@@ -4500,20 +6269,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4500
6269
|
z.ZodTypeDef,
|
|
4501
6270
|
unknown
|
|
4502
6271
|
> = z.object({
|
|
4503
|
-
"__@BRAND@
|
|
4504
|
-
|
|
6272
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6273
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
4505
6274
|
),
|
|
4506
6275
|
}).transform((v) => {
|
|
4507
6276
|
return remap$(v, {
|
|
4508
|
-
"__@BRAND@
|
|
6277
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4509
6278
|
});
|
|
4510
6279
|
});
|
|
4511
6280
|
|
|
4512
6281
|
/** @internal */
|
|
4513
6282
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
4514
6283
|
{
|
|
4515
|
-
"__@BRAND@
|
|
4516
|
-
|
|
6284
|
+
"__@BRAND@8466":
|
|
6285
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
4517
6286
|
};
|
|
4518
6287
|
|
|
4519
6288
|
/** @internal */
|
|
@@ -4523,12 +6292,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4523
6292
|
z.ZodTypeDef,
|
|
4524
6293
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
4525
6294
|
> = z.object({
|
|
4526
|
-
|
|
4527
|
-
|
|
6295
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
4528
6297
|
),
|
|
4529
6298
|
}).transform((v) => {
|
|
4530
6299
|
return remap$(v, {
|
|
4531
|
-
|
|
6300
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4532
6301
|
});
|
|
4533
6302
|
});
|
|
4534
6303
|
|
|
@@ -4576,65 +6345,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
4576
6345
|
}
|
|
4577
6346
|
|
|
4578
6347
|
/** @internal */
|
|
4579
|
-
export const
|
|
6348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema:
|
|
4580
6349
|
z.ZodType<
|
|
4581
|
-
|
|
6350
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4582
6351
|
z.ZodTypeDef,
|
|
4583
6352
|
unknown
|
|
4584
6353
|
> = z.object({});
|
|
4585
6354
|
|
|
4586
6355
|
/** @internal */
|
|
4587
|
-
export type
|
|
6356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound =
|
|
4588
6357
|
{};
|
|
4589
6358
|
|
|
4590
6359
|
/** @internal */
|
|
4591
|
-
export const
|
|
6360
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema:
|
|
4592
6361
|
z.ZodType<
|
|
4593
|
-
|
|
6362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound,
|
|
4594
6363
|
z.ZodTypeDef,
|
|
4595
|
-
|
|
6364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466
|
|
4596
6365
|
> = z.object({});
|
|
4597
6366
|
|
|
4598
6367
|
/**
|
|
4599
6368
|
* @internal
|
|
4600
6369
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4601
6370
|
*/
|
|
4602
|
-
export namespace
|
|
4603
|
-
/** @deprecated use `
|
|
6371
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ {
|
|
6372
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
|
|
4604
6373
|
export const inboundSchema =
|
|
4605
|
-
|
|
4606
|
-
/** @deprecated use `
|
|
6374
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema;
|
|
6375
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
|
|
4607
6376
|
export const outboundSchema =
|
|
4608
|
-
|
|
4609
|
-
/** @deprecated use `
|
|
6377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema;
|
|
6378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound` instead. */
|
|
4610
6379
|
export type Outbound =
|
|
4611
|
-
|
|
6380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
4612
6381
|
}
|
|
4613
6382
|
|
|
4614
|
-
export function
|
|
4615
|
-
|
|
4616
|
-
|
|
6383
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(
|
|
6384
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466:
|
|
6385
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4617
6386
|
): string {
|
|
4618
6387
|
return JSON.stringify(
|
|
4619
|
-
|
|
6388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
4620
6389
|
.parse(
|
|
4621
|
-
|
|
6390
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4622
6391
|
),
|
|
4623
6392
|
);
|
|
4624
6393
|
}
|
|
4625
6394
|
|
|
4626
|
-
export function
|
|
6395
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(
|
|
4627
6396
|
jsonString: string,
|
|
4628
6397
|
): SafeParseResult<
|
|
4629
|
-
|
|
6398
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4630
6399
|
SDKValidationError
|
|
4631
6400
|
> {
|
|
4632
6401
|
return safeParse(
|
|
4633
6402
|
jsonString,
|
|
4634
6403
|
(x) =>
|
|
4635
|
-
|
|
6404
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
4636
6405
|
.parse(JSON.parse(x)),
|
|
4637
|
-
`Failed to parse '
|
|
6406
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466' from JSON`,
|
|
4638
6407
|
);
|
|
4639
6408
|
}
|
|
4640
6409
|
|
|
@@ -4645,20 +6414,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
4645
6414
|
z.ZodTypeDef,
|
|
4646
6415
|
unknown
|
|
4647
6416
|
> = z.object({
|
|
4648
|
-
"__@BRAND@
|
|
4649
|
-
|
|
6417
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
4650
6419
|
),
|
|
4651
6420
|
}).transform((v) => {
|
|
4652
6421
|
return remap$(v, {
|
|
4653
|
-
"__@BRAND@
|
|
6422
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4654
6423
|
});
|
|
4655
6424
|
});
|
|
4656
6425
|
|
|
4657
6426
|
/** @internal */
|
|
4658
6427
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
4659
6428
|
{
|
|
4660
|
-
"__@BRAND@
|
|
4661
|
-
|
|
6429
|
+
"__@BRAND@8466":
|
|
6430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
4662
6431
|
};
|
|
4663
6432
|
|
|
4664
6433
|
/** @internal */
|
|
@@ -4668,12 +6437,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
4668
6437
|
z.ZodTypeDef,
|
|
4669
6438
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
4670
6439
|
> = z.object({
|
|
4671
|
-
|
|
4672
|
-
|
|
6440
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
4673
6442
|
),
|
|
4674
6443
|
}).transform((v) => {
|
|
4675
6444
|
return remap$(v, {
|
|
4676
|
-
|
|
6445
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4677
6446
|
});
|
|
4678
6447
|
});
|
|
4679
6448
|
|
|
@@ -5720,132 +7489,132 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5720
7489
|
}
|
|
5721
7490
|
|
|
5722
7491
|
/** @internal */
|
|
5723
|
-
export const
|
|
7492
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema:
|
|
5724
7493
|
z.ZodNativeEnum<
|
|
5725
|
-
typeof
|
|
7494
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
5726
7495
|
> = z.nativeEnum(
|
|
5727
|
-
|
|
7496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type,
|
|
5728
7497
|
);
|
|
5729
7498
|
|
|
5730
7499
|
/** @internal */
|
|
5731
|
-
export const
|
|
7500
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema:
|
|
5732
7501
|
z.ZodNativeEnum<
|
|
5733
|
-
typeof
|
|
7502
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
5734
7503
|
> =
|
|
5735
|
-
|
|
7504
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
5736
7505
|
|
|
5737
7506
|
/**
|
|
5738
7507
|
* @internal
|
|
5739
7508
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5740
7509
|
*/
|
|
5741
|
-
export namespace
|
|
5742
|
-
/** @deprecated use `
|
|
7510
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ {
|
|
7511
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
|
|
5743
7512
|
export const inboundSchema =
|
|
5744
|
-
|
|
5745
|
-
/** @deprecated use `
|
|
7513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
7514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
|
|
5746
7515
|
export const outboundSchema =
|
|
5747
|
-
|
|
7516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
5748
7517
|
}
|
|
5749
7518
|
|
|
5750
7519
|
/** @internal */
|
|
5751
|
-
export const
|
|
7520
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema:
|
|
5752
7521
|
z.ZodType<
|
|
5753
|
-
|
|
7522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5754
7523
|
z.ZodTypeDef,
|
|
5755
7524
|
unknown
|
|
5756
7525
|
> = z.object({});
|
|
5757
7526
|
|
|
5758
7527
|
/** @internal */
|
|
5759
|
-
export type
|
|
7528
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound =
|
|
5760
7529
|
{};
|
|
5761
7530
|
|
|
5762
7531
|
/** @internal */
|
|
5763
|
-
export const
|
|
7532
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema:
|
|
5764
7533
|
z.ZodType<
|
|
5765
|
-
|
|
7534
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound,
|
|
5766
7535
|
z.ZodTypeDef,
|
|
5767
|
-
|
|
7536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466
|
|
5768
7537
|
> = z.object({});
|
|
5769
7538
|
|
|
5770
7539
|
/**
|
|
5771
7540
|
* @internal
|
|
5772
7541
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5773
7542
|
*/
|
|
5774
|
-
export namespace
|
|
5775
|
-
/** @deprecated use `
|
|
7543
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ {
|
|
7544
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
|
|
5776
7545
|
export const inboundSchema =
|
|
5777
|
-
|
|
5778
|
-
/** @deprecated use `
|
|
7546
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema;
|
|
7547
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
|
|
5779
7548
|
export const outboundSchema =
|
|
5780
|
-
|
|
5781
|
-
/** @deprecated use `
|
|
7549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema;
|
|
7550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound` instead. */
|
|
5782
7551
|
export type Outbound =
|
|
5783
|
-
|
|
7552
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
5784
7553
|
}
|
|
5785
7554
|
|
|
5786
|
-
export function
|
|
5787
|
-
|
|
5788
|
-
|
|
7555
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(
|
|
7556
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466:
|
|
7557
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5789
7558
|
): string {
|
|
5790
7559
|
return JSON.stringify(
|
|
5791
|
-
|
|
7560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
5792
7561
|
.parse(
|
|
5793
|
-
|
|
7562
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5794
7563
|
),
|
|
5795
7564
|
);
|
|
5796
7565
|
}
|
|
5797
7566
|
|
|
5798
|
-
export function
|
|
7567
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(
|
|
5799
7568
|
jsonString: string,
|
|
5800
7569
|
): SafeParseResult<
|
|
5801
|
-
|
|
7570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5802
7571
|
SDKValidationError
|
|
5803
7572
|
> {
|
|
5804
7573
|
return safeParse(
|
|
5805
7574
|
jsonString,
|
|
5806
7575
|
(x) =>
|
|
5807
|
-
|
|
7576
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
5808
7577
|
.parse(JSON.parse(x)),
|
|
5809
|
-
`Failed to parse '
|
|
7578
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466' from JSON`,
|
|
5810
7579
|
);
|
|
5811
7580
|
}
|
|
5812
7581
|
|
|
5813
7582
|
/** @internal */
|
|
5814
|
-
export const
|
|
7583
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema:
|
|
5815
7584
|
z.ZodType<
|
|
5816
|
-
|
|
7585
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5817
7586
|
z.ZodTypeDef,
|
|
5818
7587
|
unknown
|
|
5819
7588
|
> = z.object({
|
|
5820
|
-
"__@BRAND@
|
|
5821
|
-
|
|
7589
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
5822
7591
|
),
|
|
5823
7592
|
}).transform((v) => {
|
|
5824
7593
|
return remap$(v, {
|
|
5825
|
-
"__@BRAND@
|
|
7594
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5826
7595
|
});
|
|
5827
7596
|
});
|
|
5828
7597
|
|
|
5829
7598
|
/** @internal */
|
|
5830
|
-
export type
|
|
7599
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
5831
7600
|
{
|
|
5832
|
-
"__@BRAND@
|
|
5833
|
-
|
|
7601
|
+
"__@BRAND@8466":
|
|
7602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
5834
7603
|
};
|
|
5835
7604
|
|
|
5836
7605
|
/** @internal */
|
|
5837
|
-
export const
|
|
7606
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema:
|
|
5838
7607
|
z.ZodType<
|
|
5839
|
-
|
|
7608
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound,
|
|
5840
7609
|
z.ZodTypeDef,
|
|
5841
|
-
|
|
7610
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
5842
7611
|
> = z.object({
|
|
5843
|
-
|
|
5844
|
-
|
|
7612
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7613
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
5845
7614
|
),
|
|
5846
7615
|
}).transform((v) => {
|
|
5847
7616
|
return remap$(v, {
|
|
5848
|
-
|
|
7617
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5849
7618
|
});
|
|
5850
7619
|
});
|
|
5851
7620
|
|
|
@@ -5853,144 +7622,144 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5853
7622
|
* @internal
|
|
5854
7623
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5855
7624
|
*/
|
|
5856
|
-
export namespace
|
|
5857
|
-
/** @deprecated use `
|
|
7625
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ {
|
|
7626
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
|
|
5858
7627
|
export const inboundSchema =
|
|
5859
|
-
|
|
5860
|
-
/** @deprecated use `
|
|
7628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
|
|
7629
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
|
|
5861
7630
|
export const outboundSchema =
|
|
5862
|
-
|
|
5863
|
-
/** @deprecated use `
|
|
7631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
|
|
7632
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound` instead. */
|
|
5864
7633
|
export type Outbound =
|
|
5865
|
-
|
|
7634
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound;
|
|
5866
7635
|
}
|
|
5867
7636
|
|
|
5868
|
-
export function
|
|
5869
|
-
|
|
5870
|
-
|
|
7637
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(
|
|
7638
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength:
|
|
7639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5871
7640
|
): string {
|
|
5872
7641
|
return JSON.stringify(
|
|
5873
|
-
|
|
7642
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
5874
7643
|
.parse(
|
|
5875
|
-
|
|
7644
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5876
7645
|
),
|
|
5877
7646
|
);
|
|
5878
7647
|
}
|
|
5879
7648
|
|
|
5880
|
-
export function
|
|
7649
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(
|
|
5881
7650
|
jsonString: string,
|
|
5882
7651
|
): SafeParseResult<
|
|
5883
|
-
|
|
7652
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5884
7653
|
SDKValidationError
|
|
5885
7654
|
> {
|
|
5886
7655
|
return safeParse(
|
|
5887
7656
|
jsonString,
|
|
5888
7657
|
(x) =>
|
|
5889
|
-
|
|
7658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
5890
7659
|
.parse(JSON.parse(x)),
|
|
5891
|
-
`Failed to parse '
|
|
7660
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`,
|
|
5892
7661
|
);
|
|
5893
7662
|
}
|
|
5894
7663
|
|
|
5895
7664
|
/** @internal */
|
|
5896
|
-
export const
|
|
7665
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema:
|
|
5897
7666
|
z.ZodType<
|
|
5898
|
-
|
|
7667
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5899
7668
|
z.ZodTypeDef,
|
|
5900
7669
|
unknown
|
|
5901
7670
|
> = z.object({});
|
|
5902
7671
|
|
|
5903
7672
|
/** @internal */
|
|
5904
|
-
export type
|
|
7673
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound =
|
|
5905
7674
|
{};
|
|
5906
7675
|
|
|
5907
7676
|
/** @internal */
|
|
5908
|
-
export const
|
|
7677
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema:
|
|
5909
7678
|
z.ZodType<
|
|
5910
|
-
|
|
7679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound,
|
|
5911
7680
|
z.ZodTypeDef,
|
|
5912
|
-
|
|
7681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466
|
|
5913
7682
|
> = z.object({});
|
|
5914
7683
|
|
|
5915
7684
|
/**
|
|
5916
7685
|
* @internal
|
|
5917
7686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5918
7687
|
*/
|
|
5919
|
-
export namespace
|
|
5920
|
-
/** @deprecated use `
|
|
7688
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ {
|
|
7689
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
|
|
5921
7690
|
export const inboundSchema =
|
|
5922
|
-
|
|
5923
|
-
/** @deprecated use `
|
|
7691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema;
|
|
7692
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
|
|
5924
7693
|
export const outboundSchema =
|
|
5925
|
-
|
|
5926
|
-
/** @deprecated use `
|
|
7694
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema;
|
|
7695
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound` instead. */
|
|
5927
7696
|
export type Outbound =
|
|
5928
|
-
|
|
7697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
5929
7698
|
}
|
|
5930
7699
|
|
|
5931
|
-
export function
|
|
5932
|
-
|
|
5933
|
-
|
|
7700
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(
|
|
7701
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466:
|
|
7702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5934
7703
|
): string {
|
|
5935
7704
|
return JSON.stringify(
|
|
5936
|
-
|
|
7705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
5937
7706
|
.parse(
|
|
5938
|
-
|
|
7707
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5939
7708
|
),
|
|
5940
7709
|
);
|
|
5941
7710
|
}
|
|
5942
7711
|
|
|
5943
|
-
export function
|
|
7712
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(
|
|
5944
7713
|
jsonString: string,
|
|
5945
7714
|
): SafeParseResult<
|
|
5946
|
-
|
|
7715
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5947
7716
|
SDKValidationError
|
|
5948
7717
|
> {
|
|
5949
7718
|
return safeParse(
|
|
5950
7719
|
jsonString,
|
|
5951
7720
|
(x) =>
|
|
5952
|
-
|
|
7721
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
5953
7722
|
.parse(JSON.parse(x)),
|
|
5954
|
-
`Failed to parse '
|
|
7723
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466' from JSON`,
|
|
5955
7724
|
);
|
|
5956
7725
|
}
|
|
5957
7726
|
|
|
5958
7727
|
/** @internal */
|
|
5959
|
-
export const
|
|
7728
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema:
|
|
5960
7729
|
z.ZodType<
|
|
5961
|
-
|
|
7730
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
5962
7731
|
z.ZodTypeDef,
|
|
5963
7732
|
unknown
|
|
5964
7733
|
> = z.object({
|
|
5965
|
-
"__@BRAND@
|
|
5966
|
-
|
|
7734
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7735
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
5967
7736
|
),
|
|
5968
7737
|
}).transform((v) => {
|
|
5969
7738
|
return remap$(v, {
|
|
5970
|
-
"__@BRAND@
|
|
7739
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5971
7740
|
});
|
|
5972
7741
|
});
|
|
5973
7742
|
|
|
5974
7743
|
/** @internal */
|
|
5975
|
-
export type
|
|
7744
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
5976
7745
|
{
|
|
5977
|
-
"__@BRAND@
|
|
5978
|
-
|
|
7746
|
+
"__@BRAND@8466":
|
|
7747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
5979
7748
|
};
|
|
5980
7749
|
|
|
5981
7750
|
/** @internal */
|
|
5982
|
-
export const
|
|
7751
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema:
|
|
5983
7752
|
z.ZodType<
|
|
5984
|
-
|
|
7753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound,
|
|
5985
7754
|
z.ZodTypeDef,
|
|
5986
|
-
|
|
7755
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
5987
7756
|
> = z.object({
|
|
5988
|
-
|
|
5989
|
-
|
|
7757
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7758
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
5990
7759
|
),
|
|
5991
7760
|
}).transform((v) => {
|
|
5992
7761
|
return remap$(v, {
|
|
5993
|
-
|
|
7762
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5994
7763
|
});
|
|
5995
7764
|
});
|
|
5996
7765
|
|
|
@@ -5998,144 +7767,144 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5998
7767
|
* @internal
|
|
5999
7768
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6000
7769
|
*/
|
|
6001
|
-
export namespace
|
|
6002
|
-
/** @deprecated use `
|
|
7770
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ {
|
|
7771
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
|
|
6003
7772
|
export const inboundSchema =
|
|
6004
|
-
|
|
6005
|
-
/** @deprecated use `
|
|
7773
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
|
|
7774
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
|
|
6006
7775
|
export const outboundSchema =
|
|
6007
|
-
|
|
6008
|
-
/** @deprecated use `
|
|
7776
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
|
|
7777
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound` instead. */
|
|
6009
7778
|
export type Outbound =
|
|
6010
|
-
|
|
7779
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound;
|
|
6011
7780
|
}
|
|
6012
7781
|
|
|
6013
|
-
export function
|
|
6014
|
-
|
|
6015
|
-
|
|
7782
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(
|
|
7783
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength:
|
|
7784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6016
7785
|
): string {
|
|
6017
7786
|
return JSON.stringify(
|
|
6018
|
-
|
|
7787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
6019
7788
|
.parse(
|
|
6020
|
-
|
|
7789
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6021
7790
|
),
|
|
6022
7791
|
);
|
|
6023
7792
|
}
|
|
6024
7793
|
|
|
6025
|
-
export function
|
|
7794
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(
|
|
6026
7795
|
jsonString: string,
|
|
6027
7796
|
): SafeParseResult<
|
|
6028
|
-
|
|
7797
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6029
7798
|
SDKValidationError
|
|
6030
7799
|
> {
|
|
6031
7800
|
return safeParse(
|
|
6032
7801
|
jsonString,
|
|
6033
7802
|
(x) =>
|
|
6034
|
-
|
|
7803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
6035
7804
|
.parse(JSON.parse(x)),
|
|
6036
|
-
`Failed to parse '
|
|
7805
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`,
|
|
6037
7806
|
);
|
|
6038
7807
|
}
|
|
6039
7808
|
|
|
6040
7809
|
/** @internal */
|
|
6041
|
-
export const
|
|
7810
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema:
|
|
6042
7811
|
z.ZodType<
|
|
6043
|
-
|
|
7812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6044
7813
|
z.ZodTypeDef,
|
|
6045
7814
|
unknown
|
|
6046
7815
|
> = z.object({});
|
|
6047
7816
|
|
|
6048
7817
|
/** @internal */
|
|
6049
|
-
export type
|
|
7818
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound =
|
|
6050
7819
|
{};
|
|
6051
7820
|
|
|
6052
7821
|
/** @internal */
|
|
6053
|
-
export const
|
|
7822
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema:
|
|
6054
7823
|
z.ZodType<
|
|
6055
|
-
|
|
7824
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound,
|
|
6056
7825
|
z.ZodTypeDef,
|
|
6057
|
-
|
|
7826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466
|
|
6058
7827
|
> = z.object({});
|
|
6059
7828
|
|
|
6060
7829
|
/**
|
|
6061
7830
|
* @internal
|
|
6062
7831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6063
7832
|
*/
|
|
6064
|
-
export namespace
|
|
6065
|
-
/** @deprecated use `
|
|
7833
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ {
|
|
7834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
|
|
6066
7835
|
export const inboundSchema =
|
|
6067
|
-
|
|
6068
|
-
/** @deprecated use `
|
|
7836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema;
|
|
7837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
|
|
6069
7838
|
export const outboundSchema =
|
|
6070
|
-
|
|
6071
|
-
/** @deprecated use `
|
|
7839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema;
|
|
7840
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound` instead. */
|
|
6072
7841
|
export type Outbound =
|
|
6073
|
-
|
|
7842
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
6074
7843
|
}
|
|
6075
7844
|
|
|
6076
|
-
export function
|
|
6077
|
-
|
|
6078
|
-
|
|
7845
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(
|
|
7846
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466:
|
|
7847
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6079
7848
|
): string {
|
|
6080
7849
|
return JSON.stringify(
|
|
6081
|
-
|
|
7850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
6082
7851
|
.parse(
|
|
6083
|
-
|
|
7852
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6084
7853
|
),
|
|
6085
7854
|
);
|
|
6086
7855
|
}
|
|
6087
7856
|
|
|
6088
|
-
export function
|
|
7857
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(
|
|
6089
7858
|
jsonString: string,
|
|
6090
7859
|
): SafeParseResult<
|
|
6091
|
-
|
|
7860
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6092
7861
|
SDKValidationError
|
|
6093
7862
|
> {
|
|
6094
7863
|
return safeParse(
|
|
6095
7864
|
jsonString,
|
|
6096
7865
|
(x) =>
|
|
6097
|
-
|
|
7866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
6098
7867
|
.parse(JSON.parse(x)),
|
|
6099
|
-
`Failed to parse '
|
|
7868
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466' from JSON`,
|
|
6100
7869
|
);
|
|
6101
7870
|
}
|
|
6102
7871
|
|
|
6103
7872
|
/** @internal */
|
|
6104
|
-
export const
|
|
7873
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema:
|
|
6105
7874
|
z.ZodType<
|
|
6106
|
-
|
|
7875
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6107
7876
|
z.ZodTypeDef,
|
|
6108
7877
|
unknown
|
|
6109
7878
|
> = z.object({
|
|
6110
|
-
"__@BRAND@
|
|
6111
|
-
|
|
7879
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7880
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
6112
7881
|
),
|
|
6113
7882
|
}).transform((v) => {
|
|
6114
7883
|
return remap$(v, {
|
|
6115
|
-
"__@BRAND@
|
|
7884
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
6116
7885
|
});
|
|
6117
7886
|
});
|
|
6118
7887
|
|
|
6119
7888
|
/** @internal */
|
|
6120
|
-
export type
|
|
7889
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
6121
7890
|
{
|
|
6122
|
-
"__@BRAND@
|
|
6123
|
-
|
|
7891
|
+
"__@BRAND@8466":
|
|
7892
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
6124
7893
|
};
|
|
6125
7894
|
|
|
6126
7895
|
/** @internal */
|
|
6127
|
-
export const
|
|
7896
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema:
|
|
6128
7897
|
z.ZodType<
|
|
6129
|
-
|
|
7898
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound,
|
|
6130
7899
|
z.ZodTypeDef,
|
|
6131
|
-
|
|
7900
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
6132
7901
|
> = z.object({
|
|
6133
|
-
|
|
6134
|
-
|
|
7902
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7903
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
6135
7904
|
),
|
|
6136
7905
|
}).transform((v) => {
|
|
6137
7906
|
return remap$(v, {
|
|
6138
|
-
|
|
7907
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
6139
7908
|
});
|
|
6140
7909
|
});
|
|
6141
7910
|
|
|
@@ -6143,42 +7912,42 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6143
7912
|
* @internal
|
|
6144
7913
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6145
7914
|
*/
|
|
6146
|
-
export namespace
|
|
6147
|
-
/** @deprecated use `
|
|
7915
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ {
|
|
7916
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
|
|
6148
7917
|
export const inboundSchema =
|
|
6149
|
-
|
|
6150
|
-
/** @deprecated use `
|
|
7918
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema;
|
|
7919
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
|
|
6151
7920
|
export const outboundSchema =
|
|
6152
|
-
|
|
6153
|
-
/** @deprecated use `
|
|
7921
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema;
|
|
7922
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound` instead. */
|
|
6154
7923
|
export type Outbound =
|
|
6155
|
-
|
|
7924
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound;
|
|
6156
7925
|
}
|
|
6157
7926
|
|
|
6158
|
-
export function
|
|
6159
|
-
|
|
6160
|
-
|
|
7927
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(
|
|
7928
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern:
|
|
7929
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6161
7930
|
): string {
|
|
6162
7931
|
return JSON.stringify(
|
|
6163
|
-
|
|
7932
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
6164
7933
|
.parse(
|
|
6165
|
-
|
|
7934
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6166
7935
|
),
|
|
6167
7936
|
);
|
|
6168
7937
|
}
|
|
6169
7938
|
|
|
6170
|
-
export function
|
|
7939
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(
|
|
6171
7940
|
jsonString: string,
|
|
6172
7941
|
): SafeParseResult<
|
|
6173
|
-
|
|
7942
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6174
7943
|
SDKValidationError
|
|
6175
7944
|
> {
|
|
6176
7945
|
return safeParse(
|
|
6177
7946
|
jsonString,
|
|
6178
7947
|
(x) =>
|
|
6179
|
-
|
|
7948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
6180
7949
|
.parse(JSON.parse(x)),
|
|
6181
|
-
`Failed to parse '
|
|
7950
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern' from JSON`,
|
|
6182
7951
|
);
|
|
6183
7952
|
}
|
|
6184
7953
|
|
|
@@ -6190,16 +7959,16 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSche
|
|
|
6190
7959
|
unknown
|
|
6191
7960
|
> = z.object({
|
|
6192
7961
|
type:
|
|
6193
|
-
|
|
7962
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema,
|
|
6194
7963
|
description: z.string().optional(),
|
|
6195
7964
|
minLength: z.lazy(() =>
|
|
6196
|
-
|
|
7965
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
6197
7966
|
).optional(),
|
|
6198
7967
|
maxLength: z.lazy(() =>
|
|
6199
|
-
|
|
7968
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
6200
7969
|
).optional(),
|
|
6201
7970
|
pattern: z.lazy(() =>
|
|
6202
|
-
|
|
7971
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
6203
7972
|
).optional(),
|
|
6204
7973
|
default: z.string().optional(),
|
|
6205
7974
|
enum: z.array(z.string()).optional(),
|
|
@@ -6210,13 +7979,13 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsItems$Outbound = {
|
|
|
6210
7979
|
type: string;
|
|
6211
7980
|
description?: string | undefined;
|
|
6212
7981
|
minLength?:
|
|
6213
|
-
|
|
|
7982
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound
|
|
6214
7983
|
| undefined;
|
|
6215
7984
|
maxLength?:
|
|
6216
|
-
|
|
|
7985
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound
|
|
6217
7986
|
| undefined;
|
|
6218
7987
|
pattern?:
|
|
6219
|
-
|
|
|
7988
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound
|
|
6220
7989
|
| undefined;
|
|
6221
7990
|
default?: string | undefined;
|
|
6222
7991
|
enum?: Array<string> | undefined;
|
|
@@ -6230,16 +7999,16 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSch
|
|
|
6230
7999
|
CreateIntegrationStoreDirectPropertiesIntegrationsItems
|
|
6231
8000
|
> = z.object({
|
|
6232
8001
|
type:
|
|
6233
|
-
|
|
8002
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema,
|
|
6234
8003
|
description: z.string().optional(),
|
|
6235
8004
|
minLength: z.lazy(() =>
|
|
6236
|
-
|
|
8005
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
6237
8006
|
).optional(),
|
|
6238
8007
|
maxLength: z.lazy(() =>
|
|
6239
|
-
|
|
8008
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
6240
8009
|
).optional(),
|
|
6241
8010
|
pattern: z.lazy(() =>
|
|
6242
|
-
|
|
8011
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
6243
8012
|
).optional(),
|
|
6244
8013
|
default: z.string().optional(),
|
|
6245
8014
|
enum: z.array(z.string()).optional(),
|
|
@@ -8206,63 +9975,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8206
9975
|
}
|
|
8207
9976
|
|
|
8208
9977
|
/** @internal */
|
|
8209
|
-
export const
|
|
9978
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema:
|
|
8210
9979
|
z.ZodType<
|
|
8211
|
-
|
|
9980
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8212
9981
|
z.ZodTypeDef,
|
|
8213
9982
|
unknown
|
|
8214
9983
|
> = z.object({});
|
|
8215
9984
|
|
|
8216
9985
|
/** @internal */
|
|
8217
|
-
export type
|
|
9986
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound =
|
|
8218
9987
|
{};
|
|
8219
9988
|
|
|
8220
9989
|
/** @internal */
|
|
8221
|
-
export const
|
|
9990
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema:
|
|
8222
9991
|
z.ZodType<
|
|
8223
|
-
|
|
9992
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound,
|
|
8224
9993
|
z.ZodTypeDef,
|
|
8225
|
-
|
|
9994
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466
|
|
8226
9995
|
> = z.object({});
|
|
8227
9996
|
|
|
8228
9997
|
/**
|
|
8229
9998
|
* @internal
|
|
8230
9999
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8231
10000
|
*/
|
|
8232
|
-
export namespace
|
|
8233
|
-
/** @deprecated use `
|
|
10001
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ {
|
|
10002
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
|
|
8234
10003
|
export const inboundSchema =
|
|
8235
|
-
|
|
8236
|
-
/** @deprecated use `
|
|
10004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema;
|
|
10005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
|
|
8237
10006
|
export const outboundSchema =
|
|
8238
|
-
|
|
8239
|
-
/** @deprecated use `
|
|
10007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema;
|
|
10008
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound` instead. */
|
|
8240
10009
|
export type Outbound =
|
|
8241
|
-
|
|
10010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
8242
10011
|
}
|
|
8243
10012
|
|
|
8244
|
-
export function
|
|
8245
|
-
|
|
8246
|
-
|
|
10013
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(
|
|
10014
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466:
|
|
10015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8247
10016
|
): string {
|
|
8248
10017
|
return JSON.stringify(
|
|
8249
|
-
|
|
8250
|
-
.parse(
|
|
10018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
10019
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466),
|
|
8251
10020
|
);
|
|
8252
10021
|
}
|
|
8253
10022
|
|
|
8254
|
-
export function
|
|
10023
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(
|
|
8255
10024
|
jsonString: string,
|
|
8256
10025
|
): SafeParseResult<
|
|
8257
|
-
|
|
10026
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8258
10027
|
SDKValidationError
|
|
8259
10028
|
> {
|
|
8260
10029
|
return safeParse(
|
|
8261
10030
|
jsonString,
|
|
8262
10031
|
(x) =>
|
|
8263
|
-
|
|
10032
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
8264
10033
|
.parse(JSON.parse(x)),
|
|
8265
|
-
`Failed to parse '
|
|
10034
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466' from JSON`,
|
|
8266
10035
|
);
|
|
8267
10036
|
}
|
|
8268
10037
|
|
|
@@ -8273,20 +10042,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8273
10042
|
z.ZodTypeDef,
|
|
8274
10043
|
unknown
|
|
8275
10044
|
> = z.object({
|
|
8276
|
-
"__@BRAND@
|
|
8277
|
-
|
|
10045
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10046
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
8278
10047
|
),
|
|
8279
10048
|
}).transform((v) => {
|
|
8280
10049
|
return remap$(v, {
|
|
8281
|
-
"__@BRAND@
|
|
10050
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8282
10051
|
});
|
|
8283
10052
|
});
|
|
8284
10053
|
|
|
8285
10054
|
/** @internal */
|
|
8286
10055
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8287
10056
|
{
|
|
8288
|
-
"__@BRAND@
|
|
8289
|
-
|
|
10057
|
+
"__@BRAND@8466":
|
|
10058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
8290
10059
|
};
|
|
8291
10060
|
|
|
8292
10061
|
/** @internal */
|
|
@@ -8296,12 +10065,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8296
10065
|
z.ZodTypeDef,
|
|
8297
10066
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8298
10067
|
> = z.object({
|
|
8299
|
-
|
|
8300
|
-
|
|
10068
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10069
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
8301
10070
|
),
|
|
8302
10071
|
}).transform((v) => {
|
|
8303
10072
|
return remap$(v, {
|
|
8304
|
-
|
|
10073
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8305
10074
|
});
|
|
8306
10075
|
});
|
|
8307
10076
|
|
|
@@ -8347,65 +10116,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8347
10116
|
}
|
|
8348
10117
|
|
|
8349
10118
|
/** @internal */
|
|
8350
|
-
export const
|
|
10119
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema:
|
|
8351
10120
|
z.ZodType<
|
|
8352
|
-
|
|
10121
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8353
10122
|
z.ZodTypeDef,
|
|
8354
10123
|
unknown
|
|
8355
10124
|
> = z.object({});
|
|
8356
10125
|
|
|
8357
10126
|
/** @internal */
|
|
8358
|
-
export type
|
|
10127
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound =
|
|
8359
10128
|
{};
|
|
8360
10129
|
|
|
8361
10130
|
/** @internal */
|
|
8362
|
-
export const
|
|
10131
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema:
|
|
8363
10132
|
z.ZodType<
|
|
8364
|
-
|
|
10133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound,
|
|
8365
10134
|
z.ZodTypeDef,
|
|
8366
|
-
|
|
10135
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466
|
|
8367
10136
|
> = z.object({});
|
|
8368
10137
|
|
|
8369
10138
|
/**
|
|
8370
10139
|
* @internal
|
|
8371
10140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8372
10141
|
*/
|
|
8373
|
-
export namespace
|
|
8374
|
-
/** @deprecated use `
|
|
10142
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ {
|
|
10143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
|
|
8375
10144
|
export const inboundSchema =
|
|
8376
|
-
|
|
8377
|
-
/** @deprecated use `
|
|
10145
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema;
|
|
10146
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
|
|
8378
10147
|
export const outboundSchema =
|
|
8379
|
-
|
|
8380
|
-
/** @deprecated use `
|
|
10148
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema;
|
|
10149
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound` instead. */
|
|
8381
10150
|
export type Outbound =
|
|
8382
|
-
|
|
10151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
8383
10152
|
}
|
|
8384
10153
|
|
|
8385
|
-
export function
|
|
8386
|
-
|
|
8387
|
-
|
|
10154
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(
|
|
10155
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466:
|
|
10156
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8388
10157
|
): string {
|
|
8389
10158
|
return JSON.stringify(
|
|
8390
|
-
|
|
10159
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
8391
10160
|
.parse(
|
|
8392
|
-
|
|
10161
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8393
10162
|
),
|
|
8394
10163
|
);
|
|
8395
10164
|
}
|
|
8396
10165
|
|
|
8397
|
-
export function
|
|
10166
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(
|
|
8398
10167
|
jsonString: string,
|
|
8399
10168
|
): SafeParseResult<
|
|
8400
|
-
|
|
10169
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8401
10170
|
SDKValidationError
|
|
8402
10171
|
> {
|
|
8403
10172
|
return safeParse(
|
|
8404
10173
|
jsonString,
|
|
8405
10174
|
(x) =>
|
|
8406
|
-
|
|
10175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
8407
10176
|
.parse(JSON.parse(x)),
|
|
8408
|
-
`Failed to parse '
|
|
10177
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466' from JSON`,
|
|
8409
10178
|
);
|
|
8410
10179
|
}
|
|
8411
10180
|
|
|
@@ -8416,20 +10185,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8416
10185
|
z.ZodTypeDef,
|
|
8417
10186
|
unknown
|
|
8418
10187
|
> = z.object({
|
|
8419
|
-
"__@BRAND@
|
|
8420
|
-
|
|
10188
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10189
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
8421
10190
|
),
|
|
8422
10191
|
}).transform((v) => {
|
|
8423
10192
|
return remap$(v, {
|
|
8424
|
-
"__@BRAND@
|
|
10193
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8425
10194
|
});
|
|
8426
10195
|
});
|
|
8427
10196
|
|
|
8428
10197
|
/** @internal */
|
|
8429
10198
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8430
10199
|
{
|
|
8431
|
-
"__@BRAND@
|
|
8432
|
-
|
|
10200
|
+
"__@BRAND@8466":
|
|
10201
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
8433
10202
|
};
|
|
8434
10203
|
|
|
8435
10204
|
/** @internal */
|
|
@@ -8439,12 +10208,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8439
10208
|
z.ZodTypeDef,
|
|
8440
10209
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8441
10210
|
> = z.object({
|
|
8442
|
-
|
|
8443
|
-
|
|
10211
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
8444
10213
|
),
|
|
8445
10214
|
}).transform((v) => {
|
|
8446
10215
|
return remap$(v, {
|
|
8447
|
-
|
|
10216
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8448
10217
|
});
|
|
8449
10218
|
});
|
|
8450
10219
|
|
|
@@ -8490,65 +10259,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8490
10259
|
}
|
|
8491
10260
|
|
|
8492
10261
|
/** @internal */
|
|
8493
|
-
export const
|
|
10262
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema:
|
|
8494
10263
|
z.ZodType<
|
|
8495
|
-
|
|
10264
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8496
10265
|
z.ZodTypeDef,
|
|
8497
10266
|
unknown
|
|
8498
10267
|
> = z.object({});
|
|
8499
10268
|
|
|
8500
10269
|
/** @internal */
|
|
8501
|
-
export type
|
|
10270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound =
|
|
8502
10271
|
{};
|
|
8503
10272
|
|
|
8504
10273
|
/** @internal */
|
|
8505
|
-
export const
|
|
10274
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema:
|
|
8506
10275
|
z.ZodType<
|
|
8507
|
-
|
|
10276
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound,
|
|
8508
10277
|
z.ZodTypeDef,
|
|
8509
|
-
|
|
10278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466
|
|
8510
10279
|
> = z.object({});
|
|
8511
10280
|
|
|
8512
10281
|
/**
|
|
8513
10282
|
* @internal
|
|
8514
10283
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8515
10284
|
*/
|
|
8516
|
-
export namespace
|
|
8517
|
-
/** @deprecated use `
|
|
10285
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ {
|
|
10286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
|
|
8518
10287
|
export const inboundSchema =
|
|
8519
|
-
|
|
8520
|
-
/** @deprecated use `
|
|
10288
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema;
|
|
10289
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
|
|
8521
10290
|
export const outboundSchema =
|
|
8522
|
-
|
|
8523
|
-
/** @deprecated use `
|
|
10291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema;
|
|
10292
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound` instead. */
|
|
8524
10293
|
export type Outbound =
|
|
8525
|
-
|
|
10294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
8526
10295
|
}
|
|
8527
10296
|
|
|
8528
|
-
export function
|
|
8529
|
-
|
|
8530
|
-
|
|
10297
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(
|
|
10298
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466:
|
|
10299
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8531
10300
|
): string {
|
|
8532
10301
|
return JSON.stringify(
|
|
8533
|
-
|
|
10302
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
8534
10303
|
.parse(
|
|
8535
|
-
|
|
10304
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8536
10305
|
),
|
|
8537
10306
|
);
|
|
8538
10307
|
}
|
|
8539
10308
|
|
|
8540
|
-
export function
|
|
10309
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(
|
|
8541
10310
|
jsonString: string,
|
|
8542
10311
|
): SafeParseResult<
|
|
8543
|
-
|
|
10312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8544
10313
|
SDKValidationError
|
|
8545
10314
|
> {
|
|
8546
10315
|
return safeParse(
|
|
8547
10316
|
jsonString,
|
|
8548
10317
|
(x) =>
|
|
8549
|
-
|
|
10318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
8550
10319
|
.parse(JSON.parse(x)),
|
|
8551
|
-
`Failed to parse '
|
|
10320
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466' from JSON`,
|
|
8552
10321
|
);
|
|
8553
10322
|
}
|
|
8554
10323
|
|
|
@@ -8559,20 +10328,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8559
10328
|
z.ZodTypeDef,
|
|
8560
10329
|
unknown
|
|
8561
10330
|
> = z.object({
|
|
8562
|
-
"__@BRAND@
|
|
8563
|
-
|
|
10331
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10332
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
8564
10333
|
),
|
|
8565
10334
|
}).transform((v) => {
|
|
8566
10335
|
return remap$(v, {
|
|
8567
|
-
"__@BRAND@
|
|
10336
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8568
10337
|
});
|
|
8569
10338
|
});
|
|
8570
10339
|
|
|
8571
10340
|
/** @internal */
|
|
8572
10341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8573
10342
|
{
|
|
8574
|
-
"__@BRAND@
|
|
8575
|
-
|
|
10343
|
+
"__@BRAND@8466":
|
|
10344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
8576
10345
|
};
|
|
8577
10346
|
|
|
8578
10347
|
/** @internal */
|
|
@@ -8582,12 +10351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8582
10351
|
z.ZodTypeDef,
|
|
8583
10352
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8584
10353
|
> = z.object({
|
|
8585
|
-
|
|
8586
|
-
|
|
10354
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
8587
10356
|
),
|
|
8588
10357
|
}).transform((v) => {
|
|
8589
10358
|
return remap$(v, {
|
|
8590
|
-
|
|
10359
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8591
10360
|
});
|
|
8592
10361
|
});
|
|
8593
10362
|
|
|
@@ -12650,65 +14419,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
12650
14419
|
}
|
|
12651
14420
|
|
|
12652
14421
|
/** @internal */
|
|
12653
|
-
export const
|
|
14422
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema:
|
|
12654
14423
|
z.ZodType<
|
|
12655
|
-
|
|
14424
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12656
14425
|
z.ZodTypeDef,
|
|
12657
14426
|
unknown
|
|
12658
14427
|
> = z.object({});
|
|
12659
14428
|
|
|
12660
14429
|
/** @internal */
|
|
12661
|
-
export type
|
|
14430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound =
|
|
12662
14431
|
{};
|
|
12663
14432
|
|
|
12664
14433
|
/** @internal */
|
|
12665
|
-
export const
|
|
14434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema:
|
|
12666
14435
|
z.ZodType<
|
|
12667
|
-
|
|
14436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound,
|
|
12668
14437
|
z.ZodTypeDef,
|
|
12669
|
-
|
|
14438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466
|
|
12670
14439
|
> = z.object({});
|
|
12671
14440
|
|
|
12672
14441
|
/**
|
|
12673
14442
|
* @internal
|
|
12674
14443
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12675
14444
|
*/
|
|
12676
|
-
export namespace
|
|
12677
|
-
/** @deprecated use `
|
|
14445
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ {
|
|
14446
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
|
|
12678
14447
|
export const inboundSchema =
|
|
12679
|
-
|
|
12680
|
-
/** @deprecated use `
|
|
14448
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema;
|
|
14449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
|
|
12681
14450
|
export const outboundSchema =
|
|
12682
|
-
|
|
12683
|
-
/** @deprecated use `
|
|
14451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema;
|
|
14452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound` instead. */
|
|
12684
14453
|
export type Outbound =
|
|
12685
|
-
|
|
14454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
12686
14455
|
}
|
|
12687
14456
|
|
|
12688
|
-
export function
|
|
12689
|
-
|
|
12690
|
-
|
|
14457
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(
|
|
14458
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466:
|
|
14459
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12691
14460
|
): string {
|
|
12692
14461
|
return JSON.stringify(
|
|
12693
|
-
|
|
14462
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
12694
14463
|
.parse(
|
|
12695
|
-
|
|
14464
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12696
14465
|
),
|
|
12697
14466
|
);
|
|
12698
14467
|
}
|
|
12699
14468
|
|
|
12700
|
-
export function
|
|
14469
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(
|
|
12701
14470
|
jsonString: string,
|
|
12702
14471
|
): SafeParseResult<
|
|
12703
|
-
|
|
14472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12704
14473
|
SDKValidationError
|
|
12705
14474
|
> {
|
|
12706
14475
|
return safeParse(
|
|
12707
14476
|
jsonString,
|
|
12708
14477
|
(x) =>
|
|
12709
|
-
|
|
14478
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
12710
14479
|
.parse(JSON.parse(x)),
|
|
12711
|
-
`Failed to parse '
|
|
14480
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466' from JSON`,
|
|
12712
14481
|
);
|
|
12713
14482
|
}
|
|
12714
14483
|
|
|
@@ -12719,19 +14488,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
12719
14488
|
z.ZodTypeDef,
|
|
12720
14489
|
unknown
|
|
12721
14490
|
> = z.object({
|
|
12722
|
-
"__@BRAND@
|
|
12723
|
-
|
|
14491
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
14492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
12724
14493
|
),
|
|
12725
14494
|
}).transform((v) => {
|
|
12726
14495
|
return remap$(v, {
|
|
12727
|
-
"__@BRAND@
|
|
14496
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12728
14497
|
});
|
|
12729
14498
|
});
|
|
12730
14499
|
|
|
12731
14500
|
/** @internal */
|
|
12732
14501
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
12733
|
-
"__@BRAND@
|
|
12734
|
-
|
|
14502
|
+
"__@BRAND@8466":
|
|
14503
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
12735
14504
|
};
|
|
12736
14505
|
|
|
12737
14506
|
/** @internal */
|
|
@@ -12741,12 +14510,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
12741
14510
|
z.ZodTypeDef,
|
|
12742
14511
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
12743
14512
|
> = z.object({
|
|
12744
|
-
|
|
12745
|
-
|
|
14513
|
+
atBRANDAt8466: z.lazy(() =>
|
|
14514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
12746
14515
|
),
|
|
12747
14516
|
}).transform((v) => {
|
|
12748
14517
|
return remap$(v, {
|
|
12749
|
-
|
|
14518
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
12750
14519
|
});
|
|
12751
14520
|
});
|
|
12752
14521
|
|
|
@@ -12794,50 +14563,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
12794
14563
|
}
|
|
12795
14564
|
|
|
12796
14565
|
/** @internal */
|
|
12797
|
-
export const
|
|
12798
|
-
|
|
14566
|
+
export const PropertiesAtBRANDAt8466$inboundSchema: z.ZodType<
|
|
14567
|
+
PropertiesAtBRANDAt8466,
|
|
12799
14568
|
z.ZodTypeDef,
|
|
12800
14569
|
unknown
|
|
12801
14570
|
> = z.object({});
|
|
12802
14571
|
|
|
12803
14572
|
/** @internal */
|
|
12804
|
-
export type
|
|
14573
|
+
export type PropertiesAtBRANDAt8466$Outbound = {};
|
|
12805
14574
|
|
|
12806
14575
|
/** @internal */
|
|
12807
|
-
export const
|
|
12808
|
-
|
|
14576
|
+
export const PropertiesAtBRANDAt8466$outboundSchema: z.ZodType<
|
|
14577
|
+
PropertiesAtBRANDAt8466$Outbound,
|
|
12809
14578
|
z.ZodTypeDef,
|
|
12810
|
-
|
|
14579
|
+
PropertiesAtBRANDAt8466
|
|
12811
14580
|
> = z.object({});
|
|
12812
14581
|
|
|
12813
14582
|
/**
|
|
12814
14583
|
* @internal
|
|
12815
14584
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12816
14585
|
*/
|
|
12817
|
-
export namespace
|
|
12818
|
-
/** @deprecated use `
|
|
12819
|
-
export const inboundSchema =
|
|
12820
|
-
/** @deprecated use `
|
|
12821
|
-
export const outboundSchema =
|
|
12822
|
-
/** @deprecated use `
|
|
12823
|
-
export type Outbound =
|
|
14586
|
+
export namespace PropertiesAtBRANDAt8466$ {
|
|
14587
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
14588
|
+
export const inboundSchema = PropertiesAtBRANDAt8466$inboundSchema;
|
|
14589
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
14590
|
+
export const outboundSchema = PropertiesAtBRANDAt8466$outboundSchema;
|
|
14591
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$Outbound` instead. */
|
|
14592
|
+
export type Outbound = PropertiesAtBRANDAt8466$Outbound;
|
|
12824
14593
|
}
|
|
12825
14594
|
|
|
12826
|
-
export function
|
|
12827
|
-
|
|
14595
|
+
export function propertiesAtBRANDAt8466ToJSON(
|
|
14596
|
+
propertiesAtBRANDAt8466: PropertiesAtBRANDAt8466,
|
|
12828
14597
|
): string {
|
|
12829
14598
|
return JSON.stringify(
|
|
12830
|
-
|
|
14599
|
+
PropertiesAtBRANDAt8466$outboundSchema.parse(propertiesAtBRANDAt8466),
|
|
12831
14600
|
);
|
|
12832
14601
|
}
|
|
12833
14602
|
|
|
12834
|
-
export function
|
|
14603
|
+
export function propertiesAtBRANDAt8466FromJSON(
|
|
12835
14604
|
jsonString: string,
|
|
12836
|
-
): SafeParseResult<
|
|
14605
|
+
): SafeParseResult<PropertiesAtBRANDAt8466, SDKValidationError> {
|
|
12837
14606
|
return safeParse(
|
|
12838
14607
|
jsonString,
|
|
12839
|
-
(x) =>
|
|
12840
|
-
`Failed to parse '
|
|
14608
|
+
(x) => PropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
14609
|
+
`Failed to parse 'PropertiesAtBRANDAt8466' from JSON`,
|
|
12841
14610
|
);
|
|
12842
14611
|
}
|
|
12843
14612
|
|
|
@@ -12848,16 +14617,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
12848
14617
|
z.ZodTypeDef,
|
|
12849
14618
|
unknown
|
|
12850
14619
|
> = z.object({
|
|
12851
|
-
"__@BRAND@
|
|
14620
|
+
"__@BRAND@8466": z.lazy(() => PropertiesAtBRANDAt8466$inboundSchema),
|
|
12852
14621
|
}).transform((v) => {
|
|
12853
14622
|
return remap$(v, {
|
|
12854
|
-
"__@BRAND@
|
|
14623
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12855
14624
|
});
|
|
12856
14625
|
});
|
|
12857
14626
|
|
|
12858
14627
|
/** @internal */
|
|
12859
14628
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
12860
|
-
"__@BRAND@
|
|
14629
|
+
"__@BRAND@8466": PropertiesAtBRANDAt8466$Outbound;
|
|
12861
14630
|
};
|
|
12862
14631
|
|
|
12863
14632
|
/** @internal */
|
|
@@ -12867,10 +14636,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
12867
14636
|
z.ZodTypeDef,
|
|
12868
14637
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
12869
14638
|
> = z.object({
|
|
12870
|
-
|
|
14639
|
+
atBRANDAt8466: z.lazy(() => PropertiesAtBRANDAt8466$outboundSchema),
|
|
12871
14640
|
}).transform((v) => {
|
|
12872
14641
|
return remap$(v, {
|
|
12873
|
-
|
|
14642
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
12874
14643
|
});
|
|
12875
14644
|
});
|
|
12876
14645
|
|
|
@@ -12918,64 +14687,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
12918
14687
|
}
|
|
12919
14688
|
|
|
12920
14689
|
/** @internal */
|
|
12921
|
-
export const
|
|
14690
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema:
|
|
12922
14691
|
z.ZodType<
|
|
12923
|
-
|
|
14692
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12924
14693
|
z.ZodTypeDef,
|
|
12925
14694
|
unknown
|
|
12926
14695
|
> = z.object({});
|
|
12927
14696
|
|
|
12928
14697
|
/** @internal */
|
|
12929
|
-
export type
|
|
14698
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound = {};
|
|
12930
14699
|
|
|
12931
14700
|
/** @internal */
|
|
12932
|
-
export const
|
|
14701
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema:
|
|
12933
14702
|
z.ZodType<
|
|
12934
|
-
|
|
14703
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound,
|
|
12935
14704
|
z.ZodTypeDef,
|
|
12936
|
-
|
|
14705
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466
|
|
12937
14706
|
> = z.object({});
|
|
12938
14707
|
|
|
12939
14708
|
/**
|
|
12940
14709
|
* @internal
|
|
12941
14710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12942
14711
|
*/
|
|
12943
|
-
export namespace
|
|
12944
|
-
/** @deprecated use `
|
|
14712
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ {
|
|
14713
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
12945
14714
|
export const inboundSchema =
|
|
12946
|
-
|
|
12947
|
-
/** @deprecated use `
|
|
14715
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema;
|
|
14716
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
12948
14717
|
export const outboundSchema =
|
|
12949
|
-
|
|
12950
|
-
/** @deprecated use `
|
|
14718
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema;
|
|
14719
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound` instead. */
|
|
12951
14720
|
export type Outbound =
|
|
12952
|
-
|
|
14721
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
12953
14722
|
}
|
|
12954
14723
|
|
|
12955
|
-
export function
|
|
12956
|
-
|
|
12957
|
-
|
|
14724
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(
|
|
14725
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8466:
|
|
14726
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12958
14727
|
): string {
|
|
12959
14728
|
return JSON.stringify(
|
|
12960
|
-
|
|
12961
|
-
|
|
14729
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema.parse(
|
|
14730
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12962
14731
|
),
|
|
12963
14732
|
);
|
|
12964
14733
|
}
|
|
12965
14734
|
|
|
12966
|
-
export function
|
|
14735
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(
|
|
12967
14736
|
jsonString: string,
|
|
12968
14737
|
): SafeParseResult<
|
|
12969
|
-
|
|
14738
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12970
14739
|
SDKValidationError
|
|
12971
14740
|
> {
|
|
12972
14741
|
return safeParse(
|
|
12973
14742
|
jsonString,
|
|
12974
14743
|
(x) =>
|
|
12975
|
-
|
|
14744
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema.parse(
|
|
12976
14745
|
JSON.parse(x),
|
|
12977
14746
|
),
|
|
12978
|
-
`Failed to parse '
|
|
14747
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8466' from JSON`,
|
|
12979
14748
|
);
|
|
12980
14749
|
}
|
|
12981
14750
|
|
|
@@ -12986,18 +14755,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
12986
14755
|
z.ZodTypeDef,
|
|
12987
14756
|
unknown
|
|
12988
14757
|
> = z.object({
|
|
12989
|
-
"__@BRAND@
|
|
12990
|
-
|
|
14758
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
14759
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema
|
|
12991
14760
|
),
|
|
12992
14761
|
}).transform((v) => {
|
|
12993
14762
|
return remap$(v, {
|
|
12994
|
-
"__@BRAND@
|
|
14763
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12995
14764
|
});
|
|
12996
14765
|
});
|
|
12997
14766
|
|
|
12998
14767
|
/** @internal */
|
|
12999
14768
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
13000
|
-
"__@BRAND@
|
|
14769
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
13001
14770
|
};
|
|
13002
14771
|
|
|
13003
14772
|
/** @internal */
|
|
@@ -13007,12 +14776,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
13007
14776
|
z.ZodTypeDef,
|
|
13008
14777
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
13009
14778
|
> = z.object({
|
|
13010
|
-
|
|
13011
|
-
|
|
14779
|
+
atBRANDAt8466: z.lazy(() =>
|
|
14780
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema
|
|
13012
14781
|
),
|
|
13013
14782
|
}).transform((v) => {
|
|
13014
14783
|
return remap$(v, {
|
|
13015
|
-
|
|
14784
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
13016
14785
|
});
|
|
13017
14786
|
});
|
|
13018
14787
|
|
|
@@ -13947,6 +15716,7 @@ export const CreateIntegrationStoreDirectProperties$inboundSchema: z.ZodType<
|
|
|
13947
15716
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
13948
15717
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
13949
15718
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
15719
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
13950
15720
|
]);
|
|
13951
15721
|
|
|
13952
15722
|
/** @internal */
|
|
@@ -13958,7 +15728,8 @@ export type CreateIntegrationStoreDirectProperties$Outbound =
|
|
|
13958
15728
|
| CreateIntegrationStoreDirectProperties1$Outbound
|
|
13959
15729
|
| CreateIntegrationStoreDirectProperties2$Outbound
|
|
13960
15730
|
| CreateIntegrationStoreDirectProperties3$Outbound
|
|
13961
|
-
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15731
|
+
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15732
|
+
| CreateIntegrationStoreDirectProperties9$Outbound;
|
|
13962
15733
|
|
|
13963
15734
|
/** @internal */
|
|
13964
15735
|
export const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<
|
|
@@ -13974,6 +15745,7 @@ export const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<
|
|
|
13974
15745
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
13975
15746
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
13976
15747
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
15748
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
13977
15749
|
]);
|
|
13978
15750
|
|
|
13979
15751
|
/**
|
|
@@ -14028,6 +15800,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$inboundSchema:
|
|
|
14028
15800
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
14029
15801
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
14030
15802
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
15803
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
14031
15804
|
]),
|
|
14032
15805
|
),
|
|
14033
15806
|
required: z.array(z.string()).optional(),
|
|
@@ -14045,7 +15818,8 @@ export type CreateIntegrationStoreDirectMetadataSchema$Outbound = {
|
|
|
14045
15818
|
| CreateIntegrationStoreDirectProperties1$Outbound
|
|
14046
15819
|
| CreateIntegrationStoreDirectProperties2$Outbound
|
|
14047
15820
|
| CreateIntegrationStoreDirectProperties3$Outbound
|
|
14048
|
-
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15821
|
+
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15822
|
+
| CreateIntegrationStoreDirectProperties9$Outbound;
|
|
14049
15823
|
};
|
|
14050
15824
|
required?: Array<string> | undefined;
|
|
14051
15825
|
};
|
|
@@ -14068,6 +15842,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$outboundSchema:
|
|
|
14068
15842
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
14069
15843
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
14070
15844
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
15845
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
14071
15846
|
]),
|
|
14072
15847
|
),
|
|
14073
15848
|
required: z.array(z.string()).optional(),
|
|
@@ -14169,23 +15944,24 @@ export function resourceLinksFromJSON(
|
|
|
14169
15944
|
}
|
|
14170
15945
|
|
|
14171
15946
|
/** @internal */
|
|
14172
|
-
export const
|
|
14173
|
-
|
|
14174
|
-
);
|
|
15947
|
+
export const CreateIntegrationStoreDirectTags$inboundSchema: z.ZodNativeEnum<
|
|
15948
|
+
typeof CreateIntegrationStoreDirectTags
|
|
15949
|
+
> = z.nativeEnum(CreateIntegrationStoreDirectTags);
|
|
14175
15950
|
|
|
14176
15951
|
/** @internal */
|
|
14177
|
-
export const
|
|
14178
|
-
|
|
15952
|
+
export const CreateIntegrationStoreDirectTags$outboundSchema: z.ZodNativeEnum<
|
|
15953
|
+
typeof CreateIntegrationStoreDirectTags
|
|
15954
|
+
> = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
14179
15955
|
|
|
14180
15956
|
/**
|
|
14181
15957
|
* @internal
|
|
14182
15958
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14183
15959
|
*/
|
|
14184
|
-
export namespace
|
|
14185
|
-
/** @deprecated use `
|
|
14186
|
-
export const inboundSchema =
|
|
14187
|
-
/** @deprecated use `
|
|
14188
|
-
export const outboundSchema =
|
|
15960
|
+
export namespace CreateIntegrationStoreDirectTags$ {
|
|
15961
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
|
|
15962
|
+
export const inboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
15963
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
|
|
15964
|
+
export const outboundSchema = CreateIntegrationStoreDirectTags$outboundSchema;
|
|
14189
15965
|
}
|
|
14190
15966
|
|
|
14191
15967
|
/** @internal */
|
|
@@ -14452,46 +16228,46 @@ export function guidesFromJSON(
|
|
|
14452
16228
|
}
|
|
14453
16229
|
|
|
14454
16230
|
/** @internal */
|
|
14455
|
-
export const
|
|
14456
|
-
|
|
16231
|
+
export const AtBRANDAt8466$inboundSchema: z.ZodType<
|
|
16232
|
+
AtBRANDAt8466,
|
|
14457
16233
|
z.ZodTypeDef,
|
|
14458
16234
|
unknown
|
|
14459
16235
|
> = z.object({});
|
|
14460
16236
|
|
|
14461
16237
|
/** @internal */
|
|
14462
|
-
export type
|
|
16238
|
+
export type AtBRANDAt8466$Outbound = {};
|
|
14463
16239
|
|
|
14464
16240
|
/** @internal */
|
|
14465
|
-
export const
|
|
14466
|
-
|
|
16241
|
+
export const AtBRANDAt8466$outboundSchema: z.ZodType<
|
|
16242
|
+
AtBRANDAt8466$Outbound,
|
|
14467
16243
|
z.ZodTypeDef,
|
|
14468
|
-
|
|
16244
|
+
AtBRANDAt8466
|
|
14469
16245
|
> = z.object({});
|
|
14470
16246
|
|
|
14471
16247
|
/**
|
|
14472
16248
|
* @internal
|
|
14473
16249
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14474
16250
|
*/
|
|
14475
|
-
export namespace
|
|
14476
|
-
/** @deprecated use `
|
|
14477
|
-
export const inboundSchema =
|
|
14478
|
-
/** @deprecated use `
|
|
14479
|
-
export const outboundSchema =
|
|
14480
|
-
/** @deprecated use `
|
|
14481
|
-
export type Outbound =
|
|
16251
|
+
export namespace AtBRANDAt8466$ {
|
|
16252
|
+
/** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
|
|
16253
|
+
export const inboundSchema = AtBRANDAt8466$inboundSchema;
|
|
16254
|
+
/** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
|
|
16255
|
+
export const outboundSchema = AtBRANDAt8466$outboundSchema;
|
|
16256
|
+
/** @deprecated use `AtBRANDAt8466$Outbound` instead. */
|
|
16257
|
+
export type Outbound = AtBRANDAt8466$Outbound;
|
|
14482
16258
|
}
|
|
14483
16259
|
|
|
14484
|
-
export function
|
|
14485
|
-
return JSON.stringify(
|
|
16260
|
+
export function atBRANDAt8466ToJSON(atBRANDAt8466: AtBRANDAt8466): string {
|
|
16261
|
+
return JSON.stringify(AtBRANDAt8466$outboundSchema.parse(atBRANDAt8466));
|
|
14486
16262
|
}
|
|
14487
16263
|
|
|
14488
|
-
export function
|
|
16264
|
+
export function atBRANDAt8466FromJSON(
|
|
14489
16265
|
jsonString: string,
|
|
14490
|
-
): SafeParseResult<
|
|
16266
|
+
): SafeParseResult<AtBRANDAt8466, SDKValidationError> {
|
|
14491
16267
|
return safeParse(
|
|
14492
16268
|
jsonString,
|
|
14493
|
-
(x) =>
|
|
14494
|
-
`Failed to parse '
|
|
16269
|
+
(x) => AtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
16270
|
+
`Failed to parse 'AtBRANDAt8466' from JSON`,
|
|
14495
16271
|
);
|
|
14496
16272
|
}
|
|
14497
16273
|
|
|
@@ -14501,16 +16277,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
14501
16277
|
z.ZodTypeDef,
|
|
14502
16278
|
unknown
|
|
14503
16279
|
> = z.object({
|
|
14504
|
-
"__@BRAND@
|
|
16280
|
+
"__@BRAND@8466": z.lazy(() => AtBRANDAt8466$inboundSchema),
|
|
14505
16281
|
}).transform((v) => {
|
|
14506
16282
|
return remap$(v, {
|
|
14507
|
-
"__@BRAND@
|
|
16283
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
14508
16284
|
});
|
|
14509
16285
|
});
|
|
14510
16286
|
|
|
14511
16287
|
/** @internal */
|
|
14512
16288
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
14513
|
-
"__@BRAND@
|
|
16289
|
+
"__@BRAND@8466": AtBRANDAt8466$Outbound;
|
|
14514
16290
|
};
|
|
14515
16291
|
|
|
14516
16292
|
/** @internal */
|
|
@@ -14519,10 +16295,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
14519
16295
|
z.ZodTypeDef,
|
|
14520
16296
|
CreateIntegrationStoreDirectValue
|
|
14521
16297
|
> = z.object({
|
|
14522
|
-
|
|
16298
|
+
atBRANDAt8466: z.lazy(() => AtBRANDAt8466$outboundSchema),
|
|
14523
16299
|
}).transform((v) => {
|
|
14524
16300
|
return remap$(v, {
|
|
14525
|
-
|
|
16301
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
14526
16302
|
});
|
|
14527
16303
|
});
|
|
14528
16304
|
|
|
@@ -14803,13 +16579,16 @@ export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
|
|
|
14803
16579
|
name: z.string().optional(),
|
|
14804
16580
|
slug: z.string().optional(),
|
|
14805
16581
|
iconUrl: z.string().optional(),
|
|
16582
|
+
capabilities: z.lazy(() =>
|
|
16583
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema
|
|
16584
|
+
).optional(),
|
|
14806
16585
|
shortDescription: z.string().optional(),
|
|
14807
16586
|
metadataSchema: z.lazy(() =>
|
|
14808
16587
|
CreateIntegrationStoreDirectMetadataSchema$inboundSchema
|
|
14809
16588
|
).optional(),
|
|
14810
16589
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$inboundSchema))
|
|
14811
16590
|
.optional(),
|
|
14812
|
-
tags: z.array(
|
|
16591
|
+
tags: z.array(CreateIntegrationStoreDirectTags$inboundSchema).optional(),
|
|
14813
16592
|
projectConnectionScopes: z.array(ProjectConnectionScopes$inboundSchema)
|
|
14814
16593
|
.optional(),
|
|
14815
16594
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -14835,6 +16614,7 @@ export type Product$Outbound = {
|
|
|
14835
16614
|
name?: string | undefined;
|
|
14836
16615
|
slug?: string | undefined;
|
|
14837
16616
|
iconUrl?: string | undefined;
|
|
16617
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities$Outbound | undefined;
|
|
14838
16618
|
shortDescription?: string | undefined;
|
|
14839
16619
|
metadataSchema?:
|
|
14840
16620
|
| CreateIntegrationStoreDirectMetadataSchema$Outbound
|
|
@@ -14861,12 +16641,15 @@ export const Product$outboundSchema: z.ZodType<
|
|
|
14861
16641
|
name: z.string().optional(),
|
|
14862
16642
|
slug: z.string().optional(),
|
|
14863
16643
|
iconUrl: z.string().optional(),
|
|
16644
|
+
capabilities: z.lazy(() =>
|
|
16645
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema
|
|
16646
|
+
).optional(),
|
|
14864
16647
|
shortDescription: z.string().optional(),
|
|
14865
16648
|
metadataSchema: z.lazy(() =>
|
|
14866
16649
|
CreateIntegrationStoreDirectMetadataSchema$outboundSchema
|
|
14867
16650
|
).optional(),
|
|
14868
16651
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$outboundSchema)).optional(),
|
|
14869
|
-
tags: z.array(
|
|
16652
|
+
tags: z.array(CreateIntegrationStoreDirectTags$outboundSchema).optional(),
|
|
14870
16653
|
projectConnectionScopes: z.array(ProjectConnectionScopes$outboundSchema)
|
|
14871
16654
|
.optional(),
|
|
14872
16655
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -15589,6 +17372,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
15589
17372
|
usageQuotaExceeded: z.boolean(),
|
|
15590
17373
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
15591
17374
|
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
17375
|
+
capabilities: z.lazy(() => Capabilities$inboundSchema).optional(),
|
|
15592
17376
|
metadata: z.record(
|
|
15593
17377
|
z.union([
|
|
15594
17378
|
z.string(),
|
|
@@ -15623,6 +17407,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
15623
17407
|
usageQuotaExceeded: boolean;
|
|
15624
17408
|
status: string | null;
|
|
15625
17409
|
ownership?: string | undefined;
|
|
17410
|
+
capabilities?: Capabilities$Outbound | undefined;
|
|
15626
17411
|
metadata?: {
|
|
15627
17412
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
15628
17413
|
} | undefined;
|
|
@@ -15648,6 +17433,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
15648
17433
|
usageQuotaExceeded: z.boolean(),
|
|
15649
17434
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
15650
17435
|
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
17436
|
+
capabilities: z.lazy(() => Capabilities$outboundSchema).optional(),
|
|
15651
17437
|
metadata: z.record(
|
|
15652
17438
|
z.union([
|
|
15653
17439
|
z.string(),
|