@vercel/sdk 1.13.7 → 1.13.8
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 +3 -1
- package/bin/mcp-server.js +1422 -1192
- package/bin/mcp-server.js.map +58 -57
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +7 -2
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +33 -15
- package/esm/__tests__/domainsregistrar.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/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__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/projectsPauseProject.js +2 -2
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +27 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +35 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +2 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +2 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -10
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -10
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -4
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +415 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +477 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +38 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +22 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +27 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +36 -0
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +2 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -10
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +2 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +2 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +2 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +2 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +2 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +2 -0
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +2 -0
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +2 -0
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getsupportedtldsop.d.ts +29 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +31 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +2 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -0
- package/esm/models/gettldpriceop.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/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +2 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +2 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +10 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +5 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +2 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +2 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +2 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -0
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +38 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +22 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +30 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +22 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domainsregistrar.d.ts +6 -5
- package/esm/sdk/domainsregistrar.d.ts.map +1 -1
- package/esm/sdk/domainsregistrar.js +2 -2
- package/esm/sdk/domainsregistrar.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +2 -6
- package/src/__tests__/domains.test.ts +7 -2
- package/src/__tests__/domainsregistrar.test.ts +33 -15
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +4 -4
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
- package/src/funcs/projectsPauseProject.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +4 -0
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +36 -30
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getbulkavailabilityop.ts +71 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +4 -0
- package/src/models/getdeploymentop.ts +1 -14
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomainauthcodeop.ts +4 -0
- package/src/models/getdomainavailabilityop.ts +4 -0
- package/src/models/getdomainpriceop.ts +4 -0
- package/src/models/getdomaintransferinop.ts +4 -0
- package/src/models/getorderop.ts +4 -0
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/team.ts +12 -12
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updatedomainautorenewop.ts +4 -0
- package/src/models/updatedomainnameserversop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +36 -30
- package/src/models/userevent.ts +32 -0
- package/src/sdk/domainsregistrar.ts +7 -4
- package/vercel-spec.json +434 -225
|
@@ -117,6 +117,7 @@ export const CreateIntegrationStoreDirectFramework = {
|
|
|
117
117
|
Vuepress: "vuepress",
|
|
118
118
|
Parcel: "parcel",
|
|
119
119
|
Fastapi: "fastapi",
|
|
120
|
+
Flask: "flask",
|
|
120
121
|
Fasthtml: "fasthtml",
|
|
121
122
|
SanityV3: "sanity-v3",
|
|
122
123
|
Sanity: "sanity",
|
|
@@ -172,6 +173,30 @@ export type ProjectsMetadata = {
|
|
|
172
173
|
deployments?: CreateIntegrationStoreDirectDeployments | undefined;
|
|
173
174
|
};
|
|
174
175
|
|
|
176
|
+
export const Providers2 = {
|
|
177
|
+
Wildcard: "*",
|
|
178
|
+
} as const;
|
|
179
|
+
export type Providers2 = ClosedEnum<typeof Providers2>;
|
|
180
|
+
|
|
181
|
+
export const Providers1 = {
|
|
182
|
+
Github: "github",
|
|
183
|
+
Gitlab: "gitlab",
|
|
184
|
+
Bitbucket: "bitbucket",
|
|
185
|
+
} as const;
|
|
186
|
+
export type Providers1 = ClosedEnum<typeof Providers1>;
|
|
187
|
+
|
|
188
|
+
export type Providers = Array<Providers1> | Providers2;
|
|
189
|
+
|
|
190
|
+
export type Git = {
|
|
191
|
+
providers: Array<Providers1> | Providers2;
|
|
192
|
+
owners?: Array<string> | undefined;
|
|
193
|
+
repos?: Array<string> | undefined;
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export type ProjectFilter = {
|
|
197
|
+
git?: Git | undefined;
|
|
198
|
+
};
|
|
199
|
+
|
|
175
200
|
export const CreateIntegrationStoreDirectStatus = {
|
|
176
201
|
Available: "available",
|
|
177
202
|
Error: "error",
|
|
@@ -236,12 +261,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
236
261
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
237
262
|
>;
|
|
238
263
|
|
|
239
|
-
export type
|
|
264
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575 =
|
|
240
265
|
{};
|
|
241
266
|
|
|
242
267
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
243
|
-
|
|
244
|
-
|
|
268
|
+
atBRANDAt8575:
|
|
269
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575;
|
|
245
270
|
};
|
|
246
271
|
|
|
247
272
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -310,31 +335,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
310
335
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
311
336
|
>;
|
|
312
337
|
|
|
313
|
-
export type
|
|
338
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575 =
|
|
314
339
|
{};
|
|
315
340
|
|
|
316
341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
317
342
|
{
|
|
318
|
-
|
|
319
|
-
|
|
343
|
+
atBRANDAt8575:
|
|
344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575;
|
|
320
345
|
};
|
|
321
346
|
|
|
322
|
-
export type
|
|
347
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575 =
|
|
323
348
|
{};
|
|
324
349
|
|
|
325
350
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
326
351
|
{
|
|
327
|
-
|
|
328
|
-
|
|
352
|
+
atBRANDAt8575:
|
|
353
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575;
|
|
329
354
|
};
|
|
330
355
|
|
|
331
|
-
export type
|
|
356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575 =
|
|
332
357
|
{};
|
|
333
358
|
|
|
334
359
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
335
360
|
{
|
|
336
|
-
|
|
337
|
-
|
|
361
|
+
atBRANDAt8575:
|
|
362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575;
|
|
338
363
|
};
|
|
339
364
|
|
|
340
365
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
@@ -472,10 +497,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
472
497
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
473
498
|
>;
|
|
474
499
|
|
|
475
|
-
export type
|
|
500
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575 = {};
|
|
476
501
|
|
|
477
502
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
478
|
-
|
|
503
|
+
atBRANDAt8575: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575;
|
|
479
504
|
};
|
|
480
505
|
|
|
481
506
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -526,10 +551,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
526
551
|
| undefined;
|
|
527
552
|
};
|
|
528
553
|
|
|
529
|
-
export type
|
|
554
|
+
export type UiOptionsAtBRANDAt8575 = {};
|
|
530
555
|
|
|
531
556
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
532
|
-
|
|
557
|
+
atBRANDAt8575: UiOptionsAtBRANDAt8575;
|
|
533
558
|
};
|
|
534
559
|
|
|
535
560
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -592,31 +617,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
592
617
|
| CreateIntegrationStoreDirectUiOptions2
|
|
593
618
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
594
619
|
|
|
595
|
-
export type
|
|
620
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575 =
|
|
596
621
|
{};
|
|
597
622
|
|
|
598
623
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
599
624
|
{
|
|
600
|
-
|
|
601
|
-
|
|
625
|
+
atBRANDAt8575:
|
|
626
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575;
|
|
602
627
|
};
|
|
603
628
|
|
|
604
|
-
export type
|
|
629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575 =
|
|
605
630
|
{};
|
|
606
631
|
|
|
607
632
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
608
633
|
{
|
|
609
|
-
|
|
610
|
-
|
|
634
|
+
atBRANDAt8575:
|
|
635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575;
|
|
611
636
|
};
|
|
612
637
|
|
|
613
|
-
export type
|
|
638
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575 =
|
|
614
639
|
{};
|
|
615
640
|
|
|
616
641
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
617
642
|
{
|
|
618
|
-
|
|
619
|
-
|
|
643
|
+
atBRANDAt8575:
|
|
644
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575;
|
|
620
645
|
};
|
|
621
646
|
|
|
622
647
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -759,31 +784,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
759
784
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
760
785
|
>;
|
|
761
786
|
|
|
762
|
-
export type
|
|
787
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575 =
|
|
763
788
|
{};
|
|
764
789
|
|
|
765
790
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
766
791
|
{
|
|
767
|
-
|
|
768
|
-
|
|
792
|
+
atBRANDAt8575:
|
|
793
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575;
|
|
769
794
|
};
|
|
770
795
|
|
|
771
|
-
export type
|
|
796
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575 =
|
|
772
797
|
{};
|
|
773
798
|
|
|
774
799
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
775
800
|
{
|
|
776
|
-
|
|
777
|
-
|
|
801
|
+
atBRANDAt8575:
|
|
802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575;
|
|
778
803
|
};
|
|
779
804
|
|
|
780
|
-
export type
|
|
805
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575 =
|
|
781
806
|
{};
|
|
782
807
|
|
|
783
808
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
784
809
|
{
|
|
785
|
-
|
|
786
|
-
|
|
810
|
+
atBRANDAt8575:
|
|
811
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575;
|
|
787
812
|
};
|
|
788
813
|
|
|
789
814
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
@@ -1038,28 +1063,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
1038
1063
|
| undefined;
|
|
1039
1064
|
};
|
|
1040
1065
|
|
|
1041
|
-
export type
|
|
1066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575 =
|
|
1042
1067
|
{};
|
|
1043
1068
|
|
|
1044
1069
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
1045
|
-
|
|
1046
|
-
|
|
1070
|
+
atBRANDAt8575:
|
|
1071
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575;
|
|
1047
1072
|
};
|
|
1048
1073
|
|
|
1049
|
-
export type
|
|
1074
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575 =
|
|
1050
1075
|
{};
|
|
1051
1076
|
|
|
1052
1077
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
1053
|
-
|
|
1054
|
-
|
|
1078
|
+
atBRANDAt8575:
|
|
1079
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575;
|
|
1055
1080
|
};
|
|
1056
1081
|
|
|
1057
|
-
export type
|
|
1082
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575 =
|
|
1058
1083
|
{};
|
|
1059
1084
|
|
|
1060
1085
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
1061
|
-
|
|
1062
|
-
|
|
1086
|
+
atBRANDAt8575:
|
|
1087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575;
|
|
1063
1088
|
};
|
|
1064
1089
|
|
|
1065
1090
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1562,24 +1587,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1562
1587
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1563
1588
|
>;
|
|
1564
1589
|
|
|
1565
|
-
export type
|
|
1590
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575 =
|
|
1566
1591
|
{};
|
|
1567
1592
|
|
|
1568
1593
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1569
|
-
|
|
1570
|
-
|
|
1594
|
+
atBRANDAt8575:
|
|
1595
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575;
|
|
1571
1596
|
};
|
|
1572
1597
|
|
|
1573
|
-
export type
|
|
1598
|
+
export type PropertiesAtBRANDAt8575 = {};
|
|
1574
1599
|
|
|
1575
1600
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1576
|
-
|
|
1601
|
+
atBRANDAt8575: PropertiesAtBRANDAt8575;
|
|
1577
1602
|
};
|
|
1578
1603
|
|
|
1579
|
-
export type
|
|
1604
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575 = {};
|
|
1580
1605
|
|
|
1581
1606
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1582
|
-
|
|
1607
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesAtBRANDAt8575;
|
|
1583
1608
|
};
|
|
1584
1609
|
|
|
1585
1610
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1813,10 +1838,10 @@ export type Guides = {
|
|
|
1813
1838
|
steps: Array<Steps>;
|
|
1814
1839
|
};
|
|
1815
1840
|
|
|
1816
|
-
export type
|
|
1841
|
+
export type AtBRANDAt8575 = {};
|
|
1817
1842
|
|
|
1818
1843
|
export type CreateIntegrationStoreDirectValue = {
|
|
1819
|
-
|
|
1844
|
+
atBRANDAt8575: AtBRANDAt8575;
|
|
1820
1845
|
};
|
|
1821
1846
|
|
|
1822
1847
|
export const Disabled3 = {
|
|
@@ -1949,6 +1974,7 @@ export type CreateIntegrationStoreDirectBillingPlan = {
|
|
|
1949
1974
|
|
|
1950
1975
|
export type CreateIntegrationStoreDirectStore = {
|
|
1951
1976
|
projectsMetadata: Array<ProjectsMetadata>;
|
|
1977
|
+
projectFilter?: ProjectFilter | undefined;
|
|
1952
1978
|
totalConnectedProjects?: number | undefined;
|
|
1953
1979
|
usageQuotaExceeded: boolean;
|
|
1954
1980
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
@@ -2496,6 +2522,194 @@ export function projectsMetadataFromJSON(
|
|
|
2496
2522
|
);
|
|
2497
2523
|
}
|
|
2498
2524
|
|
|
2525
|
+
/** @internal */
|
|
2526
|
+
export const Providers2$inboundSchema: z.ZodNativeEnum<typeof Providers2> = z
|
|
2527
|
+
.nativeEnum(Providers2);
|
|
2528
|
+
|
|
2529
|
+
/** @internal */
|
|
2530
|
+
export const Providers2$outboundSchema: z.ZodNativeEnum<typeof Providers2> =
|
|
2531
|
+
Providers2$inboundSchema;
|
|
2532
|
+
|
|
2533
|
+
/**
|
|
2534
|
+
* @internal
|
|
2535
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2536
|
+
*/
|
|
2537
|
+
export namespace Providers2$ {
|
|
2538
|
+
/** @deprecated use `Providers2$inboundSchema` instead. */
|
|
2539
|
+
export const inboundSchema = Providers2$inboundSchema;
|
|
2540
|
+
/** @deprecated use `Providers2$outboundSchema` instead. */
|
|
2541
|
+
export const outboundSchema = Providers2$outboundSchema;
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
/** @internal */
|
|
2545
|
+
export const Providers1$inboundSchema: z.ZodNativeEnum<typeof Providers1> = z
|
|
2546
|
+
.nativeEnum(Providers1);
|
|
2547
|
+
|
|
2548
|
+
/** @internal */
|
|
2549
|
+
export const Providers1$outboundSchema: z.ZodNativeEnum<typeof Providers1> =
|
|
2550
|
+
Providers1$inboundSchema;
|
|
2551
|
+
|
|
2552
|
+
/**
|
|
2553
|
+
* @internal
|
|
2554
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2555
|
+
*/
|
|
2556
|
+
export namespace Providers1$ {
|
|
2557
|
+
/** @deprecated use `Providers1$inboundSchema` instead. */
|
|
2558
|
+
export const inboundSchema = Providers1$inboundSchema;
|
|
2559
|
+
/** @deprecated use `Providers1$outboundSchema` instead. */
|
|
2560
|
+
export const outboundSchema = Providers1$outboundSchema;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
/** @internal */
|
|
2564
|
+
export const Providers$inboundSchema: z.ZodType<
|
|
2565
|
+
Providers,
|
|
2566
|
+
z.ZodTypeDef,
|
|
2567
|
+
unknown
|
|
2568
|
+
> = z.union([z.array(Providers1$inboundSchema), Providers2$inboundSchema]);
|
|
2569
|
+
|
|
2570
|
+
/** @internal */
|
|
2571
|
+
export type Providers$Outbound = Array<string> | string;
|
|
2572
|
+
|
|
2573
|
+
/** @internal */
|
|
2574
|
+
export const Providers$outboundSchema: z.ZodType<
|
|
2575
|
+
Providers$Outbound,
|
|
2576
|
+
z.ZodTypeDef,
|
|
2577
|
+
Providers
|
|
2578
|
+
> = z.union([z.array(Providers1$outboundSchema), Providers2$outboundSchema]);
|
|
2579
|
+
|
|
2580
|
+
/**
|
|
2581
|
+
* @internal
|
|
2582
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2583
|
+
*/
|
|
2584
|
+
export namespace Providers$ {
|
|
2585
|
+
/** @deprecated use `Providers$inboundSchema` instead. */
|
|
2586
|
+
export const inboundSchema = Providers$inboundSchema;
|
|
2587
|
+
/** @deprecated use `Providers$outboundSchema` instead. */
|
|
2588
|
+
export const outboundSchema = Providers$outboundSchema;
|
|
2589
|
+
/** @deprecated use `Providers$Outbound` instead. */
|
|
2590
|
+
export type Outbound = Providers$Outbound;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
export function providersToJSON(providers: Providers): string {
|
|
2594
|
+
return JSON.stringify(Providers$outboundSchema.parse(providers));
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
export function providersFromJSON(
|
|
2598
|
+
jsonString: string,
|
|
2599
|
+
): SafeParseResult<Providers, SDKValidationError> {
|
|
2600
|
+
return safeParse(
|
|
2601
|
+
jsonString,
|
|
2602
|
+
(x) => Providers$inboundSchema.parse(JSON.parse(x)),
|
|
2603
|
+
`Failed to parse 'Providers' from JSON`,
|
|
2604
|
+
);
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
/** @internal */
|
|
2608
|
+
export const Git$inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown> = z
|
|
2609
|
+
.object({
|
|
2610
|
+
providers: z.union([
|
|
2611
|
+
z.array(Providers1$inboundSchema),
|
|
2612
|
+
Providers2$inboundSchema,
|
|
2613
|
+
]),
|
|
2614
|
+
owners: z.array(z.string()).optional(),
|
|
2615
|
+
repos: z.array(z.string()).optional(),
|
|
2616
|
+
});
|
|
2617
|
+
|
|
2618
|
+
/** @internal */
|
|
2619
|
+
export type Git$Outbound = {
|
|
2620
|
+
providers: Array<string> | string;
|
|
2621
|
+
owners?: Array<string> | undefined;
|
|
2622
|
+
repos?: Array<string> | undefined;
|
|
2623
|
+
};
|
|
2624
|
+
|
|
2625
|
+
/** @internal */
|
|
2626
|
+
export const Git$outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git> = z
|
|
2627
|
+
.object({
|
|
2628
|
+
providers: z.union([
|
|
2629
|
+
z.array(Providers1$outboundSchema),
|
|
2630
|
+
Providers2$outboundSchema,
|
|
2631
|
+
]),
|
|
2632
|
+
owners: z.array(z.string()).optional(),
|
|
2633
|
+
repos: z.array(z.string()).optional(),
|
|
2634
|
+
});
|
|
2635
|
+
|
|
2636
|
+
/**
|
|
2637
|
+
* @internal
|
|
2638
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2639
|
+
*/
|
|
2640
|
+
export namespace Git$ {
|
|
2641
|
+
/** @deprecated use `Git$inboundSchema` instead. */
|
|
2642
|
+
export const inboundSchema = Git$inboundSchema;
|
|
2643
|
+
/** @deprecated use `Git$outboundSchema` instead. */
|
|
2644
|
+
export const outboundSchema = Git$outboundSchema;
|
|
2645
|
+
/** @deprecated use `Git$Outbound` instead. */
|
|
2646
|
+
export type Outbound = Git$Outbound;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
export function gitToJSON(git: Git): string {
|
|
2650
|
+
return JSON.stringify(Git$outboundSchema.parse(git));
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
export function gitFromJSON(
|
|
2654
|
+
jsonString: string,
|
|
2655
|
+
): SafeParseResult<Git, SDKValidationError> {
|
|
2656
|
+
return safeParse(
|
|
2657
|
+
jsonString,
|
|
2658
|
+
(x) => Git$inboundSchema.parse(JSON.parse(x)),
|
|
2659
|
+
`Failed to parse 'Git' from JSON`,
|
|
2660
|
+
);
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
/** @internal */
|
|
2664
|
+
export const ProjectFilter$inboundSchema: z.ZodType<
|
|
2665
|
+
ProjectFilter,
|
|
2666
|
+
z.ZodTypeDef,
|
|
2667
|
+
unknown
|
|
2668
|
+
> = z.object({
|
|
2669
|
+
git: z.lazy(() => Git$inboundSchema).optional(),
|
|
2670
|
+
});
|
|
2671
|
+
|
|
2672
|
+
/** @internal */
|
|
2673
|
+
export type ProjectFilter$Outbound = {
|
|
2674
|
+
git?: Git$Outbound | undefined;
|
|
2675
|
+
};
|
|
2676
|
+
|
|
2677
|
+
/** @internal */
|
|
2678
|
+
export const ProjectFilter$outboundSchema: z.ZodType<
|
|
2679
|
+
ProjectFilter$Outbound,
|
|
2680
|
+
z.ZodTypeDef,
|
|
2681
|
+
ProjectFilter
|
|
2682
|
+
> = z.object({
|
|
2683
|
+
git: z.lazy(() => Git$outboundSchema).optional(),
|
|
2684
|
+
});
|
|
2685
|
+
|
|
2686
|
+
/**
|
|
2687
|
+
* @internal
|
|
2688
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2689
|
+
*/
|
|
2690
|
+
export namespace ProjectFilter$ {
|
|
2691
|
+
/** @deprecated use `ProjectFilter$inboundSchema` instead. */
|
|
2692
|
+
export const inboundSchema = ProjectFilter$inboundSchema;
|
|
2693
|
+
/** @deprecated use `ProjectFilter$outboundSchema` instead. */
|
|
2694
|
+
export const outboundSchema = ProjectFilter$outboundSchema;
|
|
2695
|
+
/** @deprecated use `ProjectFilter$Outbound` instead. */
|
|
2696
|
+
export type Outbound = ProjectFilter$Outbound;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
export function projectFilterToJSON(projectFilter: ProjectFilter): string {
|
|
2700
|
+
return JSON.stringify(ProjectFilter$outboundSchema.parse(projectFilter));
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
export function projectFilterFromJSON(
|
|
2704
|
+
jsonString: string,
|
|
2705
|
+
): SafeParseResult<ProjectFilter, SDKValidationError> {
|
|
2706
|
+
return safeParse(
|
|
2707
|
+
jsonString,
|
|
2708
|
+
(x) => ProjectFilter$inboundSchema.parse(JSON.parse(x)),
|
|
2709
|
+
`Failed to parse 'ProjectFilter' from JSON`,
|
|
2710
|
+
);
|
|
2711
|
+
}
|
|
2712
|
+
|
|
2499
2713
|
/** @internal */
|
|
2500
2714
|
export const CreateIntegrationStoreDirectStatus$inboundSchema: z.ZodNativeEnum<
|
|
2501
2715
|
typeof CreateIntegrationStoreDirectStatus
|
|
@@ -2796,65 +3010,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2796
3010
|
}
|
|
2797
3011
|
|
|
2798
3012
|
/** @internal */
|
|
2799
|
-
export const
|
|
3013
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema:
|
|
2800
3014
|
z.ZodType<
|
|
2801
|
-
|
|
3015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575,
|
|
2802
3016
|
z.ZodTypeDef,
|
|
2803
3017
|
unknown
|
|
2804
3018
|
> = z.object({});
|
|
2805
3019
|
|
|
2806
3020
|
/** @internal */
|
|
2807
|
-
export type
|
|
3021
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound =
|
|
2808
3022
|
{};
|
|
2809
3023
|
|
|
2810
3024
|
/** @internal */
|
|
2811
|
-
export const
|
|
3025
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema:
|
|
2812
3026
|
z.ZodType<
|
|
2813
|
-
|
|
3027
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound,
|
|
2814
3028
|
z.ZodTypeDef,
|
|
2815
|
-
|
|
3029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575
|
|
2816
3030
|
> = z.object({});
|
|
2817
3031
|
|
|
2818
3032
|
/**
|
|
2819
3033
|
* @internal
|
|
2820
3034
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2821
3035
|
*/
|
|
2822
|
-
export namespace
|
|
2823
|
-
/** @deprecated use `
|
|
3036
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ {
|
|
3037
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema` instead. */
|
|
2824
3038
|
export const inboundSchema =
|
|
2825
|
-
|
|
2826
|
-
/** @deprecated use `
|
|
3039
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema;
|
|
3040
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema` instead. */
|
|
2827
3041
|
export const outboundSchema =
|
|
2828
|
-
|
|
2829
|
-
/** @deprecated use `
|
|
3042
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema;
|
|
3043
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound` instead. */
|
|
2830
3044
|
export type Outbound =
|
|
2831
|
-
|
|
3045
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
|
|
2832
3046
|
}
|
|
2833
3047
|
|
|
2834
|
-
export function
|
|
2835
|
-
|
|
2836
|
-
|
|
3048
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575ToJSON(
|
|
3049
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575:
|
|
3050
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575,
|
|
2837
3051
|
): string {
|
|
2838
3052
|
return JSON.stringify(
|
|
2839
|
-
|
|
3053
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema
|
|
2840
3054
|
.parse(
|
|
2841
|
-
|
|
3055
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575,
|
|
2842
3056
|
),
|
|
2843
3057
|
);
|
|
2844
3058
|
}
|
|
2845
3059
|
|
|
2846
|
-
export function
|
|
3060
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(
|
|
2847
3061
|
jsonString: string,
|
|
2848
3062
|
): SafeParseResult<
|
|
2849
|
-
|
|
3063
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575,
|
|
2850
3064
|
SDKValidationError
|
|
2851
3065
|
> {
|
|
2852
3066
|
return safeParse(
|
|
2853
3067
|
jsonString,
|
|
2854
3068
|
(x) =>
|
|
2855
|
-
|
|
3069
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema
|
|
2856
3070
|
.parse(JSON.parse(x)),
|
|
2857
|
-
`Failed to parse '
|
|
3071
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575' from JSON`,
|
|
2858
3072
|
);
|
|
2859
3073
|
}
|
|
2860
3074
|
|
|
@@ -2865,19 +3079,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2865
3079
|
z.ZodTypeDef,
|
|
2866
3080
|
unknown
|
|
2867
3081
|
> = z.object({
|
|
2868
|
-
"__@BRAND@
|
|
2869
|
-
|
|
3082
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
3083
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema
|
|
2870
3084
|
),
|
|
2871
3085
|
}).transform((v) => {
|
|
2872
3086
|
return remap$(v, {
|
|
2873
|
-
"__@BRAND@
|
|
3087
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
2874
3088
|
});
|
|
2875
3089
|
});
|
|
2876
3090
|
|
|
2877
3091
|
/** @internal */
|
|
2878
3092
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2879
|
-
"__@BRAND@
|
|
2880
|
-
|
|
3093
|
+
"__@BRAND@8575":
|
|
3094
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
|
|
2881
3095
|
};
|
|
2882
3096
|
|
|
2883
3097
|
/** @internal */
|
|
@@ -2887,12 +3101,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2887
3101
|
z.ZodTypeDef,
|
|
2888
3102
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2889
3103
|
> = z.object({
|
|
2890
|
-
|
|
2891
|
-
|
|
3104
|
+
atBRANDAt8575: z.lazy(() =>
|
|
3105
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema
|
|
2892
3106
|
),
|
|
2893
3107
|
}).transform((v) => {
|
|
2894
3108
|
return remap$(v, {
|
|
2895
|
-
|
|
3109
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
2896
3110
|
});
|
|
2897
3111
|
});
|
|
2898
3112
|
|
|
@@ -3404,65 +3618,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3404
3618
|
}
|
|
3405
3619
|
|
|
3406
3620
|
/** @internal */
|
|
3407
|
-
export const
|
|
3621
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema:
|
|
3408
3622
|
z.ZodType<
|
|
3409
|
-
|
|
3623
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575,
|
|
3410
3624
|
z.ZodTypeDef,
|
|
3411
3625
|
unknown
|
|
3412
3626
|
> = z.object({});
|
|
3413
3627
|
|
|
3414
3628
|
/** @internal */
|
|
3415
|
-
export type
|
|
3629
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound =
|
|
3416
3630
|
{};
|
|
3417
3631
|
|
|
3418
3632
|
/** @internal */
|
|
3419
|
-
export const
|
|
3633
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema:
|
|
3420
3634
|
z.ZodType<
|
|
3421
|
-
|
|
3635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound,
|
|
3422
3636
|
z.ZodTypeDef,
|
|
3423
|
-
|
|
3637
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575
|
|
3424
3638
|
> = z.object({});
|
|
3425
3639
|
|
|
3426
3640
|
/**
|
|
3427
3641
|
* @internal
|
|
3428
3642
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3429
3643
|
*/
|
|
3430
|
-
export namespace
|
|
3431
|
-
/** @deprecated use `
|
|
3644
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ {
|
|
3645
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema` instead. */
|
|
3432
3646
|
export const inboundSchema =
|
|
3433
|
-
|
|
3434
|
-
/** @deprecated use `
|
|
3647
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema;
|
|
3648
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema` instead. */
|
|
3435
3649
|
export const outboundSchema =
|
|
3436
|
-
|
|
3437
|
-
/** @deprecated use `
|
|
3650
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema;
|
|
3651
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound` instead. */
|
|
3438
3652
|
export type Outbound =
|
|
3439
|
-
|
|
3653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
|
|
3440
3654
|
}
|
|
3441
3655
|
|
|
3442
|
-
export function
|
|
3443
|
-
|
|
3444
|
-
|
|
3656
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575ToJSON(
|
|
3657
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575:
|
|
3658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575,
|
|
3445
3659
|
): string {
|
|
3446
3660
|
return JSON.stringify(
|
|
3447
|
-
|
|
3661
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema
|
|
3448
3662
|
.parse(
|
|
3449
|
-
|
|
3663
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575,
|
|
3450
3664
|
),
|
|
3451
3665
|
);
|
|
3452
3666
|
}
|
|
3453
3667
|
|
|
3454
|
-
export function
|
|
3668
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(
|
|
3455
3669
|
jsonString: string,
|
|
3456
3670
|
): SafeParseResult<
|
|
3457
|
-
|
|
3671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575,
|
|
3458
3672
|
SDKValidationError
|
|
3459
3673
|
> {
|
|
3460
3674
|
return safeParse(
|
|
3461
3675
|
jsonString,
|
|
3462
3676
|
(x) =>
|
|
3463
|
-
|
|
3677
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema
|
|
3464
3678
|
.parse(JSON.parse(x)),
|
|
3465
|
-
`Failed to parse '
|
|
3679
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575' from JSON`,
|
|
3466
3680
|
);
|
|
3467
3681
|
}
|
|
3468
3682
|
|
|
@@ -3473,20 +3687,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3473
3687
|
z.ZodTypeDef,
|
|
3474
3688
|
unknown
|
|
3475
3689
|
> = z.object({
|
|
3476
|
-
"__@BRAND@
|
|
3477
|
-
|
|
3690
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
3691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema
|
|
3478
3692
|
),
|
|
3479
3693
|
}).transform((v) => {
|
|
3480
3694
|
return remap$(v, {
|
|
3481
|
-
"__@BRAND@
|
|
3695
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
3482
3696
|
});
|
|
3483
3697
|
});
|
|
3484
3698
|
|
|
3485
3699
|
/** @internal */
|
|
3486
3700
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3487
3701
|
{
|
|
3488
|
-
"__@BRAND@
|
|
3489
|
-
|
|
3702
|
+
"__@BRAND@8575":
|
|
3703
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
|
|
3490
3704
|
};
|
|
3491
3705
|
|
|
3492
3706
|
/** @internal */
|
|
@@ -3496,12 +3710,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
3496
3710
|
z.ZodTypeDef,
|
|
3497
3711
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3498
3712
|
> = z.object({
|
|
3499
|
-
|
|
3500
|
-
|
|
3713
|
+
atBRANDAt8575: z.lazy(() =>
|
|
3714
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema
|
|
3501
3715
|
),
|
|
3502
3716
|
}).transform((v) => {
|
|
3503
3717
|
return remap$(v, {
|
|
3504
|
-
|
|
3718
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
3505
3719
|
});
|
|
3506
3720
|
});
|
|
3507
3721
|
|
|
@@ -3549,65 +3763,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
|
|
|
3549
3763
|
}
|
|
3550
3764
|
|
|
3551
3765
|
/** @internal */
|
|
3552
|
-
export const
|
|
3766
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema:
|
|
3553
3767
|
z.ZodType<
|
|
3554
|
-
|
|
3768
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575,
|
|
3555
3769
|
z.ZodTypeDef,
|
|
3556
3770
|
unknown
|
|
3557
3771
|
> = z.object({});
|
|
3558
3772
|
|
|
3559
3773
|
/** @internal */
|
|
3560
|
-
export type
|
|
3774
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound =
|
|
3561
3775
|
{};
|
|
3562
3776
|
|
|
3563
3777
|
/** @internal */
|
|
3564
|
-
export const
|
|
3778
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema:
|
|
3565
3779
|
z.ZodType<
|
|
3566
|
-
|
|
3780
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound,
|
|
3567
3781
|
z.ZodTypeDef,
|
|
3568
|
-
|
|
3782
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575
|
|
3569
3783
|
> = z.object({});
|
|
3570
3784
|
|
|
3571
3785
|
/**
|
|
3572
3786
|
* @internal
|
|
3573
3787
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3574
3788
|
*/
|
|
3575
|
-
export namespace
|
|
3576
|
-
/** @deprecated use `
|
|
3789
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ {
|
|
3790
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema` instead. */
|
|
3577
3791
|
export const inboundSchema =
|
|
3578
|
-
|
|
3579
|
-
/** @deprecated use `
|
|
3792
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema;
|
|
3793
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema` instead. */
|
|
3580
3794
|
export const outboundSchema =
|
|
3581
|
-
|
|
3582
|
-
/** @deprecated use `
|
|
3795
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema;
|
|
3796
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound` instead. */
|
|
3583
3797
|
export type Outbound =
|
|
3584
|
-
|
|
3798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
|
|
3585
3799
|
}
|
|
3586
3800
|
|
|
3587
|
-
export function
|
|
3588
|
-
|
|
3589
|
-
|
|
3801
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575ToJSON(
|
|
3802
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575:
|
|
3803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575,
|
|
3590
3804
|
): string {
|
|
3591
3805
|
return JSON.stringify(
|
|
3592
|
-
|
|
3806
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema
|
|
3593
3807
|
.parse(
|
|
3594
|
-
|
|
3808
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575,
|
|
3595
3809
|
),
|
|
3596
3810
|
);
|
|
3597
3811
|
}
|
|
3598
3812
|
|
|
3599
|
-
export function
|
|
3813
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(
|
|
3600
3814
|
jsonString: string,
|
|
3601
3815
|
): SafeParseResult<
|
|
3602
|
-
|
|
3816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575,
|
|
3603
3817
|
SDKValidationError
|
|
3604
3818
|
> {
|
|
3605
3819
|
return safeParse(
|
|
3606
3820
|
jsonString,
|
|
3607
3821
|
(x) =>
|
|
3608
|
-
|
|
3822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema
|
|
3609
3823
|
.parse(JSON.parse(x)),
|
|
3610
|
-
`Failed to parse '
|
|
3824
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575' from JSON`,
|
|
3611
3825
|
);
|
|
3612
3826
|
}
|
|
3613
3827
|
|
|
@@ -3618,20 +3832,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3618
3832
|
z.ZodTypeDef,
|
|
3619
3833
|
unknown
|
|
3620
3834
|
> = z.object({
|
|
3621
|
-
"__@BRAND@
|
|
3622
|
-
|
|
3835
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
3836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema
|
|
3623
3837
|
),
|
|
3624
3838
|
}).transform((v) => {
|
|
3625
3839
|
return remap$(v, {
|
|
3626
|
-
"__@BRAND@
|
|
3840
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
3627
3841
|
});
|
|
3628
3842
|
});
|
|
3629
3843
|
|
|
3630
3844
|
/** @internal */
|
|
3631
3845
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3632
3846
|
{
|
|
3633
|
-
"__@BRAND@
|
|
3634
|
-
|
|
3847
|
+
"__@BRAND@8575":
|
|
3848
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
|
|
3635
3849
|
};
|
|
3636
3850
|
|
|
3637
3851
|
/** @internal */
|
|
@@ -3641,12 +3855,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
3641
3855
|
z.ZodTypeDef,
|
|
3642
3856
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3643
3857
|
> = z.object({
|
|
3644
|
-
|
|
3645
|
-
|
|
3858
|
+
atBRANDAt8575: z.lazy(() =>
|
|
3859
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema
|
|
3646
3860
|
),
|
|
3647
3861
|
}).transform((v) => {
|
|
3648
3862
|
return remap$(v, {
|
|
3649
|
-
|
|
3863
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
3650
3864
|
});
|
|
3651
3865
|
});
|
|
3652
3866
|
|
|
@@ -3694,65 +3908,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
|
|
|
3694
3908
|
}
|
|
3695
3909
|
|
|
3696
3910
|
/** @internal */
|
|
3697
|
-
export const
|
|
3911
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema:
|
|
3698
3912
|
z.ZodType<
|
|
3699
|
-
|
|
3913
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575,
|
|
3700
3914
|
z.ZodTypeDef,
|
|
3701
3915
|
unknown
|
|
3702
3916
|
> = z.object({});
|
|
3703
3917
|
|
|
3704
3918
|
/** @internal */
|
|
3705
|
-
export type
|
|
3919
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound =
|
|
3706
3920
|
{};
|
|
3707
3921
|
|
|
3708
3922
|
/** @internal */
|
|
3709
|
-
export const
|
|
3923
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema:
|
|
3710
3924
|
z.ZodType<
|
|
3711
|
-
|
|
3925
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound,
|
|
3712
3926
|
z.ZodTypeDef,
|
|
3713
|
-
|
|
3927
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575
|
|
3714
3928
|
> = z.object({});
|
|
3715
3929
|
|
|
3716
3930
|
/**
|
|
3717
3931
|
* @internal
|
|
3718
3932
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3719
3933
|
*/
|
|
3720
|
-
export namespace
|
|
3721
|
-
/** @deprecated use `
|
|
3934
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ {
|
|
3935
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema` instead. */
|
|
3722
3936
|
export const inboundSchema =
|
|
3723
|
-
|
|
3724
|
-
/** @deprecated use `
|
|
3937
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema;
|
|
3938
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema` instead. */
|
|
3725
3939
|
export const outboundSchema =
|
|
3726
|
-
|
|
3727
|
-
/** @deprecated use `
|
|
3940
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema;
|
|
3941
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound` instead. */
|
|
3728
3942
|
export type Outbound =
|
|
3729
|
-
|
|
3943
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
|
|
3730
3944
|
}
|
|
3731
3945
|
|
|
3732
|
-
export function
|
|
3733
|
-
|
|
3734
|
-
|
|
3946
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575ToJSON(
|
|
3947
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575:
|
|
3948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575,
|
|
3735
3949
|
): string {
|
|
3736
3950
|
return JSON.stringify(
|
|
3737
|
-
|
|
3951
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema
|
|
3738
3952
|
.parse(
|
|
3739
|
-
|
|
3953
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575,
|
|
3740
3954
|
),
|
|
3741
3955
|
);
|
|
3742
3956
|
}
|
|
3743
3957
|
|
|
3744
|
-
export function
|
|
3958
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(
|
|
3745
3959
|
jsonString: string,
|
|
3746
3960
|
): SafeParseResult<
|
|
3747
|
-
|
|
3961
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575,
|
|
3748
3962
|
SDKValidationError
|
|
3749
3963
|
> {
|
|
3750
3964
|
return safeParse(
|
|
3751
3965
|
jsonString,
|
|
3752
3966
|
(x) =>
|
|
3753
|
-
|
|
3967
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema
|
|
3754
3968
|
.parse(JSON.parse(x)),
|
|
3755
|
-
`Failed to parse '
|
|
3969
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575' from JSON`,
|
|
3756
3970
|
);
|
|
3757
3971
|
}
|
|
3758
3972
|
|
|
@@ -3763,20 +3977,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3763
3977
|
z.ZodTypeDef,
|
|
3764
3978
|
unknown
|
|
3765
3979
|
> = z.object({
|
|
3766
|
-
"__@BRAND@
|
|
3767
|
-
|
|
3980
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
3981
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema
|
|
3768
3982
|
),
|
|
3769
3983
|
}).transform((v) => {
|
|
3770
3984
|
return remap$(v, {
|
|
3771
|
-
"__@BRAND@
|
|
3985
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
3772
3986
|
});
|
|
3773
3987
|
});
|
|
3774
3988
|
|
|
3775
3989
|
/** @internal */
|
|
3776
3990
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3777
3991
|
{
|
|
3778
|
-
"__@BRAND@
|
|
3779
|
-
|
|
3992
|
+
"__@BRAND@8575":
|
|
3993
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
|
|
3780
3994
|
};
|
|
3781
3995
|
|
|
3782
3996
|
/** @internal */
|
|
@@ -3786,12 +4000,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
3786
4000
|
z.ZodTypeDef,
|
|
3787
4001
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3788
4002
|
> = z.object({
|
|
3789
|
-
|
|
3790
|
-
|
|
4003
|
+
atBRANDAt8575: z.lazy(() =>
|
|
4004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema
|
|
3791
4005
|
),
|
|
3792
4006
|
}).transform((v) => {
|
|
3793
4007
|
return remap$(v, {
|
|
3794
|
-
|
|
4008
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
3795
4009
|
});
|
|
3796
4010
|
});
|
|
3797
4011
|
|
|
@@ -4847,64 +5061,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
4847
5061
|
}
|
|
4848
5062
|
|
|
4849
5063
|
/** @internal */
|
|
4850
|
-
export const
|
|
5064
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema:
|
|
4851
5065
|
z.ZodType<
|
|
4852
|
-
|
|
5066
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575,
|
|
4853
5067
|
z.ZodTypeDef,
|
|
4854
5068
|
unknown
|
|
4855
5069
|
> = z.object({});
|
|
4856
5070
|
|
|
4857
5071
|
/** @internal */
|
|
4858
|
-
export type
|
|
5072
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound = {};
|
|
4859
5073
|
|
|
4860
5074
|
/** @internal */
|
|
4861
|
-
export const
|
|
5075
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema:
|
|
4862
5076
|
z.ZodType<
|
|
4863
|
-
|
|
5077
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound,
|
|
4864
5078
|
z.ZodTypeDef,
|
|
4865
|
-
|
|
5079
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575
|
|
4866
5080
|
> = z.object({});
|
|
4867
5081
|
|
|
4868
5082
|
/**
|
|
4869
5083
|
* @internal
|
|
4870
5084
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4871
5085
|
*/
|
|
4872
|
-
export namespace
|
|
4873
|
-
/** @deprecated use `
|
|
5086
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ {
|
|
5087
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
4874
5088
|
export const inboundSchema =
|
|
4875
|
-
|
|
4876
|
-
/** @deprecated use `
|
|
5089
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema;
|
|
5090
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
4877
5091
|
export const outboundSchema =
|
|
4878
|
-
|
|
4879
|
-
/** @deprecated use `
|
|
5092
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema;
|
|
5093
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound` instead. */
|
|
4880
5094
|
export type Outbound =
|
|
4881
|
-
|
|
5095
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
|
|
4882
5096
|
}
|
|
4883
5097
|
|
|
4884
|
-
export function
|
|
4885
|
-
|
|
4886
|
-
|
|
5098
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575ToJSON(
|
|
5099
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8575:
|
|
5100
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575,
|
|
4887
5101
|
): string {
|
|
4888
5102
|
return JSON.stringify(
|
|
4889
|
-
|
|
4890
|
-
|
|
5103
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema.parse(
|
|
5104
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8575,
|
|
4891
5105
|
),
|
|
4892
5106
|
);
|
|
4893
5107
|
}
|
|
4894
5108
|
|
|
4895
|
-
export function
|
|
5109
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(
|
|
4896
5110
|
jsonString: string,
|
|
4897
5111
|
): SafeParseResult<
|
|
4898
|
-
|
|
5112
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575,
|
|
4899
5113
|
SDKValidationError
|
|
4900
5114
|
> {
|
|
4901
5115
|
return safeParse(
|
|
4902
5116
|
jsonString,
|
|
4903
5117
|
(x) =>
|
|
4904
|
-
|
|
5118
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema.parse(
|
|
4905
5119
|
JSON.parse(x),
|
|
4906
5120
|
),
|
|
4907
|
-
`Failed to parse '
|
|
5121
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575' from JSON`,
|
|
4908
5122
|
);
|
|
4909
5123
|
}
|
|
4910
5124
|
|
|
@@ -4912,18 +5126,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(
|
|
|
4912
5126
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
4913
5127
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
4914
5128
|
z.object({
|
|
4915
|
-
"__@BRAND@
|
|
4916
|
-
|
|
5129
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
5130
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema
|
|
4917
5131
|
),
|
|
4918
5132
|
}).transform((v) => {
|
|
4919
5133
|
return remap$(v, {
|
|
4920
|
-
"__@BRAND@
|
|
5134
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
4921
5135
|
});
|
|
4922
5136
|
});
|
|
4923
5137
|
|
|
4924
5138
|
/** @internal */
|
|
4925
5139
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
4926
|
-
"__@BRAND@
|
|
5140
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
|
|
4927
5141
|
};
|
|
4928
5142
|
|
|
4929
5143
|
/** @internal */
|
|
@@ -4933,12 +5147,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
4933
5147
|
z.ZodTypeDef,
|
|
4934
5148
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
4935
5149
|
> = z.object({
|
|
4936
|
-
|
|
4937
|
-
|
|
5150
|
+
atBRANDAt8575: z.lazy(() =>
|
|
5151
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema
|
|
4938
5152
|
),
|
|
4939
5153
|
}).transform((v) => {
|
|
4940
5154
|
return remap$(v, {
|
|
4941
|
-
|
|
5155
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
4942
5156
|
});
|
|
4943
5157
|
});
|
|
4944
5158
|
|
|
@@ -5422,50 +5636,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
5422
5636
|
}
|
|
5423
5637
|
|
|
5424
5638
|
/** @internal */
|
|
5425
|
-
export const
|
|
5426
|
-
|
|
5639
|
+
export const UiOptionsAtBRANDAt8575$inboundSchema: z.ZodType<
|
|
5640
|
+
UiOptionsAtBRANDAt8575,
|
|
5427
5641
|
z.ZodTypeDef,
|
|
5428
5642
|
unknown
|
|
5429
5643
|
> = z.object({});
|
|
5430
5644
|
|
|
5431
5645
|
/** @internal */
|
|
5432
|
-
export type
|
|
5646
|
+
export type UiOptionsAtBRANDAt8575$Outbound = {};
|
|
5433
5647
|
|
|
5434
5648
|
/** @internal */
|
|
5435
|
-
export const
|
|
5436
|
-
|
|
5649
|
+
export const UiOptionsAtBRANDAt8575$outboundSchema: z.ZodType<
|
|
5650
|
+
UiOptionsAtBRANDAt8575$Outbound,
|
|
5437
5651
|
z.ZodTypeDef,
|
|
5438
|
-
|
|
5652
|
+
UiOptionsAtBRANDAt8575
|
|
5439
5653
|
> = z.object({});
|
|
5440
5654
|
|
|
5441
5655
|
/**
|
|
5442
5656
|
* @internal
|
|
5443
5657
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5444
5658
|
*/
|
|
5445
|
-
export namespace
|
|
5446
|
-
/** @deprecated use `
|
|
5447
|
-
export const inboundSchema =
|
|
5448
|
-
/** @deprecated use `
|
|
5449
|
-
export const outboundSchema =
|
|
5450
|
-
/** @deprecated use `
|
|
5451
|
-
export type Outbound =
|
|
5659
|
+
export namespace UiOptionsAtBRANDAt8575$ {
|
|
5660
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
5661
|
+
export const inboundSchema = UiOptionsAtBRANDAt8575$inboundSchema;
|
|
5662
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
5663
|
+
export const outboundSchema = UiOptionsAtBRANDAt8575$outboundSchema;
|
|
5664
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$Outbound` instead. */
|
|
5665
|
+
export type Outbound = UiOptionsAtBRANDAt8575$Outbound;
|
|
5452
5666
|
}
|
|
5453
5667
|
|
|
5454
|
-
export function
|
|
5455
|
-
|
|
5668
|
+
export function uiOptionsAtBRANDAt8575ToJSON(
|
|
5669
|
+
uiOptionsAtBRANDAt8575: UiOptionsAtBRANDAt8575,
|
|
5456
5670
|
): string {
|
|
5457
5671
|
return JSON.stringify(
|
|
5458
|
-
|
|
5672
|
+
UiOptionsAtBRANDAt8575$outboundSchema.parse(uiOptionsAtBRANDAt8575),
|
|
5459
5673
|
);
|
|
5460
5674
|
}
|
|
5461
5675
|
|
|
5462
|
-
export function
|
|
5676
|
+
export function uiOptionsAtBRANDAt8575FromJSON(
|
|
5463
5677
|
jsonString: string,
|
|
5464
|
-
): SafeParseResult<
|
|
5678
|
+
): SafeParseResult<UiOptionsAtBRANDAt8575, SDKValidationError> {
|
|
5465
5679
|
return safeParse(
|
|
5466
5680
|
jsonString,
|
|
5467
|
-
(x) =>
|
|
5468
|
-
`Failed to parse '
|
|
5681
|
+
(x) => UiOptionsAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)),
|
|
5682
|
+
`Failed to parse 'UiOptionsAtBRANDAt8575' from JSON`,
|
|
5469
5683
|
);
|
|
5470
5684
|
}
|
|
5471
5685
|
|
|
@@ -5475,16 +5689,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
5475
5689
|
z.ZodTypeDef,
|
|
5476
5690
|
unknown
|
|
5477
5691
|
> = z.object({
|
|
5478
|
-
"__@BRAND@
|
|
5692
|
+
"__@BRAND@8575": z.lazy(() => UiOptionsAtBRANDAt8575$inboundSchema),
|
|
5479
5693
|
}).transform((v) => {
|
|
5480
5694
|
return remap$(v, {
|
|
5481
|
-
"__@BRAND@
|
|
5695
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
5482
5696
|
});
|
|
5483
5697
|
});
|
|
5484
5698
|
|
|
5485
5699
|
/** @internal */
|
|
5486
5700
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
5487
|
-
"__@BRAND@
|
|
5701
|
+
"__@BRAND@8575": UiOptionsAtBRANDAt8575$Outbound;
|
|
5488
5702
|
};
|
|
5489
5703
|
|
|
5490
5704
|
/** @internal */
|
|
@@ -5493,10 +5707,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
5493
5707
|
z.ZodTypeDef,
|
|
5494
5708
|
CreateIntegrationStoreDirectUiOptions2
|
|
5495
5709
|
> = z.object({
|
|
5496
|
-
|
|
5710
|
+
atBRANDAt8575: z.lazy(() => UiOptionsAtBRANDAt8575$outboundSchema),
|
|
5497
5711
|
}).transform((v) => {
|
|
5498
5712
|
return remap$(v, {
|
|
5499
|
-
|
|
5713
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
5500
5714
|
});
|
|
5501
5715
|
});
|
|
5502
5716
|
|
|
@@ -6058,65 +6272,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
6058
6272
|
}
|
|
6059
6273
|
|
|
6060
6274
|
/** @internal */
|
|
6061
|
-
export const
|
|
6275
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema:
|
|
6062
6276
|
z.ZodType<
|
|
6063
|
-
|
|
6277
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575,
|
|
6064
6278
|
z.ZodTypeDef,
|
|
6065
6279
|
unknown
|
|
6066
6280
|
> = z.object({});
|
|
6067
6281
|
|
|
6068
6282
|
/** @internal */
|
|
6069
|
-
export type
|
|
6283
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound =
|
|
6070
6284
|
{};
|
|
6071
6285
|
|
|
6072
6286
|
/** @internal */
|
|
6073
|
-
export const
|
|
6287
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema:
|
|
6074
6288
|
z.ZodType<
|
|
6075
|
-
|
|
6289
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound,
|
|
6076
6290
|
z.ZodTypeDef,
|
|
6077
|
-
|
|
6291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575
|
|
6078
6292
|
> = z.object({});
|
|
6079
6293
|
|
|
6080
6294
|
/**
|
|
6081
6295
|
* @internal
|
|
6082
6296
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6083
6297
|
*/
|
|
6084
|
-
export namespace
|
|
6085
|
-
/** @deprecated use `
|
|
6298
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ {
|
|
6299
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema` instead. */
|
|
6086
6300
|
export const inboundSchema =
|
|
6087
|
-
|
|
6088
|
-
/** @deprecated use `
|
|
6301
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema;
|
|
6302
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema` instead. */
|
|
6089
6303
|
export const outboundSchema =
|
|
6090
|
-
|
|
6091
|
-
/** @deprecated use `
|
|
6304
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema;
|
|
6305
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound` instead. */
|
|
6092
6306
|
export type Outbound =
|
|
6093
|
-
|
|
6307
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
|
|
6094
6308
|
}
|
|
6095
6309
|
|
|
6096
|
-
export function
|
|
6097
|
-
|
|
6098
|
-
|
|
6310
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575ToJSON(
|
|
6311
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575:
|
|
6312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575,
|
|
6099
6313
|
): string {
|
|
6100
6314
|
return JSON.stringify(
|
|
6101
|
-
|
|
6315
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema
|
|
6102
6316
|
.parse(
|
|
6103
|
-
|
|
6317
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575,
|
|
6104
6318
|
),
|
|
6105
6319
|
);
|
|
6106
6320
|
}
|
|
6107
6321
|
|
|
6108
|
-
export function
|
|
6322
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(
|
|
6109
6323
|
jsonString: string,
|
|
6110
6324
|
): SafeParseResult<
|
|
6111
|
-
|
|
6325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575,
|
|
6112
6326
|
SDKValidationError
|
|
6113
6327
|
> {
|
|
6114
6328
|
return safeParse(
|
|
6115
6329
|
jsonString,
|
|
6116
6330
|
(x) =>
|
|
6117
|
-
|
|
6331
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema
|
|
6118
6332
|
.parse(JSON.parse(x)),
|
|
6119
|
-
`Failed to parse '
|
|
6333
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575' from JSON`,
|
|
6120
6334
|
);
|
|
6121
6335
|
}
|
|
6122
6336
|
|
|
@@ -6127,20 +6341,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6127
6341
|
z.ZodTypeDef,
|
|
6128
6342
|
unknown
|
|
6129
6343
|
> = z.object({
|
|
6130
|
-
"__@BRAND@
|
|
6131
|
-
|
|
6344
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
6345
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema
|
|
6132
6346
|
),
|
|
6133
6347
|
}).transform((v) => {
|
|
6134
6348
|
return remap$(v, {
|
|
6135
|
-
"__@BRAND@
|
|
6349
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
6136
6350
|
});
|
|
6137
6351
|
});
|
|
6138
6352
|
|
|
6139
6353
|
/** @internal */
|
|
6140
6354
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
6141
6355
|
{
|
|
6142
|
-
"__@BRAND@
|
|
6143
|
-
|
|
6356
|
+
"__@BRAND@8575":
|
|
6357
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
|
|
6144
6358
|
};
|
|
6145
6359
|
|
|
6146
6360
|
/** @internal */
|
|
@@ -6150,12 +6364,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
6150
6364
|
z.ZodTypeDef,
|
|
6151
6365
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
6152
6366
|
> = z.object({
|
|
6153
|
-
|
|
6154
|
-
|
|
6367
|
+
atBRANDAt8575: z.lazy(() =>
|
|
6368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema
|
|
6155
6369
|
),
|
|
6156
6370
|
}).transform((v) => {
|
|
6157
6371
|
return remap$(v, {
|
|
6158
|
-
|
|
6372
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
6159
6373
|
});
|
|
6160
6374
|
});
|
|
6161
6375
|
|
|
@@ -6203,65 +6417,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
6203
6417
|
}
|
|
6204
6418
|
|
|
6205
6419
|
/** @internal */
|
|
6206
|
-
export const
|
|
6420
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema:
|
|
6207
6421
|
z.ZodType<
|
|
6208
|
-
|
|
6422
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575,
|
|
6209
6423
|
z.ZodTypeDef,
|
|
6210
6424
|
unknown
|
|
6211
6425
|
> = z.object({});
|
|
6212
6426
|
|
|
6213
6427
|
/** @internal */
|
|
6214
|
-
export type
|
|
6428
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound =
|
|
6215
6429
|
{};
|
|
6216
6430
|
|
|
6217
6431
|
/** @internal */
|
|
6218
|
-
export const
|
|
6432
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema:
|
|
6219
6433
|
z.ZodType<
|
|
6220
|
-
|
|
6434
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound,
|
|
6221
6435
|
z.ZodTypeDef,
|
|
6222
|
-
|
|
6436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575
|
|
6223
6437
|
> = z.object({});
|
|
6224
6438
|
|
|
6225
6439
|
/**
|
|
6226
6440
|
* @internal
|
|
6227
6441
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6228
6442
|
*/
|
|
6229
|
-
export namespace
|
|
6230
|
-
/** @deprecated use `
|
|
6443
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ {
|
|
6444
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema` instead. */
|
|
6231
6445
|
export const inboundSchema =
|
|
6232
|
-
|
|
6233
|
-
/** @deprecated use `
|
|
6446
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema;
|
|
6447
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema` instead. */
|
|
6234
6448
|
export const outboundSchema =
|
|
6235
|
-
|
|
6236
|
-
/** @deprecated use `
|
|
6449
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema;
|
|
6450
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound` instead. */
|
|
6237
6451
|
export type Outbound =
|
|
6238
|
-
|
|
6452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
|
|
6239
6453
|
}
|
|
6240
6454
|
|
|
6241
|
-
export function
|
|
6242
|
-
|
|
6243
|
-
|
|
6455
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575ToJSON(
|
|
6456
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575:
|
|
6457
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575,
|
|
6244
6458
|
): string {
|
|
6245
6459
|
return JSON.stringify(
|
|
6246
|
-
|
|
6460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema
|
|
6247
6461
|
.parse(
|
|
6248
|
-
|
|
6462
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575,
|
|
6249
6463
|
),
|
|
6250
6464
|
);
|
|
6251
6465
|
}
|
|
6252
6466
|
|
|
6253
|
-
export function
|
|
6467
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(
|
|
6254
6468
|
jsonString: string,
|
|
6255
6469
|
): SafeParseResult<
|
|
6256
|
-
|
|
6470
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575,
|
|
6257
6471
|
SDKValidationError
|
|
6258
6472
|
> {
|
|
6259
6473
|
return safeParse(
|
|
6260
6474
|
jsonString,
|
|
6261
6475
|
(x) =>
|
|
6262
|
-
|
|
6476
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema
|
|
6263
6477
|
.parse(JSON.parse(x)),
|
|
6264
|
-
`Failed to parse '
|
|
6478
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575' from JSON`,
|
|
6265
6479
|
);
|
|
6266
6480
|
}
|
|
6267
6481
|
|
|
@@ -6272,20 +6486,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6272
6486
|
z.ZodTypeDef,
|
|
6273
6487
|
unknown
|
|
6274
6488
|
> = z.object({
|
|
6275
|
-
"__@BRAND@
|
|
6276
|
-
|
|
6489
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
6490
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema
|
|
6277
6491
|
),
|
|
6278
6492
|
}).transform((v) => {
|
|
6279
6493
|
return remap$(v, {
|
|
6280
|
-
"__@BRAND@
|
|
6494
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
6281
6495
|
});
|
|
6282
6496
|
});
|
|
6283
6497
|
|
|
6284
6498
|
/** @internal */
|
|
6285
6499
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
6286
6500
|
{
|
|
6287
|
-
"__@BRAND@
|
|
6288
|
-
|
|
6501
|
+
"__@BRAND@8575":
|
|
6502
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
|
|
6289
6503
|
};
|
|
6290
6504
|
|
|
6291
6505
|
/** @internal */
|
|
@@ -6295,12 +6509,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
6295
6509
|
z.ZodTypeDef,
|
|
6296
6510
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
6297
6511
|
> = z.object({
|
|
6298
|
-
|
|
6299
|
-
|
|
6512
|
+
atBRANDAt8575: z.lazy(() =>
|
|
6513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema
|
|
6300
6514
|
),
|
|
6301
6515
|
}).transform((v) => {
|
|
6302
6516
|
return remap$(v, {
|
|
6303
|
-
|
|
6517
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
6304
6518
|
});
|
|
6305
6519
|
});
|
|
6306
6520
|
|
|
@@ -6348,65 +6562,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
6348
6562
|
}
|
|
6349
6563
|
|
|
6350
6564
|
/** @internal */
|
|
6351
|
-
export const
|
|
6565
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema:
|
|
6352
6566
|
z.ZodType<
|
|
6353
|
-
|
|
6567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575,
|
|
6354
6568
|
z.ZodTypeDef,
|
|
6355
6569
|
unknown
|
|
6356
6570
|
> = z.object({});
|
|
6357
6571
|
|
|
6358
6572
|
/** @internal */
|
|
6359
|
-
export type
|
|
6573
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound =
|
|
6360
6574
|
{};
|
|
6361
6575
|
|
|
6362
6576
|
/** @internal */
|
|
6363
|
-
export const
|
|
6577
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema:
|
|
6364
6578
|
z.ZodType<
|
|
6365
|
-
|
|
6579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound,
|
|
6366
6580
|
z.ZodTypeDef,
|
|
6367
|
-
|
|
6581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575
|
|
6368
6582
|
> = z.object({});
|
|
6369
6583
|
|
|
6370
6584
|
/**
|
|
6371
6585
|
* @internal
|
|
6372
6586
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6373
6587
|
*/
|
|
6374
|
-
export namespace
|
|
6375
|
-
/** @deprecated use `
|
|
6588
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ {
|
|
6589
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema` instead. */
|
|
6376
6590
|
export const inboundSchema =
|
|
6377
|
-
|
|
6378
|
-
/** @deprecated use `
|
|
6591
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema;
|
|
6592
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema` instead. */
|
|
6379
6593
|
export const outboundSchema =
|
|
6380
|
-
|
|
6381
|
-
/** @deprecated use `
|
|
6594
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema;
|
|
6595
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound` instead. */
|
|
6382
6596
|
export type Outbound =
|
|
6383
|
-
|
|
6597
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
|
|
6384
6598
|
}
|
|
6385
6599
|
|
|
6386
|
-
export function
|
|
6387
|
-
|
|
6388
|
-
|
|
6600
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575ToJSON(
|
|
6601
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575:
|
|
6602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575,
|
|
6389
6603
|
): string {
|
|
6390
6604
|
return JSON.stringify(
|
|
6391
|
-
|
|
6605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema
|
|
6392
6606
|
.parse(
|
|
6393
|
-
|
|
6607
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575,
|
|
6394
6608
|
),
|
|
6395
6609
|
);
|
|
6396
6610
|
}
|
|
6397
6611
|
|
|
6398
|
-
export function
|
|
6612
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(
|
|
6399
6613
|
jsonString: string,
|
|
6400
6614
|
): SafeParseResult<
|
|
6401
|
-
|
|
6615
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575,
|
|
6402
6616
|
SDKValidationError
|
|
6403
6617
|
> {
|
|
6404
6618
|
return safeParse(
|
|
6405
6619
|
jsonString,
|
|
6406
6620
|
(x) =>
|
|
6407
|
-
|
|
6621
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema
|
|
6408
6622
|
.parse(JSON.parse(x)),
|
|
6409
|
-
`Failed to parse '
|
|
6623
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575' from JSON`,
|
|
6410
6624
|
);
|
|
6411
6625
|
}
|
|
6412
6626
|
|
|
@@ -6417,20 +6631,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
6417
6631
|
z.ZodTypeDef,
|
|
6418
6632
|
unknown
|
|
6419
6633
|
> = z.object({
|
|
6420
|
-
"__@BRAND@
|
|
6421
|
-
|
|
6634
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
6635
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema
|
|
6422
6636
|
),
|
|
6423
6637
|
}).transform((v) => {
|
|
6424
6638
|
return remap$(v, {
|
|
6425
|
-
"__@BRAND@
|
|
6639
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
6426
6640
|
});
|
|
6427
6641
|
});
|
|
6428
6642
|
|
|
6429
6643
|
/** @internal */
|
|
6430
6644
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
6431
6645
|
{
|
|
6432
|
-
"__@BRAND@
|
|
6433
|
-
|
|
6646
|
+
"__@BRAND@8575":
|
|
6647
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
|
|
6434
6648
|
};
|
|
6435
6649
|
|
|
6436
6650
|
/** @internal */
|
|
@@ -6440,12 +6654,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
6440
6654
|
z.ZodTypeDef,
|
|
6441
6655
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
6442
6656
|
> = z.object({
|
|
6443
|
-
|
|
6444
|
-
|
|
6657
|
+
atBRANDAt8575: z.lazy(() =>
|
|
6658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema
|
|
6445
6659
|
),
|
|
6446
6660
|
}).transform((v) => {
|
|
6447
6661
|
return remap$(v, {
|
|
6448
|
-
|
|
6662
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
6449
6663
|
});
|
|
6450
6664
|
});
|
|
6451
6665
|
|
|
@@ -7520,65 +7734,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
7520
7734
|
}
|
|
7521
7735
|
|
|
7522
7736
|
/** @internal */
|
|
7523
|
-
export const
|
|
7737
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema:
|
|
7524
7738
|
z.ZodType<
|
|
7525
|
-
|
|
7739
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575,
|
|
7526
7740
|
z.ZodTypeDef,
|
|
7527
7741
|
unknown
|
|
7528
7742
|
> = z.object({});
|
|
7529
7743
|
|
|
7530
7744
|
/** @internal */
|
|
7531
|
-
export type
|
|
7745
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound =
|
|
7532
7746
|
{};
|
|
7533
7747
|
|
|
7534
7748
|
/** @internal */
|
|
7535
|
-
export const
|
|
7749
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema:
|
|
7536
7750
|
z.ZodType<
|
|
7537
|
-
|
|
7751
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound,
|
|
7538
7752
|
z.ZodTypeDef,
|
|
7539
|
-
|
|
7753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575
|
|
7540
7754
|
> = z.object({});
|
|
7541
7755
|
|
|
7542
7756
|
/**
|
|
7543
7757
|
* @internal
|
|
7544
7758
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7545
7759
|
*/
|
|
7546
|
-
export namespace
|
|
7547
|
-
/** @deprecated use `
|
|
7760
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ {
|
|
7761
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema` instead. */
|
|
7548
7762
|
export const inboundSchema =
|
|
7549
|
-
|
|
7550
|
-
/** @deprecated use `
|
|
7763
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema;
|
|
7764
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema` instead. */
|
|
7551
7765
|
export const outboundSchema =
|
|
7552
|
-
|
|
7553
|
-
/** @deprecated use `
|
|
7766
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema;
|
|
7767
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound` instead. */
|
|
7554
7768
|
export type Outbound =
|
|
7555
|
-
|
|
7769
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
|
|
7556
7770
|
}
|
|
7557
7771
|
|
|
7558
|
-
export function
|
|
7559
|
-
|
|
7560
|
-
|
|
7772
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575ToJSON(
|
|
7773
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575:
|
|
7774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575,
|
|
7561
7775
|
): string {
|
|
7562
7776
|
return JSON.stringify(
|
|
7563
|
-
|
|
7777
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema
|
|
7564
7778
|
.parse(
|
|
7565
|
-
|
|
7779
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575,
|
|
7566
7780
|
),
|
|
7567
7781
|
);
|
|
7568
7782
|
}
|
|
7569
7783
|
|
|
7570
|
-
export function
|
|
7784
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(
|
|
7571
7785
|
jsonString: string,
|
|
7572
7786
|
): SafeParseResult<
|
|
7573
|
-
|
|
7787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575,
|
|
7574
7788
|
SDKValidationError
|
|
7575
7789
|
> {
|
|
7576
7790
|
return safeParse(
|
|
7577
7791
|
jsonString,
|
|
7578
7792
|
(x) =>
|
|
7579
|
-
|
|
7793
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema
|
|
7580
7794
|
.parse(JSON.parse(x)),
|
|
7581
|
-
`Failed to parse '
|
|
7795
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575' from JSON`,
|
|
7582
7796
|
);
|
|
7583
7797
|
}
|
|
7584
7798
|
|
|
@@ -7589,20 +7803,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7589
7803
|
z.ZodTypeDef,
|
|
7590
7804
|
unknown
|
|
7591
7805
|
> = z.object({
|
|
7592
|
-
"__@BRAND@
|
|
7593
|
-
|
|
7806
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
7807
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema
|
|
7594
7808
|
),
|
|
7595
7809
|
}).transform((v) => {
|
|
7596
7810
|
return remap$(v, {
|
|
7597
|
-
"__@BRAND@
|
|
7811
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
7598
7812
|
});
|
|
7599
7813
|
});
|
|
7600
7814
|
|
|
7601
7815
|
/** @internal */
|
|
7602
7816
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
7603
7817
|
{
|
|
7604
|
-
"__@BRAND@
|
|
7605
|
-
|
|
7818
|
+
"__@BRAND@8575":
|
|
7819
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
|
|
7606
7820
|
};
|
|
7607
7821
|
|
|
7608
7822
|
/** @internal */
|
|
@@ -7612,12 +7826,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7612
7826
|
z.ZodTypeDef,
|
|
7613
7827
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
7614
7828
|
> = z.object({
|
|
7615
|
-
|
|
7616
|
-
|
|
7829
|
+
atBRANDAt8575: z.lazy(() =>
|
|
7830
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema
|
|
7617
7831
|
),
|
|
7618
7832
|
}).transform((v) => {
|
|
7619
7833
|
return remap$(v, {
|
|
7620
|
-
|
|
7834
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
7621
7835
|
});
|
|
7622
7836
|
});
|
|
7623
7837
|
|
|
@@ -7665,65 +7879,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7665
7879
|
}
|
|
7666
7880
|
|
|
7667
7881
|
/** @internal */
|
|
7668
|
-
export const
|
|
7882
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema:
|
|
7669
7883
|
z.ZodType<
|
|
7670
|
-
|
|
7884
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575,
|
|
7671
7885
|
z.ZodTypeDef,
|
|
7672
7886
|
unknown
|
|
7673
7887
|
> = z.object({});
|
|
7674
7888
|
|
|
7675
7889
|
/** @internal */
|
|
7676
|
-
export type
|
|
7890
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound =
|
|
7677
7891
|
{};
|
|
7678
7892
|
|
|
7679
7893
|
/** @internal */
|
|
7680
|
-
export const
|
|
7894
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema:
|
|
7681
7895
|
z.ZodType<
|
|
7682
|
-
|
|
7896
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound,
|
|
7683
7897
|
z.ZodTypeDef,
|
|
7684
|
-
|
|
7898
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575
|
|
7685
7899
|
> = z.object({});
|
|
7686
7900
|
|
|
7687
7901
|
/**
|
|
7688
7902
|
* @internal
|
|
7689
7903
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7690
7904
|
*/
|
|
7691
|
-
export namespace
|
|
7692
|
-
/** @deprecated use `
|
|
7905
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ {
|
|
7906
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema` instead. */
|
|
7693
7907
|
export const inboundSchema =
|
|
7694
|
-
|
|
7695
|
-
/** @deprecated use `
|
|
7908
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema;
|
|
7909
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema` instead. */
|
|
7696
7910
|
export const outboundSchema =
|
|
7697
|
-
|
|
7698
|
-
/** @deprecated use `
|
|
7911
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema;
|
|
7912
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound` instead. */
|
|
7699
7913
|
export type Outbound =
|
|
7700
|
-
|
|
7914
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
|
|
7701
7915
|
}
|
|
7702
7916
|
|
|
7703
|
-
export function
|
|
7704
|
-
|
|
7705
|
-
|
|
7917
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575ToJSON(
|
|
7918
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575:
|
|
7919
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575,
|
|
7706
7920
|
): string {
|
|
7707
7921
|
return JSON.stringify(
|
|
7708
|
-
|
|
7922
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema
|
|
7709
7923
|
.parse(
|
|
7710
|
-
|
|
7924
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575,
|
|
7711
7925
|
),
|
|
7712
7926
|
);
|
|
7713
7927
|
}
|
|
7714
7928
|
|
|
7715
|
-
export function
|
|
7929
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(
|
|
7716
7930
|
jsonString: string,
|
|
7717
7931
|
): SafeParseResult<
|
|
7718
|
-
|
|
7932
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575,
|
|
7719
7933
|
SDKValidationError
|
|
7720
7934
|
> {
|
|
7721
7935
|
return safeParse(
|
|
7722
7936
|
jsonString,
|
|
7723
7937
|
(x) =>
|
|
7724
|
-
|
|
7938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema
|
|
7725
7939
|
.parse(JSON.parse(x)),
|
|
7726
|
-
`Failed to parse '
|
|
7940
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575' from JSON`,
|
|
7727
7941
|
);
|
|
7728
7942
|
}
|
|
7729
7943
|
|
|
@@ -7734,20 +7948,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7734
7948
|
z.ZodTypeDef,
|
|
7735
7949
|
unknown
|
|
7736
7950
|
> = z.object({
|
|
7737
|
-
"__@BRAND@
|
|
7738
|
-
|
|
7951
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
7952
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema
|
|
7739
7953
|
),
|
|
7740
7954
|
}).transform((v) => {
|
|
7741
7955
|
return remap$(v, {
|
|
7742
|
-
"__@BRAND@
|
|
7956
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
7743
7957
|
});
|
|
7744
7958
|
});
|
|
7745
7959
|
|
|
7746
7960
|
/** @internal */
|
|
7747
7961
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
7748
7962
|
{
|
|
7749
|
-
"__@BRAND@
|
|
7750
|
-
|
|
7963
|
+
"__@BRAND@8575":
|
|
7964
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
|
|
7751
7965
|
};
|
|
7752
7966
|
|
|
7753
7967
|
/** @internal */
|
|
@@ -7757,12 +7971,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7757
7971
|
z.ZodTypeDef,
|
|
7758
7972
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
7759
7973
|
> = z.object({
|
|
7760
|
-
|
|
7761
|
-
|
|
7974
|
+
atBRANDAt8575: z.lazy(() =>
|
|
7975
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema
|
|
7762
7976
|
),
|
|
7763
7977
|
}).transform((v) => {
|
|
7764
7978
|
return remap$(v, {
|
|
7765
|
-
|
|
7979
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
7766
7980
|
});
|
|
7767
7981
|
});
|
|
7768
7982
|
|
|
@@ -7810,65 +8024,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
|
|
|
7810
8024
|
}
|
|
7811
8025
|
|
|
7812
8026
|
/** @internal */
|
|
7813
|
-
export const
|
|
8027
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema:
|
|
7814
8028
|
z.ZodType<
|
|
7815
|
-
|
|
8029
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575,
|
|
7816
8030
|
z.ZodTypeDef,
|
|
7817
8031
|
unknown
|
|
7818
8032
|
> = z.object({});
|
|
7819
8033
|
|
|
7820
8034
|
/** @internal */
|
|
7821
|
-
export type
|
|
8035
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound =
|
|
7822
8036
|
{};
|
|
7823
8037
|
|
|
7824
8038
|
/** @internal */
|
|
7825
|
-
export const
|
|
8039
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema:
|
|
7826
8040
|
z.ZodType<
|
|
7827
|
-
|
|
8041
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound,
|
|
7828
8042
|
z.ZodTypeDef,
|
|
7829
|
-
|
|
8043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575
|
|
7830
8044
|
> = z.object({});
|
|
7831
8045
|
|
|
7832
8046
|
/**
|
|
7833
8047
|
* @internal
|
|
7834
8048
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
7835
8049
|
*/
|
|
7836
|
-
export namespace
|
|
7837
|
-
/** @deprecated use `
|
|
8050
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ {
|
|
8051
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema` instead. */
|
|
7838
8052
|
export const inboundSchema =
|
|
7839
|
-
|
|
7840
|
-
/** @deprecated use `
|
|
8053
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema;
|
|
8054
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema` instead. */
|
|
7841
8055
|
export const outboundSchema =
|
|
7842
|
-
|
|
7843
|
-
/** @deprecated use `
|
|
8056
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema;
|
|
8057
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound` instead. */
|
|
7844
8058
|
export type Outbound =
|
|
7845
|
-
|
|
8059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
|
|
7846
8060
|
}
|
|
7847
8061
|
|
|
7848
|
-
export function
|
|
7849
|
-
|
|
7850
|
-
|
|
8062
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575ToJSON(
|
|
8063
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575:
|
|
8064
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575,
|
|
7851
8065
|
): string {
|
|
7852
8066
|
return JSON.stringify(
|
|
7853
|
-
|
|
8067
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema
|
|
7854
8068
|
.parse(
|
|
7855
|
-
|
|
8069
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575,
|
|
7856
8070
|
),
|
|
7857
8071
|
);
|
|
7858
8072
|
}
|
|
7859
8073
|
|
|
7860
|
-
export function
|
|
8074
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(
|
|
7861
8075
|
jsonString: string,
|
|
7862
8076
|
): SafeParseResult<
|
|
7863
|
-
|
|
8077
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575,
|
|
7864
8078
|
SDKValidationError
|
|
7865
8079
|
> {
|
|
7866
8080
|
return safeParse(
|
|
7867
8081
|
jsonString,
|
|
7868
8082
|
(x) =>
|
|
7869
|
-
|
|
8083
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema
|
|
7870
8084
|
.parse(JSON.parse(x)),
|
|
7871
|
-
`Failed to parse '
|
|
8085
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575' from JSON`,
|
|
7872
8086
|
);
|
|
7873
8087
|
}
|
|
7874
8088
|
|
|
@@ -7879,20 +8093,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7879
8093
|
z.ZodTypeDef,
|
|
7880
8094
|
unknown
|
|
7881
8095
|
> = z.object({
|
|
7882
|
-
"__@BRAND@
|
|
7883
|
-
|
|
8096
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
8097
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema
|
|
7884
8098
|
),
|
|
7885
8099
|
}).transform((v) => {
|
|
7886
8100
|
return remap$(v, {
|
|
7887
|
-
"__@BRAND@
|
|
8101
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
7888
8102
|
});
|
|
7889
8103
|
});
|
|
7890
8104
|
|
|
7891
8105
|
/** @internal */
|
|
7892
8106
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
7893
8107
|
{
|
|
7894
|
-
"__@BRAND@
|
|
7895
|
-
|
|
8108
|
+
"__@BRAND@8575":
|
|
8109
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
|
|
7896
8110
|
};
|
|
7897
8111
|
|
|
7898
8112
|
/** @internal */
|
|
@@ -7902,12 +8116,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
|
|
|
7902
8116
|
z.ZodTypeDef,
|
|
7903
8117
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
7904
8118
|
> = z.object({
|
|
7905
|
-
|
|
7906
|
-
|
|
8119
|
+
atBRANDAt8575: z.lazy(() =>
|
|
8120
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema
|
|
7907
8121
|
),
|
|
7908
8122
|
}).transform((v) => {
|
|
7909
8123
|
return remap$(v, {
|
|
7910
|
-
|
|
8124
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
7911
8125
|
});
|
|
7912
8126
|
});
|
|
7913
8127
|
|
|
@@ -9978,63 +10192,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
9978
10192
|
}
|
|
9979
10193
|
|
|
9980
10194
|
/** @internal */
|
|
9981
|
-
export const
|
|
10195
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema:
|
|
9982
10196
|
z.ZodType<
|
|
9983
|
-
|
|
10197
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575,
|
|
9984
10198
|
z.ZodTypeDef,
|
|
9985
10199
|
unknown
|
|
9986
10200
|
> = z.object({});
|
|
9987
10201
|
|
|
9988
10202
|
/** @internal */
|
|
9989
|
-
export type
|
|
10203
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound =
|
|
9990
10204
|
{};
|
|
9991
10205
|
|
|
9992
10206
|
/** @internal */
|
|
9993
|
-
export const
|
|
10207
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema:
|
|
9994
10208
|
z.ZodType<
|
|
9995
|
-
|
|
10209
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound,
|
|
9996
10210
|
z.ZodTypeDef,
|
|
9997
|
-
|
|
10211
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575
|
|
9998
10212
|
> = z.object({});
|
|
9999
10213
|
|
|
10000
10214
|
/**
|
|
10001
10215
|
* @internal
|
|
10002
10216
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10003
10217
|
*/
|
|
10004
|
-
export namespace
|
|
10005
|
-
/** @deprecated use `
|
|
10218
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ {
|
|
10219
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema` instead. */
|
|
10006
10220
|
export const inboundSchema =
|
|
10007
|
-
|
|
10008
|
-
/** @deprecated use `
|
|
10221
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema;
|
|
10222
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema` instead. */
|
|
10009
10223
|
export const outboundSchema =
|
|
10010
|
-
|
|
10011
|
-
/** @deprecated use `
|
|
10224
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema;
|
|
10225
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound` instead. */
|
|
10012
10226
|
export type Outbound =
|
|
10013
|
-
|
|
10227
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
|
|
10014
10228
|
}
|
|
10015
10229
|
|
|
10016
|
-
export function
|
|
10017
|
-
|
|
10018
|
-
|
|
10230
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575ToJSON(
|
|
10231
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575:
|
|
10232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575,
|
|
10019
10233
|
): string {
|
|
10020
10234
|
return JSON.stringify(
|
|
10021
|
-
|
|
10022
|
-
.parse(
|
|
10235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema
|
|
10236
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575),
|
|
10023
10237
|
);
|
|
10024
10238
|
}
|
|
10025
10239
|
|
|
10026
|
-
export function
|
|
10240
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(
|
|
10027
10241
|
jsonString: string,
|
|
10028
10242
|
): SafeParseResult<
|
|
10029
|
-
|
|
10243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575,
|
|
10030
10244
|
SDKValidationError
|
|
10031
10245
|
> {
|
|
10032
10246
|
return safeParse(
|
|
10033
10247
|
jsonString,
|
|
10034
10248
|
(x) =>
|
|
10035
|
-
|
|
10249
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema
|
|
10036
10250
|
.parse(JSON.parse(x)),
|
|
10037
|
-
`Failed to parse '
|
|
10251
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575' from JSON`,
|
|
10038
10252
|
);
|
|
10039
10253
|
}
|
|
10040
10254
|
|
|
@@ -10045,20 +10259,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
10045
10259
|
z.ZodTypeDef,
|
|
10046
10260
|
unknown
|
|
10047
10261
|
> = z.object({
|
|
10048
|
-
"__@BRAND@
|
|
10049
|
-
|
|
10262
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
10263
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema
|
|
10050
10264
|
),
|
|
10051
10265
|
}).transform((v) => {
|
|
10052
10266
|
return remap$(v, {
|
|
10053
|
-
"__@BRAND@
|
|
10267
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
10054
10268
|
});
|
|
10055
10269
|
});
|
|
10056
10270
|
|
|
10057
10271
|
/** @internal */
|
|
10058
10272
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
10059
10273
|
{
|
|
10060
|
-
"__@BRAND@
|
|
10061
|
-
|
|
10274
|
+
"__@BRAND@8575":
|
|
10275
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
|
|
10062
10276
|
};
|
|
10063
10277
|
|
|
10064
10278
|
/** @internal */
|
|
@@ -10068,12 +10282,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
10068
10282
|
z.ZodTypeDef,
|
|
10069
10283
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
10070
10284
|
> = z.object({
|
|
10071
|
-
|
|
10072
|
-
|
|
10285
|
+
atBRANDAt8575: z.lazy(() =>
|
|
10286
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema
|
|
10073
10287
|
),
|
|
10074
10288
|
}).transform((v) => {
|
|
10075
10289
|
return remap$(v, {
|
|
10076
|
-
|
|
10290
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
10077
10291
|
});
|
|
10078
10292
|
});
|
|
10079
10293
|
|
|
@@ -10119,65 +10333,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
10119
10333
|
}
|
|
10120
10334
|
|
|
10121
10335
|
/** @internal */
|
|
10122
|
-
export const
|
|
10336
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema:
|
|
10123
10337
|
z.ZodType<
|
|
10124
|
-
|
|
10338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575,
|
|
10125
10339
|
z.ZodTypeDef,
|
|
10126
10340
|
unknown
|
|
10127
10341
|
> = z.object({});
|
|
10128
10342
|
|
|
10129
10343
|
/** @internal */
|
|
10130
|
-
export type
|
|
10344
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound =
|
|
10131
10345
|
{};
|
|
10132
10346
|
|
|
10133
10347
|
/** @internal */
|
|
10134
|
-
export const
|
|
10348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema:
|
|
10135
10349
|
z.ZodType<
|
|
10136
|
-
|
|
10350
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound,
|
|
10137
10351
|
z.ZodTypeDef,
|
|
10138
|
-
|
|
10352
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575
|
|
10139
10353
|
> = z.object({});
|
|
10140
10354
|
|
|
10141
10355
|
/**
|
|
10142
10356
|
* @internal
|
|
10143
10357
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10144
10358
|
*/
|
|
10145
|
-
export namespace
|
|
10146
|
-
/** @deprecated use `
|
|
10359
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ {
|
|
10360
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema` instead. */
|
|
10147
10361
|
export const inboundSchema =
|
|
10148
|
-
|
|
10149
|
-
/** @deprecated use `
|
|
10362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema;
|
|
10363
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema` instead. */
|
|
10150
10364
|
export const outboundSchema =
|
|
10151
|
-
|
|
10152
|
-
/** @deprecated use `
|
|
10365
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema;
|
|
10366
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound` instead. */
|
|
10153
10367
|
export type Outbound =
|
|
10154
|
-
|
|
10368
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
|
|
10155
10369
|
}
|
|
10156
10370
|
|
|
10157
|
-
export function
|
|
10158
|
-
|
|
10159
|
-
|
|
10371
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575ToJSON(
|
|
10372
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575:
|
|
10373
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575,
|
|
10160
10374
|
): string {
|
|
10161
10375
|
return JSON.stringify(
|
|
10162
|
-
|
|
10376
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema
|
|
10163
10377
|
.parse(
|
|
10164
|
-
|
|
10378
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575,
|
|
10165
10379
|
),
|
|
10166
10380
|
);
|
|
10167
10381
|
}
|
|
10168
10382
|
|
|
10169
|
-
export function
|
|
10383
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(
|
|
10170
10384
|
jsonString: string,
|
|
10171
10385
|
): SafeParseResult<
|
|
10172
|
-
|
|
10386
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575,
|
|
10173
10387
|
SDKValidationError
|
|
10174
10388
|
> {
|
|
10175
10389
|
return safeParse(
|
|
10176
10390
|
jsonString,
|
|
10177
10391
|
(x) =>
|
|
10178
|
-
|
|
10392
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema
|
|
10179
10393
|
.parse(JSON.parse(x)),
|
|
10180
|
-
`Failed to parse '
|
|
10394
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575' from JSON`,
|
|
10181
10395
|
);
|
|
10182
10396
|
}
|
|
10183
10397
|
|
|
@@ -10188,20 +10402,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
10188
10402
|
z.ZodTypeDef,
|
|
10189
10403
|
unknown
|
|
10190
10404
|
> = z.object({
|
|
10191
|
-
"__@BRAND@
|
|
10192
|
-
|
|
10405
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
10406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema
|
|
10193
10407
|
),
|
|
10194
10408
|
}).transform((v) => {
|
|
10195
10409
|
return remap$(v, {
|
|
10196
|
-
"__@BRAND@
|
|
10410
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
10197
10411
|
});
|
|
10198
10412
|
});
|
|
10199
10413
|
|
|
10200
10414
|
/** @internal */
|
|
10201
10415
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
10202
10416
|
{
|
|
10203
|
-
"__@BRAND@
|
|
10204
|
-
|
|
10417
|
+
"__@BRAND@8575":
|
|
10418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
|
|
10205
10419
|
};
|
|
10206
10420
|
|
|
10207
10421
|
/** @internal */
|
|
@@ -10211,12 +10425,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
10211
10425
|
z.ZodTypeDef,
|
|
10212
10426
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
10213
10427
|
> = z.object({
|
|
10214
|
-
|
|
10215
|
-
|
|
10428
|
+
atBRANDAt8575: z.lazy(() =>
|
|
10429
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema
|
|
10216
10430
|
),
|
|
10217
10431
|
}).transform((v) => {
|
|
10218
10432
|
return remap$(v, {
|
|
10219
|
-
|
|
10433
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
10220
10434
|
});
|
|
10221
10435
|
});
|
|
10222
10436
|
|
|
@@ -10262,65 +10476,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
10262
10476
|
}
|
|
10263
10477
|
|
|
10264
10478
|
/** @internal */
|
|
10265
|
-
export const
|
|
10479
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema:
|
|
10266
10480
|
z.ZodType<
|
|
10267
|
-
|
|
10481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575,
|
|
10268
10482
|
z.ZodTypeDef,
|
|
10269
10483
|
unknown
|
|
10270
10484
|
> = z.object({});
|
|
10271
10485
|
|
|
10272
10486
|
/** @internal */
|
|
10273
|
-
export type
|
|
10487
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound =
|
|
10274
10488
|
{};
|
|
10275
10489
|
|
|
10276
10490
|
/** @internal */
|
|
10277
|
-
export const
|
|
10491
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema:
|
|
10278
10492
|
z.ZodType<
|
|
10279
|
-
|
|
10493
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound,
|
|
10280
10494
|
z.ZodTypeDef,
|
|
10281
|
-
|
|
10495
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575
|
|
10282
10496
|
> = z.object({});
|
|
10283
10497
|
|
|
10284
10498
|
/**
|
|
10285
10499
|
* @internal
|
|
10286
10500
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10287
10501
|
*/
|
|
10288
|
-
export namespace
|
|
10289
|
-
/** @deprecated use `
|
|
10502
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ {
|
|
10503
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema` instead. */
|
|
10290
10504
|
export const inboundSchema =
|
|
10291
|
-
|
|
10292
|
-
/** @deprecated use `
|
|
10505
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema;
|
|
10506
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema` instead. */
|
|
10293
10507
|
export const outboundSchema =
|
|
10294
|
-
|
|
10295
|
-
/** @deprecated use `
|
|
10508
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema;
|
|
10509
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound` instead. */
|
|
10296
10510
|
export type Outbound =
|
|
10297
|
-
|
|
10511
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
|
|
10298
10512
|
}
|
|
10299
10513
|
|
|
10300
|
-
export function
|
|
10301
|
-
|
|
10302
|
-
|
|
10514
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575ToJSON(
|
|
10515
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575:
|
|
10516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575,
|
|
10303
10517
|
): string {
|
|
10304
10518
|
return JSON.stringify(
|
|
10305
|
-
|
|
10519
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema
|
|
10306
10520
|
.parse(
|
|
10307
|
-
|
|
10521
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575,
|
|
10308
10522
|
),
|
|
10309
10523
|
);
|
|
10310
10524
|
}
|
|
10311
10525
|
|
|
10312
|
-
export function
|
|
10526
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(
|
|
10313
10527
|
jsonString: string,
|
|
10314
10528
|
): SafeParseResult<
|
|
10315
|
-
|
|
10529
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575,
|
|
10316
10530
|
SDKValidationError
|
|
10317
10531
|
> {
|
|
10318
10532
|
return safeParse(
|
|
10319
10533
|
jsonString,
|
|
10320
10534
|
(x) =>
|
|
10321
|
-
|
|
10535
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema
|
|
10322
10536
|
.parse(JSON.parse(x)),
|
|
10323
|
-
`Failed to parse '
|
|
10537
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575' from JSON`,
|
|
10324
10538
|
);
|
|
10325
10539
|
}
|
|
10326
10540
|
|
|
@@ -10331,20 +10545,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
10331
10545
|
z.ZodTypeDef,
|
|
10332
10546
|
unknown
|
|
10333
10547
|
> = z.object({
|
|
10334
|
-
"__@BRAND@
|
|
10335
|
-
|
|
10548
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
10549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema
|
|
10336
10550
|
),
|
|
10337
10551
|
}).transform((v) => {
|
|
10338
10552
|
return remap$(v, {
|
|
10339
|
-
"__@BRAND@
|
|
10553
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
10340
10554
|
});
|
|
10341
10555
|
});
|
|
10342
10556
|
|
|
10343
10557
|
/** @internal */
|
|
10344
10558
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
10345
10559
|
{
|
|
10346
|
-
"__@BRAND@
|
|
10347
|
-
|
|
10560
|
+
"__@BRAND@8575":
|
|
10561
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
|
|
10348
10562
|
};
|
|
10349
10563
|
|
|
10350
10564
|
/** @internal */
|
|
@@ -10354,12 +10568,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
10354
10568
|
z.ZodTypeDef,
|
|
10355
10569
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
10356
10570
|
> = z.object({
|
|
10357
|
-
|
|
10358
|
-
|
|
10571
|
+
atBRANDAt8575: z.lazy(() =>
|
|
10572
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema
|
|
10359
10573
|
),
|
|
10360
10574
|
}).transform((v) => {
|
|
10361
10575
|
return remap$(v, {
|
|
10362
|
-
|
|
10576
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
10363
10577
|
});
|
|
10364
10578
|
});
|
|
10365
10579
|
|
|
@@ -14422,65 +14636,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
14422
14636
|
}
|
|
14423
14637
|
|
|
14424
14638
|
/** @internal */
|
|
14425
|
-
export const
|
|
14639
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema:
|
|
14426
14640
|
z.ZodType<
|
|
14427
|
-
|
|
14641
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575,
|
|
14428
14642
|
z.ZodTypeDef,
|
|
14429
14643
|
unknown
|
|
14430
14644
|
> = z.object({});
|
|
14431
14645
|
|
|
14432
14646
|
/** @internal */
|
|
14433
|
-
export type
|
|
14647
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound =
|
|
14434
14648
|
{};
|
|
14435
14649
|
|
|
14436
14650
|
/** @internal */
|
|
14437
|
-
export const
|
|
14651
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema:
|
|
14438
14652
|
z.ZodType<
|
|
14439
|
-
|
|
14653
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound,
|
|
14440
14654
|
z.ZodTypeDef,
|
|
14441
|
-
|
|
14655
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575
|
|
14442
14656
|
> = z.object({});
|
|
14443
14657
|
|
|
14444
14658
|
/**
|
|
14445
14659
|
* @internal
|
|
14446
14660
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14447
14661
|
*/
|
|
14448
|
-
export namespace
|
|
14449
|
-
/** @deprecated use `
|
|
14662
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ {
|
|
14663
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema` instead. */
|
|
14450
14664
|
export const inboundSchema =
|
|
14451
|
-
|
|
14452
|
-
/** @deprecated use `
|
|
14665
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema;
|
|
14666
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema` instead. */
|
|
14453
14667
|
export const outboundSchema =
|
|
14454
|
-
|
|
14455
|
-
/** @deprecated use `
|
|
14668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema;
|
|
14669
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound` instead. */
|
|
14456
14670
|
export type Outbound =
|
|
14457
|
-
|
|
14671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
|
|
14458
14672
|
}
|
|
14459
14673
|
|
|
14460
|
-
export function
|
|
14461
|
-
|
|
14462
|
-
|
|
14674
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575ToJSON(
|
|
14675
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575:
|
|
14676
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575,
|
|
14463
14677
|
): string {
|
|
14464
14678
|
return JSON.stringify(
|
|
14465
|
-
|
|
14679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema
|
|
14466
14680
|
.parse(
|
|
14467
|
-
|
|
14681
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575,
|
|
14468
14682
|
),
|
|
14469
14683
|
);
|
|
14470
14684
|
}
|
|
14471
14685
|
|
|
14472
|
-
export function
|
|
14686
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(
|
|
14473
14687
|
jsonString: string,
|
|
14474
14688
|
): SafeParseResult<
|
|
14475
|
-
|
|
14689
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575,
|
|
14476
14690
|
SDKValidationError
|
|
14477
14691
|
> {
|
|
14478
14692
|
return safeParse(
|
|
14479
14693
|
jsonString,
|
|
14480
14694
|
(x) =>
|
|
14481
|
-
|
|
14695
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema
|
|
14482
14696
|
.parse(JSON.parse(x)),
|
|
14483
|
-
`Failed to parse '
|
|
14697
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575' from JSON`,
|
|
14484
14698
|
);
|
|
14485
14699
|
}
|
|
14486
14700
|
|
|
@@ -14491,19 +14705,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
14491
14705
|
z.ZodTypeDef,
|
|
14492
14706
|
unknown
|
|
14493
14707
|
> = z.object({
|
|
14494
|
-
"__@BRAND@
|
|
14495
|
-
|
|
14708
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
14709
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema
|
|
14496
14710
|
),
|
|
14497
14711
|
}).transform((v) => {
|
|
14498
14712
|
return remap$(v, {
|
|
14499
|
-
"__@BRAND@
|
|
14713
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
14500
14714
|
});
|
|
14501
14715
|
});
|
|
14502
14716
|
|
|
14503
14717
|
/** @internal */
|
|
14504
14718
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
14505
|
-
"__@BRAND@
|
|
14506
|
-
|
|
14719
|
+
"__@BRAND@8575":
|
|
14720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
|
|
14507
14721
|
};
|
|
14508
14722
|
|
|
14509
14723
|
/** @internal */
|
|
@@ -14513,12 +14727,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
14513
14727
|
z.ZodTypeDef,
|
|
14514
14728
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
14515
14729
|
> = z.object({
|
|
14516
|
-
|
|
14517
|
-
|
|
14730
|
+
atBRANDAt8575: z.lazy(() =>
|
|
14731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema
|
|
14518
14732
|
),
|
|
14519
14733
|
}).transform((v) => {
|
|
14520
14734
|
return remap$(v, {
|
|
14521
|
-
|
|
14735
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
14522
14736
|
});
|
|
14523
14737
|
});
|
|
14524
14738
|
|
|
@@ -14566,50 +14780,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
14566
14780
|
}
|
|
14567
14781
|
|
|
14568
14782
|
/** @internal */
|
|
14569
|
-
export const
|
|
14570
|
-
|
|
14783
|
+
export const PropertiesAtBRANDAt8575$inboundSchema: z.ZodType<
|
|
14784
|
+
PropertiesAtBRANDAt8575,
|
|
14571
14785
|
z.ZodTypeDef,
|
|
14572
14786
|
unknown
|
|
14573
14787
|
> = z.object({});
|
|
14574
14788
|
|
|
14575
14789
|
/** @internal */
|
|
14576
|
-
export type
|
|
14790
|
+
export type PropertiesAtBRANDAt8575$Outbound = {};
|
|
14577
14791
|
|
|
14578
14792
|
/** @internal */
|
|
14579
|
-
export const
|
|
14580
|
-
|
|
14793
|
+
export const PropertiesAtBRANDAt8575$outboundSchema: z.ZodType<
|
|
14794
|
+
PropertiesAtBRANDAt8575$Outbound,
|
|
14581
14795
|
z.ZodTypeDef,
|
|
14582
|
-
|
|
14796
|
+
PropertiesAtBRANDAt8575
|
|
14583
14797
|
> = z.object({});
|
|
14584
14798
|
|
|
14585
14799
|
/**
|
|
14586
14800
|
* @internal
|
|
14587
14801
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14588
14802
|
*/
|
|
14589
|
-
export namespace
|
|
14590
|
-
/** @deprecated use `
|
|
14591
|
-
export const inboundSchema =
|
|
14592
|
-
/** @deprecated use `
|
|
14593
|
-
export const outboundSchema =
|
|
14594
|
-
/** @deprecated use `
|
|
14595
|
-
export type Outbound =
|
|
14803
|
+
export namespace PropertiesAtBRANDAt8575$ {
|
|
14804
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
14805
|
+
export const inboundSchema = PropertiesAtBRANDAt8575$inboundSchema;
|
|
14806
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
14807
|
+
export const outboundSchema = PropertiesAtBRANDAt8575$outboundSchema;
|
|
14808
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$Outbound` instead. */
|
|
14809
|
+
export type Outbound = PropertiesAtBRANDAt8575$Outbound;
|
|
14596
14810
|
}
|
|
14597
14811
|
|
|
14598
|
-
export function
|
|
14599
|
-
|
|
14812
|
+
export function propertiesAtBRANDAt8575ToJSON(
|
|
14813
|
+
propertiesAtBRANDAt8575: PropertiesAtBRANDAt8575,
|
|
14600
14814
|
): string {
|
|
14601
14815
|
return JSON.stringify(
|
|
14602
|
-
|
|
14816
|
+
PropertiesAtBRANDAt8575$outboundSchema.parse(propertiesAtBRANDAt8575),
|
|
14603
14817
|
);
|
|
14604
14818
|
}
|
|
14605
14819
|
|
|
14606
|
-
export function
|
|
14820
|
+
export function propertiesAtBRANDAt8575FromJSON(
|
|
14607
14821
|
jsonString: string,
|
|
14608
|
-
): SafeParseResult<
|
|
14822
|
+
): SafeParseResult<PropertiesAtBRANDAt8575, SDKValidationError> {
|
|
14609
14823
|
return safeParse(
|
|
14610
14824
|
jsonString,
|
|
14611
|
-
(x) =>
|
|
14612
|
-
`Failed to parse '
|
|
14825
|
+
(x) => PropertiesAtBRANDAt8575$inboundSchema.parse(JSON.parse(x)),
|
|
14826
|
+
`Failed to parse 'PropertiesAtBRANDAt8575' from JSON`,
|
|
14613
14827
|
);
|
|
14614
14828
|
}
|
|
14615
14829
|
|
|
@@ -14620,16 +14834,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
14620
14834
|
z.ZodTypeDef,
|
|
14621
14835
|
unknown
|
|
14622
14836
|
> = z.object({
|
|
14623
|
-
"__@BRAND@
|
|
14837
|
+
"__@BRAND@8575": z.lazy(() => PropertiesAtBRANDAt8575$inboundSchema),
|
|
14624
14838
|
}).transform((v) => {
|
|
14625
14839
|
return remap$(v, {
|
|
14626
|
-
"__@BRAND@
|
|
14840
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
14627
14841
|
});
|
|
14628
14842
|
});
|
|
14629
14843
|
|
|
14630
14844
|
/** @internal */
|
|
14631
14845
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
14632
|
-
"__@BRAND@
|
|
14846
|
+
"__@BRAND@8575": PropertiesAtBRANDAt8575$Outbound;
|
|
14633
14847
|
};
|
|
14634
14848
|
|
|
14635
14849
|
/** @internal */
|
|
@@ -14639,10 +14853,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
14639
14853
|
z.ZodTypeDef,
|
|
14640
14854
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
14641
14855
|
> = z.object({
|
|
14642
|
-
|
|
14856
|
+
atBRANDAt8575: z.lazy(() => PropertiesAtBRANDAt8575$outboundSchema),
|
|
14643
14857
|
}).transform((v) => {
|
|
14644
14858
|
return remap$(v, {
|
|
14645
|
-
|
|
14859
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
14646
14860
|
});
|
|
14647
14861
|
});
|
|
14648
14862
|
|
|
@@ -14690,64 +14904,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
14690
14904
|
}
|
|
14691
14905
|
|
|
14692
14906
|
/** @internal */
|
|
14693
|
-
export const
|
|
14907
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema:
|
|
14694
14908
|
z.ZodType<
|
|
14695
|
-
|
|
14909
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575,
|
|
14696
14910
|
z.ZodTypeDef,
|
|
14697
14911
|
unknown
|
|
14698
14912
|
> = z.object({});
|
|
14699
14913
|
|
|
14700
14914
|
/** @internal */
|
|
14701
|
-
export type
|
|
14915
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound = {};
|
|
14702
14916
|
|
|
14703
14917
|
/** @internal */
|
|
14704
|
-
export const
|
|
14918
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema:
|
|
14705
14919
|
z.ZodType<
|
|
14706
|
-
|
|
14920
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound,
|
|
14707
14921
|
z.ZodTypeDef,
|
|
14708
|
-
|
|
14922
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575
|
|
14709
14923
|
> = z.object({});
|
|
14710
14924
|
|
|
14711
14925
|
/**
|
|
14712
14926
|
* @internal
|
|
14713
14927
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14714
14928
|
*/
|
|
14715
|
-
export namespace
|
|
14716
|
-
/** @deprecated use `
|
|
14929
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ {
|
|
14930
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
14717
14931
|
export const inboundSchema =
|
|
14718
|
-
|
|
14719
|
-
/** @deprecated use `
|
|
14932
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema;
|
|
14933
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
14720
14934
|
export const outboundSchema =
|
|
14721
|
-
|
|
14722
|
-
/** @deprecated use `
|
|
14935
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema;
|
|
14936
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound` instead. */
|
|
14723
14937
|
export type Outbound =
|
|
14724
|
-
|
|
14938
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
|
|
14725
14939
|
}
|
|
14726
14940
|
|
|
14727
|
-
export function
|
|
14728
|
-
|
|
14729
|
-
|
|
14941
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8575ToJSON(
|
|
14942
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8575:
|
|
14943
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575,
|
|
14730
14944
|
): string {
|
|
14731
14945
|
return JSON.stringify(
|
|
14732
|
-
|
|
14733
|
-
|
|
14946
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema.parse(
|
|
14947
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8575,
|
|
14734
14948
|
),
|
|
14735
14949
|
);
|
|
14736
14950
|
}
|
|
14737
14951
|
|
|
14738
|
-
export function
|
|
14952
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(
|
|
14739
14953
|
jsonString: string,
|
|
14740
14954
|
): SafeParseResult<
|
|
14741
|
-
|
|
14955
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575,
|
|
14742
14956
|
SDKValidationError
|
|
14743
14957
|
> {
|
|
14744
14958
|
return safeParse(
|
|
14745
14959
|
jsonString,
|
|
14746
14960
|
(x) =>
|
|
14747
|
-
|
|
14961
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema.parse(
|
|
14748
14962
|
JSON.parse(x),
|
|
14749
14963
|
),
|
|
14750
|
-
`Failed to parse '
|
|
14964
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8575' from JSON`,
|
|
14751
14965
|
);
|
|
14752
14966
|
}
|
|
14753
14967
|
|
|
@@ -14758,18 +14972,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
14758
14972
|
z.ZodTypeDef,
|
|
14759
14973
|
unknown
|
|
14760
14974
|
> = z.object({
|
|
14761
|
-
"__@BRAND@
|
|
14762
|
-
|
|
14975
|
+
"__@BRAND@8575": z.lazy(() =>
|
|
14976
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema
|
|
14763
14977
|
),
|
|
14764
14978
|
}).transform((v) => {
|
|
14765
14979
|
return remap$(v, {
|
|
14766
|
-
"__@BRAND@
|
|
14980
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
14767
14981
|
});
|
|
14768
14982
|
});
|
|
14769
14983
|
|
|
14770
14984
|
/** @internal */
|
|
14771
14985
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
14772
|
-
"__@BRAND@
|
|
14986
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
|
|
14773
14987
|
};
|
|
14774
14988
|
|
|
14775
14989
|
/** @internal */
|
|
@@ -14779,12 +14993,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
14779
14993
|
z.ZodTypeDef,
|
|
14780
14994
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
14781
14995
|
> = z.object({
|
|
14782
|
-
|
|
14783
|
-
|
|
14996
|
+
atBRANDAt8575: z.lazy(() =>
|
|
14997
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema
|
|
14784
14998
|
),
|
|
14785
14999
|
}).transform((v) => {
|
|
14786
15000
|
return remap$(v, {
|
|
14787
|
-
|
|
15001
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
14788
15002
|
});
|
|
14789
15003
|
});
|
|
14790
15004
|
|
|
@@ -16231,46 +16445,46 @@ export function guidesFromJSON(
|
|
|
16231
16445
|
}
|
|
16232
16446
|
|
|
16233
16447
|
/** @internal */
|
|
16234
|
-
export const
|
|
16235
|
-
|
|
16448
|
+
export const AtBRANDAt8575$inboundSchema: z.ZodType<
|
|
16449
|
+
AtBRANDAt8575,
|
|
16236
16450
|
z.ZodTypeDef,
|
|
16237
16451
|
unknown
|
|
16238
16452
|
> = z.object({});
|
|
16239
16453
|
|
|
16240
16454
|
/** @internal */
|
|
16241
|
-
export type
|
|
16455
|
+
export type AtBRANDAt8575$Outbound = {};
|
|
16242
16456
|
|
|
16243
16457
|
/** @internal */
|
|
16244
|
-
export const
|
|
16245
|
-
|
|
16458
|
+
export const AtBRANDAt8575$outboundSchema: z.ZodType<
|
|
16459
|
+
AtBRANDAt8575$Outbound,
|
|
16246
16460
|
z.ZodTypeDef,
|
|
16247
|
-
|
|
16461
|
+
AtBRANDAt8575
|
|
16248
16462
|
> = z.object({});
|
|
16249
16463
|
|
|
16250
16464
|
/**
|
|
16251
16465
|
* @internal
|
|
16252
16466
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
16253
16467
|
*/
|
|
16254
|
-
export namespace
|
|
16255
|
-
/** @deprecated use `
|
|
16256
|
-
export const inboundSchema =
|
|
16257
|
-
/** @deprecated use `
|
|
16258
|
-
export const outboundSchema =
|
|
16259
|
-
/** @deprecated use `
|
|
16260
|
-
export type Outbound =
|
|
16468
|
+
export namespace AtBRANDAt8575$ {
|
|
16469
|
+
/** @deprecated use `AtBRANDAt8575$inboundSchema` instead. */
|
|
16470
|
+
export const inboundSchema = AtBRANDAt8575$inboundSchema;
|
|
16471
|
+
/** @deprecated use `AtBRANDAt8575$outboundSchema` instead. */
|
|
16472
|
+
export const outboundSchema = AtBRANDAt8575$outboundSchema;
|
|
16473
|
+
/** @deprecated use `AtBRANDAt8575$Outbound` instead. */
|
|
16474
|
+
export type Outbound = AtBRANDAt8575$Outbound;
|
|
16261
16475
|
}
|
|
16262
16476
|
|
|
16263
|
-
export function
|
|
16264
|
-
return JSON.stringify(
|
|
16477
|
+
export function atBRANDAt8575ToJSON(atBRANDAt8575: AtBRANDAt8575): string {
|
|
16478
|
+
return JSON.stringify(AtBRANDAt8575$outboundSchema.parse(atBRANDAt8575));
|
|
16265
16479
|
}
|
|
16266
16480
|
|
|
16267
|
-
export function
|
|
16481
|
+
export function atBRANDAt8575FromJSON(
|
|
16268
16482
|
jsonString: string,
|
|
16269
|
-
): SafeParseResult<
|
|
16483
|
+
): SafeParseResult<AtBRANDAt8575, SDKValidationError> {
|
|
16270
16484
|
return safeParse(
|
|
16271
16485
|
jsonString,
|
|
16272
|
-
(x) =>
|
|
16273
|
-
`Failed to parse '
|
|
16486
|
+
(x) => AtBRANDAt8575$inboundSchema.parse(JSON.parse(x)),
|
|
16487
|
+
`Failed to parse 'AtBRANDAt8575' from JSON`,
|
|
16274
16488
|
);
|
|
16275
16489
|
}
|
|
16276
16490
|
|
|
@@ -16280,16 +16494,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
16280
16494
|
z.ZodTypeDef,
|
|
16281
16495
|
unknown
|
|
16282
16496
|
> = z.object({
|
|
16283
|
-
"__@BRAND@
|
|
16497
|
+
"__@BRAND@8575": z.lazy(() => AtBRANDAt8575$inboundSchema),
|
|
16284
16498
|
}).transform((v) => {
|
|
16285
16499
|
return remap$(v, {
|
|
16286
|
-
"__@BRAND@
|
|
16500
|
+
"__@BRAND@8575": "atBRANDAt8575",
|
|
16287
16501
|
});
|
|
16288
16502
|
});
|
|
16289
16503
|
|
|
16290
16504
|
/** @internal */
|
|
16291
16505
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
16292
|
-
"__@BRAND@
|
|
16506
|
+
"__@BRAND@8575": AtBRANDAt8575$Outbound;
|
|
16293
16507
|
};
|
|
16294
16508
|
|
|
16295
16509
|
/** @internal */
|
|
@@ -16298,10 +16512,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
16298
16512
|
z.ZodTypeDef,
|
|
16299
16513
|
CreateIntegrationStoreDirectValue
|
|
16300
16514
|
> = z.object({
|
|
16301
|
-
|
|
16515
|
+
atBRANDAt8575: z.lazy(() => AtBRANDAt8575$outboundSchema),
|
|
16302
16516
|
}).transform((v) => {
|
|
16303
16517
|
return remap$(v, {
|
|
16304
|
-
|
|
16518
|
+
atBRANDAt8575: "__@BRAND@8575",
|
|
16305
16519
|
});
|
|
16306
16520
|
});
|
|
16307
16521
|
|
|
@@ -17371,6 +17585,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
17371
17585
|
unknown
|
|
17372
17586
|
> = z.object({
|
|
17373
17587
|
projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$inboundSchema)),
|
|
17588
|
+
projectFilter: z.lazy(() => ProjectFilter$inboundSchema).optional(),
|
|
17374
17589
|
totalConnectedProjects: z.number().optional(),
|
|
17375
17590
|
usageQuotaExceeded: z.boolean(),
|
|
17376
17591
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
@@ -17406,6 +17621,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
17406
17621
|
/** @internal */
|
|
17407
17622
|
export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
17408
17623
|
projectsMetadata: Array<ProjectsMetadata$Outbound>;
|
|
17624
|
+
projectFilter?: ProjectFilter$Outbound | undefined;
|
|
17409
17625
|
totalConnectedProjects?: number | undefined;
|
|
17410
17626
|
usageQuotaExceeded: boolean;
|
|
17411
17627
|
status: string | null;
|
|
@@ -17432,6 +17648,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
17432
17648
|
CreateIntegrationStoreDirectStore
|
|
17433
17649
|
> = z.object({
|
|
17434
17650
|
projectsMetadata: z.array(z.lazy(() => ProjectsMetadata$outboundSchema)),
|
|
17651
|
+
projectFilter: z.lazy(() => ProjectFilter$outboundSchema).optional(),
|
|
17435
17652
|
totalConnectedProjects: z.number().optional(),
|
|
17436
17653
|
usageQuotaExceeded: z.boolean(),
|
|
17437
17654
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|